@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Nunito:wght@700;800;900&display=swap');

:root {
  --plum: #3b163f;
  --plum-2: #521f55;
  --coral: #f25f4b;
  --orange: #ff8a3d;
  --yellow: #ffc857;
  --cream: #fff8ec;
  --paper: #fffdf8;
  --mint: #b8cf9b;
  --ink: #24172a;
  --muted: #6f6572;
  --line: rgba(59, 22, 63, .14);
  --shadow: 0 24px 70px rgba(59, 22, 63, .14);
  --radius: 30px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; line-height: 1.55; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 9999; top: 12px; left: 12px; padding: 10px 16px; background: var(--paper); border-radius: 10px; transform: translateY(-150%); }
.skip-link:focus { transform: none; }

h1, h2, h3, .brand, .button, .eyebrow { font-family: "Nunito", sans-serif; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(3rem, 6.6vw, 6.6rem); line-height: .91; letter-spacing: -.065em; margin-bottom: 28px; }
h2 { font-size: clamp(2.35rem, 4.5vw, 4.7rem); line-height: .98; letter-spacing: -.05em; margin-bottom: 20px; }
h3 { font-size: 1.35rem; line-height: 1.1; letter-spacing: -.025em; }
em { color: var(--coral); font-style: normal; }
.eyebrow { margin-bottom: 18px; color: var(--coral); font-size: .79rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow span { margin-right: 6px; }
.eyebrow--light { color: var(--yellow); }
.section { padding: clamp(80px, 10vw, 140px) 0; }
.section-heading { max-width: 740px; margin-bottom: 54px; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.1rem; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 1000; transition: background .25s, box-shadow .25s; }
.site-header.is-scrolled { background: rgba(255, 253, 248, .92); backdrop-filter: blur(16px); box-shadow: 0 1px 0 var(--line); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--plum); font-size: 1.45rem; font-weight: 900; text-decoration: none; letter-spacing: -.04em; }
.brand-mark { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 13px 13px 13px 4px; color: var(--cream); background: var(--coral); font-size: 1.45rem; box-shadow: 3px 4px 0 var(--plum); transform: rotate(-3deg); }
.main-nav { display: flex; align-items: center; gap: 30px; font-size: .93rem; font-weight: 700; }
.main-nav > a:not(.button) { text-decoration: none; }
.main-nav > a:not(.button):hover { color: var(--coral); }
.menu-button { display: none; background: none; border: 0; padding: 10px; }
.menu-button span:not(.sr-only) { display: block; width: 25px; height: 2px; margin: 5px; background: var(--plum); transition: .2s; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 54px; padding: 0 25px; border: 2px solid var(--plum); border-radius: 16px 16px 16px 5px; color: white; background: var(--plum); box-shadow: 5px 6px 0 var(--coral); font-weight: 900; text-decoration: none; transition: transform .18s, box-shadow .18s, background .18s; }
.button:hover { transform: translate(3px, 3px); box-shadow: 2px 3px 0 var(--coral); }
.button--small { min-height: 42px; padding-inline: 17px; border-width: 0; box-shadow: none; border-radius: 13px; }
.button--cream { color: var(--plum); background: var(--cream); border-color: var(--cream); box-shadow: 5px 6px 0 var(--coral); }
.button--full { width: 100%; }
.text-link { color: var(--plum); font-weight: 800; text-decoration-thickness: 2px; text-underline-offset: 5px; }

