/* ============================================================
   Smart PGs — marketing pages (Home / Properties / About / Contact)
   Builds on styles.css tokens.
   ============================================================ */
@keyframes spg-fade { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }

/* ---- shared bits ---- */
.eyebrow { font-weight: 700; font-size: 13px; letter-spacing: .22em; text-transform: uppercase; color: var(--gold-deep); }
.eyebrow--light { color: var(--gold-light); }
.sec { padding: 64px 0; }
.sec--tight { padding: 44px 0 20px; }
.section-head { text-align: center; max-width: 640px; margin: 0 auto 40px; }
.section-head h2 { font-family: 'DM Serif Display', Georgia, serif; font-weight: 400; font-size: clamp(28px, 3.4vw, 40px); margin: 12px 0 10px; }
.section-head p { color: var(--muted); font-size: 16px; line-height: 1.6; margin: 0; }
.head-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; flex-wrap: wrap; margin-bottom: 34px; }
.head-row h2 { font-family: 'DM Serif Display', Georgia, serif; font-weight: 400; font-size: clamp(28px, 3.4vw, 40px); margin: 12px 0 0; }
.link-underline { font-weight: 700; font-size: 15px; color: var(--green); border-bottom: 2px solid var(--gold); padding-bottom: 3px; white-space: nowrap; }
.link-underline:hover { color: var(--gold-deep); }

/* extra button variants */
.btn--outline { background: transparent; border: 1.5px solid rgba(245, 240, 230, .5); color: var(--cream); }
.btn--outline:hover { color: var(--cream); background: rgba(245, 240, 230, .08); }
.btn--green { background: var(--green); color: var(--cream); }
.btn--green:hover { color: var(--cream); filter: brightness(1.1); }
.btn--lg { font-size: 16px; padding: 16px 28px; }
/* soft golden glow on primary large CTAs — matches the prototype */
.btn--gold.btn--lg { box-shadow: 0 18px 38px -16px rgba(196, 160, 90, .7); }
.btn--gold.btn--lg:hover { box-shadow: 0 22px 44px -14px rgba(196, 160, 90, .82); }
.btn--lg:hover { transform: translateY(-2px); }

