/* ============================================================
   INEEDO — SINGLE-PAGE STYLES

   Active palette: B  (Veld — terracotta + deep teal on cream)

   TO SWITCH PALETTES:
   1. Comment out the active :root block below.
   2. Uncomment ONE alternative :root block (A, C, or D).
   3. (If switching to D, also change <meta name="theme-color"> in
      index.html to "#2D1339" so mobile browser chrome matches.)
   Only one :root block should be uncommented at a time.
   ============================================================ */


/* ===========================================
   PALETTE B — VELD  (active)
   Terracotta + deep teal on cream. Earthy SA landscape.
   =========================================== */
:root {
  /* Surface */
  --bg: #FAF4EC;

  /* Text */
  --text: #0D3B40;
  --text-soft: #2F5A60;

  /* Brand identity */
  --wordmark: #C8553D;
  --italic: #C8553D;

  /* CTA button */
  --btn-bg: #C8553D;
  --btn-bg-hover: #A8442F;
  --btn-fg: #FAF4EC;
  --btn-shadow: rgba(200,85,61,0.20);
  --btn-shadow-hover: rgba(200,85,61,0.30);

  /* Form */
  --input-bg: rgba(255,255,255,0.7);
  --input-bg-focus: #FFFFFF;
  --input-border: rgba(13,59,64,0.16);
  --input-focus-border: #C8553D;
  --input-focus-ring: rgba(200,85,61,0.14);

  /* Structure */
  --rule: rgba(13,59,64,0.10);
  --error: #B83A26;

  /* Atmospheric washes */
  --wash-1: rgba(200,85,61,0.12);
  --wash-2: rgba(229,184,149,0.22);

  /* Decorative circles */
  --decor-warm: #E07B5F;
  --decor-soft-1: #E5B895;
  --decor-soft-2: #F0D4BC;
  --decor-contrast: #0D3B40;

  /* Surfaces for cards */
  --card-bg: rgba(255,255,255,0.62);
  --card-bg-hover: rgba(255,255,255,0.85);

  /* Always */
  --gold: #F5B82E;
  --gold-deep: #D99F1F;
}


/* ===========================================
   PALETTE A — SUNSET  (alternative)
   Warm coral + ink navy on cream. Energetic.
   =========================================== */
/*
:root {
  --bg: #FFFCF7;
  --text: #1A1F3A;
  --text-soft: #4A4F6A;
  --wordmark: #E5573A;
  --italic: #E5573A;
  --btn-bg: #1A1F3A;
  --btn-bg-hover: #E5573A;
  --btn-fg: #FFFCF7;
  --btn-shadow: rgba(26,31,58,0.18);
  --btn-shadow-hover: rgba(229,87,58,0.28);
  --input-bg: #FFFFFF;
  --input-bg-focus: #FFFFFF;
  --input-border: rgba(26,31,58,0.12);
  --input-focus-border: #E5573A;
  --input-focus-ring: rgba(229,87,58,0.12);
  --rule: rgba(26,31,58,0.08);
  --error: #B83A26;
  --wash-1: rgba(255,107,71,0.12);
  --wash-2: rgba(251,201,184,0.18);
  --decor-warm: #FF6B47;
  --decor-soft-1: #FBC9B8;
  --decor-soft-2: #FDE3D9;
  --decor-contrast: #1A1F3A;
  --card-bg: rgba(255,255,255,0.7);
  --card-bg-hover: rgba(255,255,255,0.95);
  --gold: #F5B82E;
  --gold-deep: #D99F1F;
}
*/


/* ===========================================
   PALETTE C — MZANSI LIGHT  (alternative)
   Pastel lavender + aubergine + gold. Premium light.
   =========================================== */
