/* SD Websites - shared stylesheet */

:root {
  --navy: #0b1b3f;
  --navy-deep: #061230;
  --blue: #1b6dff;
  --blue-dark: #0f52d9;
  --cyan: #12cfe8;
  --ink: #0d1a33;
  --slate: #4a5a75;
  --slate-light: #6b7c96;
  --line: #e3e9f2;
  --soft: #f5f8fd;
  --white: #ffffff;
  --radius: 18px;
  --radius-sm: 12px;
  --pill: 999px;
  --shadow-sm: 0 2px 10px rgba(11, 27, 63, .06);
  --shadow: 0 14px 40px rgba(11, 27, 63, .10);
  --shadow-lg: 0 28px 70px rgba(11, 27, 63, .16);
  --wrap: 1180px;
  --head: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --body: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.7;
  color: var(--slate);
  background: var(--white);
  overflow-x: hidden;
}

h1, h2, h3, h4, h5 {
  font-family: var(--head);
  color: var(--ink);
  line-height: 1.12;
  letter-spacing: -.03em;
  margin: 0 0 .5em;
  font-weight: 600;
}

h1 { font-size: clamp(2.4rem, 6vw, 4.05rem); }
h2 { font-size: clamp(1.9rem, 4.2vw, 2.9rem); }
h3 { font-size: clamp(1.2rem, 2.2vw, 1.5rem); }
h4 { font-size: 1.08rem; }

p { margin: 0 0 1.1em; }
a { color: var(--blue); text-decoration: none; }
a:hover { color: var(--blue-dark); }
img, svg { max-width: 100%; }

.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 24px; }
.narrow { max-width: 820px; }
section { padding: 92px 0; }
.section-soft { background: var(--soft); }
.section-tight { padding: 64px 0; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--head); font-size: .78rem; font-weight: 600;
  letter-spacing: .13em; text-transform: uppercase;
  color: var(--blue); margin-bottom: 18px;
}
.eyebrow::before {
  content: ''; width: 22px; height: 2px; border-radius: 2px;
  background: linear-gradient(90deg, var(--cyan), var(--blue));
}
.eyebrow.center { justify-content: center; }

.lead { font-size: 1.15rem; color: var(--slate); }
.section-head { max-width: 720px; margin-bottom: 54px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }

/* buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--head); font-weight: 600; font-size: .95rem;
  padding: 15px 30px; border-radius: var(--pill); border: 1.5px solid transparent;
  cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
  text-align: center;
}
.btn-primary { background: var(--blue); color: #fff; box-shadow: 0 10px 26px rgba(27, 109, 255, .30); }
.btn-primary:hover { background: var(--blue-dark); color: #fff; transform: translateY(-2px); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--blue); color: var(--blue); background: #fff; }
.btn-light { background: #fff; color: var(--navy); }
.btn-light:hover { color: var(--blue-dark); transform: translateY(-2px); }
.btn-outline-light { background: transparent; color: #fff; border-color: rgba(255,255,255,.35); }
.btn-outline-light:hover { color: #fff; border-color: #fff; background: rgba(255,255,255,.08); }
.btn-row { display: flex; flex-wrap: wrap; gap: 14px; }
.btn-row.center { justify-content: center; }

/* header */
.site-header {
  position: sticky; top: 0; z-index: 60; background: rgba(255,255,255,.92);
  backdrop-filter: saturate(160%) blur(12px); border-bottom: 1px solid var(--line);
}
.nav { display: flex; align-items: center; justify-content: space-between; height: 78px; }
.brand { display: flex; align-items: center; gap: 11px; }
.brand-mark { width: 38px; height: 38px; flex: none; }
.brand-text { font-family: var(--head); font-weight: 700; font-size: 1.22rem; letter-spacing: -.03em; }
.brand-text .sd { color: var(--navy); }
.brand-text .we { color: var(--blue); }

