/* ==========================================================================
   Tool of Wish — site.css
   Light, quiet, one accent. Change the tokens below to re-skin everything.
   ========================================================================== */

:root {
  color-scheme: light;

  --bg:         #FFFFFF;
  --bg-soft:    #F4F8F8;
  --ink:        #0B1F26;   /* headings */
  --ink-2:      #42565E;   /* body text */
  --ink-3:      #5A7079;   /* muted text */
  --line:       #E0E8EA;

  --accent:       #0F766E;
  --accent-hover: #0B5D56;
  --accent-soft:  #E6F4F2;
  --good:         #12805C;

  --font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;

  --wrap:   68rem;
  --narrow: 44rem;
  --gutter: clamp(1.25rem, 5vw, 2.5rem);
  --radius: 14px;
  --shadow: 0 1px 2px rgba(16, 24, 40, .04), 0 12px 32px -12px rgba(16, 24, 40, .12);
}

/* ---------- base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 80px; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink-2);
  font-family: var(--font);
  font-size: 1.0625rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "cv11", "ss01";
}
h1, h2, h3 { color: var(--ink); margin: 0; line-height: 1.15; letter-spacing: -.022em; text-wrap: balance; }
p, ul, ol { margin: 0; padding: 0; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; border-radius: 4px; }

.skip { position: absolute; left: -9999px; top: 0; z-index: 100; background: var(--ink); color: #fff; padding: .7rem 1.1rem; }
.skip:focus { left: 0; }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

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

/* ---------- header ---------- */
.header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255, 255, 255, .88);
  -webkit-backdrop-filter: saturate(180%) blur(12px);
  backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid var(--line);
}
.header__inner { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; min-height: 64px; }
.brand {
  display: inline-flex; align-items: center; gap: .55rem;
  font-weight: 700; font-size: 1.02rem; letter-spacing: -.02em;
  color: var(--ink); text-decoration: none; white-space: nowrap;
}
.brand img { display: block; height: 30px; width: auto; }
.footer .brand img { height: 24px; }
.nav { display: flex; align-items: center; gap: clamp(1rem, 2.5vw, 2rem); }
.nav a:not(.button) { color: var(--ink-2); text-decoration: none; font-size: .95rem; font-weight: 500; transition: color .15s ease; }
.nav a:not(.button):hover, .nav a[aria-current="page"] { color: var(--ink); }
@media (max-width: 640px) { .nav__opt { display: none; } }
@media (max-width: 440px) { .nav__price { display: none; } }