/*
:root {
  --bg: #E5D7EF;
  --text: #2D1339;
  --text-soft: #6B4E80;
  --wordmark: #2D1339;
  --italic: #4B2C5F;
  --btn-bg: #F5B82E;
  --btn-bg-hover: #D99F1F;
  --btn-fg: #2D1339;
  --btn-shadow: rgba(245,184,46,0.32);
  --btn-shadow-hover: rgba(245,184,46,0.42);
  --input-bg: rgba(255,255,255,0.6);
  --input-bg-focus: #FFFFFF;
  --input-border: rgba(45,19,57,0.18);
  --input-focus-border: #D99F1F;
  --input-focus-ring: rgba(245,184,46,0.20);
  --rule: rgba(45,19,57,0.12);
  --error: #8B1F1F;
  --wash-1: rgba(245,184,46,0.20);
  --wash-2: rgba(201,180,217,0.55);
  --decor-warm: #FBE4A7;
  --decor-soft-1: #C9B4D9;
  --decor-soft-2: #EFE4F5;
  --decor-contrast: #2D1339;
  --card-bg: rgba(255,255,255,0.55);
  --card-bg-hover: rgba(255,255,255,0.8);
  --gold: #F5B82E;
  --gold-deep: #D99F1F;
}
*/


/* ===========================================
   PALETTE D — MZANSI DARK  (alternative)
   Deep aubergine + cream + gold. Premium dark.
   Don't forget: change <meta name="theme-color"> in index.html to "#2D1339"
   =========================================== */
/*
:root {
  --bg: #2D1339;
  --text: #F5EDD8;
  --text-soft: #D4C9AE;
  --wordmark: #F5EDD8;
  --italic: #F5B82E;
  --btn-bg: #F5B82E;
  --btn-bg-hover: #D99F1F;
  --btn-fg: #2D1339;
  --btn-shadow: rgba(245,184,46,0.25);
  --btn-shadow-hover: rgba(245,184,46,0.35);
  --input-bg: rgba(245,237,216,0.05);
  --input-bg-focus: rgba(245,237,216,0.08);
  --input-border: rgba(245,237,216,0.18);
  --input-focus-border: #F5B82E;
  --input-focus-ring: rgba(245,184,46,0.18);
  --rule: rgba(245,237,216,0.12);
  --error: #F08080;
  --wash-1: rgba(245,184,46,0.20);
  --wash-2: rgba(90,52,112,0.55);
  --decor-warm: #F5B82E;
  --decor-soft-1: #5A3470;
  --decor-soft-2: #3D1F4A;
  --decor-contrast: #F5EDD8;
  --card-bg: rgba(245,237,216,0.05);
  --card-bg-hover: rgba(245,237,216,0.09);
  --gold: #F5B82E;
  --gold-deep: #D99F1F;
}
*/


/* ============================================================
   BASE  (palette-agnostic)
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; overflow-x: hidden; }
html, body { min-height: 100vh; max-width: 100%; }

body {
  background: var(--bg);
  color: var(--text);
  font-family: 'DM Sans', system-ui, -apple-system, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  position: relative;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}

/* Decorative circles + atmospheric glows (all clipped to the viewport) */
.shapes { position: fixed; inset: 0; pointer-events: none; z-index: 0; overflow: hidden; }
/* Radial glows live inside .shapes so they can bleed off-edge without ever
   widening the page (avoids phantom horizontal scroll on iOS). */
.shapes::before, .shapes::after {
  content: ''; position: absolute; pointer-events: none;
  border-radius: 50%; filter: blur(80px);
}
.shapes::before {
  top: -240px; right: -180px;
  width: 480px; height: 480px;
  background: radial-gradient(circle, var(--wash-1), transparent 70%);
}
.shapes::after {
  bottom: -300px; left: -240px;
  width: 560px; height: 560px;
  background: radial-gradient(circle, var(--wash-2), transparent 75%);
}
.circle {
  position: absolute;
  width: var(--s); height: var(--s);
  left: var(--x); top: var(--y);
  background: var(--c);
  opacity: var(--o);
  filter: blur(var(--b, 18px));
  border-radius: 50%;
}
.circle.drift { animation: drift 24s ease-in-out infinite alternate; }
.circle.drift-slow { animation: drift 36s ease-in-out infinite alternate-reverse; }
@keyframes drift {
  0%   { transform: translate(0, 0); }
  100% { transform: translate(15px, -22px); }
}
@media (prefers-reduced-motion: reduce) {
  .circle.drift, .circle.drift-slow { animation: none; }
}

