:root {
    --primary: #1A2744;
    --primary-light: #243358;
    --accent: #e43b2c;
    --success: #42b964;
    --gold: #B8860B;
    --gold-light: #D4A017;
    --gold-dark: #8B6508;
    --navy: #1A2744;
    --text: #2f2f2f;
    --muted: #666;
    --bg: #ffffff;
    --footer: rgba(26, 39, 68, 0.96);
    --max-width: 1120px;
    --radius: 16px;
    --shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
    --text-main:  #1A2744;
    --text-muted: #5A6A88;
    --border: #DDE3EF;
    --green: #1E8C45;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: var(--text);
    background: url('//dlbf54swf3l6o.cloudfront.net/images/backgrounds/abstract-wavy-background-with-pink-blue-hues.jpg') center/cover no-repeat fixed;
    background-image: -webkit-image-set(
            url('//dlbf54swf3l6o.cloudfront.net/images/backgrounds/abstract-wavy-background-with-pink-blue-hues.webp') type('image/webp'),
            url('//dlbf54swf3l6o.cloudfront.net/images/backgrounds/abstract-wavy-background-with-pink-blue-hues.jpg') type('image/jpeg')
    );
    background-image: image-set(
            url('//dlbf54swf3l6o.cloudfront.net/images/backgrounds/abstract-wavy-background-with-pink-blue-hues.webp') type('image/webp'),
            url('//dlbf54swf3l6o.cloudfront.net/images/backgrounds/abstract-wavy-background-with-pink-blue-hues.jpg') type('image/jpeg')
    );
    line-height: 1.5;
    overflow-x: hidden;
}

body.thanks {
    margin: 0;
    background: #F7F8FA;
    background-image: none !important;
}

img { max-width: 100%; display: block; }
a { color: inherit; }

.container {
    width: min(calc(100% - 2rem), var(--max-width));
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
}

.hero {
    padding: 0 0 1.5rem;
    text-align: center;
}

.eyebrow {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 1.5rem;
    color: #666;
    margin-top: 1rem;
    margin-bottom: 0.7rem;
}

.eyebrow strong {
    color: #2ecc71;
    font-weight: 800;
    text-decoration: underline;
}

h1 {
    margin-top: 0;
    margin-bottom: 0.7rem;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 44px;
    line-height: 1.3;
    color: #555;
}

h1 .highlight {
    color: #e74c3c;
    font-weight: 600;
}

.subheadline {
    margin-top: 0;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-style: italic;
    font-weight: 600;
    color: #e74c3c;
    font-size: 20px;
}

.video-wrap {
    max-width: 960px;
    margin: 0 auto;
    overflow: hidden;
    padding: 12px;
    border-radius: 8px;
    background: linear-gradient(180deg, #ffffff 0%, #f1f3f5 100%);
    box-shadow: var(--shadow);
}

.video-wrap iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    border: 0;
    display: block;
}

.cta-section {
    padding: 1.5rem 0 2.5rem;
}

.cta-card {
    width: min(100%, 860px);
    margin: 0 auto;
    text-align: center;
}

.cta-button {
    display: inline-block;
    border-radius: 3px;
    padding: 1rem 3rem;
    text-decoration: none;
    background: linear-gradient(180deg, #42b964 0%, #379b54 100%);
    color: #fff;
    border: 1px solid #2e7d46;
    box-shadow: 0 14px 28px rgba(66, 185, 100, 0.3);
    transition: background 0.18s ease;
}

.cta-button:hover,
.cta-button:focus {
    background: linear-gradient(180deg, #379b54 0%, #2e7d46 100%);
}

.cta-main {
    display: block;
    font-size: clamp(1.45rem, 2.8vw, 2rem);
    font-weight: 700;
    line-height: 1.15;
}

.cta-sub {
    display: block;
    margin-top: 0.35rem;
    font-size: 0.95rem;
    opacity: 0.95;
}

.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;
}

.cart-page {
    padding: 1.5rem 0;
}

.cart-shell {
    padding: 0 0;
}

.cart-header-image {
    display: flex;
    justify-content: center;
}

.cart-header-image picture,
.cart-header-image img {
    width: 100%;
    max-width: 1200px;
}

.cart-header-image img {
    display: block;
    height: auto;
}

.cart-container {
    max-width: 1200px;
    margin: 0 auto;
}

.cart-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: var(--shadow);
}

