.wcp-page {
    overflow: hidden;
    background: #f7f8fb;
    color: #132239;
}

.wcp-hero {
    position: relative;
    padding: 10rem 0 5.5rem;
    overflow: hidden;
    background:
        radial-gradient(circle at 82% 10%, rgba(90, 166, 232, .24), transparent 28rem),
        radial-gradient(circle at 18% 80%, rgba(197, 238, 83, .08), transparent 24rem),
        #07111f;
    color: #fff;
}

.wcp-grid {
    position: absolute;
    inset: 0;
    opacity: .1;
    background-image:
        linear-gradient(rgba(255, 255, 255, .3) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .3) 1px, transparent 1px);
    background-size: 70px 70px;
    mask-image: linear-gradient(to bottom, #000, transparent);
}

.wcp-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: .6rem;
    margin-bottom: 1.4rem;
    color: #c5ee53;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.wcp-hero h1 {
    max-width: 930px;
    margin-bottom: 1.6rem;
    color: #fff;
    font-size: clamp(3.4rem, 6.3vw, 7rem);
    font-weight: 750;
    letter-spacing: -.07em;
    line-height: .92;
}

.wcp-hero h1 em {
    color: #92cbff;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
}

.wcp-hero p {
    max-width: 720px;
    margin: 0;
    color: rgba(255, 255, 255, .66);
    font-size: 1.1rem;
    line-height: 1.75;
}

.wcp-market-note {
    padding: 1.6rem;
    border: 1px solid rgba(255, 255, 255, .16);
    background: rgba(255, 255, 255, .06);
    backdrop-filter: blur(18px);
}

.wcp-market-note span,
.wcp-market-note small {
    display: block;
    color: rgba(255, 255, 255, .5);
    font-size: .7rem;
    line-height: 1.55;
}

.wcp-market-note span {
    margin-bottom: .7rem;
    color: #c5ee53;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.wcp-market-note strong {
    display: block;
    margin-bottom: .8rem;
    color: #fff;
    font-size: 1.3rem;
    line-height: 1.25;
}

.wcp-planner-section {
    padding: 5rem 0 7rem;
}

.wcp-form,
.wcp-output {
    border: 1px solid rgba(19, 34, 57, .1);
    background: #fff;
    box-shadow: 0 24px 70px rgba(18, 36, 58, .08);
}

.wcp-form {
    padding: clamp(1.4rem, 3vw, 2.3rem);
}

.wcp-form-head {
    display: flex;
    gap: 1rem;
    align-items: start;
    margin-bottom: 2rem;
}

.wcp-form-head > span {
    display: grid;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    place-items: center;
    border-radius: 50%;
    background: #07111f;
    color: #92cbff;
    font-size: .7rem;
    font-weight: 800;
}

.wcp-form h2 {
    margin: 0 0 .25rem;
    color: #07111f;
    font-size: 1.45rem;
}

.wcp-form-head p {
    margin: 0;
    color: #718096;
    font-size: .83rem;
}

.wcp-form .form-label,
.wcp-options legend {
    color: #34435a;
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .02em;
}

.wcp-form .form-control,
.wcp-form .form-select {
    min-height: 48px;
    border-color: #dce2ea;
    border-radius: 4px;
    color: #132239;
}

.wcp-form .form-control:focus,
.wcp-form .form-select:focus {
    border-color: #5aa6e8;
    box-shadow: 0 0 0 3px rgba(90, 166, 232, .14);
}

.wcp-options {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: .55rem;
    margin: 1.7rem 0;
    padding: 0;
    border: 0;
}

.wcp-options legend {
    grid-column: 1 / -1;
    margin-bottom: .35rem;
}

.wcp-options label {
    position: relative;
    cursor: pointer;
}

.wcp-options input {
    position: absolute;
    opacity: 0;
}

.wcp-options span {
    display: grid;
    min-height: 72px;
    place-items: center;
    padding: .65rem .35rem;
    border: 1px solid #dce2ea;
    color: #65758a;
    font-size: .7rem;
    font-weight: 700;
    text-align: center;
    transition: border-color .2s ease, background .2s ease, color .2s ease, transform .2s ease;
}

.wcp-options i {
    display: block;
    margin-bottom: .35rem;
    font-size: 1rem;
}

.wcp-options input:checked + span {
    border-color: #5aa6e8;
    background: rgba(90, 166, 232, .08);
    color: #0b65a3;
    transform: translateY(-2px);
}

.wcp-options input:focus-visible + span {
    outline: 3px solid rgba(90, 166, 232, .25);
}

.wcp-check-row {
    display: grid;
    gap: .6rem;
    margin-bottom: 1.5rem;
    color: #526277;
    font-size: .8rem;
}

.wcp-check-row label {
    display: flex;
    gap: .6rem;
    align-items: center;
}

.wcp-submit,
.wcp-discuss {
    display: flex;
    width: 100%;
    min-height: 54px;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.2rem;
    border: 0;
    background: #07111f;
    color: #fff;
    font-size: .83rem;
    font-weight: 800;
    text-decoration: none;
}