/* Shared centered container */
.container {
  position: relative; z-index: 1;
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 24px;
}

/* a11y */
.sr-only {
  position: absolute; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}


/* ============================================================
   NOTICE BAR
   ============================================================ */
.notice-bar {
  position: relative; z-index: 3;
  background: var(--text); color: var(--bg);
  text-align: center;
  font-size: 0.8125rem; font-weight: 500; line-height: 1.4;
  letter-spacing: 0.01em;
  padding: 9px 18px;
}


/* ============================================================
   NAV
   ============================================================ */
.site-nav {
  position: sticky; top: 0; z-index: 50;
  backdrop-filter: saturate(140%) blur(10px);
  background: color-mix(in srgb, var(--bg) 78%, transparent);
  border-bottom: 1px solid var(--rule);
}
.site-nav .nav-inner {
  max-width: 1040px; margin: 0 auto;
  padding: 14px 24px;
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px;
}
.site-nav .brand {
  font-family: 'Quicksand', system-ui, sans-serif;
  font-weight: 700; font-size: 1.5rem;
  color: var(--wordmark); letter-spacing: -0.025em;
  text-decoration: none;
  display: inline-flex; align-items: baseline; gap: 5px;
}
.site-nav .brand .dot {
  width: 8px; height: 8px; background: var(--dot, var(--gold));
  border-radius: 50%; display: inline-block;
  box-shadow: 0 0 9px var(--dot-glow, rgba(245, 184, 46, 0.55));
}
.site-nav .nav-links { display: flex; align-items: center; gap: 8px; }
.site-nav .nav-links a {
  color: var(--text-soft); text-decoration: none;
  font-size: 0.9375rem; font-weight: 500;
  padding: 8px 12px; border-radius: 10px;
  transition: color 0.2s, background 0.2s;
}
.site-nav .nav-links a:not(.nav-cta):hover { color: var(--italic); background: var(--wash-1); }
.site-nav .nav-links a.nav-cta {
  background: var(--btn-bg); color: var(--btn-fg);
  box-shadow: 0 3px 12px var(--btn-shadow);
}
.site-nav .nav-links a.nav-cta:hover { background: var(--btn-bg-hover); }

/* Hamburger toggle — hidden on desktop, shown on mobile */
.nav-toggle {
  display: none;
  flex-direction: column; justify-content: center; gap: 5px;
  width: 42px; height: 42px; padding: 0;
  background: transparent; border: 1px solid var(--rule); border-radius: 10px;
  cursor: pointer;
}
.nav-toggle-bar {
  width: 20px; height: 2px; margin: 0 auto;
  background: var(--text); border-radius: 2px;
  transition: transform 0.2s, opacity 0.2s;
}

@media (max-width: 719px) {
  .nav-toggle { display: flex; }
  .site-nav .nav-links {
    position: absolute; top: 100%; left: 0; right: 0;
    flex-direction: column; align-items: stretch; gap: 4px;
    background: var(--bg);
    border-bottom: 1px solid var(--rule);
    box-shadow: 0 14px 30px rgba(13,59,64,0.14);
    padding: 10px 18px 18px;
    display: none;
  }
  .site-nav.nav-open .nav-links { display: flex; }
  .site-nav .nav-links a { padding: 13px 12px; border-radius: 10px; font-size: 1rem; }
  .site-nav .nav-links a.nav-cta { text-align: center; margin-top: 6px; }
  .site-nav.nav-open .nav-toggle-bar:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .site-nav.nav-open .nav-toggle-bar:nth-child(2) { opacity: 0; }
  .site-nav.nav-open .nav-toggle-bar:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
}


