/* MOAP Landing — Mobile-first, one-column, conversion focused */

:root {
    --bg: #0B0F14;
    --bg2: #0F1520;
    --card: #101827;
    --text: #EAF0F7;
    --muted: #B8C3D1;
    --line: rgba(255, 255, 255, .10);
    --accent: #EAD7B0;
    /* warm cream */
    --accent2: #E6C27A;
    /* gold-ish */
    --shadow: 0 14px 40px rgba(0, 0, 0, .35);
    --radius: 18px;
    --radius2: 24px;
    --max: 640px;
}

* {
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}

body {
    margin: 0;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";
    background:
        radial-gradient(1200px 800px at 20% -10%, rgba(234, 215, 176, .18), transparent 55%),
        radial-gradient(900px 600px at 110% 10%, rgba(230, 194, 122, .12), transparent 50%),
        var(--bg);
    color: var(--text);
    line-height: 1.5;
}

a {
    color: inherit;
    text-decoration: underline;
    text-decoration-color: rgba(234, 215, 176, .45);
}

a:hover {
    text-decoration-color: rgba(234, 215, 176, .85);
}

.page {
    max-width: var(--max);
    margin: 0 auto;
    /* centres the whole column */
    padding: 18px 16px 96px;
    text-align: left;
    /* keep everything left aligned */
}

.section {
    padding: 22px 0;
}

.hero {
    padding-top: 18px;
}

.brand {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.brand__logo {
    border-radius: 999px;
    background: rgba(234, 215, 176, .06);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
}

.badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    border-radius: 999px;
    border: 1px solid var(--line);
    background: rgba(16, 24, 39, .55);
    backdrop-filter: blur(8px);
    font-size: 13px;
    color: var(--muted);
}

.kicker {
    margin: 8px 0 0;
    font-size: 13px;
    color: var(--muted);
    letter-spacing: .3px;
}

.h1 {
    font-size: 34px;
    line-height: 1.08;
    margin: 12px 0 10px;
    letter-spacing: -.6px;
}

.h2 {
    font-size: 24px;
    line-height: 1.15;
    margin: 0 0 10px;
    letter-spacing: -.3px;
}

.h3 {
    font-size: 16px;
    margin: 0 0 6px;
}

.lead {
    font-size: 16px;
    color: var(--muted);
    margin: 0 0 14px;
}

.body {
    margin: 0 0 12px;
    color: var(--muted);
}

.micro {
    margin: 10px 0 0;
    font-size: 12px;
    color: rgba(184, 195, 209, .85);
}

.bullets {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 10px;
}

.bullets li {
    padding: 12px 12px;
    border-radius: var(--radius);
    border: 1px solid var(--line);
    background: rgba(16, 24, 39, .55);
    box-shadow: 0 10px 26px rgba(0, 0, 0, .22);
}

.hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 14px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 14px;
    border-radius: 14px;
    border: 1px solid var(--line);
    text-decoration: none;
    font-weight: 650;
    letter-spacing: .1px;
    transition: transform .06s ease, opacity .15s ease;
    -webkit-tap-highlight-color: transparent;
}

.btn:active {
    transform: translateY(1px);
}

.btn-primary {
    background: linear-gradient(180deg, rgba(234, 215, 176, .92), rgba(230, 194, 122, .92));
    color: #101014;
    border-color: rgba(255, 255, 255, .08);
}

.btn-ghost {
    background: rgba(16, 24, 39, .35);
    color: var(--text);
}

.btn-full {
    width: 100%;
}

.inline-cta {
    margin-top: 14px;
}

.trust .trust-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.trust-card {
    padding: 14px 14px;
    border-radius: var(--radius2);
    border: 1px solid var(--line);
    background: rgba(16, 24, 39, .35);
}

.trust-title {
    margin: 0 0 4px;
    font-weight: 750;
}

.trust-text {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
}

