/* Team360.vip — one stylesheet, no frameworks, no web fonts. */
:root {
  --green: #1F4D3A;
  --green-dark: #163828;
  --cream: #FAF6EE;
  --cream-dark: #F1EAD9;
  --orange: #C9651C;      /* AA contrast with white text (4.6:1) */
  --orange-dark: #A8500F;
  --ink: #2B2B2B;
  --muted: #5A5A5A;
  --line: #DED6C4;
  --white: #FFFFFF;
  --radius: 12px;
  --max: 1100px;
  --font: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; font-family: var(--font); font-size: 19px; line-height: 1.6;
  color: var(--ink); background: var(--cream);
  -webkit-font-smoothing: antialiased;
}
img, svg { max-width: 100%; }
a { color: var(--green); text-underline-offset: 3px; }
a:hover { color: var(--green-dark); }
h1, h2, h3 { line-height: 1.15; margin: 0 0 .5em; color: var(--green-dark); letter-spacing: -0.01em; }
h1 { font-size: clamp(2rem, 5vw, 3.1rem); }
h2 { font-size: clamp(1.6rem, 3.5vw, 2.2rem); }
h3 { font-size: 1.25rem; }
.h6 { font-size: .95rem; text-transform: uppercase; letter-spacing: .08em; color: var(--cream-dark); margin: 1rem 0 .25rem; }
p { margin: 0 0 1em; }
strong { color: var(--green-dark); }
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 20px; }
.wrap.narrow { max-width: 720px; }
.row { display: flex; align-items: center; gap: 16px; }
.skip { position: absolute; left: -999px; top: 8px; background: var(--white); padding: 8px 12px; z-index: 100; }
.skip:focus { left: 8px; }

/* icons */
svg[viewBox="0 0 24 24"] { width: 1.3em; height: 1.3em; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; flex: none; }

/* header */
.site-header { position: sticky; top: 0; z-index: 50; background: var(--green); color: var(--white); box-shadow: 0 2px 8px rgba(0,0,0,.15); }
.site-header .wrap { min-height: 72px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: inherit; text-decoration: none; font-size: 1.5rem; }
.brand .mark { width: 40px; height: 40px; flex: none; }
.brand b { font-weight: 800; }
.site-header .nav { display: flex; gap: 22px; margin-left: 12px; }
.site-header .nav a { color: var(--white); text-decoration: none; font-weight: 600; opacity: .92; }
.site-header .nav a:hover { opacity: 1; text-decoration: underline; }
.btn-call { margin-left: auto; }

/* buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .5em; padding: 12px 20px; border-radius: 999px; font-weight: 700; text-decoration: none; border: 2px solid transparent; cursor: pointer; font-size: 1rem; font-family: inherit; line-height: 1.2; min-height: 48px; }
.btn-lg { padding: 16px 26px; font-size: 1.15rem; }
.btn-accent { background: var(--orange); color: var(--white); }
.btn-accent:hover { background: var(--orange-dark); color: var(--white); }
.btn-outline { background: var(--white); color: var(--green-dark); border-color: var(--green); }
.btn-outline:hover { background: var(--cream-dark); }
.btn:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible, button:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }

/* hero */
.hero { background: linear-gradient(180deg, var(--green) 0%, var(--green-dark) 100%); color: var(--white); padding: 64px 0 48px; }
.hero h1, .hero h2 { color: var(--white); max-width: 22ch; }
.hero.small { padding: 48px 0 36px; }
.hero .lede { font-size: 1.25rem; max-width: 60ch; opacity: .95; }
.hero a:not(.btn) { color: var(--white); }
.hero .note { color: var(--cream-dark); }
.hero strong { color: var(--white); }
.eyebrow { text-transform: uppercase; letter-spacing: .08em; font-size: .85rem; font-weight: 700; margin-bottom: .75em; opacity: .9; }
.cta-row { display: flex; flex-wrap: wrap; gap: 14px; margin: 24px 0; }
.trust { list-style: none; padding: 0; margin: 28px 0 0; display: flex; flex-wrap: wrap; gap: 10px 26px; font-weight: 600; }
.trust li { display: flex; align-items: center; gap: 8px; }
.trust .i2 { stroke: var(--orange); }