.cart-form-panel {
    background: #f2f2f2;
    padding: 2rem 2rem 1.5rem;
}

.cart-benefits-panel {
    background: #fff;
    padding: 2rem;
}

.cart-secure-image img,
.cart-brand img,
.cart-security-image img,
.cart-results-image img,
.card-brands img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.cart-security-image img {
    margin: 0 auto;
}

.cart-secure-image {
    margin-bottom: 1.5rem;
}

.checkout-form .form-group {
    margin-bottom: 1rem;
}

.checkout-form input,
.checkout-form select {
    border: 1px solid #d7d7d7;
    border-radius: 4px;
    padding: 0.9rem 1rem;
    font-size: 1rem;
    background: #fff;
}

.checkout-form label {
    display: block;
    margin-bottom: 0.4rem;
    font-weight: 600;
    color: #444;
    font-size: 0.95rem;
}

.cart-section-title,
.cart-benefit-title,
.cart-benefit-subtitle {
    margin: 1.25rem 0 0.5rem;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    color: #555;
    text-align: left;
}

.cart-section-title {
    font-size: 1.5rem;
    font-weight: 600;
}

.cart-benefit-title {
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
}

.cart-benefit-subtitle {
    font-size: 1.35rem;
    font-weight: 700;
    text-align: center;
}

.cart-divider {
    border: 0;
    border-top: 1px dashed #555;
    margin: 0.8rem 0 1.25rem;
}

.cart-payment-row {
    display: grid;
    grid-template-columns: 1.1fr 1fr 1fr;
    gap: 1rem;
}

.cart-address-row {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 1rem;
}

.card-brands {
    margin: 1rem 0 1.5rem;
}

.order-summary {
    margin: 1rem 0 1.5rem;
    font-size: 1rem;
}

.order-summary-head {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

.order-summary-head {
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.cart-submit {
    width: 100%;
    text-align: center;
    padding-left: 1rem;
    padding-right: 1rem;
}

.cart-disclaimer-special {
    padding: 0 1rem;
    text-align: center;
    font-size: 0.85rem;
    color: #000;
    line-height: 1.8;
    font-style: italic;
}

.cart-disclaimer {
    margin-top: 1.5rem;
    font-size: 0.78rem;
    color: #000;
    line-height: 1.5;
}

.cart-disclaimer a {
    text-decoration: underline;
}

.cart-benefits-list {
    list-style: none;
    padding-left: 0;
    font-size: 1.2rem;
}

.cart-benefits-list li {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 0.9rem;
}

.cart-benefits-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 2px;
    color: #000;
    font-weight: 800;
    font-size: 1rem;
    font-family: Arial, Helvetica, sans-serif;
}

.cart-benefits-panel .cart-benefits-list li::before {
    color: #000;
}

.cart-security-points {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
    text-align: center;
    font-size: 0.8rem;
    color: #555;
    max-width: 330px;
    margin: 1rem auto;
}

.cart-results-image {
    margin-top: 1rem;
    text-align: center;
}

.top-bar {
    background: linear-gradient(90deg, var(--gold-dark), var(--gold-light), var(--gold-dark));
    height: 6px;
}

.logo-bar {
    background: var(--primary);
    padding: 16px 24px;
    text-align: center;
}

.logo-bar img {
    height: 62px;
    display: block;
    margin: 0 auto;
}

.thanks-page {
    background: #F7F8FA;
    color: #1A2744;
    padding: 3rem 0 4rem;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
}

.thanks-page-wrap {
    width: min(calc(100% - 2rem), 870px);
    margin: 0 auto;
}

.confirm-banner {
    background: #EAF7EE;
    border: 1px solid #A8D9B8;
    border-radius: 10px;
    padding: 20px 24px;
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 36px;
    animation: thanksFadeUp 0.5s ease both;
}

.confirm-icon {
    width: 52px;
    height: 52px;
    background: #1E8C45;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.confirm-icon svg {
    width: 24px;
    height: 24px;
}

.confirm-text h2 {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 1.35rem;
    font-weight: 800;
    color: #1E8C45;
    margin: 0 0 3px;
}

.confirm-text p {
    margin: 0;
    font-size: 1.0rem;
    color: #2E6E45;
    line-height: 1.5;
}

.thanks-hero-headline {
    text-align: center;
    margin-bottom: 40px;
    animation: thanksFadeUp 0.5s 0.1s ease both;
}

.thanks-eyebrow {
    display: inline-block;
    font-size: 0.9rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gold);
    font-weight: 900;
    margin-bottom: 12px;
    border-bottom: 3px solid var(--gold-light);
    padding-bottom: 4px;
}