/* ============================================================
   SECTIONS — shared rhythm + centered heads
   ============================================================ */
section { position: relative; z-index: 1; }
.section { padding: 72px 0; }
.section + .section { border-top: 1px solid var(--rule); }

.section-head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 44px;
}
.eyebrow {
  font-size: 0.8125rem; font-weight: 600; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--italic); margin-bottom: 12px;
}
.section-head h2 {
  font-family: 'Bricolage Grotesque', system-ui, sans-serif;
  font-weight: 500; font-variation-settings: "opsz" 96;
  font-size: clamp(1.9rem, 5vw, 2.6rem);
  line-height: 1.12; letter-spacing: -0.03em; color: var(--text);
  margin-bottom: 14px;
}
.section-head p {
  font-size: 1.0625rem; line-height: 1.6; color: var(--text-soft);
}


/* ============================================================
   HERO
   ============================================================ */
.hero {
  text-align: center;
  padding: clamp(56px, 12vh, 110px) 24px 64px;
  display: flex; flex-direction: column; align-items: center;
}
.hero .wordmark {
  font-family: 'Quicksand', system-ui, sans-serif;
  font-weight: 700;
  font-size: clamp(40px, 11vw, 56px);
  color: var(--wordmark); letter-spacing: -0.025em; line-height: 1;
  margin-bottom: clamp(28px, 6vh, 52px);
  display: inline-flex; align-items: baseline; gap: 8px;
}
.hero .wordmark .dot {
  width: 14px; height: 14px; background: var(--dot, var(--gold));
  border-radius: 50%; display: inline-block;
  box-shadow: 0 0 14px var(--dot-glow, rgba(245, 184, 46, 0.55)); flex-shrink: 0;
}
.hero h1 {
  font-family: 'Bricolage Grotesque', system-ui, sans-serif;
  font-weight: 500; font-variation-settings: "opsz" 96;
  font-size: clamp(2.5rem, 8vw, 4rem);
  line-height: 1.06; letter-spacing: -0.035em;
  margin-bottom: 22px; color: var(--text);
  max-width: 14ch;
}
.hero h1 .accent {
  font-family: 'Caveat', cursive; font-weight: 600;
  color: var(--italic); font-size: 1.18em;
  letter-spacing: -0.005em; line-height: 0.85;
  display: inline-block; transform: translateY(0.05em);
}
.hero .sub {
  font-size: 1.125rem; line-height: 1.6; color: var(--text-soft);
  max-width: 520px; margin: 0 auto;
}

/* Signup card */
.signup-card {
  width: 100%; max-width: 460px;
  margin: 30px auto 0;
  background: var(--card-bg);
  border: 1px solid var(--rule);
  border-radius: 22px;
  padding: 30px 28px 26px;
  box-shadow: 0 18px 44px rgba(13,59,64,0.10);
  text-align: center;
}
.signup-title {
  font-family: 'Bricolage Grotesque', system-ui, sans-serif;
  font-weight: 500; font-size: 1.5rem; letter-spacing: -0.02em;
  color: var(--text); margin-bottom: 6px;
}
.signup-text {
  font-size: 0.95rem; line-height: 1.5; color: var(--text-soft);
  max-width: 340px; margin: 0 auto 20px;
}

