/* ===========================================================
   Minhas Economias — production stylesheet
   Lavender + cream + peach palette, friendly personal finance LP
   =========================================================== */
:root {
  --lavender: #8B7DD8;
  --lavender-600: #7567C9;
  --lavender-100: #ECE7F5;
  --lavender-050: #F6F3FC;
  --cream: #FFF8F0;
  --peach: #FFB89D;
  --peach-600: #FF9F7B;
  --plum: #2E1F47;
  --plum-700: #1F1432;
  --ink-60: #6B5F82;
  --ink-40: #9B91AE;
  --white: #FFFFFF;
  --border: #ECE7F5;
  --shadow-sm: 0 1px 2px rgba(46, 31, 71, 0.04), 0 2px 8px rgba(46, 31, 71, 0.04);
  --shadow-md: 0 4px 16px rgba(139, 125, 216, 0.10), 0 1px 3px rgba(46, 31, 71, 0.06);
  --shadow-lg: 0 12px 40px rgba(139, 125, 216, 0.18), 0 2px 6px rgba(46, 31, 71, 0.06);
  --r-sm: 12px;
  --r-md: 16px;
  --r-lg: 20px;
  --r-xl: 24px;
  --r-pill: 999px;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  color: var(--plum);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4 {
  font-family: 'DM Sans', sans-serif;
  font-weight: 800;
  color: var(--plum);
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin: 0;
  text-wrap: balance;
}
p { margin: 0; text-wrap: pretty; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
img, svg { display: block; max-width: 100%; }

.container { width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 24px; }

/* ---------- NAV ---------- */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255, 248, 240, 0.85);
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid rgba(236, 231, 245, 0.7);
}
.nav__inner { display: flex; align-items: center; gap: 24px; height: 72px; }
.brand {
  display: flex; align-items: center; gap: 10px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 800; color: var(--plum); font-size: 17px; letter-spacing: -0.01em;
}
.brand__mark {
  width: 36px; height: 36px; border-radius: 12px;
  background: linear-gradient(135deg, var(--lavender) 0%, #A599E8 100%);
  display: grid; place-items: center;
  color: white; font-family: 'DM Sans', sans-serif; font-weight: 800; font-size: 18px;
  box-shadow: var(--shadow-sm);
}
.nav__menu { display: flex; align-items: center; gap: 4px; margin-left: auto; }
.nav__menu a {
  padding: 8px 14px; border-radius: 10px;
  font-weight: 500; font-size: 14.5px; color: var(--ink-60);
  transition: background .15s, color .15s;
}
.nav__menu a:hover { background: var(--lavender-100); color: var(--plum); }
.nav__cta { margin-left: 8px; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 48px; padding: 0 22px; border-radius: var(--r-pill);
  font-family: 'DM Sans', sans-serif; font-weight: 700; font-size: 15px; letter-spacing: -0.005em;
  transition: transform .12s ease, box-shadow .15s, background .15s; white-space: nowrap;
}
.btn--peach {
  background: var(--peach); color: var(--plum);
  box-shadow: 0 4px 0 rgba(255, 159, 123, 0.45), 0 6px 18px rgba(255, 159, 123, 0.35);
}
.btn--peach:hover { background: var(--peach-600); transform: translateY(-1px); }
.btn--peach:active { transform: translateY(1px); box-shadow: 0 2px 0 rgba(255, 159, 123, 0.45); }
.btn--ghost { background: transparent; color: var(--plum); border: 1.5px solid var(--lavender-100); }
.btn--ghost:hover { border-color: var(--lavender); background: var(--lavender-050); }
.btn--sm { min-height: 40px; padding: 0 16px; font-size: 14px; }

.nav__burger { display: none; width: 44px; height: 44px; margin-left: auto; border-radius: 12px; align-items: center; justify-content: center; }
.nav__burger span { position: relative; width: 22px; height: 2px; background: var(--plum); border-radius: 2px; }
.nav__burger span::before, .nav__burger span::after { content: ""; position: absolute; left: 0; width: 22px; height: 2px; background: var(--plum); border-radius: 2px; }
.nav__burger span::before { top: -7px; }
.nav__burger span::after { top: 7px; }

/* ---------- HERO ---------- */
.hero { position: relative; padding: 56px 0 80px; overflow: hidden; }
.hero__bg { position: absolute; inset: 0; pointer-events: none; z-index: 0; }
.hero__bg .blob { position: absolute; filter: blur(40px); opacity: .55; }
.hero__bg .blob--1 { width: 480px; height: 480px; background: radial-gradient(circle, #C8BEF0 0%, transparent 65%); top: -180px; right: -120px; }
.hero__bg .blob--2 { width: 380px; height: 380px; background: radial-gradient(circle, #FFD4BE 0%, transparent 65%); bottom: -120px; left: -100px; }
.hero__bg .blob--3 { width: 280px; height: 280px; background: radial-gradient(circle, #E6DFFA 0%, transparent 70%); top: 30%; left: 38%; opacity: .35; }
.hero__inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr 1fr; gap: 60px; align-items: center; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 14px 6px 8px;
  background: white; border: 1px solid var(--border); border-radius: var(--r-pill);
  font-size: 13px; font-weight: 500; color: var(--plum); box-shadow: var(--shadow-sm);
}
.eyebrow__dot { width: 22px; height: 22px; border-radius: 50%; background: linear-gradient(135deg, var(--peach) 0%, #FFCFB6 100%); display: grid; place-items: center; font-size: 12px; }

.hero h1 { font-size: clamp(38px, 6vw, 64px); letter-spacing: -0.035em; margin: 20px 0 18px; }
.hero h1 em { font-style: normal; color: var(--lavender); position: relative; white-space: nowrap; }
.hero h1 em::after { content: ""; position: absolute; left: -2px; right: -2px; bottom: 4px; height: 14px; background: var(--peach); opacity: .45; border-radius: 4px; z-index: -1; }
.hero__lede { font-size: clamp(16px, 1.4vw, 19px); color: var(--ink-60); max-width: 520px; line-height: 1.55; }
.hero__cta { display: flex; gap: 12px; margin-top: 28px; flex-wrap: wrap; }

.store-btn {
  display: inline-flex; align-items: center; gap: 12px;
  min-height: 56px; padding: 0 22px 0 18px;
  background: var(--plum); color: white; border-radius: 16px;
  transition: transform .12s, box-shadow .15s;
  box-shadow: 0 6px 20px rgba(46, 31, 71, 0.18);
}
.store-btn:hover { transform: translateY(-1px); box-shadow: 0 8px 24px rgba(46, 31, 71, 0.24); }
.store-btn__icon { width: 24px; height: 24px; flex: none; }
.store-btn__label { display: flex; flex-direction: column; font-family: 'DM Sans', sans-serif; line-height: 1.1; }
.store-btn__label small { font-size: 10.5px; font-weight: 500; opacity: 0.7; text-transform: uppercase; letter-spacing: 0.04em; }
.store-btn__label strong { font-size: 15px; font-weight: 700; }

.trust { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 18px; margin-top: 32px; padding: 14px 18px; background: rgba(255, 255, 255, 0.7); border: 1px solid var(--border); border-radius: 14px; max-width: 640px; }
.trust__item { display: inline-flex; align-items: center; gap: 8px; font-size: 13.5px; color: var(--plum); font-weight: 500; }
.trust__item svg { width: 16px; height: 16px; flex: none; }
.trust__stars { color: var(--peach-600); }
.trust__sep { width: 1px; height: 14px; background: var(--border); }

/* hero illustration */
.hero-art { position: relative; width: 100%; aspect-ratio: 1 / 1; max-width: 540px; margin-left: auto; }
.hero-art__phone { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) rotate(-6deg); width: 56%; height: 78%; background: white; border-radius: 36px; border: 8px solid var(--plum); box-shadow: var(--shadow-lg); padding: 22px 16px; display: flex; flex-direction: column; gap: 12px; }
.hero-art__phone-notch { width: 60px; height: 6px; background: var(--plum); border-radius: 4px; margin: -10px auto 6px; }
.hero-art__row { display: flex; align-items: center; gap: 10px; padding: 10px 12px; background: var(--lavender-050); border-radius: 12px; }
.hero-art__row-dot { width: 28px; height: 28px; border-radius: 50%; flex: none; }
.hero-art__row-bars { flex: 1; display: flex; flex-direction: column; gap: 6px; }
.hero-art__row-bar { height: 8px; border-radius: 4px; background: var(--lavender-100); }
.hero-art__row-bar:nth-child(2) { width: 60%; background: #DCD3F0; }
.hero-art__balance { margin-top: auto; padding: 14px; border-radius: 14px; background: linear-gradient(135deg, var(--lavender) 0%, #A599E8 100%); color: white; }
.hero-art__balance small { font-size: 10px; opacity: .8; text-transform: uppercase; letter-spacing: .08em; }
.hero-art__balance strong { display: block; font-family: 'DM Sans', sans-serif; font-size: 22px; font-weight: 800; margin-top: 4px; }
.hero-art__sparkline { margin-top: 6px; display: flex; gap: 3px; align-items: flex-end; height: 22px; }
.hero-art__sparkline span { flex: 1; background: rgba(255,255,255,0.55); border-radius: 2px; }

.orbit { position: absolute; width: 64px; height: 64px; border-radius: 18px; background: white; display: grid; place-items: center; box-shadow: var(--shadow-md); border: 1px solid var(--border); animation: float 6s ease-in-out infinite; }
.orbit svg { width: 28px; height: 28px; }
.orbit--target { top: 8%; right: 6%; animation-delay: 0s; }
.orbit--coin   { top: 38%; right: 0%; background: var(--peach); animation-delay: -2s; border-color: var(--peach); }
.orbit--chart  { bottom: 18%; right: 10%; animation-delay: -3s; }
.orbit--bell   { top: 12%; left: 4%; background: var(--lavender); animation-delay: -4s; border-color: var(--lavender); }
.orbit--leaf   { bottom: 10%; left: 0%; animation-delay: -1.5s; }
.orbit--star   { bottom: 38%; left: -2%; animation-delay: -5s; background: var(--peach); border-color: var(--peach); }

@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }

.mascot { position: absolute; bottom: -4%; right: 38%; width: 110px; animation: bob 4s ease-in-out infinite; z-index: 2; }
@keyframes bob { 0%, 100% { transform: translateY(0) rotate(-4deg); } 50% { transform: translateY(-8px) rotate(2deg); } }

/* ---------- SECTION shared ---------- */
section.block { padding: 100px 0; }
.eyebrow--sec { background: var(--lavender-050); border: none; color: var(--lavender-600); font-weight: 600; text-transform: uppercase; font-size: 12px; letter-spacing: 0.08em; padding: 8px 14px; box-shadow: none; }
.section-head { text-align: center; max-width: 720px; margin: 0 auto 56px; }
.section-head h2 { font-size: clamp(32px, 4.2vw, 46px); margin: 16px 0 14px; }
.section-head p { color: var(--ink-60); font-size: 17px; }

/* features grid */
.features { background: white; }
.features__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.feature { position: relative; padding: 28px; border-radius: var(--r-lg); background: var(--cream); border: 1px solid var(--border); transition: transform .2s, box-shadow .2s; }
.feature:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.feature__icon { width: 56px; height: 56px; border-radius: 16px; background: var(--lavender-100); display: grid; place-items: center; margin-bottom: 18px; color: var(--lavender-600); }
.feature:nth-child(2) .feature__icon, .feature:nth-child(4) .feature__icon { background: var(--peach); color: var(--plum); }
.feature:nth-child(6) .feature__icon { background: var(--lavender); color: white; }
.feature__icon svg { width: 28px; height: 28px; }
.feature h3 { font-size: 19px; margin-bottom: 8px; }
.feature p { color: var(--ink-60); font-size: 14.5px; line-height: 1.55; }

/* how steps */
.how { background: var(--cream); }
.how__steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; position: relative; }
.how__steps::before { content: ""; position: absolute; top: 36px; left: 16.5%; right: 16.5%; height: 2px; background-image: linear-gradient(to right, var(--lavender) 50%, transparent 0%); background-size: 12px 2px; background-repeat: repeat-x; z-index: 0; }
.step { position: relative; text-align: center; background: white; padding: 56px 24px 28px; border-radius: var(--r-lg); border: 1px solid var(--border); z-index: 1; }
.step__num { position: absolute; top: -36px; left: 50%; transform: translateX(-50%); width: 72px; height: 72px; border-radius: 50%; background: var(--lavender); color: white; display: grid; place-items: center; font-family: 'DM Sans', sans-serif; font-weight: 800; font-size: 28px; border: 6px solid var(--cream); box-shadow: var(--shadow-md); }
.step:nth-child(2) .step__num { background: var(--peach); color: var(--plum); }
.step:nth-child(3) .step__num { background: var(--plum); }
.step h3 { font-size: 19px; margin-bottom: 8px; }
.step p { color: var(--ink-60); font-size: 14.5px; }

/* meu clube */
.club { background: var(--white); }
.club__card { position: relative; background: linear-gradient(135deg, var(--lavender) 0%, #A599E8 60%, #B6A8F0 100%); border-radius: 32px; padding: 64px; color: white; overflow: hidden; display: grid; grid-template-columns: 1.2fr 1fr; gap: 40px; align-items: center; }
.club__card::before { content: ""; position: absolute; width: 320px; height: 320px; border-radius: 50%; background: rgba(255, 184, 157, 0.4); filter: blur(30px); bottom: -100px; right: -80px; }
.club__badge { display: inline-flex; align-items: center; gap: 6px; background: rgba(255,255,255,0.18); border: 1px solid rgba(255,255,255,0.3); padding: 6px 12px; border-radius: var(--r-pill); font-size: 12px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; backdrop-filter: blur(8px); }
.club h2 { color: white; font-size: clamp(30px, 4vw, 42px); margin: 18px 0 16px; }
.club p { color: rgba(255,255,255,0.88); font-size: 17px; max-width: 460px; }
.club__list { list-style: none; padding: 0; margin: 24px 0 32px; display: flex; flex-direction: column; gap: 10px; }
.club__list li { display: flex; align-items: center; gap: 10px; font-size: 15px; }
.club__check { width: 22px; height: 22px; border-radius: 50%; background: var(--peach); color: var(--plum); display: grid; place-items: center; flex: none; }
.club__check svg { width: 12px; height: 12px; }
.club__visual { position: relative; z-index: 1; }
.club__price-card { background: white; color: var(--plum); border-radius: 24px; padding: 28px; box-shadow: 0 24px 60px rgba(46, 31, 71, 0.25); transform: rotate(2deg); }
.club__price-card h4 { font-size: 15px; color: var(--ink-60); font-weight: 600; margin-bottom: 6px; }
.club__price-card .price { display: flex; align-items: baseline; gap: 6px; margin-bottom: 14px; }
.club__price-card .price strong { font-family: 'DM Sans', sans-serif; font-size: 44px; font-weight: 800; letter-spacing: -0.04em; }
.club__price-card .price span { color: var(--ink-60); font-size: 14px; }
.club__price-features { border-top: 1px dashed var(--border); padding-top: 14px; display: flex; flex-direction: column; gap: 8px; font-size: 13.5px; color: var(--ink-60); }
.club__price-features span::before { content: "·  "; color: var(--lavender); font-weight: 700; }
.club__sub { background: var(--cream); color: var(--plum); border-radius: 18px; padding: 16px; transform: rotate(-3deg); margin-top: -20px; margin-left: 30px; box-shadow: var(--shadow-md); font-size: 13px; font-weight: 500; display: flex; align-items: center; gap: 10px; }
.club__sub svg { color: var(--lavender-600); width: 22px; height: 22px; flex: none; }

/* reviews */
.reviews { background: var(--cream); }
.reviews__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.review { background: white; border-radius: var(--r-lg); padding: 28px; border: 1px solid var(--border); display: flex; flex-direction: column; }
.review__stars { display: flex; gap: 2px; color: var(--peach-600); margin-bottom: 16px; }
.review__stars svg { width: 18px; height: 18px; fill: currentColor; }
.review p { font-size: 15.5px; line-height: 1.55; color: var(--plum); margin-bottom: 20px; flex: 1; }
.review__person { display: flex; align-items: center; gap: 12px; }
.review__avatar { width: 44px; height: 44px; border-radius: 50%; background: var(--lavender-100); display: grid; place-items: center; color: var(--lavender-600); font-family: 'DM Sans', sans-serif; font-weight: 700; font-size: 16px; }
.review:nth-child(2) .review__avatar { background: var(--peach); color: var(--plum); }
.review:nth-child(3) .review__avatar { background: var(--plum); color: white; }
.review__name { font-weight: 600; font-size: 14.5px; }
.review__meta { font-size: 12.5px; color: var(--ink-40); }
.reviews__disclaimer { margin-top: 32px; text-align: center; font-size: 12.5px; color: var(--ink-40); max-width: 640px; margin-left: auto; margin-right: auto; }

/* final CTA */
.final { padding: 80px 0; }
.final__card { background: linear-gradient(135deg, #FFE9DC 0%, var(--cream) 60%); border: 1px solid var(--peach); border-radius: 32px; padding: 64px 48px; text-align: center; position: relative; overflow: hidden; }
.final__card h2 { font-size: clamp(30px, 4vw, 44px); margin-bottom: 14px; }
.final__card p { color: var(--ink-60); font-size: 17px; max-width: 520px; margin: 0 auto 28px; }
.final .hero__cta { justify-content: center; }
.final__mascot { position: absolute; bottom: -10px; left: 32px; width: 100px; transform: rotate(-8deg); }

/* footer */
.footer { background: var(--plum); color: rgba(255,255,255,0.7); padding: 64px 0 32px; font-size: 14px; }
.footer__top { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,0.08); }
.footer .brand { color: white; }
.footer__about { display: flex; flex-direction: column; gap: 14px; }
.footer__about p { font-size: 14px; max-width: 320px; line-height: 1.6; }
.footer__about-mascot { display: flex; align-items: center; gap: 12px; margin-top: 4px; }
.footer__about-mascot svg { width: 56px; height: 56px; }
.footer h5 { font-family: 'DM Sans', sans-serif; font-size: 13px; text-transform: uppercase; letter-spacing: 0.08em; color: white; margin: 0 0 14px; }
.footer ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; }
.footer ul a { font-size: 14px; }
.footer ul a:hover { color: white; }
.footer__legal { padding-top: 28px; display: flex; flex-wrap: wrap; gap: 16px; justify-content: space-between; align-items: flex-start; font-size: 12.5px; color: rgba(255,255,255,0.5); }
.footer__legal p { max-width: 760px; line-height: 1.55; }

/* cookie banner */
.cookie { position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 60; background: white; border-radius: 20px; box-shadow: var(--shadow-lg); border: 1px solid var(--border); padding: 20px 24px; display: flex; gap: 24px; align-items: center; max-width: 980px; margin: 0 auto; }
.cookie__icon { width: 44px; height: 44px; border-radius: 14px; background: var(--lavender-100); display: grid; place-items: center; color: var(--lavender-600); flex: none; }
.cookie__text { flex: 1; }
.cookie__text strong { font-family: 'DM Sans', sans-serif; display: block; font-size: 15px; margin-bottom: 4px; }
.cookie__text p { font-size: 13px; color: var(--ink-60); line-height: 1.45; }
.cookie__text a { color: var(--lavender-600); text-decoration: underline; }
.cookie__actions { display: flex; gap: 8px; flex: none; }
.cookie__btn { min-height: 44px; padding: 0 18px; border-radius: var(--r-pill); font-family: 'DM Sans', sans-serif; font-weight: 700; font-size: 13.5px; border: 1.5px solid var(--lavender-100); background: white; color: var(--plum); }
.cookie__btn:hover { border-color: var(--lavender); }
.cookie__btn--primary { background: var(--peach); border-color: var(--peach); color: var(--plum); }
.cookie__btn--primary:hover { background: var(--peach-600); border-color: var(--peach-600); }
.cookie.hidden { display: none; }

/* legal pages */
.legal-page { padding: 60px 0 80px; background: white; }
.legal-page h1 { font-size: clamp(34px, 5vw, 48px); margin-bottom: 8px; }
.legal-page .meta { color: var(--ink-40); font-size: 13.5px; margin-bottom: 32px; }
.legal-page h2 { font-size: 22px; margin: 36px 0 12px; }
.legal-page p, .legal-page li { color: var(--ink-60); font-size: 15.5px; margin-bottom: 10px; line-height: 1.75; }
.legal-page strong { color: var(--plum); }
.legal-page ul { padding-left: 22px; margin-bottom: 16px; }
.legal-page a { color: var(--lavender-600); text-decoration: underline; }
.legal-page a:hover { color: var(--lavender); }
.legal-table { width: 100%; border-collapse: collapse; margin: 18px 0; background: var(--cream); border-radius: var(--r-md); overflow: hidden; }
.legal-table th, .legal-table td { padding: 14px 18px; text-align: left; border-bottom: 1px solid var(--border); font-size: 14.5px; vertical-align: top; }
.legal-table th { background: var(--lavender-050); font-weight: 700; color: var(--plum); width: 240px; font-family: 'DM Sans', sans-serif; }
.legal-table td { color: var(--ink-60); }

/* pricing */
.pricing-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; max-width: 880px; margin: 0 auto; }
.price-card { background: white; border: 1px solid var(--border); border-radius: var(--r-xl); padding: 36px 32px; position: relative; }
.price-card.featured { border: 2px solid var(--lavender); box-shadow: var(--shadow-md); }
.price-card.featured::before { content: "Recomendado"; position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--peach); color: var(--plum); padding: 5px 14px; border-radius: var(--r-pill); font-size: 11.5px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.price-name { font-family: 'DM Sans', sans-serif; font-size: 13px; font-weight: 700; letter-spacing: .15em; color: var(--ink-60); text-transform: uppercase; margin-bottom: 12px; }
.price-amount { font-family: 'DM Sans', sans-serif; font-size: 46px; font-weight: 800; letter-spacing: -.03em; line-height: 1; color: var(--plum); }
.price-amount small { font-size: 15px; font-weight: 500; color: var(--ink-40); }
.price-blurb { color: var(--ink-60); font-size: 14px; margin-top: 10px; margin-bottom: 22px; line-height: 1.7; }
.price-card ul.price-list { list-style: none; margin: 0 0 26px; padding: 0; }
.price-card ul.price-list li { padding: 8px 0; display: flex; align-items: flex-start; gap: 10px; color: var(--ink-60); font-size: 14.5px; line-height: 1.6; margin: 0; }
.price-card ul.price-list li svg { flex-shrink: 0; margin-top: 3px; color: var(--lavender); width: 16px; height: 16px; }

/* faq */
.faq-list { max-width: 820px; margin: 0 auto; }
details { background: var(--cream); border: 1px solid var(--border); border-radius: 16px; padding: 22px 26px; margin-bottom: 12px; cursor: pointer; transition: border-color .15s; }
details[open] { border-color: var(--lavender); background: white; }
summary { font-family: 'DM Sans', sans-serif; font-weight: 700; font-size: 16.5px; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 14px; color: var(--plum); }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; font-size: 26px; color: var(--ink-40); font-weight: 300; transition: transform .15s; line-height: 1; }
details[open] summary::after { content: "−"; color: var(--lavender); }
details p { color: var(--ink-60); font-size: 15px; margin-top: 14px; line-height: 1.8; }

/* contact */
.contact-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; max-width: 920px; margin: 0 auto; }
.contact-channel { padding: 26px; background: var(--cream); border: 1px solid var(--border); border-radius: 18px; }
.contact-channel .lbl { font-size: 11px; font-weight: 700; letter-spacing: 1.5px; color: var(--lavender-600); text-transform: uppercase; margin-bottom: 8px; }
.contact-channel a { font-weight: 700; font-size: 16px; color: var(--plum); text-decoration: none; }
.contact-channel p { color: var(--ink-60); font-size: 14px; margin-top: 8px; }
.contact-form { background: var(--cream); border: 1px solid var(--border); border-radius: 18px; padding: 36px; margin-top: 24px; max-width: 920px; margin-left: auto; margin-right: auto; }
.contact-form label { display: block; font-size: 13.5px; font-weight: 700; margin-bottom: 7px; color: var(--plum); }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 13px 16px; border: 1px solid var(--border); border-radius: 10px; font-size: 14.5px; font-family: inherit; background: white; margin-bottom: 16px; transition: border-color .15s; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { outline: none; border-color: var(--lavender); }
.contact-form textarea { min-height: 140px; resize: vertical; }

/* responsive */
@media (max-width: 920px) {
  .nav__menu { display: none; }
  .nav__cta { display: none; }
  .nav__burger { display: inline-flex; }
  .nav__menu.open { display: flex; flex-direction: column; position: absolute; top: 72px; right: 20px; background: white; padding: 12px; border-radius: 16px; box-shadow: 0 12px 40px rgba(46,31,71,0.18); border: 1px solid var(--border); }
  .hero { padding: 40px 0 60px; }
  .hero__inner { grid-template-columns: 1fr; gap: 32px; }
  .features__grid, .how__steps, .reviews__grid { grid-template-columns: repeat(2, 1fr); }
  .how__steps::before { display: none; }
  .club__card { grid-template-columns: 1fr; padding: 40px 28px; }
  .footer__top { grid-template-columns: 1fr 1fr; }
  .cookie { flex-direction: column; align-items: stretch; padding: 16px; }
  .cookie__actions { flex-wrap: wrap; }
  .cookie__btn { flex: 1; }
  .pricing-grid, .contact-grid { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  section.block { padding: 64px 0; }
  .container { padding: 0 20px; }
  .hero h1 { font-size: 34px; }
  .hero__cta { gap: 10px; }
  .store-btn { flex: 1; min-width: 0; padding: 0 14px 0 12px; }
  .store-btn__label strong { font-size: 13px; }
  .trust { gap: 8px 12px; padding: 12px 14px; }
  .trust__sep { display: none; }
  .features__grid, .how__steps, .reviews__grid { grid-template-columns: 1fr; }
  .club__card { padding: 32px 22px; border-radius: 24px; }
  .final__card { padding: 40px 24px; border-radius: 24px; }
  .footer__top { grid-template-columns: 1fr; gap: 28px; }
  .hero-art { aspect-ratio: 1 / 0.9; }
  .hero-art__phone { width: 60%; height: 80%; }
  .orbit { width: 52px; height: 52px; }
  .orbit svg { width: 22px; height: 22px; }
}
