:root {
  --ink: #151238;
  --muted: #6e6a8c;
  --paper: #fcfbff;
  --lavender: #f0edff;
  --purple: #5c4bd9;
  --purple-dark: #29215f;
  --coral: #f06758;
  --yellow: #ffc94f;
  --mint: #5ed3ae;
  --line: rgba(37, 29, 94, .12);
  --shadow: 0 24px 70px rgba(49, 34, 120, .16);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.site-header {
  position: sticky; top: 0; z-index: 20;
  background: rgba(252, 251, 255, .84);
  border-bottom: 1px solid rgba(37, 29, 94, .07);
  backdrop-filter: blur(18px);
}
.nav { height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 850; letter-spacing: -.04em; font-size: 1.2rem; }
.brand img { width: 39px; height: 39px; border-radius: 12px; box-shadow: 0 7px 18px rgba(92, 75, 217, .25); }
.nav-links { display: flex; align-items: center; gap: 28px; color: #5e597b; font-size: .93rem; font-weight: 650; }
.nav-links a { transition: color .2s ease; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--purple); }
.nav-cta { padding: 10px 17px; border-radius: 999px; color: #fff !important; background: var(--purple); box-shadow: 0 8px 20px rgba(92, 75, 217, .22); }
.menu-toggle { display: none; border: 0; color: var(--ink); background: transparent; font-size: 1.45rem; cursor: pointer; }

.hero {
  position: relative; overflow: hidden; padding: 92px 0 88px;
  background: radial-gradient(circle at 85% 12%, #e1dcff 0, rgba(225, 220, 255, 0) 33%), linear-gradient(135deg, #f6f3ff 0%, #fff 62%);
}
.hero::before, .hero::after { content: ""; position: absolute; border-radius: 50%; pointer-events: none; }
.hero::before { width: 390px; height: 390px; right: -170px; top: 180px; border: 1px solid rgba(92, 75, 217, .1); }
.hero::after { width: 600px; height: 600px; right: -275px; top: 75px; border: 1px solid rgba(92, 75, 217, .07); }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 76px; align-items: center; position: relative; z-index: 1; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--purple); font-size: .78rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 5px rgba(240, 103, 88, .12); }
h1, h2, h3 { margin: 0; letter-spacing: -.055em; line-height: 1.03; }
h1 { max-width: 680px; margin-top: 22px; font-size: clamp(3.35rem, 7vw, 6.5rem); font-weight: 900; }
h1 em { color: var(--coral); font-style: normal; }
.hero-copy { max-width: 570px; margin: 26px 0 0; color: var(--muted); font-size: 1.12rem; }
.actions { display: flex; align-items: center; flex-wrap: wrap; gap: 13px; margin-top: 32px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 51px; padding: 0 21px; border: 1px solid transparent; border-radius: 15px; font-weight: 800; font-size: .94rem; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--purple); box-shadow: 0 12px 28px rgba(92, 75, 217, .28); }
.button-primary:hover { box-shadow: 0 16px 32px rgba(92, 75, 217, .35); }
.button-ghost { border-color: var(--line); color: var(--purple-dark); background: rgba(255,255,255,.72); }
.button-ghost:hover { border-color: rgba(92, 75, 217, .3); background: #fff; }
.micro-trust { display: flex; flex-wrap: wrap; gap: 15px 22px; margin-top: 28px; color: #77728f; font-size: .78rem; font-weight: 650; }
.micro-trust span { display: inline-flex; align-items: center; gap: 7px; }
.micro-trust span::before { content: "✓"; display: grid; place-items: center; width: 17px; height: 17px; border-radius: 50%; color: #fff; background: var(--mint); font-size: .68rem; font-weight: 900; }
.hero-visual { position: relative; min-height: 600px; display: grid; place-items: center; }
.hero-orbit { position: absolute; width: min(530px, 100%); aspect-ratio: 1; border-radius: 50%; background: linear-gradient(145deg, #e9e4ff, #fff); border: 1px solid rgba(92,75,217,.1); }
.hero-orbit::after { content: ""; position: absolute; inset: 40px; border: 1px dashed rgba(92,75,217,.2); border-radius: 50%; }
.phone { position: relative; width: 260px; padding: 9px; border: 7px solid #201958; border-radius: 38px; background: #201958; box-shadow: 0 32px 70px rgba(40, 30, 108, .3), 0 0 0 1px rgba(255,255,255,.2); transform: rotate(5deg); }
.phone::before { content: ""; position: absolute; z-index: 2; left: 50%; top: 11px; width: 74px; height: 18px; border-radius: 20px; background: #201958; transform: translateX(-50%); }
.phone img { width: 100%; border-radius: 26px; }
.sticker { position: absolute; z-index: 3; display: grid; place-items: center; width: 94px; height: 94px; border-radius: 28px; font-weight: 900; text-align: center; line-height: 1.05; box-shadow: 0 17px 25px rgba(53, 37, 123, .18); }
.sticker-star { top: 13%; left: -15%; color: #7b5200; background: var(--yellow); transform: rotate(-13deg); }
.sticker-face { right: -17%; bottom: 15%; color: #fff; background: var(--coral); transform: rotate(12deg); }
.spark { position: absolute; width: 13px; height: 13px; border-radius: 4px; background: var(--yellow); transform: rotate(45deg); }
.spark.one { top: 13%; right: 8%; } .spark.two { bottom: 9%; left: 10%; width: 9px; height: 9px; background: var(--coral); }

.strip { padding: 21px 0; border-block: 1px solid var(--line); background: #fff; }
.strip-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.strip-item { display: flex; align-items: center; justify-content: center; gap: 11px; color: #5e597b; font-size: .88rem; font-weight: 700; text-align: center; }
.strip-item strong { color: var(--ink); font-size: 1.13rem; }

.section { padding: 118px 0; }
.section-soft { background: var(--lavender); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 48px; }
.section-kicker { margin-bottom: 15px; color: var(--coral); font-size: .78rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
h2 { max-width: 660px; font-size: clamp(2.45rem, 5vw, 4.45rem); font-weight: 900; }
.section-head p { max-width: 390px; margin: 0; color: var(--muted); }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card { min-height: 270px; padding: 29px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.74); transition: transform .25s ease, box-shadow .25s ease; }
.feature-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.feature-icon { display: grid; place-items: center; width: 49px; height: 49px; margin-bottom: 26px; border-radius: 16px; color: var(--purple); background: #e4e0ff; font-size: 1.35rem; }
.feature-card:nth-child(2) .feature-icon { color: #a45d00; background: #fff0c3; }
.feature-card:nth-child(3) .feature-icon { color: #08745d; background: #d8f5e9; }
.feature-card:nth-child(4) .feature-icon { color: #b4483b; background: #ffe0da; }
.feature-card:nth-child(5) .feature-icon { color: #3c4096; background: #e3e8ff; }
.feature-card:nth-child(6) .feature-icon { color: #a45d00; background: #fff0c3; }
.feature-card h3 { font-size: 1.35rem; }
.feature-card p { margin: 12px 0 0; color: var(--muted); font-size: .92rem; }

.story-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 82px; align-items: center; }
.story-copy p { max-width: 500px; color: var(--muted); }
.story-list { display: grid; gap: 18px; margin-top: 30px; }
.story-list div { display: grid; grid-template-columns: 40px 1fr; gap: 15px; align-items: start; }
.step-number { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 13px; color: #fff; background: var(--purple); font-weight: 850; }
.story-list h3 { font-size: 1rem; letter-spacing: -.025em; }
.story-list p { margin: 3px 0 0; font-size: .88rem; }
.showcase { display: grid; grid-template-columns: 1fr .76fr; gap: 19px; align-items: center; }
.showcase-tile { position: relative; overflow: hidden; padding: 10px; border-radius: 27px; background: #282062; box-shadow: var(--shadow); }
.showcase-tile img { border-radius: 20px; }
.showcase-tile.tall { transform: translateY(25px); }
.showcase-label { position: absolute; z-index: 1; left: 23px; bottom: 21px; padding: 7px 11px; border-radius: 9px; color: #fff; background: rgba(32,25,88,.8); backdrop-filter: blur(8px); font-size: .72rem; font-weight: 800; }

.gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; }
.gallery-item { overflow: hidden; padding: 7px; border-radius: 23px; background: #29215f; box-shadow: 0 16px 35px rgba(41,33,95,.14); }
.gallery-item img { width: 100%; border-radius: 17px; }
.gallery-item:nth-child(2), .gallery-item:nth-child(4) { transform: translateY(28px); }

.cta { position: relative; overflow: hidden; padding: 80px; border-radius: 35px; color: #fff; background: linear-gradient(125deg, #352a83, #6555dc); }
.cta::before, .cta::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.18); }
.cta::before { width: 440px; height: 440px; right: -120px; top: -190px; }
.cta::after { width: 240px; height: 240px; right: 120px; bottom: -170px; }
.cta-content { position: relative; z-index: 1; max-width: 670px; }
.cta h2 { font-size: clamp(2.35rem, 5vw, 4.25rem); }
.cta p { max-width: 520px; margin: 20px 0 0; color: #dcd8ff; }
.cta .button-primary { color: var(--purple-dark); background: #fff; box-shadow: none; }

.page-hero { padding: 88px 0 75px; background: linear-gradient(135deg, #f1eeff, #fff 68%); }
.page-hero h1 { max-width: 850px; font-size: clamp(2.9rem, 6vw, 5.6rem); }
.page-hero p { max-width: 650px; margin: 24px 0 0; color: var(--muted); font-size: 1.1rem; }
.prose { max-width: 830px; padding: 90px 0; }
.prose h2 { margin: 48px 0 14px; font-size: 2rem; }
.prose h3 { margin: 30px 0 9px; font-size: 1.2rem; letter-spacing: -.025em; }
.prose p, .prose li { color: #5f5a78; }
.prose ul { padding-left: 22px; }
.updated { color: var(--purple) !important; font-size: .9rem; font-weight: 750; }
.support-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 22px; align-items: start; }
.support-card { padding: 31px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 18px 55px rgba(49,34,120,.07); }
.support-card h2 { font-size: 2.1rem; }
.support-card h3 { margin-top: 27px; font-size: 1.05rem; letter-spacing: -.025em; }
.support-card p { color: var(--muted); }
.contact-link { display: inline-flex; margin-top: 15px; padding: 13px 15px; border-radius: 12px; color: var(--purple); background: var(--lavender); font-weight: 800; word-break: break-word; }
.faq { display: grid; gap: 10px; }
details { padding: 18px 20px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
summary { cursor: pointer; font-weight: 800; }
details p { margin: 12px 0 0; color: var(--muted); font-size: .93rem; }
.notice { padding: 20px 23px; border-left: 4px solid var(--coral); border-radius: 0 15px 15px 0; color: #5f5a78; background: #fff2ef; }
.delete-steps { display: grid; gap: 15px; margin-top: 30px; }
.delete-step { display: grid; grid-template-columns: 44px 1fr; gap: 15px; align-items: start; padding: 20px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.delete-step b { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 14px; color: #fff; background: var(--coral); }
.delete-step h3 { margin-top: 3px; font-size: 1.02rem; letter-spacing: -.025em; }
.delete-step p { margin: 4px 0 0; color: var(--muted); font-size: .92rem; }

.site-footer { padding: 42px 0 30px; border-top: 1px solid var(--line); background: #fff; }
.footer-top { display: flex; align-items: start; justify-content: space-between; gap: 30px; }
.footer-brand p { max-width: 310px; margin: 12px 0 0; color: var(--muted); font-size: .86rem; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: end; gap: 15px 24px; color: #656080; font-size: .84rem; font-weight: 700; }
.footer-links a:hover { color: var(--purple); }
.footer-bottom { display: flex; justify-content: space-between; gap: 15px; margin-top: 40px; padding-top: 21px; border-top: 1px solid var(--line); color: #8a86a2; font-size: .76rem; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (max-width: 900px) {
  .hero-grid, .story-grid, .support-grid { grid-template-columns: 1fr; gap: 50px; }
  .hero { padding-top: 70px; }
  .hero-visual { min-height: 530px; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .section { padding: 85px 0; }
  .showcase { max-width: 650px; }
}
@media (max-width: 650px) {
  .container { width: min(100% - 30px, 550px); }
  .nav { height: 67px; }
  .menu-toggle { display: block; }
  .nav-links { display: none; position: absolute; top: 67px; left: 15px; right: 15px; flex-direction: column; align-items: stretch; gap: 0; padding: 9px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.98); box-shadow: var(--shadow); }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 13px 14px; }
  .nav-cta { text-align: center; }
  .hero { padding: 57px 0 65px; }
  h1 { font-size: clamp(3rem, 16vw, 5rem); }
  .hero-copy { font-size: 1rem; }
  .hero-visual { min-height: 440px; }
  .hero-orbit { width: 360px; }
  .phone { width: 205px; border-width: 6px; border-radius: 31px; }
  .phone img { border-radius: 21px; }
  .sticker { width: 74px; height: 74px; border-radius: 22px; font-size: .78rem; }
  .strip-grid { grid-template-columns: 1fr; gap: 10px; }
  .section-head { display: block; margin-bottom: 32px; }
  .section-head p { margin-top: 15px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: auto; }
  .showcase { grid-template-columns: 1fr .75fr; gap: 10px; }
  .showcase-tile { padding: 6px; border-radius: 19px; }
  .showcase-tile img { border-radius: 14px; }
  .showcase-label { left: 13px; bottom: 13px; font-size: .6rem; }
  .gallery-item:nth-child(2), .gallery-item:nth-child(4) { transform: none; }
  .cta { padding: 48px 26px; border-radius: 25px; }
  .page-hero { padding: 62px 0 48px; }
  .prose { padding: 55px 0; }
  .support-card { padding: 23px; }
  .footer-top, .footer-bottom { display: block; }
  .footer-links { justify-content: start; margin-top: 25px; }
  .footer-bottom p + p { margin-top: 8px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; } }
