:root {
  --ink: #10231e;
  --muted: #5f706a;
  --brand: #0b6b57;
  --brand-dark: #064c3e;
  --brand-deep: #073c34;
  --brand-light: #e7f6f1;
  --accent: #15a987;
  --blue: #2c6bed;
  --violet: #7a4df5;
  --gold: #e5a629;
  --surface: #ffffff;
  --soft: #f4f8f6;
  --line: #dfe9e5;
  --shadow: 0 24px 70px rgba(7, 60, 52, .12);
  --radius-lg: 28px;
  --radius-md: 20px;
  --radius-sm: 14px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--surface);
  font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { cursor: pointer; }

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}
.section-pad { padding: 110px 0; }
.section-soft { background: var(--soft); }

.skip-link {
  position: fixed; left: 16px; top: -80px; z-index: 9999;
  background: var(--ink); color: #fff; padding: 12px 18px; border-radius: 10px;
}
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky; top: 0; z-index: 1000;
  background: rgba(255,255,255,.9);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(223,233,229,.75);
}
.nav-wrap {
  min-height: 78px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 800; }
.brand-mark {
  width: 39px; height: 39px; border-radius: 12px;
  display: grid; place-items: center;
  color: #fff;
  background: linear-gradient(145deg, var(--brand), var(--accent));
  box-shadow: 0 10px 22px rgba(11,107,87,.22);
}
.brand-mark span { transform: rotate(-8deg); font-size: 20px; }
.brand-word { font-size: 22px; letter-spacing: -.4px; }