.hero { position: relative; min-height: 100vh; padding: 140px 0 0; overflow: hidden; background: var(--cream); }
.hero::before { content: ""; position: absolute; width: 290px; height: 290px; right: -120px; top: 30px; border: 45px solid rgba(242,95,75,.12); border-radius: 50%; }
.hero-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 55px; min-height: calc(100vh - 190px); padding-bottom: 60px; }
.hero-lead { max-width: 650px; color: var(--muted); font-size: clamp(1.05rem, 1.55vw, 1.25rem); }
.hero-actions { display: flex; align-items: center; gap: 28px; margin: 34px 0; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 10px 22px; padding: 0; margin: 0; list-style: none; font-size: .9rem; font-weight: 700; }
.hero-proof span { display: inline-grid; place-items: center; width: 20px; height: 20px; margin-right: 5px; color: white; background: var(--coral); border-radius: 50%; font-size: .7rem; }
.hero-visual { position: relative; }
.hero-image-wrap { overflow: hidden; margin: 0; border: 3px solid var(--plum); border-radius: 55px 55px 55px 12px; box-shadow: 14px 16px 0 var(--plum); transform: rotate(1.5deg); }
.hero-image-wrap img { aspect-ratio: 1.25; width: 100%; object-fit: cover; }
.price-sticker { position: absolute; z-index: 3; top: -38px; right: -18px; display: grid; place-items: center; width: 142px; aspect-ratio: 1; padding: 20px; color: var(--plum); background: var(--yellow); border: 3px solid var(--plum); border-radius: 50%; box-shadow: 7px 8px 0 var(--coral); text-align: center; transform: rotate(7deg); }
.price-sticker::before { content: ""; position: absolute; inset: -10px; border: 2px dashed var(--plum); border-radius: inherit; }
.price-sticker span, .price-sticker small { font-size: .72rem; font-weight: 800; line-height: 1; text-transform: uppercase; }
.price-sticker strong { font: 900 1.55rem/1 "Nunito"; letter-spacing: -.06em; }
.mini-card { position: absolute; z-index: 4; display: flex; align-items: center; gap: 8px; padding: 10px 15px; background: white; border: 2px solid var(--plum); border-radius: 14px; box-shadow: 4px 5px 0 var(--plum); font-size: .78rem; }
.mini-card span { display: grid; place-items: center; width: 26px; height: 26px; color: white; background: var(--coral); border-radius: 50%; }
.mini-card--orders { left: -30px; bottom: 18%; transform: rotate(-6deg); }
.mini-card--ready { right: 1%; bottom: -25px; transform: rotate(3deg); }
.ticker { overflow: hidden; color: var(--cream); background: var(--plum); border-block: 2px solid var(--plum); }
.ticker-track { display: flex; width: max-content; animation: ticker 32s linear infinite; }
.ticker-group { display: flex; flex: 0 0 auto; align-items: center; gap: 26px; padding: 15px 13px; font: 900 .9rem/1 "Nunito"; letter-spacing: .13em; }
.ticker-group span { color: var(--cream); white-space: nowrap; }
.ticker-group b { color: var(--yellow); font-size: .86rem; }
@keyframes ticker { to { transform: translateX(-50%); } }

