@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@600;700&display=swap");

:root {
    --ink: #16132b;
    --ink-muted: #5c5878;
    --paper: #f5f4fa;
    --surface: #ffffff;
    --accent: #5b35e5;
    --accent-hover: #4a28cc;
    --accent-soft: #efe8ff;
    --accent-deep: #170312;
    --accent-super-soft:#e8eefb;
    --line: #e6e2f0;
    --ok: #128a5e;
    --ok-soft: #e5f6ee;
    --warn: #c2410c;
    --warn-soft: #fdece4;
    --info: #2f6fe0;
    --info-soft: #e8f0fc;
    --shadow: 0 18px 50px rgb(45 28 90 / 10%);
    --shadow-soft: 0 8px 24px rgb(45 28 90 / 6%);
    --radius: 0.7rem;
    --sans: "Plus Jakarta Sans", "Segoe UI", sans-serif;
    --bs-body-font-family: var(--sans);
    --bs-body-color: var(--ink);
    --bs-body-bg: var(--paper);
    --bs-primary: var(--accent);
    --bs-primary-rgb: 91, 53, 229;
    --bs-link-color: var(--accent);
    --bs-link-hover-color: var(--accent-hover);
    --bs-border-color: var(--line);
    --bs-border-radius: 0.85rem;
}

html {
    font-size: 17px;
    min-height: 100%;
}

.btn{
    padding: 0.72rem 1.2rem;
    font-size: 0.88rem;
    border-radius: 0.55rem;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: var(--paper);
    color: var(--ink);
    font-family: var(--sans);
    line-height: 1.55;
}

h1, h2, h3, .navbar-brand {
    font-weight: 700;
    letter-spacing: -0.03em;
}

.skip-link {
    position: absolute;
    left: -999px;
    top: 0;
    background: var(--accent);
    color: #fff;
    padding: 0.5rem 0.75rem;
    z-index: 10;
}

.skip-link:focus {
    left: 0.75rem;
    top: 0.75rem;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 30;
    background: rgb(255 255 255 / 92%);
    border-bottom: 1px solid rgb(230 226 240 / 80%);
    backdrop-filter: blur(14px);
}

.navbar {
    padding-block: 0.7rem;
}

.navbar-brand {
    color: var(--accent);
    font-size: 1.28rem;
    text-decoration: none;
    height: 50px;
}

.navbar-brand:hover,
.navbar-brand:focus {
    color: var(--accent-hover);
}

.navbar-brand img {
    height: 100%;
    width: auto;
}

.navbar-toggler {
    border-color: var(--line);
    padding: 0.4rem 0.55rem;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 0.2rem rgb(91 53 229 / 18%);
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%2316132b' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-nav .nav-link {
    color: var(--ink-muted);
    font-weight: 400;
    padding-inline: 0.85rem;
    font-size: 0.81rem;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
    color: var(--accent);
}

.navbar-actions {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.btn-nav-cta {
    padding: 0.5rem 1.1rem;
    font-weight: 700;
    border-radius: 0.7rem;
}

.site-main {
    flex: 1 0 auto;
    padding-block: 2.25rem 3.5rem;
}

.page-home .site-main,
.page-discover .site-main,
.page-guides .site-main {
    padding: 0;
}

.site-stance {
    flex-shrink: 0;
    background: #e8eefb;
    padding: 2.25rem 0;
    text-align: center;
    margin-bottom: 10px;
}

.site-stance-inner {
    max-width: 40rem;
    margin: 0 auto;
}

.site-stance-icon {
    width: 3rem;
    height: 3rem;
    color: #1f6b45;
    margin-bottom: 1rem;
}

.site-stance-lead {
    margin: 0;
    font-size: 24px; /* clamp(1.15rem, 2.1vw, 1.45rem); */
    font-weight: 500;
    letter-spacing: -0.03em;
    line-height: 1.35;
    color: var(--ink);
}

.site-stance-note {
    margin: 0.85rem 0 0;
    color: var(--ink-muted);
    font-size: 1rem;
    line-height: 1.5;
}

.site-footer {
    flex-shrink: 0;
    margin-top: 0;
    background: var(--accent-deep);
    color: rgb(246 243 250 / 72%);
    font-size: 0.8rem;
    padding-top: 3.25rem;
    box-shadow: 0 -5px 10px 0px rgba(0, 0, 0, 0.1);
}

.site-footer-brand {
    display: inline-block;
    font-size: 1.45rem;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: var(--paper);
    text-decoration: none;
    line-height: 1.2;
    margin-bottom: 12px;
}

.site-footer-brand:hover,
.site-footer-brand:focus {
    color: #fff;
}

.site-footer-tagline {
    margin: 0.55rem 0 0;
    color: var(--paper);
    font-weight: 600;
}

.site-footer-blurb {
    margin: 0.7rem 0 0;
    max-width: 22rem;
    color: rgb(246 243 250 / 62%);
    font-size: 0.9rem;
}

.site-footer-heading {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--paper);
    margin: 0.2rem 0 0.85rem;
}

.site-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 16px;
}

.site-footer-links a {
    display: inline-block;
    padding: 0.28rem 0;
    color: rgb(246 243 250 / 72%);
    text-decoration: none;
}

.site-footer-links a:hover,
.site-footer-links a:focus {
    color: #fff;
}

.site-footer a:focus-visible {
    outline: 2px solid rgb(246 243 250 / 85%);
    outline-offset: 3px;
}

.site-footer-aside {
    display: block;
    width: fit-content;
    max-width: 38rem;
    margin: 2rem 0 0 auto;
    padding-top: 1.15rem;
    text-align: right;
    color: rgb(246 243 250 / 78%);
    font-size: 0.75rem;
    font-style: italic;
    border-top: 1px solid rgb(246 243 250 / 10%);
}

.site-footer-bar {
    margin-top: 2.75rem;
    padding-block: 1.1rem 1.25rem;
    border-top: 1px solid rgb(246 243 250 / 10%);
    color: rgb(246 243 250 / 48%);
    font-size: 0.88rem;
}

.site-footer-bar .container {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem 1.5rem;
    justify-content: space-between;
    align-items: baseline;
}

.site-footer-copy,
.site-footer-note {
    margin: 0;
}

.hero h1 {
    font-size: clamp(1.05rem, 2.6vw, 2.35rem);
    line-height: 1.12;
    margin-bottom: 0.9rem;
}

.home-hero h1 {
    line-height: 1.18;
    margin-bottom: 0.9rem;
}

.lede {
    font-size: 1.08rem;
    max-width: 38rem;
    color: var(--ink-muted);
}

.note {
    margin-top: 1.25rem;
    padding: 0.75rem 0;
    border-top: 1px solid var(--line);
    color: var(--ink-muted);
    max-width: 38rem;
}

.form-label {
    font-weight: 600;
}

.form-control,
.form-select {
    background: var(--surface);
    border-color: var(--line);
}

.form-control:focus,
.form-select:focus {
    border-color: var(--accent);
    box-shadow: 0 0 0 0.2rem rgb(91 53 229 / 16%);
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--accent);
    --bs-btn-border-color: var(--accent);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--accent-hover);
    --bs-btn-hover-border-color: var(--accent-hover);
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--accent-hover);
    --bs-btn-active-border-color: var(--accent-hover);
    font-weight: 700;
}

.btn-outline-primary {
    --bs-btn-color: var(--accent);
    --bs-btn-border-color: var(--line);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--accent);
    --bs-btn-hover-border-color: var(--accent);
    --bs-btn-active-color: #fff;
    background: var(--surface);
    font-weight: 700;
}

.btn-lg {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.6rem 1rem;
    font-size: 1rem;
    border-radius: 0.5rem;
}

.btn-icon {
    width: 1.05rem;
    height: 1.05rem;
    flex: 0 0 auto;
}

.icon {
    display: block;
    flex: 0 0 auto;
    width: 1.15rem;
    height: 1.15rem;
    background-color: currentColor;
    -webkit-mask: var(--icon) center / contain no-repeat;
    mask: var(--icon) center / contain no-repeat;
}

.btn-icon.icon {
    width: 1.05rem;
    height: 1.05rem;
}

.icon-grid { --icon: url("../img/icon-grid.svg"); }
.icon-calculator { --icon: url("../img/icon-calculator.svg"); }
.icon-chart { --icon: url("../img/icon-chart.svg"); }
.icon-house { --icon: url("../img/icon-house.svg"); }
.icon-guides { --icon: url("../img/icon-guides.svg"); }
.icon-kit { --icon: url("../img/icon-kit.svg"); }
.icon-document { --icon: url("../img/icon-document.svg"); }
.icon-shield { --icon: url("../img/icon-shield.svg"); }
.icon-check { --icon: url("../img/icon-check.svg"); }
.icon-warning { --icon: url("../img/icon-warning.svg"); }
.icon-folder-check { --icon: url("../img/icon-folder-check.svg"); }
.icon-verified { --icon: url("../img/icon-verified.svg"); }
.icon-camera { --icon: url("../img/icon-camera.svg"); }
.icon-folder { --icon: url("../img/icon-folder.svg"); }
.icon-pin { --icon: url("../img/icon-pin.svg"); }
.icon-lock { --icon: url("../img/icon-lock.svg"); }
.icon-close { --icon: url("../img/icon-close.svg"); }
.icon-store { --icon: url("../img/icon-store.svg"); }
.icon-gavel { --icon: url("../img/icon-gavel.svg"); }
.icon-megaphone { --icon: url("../img/icon-megaphone.svg"); }

.result {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 1.25rem 1.35rem;
    box-shadow: var(--shadow-soft);
}

.result dt {
    color: var(--ink-muted);
    font-weight: 400;
}

.result dd {
    font-size: 1.45rem;
    font-weight: 700;
    margin-bottom: 0.85rem;
}

.assumptions {
    padding-left: 1.1rem;
    color: var(--ink-muted);
}

.page-title {
    margin-bottom: 1rem;
}

.prose {
    max-width: 40rem;
}

.tools-head {
    margin-bottom: 1.75rem;
}

.tools-head .page-title {
    margin-bottom: 0.65rem;
}

.tools-head .lede {
    margin: 0;
}

.tools-kit {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

.tools-featured {
    display: grid;
    gap: 1.15rem;
    padding: 1.35rem 1.25rem 1.4rem;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow-soft);
}

.tools-featured-copy h2 {
    margin: 0 0 0.4rem;
    font-size: 1.28rem;
}

.tools-featured-copy p {
    margin: 0 0 1.1rem;
    max-width: 36rem;
    color: var(--ink-muted);
}

.tools-featured-copy .btn {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.tools-featured-visual {
    display: none;
}

.tools-row {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.85rem 1rem;
    align-items: start;
    padding: 1.05rem 1.1rem;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    color: inherit;
    text-decoration: none;
}

.tools-row:visited {
    color: inherit;
}

.tools-row:hover,
.tools-row:focus-visible {
    border-color: var(--accent);
}

.tools-row:hover .tools-row-title,
.tools-row:focus-visible .tools-row-title {
    color: var(--accent);
}

.tools-row:focus-visible {
    outline: 2px solid var(--accent);
    outline-offset: 3px;
}

.tools-row-icon {
    display: grid;
    place-items: center;
    width: 2.35rem;
    height: 2.35rem;
    border-radius: 0.7rem;
}

.tools-row-icon .icon {
    width: 1.1rem;
    height: 1.1rem;
}

.tools-row-icon-kit {
    background: var(--info-soft);
    color: var(--info);
}

.tools-row-icon-doc {
    background: var(--ok-soft);
    color: var(--ok);
}

.tools-row-copy {
    display: grid;
    gap: 0.25rem;
    min-width: 0;
}

.tools-row-title {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.3;
}

.tools-row-text {
    color: var(--ink-muted);
    font-size: 0.95rem;
}

.tools-row-go {
    grid-column: 2;
    font-weight: 700;
    color: var(--accent);
    font-size: 0.92rem;
}

.tools-account {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.9rem 1.15rem;
    margin-top: 1.85rem;
    padding-top: 1.45rem;
    border-top: 1px solid var(--line);
}

.tools-account-icon {
    display: grid;
    place-items: center;
    width: 2.35rem;
    height: 2.35rem;
    flex: 0 0 auto;
    border-radius: 0.7rem;
    background: var(--accent-soft);
    color: var(--accent);
}

.tools-account-icon .icon {
    width: 1.1rem;
    height: 1.1rem;
}

.tools-account-copy {
    flex: 1 1 16rem;
}

.tools-account-copy h2 {
    margin: 0 0 0.25rem;
    font-size: 1.05rem;
}

.tools-account-copy p {
    margin: 0;
    color: var(--ink-muted);
    font-size: 0.95rem;
}

.tools .note {
    margin-top: 1.35rem;
    padding-top: 0;
    border-top: 0;
}

@media (min-width: 768px) {
    .tools-featured {
        grid-template-columns: minmax(0, 1fr) 11rem;
        align-items: center;
        gap: 1.5rem;
        padding: 1.55rem 1.5rem 1.6rem;
    }

    .tools-featured-copy h2 {
        font-size: 1.4rem;
    }

    .tools-featured-visual {
        display: grid;
        place-items: center;
        height: 100%;
        min-height: 7.5rem;
        background: var(--accent-soft);
        border-radius: var(--radius);
    }

    .tools-featured-visual img {
        display: block;
        width: 8.5rem;
        height: auto;
    }

    .tools-row {
        grid-template-columns: auto 1fr auto;
        align-items: center;
        padding: 1.15rem 1.25rem;
    }

    .tools-row-go {
        grid-column: auto;
        align-self: center;
    }
}

.home-hero {
    padding: 1.5rem 0 0;
    background: #fff;
}

.home-hero-lead {
    display: grid;
    overflow: hidden;
    border-radius: var(--radius);
}

.home-hero-copy {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}

.home-hero-kicker {
    margin: 0 0 0.95rem;
    color: #4b4770;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.home-hero h1 {
    max-width: 39rem;
    margin: 0 0 0.95rem;
    color: #17133f;
    font-size: clamp(2.15rem, 5.4vw, 3rem);
    line-height: 1.03;
    letter-spacing: -0.055em;
}

.home-hero h1 span {
    color: var(--accent);
}

.home-hero .lede {
    margin-bottom: 0;
    max-width: 36rem;
    color: #514c70;
    font-size: clamp(0.98rem, 1.6vw, 1.08rem);
    line-height: 1.65;
}

.home-action {
    width: min(100%, 39rem);
    margin-top: 1.35rem;
    overflow: hidden;
    background: rgb(255 255 255 / 96%);
    border: 1px solid #e7e2f1;
    border-radius: 0.75rem;
    box-shadow: 0 12px 30px rgb(51 35 110 / 11%);
}

.home-action-tabs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-bottom: 1px solid #e8e4f0;
}

