/* Conversion-focused homepage and launch pages for Min Bornehave. */
:root {
    --mb-cream: #f3f8ff;
    --mb-cream-2: #f8fbff;
    --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: #d8e6f7;
    --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(248, 251, 255, 0.96), rgba(239, 246, 255, 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;
}

.search-first-hero {
    padding: 72px 16px 56px;
}

.search-first-hero .home-hero-inner {
    max-width: 960px;
    text-align: left;
}

.search-first-hero h1 {
    max-width: 14ch;
    font-size: clamp(2.55rem, 6.4vw, 5rem);
}

.hero-search-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    width: min(100%, 840px);
    margin-top: 26px;
    padding: 10px;
    border: 1px solid rgba(121, 173, 135, 0.28);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 18px 48px rgba(23, 32, 51, 0.1);
}

.hero-match-fields {
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
}

.hero-match-fields label {
    display: grid;
    gap: 5px;
    color: #315b3d;
    font-size: 0.72rem;
    font-weight: 850;
    text-align: left;
}

.hero-match-fields label span {
    color: #64748b;
    font-weight: 700;
}

.hero-match-fields input,
.hero-match-fields select {
    min-height: 44px;
    width: 100%;
    min-width: 0;
    border: 1px solid #d9e4dc;
    border-radius: 14px;
    background: #fff;
    color: var(--mb-navy);
    font-size: 0.9rem;
    font-weight: 700;
    padding: 0 12px;
    box-shadow: 0 10px 26px rgba(32, 45, 67, 0.04);
}

.hero-search-input-wrap {
    min-height: 54px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 16px;
    border-radius: 14px;
    background: #f8fbff;
    border: 1px solid #d8e6f7;
    color: var(--mb-muted);
}

.hero-search-input-wrap input {
    width: 100%;
    min-width: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--mb-navy);
    font-size: 1rem;
    font-weight: 750;
}

.hero-search-input-wrap input::placeholder {
    color: #8a96a8;
}

.hero-filter-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 14px;
}

.hero-filter-chips button {
    min-height: 38px;
    padding: 0 13px;
    border: 1px solid var(--mb-line);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.76);
    color: var(--mb-navy);
    font-size: 0.9rem;
    font-weight: 850;
}

.hero-filter-chips button:hover,
.hero-filter-chips button.is-active {
    border-color: rgba(121, 173, 135, 0.56);
    background: #eef7f0;
    color: #275d3b;
}

.hero-secondary-link {
    display: inline-flex;
    margin-top: 16px;
    color: #2f6945;
    font-weight: 900;
    text-decoration: none;
}

.parent-tool-grid,
.question-helper-grid,
.reflection-grid,
.week-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.question-helper-grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
}

.question-card {
    padding: 22px;
    border: 1px solid var(--mb-line);
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 10px 28px rgba(23, 32, 51, 0.06);
}

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

.question-card p,
.question-card li {
    color: var(--mb-muted);
    line-height: 1.55;
}

.question-card ul,
.question-card ol {
    margin: 14px 0 0;
    padding-left: 1.25rem;
}

.checklist-helper-section .startklar-card {
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
}

.checklist-icon {
    width: 78px;
    height: 78px;
    display: grid;
    place-items: center;
    border-radius: 20px;
    background: #eaf4ec;
    color: #2f6945;
    font-size: 2.4rem;
    font-weight: 950;
}

.institution-question-box {
    margin: 18px 0 4px;
    padding: 16px;
    border: 1px solid #d7eadc;
    border-radius: 14px;
    background: #f3faf5;
}

.institution-question-box h3 {
    margin: 0;
    color: var(--mb-navy);
    font-size: 1rem;
}

.institution-question-box p {
    margin: 6px 0 0;
    color: var(--mb-muted);
    font-size: 0.9rem;
    line-height: 1.45;
}

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

.institution-question-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
}

.hverdagsmatch-section {
    background: linear-gradient(180deg, #eff6ff 0%, #fff 100%);
}

.match-explainer-card {
    border-color: #dbeee1;
}

.match-signal-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin: 0 0 1rem;
}

.match-signal {
    display: inline-flex;
    flex-direction: column;
    gap: 0.15rem;
    min-width: 8rem;
    border: 1px solid #dbeee1;
    border-radius: 0.85rem;
    background: #f7fbf8;
    color: #315b3d;
    font-size: 0.72rem;
    line-height: 1.25;
    padding: 0.55rem 0.65rem;
}

.match-signal strong {
    color: #172033;
    font-size: 0.74rem;
}

.application-path-section {
    background: #fff;
}

