/* Exam Stories — Tamil-first TNPSC learning platform
   Palette: deep navy + bright orange + soft blue/green pastels.
   Type: Plus Jakarta Sans (latin) falling back to Noto Sans Tamil (Tamil). */

:root {
  --navy: #0b2a5b;
  --navy-2: #123a78;
  --navy-deep: #071c3f;
  --orange: #f97316;
  --orange-2: #e2620a;
  --orange-text: #c2410c;
  --orange-soft: #fff1e3;
  --blue-soft: #dcebfa;
  --green-soft: #ddf3e8;
  --green: #0f7a4a;
  --blue: #1d6fd0;
  --blue-deep: #1a5bb0;

  --bg: #f6f9fe;
  --surface: #ffffff;
  --ink: #14213a;
  --muted: #56667f;
  --line: rgba(11, 42, 91, 0.12);
  --line-strong: rgba(11, 42, 91, 0.26);
  --line-inv: rgba(255, 255, 255, 0.16);
  --inv-muted: rgba(232, 240, 252, 0.78);

  --sans: "Plus Jakarta Sans", "Noto Sans Tamil", system-ui, sans-serif;
  --tamil: "Noto Sans Tamil", "Plus Jakarta Sans", system-ui, sans-serif;

  --wrap: 1200px;
  --narrow: 760px;
  --pad: clamp(18px, 4.4vw, 56px);
  --r-lg: 22px;
  --r: 16px;
  --r-sm: 11px;
  --sh-sm: 0 1px 2px rgba(11, 42, 91, 0.06), 0 10px 24px -18px rgba(11, 42, 91, 0.3);
  --sh: 0 1px 2px rgba(11, 42, 91, 0.05), 0 24px 48px -30px rgba(11, 42, 91, 0.35);
  --sh-hi: 0 2px 6px rgba(11, 42, 91, 0.06), 0 34px 62px -28px rgba(11, 42, 91, 0.42);
  --ease: cubic-bezier(0.22, 0.62, 0.24, 1);
}

*,
*::before,
*::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 88px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  font-size: clamp(16px, 0.42vw + 15.3px, 17.6px);
  line-height: 1.78;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
}

h1, h2, h3, h4 { font-family: var(--tamil); font-weight: 700; line-height: 1.28; letter-spacing: -0.006em; margin: 0; color: var(--navy); overflow-wrap: break-word; }
p { margin: 0; }
ul, ol, dl, dd { margin: 0; padding: 0; }
li { list-style: none; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
input { font: inherit; }
strong { font-weight: 700; }

:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; border-radius: 4px; }
.sec--navy :focus-visible, .foot :focus-visible, .cta-band :focus-visible, .hero__copy :focus-visible { outline-color: var(--blue-soft); }

.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: 12px; top: -70px; z-index: 90; background: var(--navy); color: #fff; padding: 11px 18px; border-radius: var(--r-sm); }
.skip:focus { top: 12px; }

.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: var(--pad); }
.wrap--narrow { max-width: var(--narrow); }