/* ---------- buttons & links ---------- */
.button {
  display: inline-flex; align-items: center; justify-content: center;
  padding: .8rem 1.35rem;
  border-radius: 10px;
  border: 1px solid var(--accent);
  background: var(--accent); color: #fff;
  font: 600 .98rem/1.2 var(--font);
  text-decoration: none; white-space: nowrap; cursor: pointer;
  transition: background .15s ease, border-color .15s ease, box-shadow .15s ease;
}
.button:hover { background: var(--accent-hover); border-color: var(--accent-hover); box-shadow: 0 6px 16px -8px rgba(31, 94, 219, .6); }
.button--ghost { background: #fff; color: var(--ink); border-color: var(--line); }
.button--ghost:hover { background: var(--bg-soft); border-color: #D0D5DD; box-shadow: none; }
.button--small { padding: .55rem 1rem; font-size: .92rem; }
.button--block { display: flex; width: 100%; }

.link { color: var(--accent); font-weight: 600; text-decoration: none; }
.link:hover { text-decoration: underline; text-underline-offset: 3px; }

/* ---------- type helpers ---------- */
.kicker { color: var(--accent); font-weight: 600; font-size: .95rem; margin-bottom: 1rem; }
.lead { font-size: clamp(1.08rem, 1rem + .35vw, 1.22rem); line-height: 1.6; color: var(--ink-2); }
.fineprint { font-size: .9rem; color: var(--ink-3); }

/* ---------- sections ---------- */
.section { padding-block: clamp(4rem, 9vw, 6.5rem); }
.section--soft { background: var(--bg-soft); }
.section__head { max-width: 40rem; margin-bottom: clamp(2.25rem, 5vw, 3.25rem); }
.section__head--center { margin-inline: auto; text-align: center; }
.section__head h2 { font-size: clamp(1.75rem, 1.3rem + 1.6vw, 2.4rem); }
.section__head .lead { margin-top: .9rem; }

/* ---------- hero ---------- */
.hero { padding-top: clamp(4rem, 10vw, 7rem); text-align: center; }
.hero h1 { font-size: clamp(2.4rem, 1.5rem + 4vw, 4.2rem); letter-spacing: -.035em; line-height: 1.05; }
.hero .lead { max-width: 38rem; margin: 1.35rem auto 0; }
.actions { display: flex; flex-wrap: wrap; gap: .75rem; justify-content: center; margin-top: 2.1rem; }
.hero .fineprint { margin-top: 1.4rem; }

.hero--page { padding-bottom: clamp(1.5rem, 4vw, 2.5rem); }
.hero--page h1 { font-size: clamp(2.2rem, 1.5rem + 3vw, 3.4rem); }

/* ---------- hero with the screenshot beside the text ---------- */
.hero--split { text-align: left; padding-bottom: clamp(3.5rem, 7vw, 5.5rem); padding-top: clamp(3rem, 7vw, 5rem); }
.hero__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr); gap: clamp(2.5rem, 5vw, 4.5rem); align-items: center; }
.hero--split h1 { font-size: clamp(2.3rem, 1.4rem + 2.8vw, 3.5rem); }
.hero--split .lead { margin-left: 0; }
.hero--split .actions { justify-content: flex-start; }
@media (max-width: 900px) {
  .hero__grid { grid-template-columns: 1fr; }
  .hero--split { text-align: center; }
  .hero--split .lead { margin-left: auto; }
  .hero--split .actions { justify-content: center; }
  .hero--split .shot { max-width: 30rem; }
}

/* ---------- product screenshot ---------- */
.shot { max-width: 40rem; margin: 0 auto; }
.shot img {
  width: 100%; height: auto;
  border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: 0 1px 2px rgba(16, 24, 40, .04), 0 30px 60px -28px rgba(16, 24, 40, .28);
}
.shot figcaption { margin-top: 1rem; text-align: center; font-size: .9rem; color: var(--ink-3); }

/* ---------- features ---------- */
.features { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(2rem, 4vw, 3rem); }
@media (max-width: 820px) { .features { grid-template-columns: 1fr; } }
.feature__icon {
  width: 44px; height: 44px; border-radius: 12px;
  display: grid; place-items: center;
  background: var(--accent-soft); color: var(--accent);
  margin-bottom: 1.1rem;
}
.feature__icon svg { width: 22px; height: 22px; }
.feature h3 { font-size: 1.15rem; margin-bottom: .45rem; }
.feature p { font-size: 1rem; }

