/* Conversion-focused homepage and launch pages for Min Bornehave. */
:root {
    --mb-cream: #fbf7ef;
    --mb-cream-2: #fffdf8;
    --mb-sky: #dff0ff;
    --mb-sky-strong: #8ac6ed;
    --mb-sage: #dcebdd;
    --mb-sage-strong: #79ad87;
    --mb-green: #79ad87;
    --mb-green-hover: #6a9d79;
    --mb-coral: #f6a47f;
    --mb-navy: #172033;
    --mb-muted: #5f6f85;
    --mb-line: #e7ded0;
    --mb-white: #ffffff;
}

html {
    scroll-behavior: smooth;
}

body {
    color: var(--mb-navy);
    background: var(--mb-cream);
}

.conversion-nav-cta {
    background: var(--mb-green) !important;
    color: var(--mb-white) !important;
    border-radius: 999px !important;
    font-weight: 800 !important;
    box-shadow: 0 10px 24px rgba(121, 173, 135, 0.28) !important;
}

.conversion-shell {
    background: var(--mb-cream);
}

.home-hero {
    padding: 42px 16px 34px;
    background:
        linear-gradient(180deg, rgba(255, 253, 248, 0.96), rgba(251, 247, 239, 0.96)),
        var(--mb-cream);
}

.home-hero-inner,
.conversion-section-inner {
    width: min(1120px, calc(100% - 32px));
    margin: 0 auto;
}

.home-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
    gap: 32px;
    align-items: center;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    padding: 7px 12px;
    border: 1px solid rgba(121, 173, 135, 0.35);
    border-radius: 999px;
    background: rgba(220, 235, 221, 0.66);
    color: #2f6945;
    font-size: 0.8rem;
    line-height: 1.2;
    font-weight: 800;
}

.home-hero h1,
.launch-page h1 {
    max-width: 11ch;
    margin: 18px 0 0;
    color: var(--mb-navy);
    font-size: clamp(2.55rem, 6vw, 4.35rem);
    line-height: 0.98;
    letter-spacing: 0;
    overflow-wrap: break-word;
    hyphens: auto;
}

.home-hero-copy {
    max-width: 58ch;
    margin: 18px 0 0;
    color: var(--mb-muted);
    font-size: 1.12rem;
    line-height: 1.65;
}

.hero-actions,
.section-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
}

.hero-trust-line {
    margin: 12px 0 0;
    color: #3e7a55;
    font-size: 0.92rem;
    font-weight: 800;
}

.mb-btn {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border-radius: 12px;
    padding: 0 18px;
    border: 1px solid transparent;
    font-weight: 800;
    text-decoration: none;
    transition: transform 150ms ease, box-shadow 150ms ease, background-color 150ms ease;
}

.mb-btn:hover {
    transform: translateY(-1px);
}

.mb-btn-primary {
    background: var(--mb-green);
    color: var(--mb-white);
    box-shadow: 0 12px 24px rgba(121, 173, 135, 0.28);
}

.mb-btn-primary:hover,
.conversion-nav-cta:hover {
    background: var(--mb-green-hover) !important;
}

.mb-btn-secondary {
    background: var(--mb-white);
    border-color: var(--mb-line);
    color: var(--mb-navy);
}

.mb-btn-soft {
    background: #eef7f0;
    color: #275d3b;
}

.hero-proof {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 28px;
}

.hero-proof > div {
    min-height: 84px;
    padding: 14px;
    border: 1px solid var(--mb-line);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.72);
}

.hero-proof strong {
    display: block;
    color: var(--mb-navy);
    font-size: 0.98rem;
}

.hero-proof span {
    display: block;
    margin-top: 4px;
    color: var(--mb-muted);
    font-size: 0.83rem;
    line-height: 1.35;
}

.startklar-card {
    border: 1px solid rgba(231, 222, 208, 0.9);
    border-radius: 16px;
    background: var(--mb-white);
    box-shadow: 0 24px 70px rgba(23, 32, 51, 0.12);
    overflow: hidden;
}

