/* ==========================================================================
   Superfit by Hairul store
   Visual system lifted from the programme PDFs: a cream panel sitting over a
   dark, smoky photograph, a thin burnt-orange rule, Lora serif headings and a
   plain Helvetica/Arial body. Orange is reserved for the primary action.
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;1,400&display=swap');

:root {
  --night: #131B1D;
  --night-2: #1B2528;
  --cream: #F4EFE3;
  --paper: #FBF9F4;
  --white: #FFFFFF;
  --ink: #1E1E1C;
  --ink-2: #5A5853;
  --ink-3: #8A877F;
  --line: #E3DDD0;
  --ember: #B9612A;
  --ember-dark: #99501F;
  --ember-tint: #F7EAE0;
  --ok: #2F6F4E;
  --warn: #9A6A00;
  --bad: #A83A2B;

  --font-display: 'Lora', Georgia, 'Times New Roman', serif;
  --font-body: 'Helvetica Neue', Helvetica, Arial, sans-serif;

  --wrap: 1120px;
  --radius: 3px;
  --shadow-cover: 0 18px 40px -18px rgba(0, 0, 0, .55);
}

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

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--paper);
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--ember-dark); }
a:hover { color: var(--ember); }
:focus-visible { outline: 3px solid var(--ember); outline-offset: 3px; }
button { font: inherit; }

h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 500; margin: 0; letter-spacing: -0.005em; }
h1 { font-size: clamp(38px, 5vw, 60px); line-height: 1.08; }
h2 { font-size: clamp(30px, 3.6vw, 42px); line-height: 1.15; }
h3 { font-size: 24px; line-height: 1.25; }
h4 { font-size: 19px; line-height: 1.3; }
p { margin: 0 0 1em; }
.lead { font-size: 19px; color: var(--ink-2); max-width: 36em; }
.muted { color: var(--ink-2); }
.small { font-size: 14px; }

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 24px; }
.section { padding: 72px 0; }
.section-head { max-width: 40em; margin-bottom: 36px; }
.section-head p { margin-top: 12px; }
.section-cream { background: var(--cream); }
.section-night { background: var(--night); color: var(--cream); }
.section-night h2, .section-night h3 { color: var(--white); }
.section-night .muted { color: rgba(244, 239, 227, .72); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 15px 26px; border-radius: var(--radius); border: 1.5px solid transparent;
  font-weight: 600; font-size: 16px; line-height: 1.2; text-decoration: none; cursor: pointer;
  transition: background-color .15s ease, border-color .15s ease, color .15s ease;
}
.btn-primary { background: var(--ember); color: var(--white); border-color: var(--ember); }
.btn-primary:hover { background: var(--ember-dark); border-color: var(--ember-dark); color: var(--white); }
.btn-secondary { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn-secondary:hover { background: var(--ink); color: var(--cream); }
.btn-ghost-light { background: transparent; color: var(--cream); border-color: rgba(244, 239, 227, .6); }
.btn-ghost-light:hover { background: var(--cream); color: var(--night); border-color: var(--cream); }
.btn-block { width: 100%; }
.btn-lg { padding: 18px 32px; font-size: 17px; }
.btn[disabled], .btn.is-loading { opacity: .6; cursor: progress; }

/* ---------- Announcement + nav ---------- */
.announce {
  background: var(--ember); color: var(--white); text-align: center; font-size: 14px;
  padding: 9px 16px; font-weight: 600;
}
.announce[hidden] { display: none; }

.nav { position: sticky; top: 0; z-index: 40; background: var(--night); color: var(--cream); border-bottom: 1px solid rgba(255, 255, 255, .08); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; height: 68px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--cream); text-decoration: none; }
.brand img { width: 40px; height: 40px; border-radius: 2px; }
.brand span { font-family: var(--font-display); font-size: 19px; }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a { color: rgba(244, 239, 227, .82); text-decoration: none; font-size: 15px; }
.nav-links a:hover { color: var(--white); }
.nav-cta { padding: 11px 18px; font-size: 15px; }
@media (max-width: 760px) {
  .nav-links a:not(.nav-cta) { display: none; }
}