.home-action-tab {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    gap: 0.45rem;
    padding: 0.82rem 0.55rem;
    color: #706b86;
    border-right: 1px solid #eeeaf5;
    font-size: 0.72rem;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
}

.home-action-tab:last-child {
    border-right: 0;
}

.home-action-tab .icon {
    width: 0.95rem;
    height: 0.95rem;
}

.home-action-tab:hover,
.home-action-tab:focus-visible,
.home-action-tab.is-active {
    color: var(--accent);
    background: #fff;
}

.home-action-tab.is-active {
    box-shadow: inset 0 -2px 0 var(--accent);
}

.home-action-body {
    padding: 1.25rem 0.85rem 0.85rem;
}

.home-action-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: stretch;
    gap: 0.65rem;
}

.home-action-select {
    position: relative;
    display: flex;
    align-items: center;
    min-width: 0;
    color: #49445f;
}

.home-action-select > .icon {
    position: absolute;
    z-index: 1;
    left: 0.8rem;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
}

.home-action-select::after {
    position: absolute;
    right: 0.85rem;
    width: 0.45rem;
    height: 0.45rem;
    border-right: 1.5px solid #7a7390;
    border-bottom: 1.5px solid #7a7390;
    content: "";
    pointer-events: none;
    transform: translateY(-0.14rem) rotate(45deg);
}

.home-action-select select {
    width: 100%;
    min-height: 2.7rem;
    padding: 0.65rem 2.35rem 0.65rem 2.35rem;
    appearance: none;
    color: #28233d;
    background: #fff;
    border: 1px solid #e5e1ed;
    border-radius: 0.55rem;
    font: inherit;
    font-size: 0.78rem;
    font-weight: 700;
}

.home-action-submit {
    justify-content: center;
    min-width: 11.7rem;
    gap: 0.7rem;
    padding-inline: 1rem;
    border-radius: 0.55rem;
    font-size: 0.78rem;
}

.home-action-quick {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.4rem 0.65rem;
    margin-top: 1rem;
    color: #77728f;
    font-size: 0.67rem;
}

.home-action-cities {
    display: flex;
    flex-wrap: wrap;
    gap: 0.38rem;
}

.home-action-cities a {
    padding: 0.36rem 0.65rem;
    color: #625d78;
    background: #f4f2f8;
    border-radius: 999px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
}

.home-action-cities a:hover,
.home-action-cities a:focus-visible {
    color: var(--accent);
    background: #eee9ff;
}

.home-action-tab:focus-visible,
.home-action-select select:focus-visible,
.home-action-submit:focus-visible,
.home-action-cities a:focus-visible {
    outline: 2px solid var(--accent);
    outline-offset: 2px;
}

.home-hero-proof {
    position: relative;
    align-self: flex-start;
    max-width: 13rem;
    margin: clamp(2rem, 5vw, 3.75rem) 0 0;
    color: #312568;
    font-family: "Caveat", cursive;
    font-size: 1.28rem;
    font-weight: 600;
    line-height: 1.15;
    transform: rotate(-4deg);
}

.home-hero-proof svg {
    position: absolute;
    top: -0.15rem;
    left: calc(100% + 0.65rem);
    width: 4.5rem;
    height: 5rem;
    overflow: visible;
    color: var(--accent);
    fill: none;
    stroke: currentColor;
    stroke-width: 1.35;
    stroke-linecap: round;
    stroke-linejoin: round;
    transform: rotate(5deg);
}

.home-hero-visual {
    position: relative;
    min-width: 0;
    min-height: 26rem;
    margin: 0;
    overflow: hidden;
}

.home-hero-visual-media {
    position: relative;
    height: 100%;
    min-height: inherit;
}

.home-hero-visual img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 26rem;
    object-fit: cover;
    object-position: 56% center;
}

.home-hero-visual figcaption {
    position: absolute;
    z-index: 2;
    top: 1.3rem;
    right: 7.15rem;
    width: 10.2rem;
    margin: 0;
    padding: 0.9rem 0.9rem 1rem;
    color: #241f3d;
    background: rgb(255 250 240 / 92%);
    border: 1px solid rgb(56 48 95 / 22%);
    box-shadow: 0 8px 25px rgb(36 23 63 / 16%);
    font-family: "Caveat", cursive;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    transform: rotate(-2deg);
}

.home-hero-checklist {
    position: absolute;
    z-index: 2;
    top: 23%;
    left: 13%;
    display: grid;
    gap: 0.18rem;
    width: 7rem;
    padding: 0.85rem 1rem;
    color: #312568;
    background: #fff1a9;
    box-shadow: 0 10px 24px rgb(51 35 25 / 18%);
    font-family: "Caveat", cursive;
    font-size: 1.05rem;
    font-weight: 600;
    line-height: 1.05;
    transform: rotate(-15deg);
}

.page-hero {
    padding: 1.15rem 0 0;
    background: #fff;
}

.page-hero-lead {
    display: grid;
    gap: 1.15rem;
    align-items: stretch;
}

.page-hero-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}

.page-hero-kicker {
    margin: 0 0 0.7rem;
    color: #4b4770;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.page-hero h1 {
    max-width: 18ch;
    margin: 0 0 0.65rem;
    color: #17133f;
    font-size: clamp(1.85rem, 4vw, 2.4rem);
    line-height: 1.08;
    letter-spacing: -0.045em;
}

.page-hero .lede {
    margin-bottom: 0;
    max-width: 32rem;
    color: #514c70;
    font-size: 1rem;
    line-height: 1.6;
}

.page-hero-visual {
    position: relative;
    min-width: 0;
    margin: 0;
    overflow: hidden;
    border-radius: 0.85rem;
}

.page-hero-visual img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 14.5rem;
    object-fit: cover;
    object-position: 56% center;
}

.page-hero-visual figcaption {
    position: absolute;
    z-index: 2;
    top: 0.85rem;
    right: 0.85rem;
    width: 8.4rem;
    margin: 0;
    padding: 0.7rem 0.75rem 0.8rem;
    color: #241f3d;
    background: rgb(255 250 240 / 92%);
    border: 1px solid rgb(56 48 95 / 22%);
    box-shadow: 0 8px 25px rgb(36 23 63 / 16%);
    font-family: "Caveat", cursive;
    font-size: 0.95rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    transform: rotate(-2deg);
}

.home-journey {
    padding: 2rem 0 2.5rem;
}

.home-journey-head {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.25rem 1rem;
    margin-bottom: 1.15rem;
}

.home-journey-head h2 {
    margin: 0;
    font-size: clamp(1.35rem, 2.4vw, 1.7rem);
}

.home-journey-head p {
    margin: 0;
    color: var(--ink-muted);
    font-size: 0.92rem;
}

.home-journey-grid {
    display: grid;
    gap: 0.7rem;
    grid-template-columns: 1fr;
}

.home-stages {
    display: contents;
    margin: 0;
    padding: 0;
    list-style: none;
}

.home-stages > li {
    display: flex;
    min-width: 0;
}

.home-stage {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
    width: 100%;
    min-height: 11.5rem;
    padding: 1.1rem 1rem 0.95rem;
    color: inherit;
    text-decoration: none;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 1.15rem;
    box-shadow: var(--shadow-soft);
}

.home-stage:hover,
.home-stage:focus-visible {
    border-color: rgb(91 53 229 / 38%);
}

.home-stage:focus-visible {
    outline: 2px solid var(--accent);
    outline-offset: 3px;
}

.home-stage-icon {
    display: grid;
    place-items: start center;
    width: 1.55rem;
    height: 1.75rem;
    margin-bottom: 0.7rem;
    color: var(--accent);
}

.home-stage-icon .icon {
    width: 1.95rem;
    height: 1.95rem;
    margin-left:-0.2rem;
}

.home-stage-label {
    color: var(--ink-muted);
    font-size: 0.76rem;
    font-weight: 600;
}

.home-stage strong {
    margin-top: 0.08rem;
    font-size: 1rem;
    letter-spacing: -0.03em;
    line-height: 1.25;
}

.home-stage-text {
    margin-top: 0.3rem;
    color: var(--ink-muted);
    font-size: 0.84rem;
    line-height: 1.4;
}

.home-stage-arrow {
    margin-top: auto;
    padding-top: 0.85rem;
    color: var(--accent);
    font-size: 1.15rem;
    line-height: 1;
}

