/* treedownmedia.com — the whole design system.
   Brand colors are the GoHighLevel site's own: forest #364022 (headings,
   footer, dark bands), pine #355E3B (buttons; white text on it is 7.4:1),
   bark #591902 (eyebrows), amber #BB7C39 (accents). --amber-light is the
   amber lifted for text on the dark forest bands. */

@font-face { font-family: "Montserrat"; font-style: normal; font-weight: 500 800; font-display: swap; src: url(/assets/fonts/montserrat-latin.woff2) format("woff2"); }
@font-face { font-family: "Mulish"; font-style: normal; font-weight: 400 800; font-display: swap; src: url(/assets/fonts/mulish-latin.woff2) format("woff2"); }

:root {
  --forest: #364022;
  --forest-deep: #232A15;
  --pine: #355E3B;
  --pine-hover: #2A4B2F;
  --bark: #591902;
  --amber: #BB7C39;
  --amber-light: #E6B57F;
  --cream: #F6F4EE;
  --text: #1E2317;
  --muted: #50584A;
  --line: #DDD9CD;
  --radius: 16px;
  --shadow: 0 14px 36px rgba(30, 38, 18, 0.14);
  --head: "Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;
  --body: "Mulish", system-ui, -apple-system, "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-padding-top: 100px; }
body { margin: 0; background: #fff; color: var(--text); font: 400 17px/1.65 var(--body); }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--pine); text-underline-offset: 3px; }
a:hover { color: var(--pine-hover); }
h1, h2, h3 { font-family: var(--head); color: var(--forest); line-height: 1.15; margin: 0 0 0.55em; }
p { margin: 0 0 1em; }
ul, ol { margin: 0; padding: 0; }
.wrap { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.center { text-align: center; }
.sr { position: absolute !important; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip { position: absolute; left: 12px; top: -60px; z-index: 100; background: var(--forest); color: #fff; padding: 10px 14px; border-radius: 8px; }
.skip:focus { top: 12px; color: #fff; }
:focus-visible { outline: 3px solid var(--amber); outline-offset: 3px; }
.rounded { border-radius: var(--radius); }
.shadow { box-shadow: var(--shadow); }
.ico { width: 1em; height: 1em; flex: none; }

/* ---------- type helpers ---------- */
.eyebrow { font: 700 13px/1.4 var(--head); letter-spacing: 0.14em; text-transform: uppercase; color: var(--bark); margin: 0 0 12px; }
.eyebrow--light { color: var(--amber-light); }
.section-title { font-weight: 800; font-size: clamp(30px, 3.6vw, 44px); letter-spacing: -0.01em; }
.section-sub { max-width: 720px; margin: 0 auto 8px; color: var(--muted); font-size: 18px; }
.center.section-sub { margin-left: auto; margin-right: auto; }
.lead { font-size: 19px; color: var(--text); }
.pull { font: 700 19px/1.45 var(--head); color: var(--bark); }
.link-more { font: 700 15px var(--head); display: inline-flex; align-items: center; gap: 8px; text-decoration: none; }
.link-more .ico { width: 18px; height: 18px; }
.pill { display: inline-block; font: 700 10.5px/1 var(--head); letter-spacing: 0.08em; text-transform: uppercase; padding: 5px 8px 4px; border-radius: 999px; background: rgba(187, 124, 57, 0.16); color: var(--bark); vertical-align: middle; }
.pill--solid { background: var(--amber); color: #fff; }

/* ---------- buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; background: var(--pine); color: #fff; border: 2px solid var(--pine); border-radius: 10px; padding: 13px 24px; font: 700 15px/1.2 var(--head); letter-spacing: 0.01em; text-decoration: none; cursor: pointer; transition: background-color 0.15s, border-color 0.15s, color 0.15s; }
.btn:hover { background: var(--pine-hover); border-color: var(--pine-hover); color: #fff; }
.btn .ico { width: 18px; height: 18px; }
.btn--light { background: #fff; border-color: #fff; color: var(--forest); }
.btn--light:hover { background: var(--cream); border-color: var(--cream); color: var(--forest); }
.btn--ghost { background: transparent; border-color: rgba(255, 255, 255, 0.85); color: #fff; }
.btn--ghost:hover { background: #fff; border-color: #fff; color: var(--forest); }
.btn--outline { background: transparent; color: var(--pine); }
.btn--outline:hover { background: var(--pine); color: #fff; }

/* ---------- header ---------- */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255, 255, 255, 0.97); border-bottom: 1px solid rgba(54, 64, 34, 0.1); }
.header-row { display: flex; align-items: center; justify-content: space-between; min-height: 84px; gap: 24px; }
.brand { display: inline-flex; }
.brand img { width: 64px; height: 64px; }
.nav { display: flex; align-items: center; gap: 30px; }
.nav-link { display: inline-flex; align-items: center; gap: 6px; color: var(--text); text-decoration: none; font: 600 15.5px/1 var(--head); padding: 10px 0; border-bottom: 2px solid transparent; }
.nav-link:hover, .nav-link[aria-current="page"] { color: var(--pine); border-bottom-color: var(--amber); }
.caret { width: 16px; height: 16px; transition: transform 0.2s; }
.has-menu { position: relative; }
.has-menu:hover .caret, .has-menu:focus-within .caret { transform: rotate(180deg); }
.menu { position: absolute; top: calc(100% + 10px); left: -22px; min-width: 290px; background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); padding: 10px; opacity: 0; visibility: hidden; transform: translateY(6px); transition: opacity 0.15s, transform 0.15s, visibility 0.15s; }
.menu::before { content: ""; position: absolute; left: 0; right: 0; top: -14px; height: 14px; }
.has-menu:hover .menu, .has-menu:focus-within .menu { opacity: 1; visibility: visible; transform: none; }
.menu-inner { display: flex; flex-direction: column; }
.menu-link { display: flex; align-items: center; gap: 12px; padding: 10px 12px; border-radius: 10px; color: var(--text); text-decoration: none; font: 600 15px/1.2 var(--head); }
.menu-link .ico { width: 20px; height: 20px; color: var(--pine); }
.menu-link .pill { margin-left: auto; }
.menu-link:hover, .menu-link[aria-current="page"] { background: var(--cream); color: var(--pine); }
.nav-login { display: inline-flex; align-items: center; gap: 8px; border: 1.5px solid var(--pine); color: var(--pine); border-radius: 10px; padding: 9px 14px; font: 700 14px/1 var(--head); text-decoration: none; }
.nav-login .ico { width: 17px; height: 17px; }
.nav-login:hover { background: var(--pine); color: #fff; }
.burger { display: none; width: 46px; height: 46px; align-items: center; justify-content: center; cursor: pointer; border-radius: 10px; }
.burger span, .burger span::before, .burger span::after { display: block; width: 24px; height: 2.5px; border-radius: 2px; background: var(--forest); position: relative; transition: transform 0.2s, background-color 0.2s; }
.burger span::before, .burger span::after { content: ""; position: absolute; left: 0; }
.burger span::before { top: -8px; }
.burger span::after { top: 8px; }
.nav-toggle:focus-visible + .burger { outline: 3px solid var(--amber); outline-offset: 2px; }
.nav-toggle:checked + .burger span { background: transparent; }
.nav-toggle:checked + .burger span::before { transform: translateY(8px) rotate(45deg); }
.nav-toggle:checked + .burger span::after { transform: translateY(-8px) rotate(-45deg); }

/* ---------- photo heroes ---------- */
.hero { position: relative; display: flex; align-items: flex-end; min-height: 480px; padding: 140px 0 80px; color: #fff; overflow: hidden; background: var(--forest-deep); }
.hero--home { min-height: min(86vh, 800px); align-items: center; padding: 120px 0; }
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(19, 24, 10, 0.86) 0%, rgba(19, 24, 10, 0.62) 48%, rgba(19, 24, 10, 0.22) 100%), linear-gradient(0deg, rgba(19, 24, 10, 0.5) 0%, rgba(19, 24, 10, 0) 55%); }
.hero-copy { position: relative; z-index: 2; }
.hero-title { color: #fff; font-weight: 800; font-size: clamp(40px, 6vw, 74px); line-height: 1.04; letter-spacing: -0.02em; max-width: 920px; margin-bottom: 20px; }
.hero--home .hero-title { font-size: clamp(46px, 7.2vw, 92px); }
.hero-sub { font-size: clamp(18px, 1.6vw, 21px); line-height: 1.55; color: rgba(255, 255, 255, 0.92); max-width: 640px; margin-bottom: 30px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 0; }

/* ---------- sections ---------- */
.section { padding: 96px 0; }
.section--cream { background: var(--cream); }
.section--forest { background: var(--forest); color: rgba(255, 255, 255, 0.86); }
.section--forest .section-title { color: #fff; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.split--reverse .split-media { order: 2; }
.split-media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.split-copy > :last-child { margin-bottom: 0; }

/* ---------- home: CRM feature + service cards ---------- */
.feature-card { display: grid; grid-template-columns: 1.05fr 1fr; margin: 40px 0 32px; background: #fff; border-radius: 22px; overflow: hidden; box-shadow: var(--shadow); border: 1px solid rgba(53, 94, 59, 0.18); }
.feature-media img { width: 100%; height: 100%; min-height: 380px; object-fit: cover; }
.feature-body { padding: 48px 48px 44px; display: flex; flex-direction: column; justify-content: center; }
.feature-title { font-weight: 800; font-size: clamp(28px, 3vw, 38px); letter-spacing: -0.01em; }
.feature-price { color: var(--muted); margin: 6px 0 22px; }
.feature-price strong { color: var(--forest); }
.feature-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 0; }
.ticks { list-style: none; margin: 0 0 18px; display: grid; gap: 10px; }
.ticks li { display: flex; gap: 10px; align-items: flex-start; line-height: 1.5; }
.ticks .ico { width: 20px; height: 20px; color: var(--pine); margin-top: 2px; }
.svc-grid { list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.svc-card { display: flex; flex-direction: column; height: 100%; background: #fff; border-radius: 18px; overflow: hidden; text-decoration: none; color: var(--text); box-shadow: 0 2px 10px rgba(30, 38, 18, 0.06); transition: transform 0.2s, box-shadow 0.2s; }
.svc-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); color: var(--text); }
.svc-media { position: relative; display: block; }
.svc-media img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.svc-icon { position: absolute; left: 24px; bottom: -26px; width: 54px; height: 54px; border-radius: 50%; background: #fff; color: var(--pine); display: grid; place-items: center; box-shadow: 0 6px 18px rgba(30, 38, 18, 0.18); }
.svc-icon .ico { width: 26px; height: 26px; }
.svc-body { display: flex; flex-direction: column; flex: 1; padding: 42px 26px 26px; }
.svc-body .eyebrow { margin-bottom: 6px; }
.svc-title { font: 800 23px/1.2 var(--head); color: var(--forest); margin-bottom: 10px; }
.svc-text { color: var(--muted); font-size: 16px; margin-bottom: 18px; }
.more { margin-top: auto; display: inline-flex; align-items: center; gap: 8px; font: 700 14px var(--head); letter-spacing: 0.04em; text-transform: uppercase; color: var(--pine); }
.more .ico { width: 17px; height: 17px; transition: transform 0.2s; }
.svc-card:hover .more .ico { transform: translateX(4px); }

/* ---------- home: process + partners ---------- */
.process { list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; margin-top: 40px; }
.process li { text-align: center; padding: 0 8px; }
.process-icon { display: inline-grid; place-items: center; width: 70px; height: 70px; border-radius: 50%; background: rgba(255, 255, 255, 0.08); border: 1px solid rgba(255, 255, 255, 0.24); color: var(--amber-light); margin-bottom: 16px; }
.process-icon .ico { width: 30px; height: 30px; }
.process-step { display: block; font: 700 13px var(--head); letter-spacing: 0.14em; color: var(--amber-light); margin-bottom: 6px; }
.process h3 { color: #fff; font-size: 20px; }
.process p { font-size: 16px; margin: 0; }
.partners { list-style: none; display: flex; flex-wrap: wrap; justify-content: center; gap: 28px 44px; margin-top: 36px; }
.partners a { display: block; border-radius: 50%; transition: transform 0.2s; }
.partners a:hover { transform: translateY(-3px); }
.partners img { width: 120px; height: 120px; }

/* ---------- closing band ---------- */
.cta-band { position: relative; padding: 120px 0; color: #fff; overflow: hidden; background: var(--forest-deep); text-align: center; }
.cta-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.cta-band::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(0deg, rgba(19, 24, 10, 0.78), rgba(19, 24, 10, 0.66)); }
.cta-copy { position: relative; z-index: 2; max-width: 820px; }
.cta-copy h2 { color: #fff; font-weight: 800; font-size: clamp(30px, 4vw, 48px); letter-spacing: -0.01em; }
.cta-copy p { font-size: 19px; color: rgba(255, 255, 255, 0.9); }
.cta-copy p:last-child { margin: 28px 0 0; }

/* ---------- about ---------- */
.team { list-style: none; display: grid; grid-template-columns: repeat(2, minmax(0, 360px)); justify-content: center; gap: 32px; margin-top: 36px; }
.team-card { background: #fff; border-radius: 22px; padding: 36px 28px 30px; text-align: center; box-shadow: 0 2px 12px rgba(30, 38, 18, 0.08); }
.team-card img { width: 200px; height: 200px; margin: 0 auto 20px; }
.team-card h3 { font-size: 22px; margin-bottom: 4px; }
.team-role { color: var(--bark); font-weight: 700; margin-bottom: 16px; }
.team-link { display: inline-flex; align-items: center; gap: 8px; font: 700 14px var(--head); text-decoration: none; }
.team-link .ico { width: 18px; height: 18px; }

/* ---------- services overview ---------- */
.svc-rows { list-style: none; display: grid; gap: 32px; }
.svc-row { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; background: #fff; border-radius: 22px; padding: 28px; box-shadow: 0 2px 12px rgba(30, 38, 18, 0.06); scroll-margin-top: 110px; }
.svc-row--reverse .svc-row-media { order: 2; }
.svc-row-media img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.svc-row-body { padding: 8px 16px 8px 0; }
.svc-row--reverse .svc-row-body { padding: 8px 0 8px 16px; }
.svc-row-title { font-weight: 800; font-size: clamp(26px, 2.6vw, 34px); }
.svc-row-body p:last-child { margin: 0; }

/* ---------- service pages ---------- */
.features { list-style: none; margin-top: 48px; display: grid; gap: 88px; }
.feature { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.feature--reverse .feature-photo { order: 2; }
.feature-photo img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.feature-text h3 { font-weight: 800; font-size: clamp(24px, 2.4vw, 30px); }
.benefit { background: var(--cream); border-left: 4px solid var(--amber); border-radius: 0 14px 14px 0; padding: 18px 22px; margin-top: 22px; }
.benefit p { margin: 0; }
.benefit-label { display: flex; align-items: center; gap: 8px; font: 700 13px var(--head); letter-spacing: 0.12em; text-transform: uppercase; color: var(--bark); margin-bottom: 6px !important; }
.benefit-label .ico { width: 18px; height: 18px; }
.chips { list-style: none; display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 28px; }
.chip { display: inline-flex; align-items: center; gap: 10px; background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 12px 20px; font: 600 15px/1 var(--head); color: var(--forest); text-decoration: none; transition: background-color 0.15s, color 0.15s, border-color 0.15s; }
.chip .ico { width: 18px; height: 18px; color: var(--pine); }
.chip:hover { background: var(--pine); border-color: var(--pine); color: #fff; }
.chip:hover .ico { color: #fff; }

/* ---------- CRM page ---------- */
.crm-hero { background: linear-gradient(180deg, var(--cream) 0%, #fff 100%); padding: 72px 0 88px; }
.crm-hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: center; }
.crm-title { font-weight: 800; font-size: clamp(40px, 5.4vw, 68px); line-height: 1.04; letter-spacing: -0.02em; }
.crm-sub { font-size: clamp(18px, 1.6vw, 21px); color: var(--muted); max-width: 600px; margin-bottom: 30px; }
.crm-note { font-size: 14px; color: var(--muted); margin: 22px 0 0; }
.crm-hero-media img { width: 100%; aspect-ratio: 5 / 4; object-fit: cover; }
.crm-features { list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-top: 40px; }
.crm-features li { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 26px 24px; }
.cf-icon { display: grid; place-items: center; width: 50px; height: 50px; border-radius: 13px; background: rgba(53, 94, 59, 0.1); color: var(--pine); margin-bottom: 16px; }
.cf-icon .ico { width: 25px; height: 25px; }
.crm-features h3 { font-size: 18px; margin-bottom: 8px; }
.crm-features p { font-size: 15.5px; color: var(--muted); margin: 0; }
.steps { list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 40px; }
.steps li { background: rgba(255, 255, 255, 0.06); border: 1px solid rgba(255, 255, 255, 0.16); border-radius: 18px; padding: 32px 30px; }
.step-num { display: block; font: 800 40px/1 var(--head); color: var(--amber-light); margin-bottom: 16px; }
.steps h3 { color: #fff; font-size: 22px; }
.steps p { margin: 0; }
.plans { list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 40px; align-items: stretch; }
.plan { position: relative; display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: 22px; padding: 34px 30px 30px; }
.plan--featured { border: 2px solid var(--pine); box-shadow: var(--shadow); }
.plan-badge { position: absolute; top: -15px; left: 30px; display: inline-flex; align-items: center; gap: 6px; background: var(--pine); color: #fff; border-radius: 999px; padding: 6px 12px; font: 700 12px/1 var(--head); letter-spacing: 0.08em; text-transform: uppercase; margin: 0; }
.plan-badge .ico { width: 14px; height: 14px; }
.plan-name { font-weight: 800; font-size: 24px; margin-bottom: 10px; }
.plan-price { margin: 0 0 4px; color: var(--muted); }
.plan-price strong { font: 800 48px/1 var(--head); color: var(--forest); letter-spacing: -0.02em; }
.plan-from { font: 600 15px var(--head); }
.plan-annual, .plan-setup { font-size: 14.5px; color: var(--muted); margin: 0; }
.plan-setup { margin-bottom: 16px; }
.plan-blurb { font-size: 16px; }
.plan-inherits { font: 700 14.5px var(--head); color: var(--forest); margin-bottom: 10px; }
.plan .ticks { font-size: 15.5px; }
.plan-addons-title { font: 700 13px var(--head); letter-spacing: 0.12em; text-transform: uppercase; color: var(--bark); margin: 6px 0 8px; }
.plan-addons { list-style: none; font-size: 14.5px; color: var(--muted); display: grid; gap: 4px; margin-bottom: 18px; }
.plan-cta { margin: auto 0 0; padding-top: 18px; }
.plan-cta .btn { width: 100%; }
.plan-notes { max-width: 860px; margin: 36px auto 0; text-align: center; font-size: 14px; color: var(--muted); }
.plan-notes p { margin-bottom: 8px; }
.faq-wrap { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 64px; align-items: start; }
.faq details { border-bottom: 1px solid var(--line); }
.faq details:first-child { border-top: 1px solid var(--line); }
.faq summary { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 20px 0; font: 700 18px/1.35 var(--head); color: var(--forest); cursor: pointer; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary .caret { width: 20px; height: 20px; color: var(--pine); }
.faq details[open] summary .caret { transform: rotate(180deg); }
.faq details p { color: var(--muted); padding: 0 0 22px; margin: 0; }

/* ---------- banded page headers (contact, legal) ---------- */
.page-band { background: var(--forest); color: rgba(255, 255, 255, 0.88); padding: 88px 0 72px; }
.page-band--short { padding: 72px 0 56px; }
.band-title { color: #fff; font-weight: 800; font-size: clamp(36px, 5vw, 58px); letter-spacing: -0.02em; margin-bottom: 14px; }
.band-sub { font-size: 19px; max-width: 760px; margin: 0; }

/* ---------- contact ---------- */
.contact-section { padding-top: 72px; }
.contact-grid { display: grid; grid-template-columns: 1.3fr 0.7fr; gap: 48px; align-items: start; }
.form-card { position: relative; background: #fff; border: 1px solid var(--line); border-radius: 22px; padding: 36px; box-shadow: var(--shadow); }
.form-title { font-weight: 800; font-size: 26px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { margin-bottom: 18px; }
.field label { display: block; font: 600 14.5px/1.3 var(--head); color: var(--forest); margin-bottom: 7px; }
.field label span { color: var(--bark); }
.field input, .field select, .field textarea { width: 100%; font: 400 16px/1.4 var(--body); color: var(--text); background: #fff; border: 1px solid #CBC6B7; border-radius: 10px; padding: 12px 14px; }
.field textarea { resize: vertical; min-height: 110px; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--pine); box-shadow: 0 0 0 3px rgba(53, 94, 59, 0.2); }
.field [aria-invalid="true"] { border-color: #B42318; box-shadow: 0 0 0 3px rgba(180, 35, 24, 0.15); }
.hp { position: absolute; left: -9999px; top: auto; width: 1px; height: 1px; overflow: hidden; }
.consent-block { background: var(--cream); border-radius: 14px; padding: 18px 20px; margin: 4px 0 20px; }
.consent { display: flex; gap: 12px; align-items: flex-start; font-size: 15px; line-height: 1.5; cursor: pointer; }
.consent input { width: 20px; height: 20px; margin: 2px 0 0; flex: none; accent-color: var(--pine); }
.consent-details { margin: 10px 0 0 32px; font-size: 13.5px; line-height: 1.55; color: var(--muted); }
.consent-details p { margin: 0 0 6px; }
.consent-details strong { color: var(--text); }
.consent-links { margin: 8px 0 0 !important; }
.form-error { background: #FDECEC; color: #8A1C12; border-radius: 10px; padding: 11px 14px; font-size: 15px; }
.form-submit { min-width: 220px; }
.form-thanks { text-align: center; padding: 40px 12px; }
.form-thanks:focus { outline: none; }
.thanks-icon { display: inline-grid; place-items: center; width: 64px; height: 64px; border-radius: 50%; background: var(--pine); color: #fff; margin-bottom: 18px; }
.thanks-icon .ico { width: 30px; height: 30px; }
.contact-aside img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.contact-card { background: var(--forest); color: #fff; border-radius: 18px; padding: 28px; margin-top: 20px; }
.c-item { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 14px; }
.c-item .ico { width: 20px; height: 20px; color: var(--amber-light); margin-top: 3px; }
.contact-card a { color: #fff; }
.c-follow { font: 700 13px var(--head); letter-spacing: 0.12em; text-transform: uppercase; color: var(--amber-light); margin: 22px 0 6px; }
.c-social { font-weight: 600; }

/* ---------- legal ---------- */
.legal { max-width: 860px; }
.legal h2 { font-weight: 800; font-size: 24px; margin-top: 44px; scroll-margin-top: 110px; }
.legal ul { padding-left: 22px; margin: 0 0 1em; }
.legal li { margin-bottom: 6px; }
.legal-toc { background: var(--cream); border-radius: 16px; padding: 20px 26px; margin: 28px 0 8px; }
.legal-toc p { font: 700 13px var(--head); letter-spacing: 0.12em; text-transform: uppercase; color: var(--bark); margin-bottom: 8px; }
.legal-toc ol { columns: 2; column-gap: 32px; padding-left: 20px; font-size: 15.5px; }
.legal-toc li { margin-bottom: 4px; break-inside: avoid; }
.legal-contact { background: var(--cream); border-radius: 14px; padding: 18px 22px; }

/* ---------- footer ---------- */
.site-footer { background: var(--forest); color: rgba(255, 255, 255, 0.82); padding: 72px 0 30px; font-size: 16px; }
.site-footer a { color: #fff; text-decoration: none; }
.site-footer a:hover { color: var(--amber-light); }
.f-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.25fr; gap: 40px; }
.f-logo img { width: 72px; height: 72px; margin-bottom: 18px; }
.f-about p { max-width: 340px; }
.f-head { font: 700 13px var(--head); letter-spacing: 0.14em; text-transform: uppercase; color: var(--amber-light); margin: 6px 0 16px; }
.f-col > a { display: block; padding: 5px 0; opacity: 0.9; }
.f-col .pill { background: var(--amber-light); color: var(--forest-deep); margin-left: 8px; }
.f-social { display: flex; gap: 10px; margin-top: 8px; }
.f-social-link { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: rgba(255, 255, 255, 0.1); font-size: 19px; }
.f-social-link:hover { background: var(--amber-light); color: var(--forest-deep) !important; }
.f-item { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 14px; }
.f-item .ico { width: 19px; height: 19px; color: var(--amber-light); margin-top: 3px; }
.f-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 16px; border-top: 1px solid rgba(255, 255, 255, 0.16); margin-top: 52px; padding-top: 24px; font-size: 14px; color: rgba(255, 255, 255, 0.7); }
.f-bottom p { margin: 0; }
.f-legal a { color: rgba(255, 255, 255, 0.85); }

/* ---------- responsive ---------- */
@media (max-width: 1100px) {
  .crm-features { grid-template-columns: repeat(2, 1fr); }
  .f-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 1000px) {
  .svc-grid { grid-template-columns: repeat(2, 1fr); }
  .plans { grid-template-columns: 1fr; max-width: 560px; margin-left: auto; margin-right: auto; }
}
@media (max-width: 960px) {
  .burger { display: inline-flex; }
  .nav { position: absolute; left: 0; right: 0; top: 100%; display: none; flex-direction: column; align-items: stretch; gap: 0; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 18px 30px rgba(30, 38, 18, 0.12); padding: 6px 24px 22px; max-height: calc(100vh - 84px); overflow-y: auto; }
  .nav-toggle:checked ~ .nav { display: flex; }
  .nav-link { display: flex; padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 17px; }
  .nav-link:hover, .nav-link[aria-current="page"] { border-bottom-color: var(--line); }
  .has-menu .caret { display: none; }
  .menu { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: 0; border-radius: 0; padding: 6px 0 10px 6px; min-width: 0; }
  .menu::before { display: none; }
  .menu-link { padding: 11px 10px; }
  .nav-login { margin-top: 18px; justify-content: center; padding: 13px 14px; font-size: 15px; }
  .split, .feature, .svc-row, .feature-card, .crm-hero-grid, .contact-grid, .faq-wrap { grid-template-columns: 1fr; }
  .split { gap: 36px; }
  .split--reverse .split-media, .feature--reverse .feature-photo, .svc-row--reverse .svc-row-media { order: 0; }
  .feature { gap: 28px; }
  .features { gap: 64px; }
  .svc-row { gap: 24px; padding: 20px; }
  .svc-row-body, .svc-row--reverse .svc-row-body { padding: 0 6px 10px; }
  .feature-media img { min-height: 0; aspect-ratio: 16 / 10; }
  .feature-body { padding: 32px 28px 34px; }
  .process { grid-template-columns: repeat(2, 1fr); row-gap: 40px; }
  .steps { grid-template-columns: 1fr; }
  .crm-hero { padding: 48px 0 64px; }
  .crm-hero-media { order: -1; }
  .faq-wrap { gap: 24px; }
}
@media (max-width: 760px) {
  body { font-size: 16.5px; }
  .section { padding: 64px 0; }
  .hero { min-height: 420px; padding: 110px 0 56px; }
  .hero--home { min-height: 600px; padding: 96px 0 72px; }
  .cta-band { padding: 88px 0; }
  .page-band { padding: 64px 0 52px; }
  .team { grid-template-columns: minmax(0, 380px); }
  .legal-toc ol { columns: 1; }
  .form-card { padding: 26px 20px; }
}
@media (max-width: 640px) {
  .svc-grid, .crm-features { grid-template-columns: 1fr; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .f-grid { grid-template-columns: 1fr; gap: 28px; }
  .form-submit { width: 100%; }
  .hero-actions .btn, .feature-actions .btn { width: 100%; }
}
@media (max-width: 480px) {
  .wrap { padding: 0 16px; }
  .process { grid-template-columns: 1fr; }
  .partners { gap: 20px 28px; }
  .partners img { width: 96px; height: 96px; }
  .brand img { width: 56px; height: 56px; }
  .header-row { min-height: 76px; }
  .nav { max-height: calc(100vh - 76px); padding: 6px 16px 22px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition: none !important; }
}