.nav-links { display: flex; align-items: center; gap: 30px; list-style: none; margin: 0; padding: 0; }
.nav-links a {
  font-family: var(--head); font-size: .93rem; font-weight: 500; color: var(--ink);
  padding: 6px 0; position: relative;
}
.nav-links a::after {
  content: ''; position: absolute; left: 0; bottom: 0; height: 2px; width: 0;
  background: var(--blue); transition: width .22s ease; border-radius: 2px;
}
.nav-links a:hover::after, .nav-links a[aria-current="page"]::after { width: 100%; }
.nav-links a[aria-current="page"] { color: var(--blue); }
.nav-cta { display: flex; align-items: center; gap: 14px; }
.nav-cta .btn { padding: 12px 24px; font-size: .9rem; }

.burger {
  display: none; width: 44px; height: 44px; border: 1px solid var(--line);
  border-radius: 12px; background: #fff; cursor: pointer; padding: 0;
  align-items: center; justify-content: center; flex-direction: column; gap: 5px;
}
.burger span { display: block; width: 18px; height: 2px; background: var(--ink); border-radius: 2px; transition: .2s; }
.burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* hero */
.hero { padding: 96px 0 84px; position: relative; overflow: hidden; }
.hero::before {
  content: ''; position: absolute; width: 780px; height: 780px; right: -280px; top: -340px;
  background: radial-gradient(circle, rgba(27,109,255,.14), rgba(18,207,232,.05) 45%, transparent 68%);
  border-radius: 50%; pointer-events: none;
}
.hero-grid { display: grid; grid-template-columns: 1.06fr .94fr; gap: 60px; align-items: center; position: relative; }
.hero h1 { margin-bottom: 22px; }
.hero h1 .grad {
  background: linear-gradient(100deg, var(--blue), var(--cyan));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero p.lead { font-size: 1.2rem; max-width: 540px; margin-bottom: 30px; }

.hero-price {
  display: inline-flex; align-items: baseline; gap: 10px; margin-bottom: 26px;
  padding: 10px 20px; border-radius: var(--pill); background: var(--soft); border: 1px solid var(--line);
}
.hero-price .amount { font-family: var(--head); font-size: 1.5rem; font-weight: 700; color: var(--ink); letter-spacing: -.04em; }
.hero-price .per { font-size: .9rem; color: var(--slate-light); }

.hero-points { list-style: none; margin: 30px 0 0; padding: 0; display: grid; gap: 12px; }
.hero-points li { display: flex; gap: 11px; align-items: flex-start; font-size: .98rem; }
.tick { flex: none; width: 21px; height: 21px; margin-top: 3px; }

/* browser mock */
.mock {
  background: #fff; border: 1px solid var(--line); border-radius: 20px;
  box-shadow: var(--shadow-lg); overflow: hidden;
}
.mock-bar { display: flex; align-items: center; gap: 7px; padding: 14px 16px; background: var(--navy); }
.mock-dot { width: 11px; height: 11px; border-radius: 50%; }
.mock-url {
  margin-left: 10px; flex: 1; height: 24px; border-radius: var(--pill);
  background: rgba(255,255,255,.12); display: flex; align-items: center; padding: 0 12px;
  font-size: .72rem; color: rgba(255,255,255,.75); font-family: var(--head);
}
.mock-body { padding: 0; background: #fff; }

/* miniature website inside the browser chrome */
.m-nav {
  display: flex; align-items: center; justify-content: space-between;
  padding: 11px 14px; border-bottom: 1px solid var(--line);
}
.m-logo {
  display: flex; align-items: center; gap: 6px;
  font-family: var(--head); font-weight: 700; font-size: .72rem; color: var(--ink);
}
.m-logo-dot {
  width: 14px; height: 14px; border-radius: 4px;
  background: linear-gradient(135deg, var(--navy), var(--blue));
}
.m-menu { display: flex; gap: 10px; font-size: .58rem; color: var(--slate-light); font-family: var(--head); }
.m-menu span:first-child { color: var(--blue); font-weight: 600; }

.m-hero {
  background: linear-gradient(125deg, var(--navy) 0%, #123a86 55%, var(--blue) 100%);
  padding: 26px 16px 28px; position: relative; overflow: hidden;
}
.m-hero::after {
  content: ''; position: absolute; width: 190px; height: 190px; right: -70px; top: -80px;
  background: radial-gradient(circle, rgba(18,207,232,.42), transparent 68%); border-radius: 50%;
}
.m-hero-text { position: relative; z-index: 1; }
.m-hero-text strong {
  display: block; font-family: var(--head); font-size: .96rem; font-weight: 700;
  color: #fff; line-height: 1.25; letter-spacing: -.02em; margin-bottom: 6px;
}
.m-hero-text span { display: block; font-size: .62rem; color: rgba(255,255,255,.8); margin-bottom: 12px; }
.m-cta {
  display: inline-block; background: #fff; color: var(--navy);
  font-family: var(--head); font-weight: 700; font-size: .6rem;
  padding: 7px 14px; border-radius: var(--pill);
}

.m-trust {
  display: flex; justify-content: space-between; gap: 6px;
  padding: 9px 14px; background: var(--soft); border-bottom: 1px solid var(--line);
  font-size: .53rem; color: var(--slate); font-family: var(--head); font-weight: 500;
}
.m-trust span { display: flex; align-items: center; gap: 4px; }
.m-trust span::before {
  content: ''; width: 5px; height: 5px; border-radius: 50%;
  background: var(--cyan); flex: none;
}

.m-services { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; padding: 14px; }
.m-service {
  border: 1px solid var(--line); border-radius: 10px; padding: 11px 6px;
  text-align: center; background: #fff;
}
.m-service svg { width: 17px; height: 17px; margin-bottom: 5px; }
.m-service b {
  display: block; font-family: var(--head); font-size: .62rem;
  font-weight: 700; color: var(--ink); line-height: 1.2;
}
.m-service i { display: block; font-style: normal; font-size: .53rem; color: var(--slate-light); margin-top: 2px; }

.m-foot {
  display: flex; align-items: center; justify-content: space-between;
  padding: 10px 14px; border-top: 1px solid var(--line);
  font-size: .56rem; color: var(--slate-light); font-family: var(--head);
}
.m-foot-link { color: var(--blue); font-weight: 700; }

/* logo strip / stats */
.stat-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--soft); }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; text-align: center; }
.stat .num {
  font-family: var(--head); font-size: clamp(1.9rem, 3.4vw, 2.6rem); font-weight: 700;
  color: var(--ink); letter-spacing: -.04em; line-height: 1;
}
.stat .label { font-size: .9rem; color: var(--slate-light); margin-top: 9px; }

