/* ──────────────────────────────────────────────────────────
   ONE WORLD WIRELESS PARTNERS — UNIFIED MASTER SITE STYLES
   Brand: Navy #0d2159 / Green #3a7d0f / Plus Jakarta + DM Sans
   ────────────────────────────────────────────────────────── */

:root {
  --navy: #0d2159;
  --navy2: #091740;
  --navy3: #f4f6fb;
  --green: #3a7d0f;
  --green2: #4e9e17;
  --green3: #6abf2a;
  --green-dark: #2d6b0a;
  --muted: #4a6494;
  --muted-light: #8fa3c8;
  --light: #e8edf8;
  --border: rgba(13, 33, 89, 0.12);
  --border2: rgba(13, 33, 89, 0.08);
  --card: rgba(13, 33, 89, 0.04);
  --bg: #f4f6fb;
  --white: #ffffff;
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'DM Sans', sans-serif;
  background: var(--bg);
  color: var(--navy);
  min-height: 100vh;
  overflow-x: hidden;
}

/* Background grid pattern */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(rgba(13, 33, 89, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(13, 33, 89, 0.04) 1px, transparent 1px);
  background-size: 52px 52px;
  pointer-events: none;
  z-index: 0;
}

/* Decorative orbs */
.orb {
  position: fixed;
  border-radius: 50%;
  filter: blur(90px);
  pointer-events: none;
  z-index: 0;
}
.orb1 { width: 600px; height: 600px; background: rgba(13, 33, 89, 0.07); top: -150px; right: -150px; }
.orb2 { width: 500px; height: 500px; background: rgba(58, 125, 15, 0.08); bottom: 100px; left: -150px; }
.orb3 { width: 350px; height: 350px; background: rgba(13, 33, 89, 0.04); top: 40%; left: 30%; }

/* ── NAV ── */
nav {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 48px;
  background: var(--white);
  border-bottom: 1px solid var(--border);
  box-shadow: 0 1px 12px rgba(13, 33, 89, 0.08);
}
.nav-logo img { height: 52px; width: auto; display: block; }
.nav-logo a { text-decoration: none; }
.nav-badge {
  background: rgba(58, 125, 15, 0.10);
  border: 1px solid rgba(58, 125, 15, 0.3);
  color: var(--green-dark);
  font-size: 12px;
  padding: 5px 14px;
  border-radius: 20px;
  font-weight: 500;
  letter-spacing: 0.3px;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 13px;
}
.nav-links a {
  color: var(--muted);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s;
}
.nav-links a:hover, .nav-links a.active {
  color: var(--green-dark);
}
.nav-contact { font-size: 13px; color: var(--muted); }
.nav-contact a { color: var(--green-dark); text-decoration: none; font-weight: 500; }

/* ── HERO ── */
.hero {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 88px 24px 64px;
  max-width: 820px;
  margin: 0 auto;
  overflow: visible;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(13, 33, 89, 0.06);
  border: 1px solid rgba(13, 33, 89, 0.15);
  color: var(--green-dark);
  font-size: 13px;
  padding: 6px 18px;
  border-radius: 20px;
  margin-bottom: 28px;
  font-weight: 500;
  letter-spacing: 0.2px;
}
.eyebrow-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  animation: blink 2s infinite;
}
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:.4} }

h1 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(38px, 6vw, 68px);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -1.5px;
  margin-bottom: 22px;
  color: var(--navy);
  overflow: visible;
  padding-bottom: 4px;
}
h1 em { font-style: normal; color: var(--green); }

.hero-sub {
  font-size: 18px;
  font-weight: 300;
  color: var(--muted);
  line-height: 1.65;
  margin-bottom: 44px;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}

.pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 56px;
}
.pill {
  display: flex;
  align-items: center;
  gap: 7px;
  background: var(--white);
  border: 1px solid var(--border);
  padding: 9px 18px;
  border-radius: 24px;
  font-size: 13px;
  color: var(--navy);
  font-weight: 400;
  box-shadow: 0 1px 4px rgba(13, 33, 89, 0.06);
}
.pill-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green3); flex-shrink: 0; }

