:root {
    --bg: #050506;
    --panel: rgba(13, 14, 18, 0.92);
    --panel-soft: rgba(255, 255, 255, 0.045);
    --gold: #c9a961;
    --gold-bright: #f0d99a;
    --cyan: #8fd7ff;
    --text: #f7f2e8;
    --text-soft: #c8c2b7;
    --text-dim: #918b83;
    --line: rgba(201, 169, 97, 0.24);
    --danger: #ffbd72;
    --display: "Cormorant Garamond", Georgia, serif;
    --body: "Montserrat", Arial, sans-serif;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    min-height: 100vh;
    background:
        linear-gradient(180deg, rgba(5, 5, 6, 0.78), rgba(5, 5, 6, 0.98)),
        url("../img/mia-landing-gpt-focus.png") center / cover fixed no-repeat;
    color: var(--text);
    font-family: var(--body);
    line-height: 1.65;
}

a {
    color: inherit;
}

.page {
    width: min(1120px, calc(100% - 2.5rem));
    margin: 0 auto;
    padding: clamp(1.75rem, 4vw, 3.25rem) 0;
}

.topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    margin-bottom: 1.75rem;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    color: var(--gold-bright);
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.22em;
    text-decoration: none;
    text-transform: uppercase;
}

.brand img {
    width: 38px;
    height: 38px;
    border: 1px solid rgba(240, 217, 154, 0.42);
    border-radius: 50%;
    object-fit: cover;
}

.nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    justify-content: flex-end;
}

.nav a {
    border: 1px solid rgba(201, 169, 97, 0.18);
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.18);
    color: var(--text-soft);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    padding: 0.58rem 0.8rem;
    text-decoration: none;
    text-transform: uppercase;
}

.hero,
.delivery-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(330px, 1.05fr);
    gap: 1.5rem;
    align-items: stretch;
}

.panel {
    border: 1px solid var(--line);
    border-radius: 28px;
    background: var(--panel);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
    overflow: hidden;
}

.copy-panel {
    padding: clamp(2rem, 5vw, 3.5rem);
}

.asset-panel {
    padding: clamp(1.6rem, 4vw, 2.5rem);
}

.eyebrow {
    color: var(--gold-bright);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.26em;
    margin-bottom: 1.35rem;
    text-transform: uppercase;
}

h1,
h2,
h3 {
    font-family: var(--display);
    font-weight: 700;
    line-height: 0.98;
}

h1 {
    font-size: clamp(3rem, 7vw, 5.6rem);
    margin-bottom: 1.35rem;
}

h2 {
    font-size: clamp(2.15rem, 4vw, 3.4rem);
    margin-bottom: 0.8rem;
}

h3 {
    font-size: 1.55rem;
    margin-bottom: 0.55rem;
}

p {
    color: var(--text-soft);
    margin-bottom: 1rem;
}

strong {
    color: var(--text);
}

.lead {
    font-size: clamp(1rem, 1.8vw, 1.18rem);
    margin-bottom: 1.35rem;
}

.mia-mark {
    color: var(--gold);
    font-style: italic;
}

.audio-card,
.promise-card,
.pending-card {
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 22px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 42%),
        rgba(255, 255, 255, 0.04);
    padding: 1.5rem;
}

.audio-card.is-main {
    border-color: rgba(201, 169, 97, 0.48);
}

.audio-kicker {
    color: var(--gold-bright);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.22em;
    margin-bottom: 0.85rem;
    text-transform: uppercase;
}

.audio-title {
    font-family: var(--display);
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1;
    margin-bottom: 0.75rem;
}

.audio-meta {
    color: var(--text-dim);
    font-size: 0.92rem;
    margin-bottom: 0.25rem;
}

.video-stage {
    display: grid;
    gap: 0.8rem;
    margin-top: 1.35rem;
    padding: 1rem;
    border: 1px solid rgba(201, 169, 97, 0.2);
    border-radius: 18px;
    background: linear-gradient(145deg, rgba(201, 169, 97, 0.1), rgba(0, 0, 0, 0.1));
}

.video-stage-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
}

.video-stage-head > div {
    display: grid;
    gap: 0.1rem;
}

