:root{
  --bg:#05070C;
  --surface:rgba(255,255,255,.05);
  --surface-2:rgba(255,255,255,.08);
  --border:rgba(255,255,255,.09);
  --border-2:rgba(255,255,255,.14);
  --text:#FFFFFF;
  --text-2:#8394AC;
  --text-3:#6B7A93;
  --blue:#2F6BFF;
  --blue-soft:#7DA5FF;
  --violet:#7B61FF;
  --green:#4ADE80;
  --grad:linear-gradient(135deg,#2F6BFF,#7B61FF);
  --r-sm:10px; --r-md:13px; --r-lg:16px;
  --pad:16px;
  --nav-h:74px;
  --beathelper-logo-blue:#2F6BFF;
}
*{box-sizing:border-box;margin:0;padding:0}
html,body{min-height:100%;background:var(--bg)}
body{color:var(--text);font-family:Manrope,-apple-system,system-ui,sans-serif;padding:0;overflow-x:hidden}
svg{display:block}
a{color:var(--blue-soft);text-decoration:none}

.mobile-shell{width:100%;max-width:480px;min-height:100dvh;margin:0 auto;background:var(--bg)}
.screen{display:none;min-height:100dvh}
.screen.active{display:block}
.app{position:relative;isolation:isolate;background:var(--bg);overflow:hidden;min-height:100dvh}
.app::before{content:"";position:absolute;z-index:0;inset:0;pointer-events:none;background-image:linear-gradient(rgba(125,165,255,.075) 1px,transparent 1px),linear-gradient(90deg,rgba(125,165,255,.075) 1px,transparent 1px);background-size:72px 72px;opacity:.76;mask-image:linear-gradient(to bottom,rgba(0,0,0,.96),rgba(0,0,0,.46));-webkit-mask-image:linear-gradient(to bottom,rgba(0,0,0,.96),rgba(0,0,0,.46))}
.glow-a{position:absolute;top:-220px;left:-150px;width:640px;height:560px;background:radial-gradient(circle,rgba(47,107,255,.26),transparent 70%);filter:blur(60px);pointer-events:none}
.glow-b{position:absolute;bottom:-180px;right:-190px;width:600px;height:560px;background:radial-gradient(circle,rgba(47,107,255,.20),transparent 70%);filter:blur(70px);pointer-events:none}
.wrap{position:relative;z-index:1;min-height:100dvh;padding:var(--pad);max-width:1120px;margin:0 auto;display:flex;flex-direction:column}

.topbar{display:flex;align-items:center;gap:10px;margin-bottom:18px}
.mark{display:flex;align-items:center;gap:3px;height:24px;flex:0 0 auto}
.mark i{display:block;width:4px;border-radius:999px;background:var(--blue)}
.mark i:nth-child(1), .mark i:nth-child(5){height:6px}
.mark i:nth-child(2), .mark i:nth-child(4){height:14px}
.mark i:nth-child(3){height:24px}
.brand{font-size:15px;font-weight:700;letter-spacing:-.2px}
.brand-sub{font-size:8px;letter-spacing:.16em;color:var(--text-3);margin-top:2px}
.topbar-right{margin-left:auto;display:flex;align-items:center;gap:8px}
.avatar{width:30px;height:30px;border-radius:50%;background:linear-gradient(135deg,#3d5a80,#6b8fb5);flex-shrink:0}
.pill--online{font-size:8.5px;padding:6px 10px;border-radius:8px;border:1px solid rgba(45,67,97,.9);background:rgba(10,16,26,.55);color:var(--green);display:flex;align-items:center;gap:5px;line-height:1;letter-spacing:.02em;box-shadow:inset 0 1px 0 rgba(255,255,255,.02)}
.pill--online i{width:5px;height:5px;border-radius:50%;background:var(--green);display:block;box-shadow:0 0 8px rgba(74,222,128,.55);animation:onlineBlink 1.7s ease-in-out infinite}
@keyframes onlineBlink{0%,100%{opacity:1;transform:scale(1);box-shadow:0 0 8px rgba(74,222,128,.55)}50%{opacity:.45;transform:scale(.86);box-shadow:0 0 4px rgba(74,222,128,.28)}}

.language-switch{position:relative;height:34px;padding:3px;display:flex;align-items:center;gap:3px;border:1px solid rgba(125,165,255,.16);border-radius:11px;background:rgba(10,16,26,.68);box-shadow:inset 0 1px 0 rgba(255,255,255,.03)}
.language-switch::before{content:"";position:absolute;z-index:0;left:3px;top:3px;width:29px;height:26px;border:1px solid rgba(125,165,255,.15);border-radius:8px;background:rgba(47,107,255,.18);box-shadow:inset 0 1px 0 rgba(255,255,255,.03);transform:translateX(0);transition:transform .34s cubic-bezier(.2,.75,.25,1)}
.language-switch[data-active-language="en"]::before{transform:translateX(32px)}
.language-switch[data-active-language="ja"]::before{transform:translateX(64px)}
.language-switch button{position:relative;z-index:1;min-width:29px;height:26px;padding:0 6px;border:0;border-radius:8px;background:transparent;color:#65758E;cursor:pointer;font:800 8px Manrope,-apple-system,system-ui,sans-serif;letter-spacing:.04em;transition:color .28s ease}
.language-switch button:hover{color:#B7C7DF;background:rgba(255,255,255,.04)}
.language-switch button.is-active{color:#DDE8FF}
.topbar-telegram{width:34px;height:34px;display:grid;place-items:center;flex:0 0 auto;border:1px solid rgba(125,165,255,.16);border-radius:11px;background:rgba(10,16,26,.68);color:#8EADFF;box-shadow:inset 0 1px 0 rgba(255,255,255,.03);transition:transform .18s ease,background .18s ease,border-color .18s ease,color .18s ease}
.topbar-telegram:hover{transform:translateY(-1px);background:rgba(47,107,255,.1);border-color:rgba(125,165,255,.3);color:#C1D1FF}
.topbar-telegram svg{display:block;width:17px;height:17px;margin:auto;fill:currentColor;transform:translate(-.7px,.45px);transform-origin:center}

.mark,.footer-mark,.v99-boot-mark{color:var(--beathelper-logo-blue)!important;filter:drop-shadow(0 0 10px rgba(47,107,255,.22))!important}
.mark i,.footer-mark i,.v99-boot-mark i{background:currentColor!important}

.auth-area{flex:1;display:grid;place-items:center;padding:52px 0 68px}
.auth-login{width:min(100%,500px);text-align:left}
.auth-provider{display:flex;align-items:center;gap:11px;margin-bottom:28px}
.provider-icon{width:44px;height:44px;display:grid;place-items:center;flex:0 0 auto;border-radius:14px;background:linear-gradient(145deg,#2F8DFF,#5B63FF);box-shadow:0 12px 28px rgba(47,107,255,.24),inset 0 1px 0 rgba(255,255,255,.22)}
.provider-icon svg{width:22px;height:22px;fill:#fff}
.provider-copy{display:grid}
.provider-copy b{font-size:13px;color:#EEF4FF}
.provider-copy small{margin-top:3px;color:var(--text-3);font-size:7px;font-weight:700;letter-spacing:.13em}
.provider-status{height:26px;margin-left:auto;padding:0 9px;display:inline-flex;align-items:center;gap:5px;border:1px solid rgba(74,222,128,.12);border-radius:8px;background:rgba(74,222,128,.045);color:#6EDC9A;font-size:7px;font-weight:800;letter-spacing:.07em}
.provider-status i{width:5px;height:5px;border-radius:50%;background:var(--green);box-shadow:0 0 8px rgba(74,222,128,.55)}
h1{font-size:38px;font-weight:800;letter-spacing:-1.35px;line-height:1.08}
h1 span{color:var(--blue-soft)}
.auth-lead{max-width:465px;margin:16px 0 29px;color:var(--text-2);font-size:13px;line-height:1.65}
.auth-button{width:100%;min-height:66px;padding:8px 14px 8px 10px;border:1px solid rgba(255,255,255,.11);border-radius:16px;display:flex;align-items:center;gap:12px;background:var(--grad);color:#fff;cursor:pointer;font-family:Manrope,-apple-system,system-ui,sans-serif;box-shadow:0 18px 40px rgba(47,107,255,.24),inset 0 1px 0 rgba(255,255,255,.18);transition:transform .15s ease,box-shadow .15s ease,opacity .15s ease}
.auth-button:hover{transform:translateY(-2px);box-shadow:0 22px 48px rgba(47,107,255,.32),inset 0 1px 0 rgba(255,255,255,.2)}
.auth-button:active{transform:translateY(0);opacity:.82}
.button-plane{width:48px;height:48px;display:grid;place-items:center;flex:0 0 auto;border-radius:12px;background:rgba(255,255,255,.12);box-shadow:inset 0 1px 0 rgba(255,255,255,.12)}
.button-plane svg{width:22px;height:22px;fill:#fff}
.button-copy{display:grid;text-align:left}
.button-copy small{font-size:7px;font-weight:700;letter-spacing:.12em;color:rgba(255,255,255,.62)}
.button-copy b{margin-top:3px;font-size:12.5px}
.button-arrow{margin-left:auto;font-size:18px;font-weight:700}
.auth-privacy{display:flex;align-items:center;gap:11px;margin-top:14px;padding:13px 14px;border:1px solid rgba(255,255,255,.055);border-radius:13px;background:rgba(255,255,255,.018)}
.privacy-icon{width:32px;height:32px;display:grid;place-items:center;flex:0 0 auto;border-radius:10px;background:rgba(74,222,128,.06);color:#4ADE80}
.privacy-icon svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.auth-privacy>span:last-child{display:grid}
.auth-privacy b{color:#9DAEC6;font-size:9px}
.auth-privacy small{margin-top:2px;color:#5F6F87;font-size:8px;line-height:1.4}

/* Hero copied from the previous BeatHelper landing draft. */
.hero{flex:1;min-height:720px;padding:70px 0 76px;display:grid;grid-template-columns:minmax(0,.9fr) minmax(480px,1.1fr);align-items:center;gap:62px}
@media (min-width:900px){.hero{transform:translateY(-96px);margin-bottom:-96px}}
.hero-copy{position:relative;z-index:2}
.eyebrow{display:flex;align-items:center;gap:10px;color:#8190A8;font-size:9.5px;font-weight:800;letter-spacing:.16em}
.eyebrow i{width:6px;height:6px;border-radius:50%;background:var(--blue);box-shadow:0 0 14px rgba(47,107,255,.8)}
.hero h1{margin:23px 0 24px;font-size:clamp(42px,4.8vw,64px);line-height:1;letter-spacing:-.05em;font-weight:800}
.hero h1 span{background:none;color:#8EADFF;-webkit-text-fill-color:currentColor}
.hero-lead{max-width:580px;margin-bottom:32px;color:#9AA9BE;font-size:17px;line-height:1.7}
.hero-actions{display:flex;flex-wrap:wrap;gap:11px}
.hero-button{min-height:54px;padding:0 20px;border-radius:16px;border:1px solid var(--border);display:inline-flex;align-items:center;justify-content:space-between;gap:22px;color:#fff;font-size:12px;font-weight:800;transition:transform .22s ease,border-color .22s ease,background .22s ease,box-shadow .22s ease}
.hero-button b{width:18px;height:18px;flex:0 0 18px;border:1px solid rgba(125,165,255,.13);border-radius:50%;display:grid;place-items:center;background:rgba(125,165,255,.08);color:var(--blue-soft);line-height:1;box-sizing:border-box}
.hero-button b svg{width:11px;height:11px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.hero-button:hover{transform:translateY(-2px)}
.hero-button.primary{min-width:218px;background:var(--grad);border-color:rgba(125,165,255,.48);box-shadow:0 18px 50px rgba(47,107,255,.24)}
.hero-button.primary:hover{box-shadow:0 22px 70px rgba(47,107,255,.34)}
.hero-button.secondary{min-width:208px;background:rgba(255,255,255,.035);color:#D5DEED}
.hero-button.secondary:hover{background:rgba(255,255,255,.075);border-color:var(--border-2)}
.hero-trust{margin-top:25px;display:flex;flex-wrap:wrap;gap:12px 22px;color:#75839A}
.hero-trust span{display:flex;align-items:center;gap:7px}
.hero-trust i{width:17px;height:17px;border:1px solid rgba(74,222,128,.22);border-radius:50%;display:grid;place-items:center;background:rgba(74,222,128,.06);color:var(--green);font-size:8px;font-style:normal}
.hero-trust b{font-size:9.5px;font-weight:650}
.product-stage{position:relative;min-height:590px;display:grid;place-items:center;perspective:1200px}
.product-stage::before{content:"";position:absolute;width:520px;height:430px;border-radius:50%;background:radial-gradient(circle,rgba(47,107,255,.24),transparent 68%);filter:blur(26px)}
.stage-orbit{position:absolute;border:1px solid rgba(125,165,255,.1);border-radius:50%;transform:rotate(-14deg)}
.orbit-one{width:590px;height:350px}
.orbit-two{width:460px;height:590px;transform:rotate(32deg)}
.app-window{position:relative;z-index:3;width:min(470px,100%);padding:18px 18px 13px;border:1px solid rgba(255,255,255,.13);border-radius:32px;background:linear-gradient(150deg,rgba(12,17,28,.98),rgba(5,7,12,.98));box-shadow:0 35px 100px rgba(0,0,0,.46),inset 0 1px 0 rgba(255,255,255,.055);transform:rotateY(-7deg) rotateX(2deg);transform-style:preserve-3d}
.app-window::after{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;background:linear-gradient(120deg,rgba(255,255,255,.055),transparent 28%)}
.app-window-head{display:flex;align-items:center;gap:9px}
.app-brand{display:flex;align-items:center;gap:8px}
.app-brand img{width:25px;height:25px}
.app-brand span{display:grid;line-height:1}
.app-brand b{font-size:11px}
.app-brand small{margin-top:4px;color:#536079;font-size:5.5px;letter-spacing:.14em;font-weight:800}
.live-pill{margin-left:auto;padding:5px 8px;border:1px solid rgba(74,222,128,.15);border-radius:9px;display:flex;align-items:center;gap:5px;color:#72C693;font-size:6px;font-weight:900}
.live-pill i{width:4px;height:4px;border-radius:50%;background:var(--green);box-shadow:0 0 7px var(--green)}
.fake-avatar{width:27px;height:27px;border:1px solid rgba(255,255,255,.11);border-radius:50%;background:linear-gradient(135deg,#3D5A80,#6B8FB5);display:block}
.app-greeting{margin:25px 0 15px}
.app-greeting small,.app-tools-title span{color:#56637A;font-size:6px;letter-spacing:.15em;font-weight:800}
.app-greeting h2{margin:7px 0 0;font-size:23px;line-height:1.06;letter-spacing:-.04em}
.app-greeting h2 span{color:#9DB9FF}
.app-stat-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.mini-stat{min-height:84px;padding:12px;border:1px solid rgba(255,255,255,.065);border-radius:15px;background:rgba(255,255,255,.035);display:grid;align-content:space-between;position:relative;overflow:hidden}
.mini-stat::after{content:"";position:absolute;width:70px;height:70px;right:-20px;top:-25px;border-radius:50%;background:rgba(47,107,255,.12);filter:blur(17px)}
.mini-stat small{color:#647187;font-size:6px;font-weight:800;letter-spacing:.12em}
.mini-stat b{font-size:20px;letter-spacing:-.04em}
.mini-stat em{position:absolute;right:10px;bottom:12px;color:#63C987;font-size:7px;font-style:normal;font-weight:800}
.mini-stat.wide{grid-column:1/-1;min-height:76px;grid-template-columns:1fr 1fr;align-items:center}
.mini-stat.wide small{position:absolute;left:12px;top:12px}
.spark{height:44px;display:flex;align-items:flex-end;justify-content:flex-end;gap:4px}
.spark i{width:7px;border-radius:5px 5px 2px 2px;background:linear-gradient(to top,rgba(47,107,255,.18),#5C8CFF)}
.spark i:nth-child(1){height:20%}.spark i:nth-child(2){height:36%}.spark i:nth-child(3){height:31%}.spark i:nth-child(4){height:58%}.spark i:nth-child(5){height:48%}.spark i:nth-child(6){height:78%}.spark i:nth-child(7){height:91%}
.app-tools-title{margin:18px 2px 8px;display:flex;justify-content:space-between;align-items:center}
.app-tools-title b{color:#809EE7;font-size:7px}
.app-tool-list{display:grid;gap:7px}
.mini-tool{padding:9px 10px;border:1px solid rgba(255,255,255,.065);border-radius:13px;background:rgba(255,255,255,.027);display:flex;align-items:center;gap:9px}
.mini-tool>i{width:28px;height:28px;border-radius:9px;display:grid;place-items:center;background:rgba(47,107,255,.1);color:#84AAFF;font-size:12px;font-style:normal;font-weight:900}
.mini-tool>span{display:grid;line-height:1.15}
.mini-tool b{font-size:8.5px}.mini-tool small{margin-top:4px;color:#59667D;font-size:6px}.mini-tool em{margin-left:auto;color:#59667D;font-style:normal}
.app-nav{margin-top:13px;padding:8px 9px 2px;border-top:1px solid rgba(255,255,255,.05);display:grid;grid-template-columns:repeat(4,1fr);gap:4px}
.app-nav span{display:grid;justify-items:center;gap:2px;color:#4E5B71;font-size:12px}.app-nav span.on{color:#6D96FF}.app-nav small{font-size:5.5px;font-weight:700}
.floating-chip{position:absolute;z-index:4;min-width:150px;padding:11px 13px;border:1px solid rgba(255,255,255,.12);border-radius:15px;background:rgba(13,18,29,.88);backdrop-filter:blur(20px);box-shadow:0 20px 50px rgba(0,0,0,.32);display:grid;line-height:1.2}
.floating-chip b{font-size:9px}.floating-chip span{margin-top:5px;color:#78879E;font-size:7px}
.chip-tiktok{right:-18px;top:116px;animation:floatSoft 14s ease-in-out infinite;will-change:transform}
.chip-crm{left:-28px;bottom:100px;animation:floatSoft 16s ease-in-out 3.5s infinite;will-change:transform}
@keyframes floatSoft{0%,100%{transform:translateY(0)}50%{transform:translateY(-3px)}}

/* Main Mini App preview — mirrors the current home screen. */
.product-stage{min-height:820px}
.app-window-current{width:min(430px,100%);height:760px;min-height:760px;padding:0;overflow:hidden}
.miniapp-home-frame{display:block;width:100%;height:100%;border:0;background:#05070C;pointer-events:none}
.preview-float-card{position:absolute;z-index:8;min-width:148px;padding:12px 14px;border:1px solid rgba(125,165,255,.16);border-radius:15px;background:rgba(9,14,24,.9);box-shadow:0 18px 44px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.035);backdrop-filter:blur(14px);pointer-events:none;animation:previewCardFloat 9s cubic-bezier(.45,0,.55,1) infinite}
.preview-float-card strong{display:block;color:#F3F6FC;font-size:11px;font-weight:800}
.preview-float-card span{display:block;margin-top:4px;color:#8192AB;font-size:8.5px;font-weight:600}
.preview-float-card--tiktok{top:145px;right:-8px}
.preview-float-card--crm{left:-22px;bottom:142px;animation-delay:-4.5s}
@keyframes previewCardFloat{0%,100%{transform:translate3d(0,0,24px)}50%{transform:translate3d(0,-5px,24px)}}
.preview-stories{margin:22px -18px 0;padding:0 18px;display:flex;gap:8px;overflow:hidden}
.preview-story{position:relative;overflow:hidden;isolation:isolate;flex:0 0 92px;height:112px;border-radius:20px;padding:10px 10px 11px;display:flex;flex-direction:column;justify-content:space-between;color:#FFF;font-size:10.5px;font-weight:700;line-height:1.22;box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 8px 18px rgba(0,0,0,.08)}
.preview-story>*{position:relative;z-index:2}
.preview-story::before,.preview-story::after{content:"";position:absolute;pointer-events:none;opacity:.38;z-index:1}
.preview-story:nth-child(4n+1)::before{right:-12px;bottom:-12px;width:74px;height:74px;border-radius:50%;border:1px solid rgba(255,255,255,.42);box-shadow:0 0 0 18px rgba(255,255,255,.08)}
.preview-story:nth-child(4n+1)::after{left:18px;top:16px;width:0;height:0;border-left:18px solid transparent;border-right:18px solid transparent;border-bottom:28px solid rgba(255,255,255,.16);filter:drop-shadow(0 0 12px rgba(255,255,255,.06));box-shadow:16px 64px 0 -14px rgba(255,255,255,.38),42px 86px 0 -15px rgba(255,255,255,.28),60px 34px 0 -16px rgba(255,255,255,.26)}
.preview-story:nth-child(4n+2)::before{right:-16px;top:-12px;width:86px;height:86px;border-radius:50%;border:1px solid rgba(255,255,255,.30);box-shadow:0 0 0 18px rgba(255,255,255,.07)}
.preview-story:nth-child(4n+2)::after{left:20px;top:22px;width:10px;height:10px;border-radius:50%;background:rgba(255,255,255,.28);box-shadow:0 40px 0 rgba(255,255,255,.22),28px 18px 0 rgba(255,255,255,.22),46px 50px 0 -1px rgba(255,255,255,.18)}
.preview-story:nth-child(4n+3)::before{right:18px;top:16px;width:52px;height:52px;border-radius:14px;border:1px solid rgba(255,255,255,.24);transform:rotate(14deg);box-shadow:-14px 18px 0 -10px rgba(255,255,255,.24)}
.preview-story:nth-child(4n+3)::after{left:18px;top:20px;width:8px;height:8px;border-radius:2px;background:rgba(255,255,255,.25);transform:rotate(45deg);box-shadow:16px -16px 0 -1px rgba(255,255,255,.22),32px 0 0 -1px rgba(255,255,255,.18)}
.preview-story:nth-child(4n)::before{right:18px;top:18px;width:48px;height:26px;background:radial-gradient(circle,rgba(255,255,255,.34) 1.45px,transparent 1.6px);background-size:12px 12px;opacity:.34}
.preview-story:nth-child(4n)::after{left:18px;top:16px;width:40px;height:40px;border-radius:50%;border:1px solid rgba(255,255,255,.20);box-shadow:56px 72px 0 -18px rgba(255,255,255,.32),34px 38px 0 -17px rgba(255,255,255,.24)}
.preview-story small{position:relative;z-index:2;display:flex;align-items:center;gap:4px;font-size:7px;font-weight:800;letter-spacing:.12em;color:rgba(235,242,255,.86)}
.preview-story small i{width:4px;height:4px;border-radius:50%;background:#FFF}
.preview-story b{position:relative;z-index:2;font-size:10px;line-height:1.18;letter-spacing:-.02em}
.story-loader{background:linear-gradient(155deg,#835FFF,#5937D7)}
.story-zip{background:linear-gradient(155deg,#2D9BE8,#0966A9)}
.story-youtube{background:linear-gradient(155deg,#3A4C6D,#1C283C)}
.story-leads{background:linear-gradient(155deg,#416BE8,#283A99)}
.preview-question{margin:78px 0 24px;text-align:center;font-size:22px;line-height:1.08;letter-spacing:-.045em}
.preview-question span{color:#8EADFF}
.preview-search{height:48px;padding:0 14px;border:1px solid rgba(255,255,255,.13);border-radius:15px;display:flex;align-items:center;gap:10px;background:rgba(255,255,255,.045);color:#687791;font-size:9.5px}
.preview-search svg{width:15px;height:15px;fill:none;stroke:#8497B2;stroke-width:2;stroke-linecap:round}
.preview-section-title{margin:19px 0 9px;color:#7398EA;font-size:6.5px;font-weight:800;letter-spacing:.17em}
.preview-recent-list{display:grid;gap:7px}
.preview-row{min-height:54px;padding:10px 11px;border:1px solid rgba(255,255,255,.085);border-radius:13px;background:rgba(255,255,255,.035);display:flex;align-items:center;gap:10px}
.preview-row>i,.preview-quick>i{width:30px;height:30px;flex:0 0 30px;border:1px solid rgba(125,165,255,.1);border-radius:10px;background:rgba(255,255,255,.055);display:grid;place-items:center;color:#7EA3FF;font-size:11px;font-style:normal}
.preview-row>span,.preview-quick>span{display:grid;line-height:1.12}
.preview-row b,.preview-quick b{font-size:8px}.preview-row small,.preview-quick small{margin-top:4px;color:#64728A;font-size:5.8px}
.preview-quick-grid{display:grid;grid-template-columns:1fr 1fr;gap:7px}
.preview-quick{min-height:56px;padding:9px;border:1px solid rgba(255,255,255,.085);border-radius:13px;background:rgba(255,255,255,.035);display:flex;align-items:center;gap:8px;min-width:0}
.preview-bottom-nav{position:absolute;z-index:5;left:0;right:0;bottom:0;height:58px;padding:9px 12px 8px;border-top:1px solid rgba(255,255,255,.07);background:rgba(5,8,14,.96);display:grid;grid-template-columns:repeat(4,1fr);align-items:center}
.preview-bottom-nav span{display:grid;justify-items:center;gap:3px;color:#4E5B71;font-size:12px}.preview-bottom-nav span.on{color:#7EA3FF}.preview-bottom-nav small{font-size:5.5px;font-weight:700}

/* Exact current Mini App loading screen. */
.v99-boot{position:fixed;z-index:9999;inset:0;display:grid;place-items:center;padding:24px;background:#05070C;transition:opacity .22s ease,visibility .22s ease}
.v99-boot.is-hidden{opacity:0;visibility:hidden;pointer-events:none}
.v99-boot-card{width:min(320px,100%);text-align:center}
.v99-boot-mark{height:34px;display:flex;align-items:center;justify-content:center;gap:4px;color:var(--blue);filter:drop-shadow(0 0 18px rgba(47,107,255,.34))}
.v99-boot-mark i{display:block;width:5px;border-radius:999px;background:currentColor}.v99-boot-mark i:nth-child(1),.v99-boot-mark i:nth-child(5){height:8px}.v99-boot-mark i:nth-child(2),.v99-boot-mark i:nth-child(4){height:20px}.v99-boot-mark i:nth-child(3){height:34px}
.v99-boot-title{margin-top:16px;font-size:18px;font-weight:800}.v99-boot-copy{margin-top:6px;color:var(--text-2);font-size:10px}.v99-boot-line{height:3px;margin-top:18px;border-radius:999px;overflow:hidden;background:rgba(255,255,255,.06)}.v99-boot-line i{display:block;width:45%;height:100%;border-radius:inherit;background:var(--blue);animation:v99load 3.8s ease-in-out infinite;will-change:transform}@keyframes v99load{0%{transform:translateX(-110%)}100%{transform:translateX(330%)}}

.footer{margin-top:30px;padding:20px 2px 6px;border-top:1px solid rgba(255,255,255,.06);font-size:10.5px;color:#70809A;line-height:1.55}
.footer-top{display:grid;grid-template-columns:1fr 1fr;align-items:flex-start;gap:8px;margin-bottom:14px}
.footer-brand{display:flex;align-items:center;gap:10px;min-width:0}
.footer-mark{display:flex;align-items:center;gap:2.5px;height:25px;color:var(--blue);filter:drop-shadow(0 0 10px rgba(47,107,255,.22))}
.footer-mark i{display:block;width:3.5px;border-radius:999px;background:currentColor}
.footer-mark i:nth-child(1),.footer-mark i:nth-child(5){height:7px}
.footer-mark i:nth-child(2),.footer-mark i:nth-child(4){height:15px}
.footer-mark i:nth-child(3){height:25px}
.footer-brand-copy{min-width:0}
.footer-title{color:#E4EBF7;font-size:13.5px;font-weight:800;line-height:1.1;letter-spacing:-.02em}
.footer-note{margin-top:4px;color:#8797B0;font-size:9.5px}
.footer-team{display:grid;gap:8px;padding:0;border:0;flex:0 0 auto;justify-items:start}
.footer-row{display:flex;align-items:center;gap:8px;color:#7E90AA;min-width:0;white-space:nowrap}
.footer-ico{min-width:34px;height:20px;padding:0 6px;border-radius:7px;background:rgba(255,255,255,.032);border:1px solid rgba(255,255,255,.055);display:inline-flex;align-items:center;justify-content:center;color:var(--blue-soft);font-size:8px;font-weight:800;letter-spacing:.02em}
.footer-link{color:#D5E1F2;text-decoration:none;transition:color .15s ease,opacity .15s ease}
.footer-link:active{opacity:.72}
.footer-legal{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:14px}
.footer-legal a{min-height:40px;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px 10px 10px 12px;border-radius:12px;background:rgba(255,255,255,.026);border:1px solid rgba(255,255,255,.055);color:#9AAAC0;text-decoration:none;font-size:8.8px;line-height:1.25}
.footer-legal a::after{content:"›";flex:0 0 auto;width:18px;height:18px;border-radius:50%;display:grid;place-items:center;background:rgba(125,165,255,.08);border:1px solid rgba(125,165,255,.13);color:var(--blue-soft);font-size:14px;font-weight:800;line-height:1;box-sizing:border-box}
.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:14px;padding-top:12px;border-top:1px solid rgba(255,255,255,.045);color:#5F6D84;font-size:8.5px}
.footer-versions{display:flex;align-items:center;gap:14px;white-space:nowrap}

.demo-toast{position:fixed;left:50%;bottom:20px;z-index:20;max-width:calc(100% - 28px);padding:10px 13px;border:1px solid var(--border-2);border-radius:10px;background:#111827;color:#C7D4E8;font:700 9px Manrope,-apple-system,system-ui,sans-serif;box-shadow:0 16px 45px rgba(0,0,0,.44);opacity:0;transform:translate(-50%,12px);pointer-events:none;transition:.2s ease}
.demo-toast.show{opacity:1;transform:translate(-50%,0)}
.hero-copy,.app-window-current,.footer{transition:opacity .22s ease}
body.is-language-switching .hero-copy,body.is-language-switching .app-window-current,body.is-language-switching .footer{opacity:.38}

@media (min-width:768px){
  :root{--pad:24px;--r-md:16px;--r-lg:20px}
  html,body{min-height:100%;background:#050B14}
  body{padding:0;background:#05070C}
  .mobile-shell{width:100%!important;max-width:none!important;min-height:100dvh!important;margin:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;overflow:visible!important}
  .screen{min-height:100dvh}
  .screen .app{min-height:100dvh;padding:24px 0;background:transparent}
  .glow-a,.glow-b{display:block}
  .app::before{background-image:linear-gradient(rgba(125,165,255,.085) 1px,transparent 1px),linear-gradient(90deg,rgba(125,165,255,.085) 1px,transparent 1px);opacity:.78}
  .screen .wrap{width:100%;max-width:1180px;min-height:calc(100dvh - 48px);margin:0 auto;padding:12px 18px 18px}
  .topbar{gap:12px;margin-bottom:28px}
  .mark{height:28px;gap:3px}
  .mark i{width:4px}
  .brand{font-size:18px;letter-spacing:-.3px}
  .brand-sub{font-size:9px;margin-top:3px}
  .topbar-right{gap:12px}
  .pill--online{font-size:9px;padding:8px 12px;border-radius:10px}
  .avatar{width:38px;height:38px}
  .language-switch{height:42px;padding:4px;border-radius:13px}
  .language-switch::before{left:4px;top:4px;width:35px;height:32px;border-radius:9px}
  .language-switch[data-active-language="en"]::before{transform:translateX(38px)}
  .language-switch[data-active-language="ja"]::before{transform:translateX(76px)}
  .language-switch button{min-width:35px;height:32px;border-radius:9px;font-size:8.5px}
  .topbar-telegram{width:42px;height:42px;border-radius:13px}
  .topbar-telegram svg{width:19px;height:19px}
  .auth-area{padding:54px 0 70px}
  .footer{margin-top:56px;padding:24px 4px 18px}
  .footer-top,.footer-legal{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);column-gap:12px;width:100%}
  .footer-top{align-items:end}
  .footer-team{grid-column:2;width:100%;min-width:0;margin:0;padding:0;justify-self:stretch;justify-items:start;align-self:end}
  .footer-row{width:100%;margin:0;padding:0;font-size:10.5px}
  .footer-legal a:first-child{grid-column:1}
  .footer-legal a:last-child{grid-column:2}
  .footer-title{font-size:15px}
  .footer-note{font-size:10px}
  .footer-legal a{min-height:48px;font-size:10px;padding:12px 14px}
  .footer-bottom{font-size:9.5px}
}

@media (min-width:768px) and (max-width:1040px){
  .hero{grid-template-columns:1fr;gap:28px;padding-top:70px}
  .hero-copy{max-width:720px}
  .product-stage{width:min(620px,100%);margin-inline:auto}
}

@media (max-width:767px){
  html,body{width:100%;min-height:100%;background:#05070C}
  body{padding:0}
  .mobile-shell{width:100%!important;max-width:none!important;min-height:100dvh!important;margin:0!important;border:0!important;border-radius:0!important;box-shadow:none!important}
  .screen,.screen .app{width:100%;min-height:100dvh}
  .preview-float-card{display:none}
  .footer{margin-top:72px;padding-top:30px}
  .footer-bottom{align-items:flex-end;gap:14px}
  .footer-versions{gap:9px;font-size:8px}
  .auth-area{padding:40px 0 54px}
  .auth-provider{margin-bottom:24px}
  h1{font-size:31px;letter-spacing:-1px}
  .auth-lead{font-size:12px;margin:14px 0 24px}
  .auth-button{min-height:62px}
  .hero{min-height:auto;padding:42px 0 60px;grid-template-columns:1fr;gap:48px}
  .hero h1{font-size:clamp(36px,10.5vw,48px);letter-spacing:-.045em}
  .hero-lead{font-size:13px;line-height:1.65}
  .hero-actions{display:grid}
  .hero-button{width:100%;min-width:0!important}
  .hero-trust{display:grid}
  .product-stage{min-height:780px;width:100%}
  .product-stage::before{width:110%;height:380px}
  .app-window{width:min(440px,calc(100% - 4px));padding:15px;border-radius:27px;transform:none}
  .app-window-current{height:740px;min-height:740px;padding:0}
  .orbit-one{width:110%;height:300px}
  .orbit-two{width:80%;height:100%}
  .floating-chip{display:none}
  .app-greeting{margin-top:20px}
  .app-greeting h2{font-size:20px}
}

@media (prefers-reduced-motion:reduce){.pill--online i{animation:none!important}}

/* V4.16 — tools and CRM continuation. */
.tool-marquee{position:relative;width:100vw;margin:10px 0 0;margin-left:calc(50% - 50vw);overflow:hidden;border-top:1px solid rgba(125,165,255,.10);border-bottom:1px solid rgba(125,165,255,.10);background:rgba(7,12,21,.76);box-shadow:0 18px 60px rgba(0,0,0,.16);isolation:isolate}
.tool-marquee::before,.tool-marquee::after{content:"";position:absolute;z-index:2;top:0;bottom:0;width:min(12vw,150px);pointer-events:none}
.tool-marquee::before{left:0;background:linear-gradient(90deg,#05070C,transparent)}
.tool-marquee::after{right:0;background:linear-gradient(-90deg,#05070C,transparent)}
.tool-marquee-track{display:flex;width:max-content;animation:toolTicker 54s linear infinite;will-change:transform}
.tool-marquee-set{height:66px;display:flex;align-items:center;gap:35px;padding:0 35px 0 0}
.tool-marquee-set span{display:flex;align-items:center;gap:10px;white-space:nowrap;color:#B8C6D9;font-size:11px;font-weight:700;letter-spacing:.01em}
.tool-marquee-set i{width:5px;height:5px;border-radius:50%;background:#4E7FFF;box-shadow:0 0 14px rgba(78,127,255,.75)}
@keyframes toolTicker{to{transform:translate3d(-50%,0,0)}}

.tools-showcase,.crm-showcase{position:relative;padding:112px 0 28px}
.section-kicker{display:flex;align-items:center;gap:10px;color:#7185A5;font-size:9px;font-weight:800;letter-spacing:.18em}
.section-kicker i{width:6px;height:6px;border-radius:50%;background:#3973FF;box-shadow:0 0 14px rgba(57,115,255,.72)}
.section-heading-row{margin-top:20px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:48px}
.section-heading h2,.crm-copy h2{margin:0;color:#F4F7FC;font-size:clamp(38px,4.4vw,58px);line-height:1.02;letter-spacing:-.05em}
.section-heading p,.crm-copy>p{max-width:620px;margin:18px 0 0;color:#8E9DB3;font-size:15px;line-height:1.75}
.tools-summary{display:grid;grid-template-columns:repeat(3,minmax(98px,1fr));gap:8px}
.tools-summary>div{min-height:85px;padding:15px 16px;border:1px solid rgba(255,255,255,.075);border-radius:16px;background:rgba(255,255,255,.028);display:flex;flex-direction:column;justify-content:space-between}
.tools-summary b{color:#EAF0FB;font-size:24px;line-height:1;letter-spacing:-.04em}
.tools-summary span{color:#687A95;font-size:8px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.tool-groups{margin-top:42px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.tool-group{min-width:0;padding:15px;border:1px solid rgba(255,255,255,.075);border-radius:22px;background:rgba(10,15,25,.78);box-shadow:0 22px 70px rgba(0,0,0,.18),inset 0 1px 0 rgba(255,255,255,.025)}
.tool-group>header{min-height:62px;padding:2px 3px 14px;display:flex;align-items:center;gap:12px;border-bottom:1px solid rgba(255,255,255,.055)}
.tool-group-number{width:38px;height:38px;border:1px solid rgba(125,165,255,.16);border-radius:12px;display:grid;place-items:center;background:rgba(47,107,255,.075);color:#88A9FA;font-size:9px;font-weight:800}
.tool-group header>div{display:grid;gap:4px}
.tool-group header b{color:#E6ECF6;font-size:13px}
.tool-group header small{color:#63728A;font-size:8px;font-weight:700;letter-spacing:.05em}
.tool-stat-list{display:grid}
.tool-stat{position:relative;min-height:71px;padding:13px 4px 15px;display:flex;align-items:center;gap:10px;border-bottom:1px solid rgba(255,255,255,.048);overflow:hidden}
.tool-stat:last-child{border-bottom:0}
.tool-stat::before,.tool-stat::after{content:"";position:absolute;left:52px;right:2px;bottom:8px;height:2px;border-radius:999px;background:rgba(255,255,255,.045)}
.tool-stat::after{right:auto;width:calc((100% - 54px) * var(--level));background:#426FD5;opacity:.68}
.tool-stat>i{width:38px;height:38px;flex:0 0 38px;border:1px solid rgba(125,165,255,.10);border-radius:12px;display:grid;place-items:center;background:rgba(255,255,255,.04);color:#80A5FF;font:800 10px Manrope,-apple-system,system-ui,sans-serif;font-style:normal}
.tool-stat>span{min-width:0;display:grid;gap:4px;line-height:1.16}
.tool-stat>span b{overflow:hidden;color:#DCE5F3;font-size:10px;text-overflow:ellipsis;white-space:nowrap}
.tool-stat>span small{overflow:hidden;color:#63738B;font-size:7.2px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}
.tool-stat em{margin-left:auto;color:#4DAA76;font-size:6px;font-weight:800;font-style:normal;letter-spacing:.1em}

.crm-showcase{margin-top:74px;padding:92px 0 36px;display:grid;grid-template-columns:minmax(310px,.82fr) minmax(500px,1.18fr);align-items:center;gap:66px;border-top:1px solid rgba(255,255,255,.055)}
.crm-showcase::before{content:"";position:absolute;z-index:-1;width:580px;height:580px;right:-120px;top:0;border-radius:50%;background:radial-gradient(circle,rgba(47,107,255,.13),transparent 68%);filter:blur(28px);pointer-events:none}
.crm-copy h2{margin-top:20px;font-size:clamp(38px,4vw,56px)}
.crm-kpis{margin-top:34px;display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
.crm-kpis>div{position:relative;min-height:102px;padding:14px;border:1px solid rgba(255,255,255,.07);border-radius:16px;background:rgba(255,255,255,.028);display:grid;align-content:space-between;overflow:hidden}
.crm-kpis>div::after{content:"";position:absolute;width:62px;height:62px;right:-20px;bottom:-24px;border-radius:50%;background:rgba(47,107,255,.11);filter:blur(14px)}
.crm-kpis span{color:#667993;font-size:7px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.crm-kpis b{color:#F1F5FC;font-size:24px;line-height:1;letter-spacing:-.04em}
.crm-kpis em{position:absolute;right:12px;bottom:15px;color:#4FC17F;font-size:7px;font-style:normal;font-weight:800}
.crm-dashboard{min-width:0;display:grid;grid-template-columns:minmax(0,1.3fr) minmax(168px,.7fr);gap:10px;transform:rotateY(-2deg) rotateX(1deg)}
.crm-chart-card,.crm-pipeline{border:1px solid rgba(255,255,255,.085);border-radius:22px;background:rgba(10,15,25,.88);box-shadow:0 30px 80px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.025)}
.crm-chart-card{min-width:0;padding:20px 20px 14px}
.crm-chart-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}
.crm-chart-head>div{display:grid;gap:6px}
.crm-chart-head small{color:#5E7190;font-size:7px;font-weight:800;letter-spacing:.14em}
.crm-chart-head b{color:#DFE8F6;font-size:13px}
.crm-chart-head strong{color:#6F98FF;font-size:25px;letter-spacing:-.04em}
.crm-chart{display:block;width:100%;height:auto;margin-top:9px;overflow:visible}
.crm-chart-grid{fill:none;stroke:rgba(125,165,255,.08);stroke-width:1}
.crm-chart-area{fill:url(#crmArea)}
.crm-chart-line{fill:none;stroke:#638EFF;stroke-width:4;stroke-linecap:round;filter:drop-shadow(0 0 8px rgba(99,142,255,.34))}
.crm-chart-points{fill:#0A0F19;stroke:#75A0FF;stroke-width:4}
.crm-chart-days{display:flex;justify-content:space-between;color:#4E5E76;font-size:6px;font-weight:800}
.crm-pipeline{padding:19px 16px;display:flex;flex-direction:column}
.crm-pipeline-head{display:grid;gap:5px;margin-bottom:13px}
.crm-pipeline-head b{color:#E2E9F5;font-size:12px}
.crm-pipeline-head span{color:#5F6E85;font-size:7px}
.crm-pipeline-row{position:relative;min-height:67px;padding:13px 0 15px;border-top:1px solid rgba(255,255,255,.05);display:grid;grid-template-columns:1fr auto;align-items:start;gap:10px}
.crm-pipeline-row>span{display:flex;align-items:center;gap:7px;color:#AAB8CB;font-size:8px}
.crm-pipeline-row i{width:6px;height:6px;border-radius:50%;background:#5B89F7;box-shadow:0 0 9px currentColor}
.crm-pipeline-row i.is-work{background:#8C74FF}.crm-pipeline-row i.is-sale{background:#47BE7B}
.crm-pipeline-row strong{color:#EAF0F9;font-size:12px}
.crm-pipeline-row em{position:absolute;left:0;right:0;bottom:10px;height:3px;border-radius:999px;background:rgba(255,255,255,.05);overflow:hidden}
.crm-pipeline-row em::after{content:"";display:block;width:var(--fill);height:100%;border-radius:inherit;background:#557FEC}
.hero-copy,.app-window-current,.tools-showcase,.crm-showcase,.footer{transition:opacity .22s ease}
body.is-language-switching .tools-showcase,body.is-language-switching .crm-showcase{opacity:.38}

@media (max-width:1040px){
  .section-heading-row{grid-template-columns:1fr;align-items:start}
  .tools-summary{width:min(520px,100%)}
  .tool-groups{grid-template-columns:1fr 1fr}.tool-group:last-child{grid-column:1/-1}
  .crm-showcase{grid-template-columns:1fr;gap:44px}.crm-dashboard{width:min(760px,100%)}
}

@media (max-width:767px){
  .tool-marquee{margin-top:0}.tool-marquee-set{height:58px;gap:27px;padding-right:27px}.tool-marquee-set span{font-size:9.5px}
  .tools-showcase,.crm-showcase{padding:78px 0 20px}
  .section-heading-row{margin-top:17px;gap:28px}.section-heading h2,.crm-copy h2{font-size:clamp(34px,10vw,45px)}
  .section-heading p,.crm-copy>p{font-size:12px;line-height:1.7}
  .tools-summary{grid-template-columns:repeat(3,1fr);gap:6px}.tools-summary>div{min-height:76px;padding:12px 10px}.tools-summary b{font-size:20px}.tools-summary span{font-size:6.5px}
  .tool-groups{margin-top:26px;grid-template-columns:1fr}.tool-group:last-child{grid-column:auto}.tool-group{padding:13px;border-radius:19px}
  .tool-stat{min-height:67px}.tool-stat>span b{font-size:9.5px}.tool-stat>span small{font-size:7px}
  .crm-showcase{margin-top:54px;padding-top:74px;padding-bottom:42px;gap:34px}.crm-kpis{margin-top:25px;gap:6px}.crm-kpis>div{min-height:88px;padding:12px 10px}.crm-kpis b{font-size:21px}.crm-kpis em{right:9px;bottom:13px}
  .crm-dashboard{grid-template-columns:1fr;transform:none}.crm-chart-card{padding:16px 13px 12px;border-radius:19px}.crm-pipeline{border-radius:19px}
  .crm-chart-line{stroke-width:5}.crm-chart-points{stroke-width:5}.crm-chart-days{font-size:5.5px}
}

@media (prefers-reduced-motion:reduce){.tool-marquee-track{animation-duration:100s}}

/* V4.17 — real statistics controls and denser CRM composition. */
.preview-float-card{border-color:rgba(255,255,255,.09);background:rgba(255,255,255,.035);box-shadow:0 18px 44px rgba(0,0,0,.20),inset 0 1px 0 rgba(255,255,255,.035);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}
.preview-float-card strong{color:#DDE6F3}.preview-float-card span{color:#7E8FA8}

.language-switch{height:42px;padding:4px;gap:3px;border-color:rgba(125,165,255,.15);background:rgba(8,13,22,.74)}
.language-switch::before{left:4px;top:4px;bottom:4px;width:36px;height:auto;border-radius:9px;background:rgba(47,107,255,.16)}
.language-switch[data-active-language="en"]::before{transform:translateX(39px)}
.language-switch[data-active-language="ja"]::before{transform:translateX(78px)}
.language-switch button{min-width:36px;height:32px;padding:5px;border-radius:9px}
.language-switch button img{display:block;width:21px;height:21px;margin:auto;object-fit:contain;filter:saturate(.88) brightness(.96);opacity:.68;transition:opacity .25s ease,filter .25s ease,transform .25s ease}
.language-switch button span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
.language-switch button.is-active img{opacity:1;filter:saturate(1) brightness(1.05);transform:scale(1.04)}
.topbar-telegram{width:42px;height:42px;border-radius:13px;background:rgba(255,255,255,.025);color:var(--beathelper-logo-blue);box-shadow:inset 0 1px 0 rgba(255,255,255,.025),0 0 20px rgba(47,107,255,.05)}
.topbar-telegram:hover{background:rgba(47,107,255,.07);color:var(--beathelper-logo-blue)}
.topbar-telegram svg{width:19px;height:19px;transform:none}

.tool-marquee{border-top:0;border-bottom:0}
.section-heading-row{align-items:start}
.tools-summary{margin-top:2px;align-self:start}
.tools-summary>div{background:#0D121C;border-color:rgba(255,255,255,.09)}
.tools-summary b{margin-top:1px}

.tools-analytics{margin-top:30px;border:1px solid rgba(255,255,255,.085);border-radius:20px;background:#090E17;overflow:hidden;box-shadow:inset 0 1px 0 rgba(255,255,255,.025)}
.tools-analytics-head{min-height:72px;padding:13px 15px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.tools-analytics-head>div:first-child{display:grid;gap:5px}
.tools-analytics-head small{color:#7589AA;font-size:8px;font-weight:800;letter-spacing:.15em}
.tools-analytics-head b{color:#60718C;font-size:8px;font-weight:600}
.tools-periods{display:grid;grid-template-columns:repeat(4,minmax(74px,1fr));gap:5px;padding:4px;border:1px solid rgba(255,255,255,.065);border-radius:12px;background:rgba(255,255,255,.016)}
.tools-periods button{height:32px;padding:0 10px;border:1px solid transparent;border-radius:9px;background:transparent;color:#6E7E96;cursor:pointer;font:700 8px Manrope,-apple-system,system-ui,sans-serif;white-space:nowrap;transition:color .18s ease,border-color .18s ease,background .18s ease}
.tools-periods button:hover{color:#B8C7DC}
.tools-periods button.is-active{border-color:rgba(125,165,255,.22);background:rgba(47,107,255,.10);color:#DCE7FF}
.tools-analytics-summary{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid rgba(255,255,255,.055)}
.tools-analytics-summary>div{min-height:78px;padding:15px;display:grid;align-content:center;border-right:1px solid rgba(255,255,255,.055)}
.tools-analytics-summary>div:last-child{border-right:0}
.tools-analytics-summary b{color:#EAF0FF;font-size:21px;line-height:1;letter-spacing:-.04em}
.tools-analytics-summary span{margin-top:6px;color:#667690;font-size:7.5px;line-height:1.25}

.tool-groups{margin-top:14px}
.tool-group{background:#090E17;border-color:rgba(255,255,255,.09)}
.tool-stat{min-height:78px;padding:12px 4px 18px;display:grid;grid-template-columns:38px minmax(0,1fr) auto;grid-template-areas:"icon copy value" ". progress progress";column-gap:10px;row-gap:7px;align-items:center}
.tool-stat::before,.tool-stat::after{content:none}
.tool-stat>i.tool-stat-icon{grid-area:icon;width:38px;height:38px;display:grid;place-items:center}
.tool-stat-icon svg{width:17px;height:17px;stroke-linecap:round;stroke-linejoin:round}
.tool-stat>span{grid-area:copy}
.tool-stat-value{grid-area:value;margin-left:8px;display:grid;text-align:right;font-style:normal;line-height:1}
.tool-stat-value b{color:#82A8FF;font-size:14px;font-weight:800;letter-spacing:-.03em}
.tool-stat-value small{margin-top:4px;color:#5D6D84;font-size:6.5px;font-weight:600}
.tool-stat-progress{grid-area:progress;position:relative;height:3px;border-radius:99px;overflow:hidden;background:rgba(255,255,255,.06)}
.tool-stat-progress i{display:block;width:var(--value);height:100%;border-radius:inherit;background:#678FFF;box-shadow:0 0 10px rgba(103,143,255,.24);transition:width .34s cubic-bezier(.2,.72,.25,1)}

.crm-showcase{border-top:0;align-items:stretch;gap:54px}
.crm-kpis>div{background:#101622;border-color:rgba(255,255,255,.115);box-shadow:inset 0 1px 0 rgba(255,255,255,.035),0 16px 35px rgba(0,0,0,.15)}
.crm-dashboard{min-height:440px;grid-template-columns:minmax(0,1.55fr) minmax(190px,.65fr);align-self:stretch;transform:none}
.crm-chart-card,.crm-pipeline{background:#090E17;border-color:rgba(255,255,255,.10)}
.crm-chart-card{display:flex;flex-direction:column;padding:22px 22px 16px}
.crm-chart{flex:1;min-height:270px;margin-top:14px}
.crm-chart-days{padding-top:5px}
.crm-pipeline{min-height:440px;padding:20px 17px}
.crm-pipeline-row{min-height:70px}
.crm-recent{margin-top:auto;padding-top:15px;border-top:1px solid rgba(255,255,255,.055)}
.crm-recent-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}
.crm-recent-head b{color:#8190A6;font-size:7px;letter-spacing:.08em;text-transform:uppercase}
.crm-recent-head span{color:#48BC79;font-size:6px;font-weight:800;letter-spacing:.1em}
.crm-contact{min-height:48px;display:flex;align-items:center;gap:8px;border-top:1px solid rgba(255,255,255,.04)}
.crm-contact>i{width:28px;height:28px;flex:0 0 28px;border:1px solid rgba(125,165,255,.12);border-radius:9px;display:grid;place-items:center;background:rgba(47,107,255,.08);color:#8EADFF;font-size:7px;font-style:normal;font-weight:800}
.crm-contact>span{min-width:0;display:grid;gap:3px}.crm-contact b{overflow:hidden;color:#C8D3E2;font-size:7.5px;text-overflow:ellipsis;white-space:nowrap}.crm-contact small{color:#596A82;font-size:6px}
.crm-contact time{margin-left:auto;color:#526077;font-size:6px}

@media (max-width:1040px){
  .tools-summary{margin-top:0}
  .crm-dashboard{min-height:420px}
}

@media (max-width:767px){
  .language-switch{height:36px;padding:3px;gap:2px}.language-switch::before{left:3px;top:3px;bottom:3px;width:30px}.language-switch[data-active-language="en"]::before{transform:translateX(32px)}.language-switch[data-active-language="ja"]::before{transform:translateX(64px)}.language-switch button{min-width:30px;height:28px;padding:4px}.language-switch button img{width:18px;height:18px}.topbar-telegram{width:36px;height:36px;border-radius:11px}.topbar-telegram svg{width:17px;height:17px}
  .tools-analytics{margin-top:24px;border-radius:17px}.tools-analytics-head{padding:12px;display:grid;gap:12px}.tools-periods{grid-template-columns:repeat(4,1fr);width:100%}.tools-periods button{height:30px;padding:0 3px;font-size:7px}.tools-analytics-summary>div{min-height:68px;padding:12px 9px}.tools-analytics-summary b{font-size:18px}.tools-analytics-summary span{font-size:6.5px}
  .tool-stat{grid-template-columns:38px minmax(0,1fr) auto}.tool-stat-value b{font-size:13px}.tool-stat-value small{font-size:6px}
  .crm-dashboard{min-height:0;grid-template-columns:1fr}.crm-chart{min-height:230px}.crm-pipeline{min-height:390px}
}

@media (max-width:390px){
  .brand-sub{display:none}.language-switch{margin-left:auto}.topbar-right{gap:6px}
  .tools-summary span{letter-spacing:.03em}.tools-analytics-summary span{font-size:6px}
}

/* V4.18 — expanded CRM analytics and final desktop alignment. */
.topbar-right{gap:0}
.section-heading-row{grid-template-columns:minmax(0,1fr) minmax(420px,.62fr);gap:52px}
.tools-summary{width:100%;grid-template-columns:repeat(3,1fr);gap:9px}
.tools-summary>div{min-height:112px;padding:18px 17px}
.tools-summary b{font-size:30px}.tools-summary span{font-size:8.5px;line-height:1.25}
.tools-analytics-head{display:grid;grid-template-columns:1fr;align-items:stretch;gap:12px;padding:15px}
.tools-periods{width:100%;grid-template-columns:repeat(4,1fr)}
.tools-periods button{height:36px}

.crm-copy{min-height:440px;display:flex;flex-direction:column}
.crm-kpis{margin-top:auto}
.crm-analytics-wide{grid-column:1/-1;min-width:0;margin-top:12px;padding:22px;border:1px solid rgba(255,255,255,.10);border-radius:24px;background:#090E17;box-shadow:0 26px 80px rgba(0,0,0,.22),inset 0 1px 0 rgba(255,255,255,.028)}
.crm-analytics-titlebar{display:flex;align-items:flex-start;justify-content:space-between;gap:24px}
.crm-analytics-titlebar>div:first-child{display:grid;gap:7px}
.crm-analytics-titlebar small,.crm-display-head small{color:#657894;font-size:7px;font-weight:800;letter-spacing:.14em}
.crm-analytics-titlebar h3{color:#E7EDF7;font-size:17px;line-height:1.1;letter-spacing:-.025em}
.crm-revenue{display:grid;justify-items:end;gap:6px}.crm-revenue span{color:#5B6A82;font-size:6px}.crm-revenue b{color:#45D785;font-size:22px;letter-spacing:-.04em}
.crm-lines-scroll{margin-top:18px;overflow:hidden;border:1px solid rgba(255,255,255,.065);border-radius:18px;background:#0C121D}
.crm-lines-canvas{position:relative;min-width:720px;padding:10px 14px 12px}
.crm-lines-chart{display:block;width:100%;height:auto;max-height:390px}
.crm-lines-grid{fill:none;stroke:rgba(125,165,255,.075);stroke-width:1}
.crm-status-line{fill:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;opacity:.95;transition:opacity .22s ease,filter .22s ease}
.crm-status-line.is-hidden{opacity:0}
.line-new{stroke:#5F86FF;filter:drop-shadow(0 0 6px rgba(95,134,255,.22))}.line-written{stroke:#93A1B8}.line-replied{stroke:#5FD8F4}.line-hold{stroke:#F2C668}.line-deposit{stroke:#9B7AEB}.line-sale{stroke:#49D487}.line-rejected{stroke:#F27091}
.crm-lines-dates{display:flex;justify-content:space-between;padding:0 3px;color:#526078;font-size:6px;font-weight:700}
.crm-finance-summary{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:13px}
.crm-finance-summary>div{display:grid;gap:4px}.crm-finance-summary>div:last-child{justify-items:end}
.crm-finance-summary span{color:#65758D;font-size:7px}.crm-finance-summary b{color:#8EADFF;font-size:13px;line-height:1}
.crm-display-panel{margin-top:20px;padding:17px;border:1px solid rgba(255,255,255,.08);border-radius:18px;background:#0C121D}
.crm-display-head{display:flex;align-items:end;justify-content:space-between;gap:20px}
.crm-display-head>div{display:grid;gap:6px}.crm-display-head b{color:#E3EAF5;font-size:13px}
.crm-display-head>button{border:0;background:transparent;color:#80A5FF;cursor:pointer;font:700 7px Manrope,-apple-system,system-ui,sans-serif}
.crm-line-controls{margin-top:14px;display:flex;flex-wrap:wrap;gap:7px}
.crm-line-controls button{min-height:36px;padding:0 13px;border:1px solid rgba(125,165,255,.12);border-radius:10px;display:flex;align-items:center;gap:8px;background:rgba(255,255,255,.025);color:#7A899F;cursor:pointer;font:700 7px Manrope,-apple-system,system-ui,sans-serif;opacity:.45;transition:opacity .18s ease,background .18s ease,border-color .18s ease}
.crm-line-controls button.is-active{opacity:1;background:rgba(255,255,255,.045);border-color:rgba(125,165,255,.22);color:#C9D4E4}
.crm-line-controls i{width:7px;height:7px;border-radius:50%;background:#5F86FF;box-shadow:0 0 8px currentColor}
.crm-line-controls i.is-written{background:#93A1B8}.crm-line-controls i.is-replied{background:#5FD8F4}.crm-line-controls i.is-hold{background:#F2C668}.crm-line-controls i.is-deposit{background:#9B7AEB}.crm-line-controls i.is-sale{background:#49D487}.crm-line-controls i.is-rejected{background:#F27091}
.crm-status-cards{margin-top:12px;display:grid;grid-template-columns:repeat(4,1fr);gap:9px}
.crm-status-cards>div{position:relative;min-height:116px;padding:14px;border:1px solid rgba(255,255,255,.085);border-radius:17px;background:#101722;display:grid;align-content:space-between;overflow:hidden}
.crm-status-cards>div::after{content:"";position:absolute;width:75px;height:75px;right:-28px;bottom:-30px;border-radius:50%;background:rgba(72,107,173,.12)}
.crm-status-cards i{width:34px;height:34px;border:1px solid rgba(125,165,255,.12);border-radius:10px;display:grid;place-items:center;background:rgba(125,165,255,.055);color:#82A8FF;font-size:12px;font-style:normal}
.crm-status-cards i svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.crm-status-cards b{margin-top:14px;color:#EDF2FA;font-size:24px;line-height:1;letter-spacing:-.04em}.crm-status-cards span{margin-top:6px;color:#687892;font-size:7px;text-transform:lowercase}

@media (max-width:1040px){
  .section-heading-row{grid-template-columns:1fr;gap:28px}.tools-summary{width:min(650px,100%)}
  .crm-copy{min-height:0}.crm-kpis{margin-top:30px}
}

@media (max-width:767px){
  .tools-summary>div{min-height:86px;padding:13px 10px}.tools-summary b{font-size:22px}.tools-summary span{font-size:6.5px}
  .tools-analytics-head{padding:12px}.tools-periods button{height:31px}
  .crm-copy{min-height:0}.crm-kpis{margin-top:25px}
  .crm-analytics-wide{margin-top:4px;padding:14px;border-radius:20px}.crm-analytics-titlebar h3{font-size:15px}.crm-revenue b{font-size:16px}
  .crm-lines-scroll{overflow-x:auto;scrollbar-width:none}.crm-lines-scroll::-webkit-scrollbar{display:none}.crm-lines-canvas{min-width:650px}
  .crm-display-panel{padding:14px}.crm-line-controls{gap:6px}.crm-line-controls button{min-height:34px;padding:0 10px}
  .crm-status-cards{grid-template-columns:1fr 1fr;gap:7px}.crm-status-cards>div{min-height:104px;padding:12px}.crm-status-cards b{font-size:21px}
}

/* V4.19 — clear tool leader and compact CRM snapshot without a duplicate chart. */
.tools-analytics-leader small{width:max-content;margin-bottom:6px;padding:4px 7px;border:1px solid rgba(125,165,255,.18);border-radius:7px;background:rgba(47,107,255,.08);color:#82A8FF;font-size:7px;font-weight:800;letter-spacing:.08em}
.tools-analytics-leader span{max-width:180px}
@media (min-width:1041px){.tools-periods{width:calc(66.6667% + 5px)}}

.crm-snapshot{grid-column:1/-1;min-width:0;margin-top:12px;padding:20px;border:1px solid rgba(255,255,255,.09);border-radius:24px;background:#090E17;box-shadow:0 24px 70px rgba(0,0,0,.2),inset 0 1px 0 rgba(255,255,255,.025)}
.crm-snapshot-head{display:flex;align-items:center;justify-content:space-between;gap:20px}
.crm-snapshot-head>div{display:grid;gap:6px}.crm-snapshot-head small,.crm-base-head small{color:#657894;font-size:7px;font-weight:800;letter-spacing:.14em}.crm-snapshot-head h3{color:#E8EEF8;font-size:18px;line-height:1.1;letter-spacing:-.03em}
.crm-snapshot-head>span{display:flex;align-items:center;gap:7px;color:#61718A;font-size:7px}.crm-snapshot-head>span>i{width:6px;height:6px;border-radius:50%;background:#43D583;box-shadow:0 0 10px rgba(67,213,131,.38)}
.crm-money-grid{margin-top:16px;display:grid;grid-template-columns:1.35fr 1fr .8fr;gap:9px}
.crm-money-card{position:relative;min-width:0;min-height:142px;padding:16px;border:1px solid rgba(255,255,255,.075);border-radius:17px;background:#101722;display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto auto;column-gap:11px;align-content:center;overflow:hidden}
.crm-money-card::after{content:"";position:absolute;width:115px;height:115px;right:-48px;bottom:-63px;border-radius:50%;background:rgba(72,107,173,.10)}
.crm-money-card--revenue{background:#101A2C}
.crm-money-card>i{grid-row:1/4;width:38px;height:38px;border:1px solid rgba(125,165,255,.14);border-radius:11px;display:grid;place-items:center;background:rgba(125,165,255,.055);color:#82A8FF}
.crm-money-card>i svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.crm-money-card>span{color:#6B7D99;font-size:7px;font-weight:750}.crm-money-card>b{position:relative;z-index:1;margin-top:7px;color:#EEF3FC;font-size:clamp(19px,2vw,28px);line-height:1;letter-spacing:-.045em;white-space:nowrap}.crm-money-card--revenue>b{color:#53DE91}.crm-money-card>small{margin-top:8px;color:#53627A;font-size:6.5px}
.crm-base-statuses{margin-top:10px;padding:16px;border:1px solid rgba(255,255,255,.07);border-radius:17px;background:#0D131D}
.crm-base-head{display:flex;align-items:end;justify-content:space-between;gap:18px}.crm-base-head>div{display:grid;gap:6px}.crm-base-head b{color:#DDE6F4;font-size:12px}.crm-base-head>span{color:#596A83;font-size:7px}
.crm-status-track{height:9px;margin-top:15px;display:flex;gap:3px;border-radius:99px;overflow:hidden;background:#161E2A}
.crm-status-track i{flex:0 0 var(--share);height:100%;background:var(--status-color)}
.status-new{--status-color:#5F86FF}.status-written{--status-color:#93A1B8}.status-replied{--status-color:#5FD8F4}.status-hold{--status-color:#F2C668}.status-deposit{--status-color:#9B7AEB}.status-sale{--status-color:#49D487}.status-rejected{--status-color:#F27091}
.crm-status-legend{margin-top:14px;display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:7px}
.crm-status-legend>div{min-width:0;padding:9px;border:1px solid rgba(255,255,255,.055);border-radius:10px;background:rgba(255,255,255,.018);display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:6px}
.crm-status-legend i{width:6px;height:6px;border-radius:50%;background:var(--status-color);box-shadow:0 0 8px color-mix(in srgb,var(--status-color) 38%,transparent)}.crm-status-legend span{overflow:hidden;color:#71819A;font-size:6.5px;text-overflow:ellipsis;white-space:nowrap}.crm-status-legend b{color:#D8E1F0;font-size:9px}

@media (max-width:1040px){
  .tools-periods{width:100%}
  .crm-money-grid{grid-template-columns:1.2fr 1fr 1fr}
  .crm-status-legend{grid-template-columns:repeat(4,minmax(0,1fr))}
}
@media (max-width:767px){
  .tools-analytics-leader small{margin-bottom:5px;font-size:6px}.tools-analytics-leader span{max-width:110px}
  .crm-snapshot{margin-top:4px;padding:14px;border-radius:20px}.crm-snapshot-head h3{font-size:16px}.crm-snapshot-head>span{font-size:6px}
  .crm-money-grid{grid-template-columns:1fr;gap:7px}.crm-money-card{min-height:112px;padding:13px}.crm-money-card>i{width:34px;height:34px}.crm-money-card>b{font-size:22px}
  .crm-base-statuses{padding:13px}.crm-base-head{align-items:start}.crm-base-head>span{max-width:105px;text-align:right;line-height:1.35}
  .crm-status-legend{grid-template-columns:1fr 1fr;gap:6px}.crm-status-legend>div{padding:8px}
}

/* V4.20 — balanced tools header, useful CRM chart space and realistic snapshot data. */
.tools-summary small{color:#52627A;font-size:7px;font-weight:650;line-height:1.45}
.tools-analytics-head{display:grid;grid-template-columns:minmax(0,2fr) minmax(270px,1fr);min-height:96px;padding:0;gap:0}
.tools-analytics-head>div:first-child{height:100%;padding:17px 16px;display:grid;align-content:center;gap:5px}
.tools-analytics-head .tools-periods{width:100%;height:100%;padding:11px;border:0;border-left:1px solid rgba(255,255,255,.055);border-radius:0;background:transparent;grid-template-columns:1fr 1fr;align-content:center;gap:6px}
.tools-analytics-head .tools-periods button{height:32px;padding:0 8px}

.crm-chart-metrics{margin-top:14px;display:grid;grid-template-columns:repeat(3,1fr);gap:7px}
.crm-chart-metrics>div{min-width:0;padding:10px 11px;border:1px solid rgba(255,255,255,.055);border-radius:11px;background:rgba(255,255,255,.018);display:grid;gap:5px}
.crm-chart-metrics b{color:#DCE6F6;font-size:14px;line-height:1}.crm-chart-metrics span{overflow:hidden;color:#61738D;font-size:6.5px;text-overflow:ellipsis;white-space:nowrap}
.crm-chart-card .crm-chart{min-height:210px;margin-top:8px}
.crm-conversion{margin-top:auto;padding:14px;border:1px solid rgba(125,165,255,.13);border-radius:13px;background:rgba(47,107,255,.045);display:grid;gap:6px}
.crm-conversion>span{color:#7185A5;font-size:7px;font-weight:750}.crm-conversion>b{color:#E7EEFA;font-size:23px;line-height:1;letter-spacing:-.045em}.crm-conversion>small{color:#53637C;font-size:6px}

.crm-money-card,.crm-money-card--revenue{background:rgba(255,255,255,.018);box-shadow:inset 0 1px 0 rgba(255,255,255,.018)}
.crm-money-card::after{display:none}
.crm-money-card>i{background:rgba(125,165,255,.035)}
.crm-status-track{height:11px;gap:2px;background:rgba(255,255,255,.035)}
.crm-status-track i{flex:var(--share) 1 0;min-width:3px}
.crm-status-legend>div{background:transparent;border-color:rgba(255,255,255,.07)}

@media (min-width:1041px){
  .section-heading-row{grid-template-columns:minmax(0,1.05fr) minmax(520px,.95fr);align-items:stretch;gap:52px}
  .tools-summary{height:100%;align-self:stretch}
  .tools-summary>div{height:100%;min-height:154px;padding:21px 19px;display:grid;grid-template-rows:auto 1fr auto;align-items:start}
  .tools-summary b{font-size:34px}.tools-summary span{align-self:end;margin-top:18px}.tools-summary small{margin-top:8px}
}
@media (max-width:1040px){
  .tools-analytics-head{grid-template-columns:1fr;min-height:0;padding:12px;gap:12px}
  .tools-analytics-head>div:first-child{padding:0}
  .tools-analytics-head .tools-periods{height:auto;padding:4px;border:1px solid rgba(255,255,255,.065);border-radius:12px;grid-template-columns:repeat(4,1fr)}
  .tools-summary small{margin-top:7px}
}
@media (max-width:767px){
  .tools-summary small{font-size:5.5px;line-height:1.35}
  .tools-analytics-head .tools-periods button{height:30px;padding:0 3px}
  .crm-chart-metrics{gap:5px}.crm-chart-metrics>div{padding:8px}.crm-chart-metrics b{font-size:12px}.crm-chart-metrics span{font-size:5.5px}
  .crm-chart-card .crm-chart{min-height:190px}.crm-conversion{margin-top:10px}
}

/* V4.21 — compact CRM trial callout and growth deltas in the useful chart. */
.crm-chart-metrics>div{position:relative;padding-right:42px}
.crm-chart-metrics em{position:absolute;top:9px;right:10px;padding:3px 5px;border:1px solid rgba(72,215,137,.16);border-radius:6px;background:rgba(72,215,137,.07);color:#4BD68B;font-size:6.5px;font-weight:800;font-style:normal;line-height:1;letter-spacing:.02em}
.crm-cta{grid-column:1/-1;min-width:0;margin-top:12px;padding:23px 24px;border:1px solid rgba(255,255,255,.09);border-radius:24px;background:rgba(9,14,23,.92);box-shadow:0 24px 70px rgba(0,0,0,.2),inset 0 1px 0 rgba(255,255,255,.025);display:flex;align-items:center;justify-content:space-between;gap:32px}
.crm-cta-copy{min-width:0;display:grid;gap:6px}
.crm-cta-copy>small{color:#6D82A3;font-size:7px;font-weight:800;letter-spacing:.15em}
.crm-cta-copy h3{color:#EDF3FC;font-size:22px;line-height:1.08;letter-spacing:-.035em}
.crm-cta-copy p{color:#91A1B8;font-size:11px;line-height:1.55}
.crm-cta-copy>span{color:#5F718C;font-size:7px;font-weight:650}
.crm-cta-button{width:280px;min-width:280px;flex:0 0 280px}

.tools-summary small{white-space:nowrap}
.tools-analytics-leader{grid-template-columns:max-content max-content;grid-template-rows:auto auto;align-items:center;justify-content:start;column-gap:8px}
.tools-analytics-leader small{grid-column:2;grid-row:1;margin-bottom:0}
.tools-analytics-leader>b{grid-column:1;grid-row:1}
.tools-analytics-leader>span{grid-column:1/-1;grid-row:2}
.crm-trial{width:100%;margin-top:auto;padding-top:30px;display:grid;gap:10px}
.crm-trial-button{width:100%}
.crm-trial>small{color:#61738D;font-size:7.5px;font-weight:650;line-height:1.45;text-align:left}

@media (max-width:767px){
  .crm-chart-metrics>div{padding-right:34px}.crm-chart-metrics em{top:7px;right:7px;padding:2px 4px;font-size:5.5px}
  .crm-cta{margin-top:4px;padding:17px 15px;border-radius:20px;display:grid;gap:18px}
  .crm-cta-copy h3{font-size:18px}.crm-cta-copy p{font-size:9.5px}.crm-cta-copy>span{font-size:6.5px}
  .crm-cta-button{width:100%;min-width:0;flex-basis:auto}
  .crm-trial{padding-top:25px;gap:9px}.crm-trial>small{font-size:7px}
}


/* Phase 9C v4 — guaranteed landing preview hover motion. */
.preview-motion-shell{
  position:relative;z-index:3;width:min(430px,100%);height:760px;min-height:760px;
  transform-style:preserve-3d;will-change:transform;transform-origin:50% 55%
}
.preview-motion-shell>.app-window-current{z-index:1;width:100%!important;height:100%!important;min-height:100%!important}
@media (hover:hover) and (pointer:fine){
  .product-stage:hover .preview-motion-shell{animation:bhPreviewHoverFloat 3.2s ease-in-out infinite alternate}
  .product-stage:hover::before{filter:blur(31px);opacity:1}
}
@keyframes bhPreviewHoverFloat{
  0%{transform:translate3d(-5px,4px,0) rotateZ(-.25deg) scale(1.004)}
  50%{transform:translate3d(7px,-7px,0) rotateZ(.35deg) scale(1.012)}
  100%{transform:translate3d(2px,-2px,0) rotateZ(-.12deg) scale(1.008)}
}
@media(max-width:767px){.preview-motion-shell{width:100%;height:740px;min-height:740px}}
@media(prefers-reduced-motion:reduce){.product-stage:hover .preview-motion-shell{animation:none!important}}


/* Phase 9C v5 — JS-driven landing preview parallax overlay. */
.product-stage[data-preview-motion="v5"]{position:relative}
.product-stage[data-preview-motion="v5"] .preview-motion-shell{
  will-change:transform;transform-style:preserve-3d;animation:none!important;transition:none!important
}
.product-stage[data-preview-motion="v5"]:hover .preview-motion-shell{animation:none!important}
.product-stage[data-preview-motion="v5"] .bh-preview-motion-hit{
  position:absolute;inset:0;z-index:16;background:transparent;border-radius:34px;pointer-events:auto
}
.product-stage[data-preview-motion="v5"] .preview-float-card--tiktok,
.product-stage[data-preview-motion="v5"] .preview-float-card--crm,
.product-stage[data-preview-motion="v5"] .orbit-one,
.product-stage[data-preview-motion="v5"] .orbit-two{will-change:transform}
@media(max-width:767px){.product-stage[data-preview-motion="v5"] .bh-preview-motion-hit{display:none!important}}
@media(prefers-reduced-motion:reduce){.product-stage[data-preview-motion="v5"] .bh-preview-motion-hit{display:none!important}}

/* Phase 11 — canonical BeatHelper mark from the production bot icon. */
:root{--beathelper-mark-mask:url('/assets/beathelper-mark.svg?v=12.0')}
.mark,.footer-mark,.v99-boot-mark{color:var(--beathelper-logo-blue)!important}
.mark::before,.footer-mark::before,.v99-boot-mark::before{
  content:"";display:block;height:100%;aspect-ratio:434 / 420;flex:0 0 auto;background:currentColor;
  -webkit-mask:var(--beathelper-mark-mask) center/contain no-repeat;
  mask:var(--beathelper-mark-mask) center/contain no-repeat;
}
.mark,.footer-mark,.v99-boot-mark{gap:0!important;align-items:center!important;justify-content:center!important}
.mark i,.footer-mark i,.v99-boot-mark i{display:none!important;animation:none!important}
.v99-boot-mark{margin-left:auto;margin-right:auto}


/* Phase 12A — MASTER header + glow geometry. All other pages copy these values. */
:root{--beathelper-mark-mask:url('/assets/beathelper-mark.svg?v=12.0')}
.mark::before,.footer-mark::before,.v99-boot-mark::before{aspect-ratio:434 / 420!important}
.glow-a{top:-220px!important;left:-150px!important;width:640px!important;height:560px!important;background:radial-gradient(circle,rgba(47,107,255,.26),transparent 70%)!important;filter:blur(60px)!important}
.glow-b{bottom:-180px!important;right:-190px!important;width:600px!important;height:560px!important;background:radial-gradient(circle,rgba(47,107,255,.20),transparent 70%)!important;filter:blur(70px)!important}
.topbar{gap:10px!important;margin-bottom:18px!important}
.mark{height:24px!important}
.brand{font-size:15px!important;font-weight:700!important;line-height:1.05!important;letter-spacing:-.2px!important}
.brand-sub{display:block!important;margin-top:2px!important;font-size:8px!important;font-weight:700!important;line-height:1.1!important;letter-spacing:.16em!important}
@media(min-width:768px){
  .topbar{gap:12px!important;margin-bottom:28px!important}
  .mark{height:28px!important}
  .brand{font-size:18px!important;letter-spacing:-.3px!important}
  .brand-sub{margin-top:3px!important;font-size:9px!important}
}

/* V4.34 — public purpose section rebuilt in the current landing visual system. */
.purpose-showcase{position:relative;margin-top:92px;padding:96px 0 72px;border-top:1px solid rgba(255,255,255,.055)}
.purpose-showcase::before{content:none!important;display:none!important}
.purpose-heading-row{margin-top:20px;display:grid;grid-template-columns:minmax(0,1fr) 210px;align-items:stretch;gap:44px}
.purpose-heading h2{margin:0;color:#F4F7FC;font-size:clamp(38px,4.4vw,58px);line-height:1.02;letter-spacing:-.05em}
.purpose-heading p{max-width:760px;margin:18px 0 0;color:#93A3BA;font-size:17px;line-height:1.72}
.purpose-count{min-height:142px;padding:21px 20px;border:1px solid #2C2E33;border-radius:20px;background:#121318;display:grid;grid-template-rows:auto 1fr auto;align-items:start;box-shadow:inset 0 1px 0 rgba(255,255,255,.025)}
.purpose-count b{color:#EDF3FC;font-size:38px;line-height:1;letter-spacing:-.05em}.purpose-count span{align-self:end;color:#7185A5;font-size:9px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.purpose-count small{margin-top:8px;color:#596B85;font-size:8px;font-weight:650;line-height:1.4}
.purpose-grid{margin-top:38px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.purpose-panel{position:relative;min-width:0;min-height:360px;padding:18px;border:1px solid #2C2E33;border-radius:22px;background:#121318;box-shadow:0 26px 80px rgba(0,0,0,.22),inset 0 1px 0 rgba(255,255,255,.028);display:flex;flex-direction:column;overflow:hidden}
.purpose-panel::after{content:"";position:absolute;right:-70px;bottom:-86px;width:210px;height:210px;border:1px solid rgba(255,255,255,.045);border-radius:50%;pointer-events:none}
.purpose-panel header{position:relative;z-index:1;min-height:76px;padding:2px 2px 16px;display:flex;align-items:center;gap:13px;border-bottom:1px solid rgba(255,255,255,.055)}
.purpose-panel-number{width:42px;height:42px;flex:0 0 42px;border:1px solid #2C2E33;border-radius:13px;display:grid;place-items:center;background:#17191F;color:#A7B0BE;font-size:9px;font-weight:800}
.purpose-panel header>div{min-width:0;display:grid;gap:5px}.purpose-panel header small{color:#6D82A3;font-size:8px;font-weight:800;letter-spacing:.14em}.purpose-panel h3{margin:0;color:#E9F0FA;font-size:20px;line-height:1.13;letter-spacing:-.035em}
.purpose-panel>p{position:relative;z-index:1;margin:18px 2px 0;color:#91A1B8;font-size:13.5px;line-height:1.72}
.purpose-tags{position:relative;z-index:1;margin-top:20px;display:flex;flex-wrap:wrap;gap:7px}.purpose-tags span{padding:7px 9px;border:1px solid rgba(255,255,255,.065);border-radius:9px;background:rgba(255,255,255,.026);color:#8293AB;font-size:9px;font-weight:700;line-height:1.2}
.purpose-oauth{position:relative;z-index:1;margin-top:30px;padding:16px 15px;border:1px solid #2C2E33;border-radius:15px;background:#17191F;display:grid;grid-template-columns:34px minmax(0,1fr);gap:12px;align-items:start}
.purpose-oauth-mark{width:34px;height:34px;border:1px solid #2C2E33;border-radius:10px;display:grid;place-items:center;background:#121318;color:#A7B0BE;font-size:13px;font-weight:800}.purpose-oauth b{display:block;color:#DBE6F7;font-size:11px;line-height:1.35}.purpose-oauth p{margin:5px 0 0;color:#7588A5;font-size:9.5px;line-height:1.58}
@media (max-width:1040px){.purpose-heading-row{grid-template-columns:1fr;gap:24px}.purpose-count{width:min(260px,100%);min-height:118px}.purpose-grid{grid-template-columns:1fr 1fr}.purpose-panel--work{grid-column:1/-1;min-height:330px}}
@media (max-width:767px){.purpose-showcase{margin-top:54px;padding:76px 0 54px}.purpose-heading-row{margin-top:17px;gap:20px}.purpose-heading h2{font-size:clamp(34px,10vw,45px)}.purpose-heading p{font-size:14px;line-height:1.7}.purpose-count{width:100%;min-height:105px;padding:16px 15px;border-radius:17px}.purpose-count b{font-size:31px}.purpose-count span{font-size:8px}.purpose-count small{font-size:7.5px}.purpose-grid{margin-top:28px;grid-template-columns:1fr;gap:9px}.purpose-panel,.purpose-panel--work{grid-column:auto;min-height:0;padding:15px;border-radius:19px}.purpose-panel header{min-height:68px;padding-bottom:13px}.purpose-panel-number{width:38px;height:38px;flex-basis:38px}.purpose-panel h3{font-size:18px}.purpose-panel>p{margin-top:15px;font-size:12px;line-height:1.66}.purpose-tags{margin-top:16px;gap:6px}.purpose-tags span{padding:6px 8px;font-size:8px}.purpose-oauth{margin-top:24px;padding:14px 13px;grid-template-columns:31px minmax(0,1fr);gap:10px}.purpose-oauth-mark{width:31px;height:31px}.purpose-oauth b{font-size:10px}.purpose-oauth p{font-size:9px}}


/* V4.35 — purpose polish: exact current landing panel surface, no translucent card variants. */
.purpose-panel,.purpose-panel--media,.purpose-panel--leads,.purpose-panel--work{background:#121318!important;border-color:#2C2E33!important}
.purpose-count{background:#121318!important;border-color:#2C2E33!important}
.purpose-oauth{background:#17191F!important;border-color:#2C2E33!important}


/* V4.36 — purpose surfaces aligned 1:1 with the current BeatHelper application panels.
 * Outer panels use the canonical #121318 surface; nested information uses #17191F.
 * All surfaces are fully opaque so the landing glow cannot tint individual cards. */
.purpose-count,
.purpose-panel,
.purpose-panel--media,
.purpose-panel--leads,
.purpose-panel--work{
  background:#121318!important;
  border-color:#2C2E33!important;
}
.purpose-oauth{
  background:#17191F!important;
  border-color:#2C2E33!important;
}

/* v1.7.24 purpose neutralization: no blue accent or glow inside the verification-purpose section. */
.purpose-showcase{background:transparent!important}
.purpose-showcase::before{content:none!important;display:none!important;background:none!important;filter:none!important}
.purpose-showcase .purpose-panel-number{background:#17191F!important;border-color:#2C2E33!important;color:#A7B0BE!important}
.purpose-showcase .purpose-oauth-mark{background:#121318!important;border-color:#2C2E33!important;color:#A7B0BE!important}
.purpose-showcase .purpose-panel::after{border-color:rgba(255,255,255,.045)!important}
.purpose-showcase .section-kicker::before,.purpose-showcase .eyebrow::before{background:#6F7782!important;box-shadow:none!important}


/* v1.7.25 — Google OAuth explanation is a standalone full-width note below all three purpose cards. */
.purpose-oauth--wide{
  width:100%;
  margin-top:16px;
  padding:20px 22px;
  border-radius:18px;
  grid-template-columns:38px minmax(0,1fr);
  gap:14px;
  align-items:center;
  background:#17191F!important;
  border-color:#2C2E33!important;
}
.purpose-oauth--wide .purpose-oauth-mark{width:38px;height:38px;border-radius:11px}
.purpose-oauth--wide b{font-size:12px;line-height:1.4}
.purpose-oauth--wide p{max-width:none;margin-top:6px;font-size:11px;line-height:1.65}
@media (max-width:767px){
  .purpose-oauth--wide{margin-top:10px;padding:15px 14px;grid-template-columns:32px minmax(0,1fr);gap:11px;align-items:start}
  .purpose-oauth--wide .purpose-oauth-mark{width:32px;height:32px}
  .purpose-oauth--wide b{font-size:10.5px}
  .purpose-oauth--wide p{font-size:9.5px;line-height:1.6}
}
