/* PulsePromo — studio edition. Visual layer, independent of checkout logic. */
:root {
  --studio-paper: #f5f0e8;
  --studio-orange: #ff8a3d;
  --studio-line: rgba(240,226,205,.13);
}
/* Keep the original animated background at its full strength. Readability is
   handled locally around the copy, rather than dimming the entire page. */
body { color: var(--studio-paper); }
body .header { background: rgba(16,16,17,.88); border-bottom: 1px solid var(--studio-line); backdrop-filter: blur(20px); }
.header .header-content { min-height: 82px; }
.header .logo { gap: 0; letter-spacing: -.045em; }
.header .logo-icon { margin-right: 12px; }
.header .nav-link { font-size: 13px; color: #c3beb7; }
.header .btn-primary { border-radius: 10px; background: var(--studio-paper); color: #161412; box-shadow: none; }
.header .btn-account { border-radius: 10px; background: #222020; border: 1px solid var(--studio-line); box-shadow: none; color: var(--studio-paper); }
body .hero { min-height: 760px; padding: 150px 0 85px; overflow: hidden; }
.hero > .container { display: grid; grid-template-columns: 1.15fr 1fr; align-items: center; gap: 34px; max-width: 1280px; padding-inline: 40px; }
.hero .hero-content { max-width: none; margin: 0; padding: 0; text-align: left; position: relative; z-index: 2; }
.hero .hero-content::before { content: none; }
.hero .badge::after, .hero .hero-buttons::before { display: none; }
.hero .hero-title, .hero .badge, .hero .gradient-text { text-shadow: none; filter: none; }
.hero .badge { background: transparent; border: 0; padding: 0; color: #f0d5bd; font-size: 12px; letter-spacing: .025em; font-weight: 500; box-shadow: none; margin-bottom: 24px; text-transform: none; }
.studio-status { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--studio-orange); box-shadow: 0 0 14px #ff7a0080; margin-right: 9px; }
.hero .hero-title { font-family: 'Sora', Arial, sans-serif; font-size: clamp(44px,5.3vw,72px); line-height: 1.08; letter-spacing: -.055em; font-weight: 700; margin: 0 0 26px; text-wrap: initial; text-shadow: 0 3px 28px #170d3e66; }
.hero .hero-title .vk-blue-text { color: #71baff; -webkit-text-fill-color: #71baff; text-shadow: 0 0 36px #427dff33; }
.hero .gradient-text { color: #ffc89e; background: linear-gradient(100deg,#ffac69 5%,#ffd3b3 85%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.hero .hero-description { font-size: 16px; line-height: 1.8; color: #e0dce9; max-width: 450px; margin: 0 0 30px; }
.hero .hero-buttons { justify-content: flex-start; gap: 24px; margin-bottom: 35px; }
.hero .btn-hero { padding: 19px 25px; font-size: 14px; border-radius: 12px; color: #1d1109; background: var(--studio-orange); box-shadow: 0 8px 35px #ff7a0018; border: 1px solid #ffb780; }
.hero .btn-hero::before { display: none; }
.hero .btn-hero:hover { background: #ffa165; transform: translateY(-3px); box-shadow: 0 12px 36px #ff7a0028; }
.studio-secondary { font-size: 13px; color: #e1d9cf; text-decoration: none; white-space: nowrap; }
.studio-secondary span { margin-left: 9px; color: var(--studio-orange); }
.studio-secondary:hover { color: var(--studio-orange); }
.hero .hero-trust { justify-content: flex-start; flex-wrap: wrap; gap: 13px; max-width: 460px; font-size: 11px; color: #d0c6da; margin: 0; }
.hero .hero-trust strong { color: #dfd6ca; }
.hero .hero-login-link { justify-content: flex-start; margin-top: 20px; font-size: 12px; color: #aaa39b; }
.hero .scroll-indicator, .hero .particle-canvas { display: none; }
.studio-art { position: relative; height: 510px; isolation: isolate; }
.studio-art::before { content: ''; position: absolute; width: 110%; aspect-ratio: 1; left: -5%; top: 0; border-radius: 50%; background: radial-gradient(circle,#bd88ff40 0%,#ffa26516 35%,transparent 68%); z-index: -1; pointer-events: none; }
.studio-art__top, .studio-art__bottom { display: flex; justify-content: space-between; font: 10px var(--font-mono); letter-spacing: .15em; color: #d3bfcf; position: absolute; left: 22px; right: 22px; z-index: 3; }
.studio-art__top { top: 0; border-top: 1px solid var(--studio-line); padding-top: 16px; }
.studio-art__bottom { bottom: 0; border-bottom: 1px solid var(--studio-line); padding-bottom: 16px; }
.studio-record-stage { position: absolute; width: 365px; height: 365px; top: 61px; left: 50%; margin-left: -182.5px; border-radius: 50%; animation: studio-float 8s ease-in-out infinite alternate; }
.studio-record-stage::after { content: ''; position: absolute; inset: 0; border-radius: 50%; pointer-events: none; background: conic-gradient(from 8deg,transparent 0deg,#eed9ff33 40deg,transparent 68deg,transparent 185deg,#ffbf7630 212deg,transparent 248deg); box-shadow: inset 1px 1px 2px #ffffff80,inset -3px -3px 4px #0009; }
.studio-record { position: absolute; inset: 0; border-radius: 50%;
 background: repeating-radial-gradient(circle at center,transparent 0 3px,#ffffff09 3.5px 4px),conic-gradient(from 25deg,#111112,#33302b 12%,#111112 22%,#171719 45%,#61503b 53%,#141416 62%,#151416 76%,#38332b 87%,#111112);
 border: 1px solid #ffffff22; box-shadow: inset 0 0 0 7px #151414,0 28px 70px #000b,-14px -12px 60px #ff8a3d12;
 animation: studio-turn 32s linear infinite;
 transform-origin: 50% 50%; backface-visibility: hidden; will-change: transform;
}
.studio-record__label { position: absolute; inset: 32%; border-radius: 50%; background: radial-gradient(circle at 35% 20%,#ffd296,#f4a263 55%,#dc7748); color: #24140c; display: flex; flex-direction: column; align-items: center; justify-content: center; box-shadow: 0 0 0 7px #181719,inset 0 0 0 1px #ffe2bd90; }
.studio-record__label { overflow: hidden; text-align: center; padding: 8px; box-sizing: border-box; -webkit-text-size-adjust: none; text-size-adjust: none; }
.studio-record__label > span { font: 800 22px/1.02 'Sora',sans-serif; letter-spacing: -.07em; flex-shrink: 0; max-width: 100%; }
.studio-record__label i { width: 9px; height: 9px; border-radius: 50%; background: #171414; border: 2px solid #a8562d; margin-top: 9px; }
.studio-record__label small { font: 5px var(--font-mono); letter-spacing: .06em; margin-top: 6px; max-width: 80%; line-height: 1.3; }
.studio-orbit { position: absolute; top: 104px; left: -4%; width: 108%; height: 275px; border: 1px solid #e8b27b3b; border-radius: 50%; transform: rotate(-31deg); z-index: 2; pointer-events: none; }
.studio-orbit--two { transform: rotate(32deg); border-color: #e8b27b19; }
.studio-orbit--one::after { content: ''; position: absolute; width: 7px; height: 7px; left: 14%; top: 13%; background: #ffd1a0; border-radius: 50%; box-shadow: 0 0 20px #ffa761; }
.studio-stylus { position: absolute; z-index: 4; width: 148px; height: 8px; right: 35px; top: 124px; border-radius: 6px; transform: rotate(-56deg); background: linear-gradient(#dbd4ed,#615b72 45%,#c1b0c9 65%,#3a3046); box-shadow: 2px 5px 9px #09041180; }
.studio-stylus::after { content: ''; position: absolute; width: 25px; height: 25px; border-radius: 50%; right: -10px; top: -9px; background: radial-gradient(circle,#d6bdd1 0 12%,#504255 16% 36%,#b296ac 40% 45%,#3b2c44 50%); border: 1px solid #d6b9ca70; }
.studio-stylus i { position: absolute; width: 25px; height: 13px; left: -15px; top: -2px; background: linear-gradient(#edb17d,#b36d42); border-radius: 3px; transform: rotate(-18deg); }
.studio-art__caption { position: absolute; bottom: 56px; left: 17px; right: 17px; display: flex; justify-content: space-between; align-items: center; font-size: 16px; line-height: 1.45; letter-spacing: -.02em; color: #e8d8c7; z-index: 3; }
.studio-wave { display: flex; align-items: center; gap: 4px; height: 32px; }
.studio-wave i { width: 3px; height: 14px; border-radius: 4px; background: #dc864e; animation: studio-beat 1.6s ease-in-out infinite alternate; }
.studio-wave i:nth-child(3n) { height: 29px; animation-delay: -.7s; }
.studio-wave i:nth-child(2n) { height: 22px; animation-delay: -.4s; }
@keyframes studio-turn { from { transform: translate3d(0,0,0) rotate(0deg); } to { transform: translate3d(0,0,0) rotate(360deg); } }
.studio-art.record-paused .studio-record { animation-play-state: paused; }
.studio-art.record-paused .studio-record-stage, .studio-art.record-paused .studio-wave i { animation-play-state: paused; }
@keyframes studio-float { from { transform: translateY(0) rotate(-8deg); } to { transform: translateY(-9px) rotate(-4deg); } }
@keyframes studio-beat { to { transform: scaleY(.45); } }
body .features { padding-top: 8px; padding-bottom: 65px; }
.features .features-grid { gap: 0; border-block: 1px solid var(--studio-line); }
.features .feature-card { border: 0; border-right: 1px solid var(--studio-line); border-radius: 0; background: transparent; box-shadow: none; padding: 30px 25px; }
.features .feature-card:last-child { border-right: 0; }
.features .feature-card::before, .features .feature-card::after { display: none; }
.features .feature-title { font-size: 16px; }
.features .feature-description { font-size: 13px; color: #aaa39b; }
.features .feature-icon { width: 38px; height: 38px; border-radius: 10px; background: #ff8a3d10; color: #e99c67; box-shadow: none; }
body .section-title { letter-spacing: -.045em; }
body .section-description { color: #aaa39b; }
body .pricing-card, body .calculator-card { background: #191818; border: 1px solid var(--studio-line); border-radius: 20px; box-shadow: 0 12px 35px #0002; }
body .pricing-card:hover { border-color: #c9804b80; box-shadow: 0 22px 50px #0005; }
body .pricing-card .btn { border-radius: 10px; }
body .pricing-card.popular { border-color: #e98c50; }
body .stat-card, body .faq-item { border-color: var(--studio-line); background-color: #181717; }
body .faq-item { border-radius: 14px; }
.studio-secondary:focus-visible, .hero .btn:focus-visible { outline: 2px solid #ffd1a9; outline-offset: 5px; }
.case-modal .modal-content { max-height: calc(100dvh - 140px); overflow-y: auto; }
.case-modal #modalImg { max-height: calc(100dvh - 250px); object-fit: contain; }
.case-modal.is-loading #modalImg { opacity: 0; }
.case-modal.is-loading .modal-content::before { content: 'Загружаем кейс…'; display: block; text-align: center; color: #ded1e8; font-size: 13px; }
.case-disclaimer { font-size: 12px; line-height: 1.5; color: #c2b9cc; text-align: center; margin: 12px 16px 0; }
.case-load-error { text-align: center; padding: 28px; }
.case-modal a { color: #ffc28e; }
.case-modal button:focus-visible { outline: 2px solid #ffc28e; outline-offset: 4px; }
.case-modal[aria-hidden="true"] { visibility: hidden; }
.case-modal[aria-hidden="false"] { visibility: visible; }
.info-details-card a { color: #ffc28e; text-underline-offset: 3px; }
@media (max-width: 1000px) {
 .hero > .container { gap: 15px; padding-inline: 24px; }
 .hero .hero-title { font-size: clamp(40px,5.5vw,58px); }
 .studio-record-stage { width: 300px; height: 300px; margin-left: -150px; top: 91px; }
 .studio-stylus { width: 116px; right: 15px; top: 146px; }
 .studio-art { height: 490px; }
 .hero .hero-buttons { gap: 16px; }
}
@media (max-width: 760px) {
 body .hero { padding: 118px 0 45px; min-height: auto; }
 .hero > .container { grid-template-columns: 1fr; gap: 36px; padding-inline: 24px; }
 .hero .hero-title { font-size: clamp(39px,11.4vw,64px); }
 .hero .badge { font-size: 11px; letter-spacing: 0; margin-bottom: 23px; }
 .hero .hero-description { font-size: 14px; max-width: 440px; }
 .hero .hero-buttons { flex-direction: row; flex-wrap: wrap; align-items: center; gap: 20px; margin-bottom: 25px; }
 .hero .btn-hero { width: auto; padding: 17px 20px; font-size: 13px; }
 .hero .hero-trust { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; font-size: 10px; align-items: start; line-height: 1.5; }
 .hero .hero-trust__item { display: block; }
 .hero .hero-trust strong { display: block; font-size: 12px; }
 .hero .hero-trust__dot { display: none; }
 .studio-art { width: 100%; max-width: 460px; height: 390px; margin-inline: auto; }
 .studio-record-stage { width: 265px; height: 265px; margin-left: -132.5px; top: 48px; }
 .studio-record__label > span { font-size: 16px; line-height: 1.05; }
 .studio-record__label small { display: none; }
 .studio-record__label i { margin-top: 6px; flex-shrink: 0; }
 .studio-stylus { width: 100px; right: 20px; top: 88px; }
 .studio-orbit { height: 205px; top: 80px; width: 100%; left: 0; }
 .studio-art__caption { bottom: 48px; font-size: 13px; }
 .studio-art__top, .studio-art__bottom { font-size: 8px; left: 0; right: 0; }
 .features .features-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
 .features .feature-card { padding: 24px 16px; }
 .features .feature-card:nth-child(2) { border-right: 0; }
 .features .feature-card:nth-child(-n+2) { border-bottom: 1px solid var(--studio-line); }
}
@media (prefers-reduced-motion: reduce) {
 /* Keep the small playback indicator moving with the record; only floating stops. */
 .studio-record-stage { animation: none; }
 .hero .btn-hero { transition: none; }
}
/* Keep floating navigation clear of mobile order controls and the keyboard. */
@media (max-width: 760px) {
 body:has(.calculator-form) .back-to-top,
 body:has(.calculator-form) .mobile-pricing-jump,
 body:has(input:focus, textarea:focus, select:focus) .back-to-top,
 body:has(input:focus, textarea:focus, select:focus) .mobile-pricing-jump { display: none; }
 .hero .hero-trust { font-size: 11px; }
 .hero .studio-secondary { min-height: 44px; display: inline-flex; align-items: center; }
}
