#eaw-landing {
    --eaw-bg: #07111f;
    --eaw-panel: #0d1a2b;
    --eaw-card: #102138;
    --eaw-text: #f7f9fc;
    --eaw-muted: #a8b4c5;
    --eaw-accent: #25d07f;
    --eaw-accent-2: #35a7ff;
    --eaw-border: rgba(255, 255, 255, 0.11);
    --eaw-light-bg: #f5f7fa;
    --eaw-dark-text: #152238;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--eaw-dark-text);
    background: #fff;
    line-height: 1.55;
}

#eaw-landing * {
    box-sizing: border-box;
}

#eaw-landing h1,
#eaw-landing h2,
#eaw-landing h3,
#eaw-landing p {
    margin-top: 0;
}

#eaw-landing a {
    text-decoration: none;
}

.eaw-shell {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.eaw-hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 85% 15%, rgba(53, 167, 255, .18), transparent 28%),
        radial-gradient(circle at 10% 0%, rgba(37, 208, 127, .13), transparent 32%),
        var(--eaw-bg);
    color: var(--eaw-text);
    padding: 92px 0 74px;
}

.eaw-hero::after {
    content: "";
    position: absolute;
    inset: auto -10% -180px;
    height: 280px;
    background: rgba(255,255,255,.025);
    transform: rotate(-4deg);
}

.eaw-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(330px, .85fr);
    gap: 72px;
    align-items: center;
}

.eaw-badge,
.eaw-eyebrow,
.eaw-price-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .12em;
}

.eaw-badge {
    padding: 8px 12px;
    color: #dff9ec;
    border: 1px solid rgba(37,208,127,.35);
    border-radius: 999px;
    background: rgba(37,208,127,.09);
    margin-bottom: 24px;
}

.eaw-hero h1 {
    max-width: 760px;
    margin-bottom: 24px;
    font-size: clamp(42px, 6vw, 72px);
    line-height: 1.02;
    letter-spacing: -.045em;
}

.eaw-lead {
    max-width: 690px;
    color: var(--eaw-muted);
    font-size: clamp(18px, 2vw, 21px);
}

.eaw-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.eaw-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 52px;
    padding: 0 22px;
    border-radius: 12px;
    font-weight: 800;
    transition: transform .18s ease, opacity .18s ease, background .18s ease;
}

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

.eaw-btn-primary {
    color: #04120b;
    background: var(--eaw-accent);
}

.eaw-btn-secondary {
    color: var(--eaw-text);
    border: 1px solid var(--eaw-border);
    background: rgba(255,255,255,.04);
}

.eaw-btn-full {
    width: 100%;
}

.eaw-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 22px;
    margin-top: 28px;
    color: #c3cedd;
    font-size: 14px;
}

.eaw-trust-row span::before,
.eaw-mini-points span::before {
    content: "✓";
    color: var(--eaw-accent);
    font-weight: 900;
    margin-right: 8px;
}

.eaw-hero-card {
    position: relative;
}

.eaw-window {
    border: 1px solid var(--eaw-border);
    border-radius: 22px;
    background: rgba(11, 25, 42, .88);
    box-shadow: 0 28px 80px rgba(0,0,0,.34);
    backdrop-filter: blur(14px);
    overflow: hidden;
}

.eaw-window-top {
    display: flex;
    gap: 7px;
    padding: 16px 18px;
    border-bottom: 1px solid var(--eaw-border);
}

.eaw-window-top span {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: rgba(255,255,255,.25);
}

.eaw-window-body {
    padding: 24px;
}

.eaw-status {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    margin-bottom: 20px;
    border-radius: 8px;
    background: rgba(37,208,127,.08);
    color: #c9f5df;
    font-size: 13px;
    font-weight: 700;
}

.eaw-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--eaw-accent);
    box-shadow: 0 0 0 5px rgba(37,208,127,.10);
}

.eaw-data-row {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding: 14px 0;
    border-bottom: 1px solid var(--eaw-border);
}

.eaw-data-row span {
    color: var(--eaw-muted);
}

.eaw-data-row strong {
    text-align: right;
}

.eaw-log {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 12px;
    margin-top: 16px;
    color: #d8e0ea;
    font-size: 13px;
}

