:root {
    --bg: #05070b;
    --panel: #0d1018;
    --panel2: #121722;
    --line: rgba(255,255,255,.14);
    --text: rgba(255,255,255,.92);
    --muted: rgba(255,255,255,.58);
    --soft: rgba(255,255,255,.72);
    --cta: #f3f3f1;
    --accent: #8e9ee6;
    --accent2: #7ee1ff;
    --purple: #7c5cff;
    --glow: 0 0 35px rgba(122,105,255,.36),0 0 95px rgba(60,125,255,.18);
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    min-height: 100vh;
    background: var(--bg);
    color: var(--text);
    font-family: Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: inherit
}

button {
    font: inherit;
    color: inherit;
    border: 0;
    cursor: pointer
}

.page-bg {
    position: fixed;
    inset: 0;
    z-index: -3;
    background: radial-gradient(circle at 79% 12%, rgba(104,132,255,.24), transparent 32%), radial-gradient(circle at 85% 34%, rgba(126,225,255,.16), transparent 28%), radial-gradient(circle at 50% 72%, rgba(126,92,255,.12), transparent 28%), linear-gradient(180deg,#04070c 0%,#06080d 43%,#03050a 100%);
}

.page-bg:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent 0 49%, rgba(255,255,255,.03) 50%, transparent 51%) 0 0/90px 90px, linear-gradient(transparent 0 49%, rgba(255,255,255,.025) 50%, transparent 51%) 0 0/90px 90px;
    mask-image: radial-gradient(circle at 70% 30%, #000, transparent 70%);
}

.noise {
    position: fixed;
    inset: 0;
    z-index: -2;
    pointer-events: none;
    opacity: .15;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 300 300' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='2'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)' opacity='.45'/%3E%3C/svg%3E")
}

.glass-border {
    border: 1px solid var(--line);
    background: linear-gradient(180deg,rgba(15,18,26,.78),rgba(7,9,14,.88));
    box-shadow: 0 20px 70px rgba(0,0,0,.42),inset 0 1px 0 rgba(255,255,255,.05)
}

.header {
    width: 100%;
    height: 70px;
    position: fixed;
    top: 0;
    left: 0;
    transform: none;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 0;
    padding: 0 22px 0 28px;
    backdrop-filter: blur(18px);
}

.brand {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 23px;
    font-weight: 900;
    letter-spacing: -.04em
}

.logo-spark {
    font-size: 25px;
    background: linear-gradient(135deg,#fff,#8e9ee6 40%,#8b62ff);
    -webkit-background-clip: text;
    color: transparent;
    filter: drop-shadow(0 0 10px rgba(139,98,255,.7))
}

.brand .logo-spark{
    width:24px;
    height:24px;
    display:block;
    font-size:0;
    background:none;
    color:inherit;
    filter:none;
}

.footer-brand-line .logo-spark{
    width:20px;
    height:20px;
    display:block;
    font-size:0;
    background:none;
    color:inherit;
    filter:none;
}

.nav {
    display: flex;
    gap: 55px;
    margin-left: 40px
}

.nav a {
    font-size: 14px;
    font-weight: 700;
    color: rgba(255,255,255,.72)
}

.header-actions {
    display: flex;
    gap: 18px;
    align-items: center
}

.login-btn {
    height: 48px;
    padding: 0 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    background: transparent;
    font-weight: 800;
    color: rgba(255,255,255,.86)
}

.user-icon {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 50%
}

.primary-btn,.secondary-btn {
    height: 62px;
    border-radius: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-weight: bolder;
    letter-spacing: -.02em
}

.primary-btn {
    background: linear-gradient(180deg,#fff,#e5e5e2);
    color: #101116;
    box-shadow: inset 0 1px 0 #fff,0 14px 34px rgba(255,255,255,.08)
}

.primary-btn:hover {
    transform: translateY(-1px);
    box-shadow: inset 0 1px 0 #fff,0 18px 42px rgba(145,160,255,.2)
}

.primary-btn.small {
    height: 50px;
    padding: 0 39px;
    border-radius: 11px
}

.secondary-btn {
    background: rgba(255,255,255,.035);
    border: 1px solid rgba(255,255,255,.16);
    color: rgba(255,255,255,.82)
}

.shell {
    width: min(1148px,calc(100% - 96px));
    margin: 0 auto;
    padding-top: 138px
}

.hero {
    display: grid;
    grid-template-columns: 1.04fr .96fr;
    gap: 60px;
    align-items: center;
    min-height: 520px;
    margin-bottom: 60px;
}

.eyebrow {
    color: #8fa2ff;
    font-weight: 900;
    letter-spacing: .28em;
    font-size: 14px;
    margin: 12px 0 18px
}

.hero h1 {
    font-size: 50px;
    line-height: 1.08;
    letter-spacing: -.065em;
    margin: 0 0 22px;
    text-shadow: 0 0 28px rgba(255,255,255,.08)
}

.hero h1 span {
    background: linear-gradient(90deg,#8ea2ff,#7ee1ff);
    -webkit-background-clip: text;
    color: transparent
}

.hero-subtitle {
    max-width: 610px;
    color: var(--muted);
    font-size: 17px;
    line-height: 1.75;
    margin: 0 0 24px;
    font-weight: 600
}

.chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 32px
}

.chips span {
    height: 35px;
    padding: 0 15px;
    border: 1px solid rgba(137,153,255,.42);
    border-radius: 999px;
    background: rgba(20,24,36,.6);
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: rgba(255,255,255,.82);
    font-size: 13px;
    font-weight: 800;
    box-shadow: inset 0 0 20px rgba(92,79,255,.08)
}

.chips i {
    color: #9eaaff
}

.ico {
    width: 18px;
    height: 18px;
    display: inline-block;
    flex: 0 0 18px;
    background-color: currentColor;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
}

.ico--image {
    -webkit-mask-image: url('/static/img/landing-image.svg');
    mask-image: url('/static/img/landing-image.svg');
}

.ico--video {
    -webkit-mask-image: url('/static/img/landing-video.svg');
    mask-image: url('/static/img/landing-video.svg');
}

.ico--fire {
    -webkit-mask-image: url('data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 fill=%22none%22 viewBox=%220 0 24 24%22 stroke-width=%221.5%22 stroke=%22black%22%3E%3Cpath stroke-linecap=%22round%22 stroke-linejoin=%22round%22 d=%22M15.362 5.214A8.252 8.252 0 0 1 12 21 8.25 8.25 0 0 1 6.038 7.047 8.287 8.287 0 0 0 9 9.601a8.983 8.983 0 0 1 3.361-6.867 8.21 8.21 0 0 0 3 2.48Z%22/%3E%3Cpath stroke-linecap=%22round%22 stroke-linejoin=%22round%22 d=%22M12 18a3.75 3.75 0 0 0 .495-7.468 5.99 5.99 0 0 0-1.925 3.547 5.975 5.975 0 0 1-2.133-1.001A3.75 3.75 0 0 0 12 18Z%22/%3E%3C/svg%3E');
    mask-image: url('data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 fill=%22none%22 viewBox=%220 0 24 24%22 stroke-width=%221.5%22 stroke=%22black%22%3E%3Cpath stroke-linecap=%22round%22 stroke-linejoin=%22round%22 d=%22M15.362 5.214A8.252 8.252 0 0 1 12 21 8.25 8.25 0 0 1 6.038 7.047 8.287 8.287 0 0 0 9 9.601a8.983 8.983 0 0 1 3.361-6.867 8.21 8.21 0 0 0 3 2.48Z%22/%3E%3Cpath stroke-linecap=%22round%22 stroke-linejoin=%22round%22 d=%22M12 18a3.75 3.75 0 0 0 .495-7.468 5.99 5.99 0 0 0-1.925 3.547 5.975 5.975 0 0 1-2.133-1.001A3.75 3.75 0 0 0 12 18Z%22/%3E%3C/svg%3E');
}

.ico--spark {
    -webkit-mask-image: url('data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 fill=%22none%22 viewBox=%220 0 24 24%22 stroke-width=%221.5%22 stroke=%22black%22%3E%3Cpath stroke-linecap=%22round%22 stroke-linejoin=%22round%22 d=%22M9.813 15.904 9 18.75l-.813-2.846a4.5 4.5 0 0 0-3.09-3.09L2.25 12l2.846-.813a4.5 4.5 0 0 0 3.09-3.09L9 5.25l.813 2.846a4.5 4.5 0 0 0 3.09 3.09L15.75 12l-2.846.813a4.5 4.5 0 0 0-3.09 3.09ZM18.259 8.715 18 9.75l-.259-1.035a3.375 3.375 0 0 0-2.455-2.456L14.25 6l1.036-.259a3.375 3.375 0 0 0 2.455-2.456L18 2.25l.259 1.035a3.375 3.375 0 0 0 2.456 2.456L21.75 6l-1.035.259a3.375 3.375 0 0 0-2.456 2.456ZM16.894 20.567 16.5 21.75l-.394-1.183a2.25 2.25 0 0 0-1.423-1.423L13.5 18.75l1.183-.394a2.25 2.25 0 0 0 1.423-1.423l.394-1.183.394 1.183a2.25 2.25 0 0 0 1.423 1.423l1.183.394-1.183.394a2.25 2.25 0 0 0-1.423 1.423Z%22/%3E%3C/svg%3E');
    mask-image: url('data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 fill=%22none%22 viewBox=%220 0 24 24%22 stroke-width=%221.5%22 stroke=%22black%22%3E%3Cpath stroke-linecap=%22round%22 stroke-linejoin=%22round%22 d=%22M9.813 15.904 9 18.75l-.813-2.846a4.5 4.5 0 0 0-3.09-3.09L2.25 12l2.846-.813a4.5 4.5 0 0 0 3.09-3.09L9 5.25l.813 2.846a4.5 4.5 0 0 0 3.09 3.09L15.75 12l-2.846.813a4.5 4.5 0 0 0-3.09 3.09ZM18.259 8.715 18 9.75l-.259-1.035a3.375 3.375 0 0 0-2.455-2.456L14.25 6l1.036-.259a3.375 3.375 0 0 0 2.455-2.456L18 2.25l.259 1.035a3.375 3.375 0 0 0 2.456 2.456L21.75 6l-1.035.259a3.375 3.375 0 0 0-2.456 2.456ZM16.894 20.567 16.5 21.75l-.394-1.183a2.25 2.25 0 0 0-1.423-1.423L13.5 18.75l1.183-.394a2.25 2.25 0 0 0 1.423-1.423l.394-1.183.394 1.183a2.25 2.25 0 0 0 1.423 1.423l1.183.394-1.183.394a2.25 2.25 0 0 0-1.423 1.423Z%22/%3E%3C/svg%3E');
}

.ico--star {
    -webkit-mask-image: url('data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22black%22%3E%3Cpath d=%22M12 2l2.8 7.2L22 12l-7.2 2.8L12 22l-2.8-7.2L2 12l7.2-2.8L12 2z%22/%3E%3C/svg%3E');
    mask-image: url('data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22black%22%3E%3Cpath d=%22M12 2l2.8 7.2L22 12l-7.2 2.8L12 22l-2.8-7.2L2 12l7.2-2.8L12 2z%22/%3E%3C/svg%3E');
}

.ico--dialog {
    -webkit-mask-image: url('data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 fill=%22none%22 viewBox=%220 0 24 24%22 stroke-width=%221.5%22 stroke=%22black%22%3E%3Cpath stroke-linecap=%22round%22 stroke-linejoin=%22round%22 d=%22M7.5 8.25h9m-9 3h6M3.75 6.75A2.25 2.25 0 0 1 6 4.5h12a2.25 2.25 0 0 1 2.25 2.25v8.5A2.25 2.25 0 0 1 18 17.5H9l-4.5 3v-3H6a2.25 2.25 0 0 1-2.25-2.25v-8.5Z%22/%3E%3C/svg%3E');
    mask-image: url('data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 fill=%22none%22 viewBox=%220 0 24 24%22 stroke-width=%221.5%22 stroke=%22black%22%3E%3Cpath stroke-linecap=%22round%22 stroke-linejoin=%22round%22 d=%22M7.5 8.25h9m-9 3h6M3.75 6.75A2.25 2.25 0 0 1 6 4.5h12a2.25 2.25 0 0 1 2.25 2.25v8.5A2.25 2.25 0 0 1 18 17.5H9l-4.5 3v-3H6a2.25 2.25 0 0 1-2.25-2.25v-8.5Z%22/%3E%3C/svg%3E');
}

.ico--audio {
    -webkit-mask-image: url('data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 fill=%22none%22 viewBox=%220 0 24 24%22 stroke-width=%221.5%22 stroke=%22black%22%3E%3Cpath stroke-linecap=%22round%22 stroke-linejoin=%22round%22 d=%22M9 9v6m4-8v10m4-6v2M5 12h.01M3 6.75A2.25 2.25 0 0 1 5.25 4.5h13.5A2.25 2.25 0 0 1 21 6.75v10.5A2.25 2.25 0 0 1 18.75 19.5H5.25A2.25 2.25 0 0 1 3 17.25V6.75Z%22/%3E%3C/svg%3E');
    mask-image: url('data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 fill=%22none%22 viewBox=%220 0 24 24%22 stroke-width=%221.5%22 stroke=%22black%22%3E%3Cpath stroke-linecap=%22round%22 stroke-linejoin=%22round%22 d=%22M9 9v6m4-8v10m4-6v2M5 12h.01M3 6.75A2.25 2.25 0 0 1 5.25 4.5h13.5A2.25 2.25 0 0 1 21 6.75v10.5A2.25 2.25 0 0 1 18.75 19.5H5.25A2.25 2.25 0 0 1 3 17.25V6.75Z%22/%3E%3C/svg%3E');
}

.hero-buttons {
    display: flex;
    gap: 20px;
    margin-bottom: 28px
}

.hero-buttons .primary-btn {
    width: 255px
}

.hero-buttons .secondary-btn {
    width: 255px
}

.stats-row {
    display: flex;
    gap: 18px
}

.stat-card {
    min-width: 150px;
    height: 62px;
    padding: 0 17px;
    border-radius: 17px;
    background: rgba(18,22,31,.55);
    border: 1px solid rgba(255,255,255,.08);
    display: flex;
    align-items: center;
    gap: 14px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.03)
}

.stat-card.wide {
    min-width: 260px
}

.stat-card b {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: radial-gradient(circle,rgba(132,111,255,.35),rgba(20,22,35,.9));
    font-size: 19px
}

.stat-card span {
    font-size: 12px;
    color: rgba(255,255,255,.52);
    line-height: 1.25;
    font-weight: 700
}

.stat-card strong {
    font-size: 14px;
    color: rgba(255,255,255,.88)
}

.hero-visual {
    height: 545px;
    position: relative;
    display: grid;
    place-items: center
}

.phone-glow {
    position: absolute;
    width: 360px;
    height: 500px;
    border-radius: 34px;
    background: linear-gradient(135deg, rgb(142, 162, 255, .50), rgb(126, 225, 255, .50));
    filter: blur(35px);
    animation: pulse 4s ease-in-out infinite;
}

.phone-card {
    position: relative;
    width: 330px;
    height: 525px;
    border-radius: 30px;
    padding: 15px;
    background: linear-gradient(180deg,rgba(15,20,32,.98),rgba(8,10,16,.96));
    border: 2px solid rgba(139,154,255,.5);
    box-shadow: var(--glow), inset 0 0 0 1px rgb(255 255 255 / 8%);
    overflow: hidden;
}

.phone-card:before {
    content: "";
    position: absolute;
    inset: -50px;
    background: radial-gradient(circle at 20% 8%,rgba(126,225,255,.25),transparent 25%),radial-gradient(circle at 82% 18%,rgba(143,106,255,.28),transparent 35%);
    pointer-events: none
}

.phone-head {
    position: relative;
    height: 28px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 900;
    color: rgba(255,255,255,.84);
    letter-spacing: .06em
}

.mini-logo {
    width: 24px;
    height: 24px;
    border-radius: 9px;
    display: grid;
    place-items: center;
    background: rgba(126,98,255,.18);
    /* color: #a4afff; */
}

.portrait-wrap {
    position: relative;
    height: 465px;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.1)
}

