/* Simply Better Social, the public website.
   Navy and orange from the logo on a clean white ground. Figtree for everything you read,
   JetBrains Mono for the production details: stage names, frame counters, timecodes. */

:root {
  --navy: #22303D;
  --navy-deep: #182330;
  --navy-2: #2E3F50;
  --orange: #FE700B;
  --orange-2: #FF8A1F;
  --peach: #FFF2E8;
  --ink: #16202B;
  --ink-2: #4A5866;
  --ink-3: #7B8794;
  --ground: #FFFFFF;
  --mist: #F2F4F7;
  --line: rgba(34, 48, 61, .12);
  --on-navy: #E9EEF3;
  --on-navy-2: #A9B6C3;
  --display: "Figtree", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --body: "Figtree", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --mono: "JetBrains Mono", ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
  --wrap: 1180px;
  --gutter: clamp(18px, 4vw, 40px);
  --ease: cubic-bezier(.2, .8, .2, 1);
  --shadow-phone: 0 40px 80px -30px rgba(24, 35, 48, .55), 0 12px 28px -12px rgba(24, 35, 48, .35);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--ground); color: var(--ink); font: 400 17px/1.6 var(--body); -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; border-radius: 6px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation: none !important; transition: none !important; } }

.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding-inline: var(--gutter); }
.mono { font-family: var(--mono); font-size: 12px; font-weight: 500; letter-spacing: .06em; text-transform: uppercase; }
h1, h2, h3 { font-family: var(--display); color: var(--ink); text-wrap: balance; margin: 0; }
h1 { font-size: clamp(42px, 6.4vw, 78px); font-weight: 850; line-height: .98; letter-spacing: -.045em; }
h2 { font-size: clamp(32px, 4.4vw, 54px); font-weight: 820; line-height: 1.02; letter-spacing: -.04em; }
h3 { font-size: 22px; font-weight: 750; line-height: 1.2; letter-spacing: -.02em; }
p { margin: 0; }
.lede { font-size: clamp(18px, 1.6vw, 21px); line-height: 1.55; color: var(--ink-2); max-width: 36em; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--ink-2); }
.eyebrow::before { content: ""; width: 9px; height: 9px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 4px rgba(254, 112, 11, .16); }

/* ---------- buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; height: 56px; padding: 0 26px; border: 0; border-radius: 16px; font: 700 17px/1 var(--body); letter-spacing: -.01em; text-decoration: none; cursor: pointer; transition: transform .2s var(--ease), box-shadow .2s var(--ease), background .2s; white-space: nowrap; }
.btn-orange { background: var(--orange); color: var(--navy-deep); box-shadow: 0 10px 24px -10px rgba(254, 112, 11, .7); }
.btn-orange:hover { transform: translateY(-2px); box-shadow: 0 16px 30px -12px rgba(254, 112, 11, .75); }
.btn-navy { background: var(--navy); color: #fff; }
.btn-navy:hover { background: var(--navy-2); transform: translateY(-2px); }
.btn-line { background: transparent; color: var(--ink); box-shadow: inset 0 0 0 1.5px var(--line); }
.btn-line:hover { box-shadow: inset 0 0 0 1.5px var(--navy); }
.btn svg { flex: none; }
.link-arrow { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; text-decoration: none; color: var(--ink); }
.link-arrow svg { transition: transform .2s var(--ease); }
.link-arrow:hover svg { transform: translateX(3px); }

/* ---------- nav ---------- */
.nav { position: sticky; top: env(safe-area-inset-top, 0px); z-index: 50; background: rgba(255, 255, 255, .86); backdrop-filter: saturate(1.4) blur(14px); -webkit-backdrop-filter: saturate(1.4) blur(14px); border-bottom: 1px solid transparent; transition: border-color .2s; }
.nav.scrolled { border-bottom-color: var(--line); }
.nav .wrap { display: flex; align-items: center; gap: 28px; height: 74px; }
.nav-logo img { height: 34px; width: auto; }
.nav-links { display: flex; gap: 26px; margin-left: auto; font-weight: 600; font-size: 15.5px; }
.nav-links a { text-decoration: none; color: var(--ink-2); }
.nav-links a:hover { color: var(--ink); }
.nav .btn { height: 46px; padding: 0 20px; font-size: 15.5px; border-radius: 13px; }
.nav-login { font-weight: 600; font-size: 15.5px; color: var(--ink-2); text-decoration: none; }
@media (max-width: 900px) { .nav-links { display: none; } .nav-login { margin-left: auto; } }
@media (max-width: 480px) { .nav .wrap { gap: 14px; height: 64px; } .nav-logo img { height: 28px; } .nav-login { font-size: 14.5px; } .nav .btn { height: 42px; padding: 0 15px; font-size: 14.5px; } }