/* ── EARNINGS ── */
.earnings-wrap {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0 auto 72px;
  padding: 0 24px;
}
.earn-label-row { display: flex; justify-content: center; margin-bottom: 10px; }
.earn-badge {
  background: var(--navy);
  color: var(--white);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 20px;
}
.earnings {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--border);
  border-radius: 20px;
  overflow: hidden;
  background: var(--white);
  box-shadow: 0 2px 20px rgba(13, 33, 89, 0.08);
}
.earnings.cols4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.earn-card {
  padding: 28px 20px;
  text-align: center;
  border-right: 1px solid rgba(13, 33, 89, 0.10);
  transition: background 0.25s;
}
.earn-card:last-child { border-right: none; }
.earn-card:hover { background: rgba(58, 125, 15, 0.06); }
.earn-num {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 36px;
  font-weight: 800;
  color: var(--green);
  margin-bottom: 4px;
  letter-spacing: -1px;
}
.earnings.cols4 .earn-num { font-size: 28px; }
.earn-label, .earn-lbl { font-size: 13px; color: var(--muted); margin-bottom: 4px; }
.earnings.cols4 .earn-label, .earnings.cols4 .earn-lbl { font-size: 12px; }
.earn-sub { font-size: 11px; color: var(--muted-light); }

/* ── SECTIONS ── */
section {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 24px 72px;
  overflow: visible;
}
.sec-eyebrow {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: 10px;
}
.sec-title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(26px, 4vw, 38px);
  font-weight: 700;
  margin-bottom: 32px;
  line-height: 1.25;
  letter-spacing: -0.5px;
  color: var(--navy);
  overflow: visible;
  padding-bottom: 4px;
}

/* ── STEPS ── */
.steps { display: grid; gap: 14px; }
.step {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  background: var(--white);
  border: 1px solid rgba(13, 33, 89, 0.10);
  border-radius: 16px;
  padding: 22px 26px;
  transition: border-color 0.2s, background 0.2s;
  box-shadow: 0 1px 8px rgba(13, 33, 89, 0.05);
}
.step:hover { border-color: rgba(58, 125, 15, 0.3); background: rgba(58, 125, 15, 0.04); }
.step-n {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  flex-shrink: 0;
  background: linear-gradient(135deg, var(--green), var(--green2));
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: var(--white);
}
.step h3 { font-size: 15px; font-weight: 600; margin-bottom: 5px; color: var(--navy); overflow: visible; }
.step p { font-size: 13px; color: var(--muted); line-height: 1.55; }

/* ── DIFFERENTIATOR (property page) ── */
.diff-wrap {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto 72px;
  padding: 0 24px;
}
.diff-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.diff-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 22px 24px;
}
.diff-card.bad { border-left: 4px solid #dc2626; background: #fef2f2; }
.diff-card.good { border-left: 4px solid var(--green); background: #f0fdf4; }
.diff-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.diff-card.bad .diff-label { color: #dc2626; }
.diff-card.good .diff-label { color: var(--green); }
.diff-card h3 { font-size: 15px; font-weight: 600; margin-bottom: 8px; color: var(--navy); }
.diff-card p { font-size: 13px; color: var(--muted); line-height: 1.6; }

/* ── SETUP GRID (property page) ── */
.setup-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 24px; }
.setup-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 1px 8px rgba(13, 33, 89, 0.05);
}
.setup-icon { font-size: 32px; margin-bottom: 12px; }
.setup-card h3 { font-size: 15px; font-weight: 600; margin-bottom: 8px; color: var(--navy); }
.setup-card p { font-size: 13px; color: var(--muted); line-height: 1.6; }
.setup-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 20px;
  margin-top: 10px;
}
.tag-best { background: rgba(58, 125, 15, 0.10); color: var(--green); }
.tag-flex { background: rgba(13, 33, 89, 0.08); color: var(--muted); }

/* ── CHAT ── */
.chat-wrap {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 2px 20px rgba(13, 33, 89, 0.08);
}
.chat-header {
  background: var(--navy);
  border-bottom: 1px solid var(--border);
  padding: 16px 22px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.chat-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--green), var(--green2));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}
.chat-name { font-size: 14px; font-weight: 600; color: var(--white); }
.chat-status { font-size: 11px; color: var(--green3); display: flex; align-items: center; gap: 5px; margin-top: 2px; }
.chat-status::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--green3); display: inline-block; }
.chat-msgs {
  padding: 22px;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-height: 420px;
  overflow-y: auto;
}
.msg { max-width: 82%; }
.msg-bot { align-self: flex-start; }
.msg-user { align-self: flex-end; }
.msg-bubble { padding: 12px 16px; border-radius: 16px; font-size: 14px; line-height: 1.6; }
.msg-bot .msg-bubble { background: var(--bg); border: 1px solid var(--border); border-bottom-left-radius: 4px; color: var(--navy); }
.msg-user .msg-bubble { background: linear-gradient(135deg, var(--green), var(--green2)); border-bottom-right-radius: 4px; color: var(--white); }
.msg-time { font-size: 10px; color: var(--muted-light); margin-top: 5px; padding: 0 4px; }
.msg-user .msg-time { text-align: right; }

