/* Field Blasters — the whole stylesheet.

   The palette is the product's own, taken from the app's CSS variables so
   the site and the software look like one thing: navy #10215E as the ink,
   blue #2966F4 as the action colour, yellow #FFD800 on primary buttons
   only. The badge in the logo also carries cyan #05F9FF; it stays inside
   the badge. A cyan glow across a page aimed at people who run window and
   landscaping crews reads as an arcade, not as software they would trust
   with their invoicing. */

/* ---- type ------------------------------------------------------------ */
@font-face {
  font-family: "Archivo";
  src: url("/fonts/Archivo-var.woff2") format("woff2-variations");
  font-weight: 400 800; font-display: swap; font-style: normal;
}
@font-face {
  font-family: "Public Sans";
  src: url("/fonts/PublicSans-var.woff2") format("woff2-variations");
  font-weight: 300 800; font-display: swap; font-style: normal;
}

:root {
  --ink: #10215E;          /* headings, and the darkest text */
  --body: #3C4A6B;         /* running prose — softer than the headings */
  --muted: #6B7A99;        /* captions, labels, the small print */
  --blue: #2966F4;         /* links and accents */
  --blue-deep: #1B47B8;    /* the same, pressed */
  --blue-wash: #EEF3FE;    /* tinted panels */
  --sun: #FFD800;          /* primary actions, and nothing else */
  --paper: #FFFFFF;
  --wash: #F5F8FC;         /* alternating section grounds */
  --line: #DFE7F2;
  --ok: #12A150;
  --warn: #B54708;

  --wrap: 1120px;
  --radius: 14px;
  --shadow: 0 1px 2px rgba(16, 33, 94, .06), 0 8px 28px rgba(16, 33, 94, .07);
  --shadow-lift: 0 2px 4px rgba(16, 33, 94, .07), 0 18px 48px rgba(16, 33, 94, .12);
}

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  font-family: "Public Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  color: var(--body);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 {
  font-family: "Archivo", "Public Sans", sans-serif;
  color: var(--ink);
  line-height: 1.15;
  letter-spacing: -.02em;
  margin: 0 0 .5em;
  text-wrap: balance;
}
h1 { font-size: clamp(2.15rem, 5.4vw, 3.5rem); font-weight: 800; letter-spacing: -.03em; }
h2 { font-size: clamp(1.6rem, 3.4vw, 2.35rem); font-weight: 750; }
h3 { font-size: 1.2rem; font-weight: 700; letter-spacing: -.01em; }
p { margin: 0 0 1.1em; }
p:last-child { margin-bottom: 0; }

a { color: var(--blue); text-decoration-thickness: 1.5px; text-underline-offset: 2px; }
a:hover { color: var(--blue-deep); }

strong { color: var(--ink); font-weight: 650; }
small { font-size: .875rem; }

::selection { background: #FFE96B; color: var(--ink); }

:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 2px;
  border-radius: 4px;
}

/* ---- layout ---------------------------------------------------------- */
.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 22px; }
.narrow { max-width: 760px; }