.thanks-hero-headline h1 {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 900;
    line-height: 1.2;
    color: var(--primary);
    margin: 0 0 16px;
}

.thanks-hero-headline h1 em {
    font-style: normal;
    color: var(--gold);
}

.thanks-hero-headline p {
    font-size: 1.2rem;
    color: #6B7A99;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.75;
}

.cert-section {
    margin-bottom: 44px;
    animation: thanksFadeUp 0.5s 0.2s ease both;
}

.section-label {
    text-align: center;
    font-size: 0.88rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #6B7A99;
    font-weight: 700;
    margin-bottom: 18px;
}

.certificate {
    background: #fff;
    border: 1px solid #E2E6EF;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(26,39,68,0.08);
    position: relative;
}

.cert-topbar {
    background: linear-gradient(90deg, var(--gold-dark), var(--gold-light), var(--gold-dark));
    height: 5px;
}

.cert-inner {
    padding: 40px 44px;
    position: relative;
    overflow: hidden;
}

.cert-watermark {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 340px;
    opacity: 0.08;
    pointer-events: none;
    user-select: none;
    z-index: 0;
}

.cert-inner > *:not(.cert-watermark) {
    position: relative;
    z-index: 1;
}

.cert-row-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 24px;
}

.cert-logo-text {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--primary);
}

.cert-logo-sub {
    font-size: 0.85rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #6B7A99;
    margin-top: 3px;
}

.cert-seal {
    width: 70px;
    height: 70px;
    border: 2px solid var(--gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.cert-seal::before {
    content: "";
    position: absolute;
    inset: 5px;
    border: 1px dashed rgba(184,134,11,0.5);
    border-radius: 50%;
}

.cert-seal-text {
    font-size: 0.42rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--gold);
    text-align: center;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    z-index: 1;
}

.cert-title {
    text-align: center;
    font-size: clamp(1.1rem, 2.6vw, 1.7rem);
    font-weight: 900;
    color: var(--primary);
    letter-spacing: 0.03em;
    text-transform: uppercase;
    margin: 0 0 6px;
}

.cert-subtitle {
    text-align: center;
    font-size: 0.82rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 28px;
    font-weight: 700;
}

.cert-rule {
    border: none;
    border-top: 1px solid #E2E6EF;
    margin: 0 0 24px;
}

.cert-presented {
    text-align: center;
    font-size: 0.8rem;
    color: #6B7A99;
    letter-spacing: 0.06em;
    margin-bottom: 8px;
    font-style: italic;
}

.cert-name {
    text-align: center;
    font-size: clamp(1.5rem, 3.5vw, 2.4rem);
    font-weight: 900;
    color: var(--gold);
    border-bottom: 3px solid var(--gold-light);
    padding-bottom: 14px;
    margin-bottom: 28px;
    min-height: 56px;
}

.cert-details {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    margin-bottom: 28px;
}

.cert-detail-item {
    text-align: center;
}

.cert-detail-label {
    font-size: 0.72rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #6B7A99;
    font-weight: 700;
    margin-bottom: 4px;
}

.cert-detail-value {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--primary);
}

