/* Grow Slides · page styles. Sections marked VERBATIM are copied unchanged from grow-salespage/site/sales.css (Daybreak family DNA). */
/* ---------- pricing (VERBATIM 331-332, 338-345, 350-369) ---------- */
.pricing-head { text-align: center; max-width: 46rem; margin: 0 auto 30px; }
.pricing-head .lede { margin: 0 auto; }
.plans { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; max-width: 64rem; margin: 0 auto; align-items: stretch; }
.plans.one { grid-template-columns: minmax(0, 34rem); justify-content: center; }
.plan { background: #fff; border-radius: 30px; padding: 34px 34px 30px; box-shadow: var(--shadow); position: relative; display: flex; flex-direction: column; border: 2px solid var(--line); }
.plan.pop { border-color: var(--char-3); box-shadow: var(--shadow-lg); }
.plan .badge { position: absolute; top: -14px; left: 34px; background: var(--env); color: var(--ink); font-size: 12.5px; font-weight: 800;
  letter-spacing: .07em; text-transform: uppercase; padding: 6px 12px; border-radius: var(--r-pill); }
.plan h3 { margin: 0; font-size: 26px; letter-spacing: -.025em; font-weight: 800; }
.plan .for { margin: 6px 0 22px; color: var(--ink-2); font-size: 16px; min-height: 3em; }
.price { display: flex; align-items: baseline; gap: 6px; }
.price b { font-size: 60px; line-height: 1; letter-spacing: -.05em; font-weight: 800; }
.price span { font-weight: 700; color: var(--ink-2); }
.per { text-wrap: pretty; margin: 8px 0 22px; font-size: 15px; color: var(--ink-2); font-weight: 600; }
.per b { color: var(--ink); }
.plan .btn { width: 100%; white-space: normal; text-align: center; }
.plans > * { min-width: 0; }
.klarna { text-wrap: balance; margin: 12px 0 0; text-align: center; font-size: 14px; color: var(--ink-2); font-weight: 600; }
.inc { list-style: none; padding: 22px 0 0; margin: 24px 0 0; border-top: 1px solid var(--line); display: grid; gap: 10px; }
.inc li { display: flex; align-items: center; gap: 12px; font-weight: 700; font-size: 16px; }
.inc li i { width: 14px; height: 14px; border-radius: 50%; background: var(--a); flex: none; align-self: flex-start; margin-top: 5px; }
.inc li.off { color: #5F6873; font-weight: 500; }
.inc li.off::after { content: attr(data-note); margin-left: auto; font-size: 12px; font-weight: 700; color: var(--ink-2); background: var(--bg); padding: 3px 9px; border-radius: 999px; white-space: nowrap; }
.inc li.off i { background: var(--line); }
.inc li small { margin-left: auto; font-weight: 600; color: var(--ink-3); font-size: 13px; }
.plan-foot { margin-top: auto; padding-top: 22px; }
.assure { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; max-width: 64rem; margin: 30px auto 0; }
.assure div { background: var(--bg); border-radius: var(--r); padding: 20px 22px; font-size: 15px; color: var(--ink-2); }
.assure b { display: block; color: var(--ink); font-size: 16px; margin-bottom: 4px; }
.assure a { font-weight: 700; }
/* ---------- founders sig (VERBATIM 373-379) ---------- */
.origin { font-size: clamp(22px, 2.4vw, 28px); line-height: 1.38; letter-spacing: -.02em; font-weight: 700; margin: 0; }
.origin + p { margin-top: 22px; color: var(--ink-2); font-size: 17.5px; max-width: 38rem; }
.sig { margin-top: 26px; display: flex; align-items: center; gap: 14px; font-weight: 700; }
.sig .dots { display: flex; }
.sig .dots i { width: 44px; height: 44px; border-radius: 50%; border: 3px solid #fff; display: grid; place-items: center; font-style: normal; font-weight: 800; }
.sig .dots i + i { margin-left: -12px; }
.sig span { color: var(--ink-3); font-weight: 600; font-size: 15px; display: block; }
/* ---------- dialog shell (VERBATIM 488-501, 522) ---------- */
.sd { max-width: none; width: min(860px, calc(100vw - 24px)); max-height: calc(100dvh - 32px); padding: 0; border: 0; border-radius: 26px; background: #fff; color: var(--ink);
  box-shadow: 0 40px 100px -20px rgba(10,12,15,.6); overflow: hidden; }
.sd::backdrop { background: rgba(20,23,27,.7); backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); }
.sd[open] { animation: sdIn .28s cubic-bezier(.2,.8,.25,1); display: block; height: auto; }
@keyframes sdIn { from { opacity: 0; transform: translateY(16px) scale(.97); } }
.sd-body { overflow-y: auto; max-height: calc(100vh - 32px - 56px); max-height: calc(100dvh - 32px - 56px); overscroll-behavior: contain; }
.sd-top { z-index: 2; flex: none; display: flex; align-items: center; justify-content: space-between; gap: 12px; background: var(--char-3); color: #D4D8DC;
  padding: 8px 8px 8px 20px; font-size: 13.5px; font-weight: 700; position: relative; }
.sd-top::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 4px; background: var(--stripe); }
.sd-close { width: 40px; height: 40px; border-radius: 50%; border: 0; cursor: pointer; background: rgba(255,255,255,.12); display: grid; place-items: center; flex: none; }
.sd-close svg { width: 18px; height: 18px; stroke: #fff; stroke-width: 2.4; stroke-linecap: round; }
.sd-close:hover { background: rgba(255,255,255,.24); }
.sd-media { aspect-ratio: 16 / 9; background: #000; }
.sd-media iframe, .sd-media img { width: 100%; height: 100%; border: 0; display: block; object-fit: cover; }
html.sd-lock { overflow: hidden; }

/* =========================================================
   GROW SLIDES · page-specific (accent = teach red; primary CTA stays orange)
   Signature hero: split promise + the real editor, with a live "TV" tile.
   ========================================================= */
body { --a: var(--teach); --a-ink: var(--teach-ink); --a-soft: var(--teach-soft); }
.gc-logo .word { color: var(--logo-ink); }

/* ---------- hero ---------- */
.hero-s { overflow: hidden; background: #fff; padding: 72px 0 0; }
.hero-glow { position: absolute; width: 760px; height: 760px; right: -220px; top: -260px; border-radius: 50%; pointer-events: none;
  background: radial-gradient(circle, var(--teach-soft) 0%, rgba(255,255,255,0) 68%); }
.hs-grid { position: relative; display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); gap: 56px; align-items: center; }
.hs-title { position: relative; isolation: isolate; font-size: clamp(40px, 4.9vw, 68px); line-height: 1.03; letter-spacing: -.05em; font-weight: 800; margin: 18px 0 26px; text-wrap: balance; }
.hs-title .ul { position: relative; display: inline-block; white-space: nowrap; }
.hs-title .ul::after { content: ""; position: absolute; left: 1%; right: 0; bottom: -.16em; height: .12em; border-radius: 999px;
  background: var(--teach); transform: rotate(-1.2deg); z-index: -1; }
.hs-sub { font-size: clamp(18px, 1.8vw, 20.5px); line-height: 1.55; color: var(--ink-2); margin: 0 0 30px; font-weight: 500; max-width: 34rem; }
.hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; }
.pi { width: 14px; height: 14px; fill: var(--teach); }
.hs-note { margin: 18px 0 0; font-size: 14.5px; color: var(--ink-3); font-weight: 600; max-width: 32rem; }
.hs-note b { color: var(--ink); }

.hs-visual { position: relative; padding: 0 0 56px 0; }
.editor-frame { margin: 0 0 0 0; background: #fff; border-radius: 18px; overflow: hidden; box-shadow: 0 2px 4px rgba(31,35,40,.06), 0 30px 70px -18px rgba(31,35,40,.28);
  border: 1px solid var(--line); transform: rotate(-.6deg); }
.ef-bar { display: flex; align-items: center; gap: 6px; padding: 10px 14px; background: var(--bg); border-bottom: 1px solid var(--line); }
.ef-bar i { width: 10px; height: 10px; border-radius: 50%; background: var(--line-2); }
.ef-bar i:nth-child(1) { background: var(--teach); } .ef-bar i:nth-child(2) { background: var(--env); } .ef-bar i:nth-child(3) { background: var(--evt); }
.ef-bar span { margin-left: 10px; font-size: 12px; font-weight: 600; color: var(--ink-3); background: #fff; border-radius: 999px; padding: 3px 12px; }
.editor-frame img { width: 100%; height: auto; }

.tv-float { position: absolute; right: -28px; bottom: 0; width: 40%; min-width: 200px; background: var(--char-3); border-radius: 16px; padding: 8px 8px 12px;
  box-shadow: 0 28px 60px -16px rgba(10,12,15,.55); transform: rotate(2deg); animation: tvIn .7s .25s cubic-bezier(.2,.8,.25,1) both; }
@keyframes tvIn { from { opacity: 0; transform: translate(18px, 18px) rotate(5deg); } }
.tv-screen { position: relative; border-radius: 9px; overflow: hidden; aspect-ratio: 16 / 9; background: #000; }
.tv-screen img { width: 100%; height: 100%; object-fit: cover; }
.live { position: absolute; top: 8px; left: 8px; display: inline-flex; align-items: center; gap: 6px; background: rgba(20,23,27,.78); color: #fff;
  font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; padding: 4px 9px; border-radius: 999px; }
.live::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--teach); animation: pulse 1.6s infinite; }
@keyframes pulse { 50% { opacity: .35; } }
.tv-meta { display: flex; flex-direction: column; padding: 10px 6px 0; }
.tv-meta b { color: #fff; font-size: 14.5px; }
.tv-meta span { color: #AEB4BA; font-size: 12.5px; font-weight: 600; }
.hero-stripe { height: 10px; background: var(--stripe); position: relative; z-index: 1; margin-top: 64px; }

/* ---------- building view: one account → many TVs ---------- */
.rooms { margin-top: 48px; background: var(--char-3); color: #D4D8DC; border-radius: 30px; padding: 22px 24px 20px; position: relative; overflow: hidden; }
.rooms::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 6px; background: var(--stripe); }
.rooms-top { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-bottom: 20px; font-size: 14px; font-weight: 700; }
.rooms-acct { display: inline-flex; align-items: center; gap: 10px; color: #fff; }
.mini-mark { height: 20px; display: inline-flex; color: #fff; }
.mini-mark svg { height: 100%; width: auto; }
.rooms-pub { color: var(--evt); font-size: 13px; }
.rooms-grid { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; }
.rooms-grid li { display: flex; flex-direction: column; }
.rooms-grid b { color: #fff; font-size: 15px; margin-top: 12px; }
.rooms-grid span { color: #C4C9CE; font-size: 13px; font-weight: 600; }
.tv { position: relative; aspect-ratio: 16 / 9; border-radius: 10px; overflow: hidden; background: #000; border: 5px solid #0E1012;
  box-shadow: 0 10px 24px -8px rgba(0,0,0,.6); }
.tv::after { content: ""; position: absolute; left: 50%; bottom: -14px; width: 30%; height: 4px; transform: translateX(-50%); }
.tv img { width: 100%; height: 100%; object-fit: cover; }
.tv-card { background: var(--a); color: var(--ink); display: flex; flex-direction: column; justify-content: center; padding: 8px 12px; line-height: 1.15; }
.tv-card em { font-style: normal; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; opacity: .75; }
.tv-card strong { font-size: clamp(13px, 1.3vw, 18px); font-weight: 800; letter-spacing: -.02em; margin: 2px 0; }
.tv-card small { font-size: 12px; font-weight: 700; opacity: .85; }
.rooms-note { margin: 18px 0 8px; font-size: 13px; color: #AEB4BA; }

/* ---------- features ---------- */
.feat-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.feat { background: #fff; border-radius: var(--r-lg); padding: 28px 26px 26px; box-shadow: var(--shadow); }
.fi { width: 48px; height: 48px; border-radius: 14px; background: var(--a-soft); display: grid; place-items: center; }
.fi svg { width: 24px; height: 24px; fill: none; stroke: var(--a-ink); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.feat h3 { font-size: 21px; letter-spacing: -.02em; margin: 18px 0 8px; font-weight: 800; }
.feat p { margin: 0; color: var(--ink-2); font-size: 16px; }

/* ---------- works with Grow ---------- */
.wg { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: 56px; align-items: center; }
.wg-list { list-style: none; padding: 0; margin: 26px 0 0; display: grid; gap: 10px; }
.wg-list li { position: relative; padding-left: 30px; font-weight: 700; }
.wg-list li::before { content: ""; position: absolute; left: 0; top: 4px; width: 19px; height: 19px; border-radius: 50%; background: var(--teach-soft); }
.wg-list li::after { content: ""; position: absolute; left: 7px; top: 7px; width: 4px; height: 9px; border: solid var(--teach-ink); border-width: 0 2px 2px 0; transform: rotate(45deg); }
.wg .cta-row { margin-top: 32px; }
.wg-panel { background: #fff; border-radius: 26px; box-shadow: var(--shadow-lg); border: 1px solid var(--line); padding: 20px; }
.wg-crumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; font-size: 13.5px; font-weight: 600; color: var(--ink-3); }
.wg-crumbs i { font-style: normal; color: var(--line-2); }
.wg-crumbs b { color: var(--ink); }
.wg-pick { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: 14px; margin: 16px 0; align-items: start; }
.wg-pick img { border-radius: 12px; aspect-ratio: 16 / 9; object-fit: cover; width: 100%; }
.wg-weeks { display: flex; flex-wrap: wrap; gap: 6px; }
.wk { font-size: 12.5px; font-weight: 700; padding: 6px 10px; border-radius: 999px; background: var(--bg); color: var(--ink-2); }
.wk.on { background: var(--char-3); color: #fff; }
.wk.pre { background: var(--fam-soft); color: var(--fam-ink); }
.wg-slides { list-style: none; padding: 0; margin: 0; display: grid; gap: 6px; }
.wg-slides li { display: flex; align-items: center; gap: 12px; background: var(--a-soft); border-radius: 12px; padding: 10px 12px; font-weight: 700; font-size: 14.5px; line-height: 1.3; }
.wg-slides em { font-style: normal; flex: none; width: 26px; height: 26px; border-radius: 8px; background: var(--a); color: var(--ink); display: grid; place-items: center; font-size: 13px; font-weight: 800; }
.wg-foot { display: flex; justify-content: space-between; align-items: center; gap: 10px; flex-wrap: wrap; margin-top: 14px; font-size: 13px; font-weight: 700; color: var(--ink-3); }
.wg-foot .pub { background: var(--teach); color: #fff; padding: 7px 12px; border-radius: 999px; }

/* ---------- devices band ---------- */
.devices { background: var(--teach-soft); padding: 48px 0; }
.dv { display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap; }
.dv h2 { margin: 0 0 6px; font-size: clamp(24px, 2.6vw, 32px); letter-spacing: -.03em; font-weight: 800; line-height: 1.15; }
.dv p { margin: 0; color: var(--ink-2); }
.dv-list { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 10px; }
.dv-list li { display: inline-flex; align-items: center; gap: 8px; background: #fff; border-radius: 999px; padding: 10px 16px; font-weight: 800; font-size: 15px; box-shadow: var(--shadow); }
.dv-list svg { width: 18px; height: 18px; fill: none; stroke: var(--teach-ink); stroke-width: 2; stroke-linecap: round; }

/* ---------- pricing tweaks ---------- */
.pop-tag { position: absolute; top: -14px; left: 34px; background: var(--env); color: var(--ink); font-size: 12.5px; font-weight: 800;
  letter-spacing: .07em; text-transform: uppercase; padding: 6px 12px; border-radius: var(--r-pill); }
.plan .for { min-height: 0; }

/* ---------- tour ---------- */
.tour { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 56px; align-items: center; }
.tour .origin { font-size: clamp(19px, 2vw, 23px); font-weight: 600; color: var(--ink-2); }
.tour-card { all: unset; box-sizing: border-box; position: relative; display: block; cursor: pointer; border-radius: 26px; overflow: hidden; box-shadow: var(--shadow-lg); background: #000; }
.tour-card:focus-visible { outline: 3px solid var(--disc); outline-offset: 4px; }
.tour-card img { width: 100%; aspect-ratio: 1056 / 720; object-fit: cover; opacity: .9; transition: transform .4s, opacity .2s; }
.tour-card:hover img { transform: scale(1.02); opacity: 1; }
.tc-play { position: absolute; left: 50%; top: 42%; transform: translate(-50%, -50%); width: 84px; height: 84px; border-radius: 50%; background: var(--teach);
  display: grid; place-items: center; box-shadow: 0 14px 34px -8px rgba(180,24,24,.6); transition: transform .15s; }
.tour-card:hover .tc-play { transform: translate(-50%, -50%) scale(1.06); }
.tc-play svg { width: 30px; height: 30px; fill: #fff; margin-left: 4px; }
.tc-cap { position: absolute; left: 0; right: 0; bottom: 0; padding: 40px 22px 16px; background: linear-gradient(transparent, rgba(10,12,15,.85)); color: #D4D8DC; font-size: 13.5px; font-weight: 600; }
.tc-cap b { display: block; color: #fff; font-size: 17px; }

.draft-tag { margin-left: 8px; background: rgba(255,255,255,.1); color: #fff; padding: 2px 8px; border-radius: 999px; font-weight: 700; font-size: 11.5px; letter-spacing: .06em; text-transform: uppercase; }

/* ---------- responsive ---------- */
@media (max-width: 1100px) {
  .rooms-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .wg, .tour { grid-template-columns: 1fr; gap: 40px; }
}
@media (max-width: 960px) {
  .hs-grid { grid-template-columns: 1fr; gap: 44px; }
  .hs-visual { padding: 0 24px 56px 0; }
  .tv-float { right: 0; }
}
@media (max-width: 900px) {
  .sec { padding: 76px 0; }
  .facts { grid-template-columns: 1fr 1fr; gap: 28px 0; }
  .facts div:nth-child(3) { border-left: 0; padding-left: 0; }
  .pain-grid, .assure, .feat-grid { grid-template-columns: 1fr; }
  .plans { grid-template-columns: 1fr; max-width: 34rem; }
  .plans:not(.one) .plan:not(.pop) h3 { margin-top: 0; }
  .sticky { display: flex; }
  .draft { display: none; }
}
@media (max-width: 760px) {
  .steps-row { grid-template-columns: 1fr; }
  .rooms { padding: 18px 16px 16px; border-radius: 22px; }
  .rooms-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 12px; }
  .rooms-grid li:last-child { display: none; }
  .hero-s { padding-top: 40px; }
  .hero-stripe { margin-top: 44px; }
}
@media (max-width: 600px) {
  .wrap { padding: 0 18px; }
  .hero-ctas .btn, .cta-row .btn { width: 100%; }
  .hs-visual { padding: 0 0 70px 0; }
  .tv-float { width: 58%; min-width: 0; right: -4px; }
  .editor-frame { transform: none; }
  .facts div { padding: 0 14px; }
  .facts span { font-size: 14px; }
  .plan { padding: 30px 24px 26px; }
  .price b { font-size: 52px; }
  .wg-pick { grid-template-columns: 1fr; }
  .final .in { padding-top: 76px; }
  .sd { border-radius: 20px; width: calc(100vw - 16px); }
  .h2 { letter-spacing: -.03em; }
  .dv-list li { padding: 9px 13px; font-size: 14px; }
}
@media (max-width: 400px) { .hs-title .ul { white-space: normal; } }

/* VERBATIM line 568 */
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { transition: none !important; animation: none !important; scroll-behavior: auto !important; } }
