.demo-page {
    background: var(--mint-bg);
    color: var(--navy);
}

.demo-hero {
    padding: 16px 0 56px;
    background: var(--navy);
    color: #fff;
}

.navbar-light {
    align-items: center;
}

.brand-dark {
    color: #fff;
}

.nav-link-dark,
.navbar-light .nav-link {
    color: rgba(255, 255, 255, 0.92);
}

.navbar-light .button {
    min-height: 40px;
    padding: 0 18px;
}

.demo-top-button {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(251, 233, 208, 0.1));
    color: #fff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(10px);
}

.demo-top-button-outline {
    border-color: rgba(251, 233, 208, 0.85);
    color: #fff;
    background: rgba(255, 255, 255, 0.03);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
}

.navbar-light .nav-toggle {
    border-color: rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.08);
}

.navbar-light .nav-toggle span {
    background: #fff;
}

.demo-grid {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 42px;
    align-items: start;
    padding-top: 56px;
}

.demo-copy {
    padding-top: 34px;
}

.demo-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 16px;
    border-radius: 8px;
    border: 1px solid var(--accent-pink);
    background: rgba(255, 255, 255, 0.08);
    color: var(--blue-heading);
    font-weight: 600;
}

.demo-copy h1 {
    max-width: 620px;
    margin: 24px 0 18px;
    color: var(--blue-heading);
    font-size: clamp(2.6rem, 4.5vw, 4.4rem);
    line-height: 0.96;
    letter-spacing: -0.06em;
}

.demo-copy > p {
    max-width: 580px;
    margin: 0;
    color: rgba(255, 255, 255, 0.95);
    font-size: 1.18rem;
    line-height: 1.55;
}

.demo-checks {
    display: grid;
    gap: 12px;
    margin: 28px 0;
    padding: 0;
    list-style: none;
}

.demo-checks li {
    position: relative;
    padding-left: 34px;
    color: rgba(255, 255, 255, 0.95);
    font-size: 1.06rem;
}

.demo-checks li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: -1px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 6px;
    background: var(--accent-pink);
    color: #fff;
    font-size: 0.9rem;
    font-weight: 800;
}

.demo-note {
    max-width: 560px;
    color: rgba(255, 255, 255, 0.95);
    font-size: 1.15rem;
    line-height: 1.55;
}

.demo-note span {
    color: var(--accent-pink);
}

.demo-copy-actions {
    margin-top: 22px;
}

.demo-outline-button {
    border-color: rgba(251, 233, 208, 0.85);
    color: #fff;
    background: rgba(255, 255, 255, 0.03);
}

.demo-badge-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: end;
    margin-top: 34px;
}

.rating-mark {
    display: grid;
    gap: 6px;
    min-width: 92px;
}

.rating-mark strong {
    color: var(--accent-pink);
    font-size: 2.3rem;
    line-height: 1;
}

.rating-mark span {
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.96rem;
    font-weight: 600;
}

.mini-award {
    display: grid;
    justify-items: center;
    width: 88px;
    padding: 10px 8px;
    border-radius: 14px 14px 18px 18px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(251, 233, 208, 0.08));
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    text-align: center;
    backdrop-filter: blur(14px);
    transition: transform 0.24s ease, background 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.award-top {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--accent-pink);
    color: #fff;
    font-weight: 700;
}

.mini-award strong {
    margin-top: 8px;
    color: #fff;
    font-size: 0.78rem;
    line-height: 1.15;
}

.mini-award small {
    margin-top: 6px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.68rem;
}

.demo-form-card {
    padding: 34px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(216, 228, 223, 0.68));
    box-shadow: 0 30px 70px rgba(3, 9, 39, 0.16);
    backdrop-filter: blur(18px);
    transition: transform 0.24s ease, background 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.demo-form-status {
    margin-bottom: 18px;
    padding: 12px 14px;
    border-radius: 10px;
    font-size: 0.96rem;
    line-height: 1.45;
}

.demo-form-status-success {
    background: rgba(52, 211, 155, 0.16);
    border: 1px solid rgba(52, 211, 155, 0.34);
    color: #155b47;
}

.demo-form-status-error {
    background: rgba(230, 72, 51, 0.12);
    border: 1px solid rgba(230, 72, 51, 0.24);
    color: #8f2e22;
}

.demo-form {
    display: grid;
    gap: 16px;
}

.demo-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.demo-form label,
.demo-form fieldset {
    margin: 0;
}

.demo-form label {
    display: grid;
}

.demo-form label span,
.demo-form fieldset span {
    display: block;
    margin-bottom: 8px;
    color: #59617d;
    font-size: 0.92rem;
    font-weight: 500;
}

.demo-form input,
.demo-form select {
    width: 100%;
    height: 56px;
    border: 1px solid #d8dbe6;
    border-radius: 8px;
    background: #fff;
    padding: 0 16px;
    color: var(--navy);
}

.demo-form input.input-error,
.demo-form select.input-error,
.phone-input .input-error {
    border-color: #e64833;
    box-shadow: inset 0 0 0 1px rgba(230, 72, 51, 0.2);
}

.full-width-field {
    display: grid;
}

.phone-input {
    display: grid;
    grid-template-columns: auto 1fr;
    overflow: hidden;
    border: 1px solid #d8dbe6;
    border-radius: 8px;
    background: #fff;
}

.phone-prefix-select {
    min-width: 88px;
    height: 100%;
    border: 0;
    border-right: 1px solid #d8dbe6;
    background: #f7f8fb;
    color: var(--navy);
    font-weight: 600;
    padding: 0 10px;
    border-radius: 0;
    appearance: auto;
}