.application-path-section .question-helper-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.application-path-card {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.institution-application-path {
    border: 1px solid #dbeee1;
    background: #f7fbf8;
    border-radius: 1rem;
    padding: 1rem;
    margin: 0 0 1rem;
}

.institution-application-path h3 {
    color: #172033;
    font-size: 1rem;
    font-weight: 850;
    margin: 0 0 0.35rem;
}

.institution-application-path p {
    color: #315b3d;
    font-size: 0.9rem;
    line-height: 1.5;
    margin: 0 0 0.75rem;
}

.city-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 18px;
}

.city-institution-card {
    box-shadow: none;
}

.guide-faq details {
    margin-top: 10px;
    padding: 14px 16px;
    border: 1px solid var(--mb-line);
    border-radius: 12px;
    background: #ffffff;
}

.guide-faq summary {
    cursor: pointer;
    color: var(--mb-navy);
    font-weight: 900;
}

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

.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,
.startklar-form textarea {
    width: 100%;
    min-height: 46px;
    border: 1px solid #d8e6f7;
    border-radius: 10px;
    background: #f8fbff;
    color: var(--mb-navy);
    padding: 0 12px;
    font-size: 1rem;
    font-weight: 600;
}

.startklar-form textarea {
    min-height: 96px;
    padding: 12px;
    resize: vertical;
}

.form-status {
    border-radius: 12px;
    padding: 12px 14px;
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.45;
}

.form-status-success {
    border: 1px solid #b9dbc3;
    background: #eef8f1;
    color: #14532d;
}

.form-status-error {
    border: 1px solid #fecaca;
    background: #fff1f2;
    color: #991b1b;
}

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

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

.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,
.premium-interest-form textarea {
    min-height: 48px;
    border: 1px solid #d8d1c6;
    border-radius: 10px;
    padding: 0 12px;
    font-weight: 700;
}

.premium-interest-form textarea {
    min-height: 120px;
    padding: 12px;
    resize: vertical;
}

.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-hub-grid a.soft-card {
    display: block;
    padding: 20px;
    border-radius: 14px;
    font-weight: inherit;
    line-height: inherit;
    transition: transform 150ms ease, box-shadow 150ms ease, border-color 150ms ease;
}

.guide-hub-grid a.soft-card:hover {
    transform: translateY(-2px);
    border-color: #b9d4f4;
    box-shadow: 0 14px 34px rgba(23, 32, 51, 0.09);
}

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

.legal-grid {
    display: grid;
    gap: 1rem;
}

.trust-note-inline {
    display: inline-flex;
    margin-top: 1rem;
    padding: 0.75rem 0.95rem;
    border: 1px solid #cfe7d5;
    border-radius: 999px;
    background: #f6fbf7;
    color: #1f5f3b !important;
    font-weight: 850;
}

.legal-grid .premium-interest-form {
    grid-template-columns: 1fr;
}

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

.guide-page h1 {
    margin-top: 0.65rem;
    max-width: 820px;
}

.guide-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin-bottom: 1rem;
    color: #667085;
    font-size: 0.9rem;
    font-weight: 700;
}

.guide-breadcrumb a {
    color: #2f6945;
    text-decoration: none;
}

.guide-card {
    margin-top: 1.25rem;
    padding: 1.25rem;
    border: 1px solid #e8e0d3;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 14px 30px rgba(23, 32, 51, 0.05);
}

.guide-card h2 {
    margin: 0 0 0.75rem;
    color: #172033;
}

.guide-card h3 {
    margin: 1rem 0 0.35rem;
    color: #1f5f3b;
}

.guide-checklist {
    display: grid;
    gap: 0.65rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.guide-checklist li {
    position: relative;
    padding-left: 1.45rem;
}

.guide-checklist li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55rem;
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 999px;
    background: #79ad87;
}

.guide-hub-grid a span {
    display: block;
    margin-top: 0.4rem;
    color: #667085;
    font-size: 0.92rem;
    line-height: 1.45;
}

.trust-note {
    background: #f6fbf7;
    border-color: #cfe7d5;
}

.final-cta {
    margin-top: 1.5rem;
    padding: 1.5rem;
    border-radius: 16px;
    background: #eef7f0;
    border: 1px solid #cfe7d5;
}

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

    .card-grid,
    .parent-tool-grid,
    .question-helper-grid,
    .application-path-section .question-helper-grid,
    .reflection-grid,
    .week-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: 12ch;
    }

    .search-first-hero {
        padding-top: 34px;
    }

    .search-first-hero h1 {
        max-width: 13ch;
        font-size: clamp(2.45rem, 11vw, 3.45rem);
    }

    .hero-search-form {
        grid-template-columns: 1fr;
        padding: 8px;
    }

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

    .hero-search-form .mb-btn {
        width: 100%;
    }

    .hero-filter-chips button {
        flex: 1 1 auto;
    }

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

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

    .city-list {
        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;
    }
}
