:root {
  color-scheme: light;
  --ink: #0b0f1a;
  --muted: #62677a;
  --accent: #fa7542;
  --paper: #fffbf7;
  --cream: #fff8f2;
  --line: #eae2d9;
  --gutter: clamp(24px, 5vw, 80px);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 106px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, Arial, sans-serif;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
}
button,
input {
  font: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
}
svg {
  width: 24px;
  height: 24px;
  flex: none;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  font-weight: 750;
}
p {
  line-height: 1.65;
}
:focus-visible {
  outline: 3px solid #bf4f24;
  outline-offset: 5px;
}
::selection {
  background: #ffd3bb;
}
.wrap {
  width: min(1280px, calc(100% - var(--gutter) * 2));
  margin-inline: auto;
}
.section {
  padding-block: 88px;
}
.eyebrow {
  color: #dc5628;
  font-size: 11px;
  font-weight: 750;
  line-height: 1.45;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.section-head {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  align-items: end;
  gap: 110px;
  margin-bottom: 38px;
}
.section-title {
  font-size: clamp(32px, 3.2vw, 46px);
  letter-spacing: -0.055em;
  line-height: 1.07;
  text-wrap: balance;
}
.section-text {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
  max-width: 410px;
}
.btn {
  border: 1px solid transparent;
  border-radius: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 17px 26px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  min-height: 54px;
  white-space: nowrap;
  transition:
    transform 0.22s,
    box-shadow 0.22s,
    background 0.22s;
}
.btn.primary {
  color: #fff;
  background: linear-gradient(110deg, #ff884c, #f96a39);
  border-color: #ffffff50;
  box-shadow:
    0 6px 18px #ef6c3520,
    inset 0 1px #ffffff25;
}
.btn.secondary {
  background: #fff;
  color: var(--ink);
  border-color: #fff;
  box-shadow: 0 6px 20px #50402c08;
}
.btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px #9c523d22;
}
.btn.primary:hover {
  background: #ee6232;
}
.btn:active {
  transform: translateY(0);
}
.btn svg {
  width: 20px;
  height: 20px;
}
.play-icon {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  padding-left: 2px;
  color: #f87545;
  background: #ffeadf;
  font-size: 12px;
}
.hand-note {
  font-family: Caveat, cursive;
  font-size: 29px;
  line-height: 1.05;
  font-weight: 400;
  color: #555563;
}
.hand-underline {
  position: relative;
  z-index: 0;
  white-space: nowrap;
}
.hand-underline::after {
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 530 30' fill='none'%3E%3Cpath d='M4 23C144-3 287 0 499 9M141 25C271 7 399 12 526 20' stroke='%23f7a37e' stroke-width='5' stroke-linecap='round'/%3E%3C/svg%3E")
    center / 100% 100% no-repeat;
  position: absolute;
  left: -12px;
  right: 5px;
  height: 30px;
  bottom: -20px;
  z-index: -1;
}
.home-intro {
  position: relative;
  isolation: isolate;
  padding-top: 1px;
  padding-bottom: 26px;
  margin-top: -88px;
  overflow: hidden;
  background: #f6e7d9;
}
.hero-backdrop {
  position: absolute;
  inset: 0 0 70px;
  z-index: -2;
  pointer-events: none;
}
.hero-backdrop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}
.hero {
  position: relative;
  min-height: 620px;
  padding-top: 140px;
  padding-bottom: 30px;
}
.hero__content {
  width: 49%;
  max-width: 615px;
}
.hero h1 {
  font-size: clamp(44px, 4.15vw, 64px);
  letter-spacing: -0.055em;
  line-height: 1.02;
  font-weight: 850;
  margin-bottom: 32px;
}
.hero .eyebrow {
  margin-bottom: 19px;
}
.hero .lead {
  max-width: 560px;
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 1.55;
  color: #555d73;
}
.hero__actions {
  display: flex;
  gap: 12px;
  margin-top: 26px;
}
.hero__actions .btn {
  padding: 15px 25px;
  min-height: 54px;
}
.hero__stores {
  display: flex;
  align-items: flex-start;
  gap: 34px;
  margin-top: 18px;
}
.store-badges {
  display: flex;
  align-items: center;
  gap: 13px;
}
.store-badge {
  display: block;
  width: 146px;
  border-radius: 5px;
  transition: transform 0.2s;
}
.store-badge img {
  width: 100%;
  height: auto;
}
.store-badge:hover {
  transform: translateY(-2px);
}
.store-note {
  font-size: 26px;
  width: 115px;
  transform: rotate(-9deg);
  position: relative;
  text-align: center;
  white-space: pre-line;
}
.store-note::before {
  content: "⤶";
  position: absolute;
  font-family: Caveat, cursive;
  font-size: 44px;
  color: #c18b6c;
  left: -33px;
  top: -1px;
  transform: rotate(-18deg);
}
.hero-note {
  position: absolute;
  right: -24px;
  top: 94px;
  width: 120px;
  font-size: 26px;
  text-align: center;
  transform: rotate(-12deg);
}
.quick-tools {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.quick-tool {
  position: relative;
  min-height: 136px;
  padding: 23px 22px;
  display: flex;
  gap: 20px;
  border-radius: 15px;
  background: #fffaf7f2;
  border: 1px solid #ffffffc2;
  box-shadow: 0 10px 22px #6a422414;
  transition:
    transform 0.25s,
    box-shadow 0.25s;
}
.quick-tool:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 28px #6a422422;
}
.quick-tool h2 {
  font-size: 16px;
  letter-spacing: -0.035em;
  margin-bottom: 8px;
}
.quick-tool p {
  font-size: 12px;
  line-height: 1.7;
  color: #606780;
}
.quick-tool--calendar {
  background: #f8fafff5;
}
.quick-tool--habits {
  background: #f7fdfaf5;
}
.quick-tool--telegram {
  background: #faf8fff5;
}
.tool-icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  border-radius: 17px;
  background: #ffeee3;
  color: #f47d4a;
}
.tool-icon svg {
  width: 27px;
  height: 27px;
}
.tool-icon--tasks {
  color: #fc7445;
  background: #ffebe0;
}
.tool-icon--calendar {
  color: #4385ff;
  background: #e6efff;
}
.tool-icon--habits {
  color: #12b38a;
  background: #def7ec;
}
.tool-icon--telegram {
  color: #9373ef;
  background: #eee8ff;
}
.quick-tool__arrow {
  position: absolute;
  right: 14px;
  top: 12px;
  font-size: 15px;
  color: #9c8d80;
  opacity: 0;
  transition: opacity 0.2s;
}
.quick-tool:hover .quick-tool__arrow {
  opacity: 1;
}
.flow {
  padding-top: 66px;
}
.flow .section-title {
  max-width: 450px;
}
.flow-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.flow-card {
  border: 1px solid #efe6dd;
  border-radius: 20px;
  padding: 28px;
  background: #fff;
}
.flow-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 8px;
}
.flow-index {
  background: #fff0e7;
  color: #e36c3d;
  font-size: 11px;
  padding: 8px 10px;
  border-radius: 9px;
}
.flow-card .tool-icon {
  width: 48px;
  height: 48px;
  flex-basis: 48px;
}
.flow-card h3 {
  margin: 20px 0 10px;
  font-size: 19px;
  line-height: 1.2;
  letter-spacing: -0.045em;
}
.flow-card p {
  font-size: 13px;
  line-height: 1.7;
  color: var(--muted);
}
.feature-section {
  background: #f7f1eb;
  border-block: 1px solid #eee4d9;
}
.product-showcase {
  display: grid;
  grid-template-columns: 0.8fr 1.8fr;
  gap: 48px;
  align-items: center;
  padding-block: 14px 32px;
}
.feature-choice {
  border-top: 1px solid #e1d7cc;
  padding: 5px 0;
}
.feature-choice:last-child {
  border-bottom: 1px solid #e1d7cc;
}
.feature-choice button {
  border: 0;
  width: 100%;
  text-align: left;
  background: none;
  display: flex;
  gap: 14px;
  padding: 23px 0;
  font-size: 16px;
  font-weight: 650;
  letter-spacing: -0.03em;
  color: #62626b;
  line-height: 1.3;
  align-items: baseline;
}
.feature-number {
  color: #b1a398;
  font-size: 11px;
  letter-spacing: 0;
}
.feature-choice__plus {
  font-weight: 400;
  margin-left: auto;
  font-size: 21px;
  line-height: 1;
}
.feature-choice.is-active button {
  color: #151927;
}
.feature-choice.is-active .feature-number {
  color: #dd7145;
}
.feature-choice.is-active .feature-choice__plus {
  transform: rotate(45deg);
}
.feature-choice__detail {
  padding: 0 16px 23px 30px;
}
.feature-choice__detail p {
  font-size: 13px;
  color: #676777;
  line-height: 1.65;
}
.feature-choice__detail[hidden] {
  display: none;
}
.text-link {
  display: inline-flex;
  gap: 12px;
  font-size: 12px;
  color: #b84722;
  font-weight: 650;
  padding-block: 16px 4px;
}
.text-link:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.product-preview {
  position: relative;
  border: 7px solid #fff;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 15px 50px #8d633520;
  transform: rotate(-1deg);
}
.product-preview__bar {
  display: flex;
  justify-content: space-between;
  padding: 5px 10px 12px;
  font-size: 9px;
  color: #94897e;
}
.preview-dots {
  letter-spacing: 3px;
  font-size: 8px;
  color: #d2bba5;
}
.product-preview img {
  width: 100%;
  height: auto;
  aspect-ratio: 1920/1109;
  object-fit: contain;
  background: #fff9ed;
  border-radius: 4px;
}
.product-preview.is-switching img {
  animation: screen-in 0.4s ease both;
}
.preview-note {
  position: absolute;
  right: 20px;
  bottom: -43px;
  font-size: 25px;
  transform: rotate(-5deg);
}
.extra-tools {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 64px;
  border-top: 1px solid #dfd5ca;
  padding-top: 26px;
  gap: 25px;
}
.extra-tool {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  position: relative;
  padding-block: 8px;
}
.extra-tool .tool-icon {
  width: 32px;
  height: 32px;
  flex-basis: 32px;
  border-radius: 0;
  background: none;
  color: #ad795d;
}
.extra-tool .tool-icon svg {
  width: 24px;
  height: 24px;
}
.extra-tool h3 {
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  padding-right: 10px;
}
.extra-tool p {
  font-size: 11px;
  margin-top: 4px;
  color: #716c69;
}
.extra-tool__arrow {
  color: #a99b8f;
  margin-left: auto;
}
.extra-tool:hover h3 {
  color: #b84722;
}
.testimonials-slider__track {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding: 5px 0 10px;
}
.testimonials-slider__track::-webkit-scrollbar {
  display: none;
}
.testimonial-card {
  flex: 0 0 calc((100% - 40px) / 3);
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  padding: 28px;
  background: #fff;
  border: 1px solid #eae3db;
  border-radius: 18px;
  min-height: 300px;
}
.testimonial-card__stars {
  font-size: 13px;
  letter-spacing: 3px;
  color: #ea976a;
  margin-bottom: 20px;
}
.testimonial-card__text {
  font-size: 13px;
  line-height: 1.75;
  color: #505566;
  margin-bottom: 25px;
}
.testimonial-card__author {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: auto;
}
.testimonial-card__avatar {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  flex: none;
  background: #fcecdf;
  color: #a67d62;
  font-size: 12px;
}
.testimonial-card:nth-child(2n) .testimonial-card__avatar {
  background: #eaf0ec;
  color: #648676;
}
.testimonial-card__meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.testimonial-card__name {
  font-size: 12px;
  font-weight: 700;
}
.testimonial-card__role {
  color: #85838a;
  font-size: 10px;
}
.slider-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
}
.slider-bottom .hand-note {
  font-size: 25px;
}
.slider-controls {
  display: flex;
  gap: 9px;
}
.slider-controls button {
  width: 42px;
  height: 42px;
  border: 1px solid #e2d7cc;
  background: transparent;
  border-radius: 50%;
  font-size: 20px;
  color: #30323d;
  transition: background 0.2s;
}
.slider-controls button:hover {
  background: #ffeddf;
}
.slider-controls button:disabled {
  opacity: 0.35;
  cursor: default;
}
.quiet-section {
  background: #f6e9da url("/assets/design/quiet-morning.webp") center 63% /
    cover;
  min-height: 490px;
  position: relative;
  isolation: isolate;
}
.quiet-section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, #fff9f0dd, #fff9f088 40%, transparent 70%);
}
.quiet-section__inner {
  display: flex;
  align-items: center;
  min-height: 490px;
}
.quiet-copy {
  max-width: 445px;
  padding-block: 60px;
}
.quiet-copy .section-title {
  font-size: 47px;
  margin-bottom: 24px;
}
.quiet-copy .lead {
  color: #5d6170;
  font-size: 16px;
}
.quiet-copy .hand-note {
  transform: rotate(-4deg);
  margin: 32px 0 0 10px;
}
.pricing-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  max-width: 1040px;
  margin-inline: auto;
}
.plan {
  padding: 36px 40px 30px;
  border: 1px solid #e6ddd3;
  border-radius: 22px;
  background: #fff;
  display: flex;
  flex-direction: column;
}
.plan--full {
  background: #fff0e4;
  border-color: #eac6ab;
}
.plan-label {
  font-size: 11px;
  font-weight: 700;
  color: #9a755d;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.plan h3 {
  font-size: 25px;
  letter-spacing: -0.045em;
  margin-top: 20px;
}
.plan-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.plan-badge {
  background: #fffaf5;
  padding: 7px 11px;
  border-radius: 20px;
  color: #bd582f;
  font-weight: 600;
  font-size: 10px;
  white-space: nowrap;
}
.plan--free .plan-label {
  padding-block: 5px;
}
.plan-price {
  font-size: 54px;
  letter-spacing: -0.05em;
  font-weight: 750;
  margin: 10px 0 8px;
  line-height: 1.2;
}
.plan-price span {
  font-size: 13px;
  letter-spacing: 0;
  font-weight: 400;
  color: #81746b;
}
.plan-desc {
  color: #70696b;
  font-size: 13px;
  max-width: 300px;
}
.plan ul {
  list-style: none;
  padding: 22px 0;
  margin: 0 0 10px;
  display: grid;
  gap: 14px;
  border-bottom: 1px solid #dfcdbb77;
  font-size: 13px;
  color: #4b4e5c;
}
.plan li::before {
  content: "✓";
  margin-right: 10px;
  color: #d5784b;
}
.plan .btn {
  width: 100%;
  margin-top: auto;
  font-size: 13px;
}
.plan--free .btn {
  border-color: #e8dacf;
  box-shadow: none;
}
.plan-note {
  color: #81756b;
  font-size: 10px;
  margin-top: 14px;
  text-align: center;
  min-height: 32px;
}
.faq-section {
  display: grid;
  grid-template-columns: 0.85fr 1.25fr;
  gap: 100px;
  padding-top: 0;
}
.faq-section .section-text {
  margin-top: 18px;
}
.faq {
  border-top: 1px solid #dfd8ce;
}
.faq details {
  border-bottom: 1px solid #dfd8ce;
}
.faq summary {
  list-style: none;
  padding: 23px 40px 23px 0;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  position: relative;
}
.faq summary::-webkit-details-marker {
  display: none;
}
.faq summary::after {
  content: "+";
  position: absolute;
  right: 4px;
  top: 19px;
  font-size: 24px;
  font-weight: 400;
  color: #b28c70;
}
.faq details[open] summary::after {
  content: "−";
}
.faq details p {
  color: #696a76;
  font-size: 13px;
  padding: 0 30px 24px 0;
}
.final-cta {
  padding: 74px 0 82px;
  text-align: center;
  background: #f6ebdf url("/assets/design/sunlit-desk.webp") center 40% / cover;
  border-block: 1px solid #eae0d4;
}
.final-cta .hand-note {
  display: block;
  transform: rotate(-4deg);
  margin-bottom: 30px;
  font-size: 28px;
}
.final-cta h2 {
  font-size: clamp(36px, 3.6vw, 52px);
  letter-spacing: -0.055em;
  line-height: 1.08;
  max-width: 650px;
  margin-inline: auto;
  text-wrap: balance;
}
.final-cta p {
  color: #626270;
  margin: 20px 0 25px;
  font-size: 15px;
}
.footer {
  padding: 46px 0 32px;
  color: #82808a;
  font-size: 11px;
}
.footer__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.footer__brand {
  display: flex;
  align-items: center;
  gap: 14px;
}
.footer__brand img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.footer__meta {
  max-width: 230px;
  line-height: 1.7;
}
.support-block {
  display: flex;
  gap: 30px;
  align-items: center;
}
.support-line {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.support-line a {
  color: #4a4e5b;
}
.store-badges--footer .store-badge {
  width: 116px;
}
.footer__seo {
  padding: 30px 0;
  margin-top: 25px;
  border-block: 1px solid #eae3db;
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 30px;
}
.footer__seo-label {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 10px;
}
.footer__seo-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px 22px;
  line-height: 1.5;
}
.footer a:hover {
  color: #b84722;
}
.footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  padding-top: 26px;
  font-size: 10px;
}
.video-modal {
  width: min(1100px, 92vw);
  max-width: 92vw;
  padding: 0;
  border: 0;
  background: #101013;
  color: #fff;
  border-radius: 16px;
  overflow: visible;
}
.video-modal::backdrop {
  background: #17131bdd;
  backdrop-filter: blur(9px);
}
.video-modal__dialog {
  position: relative;
}
.video-modal video {
  display: block;
  width: 100%;
  max-height: 80dvh;
  border-radius: 16px;
}
.video-modal__close {
  position: absolute;
  right: 0;
  top: -50px;
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff60;
  background: #fff;
  color: #101013;
  font-size: 27px;
  border-radius: 50%;
}
@keyframes hero-in {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes screen-in {
  from {
    opacity: 0.25;
    transform: translateY(4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: no-preference) {
  .hero__content > * {
    animation: hero-in 0.75s ease backwards;
  }
  .hero__content > :nth-child(2) {
    animation-delay: 0.08s;
  }
  .hero__content > :nth-child(3) {
    animation-delay: 0.16s;
  }
  .hero__content > :nth-child(4) {
    animation-delay: 0.24s;
  }
  .hero__content > :nth-child(5) {
    animation-delay: 0.32s;
  }
  .reveal.is-ready {
    opacity: 0;
    transform: translateY(18px);
    transition:
      opacity 0.7s,
      transform 0.7s;
  }
  .reveal.is-ready.is-visible {
    opacity: 1;
    transform: none;
  }
}
@media (min-width: 1600px) {
  .hero {
    min-height: 670px;
    padding-top: 165px;
  }
  .hero-note {
    right: -80px;
  }
  .hero__content {
    width: 50%;
  }
  .hero h1 {
    font-size: 65px;
  }
}
@media (max-width: 1200px) {
  :root {
    --gutter: 40px;
  }
  .hero {
    min-height: 605px;
    padding-top: 136px;
    padding-bottom: 40px;
  }
  .hero h1 {
    font-size: 49px;
  }
  .hero__content {
    width: 50%;
  }
  .hero__actions {
    gap: 9px;
  }
  .hero__actions .btn {
    padding-inline: 17px;
    font-size: 12px;
  }
  .quick-tool {
    padding: 20px 15px;
    gap: 12px;
  }
  .quick-tool .tool-icon {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
    border-radius: 13px;
  }
  .quick-tool h2 {
    font-size: 14px;
  }
  .quick-tool p {
    font-size: 10px;
  }
  .section-head {
    gap: 60px;
  }
  .hero-note {
    right: -5px;
  }
  .hero__stores {
    gap: 20px;
  }
  .store-note {
    font-size: 24px;
  }
  .store-badge {
    width: 132px;
  }
  .product-showcase {
    gap: 28px;
  }
  .extra-tools {
    gap: 18px;
  }
  .extra-tool {
    gap: 7px;
  }
  .plan {
    padding-inline: 30px;
  }
}
@media (max-width: 1040px) {
  .home-intro {
    margin-top: -80px;
  }
  .hero {
    min-height: 610px;
  }
  .hero__content {
    width: 53%;
  }
  .hero h1 {
    font-size: clamp(37px, 4.4vw, 47px);
  }
  .hero .lead {
    font-size: 15px;
  }
  .hero__actions {
    flex-wrap: wrap;
  }
  .hero__actions .btn {
    min-height: 49px;
  }
  .hero__stores {
    flex-wrap: wrap;
  }
  .store-note {
    display: none;
  }
  .hero-backdrop img {
    object-position: 55% bottom;
  }
  .quick-tools {
    gap: 10px;
  }
  .quick-tool {
    display: block;
    padding: 18px;
    min-height: 182px;
  }
  .quick-tool .tool-icon {
    margin-bottom: 16px;
  }
  .quick-tool p {
    font-size: 11px;
  }
  .section {
    padding-block: 66px;
  }
  .section-title {
    font-size: 36px;
  }
  .product-showcase {
    grid-template-columns: 1fr 1.5fr;
    gap: 26px;
  }
  .feature-choice button {
    font-size: 14px;
  }
  .extra-tools {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .extra-tool h3 {
    font-size: 14px;
  }
  .extra-tool p {
    font-size: 12px;
  }
  .testimonial-card {
    flex-basis: calc((100% - 20px) / 2);
  }
  .faq-section {
    gap: 50px;
    padding-top: 0;
  }
  .support-block {
    gap: 20px;
  }
  .store-badges--footer {
    display: none;
  }
}
@media (max-width: 760px) {
  :root {
    --gutter: 24px;
  }
  html {
    scroll-padding-top: 95px;
  }
  .section {
    padding-block: 52px;
  }
  .section-head {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 28px;
  }
  .section-title {
    font-size: 35px;
  }
  .section-text {
    font-size: 13px;
    max-width: 480px;
  }
  .eyebrow {
    font-size: 10px;
    letter-spacing: 0.1em;
    margin-bottom: 14px;
  }
  .home-intro {
    margin-top: 0;
    padding-bottom: 25px;
    background: #fff4e9;
  }
  .hero-backdrop {
    opacity: 0.46;
    inset: 0;
  }
  .hero-backdrop img {
    object-position: 45% center;
  }
  .home-intro::after {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    background: linear-gradient(#fff8f2b3, #fff8f2d9 65%, #fff8f299);
  }
  .hero {
    padding-top: 35px;
    padding-bottom: 30px;
    min-height: 0;
  }
  .hero__content {
    width: 100%;
    max-width: 600px;
  }
  .hero h1 {
    font-size: clamp(36px, 6.1vw, 50px);
    line-height: 1.03;
    letter-spacing: -0.052em;
    margin-bottom: 30px;
  }
  .hero .eyebrow {
    font-size: 10px;
    margin-bottom: 18px;
  }
  .hero .lead {
    font-size: 16px;
    line-height: 1.55;
    max-width: 520px;
  }
  .hand-underline::after {
    height: 22px;
    bottom: -16px;
    left: -6px;
  }
  .hero__actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 11px;
    margin-top: 25px;
  }
  .hero__actions .btn {
    font-size: 15px;
    min-height: 53px;
    padding: 13px 20px;
  }
  .hero__stores {
    margin-top: 20px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .store-badges {
    width: 100%;
    justify-content: center;
    gap: 18px;
  }
  .store-badge {
    width: 145px;
  }
  .store-note {
    display: block;
    font-size: 26px;
    width: 130px;
    margin-left: 50px;
  }
  .hero-note {
    display: none;
  }
  .quick-tools {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .quick-tool {
    display: block;
    min-height: 170px;
    padding: 20px;
    border-radius: 14px;
    box-shadow: 0 6px 18px #8b623207;
  }
  .quick-tool .tool-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 13px;
    border-radius: 15px;
  }
  .quick-tool h2 {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .quick-tool p {
    font-size: 12px;
    line-height: 1.5;
  }
  .quick-tool__arrow {
    display: none;
  }
  .flow-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .flow-card {
    padding: 24px;
  }
  .flow-card__top {
    margin-bottom: -15px;
  }
  .flow-card h3 {
    font-size: 20px;
  }
  .flow-card p {
    max-width: 470px;
  }
  .flow-card .tool-icon {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }
  .flow .section-title {
    max-width: 390px;
  }
  .product-showcase {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-bottom: 40px;
  }
  .feature-choices {
    width: 100%;
  }
  .feature-choice button {
    font-size: 16px;
    padding-block: 20px;
  }
  .feature-choice__detail p {
    font-size: 13px;
  }
  .product-preview {
    width: 100%;
    border-width: 5px;
    transform: none;
  }
  .preview-note {
    font-size: 24px;
    bottom: -36px;
  }
  .extra-tools {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 15px;
    padding-top: 4px;
  }
  .extra-tool {
    gap: 15px;
    padding: 22px 0;
    border-bottom: 1px solid #e4d8cc;
  }
  .extra-tool:last-child {
    border: none;
  }
  .extra-tool h3 {
    font-size: 15px;
  }
  .extra-tool p {
    font-size: 12px;
  }
  .extra-tool .tool-icon {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
  }
  .testimonial-card {
    flex-basis: 88%;
    padding: 25px;
    min-height: 320px;
  }
  .testimonial-card__text {
    font-size: 14px;
  }
  .slider-bottom .hand-note {
    font-size: 21px;
    max-width: 180px;
  }
  .testimonial-card__role {
    font-size: 11px;
  }
  .slider-controls button {
    width: 40px;
    height: 40px;
  }
  .quiet-section,
  .quiet-section__inner {
    min-height: 510px;
  }
  .quiet-section {
    background-position: 68% center;
  }
  .quiet-section::after {
    background: linear-gradient(90deg, #fff9f0f2, #fff9f0b3 60%, #fff9f044);
  }
  .quiet-copy {
    max-width: 340px;
    padding-block: 55px;
  }
  .quiet-copy .section-title {
    font-size: 39px;
  }
  .quiet-copy .lead {
    max-width: 280px;
    font-size: 15px;
  }
  .quiet-copy .hand-note {
    max-width: 230px;
    font-size: 28px;
  }
  .pricing-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .plan {
    padding: 28px;
  }
  .plan-price {
    font-size: 50px;
  }
  .plan-desc {
    max-width: none;
  }
  .plan-badge {
    font-size: 9px;
  }
  .plan-label {
    font-size: 10px;
  }
  .plan ul {
    gap: 15px;
    font-size: 13px;
  }
  .plan .btn {
    font-size: 13px;
  }
  .plan-note {
    min-height: 0;
    font-size: 10px;
  }
  .plan-top {
    gap: 7px;
  }
  .faq-section {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-top: 0;
  }
  .faq summary {
    font-size: 14px;
  }
  .final-cta {
    padding-block: 56px;
  }
  .final-cta h2 {
    font-size: 38px;
  }
  .final-cta .hand-note {
    font-size: 25px;
  }
  .final-cta p {
    font-size: 14px;
    max-width: 260px;
    margin-inline: auto;
  }
  .final-cta .btn {
    width: 100%;
    max-width: 340px;
  }
  .footer {
    padding-top: 35px;
  }
  .footer__top {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
  }
  .footer__seo {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .footer__seo-links {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    font-size: 11px;
  }
  .footer__links {
    justify-content: flex-start;
    gap: 14px;
    font-size: 10px;
  }
  .footer__dot {
    display: none;
  }
  .support-line {
    flex-direction: row;
    gap: 12px;
  }
  .footer__meta {
    max-width: 270px;
  }
}
@media (max-width: 370px) {
  :root {
    --gutter: 18px;
  }
  .hero h1 {
    font-size: 32px;
  }
  .hero .lead {
    font-size: 15px;
  }
  .quick-tool {
    padding: 16px;
  }
  .quick-tool p {
    font-size: 11px;
  }
  .store-badge {
    width: 128px;
  }
  .store-badges {
    gap: 12px;
  }
  .plan {
    padding: 24px;
  }
  .plan-label {
    letter-spacing: 0.04em;
  }
  .plan-badge {
    padding-inline: 8px;
  }
  .section-title {
    font-size: 32px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}

/* Long plan names and CTAs must shrink on small phones. */
.pricing-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.plan {
  min-width: 0;
}
@media (max-width: 760px) {
  .pricing-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .plan .btn {
    white-space: normal;
    padding-inline: 16px;
  }
}