.portrait {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 55% 20%,#ffccd6 0 3%,transparent 12%),radial-gradient(ellipse at 50% 26%,#171a24 0 18%,transparent 19%),radial-gradient(ellipse at 50% 39%,#ffc2ba 0 13%,transparent 14%),linear-gradient(115deg,rgba(126,225,255,.16),transparent 35%),linear-gradient(180deg,#12263a,#0a1020 56%,#1d1524);
}

.portrait:before {
    content: "";
    position: absolute;
    left: 99px;
    top: 69px;
    width: 125px;
    height: 175px;
    border-radius: 50% 50% 43% 43%;
    background: linear-gradient(180deg,#f0b2ab,#b96769);
    box-shadow: 0 0 0 999px rgba(0,0,0,.0)
}

.portrait:after {
    content: "";
    position: absolute;
    left: 61px;
    right: 25px;
    bottom: 0;
    height: 255px;
    background: linear-gradient(135deg,#11141d,#252c42 60%,#090b12);
    clip-path: polygon(29% 12%,67% 7%,100% 100%,0 100%);
    filter: drop-shadow(0 -30px 30px rgba(95,141,255,.18))
}

.phone-panel {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 22px;
    padding: 18px;
    border-radius: 19px;
    background: rgba(16,17,25,0);
    border: 1px solid rgba(255,255,255,.17);
    backdrop-filter: blur(18px);
    box-shadow: 0 25px 50px rgba(0,0,0,.45);
    text-align: center;
}

.phone-panel h3 {
    margin: 0 0 6px;
    font-size: 15px
}

.mobile-hero-title,
.mobile-hero-cta,
.cta-top-link,
.cta-mobile-title{
    display:none;
}

.phone-panel p {
    margin: 0 0 17px;
    color: white; /* var(--muted); */
    font-size: 13px;
    font-weight: 700
}

.phone-panel button {
    width: 150px;
    height: 45px;
    border-radius: 10px;
}

.section {
    margin-top: 70px
}


.section h2 {
    font-size: 30px;
    letter-spacing: -.045em;
    margin: 0 0 16px
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 18px
}

.features-showcase {
    padding: 40px 42px;
    border-radius: 28px;
    border: 0;
    background: transparent;
    box-shadow: none
}

.features-head {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 26px;
    align-items: start;
    margin-bottom: 26px
}

.features-showcase .features-head h2 {
    font-size: 28px;
    line-height: .95;
    margin: 0;
    letter-spacing: -.055em
}

.features-head__side {
    display: grid;
    gap: 16px;
    justify-items: start
}

.features-head__side p {
    margin: 0;
    font-size: 16px;
    line-height: 1.25;
    color: rgba(255,255,255,.86)
}

.features-head__side p b {
    color: #fff
}

.features-head__cta {
    height: 56px;
    padding: 0 28px;
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,.22);
    background: linear-gradient(180deg,#f0874a,#da5f2c);
    color: #fff;
    font-size: 30px;
    font-weight: 900;
    letter-spacing: -.02em;
    cursor: pointer
}

.feature-showcase-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 16px
}

.feature-tile {
    display: grid;
    gap: 12px
}

.feature-tile .thumb {
    aspect-ratio: 1 / 1;
    height: auto;
    border-radius: 14px;
    width: 100%;
}

.feature-action {
    width: 100%;
    height: 56px;
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,.38);
    background: rgba(255,255,255,.03);
    color: #f5f5f8;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 30px;
    font-weight: 800;
    cursor: pointer
}

.feature-action span {
    opacity: .8
}

.faq-block{
    padding:28px;
}

.faq-layout{
    display:grid;
    grid-template-columns: 420px 1fr;
    gap:22px;
    align-items:start;
}

.faq-side h2{
    margin:0 0 16px;
    font-size: 44px;
    line-height:.95;
    letter-spacing:-.04em;
}

.faq-side p{
    margin:0 0 18px;
    max-width:320px;
    color:rgba(255,255,255,.78);
    font-size: 16px;
    line-height:1.2;
    font-weight:700;
}

.faq-help-btn{
    height:52px;
    border-radius:12px;
    border:1px solid rgba(255,255,255,.2);
    background:linear-gradient(180deg,#f0874a,#da5f2c);
    color:#fff;
    font-size: 16px;
    font-weight:900;
    padding:0 22px;
}

.faq-list{
    display:grid;
    gap:12px;
}

.faq-item{
    border:1px solid rgba(255,255,255,.32);
    border-radius:14px;
    background:rgba(255,255,255,.02);
    overflow:hidden;
    padding: 16px;
}

.faq-q{
    width:100%;
    /* min-height:64px; */
    border:0;
    background:transparent;
    color:#f4f3f0;
    text-align:left;
    /* padding: 16px; */
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;
    font-size: 16px;
    /* font-weight:700; */
    cursor:pointer;
}

.faq-arrow{
    width:28px;
    height:28px;
    display:inline-block;
    opacity:.9;
    position:relative;
    flex:0 0 28px;
    transition:transform .26s ease;
}

.faq-arrow svg{
    width:100%;
    height:100%;
    display:block;
    position:absolute;
    inset:0;
}

.faq-a{
    display:grid;
    grid-template-rows:0fr;
    transition:grid-template-rows .24s cubic-bezier(.22,.61,.36,1);
}

.faq-a__inner{
    overflow:hidden;
    color:rgba(255,255,255,.78);
    font-size:16px;
    line-height:1.3;
    /* padding:0 20px 16px; */
    opacity:0;
    transform:translateY(-2px);
    transition:opacity .18s ease,transform .18s ease;
}

.faq-item.is-open .faq-a{
    grid-template-rows:1fr;
}

.faq-item.is-open .faq-a__inner{
    opacity:1;
    transform:translateY(0);
}

.faq-item.is-open .faq-arrow{
    transform:rotate(180deg);
}


.feature-card {
    border: 1px solid rgba(255,255,255,.13);
    background: linear-gradient(180deg,rgba(18,22,31,.78),rgba(10,12,18,.8));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
    border-radius: 18px
}

.price-card {
    border: 1px solid rgba(255,255,255,.13);
    background: linear-gradient(180deg,rgba(18,22,31,.78),rgba(10,12,18,.8));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
    border-radius: 18px
}

.sub-card {
    border: 1px solid rgba(255,255,255,.13);
    background: linear-gradient(180deg,rgba(18,22,31,.78),rgba(10,12,18,.8));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
    border-radius: 18px
}

.steps article {
    border: 1px solid rgba(255,255,255,.13);
    background: linear-gradient(180deg,rgba(18,22,31,.78),rgba(10,12,18,.8));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
    border-radius: 18px
}

.trend {
    border: 1px solid rgba(255,255,255,.13);
    background: linear-gradient(180deg,rgba(18,22,31,.78),rgba(10,12,18,.8));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
    border-radius: 18px
}

.feature-card {
    padding: 16px 13px 15px
}

.feature-card h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 13px;
    font-size: 15px
}

.feature-card h3 span {
    color: #9aa6ff
}

.feature-card p {
    font-size: 13px;
    color: rgba(255,255,255,.7);
    line-height: 1.55;
    margin: 13px 0 0;
    font-weight: 600
}

.thumb {
    height: 145px;
    border-radius: 13px;
    position: relative;
    overflow: hidden;
    background: #0d111b;
    border: 1px solid rgba(255,255,255,.05)
}

