:root {
    --ink: #0b1220;
    --ink-2: #111c31;
    --panel: #172033;
    --line: #dce4ef;
    --muted: #64748b;
    --soft: #f6f8fb;
    --white: #ffffff;
    --blue: #2563eb;
    --blue-2: #5b8cff;
    --aqua: #14b8a6;
    --gold: #f7b733;
    --green: #16a34a;
    --danger: #b42318;
    --shadow: 0 24px 80px rgba(11, 18, 32, .18);
    --radius: 18px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    font-family: 'Plus Jakarta Sans', Arial, sans-serif;
    color: var(--ink);
    background: var(--white);
    line-height: 1.6;
    overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.container { max-width: 1180px; margin: 0 auto; padding: 0 24px; }

.nav {
    position: fixed;
    inset: 0 0 auto;
    height: 76px;
    z-index: 30;
    background: rgba(255,255,255,.82);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(220,228,239,.7);
}
.nav-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.logo { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; }
.logo-icon {
    position: relative;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    padding: 7px;
    background:
        radial-gradient(circle at 28% 20%, rgba(255,255,255,.34), transparent 24%),
        linear-gradient(145deg, #1d4ed8 0%, #2563eb 48%, #14b8a6 100%);
    color: var(--white);
    box-shadow: 0 14px 34px rgba(37,99,235,.28);
    overflow: hidden;
}
.logo-icon::after {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.3);
    pointer-events: none;
}
.logo-icon.inverted {
    background:
        radial-gradient(circle at 28% 20%, rgba(37,99,235,.16), transparent 24%),
        linear-gradient(145deg, #ffffff 0%, #eef6ff 100%);
    color: var(--blue);
    box-shadow: 0 16px 38px rgba(0,0,0,.18);
}
.brand-mark {
    position: relative;
    z-index: 1;
    width: 34px;
    height: 34px;
}
.mark-dome {
    fill: rgba(255,255,255,.07);
    stroke: rgba(255,255,255,.28);
    stroke-width: 1.35;
}
.mark-dome-gap {
    stroke: rgba(255,255,255,.62);
    stroke-width: 1.45;
    stroke-linecap: round;
}
.mark-aegis {
    fill: rgba(255,255,255,.13);
    stroke: rgba(255,255,255,.86);
    stroke-width: 2.05;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.mark-embrace {
    stroke: rgba(255,255,255,.44);
    stroke-width: 1.65;
    stroke-linecap: round;
}
.mark-a {
    stroke: #ffffff;
    stroke-width: 2.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.mark-shelter {
    stroke: #a7f3d0;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.logo-icon.inverted .mark-dome {
    fill: rgba(37,99,235,.05);
    stroke: rgba(37,99,235,.2);
}
.logo-icon.inverted .mark-dome-gap {
    stroke: rgba(37,99,235,.58);
}
.logo-icon.inverted .mark-aegis {
    fill: rgba(37,99,235,.08);
    stroke: #2563eb;
}
.logo-icon.inverted .mark-embrace {
    stroke: rgba(20,184,166,.58);
}
.logo-icon.inverted .mark-a {
    stroke: #0b1220;
}
.logo-icon.inverted .mark-shelter {
    stroke: #0f766e;
}
.logo-text { font-size: 1.15rem; font-weight: 600; letter-spacing: 0; }
.logo-text strong { color: var(--blue); font-weight: 800; }
.logo-text.white { color: var(--white); }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-link { text-decoration: none; font-size: .94rem; font-weight: 700; color: var(--ink-2); }

.btn {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 0;
    border-radius: 999px;
    padding: 13px 24px;
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-sm { min-height: 42px; padding: 10px 18px; font-size: .9rem; }
.btn-lg { min-height: 56px; padding: 16px 28px; }
.btn-primary { background: var(--blue); color: var(--white); box-shadow: 0 14px 36px rgba(37,99,235,.32); }
.btn-primary:hover { background: #1d4ed8; }
.btn-outline { color: var(--white); border: 1px solid rgba(255,255,255,.28); background: rgba(255,255,255,.08); }
.hero-cta-group .btn-outline {
    background: #25d366;
    border-color: #25d366;
    color: var(--white);
    box-shadow: 0 14px 36px rgba(37,211,102,.26);
}
.hero-cta-group .btn-outline:hover { background: #20bd5a; }
.btn-gold { background: var(--gold); color: var(--ink); }
.btn-muted { background: #eef3f8; color: var(--ink); box-shadow: none; }
.btn-whatsapp { background: #25d366; color: var(--white); }
.btn-full { width: 100%; }

.hero {
    min-height: 92vh;
    padding: 148px 0 74px;
    background:
        linear-gradient(135deg, rgba(11,18,32,.88), rgba(11,18,32,.72)),
        radial-gradient(circle at 80% 20%, rgba(20,184,166,.35), transparent 28%),
        radial-gradient(circle at 10% 80%, rgba(247,183,51,.22), transparent 24%),
        #0b1220;
    color: var(--white);
}
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 66px; }
.eyebrow, .section-kicker, .mini-label {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--aqua);
    text-transform: uppercase;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .08em;
}
.eyebrow span {
    width: 9px; height: 9px; border-radius: 50%; background: var(--aqua);
    box-shadow: 0 0 0 7px rgba(20,184,166,.16);
}
h1 { max-width: 720px; margin: 18px 0 22px; font-size: 3.68rem; line-height: 1.08; letter-spacing: 0; text-wrap: balance; }
h2 { font-size: 2.55rem; line-height: 1.12; letter-spacing: 0; margin: 10px 0 16px; }
h3 { line-height: 1.18; letter-spacing: 0; }
.hero-sub { max-width: 690px; color: #d5deea; font-size: 1.12rem; }
.search-intents {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    width: min(520px, 100%);
    margin: 28px 0 34px;
}
.search-intents span {
    border: 1px solid rgba(255,255,255,.28);
    background: rgba(255,255,255,.14);
    color: #ffffff;
    border-radius: 999px;
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 16px;
    font-size: .88rem;
    font-weight: 700;
    text-align: center;
    box-shadow: 0 8px 24px rgba(0,0,0,.08);
}
.hero-cta-group {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    width: min(520px, 100%);
    margin-bottom: 34px;
}

.hero-cta-group .btn {
    flex: 1 1 calc(50% - 7px);
}
.trust-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    max-width: 760px;
}
.trust-row div {
    padding: 17px;
    border-radius: 16px;
    background: rgba(255,255,255,.13);
    border: 1px solid rgba(255,255,255,.2);
    backdrop-filter: blur(8px);
}
.trust-row strong { display: block; color: var(--white); font-size: .95rem; }
.trust-row span { display: block; margin-top: 4px; color: #eef6ff; font-size: .8rem; }

.hero-panel { position: relative; display: grid; align-self: stretch; align-content: stretch; gap: 14px; }
.image-shell {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    padding: 12px;
    background: linear-gradient(145deg, rgba(255,255,255,.18), rgba(255,255,255,.04));
    border: 1px solid rgba(255,255,255,.16);
    box-shadow: var(--shadow);
}
.hero-img { width: 100%; min-height: 452px; object-fit: cover; border-radius: 20px; }
.hero-steps {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}
.case-card {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    min-height: 112px;
    padding: 18px;
    border-radius: 18px;
    background: rgba(255,255,255,.96);
    color: var(--ink);
    border: 1px solid rgba(255,255,255,.72);
    box-shadow: 0 18px 45px rgba(0,0,0,.16);
}
.case-card strong { color: var(--ink); }
.case-card p { color: var(--muted); font-size: .86rem; margin-top: 3px; }
.case-dot {
    width: 28px;
    height: 28px;
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    margin-top: 0;
    border-radius: 50%;
    background: #ccfbf1;
    box-shadow: inset 0 0 0 10px #14b8a6;
}
.case-icon { width: 28px; height: 28px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; background: #dcfce7; color: var(--green); font-weight: 900; }

.intent-strip { padding: 30px 0; background: var(--soft); border-bottom: 1px solid var(--line); }
.intent-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 36px; align-items: center; }
.intent-grid strong { display: block; margin-top: 6px; font-size: 1.35rem; }
.intent-grid p { color: var(--muted); }

section { padding: 92px 0; }
.section-header { max-width: 760px; margin: 0 auto 48px; text-align: center; }
.section-header p { color: var(--muted); font-size: 1.06rem; }
.problem-section { background: linear-gradient(180deg, #ffffff 0%, #f7faff 100%); }
.problem-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: stretch;
    gap: 18px;
}
.p-card {
    min-height: 334px;
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(188, 204, 226, .72);
    border-radius: 24px;
    padding: 28px 24px;
    background:
        linear-gradient(180deg, rgba(255,255,255,.98), rgba(247,250,255,.95));
    box-shadow: 0 18px 50px rgba(15,23,42,.08);
    transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.p-card:hover { transform: translateY(-8px); border-color: rgba(37,99,235,.45); box-shadow: 0 28px 80px rgba(15,23,42,.14); }
.p-icon {
    width: 58px; height: 58px;
    display: grid; place-items: center;
    border-radius: 18px;
    background: linear-gradient(145deg, var(--blue), var(--blue-2));
    color: var(--white);
    font-weight: 900;
    margin-bottom: 26px;
    box-shadow: 0 14px 28px rgba(37,99,235,.24);
}
.p-card h3 { min-height: 58px; font-size: 1.18rem; margin-bottom: 12px; display: flex; align-items: flex-start; }
.p-card p { color: #52637a; font-size: .93rem; }

.method-section {
    background:
        radial-gradient(circle at 12% 18%, rgba(20,184,166,.22), transparent 30%),
        linear-gradient(135deg, #07101e, #101a2d);
    color: var(--white);
}
.method-section .section-kicker { color: #9df2e6; }
.method-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 64px; align-items: center; }
.method-copy h2 { color: var(--white); }
.method-copy p { color: #c2ccda; margin-bottom: 28px; font-size: 1.06rem; }
.timeline {
    display: grid;
    gap: 16px;
}
.timeline-item {
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 18px;
    padding: 22px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 18px;
    background: rgba(255,255,255,.08);
    backdrop-filter: blur(8px);
    box-shadow: 0 18px 55px rgba(0,0,0,.18);
}
.timeline-item span {
    width: 48px; height: 48px;
    display: grid; place-items: center;
    border-radius: 50%;
    background: var(--aqua);
    color: var(--ink);
    font-weight: 900;
}
.timeline-item h3 { color: var(--white); }
.timeline-item p { color: #bdc8d8; margin-top: 5px; }

.coverage-section { background: var(--soft); }
.coverage-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}
.coverage-grid div {
    padding: 22px;
    border-radius: 16px;
    background: var(--white);
    border: 1px solid var(--line);
    transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease, background .22s ease;
}
.coverage-grid strong { display: block; margin-bottom: 7px; }
.coverage-grid span { color: var(--muted); font-size: .92rem; }
.coverage-grid div:hover {
    transform: translateY(-6px);
    border-color: rgba(20,184,166,.46);
    background: linear-gradient(180deg, #ffffff 0%, #eefdfa 100%);
    box-shadow: 0 24px 70px rgba(15,23,42,.13);
}
.coverage-grid div:hover strong { color: #0f766e; }

.lead-section {
    background:
        linear-gradient(135deg, rgba(37,99,235,.92), rgba(20,184,166,.86)),
        var(--blue);
    color: var(--white);
}
.lead-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 56px; align-items: center; }
.section-kicker.light { color: #dffbf6; }
.lead-info p { color: #e7f2ff; font-size: 1.08rem; }
.lead-points { margin-top: 30px; display: grid; gap: 12px; }
.lead-points div {
    display: flex; gap: 12px; align-items: center;
    padding: 14px 16px;
    border-radius: 14px;
    background: rgba(255,255,255,.12);
}
.lead-points span { color: #bbf7d0; font-weight: 900; }
.lead-form-wrapper {
    color: var(--ink);
    background: var(--white);
    border-radius: 28px;
    padding: 30px;
    box-shadow: var(--shadow);
}
.form-head { display: flex; justify-content: space-between; align-items: start; gap: 16px; margin-bottom: 18px; }
.form-head h3 { font-size: 1.55rem; margin-top: 4px; }
.form-head strong { color: var(--blue); }
.progress { height: 9px; background: #e8eef6; border-radius: 999px; overflow: hidden; margin-bottom: 26px; }
.progress span { display: block; width: 33.33%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--blue), var(--aqua)); transition: width .25s ease; }
.lead-form fieldset { border: 0; min-width: 0; }
.lead-form legend { font-size: 1.15rem; font-weight: 900; margin-bottom: 18px; }
.form-step { display: none; }
.form-step.active { display: block; animation: stepIn .22s ease; }
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 18px; }
.choice-grid label { cursor: pointer; }
.choice-grid input { position: absolute; opacity: 0; pointer-events: none; }
.choice-grid span {
    min-height: 72px;
    display: flex;
    align-items: center;
    padding: 16px;
    border: 2px solid #e4ebf4;
    border-radius: 16px;
    font-weight: 800;
    transition: .2s ease;
}
.choice-grid input:checked + span {
    border-color: var(--blue);
    background: #eff6ff;
    box-shadow: inset 0 0 0 1px rgba(37,99,235,.1);
}
.f-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.f-group { margin-bottom: 16px; }
.f-group label, .consent { display: block; font-size: .88rem; font-weight: 800; margin-bottom: 8px; }
.f-group input, .f-group select, .f-group textarea {
    width: 100%;
    border: 2px solid #e4ebf4;
    border-radius: 14px;
    background: #fbfdff;
    padding: 14px 15px;
    color: var(--ink);
    outline: none;
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.f-group textarea { min-height: 132px; resize: vertical; }
.f-group input:focus, .f-group select:focus, .f-group textarea:focus {
    border-color: var(--blue);
    background: var(--white);
    box-shadow: 0 0 0 4px rgba(37,99,235,.12);
}
.consent {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: var(--muted);
    line-height: 1.35;
}
.consent input { margin-top: 3px; }
.form-actions { display: flex; justify-content: space-between; gap: 12px; margin-top: 22px; }
.form-actions .btn { flex: 1; }
#submitBtn { display: none; }
.form-footer { margin-top: 16px; text-align: center; color: var(--muted); font-size: .78rem; }
.field-error {
    border-color: var(--danger) !important;
    box-shadow: 0 0 0 4px rgba(180,35,24,.1) !important;
}

.faq-list { max-width: 860px; margin: 0 auto; display: grid; gap: 14px; }
.faq-item {
    border: 1px solid var(--line);
    border-radius: 16px;
    overflow: hidden;
    background: var(--white);
}
.faq-q {
    width: 100%;
    border: 0;
    background: transparent;
    cursor: pointer;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    color: var(--ink);
    font-weight: 900;
}
.faq-q span { color: var(--blue); font-size: 1.4rem; transition: transform .2s ease; }
.faq-a { max-height: 0; overflow: hidden; color: var(--muted); padding: 0 22px; transition: .25s ease; }
.faq-item.open .faq-a { max-height: 220px; padding-bottom: 22px; }
.faq-item.open .faq-q span { transform: rotate(45deg); }

.footer { background: #07101e; color: #a9b6c8; padding: 58px 0; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 36px; align-items: start; }
.footer p { max-width: 520px; margin-top: 16px; }
.footer h4 { color: var(--white); margin-bottom: 10px; }
.white-link { color: var(--white); font-size: 1.25rem; font-weight: 900; text-decoration: none; }
.footer small { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.08); padding-top: 20px; }

.whatsapp-float {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 28;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    padding: 15px;
    background: #25d366;
    color: var(--white);
    box-shadow: 0 18px 45px rgba(37,211,102,.34);
}
.modal-overlay {
    position: fixed;
    inset: 0;
    z-index: 50;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(7,16,30,.82);
    backdrop-filter: blur(12px);
    padding: 24px;
}
.modal-overlay.active { display: flex; }
.modal-content {
    max-width: 500px;
    width: 100%;
    border-radius: 28px;
    padding: 38px;
    text-align: center;
    background: var(--white);
    box-shadow: var(--shadow);
}
.modal-success-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 18px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #dcfce7;
    color: var(--green);
    font-size: 2.1rem;
    font-weight: 900;
}
.modal-content p { color: var(--muted); margin-top: 10px; }
.modal-btns { display: grid; gap: 12px; margin-top: 26px; }
.btn-text { border: 0; background: transparent; color: var(--muted); cursor: pointer; font-weight: 800; }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .65s ease, transform .65s ease; }
.reveal.revealed { opacity: 1; transform: translateY(0); }
@keyframes stepIn { from { opacity: 0; transform: translateX(10px); } to { opacity: 1; transform: translateX(0); } }

@media (max-width: 1020px) {
    h1 { font-size: 3rem; }
    h2 { font-size: 2.15rem; }
    .hero-grid, .method-grid, .lead-grid, .intent-grid { grid-template-columns: 1fr; }
    .hero-panel { min-height: auto; max-width: 640px; margin: 0 auto; }
    .problem-grid, .coverage-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 720px) {
    .container { padding: 0 18px; }
    .nav-links { display: none; }
    .hero { padding-top: 118px; }
    h1 { font-size: 2.42rem; }
    h2 { font-size: 1.85rem; }
    section { padding: 70px 0; }
    .trust-row, .problem-grid, .coverage-grid, .choice-grid, .f-row, .footer-grid { grid-template-columns: 1fr; }
    .hero-cta-group .btn { width: 100%; }
    .search-intents { grid-template-columns: 1fr; width: 100%; }
    .hero-img { min-height: 360px; }
    .hero-steps { grid-template-columns: 1fr; }
    .lead-form-wrapper { padding: 22px; border-radius: 22px; }
    .form-actions { flex-direction: column; }
}

/* Critical refinements for the conversion sections. Kept last to protect against stale or broad styles. */
.method-section {
    background:
        radial-gradient(circle at 18% 18%, rgba(20,184,166,.18), transparent 28%),
        linear-gradient(135deg, #07101e 0%, #111c31 100%) !important;
    color: #ffffff !important;
}
.method-section .method-grid {
    display: grid !important;
    grid-template-columns: minmax(280px, .75fr) minmax(640px, 1.25fr) !important;
    align-items: center !important;
    gap: 48px !important;
}
.method-section .method-copy h2,
.method-section .timeline-item h3 {
    color: #ffffff !important;
}
.method-section .method-copy p,
.method-section .timeline-item p {
    color: #cbd7e8 !important;
}
.method-section .timeline {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 16px !important;
}
.method-section .timeline-item {
    min-height: 238px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 18px !important;
    padding: 24px !important;
    border: 1px solid rgba(255,255,255,.14) !important;
    border-radius: 22px !important;
    background: rgba(255,255,255,.08) !important;
    box-shadow: 0 22px 60px rgba(0,0,0,.2) !important;
}
.method-section .timeline-item span {
    width: 54px !important;
    height: 54px !important;
    display: grid !important;
    place-items: center !important;
    border-radius: 18px !important;
    background: linear-gradient(145deg, #14b8a6, #7dd3fc) !important;
    color: #07101e !important;
    font-size: 1.35rem !important;
    font-weight: 900 !important;
    box-shadow: 0 14px 30px rgba(20,184,166,.28) !important;
}

.coverage-section .coverage-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 16px !important;
}
.coverage-section .coverage-grid div {
    min-height: 128px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    padding: 24px !important;
    border-radius: 20px !important;
    background: #ffffff !important;
    border: 1px solid #dce4ef !important;
    box-shadow: 0 16px 42px rgba(15,23,42,.07) !important;
    transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease, background .22s ease !important;
}
.coverage-section .coverage-grid div:hover {
    transform: translateY(-6px) !important;
    border-color: rgba(20,184,166,.46) !important;
    background: linear-gradient(180deg, #ffffff 0%, #eefdfa 100%) !important;
    box-shadow: 0 24px 70px rgba(15,23,42,.13) !important;
}
.coverage-section .coverage-grid strong {
    display: block !important;
    color: #0b1220 !important;
    font-size: 1.02rem !important;
}
.coverage-section .coverage-grid div:hover strong {
    color: #0f766e !important;
}
.coverage-section .coverage-grid span {
    display: block !important;
    color: #52637a !important;
    font-size: .94rem !important;
}

.lead-form > .form-step:not(.active) {
    display: none !important;
}
.lead-form > .form-step.active {
    display: block !important;
}
.lead-form fieldset {
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}
.lead-form legend {
    display: block !important;
    width: 100% !important;
}
.choice-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.choice-grid input {
    position: absolute !important;
    opacity: 0 !important;
    pointer-events: none !important;
}
.choice-grid label span {
    display: flex !important;
    align-items: center !important;
    min-height: 72px !important;
}

.faq .faq-list {
    display: grid !important;
    gap: 14px !important;
}
.faq .faq-item {
    border: 1px solid #dce4ef !important;
    border-radius: 18px !important;
    overflow: hidden !important;
    background: #ffffff !important;
    box-shadow: 0 16px 42px rgba(15,23,42,.06) !important;
}
.faq .faq-q {
    width: 100% !important;
    min-height: 72px !important;
    border: 0 !important;
    background: #ffffff !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 18px !important;
    padding: 22px 24px !important;
    cursor: pointer !important;
    color: #0b1220 !important;
    font-weight: 900 !important;
    text-align: left !important;
}
.faq .faq-q span {
    width: 34px !important;
    height: 34px !important;
    display: grid !important;
    place-items: center !important;
    flex: 0 0 auto !important;
    border-radius: 50% !important;
    background: #eff6ff !important;
    color: #2563eb !important;
    font-size: 1.25rem !important;
}
.faq .faq-a {
    max-height: 0 !important;
    overflow: hidden !important;
    padding: 0 24px !important;
    color: #52637a !important;
    transition: max-height .25s ease, padding .25s ease !important;
}
.faq .faq-item.open .faq-a {
    max-height: 260px !important;
    padding: 0 24px 22px !important;
}

@media (max-width: 1020px) {
    .method-section .method-grid,
    .method-section .timeline,
    .coverage-section .coverage-grid {
        grid-template-columns: 1fr !important;
    }
    .method-section .timeline-item {
        min-height: 0 !important;
    }
}

@media (max-width: 720px) {
    .choice-grid {
        grid-template-columns: 1fr !important;
    }
}

/* Device polish: desktop, tablet and mobile layouts for reuse across future landing pages. */
@media (min-width: 1181px) {
    .hero {
        min-height: auto;
        padding: 126px 0 70px;
    }
    .hero-grid {
        grid-template-columns: minmax(0, 1.02fr) minmax(430px, .98fr);
        align-items: stretch;
    }
    .hero-content {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-self: stretch;
    }
    .hero-panel {
        align-self: stretch;
        max-width: 520px;
        justify-self: end;
        padding-top: 0;
        grid-template-rows: 1fr auto;
    }
    .image-shell {
        min-height: 0;
    }
    .hero-img {
        height: 100%;
        min-height: 0;
        aspect-ratio: auto;
        max-height: none;
        object-position: center 42%;
    }
    .hero-steps {
        align-self: end;
    }
    .case-card {
        min-height: 96px;
        padding: 16px;
    }
}

@media (min-width: 721px) and (max-width: 1180px) {
    .container {
        max-width: 920px;
        padding: 0 28px;
    }
    .nav-inner {
        gap: 22px;
    }
    .nav-links {
        gap: 18px;
    }
    .hero {
        padding: 126px 0 72px;
    }
    .hero-grid {
        grid-template-columns: 1fr !important;
        gap: 42px;
    }
    h1 {
        max-width: 820px;
        font-size: 3.2rem;
    }
    .hero-sub {
        max-width: 760px;
    }
    .search-intents {
        width: min(620px, 100%);
    }
    .trust-row {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .hero-panel {
        max-width: 720px;
        width: 100%;
        justify-self: center;
    }
    .hero-img {
        min-height: 0;
        aspect-ratio: 16 / 11;
        object-position: center;
    }
    .hero-steps {
        grid-template-columns: 1fr 1fr;
    }
    .problem-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
    .method-section .method-grid {
        grid-template-columns: 1fr !important;
        gap: 34px !important;
    }
    .method-section .timeline {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
    .method-section .timeline-item {
        min-height: 250px !important;
    }
    .coverage-section .coverage-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
    .lead-grid {
        grid-template-columns: 1fr !important;
        max-width: 760px;
        margin: 0 auto;
    }
}

@media (max-width: 720px) {
    body {
        font-size: 16px;
    }
    .nav {
        height: 68px;
    }
    .logo-icon {
        width: 42px;
        height: 42px;
    }
    .brand-mark {
        width: 30px;
        height: 30px;
    }
    .logo-text {
        font-size: 1.02rem;
    }
    .hero {
        min-height: auto;
        padding: 104px 0 58px;
    }
    h1 {
        font-size: 2.34rem;
        line-height: 1.09;
    }
    .hero-sub {
        font-size: 1rem;
    }
    .hero-panel {
        width: 100%;
    }
    .image-shell {
        border-radius: 22px;
        padding: 8px;
    }
    .hero-img {
        min-height: 0;
        aspect-ratio: 4 / 3;
        border-radius: 16px;
        object-position: center;
    }
    .case-card {
        min-height: 0;
    }
    .p-card {
        min-height: 0;
    }
    .method-section .timeline {
        grid-template-columns: 1fr !important;
    }
    .coverage-section .coverage-grid {
        grid-template-columns: 1fr !important;
    }
    .lead-grid {
        gap: 32px;
    }
    .faq .faq-q {
        min-height: 64px !important;
        padding: 18px !important;
    }
}

/* Page-specific polish for the IRRF page. */
.hero,
.hero-grid,
.hero-content,
.hero-panel {
    min-width: 0;
}

.hero h1,
.hero-sub,
.eyebrow,
.search-intents,
.trust-row {
    max-width: 100%;
}

.hero h1 {
    color: #ffffff;
}

.eyebrow {
    flex-wrap: wrap;
}

.hero .reveal {
    transition-duration: .35s;
}

@media (min-width: 1181px) {
    .hero-panel {
        grid-template-rows: 1fr;
    }
}

@media (max-width: 720px) {
    .hero-content,
    .hero-panel {
        width: calc(100vw - 96px);
        max-width: calc(100vw - 96px);
        overflow: hidden;
    }

    .hero-content > *,
    .hero h1,
    .hero-sub,
    .search-intents,
    .hero-cta-group,
    .trust-row {
        width: min(100%, calc(100vw - 112px));
        max-width: calc(100vw - 112px);
    }

    .hero h1 {
        width: auto;
        overflow-wrap: anywhere;
        font-size: 2.18rem;
    }

    .hero-sub,
    .eyebrow,
    .search-intents span,
    .trust-row div {
        overflow-wrap: anywhere;
    }

    .eyebrow {
        display: block;
        line-height: 1.4;
    }

    .eyebrow span {
        display: inline-block;
        vertical-align: middle;
        margin-right: 9px;
    }

    .hero-cta-group {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }

    .search-intents {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 14px;
    }

    .search-intents span {
        min-height: 56px;
        padding-left: 10px;
        padding-right: 10px;
        font-size: .8rem;
        line-height: 1.25;
    }

    .hero-cta-group .btn {
        width: 100%;
        min-width: 0;
        padding-left: 12px;
        padding-right: 12px;
        font-size: .9rem;
        text-align: center;
        white-space: normal;
    }
}