/* Signup form (centered) */
.signup {
  display: flex; flex-direction: column; gap: 12px;
  width: 100%; max-width: 400px;
  margin: 0 auto;
  align-items: stretch;
}
.signup input[type="email"] {
  padding: 16px 18px;
  border: 1.5px solid var(--input-border);
  border-radius: 14px; font-size: 1rem; font-family: inherit;
  background: var(--input-bg); color: var(--text);
  transition: border-color 0.2s, background 0.2s, box-shadow 0.2s;
  -webkit-appearance: none; appearance: none; text-align: center;
}
.signup input[type="email"]::placeholder { color: var(--text-soft); opacity: 0.55; }
.signup input[type="email"]:focus {
  outline: none; border-color: var(--input-focus-border);
  background: var(--input-bg-focus); box-shadow: 0 0 0 4px var(--input-focus-ring);
}
.cf-turnstile { display: flex; justify-content: center; margin: 4px 0; }
.signup button {
  padding: 16px 24px; background: var(--btn-bg); color: var(--btn-fg);
  border: none; border-radius: 14px; font-size: 1rem; font-weight: 600;
  font-family: inherit; cursor: pointer;
  transition: background 0.2s, transform 0.08s, box-shadow 0.2s;
  min-height: 54px; letter-spacing: -0.005em;
  box-shadow: 0 4px 18px var(--btn-shadow);
}
.signup button:hover { background: var(--btn-bg-hover); box-shadow: 0 6px 24px var(--btn-shadow-hover); }
.signup button:active { transform: scale(0.985); }
.signup button:disabled { opacity: 0.7; cursor: not-allowed; }

.form-message { font-size: 0.875rem; margin-top: 4px; min-height: 1.25em; line-height: 1.4; }
.form-message.error { color: var(--error); }
.form-message.success { color: var(--italic); }
.success-message {
  font-family: 'Bricolage Grotesque', system-ui, sans-serif;
  font-size: 1.25rem; font-weight: 500; color: var(--text); padding: 20px 0;
}
.microcopy { font-size: 0.8125rem; color: var(--text-soft); line-height: 1.4; margin-top: 16px; }
.signup-card .microcopy { margin-top: 18px; }

.hero .trust {
  font-size: 0.9375rem; color: var(--text-soft); margin-top: 22px;
}
.hero .trust strong { color: var(--italic); font-weight: 600; }


/* ============================================================
   FEATURES
   ============================================================ */
.features {
  display: grid; gap: 18px;
  grid-template-columns: 1fr;
}
@media (min-width: 560px) { .features { grid-template-columns: 1fr 1fr; } }
@media (min-width: 880px) { .features { grid-template-columns: repeat(3, 1fr); } }
.feature {
  background: var(--card-bg);
  border: 1px solid var(--rule);
  border-radius: 18px;
  padding: 30px 24px;
  text-align: center;
  display: flex; flex-direction: column; align-items: center;
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
}
.feature:hover {
  transform: translateY(-3px);
  background: var(--card-bg-hover);
  box-shadow: 0 14px 34px rgba(13,59,64,0.10);
}
.feature .ic {
  width: 56px; height: 56px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 16px; background: var(--wash-1);
  margin-bottom: 18px; font-size: 1.6rem;
}
.feature h3 { font-size: 1.125rem; font-weight: 600; color: var(--text); margin-bottom: 8px; }
.feature p { font-size: 0.9375rem; line-height: 1.55; color: var(--text-soft); max-width: 32ch; }


/* ============================================================
   SHOWCASE (phone mock)
   ============================================================ */
.showcase-grid {
  display: grid; grid-template-columns: 1fr; gap: 40px;
  align-items: center; justify-items: center;
}
@media (min-width: 820px) {
  .showcase-grid { grid-template-columns: 1fr 1fr; }
}
.showcase-copy { text-align: center; max-width: 440px; }
@media (min-width: 820px) { .showcase-copy { text-align: left; } }
.showcase-copy h2 {
  font-family: 'Bricolage Grotesque', sans-serif; font-weight: 500;
  font-size: clamp(1.7rem, 4vw, 2.2rem); letter-spacing: -0.025em;
  color: var(--text); margin-bottom: 14px; line-height: 1.15;
}
.showcase-copy p { font-size: 1.0625rem; line-height: 1.6; color: var(--text-soft); margin-bottom: 14px; }
.showcase-copy .fine { font-size: 0.9rem; opacity: 0.85; }

