:root {
    --ink: #0b1739;
    --ink-deep: #07102a;
    --blue: #2764ff;
    --blue-light: #dce7ff;
    --yellow: #ffbf2f;
    --paper: #f8faf5;
    --white: #ffffff;
    --ice: #edf3ff;
    --mint: #52d6a1;
    --line: #cdd5e6;
    --muted: #64708d;
    --display: "Syne", "Arial Black", sans-serif;
    --body: "Manrope", "Helvetica Neue", sans-serif;
    --shadow: 0 24px 70px rgba(7, 16, 42, 0.16);
    --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: var(--body);
    font-size: 16px;
    line-height: 1.65;
    overflow-x: hidden;
}
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img, svg { display: block; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 9999; padding: 10px 16px; background: var(--yellow); color: var(--ink); font-weight: 800; transition: top .2s; }
.skip-link:focus { top: 16px; }
.page-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.site-header {
    position: fixed;
    inset: 0 0 auto;
    z-index: 1000;
    background: rgba(248, 250, 245, 0.93);
    border-bottom: 1px solid transparent;
    backdrop-filter: blur(16px);
    transition: border-color .2s, box-shadow .2s;
}
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 8px 28px rgba(7, 16, 42, .08); }
.nav-shell { width: min(1280px, calc(100% - 48px)); height: 78px; margin: auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 32px; }
.brand { width: max-content; display: inline-flex; align-items: center; gap: 11px; text-decoration: none; }
.brand-mark { width: 40px; height: 40px; display: grid; place-items: center; background: var(--blue); color: var(--white); border-radius: 9px 15px 9px 15px; transform: rotate(-4deg); box-shadow: 4px 4px 0 var(--yellow); }
.brand-mark span { font-family: var(--display); font-size: 12px; font-weight: 800; letter-spacing: -.5px; transform: rotate(4deg); }
.brand-name { font-family: var(--display); font-size: 19px; font-weight: 800; letter-spacing: -.6px; }
.nav-links { display: flex; align-items: center; gap: 34px; }
.nav-links a, .footer-links a { color: var(--ink); font-size: 13px; font-weight: 700; text-decoration: none; }
.nav-links a { position: relative; }
.nav-links a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -5px; height: 2px; background: var(--blue); transition: right .2s; }
.nav-links a:hover::after, .nav-links a:focus-visible::after { right: 0; }
.nav-cta { justify-self: end; }
.menu-toggle { display: none; }

.button { min-height: 54px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; border: 2px solid transparent; border-radius: 10px 18px 10px 18px; font-size: 14px; font-weight: 800; line-height: 1; text-decoration: none; box-shadow: 5px 5px 0 rgba(7, 16, 42, .16); transition: transform .18s, box-shadow .18s, background .18s; }
.button:hover { transform: translate(-2px, -2px); box-shadow: 8px 8px 0 rgba(7, 16, 42, .18); }
.button:active { transform: translate(2px, 2px); box-shadow: 2px 2px 0 rgba(7, 16, 42, .18); }
.button svg { width: 19px; height: 19px; fill: currentColor; }
.button-small { min-height: 44px; padding: 0 18px; font-size: 12px; box-shadow: none; }
.button-small:hover { transform: translateY(-2px); box-shadow: 0 6px 0 rgba(7, 16, 42, .14); }
.button-blue { background: var(--blue); color: var(--white); }
.button-yellow { background: var(--yellow); color: var(--ink-deep); border-color: var(--yellow); }
.text-link { display: inline-flex; align-items: center; gap: 12px; font-size: 14px; font-weight: 800; text-decoration: none; }
.text-link span { font-size: 18px; transition: transform .2s; }
.text-link:hover span { transform: translateY(4px); }
.light-link { color: var(--white); border-bottom: 1px solid rgba(255,255,255,.45); padding-bottom: 5px; }

