﻿:root {
      --navy-950: #071d2b;
      --navy-900: #0b2a3d;
      --navy-800: #103b55;
      --navy-700: #18506d;
      --copper-600: #b95f32;
      --copper-500: #d47643;
      --copper-100: #f8e8de;
      --green-600: #16855b;
      --green-500: #25d366;
      --cream: #f7f5f0;
      --white: #ffffff;
      --ink: #14242e;
      --muted: #60717b;
      --line: #dce2e4;
      --shadow-sm: 0 8px 24px rgba(7, 29, 43, 0.08);
      --shadow-lg: 0 24px 60px rgba(7, 29, 43, 0.18);
      --radius-sm: 10px;
      --radius-md: 18px;
      --radius-lg: 28px;
      --container: 1450px;
    }

    *,
    *::before,
    *::after {
      box-sizing: border-box;
    }

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

    body {
      margin: 0;
      overflow-x: clip;
      background: var(--cream);
      color: var(--ink);
      font-family: "DM Sans", sans-serif;
      line-height: 1.6;
      -webkit-font-smoothing: antialiased;
    }

    body.menu-open {
      overflow: hidden;
    }

    h1,
    h2,
    h3,
    h4,
    p {
      margin-top: 0;
    }

    h1,
    h2,
    h3,
    h4 {
      font-family: "Manrope", sans-serif;
      line-height: 1.16;
    }

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

    button,
    input,
    select,
    textarea {
      font: inherit;
    }

    button,
    a {
      -webkit-tap-highlight-color: transparent;
    }

    :focus-visible {
      outline: 3px solid var(--copper-500);
      outline-offset: 3px;
    }

    .sr-only {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      white-space: nowrap;
      border: 0;
    }

    .container {
      width: min(calc(100% - 40px), var(--container));
      min-width: 0;
      margin-inline: auto;
    }

    .skip-link {
      position: fixed;
      top: 12px;
      left: 12px;
      z-index: 1000;
      padding: 10px 16px;
      border-radius: 8px;
      background: var(--white);
      color: var(--navy-900);
      transform: translateY(-150%);
      transition: transform 0.2s ease;
    }

    .skip-link:focus {
      transform: translateY(0);
    }

    .section {
      padding: 104px 0;
    }

    .section-kicker {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      margin-bottom: 14px;
      color: var(--copper-600);
      font-size: 0.78rem;
      font-weight: 800;
      letter-spacing: 0.13em;
      text-transform: uppercase;
    }

    .section-kicker::before {
      width: 24px;
      height: 2px;
      background: currentColor;
      content: "";
    }

    .section-heading {
      max-width: 650px;
      margin-bottom: 48px;
    }

    .section-heading h2 {
      max-width: 620px;
      margin-bottom: 14px;
      color: var(--navy-950);
      font-size: clamp(2rem, 4vw, 3rem);
      letter-spacing: -0.04em;
    }

    .section-heading p {
      margin-bottom: 0;
      color: var(--muted);
      font-size: 1.05rem;
    }

    .btn {
      display: inline-flex;
      min-height: 52px;
      align-items: center;
      justify-content: center;
      gap: 10px;
      padding: 13px 22px;
      border: 1px solid transparent;
      border-radius: 12px;
      cursor: pointer;
      font-weight: 700;
      line-height: 1;
      transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
    }

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

    .btn-primary {
      background: var(--copper-500);
      color: var(--navy-950);
      box-shadow: 0 10px 24px rgba(212, 118, 67, 0.25);
    }

    .btn-primary:hover {
      background: #e18654;
    }

    .btn-outline {
      border-color: rgba(255, 255, 255, 0.28);
      color: var(--white);
    }

    .btn-outline:hover {
      border-color: var(--white);
      background: rgba(255, 255, 255, 0.08);
    }

    .announcement {
      background: var(--navy-950);
      color: #dce6eb;
      font-size: 0.82rem;
    }

    .announcement-inner {
      min-height: 38px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
    }

    .announcement p {
      margin: 0;
    }

    .availability {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-weight: 600;
    }

    .status-dot {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #56d797;
      box-shadow: 0 0 0 4px rgba(86, 215, 151, 0.13);
    }

    .announcement-links {
      display: flex;
      gap: 20px;
    }

    .announcement a:hover {
      color: var(--copper-500);
    }

    .site-header {
      position: sticky;
      top: 0;
      z-index: 100;
      border-bottom: 1px solid rgba(11, 42, 61, 0.09);
      background: rgba(247, 245, 240, 0.94);
      backdrop-filter: blur(14px);
    }

    .header-inner {
      min-height: 78px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 28px;
    }

    .brand {
      display: inline-flex;
      min-width: 225px;
      align-items: center;
      gap: 11px;
      color: var(--navy-950);
    }

    .brand-mark {
      width: 42px;
      height: 42px;
      display: grid;
      flex: 0 0 auto;
      place-items: center;
      border-radius: 12px;
      background: var(--navy-900);
      color: var(--copper-500);
      font-size: 1.25rem;
      box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
    }

    .brand-copy {
      font-family: "Manrope", sans-serif;
      font-size: 0.96rem;
      font-weight: 800;
      line-height: 1.06;
      letter-spacing: -0.02em;
    }

    .brand-copy small {
      display: block;
      margin-top: 4px;
      color: var(--copper-600);
      font-family: "DM Sans", sans-serif;
      font-size: 0.61rem;
      font-weight: 700;
      letter-spacing: 0.13em;
      text-transform: uppercase;
    }

    .desktop-nav {
      display: flex;
      align-items: center;
      gap: 30px;
      color: var(--navy-800);
      font-size: 0.93rem;
      font-weight: 600;
    }

    .desktop-nav a {
      position: relative;
      padding: 28px 0;
    }

    .desktop-nav a::after {
      position: absolute;
      right: 0;
      bottom: 20px;
      left: 0;
      height: 2px;
      background: var(--copper-500);
      content: "";
      transform: scaleX(0);
      transition: transform 0.2s ease;
    }

    .desktop-nav a:hover::after {
      transform: scaleX(1);
    }

    .header-actions {
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .header-call {
      min-height: 46px;
      padding: 11px 17px;
      background: var(--navy-900);
      color: var(--white);
      box-shadow: none;
    }

    .menu-button {
      width: 46px;
      height: 46px;
      display: none;
      align-items: center;
      justify-content: center;
      border: 1px solid var(--line);
      border-radius: 11px;
      background: var(--white);
      color: var(--navy-900);
      cursor: pointer;
      font-size: 1.2rem;
    }

    .menu-overlay {
      position: fixed;
      z-index: 199;
      inset: 0;
      border: 0;
      background: rgba(7, 29, 43, 0.6);
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.25s ease;
    }

    .mobile-menu {
      position: fixed;
      z-index: 200;
      top: 0;
      right: 0;
      width: min(88vw, 380px);
      height: 100dvh;
      display: flex;
      flex-direction: column;
      padding: 22px;
      background: var(--cream);
      box-shadow: var(--shadow-lg);
      transform: translateX(102%);
      transition: transform 0.3s ease;
    }

    .menu-open .menu-overlay {
      opacity: 1;
      pointer-events: auto;
    }

    .menu-open .mobile-menu {
      transform: translateX(0);
    }

    .mobile-menu-top {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding-bottom: 24px;
      border-bottom: 1px solid var(--line);
    }

    .menu-close {
      width: 42px;
      height: 42px;
      border: 1px solid var(--line);
      border-radius: 10px;
      background: var(--white);
      color: var(--navy-900);
      cursor: pointer;
      font-size: 1.2rem;
    }

    .mobile-nav {
      display: flex;
      flex-direction: column;
      padding: 22px 0;
    }

    .mobile-nav a {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 16px 4px;
      border-bottom: 1px solid var(--line);
      color: var(--navy-900);
      font-family: "Manrope", sans-serif;
      font-size: 1.05rem;
      font-weight: 700;
    }

    .mobile-nav i {
      color: var(--copper-600);
      font-size: 0.8rem;
    }

    .mobile-menu-contact {
      display: grid;
      gap: 12px;
      margin-top: auto;
    }

    .mobile-menu-contact .btn {
      width: 100%;
    }

    .whatsapp-btn {
      background: var(--green-600);
      color: var(--white);
    }

    .hero {
      position: relative;
      overflow: hidden;
      background:
        radial-gradient(circle at 86% 18%, rgba(212, 118, 67, 0.18), transparent 26%),
        linear-gradient(135deg, var(--navy-950), var(--navy-800));
      color: var(--white);
    }

    .hero::before {
      position: absolute;
      width: 440px;
      height: 440px;
      border: 1px solid rgba(255, 255, 255, 0.07);
      border-radius: 50%;
      top: -230px;
      right: 18%;
      content: "";
    }

    .hero-inner {
      min-height: 690px;
      display: grid;
      grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.8fr);
      align-items: center;
      gap: clamp(50px, 8vw, 100px);
      padding-top: 76px;
      padding-bottom: 76px;
    }

    .hero-copy {
      position: relative;
      z-index: 1;
      min-width: 0;
    }

    .hero-kicker {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      margin-bottom: 22px;
      padding: 8px 12px;
      border: 1px solid rgba(255, 255, 255, 0.14);
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.06);
      color: #d7e4e9;
      font-size: 0.78rem;
      font-weight: 700;
      letter-spacing: 0.07em;
      text-transform: uppercase;
    }

    .hero-kicker i {
      color: var(--copper-500);
    }

    .hero h1 {
      max-width: 720px;
      margin-bottom: 22px;
      font-size: clamp(2.75rem, 5.7vw, 5rem);
      letter-spacing: -0.055em;
    }

    .hero h1 span {
      color: var(--copper-500);
    }

    .hero h1 .rotating-wrap {
      display: inline;
    }

    .rotating-text {
      display: inline;
      white-space: normal;
      opacity: 1;
      filter: blur(0);
      transition:
        opacity 0.28s ease,
        filter 0.28s ease;
    }

    .rotating-text.is-changing {
      opacity: 0;
      filter: blur(4px);
    }

    .hero-lead {
      max-width: 610px;
      margin-bottom: 30px;
      color: #c4d4dc;
      font-size: clamp(1rem, 2vw, 1.16rem);
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
    }

    .hero-trust {
      display: flex;
      flex-wrap: wrap;
      gap: 18px 28px;
      margin: 30px 0 0;
      padding: 0;
      color: #dce7eb;
      font-size: 0.88rem;
      list-style: none;
    }

    .hero-trust li {
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .hero-trust i {
      color: #69d6a3;
    }

    .hero-visual {
      position: relative;
      min-width: 0;
      min-height: 490px;
      display: grid;
      align-items: center;
    }

    .visual-panel {
      position: relative;
      z-index: 1;
      overflow: hidden;
      padding: 28px;
      border: 1px solid rgba(255, 255, 255, 0.14);
      border-radius: var(--radius-lg);
      background: rgba(255, 255, 255, 0.09);
      box-shadow: var(--shadow-lg);
      backdrop-filter: blur(16px);
    }

    .visual-panel::after {
      position: absolute;
      width: 160px;
      height: 160px;
      right: -80px;
      bottom: -90px;
      border-radius: 50%;
      background: var(--copper-500);
      content: "";
      filter: blur(2px);
      opacity: 0.14;
    }

    .visual-top {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
      margin-bottom: 24px;
    }

    .visual-top strong {
      display: block;
      font-family: "Manrope", sans-serif;
      font-size: 1.05rem;
    }

    .visual-top span {
      color: #aebfc7;
      font-size: 0.78rem;
    }

    .live-badge {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      padding: 7px 10px;
      border-radius: 999px;
      background: rgba(22, 133, 91, 0.22);
      color: #8ee2ba;
      font-size: 0.72rem;
      font-weight: 700;
      white-space: nowrap;
    }

    .service-list {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 12px;
    }

    .service-chip {
      min-height: 94px;
      display: flex;
      align-items: center;
      gap: 13px;
      padding: 15px;
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-radius: 15px;
      background: rgba(7, 29, 43, 0.36);
    }

    .service-chip:first-child {
      grid-column: 1 / -1;
    }

    .service-chip i {
      width: 42px;
      height: 42px;
      display: grid;
      flex: 0 0 auto;
      place-items: center;
      border-radius: 11px;
      background: var(--copper-500);
      color: var(--navy-950);
      font-size: 1.08rem;
    }

    .service-chip strong {
      display: block;
      font-size: 0.9rem;
    }

    .service-chip small {
      color: #aebfc7;
      font-size: 0.72rem;
    }

    .response-card {
      position: relative;
      z-index: 2;
      min-width: 218px;
      display: flex;
      justify-self: end;
      align-items: center;
      gap: 13px;
      margin-top: 16px;
      padding: 16px;
      border-radius: 15px;
      background: var(--white);
      color: var(--navy-950);
      box-shadow: var(--shadow-lg);
    }

    .response-card i {
      width: 42px;
      height: 42px;
      display: grid;
      place-items: center;
      border-radius: 50%;
      background: var(--copper-100);
      color: var(--copper-600);
    }

    .response-card strong {
      display: block;
      font-family: "Manrope", sans-serif;
      font-size: 0.88rem;
    }

    .response-card small {
      color: var(--muted);
      font-size: 0.74rem;
    }

    .trust-strip {
      border-bottom: 1px solid var(--line);
      background: var(--white);
    }

    .trust-grid {
      min-height: 112px;
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      align-items: center;
    }

    .trust-item {
      display: flex;
      align-items: center;
      gap: 13px;
      padding: 10px 24px;
      border-right: 1px solid var(--line);
    }

    .trust-item:first-child {
      padding-left: 0;
    }

    .trust-item:last-child {
      border-right: 0;
    }

    .trust-item i {
      color: var(--copper-600);
      font-size: 1.35rem;
    }

    .trust-item strong {
      display: block;
      color: var(--navy-950);
      font-family: "Manrope", sans-serif;
      font-size: 0.88rem;
    }

    .trust-item span {
      display: block;
      color: var(--muted);
      font-size: 0.74rem;
    }

    .services-grid {
      display: grid;
      grid-template-columns: repeat(6, 1fr);
      gap: 18px;
    }

    .service-card {
      grid-column: span 2;
      min-height: 300px;
      display: flex;
      flex-direction: column;
      padding: 28px;
      border: 1px solid var(--line);
      border-radius: var(--radius-md);
      background: var(--white);
      box-shadow: 0 0 0 rgba(7, 29, 43, 0);
      transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    }

    .service-card:nth-child(4),
    .service-card:nth-child(5) {
      grid-column: span 3;
    }

    .service-card:hover {
      border-color: rgba(185, 95, 50, 0.34);
      box-shadow: var(--shadow-sm);
      transform: translateY(-5px);
    }

    .card-top {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      margin-bottom: 44px;
    }

    .card-icon {
      width: 58px;
      height: 58px;
      display: grid;
      place-items: center;
      border-radius: 16px;
      background: var(--copper-100);
      color: var(--copper-600);
      font-size: 1.45rem;
    }

    .card-number {
      color: #9aa7ad;
      font-size: 0.76rem;
      font-weight: 700;
      letter-spacing: 0.1em;
    }

    .service-card h3 {
      margin-bottom: 10px;
      color: var(--navy-950);
      font-size: 1.22rem;
    }

    .service-card p {
      margin-bottom: 20px;
      color: var(--muted);
      font-size: 0.93rem;
    }

    .card-link {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      margin-top: auto;
      color: var(--navy-800);
      font-size: 0.84rem;
      font-weight: 700;
    }

    .card-link i {
      color: var(--copper-600);
      transition: transform 0.2s ease;
    }

    .card-link:hover i {
      transform: translateX(4px);
    }

    .why {
      overflow: hidden;
      background: var(--navy-950);
      color: var(--white);
    }

    .why .section-heading h2 {
      color: var(--white);
    }

    .why .section-heading p {
      color: #adc0c9;
    }

    .why-layout {
      display: grid;
      grid-template-columns: 0.85fr 1.15fr;
      align-items: start;
      gap: clamp(50px, 8vw, 100px);
    }

    .why-summary {
      position: sticky;
      top: 120px;
    }

    .why-stat {
      display: flex;
      align-items: flex-end;
      gap: 13px;
      margin-top: 32px;
    }

    .why-stat strong {
      color: var(--copper-500);
      font-family: "Manrope", sans-serif;
      font-size: clamp(3.4rem, 7vw, 5.3rem);
      line-height: 0.9;
      letter-spacing: -0.07em;
    }

    .why-stat span {
      max-width: 160px;
      color: #b8c9d0;
      font-size: 0.82rem;
      line-height: 1.35;
    }

    .benefit-list {
      display: grid;
    }

    .benefit {
      display: grid;
      grid-template-columns: 56px 1fr;
      gap: 18px;
      padding: 27px 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }

    .benefit:first-child {
      padding-top: 0;
    }

    .benefit-icon {
      width: 52px;
      height: 52px;
      display: grid;
      place-items: center;
      border: 1px solid rgba(255, 255, 255, 0.14);
      border-radius: 14px;
      background: rgba(255, 255, 255, 0.06);
      color: var(--copper-500);
      font-size: 1.1rem;
    }

    .benefit h3 {
      margin: 3px 0 7px;
      font-size: 1.08rem;
    }

    .benefit p {
      margin-bottom: 0;
      color: #aebfc7;
      font-size: 0.91rem;
    }

    .process-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
      counter-reset: steps;
    }

    .process-card {
      position: relative;
      padding: 28px 24px;
      border-top: 3px solid var(--copper-500);
      border-radius: 0 0 var(--radius-md) var(--radius-md);
      background: var(--white);
      box-shadow: var(--shadow-sm);
      counter-increment: steps;
    }

    .process-card::before {
      display: block;
      margin-bottom: 32px;
      color: var(--copper-600);
      content: "0" counter(steps);
      font-family: "Manrope", sans-serif;
      font-size: 0.82rem;
      font-weight: 800;
      letter-spacing: 0.1em;
    }

    .process-card i {
      position: absolute;
      top: 22px;
      right: 22px;
      color: #c3ccd0;
      font-size: 1.15rem;
    }

    .process-card h3 {
      margin-bottom: 9px;
      color: var(--navy-950);
      font-size: 1.03rem;
    }

    .process-card p {
      margin-bottom: 0;
      color: var(--muted);
      font-size: 0.86rem;
    }

    .contact {
      padding-top: 40px;
      padding-bottom: 110px;
    }

    .contact-shell {
      display: grid;
      grid-template-columns: 0.82fr 1.18fr;
      overflow: hidden;
      border-radius: var(--radius-lg);
      background: var(--navy-900);
      box-shadow: var(--shadow-lg);
    }

    .contact-info {
      position: relative;
      min-width: 0;
      padding: 52px;
      color: var(--white);
    }

    .contact-info::after {
      position: absolute;
      width: 240px;
      height: 240px;
      left: -100px;
      bottom: -140px;
      border: 46px solid rgba(212, 118, 67, 0.1);
      border-radius: 50%;
      content: "";
    }

    .contact-info .section-kicker {
      color: var(--copper-500);
    }

    .contact-info h2 {
      max-width: 410px;
      margin-bottom: 15px;
      font-size: clamp(2rem, 4vw, 3rem);
      letter-spacing: -0.04em;
    }

    .contact-intro {
      max-width: 430px;
      margin-bottom: 36px;
      color: #b9cad2;
    }

    .contact-list {
      display: grid;
      gap: 20px;
    }

    .contact-row {
      display: flex;
      align-items: center;
      gap: 14px;
    }

    .contact-icon {
      width: 44px;
      height: 44px;
      display: grid;
      flex: 0 0 auto;
      place-items: center;
      border-radius: 12px;
      background: rgba(255, 255, 255, 0.08);
      color: var(--copper-500);
    }

    .contact-row small {
      display: block;
      color: #8ea6b1;
      font-size: 0.71rem;
      font-weight: 700;
      letter-spacing: 0.07em;
      text-transform: uppercase;
    }

    .contact-row strong {
      display: block;
      margin-top: 2px;
      overflow-wrap: anywhere;
      font-family: "Manrope", sans-serif;
      font-size: 0.94rem;
    }

    .contact-row a:hover {
      color: var(--copper-500);
    }

    .quote-form {
      min-width: 0;
      padding: 52px;
      background: var(--white);
    }

    .quote-form h3 {
      margin-bottom: 6px;
      color: var(--navy-950);
      font-size: 1.45rem;
    }

    .form-note {
      margin-bottom: 28px;
      color: var(--muted);
      font-size: 0.87rem;
    }

    .form-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 18px;
    }

    .field {
      display: grid;
      gap: 7px;
    }

    .field-full {
      grid-column: 1 / -1;
    }

    .field label {
      color: var(--navy-900);
      font-size: 0.8rem;
      font-weight: 700;
    }

    .field input,
    .field select,
    .field textarea {
      width: 100%;
      min-height: 48px;
      padding: 11px 13px;
      border: 1px solid var(--line);
      border-radius: 10px;
      background: #fbfcfc;
      color: var(--ink);
      transition: border-color 0.2s ease, box-shadow 0.2s ease;
    }

    .field textarea {
      min-height: 105px;
      resize: vertical;
    }

    .field input:focus,
    .field select:focus,
    .field textarea:focus {
      border-color: var(--copper-500);
      outline: 0;
      box-shadow: 0 0 0 3px rgba(212, 118, 67, 0.12);
    }

    .submit-row {
      display: flex;
      align-items: center;
      gap: 16px;
      margin-top: 22px;
    }

    .submit-row .btn {
      border: 0;
    }

    .submit-help {
      color: var(--muted);
      font-size: 0.75rem;
      line-height: 1.35;
    }

    .form-feedback {
      display: none;
      margin: 16px 0 0;
      padding: 11px 13px;
      border-radius: 9px;
      background: #e8f7ef;
      color: #0b6844;
      font-size: 0.84rem;
    }

    .site-footer {
      padding: 64px 0 26px;
      background: var(--navy-950);
      color: #a9bbc4;
    }

    .footer-grid {
      display: grid;
      grid-template-columns: 1.4fr 0.7fr 0.7fr;
      gap: 70px;
      padding-bottom: 48px;
    }

    .site-footer .brand {
      color: var(--white);
    }

    .site-footer .brand-mark {
      background: rgba(255, 255, 255, 0.08);
    }

    .footer-about {
      max-width: 390px;
      margin: 20px 0 0;
      font-size: 0.88rem;
    }

    .site-footer h4 {
      margin-bottom: 18px;
      color: var(--white);
      font-size: 0.82rem;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    .footer-links {
      display: grid;
      gap: 10px;
      font-size: 0.87rem;
    }

    .footer-links a:hover {
      color: var(--copper-500);
    }

    .footer-bottom {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
      padding-top: 24px;
      border-top: 1px solid rgba(255, 255, 255, 0.1);
      font-size: 0.75rem;
    }

    .footer-status {
      display: inline-flex;
      align-items: center;
      gap: 8px;
    }

    .mobile-action-bar {
      position: fixed;
      z-index: 90;
      right: 12px;
      bottom: 12px;
      left: 12px;
      display: none;
      grid-template-columns: 1fr 1fr;
      gap: 8px;
      padding: 8px;
      border: 1px solid rgba(11, 42, 61, 0.1);
      border-radius: 16px;
      background: rgba(255, 255, 255, 0.96);
      box-shadow: 0 12px 40px rgba(7, 29, 43, 0.22);
      backdrop-filter: blur(14px);
    }

    .mobile-action-bar a {
      min-height: 46px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 9px;
      border-radius: 11px;
      background: var(--navy-900);
      color: var(--white);
      font-size: 0.84rem;
      font-weight: 700;
    }

    .mobile-action-bar .mobile-whatsapp {
      background: var(--green-600);
    }

    @media (max-width: 1040px) {
      .desktop-nav {
        gap: 20px;
      }

      .header-call span {
        display: none;
      }

      .header-call {
        width: 46px;
        padding: 0;
      }

      .hero-inner {
        grid-template-columns: 1fr 0.78fr;
        gap: 45px;
      }

      .trust-item {
        padding-inline: 16px;
      }

      .contact-info,
      .quote-form {
        padding: 42px;
      }
    }

    @media (max-width: 860px) {
      .section {
        padding: 82px 0;
      }

      .desktop-nav,
      .header-call {
        display: none;
      }

      .menu-button {
        display: inline-flex;
      }

      .hero-inner {
        min-height: auto;
        grid-template-columns: 1fr;
        gap: 46px;
        padding-top: 64px;
        padding-bottom: 76px;
      }

      .hero-copy {
        max-width: 700px;
      }

      .hero-visual {
        min-height: 420px;
      }

      .visual-panel {
        max-width: 650px;
      }

      .trust-grid {
        grid-template-columns: 1fr 1fr;
        padding: 18px 0;
      }

      .trust-item {
        padding: 16px;
      }

      .trust-item:nth-child(2) {
        border-right: 0;
      }

      .services-grid {
        grid-template-columns: 1fr 1fr;
      }

      .service-card,
      .service-card:nth-child(4),
      .service-card:nth-child(5) {
        grid-column: auto;
      }

      .service-card:last-child {
        grid-column: 1 / -1;
      }

      .why-layout {
        grid-template-columns: 1fr;
      }

      .why-summary {
        position: static;
      }

      .process-grid {
        grid-template-columns: 1fr 1fr;
      }

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

      .footer-grid {
        grid-template-columns: 1.4fr 0.7fr 0.7fr;
        gap: 36px;
      }
    }

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

      body {
        padding-bottom: 78px;
      }

      .container {
        width: min(calc(100% - 30px), var(--container));
      }

      .section {
        padding: 68px 0;
      }

      .section-heading {
        margin-bottom: 34px;
      }

      .announcement-inner {
        min-height: 36px;
        justify-content: center;
      }

      .announcement-links {
        display: none;
      }

      .header-inner {
        min-height: 68px;
      }

      .brand {
        min-width: 0;
      }

      .brand-mark {
        width: 38px;
        height: 38px;
        border-radius: 10px;
      }

      .brand-copy {
        font-size: 0.83rem;
      }

      .brand-copy small {
        display: none;
      }

      .menu-button {
        width: 43px;
        height: 43px;
      }

      .hero h1 {
        font-size: clamp(2.45rem, 13vw, 3.55rem);
      }

      .hero-actions {
        display: grid;
      }

      .hero-actions .btn {
        width: 100%;
      }

      .hero-trust {
        display: grid;
        gap: 10px;
      }

      .hero-visual {
        min-height: 430px;
      }

      .visual-panel {
        padding: 20px;
      }

      .service-list {
        grid-template-columns: 1fr;
      }

      .service-chip:first-child {
        grid-column: auto;
      }

      .service-chip {
        min-height: 72px;
      }

      .response-card {
        width: 100%;
        justify-self: stretch;
      }

      .trust-grid {
        grid-template-columns: 1fr;
      }

      .trust-item,
      .trust-item:nth-child(2) {
        padding: 14px 0;
        border-right: 0;
        border-bottom: 1px solid var(--line);
      }

      .trust-item:last-child {
        border-bottom: 0;
      }

      .services-grid,
      .process-grid {
        grid-template-columns: 1fr;
      }

      .service-card:last-child {
        grid-column: auto;
      }

      .service-card {
        min-height: 275px;
      }

      .benefit {
        grid-template-columns: 48px 1fr;
        gap: 14px;
      }

      .benefit-icon {
        width: 46px;
        height: 46px;
      }

      .contact {
        padding-top: 20px;
      }

      .contact-shell {
        border-radius: 20px;
      }

      .contact-info,
      .quote-form {
        padding: 34px 24px;
      }

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

      .field-full {
        grid-column: auto;
      }

      .submit-row {
        display: grid;
      }

      .submit-row .btn {
        width: 100%;
      }

      .footer-grid {
        grid-template-columns: 1fr 1fr;
      }

      .footer-brand {
        grid-column: 1 / -1;
      }

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

      .mobile-action-bar {
        display: grid;
      }
    }

    @media (prefers-reduced-motion: reduce) {
      *,
      *::before,
      *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
      }
    }