.phone {
  width: 248px; height: 500px;
  background: var(--text); border-radius: 38px; padding: 12px;
  box-shadow: 0 30px 70px rgba(13,59,64,0.24);
}
.phone .screen {
  width: 100%; height: 100%;
  background: var(--bg); border-radius: 28px; padding: 22px 16px;
  display: flex; flex-direction: column; gap: 12px; overflow: hidden;
}
.phone .screen .ph-top { font-family: 'Quicksand', sans-serif; font-weight: 700; color: var(--wordmark); font-size: 1.2rem; }
.phone .screen .ph-card {
  background: rgba(255,255,255,0.72); border: 1px solid var(--rule);
  border-radius: 14px; padding: 13px; font-size: 0.82rem; color: var(--text-soft);
}
.phone .screen .ph-card .ph-row { display: flex; justify-content: space-between; margin-bottom: 7px; }
.phone .screen .ph-card .ph-row:last-child { margin-bottom: 0; }
.phone .screen .ph-card strong { color: var(--text); }
.phone .screen .ph-btn {
  margin-top: auto; background: var(--btn-bg); color: var(--btn-fg);
  text-align: center; padding: 12px; border-radius: 12px; font-weight: 600; font-size: 0.88rem;
}


/* ============================================================
   PRICING
   ============================================================ */
.plans {
  display: grid; grid-template-columns: 1fr; gap: 62px 20px;
  max-width: 980px; margin: 60px auto 0;
  align-items: stretch;
}
@media (min-width: 820px) { .plans { grid-template-columns: repeat(3, 1fr); } }

/* Full-width Enterprise card below the three main plans */
.plan-enterprise {
  max-width: 980px; margin: 20px auto 0;
  background: var(--card-bg); border: 1.5px solid var(--rule);
  border-radius: 20px; padding: 26px 30px;
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px;
}
.plan-enterprise .ent-info { text-align: left; }
.plan-enterprise h3 {
  font-family: 'Bricolage Grotesque', sans-serif; font-weight: 500;
  font-size: 1.5rem; color: var(--text); margin-bottom: 4px;
}
.plan-enterprise .plan-desc { font-size: 0.95rem; color: var(--text-soft); margin: 0; min-height: 0; }
.plan-enterprise .ent-aside { display: flex; align-items: center; flex-wrap: wrap; gap: 16px 20px; }
.plan-enterprise .plan-spots { margin: 0; }
.plan-enterprise .price { margin: 0; font-size: 1.9rem; }
.plan-enterprise .plan-cta { margin: 0; white-space: nowrap; }
@media (max-width: 560px) {
  .plan-enterprise { flex-direction: column; align-items: stretch; text-align: center; }
  .plan-enterprise .ent-info { text-align: center; }
  .plan-enterprise .ent-aside { justify-content: center; }
}
.plan {
  background: var(--card-bg); border: 1.5px solid var(--rule);
  border-radius: 20px; padding: 30px 22px;
  display: flex; flex-direction: column; text-align: center;
}
.plan.featured {
  position: relative;
  border-color: var(--italic);
  box-shadow: 0 18px 44px var(--btn-shadow);
}
/* "Recommended" banner sits above the featured card, outside it, spanning the
   full card width. All three card bodies share the same layout and align. */
