/* earnbycontent.com — site styles */

@font-face {
  font-family: 'Bricolage';
  src: url('/fonts/bricolage.woff2') format('woff2');
  font-weight: 400 800;
  font-display: swap;
}
@font-face {
  font-family: 'Instrument';
  src: url('/fonts/instrument.woff2') format('woff2');
  font-weight: 400 700;
  font-display: swap;
}
@font-face {
  font-family: 'Instrument';
  src: url('/fonts/instrument-italic.woff2') format('woff2');
  font-weight: 400 700;
  font-style: italic;
  font-display: swap;
}

:root {
  --g: #22c55e;
  --g-hover: #1db354;
  --g-deep: #15803d;
  --g-dark: #14532d;
  --g-soft: #dcfce7;
  --g-tint: #f0fdf4;
  --lime: #bbf451;
  --ink: #0a0f0c;
  --ink-2: #4b5550;
  --ink-3: #7b857f;
  --bg: #f5f8f5;
  --card: #ffffff;
  --line: #e2e8e3;
  --line-2: #cfd8d1;
  --night: #071a0f;
  --night-2: #0c2416;
  --radius: 24px;
  --radius-sm: 14px;
  --pad: clamp(20px, 4vw, 40px);
  --max: 1180px;
  --font-display: 'Bricolage', 'Inter', system-ui, sans-serif;
  --font-body: 'Instrument', 'Inter', system-ui, sans-serif;
  --shadow: 0 1px 2px rgba(10, 15, 12, 0.04), 0 12px 32px -12px rgba(10, 15, 12, 0.12);
  --shadow-lg: 0 2px 4px rgba(10, 15, 12, 0.05), 0 30px 60px -20px rgba(10, 15, 12, 0.22);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.55;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img, svg { display: block; max-width: 100%; }
[hidden] { display: none !important; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; }
h1, h2, h3, h4 { margin: 0; font-family: var(--font-display); letter-spacing: -0.02em; line-height: 1.02; text-wrap: balance; }
p { margin: 0; }
.muted { color: var(--ink-2); }
.wrap { width: min(var(--max), 100% - 2 * var(--pad)); margin-inline: auto; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

.ico { width: 1em; height: 1em; stroke: currentColor; fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; flex: none; }

/* buttons — convex, top-lit, tactile. One raised material for every CTA:
   a dome highlight (::before), a bright top rim, a shaded bottom rim, layered lift shadows. */
.btn {
  position: relative; isolation: isolate;
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 15px 26px; border-radius: 999px; border: 0;
  font-weight: 700; font-size: 16px; line-height: 1; white-space: nowrap;
  -webkit-tap-highlight-color: transparent;
  transition: transform .12s ease, box-shadow .12s ease, filter .12s ease;
}
.btn::before {
  content: ''; position: absolute; inset: 1px; border-radius: inherit; z-index: -1; pointer-events: none;
  background:
    radial-gradient(120% 95% at 50% -25%, rgba(255, 255, 255, .6), rgba(255, 255, 255, .14) 48%, transparent 64%),
    linear-gradient(180deg, rgba(255, 255, 255, .1), transparent 55%, rgba(0, 0, 0, .08));
  transition: opacity .12s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: translateY(1px) scale(.985); transition-duration: .06s; }
.btn:active::before { opacity: .3; }
.btn:focus-visible { outline: 3px solid rgba(34, 197, 94, .55); outline-offset: 3px; }
.btn .ico { width: 18px; height: 18px; }
.btn-sm { padding: 11px 18px; font-size: 15px; }

.btn-g {
  color: #fff;
  background: linear-gradient(180deg, #5fe792 0%, #24c95f 52%, #15a34e 100%);
  text-shadow: 0 1px 1px rgba(6, 35, 15, .45);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .62),
    inset 0 -2px 0 rgba(6, 35, 15, .24),
    inset 0 0 0 1px rgba(6, 35, 15, .3),
    0 1px 1px rgba(6, 35, 15, .28),
    0 6px 12px -4px rgba(21, 128, 61, .6),
    0 14px 26px -12px rgba(6, 35, 15, .4);
}
.btn-g:active {
  filter: brightness(.97);
  background: linear-gradient(180deg, #17a94f 0%, #22c55e 60%, #34d872 100%);
  box-shadow:
    inset 0 2px 5px rgba(6, 35, 15, .38),
    inset 0 0 0 1px rgba(6, 35, 15, .34),
    0 1px 1px rgba(6, 35, 15, .18);
}
/* on dark surfaces the button also throws a soft green glow, so it separates from the shell */
.hero-card .btn-g, .signup-card .btn-g, .way.dark .btn-g {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .62),
    inset 0 -2px 0 rgba(6, 35, 15, .24),
    inset 0 0 0 1px rgba(6, 35, 15, .3),
    0 1px 1px rgba(0, 0, 0, .35),
    0 8px 16px -6px rgba(0, 0, 0, .6),
    0 0 34px -6px rgba(34, 197, 94, .55);
}
.hero-card .btn-g:active, .signup-card .btn-g:active, .way.dark .btn-g:active {
  box-shadow: inset 0 2px 5px rgba(6, 35, 15, .4), inset 0 0 0 1px rgba(6, 35, 15, .34), 0 1px 1px rgba(0, 0, 0, .3), 0 0 24px -6px rgba(34, 197, 94, .4);
}

/* dark glass secondary, for dark surfaces */
.btn-ghost {
  color: #fff; font-weight: 600;
  background: linear-gradient(180deg, #23412f 0%, #14291b 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .24),
    inset 0 -2px 0 rgba(0, 0, 0, .38),
    inset 0 0 0 1px rgba(255, 255, 255, .1),
    0 1px 1px rgba(0, 0, 0, .4),
    0 8px 16px -6px rgba(0, 0, 0, .6);
}
.btn-ghost:active {
  background: linear-gradient(180deg, #0f2015 0%, #1a3323 100%);
  box-shadow: inset 0 2px 6px rgba(0, 0, 0, .55), inset 0 0 0 1px rgba(255, 255, 255, .08), 0 1px 1px rgba(0, 0, 0, .3);
}

/* solid ink */
.btn-ink {
  color: #fff;
  background: linear-gradient(180deg, #2b3731 0%, #101713 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .18), inset 0 -2px 0 rgba(0, 0, 0, .4), inset 0 0 0 1px rgba(0, 0, 0, .5), 0 1px 1px rgba(0, 0, 0, .3), 0 8px 16px -6px rgba(10, 15, 12, .5);
}
.btn-ink:active { background: linear-gradient(180deg, #0a0f0c, #1c2520); box-shadow: inset 0 2px 6px rgba(0, 0, 0, .6), inset 0 0 0 1px rgba(0, 0, 0, .5); }

/* light secondary, for light surfaces */
.btn-light {
  color: var(--ink);
  background: linear-gradient(180deg, #ffffff 0%, #eef2ee 100%);
  box-shadow: inset 0 1px 0 #fff, inset 0 -2px 0 rgba(10, 15, 12, .07), inset 0 0 0 1px rgba(10, 15, 12, .14), 0 1px 1px rgba(10, 15, 12, .12), 0 8px 16px -8px rgba(10, 15, 12, .3);
}
.btn-light:active { background: linear-gradient(180deg, #e9eee9, #f7f9f7); box-shadow: inset 0 2px 5px rgba(10, 15, 12, .16), inset 0 0 0 1px rgba(10, 15, 12, .16); }

/* header */
.top {
  position: sticky; top: 0; z-index: 40;
  backdrop-filter: saturate(160%) blur(14px);
  -webkit-backdrop-filter: saturate(160%) blur(14px);
  background: rgba(245, 248, 245, .78);
  border-bottom: 1px solid transparent;
  transition: border-color .2s ease;
}
.top.scrolled { border-bottom-color: var(--line); }
.top-in { display: flex; align-items: center; justify-content: space-between; height: 68px; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: var(--font-display); font-weight: 700; font-size: 20px; letter-spacing: -0.02em; }
.brand-mark { width: auto; height: 34px; }
.brand em { font-style: normal; color: var(--g-deep); }
.nav { display: flex; align-items: center; gap: 4px; }
.nav a { padding: 9px 13px; border-radius: 999px; font-weight: 500; font-size: 15px; color: var(--ink-2); transition: background .15s, color .15s; }
.nav a:hover { background: rgba(10, 15, 12, .05); color: var(--ink); }
.nav a.btn-g, .nav a.btn-g:hover { color: #fff; background: linear-gradient(180deg, #5fe792 0%, #24c95f 52%, #15a34e 100%); }
/* language switcher: a dropdown showing the current flag. Which flag/code the
   trigger shows comes from <html lang>, so it needs no JS to be correct. */
.langs { position: relative; }
.flag { width: 21px; height: 14px; border-radius: 3px; box-shadow: 0 0 0 1px rgba(10, 15, 12, .18) inset; flex: none; }
.lg-btn {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 6px 9px 6px 7px; border-radius: 999px;
  background: rgba(10, 15, 12, .05); border: 1px solid var(--line); color: var(--ink-2);
  font-size: 12.5px; font-weight: 700; letter-spacing: .04em;
  transition: background .15s, border-color .15s, color .15s;
}
.lg-btn:hover { background: rgba(10, 15, 12, .08); color: var(--ink); }
.lg-btn .lg-chev { width: 14px; height: 14px; stroke-width: 2.4; transition: transform .2s ease; }
.langs.open .lg-btn { background: #fff; border-color: var(--line-2); color: var(--ink); }
.langs.open .lg-btn .lg-chev { transform: rotate(180deg); }
.lg-btn .flag, .lg-btn .lg-code { display: none; }
html[lang="en"] .lg-btn .f-en, html[lang="hu"] .lg-btn .f-hu, html[lang="de"] .lg-btn .f-de,
html[lang="en"] .lg-btn .c-en, html[lang="hu"] .lg-btn .c-hu, html[lang="de"] .lg-btn .c-de { display: block; }
.lg-menu {
  position: absolute; right: 0; top: calc(100% + 8px); z-index: 60; min-width: 168px;
  padding: 6px; border-radius: 16px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-lg);
  display: grid; gap: 2px;
  opacity: 0; visibility: hidden; transform: translateY(-6px); transition: opacity .16s ease, transform .16s ease, visibility .16s;
}
.langs.up .lg-menu { top: auto; bottom: calc(100% + 8px); transform: translateY(6px); }
.langs.open .lg-menu { opacity: 1; visibility: visible; transform: none; }
.lg-menu .lg { display: flex; align-items: center; gap: 10px; padding: 9px 11px; border-radius: 11px; font-size: 14.5px; font-weight: 500; color: var(--ink-2); }
.lg-menu .lg:hover { background: var(--g-tint); color: var(--ink); }
.lg-menu .lg[aria-current="page"] { background: var(--g-soft); color: var(--g-dark); font-weight: 700; }
.nav .langs { margin-left: 8px; }
/* the dropdown is a ~46px flag chip, so unlike the old three-pill switcher it fits a phone header */
@media (max-width: 760px) { .lg-btn { padding: 6px 6px 6px 5px; gap: 4px; } .lg-btn .lg-code { display: none !important; } .lg-menu { min-width: 150px; } }
.nav-cta { margin-left: 8px; }
@media (max-width: 760px) {
  .nav a:not(.nav-cta):not(.lg) { display: none; } /* .lg lives in the language menu, not the nav row */
  .top-in { height: 62px; }
}
/* narrow phones: the header carries mark + wordmark + flag + CTA, so everything shrinks a step */
@media (max-width: 430px) {
  .top-in { gap: 10px; }
  .brand { font-size: 17px; gap: 7px; }
  .brand-mark { height: 28px; }
  .nav { gap: 2px; }
  .nav-cta { padding: 10px 13px; font-size: 14px; }
}

/* hero */
.hero { padding-top: 14px; }
.hero-card {
  position: relative; overflow: hidden; isolation: isolate;
  border-radius: calc(var(--radius) + 8px);
  background: var(--night);
  color: #fff;
  padding: clamp(40px, 6vw, 84px) var(--pad) 0;
  min-height: 560px;
}
.hero-card::before {
  content: ''; position: absolute; inset: 0; z-index: -2;
  background:
    radial-gradient(60% 55% at 78% 20%, rgba(34, 197, 94, .55), transparent 70%),
    radial-gradient(40% 40% at 10% 90%, rgba(34, 197, 94, .28), transparent 70%),
    radial-gradient(35% 35% at 55% 105%, rgba(187, 244, 81, .18), transparent 70%),
    linear-gradient(180deg, var(--night-2), var(--night));
}
.hero-card::after {
  content: ''; position: absolute; inset: 0; z-index: -1; pointer-events: none; opacity: .55;
  background-image: radial-gradient(rgba(255, 255, 255, .07) 1px, transparent 1.2px);
  background-size: 22px 22px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, .9), transparent 80%);
  -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, .9), transparent 80%);
}
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.12fr .88fr; gap: clamp(24px, 4vw, 56px); align-items: end; }
.hero-copy { padding-bottom: clamp(40px, 6vw, 84px); }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 7px 12px 7px 8px; border-radius: 999px;
  background: rgba(255, 255, 255, .08); border: 1px solid rgba(255, 255, 255, .14);
  font-size: 13.5px; font-weight: 500; color: rgba(255, 255, 255, .85);
}
.eyebrow .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--g); box-shadow: 0 0 0 4px rgba(34, 197, 94, .25); }
.hero h1 {
  margin-top: 22px;
  font-size: clamp(38px, 5.6vw, 72px);
  font-weight: 800;
  line-height: .98;
  letter-spacing: -0.035em;
  font-variation-settings: 'opsz' 96;
}
.hero h1 .hl { color: var(--g); }
.hero-sub { margin-top: 22px; max-width: 520px; font-size: clamp(17px, 1.6vw, 20px); color: rgba(255, 255, 255, .78); text-wrap: pretty; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 26px; font-size: 14px; color: rgba(255, 255, 255, .62); }
.hero-trust span { display: inline-flex; align-items: center; gap: 7px; }
.hero-trust .ico { color: var(--g); width: 16px; height: 16px; }

.hero-visual { position: relative; align-self: end; min-height: 520px; display: flex; justify-content: center; }

/* Fill the first screen. Without this the green card stops well above the fold and
   the opening view is mostly white. The card stretches, the copy centres inside it,
   and the phone stays anchored to the bottom edge where it is cropped. */
@media (min-width: 901px) {
  .hero-card { display: flex; flex-direction: column; min-height: calc(100vh - 185px); min-height: min(calc(100svh - 185px), 1000px); }
  .hero-grid { flex: 1; }
  .hero-copy { align-self: center; padding-bottom: 0; }
}

/* phone */
.phone {
  position: relative; width: 300px; aspect-ratio: 300 / 620;
  margin-top: 30px; margin-bottom: -172px;
  border-radius: 44px; background: #0b0f0d;
  padding: 10px;
  box-shadow: 0 0 0 2px #1b241f, 0 0 0 5px #0e1411, 0 50px 90px -30px rgba(0, 0, 0, .8), 0 0 120px -20px rgba(34, 197, 94, .35);
  transform: translateY(0);
}
.phone::before { content: ''; position: absolute; top: 18px; left: 50%; transform: translateX(-50%); width: 92px; height: 26px; border-radius: 999px; background: #000; z-index: 3; }
.screen {
  height: 100%; border-radius: 36px; overflow: hidden;
  background: #f7faf7; color: var(--ink);
  display: flex; flex-direction: column; font-size: 13px;
}
.ph-status { display: flex; justify-content: space-between; padding: 14px 22px 0; font-size: 12px; font-weight: 600; color: #111; }
.ph-head { padding: 30px 18px 0; display: flex; align-items: flex-end; justify-content: space-between; }
.ph-head small { display: block; font-size: 11.5px; color: var(--ink-3); font-weight: 500; }
.ph-head strong { display: block; font-family: var(--font-display); font-size: 30px; letter-spacing: -0.03em; line-height: 1; margin-top: 4px; white-space: nowrap; }
.ph-head .pill { font-size: 12px; font-weight: 600; padding: 8px 12px; border-radius: 999px; color: #fff; background: linear-gradient(180deg, #2b3731, #101713); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .18), inset 0 -1px 0 rgba(0, 0, 0, .4), 0 1px 2px rgba(0, 0, 0, .25); }
.ph-tabs { display: flex; gap: 4px; margin: 18px 18px 8px; padding: 4px; background: #e9efe9; border-radius: 999px; }
.ph-tabs span { flex: 1; text-align: center; padding: 7px 0; border-radius: 999px; font-size: 12px; font-weight: 600; color: var(--ink-3); }
.ph-tabs .on { background: #fff; color: var(--ink); box-shadow: 0 1px 3px rgba(0, 0, 0, .1); }
.ph-list { padding: 4px 12px 12px; display: grid; gap: 8px; }
.job { display: flex; align-items: center; gap: 10px; padding: 10px; border-radius: 16px; background: #fff; box-shadow: 0 1px 2px rgba(0, 0, 0, .05), 0 4px 12px -8px rgba(0, 0, 0, .15); }
.job-th { width: 44px; height: 58px; border-radius: 10px; flex: none; background: linear-gradient(160deg, #1f2937, #0b0f0d); position: relative; overflow: hidden; }
.job-th img { width: 100%; height: 100%; object-fit: cover; }
.job-th::before { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, .35)); }
.job-th::after { content: ''; position: absolute; left: 50%; top: 50%; width: 0; height: 0; transform: translate(-40%, -50%); border-left: 9px solid rgba(255, 255, 255, .92); border-top: 6px solid transparent; border-bottom: 6px solid transparent; filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .5)); }
.job-th.a { background: linear-gradient(160deg, #16a34a, #052e16); }
.job-th.b { background: linear-gradient(160deg, #f472b6, #7c2d12); }
.job-th.c { background: linear-gradient(160deg, #60a5fa, #1e1b4b); }
.job-b { flex: 1; min-width: 0; }
.job-b b { display: block; font-size: 13px; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.job-b span { display: block; font-size: 11.5px; color: var(--ink-3); margin-top: 2px; }
.job-b .tag { display: inline-block; margin-top: 6px; padding: 2px 7px; border-radius: 6px; font-size: 10.5px; font-weight: 600; background: var(--g-soft); color: var(--g-deep); }
.job-b .tag.c { background: #ede9fe; color: #5b21b6; }
.job-pay { font-family: var(--font-display); font-weight: 700; font-size: 17px; letter-spacing: -0.02em; color: var(--g-deep); white-space: nowrap; }
.ph-nav { margin-top: auto; display: flex; justify-content: space-around; padding: 10px 14px 22px; border-top: 1px solid var(--line); color: var(--ink-3); }
.ph-nav .ico { width: 22px; height: 22px; }
.ph-nav .on { color: var(--ink); }

.float {
  position: absolute; display: flex; align-items: center; gap: 10px;
  padding: 10px 14px 10px 10px; border-radius: 16px;
  background: #fff; color: var(--ink); box-shadow: var(--shadow-lg);
  font-size: 13px; white-space: nowrap;
  animation: bob 6s ease-in-out infinite;
}
.float b { display: block; font-weight: 600; }
.float small { display: block; color: var(--ink-3); font-size: 11.5px; }
.float .fi { width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center; background: var(--g-soft); color: var(--g-deep); }
.float .fi .ico { width: 18px; height: 18px; }
.float.f1 { left: -10px; top: 34px; animation-delay: -1s; }
.float.f2 { right: -22px; top: 168px; animation-delay: -3s; }
.float.f3 { left: -28px; bottom: 6px; animation-delay: -5s; }
.float .amt { font-family: var(--font-display); font-weight: 700; font-size: 16px; color: var(--g-deep); margin-left: 6px; }
@keyframes bob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
@media (prefers-reduced-motion: reduce) { .float { animation: none; } }

.obj { position: absolute; z-index: 0; height: auto; pointer-events: none; filter: drop-shadow(0 10px 16px rgba(0, 0, 0, .35)); }
.obj-coin { width: 118px; right: 7%; top: 5%; rotate: 8deg; animation: bob 7s ease-in-out infinite; }
.obj-bolt { width: 84px; left: 50%; top: 9%; rotate: -12deg; animation: bob 8s ease-in-out infinite reverse; }
.obj-cash { display: none; }
.obj-bell { width: 80px; left: 49%; bottom: 31%; rotate: 10deg; animation: bob 7.5s ease-in-out infinite reverse; }
@media (max-width: 1100px) { .obj { display: none; } }

@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; align-items: start; }
  .hero-copy { padding-bottom: 0; }
  .hero-visual { min-height: 0; margin-top: 30px; }
  .phone { width: 270px; margin-top: 20px; margin-bottom: -172px; }
  .hero-card { min-height: 0; padding-bottom: 0; }
  .float.f1 { left: auto; right: 10px; top: 22px; }
  .float.f2, .float.f3 { display: none; }
}
@media (max-width: 480px) {
  .phone { width: 250px; margin-bottom: -131px; }
  .float.f1 { right: 8px; }
}

/* ticker */
.ticker { margin-top: 14px; overflow: hidden; border-radius: 999px; background: #fff; border: 1px solid var(--line); padding: 12px 0; mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
.ticker-track { display: flex; gap: 12px; width: max-content; animation: slide 46s linear infinite; }
.ticker:hover .ticker-track { animation-play-state: paused; }
.tk { display: inline-flex; align-items: center; gap: 10px; padding: 6px 14px 6px 8px; border-radius: 999px; background: var(--g-tint); border: 1px solid #cdeed9; font-size: 14px; font-weight: 500; white-space: nowrap; }
.tk .fi { width: 24px; height: 24px; border-radius: 8px; display: grid; place-items: center; background: var(--g); color: var(--ink); }
.tk .fi .ico { width: 14px; height: 14px; }
.tk b { color: var(--g-deep); font-weight: 700; }
@keyframes slide { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .ticker-track { animation: none; } }

/* sections */
section { padding-block: clamp(64px, 9vw, 120px); }
.sec-head { max-width: 720px; }
.kicker { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--g-deep); }
.kicker::before { content: ''; width: 18px; height: 3px; border-radius: 3px; background: var(--g); }
h2 { margin-top: 14px; font-size: clamp(34px, 4.6vw, 58px); font-weight: 800; letter-spacing: -0.03em; font-variation-settings: 'opsz' 96; }
.lead { margin-top: 16px; font-size: clamp(17px, 1.5vw, 19px); color: var(--ink-2); max-width: 600px; text-wrap: pretty; }

/* ways */
.ways { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 44px; }
.way {
  position: relative; overflow: hidden; border-radius: var(--radius); padding: 30px;
  background: var(--card); border: 1px solid var(--line); box-shadow: var(--shadow);
  display: flex; flex-direction: column; gap: 18px;
  transition: transform .25s ease, box-shadow .25s ease;
}
.way:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.way.dark { background: var(--night); color: #fff; border-color: transparent; }
.way.dark::before { content: ''; position: absolute; inset: 0; background: radial-gradient(50% 45% at 85% 0%, rgba(34, 197, 94, .5), transparent 70%); pointer-events: none; }
.way > * { position: relative; }
.way-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.way-icon { width: 52px; height: 52px; border-radius: 16px; display: grid; place-items: center; background: var(--g-soft); color: var(--g-deep); }
.way.dark .way-icon { background: rgba(34, 197, 94, .2); color: var(--g); }
.way-icon .ico { width: 26px; height: 26px; }
.rate { display: inline-flex; flex-direction: column; align-items: flex-end; text-align: right; }
.rate b { font-family: var(--font-display); font-size: 30px; font-weight: 800; letter-spacing: -0.03em; line-height: 1; color: var(--g-deep); }
.way.dark .rate b { color: var(--g); }
.rate small { font-size: 12px; color: var(--ink-3); font-weight: 500; margin-top: 4px; }
.way.dark .rate small { color: rgba(255, 255, 255, .6); }
.way h3 { font-size: clamp(26px, 2.6vw, 34px); font-weight: 800; letter-spacing: -0.03em; }
.way h3 span { display: block; font-size: 15px; font-family: var(--font-body); font-weight: 500; letter-spacing: 0; color: var(--ink-3); margin-top: 6px; }
.way.dark h3 span { color: rgba(255, 255, 255, .6); }
.way p { color: var(--ink-2); text-wrap: pretty; }
.way.dark p { color: rgba(255, 255, 255, .78); }
.checks { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.checks li { display: flex; align-items: flex-start; gap: 10px; font-size: 15.5px; }
.checks .ico { width: 20px; height: 20px; margin-top: 2px; color: var(--g-deep); background: var(--g-soft); border-radius: 50%; padding: 3px; }
.way.dark .checks .ico { color: var(--ink); background: var(--g); }
.way-cta { margin-top: auto; padding-top: 4px; }
.way-cta .btn { width: 100%; }
.way-foot { display: flex; align-items: center; justify-content: space-between; gap: 10px; font-size: 14px; color: var(--ink-3); }
.way.dark .way-foot { color: rgba(255, 255, 255, .6); }
.way-foot .ex { display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; border-radius: 12px; background: rgba(10, 15, 12, .04); font-weight: 500; }
.way.dark .way-foot .ex { background: rgba(255, 255, 255, .08); }
@media (max-width: 820px) { .ways { grid-template-columns: 1fr; } }

/* steps */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 44px; counter-reset: step; }
.step { position: relative; padding: 28px; border-radius: var(--radius); background: var(--card); border: 1px solid var(--line); box-shadow: var(--shadow); }
.step-n { font-family: var(--font-display); font-weight: 800; font-size: 44px; letter-spacing: -0.04em; color: var(--g); line-height: 1; }
.step h3 { margin-top: 26px; font-size: 22px; font-weight: 700; letter-spacing: -0.02em; }
.step p { margin-top: 10px; color: var(--ink-2); font-size: 15.5px; text-wrap: pretty; }
.step .mini { margin-top: 18px; padding: 12px 14px; border-radius: 14px; background: var(--bg); border: 1px dashed var(--line-2); font-size: 13.5px; display: flex; align-items: center; gap: 10px; color: var(--ink-2); }
.step .mini .ico { width: 18px; height: 18px; color: var(--g-deep); }
.step .mini b { color: var(--ink); font-weight: 600; }
@media (max-width: 820px) { .steps { grid-template-columns: 1fr; } .step h3 { margin-top: 14px; } }

/* calculator */
.calc-wrap { display: grid; grid-template-columns: 1.1fr .9fr; gap: 16px; margin-top: 36px; }
.calc {
  border-radius: var(--radius); padding: 22px 24px; background: var(--card); border: 1px solid var(--line); box-shadow: var(--shadow);
  display: grid; gap: 18px; align-content: space-between;
}
.calc-row label, .calc-row .lbl { display: flex; justify-content: space-between; align-items: baseline; font-weight: 600; font-size: 15px; }
.calc-row label output, .calc-row .lbl output { font-family: var(--font-display); font-size: 22px; font-weight: 800; letter-spacing: -0.02em; color: var(--g-deep); }
.seg { display: flex; padding: 4px; border-radius: 999px; margin-top: 12px; background: linear-gradient(180deg, #e3e9e4, #f2f5f2); box-shadow: inset 0 2px 5px rgba(10, 15, 12, .16), inset 0 0 0 1px rgba(10, 15, 12, .06), 0 1px 0 rgba(255, 255, 255, .9); }
.seg { position: relative; isolation: isolate; }
.seg-knob { position: absolute; top: 4px; bottom: 4px; left: 4px; width: calc((100% - 8px) / var(--n, 3)); border-radius: 999px; z-index: 0; background: linear-gradient(180deg, #ffffff, #eff3ef); box-shadow: inset 0 1px 0 #fff, inset 0 -1px 0 rgba(10, 15, 12, .07), inset 0 0 0 1px rgba(10, 15, 12, .1), 0 2px 3px rgba(10, 15, 12, .14), 0 6px 10px -6px rgba(10, 15, 12, .3); transform: translateX(calc(var(--i, 0) * 100%)); transition: transform .38s cubic-bezier(.3, .9, .3, 1); }
.seg button { position: relative; z-index: 1; flex: 1; padding: 10px 6px; border: 0; border-radius: 999px; background: transparent; font-weight: 600; font-size: 14px; white-space: nowrap; color: var(--ink-2); transition: color .2s, transform .12s; }
@media (max-width: 480px) { .seg button { font-size: 13px; padding: 10px 2px; } }
.seg button[aria-pressed="true"] { color: var(--ink); }
@media (prefers-reduced-motion: reduce) { .seg-knob { transition: none; } }
.seg button:active { transform: scale(.98); }
/* slider: carved track with a green fill (--p set by JS) and a domed knob */
.range-wrap { position: relative; margin-top: 10px; }
input[type="range"] { -webkit-appearance: none; appearance: none; width: 100%; margin: 0; height: 32px; background: transparent; --p: 20%; position: relative; z-index: 1; }
.ticks { position: absolute; left: 0; right: 0; top: 30px; height: 10px; pointer-events: none; }
.ticks i { position: absolute; top: 0; width: 2px; height: 6px; margin-left: -1px; border-radius: 1px; background: rgba(10, 15, 12, .22); box-shadow: 0 1px 0 rgba(255, 255, 255, .9); }
.ticks i.major { height: 10px; background: rgba(10, 15, 12, .4); }
input[type="range"]::-webkit-slider-runnable-track { height: 12px; border-radius: 999px; background: linear-gradient(90deg, #22c55e var(--p), #d9e1da var(--p)); box-shadow: inset 0 2px 4px rgba(10, 15, 12, .28), inset 0 -1px 0 rgba(255, 255, 255, .5), inset 0 0 0 1px rgba(10, 15, 12, .1), 0 1px 0 rgba(255, 255, 255, .9); }
input[type="range"]::-moz-range-track { height: 12px; border-radius: 999px; background: linear-gradient(90deg, #22c55e var(--p), #d9e1da var(--p)); box-shadow: inset 0 2px 4px rgba(10, 15, 12, .28), inset 0 0 0 1px rgba(10, 15, 12, .1); }
input[type="range"]::-webkit-slider-thumb { -webkit-appearance: none; width: 30px; height: 30px; margin-top: -9px; border-radius: 50%; border: 0; cursor: grab; background: linear-gradient(90deg, transparent calc(50% - 4px), rgba(6, 35, 15, .28) calc(50% - 4px), rgba(6, 35, 15, .28) calc(50% - 2px), transparent calc(50% - 2px), transparent calc(50% + 2px), rgba(6, 35, 15, .28) calc(50% + 2px), rgba(6, 35, 15, .28) calc(50% + 4px), transparent calc(50% + 4px)) center / 100% 12px no-repeat, radial-gradient(120% 95% at 50% -20%, rgba(255, 255, 255, .7), rgba(255, 255, 255, 0) 62%), linear-gradient(180deg, #5fe792, #24c95f 55%, #15a34e); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .6), inset 0 -2px 0 rgba(6, 35, 15, .24), inset 0 0 0 1px rgba(6, 35, 15, .3), 0 2px 3px rgba(6, 35, 15, .3), 0 6px 12px -4px rgba(21, 128, 61, .6); transition: transform .1s; }
input[type="range"]::-moz-range-thumb { width: 30px; height: 30px; border-radius: 50%; border: 0; cursor: grab; background: radial-gradient(120% 95% at 50% -20%, rgba(255, 255, 255, .7), rgba(255, 255, 255, 0) 62%), linear-gradient(180deg, #5fe792, #24c95f 55%, #15a34e); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .6), inset 0 -2px 0 rgba(6, 35, 15, .24), inset 0 0 0 1px rgba(6, 35, 15, .3), 0 2px 3px rgba(6, 35, 15, .3), 0 6px 12px -4px rgba(21, 128, 61, .6); }
input[type="range"]:active::-webkit-slider-thumb { cursor: grabbing; transform: scale(.95); }
input[type="range"]:focus-visible { outline: 3px solid rgba(34, 197, 94, .45); outline-offset: 4px; border-radius: 999px; }
.range-marks { position: relative; height: 18px; margin-top: 10px; font-size: 12px; color: var(--ink-3); }
.range-marks span { position: absolute; top: 0; transform: translateX(-50%); }
.calc-out {
  border-radius: var(--radius); padding: 22px 24px; background: var(--night); color: #fff; position: relative; overflow: hidden;
  display: flex; flex-direction: column; justify-content: space-between; gap: 14px;
}
.calc-out::before { content: ''; position: absolute; inset: 0; background: radial-gradient(60% 50% at 100% 0%, rgba(34, 197, 94, .55), transparent 70%); pointer-events: none; }
.calc-out > * { position: relative; }
.calc-out small { font-size: 13.5px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: rgba(255, 255, 255, .65); }
.calc-big { font-family: var(--font-display); font-size: clamp(44px, 5.2vw, 68px); font-weight: 800; letter-spacing: -0.045em; line-height: .95; margin-top: 6px; color: var(--g); font-variant-numeric: tabular-nums; }
.calc-big span { font-size: .38em; color: rgba(255, 255, 255, .7); letter-spacing: -0.02em; margin-left: 6px; }
.calc-line { display: flex; justify-content: space-between; gap: 10px; padding: 8px 0; border-top: 1px solid rgba(255, 255, 255, .12); font-size: 14px; color: rgba(255, 255, 255, .78); }
.calc-line b { color: #fff; font-weight: 600; font-variant-numeric: tabular-nums; }
.calc-note { font-size: 12.5px; line-height: 1.45; color: rgba(255, 255, 255, .55); text-wrap: pretty; }
@media (max-width: 820px) { .calc-wrap { grid-template-columns: 1fr; } }

/* bento */
.bento { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 44px; }
.b { border-radius: var(--radius); padding: 26px; background: var(--card); border: 1px solid var(--line); box-shadow: var(--shadow); display: flex; flex-direction: column; gap: 14px; min-height: 264px; }
.b .bi { width: 46px; height: 46px; border-radius: 14px; display: grid; place-items: center; background: var(--g-soft); color: var(--g-deep); }
.b .bi .ico { width: 24px; height: 24px; }
.b h3 { font-size: 21px; font-weight: 700; letter-spacing: -0.02em; margin-top: auto; }
.b p { color: var(--ink-2); font-size: 15.5px; text-wrap: pretty; }
.b.g { background: var(--g); border-color: transparent; color: var(--ink); }
.b.g .bi { background: rgba(10, 15, 12, .12); color: var(--ink); }
.b.g p { color: rgba(10, 15, 12, .75); }
.b.wide { grid-column: span 2; }
.b .demo { margin-top: 4px; }
.b .demo-row { display: flex; align-items: center; justify-content: space-between; padding: 10px 12px; border-radius: 12px; background: var(--bg); font-size: 13.5px; }
.b .demo-row + .demo-row { margin-top: 6px; }
.b .demo-row b { font-weight: 600; }
.b .demo-row .st { font-size: 12px; font-weight: 600; padding: 3px 8px; border-radius: 6px; }
.b .st.ok { background: var(--g-soft); color: var(--g-deep); }
.b .st.wait { background: #fef3c7; color: #92400e; }
.b .st.paid { background: var(--ink); color: #fff; }
@media (max-width: 900px) { .bento { grid-template-columns: 1fr 1fr; } .b.wide { grid-column: span 2; } }
@media (max-width: 560px) { .bento { grid-template-columns: 1fr; } .b.wide { grid-column: auto; } .b { min-height: 0; } }

/* bento object art */
.b { position: relative; overflow: hidden; }
.b .art { position: absolute; right: 18px; top: 16px; width: auto; height: 104px; rotate: 6deg; filter: drop-shadow(0 6px 10px rgba(10, 15, 12, .16)); transition: transform .3s ease; }
.b:hover .art { transform: translateY(-4px) rotate(-8deg); }
.b.wide .art { height: 132px; right: 26px; top: 18px; }
@media (max-width: 560px) { .b .art, .b.wide .art { height: 64px; top: 18px; right: 18px; } }


/* world map */
.map-card { margin-top: 44px; border-radius: var(--radius); background: var(--night); color: #fff; overflow: hidden; position: relative; isolation: isolate; }
.map-card::before { content: ''; position: absolute; inset: 0; z-index: -1; background: radial-gradient(50% 60% at 50% 40%, rgba(34, 197, 94, .22), transparent 70%), linear-gradient(180deg, var(--night-2), var(--night)); }
.map { position: relative; aspect-ratio: 1200 / 544; margin: 0 auto; padding: 0; overflow: hidden; }
/* the dot field is four stacked layers that breathe out of phase, so the world twinkles gently */
.map .ml { position: absolute; inset: 0; width: 100%; height: 100%; display: block; animation: breathe 5.2s ease-in-out infinite; }
.map .ml:nth-child(2) { animation-duration: 6.1s; animation-delay: -1.7s; }
.map .ml:nth-child(3) { animation-duration: 4.6s; animation-delay: -3.1s; }
.map .ml:nth-child(4) { animation-duration: 7s; animation-delay: -4.4s; }
@keyframes breathe { 0%, 100% { opacity: .42; } 50% { opacity: .95; } }
@media (prefers-reduced-motion: reduce) { .map .ml { animation: none; opacity: .7; } }
.pins { position: absolute; inset: 0; z-index: 2; }
.pin { position: absolute; transform: translate(-50%, -50%); display: flex; align-items: center; gap: 8px; pointer-events: none; }
.pin .pd { position: relative; width: 11px; height: 11px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 3px rgba(7, 26, 15, .9), 0 0 0 5px rgba(187, 244, 81, .35); flex: none; }
.pin .pd::after { content: ''; position: absolute; inset: -2px; border-radius: 50%; border: 1.5px solid rgba(187, 244, 81, .55); animation: ping 3.4s ease-out infinite; animation-delay: var(--d, 0s); }
@keyframes ping { 0% { transform: scale(.7); opacity: .7; } 100% { transform: scale(2.1); opacity: 0; } }
@media (prefers-reduced-motion: reduce) { .pin .pd::after { animation: none; } }
.pin .pl { font-size: 12.5px; font-weight: 600; color: #fff; white-space: nowrap; padding: 4px 9px; border-radius: 999px; background: rgba(7, 26, 15, .75); border: 1px solid rgba(255, 255, 255, .14); backdrop-filter: blur(6px); }
.pin.left { flex-direction: row-reverse; transform: translate(calc(-100% + 5.5px), -50%); }
.pin.up { flex-direction: column; gap: 6px; transform: translate(-50%, calc(-100% + 5.5px)); }
.pin.up .pl { order: -1; }
.pin.you .pd { background: #fff; box-shadow: 0 0 0 3px var(--g), 0 0 0 6px rgba(34, 197, 94, .35); }
.pin.you .pd::after { border-color: rgba(34, 197, 94, .8); }
.pin.you .pl { background: var(--g); color: var(--ink); border-color: transparent; font-weight: 700; }
.pin { opacity: 0; transition: opacity .5s ease; }
.map.in .pin { opacity: 1; }
.map-foot { display: flex; align-items: center; justify-content: space-between; gap: 16px 28px; flex-wrap: wrap; padding: 18px 26px 22px; border-top: 1px solid rgba(255, 255, 255, .1); }
.map-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.mchip { display: inline-flex; align-items: center; gap: 7px; padding: 8px 12px; border-radius: 999px; background: rgba(255, 255, 255, .08); border: 1px solid rgba(255, 255, 255, .12); font-size: 13.5px; font-weight: 500; }
.mchip .ico { width: 16px; height: 16px; color: var(--g); }
.map-note { font-size: 13.5px; color: rgba(255, 255, 255, .6); max-width: 440px; text-wrap: pretty; }
@media (max-width: 760px) {
  .pin:not(.you) .pl { display: none; }
  .pin .pd { width: 7px; height: 7px; box-shadow: 0 0 0 2px rgba(7, 26, 15, .9); }
  .pin.opt { display: none; }
  .pin.you .pl { font-size: 11.5px; padding: 3px 8px; }
  .map-card { padding-top: 10px; }
  .map-foot { padding: 14px 18px 18px; }
  .map-chips { gap: 6px; }
  .mchip { padding: 7px 10px; font-size: 12.5px; }
}

/* week demo */
.week { margin-top: 44px; border-radius: var(--radius); background: var(--card); border: 1px solid var(--line); box-shadow: var(--shadow); overflow: hidden; }
.week-head { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 22px 26px; border-bottom: 1px solid var(--line); flex-wrap: wrap; }
.week-head h3 { font-size: 20px; font-weight: 700; letter-spacing: -0.02em; }
.week-head .tot { font-family: var(--font-display); font-size: 30px; font-weight: 800; letter-spacing: -0.03em; color: var(--g-deep); }
.week-head .tot small { font-family: var(--font-body); font-size: 13px; font-weight: 500; color: var(--ink-3); letter-spacing: 0; margin-left: 8px; }
.days { display: grid; grid-template-columns: repeat(7, 1fr); }
.day { padding: 18px 12px 20px; border-right: 1px solid var(--line); display: flex; flex-direction: column; gap: 10px; min-height: 190px; }
.day:last-child { border-right: 0; }
.day .dn { font-size: 12.5px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--ink-3); }
.day .post { padding: 8px 10px; border-radius: 10px; background: var(--g-tint); border: 1px solid #cdeed9; font-size: 12.5px; line-height: 1.3; }
.day .post b { display: block; font-family: var(--font-display); font-size: 15px; color: var(--g-deep); margin-top: 3px; }
.day .post.c { background: #f3efff; border-color: #dcd3f7; }
.day .post.c b { color: #5b21b6; }
.day .off { margin-top: auto; font-size: 12.5px; color: var(--ink-3); font-style: italic; }
.week-foot { padding: 16px 26px; font-size: 14px; color: var(--ink-3); border-top: 1px solid var(--line); text-wrap: pretty; }
@media (max-width: 820px) { .days { grid-template-columns: repeat(4, 1fr); } .day:nth-child(4) { border-right: 0; } .day:nth-child(n+5) { border-top: 1px solid var(--line); } .day { min-height: 0; } }
@media (max-width: 480px) { .days { grid-template-columns: repeat(2, 1fr); } .day:nth-child(4) { border-right: 1px solid var(--line); } .day:nth-child(even) { border-right: 0; } .day:nth-child(n+3) { border-top: 1px solid var(--line); } }

/* faq */
.faq { max-width: 780px; margin: 44px auto 0; display: grid; gap: 10px; }
.faq details { border-radius: 18px; background: var(--card); border: 1px solid var(--line); padding: 0 22px; transition: border-color .15s; }
.faq details[open] { border-color: var(--line-2); box-shadow: var(--shadow); }
.faq summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 0; font-weight: 600; font-size: 17px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary .ico { width: 22px; height: 22px; color: var(--ink-3); transition: transform .2s ease; }
.faq details[open] summary .ico { transform: rotate(45deg); color: var(--g-deep); }
.faq .a { padding: 0 0 22px; color: var(--ink-2); font-size: 15.5px; text-wrap: pretty; max-width: 640px; }
.faq-cta { text-align: center; margin-top: 28px; font-size: 15px; color: var(--ink-3); }
.faq-cta a { color: var(--g-deep); font-weight: 600; }

/* signup */
.signup { padding-bottom: 0; }
.signup-card {
  position: relative; overflow: hidden; border-radius: calc(var(--radius) + 8px);
  background: var(--night); color: #fff;
  display: grid; grid-template-columns: 1fr 1fr; gap: clamp(24px, 4vw, 56px);
  padding: clamp(32px, 5vw, 64px) var(--pad);
}
.signup-card::before { content: ''; position: absolute; inset: 0; background: radial-gradient(55% 60% at 0% 100%, rgba(34, 197, 94, .5), transparent 70%), radial-gradient(40% 40% at 100% 0%, rgba(187, 244, 81, .16), transparent 70%); pointer-events: none; }
.signup-card > * { position: relative; }
.signup-card h2 { color: #fff; }
.signup-card .lead { color: rgba(255, 255, 255, .75); }
.signup-points { list-style: none; margin: 26px 0 0; padding: 0; display: grid; gap: 12px; }
.signup-points li { display: flex; gap: 12px; align-items: flex-start; font-size: 15.5px; color: rgba(255, 255, 255, .85); }
.signup-points .ico { width: 22px; height: 22px; padding: 4px; border-radius: 50%; background: var(--g); color: var(--ink); flex: none; }
.form { border-radius: var(--radius); background: #fff; color: var(--ink); padding: 28px; box-shadow: var(--shadow-lg); display: grid; gap: 16px; }
.form h3 { font-size: 22px; font-weight: 800; letter-spacing: -0.02em; }
.field { display: grid; gap: 6px; }
.field label { font-size: 13.5px; font-weight: 600; color: var(--ink-2); }
.field input, .field select {
  width: 100%; padding: 13px 14px; border-radius: 12px; border: 1px solid var(--line-2); background: #fff;
  font: inherit; font-size: 16px; color: var(--ink); appearance: none; -webkit-appearance: none;
  transition: border-color .15s, box-shadow .15s;
}
.field input:focus, .field select:focus { outline: none; border-color: var(--g); box-shadow: 0 0 0 4px rgba(34, 197, 94, .2); }
.field .with-at { position: relative; }
.field .with-at::before { content: '@'; position: absolute; left: 14px; top: 50%; transform: translateY(-50%); color: var(--ink-3); font-weight: 600; }
.field .with-at input { padding-left: 32px; }
.field select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='%237b857f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m4 6 4 4 4-4'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px center; padding-right: 36px; }
.field .err { font-size: 12.5px; color: #b91c1c; display: none; }
.field.bad input, .field.bad select { border-color: #dc2626; }
.field.bad .err { display: block; }
.row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip { position: relative; }
.chip input { position: absolute; opacity: 0; inset: 0; width: 100%; height: 100%; cursor: pointer; }
.chip span { display: inline-flex; align-items: center; gap: 8px; padding: 10px 14px; border-radius: 999px; border: 0; font-size: 14.5px; font-weight: 500; background: linear-gradient(180deg, #ffffff, #f1f4f1); box-shadow: inset 0 1px 0 #fff, inset 0 -1px 0 rgba(10, 15, 12, .06), inset 0 0 0 1px rgba(10, 15, 12, .14), 0 1px 2px rgba(10, 15, 12, .1); transition: background .15s, box-shadow .15s, color .15s; }
.chip span .ico { width: 16px; height: 16px; }
.chip input:checked + span { color: var(--g-dark); background: linear-gradient(180deg, #dcfce7, #b9f5cc); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .85), inset 0 -1px 0 rgba(21, 128, 61, .18), inset 0 0 0 1px rgba(21, 128, 61, .35), 0 1px 2px rgba(21, 128, 61, .18); }
.chip input:focus-visible + span { box-shadow: 0 0 0 4px rgba(34, 197, 94, .25); }
.form .btn { width: 100%; padding: 16px; font-size: 16px; }
.form .fine { font-size: 12.5px; color: var(--ink-3); text-align: center; text-wrap: pretty; }
.form .fine a { text-decoration: underline; }
.form-err { display: none; padding: 12px 14px; border-radius: 12px; background: #fef2f2; color: #991b1b; font-size: 14px; }
.form-err.show { display: block; }
.hp { position: absolute; left: -9999px; opacity: 0; height: 0; width: 0; }
.done { text-align: center; padding: 20px 0; display: none; }
.done .big { width: 72px; height: 72px; margin: 0 auto 18px; border-radius: 50%; background: var(--g); color: var(--ink); display: grid; place-items: center; }
.done .big .ico { width: 34px; height: 34px; stroke-width: 2.4; }
.done h3 { font-size: 28px; }
.done p { margin-top: 10px; color: var(--ink-2); text-wrap: pretty; }
.form.is-done .form-body { display: none; }
.form.is-done .done { display: block; }
@media (max-width: 860px) { .signup-card { grid-template-columns: 1fr; } .row2 { grid-template-columns: 1fr; } }

/* footer */
footer { padding: 40px 0 36px; }
.foot { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px 28px; font-size: 14px; color: var(--ink-3); }
.foot-links { display: flex; flex-wrap: wrap; gap: 6px 20px; }
.foot-links a:hover { color: var(--ink); }
.foot .brand { font-size: 18px; }
.foot .brand-mark { height: 28px; }

/* reveal */
.rv { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s cubic-bezier(.2, .7, .2, 1); }
.rv.in { opacity: 1; transform: none; }
.rv-d1 { transition-delay: .08s; } .rv-d2 { transition-delay: .16s; } .rv-d3 { transition-delay: .24s; }
@media (prefers-reduced-motion: reduce) { .rv { opacity: 1; transform: none; transition: none; } }

/* legal pages */
.legal { max-width: 760px; margin: 0 auto; padding: 56px 0 80px; }
.legal h1 { font-size: clamp(36px, 5vw, 56px); font-weight: 800; letter-spacing: -0.03em; }
.legal .upd { margin-top: 10px; color: var(--ink-3); font-size: 14px; }
.legal h2 { font-size: 24px; margin-top: 40px; letter-spacing: -0.02em; }
.legal p, .legal li { margin-top: 12px; color: var(--ink-2); }
.legal ul { padding-left: 20px; }
.legal a { color: var(--g-deep); text-decoration: underline; }
