:root {
      --navy-950: #071a35;
      --navy-900: #0b2144;
      --blue-600: #2563eb;
      --blue-700: #1d4ed8;
      --cyan-500: #06b6d4;
      --green-500: #22c55e;
      --green-600: #16a34a;
      --amber: #f7c948;
      --white: #ffffff;
      --slate-50: #f6fafb;
      --slate-100: #e7eef5;
      --slate-200: #d4e0ea;
      --slate-500: #64748b;
      --slate-700: #26364f;
      --radius: 18px;
      --container: min(1180px, calc(100% - 32px));
      --shadow-card: 0 28px 70px rgba(7, 26, 53, .18);
      --shadow-soft: 0 16px 42px rgba(7, 26, 53, .10);
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; scroll-padding-top: 126px; }
    body {
      margin: 0;
      background: var(--slate-50);
      color: var(--navy-950);
      font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      line-height: 1.5;
      text-rendering: optimizeLegibility;
      -webkit-font-smoothing: antialiased;
    }
    body.menu-open { overflow: hidden; }
    img, svg { display: block; max-width: 100%; }
    a { color: inherit; }
    button, input, select, textarea { font: inherit; }
    button { cursor: pointer; }
    :focus-visible { outline: 3px solid rgba(6, 182, 212, .35); outline-offset: 3px; }

    .skip-link {
      position: fixed;
      left: 12px;
      top: 12px;
      z-index: 10000;
      transform: translateY(-150%);
      border-radius: 12px;
      background: var(--navy-950);
      color: var(--white);
      padding: 10px 14px;
      font-weight: 800;
      text-decoration: none;
    }
    .skip-link:focus { transform: translateY(0); }

    .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: var(--container); margin: 0 auto; }
    .section { padding: clamp(60px, 8vw, 96px) 0; }
    .section--dark {
      background: radial-gradient(circle at 82% 12%, rgba(6, 182, 212, .14), transparent 34%), var(--navy-950);
      color: var(--white);
    }
    .section-head { max-width: 760px; margin-bottom: 30px; }
    .eyebrow {
      margin: 0 0 10px;
      color: var(--blue-600);
      font-size: .78rem;
      font-weight: 900;
      text-transform: uppercase;
    }
    .section--dark .eyebrow { color: var(--amber); }
    h1, h2, h3, p { margin-top: 0; }
    h2 { margin-bottom: 12px; font-size: clamp(1.8rem, 3vw, 2.6rem); line-height: 1.12; font-weight: 950; }
    h3 { margin-bottom: 9px; font-size: 1.08rem; line-height: 1.25; font-weight: 900; }
    .muted, .section-head p:not(.eyebrow) { color: var(--slate-500); }
    .section--dark .muted, .section--dark .section-head p:not(.eyebrow) { color: #cfe2e8; }

    .button {
      min-height: 46px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      border: 0;
      border-radius: 14px;
      padding: 0 18px;
      background: linear-gradient(135deg, var(--blue-600), var(--cyan-500));
      color: var(--white);
      font-weight: 850;
      text-decoration: none;
      transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
    }
    .button:hover, .button:focus-visible { transform: translateY(-1px); box-shadow: 0 18px 46px rgba(37, 99, 235, .25); }
    .button--dark { background: var(--navy-950); }
    .button--green, .button--whatsapp { background: linear-gradient(135deg, var(--green-600), var(--green-500)); }
    .icon { width: 20px; height: 20px; flex: 0 0 auto; }
    .legal-copy { max-width: 900px; margin: 0 auto; }
    .legal-copy h3 { margin-top: 30px; color: var(--navy-900); }
    .legal-copy ul { padding-left: 22px; }
    .legal-meta { color: var(--slate-500); font-weight: 700; }
    .legal-links, .social-links { display: flex; flex-wrap: wrap; gap: 12px; }
    .legal-links a, .social-link {
      color: #d9fbff;
      font-weight: 800;
      text-underline-offset: 4px;
    }
    .social-link[aria-disabled="true"] { opacity: .72; cursor: not-allowed; }

    .site-header {
      position: sticky;
      top: 0;
      z-index: 90;
      background: rgba(255, 255, 255, .88);
      border-bottom: 1px solid rgba(215, 223, 235, .78);
      box-shadow: 0 12px 36px rgba(7, 26, 53, .07);
      backdrop-filter: blur(18px) saturate(1.12);
    }
    .header-inner {
      width: var(--container);
      min-height: 72px;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
    }
    .brand { display: inline-flex; align-items: center; gap: 9px; min-width: 0; text-decoration: none; }
    .brand__logo {
      width: 48px;
      height: 48px;
      border-radius: 50%;
      object-fit: cover;
      box-shadow: 0 10px 28px rgba(37, 99, 235, .16);
    }
    .brand__badge {
      display: grid;
      gap: 1px;
      align-content: center;
      min-height: 42px;
      max-width: 154px;
      border: 1px solid rgba(37, 99, 235, .14);
      border-radius: 14px;
      background: radial-gradient(circle at 18% 18%, rgba(6, 182, 212, .28), transparent 34%), linear-gradient(135deg, #071a35, #0b2b5c);
      color: var(--white);
      padding: 7px 12px;
      line-height: 1;
      box-shadow: 0 10px 26px rgba(7, 26, 53, .12);
    }
    .brand__badge strong { font-size: .9rem; font-weight: 950; white-space: nowrap; }
    .brand__badge span { color: #d9fbff; font-size: .62rem; font-weight: 900; text-transform: uppercase; white-space: nowrap; }
    .header-actions { display: flex; align-items: center; gap: 10px; }
    .header-socials { display: flex; align-items: center; gap: 7px; }
    .header-social {
      width: 42px;
      height: 42px;
      display: grid;
      place-items: center;
      border: 1px solid rgba(37, 99, 235, .16);
      border-radius: 13px;
      background: #fff;
      color: var(--blue-700);
      text-decoration: none;
      box-shadow: 0 8px 24px rgba(7, 26, 53, .08);
      transition: transform .18s ease, color .18s ease, background .18s ease;
    }
    .header-social:hover { transform: translateY(-2px); color: #fff; background: var(--blue-600); }
    .header-social svg { width: 21px; height: 21px; }
    .header-social[aria-disabled="true"] { opacity: .78; }
    .header-call {
      min-height: 48px;
      display: inline-flex;
      align-items: center;
      gap: 10px;
      border: 1px solid rgba(215, 223, 235, .78);
      border-radius: 999px;
      background: rgba(255, 255, 255, .70);
      color: var(--navy-950);
      padding: 0 15px;
      font-weight: 850;
      text-decoration: none;
    }
    .header-call span { display: grid; color: var(--slate-500); font-size: .72rem; line-height: 1.12; }
    .header-call strong { color: var(--navy-950); font-size: 1.02rem; }
    .header-apply {
      min-height: 50px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      border: 0;
      border-radius: 16px;
      background: linear-gradient(135deg, var(--blue-600), var(--cyan-500));
      color: var(--white);
      padding: 0 18px;
      font-weight: 900;
      text-decoration: none;
      text-transform: uppercase;
      box-shadow: 0 16px 38px rgba(37, 99, 235, .24);
      transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
    }
    .header-apply:hover,
    .header-apply:focus-visible {
      transform: translateY(-1px);
      filter: saturate(1.08);
      box-shadow: 0 22px 52px rgba(37, 99, 235, .30);
    }
    .menu-toggle {
      display: none;
      width: 48px;
      height: 48px;
      place-items: center;
      border: 1px solid var(--slate-200);
      border-radius: 15px;
      background: var(--white);
      color: var(--navy-950);
    }
    .nav {
      min-height: 48px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: clamp(8px, 2vw, 28px);
      background: linear-gradient(90deg, rgba(7, 26, 53, .96), rgba(20, 51, 102, .96));
      padding: 0 16px;
    }
    .nav a {
      min-height: 48px;
      display: inline-flex;
      align-items: center;
      border-radius: 999px;
      color: rgba(255, 255, 255, .86);
      padding: 0 10px;
      font-size: .8rem;
      font-weight: 820;
      text-decoration: none;
      text-transform: uppercase;
    }
    .nav a:hover, .nav a:focus-visible { background: rgba(255, 255, 255, .10); color: var(--white); }

    .hero {
      min-height: calc(100svh - 120px);
      display: grid;
      align-items: center;
      position: relative;
      overflow: hidden;
      background: radial-gradient(circle at 50% 20%, rgba(6, 182, 212, .18), transparent 32%), radial-gradient(circle at 18% 16%, rgba(37, 99, 235, .28), transparent 34%), linear-gradient(135deg, #071a35 0%, #0b2244 52%, #06142b 100%);
      color: var(--white);
    }
    .hero::before {
      content: "";
      position: absolute;
      inset: 0;
      pointer-events: none;
      background: linear-gradient(120deg, rgba(255,255,255,.07), transparent 36%), repeating-linear-gradient(90deg, rgba(255,255,255,.035) 0 1px, transparent 1px 120px);
      opacity: .72;
    }
    .hero__inner {
      position: relative;
      z-index: 1;
      width: var(--container);
      min-height: calc(100svh - 120px);
      margin: 0 auto;
      display: grid;
      place-items: center;
      padding: clamp(34px, 5vw, 64px) 0;
    }
    .hero__form-wrap { width: min(760px, 100%); max-width: 760px; }
    .quote-form {
      width: 100%;
      position: relative;
      overflow: hidden;
      border: 1px solid rgba(255, 255, 255, .44);
      border-radius: 28px;
      background: rgba(255, 255, 255, .92);
      color: var(--navy-950);
      padding: clamp(24px, 3.2vw, 38px);
      box-shadow: var(--shadow-card);
      backdrop-filter: blur(18px) saturate(1.05);
    }
    .quote-form::before {
      content: "";
      position: absolute;
      inset: 0 0 auto;
      height: 1px;
      background: linear-gradient(90deg, transparent, rgba(37, 99, 235, .50), rgba(6, 182, 212, .65), transparent);
    }
    .quote-form__head { display: grid; grid-template-columns: 54px 1fr; gap: 14px; align-items: center; margin-bottom: 22px; }
    .quote-form__head .icon-box {
      width: 54px;
      height: 54px;
      border-radius: 16px;
      background: linear-gradient(135deg, var(--blue-600), var(--cyan-500));
      color: var(--white);
      box-shadow: 0 16px 36px rgba(37, 99, 235, .22);
    }
    .quote-form__head h2 { margin-bottom: 2px; font-size: clamp(1.7rem, 3vw, 2.35rem); line-height: 1.12; font-weight: 950; }
    .quote-form__head p { margin-bottom: 0; color: var(--slate-500); font-size: 1rem; font-weight: 700; }
    .form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
    .field { display: grid; gap: 8px; color: var(--slate-700); font-size: .95rem; font-weight: 780; }
    .field--full { grid-column: 1 / -1; }
    input, select, textarea {
      width: 100%;
      min-height: 56px;
      border: 1px solid rgba(148, 163, 184, .38);
      border-radius: 16px;
      background: rgba(255, 255, 255, .86);
      color: var(--navy-950);
      padding: 14px 16px;
      outline: none;
      transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
    }
    input::placeholder, textarea::placeholder { color: #71868e; opacity: 1; font-weight: 650; }
    input:focus, select:focus, textarea:focus { border-color: rgba(37,99,235,.62); background: var(--white); box-shadow: 0 0 0 5px rgba(37,99,235,.12); }
    .consent { display: flex; align-items: flex-start; gap: 9px; color: var(--slate-500); font-size: .84rem; font-weight: 650; line-height: 1.35; }
    .consent input { width: 18px; min-height: 18px; margin-top: 1px; accent-color: var(--green-500); flex: 0 0 auto; }
    .form-submit {
      width: 100%;
      min-height: 60px;
      margin-top: 18px;
      border: 0;
      border-radius: 18px;
      background: linear-gradient(135deg, var(--blue-600), var(--cyan-500));
      color: var(--white);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 11px;
      font-size: 1.03rem;
      font-weight: 900;
      box-shadow: 0 20px 52px rgba(37, 99, 235, .28);
      transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
    }
    .form-submit:hover, .form-submit:focus-visible { transform: translateY(-1px); filter: saturate(1.08); box-shadow: 0 24px 62px rgba(37, 99, 235, .34); }
    .form-note { min-height: 20px; margin: 10px 0 0; color: var(--cyan-500); font-size: .9rem; font-weight: 800; }

    .package-tools { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 28px; }
    .segmented { display: inline-flex; flex-wrap: wrap; gap: 5px; border: 1px solid var(--slate-200); border-radius: 18px; background: rgba(255,255,255,.78); padding: 6px; box-shadow: var(--shadow-soft); }
    .filter-button {
      min-height: 40px;
      border: 0;
      border-radius: 999px;
      background: rgba(37, 99, 235, .08);
      color: var(--slate-700);
      padding: 0 14px;
      font-weight: 850;
      transition: background .18s ease, color .18s ease, box-shadow .18s ease;
    }
    .filter-button:hover,
    .filter-button:focus-visible {
      background: rgba(37, 99, 235, .14);
      color: var(--navy-950);
      box-shadow: inset 0 0 0 1px rgba(37, 99, 235, .12);
    }
    .filter-button[aria-pressed="true"] { background: var(--navy-950); color: var(--white); }
    .package-grid, .feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
    .package-card, .feature-card, .faq-card {
      border: 1px solid rgba(215, 223, 235, .86);
      border-radius: 24px;
      background: rgba(255,255,255,.92);
      box-shadow: 0 16px 42px rgba(7, 26, 53, .08);
      transition: transform .2s ease, box-shadow .2s ease;
    }
    .package-card {
      min-height: 548px;
      display: flex;
      flex-direction: column;
      gap: 13px;
      padding: 18px;
      overflow: hidden;
      border-color: rgba(255, 255, 255, .34);
      background: linear-gradient(105deg, #3ba3d3 0%, #2f58aa 100%);
      color: var(--white);
    }
    .package-card:hover, .feature-card:hover { transform: translateY(-3px); box-shadow: 0 24px 58px rgba(7, 26, 53, .12); }
    .package-card[hidden] { display: none; }
    .package-card__top { display: flex; justify-content: space-between; gap: 12px; }
    .campaign-kicker, .campaign-term { min-height: 28px; display: inline-flex; align-items: center; border-radius: 999px; padding: 0 10px; font-size: .73rem; font-weight: 900; }
    .campaign-kicker { background: rgba(255,255,255,.18); color: var(--white); }
    .campaign-term { background: rgba(255,255,255,.92); color: #24519f; }
    .campaign-art { min-height: 112px; display: grid; place-items: center; }
    .campaign-art img { width: 112px; height: 112px; border-radius: 50%; object-fit: cover; filter: drop-shadow(0 12px 18px rgba(7,26,53,.18)); }
    .speed-choice { min-height: 42px; display: flex; align-items: center; justify-content: space-between; gap: 10px; border-radius: 14px; background: rgba(255,255,255,.96); color: var(--navy-950); padding: 0 12px; font-size: .88rem; font-weight: 780; }
    .speed-choice svg { width: 16px; height: 16px; color: #8aa1b8; }
    .check-list { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
    .check-list li { display: grid; grid-template-columns: 22px 1fr; gap: 7px; color: var(--white); font-size: .9rem; font-weight: 800; }
    .check-list svg { width: 18px; height: 18px; margin-top: 2px; color: #d9fbff; }
    .price-list { display: grid; gap: 8px; margin-top: auto; border: 1px solid rgba(255,255,255,.28); border-radius: 16px; background: rgba(255,255,255,.14); padding: 12px; }
    .price-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: #e8f7ff; font-size: .86rem; font-weight: 780; }
    .price-row strong { color: var(--white); font-size: 1.35rem; line-height: 1; font-weight: 950; }
    .campaign-actions { display: grid; gap: 10px; }
    .campaign-actions .button { width: 100%; min-height: 46px; }

    .split { display: grid; grid-template-columns: .92fr 1.08fr; gap: 38px; align-items: center; }
    .process { display: grid; gap: 12px; }
    .process-step { display: grid; grid-template-columns: 48px 1fr; gap: 15px; padding: 18px 0; border-bottom: 1px solid rgba(230,238,242,.18); }
    .process-step:last-child { border-bottom: 0; }
    .step-number { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 14px; background: linear-gradient(135deg, var(--amber), #ffe38a); color: #352604; font-weight: 950; }
    .process-step p { color: #cfe2e8; margin-bottom: 0; }
    .feature-card { min-height: 208px; padding: 24px; }
    .feature-card p, .faq-card p, .package-card p { color: var(--slate-500); margin-bottom: 0; }
    .icon-box { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 14px; background: linear-gradient(135deg, #e8fbf9, #f6fffd); color: var(--cyan-500); }
    .feature-card .icon-box { margin-bottom: 18px; }

    .contact-wrap { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
    .contact-info { display: grid; align-content: start; gap: 16px; border: 1px solid rgba(255,255,255,.12); border-radius: 22px; background: rgba(255,255,255,.05); padding: 24px; }
    .contact-line {
      min-height: 62px;
      display: flex;
      align-items: center;
      gap: 14px;
      border: 1px solid rgba(255, 255, 255, .12);
      border-radius: 18px;
      background: linear-gradient(135deg, rgba(37, 99, 235, .22), rgba(6, 182, 212, .10));
      color: var(--white);
      padding: 10px 14px;
      text-decoration: none;
      transition: transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease;
    }
    .contact-line:hover,
    .contact-line:focus-visible {
      transform: translateY(-1px);
      border-color: rgba(6, 182, 212, .36);
      background: linear-gradient(135deg, rgba(37, 99, 235, .34), rgba(6, 182, 212, .18));
      box-shadow: 0 16px 36px rgba(0, 0, 0, .16);
    }
    .contact-line .icon-box {
      background: linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(219, 250, 255, .94));
      color: var(--cyan-500);
    }
    .contact-line strong {
      display: block;
      color: var(--white);
      font-weight: 900;
    }
    .contact-line span span { display: block; color: #d8ecf7; }
    .faq-list { display: grid; gap: 12px; }
    .faq-card { padding: 0; overflow: hidden; }
    summary { min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 18px 22px; color: var(--navy-950); font-weight: 850; cursor: pointer; }
    summary::after { content: "+"; width: 28px; height: 28px; display: grid; place-items: center; border-radius: 10px; background: rgba(37,99,235,.08); color: var(--blue-600); }
    details[open] summary::after { content: "-"; }
    .faq-card p { padding: 0 22px 20px; }
    .site-footer { background: #06142b; color: var(--white); padding: 38px 0; }
    .footer-inner { width: var(--container); margin: 0 auto; display: flex; justify-content: space-between; gap: 24px; color: #cfe2e8; }
    .footer-inner strong { display: block; color: var(--white); }
    .footer-inner p { max-width: 760px; margin-bottom: 0; font-size: .9rem; }
    .developer-signature { display: inline-block; margin-top: 10px; color: var(--white); font-weight: 900; }

    .floating-actions {
      position: fixed;
      right: 24px;
      bottom: 16px;
      z-index: 9999;
      display: flex;
      flex-direction: column;
      gap: 14px;
    }
    .float-button {
      width: 58px;
      height: 58px;
      display: flex;
      align-items: center;
      justify-content: center;
      border: 1px solid rgba(255,255,255,.22);
      border-radius: 18px;
      color: var(--white);
      box-shadow: 0 16px 36px rgba(7,26,53,.20);
      backdrop-filter: blur(10px);
      transition: transform .18s ease, box-shadow .18s ease;
    }
    .float-button:hover, .float-button:focus-visible { transform: translateY(-2px); box-shadow: 0 22px 48px rgba(7,26,53,.28); }
    .float-button--phone { order: 1; background: linear-gradient(135deg, var(--blue-600), var(--cyan-500)); }
    .float-button--whatsapp { order: 2; background: linear-gradient(135deg, var(--green-600), var(--green-500)); }
    .float-button .icon { width: 26px; height: 26px; }
    .float-button--whatsapp .icon { width: 32px; height: 32px; }
    .back-to-top { display: none; }

    .reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
    .reveal.is-visible { opacity: 1; transform: translateY(0); }
    /* safe-visible-content */
    .reveal { opacity: 1 !important; transform: none !important; }

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

    @media (max-width: 1040px) {
      .package-grid, .feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      .split, .contact-wrap { grid-template-columns: 1fr; }
    }

    @media (max-width: 840px) {
      .header-socials { display: none; }
      :root { --container: min(100% - 24px, 1180px); }
      html { scroll-padding-top: 86px; }
      .header-inner { width: min(100% - 20px, 1180px); min-height: clamp(76px, 18vw, 86px); gap: 10px; }
      .brand { max-width: calc(100% - 58px); gap: clamp(7px, 2.4vw, 10px); }
      .brand__logo { width: clamp(48px, 13vw, 56px); height: clamp(48px, 13vw, 56px); }
      .brand__badge { min-height: clamp(42px, 11vw, 48px); max-width: clamp(142px, 43vw, 178px); padding: clamp(6px, 1.8vw, 8px) clamp(9px, 2.8vw, 12px); }
      .brand__badge strong { font-size: clamp(.86rem, 3.7vw, 1.04rem); }
      .brand__badge span { font-size: clamp(.54rem, 2.15vw, .66rem); }
      .header-call, .header-apply { display: none; }
      .menu-toggle { display: grid; width: clamp(46px, 12vw, 52px); height: clamp(46px, 12vw, 52px); }
      .nav { position: fixed; top: clamp(76px, 18vw, 86px); left: 0; right: 0; z-index: 95; display: none; flex-direction: column; align-items: stretch; border-top: 1px solid var(--slate-100); border-bottom: 1px solid var(--slate-100); background: rgba(255,255,255,.98); padding: 12px 16px 16px; box-shadow: var(--shadow-soft); }
      .nav.is-open { display: flex; }
      .nav a { min-height: 48px; justify-content: center; color: var(--navy-950); }
      .hero { min-height: calc(100svh - clamp(76px, 18vw, 86px)); align-items: start; }
      .hero__inner { width: 100%; min-height: auto; padding: clamp(16px, 4vw, 24px) 0 172px; align-items: start; }
      .hero__form-wrap { width: min(calc(100% - 24px), 520px); max-width: 520px; justify-self: center; }
      .quote-form { border-radius: clamp(22px, 6vw, 28px); padding: clamp(18px, 4.8vw, 26px); }
      .quote-form__head { grid-template-columns: clamp(46px, 12vw, 54px) 1fr; gap: clamp(11px, 3vw, 14px); margin-bottom: clamp(18px, 4.8vw, 24px); }
      .quote-form__head .icon-box { width: clamp(46px, 12vw, 54px); height: clamp(46px, 12vw, 54px); }
      .quote-form__head h2 { font-size: clamp(1.5rem, 6.4vw, 1.75rem); }
      .quote-form__head p { font-size: clamp(.94rem, 3.8vw, 1rem); line-height: 1.42; }
      .form-grid { grid-template-columns: 1fr; gap: clamp(12px, 3.3vw, 14px); }
      .field { gap: 8px; font-size: clamp(.94rem, 4vw, 1rem); }
      input, select { min-height: clamp(58px, 15vw, 64px); padding: 15px 16px; font-size: 1rem; }
      .consent { gap: 10px; font-size: clamp(.78rem, 3.35vw, .88rem); line-height: 1.34; }
      .form-submit { min-height: clamp(58px, 15vw, 64px); margin-top: clamp(12px, 3.4vw, 15px); font-size: 1rem; }
      .package-tools { display: grid; align-items: stretch; }
      .segmented { width: 100%; overflow-x: auto; }
      .filter-button { flex: 1; white-space: nowrap; }
      .floating-actions { right: 12px; bottom: 12px; flex-direction: row; gap: 9px; }
      .float-button { width: 50px; height: 50px; border-radius: 15px; }
      .package-grid, .feature-grid { grid-template-columns: 1fr; }
      .package-card { min-height: 0; }
      .section { padding: 64px 0; }
      .floating-actions { right: 18px; bottom: 24px; gap: 14px; }
      .float-button { width: 58px; height: 58px; }
      .footer-inner { display: grid; }
    }


    /* mobile-no-overlap-floating */
    @media (max-width: 840px) {
      .floating-actions { display: none; }
    }

    @media (max-width: 360px) {
      .header-inner { width: min(100% - 16px, 1180px); gap: 8px; }
      .brand { max-width: calc(100% - 54px); }
      .brand__badge { max-width: 138px; padding-inline: 8px; }
      .brand__badge strong { font-size: .82rem; }
      .brand__badge span { font-size: .5rem; }
      .hero__form-wrap { width: min(calc(100% - 20px), 520px); }
      .quote-form { padding: 16px; }
    }

/* PHP/JSON final dÃ¼zenlemeleri */
.site-footer .developer-signature a { color: inherit; text-decoration: underline; text-underline-offset: 4px; }
.header-socials .social-link[href="#"], .site-footer .social-link[href="#"] { opacity: .55; pointer-events: none; }
.floating-actions { right: max(16px, env(safe-area-inset-right)); bottom: max(20px, env(safe-area-inset-bottom)); }
.float-button { overflow: hidden; }
.float-button svg { width: 27px; height: 27px; }
.float-button--whatsapp { background: #25d366; color: #fff; }
.float-button--phone { background: linear-gradient(135deg, #2563eb, #06b6d4); color: #fff; }
.quote-form, .quote-form * { min-width: 0; }
.quote-form__head > div { min-width: 0; }
.quote-form__head h2, .quote-form__head p { overflow-wrap: anywhere; }
@media (max-width: 640px) {
  html, body { max-width: 100%; overflow-x: hidden; }
  .hero__inner { width: 100% !important; max-width: 100% !important; padding-left: 10px !important; padding-right: 10px !important; justify-items: stretch !important; }
  .hero__form-wrap { width: 100% !important; max-width: none !important; justify-self: stretch !important; }
  .quote-form { padding: 18px 16px; }
  .quote-form__head { grid-template-columns: 46px minmax(0, 1fr); gap: 10px; align-items: start; }
  .quote-form__head h2 { font-size: clamp(1.28rem, 5.8vw, 1.55rem); line-height: 1.08; }
  .quote-form__head p { font-size: .9rem; }
  .floating-actions { right: 12px; bottom: 12px; flex-direction: row; }
  .float-button { width: 54px; height: 54px; }
  .back-to-top { display: none; }
  body { padding-bottom: 74px; }
}
