:root {
  --navy-950: #031020;
  --navy-900: #06172c;
  --navy-800: #0a2848;
  --blue-600: #0578ff;
  --cyan-400: #5de8ff;
  --lime-400: #b8ff3d;
  --ink: #102239;
  --muted: #5f6e7f;
  --line: #d9e4ed;
  --mist: #eef5f8;
  --white: #fff;
  --radius-sm: 14px;
  --radius-md: 22px;
  --radius-lg: 34px;
  --shadow: 0 24px 70px rgba(3, 16, 32, 0.13);
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; color: var(--ink); background: #fff; font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img, svg { display: block; }
.shell { width: var(--shell); margin-inline: auto; }
.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; }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; transform: translateY(-150%); padding: 10px 14px; border-radius: 8px; background: white; color: var(--ink); font-weight: 800; }
.skip-link:focus { transform: none; }

.top-strip { background: var(--navy-950); color: #d7e9f6; font-size: .82rem; }
.top-strip-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.top-strip p { margin: 0; display: flex; align-items: center; gap: 9px; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--lime-400); box-shadow: 0 0 0 5px rgba(184,255,61,.1); }
.top-strip a { display: flex; align-items: center; gap: 7px; color: #fff; font-weight: 700; letter-spacing: .01em; }
.top-strip svg { width: 14px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

.site-header { position: sticky; z-index: 50; top: 0; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(10,40,72,.08); backdrop-filter: blur(16px); }
.nav-wrap { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; line-height: 1; }
.brand-mark { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 13px; background: var(--navy-900); box-shadow: 0 10px 26px rgba(6,23,44,.17); }
.brand-mark svg { width: 29px; height: 29px; }
.brand-mark path { fill: none; stroke: var(--cyan-400); stroke-width: 3.5; stroke-linecap: round; }
.brand-mark circle { fill: var(--lime-400); }
.brand strong { display: block; color: var(--navy-900); font-size: 1.25rem; letter-spacing: -.045em; }
.brand strong span { color: var(--blue-600); }
.brand small { display: block; margin-top: 5px; color: #718093; font-size: .63rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.primary-nav { display: flex; align-items: center; gap: clamp(18px, 2.6vw, 34px); }
.primary-nav > a { color: #32465e; font-size: .88rem; font-weight: 720; transition: color .2s ease; }
.primary-nav > a:hover { color: var(--blue-600); }
.primary-nav .nav-cta { padding: 12px 17px; border-radius: 12px; color: #fff; background: var(--navy-900); box-shadow: 0 9px 22px rgba(6,23,44,.14); }
.primary-nav .nav-cta:hover { color: var(--lime-400); }
.menu-button { display: none; width: 45px; height: 45px; border: 0; border-radius: 12px; background: var(--mist); align-items: center; justify-content: center; flex-direction: column; gap: 5px; cursor: pointer; }
.menu-button i { width: 20px; height: 2px; border-radius: 10px; background: var(--ink); transition: transform .2s ease, opacity .2s ease; }

.hero { position: relative; min-height: 690px; overflow: hidden; color: #fff; background: var(--navy-950); isolation: isolate; }
.hero-image { position: absolute; z-index: -3; inset: 0; background: url("assets/telecombazar-business-connectivity.webp") center/cover no-repeat; filter: saturate(.9); }
.hero-shade { position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, rgba(3,16,32,.98) 0%, rgba(3,16,32,.94) 34%, rgba(3,16,32,.59) 60%, rgba(3,16,32,.15) 100%), linear-gradient(0deg, rgba(3,16,32,.82), transparent 40%); }
.hero-grid { position: absolute; z-index: -1; inset: 0; opacity: .13; background-image: linear-gradient(rgba(93,232,255,.22) 1px, transparent 1px), linear-gradient(90deg, rgba(93,232,255,.22) 1px, transparent 1px); background-size: 58px 58px; mask-image: linear-gradient(90deg, #000 0%, transparent 62%); }
.hero-inner { min-height: 604px; display: grid; grid-template-columns: minmax(0, 1fr) 330px; align-items: center; gap: 80px; padding-block: 72px 55px; }
.hero-copy { max-width: 700px; }
.eyebrow { margin: 0 0 18px; display: flex; align-items: center; gap: 10px; color: #cbeaf3; font-size: .76rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow > span { width: 27px; height: 2px; background: var(--lime-400); }
.eyebrow.dark { color: #426078; }
.eyebrow.light { color: #bcd8e7; }
.hero h1 { max-width: 800px; margin: 0; font-size: clamp(3.25rem, 6.1vw, 5.75rem); line-height: .96; letter-spacing: -.065em; font-weight: 790; text-wrap: balance; }
.hero h1 em { color: var(--cyan-400); font-style: normal; font-weight: 450; }
.hero-lead { max-width: 680px; margin: 28px 0 0; color: #d5e3ed; font-size: clamp(1rem, 1.5vw, 1.16rem); line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 31px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; padding: 13px 21px; border: 1px solid transparent; border-radius: 13px; font-size: .91rem; font-weight: 800; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, color .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--lime-400); color: var(--navy-950); box-shadow: 0 12px 30px rgba(184,255,61,.18); }
.button-primary:hover { box-shadow: 0 16px 35px rgba(184,255,61,.27); }
.button-ghost { border-color: rgba(255,255,255,.24); background: rgba(255,255,255,.08); color: #fff; backdrop-filter: blur(7px); }
.button-ghost:hover { border-color: rgba(93,232,255,.55); background: rgba(93,232,255,.12); }
.hero-trust { margin: 27px 0 0; padding: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 10px 21px; color: #b9ccda; font-size: .78rem; font-weight: 650; }
.hero-trust li { display: flex; align-items: center; gap: 6px; }
.hero-trust svg { width: 15px; fill: none; stroke: var(--lime-400); stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }

.hero-card { align-self: end; margin-bottom: 14px; padding: 23px; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius-md); background: rgba(5,26,47,.74); box-shadow: 0 24px 60px rgba(0,0,0,.24); backdrop-filter: blur(16px); }
.hero-card-head { display: flex; align-items: center; gap: 13px; padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.1); }
.pulse-icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; background: rgba(184,255,61,.13); }
.pulse-icon i { width: 10px; height: 10px; border-radius: 50%; background: var(--lime-400); box-shadow: 0 0 0 6px rgba(184,255,61,.12); }
.hero-card-head strong, .hero-card-head small { display: block; }
.hero-card-head strong { font-size: .93rem; }
.hero-card-head small { margin-top: 2px; color: #a9c1d1; font-size: .71rem; line-height: 1.4; }
.mini-flow { display: grid; gap: 16px; padding: 20px 0; }
.mini-flow > div { display: grid; grid-template-columns: 30px 1fr; gap: 11px; }
.mini-flow > div > span { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid rgba(93,232,255,.28); border-radius: 9px; color: var(--cyan-400); font-size: .65rem; font-weight: 800; }
.mini-flow p { margin: 0; }
.mini-flow strong, .mini-flow small { display: block; }
.mini-flow strong { font-size: .81rem; }
.mini-flow small { color: #a9bdca; font-size: .7rem; line-height: 1.5; }
.hero-card > a { display: flex; align-items: center; justify-content: space-between; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.1); color: var(--lime-400); font-size: .8rem; font-weight: 800; }
.hero-foot { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-top: 1px solid rgba(255,255,255,.13); }
.hero-foot p { margin: 0; display: flex; align-items: baseline; gap: 22px; }
.hero-foot strong { font-size: .83rem; }
.hero-foot span { color: #91a8b8; font-size: .72rem; }
.signal-bars { height: 35px; display: flex; align-items: end; gap: 4px; }
.signal-bars i { width: 4px; border-radius: 4px; background: var(--cyan-400); opacity: .9; }
.signal-bars i:nth-child(1) { height: 20%; }.signal-bars i:nth-child(2) { height: 40%; }.signal-bars i:nth-child(3) { height: 60%; }.signal-bars i:nth-child(4) { height: 80%; }.signal-bars i:nth-child(5) { height: 100%; background: var(--lime-400); }

.coverage-section { padding: clamp(70px, 8vw, 105px) 0 0; background: #fff; }
.coverage-panel { position: relative; overflow: hidden; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(45px, 8vw, 110px); align-items: center; padding: clamp(36px, 6vw, 70px); border: 1px solid #dce7ed; border-radius: var(--radius-lg); background: linear-gradient(135deg, #f5fbfd 0%, #fff 58%); box-shadow: 0 24px 70px rgba(3,16,32,.08); }
.coverage-panel::after { content: "02"; position: absolute; right: -10px; top: -82px; color: rgba(5,120,255,.045); font-size: clamp(13rem, 24vw, 22rem); font-weight: 900; line-height: 1; letter-spacing: -.12em; pointer-events: none; }
.coverage-copy, .state-stack { position: relative; z-index: 1; }
.coverage-copy h2 { max-width: 560px; margin: 0; color: var(--navy-900); font-size: clamp(2.15rem, 4.3vw, 4rem); line-height: 1.04; letter-spacing: -.055em; text-wrap: balance; }
.coverage-copy > p:not(.eyebrow) { margin: 22px 0 0; color: var(--muted); line-height: 1.8; }
.coverage-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 24px; }
.coverage-tags span { padding: 6px 10px; border: 1px solid #d3e1e8; border-radius: 999px; background: #fff; color: #4c6275; font-size: .7rem; font-weight: 750; }
.state-stack { display: grid; gap: 12px; }
.state-stack article { display: grid; grid-template-columns: 66px 1fr; gap: 19px; align-items: center; padding: 22px; border: 1px solid #d7e4eb; border-radius: 18px; background: rgba(255,255,255,.92); box-shadow: 0 12px 30px rgba(10,40,72,.06); }
.state-stack article:nth-child(2) { margin-left: 34px; border-color: #bfeaf2; background: linear-gradient(110deg, #fff, #effcff); }
.state-code { width: 60px; height: 60px; display: grid; place-items: center; border-radius: 17px; background: var(--navy-900); color: var(--cyan-400); font-size: 1rem; font-weight: 900; letter-spacing: .05em; box-shadow: 0 10px 24px rgba(6,23,44,.17); }
.state-stack article:nth-child(2) .state-code { background: var(--blue-600); color: #fff; }
.state-stack small { display: block; color: #7b8e9d; font-size: .64rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.state-stack h3 { margin: 2px 0 3px; color: var(--navy-900); font-size: 1.17rem; letter-spacing: -.025em; }
.state-stack article p { margin: 0; color: var(--muted); font-size: .75rem; line-height: 1.55; }
.coverage-note { display: flex; gap: 9px; margin: 8px 5px 0 39px; color: #627888; font-size: .69rem; line-height: 1.55; }
.coverage-note svg { width: 17px; height: 17px; flex: 0 0 auto; fill: none; stroke: var(--blue-600); stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }

.section { padding-block: clamp(75px, 9vw, 125px); }
.section-heading { display: grid; grid-template-columns: 1.2fr .7fr; align-items: end; gap: clamp(35px, 8vw, 120px); margin-bottom: 46px; }
.section-heading.compact { align-items: center; }
.section-heading h2, .compare-intro h2, .why-copy h2, .form-copy h2, .faq-intro h2 { margin: 0; color: var(--navy-900); font-size: clamp(2.15rem, 4.3vw, 4rem); line-height: 1.04; letter-spacing: -.055em; text-wrap: balance; }
.section-heading > p, .compare-intro > p, .why-copy > p, .faq-intro > p { margin: 0; color: var(--muted); font-size: 1rem; line-height: 1.8; }
.service-section { background: linear-gradient(180deg, #fff, #f4f8fa); }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 385px; display: flex; flex-direction: column; padding: clamp(27px, 4vw, 40px); overflow: hidden; border: 1px solid #dce7ed; border-radius: var(--radius-md); background: #fff; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card:hover { transform: translateY(-4px); border-color: #b9d2df; box-shadow: var(--shadow); }
.service-card.featured { background: linear-gradient(145deg, #e9fbff, #fff 58%); }
.service-card.dark-card { border-color: var(--navy-900); background: var(--navy-900); color: #fff; }
.card-number { position: absolute; top: 27px; right: 30px; color: #a6b5c1; font-size: .71rem; font-weight: 850; letter-spacing: .14em; }
.dark-card .card-number { color: #7190a5; }
.service-icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 15px; background: var(--mist); }
.featured .service-icon { background: #d3f7ff; }
.dark-card .service-icon { background: rgba(93,232,255,.1); }
.service-icon svg { width: 27px; fill: none; stroke: var(--blue-600); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.dark-card .service-icon svg { stroke: var(--cyan-400); }
.service-card h3 { margin: 25px 0 9px; font-size: 1.34rem; line-height: 1.25; letter-spacing: -.025em; }
.service-card > p { max-width: 480px; margin: 0; color: var(--muted); }
.dark-card > p { color: #b8cad7; }
.service-card ul { margin: 19px 0 25px; padding: 0; display: flex; flex-wrap: wrap; gap: 7px; list-style: none; }
.service-card li { padding: 5px 9px; border-radius: 8px; background: #f2f6f8; color: #506276; font-size: .7rem; font-weight: 720; }
.dark-card li { background: rgba(255,255,255,.08); color: #c9dae5; }
.service-card > a { margin-top: auto; display: flex; align-items: center; justify-content: space-between; padding-top: 18px; border-top: 1px solid #e3ebef; color: var(--blue-600); font-size: .82rem; font-weight: 820; }
.dark-card > a { border-color: rgba(255,255,255,.12); color: var(--lime-400); }

.compare-section { background: var(--navy-950); color: #fff; }
.compare-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(40px, 8vw, 100px); align-items: start; }
.compare-intro { position: sticky; top: 130px; }
.compare-intro h2 { color: #fff; }
.compare-intro > p { margin-top: 20px; color: #a9bdca; }
.text-link { display: inline-flex; gap: 12px; margin-top: 27px; padding-bottom: 4px; border-bottom: 1px solid rgba(184,255,61,.5); color: var(--lime-400); font-size: .84rem; font-weight: 800; }
.compare-table-wrap { overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: var(--radius-md); background: rgba(255,255,255,.04); }
.compare-table-wrap table { width: 100%; border-collapse: collapse; }
.compare-table-wrap th, .compare-table-wrap td { padding: 19px 20px; border-bottom: 1px solid rgba(255,255,255,.09); text-align: left; vertical-align: top; }
.compare-table-wrap thead th { background: rgba(93,232,255,.07); color: #c9e8f2; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.compare-table-wrap thead th:first-child { color: #7894a7; }
.compare-table-wrap tbody th { width: 26%; color: #9eb7c6; font-size: .78rem; }
.compare-table-wrap td { color: #e2edf3; font-size: .84rem; }
.compare-table-wrap tr:last-child th, .compare-table-wrap tr:last-child td { border-bottom: 0; }
.table-note { margin: 0; padding: 16px 20px; border-top: 1px solid rgba(255,255,255,.09); background: rgba(0,0,0,.16); color: #718da0; font-size: .69rem; }

.process-section { background: #fff; }
.process-grid { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; list-style: none; }
.process-grid li { position: relative; }
.process-grid li > span { width: 43px; height: 43px; display: grid; place-items: center; border: 1px solid #bfd2de; border-radius: 13px; color: var(--blue-600); background: #fff; font-size: .78rem; font-weight: 850; box-shadow: 0 8px 20px rgba(12,57,90,.07); }
.process-line { position: absolute; top: 21px; left: 54px; right: -12px; height: 1px; background: linear-gradient(90deg, #b6cedb, #e9f0f4); }
.process-grid li:last-child .process-line { display: none; }
.process-grid h3 { margin: 23px 0 8px; font-size: 1.02rem; letter-spacing: -.02em; }
.process-grid p { margin: 0; color: var(--muted); font-size: .86rem; }

.why-section { padding-top: 0; background: #fff; }
.why-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(55px, 9vw, 130px); padding: clamp(40px, 6vw, 75px); border-radius: var(--radius-lg); background: var(--mist); }
.why-copy > p { margin-top: 21px; }
.founder-note { position: relative; margin-top: 30px; padding: 24px 24px 22px 52px; border-radius: 16px; background: #fff; box-shadow: 0 15px 38px rgba(22,57,78,.07); }
.quote-mark { position: absolute; top: 4px; left: 19px; color: var(--blue-600); font-family: Georgia, serif; font-size: 3.3rem; line-height: 1; }
.founder-note p { margin: 0; font-size: .85rem; line-height: 1.7; }
.founder-note small { display: block; margin-top: 11px; color: #6c8192; font-size: .67rem; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.why-points { display: grid; gap: 6px; }
.why-points article { display: grid; grid-template-columns: 46px 1fr; gap: 17px; padding: 21px 20px; border-bottom: 1px solid #d4e1e8; }
.why-points article:last-child { border-bottom: 0; }
.why-points article > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; background: var(--navy-900); }
.why-points svg { width: 21px; fill: none; stroke: var(--cyan-400); stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.why-points h3 { margin: 0 0 4px; font-size: 1rem; }
.why-points p { margin: 0; color: var(--muted); font-size: .82rem; }

.form-section { color: #fff; background: var(--navy-900); }
.form-shell { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(50px, 9vw, 120px); align-items: start; }
.form-copy { position: sticky; top: 130px; }
.form-copy h2 { color: #fff; }
.form-copy > p { margin: 24px 0 0; color: #a9bdca; line-height: 1.8; }
.contact-mini { margin-top: 34px; display: flex; align-items: center; gap: 13px; }
.contact-mini > span { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 13px; background: rgba(184,255,61,.11); }
.contact-mini svg { width: 20px; fill: none; stroke: var(--lime-400); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.contact-mini p, .contact-mini small, .contact-mini a { margin: 0; display: block; }
.contact-mini small { color: #809aae; font-size: .7rem; }
.contact-mini a { color: #fff; font-size: 1.05rem; font-weight: 800; }
.lead-form { padding: clamp(25px, 4vw, 40px); border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius-md); background: #fff; color: var(--ink); box-shadow: 0 30px 90px rgba(0,0,0,.21); }
.lead-form label { display: block; margin-bottom: 17px; }
.lead-form label > span { display: block; margin-bottom: 7px; color: #354b61; font-size: .76rem; font-weight: 800; }
.lead-form label b { color: #ed5c4a; }
.form-row { display: grid; gap: 15px; }
.form-row.two { grid-template-columns: repeat(2, 1fr); }
.form-row label { min-width: 0; }
.lead-form input, .lead-form select, .lead-form textarea { width: 100%; border: 1px solid #d4e0e7; border-radius: 11px; outline: 0; background: #f9fbfc; color: var(--ink); font-size: .87rem; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.lead-form input, .lead-form select { height: 48px; padding: 0 13px; }
.lead-form textarea { min-height: 82px; padding: 12px 13px; resize: vertical; }
.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus { border-color: var(--blue-600); background: #fff; box-shadow: 0 0 0 4px rgba(5,120,255,.1); }
.lead-form [aria-invalid="true"] { border-color: #d94b3e; box-shadow: 0 0 0 4px rgba(217,75,62,.08); }
.form-error { display: none; margin: -3px 0 14px; padding: 9px 12px; border-radius: 9px; background: #fff0ef; color: #a82d23; font-size: .76rem; font-weight: 700; }
.form-error.visible { display: block; }
.button-form { width: 100%; min-height: 54px; border: 0; background: var(--blue-600); color: #fff; }
.button-form svg { width: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.button-form span { margin-left: auto; }
.privacy-note { margin: 12px 0 0; color: #8391a0; text-align: center; font-size: .67rem; }

.faq-section { background: #fff; }
.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(55px, 9vw, 130px); }
.faq-intro > p { margin-top: 20px; }
.button-outline { margin-top: 26px; border-color: #c7d8e1; color: var(--navy-900); background: #fff; }
.button-outline:hover { border-color: var(--blue-600); color: var(--blue-600); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list details:first-child { border-top: 1px solid var(--line); }
.faq-list summary { min-height: 75px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 19px 2px; color: var(--navy-900); font-weight: 780; list-style: none; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { position: relative; width: 27px; height: 27px; flex: 0 0 auto; border-radius: 50%; background: var(--mist); }
.faq-list summary span::before, .faq-list summary span::after { content: ""; position: absolute; top: 13px; left: 8px; width: 11px; height: 1.5px; background: var(--navy-800); transition: transform .2s ease; }
.faq-list summary span::after { transform: rotate(90deg); }
.faq-list details[open] summary span::after { transform: rotate(0); }
.faq-list details p { margin: -4px 45px 24px 2px; color: var(--muted); font-size: .88rem; line-height: 1.75; }

.closing-section { padding: 0 0 clamp(75px, 8vw, 110px); }
.closing-card { min-height: 300px; position: relative; overflow: hidden; display: flex; align-items: center; justify-content: space-between; gap: 45px; padding: clamp(38px, 6vw, 72px); border-radius: var(--radius-lg); color: #fff; background: linear-gradient(120deg, var(--navy-950), #0a345d); }
.closing-card::before { content: ""; position: absolute; width: 380px; height: 380px; right: -80px; top: -150px; border: 1px solid rgba(93,232,255,.15); border-radius: 50%; box-shadow: 0 0 0 55px rgba(93,232,255,.035), 0 0 0 110px rgba(93,232,255,.025); }
.closing-card h2 { position: relative; margin: 0; font-size: clamp(2.15rem, 4vw, 3.8rem); line-height: 1.04; letter-spacing: -.055em; }
.closing-actions { position: relative; display: flex; flex-direction: column; min-width: 220px; gap: 10px; }

.site-footer { padding: 70px 0 24px; background: var(--navy-950); color: #a7bdcb; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .6fr .85fr .85fr; gap: 45px; padding-bottom: 50px; }
.brand.inverse strong { color: #fff; }
.footer-brand > p { max-width: 330px; margin: 22px 0 0; font-size: .8rem; line-height: 1.7; }
.footer-grid h3 { margin: 4px 0 17px; color: #fff; font-size: .77rem; letter-spacing: .09em; text-transform: uppercase; }
.footer-grid > div:not(:first-child) > a, .footer-grid > div:not(:first-child) > p { display: block; margin: 0 0 9px; font-size: .78rem; }
.footer-grid a:hover { color: var(--cyan-400); }
.footer-whatsapp { margin-top: 15px !important; display: flex !important; justify-content: space-between; padding: 11px 12px; border: 1px solid rgba(184,255,61,.22); border-radius: 10px; color: var(--lime-400); font-weight: 800; }
.footer-bottom { display: grid; grid-template-columns: auto 1fr auto; gap: 35px; align-items: center; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: .66rem; }
.footer-bottom p { margin: 0; }
.disclaimer { color: #6f8797; text-align: center; }
.footer-bottom a { color: #bcd0dc; }
.mobile-actions { display: none; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.in-view { opacity: 1; transform: none; }

@media (max-width: 1000px) {
  .primary-nav { gap: 17px; }
  .primary-nav > a { font-size: .8rem; }
  .hero-inner { grid-template-columns: 1fr; gap: 35px; }
  .hero-card { display: none; }
  .coverage-panel { grid-template-columns: 1fr; }
  .compare-layout, .form-shell, .faq-layout { grid-template-columns: 1fr; }
  .compare-intro, .form-copy { position: static; }
  .process-grid { grid-template-columns: repeat(2, 1fr); row-gap: 45px; }
  .process-grid li:nth-child(2) .process-line { display: none; }
  .why-layout { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1.4fr repeat(3, 1fr); gap: 25px; }
}

@media (max-width: 780px) {
  :root { --shell: min(100% - 28px, 1180px); --radius-lg: 24px; }
  html { scroll-padding-top: 78px; }
  .top-strip-inner { justify-content: center; min-height: 34px; }
  .top-strip p { font-size: .69rem; }
  .top-strip a { display: none; }
  .nav-wrap { min-height: 70px; }
  .brand-mark { width: 39px; height: 39px; }
  .brand strong { font-size: 1.15rem; }
  .brand small { font-size: .56rem; }
  .menu-button { display: flex; }
  .menu-button[aria-expanded="true"] i:nth-of-type(1) { transform: translateY(7px) rotate(45deg); }
  .menu-button[aria-expanded="true"] i:nth-of-type(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] i:nth-of-type(3) { transform: translateY(-7px) rotate(-45deg); }
  .primary-nav { position: fixed; inset: 104px 0 auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 18px 20px 28px; border-top: 1px solid var(--line); background: #fff; box-shadow: 0 20px 40px rgba(3,16,32,.14); }
  .primary-nav.open { display: flex; }
  .primary-nav > a { padding: 13px 4px; border-bottom: 1px solid #e8eef2; font-size: .94rem; }
  .primary-nav .nav-cta { margin-top: 13px; padding: 14px; border: 0; text-align: center; }

  .hero { min-height: auto; }
  .hero-image { background-position: 64% center; opacity: .72; }
  .hero-shade { background: linear-gradient(90deg, rgba(3,16,32,.98) 0%, rgba(3,16,32,.91) 66%, rgba(3,16,32,.62) 100%), linear-gradient(0deg, rgba(3,16,32,.9), transparent 55%); }
  .hero-inner { min-height: 600px; padding-block: 63px 40px; }
  .hero h1 { max-width: 600px; font-size: clamp(3rem, 13vw, 4.8rem); }
  .hero-lead { max-width: 560px; margin-top: 23px; font-size: .97rem; }
  .hero-actions { margin-top: 25px; }
  .hero-trust { gap: 8px 13px; }
  .hero-foot { min-height: 72px; }
  .hero-foot p { display: block; }
  .hero-foot strong, .hero-foot span { display: block; }
  .hero-foot span { margin-top: 2px; }
  .signal-bars { display: none; }

  .coverage-section { padding-top: 58px; }
  .coverage-panel { gap: 34px; padding: 30px 22px; }
  .coverage-copy h2 { font-size: clamp(2.15rem, 9vw, 3.1rem); }
  .state-stack article, .state-stack article:nth-child(2) { margin-left: 0; }

  .section { padding-block: 78px; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; margin-bottom: 34px; }
  .section-heading h2, .compare-intro h2, .why-copy h2, .form-copy h2, .faq-intro h2 { font-size: clamp(2.15rem, 9vw, 3.1rem); }
  .section-heading > p { font-size: .9rem; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 360px; }
  .compare-layout { gap: 36px; }
  .compare-table-wrap { overflow-x: auto; }
  .compare-table-wrap table { min-width: 620px; }
  .why-section { padding-top: 0; }
  .why-layout { width: 100%; padding-inline: 24px; border-radius: 0; }
  .form-shell { gap: 35px; }
  .faq-layout { gap: 38px; }
  .closing-card { align-items: flex-start; flex-direction: column; }
  .closing-actions { width: 100%; }
  .footer-grid { grid-template-columns: 1.4fr 1fr; row-gap: 40px; }
  .footer-bottom { grid-template-columns: 1fr auto; }
  .disclaimer { grid-column: 1 / -1; grid-row: 2; text-align: left; }
  .site-footer { padding-bottom: 90px; }
  .mobile-actions { position: fixed; z-index: 60; bottom: 0; left: 0; right: 0; display: grid; grid-template-columns: .8fr 1.2fr; padding: 9px max(12px, env(safe-area-inset-left)) calc(9px + env(safe-area-inset-bottom)); border-top: 1px solid #dce5ea; background: rgba(255,255,255,.97); box-shadow: 0 -10px 35px rgba(3,16,32,.13); backdrop-filter: blur(12px); }
  .mobile-actions a { min-height: 46px; display: flex; align-items: center; justify-content: center; gap: 8px; border-radius: 11px; color: var(--navy-900); font-size: .78rem; font-weight: 820; }
  .mobile-actions a:last-child { background: var(--navy-900); color: #fff; }
  .mobile-actions svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
}

@media (max-width: 560px) {
  .hero h1 { font-size: clamp(2.75rem, 13vw, 3.9rem); }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .hero-trust li { width: 100%; }
  .service-card { min-height: 0; }
  .process-grid { grid-template-columns: 1fr; }
  .process-line { top: 54px; bottom: -34px; left: 21px; right: auto; width: 1px; height: auto; background: linear-gradient(#b6cedb, #e9f0f4); }
  .process-grid li:nth-child(2) .process-line { display: block; }
  .process-grid li:last-child .process-line { display: none; }
  .process-grid h3, .process-grid p { margin-left: 61px; }
  .process-grid h3 { margin-top: -42px; }
  .process-grid li { min-height: 115px; }
  .why-points article { grid-template-columns: 40px 1fr; padding-inline: 0; }
  .form-row.two { grid-template-columns: 1fr; gap: 0; }
  .lead-form { padding: 23px 17px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { grid-template-columns: 1fr; gap: 11px; }
  .disclaimer { grid-column: auto; grid-row: auto; }
}

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