:root {
    --ink: #17201e;
    --muted: #5f6b66;
    --paper: #f7f6ef;
    --panel: #ffffff;
    --mist: #e6eee9;
    --line: #d6ded8;
    --green: #12342f;
    --green-2: #2f5d50;
    --oxide: #c9573f;
    --oxide-dark: #8f3527;
    --blue: #315f76;
    --gold: #b88746;
    --shadow: 0 18px 45px rgba(18, 52, 47, .14);
    --shadow-strong: 0 24px 70px rgba(18, 52, 47, .22);
    --radius: 8px;
    --max: 1180px;
    --font-body: "Avenir Next", "Gill Sans", "Segoe UI", sans-serif;
    --font-display: "Athelas", "Iowan Old Style", Georgia, serif;
}

* {
    box-sizing: border-box;
    letter-spacing: 0;
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    overflow-x: hidden;
    background: var(--paper);
    color: var(--ink);
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.6;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}

h1,
h2,
h3 {
    margin: 0;
    color: var(--ink);
    font-family: var(--font-display);
    font-weight: 700;
    line-height: 1.04;
}

h1 {
    max-width: 940px;
    font-size: 3.45rem;
}

h2 {
    font-size: 2.05rem;
}

h3 {
    font-size: 1.28rem;
}

p {
    margin: 0;
}

.skip-link {
    position: absolute;
    left: 12px;
    top: -80px;
    z-index: 20;
    padding: 10px 14px;
    background: var(--ink);
    color: #fff;
}

.skip-link:focus {
    top: 12px;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 10;
    background: rgba(247, 246, 239, .94);
    border-bottom: 1px solid rgba(23, 32, 30, .12);
    backdrop-filter: blur(12px);
}

.header-inner,
.footer-inner,
.content-section,
.problem-strip,
.hero-content,
.quote-hero,
.article-layout,
.breadcrumbs,
.visual-band {
    width: min(var(--max), calc(100% - 32px));
    margin-inline: auto;
}

.header-inner {
    display: flex;
    align-items: center;
    gap: 20px;
    min-height: 76px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 215px;
    text-decoration: none;
}

.brand strong,
.brand small {
    display: block;
}

.brand strong {
    font-size: 1.02rem;
}

.brand small {
    color: var(--muted);
    font-size: .82rem;
}

.brand-mark {
    width: 36px;
    height: 36px;
    flex: 0 0 auto;
    border: 2px solid var(--green);
    border-radius: var(--radius);
    background:
        linear-gradient(135deg, transparent 46%, rgba(201, 87, 63, .95) 47% 62%, transparent 63%),
        linear-gradient(180deg, var(--mist), #fff);
    box-shadow: inset 0 -6px 0 rgba(18, 52, 47, .12);
}

.main-nav {
    display: flex;
    flex: 1;
    justify-content: center;
    gap: 6px;
}

.main-nav a {
    padding: 10px 11px;
    color: var(--muted);
    font-size: .95rem;
    text-decoration: none;
}

.main-nav a:hover {
    color: var(--ink);
    background: rgba(18, 52, 47, .07);
}

.header-cta,
.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 12px 18px;
    border: 1px solid transparent;
    border-radius: var(--radius);
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.header-cta,
.button-strong {
    background: var(--oxide);
    color: #fff;
    box-shadow: 0 12px 26px rgba(143, 53, 39, .22);
}

.button-strong:hover,
.header-cta:hover {
    background: var(--oxide-dark);
    transform: translateY(-1px);
}

.button-ghost {
    border-color: rgba(255, 255, 255, .6);
    color: #fff;
    background: rgba(255, 255, 255, .12);
}

.compact-hero .button-ghost,
.quote-page .button-ghost,
.contact-page .button-ghost {
    border-color: rgba(18, 52, 47, .24);
    color: var(--green);
    background: rgba(255, 255, 255, .82);
}

.button-dark {
    background: var(--green);
    color: #fff;
}

.button-light {
    background: #fff;
    color: var(--green);
}

.button-full {
    width: 100%;
}

.text-link {
    color: var(--oxide-dark);
    font-weight: 800;
}

.eyebrow,
.card-kicker {
    margin-bottom: 10px;
    color: var(--oxide-dark);
    font-size: .86rem;
    font-weight: 900;
    text-transform: uppercase;
}

.hero {
    position: relative;
    min-height: 665px;
    overflow: hidden;
    color: #fff;
    background-color: var(--green);
    background-image:
        linear-gradient(90deg, rgba(10, 23, 21, .93), rgba(10, 23, 21, .66), rgba(10, 23, 21, .22));
    background-position: center;
    background-size: cover;
}

.hero-photo {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(10, 23, 21, .94), rgba(10, 23, 21, .68), rgba(10, 23, 21, .24)),
        linear-gradient(180deg, rgba(10, 23, 21, .12), rgba(10, 23, 21, .48));
    pointer-events: none;
}