.startklar-media {
    display: grid;
    grid-template-columns: 98px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    padding: 18px;
    background: linear-gradient(90deg, var(--mb-sky), #f8fbff);
}

.startklar-media img,
.startklar-media video,
.milo-panel video,
.milo-panel img {
    width: 100%;
    max-height: 130px;
    object-fit: contain;
    border-radius: 12px;
}

.startklar-media h2 {
    margin: 0;
    color: var(--mb-navy);
    font-size: 1.28rem;
    line-height: 1.2;
}

.startklar-media p {
    margin: 7px 0 0;
    color: var(--mb-muted);
    font-size: 0.93rem;
    line-height: 1.5;
}

.startklar-form {
    display: grid;
    gap: 13px;
    padding: 18px;
}

.startklar-form label {
    display: grid;
    gap: 7px;
    color: var(--mb-navy);
    font-size: 0.88rem;
    font-weight: 800;
}

.startklar-form input,
.startklar-form select {
    width: 100%;
    min-height: 46px;
    border: 1px solid #d8d1c6;
    border-radius: 10px;
    background: #fffdf8;
    color: var(--mb-navy);
    padding: 0 12px;
    font-size: 1rem;
    font-weight: 600;
}

.need-fieldset {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 10px;
    margin: 0;
    padding: 12px;
    border: 1px solid #e4ddd2;
    border-radius: 12px;
    background: #fffdf8;
}

.need-fieldset legend {
    padding: 0 4px;
    color: var(--mb-navy);
    font-size: 0.88rem;
    font-weight: 900;
}

.need-fieldset label {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--mb-muted);
    font-size: 0.82rem;
    font-weight: 750;
}

.need-fieldset input[type="checkbox"] {
    width: 16px;
    min-height: 16px;
    flex: 0 0 auto;
}

.startklar-card-spaced {
    margin-top: 26px;
}

.checkbox-label {
    display: flex !important;
    align-items: flex-start;
    gap: 10px !important;
    font-weight: 700 !important;
}

.checkbox-label input[type="checkbox"] {
    width: 18px;
    min-height: 18px;
    margin-top: 3px;
    flex: 0 0 auto;
}

.trust-note {
    color: var(--mb-muted);
    font-size: 0.78rem;
    line-height: 1.45;
}

.startklar-result {
    display: none;
    margin: 18px;
    padding: 18px;
    border-radius: 12px;
    background: #f8fbff;
    border: 1px solid #d8ecff;
}

.startklar-result.is-visible {
    display: block;
}

.startklar-result h3 {
    margin: 0 0 10px;
    font-size: clamp(1.35rem, 3vw, 2rem);
    line-height: 1.12;
}

.startklar-result ul,
.startklar-result ol {
    margin: 10px 0 0;
    padding-left: 1.25rem;
    color: var(--mb-muted);
    line-height: 1.55;
}

.plan-result-header p {
    margin: 8px 0 0;
    color: var(--mb-muted);
    line-height: 1.55;
}

.plan-result-note {
    font-weight: 800;
}

.plan-result-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 16px;
}

.plan-result-card {
    padding: 14px;
    border: 1px solid #d8ecff;
    border-radius: 12px;
    background: #ffffff;
}

.plan-result-card-wide {
    grid-column: 1 / -1;
}

.plan-result-card h4 {
    margin: 0;
    color: var(--mb-navy);
    font-size: 0.98rem;
}

.plan-result-card a,
.text-link {
    color: #2f6945;
    font-weight: 900;
    text-decoration: none;
}

.plan-result-cta {
    display: grid;
    gap: 12px;
    margin-top: 16px;
    padding: 16px;
    border-radius: 14px;
    background: #eef7f0;
}

.plan-result-cta p {
    margin: 5px 0 0;
    color: var(--mb-muted);
    font-size: 0.92rem;
    line-height: 1.5;
}