.face-mini {
    position: absolute;
    right: 8px;
    bottom: 8px;
    width: 47px;
    height: 56px;
    border-radius: 11px;
    background: linear-gradient(180deg,#111a2d,#c9847a);
    border: 2px solid rgba(255,255,255,.35)
}

.thumb-video {
    background: linear-gradient(160deg,rgba(126,225,255,.1),transparent 35%),radial-gradient(ellipse at 50% 61%,#101012 0 23%,transparent 24%),linear-gradient(180deg,#243a52,#111725 48%,#1b0f10)
}

.thumb-video:before {
    content: "";
    position: absolute;
    left: 42px;
    right: 42px;
    bottom: 33px;
    height: 38px;
    border-radius: 50% 50% 12px 12px;
    background: linear-gradient(180deg,#111,#1f3341);
    box-shadow: 0 0 20px rgba(126,225,255,.28)
}

.thumb em,.trend em {
    position: absolute;
    right: 8px;
    top: 8px;
    border: 1px solid rgba(255,180,75,.5);
    background: rgba(255,154,42,.14);
    color: #ffd18d;
    border-radius: 8px;
    padding: 3px 6px;
    font-style: normal;
    font-weight: 900;
    font-size: 11px
}

.play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(255,255,255,.13);
    border: 1px solid rgba(255,255,255,.55);
    backdrop-filter: blur(8px)
}

.thumb-collage {
    background: linear-gradient(135deg,#3e1c52,#152946)
}

/*
.thumb-collage:before {
    content: "";
    position: absolute;
    inset: 8px;
    background: linear-gradient(120deg,#332053 0 28%,#c984a3 29% 48%,#193044 49% 72%,#191321 73%);
    border-radius: 10px;
    box-shadow: inset 68px 0 0 rgba(143,105,255,.2),inset -46px -30px 0 rgba(255,115,89,.15)
}
*/

.thumb-dialog {
    background: linear-gradient(140deg,#201a1f,#9a4d2c 52%,#151218);
    position: relative
}

.thumb-dialog:before {
    content: "";
    position: absolute;
    inset: 0;
    background:
      linear-gradient(110deg, transparent 0 35%, rgba(255,255,255,.08) 36% 37%, transparent 38%),
      radial-gradient(circle at 72% 36%, rgba(255,180,120,.28), transparent 38%)
}

.waveform {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg,#221142,#0e1429)
}

.waveform:before {
    content: "";
    width: 205px;
    height: 72px;
    background: repeating-linear-gradient(90deg,#a64bff 0 3px,transparent 3px 11px);
    clip-path: polygon(0 45%,5% 36%,9% 55%,13% 28%,18% 70%,22% 23%,26% 63%,32% 33%,38% 55%,44% 42%,50% 60%,56% 30%,62% 68%,68% 25%,73% 55%,78% 44%,83% 64%,88% 31%,93% 58%,100% 45%);
    filter: drop-shadow(0 0 13px #8c55ff)
}

.waveform small {
    position: absolute;
    right: 13px;
    bottom: 12px;
    color: rgba(255,255,255,.5);
    font-weight: 800
}

.center-title {
    text-align: center;
    margin: 18px 0 19px
}

.center-title h2 {
    margin-bottom: 6px
}

.center-title p {
    margin: 0;
    color: var(--muted);
    font-weight: 600
}

.pricing-wrap {
    grid-template-columns: 1fr 1.17fr;
    gap: 26px;
    align-items: end
}

.packs {
    border-right: 1px solid rgba(255,255,255,.12);
    padding-right: 20px
}

.pricing-label {
    margin: 0 0 11px 8px;
    color: #a678ff;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .14em
}

.price-cards {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 14px
}

.price-card,.sub-card {
    padding: 17px 14px;
    position: relative;
    min-height: 297px;
}

.price-card.popular,.sub-card.recommended {
    border-color: rgba(113,169,255,.85);
    box-shadow: 0 0 0 1px rgba(116,128,255,.36),0 0 35px rgba(84,110,255,.3),inset 0 1px 0 rgba(255,255,255,.08);
    background: radial-gradient(circle at 50% 0%,rgba(105,111,255,.32),transparent 42%),linear-gradient(180deg,rgba(20,26,44,.95),rgba(10,13,20,.91))
}

.price-tag {
    font-size: 13px;
    color: rgba(255,255,255,.78);
    font-weight: 900
}

.price-tag i {
    position: absolute;
    right: 10px;
    top: 11px;
    font-style: normal;
    font-size: 29px;
    filter: drop-shadow(0 0 12px #7aa7ff)
}

.coin,.sub-icon {
    width: 42px;
    height: 42px;
    margin-top: 22px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: radial-gradient(circle,rgba(109,120,255,.34),rgba(20,25,39,.92));
    color: #aeb8ff;
    font-size: 24px
}

.price-card h3 {
    font-size: 34px;
    margin: 10px 0 0;
    letter-spacing: -.05em
}

.price-card>p {
    margin: 0 0 20px;
    color: var(--muted);
    font-size: 13px;
    font-weight: 800
}

.price-card ul,.sub-card ul {
    list-style: none;
    margin: 0 0 18px;
    padding: 0;
    color: rgba(255,255,255,.62);
    font-size: 12px;
    font-weight: 700;
    line-height: 2
}

.price-card li:before,.sub-card li:before {
    content: "✦";
    color: #98a6ff;
    margin-right: 8px
}

.price-card small {
    display: block;
    width: 100%;
    padding: 9px;
    border-radius: 10px;
    background: rgba(255,255,255,.035);
    color: rgba(255,255,255,.48);
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px
}

.price-card button,.sub-card button:not(.sub-card__info-toggle) {
    width: 100%;
    height: 39px;
    border-radius: 9px;
    background: linear-gradient(180deg,rgba(255,255,255,.16),rgba(255,255,255,.07));
    font-weight: 900;
    color: rgba(255,255,255,.88);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 13px
}

.sub-card button {
    justify-content: center
}

.sub-card span {
    font-size: 28px;
    font-weight: 900;
    letter-spacing: .7px;
    color: ivory;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 16px;
}

.sub-card span i {
    font-style: normal;
    font-size: 13px;
    line-height: 1;
    border-radius: 999px;
    padding: 6px 10px;
    border: 1px solid rgba(255,255,255,.1);
    background: rgba(255,255,255,.04);
    color: rgba(255,255,255,.85);
    vertical-align: middle;
    font-weight: 900
}

.recommended span i {
    background-image: linear-gradient(90deg, #f598a8, #f6edb2);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.sub-card .sub-icon {
    margin: 22px 0 14px
}

.sub-card h3 {
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: baseline;
    gap: 6px;
    margin: 0 0 10px
}

.sub-card h3 small {
    font-size: 15px;
    font-weight: 800;
    color: rgba(255,255,255,.58)
}

.crown {
    color: #ffd16a
}

.vip span i {
    background-image: linear-gradient(90deg,#8ea2ff,#7ee1ff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    border: 1px solid rgba(255,255,255,.1);
    box-shadow: inset 0 0 0 999px rgba(255,255,255,.04);
}

.pricing-section .sub-card {
    border: 1px solid rgba(255,255,255,.08);
    background: #1a1a1b;
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 16px;
    box-shadow: 0 18px 40px rgba(0,0,0,.18);
    display: flex;
    flex-direction: column;
    position: relative
}

.pricing-section .sub-card.recommended {
    border-color: rgba(255,255,255,.08);
    box-shadow: 0 18px 40px rgba(0,0,0,.18)
}

.pricing-section .sub-card ul {
    margin: 0 0 6px;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 8px;
    color: rgba(255,255,255,.92);
    font-size: 15px;
    line-height: 1.28
}

.pricing-section .sub-card li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-weight: normal;
}

.pricing-section .sub-card li:before {
    content: "+";
    color: rgba(255,255,255,.9);
    margin-right: 0
}

.sub-card__price-row{
    margin-top:auto;
    padding-top:10px;
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:14px;
}

.sub-card__price{
    margin-top:0;
    padding-top:0;
    font-size: 32px;
    font-weight:950;
    line-height:1;
    letter-spacing:.1px;
    color:#f6f5f0;
    text-align:right;
    white-space:nowrap;
}
.sub-card__price small{
    display:block;
    margin-top:4px;
    font-size: 14px;
    font-weight:600;
    color:rgba(255,255,255,.72);
    text-transform:lowercase;
}

.sub-card__old-wrap{
    position:relative;
    margin-top:0;
    padding-top:0;
    display:flex;
    align-items:flex-end;
    justify-content:center;
    gap:8px;
}

.sub-card__old-price{
    font-size:22px;
    line-height:1;
    font-weight:700;
    color:rgba(255,255,255,.54);
    text-decoration:line-through;
    text-decoration-thickness:1.5px;
    text-decoration-color:rgba(255,255,255,.58);
    white-space:nowrap;
    letter-spacing:.2px;
}

.sub-card__info-toggle{
    width:22px;
    height:22px;
    border-radius:50%;
    background:transparent;
    color:rgba(255,255,255,.72);
    display:grid;
    place-items:center;
    cursor:pointer;
    padding:0;
    box-shadow:none;
}

.sub-card__info-toggle svg{
    width:13px;
    height:13px;
}

.sub-card__tooltip{
    position:absolute;
    left:50%;
    bottom:100%;
    transform:translate(-50%,-10px);
    min-width:300px;
    max-width:400px;
    text-align:center;
    border-radius:12px;
    padding:10px 12px;
    background:#E5E4E2;
    color: #1a1a1b;
    font-size:14px;
    font-weight:500;
    opacity:0;
    pointer-events:none;
    transition:opacity .2s ease, transform .2s ease;
}
.sub-card__tooltip::after{
    content:"";
    position:absolute;
    left: 50%;
    top: 90%;
    transform:translateX(-50%);
    width:14px;
    height:14px;
    background:#E5E4E2;
    rotate:45deg;
 }

.sub-card__old-wrap:hover .sub-card__tooltip,
.sub-card__old-wrap:focus-within .sub-card__tooltip,
.sub-card__old-wrap.is-open .sub-card__tooltip{
    opacity:1;
    transform:translate(-50%,-16px);
}

.pricing-section .sub-card button:not(.sub-card__info-toggle) {
    margin-top: 14px;
    min-height: 46px;
    height: 46px;
    width: 100%;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,.6);
    background: #E5E4E2;
    color: #0b0b0c;
    font-weight: bolder;
    font-size: 17px;
    line-height: 1;
    letter-spacing: .2px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.9),
      inset 0 -2px 4px rgba(0,0,0,.25),
      0 8px 20px rgba(0,0,0,.45),
      0 0 0 1px rgba(255,255,255,.15);
    position: relative;
    overflow: hidden
}

.pricing-section .sub-card button:not(.sub-card__info-toggle)::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #000;
    -webkit-mask-image: url("/static/img/bg2.png");
    -webkit-mask-repeat: repeat;
    -webkit-mask-size: 32px 51px;
    mask-image: url("/static/img/bg2.png");
    mask-repeat: repeat;
    mask-size: 32px 51px;
    opacity: .12;
    pointer-events: none
}

.pricing-section .sub-card button:not(.sub-card__info-toggle):hover {
    filter: brightness(1.03)
}

.pricing-section .sub-card button:not(.sub-card__info-toggle):active {
    transform: translateY(1px);
    filter: brightness(.98)
}

.trust-row {
    height: 38px;
    margin-top: 11px;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap
}

.trust-row span {
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 9px;
    background: rgba(255,255,255,.025);
    padding: 8px 12px;
    font-size: 12px;
    color: rgba(255,255,255,.68);
    font-weight: 700
}

.steps {
    display: grid;
    grid-template-columns: 1fr 50px 1fr 50px 1fr;
    gap: 0;
    align-items: center
}

.steps article {
    height: 94px;
    padding: 16px 22px;
    position: relative;
    display: grid;
    grid-template-columns: 38px 1fr;
    column-gap: 12px
}

.steps article b {
    position: absolute;
    left: 14px;
    top: 13px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg,#7c65ff,#29345e);
    box-shadow: 0 0 20px rgba(124,101,255,.5)
}

.steps article span {
    grid-row: 1/3;
    align-self: center;
    margin-top: 17px;
    font-size: 28px;
    color: #fff
}

.steps article h3 {
    font-size: 14px;
    margin: 0 0 6px
}

.steps article p {
    font-size: 11px;
    color: var(--muted);
    font-weight: 700;
    line-height: 1.45;
    margin: 0
}

.steps>i {
    height: 2px;
    background: linear-gradient(90deg,transparent,#6fb6ff,transparent);
    box-shadow: 0 0 12px #7c8cff;
    position: relative
}

.steps>i:after {
    content: "•••";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-58%);
    color: #88c4ff;
    letter-spacing: 4px
}

.trend-grid {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 14px
}

.trend {
    height: 230px;
    position: relative;
    overflow: hidden;
    background: #111
}

.trend span {
    position: absolute;
    left: 12px;
    top: 10px;
    padding: 5px 10px;
    border-radius: 999px;
    background: rgba(20,22,36,.58);
    border: 1px solid rgba(255,255,255,.18);
    font-size: 12px;
    font-weight: 900
}

.trend footer {
    position: absolute;
    left: 13px;
    right: 13px;
    bottom: 9px;
    font-size: 12px;
    font-weight: 900;
    color: rgba(255,255,255,.86)
}

.t1 {
    background: radial-gradient(circle at 45% 25%,#e9b7ad 0 10%,transparent 18%),linear-gradient(145deg,#192d42,#7c91a4 45%,#121621)
}

.t2 {
    background: radial-gradient(circle at 50% 48%,#e9ebed 0 16%,transparent 17%),linear-gradient(180deg,#061323,#213f69 65%,#05080c)
}

.t3 {
    background: linear-gradient(150deg,#471730,#ff744e 44%,#111221 45% 100%)
}

.t4 {
    background: linear-gradient(145deg,#c8d4e4,#33465e 48%,#10151d)
}

.t5 {
    background: radial-gradient(circle at 50% 42%,#f1f1e5 0 15%,transparent 16%),linear-gradient(135deg,#213023,#172238 60%,#080b0d)
}

.cta {
    margin: 26px 0 24px;
    min-height: 130px;
    border-radius: 20px;
    padding: 25px 34px;
    display: grid;
    grid-template-columns: 95px 1fr 300px;
    gap: 20px;
    align-items: center;
    background: radial-gradient(circle at 50% 0%,rgba(113,100,255,.35),transparent 55%),linear-gradient(180deg,rgba(23,28,50,.95),rgba(11,13,22,.95));
    box-shadow: 0 0 50px rgba(105,101,255,.28),inset 0 1px 0 rgba(255,255,255,.08)
}

.cta-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: radial-gradient(circle,rgba(128,104,255,.42),rgba(24,25,45,.72));
    font-size: 42px;
    color: #c4c9ff;
    box-shadow: 0 0 30px rgba(130,100,255,.8)
}

.cta-icon img,
.cta-icon svg{
    width: 80px;
    height: 80px;
    display:block;
    object-fit:contain;
}

.cta h2 {
    font-size: 26px;
    margin: 0 0 6px;
    letter-spacing: -.05em
}

.cta p {
    margin: 0;
    color: var(--muted);
    font-size: 15px;
    font-weight: 700
}

.arrow {
    gap: 33px
}

.arrow span {
    font-size: 33px
}

.footer {
    width: min(1148px,calc(100% - 96px));
    margin: 0 auto 24px;
    padding: 18px 8px 8px;
    border-top: 1px solid rgba(255,255,255,.08);
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    color: rgba(255,255,255,.62);
}

.footer-left{
    display:flex;
    flex-direction:column;
    gap:14px;
    min-width:0;
}

.footer-brand-line{
    display:flex;
    align-items:center;
    gap:10px;
    min-width:0;
}

.footer-brand-line b{
    font-size: 22px;
    color:#fff;
    line-height:1;
    flex:0 0 auto;
}

.footer-brand-line p{
    margin:0;
    font-size:14px;
    line-height:1.2;
    color:rgba(255,255,255,.82);
    font-weight:600;
    overflow:hidden;
    text-overflow:ellipsis;
}

.footer-legal-row{
    display:flex;
    align-items:center;
    gap:18px;
    flex-wrap:wrap;
}

.footer-legal-link{
    font-size:14px;
    line-height:1.25;
    color:#ffffff;
    border-bottom:2px solid #ffffff;
    padding-bottom:2px;
    cursor:pointer;
    user-select:none;
}

.footer-copy{
    font-size:14px;
    color:rgba(255,255,255,.7);
    white-space:nowrap;
}

.footer-right{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:flex-start;
    gap:10px;
}

.socials {
    display: flex;
    gap: 11px
}

.socials a {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.11);
    color: rgba(255,255,255,.84);
    text-decoration:none;
}

.cookie-consent {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 24px;
    z-index: 120;
    display: flex;
    justify-content: center;
    pointer-events: none;
}

.cookie-consent[hidden] {
    display: none;
}

.cookie-consent__card {
    width: min(620px, calc(100vw - 40px));
    background: rgba(18,16,24,.96);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 18px;
    box-shadow: 0 28px 70px rgba(0,0,0,.56);
    padding: 22px 24px;
    color: #fff;
    pointer-events: auto;
}

.cookie-consent__card h3 {
    margin: 0 0 12px;
    font-size: 16px;
    line-height: 1.06;
    letter-spacing: -.03em;
}

.cookie-consent__card p {
    margin: 0;
    color: rgba(255,255,255,.86);
    font-size: 12px;
    line-height: 1.34;
}

.cookie-consent__card a {
    display: inline-block;
    margin-top: 12px;
    color: #fff;
    font-size: 12px;
    line-height: 1.2;
    border-bottom: 2px solid rgba(255,255,255,.88);
    text-decoration: none;
}

.cookie-consent__card button {
    margin-top: 16px;
    width: 20%;
    height: 40px;
    font-size: 14px;
    margin-left: 45%;
}

.modal {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.45);
    z-index: 50;
    display: none;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px)
}

.modal.show {
    display: flex
}

.modal-card {
    position: relative;
    width: 360px;
    border-radius: 16px;
    padding: 27px 22px;
    text-align: center
}

.modal-close {
    position: absolute;
    right: 15px;
    top: 12px;
    background: transparent;
    color: rgba(255,255,255,.65);
    font-size: 30px
}

.modal-card h2 {
    margin: 0 0 8px;
    font-size: 23px
}

.modal-card>p {
    margin: 0 0 18px;
    color: var(--muted);
    font-size: 13px
}

.auth-option {
    width: 100%;
    height: 58px;
    margin-bottom: 10px;
    border-radius: 10px;
    padding: 0 14px;
    display: grid;
    grid-template-columns: 40px 1fr;
    text-align: left;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.1)
}

.auth-option span {
    grid-row: 1/3;
    align-self: center;
    width: 34px;
    height: 34px;
    border-radius: 9px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg,#41b7ff,#6e63ff)
}

.auth-option b {
    align-self: end
}

.auth-option small {
    color: var(--muted);
    font-size: 11px
}

.terms {
    display: block;
    margin-top: 10px;
    color: rgba(255,255,255,.45);
    font-size: 10px;
    line-height: 1.4
}

.reveal {
    opacity: 0;
    transform: translateY(20px);
    transition: .7s ease
}

.reveal.visible {
    opacity: 1;
    transform: none
}


/* Email auth flow popup (photo -> code) */
.email-flow-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.45);
    backdrop-filter: blur(4px);
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease;
    z-index: 120;
}
.email-flow-modal {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(.96);
    width: min(380px, calc(100vw - 24px));
    border-radius: 10px;
    background: #f1ebe0;
    color: #2d2a2d;
    opacity: 0;
    pointer-events: none;
    transition: transform .2s ease, opacity .2s ease;
    z-index: 121;
    box-shadow: 0 20px 60px rgba(0,0,0,.35);
}
.auth-screen.email-flow-open [data-email-flow-close].email-flow-backdrop,
.auth-screen.email-flow-open [data-email-flow-modal] {
    opacity: 1;
    pointer-events: auto;
}
.auth-screen.email-flow-open [data-email-flow-modal] { transform: translate(-50%, -50%) scale(1); }
.auth-screen.telegram-flow-open [data-telegram-flow-close].email-flow-backdrop,
.auth-screen.telegram-flow-open .telegram-flow-modal {
    opacity: 1;
    pointer-events: auto;
}
.auth-screen.telegram-flow-open .telegram-flow-modal { transform: translate(-50%, -50%) scale(1); }
.email-flow-modal__top {
    height: 32px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 10px;
    font-size: 14px;
    color: #6d6567;
    background: linear-gradient(90deg, #c2a8ff, #f4a24d);
    border-radius: 10px 10px 0 0;
}
.email-flow-modal__top button {
    margin-left: auto;
    border: 0;
    background: transparent;
    font-size: 24px;
    line-height: 1;
}
.email-flow-modal__body {
    padding: 16px 16px 6px 16px;
}
.email-flow-modal__body h3 {
    margin: 0px 0px 30px 0px;
    text-align: center;
    font-size: 28px;
    line-height: .9;
}
.email-flow-modal__lead {margin: 0 0 8px;font-size: 16px;font-weight: 700;/* text-align: center; */}
.email-flow-modal__hint {margin: 0 0 10px;font-size: 13px;}
.email-flow-input {
    width: 100%;
    height: 44px;
    border-radius: 8px;
    border: 1px solid #b8acaa;
    padding: 0 10px;
    background: transparent;
}
.email-flow-btn {
    width: 100%;
    height: 44px;
    border-radius: 8px;
    border: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #0b0b0c;
    color: #fff;
    font-weight: 700;
}
.email-flow-btn.is-loading {
    position: relative;
    color: transparent !important;
    pointer-events: none;
}
.email-flow-btn.is-loading::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 22px;
    height: 22px;
    margin-top: -11px;
    margin-left: -11px;
    border-radius: 50%;
    border: 2.5px solid rgba(255,255,255,.35);
    border-top-color: #fff;
    animation: ipix-spin .8s linear infinite;
}
@keyframes ipix-spin {
    to { transform: rotate(360deg); }
}
.email-flow-code {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 8px;
    margin: 10px 0 12px;
    width: 100%;
}
.email-flow-code input {
    width: 100%;
    min-width: 0;
    height: 42px;
    border-radius: 10px;
    border: 1px solid #b8acaa;
    text-align: center;
    font-size: 22px;
    background: transparent;
    padding: 0;
    appearance: none;
    -webkit-appearance: none;
}
.email-flow-resend-row {
    margin: 0 0 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.email-flow-resend {
    border: 0;
    background: transparent;
    color: #7e7578;
    font-size: 14px;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.email-flow-resend:disabled {
    text-decoration: none;
    opacity: .7;
    cursor: default;
}
.email-flow-resend-timer {
    color: #8b8385;
    font-size: 14px;
    font-weight: 700;
}
.email-flow-error {
    margin: 0;
    color: #FF0000;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    align-items: center;
}
.email-flow-actions {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 10px;
    align-items: center;
}
.email-flow-link {
    border: 0;
    background: transparent;
    font-size: 16px;
    text-align: left;
}

.telegram-flow-modal {
    width: min(460px, calc(100vw - 24px));
}

.telegram-flow-modal__body {
    text-align: center;
    padding-bottom: 16px;
}

.telegram-flow-hint {
    margin-bottom: 14px;
    font-size: 17px;
    line-height: 1.25;
}

.telegram-flow-qr-wrap {
    width: min(290px, 100%);
    margin: 0 auto 12px;
    padding: 10px;
    background: #fff;
}

.telegram-flow-qr-wrap img {
    width: 100%;
    display: block;
    height: auto;
}

.telegram-flow-timer {
    margin: 0 0 8px;
    color: #e85b2d;
    font-size: 19px;
    font-weight: 700;
}

.telegram-open-btn {
    margin-top: 8px;
}

.telegram-open-web-btn {
    width: 100%;
    height: 44px;
    border-radius: 10px;
    border: 1px solid #3f373b;
    background: transparent;
    font-size: 20px;
    line-height: 1;
    text-align: center;
}

/* Integrated web auth modal (kept functional) */
.auth-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(7, 6, 14, .55);
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease;
    z-index: 90;
}

.auth-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    width: min(500px, calc(100vw - 18px));
    transform: translate(-50%, -50%) scale(.96);
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .12);
    background: #141926;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .45);
    opacity: 0;
    pointer-events: none;
    transition: transform .2s ease, opacity .2s ease;
    z-index: 91;
}

.auth-modal__tabs {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 8px 10px;
    background: linear-gradient(90deg, #9aa8ef, #c572ff);
    color: #0e0b18;
    font-size: 12px;
    font-weight: 700;
}

.auth-modal__tabs button {
    margin-left: auto;
    border: none;
    background: transparent;
    font-size: 22px;
    cursor: pointer;
}

.auth-modal__body {
    padding: 18px 22px 20px;
    text-align: center;
}

.auth-modal h2 {
    margin: 4px 0 14px;
    font-size: 36px;
    line-height: .92;
    color: #fff;
}

.auth-btn {
    display: block;
    width: 100%;
    margin: 10px 0;
    border: 1px solid rgba(255,255,255,.24);
    border-radius: 12px;
    color: #fff;
    background: rgba(255, 255, 255, .06);
    padding: 12px;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
}

.auth-note {
    margin: 10px 0;
    font-size: 14px;
}

.auth-sep {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 6px 0;
    font-size: 14px;
    color: rgba(255,255,255,.7);
}

.auth-sep::before, .auth-sep::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.auth-email {
    display: grid;
    gap: 8px;
}

.auth-email__input {
    width: 100%;
    border: 1px solid rgba(255,255,255,.24);
    border-radius: 10px;
    background: rgba(255,255,255,.05);
    color: #fff;
    padding: 11px 12px;
}

body.modal-open .auth-backdrop, body.modal-open .auth-modal {
    opacity: 1;
    pointer-events: auto;
}

body.modal-open .auth-modal {
    transform: translate(-50%, -50%) scale(1);
}

.phone-card {
    inset: 0;
    background-image: url('/static/media/card.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.phone-card:before, .phone-card:after {
    content: none;
}

/* Fullscreen auth email controls */
.auth-screen .auth-email {
    margin-top: 12px;
    display: grid;
    gap: 12px;
}

.auth-screen .auth-email__input {
    width: 100%;
    height: 51px;
    border-radius: 9px;
    border: 2px solid rgba(41,33,38,.38);
    background: rgba(239,229,218,.22);
    color: #2b2629;
    padding: 0 14px;
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
}

/* MiniApp theme overrides for landing (keep auth-screen untouched) */
:root {
  --bg0:#0b0b0e;
  --bg1:#1b192b;
  --bg2:#2c2a3c;
  --bg3:#2b2959;
  --line:#55515f;
  --line2:#6d6974;
  --muted:#86858f;
  --muted2:#a6a1a8;
  --primary:#8e9ee6;
  --glass:rgba(44,42,60,.58);
  --glass2:rgba(27,25,43,.55);
  --stroke:rgba(109,105,116,.55);
  --stroke2:rgba(85,81,95,.45);
  --text:rgba(255,255,255,.92);
  --text-soft:rgba(255,255,255,.78);
  --text-dim:rgba(255,255,255,.62);
}

body {
  color: var(--text);
  background: var(--bg0);
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 0px;
}

#features {
  scroll-margin-top: 160px;
}
#pricing {
  scroll-margin-top: 50px;
}

#faq {
  scroll-margin-top: 120px;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image: url("/static/img/bg2.png");
  background-repeat: repeat;
  background-size: 32px 51px;
  background-position: left top;
  opacity: .2;
  z-index: -1;
  pointer-events: none;
}
.page-bg { display: none; }
.noise {
  opacity: .14;
  mix-blend-mode: overlay;
  background-image: url("/static/img/noise.svg");
  background-size: 240px 240px;
}

body > .header,
body > .shell,
body > .footer {
  color: var(--text);
}

.glass-border {
  border:1px solid var(--stroke2);
  background:linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.04));
  box-shadow:0 8px 20px rgba(0,0,0,.35);
  backdrop-filter: blur(18px);
}