.wcp-submit:hover,
.wcp-discuss:hover {
    background: #0b65a3;
    color: #fff;
}

.wcp-submit[disabled] {
    cursor: wait;
    opacity: .65;
}

.wcp-form-error {
    min-height: 1.2rem;
    margin: .7rem 0 0;
    color: #b42318;
    font-size: .76rem;
}

.wcp-output {
    position: sticky;
    top: 96px;
    min-height: 720px;
}

.wcp-output-tabs {
    display: flex;
    border-bottom: 1px solid #e5e9ef;
}

.wcp-output-tabs button {
    flex: 1;
    padding: 1.1rem;
    border: 0;
    border-bottom: 2px solid transparent;
    background: #f8fafc;
    color: #748298;
    font-size: .78rem;
    font-weight: 800;
}

.wcp-output-tabs button.active {
    border-bottom-color: #0b65a3;
    background: #fff;
    color: #0b65a3;
}

.wcp-output-pane {
    display: none;
    padding: clamp(1.5rem, 3vw, 2.5rem);
}

.wcp-output-pane.active {
    display: block;
}

.wcp-empty {
    display: grid;
    min-height: 570px;
    place-items: center;
    align-content: center;
    text-align: center;
}

.wcp-agent-orb {
    display: grid;
    width: 76px;
    height: 76px;
    margin-bottom: 1.4rem;
    place-items: center;
    border-radius: 50%;
    background: linear-gradient(135deg, #5aa6e8, #0b65a3);
    box-shadow: 0 0 0 12px rgba(90, 166, 232, .1), 0 20px 45px rgba(11, 101, 163, .25);
    color: #fff;
    font-size: 1.4rem;
    animation: wcpPulse 2.4s ease-in-out infinite;
}

@keyframes wcpPulse {
    50% { box-shadow: 0 0 0 20px rgba(90, 166, 232, .04), 0 24px 55px rgba(11, 101, 163, .3); }
}

.wcp-empty h2 {
    margin-bottom: .7rem;
    color: #07111f;
    font-size: 1.8rem;
}

.wcp-empty p {
    max-width: 420px;
    color: #718096;
}

.wcp-agent-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5rem;
    color: #718096;
    font-size: .72rem;
    font-weight: 700;
}

.wcp-agent-line span {
    color: #168354;
    text-transform: uppercase;
}

.wcp-agent-line i {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: .4rem;
    border-radius: 50%;
    background: #2ec27e;
    box-shadow: 0 0 9px #2ec27e;
}

.wcp-package {
    color: #0b65a3;
    font-size: .7rem;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.wcp-result > h2 {
    margin: .6rem 0 1.5rem;
    color: #07111f;
    font-size: clamp(1.55rem, 2.4vw, 2.2rem);
    letter-spacing: -.035em;
    line-height: 1.15;
}

.wcp-price-grid {
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    margin-bottom: 2rem;
    border: 1px solid #dfe5ec;
}

.wcp-price-grid > div {
    padding: 1.3rem;
}

.wcp-price-grid > div + div {
    border-left: 1px solid #dfe5ec;
}

.wcp-price-grid span,
.wcp-price-grid small {
    display: block;
    color: #718096;
    font-size: .66rem;
}

.wcp-price-grid strong {
    display: block;
    margin: .45rem 0;
    color: #07111f;
    font-size: clamp(1.25rem, 2.2vw, 1.85rem);
    letter-spacing: -.04em;
}

.wcp-price-primary {
    background: #07111f;
}

.wcp-price-primary span,
.wcp-price-primary small {
    color: rgba(255, 255, 255, .55);
}

.wcp-price-primary strong {
    color: #c5ee53;
}

.wcp-result h3 {
    margin-bottom: .8rem;
    color: #07111f;
    font-size: .82rem;
    text-transform: uppercase;
}

.wcp-included,
.wcp-assumptions {
    display: grid;
    gap: .55rem;
    margin: 0 0 1.5rem;
    padding: 0;
    list-style: none;
    color: #526277;
    font-size: .76rem;
}

.wcp-included li::before {
    margin-right: .5rem;
    color: #168354;
    content: "✓";
    font-weight: 900;
}

.wcp-assumptions li::before {
    margin-right: .5rem;
    color: #cc8b00;
    content: "•";
}

.wcp-discuss {
    margin-top: .5rem;
    background: #0b65a3;
}

.wcp-preview-tools {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.4rem;
}

.wcp-preview-tools strong,
.wcp-preview-tools small {
    display: block;
}

.wcp-preview-tools strong {
    color: #07111f;
}

.wcp-preview-tools small {
    color: #718096;
    font-size: .7rem;
}

.wcp-device-switch {
    display: flex;
    padding: .2rem;
    background: #edf1f5;
}

.wcp-device-switch button {
    width: 34px;
    height: 30px;
    border: 0;
    background: transparent;
    color: #718096;
}

.wcp-device-switch button.active {
    background: #fff;
    color: #0b65a3;
    box-shadow: 0 2px 8px rgba(19, 34, 57, .1);
}

.wcp-browser {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid #dce2ea;
    border-radius: 9px;
    background: #fff;
    box-shadow: 0 25px 55px rgba(19, 34, 57, .14);
    transition: width .35s ease;
}

.wcp-browser.is-mobile {
    width: 330px;
}

.wcp-browser-bar {
    display: flex;
    height: 34px;
    align-items: center;
    gap: 5px;
    padding: 0 .7rem;
    background: #eef1f5;
}

.wcp-browser-bar i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #aab4c0;
}