.eaw-log span {
    color: var(--eaw-accent-2);
    font-weight: 800;
}

.eaw-log p {
    margin-bottom: 0;
}

.eaw-strip {
    background: #fff;
    border-bottom: 1px solid #e6ebf1;
}

.eaw-strip-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.eaw-strip-grid > div {
    padding: 26px 28px;
    border-right: 1px solid #e6ebf1;
}

.eaw-strip-grid > div:first-child {
    padding-left: 0;
}

.eaw-strip-grid > div:last-child {
    border-right: 0;
}

.eaw-strip-grid strong,
.eaw-strip-grid span {
    display: block;
}

.eaw-strip-grid span {
    margin-top: 3px;
    color: #69768a;
    font-size: 14px;
}

.eaw-section {
    padding: 92px 0;
}

.eaw-section-heading {
    max-width: 760px;
    margin-bottom: 44px;
}

.eaw-eyebrow {
    color: #087d4b;
    margin-bottom: 14px;
}

.eaw-section h2 {
    margin-bottom: 16px;
    font-size: clamp(32px, 4.2vw, 50px);
    line-height: 1.08;
    letter-spacing: -.035em;
}

.eaw-section-heading p,
.eaw-two-columns > div > p {
    color: #657286;
    font-size: 18px;
}

.eaw-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.eaw-steps article,
.eaw-card,
.eaw-price-card {
    border: 1px solid #e2e8ef;
    border-radius: 18px;
    background: #fff;
}

.eaw-steps article {
    padding: 28px;
}

.eaw-step-number {
    display: inline-block;
    margin-bottom: 34px;
    color: #0a8a54;
    font-size: 13px;
    font-weight: 900;
}

.eaw-steps h3,
.eaw-card h3,
.eaw-benefit-list h3,
.eaw-price-card h3 {
    margin-bottom: 10px;
    font-size: 20px;
}

.eaw-steps p,
.eaw-card p,
.eaw-benefit-list p,
.eaw-price-card p {
    margin-bottom: 0;
    color: #657286;
}

.eaw-section-dark {
    background: var(--eaw-bg);
    color: var(--eaw-text);
}

.eaw-section-dark .eaw-eyebrow {
    color: var(--eaw-accent);
}

.eaw-section-dark .eaw-two-columns > div > p,
.eaw-section-dark .eaw-benefit-list p {
    color: var(--eaw-muted);
}

.eaw-two-columns {
    display: grid;
    grid-template-columns: .95fr 1.05fr;
    gap: 72px;
    align-items: start;
}

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

.eaw-benefit-list article {
    padding: 22px 24px;
    border: 1px solid var(--eaw-border);
    border-radius: 16px;
    background: rgba(255,255,255,.035);
}

.eaw-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.eaw-card {
    padding: 28px;
    min-height: 190px;
}

.eaw-pricing-section {
    background: var(--eaw-light-bg);
}

.eaw-pricing-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    max-width: 900px;
}

.eaw-price-card {
    padding: 34px;
}

.eaw-price-featured {
    border-color: rgba(37,208,127,.65);
    box-shadow: 0 18px 45px rgba(25, 61, 44, .10);
}

.eaw-price-label {
    color: #087d4b;
    margin-bottom: 18px;
}

.eaw-price {
    margin: 22px 0 12px;
    font-size: 34px;
    font-weight: 900;
    letter-spacing: -.03em;
}

.eaw-price-card ul {
    list-style: none;
    padding: 0;
    margin: 26px 0;
}

.eaw-price-card li {
    padding: 8px 0;
    color: #4f5d70;
}

.eaw-price-card li::before {
    content: "✓";
    margin-right: 10px;
    color: #0a8a54;
    font-weight: 900;
}

.eaw-faq-layout {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 72px;
}

.eaw-faq details {
    border-bottom: 1px solid #dfe5ec;
    padding: 0;
}

.eaw-faq summary {
    cursor: pointer;
    list-style: none;
    padding: 22px 0;
    font-size: 18px;
    font-weight: 800;
}

.eaw-faq summary::-webkit-details-marker {
    display: none;
}

.eaw-faq summary::after {
    content: "+";
    float: right;
    font-size: 24px;
    line-height: 1;
}