.home-journey-aside {
    position: relative;
    min-width: 0;
    min-height: 11.5rem;
    display: flex;
    font-size: 0.81rem;

    align-items: center;
    padding: 1.05rem 5.25rem 1.05rem 1.1rem;
    overflow: hidden;
    background: linear-gradient(135deg, #eee8ff 0%, #e8e0fb 100%);
    border: 1px solid #e3d9f8;
    border-radius: 1.15rem;
    box-shadow: var(--shadow-soft);
}

.home-journey-quote {
    position: relative;
    z-index: 1;
    margin: 0;
    max-width: 8.5rem;
    color: #28204f;
    font-family: "Caveat", cursive;
    font-size: 0.81rem;
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: 0;
    transform: rotate(-3deg);
    transform-origin: left center;
}

.home-journey-quote em,
.home-journey-quote strong {
    display: block;
    font-style: normal;
    font-weight: 700;
}

.home-journey-quote strong {
    position: relative;
    width: max-content;
    margin-top: 0.05rem;
}

.home-journey-quote strong::after {
    content: "";
    display: block;
    width: 2.6rem;
    margin-top: 0.7rem;
    border-top: 1.5px solid var(--accent);
    transform: rotate(1deg);
}

.home-journey-aside img {
    position: absolute;
    right: -0.45rem;
    bottom: 0.05rem;
    width: 8rem;
    height: auto;
    pointer-events: none;
}

.pill {
    display: inline-flex;
    align-items: center;
    padding: 0.22rem 0.65rem;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1.3;
    white-space: nowrap;
}

.pill-ok {
    background: var(--ok-soft);
    color: var(--ok);
}

.pill-warn {
    background: var(--warn-soft);
    color: var(--warn);
}

.home-guides {
    padding: 2.3rem 0 2.35rem;
    background: #f8f7fd;
}

.section-title {
    font-size: clamp(1.45rem, 2.4vw, 1.85rem);
    margin: 0 0 1.5rem;
}

.section-head {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.5rem 1rem;
    margin-bottom: 1.5rem;
}

.section-head .section-title {
    margin: 0;
}

.section-more {
    font-weight: 700;
    text-decoration: none;
}

.section-more:hover,
.section-more:focus {
    text-decoration: underline;
}

.guide-visual-mint {
    background: #e7f6ee;
}

.guide-visual-lilac {
    background: var(--accent-soft);
}

.guide-visual-sand {
    background: #f8ead8;
}

.home-charter {
    overflow: hidden;
    padding: 2.25rem 0;
    background: #fff;
    padding-bottom: 2.65rem;
}

.home-charter-layout {
    display: grid;
    gap: 2.25rem 3rem;
    align-items: center;
}

.home-charter-copy {
    max-width: 32rem;
}

.home-charter-kicker {
    margin: 0 0 0.7rem;
    color: var(--accent);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.home-charter h2 {
    margin: 0 0 0.9rem;
    color: var(--ink);
    font-size: clamp(1.7rem, 3.2vw, 2.45rem);
    line-height: 1.15;
}

.home-charter-copy > p {
    margin: 0 0 1.5rem;
    max-width: 28rem;
    color: var(--ink-muted);
    font-size: 1.02rem;
}

.home-charter-aside {
    position: relative;
    min-width: 0;
    padding: 0.25rem 5.5rem 0 0;
}

.home-charter-points {
    display: grid;
    gap: 1.5rem 1.75rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.home-charter-points li {
    display: grid;
    grid-template-columns: 1.7rem minmax(0, 1fr);
    gap: 0.75rem;
    align-items: start;
}

.home-charter-icon {
    display: grid;
    place-items: start center;
    color: var(--accent);
}

.home-charter-icon svg {
    display: block;
    width: 1.55rem;
    height: 1.55rem;
}

.home-charter-points strong {
    display: block;
    margin: 0.05rem 0 0.2rem;
    font-size: 0.98rem;
    letter-spacing: -0.03em;
    line-height: 1.25;
}

.home-charter-points p {
    margin: 0;
    color: var(--ink-muted);
    font-size: 0.9rem;
    line-height: 1.45;
}

.home-charter-note {
    margin: 1.35rem 0 0;
    max-width: 16rem;
    transform: rotate(-4deg);
    color: #5a5478;
    font-family: "Segoe Print", "Bradley Hand", cursive;
    font-size: 0.92rem;
    line-height: 1.35;
}

.home-charter-plant {
    position: absolute;
    right: -1.25rem;
    bottom: -1.4rem;
    display: block;
    width: 8.5rem;
    height: auto;
    pointer-events: none;
}

.home-charter-lamp {
    position: absolute;
    right: 0.25rem;
    top: -4.2rem;
    display: block;
    width: 3.5rem;
    height: auto;
    pointer-events: none;
}
.home-dossier {
    padding: 2.5rem 0;
    background: var(--surface);
}

.dossier-visual {
    margin: 0;
}

.dossier-frame {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius);
}

.dossier-frame img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 28rem;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    object-position: 50% 35%;
}

.home-dossier h2 {
    margin: 0 0 0.85rem;
    font-size: clamp(1.55rem, 2.8vw, 2.05rem);
    line-height: 1.2;
    letter-spacing: -0.03em;
}

.dossier-lede {
    margin: 0 0 1.25rem;
    max-width: 38rem;
    color: var(--ink-muted);
    font-size: 1.02rem;
}

.dossier-points {
    list-style: none;
    margin: 0 0 1.5rem;
    padding: 0;
    display: grid;
    gap: 0.95rem;
}

.dossier-points strong {
    display: block;
    margin-bottom: 0.15rem;
}

.dossier-points span {
    color: var(--ink-muted);
    font-size: 0.95rem;
}

.dossier-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

@media (min-width: 768px) {
    .home-journey-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-charter-layout {
        grid-template-columns: minmax(18rem, 0.92fr) minmax(0, 1.08fr);
        gap: 2.5rem 3.5rem;
        align-items: center;
    }

    .home-charter-points {
        grid-template-columns: 1fr 1fr;
        gap: 1.65rem 2rem;
    }

    .dossier-points {
        grid-template-columns: 1fr 1fr;
        gap: 1.25rem;
    }

    .navbar-actions {
        margin-top: 0;
        padding-top: 0;
    }
}

@media (min-width: 992px) {
    .site-header .navbar-nav {
        margin-left: 1.75rem;
    }

    .home-hero {
        padding-top: 1.5rem;
    }

    .home-hero-lead {
        grid-template-columns: minmax(0, 0.93fr) minmax(28rem, 1.07fr);
        min-height: 36rem;
    }

    .home-hero-copy {
        padding-right: clamp(2rem, 4vw, 3.5rem);
        padding-bottom: 7rem;
    }

    .home-hero-visual {
        min-height: 36rem;
        margin-left: -6%;
        overflow: hidden;
    }

    .home-hero-visual-media {
        min-height: 36rem;
        overflow: hidden;
        border-radius: 16px 0 0 16px;
        transform: skewX(-7deg);
        transform-origin: left bottom;
    }

    .home-hero-visual img {
        width: 105%;
        min-height: 36rem;
        margin-left: -8%;
        transform: skewX(7deg);
        transform-origin: center;
    }

    .home-hero-visual figcaption {
        transform: skewX(7deg) rotate(-2deg);
    }

    .home-hero-checklist {
        transform: skewX(7deg) rotate(-5deg);
    }

    .page-hero-lead {
        grid-template-columns: minmax(0, 1.15fr) minmax(16.5rem, 0.85fr);
        gap: 1.75rem;
        min-height: 0;
    }

    .page-hero-copy {
        padding: 0.85rem 0;
    }

    .page-hero-visual,
    .page-hero-visual img {
        min-height: 16.75rem;
    }

    .home-hero-proof {
        position: absolute;
        left: 0;
        bottom: 1.25rem;
        margin: 0;
    }

    .home-journey-grid {
        grid-template-columns: repeat(5, minmax(0, 1fr)) minmax(11.25rem, 1.4fr);
        gap: 0.6rem;
    }

    .home-stage {
        min-height: 11.25rem;
        padding: 0.95rem 0.85rem 0.8rem;
    }

    .home-stage strong {
        font-size: 0.95rem;
    }

    .home-stage-text {
        font-size: 0.8rem;
    }

    .home-journey-aside {
        min-height: 11.25rem;
        padding: 0.95rem 4.35rem 0.9rem 0.9rem;
    }

    .home-journey-quote {
        font-size: 1.05rem;
        max-width: none;
    }

    .home-journey-aside img {
        width: 6.8rem;
        right: -0.7rem;
        bottom: 0.05rem;
    }

    .home-dossier {
        padding: 2.75rem 0;
    }

    .home-charter-plant {
        width: 10.5rem;
        right: -1.6rem;
        bottom: -3.8rem;
    }
}

@media (min-width: 1200px) {
    .home-journey-grid {
        grid-template-columns: repeat(5, minmax(0, 1fr)) minmax(14.5rem, 1.5fr);
        gap: 0.7rem;
    }

    .home-stage {
        padding: 1.05rem 0.95rem 0.9rem;
    }

    .home-stage strong {
        font-size: 1rem;
    }

    .home-stage-text {
        font-size: 0.84rem;
    }

    .home-journey-aside {
        padding: 1.05rem 5.6rem 1rem 1.05rem;
    }

    .home-journey-quote {
        max-width: 8.5rem;
        font-size: 1.22rem;
    }

    .home-journey-aside img {
        width: 8.4rem;
        right: -0.5rem;
        bottom: 0.05rem;
    }
}

@media (max-width: 991.98px) {
    .navbar-actions {
        margin-top: 0.85rem;
        padding-top: 0.85rem;
        border-top: 1px solid var(--line);
    }

    .btn-nav-cta {
        width: 100%;
    }

    .home-hero-visual,
    .home-hero-visual img {
        min-height: 22rem;
    }

    .home-hero-visual img {
        object-position: 56% 68%;
    }

    .page-hero-visual,
    .page-hero-visual img {
        min-height: 15rem;
    }
}

@media (max-width: 767.98px) {
    .site-stance {
        padding: 2.4rem 0;
    }

    .site-footer {
        padding-top: 2.5rem;
    }

    .site-footer-bar {
        margin-top: 2rem;
    }

    .site-footer-bar .container {
        flex-direction: column;
        gap: 0.35rem;
    }

    .home-hero h1 {
        font-size: clamp(2rem, 10vw, 2.75rem);
    }

    .home-guides,
    .home-charter,
    .home-dossier {
        padding-block: 2.25rem;
    }

    .home-charter-aside {
        padding-right: 4.5rem;
    }

    .home-charter-plant {
        width: 7.2rem;
        right: -0.6rem;
        bottom: -0.8rem;
    }

    .home-hero {
        padding: 0.75rem 0 0;
    }

    .home-hero-lead {
        border-radius: 1rem;
    }

    .home-hero-copy {
        padding: 2rem 1.2rem 2.25rem;
    }

    .home-action-form {
        grid-template-columns: 1fr;
    }

    .home-action-submit,
    .dossier-actions .btn {
        width: 100%;
        justify-content: center;
    }

    .home-action-tab {
        flex-direction: column;
        gap: 0.3rem;
        padding-inline: 0.35rem;
        font-size: 0.67rem;
    }

    .home-action-quick {
        align-items: flex-start;
        flex-direction: column;
    }

    .home-hero-proof {
        margin-top: 2.25rem;
    }

    .home-hero-proof svg {
        left: calc(100% + 0.35rem);
        width: 4rem;
        height: 4.5rem;
    }

    .home-hero-visual,
    .home-hero-visual img {
        min-height: 19rem;
    }

    .home-hero-visual figcaption {
        top: 0.8rem;
        right: 0.8rem;
        width: 8.5rem;
        padding: 0.7rem;
        font-size: 0.88rem;
    }

    .home-hero-checklist {
        top: 25%;
        left: 8%;
        width: 6rem;
        padding: 0.65rem 0.8rem;
        font-size: 0.92rem;
    }

    .page-hero {
        padding-top: 0.65rem;
    }

    .page-hero-copy {
        padding: 0.35rem 0 0.15rem;
    }

    .page-hero-visual,
    .page-hero-visual img {
        min-height: 12.5rem;
    }

    .page-hero-visual figcaption {
        top: 0.7rem;
        right: 0.7rem;
        width: 7.6rem;
        padding: 0.6rem 0.65rem;
        font-size: 0.86rem;
    }
}

.page-guide .site-main {
    padding: 0;
}

.guide-hero {
    padding: 2.4rem 0 1.6rem;
    background:
        radial-gradient(circle at 12% 0%, rgb(91 53 229 / 12%), transparent 32%),
        radial-gradient(circle at 92% 18%, rgb(31 157 106 / 10%), transparent 28%),
        linear-gradient(180deg, #fff 0%, var(--paper) 100%);
}

.guide-crumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.45rem;
    margin: 0 0 1.15rem;
    color: var(--ink-muted);
    font-size: 0.9rem;
}

.guide-crumb a {
    text-decoration: none;
    font-weight: 600;
}

.guide-crumb a:hover,
.guide-crumb a:focus {
    text-decoration: underline;
}

.guide-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin: 0 0 0.9rem;
    padding: 0.28rem 0.7rem;
    border-radius: 999px;
    background: var(--warn-soft);
    color: var(--warn);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.guide-kicker svg {
    width: 0.95rem;
    height: 0.95rem;
}

.guide-kicker-rose {
    background: #fde8ea;
    color: #b42318;
}

.guide-kicker-ok {
    background: var(--ok-soft);
    color: var(--ok);
}

.guide-hero h1 {
    max-width: 22ch;
    font-size: clamp(1.85rem, 4.2vw, 2.85rem);
    line-height: 1.12;
    margin: 0 0 0.85rem;
}

.guide-hero .lede {
    max-width: 40rem;
    margin-bottom: 1.75rem;
}

.guide-metrics {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.85rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

.guide-metrics li {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding: 0.95rem 1rem;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 1rem;
    box-shadow: var(--shadow-soft);
}

.guide-metrics small {
    display: block;
    color: var(--ink-muted);
    font-size: 0.78rem;
    font-weight: 600;
}

.guide-metrics strong {
    font-size: 1.05rem;
}

.guide-metric-icon {
    display: grid;
    place-items: center;
    width: 2.6rem;
    height: 2.6rem;
    flex: 0 0 auto;
    border-radius: 0.8rem;
}

.guide-metric-icon svg {
    width: 1.2rem;
    height: 1.2rem;
}

.guide-metric-icon-ok {
    background: var(--ok-soft);
    color: var(--ok);
}

.guide-metric-icon-warn {
    background: var(--warn-soft);
    color: var(--warn);
}

.guide-metric-icon-doc {
    background: var(--info-soft);
    color: var(--info);
}

.guide-sticky-status {
    position: sticky;
    top: 4.55rem;
    z-index: 20;
    background: rgb(255 255 255 / 92%);
    border-block: 1px solid var(--line);
    backdrop-filter: blur(12px);
}

.guide-sticky-inner {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding: 0.55rem 0;
}

.guide-sticky-track {
    flex: 1 1 auto;
    height: 0.4rem;
    border-radius: 999px;
    background: var(--line);
    overflow: hidden;
}

.guide-sticky-track span {
    display: block;
    height: 100%;
    width: 0;
    background: var(--ok);
    border-radius: inherit;
    transition: width 0.35s ease;
}

.guide-sticky-copy {
    margin: 0;
    flex: 0 0 auto;
    font-size: 0.82rem;
    color: var(--ink-muted);
}

.guide-sticky-copy strong {
    color: var(--ink);
    margin-right: 0.35rem;
}

.guide-body {
    padding: 2rem 0 3rem;
}

.guide-list-head {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem 1rem;
    margin-bottom: 1.15rem;
}

.guide-list-head h2 {
    font-size: clamp(1.35rem, 2.2vw, 1.7rem);
    margin: 0 0 0.25rem;
}

.guide-list-head p {
    margin: 0;
    color: var(--ink-muted);
    font-size: 0.95rem;
}

.guide-reset {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.4rem 0.75rem;
    border: 1px solid var(--line);
    border-radius: 0.7rem;
    background: var(--surface);
    color: var(--ink-muted);
    font-weight: 700;
    font-size: 0.85rem;
}

.guide-reset:hover,
.guide-reset:focus {
    color: var(--accent);
    border-color: var(--accent);
}

.guide-reset svg {
    width: 1rem;
    height: 1rem;
}

.guide-cat {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 1.05rem;
    overflow: hidden;
    box-shadow: var(--shadow-soft);
    margin-bottom: 1.1rem;
}

.guide-cat-head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.65rem;
    padding: 0.9rem 1rem;
    background: #f7f5fb;
    border-bottom: 1px solid var(--line);
}

.guide-cat-head h3 {
    flex: 1 1 10rem;
    margin: 0;
    font-size: 1.02rem;
}

.guide-cat-icon {
    display: grid;
    place-items: center;
    width: 2rem;
    height: 2rem;
    border-radius: 0.6rem;
    background: var(--ok-soft);
    color: var(--ok);
}

.guide-cat-icon svg {
    width: 1.05rem;
    height: 1.05rem;
}

.guide-cat-count {
    padding: 0.18rem 0.55rem;
    border-radius: 999px;
    background: var(--surface);
    color: var(--ink-muted);
    font-size: 0.75rem;
    font-weight: 700;
}

.guide-check {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    margin: 0;
    padding: 1rem 1.05rem;
    cursor: pointer;
    border-top: 1px solid transparent;
}

.guide-check + .guide-check {
    border-top-color: var(--line);
}

.guide-check:hover,
.guide-check:focus-within {
    background: #faf8ff;
}

.guide-check input {
    position: absolute;
    opacity: 0;
    width: 1px;
    height: 1px;
}

.guide-check-box {
    width: 1.3rem;
    height: 1.3rem;
    flex: 0 0 auto;
    margin-top: 0.12rem;
    border: 2px solid #cfc8e2;
    border-radius: 0.4rem;
    background: var(--surface);
    position: relative;
}

.guide-check input:focus-visible + .guide-check-box {
    box-shadow: 0 0 0 0.2rem rgb(91 53 229 / 18%);
}

.guide-check input:checked + .guide-check-box {
    background: var(--ok);
    border-color: var(--ok);
}

.guide-check input:checked + .guide-check-box::after {
    content: "";
    position: absolute;
    left: 0.32rem;
    top: 0.08rem;
    width: 0.38rem;
    height: 0.7rem;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.guide-check-copy {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    min-width: 0;
}

.guide-check-copy strong {
    font-size: 1rem;
}

.guide-check-copy span {
    color: var(--ink-muted);
    font-size: 0.92rem;
    line-height: 1.45;
}

.guide-check:has(input:checked) .guide-check-copy strong {
    color: var(--ok);
}

.guide-rail {
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
}

.guide-score,
.guide-tip-card,
.guide-flag,
.guide-pv-card,
.guide-note,
.guide-paper {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 1.1rem;
    box-shadow: var(--shadow-soft);
}

.guide-score {
    padding: 1.2rem 1.25rem 1.3rem;
}

.guide-score-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.guide-score-kicker {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--ink-muted);
}

.guide-score-badge {
    padding: 0.18rem 0.55rem;
    border-radius: 0.45rem;
    background: var(--paper);
    font-size: 0.78rem;
    font-weight: 700;
}

.guide-score-row {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.15rem;
}

.guide-ring {
    position: relative;
    width: 6.4rem;
    height: 6.4rem;
    flex: 0 0 auto;
}

.guide-ring svg {
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
}

.guide-ring-track,
.guide-ring-value {
    fill: none;
    stroke-width: 8;
}

.guide-ring-track {
    stroke: var(--line);
}

.guide-ring-value {
    stroke: var(--ok);
    stroke-linecap: round;
    stroke-dasharray: 263.89;
    stroke-dashoffset: 263.89;
    transition: stroke-dashoffset 0.45s ease;
}

.guide-ring-label {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1.1;
}

.guide-ring-label span {
    font-size: 1.35rem;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.guide-ring-label small {
    color: var(--ink-muted);
    font-size: 0.68rem;
    font-weight: 700;
}

.guide-score-title {
    margin: 0 0 0.3rem;
    font-weight: 700;
    font-size: 1.08rem;
}

.guide-score-desc {
    margin: 0;
    color: var(--ink-muted);
    font-size: 0.92rem;
}

.guide-score-actions {
    display: grid;
    gap: 0.55rem;
}

.guide-score-actions .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    font-weight: 700;
}

.guide-tip-card {
    overflow: hidden;
}

.guide-tip-visual svg {
    display: block;
    width: 100%;
    height: auto;
}

.guide-tip-card figcaption {
    padding: 1rem 1.1rem 1.15rem;
}

.guide-tip-card p {
    margin: 0.7rem 0 0;
    font-size: 0.95rem;
}

.guide-flags {
    padding: 3rem 0;
    background: #f3f1f8;
}

.guide-flags-head {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.6rem;
}

.guide-flags-head h2 {
    max-width: 18ch;
    font-size: clamp(1.45rem, 2.6vw, 2rem);
    margin: 0 0 0.45rem;
}

.guide-flags-head .lede {
    margin: 0;
}

.guide-flag {
    height: 100%;
    padding: 1.2rem 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
}

.guide-flag-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.guide-flag-no {
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: var(--ink-muted);
}

.guide-flag blockquote {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.4;
}

.guide-flag-body {
    margin-top: auto;
    padding: 0.85rem 0.95rem;
    border-radius: 0.85rem;
    background: var(--paper);
}

.guide-flag-label {
    margin: 0 0 0.25rem;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--warn);
}

