/*
Theme Name: Boro
Theme URI: #
Author: STS
Author URI: https://saigontechnology.com
Description: A custom WordPress theme for Boro website. Clean, modern, and fully customizable.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: boro
Tags: custom, modern, responsive, clean

Boro WordPress Theme, (C) 2026
*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "SF Pro Text";
  src: url("assets/fonts/SF-Pro-Text-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Text";
  src: url("assets/fonts/SF-Pro-Text-RegularItalic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Text";
  src: url("assets/fonts/SF-Pro-Text-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Text";
  src: url("assets/fonts/SF-Pro-Text-MediumItalic.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Text";
  src: url("assets/fonts/SF-Pro-Text-Semibold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Text";
  src: url("assets/fonts/SF-Pro-Text-SemiboldItalic.otf") format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Text";
  src: url("assets/fonts/SF-Pro-Text-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Text";
  src: url("assets/fonts/SF-Pro-Text-BoldItalic.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Text";
  src: url("assets/fonts/SF-Pro-Text-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Text";
  src: url("assets/fonts/SF-Pro-Text-LightItalic.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Text";
  src: url("assets/fonts/SF-Pro-Text-Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Text";
  src: url("assets/fonts/SF-Pro-Text-Ultralight.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Text";
  src: url("assets/fonts/SF-Pro-Text-Heavy.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Text";
  src: url("assets/fonts/SF-Pro-Text-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #1C1917;
  background-color: #FAFAF9;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 1rem;
}

a {
  color: #0073aa;
  text-decoration: none;
  transition: color 0.3s ease;
}
a:hover {
  color: rgb(0, 103.5, 153);
}

.container {
  max-width: 1416px;
  margin: 0 auto;
  padding: 0 24px;
}

.site-header {
  min-height: 72px;
  background-color: rgba(250, 250, 249, 0.4);
  backdrop-filter: blur(24px);
  border-bottom: 1px solid #FAFAF9;
  position: sticky;
  top: 0;
  z-index: 1000;
  padding: 22px 24px 21px;
}
@media (max-width: calc(992px - 1px)) {
  .site-header {
    padding: 24px 24px 23px;
  }
}
@media (max-width: calc(768px - 1px)) {
  .site-header {
    padding: 16px 16px 15px;
  }
}

.header-container {
  max-width: 1920px;
  margin: 0 auto;
}

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.site-branding {
  flex-shrink: 0;
}

.site-logo {
  margin: 0;
  font-size: 0;
  line-height: 1;
}
.site-logo a:not(.custom-logo-link) {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: bold;
  color: #1C1917;
  text-decoration: none;
  line-height: 1;
}
.site-logo .custom-logo-link {
  display: inline-block;
  line-height: 0;
  text-decoration: none;
  width: 66.9px;
  height: 21.29px;
}
@media (max-width: calc(992px - 1px)) {
  .site-logo .custom-logo-link {
    width: 75px;
    height: 24px;
  }
}
.site-logo .custom-logo-link img.custom-logo {
  width: 100%;
  height: auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
}

@media (min-width: 768px) {
  .main-navigation {
    display: block;
  }
}
@media (max-width: calc(768px - 1px)) {
  .main-navigation {
    display: none;
    position: fixed;
    top: 72px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: calc(100vh - 72px);
    background-color: #FAFAF9;
    border-top: 1px solid #FAFAF9;
    padding: 1rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    overflow-y: auto;
    z-index: 997;
  }
  .main-navigation.active {
    display: block;
  }
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .main-navigation ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 21px;
  }
}
@media (max-width: calc(768px - 1px)) {
  .main-navigation ul {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
}
.main-navigation li {
  margin: 0;
}
.main-navigation a {
  font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 500;
  color: #1C1917;
  text-decoration: none;
  transition: color 0.3s ease;
  font-size: 20px;
  line-height: 1.4em;
}
@media (max-width: calc(992px - 1px)) {
  .main-navigation a {
    font-size: 16px;
    line-height: 1.375em;
  }
}
@media (max-width: calc(768px - 1px)) {
  .main-navigation a {
    font-size: 20px;
    line-height: 1.4em;
    display: block;
    padding: 8px 0;
  }
}
.main-navigation a:hover {
  color: #0073aa;
}

.header-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.mobile-menu-toggle {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 44px;
  height: 44px;
  padding: 6px;
  background: transparent;
  border: none;
  cursor: pointer;
  position: relative;
}
@media (max-width: calc(768px - 1px)) {
  .mobile-menu-toggle {
    display: flex;
  }
}
.mobile-menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #1C1917;
  transition: all 0.3s ease;
  transform-origin: center;
}
.mobile-menu-toggle.active span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}
.mobile-menu-toggle.active span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.mobile-menu-toggle.active span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

@media (max-width: calc(768px - 1px)) {
  .admin-bar .main-navigation {
    top: 76px;
    height: calc(100vh - 76px);
  }
}

.main-navigation li.about-us-panel {
  position: static;
}

.about-us-panel-overlay {
  position: fixed;
  top: 72px;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(12, 10, 9, 0.3);
  backdrop-filter: blur(24px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 998;
  pointer-events: none;
}
@media (max-width: calc(768px - 1px)) {
  .about-us-panel-overlay {
    display: none;
  }
}
.about-us-panel-overlay.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.admin-bar .about-us-panel-overlay {
  top: 104px;
}

.about-us-panel-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin: 0 auto;
  background-color: #FAFAF9;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 999;
  padding: 24px 0;
}
.about-us-panel-dropdown.active {
  opacity: 1;
  visibility: visible;
}
@media (max-width: calc(768px - 1px)) {
  .about-us-panel-dropdown {
    height: 100vh;
    padding: 16px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #FAFAF9;
    z-index: 998;
    display: none;
  }
  .about-us-panel-dropdown.active {
    display: block;
  }
}

.about-us-panel-container {
  max-width: 1416px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  gap: 24px;
  position: relative;
}
@media (max-width: calc(768px - 1px)) {
  .about-us-panel-container {
    flex-direction: column;
    gap: 0;
    padding: 0;
    max-width: 100%;
    height: 100%;
    overflow-y: auto;
  }
}

.about-us-panel-header-mobile {
  display: none;
}
@media (max-width: calc(768px - 1px)) {
  .about-us-panel-header-mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    position: sticky;
    top: 0;
    background-color: #FAFAF9;
    z-index: 1;
  }
}
.about-us-panel-header-mobile button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-us-panel-left {
  flex: 0 0 42.3976608%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  padding-right: 24px;
}
@media (max-width: calc(992px - 1px)) {
  .about-us-panel-left {
    flex: 0 0 21.3888889%;
  }
}
@media (max-width: calc(768px - 1px)) {
  .about-us-panel-left {
    display: none;
  }
}

.about-us-panel-item {
  cursor: pointer;
  transition: all 0.3s ease;
}
.about-us-panel-item .about-us-panel-title {
  font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4em;
  color: rgba(28, 25, 23, 0.5);
  margin: 0;
  transition: color 0.3s ease;
  text-align: right;
}
@media (max-width: calc(768px - 1px)) {
  .about-us-panel-item .about-us-panel-title {
    text-align: left;
    font-size: 20px;
    padding: 8px 0;
  }
}
.about-us-panel-item.active .about-us-panel-title, .about-us-panel-item:hover .about-us-panel-title {
  color: #1C1917;
}
@media (max-width: calc(768px - 1px)) {
  .about-us-panel-item {
    width: 100%;
  }
}

.about-us-panel-progress {
  position: absolute;
  left: 42.3976608%;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #E7E5E4;
}
@media (max-width: calc(992px - 1px)) {
  .about-us-panel-progress {
    left: 23.1770833%;
  }
}
@media (max-width: calc(768px - 1px)) {
  .about-us-panel-progress {
    display: none;
  }
}

.about-us-panel-progress-bar {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 34px;
  background-color: #1C1917;
  border-radius: 16px;
  transition: top 0.4s ease;
}

.about-us-panel-right {
  flex: 0 0 57.6023392%;
  position: relative;
  overflow: hidden;
}
@media (max-width: calc(992px - 1px)) {
  .about-us-panel-right {
    flex: 0 0 75.2777778%;
  }
}
@media (max-width: calc(768px - 1px)) {
  .about-us-panel-right {
    display: none;
  }
}

.about-us-panel-content-wrapper {
  position: relative;
  height: 360px;
  overflow-y: auto;
  overflow-x: hidden;
  scroll-behavior: smooth;
  display: flex;
  flex-direction: column;
  gap: 32px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.about-us-panel-content-wrapper::-webkit-scrollbar {
  display: none;
}
@media (max-width: calc(768px - 1px)) {
  .about-us-panel-content-wrapper {
    height: auto;
    overflow: visible;
    gap: 32px;
  }
}

.about-us-panel-content {
  width: 100%;
}
.about-us-panel-content.active .about-us-panel-content-inner {
  color: #1C1917;
}
@media (max-width: calc(768px - 1px)) {
  .about-us-panel-content {
    padding: 0;
    position: relative;
    opacity: 1;
    visibility: visible;
  }
  .about-us-panel-content .about-us-panel-content-inner {
    color: #1C1917;
  }
}

.about-us-panel-content-inner {
  font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 20px;
  line-height: 1.4em;
  color: #A6A09B;
  transition: color 0.3s ease;
}
.about-us-panel-content-inner p {
  margin: 0 0 28px 0;
}
.about-us-panel-content-inner p:last-child {
  margin-bottom: 0;
}
@media (max-width: calc(768px - 1px)) {
  .about-us-panel-content-inner {
    font-size: 14px;
    line-height: 1.4285714286em;
    color: #1C1917;
  }
  .about-us-panel-content-inner p {
    margin: 0 0 0 0;
  }
}

.about-us-panel-mobile-content {
  display: none;
}
@media (max-width: calc(768px - 1px)) {
  .about-us-panel-mobile-content {
    display: block;
    width: 100%;
  }
}

.about-us-panel-mobile-section {
  margin-bottom: 32px;
}
.about-us-panel-mobile-section:last-child {
  margin-bottom: 0;
}
.about-us-panel-mobile-section .about-us-panel-mobile-section-title {
  font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4em;
  color: #1C1917;
  margin: 0 0 16px 0;
}
.about-us-panel-mobile-section .about-us-panel-mobile-section-content {
  font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 14px;
  line-height: 1.42857143em;
  color: #1C1917;
}
.about-us-panel-mobile-section .about-us-panel-mobile-section-content p {
  margin: 0 0 20px 0;
}
.about-us-panel-mobile-section .about-us-panel-mobile-section-content p:last-child {
  margin-bottom: 0;
}

.site-footer {
  background-color: #0C0A09;
  color: #FAFAF9;
  padding: 108px 24px 56px 24px;
}
@media (max-width: calc(992px - 1px)) {
  .site-footer {
    padding: 56px 0;
  }
}
@media (max-width: calc(992px - 1px)) {
  .site-footer {
    padding: 24px 0;
  }
}
.site-footer .container {
  max-width: 1416px;
  margin: 0 auto;
  padding: 0 24px;
}
.site-footer a {
  color: #FAFAF9;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.site-footer a:hover {
  opacity: 0.8;
}

.footer-newsletter {
  padding-bottom: 56px;
  border-bottom: 1px solid #1C1917;
}
@media (max-width: calc(992px - 1px)) {
  .footer-newsletter {
    padding-bottom: 24px;
  }
}
.footer-newsletter .newsletter-form {
  width: 100%;
}
.footer-newsletter .newsletter-form .nf-form-cont {
  display: flex;
  gap: 24px;
}
@media (max-width: calc(992px - 1px)) {
  .footer-newsletter .newsletter-form .nf-form-cont {
    flex-direction: column;
    gap: 24px;
  }
}
.footer-newsletter .newsletter-form .nf-form-title {
  flex: 0 0 50%;
}
.footer-newsletter .newsletter-form .nf-form-title h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
  color: #FAFAF9;
  margin: 0;
}
@media (max-width: calc(992px - 1px)) {
  .footer-newsletter .newsletter-form .nf-form-title h3 {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media (max-width: calc(768px - 1px)) {
  .footer-newsletter .newsletter-form .nf-form-title h3 {
    font-size: 16px;
    line-height: 1.375;
  }
}
.footer-newsletter .newsletter-form .nf-form-wrap {
  flex: 0 0 50%;
  display: flex;
  align-items: flex-start;
}
@media (max-width: calc(992px - 1px)) {
  .footer-newsletter .newsletter-form .nf-form-wrap {
    flex: 0 0 100%;
    flex-direction: column;
  }
}
.footer-newsletter .newsletter-form .nf-form-wrap .nf-form-layout {
  width: 100%;
}
.footer-newsletter .newsletter-form .nf-form-wrap nf-fields-wrap {
  display: flex;
  gap: 16px;
}
@media (max-width: calc(992px - 1px)) {
  .footer-newsletter .newsletter-form .nf-form-wrap nf-fields-wrap {
    flex-direction: column;
  }
}
.footer-newsletter .newsletter-form .nf-form-wrap nf-field:first-child {
  width: 100%;
  max-width: 448px;
}
@media (max-width: calc(992px - 1px)) {
  .footer-newsletter .newsletter-form .nf-form-wrap nf-field:first-child {
    max-width: 100%;
  }
}
.footer-newsletter .newsletter-form .nf-form-wrap .nf-field-label {
  display: none;
}
.footer-newsletter .newsletter-form .nf-form-wrap .nf-form-fields-required {
  display: none;
}
.footer-newsletter .newsletter-form .nf-form-wrap .nf-field-container {
  margin-bottom: 0;
  flex: 1;
  min-width: 0;
}
.footer-newsletter .newsletter-form .nf-form-wrap .nf-response-msg {
  margin-bottom: 16px;
}
.footer-newsletter .newsletter-form .nf-form-wrap .nf-field {
  margin-bottom: 0;
}
.footer-newsletter .newsletter-form .nf-form-wrap input[type=email],
.footer-newsletter .newsletter-form .nf-form-wrap input[type=text] {
  background: rgba(250, 250, 249, 0.1);
  border: 1px solid rgba(250, 250, 249, 0.1);
  color: #A6A09B;
  padding: 16.5px 12px;
  border-radius: 12px;
  font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 18px;
  line-height: 1;
  width: 100%;
  transition: border-color 0.3s ease;
}
.footer-newsletter .newsletter-form .nf-form-wrap input[type=email]::placeholder,
.footer-newsletter .newsletter-form .nf-form-wrap input[type=text]::placeholder {
  color: rgba(250, 250, 249, 0.6);
}
.footer-newsletter .newsletter-form .nf-form-wrap input[type=email]:focus,
.footer-newsletter .newsletter-form .nf-form-wrap input[type=text]:focus {
  outline: none;
  border-color: rgba(250, 250, 249, 0.8);
}
.footer-newsletter .newsletter-form .nf-form-wrap button[type=submit],
.footer-newsletter .newsletter-form .nf-form-wrap input[type=submit],
.footer-newsletter .newsletter-form .nf-form-wrap .nf-button {
  background-color: #C10007;
  color: #FAFAF9;
  border: none;
  padding: 14px 55px;
  border-radius: 12px;
  font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
  cursor: pointer;
  transition: opacity 0.3s ease;
  white-space: nowrap;
  flex-shrink: 0;
}
@media (max-width: calc(992px - 1px)) {
  .footer-newsletter .newsletter-form .nf-form-wrap button[type=submit],
  .footer-newsletter .newsletter-form .nf-form-wrap input[type=submit],
  .footer-newsletter .newsletter-form .nf-form-wrap .nf-button {
    width: 100%;
    font-size: 16px;
    line-height: 1.375;
    padding: 17px;
  }
}
.footer-newsletter .newsletter-form .nf-form-wrap button[type=submit]:hover,
.footer-newsletter .newsletter-form .nf-form-wrap input[type=submit]:hover,
.footer-newsletter .newsletter-form .nf-form-wrap .nf-button:hover {
  opacity: 0.9;
}
.footer-newsletter .newsletter-form .nf-form-wrap button[type=submit]:focus,
.footer-newsletter .newsletter-form .nf-form-wrap input[type=submit]:focus,
.footer-newsletter .newsletter-form .nf-form-wrap .nf-button:focus {
  outline: none;
}

.footer-bottom .footer-bottom-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  padding: 56px 0;
  border-bottom: 1px solid #1C1917;
}
@media (max-width: calc(992px - 1px)) {
  .footer-bottom .footer-bottom-content {
    padding: 24px 0;
  }
}
@media (min-width: 768px) {
  .footer-bottom .footer-bottom-content {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.footer-bottom .footer-logo img {
  max-height: 40px;
  width: auto;
}
.footer-bottom .footer-logo .footer-logo-link {
  display: inline-block;
  line-height: 0;
}
.footer-bottom .footer-logo .footer-logo-link img {
  max-height: 40px;
  width: auto;
}
@media (max-width: calc(992px - 1px)) {
  .footer-bottom .footer-logo .footer-logo-link img {
    max-height: unset;
    max-width: 67px;
    height: auto;
  }
}
.footer-bottom .footer-logo .footer-logo-text {
  font-size: 32px;
  font-weight: 500;
  display: inline-block;
}
.footer-bottom .footer-logo .footer-logo-text .logo-bo {
  color: #FF0000;
}
.footer-bottom .footer-logo .footer-logo-text .logo-ro {
  color: #FAFAF9;
}
.footer-bottom .footer-social .social-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 24px;
  align-items: center;
  flex-wrap: wrap;
}
.footer-bottom .footer-social .social-list li {
  margin: 0;
}
.footer-bottom .footer-social .social-list .social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  transition: opacity 0.3s ease;
}
.footer-bottom .footer-social .social-list .social-link img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.footer-bottom .footer-social .social-list .social-link:hover {
  opacity: 0.7;
}
.footer-bottom .footer-site-info {
  padding-top: 56px;
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: calc(992px - 1px)) {
  .footer-bottom .footer-site-info {
    padding-top: 24px;
  }
}
.footer-bottom .footer-site-info .copyright {
  font-size: 18px;
  line-height: 1.4;
  color: #79716B;
}
@media (max-width: calc(768px - 1px)) {
  .footer-bottom .footer-site-info .copyright {
    font-size: 16px;
    line-height: 1.375;
  }
}
.footer-bottom .footer-site-info .privacy-policy a {
  font-size: 18px;
  line-height: 1.4;
  color: #79716B;
  text-decoration: underline;
}
@media (max-width: calc(768px - 1px)) {
  .footer-bottom .footer-site-info .privacy-policy a {
    font-size: 16px;
    line-height: 1.375;
  }
}
.footer-bottom .footer-site-info .privacy-policy a:hover {
  opacity: 0.8;
}

@media (max-width: calc(768px - 1px)) {
  .footer-newsletter .newsletter-form .nf-form-wrap input[type=email],
  .footer-newsletter .newsletter-form .nf-form-wrap input[type=text] {
    font-size: 16px;
    line-height: 1.375;
    padding: 12px;
  }
  .footer-newsletter .newsletter-form .nf-form-wrap button[type=submit],
  .footer-newsletter .newsletter-form .nf-form-wrap input[type=submit],
  .footer-newsletter .newsletter-form .nf-form-wrap .nf-button {
    padding: 12px;
  }
  .footer-bottom {
    gap: 16px;
  }
  .footer-bottom .footer-logo .footer-logo-text {
    font-size: 28px;
  }
  .footer-bottom .footer-social .social-list {
    gap: 16px;
  }
}
.post {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #eee;
}

.post-title {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
.post-title a {
  text-decoration: none;
  color: #1C1917;
}
.post-title a:hover {
  color: #0073aa;
}

.post-meta {
  color: #666;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

.post-content {
  margin-top: 1rem;
}

.post-thumbnail {
  margin-bottom: 1rem;
}
.post-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}

.read-more {
  display: inline-block;
  margin-top: 1rem;
  color: #0073aa;
  font-weight: 500;
}
.read-more:hover {
  text-decoration: underline;
}

.boro-prescreen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #1C1917;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.boro-prescreen.show {
  opacity: 1;
  visibility: visible;
}
.boro-prescreen.hide {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.prescreen-content {
  text-align: center;
  padding: 20px;
  max-width: 90%;
  width: 100%;
}
@media (min-width: 768px) {
  .prescreen-content {
    max-width: 600px;
  }
}

.prescreen-text {
  font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 32px;
  font-weight: 500;
  color: #FAFAF9;
  margin: 0 0 40px 0;
  line-height: 1.2;
  animation: fadeInUp 0.8s ease 0.2s both;
}
@media (min-width: 768px) {
  .prescreen-text {
    font-size: 48px;
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .prescreen-text {
    font-size: 64px;
    margin-bottom: 60px;
  }
}

.prescreen-button {
  font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #FAFAF9;
  background-color: #C10007;
  border: none;
  padding: 14px 32px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  animation: fadeInUp 0.8s ease 0.4s both;
  min-width: 200px;
}
@media (min-width: 768px) {
  .prescreen-button {
    font-size: 18px;
    padding: 16px 40px;
    min-width: 220px;
  }
}
.prescreen-button:hover {
  background-color: #FF0000;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(193, 0, 7, 0.4);
}
.prescreen-button:active {
  transform: translateY(0);
}
.prescreen-button:focus {
  outline: 2px solid rgba(250, 250, 249, 0.5);
  outline-offset: 2px;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: calc(768px - 1px)) {
  .prescreen-content {
    padding: 16px;
  }
  .prescreen-text {
    font-size: 28px;
    margin-bottom: 32px;
  }
  .prescreen-button {
    font-size: 14px;
    padding: 12px 28px;
    min-width: 180px;
  }
}
.homepage-section--hero {
  position: relative;
  width: 100%;
  height: var(--hero-height-desktop, 100vh);
  min-height: 500px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .homepage-section--hero {
    height: var(--hero-height-tablet, 80vh);
    min-height: 450px;
  }
}
@media (max-width: calc(768px - 1px)) {
  .homepage-section--hero {
    height: var(--hero-height-mobile, 70vh);
    min-height: 400px;
  }
}

.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

.hero-poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

.hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  z-index: 2;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}
.hero-video.is-loaded {
  opacity: 1;
}

.hero-background.is-loading .hero-video {
  opacity: 0;
}

.hero-background * {
  transition-timing-function: ease-in-out;
}

.hero-video--cover {
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

.hero-video--contain {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.hero-video--fill {
  object-fit: fill;
  width: 100%;
  height: 100%;
}

@media (prefers-reduced-motion: reduce) {
  .hero-video {
    display: none !important;
  }
  .hero-poster {
    opacity: 1 !important;
  }
}
.homepage {
  display: flex;
  flex-direction: column;
  gap: 12px;
  background-color: #FAFAF9;
}

.homepage-section {
  width: 100%;
}

.homepage-section--cta {
  padding: 108px 0;
  background-color: #F5F5F4;
  width: 100%;
  position: relative;
}
@media (max-width: calc(992px - 1px)) {
  .homepage-section--cta {
    padding: 48px 0;
  }
}

.cta-container {
  max-width: 1416px;
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
  position: relative;
  z-index: 2;
}
@media (max-width: calc(992px - 1px)) {
  .cta-container {
    padding: 0 24px;
  }
}
@media (max-width: calc(768px - 1px)) {
  .cta-container {
    padding: 0 16px;
  }
}

.cta-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin: 0 auto;
  width: 100%;
  max-width: 904px;
  text-align: center;
}

.cta-title {
  font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.1em;
  color: #1C1917;
  text-align: center;
  margin: 0;
}
.cta-title h1, .cta-title h2, .cta-title h3, .cta-title h4, .cta-title h5, .cta-title h6 {
  font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.1em;
  color: #1C1917;
  text-align: center;
  margin: 0 0 16px 0;
}
@media (max-width: calc(992px - 1px)) {
  .cta-title h1, .cta-title h2, .cta-title h3, .cta-title h4, .cta-title h5, .cta-title h6 {
    font-size: 32px;
    line-height: 1.2em;
  }
}
@media (max-width: calc(768px - 1px)) {
  .cta-title h1, .cta-title h2, .cta-title h3, .cta-title h4, .cta-title h5, .cta-title h6 {
    font-size: 24px;
  }
}
.cta-title p {
  margin: 0;
}
@media (max-width: calc(992px - 1px)) {
  .cta-title {
    font-size: 32px;
    line-height: 1.2em;
  }
}
@media (max-width: calc(768px - 1px)) {
  .cta-title {
    font-size: 24px;
  }
}

.cta-description {
  font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4em;
  color: #1C1917;
  text-align: center;
  margin: 0;
}
@media (max-width: calc(992px - 1px)) {
  .cta-description {
    font-size: 18px;
    line-height: 1.375em;
  }
}
@media (max-width: calc(768px - 1px)) {
  .cta-description {
    font-size: 16px;
  }
}

.cta-buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 24px;
  width: 100%;
}
@media (max-width: calc(992px - 1px)) {
  .cta-buttons {
    gap: 16px;
  }
}

.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
  border-radius: 8px;
  line-height: 0;
}
.cta-button img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  transition: transform 0.3s ease;
}
.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.cta-button:hover img {
  transform: scale(1.05);
}
.cta-button:active {
  transform: translateY(0);
}
.cta-button:focus {
  outline: 2px solid rgba(250, 250, 249, 0.5);
  outline-offset: 2px;
}
@media (max-width: calc(992px - 1px)) {
  .cta-button {
    width: 100%;
    max-width: 137px;
  }
}

.homepage-section--how-it-works {
  padding: 108px 0;
  background-color: #F5F5F4;
  width: 100%;
  overflow-x: hidden;
  overflow-y: visible;
}
@media (max-width: calc(992px - 1px)) {
  .homepage-section--how-it-works {
    padding: 48px 0 0;
  }
}

.how-it-works-container {
  max-width: 1416px;
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
}
@media (max-width: calc(992px - 1px)) {
  .how-it-works-container {
    padding: 0;
  }
}

.how-it-works-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: calc(992px - 1px)) {
  .how-it-works-content {
    gap: 48px;
  }
}
@media (max-width: calc(768px - 1px)) {
  .how-it-works-content {
    gap: 24px;
  }
}

.how-it-works-pill {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 11px 15px;
  background: rgba(250, 250, 249, 0.7);
  border: 2px solid #FAFAF9;
  border-radius: 1000px;
  box-shadow: 0px 6px 32px 4px rgba(12, 10, 9, 0.1);
}
.how-it-works-pill .pill-text {
  font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4em;
  color: #1C1917;
}
@media (max-width: calc(992px - 1px)) {
  .how-it-works-pill {
    margin: 0 24px;
  }
  .how-it-works-pill .pill-text {
    font-size: 18px;
  }
}

.how-it-works-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  max-width: 904px;
  text-align: center;
}
@media (max-width: calc(992px - 1px)) {
  .how-it-works-header {
    margin: 0 24px;
    gap: 16px;
    max-width: 100%;
  }
}

.how-it-works-title {
  font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.1em;
  color: #1C1917;
  text-align: center;
  margin: 0;
}
.how-it-works-title h1, .how-it-works-title h2, .how-it-works-title h3, .how-it-works-title h4, .how-it-works-title h5, .how-it-works-title h6 {
  font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.1em;
  color: #1C1917;
  text-align: center;
  margin: 0 0 16px 0;
}
@media (max-width: calc(992px - 1px)) {
  .how-it-works-title h1, .how-it-works-title h2, .how-it-works-title h3, .how-it-works-title h4, .how-it-works-title h5, .how-it-works-title h6 {
    font-size: 18px;
    line-height: 1.4em;
  }
}
.how-it-works-title p {
  margin: 0;
}
@media (max-width: calc(992px - 1px)) {
  .how-it-works-title {
    font-size: 18px;
    line-height: 1.4em;
  }
}

.how-it-works-description {
  font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4em;
  color: #1C1917;
  text-align: center;
  margin: 0;
}
@media (max-width: calc(992px - 1px)) {
  .how-it-works-description {
    font-size: 16px;
    line-height: 1.375em;
  }
}

.how-it-works-cards {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
  width: 100%;
}
@media (min-width: 992px) {
  .how-it-works-cards {
    flex-wrap: wrap;
  }
}
@media (max-width: calc(992px - 1px)) {
  .how-it-works-cards {
    padding: 48px 24px;
    margin-top: -48px;
    justify-content: flex-start;
    gap: 0;
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .how-it-works-cards::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: calc(768px - 1px)) {
  .how-it-works-cards {
    padding: 24px 16px 48px;
    margin-top: -24px;
  }
}

.how-it-works-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 20px 15px;
  background: rgba(250, 250, 249, 0.7);
  border: 1px solid #FAFAF9;
  box-shadow: 0px 6px 32px 4px rgba(12, 10, 9, 0.1);
  border-radius: 16px;
  flex-shrink: 0;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.how-it-works-card:hover {
  transform: translateY(-2px);
  box-shadow: 0px 6px 24px rgba(12, 10, 9, 0.12);
}
@media (min-width: 992px) {
  .how-it-works-card {
    width: calc(25% - 24px);
  }
}
@media (max-width: calc(992px - 1px)) {
  .how-it-works-card {
    width: 300px;
    margin-right: 24px;
    padding: 15px;
  }
}
@media (max-width: calc(768px - 1px)) {
  .how-it-works-card {
    width: 220px;
    margin-right: 16px;
  }
}

.card-pill {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 6px 12px;
}
.card-pill .card-step-number {
  font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.375em;
  color: #1C1917;
}

.card-graphic {
  width: 100%;
  max-width: 200px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.card-graphic img {
  width: 100%;
  height: auto;
  object-fit: contain;
  -webkit-filter: drop-shadow(0px 6px 32px rgba(12, 10, 9, 0.1));
  filter: drop-shadow(0px 6px 32px rgba(12, 10, 9, 0.1));
}
@media (max-width: calc(768px - 1px)) {
  .card-graphic {
    width: 100%;
    max-width: 188px;
  }
}

.card-title {
  font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.375em;
  color: #1C1917;
  text-align: center;
  margin: 0;
}

.card-body {
  font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.375em;
  color: #1C1917;
  text-align: center;
  margin: 0;
  flex-grow: 1;
}

.homepage-section--features {
  padding: 108px 0;
  background-color: #F5F5F4;
  width: 100%;
  overflow-x: hidden;
  overflow-y: visible;
}
@media (max-width: calc(992px - 1px)) {
  .homepage-section--features {
    padding: 56px 0;
  }
}
@media (max-width: calc(768px - 1px)) {
  .homepage-section--features {
    padding: 48px 0 24px;
  }
}

.features-container {
  max-width: 1416px;
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
}
@media (max-width: calc(992px - 1px)) {
  .features-container {
    padding: 0 24px;
  }
}
@media (max-width: calc(768px - 1px)) {
  .features-container {
    padding: 0;
  }
}

.features-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: start;
  width: 100%;
}
@media (max-width: calc(992px - 1px)) {
  .features-wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: calc(768px - 1px)) {
  .features-wrapper {
    display: flex;
  }
}

.features-main-image {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.features-main-image img {
  width: auto;
  height: auto;
  max-width: 100%;
  display: block;
  object-fit: contain;
}

@media (max-width: calc(992px - 1px)) {
  .features-main-image--desktop {
    display: none;
  }
}

.features-main-image--mobile {
  display: none;
}
@media (max-width: calc(992px - 1px)) {
  .features-main-image--mobile {
    display: flex;
  }
}
@media (max-width: calc(768px - 1px)) {
  .features-main-image--mobile {
    padding: 0 16px;
  }
}

.features-content {
  display: flex;
  flex-direction: column;
  gap: 56px;
  width: 100%;
}
@media (max-width: calc(992px - 1px)) {
  .features-content {
    gap: 48px;
  }
}

.features-header {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: calc(992px - 1px)) {
  .features-header {
    gap: 12px;
  }
}
@media (max-width: calc(768px - 1px)) {
  .features-header {
    padding: 0 16px;
  }
}

.features-title {
  font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 1.1em;
  color: #1C1917;
  text-align: left;
  margin: 0;
}
@media (max-width: calc(992px - 1px)) {
  .features-title {
    font-size: 28px;
    line-height: 1.2em;
    text-align: center;
  }
}
@media (max-width: calc(768px - 1px)) {
  .features-title {
    font-size: 28px;
  }
}

.features-description {
  font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4em;
  color: #1C1917;
  margin: 0;
}
@media (max-width: calc(992px - 1px)) {
  .features-description {
    font-size: 18px;
    line-height: 1.4em;
    text-align: center;
  }
}
@media (max-width: calc(768px - 1px)) {
  .features-description {
    font-size: 15px;
  }
}

.features-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  width: 100%;
}
@media (max-width: calc(768px - 1px)) {
  .features-cards {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    gap: 0;
    padding: 24px 0 24px 16px;
    margin-top: -24px;
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .features-cards::-webkit-scrollbar {
    display: none;
  }
}

.feature-card {
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0px 4px 16px rgba(12, 10, 9, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.feature-card:hover {
  transform: translateY(-2px);
  box-shadow: 0px 6px 24px rgba(12, 10, 9, 0.12);
}
@media (max-width: calc(768px - 1px)) {
  .feature-card {
    flex-shrink: 0;
    width: 253px;
    margin-right: 16px;
  }
}

.feature-card-header {
  padding: 16px 24px;
  border-radius: 16px 16px 0 0;
  background-color: #1C1917;
}

.feature-card-title {
  font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4em;
  color: #FFFFFF;
  text-align: center;
  margin: 0;
}
@media (max-width: calc(992px - 1px)) {
  .feature-card-title {
    font-size: 20px;
  }
}

.feature-card-body {
  padding: 12px 16px 16px;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.feature-card-subtitle {
  font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.375em;
  color: #1C1917;
  text-align: center;
  margin: 0;
}

.feature-items-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: calc(768px - 1px)) {
  .feature-items-list {
    gap: 14px;
  }
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: calc(768px - 1px)) {
  .feature-item {
    gap: 10px;
  }
}

.feature-item-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature-item-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.feature-item-content {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
}

.feature-item-title {
  font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.375em;
  color: #1C1917;
  display: block;
}

.feature-item-description {
  font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
  color: #1C1917;
  display: block;
}
@media (max-width: calc(768px - 1px)) {
  .feature-item-description {
    font-size: 14px;
  }
}

.homepage-section--carousel {
  padding: 108px 0;
  width: 100%;
  background-color: #F5F5F4;
}
@media (max-width: calc(992px - 1px)) {
  .homepage-section--carousel {
    padding: 56px 0;
  }
}
@media (max-width: calc(768px - 1px)) {
  .homepage-section--carousel {
    padding: 48px 0;
  }
}

.carousel-container {
  max-width: 1416px;
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
}
@media (max-width: calc(992px - 1px)) {
  .carousel-container {
    padding: 0 24px;
  }
}
@media (max-width: calc(768px - 1px)) {
  .carousel-container {
    padding: 0 16px;
  }
}

.carousel-content {
  margin: 0 auto;
}

.carousel-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: calc(992px - 1px)) {
  .carousel-header {
    gap: 16px;
    max-width: 100%;
  }
}

.carousel-title {
  font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.1em;
  color: #1C1917;
  text-align: center;
  margin: 0;
}
@media (max-width: calc(992px - 1px)) {
  .carousel-title {
    font-size: 28px;
    line-height: 1.2em;
  }
}
@media (max-width: calc(768px - 1px)) {
  .carousel-title {
    font-size: 24px;
  }
}

.carousel-description {
  font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4em;
  color: #1C1917;
  text-align: center;
  margin: 0 auto;
  max-width: 672px;
}
@media (max-width: calc(992px - 1px)) {
  .carousel-description {
    font-size: 18px;
    line-height: 1.375em;
  }
}
@media (max-width: calc(768px - 1px)) {
  .carousel-description {
    font-size: 16px;
  }
}

.homepage-section--carousel .slick-arrow {
  display: none !important;
}
.homepage-section--carousel .slick-list {
  margin: 0;
}

.carousel-featured-wrapper {
  width: 100%;
  margin-top: 24px;
  display: flex;
  justify-content: center;
}

.carousel-featured {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.carousel-featured .slick-arrow {
  display: none !important;
}
.carousel-featured .slick-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-featured-slide {
  width: 672px;
  height: 504px;
  display: flex;
  overflow: hidden;
  margin: 0 8px;
}
.carousel-featured-slide.slick-slide {
  height: 504px;
}
@media (max-width: calc(992px - 1px)) {
  .carousel-featured-slide.slick-slide {
    height: 265px;
  }
}
@media (max-width: calc(768px - 1px)) {
  .carousel-featured-slide.slick-slide {
    height: 245px;
  }
}
@media (max-width: calc(992px - 1px)) {
  .carousel-featured-slide {
    width: 353px;
    height: 265px;
    margin: 0 4px;
  }
}
@media (max-width: calc(768px - 1px)) {
  .carousel-featured-slide {
    width: 327px;
    height: 245px;
  }
}

.carousel-featured-image {
  width: 100%;
  height: 100%;
}
.carousel-featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel-regular-wrapper {
  width: 100%;
  margin-top: 16px;
}

.carousel-regular {
  width: 100%;
  max-width: 100%;
}

.carousel-regular-slide {
  width: 556px;
  height: 355px;
  display: flex;
  overflow: hidden;
  margin: 0 8px;
  position: relative;
}
.carousel-regular-slide.slick-slide {
  height: 355px;
}
@media (max-width: calc(992px - 1px)) {
  .carousel-regular-slide.slick-slide {
    height: 186px;
  }
}
@media (max-width: calc(768px - 1px)) {
  .carousel-regular-slide.slick-slide {
    height: 173px;
  }
}
.carousel-regular-slide::before {
  content: "";
  position: absolute;
  left: 0%;
  right: 0%;
  top: 0%;
  bottom: 0%;
  background: linear-gradient(180deg, rgba(12, 10, 9, 0) 53.3%, #0C0A09 109.5%);
  mix-blend-mode: darken;
}
@media (max-width: calc(992px - 1px)) {
  .carousel-regular-slide {
    width: 292px;
    height: 186px;
    margin: 0 4px;
  }
}
@media (max-width: calc(768px - 1px)) {
  .carousel-regular-slide {
    width: 271px;
    height: 173px;
  }
}

.carousel-regular-image {
  width: 100%;
  height: 100%;
}
.carousel-regular-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel-regular-content {
  position: absolute;
  bottom: 12px;
  left: 0;
  padding: 0 16px;
  width: 100%;
  text-align: center;
  z-index: 2;
}

.carousel-regular-title {
  font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4em;
  color: #FAFAF9;
  margin: 0;
}
@media (max-width: calc(768px - 1px)) {
  .carousel-regular-title {
    font-size: 16px;
  }
}

.carousel-pagination {
  position: relative !important;
  margin-top: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
@media (max-width: calc(992px - 1px)) {
  .carousel-pagination {
    margin-top: 8px;
  }
}
.carousel-pagination .carousel-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: rgba(12, 10, 9, 0.2);
  opacity: 1;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}
.carousel-pagination .carousel-pagination-bullet.active {
  width: 24px;
  height: 8px;
  background-color: rgba(12, 10, 9, 0.5);
  border-radius: 1000px;
}

.homepage-section--faq {
  padding: 108px 0;
  width: 100%;
  background-color: #F5F5F4;
}
@media (max-width: calc(992px - 1px)) {
  .homepage-section--faq {
    padding: 48px 0;
  }
}

.faq-container {
  max-width: 1416px;
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
}
@media (max-width: calc(992px - 1px)) {
  .faq-container {
    padding: 0 24px;
  }
}
@media (max-width: calc(768px - 1px)) {
  .faq-container {
    padding: 0 16px;
  }
}

.faq-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: calc(992px - 1px)) {
  .faq-layout {
    grid-template-columns: 1fr;
  }
}
@media (max-width: calc(768px - 1px)) {
  .faq-layout {
    gap: 16px;
  }
}

.faq-intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
@media (max-width: calc(992px - 1px)) {
  .faq-intro {
    align-items: center;
    text-align: center;
  }
}

.faq-title {
  font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.1em;
  color: #1C1917;
  margin: 0;
}
@media (max-width: calc(992px - 1px)) {
  .faq-title {
    font-size: 28px;
  }
}
@media (max-width: calc(768px - 1px)) {
  .faq-title {
    font-size: 20px;
  }
}

.faq-description {
  font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4em;
  color: #1C1917;
  margin: 0;
}
@media (max-width: calc(992px - 1px)) {
  .faq-description {
    font-size: 18px;
  }
}
@media (max-width: calc(768px - 1px)) {
  .faq-description {
    font-size: 16px;
  }
}

.faq-view-all-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 38px;
  border-radius: 16px;
  border: 1px solid #FAFAF9;
  background-color: rgba(250, 250, 249, 0.7);
  box-shadow: 0px 6px 32px 4px rgba(12, 10, 9, 0.1);
  font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4em;
  color: #57534D;
  text-decoration: none;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.faq-view-all-link:hover {
  background-color: #FFFFFF;
  box-shadow: 0 4px 16px rgba(12, 10, 9, 0.08);
  transform: translateY(-1px);
  color: #1C1917;
}
.faq-view-all-link:active {
  transform: translateY(0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.faq-view-all-link--desktop {
  margin-top: 8px;
}
@media (max-width: calc(992px - 1px)) {
  .faq-view-all-link--desktop {
    display: none;
  }
}

.faq-view-all-link--mobile {
  display: none;
  margin: 24px auto 0;
  justify-content: center;
  text-align: center;
}
@media (max-width: calc(992px - 1px)) {
  .faq-view-all-link--mobile {
    display: block;
    width: fit-content;
  }
}
@media (max-width: calc(768px - 1px)) {
  .faq-view-all-link--mobile {
    width: 100%;
    font-size: 16px;
  }
}

.faq-list {
  width: 100%;
}

.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.faq-item {
  overflow: hidden;
}

.faq-item-header {
  width: 100%;
  padding: 24px 8px 24px 24px;
  background-color: #FAFAF9;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: none;
  cursor: pointer;
}

.faq-item-question {
  font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4em;
  color: #1C1917;
  text-align: left;
}
@media (max-width: calc(992px - 1px)) {
  .faq-item-question {
    font-size: 18px;
  }
}
@media (max-width: calc(768px - 1px)) {
  .faq-item-question {
    font-size: 16px;
  }
}

.faq-item-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
}
.faq-item-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.faq-item.is-open .faq-item-icon {
  transform: rotate(180deg);
}

.faq-item-body {
  padding: 8px 24px;
}

.faq-item-answer {
  font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
  color: #1C1917;
}
.faq-item-answer p {
  margin: 0 0 8px;
}
.faq-item-answer p:last-child {
  margin-bottom: 0;
}
@media (max-width: calc(768px - 1px)) {
  .faq-item-answer {
    font-size: 16px;
  }
}

.faq-empty {
  font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 14px;
  color: rgba(12, 10, 9, 0.6);
}

.homepage-section--download {
  padding: 108px 0;
  background-color: #F5F5F4;
  width: 100%;
}
@media (max-width: calc(992px - 1px)) {
  .homepage-section--download {
    padding: 64px 0;
  }
}
@media (max-width: calc(768px - 1px)) {
  .homepage-section--download {
    padding: 48px 0;
  }
}

.download-container {
  max-width: 1416px;
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
}
@media (max-width: calc(992px - 1px)) {
  .download-container {
    padding: 0 24px;
  }
}
@media (max-width: calc(768px - 1px)) {
  .download-container {
    padding: 0 16px;
  }
}

.download-wrapper {
  min-height: 774px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 32px;
  background-color: rgba(250, 250, 249, 0.7);
  border: 1px solid #FAFAF9;
  border-radius: 24px;
  padding: 0 56px;
  position: relative;
  box-shadow: 0px 6px 32px 4px rgba(12, 10, 9, 0.1);
  overflow: hidden;
}
@media (max-width: 1280px) {
  .download-wrapper {
    min-height: unset;
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
    padding: 0 48px;
  }
}
@media (max-width: calc(768px - 1px)) {
  .download-wrapper {
    padding: 16px;
  }
}

.download-iphone {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.download-iphone img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  max-width: 324px;
}

.download-iphone--left {
  align-items: flex-start;
  justify-content: flex-start;
}
.download-iphone--left img {
  margin-top: -148px;
}
@media (max-width: 1280px) {
  .download-iphone--left img {
    margin-top: -387px;
  }
}
@media (max-width: calc(768px - 1px)) {
  .download-iphone--left img {
    margin: 13px 0;
  }
}

.download-iphone--right {
  align-items: flex-end;
  justify-content: flex-end;
}
.download-iphone--right img {
  margin-bottom: -233px;
}
@media (max-width: 1280px) {
  .download-iphone--right img {
    margin-bottom: -399px;
  }
}
@media (max-width: calc(768px - 1px)) {
  .download-iphone--right {
    display: none;
  }
}

.download-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  text-align: center;
  z-index: 2;
  min-width: 0;
}

.download-title {
  font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.1em;
  color: #1C1917;
  text-align: center;
  margin: 0;
}
@media (max-width: calc(992px - 1px)) {
  .download-title {
    font-size: 28px;
  }
}
@media (max-width: calc(768px - 1px)) {
  .download-title {
    font-size: 18px;
  }
}

.download-description {
  font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4em;
  color: #1C1917;
  text-align: center;
  margin: 0;
  max-width: 600px;
}
@media (max-width: calc(992px - 1px)) {
  .download-description {
    font-size: 18px;
  }
}
@media (max-width: calc(768px - 1px)) {
  .download-description {
    font-size: 16px;
  }
}

.download-buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 24px;
  width: 100%;
}
@media (max-width: calc(768px - 1px)) {
  .download-buttons {
    gap: 16px;
  }
}

.download-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
  border-radius: 12px;
  line-height: 0;
  background-color: #000000;
  padding: 0;
  border: none;
  cursor: pointer;
}
.download-button:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}
.download-button:active {
  transform: translateY(0);
}
.download-button img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  border-radius: 12px;
}
@media (max-width: calc(992px - 1px)) {
  .download-button img {
    max-width: 186px;
  }
}
@media (max-width: calc(768px - 1px)) {
  .download-button img {
    max-width: 148px;
  }
}

.no-posts {
  text-align: center;
  padding: 4rem 0;
}
.no-posts h2 {
  margin-bottom: 1rem;
}

.page-header {
  margin-bottom: 2rem;
}

.page-title {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.entry-header {
  margin-bottom: 2rem;
}

.entry-content {
  margin-bottom: 2rem;
}

.entry-footer {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid #eee;
}

.page-links {
  margin-top: 1rem;
}

@media (max-width: calc(768px - 1px)) {
  .site-header .container {
    flex-direction: column;
    gap: 1rem;
  }
}

/*# sourceMappingURL=style.css.map */
