/* Brand tokens */
:root {
  --ink: #241b38;
  --muted: #70687c;
  --purple: #6931cb;
  --purple-dark: #4e20a1;
  --night: #221045;
  --lilac: #f4f0fb;
  --line: #e7e1ed;
  --cyan: #64e6dd;
  --yellow: #ffdc62;
  --telegram: #117cad;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 105px; }
body { margin: 0; color: var(--ink); background: #fff; font-family: Inter, "Segoe UI", Arial, sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
button, input { font: inherit; }
button, a, input, summary { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
button { cursor: pointer; color: inherit; border: 0; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
svg { flex-shrink: 0; }
h1, h2, h3, p { margin: 0; }
[hidden] { display: none !important; }
::selection { color: #221045; background: #ded0ff; }
:focus-visible { outline: 3px solid #9670df; outline-offset: 5px; }
.container { width: min(1180px, calc(100% - 80px)); margin-inline: auto; }
.section { padding-block: 108px; }
.icon { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 1000; padding: 12px 20px; background: #fff; border: 2px solid var(--purple); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

/* Header and shared controls */
.site-header { position: sticky; top: 0; z-index: 30; background: rgb(255 255 255 / 95%); backdrop-filter: blur(16px); border-bottom: 1px solid #f0ebf5; }
.header-inner { height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 750; font-size: 27px; letter-spacing: -1px; line-height: 1; white-space: nowrap; }
.brand img { width: 42px; height: 42px; border-radius: 12px; }
.brand-light { font-weight: 500; }
.brand-dot { color: var(--purple); }
.desktop-nav { display: flex; align-items: center; gap: 33px; margin-left: 40px; }
.desktop-nav a { color: #696073; font-size: 14px; font-weight: 550; padding: 9px 0; border-bottom: 2px solid transparent; transition: color .2s, border-color .2s; }
.desktop-nav a:hover { color: var(--purple); border-color: var(--purple); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 13px; min-height: 54px; padding: 14px 22px; color: #fff; background: var(--purple); border: 1px solid var(--purple); border-radius: 10px; font-size: 15px; font-weight: 600; line-height: 1.5; transition: background .2s, transform .2s, box-shadow .2s; }
.button:hover { background: var(--purple-dark); transform: translateY(-2px); box-shadow: 0 8px 24px #5020911b; }
.button > span[aria-hidden] { font-size: 22px; line-height: 1; }
.button-outline { color: var(--ink); background: #fff; border-color: #d5cddd; }
.button-outline:hover { background: #f4effc; box-shadow: none; }
.button-telegram { color: #17628b; background: #eaf5fc; border-color: #d7eaf6; }
.button-telegram:hover { color: #0b486c; background: #dceef9; }
.button-small { padding: 11px 18px; min-height: 45px; font-size: 14px; }
.menu-toggle { display: none; width: 42px; height: 42px; flex-shrink: 0; align-items: center; justify-content: center; flex-direction: column; gap: 6px; background: var(--lilac); border-radius: 9px; }
.menu-toggle span { width: 18px; height: 2px; background: var(--purple); transition: transform .2s; }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
.mobile-nav { padding: 12px 22px 22px; border-top: 1px solid var(--line); }
.mobile-nav a { display: block; padding: 11px; font-weight: 550; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--purple); font-size: 12px; font-weight: 650; letter-spacing: .12em; line-height: 1.6; }

/* A centred hero keeps the app and its two displayed offers together. */
.hero { background: linear-gradient(180deg, #fcfaff, #f5f1fb); padding: 57px 0 0; overflow: hidden; }
.hero-copy { text-align: center; max-width: 860px; margin-inline: auto; }
.hero-eyebrow { padding: 6px 13px 6px 10px; border: 1px solid #e1d5f3; border-radius: 24px; background: #f7f1ff; letter-spacing: .08em; }
.eyebrow-mark { display: grid; place-items: center; width: 22px; height: 22px; color: var(--purple); font-size: 18px; }
h1 { font-size: clamp(46px, 5.6vw, 76px); line-height: 1.07; letter-spacing: -3.8px; font-weight: 680; margin-top: 19px; }
h1 > span { color: var(--purple); }
.hero-description { max-width: 610px; margin: 23px auto 0; color: var(--muted); font-size: 17px; line-height: 1.8; }
.hero-description strong { color: #564465; font-weight: 600; }
.hero-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 27px; }
.hero-note { color: #847a8f; font-size: 12px; margin-top: 14px; }
.hero-note > span { padding-inline: 5px; }
.hero-showcase { display: grid; grid-template-columns: 1fr 1.28fr 1fr; align-items: center; gap: 44px; max-width: 1090px; margin: 43px auto 0; }
.offer-card { position: relative; border-radius: 22px; padding: 27px; background: #fff; border: 1px solid #e7deef; margin-bottom: 32px; }
.offer-label { display: block; font-size: 12px; font-weight: 650; letter-spacing: .08em; color: #82708f; }
.offer-number { display: block; font-size: 70px; line-height: 1.2; letter-spacing: -3px; font-weight: 650; margin-top: 12px; }
.percent-sign { font-size: 43px; margin-left: 2px; }
.offer-card h2 { font-size: 20px; font-weight: 650; line-height: 1.4; letter-spacing: -.55px; margin-top: 8px; }
.offer-card p { color: #7a6d85; font-size: 14px; line-height: 1.75; margin-top: 10px; }
.offer-card a { display: inline-flex; align-items: center; gap: 10px; color: var(--purple); font-size: 13px; font-weight: 650; margin-top: 20px; }
.offer-card a:hover { text-decoration: underline; text-underline-offset: 4px; }
.offer-card a > span { font-size: 20px; }
.cashback-card::before { content: ""; display: block; position: absolute; top: 0; left: 27px; width: 47px; height: 3px; background: var(--purple); border-radius: 0 0 5px 5px; }
.rate-card { background: var(--night); border-color: var(--night); color: #fff; }
.rate-card .offer-label { color: #bfafdc; }
.rate-card .offer-number { color: var(--cyan); font-size: 61px; margin-top: 7px; }
.rate-card .rupee { font-size: 36px; margin-right: 3px; }
.rate-card p { color: #bcafcf; }
.rate-card a { color: #ece3ff; }
.rate-symbol { width: 39px; height: 39px; display: grid; place-items: center; border: 1px solid #5b4476; border-radius: 50%; color: var(--cyan); font-size: 27px; margin-bottom: 18px; }
.hero-screen-stage { height: 450px; position: relative; align-self: end; min-width: 0; }
.stage-disc { position: absolute; top: 110px; left: 50%; width: 440px; height: 440px; transform: translateX(-50%); border-radius: 50%; border: 1px solid #dacaf0; background: #eee5fb; }
.disc-two { top: 155px; width: 350px; height: 350px; border-color: #ceb6ed; background: #e9ddf9; }
.phone-frame { display: block; padding: 5px; background: #262134; border: 1px solid #51495c; border-radius: 31px; box-shadow: 0 18px 35px #31204625; overflow: hidden; }
.phone-frame img { width: 100%; height: auto; border-radius: 25px; }
.hero-phone { position: absolute; width: 250px; top: 8px; left: 50%; transform: translateX(-50%); animation: phone-arrive .8s ease both; box-shadow: 0 25px 48px #33204435; }
.example-sticker { position: absolute; left: -31px; bottom: 45px; background: #fff; border: 1px solid #e7deee; border-radius: 13px; display: flex; align-items: center; gap: 10px; padding: 12px 16px; box-shadow: 0 10px 24px #3e215f18; animation: gentle-float 5s ease-in-out infinite; }
.sticker-check { width: 35px; height: 35px; display: grid; place-items: center; background: #fff4d1; color: #8b6d0e; border-radius: 50%; font-size: 22px; }
.example-sticker > div { display: flex; flex-direction: column; }
.example-sticker > div > span { font-size: 12px; color: #95839b; letter-spacing: .06em; }
.example-sticker strong { font-size: 14px; letter-spacing: -.2px; color: #3c284b; font-weight: 650; }
.example-sticker strong > span { margin-inline: 4px; color: #8d719e; }
.feature-strip { position: relative; background: #fff; border-bottom: 1px solid var(--line); }
.feature-strip-inner { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding-block: 29px; }
.feature-strip-inner > span { display: flex; align-items: center; gap: 11px; color: #695977; font-size: 14px; font-weight: 550; }
.feature-strip .icon { color: #8a69b8; }

/* First steps and app previews */
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 65px; margin-bottom: 46px; }
h2 { font-size: clamp(34px, 3.6vw, 48px); font-weight: 650; line-height: 1.15; letter-spacing: -1.9px; margin-top: 13px; }
.section-heading > p { max-width: 337px; color: var(--muted); font-size: 16px; line-height: 1.85; padding-bottom: 3px; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 37px; }
.step { border-top: 1px solid #dcd2e7; padding-top: 26px; }
.step-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 24px; }
.step-head > span { font-size: 44px; line-height: 1; font-weight: 450; letter-spacing: -2px; color: #c1a5df; }
.step-head .icon { width: 29px; height: 29px; color: var(--purple); stroke-width: 1.4; }
.step h3 { font-size: 22px; font-weight: 650; letter-spacing: -.6px; line-height: 1.4; }
.step p { margin-top: 12px; color: var(--muted); font-size: 16px; line-height: 1.8; }
.step a { display: inline-flex; align-items: center; gap: 12px; margin-top: 22px; color: var(--purple); font-size: 14px; font-weight: 600; }
.step a > span { font-size: 20px; }
.step a:hover { text-decoration: underline; text-underline-offset: 4px; }
.app-section { background: #f7f5fa; border-block: 1px solid #f0ebf4; }
.screen-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.screen-card { background: #eae3f2; border-radius: 20px; overflow: hidden; min-width: 0; }
.payment-screen { background: #e3efe7; }
.stats-screen { background: #f0ead8; }
.screen-heading { padding: 25px 22px 0; }
.screen-heading > span { color: #8b7999; font-size: 12px; letter-spacing: .04em; font-weight: 600; }
.screen-heading h3 { font-size: 24px; line-height: 1.3; font-weight: 650; letter-spacing: -.7px; margin-top: 10px; }
.screen-heading p { color: #7c7086; font-size: 13px; margin-top: 6px; }
.screen-button { position: relative; display: block; background: transparent; padding: 23px 20px 0; width: 100%; height: 347px; overflow: hidden; }
.screen-button .phone-frame { border-radius: 24px; padding: 4px; transition: transform .35s ease; }
.screen-button .phone-frame img { border-radius: 19px; }
.screen-button:hover .phone-frame { transform: translateY(-7px); }
.screen-expand { display: block; position: absolute; bottom: 15px; left: 50%; transform: translateX(-50%); background: #ffffffef; border: 1px solid #e9e0ee; box-shadow: 0 4px 10px #3220410e; border-radius: 22px; padding: 7px 14px; font-size: 12px; color: #674977; white-space: nowrap; }
.section-note { color: #897d90; text-align: center; font-size: 12px; line-height: 1.7; margin-top: 24px; }

/* Cashback and USDT calculator */
.calculator-section { background: var(--night); color: #fff; }
.calculator-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 110px; align-items: center; }
.calculator-copy .eyebrow { color: #bda4e6; }
.calculator-copy h2 { font-size: 49px; line-height: 1.18; }
.calculator-copy h2 > span { color: var(--cyan); }
.calculator-copy > p { color: #bfb1d3; font-size: 16px; margin-top: 24px; max-width: 420px; line-height: 1.85; }
.math-example { display: flex; align-items: center; gap: 17px; border-top: 1px solid #57416d; border-bottom: 1px solid #57416d; padding-block: 23px; margin-top: 30px; max-width: 385px; }
.math-symbol { display: grid; place-items: center; width: 53px; height: 53px; background: #442460; border: 1px solid #60407b; border-radius: 14px; color: var(--yellow); font-size: 28px; }
.math-example > div { display: flex; flex-direction: column; gap: 5px; }
.math-example > div > span { color: #b59ec8; font-size: 12px; font-weight: 550; letter-spacing: .05em; }
.math-example strong { color: #f7eeff; font-size: 19px; font-weight: 550; letter-spacing: -.4px; }
.math-example strong > span[aria-hidden] { color: #aa8cc8; margin-inline: 5px; }
.calculator-copy > .calculator-note { color: #aa98bb; font-size: 12px; line-height: 1.8; max-width: 385px; margin-top: 21px; }
.calculator-panel { padding: 30px; background: #fff; color: var(--ink); border-radius: 24px; box-shadow: 0 18px 60px #09021333; }
.calculator-modes { display: flex; min-width: 0; border: 0; border-radius: 10px; background: #f2edf8; padding: 5px; gap: 5px; margin: 0 0 27px; }
.calculator-modes label { width: 50%; position: relative; cursor: pointer; }
.calculator-modes input { position: absolute; opacity: 0; inset: 0; pointer-events: none; }
.calculator-modes span { display: block; text-align: center; font-size: 14px; font-weight: 600; color: #897499; padding: 11px 7px; border-radius: 7px; }
.calculator-modes input:checked + span { color: var(--purple); background: #fff; box-shadow: 0 2px 8px #48246612; }
.calculator-modes input:focus-visible + span { outline: 3px solid #9f75df; outline-offset: 2px; }
.input-label { display: block; font-size: 14px; font-weight: 600; margin-bottom: 9px; }
.amount-field { display: flex; align-items: center; gap: 12px; border: 1px solid #d2c6df; border-radius: 10px; padding: 9px 16px; }
.amount-field:focus-within { border-color: var(--purple); box-shadow: 0 0 0 3px #f0e8fb; }
.amount-field > span:first-child { color: #9b89ab; font-size: 27px; }
.amount-field > span:last-child { color: #877491; font-size: 12px; font-weight: 600; }
.amount-field input { min-width: 0; width: 100%; border: 0; background: transparent; color: var(--ink); font-size: 30px; line-height: 1.4; letter-spacing: -1px; padding: 4px 0; outline: none; appearance: textfield; -moz-appearance: textfield; }
.amount-field input::-webkit-inner-spin-button, .amount-field input::-webkit-outer-spin-button { margin: 0; -webkit-appearance: none; }
.input-help { color: #897b94; font-size: 12px; line-height: 1.5; margin-top: 8px; }
.quick-amounts { display: flex; gap: 8px; margin: 14px 0 24px; }
.quick-amounts button { color: #705487; background: #fff; border: 1px solid #e1d6eb; border-radius: 6px; padding: 7px 13px; font-size: 13px; }
.quick-amounts button:hover { background: #f3ebfe; }
.input-error { color: #a6264c; font-size: 13px; padding-bottom: 14px; }
.calculation-result { background: #f5f0fc; border: 1px solid #e9dcf8; border-radius: 12px; padding: 22px; }
.calculation-result > span { color: #8c71a2; font-size: 13px; }
.calculation-result output { display: block; color: var(--purple); font-size: 44px; font-weight: 650; letter-spacing: -1.6px; line-height: 1.4; overflow-wrap: anywhere; }
.result-breakdown { display: grid; gap: 10px; margin-top: 17px; font-size: 13px; }
.result-breakdown > div { display: flex; justify-content: space-between; gap: 16px; color: #8c769b; }
.result-breakdown strong { text-align: right; color: #5e347b; font-weight: 550; }
.result-breakdown .result-total { border-top: 1px solid #e2d3ef; padding-top: 13px; margin-top: 2px; color: #70478c; }
.result-total strong { font-weight: 700; }
.calculator-cta { width: 100%; margin-top: 22px; }
.calculator-footnote { font-size: 12px; color: #9a88a7; text-align: center; margin-top: 11px; }
.no-script-note { font-size: 14px; margin-top: 12px; }

/* Questions and final download */
.faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 105px; }
.faq-copy > p { color: var(--muted); font-size: 16px; line-height: 1.8; max-width: 310px; margin-top: 20px; }
.text-link { display: inline-flex; gap: 12px; align-items: center; color: var(--purple); font-size: 14px; font-weight: 650; margin-top: 25px; }
.text-link > span { font-size: 20px; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list details:first-child { border-top: 1px solid var(--line); }
.faq-list summary { position: relative; display: block; list-style: none; cursor: pointer; font-size: 16px; font-weight: 600; line-height: 1.6; padding: 23px 32px 23px 0; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-toggle { position: absolute; width: 16px; height: 16px; right: 1px; top: 28px; }
.faq-toggle::before, .faq-toggle::after { content: ""; position: absolute; top: 7px; left: 0; width: 14px; height: 1.5px; background: #806398; transition: transform .2s; }
.faq-toggle::after { transform: rotate(90deg); }
details[open] .faq-toggle::after { transform: rotate(0); }
.faq-answer { color: #817188; font-size: 16px; line-height: 1.85; padding: 0 22px 23px 0; }
.download-section { padding-bottom: 70px; }
.download-card { display: grid; grid-template-columns: .55fr 1fr 1fr; align-items: center; gap: 38px; padding: 47px; background: #f4eefb; border: 1px solid #e8dcf5; border-radius: 24px; }
.download-brand { display: flex; align-items: center; flex-direction: column; gap: 17px; }
.download-brand img { width: 96px; height: 96px; border-radius: 25px; box-shadow: 0 7px 20px #57218818; }
.download-brand > span { color: #9b7ab0; font-size: 12px; letter-spacing: .07em; font-weight: 600; }
.download-copy h2 { font-size: 38px; margin-top: 0; }
.download-copy p { color: #897297; font-size: 14px; margin-top: 15px; }
.download-actions { display: flex; flex-direction: column; align-items: stretch; gap: 11px; }
.download-actions .button { font-size: 14px; padding-inline: 14px; }
.download-actions > span { color: #9b80ab; font-size: 12px; text-align: center; }
.site-footer { padding-bottom: 30px; }
.footer-main { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-block: 12px 30px; }
.footer-main .brand { font-size: 24px; }
.footer-main .brand img { width: 38px; height: 38px; }
.footer-main nav { display: flex; align-items: center; gap: 28px; font-size: 13px; color: #87728f; }
.footer-privacy { padding: 0; background: transparent; font-size: 13px; }
.back-top { display: grid; place-items: center; width: 39px; height: 39px; border: 1px solid var(--line); border-radius: 50%; font-size: 20px; color: #856694; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; border-top: 1px solid var(--line); padding-top: 22px; color: #a08ca8; font-size: 12px; }

/* Persistent shortcuts and full-screen previews */
.telegram-float { position: fixed; right: 24px; bottom: 24px; z-index: 40; display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 54px; padding: 13px 19px; border-radius: 30px; background: var(--telegram); color: #fff; border: 1px solid #ffffff38; box-shadow: 0 7px 22px #07548235; font-size: 14px; font-weight: 600; animation: telegram-pulse 3.5s ease-in-out infinite; transition: transform .2s; }
.telegram-float:hover { transform: translateY(-3px); }
.mobile-action-bar { display: none; }
.preview-dialog, .privacy-dialog { border: 0; border-radius: 18px; padding: 0; max-height: 90vh; max-height: 90dvh; box-shadow: 0 20px 80px #15032950; color: var(--ink); }
.preview-dialog { width: min(440px, calc(100vw - 30px)); }
.preview-dialog > img { width: 100%; height: auto; padding: 8px; }
.preview-dialog::backdrop, .privacy-dialog::backdrop { background: #1c0736bb; backdrop-filter: blur(6px); }
.dialog-top { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 14px 18px; background: #fff; border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 1; }
.dialog-top h2 { font-size: 17px; letter-spacing: -.4px; line-height: 1.4; margin: 0; }
.dialog-close { display: grid; place-items: center; width: 36px; height: 36px; flex-shrink: 0; background: var(--lilac); border-radius: 50%; font-size: 27px; line-height: 1; }
.privacy-dialog { width: min(580px, calc(100vw - 32px)); }
.privacy-body { padding: 24px; display: grid; gap: 17px; color: #7f698d; font-size: 16px; line-height: 1.8; }
body.dialog-open { overflow: hidden; }

/* Brand intro: an illuminated frame around the original APK logo. */
.page-loader { position: fixed; inset: 0; z-index: 999; display: flex; flex-direction: column; align-items: center; justify-content: center; background: radial-gradient(ellipse at 50% 42%, #44205e, #201037 50%, #150924); color: #fff; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .4s, visibility .4s; }
.page-loader::before { content: ""; position: absolute; width: min(550px, 92vw); height: min(550px, 92vw); border: 1px solid #9f77c718; border-radius: 38px; transform: rotate(45deg); box-shadow: 0 0 0 65px #b085d506, 0 0 0 130px #b085d504; pointer-events: none; }
html[data-booting="true"] .page-loader { opacity: 1; visibility: visible; pointer-events: auto; animation: loader-safety 1ms linear 4500ms forwards; }
.loader-eyebrow { color: #c5a7d8; font-size: 12px; font-weight: 550; letter-spacing: .24em; margin-bottom: 25px; z-index: 1; }
.loader-frame { position: relative; width: 178px; height: 178px; display: grid; place-items: center; }
.loader-frame img { width: 116px; height: 116px; border-radius: 28px; box-shadow: 0 14px 38px #07021060; animation: logo-breathe 1.5s ease-in-out infinite; }
.loader-corner { position: absolute; width: 48px; height: 48px; border-color: var(--yellow); border-style: solid; border-width: 0; }
.corner-top { top: 0; left: 0; border-top-width: 2px; border-left-width: 2px; border-top-left-radius: 15px; animation: frame-drift 1.6s ease-in-out infinite; }
.corner-bottom { bottom: 0; right: 0; border-right-width: 2px; border-bottom-width: 2px; border-bottom-right-radius: 15px; border-color: var(--cyan); animation: frame-drift 1.6s ease-in-out .8s infinite; }
.loader-scan { position: absolute; width: 150px; height: 1px; left: 14px; top: 15px; background: linear-gradient(90deg, transparent, #67f9e2, transparent); box-shadow: 0 0 14px #57ebd2; animation: scan-line 1.65s ease-in-out infinite; }
.loader-wordmark { margin-top: 27px; font-size: 35px; font-weight: 450; letter-spacing: -1.4px; z-index: 1; }
.loader-wordmark strong { color: var(--cyan); font-weight: 700; }
.loader-caption { color: #c3acd3; font-size: 14px; letter-spacing: .02em; margin-top: 4px; z-index: 1; }
.loader-features { display: flex; gap: 8px; margin-top: 24px; z-index: 1; }
.loader-features span { border: 1px solid #bc94d433; color: #d2bcdf; font-size: 12px; letter-spacing: .07em; border-radius: 20px; padding: 5px 12px; }
.loader-track { width: 164px; height: 3px; background: #ae7fcc28; overflow: hidden; border-radius: 3px; margin-top: 26px; z-index: 1; }
.loader-track > span { display: block; width: 45%; height: 100%; border-radius: 3px; background: linear-gradient(90deg, var(--yellow), var(--cyan)); animation: loading-track 1s ease-in-out infinite; }
.loader-skip { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; padding: 8px 12px; margin-top: 22px; background: transparent; color: #d1bdda; font-size: 13px; z-index: 1; }
.loader-skip:hover { color: #fff; }
@keyframes phone-arrive { from { opacity: 0; transform: translateX(-50%) translateY(25px); } to { opacity: 1; transform: translateX(-50%) translateY(0); } }
@keyframes gentle-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }
@keyframes telegram-pulse { 0%, 100% { box-shadow: 0 7px 22px #07548235, 0 0 0 0 #117cad25; } 60% { box-shadow: 0 7px 22px #07548235, 0 0 0 8px #117cad00; } }
@keyframes logo-breathe { 50% { transform: scale(.96); } }
@keyframes frame-drift { 50% { opacity: .5; } }
@keyframes scan-line { 0%, 100% { transform: translateY(0); opacity: 0; } 25%, 75% { opacity: .8; } 85% { transform: translateY(150px); opacity: 0; } }
@keyframes loading-track { from { transform: translateX(-100%); } to { transform: translateX(325%); } }
@keyframes loader-safety { to { opacity: 0; visibility: hidden; pointer-events: none; } }

/* Tablet */
@media (max-width: 1100px) {
  .container { width: calc(100% - 56px); }
  .desktop-nav { gap: 25px; margin-left: 10px; }
  .hero-showcase { gap: 27px; }
  .offer-card { padding: 24px; }
  .offer-number { font-size: 62px; }
  .rate-card .offer-number { font-size: 54px; }
  .offer-label { font-size: 12px; letter-spacing: .035em; }
  .hero-screen-stage { height: 432px; }
  .hero-phone { width: 235px; }
  .example-sticker { left: -32px; bottom: 38px; padding: 10px 12px; }
  .example-sticker strong { font-size: 13px; }
  .screen-grid { gap: 16px; }
  .screen-heading { padding: 23px 18px 0; }
  .screen-heading h3 { font-size: 22px; }
  .screen-heading p { min-height: 42px; }
  .screen-button { height: 300px; padding: 20px 16px 0; }
  .calculator-layout { gap: 65px; }
  .faq-layout { gap: 70px; }
  .download-card { gap: 27px; padding: 37px; }
  .download-copy h2 { font-size: 35px; }
  .download-brand > span { font-size: 12px; letter-spacing: .025em; }
}
@media (max-width: 900px) {
  .desktop-nav { gap: 20px; }
  .desktop-nav a { font-size: 14px; }
  .brand { font-size: 25px; }
  .hero { padding-top: 45px; }
  .hero-showcase { gap: 22px; grid-template-columns: 1fr 1.1fr 1fr; }
  .offer-card { padding: 22px 19px; }
  .offer-number { font-size: 56px; }
  .rate-card .offer-number { font-size: 48px; }
  .offer-card h2 { font-size: 18px; }
  .offer-card p { font-size: 13px; }
  .offer-card a { font-size: 12px; gap: 7px; }
  .hero-phone { width: 211px; }
  .hero-screen-stage { height: 400px; }
  .example-sticker { left: -36px; bottom: 43px; }
  .sticker-check { width: 28px; height: 28px; font-size: 20px; }
  .example-sticker strong { font-size: 12px; }
  .example-sticker > div > span { font-size: 12px; }
  .feature-strip-inner { gap: 17px; }
  .feature-strip-inner > span { font-size: 13px; gap: 8px; }
  .section { padding-block: 88px; }
  .section-heading { gap: 40px; }
  .section-heading > p { max-width: 300px; }
  .steps-grid { gap: 25px; }
  .step h3 { font-size: 20px; }
  .step p { font-size: 15px; }
  .step a { font-size: 13px; }
  .screen-grid { grid-template-columns: repeat(2, 1fr); gap: 22px; }
  .screen-heading { padding: 26px 27px 0; }
  .screen-heading h3 { font-size: 25px; }
  .screen-heading p { min-height: 0; font-size: 14px; }
  .screen-button { height: 410px; padding: 25px 48px 0; }
  .screen-button .phone-frame { max-width: 230px; margin-inline: auto; }
  .calculator-layout { gap: 38px; }
  .calculator-copy h2 { font-size: 42px; }
  .calculator-panel { padding: 25px; }
  .math-example strong { font-size: 17px; }
  .calculator-copy > p { font-size: 15px; }
  .faq-layout { gap: 50px; }
  .download-card { grid-template-columns: 1fr 1fr; gap: 30px; }
  .download-brand { display: none; }
  .footer-main nav { gap: 21px; }
  .footer-bottom p:last-child { max-width: 380px; text-align: right; }
}

/* Phones */
@media (max-width: 720px) {
  .container { width: calc(100% - 40px); }
  .header-inner { height: 75px; gap: 15px; }
  .brand { font-size: 25px; gap: 8px; }
  .brand img { width: 39px; height: 39px; }
  .desktop-nav { display: none; }
  .header-download { margin-left: auto; min-height: 40px; padding: 8px 13px; font-size: 13px; gap: 10px; }
  .menu-toggle { display: flex; }
  .hero { padding-top: 38px; }
  .hero-eyebrow { font-size: 12px; letter-spacing: .035em; padding: 5px 11px 5px 8px; }
  h1 { font-size: clamp(41px, 9vw, 60px); letter-spacing: -2.5px; line-height: 1.1; margin-top: 19px; }
  .hero-description { font-size: 16px; line-height: 1.8; margin-top: 20px; max-width: 470px; }
  .hero-actions { display: grid; grid-template-columns: 1fr 1fr; max-width: 420px; margin: 24px auto 0; gap: 10px; }
  .hero-actions .button { min-height: 49px; padding: 12px 14px; gap: 9px; font-size: 14px; }
  .hero-actions .button:first-child { grid-column: 1 / -1; }
  .hero-actions .icon { width: 19px; height: 19px; }
  .hero-note { max-width: 360px; margin: 13px auto 0; line-height: 1.7; font-size: 12px; }
  .hero-showcase { grid-template-columns: 1fr 1fr; gap: 17px; margin-top: 31px; }
  .offer-card { margin-bottom: 0; padding: 22px 20px; border-radius: 17px; align-self: stretch; }
  .cashback-card { order: 1; }
  .rate-card { order: 2; }
  .hero-screen-stage { order: 3; grid-column: 1 / -1; width: 100%; max-width: 430px; height: 448px; justify-self: center; margin-top: 12px; }
  .offer-label { font-size: 12px; letter-spacing: .025em; }
  .offer-number { font-size: 55px; margin-top: 10px; letter-spacing: -2.4px; }
  .percent-sign { font-size: 32px; }
  .rate-card .offer-number { font-size: 49px; margin-top: 10px; }
  .rate-card .rupee { font-size: 28px; }
  .rate-symbol { display: none; }
  .offer-card h2 { font-size: 16px; margin-top: 5px; }
  .offer-card p { font-size: 13px; line-height: 1.7; margin-top: 9px; }
  .offer-card a { font-size: 12px; margin-top: 12px; gap: 7px; }
  .offer-card a > span { font-size: 18px; }
  .hero-phone { width: 252px; top: 3px; }
  .stage-disc { width: 430px; height: 430px; top: 83px; }
  .disc-two { width: 350px; height: 350px; top: 125px; }
  .example-sticker { bottom: 37px; left: 0; padding: 13px 16px; gap: 11px; }
  .example-sticker strong { font-size: 14px; }
  .sticker-check { width: 35px; height: 35px; font-size: 22px; }
  .feature-strip-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 19px 15px; padding-block: 23px; }
  .feature-strip-inner > span { font-size: 13px; gap: 8px; }
  .feature-strip .icon { width: 20px; height: 20px; }
  .section { padding-block: 68px; }
  h2 { font-size: 37px; letter-spacing: -1.5px; }
  .section-heading { display: block; margin-bottom: 32px; }
  .section-heading > p { max-width: 430px; margin-top: 18px; font-size: 16px; }
  .steps-grid { grid-template-columns: 1fr; gap: 30px; }
  .step { padding-top: 22px; }
  .step-head { margin-bottom: 16px; }
  .step h3 { font-size: 23px; }
  .step p { font-size: 16px; }
  .step a { font-size: 14px; margin-top: 17px; }
  .screen-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
  .screen-heading { padding: 20px 18px 0; }
  .screen-heading > span { font-size: 12px; letter-spacing: 0; }
  .screen-heading h3 { font-size: 22px; margin-top: 7px; }
  .screen-heading p { font-size: 13px; min-height: 42px; margin-top: 5px; }
  .screen-button { height: 330px; padding: 19px 20px 0; }
  .screen-button .phone-frame { padding: 3px; border-radius: 20px; }
  .screen-button .phone-frame img { border-radius: 16px; }
  .screen-expand { padding: 7px 11px; font-size: 12px; bottom: 12px; }
  .section-note { font-size: 12px; margin-top: 20px; }
  .calculator-layout { grid-template-columns: 1fr; gap: 31px; }
  .calculator-copy h2 { font-size: 40px; }
  .calculator-copy > p { font-size: 16px; max-width: 460px; margin-top: 21px; }
  .math-example { max-width: 100%; margin-top: 23px; padding-block: 20px; }
  .math-example strong { font-size: 19px; }
  .calculator-copy > .calculator-note { max-width: 100%; font-size: 12px; }
  .calculator-panel { padding: 25px; border-radius: 20px; }
  .calculator-modes span { font-size: 14px; }
  .faq-layout { grid-template-columns: 1fr; gap: 34px; }
  .faq-copy > p { max-width: 360px; }
  .faq-list summary { font-size: 16px; padding-block: 21px; }
  .faq-answer { font-size: 16px; }
  .download-section { padding-bottom: 43px; }
  .download-card { grid-template-columns: 1fr; gap: 27px; padding: 32px 27px; }
  .download-brand { display: flex; flex-direction: row; justify-content: flex-start; gap: 17px; }
  .download-brand img { width: 65px; height: 65px; border-radius: 18px; }
  .download-brand > span { font-size: 12px; letter-spacing: .09em; }
  .download-copy h2 { font-size: 39px; }
  .download-copy p { font-size: 15px; }
  .download-actions .button { font-size: 15px; }
  .footer-main { flex-wrap: wrap; gap: 27px; padding-bottom: 26px; }
  .footer-main nav { order: 2; width: 100%; flex-wrap: wrap; gap: 20px; font-size: 13px; }
  .footer-privacy { font-size: 13px; }
  .back-top { margin-left: auto; }
  .footer-bottom { display: block; padding-top: 20px; }
  .footer-bottom p:last-child { margin-top: 8px; max-width: 350px; text-align: left; line-height: 1.8; }
  .site-footer { padding-bottom: 112px; }
  .telegram-float { width: 53px; height: 53px; min-height: 53px; right: 16px; bottom: calc(86px + env(safe-area-inset-bottom)); padding: 14px; }
  .telegram-float > span { display: none; }
  .mobile-action-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 35; display: flex; gap: 11px; padding: 10px 18px calc(10px + env(safe-area-inset-bottom)); background: rgb(255 255 255 / 96%); border-top: 1px solid var(--line); box-shadow: 0 -3px 20px #40245609; backdrop-filter: blur(12px); }
  .mobile-action-bar .button { flex: 1; min-height: 46px; padding: 10px 14px; font-size: 13px; border-radius: 8px; }
  .preview-dialog, .privacy-dialog { max-height: 85vh; max-height: 85dvh; }
}
@media (max-width: 480px) {
  .screen-grid { grid-template-columns: 1fr; gap: 20px; }
  .screen-card { max-width: 370px; width: 100%; margin-inline: auto; }
  .screen-heading { padding: 26px 26px 0; }
  .screen-heading h3 { font-size: 25px; }
  .screen-heading p { font-size: 14px; min-height: 0; }
  .screen-button { height: 410px; padding: 23px 43px 0; }
  .screen-button .phone-frame { max-width: 234px; padding: 4px; border-radius: 25px; }
  .screen-button .phone-frame img { border-radius: 20px; }
  .screen-expand { padding: 9px 16px; font-size: 13px; bottom: 17px; }
}
@media (max-width: 390px) {
  .container { width: calc(100% - 32px); }
  .header-inner { gap: 10px; }
  .brand { font-size: 23px; }
  .brand img { width: 35px; height: 35px; }
  .header-download { font-size: 12px; padding: 8px 11px; }
  .menu-toggle { width: 38px; height: 38px; }
  h1 { font-size: clamp(34px, 10vw, 39px); letter-spacing: -2px; }
  .hero-description { font-size: 15px; }
  .hero-actions .button { font-size: 13px; padding: 12px 10px; gap: 7px; }
  .hero-showcase { gap: 12px; }
  .offer-card { padding: 19px 15px; }
  .offer-number { font-size: 46px; }
  .percent-sign { font-size: 27px; }
  .rate-card .offer-number { font-size: 42px; }
  .rate-card .rupee { font-size: 25px; }
  .offer-card h2 { font-size: 15px; }
  .offer-card p { font-size: 12px; }
  .offer-card a { flex-wrap: wrap; gap: 3px; font-size: 12px; }
  .hero-phone { width: 235px; }
  .hero-screen-stage { height: 421px; }
  .example-sticker { left: -3px; padding: 11px 13px; }
  .example-sticker strong { font-size: 13px; }
  .feature-strip-inner > span { font-size: 12px; gap: 6px; }
  .calculator-panel { padding: 21px; }
  .result-breakdown { font-size: 12px; }
  .calculation-result { padding: 19px; }
  .calculation-result output { font-size: 40px; }
  .math-example strong { font-size: 18px; }
  .screen-button { padding-inline: 33px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .hero-phone { opacity: 1; }
  .loader-track > span { width: 100%; }
  .loader-scan { display: none; }
}
@media print {
  .page-loader, .site-header, .hero-actions, .telegram-float, .mobile-action-bar, .hero-screen-stage, .screen-button, .download-section, dialog { display: none !important; }
  .container { width: 100%; }
  .section { padding-block: 24px; }
  .calculator-section { color: #241b38; background: #fff; }
  .calculator-layout, .faq-layout { display: block; }
  .screen-grid, .steps-grid { display: block; }
  .screen-card, .step { break-inside: avoid; margin-bottom: 15px; }
  .site-footer { padding-bottom: 0; }
}