/* ---------- Hero ---------- */
.hero {
  position: relative; background: var(--night) url('../img/hero-hts.jpg') no-repeat right center / cover; color: var(--cream);
  overflow: hidden;
}
.hero::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(19, 27, 29, .96) 0%, rgba(19, 27, 29, .82) 45%, rgba(19, 27, 29, .35) 100%);
}
.hero-grid {
  position: relative; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: 48px; align-items: center;
  padding: 72px 0 88px;
}
.panel {
  background: var(--cream); color: var(--ink); padding: 44px 40px 40px; border-radius: var(--radius);
}
.eyebrow {
  display: inline-block; background: var(--white); color: var(--ember-dark); border: 1.5px solid var(--ember);
  font-size: 13px; font-weight: 700; letter-spacing: .02em; padding: 6px 14px; border-radius: 999px; margin-bottom: 18px;
}
.panel h1 { color: var(--ink); }
.panel .lead { margin-top: 18px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; align-items: center; }
.hero-note { margin-top: 18px; font-size: 14px; color: var(--ink-2); display: flex; flex-wrap: wrap; gap: 6px 18px; }
.hero-note span::before { content: ''; display: inline-block; width: 6px; height: 6px; background: var(--ember); border-radius: 50%; margin-right: 8px; vertical-align: 2px; }

.cover-fan { position: relative; height: 480px; }
.cover-fan img {
  position: absolute; width: 270px; left: 50%; top: 50%;
  box-shadow: var(--shadow-cover); border-radius: 2px;
  transform: translate(-50%, -50%) rotate(var(--r)) translateX(var(--x));
  opacity: 0; animation: fan-in .8s cubic-bezier(.2, .7, .2, 1) forwards;
}
.cover-fan img:nth-child(1) { --r: -9deg; --x: -120px; z-index: 1; animation-delay: .05s; }
.cover-fan img:nth-child(2) { --r: 0deg; --x: 0px; z-index: 3; width: 290px; animation-delay: .2s; }
.cover-fan img:nth-child(3) { --r: 9deg; --x: 120px; z-index: 2; animation-delay: .35s; }
@keyframes fan-in {
  from { opacity: 0; transform: translate(-50%, -40%) rotate(0deg) translateX(0); }
  to { opacity: 1; transform: translate(-50%, -50%) rotate(var(--r)) translateX(var(--x)); }
}
@media (prefers-reduced-motion: reduce) {
  .cover-fan img { animation: none; opacity: 1; }
}
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; padding: 40px 0 56px; gap: 24px; }
  .cover-fan { height: 340px; order: -1; }
  .cover-fan img { width: 180px; }
  .cover-fan img:nth-child(2) { width: 200px; }
  .cover-fan img:nth-child(1) { --x: -90px; }
  .cover-fan img:nth-child(3) { --x: 90px; }
  .panel { padding: 32px 24px 28px; }
  .hero { background-position: 70% center; }
}