.nav a,
.hero-subtitle,
.feature-card p,
.center-title p,
.sub-card ul,
.auth-note,
.footer p,
.footer a,
.trust-row span,
.steps article p,
.trend footer {
}
.hero h1,
.section h2,
.center-title h2,
.cta h2,
.sub-card h3,
.price-card h3,
.footer h4,
.brand,
.login-btn,
.primary-btn,
.secondary-btn {
  color: var(--text);
}

.section {
  border-color: var(--stroke2);
  /* background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.04)); */
}

.feature-card {
  border-color: var(--stroke2);
  background: #1a1a1b;
  backdrop-filter: blur(14px);
  box-shadow: 0 22px 60px rgba(0,0,0,.40);
}

.price-card{
  border-color: var(--stroke2);
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.04));
}

.sub-card {
  border-color: var(--stroke2);
  background: #1a1a1b;
  backdrop-filter: blur(14px);
  box-shadow: 0 22px 60px rgba(0,0,0,.40);
}

.steps article {
  border-color: var(--stroke2);
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.04));
}

.trend {
  border-color: var(--stroke2);
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.04));
}

.cta {
  border-color: var(--stroke2);
  background: #1a1a1b;
  backdrop-filter: blur(14px);
  box-shadow: 0 22px 60px rgba(0,0,0,.40);
}

.btn,.login-btn,.secondary-btn {
  border:1px solid var(--stroke2);
  background:rgba(255,255,255,.03);
  color:var(--text);
  border-radius:12px;
  transition:.15s transform, .15s filter, .15s background;
}
.login-btn:hover,.secondary-btn:hover { filter: brightness(1.06); }
.login-btn:active,.secondary-btn:active { transform: translateY(1px); }

.primary-btn {
  color: #0b0b0c;
  background: #E5E4E2;
  border: 1px solid rgba(255,255,255,0.6);
  border-radius: 16px;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.9),
    inset 0 -2px 4px rgba(0,0,0,0.25),
    0 8px 20px rgba(0,0,0,0.6),
    0 0 0 1px rgba(255,255,255,0.15);
  transition: all .15s ease;
  position: relative;
  overflow: hidden;
  font-weight: bolder;
}
.primary-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #000;
  -webkit-mask-image: url("/static/img/bg2.png");
  -webkit-mask-repeat: repeat;
  -webkit-mask-size: 32px 51px;
  mask-image: url("/static/img/bg2.png");
  mask-repeat: repeat;
  mask-size: 32px 51px;
  opacity: .4;
  pointer-events: none;
}
.primary-btn span,.primary-btn b,.primary-btn i { position: relative; z-index: 1; }

.chips span,
.price-tag i,
.coin,.sub-icon,
.cta-icon {
  background: transparent;
  /* border: 1px solid var(--stroke2); */
  color: var(--text);
  box-shadow: none;
}

.model-badges {
  margin: 10px 0 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
}
.model-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: var(--text-soft);
  padding: 6px 8px;
  border-radius: 999px;
  border: 1px solid var(--stroke2);
  background: rgba(255,255,255,.03);
}
.model-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.model-icon--nano {
  background-image: url('/static/img/landing-nano.svg');
}
.model-icon--kling {
  background-image: url('/static/img/landing-kling.svg');
}
.model-icon--veo {
  background-image: url('/static/img/landing-veo.svg');
}


.thumb-photo{
  background-image: url('/static/media/landing/thumb-photo.jpg');
  background-size: cover;
  background-position: center;
}

.thumb-video{
  background:none;
}
.thumb-video:before{display:none}

.feature-video{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  z-index:1;
}

.video-sound-toggle{
  position:absolute;
  left:10px;
  top:10px;
  z-index:3;
  width:38px;
  height:38px;
  border-radius:10px;
  border:1px solid rgba(255,255,255,.38);
  background:rgba(14,16,24,.62);
  color:#fff;
  font-size:18px;
  line-height:1;
  display:grid;
  place-items:center;
  cursor:pointer;
  backdrop-filter: blur(8px);
}
.video-sound-toggle .sound-ico{
  width:20px;
  height:20px;
  display:block;
}
.video-sound-toggle .sound-ico svg{
  width:100%;
  height:100%;
  display:block;
}
.video-sound-toggle .sound-ico--on{display:none}
.video-sound-toggle.is-on .sound-ico--on{display:block}
.video-sound-toggle.is-on .sound-ico--off{display:none}

.thumb-video .play{display:none}
.thumb-video em{z-index:3}

.thumb-collage{
  background-image:url('/static/media/landing/thumb-collage.jpeg');
  background-size:cover;
  background-position:center;
}

.thumb-dialog{
  background-image:url('/static/media/landing/thumb-dialog.png');
  background-size:cover;
  background-position:center;
}

.waveform{
  background-image:url('/static/media/landing/thumb-photo.jpg');
  background-size:cover;
  background-position:center;
}

.feature-tile .primary-btn {
    padding: 0px 0px 0px 0px;
}

.primary-btn svg,
.primary-btn i,
.secondary-btn svg,
.secondary-btn i,
.auth-wide svg,
.auth-wide i{
    flex: 0 0 auto;
}

.support-btn {
    font-size: 16px;
    padding: 0 19px !important;
}

/* Fullscreen auth screen */
body.auth-open {
    overflow: hidden
}

button.primary-btn {
    border: 0;
    cursor: pointer
}

.auth-screen {
    position: fixed;
    inset: 0;
    z-index: 100;
    display: grid;
    grid-template-columns: minmax(560px, 1fr) 650px;
    background: linear-gradient(
      90deg,
      #ece4d8 0%,
      #ece4d8 56%,
      #eacfc2 66%,
      #e8b39d 78%,
      #f19b7d 100%
    );
    color: #282326;
    opacity: 0;
    pointer-events: none;
    transform: translateY(18px) scale(.99);
    transition: opacity .35s ease, transform .35s ease;
    overflow: hidden;
}

.auth-screen.show {
    opacity: 1;
    pointer-events: auto;
    transform: none
}

.auth-back {
    position: absolute;
    left: 24px;
    top: 22px;
    z-index: 5;
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border: 0;
    background: transparent;
    color: #1f1b1d;
    font-size: 29px;
    line-height: 1;
    cursor: pointer;
}

.auth-content {
    position: relative;
    z-index: 2;
    min-height: 100vh;
    padding: 58px 64px 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.auth-logo {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0 0 36px;
    color: #201d21;
    font-size: 50px;
    font-weight: 650;
    letter-spacing: -.06em;
    line-height: 1;
}

.auth-mark {
    width: 46px;
    height: 46px;
    display: block;
    object-fit: contain;
    filter: none;
}

.auth-content h2 {
    max-width: 690px;
    margin: 0 0 56px;
    text-align: center;
    font-size: 24px;
    line-height: 1.1;
    letter-spacing: -.04em;
    color: #2a2528;
    font-weight: 500;
}

.auth-box {
    width: min(360px,100%);
    text-align: center;
}

.auth-label {
    margin: 0 0 18px;
    font-size: 25px;
    letter-spacing: -.045em;
    font-weight: 500;
}

.auth-wide {
    width: 100%;
    height: 51px;
    border-radius: 9px;
    border: 2px solid rgba(41,33,38,.68);
    background: rgba(239,229,218,.43);
    color: #2b2629;
    font-size: 25px;
    line-height: 1;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.22);
    cursor: pointer;
    transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

.auth-wide:hover {
    transform: translateY(-2px);
    background: rgba(255,247,236,.58);
    box-shadow: 0 10px 26px rgba(93,59,50,.12),inset 0 1px 0 rgba(255,255,255,.35)
}

.auth-wide span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.18em;
    height: 1em;
}

.auth-wide.email span {
    width: 1em;
    height: 1em;
}

.auth-wide.google span {
    width: 1em;
    height: 1em;
}

.auth-wide.telegram span {
    font-size: 1em;
    transform: none;
    display: inline-flex;
    align-items: center;
}

.auth-wide.telegram span svg {
    display: block;
}

.auth-wide.yandex span {
    font-size: 1.5em;
    transform: none;
    display: inline-flex;
    align-items: center;
    margin-right: -10px;
}

.auth-wide.yandex span svg {
    display: block;
}

.auth-wide.google span img,
.auth-wide.email span svg,
.auth-wide.telegram span svg,
.auth-wide.yandex span svg{
    display:block;
    width:100%;
    height:100%;
}

.socials a svg{
    display:block;
    margin-right: 3px;
}

.auth-note {
    margin: 18px 0 22px;
    font-size: 14px;
    font-weight: 500;
    color: #2d272a
}

.auth-note.bottom {
    margin: 14px 0 0
}

.auth-divider {
    display: grid;
    grid-template-columns: 1fr 48px 1fr;
    gap: 15px;
    align-items: center;
    margin: 0 0 16px;
    color: #312b2f;
    font-size: 17px
}

.auth-divider span {
    height: 1px;
    background: rgba(60,50,55,.33)
}

.auth-divider b {
    font-weight: 800
}

.auth-wide.google {
    margin-bottom: 20px
}

.auth-wide.yandex {
    margin-bottom: 8px;
}

.auth-terms {
    font-size: 12px;
    color: #3f373b;
    text-align: center;
}

.auth-terms a {
    color: #292327;
    text-decoration: underline;
    text-underline-offset: 3px;
    font-weight: 700
}

.auth-partners {
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin-top: auto;
    padding-top: 16px;
    color: rgba(45,38,42,.72);
    font-size: 16px;
    font-weight: 800
}

.auth-gallery {
    position: relative;
    height: 100vh;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    padding: 0 0 0 10px;
    overflow: hidden
}

.auth-gallery:before {
    content: "";
    position: absolute;
    left: -30px;
    top: 0;
    bottom: 0;
    width: 100px;
    /* background: linear-gradient(90deg,rgba(239,202,183,.95),rgba(239,202,183,0)); */
    z-index: 2;
    pointer-events: none
}

.gallery-column {
    position: relative;
    overflow: hidden
}

.column-right {
    /* transform: translateY(-66px); */
}

.gallery-track {
    display: flex;
    flex-direction: column;
    gap: 34px;
    will-change: transform;
    animation: auth-scroll-up 90s linear infinite;
}

.speed-right {
    animation-name: auth-scroll-down;
    animation-duration: 90s;
}

.auth-art {
    width: 100%;
    height: 304px;
    border-radius: 28px;
    flex: 0 0 auto;
    background: #191515;
    overflow: hidden;
    position: relative
}