.cert-footer {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    border-top: 1px solid #E2E6EF;
    padding-top: 20px;
    gap: 16px;
    flex-wrap: wrap;
}

.cert-sig-block {
    text-align: center;
}

.cert-sig-name {
    font-size: 1.2rem;
    font-style: italic;
    color: var(--primary);
    margin-bottom: 2px;
}

.cert-sig-line {
    width: 130px;
    height: 1px;
    background: #E2E6EF;
    margin: 7px auto;
}

.cert-sig-title {
    font-size: 0.65rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #6B7A99;
    font-weight: 700;
}

.cert-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.cert-badge-circle {
    width: 54px;
    height: 54px;
    border: 1.5px solid var(--gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cert-badge-circle svg {
    width: 46px;
    height: 30px;
    fill: var(--gold);
}

.cert-badge-label {
    font-size: 0.65rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #6B7A99;
    font-weight: 700;
}

.cert-bottombar {
    background: linear-gradient(90deg, var(--gold-dark), var(--gold-light), var(--gold-dark));
    height: 5px;
    margin-top: 20px; /* spacing from content */
}

.proof-strip {
    background: var(--primary);
    border-radius: 10px;
    padding: 28px 24px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 44px;
    animation: thanksFadeUp 0.5s 0.25s ease both;
}

.proof-stat {
    text-align: center;
    padding: 10px 28px;
    border-right: 1px solid rgba(255,255,255,0.1);
}

.proof-stat:last-child {
    border-right: none;
}

.proof-stat .val {
    font-size: 1.55rem;
    font-weight: 900;
    color: var(--gold-light);
    display: block;
}

.proof-stat .lbl {
    font-size: 0.77rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.5);
    font-weight: 700;
}

.next-steps {
    margin-bottom: 44px;
    animation: thanksFadeUp 0.5s 0.3s ease both;
}

.next-steps h3 {
    font-size: 1.7rem;
    font-weight: 900;
    text-align: center;
    color: var(--primary);
    margin: 0 0 6px;
}

.next-steps .sub {
    text-align: center;
    color: #6B7A99;
    font-size: 1.05rem;
    margin-bottom: 28px;
}

.steps-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.step-item {
    background: #fff;
    border: 1px solid #E2E6EF;
    border-left: 4px solid var(--gold);
    border-radius: 8px;
    padding: 20px 22px;
    display: flex;
    align-items: flex-start;
    gap: 18px;
    transition: box-shadow 0.2s;
}

.step-item:hover {
    box-shadow: 0 4px 16px rgba(26,39,68,0.1);
}

.step-num {
    width: 42px;
    height: 42px;
    background: var(--primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 1.15rem;
    color: var(--gold-light);
    flex-shrink: 0;
    margin-top: 1px;
}

.step-content h4 {
    font-size: 1.05rem;
    font-weight: 700;
    margin: 0 0 6px;
    color: var(--primary);
}

.step-content p {
    font-size: 0.955rem;
    color: #6B7A99;
    line-height: 1.65;
    margin: 0;
}

.step-content p a {
    color: var(--gold);
    font-weight: 700;
    text-decoration: underline;
}

.step-content p .highlight {
    color: var(--primary);
    font-weight: 700;
}

.thanks-cta-box {
    background: var(--primary);
    border-radius: 12px;
    padding: 40px 32px;
    text-align: center;
    margin-bottom: 44px;
    animation: thanksFadeUp 0.5s 0.35s ease both;
}

.thanks-cta-box h3 {
    font-size: 1.6rem;
    font-weight: 900;
    color: #fff;
    margin: 0 0 10px;
}

.thanks-cta-box p {
    color: rgba(255,255,255,0.6);
    font-size: 1.05rem;
    max-width: 480px;
    margin: 0 auto 26px;
    line-height: 1.75;
}

.thanks-btn-primary {
    display: inline-block;
    background: linear-gradient(135deg, var(--gold-dark), var(--gold-light));
    color: #fff;
    font-weight: 900;
    font-size: 1.05rem;
    padding: 15px 38px;
    border-radius: 6px;
    text-decoration: none;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    transition: transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 4px 16px rgba(184,134,11,0.4);
}

.thanks-btn-primary:hover,
.thanks-btn-primary:focus {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(184,134,11,0.55);
}

.btn-sub {
    display: block;
    margin-top: 10px;
    font-size: 0.80rem;
    color: rgba(255,255,255,0.4);
    letter-spacing: 0.04em;
}

.secure-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 28px;
    flex-wrap: wrap;
    animation: thanksFadeUp 0.5s 0.4s ease both;
}

.secure-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.78rem;
    color: #6B7A99;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.secure-item svg {
    width: 18px;
    height: 18px;
    fill: #1E8C45;
    flex-shrink: 0;
}