.hero-overlay {
    position: absolute;
    inset: auto 0 0;
    z-index: 2;
    height: 42%;
    background:
        linear-gradient(180deg, transparent, rgba(10, 23, 21, .72)),
        repeating-linear-gradient(90deg, rgba(255, 255, 255, .04) 0 1px, transparent 1px 12px);
    pointer-events: none;
}

.hero-content {
    position: relative;
    z-index: 3;
    display: flex;
    min-height: 665px;
    flex-direction: column;
    justify-content: center;
    padding: 72px 0 86px;
}

.hero h1,
.hero h2,
.hero .eyebrow {
    color: #fff;
}

.hero-copy {
    max-width: 720px;
    margin-top: 22px;
    color: rgba(255, 255, 255, .9);
    font-size: 1.2rem;
}

.hero-reassurance {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    max-width: 820px;
    margin-top: 18px;
}

.hero-reassurance span {
    padding: 8px 11px;
    border: 1px solid rgba(255, 255, 255, .26);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, .14);
    color: rgba(255, 255, 255, .94);
    font-size: .92rem;
    font-weight: 800;
}

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

.hero-signals {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 760px;
    margin: 36px 0 0;
    padding: 0;
    list-style: none;
}

.hero-signals li {
    padding: 9px 12px;
    border: 1px solid rgba(255, 255, 255, .24);
    background: rgba(255, 255, 255, .11);
    color: #fff;
    border-radius: var(--radius);
}

.hero-signals li:first-child,
.hero-signals li:nth-child(2) {
    background: rgba(201, 87, 63, .88);
    border-color: rgba(255, 255, 255, .36);
}

.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 18px 0 0;
    color: var(--muted);
    font-size: .9rem;
}

.breadcrumbs a {
    color: var(--green-2);
    text-decoration: none;
}

.page-hero,
.quote-hero {
    padding: 54px 0;
}

.compact-hero {
    width: min(var(--max), calc(100% - 32px));
    margin-inline: auto;
}

.compact-hero > div {
    padding: 42px;
    border: 1px solid var(--line);
    background:
        linear-gradient(135deg, rgba(230, 238, 233, .92), rgba(255, 255, 255, .96)),
        repeating-linear-gradient(0deg, rgba(18, 52, 47, .04) 0 1px, transparent 1px 18px);
    border-radius: var(--radius);
    box-shadow: var(--shadow-strong);
}

.compact-hero p:not(.eyebrow) {
    max-width: 820px;
    margin-top: 16px;
    color: var(--muted);
    font-size: 1.12rem;
}

.problem-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    margin-top: -46px;
    position: relative;
    z-index: 2;
    border: 1px solid rgba(255, 255, 255, .2);
    box-shadow: var(--shadow);
}

.problem-strip article {
    min-height: 190px;
    padding: 24px;
    background: #fff;
}

.problem-strip h2 {
    margin-top: 12px;
    font-size: 1.45rem;
}

.problem-strip p {
    margin-top: 10px;
    color: var(--muted);
}

.mini-icon {
    display: block;
    width: 34px;
    height: 34px;
    border: 2px solid var(--green);
    border-radius: var(--radius);
    background: linear-gradient(135deg, var(--mist), #fff 58%, var(--oxide) 59%);
}

.content-section {
    padding: 76px 0;
}

.section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 28px;
}

.section-heading a {
    color: var(--oxide-dark);
    font-weight: 900;
}

.wide-copy {
    max-width: 820px;
    color: var(--muted);
}

.split-section {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(300px, .75fr);
    gap: 34px;
    align-items: start;
}

