/* Locomint — site styles. Navy + mint brand, editorial type, real data on the page. */
:root {
  --navy: #0B1F2A;
  --navy-2: #102B38;
  --navy-3: #16394A;
  --mint: #34D399;
  --mint-2: #2DD4BF;
  --mint-deep: #0F766E;
  --cream: #F7F5F0;
  --paper: #FFFFFF;
  --ink: #0B1F2A;
  --ink-2: #3B4A55;
  --ink-3: #6B7A86;
  --line: rgba(11, 31, 42, 0.10);
  --line-dark: rgba(255, 255, 255, 0.10);
  --amber: #FDE047;
  --coral: #F87171;
  --radius: 18px;
  --radius-s: 10px;
  --shadow: 0 30px 60px -30px rgba(11, 31, 42, 0.45);
  --font-display: "Manrope", "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-body: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  --max: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
h1, h2, h3, h4 { font-family: var(--font-display); letter-spacing: -0.02em; line-height: 1.1; margin: 0; }
h1 { font-size: clamp(2.3rem, 4.6vw, 3.6rem); font-weight: 800; }
h2 { font-size: clamp(1.8rem, 3.4vw, 2.6rem); font-weight: 800; }
h3 { font-size: 1.25rem; font-weight: 700; }
p { margin: 0 0 1rem; }
code, pre { font-family: var(--font-mono); font-size: 0.86rem; }
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 24px; }
.eyebrow {
  display: block; margin: 0 0 10px;
  font-size: 0.78rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--mint-deep);
}
.dark .eyebrow { color: var(--mint); }
.lede { font-size: 1.15rem; color: var(--ink-2); max-width: 60ch; }
.dark .lede { color: rgba(255, 255, 255, 0.72); }
.muted { color: var(--ink-3); }
.dark { background: var(--navy); color: #fff; }

/* --- nav ------------------------------------------------------------------------- */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(11, 31, 42, 0.86); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line-dark); color: #fff;
}
.nav .wrap { display: flex; align-items: center; justify-content: space-between; height: 66px; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; font-family: var(--font-display); font-weight: 800; font-size: 1.15rem; letter-spacing: -0.01em; }
.brand img { width: 34px; height: 34px; }
.nav-links { display: flex; align-items: center; gap: 4px; font-size: 0.93rem; }
.nav-links > a, .nav-links .menu > button { text-decoration: none; color: rgba(255, 255, 255, 0.82); padding: 8px 12px; border-radius: 8px; background: none; border: 0; font: inherit; cursor: pointer; }
.nav-links > a:hover, .nav-links .menu > button:hover, .nav-links .menu.open > button { color: #fff; background: rgba(255, 255, 255, 0.07); }
.nav-links .menu { position: relative; }
.nav-links .menu > button::after { content: ""; display: inline-block; width: 6px; height: 6px; margin-left: 8px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: translateY(-3px) rotate(45deg); opacity: 0.7; }
.nav-links .ctas { display: flex; gap: 8px; margin-left: 14px; }
.mega { display: none; position: absolute; top: calc(100% + 12px); left: 0; z-index: 60; color: #fff; background: rgba(9, 27, 38, 0.94); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); border: 1px solid rgba(255, 255, 255, 0.14); box-shadow: 0 40px 80px -30px rgba(0, 0, 0, 0.8), inset 0 1px 0 rgba(255, 255, 255, 0.08); border-radius: 16px; }
.mega::before { content: ""; position: absolute; left: 0; right: 0; top: -16px; height: 16px; }
.menu.open .mega { display: grid; }
.mega.glass { width: 480px; padding: 14px; grid-template-columns: 1fr; gap: 2px; }
.mega .group { grid-column: 1 / -1; font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--mint); padding: 6px 8px 4px; font-weight: 700; }
.mega-card { display: grid; grid-template-columns: 40px 1fr; gap: 12px; align-items: center; padding: 9px 10px; border-radius: 12px; text-decoration: none; color: inherit; }
.mega-card:hover { background: rgba(52, 211, 153, 0.12); }
.mega-card img { width: 40px; height: 40px; border-radius: 11px; }
.mega-card b { display: block; font-size: 0.92rem; }
.mega-card small { color: rgba(255, 255, 255, 0.65); font-size: 0.78rem; }
.mega.dev { width: 240px; grid-template-columns: 1fr; padding: 8px; }
.mega.dev a { padding: 10px 12px; border-radius: 10px; text-decoration: none; color: inherit; display: block; font-size: 0.92rem; font-weight: 600; }
.mega.dev a:hover { background: rgba(52, 211, 153, 0.12); }
.nav-toggle { display: none; background: none; border: 1px solid var(--line-dark); color: #fff; border-radius: 8px; padding: 7px 12px; font: inherit; font-size: 0.9rem; font-weight: 600; }

/* --- buttons --------------------------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 12px 20px; border-radius: 999px; text-decoration: none; font-weight: 700; font-size: 0.95rem;
  border: 1px solid transparent; transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
  cursor: pointer; font-family: var(--font-body);
}
.btn:hover { transform: translateY(-1px); }
.btn-mint { background: var(--mint); color: var(--navy); box-shadow: 0 10px 30px -10px rgba(52, 211, 153, 0.7); }
.btn-mint:hover { background: #4ade80; }
.btn-ghost { background: transparent; color: #fff; border-color: rgba(255, 255, 255, 0.25); }
.btn-ghost:hover { border-color: #fff; }
.btn-dark { background: var(--navy); color: #fff; }
.btn-dark:hover { background: var(--navy-3); }
.btn-sm { padding: 9px 14px; font-size: 0.85rem; }

/* --- hero ------------------------------------------------------------------------ */
.hero {
  position: relative; overflow: hidden; padding: 96px 0 80px;
  background:
    radial-gradient(900px 500px at 15% 0%, rgba(52, 211, 153, 0.22), transparent 60%),
    radial-gradient(700px 400px at 90% 20%, rgba(45, 212, 191, 0.12), transparent 60%),
    var(--navy);
}
.hero::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: 0.35;
  background-image: linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(800px 500px at 50% 0%, #000, transparent 75%);
}
.hero .wrap { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.hero .wrap > * { min-width: 0; }
.hero h1 { max-width: 14ch; }
.hero h1 { margin: 18px 0 20px; }
.hero h1 em { font-style: normal; color: var(--mint); }
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; margin: 28px 0 30px; }
.pill {
  display: inline-flex; align-items: center; gap: 8px; padding: 6px 12px; border-radius: 999px;
  background: rgba(255, 255, 255, 0.06); border: 1px solid var(--line-dark); font-size: 0.85rem; color: rgba(255, 255, 255, 0.85);
}
.pill .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 4px rgba(52, 211, 153, 0.2); }
.pill.warn .dot { background: var(--amber); box-shadow: 0 0 0 4px rgba(253, 224, 71, 0.2); }
.pill.down .dot { background: var(--coral); box-shadow: 0 0 0 4px rgba(248, 113, 113, 0.2); }
.status-line { display: flex; align-items: center; gap: 10px; font-size: 0.95rem; color: var(--ink-2); margin: 0; }
.status-line .dot { width: 9px; height: 9px; border-radius: 50%; background: var(--mint); flex: none; }
.status-line.warn .dot { background: var(--amber); }
.status-line.down .dot { background: var(--coral); }
.hero-facts { display: flex; gap: 28px; flex-wrap: wrap; margin-top: 8px; }
.fact b { display: block; font-family: var(--font-display); font-size: 1.5rem; letter-spacing: -0.02em; }
.fact span { font-size: 0.82rem; color: rgba(255, 255, 255, 0.6); }

/* --- terminal + response cards --------------------------------------------------- */
.stack { position: relative; }
.card-dark {
  background: #071620; border: 1px solid rgba(255, 255, 255, 0.12); border-radius: var(--radius);
  box-shadow: var(--shadow); overflow: hidden; color: #DCE6EC;
}
.card-head { display: flex; align-items: center; gap: 8px; padding: 12px 14px; border-bottom: 1px solid rgba(255, 255, 255, 0.08); font-size: 0.8rem; color: rgba(255, 255, 255, 0.55); }
.card-head .method-tag { font-family: var(--font-mono); font-weight: 600; font-size: 0.72rem; letter-spacing: 0.04em; color: var(--navy); background: var(--mint); padding: 2px 7px; border-radius: 5px; }
.card-head .method-tag.ok { background: transparent; color: var(--mint); border: 1px solid rgba(52, 211, 153, 0.5); }
.card-head .path { font-family: var(--font-mono); color: rgba(255, 255, 255, 0.75); font-size: 0.8rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.tabs { display: flex; gap: 4px; margin-left: auto; }
.tabs button { background: none; border: 1px solid transparent; color: rgba(255, 255, 255, 0.55); padding: 4px 10px; border-radius: 6px; font-size: 0.78rem; cursor: pointer; font-family: var(--font-mono); }
.tabs button.active { color: var(--mint); border-color: rgba(52, 211, 153, 0.35); background: rgba(52, 211, 153, 0.08); }
.card-dark pre { margin: 0; padding: 16px 18px; overflow-x: auto; line-height: 1.6; max-width: 100%; white-space: pre-wrap; word-break: break-word; scrollbar-width: none; }
.card-dark pre::-webkit-scrollbar { display: none; }
.card-dark pre[hidden] { display: none; }
.k { color: #7DD3FC; } .s { color: #A7F3D0; } .n { color: #FDE68A; } .c { color: rgba(255, 255, 255, 0.4); } .kw { color: #F0ABFC; }
.response { margin-top: 14px; margin-left: 36px; }
.copy { margin-left: 8px; background: none; border: 1px solid rgba(255, 255, 255, 0.15); color: rgba(255, 255, 255, 0.7); border-radius: 6px; padding: 3px 8px; font-size: 0.72rem; cursor: pointer; }
.copy:hover { color: #fff; border-color: #fff; }

/* --- sections -------------------------------------------------------------------- */
.section { padding: 88px 0; }
.section-head { max-width: 720px; margin-bottom: 44px; }
.section-head h2 { margin: 14px 0 14px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }

.strip { background: var(--navy-2); border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); color: rgba(255, 255, 255, 0.75); }
.strip .wrap { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 24px; font-size: 0.92rem; flex-wrap: wrap; }
.strip b { color: #fff; }

/* products */
.product {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px;
  display: flex; flex-direction: column; gap: 12px; transition: transform 0.18s ease, box-shadow 0.18s ease;
  text-decoration: none;
}
.product:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.product img { width: 64px; height: 64px; border-radius: 16px; }
.product h3 { margin-top: 6px; }
.product p { color: var(--ink-2); font-size: 0.95rem; margin: 0; flex: 1; }
.product .price { display: flex; align-items: baseline; justify-content: space-between; border-top: 1px solid var(--line); padding-top: 12px; margin-top: 4px; }
.product .price b { font-family: var(--font-display); font-size: 1.1rem; }
.product .price span { font-size: 0.82rem; color: var(--mint-deep); font-weight: 700; }
.badge { display: inline-block; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; padding: 4px 8px; border-radius: 6px; background: rgba(52, 211, 153, 0.15); color: var(--mint-deep); }
.badge.soon { background: rgba(253, 224, 71, 0.25); color: #7C5A00; }

/* steps */
.step { position: relative; padding: 26px 24px 24px; border-radius: var(--radius); background: var(--paper); border: 1px solid var(--line); }
.step h3 { margin: 0 0 8px; }
.step p { margin: 0; color: var(--ink-2); }

/* fields */
.fields { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.field-group { background: var(--navy-2); border: 1px solid var(--line-dark); border-radius: var(--radius); padding: 20px; }
.field-group h3 { color: var(--mint); font-size: 0.85rem; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 12px; }
.field-group ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 6px; }
.field-group li { font-family: var(--font-mono); font-size: 0.82rem; color: rgba(255, 255, 255, 0.85); }
.field-group li span { color: rgba(255, 255, 255, 0.45); font-family: var(--font-body); margin-left: 8px; }

/* coverage */
.coverage { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 28px; align-items: center; }
.stat-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.stat { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-s); padding: 18px; }
.stat b { display: block; font-family: var(--font-display); font-size: 2rem; letter-spacing: -0.02em; }
.stat span { font-size: 0.85rem; color: var(--ink-3); }

/* pricing */
.plans { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.plan { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; display: flex; flex-direction: column; gap: 10px; }
.plan.featured { border-color: var(--mint); box-shadow: 0 0 0 4px rgba(52, 211, 153, 0.15); }
.plan .name { font-weight: 700; color: var(--ink-3); font-size: 0.85rem; letter-spacing: 0.08em; text-transform: uppercase; }
.plan .amount { font-family: var(--font-display); font-size: 2.2rem; font-weight: 800; letter-spacing: -0.03em; }
.plan .amount small { font-size: 0.9rem; color: var(--ink-3); font-weight: 500; letter-spacing: 0; }
.plan ul { list-style: none; padding: 0; margin: 6px 0 12px; display: grid; gap: 8px; font-size: 0.92rem; color: var(--ink-2); }
.plan li::before { content: "✓ "; color: var(--mint-deep); font-weight: 700; }
.plan .btn { margin-top: auto; justify-content: center; }
.ppr { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 30px; }
.ppr div { background: var(--navy); color: #fff; border-radius: var(--radius-s); padding: 18px 20px; }
.ppr b { font-family: var(--font-display); font-size: 1.4rem; display: block; }
.ppr span { font-size: 0.85rem; color: rgba(255, 255, 255, 0.65); }

/* principles */
.principles { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.principle { border-left: 3px solid var(--mint); padding: 6px 0 6px 18px; }
.principle h3 { font-size: 1.05rem; margin-bottom: 6px; }
.principle p { margin: 0; color: rgba(255, 255, 255, 0.7); }

/* faq */
details { border-bottom: 1px solid var(--line); padding: 16px 0; }
summary { cursor: pointer; font-weight: 700; font-family: var(--font-display); font-size: 1.05rem; list-style: none; display: flex; justify-content: space-between; }
summary::after { content: "+"; color: var(--mint-deep); font-size: 1.3rem; }
details[open] summary::after { content: "–"; }
details p { margin: 10px 0 0; color: var(--ink-2); max-width: 70ch; }

/* footer */
footer { background: var(--navy); color: rgba(255, 255, 255, 0.7); padding: 56px 0 28px; border-top: 1px solid var(--line-dark); }
.foot { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 28px; margin-bottom: 36px; }
.foot h4 { color: #fff; font-size: 0.85rem; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 12px; }
.foot a { display: block; text-decoration: none; color: rgba(255, 255, 255, 0.7); margin-bottom: 8px; font-size: 0.93rem; }
.foot a:hover { color: #fff; }
.foot-bottom { border-top: 1px solid var(--line-dark); padding-top: 20px; font-size: 0.82rem; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; }

/* docs / prose pages */
.page { padding: 64px 0 96px; }
.page-grid { display: grid; grid-template-columns: 240px 1fr; gap: 48px; }
.toc { position: sticky; top: 90px; align-self: start; font-size: 0.9rem; }
.toc a { display: block; text-decoration: none; color: var(--ink-2); padding: 5px 0; }
.toc a:hover { color: var(--ink); }
.toc .toc-head { font-weight: 700; margin-bottom: 8px; color: var(--ink); }
.prose h1 { font-size: clamp(2rem, 4vw, 3rem); margin-bottom: 12px; }
.prose h2 { font-size: 1.6rem; margin: 48px 0 12px; padding-top: 12px; border-top: 1px solid var(--line); }
.prose h3 { margin: 26px 0 8px; }
.prose p, .prose li { color: var(--ink-2); }
.prose pre { background: #071620; color: #DCE6EC; padding: 16px 18px; border-radius: var(--radius-s); overflow-x: auto; line-height: 1.6; }
.prose code:not(pre code) { background: rgba(11, 31, 42, 0.07); padding: 2px 6px; border-radius: 5px; font-size: 0.85em; }
.prose table { width: 100%; border-collapse: collapse; font-size: 0.92rem; margin: 12px 0 20px; }
.prose th, .prose td { text-align: left; padding: 10px 12px; border-bottom: 1px solid var(--line); vertical-align: top; }
.prose th { font-size: 0.78rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-3); }
.table-wrap { overflow-x: auto; }
.method { font-family: var(--font-mono); font-size: 0.75rem; font-weight: 700; padding: 2px 7px; border-radius: 5px; background: rgba(52, 211, 153, 0.18); color: var(--mint-deep); margin-right: 6px; }
.method.post { background: rgba(125, 211, 252, 0.25); color: #075985; }
.callout { border-left: 3px solid var(--mint); background: rgba(52, 211, 153, 0.08); padding: 14px 18px; border-radius: 0 var(--radius-s) var(--radius-s) 0; margin: 18px 0; }
.callout p { margin: 0; }
.form { display: grid; gap: 14px; max-width: 560px; }
.form label { font-weight: 600; font-size: 0.92rem; }
.form input, .form textarea, .form select { width: 100%; padding: 12px 14px; border: 1px solid var(--line); border-radius: var(--radius-s); font: inherit; background: #fff; }
.form textarea { min-height: 120px; }

/* status page */
.status-hero { padding: 64px 0 40px; }
.status-big { display: flex; align-items: center; gap: 16px; font-family: var(--font-display); font-size: 2rem; font-weight: 800; }
.status-big .dot { width: 16px; height: 16px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 6px rgba(52, 211, 153, 0.2); }
.status-big.warn .dot { background: var(--amber); box-shadow: 0 0 0 6px rgba(253, 224, 71, 0.25); }
.status-big.down .dot { background: var(--coral); box-shadow: 0 0 0 6px rgba(248, 113, 113, 0.25); }

/* --- responsive ------------------------------------------------------------------ */
@media (max-width: 980px) {
  .hero .wrap { grid-template-columns: 1fr; gap: 40px; }
  .response { margin-left: 16px; }
  .grid-3, .fields, .plans, .principles, .coverage, .ppr { grid-template-columns: 1fr 1fr; }
  .foot { grid-template-columns: 1fr 1fr; }
  .page-grid { grid-template-columns: 1fr; }
  .toc { position: static; display: flex; gap: 14px; flex-wrap: wrap; border-bottom: 1px solid var(--line); padding-bottom: 12px; }
  .toc .toc-head { width: 100%; }
}
@media (max-width: 640px) {
  .hero { padding: 64px 0 56px; }
  .grid-3, .fields, .plans, .principles, .coverage, .ppr, .grid-2, .foot, .stat-grid { grid-template-columns: 1fr; }
  .nav-links { display: none; position: absolute; top: 66px; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0; background: var(--navy); border-bottom: 1px solid var(--line-dark); padding: 10px 16px 16px; max-height: calc(100vh - 66px); overflow-y: auto; }
  .nav-links.open { display: flex; }
  .nav-links > a, .nav-links .menu > button { padding: 12px 8px; width: 100%; text-align: left; font-size: 1rem; }
  .nav-links .menu > button::after { float: right; margin-top: 8px; }
  .mega, .mega.glass, .mega.dev { position: static; width: auto; box-shadow: none; border: 0; backdrop-filter: none; -webkit-backdrop-filter: none; border-radius: 10px; padding: 4px 8px 12px; background: rgba(255, 255, 255, 0.04); grid-template-columns: 1fr; }
  .mega-card:hover, .mega.dev a:hover { background: rgba(255, 255, 255, 0.08); }
  .nav-links .ctas { margin: 12px 0 0; flex-direction: column; }
  .nav-links .ctas .btn { justify-content: center; }
  .nav-toggle { display: block; }
  .section { padding: 64px 0; }
  .response { margin-left: 0; margin-top: 12px; }
}

/* --- signup page ------------------------------------------------------------------- */
.signup-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.signup-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; }
.plain-list { padding-left: 18px; color: var(--ink-2); display: grid; gap: 8px; }
.form .hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form { position: relative; }
.form-error { color: #B91C1C; font-size: 0.9rem; margin: 0; }
.key-box { display: flex; align-items: center; gap: 10px; background: #071620; color: #A7F3D0; padding: 12px 14px; border-radius: var(--radius-s); font-family: var(--font-mono); font-size: 0.9rem; word-break: break-all; }
.key-box code { flex: 1; }
.key-pre { background: #071620; color: #DCE6EC; padding: 14px 16px; border-radius: var(--radius-s); white-space: pre-wrap; word-break: break-all; font-size: 0.82rem; line-height: 1.6; margin: 0 0 12px; }
.foot-apify { font-size: 0.85rem; color: rgba(255, 255, 255, 0.55); margin-top: 10px; }
.foot-apify a { display: inline; color: rgba(255, 255, 255, 0.7); }
@media (max-width: 860px) { .signup-grid { grid-template-columns: 1fr; } }

/* --- upgrade page ------------------------------------------------------------------ */
.plan-pick { display: grid; gap: 10px; margin-top: 18px; }
.plan-opt { display: flex; gap: 12px; align-items: flex-start; padding: 14px 16px; border: 1px solid var(--line); border-radius: var(--radius-s); background: var(--paper); cursor: pointer; }
.plan-opt:has(input:checked) { border-color: var(--mint); box-shadow: 0 0 0 3px rgba(52, 211, 153, 0.18); }
.plan-opt input { margin-top: 4px; }
.plan-opt b { font-family: var(--font-display); }
.plan-opt small { display: block; color: var(--ink-3); font-size: 0.85rem; }