.guide-flag-body p:last-child {
    margin: 0;
    color: var(--ink-muted);
    font-size: 0.92rem;
}

.guide-pv {
    padding: 2.75rem 0 1.5rem;
}

.guide-pv-card {
    padding: 1.5rem 1.25rem;
}

.guide-pv h2 {
    font-size: clamp(1.45rem, 2.6vw, 2rem);
    margin: 0 0 0.7rem;
}

.guide-pillars {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.7rem;
    list-style: none;
    padding: 0;
    margin: 1.25rem 0 1.35rem;
}

.guide-pillars li {
    padding: 0.85rem 0.95rem;
    border-radius: 0.85rem;
    background: var(--paper);
}

.guide-pillars strong {
    display: block;
    margin-bottom: 0.2rem;
}

.guide-pillars span {
    color: var(--ink-muted);
    font-size: 0.9rem;
}

.guide-pv-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.85rem 1.1rem;
}

.guide-pv-actions span {
    color: var(--ink-muted);
    font-size: 0.9rem;
    max-width: 18rem;
}

.guide-paper {
    padding: 1rem;
    background: var(--info-soft);
}

.guide-paper-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--ink-muted);
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.guide-paper-sheet {
    padding: 1rem;
    border-radius: 0.8rem;
    background: var(--surface);
    box-shadow: var(--shadow-soft);
    font-size: 0.86rem;
    color: var(--ink-muted);
}

.guide-paper-title {
    margin: 0 0 0.55rem;
    padding-bottom: 0.45rem;
    border-bottom: 1px solid var(--line);
    color: var(--ink);
    font-weight: 800;
    font-size: 0.82rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.guide-paper-sheet ul {
    margin: 0.5rem 0;
    padding: 0.6rem 0.85rem 0.6rem 1.2rem;
    border-radius: 0.6rem;
    background: var(--paper);
}

.guide-notes {
    padding: 0 0 3.25rem;
}

.guide-note {
    height: 100%;
    display: flex;
    gap: 0.95rem;
    padding: 1.15rem 1.2rem;
}

.guide-note-icon {
    display: grid;
    place-items: center;
    width: 2.6rem;
    height: 2.6rem;
    flex: 0 0 auto;
    border-radius: 0.8rem;
    background: var(--ok-soft);
    color: var(--ok);
}

.guide-note-icon-accent {
    background: var(--accent-soft);
    color: var(--accent);
}

.guide-note-icon svg {
    width: 1.15rem;
    height: 1.15rem;
}

.guide-note h3 {
    font-size: 1.05rem;
    margin: 0 0 0.3rem;
}

.guide-note p {
    margin: 0;
    color: var(--ink-muted);
    font-size: 0.95rem;
}

.guide-disclaimer {
    margin: 1.5rem 0 0;
    padding: 1rem 1.15rem;
    border-radius: 1rem;
    background: var(--info-soft);
    color: var(--ink-muted);
    font-size: 0.92rem;
}

.guide-disclaimer strong {
    color: var(--ink);
}

.guide-cat-icon-accent {
    background: var(--accent-soft);
    color: var(--accent);
}

.guide-cat-icon-info {
    background: var(--info-soft);
    color: var(--info);
}

.calc .guide-hero h1 {
    max-width: 24ch;
}

.calc #rezultat {
    scroll-margin-top: 7.5rem;
}

.calc-sticky-copy {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.35rem 0.5rem;
}

.calc-field {
    padding: 1rem 1.05rem 1.1rem;
    border-top: 1px solid var(--line);
}

.guide-cat-head + .calc-field {
    border-top: 0;
}

.calc-field-label {
    display: flex;
    flex-direction: column;
    gap: 0.18rem;
    margin: 0 0 0.65rem;
}

.calc-field-label strong {
    font-size: 1rem;
}

.calc-field-label span {
    color: var(--ink-muted);
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.4;
}

.calc-money {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 6.4rem;
    gap: 0.5rem;
}

.calc-money-single {
    grid-template-columns: minmax(0, 1fr);
    max-width: 12rem;
}

.calc-money .form-control,
.calc-money .form-select {
    min-height: 2.75rem;
    border-radius: 0.7rem;
}

.calc-error {
    display: block;
    margin-top: 0.4rem;
    color: #b42318;
    font-size: 0.85rem;
    font-weight: 600;
}

.calc-error:empty,
.calc-error:has(> :empty) {
    display: none;
}

.calc-field-choice {
    background: #faf8ff;
}

.calc-choice {
    display: grid;
    gap: 0.65rem;
}

.calc-choice-option {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 0.7rem;
    margin: 0;
    padding: 0.85rem 0.9rem;
    border: 1px solid var(--line);
    border-radius: 0.85rem;
    background: var(--surface);
    cursor: pointer;
}

.calc-choice-option:hover,
.calc-choice-option:focus-within {
    border-color: #cfc8e2;
}

.calc-choice-option:has(input:checked) {
    border-color: var(--accent);
    background: var(--accent-soft);
}

.calc-choice-option input {
    position: absolute;
    opacity: 0;
    width: 1px;
    height: 1px;
}

.calc-choice-box {
    width: 1.2rem;
    height: 1.2rem;
    flex: 0 0 auto;
    margin-top: 0.12rem;
    border: 2px solid #cfc8e2;
    border-radius: 999px;
    background: var(--surface);
    position: relative;
}

.calc-choice-option input:focus-visible + .calc-choice-box {
    box-shadow: 0 0 0 0.2rem rgb(91 53 229 / 18%);
}

.calc-choice-option input:checked + .calc-choice-box {
    border-color: var(--accent);
    background: var(--accent);
}

.calc-choice-option input:checked + .calc-choice-box::after {
    content: "";
    position: absolute;
    inset: 0.22rem;
    border-radius: inherit;
    background: #fff;
}

.calc-choice-option span span {
    display: block;
    color: var(--ink-muted);
    font-size: 0.85rem;
    font-weight: 400;
}

.calc-submit {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.85rem 1.1rem;
    margin: 0.25rem 0 0.5rem;
}

.calc-submit .btn {
    min-width: 12rem;
}

.calc-submit span {
    color: var(--ink-muted);
    font-size: 0.9rem;
    max-width: 18rem;
}

.calc-hero-total {
    margin: 0 0 1rem;
    padding: 0.95rem 1rem;
    border-radius: 0.9rem;
    background: var(--paper);
}

.calc-hero-total small,
.calc-split small {
    display: block;
    margin-bottom: 0.2rem;
    color: var(--ink-muted);
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.calc-hero-total strong {
    display: block;
    font-size: clamp(1.55rem, 2.4vw, 1.95rem);
    letter-spacing: -0.04em;
    line-height: 1.15;
}

.calc-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.7rem;
    margin-bottom: 1.15rem;
}

.calc-split > div {
    padding: 0.8rem 0.85rem;
    border-radius: 0.85rem;
    background: var(--paper);
}

.calc-split strong {
    display: block;
    font-size: 1.05rem;
    letter-spacing: -0.03em;
}

.calc-split-placeholder {
    margin-bottom: 0;
}

.calc-split-placeholder strong {
    color: var(--ink-muted);
}

.calc-assumptions-title {
    margin: 0 0 0.5rem;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--ink-muted);
}

.calc-assumptions {
    list-style: none;
    padding: 0;
    margin: 0 0 1.15rem;
    display: grid;
    gap: 0.45rem;
}

.calc-assumptions li {
    padding: 0.7rem 0.8rem;
    border-radius: 0.75rem;
    background: var(--paper);
    color: var(--ink-muted);
    font-size: 0.9rem;
}

.calc .guide-score-actions form {
    margin: 0;
}

.calc .guide-score-actions .guide-reset {
    justify-content: center;
    width: 100%;
}

