:root {
  --bg: #29282b;
  --surface: #343436;
  --lime: #ebff57;
  --mint: #2df8c5;
  --text: #fff;
  --muted: #a5a5a5;
  --line: rgba(255,255,255,.12);
  --page-max: 1180px;
  --page-gutter: 32px;
  --page-gutter-mobile: 20px;
  --content-max: 1116px; /* page-max minus left/right gutters */
  --space-section: 112px;
  --space-section-mobile: 76px;
  --space-kicker-title: 16px;
  --space-title-copy: 22px;
  --space-heading-content: 42px;
}
@font-face { font-family: 'MixlyMontserrat'; src: url('./assets/Montserrat_400Regular.ttf') format('truetype'); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: 'MixlyMontserrat'; src: url('./assets/Montserrat_500Medium.ttf') format('truetype'); font-style: normal; font-weight: 500; font-display: swap; }
@font-face { font-family: 'MixlyMontserrat'; src: url('./assets/Montserrat_600SemiBold.ttf') format('truetype'); font-style: normal; font-weight: 600; font-display: swap; }
@font-face { font-family: 'MixlyMontserrat'; src: url('./assets/Montserrat_700Bold.ttf') format('truetype'); font-style: normal; font-weight: 700; font-display: swap; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: 'MixlyMontserrat', Montserrat, Inter, Arial, sans-serif; line-height: 1.45; }
a { color: inherit; text-decoration: none; }
.site-header, .section, .hero, footer { max-width: var(--page-max); margin: 0 auto; padding-left: var(--page-gutter); padding-right: var(--page-gutter); }
.site-header { height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { font-weight: 700; letter-spacing: -1.5px; font-size: 27px; } .brand span { color: var(--lime); }
nav { display: flex; gap: 28px; color: var(--muted); font-size: 14px; } nav a:hover, footer a:hover { color: var(--lime); }
.header-cta { border: 1px solid var(--line); padding: 10px 17px; border-radius: 99px; font-size: 14px; }
.hero { min-height: 690px; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 30px; overflow: hidden; }
.eyebrow, .card-kicker, .article-grid p { color: var(--lime); font-size: 12px; font-weight: 700; letter-spacing: .1em; margin: 0 0 var(--space-kicker-title); }
h1, h2, h3, p { margin-top: 0; } h1 { font-size: clamp(46px, 6vw, 78px); font-weight: 700; letter-spacing: -.015em; line-height: .98; max-width: 700px; margin-bottom: 28px; } h2 { font-size: clamp(34px, 4vw, 56px); font-weight: 700; letter-spacing: -.012em; line-height: 1.02; margin-bottom: var(--space-title-copy); } h3 { font-size: 23px; font-weight: 600; letter-spacing: -.01em; line-height: 1.1; }
.hero-text, .section-lead, .premium-copy > p, .download > p, .section-heading > p { color: var(--muted); font-size: 18px; max-width: 580px; }
.hero-actions, .store-links { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; margin-top: 32px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 54px; padding: 0 23px; font-weight: 700; border-radius: 99px; color: #202022; }
.button-primary { background: var(--lime); } .button-primary:hover { background: #f4ff9a; }
.text-link { font-weight: 700; font-size: 14px; } .text-link span { color: var(--lime); padding-left: 6px; }
.fine-print { color: #777; font-size: 12px; margin: 22px 0 0; }
.phone-wrap { height: 560px; position: relative; display: grid; place-items: center; }
.phone { position: relative; z-index: 2; width: 273px; height: 540px; padding: 16px 13px 20px; border: 7px solid #111114; border-radius: 42px; background: #343436; box-shadow: 0 30px 80px rgba(0,0,0,.45); overflow: hidden; }
.phone-top, .app-bar, .card-bottom, .tabs { display: flex; align-items: center; justify-content: space-between; } .phone-top { color: #d7d7d7; font-size: 10px; padding: 0 3px 14px; } .camera { background: #171719; width: 70px; height: 18px; border-radius: 20px; }
.app-bar { color: #ddd; font-size: 12px; margin: 8px 2px 18px; } .app-bar button { font-size: 25px; background: none; border: 0; color: var(--lime); }
.mix-card { height: 373px; display: flex; flex-direction: column; justify-content: flex-end; padding: 22px; border-radius: 24px; background: radial-gradient(circle at 75% 15%, #c584d8, transparent 30%), radial-gradient(circle at 15% 58%, #26bba0, transparent 35%), linear-gradient(140deg,#655481,#eea46f); }
.mix-card h2 { font-size: 29px; margin: 0 0 18px; }.taste-row { display: flex; flex-wrap: wrap; gap: 6px; }.taste-row span { padding: 6px 10px; border: 1px solid rgba(255,255,255,.36); border-radius: 99px; font-size: 10px; }.card-bottom { margin-top: auto; color: rgba(255,255,255,.82); font-size: 10px; }.tabs { color: #888; font-size: 19px; padding: 18px 7px 0; }.tabs span:first-child { color: var(--lime); }
.orb { position: absolute; border-radius: 50%; filter: blur(3px); }.orb-one { width: 360px; height: 360px; background: #a172ed; opacity: .42; top: 20px; right: -20px; }.orb-two { width: 250px; height: 250px; background: #ebff57; opacity: .22; bottom: 0; left: 5px; }
.section { padding-top: 120px; padding-bottom: 120px; }.intro { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; }.intro h2 { max-width: 650px; }.section-lead { align-self: end; margin-bottom: 3px; }
.features { padding-top: 0; display: grid; grid-template-columns: 1.1fr 1fr 1fr; gap: 16px; }.feature { min-height: 420px; padding: 27px; background: var(--surface); border-radius: 25px; display: flex; flex-direction: column; overflow: hidden; }.feature-large { background: linear-gradient(145deg,#4d475b,#343436 65%); }.feature p:not(.feature-number) { color: var(--muted); font-size: 15px; }.feature-number { color: var(--lime); font-size: 12px; font-weight: 800; }.visual { margin-top: auto; }.visual-filters { display: flex; flex-wrap: wrap; gap: 8px; }.visual-filters span { padding: 10px 12px; border-radius: 14px; background: rgba(235,255,87,.1); border: 1px solid #8b9a47; color: var(--lime); font-size: 13px; }.visual-shelf { display: flex; align-items: end; gap: 11px; height: 100px; border-bottom: 3px solid #a97d64; }.visual-shelf i { display: block; width: 34px; border-radius: 10px 10px 2px 2px; background: linear-gradient(135deg,var(--mint),#599e94); }.visual-shelf i:nth-child(1){height:55px}.visual-shelf i:nth-child(2){height:83px;background:linear-gradient(135deg,#eb8cbf,#7c527d)}.visual-shelf i:nth-child(3){height:72px;background:linear-gradient(135deg,#ebff57,#9d8a35)}.visual-shelf i:nth-child(4){height:43px;background:linear-gradient(135deg,#f1937b,#9c5c54)}.visual-heart { font-size: 110px; line-height: .8; color: var(--lime); }
.premium { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; background: radial-gradient(circle at 80% 35%,rgba(235,255,87,.2),transparent 29%), #202022; border-radius: 32px; padding-top: 70px; padding-bottom: 70px; }.premium-copy { padding-right: 10px; }.premium-list { list-style: none; margin: 0; padding: 14px 0 0; display: grid; gap: 18px; align-content: center; font-size: 18px; }.premium-list span { color: var(--lime); margin-right: 10px; }
.journal { padding-bottom: 40px; }.section-heading { display: flex; justify-content: space-between; gap: 40px; align-items: end; }.section-heading > p { max-width: 310px; font-size: 15px; }.article-grid { margin-top: 34px; display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }.article-grid article { min-height: 210px; display: flex; flex-direction: column; justify-content: end; padding: 24px; border-radius: 22px; background: linear-gradient(150deg,#4a494c,#333335); }.article-grid article:nth-child(2){background:linear-gradient(150deg,#6a566b,#333335)}.article-grid article:nth-child(3){background:linear-gradient(150deg,#536160,#333335)}.article-grid h3 { margin: 0; }
.download { text-align: center; padding: 130px 32px; margin-top: 80px; background: linear-gradient(160deg,#343436,#202022); }.download h2, .download > p { margin-left: auto; margin-right: auto; }.store-links { justify-content: center; }.store-button { min-width: 165px; border-radius: 12px; padding: 9px 14px; background: #050505; display: flex; gap: 9px; align-items: center; text-align: left; font-size: 17px; line-height: 1.05; }.store-button > :first-child { font-size: 25px; }.store-button small { display: block; font-size: 10px; }.play-icon { color: var(--mint); }
footer { min-height: 130px; display: flex; gap: 28px; align-items: center; justify-content: space-between; color: var(--muted); font-size: 12px; } footer p { margin: 0; } footer div { display: flex; gap: 16px; }
@media (max-width: 760px) { .site-header,.section,.hero,footer { padding-left: 20px; padding-right: 20px; } .site-header { height: 68px; } nav { display: none; }.hero { grid-template-columns: 1fr; padding-top: 54px; min-height: auto; }.phone-wrap { height: 450px; }.phone { transform: scale(.8); }.intro,.premium { grid-template-columns: 1fr; gap: 24px; }.section { padding-top: 76px; padding-bottom: 76px; }.features,.article-grid { grid-template-columns: 1fr; }.feature { min-height: 310px; }.section-heading { display: block; }.premium { padding: 48px 24px; }.download { padding: 90px 20px; margin-top: 40px; } footer { flex-wrap: wrap; padding-top: 28px; padding-bottom: 28px; } footer div { width: 100%; } }

/* Signature treatment: a magazine-like signal rail and restrained neon depth. */
:root { --ink: #202022; --ease: cubic-bezier(.22,1,.36,1); }
html { background: var(--bg); }
body { background: radial-gradient(ellipse 80% 39% at 58% 0%, rgba(95,82,125,.23), transparent 70%), var(--bg); overflow-x: hidden; }
/* Static editorial content should not suggest it is an editable text field. */
body * { cursor: default; }
a, a *, button, button *, [role='button'], [role='button'] *, input[type='button'], input[type='submit'], input[type='reset'], select, summary { cursor: pointer; }
input:not([type]), input[type='text'], input[type='email'], input[type='search'], input[type='password'], textarea { cursor: text; }
.grain { position: fixed; z-index: 8; inset: 0; pointer-events: none; opacity: .19; mix-blend-mode: soft-light; background-image: radial-gradient(rgba(255,255,255,.45) .45px, transparent .65px), repeating-linear-gradient(90deg,rgba(255,255,255,.07) 0 1px,transparent 1px 5px); background-size: 4px 4px, 5px 5px; }
.site-header { position: relative; z-index: 1; }
nav a, footer a { transition: color .2s var(--ease); }
.header-cta { transition: border-color .2s var(--ease), background .2s var(--ease), color .2s var(--ease); }
.header-cta:hover { border-color: var(--lime); color: var(--ink); background: var(--lime); }
.signal-rail { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); min-height: 34px; display: flex; overflow: hidden; align-items: center; white-space: nowrap; color: rgba(255,255,255,.6); font-size: 10px; font-weight: 800; letter-spacing: .13em; }
.signal-track { display: flex; width: max-content; will-change: transform; }
.signal-group { display: flex; flex: 0 0 auto; align-items: center; gap: 16px; padding-right: 16px; }
.signal-group span { --rail-color: var(--app-lime); animation: rail-glow 4.8s ease-in-out infinite; }
.signal-group span:nth-of-type(2) { --rail-color: var(--app-pink); animation-delay: -.7s; }
.signal-group span:nth-of-type(3) { --rail-color: var(--app-peach); animation-delay: -1.4s; }
.signal-group span:nth-of-type(4) { --rail-color: #c8a9ff; animation-delay: -2.1s; }
.signal-group span:nth-of-type(5) { --rail-color: var(--app-lime); animation-delay: -2.8s; }
.signal-group span:nth-of-type(6) { --rail-color: var(--app-pink); animation-delay: -3.5s; }
.signal-group span:nth-of-type(7) { --rail-color: var(--app-peach); animation-delay: -4.2s; }
.signal-rail i { display: block; width: 5px; height: 5px; flex: 0 0 auto; border-radius: 50%; background: var(--lime); }
h1 { letter-spacing: -.015em; line-height: .94; text-wrap: balance; }
h2 { letter-spacing: -.012em; line-height: .98; text-wrap: balance; }
.button { transition: transform .24s var(--ease), box-shadow .24s var(--ease), background .24s var(--ease); }
.button-primary { box-shadow: 0 0 0 1px rgba(235,255,87,.18), 0 10px 35px rgba(172,189,55,.15); }
.button-primary:hover { transform: translateY(-3px); box-shadow: 0 16px 38px rgba(172,189,55,.24); }
.hero-footnote { display: flex; gap: 12px; align-items: flex-start; color: #858585; font-size: 12px; margin-top: 27px; max-width: 350px; }
.hero-footnote span { color: var(--lime); font-size: 10px; font-weight: 800; padding-top: 2px; }
.hero-footnote p { margin: 0; }
.phone-caption { position: absolute; top: 27px; left: 12px; z-index: 3; color: var(--muted); font-size: 12px; transform: rotate(-90deg); transform-origin: left top; }
.phone-caption span { color: var(--lime); font-weight: 800; text-transform: uppercase; letter-spacing: .1em; font-size: 10px; }
.phone { box-shadow: 0 30px 80px rgba(0,0,0,.45), 0 0 0 1px rgba(255,255,255,.04); transform: rotate(3deg); animation: phone-settle .8s var(--ease) both; }
.phone-index { position: absolute; z-index: 3; right: 7px; bottom: 30px; display: flex; align-items: center; gap: 7px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .08em; }
.phone-index span:first-child { color: var(--lime); }
.phone-index i { width: 34px; height: 1px; background: var(--muted); }
.feature { border: 1px solid transparent; transition: transform .35s var(--ease), border-color .35s var(--ease), background .35s var(--ease); }
.feature:hover { transform: translateY(-7px); border-color: rgba(235,255,87,.35); background: #3a393c; }
.article-grid article { position: relative; overflow: hidden; border: 1px solid transparent; transition: transform .3s var(--ease), border-color .3s var(--ease); }
.article-grid article::after { content: '↗'; position: absolute; top: 18px; right: 20px; color: var(--lime); font-size: 24px; opacity: 0; transform: translate(-8px,8px); transition: opacity .3s var(--ease), transform .3s var(--ease); }
.article-grid article:hover { transform: translateY(-5px); border-color: rgba(235,255,87,.38); }
.article-grid article:hover::after { opacity: 1; transform: translate(0,0); }
a:focus-visible { outline: 2px solid var(--lime); outline-offset: 4px; border-radius: 4px; }
@keyframes phone-settle { from { opacity: 0; transform: translateY(28px) rotate(8deg); } to { opacity: 1; transform: rotate(3deg); } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }
@media (max-width: 760px) { .phone { transform: scale(.8) rotate(3deg); } .phone-caption,.phone-index { display: none; } }

/* Gradients below intentionally mirror Mixly's shipped design system and onboarding backdrop. */
:root { --app-pink: #eb8cbf; --app-purple: #a172ed; --app-peach: #f1937b; --app-lime: #ebff57; --paywall-start: #4c4365; --paywall-middle: #d9f555; --paywall-end: #f4a17f; }
.hero::before { content: ''; position: absolute; z-index: -1; width: 690px; height: 690px; right: -116px; top: -69px; background: url('./assets/app-background.svg') center / contain no-repeat; opacity: .88; transform: rotate(-4deg); }
.phone-wrap .orb { display: none; }
.mix-card { background: linear-gradient(135deg, var(--paywall-start) 0%, var(--paywall-middle) 49%, var(--paywall-end) 100%); position: relative; isolation: isolate; }
.mix-card::before { content: ''; position: absolute; z-index: -1; inset: 0; border-radius: inherit; background: linear-gradient(145deg, rgba(76,67,101,.52), rgba(217,245,85,.06) 54%, rgba(244,161,127,.3)); }
.feature-large { background: linear-gradient(135deg, #4776e6 0%, #a272ed 100%); }
.feature:nth-child(2) { background: linear-gradient(135deg, #ffafdb 0%, #bb377d 100%); }
.feature:nth-child(3) { background: linear-gradient(135deg, #ffb347 0%, #ff6b6b 100%); }
.feature p:not(.feature-number) { color: rgba(255,255,255,.86); }
.feature h3 { text-shadow: 0 1px 12px rgba(0,0,0,.16); }
.feature:hover { background-position: 100% 100%; }
.ritual { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: start; padding-top: 48px; }
.ritual-heading { position: sticky; top: 32px; }
.ritual-heading h2 { max-width: 470px; }
.ritual-list { padding: 0; margin: 0; list-style: none; border-top: 1px solid var(--line); }
.ritual-list li { display: grid; grid-template-columns: 80px 1fr; gap: 18px; min-height: 155px; padding: 29px 0; border-bottom: 1px solid var(--line); }
.ritual-list > li > span { color: var(--app-lime); font-size: 12px; font-weight: 800; letter-spacing: .08em; }
.ritual-list h3 { margin: 0 0 9px; font-size: clamp(23px, 2.3vw, 32px); }
.ritual-list p { margin: 0; color: var(--muted); font-size: 16px; max-width: 440px; }
.premium { position: relative; isolation: isolate; overflow: hidden; background: linear-gradient(135deg, #4c4365 0%, #d9f555 52%, #f4a17f 100%); }
.premium::before { content: ''; position: absolute; z-index: 0; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(41,40,43,.86) 0%, rgba(41,40,43,.44) 51%, rgba(41,40,43,.08) 100%); }
.premium::after { content: ''; position: absolute; z-index: 0; pointer-events: none; width: 690px; height: 690px; right: -130px; top: -220px; background: url('./assets/app-background.svg') center / contain no-repeat; mix-blend-mode: soft-light; opacity: .62; }
.premium-copy, .premium-list { position: relative; z-index: 1; }
.premium-list { padding: 24px; border: 1px solid rgba(255,255,255,.16); border-radius: 22px; background: rgba(41,40,43,.28); backdrop-filter: blur(10px); }
.community { max-width: 1116px; min-height: 520px; margin: 0 auto; padding: 88px 70px; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 32px; background: #343436; }
.community::before { content: ''; position: absolute; width: 110%; height: 80%; left: -18%; bottom: -53%; transform: rotate(-8deg); background: linear-gradient(90deg, #43cea2, #185a9d); opacity: .8; filter: blur(38px); }
.community-art { min-height: 245px; position: relative; z-index: 1; }
.community-bubble { position: absolute; display: grid; place-items: center; align-content: center; width: 145px; height: 145px; border-radius: 50%; color: #fff; font-size: 47px; line-height: 1; border: 1px solid rgba(255,255,255,.25); box-shadow: 0 22px 50px rgba(0,0,0,.24); animation: bubble-float 5s ease-in-out infinite; }
.community-bubble span { display: block; margin-top: 10px; font-size: 11px; font-weight: 700; }
.bubble-one { top: 17px; left: 13%; background: linear-gradient(135deg, #ffafdb, #bb377d); transform: rotate(-12deg); }
.bubble-two { top: 60px; left: 45%; background: linear-gradient(135deg, #4776e6, #a272ed); animation-delay: -1.4s; }
.bubble-three { top: 141px; left: 26%; width: 110px; height: 110px; font-size: 35px; background: linear-gradient(135deg, #ffb347, #ff6b6b); animation-delay: -2.6s; }
.community-copy { position: relative; z-index: 1; }.community-copy h2 { max-width: 430px; }.community-copy > p { color: rgba(255,255,255,.76); max-width: 430px; font-size: 17px; }.community-copy .text-link { display: inline-block; margin-top: 10px; }
.article-grid article > span { position: absolute; left: 24px; top: 24px; color: rgba(255,255,255,.62); font-size: 11px; }.article-grid article > p { margin-bottom: 12px; }.article-grid article::after { display: none; }
@keyframes bubble-float { 0%,100% { translate: 0 0; } 50% { translate: 0 -10px; } }
@media (max-width: 760px) { .hero::before { width: 470px; height: 470px; right: -176px; top: 305px; opacity: .72; }.ritual { display: block; padding-top: 0; }.ritual-heading { position: static; margin-bottom: 35px; }.ritual-list li { grid-template-columns: 48px 1fr; min-height: 132px; }.community { margin: 0 20px; padding: 54px 25px; display: block; min-height: 620px; }.community-art { min-height: 292px; }.bubble-one { left: 0; }.bubble-two { left: 43%; }.bubble-three { left: 20%; }.premium::before { width: 550px; height: 550px; right: -265px; top: -185px; }.premium::after { left: -35%; }.feature:hover, .article-grid article:hover { transform: none; } }

/* Hero: paired, uncropped captures sit over the original splash artwork. */
.hero { min-height: 760px; position: relative; isolation: isolate; overflow: visible; grid-template-columns: .88fr 1.12fr; gap: 10px; }
.hero::before { content: none; }
.hero-orbits { position: absolute; z-index: 0; top: -190px; right: -460px; width: 1100px; height: 1500px; pointer-events: none; transform: scale(.8); transform-origin: top right; }
.hero-orbit { position: absolute; display: block; width: 1065px; height: 1065px; border-radius: 50%; filter: blur(100px); }
.hero-orbit-pink { top: 310px; left: -107px; background: #eb8cbf; opacity: .1; }
.hero-orbit-purple { top: 194px; left: -44px; background: #a172ed; opacity: .3; }
.hero-orbit-peach { top: 77px; left: 20px; background: #f1937b; opacity: .5; }
.hero-orbit-lime { top: -39px; left: 83px; background: #ebff57; }
.hero-copy { position: relative; z-index: 2; }
.hero-copy h1 { max-width: 590px; }
.hero-download { gap: 9px; padding: 0 22px; }
.hero-download span { font-size: 22px; line-height: 1; }
.hero-phones { position: relative; z-index: 2; width: min(505px, 100%); height: 660px; justify-self: end; }
.app-shot { margin: 0; position: absolute; overflow: hidden; padding: 5px; border: 1px solid rgba(255,255,255,.22); border-radius: 39px; background: #101012; box-shadow: 0 28px 70px rgba(0,0,0,.42), 0 0 0 1px rgba(0,0,0,.26); }
.app-shot img { display: block; width: 100%; height: auto; border-radius: 33px; }
.hero-shot { height: auto; animation: screenshot-enter .8s var(--ease) both, screenshot-float 7s ease-in-out 1s infinite; }
.hero-shot::before { content: none; }
.hero-shot-back { z-index: 1; top: 50px; right: 4px; width: 247px; transform: rotate(7deg); animation-delay: .13s, 1.12s; }
.hero-shot-front { z-index: 2; top: 0; left: 48px; width: 279px; transform: rotate(-4deg); }
.personalization { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 100px; padding-top: 70px; padding-bottom: 120px; }
.personalization-copy { max-width: 560px; }.personalization-copy > p:not(.eyebrow) { color: var(--muted); font-size: 18px; max-width: 530px; }
.profile-shot { width: min(294px, 100%); height: 530px; justify-self: center; overflow: hidden; border-radius: 28px; box-shadow: 0 24px 70px rgba(0,0,0,.42), 0 0 0 1px rgba(255,255,255,.11); transform: rotate(-3deg); }
.profile-shot img { object-position: center 9%; }
.profile-shot::after { content: ''; position: absolute; inset: 0; pointer-events: none; border-radius: inherit; box-shadow: inset 0 0 0 1px rgba(255,255,255,.08); }
.reveal { opacity: 1; transform: none; }
.reveal.is-visible { animation: section-settle .72s var(--ease) both; }
.hero.is-visible .reveal-item { animation: copy-enter .72s var(--ease) both; }.hero.is-visible .hero-shot { animation-delay: .12s, 1s; }
.features.is-visible .feature:nth-child(2), .article-grid article:nth-child(2) { transition-delay: .08s; }.features.is-visible .feature:nth-child(3), .article-grid article:nth-child(3) { transition-delay: .16s; }
.store-button { transition: transform .22s var(--ease), box-shadow .22s var(--ease), background .22s var(--ease); }.store-button:hover { transform: translateY(-3px); box-shadow: 0 13px 32px rgba(0,0,0,.38); background: #141416; }
.ritual-list li { transition: padding-left .3s var(--ease), background .3s var(--ease); }.ritual-list li:hover { padding-left: 14px; background: linear-gradient(90deg, rgba(235,255,87,.07), transparent 58%); }
.premium .button-primary { position: relative; overflow: hidden; }.premium .button-primary::after { content: ''; position: absolute; inset: 0 auto 0 -70%; width: 45%; transform: skewX(-22deg); background: rgba(255,255,255,.4); transition: left .5s var(--ease); }.premium .button-primary:hover::after { left: 125%; }
@keyframes screenshot-enter { from { opacity: 0; transform: translateY(35px) rotate(6deg); } to { opacity: 1; transform: rotate(3deg); } }
@keyframes screenshot-float { 0%,100% { translate: 0 0; } 50% { translate: 0 -10px; } }
@keyframes copy-enter { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: none; } }
@keyframes rail-glow { 0%, 100% { color: rgba(255,255,255,.52); text-shadow: none; } 50% { color: var(--rail-color); text-shadow: 0 0 12px color-mix(in srgb, var(--rail-color) 45%, transparent); } }
@keyframes section-settle { from { opacity: .72; transform: translateY(14px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; }.hero-shot, .signal-track { animation: none !important; }.ritual-list li, .store-button { transition: none; } }
@media (max-width: 760px) { .hero { min-height: auto; overflow: hidden; gap: 30px; }.hero-orbits { top: 46px; right: -560px; width: 1100px; height: 1500px; transform: scale(.528); transform-origin: top right; }.hero-phones { width: min(405px, 100%); height: 535px; justify-self: center; }.hero-shot-back { width: 199px; top: 39px; right: 0; }.hero-shot-front { width: 225px; left: 38px; }.hero-download { width: 100%; }.personalization { grid-template-columns: 1fr; gap: 44px; padding-top: 22px; }.profile-shot { width: 250px; height: 450px; justify-self: center; }.ritual-list li:hover { padding-left: 0; background: transparent; } }

/* Header: native Mixly application mark and download chooser. */
.brand-app { display: inline-flex; align-items: center; color: var(--lime); font-family: 'MixlyMontserrat', Montserrat, Arial, sans-serif; font-size: 32px; font-weight: 600; line-height: 1; letter-spacing: -1.1px; }
.header-cta { appearance: none; background: transparent; color: var(--text); font: inherit; cursor: pointer; }
.download-dialog { width: min(580px, calc(100vw - 32px)); margin: auto; padding: 36px; border: 1px solid rgba(255,255,255,.17); border-radius: 28px; color: var(--text); background: linear-gradient(145deg, #3b3a3d, #29282b 60%); box-shadow: 0 30px 90px rgba(0,0,0,.55); text-align: center; }
.download-dialog::backdrop { background: rgba(10,10,12,.76); backdrop-filter: blur(10px); }
.dialog-close { position: absolute; top: 15px; right: 16px; display: grid; place-items: center; width: 36px; height: 36px; padding: 0; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; color: var(--text); background: rgba(255,255,255,.06); font: 400 28px/1 Arial, sans-serif; cursor: pointer; transition: background .2s var(--ease), transform .2s var(--ease); }
.dialog-close:hover { background: rgba(255,255,255,.14); transform: rotate(90deg); }
.dialog-icon { width: 56px; height: 56px; margin: 0 auto 18px; overflow: hidden; border-radius: 17px; box-shadow: 0 12px 28px rgba(235,255,87,.18); }.dialog-icon img { width: 100%; height: 100%; object-fit: cover; }
.download-dialog .eyebrow { margin-bottom: 10px; }.download-dialog h2 { max-width: 460px; margin: 0 auto 15px; font-size: clamp(30px, 5vw, 46px); }.dialog-copy { max-width: 400px; margin: 0 auto 26px; color: var(--muted); font-size: 15px; }
.qr-options { display: grid; grid-template-columns: minmax(0, 224px); justify-content: center; gap: 12px; }.qr-option { display: grid; justify-items: center; gap: 12px; padding: 16px 12px; border: 1px solid rgba(255,255,255,.13); border-radius: 20px; background: rgba(255,255,255,.05); font-weight: 700; transition: transform .24s var(--ease), border-color .24s var(--ease), background .24s var(--ease); }.qr-option:hover { transform: translateY(-4px); border-color: var(--lime); background: rgba(235,255,87,.09); }.qr-option img { width: min(148px, 100%); padding: 7px; border-radius: 12px; background: #fff; }.qr-option span { display: grid; gap: 2px; font-size: 17px; }.qr-option small { color: var(--muted); font-size: 10px; font-weight: 700; }
@media (max-width: 520px) { .brand-app { font-size: 29px; }.download-dialog { padding: 31px 20px 22px; }.qr-options { gap: 8px; }.qr-option { padding: 12px 8px; }.qr-option img { width: 124px; }.qr-option span { font-size: 15px; } }

/* Fixed header keeps controls legible over the hero artwork. */
body { padding-top: 80px; }
.site-header {
  position: fixed;
  z-index: 30;
  top: 8px;
  left: 0;
  right: 0;
  width: min(1148px, calc(100% - 32px));
  height: 64px;
  margin: 0 auto;
  border: 0;
  border-radius: 19px;
  background: rgba(34,33,36,.58);
  box-shadow: 0 16px 38px rgba(0,0,0,.2);
  transform: translateY(0);
  transition: transform .42s var(--ease), opacity .24s ease;
  backdrop-filter: blur(34px) saturate(135%);
}
.site-header.is-hidden { opacity: 0; pointer-events: none; transform: translateY(-115%); }
.site-header nav { gap: 2px; padding: 0; border: 0; border-radius: 0; color: rgba(255,255,255,.96); background: transparent; box-shadow: none; backdrop-filter: none; }
.site-header nav a { padding: 8px 12px; border-radius: 9px; font-size: 13px; font-weight: 700; }
.site-header nav a:hover { color: var(--text); background: rgba(255,255,255,.09); }
.site-header .header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-color: rgba(235,255,87,.72);
  color: var(--ink);
  background: var(--lime);
  box-shadow: 0 5px 14px rgba(0,0,0,.14);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}
.site-header .header-cta:hover { border-color: #f5ff9b; background: #f5ff9b; }
@media (max-width: 760px) { body { padding-top: 68px; }.site-header { top: 4px; width: calc(100% - 16px); height: 60px; border-radius: 17px; }.site-header .header-cta { display: inline-flex; align-items: center; justify-content: center; padding: 0 10px; font-size: 11px; line-height: 1; } }
@media (prefers-reduced-motion: reduce) { .site-header { transition: none; } }

/* One connected product section instead of a headline followed by detached cards. */
.intro { position: relative; display: grid; grid-template-columns: 1fr; gap: 48px; padding: 66px; overflow: hidden; border: 1px solid rgba(255,255,255,.1); border-radius: 32px; background: linear-gradient(135deg, #36353a 0%, #29282b 72%); }
.intro::before { content: ''; position: absolute; width: 510px; height: 510px; right: -220px; bottom: -295px; border-radius: 50%; background: #a172ed; opacity: .24; filter: blur(54px); }
.intro-copy, .intro-features { position: relative; z-index: 1; }
.intro-copy { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(280px, .64fr); gap: 64px; align-items: end; }
.intro h2 { max-width: 600px; margin-bottom: 0; }
.intro .section-lead { max-width: 470px; margin: 0; align-self: auto; color: rgba(255,255,255,.68); }
.intro-features { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.13); }
.intro-feature { position: relative; min-height: 220px; padding: 28px 28px 10px; }
.intro-feature + .intro-feature { border-left: 1px solid rgba(255,255,255,.13); }
.intro-feature::before { content: ''; position: absolute; top: -1px; left: 28px; width: 42px; height: 2px; background: var(--app-lime); box-shadow: 0 0 18px rgba(235,255,87,.55); }
.intro-feature .feature-number { margin: 0 0 34px; color: var(--app-lime); font-size: 11px; font-weight: 700; }
.intro-feature h3 { margin: 0 0 12px; font-size: clamp(21px, 2.1vw, 29px); }
.intro-feature p:not(.feature-number) { max-width: 270px; margin: 0; color: rgba(255,255,255,.68); font-size: 15px; }
@media (max-width: 760px) { .intro { display: block; padding: 42px 25px; border-radius: 26px; }.intro-copy { display: block; }.intro .section-lead { margin-top: 22px; margin-bottom: 38px; }.intro-features { display: block; }.intro-feature { min-height: auto; padding: 25px 0 28px; }.intro-feature + .intro-feature { border-top: 1px solid rgba(255,255,255,.13); border-left: 0; }.intro-feature::before { left: 0; }.intro-feature .feature-number { margin-bottom: 22px; } }

/* A distinct, horizontal moment between the product sections. */
.ritual { display: block; padding-top: var(--space-section); padding-bottom: 0; text-align: center; }
.ritual-heading { position: static; max-width: 810px; margin: 0 auto var(--space-heading-content); }
.ritual-heading h2 { max-width: none; }
.ritual-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; padding: 0; margin: 0; list-style: none; border: 0; }
.ritual-list::before { content: none; }
.ritual-list li { position: relative; display: block; min-height: 270px; padding: 0; border: 0; background: none; cursor: default; text-align: left; transition: none; }
.ritual-list > li > span { position: absolute; z-index: 1; top: 22px; left: 22px; display: grid; place-items: center; width: 48px; height: 36px; border: 1px solid rgba(255,255,255,.19); border-radius: 10px; color: var(--app-lime); background: rgba(32,32,34,.46); font-size: 11px; font-weight: 700; letter-spacing: .07em; }
.ritual-list li > div { position: relative; overflow: hidden; min-height: 270px; padding: 96px 29px 30px; border: 1px solid rgba(255,255,255,.1); border-radius: 26px; background: linear-gradient(145deg, rgba(79,75,96,.72), rgba(43,42,46,.94) 72%); transition: border-color .52s var(--ease), box-shadow .52s var(--ease); }
.ritual-list li > div::before { content: ''; position: absolute; inset: 0; pointer-events: none; border-radius: inherit; opacity: 0; background: linear-gradient(145deg, rgba(235,255,87,.17), rgba(56,55,51,.96) 72%); transition: opacity .62s var(--ease); }
.ritual-list li > div > * { position: relative; z-index: 1; }
.ritual-list li > div, .ritual-list li > div * { cursor: default; }
.ritual-list li > div::after { content: none; }
.ritual-list li:nth-child(2) > div { background: linear-gradient(145deg, rgba(129,95,183,.54), rgba(43,42,46,.94) 72%); }
.ritual-list li:nth-child(3) > div { background: linear-gradient(145deg, rgba(129,139,66,.48), rgba(43,42,46,.94) 72%); }
.ritual-list h3 { margin: 0 0 11px; font-size: clamp(23px, 2.1vw, 30px); }
.ritual-list p { margin: 0; color: rgba(255,255,255,.66); font-size: 16px; }
.ritual-list li:hover { padding-left: 0; background: none; }
.ritual-list li:hover > div { transform: none; border-color: rgba(235,255,87,.5); box-shadow: 0 18px 36px rgba(0,0,0,.2); }
.ritual-list li:hover > div::before { opacity: 1; }
@media (max-width: 760px) { .ritual { padding-top: var(--space-section-mobile); padding-bottom: 0; }.ritual-heading { margin-bottom: 34px; }.ritual-list { grid-template-columns: 1fr; gap: 12px; }.ritual-list li, .ritual-list li > div { min-height: 0; }.ritual-list > li > span { top: 18px; left: 18px; width: 44px; height: 33px; font-size: 10px; }.ritual-list li > div { padding: 78px 22px 23px; border-radius: 21px; }.ritual-list h3 { font-size: 21px; }.ritual-list p { font-size: 14px; } }

/* Discovery is an open editorial space rather than another row of product cards. */
.discovery { display: grid; grid-template-columns: minmax(300px, .88fr) minmax(0, 1.12fr); gap: clamp(52px, 8vw, 124px); align-items: center; padding-top: var(--space-section); padding-bottom: 0; }
.discovery-copy { order: 2; }
.discovery-copy h2 { max-width: 620px; margin-bottom: var(--space-title-copy); }
.discovery-lead { max-width: 560px; margin: 0 0 38px; color: rgba(255,255,255,.7); font-size: 18px; line-height: 1.45; }
.discovery-points { max-width: 580px; padding: 0; margin: 0; list-style: none; }
.discovery-points li { display: grid; grid-template-columns: 36px 1fr; gap: 16px; padding: 19px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.discovery-points li:last-child { border-bottom: 0; }
.discovery-points li > span { padding-top: 4px; color: var(--app-lime); font-size: 10px; font-weight: 700; letter-spacing: .08em; }
.discovery-points h3 { margin: 0 0 5px; font-size: 20px; font-weight: 700; }
.discovery-points p { max-width: 460px; margin: 0; color: rgba(255,255,255,.61); font-size: 14px; line-height: 1.42; }
.discovery-visual { position: relative; order: 1; display: grid; place-items: center; min-height: 580px; overflow: visible; }
.discovery-orbit { position: absolute; border-radius: 50%; filter: blur(44px); pointer-events: none; }
.discovery-orbit-purple { width: 390px; height: 390px; top: 63px; left: 6%; background: rgba(161,114,237,.42); }
.discovery-orbit-lime { width: 250px; height: 250px; right: -2%; bottom: 51px; background: rgba(235,255,87,.3); }
.discovery-shot { position: relative; z-index: 1; width: min(310px, 78%); margin: 0; padding: 5px; border-radius: 38px; background: #111114; box-shadow: 0 35px 80px rgba(0,0,0,.48), 0 0 0 1px rgba(255,255,255,.12); transform: rotate(-4deg); }
.discovery-shot img { display: block; width: 100%; border-radius: 32px; }
@media (max-width: 760px) { .discovery { grid-template-columns: 1fr; gap: 30px; padding-top: var(--space-section-mobile); padding-bottom: 0; }.discovery-copy { order: 1; }.discovery-copy h2 { margin-bottom: 18px; }.discovery-lead { margin-bottom: 30px; font-size: 16px; }.discovery-visual { order: 2; min-height: 455px; }.discovery-shot { width: min(255px, 75%); }.discovery-orbit-purple { width: 310px; height: 310px; top: 35px; left: 13%; }.discovery-orbit-lime { width: 190px; height: 190px; right: 4%; bottom: 18px; }.discovery-points li { padding: 16px 0; }.discovery-points h3 { font-size: 18px; } }

/* The lab mirrors Discoveries: personal tools and a real app view on the right. */
.labs { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(300px, .88fr); gap: clamp(52px, 8vw, 124px); align-items: center; padding-top: var(--space-section); padding-bottom: 0; }
.labs-copy h2 { max-width: 620px; margin-bottom: var(--space-title-copy); }
.labs-lead { max-width: 560px; margin: 0 0 38px; color: rgba(255,255,255,.7); font-size: 18px; line-height: 1.45; }
.labs-points { max-width: 580px; padding: 0; margin: 0; list-style: none; }
.labs-points li { display: grid; grid-template-columns: 36px 1fr; gap: 16px; padding: 19px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.labs-points li:last-child { border-bottom: 0; }
.labs-points li > span { padding-top: 4px; color: #ffb59e; font-size: 10px; font-weight: 700; letter-spacing: .08em; }
.labs-points h3 { margin: 0 0 5px; font-size: 20px; font-weight: 700; }
.labs-points p { max-width: 460px; margin: 0; color: rgba(255,255,255,.61); font-size: 14px; line-height: 1.42; }
.labs-visual { position: relative; display: grid; place-items: center; min-height: 580px; overflow: visible; }
.labs-orbit { position: absolute; border-radius: 50%; filter: blur(44px); pointer-events: none; }
.labs-orbit-lime { width: 360px; height: 360px; top: 54px; right: 4%; background: rgba(235,255,87,.34); }
.labs-orbit-peach { width: 250px; height: 250px; left: -1%; bottom: 57px; background: rgba(241,147,123,.34); }
.labs-shot { position: relative; z-index: 1; width: min(310px, 78%); margin: 0; padding: 5px; border-radius: 38px; background: #111114; box-shadow: 0 35px 80px rgba(0,0,0,.48), 0 0 0 1px rgba(255,255,255,.12); transform: rotate(4deg); }
.labs-shot img { display: block; width: 100%; border-radius: 32px; }
@media (max-width: 760px) { .labs { grid-template-columns: 1fr; gap: 30px; padding-top: var(--space-section-mobile); padding-bottom: 0; }.labs-copy h2 { margin-bottom: 18px; }.labs-lead { margin-bottom: 30px; font-size: 16px; }.labs-visual { min-height: 455px; }.labs-shot { width: min(255px, 75%); }.labs-orbit-lime { width: 300px; height: 300px; top: 35px; right: 11%; }.labs-orbit-peach { width: 190px; height: 190px; left: 3%; bottom: 18px; }.labs-points li { padding: 16px 0; }.labs-points h3 { font-size: 18px; } }

/* The blog preview reads as a small editorial front page, not a repeated feature grid. */
.journal { padding-top: var(--space-section); padding-bottom: 0; }
.blog-preview-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(275px, .52fr); gap: 70px; align-items: end; margin-bottom: var(--space-heading-content); }
.blog-preview-heading h2 { max-width: 650px; margin-bottom: 0; }
.blog-preview-action { display: grid; justify-items: start; gap: 22px; }
.blog-preview-action > p { max-width: 370px; margin: 0; color: rgba(255,255,255,.65); font-size: 15px; line-height: 1.45; }
.blog-all-link { min-height: 42px; padding: 0 17px; border: 1px solid rgba(235,255,87,.72); color: var(--app-lime); background: transparent; font-size: 13px; font-weight: 700; }
.blog-all-link span { margin-left: 6px; font-size: 17px; line-height: 0; }
.blog-all-link:hover { color: var(--ink); background: var(--app-lime); box-shadow: none; transform: none; }
.blog-preview-grid { display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(300px, .82fr); gap: 16px; }
.blog-preview-grid article { position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 27px; }
.blog-featured { min-height: 392px; display: flex; flex-direction: column; align-items: flex-start; justify-content: end; padding: 35px; background: linear-gradient(145deg, #4b4264 0%, #29282b 69%); }
.blog-featured::before { content: ''; position: absolute; z-index: 0; width: 360px; height: 360px; top: -210px; right: -78px; border-radius: 50%; background: var(--app-lime); filter: blur(66px); opacity: .62; }
.blog-preview-grid article > * { position: relative; z-index: 1; }
.article-meta { margin: 0 0 auto; color: var(--app-lime); font-size: 10px; font-weight: 700; letter-spacing: .1em; }
.blog-preview-grid h3 { margin: 0; color: var(--text); font-size: clamp(24px, 2.5vw, 35px); line-height: 1.03; letter-spacing: -.015em; }
.article-excerpt { max-width: 455px; margin: 16px 0 22px; color: rgba(255,255,255,.7); font-size: 15px; line-height: 1.43; }
.blog-preview-grid article a { color: var(--app-lime); font-size: 13px; font-weight: 700; text-decoration: none; }
.blog-preview-grid article a span { margin-left: 5px; font-size: 17px; }
.blog-preview-side { display: grid; grid-template-rows: 1fr 1fr; gap: 16px; }
.blog-preview-side article { min-height: 188px; display: flex; flex-direction: column; align-items: flex-start; justify-content: end; padding: 26px; background: linear-gradient(135deg, rgba(84,70,102,.7), rgba(43,42,46,.98) 71%); transition: border-color .4s var(--ease), background .4s var(--ease); }
.blog-preview-side article:nth-child(2) { background: linear-gradient(135deg, rgba(115,103,55,.64), rgba(43,42,46,.98) 71%); }
.blog-preview-side .article-meta { margin-bottom: auto; }.blog-preview-side h3 { max-width: 370px; font-size: clamp(19px, 1.8vw, 25px); }.blog-preview-side article a { margin-top: 16px; }
.blog-preview-grid article:hover { border-color: rgba(235,255,87,.48); }
@media (max-width: 760px) { .journal { padding-top: var(--space-section-mobile); padding-bottom: 0; }.blog-preview-heading { grid-template-columns: 1fr; gap: 25px; margin-bottom: 30px; }.blog-preview-action { gap: 18px; }.blog-preview-grid { grid-template-columns: 1fr; }.blog-featured { min-height: 335px; padding: 26px; }.blog-preview-side { grid-template-columns: 1fr; grid-template-rows: auto; }.blog-preview-side article { min-height: 205px; padding: 24px; }.blog-preview-grid h3 { font-size: 25px; } }

/* Social proof becomes its own Mixly signal: a slow, uninterrupted rail instead of a copied card grid. */
.testimonials { max-width: none; margin: 0; padding: var(--space-section) 0 0; overflow: hidden; }
.testimonials-heading { width: min(var(--content-max), calc(100% - (var(--page-gutter) * 2))); margin: 0 auto var(--space-heading-content); display: grid; grid-template-columns: minmax(0, 1fr) minmax(250px, .42fr); column-gap: 40px; row-gap: 0; align-items: end; }
.testimonials-kicker { grid-column: 1 / -1; justify-self: start; margin: 0; color: var(--app-lime); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.testimonials h2 { max-width: 650px; margin: 0; color: #fff; font-size: clamp(38px, 4.25vw, 58px); letter-spacing: -.03em; line-height: .97; }.testimonials h2 span { color: rgba(255,255,255,.46); }
.testimonials-heading > p { max-width: 310px; margin: 0 0 3px; color: rgba(255,255,255,.58); font-size: 15px; line-height: 1.45; }
.testimonials-rail { width: 100vw; margin-left: calc(50% - 50vw); overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); }
.testimonials-track { display: flex; width: max-content; will-change: transform; animation: testimonials-marquee 52s linear infinite; }.testimonials-group { display: flex; flex: 0 0 auto; gap: 18px; padding-right: 18px; }
.testimonial-card { display: flex; flex: 0 0 auto; flex-direction: column; width: clamp(340px, 32vw, 430px); min-height: 320px; padding: 31px; border: 1px solid rgba(255,255,255,.13); border-radius: 27px; color: #fff; background: #353438; box-shadow: none; }
.testimonial-card header { display: flex; align-items: center; gap: 13px; }.testimonial-avatar { display: grid; flex: 0 0 auto; width: 43px; height: 43px; place-items: center; border-radius: 50%; color: #202022; background: rgba(255,255,255,.86); font-size: 11px; font-weight: 700; letter-spacing: .02em; }.testimonial-card header strong, .testimonial-card header small { display: block; }.testimonial-card header strong { color: inherit; font-size: 14px; font-weight: 700; }.testimonial-card header small { margin-top: 2px; color: rgba(255,255,255,.58); font-size: 11px; }
.testimonial-card blockquote { max-width: 355px; margin: 37px 0 auto; color: inherit; font-size: clamp(20px, 1.7vw, 25px); font-weight: 500; letter-spacing: -.03em; line-height: 1.17; }.testimonial-card footer { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 30px; }.testimonial-stars { color: var(--app-lime); font-size: 15px; letter-spacing: .08em; }.testimonial-card time { color: rgba(255,255,255,.52); font-size: 11px; }
.testimonial-card-violet { background: #4a405f; }.testimonial-card-peach { background: #593f3b; }.testimonial-card-lime { border-color: rgba(235,255,87,.75); color: #202022; background: var(--app-lime); }.testimonial-card-lime .testimonial-avatar { color: var(--app-lime); background: #202022; }.testimonial-card-lime header small, .testimonial-card-lime time { color: rgba(32,32,34,.58); }.testimonial-card-lime .testimonial-stars { color: #202022; }
@keyframes testimonials-marquee { to { transform: translate3d(-50%, 0, 0); } }
@media (prefers-reduced-motion: reduce) { .testimonials-track { animation: none; } }
@media (max-width: 760px) { .testimonials { padding: var(--space-section-mobile) 0 0; }.testimonials-heading { width: calc(100% - 40px); display: block; margin-bottom: 34px; }.testimonials-kicker { margin-bottom: 21px; }.testimonials h2 { font-size: 38px; }.testimonials-heading > p { margin-top: 20px; font-size: 14px; }.testimonials-rail { -webkit-mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent); mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent); }.testimonials-group { gap: 12px; padding-right: 12px; }.testimonial-card { width: min(302px, calc(100vw - 72px)); min-height: 282px; padding: 24px; border-radius: 22px; }.testimonial-card blockquote { margin-top: 29px; font-size: 19px; }.testimonial-card footer { margin-top: 24px; }.testimonials-track { animation-duration: 42s; } }

/* Reviews follow the shared heading system; the rail speed is controlled by a smooth JS interpolation. */
.testimonials h2 { max-width: 620px; margin: 0; color: var(--text); font-size: clamp(34px, 4vw, 56px); font-weight: 700; letter-spacing: -.012em; line-height: .98; }
.testimonials .testimonials-kicker { grid-column: 1 / -1; justify-self: start; margin: 0 0 16px; color: var(--app-lime); font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: none; }.testimonials h2 span { color: inherit; }.testimonials-track { animation: none; }.testimonial-card { transition: border-color .52s var(--ease), filter .52s var(--ease); }.testimonial-card header { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }.testimonial-avatar { display: none; }.testimonial-card header strong { display: block; color: inherit; font-size: 15px; font-weight: 700; }.testimonial-card header small { display: none; }.testimonial-card header .testimonial-stars { display: block; margin-top: 8px; }.testimonial-card header time { margin-top: 2px; white-space: nowrap; }.testimonial-card footer { display: none; }.testimonial-card-lime .testimonial-avatar { display: none; }.testimonial-card-lime header small { display: none; }
@media (hover: hover) { .testimonial-card:hover { border-color: rgba(235,255,87,.82); filter: brightness(1.08); }.testimonial-card-lime:hover { border-color: rgba(255,255,255,.95); filter: brightness(1.02); } }
@media (max-width: 760px) { .testimonials h2 { font-size: clamp(34px, 10vw, 40px); } }

/* Full blog index, linked from the home-page preview. */
.blog-page { width: min(var(--content-max), calc(100% - (var(--page-gutter) * 2))); margin: 0 auto; padding: 58px 0 108px; }
.blog-page-hero { max-width: 790px; padding-bottom: 70px; }.blog-page-hero h1 { margin-bottom: 23px; }.blog-page-hero > p:not(.eyebrow) { max-width: 590px; margin: 0; color: rgba(255,255,255,.67); font-size: 18px; line-height: 1.45; }
.blog-page-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }.blog-page-card { min-height: 330px; display: flex; flex-direction: column; align-items: flex-start; padding: 32px; border: 1px solid rgba(255,255,255,.12); border-radius: 28px; background: linear-gradient(145deg, rgba(80,68,100,.64), rgba(43,42,46,.97) 73%); }.blog-page-card-featured { grid-column: 1 / -1; min-height: 380px; background: linear-gradient(145deg, #4b4264, #29282b 70%); }.blog-page-card h2 { max-width: 650px; margin: auto 0 14px; font-size: clamp(29px, 3vw, 44px); }.blog-page-card > p:not(.article-meta) { max-width: 590px; margin: 0 0 25px; color: rgba(255,255,255,.67); font-size: 16px; line-height: 1.45; }.blog-page-card a { color: var(--app-lime); font-size: 13px; font-weight: 700; text-decoration: none; }.blog-page-card a span { margin-left: 5px; font-size: 17px; }.blog-page-card:hover { border-color: rgba(235,255,87,.48); }
@media (max-width: 760px) { .blog-page { width: calc(100% - 40px); padding: 80px 0 70px; }.blog-page-hero { padding-bottom: 48px; }.blog-page-list { grid-template-columns: 1fr; }.blog-page-card, .blog-page-card-featured { min-height: 300px; padding: 25px; }.blog-page-card h2 { font-size: 29px; } }

/* Blog cards use a gentle color wash on hover, never a hard state swap or movement. */
.blog-preview-grid article, .blog-page-card { --blog-hover: rgba(235,255,87,.16); padding: 0; transition: border-color .52s var(--ease), box-shadow .52s var(--ease); }
.blog-preview-grid article::after, .blog-page-card::after { content: ''; position: absolute; z-index: 0; inset: 0; pointer-events: none; border-radius: inherit; opacity: 0; background: radial-gradient(circle at 82% 18%, var(--blog-hover), transparent 64%); transition: opacity .64s var(--ease); }
.blog-preview-grid article:hover, .blog-page-card:hover { border-color: rgba(235,255,87,.48); box-shadow: 0 18px 38px rgba(0,0,0,.2); }
.blog-preview-grid article:hover::after, .blog-page-card:hover::after { opacity: 1; }
.blog-preview-grid .blog-featured { --blog-hover: rgba(235,255,87,.2); }
.blog-preview-side article { --blog-hover: rgba(161,114,237,.33); padding: 0; display: block; background: linear-gradient(135deg, rgba(84,70,102,.7), rgba(43,42,46,.98) 71%); transition: border-color .52s var(--ease), box-shadow .52s var(--ease); }
.blog-preview-side article:nth-child(2) { --blog-hover: rgba(235,255,87,.25); background: linear-gradient(135deg, rgba(115,103,55,.64), rgba(43,42,46,.98) 71%); }
.blog-preview-side article:hover { background: linear-gradient(135deg, rgba(84,70,102,.7), rgba(43,42,46,.98) 71%); }
.blog-preview-side article:nth-child(2):hover { background: linear-gradient(135deg, rgba(115,103,55,.64), rgba(43,42,46,.98) 71%); }
.blog-preview-grid article { display: flex; }
.blog-card-link { position: relative; z-index: 1; display: flex; flex: 1 0 auto; flex-direction: column; align-items: flex-start; width: 100%; min-height: inherit; box-sizing: border-box; padding: 35px; color: inherit; text-decoration: none; }
.blog-preview-side .blog-card-link { padding: 26px; }.blog-preview-side article a { margin-top: 0; }
.blog-preview-grid article > .blog-card-link { z-index: 1; }.blog-preview-grid .article-meta { margin-bottom: auto; }.blog-preview-grid h3 { margin-top: 0; }
.blog-card-read { margin-top: 22px; color: var(--app-lime); font-size: 13px; font-weight: 700; }.blog-card-read span { margin-left: 5px; font-size: 17px; }

.back-home { display: inline-flex; gap: 8px; margin-bottom: 26px; color: rgba(255,255,255,.7); font-size: 13px; font-weight: 700; text-decoration: none; transition: color .3s var(--ease); }.back-home:hover { color: var(--app-lime); }
.blog-filters { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 36px; }.blog-filters button { min-height: 38px; padding: 0 15px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; color: rgba(255,255,255,.76); background: rgba(255,255,255,.035); font: 700 12px/1 'MixlyMontserrat', Montserrat, sans-serif; transition: color .38s var(--ease), border-color .38s var(--ease), background .38s var(--ease); }.blog-filters button:hover { border-color: rgba(235,255,87,.48); color: var(--app-lime); }.blog-filters button.is-active { border-color: var(--app-lime); color: var(--ink); background: var(--app-lime); }
.blog-page-card { position: relative; overflow: hidden; display: block; min-height: 330px; background: linear-gradient(145deg, rgba(80,68,100,.64), rgba(43,42,46,.97) 73%); }.blog-page-card-featured { min-height: 380px; background: linear-gradient(145deg, #4b4264, #29282b 70%); }.blog-page-card[data-category='brands'] { --blog-hover: rgba(161,114,237,.34); background: linear-gradient(145deg, rgba(84,70,102,.76), rgba(43,42,46,.97) 73%); }.blog-page-card[data-category='practice'] { --blog-hover: rgba(235,255,87,.25); background: linear-gradient(145deg, rgba(115,103,55,.7), rgba(43,42,46,.97) 73%); }
.blog-page-card > a { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: flex-start; min-height: inherit; box-sizing: border-box; padding: 32px; color: inherit; text-decoration: none; }.blog-page-card h2 { margin: auto 0 14px; }.blog-page-card a > p:not(.article-meta) { max-width: 590px; margin: 0 0 3px; color: rgba(255,255,255,.67); font-size: 16px; line-height: 1.45; }.blog-page-card .blog-card-read { margin-top: 20px; }
.article-page { width: min(var(--content-max), calc(100% - (var(--page-gutter) * 2))); margin: 0 auto; padding: 58px 0 96px; }.article-page > article { max-width: 760px; }.article-page-header { max-width: 720px; margin-bottom: 38px; }.article-page-header h1 { max-width: 720px; margin: 14px 0 21px; }.article-page-header > p:not(.article-meta) { max-width: 650px; margin: 0; color: rgba(255,255,255,.7); font-size: 19px; line-height: 1.46; }.article-cover { margin: 0 0 50px; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 28px; background: #202024; aspect-ratio: 16 / 9; }.article-cover img { display: block; width: 100%; height: 100%; object-fit: cover; }.article-page-content { max-width: 650px; }.article-page-content section + section { margin-top: 40px; }.article-page-content h2 { margin: 0 0 13px; font-size: clamp(25px, 3vw, 35px); }.article-page-content p { margin: 0; color: rgba(255,255,255,.74); font-size: 17px; line-height: 1.55; }
@media (max-width: 760px) { .blog-card-link { padding: 26px; }.blog-preview-side .blog-card-link { padding: 24px; }.blog-page-card > a { padding: 25px; }.blog-page-card, .blog-page-card-featured { padding: 0; }.blog-filters { margin-bottom: 28px; }.blog-page { padding-top: 34px; }.article-page { width: calc(100% - (var(--page-gutter-mobile) * 2)); padding: 34px 0 70px; }.article-page-header { margin-bottom: 28px; }.article-page-header > p:not(.article-meta) { font-size: 17px; }.article-cover { margin-bottom: 38px; border-radius: 22px; }.article-page-content section + section { margin-top: 32px; }.article-page-content p { font-size: 16px; } }

/* Premium is a conversion moment: frustration on the left, a tangible outcome on the right. */
.premium { display: grid; grid-template-columns: minmax(0, .9fr) minmax(390px, 1.1fr); gap: clamp(48px, 7vw, 100px); min-height: 520px; padding: 78px 70px; border: 1px solid rgba(255,255,255,.13); background: linear-gradient(118deg, #302d38 0%, #28272a 49%, #403951 100%); }
.premium::before { background: radial-gradient(circle at 81% 30%, rgba(235,255,87,.36), transparent 31%), radial-gradient(circle at 77% 83%, rgba(241,147,123,.26), transparent 42%), linear-gradient(90deg, rgba(32,32,34,.12), rgba(32,32,34,.03)); }
.premium::after { right: -190px; top: -185px; opacity: .42; mix-blend-mode: screen; }
.premium-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 0; }.premium-copy h2 { max-width: 530px; margin-bottom: 21px; }.premium-copy > p { max-width: 490px; margin: 0 0 30px; color: rgba(255,255,255,.72); line-height: 1.46; }
.premium-cta { min-height: 49px; padding: 0 20px; gap: 8px; font-weight: 700; }.premium-cta span { font-size: 18px; }.premium-cta:hover { transform: none; box-shadow: 0 12px 28px rgba(0,0,0,.22); }
.premium-value { position: relative; z-index: 1; align-self: center; width: 100%; padding: 30px 32px 12px; border: 1px solid rgba(255,255,255,.16); border-radius: 27px; background: rgba(31,30,34,.4); box-shadow: 0 24px 60px rgba(0,0,0,.16); backdrop-filter: blur(14px); }
.premium-value-label { margin: 0 0 19px; color: var(--app-lime); font-size: 11px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }.premium-list { display: block; padding: 0; border: 0; border-radius: 0; background: transparent; backdrop-filter: none; }.premium-list li { display: grid; grid-template-columns: minmax(145px, .56fr) minmax(0, 1fr); gap: 24px; padding: 21px 0; border-top: 1px solid rgba(255,255,255,.14); font-size: inherit; }.premium-list li p { margin: 0; color: rgba(255,255,255,.58); font-size: 13px; line-height: 1.35; }.premium-list li strong { color: var(--text); font-size: 16px; line-height: 1.28; }
@media (max-width: 760px) { .premium { grid-template-columns: 1fr; gap: 36px; min-height: 0; padding: 52px 25px 26px; }.premium-copy > p { font-size: 16px; }.premium-value { padding: 25px 20px 8px; border-radius: 22px; }.premium-list li { grid-template-columns: 1fr; gap: 6px; padding: 18px 0; }.premium-list li strong { font-size: 15px; } }

/* Premium as a clear product overview, with the app's available scope at a glance. */
.premium { display: grid; grid-template-columns: 1fr; grid-template-areas: 'copy' 'benefits' 'cta'; gap: 46px; min-height: 0; margin-top: var(--space-section); padding: 76px 70px 68px; text-align: center; background: radial-gradient(circle at 18% 92%, rgba(161,114,237,.33), transparent 34%), radial-gradient(circle at 82% 10%, rgba(235,255,87,.34), transparent 31%), #2d2c30; }
.premium::before { background: linear-gradient(105deg, rgba(255,255,255,.035), transparent 49%, rgba(255,255,255,.04)); }.premium::after { content: none; }
.premium-copy { grid-area: copy; display: block; max-width: 740px; margin: 0 auto; padding: 0; text-align: center; }.premium-copy .eyebrow { margin-bottom: var(--space-kicker-title); color: var(--app-lime); }.premium-copy h2 { max-width: 650px; margin: 0 auto 18px; }.premium-copy > p { max-width: 620px; margin: 0 auto; color: rgba(255,255,255,.69); font-size: 18px; }
.premium-benefits { position: relative; z-index: 1; display: grid; grid-area: benefits; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.17); border-bottom: 1px solid rgba(255,255,255,.17); text-align: left; }.premium-benefits article { min-height: 154px; padding: 26px 32px 22px; }.premium-benefits article + article { border-left: 1px solid rgba(255,255,255,.17); }.premium-benefits strong { display: block; min-height: 67px; margin-bottom: 13px; color: var(--app-lime); font-size: clamp(26px, 2.7vw, 35px); font-weight: 700; letter-spacing: -.025em; line-height: .95; }.premium-benefits article:nth-child(2) strong { color: #d5beff; font-size: clamp(26px, 2.7vw, 35px); }.premium-benefits article:nth-child(3) strong { color: #ffb59e; font-size: clamp(26px, 2.7vw, 35px); }.premium-benefits p { max-width: 220px; min-height: 42px; margin: 0; color: rgba(255,255,255,.65); font-size: 15px; line-height: 1.35; }
.premium-cta { grid-area: cta; justify-self: center; min-height: 50px; padding: 0 22px; }.premium-cta:hover { transform: none; }
@media (max-width: 760px) { .premium { gap: 34px; margin-top: var(--space-section-mobile); padding: 54px 25px 46px; }.premium-copy .eyebrow { margin-bottom: var(--space-kicker-title); }.premium-copy > p { font-size: 16px; }.premium-benefits { display: block; text-align: left; }.premium-benefits article { min-height: 0; padding: 21px 0; }.premium-benefits article + article { border-top: 1px solid rgba(255,255,255,.17); border-left: 0; }.premium-benefits strong, .premium-benefits article:nth-child(2) strong, .premium-benefits article:nth-child(3) strong { min-height: 0; margin-bottom: 8px; font-size: 29px; }.premium-benefits p { max-width: none; min-height: 0; } }

/* Slow orbiting color fields keep the Premium panel alive without competing with copy. */
.premium::after { content: ''; position: absolute; z-index: 0; inset: -24%; pointer-events: none; opacity: .9; background: radial-gradient(circle at 23% 74%, rgba(161,114,237,.42), transparent 22%), radial-gradient(circle at 79% 24%, rgba(235,255,87,.38), transparent 20%), radial-gradient(circle at 67% 77%, rgba(241,147,123,.28), transparent 18%); filter: blur(24px); mix-blend-mode: screen; animation: premium-orbit 12s ease-in-out infinite; }
.premium-cta { position: relative; z-index: 1; }
@keyframes premium-orbit { 0%, 100% { transform: translate3d(-3%, -2%, 0) rotate(0deg); } 25% { transform: translate3d(5%, -5%, 0) rotate(2deg); } 50% { transform: translate3d(8%, 4%, 0) rotate(0deg); } 75% { transform: translate3d(-4%, 6%, 0) rotate(-2deg); } }
@media (prefers-reduced-motion: reduce) { .premium::after { animation: none; } }

/* App-like footer: a simple wordmark, useful links, and one quiet legal line. */
.site-footer { display: block; max-width: var(--page-max); min-height: 0; margin: 0 auto; padding: 66px var(--page-gutter) 26px; color: rgba(255,255,255,.61); font-size: 13px; }
.footer-main { display: grid; grid-template-columns: minmax(220px, 1fr) minmax(510px, 1.45fr); gap: 72px; padding-bottom: 58px; }.footer-brand-block { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; }.footer-brand { font-size: 38px; letter-spacing: -1.5px; }.footer-brand-block p { margin: 0; color: rgba(255,255,255,.56); font-size: 13px; }
.footer-links { display: grid; grid-template-columns: 1.12fr 1.35fr .8fr; gap: 28px; }.footer-links > div { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }.footer-links p { margin: 0 0 6px; color: var(--app-lime); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }.footer-links a { color: rgba(255,255,255,.7); transition: color .25s var(--ease); }.footer-links a:hover { color: var(--app-lime); }
.footer-bottom { display: flex; justify-content: space-between; gap: 18px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.38); font-size: 11px; }.footer-bottom p { margin: 0; }
@media (max-width: 760px) { .site-footer { padding: 46px 20px 23px; }.footer-main { grid-template-columns: 1fr; gap: 42px; padding-bottom: 40px; }.footer-brand { font-size: 35px; }.footer-links { grid-template-columns: 1fr 1fr; gap: 31px 24px; }.footer-links > div:last-child { grid-column: 1 / -1; }.footer-bottom { display: block; }.footer-bottom p + p { margin-top: 7px; } }

/* Mobile pass: the header stays useful without taking space from the first screen. */
.header-actions { display: flex; align-items: center; gap: 10px; }

/* Language switcher */
.lang-switch { position: relative; }
.lang-switch-toggle {
  appearance: none;
  min-width: 44px;
  height: 36px;
  padding: 0 12px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 99px;
  color: var(--text);
  background: rgba(255,255,255,.06);
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  cursor: pointer;
  transition: border-color .2s var(--ease), background .2s var(--ease), color .2s var(--ease);
}
.lang-switch-toggle:hover,
.lang-switch.is-open .lang-switch-toggle {
  border-color: rgba(235,255,87,.55);
  background: rgba(235,255,87,.12);
  color: var(--text);
}
.lang-switch-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 40;
  min-width: 88px;
  margin: 0;
  padding: 6px;
  list-style: none;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 14px;
  background: rgba(43,42,46,.98);
  box-shadow: 0 16px 40px rgba(0,0,0,.35);
}
.lang-switch-menu li { margin: 0; }
.lang-switch-menu button {
  appearance: none;
  display: block;
  width: 100%;
  padding: 9px 12px;
  border: 0;
  border-radius: 10px;
  color: rgba(255,255,255,.78);
  background: transparent;
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  text-align: left;
  cursor: pointer;
}
.lang-switch-menu button:hover,
.lang-switch-menu button.is-active {
  color: var(--ink);
  background: rgba(235,255,87,.88);
}
.mobile-menu-lang { display: none; }
.lang-switch-mobile .lang-switch-segment {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  padding: 4px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 14px;
  background: rgba(255,255,255,.05);
}
.lang-switch-mobile .lang-switch-segment button {
  appearance: none;
  min-height: 40px;
  padding: 0;
  border: 0;
  border-radius: 10px;
  color: rgba(255,255,255,.72);
  background: transparent;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .05em;
  cursor: pointer;
}
.lang-switch-mobile .lang-switch-segment button.is-active,
.lang-switch-mobile .lang-switch-segment button[aria-selected='true'] {
  color: var(--ink);
  background: var(--lime);
}

.mobile-menu-toggle { display: none; appearance: none; width: 40px; height: 40px; padding: 0; border: 0; border-radius: 50%; color: var(--text); background: rgba(255,255,255,.1); cursor: pointer; }
.mobile-menu-toggle span { display: block; width: 16px; height: 1.5px; margin: 3px auto; border-radius: 999px; background: currentColor; }
.mobile-menu { display: none; width: min(360px, calc(100vw - 32px)); margin: auto; padding: 20px; border: 1px solid rgba(255,255,255,.14); border-radius: 24px; color: var(--text); background: rgba(43,42,46,.96); box-shadow: 0 28px 80px rgba(0,0,0,.5); backdrop-filter: blur(28px); }
.mobile-menu::backdrop { background: rgba(10,10,12,.65); backdrop-filter: blur(7px); }
.mobile-menu-top { display: flex; align-items: center; justify-content: space-between; padding-bottom: 27px; }
.mobile-menu-close { display: grid; width: 38px; height: 38px; place-items: center; padding: 0; border: 0; border-radius: 50%; color: var(--text); background: rgba(255,255,255,.1); font: 400 27px/1 Arial, sans-serif; cursor: pointer; }
.mobile-menu nav { display: grid; gap: 7px; }
.mobile-menu nav a { padding: 14px 0; border-top: 1px solid rgba(255,255,255,.11); color: var(--text); font-size: 18px; font-weight: 700; }

@media (max-width: 760px) {
  .site-header { justify-content: space-between; gap: 12px; }
  .site-header > nav { display: none; }
  .site-header .brand-app { font-size: 29px; }
  .site-header .header-actions { margin-left: auto; }
  .site-header .header-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 12px;
    font-size: 11px;
    line-height: 1;
    white-space: nowrap;
  }
  .site-header .lang-switch { display: none; }
  .mobile-menu-toggle { display: block; }
  .mobile-menu-lang {
    display: block;
    width: min(100%, 350px);
    margin-top: 18px;
    padding-top: 0;
    opacity: 0;
    transform: translateY(12px);
    transition: opacity .4s ease .22s, transform .56s var(--ease) .16s;
  }
  .mobile-menu.is-open .mobile-menu-lang {
    opacity: 1;
    transform: translateY(0);
  }

  /* Copy and front phone share one vertical band so the composition reads level. */
  .hero {
    display: block;
    position: relative;
    min-height: 0;
    padding-top: 92px;
    padding-bottom: 56px;
    overflow: visible;
  }
  .hero-copy {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 448px;
    max-width: 248px;
  }
  .hero-copy .eyebrow { max-width: 220px; margin-bottom: 12px; font-size: 11px; line-height: 1.4; }
  .hero-copy h1 { margin-bottom: 14px; font-size: clamp(36px, 10.5vw, 44px); line-height: 1.02; letter-spacing: -.02em; }
  .hero-text { max-width: 236px; margin: 0; font-size: 16px; line-height: 1.5; color: rgba(255,255,255,.72); }
  .hero-actions { margin-top: 18px; }
  .hero-download { width: auto; min-height: 44px; padding: 0 16px; font-size: 13px; white-space: nowrap; }
  .hero-download span { font-size: 18px; }
  .hero-phones {
    position: absolute;
    top: 92px;
    right: -168px;
    width: 330px;
    height: 530px;
    margin: 0;
  }
  .hero-shot-back { top: 40px; right: 0; width: 184px; }
  .hero-shot-front { top: 0; left: 27px; width: 208px; }
  .hero-orbits { top: -58px; right: -535px; transform: scale(.55); }
  .intro { position: relative; z-index: 3; }

  /* Every preview gets the same visual weight in the mobile feed. */
  .blog-featured, .blog-preview-side article { min-height: 228px; }
  .blog-featured, .blog-preview-side article { padding: 0; }
  .blog-card-link, .blog-preview-side .blog-card-link { padding: 24px; }

  .premium-benefits strong, .premium-benefits article:nth-child(2) strong, .premium-benefits article:nth-child(3) strong { font-size: clamp(23px, 7vw, 29px); white-space: nowrap; }
  .premium-benefits strong br { display: none; }
}

@media (min-width: 761px) and (max-width: 980px) {
  .site-header { width: calc(100% - 32px); }
  .site-header nav a { padding-right: 8px; padding-left: 8px; font-size: 12px; }
  .site-header .header-cta { padding-right: 10px; padding-left: 10px; font-size: 11px; }
  .hero { min-height: 690px; grid-template-columns: .76fr 1.24fr; }
  .hero-phones { width: min(430px, 100%); height: 590px; }
  .hero-shot-back { width: 212px; }
  .hero-shot-front { width: 240px; }
  .intro { padding: 52px; }
  .premium { padding-right: 48px; padding-left: 48px; }
}

/* Mobile navigation unfolds from beneath the persistent header instead of becoming a dialog. */
@media (max-width: 760px) {
  .mobile-menu {
    position: fixed;
    z-index: 20;
    inset: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0;
    padding: 100px 20px max(28px, env(safe-area-inset-bottom, 0px));
    border: 0;
    border-radius: 0;
    color: var(--text);
    background:
      radial-gradient(circle at 93% 8%, rgba(161,114,237,.22), transparent 30%),
      radial-gradient(circle at 7% 92%, rgba(235,255,87,.1), transparent 34%),
      rgba(35,34,38,.985);
    box-shadow: none;
    visibility: hidden;
    opacity: 0;
    clip-path: inset(0 0 100% 0 round 0 0 28px 28px);
    pointer-events: none;
    transition: clip-path .62s var(--ease), opacity .3s ease, visibility 0s linear .62s;
    backdrop-filter: none;
  }
  .mobile-menu::backdrop { display: none; }
  .mobile-menu.is-open { visibility: visible; opacity: 1; clip-path: inset(0 0 0 0 round 0); pointer-events: auto; transition-delay: 0s; }
  .mobile-menu nav { width: min(100%, 350px); flex: 0 0 auto; gap: 0; transform: translateY(-16px); transition: transform .56s var(--ease) .08s; }
  .mobile-menu.is-open nav { transform: translateY(0); }
  .mobile-menu nav a { padding: 20px 0; border-top-color: rgba(255,255,255,.12); font-size: clamp(24px, 7vw, 31px); font-weight: 700; letter-spacing: -.025em; }
  .mobile-menu nav a:last-child { border-bottom: 1px solid rgba(255,255,255,.12); }
  .mobile-menu-socials {
    width: min(100%, 350px);
    margin-top: auto;
    padding-top: 28px;
    opacity: 0;
    transform: translateY(12px);
    transition: opacity .4s ease .18s, transform .56s var(--ease) .12s;
  }
  .mobile-menu.is-open .mobile-menu-socials {
    opacity: 1;
    transform: translateY(0);
  }
  .mobile-menu-socials > p {
    margin: 0 0 12px;
    color: rgba(255,255,255,.42);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
  }
  .mobile-menu-social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
  }
  .mobile-menu-social-links a {
    color: rgba(255,255,255,.78);
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -.01em;
    transition: color .2s var(--ease);
  }
  .mobile-menu-social-links a:hover,
  .mobile-menu-social-links a:focus-visible {
    color: var(--lime);
  }
  body.mobile-menu-open { overflow: hidden; }
  .mobile-menu-toggle { position: relative; z-index: 31; transition: color .32s var(--ease), background .32s var(--ease); }
  .mobile-menu-toggle span { position: absolute; left: 12px; width: 16px; margin: 0; transition: transform .42s var(--ease), opacity .25s ease; }
  .mobile-menu-toggle span:nth-child(1) { top: 14px; }
  .mobile-menu-toggle span:nth-child(2) { top: 19px; }
  .mobile-menu-toggle span:nth-child(3) { top: 24px; }
  .mobile-menu-toggle[aria-expanded='true'] { background: rgba(255,255,255,.14); }
  .mobile-menu-toggle[aria-expanded='true'] span:nth-child(1) { transform: translateY(5px) rotate(45deg); }
  .mobile-menu-toggle[aria-expanded='true'] span:nth-child(2) { opacity: 0; }
  .mobile-menu-toggle[aria-expanded='true'] span:nth-child(3) { transform: translateY(-5px) rotate(-45deg); }
}

@media (prefers-reduced-motion: reduce) {
  .mobile-menu, .mobile-menu nav, .mobile-menu-lang, .mobile-menu-socials, .mobile-menu-toggle span { transition: none !important; }
}

/* Landing motion system: a fast editorial entrance, then slow ambient energy. */
@media (prefers-reduced-motion: no-preference) {
  .hero-orbit {
    animation: orbit-breathe 13s ease-in-out infinite alternate;
    will-change: translate, opacity;
  }
  .hero-orbit-purple { animation-delay: -4.5s; }
  .hero-orbit-lime { animation-delay: -8s; }
  .hero-orbit-peach { animation-delay: -10s; }

  .hero.is-visible .hero-copy > * {
    animation: landing-rise .72s var(--ease) both;
  }
  .hero.is-visible .hero-copy .eyebrow { animation-delay: .08s; }
  .hero.is-visible .hero-copy h1 { animation-delay: .16s; }
  .hero.is-visible .hero-copy .hero-text { animation-delay: .25s; }
  .hero.is-visible .hero-copy .hero-actions { animation-delay: .34s; }
  .hero.is-visible .hero-phones { animation: phones-arrive .96s var(--ease) .18s both; }

  .intro.is-visible .intro-copy,
  .ritual.is-visible .ritual-heading,
  .discovery.is-visible .discovery-copy > .eyebrow,
  .discovery.is-visible .discovery-copy > h2,
  .discovery.is-visible .discovery-copy > .discovery-lead,
  .labs.is-visible .labs-copy > .eyebrow,
  .labs.is-visible .labs-copy > h2,
  .labs.is-visible .labs-copy > .labs-lead,
  .journal.is-visible .blog-preview-heading,
  .testimonials.is-visible .testimonials-heading,
  .premium.is-visible .premium-copy,
  .site-footer.is-visible .footer-main,
  .site-footer.is-visible .footer-bottom {
    animation: landing-rise .7s var(--ease) both;
  }

  .intro.is-visible .intro-feature,
  .ritual.is-visible .ritual-list li,
  .discovery.is-visible .discovery-points li,
  .labs.is-visible .labs-points li,
  .journal.is-visible .blog-preview-grid article,
  .premium.is-visible .premium-benefits article {
    animation: landing-rise .68s var(--ease) both;
  }
  .intro.is-visible .intro-feature:nth-child(1),
  .ritual.is-visible .ritual-list li:nth-child(1),
  .discovery.is-visible .discovery-points li:nth-child(1),
  .labs.is-visible .labs-points li:nth-child(1),
  .journal.is-visible .blog-preview-grid article:nth-child(1),
  .premium.is-visible .premium-benefits article:nth-child(1) { animation-delay: .09s; }
  .intro.is-visible .intro-feature:nth-child(2),
  .ritual.is-visible .ritual-list li:nth-child(2),
  .discovery.is-visible .discovery-points li:nth-child(2),
  .labs.is-visible .labs-points li:nth-child(2),
  .journal.is-visible .blog-preview-grid article:nth-child(2),
  .premium.is-visible .premium-benefits article:nth-child(2) { animation-delay: .18s; }
  .intro.is-visible .intro-feature:nth-child(3),
  .ritual.is-visible .ritual-list li:nth-child(3),
  .discovery.is-visible .discovery-points li:nth-child(3),
  .labs.is-visible .labs-points li:nth-child(3),
  .premium.is-visible .premium-benefits article:nth-child(3) { animation-delay: .27s; }
  .journal.is-visible .blog-preview-side article:nth-child(1) { animation-delay: .18s; }
  .journal.is-visible .blog-preview-side article:nth-child(2) { animation-delay: .29s; }
  .discovery.is-visible .discovery-visual,
  .labs.is-visible .labs-visual { animation: visual-arrive .9s var(--ease) .18s both; }
  .premium.is-visible .premium-cta { animation: cta-arrive .72s var(--ease) .42s both, cta-breathe 4.8s ease-in-out 2.2s infinite; }
  .site-footer.is-visible .footer-bottom { animation-delay: .12s; }

  .discovery-orbit,
  .labs-orbit {
    animation: product-glow 9s ease-in-out infinite alternate;
    will-change: translate, scale;
  }
  .discovery-orbit-lime, .labs-orbit-peach { animation-delay: -4s; }

  @media (hover: hover) and (min-width: 761px) {
    .hero-phones { transition: transform .65s var(--ease); }
    .hero:hover .hero-phones { transform: translate3d(12px, -8px, 0) rotate(-1deg); }
    .hero:hover .hero-shot-front { animation-play-state: paused; translate: 0 -8px; }
    .hero:hover .hero-shot-back { animation-play-state: paused; translate: 0 8px; }
    .intro-feature { transition: background .42s var(--ease), box-shadow .42s var(--ease), translate .42s var(--ease); }
    .intro-feature::before { transition: width .5s var(--ease); }
    .intro-feature:hover { translate: 0 -8px; background: rgba(255,255,255,.035); box-shadow: 0 22px 34px rgba(0,0,0,.14); }
    .intro-feature:hover::before { width: calc(100% - 56px); }
    .ritual-list li > div { transition: transform .52s var(--ease), border-color .52s var(--ease), box-shadow .52s var(--ease); }
    .ritual-list li:hover > div { transform: translateY(-8px); }
    .discovery-visual, .labs-visual { transition: transform .65s var(--ease); }
    .discovery:hover .discovery-visual { transform: translateX(-12px) rotate(-1deg); }
    .labs:hover .labs-visual { transform: translateX(12px) rotate(1deg); }
    .discovery-points li, .labs-points li { transition: padding-left .38s var(--ease), border-color .38s var(--ease); }
    .discovery-points li:hover, .labs-points li:hover { padding-left: 10px; border-color: rgba(235,255,87,.48); }
  }
}

@keyframes landing-rise { from { opacity: 0; translate: 0 24px; filter: blur(4px); } to { opacity: 1; translate: 0 0; filter: blur(0); } }
@keyframes phones-arrive { from { opacity: 0; translate: 42px 30px; } to { opacity: 1; translate: 0 0; } }
@keyframes visual-arrive { from { opacity: 0; translate: 0 32px; scale: .96; } to { opacity: 1; translate: 0 0; scale: 1; } }
@keyframes cta-arrive { from { opacity: 0; translate: 0 16px; } to { opacity: 1; translate: 0 0; } }
@keyframes cta-breathe { 0%, 100% { box-shadow: 0 10px 35px rgba(172,189,55,.15); } 50% { box-shadow: 0 15px 44px rgba(235,255,87,.34); } }
@keyframes orbit-breathe { 0% { translate: -2% 1%; opacity: .68; } 100% { translate: 4% -3%; opacity: 1; } }
@keyframes product-glow { from { translate: -3% 2%; scale: .94; opacity: .66; } to { translate: 5% -4%; scale: 1.08; opacity: 1; } }

/* Card panels share the same outer edge as section content (not the wider section box). */
.intro.section,
.premium.section {
  width: min(var(--content-max), calc(100% - (var(--page-gutter) * 2)));
  max-width: var(--content-max);
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 760px) {
  :root { --page-gutter: var(--page-gutter-mobile); }
  .intro.section,
  .premium.section {
    width: calc(100% - (var(--page-gutter-mobile) * 2));
    max-width: none;
  }
}

/* Page changes dissolve through the brand background — no layout crossfade. */
html {
  background: var(--bg);
  scrollbar-gutter: stable;
}
html.is-veiled,
html.page-arrived,
html.scroll-pinned {
  scroll-behavior: auto !important;
}
html.is-veiled,
html.scroll-pinned {
  overflow: hidden !important;
}
html.scroll-pinned body {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  overflow: hidden !important;
}
html::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: 2147483647;
  pointer-events: none;
  background: var(--bg);
  opacity: 0;
  transition: opacity .48s var(--ease, cubic-bezier(.22, 1, .36, 1));
}
html.is-veiled::before {
  opacity: 1;
  transition-duration: .28s;
}
html.is-veiled.veil-instant::before {
  transition: none;
}
html.content-pending body {
  opacity: 0 !important;
}
@media (prefers-reduced-motion: reduce) {
  html::before {
    content: none;
  }
  html.content-pending body {
    opacity: 1 !important;
  }
}

/* After an internal page change, land in the final state — no second entrance jump. */
html.page-arrived .hero.is-visible .reveal-item,
html.page-arrived .hero.is-visible .hero-copy > *,
html.page-arrived .hero.is-visible .hero-phones,
html.page-arrived .hero-shot,
html.page-arrived .intro.is-visible .intro-copy,
html.page-arrived .intro.is-visible .intro-feature,
html.page-arrived .ritual.is-visible .ritual-heading,
html.page-arrived .ritual.is-visible .ritual-list li,
html.page-arrived .discovery.is-visible .discovery-copy > .eyebrow,
html.page-arrived .discovery.is-visible .discovery-copy > h2,
html.page-arrived .discovery.is-visible .discovery-copy > .discovery-lead,
html.page-arrived .discovery.is-visible .discovery-points li,
html.page-arrived .discovery.is-visible .discovery-visual,
html.page-arrived .labs.is-visible .labs-copy > .eyebrow,
html.page-arrived .labs.is-visible .labs-copy > h2,
html.page-arrived .labs.is-visible .labs-copy > .labs-lead,
html.page-arrived .labs.is-visible .labs-points li,
html.page-arrived .labs.is-visible .labs-visual,
html.page-arrived .journal.is-visible .blog-preview-heading,
html.page-arrived .journal.is-visible .blog-preview-grid article,
html.page-arrived .testimonials.is-visible .testimonials-heading,
html.page-arrived .premium.is-visible .premium-copy,
html.page-arrived .premium.is-visible .premium-benefits article,
html.page-arrived .premium.is-visible .premium-cta,
html.page-arrived .site-footer.is-visible .footer-main,
html.page-arrived .site-footer.is-visible .footer-bottom,
html.page-arrived .reveal.is-visible {
  animation: none !important;
  opacity: 1 !important;
  filter: none !important;
  translate: none !important;
}
html.page-arrived .hero-shot {
  animation: none !important;
  opacity: 1 !important;
  translate: none !important;
}
html.page-arrived .hero-shot-front {
  transform: rotate(-4deg) !important;
}
html.page-arrived .hero-shot-back {
  transform: rotate(7deg) !important;
}
html.page-arrived .hero-phones {
  transform: none !important;
  translate: none !important;
}

/* Cursor often stays over the hero after "На главную" — block hover motion until pointer moves. */
html.hover-lock .hero-phones,
html.hover-lock .hero-shot {
  transition: none !important;
}
html.hover-lock .hero:hover .hero-phones {
  transform: none !important;
}
html.hover-lock .hero:hover .hero-shot-front,
html.hover-lock .hero:hover .hero-shot-back {
  translate: none !important;
  animation-play-state: paused;
}

/* Legal documents — article layout with sticky section anchors. */
.legal-page {
  width: min(var(--content-max), calc(100% - (var(--page-gutter) * 2)));
  margin: 0 auto;
  padding: 58px 0 96px;
}
.legal-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 220px);
  gap: 48px;
  align-items: start;
}
.legal-article,
.legal-toc {
  min-width: 0;
}
.legal-header {
  max-width: 100%;
  margin-bottom: 36px;
}
.legal-header h1 {
  max-width: 100%;
  margin: 10px 0 16px;
  font-size: clamp(34px, 4.2vw, 56px);
  line-height: 1.05;
  overflow-wrap: anywhere;
  word-break: break-word;
  hyphens: auto;
}
.legal-meta {
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.legal-notice {
  margin: 0;
  padding: 16px 18px;
  border-left: 3px solid var(--lime);
  border-radius: 14px;
  background: rgba(235, 255, 87, 0.08);
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
  line-height: 1.5;
}
.legal-body {
  max-width: 100%;
}
.legal-section + .legal-section {
  margin-top: 42px;
}
.legal-section h2 {
  margin: 0 0 14px;
  font-size: clamp(22px, 2.4vw, 30px);
  scroll-margin-top: 96px;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.legal-section p,
.legal-section li {
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 1.55;
}
.legal-section p {
  margin: 0 0 14px;
}
.legal-section ul {
  margin: 0 0 14px;
  padding-left: 1.2em;
}
.legal-section li + li {
  margin-top: 8px;
}
.legal-section a {
  color: var(--lime);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.legal-toc {
  position: sticky;
  top: 96px;
  padding: 18px 0 18px 18px;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}
.legal-toc-dropdown {
  margin: 0;
}
.legal-toc-dropdown > summary {
  list-style: none;
}
.legal-toc-dropdown > summary::-webkit-details-marker {
  display: none;
}
.legal-toc-label {
  display: block;
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.legal-toc-current {
  display: none;
}
.legal-toc-nav {
  display: grid;
  gap: 10px;
}
.legal-toc a {
  position: relative;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  text-decoration: none;
  transition: color 0.2s var(--ease);
}
.legal-toc a:hover,
.legal-toc a:focus-visible {
  color: var(--lime);
}
.legal-toc a.is-active {
  color: var(--lime);
}
.legal-toc a.is-active::before {
  content: '';
  position: absolute;
  left: -19px;
  top: 0.15em;
  bottom: 0.15em;
  width: 2px;
  border-radius: 99px;
  background: var(--lime);
}
.header-cta .cta-full,
.header-cta .cta-short {
  display: inline;
  line-height: 1;
}
.header-cta .cta-short {
  display: none;
}
@media (min-width: 981px) {
  .legal-toc-summary {
    display: block;
    padding: 0;
    cursor: default;
    pointer-events: none;
  }
  .legal-toc-summary::after {
    display: none;
  }
  .legal-toc-dropdown .legal-toc-nav {
    display: grid !important;
  }
}
.article-coming-soon {
  margin-top: 28px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(80, 68, 100, 0.42), rgba(43, 42, 46, 0.96));
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
  line-height: 1.5;
}
@media (max-width: 980px) {
  .legal-layout {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .legal-toc {
    position: static;
    order: -1;
    padding: 0;
    border-left: 0;
  }
  .legal-toc-dropdown {
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.03);
  }
  .legal-toc-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 16px;
    cursor: pointer;
  }
  .legal-toc-summary::after {
    content: '';
    flex: 0 0 auto;
    width: 8px;
    height: 8px;
    margin-top: -3px;
    border-right: 2px solid rgba(255, 255, 255, 0.55);
    border-bottom: 2px solid rgba(255, 255, 255, 0.55);
    transform: rotate(45deg);
    transition: transform 0.2s var(--ease);
  }
  .legal-toc-dropdown[open] .legal-toc-summary::after {
    margin-top: 3px;
    transform: rotate(225deg);
  }
  .legal-toc-label {
    margin: 0;
  }
  .legal-toc-current {
    display: block;
    margin-left: auto;
    max-width: 48%;
    overflow: hidden;
    color: var(--lime);
    font-size: 13px;
    font-weight: 700;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .legal-toc-nav {
    display: grid;
    gap: 0;
    padding: 0 8px 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }
  .legal-toc a {
    padding: 12px 8px;
    border-radius: 10px;
    font-size: 14px;
  }
  .legal-toc a.is-active {
    background: rgba(235, 255, 87, 0.08);
  }
  .legal-toc a.is-active::before {
    display: none;
  }
}
@media (max-width: 760px) {
  .legal-page {
    width: calc(100% - (var(--page-gutter-mobile) * 2));
    padding: 34px 0 70px;
  }
  .legal-header h1 {
    font-size: clamp(30px, 9vw, 40px);
  }
  .legal-section h2 {
    scroll-margin-top: 84px;
  }
  .header-cta .cta-full {
    display: none;
  }
  .header-cta .cta-short {
    display: inline;
    line-height: 1;
  }
  .site-header .header-actions {
    gap: 8px;
    flex-shrink: 0;
  }
  .site-header .mobile-menu-toggle {
    flex: 0 0 auto;
  }
  .site-header .header-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    min-height: 40px;
    padding: 0 14px;
    font-size: 12px;
    line-height: 1;
  }
}

/* Error pages — plain copy, no card chrome. */
.error-page {
  width: min(var(--content-max), calc(100% - (var(--page-gutter) * 2)));
  min-height: calc(100vh - 220px);
  margin: 0 auto;
  padding: 48px 0 96px;
  display: grid;
  align-content: center;
}
.error-copy {
  max-width: 640px;
}
.error-code {
  margin: 0 0 18px;
  color: var(--lime);
  font-size: clamp(64px, 12vw, 96px);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 0.9;
}
.error-copy h1 {
  max-width: 16ch;
  margin: 0 0 18px;
  font-size: clamp(34px, 5vw, 52px);
}
.error-lead {
  max-width: 42ch;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 17px;
  line-height: 1.5;
}
.error-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin-top: 32px;
}
@media (max-width: 760px) {
  .error-page {
    width: calc(100% - (var(--page-gutter-mobile) * 2));
    min-height: calc(100vh - 180px);
    padding: 28px 0 70px;
  }
  .error-lead {
    font-size: 16px;
  }
}