.panel {
    padding: 16px 14px;
    border-radius: var(--radius2);
    border: 1px solid var(--line);
    background: rgba(16, 24, 39, .55);
    box-shadow: var(--shadow);
}

.steps {
    margin: 10px 0 10px;
    padding-left: 18px;
    color: var(--muted);
}

.cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 12px;
}

.card {
    padding: 14px 14px;
    border-radius: var(--radius2);
    border: 1px solid var(--line);
    background: rgba(16, 24, 39, .40);
}

.how {
    display: grid;
    gap: 10px;
}

.how-step {
    display: flex;
    gap: 12px;
    padding: 14px 14px;
    border-radius: var(--radius2);
    border: 1px solid var(--line);
    background: rgba(16, 24, 39, .40);
}

.how-num {
    width: 28px;
    height: 28px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    font-weight: 800;
    background: rgba(234, 215, 176, .15);
    border: 1px solid rgba(234, 215, 176, .28);
    color: var(--accent);
    flex: 0 0 auto;
}

/* =========================================================
   PRICING (equal height cards + fix “Best value” alignment)
   ========================================================= */

.pricing .price-stack {
    display: grid;
    gap: 12px;
    margin-top: 14px;
}

.price-card {
    padding: 16px 14px;
    border-radius: var(--radius2);
    border: 1px solid var(--line);
    background: rgba(16, 24, 39, .45);

    display: flex;
    flex-direction: column;
    height: 100%;
}

/* FIX: Keep label left + flag right, never wrapping weirdly */
.price-top {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 8px;
    flex-wrap: nowrap;
}

.price-label {
    margin: 0;
    font-weight: 800;
    letter-spacing: .2px;
    min-width: 0;
}

.price-flag {
    margin: 0 0 0 auto;
    /* ✅ pushes it to the right */
    font-size: 12px;
    color: #101014;
    background: var(--accent);
    padding: 6px 10px;
    border-radius: 999px;
    font-weight: 800;
    white-space: nowrap;
    /* ✅ stops the pill breaking */
    text-align: center;
    /* ✅ pill text centred */
}

.price-amount {
    margin: 6px 0 6px;
    font-size: 34px;
    letter-spacing: -.6px;
    font-weight: 900;
}

.price-amount span {
    font-size: 14px;
    font-weight: 700;
    color: var(--muted);
    margin-left: 6px;
}

.price-save {
    margin: 0 0 12px;
    color: rgba(234, 215, 176, .92);
    font-weight: 750;
}

.price-note {
    margin: 0 0 12px;
    color: var(--muted);
}

.checklist {
    margin: 0 0 14px;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 8px;
}

.checklist li {
    padding-left: 22px;
    position: relative;
    color: var(--muted);
}

.checklist li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: rgba(234, 215, 176, .92);
    font-weight: 900;
}
/* PRICING alignment fixes */
.price-top {
    min-height: 44px;
    /* forces equal header height across cards */
    align-items: flex-start;
    /* stops badge sitting weird */
}

.price-label {
    line-height: 1.1;
    margin: 0;
    max-width: 60%;
}

.price-flag {
    align-self: flex-start;
    margin-left: auto;
    white-space: nowrap;
}

.price-amount {
    min-height: 56px;
    /* forces equal price row height */
    display: flex;
    align-items: baseline;
    gap: 6px;
}

/* Push CTA to the bottom so all cards align neatly */
.price-card .btn {
    margin-top: auto;
}
/* Pricing alignment fix */
.price-label {
    white-space: nowrap;
}

.price-flag {
    white-space: nowrap;
}
.price-top {
    min-height: 34px;
}

.guarantee {
    margin-top: 14px;
    padding: 16px 14px;
    border-radius: var(--radius2);
    border: 1px solid rgba(234, 215, 176, .22);
    background: rgba(234, 215, 176, .08);
}