/* cards */
.grid { display: grid; gap: 26px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 32px 28px; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: #cfdcf2; }
.card h3 { margin-bottom: 10px; }
.card p:last-child { margin-bottom: 0; }

.icon-box {
  width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center;
  background: linear-gradient(135deg, rgba(27,109,255,.12), rgba(18,207,232,.14));
  margin-bottom: 18px;
}
.icon-box svg { width: 25px; height: 25px; }

.card-num {
  font-family: var(--head); font-size: .82rem; font-weight: 700; letter-spacing: .1em;
  color: var(--blue); margin-bottom: 14px; display: block;
}

/* split feature */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.split.reverse .split-media { order: -1; }
.split-media {
  border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line);
  background: var(--soft); padding: 34px; box-shadow: var(--shadow-sm);
}

.check-list { list-style: none; margin: 24px 0 0; padding: 0; display: grid; gap: 13px; }
.check-list li { display: flex; gap: 12px; align-items: flex-start; }
.check-list li strong { color: var(--ink); font-family: var(--head); }

/* dark band */
.band { background: var(--navy); color: rgba(255,255,255,.78); position: relative; overflow: hidden; }
.band h2, .band h3 { color: #fff; }
.band::after {
  content: ''; position: absolute; width: 620px; height: 620px; left: -220px; bottom: -320px;
  background: radial-gradient(circle, rgba(18,207,232,.18), transparent 66%); border-radius: 50%;
}
.band .wrap { position: relative; z-index: 1; }
.band-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 56px; align-items: center; }

