﻿    :root {
      --navy: #1e293b;
      --ink: #050612;
      --text: #47464c;
      --muted: #858597;
      --brand: #f97316;
      --brand-dark: #c2410c;
      --brand-soft: #fff3e8;
      --white: #ffffff;
      --line: #e5e7eb;
      --soft: #f8fafc;
      --hero-img: url("../images/marques-e-marques/estoque.png");
      --warehouse-img: url("../images/marques-e-marques/operacao-2-cortada.png");
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
      scroll-padding-top: 108px;
    }

    body {
      margin: 0;
      color: var(--ink);
      background: var(--white);
      font-family: "Montserrat", Arial, sans-serif;
      overflow-x: hidden;
    }

    body,
    .site-header,
    main,
    .hero,
    section,
    .stats,
    .intro,
    .site-footer {
      width: 100%;
    }

    .gtm-hidden {
      display: none;
      visibility: hidden;
    }

    img {
      display: block;
      max-width: 100%;
    }

    a {
      color: inherit;
      text-decoration: none;
    }

    p,
    h1,
    h2,
    h3 {
      margin: 0;
    }

    .site-header {
      position: sticky;
      z-index: 1000;
      top: 0;
      height: 108px;
      background: var(--white);
      border-bottom: 1px solid rgba(229, 231, 235, .55);
    }

    .header-inner {
      position: relative;
      width: min(1280px, 100%);
      height: 108px;
      margin: 0 auto;
    }

    .logo {
      position: absolute;
      z-index: 2;
      top: 0;
      left: 64px;
      width: 186px;
      height: 108px;
    }

    .logo img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }

    .nav {
      position: absolute;
      z-index: 1;
      top: 18px;
      left: 0;
      width: 100%;
      height: 64px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 16px 64px 16px 64px;
      font-family: "Hanken Grotesk", Arial, sans-serif;
    }

    .nav-spacer {
      width: 216.13px;
      height: 32px;
      flex: 0 0 auto;
    }

    .menu {
      display: flex;
      align-items: center;
      justify-content: center;
      flex: 1 1 auto;
      min-width: 0;
      gap: 24px;
      color: var(--navy);
      font-size: 16px;
      line-height: 24px;
      white-space: nowrap;
    }

    .menu a {
      display: inline-flex;
      min-height: 30px;
      align-items: flex-start;
      border-bottom: 2px solid transparent;
      padding-bottom: 6px;
      transition: color .2s ease, border-color .2s ease, transform .2s ease;
    }

    .menu a:hover,
    .menu a.active {
      color: var(--brand-dark);
      border-color: var(--brand-dark);
      font-weight: 700;
    }

    .menu a:hover {
      transform: translateY(-2px);
    }

    .header-button,
    .button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border: 0;
      border-radius: 4px;
      cursor: pointer;
      font: 400 16px/24px "Montserrat", Arial, sans-serif;
      transition: transform .2s ease, background .2s ease, color .2s ease;
      white-space: nowrap;
    }

    .header-button {
      position: static;
      flex: 0 0 auto;
      min-width: 186px;
      min-height: 40px;
      padding: 8px 24px;
      color: var(--white);
      background: var(--brand);
      font-family: "Hanken Grotesk", Arial, sans-serif;
    }

    .menu-toggle {
      display: none;
      align-items: center;
      justify-content: center;
      gap: 5px;
      width: 48px;
      height: 48px;
      border: 1px solid rgba(229, 231, 235, .9);
      border-radius: 10px;
      padding: 0;
      color: var(--navy);
      background: var(--white);
      cursor: pointer;
      box-shadow: 0 10px 24px -18px rgba(5, 6, 18, .35);
    }

    .menu-toggle span {
      display: block;
      width: 20px;
      height: 2px;
      border-radius: 999px;
      background: currentColor;
      transition: transform .22s ease, opacity .22s ease;
    }

    .button {
      min-height: 56px;
      padding: 16px 32px;
      color: var(--white);
      background: var(--brand);
    }

    .whatsapp-cta {
      gap: 10px;
    }

    .whatsapp-cta svg {
      width: 20px;
      height: 20px;
      flex: 0 0 20px;
      fill: currentColor;
    }

    .button:hover,
    .header-button:hover {
      transform: translateY(-2px);
      background: var(--brand-dark);
    }

    .button.outline {
      border: 1px solid var(--white);
      color: var(--white);
      background: transparent;
      padding-inline: 33px;
    }

    .button.light {
      color: var(--ink);
      background: var(--white);
      padding-inline: 40px;
    }

    .button.light:hover {
      color: var(--white);
      background: var(--brand);
    }

    .hero {
      position: relative;
      min-height: 819px;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      padding: 171.7px 64px 171.72px;
      color: var(--white);
      background: var(--hero-img) center / cover no-repeat;
    }

    .hero::before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgba(5, 6, 18, .38), rgba(5, 6, 18, .28));
    }

    .hero-inner {
      position: relative;
      width: 100%;
      max-width: 1280px;
      min-height: 475.58px;
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 64px;
      align-items: center;
    }

    .eyebrow {
      color: var(--brand);
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      text-transform: uppercase;
    }

    .hero .eyebrow {
      letter-spacing: 1.6px;
    }

    .hero-copy {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 31.3px;
    }

    h1 {
      max-width: 576px;
      color: var(--white);
      font-size: 50px;
      font-weight: 800;
      line-height: 56px;
      letter-spacing: 0;
      text-transform: uppercase;
    }

    h1 .brand-color {
      color: var(--brand);
    }

    .hero-text {
      max-width: 512px;
      color: rgba(255, 255, 255, .88);
      font-size: 21px;
      font-weight: 400;
      line-height: 33.6px;
      text-shadow: 0 2px 12px rgba(5, 6, 18, .45);
    }

    .hero-actions {
      display: flex;
      gap: 16px;
      align-items: flex-start;
      padding-top: .7px;
    }

    .tower-card {
      width: 100%;
      max-width: 520px;
      justify-self: start;
      padding: 38px;
      border: 1px solid rgba(255, 255, 255, .1);
      border-radius: 8px;
      background: rgba(29, 30, 44, .8);
      backdrop-filter: blur(6px);
    }

    .tower-head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 16px;
      color: var(--white);
      font-size: 18px;
      line-height: 26px;
    }

    .tower-title {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      font-size: 21px;
      font-weight: 700;
    }

    .tower-title svg {
      width: 30px;
      height: 30px;
      flex: 0 0 30px;
      color: var(--brand);
      stroke: currentColor;
      stroke-width: 2.4;
      fill: none;
    }

    .live {
      display: inline-flex;
      align-items: center;
      gap: 4px;
      color: #ef4444;
      font-size: 12px;
      font-weight: 700;
      line-height: 16px;
      text-transform: uppercase;
      animation: liveBlink 1s ease-in-out infinite;
    }

    .live::before {
      content: "";
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: #ef4444;
      animation: liveDot 1s ease-in-out infinite;
    }

    @keyframes liveBlink {
      0%,
      100% {
        opacity: .45;
      }

      50% {
        opacity: 1;
      }
    }

    @keyframes liveDot {
      0%,
      100% {
        box-shadow: 0 0 0 0 rgba(239, 68, 68, .55);
        transform: scale(.82);
      }

      50% {
        box-shadow: 0 0 0 7px rgba(239, 68, 68, .18);
        transform: scale(1.15);
      }
    }

    .route-list {
      display: grid;
      gap: 10px;
    }

    .route-row {
      display: flex;
      align-items: center;
      justify-content: space-between;
      border-left: 4px solid var(--route);
      border-radius: 2px;
      padding: 14px 14px 14px 18px;
      background: rgba(255, 255, 255, .05);
    }

    .route-green {
      --route: #22c55e;
    }

    .route-orange {
      --route: #f97316;
    }

    .route-brown {
      --route: #a14002;
    }

    .route-blue {
      --route: #3b82f6;
    }

    .route-row strong {
      display: block;
      color: var(--white);
      font-size: 17px;
      font-weight: 700;
      line-height: 23px;
    }

    .route-row span {
      display: block;
      color: rgba(255, 255, 255, .6);
      font-size: 12px;
      font-weight: 400;
      line-height: 18px;
    }

    .route-status {
      color: var(--route);
      font-size: 12px;
      font-weight: 700;
      line-height: 18px;
      white-space: nowrap;
    }

    .route-status.ok {
      padding: 2px 8px;
      border-radius: 2px;
      background: rgba(34, 197, 94, .1);
    }

    .stats {
      background: var(--navy);
      padding: 40px 64px;
    }

    .stats-grid {
      width: 100%;
      max-width: 1280px;
      min-height: 55.19px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: repeat(4, 270px);
      justify-content: space-between;
    }

    .stat strong {
      display: block;
      color: var(--white);
      font-size: 32px;
      font-weight: 800;
      line-height: 39px;
    }

    .stat span {
      display: block;
      margin-top: -1px;
      color: var(--brand);
      font-size: 12px;
      font-weight: 700;
      line-height: 17px;
      text-transform: uppercase;
    }

    .intro {
      padding: 80px 64px 64.61px;
      background: var(--soft);
    }

    .intro-grid {
      width: 100%;
      max-width: 1152px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
    }

    .proof-card {
      min-height: 200.39px;
      border: 1px solid var(--line);
      border-radius: 8px;
      padding: 33px;
      background: var(--white);
      box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);
      transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
    }

    .proof-card:hover,
    .why-card:hover,
    .feature:hover,
    .step:hover,
    .location-card:hover,
    .growth-card:hover {
      border-color: rgba(172, 89, 39, .45);
      box-shadow: 0 24px 45px -18px rgba(5, 6, 18, .28);
      transform: translateY(-8px);
    }

    .proof-card h3,
    .why-card h3,
    .feature h3,
    .location-card h3 {
      color: var(--ink);
      font-size: 20px;
      font-weight: 700;
      line-height: 24px;
    }

    .proof-card p {
      margin-top: 7.39px;
      color: var(--text);
      font-size: 16px;
      line-height: 25.6px;
    }

    section {
      padding-inline: 64px;
    }

    .section-inner {
      width: 100%;
      max-width: 1152px;
      margin: 0 auto;
      min-width: 0;
    }

    .about {
      padding-top: 117px;
      padding-bottom: 80px;
      background: var(--white);
    }

    .about-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 80px;
      align-items: center;
    }

    .about-copy {
      display: flex;
      flex-direction: column;
      gap: 32px;
    }

    h2 {
      color: var(--ink);
      font-size: 40px;
      font-weight: 800;
      line-height: 44px;
      letter-spacing: 0;
      text-transform: uppercase;
    }

    .about-text,
    .section-copy,
    .lead {
      color: var(--text);
      font-size: 16px;
      font-weight: 400;
      line-height: 28.8px;
    }

    .about-list {
      display: grid;
      gap: 16px;
    }

    .about-item {
      display: flex;
      gap: 16px;
      align-items: flex-start;
    }

    .number {
      width: 32px;
      height: 32px;
      flex: 0 0 32px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 2px;
      color: var(--white);
      background: var(--brand);
      font-size: 16px;
      font-weight: 700;
      line-height: 24px;
    }

    .about-item strong {
      display: block;
      color: var(--ink);
      font-size: 16px;
      font-weight: 700;
      line-height: 24px;
    }

    .about-item p {
      color: var(--text);
      font-size: 16px;
      line-height: 25.6px;
    }

    .about-visual {
      position: relative;
      aspect-ratio: 4 / 5;
      border: 1px solid rgba(249, 115, 22, .42);
      border-radius: 8px;
      overflow: hidden;
      background: var(--warehouse-img) center / cover no-repeat;
      box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25), inset 0 0 0 1px rgba(255, 255, 255, .18);
    }

    .visual-badge {
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      padding: 20px 24px;
      border-top: 1px solid rgba(255, 255, 255, .14);
      border-radius: 4px 4px 0 0;
      color: var(--white);
      background: linear-gradient(90deg, rgba(5, 6, 18, .96), rgba(5, 6, 18, .84));
      backdrop-filter: blur(2px);
    }

    .visual-badge strong {
      display: block;
      font-size: 16px;
      font-weight: 700;
      line-height: 24px;
    }

    .visual-badge p {
      color: rgba(255, 255, 255, .7);
      font-size: 14px;
      line-height: 20px;
    }

    .why {
      padding-top: 98px;
      padding-bottom: 40.47px;
      background: var(--soft);
    }

    .why-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 24px;
      align-items: start;
    }

    .why-copy {
      max-width: 564px;
    }

    .why-copy h2 {
      margin-top: 16.5px;
      max-width: 564px;
      line-height: 48px;
    }

    .why-copy .section-copy {
      max-width: 516px;
      margin-top: 16.5px;
      font-size: 18px;
      line-height: 29px;
    }

    .why-list {
      display: grid;
      gap: 16px;
    }

    .why-card {
      min-height: 145px;
      display: grid;
      grid-template-columns: 34px 1fr;
      gap: 24px;
      align-items: center;
      border: 1px solid var(--line);
      border-radius: 8px;
      padding: 32px;
      background: var(--white);
      transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
    }

    .why-card b {
      color: var(--brand);
      font-size: 26px;
      line-height: 32px;
    }

    .why-card p {
      margin-top: 4px;
      color: var(--text);
      font-size: 16px;
      line-height: 25.6px;
    }

    .solutions {
      padding-top: 80px;
      padding-bottom: 74.62px;
      background: var(--white);
    }

    .section-head {
      display: grid;
      grid-template-columns: 576px 448px;
      justify-content: space-between;
      align-items: end;
      margin-bottom: 64px;
    }

    .feature-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 23px 24px;
    }

    .feature {
      min-height: 256px;
      border: 1px solid var(--line);
      border-radius: 8px;
      padding: 32px 36px;
      background: var(--white);
      position: relative;
      overflow: hidden;
      transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
    }

    .feature::after,
    .page-peel::after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      width: 0;
      height: 0;
      border-top: 0 solid rgba(172, 89, 39, .18);
      border-left: 0 solid transparent;
      filter: drop-shadow(-4px 5px 8px rgba(5, 6, 18, .16));
      transition: border-top-width .28s ease, border-left-width .28s ease;
    }

    .feature:hover::after,
    .page-peel:hover::after {
      border-top-width: 42px;
      border-left-width: 42px;
    }

    .feature-icon {
      width: 48px;
      height: 48px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 16px;
      border-radius: 4px;
      color: var(--brand);
      background: var(--brand-soft);
      box-shadow: inset 0 0 0 1px rgba(249, 115, 22, .18);
      font-size: 18px;
      font-weight: 700;
      text-decoration: none;
      transition: transform .28s ease, background .28s ease, color .28s ease;
    }

    .feature-icon img {
      width: 22px;
      height: 22px;
      object-fit: contain;
      transition: filter .28s ease, transform .28s ease;
    }

    .feature:hover .feature-icon,
    .growth-card:hover .feature-icon {
      color: var(--white);
      background: var(--brand);
      transform: scale(1.08) rotate(-2deg);
    }

    .feature:hover .feature-icon img,
    .growth-card:hover .feature-icon img {
      filter: brightness(0) invert(1);
      transform: scale(1.04);
    }

    .feature p {
      margin-top: 16px;
      color: var(--text);
      font-size: 16px;
      line-height: 24px;
    }

    .operation {
      padding-top: 80px;
      padding-bottom: 69.61px;
      color: var(--white);
      background: var(--navy);
    }

    .operation-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 80px;
      align-items: center;
    }

    .operation h2 {
      margin-top: 16.5px;
      color: var(--white);
      line-height: 48px;
    }

    .operation .lead {
      margin-top: 24px;
      color: var(--muted);
      font-size: 18px;
      line-height: 28.8px;
    }

    .operation .hero-actions {
      margin-top: 32px;
    }

    .phone-stack {
      display: grid;
      gap: 16px;
    }

    .mock-card {
      position: relative;
      border-radius: 8px;
      padding: 24px;
      color: var(--white);
      background: rgba(255, 255, 255, .05);
      border: 1px solid rgba(255, 255, 255, .1);
      transition: transform .28s ease, background .28s ease, border-color .28s ease;
    }

    .mock-card::before {
      content: "";
      position: absolute;
      top: 24px;
      right: 24px;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: rgba(249, 115, 22, .45);
      box-shadow: 0 0 0 6px rgba(249, 115, 22, .08);
      transition: transform .28s ease, background .28s ease, box-shadow .28s ease;
    }

    .mock-card:hover {
      transform: translateX(8px);
      border-color: rgba(249, 115, 22, .55);
      background: rgba(255, 255, 255, .08);
    }

    .mock-card:hover::before {
      background: var(--brand);
      box-shadow: 0 0 0 8px rgba(249, 115, 22, .16);
      transform: scale(1.12);
    }

    .mock-card small {
      color: var(--brand);
      font-size: 12px;
      line-height: 18px;
      text-transform: uppercase;
      transition: color .28s ease;
    }

    .mock-card:hover small {
      color: var(--white);
    }

    .mock-card strong {
      display: block;
      margin-top: 6px;
      font-size: 20px;
      line-height: 28px;
    }

    .mock-card p {
      margin-top: 8px;
      color: rgba(255, 255, 255, .68);
      font-size: 15px;
      line-height: 24px;
    }

    .progress {
      height: 5px;
      margin-top: 18px;
      overflow: hidden;
      border-radius: 999px;
      background: rgba(255, 255, 255, .12);
    }

    .progress span {
      display: block;
      width: var(--value);
      height: 100%;
      background: var(--brand);
      transition: width .28s ease, background .28s ease;
    }

    .mock-card:hover .progress span {
      background: var(--white);
    }

    .progress-38 {
      --value: 38%;
    }

    .progress-64 {
      --value: 64%;
    }

    .progress-86 {
      --value: 86%;
    }

    .steps {
      padding-top: 80px;
      padding-bottom: 80px;
      background: var(--soft);
    }

    .step-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 24px;
    }

    .step {
      border-left: 4px solid var(--brand);
      padding: 24px;
      background: var(--white);
      transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
    }

    .growth {
      padding: 0;
      color: var(--ink);
      background: #f6f7fc;
    }

    .growth-band {
      position: relative;
      padding: 58px 64px 74px;
      color: var(--white);
      background: var(--navy);
    }

    .growth-band .section-inner {
      display: flex;
      align-items: center;
      gap: 16px;
    }

    .growth-heading-icon {
      width: 42px;
      height: 34px;
      flex: 0 0 auto;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 5px;
      color: var(--brand-dark);
      background: var(--white);
    }

    .growth-heading-icon svg,
    .growth-heading-icon img {
      width: 24px;
      height: 24px;
      object-fit: contain;
    }

    .growth-heading-icon svg {
      stroke: currentColor;
      stroke-width: 2.7;
      fill: none;
    }

    .growth h2 {
      color: var(--white);
      font-size: 44px;
      line-height: 50px;
    }

    .growth-subtitle {
      color: rgba(255, 255, 255, .58);
      font-size: 18px;
      line-height: 26px;
    }

    .growth-emblem {
      position: absolute;
      left: 50%;
      bottom: -31px;
      width: 64px;
      height: 64px;
      transform: translateX(-50%) rotate(45deg);
      border: 3px solid var(--brand-dark);
      background: var(--navy);
    }

    .growth-emblem::after {
      content: "";
      position: absolute;
      inset: 19px;
      background: var(--white);
    }

    .growth-body {
      padding: 68px 64px 80px;
    }

    .partner-grid {
      display: grid;
      grid-template-columns: repeat(5, minmax(0, 1fr));
      gap: 24px;
      margin-bottom: 48px;
    }

    .partner-card {
      min-height: 110px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 14px;
      border: 1px solid var(--line);
      background: var(--white);
      box-shadow: 0 8px 18px rgba(5, 6, 18, .04);
      color: var(--ink);
      font-size: 16px;
      font-weight: 700;
      line-height: 22px;
      text-align: center;
      transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
    }

    .partner-card:hover {
      border-color: rgba(249, 115, 22, .5);
      box-shadow: 0 22px 36px rgba(5, 6, 18, .1);
      transform: translateY(-6px);
    }

    .partner-card img {
      width: auto;
      height: auto;
      max-height: 28px;
      object-fit: contain;
    }

    .partner-card-livrepress img {
      max-width: 78%;
    }

    .partner-card svg {
      width: 28px;
      height: 28px;
      color: var(--brand-dark);
      stroke: currentColor;
      stroke-width: 2.2;
      fill: none;
    }

    .growth-note {
      display: grid;
      grid-template-columns: 56px 1fr;
      gap: 28px;
      align-items: center;
      border-left: 4px solid var(--brand-dark);
      padding: 34px 36px 34px 28px;
      background: #edf2ff;
    }

    .growth-note-icon {
      width: 56px;
      height: 56px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 8px;
      color: var(--white);
      background: var(--ink);
    }

    .growth-note-icon img {
      width: 26px;
      height: 26px;
      object-fit: contain;
      filter: brightness(0) invert(1);
    }

    .growth-note-icon svg {
      width: 26px;
      height: 26px;
      stroke: currentColor;
      stroke-width: 2.2;
      fill: none;
    }

    .growth-note h3 {
      color: var(--ink);
      font-size: 28px;
      line-height: 34px;
    }

    .growth-note p {
      margin-top: 12px;
      color: #3f3f46;
      font-size: 19px;
      line-height: 32px;
    }

    .growth-note strong {
      display: block;
      margin-top: 12px;
      color: var(--text);
      font-size: 17px;
      line-height: 26px;
    }

    .growth-card {
      position: relative;
      overflow: hidden;
      min-height: 190px;
      border: 1px solid rgba(255, 255, 255, .12);
      border-radius: 8px;
      padding: 28px;
      background: rgba(255, 255, 255, .08);
      backdrop-filter: blur(8px);
      transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease, background .28s ease;
    }

    .growth-card:hover {
      background: rgba(255, 255, 255, .12);
    }

    .growth-card strong {
      display: block;
      margin-top: 18px;
      color: var(--white);
      font-size: 28px;
      line-height: 34px;
    }

    .growth-card p {
      margin-top: 10px;
      color: rgba(255, 255, 255, .72);
      font-size: 15px;
      line-height: 24px;
    }

    .step b {
      color: var(--brand);
      font-size: 16px;
      line-height: 24px;
    }

    .step h3 {
      margin-top: 8px;
      color: var(--ink);
      font-size: 20px;
      line-height: 28px;
    }

    .step p {
      margin-top: 8px;
      color: var(--text);
      font-size: 15px;
      line-height: 24px;
    }

    .location {
      padding-top: 80px;
      padding-bottom: 80px;
      background: var(--soft);
    }

    .location-grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 32px;
      align-items: stretch;
    }

    .location-panel {
      max-width: 760px;
    }

    .location-panel h2 {
      margin-top: 12px;
      color: var(--ink);
      line-height: 46px;
      text-transform: none;
    }

    .location-panel h2 span {
      color: var(--brand);
    }

    .location-panel p {
      max-width: 620px;
      margin-top: 14px;
      color: var(--text);
      font-size: 18px;
      line-height: 29px;
    }

    .location-accent {
      width: 48px;
      height: 4px;
      margin-top: 22px;
      background: var(--brand);
    }

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

    .location-contact-card {
      display: flex;
      align-items: center;
      gap: 16px;
      min-height: 82px;
      padding: 20px;
      border: 1px solid rgba(229, 231, 235, .8);
      border-radius: 10px;
      background: var(--white);
      box-shadow: 0 12px 24px -18px rgba(5, 6, 18, .28);
    }

    .location-contact-icon {
      position: relative;
      width: 40px;
      height: 40px;
      flex: 0 0 40px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      border-radius: 7px;
      line-height: 0;
      color: var(--brand);
      background: var(--brand-soft);
    }

    .location-contact-icon img {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 21px;
      height: 21px;
      display: block;
      margin: 0;
      object-fit: contain;
      object-position: center;
      transform: translate(-50%, -50%);
    }

    .location-contact-icon svg {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 21px;
      height: 21px;
      stroke: currentColor;
      stroke-width: 2;
      fill: none;
      transform: translate(-50%, -50%);
    }

    .location-contact-card small {
      display: block;
      color: #94a3b8;
      font-size: 13px;
      line-height: 18px;
    }

    .location-contact-card a,
    .location-contact-card span {
      display: block;
      margin-top: 2px;
      color: var(--ink);
      font-size: 16px;
      line-height: 23px;
      overflow-wrap: anywhere;
    }

    .location-contact-card a:hover {
      color: var(--brand);
    }

    .map-link {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 48px;
      margin-top: 28px;
      padding: 12px 22px;
      border-radius: 4px;
      color: var(--white);
      background: var(--brand);
      font-size: 16px;
      line-height: 24px;
      transition: transform .25s ease, background .25s ease, box-shadow .25s ease;
    }

    .map-link:hover {
      transform: translateY(-3px);
      background: var(--brand-dark);
      box-shadow: 0 18px 34px rgba(172, 89, 39, .26);
    }

    .location-map {
      position: relative;
      width: 100%;
      max-width: 1216px;
      min-height: 360px;
      margin-top: 32px;
      margin-inline: auto;
      overflow: hidden;
      border: 1px solid rgba(30, 41, 59, .08);
      border-radius: 14px;
      background: #f3f4f6;
      box-shadow: 0 18px 42px -34px rgba(5, 6, 18, .36);
    }

    .map-open-button {
      position: absolute;
      z-index: 3;
      top: 16px;
      left: 16px;
      min-height: 34px;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      border: 1px solid rgba(30, 41, 59, .12);
      border-radius: 3px;
      padding: 7px 12px;
      color: var(--text);
      background: rgba(255, 255, 255, .94);
      box-shadow: 0 6px 16px rgba(5, 6, 18, .1);
      font-size: 13px;
      font-weight: 700;
      line-height: 18px;
      transition: color .2s ease, transform .2s ease, box-shadow .2s ease;
    }

    .map-open-button:hover {
      color: var(--brand-dark);
      transform: translateY(-1px);
      box-shadow: 0 10px 22px rgba(5, 6, 18, .14);
    }

    .map-open-button svg {
      width: 14px;
      height: 14px;
      stroke: currentColor;
      stroke-width: 2;
      fill: none;
    }

    .map-center-pin {
      position: absolute;
      z-index: 2;
      top: 47%;
      left: 50%;
      width: 26px;
      height: 26px;
      border: 5px solid rgba(255, 255, 255, .92);
      border-radius: 50% 50% 50% 0;
      background: #4a4a4a;
      box-shadow: 0 12px 22px rgba(5, 6, 18, .22);
      transform: translate(-50%, -100%) rotate(-45deg);
      pointer-events: none;
    }

    .map-center-pin::after {
      content: "";
      position: absolute;
      inset: 6px;
      border-radius: 50%;
      background: rgba(255, 255, 255, .92);
    }

    .location-map iframe {
      width: 100%;
      height: 360px;
      display: block;
      border: 0;
      filter: grayscale(1) contrast(.9) brightness(1.12);
    }

    .location-cards {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 24px;
      margin-top: 47px;
    }

    .location-card {
      min-height: 146px;
      border: 1px solid var(--line);
      padding: 25px;
      background: var(--white);
      transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
    }

    .location-card span {
      color: var(--brand);
      font-size: 12px;
      font-weight: 700;
      line-height: 16px;
    }

    .location-card h3 {
      margin-top: 0;
      font-size: 16px;
      line-height: 24px;
    }

    .location-card p {
      margin-top: 0;
      color: var(--text);
      font-size: 14px;
      line-height: 20px;
    }

    .cta {
      padding-top: 80px;
      padding-bottom: 80px;
      background: var(--navy);
      text-align: center;
    }

    .cta .section-inner {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 23.8px;
    }

    .cta h2 {
      max-width: 896px;
      color: var(--white);
      line-height: 46px;
      text-align: center;
    }

    .cta p {
      max-width: 672px;
      color: var(--muted);
      font-size: 18px;
      line-height: 28.8px;
    }

    .cta-actions {
      display: flex;
      gap: 16px;
      justify-content: center;
      padding-top: 16.2px;
    }

    .site-footer {
      position: relative;
      min-height: 481px;
      padding: 80px 64px;
      color: var(--white);
      background: #050612;
    }

    .footer-grid {
      display: grid;
      grid-template-columns: repeat(4, 270px);
      justify-content: space-between;
      max-width: 1152px;
      min-height: 180px;
      margin: 0 auto;
    }

    .footer-logo {
      width: 186px;
      height: 108px;
      margin: 0 0 18px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
    }

    .footer-logo img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      filter: brightness(0) invert(1);
    }

    .footer-brand p {
      margin-top: 0;
      color: var(--white);
      font-size: 16px;
      line-height: 25.6px;
    }

    .footer-col h3 {
      color: var(--white);
      font-size: 16px;
      font-weight: 700;
      line-height: 24px;
    }

    .footer-col a,
    .footer-col span {
      display: block;
      margin-top: 12px;
      color: var(--white);
      font-size: 16px;
      line-height: 24px;
      overflow-wrap: anywhere;
    }

    .footer-col a:hover,
    .legal-links a:hover {
      color: var(--brand);
    }

    .footer-col h3 + a,
    .footer-col h3 + span {
      margin-top: 24px;
    }

    .footer-bottom {
      max-width: 1152px;
      margin: 80px auto 0;
      padding-top: 41px;
      border-top: 1px solid rgba(255, 255, 255, .12);
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
      color: var(--white);
      font-size: 14px;
      line-height: 20px;
    }

    .legal-links {
      display: flex;
      flex-wrap: wrap;
      gap: 24px;
    }

    .footer-credit {
      margin-left: auto;
      display: inline-flex;
      align-items: center;
      gap: 12px;
      color: rgba(255, 255, 255, .78);
      font: 500 13px/18px "Montserrat", Arial, sans-serif;
      white-space: nowrap;
    }

    .footer-credit a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      transition: transform .2s ease, opacity .2s ease;
    }

    .footer-credit a:hover {
      opacity: .88;
      transform: translateY(-1px);
    }

    .footer-credit img {
      width: auto;
      height: 24px;
      display: block;
      object-fit: contain;
    }

    .legal-modal {
      position: fixed;
      inset: 0;
      z-index: 80;
      display: none;
      align-items: center;
      justify-content: center;
      padding: 24px;
      background: rgba(5, 6, 18, .72);
      backdrop-filter: blur(6px);
    }

    .legal-modal.is-open {
      display: flex;
    }

    .legal-modal-panel {
      width: min(680px, 100%);
      max-height: min(720px, calc(100vh - 48px));
      overflow: auto;
      border: 1px solid rgba(255, 255, 255, .14);
      border-radius: 8px;
      padding: 32px;
      color: var(--ink);
      background: var(--white);
      box-shadow: 0 28px 70px rgba(5, 6, 18, .32);
    }

    .legal-modal-head {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 18px;
      margin-bottom: 20px;
    }

    .legal-modal-title {
      margin: 0;
      color: var(--ink);
      font-size: 28px;
      line-height: 34px;
    }

    .legal-modal-close {
      width: 38px;
      height: 38px;
      flex: 0 0 38px;
      border: 1px solid var(--line);
      border-radius: 4px;
      color: var(--ink);
      background: var(--white);
      font-size: 24px;
      line-height: 1;
      cursor: pointer;
      transition: color .2s ease, border-color .2s ease, transform .2s ease;
    }

    .legal-modal-close:hover {
      color: var(--brand);
      border-color: rgba(249, 115, 22, .45);
      transform: translateY(-1px);
    }

    .legal-modal-body {
      color: var(--text);
      font-size: 16px;
      line-height: 25.6px;
    }

    .legal-modal-body p,
    .legal-modal-body ul {
      margin: 0 0 16px;
    }

    .legal-modal-body ul {
      padding-left: 18px;
    }

    .legal-modal-body li + li {
      margin-top: 8px;
    }

    .legal-modal-body strong {
      color: var(--ink);
    }

    .cookie-consent {
      position: fixed;
      left: 24px;
      right: 24px;
      bottom: 24px;
      z-index: 70;
      display: none;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
      max-width: 1120px;
      margin: 0 auto;
      border: 1px solid rgba(255, 255, 255, .14);
      border-radius: 8px;
      padding: 20px 22px;
      color: var(--white);
      background: rgba(5, 6, 18, .96);
      box-shadow: 0 24px 60px rgba(5, 6, 18, .32);
    }

    .cookie-consent.is-visible {
      display: flex;
    }

    .cookie-consent-text {
      max-width: 680px;
    }

    .cookie-consent strong {
      display: block;
      margin-bottom: 6px;
      color: var(--white);
      font-size: 16px;
      line-height: 22px;
    }

    .cookie-consent p {
      margin: 0;
      color: rgba(255, 255, 255, .72);
      font-size: 14px;
      line-height: 21px;
    }

    .cookie-consent-actions {
      display: flex;
      flex: 0 0 auto;
      gap: 10px;
      align-items: center;
    }

    .cookie-button {
      min-height: 42px;
      border: 1px solid rgba(255, 255, 255, .22);
      border-radius: 4px;
      padding: 10px 16px;
      color: var(--white);
      background: transparent;
      font: inherit;
      font-size: 14px;
      line-height: 20px;
      cursor: pointer;
      transition: background .2s ease, border-color .2s ease, transform .2s ease;
    }

    .cookie-button.primary {
      border-color: var(--brand);
      background: var(--brand);
    }

    .cookie-button:hover {
      border-color: var(--brand);
      transform: translateY(-1px);
    }

    .cookie-button.primary:hover {
      background: var(--brand-dark);
    }

    .whatsapp-float {
      position: fixed;
      right: 34px;
      bottom: 30px;
      z-index: 30;
      width: 88px;
      height: 80px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 4px;
      color: var(--white);
      background: var(--brand);
      box-shadow: 0 20px 35px rgba(172, 89, 39, .35);
      transition: transform .25s ease, box-shadow .25s ease;
    }

    .whatsapp-float:hover {
      transform: translateY(-5px) rotate(-2deg);
      box-shadow: 0 25px 45px rgba(172, 89, 39, .45);
    }

    .whatsapp-float svg {
      width: 52px;
      height: 52px;
      fill: currentColor;
    }

    .scroll-reveal {
      opacity: 0;
      transform: translateY(32px);
      transition: opacity .7s ease, transform .7s ease;
      will-change: opacity, transform;
    }

    .scroll-reveal.is-visible {
      opacity: 1;
      transform: translateY(0);
    }

    @media (prefers-reduced-motion: reduce) {
      *,
      *::before,
      *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
      }

      .scroll-reveal {
        opacity: 1;
        transform: none;
      }
    }

    @media (max-width: 1120px) {
      .hero,
      section,
      .stats,
      .intro,
      .site-footer {
        padding-inline: 28px;
      }

      .hero-inner,
      .about-grid,
      .why-grid,
      .operation-grid,
      .location-grid {
        grid-template-columns: 1fr;
      }

      .hero {
        min-height: auto;
        padding-top: 96px;
        padding-bottom: 96px;
      }

      .hero-inner {
        min-height: 0;
        gap: 36px;
      }

      .tower-card {
        justify-self: stretch;
        max-width: none;
      }

      .stats-grid,
      .intro-grid,
      .feature-grid,
      .step-grid,
      .footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px;
      }

      .section-head {
        grid-template-columns: 1fr;
        gap: 24px;
      }

      h1 {
        font-size: 42px;
        line-height: 48px;
      }

      .hero-text {
        font-size: 19px;
        line-height: 30px;
      }

      .growth-band,
      .growth-body {
        padding-inline: 32px;
      }

      .partner-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .about,
      .why,
      .solutions,
      .operation,
      .steps,
      .location,
      .cta {
        padding-top: 72px;
        padding-bottom: 72px;
      }

      .about-grid,
      .why-grid,
      .operation-grid,
      .location-grid {
        gap: 40px;
      }

      .location-panel {
        min-height: 0;
      }

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

      .footer-grid {
        justify-content: stretch;
      }
    }

    @media (max-width: 900px) {
      .intro-grid,
      .feature-grid,
      .step-grid {
        grid-template-columns: 1fr;
      }

      .section-head {
        margin-bottom: 36px;
      }
    }

    @media (max-width: 700px) {
      html {
        scroll-padding-top: 178px;
      }

      html,
      body {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
      }

      main,
      .site-header,
      .hero,
      section,
      .stats,
      .intro,
      .site-footer {
        width: 100%;
        max-width: 100%;
      }

      .hero,
      .stats,
      .growth,
      .operation,
      .cta,
      .site-footer {
        width: 100vw;
        max-width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
      }

      .header-inner,
      .section-inner,
      .hero-inner,
      .stats-grid,
      .intro-grid,
      .about-grid,
      .why-grid,
      .feature-grid,
      .operation-grid,
      .step-grid,
      .location-grid,
      .footer-grid {
        width: 100%;
        max-width: 100%;
        min-width: 0;
      }

      .hero,
      section,
      .stats,
      .intro,
      .site-footer {
        padding-inline: 20px;
      }

      .hero {
        min-height: auto;
        padding-top: 56px;
        padding-bottom: 84px;
      }

      h1 {
        font-size: 30px;
        line-height: 35px;
      }

      h2 {
        font-size: 27px;
        line-height: 32px;
      }

      .hero-copy {
        gap: 24px;
      }

      .hero-text {
        font-size: 17px;
        line-height: 27px;
      }

      .hero-actions,
      .cta-actions {
        width: 100%;
        flex-direction: column;
      }

      .button {
        width: 100%;
      }

      .stats-grid,
      .intro-grid,
      .feature-grid,
      .step-grid,
      .footer-grid,
      .location-cards {
        grid-template-columns: 1fr;
      }

      .stats-grid,
      .footer-grid {
        justify-content: stretch;
      }

      .growth-band {
        padding: 36px 20px 54px;
      }

      .growth-band .section-inner {
        align-items: flex-start;
        gap: 12px;
      }

      .growth-body {
        padding: 54px 20px 58px;
      }

      .partner-grid {
        grid-template-columns: 1fr;
        gap: 14px;
        margin-bottom: 32px;
      }

      .partner-card {
        min-height: 92px;
      }

      .growth h2 {
        font-size: 30px;
        line-height: 35px;
      }

      .growth-subtitle {
        font-size: 16px;
        line-height: 23px;
      }

      .growth-note h3 {
        font-size: 25px;
        line-height: 31px;
      }

      .growth-note p {
        font-size: 17px;
        line-height: 28px;
      }

      .growth-note strong {
        font-size: 16px;
        line-height: 24px;
      }

      .growth-note {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 24px 20px;
      }

      .growth-heading-icon {
        width: 38px;
        height: 32px;
      }

      .growth-emblem {
        width: 52px;
        height: 52px;
        bottom: -26px;
      }

      .growth-emblem::after {
        inset: 16px;
      }

      .tower-card,
      .proof-card,
      .why-card,
      .feature,
      .mock-card,
      .step,
      .location-card,
      .growth-card {
        padding: 22px;
      }

      .tower-card {
        margin-bottom: 14px;
      }

      .tower-head {
        gap: 12px;
      }

      .tower-title {
        min-width: 0;
        font-size: 17px;
        line-height: 22px;
      }

      .tower-title svg {
        width: 26px;
        height: 26px;
        flex-basis: 26px;
      }

      .why-card {
        grid-template-columns: 1fr;
        gap: 12px;
      }

      .stats {
        padding-top: 32px;
        padding-bottom: 32px;
      }

      .stat strong {
        font-size: 28px;
        line-height: 34px;
      }

      .location-panel {
        min-height: 0;
      }

      .location-panel h2 {
        line-height: 32px;
      }

      .location-map {
        min-height: 320px;
        margin-top: 24px;
        border-radius: 10px;
      }

      .location-map iframe {
        height: 320px;
      }

      .whatsapp-float {
        right: 20px;
        bottom: 20px;
        width: 70px;
        height: 64px;
      }

      .whatsapp-float svg {
        width: 42px;
        height: 42px;
      }

      .about,
      .why,
      .solutions,
      .operation,
      .steps,
      .location,
      .cta {
        padding-top: 64px;
        padding-bottom: 64px;
      }

      .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
        gap: 16px;
      }

      .footer-credit {
        margin-left: 0;
      }

      .cookie-consent {
        left: 16px;
        right: 16px;
        bottom: 16px;
        align-items: stretch;
        flex-direction: column;
      }

      .cookie-consent-actions {
        width: 100%;
        flex-wrap: wrap;
      }

      .cookie-button {
        flex: 1 1 130px;
      }
    }

    @media (max-width: 480px) {
      .hero,
      section,
      .stats,
      .intro,
      .site-footer {
        padding-inline: 16px;
      }

      .hero {
        padding-top: 44px;
        padding-bottom: 78px;
      }

      h1 {
        font-size: 28px;
        line-height: 33px;
      }

      h2 {
        font-size: 25px;
        line-height: 30px;
      }

      .button,
      .header-button,
      .map-link {
        white-space: normal;
        text-align: center;
      }

      .tower-card,
      .proof-card,
      .why-card,
      .feature,
      .mock-card,
      .step,
      .location-card,
      .growth-card {
        padding: 20px;
      }

      .growth-band,
      .growth-body {
        padding-inline: 16px;
      }

      .growth h2 {
        font-size: 28px;
        line-height: 33px;
      }

      .growth-note p {
        font-size: 16px;
        line-height: 26px;
      }

      .location-panel {
        min-height: 0;
      }

      .location-panel p {
        font-size: 16px;
        line-height: 26px;
      }

      .location-map {
        min-height: 300px;
      }

      .location-map iframe {
        height: 300px;
      }

      .map-open-button {
        top: 12px;
        left: 12px;
        min-height: 32px;
        padding: 6px 10px;
      }
    }

    @media (max-width: 1120px) {
      html {
        scroll-padding-top: 96px;
      }

      body {
        padding-top: 88px;
      }

      .site-header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        width: 100%;
        height: auto;
        overflow: visible;
        box-shadow: 0 12px 28px -24px rgba(5, 6, 18, .45);
      }

      .header-inner {
        width: min(100%, 1280px);
        height: auto;
        min-height: 88px;
        padding: 12px 24px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        overflow: visible;
      }

      .logo,
      .menu-toggle,
      .nav,
      .header-button {
        position: static;
        transform: none;
      }

      .logo {
        width: 154px;
        height: 64px;
        flex: 0 0 auto;
      }

      .logo img {
        object-position: left center;
      }

      .menu-toggle {
        position: relative;
        z-index: 1002;
        display: inline-flex;
        flex-direction: column;
        flex: 0 0 auto;
      }

      .nav {
        position: absolute;
        z-index: 1001;
        top: calc(100% + 8px);
        left: 24px;
        right: 24px;
        width: auto;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 16px;
        padding: 20px;
        border: 1px solid rgba(229, 231, 235, .9);
        border-radius: 18px;
        background: rgba(255, 255, 255, .98);
        box-shadow: 0 22px 50px -24px rgba(5, 6, 18, .38);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(-8px);
        transition: opacity .22s ease, transform .22s ease, visibility .22s ease;
      }

      .nav.is-open {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
      }

      .nav-spacer {
        display: none;
      }

      .menu {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        white-space: normal;
      }

      .menu a {
        min-height: 44px;
        align-items: center;
        justify-content: flex-start;
        border: 1px solid rgba(229, 231, 235, .95);
        border-radius: 12px;
        padding: 10px 14px;
        background: var(--white);
      }

      .menu a:hover,
      .menu a.active {
        transform: none;
      }

      .header-button {
        width: 100%;
        min-width: 0;
        min-height: 46px;
      }

      .menu-open {
        overflow: hidden;
      }

      .menu-open .menu-toggle span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
      }

      .menu-open .menu-toggle span:nth-child(2) {
        opacity: 0;
      }

      .menu-open .menu-toggle span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
      }

      .hero {
        padding-top: 112px;
      }
    }

    @media (max-width: 700px) {
      html {
        scroll-padding-top: 88px;
      }

      body {
        padding-top: 80px;
      }

      .header-inner {
        min-height: 80px;
        padding: 10px 20px;
      }

      .nav {
        left: 20px;
        right: 20px;
        top: calc(100% + 6px);
        padding: 18px;
        border-radius: 16px;
      }

      .logo {
        width: 144px;
        height: 56px;
      }

      .hero {
        padding-top: 96px;
      }
    }

    @media (max-width: 480px) {
      body {
        padding-top: 76px;
      }

      .header-inner {
        padding: 10px 16px;
      }

      .nav {
        left: 16px;
        right: 16px;
      }

      .menu a {
        min-height: 42px;
        padding: 9px 12px;
      }
    }