.typing { display: flex; gap: 5px; align-items: center; padding: 12px 16px; }
.typing span { width: 7px; height: 7px; border-radius: 50%; background: var(--muted-light); animation: dot 0.8s infinite; }
.typing span:nth-child(2) { animation-delay: 0.16s; }
.typing span:nth-child(3) { animation-delay: 0.32s; }
@keyframes dot { 0%,60%,100%{transform:translateY(0)} 30%{transform:translateY(-7px)} }

.quick-replies {
  padding: 0 22px 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  background: #fafbfe;
  border-top: 1px solid rgba(13, 33, 89, 0.06);
}
.qr {
  background: var(--bg);
  border: 1px solid rgba(13, 33, 89, 0.15);
  color: var(--green-dark);
  font-size: 12px;
  padding: 7px 14px;
  border-radius: 20px;
  cursor: pointer;
  font-family: 'DM Sans', sans-serif;
  transition: background 0.15s, border-color 0.15s;
}
.qr:hover { background: rgba(58, 125, 15, 0.08); border-color: rgba(58, 125, 15, 0.3); }

.chat-input-row {
  border-top: 1px solid var(--border);
  padding: 14px 18px;
  display: flex;
  gap: 10px;
  align-items: center;
  background: #fafbfe;
}
.chat-input {
  flex: 1;
  background: var(--bg);
  border: 1px solid rgba(13, 33, 89, 0.15);
  border-radius: 12px;
  padding: 11px 16px;
  color: var(--navy);
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  outline: none;
  transition: border-color 0.2s;
}
.chat-input:focus { border-color: rgba(58, 125, 15, 0.5); }
.chat-input::placeholder { color: var(--muted-light); }
.chat-send {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--green), var(--green2));
  border: none;
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: opacity 0.2s, transform 0.1s;
  flex-shrink: 0;
}
.chat-send:hover { opacity: 0.88; }
.chat-send:active { transform: scale(0.95); }

/* ── AGREEMENT ── */
.ag-box {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 32px 36px;
  margin-bottom: 24px;
  box-shadow: 0 2px 20px rgba(13, 33, 89, 0.08);
}
.ag-logo { display: flex; justify-content: center; margin-bottom: 18px; }
.ag-logo img { height: 56px; width: auto; }
.ag-title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
  color: var(--navy);
}
.ag-sub { text-align: center; font-size: 12px; color: var(--muted); margin-bottom: 28px; }
.ag-clause { margin-bottom: 16px; }
.ag-clause h4 { font-size: 13px; font-weight: 600; color: var(--green-dark); margin-bottom: 5px; }
.ag-clause p { font-size: 13px; color: #3d5070; line-height: 1.65; }
.ag-divider { border: none; border-top: 1px solid var(--border); margin: 28px 0; }
.ag-sigs { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; font-size: 13px; }
.ag-sig-label { font-weight: 600; color: var(--navy); margin-bottom: 5px; font-size: 13px; }
.ag-sig-val { color: var(--muted); font-size: 13px; line-height: 1.6; }

/* ── FORM ── */
.form-wrap {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 32px 36px;
  box-shadow: 0 2px 20px rgba(13, 33, 89, 0.08);
}
.form-title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 6px;
  color: var(--navy);
}
.form-sub { font-size: 13px; color: var(--muted); margin-bottom: 26px; }

.form-row { display: grid; gap: 14px; margin-bottom: 14px; }
.form-row.cols2 { grid-template-columns: 1fr 1fr; }
.form-row.cols3 { grid-template-columns: 1fr 1fr 1fr; }
.form-row.cols1 { grid-template-columns: 1fr; }

.form-field { display: flex; flex-direction: column; gap: 6px; }
label { font-size: 12px; color: var(--muted); font-weight: 500; letter-spacing: 0.3px; }
input, select {
  background: var(--bg);
  border: 1px solid rgba(13, 33, 89, 0.14);
  border-radius: 12px;
  padding: 12px 15px;
  color: var(--navy);
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  outline: none;
  transition: border-color 0.2s;
  -webkit-appearance: none;
  letter-spacing: 0;
}
input:focus, select:focus { border-color: rgba(58, 125, 15, 0.5); background: var(--white); }
input::placeholder { color: var(--muted-light); }
select option { background: var(--white); color: var(--navy); }