/* pricing */
.price-card {
  background: #fff; border: 1px solid var(--line); border-radius: 22px; padding: 40px 34px;
  position: relative; display: flex; flex-direction: column;
}
.price-card.featured { border: 2px solid var(--blue); box-shadow: var(--shadow); }
.price-badge {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: var(--blue); color: #fff; font-family: var(--head); font-size: .74rem;
  font-weight: 600; letter-spacing: .09em; text-transform: uppercase;
  padding: 7px 17px; border-radius: var(--pill); white-space: nowrap;
}
.price-amount { display: flex; align-items: baseline; gap: 7px; margin: 14px 0 8px; }
.price-amount .num { font-family: var(--head); font-size: 3rem; font-weight: 700; color: var(--ink); letter-spacing: -.05em; }
.price-amount .per { color: var(--slate-light); font-size: .98rem; }
.price-card ul { list-style: none; margin: 24px 0 28px; padding: 0; display: grid; gap: 12px; }
.price-card ul li { display: flex; gap: 11px; align-items: flex-start; font-size: .96rem; }
.price-card .btn { width: 100%; margin-top: auto; }

/* steps */
.steps { display: grid; gap: 0; }
.step {
  display: grid; grid-template-columns: 1fr; gap: 6px;
  padding: 30px 0; border-bottom: 1px solid var(--line);
}
.step:last-child { border-bottom: none; }
.step-num {
  font-family: var(--head); font-size: 2.4rem; font-weight: 700; letter-spacing: -.05em;
  background: linear-gradient(140deg, var(--blue), var(--cyan));
  -webkit-background-clip: text; background-clip: text; color: transparent; line-height: 1;
}
.step h3 { margin-bottom: 8px; }
.step p:last-child { margin-bottom: 0; }