/* sections */
.section { padding: 56px 0; }
.section.alt { background: var(--cream-dark); }
.sub { font-size: 1.15rem; color: var(--muted); max-width: 64ch; margin-bottom: 1.5em; }
.note { color: var(--muted); font-size: 1rem; }
.cards { list-style: none; padding: 0; margin: 0; display: grid; gap: 18px; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; }
.card h3 { margin-top: 10px; }
.card p:last-child { margin-bottom: 0; }
.ico { width: 48px; height: 48px; border-radius: 10px; background: var(--cream); color: var(--green); display: grid; place-items: center; }
.ico svg { width: 28px; height: 28px; }
.ico .i2 { stroke: var(--orange); }
.price { font-weight: 800; color: var(--green-dark); }
.cards.quotes .card { font-style: italic; color: var(--muted); }
.steps { list-style: none; padding: 0; margin: 0; display: grid; gap: 22px; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); counter-reset: step; }
.steps li { position: relative; padding-left: 58px; }
.steps .num { position: absolute; left: 0; top: 0; width: 42px; height: 42px; border-radius: 50%; background: var(--orange); color: var(--white); font-weight: 800; display: grid; place-items: center; font-size: 1.2rem; }
.steps.compact { grid-template-columns: 1fr; gap: 12px; }
.steps.compact p { margin: 6px 0; }
.grid-2 { display: grid; gap: 40px; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
.grid-3 { display: grid; gap: 32px; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.checks { list-style: none; padding: 0; margin: 0; }
.checks li { position: relative; padding-left: 32px; margin-bottom: 10px; }
.checks li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--orange); font-weight: 800; }
.checks.plain li::before { content: "•"; color: var(--green); }
.founder-card { display: grid; grid-template-columns: 96px 1fr; gap: 28px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 32px; }
.avatar { width: 96px; height: 96px; border-radius: 50%; background: var(--green); color: var(--white); font-size: 2.6rem; font-weight: 800; display: grid; place-items: center; }
.sig { font-weight: 700; color: var(--green-dark); }
.promo { background: var(--orange); color: var(--white); }
.promo h2, .promo strong { color: var(--white); }
.promo .eyebrow { color: var(--white); }
.promo-inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 24px; }
.promo .btn-accent { background: var(--white); color: var(--orange-dark); }
.promo .btn-accent:hover { background: var(--cream); color: var(--orange-dark); }
.prose h2 { margin-top: 1.5em; }

/* forms */
.form { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; display: grid; gap: 18px; }
.field { display: grid; gap: 6px; margin: 0; padding: 0; border: 0; min-width: 0; }
.field label, .field legend { font-weight: 700; color: var(--green-dark); }
.field legend { margin-bottom: 6px; padding: 0; }
input[type="text"], input[type="tel"], input[type="email"], textarea, select {
  font: inherit; padding: 12px 14px; border: 2px solid var(--line); border-radius: 8px; width: 100%; background: var(--white); color: var(--ink); min-height: 48px;
}
input:focus, textarea:focus, select:focus { border-color: var(--green); }
.chk { display: flex; align-items: center; gap: 10px; font-weight: 500; padding: 4px 0; }
.chk input { width: 22px; height: 22px; accent-color: var(--green); }
.hp { position: absolute; left: -9999px; }
.nowrap { white-space: nowrap; }

/* footer */
.site-footer { background: var(--green-dark); color: var(--cream); padding: 48px 0 100px; margin-top: 24px; }
.site-footer a { color: var(--white); }
.site-footer .brand { color: var(--white); font-size: 1.3rem; }
.site-footer p { margin-bottom: .75em; }
.fine { font-size: .9rem; color: var(--cream-dark); margin-top: 28px; border-top: 1px solid rgba(255,255,255,.15); padding-top: 18px; }

/* sticky mobile bar */
.sticky-bar { display: none; }
@media (max-width: 760px) {
  .site-header .nav { display: none; }
  .btn-call .num-desk { display: none; }
  .btn-call { padding: 12px 14px; }
  .hero { padding: 40px 0 32px; }
  .founder-card { grid-template-columns: 1fr; }
  .avatar { width: 72px; height: 72px; font-size: 2rem; }
  .sticky-bar { display: grid; grid-template-columns: 1fr 1fr 1fr; position: fixed; bottom: 0; left: 0; right: 0; z-index: 60; background: var(--white); border-top: 1px solid var(--line); box-shadow: 0 -2px 10px rgba(0,0,0,.12); padding-bottom: env(safe-area-inset-bottom); }
  .sticky-bar a { display: flex; align-items: center; justify-content: center; gap: 8px; padding: 14px 8px; font-weight: 700; text-decoration: none; color: var(--green-dark); border-right: 1px solid var(--line); min-height: 56px; }
  .sticky-bar a:first-child { background: var(--orange); color: var(--white); }
  .sticky-bar a:last-child { border-right: 0; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
@media print { .site-header, .sticky-bar, .cta-row { display: none; } body { background: #fff; } }