.video-stage-kicker,
.video-stage-badge {
    color: var(--gold-bright);
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.video-stage-head strong {
    font-family: var(--display);
    font-size: 1.22rem;
    line-height: 1.08;
}

.video-stage-badge {
    flex: 0 0 auto;
    border: 1px solid rgba(201, 169, 97, 0.32);
    border-radius: 999px;
    padding: 0.4rem 0.56rem;
    color: var(--text-dim);
    letter-spacing: 0.08em;
}

.video-embed {
    position: relative;
    width: 100%;
    margin: 0;
    aspect-ratio: 16 / 9;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(201, 169, 97, 0.28);
    background: rgba(0, 0, 0, 0.35);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28);
}

.video-embed iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.video-stage-note {
    margin: 0;
    color: var(--text-dim);
    font-size: 0.78rem;
    line-height: 1.5;
}

audio {
    width: 100%;
    margin: 1rem 0 1.15rem;
}

.actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1rem;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    border-radius: 999px;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    padding: 0.86rem 1.12rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.button-primary {
    background: linear-gradient(135deg, #7d6230 0%, var(--gold) 52%, var(--gold-bright) 100%);
    color: #080807;
}

.button-secondary {
    border: 1px solid rgba(143, 215, 255, 0.28);
    background: rgba(143, 215, 255, 0.08);
    color: var(--cyan);
}

.button-ghost {
    border: 1px solid rgba(201, 169, 97, 0.25);
    background: rgba(201, 169, 97, 0.06);
    color: var(--gold-bright);
}

.protocol {
    display: grid;
    gap: 1rem;
    margin-top: 1.75rem;
}

.protocol p,
.protocol li {
    color: var(--text-soft);
}

.protocol p {
    border-left: 2px solid var(--gold);
    border-radius: 0 14px 14px 0;
    background: rgba(255, 255, 255, 0.045);
    margin: 0;
    padding: 1rem 1.2rem;
}

.protocol ul {
    padding: 0.25rem 0 0.25rem 1.35rem;
}

.protocol li + li {
    margin-top: 0.75rem;
}

.stack {
    display: grid;
    gap: 1.35rem;
}

.duration-grid {
    display: grid;
    gap: 1.15rem;
    margin-top: 1.25rem;
}

.duration-row {
    align-items: stretch;
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr;
}

.duration-row audio {
    margin: 0;
    width: 100%;
}

.audio-console {
    position: relative;
    border: 1px solid rgba(143, 215, 255, 0.16);
    border-radius: 16px;
    background:
        linear-gradient(135deg, rgba(143, 215, 255, 0.1), rgba(201, 169, 97, 0.08)),
        rgba(0, 0, 0, 0.18);
    padding: 1.15rem 1.15rem 1.25rem;
}

.audio-console::before {
    content: "";
    position: absolute;
    inset: 9px auto 9px 9px;
    width: 4px;
    border-radius: 999px;
    background: linear-gradient(180deg, var(--cyan), var(--gold));
    opacity: 0.55;
}

.audio-console.is-playing {
    border-color: rgba(240, 217, 154, 0.58);
    box-shadow: 0 0 0 1px rgba(240, 217, 154, 0.12), 0 16px 34px rgba(0, 0, 0, 0.28);
}

.duration-label {
    display: grid;
    gap: 0.25rem;
    padding-left: 0.65rem;
    margin-bottom: 0.15rem;
}

.duration-label span {
    color: var(--text-dim);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.duration-label strong {
    color: var(--text);
    font-family: var(--display);
    font-size: 1.28rem;
    line-height: 1;
}

.embedded-audio {
    display: block;
    min-width: 0;
    width: 100%;
    filter: saturate(0.9);
}

.download-pill {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 2.75rem;
    border: 1px solid rgba(201, 169, 97, 0.34);
    border-radius: 999px;
    background: rgba(201, 169, 97, 0.12);
    color: var(--gold-bright);
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    margin-top: 0.25rem;
    padding: 0.85rem 1.15rem;
    text-decoration: none;
    text-transform: uppercase;
    white-space: normal;
    text-align: center;
}

.download-pill:hover {
    border-color: rgba(240, 217, 154, 0.7);
    background: rgba(201, 169, 97, 0.2);
}

.mini-class-card {
    min-height: auto;
}

.section-divider {
    border: 0;
    border-top: 1px solid rgba(201, 169, 97, 0.18);
    margin: 1.3rem 0;
}

.promise-list {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 1rem;
}

.promise-card {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    min-height: 230px;
}

.promise-card .button {
    margin-top: auto;
}

.promise-card ul {
    color: var(--text-soft);
    margin: 0.85rem 0 1.35rem;
    padding-left: 1.35rem;
}

.promise-card li + li {
    margin-top: 0.65rem;
}

.options-card {
    gap: 1rem;
}

.offer-options {
    display: grid;
    gap: 0.95rem;
    margin: 0.45rem 0 0.35rem;
}

.offer-option {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    background:
        linear-gradient(135deg, rgba(143, 215, 255, 0.075), transparent 52%),
        rgba(0, 0, 0, 0.18);
    padding: 1.1rem;
}

.offer-option-primary {
    border-color: rgba(240, 217, 154, 0.48);
    background:
        linear-gradient(135deg, rgba(201, 169, 97, 0.16), transparent 58%),
        rgba(0, 0, 0, 0.22);
}

.offer-visual {
    align-items: center;
    background:
        radial-gradient(circle at 50% 38%, rgba(240, 217, 154, 0.18), transparent 60%),
        rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(240, 217, 154, 0.22);
    border-radius: 16px;
    display: flex;
    height: 126px;
    justify-content: center;
    margin: 0 0 0.95rem;
    overflow: hidden;
}

.offer-visual img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.offer-visual-ina img {
    object-fit: contain;
    padding: 0.75rem;
}

.option-kicker {
    color: var(--gold-bright);
    display: block;
    font-size: 0.66rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    margin-bottom: 0.55rem;
    text-transform: uppercase;
}

.offer-option h4 {
    color: var(--text);
    font-family: var(--display);
    font-size: clamp(1.85rem, 3.2vw, 2.45rem);
    line-height: 0.95;
    margin: 0 0 0.4rem;
}

.offer-price {
    color: var(--gold-bright);
    display: block;
    font-size: 1.45rem;
    line-height: 1;
    margin-bottom: 0.7rem;
}

.offer-option p {
    color: var(--text-soft);
    font-size: 0.92rem;
    margin-bottom: 0.95rem;
}

.offer-option .button {
    width: 100%;
}

.status-pill {
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(201, 169, 97, 0.24);
    border-radius: 999px;
    color: var(--gold-bright);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    margin-bottom: 1rem;
    padding: 0.55rem 0.85rem;
    text-transform: uppercase;
}

.pending-card {
    border-color: rgba(255, 189, 114, 0.34);
    background: rgba(255, 189, 114, 0.065);
}

.pending-card strong {
    color: var(--danger);
}

.note {
    color: var(--text-dim);
    font-size: 0.88rem;
    margin-top: 1.25rem;
}

.email-preview {
    width: min(720px, calc(100% - 2rem));
    margin: 0 auto;
    padding: 2rem 0;
}

.email-card {
    border: 1px solid rgba(201, 169, 97, 0.28);
    border-radius: 8px;
    background: #101115;
    padding: 30px 28px;
}

.email-card h1 {
    font-family: Arial, sans-serif;
    font-size: 28px;
    line-height: 1.12;
}

.email-card p {
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1.7;
}

@media (max-width: 900px) {
    .hero,
    .delivery-grid,
    .promise-list {
        grid-template-columns: 1fr;
    }

    .topbar {
        align-items: flex-start;
        flex-direction: column;
    }

    .nav {
        justify-content: flex-start;
    }
}

@media (max-width: 560px) {
    .page {
        width: min(100% - 1rem, 1120px);
    }

    .copy-panel,
    .asset-panel {
        padding: 1.5rem;
    }

    .audio-card,
    .promise-card,
    .pending-card {
        padding: 1.25rem;
    }

    .button {
        width: 100%;
    }

}