.wcp-browser-bar span {
    margin-left: .5rem;
    color: #8491a2;
    font-size: .55rem;
}

.wcp-site-preview {
    min-height: 490px;
    padding: 1rem 1.2rem 1.5rem;
    background:
        radial-gradient(circle at 80% 16%, rgba(105, 94, 255, .22), transparent 12rem),
        #07111f;
    color: #fff;
}

.wcp-site-preview nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: rgba(255, 255, 255, .72);
    font-size: .55rem;
}

.wcp-site-preview nav strong {
    color: #fff;
    font-size: .75rem;
}

.wcp-site-preview button {
    border: 0;
    border-radius: 999px;
    background: #c5ee53;
    color: #07111f;
    font-size: .55rem;
    font-weight: 800;
}

.wcp-site-preview nav button {
    padding: .4rem .65rem;
}

.wcp-preview-hero {
    padding: 6rem 0 4rem;
    text-align: center;
}

.wcp-preview-hero > span {
    color: #92cbff;
    font-size: .57rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.wcp-preview-hero h2 {
    margin: .8rem 0;
    color: #fff;
    font-size: clamp(1.55rem, 3.2vw, 2.5rem);
    letter-spacing: -.055em;
    line-height: 1;
}

.wcp-preview-hero p {
    max-width: 390px;
    margin: 0 auto 1.2rem;
    color: rgba(255, 255, 255, .54);
    font-size: .64rem;
}

.wcp-preview-hero button {
    padding: .65rem 1rem;
}

.wcp-preview-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: .6rem;
}

.wcp-preview-cards i {
    height: 62px;
    border: 1px solid rgba(255, 255, 255, .12);
    background: rgba(255, 255, 255, .055);
}

.wcp-browser.is-essential .wcp-site-preview {
    background: #f5f1e8;
    color: #142033;
}

.wcp-browser.is-essential .wcp-site-preview nav,
.wcp-browser.is-essential .wcp-preview-hero p {
    color: rgba(20, 32, 51, .6);
}

.wcp-browser.is-essential .wcp-site-preview nav strong,
.wcp-browser.is-essential .wcp-preview-hero h2 {
    color: #142033;
}

.wcp-browser.is-essential .wcp-preview-hero > span {
    color: #9b4d2c;
}

.wcp-browser.is-essential .wcp-site-preview button {
    background: #142033;
    color: #fff;
}

.wcp-browser.is-distinctive .wcp-site-preview {
    background:
        linear-gradient(135deg, rgba(255, 76, 120, .18), transparent 45%),
        radial-gradient(circle at 80% 16%, rgba(0, 229, 255, .25), transparent 13rem),
        #130820;
}

.wcp-browser.is-mobile .wcp-site-preview nav span {
    display: none;
}

.wcp-browser.is-mobile .wcp-preview-hero {
    padding: 5rem 0 3rem;
}

.wcp-preview-note {
    margin: 1.2rem 0 0;
    color: #718096;
    font-size: .7rem;
    text-align: center;
}

.wcp-trust-section {
    padding: 5rem 0;
    background: #07111f;
}

.wcp-trust-section span {
    color: #92cbff;
    font-size: .7rem;
    font-weight: 900;
}

.wcp-trust-section h3 {
    margin: .8rem 0;
    color: #fff;
    font-size: 1.25rem;
}

.wcp-trust-section p {
    max-width: 350px;
    color: rgba(255, 255, 255, .52);
    font-size: .83rem;
    line-height: 1.7;
}

.wcp-benchmark {
    padding: 4rem 0;
    background: #eef1f5;
}

.wcp-benchmark span {
    color: #0b65a3;
    font-size: .7rem;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.wcp-benchmark p {
    max-width: 980px;
    margin: 1rem 0;
    color: #526277;
    font-size: .82rem;
    line-height: 1.75;
}

.wcp-benchmark div a {
    display: inline-flex;
    gap: .4rem;
    margin-right: 1.2rem;
    color: #07111f;
    font-size: .72rem;
    font-weight: 800;
}

@media (max-width: 1199.98px) {
    .wcp-output {
        position: static;
        min-height: 650px;
    }
}

@media (max-width: 767.98px) {
    .wcp-hero {
        padding: 8rem 0 4rem;
    }

    .wcp-hero h1 {
        font-size: clamp(3rem, 14vw, 4.4rem);
    }

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

    .wcp-price-grid {
        grid-template-columns: 1fr;
    }

    .wcp-price-grid > div + div {
        border-top: 1px solid #dfe5ec;
        border-left: 0;
    }

    .wcp-output-pane {
        padding: 1rem;
    }

    .wcp-site-preview nav span {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .wcp-agent-orb,
    .wcp-options span {
        animation: none;
        transition: none;
    }
}