/* ---- home hero ---- */
.home-hero { position: relative; min-height: clamp(620px, 90vh, 880px); display: flex; flex-direction: column; justify-content: flex-end; background-size: cover; background-position: center; }
.home-hero__in { max-width: var(--maxw); width: 100%; margin: 0 auto; padding: 120px var(--pad-x) 104px; }
.home-hero .kicker { display: inline-flex; align-items: center; gap: 11px; margin-bottom: 22px; animation: spg-fade .6s both; }
.home-hero .kicker .line { width: 36px; height: 1.5px; background: var(--gold); }
.home-hero .kicker .txt { color: var(--gold); font-weight: 700; font-size: 13px; letter-spacing: .24em; text-transform: uppercase; }
.home-hero h1 { font-family: 'DM Serif Display', Georgia, serif; font-weight: 400; color: #F7F3EA; font-size: clamp(40px, 6vw, 68px); line-height: 1.04; margin: 0; max-width: 820px; animation: spg-fade .6s .05s both; }
.home-hero h1 i { font-style: italic; color: var(--gold-light); }
.home-hero .lead { color: rgba(245, 240, 230, .85); font-size: clamp(16px, 1.5vw, 19px); line-height: 1.55; max-width: 560px; margin: 24px 0 32px; animation: spg-fade .6s .1s both; }
.home-hero__cta { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; animation: spg-fade .6s .15s both; }
.home-hero__cta .note { color: rgba(245, 240, 230, .72); font-size: 13px; margin-left: 4px; }

/* ---- inner page hero ---- */
.page-hero { position: relative; padding: 150px var(--pad-x) 76px; background-size: cover; background-position: center; color: var(--cream); }
.page-hero__in { max-width: var(--maxw); margin: 0 auto; }
.page-hero h1 { font-family: 'DM Serif Display', Georgia, serif; font-weight: 400; font-size: clamp(34px, 5vw, 58px); line-height: 1.05; margin: 14px 0 12px; max-width: 820px; }
.page-hero p { color: rgba(245, 240, 230, .82); font-size: clamp(15px, 1.5vw, 18px); line-height: 1.55; max-width: 640px; margin: 0; }

/* ---- toolbar / search + filters ---- */
.toolbar { background: var(--card); border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow-lg); padding: 22px 24px; display: flex; gap: 24px; flex-wrap: wrap; align-items: flex-end; }
.toolbar--overlap { position: relative; z-index: 6; margin-top: -58px; }
.toolbar--overlap-sm { position: relative; z-index: 4; margin-top: -34px; }
.tgroup { display: flex; flex-direction: column; gap: 10px; }
.tgroup__label { font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--muted-2); font-weight: 700; }
.tgroup__chips { display: flex; gap: 8px; flex-wrap: wrap; }
.tsep { width: 1px; align-self: stretch; background: rgba(19, 37, 28, .1); margin: 4px 0; }
.tcount { margin-left: auto; color: var(--muted); font-weight: 700; font-size: 14px; align-self: center; }
.chip-btn { padding: 11px 18px; border-radius: 999px; border: 1px solid rgba(19, 37, 28, .16); background: #fff; color: var(--ink); font-weight: 700; font-size: 14px; cursor: pointer; font-family: inherit; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; transition: background .2s ease, color .2s ease, border-color .2s ease, transform .14s ease; }
.chip-btn:hover { color: var(--ink); border-color: var(--gold); }
.chip-btn.is-active { border-color: var(--green); background: var(--green); color: var(--cream); }
.chip-btn.is-active:hover { color: var(--cream); }
.toolbar__go { margin-left: auto; }

/* ---- trust strip ---- */
.trust { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; padding: 24px 4px 2px; color: var(--muted); font-weight: 600; font-size: 14px; }
.trust b { color: var(--gold-deep); }
.trust .ink { color: var(--ink); }
.trust .dot { opacity: .35; }

/* ---- property cards (home + properties) ---- */
.pgrid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; }
.pgrid--wide { grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 26px; }
.pcard { background: var(--card); border: 1px solid var(--line); border-radius: 20px; overflow: hidden; display: flex; flex-direction: column; box-shadow: 0 26px 50px -40px rgba(19, 37, 28, .5); transition: transform .2s ease, box-shadow .2s ease; }
.pcard:hover { transform: translateY(-4px); box-shadow: 0 34px 60px -38px rgba(19, 37, 28, .55); }
.pcard__media { position: relative; height: 210px; overflow: hidden; display: block; }
.pcard--tall .pcard__media { height: 220px; }
.pcard__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.pcard:hover .pcard__media img { transform: scale(1.05); }
.pcard__badge { position: absolute; top: 14px; left: 14px; font-weight: 800; font-size: 11px; letter-spacing: .07em; text-transform: uppercase; padding: 7px 12px; border-radius: 999px; }
.pcard__pricepill { position: absolute; top: 14px; right: 14px; background: rgba(9, 20, 14, .66); color: var(--cream); font-weight: 700; font-size: 12px; padding: 7px 12px; border-radius: 999px; backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); }
.pcard__body { padding: 22px 22px 24px; display: flex; flex-direction: column; flex: 1; }
.pcard__tag { align-self: flex-start; font-size: 12px; font-weight: 700; color: var(--green); background: rgba(23, 64, 45, .08); padding: 6px 11px; border-radius: 999px; }
.pcard__name { font-family: 'DM Serif Display', Georgia, serif; font-weight: 400; font-size: 24px; margin: 13px 0 4px; }
.pcard__tagline { color: var(--muted); font-size: 14px; margin: 0 0 7px; }
.pcard__area { color: var(--muted-2); font-size: 13px; font-weight: 600; margin-bottom: 15px; }
.pcard__perks { display: flex; flex-direction: column; gap: 9px; margin-bottom: 18px; }
.perk { display: flex; align-items: center; gap: 9px; font-size: 13.5px; color: var(--ink-2); font-weight: 500; }
.perk .tick { flex: none; width: 18px; height: 18px; border-radius: 999px; background: rgba(196, 160, 90, .22); color: var(--gold-deep); display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 900; }
.pcard__foot { margin-top: auto; display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; padding-top: 16px; border-top: 1px solid var(--line); }
.pcard__from { font-size: 11px; color: var(--muted-2); font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.pcard__amt { font-family: 'DM Serif Display', Georgia, serif; font-size: 27px; line-height: 1; }
.pcard__amt small { font-size: 13px; color: var(--muted-2); font-family: 'Manrope', sans-serif; font-weight: 600; }
.pcard__btns { display: flex; gap: 8px; }
.btn-sm { font-weight: 700; font-size: 13px; padding: 11px 15px; border-radius: 999px; text-align: center; }
.btn-sm--green { background: var(--green); color: var(--cream); }
.btn-sm--green:hover { color: var(--cream); }
.btn-sm--out { border: 1.5px solid rgba(19, 37, 28, .2); color: var(--green); }
.btn-sm--out:hover { color: var(--green); border-color: var(--gold); }
.pcard__actions { margin-top: auto; display: flex; gap: 8px; }
.pcard__view { flex: 1; text-align: center; background: var(--green); color: var(--cream); font-weight: 700; font-size: 14px; padding: 13px; border-radius: 12px; }
.pcard__view:hover { color: var(--cream); filter: brightness(1.08); }
.pcard__call { border: 1.5px solid rgba(19, 37, 28, .2); color: var(--green); font-weight: 700; font-size: 14px; padding: 13px 16px; border-radius: 12px; display: inline-flex; align-items: center; }
.pcard__call:hover { color: var(--green); border-color: var(--gold); }
.empty { text-align: center; padding: 60px 20px; color: var(--muted); }
.empty h3 { font-family: 'DM Serif Display', Georgia, serif; font-weight: 400; font-size: 26px; color: var(--ink); margin-bottom: 8px; }
.empty p { margin: 0 0 18px; }

/* ---- amenity tiles (home) ---- */
.agrid { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 16px; }
.atile { background: var(--card); border: 1px solid rgba(19, 37, 28, .07); border-radius: 16px; padding: 24px 22px; }
.atile__ic { width: 48px; height: 48px; border-radius: 13px; background: rgba(23, 64, 45, .08); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; color: var(--green); }
.atile__t { font-weight: 800; font-size: 16px; margin-bottom: 5px; }
.atile__d { color: var(--muted); font-size: 13.5px; line-height: 1.5; }

/* ---- steps panel (home) ---- */
.steps-panel { background: var(--green); border-radius: 26px; padding: clamp(32px, 4vw, 56px); color: var(--cream); position: relative; overflow: hidden; }
.steps-panel .head { max-width: 560px; }
.steps-panel .head h2 { font-family: 'DM Serif Display', Georgia, serif; font-weight: 400; font-size: clamp(26px, 3.2vw, 38px); margin: 12px 0 8px; }
.steps-panel .head p { color: rgba(245, 240, 230, .8); font-size: 16px; line-height: 1.6; margin: 0; }
.steps-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 22px; margin-top: 38px; }
.step { background: rgba(245, 240, 230, .06); border: 1px solid rgba(245, 240, 230, .14); border-radius: 18px; padding: 26px; }
.step__n { font-family: 'DM Serif Display', Georgia, serif; font-size: 40px; color: var(--gold-light); line-height: 1; }
.step__t { font-weight: 800; font-size: 18px; margin: 14px 0 6px; }
.step__d { color: rgba(245, 240, 230, .75); font-size: 14px; line-height: 1.55; }