.column-right .auth-art {
    border-radius: 28px
}

.auth-art:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,rgba(255,255,255,.05),rgba(0,0,0,.18));
    mix-blend-mode: screen
}

.art-1 {
  background-image: url('/static/media/auth/1.jpg');
  background-size: cover;
  background-position: center;
}

.art-2 {
  background-image: url('/static/media/auth/2.jpg');
  background-size: cover;
  background-position: center;
}

.art-3 {
  background-image: url('/static/media/auth/3.jpg');
  background-size: cover;
  background-position: center;
}

.art-4 {
  background-image: url('/static/media/auth/4.jpg');
  background-size: cover;
  background-position: center;
}

.art-5 {
  background-image: url('/static/media/auth/5.jpg');
  background-size: cover;
  background-position: center;
}

.art-6 {
  background-image: url('/static/media/auth/6.jpg');
  background-size: cover;
  background-position: center;
}

.art-7 {
  background-image: url('/static/media/auth/7.jpg');
  background-size: cover;
  background-position: center;
}

.art-8 {
  background-image: url('/static/media/auth/8.jpg');
  background-size: cover;
  background-position: center;
}

.art-9 {
  background-image: url('/static/media/auth/9.jpg');
  background-size: cover;
  background-position: center;
}

.art-10 {
  background-image: url('/static/media/auth/10.webp');
  background-size: cover;
  background-position: center;
}

@keyframes pulse {
    50% {
        transform: scale(1.06);
        filter: blur(42px)
    }
}

@media(max-width: 1100px) {
    .auth-screen {
        grid-template-columns:1fr
    }

    .auth-gallery {
        display: none
    }

    .auth-content {
        padding: 58px 32px 40px
    }

    .auth-partners {
        justify-content: center
    }

    .auth-content h2 {
        margin-bottom: 32px;
        font-size: 24px;
        max-width: 450px;
    }
}

@media(max-width: 1050px) {
    .shell,.footer {
        width:calc(100% - 36px)
    }

    .nav {
        display: none
    }

    .hero {
        grid-template-columns: 1fr
    }

    .hero-visual {
        order: -1;
        height: 460px
    }

    .pricing-wrap {
        grid-template-columns: 1fr
    }

    .packs {
        border-right: 0;
        padding-right: 0
    }

    .feature-grid,.trend-grid {
        grid-template-columns: repeat(2,1fr)
    }

    .features-showcase {
        padding: 24px
    }

    .features-head {
        grid-template-columns: 1fr;
        gap: 14px
    }

    .features-showcase .features-head h2 {
        font-size: 48px
    }

    .features-head__side p {
        font-size: 18px
    }

    .features-head__cta {
        font-size: 22px;
        height: 48px
    }

    .feature-showcase-grid {
        grid-template-columns: repeat(2,1fr)
    }

    .faq-layout{
        grid-template-columns:1fr;
    }

    .faq-side h2{
        font-size:52px;
    }

    .faq-side p{
        font-size:22px;
        max-width:none;
    }

    .faq-q{
        font-size:24px;
        min-height:56px;
    }

    .faq-a{
        font-size:18px;
    }

    .feature-tile .thumb {
        height: auto
    }

    .feature-action {
        font-size: 20px;
        height: 48px
    }

    .steps {
        grid-template-columns: 1fr;
        gap: 12px
    }

    .steps>i {
        display: none
    }

    .cta {
        grid-template-columns: 1fr;
        text-align: center
    }

    .cta-icon {
        margin: auto
    }

    .footer {
        grid-template-columns: 1fr 1fr
    }
}

@media (min-width: 1001px) and (max-width: 1050px) {
    .pricing-wrap {
        overflow-x: visible;
        scroll-snap-type: none;
    }

    .pricing-wrap .sub-cards {
        display: grid;
        grid-auto-flow: row;
        grid-auto-columns: auto;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        scroll-padding-inline: 0;
        padding-inline: 0;
    }

    .pricing-wrap .sub-card {
        scroll-snap-align: none;
    }
}

@media (min-width: 621px) and (max-width: 1050px) {
    .shell {
        width: 100%;
        margin: 0;
        padding-top: 78px;
    }

    .header {
        top: 0;
        height: 78px;
        padding: 14px 18px;
        border-radius: 0;
    }

    .hero-copy {
        display: none;
    }

    .hero {
        min-height: calc(100dvh - 78px);
        margin-bottom: 22px;
    }

    .hero-visual {
        order: initial;
        height: calc(100dvh - 78px);
    }

    .phone-glow {
        display: none;
    }

    .phone-card {
        width: 100%;
        height: 100%;
        border-radius: 0;
        box-shadow: none;
        padding: 0;
        border: 0;
        transform: none !important;
    }

    .phone-panel {
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        border-radius: 0;
        border: 0;
        text-align: center;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .72));
        padding: 24px 20px;
    }

    .phone-panel > h3:first-child,
    .phone-panel > p,
    .phone-panel > button:not(.mobile-hero-cta) {
        display: none;
    }

    .mobile-hero-title,
    .phone-panel h3 {
        display: block;
        margin: 0 0 20px 0;
        font-size: 35px;
        line-height: 1.02;
        color: #fff;
        letter-spacing: -.03em;
    }

    .mobile-hero-cta,
    .phone-panel button {
        display: inline-flex;
        width: 450px;
        max-width: 100%;
        height: 70px;
        border-radius: 12px;
        padding: 0 22px;
        font-size: 20px;
    }

    .features-head {
        text-align: center;
    }

    .features-head__side {
        text-align: center;
    }

    .features-showcase .features-head h2 {
        font-size: clamp(36px, 5vw, 52px);
    }

    .features-head__side p:last-child {
        display: none;
    }

    .feature-showcase-grid {
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: minmax(62vw, 1fr);
        grid-template-columns: none;
        overflow-x: auto;
        overscroll-behavior-x: contain;
        scroll-snap-type: x mandatory;
        scroll-padding-inline: 8vw;
        padding-inline: 8vw;
        padding-bottom: 6px;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .feature-showcase-grid::-webkit-scrollbar {
        display: none;
    }

    .feature-showcase-grid .feature-tile {
        scroll-snap-align: center;
    }

    .center-title h2 {
        font-size: 0;
    }

    .center-title h2::before {
        content: "Тарифы";
        font-size: clamp(42px, 6vw, 56px);
    }

    #pricing .center-title p {
        display: none;
    }

    .pricing-wrap {
        gap: 10px;
        margin-left: 3%;
        overflow-x: auto;
        overscroll-behavior-x: contain;
        scroll-snap-type: x mandatory;
        padding-bottom: 6px;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .pricing-wrap::-webkit-scrollbar {
        display: none;
    }

    .pricing-wrap .sub-cards {
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: minmax(70vw, 1fr);
        grid-template-columns: none;
        scroll-padding-inline: 8vw;
        padding-inline: 8vw;
    }

    .pricing-wrap .sub-card {
        scroll-snap-align: center;
    }

    .faq-block {
        padding: 18px;
    }

    .faq-layout {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .faq-side h2 {
        font-size: clamp(36px, 5vw, 48px);
        text-align: center;
        white-space: nowrap;
        width: 100%;
        line-height: 1;
        margin-bottom: 8px;
    }

    .faq-side p,
    .faq-side .support-btn {
        display: none;
    }

    .faq-item {
        padding: 14px 18px;
    }

    .faq-q {
        padding: 0;
        min-height: 52px;
        font-size: 30px;
    }

    .faq-a__inner,
    .faq-item.is-open .faq-a__inner {
        padding: 0;
        font-size: 22px;
    }

    .cta {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 14px;
        text-align: left;
        padding: 16px 18px;
    }

    .cta-left {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .cta .cta-desktop-copy,
    .cta .arrow {
        display: none;
    }

    .cta-mobile-title {
        display: inline-block;
        font-size: 36px;
        font-weight: 900;
        line-height: 1;
        color: #fff;
        letter-spacing: -.04em;
    }

    .cta-top-link {
        display: inline-flex;
        width: 34px;
        height: 34px;
        color: rgba(255, 255, 255, .92);
        align-items: center;
        justify-content: center;
        flex: 0 0 auto;
    }

    .footer {
        width: 100%;
        flex-direction: column;
        align-items: center;
        gap: 12px;
        text-align: center;
        padding: 18px;
    }

    .footer-brand-line b,
    .footer-brand-line .logo-spark {
        display: none;
    }

    .footer-brand-line p {
        margin: 0;
        white-space: normal;
    }

    .footer-left,
    .footer-right {
        display: contents;
    }

    .footer-brand-line {
        order: 1;
    }

    .socials {
        order: 2;
    }

    .footer-legal-row {
        order: 3;
        display: block;
    }

    .footer-legal-row .footer-legal-link {
        display: block;
        margin: 10px auto 0;
    }

    .footer-copy {
        order: 4;
    }
}

@media(max-width: 620px) {
    .shell {
        width: 100%;
        margin: 0;
        padding-top: 70px;
    }

    .header{
        height:70px;
    }

    .hero-copy{
        display:none;
    }

    .hero{
        min-height: calc(100dvh - 70px);
        margin-bottom: 18px;
    }

    .hero-visual{
        height: calc(100dvh - 70px);
    }

    .phone-glow{
        display:none;
    }

    .phone-card{
        width:100%;
        height:100%;
        border-radius:0;
        box-shadow:none;
        padding:0;
        border:0;
    }

    .phone-panel{
        left:0;
        right:0;
        bottom:0;
        width:100%;
        border-radius:0;
        background: linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.72));
        border:0;
        text-align:center;
        padding: 18px 14px;
    }

    .phone-panel > h3:first-child,
    .phone-panel > p,
    .phone-panel > button:not(.mobile-hero-cta){
        display:none;
    }

    .mobile-hero-title{
        display:block;
        margin:0 0 12px;
        font-size: 32px;
        line-height: 1.04;
        color:#fff;
        letter-spacing:-.03em;
    }

    .mobile-hero-cta{
        display:inline-flex;
        height:46px;
        border-radius:11px;
        padding:0 18px;
    }

    .header {
        height:70px;
        padding: 12px 14px;
        top: 0;
        border-radius: 0
    }

    .header-actions .login-btn span:last-child {
        display: none
    }

    .primary-btn.small {
        padding: 0 16px
    }

    .feature-grid,.trend-grid,.price-cards {
        grid-template-columns: 1fr
    }

    .features-showcase .features-head h2 {
        font-size: 30px
    }

    .features-head__side p {
        font-size: 16px
    }

    .features-head{
        text-align:center;
    }

    .features-head__side p:last-child{
        display:none;
    }

    .feature-showcase-grid {
        display:grid;
        grid-auto-flow:column;
        grid-auto-columns:minmax(82vw,1fr);
        grid-template-columns:none;
        overflow-x:auto;
        overscroll-behavior-x:contain;
        scroll-snap-type:x mandatory;
        scroll-padding-inline: 9vw;
        padding-inline: 9vw;
        padding-bottom:6px;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .feature-showcase-grid::-webkit-scrollbar{ display:none; }
    .feature-showcase-grid .feature-tile{ scroll-snap-align:center; }

    .faq-block{
        padding:14px;
    }

    .faq-side h2{
        font-size:28px;
        white-space:nowrap;
        margin-bottom:6px;
        text-align:center;
        width:100%;
        line-height:1;
    }

    .faq-side h2 br{
        display:inline;
    }

    .faq-side h2 br::before{
        content:" ";
    }

    .faq-side p, .faq-side .support-btn{ display:none; }

    .faq-q{
        font-size:18px;
        padding:0;
    }

    .faq-q span{
        font-size:24px;
    }

    .faq-item{
        padding: 12px 14px;
    }

    .faq-a__inner{
        font-size:14px;
        padding:0 14px 12px;
    }

    .faq-item.is-open .faq-a__inner{
        padding:0 14px 12px;
        opacity:1;
        transform:translateY(0);
    }

    .feature-tile .thumb {
        height: auto
    }

    .feature-action {
        font-size: 18px
    }

    .pricing-wrap {
        gap: 10px;
        margin-left: 3%;
        overflow-x:auto;
        overscroll-behavior-x:contain;
        scroll-snap-type:x mandatory;
        padding-bottom:6px;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .pricing-wrap::-webkit-scrollbar{ display:none; }
    .pricing-wrap .sub-cards{
        display:grid;
        grid-auto-flow:column;
        grid-auto-columns:minmax(86vw,1fr);
        grid-template-columns:none;
        scroll-padding-inline: 7vw;
        padding-inline: 7vw;
    }
    .pricing-wrap .sub-card{ scroll-snap-align:center; }

    .center-title h2{ font-size: 34px; }
    .center-title h2::after{ content:""; }
    #pricing .center-title h2{ font-size:0; }
    #pricing .center-title h2::before{
        content:"Тарифы";
        font-size:34px;
    }
    #pricing .center-title p{ display:none; }

    .cta{
        display:flex;
        align-items:center;
        justify-content:space-between;
        gap:10px;
        text-align:left;
        padding:14px 12px;
        min-height:74px;
    }
    .cta-left{
        display:flex;
        align-items:center;
        gap:10px;
    }
    .cta .cta-desktop-copy,
    .cta .arrow{
        display:none;
    }
    .cta-mobile-title{
        display:inline-block;
        font-size:30px;
        font-weight:900;
        line-height:1;
        color:#fff;
        letter-spacing:-.04em;
    }
    .cta-top-link{
        display:inline-flex;
        width:28px;
        height:28px;
        color:rgba(255,255,255,.92);
        align-items:center;
        justify-content:center;
        flex:0 0 auto;
    }

    .footer {
        width: 100%;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        text-align:center;
        padding: 16px 14px 10px;
    }

    .footer-brand-line img,
    .footer-brand-line b{ display:none; }
    .footer-brand-line p{
        margin:0;
        white-space:normal;
        font-size:15px;
    }
    .footer-left,
    .footer-right{
        display:contents;
    }
    .socials{ order:2; }
    .footer-brand-line{ order:1; }
    .footer-legal-row{
        order:3;
        display:block;
    }
    .footer-legal-row .footer-legal-link{
        display:block;
        margin:8px auto 0;
    }
    .footer-copy{
        order:4;
    }

    .modal-card {
        width: calc(100% - 32px)
    }

    .cta-icon {
        width: 50px;
        height: 50px;
    }
    .cta-icon img,
    .cta-icon svg {
        width: 50px;
        height: 50px;
    }

    .footer-brand-line .logo-spark {
        display: none
    }

    .faq-a__inner {
        padding: 0;
    }

    .faq-item.is-open .faq-a__inner {
        padding: 0;
        font-size: 16px;
    }

    .phone-card {
        transform: none !important;
    }

    .phone-panel h3 {
        margin:0 0 12px;
        font-size: 32px;
    }

    .phone-panel button {
        width: 95%;
        height: 50px;
        font-size: 18px
    }

    #features {
        margin-top: 0px;
        padding-right: 0px;
        padding-left: 0px;
    }

    #pricing {
        margin-top: 0px;
    }

    #faq {
        margin-top: 0px;
    }

    .cookie-consent {
        bottom: 14px;
    }

    .cookie-consent__card {
        width: calc(100vw - 20px);
        border-radius: 14px;
        padding: 18px 16px;
    }

    .cookie-consent__card h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .cookie-consent__card p,
    .cookie-consent__card a {
        font-size: 12px;
    }

    .cookie-consent__card button {
        height: 40px;
        font-size: 14px;
        margin-left: 23%;
        border-radius: 10px;
        width: 22%;
    }

    .auth-logo {
        font-size:36px;
        margin-top: 20px;
        gap: 4px;
    }

    .auth-mark {
        width: 40px;
        height: 40px;
        object-fit: contain;
    }

    .auth-content h2 {
        font-size: 18px;
    }

    .auth-label {
        font-size: 24px;
    }

    .auth-wide {
        font-size: 24px;
    }

    .auth-partners {
        font-size: 16px;
        gap: 14px;
        width: 100%;
    }

    .auth-terms {
        margin-top: 20px;
        font-size: 10px;
    }

    .telegram-flow-modal__body {
        padding-bottom: 12px;
    }

    .telegram-flow-hint {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .telegram-flow-qr-wrap {
        width: min(230px, 100%);
        margin-bottom: 10px;
        padding: 8px;
    }

    .telegram-flow-timer {
        font-size: 16px;
    }

    .telegram-open-web-btn {
        font-size: 17px;
        height: 42px;
    }
}