.plan-email-form {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.plan-email-form input {
    min-width: min(100%, 260px);
    min-height: 48px;
    flex: 1;
    border: 1px solid #d8d1c6;
    border-radius: 10px;
    padding: 0 12px;
    font-weight: 700;
}

.plan-email-success {
    margin: 0;
    color: #2f6945;
    font-weight: 900;
}

.conversion-section {
    padding: 58px 0;
    background: var(--mb-cream);
}

.conversion-section:nth-of-type(even) {
    background: var(--mb-cream-2);
}

.section-heading {
    max-width: 720px;
    margin-bottom: 26px;
}

.section-heading.center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.section-kicker {
    color: #3e7a55;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.section-heading h2 {
    margin: 8px 0 0;
    color: var(--mb-navy);
    font-size: clamp(2rem, 5vw, 3.25rem);
    line-height: 1.05;
    letter-spacing: 0;
}

.section-heading p {
    margin: 12px 0 0;
    color: var(--mb-muted);
    font-size: 1rem;
    line-height: 1.65;
}

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

.soft-card {
    min-height: 100%;
    padding: 20px;
    border: 1px solid var(--mb-line);
    border-radius: 12px;
    background: var(--mb-white);
    box-shadow: 0 10px 28px rgba(23, 32, 51, 0.06);
}

.soft-card h3 {
    margin: 0;
    color: var(--mb-navy);
    font-size: 1.08rem;
}

.soft-card p {
    margin: 9px 0 0;
    color: var(--mb-muted);
    font-size: 0.92rem;
    line-height: 1.55;
}

.soft-card ul {
    margin: 12px 0 0;
    padding-left: 1.2rem;
    color: var(--mb-muted);
    font-size: 0.9rem;
    line-height: 1.55;
}

.status-pill {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin-bottom: 12px;
    padding: 5px 9px;
    border-radius: 999px;
    background: #eaf4ec;
    color: #2f6945;
    font-size: 0.76rem;
    font-weight: 900;
}

.milo-panel {
    display: grid;
    grid-template-columns: minmax(220px, 0.8fr) minmax(0, 1.2fr);
    gap: 28px;
    align-items: center;
    padding: 26px;
    border: 1px solid var(--mb-line);
    border-radius: 16px;
    background: linear-gradient(135deg, #ffffff, #eef7f0);
}

.milo-value-list {
    margin: 16px 0 0;
    padding-left: 1.2rem;
    color: var(--mb-muted);
    line-height: 1.65;
}

.guide-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.guide-card {
    padding: 16px;
    border: 1px solid var(--mb-line);
    border-radius: 10px;
    background: var(--mb-white);
    color: var(--mb-navy);
    text-decoration: none;
    font-weight: 800;
    line-height: 1.35;
}

.guide-card span {
    display: block;
    margin-top: 8px;
    color: var(--mb-muted);
    font-size: 0.82rem;
    font-weight: 600;
}

.trust-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.trust-list div {
    padding: 16px;
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid var(--mb-line);
    color: var(--mb-muted);
    line-height: 1.5;
}

.trust-list strong {
    display: block;
    margin-bottom: 4px;
    color: var(--mb-navy);
}

.beta-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.75fr);
    gap: 24px;
    align-items: start;
    padding: 28px;
    border: 1px solid var(--mb-line);
    border-radius: 18px;
    background: linear-gradient(135deg, #ffffff, #eef7f0);
    box-shadow: 0 16px 40px rgba(23, 32, 51, 0.08);
}

.beta-form {
    border: 1px solid var(--mb-line);
    border-radius: 14px;
    background: #ffffff;
}

.premium-interest-form {
    display: grid;
    grid-template-columns: minmax(220px, 1fr) minmax(160px, 0.55fr) minmax(190px, 0.65fr) auto;
    gap: 12px;
    align-items: end;
    margin-top: 18px;
    padding: 18px;
    border: 1px solid var(--mb-line);
    border-radius: 14px;
    background: #ffffff;
}

.premium-interest-form strong {
    color: var(--mb-navy);
}

.premium-interest-form p {
    margin: 5px 0 0;
    color: var(--mb-muted);
    font-size: 0.9rem;
}

.premium-interest-form input,
.premium-interest-form select {
    min-height: 48px;
    border: 1px solid #d8d1c6;
    border-radius: 10px;
    padding: 0 12px;
    font-weight: 700;
}

.home-search-section {
    background: var(--mb-cream-2);
    color: var(--mb-navy);
}

.home-search-card {
    border-radius: 16px !important;
    border-color: var(--mb-line) !important;
    box-shadow: 0 16px 40px rgba(23, 32, 51, 0.08) !important;
}

.search-safety-note {
    margin-top: 12px;
    color: var(--mb-muted);
    font-size: 0.82rem;
    line-height: 1.45;
}

.final-cta-band {
    padding: 38px;
    border-radius: 18px;
    background: var(--mb-navy);
    color: #ffffff;
}

.final-cta-band h2 {
    margin: 0;
    font-size: clamp(2rem, 5vw, 3.3rem);
    line-height: 1.05;
}

.final-cta-band p {
    max-width: 52ch;
    margin: 12px 0 0;
    color: #d8e0ee;
    line-height: 1.65;
}

.mobile-sticky-cta {
    display: none;
}

.launch-page {
    min-height: 100vh;
    background: var(--mb-cream);
}

.simple-header {
    position: sticky;
    top: 0;
    z-index: 50;
    border-bottom: 1px solid var(--mb-line);
    background: rgba(255, 253, 248, 0.94);
    backdrop-filter: blur(10px);
}

.simple-nav {
    width: min(1120px, calc(100% - 32px));
    min-height: 68px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin: 0 auto;
}

.simple-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--mb-navy);
    text-decoration: none;
    font-size: 1.05rem;
    font-weight: 900;
}