/* ---------- Trust strip ---------- */
.trust { background: var(--cream); border-bottom: 1px solid var(--line); }
.trust-inner { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; padding: 22px 0; font-size: 15px; }
.trust-inner div { display: flex; gap: 12px; align-items: flex-start; color: var(--ink-2); }
.trust-inner strong { display: block; color: var(--ink); font-weight: 600; }
.trust-inner svg { flex: none; width: 22px; height: 22px; stroke: var(--ember); fill: none; stroke-width: 1.8; margin-top: 2px; }
@media (max-width: 900px) { .trust-inner { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .trust-inner { grid-template-columns: 1fr; gap: 12px; } }

/* ---------- Product cards ---------- */
.product-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
@media (max-width: 860px) { .product-grid { grid-template-columns: 1fr; } }

.product {
  display: grid; grid-template-columns: 190px 1fr; background: var(--white); border: 1px solid var(--line);
  border-radius: var(--radius); overflow: hidden; position: relative;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.product:hover { transform: translateY(-3px); box-shadow: 0 18px 32px -20px rgba(0, 0, 0, .35); border-color: var(--ember); }
.product-cover { background: var(--night); }
.product-cover img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.product-body { padding: 24px 26px 22px; display: flex; flex-direction: column; }
.product-body h3 { font-size: 22px; }
.product-body .tagline { color: var(--ink-2); margin: 8px 0 14px; font-size: 15px; }
.product-body ul { margin: 0 0 18px; padding: 0; list-style: none; font-size: 15px; }
.product-body li { padding: 5px 0 5px 20px; position: relative; border-top: 1px dotted var(--line); }
.product-body li:first-child { border-top: 0; }
.product-body li::before { content: ''; position: absolute; left: 2px; top: 13px; width: 8px; height: 8px; border: 1.5px solid var(--ember); border-radius: 50%; }
.product-foot { margin-top: auto; display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.badge {
  position: absolute; top: 14px; left: 14px; z-index: 2; background: var(--cream); color: var(--ember-dark);
  font-size: 12px; font-weight: 700; letter-spacing: .02em; padding: 5px 9px; border-radius: 2px; border: 1px solid var(--ember);
}
.price { display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; }
.price .now { font-family: var(--font-display); font-size: 32px; line-height: 1; }
.price .was { color: var(--ink-3); text-decoration: line-through; font-size: 15px; }
.price .save { color: var(--ok); font-size: 14px; font-weight: 600; }
.pages { font-size: 13px; color: var(--ink-3); margin-top: 6px; }
@media (max-width: 520px) {
  .product { grid-template-columns: 120px 1fr; }
  .product-body { padding: 18px 16px; }
  .product-body ul { display: none; }
  .product-foot { flex-direction: column; align-items: stretch; }
  .product-foot .btn { width: 100%; }
}

/* ---------- Bundles ---------- */
.bundle-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
@media (max-width: 860px) { .bundle-grid { grid-template-columns: 1fr; } }
.bundle {
  background: var(--night-2); border: 1px solid rgba(244, 239, 227, .12); border-radius: var(--radius);
  padding: 28px; display: grid; grid-template-columns: 1fr; gap: 20px; position: relative;
  transition: transform .18s ease, border-color .18s ease;
}
.bundle:hover { transform: translateY(-3px); border-color: var(--ember); }
.bundle .badge { position: static; display: inline-block; margin-bottom: 14px; }
.bundle-covers { display: flex; align-items: flex-end; gap: 10px; height: 150px; }
.bundle-covers img { height: 100%; width: auto; border-radius: 2px; box-shadow: var(--shadow-cover); }
.bundle-covers img:first-child { height: 100%; }
.bundle-covers img:not(:first-child) { height: 80%; }
.bundle h3 { font-size: 24px; }
.bundle .tagline { color: rgba(244, 239, 227, .75); margin: 8px 0 16px; }
.bundle-list { margin: 0 0 20px; padding: 0; list-style: none; font-size: 15px; }
.bundle-list li { display: flex; justify-content: space-between; gap: 12px; padding: 8px 0; border-top: 1px solid rgba(244, 239, 227, .12); }
.bundle-list li span:last-child { color: rgba(244, 239, 227, .6); white-space: nowrap; }
.bundle .price .now { color: var(--white); }
.bundle .price .was { color: rgba(244, 239, 227, .5); }
.bundle .price .save { color: #8FD1A8; }
.bundle-foot { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; flex-wrap: wrap; }

/* ---------- Modules timeline ---------- */
.modules { display: grid; grid-template-columns: 1fr 1fr; gap: 0 48px; counter-reset: mod; margin: 0; padding: 0; list-style: none; }
@media (max-width: 760px) { .modules { grid-template-columns: 1fr; } }
.modules li { counter-increment: mod; display: grid; grid-template-columns: 52px 1fr; gap: 14px; padding: 16px 0; border-top: 1px solid var(--line); }
.modules li::before {
  content: counter(mod, decimal-leading-zero); font-family: var(--font-display); font-size: 24px; color: var(--ember); line-height: 1.1;
}
.modules strong { display: block; font-weight: 600; }
.modules span { color: var(--ink-2); font-size: 15px; }

/* ---------- Look inside ---------- */
.inside { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
@media (max-width: 900px) { .inside { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 520px) { .inside { grid-template-columns: repeat(2, 1fr); } }
.inside figure { margin: 0; overflow: hidden; border-radius: var(--radius); }
.inside img { border: 1px solid var(--line); box-shadow: 0 10px 24px -14px rgba(0, 0, 0, .35); background: var(--white); transition: transform .3s ease; }
.inside figure:hover img { transform: scale(1.035); }
.inside figcaption { font-size: 13px; color: var(--ink-2); margin-top: 8px; }

/* ---------- About ---------- */
.about { display: grid; grid-template-columns: 300px 1fr; gap: 48px; align-items: start; }
@media (max-width: 760px) { .about { grid-template-columns: 1fr; gap: 24px; } }
.about-photo { border-radius: var(--radius); overflow: hidden; background: var(--night); }
.about-photo img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.about-contact { margin-top: 20px; font-size: 15px; }
.about-contact a { display: block; margin-bottom: 6px; }
.social { display: flex; gap: 12px; margin-top: 16px; }
.social a { display: inline-flex; align-items: center; gap: 8px; padding: 9px 14px; border: 1.5px solid var(--ink); border-radius: var(--radius); color: var(--ink); text-decoration: none; font-size: 14px; font-weight: 600; }
.social a:hover { background: var(--ink); color: var(--cream); }

/* ---------- Steps ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; counter-reset: step; margin: 0; padding: 0; list-style: none; }
@media (max-width: 760px) { .steps { grid-template-columns: 1fr; } }
.steps li { counter-increment: step; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 24px; transition: transform .18s ease, box-shadow .18s ease; }
.steps li:hover { transform: translateY(-3px); box-shadow: 0 14px 26px -18px rgba(0, 0, 0, .3); }
.steps li::before { content: counter(step); display: inline-flex; width: 36px; height: 36px; align-items: center; justify-content: center; border-radius: 50%; background: var(--ember); color: var(--white); font-family: var(--font-display); font-size: 18px; margin-bottom: 14px; }
.steps h4 { margin-bottom: 8px; }
.steps p { margin: 0; color: var(--ink-2); font-size: 15px; }

/* ---------- FAQ ---------- */
.faq { max-width: 760px; }
.faq details { border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; list-style: none; padding: 18px 40px 18px 0; font-weight: 600; position: relative; font-size: 17px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; position: absolute; right: 4px; top: 14px; font-family: var(--font-display); font-size: 26px; color: var(--ember); transition: transform .2s ease; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { margin: 0 0 18px; color: var(--ink-2); max-width: 60em; }

/* ---------- Closing CTA band ---------- */
.cta-band { background: var(--night); color: var(--cream); padding: 80px 0; text-align: center; }
.cta-band-inner { max-width: 46em; margin: 0 auto; display: flex; flex-direction: column; align-items: center; gap: 14px; }
.cta-band h2 { color: var(--white); }
.cta-band .lead { color: rgba(244, 239, 227, .78); }
.cta-band .btn { margin-top: 10px; }

/* ---------- Footer ---------- */
.footer { background: var(--night); color: rgba(244, 239, 227, .7); padding: 48px 0 40px; font-size: 14px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 32px; }
@media (max-width: 760px) { .footer-grid { grid-template-columns: 1fr; } }
.footer h4 { color: var(--white); font-size: 16px; margin-bottom: 12px; }
.footer a { color: rgba(244, 239, 227, .85); text-decoration: none; }
.footer a:hover { color: var(--white); text-decoration: underline; }
.footer ul { list-style: none; margin: 0; padding: 0; }
.footer li { margin-bottom: 8px; }
.footer-bottom { border-top: 1px solid rgba(255, 255, 255, .1); margin-top: 36px; padding-top: 20px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; font-size: 13px; color: rgba(244, 239, 227, .5); }

/* ---------- Mobile sticky CTA ---------- */
.sticky-cta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 50; background: var(--night); color: var(--cream);
  border-top: 1px solid rgba(255, 255, 255, .12); padding: 10px 16px; display: none; align-items: center; justify-content: space-between; gap: 14px;
  transform: translateY(100%); transition: transform .25s ease;
}
.sticky-cta.is-visible { transform: translateY(0); }
.sticky-cta strong { display: block; font-size: 14px; }
.sticky-cta span { font-size: 13px; color: rgba(244, 239, 227, .7); }
.sticky-cta .btn { padding: 12px 18px; font-size: 15px; white-space: nowrap; }
@media (max-width: 760px) { .sticky-cta { display: flex; } body.has-sticky { padding-bottom: 72px; } }

/* ---------- Forms (checkout) ---------- */
.checkout-grid { display: grid; grid-template-columns: 1fr 400px; gap: 40px; align-items: start; padding: 48px 0 80px; }
@media (max-width: 900px) { .checkout-grid { grid-template-columns: 1fr; } .order-summary { order: -1; } }
.form-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 32px; }
@media (max-width: 520px) { .form-card { padding: 22px 18px; } }
.field { margin-bottom: 18px; }
.field label { display: block; font-weight: 600; font-size: 15px; margin-bottom: 6px; }
.field .hint { font-size: 13px; color: var(--ink-2); margin-top: 6px; }
.field input[type="text"], .field input[type="email"], .field input[type="tel"], .field input[type="password"], .field select, .field textarea {
  width: 100%; padding: 13px 14px; font: inherit; border: 1.5px solid var(--line); border-radius: var(--radius); background: var(--paper); color: var(--ink);
}
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--ember); outline: none; background: var(--white); }
.field.has-error input { border-color: var(--bad); }
.field .error { color: var(--bad); font-size: 13px; margin-top: 6px; }
.check { display: flex; gap: 10px; align-items: flex-start; font-size: 14px; margin-bottom: 12px; }
.check input { margin-top: 3px; width: 18px; height: 18px; flex: none; accent-color: var(--ember); }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-error { background: #FBEDEA; border: 1px solid #EFC7C0; color: var(--bad); padding: 12px 14px; border-radius: var(--radius); margin-bottom: 18px; font-size: 15px; }
.form-error[hidden] { display: none; }
.suggest { background: var(--ember-tint); border: 1px solid #ECCDB8; padding: 10px 12px; border-radius: var(--radius); font-size: 14px; margin-top: 8px; }
.suggest button { background: none; border: 0; color: var(--ember-dark); font-weight: 600; cursor: pointer; padding: 0; text-decoration: underline; }
.secure { display: flex; align-items: center; gap: 10px; font-size: 13px; color: var(--ink-2); margin-top: 14px; }
.secure svg { width: 18px; height: 18px; stroke: var(--ok); fill: none; stroke-width: 2; flex: none; }

.order-summary { background: var(--cream); border-radius: var(--radius); padding: 26px; position: sticky; top: 90px; }
.order-summary .item { display: grid; grid-template-columns: 84px 1fr; gap: 16px; align-items: start; }
.order-summary .item img { border-radius: 2px; box-shadow: var(--shadow-cover); }
.order-summary h3 { font-size: 20px; }
.order-summary .includes { margin: 14px 0 0; padding: 0; list-style: none; font-size: 14px; }
.order-summary .includes li { padding: 7px 0; border-top: 1px solid rgba(0, 0, 0, .08); display: flex; justify-content: space-between; gap: 10px; }
.order-summary .includes li span:last-child { color: var(--ink-3); }
.total { display: flex; justify-content: space-between; align-items: baseline; border-top: 2px solid var(--ink); margin-top: 18px; padding-top: 14px; }
.total .now { font-family: var(--font-display); font-size: 30px; }
.total .was { text-decoration: line-through; color: var(--ink-3); margin-right: 8px; font-size: 15px; }
.delivery-note { font-size: 14px; color: var(--ink-2); margin-top: 14px; padding-top: 14px; border-top: 1px dotted rgba(0, 0, 0, .18); }

/* ---------- Status pages ---------- */
.status-page { max-width: 680px; margin: 0 auto; padding: 64px 24px 96px; }
.status-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 40px; }
@media (max-width: 520px) { .status-card { padding: 26px 20px; } }
.status-icon { width: 56px; height: 56px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.status-icon svg { width: 28px; height: 28px; fill: none; stroke-width: 2.2; }
.status-icon.ok { background: #E6F2EA; } .status-icon.ok svg { stroke: var(--ok); }
.status-icon.wait { background: var(--ember-tint); } .status-icon.wait svg { stroke: var(--ember); }
.status-icon.bad { background: #FBEDEA; } .status-icon.bad svg { stroke: var(--bad); }
.kv { margin: 22px 0; padding: 0; list-style: none; font-size: 15px; border-top: 1px solid var(--line); }
.kv li { display: grid; grid-template-columns: 150px 1fr; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--line); }
.kv li span:first-child { color: var(--ink-2); }
@media (max-width: 520px) { .kv li { grid-template-columns: 1fr; gap: 2px; } }
.spinner { width: 22px; height: 22px; border: 3px solid var(--line); border-top-color: var(--ember); border-radius: 50%; animation: spin .8s linear infinite; display: inline-block; vertical-align: middle; }
@keyframes spin { to { transform: rotate(360deg); } }
.notice { padding: 12px 14px; border-radius: var(--radius); font-size: 14px; margin: 16px 0; }
.notice-demo { background: #FFF6D6; border: 1px solid #F0DC9A; color: #6B5300; }

/* ---------- Plan detail page ---------- */
.plan-hero { background: var(--night); color: var(--cream); }
.plan-hero-grid { display: grid; grid-template-columns: 300px 1fr; gap: 48px; align-items: center; padding: 56px 0; }
@media (max-width: 760px) { .plan-hero-grid { grid-template-columns: 1fr; gap: 24px; padding: 32px 0 40px; } .plan-hero-grid img { max-width: 220px; } }
.plan-hero-grid img { border-radius: 2px; box-shadow: var(--shadow-cover); }
.plan-hero h1 { color: var(--white); font-size: clamp(32px, 4vw, 48px); }
.plan-hero .lead { color: rgba(244, 239, 227, .8); }
.plan-hero .price .now { color: var(--white); }
.plan-hero .price .was { color: rgba(244, 239, 227, .5); }
.plan-body { display: grid; grid-template-columns: 1fr 340px; gap: 48px; padding: 56px 0 80px; align-items: start; }
@media (max-width: 900px) { .plan-body { grid-template-columns: 1fr; } }
.plan-body .features { margin: 24px 0 0; padding: 0; list-style: none; }
.plan-body .features li { padding: 12px 0 12px 28px; position: relative; border-top: 1px solid var(--line); }
.plan-body .features li::before { content: ''; position: absolute; left: 4px; top: 20px; width: 10px; height: 10px; border: 1.5px solid var(--ember); border-radius: 50%; }
.buy-box { background: var(--cream); border-radius: var(--radius); padding: 26px; position: sticky; top: 90px; }
.buy-box .price { margin-bottom: 16px; }
.buy-box ul { margin: 16px 0 0; padding: 0; list-style: none; font-size: 14px; color: var(--ink-2); }
.buy-box li { padding: 6px 0; border-top: 1px dotted rgba(0, 0, 0, .15); }
.other-plans { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 16px; }
.other-plans a { display: grid; grid-template-columns: 64px 1fr; gap: 12px; align-items: center; text-decoration: none; color: var(--ink); background: var(--white); border: 1px solid var(--line); padding: 12px; border-radius: var(--radius); }
.other-plans a:hover { border-color: var(--ember); }
.other-plans img { border-radius: 2px; }
.other-plans strong { display: block; font-size: 15px; line-height: 1.3; }
.other-plans span { font-size: 14px; color: var(--ink-2); }

/* ---------- Legal ---------- */
.legal { max-width: 760px; padding: 48px 24px 96px; margin: 0 auto; }
.legal h1 { font-size: clamp(32px, 4vw, 44px); margin-bottom: 8px; }
.legal h2 { font-size: 26px; margin: 40px 0 12px; }
.legal p, .legal li { color: var(--ink-2); }
.legal .toc a { margin-right: 18px; font-size: 15px; }

.skip { position: absolute; left: -9999px; top: 8px; background: var(--ember); color: #fff; padding: 8px 12px; z-index: 100; }
.skip:focus { left: 8px; }