@keyframes thanksFadeUp {
    from {
        opacity: 0;
        transform: translateY(16px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 580px) {
    .confirm-banner {
        align-items: flex-start;
        padding: 18px;
    }

    .cert-inner {
        padding: 28px 18px;
    }

    .cert-row-top {
        flex-direction: column;
        gap: 12px;
    }

    .cert-details {
        gap: 20px;
    }

    .cert-footer {
        justify-content: center;
    }

    .proof-stat {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,0.08);
        padding: 14px 20px;
    }

    .proof-stat:last-child {
        border-bottom: none;
    }

    .step-item {
        padding: 18px;
    }

    .thanks-cta-box {
        padding: 30px 20px;
    }
}

@media (max-width: 768px) {
    .container,
    .cart-container,

    .hero,
    .cta-section {
        padding-left: 0;
        padding-right: 0;
    }

    .video-wrap,
    .cta-card {
        width: 100%;
        max-width: 100%;
    }

    .cart-grid {
        display: flex;
        flex-direction: column;
    }

    .cart-benefits-panel {
        order: 1;
    }

    .cart-form-panel {
        order: 2;
    }
}

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

    .cart-payment-row,
    .cart-address-row,
    .cart-security-points {
        grid-template-columns: 1fr;
    }

    .cart-form-panel,
    .cart-benefits-panel {
        padding: 1.5rem;
    }
}

body.optin {
    min-height: 100vh;
    background-color: #f8f9ff;
    background-image: image-set(
            url('//dlbf54swf3l6o.cloudfront.net/images/backgrounds/abstract-wavy-background-with-pink-blue-hues.webp') type('image/webp'),
            url('//dlbf54swf3l6o.cloudfront.net/images/backgrounds/abstract-wavy-background-with-pink-blue-hues.jpg') type('image/jpeg')
    );
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: var(--text-main);
    display: flex;
    flex-direction: column;
}

body.optin .top-bar {
    height: 5px;
    flex-shrink: 0;
}

body.optin .site-header {
    background: var(--navy);
    padding: 14px 24px;
    text-align: center;
    flex-shrink: 0;
}

body.optin .header-inner {
    display: flex;
    align-items: center;
    justify-content: center;
}

body.optin .header-icon-wrap svg,
body.optin .header-icon-wrap img {
    height: 52px;
    width: auto;
    margin: 0 auto;
}

body.optin .page-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 28px 24px 0;
}

body.optin .headline-row {
    text-align: center;
    margin-bottom: 24px;
}

body.optin .headline-row h1 {
    margin: 0 0 10px;
    font-size: clamp(1.6rem, 3vw, 2.4rem);
    font-weight: 900;
    line-height: 1.15;
    color: var(--navy);
}

body.optin .headline-row h1 em {
    font-style: normal;
    color: var(--gold);
}

body.optin .headline-row .sub {
    margin: 0 auto;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.65;
    color: var(--text-muted);
}