.simple-brand img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    object-fit: cover;
}

.simple-links {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.simple-links a {
    color: var(--mb-muted);
    text-decoration: none;
    font-weight: 800;
    font-size: 0.92rem;
}

.launch-hero {
    padding: 64px 16px 40px;
}

.launch-content {
    width: min(920px, calc(100% - 32px));
    margin: 0 auto;
}

.launch-content p {
    color: var(--mb-muted);
    line-height: 1.7;
}

.launch-section {
    padding: 34px 0;
}

.article-list {
    display: grid;
    gap: 16px;
}

.article-list article {
    padding: 22px;
    border: 1px solid var(--mb-line);
    border-radius: 12px;
    background: var(--mb-white);
}

.guide-hub-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
}

.guide-hub-grid a {
    padding: 12px;
    border: 1px solid var(--mb-line);
    border-radius: 10px;
    background: #ffffff;
    color: var(--mb-navy);
    font-size: 0.88rem;
    font-weight: 850;
    line-height: 1.3;
    text-decoration: none;
}

.guide-article-list article {
    display: grid;
    gap: 10px;
}

.guide-article-list p {
    margin: 0;
    color: var(--mb-muted);
    line-height: 1.65;
}

.guide-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 8px;
}

.guide-faq h3 {
    margin: 10px 0 0;
    color: var(--mb-navy);
}

.article-list h2,
.article-list h3 {
    margin: 0;
    color: var(--mb-navy);
}

.article-list ul {
    color: var(--mb-muted);
    line-height: 1.7;
}

@media (max-width: 900px) {
    .home-hero-grid,
    .milo-panel,
    .beta-panel {
        grid-template-columns: 1fr;
    }

    .card-grid,
    .trust-list,
    .premium-interest-form {
        grid-template-columns: 1fr;
    }

    .guide-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .guide-hub-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .home-hero {
        padding-top: 28px;
    }

    .home-hero h1 {
        max-width: 10ch;
    }

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

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

    .guide-hub-grid {
        grid-template-columns: 1fr;
    }

    .need-fieldset,
    .plan-result-grid {
        grid-template-columns: 1fr;
    }

    .mobile-sticky-cta {
        position: fixed;
        left: 12px;
        right: 12px;
        bottom: 12px;
        z-index: 9999;
        min-height: 50px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 14px;
        background: var(--mb-green);
        color: var(--mb-white);
        font-weight: 900;
        text-decoration: none;
        box-shadow: 0 16px 32px rgba(121, 173, 135, 0.32);
    }

    body {
        padding-bottom: 78px;
    }
}