.form-divider { border: none; border-top: 1px solid var(--border); margin: 22px 0; }
.form-section-label, .form-sec-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: 14px;
}

/* ── SIGNATURE PAD ── */
.sig-container { margin-bottom: 14px; }
.sig-label { font-size: 12px; color: var(--muted); font-weight: 500; letter-spacing: 0.3px; margin-bottom: 6px; }
.sig-pad {
  border: 2px dashed rgba(13, 33, 89, 0.2);
  border-radius: 12px;
  overflow: hidden;
  background: #fafbfe;
  position: relative;
}
.sig-pad::before {
  content: 'Draw your signature here';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 13px;
  color: var(--muted-light);
  pointer-events: none;
  font-family: 'DM Sans', sans-serif;
  white-space: nowrap;
}
.sig-pad.has-sig::before { display: none; }
canvas { display: block; width: 100%; height: 150px; cursor: crosshair; touch-action: none; }
.sig-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 14px;
  border-top: 1px solid var(--border);
  background: var(--bg);
}
.sig-hint { font-size: 11px; color: var(--muted-light); }
.sig-clear {
  font-size: 12px;
  color: var(--green-dark);
  background: none;
  border: none;
  cursor: pointer;
  font-family: 'DM Sans', sans-serif;
  padding: 4px 8px;
}
.sig-clear:hover { text-decoration: underline; }

/* ── AGREEMENT CHECKBOX ── */
.agree-btn {
  width: 100%;
  background: rgba(58, 125, 15, 0.05);
  border: 2px solid rgba(58, 125, 15, 0.2);
  border-radius: 12px;
  padding: 16px 18px;
  margin-bottom: 14px;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  text-align: left;
  font-family: 'DM Sans', sans-serif;
  transition: border-color 0.2s;
}
.agree-btn:hover { border-color: rgba(58, 125, 15, 0.4); }
.agree-btn.checked { border-color: var(--green); background: rgba(58, 125, 15, 0.08); }
.agree-icon {
  width: 24px;
  height: 24px;
  min-width: 24px;
  border: 2px solid var(--green);
  border-radius: 5px;
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
  flex-shrink: 0;
}
.agree-icon svg { display: none; }
.agree-btn.checked .agree-icon svg { display: block; }
.agree-text { font-size: 13px; color: #3d5070; line-height: 1.6; }

/* ── SUBMIT ── */
.submit-btn {
  width: 100%;
  background: linear-gradient(135deg, var(--green), var(--green2));
  border: none;
  border-radius: 14px;
  color: white;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  font-size: 17px;
  padding: 17px;
  cursor: pointer;
  transition: opacity 0.2s, transform 0.1s;
  letter-spacing: 0.3px;
  margin-top: 8px;
}
.submit-btn:hover { opacity: 0.88; }
.submit-btn:active { transform: scale(0.99); }
.submit-btn:disabled { opacity: 0.6; cursor: not-allowed; }
.form-note { font-size: 11px; color: var(--muted-light); text-align: center; margin-top: 12px; line-height: 1.5; }

/* ── SUCCESS ── */
#success-msg { display: none; text-align: center; padding: 52px 24px; }
#success-msg .s-icon { font-size: 60px; margin-bottom: 18px; }
#success-msg h3 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--navy);
}
#success-msg p { font-size: 15px; color: var(--muted); line-height: 1.75; }
#success-msg a { color: var(--green-dark); text-decoration: none; font-weight: 500; }

/* ── HOMEPAGE: PARTNERSHIP CHOICE CARDS ── */
.choice-wrap {
  position: relative;
  z-index: 1;
  max-width: 960px;
  margin: 0 auto 72px;
  padding: 0 24px;
}
.choice-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.choice-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 36px 32px;
  box-shadow: 0 2px 20px rgba(13, 33, 89, 0.08);
  display: flex;
  flex-direction: column;
  transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
}
.choice-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(13, 33, 89, 0.12);
  border-color: rgba(58, 125, 15, 0.4);
}
.choice-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--green), var(--green2));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin-bottom: 20px;
}
.choice-tag {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: 8px;
}
.choice-card h3 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--navy);
  line-height: 1.2;
}
.choice-card p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.65;
  margin-bottom: 22px;
  flex-grow: 1;
}
.choice-features {
  list-style: none;
  margin-bottom: 26px;
}
.choice-features li {
  font-size: 13px;
  color: var(--navy);
  padding: 6px 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.choice-features li::before {
  content: '✓';
  color: var(--green);
  font-weight: 700;
  font-size: 14px;
}
.choice-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  background: linear-gradient(135deg, var(--green), var(--green2));
  color: var(--white);
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  font-size: 15px;
  padding: 15px;
  border-radius: 12px;
  text-decoration: none;
  transition: opacity 0.2s, transform 0.1s;
  letter-spacing: 0.3px;
}
.choice-cta:hover { opacity: 0.9; }
.choice-cta:active { transform: scale(0.99); }