/* ---- stats band (fixed bg) ---- */
.statband { position: relative; padding: 78px 0; background-size: cover; background-position: center; background-attachment: fixed; }
.statband__grid { max-width: 1100px; margin: 0 auto; padding: 0 var(--pad-x); display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 30px; text-align: center; color: var(--cream); }
.stat__n { font-family: 'DM Serif Display', Georgia, serif; font-size: clamp(38px, 4.5vw, 56px); color: var(--gold-light); line-height: 1; }
.stat__l { font-size: 14px; color: rgba(245, 240, 230, .78); margin-top: 8px; font-weight: 600; }

/* ---- reviews ---- */
.rgrid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 22px; }
.review { background: var(--card); border: 1px solid rgba(19, 37, 28, .07); border-radius: 20px; padding: 28px; display: flex; flex-direction: column; }
.review__stars { color: var(--gold); font-size: 15px; letter-spacing: 2px; margin-bottom: 14px; }
.review__text { font-size: 15px; line-height: 1.62; color: #2c3129; margin: 0 0 22px; flex: 1; }
.review__foot { display: flex; align-items: center; gap: 13px; padding-top: 18px; border-top: 1px solid var(--line); }
.review__ava { flex: none; width: 46px; height: 46px; border-radius: 999px; background: var(--green); color: var(--gold-light); display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 15px; }
.review__name { font-weight: 800; font-size: 15px; }
.review__role { color: var(--muted-2); font-size: 13px; }
.review__type { margin-left: auto; font-size: 11px; font-weight: 700; color: var(--green); background: rgba(23, 64, 45, .08); padding: 5px 10px; border-radius: 999px; }

/* ---- CTA banners ---- */
.cta-banner { position: relative; overflow: hidden; border-radius: 26px; background-size: cover; background-position: center; padding: clamp(38px, 5vw, 64px); color: var(--cream); }
.cta-banner--center { text-align: center; }
.cta-banner h2 { font-family: 'DM Serif Display', Georgia, serif; font-weight: 400; font-size: clamp(28px, 4vw, 50px); line-height: 1.06; margin: 20px 0 14px; max-width: 680px; }
.cta-banner--center h2 { margin-left: auto; margin-right: auto; }
.cta-banner p { color: rgba(245, 240, 230, .85); font-size: 17px; line-height: 1.6; max-width: 560px; margin: 0 0 30px; }
.cta-banner--center p { margin-left: auto; margin-right: auto; }
.cta-banner__cta { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.cta-banner--center .cta-banner__cta { justify-content: center; }
.cta-banner__note { margin-top: 22px; color: rgba(245, 240, 230, .7); font-size: 13.5px; font-weight: 600; }
.badge-pill { display: inline-flex; align-items: center; gap: 8px; font-weight: 800; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; padding: 8px 14px; border-radius: 999px; }
.badge-pill--rust { background: #BC5B37; color: #fff; }
.cta-green { border-radius: 26px; background: var(--green); padding: clamp(34px, 4.5vw, 58px); color: var(--cream); text-align: center; }
.cta-green h2 { font-family: 'DM Serif Display', Georgia, serif; font-weight: 400; font-size: clamp(28px, 3.6vw, 44px); margin: 0 0 12px; }
.cta-green p { color: rgba(245, 240, 230, .82); font-size: 16px; line-height: 1.6; max-width: 520px; margin: 0 auto 28px; }

/* ---- pricing tiers (properties) ---- */
.tiers { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; }
.tier { background: var(--card); border: 1px solid var(--line); border-radius: 20px; padding: 30px 26px; }
.tier--feat { background: var(--green); color: var(--cream); position: relative; box-shadow: 0 30px 60px -34px rgba(19, 37, 28, .7); border: none; }
.tier__k { font-weight: 800; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; color: var(--gold-deep); }
.tier--feat .tier__k { color: var(--gold-light); }
.tier__price { font-family: 'DM Serif Display', Georgia, serif; font-size: 38px; margin: 10px 0 2px; }
.tier__price small { font-size: 15px; color: var(--muted-2); font-family: 'Manrope', sans-serif; font-weight: 600; }
.tier--feat .tier__price small { color: rgba(245, 240, 230, .7); }
.tier__desc { color: var(--muted); font-size: 14px; margin: 6px 0 18px; }
.tier--feat .tier__desc { color: rgba(245, 240, 230, .78); }
.tier__list { display: flex; flex-direction: column; gap: 9px; font-size: 13.5px; color: var(--ink-2); font-weight: 500; }
.tier--feat .tier__list { color: rgba(245, 240, 230, .9); }
.tier__pop { position: absolute; top: 20px; right: 20px; background: var(--gold); color: var(--ink); font-weight: 800; font-size: 11px; letter-spacing: .06em; text-transform: uppercase; padding: 6px 12px; border-radius: 999px; }

/* ---- about split ---- */
.split { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 48px; align-items: center; }
.split__text .eyebrow { display: block; }
.split__text h2 { font-family: 'DM Serif Display', Georgia, serif; font-weight: 400; font-size: clamp(28px, 3.4vw, 42px); margin: 12px 0 18px; line-height: 1.1; }
.split__text p { color: var(--ink-2); font-size: 16px; line-height: 1.7; margin: 0 0 16px; }
.split__text p.muted { color: var(--muted); margin-bottom: 26px; }
.split__media { position: relative; }
.split__media img { width: 100%; height: 420px; object-fit: cover; border-radius: 22px; box-shadow: 0 30px 60px -36px rgba(19, 37, 28, .6); }
.split__badge { position: absolute; left: -14px; bottom: -14px; background: var(--gold); color: var(--ink); border-radius: 16px; padding: 16px 20px; box-shadow: 0 20px 40px -20px rgba(0, 0, 0, .4); }
.split__badge .b1 { font-family: 'DM Serif Display', Georgia, serif; font-size: 26px; line-height: 1; }
.split__badge .b2 { font-size: 12.5px; font-weight: 700; margin-top: 3px; }

/* ---- numbered why-choose cards (about) ---- */
.numgrid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; }
.numcard { background: var(--card); border: 1px solid rgba(19, 37, 28, .07); border-radius: 18px; padding: 30px 26px; }
.numcard__n { font-family: 'DM Serif Display', Georgia, serif; font-size: 34px; color: var(--gold); line-height: 1; }
.numcard h3 { font-size: 19px; font-weight: 800; margin: 16px 0 8px; }
.numcard p { color: var(--muted); font-size: 14.5px; line-height: 1.6; margin: 0; }

/* ---- facilities band (about) ---- */
.band { background: #EDE6D6; padding: 72px 0; }
.facgrid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 18px; }
.fac { background: var(--card); border: 1px solid rgba(19, 37, 28, .07); border-radius: 16px; padding: 26px; display: flex; gap: 16px; align-items: flex-start; }
.fac__ic { flex: none; width: 50px; height: 50px; border-radius: 13px; background: var(--green); display: flex; align-items: center; justify-content: center; color: var(--gold-light); }
.fac h3 { font-size: 17px; font-weight: 800; margin: 2px 0 6px; }
.fac p { color: var(--muted); font-size: 14px; line-height: 1.55; margin: 0; }

/* ---- contact ---- */
.contact-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 26px; align-items: start; }
.cinfo { display: flex; flex-direction: column; gap: 16px; }
.cinfo__card { background: var(--card); border: 1px solid var(--line); border-radius: 18px; padding: 24px; display: flex; gap: 16px; align-items: center; box-shadow: 0 24px 46px -40px rgba(19, 37, 28, .5); transition: transform .18s ease, box-shadow .2s ease, border-color .2s ease; }
a.cinfo__card:hover { transform: translateY(-3px); border-color: var(--gold); box-shadow: 0 30px 54px -38px rgba(19, 37, 28, .55); }
.cinfo__card--top { align-items: flex-start; }
.cinfo__ic { flex: none; width: 52px; height: 52px; border-radius: 14px; background: var(--green); display: flex; align-items: center; justify-content: center; color: var(--gold-light); }
.cinfo__k { font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--gold-deep); }
.cinfo__v { font-weight: 800; font-size: 17px; color: var(--ink); margin-top: 3px; }
.cinfo__v2 { font-weight: 700; font-size: 15px; color: var(--muted); }
.cinfo__addr { font-weight: 600; font-size: 14.5px; color: var(--ink-2); margin-top: 4px; line-height: 1.55; }
.cform { background: var(--card); border: 1px solid var(--line); border-radius: 22px; padding: clamp(24px, 3vw, 36px); box-shadow: 0 30px 60px -42px rgba(19, 37, 28, .55); }
.cform h2 { font-family: 'DM Serif Display', Georgia, serif; font-weight: 400; font-size: 26px; margin: 0 0 6px; }
.cform > p { color: var(--muted); font-size: 14.5px; margin: 0 0 24px; }
.cform__row { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 16px; margin-bottom: 16px; }
.field label { display: block; font-size: 13px; font-weight: 700; color: var(--ink-2); margin-bottom: 7px; }
.field input, .field textarea { width: 100%; padding: 14px 16px; border: 1px solid rgba(19, 37, 28, .18); border-radius: 12px; background: #fff; font-family: inherit; font-size: 15px; color: var(--ink); }
.field textarea { resize: vertical; }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--green); }
.cform__btns { display: flex; gap: 12px; flex-wrap: wrap; }
.fbtn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; font-weight: 800; font-size: 15px; padding: 15px 22px; border-radius: 12px; border: none; cursor: pointer; font-family: inherit; }
.fbtn--wa { flex: 1; min-width: 180px; background: var(--wa); color: #fff; }
.fbtn--wa:hover { filter: brightness(1.05); }
.fbtn--green { background: var(--green); color: var(--cream); }
.fbtn--green:hover { filter: brightness(1.1); }
.map-wide { border-radius: 22px; overflow: hidden; border: 1px solid var(--line-strong); box-shadow: 0 26px 50px -42px rgba(19, 37, 28, .5); height: 360px; }
.map-wide iframe { border: 0; display: block; width: 100%; height: 360px; }
.faq-list--wide { max-width: 820px; margin: 0 auto; }

/* ---- terms & conditions page ---- */
.terms-grid { display: flex; flex-direction: column; gap: 12px; max-width: 900px; margin: 0 auto; }
.term { display: flex; gap: 16px; background: var(--card); border: 1px solid var(--line); border-radius: 14px; padding: 20px 22px; }
.term__n { font-family: 'DM Serif Display', Georgia, serif; font-size: 22px; color: var(--gold); flex: none; width: 34px; line-height: 1.25; }
.term__body h3 { font-size: 16px; font-weight: 800; margin: 0 0 4px; color: var(--ink); }
.term__body p { color: var(--muted); font-size: 14px; line-height: 1.6; margin: 0; }

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 900px) {
  .toolbar { gap: 16px 20px; }
  .tsep { display: none; }
  .toolbar__go { margin-left: 0; width: 100%; }
  .tcount { margin-left: 0; }
}
@media (max-width: 720px) {
  .toolbar--overlap { margin-top: -34px; }
  .home-hero__in { padding-top: 108px; }
  .statband { background-attachment: scroll; }
  .split__media img { height: 300px; }
  .home-hero__cta { flex-direction: column; align-items: stretch; }
  .home-hero__cta .btn { width: 100%; }
  .home-hero__cta .note { margin: 4px auto 0; }
  .cta-banner__cta { flex-direction: column; align-items: stretch; }
  .cta-banner__cta .btn { width: 100%; }
  .cta-green .cta-banner__cta, .cta-green > div:last-child { }
}
@media (max-width: 560px) {
  .page-hero { padding-top: 108px; }
  .fbtn--wa { min-width: 0; }
  .split__badge { left: 0; }
}