.split-section p + p {
    margin-top: 16px;
}

.process-list,
.notice-panel,
.contact-card,
.lead-form,
.inline-cta {
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
    box-shadow: var(--shadow);
}

.process-list {
    display: grid;
    gap: 1px;
    overflow: hidden;
    background: var(--line);
}

.process-list article {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 16px;
    align-items: center;
    min-height: 92px;
    padding: 18px;
    background: #fff;
}

.process-list strong {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border-radius: var(--radius);
    background: var(--green);
    color: #fff;
    font-family: var(--font-display);
    font-size: 1.5rem;
}

.notice-panel,
.contact-card {
    padding: 26px;
}

.notice-panel h2,
.contact-card h2 {
    font-size: 1.55rem;
}

.notice-panel p,
.contact-card p,
.plain-steps {
    margin-top: 14px;
    color: var(--muted);
}

.plain-steps {
    padding-left: 22px;
}

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

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

.service-card,
.zone-grid article,
.three-columns article {
    min-height: 205px;
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
}

.service-card,
.three-columns article {
    display: flex;
    flex-direction: column;
}

.service-card p,
.three-columns p {
    flex: 1;
}

.service-card h3 a,
.zone-grid h3 a {
    text-decoration: none;
}

.service-card p,
.zone-grid p,
.three-columns p {
    margin-top: 12px;
    color: var(--muted);
}

.service-card:hover,
.zone-grid article:hover {
    border-color: rgba(201, 87, 63, .4);
    box-shadow: 0 18px 38px rgba(18, 52, 47, .1);
}

.mini-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 16px;
}

.mini-tags span {
    padding: 6px 9px;
    border-radius: var(--radius);
    background: var(--mist);
    color: var(--green);
    font-size: .84rem;
    font-weight: 800;
}

.card-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    margin-top: 18px;
    padding: 8px 10px;
    border: 1px solid rgba(201, 87, 63, .3);
    border-radius: var(--radius);
    color: var(--oxide-dark);
    font-weight: 900;
    text-decoration: none;
}

.visual-band {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(380px, 1fr);
    gap: 0;
    align-items: stretch;
    overflow: hidden;
    background: var(--green);
    color: #fff;
    border-radius: var(--radius);
}

.visual-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 46px;
}

.visual-copy h2,
.visual-copy .eyebrow {
    color: #fff;
}

.visual-copy p {
    margin-top: 16px;
    color: rgba(255, 255, 255, .86);
}

.visual-copy .button {
    align-self: flex-start;
    margin-top: 24px;
    background: #fff;
    color: var(--green);
}

.visual-band img {
    width: 100%;
    height: 100%;
    min-height: 410px;
    object-fit: cover;
}

.service-side {
    display: grid;
    gap: 18px;
}

.context-image {
    margin: 0;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
    box-shadow: var(--shadow);
}

.context-image img {
    width: 100%;
    aspect-ratio: 4 / 3;
    height: auto;
    object-fit: cover;
}

.context-image figcaption {
    padding: 13px 15px 15px;
    color: var(--muted);
    font-size: .94rem;
    font-weight: 700;
}

.diagnostic-figure {
    margin-top: 22px;
}

.guide-visual {
    align-self: start;
}

.link-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.link-cloud a {
    display: inline-flex;
    align-items: baseline;
    gap: 7px;
    min-height: 42px;
    padding: 9px 12px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
    color: var(--green);
    font-weight: 800;
    text-decoration: none;
}

.link-cloud small {
    color: var(--muted);
    font-weight: 700;
}

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

.check-list li {
    position: relative;
    padding-left: 26px;
    color: var(--muted);
}

.check-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .58em;
    width: 10px;
    height: 10px;
    background: var(--oxide);
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(201, 87, 63, .14);
}

.faq-section {
    padding-top: 30px;
}

.faq-section details {
    margin-top: 12px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
}

.faq-section summary {
    cursor: pointer;
    padding: 18px 20px;
    font-weight: 900;
}

.faq-section details p {
    padding: 0 20px 20px;
    color: var(--muted);
}

