


    :root {
      --brand-charcoal: #30323a;
      --brand-muted: #64748b;
      --brand-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
      --hero-gold: #0b73f6;
      --hero-gold-soft: #ff9f31;
    }

    html {
      min-height: 100%;
      scroll-behavior: smooth;
      scroll-padding-top: 92px;
    }

    body {
      min-height: 100vh;
      display: flex;
      flex-direction: column;
      font-family: "Outfit", Arial, sans-serif;
      color: var(--brand-charcoal);
      background: #ffffff;
      line-height: 1.6;
    }

    main {
      flex: 1 0 auto;
    }

    h1,
    h2,
    h3,
    h4,
    .navbar-brand {
      font-family: "Outfit", Arial, sans-serif;
    }

    a {
      text-decoration: none;
    }

    section {
      padding: 96px 0;
    }

    .site-navbar {
      min-height: 92px;
      padding: 0;
      background: #ffffff;
      border-bottom: none;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    }

    .site-navbar .container {
      max-width: 1244px;
      min-height: 92px;
      align-items: center;
    }

    .navbar-brand {
      color: var(--brand-charcoal);
      font-weight: 900;
      letter-spacing: 0;
    }

    .site-logo {
      flex: 0 0 auto;
      margin: 0;
      padding: 0;
    }

    .brand-logo {
      width: 156px;
      height: auto;
      display: block;
    }

    .site-navbar .navbar-collapse {
      align-items: center;
      justify-content: flex-end;
    }

    .site-navbar .nav-link {
      padding: 0.35rem 0;
      color: #34343b;
      font-family: "Outfit", Arial, sans-serif;
      font-size: 1.08rem;
      font-weight: 700;
      letter-spacing: 0.045em;
      line-height: 1;
    }

    .site-navbar .nav-link:hover,
    .site-navbar .nav-link:focus {
      color: var(--hero-gold);
    }

    .nav-cart {
      position: relative;
      width: 42px;
      height: 42px;
      flex: 0 0 42px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      color: #ffffff;
      background: #000000;
      font-size: 1.15rem;
      line-height: 1;
      transition: background 0.2s ease, transform 0.2s ease;
    }

    .bank-account-card {
      transition: all 0.2s ease;
    }

    .bank-account-card:hover {
      transform: translateY(-2px);
      box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .08) !important;
    }

    .bank-icon {
      width: 45px;
      height: 45px;
    }

    .nav-cart:hover,
    .nav-cart:focus {
      color: #ffffff;
      background: #1b1b1b;
      transform: translateY(-1px);
    }

    .nav-cart-count {
      position: absolute;
      top: -6px;
      right: -7px;
      min-width: 20px;
      height: 20px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border: 2px solid #ffffff;
      border-radius: 999px;
      color: #ffffff;
      background: #000000;
      font-size: 0.68rem;
      font-weight: 900;
      line-height: 1;
      padding: 0 0.28rem;
    }

    .nav-login {
      --bs-btn-color: #000000;
      --bs-btn-bg: #ffffff;
      --bs-btn-border-color: #000000;
      --bs-btn-hover-color: #ffffff;
      --bs-btn-hover-bg: #000000;
      --bs-btn-hover-border-color: #000000;
      --bs-btn-focus-shadow-rgb: 7, 136, 150;
      width: 48px;
      height: 48px;
      flex: 0 0 48px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-width: 3px;
      border-radius: 50%;
      padding: 0;
      line-height: 1;
    }

    .nav-login .bi {
      font-size: 1.45rem;
      line-height: 1;
    }

    @media (min-width: 992px) {
      .main-nav-list {
        gap: 29px;
        margin-left: auto;
      }

      .nav-cart {
        margin-left: 33px;
      }
    }

    @media (min-width: 1200px) {
      .main-nav-list {
        gap: 31px;
      }
    }

    .hero {
      position: relative;
      min-height: clamp(620px, 78vh, 760px);
      overflow: hidden;
      display: flex;
      align-items: center;
      padding: clamp(104px, 11vh, 128px) 0 clamp(130px, 17vh, 178px);
      background: #000000;
      color: #ffffff;
    }

    .hero-content {
      position: relative;
      z-index: 4;
      padding-left: 0.2rem;
      max-width: 720px;
    }

    .hero-title {
      margin: 0 0 1.05rem;
      color: #ffffff;
      font-family: "Outfit", Arial, sans-serif;
      font-size: clamp(3.15rem, 3.25vw, 3.1rem);
      font-weight: 400;
      line-height: 1.04;
      letter-spacing: 0;
      text-transform: uppercase;
    }

    .hero-title span:first-child {
      display: block;
      color: #ffffff;
      font-weight: 900;
      white-space: nowrap;
    }

    .serif {
      display: block;
      margin-top: 0.04rem;
      color: #ffffff;
      font-family: "Outfit", Arial, sans-serif;
      font-size: 0.86em;
      font-weight: 400;
      line-height: 1.04;
      white-space: nowrap;
    }

    .line-hero {
      width: 100%;
      height: 2px;
      margin: 0 0 1rem;
      background: #005fe8;
    }

    .hero-copy {
      max-width: 35rem;
      margin: 0 0 1.7rem;
      color: #ffffff;
      font-size: 1.08rem;
      font-weight: 700;
      line-height: 1.28;
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 1.35rem;
      align-items: center;
      margin-left: 0;
    }

    .hero-btn {
      min-height: 40px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 0.48rem;
      border-radius: 999px;
      font-size: 1rem;
      font-weight: 800;
      line-height: 1;
      padding: 0.48rem 1.08rem;
      white-space: nowrap;
      box-shadow: none;
    }

    .hero-btn .bi {
      font-size: 0.95rem;
      line-height: 1;
    }

    .hero-btn-light {
      color: #050505;
      background: #ffffff;
      border: 2px solid #ffffff;
    }

    .hero-btn-light:hover {
      color: #050505;
      background: #f5f0e8;
      border-color: #f5f0e8;
    }

    .hero-btn-dark {
      color: #050505;
      background: #ffffff;
      border: 2px solid #ffffff;
    }


    .hero-btn-dark:hover {
      color: #f5f0e8;
      background: #050505;
      border-color: #050505;
    }

    .hero-btn-outline {
      color: #ffffff;
      background: transparent;
      border: 1.5px solid #ffffff;
      padding-right: 1.08rem;
      padding-left: 1.08rem;
    }

    .hero-btn-outline:hover {
      color: #ffffff;
      background: rgba(180, 122, 40, 0.16);
      border-color: var(--hero-gold-soft);
    }

    .hero-btn-outline .bi {
      width: 1.24rem;
      height: 1.24rem;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: #050505;
      background: #ffffff;
      border-radius: 50%;
      font-size: 0.78rem;
    }



    .hero__wave {
      position: absolute;
      left: 0;
      bottom: -1px;
      width: 100%;
      height: 140px;
      z-index: 2;
      display: block;
    }

    .categories {
      --category-gap: 24px;
      --category-visible: 4;
      background: #ffffff;
      padding: clamp(66px, 7vw, 84px) 0 clamp(78px, 9vw, 112px);
      color: #050505;
      overflow: hidden;
    }

    .categories-shell {
      max-width: 1060px;
      margin: 0 auto;
    }

    .categories-heading {
      margin: 0 0 42px;
      text-align: center;
    }

    .categories-heading h2 {
      margin: 0;
      color: #000000;
      font-family: "Outfit-Regular", sans-serif;
      font-size: clamp(2.05rem, 4vw, 2.35rem);
      font-weight: 400;
      line-height: 1.05;
      text-transform: uppercase;
    }

    .categories-heading span {
      width: min(100%, 390px);
      height: 1px;
      display: block;
      margin: 13px auto 0;
      background: #000000;
    }

    .categories-carousel {
      position: relative;
      padding: 0 0 34px;
    }

    .categories-viewport {
      overflow: hidden;
      cursor: grab;
      touch-action: pan-y;
    }

    .categories-viewport.is-dragging {
      cursor: grabbing;
    }

    .categories-track {
      display: flex;
      gap: var(--category-gap);
      will-change: transform;
      transition: transform 0.52s cubic-bezier(0.22, 1, 0.36, 1);
    }

    .categories-viewport.is-dragging .categories-track {
      transition: none;
    }

    .category-card-link {
      flex: 0 0 calc((100% - (var(--category-gap) * (var(--category-visible) - 1))) / var(--category-visible));
      min-width: 0;
      display: block;
      color: inherit;
    }

    .category-card {
      width: 100%;
      min-height: 278px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      overflow: hidden;
      padding: 16px 16px 18px;
      border: 1px solid rgba(3, 63, 143, 0.12);
      border-radius: 8px;
      background: linear-gradient(180deg, #ffffff 0%, #f5f5f5 100%);
      box-shadow: 0 16px 36px rgba(2, 33, 82, 0.08);
      text-align: center;
      cursor: pointer;
      transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
    }

    .category-card:hover,
    .category-card-link:focus-visible .category-card {
      border-color: rgba(0, 180, 255, 0.42);
      box-shadow: 0 22px 48px rgba(2, 33, 82, 0.14);
      transform: translateY(-3px);
    }

    .category-image-wrap {
      width: 100%;
      aspect-ratio: 1.05;
      display: grid;
      place-items: center;
      overflow: hidden;
      border-radius: 8px;
      background:#000000;
       
    }

    .category-card h3 {
      margin: 0;
      color: #000000;
      font-family: "Outfit", Arial, sans-serif;
      font-size: 1.28rem;
      font-weight: 900;
      line-height: 1.1;
    
    }

    .category-card img {
      width: 86%;
      height: 86%;
      display: block;
      object-fit: contain;
      object-position: center center;
      filter: drop-shadow(0 18px 22px rgba(0, 18, 54, 0.3));
      transition: transform 0.22s ease;
    }

    .category-card:hover img,
    .category-card-link:focus-visible img {
      transform: scale(1.04);
    }

    .categories-control {
      position: absolute;
      top: 42%;
      z-index: 3;
      width: 42px;
      height: 42px;
      display: inline-grid;
      place-items: center;
      border: 0;
      border-radius: 50%;
      background: #05306d;
      color: #ffffff;
      box-shadow: 0 14px 30px rgba(0, 35, 100, 0.2);
      transform: translateY(-50%);
      transition: background 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
    }

    .categories-control:hover,
    .categories-control:focus {
      background: #087fd8;
      transform: translateY(-50%) scale(1.04);
    }

    .categories-control:disabled {
      opacity: 0.35;
      pointer-events: none;
    }

    .categories-control-prev {
      left: -58px;
    }

    .categories-control-next {
      right: -58px;
    }

    .categories-dots {
      min-height: 16px;
      display: flex;
      justify-content: center;
      gap: 0.5rem;
      margin-top: 20px;
    }

    .categories-dot {
      width: 8px;
      height: 8px;
      padding: 0;
      border: 0;
      border-radius: 999px;
      background: rgba(5, 48, 109, 0.22);
      transition: width 0.22s ease, background 0.22s ease;
    }

    .categories-dot.is-active {
      width: 26px;
      background: #05306d;
    }

    .overtime-view {
      padding: 0;
      background: #1d2431;
      color: #ffffff;
      overflow: hidden;
    }

    .overtime-panel {
      min-height: clamp(330px, 36vw, 385px);
      display: grid;
      grid-template-columns: minmax(0, 51.5%) minmax(0, 48.5%);
      background: linear-gradient(90deg, #076ceb 0%, #1e2430 47%, #1d2430 100%);
    }

    .overtime-content {
      min-width: 0;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: clamp(30px, 4vw, 52px) clamp(24px, 6vw, 92px);
      text-align: center;
    }

    .overtime-logo {
      width: min(100%, 352px);
      height: auto;
      display: block;
      margin: 0 auto clamp(16px, 1.8vw, 20px);
    }

    .overtime-copy {
      max-width: 360px;
      margin: 0 auto clamp(20px, 2.4vw, 24px);
      color: #ffffff;
      font-size: clamp(0.98rem, 1.5vw, 1.08rem);
      font-weight: 900;
      line-height: 1.05;
    }

    .overtime-features {
      display: flex;
      align-items: flex-start;
      justify-content: center;
      gap: clamp(26px, 4vw, 38px);
      margin: 0 0 clamp(30px, 4vw, 36px);
    }

    .overtime-feature {
      min-width: 56px;
      display: grid;
      justify-items: center;
      gap: 7px;
      color: #ffffff;
      font-size: 0.86rem;
      font-weight: 500;
      line-height: 0.96;
    }

    .overtime-feature-icon {
      width: 45px;
      height: 45px;
      display: inline-grid;
      place-items: center;
      border: 3px solid #ffffff;
      border-radius: 50%;
      color: #ffffff;
      font-size: 1.35rem;
      line-height: 1;
    }

    .overtime-feature-icon .bi {
      line-height: 1;
    }

    .overtime-actions {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: 14px;
    }

    .overtime-btn {
      min-width: 143px;
      min-height: 31px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 0.52rem;
      border: 0;
      border-radius: 999px;
      padding: 0.42rem 1.08rem;
      font-size: 0.94rem;
      font-weight: 900;
      line-height: 1;
      white-space: nowrap;
      transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
    }

    .overtime-btn:hover,
    .overtime-btn:focus {
      transform: translateY(-1px);
    }

    .overtime-btn-primary {
      background: #0b73f6;
      color: #ffffff;
    }

    .overtime-btn-primary:hover,
    .overtime-btn-primary:focus {
      background: #2490ff;
      color: #ffffff;
    }

    .overtime-btn-light {
      background: #ffffff;
      color: #050505;
    }

    .overtime-btn-light:hover,
    .overtime-btn-light:focus {
      background: #e9f4ff;
      color: #050505;
    }

    .overtime-btn .bi {
      width: 20px;
      height: 20px;
      display: inline-grid;
      place-items: center;
      border-radius: 50%;
      font-size: 0.82rem;
      line-height: 1;
    }

    .overtime-btn-primary .bi {
      background: #ffffff;
      color: #0b73f6;
    }

    .overtime-btn-light .bi {
      color: #050505;
      font-size: 0.9rem;
    }

    .overtime-media {
      min-width: 0;
      min-height: inherit;
      overflow: hidden;
    }

    .overtime-media img {
      width: 100%;
      height: 100%;
      min-height: inherit;
      display: block;
      object-fit: cover;
      object-position: 53% center;
    }

    .featured-products {
      --featured-gap: 24px;
      --featured-visible: 4;
      overflow: hidden;
      padding: 84px 0 98px;
      background: #ffffff;
      color: #050505;
    }

    .featured-products-shell {
      max-width: 1030px;
      margin: 0 auto;
    }

    .featured-products-heading {
      margin: 0 0 48px;
      text-align: center;
    }

    .featured-products-heading h2 {
      margin: 0;
      color: #000000;
      font-family: "Outfit-Regular", sans-serif;
      font-size: 2.45rem;
      font-weight: 400;
      line-height: 1.05;
      letter-spacing: 0;
      text-transform: uppercase;
    }

    .featured-products-heading span {
      width: min(100%, 480px);
      height: 1px;
      display: block;
      margin: 16px auto 0;
      background: #ffffff;
    }

    .featured-products-slider {
      position: relative;
      padding: 0 0 34px;
    }

    .featured-products-viewport {
      overflow: hidden;
      cursor: grab;
      touch-action: pan-y;
    }

    .featured-products-viewport.is-dragging {
      cursor: grabbing;
    }

    .featured-products-track {
      display: flex;
      gap: var(--featured-gap);
      will-change: transform;
      transition: transform 0.52s cubic-bezier(0.22, 1, 0.36, 1);
    }

    .featured-products-viewport.is-dragging .featured-products-track {
      transition: none;
    }

    .featured-product-card {
      flex: 0 0 calc((100% - (var(--featured-gap) * (var(--featured-visible) - 1))) / var(--featured-visible));
      min-width: 0;
      overflow: hidden;
      border-radius: 8px;
      background: #ffffff;
      color: #050505;
      text-align: center;
      border: 1px solid rgba(0, 0, 0, 0.12);
      box-shadow: 0 16px 26px rgba(0, 0, 0, 0.08);
    }

    .featured-product-card img {
      width: calc(100% - 20px);
      aspect-ratio: 1.08;
      display: block;
      margin: 10px auto 0;
      border-radius: 8px;
      object-fit: cover;
      object-position: center center;
      user-select: none;
      pointer-events: none;
    }

    .featured-product-body {
      display: flex;
      min-height: 154px;
      flex-direction: column;
      align-items: center;
      padding: 12px 18px 18px;
    }

    .featured-product-card h3 {
      margin: 0;
      color: #050505;
      font-size: 1.05rem;
      font-weight: 900;
      line-height: 1.18;
    }

    .featured-product-category {
      margin: 4px 0 0;
      color: #0b73f6;
      font-size: 0.86rem;
      font-weight: 900;
      line-height: 1.2;
    }

    .featured-product-rule {
      position: relative;
      width: 148px;
      max-width: 82%;
      height: 1px;
      display: block;
      margin: 17px 0 14px;
      background: #000000;
    }

    .featured-product-rule::after {
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      width: 7px;
      height: 7px;
      background: #000000;
      transform: translate(-50%, -50%) rotate(45deg);
    }

    .featured-product-price {
      margin: 0 0 10px;
      color: #050505;
      font-family: "Outfit", Arial, sans-serif;
      font-size: 0.95rem;
      font-weight: 700;
      line-height: 1.1;
    }

    .featured-product-stock {
      min-height: 22px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin: -2px 0 10px;
      border-radius: 999px;
      color: #555555;
      background: #f2f2f2;
      font-size: 0.72rem;
      font-weight: 900;
      line-height: 1;
      padding: 0.32rem 0.68rem;
    }

    .featured-product-stock.is-out-of-stock {
      color: #ffffff;
      background: #8a1f1f;
    }

    .featured-product-btn {
      width: min(100%, 152px);
      min-height: 28px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin-top: auto;
      border-radius: 999px;
      background: #000000;
      color: #ffffff;
      font-size: 0.82rem;
      font-weight: 900;
      line-height: 1;
      padding: 0.36rem 0.85rem;
      transition: background 0.2s ease, transform 0.2s ease;
    }

    .featured-product-btn:hover,
    .featured-product-btn:focus {
      color: #ffffff;
      background: #1c1c1c;
      transform: translateY(-1px);
    }

    .featured-products-control {
      position: absolute;
      top: 42%;
      z-index: 3;
      width: 42px;
      height: 42px;
      display: inline-grid;
      place-items: center;
      border: 0;
      border-radius: 50%;
      background: #000000;
      color: #ffffff;
      box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
      transform: translateY(-50%);
      transition: background 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
    }

    .featured-products-control:hover,
    .featured-products-control:focus {
      background: #1c1c1c;
      transform: translateY(-50%) scale(1.04);
    }

    .featured-products-control-prev {
      left: -58px;
    }

    .featured-products-control-next {
      right: -58px;
    }

    .featured-products-dots {
      min-height: 16px;
      display: flex;
      justify-content: center;
      gap: 0.5rem;
      margin-top: 20px;
    }

    .featured-products-dot {
      width: 8px;
      height: 8px;
      padding: 0;
      border: 0;
      border-radius: 999px;
      background: rgba(0, 0, 0, 0.2);
      transition: width 0.22s ease, background 0.22s ease;
    }

    .featured-products-dot.is-active {
      width: 26px;
      background: #000000;
    }

    @media (prefers-reduced-motion: reduce) {

      .categories-track,
      .category-card,
      .category-card img,
      .categories-control,
      .categories-dot,
      .featured-products-track,
      .featured-product-btn,
      .featured-products-control,
      .featured-products-dot {
        transition: none;
      }
    }



    @media (max-width: 767.98px) {
      .categories-shell {
        max-width: 560px;
      }

      .categories-heading {
        margin-bottom: 40px;
      }

      .categories {
        --category-visible: 2;
        --category-gap: 18px;
      }

      .category-card {
        min-height: 248px;
        gap: 14px;
      }

      .category-card h3 {
        font-size: 1.1rem;
      }

      .categories-control {
        display: none;
      }

      .overtime-panel {
        grid-template-columns: 1fr;
      }

      .overtime-content {
        min-height: 360px;
        padding: 44px 24px 40px;
      }

      .overtime-media {
        min-height: 300px;
      }

      .featured-products {
        --featured-visible: 2;
        --featured-gap: 18px;
        padding: 72px 0 84px;
      }

      .featured-products-shell {
        max-width: 560px;
      }

      .featured-products-heading {
        margin-bottom: 34px;
      }

      .featured-products-heading h2 {
        font-size: 2rem;
      }

      .featured-products-control {
        display: none;
      }
    }

    @media (max-width: 420px) {
      .categories-shell {
        max-width: 290px;
      }

      .categories {
        --category-visible: 1;
      }

      .overtime-content {
        min-height: auto;
        padding: 40px 18px 36px;
      }

      .overtime-logo {
        width: min(100%, 306px);
      }

      .overtime-copy {
        max-width: 290px;
      }

      .overtime-features {
        gap: 18px;
        margin-bottom: 28px;
      }

      .overtime-feature {
        font-size: 0.78rem;
      }

      .overtime-feature-icon {
        width: 42px;
        height: 42px;
        border-width: 2px;
        font-size: 1.18rem;
      }

      .overtime-actions {
        gap: 10px;
      }

      .overtime-btn {
        min-width: min(100%, 166px);
      }

      .overtime-media {
        min-height: 260px;
      }

      .featured-products {
        --featured-visible: 1;
      }

      .featured-products-shell {
        max-width: 270px;
      }

      .featured-products-heading h2 {
        font-size: 1.72rem;
      }
    }



    .hero-visual {
      min-width: 0;
      display: flex;
      justify-content: center;
    }

    .hero-slider {
      position: relative;
      z-index: 1;
      width: min(100%, clamp(520px, 52vw, 760px));
      max-width: 100%;
      height: clamp(420px, 42vw, 590px);
      display: block;
      margin: 0 auto;
      isolation: isolate;
      transform: scale(1.08);
      transform-origin: center bottom;
    }

    .hero-team {
      position: absolute;
      inset: 0;
      width: 100%;
      max-width: 100%;
      height: 100%;
      display: block;
      margin: 0 auto;
      object-fit: contain;
      object-position: center bottom;
    }

    .hero-slide {
      opacity: 0;
      filter: blur(8px);
      transform: translateX(24px) scale(0.985);
      transition: opacity 0.9s ease, filter 0.9s ease, transform 0.9s ease;
      pointer-events: none;
    }

    .hero-slide.is-active {
      z-index: 2;
      opacity: 1;
      filter: blur(0);
      transform: translateX(0) scale(1);
    }

    @media (prefers-reduced-motion: reduce) {
      .hero-slide {
        transition: none;
      }
    }

    .text-muted-custom {
      color: var(--brand-muted);
    }

    .soft-section {
      background: #f8fafc;
    }

 

    .testimonial-card:hover {
      transform: translateY(-6px);
      border-color: rgba(57, 197, 204, 0.35);
      box-shadow: var(--brand-shadow);
    }

    .testimonial-author {
      display: flex;
      align-items: center;
      gap: 0.9rem;
      margin-top: 1.35rem;
    }

    .testimonial-avatar {
      width: 40px;
      height: 40px;
      flex: 0 0 40px;
      display: inline-grid;
      place-items: center;
      border-radius: 50%;
      background: #101820;
      color: #ffffff;
      font-size: 0.95rem;
      font-weight: 900;
      line-height: 1;
    }

    .testimonial-author-meta {
      min-width: 0;
      display: grid;
      gap: 0.12rem;
    }

    .testimonial-author-meta h3 {
      margin: 0;
      color: #111827;
      font-size: 1.08rem;
      font-weight: 900;
      line-height: 1.18;
    }

    .testimonial-author-meta time {
      color: #53637a;
      font-size: 0.95rem;
      font-weight: 800;
      line-height: 1.15;
    }

    .contact-section {
      padding: clamp(64px, 8vw, 96px) 16px;
      background: #ffffff;
      color: #020b20;
    }

    .contact-shell {
      width: min(100%, 1064px);
      min-height: 720px;
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(380px, 424px);
      align-items: center;
      gap: clamp(42px, 6vw, 68px);
      margin: 0 auto;
      border-radius: 40px;
      background: #f4f7fb;
      padding: clamp(44px, 5.2vw, 72px);
    }

    .contact-visual {
      min-width: 0;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .contact-logo-card {
      width: min(100%, 472px);
      aspect-ratio: 1.07;
      display: grid;
      place-items: center;
      border-radius: 22px;
      background: #000000;
    }

    .contact-brand {
      width: min(72%, 344px);
      height: auto;
      display: block;
    }

    .contact-form-panel {
      min-width: 0;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .contact-form {
      width: 100%;
      display: grid;
      gap: 16px;
      border-radius: 18px;
      background: #ffffff;
      padding: 34px;
      box-shadow: none;
    }

    .contact-form-heading {
      margin-bottom: 8px;
      text-align: center;
    }

    .contact-form-heading h2 {
      margin: 0;
      color: #020b20;
      font-size: clamp(1.95rem, 3vw, 2.32rem);
      font-weight: 900;
      line-height: 1;
    }

    .contact-form-heading span {
      width: 48px;
      height: 2px;
      display: block;
      margin: 14px auto 18px;
      border-radius: 999px;
      background: #115cff;
    }

    .contact-form-heading p {
      max-width: 320px;
      margin: 0 auto;
      color: #25334d;
      font-size: 0.9rem;
      font-weight: 500;
      line-height: 1.38;
    }

    .contact-form-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 10px;
    }

    .contact-field {
      position: relative;
      min-height: 58px;
      display: grid;
      align-content: center;
      gap: 5px;
      margin: 0;
      border: 1px solid #d8e0ec;
      border-radius: 9px;
      background: #ffffff;
      padding: 10px 14px 10px 44px;
      color: #020b20;
    }

    .contact-field>i {
      position: absolute;
      left: 16px;
      top: 18px;
      color: #25334d;
      font-size: 1rem;
      line-height: 1;
    }

    .contact-field span {
      color: #020b20;
      font-size: 0.75rem;
      font-weight: 700;
      line-height: 1.1;
    }

    .contact-field input,
    .contact-field select,
    .contact-field textarea {
      width: 100%;
      border: 0;
      outline: 0;
      background: transparent;
      color: #25334d;
      font: inherit;
      font-size: 0.8rem;
      font-weight: 500;
      line-height: 1.25;
      padding: 0;
    }

    .contact-field input::placeholder,
    .contact-field textarea::placeholder {
      color: #7a879c;
      opacity: 1;
    }

    .contact-field select {
      color: #7a879c;
      cursor: pointer;
    }

    .contact-message-field {
      min-height: 136px;
      align-content: start;
      padding-bottom: 30px;
    }

    .contact-message-field textarea {
      min-height: 74px;
      resize: vertical;
    }

    .contact-message-field small {
      position: absolute;
      right: 15px;
      bottom: 11px;
      color: #7a879c;
      font-size: 0.82rem;
      font-weight: 500;
      line-height: 1;
    }

    .contact-submit {
      min-height: 48px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 12px;
      border: 0;
      border-radius: 12px;
      background: #000000;
      color: #ffffff;
      font-size: 0.88rem;
      font-weight: 900;
      line-height: 1;
      box-shadow: 0 18px 28px rgba(7, 93, 255, 0.2);
      transition: transform 0.2s ease, background 0.2s ease;
    }

    .contact-submit:hover,
    .contact-submit:focus {
      background: #0b73f6;
      transform: translateY(-1px);
    }

    .contact-submit:disabled {
      cursor: wait;
      opacity: 0.72;
      transform: none;
    }

    .contact-submit .bi {
      font-size: 1rem;
      line-height: 1;
    }

    .contact-feedback {
      margin: 0;
      border-radius: 8px;
      font-size: 0.86rem;
      font-weight: 800;
      line-height: 1.25;
      padding: 0.72rem 0.9rem;
      text-align: center;
    }

    .contact-feedback.is-success {
      color: #0f5132;
      background: #d1e7dd;
    }

    .contact-feedback.is-error {
      color: #842029;
      background: #f8d7da;
    }

    .contact-safe-note {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      margin: 2px 0 0;
      color: #25334d;
      font-size: 0.78rem;
      font-weight: 500;
      line-height: 1.2;
      text-align: center;
    }

    .site-footer {
      flex-shrink: 0;
      background: #000000;
      color: #ffffff;
      padding: 54px 0 58px;
    }

    .footer-grid {
      max-width: 1120px;
      margin: 0 auto;
    }

    .footer-logo-link {
      display: inline-flex;
      align-items: center;
    }

    .footer-logo {
      width: min(100%, 260px);
      height: auto;
      display: block;
    }

    .footer-title {
      margin: 0 0 0.65rem;
      color: #ffffff;
      font-size: 1.2rem;
      font-weight: bold;
      line-height: 1.2;
    }

    .footer-links {
      display: grid;
      gap: 0.06rem;
    }

    .site-footer a {
      color: #ffffff;
    }

    .footer-links a {
      font-size: 1.1rem;
      font-weight: 900;
      line-height: 1.28;
    }

    .footer-socials {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      gap: 1rem;
    }

    .footer-socials a {
      width: 28px;
      height: 28px;
      display: inline-grid;
      place-items: center;
      color: #ffffff;
      font-size: 1.55rem;
      line-height: 1;
    }

    .footer-socials a:hover,
    .footer-links a:hover {
      color: rgba(255, 255, 255, 0.78);
    }

    .whatsapp-float {
      position: fixed;
      right: 22px;
      bottom: 22px;
      z-index: 1030;
      width: 58px;
      height: 58px;
      display: grid;
      place-items: center;
      border-radius: 50%;
      background: #25d366;
      color: #ffffff;
      font-size: 1.65rem;
      box-shadow: 0 20px 40px rgba(37, 211, 102, 0.35);
    }

    .animate {
      opacity: 0;
      transform: translateY(28px);
      transition: opacity 0.75s ease, transform 0.75s ease;
    }

    .animate.show {
      opacity: 1;
      transform: translateY(0);
    }

    @media (max-width: 991.98px) {
      .site-navbar {
        min-height: auto;
        padding: 0.7rem 0;
      }

      .site-navbar .container {
        min-height: 64px;
      }

      .brand-logo {
        width: 160px;
      }

      .site-navbar .navbar-collapse {
        padding: 1rem 0 0.35rem;
        text-align: center;
      }

      .main-nav-list {
        align-items: center !important;
        gap: 0.8rem;
      }

      .site-navbar .nav-link {
        text-align: center;
      }

      .nav-cart {
        margin: 1rem auto 0;
      }

      .hero {
        min-height: auto;
        padding: 116px 0 150px;
        text-align: center;
      }

      .hero__wave {
        height: 118px;
      }

     
      .hero-content {
        padding-left: 0;
        margin-right: auto;
        margin-left: auto;
      }

      .hero-title {
        font-size: 4.35rem;
      }

      .line-hero {
        margin-right: auto;
        margin-left: auto;
      }

      .hero-copy {
        margin-right: auto;
        margin-left: auto;
      }

      .hero-actions {
        justify-content: center;
        margin-left: 0;
      }

      .hero-visual {
        margin-top: 2.4rem !important;
      }

      .hero-slider {
        width: min(100%, 620px);
        height: clamp(360px, 72vw, 520px);
      }

      .contact-section {
        padding: 56px 16px;
      }

      .contact-shell {
        min-height: 0;
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 34px;
        border-radius: 28px;
        padding: 44px 22px;
      }

      .contact-logo-card {
        width: min(100%, 472px);
      }

      .contact-form {
        max-width: 424px;
      }

      .site-footer {
        padding: 48px 0 52px;
      }

      .footer-logo {
        width: min(100%, 245px);
      }

      .footer-socials {
        justify-content: center;
      }
    }

    @media (max-width: 575.98px) {
      section {
        padding: 72px 0;
      }

      .hero-title {
        font-size: clamp(2.15rem, 10vw, 3rem);
      }

      .serif {
        margin-top: 0.15rem;
      }

      .hero-copy {
        font-size: 1.02rem;
      }

      .hero-btn {
        width: min(100%, 244px);
      }

      .hero__wave {
        height: 86px;
      }


      .hero-visual {
        margin-top: 2rem !important;
      }

      .hero-slider {
        width: min(100%, 420px);
        height: clamp(300px, 88vw, 430px);
      }

      .brand-logo {
        width: 148px;
      }

      .contact-section {
        padding: 40px 12px;
      }

      .contact-shell {
        padding: 28px 14px;
        border-radius: 22px;
        gap: 26px;
      }

      .contact-logo-card {
        width: min(100%, 320px);
        border-radius: 18px;
      }

      .contact-brand {
        width: 72%;
      }

      .contact-form {
        gap: 16px;
        padding: 26px 18px;
      }

      .contact-form-grid {
        grid-template-columns: 1fr;
      }

      .contact-form-heading h2 {
        font-size: 2rem;
      }

      .contact-form-heading p {
        font-size: 0.92rem;
      }

      .contact-field {
        min-height: 64px;
        padding-left: 48px;
      }

      .contact-field>i {
        left: 17px;
      }

      .contact-submit {
        min-height: 56px;
        border-radius: 16px;
      }

    }

    @media (max-width: 380px) {
      .hero-title {
        font-size: 2.05rem;
      }
    }