@media (min-width: 576px) {
    .calc-choice {
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 768px) {
    .guide-metrics {
        grid-template-columns: repeat(3, 1fr);
    }

    .guide-pillars {
        grid-template-columns: repeat(3, 1fr);
    }

    .guide-pv-card {
        padding: 2rem 2.1rem;
    }
}

@media (min-width: 992px) {
    .guide-sticky-status {
        display: none;
    }

    .guide-rail {
        position: sticky;
        top: 5.4rem;
    }
}

@media print {
    .site-header,
    .site-footer,
    .site-stance,
    .skip-link,
    .navbar-toggler,
    .guide-sticky-status,
    .guide-reset,
    .guide-score-actions,
    .guide-pv-actions,
    .calc-submit {
        display: none !important;
    }

    .pv-actions,
    .pv-preview,
    .print-toolbar {
        display: none !important;
    }

    .page-guide .site-main,
    .guide-hero,
    .guide-body,
    .guide-flags,
    .guide-pv,
    .guide-notes {
        padding: 0.6rem 0;
        background: #fff;
    }

    .guide-rail {
        position: static;
    }

    .guide-check input {
        position: static;
        opacity: 1;
        width: 1rem;
        height: 1rem;
    }

    .guide-check-box {
        display: none;
    }
}

.nav-login,
.nav-signout-btn {
    color: var(--ink-muted);
    font-weight: 600;
    text-decoration: none;
}

.nav-login:hover,
.nav-signout-btn:hover {
    color: var(--accent);
}

.nav-signout {
    margin: 0;
}

.nav-signout-btn {
    padding: 0;
    border: 0;
    background: none;
}

.page-auth .site-main {
    padding-block: 2.5rem 3.5rem;
}

.auth-card {
    max-width: 28rem;
    margin: 0 auto;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 1.15rem;
    padding: 1.7rem 1.55rem 1.5rem;
    box-shadow: var(--shadow-soft);
}

.auth-kicker {
    margin: 0 0 0.45rem;
    color: var(--ok);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.auth-card .lede {
    margin-bottom: 1.25rem;
}

.auth-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1.1rem;
    margin: 1.1rem 0 0;
    font-weight: 600;
}

.auth-dev {
    padding: 0.75rem 0.85rem;
    border-radius: 0.7rem;
    background: var(--ok-soft);
}

.page-dossier .site-main {
    padding: 0;
}

.dossier-hero {
    padding: 2.2rem 0 1.6rem;
    background:
        radial-gradient(circle at 12% 0%, rgb(91 53 229 / 12%), transparent 32%),
        radial-gradient(circle at 92% 18%, rgb(31 157 106 / 10%), transparent 28%),
        linear-gradient(180deg, #fff 0%, var(--paper) 100%);
}

.dossier-crumb {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin-bottom: 1rem;
    color: var(--ink-muted);
    font-size: 0.86rem;
}

.dossier-crumb a {
    color: inherit;
    text-decoration: none;
}

.dossier-crumb a:hover {
    color: var(--accent);
}

.dossier-hero h1 {
    margin: 0 0 0.75rem;
    font-size: clamp(1.85rem, 3.6vw, 2.7rem);
    line-height: 1.15;
}

.dossier-hero-stat {
    display: flex;
    gap: 0.85rem;
    align-items: flex-start;
    padding: 1rem 1.1rem;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 1rem;
}

.dossier-hero-stat-icon {
    display: grid;
    place-items: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 999px;
    background: var(--ok-soft);
    color: var(--ok);
}

.dossier-hero-stat small {
    display: block;
    color: var(--ink-muted);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.dossier-hero-stat strong {
    display: block;
    color: var(--ok);
    font-size: 1.6rem;
    line-height: 1.1;
}

.dossier-hero-stat p {
    margin: 0.15rem 0 0;
    color: var(--ink-muted);
    font-size: 0.88rem;
}

.dossier-metrics {
    display: grid;
    gap: 1rem;
    margin: 1.75rem 0 0;
    padding: 1.25rem 0 0;
    border-top: 1px solid var(--line);
    list-style: none;
}

.dossier-metrics li {
    display: flex;
    gap: 0.75rem;
}

.dossier-metric-icon {
    display: grid;
    place-items: center;
    width: 2.1rem;
    height: 2.1rem;
    border-radius: 0.7rem;
    background: var(--accent-super-soft);
    color: var(--ok);
}

.dossier-metrics strong {
    display: block;
}

.dossier-metrics span span {
    color: var(--ink-muted);
    font-size: 0.92rem;
}

.dossier-workspace {
    padding: 1.5rem 0 3rem;
}

.dossier-flash {
    margin: 0 0 1rem;
    padding: 0.7rem 0.95rem;
    border-radius: 0.7rem;
    background: var(--ok-soft);
    color: var(--ok);
    font-weight: 600;
}

.dossier-import {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.85rem 1.1rem;
    margin: 0 0 1rem;
    padding: 0.95rem 1rem;
    border: 1px solid #f0c7b4;
    border-radius: 0.85rem;
    background: var(--warn-soft);
}

.dossier-import p {
    margin: 0;
}

.dossier-import p + p {
    margin-top: 0.3rem;
    color: var(--ink-muted);
    font-size: 0.92rem;
}

.dossier-import #dossier-import-title,
.dossier-import p:first-child {
    color: var(--warn);
    font-weight: 700;
}

.dossier-import-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.dossier-import.is-confirm {
    border-color: #e8b4a2;
}

.dossier-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin-bottom: 1.1rem;
    padding: 0.4rem;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 1rem;
}

.dossier-tab {
    flex: 1 1 8rem;
    padding: 0.7rem 0.8rem;
    border: 0;
    border-radius: 0.7rem;
    background: transparent;
    color: var(--ink-muted);
    font-weight: 700;
}

.dossier-tab.is-active {
    background: var(--accent-deep);
    color: #fff;
}

.dossier-stage {
    display: none;
}

.dossier-stage.is-active {
    display: grid;
    gap: 1rem;
}

.dossier-card {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 1.1rem;
    padding: 1.25rem 1.2rem 1.3rem;
    box-shadow: var(--shadow-soft);
}

.dossier-card-head {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 1rem;
    padding-bottom: 0.85rem;
    border-bottom: 1px solid var(--line);
}

.dossier-card-head h2,
.dossier-law h2,
.dossier-promo h2,
.dossier-guide h2 {
    margin: 0;
    font-size: 1.15rem;
}

.dossier-card-head p,
.dossier-muted {
    margin: 0.2rem 0 0;
    color: var(--ink-muted);
    font-size: 0.92rem;
}

.dossier-pill {
    display: inline-flex;
    align-items: center;
    padding: 0.2rem 0.65rem;
    border-radius: 999px;
    background: var(--ok-soft);
    color: var(--ok);
    font-size: 0.78rem;
    font-weight: 700;
}

.dossier-meter {
    height: 100%;
    padding: 0.9rem;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 0.85rem;
}

.dossier-meter-top {
    display: flex;
    justify-content: space-between;
    gap: 0.5rem;
    margin-bottom: 0.65rem;
}

.dossier-meter-top span {
    color: var(--ink-muted);
    font-size: 0.82rem;
}

.dossier-photos {
    margin-top: 0.45rem;
}

.dossier-photo-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    list-style: none;
    margin: 0 0 0.5rem;
    padding: 0;
}

.dossier-photo-list:empty {
    display: none;
}

.dossier-photo {
    position: relative;
    width: 5.5rem;
}

.dossier-photo a {
    display: block;
}

.dossier-photo img {
    width: 5.5rem;
    height: 5.5rem;
    object-fit: cover;
    border: 1px solid var(--line);
    border-radius: 0.45rem;
    background: var(--paper);
}

.dossier-photo-remove {
    display: block;
    margin-top: 0.15rem;
    padding: 0;
    border: 0;
    background: none;
    color: var(--ink-muted);
    font-size: 0.78rem;
    text-decoration: underline;
}

.dossier-photo-remove:hover,
.dossier-photo-remove:focus-visible {
    color: var(--ink);
}

.dossier-photo-add {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 2.4rem;
    padding: 0.35rem 0.75rem;
    border: 1px dashed var(--line);
    border-radius: 0.5rem;
    background: #fff;
    color: var(--ink);
    font-size: 0.88rem;
    font-weight: 600;
    cursor: pointer;
}

.dossier-photo-add:hover,
.dossier-photo-add:focus-within {
    border-color: var(--ink);
}

.dossier-photos.is-busy .dossier-photo-add {
    opacity: 0.6;
    pointer-events: none;
}

.dossier-photo-add input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.dossier-photo-error {
    margin: 0.4rem 0 0;
    color: var(--warn);
    font-size: 0.85rem;
}

.dossier-note,
.dossier-empty,
.dossier-lock,
.dossier-tip {
    margin: 0.85rem 0 0;
    color: var(--ink-muted);
    font-size: 0.9rem;
}

.dossier-tip {
    padding: 0.85rem 0.95rem;
    background: var(--paper);
    border-radius: 0.75rem;
}

.dossier-defect {
    padding: 0.9rem;
    margin-bottom: 0.75rem;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 0.85rem;
}

.dossier-check {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
    width: 100%;
    margin: 0;
    padding: 0.85rem 0.9rem;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 0.85rem;
    cursor: pointer;
}

.dossier-check input {
    margin-top: 0.2rem;
    accent-color: var(--ok);
}

.dossier-check strong {
    display: block;
}

.dossier-check span span,
.dossier-check span {
    color: var(--ink-muted);
    font-size: 0.9rem;
}

.dossier-check strong {
    color: var(--ink);
    font-size: 0.98rem;
}

.dossier-law {
    padding: 1.1rem 1.15rem;
    background: var(--ok-soft);
    border-radius: 1rem;
}

.dossier-law p {
    margin: 0.45rem 0 0;
}

.dossier-table {
    width: 100%;
    min-width: 44rem;
}

.dossier-table th {
    padding: 0.45rem 0.35rem;
    color: var(--ink-muted);
    font-size: 0.78rem;
    font-weight: 700;
}

.dossier-table td {
    padding: 0.35rem;
    vertical-align: middle;
}

.dossier-table tr[data-month-photos] td {
    padding: 0 0.35rem 0.85rem;
    vertical-align: top;
}

.dossier-handover {
    display: grid;
    gap: 0.7rem;
}

.dossier-side {
    display: grid;
    gap: 1rem;
}

@media (min-width: 992px) {
    .dossier-side {
        position: sticky;
        top: 5.5rem;
    }

    .dossier-metrics {
        grid-template-columns: repeat(3, 1fr);
    }
}

.dossier-scorecard-head {
    display: flex;
    justify-content: space-between;
    gap: 0.5rem;
    margin-bottom: 1rem;
    color: var(--ink-muted);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.dossier-gauge {
    display: flex;
    gap: 0.9rem;
    align-items: center;
    padding: 0.85rem;
    margin-bottom: 1rem;
    background: var(--paper);
    border-radius: 0.9rem;
}

.dossier-ring {
    display: grid;
    place-items: center;
    width: 4.2rem;
    height: 4.2rem;
    flex: 0 0 auto;
    border-radius: 999px;
    background: conic-gradient(var(--ok) calc(var(--pct) * 1%), var(--line) 0);
}

.dossier-ring strong {
    display: grid;
    place-items: center;
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 999px;
    background: var(--surface);
    font-size: 0.95rem;
}

.dossier-gauge-title {
    margin: 0 0 0.2rem;
    color: var(--ink);
    font-weight: 700;
}

.dossier-gauge p {
    margin: 0;
    color: var(--ink-muted);
    font-size: 0.9rem;
}

.dossier-status {
    margin: 0;
    padding: 0.9rem 0 0;
    border-top: 1px solid var(--line);
    list-style: none;
}

.dossier-status li {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.35rem 0;
    font-size: 0.92rem;
}

.dossier-status span {
    color: var(--ink-muted);
}

.dossier-actions-col {
    display: grid;
    gap: 0.55rem;
    margin-top: 1rem;
}

.dossier-promo {
    padding: 1.2rem 1.15rem;
    background: var(--accent-deep);
    color: #fff;
    border-radius: 1.1rem;
}

.dossier-promo-kicker {
    display: inline-block;
    margin: 0 0 0.55rem;
    padding: 0.15rem 0.55rem;
    border-radius: 0.4rem;
    background: rgb(255 255 255 / 12%);
    font-size: 0.75rem;
    font-weight: 700;
}

.dossier-promo p {
    margin: 0.45rem 0 1rem;
    color: rgb(255 255 255 / 78%);
}

.dossier-guide {
    padding: 2.5rem 0 3.5rem;
    background: var(--surface);
    border-top: 1px solid var(--line);
}

.dossier-guide-kicker {
    margin: 0;
    color: var(--ok);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.dossier-guide .lede {
    margin: 0.55rem 0 1.4rem;
}

.dossier-guide-card {
    height: 100%;
    padding: 1.15rem 1.1rem;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 1rem;
}

.dossier-guide-card h3 {
    margin: 0 0 0.55rem;
    font-size: 1.05rem;
}

.dossier-guide-card p {
    margin: 0;
    color: var(--ink-muted);
}

.dossier-notice {
    white-space: pre-wrap;
    padding: 0.9rem 1rem;
    background: var(--paper);
    border-radius: 0.7rem;
    font-size: 0.9rem;
}

@media (max-width: 991.98px) {
    .navbar-actions .nav-login,
    .navbar-actions .nav-signout {
        width: 100%;
    }
}

.page-legal .site-main {
    padding: 0;
}

.page-legal .site-stance {
    display: none;
}

.legal-hero {
    padding: 2.4rem 0 1.7rem;
    background:
        radial-gradient(circle at 88% 12%, rgb(91 53 229 / 10%), transparent 28%),
        linear-gradient(180deg, #fff 0%, var(--paper) 100%);
}

.legal-kicker {
    margin: 0 0 0.55rem;
    color: var(--accent);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.legal-hero h1 {
    margin: 0 0 0.75rem;
    font-size: clamp(1.85rem, 3.6vw, 2.7rem);
    line-height: 1.15;
}

.legal-hero .lede {
    margin-bottom: 0.85rem;
}

.legal-meta {
    margin: 0 0 1.25rem;
    color: var(--ink-muted);
    font-size: 0.9rem;
}

.legal-switch {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.legal-switch a {
    display: inline-flex;
    align-items: center;
    padding: 0.42rem 0.8rem;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: var(--surface);
    color: var(--ink);
    text-decoration: none;
    font-size: 0.88rem;
    font-weight: 600;
}

.legal-switch a:hover,
.legal-switch a:focus {
    border-color: var(--accent);
    color: var(--accent);
}

.legal-switch a.is-active {
    background: var(--accent);
    border-color: var(--accent);
    color: #fff;
}

.legal-wrap {
    display: grid;
    grid-template-columns: minmax(0, 16rem) minmax(0, 1fr);
    gap: 2.5rem;
    padding-block: 2rem 3.5rem;
    align-items: start;
}

.legal-toc {
    position: sticky;
    top: 5.5rem;
    padding: 1rem 1.1rem 1.15rem;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 1rem;
}

.legal-toc p {
    margin: 0 0 0.65rem;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--ink-muted);
}

.legal-toc ol {
    margin: 0;
    padding-left: 1.15rem;
    color: var(--ink-muted);
    font-size: 0.9rem;
}

.legal-toc a {
    color: inherit;
    text-decoration: none;
}

.legal-toc a:hover {
    color: var(--accent);
}

.legal-body {
    max-width: 44rem;
    overflow-x: auto;
}

.legal-body h2 {
    margin: 2.1rem 0 0.7rem;
    font-size: 1.28rem;
    scroll-margin-top: 5.5rem;
}

.legal-body h2:first-child,
.legal-body .legal-callout + section h2 {
    margin-top: 0;
}

.legal-body h3 {
    margin: 1.35rem 0 0.5rem;
    font-size: 1.02rem;
}

.legal-body p,
.legal-body li {
    color: var(--ink);
}

.legal-body ul,
.legal-body ol {
    margin: 0 0 1rem;
    padding-left: 1.2rem;
}

.legal-body li + li {
    margin-top: 0.35rem;
}

.legal-body a {
    font-weight: 600;
}

.legal-callout {
    padding: 1rem 1.1rem;
    margin-bottom: 1.75rem;
    background: var(--info-soft);
    border-radius: 0.9rem;
    color: var(--ink);
}

.legal-callout-warn {
    background: var(--warn-soft);
}

.legal-table-wrap {
    overflow-x: auto;
    margin: 0 0 1.15rem;
    border: 1px solid var(--line);
    border-radius: 0.9rem;
    background: var(--surface);
}

.legal-table {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
    font-size: 0.9rem;
}

.legal-table th,
.legal-table td {
    padding: 0.7rem 0.85rem;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid var(--line);
}

.legal-table th {
    background: var(--paper);
    font-size: 0.78rem;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: var(--ink-muted);
}

.legal-body table {
    width: 100%;
    margin: 0 0 1.2rem;
    border-collapse: collapse;
    font-size: 0.9rem;
}

.legal-body th,
.legal-body td {
    padding: 0.7rem 0.85rem;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid var(--line);
}

.cms-head {
    margin-bottom: 1.75rem;
}

.cms-head .lede {
    margin-bottom: 0;
}

.legal-identity {
    margin-top: 1.25rem;
    padding: 1rem 1.1rem;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 0.9rem;
}

.legal-identity h3 {
    margin: 0 0 0.7rem;
}

.legal-identity dl {
    margin: 0;
}

.legal-identity dl > div {
    display: grid;
    grid-template-columns: 8.5rem minmax(0, 1fr);
    gap: 0.35rem 0.85rem;
    padding: 0.35rem 0;
}

.legal-identity dt {
    color: var(--ink-muted);
    font-weight: 600;
}

.legal-identity dd {
    margin: 0;
}

.site-footer-legal {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem 1.1rem;
    margin: 0;
}

.site-footer-legal a {
    color: rgb(246 243 250 / 62%);
    text-decoration: none;
}

.site-footer-legal a:hover,
.site-footer-legal a:focus {
    color: #fff;
}

.auth-legal {
    font-size: 0.9rem;
    color: var(--ink-muted);
}

.auth-legal a {
    font-weight: 600;
}

@media (max-width: 991.98px) {
    .legal-wrap {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .legal-toc {
        position: static;
    }

    .legal-identity dl > div {
        grid-template-columns: 1fr;
        gap: 0.15rem;
    }
}

@media print {
    .legal-toc,
    .legal-switch,
    .site-header,
    .site-footer,
    .site-stance {
        display: none !important;
    }

    .legal-wrap {
        display: block;
        padding: 0;
    }

    .legal-hero {
        background: none;
        padding: 0 0 1rem;
    }
}

@media print {
    .dossier-tabs,
    .dossier-actions-col,
    .dossier-promo,
    .dossier-guide,
    .dossier-import,
    .dossier-card-head .btn,
    .dossier-photo-add,
    .dossier-photo-remove {
        display: none !important;
    }

    .page-dossier .site-main,
    .dossier-hero,
    .dossier-workspace {
        padding: 0.4rem 0;
        background: #fff;
    }

    .dossier-stage {
        display: grid !important;
        gap: 0.75rem;
        break-inside: avoid;
    }

    .dossier-photo img {
        width: 8rem;
        height: 8rem;
    }
}

.discover-hero {
    padding: 2.6rem 0 1.8rem;
    background:
        radial-gradient(circle at 12% 0%, rgb(91 53 229 / 10%), transparent 32%),
        radial-gradient(circle at 92% 18%, rgb(31 157 106 / 10%), transparent 28%),
        linear-gradient(180deg, #fff 0%, var(--paper) 100%);
}

.discover-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.65rem 1rem;
    margin-bottom: 1.1rem;
}

.discover-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.28rem 0.7rem;
    border-radius: 999px;
    background: var(--ok-soft);
    color: var(--ok);
    font-size: 0.78rem;
    font-weight: 700;
}

.discover-badge .icon {
    width: 0.95rem;
    height: 0.95rem;
}

.discover-updated {
    color: var(--ink-muted);
    font-size: 0.82rem;
    font-weight: 600;
}

.discover-intro {
    max-width: 42rem;
    margin-bottom: 1.6rem;
}

.discover-intro h1 {
    letter-spacing: -0.04em;
    line-height: 1.12;
}

.discover-filters {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 1.1rem;
    box-shadow: var(--shadow-soft);
    padding: 1.15rem 1.25rem 1.2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.discover-cities {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.discover-cities-label {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin: 0;
    font-weight: 700;
}

.discover-cities-label .icon {
    color: var(--ok);
}

.discover-pills,
.discover-budget-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.discover-city,
.discover-budget {
    border: 0;
    background: var(--paper);
    color: var(--ink-muted);
    font-weight: 700;
    font-size: 0.88rem;
    padding: 0.4rem 0.8rem;
    border-radius: 0.65rem;
    cursor: pointer;
}

.discover-budget {
    border-radius: 999px;
    font-size: 0.8rem;
}

.discover-city:hover,
.discover-budget:hover,
.discover-city:focus-visible,
.discover-budget:focus-visible {
    background: var(--accent-super-soft);
    color: var(--ink);
}

.discover-city.is-active {
    background: var(--ok);
    color: #fff;
}

.discover-budget.is-active {
    background: var(--ink);
    color: #fff;
}

.discover-secondary {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.85rem 1.25rem;
    padding-top: 0.15rem;
}

.discover-budgets {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem 0.65rem;
}

.discover-budgets-label {
    color: var(--ink-muted);
    font-size: 0.82rem;
    font-weight: 700;
}

.discover-metro {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin: 0;
    padding: 0.4rem 0.7rem;
    border-radius: 0.65rem;
    background: var(--paper);
    cursor: pointer;
    font-size: 0.86rem;
    font-weight: 600;
}

.discover-metro input {
    width: 1.05rem;
    height: 1.05rem;
    accent-color: var(--ok);
}

.discover-rule {
    background: var(--surface);
    border-block: 1px solid rgb(230 226 240 / 70%);
    padding: 1.1rem 0;
}

.discover-rule-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem 1.5rem;
}

.discover-rule-copy {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    min-width: min(100%, 22rem);
    flex: 1 1 18rem;
}

.discover-rule-copy h2 {
    margin: 0 0 0.2rem;
    font-size: 1.05rem;
}

.discover-rule-copy p {
    margin: 0;
    color: var(--ink-muted);
    font-size: 0.92rem;
}

.discover-rule-icon {
    display: grid;
    place-items: center;
    width: 2.5rem;
    height: 2.5rem;
    flex: 0 0 auto;
    border-radius: 999px;
    background: var(--ok-soft);
    color: var(--ok);
}

.discover-rule-aside {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.9rem 1.1rem;
}

.discover-rule-figure {
    text-align: right;
}

.discover-rule-figure span {
    display: block;
    color: var(--ink-muted);
    font-size: 0.78rem;
    font-weight: 600;
}

.discover-rule-figure strong {
    font-size: 1.15rem;
}

.discover-grid-section,
.discover-cta-section {
    padding: 2.6rem 0 2.8rem;
}

.discover-table-section {
    padding: 2.4rem 0 1.2rem;
    background: var(--surface);
}

.discover-section-head {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 0.75rem 1.5rem;
    margin-bottom: 1.4rem;
}

.discover-section-head h2 {
    margin: 0;
    letter-spacing: -0.03em;
}

.discover-section-head p {
    margin: 0;
    max-width: 26rem;
    color: var(--ink-muted);
    font-size: 0.92rem;
}

.discover-kicker {
    display: block;
    margin-bottom: 0.3rem;
    color: var(--ok);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.discover-cards {
    display: grid;
    gap: 1.15rem;
}

.discover-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 1.1rem;
    box-shadow: var(--shadow-soft);
    padding: 1.2rem;
    transition: box-shadow 0.2s ease;
}

.discover-card:hover {
    box-shadow: var(--shadow);
}

.discover-card-head {
    display: flex;
    justify-content: space-between;
    gap: 0.85rem;
    margin-bottom: 0.95rem;
}

.discover-card-head h3 {
    margin: 0;
    font-size: 1.2rem;
}

.discover-card-head p {
    margin: 0.15rem 0 0;
    color: var(--ink-muted);
    font-size: 0.88rem;
}

.discover-card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    margin-bottom: 0.45rem;
}

.discover-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.2rem 0.5rem;
    border-radius: 0.4rem;
    background: var(--paper);
    font-size: 0.74rem;
    font-weight: 700;
}

.discover-tag svg {
    width: 0.9rem;
    height: 0.9rem;
    color: var(--ok);
}

.discover-tag-good {
    background: var(--ok-soft);
    color: var(--ok);
}

.discover-price {
    text-align: right;
    flex: 0 0 auto;
}

.discover-price strong {
    display: block;
    font-size: 1.7rem;
    line-height: 1;
    letter-spacing: -0.04em;
}

.discover-price span {
    color: var(--ink-muted);
    font-size: 0.78rem;
    font-weight: 600;
}

.discover-photo {
    height: 11.5rem;
    border-radius: 0.8rem;
    overflow: hidden;
    margin-bottom: 0.95rem;
}

.discover-photo svg {
    display: block;
    width: 100%;
    height: 100%;
}

.discover-photo-ground { fill: rgb(255 255 255 / 28%); }
.discover-photo-tree { fill: rgb(255 255 255 / 22%); }
.discover-photo-block { fill: rgb(255 255 255 / 38%); }
.discover-photo-window { fill: rgb(255 255 255 / 55%); }

.discover-photo-tineretului {
    background: linear-gradient(160deg, #f0c27a 0%, #7eb38a 42%, #3f6f7d 100%);
}

.discover-photo-titan {
    background: linear-gradient(160deg, #c9e7d2 0%, #6aa8c2 48%, #2f5f78 100%);
}

.discover-photo-taberei {
    background: linear-gradient(160deg, #f3d6c4 0%, #8fb7d6 46%, #5b6ea8 100%);
}

.discover-photo-aviatorilor {
    background: linear-gradient(160deg, #d9d4c8 0%, #8a9aa8 50%, #3d4a58 100%);
}

.discover-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.55rem;
    margin: 0 0 0.95rem;
    padding: 0.75rem 0.8rem;
    background: var(--paper);
    border-radius: 0.75rem;
}

.discover-stats dt {
    color: var(--ink-muted);
    font-size: 0.74rem;
    font-weight: 600;
}

.discover-stats dd {
    margin: 0.1rem 0 0;
    font-weight: 800;
}

.discover-profile {
    margin-bottom: 0.9rem;
}

.discover-profile span {
    display: block;
    margin-bottom: 0.25rem;
    font-size: 0.82rem;
    font-weight: 700;
}

.discover-profile p {
    margin: 0;
    color: var(--ink-muted);
    font-size: 0.92rem;
}

.discover-alert {
    display: flex;
    gap: 0.55rem;
    padding: 0.75rem 0.8rem;
    border-radius: 0.75rem;
    margin-bottom: 0.85rem;
}

.discover-alert .icon {
    width: 1.05rem;
    height: 1.05rem;
    margin-top: 0.12rem;
}

.discover-alert strong,
.discover-alert p {
    display: block;
    font-size: 0.88rem;
}

.discover-alert p {
    margin: 0.15rem 0 0;
    line-height: 1.4;
}

.discover-alert-warning {
    background: var(--warn-soft);
    color: var(--warn);
}

.discover-alert-alarm {
    background: #fff1f2;
    color: #be123c;
}

.discover-card-foot {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem 1rem;
    padding-top: 0.2rem;
}

.discover-card-foot span {
    color: var(--ink-muted);
    font-size: 0.82rem;
    font-variant-numeric: tabular-nums;
}

.discover-card-foot a {
    font-size: 0.86rem;
    font-weight: 700;
    text-decoration: none;
}

.discover-empty {
    margin-top: 0.4rem;
    padding: 2rem 1.25rem;
    text-align: center;
    background: var(--surface);
    border: 1px dashed var(--line);
    border-radius: 1.1rem;
}

.discover-empty h3 {
    margin: 0 0 0.4rem;
}

.discover-empty p {
    margin: 0 0 1rem;
    color: var(--ink-muted);
}

.discover-table-wrap {
    overflow-x: auto;
    border-radius: 1rem;
    border: 1px solid var(--line);
    background: var(--paper);
}

.discover-table {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
    font-size: 0.92rem;
}

.discover-table th,
.discover-table td {
    padding: 0.85rem 1rem;
    vertical-align: top;
    text-align: left;
}

.discover-table thead th {
    background: var(--accent-super-soft);
    font-size: 0.82rem;
    white-space: nowrap;
}

.discover-table tbody th {
    font-size: 1rem;
    font-weight: 800;
    color: var(--ink);
}

.discover-table tbody th span {
    display: block;
    margin-top: 0.15rem;
    color: var(--ink-muted);
    font-size: 0.78rem;
    font-weight: 600;
}

.discover-table tbody tr:nth-child(even) {
    background: rgb(255 255 255 / 70%);
}

.discover-table tbody tr[hidden],
.discover-card[hidden],
.discover-table-section[hidden],
.discover-empty[hidden] {
    display: none !important;
}

.discover-table-rent {
    font-weight: 800;
    white-space: nowrap;
}

.discover-access {
    display: inline-flex;
    padding: 0.2rem 0.5rem;
    border-radius: 0.4rem;
    background: var(--paper);
    font-size: 0.76rem;
    font-weight: 700;
    white-space: nowrap;
}

.discover-access-ok {
    background: var(--ok-soft);
    color: var(--ok);
}

.discover-access-high {
    background: var(--accent-soft);
    color: var(--accent);
}

.discover-cta {
    position: relative;
    overflow: hidden;
    background: var(--accent-deep);
    color: #fff;
    border-radius: 1.2rem;
    padding: 2rem 1.5rem;
    box-shadow: var(--shadow);
}

.discover-cta::after {
    content: "";
    position: absolute;
    right: -4rem;
    bottom: -4rem;
    width: 16rem;
    height: 16rem;
    border-radius: 50%;
    background: rgb(91 53 229 / 28%);
    pointer-events: none;
}

.discover-cta > * {
    position: relative;
    z-index: 1;
    max-width: 40rem;
}

.discover-cta-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin: 0 0 0.7rem;
    color: #9be7c6;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.discover-cta h2 {
    margin: 0 0 0.85rem;
    font-size: clamp(1.35rem, 3vw, 1.85rem);
}

.discover-cta p {
    margin: 0 0 1.3rem;
    color: rgb(255 255 255 / 78%);
}

.discover-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
}

.discover-cta .btn-primary {
    --bs-btn-bg: var(--ok);
    --bs-btn-border-color: var(--ok);
    --bs-btn-hover-bg: #0f7a54;
    --bs-btn-hover-border-color: #0f7a54;
}

.discover-cta-ghost {
    --bs-btn-color: #fff;
    --bs-btn-border-color: rgb(255 255 255 / 24%);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: rgb(255 255 255 / 12%);
    --bs-btn-hover-border-color: rgb(255 255 255 / 36%);
    background: rgb(255 255 255 / 8%);
}

@media (min-width: 768px) {
    .discover-intro h1 {
        font-size: 2.6rem;
    }

    .discover-cta {
        padding: 2.4rem 2.2rem;
    }
}

@media (min-width: 992px) {
    .discover-cards {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767.98px) {
    .discover-stats {
        grid-template-columns: 1fr 1fr;
    }

    .discover-rule-figure {
        text-align: left;
    }

    .discover-price strong {
        font-size: 1.35rem;
    }
}

.pv-grid {
    display: grid;
    gap: 0 1rem;
    padding-bottom: 0.35rem;
}

.pv .guide-cat-head .btn {
    margin-left: auto;
}

.pv-grid-full {
    grid-column: 1 / -1;
}

.pv-rows {
    display: grid;
    gap: 0.65rem;
    padding: 0.9rem 1rem 1rem;
}

.pv-row {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    gap: 0.55rem;
    align-items: center;
}

.pv-row-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr auto;
}

.pv-empty {
    margin: 0;
    padding: 0 1rem 1rem;
    color: var(--ink-muted);
    font-size: 0.9rem;
}

.pv-actions {
    flex-wrap: wrap;
}

.pv-preview {
    max-height: 38rem;
    overflow: auto;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 1.1rem;
    box-shadow: var(--shadow-soft);
}

.pv-preview .pv-doc {
    transform-origin: top center;
}

.pv-doc {
    padding: 1.15rem 1.1rem 1.3rem;
    background: #fff;
    color: var(--ink);
}

.pv-doc-head {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0.2rem 0.75rem;
    margin-bottom: 0.85rem;
}

.pv-doc-brand,
.pv-doc-kind,
.pv-doc-hint,
.pv-doc-foot {
    margin: 0;
    color: var(--ink-muted);
    font-size: 0.82rem;
}

.pv-doc-flag {
    margin: 0;
    color: var(--warn);
    font-size: 0.78rem;
    font-weight: 700;
    text-align: right;
}

.pv-doc h1 {
    grid-column: 1 / -1;
    margin: 0.35rem 0 0.15rem;
    font-size: 1.25rem;
}

.pv-doc h2 {
    margin: 1rem 0 0.45rem;
    font-size: 0.95rem;
}

.pv-doc-disclaimer {
    margin: 0 0 1rem;
    padding: 0.75rem 0.85rem;
    background: var(--warn-soft);
    color: #9a3412;
    font-size: 0.86rem;
}

.pv-doc-fields {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.55rem 1rem;
    margin: 0;
}

.pv-doc-fields dt {
    margin: 0;
    color: var(--ink-muted);
    font-size: 0.78rem;
    font-weight: 600;
}

.pv-doc-fields dd {
    margin: 0;
    min-height: 1.35rem;
    border-bottom: 1px solid #c5bfd4;
}

.pv-doc-table-wrap {
    overflow-x: auto;
}

.pv-doc table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.82rem;
}

.pv-doc th,
.pv-doc td {
    border: 1px solid var(--line);
    padding: 0.4rem 0.45rem;
    vertical-align: top;
}

.pv-doc th {
    background: var(--paper);
    font-weight: 700;
}

.pv-doc td.is-empty,
.pv-doc-fields dd.is-empty,
.pv-doc-notes.is-empty {
    min-height: 1.5rem;
}

.pv-doc-notes {
    min-height: 3rem;
    margin: 0;
    border-bottom: 1px solid #c5bfd4;
}

.pv-doc-sign-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.85rem;
}

.pv-doc-sign-grid > div {
    padding: 0.75rem 0.8rem 1rem;
    border: 1px solid var(--line);
}

.pv-doc-sign-role {
    margin: 0 0 0.35rem;
    color: var(--ink-muted);
    font-size: 0.78rem;
    font-weight: 700;
}

.pv-doc-sign-line {
    margin: 1.4rem 0 0;
    padding-top: 0.35rem;
    border-top: 1px solid var(--ink);
    color: var(--ink-muted);
    font-size: 0.82rem;
}

.pv-doc-foot {
    margin-top: 1.1rem;
}

.page-print {
    background: #fff;
}

.print-toolbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.85rem;
    padding: 0.9rem 1.1rem;
    border-bottom: 1px solid var(--line);
    background: var(--paper);
}

.print-toolbar p {
    margin: 0;
    max-width: 36rem;
}

.print-sheet {
    max-width: 52rem;
    margin: 1.25rem auto 2.5rem;
    padding: 0 1rem;
}

.print-sheet .pv-doc,
.print-sheet .plan-doc {
    border: 1px solid var(--line);
    box-shadow: var(--shadow-soft);
}

.plan-utils-lede {
    margin: 0 1.05rem 0.75rem;
    color: var(--ink-muted);
    font-size: 0.92rem;
}

.plan-utils {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.65rem;
    padding: 0 1.05rem 1.05rem;
}

.plan-utils .calc-choice-option {
    margin: 0;
}

.plan-check-box {
    width: 1.2rem;
    height: 1.2rem;
    flex: 0 0 auto;
    margin-top: 0.12rem;
    border: 2px solid #cfc8e2;
    border-radius: 0.35rem;
    background: var(--surface);
    position: relative;
}

.plan-utils .calc-choice-option input:focus-visible + .plan-check-box {
    box-shadow: 0 0 0 0.2rem rgb(91 53 229 / 18%);
}

.plan-utils .calc-choice-option input:checked + .plan-check-box {
    background: var(--accent);
    border-color: var(--accent);
}

.plan-utils .calc-choice-option input:checked + .plan-check-box::after {
    content: "";
    position: absolute;
    left: 0.28rem;
    top: 0.04rem;
    width: 0.35rem;
    height: 0.65rem;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.plan-steps {
    margin-top: 2rem;
    scroll-margin-top: 5.5rem;
}

.plan-step {
    display: grid;
    gap: 0.75rem;
    padding: 1rem 1.05rem;
    border-top: 1px solid var(--line);
}

.plan-step-copy h4 {
    margin: 0 0 0.25rem;
    font-size: 1rem;
}

.plan-step-copy p {
    margin: 0;
    color: var(--ink-muted);
    font-size: 0.92rem;
}

.plan-step[data-status="done"] .plan-step-copy h4 {
    color: var(--ok);
}

.plan-step[data-status="skipped"] .plan-step-copy,
.plan-step[data-status="not_applicable"] .plan-step-copy {
    opacity: 0.72;
}

.plan-step-status {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin: 0;
    padding: 0;
    border: 0;
}

.plan-status {
    position: relative;
    margin: 0;
    cursor: pointer;
}

.plan-status input {
    position: absolute;
    opacity: 0;
    width: 1px;
    height: 1px;
}

.plan-status span {
    display: block;
    padding: 0.28rem 0.65rem;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: var(--surface);
    color: var(--ink-muted);
    font-size: 0.78rem;
    font-weight: 700;
}

.plan-status:hover span,
.plan-status:focus-within span {
    border-color: var(--accent);
    color: var(--accent);
}

.plan-status input:focus-visible + span {
    outline: 2px solid var(--accent);
    outline-offset: 2px;
}

.plan-status input:checked + span {
    border-color: var(--accent);
    background: var(--accent-soft);
    color: var(--accent);
}

.plan-step[data-status="done"] .plan-status input:checked + span {
    border-color: var(--ok);
    background: var(--ok-soft);
    color: var(--ok);
}

.plan-budget-note {
    margin: 0.85rem 0 0;
    color: var(--ink-muted);
    font-size: 0.9rem;
}

.plan-doc {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 1.6rem 1.4rem 1.8rem;
}

.plan-doc-head {
    margin-bottom: 1.4rem;
}

.plan-doc-brand,
.plan-doc-hint {
    margin: 0;
    color: var(--ink-muted);
    font-size: 0.88rem;
}

.plan-doc h1 {
    margin: 0.35rem 0 0.5rem;
    font-size: 1.7rem;
}

.plan-doc h2 {
    margin: 0 0 0.7rem;
    font-size: 1.1rem;
}

.plan-doc-meta {
    display: grid;
    gap: 0.65rem 1.25rem;
    margin: 1rem 0 0;
}

.plan-doc-meta div {
    margin: 0;
}

.plan-doc-meta dt {
    color: var(--ink-muted);
    font-size: 0.78rem;
    font-weight: 600;
}

.plan-doc-meta dd {
    margin: 0.1rem 0 0;
    font-weight: 700;
}

.plan-doc-meta dd.is-empty {
    font-weight: 400;
    color: var(--ink-muted);
}

.plan-doc-budget {
    margin: 0.9rem 0 0;
}

.plan-doc-steps {
    list-style: none;
    padding: 0;
    margin: 0 0 1.4rem;
}

.plan-doc-steps li {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.35rem 1rem;
    padding: 0.7rem 0;
    border-top: 1px solid var(--line);
}

.plan-doc-mark {
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--ink-muted);
}

.plan-doc-steps li[data-status="done"] .plan-doc-mark {
    color: var(--ok);
}

.plan-doc-steps strong {
    display: block;
    margin-bottom: 0.15rem;
}

.plan-doc-steps p {
    margin: 0;
    color: var(--ink-muted);
    font-size: 0.92rem;
}

@media (min-width: 768px) {
    .plan-step {
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: start;
    }

    .plan-doc-meta {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .plan-doc-steps li {
        grid-template-columns: 7.2rem 1fr;
        gap: 0.75rem 1rem;
    }
}

@media (min-width: 768px) {
    .pv-grid {
        grid-template-columns: 1fr 1fr;
    }

    .pv-doc-fields {
        grid-template-columns: 1fr 1fr;
    }

    .pv-doc-sign-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767.98px) {
    .pv-row,
    .pv-row-4 {
        grid-template-columns: 1fr;
    }

    .pv-row .btn-link {
        justify-self: start;
    }
}

@media print {
    .page-print {
        background: #fff;
    }

    .print-toolbar {
        display: none !important;
    }

    .print-sheet {
        max-width: none;
        margin: 0;
        padding: 0;
    }

    .print-sheet .pv-doc,
    .print-sheet .plan-doc {
        border: 0;
        box-shadow: none;
        padding: 0;
    }

    .pv-doc section,
    .pv-doc-sign-grid > div,
    .plan-doc section {
        break-inside: avoid;
    }
}

.page-article .site-main {
    padding-top: 0;
    padding-bottom: 0;
}

.article {
    padding-bottom: 3.5rem;
}

.article-layout {
    display: grid;
    gap: 1.15rem;
    margin-top: -3.6rem;
    position: relative;
    z-index: 10;
    align-items: start;
}

.article-hero {
    margin: 0 0 1.75rem;
    background: var(--line);
}

.article-hero img {
    display: block;
    width: 100%;
    height: clamp(18rem, 42vw, 32rem);
    object-fit: cover;
}

.article-shell {
    min-width: 0;
    display: flex;
    flex-direction: column;
    background-color: white;
    box-shadow: 0 5px 20px 0 rgba(69, 67, 96, 0.1);
    border-radius: var(--radius);
    padding: 2.6rem 3.6rem 3.6rem;
}

.article-kicker {
    margin: 0 0 0.7rem;
    color: var(--ink-muted);
    font-size: 0.82rem;
    font-weight: 700;
}

.article-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem 0.85rem;
    list-style: none;
    margin: 0 0 0.85rem;
    padding: 0;
    color: var(--ink-muted);
    font-size: 0.82rem;
    font-weight: 700;
}

.article-tags a {
    color: var(--accent);
    text-decoration: none;
}

.article-tags a:hover,
.article-tags a:focus {
    text-decoration: underline;
}

.article h1 {
    font-size: clamp(1.9rem, 4vw, 2.7rem);
    line-height: 1.15;
    margin: 0 0 0.85rem;
}

.article .lede {
    margin-bottom: 1.1rem;
}

.page-article .article .article-shell > .lede,
.page-article .guide-crumb {
    display: none;
}

.article-byline,
.article-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.35rem 0.5rem;
    margin: 0 0 1.15rem;
    color: var(--ink-muted);
    font-size: 0.92rem;
}

.article-author {
    color: var(--ink);
    font-weight: 600;
}

.article-cover {
    order: -1;
    margin: 0 0 1.25rem;
}

.article-cover img {
    display: block;
    width: 100%;
    height: clamp(14rem, 42vw, 26rem);
    object-fit: cover;
}

.article-share {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.45rem 0.65rem;
    margin: 0 0 1.75rem;
    padding: 0.75rem 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    font-size: 0.88rem;
}

.article-share > span {
    font-weight: 700;
    margin-right: 0.25rem;
}

.article-share button,
.article-share a {
    appearance: none;
    border: 0;
    background: none;
    color: var(--accent);
    font: inherit;
    font-weight: 600;
    padding: 0;
    text-decoration: none;
    cursor: pointer;
}

.article-share button:hover,
.article-share button:focus,
.article-share a:hover,
.article-share a:focus {
    text-decoration: underline;
}

.article-share-status {
    margin: -0.75rem 0 1.25rem;
    color: var(--ok);
    font-size: 0.88rem;
    font-weight: 600;
}

.article-prose {
    max-width: 42rem;
}

.article-rail {
    display: grid;
    gap: 1rem;
}

.article-ad,
.article-rail-links {
    background: #fff;
    border-radius: var(--radius);
    box-shadow: 0 5px 20px 0 rgba(69, 67, 96, 0.1);
    padding: 0.85rem;
}

.article-ad-label,
.article-rail-title {
    margin: 0 0 0.65rem;
    color: var(--ink-muted);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.article-ad-slot {
    min-height: 15.5rem;
    background: var(--paper);
    border: 1px dashed #d9d4e6;
    border-radius: 0.45rem;
}

.article-ad-slot-tall {
    min-height: 22rem;
}

.article-rail-links {
    display: grid;
    gap: 0.55rem;
}

.article-rail-links a {
    color: var(--ink);
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.35;
    text-decoration: none;
}

.article-rail-links a:hover,
.article-rail-links a:focus-visible {
    color: var(--accent);
}

.article-more-head {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.5rem 1rem;
    margin-bottom: 1.35rem;
}

.article-more-head h2 {
    margin: 0;
    font-size: clamp(1.35rem, 2.2vw, 1.7rem);
    letter-spacing: -0.03em;
}

.home-guides-list.guide-card-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.35rem 1.1rem;
}

@media (max-width: 991.98px) and (min-width: 768px) {
    .home-guides-list.guide-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.guide-card-grid .home-guide-visual {
    height: 8.25rem;
}

.guide-card-grid .home-guide-copy h3 {
    font-size: 1.02rem;
}

.guide-card-grid .home-guide-copy > p:not(.home-guide-date) {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.article:not(:has(.article-hero)) .article-layout {
    margin-top: 1.5rem;
}

@media (min-width: 992px) {
    .article-layout {
        grid-template-columns: minmax(0, 1fr) 18.75rem;
        gap: 1.25rem;
    }

    .article-rail {
        position: sticky;
        top: 5.15rem;
    }
}

@media (max-width: 767.98px) {
    .article-layout {
        margin-top: -2rem;
    }

    .article-shell {
        padding: 1.35rem 1.15rem 1.6rem;
    }

    .article-ad-slot-tall {
        min-height: 15.5rem;
    }

    .home-guides-list.guide-card-grid {
        grid-template-columns: 1fr;
    }
}

.article-prose > *:first-child {
    margin-top: 0;
}

.article-prose h2,
.article-prose h3,
.article-prose h4 {
    line-height: 1.25;
    margin: 1.8rem 0 0.7rem;
}

.article-prose h2 {
    font-size: 1.35rem;
}

.article-prose h3 {
    font-size: 1.15rem;
}

.article-prose p,
.article-prose ul,
.article-prose ol,
.article-prose blockquote {
    margin: 0 0 1rem;
}

.article-prose ul,
.article-prose ol {
    padding-left: 1.2rem;
}

.article-prose img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 1.1rem 0;
    border-radius: 0.5rem;
}

.article-prose figure {
    margin: 1.1rem 0 1.4rem;
}

.article-prose figcaption {
    margin-top: 0.4rem;
    color: var(--ink-muted);
    font-size: 0.88rem;
}

.article-prose blockquote {
    padding: 0.15rem 0 0.15rem 1rem;
    border-left: 3px solid var(--line);
    color: var(--ink-muted);
}

.article-prose table {
    width: 100%;
    margin: 0 0 1.2rem;
    border-collapse: collapse;
    font-size: 0.95rem;
}

.article-prose th,
.article-prose td {
    border-bottom: 1px solid var(--line);
    padding: 0.45rem 0.35rem;
    text-align: left;
    vertical-align: top;
}

.article-prose pre,
.article-prose code {
    font-family: ui-monospace, Consolas, monospace;
    font-size: 0.9em;
}

.article-prose pre {
    overflow: auto;
    padding: 0.85rem 1rem;
    background: var(--paper);
    border-radius: 0.5rem;
}

.article-legal {
    margin: 1.75rem 0 0;
    padding-top: 1rem;
    border-top: 1px solid var(--line);
    color: var(--ink-muted);
    font-size: 0.92rem;
}

.article-cta {
    margin: 1.75rem 0 0;
}

.article-more {
    margin-top: 0;
}

.guides-head {
    margin-bottom: 1.25rem;
}

.guides-find {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: stretch;
    gap: 0.45rem;
    width: min(100%, 36rem);
    margin: 1.35rem 0 0;
    padding: 0.32rem;
    background: rgb(255 255 255 / 96%);
    border: 1px solid #e7e2f1;
    border-radius: 0.75rem;
    box-shadow: 0 12px 30px rgb(51 35 110 / 1%);
}

.guides-find-field {
    display: flex;
    align-items: center;
    min-width: 0;
    gap: 0.55rem;
    padding: 0 0.35rem 0 0.85rem;
    color: #706b86;
}

.guides-find-field .icon {
    width: 1rem;
    height: 1rem;
    color: var(--accent);
}

.guides-find-field input {
    width: 100%;
    min-width: 0;
    padding: 0.55rem 0;
    appearance: none;
    border: 0;
    background: transparent;
    color: #28233d;
    font: inherit;
    font-size: 0.84rem;
    box-shadow: none;
}

.guides-find-field input::-webkit-search-decoration,
.guides-find-field input::-webkit-search-cancel-button {
    appearance: none;
}

.guides-find-field input::placeholder {
    color: #9a95ad;
}

.guides-find-field input:focus {
    outline: 0;
    box-shadow: none;
}

.guides-find-submit {
    min-width: 6.4rem;
    padding-inline: 1.1rem;
    border-radius: 0.55rem;
    font-size: 0.82rem;
}

.guides-find:focus-within {
    border-color: rgb(91 53 229 / 45%);
    box-shadow: 0 0 0 0.2rem rgb(91 53 229 / 2%), 0 12px 30px rgb(51 35 110 / 1%);
}

.guides-cats {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin: 1rem 0 0;
}

.guides-cats a {
    padding: 0.38rem 0.85rem;
    color: #5c5878;
    background: #f3f0f8;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
}

.guides-cats a:hover,
.guides-cats a:focus-visible {
    color: var(--accent);
    background: #eee9ff;
}

.guides-cats a.is-active {
    color: #fff;
    background: var(--accent);
}

.guides-cats a:focus-visible,
.guides-find-submit:focus-visible {
    outline: 2px solid var(--accent);
    outline-offset: 2px;
}

@media (max-width: 767.98px) {
    .guides-find {
        grid-template-columns: 1fr;
    }

    .guides-find-submit {
        width: 100%;
        min-height: 2.7rem;
    }
}

.guides-body {
    padding: 2rem 0 3.5rem;
}

.guides-mosaic {
    display: grid;
    gap: 1rem;
}

.guides-tile {
    display: flex;
    flex-direction: column;
    min-width: 0;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    overflow: hidden;
    text-decoration: none;
    color: inherit;
}

.guides-tile-visual {
    min-height: 8.5rem;
    background: var(--paper);
}

.guides-tile-visual img {
    display: block;
    width: 100%;
    height: 9.5rem;
    object-fit: cover;
}

.guides-tile-visual-mint {
    display: grid;
    place-items: center;
    background: #e7f6ee;
    min-height: 8.5rem;
}

.guides-tile-visual-mint img {
    width: auto;
    height: 5.5rem;
    object-fit: contain;
}

.guides-tile-copy {
    display: grid;
    gap: 0.35rem;
    padding: 0.95rem 1rem 1.1rem;
}

.guides-tile-cat {
    margin: 0;
    color: var(--ink-muted);
    font-size: 0.8rem;
    font-weight: 700;
}

.guides-tile h2 {
    margin: 0;
    font-size: 1.12rem;
    line-height: 1.25;
}

.guides-tile-copy > p:not(.guides-tile-cat) {
    margin: 0;
    color: var(--ink-muted);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.guides-tile:hover h2,
.guides-tile:focus h2 {
    text-decoration: underline;
}

.guides-tile-special .guides-tile-copy h2 {
    font-size: 1.28rem;
}

.guides-empty {
    color: var(--ink-muted);
    margin-top: 3rem;
    text-align: center;
}

.home-guides-layout {
    display: grid;
    gap: 2rem;
}

.home-guides-intro {
    max-width: 20rem;
}

.home-guides-kicker {
    margin: 0 0 0.75rem;
    color: var(--accent);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.home-guides-intro h2 {
    margin: 0 0 1rem;
    font-size: clamp(1.9rem, 2.6vw, 2.25rem);
    line-height: 1.1;
    letter-spacing: -0.055em;
}

.home-guides-intro > p:not(.home-guides-kicker) {
    margin: 0 0 1.4rem;
    color: var(--ink-muted);
    font-size: 1rem;
    line-height: 1.6;
}

.home-guides-button {
    gap: 0.7rem;
    padding: 0.72rem 1.2rem;
    border-radius: 0.55rem;
    font-size: 0.88rem;
}

.home-guides-button span,
.home-guide-link span {
    display: inline-block;
    transition: transform 160ms ease;
}

.home-guides-button:hover span,
.home-guides-button:focus-visible span,
.home-guide-link:hover span,
.home-guide-link:focus-visible span {
    transform: translateX(0.2rem);
}

.home-guides-list {
    display: grid;
    gap: 2.5rem 2.5rem;
}

.home-guide-card {
    min-width: 0;
    box-shadow: 0 5px 20px 0 rgba(69, 67, 96, 0.1);
    
    border-radius: 0.55rem;
}

.home-guide-card:hover{
    transform: scale(1.025);
}

.home-guide-visual {
    position: relative;
    display: block;
    height: 10.6rem;
    /* overflow: hidden; */
    border-radius: 0.55rem;
}

.home-guide-badge {
    position: absolute;
    z-index: 1;
    bottom: -0.55rem;
    left: 0.75rem;
    padding: 0.3rem 0.5rem;
    color: var(--accent);
    background: #D8D8FB;
    border-radius: 0.85rem;
    border: 1px solid var(--accent-soft);
    box-shadow: 0 4px 12px rgb(36 23 63 / 12%);
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.;
    text-transform: uppercase;
    pointer-events: none;
}

.home-guide-visual img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 240ms ease;
    border-radius: 0.55rem;
}

.home-guide-visual img[src$=".svg"] {
    object-fit: contain;
}

.home-guide-copy {
    padding: 0.8rem;
    padding-top: 1.2rem;
}

.home-guide-date {
    margin: 0 0 0.2rem;
    color: var(--ink-muted);
    font-size: 0.8rem;
    font-weight: 500;
}

.home-guide-copy h3 {
    margin: 0 0 0.35rem;
    font-size: 1.15rem;
    line-height: 1.25;
    letter-spacing: -0.025em;
}

.home-guide-copy h3 a {
    color: inherit;
    text-decoration: none;
}

.home-guide-copy h3 a:hover,
.home-guide-copy h3 a:focus-visible {
    color: var(--accent);
}

.home-guide-copy > p:not(.home-guide-date) {
    margin: 0 0 0.55rem;
    color: var(--ink-muted);
    font-size: 0.9rem;
    line-height: 1.55;
}

.home-guide-link {
    color: var(--accent);
    font-size: 0.82rem;
    font-weight: 700;
    text-decoration: none;
}

.home-guide-link span {
    margin-left: 0.3rem;
}

@media (min-width: 720px) {
    .home-guides-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .guides-mosaic {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .guides-tile-special {
        grid-column: span 2;
        display: grid;
        grid-template-columns: minmax(12rem, 0.9fr) minmax(0, 1.1fr);
        align-items: stretch;
    }

    .guides-tile-special .guides-tile-visual,
    .guides-tile-special .guides-tile-visual img {
        height: 100%;
        min-height: 11rem;
    }
}

@media (min-width: 900px) {
    .home-guides-layout {
        grid-template-columns: minmax(18rem, 1fr) minmax(0, 3fr);
        gap: 2rem;
        align-items: start;
    }

    .guides-mosaic {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1.15rem;
    }
}

@media (max-width: 699px) {
    .article-hero img {
        height: clamp(12rem, 58vw, 18rem);
    }

    .article-share > span {
        flex: 1 0 100%;
    }
}

.faq-head {
    margin-bottom: 1.75rem;
}

.faq-head .page-title {
    margin-bottom: 0.65rem;
}

.faq-head .lede {
    margin: 0;
}

.faq-wrap {
    max-width: 44rem;
}

.faq-list {
    border-top: 1px solid var(--line);
}

.faq-item {
    border-bottom: 1px solid var(--line);
}

.faq-item summary {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.15rem 0;
    cursor: pointer;
    list-style: none;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-item summary::marker {
    content: "";
}

.faq-item summary h2 {
    margin: 0;
    font-size: 1.08rem;
    line-height: 1.35;
}

.faq-mark {
    position: relative;
    flex: 0 0 auto;
    width: 1.15rem;
    height: 1.15rem;
    margin-top: 0.15rem;
    color: var(--accent);
}

.faq-mark::before,
.faq-mark::after {
    content: "";
    position: absolute;
    background: currentColor;
    border-radius: 1px;
}

.faq-mark::before {
    top: 50%;
    left: 0.1rem;
    right: 0.1rem;
    height: 2px;
    transform: translateY(-50%);
}

.faq-mark::after {
    left: 50%;
    top: 0.1rem;
    bottom: 0.1rem;
    width: 2px;
    transform: translateX(-50%);
}

.faq-item[open] .faq-mark::after {
    opacity: 0;
}

.faq-item summary:hover h2,
.faq-item summary:focus-visible h2 {
    color: var(--accent);
}

.faq-item summary:focus {
    outline: none;
}

.faq-item summary:focus-visible {
    outline: 2px solid var(--accent);
    outline-offset: 4px;
    border-radius: 0.35rem;
}

.faq-answer {
    padding: 0 2.15rem 1.2rem 0;
}

.faq-answer p {
    margin: 0 0 0.7rem;
    color: var(--ink);
}

.faq-answer p:last-child {
    margin-bottom: 0;
}

.faq-links {
    font-weight: 600;
}

.faq-foot {
    margin: 1.75rem 0 0;
    padding-top: 1.15rem;
    border-top: 1px solid var(--line);
    color: var(--ink-muted);
}

.faq-foot a {
    font-weight: 600;
}

@media (prefers-reduced-motion: no-preference) {
    .faq-mark::after {
        transition: opacity 0.15s ease;
    }
}

/* Homepage city explorer */
.home-cities {
    overflow: hidden;
    padding: 2rem 0 1.8rem;
    background:
        radial-gradient(circle at 38% 35%, rgb(255 255 255 / 72%), transparent 26rem),
        linear-gradient(110deg, #f7f7ff 0%, #f4f5ff 58%, #f8f8ff 100%);
}

.home-cities-layout {
    display: grid;
    grid-template-columns: minmax(15rem, 30%) minmax(0, 1fr);
    gap: 1.8rem;
    align-items: end;
}

.home-cities-art {
    position: relative;
    align-self: stretch;
    min-height: 12.8rem;
}

.home-cities-art p {
    position: absolute;
    z-index: 1;
    top: 0.35rem;
    left: 34%;
    margin: 0;
    transform: rotate(-4deg);
    color: #454064;
    font-family: "Segoe Print", "Bradley Hand", cursive;
    font-size: clamp(0.62rem, 1.05vw, 0.78rem);
    line-height: 1.4;
    letter-spacing: 0.015em;
}

.home-cities-art p strong {
    color: #302952;
    font-weight: 600;
}

.home-cities-art img {
    position: absolute;
    right: 0;
    bottom: -1.8rem;
    display: block;
    width: 112%;
    max-width: none;
    height: auto;
}

.home-cities-content {
    min-width: 0;
    align-self: center;
}

.home-cities-head {
    margin-bottom: 0.9rem;
}

.home-cities-head h2 {
    margin: 0 0 0.18rem;
    font-size: clamp(1.25rem, 2vw, 1.6rem);
    line-height: 1.2;
}

.home-cities-head p {
    margin: 0;
    color: var(--ink-muted);
    font-size: clamp(0.75rem, 1.1vw, 0.9rem);
    line-height: 1.45;
}

.home-city-list {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 0.65rem;
}

.home-city-card,
.home-city-all {
    min-width: 0;
    overflow: hidden;
    border-radius: 0.45rem;
    background: #fff;
    box-shadow: 0 1px 0 rgb(30 24 67 / 2%);
    color: var(--ink);
    text-align: center;
    text-decoration: none;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.home-city-card {
    display: grid;
    grid-template-rows: minmax(4.75rem, 1fr) 2rem;
}

.home-city-card img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    background: #dce3ee;
}

.home-city-card > span {
    overflow: hidden;
    align-self: center;
    padding: 0 0.18rem;
    font-size: clamp(0.59rem, 0.86vw, 0.72rem);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 1.1;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-city-all {
    display: flex;
    min-height: 6.75rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.9rem;
    padding: 0.7rem 0.25rem 0.55rem;
}

.home-city-all > span:last-child {
    font-size: clamp(0.58rem, 0.82vw, 0.69rem);
    font-weight: 700;
    line-height: 1.15;
}

.home-city-dots {
    display: grid;
    grid-template-columns: repeat(3, 0.27rem);
    gap: 0.22rem;
}

.home-city-dots i {
    display: block;
    width: 0.27rem;
    height: 0.27rem;
    border-radius: 50%;
    background: var(--accent);
}

.home-city-card:hover,
.home-city-card:focus-visible,
.home-city-all:hover,
.home-city-all:focus-visible {
    color: var(--ink);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgb(45 28 90 / 12%);
}

.home-city-card:focus-visible,
.home-city-all:focus-visible {
    outline: 2px solid var(--accent);
    outline-offset: 3px;
}

@media (max-width: 991.98px) {
    .home-cities-layout {
        grid-template-columns: minmax(12rem, 29%) minmax(0, 1fr);
        gap: 1.3rem;
    }

    .home-city-list {
        gap: 0.48rem;
    }
}

@media (max-width: 767.98px) {
    .home-cities {
        padding: 2.2rem 0;
    }

    .home-cities-layout {
        display: block;
    }

    .home-cities-art {
        min-height: 8.5rem;
        margin: -1rem 0 0.8rem;
    }

    .home-cities-art p {
        left: 42%;
        font-size: 0.65rem;
    }

    .home-cities-art img {
        right: auto;
        left: -1.5rem;
        bottom: -0.8rem;
        width: 19rem;
    }

    .home-cities-head {
        margin-bottom: 1rem;
    }

    .home-cities-head h2 {
        font-size: 1.45rem;
    }

    .home-cities-head p {
        font-size: 0.88rem;
    }

    .home-city-list {
        grid-template-columns: repeat(7, 6.2rem);
        margin-right: calc(var(--bs-gutter-x) * -0.5);
        padding: 0.1rem calc(var(--bs-gutter-x) * 0.5) 0.8rem 0;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        scrollbar-width: thin;
    }

    .home-city-card {
        grid-template-rows: 5.4rem 2.15rem;
    }

    .home-city-card > span,
    .home-city-all > span:last-child {
        font-size: 0.68rem;
    }

    .home-city-all {
        min-height: 7.55rem;
    }
}

@media print {
    .faq-item {
        break-inside: avoid;
    }

    .faq-answer {
        display: block !important;
    }

    .faq-mark {
        display: none;
    }
}