@media(max-width: 425px) {
    .shell {
        width: 100%;
        margin: 0;
        padding-top: 70px;
    }

    .header{
        height:70px;
    }

    .hero-copy{
        display:none;
    }

    .hero{
        min-height: calc(100dvh - 70px);
        margin-bottom: 18px;
    }

    .hero-visual{
        height: calc(100dvh - 70px);
    }

    .phone-glow{
        display:none;
    }

    .phone-card{
        width:100%;
        height:100%;
        border-radius:0;
        box-shadow:none;
        padding:0;
        border:0;
    }

    .phone-panel{
        left:0;
        right:0;
        bottom:0;
        width:100%;
        border-radius:0;
        background: linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.72));
        border:0;
        text-align:center;
        padding: 18px 14px;
    }

    .phone-panel > h3:first-child,
    .phone-panel > p,
    .phone-panel > button:not(.mobile-hero-cta){
        display:none;
    }

    .mobile-hero-title{
        display:block;
        margin:0 0 12px;
        font-size: 32px;
        line-height: 1.04;
        color:#fff;
        letter-spacing:-.03em;
    }

    .mobile-hero-cta{
        display:inline-flex;
        height:46px;
        border-radius:11px;
        padding:0 18px;
    }

    .header {
        height:70px;
        padding: 12px 14px;
        top: 0;
        border-radius: 0
    }

    .header-actions .login-btn span:last-child {
        display: none
    }

    .primary-btn.small {
        padding: 0 16px
    }

    .feature-grid,.trend-grid,.price-cards {
        grid-template-columns: 1fr
    }

    .features-showcase .features-head h2 {
        font-size: 30px
    }

    .features-head__side p {
        font-size: 16px
    }

    .features-head{
        text-align:center;
    }

    .features-head__side p:last-child{
        display:none;
    }

    .feature-showcase-grid {
        display:grid;
        grid-auto-flow:column;
        grid-auto-columns:minmax(82vw,1fr);
        grid-template-columns:none;
        overflow-x:auto;
        overscroll-behavior-x:contain;
        scroll-snap-type:x mandatory;
        scroll-padding-inline: 9vw;
        padding-inline: 9vw;
        padding-bottom:6px;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .feature-showcase-grid::-webkit-scrollbar{ display:none; }
    .feature-showcase-grid .feature-tile{ scroll-snap-align:center; }

    .faq-block{
        padding:14px;
    }

    .faq-side h2{
        font-size:28px;
        white-space:nowrap;
        margin-bottom:6px;
        text-align:center;
        width:100%;
        line-height:1;
    }

    .faq-side h2 br{
        display:inline;
    }

    .faq-side h2 br::before{
        content:" ";
    }

    .faq-side p, .faq-side .support-btn{ display:none; }

    .faq-q{
        font-size:18px;
        padding:0;
    }

    .faq-q span{
        font-size:24px;
    }

    .faq-item{
        padding: 12px 14px;
    }

    .faq-a__inner{
        font-size:14px;
        padding:0 14px 12px;
    }

    .faq-item.is-open .faq-a__inner{
        padding:0 14px 12px;
        opacity:1;
        transform:translateY(0);
    }

    .feature-tile .thumb {
        height: auto
    }

    .feature-action {
        font-size: 18px
    }

    .pricing-wrap {
        gap: 10px;
        margin-left: 3%;
        overflow-x:auto;
        overscroll-behavior-x:contain;
        scroll-snap-type:x mandatory;
        padding-bottom:6px;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .pricing-wrap::-webkit-scrollbar{ display:none; }
    .pricing-wrap .sub-cards{
        display:grid;
        grid-auto-flow:column;
        grid-auto-columns:minmax(86vw,1fr);
        grid-template-columns:none;
        scroll-padding-inline: 7vw;
        padding-inline: 7vw;
    }
    .pricing-wrap .sub-card{ scroll-snap-align:center; }

    .center-title h2{ font-size: 34px; }
    .center-title h2::after{ content:""; }
    #pricing .center-title h2{ font-size:0; }
    #pricing .center-title h2::before{
        content:"Тарифы";
        font-size:34px;
    }
    #pricing .center-title p{ display:none; }

    .cta{
        display:flex;
        align-items:center;
        justify-content:space-between;
        gap:10px;
        text-align:left;
        padding:14px 12px;
        min-height:74px;
    }
    .cta-left{
        display:flex;
        align-items:center;
        gap:10px;
    }
    .cta .cta-desktop-copy,
    .cta .arrow{
        display:none;
    }
    .cta-mobile-title{
        display:inline-block;
        font-size:30px;
        font-weight:900;
        line-height:1;
        color:#fff;
        letter-spacing:-.04em;
    }
    .cta-top-link{
        display:inline-flex;
        width:28px;
        height:28px;
        color:rgba(255,255,255,.92);
        align-items:center;
        justify-content:center;
        flex:0 0 auto;
    }

    .footer {
        width: 100%;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        text-align:center;
        padding: 16px 14px 10px;
    }

    .footer-brand-line img,
    .footer-brand-line b{ display:none; }
    .footer-brand-line p{
        margin:0;
        white-space:normal;
        font-size:15px;
    }
    .footer-left,
    .footer-right{
        display:contents;
    }
    .socials{ order:2; }
    .footer-brand-line{ order:1; }
    .footer-legal-row{
        order:3;
        display:block;
    }
    .footer-legal-row .footer-legal-link{
        display:block;
        margin:8px auto 0;
    }
    .footer-copy{
        order:4;
    }

    .modal-card {
        width: calc(100% - 32px)
    }

    .cta-icon {
        width: 50px;
        height: 50px;
    }
    .cta-icon img,
    .cta-icon svg {
        width: 50px;
        height: 50px;
    }

    .footer-brand-line .logo-spark {
        display: none
    }

    .faq-a__inner {
        padding: 0;
    }

    .faq-item.is-open .faq-a__inner {
        padding: 0;
        font-size: 16px;
    }

    .phone-card {
        transform: none !important;
    }

    .phone-panel h3 {
        margin:0 0 12px;
        font-size: 32px;
    }

    .phone-panel button {
        width: 95%;
        height: 50px;
        font-size: 18px
    }

    #features {
        margin-top: 0px;
        padding-right: 0px;
        padding-left: 0px;
    }

    #pricing {
        margin-top: 0px;
    }

    #faq {
        margin-top: 0px;
    }

    .cookie-consent {
        bottom: 14px;
    }

    .cookie-consent__card {
        width: calc(100vw - 20px);
        border-radius: 14px;
        padding: 18px 16px;
    }

    .cookie-consent__card h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .cookie-consent__card p,
    .cookie-consent__card a {
        font-size: 12px;
    }

    .cookie-consent__card button {
        height: 40px;
        font-size: 13px;
        margin-left: 19%;
        border-radius: 10px;
        width: 22%;
    }

    .auth-logo {
        font-size:36px;
        margin-top: 20px;
        gap: 4px;
    }

    .auth-mark {
        width: 40px;
        height: 40px;
        object-fit: contain;
    }

    .auth-content h2 {
        font-size: 18px;
    }

    .auth-label {
        font-size: 24px;
    }

    .auth-wide {
        font-size: 24px;
    }

    .auth-partners {
        font-size: 16px;
        gap: 14px;
        width: 100%;
    }

    .auth-terms {
        margin-top: 20px;
        font-size: 10px;
    }

    .telegram-flow-modal__body {
        padding-bottom: 12px;
    }

    .telegram-flow-hint {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .telegram-flow-qr-wrap {
        width: min(230px, 100%);
        margin-bottom: 10px;
        padding: 8px;
    }

    .telegram-flow-timer {
        font-size: 16px;
    }

    .telegram-open-web-btn {
        font-size: 17px;
        height: 42px;
    }

    .sub-card span {
        font-size: 28px;
    }

    .sub-card__price {
        font-size: 28px;
    }
}