/* ---------- hero ---------- */
.hero { padding-block: clamp(28px, 5vw, 64px) clamp(56px, 7vw, 96px); overflow: hidden; }
.hero .wrap { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.02fr); gap: clamp(28px, 5vw, 72px); align-items: center; }
.hero-copy { display: grid; gap: 22px; align-content: center; }
.hero h1 em { font-style: normal; color: var(--orange); }
.hero-ctas { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 22px; margin-top: 6px; }
.hero-facts { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 10px; padding: 0; list-style: none; color: var(--ink-2); font-size: 15px; font-weight: 600; }
.hero-facts li { display: flex; align-items: center; gap: 8px; }
.hero-facts svg { color: var(--orange); flex: none; }
.hero-visual { position: relative; }
.hero-photo { border-radius: 28px; overflow: hidden; aspect-ratio: 1 / 1.02; background: var(--mist); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 44% 50%; }
.hero-visual .hero-phone { position: absolute; left: -8%; bottom: -17%; width: 32%; max-width: 205px; animation: floatIn .9s var(--ease) both .15s; }
.hero-chip { position: absolute; right: -3%; top: 6%; display: flex; align-items: center; gap: 11px; padding: 11px 16px 11px 12px; border-radius: 16px; background: rgba(255, 255, 255, .95); box-shadow: 0 18px 40px -18px rgba(24, 35, 48, .5); font-size: 14px; line-height: 1.25; animation: floatIn .9s var(--ease) both .35s; max-width: 72%; }
.hero-chip b { display: block; font-weight: 750; }
.hero-chip small { color: var(--ink-3); font-size: 12.5px; }
.hero-chip .ic { flex: none; width: 36px; height: 36px; border-radius: 11px; display: grid; place-items: center; background: var(--peach); color: var(--orange); }
@keyframes floatIn { from { transform: translateY(16px); } to { transform: none; } }
@media (max-width: 900px) {
  .hero .wrap { grid-template-columns: 1fr; }
  .hero-visual { margin: 10px 0 0 10%; }
  .hero-photo { aspect-ratio: 3 / 2.3; }
  .hero-visual .hero-phone { left: -12%; bottom: -16%; width: 31%; }
  .hero-chip { right: 4%; }
}
@media (max-width: 520px) {
  .hero-visual { margin-left: 14%; }
  .hero-visual .hero-phone { left: -18%; bottom: -18%; width: 38%; }
  .hero-chip { top: 5%; right: 4%; padding: 9px 12px 9px 9px; }
  .hero-chip .ic { width: 30px; height: 30px; border-radius: 9px; }
  .hero { padding-bottom: 88px; }
  .hero-ctas .btn { width: 100%; }
}