section { padding: clamp(56px, 8vw, 104px) 0; }
section.tight { padding: clamp(38px, 5vw, 64px) 0; }
section.wash { background: var(--wash); }
section.ink {
  background: linear-gradient(165deg, #0C1A4B 0%, var(--ink) 52%, #1A3178 100%);
  color: #C6D2EE;
}
section.ink h1, section.ink h2, section.ink h3 { color: #fff; }
section.ink strong { color: #fff; }
section.ink a { color: #9FBEFF; }

.eyebrow {
  font-family: "Archivo", sans-serif;
  font-size: .74rem; font-weight: 700;
  letter-spacing: .13em; text-transform: uppercase;
  color: var(--blue); margin: 0 0 .85em;
}
section.ink .eyebrow { color: #7FA6FF; }

.lede { font-size: clamp(1.06rem, 1.9vw, 1.28rem); color: var(--body); max-width: 62ch; }
section.ink .lede { color: #C6D2EE; }

.center { text-align: center; }
.center .lede, .center .eyebrow { margin-left: auto; margin-right: auto; }

/* ---- header ---------------------------------------------------------- */
.site-head {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255, 255, 255, .88);
  backdrop-filter: saturate(1.6) blur(12px);
  border-bottom: 1px solid var(--line);
}
.site-head .bar {
  display: flex; align-items: center; gap: 12px;
  height: 68px;
}
@media (min-width: 900px) { .site-head .bar { gap: 26px; } }
.brand { display: flex; align-items: center; flex: 0 0 auto; }
.brand img { height: 30px; width: auto; display: block; }
@media (min-width: 560px) { .brand img { height: 34px; } }
.nav { display: none; gap: 22px; margin-left: auto; align-items: center; }
.nav a {
  color: var(--ink); text-decoration: none; font-weight: 550; font-size: .95rem;
  padding: 6px 0; border-bottom: 2px solid transparent;
}
.nav a:hover { color: var(--blue); }
.nav a[aria-current="page"] { color: var(--blue); border-bottom-color: var(--blue); }
.head-cta { margin-left: auto; display: flex; gap: 10px; align-items: center; }
.nav + .head-cta { margin-left: 0; }
@media (min-width: 900px) { .nav { display: flex; } }
/* ⚠️ A PHONE HAS ROOM FOR ONE ACTION AND THE MENU, AND NOT A PIXEL MORE.
   The bar carries the mark, "Sign in", "Get in touch" and "Menu"; at 375px
   that overflowed and pushed the menu button clean off the right edge —
   the one control a phone visitor actually needs. Sign in keeps its place
   in the menu, where it is one tap away and cannot shove anything off. */
.head-cta .btn-ghost { display: none; }
@media (min-width: 560px) { .head-cta .btn-ghost { display: inline-flex; } }

.menu-btn {
  margin-left: auto; display: inline-flex; align-items: center; gap: 8px;
  background: none; border: 1px solid var(--line); border-radius: 9px;
  padding: 8px 12px; font: inherit; font-size: .9rem; font-weight: 600;
  color: var(--ink); cursor: pointer;
}
@media (min-width: 900px) { .menu-btn { display: none; } }
.mobile-nav { display: none; border-top: 1px solid var(--line); padding: 10px 0 18px; }
.mobile-nav.open { display: block; }
@media (min-width: 900px) { .mobile-nav, .mobile-nav.open { display: none; } }
.mobile-nav a {
  display: block; padding: 11px 2px; color: var(--ink);
  text-decoration: none; font-weight: 600; border-bottom: 1px solid var(--line);
}
.mobile-nav a:last-of-type { border-bottom: 0; }

/* ---- buttons --------------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: "Archivo", sans-serif; font-weight: 700; font-size: .97rem;
  padding: 13px 22px; border-radius: 11px; border: 1.5px solid transparent;
  text-decoration: none; cursor: pointer; white-space: nowrap;
  transition: transform .12s ease, box-shadow .12s ease, background .12s ease;
}
.btn:active { transform: translateY(1px); }
.btn-primary {
  background: var(--sun); color: var(--ink);
  box-shadow: 0 1px 2px rgba(16, 33, 94, .12), 0 6px 18px rgba(255, 216, 0, .32);
}
.btn-primary:hover { background: #FFE23D; color: var(--ink); }
.btn-blue { background: var(--blue); color: #fff; box-shadow: 0 6px 18px rgba(41, 102, 244, .28); }
.btn-blue:hover { background: var(--blue-deep); color: #fff; }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--blue); color: var(--blue); }
section.ink .btn-ghost { color: #fff; border-color: rgba(255,255,255,.32); }
section.ink .btn-ghost:hover { border-color: #fff; color: #fff; }
.btn-sm { padding: 9px 15px; font-size: .9rem; border-radius: 9px; }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.center .btn-row { justify-content: center; }

/* ---- hero ------------------------------------------------------------ */
.hero {
  padding: clamp(52px, 7vw, 96px) 0 clamp(48px, 6vw, 84px);
  background:
    radial-gradient(1100px 520px at 78% -12%, #E4EDFE 0%, rgba(228,237,254,0) 62%),
    radial-gradient(760px 420px at 8% 8%, #FFF8D6 0%, rgba(255,248,214,0) 58%),
    var(--paper);
}
.hero h1 { margin-bottom: .38em; }
.hero .lede { font-size: clamp(1.1rem, 2.1vw, 1.35rem); }
.trust {
  display: flex; flex-wrap: wrap; gap: 8px 20px; margin-top: 30px;
  font-size: .93rem; color: var(--muted);
}
.trust span { display: inline-flex; align-items: center; gap: 7px; }
.tick { color: var(--ok); font-weight: 800; }

/* ---- cards and grids ------------------------------------------------- */
.grid { display: grid; gap: 18px; }
.g2 { grid-template-columns: 1fr; }
.g3 { grid-template-columns: 1fr; }
@media (min-width: 720px) { .g2 { grid-template-columns: repeat(2, 1fr); } .g3 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .g3 { grid-template-columns: repeat(3, 1fr); } }

.card {
  background: var(--paper); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 26px;
  box-shadow: var(--shadow);
}
.card h3 { margin-bottom: .45em; }
.card p { font-size: .97rem; margin-bottom: 0; }
.card .icon {
  width: 40px; height: 40px; border-radius: 11px; margin-bottom: 15px;
  display: grid; place-items: center;
  background: var(--blue-wash); color: var(--blue);
}
.card .icon svg { width: 21px; height: 21px; }
a.card { text-decoration: none; display: block; transition: transform .14s ease, box-shadow .14s ease; }
a.card:hover { transform: translateY(-2px); box-shadow: var(--shadow-lift); }
a.card .more { display: inline-block; margin-top: 13px; color: var(--blue); font-weight: 650; font-size: .93rem; }

/* ---- feature rows ---------------------------------------------------- */
.row { display: grid; gap: 30px; align-items: center; }
@media (min-width: 900px) {
  .row { grid-template-columns: 1fr 1fr; gap: 56px; }
  .row.flip > *:first-child { order: 2; }
}
.row + .row { margin-top: clamp(48px, 6vw, 84px); }

.checks { list-style: none; margin: 20px 0 0; padding: 0; }
.checks li {
  position: relative; padding-left: 29px; margin-bottom: 11px; font-size: .99rem;
}
.checks li::before {
  content: ""; position: absolute; left: 0; top: .42em;
  width: 17px; height: 17px; border-radius: 50%;
  background: var(--blue-wash);
  box-shadow: inset 0 0 0 1.5px rgba(41,102,244,.28);
}
.checks li::after {
  content: ""; position: absolute; left: 5.4px; top: .72em;
  width: 6px; height: 3.2px; border-left: 2px solid var(--blue);
  border-bottom: 2px solid var(--blue); transform: rotate(-45deg);
}
section.ink .checks li::before { background: rgba(255,255,255,.1); box-shadow: inset 0 0 0 1.5px rgba(255,255,255,.28); }
section.ink .checks li::after { border-color: #9FBEFF; }

/* ---- product frame (screenshot / mock holder) ------------------------ */
.frame {
  border-radius: 16px; border: 1px solid var(--line); background: var(--paper);
  box-shadow: var(--shadow-lift); overflow: hidden;
}
.frame-bar {
  display: flex; align-items: center; gap: 7px;
  padding: 11px 14px; border-bottom: 1px solid var(--line); background: #FBFCFE;
}
.frame-bar i { width: 9px; height: 9px; border-radius: 50%; background: #DCE3EF; display: block; }
.frame-bar span { margin-left: 8px; font-size: .78rem; color: var(--muted); letter-spacing: .01em; }
.frame-body { padding: 0; }
.frame-body img { display: block; width: 100%; height: auto; }

/* ---- pricing --------------------------------------------------------- */
.price-card {
  background: var(--paper); border: 2px solid var(--ink);
  border-radius: 18px; padding: 34px 30px; box-shadow: var(--shadow-lift);
  max-width: 460px; margin: 0 auto;
}
.price-num {
  font-family: "Archivo", sans-serif; color: var(--ink);
  font-size: 3.6rem; font-weight: 800; line-height: 1; letter-spacing: -.04em;
}
.price-num sup { font-size: 1.5rem; font-weight: 700; top: -1.1em; margin-right: 2px; }
.price-per { color: var(--muted); font-size: 1rem; font-weight: 500; }
.price-card .checks { margin-top: 22px; }
.badge {
  display: inline-block; background: var(--blue-wash); color: var(--blue-deep);
  font-family: "Archivo", sans-serif; font-weight: 700; font-size: .76rem;
  letter-spacing: .07em; text-transform: uppercase;
  padding: 5px 11px; border-radius: 999px; margin-bottom: 14px;
}
.badge-sun { background: #FFF6C2; color: #6B5600; }

/* ---- notes and callouts ---------------------------------------------- */
.note {
  border-left: 3px solid var(--blue); background: var(--blue-wash);
  padding: 17px 20px; border-radius: 0 10px 10px 0; font-size: .97rem;
}
.note strong { display: block; margin-bottom: .25em; }
.note.plain { border-left-color: var(--muted); background: var(--wash); }

/* ---- FAQ ------------------------------------------------------------- */
details.faq {
  border-bottom: 1px solid var(--line); padding: 4px 0;
}
details.faq summary {
  cursor: pointer; list-style: none; padding: 17px 34px 17px 0; position: relative;
  font-family: "Archivo", sans-serif; font-weight: 650; font-size: 1.04rem; color: var(--ink);
}
details.faq summary::-webkit-details-marker { display: none; }
details.faq summary::after {
  content: ""; position: absolute; right: 6px; top: 50%;
  width: 9px; height: 9px; margin-top: -6px;
  border-right: 2px solid var(--muted); border-bottom: 2px solid var(--muted);
  transform: rotate(45deg); transition: transform .18s ease;
}
details.faq[open] summary::after { transform: rotate(-135deg); margin-top: -2px; }
details.faq .a { padding: 0 0 18px; font-size: .99rem; }

/* ---- forms ----------------------------------------------------------- */
.field { margin-bottom: 15px; }
.field label {
  display: block; font-weight: 600; font-size: .91rem; color: var(--ink); margin-bottom: 6px;
}
.field input, .field textarea, .field select {
  width: 100%; font: inherit; font-size: 1rem; color: var(--ink);
  padding: 12px 14px; border: 1.5px solid var(--line); border-radius: 10px;
  background: var(--paper);
}
.field input:focus, .field textarea:focus, .field select:focus {
  outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(41,102,244,.13);
}
.field textarea { min-height: 128px; resize: vertical; }
.form-note { font-size: .87rem; color: var(--muted); margin-top: 12px; }
.form-msg { margin-top: 16px; padding: 14px 16px; border-radius: 10px; font-size: .96rem; display: none; }
.form-msg.show { display: block; }
.form-msg.ok { background: #E8F7EE; color: #0B6B37; border: 1px solid #B7E4C8; }
.form-msg.bad { background: #FDECEA; color: #9B2C1E; border: 1px solid #F5C6C0; }

/* ---- footer ---------------------------------------------------------- */
.site-foot {
  background: #0B1740; color: #8FA0CC; padding: 54px 0 34px; font-size: .93rem;
}
.site-foot a { color: #B9C8EA; text-decoration: none; }
.site-foot a:hover { color: #fff; text-decoration: underline; }
.foot-grid { display: grid; gap: 30px; grid-template-columns: 1fr; }
@media (min-width: 760px) { .foot-grid { grid-template-columns: 1.5fr 1fr 1fr; } }
.site-foot h4 {
  color: #fff; font-size: .78rem; letter-spacing: .12em; text-transform: uppercase;
  margin: 0 0 13px; font-weight: 700;
}
.site-foot ul { list-style: none; margin: 0; padding: 0; }
.site-foot li { margin-bottom: 9px; }
.site-foot img { height: 32px; width: auto; margin-bottom: 14px; }
.foot-base {
  margin-top: 38px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.11);
  display: flex; flex-wrap: wrap; gap: 8px 20px; justify-content: space-between;
  font-size: .87rem; color: #7A8AB6;
}

/* ---- utility --------------------------------------------------------- */
.mt0 { margin-top: 0; } .mt1 { margin-top: 14px; } .mt2 { margin-top: 26px; } .mt3 { margin-top: 42px; }
.mb0 { margin-bottom: 0; }
.muted { color: var(--muted); }
.sr {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.skip {
  position: absolute; left: -9999px; top: 0; background: var(--ink); color: #fff;
  padding: 10px 16px; z-index: 100; border-radius: 0 0 8px 0;
}
.skip:focus { left: 0; }

/* ---- product mocks ---------------------------------------------------
   Depictions of the real interface, drawn rather than screenshotted: they
   stay crisp at any density, weigh nothing, reflow on a phone, and can
   never contain a real customer's name. */
.mock {
  background: var(--paper); border: 1px solid var(--line); border-radius: 12px;
  padding: 14px; font-size: .82rem; overflow: hidden;
}
.mock-bar {
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
  padding-bottom: 12px; margin-bottom: 12px; border-bottom: 1px solid var(--line);
}
.mock-day { font-family: "Archivo", sans-serif; font-weight: 700; color: var(--ink); font-size: .95rem; }
.mock-chips { display: flex; gap: 6px; }
.mock-chip {
  font-size: .72rem; font-weight: 700; padding: 3px 9px; border-radius: 999px;
  background: var(--blue-wash); color: var(--blue-deep);
}
.mock-chip--warn { background: #FFF1DC; color: var(--warn); }
.mock-lanes { display: grid; gap: 10px; grid-template-columns: 1fr; }
@media (min-width: 620px) { .mock-lanes { grid-template-columns: repeat(3, 1fr); } }
.mock-lane { min-width: 0; }
.mock-head {
  display: flex; align-items: center; gap: 7px; flex-wrap: wrap;
  font-weight: 700; color: var(--ink); margin-bottom: 9px; font-size: .84rem;
}
.mock-head em { font-style: normal; font-weight: 500; color: var(--muted); font-size: .74rem; }
.ring {
  width: 19px; height: 19px; border-radius: 50%; flex: 0 0 auto;
  background: conic-gradient(var(--blue) var(--p), #E7EDF8 0);
  position: relative;
}
.ring::after {
  content: ""; position: absolute; inset: 4px; border-radius: 50%; background: var(--paper);
}
.r80 { --p: 80%; } .r78 { --p: 78%; } .r46 { --p: 46%; }
.mock-job {
  border-radius: 8px; padding: 8px 10px; margin-bottom: 4px;
  border-left: 3px solid var(--blue); background: #F7FAFF;
}
.mock-job b { display: block; color: var(--ink); font-size: .84rem; }
.mock-job span { color: var(--muted); font-size: .74rem; }
.j-amber { border-left-color: #E8A33D; background: #FFFAF2; }
.j-green { border-left-color: var(--ok); background: #F4FBF7; }
.j-open {
  border: 1px dashed #C9D8F0; border-left: 1px dashed #C9D8F0; background: #FCFDFF;
  color: var(--muted); text-align: center; font-size: .74rem; padding: 10px;
}
.mock-gap {
  font-size: .68rem; color: var(--muted); text-align: center; padding: 2px 0 4px;
}
.mock-gap::before { content: "↓ "; }

.mock-chip--ok { background: #E8F7EE; color: #0B6B37; }
.mock-plan { display: grid; gap: 15px; }
.mock-price b {
  font-family: "Archivo", sans-serif; font-size: 1.9rem; font-weight: 800;
  color: var(--ink); letter-spacing: -.03em; margin-right: 8px;
}
.mock-price span { color: var(--muted); font-size: .8rem; }
.mock-timeline { display: flex; gap: 0; align-items: flex-start; }
.mp { flex: 1; text-align: center; position: relative; }
.mp::before {
  content: ""; position: absolute; top: 7px; left: -50%; width: 100%;
  height: 2px; background: var(--line);
}
.mp:first-child::before { display: none; }
.mp.done::before, .mp.next::before { background: var(--blue); }
.mp i {
  display: block; width: 15px; height: 15px; border-radius: 50%; margin: 0 auto 6px;
  background: var(--paper); border: 2px solid var(--line); position: relative; z-index: 1;
}
.mp.done i { background: var(--blue); border-color: var(--blue); }
.mp.next i { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(41,102,244,.16); }
.mp span { font-size: .72rem; color: var(--muted); }
.mp.next span { color: var(--ink); font-weight: 700; }
.mock-lines { list-style: none; margin: 0; padding: 0; }
.mock-lines li {
  display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap;
  padding: 8px 0; border-top: 1px solid var(--line); font-size: .8rem;
}
.mock-lines b { color: var(--ink); font-weight: 650; }
.mock-lines span { color: var(--muted); }
.mock-acts { display: flex; gap: 8px; flex-wrap: wrap; }
.mock-btn {
  font-family: "Archivo", sans-serif; font-size: .76rem; font-weight: 700;
  padding: 7px 13px; border-radius: 8px; background: var(--sun); color: var(--ink);
}
.mock-btn.ghost { background: transparent; border: 1.5px solid var(--line); color: var(--ink); }