.faq {
    border-radius: var(--radius2);
    border: 1px solid var(--line);
    background: rgba(16, 24, 39, .35);
    padding: 12px 14px;
    margin: 10px 0;
}

.faq summary {
    cursor: pointer;
    font-weight: 800;
    list-style: none;
}

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

.faq p {
    margin: 10px 0 0;
}

/* Sticky CTA */
.sticky-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
    background: rgba(11, 15, 20, .78);
    border-top: 1px solid var(--line);
    backdrop-filter: blur(10px);
    z-index: 50;
}

.sticky-cta__inner {
    max-width: var(--max);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.sticky-cta__copy {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.sticky-cta__title {
    font-weight: 900;
    letter-spacing: -.2px;
}

.sticky-cta__sub {
    font-size: 12px;
    color: rgba(234, 215, 176, .92);
    font-weight: 800;
}

.btn-cta {
    min-height: 44px;
    padding: 10px 14px;
    border-radius: 14px;
}

/* Desktop tweaks */
@media (min-width: 760px) {
    .page {
        padding: 26px 18px 110px;
    }

    .h1 {
        font-size: 42px;
    }

    .h2 {
        font-size: 28px;
    }

    .hero-actions {
        grid-template-columns: 1fr 1fr;
    }

    .trust .trust-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .cards {
        grid-template-columns: 1fr 1fr;
    }

    /* 3 cards side-by-side on desktop */
    .pricing .price-stack {
        grid-template-columns: repeat(3, 1fr);
        align-items: stretch;
    }
}

/* Footer */
.landing-footer {
    margin-top: 18px;
    padding: 18px 0 0;
    border-top: 1px solid var(--line);
}

/* Centre the footer as a column; keep text left inside it */
.landing-footer__inner {
    max-width: var(--max);
    margin: 0 auto;
    width: 100%;
    padding: 0 16px calc(76px + env(safe-area-inset-bottom));

    /* ✅ “shifted to the middle, but left-justified” */
    text-align: left;
}

.landing-footer__brand {
    margin: 0 0 8px;
    font-weight: 800;
    font-size: 13px;
    color: rgba(234, 240, 247, .92);
}

.landing-footer__links {
    margin: 0 0 10px;
    font-size: 13px;
    color: rgba(184, 195, 209, .95);
}

.landing-footer__disclaimer {
    margin: 0;
    font-size: 12px;
    color: rgba(184, 195, 209, .80);
}

/* Cookie banner (landing-safe) */
#cookie-banner,
.cookie-banner,
#cookieConsent,
.cookie-consent,
#cookie-consent,
#moap-cookie-banner,
.moap-cookie {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: calc(76px + env(safe-area-inset-bottom));
    z-index: 99999;
    border: 1px solid rgba(255, 255, 255, .12);
    background: rgba(16, 24, 39, .92);
    color: var(--text);
    border-radius: 18px;
    padding: 14px;
    box-shadow: 0 18px 55px rgba(0, 0, 0, .45);
}

#cookie-banner button,
.cookie-banner button,
#cookieConsent button,
.cookie-consent button,
#cookie-consent button,
#moap-cookie-banner button,
.moap-cookie button,
#cookie-banner a,
.cookie-banner a,
#cookieConsent a,
.cookie-consent a,
#cookie-consent a,
#moap-cookie-banner a,
.moap-cookie a {
    font: inherit;
}

.moap-cookie__inner {
    display: grid;
    gap: 12px;
}

.moap-cookie__actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.moap-cookie__btn {
    border-radius: 999px;
    padding: 10px 14px;
    border: 1px solid var(--line);
    font-weight: 800;
    cursor: pointer;
}

.moap-cookie__btn--primary {
    background: linear-gradient(180deg, rgba(234, 215, 176, .92), rgba(230, 194, 122, .92));
    color: #101014;
}

.moap-cookie__btn--ghost {
    background: rgba(16, 24, 39, .35);
    color: var(--text);
}