/* ── GLOBAL BUTTON CAPITALIZATION ── */
.submit-btn,
.choice-cta,
.qr,
.chat-send,
.sig-clear,
.agree-btn,
button.cta,
.btn {
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* ── LEGAL PAGES (privacy/terms) ── */
.legal-wrap {
  position: relative;
  z-index: 1;
  max-width: 820px;
  margin: 0 auto;
  padding: 48px 24px 72px;
}
.legal-box {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 44px 48px;
  box-shadow: 0 2px 20px rgba(13, 33, 89, 0.08);
}
.legal-box h1 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 32px;
  font-weight: 800;
  letter-spacing: -0.8px;
  margin-bottom: 8px;
  color: var(--navy);
  text-align: left;
}
.legal-updated {
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 32px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: 600;
}
.legal-box h2 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--navy);
  margin-top: 28px;
  margin-bottom: 10px;
}
.legal-box h3 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--green-dark);
  margin-top: 18px;
  margin-bottom: 6px;
}
.legal-box p {
  font-size: 14px;
  color: #3d5070;
  line-height: 1.75;
  margin-bottom: 12px;
}
.legal-box ul {
  margin: 8px 0 16px 22px;
}
.legal-box li {
  font-size: 14px;
  color: #3d5070;
  line-height: 1.75;
  margin-bottom: 6px;
}
.legal-box a { color: var(--green-dark); text-decoration: none; font-weight: 500; }
.legal-box a:hover { text-decoration: underline; }
.legal-box strong { color: var(--navy); font-weight: 600; }

/* ── FOOTER ── */
footer {
  position: relative;
  z-index: 1;
  border-top: 1px solid var(--border);
  padding: 28px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  background: var(--white);
}
footer img { height: 36px; width: auto; }
.footer-info { font-size: 12px; color: var(--muted-light); line-height: 1.6; }
.footer-contact { font-size: 13px; color: var(--muted); }
.footer-contact a { color: var(--green-dark); text-decoration: none; }
.footer-links {
  display: flex;
  gap: 18px;
  font-size: 12px;
}
.footer-links a { color: var(--muted); text-decoration: none; transition: color 0.2s; }
.footer-links a:hover { color: var(--green-dark); }

/* ── ANIMATIONS ── */
.fade-up { opacity: 0; transform: translateY(28px); animation: fu 0.65s forwards; }
@keyframes fu { to { opacity: 1; transform: translateY(0); } }
.d1 { animation-delay: 0.08s; }
.d2 { animation-delay: 0.18s; }
.d3 { animation-delay: 0.28s; }
.d4 { animation-delay: 0.38s; }
.d5 { animation-delay: 0.48s; }

/* ── RESPONSIVE ── */
@media (max-width: 700px) {
  nav { padding: 12px 20px; flex-wrap: wrap; gap: 10px; }
  .nav-contact { display: none; }
  .nav-links { font-size: 12px; gap: 14px; }
  .hero { padding: 56px 20px 48px; }
  .earnings { grid-template-columns: 1fr; }
  .earnings.cols4 { grid-template-columns: 1fr 1fr; }
  .earn-card { border-right: none; border-bottom: 1px solid var(--border); }
  .earn-card:last-child { border-bottom: none; }
  .form-row.cols2, .form-row.cols3 { grid-template-columns: 1fr; }
  .ag-sigs { grid-template-columns: 1fr; }
  .ag-box, .form-wrap { padding: 22px 18px; }
  .legal-box { padding: 28px 22px; }
  .choice-grid { grid-template-columns: 1fr; }
  .diff-grid, .setup-grid { grid-template-columns: 1fr; }
  footer { flex-direction: column; padding: 20px; text-align: center; }
  .footer-links { justify-content: center; flex-wrap: wrap; }
}
