/* PuttPush sandbox site. Tokens and motion follow the PushPals module library (_base.css), re-branded. */
:root {
  --ink: #0f2a24;
  --ink-soft: #3d4d48;
  --muted: #5d6b66;
  --brand: #1e7a55;
  --brand-deep: #155c40;
  --brand-soft: #dcefe4;
  --flag: #f2b63d;
  --flag-deep: #b9811a;
  --paper: #ffffff;
  --tint: #f6f4ef;
  --line: #e4e1d9;
  --radius: 16px;
  --font: 'Hanken Grotesk', system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { font-family: var(--font); color: var(--ink); background: var(--paper); line-height: 1.55; -webkit-font-smoothing: antialiased; font-size: 17px; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
.wrap { max-width: 1160px; margin: 0 auto; padding: 0 24px; }
.eyebrow { font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; color: var(--brand); }
h1, h2, h3 { letter-spacing: -.02em; line-height: 1.08; font-weight: 800; }
h2 { font-size: clamp(30px, 4.2vw, 46px); }
h3 { font-size: 22px; letter-spacing: -.01em; line-height: 1.2; }
.lede { font-size: clamp(17px, 1.6vw, 19px); color: var(--ink-soft); }
.skip { position: absolute; left: -9999px; top: 0; background: var(--ink); color: #fff; padding: 12px 18px; z-index: 100; border-radius: 0 0 10px 0; }
.skip:focus { left: 0; }
:focus-visible { outline: 3px solid var(--flag); outline-offset: 3px; border-radius: 6px; }

/* Buttons (module library nuggets: btn, btn-shine, magnetic) */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-weight: 700; font-size: 16px; padding: 15px 26px; border-radius: 12px; text-decoration: none; border: 2px solid transparent; cursor: pointer; transition: transform .15s var(--ease), background .3s ease, border-color .3s ease, color .3s ease; }
.btn:active { transform: translateY(1px); }
.btn-brand { background: var(--brand); color: #fff; }
.btn-brand:hover { background: var(--brand-deep); }
.btn-flag { background: var(--flag); color: var(--ink); }
.btn-flag:hover { background: #f7c661; }
.btn-line { border-color: var(--line); background: #fff; color: var(--ink); }
.btn-line:hover { border-color: var(--ink); }
.btn-ghost { border-color: rgba(255,255,255,.35); color: #fff; }
.btn-ghost:hover { border-color: rgba(255,255,255,.85); }
.btn-shine { position: relative; overflow: hidden; }
.btn-shine::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,.45) 50%, transparent 60%); transform: translateX(-120%); transition: transform .9s var(--ease); }
.btn-shine:hover::after { transform: translateX(120%); }
.btn svg { width: 18px; height: 18px; flex-shrink: 0; }

/* Nav (module library nav-pill) */
.nav { position: sticky; top: 12px; z-index: 50; margin: 12px auto 0; width: min(1120px, calc(100% - 24px)); display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 10px 12px 10px 18px; border-radius: 99px; transition: width .55s cubic-bezier(.34,1.2,.4,1), box-shadow .45s ease, background .45s ease; }
.nav.is-scrolled { width: min(860px, calc(100% - 24px)); background: rgba(255,255,255,.88); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); box-shadow: 0 0 0 1px rgba(15,42,36,.06), 0 16px 48px rgba(15,42,36,.10); }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 800; font-size: 20px; letter-spacing: -.02em; }
.brand svg { width: 30px; height: 30px; }
.nav-links { display: flex; gap: 4px; font-size: 15px; font-weight: 600; }
.nav-links a { text-decoration: none; padding: 8px 14px; border-radius: 99px; color: var(--ink-soft); transition: background .25s ease, color .25s ease; }
.nav-links a:hover { background: rgba(15,42,36,.06); color: var(--ink); }
.nav .btn { padding: 10px 18px; font-size: 15px; border-radius: 99px; }

/* Hero */
.hero { padding: 64px 0 72px; position: relative; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: -20% -10% auto auto; width: 720px; height: 720px; background: radial-gradient(closest-side, rgba(30,122,85,.12), transparent 70%); pointer-events: none; }
.hero-grid { display: grid; grid-template-columns: 1.02fr 1fr; gap: 56px; align-items: center; position: relative; }
.hero h1 { font-size: clamp(38px, 5.6vw, 64px); margin-top: 14px; }
.hero h1 .hl { background: linear-gradient(transparent 62%, rgba(242,182,61,.55) 62%); padding: 0 2px; }
.hero .lede { margin-top: 20px; max-width: 540px; }
.hero-cta { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 12px; }
.hero-note { margin-top: 14px; font-size: 14px; color: var(--muted); }

/* Before / after compare (module library before-after) */
.compare { position: relative; aspect-ratio: 5 / 4; border-radius: 20px; overflow: hidden; border: 1px solid var(--line); box-shadow: 0 30px 80px -30px rgba(15,42,36,.35); touch-action: pan-y; cursor: ew-resize; background: #fff; --pos: 52%; user-select: none; }
.compare .pane { position: absolute; inset: 0; }
.compare .before { clip-path: inset(0 calc(100% - var(--pos)) 0 0); }
.compare .divider { position: absolute; top: 0; bottom: 0; left: var(--pos); width: 2px; background: #fff; transform: translateX(-1px); box-shadow: 0 0 0 1px rgba(15,42,36,.12); }
.compare .handle { position: absolute; top: 50%; left: var(--pos); transform: translate(-50%, -50%); width: 46px; height: 46px; border-radius: 99px; background: #fff; color: var(--ink); display: grid; place-items: center; box-shadow: 0 6px 20px rgba(0,0,0,.25); border: 0; }
.compare .handle svg { width: 22px; height: 22px; }
.compare .tag { position: absolute; top: 14px; font-size: 10px; letter-spacing: .18em; font-weight: 800; background: rgba(15,42,36,.72); color: #fff; padding: 6px 12px; border-radius: 99px; pointer-events: none; }
.compare .tag.l { left: 14px; }
.compare .tag.r { right: 14px; background: var(--brand); }
.compare-cap { margin-top: 12px; font-size: 13px; color: var(--muted); text-align: center; }

/* Browser chrome shared by both panes */
.chrome { height: 34px; display: flex; align-items: center; gap: 6px; padding: 0 14px; border-bottom: 1px solid rgba(0,0,0,.08); }
.chrome i { width: 9px; height: 9px; border-radius: 99px; background: #d8d4cb; display: block; }
.chrome b { margin-left: 12px; height: 14px; flex: 1; max-width: 55%; border-radius: 99px; background: rgba(0,0,0,.07); display: block; }

/* The dated homepage */
.old { background: #e8e4da; height: 100%; font-family: 'Times New Roman', Times, serif; }
.old .chrome { background: #d9d4c8; }
.old .banner { margin: 10px; height: 44px; background: linear-gradient(90deg, #2a4f9a, #7aa0e0); border: 3px ridge #c9c3b6; }
.old .ticker { margin: 0 10px; height: 14px; background: #fff36b; border: 1px solid #b8ae6a; }
.old .cols { display: grid; grid-template-columns: 28% 1fr; gap: 8px; margin: 8px 10px; }
.old .side { background: #d2ccbf; padding: 8px; display: grid; gap: 7px; align-content: start; min-height: 170px; border: 1px solid #b9b2a3; }
.old .side span { height: 8px; background: #3355aa; opacity: .7; display: block; }
.old .main { background: #f2efe7; border: 1px solid #b9b2a3; padding: 8px; display: grid; grid-template-columns: 40% 1fr; gap: 8px; }
.old .pic { background: repeating-linear-gradient(45deg, #b7b0a2, #b7b0a2 3px, #c7c0b2 3px, #c7c0b2 6px); min-height: 92px; border: 2px outset #ddd; }
.old .txt { display: grid; gap: 5px; align-content: start; }
.old .txt span { height: 5px; background: #8c8578; display: block; }
.old .txt span:nth-child(3n) { width: 70%; }
.old .foot { margin: 0 10px; height: 26px; background: #cfc9bc; border: 1px solid #b9b2a3; }

/* The rebuilt homepage */
.new { background: #fbfaf7; height: 100%; }
.new .chrome { background: #fff; }
.new .top { display: flex; align-items: center; justify-content: space-between; padding: 12px 18px; }
.new .logo { width: 70px; height: 12px; border-radius: 99px; background: var(--ink); }
.new .links { display: flex; gap: 8px; }
.new .links span { width: 28px; height: 7px; border-radius: 99px; background: #cfd6d2; display: block; }
.new .pill { width: 52px; height: 18px; border-radius: 99px; background: var(--brand); }
.new .body { display: grid; grid-template-columns: 1.1fr 1fr; gap: 16px; padding: 10px 18px 0; align-items: center; }
.new .h { height: 16px; border-radius: 6px; background: var(--ink); margin-bottom: 8px; }
.new .h.s { width: 72%; }
.new .p { height: 6px; border-radius: 99px; background: #c3cbc7; margin-top: 7px; }
.new .p.s { width: 80%; }
.new .cta { margin-top: 14px; width: 86px; height: 22px; border-radius: 8px; background: var(--flag); }
.new .photo { aspect-ratio: 4 / 3.3; border-radius: 12px; background: linear-gradient(160deg, #cfe6d9 0%, #9fcbb2 45%, #2f7d5b 100%); position: relative; overflow: hidden; }
.new .photo::after { content: ""; position: absolute; left: -10%; right: -10%; bottom: -35%; height: 70%; border-radius: 50%; background: rgba(15,42,36,.35); }
.new .cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; padding: 16px 18px; }
.new .cards span { height: 44px; border-radius: 10px; background: #fff; border: 1px solid #e8e5dd; display: block; }

/* Industry strip (module library marquee nugget) */
.strip { border-block: 1px solid var(--line); background: var(--tint); padding: 16px 0; overflow: hidden; }
.strip-inner { display: flex; align-items: center; gap: 22px; }
.strip-label { font-size: 13px; font-weight: 700; color: var(--muted); white-space: nowrap; padding-left: 24px; }
.mq { overflow: hidden; flex: 1; -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.mq-track { display: flex; width: max-content; gap: 34px; animation: mq 32s linear infinite; font-weight: 700; color: var(--ink-soft); white-space: nowrap; }
.mq-track span::before { content: ""; display: inline-block; width: 6px; height: 6px; border-radius: 99px; background: var(--brand); margin-right: 12px; vertical-align: middle; }
@keyframes mq { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* Sections */
section { scroll-margin-top: 90px; }
.sec { padding: 96px 0; }
.sec-tint { background: var(--tint); }
.sec-head { max-width: 720px; }
.sec-head h2 { margin-top: 10px; }
.sec-head .lede { margin-top: 16px; }

/* Why section */
.why { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.why-points { display: grid; gap: 16px; }
.point { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 24px; display: grid; grid-template-columns: 44px 1fr; gap: 16px; align-items: start; }
.point .ic { width: 44px; height: 44px; border-radius: 12px; background: var(--brand-soft); color: var(--brand-deep); display: grid; place-items: center; }
.point .ic svg { width: 22px; height: 22px; }
.point h3 { font-size: 18px; }
.point p { margin-top: 4px; color: var(--muted); font-size: 16px; }

/* Process (module library process-stack) */
.steps { margin-top: 48px; display: grid; gap: 26px; }
.scard { position: sticky; border-radius: 24px; padding: 38px 40px; display: grid; grid-template-columns: auto 1fr 1fr; gap: 36px; align-items: center; box-shadow: 0 18px 50px rgba(15,42,36,.10); min-height: 340px; border: 1px solid var(--line); background: #fff; }
.scard:nth-child(1) { top: 90px; }
.scard:nth-child(2) { top: 108px; background: var(--tint); }
.scard:nth-child(3) { top: 126px; }
.scard:nth-child(4) { top: 144px; background: var(--ink); color: #fff; border-color: var(--ink); }
.gnum { font-size: clamp(56px, 8vw, 104px); font-weight: 800; line-height: 1; color: transparent; -webkit-text-stroke: 1.5px rgba(15,42,36,.22); }
.scard:nth-child(4) .gnum { -webkit-text-stroke-color: rgba(255,255,255,.3); }
.scard h3 { font-size: 26px; }
.scard p { margin-top: 10px; color: var(--muted); max-width: 360px; }
.scard:nth-child(4) p { color: rgba(255,255,255,.72); }
.visual { border-radius: 16px; min-height: 220px; display: grid; place-items: center; padding: 22px; }
.v1 { background: var(--brand-soft); }
.v1 .field { width: 100%; max-width: 320px; background: #fff; border-radius: 12px; border: 1px solid #cfe3d7; padding: 14px 16px; display: flex; align-items: center; gap: 10px; box-shadow: 0 10px 30px rgba(15,42,36,.08); }
.v1 .field svg { width: 20px; height: 20px; color: var(--brand); flex-shrink: 0; }
.v1 .caret { width: 2px; height: 18px; background: var(--ink); animation: blink 1s steps(1) infinite; }
.v1 .go { margin-left: auto; width: 34px; height: 34px; border-radius: 9px; background: var(--brand); display: grid; place-items: center; color: #fff; }
@keyframes blink { 50% { opacity: 0; } }
.v2 { background: #fff; border: 1px solid var(--line); }
.v2 .blocks { width: 100%; max-width: 320px; display: grid; gap: 10px; }
.v2 .blocks span { display: block; border-radius: 8px; background: #e7ece9; transition: transform .7s var(--ease), opacity .7s var(--ease); }
.js .v2 .blocks span { transform: translateY(12px); opacity: 0; }
.js .v2.is-in .blocks span { transform: none; opacity: 1; }
.v2 .blocks span:nth-child(1) { height: 16px; width: 45%; background: var(--ink); transition-delay: .05s; }
.v2 .blocks span:nth-child(2) { height: 26px; transition-delay: .15s; }
.v2 .blocks span:nth-child(3) { height: 70px; background: linear-gradient(160deg, #cfe6d9, #2f7d5b); transition-delay: .25s; }
.v2 .blocks span:nth-child(4) { height: 22px; width: 38%; background: var(--flag); transition-delay: .35s; }
.v3 { background: var(--brand-soft); }
.phone { width: 150px; height: 250px; border-radius: 26px; background: var(--ink); padding: 8px; box-shadow: 0 20px 40px rgba(15,42,36,.25); }
.phone .scr { width: 100%; height: 100%; border-radius: 19px; background: #fbfaf7; padding: 16px 12px; display: grid; gap: 8px; align-content: start; }
.phone .scr span { display: block; border-radius: 6px; background: #d6ddd9; height: 7px; }
.phone .scr span.t { height: 12px; background: var(--ink); width: 80%; }
.phone .scr span.img { height: 70px; background: linear-gradient(160deg, #cfe6d9, #2f7d5b); }
.phone .scr span.b { height: 20px; width: 60%; background: var(--flag); }
.v4 { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); }
.v4 .trio { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; width: 100%; max-width: 340px; }
.v4 .trio div { background: rgba(255,255,255,.08); border-radius: 14px; padding: 16px 10px; text-align: center; font-size: 14px; font-weight: 700; color: #fff; }
.v4 .trio svg { width: 26px; height: 26px; margin: 0 auto 8px; color: var(--flag); }

/* Proof (dark band + case metrics) */
.proof { background: var(--ink); color: #fff; position: relative; isolation: isolate; overflow: hidden; }
.proof::before { content: ""; position: absolute; inset: 0; z-index: -1; background-image: linear-gradient(rgb(255 255 255 / .05) 1px, transparent 1px), linear-gradient(90deg, rgb(255 255 255 / .05) 1px, transparent 1px); background-size: 40px 40px; -webkit-mask-image: radial-gradient(700px circle at 30% 30%, #fff, transparent); mask-image: radial-gradient(700px circle at 30% 30%, #fff, transparent); }
.proof .eyebrow { color: var(--flag); }
.proof-grid { display: grid; grid-template-columns: 1.35fr 1fr; gap: 64px; align-items: start; }
.proof h2 { margin-top: 10px; }
.proof .story { margin-top: 20px; color: rgba(255,255,255,.78); font-size: 18px; }
.proof .story + .story { margin-top: 14px; }
.proof .link { display: inline-flex; align-items: center; gap: 8px; margin-top: 26px; color: var(--flag); font-weight: 700; text-decoration: none; border-bottom: 2px solid rgba(242,182,61,.4); padding-bottom: 2px; }
.proof .link:hover { border-color: var(--flag); }
.proof .link svg { width: 16px; height: 16px; }
.metrics { display: grid; gap: 0; }
.ms { padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.ms:last-child { border-bottom: 0; }
.ms .n { font-size: clamp(32px, 3.8vw, 46px); font-weight: 800; letter-spacing: -.02em; color: #fff; line-height: 1.05; }
.ms .n em { font-style: normal; color: var(--flag); }
.ms .d { font-size: 15px; color: rgba(255,255,255,.66); margin-top: 4px; }
.flow { margin-top: 48px; display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.flow span { font-size: 14px; font-weight: 700; padding: 9px 14px; border-radius: 99px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); }
.flow svg { width: 14px; height: 14px; color: rgba(255,255,255,.4); }

/* What you get */
.get { margin-top: 44px; display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.gcard { border-radius: 22px; padding: 34px; border: 1px solid var(--line); background: #fff; position: relative; }
.gcard.free { background: var(--brand-soft); border-color: #c9e2d4; }
.gcard .badge { display: inline-block; font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; padding: 6px 12px; border-radius: 99px; background: var(--ink); color: #fff; }
.gcard.free .badge { background: var(--brand); }
.gcard h3 { margin-top: 16px; font-size: 26px; }
.gcard ul { list-style: none; margin-top: 18px; display: grid; gap: 12px; }
.gcard li { display: grid; grid-template-columns: 24px 1fr; gap: 10px; align-items: start; }
.gcard li svg { width: 22px; height: 22px; color: var(--brand); margin-top: 1px; }

/* FAQ (module library faq-two-col) */
.faq-grid { display: grid; grid-template-columns: 1fr 1.45fr; gap: 56px; align-items: start; }
.faq-side { position: sticky; top: 110px; }
.faq-list { display: grid; gap: 12px; }
details.faq { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 20px 22px; transition: border-color .25s ease; }
details.faq[open] { border-color: #c9d8d0; }
details.faq summary { display: flex; justify-content: space-between; align-items: center; gap: 16px; cursor: pointer; list-style: none; font-weight: 700; font-size: 17px; }
details.faq summary::-webkit-details-marker { display: none; }
details.faq .ch { font-size: 24px; color: var(--brand); font-weight: 400; line-height: 1; transition: transform .3s var(--ease); flex-shrink: 0; }
details.faq[open] .ch { transform: rotate(45deg); }
details.faq p { margin-top: 10px; color: var(--muted); }

/* Start / enquiry (module library cta-band-dark) */
.start { background: var(--ink); color: #fff; position: relative; overflow: hidden; }
.start .spotlight { position: absolute; inset: 0; pointer-events: none; background: radial-gradient(420px circle at var(--x, 50%) var(--y, 30%), rgba(30,122,85,.35), transparent 60%); }
.start-inner { position: relative; text-align: center; max-width: 760px; margin: 0 auto; }
.start h2 { font-size: clamp(32px, 5vw, 54px); }
.start .lede { color: rgba(255,255,255,.75); margin: 16px auto 0; max-width: 560px; }
.start-cta { margin-top: 30px; display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.start .alt { margin-top: 18px; font-size: 15px; color: rgba(255,255,255,.7); }
.start .alt a { color: #fff; font-weight: 700; }
.start .privacy-line { margin-top: 26px; font-size: 13px; color: rgba(255,255,255,.55); }
.start .privacy-line a { color: rgba(255,255,255,.85); }

/* Footer */
.foot { background: #0a1f1a; color: rgba(255,255,255,.62); padding: 44px 0 36px; font-size: 14px; }
.foot-grid { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 24px; align-items: flex-start; }
.foot .brand { color: #fff; }
.foot .tag { margin-top: 10px; max-width: 320px; }
.foot nav { display: flex; gap: 20px; flex-wrap: wrap; }
.foot nav a { color: rgba(255,255,255,.8); text-decoration: none; }
.foot nav a:hover { color: #fff; text-decoration: underline; }
.foot .legal { margin-top: 28px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.1); font-size: 13px; color: rgba(255,255,255,.5); }

/* Reveal on scroll (module library .reveal / IntersectionObserver) */
.js .rise { opacity: 0; transform: translateY(18px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.js .rise.is-in { opacity: 1; transform: none; }

/* Legal page */
.legal-page { padding: 56px 0 96px; }
.legal-page .wrap { max-width: 780px; }
.legal-page h1 { font-size: clamp(34px, 5vw, 48px); margin-top: 10px; }
.legal-page .updated { margin-top: 10px; color: var(--muted); font-size: 15px; }
.legal-page h2 { font-size: 22px; margin-top: 40px; letter-spacing: -.01em; }
.legal-page p, .legal-page li { margin-top: 12px; color: var(--ink-soft); }
.legal-page ul { padding-left: 22px; }
.legal-page a { color: var(--brand-deep); font-weight: 600; }

/* Responsive */
@media (max-width: 960px) {
  .hero-grid, .why, .proof-grid, .faq-grid, .get { grid-template-columns: 1fr; }
  .hero-grid { gap: 40px; }
  .faq-side { position: static; }
  .scard { grid-template-columns: 1fr; gap: 18px; padding: 30px 26px; min-height: 0; position: relative; top: auto !important; }
  .gnum { font-size: 64px; }
  .nav-links { display: none; }
}
@media (max-width: 560px) {
  body { font-size: 16px; }
  .wrap { padding: 0 18px; }
  .hero { padding: 40px 0 56px; }
  .sec { padding: 72px 0; }
  .nav { padding: 8px 8px 8px 14px; }
  .nav .btn { padding: 9px 14px; font-size: 14px; }
  .brand { font-size: 18px; }
  .brand svg { width: 26px; height: 26px; }
  .hero-cta .btn, .start-cta .btn { width: 100%; }
  .gcard { padding: 26px 22px; }
  .strip-label { display: none; }
  .flow svg { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
  .js .rise, .js .v2 .blocks span { opacity: 1; transform: none; }
}