.cta-band {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    width: min(var(--max), calc(100% - 32px));
    margin: 20px auto 86px;
    padding: 34px;
    border-radius: var(--radius);
    background:
        linear-gradient(135deg, rgba(18, 52, 47, .96), rgba(47, 93, 80, .92)),
        repeating-linear-gradient(90deg, rgba(255, 255, 255, .05) 0 1px, transparent 1px 18px);
    color: #fff;
}

.cta-actions {
    display: grid;
    gap: 10px;
    min-width: 260px;
}

.cta-points {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.cta-points li {
    padding: 7px 10px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: var(--radius);
    color: rgba(255, 255, 255, .88);
    font-size: .9rem;
    font-weight: 800;
}

.cta-band h2,
.cta-band .eyebrow {
    color: #fff;
}

.cta-band p:not(.eyebrow) {
    max-width: 730px;
    margin-top: 12px;
    color: rgba(255, 255, 255, .84);
}

.quote-hero {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(360px, .82fr);
    gap: 34px;
    align-items: start;
}

.quote-intro {
    padding-top: 24px;
}

.form-head {
    margin: -2px 0 18px;
    padding: 18px;
    border-radius: var(--radius);
    background:
        linear-gradient(135deg, rgba(230, 238, 233, .92), rgba(255, 255, 255, .98));
    border: 1px solid var(--line);
}

.form-head h2 {
    font-size: 1.55rem;
}

.form-head p:not(.eyebrow) {
    margin-top: 8px;
    color: var(--muted);
    font-size: .95rem;
}

.quote-intro p:not(.eyebrow) {
    max-width: 710px;
    margin-top: 18px;
    color: var(--muted);
    font-size: 1.12rem;
}

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

.trust-list li {
    padding: 13px 15px;
    border-left: 4px solid var(--oxide);
    background: rgba(255, 255, 255, .72);
}

.lead-form {
    padding: 26px;
}

.field {
    margin-bottom: 16px;
}

.field label {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 7px;
    color: var(--ink);
    font-weight: 900;
}

.field label span,
.field label small {
    color: var(--muted);
    font-weight: 700;
}

input,
select,
textarea {
    width: 100%;
    min-height: 48px;
    padding: 12px 13px;
    border: 1px solid #b8c4be;
    border-radius: var(--radius);
    background: #fff;
    color: var(--ink);
    font: inherit;
}

textarea {
    min-height: 126px;
    resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
    outline: 3px solid rgba(201, 87, 63, .24);
    border-color: var(--oxide);
}

.field-help {
    margin-top: 6px;
    color: var(--muted);
    font-size: .9rem;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.consent-box {
    display: grid;
    grid-template-columns: 22px 1fr;
    gap: 11px;
    align-items: start;
    margin: 6px 0 18px;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--mist);
    color: var(--ink);
    font-weight: 700;
}

.consent-box input {
    width: 18px;
    min-height: 18px;
    margin-top: 3px;
    accent-color: var(--oxide);
}

.form-note {
    margin-top: 12px;
    color: var(--muted);
    font-size: .9rem;
}

.compact-cro {
    padding-top: 22px;
}

.card-note {
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid var(--line);
    font-weight: 800;
}

.next-step-panel {
    padding: 26px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
    box-shadow: var(--shadow);
}

.next-step-panel h2 {
    font-size: 1.55rem;
}

.next-step-panel p {
    margin-top: 14px;
    color: var(--muted);
}

.contact-cues {
    margin-top: 20px;
}

.after-submit-section {
    padding-top: 30px;
}

.form-error {
    margin-top: 6px;
    color: #8f2417;
    font-weight: 800;
    font-size: .92rem;
}

.form-error-global {
    margin: 0 0 16px;
    padding: 12px;
    border-radius: var(--radius);
    background: #ffe8e1;
}

.hp-field {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.article-layout {
    display: grid;
    grid-template-columns: minmax(260px, .44fr) minmax(0, .76fr);
    gap: 50px;
    padding: 56px 0 80px;
}

.article-header {
    position: sticky;
    top: 102px;
    align-self: start;
}

.article-header p:not(.eyebrow) {
    margin-top: 18px;
    color: var(--muted);
    font-size: 1.1rem;
}

.article-header .button {
    margin-top: 24px;
}

.article-summary {
    display: grid;
    gap: 8px;
    margin-top: 24px;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
}

.article-summary strong {
    color: var(--green);
}

.article-summary span {
    color: var(--muted);
    font-weight: 800;
}

.article-body {
    display: grid;
    gap: 34px;
}

.article-body section,
.inline-cta {
    padding: 30px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
}

.article-body p {
    margin-top: 14px;
    color: var(--muted);
}

.inline-cta {
    background: var(--mist);
}

.inline-cta .button {
    margin-top: 18px;
}

.legal-layout .article-header {
    position: static;
}

.thanks-hero > div {
    background:
        linear-gradient(135deg, rgba(230, 238, 233, .96), rgba(255, 255, 255, .98)),
        linear-gradient(90deg, transparent, rgba(201, 87, 63, .08));
}

.site-footer {
    background: var(--ink);
    color: #fff;
}

.footer-inner {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(220px, .8fr) minmax(220px, .6fr);
    gap: 34px;
    padding: 44px 0;
}

.footer-panel h2 {
    color: #fff;
    font-size: 1.8rem;
}

.footer-panel p {
    max-width: 620px;
    margin: 14px 0 20px;
    color: rgba(255, 255, 255, .74);
}

.footer-links,
.legal-links {
    display: grid;
    align-content: start;
    gap: 10px;
}

.footer-links a,
.legal-links a {
    color: rgba(255, 255, 255, .82);
    text-decoration: none;
}

.footer-links a:hover,
.legal-links a:hover {
    color: #fff;
}

@media (max-width: 980px) {
    h1 {
        font-size: 2.65rem;
    }

    h2 {
        font-size: 1.75rem;
    }

    .header-inner {
        flex-wrap: wrap;
        padding: 12px 0;
    }

    .brand {
        flex: 1;
    }

    .main-nav {
        order: 3;
        width: 100%;
        justify-content: flex-start;
        overflow-x: auto;
        padding-bottom: 4px;
    }

    .main-nav a {
        white-space: nowrap;
    }

    .problem-strip,
    .services-grid,
    .card-grid,
    .zone-grid,
    .three-columns {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .split-section,
    .visual-band,
    .quote-hero,
    .article-layout,
    .footer-inner {
        grid-template-columns: 1fr;
    }

    .article-header {
        position: static;
    }
}

@media (max-width: 680px) {
    .header-inner,
    .footer-inner,
    .content-section,
    .problem-strip,
    .hero-content,
    .quote-hero,
    .article-layout,
    .breadcrumbs,
    .visual-band,
    .compact-hero,
    .cta-band {
        width: min(100% - 22px, var(--max));
    }

    h1 {
        font-size: 2.2rem;
    }

    h2 {
        font-size: 1.55rem;
    }

    .header-cta {
        width: 100%;
    }

    .hero,
    .hero-content {
        min-height: 620px;
    }

    .hero-content {
        padding: 48px 0 80px;
    }

    .hero-copy,
    .compact-hero p:not(.eyebrow),
    .quote-intro p:not(.eyebrow) {
        font-size: 1rem;
    }

    .hero-reassurance {
        gap: 6px;
    }

    .hero-reassurance span,
    .hero-signals li {
        width: 100%;
    }

    .hero-actions,
    .section-heading,
    .cta-band {
        align-items: stretch;
        flex-direction: column;
    }

    .button,
    .header-cta {
        width: 100%;
    }

    .problem-strip {
        grid-template-columns: 1fr;
        margin-top: -30px;
    }

    .content-section {
        padding: 52px 0;
    }

    .quote-hero {
        gap: 18px;
        padding: 28px 0 44px;
    }

    .quote-intro {
        padding-top: 0;
    }

    .quote-page .trust-list {
        display: none;
    }

    .quote-hero .lead-form {
        margin-top: -4px;
    }

    .compact-hero > div,
    .visual-copy,
    .lead-form,
    .article-body section,
    .inline-cta,
    .cta-band {
        padding: 22px;
    }

    .services-grid,
    .card-grid,
    .zone-grid,
    .three-columns,
    .form-row {
        grid-template-columns: 1fr;
    }

    .visual-band img {
        min-height: 260px;
    }

    .link-cloud a {
        width: 100%;
        justify-content: space-between;
    }

    .cta-actions {
        width: 100%;
    }

    .cta-points {
        display: grid;
    }
}