.primary-nav { display: flex; align-items: center; gap: 28px; }
.primary-nav > a { font-size: 15px; font-weight: 650; color: #30443e; }
.primary-nav > a:hover { color: var(--brand); }
.nav-cta {
  padding: 11px 18px; border-radius: 999px;
  color: #fff !important; background: var(--brand);
  box-shadow: 0 8px 20px rgba(11,107,87,.2);
}
.nav-toggle { display: none; background: transparent; border: 0; padding: 6px; }
.nav-toggle span { display: block; width: 25px; height: 2px; margin: 5px; background: var(--ink); transition: .25s; }

.hero {
  position: relative;
  overflow: hidden;
  padding-top: 95px;
  background:
    radial-gradient(circle at 12% 15%, rgba(21,169,135,.11), transparent 28%),
    linear-gradient(180deg, #fbfefd 0%, #ffffff 100%);
}
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 70px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow, .kicker {
  display: inline-flex; align-items: center; gap: 9px;
  color: var(--brand); font-size: 13px; font-weight: 800;
  letter-spacing: .09em; text-transform: uppercase;
}
.pulse-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 7px rgba(21,169,135,.12); }
.hero h1 {
  margin: 22px 0 22px;
  max-width: 760px;
  font-size: clamp(48px, 6vw, 76px);
  line-height: 1.02;
  letter-spacing: -3.4px;
}
.hero h1 span {
  color: transparent;
  background: linear-gradient(115deg, var(--brand), var(--accent));
  background-clip: text;
  -webkit-background-clip: text;
}
.hero-lead { max-width: 660px; font-size: 19px; color: var(--muted); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 32px 0 26px; }
.button {
  min-height: 50px; padding: 0 22px; border-radius: 14px;
  display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid transparent; font-weight: 800; transition: .22s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: linear-gradient(135deg, var(--brand), var(--accent)); box-shadow: 0 15px 30px rgba(11,107,87,.22); }
.button-secondary { background: #fff; border-color: var(--line); color: var(--ink); }
.button-light { background: #fff; color: var(--brand-dark); }
.button-small { min-height: 42px; padding-inline: 16px; }
.button-full { width: 100%; border: 0; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 12px 22px; color: #49605a; font-size: 14px; font-weight: 650; }

.hero-visual { position: relative; min-height: 600px; display: grid; place-items: center; }
.phone-shell {
  position: relative; z-index: 2;
  width: 360px; min-height: 545px; padding: 22px;
  border-radius: 36px;
  background: #fff;
  border: 8px solid #0c211c;
  box-shadow: 0 40px 80px rgba(7,60,52,.22);
  transform: rotate(3deg);
}
.phone-shell::before {
  content: ""; position: absolute; top: 7px; left: 50%; transform: translateX(-50%);
  width: 82px; height: 16px; border-radius: 0 0 12px 12px; background: #0c211c;
}
.phone-top { display: flex; align-items: center; gap: 10px; padding-top: 10px; }
.phone-top small { display: block; color: #7a8b86; line-height: 1.2; }
.phone-top strong { font-size: 17px; }
.mini-logo { width: 38px; height: 38px; border-radius: 12px; display: grid; place-items: center; background: var(--brand); color: #fff; font-weight: 900; }
.avatar-dot { margin-left: auto; width: 34px; height: 34px; border-radius: 50%; background: linear-gradient(135deg,#cf8a5d,#5b3027); border: 3px solid #e9f5f1; }
.mock-search { margin: 22px 0 17px; padding: 14px 15px; display: flex; gap: 9px; align-items: center; color: #81918c; border: 1px solid #dce7e3; background: #f8fbfa; border-radius: 14px; font-size: 13px; }
.quick-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 9px; }
.quick-card { padding: 13px 9px; border-radius: 15px; background: #f8fbfa; border: 1px solid #e5eeeb; text-align: center; }
.quick-card strong { display: block; font-size: 12px; margin-top: 6px; }
.quick-card small { display: block; color: #7b8d87; font-size: 9px; line-height: 1.35; }
.quick-icon { width: 34px; height: 34px; border-radius: 11px; display: grid; place-items: center; margin: auto; }
.quick-icon.green { background: #dff5ed; }
.quick-icon.blue { background: #e3ecff; }
.quick-icon.gold { background: #fff0cd; }
.mock-heading { display: flex; justify-content: space-between; margin: 22px 0 10px; font-size: 13px; }
.mock-heading span { color: var(--brand); font-size: 11px; font-weight: 700; }
.provider-row { display: flex; align-items: center; gap: 10px; padding: 12px; margin-top: 9px; border: 1px solid #e4edea; border-radius: 15px; box-shadow: 0 8px 18px rgba(7,60,52,.05); }
.provider-photo { width: 43px; height: 43px; border-radius: 13px; display: grid; place-items: center; color: #fff; font-weight: 850; font-size: 12px; }
.provider-one { background: linear-gradient(145deg,#0b6b57,#1cb99a); }
.provider-two { background: linear-gradient(145deg,#6f4ad7,#af88ff); }
.provider-info { min-width: 0; }
.provider-info strong, .provider-info span { display: block; }
.provider-info strong { font-size: 12px; }
.provider-info span { color: #72827d; font-size: 10px; margin-top: 3px; }
.verified { margin-left: auto; width: 20px; height: 20px; border-radius: 50%; display: grid; place-items: center; background: var(--brand); color: #fff; font-size: 11px; }
.floating-card {
  position: absolute; z-index: 4;
  display: flex; align-items: center; gap: 10px;
  width: 225px; padding: 15px;
  border-radius: 17px; background: rgba(255,255,255,.94);
  border: 1px solid rgba(223,233,229,.9);
  box-shadow: 0 18px 45px rgba(7,60,52,.16);
  backdrop-filter: blur(10px);
}
.floating-card > span { width: 39px; height: 39px; border-radius: 12px; display: grid; place-items: center; background: var(--brand-light); color: var(--brand); font-weight: 900; }
.floating-card strong, .floating-card small { display: block; }
.floating-card strong { font-size: 13px; }
.floating-card small { color: #71817c; font-size: 10px; }
.floating-one { left: -10px; top: 95px; }
.floating-two { right: -15px; bottom: 90px; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(2px); }
.hero-orb-one { width: 320px; height: 320px; right: -110px; top: 80px; background: rgba(44,107,237,.06); }
.hero-orb-two { width: 220px; height: 220px; left: -110px; bottom: 10px; background: rgba(21,169,135,.08); }

.trust-strip { border-block: 1px solid var(--line); background: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.trust-grid > div { padding: 25px 34px; border-right: 1px solid var(--line); }
.trust-grid > div:last-child { border-right: 0; }
.trust-grid strong, .trust-grid span { display: block; }
.trust-grid strong { font-size: 15px; }
.trust-grid span { color: var(--muted); font-size: 12px; margin-top: 3px; }

.section-heading { max-width: 760px; margin: 0 auto 52px; text-align: center; }
.section-heading.compact { margin-bottom: 38px; }
.section-heading.align-left { text-align: left; margin: 0; }
.section-heading h2, .provider-copy h2, .safety-copy h2, .app-copy h2, .signup-copy h2 {
  margin: 13px 0 18px;
  font-size: clamp(35px, 4.2vw, 52px);
  line-height: 1.08;
  letter-spacing: -2px;
}
.section-heading p, .provider-copy p, .safety-copy > p, .app-copy p, .signup-copy p { color: var(--muted); font-size: 17px; }

.market-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.market-card {
  padding: 28px; border: 1px solid var(--line); border-radius: var(--radius-md);
  background: #fff; box-shadow: 0 12px 35px rgba(7,60,52,.06);
  transition: .25s ease;
}
.market-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); border-color: #bddbd1; }
.card-icon { width: 56px; height: 56px; border-radius: 17px; display: grid; place-items: center; font-size: 25px; }
.icon-emerald { background: #dff5ed; }
.icon-blue { background: #e3ecff; }
.icon-violet { background: #ede7ff; }
.icon-gold { background: #fff1d1; }
.market-card h3 { margin: 20px 0 10px; font-size: 21px; }
.market-card p { min-height: 98px; color: var(--muted); font-size: 14px; }
.market-card a { color: var(--brand); font-weight: 800; font-size: 14px; }
.market-card a span { transition: .2s; }
.market-card a:hover span { margin-left: 6px; }

.category-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 13px; }
.category-chip { padding: 17px 18px; background: #fff; border: 1px solid var(--line); border-radius: 15px; font-weight: 750; box-shadow: 0 8px 20px rgba(7,60,52,.04); }

.audience-tabs { width: fit-content; margin: 0 auto 28px; padding: 6px; display: flex; gap: 5px; background: var(--soft); border: 1px solid var(--line); border-radius: 999px; }
.tab-button { border: 0; border-radius: 999px; padding: 11px 20px; background: transparent; color: var(--muted); font-weight: 800; }
.tab-button.active { color: #fff; background: var(--brand); box-shadow: 0 8px 18px rgba(11,107,87,.18); }
.steps-panel { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.step-card { position: relative; padding: 27px; border-radius: var(--radius-md); background: #fff; border: 1px solid var(--line); }
.step-card span { display: inline-grid; place-items: center; width: 42px; height: 42px; border-radius: 13px; background: var(--brand-light); color: var(--brand); font-size: 12px; font-weight: 900; }
.step-card h3 { margin: 19px 0 8px; }
.step-card p { color: var(--muted); font-size: 14px; }

.provider-section { color: #fff; background: linear-gradient(135deg, #063c34 0%, #0b6b57 58%, #0e896f 100%); overflow: hidden; }
.provider-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 80px; }
.kicker.light { color: #9cebd8; }
.provider-copy p, .signup-copy p { color: rgba(255,255,255,.77); }
.check-list { list-style: none; padding: 0; margin: 26px 0 30px; display: grid; grid-template-columns: repeat(2,1fr); gap: 13px; }
.check-list li { position: relative; padding-left: 28px; font-weight: 650; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: #9cebd8; }
.provider-stack { position: relative; min-height: 410px; }
.talent-card { position: absolute; border-radius: 22px; background: rgba(255,255,255,.96); color: var(--ink); box-shadow: 0 24px 70px rgba(0,0,0,.2); }
.talent-main { left: 20px; top: 70px; width: min(100%, 430px); padding: 26px; display: flex; align-items: center; gap: 16px; transform: rotate(-3deg); }
.talent-avatar { width: 72px; height: 72px; border-radius: 23px; display: grid; place-items: center; color: #fff; font-weight: 900; background: linear-gradient(145deg,#e4875f,#9f3d3d); }
.talent-main small { color: var(--brand); font-weight: 800; text-transform: uppercase; letter-spacing: .08em; font-size: 10px; }
.talent-main h3 { margin: 3px 0; font-size: 24px; }
.talent-main p { margin: 0; color: var(--muted); font-size: 13px; }
.verified-large { margin-left: auto; width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center; background: var(--brand); color: #fff; }
.stat-card { right: 0; top: 15px; width: 180px; padding: 19px; transform: rotate(5deg); }
.stat-card strong, .stat-card span { display: block; }
.stat-card strong { font-size: 31px; color: var(--brand); line-height: 1; }
.stat-card span { color: var(--muted); font-size: 12px; }
.stars { color: #f5b82e; letter-spacing: 2px; margin-top: 7px; }
.availability-card { right: 20px; bottom: 25px; width: 220px; padding: 17px; display: flex; align-items: center; gap: 12px; transform: rotate(2deg); }
.online-dot { width: 14px; height: 14px; border-radius: 50%; background: #24c58d; box-shadow: 0 0 0 7px rgba(36,197,141,.15); }
.availability-card strong, .availability-card small { display: block; }
.availability-card small { color: var(--muted); font-size: 11px; }

.safety-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.safety-visual { position: relative; min-height: 470px; display: grid; place-items: center; }
.shield { width: 210px; height: 240px; display: grid; place-items: center; color: #fff; font-size: 72px; font-weight: 900; background: linear-gradient(145deg,var(--brand),var(--accent)); clip-path: polygon(50% 0, 91% 16%, 86% 70%, 50% 100%, 14% 70%, 9% 16%); box-shadow: 0 30px 70px rgba(11,107,87,.25); }
.safety-card { position: absolute; display: flex; align-items: center; gap: 10px; padding: 14px 16px; background: #fff; border: 1px solid var(--line); border-radius: 15px; box-shadow: var(--shadow); font-size: 12px; }
.safety-card-one { left: 0; top: 65px; }
.safety-card-two { right: 0; top: 160px; }
.safety-card-three { left: 35px; bottom: 45px; }
.safety-list { margin-top: 28px; display: grid; gap: 19px; }
.safety-list > div { display: grid; grid-template-columns: 38px 1fr; gap: 12px; }
.safety-list > div > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 11px; background: var(--brand-light); color: var(--brand); font-weight: 900; }
.safety-list p { margin: 0; color: var(--muted); font-size: 14px; }
.safety-list strong { display: block; color: var(--ink); margin-bottom: 2px; }
.safety-note { padding: 14px 16px; border-left: 3px solid var(--brand); background: var(--soft); border-radius: 0 12px 12px 0; font-size: 12px !important; }

.difference-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.difference-cards { display: grid; gap: 15px; }
.difference-card { display: grid; grid-template-columns: 52px 1fr; column-gap: 16px; padding: 22px; border-radius: 18px; background: #fff; border: 1px solid var(--line); }
.difference-card > span { grid-row: 1 / 3; width: 52px; height: 52px; border-radius: 16px; display: grid; place-items: center; background: var(--brand-light); font-size: 23px; }
.difference-card h3 { margin: 1px 0 4px; }
.difference-card p { margin: 0; color: var(--muted); font-size: 14px; }

.app-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.coming-buttons { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.store-badge { min-width: 180px; padding: 11px 15px; display: flex; align-items: center; gap: 10px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.store-badge > span { font-size: 24px; }
.store-badge small, .store-badge strong { display: block; line-height: 1.2; }
.store-badge small { color: var(--muted); font-size: 10px; }
.browser-shell { border: 8px solid #10231e; border-radius: 24px; background: #fff; overflow: hidden; box-shadow: 0 32px 80px rgba(7,60,52,.18); transform: perspective(900px) rotateY(-7deg) rotateX(2deg); }
.browser-bar { display: flex; gap: 6px; align-items: center; padding: 12px 14px; background: #eef4f2; }
.browser-bar > span { width: 8px; height: 8px; border-radius: 50%; background: #a8bab4; }
.browser-bar div { margin-left: 10px; flex: 1; padding: 6px 10px; border-radius: 8px; background: #fff; color: #82918c; font-size: 9px; }
.browser-body { min-height: 310px; display: grid; grid-template-columns: 62px 1fr; }
.side-mini { background: var(--brand-deep); display: flex; flex-direction: column; align-items: center; gap: 18px; padding-top: 18px; }
.side-mini b { color: #fff; font-size: 18px; }
.side-mini i { width: 23px; height: 23px; border-radius: 7px; background: rgba(255,255,255,.16); }
.dashboard-mini { padding: 28px; background: #f7faf9; }
.dash-greeting span, .dash-greeting strong { display: block; }
.dash-greeting span { color: #81918c; font-size: 10px; }
.dash-greeting strong { margin-top: 4px; font-size: 19px; }
.dash-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin: 22px 0; }
.dash-cards i { height: 78px; border-radius: 13px; background: linear-gradient(145deg,#e1f3ed,#f9fffd); border: 1px solid #d9e9e4; }
.dash-lines { display: grid; gap: 10px; }
.dash-lines i { height: 17px; border-radius: 7px; background: #e8efed; }
.dash-lines i:nth-child(2) { width: 86%; }
.dash-lines i:nth-child(3) { width: 92%; }
.dash-lines i:nth-child(4) { width: 65%; }

.early-access { color: #fff; background: linear-gradient(135deg,#062f29,#0b6b57); }
.signup-wrap { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: center; }
.signup-points { display: grid; gap: 9px; margin-top: 23px; color: #d7f6ee; font-weight: 650; font-size: 14px; }
.signup-card { padding: 30px; border-radius: 26px; background: #fff; color: var(--ink); box-shadow: 0 30px 80px rgba(0,0,0,.22); }
.field-row { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
.signup-card label { display: grid; gap: 7px; margin-bottom: 15px; color: #30443e; font-size: 12px; font-weight: 800; }
.signup-card input, .signup-card select {
  width: 100%; min-height: 48px; padding: 0 14px;
  border: 1px solid #d9e6e2; border-radius: 12px;
  background: #fbfdfc; color: var(--ink); outline: none;
}
.signup-card input:focus, .signup-card select:focus { border-color: var(--accent); box-shadow: 0 0 0 4px rgba(21,169,135,.12); }
.consent { display: grid !important; grid-template-columns: 18px 1fr; align-items: start; gap: 10px !important; font-weight: 500 !important; }
.consent input { width: 18px; min-height: 18px; margin-top: 2px; }
.privacy-line { margin: 12px 0 0; color: var(--muted); text-align: center; font-size: 11px; }
.privacy-line a, .legal-main a { color: var(--brand); text-decoration: underline; }
.form-error { margin-bottom: 16px; padding: 12px 14px; border-radius: 11px; background: #fff1f0; border: 1px solid #ffc9c5; color: #9a2f27; font-size: 13px; }
.form-success { min-height: 420px; display: grid; place-content: center; text-align: center; }
.form-success > div { width: 66px; height: 66px; margin: 0 auto 16px; border-radius: 50%; display: grid; place-items: center; background: var(--brand-light); color: var(--brand); font-size: 30px; font-weight: 900; }
.form-success h3 { margin: 0; font-size: 28px; }
.form-success p { max-width: 400px; color: var(--muted); }
.honeypot { position: absolute !important; left: -9999px !important; opacity: 0 !important; }

.site-footer { color: #d5e2de; background: #081d18; }
.footer-grid { padding: 70px 0 45px; display: grid; grid-template-columns: 1.5fr repeat(3,1fr); gap: 45px; }
.brand-footer { color: #fff; }
.footer-brand p { color: #94a9a3; max-width: 260px; }
.company-name { color: #6f8780; font-size: 12px; }
.footer-column h3 { color: #fff; font-size: 14px; margin: 0 0 15px; }
.footer-column a { display: block; margin: 9px 0; color: #94a9a3; font-size: 13px; }
.footer-column a:hover { color: #fff; }
.footer-bottom { padding: 22px 0; border-top: 1px solid rgba(255,255,255,.08); display: flex; justify-content: space-between; gap: 20px; color: #78918a; font-size: 12px; }
.footer-bottom a { color: #b9cbc6; }

.legal-page { background: #f7faf9; }
.legal-main { padding: 80px 0 110px; }
.legal-container { max-width: 860px; padding: 50px; background: #fff; border: 1px solid var(--line); border-radius: 24px; box-shadow: 0 20px 60px rgba(7,60,52,.08); }
.legal-container h1 { margin: 14px 0 6px; font-size: clamp(42px,6vw,66px); letter-spacing: -2.5px; line-height: 1; }
.legal-updated { color: var(--muted); font-size: 13px; margin-bottom: 40px; }
.legal-container h2 { margin-top: 30px; font-size: 20px; }
.legal-container p { color: #526760; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1020px) {
  .primary-nav { gap: 18px; }
  .hero-grid, .provider-grid, .safety-grid, .app-grid, .signup-wrap { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero-lead { margin-inline: auto; }
  .hero-actions, .hero-trust { justify-content: center; }
  .hero-visual { min-height: 560px; }
  .market-grid { grid-template-columns: repeat(2,1fr); }
  .steps-panel { grid-template-columns: repeat(2,1fr); }
  .provider-grid { gap: 30px; }
  .provider-stack { max-width: 620px; width: 100%; margin: auto; }
  .safety-grid { gap: 35px; }
  .difference-grid { grid-template-columns: 1fr; gap: 35px; }
  .app-grid { gap: 45px; }
  .signup-wrap { gap: 35px; }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 780px) {
  .section-pad { padding: 80px 0; }
  .nav-toggle { display: block; z-index: 1002; }
  .primary-nav {
    position: fixed; inset: 0 0 0 25%;
    padding: 110px 28px 30px;
    flex-direction: column; align-items: stretch; gap: 8px;
    background: #fff; transform: translateX(105%);
    transition: .28s ease; box-shadow: -20px 0 60px rgba(7,60,52,.16);
  }
  .primary-nav.open { transform: translateX(0); }
  .primary-nav > a { padding: 13px 6px; font-size: 17px; }
  .nav-cta { margin-top: 10px; text-align: center; }
  .nav-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle.active span:nth-child(2) { opacity: 0; }
  .nav-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { padding-top: 75px; }
  .hero h1 { letter-spacing: -2.6px; }
  .phone-shell { width: 330px; }
  .floating-card { width: 200px; }
  .floating-one { left: -4px; }
  .floating-two { right: -4px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-grid > div:last-child { border-bottom: 0; }
  .category-grid { grid-template-columns: repeat(2,1fr); }
  .check-list { grid-template-columns: 1fr; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section-pad { padding: 68px 0; }
  .hero h1 { font-size: 46px; letter-spacing: -2.2px; }
  .hero-lead { font-size: 17px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-visual { min-height: 500px; transform: scale(.91); margin-inline: -20px; }
  .phone-shell { width: 318px; }
  .floating-card { display: none; }
  .market-grid, .steps-panel, .category-grid { grid-template-columns: 1fr; }
  .market-card p { min-height: 0; }
  .provider-stack { min-height: 390px; transform: scale(.92); margin-inline: -14px; }
  .talent-main { left: 0; }
  .stat-card { right: 0; }
  .availability-card { right: 4px; }
  .safety-visual { transform: scale(.9); margin-inline: -22px; }
  .difference-card { grid-template-columns: 46px 1fr; }
  .difference-card > span { width: 46px; height: 46px; }
  .coming-buttons { flex-direction: column; }
  .store-badge { width: 100%; }
  .browser-shell { transform: none; }
  .signup-card { padding: 22px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .legal-main { padding: 55px 0 80px; }
  .legal-container { padding: 28px 22px; }
}
