:root {
  --purple: #6d40fe;
  --purple-dark: #4a1fd0;
  --purple-soft: #f5f1ff;
  --lavender: #cbbcff;
  --yellow: #ffd000;
  --ink: #17131f;
  --muted: #756f88;
  --line: rgba(23, 19, 31, .14);
  --white: #fff;
  --radius-lg: 32px;
  --radius-md: 20px;
  --shadow: 0 24px 60px -34px rgba(47, 25, 116, .38);
  --font: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { min-width: 320px; background: #fff; color: var(--ink); font-family: var(--font); line-height: 1.5; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { color: inherit; font: inherit; }
button { border: 0; background: none; cursor: pointer; }
:focus-visible { outline: 3px solid rgba(109, 64, 254, .4); outline-offset: 3px; }

.wrap { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.section-pad { padding: clamp(64px, 8vw, 112px) 0; }
.eyebrow { color: var(--purple); font-size: .76rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
h2 { margin-top: .7rem; font-size: clamp(2rem, 4.8vw, 4.2rem); line-height: 1.02; letter-spacing: -.045em; }

.site-nav { position: sticky; top: 0; z-index: 30; display: flex; align-items: center; justify-content: space-between; min-height: 68px; padding: 12px clamp(20px, 5vw, 64px); border-bottom: 1px solid rgba(23,19,31,.08); background: rgba(255,255,255,.9); backdrop-filter: blur(14px); }
.brand img { width: 96px; height: auto; }
.nav-cta { padding: .72rem 1rem; border-radius: 999px; background: var(--purple); color: #fff; font-size: .82rem; font-weight: 750; }

.hero { padding-top: clamp(24px, 4vw, 54px); background: #302f30; }
.hero-shell { width: min(1080px, calc(100% - 28px)); margin-inline: auto; padding: clamp(30px, 5vw, 72px); border-radius: clamp(26px, 4vw, 48px); background: var(--purple-soft); text-align: center; }
.promo-kicker { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: .18em; color: var(--purple); font-size: clamp(1.65rem, 5vw, 3.9rem); font-weight: 780; letter-spacing: -.04em; line-height: 1.05; }
.tutlo-word { display: inline-flex; align-items: center; height: .88em; }
.tutlo-word img { width: auto; height: 100%; }

.offer-card { position: relative; margin-top: clamp(90px, 11vw, 124px); padding: clamp(92px, 9vw, 118px) clamp(18px, 6vw, 64px) clamp(46px, 6vw, 72px); border: 2px dashed var(--lavender); border-radius: 28px; background: #fff; }
.infinity-badge { position: absolute; top: 0; left: 50%; display: grid; width: clamp(118px, 15vw, 154px); aspect-ratio: 1; translate: -50% -55%; place-items: center; border-radius: 50%; background: var(--yellow); box-shadow: 0 12px 0 #f1ecff; font-size: clamp(3rem, 7vw, 5rem); font-weight: 700; line-height: 1; }
.offer-card h1 { display: grid; justify-items: center; gap: .18em; font-size: clamp(2.25rem, 6.6vw, 5.8rem); line-height: 1.02; letter-spacing: -.055em; }
.offer-card mark { padding: 0 .1em; background: linear-gradient(transparent 17%, var(--yellow) 17% 86%, transparent 86%); color: inherit; }
.offer-period { margin-top: clamp(26px, 4vw, 48px); color: var(--purple); font-size: clamp(1.25rem, 3.3vw, 2.8rem); font-weight: 780; letter-spacing: -.025em; }
.offer-note { margin-top: .65rem; color: #514a63; font-size: clamp(.85rem, 1.8vw, 1.2rem); }
.people-row { display: flex; justify-content: center; margin-top: clamp(30px, 5vw, 58px); }
.people-row img { width: clamp(48px, 8vw, 78px); aspect-ratio: 1; border: 3px solid #fff; border-radius: 50%; background: #eee8ff; object-fit: cover; object-position: 50% 18%; box-shadow: 0 0 0 2px var(--purple); }
.people-row img + img { margin-left: clamp(-14px, -1.8vw, -8px); }
.people-row img:nth-child(even) { box-shadow: 0 0 0 2px var(--ink); }
.people-proof { margin-top: 1.8rem; color: #524b68; font-size: clamp(1rem, 2.2vw, 1.45rem); }

.btn { display: inline-flex; min-height: 56px; align-items: center; justify-content: center; gap: .65rem; padding: 1rem 1.4rem; border-radius: 999px; font-weight: 800; text-align: center; transition: transform .2s ease, box-shadow .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--purple); color: #fff; box-shadow: 0 16px 30px -18px rgba(75, 34, 205, .9); }
.btn-yellow { background: var(--yellow); color: var(--ink); box-shadow: 0 16px 30px -18px rgba(205, 164, 0, .9); }
.hero-cta { width: 100%; margin-top: clamp(30px, 5vw, 58px); font-size: clamp(1.05rem, 2.6vw, 1.65rem); }
.benefits { background: #fff; }
.benefits h2 { max-width: 820px; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 48px; }
.benefit-grid article { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; box-shadow: var(--shadow); }
.benefit-grid article > span { display: inline-grid; min-width: 62px; height: 42px; place-items: center; border-radius: 999px; background: var(--yellow); font-weight: 850; }
.benefit-grid h3 { margin-top: 1.25rem; font-size: 1.2rem; }
.benefit-grid p { margin-top: .6rem; color: var(--muted); font-size: .94rem; }
.method-link { display: inline-flex; gap: .5rem; margin-top: 34px; color: var(--purple-dark); font-weight: 780; text-decoration: underline; text-underline-offset: 4px; }

.quiz-section { background: var(--purple-soft); }
.quiz-wrap { display: block; }
.flow-card { width: 100%; overflow: hidden; border: 1px solid rgba(109,64,254,.16); border-radius: var(--radius-lg); background: #fff; box-shadow: 0 28px 70px -40px rgba(49, 25, 118, .55); }
.flow-top { display: grid; grid-template-columns: 48px 1fr auto; gap: 14px; align-items: center; padding: 18px 22px; border-bottom: 1px solid rgba(109,64,254,.12); background: #faf8ff; }
.back-btn { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-size: 1.3rem; }
.back-btn:disabled { opacity: .28; cursor: default; }
.progress { overflow: hidden; height: 7px; border-radius: 99px; background: #e8e2f3; }
.progress-fill { display: block; width: 12%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--purple), var(--yellow)); transition: width .35s ease; }
.progress-copy { min-width: 38px; color: var(--muted); font-size: .78rem; font-weight: 750; }
.flow-body { padding: clamp(24px, 5vw, 48px); }
.flow-eyebrow { color: var(--purple); font-size: .72rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.flow-heading h3 { margin-top: .55rem; font-size: clamp(1.6rem, 3.5vw, 2.65rem); line-height: 1.08; letter-spacing: -.04em; }
.flow-heading > p:last-child { margin-top: .65rem; color: var(--muted); }
.options { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 30px; }
.option { display: flex; min-height: 92px; gap: 12px; align-items: center; padding: 16px; border: 1.5px solid var(--line); border-radius: 16px; text-align: left; transition: border-color .2s, background .2s, transform .2s; }
.option:hover { transform: translateY(-2px); border-color: var(--purple); background: #faf8ff; }
.option-emoji { font-size: 1.7rem; }
.option strong { display: block; font-size: .94rem; line-height: 1.25; }
.option small { display: block; margin-top: .25rem; color: var(--muted); line-height: 1.3; }
.options.is-welcome { display: block; }
.welcome-points { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-top: 30px; }
.welcome-points span { display: flex; min-height: 74px; gap: 9px; align-items: center; justify-content: center; padding: 13px; border: 1px solid var(--line); border-radius: 14px; color: var(--muted); font-size: .84rem; text-align: center; }
.welcome-points b { color: var(--purple); font-size: 1.05rem; }
.welcome-action { width: 100%; margin-top: 22px; }

.booking-area, .lead-form { margin-top: 30px; }
.booking-state { padding: 18px; border-radius: 14px; background: #f7f4ff; color: var(--muted); text-align: center; }
.days { display: grid; grid-template-columns: repeat(4, 1fr); gap: 9px; }
.day { display: grid; min-height: 84px; place-items: center; padding: 10px 6px; border: 1.5px solid var(--line); border-radius: 14px; background: #fff; }
.day i { color: var(--muted); font-size: .72rem; font-style: normal; text-transform: uppercase; }
.day b { font-size: 1.35rem; }
.day span { color: var(--muted); font-size: .72rem; }
.day.is-selected { border-color: var(--purple); background: var(--purple-soft); box-shadow: 0 0 0 2px rgba(109,64,254,.12); }
.day--other { border-color: rgba(109,64,254,.32); border-style: dashed; background: #faf8ff; color: var(--purple-dark); }
.day--other:hover { border-color: var(--purple); background: var(--purple-soft); }
.day--other b { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 50%; background: var(--purple); color: #fff; font-size: 1.25rem; line-height: 1; }
.sub-label { margin: 22px 0 10px; color: var(--muted); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.times { display: grid; grid-template-columns: repeat(4, 1fr); gap: 9px; }
.time { min-height: 48px; border: 1.5px solid var(--line); border-radius: 12px; background: #fff; font-weight: 750; }
.time.is-selected { border-color: var(--purple); background: var(--purple); color: #fff; }
.continue-btn { width: 100%; margin-top: 24px; }

.field + .field { margin-top: 16px; }
.field > label { display: block; margin-bottom: 6px; color: var(--muted); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.field input, .field select { width: 100%; min-height: 54px; padding: .85rem 1rem; border: 1.5px solid var(--line); border-radius: 13px; background: #fff; font-size: 16px; }
.field input:focus, .field select:focus { border-color: var(--purple); outline: 0; box-shadow: 0 0 0 3px rgba(109,64,254,.12); }
.phone-grid { display: grid; grid-template-columns: minmax(145px, .38fr) minmax(0, 1fr); gap: 9px; }
.field-error { display: none; margin-top: 5px; color: #b42318; font-size: .75rem; }
.field.is-invalid .field-error { display: block; }
.field.is-invalid input, .field.is-invalid select { border-color: #d92d20; }
.consents { margin-top: 22px; }
.consent-row { display: flex; gap: 10px; align-items: flex-start; margin-top: 14px; color: var(--muted); font-size: .79rem; line-height: 1.48; }
.consent-row > input { flex: 0 0 19px; width: 19px; height: 19px; margin-top: 2px; accent-color: var(--purple); }
.consent-toggle { color: #504866; font-size: inherit; text-decoration: underline; text-underline-offset: 2px; }
.consent-detail { margin-top: 8px; padding: 11px; border-radius: 10px; background: var(--purple-soft); color: #504866; }
.consent-detail strong { display: block; margin-bottom: 5px; color: var(--ink); }
.submit-btn { width: 100%; margin-top: 26px; }
.form-error { margin-top: 12px; color: #b42318; font-size: .8rem; text-align: center; }
.legal-note { margin-top: 14px; color: var(--muted); font-size: .7rem; line-height: 1.45; text-align: center; }
.legal-note a { color: #504866; font-weight: 750; text-decoration: underline; }

.fallback-form { padding: clamp(14px, 3vw, 24px); border: 1px solid var(--line); border-radius: 18px; }
#hsFallbackTarget ul, #hsFallbackTarget ol, #hsFallbackTarget li, #hsFallbackTarget .inputs-list, #hsFallbackTarget .hs-error-msgs { margin: 0 !important; padding: 0 !important; list-style: none !important; }
#hsFallbackTarget fieldset, #hsFallbackTarget .form-columns-1 .hs-form-field, #hsFallbackTarget .form-columns-2 .hs-form-field { max-width: none !important; width: 100% !important; }
#hsFallbackTarget .hs-form-field { margin-bottom: 14px !important; }
#hsFallbackTarget .hs-form-field > label { display: block !important; margin-bottom: 6px !important; color: var(--muted) !important; font-family: var(--font) !important; font-size: .72rem !important; font-weight: 800 !important; letter-spacing: .1em !important; text-transform: uppercase !important; }
#hsFallbackTarget input.hs-input:not([type="checkbox"]):not([type="radio"]), #hsFallbackTarget select.hs-input, #hsFallbackTarget textarea.hs-input { width: 100% !important; min-height: 54px !important; padding: .85rem 1rem !important; border: 1.5px solid var(--line) !important; border-radius: 13px !important; background: #fff !important; box-shadow: none !important; font-family: var(--font) !important; font-size: 16px !important; }
#hsFallbackTarget .hs-fieldtype-phonenumber .input { display: block !important; width: 100% !important; }
#hsFallbackTarget .hs-fieldtype-intl-phone { display: grid !important; grid-template-columns: minmax(145px, 38%) minmax(0,1fr) !important; gap: 9px !important; width: 100% !important; max-width: none !important; }
#hsFallbackTarget .hs-fieldtype-intl-phone > select, #hsFallbackTarget .hs-fieldtype-intl-phone > input { float: none !important; min-width: 0 !important; width: 100% !important; }
#hsFallbackTarget .legal-consent-container, #hsFallbackTarget .legal-consent-container *, #hsFallbackTarget .hs-form-booleancheckbox-display, #hsFallbackTarget .hs-form-booleancheckbox-display * { color: var(--muted) !important; font-family: var(--font) !important; font-size: .79rem !important; font-weight: 400 !important; letter-spacing: normal !important; line-height: 1.48 !important; text-transform: none !important; }
#hsFallbackTarget input[type="checkbox"] { width: 19px !important; height: 19px !important; margin: 2px 10px 0 0 !important; accent-color: var(--purple) !important; }
#hsFallbackTarget a { color: #504866 !important; text-decoration: underline !important; }
#hsFallbackTarget .hs-submit { margin-top: 20px !important; }
#hsFallbackTarget .hs-button, #hsFallbackTarget input[type="submit"] { width: 100% !important; min-height: 56px !important; padding: 1rem 1.2rem !important; border: 0 !important; border-radius: 999px !important; background: var(--yellow) !important; color: var(--ink) !important; font-family: var(--font) !important; font-size: 1rem !important; font-weight: 800 !important; white-space: normal !important; }

.terms { background: #fff; }
.terms-card { padding: clamp(28px, 6vw, 64px); border-radius: var(--radius-lg); background: var(--ink); color: #fff; }
.terms-card h2 { max-width: 680px; font-size: clamp(2rem, 4vw, 3.7rem); }
.terms-card ul { display: grid; gap: 12px; max-width: 760px; margin: 30px 0; padding-left: 1.25rem; color: rgba(255,255,255,.75); }
.site-footer { display: flex; flex-wrap: wrap; gap: 14px 24px; align-items: center; padding: 30px clamp(20px,5vw,64px); border-top: 1px solid var(--line); color: var(--muted); font-size: .78rem; }
.site-footer img { width: 76px; }
.site-footer a { text-decoration: underline; }
.site-footer button { color: inherit; font-size: inherit; text-decoration: underline; }

@media (max-width: 820px) {
  .benefit-grid { grid-template-columns: 1fr; }
}

@media (min-width: 621px) and (min-height: 650px) {
  .hero { display: grid; min-height: calc(100svh - 68px); align-items: center; padding-block: 14px; }
  .hero-shell { padding: 20px clamp(30px, 4vw, 48px) 18px; border-radius: 32px; }
  .promo-kicker { font-size: clamp(1.7rem, 3.5vw, 2.8rem); }
  .offer-card { margin-top: 52px; padding: 58px clamp(22px, 4vw, 44px) 22px; border-radius: 22px; }
  .infinity-badge { width: 84px; font-size: 3.1rem; box-shadow: 0 8px 0 #f1ecff; }
  .offer-card h1 { gap: .08em; font-size: clamp(2.15rem, 4.7vw, 3.9rem); }
  .offer-period { margin-top: 14px; font-size: clamp(1.15rem, 2.5vw, 1.7rem); }
  .offer-note { margin-top: .25rem; font-size: .86rem; }
  .people-row { margin-top: 16px; }
  .people-row img { width: clamp(43px, 5.4vw, 56px); border-width: 2px; }
  .people-proof { margin-top: 12px; font-size: .95rem; }
  .hero-cta { min-height: 50px; margin-top: 18px; padding-block: .75rem; font-size: 1.1rem; }
}

@media (max-width: 620px) {
  .wrap { width: min(100% - 28px, 1120px); }
  .section-pad { padding-block: 58px; }
  .site-nav { min-height: 60px; padding-inline: 16px; }
  .brand img { width: 82px; }
  .nav-cta { padding: .65rem .8rem; font-size: .74rem; }
  .hero { display: grid; min-height: calc(100svh - 60px); align-items: center; padding-block: 8px; }
  .hero-shell { width: calc(100% - 12px); padding: 16px 10px 14px; border-radius: 22px; }
  .promo-kicker { font-size: clamp(1.45rem, 7.5vw, 1.9rem); }
  .offer-card { margin-top: 52px; padding: 56px 8px 22px; border-radius: 18px; }
  .infinity-badge { width: 78px; font-size: 2.75rem; box-shadow: 0 7px 0 #f1ecff; }
  .offer-card h1 { gap: .08em; font-size: clamp(1.8rem, 9.1vw, 2.35rem); }
  .offer-card mark { background: linear-gradient(transparent 13%, var(--yellow) 13% 88%, transparent 88%); }
  .offer-period { margin-top: 14px; font-size: 1rem; }
  .offer-note { margin-top: .3rem; font-size: .7rem; line-height: 1.35; }
  .people-row { margin-top: 14px; }
  .people-row img { width: clamp(34px, 9.5vw, 40px); border-width: 2px; }
  .people-row img + img { margin-left: -6px; }
  .people-proof { margin-top: 10px; font-size: .78rem; }
  .hero-cta { min-height: 48px; margin-top: 14px; padding: .75rem 1rem; font-size: .98rem; }
  .flow-top { grid-template-columns: 42px 1fr auto; padding: 14px; }
  .flow-body { padding: 24px 16px 28px; }
  .options { grid-template-columns: 1fr; }
  .option { min-height: 76px; }
  .welcome-points { grid-template-columns: 1fr 1fr; gap: 8px; }
  .welcome-points span { min-height: 54px; padding: 10px 8px; }
  .days, .times { grid-template-columns: repeat(3, 1fr); }
  .phone-grid { grid-template-columns: minmax(124px, 40%) minmax(0,1fr); }
  #hsFallbackTarget .hs-fieldtype-intl-phone { grid-template-columns: minmax(124px, 40%) minmax(0,1fr) !important; }
}

@media (max-height: 700px) and (min-width: 621px) {
  .hero { padding-block: 8px; }
  .hero-shell { padding-top: 14px; padding-bottom: 12px; }
  .promo-kicker { font-size: 1.75rem; }
  .offer-card { margin-top: 42px; padding-top: 48px; padding-bottom: 16px; }
  .infinity-badge { width: 72px; font-size: 2.7rem; }
  .offer-card h1 { font-size: clamp(1.9rem, 4.2vw, 3rem); }
  .offer-period { margin-top: 10px; font-size: 1.1rem; }
  .people-row { margin-top: 11px; }
  .people-row img { width: 42px; }
  .people-proof { margin-top: 8px; font-size: .82rem; }
  .hero-cta { min-height: 46px; margin-top: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