.intro { background: var(--paper); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.step-card { position: relative; isolation: isolate; min-height: 290px; padding: 32px; overflow: hidden; background: white; border: 2px solid var(--plum); border-radius: var(--radius) var(--radius) var(--radius) 8px; box-shadow: 7px 8px 0 var(--plum); transition: transform .28s ease, box-shadow .28s ease; will-change: transform; }
.step-card::before { content: ""; position: absolute; z-index: 2; left: 0; bottom: 0; width: 0; height: 6px; background: linear-gradient(90deg, var(--coral), var(--yellow)); transition: width .42s cubic-bezier(.22, 1, .36, 1); }
.step-card::after { content: ""; position: absolute; z-index: -1; width: 190px; aspect-ratio: 1; right: -100px; bottom: -120px; border-radius: 50%; background: rgba(242, 95, 75, .12); transform: scale(.5); opacity: 0; transition: transform .4s ease, opacity .4s ease; }
.step-card:nth-child(2) { background: #fff1df; transform: translateY(24px); }
.step-card:nth-child(3) { background: #eef5df; }
.step-card > * { position: relative; z-index: 1; }
.step-number { position: absolute; right: 20px; top: 15px; color: rgba(59,22,63,.09); font: 900 4.5rem/1 "Nunito"; transition: color .28s ease, transform .28s ease; }
.step-icon { width: max-content; font-size: 2.6rem; margin-bottom: 40px; transform-origin: 50% 72%; }
.step-card p { color: var(--muted); }
.step-card.reveal.is-visible { animation: step-arrive .72s cubic-bezier(.22, 1, .36, 1) both; }
.step-card.reveal:nth-child(2).is-visible { animation-delay: .12s; }
.step-card.reveal:nth-child(3).is-visible { animation-delay: .24s; }
.step-card.is-visible .step-number { animation: number-breathe 3.6s ease-in-out 1s infinite; }
.step-card:nth-child(1).is-visible .step-icon { animation: chat-bob 2.8s ease-in-out .65s infinite; }
.step-card:nth-child(2).is-visible .step-icon { animation: tools-build 3.2s ease-in-out .8s infinite; }
.step-card:nth-child(3).is-visible .step-icon { animation: rocket-launch 2.6s ease-in-out .95s infinite; }
@media (hover: hover) {
  .step-card:hover { transform: translateY(-8px) rotate(-.35deg); box-shadow: 11px 14px 0 var(--plum); }
  .step-card:nth-child(2):hover { transform: translateY(16px) rotate(.35deg); }
  .step-card:nth-child(3):hover { transform: translateY(-8px) rotate(.35deg); }
  .step-card:hover::before { width: 100%; }
  .step-card:hover::after { transform: scale(1); opacity: 1; }
  .step-card:hover .step-number { color: rgba(59,22,63,.16); transform: translateY(-3px); }
}
@keyframes step-arrive {
  from { opacity: .35; translate: 0 32px; scale: .96; }
  to { opacity: 1; translate: 0 0; scale: 1; }
}
@keyframes chat-bob {
  0%, 100% { transform: translateY(0) rotate(-3deg); }
  50% { transform: translateY(-5px) rotate(4deg) scale(1.06); }
}
@keyframes tools-build {
  0%, 68%, 100% { transform: rotate(0); }
  74% { transform: rotate(-9deg); }
  82% { transform: rotate(8deg); }
  90% { transform: rotate(-4deg); }
}
@keyframes rocket-launch {
  0%, 100% { transform: translateY(1px) rotate(-3deg); }
  50% { transform: translateY(-9px) rotate(4deg) scale(1.06); }
}
@keyframes number-breathe {
  0%, 100% { opacity: .72; }
  50% { opacity: 1; }
}

.toolkit { color: white; background: var(--plum); }
.toolkit-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; align-items: center; }
.toolkit-copy > p:not(.eyebrow) { color: rgba(255,255,255,.7); font-size: 1.1rem; margin-bottom: 30px; }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.feature-card { padding: 28px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15); border-radius: 22px; }
.feature-card > span { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 28px; color: var(--plum); background: var(--yellow); border-radius: 16px 16px 16px 5px; font: 900 1.5rem "Nunito"; }
.feature-card h3 { margin-bottom: 10px; }
.feature-card p { margin: 0; color: rgba(255,255,255,.66); font-size: .95rem; }

.for-you { background: var(--cream); }
.for-you-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.for-you-art { position: relative; isolation: isolate; min-height: 500px; display: grid; place-items: center; overflow: hidden; overflow: clip; }
.sun-shape { position: absolute; width: 420px; aspect-ratio: 1; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 0 rgba(242, 95, 75, .28); }
.sun-shape::before { content: ""; position: absolute; inset: -17px; border: 4px solid rgba(242, 95, 75, .24); border-radius: inherit; opacity: 0; }
.sun-shape::after { content: ""; position: absolute; inset: 35px; border: 3px dashed var(--plum); border-radius: inherit; }
.shop-card { position: relative; z-index: 2; width: 275px; padding: 85px 28px 30px; overflow: hidden; background: white; border: 3px solid var(--plum); border-radius: 26px 26px 10px 10px; box-shadow: 12px 14px 0 var(--plum); transform: rotate(-3deg); text-align: center; transform-origin: 50% 88%; }
.shop-card::after { content: ""; position: absolute; inset: 60px -70px auto; height: 42px; background: linear-gradient(110deg, transparent 35%, rgba(255,255,255,.88) 50%, transparent 65%); transform: translateX(-70%) rotate(-4deg); pointer-events: none; }
.shop-awning { position: absolute; inset: 0 0 auto; height: 60px; border-bottom: 3px solid var(--plum); border-radius: 22px 22px 10px 10px; background: repeating-linear-gradient(90deg, var(--yellow) 0 38px, var(--cream) 38px 76px); background-size: 152px 100%; }
.shop-card strong { font: 900 2rem "Nunito"; color: var(--plum); }
.shop-card div { display: flex; gap: 10px; margin: 20px 0; }
.shop-card i { flex: 1; height: 55px; background: var(--mint); border-radius: 10px; }
.shop-card i:nth-child(2) { background: var(--orange); }
.shop-card i:nth-child(3) { background: var(--yellow); }
.shop-card small { color: var(--muted); font-weight: 700; }
.orbit { position: absolute; z-index: 3; display: grid; place-items: center; width: 58px; aspect-ratio: 1; color: var(--plum); background: var(--yellow); border: 3px solid var(--plum); border-radius: 50%; font: 900 1.4rem "Nunito"; box-shadow: 4px 5px 0 var(--plum); }
.orbit--one { top: 6%; left: 13%; transform: rotate(-12deg); }
.orbit--two { right: 4%; top: 28%; background: var(--mint); transform: rotate(8deg); }
.orbit--three { bottom: 5%; left: 16%; background: white; transform: rotate(-8deg); }
.for-you-art.is-visible .sun-shape { animation: sun-pulse 2.8s ease-in-out .35s infinite; }
.for-you-art.is-visible .sun-shape::before { animation: sun-ring 2.8s ease-out .35s infinite; }
.for-you-art.is-visible .sun-shape::after { animation: orbit-spin 12s linear infinite; }
.for-you-art.is-visible .shop-card { animation: shop-pop .9s cubic-bezier(.2, 1.35, .35, 1) both, shop-float 3.6s ease-in-out .9s infinite; }
.for-you-art.is-visible .shop-card::after { animation: shop-shine 3.6s ease-in-out 1.4s infinite; }
.for-you-art.is-visible .shop-awning { animation: awning-slide 2.4s linear .9s infinite; }
.for-you-art.is-visible .shop-card i:nth-child(1) { animation: product-pop 2.8s ease-in-out 1.1s infinite; }
.for-you-art.is-visible .shop-card i:nth-child(2) { animation: product-pop 2.8s ease-in-out 1.3s infinite; }
.for-you-art.is-visible .shop-card i:nth-child(3) { animation: product-pop 2.8s ease-in-out 1.5s infinite; }
.for-you-art.is-visible .orbit--one { animation: badge-star 2.3s ease-in-out .55s infinite; }
.for-you-art.is-visible .orbit--two { animation: badge-money 2.7s ease-in-out .8s infinite; }
.for-you-art.is-visible .orbit--three { animation: badge-heart 2.5s ease-in-out 1.05s infinite; }
@keyframes shop-pop {
  0% { opacity: 0; transform: translateY(70px) rotate(-12deg) scale(.68); }
  62% { opacity: 1; transform: translateY(-13px) rotate(3deg) scale(1.06); }
  100% { opacity: 1; transform: translateY(0) rotate(-3deg) scale(1); }
}
@keyframes shop-float {
  0%, 100% { transform: translateY(0) rotate(-3deg); }
  50% { transform: translateY(-17px) rotate(2deg); }
}
@keyframes shop-shine {
  0%, 36% { transform: translateX(-70%) rotate(-4deg); opacity: 0; }
  48% { opacity: .9; }
  62%, 100% { transform: translateX(70%) rotate(-4deg); opacity: 0; }
}
@keyframes awning-slide { to { background-position: 152px 0; } }
@keyframes product-pop {
  0%, 68%, 100% { transform: translateY(0) scale(1); }
  78% { transform: translateY(-8px) scale(1.08); }
  88% { transform: translateY(2px) scale(.98); }
}
@keyframes sun-pulse {
  0%, 100% { transform: scale(.96); box-shadow: 0 0 0 0 rgba(242, 95, 75, .24); }
  50% { transform: scale(1.04); box-shadow: 0 0 0 20px rgba(242, 95, 75, 0); }
}
@keyframes sun-ring {
  0% { transform: scale(.9); opacity: 0; }
  25% { opacity: .8; }
  70%, 100% { transform: scale(1.13); opacity: 0; }
}
@keyframes orbit-spin { to { transform: rotate(360deg); } }
@keyframes badge-star {
  0%, 100% { transform: translate(0, 0) rotate(-12deg) scale(1); }
  50% { transform: translate(12px, -15px) rotate(16deg) scale(1.16); }
}
@keyframes badge-money {
  0%, 100% { transform: translate(0, 0) rotate(8deg) scale(1); }
  50% { transform: translate(-16px, 11px) rotate(-12deg) scale(1.13); }
}
@keyframes badge-heart {
  0%, 100% { transform: translate(0, 0) rotate(-8deg) scale(1); }
  45% { transform: translate(10px, -12px) rotate(10deg) scale(1.18); }
  60% { transform: translate(10px, -12px) rotate(10deg) scale(1.04); }
  75% { transform: translate(10px, -12px) rotate(10deg) scale(1.16); }
}
.check-list { list-style: none; padding: 0; margin: 36px 0 0; }
.check-list li { display: flex; gap: 18px; padding: 20px 0; border-top: 1px solid var(--line); }
.check-list li > span { flex: 0 0 auto; display: grid; place-items: center; width: 32px; height: 32px; color: white; background: var(--coral); border-radius: 50%; font-weight: 900; }
.check-list strong { font-family: "Nunito"; font-size: 1.08rem; }
.check-list p { margin: 5px 0 0; color: var(--muted); }

.pricing { background: var(--paper); }
.pricing-grid { display: grid; grid-template-columns: 1fr .82fr; gap: 90px; align-items: center; }
.pricing-copy > p:not(.eyebrow) { max-width: 580px; color: var(--muted); font-size: 1.1rem; }
.price-note { display: flex; gap: 14px; max-width: 540px; margin-top: 32px; padding: 18px; background: var(--cream); border-radius: 16px; }
.price-note span { color: var(--coral); font-size: 1.5rem; }
.price-note p { margin: 0; font-size: .9rem; }
.price-card { position: relative; padding: clamp(30px, 5vw, 54px); background: var(--yellow); border: 3px solid var(--plum); border-radius: 42px 42px 42px 12px; box-shadow: 14px 16px 0 var(--plum); transform: rotate(1deg); }
.plan-label { display: inline-block; padding: 7px 13px; color: white; background: var(--coral); border-radius: 999px; font: 900 .74rem "Nunito"; text-transform: uppercase; letter-spacing: .1em; }
.plan-price { display: flex; align-items: center; margin: 20px 0 8px; color: var(--plum); }
.plan-price sup { align-self: flex-start; margin-top: 17px; font: 900 1.6rem "Nunito"; }
.plan-price strong { font: 900 clamp(4rem, 8vw, 6.3rem)/.9 "Nunito"; letter-spacing: -.08em; }
.plan-price span { margin-left: 13px; font: 900 .8rem/1.15 "Nunito"; text-transform: uppercase; }
.plan-caption { font-weight: 700; }
.price-card ul { padding: 22px 0; margin: 22px 0; border-block: 1px solid rgba(59,22,63,.18); list-style: none; }
.price-card li { padding: 6px 0; font-weight: 600; }
.price-card li span { margin-right: 9px; color: var(--coral); font-weight: 900; }
.price-card > small { display: block; margin-top: 18px; text-align: center; font-weight: 700; }

.faq { background: var(--cream); }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; }
.accordion details { border-top: 2px solid var(--plum); }
.accordion details:last-child { border-bottom: 2px solid var(--plum); }
.accordion summary { display: flex; justify-content: space-between; gap: 20px; padding: 24px 0; cursor: pointer; font: 800 1.15rem "Nunito"; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { color: var(--coral); font-size: 1.6rem; transition: transform .2s; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { padding: 0 40px 24px 0; color: var(--muted); }

.contact { padding: 80px 0; background: var(--paper); }
.contact-card { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: clamp(38px, 6vw, 75px); color: white; background: var(--coral); border: 3px solid var(--plum); border-radius: 42px 42px 42px 12px; box-shadow: 12px 14px 0 var(--plum); }
.contact-card h2 { max-width: 700px; margin-bottom: 10px; }
.contact-card p:last-child { margin-bottom: 0; color: rgba(255,255,255,.82); }
.contact-card .button { flex: 0 0 auto; }
.site-footer { padding: 36px 0; color: rgba(255,255,255,.7); background: var(--plum); font-size: .85rem; }
.footer-grid { display: flex; justify-content: space-between; align-items: center; gap: 25px; }
.footer-grid p { margin: 0; }
.brand--footer { color: white; }

.reveal { opacity: 1; transform: none; }
.reveal.is-visible { animation: reveal-in .55s ease both; }
.reveal--delay.is-visible { animation-delay: .1s; }
@keyframes reveal-in { from { opacity: .75; transform: translateY(14px); } }

@media (max-width: 980px) {
  .menu-button { display: block; position: relative; z-index: 2; }
  .main-nav { position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 28px; color: white; background: var(--plum); font-size: 1.35rem; transform: translateX(100%); transition: transform .3s ease; }
  .main-nav.is-open { transform: none; }
  .main-nav .button { color: var(--plum); background: var(--yellow); }
  .menu-button[aria-expanded="true"] span:not(.sr-only) { background: white; }
  .menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero-grid { grid-template-columns: 1fr; padding-top: 20px; }
  .hero-copy { max-width: 760px; }
  .hero-visual { max-width: 720px; }
  .toolkit-grid, .for-you-grid, .pricing-grid, .faq-grid { grid-template-columns: 1fr; gap: 55px; }
  .toolkit-copy { max-width: 670px; }
  .for-you-art { order: 2; }
  .pricing-copy { max-width: 720px; }
}

@media (max-width: 680px) {
  .shell { width: min(100% - 28px, 1180px); }
  .site-header.is-scrolled, .site-header { background: rgba(255,253,248,.94); backdrop-filter: blur(14px); }
  .nav-wrap { min-height: 70px; }
  .hero { min-height: auto; padding-top: 108px; }
  .hero-grid { gap: 60px; min-height: 0; padding-bottom: 80px; }
  h1 { font-size: clamp(3.15rem, 15vw, 4.7rem); }
  h2 { font-size: clamp(2.5rem, 11vw, 3.7rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-proof { display: grid; }
  .hero-image-wrap { border-radius: 32px 32px 32px 10px; box-shadow: 9px 10px 0 var(--plum); }
  .price-sticker { top: -52px; right: -4px; width: 118px; padding: 14px; }
  .price-sticker strong { font-size: 1.28rem; }
  .mini-card--orders { left: -5px; bottom: -30px; }
  .mini-card--ready { display: none; }
  .section { padding: 80px 0; }
  .steps, .feature-grid { grid-template-columns: 1fr; }
  .step-card:nth-child(2) { transform: none; }
  .toolkit-grid { gap: 45px; }
  .feature-card { padding: 24px; }
  .for-you-art { min-height: 390px; transform: scale(.82); margin: -35px 0; }
  .pricing-grid { gap: 45px; }
  .price-card { padding: 32px 24px; border-radius: 30px 30px 30px 10px; box-shadow: 9px 10px 0 var(--plum); }
  .plan-price strong { font-size: clamp(3.7rem, 17vw, 5.2rem); }
  .faq-grid { gap: 10px; }
  .contact-card { align-items: flex-start; flex-direction: column; border-radius: 30px 30px 30px 10px; box-shadow: 8px 9px 0 var(--plum); }
  .footer-grid { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .ticker-track { animation: none !important; transform: none !important; }
  .step-card, .step-card .step-icon, .step-card .step-number { animation: none !important; translate: none !important; scale: 1 !important; }
  .step-card:hover { transform: none !important; }
  .step-card:nth-child(2), .step-card:nth-child(2):hover { transform: translateY(24px) !important; }
  .for-you-art *, .for-you-art *::before, .for-you-art *::after { animation: none !important; }
  .sun-shape, .sun-shape::before, .sun-shape::after { transform: none !important; }
  .shop-card { transform: rotate(-3deg) !important; }
  .orbit--one { transform: rotate(-12deg) !important; }
  .orbit--two { transform: rotate(8deg) !important; }
  .orbit--three { transform: rotate(-8deg) !important; }
}

@media (prefers-reduced-motion: reduce) and (max-width: 680px) {
  .step-card:nth-child(2), .step-card:nth-child(2):hover { transform: none !important; }
}