.plan-flag {
  position: absolute; left: 0; right: 0; bottom: calc(100% + 14px);
  background: var(--btn-bg); color: var(--btn-fg);
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
  padding: 11px 12px; border-radius: 16px; text-align: center;
  box-shadow: 0 6px 16px var(--btn-shadow);
}
.plan h3 {
  font-family: 'Bricolage Grotesque', sans-serif; font-weight: 500;
  font-size: 1.5rem; color: var(--text); margin-bottom: 4px;
}
.plan .price {
  font-family: 'Bricolage Grotesque', sans-serif; font-size: 2.5rem; font-weight: 600;
  color: var(--text); letter-spacing: -0.02em; line-height: 1.1; margin: 10px 0 2px;
}
.plan .price span { font-size: 0.9375rem; font-weight: 400; color: var(--text-soft); }
.plan .plan-desc { font-size: 0.9375rem; color: var(--text-soft); margin-bottom: 20px; min-height: 2.6em; }
.plan-spots {
  align-self: center;
  background: var(--wash-1); color: var(--italic);
  font-size: 0.8rem; font-weight: 700; letter-spacing: 0.02em;
  padding: 6px 14px; border-radius: 999px; margin: 6px 0 2px;
}
.plan ul { list-style: none; margin: 0 0 24px; padding: 0; text-align: left; }
.plan ul li {
  font-size: 0.9375rem; color: var(--text-soft);
  padding: 8px 0 8px 28px; position: relative; line-height: 1.45;
}
.plan ul li::before { content: "✓"; position: absolute; left: 0; top: 7px; color: var(--italic); font-weight: 700; }

/* Info tooltip on payment lines */
.info {
  position: relative; display: inline-flex; vertical-align: middle;
  margin-left: 6px; cursor: help; outline: none;
}
.info-ic {
  width: 16px; height: 16px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--wash-1); color: var(--italic);
  font-size: 0.68rem; font-weight: 700; font-style: italic;
  font-family: Georgia, 'Times New Roman', serif;
  line-height: 1; user-select: none;
}
.info:hover .info-ic, .info:focus-visible .info-ic { background: var(--italic); color: var(--btn-fg); }
.info .tip {
  position: absolute; left: 50%; bottom: calc(100% + 10px);
  transform: translateX(-50%) translateY(4px);
  width: max-content; max-width: 240px;
  background: var(--text); color: var(--bg);
  font-size: 0.8rem; font-weight: 400; line-height: 1.45; text-align: left;
  padding: 10px 12px; border-radius: 10px;
  box-shadow: 0 10px 28px rgba(13,59,64,0.28);
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity 0.18s, transform 0.18s; z-index: 30;
}
.info .tip::after {
  content: ""; position: absolute; top: 100%; left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent; border-top-color: var(--text);
}
.info:hover .tip, .info:focus .tip, .info:focus-within .tip {
  opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); pointer-events: auto;
}
@media (max-width: 520px) {
  .info .tip { left: 0; transform: translateY(4px); max-width: 200px; }
  .info .tip::after { left: 16px; }
  .info:hover .tip, .info:focus .tip, .info:focus-within .tip { transform: translateY(0); }
}
.plan .plan-cta {
  margin-top: auto; text-align: center; text-decoration: none;
  padding: 14px 18px; border-radius: 12px; font-weight: 600; font-size: 0.95rem;
  border: 1.5px solid var(--btn-bg); color: var(--btn-bg);
  transition: background 0.2s, color 0.2s;
}
.plan .plan-cta:hover { background: var(--btn-bg); color: var(--btn-fg); }
.plan.featured .plan-cta { background: var(--btn-bg); color: var(--btn-fg); }
.plan.featured .plan-cta:hover { background: var(--btn-bg-hover); }

.note-box {
  background: var(--card-bg); border: 1px solid var(--rule);
  border-radius: 16px; padding: 20px 24px; max-width: 760px; margin: 32px auto 0;
  font-size: 0.9375rem; color: var(--text-soft); line-height: 1.6; text-align: center;
}
.note-box a, .prose a { color: var(--italic); text-decoration: underline; text-underline-offset: 2px; }
.note-box strong { color: var(--text); }


/* ============================================================
   ABOUT + CONTACT
   ============================================================ */
.about-copy {
  max-width: 680px; margin: 0 auto; text-align: center;
}
.about-copy p { font-size: 1.0625rem; line-height: 1.7; color: var(--text-soft); margin-bottom: 18px; }
.about-copy strong { color: var(--text); font-weight: 600; }

