:root {
  color-scheme: dark;
  --bg: #080610;
  --surface: #14121c;
  --text: #fff;
  --muted: #a5a1aa;
  --mint: #5eead4;
  --purple: #7c5cfc;
  --border: rgba(255, 255, 255, .15);
  --page: 1280px;
}

* { box-sizing: border-box; }
html { overflow-x: hidden; scroll-behavior: smooth; background: var(--bg); scrollbar-gutter: stable; }
body { margin: 0; overflow-x: hidden; background: var(--bg); color: var(--text); font-family: Inter, Arial, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img { display: block; max-width: 100%; }
h1, h2, h3, p, figure { margin: 0; }
em { color: var(--mint); font-style: normal; }
.mobile-title { display: none; }

.site-announcement { position: relative; z-index: 70; width: 100%; min-height: 52px; padding: 13px max(32px, calc((100vw - var(--page)) / 2)); display: flex; align-items: flex-start; gap: 16px; background: rgba(124,92,252,.18); border-bottom: 1px solid rgba(124,92,252,.45); }
.site-announcement[hidden] { display: none; }
.site-announcement p { flex: 1; font-size: 14px; line-height: 1.5; font-weight: 600; overflow-wrap: anywhere; }
.site-announcement-close { width: 28px; height: 28px; margin-top: -3px; padding: 0; display: grid; place-items: center; flex: none; border: 0; border-radius: 8px; background: transparent; color: var(--muted); cursor: pointer; }
.site-announcement-close:hover { color: var(--text); background: rgba(255,255,255,.08); }

.brand { background: linear-gradient(90deg, var(--purple), var(--mint)); background-clip: text; color: transparent; font-size: 24px; font-weight: 800; white-space: nowrap; }
.brand-logo { display: block; height: 77px; width: auto; }
.brand-logo-up { height: 77px; }
.brand-logo-bottom { height: 72px; }
.site-header { position: relative; z-index: 30; width: 100%; height: 107px; padding: 0 max(32px, calc((100vw - var(--page)) / 2)); display: flex; align-items: center; justify-content: space-between; background: var(--bg); }
.desktop-nav { display: flex; align-items: center; gap: 24px; color: var(--muted); font-size: 14px; font-weight: 500; }
.desktop-nav a:hover, .desktop-nav a.active { color: #fff; }
.header-news { min-height: 44px; padding: 11px 16px; display: inline-flex; align-items: center; gap: 8px; border: 1px solid rgba(94,234,212,.25); border-radius: 8px; color: var(--mint); font-size: 14px; font-weight: 700; white-space: nowrap; }
.header-news:hover { border-color: rgba(94,234,212,.55); }
.header-news svg, .mobile-news svg, .telegram-link svg { width: 18px; height: 18px; flex: none; fill: currentColor; }
.header-cta { padding: 12px 24px; border: 1px solid rgba(165,161,170,.5); border-radius: 8px; font-size: 16px; font-weight: 700; }
.header-support-btn { display: inline-flex; align-items: center; gap: 6px; min-height: 44px; padding: 11px 16px; border: 1px solid rgba(124,92,252,.3); border-radius: 8px; background: rgba(124,92,252,.08); color: var(--text); font-size: 14px; font-weight: 700; cursor: pointer; transition: all .2s ease; white-space: nowrap; }
.header-support-btn:hover { border-color: rgba(124,92,252,.6); background: rgba(124,92,252,.15); box-shadow: 0 0 12px rgba(124,92,252,.2); }
.header-support-btn svg { color: var(--purple); flex-shrink: 0; }
.menu-button, .mobile-menu { display: none; }

.hero { min-height: 780px; padding: 80px max(32px, calc((100vw - var(--page)) / 2)) 0; }
.hero-title-row { height: 280px; display: flex; align-items: center; justify-content: space-between; }
.hero h1 { width: 900px; font-size: clamp(76px, 7.65vw, 110px); line-height: .9; letter-spacing: -6px; font-weight: 800; }
.photo-card { padding: 12px; background: rgba(255,255,255,.05); border: 1px solid var(--border); border-radius: 20px; backface-visibility: hidden; }
.photo-card img { width: 100%; height: 100%; object-fit: cover; border-radius: 12px; image-rendering: high-quality; backface-visibility: hidden; }
.hero-photo { flex: none; width: 260px; height: 260px; margin-right: 16px; transform: rotate(8deg); }
.hero-bottom { height: 300px; padding-top: 64px; display: flex; justify-content: space-between; }
.hero-copy { width: 630px; }
.hero-copy > p { max-width: 630px; color: var(--muted); font-size: 22px; line-height: 1.4; }
.button-row { display: flex; gap: 16px; margin-top: 32px; }
.button { min-height: 55px; padding: 17px 32px; display: inline-flex; align-items: center; justify-content: center; border-radius: 12px; font-size: 16px; line-height: 1.2; font-weight: 700; transition: transform .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: linear-gradient(90deg, #7c61fb, #738aef); box-shadow: 0 10px 20px rgba(124,92,252,.27); }
.button-secondary { border: 1px solid rgba(165,161,170,.5); }
.hero-collage { position: relative; width: 520px; height: 240px; display: flex; align-items: center; }
.hero-tags { z-index: 4; display: flex; flex-direction: column; gap: 12px; }
.hero-tags span, .floating-tag { width: max-content; padding: 8px 16px; border: 1px solid rgba(94,234,212,.2); border-radius: 100px; color: var(--mint); background: var(--bg); font-size: 12px; font-weight: 700; text-transform: uppercase; }
.hero-tag-mobile { display: none; }
.hero-collage .photo-card { position: absolute; width: 180px; height: 230px; }
.chat-card { right: 155px; transform: rotate(-8deg); }
.mic-card { right: 0; transform: rotate(8deg); }
.hero-status { height: 77px; margin-top: 20px; border-top: 1px solid var(--border); display: flex; align-items: center; justify-content: space-between; }
.hero-status p { width: 120px; color: var(--muted); font-size: 12px; font-weight: 700; text-transform: uppercase; }
.hero-status p:last-child { text-align: right; }
.hero-status strong { color: var(--mint); }
.sound-wave { width: 132px; height: 60px; display: flex; align-items: center; gap: 4px; filter: drop-shadow(0 0 8px rgba(94,234,212,.35)); }
.sound-wave i { width: 4px; height: var(--wave-height); flex: none; border-radius: 4px; background: var(--mint); opacity: var(--wave-opacity); transform-origin: center; animation: landing-wave var(--wave-speed) ease-in-out var(--wave-delay) infinite alternate; }
@keyframes landing-wave {
  0% { transform: scaleY(.28); opacity: .35; }
  45% { transform: scaleY(.72); }
  100% { transform: scaleY(1); opacity: var(--wave-opacity); }
}

.section { padding: 100px max(32px, calc((100vw - var(--page)) / 2)); }
.section h2 { font-size: 64px; line-height: 1; letter-spacing: -3px; font-weight: 800; }
.how h2 { text-align: center; }
.how-grid { height: 600px; display: grid; grid-template-columns: 738px 522px; gap: 20px; margin-top: 80px; }
.step { position: relative; overflow: hidden; border: 1px solid var(--border); border-radius: 32px; background: rgba(255,255,255,.05); }
.step-one { overflow: visible; padding: 40px; }
.step-phone { position: absolute; width: 510px; height: 735px; left: -87px; top: -68px; object-fit: contain; transform: rotate(-1deg); }
.step-one .step-copy { position: relative; z-index: 2; height: 100%; display: flex; flex-direction: column; align-items: flex-end; justify-content: flex-start; text-align: right; }
.step-one .step-copy h3 { margin-top: 42px; }
.step-one-wave { position: absolute; right: 22px; bottom: 40px; z-index: 2; height: 16px; display: flex; align-items: center; gap: 3px; }
.step-one-wave i { width: 3px; height: 13px; border-radius: 2px; background: var(--mint); opacity: .12; }
.step-one-wave i:nth-child(2) { height: 6px; opacity: .24; }
.step-one-wave i:nth-child(3) { height: 15px; opacity: .36; }
.step-one-wave i:nth-child(4) { height: 5px; opacity: .48; }
.step-one-wave i:nth-child(5) { height: 9px; opacity: .6; }
.step-one-wave i:nth-child(6) { height: 16px; opacity: .48; }
.step-one-wave i:nth-child(7) { height: 11px; opacity: .36; }
.step-one-wave i:nth-child(8), .step-one-wave i:nth-child(9) { height: 14px; opacity: .24; }
.step-copy span { color: var(--mint); opacity: .2; font-size: 88px; line-height: .8; font-weight: 800; }
.step-copy h3 { margin-top: auto; font-size: 32px; line-height: 1.2; font-weight: 800; }
.step-copy p { margin-top: 12px; color: var(--muted); font-size: 16px; font-weight: 500; }
.step-column { display: grid; grid-template-rows: 1fr 1fr; gap: 20px; }
.step-two { display: grid; grid-template-columns: 254px 180px; gap: 24px; padding: 32px; }
.step-two .step-copy { display: flex; flex-direction: column; justify-content: flex-end; }
.step-two .step-copy span { font-size: 64px; }
.step-two .step-copy h3 { font-size: 24px; }
.step-two img { width: 180px; height: 224px; border-radius: 16px; object-fit: cover; }
.step-three { padding: 32px; background: var(--mint); color: var(--bg); }
.step-three-header { height: 89px; display: flex; align-items: flex-start; justify-content: space-between; }
.step-three-header > span { color: var(--bg); opacity: .2; font-size: 64px; line-height: 1; font-weight: 800; }
.mini-wave { height: 16px; display: flex; align-items: center; gap: 3px; margin-top: 8px; }
.mini-wave i { width: 3px; height: 6px; border-radius: 2px; background: var(--bg); opacity: .12; }
.mini-wave i:nth-child(2) { height: 5px; opacity: .24; }
.mini-wave i:nth-child(3) { height: 5px; opacity: .36; }
.mini-wave i:nth-child(4) { height: 11px; opacity: .48; }
.mini-wave i:nth-child(5) { height: 10px; opacity: .6; }
.mini-wave i:nth-child(6) { height: 5px; opacity: .48; }
.mini-wave i:nth-child(7) { height: 10px; opacity: .36; }
.mini-wave i:nth-child(8) { height: 12px; opacity: .24; }
.step-three-details h3 { font-size: 24px; line-height: 1.2; font-weight: 800; }
.step-three-details p { margin-top: 12px; color: rgba(8,6,16,.7); font-size: 16px; line-height: 1.3; font-weight: 500; }
.connection { position: absolute; left: 32px; right: 32px; bottom: 34px; height: 45px; display: flex; align-items: center; justify-content: space-between; }
.connection:before { content: ''; position: absolute; left: 30px; right: 30px; height: 1px; background: var(--bg); opacity: .25; }
.connection i, .connection b { z-index: 1; width: 45px; height: 45px; border-radius: 50%; display: grid; place-items: center; background: var(--bg); color: var(--mint); font-style: normal; }
.connection b { width: 32px; height: 32px; color: #fff; }
.connection svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.connection b svg { width: 16px; height: 16px; }

.advantages { position: relative; overflow: hidden; }
.advantages:after { content: ''; position: absolute; width: 600px; height: 340px; right: -40px; top: -10px; opacity: .22; background: radial-gradient(ellipse, rgba(94,234,212,.55), transparent 65%); }
.advantages h2 { width: 680px; position: relative; z-index: 1; }
.advantage-grid { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; align-items: center; margin-top: 80px; }
.advantage-card { min-height: 240px; padding: 32px; border: 1px solid var(--border); border-radius: 20px; background: var(--surface); }
.advantage-card img { width: 40px; height: 40px; }
.advantage-card h3 { margin-top: 20px; font-size: 24px; line-height: 1.2; font-weight: 800; }
.advantage-card p { margin-top: 8px; color: var(--muted); font-size: 16px; line-height: 1.35; font-weight: 500; }
.advantage-card.featured { border: 0; background: var(--mint); color: var(--bg); transform: rotate(5deg); }
.advantage-card.featured p { color: var(--bg); }

.telegram-section { padding: 100px 20px; display: flex; justify-content: center; }
.telegram-card { position: relative; width: 846px; min-height: 410px; padding: 64px 88px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 36px; text-align: center; border: 1px solid var(--border); border-radius: 32px; background: var(--bg); }
.telegram-card:before { content: ''; position: absolute; z-index: -1; inset: -12px -18px; border: 1px solid var(--border); border-radius: 24px; background: rgba(255,255,255,.05); transform: rotate(-4deg); }
.telegram-icon { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(94,234,212,.35); border-radius: 50%; box-shadow: 0 0 45px rgba(94,234,212,.35); }
.telegram-icon svg { width: 28px; fill: var(--mint); }
.telegram-card h2 { font-size: 37px; font-weight: 800; }
.telegram-card p { max-width: 670px; color: var(--muted); font-size: 22px; line-height: 1.4; }

.faq-section { display: grid; grid-template-columns: 305px 738px; justify-content: space-between; }
.faq-section h2 { width: 305px; }
.faq-list details { border-bottom: 1px solid var(--border); padding: 32px 0; }
.faq-list summary { position: relative; padding-right: 40px; list-style: none; cursor: pointer; font-size: 24px; line-height: 1.25; font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary:after { content: '+'; position: absolute; right: 4px; top: 0; font-size: 24px; font-weight: 400; }
.faq-list details[open] summary { color: var(--mint); }
.faq-list details[open] summary:after { content: '×'; }
.faq-list details p { padding-top: 24px; color: var(--muted); font-size: 18px; line-height: 1.5; }

.final-cta { position: relative; height: 508px; padding: 100px max(32px, calc((100vw - var(--page)) / 2)); overflow: hidden; display: flex; align-items: center; justify-content: center; text-align: center; }
.final-cta > div { z-index: 2; width: 846px; display: flex; flex-direction: column; align-items: center; gap: 48px; }
.final-cta h2 { max-width: 800px; font-size: 64px; line-height: 1; letter-spacing: -3px; }
.final-photo { position: absolute; width: 144px; height: 188px; }
.final-photo img { width: 100%; height: 100%; object-fit: cover; border-radius: 12px; image-rendering: high-quality; }
.final-photo-left { left: max(32px, calc((100vw - var(--page)) / 2)); transform: rotate(-16deg); }
.final-photo-right { right: max(32px, calc((100vw - var(--page)) / 2)); transform: rotate(8deg); }
.floating-tag { position: absolute; }
.tag-one { left: 16%; top: 42px; transform: rotate(-12deg); }.tag-two { right: 18%; top: 94px; transform: rotate(8deg); }
.tag-three { left: 26%; bottom: 80px; transform: rotate(-8deg); }.tag-four { right: 28%; bottom: 52px; transform: rotate(15deg); }

.site-footer { margin: 0 max(32px, calc((100vw - var(--page)) / 2)); padding: 32px 0 36px; border-top: 1px solid var(--border); color: var(--muted); }
.footer-top { display: grid; grid-template-columns: 280px 1fr auto; align-items: start; gap: 40px; }
.footer-top > div p { margin-top: 16px; font-size: 14px; }
.footer-top nav { display: flex; justify-content: center; gap: 24px; font-size: 14px; }
.footer-top nav a:hover, .footer-bottom a:hover { color: #fff; }
.telegram-link { display: inline-flex; align-items: center; gap: 8px; color: #fff; font-size: 14px; }
.footer-bottom { margin-top: 52px; display: flex; align-items: center; justify-content: space-between; font-size: 14px; }
.footer-bottom .sound-wave { height: 32px; }
.footer-bottom a { text-decoration: underline; }

@media (max-width: 900px) {
  .site-header { height: 64px; padding: 20px; }
  body.mobile-menu-open .site-header { z-index: 60; }
  .site-header .brand { font-size: 20px; }
  .brand-logo-up { height: 48px; }
  .brand-logo-bottom { height: 56px; }
  .desktop-nav, .header-news, .header-cta, .header-support-btn { display: none; }
  .menu-button { width: 24px; height: 24px; padding: 4px 2px; display: flex; flex-direction: column; justify-content: space-around; border: 0; background: transparent; cursor: pointer; }
  .menu-button span { width: 18px; height: 1px; display: block; background: #fff; transition: .2s ease; }
  .menu-button.open span:nth-child(1) { transform: translateY(5px) rotate(45deg); }.menu-button.open span:nth-child(2) { opacity: 0; }.menu-button.open span:nth-child(3) { transform: translateY(-5px) rotate(-45deg); }
  .mobile-menu { position: absolute; left: 20px; right: 20px; top: 58px; padding: 18px; display: none; flex-direction: column; gap: 18px; border: 1px solid var(--border); border-radius: 16px; background: rgba(8,6,16,.98); box-shadow: 0 16px 30px rgba(0,0,0,.4); font-size: 15px; }
  .mobile-menu.open { display: flex; }
  .mobile-news { display: flex; align-items: center; gap: 8px; color: var(--mint); font-weight: 700; }
  .mobile-support-link { display: flex; align-items: center; gap: 8px; color: var(--purple); font-weight: 700; }

  .hero { min-height: 748px; padding: 0 20px 20px; display: flex; flex-direction: column; gap: 28px; }
  .hero-title-row { position: relative; height: auto; padding-top: 16px; display: block; }
  .hero h1 { width: 100%; font-size: 44px; line-height: 1; letter-spacing: -2px; }
  .desktop-title { display: none; }
  .mobile-title { display: inline; }
  .hero-photo { display: none; }
  .hero-bottom { height: auto; padding: 0; display: flex; flex-direction: column; }
  .hero-copy { width: 100%; display: contents; }
  .hero-copy > p { order: -2; width: 100%; margin-top: -4px; color: var(--muted); font-size: 18px; line-height: 1.4; }
  .hero-collage { --hero-phone-offset: clamp(135px, 36vw, 149px); order: -1; width: 100%; height: clamp(200px, 53.3vw, 220px); justify-content: center; margin: 0; }
  .hero-collage .photo-card { width: clamp(144px, 38.7vw, 160px); height: clamp(184px, 49.3vw, 204px); }
  .hero-collage .chat-card { left: calc(50% - var(--hero-phone-offset)); right: auto; }.hero-collage .mic-card { right: calc(50% - var(--hero-phone-offset)); }
  .hero-tags { display: none; }
  .hero-tag-mobile { position: absolute; z-index: 40; top: 8px; left: 183px; display: block; transform: rotate(18deg); }
  .hero-tag-mobile span { display: block; width: max-content; padding: 8px 16px; border: 1px solid rgba(94,234,212,.2); border-radius: 100px; color: var(--mint); background: var(--bg); font-size: 12px; font-weight: 700; text-transform: uppercase; }
  .button-row { width: 100%; margin-top: 22px; display: flex; flex-direction: column; gap: 12px; }
  .button-row .button { width: 100%; min-height: 52px; padding: 15px 24px; }
  .hero-status { height: 32px; margin-top: auto; border: 0; }
  .hero-status p:first-child { display: none; }
  .hero-status p { width: auto; font-size: 12px; }
  .hero-status .sound-wave { order: 2; width: 132px; height: 32px; }

  .section { padding: 60px 20px; }
  .section h2 { font-size: 34px; line-height: 1.1; letter-spacing: -1px; }
  .how h2 { text-align: center; }
  .how-grid { position: relative; height: 532px; display: block; margin-top: 40px; }
  .step-column { display: contents; }
  .step { position: absolute; z-index: 2; height: auto; border-radius: 20px; padding: 12px 16px; backdrop-filter: blur(5px); }
  .step-copy span { font-size: 28px !important; line-height: 1; }
  .step-copy h3 { margin-top: 8px !important; font-size: 20px !important; text-align: left; }
  .step-copy p { margin-top: 8px; font-size: 14px; line-height: 1.25; text-align: left; }
  .step-one { inset: 0 auto auto 0; width: 244px; min-height: 136px; overflow: visible; }
  .step-one::after { content: ''; position: absolute; z-index: 0; inset: 0; border-radius: inherit; background: linear-gradient(135deg, #14121c, #171520); pointer-events: none; }
  .step-one .step-phone { position: absolute; z-index: -1; width: 372px; max-width: none; height: 539px; left: -72px; top: -53px; object-fit: contain; }
  .step-one .step-copy { align-items: flex-start; text-align: left; }
  .step-one-wave { display: none; }
  .step-two { width: 220px; min-height: 148px; top: 208px; right: 0; display: block; }
  .step-two img { display: none; }
  .step-two .step-copy { display: block; }
  .step-three { width: 240px; min-height: 132px; left: 0; top: 400px; }
  .step-three-header { height: auto; }
  .step-three-header > span { font-size: 28px; }
  .step-three-header .mini-wave { display: none; }
  .step-three-details h3 { margin-top: 8px; font-size: 20px; line-height: 1.2; }
  .step-three-details p { margin-top: 8px; font-size: 14px; line-height: 1.25; }
  .desktop-extra { display: none; }
  .connection { display: none; }

  .advantages { background: #0a0812; }
  .advantages h2 { width: 100%; }
  .advantage-grid { display: flex; flex-direction: column; gap: 12px; margin-top: 40px; }
  .advantage-card { width: 100%; min-height: 0; padding: 24px; border-radius: 24px; }
  .advantage-card h3 { margin-top: 16px; font-size: 20px; }
  .advantage-card p { font-size: 14px; }
  .advantage-card.featured { transform: rotate(3deg); }

  .telegram-section { padding: 60px 20px; }
  .telegram-card { width: 100%; min-height: 0; padding: 56px 24px 32px; gap: 20px; border-radius: 32px; }
  .telegram-icon { position: absolute; top: -33px; width: 64px; height: 64px; background: var(--bg); }
  .telegram-card h2 { font-size: 24px; line-height: 1.2; }
  .telegram-card p { font-size: 18px; }
  .telegram-card .button { min-height: 48px; padding: 14px 32px; }

  .faq-section { display: block; }
  .faq-section h2 { width: 100%; }
  .faq-list { margin-top: 40px; }
  .faq-list details { padding: 24px 0; }
  .faq-list summary { font-size: 20px; }
  .faq-list details p { padding-top: 16px; font-size: 14px; line-height: 1.4; }

  .final-cta { height: 520px; padding: 140px 20px 90px; }
  .final-cta > div { width: 311px; gap: 40px; }
  .final-cta h2 { font-size: 34px; line-height: 1.1; letter-spacing: -1px; }
  .final-cta .button { min-height: 52px; }
  .final-photo { width: 96px; height: 132px; }
  .final-photo-left { left: -18px; top: 30px; }.final-photo-right { right: -10px; bottom: 20px; }
  .tag-one { display: none; }.tag-two { right: 8%; top: 64px; }.tag-three { left: 8%; bottom: 46px; }.tag-four { display: none; }

  .site-footer { margin: 0; padding: 48px 24px 32px; border-top: 0; }
  .site-footer:before { content: ''; display: block; height: 1px; margin-bottom: 40px; background: var(--border); }
  .footer-top { display: flex; flex-direction: column; gap: 40px; }
  .footer-top nav { flex-direction: column; align-items: flex-start; gap: 16px; }
  .footer-bottom { margin-top: 40px; flex-direction: column; align-items: flex-start; gap: 24px; font-size: 12px; }
  .footer-bottom .sound-wave { order: -1; }
}

@media (min-width: 901px) and (max-width: 980px) {
  .site-header { height: 64px; padding: 20px; }
  body.mobile-menu-open .site-header { z-index: 60; }
  .site-header .brand { font-size: 20px; }
  .brand-logo-up { height: 48px; }
  .desktop-nav { display: none; }
  .menu-button { width: 24px; height: 24px; padding: 4px 2px; display: flex; flex-direction: column; justify-content: space-around; border: 0; background: transparent; cursor: pointer; }
  .menu-button span { width: 18px; height: 1px; display: block; background: #fff; transition: .2s ease; }
  .menu-button.open span:nth-child(1) { transform: translateY(5px) rotate(45deg); }.menu-button.open span:nth-child(2) { opacity: 0; }.menu-button.open span:nth-child(3) { transform: translateY(-5px) rotate(-45deg); }
  .mobile-menu { position: absolute; left: 20px; right: 20px; top: 58px; padding: 18px; display: none; flex-direction: column; gap: 18px; border: 1px solid var(--border); border-radius: 16px; background: rgba(8,6,16,.98); box-shadow: 0 16px 30px rgba(0,0,0,.4); font-size: 15px; }
  .mobile-menu.open { display: flex; }
  .mobile-news { display: flex; align-items: center; gap: 8px; color: var(--mint); font-weight: 700; }
  .mobile-support-link { display: flex; align-items: center; gap: 8px; color: var(--purple); font-weight: 700; }
}

@media (min-width: 901px) and (max-width: 1200px) {
  :root { --page: calc(100vw - 64px); }
  .desktop-nav { gap: 12px; font-size: 13px; }
  .header-news { padding-inline: 12px; font-size: 13px; }
  .header-cta { padding-inline: 16px; font-size: 14px; white-space: nowrap; }
  .hero h1 { width: 75%; }
  .how-grid { height: auto; grid-template-columns: 1.3fr 1fr; }
  .step-one { min-height: 560px; }.step-column { min-height: 560px; }
  .faq-section { grid-template-columns: 260px minmax(0, 1fr); gap: 60px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } .sound-wave i { animation: none; } }

@view-transition {
  navigation: same-origin;
}

::view-transition-old(root),
::view-transition-new(root) {
  animation-duration: 0.25s;
  animation-timing-function: ease;
}

@supports not (view-transition-name: root) {
  body { animation: page-fade-in 0.25s ease; }
  @keyframes page-fade-in {
    from { opacity: 0; }
    to { opacity: 1; }
  }
}

/* Support modal */
.support-modal-overlay { position: fixed; inset: 0; z-index: 100; display: flex; align-items: center; justify-content: center; background: rgba(0,0,0,.6); backdrop-filter: blur(8px); animation: fade-in .2s ease; }
.support-modal-overlay[hidden] { display: none; }
@keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }
.support-modal-card { position: relative; width: 420px; max-width: 90vw; max-height: calc(100vh - 32px); overflow-y: auto; padding: 32px 28px; border: 1px solid var(--border); border-radius: 20px; background: rgba(20,18,28,.98); box-shadow: 0 24px 60px rgba(0,0,0,.5); animation: slide-up .25s ease; }
@keyframes slide-up { from { transform: translateY(20px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
.support-close { position: absolute; top: 16px; right: 16px; display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: rgba(255,255,255,.05); border: 1px solid var(--border); color: var(--muted); cursor: pointer; transition: all .2s ease; }
.support-close:hover { background: rgba(255,255,255,.1); color: #fff; }
.support-icon { display: grid; place-items: center; width: 56px; height: 56px; border-radius: 50%; margin: 0 auto 16px; background: linear-gradient(135deg, rgba(124,92,252,.15), rgba(94,234,212,.15)); border: 1px solid rgba(124,92,252,.3); color: var(--purple); }
.support-modal-card h2 { font-size: 22px; font-weight: 800; text-align: center; margin-bottom: 10px; }
.support-text { font-size: 16px; color: var(--muted); text-align: center; line-height: 1.5; margin-bottom: 20px; }
.support-recipient { display: flex; flex-direction: column; gap: 5px; margin-bottom: 18px; padding: 14px 16px; border: 1px solid var(--border); border-radius: 12px; background: rgba(255,255,255,.04); color: var(--muted); font-size: 13px; line-height: 1.4; }
.support-recipient-label { color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.support-recipient strong { color: #fff; font-size: 15px; }
.support-recipient a { width: fit-content; margin-top: 3px; color: var(--mint); font-weight: 600; text-decoration: none; }
.support-recipient a:hover { text-decoration: underline; }
.support-amounts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 16px; }
.support-amount { padding: 12px 8px; border-radius: 10px; background: rgba(255,255,255,.05); border: 1px solid var(--border); color: #fff; font-size: 15px; font-weight: 600; cursor: pointer; transition: all .2s ease; text-align: center; }
.support-amount:hover { background: rgba(255,255,255,.08); border-color: rgba(124,92,252,.4); }
.support-amount.selected { background: linear-gradient(135deg, rgba(124,92,252,.2), rgba(94,234,212,.15)); border-color: var(--purple); box-shadow: 0 0 12px rgba(124,92,252,.25); }
.support-amount-custom { grid-column: span 3; font-size: 14px; color: var(--muted); }
.support-custom-input { width: 100%; padding: 12px 16px; border-radius: 10px; background: var(--bg); border: 1px solid var(--border); color: #fff; font-size: 15px; margin-bottom: 16px; }
.support-custom-input:focus { outline: none; border-color: var(--purple); }
.support-submit { display: flex; align-items: center; justify-content: center; width: 100%; padding: 14px; border: none; border-radius: 10px; background: linear-gradient(135deg, var(--purple), var(--mint)); color: #fff; font-size: 15px; font-weight: 700; text-align: center; text-decoration: none; cursor: pointer; transition: all .2s ease; }
.support-submit:hover { box-shadow: 0 0 20px rgba(124,92,252,.4); transform: translateY(-1px); }
.support-note { font-size: 12px; color: var(--muted); text-align: center; margin-top: 12px; }