/* ---------- shared type ---------- */
.kicker {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 13px; font-weight: 700; letter-spacing: 0.04em; color: var(--blue);
  margin-bottom: 12px;
}
.kicker--orange { color: var(--orange-text); }
.kicker--green { color: var(--green); }
.kicker--red { color: #b83a2b; }
.kicker--gold, .kicker--blue { color: #ffc46b; }
.sec--soft .kicker--gold { color: var(--orange-text); }
.band .kicker--gold, .sec--navy .kicker--gold { color: #ffc46b; }
.dot { width: 4px; height: 4px; border-radius: 50%; background: currentColor; opacity: 0.45; flex: none; }

.head { max-width: 62ch; margin-bottom: clamp(28px, 4vw, 46px); }
.h2 { font-size: clamp(26px, 3.1vw, 42px); line-height: 1.24; }
.h2--light { color: #fff; }
.sub { margin-top: 12px; color: var(--muted); font-size: clamp(16px, 0.6vw + 15px, 18px); max-width: 60ch; }
.lede { margin-top: 18px; color: var(--muted); font-size: clamp(16.5px, 0.7vw + 15.4px, 19.5px); line-height: 1.72; max-width: 54ch; }
.lede--narrow { max-width: 62ch; }
.body-p { margin-top: 16px; color: var(--inv-muted); max-width: 48ch; }
.note { margin-top: 26px; font-size: 15px; color: var(--muted); border-left: 3px solid var(--orange); padding-left: 14px; max-width: 66ch; }
.fine { margin-top: 16px; font-size: 14.5px; color: var(--muted); }
.ilink { color: var(--blue); border-bottom: 1px solid color-mix(in srgb, var(--blue) 40%, transparent); }
.ilink:hover { color: var(--orange-text); border-bottom-color: currentColor; }

/* long Tamil words must not widen a grid track past the viewport */
.features > *, .plans > *, .quotes > *, .grid-3 > *, .steps > *, .compare > *, .demo > *, .stats__list > *, .split > *, .band__in > *, .hero__in > *, .cta-band__in > *, .flow__row > *, .quiz__opts > *, .demo__side > *, .demo__main > *, .hero__copy > *, .legal > * { min-width: 0; }
p, li, span { overflow-wrap: break-word; }
.plan__price { overflow-wrap: anywhere; }

.tagk {
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 12.5px; font-weight: 700; letter-spacing: 0.02em;
  color: var(--navy); background: var(--blue-soft);
  border-radius: 8px; padding: 5px 10px; white-space: nowrap;
}
.tagk--orange { background: var(--orange-soft); color: var(--orange-text); }
.tagk--green { background: var(--green-soft); color: var(--green); }
.tagk--blue { background: #e5edff; color: var(--blue-deep); }
.tagk--sm { font-size: 12px; padding: 4px 9px; }

.badge {
  display: inline-flex; align-items: center; gap: 9px;
  background: #fff; border: 1px solid var(--line); border-radius: 999px;
  padding: 7px 15px 7px 11px; font-size: 14px; font-weight: 600; color: var(--navy);
  box-shadow: var(--sh-sm);
}
.badge__dot { width: 8px; height: 8px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 4px rgba(249, 115, 22, 0.18); flex: none; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  border-radius: 12px; border: 1.5px solid transparent; padding: 12px 22px;
  font-family: var(--tamil); font-size: 15.5px; font-weight: 700; line-height: 1.4;
  white-space: nowrap; cursor: pointer;
  transition: transform 0.16s var(--ease), background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn--sm { padding: 9px 15px; font-size: 14.5px; border-radius: 11px; }
.btn--lg { padding: 15px 27px; font-size: 16.5px; border-radius: 14px; }
.btn--orange { background: var(--orange); color: var(--navy-deep); box-shadow: 0 12px 26px -14px rgba(249, 115, 22, 0.85); }
.btn--orange:hover { background: var(--orange-2); }
.btn--outline { border-color: var(--navy); color: var(--navy); background: #fff; }
.btn--outline:hover { background: var(--blue-soft); }
.btn--ghost { border-color: var(--line-strong); color: var(--navy); background: transparent; }
.btn--ghost:hover { border-color: var(--navy); background: rgba(11, 42, 91, 0.05); }
.btn--white { background: #fff; color: var(--navy); }
.btn--white:hover { background: var(--blue-soft); }
.btn .ar { font-family: var(--sans); font-weight: 700; transition: transform 0.2s var(--ease); }
.btn:hover .ar { transform: translateX(3px); }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }

/* not-yet-built capability: reads as a control, does not act as a link */
.is-soon { opacity: 0.9; cursor: not-allowed; }
.is-soon:hover { transform: none; }
.is-soon.btn--orange { background: #f0c9a6; box-shadow: none; }
.is-soon.btn--outline { background: #f3f6fb; }
.is-soon.btn--ghost { background: transparent; }

/* ---------- header ---------- */
.top {
  position: sticky; top: 0; z-index: 60;
  background: color-mix(in srgb, #fff 88%, transparent);
  backdrop-filter: blur(14px) saturate(1.3);
  border-bottom: 1px solid var(--line);
  transition: box-shadow 0.3s ease, background 0.3s ease;
}
.top.is-stuck { box-shadow: 0 14px 34px -26px rgba(11, 42, 91, 0.55); background: color-mix(in srgb, #fff 96%, transparent); }
.top__in { display: flex; align-items: center; gap: clamp(10px, 1.9vw, 24px); min-height: 76px; max-width: 1500px; }

.brand { display: inline-flex; align-items: center; gap: 11px; flex: none; }
.brand__mark { display: inline-flex; color: var(--navy); }
.brand__mark svg { width: 38px; height: 38px; }
.brand__text { display: grid; gap: 2px; }
.brand__word { font-family: var(--sans); font-size: 20px; font-weight: 800; letter-spacing: -0.02em; line-height: 1.1; color: var(--navy); white-space: nowrap; }
.brand__word em { font-style: normal; color: var(--orange-text); }
.brand__tag { font-family: var(--tamil); font-size: 11.5px; font-weight: 600; color: var(--muted); line-height: 1.45; max-width: 24ch; }
.brand--foot .brand__word { color: #fff; }

.nav { display: flex; gap: clamp(8px, 1.3vw, 22px); margin-left: auto; }
.nav__link {
  position: relative; font-family: var(--tamil); font-size: 15px; font-weight: 600;
  color: var(--muted); padding: 8px 2px; border-radius: 6px;
  transition: color 0.2s ease;
}
.nav__link::after {
  content: ""; position: absolute; left: 2px; right: 2px; bottom: 2px; height: 2px;
  background: var(--orange); border-radius: 2px; transform: scaleX(0); transform-origin: left;
  transition: transform 0.22s var(--ease);
}
.nav__link:hover { color: var(--navy); }
.nav__link:hover::after, .nav__link.is-current::after { transform: scaleX(1); }
.nav__link.is-current { color: var(--navy); }

.top__cta { display: flex; align-items: center; gap: 10px; margin-left: auto; }
.nav + .top__cta { margin-left: 0; }
.burger { display: none; width: 44px; height: 44px; border: 1.5px solid var(--line-strong); border-radius: 12px; align-items: center; justify-content: center; background: #fff; }
.burger__bar, .burger__bar::before, .burger__bar::after { content: ""; display: block; width: 18px; height: 2px; background: var(--navy); border-radius: 2px; position: relative; }
.burger__bar::before { position: absolute; top: -6px; }
.burger__bar::after { position: absolute; top: 6px; }

/* ---------- hero ---------- */
.hero { position: relative; background: linear-gradient(175deg, #e8f2ff 0%, #f6f9fe 52%, #fff 100%); overflow: clip; }
.hero__glow {
  position: absolute; inset: 0; pointer-events: none;
  background-image: radial-gradient(620px 380px at 82% 8%, rgba(249, 115, 22, 0.14), transparent 68%),
    radial-gradient(520px 360px at 6% 82%, rgba(29, 111, 208, 0.14), transparent 70%);
}
.hero__in { position: relative; display: grid; grid-template-columns: minmax(0, 1.26fr) minmax(0, 0.74fr); gap: clamp(26px, 4.4vw, 60px); align-items: center; padding-block: clamp(36px, 5.4vw, 72px); }
.hero__h1 { font-size: clamp(27px, 3.1vw, 42px); line-height: 1.36; letter-spacing: -0.01em; }
.hero__h1 span { display: block; }
.hero__lead { font-size: clamp(19px, 1.7vw, 24px); font-weight: 700; color: var(--muted); line-height: 1.5; margin-bottom: 6px; }
.hero__main { color: var(--navy); }
.hero__mark { color: var(--orange-text); position: relative; width: fit-content; }
.hero__mark::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0.06em; height: 0.32em; z-index: -1;
  background: var(--orange-soft); border-radius: 4px;
}
.hero .lede { margin-top: 20px; }
.hero .lede { font-size: clamp(16px, 1.05vw, 18.5px); margin-top: 16px; max-width: 52ch; }
.hero .btn-row { margin-top: 26px; gap: 10px; }
.hero .btn--lg { padding: 14px 20px; font-size: 15.5px; }
.hero__copy .checks { margin-top: 26px; padding-top: 22px; border-top: 1px solid var(--line); }

.checks { display: flex; flex-wrap: wrap; gap: 10px 22px; }
.checks li { display: flex; align-items: center; gap: 8px; font-family: var(--tamil); font-size: 14.5px; font-weight: 600; color: var(--navy); }
.checks__tick { display: grid; place-items: center; width: 20px; height: 20px; flex: none; border-radius: 50%; background: var(--green-soft); color: var(--green); font-size: 12px; font-weight: 800; }

.hero__stage { position: relative; display: grid; }
.hero__img { width: 100%; border-radius: var(--r-lg); box-shadow: var(--sh-hi); }
.hero__float {
  position: absolute; display: inline-flex; align-items: center; gap: 7px;
  background: rgba(255, 255, 255, 0.94); border: 1px solid var(--line); border-radius: 999px;
  padding: 8px 14px; font-family: var(--tamil); font-size: 13.5px; font-weight: 700; color: var(--navy);
  box-shadow: var(--sh); animation: bob 6s ease-in-out infinite;
}
.hero__float--a { left: -8px; top: 12%; }
.hero__float--b { right: -6px; bottom: 11%; animation-delay: -3s; }
@keyframes bob { 0%, 100% { transform: translateY(-5px); } 50% { transform: translateY(5px); } }
@media (prefers-reduced-motion: reduce) { .hero__float { animation: none; } }

.loop { position: relative; border-top: 1px solid var(--line); background: rgba(255, 255, 255, 0.7); }
.loop__in { display: flex; align-items: center; gap: clamp(14px, 3vw, 40px); flex-wrap: wrap; padding-block: 16px; }
.loop__label { font-family: var(--sans); font-size: 12px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); white-space: nowrap; }
.loop__list { display: flex; align-items: center; gap: clamp(8px, 1.4vw, 16px); flex-wrap: wrap; margin-left: auto; }
.loop__list li { display: inline-flex; align-items: center; gap: 9px; font-family: var(--tamil); font-size: 15px; font-weight: 700; color: var(--navy); }
.loop__n { display: grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; background: var(--navy); color: #fff; font-family: var(--sans); font-size: 13px; font-weight: 800; }
.loop__sep { color: var(--orange); font-size: 17px; }

/* ---------- sections ---------- */
.sec { padding-block: clamp(56px, 8vw, 104px); }
.sec--tight { padding-block: clamp(38px, 5vw, 68px); }
.sec--soft { background: linear-gradient(180deg, #fff 0%, #eef5ff 100%); border-block: 1px solid var(--line); }
.sec--navy { background: linear-gradient(160deg, var(--navy-2) 0%, var(--navy) 46%, var(--navy-deep) 100%); color: var(--inv-muted); }
.sec--navy h2, .sec--navy .kicker { color: inherit; }
.sec--navy .h2--light { color: #fff; }

/* ---------- features ---------- */
.features { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: clamp(12px, 1.5vw, 20px); }
.feat { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); padding: 24px 20px 26px; box-shadow: var(--sh-sm); transition: transform 0.22s var(--ease), box-shadow 0.22s ease, border-color 0.22s ease; }
.feat:hover { transform: translateY(-5px); box-shadow: var(--sh); border-color: color-mix(in srgb, var(--orange) 40%, transparent); }
.feat__icon { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 13px; background: var(--blue-soft); font-size: 23px; margin-bottom: 16px; }
.feat__h { font-size: 17.5px; margin-bottom: 8px; line-height: 1.4; }
.feat__p { color: var(--muted); font-size: 15px; line-height: 1.66; }

/* ---------- stats ---------- */
.stats { padding-block: clamp(30px, 4vw, 48px); }
.stats__in { background: linear-gradient(120deg, var(--navy) 0%, var(--navy-2) 100%); border-radius: var(--r-lg); padding: clamp(24px, 3.4vw, 40px) clamp(18px, 3vw, 40px) clamp(16px, 2vw, 24px); box-shadow: var(--sh); }
.stats__list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(16px, 2.4vw, 30px); }
.stat { text-align: center; color: #fff; }
.stat__v { display: block; font-family: var(--sans); font-size: clamp(28px, 3.6vw, 44px); font-weight: 800; letter-spacing: -0.02em; color: var(--orange); line-height: 1.1; }
.stat__l { display: block; margin-top: 6px; font-family: var(--tamil); font-size: 14.5px; font-weight: 600; color: var(--inv-muted); }
.stats__note { margin-top: clamp(18px, 2.4vw, 26px); padding-top: 14px; border-top: 1px solid var(--line-inv); font-size: 13px; color: rgba(232, 240, 252, 0.62); text-align: center; }

/* ---------- steps / timeline ---------- */
.steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(16px, 2.2vw, 26px); position: relative; }
.steps::before {
  content: ""; position: absolute; top: 26px; left: 11%; right: 11%; height: 2px;
  background: repeating-linear-gradient(90deg, var(--line-strong) 0 8px, transparent 8px 17px);
}
.step { position: relative; z-index: 1; }
.step__no {
  display: grid; place-items: center; width: 54px; height: 54px; border-radius: 50%;
  background: #fff; border: 2px solid var(--orange); color: var(--navy);
  font-family: var(--sans); font-size: 18px; font-weight: 800; margin-bottom: 18px;
  box-shadow: 0 8px 20px -12px rgba(249, 115, 22, 0.8);
}
.step__key { display: inline-block; font-family: var(--tamil); font-size: 12.5px; font-weight: 700; letter-spacing: 0.03em; color: var(--orange-text); background: var(--orange-soft); border-radius: 999px; padding: 3px 11px; margin-bottom: 10px; }
.step__h { font-size: clamp(18px, 1.5vw, 21.5px); margin-bottom: 8px; line-height: 1.4; }
.step__p { color: var(--muted); font-size: 15px; line-height: 1.7; }
.steps--plain { grid-template-columns: 1fr; gap: 0; }
.steps--plain::before { display: none; }
.steps--plain .step { grid-template-columns: 78px minmax(0, 1fr); display: grid; gap: clamp(14px, 2.4vw, 32px); padding: 28px 0; border-top: 1px solid var(--line); align-items: start; }
.steps--plain .step:last-child { border-bottom: 1px solid var(--line); }
.steps--plain .step__no { width: 58px; height: 58px; margin-bottom: 0; border-color: var(--line-strong); background: var(--bg); box-shadow: none; }

/* ---------- sample demo ---------- */
.demo { display: grid; grid-template-columns: minmax(0, 330px) minmax(0, 1fr); gap: clamp(16px, 2vw, 26px); align-items: stretch; }
.demo__side { background: linear-gradient(165deg, var(--navy-2) 0%, var(--navy-deep) 100%); color: #fff; border-radius: var(--r-lg); padding: clamp(22px, 2.6vw, 30px); box-shadow: var(--sh); display: grid; align-content: start; gap: 10px; }
.demo__tag { justify-self: start; font-family: var(--tamil); font-size: 12px; font-weight: 700; letter-spacing: 0.04em; color: var(--navy); background: var(--orange); border-radius: 999px; padding: 4px 12px; }
.demo__subject { font-family: var(--tamil); font-size: 14px; color: var(--inv-muted); margin-top: 6px; }
.demo__title { font-family: var(--tamil); font-size: clamp(22px, 2.1vw, 28px); color: #fff; line-height: 1.35; }
.demo__btns { display: grid; gap: 10px; margin-top: 20px; }
.demo__btns .btn { justify-content: flex-start; width: 100%; }
.demo__btns .btn--ghost { border-color: var(--line-inv); color: #fff; }
.demo__btns .btn--ghost:hover { background: rgba(255, 255, 255, 0.09); border-color: #fff; }
.demo__btns .btn--outline.is-soon { background: rgba(255, 255, 255, 0.08); border-color: var(--line-inv); color: #fff; }
.demo__main { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(20px, 2.6vw, 32px); box-shadow: var(--sh-sm); }
.flow { display: grid; gap: 0; }
.flow__row { display: grid; grid-template-columns: 92px minmax(0, 1fr); gap: clamp(12px, 1.8vw, 22px); padding: 18px 0; border-top: 1px dashed var(--line); align-items: start; }
.flow__row:first-child { border-top: 0; padding-top: 0; }
.tagk { align-self: start; }
.flow__txt { font-family: var(--tamil); font-size: 15.5px; line-height: 1.8; color: var(--ink); }
.flow__txt--story { color: var(--navy); font-weight: 600; }

.quiz { width: 100%; }
.quiz__q { font-family: var(--tamil); font-size: 17px; font-weight: 700; color: var(--navy); margin-bottom: 12px; }
.quiz__opts { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.opt {
  width: 100%; text-align: left; font-family: var(--tamil); font-size: 15px; font-weight: 600; color: var(--navy);
  background: var(--bg); border: 1.5px solid var(--line); border-radius: 11px; padding: 10px 14px;
  transition: border-color 0.18s ease, background 0.18s ease, transform 0.18s var(--ease);
}
.opt:hover { border-color: var(--navy); transform: translateY(-1px); }
.opt.is-correct { border-color: var(--green); background: var(--green-soft); color: var(--green); }
.opt.is-wrong { border-color: #c0452f; background: #fdeae5; color: #a83823; }
.quiz__feed { margin-top: 12px; font-family: var(--tamil); font-size: 14.5px; font-weight: 700; color: var(--muted); min-height: 22px; }
.quiz__feed.is-ok { color: var(--green); }
.quiz__feed.is-no { color: #a83823; }
.quiz__answer { display: none; margin-top: 8px; padding: 12px 14px; border-radius: 11px; background: var(--blue-soft); font-family: var(--tamil); font-size: 15px; color: var(--navy); }
.quiz.is-done .quiz__answer { display: block; }

/* ---------- compare ---------- */
.compare { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(14px, 2vw, 24px); }
.pane { border-radius: var(--r-lg); padding: clamp(22px, 2.6vw, 32px); box-shadow: var(--sh-sm); }
.pane__h { font-size: clamp(19px, 1.7vw, 23px); margin-bottom: 18px; }
.pane__list { display: grid; gap: 12px; }
.pane__list li { font-family: var(--tamil); font-size: 15.5px; line-height: 1.7; padding: 11px 14px; border-radius: 11px; background: rgba(255, 255, 255, 0.72); }
.pane--before { background: #eef1f6; border: 1px dashed var(--line-strong); }
.pane--before .pane__h { color: var(--muted); }
.pane--before .pane__list li { color: var(--muted); }
.pane--after { background: linear-gradient(150deg, #fff5ec 0%, var(--green-soft) 100%); border: 1px solid color-mix(in srgb, var(--green) 26%, transparent); }
.pane--after .pane__h { color: var(--green); }
.pane--after .pane__list li { color: var(--navy); font-weight: 600; }

/* ---------- founding CTA ---------- */
.cta-band { padding-block: clamp(50px, 7vw, 86px); }
.cta-band__in {
  position: relative; overflow: clip;
  display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.75fr); gap: clamp(22px, 4vw, 54px); align-items: center;
  background: linear-gradient(125deg, var(--navy-2) 0%, var(--navy) 48%, var(--navy-deep) 100%);
  border-radius: 28px; padding: clamp(28px, 4vw, 58px);
  box-shadow: var(--sh-hi); color: var(--inv-muted);
}
.cta-band__in::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(420px 260px at 92% 12%, rgba(249, 115, 22, 0.26), transparent 68%); }
.cta-band__copy { position: relative; z-index: 1; }
.cta-band__badge { display: inline-flex; align-items: center; gap: 8px; font-family: var(--sans); font-size: 13px; font-weight: 800; letter-spacing: 0.06em; color: var(--navy); background: var(--orange); border-radius: 999px; padding: 6px 15px; margin-bottom: 16px; }
.cta-band__p { margin-top: 14px; max-width: 50ch; color: var(--inv-muted); }
.perks { display: grid; gap: 10px; margin-top: 22px; }
.perks li { position: relative; padding-left: 30px; font-family: var(--tamil); font-size: 15.5px; color: #fff; }
.perks li::before { content: "✓"; position: absolute; left: 0; top: 0; display: grid; place-items: center; width: 21px; height: 21px; border-radius: 50%; background: rgba(249, 115, 22, 0.2); color: var(--orange); font-size: 12px; font-weight: 800; }
.cta-band__copy .btn-row { margin-top: 28px; }

.cta-band__art { position: relative; z-index: 1; min-height: 250px; display: grid; place-items: center; }
.ring { position: absolute; border-radius: 50%; border: 1.5px dashed rgba(255, 255, 255, 0.24); }
.ring--1 { inset: 6% 10%; animation: spin 34s linear infinite; }
.ring--2 { inset: 22% 26%; border-style: solid; border-color: rgba(249, 115, 22, 0.4); }
@keyframes spin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { .ring--1 { animation: none; } }
.medal { display: grid; place-items: center; width: 108px; height: 108px; border-radius: 50%; background: linear-gradient(150deg, #ffd7a8, var(--orange)); box-shadow: 0 20px 44px -18px rgba(249, 115, 22, 0.85); font-size: 46px; }
.badges { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; position: absolute; bottom: 0; width: 100%; }
.badges li { font-family: var(--tamil); font-size: 12.5px; font-weight: 700; color: #fff; background: rgba(255, 255, 255, 0.1); border: 1px solid var(--line-inv); border-radius: 999px; padding: 5px 12px; }

/* ---------- testimonials ---------- */
.quotes { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(14px, 2vw, 24px); }
.quote { position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 28px 26px 24px; box-shadow: var(--sh-sm); transition: transform 0.22s var(--ease), box-shadow 0.22s ease; }
.quote:hover { transform: translateY(-4px); box-shadow: var(--sh); }
.quote__mark { position: absolute; top: 6px; right: 20px; font-family: var(--sans); font-size: 64px; font-weight: 800; line-height: 1; color: var(--blue-soft); }
.quote__q { position: relative; font-family: var(--tamil); font-size: 16.5px; line-height: 1.8; color: var(--ink); margin: 0 0 18px; }
.quote__by { font-family: var(--tamil); font-size: 14.5px; font-weight: 700; color: var(--navy); }
.quote__by::before { content: ""; display: block; width: 34px; height: 2px; background: var(--orange); margin-bottom: 12px; }
.quote__tag { display: inline-block; margin-top: 10px; font-family: var(--sans); font-size: 11px; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; color: var(--orange-text); border: 1px dashed color-mix(in srgb, var(--orange) 55%, transparent); border-radius: 999px; padding: 3px 10px; font-style: normal; }

/* ---------- pricing ---------- */
.plans { display: grid; grid-template-columns: repeat(2, minmax(0, 460px)); gap: clamp(14px, 2vw, 24px); justify-content: center; }
.plan { background: #fff; border: 1.5px solid var(--line); border-radius: var(--r-lg); padding: clamp(24px, 2.8vw, 34px); box-shadow: var(--sh-sm); display: grid; align-content: start; gap: 6px; }
.plan__name { font-family: var(--tamil); font-size: 14px; font-weight: 700; letter-spacing: 0.03em; color: var(--blue); }
.plan__price { font-family: var(--tamil); font-size: clamp(22px, 2.1vw, 28px); font-weight: 800; color: var(--navy); line-height: 1.4; }
.plan__note { font-size: 14px; color: var(--muted); }
.plan__list { display: grid; gap: 9px; margin: 18px 0 22px; }
.plan__list li { position: relative; padding-left: 26px; font-family: var(--tamil); font-size: 15px; color: var(--ink); }
.plan__list li::before { content: ""; position: absolute; left: 0; top: 8px; width: 12px; height: 12px; border-radius: 4px; background: var(--blue-soft); }
.plan--hi { border-color: var(--orange); background: linear-gradient(170deg, #fff8f1 0%, #fff 40%); box-shadow: var(--sh); }
.plan--hi .plan__list li::before { background: var(--orange-soft); border: 1px solid color-mix(in srgb, var(--orange) 45%, transparent); }

/* ---------- split / truths ---------- */
.split { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: clamp(24px, 4vw, 60px); align-items: start; }
.truths li { position: relative; padding-left: 28px; margin-bottom: 14px; font-family: var(--tamil); font-size: 15.5px; line-height: 1.75; color: var(--muted); }
.truths li::before { content: ""; position: absolute; left: 0; top: 10px; width: 10px; height: 10px; border: 2px solid var(--orange); border-radius: 50%; }
.truths li strong { color: var(--navy); }
.truths--invert li { color: var(--inv-muted); }
.truths--invert li strong { color: #fff; }
.truths--invert li::before { border-color: var(--orange); }

/* ---------- library cards ---------- */
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(16px, 2vw, 26px); }
.grid-3--loose { gap: clamp(16px, 2.2vw, 28px); }
.card { position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--r); box-shadow: var(--sh-sm); transition: transform 0.22s var(--ease), box-shadow 0.22s ease, border-color 0.22s ease; }
.card:hover { transform: translateY(-5px); box-shadow: var(--sh); border-color: color-mix(in srgb, var(--navy) 26%, transparent); }
.card__hit { display: block; padding: 24px 24px 26px; height: 100%; }
.card__no { font-family: var(--sans); font-size: 34px; font-weight: 800; color: color-mix(in srgb, var(--blue) 85%, #fff); line-height: 1; letter-spacing: -0.03em; margin-bottom: 12px; }
.card .kicker { margin-bottom: 14px; font-size: 12.5px; }
.card__title { font-size: clamp(19px, 1.5vw, 22px); margin-bottom: 10px; line-height: 1.4; }
.card__dek { color: var(--muted); font-size: 15.5px; line-height: 1.7; }
.card__book { margin-top: 16px; padding-top: 14px; border-top: 1px dashed var(--line); font-size: 13px; color: var(--muted); }
.chips { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 14px; }
.chip { font-size: 11.5px; font-weight: 700; letter-spacing: 0.04em; color: var(--blue-deep); background: #e9f1fd; border-radius: 999px; padding: 4px 10px; }
.chip--ink { color: var(--navy); background: var(--blue-soft); }
.card__go { display: flex; align-items: center; gap: 7px; margin-top: 20px; font-family: var(--tamil); font-size: 15px; font-weight: 700; color: var(--orange-text); }
.card__go .ar { transition: transform 0.2s var(--ease); }
.card:hover .card__go .ar { transform: translateX(5px); }
.card[hidden] { display: none; }

/* ---------- inner pages ---------- */
.page-head { padding: clamp(38px, 6vw, 74px) 0 clamp(20px, 2.6vw, 32px); }
.page-h1 { font-size: clamp(30px, 4.4vw, 52px); line-height: 1.3; max-width: 24ch; }
.page-head .lede { margin-top: 16px; }

.tools { display: grid; gap: 14px; margin-bottom: 30px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.tools__search input { width: 100%; padding: 13px 18px; background: #fff; border: 1.5px solid var(--line); border-radius: 12px; font-family: var(--tamil); font-size: 16px; color: var(--ink); box-shadow: var(--sh-sm); }
.tools__search input::placeholder { color: color-mix(in srgb, var(--muted) 72%, transparent); }
.tools__search input:focus { outline: 2px solid var(--orange); outline-offset: 2px; border-color: var(--navy); }
.tools__chips { display: flex; flex-wrap: wrap; gap: 8px; }
.fchip { font-family: var(--tamil); font-size: 14px; font-weight: 700; padding: 8px 16px; border: 1.5px solid var(--line); border-radius: 999px; color: var(--muted); background: #fff; transition: all 0.18s ease; }
.fchip:hover { border-color: var(--navy); color: var(--navy); }
.fchip.is-on { background: var(--navy); border-color: var(--navy); color: #fff; }
.tools__count { font-size: 14px; color: var(--muted); }
.empty { text-align: center; padding: 48px 0; color: var(--muted); font-family: var(--tamil); font-size: 16.5px; }
.empty a { color: var(--orange-text); font-weight: 700; border-bottom: 1px solid currentColor; }

/* ---------- story article ---------- */
.story { padding-bottom: clamp(44px, 6vw, 80px); }
.story__head { padding-top: clamp(30px, 4vw, 56px); }
.crumbs { display: flex; flex-wrap: wrap; gap: 9px; font-size: 13.5px; color: var(--muted); margin-bottom: 22px; font-family: var(--tamil); }
.crumbs a:hover { color: var(--orange-text); }
.crumbs span[aria-hidden] { opacity: 0.45; }
.story__h1 { font-size: clamp(27px, 4.2vw, 46px); line-height: 1.32; }
.story__dek { font-family: var(--tamil); font-size: clamp(16.5px, 1.4vw, 19.5px); color: var(--muted); margin-top: 14px; line-height: 1.75; }
.story__book { margin-top: 16px; font-family: var(--tamil); font-size: 14px; color: var(--muted); }
.story__head .chips { margin-top: 14px; }

.raw { margin-top: 34px; padding: 22px 24px; background: #fff; border: 1px solid var(--line); border-left: 4px solid var(--orange); border-radius: var(--r); box-shadow: var(--sh-sm); }
.raw__h { font-family: var(--tamil); font-size: 17.5px; display: flex; align-items: center; gap: 12px; margin-bottom: 16px; flex-wrap: wrap; }
.raw__list { counter-reset: rf; display: grid; gap: 10px; }
.raw__list li { position: relative; padding-left: 32px; font-size: 16px; line-height: 1.75; color: var(--ink); }
.raw__list li::before { content: counter(rf, decimal-leading-zero); counter-increment: rf; position: absolute; left: 0; top: 3px; font-family: var(--sans); font-size: 12.5px; font-weight: 800; color: var(--orange-text); }

.story__body { margin-top: clamp(28px, 4vw, 48px); }
.prose p { font-size: clamp(16.5px, 0.6vw + 15.6px, 18.5px); line-height: 1.9; margin-bottom: 1.3em; color: #22314c; }
.prose__first::first-letter { font-family: var(--sans); float: left; font-size: 3.4em; line-height: 0.86; font-weight: 800; padding: 4px 12px 0 0; color: var(--navy); }

.anchors { margin-top: clamp(32px, 4.6vw, 56px); padding: clamp(22px, 2.8vw, 32px); background: linear-gradient(160deg, var(--navy-2), var(--navy-deep)); color: #fff; border-radius: var(--r-lg); }
.anchors .tagk { margin: 0; }
.sec-h { font-family: var(--tamil); font-size: clamp(19px, 1.7vw, 24px); margin-bottom: 16px; display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.anchors .sec-h { color: #fff; }
.anchors__list { display: grid; gap: 0; margin-top: 6px; }
.anchors__row { display: grid; grid-template-columns: minmax(0, 0.4fr) minmax(0, 0.6fr); gap: clamp(12px, 2vw, 26px); padding: 15px 0; border-top: 1px solid var(--line-inv); align-items: baseline; }
.anchors__row:last-child { border-bottom: 1px solid var(--line-inv); }
.anchors dt { font-family: var(--tamil); font-size: 16.5px; font-weight: 700; color: #ffc46b; }
.anchors dd { font-family: var(--tamil); font-size: 15.5px; color: var(--inv-muted); line-height: 1.72; }

.drill { margin-top: clamp(32px, 4.6vw, 56px); }
.drill .sec-h { color: var(--navy); }
.drill__note { color: var(--muted); font-family: var(--tamil); font-size: 15.5px; margin: -4px 0 18px; }
.qa { border: 1px solid var(--line); border-radius: var(--r); background: #fff; margin-bottom: 10px; transition: border-color 0.2s ease, box-shadow 0.2s ease; }
.qa:hover { border-color: var(--line-strong); }
.qa[open] { box-shadow: var(--sh-sm); }
.qa summary { cursor: pointer; list-style: none; display: flex; align-items: start; gap: 13px; padding: 15px 19px; font-family: var(--tamil); font-size: 16.5px; font-weight: 700; color: var(--navy); }
.qa summary::-webkit-details-marker { display: none; }
.qa summary::before { content: "?"; flex: none; display: grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; background: var(--orange); color: var(--navy-deep); font-family: var(--sans); font-size: 13px; font-weight: 800; margin-top: 3px; }
.qa[open] summary::before { content: "!"; background: var(--green); }
.qa p { padding: 0 19px 17px 54px; font-family: var(--tamil); color: var(--muted); font-size: 15.5px; line-height: 1.8; }
.qa-list { display: grid; gap: 10px; }

.sample-note { margin-top: clamp(30px, 4vw, 46px); padding: 20px 22px; border: 1px dashed var(--line-strong); border-radius: var(--r); background: var(--orange-soft); }
.sample-note__h { font-family: var(--tamil); font-size: 14.5px; letter-spacing: 0.02em; color: var(--orange-text); margin-bottom: 8px; }
.sample-note p { font-family: var(--tamil); font-size: 15px; color: var(--navy); max-width: 68ch; }

.share { margin-top: 30px; padding-top: 22px; border-top: 1px solid var(--line); }
.share__h { font-family: var(--tamil); font-size: 17.5px; font-weight: 700; color: var(--navy); margin-bottom: 14px; }
.share__row { display: flex; flex-wrap: wrap; gap: 8px; }
.share__done { margin-top: 10px; font-family: var(--tamil); font-size: 14px; color: var(--green); min-height: 20px; }

.pager { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: clamp(34px, 5vw, 60px); padding-top: 24px; border-top: 1px solid var(--line); }
.pager__link { display: grid; gap: 6px; padding: 17px 19px; border: 1px solid var(--line); border-radius: var(--r); background: #fff; transition: border-color 0.2s ease, transform 0.2s var(--ease), box-shadow 0.2s ease; }
.pager__link:hover { border-color: var(--navy); transform: translateY(-2px); box-shadow: var(--sh-sm); }
.pager__link span { font-family: var(--tamil); font-size: 12.5px; letter-spacing: 0.03em; color: var(--muted); }
.pager__link strong { font-family: var(--tamil); font-size: 16.5px; font-weight: 700; line-height: 1.45; color: var(--navy); }
.pager__link--next { text-align: right; }
.pager__gap { display: block; }

/* ---------- coverage table ---------- */
.table-scroll { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--r); background: #fff; box-shadow: var(--sh-sm); }
.cov { width: 100%; border-collapse: collapse; font-size: 15px; min-width: 720px; }
.cov th, .cov td { text-align: left; padding: 15px 18px; border-bottom: 1px solid var(--line); vertical-align: top; font-family: var(--tamil); }
.cov thead th { font-size: 12px; font-weight: 700; letter-spacing: 0.04em; color: var(--muted); background: var(--bg); white-space: nowrap; }
.cov tbody th { font-size: 16px; font-weight: 700; color: var(--navy); width: 1%; white-space: nowrap; }
.cov tbody td { color: var(--muted); }
.cov tbody tr:last-child th, .cov tbody tr:last-child td { border-bottom: 0; }
.cov tbody tr:hover { background: #fbfdff; }
.pill { display: inline-block; font-size: 12.5px; font-weight: 700; color: var(--muted); background: var(--bg); border: 1px solid var(--line); border-radius: 999px; padding: 4px 11px; white-space: nowrap; }
.pill--on { color: var(--green); background: var(--green-soft); border-color: color-mix(in srgb, var(--green) 32%, transparent); }

/* ---------- legal ---------- */
.legal { padding-bottom: clamp(46px, 6vw, 78px); }
.legal__h { font-family: var(--tamil); font-size: clamp(18px, 1.5vw, 22px); margin-top: 30px; color: var(--navy); }
.legal__h:first-child { margin-top: 0; }
.legal__p { margin-top: 8px; font-family: var(--tamil); color: var(--muted); font-size: 16px; line-height: 1.85; }

/* ---------- closing band ---------- */
.band { background: linear-gradient(150deg, var(--navy-2) 0%, var(--navy) 55%, var(--navy-deep) 100%); color: var(--inv-muted); padding-block: clamp(44px, 6vw, 78px); }
.band__in { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr); gap: clamp(22px, 4vw, 56px); align-items: center; }
.band h2, .band .kicker--gold { color: inherit; }
.band .h2--light { color: #fff; }
.band__copy .btn-row { margin-top: 26px; }
.band__art { margin: 0; border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--line-inv); box-shadow: var(--sh); }

/* ---------- footer ---------- */
.foot { background: var(--navy-deep); color: rgba(226, 236, 248, 0.82); padding-top: clamp(40px, 5vw, 66px); }
.foot__grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: clamp(22px, 3.4vw, 46px); padding-bottom: 40px; }
.foot__tag { font-family: var(--tamil); font-size: 15.5px; font-weight: 700; color: #fff; margin-top: 14px; line-height: 1.7; max-width: 30ch; }
.foot__small { font-family: var(--tamil); font-size: 14px; margin-top: 12px; color: rgba(226, 236, 248, 0.6); max-width: 40ch; line-height: 1.75; }
.foot__col { display: grid; align-content: start; gap: 9px; }
.foot__h { font-family: var(--tamil); font-size: 13px; font-weight: 700; letter-spacing: 0.04em; color: var(--orange); margin-bottom: 8px; }
.foot__col a { font-family: var(--tamil); font-size: 15px; width: fit-content; }
.foot__col a:hover { color: #fff; text-decoration: underline; text-underline-offset: 4px; }
.foot__cta p { margin-bottom: 14px; }
.social { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.soc { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 11px; background: rgba(255, 255, 255, 0.07); border: 1px solid var(--line-inv); color: rgba(226, 236, 248, 0.85); transition: background 0.2s ease, color 0.2s ease, transform 0.2s var(--ease); }
.soc:hover { background: var(--orange); color: var(--navy-deep); transform: translateY(-2px); }
.soc.is-soon { color: rgba(226, 236, 248, 0.45); cursor: not-allowed; }
.soc.is-soon:hover { background: rgba(255, 255, 255, 0.07); color: rgba(226, 236, 248, 0.45); transform: none; }
.foot__base { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 24px; padding-block: 20px 28px; border-top: 1px solid var(--line-inv); font-family: var(--tamil); font-size: 13px; color: rgba(226, 236, 248, 0.55); }

/* ---------- reveal ---------- */
.reveal { opacity: 0; transform: translateY(16px); transition: opacity 0.62s var(--ease), transform 0.62s var(--ease); }
.reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } .btn, .feat, .card, .quote, .pager__link, .opt { transition: none; } }

/* ---------- responsive ---------- */
@media (max-width: 1440px) {
  .brand__tag { display: none; }
}

@media (max-width: 1250px) {
  .top__in { min-height: 70px; }
  .burger { display: inline-flex; }
  .nav {
    position: absolute; inset: 100% 0 auto; flex-direction: column; gap: 0; margin-left: 0;
    background: #fff; border-bottom: 1px solid var(--line-strong); box-shadow: var(--sh);
    padding: 6px var(--pad) 16px; display: none;
  }
  .nav.is-open { display: flex; }
  .nav__link { padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 16px; color: var(--navy); }
  .nav__link::after { display: none; }
  .nav + .top__cta { margin-left: auto; }
  .features { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 1040px) {
  .hero__in { grid-template-columns: 1fr; }
  .hero__stage { max-width: 640px; }
  .steps { grid-template-columns: 1fr 1fr; }
  .steps::before { display: none; }
  .demo { grid-template-columns: 1fr; }
  .demo__side { grid-template-columns: 1fr; }
  .cta-band__in { grid-template-columns: 1fr; }
  .cta-band__art { min-height: 210px; order: -1; }
  .grid-3 { grid-template-columns: 1fr 1fr; }
  .band__in, .split { grid-template-columns: 1fr; }
  .foot__grid { grid-template-columns: 1fr 1fr; }
  .plans { grid-template-columns: 1fr; }
}

@media (max-width: 900px) {
  .quotes { grid-template-columns: 1fr; }
  .stats__list { grid-template-columns: 1fr 1fr; gap: 22px 12px; }
}

@media (max-width: 720px) {
  .hero__in { padding-block: 34px 40px; gap: 28px; }
  .hero__h1 { font-size: clamp(27px, 8.2vw, 36px); }
  .hero .btn-row .btn { flex: 1 1 auto; }
  .hero__float { display: none; }
  .loop__in { gap: 8px; }
  .loop__label { width: 100%; }
  .loop__list { margin-left: 0; gap: 8px; }
  .loop__list li { font-size: 13.5px; gap: 6px; }
  .loop__n { width: 22px; height: 22px; font-size: 12px; }
  .loop__sep { display: none; }
  .features { grid-template-columns: 1fr; }
  .stats__list { grid-template-columns: 1fr 1fr; gap: 20px 12px; }
  .steps { grid-template-columns: 1fr; }
  .steps--plain .step { grid-template-columns: 1fr; gap: 12px; padding: 22px 0; }
  .steps--plain .step__no { width: 46px; height: 46px; font-size: 16px; }
  .compare { grid-template-columns: 1fr; }
  .quiz__opts { grid-template-columns: 1fr; }
  .flow__row { grid-template-columns: 1fr; gap: 8px; }
  .grid-3 { grid-template-columns: 1fr; }
  .anchors__row { grid-template-columns: 1fr; gap: 4px; }
  .pager { grid-template-columns: 1fr; }
  .pager__link--next { text-align: left; }
  .qa p { padding-left: 19px; }
  .foot__grid { grid-template-columns: 1fr; }
  .foot__col a { padding-block: 8px; }
  .foot__base { flex-direction: column; gap: 6px; }
  .cta-band__in { border-radius: 20px; padding: 26px 20px 30px; }
  .badges { position: static; margin-top: 20px; }
  .top__go { display: none; }
}

@media (max-width: 400px) {
  .top__cta .nav__login { display: none; }
  .brand__word { font-size: 18px; }
  .checks { gap: 8px 14px; }
  .stat__v { font-size: 30px; }
  .btn { white-space: normal; }
}
