@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Unbounded:wght@500;600;700&display=swap');

[hidden] { display: none !important; }
.svgDefs { position: absolute; width: 0; height: 0; overflow: hidden; }

:root {
  --blackberry: #7f30e3;
  --raspberry: #f90479;
  --cloudberry: #fe5f00;
  --ink: #17041f;
  --muted: #725e76;
  --cream: #fffaf0;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #0f0015; color: var(--ink); font-family: "Manrope", "Segoe UI", Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; position: relative; z-index: 2; }

.hero {
  position: relative; min-height: 920px; overflow: hidden; color: white;
  background: radial-gradient(circle at 56% 22%, #b300e7 0 17%, transparent 41%), linear-gradient(130deg, #7000c9 0%, #b000d6 42%, #fa0579 100%);
  isolation: isolate; border-radius: 0 0 38px 38px;
}
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(69,0,96,.18), transparent 62%); pointer-events: none; }
.aurora { position: absolute; border-radius: 42% 58% 62% 38% / 50% 44% 56% 50%; filter: blur(3px); opacity: .88; z-index: -1; will-change: transform, border-radius; }
.auroraOne { width: 700px; height: 700px; right: -190px; top: -150px; background: radial-gradient(circle at 40% 35%, #7c00ff, #a000dc 48%, #fa0579 80%); animation: blobFloat 12s ease-in-out infinite alternate; }
.auroraTwo { width: 520px; height: 520px; left: -260px; bottom: -150px; background: radial-gradient(circle at 65% 35%, #ff1a83, #d000ca 48%, #7023ff 100%); animation: blobFloatTwo 14s ease-in-out infinite alternate; }
.auroraThree { width: 300px; height: 420px; right: 26%; bottom: -230px; background: linear-gradient(160deg, rgba(254,95,0,.8), rgba(249,4,121,.1)); filter: blur(36px); animation: glowDrift 10s ease-in-out infinite alternate; }
@keyframes blobFloat { from { transform: translate3d(0,0,0) rotate(-7deg) scale(1); border-radius: 42% 58% 62% 38% / 50% 44% 56% 50%; } to { transform: translate3d(-80px, 78px, 0) rotate(11deg) scale(1.13); border-radius: 58% 42% 38% 62% / 44% 58% 42% 56%; } }
@keyframes blobFloatTwo { from { transform: translate3d(0,0,0) scale(1); } to { transform: translate3d(105px,-80px,0) scale(1.16); } }
@keyframes glowDrift { from { transform: translateY(0) rotate(5deg); opacity: .45; } to { transform: translateY(-160px) rotate(-10deg); opacity: .85; } }

.siteHeader { height: 102px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font: 600 24px/1 "Unbounded", sans-serif; letter-spacing: -.7px; }
.brandMark { width: 42px; height: 42px; display: grid; place-items: center; border: 1.5px solid rgba(255,255,255,.65); border-radius: 14px 18px 13px 19px; font-size: 17px; background: rgba(255,255,255,.12); box-shadow: inset 0 0 22px rgba(255,255,255,.08); }
.siteHeader nav { display: flex; align-items: center; gap: 34px; font-size: 14px; font-weight: 600; }
.siteHeader nav a { opacity: .78; transition: opacity .2s; }
.siteHeader nav a:hover { opacity: 1; }
.headerCta { border: 1.5px solid rgba(255,255,255,.78); border-radius: 999px; padding: 12px 22px; font-weight: 700; font-size: 14px; color: white; background: transparent; }

.heroInner { min-height: 730px; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(430px, .88fr); align-items: center; gap: 54px; padding: 52px 0 92px; }
.heroCopy { position: relative; z-index: 3; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; padding: 10px 15px; border: 1px solid rgba(255,255,255,.42); border-radius: 999px; background: rgba(51,0,66,.13); font-weight: 700; font-size: 13px; letter-spacing: .02em; backdrop-filter: blur(10px); }
.eyebrow > span { width: 8px; height: 8px; border-radius: 50%; background: #94e330; box-shadow: 0 0 0 5px rgba(148,227,48,.16); }
h1, h2 { margin: 0; font-family: "Unbounded", "Arial Black", sans-serif; letter-spacing: -.055em; }
h1 { margin-top: 30px; max-width: 740px; font-size: clamp(58px, 6.15vw, 88px); line-height: .99; font-weight: 600; }
h1 em { font-style: normal; color: #ffdf35; }
.heroLead { max-width: 670px; margin: 30px 0 0; font-size: 18px; line-height: 1.65; color: rgba(255,255,255,.82); }
.heroActions { margin-top: 34px; display: flex; align-items: center; flex-wrap: wrap; gap: 22px; }
.primaryButton, .lightButton { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 60px; padding: 0 26px; border: 0; border-radius: 18px; background: white; color: #5b086e; font-weight: 800; transition: transform .2s, box-shadow .2s; box-shadow: 0 16px 45px rgba(77,0,75,.24); }
.primaryButton:hover, .lightButton:hover { transform: translateY(-3px); box-shadow: 0 22px 48px rgba(77,0,75,.3); }
.heroNote { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 700; color: rgba(255,255,255,.86); }
.heroNote svg { width: 18px; height: 18px; }

.appStage { position: relative; min-height: 640px; display: grid; place-items: center; perspective: 1200px; }
.screenFrame { position: relative; width: min(398px, 92%); padding: 10px; overflow: hidden; border-radius: 38px; background: rgba(255,255,255,.96); border: 1px solid rgba(255,255,255,.78); box-shadow: 0 42px 95px rgba(57,0,70,.4), 0 0 0 8px rgba(255,255,255,.09); }
.screenFrame::before { content: ""; position: absolute; z-index: 2; inset: 10px; border-radius: 29px; box-shadow: inset 0 0 0 1px rgba(20,179,230,.08); pointer-events: none; }
.screenFrame img { display: block; width: 100%; height: auto; border-radius: 29px; }
.heroScreenFrame { transform: rotate(2.2deg); animation: screenFloat 5.4s ease-in-out infinite; }
.catalogScreenSecondary { width: min(430px, 100%); justify-self: center; transform: rotate(1.7deg); background: #fff; border-color: #e8f7fc; box-shadow: 0 38px 85px rgba(25,104,139,.17), 0 0 0 9px #f0fbff; }
@keyframes screenFloat { 50% { transform: translateY(-10px) rotate(1deg); } }
.appCard { width: min(395px, 90%); padding: 18px; border-radius: 36px; color: var(--ink); background: rgba(255,250,245,.97); box-shadow: 0 40px 90px rgba(57,0,70,.38), inset 0 0 0 1px rgba(255,255,255,.75); transform: rotate(3deg); backdrop-filter: blur(20px); }
.appTopbar { display: flex; align-items: center; justify-content: space-between; padding: 2px 3px 16px; }
.appTopbar > div { display: flex; align-items: center; gap: 9px; }
.miniLogo { width: 32px; height: 32px; display: grid; place-items: center; background: linear-gradient(135deg, var(--blackberry), var(--raspberry)); color: white; border-radius: 11px 14px 10px 15px; font-weight: 800; }
.appTopbar strong { font: 600 15px/1 "Unbounded", sans-serif; }
.appTopbar button { border: 0; width: 32px; height: 32px; border-radius: 50%; background: #eee5ee; color: #7a2a8e; font-weight: 800; }
.balanceCard { border-radius: 23px; padding: 20px; background: linear-gradient(135deg, #6d17bd, #a20cbd 48%, #ee147a); color: white; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 3px 10px; overflow: hidden; position: relative; }
.balanceCard::after { content: ""; position: absolute; width: 150px; height: 150px; border-radius: 42% 58% 65% 35%; background: rgba(255,255,255,.1); right: -50px; top: -70px; transform: rotate(25deg); }
.balanceCard span { font-size: 12px; opacity: .75; grid-column: 1/-1; }
.balanceCard strong { font-size: 31px; letter-spacing: -.04em; }
.balanceCard small { font-size: 11px; font-weight: 800; color: #cfff8b; align-self: center; }
.taskLabel { display: flex; justify-content: space-between; align-items: center; padding: 17px 2px 10px; font-size: 11px; color: #7a657e; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.taskLabel > div { display: flex; align-items: center; gap: 7px; }
.liveDot { width: 8px; height: 8px; background: #8edc39; border-radius: 50%; box-shadow: 0 0 0 4px rgba(142,220,57,.15); display: inline-block; }
.productCard { border-radius: 22px; overflow: hidden; background: white; box-shadow: 0 10px 28px rgba(50,18,57,.09); display: grid; grid-template-columns: 43% 57%; min-height: 178px; }
.productCard img { width: 100%; height: 100%; min-height: 178px; object-fit: cover; }
.productInfo { padding: 19px 15px; display: flex; flex-direction: column; justify-content: center; }
.productInfo > span { color: var(--raspberry); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.productInfo strong { font-size: 17px; margin: 7px 0 13px; }
.stars { display: flex; color: #ffb000; gap: 1px; }
.stars svg { width: 17px; height: 17px; }
.rewardRow { display: flex; justify-content: space-between; align-items: center; padding: 16px 3px 12px; font-size: 13px; color: #806e83; }
.rewardRow strong { color: #2d9d54; font-size: 19px; }
.appButton { width: 100%; border: 0; min-height: 50px; color: white; background: #1c071f; border-radius: 15px; font-weight: 800; cursor: pointer; }
.floatPill { position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; padding: 13px 17px; color: #2a0930; background: rgba(255,255,255,.94); border-radius: 15px; box-shadow: 0 17px 45px rgba(62,0,72,.25); font-weight: 800; font-size: 12px; backdrop-filter: blur(14px); }
.floatPillTop { right: -8px; top: 115px; animation: pillFloat 3.2s ease-in-out infinite; }
.floatPillBottom { left: -18px; bottom: 90px; flex-direction: column; align-items: flex-start; gap: 0; padding-inline: 20px; animation: pillFloat 3.7s .5s ease-in-out infinite; }
.floatPillBottom strong { font-size: 24px; color: #299a51; }
.floatPillBottom span { font-size: 10px; color: #8a738c; }
@keyframes pillFloat { 50% { transform: translateY(-10px); } }
.scrollHint { position: absolute; z-index: 3; left: 50%; bottom: 25px; transform: translateX(-50%); font-size: 10px; text-transform: uppercase; letter-spacing: .16em; opacity: .68; display: flex; align-items: center; gap: 9px; }
.scrollHint span { width: 20px; height: 29px; border: 1px solid rgba(255,255,255,.7); border-radius: 12px; position: relative; }
.scrollHint span::after { content: ""; position: absolute; left: 50%; top: 6px; width: 3px; height: 6px; border-radius: 2px; background: white; transform: translateX(-50%); animation: scrollDrop 1.6s infinite; }
@keyframes scrollDrop { 70% { transform: translate(-50%, 9px); opacity: 0; } }

.howSection { background: var(--cream); padding: 124px 0 132px; }
.sectionHeading { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 24px; margin-bottom: 50px; }
.sectionHeading .kicker { grid-column: 1/-1; }
.kicker { color: var(--raspberry); font-size: 12px; line-height: 1; text-transform: uppercase; letter-spacing: .14em; font-weight: 800; }
.kicker.light { color: #ffdbec; }
.sectionHeading h2, .benefitsCopy h2, .installInner h2 { font-size: clamp(38px, 4.2vw, 59px); line-height: 1.08; font-weight: 600; }
.sectionHeading p { max-width: 470px; margin: 0 0 4px auto; color: var(--muted); font-size: 17px; line-height: 1.65; }
.stepsGrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.stepCard { position: relative; min-height: 500px; border-radius: 34px; padding: 25px; color: white; overflow: hidden; display: flex; flex-direction: column; isolation: isolate; }
.stepCard::before { content: ""; position: absolute; z-index: -1; width: 260px; height: 260px; right: -90px; top: -85px; border-radius: 46% 54% 45% 55%; background: rgba(255,255,255,.12); transform: rotate(24deg); }
.stepCard.berry { background: linear-gradient(150deg, #381044, #6810a2 58%, #8c22cf); }
.stepCard.raspberry { background: linear-gradient(150deg, #85005d, #d10085 55%, #f90479); }
.stepCard.orange { background: linear-gradient(150deg, #8d1946, #df2750 52%, #fe5f00); }
.stepNumber { align-self: flex-start; min-width: 66px; height: 37px; display: grid; place-items: center; border-radius: 999px; background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.28); font: 600 17px/1 "Unbounded", sans-serif; }
.stepVisual { flex: 1; min-height: 235px; display: grid; place-items: center; }
.miniTask, .ratingBubble { width: 88%; background: rgba(255,255,255,.96); color: var(--ink); border-radius: 21px; padding: 20px; transform: rotate(-4deg); box-shadow: 0 24px 40px rgba(18,0,24,.2); display: flex; flex-direction: column; }
.miniTask span, .ratingBubble > span { color: #89748d; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.miniTask strong { margin: 9px 0 18px; font-size: 16px; }
.miniTask small { color: #a500b9; background: #f3e6f6; border-radius: 9px; padding: 8px 10px; width: max-content; font-weight: 800; }
.ratingBubble { transform: rotate(4deg); align-items: center; gap: 12px; }
.ratingBubble .stars svg { width: 23px; height: 23px; }
.ratingBubble small { color: #765d7a; }
.payoutVisual { grid-template-columns: auto auto; align-content: center; gap: 15px; }
.payoutCoin { width: 94px; height: 94px; border-radius: 50%; background: #ffdf35; border: 10px solid rgba(255,255,255,.28); color: #7d2b20; display: grid; place-items: center; font: 600 42px/1 "Unbounded", sans-serif; box-shadow: 0 20px 38px rgba(89,21,12,.24); }
.payoutText { display: flex; flex-direction: column; transform: rotate(3deg); }
.payoutText span { font-size: 12px; opacity: .78; }
.payoutText strong { font-size: 28px; }
.stepCard h3 { margin: 0 0 11px; font: 600 23px/1.2 "Unbounded", sans-serif; letter-spacing: -.04em; }
.stepCard > p { margin: 0; color: rgba(255,255,255,.72); line-height: 1.55; font-size: 14px; }

.benefitsSection { background: #fff; padding: 130px 0; }
.benefitsGrid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.benefitsCopy h2 { margin: 18px 0 23px; }
.benefitsCopy > p { color: var(--muted); font-size: 17px; line-height: 1.65; max-width: 540px; }
.benefitsList { list-style: none; padding: 0; margin: 34px 0 0; display: grid; gap: 19px; }
.benefitsList li { display: flex; align-items: center; gap: 14px; }
.benefitsList li > span { width: 42px; height: 42px; display: grid; place-items: center; color: #7a22c2; background: #f1e6fb; border-radius: 14px; flex: 0 0 auto; }
.benefitsList li > span svg { width: 20px; }
.benefitsList li div { display: flex; flex-direction: column; gap: 3px; }
.benefitsList li strong { font-size: 15px; }
.benefitsList li small { color: #8a778c; font-size: 13px; }
.dashboardMock { border-radius: 36px; padding: 26px; background: #f9f2fa; box-shadow: 0 35px 80px rgba(91,16,100,.14); transform: rotate(2deg); border: 1px solid #efe2f1; }
.dashHead { display: flex; justify-content: space-between; align-items: center; }
.dashHead > div { display: flex; flex-direction: column; }
.dashHead span { color: #8d778f; font-size: 11px; }
.dashHead strong { font: 600 19px/1.4 "Unbounded", sans-serif; }
.avatar { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: linear-gradient(135deg, var(--blackberry), var(--raspberry)); color: white !important; font-weight: 800; }
.dashBalance { margin: 23px 0 14px; padding: 22px; display: grid; grid-template-columns: 1fr auto; gap: 4px; align-items: center; border-radius: 23px; color: white; background: linear-gradient(135deg, #55148d, #a512c0 55%, #ed147c); }
.dashBalance span { font-size: 11px; grid-column: 1/-1; opacity: .76; }
.dashBalance strong { font-size: 30px; }
.dashBalance button { border: 0; background: rgba(255,255,255,.92); color: #6a197f; border-radius: 11px; padding: 10px 14px; font-weight: 800; font-size: 11px; }
.dashStats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.dashStats div { background: white; padding: 13px 8px; border-radius: 15px; text-align: center; display: flex; flex-direction: column; }
.dashStats strong { font-size: 18px; }
.dashStats span { color: #9a859d; font-size: 9px; }
.dashHistory { margin-top: 22px; }
.historyTitle { display: flex; align-items: center; justify-content: space-between; padding-bottom: 9px; font-size: 12px; }
.historyTitle span { color: var(--raspberry); font-size: 10px; font-weight: 800; }
.historyRow { display: grid; grid-template-columns: 36px 1fr auto; align-items: center; gap: 10px; padding: 11px 0; border-bottom: 1px solid #e8dfe9; }
.historyRow > div { display: flex; flex-direction: column; }
.historyRow strong { font-size: 11px; }
.historyRow small { font-size: 9px; color: #9b899e; }
.historyRow b { font-size: 12px; color: #2c9c53; }
.historyIcon { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 11px; font-size: 11px; font-weight: 800; }
.historyIcon.purple { background: #ebddfa; color: #7420b9; }
.historyIcon.pink { background: #ffe0ee; color: #d60b71; }
.historyIcon.orange { background: #ffeadc; color: #e15312; }

.faqSection { background: #fffaf0; padding: 122px 0; }
.faqGrid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 95px; align-items: start; }
.faqIntro { position: sticky; top: 40px; }
.faqIntro h2 { font-size: clamp(40px, 4.2vw, 58px); line-height: 1.06; margin: 19px 0 23px; }
.faqIntro p { max-width: 430px; color: var(--muted); line-height: 1.65; font-size: 16px; }
.faqList { border-top: 1px solid rgba(42,7,47,.14); }
.faqList details { border-bottom: 1px solid rgba(42,7,47,.14); }
.faqList summary { list-style: none; min-height: 84px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 22px; font-weight: 800; font-size: 17px; cursor: pointer; }
.faqList summary::-webkit-details-marker { display: none; }
.faqList summary span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: #ecdef4; color: #7c21b5; font-size: 22px; font-weight: 500; transition: transform .2s; }
.faqList details[open] summary span { transform: rotate(45deg); }
.faqList details p { margin: -7px 56px 23px 0; color: var(--muted); font-size: 14px; line-height: 1.65; }

.installSection { position: relative; overflow: hidden; min-height: 590px; display: grid; place-items: center; text-align: center; color: white; background: linear-gradient(135deg, #6f08bb, #b000cf 46%, #f90479); isolation: isolate; }
.installGlow { position: absolute; z-index: -1; border-radius: 43% 57% 40% 60%; }
.installGlowOne { width: 520px; height: 520px; left: -180px; top: -160px; background: linear-gradient(145deg, #9a27ff, #fa147b); animation: blobFloatTwo 14s infinite alternate ease-in-out; }
.installGlowTwo { width: 440px; height: 440px; right: -130px; bottom: -150px; background: linear-gradient(145deg, #ff1686, #6a00e8); animation: blobFloat 13s infinite alternate ease-in-out; }
.installInner { padding: 100px 0; display: flex; flex-direction: column; align-items: center; }
.installInner h2 { margin: 20px 0 22px; }
.installInner p { max-width: 610px; margin: 0; color: rgba(255,255,255,.78); font-size: 17px; line-height: 1.6; }
.lightButton { margin-top: 30px; }
.installInner > small { margin-top: 15px; color: rgba(255,255,255,.58); font-size: 11px; }
footer { background: #14021a; color: white; padding: 34px 0; }
.footerInner { display: grid; grid-template-columns: auto 1fr auto; gap: 45px; align-items: center; }
.darkBrand { font-size: 18px; }
.darkBrand .brandMark { width: 35px; height: 35px; font-size: 14px; }
.footerInner p { max-width: 620px; margin: 0; color: rgba(255,255,255,.5); font-size: 11px; line-height: 1.5; }
.footerInner > span { color: rgba(255,255,255,.45); font-size: 11px; white-space: nowrap; }

.modalBackdrop { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 24px; background: rgba(21,0,27,.72); backdrop-filter: blur(14px); animation: fadeIn .2s ease-out; }
.installModal { position: relative; width: min(560px, 100%); max-height: calc(100vh - 34px); overflow: auto; border-radius: 34px; background: #fffaf5; padding: 42px; color: var(--ink); box-shadow: 0 34px 100px rgba(10,0,15,.45); animation: modalIn .25s ease-out; }
@keyframes fadeIn { from { opacity: 0; } }
@keyframes modalIn { from { opacity: 0; transform: translateY(18px) scale(.98); } }
.modalClose { position: absolute; right: 18px; top: 18px; width: 38px; height: 38px; display: grid; place-items: center; border: 0; border-radius: 50%; background: #ede3ed; color: #654d68; font-size: 25px; line-height: 1; }
.modalBack { display: block; margin: -5px 0 22px; border: 0; padding: 7px 0; border-radius: 9px; background: transparent; color: #76607a; font-size: 11px; font-weight: 800; }
.modalLogo { display: flex; align-items: center; gap: 9px; font: 600 16px/1 "Unbounded", sans-serif; margin-bottom: 29px; }
.modalLogo span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 11px 14px 10px 15px; color: white; background: linear-gradient(135deg, var(--blackberry), var(--raspberry)); font: 800 13px/1 "Manrope", sans-serif; }
.modalKicker { color: var(--raspberry); text-transform: uppercase; letter-spacing: .14em; font-size: 10px; font-weight: 800; }
.installModal h2 { margin: 13px 0 15px; font-size: clamp(30px, 5vw, 44px); line-height: 1.08; }
.installModal > p, .successState > p, .formIntro { color: var(--muted); line-height: 1.6; font-size: 14px; margin: 0 0 24px; }
.noticeModal { width: min(620px, 100%); padding: 0; color: white; background: linear-gradient(145deg, #2a073c, #6f12a0 52%, #d00788); overflow-x: hidden; overflow-y: auto; }
.noticeModal .modalClose { z-index: 5; color: white; background: rgba(255,255,255,.14); backdrop-filter: blur(8px); }
.noticeStage { position: relative; z-index: 1; min-height: min(680px, calc(100vh - 34px)); padding: 88px 48px 34px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; overflow: visible; }
.noticeStage::after { content: ""; position: absolute; z-index: -1; inset: 0; background: radial-gradient(circle at 50% 17%, rgba(255,255,255,.16), transparent 33%), linear-gradient(180deg, transparent 55%, rgba(30,0,39,.18)); pointer-events: none; }
.noticeOrb { position: absolute; z-index: -2; display: block; border-radius: 44% 56% 60% 40% / 55% 43% 57% 45%; filter: blur(2px); opacity: .74; }
.noticeOrbOne { width: 280px; height: 280px; right: -95px; top: -85px; background: linear-gradient(145deg, #f90479, #8a20e6); animation: noticeOrbOne 7s ease-in-out infinite alternate; }
.noticeOrbTwo { width: 230px; height: 230px; left: -95px; bottom: -80px; background: linear-gradient(145deg, #7f30e3, #fe5f00); animation: noticeOrbTwo 8s ease-in-out infinite alternate; }
@keyframes noticeOrbOne { to { transform: translate(-48px, 46px) rotate(18deg) scale(1.13); border-radius: 58% 42% 39% 61% / 42% 58% 42% 58%; } }
@keyframes noticeOrbTwo { to { transform: translate(58px, -38px) rotate(-15deg) scale(1.08); } }
.noticeLogo { position: absolute; left: 30px; top: 30px; margin: 0; color: white; }
.noticeLogo span { border: 1px solid rgba(255,255,255,.34); background: rgba(255,255,255,.14); backdrop-filter: blur(8px); }
.noticeVisual { position: relative; width: 102px; height: 102px; margin-bottom: 23px; display: grid; place-items: center; border-radius: 34px 43px 31px 42px; color: #641166; background: rgba(255,255,255,.94); box-shadow: 0 22px 50px rgba(25,0,34,.3); animation: noticeFloat 3.2s ease-in-out infinite; }
.noticeVisual > span { font: 700 51px/1 "Unbounded", sans-serif; }
.noticeVisual i { position: absolute; right: -9px; top: -9px; width: 27px; height: 27px; border-radius: 50%; background: #94e330; border: 5px solid #8517aa; box-shadow: 0 0 0 5px rgba(148,227,48,.16); }
@keyframes noticeFloat { 50% { transform: translateY(-9px) rotate(2deg); } }
.noticeBadge { display: inline-flex; align-items: center; min-height: 29px; padding: 0 13px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; background: rgba(255,255,255,.1); text-transform: uppercase; letter-spacing: .13em; font-size: 9px; font-weight: 800; }
.noticeModal h2 { max-width: 520px; margin: 18px 0 17px; font-size: clamp(34px, 5vw, 49px); }
.noticeCopy { max-width: 505px; color: rgba(255,255,255,.8); font-size: 14px; line-height: 1.62; }
.noticeCopy p { margin: 0; }
.noticeCopy p + p { margin-top: 12px; }
.ruStoreHighlight { display: inline-flex; padding: 1px 8px 2px; border-radius: 8px; color: #3b0647; background: #baf56c; box-shadow: 0 6px 20px rgba(186,245,108,.22); font-weight: 900; }
.instructionSequenceBanner { width: min(500px, 100%); margin: 23px 0 22px; padding: 22px 24px; border: 1px solid rgba(255,255,255,.24); border-radius: 22px; text-align: left; background: linear-gradient(135deg, rgba(86,24,108,.65), rgba(30,0,42,.42)); box-shadow: inset 0 0 0 1px rgba(255,255,255,.06), 0 18px 42px rgba(25,0,34,.18); }
.instructionSequenceLabel { display: inline-flex; min-height: 25px; padding: 0 10px; align-items: center; border-radius: 999px; color: #40104d; background: #baf56c; font-size: 9px; line-height: 1; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.instructionSequenceBanner p { margin: 12px 0 0; color: #fff; font-size: 13px; line-height: 1.55; font-weight: 700; }
.instructionSequenceWarning { display: block; margin-top: 11px; padding: 10px 12px; border-radius: 12px; color: #42104e; background: #ffd84d; box-shadow: 0 8px 22px rgba(255,216,77,.24), inset 0 0 0 1px rgba(255,255,255,.38); font-weight: 900; line-height: 1.45; }
.storeAccountBanner { width: min(500px, 100%); margin: 20px 0 0; padding: 17px 18px; display: grid; grid-template-columns: 42px 1fr; align-items: center; gap: 14px; border: 1px solid rgba(255,255,255,.22); border-radius: 20px; text-align: left; background: rgba(36,0,50,.27); box-shadow: inset 0 0 0 1px rgba(255,255,255,.05); }
.storeAccountMark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 14px; color: #fff; background: linear-gradient(135deg, #7436f5, #b516d1 55%, #f90479); font: 700 17px/1 "Unbounded", sans-serif; box-shadow: 0 10px 24px rgba(23,0,31,.25); }
.storeAccountBanner > span:last-child { display: flex; flex-direction: column; gap: 4px; }
.storeAccountBanner strong { color: #d9baff; font: 700 10px/1.25 "Unbounded", sans-serif; text-transform: uppercase; letter-spacing: .05em; }
.storeAccountBanner b { color: #fff; font-size: 12px; line-height: 1.35; }
.storeAccountBanner small { color: rgba(255,255,255,.62); font-size: 9px; line-height: 1.45; }
.safeNote { width: min(480px, 100%); margin: 22px 0 19px; padding: 13px 15px; display: grid; grid-template-columns: 22px 1fr; gap: 9px; text-align: left; border: 1px solid rgba(255,255,255,.17); border-radius: 14px; background: rgba(24,0,34,.18); color: rgba(255,255,255,.72); font-size: 10px; line-height: 1.5; }
.safeNote svg { width: 18px; height: 18px; color: #baf56c; }
.dataSafetyBanner { width: min(500px, 100%); margin: 23px 0 22px; padding: 20px 20px; display: grid; grid-template-columns: 42px 1fr; align-items: center; gap: 14px; border: 1px solid rgba(186,245,108,.48); border-radius: 22px; text-align: left; background: linear-gradient(135deg, rgba(91,30,113,.72), rgba(31,0,44,.46)); box-shadow: inset 0 0 0 1px rgba(255,255,255,.08), 0 18px 42px rgba(25,0,34,.18); }
.dataSafetyIcon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 14px; color: #381044; background: #baf56c; box-shadow: 0 9px 23px rgba(186,245,108,.22); }
.dataSafetyIcon svg { width: 24px; height: 24px; }
.dataSafetyBanner > span:last-child { display: flex; flex-direction: column; gap: 3px; }
.dataSafetyBanner strong { color: #baf56c; font: 700 12px/1.2 "Unbounded", sans-serif; letter-spacing: .04em; }
.dataSafetyBanner b { color: white; font-size: 13px; line-height: 1.35; }
.dataSafetyBanner small { color: rgba(255,255,255,.62); font-size: 9px; line-height: 1.45; }
.noticeContinue { position: sticky; z-index: 4; bottom: 0; width: min(480px, 100%); min-height: 62px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; border: 0; border-radius: 17px; background: white; color: #6d117d; font-size: 14px; font-weight: 800; box-shadow: 0 17px 38px rgba(29,0,35,.32), 0 0 0 5px rgba(255,255,255,.1); transition: transform .2s, box-shadow .2s; }
.noticeContinue:hover { transform: translateY(-3px); box-shadow: 0 22px 44px rgba(29,0,35,.32); }
.noticeContinue:disabled { cursor: not-allowed; color: rgba(109,17,125,.48); background: rgba(255,255,255,.72); box-shadow: 0 11px 26px rgba(29,0,35,.2), 0 0 0 5px rgba(255,255,255,.07); transform: none; }
.guideStage { position: relative; z-index: 1; min-height: min(720px, calc(100vh - 34px)); padding: 94px 42px 34px; display: flex; flex-direction: column; align-items: center; overflow: hidden; }
.guideStage::after { content: ""; position: absolute; z-index: -1; inset: 0; background: radial-gradient(circle at 78% 5%, rgba(255,255,255,.15), transparent 30%), linear-gradient(180deg, transparent 58%, rgba(30,0,39,.22)); pointer-events: none; }
.guideBack { position: absolute; z-index: 5; left: 42px; top: 68px; border: 0; padding: 7px 0; color: rgba(255,255,255,.7); background: transparent; font-size: 10px; font-weight: 800; }
.guideHeader { width: min(500px, 100%); text-align: center; }
.guideHeader h2 { margin: 14px 0 11px; font-size: clamp(30px, 4.5vw, 42px); }
.guideHeader p { margin: 0; color: rgba(255,255,255,.7); font-size: 12px; line-height: 1.55; }
.guideProgress { width: min(500px, 100%); height: 5px; margin: 19px 0 17px; overflow: hidden; border-radius: 999px; background: rgba(255,255,255,.14); }
.guideProgress span { display: block; width: 0; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #baf56c, #fff); box-shadow: 0 0 16px rgba(186,245,108,.55); transition: width .28s ease; }
.guideScreen { width: min(500px, 100%); min-height: 280px; padding: 30px 28px 26px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.2); border-radius: 26px; text-align: center; background: rgba(29,0,40,.26); box-shadow: inset 0 0 0 1px rgba(255,255,255,.05), 0 24px 54px rgba(29,0,35,.18); backdrop-filter: blur(12px); animation: guideSlide .24s ease-out; }
@keyframes guideSlide { from { opacity: 0; transform: translateX(18px); } }
.guideOrdinal { width: 64px; height: 64px; display: grid; place-items: center; border-radius: 22px; color: #42134f; background: #baf56c; font: 700 25px/1 "Unbounded", sans-serif; box-shadow: 0 14px 30px rgba(186,245,108,.2); }
.guideScreen h3 { margin: 20px 0 11px; color: white; font: 600 22px/1.22 "Unbounded", sans-serif; letter-spacing: -.04em; }
.guideScreen > p { max-width: 420px; margin: 0; color: rgba(255,255,255,.72); font-size: 12px; line-height: 1.6; }
.guideScreenVideo { min-height: 0; padding-top: 24px; justify-content: flex-start; background: linear-gradient(160deg, rgba(24,0,34,.5), rgba(92,8,112,.36)); }
.guideScreenVideo h3 { margin-top: 0; }
.guideVideoBlock { width: 100%; margin-top: 16px; display: flex; flex-direction: column; align-items: center; gap: 8px; }
.guideVideoLabel { align-self: center; color: #baf56c; font-size: 9px; line-height: 1; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.guideVideo { display: block; width: auto; height: min(420px, 48vh); max-width: 100%; border: 7px solid rgba(8,4,12,.92); border-radius: 23px; object-fit: contain; background: #08060b; box-shadow: 0 20px 42px rgba(12,0,18,.34); }
.guideVideoBlock small { color: rgba(255,255,255,.56); font-size: 8px; line-height: 1.4; }
.guideInstruction { width: 100%; margin-top: 19px; padding: 13px 14px; display: grid; grid-template-columns: 20px 1fr; gap: 9px; border-radius: 14px; text-align: left; color: rgba(255,255,255,.7); background: rgba(255,255,255,.08); font-size: 9px; line-height: 1.5; }
.guideInstruction svg { width: 18px; height: 18px; color: #baf56c; }
.guideInstructionImportant { margin: 4px 0 6px; padding: 16px 17px; grid-template-columns: 28px 1fr; align-items: start; gap: 11px; border: 1px solid rgba(186,245,108,.7); color: #fff; background: linear-gradient(135deg, rgba(186,245,108,.2), rgba(255,255,255,.1)); box-shadow: 0 12px 32px rgba(20,0,29,.24), inset 0 0 0 1px rgba(255,255,255,.08); font-size: 11px; line-height: 1.55; font-weight: 750; }
.guideInstructionImportant svg { width: 23px; height: 23px; padding: 4px; border-radius: 8px; color: #3b0647; background: #baf56c; box-sizing: content-box; }
.guideStoreActions { width: 100%; margin-top: 15px; display: grid; gap: 10px; }
.guideStoreButton, .guideHelpButton { width: 100%; min-height: 58px; padding: 0 15px; display: flex; align-items: center; justify-content: center; gap: 10px; border-radius: 16px; font-size: 12px; line-height: 1.25; font-weight: 900; text-align: center; transition: transform .2s, box-shadow .2s; }
.guideStoreButton { color: #3f0c4a; background: #baf56c; box-shadow: 0 13px 28px rgba(186,245,108,.2); }
.guideStoreButton > span:nth-child(2) { flex: 1; }
.guideStoreButton:hover, .guideHelpButton:hover { transform: translateY(-2px); }
.guideStoreMark { width: 32px; height: 32px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 10px; color: white; background: linear-gradient(135deg, #5b36f2, #f90479); font: 700 13px/1 "Unbounded", sans-serif; }
.guideHelpButton { min-height: 54px; color: white; background: #229ed9; box-shadow: 0 12px 25px rgba(34,158,217,.22); }
.guideHelpCaption { padding: 0 9px; color: rgba(255,255,255,.62); font-size: 8px; line-height: 1.45; text-align: center; }
.guideContinue { position: relative; margin-top: 18px; flex: 0 0 auto; }
.installModal form { display: grid; gap: 14px; }
.websiteField { position: absolute !important; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.installModal form label { display: grid; gap: 7px; }
.installModal form label > span { font-size: 11px; font-weight: 800; color: #654f69; }
.installModal form input { width: 100%; height: 51px; border: 1px solid #dfd1e1; border-radius: 13px; padding: 0 15px; color: var(--ink); background: white; outline: none; transition: border-color .2s, box-shadow .2s; }
.installModal form input:focus { border-color: #a62bc6; box-shadow: 0 0 0 4px rgba(166,43,198,.1); }
.installModal form input::placeholder { color: #b6a5b8; }
.formRow { display: grid; grid-template-columns: .65fr 1.35fr; gap: 12px; }
.installModal .consent { grid-template-columns: auto 1fr; align-items: start; gap: 9px; margin: 2px 0; }
.installModal .consent input { width: 17px; height: 17px; accent-color: #8b25c3; margin-top: 1px; }
.installModal .consent span { font-weight: 500; font-size: 10px; line-height: 1.45; color: #806f83; }
.formError { margin: 0; padding: 13px; display: grid; gap: 11px; border: 1px solid #efc9cf; border-radius: 14px; background: #fff0f2; color: #9d2540; font-size: 11px; line-height: 1.5; }
.formError p { margin: 0; }
.formTelegramButton { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border-radius: 12px; background: #229ed9; color: white; font-size: 12px; font-weight: 800; box-shadow: 0 10px 21px rgba(34,158,217,.2); }
.modalSubmit { width: 100%; min-height: 55px; display: flex; align-items: center; justify-content: center; gap: 10px; border: 0; border-radius: 15px; background: linear-gradient(110deg, #741bc0, #bd08b9 52%, #f90479); color: white; font-weight: 800; margin-top: 2px; box-shadow: 0 14px 30px rgba(164,13,152,.22); transition: opacity .2s, transform .2s; }
.modalSubmit:disabled { cursor: wait; opacity: .65; }
.successState { min-height: 400px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.successIcon { width: 72px; height: 72px; display: grid; place-items: center; color: white; border-radius: 50%; background: linear-gradient(135deg, #7f30e3, #f90479); margin-bottom: 24px; box-shadow: 0 18px 35px rgba(127,48,227,.25); }
.successIcon svg { width: 35px; height: 35px; }
.managerOffer { width: 100%; margin-top: 3px; padding: 23px; display: flex; flex-direction: column; align-items: center; border: 1px solid #ded1f3; border-radius: 22px; background: linear-gradient(145deg, #f8f1ff, #fff4fa); box-shadow: inset 0 0 0 1px rgba(255,255,255,.72); }
.managerOfferBadge { min-height: 25px; padding: 0 10px; display: inline-flex; align-items: center; border-radius: 999px; background: #e9ddfa; color: #7021aa; text-transform: uppercase; letter-spacing: .11em; font-size: 8px; font-weight: 800; }
.managerOffer strong { margin-top: 12px; font: 600 18px/1.25 "Unbounded", sans-serif; letter-spacing: -.04em; }
.managerOffer p { margin: 9px 0 17px; color: #78667c; font-size: 12px; line-height: 1.55; }
.telegramButton { width: 100%; min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 15px; background: #229ed9; color: white; font-weight: 800; box-shadow: 0 13px 27px rgba(34,158,217,.24); transition: transform .2s, box-shadow .2s; }
.telegramButton:hover { transform: translateY(-2px); box-shadow: 0 17px 31px rgba(34,158,217,.3); }
.successClose { margin-top: 17px; padding: 8px 12px; border: 0; background: transparent; color: #806d84; font-size: 11px; font-weight: 800; }

@media (max-width: 960px) {
  .siteHeader nav { display: none; }
  .hero { min-height: auto; }
  .heroInner { grid-template-columns: 1fr; text-align: center; padding-top: 54px; }
  .heroCopy { display: flex; flex-direction: column; align-items: center; }
  .appStage { min-height: 610px; }
  .screenFrame { width: min(400px, 92%); }
  .catalogScreenSecondary { width: min(410px, 90%); }
  .appCard { transform: rotate(1.5deg); }
  .floatPillTop { right: 7%; }
  .floatPillBottom { left: 8%; }
  .sectionHeading { grid-template-columns: 1fr; text-align: center; }
  .sectionHeading .kicker { grid-column: auto; }
  .sectionHeading p { margin: 0 auto; }
  .stepsGrid { grid-template-columns: 1fr; }
  .stepCard { min-height: 420px; }
  .benefitsGrid { grid-template-columns: 1fr; gap: 60px; }
  .benefitsCopy { text-align: center; }
  .benefitsCopy > p { margin-inline: auto; }
  .benefitsList { width: min(500px, 100%); margin-inline: auto; text-align: left; }
  .dashboardMock { width: min(560px, 100%); margin-inline: auto; }
  .faqGrid { grid-template-columns: 1fr; gap: 46px; }
  .faqIntro { position: static; text-align: center; }
  .faqIntro p { margin-inline: auto; }
  .footerInner { grid-template-columns: 1fr; gap: 18px; text-align: center; justify-items: center; }
}

@media (max-width: 600px) {
  .shell { width: min(100% - 28px, 1180px); }
  .siteHeader { height: 78px; }
  .brand { font-size: 19px; }
  .brandMark { width: 35px; height: 35px; border-radius: 11px 14px 10px 15px; font-size: 14px; }
  .headerCta { padding: 10px 16px; font-size: 12px; }
  .heroInner { padding: 40px 0 72px; gap: 28px; }
  h1 { font-size: clamp(44px, 13vw, 62px); line-height: 1.02; }
  .heroLead { font-size: 15px; line-height: 1.6; margin-top: 22px; }
  .heroActions { flex-direction: column; gap: 15px; margin-top: 27px; width: 100%; }
  .primaryButton, .lightButton { width: 100%; min-height: 57px; }
  .appStage { min-height: 565px; width: calc(100% + 4px); }
  .screenFrame, .catalogScreenSecondary { width: min(356px, 96%); padding: 8px; border-radius: 30px; transform: none; }
  .screenFrame::before { inset: 8px; border-radius: 23px; }
  .screenFrame img { border-radius: 23px; }
  .appCard { width: 100%; padding: 14px; border-radius: 29px; transform: none; }
  .floatPill { display: none; }
  .scrollHint { display: none; }
  .howSection, .benefitsSection { padding: 86px 0; }
  .faqSection { padding: 84px 0; }
  .sectionHeading { margin-bottom: 34px; }
  .sectionHeading h2, .benefitsCopy h2, .installInner h2 { font-size: clamp(32px, 9.5vw, 44px); }
  .sectionHeading p, .benefitsCopy > p, .installInner p { font-size: 15px; }
  .stepCard { min-height: 425px; padding: 20px; border-radius: 28px; }
  .stepVisual { min-height: 210px; }
  .stepCard h3 { font-size: 20px; }
  .benefitsGrid { gap: 45px; }
  .benefitsList li small { font-size: 11px; }
  .dashboardMock { padding: 18px; border-radius: 28px; transform: none; }
  .dashBalance strong { font-size: 25px; }
  .installSection { min-height: 540px; }
  .faqIntro h2 { font-size: 36px; }
  .faqList summary { min-height: 76px; font-size: 14px; }
  .faqList details p { margin-right: 0; font-size: 13px; }
  .modalBackdrop { padding: 8px; align-items: end; }
  .installModal { border-radius: 28px 28px 0 0; padding: 30px 20px 24px; max-height: 94vh; }
  .noticeModal { padding: 0; }
  .noticeStage { min-height: 94vh; padding: 78px 20px 20px; justify-content: flex-start; }
  .noticeLogo { left: 20px; top: 22px; }
  .noticeVisual { width: 88px; height: 88px; border-radius: 29px 37px 27px 36px; }
  .noticeVisual > span { font-size: 43px; }
  .noticeModal h2 { font-size: 31px; }
  .noticeStage > p { font-size: 12px; }
  .instructionSequenceBanner { margin: 20px 0 18px; padding: 18px 16px; border-radius: 18px; }
  .instructionSequenceBanner p { font-size: 11px; }
  .instructionSequenceWarning { margin-top: 9px; padding: 9px 10px; }
  .storeAccountBanner { padding: 15px 13px; grid-template-columns: 36px 1fr; gap: 11px; border-radius: 18px; }
  .storeAccountMark { width: 36px; height: 36px; border-radius: 12px; font-size: 14px; }
  .storeAccountBanner strong { font-size: 8.5px; }
  .storeAccountBanner b { font-size: 10.5px; }
  .storeAccountBanner small { font-size: 8px; }
  .safeNote { font-size: 9px; }
  .dataSafetyBanner { margin: 20px 0 18px; padding: 16px 14px; grid-template-columns: 36px 1fr; gap: 11px; border-radius: 18px; }
  .dataSafetyIcon { width: 36px; height: 36px; border-radius: 12px; }
  .dataSafetyBanner strong { font-size: 10px; }
  .dataSafetyBanner b { font-size: 11px; }
  .dataSafetyBanner small { font-size: 8px; }
  .noticeContinue { width: 100%; min-height: 60px; font-size: 13px; margin-top: 2px; }
  .guideStage { min-height: 94vh; padding: 78px 16px 18px; overflow-y: auto; }
  .guideBack { left: 20px; top: 58px; }
  .guideHeader h2 { font-size: 29px; }
  .guideHeader p { font-size: 11px; }
  .guideProgress { margin: 15px 0 13px; }
  .guideScreen { min-height: 300px; padding: 24px 17px 20px; border-radius: 22px; }
  .guideOrdinal { width: 58px; height: 58px; border-radius: 19px; font-size: 22px; }
  .guideScreen h3 { font-size: 19px; }
  .guideScreen > p { font-size: 11px; }
  .guideScreenVideo { padding-top: 21px; }
  .guideVideo { height: min(380px, 44vh); border-width: 6px; border-radius: 21px; }
  .guideVideoBlock small { max-width: 260px; }
  .guideInstruction { font-size: 8.5px; }
  .guideInstructionImportant { padding: 14px; grid-template-columns: 25px 1fr; font-size: 10px; }
  .guideInstructionImportant svg { width: 20px; height: 20px; }
  .guideStoreButton, .guideHelpButton { min-height: 55px; padding: 0 12px; font-size: 10.5px; }
  .guideStoreMark { width: 29px; height: 29px; border-radius: 9px; font-size: 11px; }
  .guideHelpCaption { font-size: 7.5px; }
  .guideContinue { margin-top: 14px; }
  .formRow { grid-template-columns: .72fr 1.28fr; gap: 9px; }
}

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