.hero { min-height: 770px; padding: 154px 0 88px; position: relative; background: var(--paper); overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: auto auto -210px -150px; width: 520px; height: 520px; border: 84px solid var(--blue-light); border-radius: 50%; opacity: .7; }
.hero::after { content: "DW"; position: absolute; top: 116px; right: -37px; color: rgba(39, 100, 255, .055); font-family: var(--display); font-size: 300px; font-weight: 800; line-height: 1; letter-spacing: -30px; pointer-events: none; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(440px, .97fr); gap: clamp(60px, 8vw, 110px); align-items: center; }
.eyebrow { margin: 0 0 22px; display: flex; align-items: center; gap: 10px; color: var(--white); font-size: 11px; font-weight: 800; letter-spacing: 1.8px; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 2px; background: var(--yellow); }
.hero .eyebrow { color: var(--blue); }
.eyebrow-blue { color: var(--blue); }
.eyebrow-blue span { background: var(--blue); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--display); letter-spacing: -.055em; line-height: .98; }
h1 { max-width: 680px; margin-bottom: 26px; font-size: clamp(52px, 5.2vw, 74px); font-weight: 800; }
h1 em, .support-copy h2 em { color: var(--blue); font-style: normal; }
.hero-lede { max-width: 600px; margin-bottom: 34px; color: #46516e; font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.safety-line { margin: 34px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px 22px; list-style: none; }
.safety-line li { position: relative; padding-left: 17px; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .45px; text-transform: uppercase; }
.safety-line li::before { content: ""; position: absolute; left: 0; top: 7px; width: 7px; height: 7px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 3px rgba(82,214,161,.18); }

.route-ticket { position: relative; padding: 22px 26px 0; background: var(--white); border: 2px solid var(--ink); border-radius: 20px 42px 20px 42px; box-shadow: 14px 16px 0 var(--blue), var(--shadow); transform: rotate(1.2deg); }
.route-ticket::before { content: ""; position: absolute; width: 66px; height: 66px; right: -28px; top: -28px; border-radius: 50%; background: var(--yellow); border: 2px solid var(--ink); box-shadow: 7px 8px 0 rgba(7,16,42,.14); }
.route-ticket::after { content: "✓"; position: absolute; right: -6px; top: -17px; z-index: 1; color: var(--ink); font-family: var(--display); font-size: 27px; font-weight: 800; transform: rotate(-8deg); }
.ticket-topline, .ticket-stub { display: flex; justify-content: space-between; font-size: 9px; font-weight: 800; letter-spacing: 1.5px; }
.ticket-topline { padding-bottom: 16px; border-bottom: 1px dashed var(--line); color: var(--muted); }
.ticket-title { padding: 22px 0 14px; display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.ticket-title p { margin: 0; font-family: var(--display); font-size: 24px; font-weight: 800; letter-spacing: -.8px; }
.ticket-title span { color: var(--muted); font-size: 10px; font-weight: 700; }
.ticket-steps { margin: 0; padding: 0; list-style: none; }
.ticket-steps li { position: relative; display: grid; grid-template-columns: 46px 1fr; gap: 17px; min-height: 88px; }
.ticket-steps li:not(:last-child)::before { content: ""; position: absolute; left: 22px; top: 42px; bottom: -4px; border-left: 2px dashed var(--line); }
.route-dot { position: relative; z-index: 1; width: 46px; height: 46px; display: grid; place-items: center; border: 2px solid var(--ink); border-radius: 50%; background: var(--white); font-size: 10px; font-weight: 800; }
.ticket-steps .is-active .route-dot { background: var(--blue); border-color: var(--blue); color: var(--white); box-shadow: 0 0 0 6px var(--blue-light); }
.ticket-steps strong, .ticket-steps small { display: block; }
.ticket-steps strong { margin: 2px 0 4px; font-family: var(--display); font-size: 15px; }
.ticket-steps small { max-width: 280px; color: var(--muted); font-size: 11px; line-height: 1.5; }
.guide-status { margin: 6px 0 22px; padding: 14px 16px; display: grid; grid-template-columns: 42px 1fr auto; gap: 12px; align-items: center; background: var(--ice); border: 1px solid var(--blue-light); border-radius: 10px 20px 10px 20px; }
.guide-avatar { width: 42px; height: 42px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: var(--blue); color: var(--white); font-family: var(--display); font-weight: 800; }
.guide-status strong, .guide-status small { display: block; }
.guide-status strong { font-size: 12px; }
.guide-status small { color: var(--muted); font-size: 9px; font-weight: 700; }
.guide-status i, .chat-bar i { width: 6px; height: 6px; display: inline-block; margin-right: 4px; border-radius: 50%; background: var(--mint); }
.status-arrow { font-size: 22px; }
.ticket-stub { margin: 0 -26px; padding: 15px 26px; background: var(--ink); color: var(--white); border-radius: 0 0 17px 39px; }
.ticket-stub span:last-child { color: var(--yellow); }

.quick-strip { background: var(--ink); color: var(--white); }
.strip-grid { min-height: 112px; display: grid; grid-template-columns: .8fr .8fr 1fr 1.45fr; align-items: center; }
.strip-grid > * { min-height: 58px; margin: 0; padding: 0 24px; display: flex; flex-direction: column; justify-content: center; border-left: 1px solid rgba(255,255,255,.16); }
.strip-grid > *:first-child { padding-left: 0; border-left: 0; }
.strip-grid strong { font-family: var(--display); font-size: 18px; letter-spacing: -.5px; }
.strip-grid p span { color: #aeb8d1; font-size: 10px; font-weight: 700; letter-spacing: .5px; text-transform: uppercase; }
.strip-note { flex-direction: row; align-items: center; gap: 13px; color: #d3daf0; font-size: 11px; line-height: 1.5; }
.strip-note span { width: 28px; height: 28px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid var(--yellow); border-radius: 50%; color: var(--yellow); font-weight: 800; }

.section { padding: 120px 0; }
.section-heading h2, .mistakes-copy h2, .guides-intro h2, .support-copy h2, .final-cta h2 { margin-bottom: 0; font-size: clamp(42px, 5vw, 66px); font-weight: 800; }
.split-heading { margin-bottom: 64px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; }
.split-heading > p { max-width: 420px; margin: 0 0 4px; color: var(--muted); }
.route-cards { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; list-style: none; counter-reset: cards; }
.route-cards li { min-height: 368px; padding: 25px 28px 30px; position: relative; display: flex; flex-direction: column; background: var(--white); border: 1px solid var(--line); border-radius: 14px 30px 14px 30px; overflow: hidden; transition: transform .2s, border-color .2s, box-shadow .2s; }
.route-cards li:hover { transform: translateY(-7px); border-color: var(--blue); box-shadow: 0 20px 45px rgba(7,16,42,.1); }
.route-cards li:nth-child(2) { background: var(--blue); border-color: var(--blue); color: var(--white); }
.route-cards li:nth-child(2) p { color: #dce7ff; }
.card-number { align-self: end; color: var(--muted); font-family: var(--display); font-size: 11px; font-weight: 800; letter-spacing: 1px; }
.route-cards li:nth-child(2) .card-number { color: #afc5ff; }
.route-icon { width: 74px; height: 74px; margin: 22px 0 34px; position: relative; display: grid; place-items: center; border: 2px solid var(--ink); border-radius: 18px 30px 18px 30px; background: var(--yellow); }
.route-cards li:nth-child(2) .route-icon { background: var(--white); border-color: var(--white); color: var(--ink); }
.icon-wallet span { width: 35px; height: 25px; border: 2px solid currentColor; border-radius: 5px; }
.icon-wallet span::after { content: ""; position: absolute; width: 13px; height: 8px; right: 16px; top: 33px; border: 2px solid currentColor; border-radius: 3px; background: inherit; }
.icon-guide span { width: 28px; height: 37px; border: 2px solid currentColor; border-radius: 4px; }
.icon-guide i { position: absolute; width: 13px; height: 2px; top: 29px; background: currentColor; box-shadow: 0 7px 0 currentColor, 0 14px 0 currentColor; }
.icon-chat span { width: 39px; height: 28px; display: grid; place-items: center; border: 2px solid currentColor; border-radius: 11px; font-size: 22px; line-height: 1; }
.route-cards h3 { margin-bottom: 10px; font-family: var(--display); font-size: 22px; line-height: 1.15; }
.route-cards p { margin-bottom: 28px; color: var(--muted); font-size: 14px; }
.card-meta { margin-top: auto; font-size: 9px; font-weight: 800; letter-spacing: 1.5px; }

.guides-section { background: var(--ink); color: var(--white); overflow: hidden; }
.guides-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; align-items: center; }
.guides-intro { position: sticky; top: 128px; }
.guides-intro > p:not(.eyebrow) { max-width: 420px; margin: 26px 0 38px; color: #b6c0d8; }
.guide-stack { position: relative; display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.guide-stack::before { content: ""; position: absolute; width: 360px; height: 360px; right: -120px; top: 80px; border: 64px solid rgba(39,100,255,.28); border-radius: 50%; }
.guide-card { min-height: 270px; padding: 25px; position: relative; z-index: 1; display: flex; flex-direction: column; background: var(--white); color: var(--ink); border-radius: 14px 34px 14px 34px; box-shadow: 9px 10px 0 rgba(39,100,255,.42); }
.guide-card.offset-card { transform: translateY(42px); }
.app-tile { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 13px 22px 13px 22px; color: var(--white); font-family: var(--display); font-weight: 800; }
.phonepe { background: #5f259f; }
.paytm { background: #00a8e8; color: var(--ink); }
.mobi { background: #e1261c; }
.other { background: var(--yellow); color: var(--ink); font-size: 27px; }
.guide-card > div:nth-child(2) { margin-top: auto; }
.guide-type { margin: 0 0 5px; color: var(--blue); font-size: 9px; font-weight: 800; letter-spacing: 1.3px; }
.guide-card h3 { margin: 0 0 4px; font-family: var(--display); font-size: 25px; }
.guide-card div p:last-child { margin: 0; color: var(--muted); font-size: 11px; }
.guide-card > a { position: absolute; top: 24px; right: 24px; width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-size: 20px; text-decoration: none; transition: background .2s, color .2s, transform .2s; }
.guide-card > a:hover { background: var(--blue); color: var(--white); transform: rotate(8deg); }
.other-card { background: var(--yellow); }
.other-card .guide-type { color: #775000; }

.mistakes-section { background: var(--blue-light); }
.mistakes-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; }
.mistakes-copy { align-self: start; }
.mistakes-copy > p:last-child { max-width: 420px; margin: 28px 0 0; color: var(--muted); }
.check-list { border-top: 1px solid #aebcdf; }
.check-list article { padding: 28px 0; display: grid; grid-template-columns: 62px 1fr; border-bottom: 1px solid #aebcdf; }
.check-list > article > span { color: var(--blue); font-family: var(--display); font-size: 12px; font-weight: 800; }
.check-list h3 { margin-bottom: 7px; font-family: var(--display); font-size: 20px; }
.check-list p { margin: 0; color: #56617d; font-size: 14px; }

.support-section { padding: 110px 0; background: var(--paper); }
.support-card { min-height: 570px; padding: 72px 76px; display: grid; grid-template-columns: 1fr .8fr; gap: 80px; align-items: center; background: var(--yellow); border: 2px solid var(--ink); border-radius: 24px 56px 24px 56px; box-shadow: 14px 16px 0 var(--ink); }
.support-copy .eyebrow { color: var(--ink); }
.support-copy .eyebrow span { background: var(--ink); }
.support-copy h2 em { color: var(--blue); }
.support-copy > p:not(.eyebrow) { max-width: 530px; margin: 27px 0 34px; }
.support-copy .button { background: var(--ink); border-color: var(--ink); color: var(--white); box-shadow: 5px 5px 0 rgba(39,100,255,.42); }
.chat-preview { padding: 22px; background: var(--paper); border: 2px solid var(--ink); border-radius: 18px 38px 18px 38px; box-shadow: 9px 10px 0 var(--blue); transform: rotate(-1deg); }
.chat-bar { margin: -22px -22px 22px; padding: 16px 20px; display: flex; gap: 11px; align-items: center; border-bottom: 1px solid var(--line); background: var(--white); border-radius: 16px 36px 0 0; }
.chat-bar strong, .chat-bar small { display: block; }
.chat-bar strong { font-size: 12px; }
.chat-bar small { color: var(--muted); font-size: 9px; }
.bubble { max-width: 82%; margin-bottom: 11px; padding: 11px 14px; border: 1px solid var(--line); font-size: 11px; line-height: 1.55; }
.bubble-in { background: var(--white); border-radius: 5px 14px 14px 14px; }
.bubble-out { margin-left: auto; background: var(--blue-light); border-color: #bbcbf0; border-radius: 14px 5px 14px 14px; }
.typing { width: 52px; padding: 9px 11px; display: flex; gap: 4px; background: var(--white); border: 1px solid var(--line); border-radius: 5px 13px 13px 13px; }
.typing span { width: 5px; height: 5px; border-radius: 50%; background: var(--muted); }

.faq-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 86px; display: grid; grid-template-columns: 1fr 34px; align-items: center; gap: 20px; cursor: pointer; list-style: none; font-family: var(--display); font-size: 18px; font-weight: 700; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--blue); font-family: var(--body); font-size: 20px; transition: transform .2s, background .2s; }
.faq-list details[open] summary span { background: var(--blue); color: var(--white); transform: rotate(45deg); }
.faq-list details p { max-width: 680px; padding: 0 58px 26px 0; color: var(--muted); font-size: 14px; }

.final-cta { padding: 90px 0; background: var(--blue); color: var(--white); }
.final-cta-inner { display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.final-cta h2 { font-size: clamp(42px, 5vw, 62px); }
.final-cta .button { flex: 0 0 auto; }

.site-footer { padding: 58px 0 32px; background: var(--ink-deep); color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1fr 1.3fr auto; gap: 40px; align-items: center; }
.footer-brand .brand-mark { box-shadow: 4px 4px 0 var(--yellow); }
.footer-grid > p { margin: 0; color: #aeb8d1; font-size: 12px; }
.footer-links { display: flex; gap: 25px; }
.footer-links a { color: var(--white); }
.copyright { grid-column: 1 / -1; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.13); }
.mobile-telegram { display: none; }

a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid var(--yellow); outline-offset: 4px; }

@media (max-width: 980px) {
    .hero-grid { grid-template-columns: 1fr 410px; gap: 44px; }
    h1 { font-size: 58px; }
    .strip-grid { grid-template-columns: repeat(3, 1fr); padding: 20px 0; }
    .strip-note { grid-column: 1 / -1; min-height: auto; margin-top: 15px; padding: 16px 0 0; border: 0; border-top: 1px solid rgba(255,255,255,.16); }
    .guides-layout, .mistakes-grid, .faq-layout { gap: 48px; }
    .support-card { padding: 58px 46px; gap: 45px; }
}

@media (max-width: 820px) {
    .nav-shell { grid-template-columns: 1fr auto; }
    .menu-toggle { width: 44px; height: 44px; padding: 0; justify-self: end; display: grid; place-content: center; gap: 7px; border: 1px solid var(--line); border-radius: 9px 15px 9px 15px; background: transparent; }
    .menu-toggle span:not(.sr-only) { width: 19px; height: 2px; background: var(--ink); transition: transform .2s; }
    .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(4.5px) rotate(45deg); }
    .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-4.5px) rotate(-45deg); }
    .nav-links { position: fixed; top: 78px; left: 0; right: 0; padding: 26px 24px 32px; display: none; flex-direction: column; align-items: flex-start; gap: 21px; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 16px 26px rgba(7,16,42,.1); }
    .nav-links.is-open { display: flex; }
    .nav-links a { font-family: var(--display); font-size: 18px; }
    .nav-cta { display: none; }
    .hero { padding-top: 128px; }
    .hero-grid { grid-template-columns: minmax(0, 1fr); }
    .hero-copy { min-width: 0; }
    .hero-copy { max-width: 650px; }
    .route-ticket { width: min(500px, calc(100% - 20px)); margin: 10px auto 0; }
    .split-heading, .guides-layout, .mistakes-grid, .faq-layout, .support-card { grid-template-columns: 1fr; }
    .split-heading { gap: 26px; }
    .route-cards { grid-template-columns: 1fr; }
    .route-cards li { min-height: 300px; }
    .guides-intro { position: static; }
    .guide-stack { max-width: 650px; }
    .guide-card.offset-card { transform: none; }
    .support-card { width: min(650px, calc(100% - 48px)); }
    .final-cta-inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 560px) {
    body { padding-bottom: 62px; }
    .page-shell, .nav-shell { width: min(100% - 30px, 1180px); }
    .nav-shell { height: 68px; }
    .brand-mark { width: 35px; height: 35px; }
    .brand-name { font-size: 17px; }
    .nav-links { top: 68px; }
    .hero { min-height: auto; padding: 110px 0 68px; }
    .hero::after { top: 90px; right: -20px; font-size: 154px; letter-spacing: -18px; }
    h1 { font-size: clamp(28px, 9vw, 39px); }
    .hero-lede { font-size: 16px; }
    .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
    .hero-actions .button { width: 100%; }
    .safety-line { gap: 7px 15px; }
    .route-ticket { width: calc(100% - 12px); margin-left: 0; padding: 18px 18px 0; box-shadow: 9px 10px 0 var(--blue); border-radius: 16px 30px 16px 30px; transform: none; }
    .route-ticket::before { width: 50px; height: 50px; right: -18px; top: -22px; }
    .route-ticket::after { right: -2px; top: -17px; font-size: 22px; }
    .ticket-title { align-items: flex-start; flex-direction: column; gap: 2px; }
    .ticket-steps small { font-size: 10px; }
    .ticket-stub { margin-inline: -18px; padding-inline: 18px; border-radius: 0 0 13px 27px; }
    .ticket-stub span:last-child { display: none; }
    .strip-grid { grid-template-columns: 1fr 1fr; }
    .strip-grid > * { min-height: 66px; padding: 0 12px; }
    .strip-grid > *:nth-child(3) { padding-left: 0; border-left: 0; }
    .strip-note { grid-column: 1 / -1; padding: 16px 0 0; }
    .section { padding: 84px 0; }
    .section-heading h2, .mistakes-copy h2, .guides-intro h2, .support-copy h2, .final-cta h2 { font-size: 40px; }
    .split-heading { margin-bottom: 40px; }
    .route-cards li { min-height: 318px; }
    .guides-layout, .mistakes-grid, .faq-layout { gap: 42px; }
    .guide-stack { grid-template-columns: 1fr; }
    .guide-card { min-height: 230px; }
    .support-section { padding: 76px 0; }
    .support-card { width: calc(100% - 30px); padding: 42px 22px; border-radius: 18px 36px 18px 36px; box-shadow: 8px 9px 0 var(--ink); }
    .chat-preview { padding: 16px; }
    .chat-bar { margin: -16px -16px 18px; }
    .faq-list summary { min-height: 78px; font-size: 16px; }
    .final-cta { padding: 76px 0; }
    .final-cta .button { width: 100%; }
    .footer-grid { grid-template-columns: 1fr; gap: 24px; }
    .copyright { grid-column: auto; }
    .mobile-telegram { position: fixed; left: 0; right: 0; bottom: 0; z-index: 999; height: 62px; display: flex; align-items: center; justify-content: center; gap: 10px; background: var(--yellow); color: var(--ink); border-top: 2px solid var(--ink); font-size: 13px; font-weight: 800; text-decoration: none; }
}

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