/* faq */
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q {
  width: 100%; text-align: left; background: none; border: 0; cursor: pointer;
  padding: 24px 44px 24px 0; font-family: var(--head); font-size: 1.06rem; font-weight: 600;
  color: var(--ink); position: relative; line-height: 1.4;
}
.faq-q::after {
  content: ''; position: absolute; right: 6px; top: 50%; width: 11px; height: 11px;
  border-right: 2px solid var(--blue); border-bottom: 2px solid var(--blue);
  transform: translateY(-70%) rotate(45deg); transition: transform .22s ease;
}
.faq-item.open .faq-q::after { transform: translateY(-20%) rotate(-135deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .28s ease; }
.faq-item.open .faq-a { max-height: 460px; }
.faq-a p { padding-bottom: 22px; margin: 0; }

/* quote */
.quote-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 32px 28px; display: flex; flex-direction: column; gap: 16px;
}
.quote-card p { font-size: 1.02rem; color: var(--ink); margin: 0; }
.quote-who { display: flex; align-items: center; gap: 13px; margin-top: auto; }
.avatar {
  width: 44px; height: 44px; border-radius: 50%; flex: none; display: grid; place-items: center;
  background: linear-gradient(135deg, var(--navy), var(--blue));
  color: #fff; font-family: var(--head); font-weight: 700; font-size: .95rem;
}
.quote-who strong { display: block; font-family: var(--head); color: var(--ink); font-size: .95rem; }
.quote-who span { font-size: .85rem; color: var(--slate-light); }
.stars { color: #f5a623; letter-spacing: 2px; font-size: .95rem; }

/* cta band */
.cta-band { background: linear-gradient(125deg, var(--navy-deep), var(--navy) 46%, var(--blue-dark)); color: #fff; }
.cta-band h2 { color: #fff; }
.cta-band p { color: rgba(255,255,255,.8); font-size: 1.12rem; }
.cta-inner { text-align: center; max-width: 720px; margin: 0 auto; }

/* page hero */
.page-hero { padding: 74px 0 58px; background: var(--soft); border-bottom: 1px solid var(--line); }
.page-hero h1 { font-size: clamp(2.1rem, 4.6vw, 3.2rem); margin-bottom: 16px; }
.page-hero p { max-width: 660px; font-size: 1.1rem; margin-bottom: 0; }
.crumbs { font-size: .86rem; color: var(--slate-light); margin-bottom: 16px; }
.crumbs a { color: var(--slate-light); }
.crumbs a:hover { color: var(--blue); }

/* prose (legal pages) */
.prose { max-width: 800px; }
.prose h2 { font-size: 1.5rem; margin-top: 44px; }
.prose h3 { font-size: 1.14rem; margin-top: 30px; }
.prose ul, .prose ol { padding-left: 22px; margin: 0 0 1.1em; }
.prose li { margin-bottom: 9px; }
.prose .updated { font-size: .9rem; color: var(--slate-light); padding-bottom: 20px; border-bottom: 1px solid var(--line); }

/* info cards */
.info-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.info-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 26px; }
.info-card h3 { font-size: 1.05rem; margin-bottom: 8px; }
.info-card p { margin-bottom: 0; font-size: .97rem; }
.info-card address { font-style: normal; font-size: .97rem; line-height: 1.75; }

/* tables */
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); }
table { width: 100%; border-collapse: collapse; background: #fff; }
th, td { padding: 14px 16px; text-align: left; border-bottom: 1px solid var(--line); font-size: .96rem; }
th { font-family: var(--head); font-weight: 600; color: var(--ink); background: var(--soft); }
tr:last-child td { border-bottom: none; }

/* tag pills */
.tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.tag {
  font-family: var(--head); font-size: .86rem; font-weight: 500; padding: 9px 18px;
  border-radius: var(--pill); background: var(--soft); border: 1px solid var(--line); color: var(--slate);
}

/* footer */
.site-footer { background: var(--navy-deep); color: rgba(255,255,255,.62); padding: 74px 0 30px; }
.site-footer h4 {
  color: #fff; font-size: .82rem; letter-spacing: .13em; text-transform: uppercase;
  margin-bottom: 20px; font-weight: 600;
}
.foot-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 44px; }
.foot-brand .brand-text .sd { color: #fff; }
.foot-brand .brand-text .we { color: var(--cyan); }
.foot-brand p { margin-top: 18px; font-size: .95rem; max-width: 300px; }
.foot-links { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.foot-links a { color: rgba(255,255,255,.62); font-size: .95rem; }
.foot-links a:hover { color: #fff; }
.site-footer address { font-style: normal; font-size: .95rem; line-height: 1.8; }
.site-footer address a { color: rgba(255,255,255,.62); }
.site-footer address a:hover { color: #fff; }
.foot-bottom {
  margin-top: 54px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.12);
  display: flex; flex-wrap: wrap; gap: 16px; justify-content: space-between; font-size: .88rem;
}
.foot-bottom nav { display: flex; flex-wrap: wrap; gap: 22px; }

/* responsive */
@media (max-width: 980px) {
  .hero-grid, .split, .band-grid { grid-template-columns: 1fr; gap: 44px; }
  .split.reverse .split-media { order: 0; }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .foot-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .info-grid { grid-template-columns: 1fr; }
}

@media (max-width: 860px) {
  .burger { display: flex; }
  .nav-links {
    position: fixed; inset: 78px 0 auto; flex-direction: column; align-items: stretch;
    background: #fff; border-bottom: 1px solid var(--line); padding: 18px 24px 26px;
    gap: 4px; transform: translateY(-140%); transition: transform .26s ease; z-index: 50;
    max-height: calc(100vh - 78px); overflow-y: auto;
  }
  .nav-links.open { transform: translateY(0); }
  .nav-links a { display: block; padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 1rem; }
  .nav-links a::after { display: none; }
  .nav-links li:last-child a { border-bottom: none; }
  .nav-cta .btn { display: none; }
  section { padding: 68px 0; }
  .hero { padding: 62px 0 56px; }
}

@media (max-width: 860px) {
  .wrap { padding: 0 30px; }
}

@media (max-width: 720px) {
  body { font-size: 16px; }
  /* Wider gutters on phones. 24px measures correctly but reads as edge to edge
     once the card's own padding sits inside it. */
  .wrap { padding: 0 34px; }
  .grid-3, .grid-2, .grid-4 { grid-template-columns: 1fr; gap: 20px; }
  .stats { grid-template-columns: repeat(2, 1fr); gap: 30px 20px; }
  .step { grid-template-columns: 1fr; gap: 10px; }
  .step-num { font-size: 1.9rem; }
  .foot-grid { grid-template-columns: 1fr; gap: 34px; }
  .foot-bottom { flex-direction: column; }
  .card, .price-card { padding: 26px 22px; }
  .split-media { padding: 24px 22px; }
  .section-head { margin-bottom: 34px; }
  section { padding: 58px 0; }
  .page-hero { padding: 46px 0 40px; }
  .hero { padding: 44px 0 48px; }
  .btn { padding: 15px 26px; }
  .btn-row .btn { flex: 1 1 auto; min-width: 0; }
  .prose h2 { margin-top: 34px; }
  /* Tables become stacked rows on phones. A 560px min-width table inside a
     scrolling box is the thing that was overflowing to the right. */
  .table-wrap { overflow: visible; border: 0; border-radius: 0; }
  table { min-width: 0; width: 100%; background: transparent; }
  thead, table tr.thead-row { display: none; }
  table tr { display: block; background: #fff; border: 1px solid var(--line);
             border-radius: var(--radius-sm); margin-bottom: 12px; padding: 6px 4px; }
  table td { display: flex; gap: 14px; justify-content: space-between; align-items: baseline;
             border-bottom: 1px solid var(--line); padding: 11px 16px; text-align: right; }
  table tr td:last-child { border-bottom: 0; }
  table td::before {
    content: attr(data-label); font-family: var(--head); font-weight: 600;
    color: var(--ink); text-align: left; flex: 0 0 auto; max-width: 46%;
  }
  table td:not([data-label])::before { content: none; }
  /* First cell is the row's subject, so it becomes the card heading rather
     than a labelled value ("Feature: Monthly price" reads as noise). */
  table td:first-child {
    display: block; text-align: left; background: var(--soft);
    font-family: var(--head); font-weight: 700; color: var(--ink);
    border-radius: 9px; margin: 2px 2px 6px; border-bottom: 0; padding: 10px 14px;
  }
  table td:first-child::before { content: none; }
  /* A two column table needs no repeated label on its single value cell. */
  table.two-col td:last-child::before { content: none; }
  table.two-col td:last-child { text-align: left; }
  .tags { gap: 8px; }
  .tag { padding: 8px 14px; font-size: .82rem; }
}

@media (max-width: 400px) {
  .wrap { padding: 0 30px; }
  .card, .price-card { padding: 24px 20px; }
  .split-media { padding: 22px 20px; }

  h1 { font-size: 2.05rem; }
  .hero-price { padding: 9px 16px; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; }
  html { scroll-behavior: auto; }
}

/* ---------------------------------------------------------------- imagery */
.shot {
  display: block; width: 100%; border-radius: var(--radius);
  overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow-sm);
  margin: 0;
}
.shot img { display: block; width: 100%; height: 100%; object-fit: cover; aspect-ratio: 3 / 2; }
.split-media .shot { margin-bottom: 22px; }
.shot-tall img { aspect-ratio: 4 / 5; }

.shot-band { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; align-items: stretch; }
.shot-band .shot { height: 100%; }
.shot-band .shot img { aspect-ratio: 1 / 1; height: 100%; }

.split-media.is-photo { padding: 0; border: 0; background: transparent; box-shadow: none; }
.split-media.is-photo .shot { margin-bottom: 0; box-shadow: var(--shadow); }

@media (max-width: 720px) {
  .shot-band { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .split-media .shot { margin-bottom: 18px; }
}

/* page title where the old banner used to be */
.page-title {
  font-size: clamp(2rem, 4.4vw, 3rem);
  margin: 0 0 30px;
}
@media (max-width: 720px) { .page-title { margin-bottom: 22px; } }

/* ---------------------------------------------------------------- form */
.form-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 34px 32px; box-shadow: var(--shadow-sm);
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: flex; flex-direction: column; margin-bottom: 20px; }
.field label {
  font-family: var(--head); font-size: .9rem; font-weight: 600;
  color: var(--ink); margin-bottom: 7px;
}
.field .opt { font-weight: 400; color: var(--slate-light); }
.field input, .field textarea {
  font-family: var(--body); font-size: 1rem; color: var(--ink);
  padding: 13px 15px; border: 1.5px solid var(--line); border-radius: var(--radius-sm);
  background: #fff; transition: border-color .16s ease, box-shadow .16s ease;
  width: 100%;
}
.field textarea { resize: vertical; min-height: 148px; line-height: 1.6; }
.field input:focus, .field textarea:focus {
  outline: none; border-color: var(--blue); box-shadow: 0 0 0 4px rgba(27,109,255,.13);
}
.field input[aria-invalid="true"], .field textarea[aria-invalid="true"] {
  border-color: #d63b3b; box-shadow: 0 0 0 4px rgba(214,59,59,.10);
}
.field .err {
  font-size: .85rem; color: #c62f2f; margin-top: 6px; min-height: 0;
  display: none;
}
.field .err.show { display: block; }
.field .count {
  font-size: .8rem; color: var(--slate-light); margin-top: 6px; text-align: right;
}
.field .count.warn { color: #c62f2f; }

.form-note { font-size: .88rem; color: var(--slate-light); margin: 4px 0 22px; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.form-status { border-radius: var(--radius-sm); padding: 16px 18px; margin-bottom: 22px; display: none; }
.form-status.show { display: block; }
.form-status.ok { background: #eaf7ee; border: 1px solid #bfe4ca; color: #1d6b34; }
.form-status.bad { background: #fdeded; border: 1px solid #f2c4c4; color: #a52222; }
.form-status strong { display: block; font-family: var(--head); margin-bottom: 3px; }

.btn[disabled] { opacity: .6; cursor: not-allowed; transform: none; }

@media (max-width: 720px) {
  .form-card { padding: 26px 22px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
}

/* ------------------------------------------------------- plan picker */
.plan-pick { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 6px; }
.plan-opt { position: relative; }
.plan-opt input {
  position: absolute; opacity: 0; width: 1px; height: 1px;
}
.plan-opt label {
  display: block; cursor: pointer; border: 2px solid var(--line); border-radius: var(--radius);
  padding: 20px 20px 18px; background: #fff; transition: border-color .16s ease, box-shadow .16s ease;
  height: 100%; font-family: var(--body); font-weight: 400; margin: 0;
}
.plan-opt label:hover { border-color: #c3d4f0; }
.plan-opt input:checked + label { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(27,109,255,.12); }
.plan-opt input:focus-visible + label { outline: 2px solid var(--blue); outline-offset: 3px; }
.plan-opt .pname {
  display: flex; align-items: center; gap: 9px;
  font-family: var(--head); font-weight: 700; color: var(--ink); font-size: 1.04rem;
}
.plan-opt .pname::before {
  content: ''; width: 18px; height: 18px; border-radius: 50%; flex: none;
  border: 2px solid var(--line); background: #fff; transition: .16s ease;
}
.plan-opt input:checked + label .pname::before {
  border-color: var(--blue); background: var(--blue); box-shadow: inset 0 0 0 3px #fff;
}
.plan-opt .pprice {
  font-family: var(--head); font-size: 1.7rem; font-weight: 700; color: var(--ink);
  letter-spacing: -.04em; margin: 10px 0 2px;
}
.plan-opt .pprice span { font-size: .88rem; font-weight: 400; color: var(--slate-light); letter-spacing: 0; }
.plan-opt .pdesc { font-size: .9rem; color: var(--slate); margin: 6px 0 0; line-height: 1.55; }

.check-field { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 8px; }
.check-field input[type=checkbox] {
  width: 20px; height: 20px; margin: 2px 0 0; flex: none; accent-color: var(--blue); cursor: pointer;
}
.check-field label { font-size: .94rem; color: var(--slate); line-height: 1.6; cursor: pointer; }

.disclaimer {
  background: var(--soft); border: 1px solid var(--line); border-radius: var(--radius-sm);
  padding: 16px 18px; font-size: .89rem; color: var(--slate); margin: 4px 0 22px; line-height: 1.65;
}
.disclaimer strong { color: var(--ink); font-family: var(--head); }

.step-list { counter-reset: s; list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.step-list li { counter-increment: s; display: flex; gap: 14px; align-items: flex-start; font-size: .96rem; }
.step-list li::before {
  content: counter(s); flex: none; width: 26px; height: 26px; border-radius: 50%;
  background: var(--blue); color: #fff; font-family: var(--head); font-weight: 700;
  font-size: .8rem; display: grid; place-items: center; margin-top: 1px;
}

@media (max-width: 720px) { .plan-pick { grid-template-columns: 1fr; } }