.contact-card {
  background: var(--card-bg); border: 1px solid var(--rule);
  border-radius: 18px; padding: 30px; max-width: 480px; margin: 0 auto;
  text-align: center;
}
.contact-card .label {
  font-size: 0.8125rem; font-weight: 600; letter-spacing: 0.06em;
  text-transform: uppercase; color: var(--text-soft); margin-bottom: 6px;
}
.contact-card a.email { font-size: 1.375rem; color: var(--italic); text-decoration: none; font-weight: 600; }
.contact-card a.email:hover { text-decoration: underline; }
.contact-card p { font-size: 0.95rem; color: var(--text-soft); margin-top: 14px; line-height: 1.55; }


/* ============================================================
   LEGAL (in-page, narrow column)
   ============================================================ */
.legal { max-width: 760px; margin: 0 auto; }
.legal-doc {
  background: var(--card-bg); border: 1px solid var(--rule);
  border-radius: 18px; padding: 8px 26px;
  margin-bottom: 18px;
}
.legal-doc > summary {
  cursor: pointer; list-style: none;
  padding: 20px 0; display: flex; align-items: center; justify-content: space-between;
  font-family: 'Bricolage Grotesque', sans-serif; font-weight: 500;
  font-size: 1.25rem; color: var(--text);
}
.legal-doc > summary::-webkit-details-marker { display: none; }
.legal-doc > summary::after {
  content: "+"; font-family: 'DM Sans', sans-serif; font-size: 1.5rem;
  color: var(--italic); line-height: 1; transition: transform 0.2s;
}
.legal-doc[open] > summary::after { content: "–"; }
.legal-doc[open] > summary { border-bottom: 1px solid var(--rule); }
.legal-body { padding: 18px 0 22px; }

.prose .updated { font-size: 0.875rem; color: var(--text-soft); opacity: 0.8; margin-bottom: 22px; }
.prose h4 {
  font-family: 'Bricolage Grotesque', sans-serif; font-weight: 500;
  font-size: 1.125rem; color: var(--text); margin: 24px 0 8px;
}
.prose p, .prose li { font-size: 0.96rem; line-height: 1.62; color: var(--text-soft); }
.prose p { margin-bottom: 14px; }
.prose ul, .prose ol { margin: 0 0 14px 1.25em; }
.prose li { margin-bottom: 7px; }
.prose strong { color: var(--text); font-weight: 600; }


/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  position: relative; z-index: 1;
  border-top: 1px solid var(--rule);
  background: color-mix(in srgb, var(--bg) 70%, transparent);
}
.site-footer .foot-inner { max-width: 1040px; margin: 0 auto; padding: 44px 24px 40px; }
.site-footer .foot-grid {
  display: flex; flex-direction: column; flex-wrap: wrap; gap: 24px;
  justify-content: center; align-items: center; text-align: center;
}
.site-footer .foot-brand { font-family: 'Quicksand', sans-serif; font-weight: 700; color: var(--wordmark); font-size: 1.35rem; }
.site-footer .foot-brand p {
  font-family: 'DM Sans', sans-serif; font-weight: 400;
  font-size: 0.9rem; color: var(--text-soft); margin-top: 8px; max-width: 360px; line-height: 1.55;
}
.site-footer .foot-links { display: flex; flex-wrap: wrap; gap: 12px 28px; justify-content: center; }
.site-footer .foot-links a { color: var(--text-soft); text-decoration: none; font-size: 0.9375rem; transition: color 0.2s; }
.site-footer .foot-links a:hover { color: var(--italic); }
.site-footer .foot-base {
  margin-top: 30px; padding-top: 22px; border-top: 1px solid var(--rule);
  font-size: 0.8125rem; color: var(--text-soft);
  display: flex; flex-wrap: wrap; gap: 8px 16px; justify-content: center; text-align: center;
}
.site-footer .foot-base a { color: var(--text-soft); }