body.optin .two-col {
    display: flex;
    align-items: stretch;
    gap: 32px;
    flex: 1;
    margin-bottom: 24px;
}

body.optin .col-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 18px;
}

body.optin .col-right {
    width: 380px;
    flex-shrink: 0;
}

body.optin .trust-point {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.5;
    color: var(--navy);
}

body.optin .trust-point .check {
    width: 24px;
    height: 24px;
    margin-top: 3px;
    background: var(--green);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

body.optin .trust-point .check svg {
    width: 13px;
    height: 13px;
}

body.optin .optin-card {
    height: 100%;
    padding: 32px 28px;
    background: rgba(255, 255, 255, 0.93);
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 14px;
    box-shadow: 0 8px 40px rgba(26, 39, 68, 0.12);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

body.optin .card-headline,
body.optin .card-sub,
body.optin .privacy-note {
    text-align: center;
}

body.optin .card-headline {
    margin-bottom: 4px;
    font-size: 1.1rem;
    font-weight: 800;
    line-height: 1.3;
    color: var(--navy);
}

body.optin .card-sub {
    margin-bottom: 22px;
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--gold);
}

body.optin .form-group {
    margin-bottom: 14px;
}

body.optin .form-group label {
    display: block;
    margin-bottom: 5px;
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--text-muted);
}

body.optin .form-group input {
    width: 100%;
    padding: 13px 15px;
    border: 1.5px solid var(--border);
    border-radius: 7px;
    background: #fff;
    color: var(--navy);
    font-family: inherit;
    font-size: 1.1rem;
    font-weight: 500;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
}

body.optin .form-group input:focus {
    border-color: var(--gold);
    box-shadow: 0 0 0 3px rgba(184, 134, 11, 0.12);
}

body.optin .form-group input::placeholder {
    color: #B0BBCC;
    font-weight: 400;
}

body.optin .btn-submit {
    display: block;
    width: 100%;
    margin-top: 16px;
    padding: 16px;
    background: linear-gradient(135deg, var(--gold-dark), var(--gold-light));
    color: #fff;
    border: 0;
    border-radius: 7px;
    box-shadow: 0 4px 20px rgba(184, 134, 11, 0.4);
    cursor: pointer;
    font-family: inherit;
    font-size: 1.1rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    transition: transform 0.2s, box-shadow 0.2s;
    text-align: center;
}

body.optin .btn-submit:hover,
body.optin .btn-submit:focus {
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(184, 134, 11, 0.55);
}

body.optin .privacy-note {
    margin-top: 14px;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.6;
    color: var(--text-muted);
}

body.optin .privacy-note svg {
    width: 20px;
    height: 20px;
    margin-right: 3px;
    fill: var(--green);
    vertical-align: middle;
}

body.optin .stats-wrap {
    flex-shrink: 0;
}

body.optin .proof-strip {
    margin-bottom: 0;
    padding: 20px 24px;
    background: var(--navy);
    border-radius: 10px 10px 0 0;
}

body.optin .proof-stat {
    flex: 1;
    min-width: 160px;
    padding: 8px 32px;
}

body.optin .proof-stat .val {
    font-size: 1.35rem;
    margin-bottom: 2px;
}

body.optin .proof-stat .lbl {
    font-size: 0.62rem;
}

@media (max-width: 700px) {
    body.optin .page-body {
        padding: 20px 16px 0;
    }

    body.optin .two-col {
        flex-direction: column;
    }

    body.optin .col-right {
        width: 100%;
    }

    body.optin .optin-card {
        height: auto;
    }

    body.optin .trust-point {
        font-size: 0.95rem;
    }

    body.optin .proof-stat {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        padding: 12px 16px;
    }

    body.optin .proof-stat:last-child {
        border-bottom: none;
    }
}

.site-footer {
    background: var(--navy, #1A2744);
    text-align: center;
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.7rem;
    line-height: 1.9;
    padding: 14px 20px 18px;
    flex-shrink: 0;
}

.site-footer a {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus {
    color: var(--gold-light, #D4A017);
}