/* ---------- phones ---------- */
.phone { position: relative; border-radius: 13% / 6.2%; padding: 3.2%; background: var(--navy-deep); box-shadow: var(--shadow-phone); }
.phone::before { content: ""; position: absolute; top: 2.1%; left: 50%; width: 26%; height: 2.2%; transform: translateX(-50%); border-radius: 999px; background: #0C131B; z-index: 2; }
.phone img { width: 100%; height: auto; aspect-ratio: 390 / 844; object-fit: cover; object-position: top; border-radius: 10.6% / 4.9%; background: #F5F4F0; }

/* ---------- sections ---------- */
.sec { padding-block: clamp(72px, 10vw, 128px); }
.sec-head { display: grid; gap: 18px; max-width: 760px; margin-bottom: clamp(36px, 5vw, 60px); }
.sec-navy { background: var(--navy-deep); color: var(--on-navy); }
.sec-navy h2, .sec-navy h3 { color: #fff; }
.sec-navy .lede { color: var(--on-navy-2); }
.sec-navy .eyebrow { color: var(--on-navy-2); }
.sec-mist { background: var(--mist); }

/* ---------- the usual way / with us ---------- */
.compare { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.compare > div { border-radius: 26px; padding: clamp(24px, 3.4vw, 40px); }
.compare-old { background: var(--mist); }
.compare-new { background: var(--navy-deep); color: var(--on-navy); }
.compare h3 { margin-bottom: 18px; display: flex; align-items: center; gap: 10px; }
.compare-new h3 { color: #fff; }
.compare ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.compare li { display: grid; grid-template-columns: 24px 1fr; gap: 12px; font-size: 16.5px; line-height: 1.5; }
.compare-old li { color: var(--ink-2); }
.compare li svg { margin-top: 3px; }
.compare-old li svg { color: var(--ink-3); }
.compare-new li svg { color: var(--orange); }
@media (max-width: 820px) { .compare { grid-template-columns: 1fr; } }

/* ---------- process: a phone that follows the steps ---------- */
.process { display: grid; grid-template-columns: minmax(0, 360px) minmax(0, 1fr); gap: clamp(40px, 7vw, 110px); align-items: start; }
.stick { position: sticky; top: calc(96px + env(safe-area-inset-top, 0px)); display: grid; gap: 18px; }
.segbar { display: grid; grid-template-columns: repeat(6, 1fr); gap: 5px; }
.segbar i { height: 4px; border-radius: 3px; background: rgba(34, 48, 61, .14); transition: background .35s var(--ease); }
.segbar i.on { background: var(--orange); }
.segbar i.done { background: var(--navy); }
.stick-meta { display: flex; justify-content: space-between; color: var(--ink-3); }
.stick-meta b { color: var(--ink); font-weight: 600; }
.stick .phone { width: 100%; }
.screens { position: relative; }
.screens img { transition: opacity .45s var(--ease); }
.screens img + img { position: absolute; inset: 0; width: 100%; height: 100%; aspect-ratio: auto; }
.screens img:not(.on) { opacity: 0; }
.screens .wide { object-fit: contain; object-position: top; background: #fff; }

.steps { display: grid; gap: clamp(56px, 12vh, 140px); padding-block: 4px 30vh; list-style: none; margin: 0; padding-inline: 0; }
.step { display: grid; gap: 14px; max-width: 560px; }
.step .mono { color: var(--orange); display: flex; align-items: center; gap: 10px; }
.step .mono::after { content: ""; flex: 1; height: 1px; background: var(--line); max-width: 120px; }
.step h3 { font-size: clamp(26px, 2.6vw, 34px); font-weight: 820; letter-spacing: -.03em; }
.step p { color: var(--ink-2); font-size: 18px; line-height: 1.6; }
.step .note { font-size: 15px; color: var(--ink-3); }
.step-shot { display: none; }
@media (max-width: 900px) {
  .process { grid-template-columns: 1fr; }
  .stick { display: none; }
  .steps { padding-bottom: 0; gap: 64px; }
  .step-shot { display: block; width: min(260px, 66%); margin: 10px 0 0; }
  .step-shot.wide { width: 100%; border-radius: 18px; overflow: hidden; box-shadow: 0 30px 60px -30px rgba(24, 35, 48, .45); }
}

/* ---------- the rules every video is planned around ---------- */
.rules { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255, 255, 255, .1); border-radius: 26px; overflow: hidden; }
.rule { background: var(--navy-deep); padding: clamp(24px, 3vw, 36px); display: grid; gap: 12px; align-content: start; }
.rule .mono { color: var(--orange); }
.rule h3 { font-size: 21px; }
.rule p { color: var(--on-navy-2); font-size: 16px; line-height: 1.6; }
@media (max-width: 960px) { .rules { grid-template-columns: 1fr 1fr; } }
@media (max-width: 620px) { .rules { grid-template-columns: 1fr; } }

/* ---------- your part / our part ---------- */
.parts { display: grid; grid-template-columns: .82fr 1.18fr; gap: 16px; }
.part { border-radius: 26px; padding: clamp(26px, 3.4vw, 42px); display: grid; gap: 18px; align-content: start; }
.part-you { background: var(--peach); }
.part-us { background: var(--navy); color: var(--on-navy); }
.part-us h3 { color: #fff; }
.part .mono { color: var(--orange); }
.part-us .mono { color: var(--orange-2); }
.part ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.part li { display: flex; gap: 12px; align-items: flex-start; font-size: 17px; line-height: 1.45; }
.part li::before { content: ""; flex: none; width: 13px; height: 14px; margin-top: 5px; background: var(--orange); clip-path: polygon(0 0, 100% 50%, 0 100%, 26% 50%); }
.part-us ul { grid-template-columns: 1fr 1fr; gap: 12px 24px; }
@media (max-width: 820px) { .parts { grid-template-columns: 1fr; } .part-us ul { grid-template-columns: 1fr; } }

/* ---------- film it yourself, or we come to you ---------- */
.ways { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.way { position: relative; border-radius: 26px; overflow: hidden; min-height: 460px; display: flex; align-items: flex-end; color: #fff; isolation: isolate; }
.way img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; transition: transform .8s var(--ease); }
.way::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(24, 35, 48, 0) 32%, rgba(24, 35, 48, .92) 100%); }
.way:hover img { transform: scale(1.03); }
.way-copy { padding: clamp(24px, 3vw, 36px); display: grid; gap: 10px; max-width: 460px; }
.way-copy .mono { color: var(--orange-2); }
.way-copy h3 { color: #fff; font-size: 28px; }
.way-copy p { color: rgba(255, 255, 255, .84); }
@media (max-width: 820px) { .ways { grid-template-columns: 1fr; } .way { min-height: 400px; } }

/* ---------- who it's for ---------- */
.biz { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.biz figure { margin: 0; position: relative; border-radius: 22px; overflow: hidden; aspect-ratio: 4 / 4.4; background: var(--mist); }
.biz img { width: 100%; height: 100%; object-fit: cover; }
.biz figcaption { position: absolute; left: 12px; bottom: 12px; padding: 8px 13px; border-radius: 12px; background: rgba(255, 255, 255, .94); font-weight: 700; font-size: 15px; color: var(--ink); }
@media (max-width: 820px) { .biz { grid-template-columns: 1fr 1fr; gap: 10px; } .biz figcaption { font-size: 13.5px; left: 8px; bottom: 8px; padding: 7px 10px; } }

/* ---------- inside the app ---------- */
.app-band { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(36px, 6vw, 90px); align-items: center; }
.app-phones { position: relative; display: flex; justify-content: center; }
.app-phones .phone { width: 46%; max-width: 250px; }
.app-phones .phone + .phone { margin-left: -9%; margin-top: 16%; }
.feats { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 26px 28px; }
.feats li { display: grid; gap: 6px; }
.feats b { font-size: 17.5px; font-weight: 750; letter-spacing: -.01em; display: flex; gap: 10px; align-items: center; }
.feats b svg { color: var(--orange); flex: none; }
.feats span { color: var(--ink-2); font-size: 16px; line-height: 1.5; }
@media (max-width: 900px) { .app-band { grid-template-columns: 1fr; } .app-phones { order: 2; } }
@media (max-width: 560px) { .feats { grid-template-columns: 1fr; } }

/* ---------- faq ---------- */
.faq { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(28px, 6vw, 90px); align-items: start; }
.faq-list { display: grid; }
.faq details { border-bottom: 1px solid var(--line); }
.faq details:first-child { border-top: 1px solid var(--line); }
.faq summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; gap: 18px; align-items: center; padding: 22px 0; font-weight: 700; font-size: 18.5px; letter-spacing: -.01em; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary i { flex: none; width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center; background: var(--mist); transition: transform .25s var(--ease), background .2s; }
.faq details[open] summary i { transform: rotate(45deg); background: var(--peach); color: var(--orange); }
.faq details p { padding: 0 0 22px; color: var(--ink-2); max-width: 60ch; }
@media (max-width: 820px) { .faq { grid-template-columns: 1fr; } }

/* ---------- book a call ---------- */
.cta { position: relative; overflow: hidden; }
.cta::before { content: ""; position: absolute; right: -8%; top: -10%; width: 46%; aspect-ratio: .9; background: var(--orange); opacity: .09; clip-path: polygon(0 0, 100% 50%, 0 100%, 26% 50%); pointer-events: none; }
.cta .wrap { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: clamp(32px, 6vw, 90px); align-items: start; position: relative; }
.cta-copy { display: grid; gap: 20px; position: sticky; top: 110px; }
.cta-copy .lede { color: var(--on-navy-2); }
.cta-points { list-style: none; margin: 8px 0 0; padding: 0; display: grid; gap: 12px; color: var(--on-navy); }
.cta-points li { display: flex; gap: 12px; align-items: flex-start; }
.cta-points svg { color: var(--orange); flex: none; margin-top: 4px; }
@media (max-width: 900px) { .cta .wrap { grid-template-columns: 1fr; } .cta-copy { position: static; } }

.form { background: #fff; color: var(--ink); border-radius: 28px; padding: clamp(22px, 3.4vw, 40px); display: grid; gap: 24px; box-shadow: 0 50px 90px -50px rgba(0, 0, 0, .6); }
.fgroup { display: grid; gap: 10px; border: 0; margin: 0; padding: 0; min-width: 0; }
.fgroup > legend, .fgroup > label > span, .flabel { font-weight: 700; font-size: 15.5px; padding: 0; margin-bottom: 2px; }
.fgroup small { font-weight: 500; color: var(--ink-3); }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip { position: relative; }
.chip input { position: absolute; opacity: 0; pointer-events: none; }
.chip span { display: inline-flex; align-items: center; min-height: 42px; padding: 9px 15px; border-radius: 12px; background: var(--mist); font-size: 15px; font-weight: 600; color: var(--ink-2); cursor: pointer; transition: background .15s, color .15s, box-shadow .15s; line-height: 1.25; }
.chip span:hover { box-shadow: inset 0 0 0 1.5px rgba(34, 48, 61, .22); }
.chip input:checked + span { background: var(--navy); color: #fff; }
.chip input:focus-visible + span { outline: 3px solid var(--orange); outline-offset: 2px; }
.frow { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field { display: grid; gap: 8px; }
.field span { font-weight: 700; font-size: 15.5px; }
.input { width: 100%; height: 54px; padding: 0 16px; border: 0; border-radius: 14px; background: var(--mist); font: 500 17px/1.3 var(--body); color: var(--ink); box-shadow: inset 0 0 0 1.5px transparent; transition: box-shadow .15s, background .15s; -webkit-appearance: none; appearance: none; }
textarea.input { height: auto; min-height: 104px; padding: 14px 16px; resize: vertical; line-height: 1.5; }
.input:focus { outline: none; background: #fff; box-shadow: inset 0 0 0 2px var(--navy); }
.input::placeholder { color: #98A3AE; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form .btn { width: 100%; height: 60px; font-size: 18px; }
.form-foot { font-size: 14px; color: var(--ink-3); text-align: center; }
.form-err { background: #FFF0F0; color: #B42318; border-radius: 12px; padding: 12px 14px; font-weight: 600; font-size: 15px; }
.form .is-loading { opacity: .7; pointer-events: none; }
.form-done { text-align: center; display: grid; gap: 14px; justify-items: center; padding: 30px 6px; }
.form-done .tick { width: 72px; height: 72px; border-radius: 22px; background: var(--peach); color: var(--orange); display: grid; place-items: center; }
.form-done h3 { font-size: 28px; }
.form-done p { color: var(--ink-2); max-width: 34ch; }
@media (max-width: 560px) { .frow { grid-template-columns: 1fr; } }

/* ---------- footer ---------- */
.foot { background: var(--navy-deep); color: var(--on-navy-2); padding-block: 44px calc(44px + env(safe-area-inset-bottom, 0px)); border-top: 1px solid rgba(255, 255, 255, .08); font-size: 15px; }
.foot .wrap { display: flex; flex-wrap: wrap; gap: 18px 36px; align-items: center; }
.foot img { height: 30px; width: auto; }
.foot nav { display: flex; flex-wrap: wrap; gap: 8px 22px; margin-left: auto; }
.foot a { text-decoration: none; color: var(--on-navy); }
.foot a:hover { color: #fff; }
.foot small { flex-basis: 100%; font-size: 13.5px; }

/* ---------- a sticky call button on phones ---------- */
.mbar { position: fixed; left: 12px; right: 12px; bottom: calc(12px + env(safe-area-inset-bottom, 0px)); z-index: 60; display: none; transform: translateY(140%); visibility: hidden; transition: transform .35s var(--ease), visibility 0s linear .35s; }
.mbar.show { transform: none; visibility: visible; transition: transform .35s var(--ease), visibility 0s; }
.mbar .btn { width: 100%; box-shadow: 0 20px 40px -14px rgba(24, 35, 48, .6); }
@media (max-width: 720px) { .mbar { display: block; } }

/* the editor's cut sheet, peeking out under the editing step */
.guide-peek { margin: 8px 0 0; border-radius: 18px; overflow: hidden; background: #fff; box-shadow: 0 30px 60px -32px rgba(24, 35, 48, .5), 0 0 0 1px var(--line); max-height: 330px; position: relative; }
.guide-peek img { width: 100%; }
.guide-peek::after { content: ""; position: absolute; inset: auto 0 0 0; height: 90px; background: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff); }
.guide-peek figcaption { position: absolute; left: 14px; bottom: 12px; z-index: 1; color: var(--ink-3); }

/* ---------- free or with a plan, on each step ---------- */
.step .mono em { font-style: normal; order: 1; margin-left: 2px; padding: 3px 8px; border-radius: 999px; font-size: 10.5px; letter-spacing: .08em; }
.step .mono::after { order: 2; }
.step .mono em.is-free { background: #E7F7EE; color: #0B7A45; }
.step .mono em.is-plan { background: var(--peach); color: #B04A00; }

/* ---------- start free ---------- */
.free { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: 16px; align-items: stretch; }
.free-steps { display: grid; grid-template-rows: repeat(3, 1fr); gap: 14px; }
.free-card { background: #fff; border-radius: 22px; padding: clamp(20px, 2.4vw, 28px); display: grid; grid-template-columns: 52px 1fr; column-gap: 18px; row-gap: 4px; align-content: center; box-shadow: 0 1px 0 var(--line), 0 24px 50px -36px rgba(24, 35, 48, .4); position: relative; }
.free-card .free-ic { grid-row: span 3; align-self: start; }
.free-card .mono { color: #0B7A45; }
.free-card h3 { font-size: 21px; }
.free-card p { color: var(--ink-2); font-size: 16px; line-height: 1.55; }
.free-ic { width: 52px; height: 52px; border-radius: 16px; display: grid; place-items: center; background: var(--peach); color: var(--orange); }
.free-card + .free-card::before { content: ""; position: absolute; left: calc(clamp(20px, 2.4vw, 28px) + 20px); top: -12px; width: 12px; height: 10px; background: var(--orange); clip-path: polygon(0 0, 100% 0, 50% 100%, 50% 74%); }
.plan-card { background: var(--navy-deep); color: var(--on-navy); border-radius: 24px; padding: clamp(26px, 3.2vw, 40px); display: grid; gap: 14px; align-content: center; position: relative; overflow: hidden; }
.plan-card::after { content: ""; position: absolute; right: -40px; bottom: -60px; width: 200px; height: 220px; background: var(--orange); opacity: .12; clip-path: polygon(0 0, 100% 50%, 0 100%, 26% 50%); pointer-events: none; }
.plan-card > * { position: relative; z-index: 1; }
.plan-card .mono { color: var(--orange-2); }
.plan-card h3 { color: #fff; font-size: clamp(26px, 2.6vw, 34px); font-weight: 820; letter-spacing: -.03em; }
.plan-card p { color: var(--on-navy-2); font-size: 16.5px; line-height: 1.6; }
.plan-card ul { list-style: none; margin: 4px 0 8px; padding: 0; display: grid; gap: 10px; }
.plan-card li { display: flex; gap: 10px; align-items: flex-start; font-size: 16.5px; }
.plan-card li svg { color: var(--orange); flex: none; margin-top: 3px; }
.plan-card .btn { width: 100%; }
.plan-card small { text-align: center; color: var(--on-navy-2); font-size: 13.5px; }
@media (max-width: 900px) { .free { grid-template-columns: 1fr; } .free-steps { grid-template-rows: none; } }
@media (max-width: 480px) { .free-card { grid-template-columns: 44px 1fr; column-gap: 14px; } .free-ic { width: 44px; height: 44px; border-radius: 13px; } .free-card + .free-card::before { left: 36px; } }

/* ---------- the time picker ---------- */
.picker { gap: 12px; }
.pk-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.pk-month { font-weight: 700; font-size: 15px; color: var(--ink-2); }
.pk-nav { display: flex; gap: 6px; }
.pk-arrow { width: 36px; height: 36px; border-radius: 11px; border: 0; background: var(--mist); color: var(--ink); display: grid; place-items: center; cursor: pointer; transition: background .15s; }
.pk-arrow:hover:not(:disabled) { background: #E6EAEF; }
.pk-arrow:disabled { opacity: .35; cursor: default; }
.pk-days { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px; }
.pk-day { border: 0; border-radius: 14px; background: var(--mist); padding: 10px 4px 11px; display: grid; gap: 2px; justify-items: center; cursor: pointer; font-family: inherit; color: var(--ink); transition: background .15s, color .15s, box-shadow .15s, transform .15s var(--ease); }
.pk-day small { font-family: var(--mono); font-size: 10.5px; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-3); }
.pk-day b { font-size: 21px; font-weight: 800; letter-spacing: -.03em; line-height: 1.1; }
.pk-day i { font-style: normal; font-size: 11.5px; color: var(--ink-3); }
.pk-day:hover:not(:disabled) { box-shadow: inset 0 0 0 1.5px rgba(34, 48, 61, .22); }
.pk-day:disabled { opacity: .4; cursor: default; }
.pk-day.on { background: var(--navy); color: #fff; }
.pk-day.on small, .pk-day.on i { color: rgba(255, 255, 255, .7); }
.pk-times { display: grid; grid-template-columns: repeat(auto-fill, minmax(92px, 1fr)); gap: 8px; }
.pk-time { height: 44px; border: 0; border-radius: 12px; background: #fff; box-shadow: inset 0 0 0 1.5px var(--line); font: 650 15px/1 var(--body); color: var(--ink); cursor: pointer; transition: background .15s, color .15s, box-shadow .15s; }
.pk-time:hover { box-shadow: inset 0 0 0 1.5px var(--navy); }
.pk-time.on { background: var(--orange); color: var(--navy); box-shadow: none; }
.pk-msg { grid-column: 1 / -1; color: var(--ink-3); font-size: 15px; padding: 8px 0; }
.pk-foot { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 6px 14px; font-size: 13.5px; color: var(--ink-3); }
.pk-skip { border: 0; background: none; padding: 0; font: 600 13.5px/1.4 var(--body); color: var(--ink-2); text-decoration: underline; text-underline-offset: 3px; text-decoration-color: rgba(34, 48, 61, .3); cursor: pointer; justify-self: start; }
.pk-summary { display: flex; gap: 10px; align-items: center; padding: 13px 15px; border-radius: 14px; background: var(--peach); color: var(--ink); font-weight: 650; font-size: 15.5px; }
.pk-summary svg { color: var(--orange); flex: none; }
@media (max-width: 420px) { .pk-days { gap: 6px; } .pk-day b { font-size: 19px; } .pk-times { grid-template-columns: repeat(3, 1fr); } }