/* ---------- steps ---------- */
.steps { list-style: none; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(1.5rem, 3vw, 2.25rem); counter-reset: step; }
@media (max-width: 900px) { .steps { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 540px) { .steps { grid-template-columns: 1fr; } }
.steps li { counter-increment: step; border-top: 2px solid var(--line); padding-top: 1.25rem; }
.steps li:first-child { border-top-color: var(--accent); }
.steps li::before { content: counter(step); display: block; font-weight: 700; color: var(--accent); margin-bottom: .55rem; }
.steps h3 { font-size: 1.05rem; margin-bottom: .4rem; }
.steps p { font-size: .98rem; }

/* ---------- pricing ---------- */
.price-card {
  max-width: 27rem; margin-inline: auto;
  background: #fff; border: 1px solid var(--line); border-radius: 18px;
  box-shadow: var(--shadow);
  padding: clamp(1.75rem, 4vw, 2.5rem);
}
.price-card__name { font-weight: 600; color: var(--ink); }
.price-card__price { margin-top: .6rem; font-size: 3.25rem; font-weight: 700; color: var(--ink); letter-spacing: -.04em; line-height: 1; }
.price-card__price span { font-size: 1rem; font-weight: 500; color: var(--ink-3); letter-spacing: 0; margin-left: .35rem; }
.price-card .ticks { margin: 1.75rem 0 2rem; }
.price-card .fineprint { margin-top: .9rem; text-align: center; }

.ticks { list-style: none; display: grid; gap: .8rem; }
.ticks li { position: relative; padding-left: 1.9rem; }
.ticks li::before {
  content: ""; position: absolute; left: 0; top: .3em;
  width: 18px; height: 18px; border-radius: 50%;
  background: var(--accent-soft) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M6 10.4l2.6 2.6L14 7.6' fill='none' stroke='%230F766E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 14px no-repeat;
}

/* ---------- product list (also available / coming next) ---------- */
.rows { list-style: none; border-top: 1px solid var(--line); }
.row {
  display: flex; align-items: center; justify-content: space-between; gap: 1.5rem;
  padding: 1.35rem 0; border-bottom: 1px solid var(--line);
}
.row h3 { font-size: 1.05rem; }
.row p { margin-top: .25rem; font-size: .98rem; max-width: 42rem; }
.row .link { white-space: nowrap; font-size: .95rem; }
@media (max-width: 600px) { .row { flex-direction: column; align-items: flex-start; gap: .6rem; } }
.more { margin-top: 1.75rem; }

.card {
  display: grid; grid-template-columns: 1fr auto; gap: 1.5rem; align-items: center;
  padding: 1.5rem 1.75rem; border: 1px solid var(--line); border-radius: var(--radius);
  text-decoration: none; background: #fff; transition: border-color .15s ease, box-shadow .15s ease;
}
.card:hover { border-color: #D0D5DD; box-shadow: var(--shadow); }
.card h3 { font-size: 1.15rem; }
.card p { margin-top: .3rem; }
.card__price { font-weight: 700; color: var(--ink); font-size: 1.35rem; white-space: nowrap; }
.card__price span { display: block; font-size: .85rem; font-weight: 500; color: var(--ink-3); }
.cards { display: grid; gap: 1rem; }
@media (max-width: 600px) { .card { grid-template-columns: 1fr; } }

/* ---------- roadmap sign-up ---------- */
.options { display: grid; gap: .75rem; border: 0; margin: 0; padding: 0; }
.option {
  position: relative; display: flex; gap: 1rem; align-items: flex-start;
  padding: 1.15rem 1.25rem;
  border: 1px solid var(--line); border-radius: 12px; background: #fff;
  cursor: pointer; transition: border-color .15s ease, background .15s ease, box-shadow .15s ease;
}
.option:hover { border-color: #D0D5DD; }
.option input { width: 18px; height: 18px; margin: .2rem 0 0; accent-color: var(--accent); flex: none; cursor: pointer; }
.option:has(input:checked) { border-color: var(--accent); background: var(--accent-soft); box-shadow: 0 0 0 1px var(--accent); }
.option__title { display: block; font-weight: 600; color: var(--ink); }
.option__text { display: block; margin-top: .2rem; font-size: .95rem; }
.option__meta { display: block; margin-top: .35rem; font-size: .85rem; color: var(--ink-3); }

.notify__row { display: flex; gap: .65rem; margin-top: 1.5rem; }
.notify__row input {
  flex: 1; min-width: 0;
  padding: .8rem 1rem; border: 1px solid #D0D5DD; border-radius: 10px;
  font: 400 1rem var(--font); color: var(--ink); background: #fff;
}
.notify__row input:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 4px var(--accent-soft); }
@media (max-width: 520px) { .notify__row { flex-direction: column; } }
.notify .fineprint { margin-top: .9rem; }

.formnote { margin-top: 1rem; padding: .85rem 1rem; border-radius: 10px; font-size: .95rem; background: #FFF8E6; border: 1px solid #F5DFA6; color: var(--ink); }
.formnote a { color: inherit; font-weight: 600; }

/* ---------- footer ---------- */
.footer { border-top: 1px solid var(--line); padding-block: 2rem; font-size: .92rem; }
.footer__inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1rem 2rem; }
.footer nav { display: flex; flex-wrap: wrap; gap: .5rem 1.5rem; }
.footer a:not(.brand) { color: var(--ink-2); text-decoration: none; }
.footer a:not(.brand):hover { color: var(--accent); }
.footer small { color: var(--ink-3); font-size: .88rem; }


/* ==========================================================================
   Company home: product showcase
   ========================================================================== */
.tag {
  display: inline-flex; align-items: center;
  font-size: .78rem; font-weight: 600; letter-spacing: .01em;
  padding: .25rem .6rem; border-radius: 100px;
  background: var(--bg-soft); color: var(--ink-3); border: 1px solid var(--line);
  white-space: nowrap;
}
.tag--live { background: #E6F4F2; color: #0F766E; border-color: rgba(15,118,110,.25); }
.tag--soon { background: #FFF6E5; color: #8A6410; border-color: #F0DFB8; }
.slide__tags { display: flex; flex-wrap: wrap; gap: .45rem; margin-bottom: 1rem; }

.slider { position: relative; }
.slider__window { overflow: hidden; border-radius: 18px; border: 1px solid var(--line); background: #fff; box-shadow: var(--shadow); }
.slider__track { display: flex; transition: transform .5s cubic-bezier(.4, 0, .2, 1); }
@media (prefers-reduced-motion: reduce) { .slider__track { transition: none; } }

.slide {
  flex: 0 0 100%;
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .95fr);
  gap: clamp(1.5rem, 4vw, 3.5rem); align-items: center;
  padding: clamp(1.75rem, 4vw, 3rem);
}
.slide__text h3 { font-size: clamp(1.5rem, 1.1rem + 1.6vw, 2.25rem); }
.slide__text .lead { margin-top: .75rem; max-width: 34rem; }
.slide__text .actions { margin-top: 1.5rem; justify-content: flex-start; }
.slide__text .fineprint { margin-top: .85rem; }
.slide__media img { width: 100%; border: 1px solid var(--line); border-radius: 12px; }
.slide__media--blank {
  display: grid; place-items: center; min-height: 200px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--accent-soft), #F7F9FF);
  border: 1px solid rgba(31, 94, 219, .14);
  color: rgba(31, 94, 219, .35); font-size: 2.6rem; font-weight: 700; letter-spacing: -.04em;
}
@media (max-width: 820px) {
  .slide { grid-template-columns: 1fr; }
  .slide__media { order: -1; }
  .slide__media--blank { min-height: 120px; }
}

.slider__controls { display: flex; align-items: center; justify-content: center; gap: 1rem; margin-top: 1.5rem; }
.slider__dots { display: flex; gap: .5rem; }
.slider__dot {
  width: 9px; height: 9px; padding: 0; border-radius: 50%;
  border: 0; background: #CBD3E1; cursor: pointer; transition: background .15s ease, transform .15s ease;
}
.slider__dot[aria-current="true"] { background: var(--accent); transform: scale(1.25); }
.slider__arrow {
  width: 38px; height: 38px; display: grid; place-items: center;
  border: 1px solid var(--line); border-radius: 50%; background: #fff; cursor: pointer;
  color: var(--ink-2); font-size: 1.1rem; line-height: 1;
}
.slider__arrow:hover { border-color: var(--accent); color: var(--accent); }

/* ==========================================================================
   Products page
   ========================================================================== */
.pgrid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(1rem, 2vw, 1.5rem); }
@media (max-width: 760px) { .pgrid { grid-template-columns: 1fr; } }
.pcard {
  display: flex; flex-direction: column;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: clamp(1.35rem, 2.5vw, 1.85rem);
  scroll-margin-top: 90px;
}
.pgrid > .pcard:only-child { grid-column: 1 / -1; }
.pcard h3 { font-size: 1.2rem; }
.pcard p { margin-top: .5rem; font-size: .97rem; }
.pcard__foot { margin-top: auto; padding-top: 1.25rem; display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; }

/* ---------- questions on a product page ---------- */
.qa { display: grid; gap: 1.5rem; }
.qa__item { border-top: 1px solid var(--line); padding-top: 1.25rem; }
.qa__item h3 { font-size: 1.05rem; margin-bottom: .4rem; }
.qa__item p { font-size: .98rem; }