.phone-input input {
    border: 0;
    border-radius: 0;
}

.field-error-text {
    margin-top: 6px;
    color: #b53a2a;
    font-size: 0.84rem;
    line-height: 1.35;
}

.field-error-text-block {
    margin-top: -8px;
}

.demo-radio-group {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 28px;
    padding: 0;
    border: 0;
}

.demo-radio-group label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.demo-radio-group label span {
    margin: 0;
    color: var(--navy);
}

.demo-radio-group input {
    width: 18px;
    height: 18px;
    accent-color: var(--accent-pink);
}

.demo-consent {
    display: grid;
    grid-template-columns: 18px 1fr;
    align-items: start;
    gap: 12px;
    margin-top: 4px;
}

.demo-consent input {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    accent-color: var(--accent-pink);
}

.demo-consent span {
    margin: 0;
    font-size: 0.94rem;
    line-height: 1.45;
}

.demo-consent a {
    color: var(--accent-pink);
}

.demo-submit {
    height: 54px;
    border: 0;
    border-radius: 6px;
    background: #050505;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.04em;
    cursor: pointer;
}

.demo-logos {
    padding: 34px 0;
    background: #fff;
}

.logo-row-light .logo-item {
    opacity: 0.95;
}

.demo-testimonials {
    padding: 72px 0 80px;
    background: linear-gradient(180deg, #fcf0df 0%, var(--mint-bg) 100%);
}

.section-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 18px;
    border: 1px solid rgba(255, 255, 255, 0.46);
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0.66));
    color: var(--navy);
    font-weight: 500;
    box-shadow: 0 10px 20px rgba(36, 72, 85, 0.06);
    backdrop-filter: blur(12px);
    transition: transform 0.24s ease, background 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.demo-testimonials h2 {
    margin: 18px 0 0;
    text-align: center;
    font-size: clamp(2.1rem, 4vw, 3.6rem);
    line-height: 1.05;
    letter-spacing: -0.05em;
}

.demo-testimonials .container {
    display: grid;
    justify-items: center;
}

.testimonial-card-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    width: 100%;
    margin-top: 44px;
}

.client-card {
    padding: 18px 18px 22px;
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.7));
    box-shadow: 0 14px 32px rgba(36, 72, 85, 0.08);
    backdrop-filter: blur(14px);
    transition: transform 0.24s ease, background 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

@media (hover: hover) and (pointer: fine) {
    .mini-award:hover,
    .demo-form-card:hover,
    .section-pill:hover,
    .client-card:hover {
        transform: scale(1.02);
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0.9));
        border-color: rgba(255, 255, 255, 0.84);
        box-shadow: 0 22px 44px rgba(36, 72, 85, 0.12);
    }
}

.client-card-top {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 14px;
    align-items: start;
}

.client-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border-radius: 12px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

.client-avatar-purple { background: linear-gradient(135deg, #5540b8, #ff7d78); }
.client-avatar-green { background: linear-gradient(135deg, #eef8ef, #ccf1da); color: #2f7f57; }
.client-avatar-yellow { background: var(--mint-bg); color: var(--navy); border: 1px solid rgba(36, 72, 85, 0.14); }

.client-meta strong {
    display: block;
    font-size: 1rem;
}

.client-meta span {
    display: block;
    margin-top: 4px;
    color: #576080;
    font-size: 0.92rem;
    line-height: 1.35;
}

.client-stars {
    color: var(--accent-pink);
    font-size: 1rem;
    letter-spacing: 0.08em;
}

.client-card p {
    margin: 18px 0 0;
    color: #44506f;
    line-height: 1.7;
}

.demo-footer {
    background: #fff;
    color: var(--navy);
}

.footer-top-light,
.footer-bottom-light {
    border-color: rgba(17, 24, 63, 0.1);
}

.footer-grid-light .footer-column h3,
.footer-grid-light .footer-column a,
.footer-bottom-light p,
.footer-bottom-light a,
.socials-light a,
.compliance-row-light span {
    color: var(--navy);
}

.socials-light a {
    background: #ece8f5;
}

.compliance-row-light span {
    border-color: rgba(17, 24, 63, 0.16);
    background: #fff;
}

@media (max-width: 1200px) {
    .demo-grid {
        grid-template-columns: 1fr;
    }

    .demo-copy {
        padding-top: 12px;
    }

    .demo-copy h1,
    .demo-copy > p,
    .demo-note {
        max-width: none;
    }
}

@media (max-width: 1024px) {
    .navbar-light .nav-panel {
        background: linear-gradient(180deg, rgba(36, 72, 85, 0.96), rgba(36, 72, 85, 0.9));
        border-color: rgba(255, 255, 255, 0.08);
        backdrop-filter: blur(16px);
    }

    .navbar-light .nav-actions {
        margin-top: 16px;
    }

    .navbar-light .nav-link,
    .navbar-light .nav-link-dark {
        color: #fff;
    }

    .demo-form-card {
        padding: 24px;
    }

    .testimonial-card-row {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .demo-hero {
        padding-bottom: 40px;
    }

    .demo-grid {
        gap: 28px;
        padding-top: 28px;
    }

    .demo-copy h1 {
        font-size: clamp(2.1rem, 12vw, 3rem);
    }

    .demo-form-grid {
        grid-template-columns: 1fr;
    }

    .demo-form-card {
        padding: 18px;
    }

    .demo-badge-strip {
        gap: 12px;
    }

    .mini-award {
        width: calc(50% - 6px);
    }
}