@media(max-width: 375px) {
    .shell {
        width: 100%;
        margin: 0;
        padding-top: 70px;
    }

    .header{
        height:70px;
    }

    .hero-copy{
        display:none;
    }

    .hero{
        min-height: calc(100dvh - 70px);
        margin-bottom: 18px;
    }

    .hero-visual{
        height: calc(100dvh - 70px);
    }

    .phone-glow{
        display:none;
    }

    .phone-card{
        width:100%;
        height:100%;
        border-radius:0;
        box-shadow:none;
        padding:0;
        border:0;
    }

    .phone-panel{
        left:0;
        right:0;
        bottom:0;
        width:100%;
        border-radius:0;
        background: linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.72));
        border:0;
        text-align:center;
        padding: 18px 14px;
    }

    .phone-panel > h3:first-child,
    .phone-panel > p,
    .phone-panel > button:not(.mobile-hero-cta){
        display:none;
    }

    .mobile-hero-title{
        display:block;
        margin:0 0 12px;
        font-size: 32px;
        line-height: 1.04;
        color:#fff;
        letter-spacing:-.03em;
    }

    .mobile-hero-cta{
        display:inline-flex;
        height:46px;
        border-radius:11px;
        padding:0 18px;
    }

    .header {
        height:70px;
        padding: 12px 14px;
        top: 0;
        border-radius: 0
    }

    .header-actions .login-btn span:last-child {
        display: none
    }

    .primary-btn.small {
        padding: 0 16px;
        height: 40px;
    }

    .feature-grid,.trend-grid,.price-cards {
        grid-template-columns: 1fr
    }

    .features-showcase .features-head h2 {
        font-size: 26px;
    }

    .features-head__side p {
        font-size: 16px
    }

    .features-head{
        text-align:center;
    }

    .features-head__side p:last-child{
        display:none;
    }

    .feature-showcase-grid {
        display:grid;
        grid-auto-flow:column;
        grid-auto-columns:minmax(82vw,1fr);
        grid-template-columns:none;
        overflow-x:auto;
        overscroll-behavior-x:contain;
        scroll-snap-type:x mandatory;
        scroll-padding-inline: 9vw;
        padding-inline: 9vw;
        padding-bottom:6px;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .feature-showcase-grid::-webkit-scrollbar{ display:none; }
    .feature-showcase-grid .feature-tile{ scroll-snap-align:center; }

    .faq-block{
        padding:14px;
    }

    .faq-side h2{
        font-size: 26px;
        white-space:nowrap;
        margin-bottom:6px;
        text-align:center;
        width:100%;
        line-height:1;
    }

    .faq-side h2 br{
        display:inline;
    }

    .faq-side h2 br::before{
        content:" ";
    }

    .faq-side p, .faq-side .support-btn{ display:none; }

    .faq-q{
        font-size: 16px;
        padding:0;
    }

    .faq-q span{
        font-size:24px;
    }

    .faq-item{
        padding: 12px 14px;
    }

    .faq-a__inner{
        font-size:14px;
        padding:0 14px 12px;
    }

    .faq-item.is-open .faq-a__inner{
        padding:0 14px 12px;
        opacity:1;
        transform:translateY(0);
    }

    .feature-tile .thumb {
        height: auto
    }

    .feature-action {
        font-size: 18px
    }

    .pricing-wrap {
        gap: 10px;
        margin-left: 3%;
        overflow-x:auto;
        overscroll-behavior-x:contain;
        scroll-snap-type:x mandatory;
        padding-bottom:6px;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .pricing-wrap::-webkit-scrollbar{ display:none; }
    .pricing-wrap .sub-cards{
        display:grid;
        grid-auto-flow:column;
        grid-auto-columns:minmax(86vw,1fr);
        grid-template-columns:none;
        scroll-padding-inline: 7vw;
        padding-inline: 7vw;
    }
    .pricing-wrap .sub-card{ scroll-snap-align:center; }

    .center-title h2{ font-size: 34px; }
    .center-title h2::after{ content:""; }
    #pricing .center-title h2{ font-size:0; }
    #pricing .center-title h2::before{
        content:"Тарифы";
        font-size: 30px;
    }
    #pricing .center-title p{ display:none; }

    .cta{
        display:flex;
        align-items:center;
        justify-content:space-between;
        gap:10px;
        text-align:left;
        padding:14px 12px;
        min-height:74px;
    }
    .cta-left{
        display:flex;
        align-items:center;
        gap:10px;
    }
    .cta .cta-desktop-copy,
    .cta .arrow{
        display:none;
    }
    .cta-mobile-title{
        display:inline-block;
        font-size: 26px;
        font-weight:900;
        line-height:1;
        color:#fff;
        letter-spacing:-.04em;
    }
    .cta-top-link{
        display:inline-flex;
        width:28px;
        height:28px;
        color:rgba(255,255,255,.92);
        align-items:center;
        justify-content:center;
        flex:0 0 auto;
    }

    .footer {
        width: 100%;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        text-align:center;
        padding: 16px 14px 10px;
    }

    .footer-brand-line img,
    .footer-brand-line b{ display:none; }
    .footer-brand-line p{
        margin:0;
        white-space:normal;
        font-size:15px;
    }
    .footer-left,
    .footer-right{
        display:contents;
    }
    .socials{ order:2; }
    .footer-brand-line{ order:1; }
    .footer-legal-row{
        order:3;
        display:block;
    }
    .footer-legal-row .footer-legal-link{
        display:block;
        margin:8px auto 0;
    }
    .footer-copy{
        order:4;
    }

    .modal-card {
        width: calc(100% - 32px)
    }

    .cta-icon {
        width: 35px;
        height: 35px;
    }
    .cta-icon img,
    .cta-icon svg {
        width: 35px;
        height: 35px;
    }

    .footer-brand-line .logo-spark {
        display: none
    }

    .faq-a__inner {
        padding: 0;
    }

    .faq-item.is-open .faq-a__inner {
        padding: 0;
        font-size: 16px;
    }

    .phone-card {
        transform: none !important;
    }

    .phone-panel h3 {
        margin:0 0 12px;
        font-size: 28px;
    }

    .phone-panel button {
        width: 95%;
        height: 50px;
        font-size: 16px;
    }

    #features {
        margin-top: 0px;
        padding-right: 0px;
        padding-left: 0px;
    }

    #pricing {
        margin-top: 0px;
    }

    #faq {
        margin-top: 0px;
    }

    .cookie-consent {
        bottom: 14px;
    }

    .cookie-consent__card {
        width: calc(100vw - 20px);
        border-radius: 14px;
        padding: 18px 16px;
    }

    .cookie-consent__card h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .cookie-consent__card p,
    .cookie-consent__card a {
        font-size: 12px;
    }

    .cookie-consent__card button {
        height: 35px;
        font-size: 13px;
        margin-left: 9%;
        border-radius: 10px;
        width: 24%;
    }

    .auth-logo {
        font-size:36px;
        margin-top: 20px;
        gap: 4px;
    }

    .auth-mark {
        width: 40px;
        height: 40px;
        object-fit: contain;
    }

    .auth-content h2 {
        font-size: 18px;
    }

    .auth-label {
        font-size: 20px;
    }

    .auth-wide {
        font-size: 18px;
        height: 41px;
    }

    .auth-partners {
        font-size: 12px;
        gap: 14px;
        width: 100%;
    }

    .auth-terms {
        margin-top: 20px;
        font-size: 10px;
    }

    .telegram-flow-modal__body {
        padding-bottom: 12px;
    }

    .telegram-flow-hint {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .telegram-flow-qr-wrap {
        width: min(230px, 100%);
        margin-bottom: 10px;
        padding: 8px;
    }

    .telegram-flow-timer {
        font-size: 16px;
    }

    .telegram-open-web-btn {
        font-size: 17px;
        height: 42px;
    }

    .model-icon {
      width: 14px;
      height: 14px;
      display: inline-block;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
    }

    .auth-divider b {
        font-size: 14px;
    }

    /* Email auth flow popup (photo -> code) */
    .email-flow-backdrop {
        position: absolute;
        inset: 0;
        background: rgba(0,0,0,.45);
        backdrop-filter: blur(4px);
        opacity: 0;
        pointer-events: none;
        transition: opacity .2s ease;
        z-index: 120;
    }
    .email-flow-modal {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%) scale(.96);
        width: min(380px, calc(100vw - 24px));
        border-radius: 10px;
        background: #f1ebe0;
        color: #2d2a2d;
        opacity: 0;
        pointer-events: none;
        transition: transform .2s ease, opacity .2s ease;
        z-index: 121;
        box-shadow: 0 20px 60px rgba(0,0,0,.35);
    }
    .auth-screen.email-flow-open [data-email-flow-close].email-flow-backdrop,
    .auth-screen.email-flow-open [data-email-flow-modal] {
        opacity: 1;
        pointer-events: auto;
    }
    .auth-screen.email-flow-open [data-email-flow-modal] { transform: translate(-50%, -50%) scale(1); }
    .auth-screen.telegram-flow-open [data-telegram-flow-close].email-flow-backdrop,
    .auth-screen.telegram-flow-open .telegram-flow-modal {
        opacity: 1;
        pointer-events: auto;
    }
    .auth-screen.telegram-flow-open .telegram-flow-modal { transform: translate(-50%, -50%) scale(1); }
    .email-flow-modal__top {
        height: 32px;
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 0 10px;
        font-size: 12px;
        color: #6d6567;
        background: linear-gradient(90deg, #c2a8ff, #f4a24d);
        border-radius: 10px 10px 0 0;
    }
    .email-flow-modal__top button {
        margin-left: auto;
        border: 0;
        background: transparent;
        font-size: 24px;
        line-height: 1;
    }
    .email-flow-modal__body {
        padding: 16px 16px 6px 16px;
    }
    .email-flow-modal__body h3 {
        margin: 0px 0px 15px 0px;
        text-align: center;
        font-size: 24px;
        line-height: .9;
    }
    .email-flow-modal__lead {margin: 0 0 8px;font-size: 15px;font-weight: 700;/* text-align: center; */display: none;}
    .email-flow-modal__hint {margin: 0 0 10px;font-size: 13px;}
    .email-flow-input {
        width: 100%;
        height: 44px;
        border-radius: 8px;
        border: 1px solid #b8acaa;
        padding: 0 10px;
        background: transparent;
    }
    .email-flow-btn {
        width: 100%;
        height: 44px;
        border-radius: 8px;
        border: 0;
        margin-top: 10px;
        margin-bottom: 10px;
        background: #0b0b0c;
        color: #fff;
        font-weight: 700;
        font-size: 15px;
    }
    .email-flow-btn.is-loading {
        position: relative;
        color: transparent !important;
        pointer-events: none;
    }
    .email-flow-btn.is-loading::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 22px;
        height: 22px;
        margin-top: -11px;
        margin-left: -11px;
        border-radius: 50%;
        border: 2.5px solid rgba(255,255,255,.35);
        border-top-color: #fff;
        animation: ipix-spin .8s linear infinite;
    }
    @keyframes ipix-spin {
        to { transform: rotate(360deg); }
    }
    .email-flow-code {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        gap: 8px;
        margin: 10px 0 12px;
        width: 100%;
    }
    .email-flow-code input {
        width: 100%;
        min-width: 0;
        height: 42px;
        border-radius: 10px;
        border: 1px solid #b8acaa;
        text-align: center;
        font-size: 22px;
        background: transparent;
        padding: 0;
        appearance: none;
        -webkit-appearance: none;
    }
    .email-flow-resend-row {
        margin: 0 0 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
    }
    .email-flow-resend {
        border: 0;
        background: transparent;
        color: #7e7578;
        font-size: 14px;
        font-weight: 700;
        text-decoration: underline;
        text-underline-offset: 2px;
    }
    .email-flow-resend:disabled {
        text-decoration: none;
        opacity: .7;
        cursor: default;
    }
    .email-flow-resend-timer {
        color: #8b8385;
        font-size: 14px;
        font-weight: 700;
    }
    .email-flow-error {
        margin: 0;
        color: #FF0000;
        font-size: 14px;
        font-weight: 700;
        text-align: center;
        align-items: center;
    }
    .email-flow-actions {
        display: grid;
        grid-template-columns: 1fr 2fr;
        gap: 10px;
        align-items: center;
    }
    .email-flow-link {
        border: 0;
        background: transparent;
        font-size: 16px;
        text-align: left;
    }

    .telegram-flow-modal {
        width: min(460px, calc(100vw - 24px));
    }

    .telegram-flow-modal__body {
        text-align: center;
        padding-bottom: 16px;
    }

    .telegram-flow-hint {
        margin-bottom: 14px;
        font-size: 15px;
        line-height: 1.25;
    }

    .telegram-flow-qr-wrap {
        width: min(290px, 100%);
        margin: 0 auto 12px;
        padding: 10px;
        background: #fff;
    }

    .telegram-flow-qr-wrap img {
        width: 100%;
        display: block;
        height: auto;
    }

    .telegram-flow-timer {
        margin: 0 0 8px;
        color: #e85b2d;
        font-size: 17px;
        font-weight: 700;
    }

    .telegram-open-btn {
        margin-top: 8px;
    }

    .telegram-open-web-btn {
        width: 100%;
        height: 40px;
        border-radius: 10px;
        border: 1px solid #3f373b;
        background: transparent;
        font-size: 15px;
        line-height: 1;
        text-align: center;
    }

    /* Integrated web auth modal (kept functional) */
    .auth-backdrop {
        position: fixed;
        inset: 0;
        background: rgba(7, 6, 14, .55);
        opacity: 0;
        pointer-events: none;
        transition: opacity .2s ease;
        z-index: 90;
    }

    .auth-modal {
        position: fixed;
        top: 50%;
        left: 50%;
        width: min(500px, calc(100vw - 18px));
        transform: translate(-50%, -50%) scale(.96);
        border-radius: 14px;
        overflow: hidden;
        border: 1px solid rgba(255, 255, 255, .12);
        background: #141926;
        box-shadow: 0 20px 60px rgba(0, 0, 0, .45);
        opacity: 0;
        pointer-events: none;
        transition: transform .2s ease, opacity .2s ease;
        z-index: 91;
    }

    .auth-modal__tabs {
        display: flex;
        align-items: center;
        gap: 14px;
        padding: 8px 10px;
        background: linear-gradient(90deg, #9aa8ef, #c572ff);
        color: #0e0b18;
        font-size: 12px;
        font-weight: 700;
    }

    .auth-modal__tabs button {
        margin-left: auto;
        border: none;
        background: transparent;
        font-size: 22px;
        cursor: pointer;
    }

    .auth-modal__body {
        padding: 18px 22px 20px;
        text-align: center;
    }

    .auth-modal h2 {
        margin: 4px 0 14px;
        font-size: 36px;
        line-height: .92;
        color: #fff;
    }

    .auth-btn {
        display: block;
        width: 100%;
        margin: 10px 0;
        border: 1px solid rgba(255,255,255,.24);
        border-radius: 12px;
        color: #fff;
        background: rgba(255, 255, 255, .06);
        padding: 12px;
        font-size: 20px;
        font-weight: 600;
        cursor: pointer;
    }

    .auth-note {
        margin: 10px 0;
        font-size: 14px;
    }

    .auth-sep {
        display: flex;
        align-items: center;
        gap: 12px;
        margin: 6px 0;
        font-size: 14px;
        color: rgba(255,255,255,.7);
    }

    .auth-sep::before, .auth-sep::after {
        content: "";
        flex: 1;
        border-bottom: 1px solid rgba(255, 255, 255, .2);
    }

    .auth-email {
        display: grid;
        gap: 8px;
    }

    .auth-email__input {
        width: 100%;
        border: 1px solid rgba(255,255,255,.24);
        border-radius: 10px;
        background: rgba(255,255,255,.05);
        color: #fff;
        padding: 11px 12px;
    }

    body.modal-open .auth-backdrop, body.modal-open .auth-modal {
        opacity: 1;
        pointer-events: auto;
    }

    body.modal-open .auth-modal {
        transform: translate(-50%, -50%) scale(1);
    }

    .phone-card {
        inset: 0;
        background-image: url('/static/media/card.jpg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .phone-card:before, .phone-card:after {
        content: none;
    }

    /* Fullscreen auth email controls */
    .auth-screen .auth-email {
        margin-top: 12px;
        display: grid;
        gap: 12px;
    }

    .auth-screen .auth-email__input {
        width: 100%;
        height: 51px;
        border-radius: 9px;
        border: 2px solid rgba(41,33,38,.38);
        background: rgba(239,229,218,.22);
        color: #2b2629;
        padding: 0 14px;
        font-size: 20px;
        line-height: 1;
        font-weight: 500;
    }

    .sub-card span {
        font-size: 26px;
    }

    .sub-card__price {
        font-size: 26px;
    }
}

@media(max-width: 340px) {
    .shell {
        width: 100%;
        margin: 0;
        padding-top: 70px;
    }

    .header{
        height:70px;
    }

    .hero-copy{
        display:none;
    }

    .hero{
        min-height: calc(100dvh - 70px);
        margin-bottom: 18px;
    }

    .hero-visual{
        height: calc(100dvh - 70px);
    }

    .phone-glow{
        display:none;
    }

    .phone-card{
        width:100%;
        height:100%;
        border-radius:0;
        box-shadow:none;
        padding:0;
        border:0;
    }

    .phone-panel{
        left:0;
        right:0;
        bottom:0;
        width:100%;
        border-radius:0;
        background: linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.72));
        border:0;
        text-align:center;
        padding: 18px 14px;
    }

    .phone-panel > h3:first-child,
    .phone-panel > p,
    .phone-panel > button:not(.mobile-hero-cta){
        display:none;
    }

    .mobile-hero-title{
        display:block;
        margin:0 0 12px;
        font-size: 32px;
        line-height: 1.04;
        color:#fff;
        letter-spacing:-.03em;
    }

    .mobile-hero-cta{
        display:inline-flex;
        height:46px;
        border-radius:11px;
        padding:0 18px;
    }

    .header {
        height:70px;
        padding: 12px 14px;
        top: 0;
        border-radius: 0
    }

    .header-actions .login-btn span:last-child {
        display: none
    }

    .primary-btn.small {
        padding: 0 16px;
        height: 40px;
    }

    .feature-grid,.trend-grid,.price-cards {
        grid-template-columns: 1fr
    }

    .features-showcase .features-head h2 {
        font-size: 26px;
    }

    .features-head__side p {
        font-size: 16px
    }

    .features-head{
        text-align:center;
    }

    .features-head__side p:last-child{
        display:none;
    }

    .feature-showcase-grid {
        display:grid;
        grid-auto-flow:column;
        grid-auto-columns:minmax(82vw,1fr);
        grid-template-columns:none;
        overflow-x:auto;
        overscroll-behavior-x:contain;
        scroll-snap-type:x mandatory;
        scroll-padding-inline: 9vw;
        padding-inline: 9vw;
        padding-bottom:6px;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .feature-showcase-grid::-webkit-scrollbar{ display:none; }
    .feature-showcase-grid .feature-tile{ scroll-snap-align:center; }

    .faq-block{
        padding:14px;
    }

    .faq-side h2{
        font-size: 26px;
        white-space:nowrap;
        margin-bottom:6px;
        text-align:center;
        width:100%;
        line-height:1;
    }

    .faq-side h2 br{
        display:inline;
    }

    .faq-side h2 br::before{
        content:" ";
    }

    .faq-side p, .faq-side .support-btn{ display:none; }

    .faq-q{
        font-size: 16px;
        padding:0;
    }

    .faq-q span{
        font-size:24px;
    }

    .faq-item{
        padding: 12px 14px;
    }

    .faq-a__inner{
        font-size:14px;
        padding:0 14px 12px;
    }

    .faq-item.is-open .faq-a__inner{
        padding:0 14px 12px;
        opacity:1;
        transform:translateY(0);
    }

    .feature-tile .thumb {
        height: auto
    }

    .feature-action {
        font-size: 18px
    }

    .pricing-wrap {
        gap: 10px;
        margin-left: 3%;
        overflow-x:auto;
        overscroll-behavior-x:contain;
        scroll-snap-type:x mandatory;
        padding-bottom:6px;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .pricing-wrap::-webkit-scrollbar{ display:none; }
    .pricing-wrap .sub-cards{
        display:grid;
        grid-auto-flow:column;
        grid-auto-columns:minmax(86vw,1fr);
        grid-template-columns:none;
        scroll-padding-inline: 7vw;
        padding-inline: 7vw;
    }
    .pricing-wrap .sub-card{ scroll-snap-align:center; }

    .center-title h2{ font-size: 34px; }
    .center-title h2::after{ content:""; }
    #pricing .center-title h2{ font-size:0; }
    #pricing .center-title h2::before{
        content:"Тарифы";
        font-size: 30px;
    }
    #pricing .center-title p{ display:none; }

    .cta{
        display:flex;
        align-items:center;
        justify-content:space-between;
        gap:10px;
        text-align:left;
        padding:14px 12px;
        min-height:74px;
    }
    .cta-left{
        display:flex;
        align-items:center;
        gap:10px;
    }
    .cta .cta-desktop-copy,
    .cta .arrow{
        display:none;
    }
    .cta-mobile-title{
        display:inline-block;
        font-size: 26px;
        font-weight:900;
        line-height:1;
        color:#fff;
        letter-spacing:-.04em;
    }
    .cta-top-link{
        display:inline-flex;
        width:28px;
        height:28px;
        color:rgba(255,255,255,.92);
        align-items:center;
        justify-content:center;
        flex:0 0 auto;
    }

    .footer {
        width: 100%;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        text-align:center;
        padding: 16px 14px 10px;
    }

    .footer-brand-line img,
    .footer-brand-line b{ display:none; }
    .footer-brand-line p{
        margin:0;
        white-space:normal;
        font-size:15px;
    }
    .footer-left,
    .footer-right{
        display:contents;
    }
    .socials{ order:2; }
    .footer-brand-line{ order:1; }
    .footer-legal-row{
        order:3;
        display:block;
    }
    .footer-legal-row .footer-legal-link{
        display:block;
        margin:8px auto 0;
    }
    .footer-copy{
        order:4;
    }

    .modal-card {
        width: calc(100% - 32px)
    }

    .cta-icon {
        width: 35px;
        height: 35px;
    }
    .cta-icon img,
    .cta-icon svg {
        width: 35px;
        height: 35px;
    }

    .footer-brand-line .logo-spark {
        display: none
    }

    .faq-a__inner {
        padding: 0;
    }

    .faq-item.is-open .faq-a__inner {
        padding: 0;
        font-size: 16px;
    }

    .phone-card {
        transform: none !important;
    }

    .phone-panel h3 {
        margin:0 0 12px;
        font-size: 28px;
    }

    .phone-panel button {
        width: 95%;
        height: 50px;
        font-size: 16px;
    }

    #features {
        margin-top: 0px;
        padding-right: 0px;
        padding-left: 0px;
    }

    #pricing {
        margin-top: 0px;
    }

    #faq {
        margin-top: 0px;
    }

    .cookie-consent {
        bottom: 14px;
    }

    .cookie-consent__card {
        width: calc(100vw - 20px);
        border-radius: 14px;
        padding: 18px 16px;
    }

    .cookie-consent__card h3 {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .cookie-consent__card p,
    .cookie-consent__card a {
        font-size: 10px;
    }

    .cookie-consent__card button {
        height: 36px;
        font-size: 12px;
        margin-left: 10%;
        border-radius: 10px;
        width: 25%;
    }

    .auth-logo {
        font-size:36px;
        margin-top: 20px;
        gap: 4px;
    }

    .auth-mark {
        width: 40px;
        height: 40px;
        object-fit: contain;
    }

    .auth-content h2 {
        font-size: 18px;
    }

    .auth-label {
        font-size: 20px;
    }

    .auth-wide {
        font-size: 18px;
        height: 41px;
    }

    .auth-partners {
        font-size: 12px;
        gap: 14px;
        width: 100%;
    }

    .auth-terms {
        margin-top: 20px;
        font-size: 10px;
    }

    .telegram-flow-modal__body {
        padding-bottom: 12px;
    }

    .telegram-flow-hint {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .telegram-flow-qr-wrap {
        width: min(230px, 100%);
        margin-bottom: 10px;
        padding: 8px;
    }

    .telegram-flow-timer {
        font-size: 16px;
    }

    .telegram-open-web-btn {
        font-size: 17px;
        height: 42px;
    }

    .model-icon {
      width: 14px;
      height: 14px;
      display: inline-block;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
    }

    .auth-divider b {
        font-size: 14px;
    }

    /* Email auth flow popup (photo -> code) */
    .email-flow-backdrop {
        position: absolute;
        inset: 0;
        background: rgba(0,0,0,.45);
        backdrop-filter: blur(4px);
        opacity: 0;
        pointer-events: none;
        transition: opacity .2s ease;
        z-index: 120;
    }
    .email-flow-modal {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%) scale(.96);
        width: min(380px, calc(100vw - 24px));
        border-radius: 10px;
        background: #f1ebe0;
        color: #2d2a2d;
        opacity: 0;
        pointer-events: none;
        transition: transform .2s ease, opacity .2s ease;
        z-index: 121;
        box-shadow: 0 20px 60px rgba(0,0,0,.35);
    }
    .auth-screen.email-flow-open [data-email-flow-close].email-flow-backdrop,
    .auth-screen.email-flow-open [data-email-flow-modal] {
        opacity: 1;
        pointer-events: auto;
    }
    .auth-screen.email-flow-open [data-email-flow-modal] { transform: translate(-50%, -50%) scale(1); }
    .auth-screen.telegram-flow-open [data-telegram-flow-close].email-flow-backdrop,
    .auth-screen.telegram-flow-open .telegram-flow-modal {
        opacity: 1;
        pointer-events: auto;
    }
    .auth-screen.telegram-flow-open .telegram-flow-modal { transform: translate(-50%, -50%) scale(1); }
    .email-flow-modal__top {
        height: 32px;
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 0 10px;
        font-size: 12px;
        color: #6d6567;
        background: linear-gradient(90deg, #c2a8ff, #f4a24d);
        border-radius: 10px 10px 0 0;
    }
    .email-flow-modal__top button {
        margin-left: auto;
        border: 0;
        background: transparent;
        font-size: 24px;
        line-height: 1;
    }
    .email-flow-modal__body {
        padding: 16px 16px 6px 16px;
    }
    .email-flow-modal__body h3 {
        margin: 0px 0px 15px 0px;
        text-align: center;
        font-size: 24px;
        line-height: .9;
    }
    .email-flow-modal__lead {margin: 0 0 8px;font-size: 15px;font-weight: 700;/* text-align: center; */display: none;}
    .email-flow-modal__hint {margin: 0 0 10px;font-size: 13px;}
    .email-flow-input {
        width: 100%;
        height: 44px;
        border-radius: 8px;
        border: 1px solid #b8acaa;
        padding: 0 10px;
        background: transparent;
    }
    .email-flow-btn {
        width: 100%;
        height: 44px;
        border-radius: 8px;
        border: 0;
        margin-top: 10px;
        margin-bottom: 10px;
        background: #0b0b0c;
        color: #fff;
        font-weight: 700;
        font-size: 15px;
    }
    .email-flow-btn.is-loading {
        position: relative;
        color: transparent !important;
        pointer-events: none;
    }
    .email-flow-btn.is-loading::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 22px;
        height: 22px;
        margin-top: -11px;
        margin-left: -11px;
        border-radius: 50%;
        border: 2.5px solid rgba(255,255,255,.35);
        border-top-color: #fff;
        animation: ipix-spin .8s linear infinite;
    }
    @keyframes ipix-spin {
        to { transform: rotate(360deg); }
    }
    .email-flow-code {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        gap: 8px;
        margin: 10px 0 12px;
        width: 100%;
    }
    .email-flow-code input {
        width: 100%;
        min-width: 0;
        height: 42px;
        border-radius: 10px;
        border: 1px solid #b8acaa;
        text-align: center;
        font-size: 22px;
        background: transparent;
        padding: 0;
        appearance: none;
        -webkit-appearance: none;
    }
    .email-flow-resend-row {
        margin: 0 0 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
    }
    .email-flow-resend {
        border: 0;
        background: transparent;
        color: #7e7578;
        font-size: 14px;
        font-weight: 700;
        text-decoration: underline;
        text-underline-offset: 2px;
    }
    .email-flow-resend:disabled {
        text-decoration: none;
        opacity: .7;
        cursor: default;
    }
    .email-flow-resend-timer {
        color: #8b8385;
        font-size: 14px;
        font-weight: 700;
    }
    .email-flow-error {
        margin: 0;
        color: #FF0000;
        font-size: 14px;
        font-weight: 700;
        text-align: center;
        align-items: center;
    }
    .email-flow-actions {
        display: grid;
        grid-template-columns: 1fr 2fr;
        gap: 10px;
        align-items: center;
    }
    .email-flow-link {
        border: 0;
        background: transparent;
        font-size: 16px;
        text-align: left;
    }

    .telegram-flow-modal {
        width: min(460px, calc(100vw - 24px));
    }

    .telegram-flow-modal__body {
        text-align: center;
        padding-bottom: 16px;
    }

    .telegram-flow-hint {
        margin-bottom: 14px;
        font-size: 15px;
        line-height: 1.25;
    }

    .telegram-flow-qr-wrap {
        width: min(290px, 100%);
        margin: 0 auto 12px;
        padding: 10px;
        background: #fff;
    }

    .telegram-flow-qr-wrap img {
        width: 100%;
        display: block;
        height: auto;
    }

    .telegram-flow-timer {
        margin: 0 0 8px;
        color: #e85b2d;
        font-size: 17px;
        font-weight: 700;
    }

    .telegram-open-btn {
        margin-top: 8px;
    }

    .telegram-open-web-btn {
        width: 100%;
        height: 40px;
        border-radius: 10px;
        border: 1px solid #3f373b;
        background: transparent;
        font-size: 15px;
        line-height: 1;
        text-align: center;
    }

    /* Integrated web auth modal (kept functional) */
    .auth-backdrop {
        position: fixed;
        inset: 0;
        background: rgba(7, 6, 14, .55);
        opacity: 0;
        pointer-events: none;
        transition: opacity .2s ease;
        z-index: 90;
    }

    .auth-modal {
        position: fixed;
        top: 50%;
        left: 50%;
        width: min(500px, calc(100vw - 18px));
        transform: translate(-50%, -50%) scale(.96);
        border-radius: 14px;
        overflow: hidden;
        border: 1px solid rgba(255, 255, 255, .12);
        background: #141926;
        box-shadow: 0 20px 60px rgba(0, 0, 0, .45);
        opacity: 0;
        pointer-events: none;
        transition: transform .2s ease, opacity .2s ease;
        z-index: 91;
    }

    .auth-modal__tabs {
        display: flex;
        align-items: center;
        gap: 14px;
        padding: 8px 10px;
        background: linear-gradient(90deg, #9aa8ef, #c572ff);
        color: #0e0b18;
        font-size: 12px;
        font-weight: 700;
    }

    .auth-modal__tabs button {
        margin-left: auto;
        border: none;
        background: transparent;
        font-size: 22px;
        cursor: pointer;
    }

    .auth-modal__body {
        padding: 18px 22px 20px;
        text-align: center;
    }

    .auth-modal h2 {
        margin: 4px 0 14px;
        font-size: 36px;
        line-height: .92;
        color: #fff;
    }

    .auth-btn {
        display: block;
        width: 100%;
        margin: 10px 0;
        border: 1px solid rgba(255,255,255,.24);
        border-radius: 12px;
        color: #fff;
        background: rgba(255, 255, 255, .06);
        padding: 12px;
        font-size: 20px;
        font-weight: 600;
        cursor: pointer;
    }

    .auth-note {
        margin: 10px 0;
        font-size: 14px;
    }

    .auth-sep {
        display: flex;
        align-items: center;
        gap: 12px;
        margin: 6px 0;
        font-size: 14px;
        color: rgba(255,255,255,.7);
    }

    .auth-sep::before, .auth-sep::after {
        content: "";
        flex: 1;
        border-bottom: 1px solid rgba(255, 255, 255, .2);
    }

    .auth-email {
        display: grid;
        gap: 8px;
    }

    .auth-email__input {
        width: 100%;
        border: 1px solid rgba(255,255,255,.24);
        border-radius: 10px;
        background: rgba(255,255,255,.05);
        color: #fff;
        padding: 11px 12px;
    }

    body.modal-open .auth-backdrop, body.modal-open .auth-modal {
        opacity: 1;
        pointer-events: auto;
    }

    body.modal-open .auth-modal {
        transform: translate(-50%, -50%) scale(1);
    }

    .phone-card {
        inset: 0;
        background-image: url('/static/media/card.jpg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .phone-card:before, .phone-card:after {
        content: none;
    }

    /* Fullscreen auth email controls */
    .auth-screen .auth-email {
        margin-top: 12px;
        display: grid;
        gap: 12px;
    }

    .auth-screen .auth-email__input {
        width: 100%;
        height: 51px;
        border-radius: 9px;
        border: 2px solid rgba(41,33,38,.38);
        background: rgba(239,229,218,.22);
        color: #2b2629;
        padding: 0 14px;
        font-size: 20px;
        line-height: 1;
        font-weight: 500;
    }

    .sub-card span {
        font-size: 24px;
    }

    .sub-card__price {
        font-size: 24px;
    }
}


@keyframes auth-scroll-up {
    from {
        transform: translateY(0)
    }

    to {
        transform: translateY(calc(-50% - 17px))
    }
}

@keyframes auth-scroll-down {
    from {
        transform: translateY(calc(-50% - 17px))
    }

    to {
        transform: translateY(0)
    }
}

/* Subscriptions section (from Subscriptions.zip) */
.pricing-section.subscriptions {
    padding: 52px 24px 90px;
    background: #f5f5f2;
    color: #121212;
    border-radius: 24px;
}

.subscriptions__inner {
    max-width: 1152px;
    margin: 0 auto;
}

.subscriptions__title {
    margin: 0;
    text-align: center;
    font-size: 28px;
    line-height: 1.3;
    font-weight: 500;
    color: #121212;
}

.plans {
    margin-top: 32px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.plan {
    border-radius: 16px;
    border: 1px solid rgba(31, 31, 30, 0.15);
    background: #ffffff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    padding: 24px;
    display: flex;
    flex-direction: column;
    min-height: 497px;
}

.plan__top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.plan__icon {
    width: 64px;
    height: 64px;
    display: block;
    flex: 0 0 64px;
}

.plan__quota {
    margin-top: 4px;
    background: #f0f0ed;
    border-radius: 999px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    color: #121212;
    white-space: nowrap;
}

.plan__name {
    margin: 16px 0 0;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: #121212;
}

.plan__desc {
    margin: 8px 0 0;
    font-size: 14px;
    line-height: 20px;
    color: #373734;
}

.plan__price-row {
    margin-top: 8px;
    display: flex;
    align-items: flex-end;
    gap: 8px;
}

.plan__price {
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
    color: #121212;
}

.plan__period {
    font-size: 12px;
    line-height: 15px;
    color: #373734;
    transform: translateY(-6px);
}

.plan__button {
    margin-top: 26px;
    border: 0;
    border-radius: 9.6px;
    min-height: 44px;
    background: #121212;
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    cursor: pointer;
}

.plan__button:hover {
    opacity: 0.92;
}

.plan__features {
    margin: 16px -24px 0;
    border-top: 1px solid #ebebe8;
    padding: 24px;
}

.plan__lead {
    margin: 0 0 8px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #373734;
}

.feature-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 4px;
}

.feature-list li {
    position: relative;
    padding-left: 24px;
    font-size: 14px;
    line-height: 20px;
    color: #373734;
}

.feature-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 16px;
    height: 16px;
    background: url("/static/media/landing/subscriptions/check.svg") center / 16px 16px no-repeat;
}

@media (max-width: 1080px) {
    .pricing-section.subscriptions .plans {
        display: flex;
        gap: 14px;
        overflow-x: auto;
        overscroll-behavior-x: contain;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        padding: 4px 12px 10px;
        margin-left: -12px;
        margin-right: -12px;
    }

    .pricing-section.subscriptions .plan {
        min-height: auto;
        flex: 0 0 min(86vw, 460px);
        scroll-snap-align: center;
    }

    .pricing-section.subscriptions .plans::-webkit-scrollbar {
        display: none;
    }
}

/* Dark landing overrides for subscriptions */
.pricing-section.subscriptions {
    background: transparent;
    color: #ecebe7;
}

.pricing-section.subscriptions .subscriptions__title {
    color: #ecebe7;
}

.pricing-section.subscriptions .plan {
    background: linear-gradient(180deg, #2f2f2f 0%, #2b2b2b 100%);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02);
}

.pricing-section.subscriptions .plan__icon {
    opacity: 0.98;
}

.pricing-section.subscriptions .plan__quota {
    background: #0b0b0c;
    color: #b9b7b1;
}

.pricing-section.subscriptions .plan__name {
    color: #f3f2ef;
}

.pricing-section.subscriptions .plan__desc,
.pricing-section.subscriptions .plan__period,
.pricing-section.subscriptions .plan__lead,
.pricing-section.subscriptions .feature-list li {
    color: #bab8b2;
}

.pricing-section.subscriptions .plan__price {
    color: #f3f2ef;
}

.pricing-section.subscriptions .plan__button {
    background: #E5E4E2;
    color: #0b0b0c;
}

.pricing-section.subscriptions .plan__features {
    border-top-color: rgba(255, 255, 255, 0.1);
}