.eaw-faq details[open] summary::after {
    content: "–";
}

.eaw-faq details p {
    padding: 0 32px 22px 0;
    color: #657286;
}

.eaw-form-section {
    background:
        radial-gradient(circle at 90% 0%, rgba(53,167,255,.16), transparent 30%),
        var(--eaw-bg);
    color: var(--eaw-text);
}

.eaw-form-section .eaw-eyebrow {
    color: var(--eaw-accent);
}

.eaw-form-section p {
    color: var(--eaw-muted);
}

.eaw-form-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 72px;
    align-items: center;
}

.eaw-mini-points {
    display: grid;
    gap: 10px;
    margin-top: 26px;
    color: #d8e1eb;
}

.eaw-form-card {
    padding: 32px;
    border: 1px solid var(--eaw-border);
    border-radius: 20px;
    background: rgba(255,255,255,.055);
}

.eaw-form {
    display: grid;
    gap: 18px;
}

.eaw-form > label:not(.eaw-check) {
    display: grid;
    gap: 8px;
    font-size: 14px;
    font-weight: 800;
}

.eaw-form input[type="text"],
.eaw-form input[type="email"] {
    width: 100%;
    min-height: 52px;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 11px;
    padding: 0 14px;
    background: rgba(4,13,24,.72);
    color: #fff;
    outline: none;
}

.eaw-form input:focus {
    border-color: var(--eaw-accent);
    box-shadow: 0 0 0 3px rgba(37,208,127,.10);
}

.eaw-check {
    display: grid;
    grid-template-columns: 18px 1fr;
    gap: 10px;
    align-items: start;
    color: #c7d1df;
    font-size: 13px;
}

.eaw-check input {
    margin-top: 3px;
}

.eaw-check a {
    color: #fff;
    text-decoration: underline;
}

.eaw-optional {
    color: #8f9bab;
    font-weight: 500;
}

.eaw-form-note {
    margin: -6px 0 0;
    text-align: center;
    font-size: 12px;
}

.eaw-alert {
    margin-bottom: 18px;
    padding: 13px 15px;
    border-radius: 10px;
    background: rgba(255,255,255,.08);
    color: #fff;
    font-size: 14px;
}

.eaw-alert-success {
    background: rgba(37,208,127,.13);
    color: #dff8eb;
}

.eaw-alert-error {
    background: rgba(255,83,83,.13);
    color: #ffd6d6;
}

.eaw-honeypot {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.eaw-footer {
    padding: 26px 0;
    background: #040b14;
    color: #91a0b2;
    font-size: 12px;
}

.eaw-footer .eaw-shell {
    display: flex;
    justify-content: space-between;
    gap: 26px;
    align-items: center;
}

.eaw-footer p {
    max-width: 880px;
    margin-bottom: 0;
}

.eaw-footer a {
    color: #dce5ee;
    white-space: nowrap;
}

@media (max-width: 980px) {
    .eaw-hero-grid,
    .eaw-two-columns,
    .eaw-faq-layout,
    .eaw-form-grid {
        grid-template-columns: 1fr;
        gap: 44px;
    }

    .eaw-steps {
        grid-template-columns: repeat(2, 1fr);
    }

    .eaw-cards {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 700px) {
    .eaw-shell {
        width: min(100% - 28px, 1180px);
    }

    .eaw-hero {
        padding: 64px 0 48px;
    }

    .eaw-section {
        padding: 66px 0;
    }

    .eaw-strip-grid,
    .eaw-steps,
    .eaw-cards,
    .eaw-pricing-grid {
        grid-template-columns: 1fr;
    }

    .eaw-strip-grid > div {
        padding: 18px 0;
        border-right: 0;
        border-bottom: 1px solid #e6ebf1;
    }

    .eaw-strip-grid > div:last-child {
        border-bottom: 0;
    }

    .eaw-actions {
        display: grid;
    }

    .eaw-btn {
        width: 100%;
    }

    .eaw-window-body,
    .eaw-form-card,
    .eaw-price-card,
    .eaw-card,
    .eaw-steps article {
        padding: 22px;
    }

    .eaw-footer .eaw-shell {
        display: grid;
    }
}
