
:root{
  color-scheme:dark;--bg:#090910;--bg2:#0f1018;--panel:#151620;--panel2:#1b1c2a;--panel3:#11121b;
  --line:rgba(150,157,210,.16);--line2:rgba(105,165,255,.34);--text:#f6f3ff;--text2:#d8d4e8;--muted:#9b96a8;--muted2:#6f6a78;
  --accent:#a77bff;--accent2:#5fa8ff;--green:#53e486;--red:#ff7b88;--gold:#ffd365;--shadow:0 22px 80px rgba(0,0,0,.42);
  --font:Manrope,Inter,"SF Pro Display","SF Pro Text",-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;--max:1160px;--mx:50%;--my:18%;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font);color:var(--text);background:radial-gradient(circle at var(--mx) var(--my),rgba(95,168,255,.16),transparent 0 13%,transparent 28%),radial-gradient(circle at 8% 7%,rgba(167,123,255,.15),transparent 28%),linear-gradient(180deg,#090910,#10111a 62%,#090910);overflow-x:hidden;letter-spacing:-.01em}
body:before{content:"";position:fixed;inset:0;z-index:-2;pointer-events:none;background-image:linear-gradient(rgba(135,143,205,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(135,143,205,.032) 1px,transparent 1px);background-size:56px 56px;mask-image:radial-gradient(circle at 50% 0,#000,transparent 75%)}body:after{content:"";position:fixed;left:calc(var(--mx) - 190px);top:calc(var(--my) - 190px);width:380px;height:380px;border-radius:50%;background:radial-gradient(circle,rgba(95,168,255,.18),rgba(167,123,255,.10) 45%,transparent 70%);filter:blur(28px);pointer-events:none;z-index:-1}
a{text-decoration:none;color:inherit}img{max-width:100%;display:block}button{font:inherit}.container{width:min(var(--max),calc(100% - 32px));margin:0 auto}
.header{position:sticky;top:0;z-index:80;background:rgba(9,9,16,.82);backdrop-filter:blur(22px);border-bottom:1px solid var(--line)}.nav{height:70px;display:flex;align-items:center;justify-content:space-between;gap:18px}.logo{display:flex;align-items:center;gap:10px;font-weight:950}.logo img{width:44px;height:44px;object-fit:contain;filter:drop-shadow(0 0 15px rgba(160,116,255,.28))}.logo span{font-size:28px;line-height:1;background:linear-gradient(90deg,#b58cff,#60a9ff);-webkit-background-clip:text;background-clip:text;color:transparent}.nav-links{display:flex;gap:20px;font-size:14px;font-weight:850;color:var(--text2)}.nav-links a{opacity:.82;transition:.18s}.nav-links a:hover{opacity:1;color:#fff}.nav-actions{display:flex;gap:10px}.burger{display:none;width:42px;height:42px;border:1px solid var(--line);border-radius:14px;background:rgba(255,255,255,.04);color:var(--text);font-size:20px}.mobile-menu{display:none}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;padding:0 18px;border-radius:16px;border:1px solid transparent;font-weight:950;font-size:14px;white-space:nowrap;transition:.22s;cursor:pointer}.btn svg{width:18px;height:18px}.btn-primary{color:#fff;background:linear-gradient(135deg,#a579ff,#5fa8ff);box-shadow:0 14px 42px rgba(95,168,255,.24),0 0 24px rgba(167,123,255,.18);position:relative;overflow:hidden}.btn-primary:before{content:"";position:absolute;inset:-80% auto -80% -45%;width:30%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.32),transparent);transform:rotate(22deg);animation:shine 5.2s ease-in-out infinite}@keyframes shine{0%,76%{left:-45%}100%{left:125%}}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 20px 58px rgba(95,168,255,.32)}.btn-ghost{border-color:var(--line);background:rgba(255,255,255,.04);color:var(--text2)}.btn-ghost:hover{border-color:var(--line2);color:#fff}
.badge{display:inline-flex;gap:8px;align-items:center;border:1px solid var(--line2);background:rgba(167,123,255,.095);padding:8px 12px;border-radius:999px;color:#c8aaff;font-weight:950;font-size:12px;margin-bottom:16px}.gradient-text{background:linear-gradient(90deg,#bc82ff,#64aaff 74%,#5fe6ff);-webkit-background-clip:text;background-clip:text;color:transparent}.section{padding:42px 0}.section-tight{padding-top:28px}.section-center{text-align:center;max-width:780px;margin:0 auto 28px}.eyebrow{color:#a985ff;text-transform:uppercase;letter-spacing:.16em;font-weight:950;font-size:11px;margin-bottom:8px}.section h2{font-size:clamp(28px,3.5vw,42px);line-height:1.08;letter-spacing:-.045em;margin:0 0 10px}.sub{font-size:15px;line-height:1.5;color:var(--muted);margin:0}.reveal{opacity:0;transform:translateY(12px);transition:.55s}.reveal.visible{opacity:1;transform:translateY(0)}
.hero{padding:54px 0 26px}.hero-grid{display:grid;grid-template-columns:1fr 1.03fr;gap:34px;align-items:center}.hero-copy h1{font-size:clamp(36px,5vw,64px);line-height:1.02;letter-spacing:-.055em;margin:0 0 16px;color:var(--text)}.lead{max-width:640px;color:var(--text2);font-size:18px;line-height:1.55;margin:0}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin:24px 0 0}.proof-line{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.proof-line span{border:1px solid var(--line);background:rgba(255,255,255,.035);border-radius:999px;padding:7px 10px;color:var(--muted);font-weight:850;font-size:12px}

/* App-like animated phone */
.phone-demo{position:relative;border:1px solid rgba(109,165,255,.34);border-radius:34px;background:#0d0e16;box-shadow:var(--shadow);overflow:hidden;min-height:640px;isolation:isolate}
.phone-demo:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 75% 10%,rgba(112,88,255,.2),transparent 32%),linear-gradient(180deg,#12131d,#0d0e16);z-index:-2}
.phone-head{height:74px;display:grid;place-items:center;background:#11121b;border-bottom:1px solid rgba(255,255,255,.06);position:relative}.phone-head b{font-size:17px}.phone-head span{color:var(--muted);font-size:13px;margin-top:2px;display:block;text-align:center}.phone-close{position:absolute;left:18px;top:28px;color:#fff;font-size:14px}.phone-menu{position:absolute;right:18px;top:24px;width:34px;height:34px;border-radius:50%;border:1px solid rgba(255,255,255,.6);display:grid;place-items:center}
.phone-body{position:relative;height:566px;overflow:hidden}.scene{position:absolute;inset:0;padding:24px;opacity:0;transform:translateY(18px) scale(.985);transition:.55s ease}.scene.active{opacity:1;transform:none}.scene-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.scene-title{font-size:33px;letter-spacing:.11em;text-transform:uppercase;font-weight:950;background:linear-gradient(90deg,#b58cff,#62a8ff);-webkit-background-clip:text;background-clip:text;color:transparent}.moon{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.05);border:1px solid var(--line);font-size:24px}
.new-task-header{background:#180d32;margin:-24px -24px 20px;padding:24px 24px 24px}.back{color:#a985ff;font-size:20px;font-weight:900;margin-bottom:20px}.new-task-header h3{font-size:28px;margin:0 0 14px}.new-task-header p{color:var(--muted);font-weight:800;margin:0}.form-tabs{display:grid;grid-template-columns:1fr 1fr;background:rgba(255,255,255,.03);border-radius:18px;margin-bottom:18px;padding:5px}.form-tabs span{padding:14px;border-radius:15px;text-align:center;font-weight:950;color:var(--muted)}.form-tabs span.active{background:linear-gradient(135deg,#a579ff,#5fa8ff);color:#fff}.form-field{border:1px solid var(--line);background:rgba(255,255,255,.04);border-radius:17px;padding:16px;margin-bottom:12px;color:var(--text2);font-weight:800}.form-field.big{min-height:112px;color:var(--muted);font-weight:700}.form-grid-small{display:grid;grid-template-columns:1fr 1fr;gap:12px}.ai-button{height:52px;border-radius:17px;background:linear-gradient(135deg,rgba(167,123,255,.7),rgba(95,168,255,.7));display:grid;place-items:center;font-weight:950;color:#fff;margin:12px 0}
.task-short{border:1px solid var(--line);border-radius:22px;background:rgba(255,255,255,.035);padding:18px;margin-bottom:12px}.task-short h3{font-size:23px;line-height:1.25;margin:0 0 12px}.task-meta{display:flex;flex-wrap:wrap;gap:8px}.pill{display:inline-flex;gap:6px;align-items:center;border-radius:999px;padding:7px 10px;border:1px solid var(--line);background:rgba(255,255,255,.05);color:var(--muted);font-size:12px;font-weight:900}.pill.green{color:var(--green)}.pill.blue{color:#6aaaff;background:rgba(95,168,255,.09)}.ai-card{border:1px solid rgba(160,116,255,.28);background:linear-gradient(135deg,rgba(167,123,255,.13),rgba(95,168,255,.08));border-radius:20px;padding:14px;margin-top:12px;opacity:0;transform:translateY(10px);transition:.45s}.ai-card.active{opacity:1;transform:none}.ai-card b{display:block;margin-bottom:8px}.ai-card p{font-size:13px;line-height:1.45;color:var(--text2);margin:0 0 10px}.ai-metrics{display:grid;grid-template-columns:1fr 1fr;gap:8px}.metric{border:1px solid var(--line);background:rgba(10,12,20,.5);border-radius:14px;padding:10px}.metric small{display:block;color:var(--muted);font-size:10px;letter-spacing:.08em;text-transform:uppercase;margin-bottom:5px}.metric strong{font-size:16px;color:var(--green)}
.reply-stack{display:grid;gap:13px}.reply-card{border:1px solid rgba(116,105,80,.52);background:#171720;border-radius:22px;padding:16px;opacity:0;transform:translateY(12px);transition:.45s}.reply-card.visible{opacity:1;transform:none}.reply-head{display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center}.reply-head img{width:54px;height:54px;object-fit:contain}.reply-head h3{margin:0 0 5px;font-size:19px}.reply-head p{margin:0;color:var(--gold);font-size:13px;font-weight:900}.match{background:rgba(95,168,255,.12);color:#70adff;border-radius:999px;padding:8px 12px;font-weight:950}.voice{height:58px;border:1px solid var(--line);border-radius:17px;background:#0f1019;display:flex;align-items:center;gap:6px;margin:14px 0;padding:0 14px}.play{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:#7fa1ff;color:#fff;margin-right:8px}.voice i{width:4px;border-radius:8px;background:#4b4c52;animation:wave 1.15s ease-in-out infinite}.voice i:nth-child(2){height:16px}.voice i:nth-child(3){height:26px;animation-delay:.08s}.voice i:nth-child(4){height:18px;animation-delay:.16s}.voice i:nth-child(5){height:32px;animation-delay:.24s}.voice i:nth-child(6){height:22px;animation-delay:.32s}.voice i:nth-child(7){height:30px;animation-delay:.4s}.voice i:nth-child(8){height:17px;animation-delay:.48s}.voice span:last-child{margin-left:auto;color:var(--muted);font-size:13px}@keyframes wave{0%,100%{transform:scaleY(.62);opacity:.45}50%{transform:scaleY(1.1);opacity:1}}.open-data{display:grid;grid-template-columns:1fr 1fr;gap:10px;max-height:0;overflow:hidden;transition:.4s}.reply-card.opened .open-data{max-height:90px}.data-box{border:1px solid var(--line);border-radius:16px;padding:12px;background:#10111a}.data-box small{display:block;color:var(--muted);letter-spacing:.12em;text-transform:uppercase}.data-box strong{display:block;color:var(--green);font-size:21px;margin-top:5px}.chat-open{border:1px solid rgba(83,228,134,.28);background:linear-gradient(135deg,rgba(83,228,134,.1),rgba(95,168,255,.08));border-radius:22px;padding:18px;opacity:0;transform:translateY(12px);transition:.4s}.chat-open.visible{opacity:1;transform:none}.chat-open h3{margin:0 0 8px}.chat-open p{margin:0;color:var(--muted);font-size:14px;line-height:1.45}

.grid-3,.finder-wrap,.catalog-grid,.article-grid,.seo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.mini-card,.finder-card,.catalog-card,.article-card,.seo-card{border:1px solid var(--line);border-radius:22px;background:rgba(255,255,255,.035);padding:18px;transition:.22s;position:relative;overflow:hidden}.mini-card:hover,.finder-card:hover,.catalog-card:hover,.article-card:hover,.seo-card:hover,.screen:hover{transform:translateY(-3px);border-color:var(--line2);box-shadow:0 0 35px rgba(137,105,255,.16)}.mini-card svg,.finder-card svg,.catalog-card svg{width:28px;height:28px;color:var(--accent);margin-bottom:12px}.mini-card h3,.finder-card h3,.catalog-card h3,.article-card h3,.seo-card h3{font-size:19px;line-height:1.2;margin:0 0 8px}.mini-card p,.finder-card p,.catalog-card p,.article-card p,.seo-card p{font-size:14px;line-height:1.5;color:var(--muted);margin:0 0 12px}.finder-tags,.catalog-meta,.article-meta{display:flex;flex-wrap:wrap;gap:7px}.finder-tags span,.catalog-meta span,.article-meta span{padding:6px 9px;border-radius:999px;background:rgba(95,168,255,.08);border:1px solid var(--line);font-size:11px;color:#73aeff;font-weight:900}.card-link{font-size:13px;font-weight:950;color:#d8d4e8}
.gallery-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:14px}.gallery-side{display:grid;grid-template-columns:1fr 1fr;gap:14px}.screen{border:1px solid var(--line);border-radius:22px;overflow:hidden;background:var(--panel);box-shadow:0 14px 46px rgba(0,0,0,.25);transition:.22s;position:relative}.screen img{width:100%;height:100%;object-fit:cover;object-position:top center}.gallery-main img{min-height:560px}.gallery-side .screen img{min-height:272px}.screen-label{position:absolute;left:12px;bottom:12px;background:rgba(9,9,16,.76);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.08);padding:8px 10px;border-radius:12px;font-size:12px;font-weight:850;color:#fff}
.brief{display:grid;grid-template-columns:1fr auto;gap:22px;align-items:center;border:1px solid var(--line2);border-radius:26px;background:linear-gradient(135deg,rgba(167,123,255,.12),rgba(95,168,255,.07));padding:22px;box-shadow:var(--shadow)}.brief h2{font-size:clamp(26px,3vw,38px);margin:0 0 8px}.brief p{color:var(--muted);font-size:15px;line-height:1.5;margin:0}.brief-fields{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:14px}.field{min-height:44px;border:1px solid var(--line);border-radius:14px;background:rgba(10,12,20,.44);padding:12px 14px;color:var(--text2);font-size:14px}.field.big{grid-column:1/-1}
.feature-article{display:grid;grid-template-columns:1.1fr .9fr;gap:16px;border:1px solid var(--line2);border-radius:28px;background:linear-gradient(135deg,rgba(167,123,255,.12),rgba(95,168,255,.06));padding:22px;box-shadow:var(--shadow);margin-bottom:18px}.feature-article .content h2{font-size:clamp(26px,3vw,38px);margin:8px 0 10px}.feature-article p{color:var(--muted);font-size:15px;line-height:1.55}.feature-list{display:grid;gap:10px}.feature-list div{border:1px solid var(--line);background:rgba(255,255,255,.03);border-radius:18px;padding:14px}.feature-list b{display:block;margin-bottom:6px}.seo-soft{border:1px solid var(--line);border-radius:22px;background:rgba(255,255,255,.03);padding:20px;color:var(--muted);font-size:14px;line-height:1.58}.seo-soft h2{font-size:26px;color:var(--text)}
.footer{border-top:1px solid var(--line);padding:28px 0 22px;color:var(--muted)}.footer-grid{display:grid;grid-template-columns:1.2fr repeat(4,.8fr);gap:18px}.footer b{display:block;color:var(--text);font-size:15px;margin-bottom:9px}.footer ul{list-style:none;margin:0;padding:0;display:grid;gap:7px}.footer a{color:var(--muted);font-size:13px}.footer .logo img{width:38px;height:38px}.footer .logo span{font-size:22px}.copyright{text-align:center;margin-top:22px;color:var(--muted);font-size:12px}.mobile-cta{display:none}
@media(max-width:1040px){.hero-grid,.feature-article,.gallery-grid,.brief{grid-template-columns:1fr}.grid-3,.finder-wrap,.catalog-grid,.article-grid,.seo-grid,.footer-grid{grid-template-columns:1fr 1fr}.gallery-side{grid-template-columns:1fr 1fr}.gallery-main img{min-height:340px}}
@media(max-width:720px){.container{width:min(100% - 24px,var(--max))}.nav{height:66px}.nav-links,.nav-actions .btn{display:none}.burger{display:block}.mobile-menu.open{display:grid;gap:8px;padding:12px 0 16px;border-top:1px solid var(--line)}.mobile-menu a{padding:8px 0;color:var(--text2);font-weight:850;font-size:14px}.hero{padding:34px 0 22px}.hero-copy h1{font-size:clamp(34px,11vw,48px)}.lead{font-size:16px}.hero-actions .btn,.brief .btn{width:100%}.phone-demo{min-height:690px}.phone-body{height:616px}.scene{padding:20px}.scene-title{font-size:26px}.form-grid-small,.ai-metrics,.open-data{grid-template-columns:1fr}.grid-3,.finder-wrap,.catalog-grid,.article-grid,.seo-grid,.footer-grid,.gallery-side,.brief-fields{grid-template-columns:1fr}.gallery-main img,.gallery-side .screen img{min-height:260px}.screen-label{font-size:11px}.footer-grid{gap:14px}.mobile-cta{display:block;position:fixed;left:12px;right:12px;bottom:12px;z-index:70}.mobile-cta .btn{width:100%;min-height:50px;border-radius:18px;box-shadow:0 20px 60px rgba(0,0,0,.4)}body{padding-bottom:74px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}.reveal{opacity:1!important;transform:none!important}.scene{opacity:1;position:relative;transform:none}.phone-body{height:auto}}


/* ===== v2 exact phone / role toggle ===== */
.nav-role-toggle{position:relative;display:flex;align-items:center;padding:4px;border:1px solid var(--line);background:rgba(255,255,255,.03);border-radius:999px;min-width:240px}
.nav-role-toggle button{position:relative;z-index:2;flex:1;min-height:38px;border:0;background:transparent;color:var(--muted);font-weight:900;padding:0 14px;cursor:pointer}
.nav-role-toggle button.active{color:#fff}.nav-role-thumb{position:absolute;left:4px;top:4px;bottom:4px;width:calc(50% - 4px);border-radius:999px;background:linear-gradient(135deg,#a579ff,#5fa8ff);box-shadow:0 12px 28px rgba(95,168,255,.22);transition:transform .28s ease}
.nav-role-toggle.executor .nav-role-thumb{transform:translateX(100%)}

.hero-grid{align-items:start}.hero-copy{padding-top:18px}.role-state{display:none}.role-state.active{display:block}.hero-copy .role-kicker{display:inline-flex;gap:8px;align-items:center;padding:8px 12px;border-radius:999px;border:1px solid var(--line2);background:rgba(167,123,255,.09);color:#c9b0ff;font-weight:900;font-size:12px;margin-bottom:14px}
.hero-copy h1{max-width:650px}.hero-copy .subpoints{display:grid;gap:8px;margin:18px 0 0;padding:0}.hero-copy .subpoints li{list-style:none;color:var(--text2);font-size:15px;display:flex;gap:10px;align-items:flex-start}.hero-copy .subpoints i{font-style:normal;color:#7eb2ff}
.hero-mobile-toggle{display:none;margin:0 0 18px}

.phone-demo{padding:0;border-radius:36px;overflow:hidden;min-height:750px;transform:none!important}
.phone-shell{position:relative;max-width:450px;margin:0 auto;padding:0;border-radius:40px;border:1px solid rgba(255,255,255,.08);background:#0b0c13;box-shadow:0 26px 90px rgba(0,0,0,.45), inset 0 0 0 1px rgba(255,255,255,.02);overflow:hidden}
.phone-shell:before{content:"";position:absolute;left:50%;top:10px;transform:translateX(-50%);width:34%;height:24px;background:#d6d6dc;border-radius:0 0 18px 18px;opacity:.9;z-index:6}
.phone-topbar{height:96px;background:#0f1018;border-bottom:1px solid rgba(255,255,255,.06);padding:40px 18px 14px;display:flex;align-items:flex-end;justify-content:space-between;position:relative;z-index:5}.phone-topbar .titlewrap{display:grid;justify-items:center;position:absolute;left:50%;transform:translateX(-50%);bottom:12px}.phone-topbar b{font-size:15px;font-weight:800}.phone-topbar span{font-size:12px;color:var(--muted)}.phone-topbar .left,.phone-topbar .right{font-size:15px;color:#fff}
.phone-screen{position:relative;height:760px;background:linear-gradient(180deg,#120927,#0b0c14);overflow:hidden}
.role-phone{display:none;position:absolute;inset:0}.role-phone.active{display:block}
.real-scene{position:absolute;inset:0;opacity:0;transition:opacity .5s ease}.real-scene.active{opacity:1}
.real-scene img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;object-position:top center;background:#0d0d17}
.overlay-top-toggle{position:absolute;left:18px;right:18px;top:18px;display:flex;gap:10px;z-index:3}.overlay-top-toggle .seg{display:flex;gap:8px;padding:5px;border-radius:20px;background:rgba(15,16,24,.92);border:1px solid rgba(255,255,255,.08);backdrop-filter:blur(8px)}.overlay-top-toggle .seg span{padding:11px 18px;border-radius:15px;font-weight:900;font-size:15px;color:#8b8794}.overlay-top-toggle .seg span.active{color:#fff;background:linear-gradient(135deg,#ae84ff,#69aaff)}
.type-bubble{position:absolute;left:34px;right:34px;top:210px;z-index:4;border:1px solid rgba(255,255,255,.08);background:rgba(15,16,24,.96);box-shadow:0 20px 70px rgba(0,0,0,.34);border-radius:22px;padding:18px;min-height:150px}.type-bubble .cap{font-size:14px;font-weight:900;color:#b1adbc;margin-bottom:12px}.type-bubble .typing{font-size:20px;line-height:1.45;color:#e7e4f2;white-space:pre-wrap;min-height:84px}.cursor{display:inline-block;width:10px;height:1.1em;border-radius:3px;background:#82aefc;vertical-align:-2px;animation:blink 1s step-end infinite}@keyframes blink{50%{opacity:0}}
.ai-toast{position:absolute;left:28px;right:28px;bottom:94px;z-index:4;border:1px solid rgba(95,168,255,.25);background:linear-gradient(135deg,rgba(167,123,255,.2),rgba(95,168,255,.14));border-radius:20px;padding:16px;backdrop-filter:blur(10px);box-shadow:0 18px 48px rgba(0,0,0,.25);opacity:0;transform:translateY(12px);transition:.35s}.real-scene.active .ai-toast.show{opacity:1;transform:none}.ai-toast b{display:block;margin-bottom:8px}.ai-toast p{margin:0 0 10px;color:var(--text2);font-size:14px;line-height:1.45}.ai-toast .metrics{display:grid;grid-template-columns:1fr 1fr;gap:10px}.ai-toast .metrics div{border:1px solid rgba(255,255,255,.08);background:rgba(11,12,20,.45);padding:10px 12px;border-radius:14px}.ai-toast small{display:block;color:var(--muted);margin-bottom:4px}.ai-toast strong{font-size:18px;color:#6ef3a4}
.hero-replies{position:absolute;left:24px;right:24px;top:180px;display:grid;gap:12px;z-index:4}.hero-reply{opacity:0;transform:translateY(10px);transition:.4s;border:1px solid rgba(116,105,80,.48);background:rgba(20,21,30,.96);border-radius:22px;padding:14px 14px 12px;box-shadow:0 16px 42px rgba(0,0,0,.28)}.hero-reply.show{opacity:1;transform:none}.hero-reply .line1{display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center}.hero-reply .avatar{width:44px;height:44px;border-radius:14px;overflow:hidden;display:grid;place-items:center;background:rgba(255,255,255,.04)}.hero-reply .avatar img{width:38px;height:38px;object-fit:contain;position:static}.hero-reply h4{margin:0 0 2px;font-size:18px}.hero-reply p{margin:0;color:#d9bf6d;font-size:12px;font-weight:900}.hero-reply .match{padding:7px 10px;background:rgba(95,168,255,.11);color:#75aeff;border-radius:999px;font-size:13px;font-weight:900}
.hero-reply .voice{margin-top:12px;border:1px solid rgba(255,255,255,.06);height:52px;border-radius:16px;background:#0d0e16;display:flex;align-items:center;padding:0 12px;gap:6px}.hero-reply .play{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#8ba4ff}.hero-reply .wave{display:flex;gap:4px;align-items:center}.hero-reply .wave i{width:4px;border-radius:4px;background:#585966;animation:wave 1.15s ease-in-out infinite}.hero-reply .wave i:nth-child(1){height:12px}.hero-reply .wave i:nth-child(2){height:21px;animation-delay:.08s}.hero-reply .wave i:nth-child(3){height:15px;animation-delay:.16s}.hero-reply .wave i:nth-child(4){height:28px;animation-delay:.24s}.hero-reply .wave i:nth-child(5){height:18px;animation-delay:.32s}.hero-reply .time{margin-left:auto;color:#94919d;font-size:13px}
.hero-reply .reveal-row{display:grid;grid-template-columns:1fr 1fr;gap:10px;max-height:0;overflow:hidden;transition:max-height .35s ease;margin-top:0}.hero-reply.open .reveal-row{max-height:90px;margin-top:12px}.hero-reply .box{border:1px solid rgba(255,255,255,.06);background:#10111a;padding:10px 12px;border-radius:14px}.hero-reply .box small{display:block;color:#888390;text-transform:uppercase;letter-spacing:.09em;font-size:11px}.hero-reply .box strong{display:block;color:#55e58a;font-size:22px;margin-top:5px}
.chat-pill{position:absolute;left:28px;right:28px;bottom:96px;z-index:4;opacity:0;transform:translateY(12px);transition:.35s;border:1px solid rgba(255,255,255,.07);background:linear-gradient(135deg,#a67bff,#5fa8ff);border-radius:20px;padding:16px 18px;color:#fff;font-weight:900;text-align:center;box-shadow:0 20px 50px rgba(95,168,255,.22)}.chat-pill.show{opacity:1;transform:none}
.executor-chip{position:absolute;left:26px;right:26px;bottom:98px;z-index:4;border:1px solid rgba(255,255,255,.08);background:rgba(15,16,24,.94);border-radius:20px;padding:16px;box-shadow:0 20px 60px rgba(0,0,0,.32);opacity:0;transform:translateY(12px);transition:.35s}.executor-chip.show{opacity:1;transform:none}.executor-chip b{display:block;margin-bottom:6px}.executor-chip p{margin:0;color:var(--text2);font-size:14px;line-height:1.5}

.real-gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.real-gallery .shot{border:1px solid var(--line);border-radius:26px;background:rgba(255,255,255,.03);padding:12px;box-shadow:0 14px 44px rgba(0,0,0,.24)}.real-gallery .shot img{width:100%;height:auto;object-fit:contain;object-position:top center;border-radius:20px;background:#0d0e16;display:block}.real-gallery .shot.wide{grid-column:span 2}.real-gallery .label{display:flex;justify-content:space-between;gap:8px;align-items:center;padding:10px 2px 2px;color:var(--text2);font-size:13px;font-weight:850}.real-gallery .label span:last-child{color:#7aaeff}

.finder-wrap{grid-template-columns:repeat(3,1fr)}
.section-title-row{display:flex;justify-content:space-between;align-items:end;gap:14px;flex-wrap:wrap;margin-bottom:18px}
.mini-cards-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.toggle-hint{font-size:13px;color:var(--muted);font-weight:800}

@media(max-width:1180px){.nav{gap:10px}.nav-role-toggle{min-width:220px}.real-gallery{grid-template-columns:repeat(2,1fr)}.real-gallery .shot.wide{grid-column:span 1}.mini-cards-steps{grid-template-columns:repeat(2,1fr)}}
@media(max-width:860px){.nav-role-toggle{display:none}.hero-mobile-toggle{display:flex}.phone-screen{height:720px}.type-bubble{top:196px}.real-gallery{grid-template-columns:1fr 1fr}.finder-wrap{grid-template-columns:1fr 1fr}}
@media(max-width:720px){.phone-demo{min-height:auto}.phone-shell{max-width:100%}.phone-screen{height:680px}.type-bubble{left:22px;right:22px;top:188px;padding:16px}.type-bubble .typing{font-size:18px}.overlay-top-toggle{left:14px;right:14px;top:14px}.overlay-top-toggle .seg{width:100%;justify-content:space-between}.overlay-top-toggle .seg span{flex:1;text-align:center;padding:10px}.hero-replies{left:16px;right:16px;top:172px}.chat-pill,.ai-toast,.executor-chip{left:16px;right:16px;bottom:84px}.hero-reply h4{font-size:16px}.hero-reply .box strong{font-size:18px}.real-gallery,.finder-wrap,.mini-cards-steps{grid-template-columns:1fr}.hero-copy .subpoints li{font-size:14px}}


/* ===== compact phone polish patch ===== */
.hero-grid{
  grid-template-columns: minmax(0,1fr) minmax(320px,430px);
  align-items:center;
  gap:30px;
}
.phone-demo{
  width:100%;
  max-width:430px;
  margin:0 auto;
  min-height:auto;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  overflow:visible;
  transform:none !important;
}
.phone-demo:before,
.phone-demo:after{
  display:none !important;
}
.phone-shell{
  width:min(100%,390px);
  margin:0 auto;
  border-radius:34px;
  background:#0d0e16;
  border:1px solid rgba(150,157,210,.18);
  box-shadow:
    0 26px 82px rgba(0,0,0,.42),
    0 0 42px rgba(110,142,255,.13),
    inset 0 0 0 1px rgba(255,255,255,.025);
}
.phone-shell:before{
  height:17px;
  width:30%;
  top:8px;
  border-radius:0 0 14px 14px;
  opacity:.78;
}
.phone-topbar{
  height:82px;
  padding:32px 14px 11px;
  background:rgba(15,16,24,.96);
}
.phone-topbar b{
  font-size:13px;
  max-width:210px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.phone-topbar span{
  font-size:11px;
}
.phone-topbar .left{
  font-size:12px;
}
.phone-topbar .right{
  width:28px;
  height:28px;
  border-radius:50%;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.45);
  font-size:0;
}
.phone-topbar .right:before{
  content:"•••";
  font-size:13px;
  letter-spacing:1px;
}
.phone-screen{
  height:600px;
  background:#0b0c14;
  border-top:1px solid rgba(255,255,255,.035);
}
.real-scene img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:top center;
  opacity:.94;
  filter:saturate(1.03) contrast(1.02);
}
.overlay-top-toggle{
  left:14px;
  right:14px;
  top:12px;
}
.overlay-top-toggle .seg{
  width:100%;
  padding:4px;
  border-radius:17px;
  background:rgba(12,13,20,.86);
  box-shadow:0 10px 28px rgba(0,0,0,.22);
}
.overlay-top-toggle .seg span{
  min-width:0;
  flex:1;
  padding:9px 10px;
  border-radius:13px;
  font-size:12px;
  white-space:nowrap;
}
.type-bubble{
  left:18px;
  right:18px;
  top:160px;
  min-height:118px;
  padding:14px;
  border-radius:18px;
  background:rgba(14,15,24,.93);
  box-shadow:0 18px 50px rgba(0,0,0,.28);
}
.type-bubble .cap{
  font-size:12px;
  margin-bottom:8px;
}
.type-bubble .typing{
  font-size:15px;
  line-height:1.42;
  min-height:66px;
  max-height:92px;
  overflow:hidden;
  overflow-wrap:anywhere;
  word-break:normal;
}
.ai-toast{
  left:16px;
  right:16px;
  bottom:72px;
  padding:13px;
  border-radius:18px;
}
.ai-toast b{
  font-size:14px;
}
.ai-toast p{
  font-size:12px;
}
.ai-toast .metrics{
  gap:7px;
}
.ai-toast .metrics div{
  padding:8px;
}
.ai-toast small{
  font-size:10px;
}
.ai-toast strong{
  font-size:14px;
}
.hero-replies{
  left:14px;
  right:14px;
  top:128px;
  gap:8px;
}
.hero-reply{
  padding:11px;
  border-radius:18px;
}
.hero-reply .line1{
  grid-template-columns:36px minmax(0,1fr) auto;
  gap:9px;
}
.hero-reply .avatar{
  width:36px;
  height:36px;
  border-radius:12px;
}
.hero-reply .avatar img{
  width:32px;
  height:32px;
}
.hero-reply h4{
  font-size:14px;
  line-height:1.15;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.hero-reply p{
  font-size:10px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.hero-reply .match{
  padding:6px 8px;
  font-size:11px;
}
.hero-reply .voice{
  height:42px;
  border-radius:14px;
  margin-top:8px;
  padding:0 9px;
}
.hero-reply .play{
  width:28px;
  height:28px;
  font-size:11px;
}
.hero-reply .time{
  font-size:11px;
}
.hero-reply.open .reveal-row{
  max-height:74px;
  margin-top:8px;
}
.hero-reply .box{
  padding:8px;
  border-radius:12px;
}
.hero-reply .box small{
  font-size:9px;
}
.hero-reply .box strong{
  font-size:15px;
}
.chat-pill,
.executor-chip{
  left:16px;
  right:16px;
  bottom:70px;
  padding:13px;
  border-radius:18px;
  font-size:13px;
}
.executor-chip b{
  font-size:14px;
}
.executor-chip p{
  font-size:12px;
}

/* Header toggle polish */
.nav-role-toggle{
  min-width:246px;
  padding:4px;
  border-radius:18px;
  background:
    linear-gradient(180deg,rgba(255,255,255,.065),rgba(255,255,255,.025)),
    rgba(14,15,24,.78);
  border:1px solid rgba(169,123,255,.22);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.025), 0 10px 30px rgba(0,0,0,.14);
}
.nav-role-toggle button{
  min-height:36px;
  padding:0 12px;
  border-radius:14px;
  font-size:13px;
  letter-spacing:-.02em;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.nav-role-thumb{
  left:4px;
  top:4px;
  bottom:4px;
  width:calc(50% - 4px);
  border-radius:14px;
  background:linear-gradient(135deg,#9b75ff,#5fa8ff);
  box-shadow:0 10px 24px rgba(95,168,255,.26), inset 0 0 0 1px rgba(255,255,255,.15);
}
.hero-mobile-toggle.nav-role-toggle{
  width:100%;
  min-width:0;
}
.hero-mobile-toggle.nav-role-toggle button{
  font-size:14px;
}

/* screenshot section: keep original ratio */
.real-gallery .shot img{
  object-fit:contain !important;
  height:auto !important;
  max-height:none !important;
  background:#0d0e16;
}
.real-gallery .shot{
  align-self:start;
}

@media(max-width:1040px){
  .hero-grid{
    grid-template-columns:1fr;
  }
  .phone-demo{
    max-width:410px;
  }
}
@media(max-width:720px){
  .phone-demo{
    max-width:360px;
  }
  .phone-shell{
    width:min(100%,350px);
    border-radius:30px;
  }
  .phone-topbar{
    height:76px;
    padding-top:30px;
  }
  .phone-screen{
    height:540px;
  }
  .type-bubble{
    top:138px;
  }
  .type-bubble .typing{
    font-size:14px;
    max-height:82px;
  }
  .hero-replies{
    top:112px;
  }
  .hero-reply:nth-child(3){
    display:none;
  }
  .chat-pill,
  .executor-chip,
  .ai-toast{
    bottom:58px;
  }
}


/* ===== FINAL fixed real phone: no drifting, all text inside ===== */
.hero-grid{
  grid-template-columns:minmax(0,1fr) 410px;
  align-items:center;
  gap:34px;
}
.phone-demo,
.phone-demo:hover{
  width:100%;
  max-width:410px;
  margin:0 auto;
  min-height:0 !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  overflow:visible !important;
  transform:none !important;
}
.phone-demo:before,
.phone-demo:after,
.phone-shell:before{
  display:none !important;
}
.iphone-frame{
  width:390px;
  margin:0 auto;
  padding:10px;
  border-radius:46px;
  background:#050507;
  box-shadow:0 30px 90px rgba(0,0,0,.48),0 0 48px rgba(110,142,255,.12),inset 0 0 0 1px rgba(255,255,255,.09);
}
.ios-status{
  height:58px;
  position:relative;
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  padding:8px 18px 0;
  color:#fff;
  font-size:13px;
  font-weight:850;
}
.tg-pill{
  position:absolute;
  left:50%;
  top:0;
  transform:translateX(-50%);
  background:#218cff;
  color:#fff;
  border-radius:999px;
  padding:7px 13px;
  font-size:12px;
  letter-spacing:.04em;
}
.app-window{
  overflow:hidden;
  border-radius:36px;
  background:#0d0e16;
  border:1px solid rgba(255,255,255,.06);
  height:650px;
}
.app-head{
  height:82px;
  display:grid;
  grid-template-columns:62px 1fr 42px;
  align-items:center;
  gap:8px;
  padding:12px 14px;
  background:#11121b;
  border-bottom:1px solid rgba(255,255,255,.06);
}
.app-head > span:first-child{
  font-size:13px;
  color:#fff;
}
.app-head b{
  display:block;
  text-align:center;
  max-width:210px;
  margin:0 auto;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  font-size:14px;
  line-height:1.15;
}
.app-head small{
  display:block;
  text-align:center;
  color:var(--muted);
  font-size:11px;
  margin-top:2px;
}
.app-head .dots{
  width:32px;
  height:32px;
  border-radius:50%;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.6);
  font-size:13px;
  letter-spacing:1px;
}
.app-content{
  position:relative;
  height:568px;
  overflow:hidden;
  background:#0b0c14;
}
.role-phone{
  position:absolute;
  inset:0;
  display:none;
}
.role-phone.active{
  display:block;
}
.real-scene{
  position:absolute;
  inset:0;
  opacity:0;
  pointer-events:none;
  transform:none !important;
  transition:opacity .38s ease;
}
.real-scene.active{
  opacity:1;
  pointer-events:auto;
}
.real-scene img{
  display:none !important;
}
.scene-cover{
  position:absolute;
  inset:0;
  overflow:hidden;
  background:#0b0c14;
}
.scene-head{
  min-height:142px;
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:10px;
  padding:24px 18px 18px;
  background:linear-gradient(180deg,#180d33,#110a24);
  border-bottom:1px solid rgba(255,255,255,.06);
}
.scene-head.purple{
  min-height:160px;
}
.scene-head .back{
  color:#a985ff;
  font-size:18px;
  font-weight:900;
  margin-bottom:18px;
}
.scene-head h3{
  margin:0;
  font-size:24px;
  line-height:1.18;
  letter-spacing:-.04em;
}
.scene-head p{
  margin:10px 0 0;
  color:var(--muted);
  font-size:13px;
  line-height:1.35;
  font-weight:800;
}
.moon{
  flex:0 0 auto;
  width:42px;
  height:42px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:rgba(255,255,255,.05);
  border:1px solid var(--line);
  font-size:22px;
}
.mini-tabs{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:4px;
  margin:14px 16px 18px;
  padding:5px;
  background:#12131b;
  border-radius:18px;
}
.mini-tabs span{
  display:grid;
  place-items:center;
  height:48px;
  border-radius:15px;
  color:var(--muted);
  font-size:16px;
  font-weight:950;
  white-space:nowrap;
}
.mini-tabs .active{
  color:#fff;
  background:linear-gradient(135deg,#a579ff,#5fa8ff);
}
.form-label{
  display:block;
  margin:0 18px 8px;
  color:var(--muted);
  font-size:14px;
  font-weight:850;
}
.tz-box{
  margin:0 18px;
  min-height:122px;
  max-height:122px;
  padding:16px;
  border-radius:18px;
  border:1px solid var(--line);
  background:#171821;
  overflow:hidden;
  color:#e9e6f3;
  font-size:16px;
  line-height:1.38;
  font-weight:800;
  overflow-wrap:anywhere;
  word-break:normal;
}
.cursor{
  display:inline-block;
  width:8px;
  height:1.05em;
  border-radius:3px;
  background:#82aefc;
  vertical-align:-2px;
  animation:blink 1s step-end infinite;
}
.ai-action{
  margin:14px 18px 0;
  height:52px;
  border-radius:18px;
  display:grid;
  place-items:center;
  color:#fff;
  font-size:16px;
  font-weight:950;
  background:linear-gradient(135deg,#a579ff,#5fa8ff);
  opacity:.92;
}
.small-note{
  margin:18px 18px 10px;
  color:var(--muted);
  font-size:12px;
  line-height:1.35;
}
.attach-box{
  margin:0 18px;
  height:50px;
  border-radius:17px;
  display:grid;
  place-items:center;
  border:1px solid var(--line);
  background:#171821;
  color:#fff;
  font-size:16px;
  font-weight:950;
}
.ai-result{
  margin:18px;
  border:1px solid rgba(160,116,255,.28);
  border-radius:20px;
  padding:15px;
  background:linear-gradient(135deg,rgba(167,123,255,.13),rgba(95,168,255,.08));
}
.ai-result b{
  display:block;
  margin-bottom:8px;
}
.ai-result p{
  margin:0 0 11px;
  color:var(--text2);
  font-size:13px;
  line-height:1.42;
}
.ai-result-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
}
.ai-result-grid div{
  border:1px solid var(--line);
  background:#10111a;
  border-radius:14px;
  padding:10px;
}
.ai-result-grid small{
  display:block;
  color:var(--muted);
  font-size:10px;
  text-transform:uppercase;
  letter-spacing:.08em;
  margin-bottom:5px;
}
.ai-result-grid strong{
  color:var(--green);
  font-size:15px;
}
.task-preview-card{
  margin:0 18px;
  border:1px solid var(--line);
  border-radius:18px;
  padding:14px;
  background:#151620;
}
.task-preview-card span,
.executor-task-card span{
  display:inline-flex;
  padding:6px 9px;
  border-radius:999px;
  background:rgba(95,168,255,.1);
  color:#6aaaff;
  font-size:11px;
  font-weight:900;
}
.task-preview-card h4,
.executor-task-card h4{
  margin:12px 0 7px;
  font-size:18px;
  line-height:1.22;
}
.task-preview-card p,
.executor-task-card p{
  margin:0;
  color:var(--muted);
  font-size:12px;
  line-height:1.4;
}
.replies-scene .scene-head{
  min-height:126px;
}
.hero-replies{
  position:static !important;
  display:grid;
  gap:10px;
  padding:14px 16px;
}
.hero-reply{
  opacity:0;
  transform:translateY(10px);
  transition:.32s ease;
  border:1px solid rgba(116,105,80,.52);
  background:#171720;
  border-radius:18px;
  padding:12px;
}
.hero-reply.show{
  opacity:1;
  transform:none;
}
.hero-reply .line1{
  display:grid;
  grid-template-columns:38px minmax(0,1fr) auto;
  gap:9px;
  align-items:center;
}
.hero-reply .avatar{
  width:38px;
  height:38px;
  border-radius:13px;
  overflow:hidden;
  display:grid;
  place-items:center;
  background:rgba(255,255,255,.04);
}
.hero-reply .avatar img{
  width:34px;
  height:34px;
  object-fit:contain;
  display:block !important;
  position:static !important;
}
.hero-reply h4{
  margin:0 0 3px;
  font-size:15px;
  line-height:1.1;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.hero-reply p{
  margin:0;
  color:var(--gold);
  font-size:11px;
  font-weight:900;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.hero-reply .match{
  padding:6px 8px;
  background:rgba(95,168,255,.11);
  color:#75aeff;
  border-radius:999px;
  font-size:11px;
  font-weight:900;
}
.hero-reply .voice{
  height:42px;
  margin:10px 0 0;
  border:1px solid rgba(255,255,255,.06);
  border-radius:14px;
  background:#0d0e16;
  display:flex;
  align-items:center;
  gap:5px;
  padding:0 9px;
}
.hero-reply .play{
  flex:0 0 auto;
  width:28px;
  height:28px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#8ba4ff;
  font-size:10px;
}
.hero-reply .wave{
  display:flex;
  align-items:center;
  gap:4px;
}
.hero-reply .wave i{
  width:4px;
  border-radius:4px;
  background:#585966;
  animation:wave 1.15s ease-in-out infinite;
}
.hero-reply .wave i:nth-child(1){height:12px}
.hero-reply .wave i:nth-child(2){height:21px;animation-delay:.08s}
.hero-reply .wave i:nth-child(3){height:15px;animation-delay:.16s}
.hero-reply .wave i:nth-child(4){height:28px;animation-delay:.24s}
.hero-reply .wave i:nth-child(5){height:18px;animation-delay:.32s}
.hero-reply .time{
  margin-left:auto;
  color:#94919d;
  font-size:11px;
}
.hero-reply .reveal-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
  max-height:0;
  overflow:hidden;
  transition:max-height .35s ease, margin-top .35s ease;
  margin-top:0;
}
.hero-reply.open .reveal-row{
  max-height:72px;
  margin-top:9px;
}
.hero-reply .box{
  border:1px solid rgba(255,255,255,.06);
  background:#10111a;
  padding:8px;
  border-radius:12px;
}
.hero-reply .box small{
  display:block;
  color:#888390;
  text-transform:uppercase;
  letter-spacing:.09em;
  font-size:9px;
}
.hero-reply .box strong{
  display:block;
  color:#55e58a;
  font-size:15px;
  margin-top:4px;
}
.chat-pill{
  position:static !important;
  opacity:0;
  transform:translateY(10px);
  transition:.32s ease;
  margin-top:2px;
  border:1px solid rgba(255,255,255,.07);
  background:linear-gradient(135deg,#a67bff,#5fa8ff);
  border-radius:17px;
  padding:13px;
  color:#fff;
  font-weight:950;
  text-align:center;
  font-size:13px;
}
.chat-pill.show{
  opacity:1;
  transform:none;
}
.executor-task-card{
  margin:18px;
  border:1px solid var(--line);
  border-radius:18px;
  padding:15px;
  background:#151620;
}
.executor-chip{
  position:static !important;
  margin:0 18px;
  border:1px solid rgba(255,255,255,.08);
  background:#151620;
  border-radius:18px;
  padding:14px;
  opacity:0;
  transform:translateY(10px);
  transition:.32s ease;
}
.executor-chip.show{
  opacity:1;
  transform:none;
}
.executor-chip b{
  display:block;
  margin-bottom:6px;
  font-size:14px;
}
.executor-chip p{
  margin:0;
  color:var(--text2);
  font-size:12px;
  line-height:1.42;
}

/* disable previous phone implementation */
.phone-shell,
.phone-screen,
.phone-topbar,
.overlay-top-toggle,
.type-bubble,
.ai-toast{
  display:none !important;
}

@media(max-width:1040px){
  .hero-grid{
    grid-template-columns:1fr;
  }
  .phone-demo{
    max-width:410px;
  }
}
@media(max-width:720px){
  .phone-demo{
    max-width:350px;
  }
  .iphone-frame{
    width:min(100%,350px);
    padding:8px;
    border-radius:40px;
  }
  .ios-status{
    height:50px;
    padding:7px 14px 0;
  }
  .app-window{
    height:610px;
    border-radius:32px;
  }
  .app-content{
    height:528px;
  }
  .app-head{
    height:82px;
    grid-template-columns:56px 1fr 36px;
    padding:10px 12px;
  }
  .app-head b{
    max-width:185px;
    font-size:13px;
  }
  .scene-head{
    min-height:132px;
    padding:20px 16px 16px;
  }
  .scene-head h3{
    font-size:21px;
  }
  .mini-tabs span{
    height:44px;
    font-size:14px;
  }
  .tz-box{
    min-height:112px;
    max-height:112px;
    font-size:14px;
    padding:14px;
  }
  .ai-action{
    height:48px;
  }
  .hero-replies{
    padding:12px 14px;
    gap:9px;
  }
  .hero-reply:nth-of-type(2){
    display:none;
  }
  .replies-scene .scene-head{
    min-height:118px;
  }
}


/* ===== executor voice recording flow patch ===== */
.executor-form-scene .scene-head{
  min-height:150px;
}
.record-card{
  margin:18px;
  border:1px solid rgba(160,116,255,.30);
  border-radius:20px;
  padding:15px;
  background:linear-gradient(135deg,rgba(167,123,255,.13),rgba(95,168,255,.07));
  box-shadow:0 16px 42px rgba(0,0,0,.22);
}
.record-top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
  margin-bottom:12px;
}
.record-top b{
  display:block;
  font-size:15px;
  margin-bottom:5px;
}
.record-top p{
  margin:0;
  color:var(--muted);
  font-size:12px;
  line-height:1.35;
}
.record-dot{
  width:13px;
  height:13px;
  border-radius:50%;
  background:#ff5571;
  box-shadow:0 0 0 0 rgba(255,85,113,.45);
  animation:recordPulse 1.15s ease-in-out infinite;
  flex:0 0 auto;
  margin-top:4px;
}
@keyframes recordPulse{
  0%{box-shadow:0 0 0 0 rgba(255,85,113,.45)}
  70%{box-shadow:0 0 0 9px rgba(255,85,113,0)}
  100%{box-shadow:0 0 0 0 rgba(255,85,113,0)}
}
.record-wave{
  height:50px;
  border-radius:16px;
  background:#0d0e16;
  border:1px solid rgba(255,255,255,.07);
  display:flex;
  align-items:center;
  gap:5px;
  padding:0 11px;
}
.record-play{
  width:30px;
  height:30px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,#ff5f78,#a579ff);
  color:#fff;
  font-size:11px;
  margin-right:5px;
}
.record-wave i{
  width:4px;
  border-radius:8px;
  background:linear-gradient(180deg,#a579ff,#5fa8ff);
  animation:voiceRecord 1s ease-in-out infinite;
  opacity:.75;
}
.record-wave i:nth-child(2){height:14px}
.record-wave i:nth-child(3){height:28px;animation-delay:.06s}
.record-wave i:nth-child(4){height:18px;animation-delay:.12s}
.record-wave i:nth-child(5){height:34px;animation-delay:.18s}
.record-wave i:nth-child(6){height:20px;animation-delay:.24s}
.record-wave i:nth-child(7){height:30px;animation-delay:.30s}
.record-wave i:nth-child(8){height:16px;animation-delay:.36s}
.record-wave i:nth-child(9){height:27px;animation-delay:.42s}
.record-wave i:nth-child(10){height:22px;animation-delay:.48s}
@keyframes voiceRecord{
  0%,100%{transform:scaleY(.62);opacity:.45}
  50%{transform:scaleY(1.16);opacity:1}
}
.record-time{
  margin-left:auto;
  color:var(--muted);
  font-size:12px;
  font-weight:850;
}
.record-status{
  margin-top:10px;
  color:#ff8798;
  font-size:12px;
  font-weight:900;
}
.executor-fields{
  margin:0 18px 12px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}
.executor-field{
  border:1px solid var(--line);
  background:#10111a;
  border-radius:17px;
  padding:13px;
}
.executor-field small{
  display:block;
  color:var(--muted);
  font-size:10px;
  text-transform:uppercase;
  letter-spacing:.09em;
  margin-bottom:6px;
}
.executor-field strong{
  display:block;
  color:var(--green);
  font-size:20px;
}
.send-reply-btn{
  margin:0 18px;
  height:52px;
  display:grid;
  place-items:center;
  border-radius:18px;
  color:#fff;
  font-weight:950;
  font-size:15px;
  background:linear-gradient(135deg,#a579ff,#5fa8ff);
  box-shadow:0 14px 35px rgba(95,168,255,.20);
  opacity:.92;
  animation:sendGlow 2.2s ease-in-out infinite;
}
@keyframes sendGlow{
  0%,100%{filter:brightness(1)}
  50%{filter:brightness(1.16)}
}
@media(max-width:720px){
  .executor-form-scene .scene-head{
    min-height:136px;
  }
  .record-card{
    margin:14px;
    padding:13px;
  }
  .executor-fields{
    margin:0 14px 10px;
  }
  .send-reply-btn{
    margin:0 14px;
    height:48px;
  }
  .executor-field strong{
    font-size:17px;
  }
}


/* ===== AI modal inside phone + autofill task fields ===== */
.ai-action{
  border:0;
  cursor:pointer;
}
.auto-fields{
  margin:12px 18px 0;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
  opacity:0;
  transform:translateY(8px);
  max-height:0;
  overflow:hidden;
  transition:opacity .32s ease, transform .32s ease, max-height .32s ease;
}
.auto-fields.filled{
  opacity:1;
  transform:none;
  max-height:120px;
}
.auto-field{
  border:1px solid var(--line);
  background:#10111a;
  border-radius:14px;
  padding:9px 10px;
}
.auto-field small{
  display:block;
  color:var(--muted);
  font-size:9px;
  letter-spacing:.08em;
  text-transform:uppercase;
  margin-bottom:4px;
}
.auto-field strong{
  display:block;
  color:var(--green);
  font-size:15px;
  line-height:1;
}
.ai-phone-modal{
  position:absolute;
  inset:0;
  z-index:20;
  display:grid;
  place-items:center;
  padding:16px;
  background:rgba(3,4,9,.58);
  backdrop-filter:blur(6px);
  opacity:0;
  pointer-events:none;
  transition:opacity .28s ease;
}
.ai-phone-modal.show{
  opacity:1;
  pointer-events:auto;
}
.ai-modal-card{
  width:100%;
  max-height:calc(100% - 22px);
  overflow:hidden;
  border:1px solid rgba(150,157,210,.20);
  border-radius:22px;
  background:#1a1b25;
  box-shadow:0 22px 70px rgba(0,0,0,.42);
  padding:18px;
  transform:translateY(10px) scale(.98);
  transition:transform .28s ease;
}
.ai-phone-modal.show .ai-modal-card{
  transform:none;
}
.ai-modal-card h4{
  margin:0 0 10px;
  font-size:20px;
  line-height:1.15;
  letter-spacing:-.035em;
}
.ai-modal-lead{
  margin:0 0 12px;
  color:var(--muted);
  font-size:13px;
  line-height:1.42;
}
.ai-modal-box{
  border:1px solid var(--line);
  background:#202132;
  border-radius:17px;
  padding:12px;
  margin-bottom:10px;
}
.ai-modal-box b{
  display:block;
  color:var(--muted);
  margin-bottom:7px;
  font-size:13px;
}
.ai-modal-box p{
  margin:0;
  color:#f4f1ff;
  font-size:13px;
  line-height:1.42;
}
.market-box{
  border:1px solid rgba(83,228,134,.18);
  background:rgba(83,228,134,.11);
  border-radius:17px;
  padding:12px;
  margin-bottom:12px;
}
.market-box b{
  color:var(--green);
  display:block;
  margin-bottom:6px;
  font-size:13px;
}
.market-box p{
  color:var(--green);
  margin:0;
  font-size:13px;
  line-height:1.38;
}
.ai-modal-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
}
.ai-modal-actions button{
  height:44px;
  border-radius:15px;
  border:1px solid var(--line);
  font-weight:950;
  cursor:pointer;
}
.modal-ghost{
  color:var(--muted);
  background:#181922;
}
.modal-apply{
  color:#fff;
  border-color:transparent !important;
  background:linear-gradient(135deg,#a579ff,#5fa8ff);
}
@media(max-width:720px){
  .ai-phone-modal{
    padding:12px;
  }
  .ai-modal-card{
    padding:14px;
    border-radius:20px;
    max-height:calc(100% - 16px);
  }
  .ai-modal-card h4{
    font-size:17px;
  }
  .ai-modal-lead,
  .ai-modal-box p,
  .market-box p{
    font-size:12px;
  }
  .ai-modal-box,
  .market-box{
    padding:10px;
    margin-bottom:8px;
  }
  .ai-modal-actions button{
    height:40px;
    font-size:12px;
  }
}


/* ===== Final iPhone symmetry + cleaner navigation + offer typing ===== */
:root{
  --header-h:74px;
}
html,body{overflow-x:hidden}
.header{background:rgba(9,10,18,.88);backdrop-filter:blur(24px);border-bottom:1px solid rgba(255,255,255,.06)}
.nav{height:74px;gap:12px}
.logo{gap:12px}
.logo img{width:50px !important;height:50px !important;object-fit:contain}
.logo span{font-size:30px;letter-spacing:-.04em}
.nav-links{gap:16px !important;font-size:12px !important;font-weight:800 !important}
.nav-links a{white-space:nowrap}
.btn-small{min-height:40px !important;padding:0 14px !important;font-size:12px !important}
.nav-role-toggle{padding:4px !important;min-width:250px;max-width:250px;height:40px;border-radius:999px;display:flex;align-items:center}
.nav-role-toggle button{font-size:12px !important;font-weight:800 !important;padding:0 10px !important;letter-spacing:-.01em;min-width:0;flex:1;white-space:nowrap;position:relative;z-index:2}
.nav-role-thumb{top:4px !important;bottom:4px !important}
.page-role-toggle{display:flex;align-items:center;gap:4px;padding:4px;border-radius:999px;border:1px solid var(--line);background:rgba(255,255,255,.04);min-width:250px;max-width:250px;height:40px}
.page-role-toggle a{flex:1;min-width:0;padding:8px 10px;border-radius:999px;text-align:center;font-size:12px;font-weight:800;color:#8f8aa0;white-space:nowrap;transition:.22s}
.page-role-toggle a.active{color:#fff;background:linear-gradient(135deg,#a579ff,#5fa8ff);box-shadow:0 10px 24px rgba(95,168,255,.18)}
.page-role-toggle a:hover{color:#fff}
.hero-grid{align-items:center;gap:30px}
.hero-copy h1{margin-bottom:10px}
.offer-line{display:flex;align-items:center;gap:10px;margin:10px 0 16px;min-height:26px;color:#d9d6e5}
.offer-label{display:inline-flex;align-items:center;justify-content:center;padding:5px 9px;border-radius:999px;background:rgba(167,123,255,.10);border:1px solid rgba(167,123,255,.24);color:#c7abff;font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}
.offer-dynamic{display:inline-block;min-height:20px;font-size:14px;line-height:1.45;color:#cfd3df;font-weight:600}
.offer-dynamic .cursor{display:inline-block;width:8px;height:1.05em;margin-left:2px;background:linear-gradient(180deg,#b388ff,#67abff);vertical-align:-2px;animation:blink 1s step-end infinite}
@keyframes blink{50%{opacity:0}}

.phone-demo{display:flex;justify-content:center;align-items:center}
.iphone-frame{position:relative;width:min(100%,392px);margin:0 auto;padding:10px;border-radius:42px;background:linear-gradient(180deg,#202231,#0d0f16);border:1px solid rgba(255,255,255,.10);box-shadow:0 30px 90px rgba(0,0,0,.48), 0 0 0 1px rgba(255,255,255,.02) inset}
.iphone-frame:before{content:"";position:absolute;left:50%;top:8px;transform:translateX(-50%);width:130px;height:24px;border-radius:0 0 16px 16px;background:linear-gradient(180deg,#f0f0f4,#c8c9cf);box-shadow:0 3px 10px rgba(0,0,0,.18)}
.ios-status{padding:6px 12px 12px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;color:#fff;font-size:11px;font-weight:700}
.ios-status span:first-child{text-align:left}
.ios-status span:last-child{text-align:right;opacity:.88}
.tg-pill{justify-self:center;padding:6px 16px;border-radius:999px;background:#1d8cff;color:#fff;font-size:11px;font-weight:800;letter-spacing:.08em}
.app-window{position:relative;border-radius:32px;overflow:hidden;background:#090b12;border:1px solid rgba(255,255,255,.06);box-shadow:inset 0 0 0 1px rgba(255,255,255,.02)}
.app-window:after{content:"";position:absolute;left:50%;bottom:8px;transform:translateX(-50%);width:118px;height:4px;border-radius:999px;background:rgba(255,255,255,.92);opacity:.88;z-index:25}
.app-head{padding:18px 14px 12px !important;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px}
.app-head > span:first-child,.app-head .dots{font-size:11px !important}
.app-head b{font-size:13px !important;display:block;max-width:160px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.app-head small{font-size:10px !important;color:#9ea3b7}
.app-content{min-height:640px}
.scene-cover{padding-bottom:26px}
.scene-head h3{font-size:30px !important;line-height:1.1;letter-spacing:-.04em}
.scene-head p{font-size:13px !important;font-weight:600 !important;color:#a5a1b7}
.moon{width:42px !important;height:42px !important;font-size:22px !important}
.mini-tabs span,.form-label,.small-note,.attach-box,.task-preview-card p,.task-preview-card span,.ai-result p,.ai-result small{font-weight:600 !important}
.tz-box{min-height:118px}
.tz-box span{font-size:15px !important;font-weight:600 !important;line-height:1.48 !important;color:#e7e9ef}
.ai-action{font-size:14px !important;font-weight:800 !important}
.ai-modal-card h4{font-size:18px !important}
.ai-modal-lead,.ai-modal-box p,.market-box p{font-size:12px !important;line-height:1.45 !important}
.hero-reply h4{font-size:15px !important;font-weight:800 !important}
.hero-reply p{font-size:10px !important;font-weight:700 !important}
.hero-reply .box strong,.auto-field strong,.executor-field strong{font-size:18px !important}
.type-bubble .typing,.offer-dynamic,.record-status,.executor-chip p,.chat-pill,.ai-toast p{font-weight:600 !important}
.record-status,.executor-chip p,.chat-pill,.ai-toast p{font-size:12px !important}
.record-card b{font-size:14px}
.record-card p{font-size:12px}
.record-wave{height:58px}
.send-reply-btn{font-size:14px !important}

.footer{border-top:1px solid rgba(255,255,255,.06)}
.footer-grid{gap:18px}

/* smoother / less floaty content animation */
.reveal{transform:translateY(8px) !important;transition:opacity .38s ease, transform .38s ease !important}
.mini-card:hover,.finder-card:hover,.catalog-card:hover,.article-card:hover,.seo-card:hover,.screen:hover{transform:translateY(-1px) !important}

/* subpage hero polish */
.app-preview{max-width:390px;margin:0 auto;border-radius:30px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#111320,#0b0d15);box-shadow:0 24px 64px rgba(0,0,0,.36);overflow:hidden}
.phone-bar{padding:12px 14px;background:rgba(255,255,255,.03);display:flex;justify-content:space-between;align-items:center}
.phone-title{font-size:13px;font-weight:800}
.task-card{padding:16px}
.task-card h2{font-size:26px;line-height:1.12;margin:8px 0 10px}
.task-card p{font-size:14px;line-height:1.48;color:#bcc1cf}

@media (max-width:1180px){
  .nav-links{display:none}
  .burger{display:block}
}
@media (max-width:980px){
  .nav{height:70px}
  .page-role-toggle,.nav-role-toggle{min-width:230px;max-width:230px}
  .btn-small{display:none}
}
@media (max-width:860px){
  .reveal{opacity:1 !important;transform:none !important;transition:none !important}
  .hero-grid{grid-template-columns:1fr !important}
  .phone-demo{order:-1;margin-bottom:10px}
  .hero-copy{padding-top:0}
  .hero-mobile-toggle{display:flex !important;max-width:100%;min-width:0;height:42px}
  .hero-mobile-toggle button{font-size:12px !important}
}
@media (max-width:720px){
  .logo img{width:46px !important;height:46px !important}
  .logo span{font-size:28px}
  .nav{height:66px;gap:8px}
  .nav-role-toggle{display:none !important}
  .page-role-toggle{display:none}
  .mobile-menu{padding:10px 0 16px}
  .mobile-menu a{font-size:14px}
  .offer-dynamic{font-size:13px}
  .iphone-frame{width:min(100%,372px);padding:9px;border-radius:38px}
  .iphone-frame:before{width:118px;height:22px}
  .ios-status{padding:5px 10px 10px;font-size:10px}
  .tg-pill{padding:5px 12px;font-size:10px}
  .app-head{padding:16px 12px 11px !important}
  .app-head b{font-size:12px !important;max-width:150px}
  .app-content{min-height:612px}
  .scene-head h3{font-size:26px !important}
  .tz-box{min-height:102px}
  .tz-box span{font-size:14px !important}
  .hero-replies{top:136px !important;left:12px !important;right:12px !important}
  .hero-reply{padding:10px 10px 11px !important;border-radius:18px !important}
  .hero-reply .line1{gap:8px !important}
  .hero-reply .avatar{width:34px !important;height:34px !important;border-radius:12px !important}
  .hero-reply .avatar img{width:28px !important;height:28px !important}
  .hero-reply h4{font-size:13px !important}
  .hero-reply .box strong,.auto-field strong,.executor-field strong{font-size:16px !important}
  .chat-pill,.executor-chip,.ai-toast{left:12px !important;right:12px !important;bottom:74px !important}
  .chat-pill{padding:13px 14px !important;border-radius:16px !important}
  .executor-chip,.ai-toast{padding:13px !important;border-radius:16px !important}
  .footer-grid{grid-template-columns:1fr !important}
}


/* ===== 2026-06-27 redesign patch ===== */
.hero-mobile-toggle{display:none !important}
.offer-line{display:none !important}
.hero-typebar{display:flex;align-items:center;gap:10px;min-height:28px;margin:6px 0 14px}
.hero-type-label{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;border:1px solid rgba(167,123,255,.22);background:rgba(167,123,255,.09);font-size:11px;font-weight:900;letter-spacing:.08em;color:#c9b1ff;text-transform:uppercase;white-space:nowrap}
.hero-rotator{display:inline-flex;align-items:center;min-height:22px;font-size:15px;line-height:1.45;color:#d9dde6;font-weight:700;letter-spacing:-.02em}
.hero-rotator .cursor{display:inline-block;width:8px;height:1.06em;margin-left:2px;background:linear-gradient(180deg,#b388ff,#67abff);border-radius:1px;animation:blink 1s step-end infinite}
@keyframes blink{50%{opacity:0}}

/* single clean toggle in header */
.nav-role-toggle{min-width:240px;max-width:240px}
@media(max-width:860px){.nav-role-toggle{display:none !important}}

/* phone realism */
.phone-demo{background:transparent !important;border:0 !important;box-shadow:none !important;min-height:auto;align-self:center}
.iphone-frame{position:relative;width:min(100%,390px);padding:8px 8px 10px;border-radius:42px;background:linear-gradient(180deg,#1f2230,#0c0f16);border:1px solid rgba(255,255,255,.11);box-shadow:0 32px 90px rgba(0,0,0,.48), inset 0 1px 0 rgba(255,255,255,.06);overflow:hidden}
.iphone-frame:before{content:"";position:absolute;left:50%;top:8px;transform:translateX(-50%);width:132px;height:22px;border-radius:0 0 16px 16px;background:linear-gradient(180deg,#f2f2f6,#cfd0d6);box-shadow:0 2px 8px rgba(0,0,0,.12)}
.ios-status{padding:7px 14px 11px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;font-size:11px;font-weight:800;color:#fff}
.tg-pill{justify-self:center;padding:6px 14px;border-radius:999px;background:#178bff;color:#fff;font-size:11px;font-weight:800;letter-spacing:.06em}
.ios-status span:last-child{text-align:right;opacity:.9}
.app-window{border-radius:34px;background:linear-gradient(180deg,#090b12 0%,#07080f 100%);border:1px solid rgba(255,255,255,.06);overflow:hidden;position:relative}
.app-window:after{content:"";position:absolute;left:50%;bottom:8px;transform:translateX(-50%);width:114px;height:4px;border-radius:999px;background:rgba(255,255,255,.95);z-index:20}
.app-head{padding:18px 14px 12px !important;display:grid;grid-template-columns:auto 1fr auto;gap:8px;align-items:center;background:rgba(9,11,18,.98)}
.app-head span,.app-head small{font-size:11px !important}
.app-head b{font-size:13px !important;display:block;max-width:176px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.app-content{position:relative;min-height:650px;overflow:hidden;background:radial-gradient(circle at 20% 0%, rgba(94,54,167,.22), transparent 32%), linear-gradient(180deg,#0a041b 0%,#090a12 46%,#090a12 100%)}
.role-phone,.real-scene,.scene-cover{position:absolute;inset:0}
.real-scene{opacity:0;pointer-events:none;transition:opacity .4s ease}
.real-scene.active{opacity:1;pointer-events:auto}
.scene-cover{padding:16px 16px 22px;display:flex;flex-direction:column}
.scene-head{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:start;margin-bottom:12px}
.scene-head .back{font-size:12px;color:#a98fff;font-weight:800;margin-bottom:8px}
.scene-head h3{font-size:28px;line-height:1.06;margin:0 0 6px;letter-spacing:-.04em}
.scene-head p{font-size:13px;line-height:1.35;color:#9fa4b7;margin:0;font-weight:600}
.moon{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08)}
.mini-tabs span,.form-label,.small-note,.attach-box,.task-preview-card p,.task-preview-card span,.ai-result p,.ai-result small,.record-card p,.executor-chip p,.chat-pill,.ai-toast p{font-weight:600 !important}
.tz-box span,.type-bubble .typing{font-weight:600 !important}
.tz-box{min-height:120px}
.ai-action{font-size:15px !important}
.ai-modal-card h4{font-size:18px !important}
.ai-modal-card p{font-size:12px !important;line-height:1.45 !important}
.hero-reply{backdrop-filter:blur(10px)}
.hero-reply h4{font-size:14px !important}
.hero-reply p{font-size:10px !important}
.hero-reply .box strong,.auto-field strong,.executor-field strong{font-size:18px !important}
.chat-pill,.executor-chip{font-size:13px !important}
@media(max-width:720px){
  .hero-rotator{font-size:13px}
  .iphone-frame{width:min(100%,374px);padding:8px;border-radius:38px}
  .iphone-frame:before{width:124px;height:20px}
  .ios-status{padding:6px 11px 10px;font-size:10px}
  .tg-pill{padding:5px 12px;font-size:10px}
  .app-head{padding:16px 12px 11px !important}
  .app-head b{max-width:160px;font-size:12px !important}
  .app-content{min-height:625px}
  .scene-cover{padding:15px 14px 20px}
  .scene-head h3{font-size:25px}
}

/* subpages redesign */
.sub-hero{position:relative;padding:92px 0 36px;overflow:hidden}
.premium-orbit:before,.premium-orbit:after{content:"";position:absolute;border-radius:50%;filter:blur(60px);pointer-events:none;opacity:.55}
.premium-orbit:before{width:340px;height:340px;left:-120px;top:20px;background:radial-gradient(circle,#6c32ff 0%, rgba(108,50,255,0) 70%)}
.premium-orbit:after{width:340px;height:340px;right:-120px;top:40px;background:radial-gradient(circle,#2f80ff 0%, rgba(47,128,255,0) 70%)}
.sub-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,460px);gap:34px;align-items:center}
.sub-copy h1{margin-bottom:14px}
.bullet-list{display:grid;gap:10px;margin:16px 0 0}
.bullet-list div{padding:14px 16px;border-radius:18px;border:1px solid rgba(255,255,255,.07);background:rgba(255,255,255,.03);color:#dfe3ed;font-weight:700;line-height:1.45}
.shot-stack{position:relative;min-height:540px;display:flex;align-items:center;justify-content:center}
.shot-card{position:absolute;width:min(100%,270px);border-radius:30px;padding:12px;background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.03));border:1px solid rgba(255,255,255,.08);box-shadow:0 24px 60px rgba(0,0,0,.3), 0 0 0 1px rgba(255,255,255,.03) inset;backdrop-filter:blur(20px)}
.shot-card img{display:block;width:100%;height:auto;border-radius:22px;background:#0c0d14}
.shot-card.float-1{transform:translate(-24px,0) rotate(-4deg);animation:floatY1 5.4s ease-in-out infinite}
.shot-card.float-2{transform:translate(86px,68px) rotate(6deg);animation:floatY2 6.2s ease-in-out infinite}
.shot-card.accent{box-shadow:0 24px 60px rgba(0,0,0,.36), 0 0 42px rgba(95,168,255,.18)}
.shot-badge{position:absolute;left:18px;bottom:22px;padding:14px 18px;border-radius:999px;background:rgba(10,12,20,.92);border:1px solid rgba(255,255,255,.08);font-size:13px;font-weight:900;color:#fff;box-shadow:0 16px 40px rgba(0,0,0,.24)}
.pulse{animation:pulseGlow 2.7s ease-in-out infinite}
@keyframes floatY1{0%,100%{transform:translate(-24px,0) rotate(-4deg)}50%{transform:translate(-24px,-12px) rotate(-5deg)}}
@keyframes floatY2{0%,100%{transform:translate(86px,68px) rotate(6deg)}50%{transform:translate(86px,54px) rotate(7deg)}}
@keyframes pulseGlow{0%,100%{box-shadow:0 16px 40px rgba(0,0,0,.24), 0 0 0 rgba(95,168,255,0)}50%{box-shadow:0 16px 40px rgba(0,0,0,.24), 0 0 28px rgba(95,168,255,.16)}}
.flow-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.flow-card{padding:20px;border-radius:24px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.025));box-shadow:0 20px 50px rgba(0,0,0,.18)}
.flow-card span{display:inline-flex;width:38px;height:38px;align-items:center;justify-content:center;border-radius:14px;margin-bottom:12px;background:linear-gradient(135deg,#9b75ff,#5fa8ff);color:#fff;font-size:13px;font-weight:900}
.flow-card h3{margin-bottom:8px}
.flow-card p{color:#c0c5d5}
.twin-showcase{display:grid;grid-template-columns:1.1fr .9fr;gap:20px}
.glass-panel{padding:22px;border-radius:28px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,rgba(17,19,29,.88),rgba(10,11,18,.92));box-shadow:0 24px 60px rgba(0,0,0,.24)}
.panel-kicker{font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:#af92ff;font-weight:900;margin-bottom:10px}
.clean-list{display:grid;gap:10px;margin:14px 0 0;padding:0;list-style:none}
.clean-list li{position:relative;padding-left:18px;color:#cfd5e2}
.clean-list li:before{content:"•";position:absolute;left:0;top:0;color:#77acff;font-weight:900}
.inline-shots{display:grid;gap:14px;margin-top:8px}
.inline-shots.two{grid-template-columns:1fr 1fr}
.inline-shots img{display:block;width:100%;height:auto;border-radius:24px;border:1px solid rgba(255,255,255,.08);background:#090a12;box-shadow:0 18px 44px rgba(0,0,0,.2)}
.cta-hero{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:28px;border-radius:30px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(135deg,rgba(164,119,255,.12),rgba(95,168,255,.08));box-shadow:0 24px 60px rgba(0,0,0,.2)}
.stable-grid .catalog-card{min-height:230px;display:flex;flex-direction:column;justify-content:space-between;transform:none !important}
.stable-grid .catalog-card:hover{transform:translateY(-3px) !important}
.stable-grid .catalog-card h3{margin-bottom:10px}
.stable-grid .catalog-card p{min-height:56px}
.reveal{transform:translateY(12px);transition:opacity .5s ease, transform .5s ease}
.reveal.visible{opacity:1;transform:translateY(0)}
@media(max-width:1080px){
  .sub-hero-grid,.twin-showcase{grid-template-columns:1fr}
  .shot-stack{min-height:500px}
  .flow-steps{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:720px){
  .sub-hero{padding:86px 0 28px}
  .shot-stack{min-height:420px}
  .shot-card{width:min(100%,236px)}
  .shot-card.float-1{transform:translate(-10px,0) rotate(-4deg)}
  .shot-card.float-2{transform:translate(62px,52px) rotate(6deg)}
  .shot-badge{left:10px;right:10px;bottom:10px;justify-content:center;text-align:center;font-size:12px}
  .flow-steps{grid-template-columns:1fr}
  .inline-shots.two{grid-template-columns:1fr}
  .cta-hero{flex-direction:column;align-items:flex-start}
}

/* ===== 2026-06-28 premium polish: compact typography, clean menu, stable iPhone animation ===== */
:root{
  --max:1140px;
  --phone-w:382px;
  --phone-screen-h:626px;
}
html{font-size:15px;}
body{font-size:15px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;}
.container{width:min(var(--max),calc(100% - 34px));}
.header{background:rgba(8,9,16,.78) !important;backdrop-filter:blur(28px) saturate(1.1);border-bottom:1px solid rgba(255,255,255,.055) !important;}
.nav{height:68px !important;gap:10px !important;}
.logo{gap:12px !important;flex:0 0 auto;}
.logo img{width:56px !important;height:56px !important;filter:drop-shadow(0 0 18px rgba(142,104,255,.34)) !important;}
.logo span{font-size:31px !important;letter-spacing:-.055em !important;}
.nav-links{gap:13px !important;font-size:11.5px !important;font-weight:850 !important;letter-spacing:.01em;text-transform:none;color:#c6c3d4;}
.nav-links a{padding:9px 0;opacity:.76 !important;}
.nav-links a:hover{opacity:1 !important;}
.nav-actions .btn{min-height:38px !important;padding:0 13px !important;border-radius:14px !important;font-size:12px !important;}
.nav-role-toggle,.page-role-toggle{height:38px !important;min-width:224px !important;max-width:224px !important;padding:4px !important;border-radius:999px !important;background:rgba(255,255,255,.035) !important;border:1px solid rgba(255,255,255,.07) !important;}
.nav-role-toggle button,.page-role-toggle a{font-size:11.5px !important;font-weight:850 !important;padding:0 8px !important;letter-spacing:-.01em;}
.nav-role-thumb{top:4px !important;bottom:4px !important;}
.burger{width:39px !important;height:39px !important;border-radius:13px !important;font-size:18px !important;}

.hero{padding:46px 0 22px !important;}
.hero-grid{grid-template-columns:minmax(0,1fr) minmax(360px,408px) !important;gap:34px !important;align-items:center !important;}
.hero-copy h1{font-size:clamp(34px,4.6vw,58px) !important;line-height:1.015 !important;margin-bottom:12px !important;letter-spacing:-.062em !important;}
.lead{font-size:16.5px !important;line-height:1.52 !important;max-width:610px !important;}
.subpoints{gap:9px !important;margin:17px 0 0 !important;}
.subpoints li{font-size:14px !important;line-height:1.42 !important;padding:11px 12px !important;border-radius:16px !important;}
.hero-actions{margin-top:20px !important;gap:10px !important;}
.hero-actions .btn{min-height:43px !important;border-radius:15px !important;font-size:13px !important;padding:0 16px !important;}
.proof-line{margin-top:14px !important;}
.proof-line span{font-size:11px !important;padding:6px 9px !important;}
.role-kicker,.badge{font-size:11px !important;padding:7px 11px !important;margin-bottom:13px !important;}

.hero-typebar{height:30px !important;min-height:30px !important;display:flex !important;align-items:center !important;gap:9px !important;margin:4px 0 14px !important;overflow:hidden !important;}
.hero-type-label{height:25px !important;padding:0 9px !important;font-size:10px !important;letter-spacing:.075em !important;flex:0 0 auto !important;}
.hero-rotator{display:block !important;width:min(100%,470px) !important;min-height:22px !important;height:22px !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:clip !important;font-size:14px !important;line-height:22px !important;font-weight:650 !important;color:#dde1ec !important;}
.hero-rotator .cursor,.cursor{width:7px !important;border-radius:2px !important;background:linear-gradient(180deg,#b88cff,#69abff) !important;}

.phone-demo,.phone-demo:hover{width:100% !important;max-width:408px !important;margin:0 auto !important;background:transparent !important;border:0 !important;box-shadow:none !important;overflow:visible !important;min-height:0 !important;transform:none !important;}
.phone-demo:before,.phone-demo:after,.phone-shell,.phone-screen,.phone-topbar,.overlay-top-toggle,.type-bubble,.ai-toast{display:none !important;}
.iphone-frame{position:relative !important;width:min(100%,var(--phone-w)) !important;margin:0 auto !important;padding:9px 9px 11px !important;border-radius:48px !important;background:linear-gradient(145deg,#252733 0%,#050507 28%,#090a0e 100%) !important;border:1px solid rgba(255,255,255,.12) !important;box-shadow:0 34px 92px rgba(0,0,0,.52),0 0 42px rgba(112,96,255,.13),inset 0 1px 0 rgba(255,255,255,.10),inset 0 -1px 0 rgba(255,255,255,.04) !important;overflow:visible !important;isolation:isolate !important;}
.iphone-frame:before{content:"" !important;position:absolute !important;left:50% !important;top:18px !important;transform:translateX(-50%) !important;width:112px !important;height:28px !important;border-radius:999px !important;background:linear-gradient(180deg,#050506,#000) !important;box-shadow:inset 0 1px 2px rgba(255,255,255,.08),0 0 0 1px rgba(255,255,255,.04),0 8px 18px rgba(0,0,0,.35) !important;z-index:8 !important;}
.iphone-frame:after{content:"" !important;position:absolute !important;right:-4px !important;top:150px !important;width:4px !important;height:84px !important;border-radius:0 5px 5px 0 !important;background:linear-gradient(180deg,#171821,#07080b) !important;box-shadow:-1px 0 1px rgba(255,255,255,.08) inset !important;z-index:-1 !important;}
.ios-status{height:50px !important;padding:9px 17px 0 !important;display:flex !important;align-items:flex-start !important;justify-content:space-between !important;color:#fff !important;font-size:11px !important;font-weight:850 !important;letter-spacing:-.015em !important;position:relative !important;}
.tg-pill{position:absolute !important;left:50% !important;top:8px !important;transform:translateX(-50%) !important;width:112px !important;height:28px !important;padding:0 !important;border-radius:999px !important;background:#000 !important;color:transparent !important;font-size:0 !important;box-shadow:inset 0 1px 2px rgba(255,255,255,.08) !important;z-index:9 !important;}
.ios-status span:last-child{font-size:10px !important;opacity:.78 !important;}
.app-window{position:relative !important;height:var(--phone-screen-h) !important;border-radius:37px !important;overflow:hidden !important;background:#090a10 !important;border:1px solid rgba(255,255,255,.07) !important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.018),inset 0 -12px 28px rgba(0,0,0,.32) !important;}
.app-window:after{content:"" !important;position:absolute !important;left:50% !important;bottom:8px !important;transform:translateX(-50%) !important;width:108px !important;height:4px !important;border-radius:999px !important;background:rgba(255,255,255,.88) !important;opacity:.88 !important;z-index:30 !important;}
.app-head{height:56px !important;display:grid !important;grid-template-columns:48px 1fr 34px !important;align-items:center !important;gap:6px !important;padding:9px 13px !important;background:rgba(14,16,25,.96) !important;border-bottom:1px solid rgba(255,255,255,.055) !important;}
.app-head > span:first-child{font-size:10px !important;color:#d9dcec !important;font-weight:750 !important;}
.app-head b{max-width:184px !important;margin:0 auto !important;text-align:center !important;font-size:12px !important;line-height:1.12 !important;font-weight:850 !important;letter-spacing:-.02em !important;}
.app-head small{display:block !important;text-align:center !important;margin-top:2px !important;font-size:9px !important;line-height:1 !important;color:#8d92a6 !important;font-weight:650 !important;}
.app-head .dots{width:28px !important;height:28px !important;border-radius:50% !important;border:1px solid rgba(255,255,255,.34) !important;font-size:11px !important;display:grid !important;place-items:center !important;color:#fff !important;}
.app-content{height:calc(var(--phone-screen-h) - 56px) !important;min-height:0 !important;position:relative !important;overflow:hidden !important;background:radial-gradient(circle at 22% 0%,rgba(139,90,255,.23),transparent 33%),linear-gradient(180deg,#0b061b 0%,#090a12 48%,#080910 100%) !important;}
.role-phone,.real-scene,.scene-cover{position:absolute !important;inset:0 !important;}
.role-phone{display:block !important;opacity:0 !important;pointer-events:none !important;transition:opacity .34s ease !important;}
.role-phone.active{opacity:1 !important;pointer-events:auto !important;}
.real-scene{opacity:0 !important;pointer-events:none !important;transition:opacity .36s ease !important;transform:none !important;}
.real-scene.active{opacity:1 !important;pointer-events:auto !important;}
.scene-cover{display:flex !important;flex-direction:column !important;overflow:hidden !important;background:transparent !important;padding:0 !important;}
.scene-head{height:126px !important;min-height:126px !important;display:grid !important;grid-template-columns:minmax(0,1fr) 39px !important;gap:9px !important;align-items:start !important;padding:18px 16px 14px !important;background:linear-gradient(180deg,#1a0d35 0%,rgba(18,9,38,.96) 100%) !important;border-bottom:1px solid rgba(255,255,255,.055) !important;}
.scene-head.purple{height:144px !important;min-height:144px !important;}
.executor-form-scene .scene-head{height:140px !important;min-height:140px !important;}
.replies-scene .scene-head{height:118px !important;min-height:118px !important;}
.scene-head .back{font-size:12px !important;line-height:1.1 !important;margin:0 0 8px !important;font-weight:850 !important;color:#b199ff !important;}
.scene-head h3{font-size:22px !important;line-height:1.08 !important;letter-spacing:-.052em !important;margin:0 !important;display:-webkit-box !important;-webkit-line-clamp:2 !important;-webkit-box-orient:vertical !important;overflow:hidden !important;}
.replies-scene .scene-head h3{font-size:25px !important;-webkit-line-clamp:1 !important;}
.scene-head p{font-size:11.5px !important;line-height:1.28 !important;margin:6px 0 0 !important;font-weight:650 !important;color:#a5a8b9 !important;display:-webkit-box !important;-webkit-line-clamp:2 !important;-webkit-box-orient:vertical !important;overflow:hidden !important;}
.moon{width:39px !important;height:39px !important;border-radius:50% !important;font-size:19px !important;background:rgba(255,255,255,.045) !important;border:1px solid rgba(255,255,255,.075) !important;}
.mini-tabs{margin:12px 14px 14px !important;padding:4px !important;border-radius:16px !important;background:rgba(255,255,255,.04) !important;gap:4px !important;}
.mini-tabs span{height:39px !important;border-radius:13px !important;font-size:13px !important;font-weight:850 !important;}
.form-label{margin:0 16px 7px !important;font-size:11px !important;font-weight:800 !important;letter-spacing:.04em;text-transform:uppercase;color:#8f93a8 !important;}
.tz-box{margin:0 16px !important;height:104px !important;min-height:104px !important;max-height:104px !important;padding:13px 14px !important;border-radius:17px !important;background:rgba(255,255,255,.055) !important;border:1px solid rgba(255,255,255,.075) !important;box-shadow:inset 0 1px 0 rgba(255,255,255,.035) !important;overflow:hidden !important;}
.tz-box span{display:block !important;height:76px !important;min-height:76px !important;overflow:hidden !important;font-size:13.5px !important;line-height:1.42 !important;font-weight:650 !important;color:#edf0f7 !important;overflow-wrap:anywhere !important;word-break:normal !important;}
.ai-action{margin:12px 16px 0 !important;height:45px !important;border-radius:16px !important;font-size:13px !important;font-weight:850 !important;box-shadow:0 14px 32px rgba(95,168,255,.19) !important;}
.auto-fields{margin:10px 16px 0 !important;gap:7px !important;}
.auto-fields.filled{max-height:100px !important;}
.auto-field{border-radius:13px !important;padding:8px 9px !important;}
.auto-field small,.executor-field small{font-size:8px !important;}
.auto-field strong{font-size:13px !important;}
.small-note{margin:12px 16px 8px !important;font-size:10.5px !important;line-height:1.3 !important;}
.attach-box{margin:0 16px !important;height:42px !important;border-radius:15px !important;font-size:13px !important;font-weight:850 !important;}
.ai-result{margin:14px 16px !important;border-radius:18px !important;padding:13px !important;}
.ai-result b{font-size:13px !important;margin-bottom:7px !important;}
.ai-result p{font-size:11.5px !important;line-height:1.38 !important;margin-bottom:9px !important;}
.ai-result-grid{gap:7px !important;}
.ai-result-grid div{padding:8px !important;border-radius:12px !important;}
.ai-result-grid strong{font-size:13px !important;}
.task-preview-card,.executor-task-card{margin:0 16px !important;border-radius:17px !important;padding:13px !important;}
.executor-task-card{margin-top:15px !important;}
.task-preview-card h4,.executor-task-card h4{font-size:15px !important;line-height:1.2 !important;margin:10px 0 6px !important;}
.task-preview-card p,.executor-task-card p{font-size:11px !important;line-height:1.36 !important;}
.task-preview-card span,.executor-task-card span{font-size:9.5px !important;padding:5px 8px !important;}
.hero-replies{display:grid !important;gap:9px !important;padding:12px 14px 18px !important;overflow:hidden !important;}
.hero-reply{border-radius:17px !important;padding:11px !important;background:rgba(23,23,32,.94) !important;border:1px solid rgba(255,255,255,.075) !important;box-shadow:0 12px 30px rgba(0,0,0,.18) !important;}
.hero-reply .line1{grid-template-columns:36px minmax(0,1fr) auto !important;gap:8px !important;}
.hero-reply .avatar{width:36px !important;height:36px !important;border-radius:12px !important;}
.hero-reply .avatar img{width:30px !important;height:30px !important;}
.hero-reply h4{font-size:13px !important;line-height:1.12 !important;font-weight:850 !important;}
.hero-reply p{font-size:9.5px !important;font-weight:700 !important;}
.hero-reply .match{font-size:10px !important;padding:5px 7px !important;}
.hero-reply .voice{height:38px !important;margin-top:9px !important;border-radius:13px !important;padding:0 8px !important;}
.hero-reply .play{width:26px !important;height:26px !important;font-size:9px !important;}
.hero-reply .time{font-size:10px !important;}
.hero-reply.open .reveal-row{max-height:64px !important;margin-top:8px !important;}
.hero-reply .box{padding:7px !important;border-radius:11px !important;}
.hero-reply .box strong{font-size:13px !important;}
.chat-pill{margin:1px 0 0 !important;border-radius:15px !important;padding:11px 12px !important;font-size:11.5px !important;font-weight:850 !important;}
.executor-chip{margin:12px 16px 0 !important;border-radius:17px !important;padding:13px !important;background:rgba(21,22,32,.94) !important;}
.executor-chip b{font-size:13px !important;}
.executor-chip p{font-size:11px !important;line-height:1.36 !important;}
.record-card{margin:14px 16px 12px !important;padding:13px !important;border-radius:18px !important;}
.record-top{margin-bottom:10px !important;}
.record-top b{font-size:13px !important;}
.record-top p{font-size:11px !important;}
.record-wave{height:44px !important;border-radius:15px !important;gap:4px !important;}
.record-play{width:27px !important;height:27px !important;}
.record-time,.record-status{font-size:10.5px !important;}
.executor-fields{margin:0 16px 10px !important;gap:8px !important;}
.executor-field{padding:10px !important;border-radius:15px !important;}
.executor-field strong{font-size:16px !important;}
.send-reply-btn{margin:0 16px !important;height:45px !important;border-radius:16px !important;font-size:13px !important;font-weight:850 !important;}
.ai-phone-modal{padding:14px !important;}
.ai-modal-card{border-radius:20px !important;padding:15px !important;max-height:calc(100% - 18px) !important;overflow:hidden !important;}
.ai-modal-card h4{font-size:16px !important;margin-bottom:8px !important;}
.ai-modal-lead,.ai-modal-box p,.market-box p{font-size:11px !important;line-height:1.38 !important;}
.ai-modal-box,.market-box{border-radius:15px !important;padding:10px !important;margin-bottom:8px !important;}
.ai-modal-box b,.market-box b{font-size:11px !important;margin-bottom:5px !important;}
.ai-modal-actions button{height:38px !important;border-radius:13px !important;font-size:11px !important;}

.sub-hero{padding:82px 0 32px !important;}
.sub-copy h1{font-size:clamp(32px,4.2vw,52px) !important;line-height:1.04 !important;letter-spacing:-.058em !important;}
.bullet-list div,.flow-card p,.glass-panel p,.clean-list li,.catalog-card p{font-size:14px !important;line-height:1.45 !important;}
.flow-card h3,.catalog-card h3{font-size:19px !important;}
.shot-card{width:min(100%,258px) !important;border-radius:28px !important;}
.shot-stack{min-height:510px !important;}
.finder-card,.mini-card,.catalog-card,.flow-card,.glass-panel{border-radius:22px !important;}
.finder-card p,.mini-card p{font-size:13.5px !important;line-height:1.44 !important;}

@media(max-width:1180px){
  .nav-links{display:none !important;}
  .burger{display:block !important;}
  .hero-grid{grid-template-columns:minmax(0,1fr) minmax(348px,388px) !important;}
}
@media(max-width:980px){
  .nav-actions .btn{display:none !important;}
  .nav-role-toggle,.page-role-toggle{min-width:214px !important;max-width:214px !important;}
  .hero-grid{grid-template-columns:1fr !important;}
  .phone-demo{order:-1 !important;max-width:390px !important;margin-bottom:8px !important;}
}
@media(max-width:720px){
  .container{width:min(100% - 24px,var(--max)) !important;}
  .nav{height:64px !important;}
  .logo img{width:49px !important;height:49px !important;}
  .logo span{font-size:28px !important;}
  .nav-role-toggle,.page-role-toggle{display:none !important;}
  .mobile-menu.open{display:grid !important;gap:7px !important;padding:10px 0 14px !important;}
  .mobile-menu a{font-size:13px !important;padding:7px 0 !important;}
  .hero{padding:28px 0 18px !important;}
  .hero-copy h1{font-size:clamp(31px,10.2vw,44px) !important;}
  .lead{font-size:15px !important;}
  .hero-typebar{align-items:flex-start !important;height:54px !important;min-height:54px !important;display:grid !important;grid-template-columns:1fr !important;gap:5px !important;margin-bottom:12px !important;}
  .hero-type-label{width:max-content !important;}
  .hero-rotator{width:100% !important;font-size:12.5px !important;height:20px !important;line-height:20px !important;}
  .phone-demo{max-width:348px !important;}
  :root{--phone-w:348px;--phone-screen-h:600px;}
  .iphone-frame{padding:8px 8px 10px !important;border-radius:42px !important;}
  .iphone-frame:before,.tg-pill{width:102px !important;height:25px !important;top:16px !important;}
  .tg-pill{top:8px !important;}
  .ios-status{height:46px !important;padding:8px 14px 0 !important;font-size:10px !important;}
  .app-window{border-radius:33px !important;}
  .app-head{height:52px !important;grid-template-columns:44px 1fr 30px !important;padding:8px 11px !important;}
  .app-head b{font-size:11px !important;max-width:158px !important;}
  .app-head small{font-size:8px !important;}
  .app-content{height:calc(var(--phone-screen-h) - 52px) !important;}
  .scene-head{height:112px !important;min-height:112px !important;padding:15px 13px 12px !important;grid-template-columns:minmax(0,1fr) 34px !important;}
  .scene-head.purple{height:130px !important;min-height:130px !important;}
  .executor-form-scene .scene-head{height:128px !important;min-height:128px !important;}
  .replies-scene .scene-head{height:106px !important;min-height:106px !important;}
  .scene-head .back{font-size:10.5px !important;margin-bottom:6px !important;}
  .scene-head h3{font-size:19px !important;}
  .replies-scene .scene-head h3{font-size:22px !important;}
  .scene-head p{font-size:10.5px !important;}
  .moon{width:34px !important;height:34px !important;font-size:17px !important;}
  .mini-tabs{margin:10px 12px 12px !important;}
  .mini-tabs span{height:36px !important;font-size:12px !important;}
  .form-label,.tz-box,.ai-action,.small-note,.attach-box,.auto-fields,.ai-result,.task-preview-card,.executor-task-card,.executor-chip,.record-card,.executor-fields,.send-reply-btn{margin-left:12px !important;margin-right:12px !important;}
  .tz-box{height:94px !important;min-height:94px !important;max-height:94px !important;padding:12px !important;}
  .tz-box span{height:68px !important;min-height:68px !important;font-size:12.5px !important;}
  .ai-action,.send-reply-btn{height:41px !important;font-size:12px !important;}
  .small-note{margin-top:9px !important;}
  .attach-box{height:38px !important;font-size:12px !important;}
  .hero-replies{padding:10px 12px 14px !important;gap:8px !important;}
  .hero-reply{padding:10px !important;}
  .hero-reply:nth-of-type(2){display:none !important;}
  .chat-pill{padding:10px !important;}
  .record-card{padding:12px !important;}
  .record-wave{height:40px !important;}
  .executor-field strong{font-size:14px !important;}
  .sub-hero{padding:78px 0 26px !important;}
  .shot-stack{min-height:390px !important;}
  .shot-card{width:min(100%,228px) !important;}
}


/* ===== Final premium refinement v2 ===== */
:root{--phone-w:404px;}
.header{background:rgba(8,8,14,.78)!important;border-bottom:1px solid rgba(255,255,255,.06)!important;}
.nav{height:74px!important;gap:16px!important;}
.logo{gap:12px!important;}
.logo img{width:66px!important;height:66px!important;filter:drop-shadow(0 0 20px rgba(142,104,255,.38))!important;}
.logo span{font-size:31px!important;letter-spacing:-.04em!important;font-weight:950!important;}
.nav-links{gap:12px!important;font-size:12px!important;font-weight:820!important;color:#cbc8d7!important;}
.nav-links a{padding:8px 2px!important;opacity:.8!important;position:relative;}
.nav-links a:hover{opacity:1!important;color:#fff!important;}
.nav-actions .btn,.mobile-cta .btn{min-height:52px!important;padding:0 24px!important;border-radius:18px!important;font-size:15px!important;font-weight:900!important;letter-spacing:-.02em!important;}
.nav-actions .btn{box-shadow:0 18px 44px rgba(95,168,255,.22),0 0 24px rgba(167,123,255,.18)!important;}
.page-role-toggle,.nav-role-toggle{height:40px!important;min-width:228px!important;max-width:228px!important;padding:4px!important;background:rgba(255,255,255,.035)!important;border:1px solid rgba(255,255,255,.07)!important;}
.page-role-toggle a,.nav-role-toggle button{font-size:11.5px!important;font-weight:850!important;letter-spacing:-.01em!important;}
.hero{padding:58px 0 34px!important;}
.hero-grid{gap:40px!important;align-items:center!important;}
.hero-copy h1{letter-spacing:-.06em!important;}
.lead{max-width:620px!important;font-size:17px!important;line-height:1.6!important;color:#d4d8e4!important;}
.hero-typebar{display:grid!important;grid-template-columns:auto minmax(0,1fr)!important;align-items:start!important;gap:10px!important;min-height:48px!important;margin:8px 0 16px!important;overflow:visible!important;}
.hero-type-label{display:inline-flex!important;align-items:center!important;padding:6px 10px!important;border-radius:999px!important;border:1px solid rgba(255,255,255,.08)!important;background:rgba(255,255,255,.035)!important;font-size:11px!important;font-weight:850!important;color:#d7d2e6!important;white-space:nowrap!important;}
.hero-rotator{display:block!important;width:100%!important;min-height:40px!important;max-height:40px!important;overflow:hidden!important;white-space:normal!important;text-overflow:unset!important;font-size:14px!important;line-height:1.42!important;font-weight:680!important;color:#dde1ec!important;padding-right:4px!important;}
.cursor,.hero-rotator .cursor{width:6px!important;margin-left:2px!important;border-radius:2px!important;background:linear-gradient(180deg,#bc8dff,#67abff)!important;}
.proof-line{gap:10px!important;margin-top:18px!important;}
.proof-line span{padding:8px 12px!important;font-size:11.5px!important;color:#b3afbf!important;background:rgba(255,255,255,.03)!important;border-color:rgba(255,255,255,.07)!important;}
.btn-primary{background:linear-gradient(135deg,#af86ff 0%,#6baeff 100%)!important;box-shadow:0 18px 48px rgba(95,168,255,.24),0 0 28px rgba(167,123,255,.18)!important;}
.btn-primary:hover{transform:translateY(-2px)!important;box-shadow:0 22px 62px rgba(95,168,255,.28)!important;}
.phone-demo{padding:14px!important;border-radius:40px!important;background:linear-gradient(180deg,rgba(255,255,255,.03),rgba(255,255,255,.01))!important;border:1px solid rgba(255,255,255,.08)!important;box-shadow:0 24px 84px rgba(0,0,0,.28)!important;min-height:auto!important;}
.iphone-frame{position:relative!important;width:min(100%,var(--phone-w))!important;margin:0 auto!important;padding:10px 10px 12px!important;border-radius:50px!important;background:linear-gradient(145deg,#2a2d39 0%,#060709 34%,#0a0b0f 100%)!important;border:1px solid rgba(255,255,255,.12)!important;box-shadow:0 36px 96px rgba(0,0,0,.55),0 0 42px rgba(112,96,255,.14),inset 0 1px 0 rgba(255,255,255,.10),inset 0 -1px 0 rgba(255,255,255,.04)!important;overflow:visible!important;}
.iphone-frame:before{content:""!important;position:absolute!important;left:50%!important;top:17px!important;transform:translateX(-50%)!important;width:118px!important;height:29px!important;border-radius:999px!important;background:linear-gradient(180deg,#040405,#000)!important;box-shadow:inset 0 1px 2px rgba(255,255,255,.08),0 0 0 1px rgba(255,255,255,.04),0 8px 18px rgba(0,0,0,.35)!important;z-index:10!important;}
.iphone-frame:after{content:""!important;position:absolute!important;right:-4px!important;top:150px!important;width:4px!important;height:84px!important;border-radius:0 5px 5px 0!important;background:linear-gradient(180deg,#171821,#07080b)!important;box-shadow:-1px 0 1px rgba(255,255,255,.08) inset!important;z-index:-1!important;}
.ios-status{height:34px!important;padding:7px 16px 8px!important;font-size:11px!important;font-weight:700!important;color:#f1f4ff!important;display:flex!important;align-items:center!important;justify-content:space-between!important;letter-spacing:.01em!important;}
.tg-pill{padding:4px 12px!important;border-radius:999px!important;background:rgba(255,255,255,.06)!important;border:1px solid rgba(255,255,255,.07)!important;font-size:10px!important;font-weight:800!important;}
.app-window{height:668px!important;border-radius:40px!important;background:#0c0d15!important;border:1px solid rgba(255,255,255,.06)!important;overflow:hidden!important;}
.app-head{height:54px!important;display:grid!important;grid-template-columns:52px 1fr 32px!important;align-items:center!important;gap:6px!important;padding:8px 13px!important;background:rgba(13,15,24,.98)!important;border-bottom:1px solid rgba(255,255,255,.055)!important;}
.app-head>span:first-child{font-size:10px!important;color:#d9dcec!important;font-weight:750!important;}
.app-head b{max-width:184px!important;margin:0 auto!important;text-align:center!important;font-size:12px!important;line-height:1.12!important;font-weight:850!important;letter-spacing:-.02em!important;}
.app-head small{display:block!important;text-align:center!important;margin-top:2px!important;font-size:9px!important;line-height:1!important;color:#8d92a6!important;font-weight:650!important;}
.app-head .dots{width:28px!important;height:28px!important;border-radius:50%!important;border:1px solid rgba(255,255,255,.28)!important;font-size:11px!important;display:grid!important;place-items:center!important;color:#fff!important;}
.app-content{position:relative!important;height:580px!important;overflow:hidden!important;background:linear-gradient(180deg,#0c0d15,#0b0c14)!important;}
.role-phone,.real-scene,.scene-cover{position:absolute!important;inset:0!important;}
.real-scene{opacity:0!important;pointer-events:none!important;transition:opacity .36s ease!important;}
.real-scene.active{opacity:1!important;pointer-events:auto!important;}
.scene-cover{display:flex!important;flex-direction:column!important;overflow:hidden!important;background:transparent!important;padding:0!important;}
.scene-head{min-height:122px!important;display:flex!important;justify-content:space-between!important;align-items:flex-start!important;gap:10px!important;padding:20px 16px 14px!important;background:linear-gradient(180deg,#18122f 0%,#110c22 100%)!important;border-bottom:1px solid rgba(255,255,255,.06)!important;}
.scene-head h3{font-size:23px!important;line-height:1.08!important;margin:0 0 8px!important;letter-spacing:-.035em!important;}
.scene-head p{font-size:12px!important;line-height:1.35!important;color:#b9bdd0!important;margin:0!important;}
.back{font-size:15px!important;font-weight:850!important;margin-bottom:12px!important;color:#c6a7ff!important;}
.moon{width:40px!important;height:40px!important;font-size:20px!important;flex:none!important;}
.mini-tabs{margin:12px 14px 12px!important;padding:4px!important;border-radius:16px!important;background:rgba(255,255,255,.04)!important;gap:4px!important;}
.mini-tabs span{height:38px!important;border-radius:13px!important;font-size:12.5px!important;font-weight:850!important;}
.form-label{display:block!important;padding:0 16px!important;margin:0 0 8px!important;font-size:12px!important;font-weight:750!important;color:#b9bfd0!important;}
.tz-box{margin:0 16px!important;height:118px!important;min-height:118px!important;max-height:118px!important;padding:14px 14px!important;border-radius:18px!important;background:rgba(255,255,255,.055)!important;border:1px solid rgba(255,255,255,.075)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.035)!important;overflow:hidden!important;}
.tz-box span{display:block!important;white-space:pre-wrap!important;overflow-wrap:anywhere!important;word-break:break-word!important;font-size:13.4px!important;line-height:1.42!important;font-weight:650!important;color:#edf0fa!important;}
.ai-action{margin:12px 16px 0!important;height:50px!important;border-radius:18px!important;font-size:15px!important;font-weight:900!important;box-shadow:0 12px 32px rgba(95,168,255,.22)!important;}
.auto-fields{margin:10px 16px 0!important;display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important;}
.auto-field,.executor-field{padding:11px 12px!important;border-radius:16px!important;border:1px solid rgba(255,255,255,.08)!important;background:rgba(255,255,255,.04)!important;}
.auto-field small,.executor-field small{font-size:9px!important;line-height:1.2!important;letter-spacing:.08em!important;}
.auto-field strong,.executor-field strong,.hero-reply .box strong{font-size:17px!important;line-height:1.15!important;}
.small-note,.attach-box,.ai-result,.task-preview-card,.executor-task-card,.executor-chip,.record-card,.executor-fields,.send-reply-btn{margin-left:16px!important;margin-right:16px!important;}
.small-note{margin-top:10px!important;font-size:11px!important;line-height:1.35!important;color:#969db0!important;}
.attach-box{margin-top:8px!important;height:46px!important;font-size:13px!important;font-weight:750!important;border-radius:16px!important;}
.ai-phone-modal{padding:14px!important;}
.ai-modal-card{border-radius:24px!important;padding:18px!important;box-shadow:0 28px 80px rgba(0,0,0,.44)!important;}
.ai-modal-card h4{font-size:18px!important;line-height:1.15!important;margin:0 0 8px!important;}
.ai-modal-lead,.ai-modal-box p,.market-box p{font-size:13px!important;line-height:1.45!important;}
.ai-modal-box,.market-box{border-radius:16px!important;padding:12px!important;}
.hero-replies{position:absolute!important;left:16px!important;right:16px!important;top:124px!important;display:grid!important;gap:10px!important;}
.hero-reply{border-radius:18px!important;padding:12px!important;background:rgba(18,19,28,.96)!important;border:1px solid rgba(120,113,93,.32)!important;box-shadow:0 14px 32px rgba(0,0,0,.24)!important;backdrop-filter:blur(10px)!important;}
.hero-reply h4{font-size:13px!important;line-height:1.15!important;margin:0 0 3px!important;}
.hero-reply p{font-size:10px!important;line-height:1.25!important;}
.hero-reply .voice{height:48px!important;border-radius:15px!important;margin-top:10px!important;padding:0 10px!important;}
.hero-reply .play{width:32px!important;height:32px!important;font-size:12px!important;}
.hero-reply .reveal-row{gap:8px!important;}
.hero-reply .box{padding:9px 10px!important;border-radius:14px!important;}
.chat-pill,.executor-chip{left:16px!important;right:16px!important;bottom:18px!important;border-radius:18px!important;padding:12px 14px!important;font-size:11px!important;line-height:1.35!important;}
.executor-task-card,.task-preview-card,.ai-result,.record-card,.executor-chip{border-radius:18px!important;}
.executor-task-card h4,.task-preview-card h4{font-size:15px!important;line-height:1.2!important;margin:10px 0 6px!important;}
.executor-task-card p,.task-preview-card p,.ai-result p,.record-card p,.executor-chip p,.chat-pill{font-size:11px!important;line-height:1.38!important;}
.record-card{margin-top:14px!important;padding:14px!important;}
.record-wave{height:56px!important;border-radius:16px!important;}
.send-reply-btn{height:52px!important;border-radius:18px!important;font-size:15px!important;font-weight:900!important;}
.app-preview{max-width:404px!important;margin:0 auto!important;border-radius:34px!important;border:1px solid rgba(255,255,255,.08)!important;background:linear-gradient(180deg,#111320,#0b0d15)!important;box-shadow:0 28px 74px rgba(0,0,0,.38)!important;overflow:hidden!important;}
.phone-bar{padding:14px 16px!important;background:rgba(255,255,255,.03)!important;display:flex!important;justify-content:space-between!important;align-items:center!important;}
.phone-title{font-size:13px!important;font-weight:800!important;}
.task-card{padding:22px!important;}
.task-top{display:flex!important;flex-wrap:wrap!important;gap:8px!important;margin-bottom:8px!important;}
.task-chip,.meta{display:inline-flex!important;align-items:center!important;gap:6px!important;padding:7px 10px!important;border-radius:999px!important;border:1px solid rgba(255,255,255,.07)!important;background:rgba(255,255,255,.04)!important;color:#c8d0e3!important;font-size:11px!important;font-weight:800!important;}
.task-chip.urgent,.meta.green{background:rgba(95,168,255,.10)!important;color:#76afff!important;border-color:rgba(95,168,255,.16)!important;}
.task-card h2{font-size:28px!important;line-height:1.08!important;letter-spacing:-.045em!important;margin:10px 0 10px!important;}
.task-card p{font-size:14px!important;line-height:1.52!important;color:#c7ccda!important;}
.task-meta{display:flex!important;flex-wrap:wrap!important;gap:8px!important;margin-top:12px!important;}
.feature-grid.four{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px!important;}
.feature-card{padding:24px!important;border-radius:28px!important;border:1px solid rgba(255,255,255,.08)!important;background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.03))!important;box-shadow:0 20px 54px rgba(0,0,0,.20)!important;}
.feature-card .icon{width:52px!important;height:52px!important;display:grid!important;place-items:center!important;border-radius:16px!important;background:linear-gradient(135deg,rgba(167,123,255,.16),rgba(95,168,255,.14))!important;border:1px solid rgba(255,255,255,.07)!important;margin-bottom:16px!important;}
.feature-card .icon svg{width:24px!important;height:24px!important;color:#c0a8ff!important;margin:0!important;}
.feature-card h3{font-size:20px!important;line-height:1.15!important;margin:0 0 8px!important;}
.feature-card p{font-size:14px!important;line-height:1.5!important;color:#c4c9d8!important;margin:0!important;}
.cta-band{display:flex!important;align-items:center!important;gap:18px!important;padding:24px 28px!important;border-radius:32px!important;border:1px solid rgba(255,255,255,.08)!important;background:linear-gradient(135deg,rgba(164,119,255,.12),rgba(95,168,255,.08))!important;box-shadow:0 24px 64px rgba(0,0,0,.20)!important;}
.cta-band img{width:58px!important;height:58px!important;filter:drop-shadow(0 0 18px rgba(121,132,255,.18))!important;}
.article-body{max-width:920px!important;margin:0 auto!important;padding:30px!important;border-radius:30px!important;border:1px solid rgba(255,255,255,.08)!important;background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.025))!important;box-shadow:0 18px 48px rgba(0,0,0,.18)!important;}
.article-body h2{font-size:34px!important;line-height:1.06!important;letter-spacing:-.045em!important;margin:0 0 14px!important;}
.article-body h3{font-size:22px!important;line-height:1.18!important;margin:20px 0 10px!important;}
.article-body p,.article-body li{font-size:15px!important;line-height:1.7!important;color:#cbd0dd!important;}
.article-body ul{padding-left:18px!important;margin:0!important;}
.brief-form{padding:28px!important;border-radius:32px!important;border:1px solid rgba(255,255,255,.08)!important;background:linear-gradient(180deg,rgba(17,19,29,.90),rgba(10,11,18,.94))!important;box-shadow:0 24px 64px rgba(0,0,0,.22)!important;}
.brief-form h3{font-size:28px!important;line-height:1.1!important;margin:0 0 10px!important;}
.brief-form p{font-size:15px!important;line-height:1.6!important;color:#c7ccda!important;margin:0 0 16px!important;}
.form-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important;margin:18px 0 18px!important;}
.fake-field{min-height:58px!important;padding:16px!important;border-radius:18px!important;border:1px solid rgba(255,255,255,.07)!important;background:rgba(255,255,255,.04)!important;color:#cfd5e2!important;font-size:14px!important;font-weight:700!important;display:flex!important;align-items:center!important;}
.fake-field.big{grid-column:1 / -1!important;min-height:110px!important;align-items:flex-start!important;}
.section-center .sub,.glass-panel p,.flow-card p,.clean-list li,.bullet-list div{color:#c6cbda!important;}
.cta-hero{padding:30px!important;border-radius:32px!important;}
@media(max-width:1180px){.feature-grid.four{grid-template-columns:repeat(2,minmax(0,1fr))!important;}}
@media(max-width:860px){.hero-grid,.sub-hero-grid,.twin-showcase{grid-template-columns:1fr!important;}.phone-demo{order:-1!important;margin-bottom:8px!important;}.app-preview{max-width:100%!important;}.cta-band{flex-direction:column!important;align-items:flex-start!important;}}
@media(max-width:720px){.logo img{width:56px!important;height:56px!important;}.logo span{font-size:28px!important;}.nav{height:68px!important;gap:8px!important;}.hero{padding:38px 0 22px!important;}.lead{font-size:16px!important;}.hero-typebar{grid-template-columns:1fr!important;gap:6px!important;min-height:64px!important;}.hero-type-label{width:max-content!important;}.hero-rotator{min-height:38px!important;max-height:38px!important;font-size:12.5px!important;line-height:1.4!important;}.iphone-frame{width:min(100%,380px)!important;padding:9px 9px 10px!important;border-radius:40px!important;}.iphone-frame:before{width:112px!important;height:26px!important;top:15px!important;}.app-window{height:650px!important;border-radius:34px!important;}.app-content{height:596px!important;}.scene-head{min-height:118px!important;padding:18px 14px 12px!important;}.scene-head h3{font-size:21px!important;}.scene-head p{font-size:11px!important;}.tz-box{height:114px!important;min-height:114px!important;max-height:114px!important;font-size:12.8px!important;}.tz-box span{font-size:12.8px!important;}.small-note,.attach-box,.ai-result,.task-preview-card,.executor-task-card,.executor-chip,.record-card,.executor-fields,.send-reply-btn,.form-label,.ai-action,.auto-fields{margin-left:12px!important;margin-right:12px!important;}.feature-grid.four,.form-grid{grid-template-columns:1fr!important;}.article-body,.brief-form{padding:22px!important;}.article-body h2{font-size:28px!important;}.brief-form h3{font-size:24px!important;}.feature-card{padding:20px!important;}.nav-actions .btn{display:none!important;}.mobile-cta .btn{min-height:50px!important;font-size:14px!important;}}


/* ===== Premium WOW refinement v3 (no structure changes) ===== */
:root{
  --wow-purple:#b48cff;
  --wow-blue:#72b6ff;
  --wow-cyan:#87deff;
  --wow-glass:rgba(255,255,255,.055);
  --wow-border:rgba(255,255,255,.09);
  --wow-shadow:0 28px 80px rgba(0,0,0,.28);
}
body{background:
  radial-gradient(circle at 78% 8%, rgba(122,97,255,.14), transparent 0 18%, transparent 36%),
  radial-gradient(circle at 8% 7%, rgba(108,184,255,.12), transparent 0 16%, transparent 28%),
  linear-gradient(180deg,#07080d 0%,#0c0d14 32%,#090a11 100%)!important;}
body:before{opacity:.9!important;background-size:54px 54px!important;}
body:after{filter:blur(36px)!important;opacity:.95!important;}
.section,.sub-hero,.hero{position:relative;}
.hero:before,.sub-hero:before{content:"";position:absolute;inset:auto 0 0 0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.08),transparent);opacity:.6;pointer-events:none;}
.badge{padding:9px 14px!important;border-radius:999px!important;border:1px solid rgba(147,172,255,.18)!important;background:linear-gradient(135deg,rgba(178,136,255,.12),rgba(101,174,255,.08))!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 10px 30px rgba(0,0,0,.12)!important;color:#d8c7ff!important;font-size:11.5px!important;letter-spacing:.04em!important;}
.eyebrow,.panel-kicker,.role-kicker{letter-spacing:.16em!important;color:#b58cff!important;text-transform:uppercase!important;font-weight:900!important;}
.gradient-text{background:linear-gradient(90deg,#d7b5ff 0%,#97c7ff 42%,#86e3ff 100%)!important;-webkit-background-clip:text!important;background-clip:text!important;color:transparent!important;}
.hero-copy h1,.sub-copy h1,.section h2,.article-body h2,.brief-form h3,.cta-hero h2{ text-wrap:balance; }
.subpoints li,.clean-list li,.bullet-list div,.article-body li,.article-body p,.lead,.sub{ text-wrap:pretty; }
.btn{position:relative;isolation:isolate;}
.btn-primary{background:linear-gradient(135deg,#b287ff 0%,#75b3ff 56%,#7edfff 100%)!important;border:1px solid rgba(255,255,255,.12)!important;box-shadow:0 18px 46px rgba(95,168,255,.26),0 0 0 1px rgba(255,255,255,.05) inset,0 6px 20px rgba(167,123,255,.18)!important;}
.btn-primary:after{content:"";position:absolute;inset:1px;border-radius:inherit;background:linear-gradient(180deg,rgba(255,255,255,.18),rgba(255,255,255,0) 40%);opacity:.45;pointer-events:none;}
.btn-primary:hover{transform:translateY(-2px) scale(1.01)!important;box-shadow:0 24px 60px rgba(95,168,255,.30),0 0 0 1px rgba(255,255,255,.05) inset,0 8px 24px rgba(167,123,255,.22)!important;}
.btn-ghost{background:rgba(255,255,255,.035)!important;border-color:rgba(255,255,255,.09)!important;}
.btn-ghost:hover{background:rgba(255,255,255,.055)!important;}
.proof-line span,.task-chip,.meta,.pill,.finder-tags span,.catalog-meta span,.article-meta span{box-shadow:inset 0 1px 0 rgba(255,255,255,.04);} 
.phone-demo,.app-preview,.feature-card,.flow-card,.glass-panel,.brief-form,.article-body,.cta-band,.cta-hero,.mini-card,.finder-card,.catalog-card,.article-card,.seo-card,.screen,.shot-card{position:relative;overflow:hidden;}
.phone-demo:after,.app-preview:after,.feature-card:after,.flow-card:after,.glass-panel:after,.brief-form:after,.article-body:after,.cta-band:after,.cta-hero:after,.mini-card:after,.finder-card:after,.catalog-card:after,.article-card:after,.seo-card:after,.screen:after,.shot-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,0) 18%);opacity:.35;pointer-events:none;}
.feature-card,.flow-card,.glass-panel,.brief-form,.article-body,.mini-card,.finder-card,.catalog-card,.article-card,.seo-card,.screen{border:1px solid var(--wow-border)!important;background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.022))!important;box-shadow:var(--wow-shadow)!important;backdrop-filter:blur(18px)!important;}
.feature-card:hover,.flow-card:hover,.glass-panel:hover,.mini-card:hover,.finder-card:hover,.catalog-card:hover,.article-card:hover,.seo-card:hover,.screen:hover{transform:translateY(-5px)!important;border-color:rgba(120,180,255,.18)!important;box-shadow:0 32px 88px rgba(0,0,0,.32),0 0 0 1px rgba(120,180,255,.05) inset!important;}
.feature-card .icon{background:linear-gradient(135deg,rgba(178,136,255,.18),rgba(101,174,255,.14))!important;box-shadow:0 12px 26px rgba(0,0,0,.14), inset 0 1px 0 rgba(255,255,255,.06)!important;}
.feature-card h3,.flow-card h3,.catalog-card h3,.mini-card h3,.finder-card h3{letter-spacing:-.03em!important;}
.inline-shots img,.shot-card img{box-shadow:0 18px 44px rgba(0,0,0,.26)!important;}
.shot-badge{background:rgba(8,10,16,.88)!important;border:1px solid rgba(255,255,255,.09)!important;box-shadow:0 18px 44px rgba(0,0,0,.24)!important;}
.cta-band,.cta-hero{background:linear-gradient(135deg,rgba(177,131,255,.16),rgba(91,169,255,.12))!important;border:1px solid rgba(255,255,255,.10)!important;box-shadow:0 30px 90px rgba(0,0,0,.24)!important;}
.cta-band h2,.cta-hero h2{margin:0 0 8px!important;}
.article-body h2,.brief-form h3,.section h2{background:linear-gradient(90deg,#fff,#d6dbec)!important;-webkit-background-clip:text!important;background-clip:text!important;color:transparent!important;}
.hero-copy,.sub-copy{max-width:640px;}
.hero-actions{gap:14px!important;}
.proof-line{gap:10px!important;}
.phone-demo{background:linear-gradient(180deg,rgba(255,255,255,.028),rgba(255,255,255,.01))!important;border-color:rgba(255,255,255,.08)!important;box-shadow:0 28px 90px rgba(0,0,0,.30)!important;}
.iphone-frame{box-shadow:0 38px 110px rgba(0,0,0,.58),0 0 54px rgba(123,129,255,.12),inset 0 1px 0 rgba(255,255,255,.11),inset 0 -1px 0 rgba(255,255,255,.04)!important;}
.app-window{box-shadow:inset 0 1px 0 rgba(255,255,255,.03)!important;}
.tz-box,.auto-field,.executor-field,.hero-reply .box,.task-preview-card,.executor-task-card,.record-card,.ai-modal-box,.market-box{background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.035))!important;border-color:rgba(255,255,255,.08)!important;}
.ai-action,.send-reply-btn{background:linear-gradient(135deg,#b287ff 0%,#75b3ff 58%,#7edfff 100%)!important;border:1px solid rgba(255,255,255,.10)!important;box-shadow:0 16px 34px rgba(95,168,255,.20)!important;}
.hero-reply,.executor-chip,.chat-pill,.ai-modal-card{box-shadow:0 20px 50px rgba(0,0,0,.30)!important;}
.footer{border-top-color:rgba(255,255,255,.08)!important;background:linear-gradient(180deg,rgba(255,255,255,.01),rgba(255,255,255,0))!important;}
.footer a:hover{color:#fff!important;}
@media(max-width:720px){
  .feature-card:hover,.flow-card:hover,.glass-panel:hover,.mini-card:hover,.finder-card:hover,.catalog-card:hover,.article-card:hover,.seo-card:hover,.screen:hover{transform:none!important;}
  .badge{font-size:11px!important;}
}


/* ===== Precision polish v4 ===== */
.header{background:rgba(8,8,14,.84)!important;}
.nav{height:78px!important;gap:18px!important;}
.logo img{width:70px!important;height:70px!important;}
.logo span{font-size:32px!important;}
.nav-links{display:flex!important;gap:16px!important;font-size:13.8px!important;font-weight:860!important;letter-spacing:-.01em!important;color:#d6d2e2!important;}
.nav-links a{padding:10px 2px!important;opacity:.9!important;}
.nav-links a:hover{opacity:1!important;color:#fff!important;}
.nav-role-toggle,.page-role-toggle{height:42px!important;min-width:236px!important;max-width:236px!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 10px 28px rgba(0,0,0,.16)!important;}
.nav-role-toggle button,.page-role-toggle a{font-size:12.6px!important;font-weight:860!important;}
.nav-actions .btn{min-height:58px!important;padding:0 32px!important;border-radius:20px!important;font-size:16px!important;font-weight:950!important;letter-spacing:-.02em!important;}
.hero-grid{grid-template-columns:1.08fr .92fr!important;gap:42px!important;align-items:center!important;}
.hero-copy{max-width:680px!important;}
.hero-copy h1{font-size:clamp(38px,5.35vw,72px)!important;line-height:1.0!important;letter-spacing:-.068em!important;margin-bottom:12px!important;}
.hero-typebar{grid-template-columns:auto minmax(0,1fr)!important;gap:12px!important;min-height:36px!important;margin:6px 0 10px!important;}
.hero-type-label{height:29px!important;padding:0 12px!important;font-size:10.5px!important;}
.hero-rotator{min-height:22px!important;max-height:22px!important;font-size:13.2px!important;line-height:22px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:clip!important;}
.lead{font-size:17px!important;line-height:1.58!important;margin-top:6px!important;}
.subpoints{gap:6px!important;margin:14px 0 0!important;}
.subpoints li{padding:7px 0!important;border-radius:0!important;background:transparent!important;font-size:14.5px!important;line-height:1.34!important;gap:10px!important;}
.subpoints li + li{margin-top:1px!important;}
.hero-actions{gap:12px!important;margin:20px 0 0!important;}
.hero-actions .btn{min-height:56px!important;border-radius:19px!important;font-size:15px!important;padding:0 24px!important;}
.hero-actions .btn.btn-primary{min-width:234px!important;padding:0 28px!important;font-size:16px!important;font-weight:950!important;box-shadow:0 22px 64px rgba(95,168,255,.32),0 0 0 1px rgba(255,255,255,.06) inset,0 10px 28px rgba(167,123,255,.24)!important;}
.hero-actions .btn.btn-ghost{min-width:210px!important;}
.proof-line{margin-top:16px!important;gap:8px!important;}
.proof-line span{font-size:11px!important;padding:7px 10px!important;}
.phone-demo{padding:16px!important;border-radius:44px!important;}
:root{--phone-w:412px!important;}
.iphone-frame{padding:11px 11px 13px!important;border-radius:52px!important;background:linear-gradient(145deg,#2b2e3b 0%,#07080a 35%,#0b0c11 100%)!important;border:1px solid rgba(255,255,255,.13)!important;box-shadow:0 40px 120px rgba(0,0,0,.60),0 0 54px rgba(126,135,255,.11),inset 0 1px 0 rgba(255,255,255,.11),inset 0 -1px 0 rgba(255,255,255,.04)!important;}
.iphone-frame:before{width:120px!important;height:30px!important;top:18px!important;}
.iphone-frame:after{right:-4px!important;top:146px!important;height:88px!important;}
.ios-status{padding:8px 16px 9px!important;font-size:11px!important;}
.tg-pill{font-size:10px!important;padding:4px 11px!important;}
.app-window{height:682px!important;border-radius:42px!important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.03)!important;}
.app-head{height:56px!important;padding:9px 14px!important;grid-template-columns:54px 1fr 34px!important;}
.app-head b{font-size:12.4px!important;}
.app-content{height:592px!important;}
.scene-head{min-height:124px!important;padding:20px 16px 14px!important;}
.scene-head.purple{min-height:134px!important;}
.scene-head h3{font-size:23px!important;line-height:1.07!important;}
.scene-head p{font-size:11.6px!important;line-height:1.3!important;}
.mini-tabs{margin:12px 14px 10px!important;}
.mini-tabs span{height:40px!important;font-size:13px!important;}
.form-label{padding:0 16px!important;margin-bottom:7px!important;font-size:12px!important;}
.tz-box{margin:0 16px!important;height:126px!important;min-height:126px!important;max-height:126px!important;padding:14px!important;border-radius:18px!important;}
.tz-box span{display:block!important;height:auto!important;min-height:0!important;font-size:12.9px!important;line-height:1.42!important;font-weight:670!important;white-space:normal!important;overflow:visible!important;}
.ai-action{margin:11px 16px 0!important;height:52px!important;font-size:15.5px!important;}
.auto-fields{margin:10px 16px 0!important;gap:9px!important;}
.auto-field,.executor-field{padding:10px 12px!important;}
.auto-field strong,.executor-field strong{font-size:17px!important;}
.small-note{margin-top:9px!important;font-size:10.9px!important;line-height:1.3!important;}
.attach-box{margin-top:8px!important;height:47px!important;font-size:13px!important;}
.hero-replies{top:126px!important;gap:10px!important;}
.hero-reply{padding:12px!important;border-radius:18px!important;}
.hero-reply h4{font-size:13px!important;}
.hero-reply p{font-size:10px!important;}
.hero-reply .voice{height:49px!important;}
.chat-pill,.executor-chip{bottom:18px!important;}
.feature-card,.flow-card,.glass-panel,.brief-form,.article-body,.cta-band,.cta-hero{border-radius:30px!important;}
@media(max-width:1180px){
  .nav-links{display:none!important;}
}
@media(max-width:720px){
  .hero-grid{grid-template-columns:1fr!important;}
  .hero-copy h1{font-size:clamp(33px,10.2vw,48px)!important;}
  .hero-typebar{grid-template-columns:1fr!important;gap:6px!important;min-height:48px!important;}
  .hero-rotator{min-height:18px!important;max-height:18px!important;font-size:12px!important;line-height:18px!important;}
  .subpoints li{font-size:13.6px!important;}
  .hero-actions .btn.btn-primary,.hero-actions .btn.btn-ghost{min-width:0!important;width:100%!important;}
  .nav-actions .btn{display:none!important;}
  .iphone-frame{width:min(100%,384px)!important;border-radius:42px!important;}
  .app-window{height:656px!important;}
  .app-content{height:600px!important;}
  .tz-box{height:122px!important;min-height:122px!important;max-height:122px!important;}
  .tz-box span{font-size:12.6px!important;}
}


/* ===== V5 visual cut: ultra-realistic phone focus ===== */
.phone-demo{
  position:relative!important;
  padding:18px 18px 20px!important;
  border-radius:46px!important;
  background:radial-gradient(circle at 50% 10%, rgba(255,255,255,.035), transparent 40%), linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.008))!important;
  border:1px solid rgba(255,255,255,.07)!important;
  box-shadow:0 24px 90px rgba(0,0,0,.26), inset 0 1px 0 rgba(255,255,255,.04)!important;
  overflow:visible!important;
}
.phone-demo:before{
  content:"";position:absolute;left:calc(50% - 219px);top:168px;width:4px;height:72px;border-radius:4px 0 0 4px;
  background:linear-gradient(180deg,#2b2f39,#0e1015)!important;box-shadow:0 96px 0 0 rgba(24,27,34,.96),0 116px 0 0 rgba(18,20,26,.96), inset 1px 0 0 rgba(255,255,255,.08)!important;
}
.phone-demo:after{
  content:"";position:absolute;left:50%;transform:translateX(-50%);bottom:14px;width:270px;height:28px;border-radius:50%;
  background:radial-gradient(ellipse at center, rgba(0,0,0,.34) 0%, rgba(0,0,0,.20) 48%, rgba(0,0,0,0) 76%);
  filter:blur(6px);pointer-events:none;
}
:root{--phone-w:414px!important;}
.iphone-frame{
  position:relative!important;
  width:min(100%,var(--phone-w))!important;
  padding:11px 11px 13px!important;
  border-radius:54px!important;
  background:
    linear-gradient(145deg,#383d47 0%, #171a20 12%, #07080b 32%, #0a0c10 68%, #21242d 100%)!important;
  border:1px solid rgba(255,255,255,.14)!important;
  box-shadow:
    0 44px 120px rgba(0,0,0,.62),
    0 0 0 1px rgba(255,255,255,.035) inset,
    inset 0 1px 0 rgba(255,255,255,.12),
    inset 0 -1px 0 rgba(255,255,255,.05),
    0 0 60px rgba(98,106,255,.08)!important;
  overflow:visible!important;
}
.iphone-frame:before{
  content:""!important;
  position:absolute!important;
  left:50%!important;top:18px!important;transform:translateX(-50%)!important;
  width:122px!important;height:31px!important;border-radius:999px!important;
  background:linear-gradient(180deg,#060607,#000)!important;
  box-shadow:inset 0 1px 1px rgba(255,255,255,.08), inset 0 -1px 1px rgba(255,255,255,.03), 0 0 0 1px rgba(255,255,255,.045), 0 10px 24px rgba(0,0,0,.34)!important;
  z-index:12!important;
}
.iphone-frame:after{
  content:""!important;
  position:absolute!important;right:-4px!important;top:145px!important;width:4px!important;height:90px!important;
  border-radius:0 5px 5px 0!important;
  background:linear-gradient(180deg,#292d36,#111318)!important;box-shadow:-1px 0 1px rgba(255,255,255,.08) inset!important;z-index:0!important;
}
.app-window{
  position:relative!important;
  height:684px!important;
  border-radius:43px!important;
  background:linear-gradient(180deg,#0c0d14,#090a11)!important;
  border:1px solid rgba(255,255,255,.07)!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.022), inset 0 16px 36px rgba(255,255,255,.012), inset 0 -26px 38px rgba(0,0,0,.22)!important;
  overflow:hidden!important;
}
.app-window:before{
  content:"";position:absolute;inset:0;pointer-events:none;z-index:10;
  background:linear-gradient(180deg,rgba(255,255,255,.085),rgba(255,255,255,0) 14%, rgba(255,255,255,0) 72%, rgba(255,255,255,.02));
  mix-blend-mode:screen;
}
.app-window:after{
  content:"";position:absolute;left:-20%;top:-8%;width:60%;height:34%;pointer-events:none;z-index:10;
  background:linear-gradient(115deg, rgba(255,255,255,.12), rgba(255,255,255,0) 42%);opacity:.22;filter:blur(10px);transform:rotate(-6deg);
}
.ios-status{padding:8px 17px 9px!important;font-size:11px!important;font-weight:760!important;letter-spacing:.01em!important;color:#f2f4fc!important;}
.tg-pill{background:rgba(255,255,255,.055)!important;border:1px solid rgba(255,255,255,.08)!important;color:#eef1fb!important;}
.app-head{
  height:58px!important;
  padding:10px 14px!important;
  background:linear-gradient(180deg,rgba(18,20,30,.98),rgba(13,15,23,.98))!important;
  border-bottom:1px solid rgba(255,255,255,.06)!important;
}
.app-head b{font-size:12.6px!important;color:#f6f7fb!important;}
.app-head small{font-size:9.2px!important;color:#98a0b3!important;}
.app-head .dots{border-color:rgba(255,255,255,.24)!important;background:rgba(255,255,255,.02)!important;}
.app-content{height:594px!important;background:linear-gradient(180deg,#0c0d15 0%,#0b0c14 45%,#0a0b12 100%)!important;}
.scene-head{
  min-height:126px!important;
  padding:20px 16px 14px!important;
  background:linear-gradient(180deg,#2b2153 0%, #17112f 58%, #110d22 100%)!important;
  border-bottom:1px solid rgba(255,255,255,.07)!important;
}
.scene-head.purple{min-height:136px!important;}
.scene-head .back{color:#c0a3ff!important;}
.scene-head h3{font-size:23px!important;line-height:1.07!important;letter-spacing:-.045em!important;color:#fff!important;}
.scene-head p{font-size:11.6px!important;color:#c3c9da!important;}
.moon{
  width:40px!important;height:40px!important;border-radius:50%!important;
  background:linear-gradient(180deg,rgba(255,255,255,.12),rgba(255,255,255,.04))!important;
  border:1px solid rgba(255,255,255,.08)!important;
  box-shadow:0 10px 24px rgba(0,0,0,.18)!important;
}
.mini-tabs{margin:12px 14px 10px!important;padding:4px!important;border-radius:16px!important;background:rgba(255,255,255,.035)!important;border:1px solid rgba(255,255,255,.05)!important;}
.mini-tabs span{height:40px!important;border-radius:13px!important;font-size:13px!important;}
.mini-tabs span.active{box-shadow:0 10px 24px rgba(95,168,255,.18)!important;}
.form-label{font-size:12px!important;color:#d2d7e5!important;}
.tz-box{
  height:128px!important;min-height:128px!important;max-height:128px!important;
  background:linear-gradient(180deg,rgba(255,255,255,.065),rgba(255,255,255,.03))!important;
  border:1px solid rgba(255,255,255,.09)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.035), 0 8px 20px rgba(0,0,0,.10)!important;
}
.tz-box span{font-size:13px!important;line-height:1.42!important;color:#f0f2f9!important;font-weight:680!important;}
.ai-action{height:53px!important;border-radius:18px!important;font-size:15.5px!important;box-shadow:0 14px 30px rgba(95,168,255,.24)!important;}
.auto-field,.executor-field,.task-preview-card,.executor-task-card,.record-card,.ai-modal-box,.market-box,.hero-reply .box{
  background:linear-gradient(180deg,rgba(255,255,255,.065),rgba(255,255,255,.03))!important;
  border:1px solid rgba(255,255,255,.08)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.03)!important;
}
.small-note{font-size:10.9px!important;color:#b5bbcb!important;}
.attach-box{background:rgba(255,255,255,.03)!important;border:1px solid rgba(255,255,255,.08)!important;}
.ai-modal-card{background:linear-gradient(180deg,rgba(18,20,29,.97),rgba(12,13,20,.98))!important;border:1px solid rgba(255,255,255,.08)!important;}
.hero-reply{background:linear-gradient(180deg,rgba(22,24,35,.97),rgba(16,18,27,.98))!important;border:1px solid rgba(160,149,116,.26)!important;}
.hero-reply .voice{background:rgba(9,10,16,.86)!important;border:1px solid rgba(255,255,255,.05)!important;}
.chat-pill,.executor-chip{background:linear-gradient(180deg,rgba(18,20,30,.96),rgba(13,15,23,.98))!important;border:1px solid rgba(255,255,255,.08)!important;}
@media(max-width:720px){
  .phone-demo{padding:14px 14px 16px!important;border-radius:34px!important;}
  .phone-demo:before,.phone-demo:after{display:none!important;}
  .iphone-frame{width:min(100%,388px)!important;padding:10px 10px 12px!important;border-radius:44px!important;}
  .iphone-frame:before{width:114px!important;height:28px!important;top:16px!important;}
  .app-window{height:658px!important;border-radius:36px!important;}
  .app-content{height:602px!important;}
  .scene-head{min-height:120px!important;padding:18px 14px 12px!important;}
  .scene-head.purple{min-height:130px!important;}
  .tz-box{height:124px!important;min-height:124px!important;max-height:124px!important;}
  .tz-box span{font-size:12.7px!important;}
}


/* ===== Final v6: unified premium hero ===== */
.header{
  position:sticky!important;top:0!important;z-index:90!important;
  background:rgba(8,9,14,.78)!important;
  backdrop-filter:blur(24px)!important;
  border-bottom:1px solid rgba(255,255,255,.07)!important;
  box-shadow:0 10px 34px rgba(0,0,0,.10)!important;
}
.nav{height:80px!important;gap:20px!important;}
.logo{gap:13px!important;}
.logo img{width:72px!important;height:72px!important;filter:drop-shadow(0 0 24px rgba(146,112,255,.42))!important;}
.logo span{font-size:33px!important;font-weight:950!important;letter-spacing:-.05em!important;}
.nav-links{display:flex!important;align-items:center!important;gap:18px!important;font-size:14px!important;font-weight:860!important;color:#ddd9e8!important;}
.nav-links a{padding:10px 2px!important;opacity:.92!important;position:relative!important;}
.nav-links a:after{content:"";position:absolute;left:0;right:0;bottom:2px;height:1px;background:linear-gradient(90deg,transparent,rgba(132,182,255,.8),transparent);transform:scaleX(0);transition:transform .22s ease;opacity:.7;}
.nav-links a:hover:after{transform:scaleX(1);}
.nav-role-toggle,.page-role-toggle{
  height:44px!important;min-width:248px!important;max-width:248px!important;
  padding:4px!important;border-radius:999px!important;
  background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.025))!important;
  border:1px solid rgba(255,255,255,.09)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 14px 34px rgba(0,0,0,.14)!important;
}
.nav-role-toggle button,.page-role-toggle a{font-size:12.8px!important;font-weight:860!important;letter-spacing:-.015em!important;}
.nav-actions .btn{
  min-height:60px!important;padding:0 34px!important;border-radius:21px!important;
  font-size:16px!important;font-weight:950!important;letter-spacing:-.025em!important;
  box-shadow:0 24px 68px rgba(95,168,255,.28),0 0 0 1px rgba(255,255,255,.06) inset,0 10px 28px rgba(167,123,255,.18)!important;
}
.hero{padding:64px 0 38px!important;position:relative!important;}
.hero:after{content:"";position:absolute;left:50%;top:24px;bottom:0;width:1px;background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,0));opacity:.45;transform:translateX(70px);pointer-events:none;}
.hero-grid{grid-template-columns:minmax(0,1.08fr) minmax(380px,.92fr)!important;gap:52px!important;align-items:center!important;}
.hero-copy{max-width:690px!important;position:relative!important;}
.hero-copy:before{content:"";position:absolute;left:-34px;top:78px;width:260px;height:260px;border-radius:50%;background:radial-gradient(circle,rgba(122,103,255,.11) 0%,rgba(122,103,255,0) 72%);filter:blur(18px);pointer-events:none;}
.role-kicker{padding:8px 13px!important;border-radius:999px!important;font-size:11.5px!important;letter-spacing:.12em!important;margin-bottom:16px!important;}
.hero-copy h1{font-size:clamp(42px,5.55vw,76px)!important;line-height:.98!important;letter-spacing:-.074em!important;margin:0 0 12px!important;max-width:720px!important;}
.hero-typebar{grid-template-columns:auto minmax(0,1fr)!important;align-items:center!important;gap:12px!important;min-height:30px!important;margin:7px 0 12px!important;}
.hero-type-label{height:30px!important;padding:0 12px!important;font-size:10.5px!important;letter-spacing:.08em!important;}
.hero-rotator{min-height:21px!important;max-height:21px!important;font-size:13.5px!important;line-height:21px!important;color:#e3e7f1!important;opacity:.95!important;white-space:nowrap!important;overflow:hidden!important;}
.lead{font-size:17.2px!important;line-height:1.6!important;color:#d4d8e4!important;max-width:630px!important;margin:10px 0 0!important;}
.subpoints{gap:6px!important;margin:16px 0 0!important;max-width:620px!important;}
.subpoints li{padding:6px 0!important;background:transparent!important;border-radius:0!important;font-size:14.8px!important;line-height:1.34!important;color:#dce0eb!important;}
.subpoints i{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:14px!important;color:#86bbff!important;}
.hero-actions{display:flex!important;flex-wrap:wrap!important;gap:14px!important;margin:22px 0 0!important;}
.hero-actions .btn{min-height:58px!important;border-radius:20px!important;padding:0 24px!important;font-size:15px!important;}
.hero-actions .btn.btn-primary{min-width:244px!important;padding:0 30px!important;font-size:16.5px!important;font-weight:950!important;}
.hero-actions .btn.btn-ghost{min-width:228px!important;}
.proof-line{display:flex!important;flex-wrap:wrap!important;gap:9px!important;margin-top:18px!important;}
.proof-line span{font-size:11.2px!important;padding:8px 11px!important;border-radius:999px!important;}
.phone-demo{margin-left:auto!important;}
.phone-demo,.app-preview,.feature-card,.flow-card,.glass-panel,.brief-form,.article-body,.cta-band,.cta-hero,.mini-card,.finder-card,.catalog-card,.article-card,.seo-card,.screen,.shot-card{box-shadow:0 30px 86px rgba(0,0,0,.24)!important;}
@media(max-width:1180px){
  .nav-links{display:none!important;}
  .hero:after{display:none!important;}
  .hero-grid{grid-template-columns:1fr!important;gap:26px!important;}
  .phone-demo{margin:0 auto!important;}
}
@media(max-width:720px){
  .nav{height:70px!important;}
  .logo img{width:58px!important;height:58px!important;}
  .logo span{font-size:28px!important;}
  .hero{padding:40px 0 24px!important;}
  .hero-copy h1{font-size:clamp(34px,10.5vw,50px)!important;line-height:1!important;}
  .hero-copy:before{display:none!important;}
  .hero-typebar{grid-template-columns:1fr!important;align-items:flex-start!important;gap:6px!important;min-height:50px!important;}
  .hero-rotator{min-height:18px!important;max-height:18px!important;font-size:12px!important;line-height:18px!important;}
  .lead{font-size:16px!important;}
  .subpoints li{font-size:13.8px!important;}
  .hero-actions .btn{width:100%!important;min-width:0!important;}
}


/* ===== V7 micro-pass: spacing / contrast / CTA / hero phone ===== */
:root{--hero-max:1360px;}
.container{width:min(100% - 44px,var(--max))!important;}
.header{box-shadow:0 10px 34px rgba(0,0,0,.12)!important;}
.nav{height:82px!important;}
.logo img{width:74px!important;height:74px!important;}
.logo span{font-size:34px!important;}
.nav-links{gap:20px!important;font-size:14.2px!important;color:#e4e1ed!important;}
.nav-links a{opacity:.96!important;}
.nav-actions .btn{min-height:62px!important;padding:0 36px!important;font-size:16.5px!important;}
.hero .container.hero-grid{max-width:var(--hero-max)!important;}
.hero{padding:68px 0 42px!important;}
.hero-grid{gap:56px!important;align-items:center!important;}
.hero-copy{max-width:710px!important;}
.hero-copy h1{font-size:clamp(44px,5.7vw,78px)!important;line-height:.965!important;letter-spacing:-.078em!important;margin:0 0 14px!important;color:#fbfcff!important;}
.hero-typebar{margin:8px 0 12px!important;}
.hero-type-label{background:rgba(255,255,255,.05)!important;color:#ebe6f7!important;border-color:rgba(255,255,255,.10)!important;}
.hero-rotator{font-size:13.8px!important;color:#eef2fa!important;}
.lead{max-width:640px!important;font-size:17.4px!important;line-height:1.62!important;color:#dde2ee!important;}
.subpoints{margin:18px 0 0!important;gap:7px!important;}
.subpoints li{font-size:15px!important;line-height:1.34!important;color:#e0e5ef!important;padding:5px 0!important;}
.subpoints i{color:#95c5ff!important;}
.hero-actions{margin:24px 0 0!important;gap:14px!important;}
.hero-actions .btn{min-height:60px!important;border-radius:21px!important;padding:0 26px!important;}
.hero-actions .btn.btn-primary{min-width:262px!important;padding:0 34px!important;font-size:17px!important;box-shadow:0 28px 74px rgba(95,168,255,.30),0 0 0 1px rgba(255,255,255,.06) inset,0 12px 28px rgba(167,123,255,.22)!important;}
.hero-actions .btn.btn-ghost{min-width:238px!important;color:#eef2fa!important;background:rgba(255,255,255,.045)!important;}
.proof-line{margin-top:18px!important;gap:10px!important;}
.proof-line span{font-size:11.4px!important;padding:8px 12px!important;color:#c5c9d7!important;}
.phone-demo{padding:20px 20px 22px!important;border-radius:48px!important;}
.phone-demo:before{left:calc(50% - 220px)!important;}
.iphone-frame{width:min(100%,418px)!important;padding:12px 12px 14px!important;border-radius:56px!important;}
.iphone-frame:before{width:124px!important;height:32px!important;}
.app-window{height:690px!important;border-radius:44px!important;}
.ios-status{padding:9px 18px 10px!important;font-size:11.2px!important;}
.app-head{height:60px!important;padding:10px 15px!important;}
.app-head b{font-size:12.8px!important;}
.app-content{height:598px!important;}
.scene-head{min-height:128px!important;padding:21px 17px 15px!important;}
.scene-head.purple{min-height:138px!important;}
.scene-head h3{font-size:24px!important;line-height:1.06!important;color:#fff!important;}
.scene-head p{font-size:11.8px!important;line-height:1.32!important;color:#ccd2e1!important;}
.tz-box{height:130px!important;min-height:130px!important;max-height:130px!important;padding:15px!important;}
.tz-box span{font-size:13.2px!important;line-height:1.44!important;color:#f5f7fc!important;}
.ai-action{height:54px!important;font-size:15.8px!important;}
.auto-field strong,.executor-field strong{font-size:17.2px!important;}
.small-note{font-size:11px!important;line-height:1.32!important;color:#bcc2d0!important;}
.attach-box{height:48px!important;color:#eef2fa!important;}
.hero-replies{top:130px!important;}
.hero-reply{padding:12px 13px!important;}
.hero-reply .box strong{font-size:17px!important;}
.chat-pill,.executor-chip{font-size:11px!important;line-height:1.34!important;}
.feature-card,.flow-card,.glass-panel,.brief-form,.article-body,.cta-band,.cta-hero,.mini-card,.finder-card,.catalog-card,.article-card,.seo-card,.screen,.shot-card{box-shadow:0 26px 74px rgba(0,0,0,.22)!important;}
@media(max-width:1180px){
  .hero{padding:48px 0 28px!important;}
  .hero-grid{gap:28px!important;}
}
@media(max-width:720px){
  .container{width:min(100% - 24px,var(--max))!important;}
  .nav{height:70px!important;}
  .logo img{width:58px!important;height:58px!important;}
  .logo span{font-size:28px!important;}
  .hero{padding:38px 0 22px!important;}
  .hero-copy h1{font-size:clamp(34px,10.4vw,50px)!important;line-height:.99!important;}
  .hero-rotator{font-size:12.2px!important;}
  .lead{font-size:16px!important;line-height:1.58!important;}
  .subpoints{gap:5px!important;margin-top:14px!important;}
  .subpoints li{font-size:13.8px!important;line-height:1.32!important;}
  .hero-actions{gap:10px!important;margin-top:18px!important;}
  .hero-actions .btn{min-height:54px!important;border-radius:18px!important;font-size:14px!important;}
  .hero-actions .btn.btn-primary{font-size:15px!important;}
  .proof-line span{font-size:10.4px!important;padding:7px 10px!important;}
  .phone-demo{padding:14px 14px 16px!important;}
  .iphone-frame{width:min(100%,390px)!important;border-radius:44px!important;}
  .app-window{height:662px!important;border-radius:36px!important;}
  .app-content{height:604px!important;}
  .scene-head{min-height:121px!important;padding:18px 14px 12px!important;}
  .scene-head.purple{min-height:131px!important;}
  .scene-head h3{font-size:21px!important;}
  .scene-head p{font-size:11px!important;}
  .tz-box{height:124px!important;min-height:124px!important;max-height:124px!important;}
  .tz-box span{font-size:12.8px!important;}
}


/* ===== V8 refinement: smaller typography + cleaner mobile ===== */
.nav{height:76px!important;gap:16px!important;}
.logo img{width:64px!important;height:64px!important;}
.logo span{font-size:30px!important;font-weight:900!important;letter-spacing:-.045em!important;}
.nav-links{gap:16px!important;font-size:13px!important;font-weight:760!important;color:#d9d6e3!important;}
.nav-links a{padding:8px 2px!important;opacity:.9!important;}
.nav-role-toggle,.page-role-toggle{height:40px!important;min-width:228px!important;max-width:228px!important;}
.nav-role-toggle button,.page-role-toggle a{font-size:12px!important;font-weight:780!important;}
.nav-actions .btn{min-height:54px!important;padding:0 28px!important;font-size:15px!important;font-weight:850!important;border-radius:18px!important;}
.hero{padding:56px 0 32px!important;}
.hero-grid{gap:42px!important;align-items:center!important;}
.hero-copy{max-width:650px!important;}
.hero-copy h1{font-size:clamp(34px,4.9vw,60px)!important;line-height:1.02!important;letter-spacing:-.06em!important;margin:0 0 12px!important;font-weight:880!important;}
.role-kicker{font-size:11px!important;padding:7px 12px!important;margin-bottom:14px!important;}
.hero-typebar{margin:6px 0 10px!important;min-height:28px!important;gap:10px!important;}
.hero-type-label{height:28px!important;padding:0 11px!important;font-size:10px!important;font-weight:760!important;}
.hero-rotator{font-size:12.8px!important;line-height:20px!important;min-height:20px!important;max-height:20px!important;font-weight:620!important;color:#e2e6f0!important;}
.lead{font-size:16px!important;line-height:1.58!important;color:#d7dce8!important;max-width:590px!important;}
.subpoints{margin:14px 0 0!important;gap:4px!important;max-width:560px!important;}
.subpoints li{font-size:14px!important;line-height:1.34!important;font-weight:500!important;padding:4px 0!important;color:#dbe0ea!important;}
.hero-actions{margin:18px 0 0!important;gap:12px!important;}
.hero-actions .btn{min-height:52px!important;padding:0 22px!important;font-size:14px!important;font-weight:760!important;border-radius:17px!important;}
.hero-actions .btn.btn-primary{min-width:216px!important;font-size:15px!important;font-weight:880!important;padding:0 26px!important;}
.hero-actions .btn.btn-ghost{min-width:206px!important;}
.proof-line{margin-top:14px!important;gap:8px!important;}
.proof-line span{font-size:10.8px!important;padding:7px 10px!important;font-weight:760!important;}
.phone-demo{padding:16px!important;border-radius:40px!important;}
.iphone-frame{width:min(100%,396px)!important;padding:10px 10px 12px!important;border-radius:48px!important;}
.iphone-frame:before{width:116px!important;height:29px!important;top:16px!important;}
.app-window{height:670px!important;border-radius:39px!important;}
.ios-status{font-size:10.8px!important;padding:8px 16px 9px!important;}
.app-head{height:56px!important;padding:9px 14px!important;}
.app-head b{font-size:12px!important;font-weight:780!important;}
.app-head small{font-size:8.8px!important;}
.app-content{height:584px!important;}
.scene-head{min-height:118px!important;padding:18px 15px 13px!important;}
.scene-head.purple{min-height:128px!important;}
.scene-head h3{font-size:21px!important;line-height:1.08!important;font-weight:820!important;}
.scene-head p{font-size:11px!important;line-height:1.3!important;font-weight:560!important;}
.mini-tabs span{height:38px!important;font-size:12px!important;font-weight:760!important;}
.form-label{font-size:11.5px!important;font-weight:620!important;}
.tz-box{height:122px!important;min-height:122px!important;max-height:122px!important;padding:14px!important;}
.tz-box span{font-size:12.6px!important;line-height:1.4!important;font-weight:620!important;}
.ai-action{height:50px!important;font-size:14.8px!important;font-weight:820!important;}
.auto-field,.executor-field{padding:10px 11px!important;}
.auto-field small,.executor-field small{font-size:8.6px!important;}
.auto-field strong,.executor-field strong{font-size:16px!important;font-weight:820!important;}
.small-note{font-size:10.4px!important;line-height:1.28!important;}
.attach-box{height:44px!important;font-size:12.4px!important;font-weight:700!important;}
.hero-reply h4{font-size:12.5px!important;font-weight:800!important;}
.hero-reply p,.chat-pill,.executor-chip{font-size:10.4px!important;line-height:1.3!important;}
.hero-reply .box strong{font-size:16px!important;}
.feature-card h3,.flow-card h3,.catalog-card h3,.mini-card h3,.finder-card h3{font-size:18px!important;font-weight:820!important;}
.feature-card p,.flow-card p,.glass-panel p,.catalog-card p,.mini-card p,.finder-card p,.article-body p,.article-body li,.brief-form p{font-size:14px!important;line-height:1.6!important;}
.article-body h2,.brief-form h3,.section h2{font-size:30px!important;line-height:1.08!important;}
.brief-form h3{font-size:26px!important;}
.cta-band h2,.cta-hero h2{font-size:28px!important;line-height:1.08!important;}
@media(max-width:1180px){
  .nav-links{display:none!important;}
  .hero-grid{grid-template-columns:1fr!important;gap:24px!important;}
  .phone-demo{margin:0 auto!important;}
}
@media(max-width:720px){
  .container{width:min(100% - 22px,var(--max))!important;}
  .header{background:rgba(8,9,14,.9)!important;}
  .nav{height:66px!important;gap:8px!important;}
  .logo img{width:50px!important;height:50px!important;}
  .logo span{font-size:25px!important;}
  .burger{font-size:22px!important;}
  .mobile-menu{padding:8px 0 14px!important;}
  .mobile-menu a{font-size:14px!important;font-weight:740!important;padding:9px 0!important;}
  .mobile-menu .btn{min-height:48px!important;border-radius:16px!important;font-size:14px!important;}
  .hero{padding:32px 0 18px!important;}
  .hero-grid{gap:18px!important;}
  .hero-copy{max-width:none!important;}
  .hero-copy h1{font-size:clamp(28px,9.2vw,42px)!important;line-height:1.04!important;letter-spacing:-.05em!important;margin-bottom:10px!important;}
  .role-kicker{font-size:10.2px!important;padding:6px 10px!important;margin-bottom:10px!important;}
  .hero-typebar{grid-template-columns:1fr!important;gap:5px!important;min-height:42px!important;margin:5px 0 10px!important;}
  .hero-type-label{height:25px!important;font-size:9.5px!important;padding:0 9px!important;}
  .hero-rotator{font-size:11.6px!important;line-height:1.35!important;min-height:16px!important;max-height:none!important;white-space:normal!important;overflow:visible!important;}
  .lead{font-size:14.5px!important;line-height:1.52!important;max-width:none!important;}
  .subpoints{margin-top:12px!important;gap:3px!important;max-width:none!important;}
  .subpoints li{font-size:13.2px!important;line-height:1.3!important;padding:3px 0!important;}
  .hero-actions{margin-top:16px!important;gap:9px!important;}
  .hero-actions .btn,.hero-actions .btn.btn-primary,.hero-actions .btn.btn-ghost{width:100%!important;min-width:0!important;min-height:48px!important;font-size:14px!important;padding:0 18px!important;border-radius:15px!important;}
  .proof-line{margin-top:12px!important;gap:6px!important;}
  .proof-line span{font-size:9.8px!important;padding:6px 9px!important;}
  .phone-demo{padding:10px!important;border-radius:28px!important;}
  .phone-demo:before,.phone-demo:after{display:none!important;}
  .iphone-frame{width:min(100%,344px)!important;padding:8px 8px 10px!important;border-radius:34px!important;}
  .iphone-frame:before{width:98px!important;height:24px!important;top:13px!important;}
  .app-window{height:598px!important;border-radius:28px!important;}
  .ios-status{font-size:10px!important;padding:7px 13px 8px!important;}
  .tg-pill{font-size:9px!important;padding:4px 9px!important;}
  .app-head{height:49px!important;padding:8px 12px!important;grid-template-columns:46px 1fr 28px!important;}
  .app-head > span:first-child{font-size:9px!important;}
  .app-head b{font-size:10.8px!important;}
  .app-head small{font-size:8px!important;}
  .app-head .dots{width:24px!important;height:24px!important;font-size:10px!important;}
  .app-content{height:541px!important;}
  .scene-head{min-height:100px!important;padding:14px 12px 10px!important;gap:8px!important;}
  .scene-head.purple{min-height:110px!important;}
  .scene-head .back{font-size:10px!important;margin-bottom:5px!important;}
  .scene-head h3{font-size:18px!important;line-height:1.06!important;}
  .scene-head p{font-size:10px!important;line-height:1.24!important;}
  .moon{width:34px!important;height:34px!important;font-size:17px!important;}
  .mini-tabs{margin:10px 12px 8px!important;padding:3px!important;border-radius:14px!important;}
  .mini-tabs span{height:34px!important;font-size:11px!important;border-radius:11px!important;}
  .form-label{padding:0 12px!important;margin-bottom:6px!important;font-size:10.8px!important;}
  .tz-box{margin:0 12px!important;height:108px!important;min-height:108px!important;max-height:108px!important;padding:12px!important;border-radius:15px!important;}
  .tz-box span{font-size:11.6px!important;line-height:1.36!important;}
  .ai-action{margin:10px 12px 0!important;height:46px!important;font-size:13.5px!important;border-radius:15px!important;}
  .auto-fields{margin:8px 12px 0!important;gap:8px!important;grid-template-columns:1fr 1fr!important;}
  .auto-field,.executor-field{padding:9px 10px!important;border-radius:14px!important;}
  .auto-field small,.executor-field small{font-size:8px!important;}
  .auto-field strong,.executor-field strong{font-size:14px!important;}
  .small-note,.attach-box,.ai-result,.task-preview-card,.executor-task-card,.executor-chip,.record-card,.executor-fields,.send-reply-btn{margin-left:12px!important;margin-right:12px!important;}
  .small-note{font-size:9.8px!important;line-height:1.24!important;margin-top:8px!important;}
  .attach-box{height:40px!important;font-size:11.5px!important;border-radius:14px!important;}
  .hero-replies{left:12px!important;right:12px!important;top:108px!important;gap:8px!important;}
  .hero-reply{padding:10px!important;border-radius:15px!important;}
  .hero-reply h4{font-size:11.5px!important;}
  .hero-reply p{font-size:9.4px!important;}
  .hero-reply .voice{height:42px!important;border-radius:13px!important;margin-top:8px!important;}
  .hero-reply .play{width:28px!important;height:28px!important;font-size:11px!important;}
  .hero-reply .box{padding:8px 9px!important;border-radius:12px!important;}
  .hero-reply .box strong{font-size:14px!important;}
  .chat-pill,.executor-chip{left:12px!important;right:12px!important;bottom:14px!important;padding:10px 12px!important;font-size:9.8px!important;border-radius:15px!important;}
  .mobile-cta{left:10px!important;right:10px!important;bottom:10px!important;}
  .mobile-cta .btn{min-height:48px!important;border-radius:15px!important;font-size:14px!important;font-weight:820!important;}
  .article-body,.brief-form,.cta-hero,.cta-band,.feature-card,.flow-card,.glass-panel{padding:20px!important;border-radius:22px!important;}
  .article-body h2,.section h2{font-size:24px!important;}
  .brief-form h3,.cta-band h2,.cta-hero h2{font-size:22px!important;}
  .feature-card h3,.flow-card h3,.catalog-card h3,.mini-card h3,.finder-card h3{font-size:17px!important;}
  .feature-card p,.flow-card p,.glass-panel p,.catalog-card p,.mini-card p,.finder-card p,.article-body p,.article-body li,.brief-form p{font-size:13.5px!important;line-height:1.55!important;}
}


/* ===== V9 focus refinement: cleaner hero / no outer phone contour ===== */
.hero{padding:58px 0 34px!important;}
.hero-grid{gap:44px!important;align-items:center!important;}
.hero-copy{max-width:635px!important;}
.hero-copy:before{left:-24px!important;top:72px!important;width:220px!important;height:220px!important;opacity:.85!important;}
.hero-copy h1{
  font-size:clamp(34px,4.7vw,58px)!important;
  line-height:1.03!important;
  letter-spacing:-.062em!important;
  margin:0 0 14px!important;
  max-width:620px!important;
  color:#fbfcff!important;
  text-wrap:balance!important;
}
.hero-copy .gradient-text{
  background:linear-gradient(90deg,#f5e8ff 0%,#bdaeff 38%,#8ed1ff 100%)!important;
  -webkit-background-clip:text!important;background-clip:text!important;color:transparent!important;
  filter:drop-shadow(0 0 12px rgba(146,177,255,.08));
}
.role-kicker{margin-bottom:12px!important;}
.hero-typebar{
  margin:4px 0 14px!important;
  gap:10px!important;
  min-height:26px!important;
  align-items:center!important;
}
.hero-type-label{
  background:rgba(255,255,255,.04)!important;
  border-color:rgba(255,255,255,.08)!important;
  color:#ded7ee!important;
}
.hero-rotator{
  font-size:12.6px!important;
  font-weight:610!important;
  color:#dadfec!important;
  opacity:.96!important;
}
.lead{
  max-width:560px!important;
  font-size:15.8px!important;
  line-height:1.6!important;
  color:#d0d6e3!important;
  margin-top:0!important;
}
.subpoints{
  max-width:560px!important;
  margin:14px 0 0!important;
  gap:2px!important;
}
.subpoints li{
  font-size:13.8px!important;
  line-height:1.34!important;
  padding:5px 0!important;
  color:#d8ddea!important;
}
.subpoints i{color:#8fc4ff!important;min-width:12px!important;}
.hero-actions{margin:18px 0 0!important;gap:12px!important;}
.hero-actions .btn{min-height:50px!important;border-radius:17px!important;padding:0 21px!important;font-size:14px!important;}
.hero-actions .btn.btn-primary{min-width:214px!important;font-size:15px!important;font-weight:860!important;}
.hero-actions .btn.btn-ghost{min-width:210px!important;}
.proof-line{margin-top:14px!important;gap:7px!important;}
.proof-line span{font-size:10.5px!important;padding:7px 10px!important;color:#bec4d2!important;}
/* remove extra visible outer block around phone */
.phone-demo{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  padding:0!important;
  border-radius:0!important;
}
.phone-demo:before,.phone-demo:after{display:none!important;}
.iphone-frame{
  width:min(100%,392px)!important;
  margin:0 auto!important;
  box-shadow:0 34px 86px rgba(0,0,0,.54),0 0 40px rgba(106,123,255,.07),inset 0 1px 0 rgba(255,255,255,.1),inset 0 -1px 0 rgba(255,255,255,.04)!important;
}
.app-window{box-shadow:inset 0 0 0 1px rgba(255,255,255,.018), inset 0 14px 28px rgba(255,255,255,.01), inset 0 -18px 28px rgba(0,0,0,.18)!important;}
/* better separation and lower text load */
.hero .proof-line + *{margin-top:0!important;}
@media(max-width:1180px){
  .hero-grid{grid-template-columns:1fr!important;gap:24px!important;}
  .hero-copy{max-width:none!important;}
  .phone-demo{margin:6px auto 0!important;}
}
@media(max-width:720px){
  .hero{padding:30px 0 16px!important;}
  .hero-grid{gap:16px!important;}
  .hero-copy h1{font-size:clamp(27px,8.8vw,40px)!important;line-height:1.05!important;max-width:none!important;margin-bottom:10px!important;}
  .hero-typebar{grid-template-columns:1fr!important;align-items:flex-start!important;gap:5px!important;margin:4px 0 10px!important;}
  .hero-rotator{font-size:11.2px!important;line-height:1.35!important;}
  .lead{font-size:14.2px!important;line-height:1.54!important;max-width:none!important;}
  .subpoints{max-width:none!important;margin-top:10px!important;gap:1px!important;}
  .subpoints li{font-size:12.8px!important;line-height:1.3!important;padding:4px 0!important;}
  .hero-actions{margin-top:14px!important;gap:8px!important;}
  .hero-actions .btn,.hero-actions .btn.btn-primary,.hero-actions .btn.btn-ghost{width:100%!important;min-width:0!important;min-height:46px!important;font-size:13.6px!important;border-radius:14px!important;}
  .proof-line{margin-top:10px!important;gap:6px!important;}
  .proof-line span{font-size:9.6px!important;padding:6px 8px!important;}
  .iphone-frame{width:min(100%,338px)!important;}
}


/* ===== V10 premium hero rebuild ===== */
.hero{padding:62px 0 36px!important;}
.hero-grid{display:grid!important;grid-template-columns:minmax(0,1.04fr) minmax(360px,.96fr)!important;gap:56px!important;align-items:center!important;max-width:1280px!important;}
.hero-copy{max-width:640px!important;}
.hero-copy h1{font-size:clamp(40px,5vw,66px)!important;line-height:.98!important;letter-spacing:-.072em!important;font-weight:900!important;margin:0 0 14px!important;max-width:620px!important;text-wrap:balance!important;}
.hero-copy .gradient-text{background:linear-gradient(90deg,#f4e9ff 0%,#b8afff 44%,#93d3ff 100%)!important;-webkit-background-clip:text!important;background-clip:text!important;color:transparent!important;}
.role-kicker{padding:8px 12px!important;border-radius:999px!important;font-size:10.8px!important;letter-spacing:.09em!important;}
.hero-typebar{display:grid!important;grid-template-columns:auto minmax(0,1fr)!important;align-items:center!important;gap:10px!important;min-height:32px!important;max-width:620px!important;margin:6px 0 14px!important;}
.hero-type-label{height:28px!important;padding:0 10px!important;font-size:10px!important;font-weight:780!important;background:rgba(255,255,255,.04)!important;border:1px solid rgba(255,255,255,.08)!important;color:#d9d3e9!important;}
.hero-rotator{display:block!important;min-height:22px!important;max-height:22px!important;overflow:hidden!important;white-space:nowrap!important;text-overflow:clip!important;font-size:13px!important;line-height:22px!important;font-weight:620!important;color:#dde2ed!important;padding-right:4px!important;}
.hero-rotator .cursor,.cursor{width:6px!important;height:1.05em!important;border-radius:2px!important;background:linear-gradient(180deg,#c091ff,#79b7ff)!important;}
.lead{max-width:620px!important;font-size:16px!important;line-height:1.62!important;color:#cfd5e2!important;margin:0!important;}
.hero-benefits{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;max-width:680px!important;margin:18px 0 0!important;padding:0!important;}
.hero-benefits li{list-style:none!important;display:flex!important;gap:10px!important;align-items:flex-start!important;padding:14px 14px!important;border-radius:20px!important;background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.025))!important;border:1px solid rgba(255,255,255,.08)!important;box-shadow:0 16px 36px rgba(0,0,0,.14), inset 0 1px 0 rgba(255,255,255,.03)!important;min-height:110px!important;}
.hero-benefits li i{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:30px!important;width:30px!important;height:30px!important;border-radius:12px!important;background:linear-gradient(135deg,rgba(177,133,255,.18),rgba(101,174,255,.14))!important;border:1px solid rgba(255,255,255,.08)!important;color:#b89fff!important;font-style:normal!important;font-size:13px!important;line-height:1!important;box-shadow:0 8px 20px rgba(0,0,0,.12)!important;}
.hero-benefits li span{font-size:13.6px!important;line-height:1.38!important;color:#dbe0eb!important;font-weight:600!important;}
.hero-actions{display:flex!important;flex-wrap:wrap!important;gap:14px!important;margin:20px 0 0!important;}
.hero-actions .btn{min-height:54px!important;border-radius:18px!important;padding:0 24px!important;font-size:14.5px!important;font-weight:780!important;}
.hero-actions .btn-primary{min-width:236px!important;font-size:15.5px!important;font-weight:900!important;padding:0 30px!important;background:linear-gradient(135deg,#b58bff 0%,#7fc4ff 100%)!important;box-shadow:0 20px 48px rgba(95,168,255,.24),0 0 0 1px rgba(255,255,255,.05) inset!important;}
.hero-actions .btn-ghost{min-width:236px!important;background:rgba(255,255,255,.04)!important;border:1px solid rgba(255,255,255,.08)!important;color:#edf1fb!important;}
.btn-play{gap:10px!important;}
.btn-play .play-ico{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:22px!important;height:22px!important;border-radius:999px!important;background:rgba(255,255,255,.07)!important;font-size:10px!important;line-height:1!important;}
.proof-line{display:flex!important;flex-wrap:wrap!important;gap:8px!important;margin-top:14px!important;max-width:680px!important;}
.proof-line span{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:34px!important;padding:0 12px!important;border-radius:999px!important;font-size:11px!important;font-weight:760!important;color:#c8ceda!important;background:rgba(255,255,255,.035)!important;border:1px solid rgba(255,255,255,.08)!important;}
.phone-demo{background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important;}
.phone-demo:before,.phone-demo:after{display:none!important;}
.iphone-frame{width:min(100%,398px)!important;padding:10px 10px 12px!important;border-radius:48px!important;background:linear-gradient(145deg,#343843 0%,#13161c 15%,#07080b 34%,#0b0d10 70%,#222731 100%)!important;border:1px solid rgba(255,255,255,.12)!important;box-shadow:0 34px 88px rgba(0,0,0,.56),0 0 42px rgba(107,121,255,.08),inset 0 1px 0 rgba(255,255,255,.10),inset 0 -1px 0 rgba(255,255,255,.04)!important;}
.iphone-frame:before{width:118px!important;height:29px!important;top:17px!important;}
.iphone-frame:after{display:block!important;right:-4px!important;top:148px!important;width:4px!important;height:86px!important;border-radius:0 5px 5px 0!important;background:linear-gradient(180deg,#292d36,#111318)!important;box-shadow:-1px 0 1px rgba(255,255,255,.08) inset!important;}
.app-window{height:676px!important;border-radius:40px!important;background:linear-gradient(180deg,#0c0d14,#090a11)!important;border:1px solid rgba(255,255,255,.06)!important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.018),inset 0 14px 26px rgba(255,255,255,.01),inset 0 -16px 28px rgba(0,0,0,.16)!important;}
.ios-status{padding:8px 16px 9px!important;font-size:10.8px!important;}
.app-head{height:56px!important;padding:9px 14px!important;}
.app-content{height:590px!important;}
@media(max-width:1180px){.hero-grid{grid-template-columns:1fr!important;gap:26px!important;}.hero-copy{max-width:none!important;}.hero-copy h1,.lead,.hero-typebar,.hero-benefits,.proof-line{max-width:none!important;}.phone-demo{margin:0 auto!important;}}
@media(max-width:720px){.hero{padding:32px 0 18px!important;}.hero-grid{gap:18px!important;}.hero-copy h1{font-size:clamp(30px,9.2vw,44px)!important;line-height:1.02!important;max-width:none!important;}.hero-typebar{grid-template-columns:1fr!important;align-items:flex-start!important;gap:6px!important;min-height:42px!important;margin:6px 0 12px!important;}.hero-rotator{min-height:34px!important;max-height:34px!important;white-space:normal!important;line-height:1.35!important;font-size:11.8px!important;}.lead{font-size:14.5px!important;line-height:1.55!important;}.hero-benefits{grid-template-columns:1fr!important;gap:10px!important;margin-top:14px!important;}.hero-benefits li{min-height:0!important;padding:12px 12px!important;border-radius:16px!important;}.hero-benefits li span{font-size:12.8px!important;line-height:1.34!important;}.hero-actions{gap:10px!important;margin-top:16px!important;}.hero-actions .btn,.hero-actions .btn-primary,.hero-actions .btn-ghost{width:100%!important;min-width:0!important;min-height:48px!important;border-radius:15px!important;font-size:14px!important;padding:0 18px!important;}.proof-line{gap:6px!important;margin-top:12px!important;}.proof-line span{min-height:30px!important;font-size:9.8px!important;padding:0 10px!important;}.iphone-frame{width:min(100%,344px)!important;padding:8px 8px 10px!important;border-radius:36px!important;}.iphone-frame:before{width:100px!important;height:24px!important;top:14px!important;}.app-window{height:604px!important;border-radius:30px!important;}.app-content{height:546px!important;}}


/* ===== V11 right-side phone like reference ===== */
.replies-scene .scene-head{min-height:128px!important;padding:18px 16px 14px!important;background:linear-gradient(180deg,#1f1850 0%,#110d30 70%,#0c0c18 100%)!important;}
.replies-scene .scene-head h3{font-size:24px!important;line-height:1.04!important;}
.replies-scene .scene-head p{font-size:12px!important;color:#d7ddef!important;max-width:220px!important;}
.hero-replies{top:138px!important;left:16px!important;right:16px!important;display:grid!important;gap:14px!important;}
.hero-reply{padding:14px!important;border-radius:22px!important;background:linear-gradient(180deg,rgba(16,18,29,.96),rgba(13,15,23,.98))!important;border:1px solid rgba(255,255,255,.06)!important;box-shadow:0 18px 42px rgba(0,0,0,.24)!important;}
.hero-reply .line1{display:grid!important;grid-template-columns:auto 1fr auto!important;gap:10px!important;align-items:center!important;}
.hero-reply .avatar{width:38px!important;height:38px!important;border-radius:12px!important;overflow:hidden!important;background:rgba(255,255,255,.05)!important;border:1px solid rgba(255,255,255,.06)!important;}
.hero-reply .avatar img{width:100%!important;height:100%!important;object-fit:cover!important;}
.hero-reply h4{font-size:14px!important;line-height:1.15!important;margin:0 0 3px!important;font-weight:800!important;color:#fff!important;}
.hero-reply p{font-size:10.4px!important;line-height:1.24!important;color:#ffca44!important;margin:0!important;}
.hero-reply .match{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:44px!important;height:34px!important;padding:0 10px!important;border-radius:999px!important;background:rgba(82,134,255,.14)!important;border:1px solid rgba(82,134,255,.18)!important;color:#9fc4ff!important;font-size:13px!important;font-weight:850!important;}
.hero-reply .voice{margin-top:12px!important;height:52px!important;border-radius:16px!important;background:rgba(7,10,17,.88)!important;border:1px solid rgba(255,255,255,.04)!important;padding:0 10px!important;}
.hero-reply .play{width:34px!important;height:34px!important;font-size:12px!important;background:linear-gradient(135deg,#7f91ff,#5aa7ff)!important;color:#fff!important;}
.hero-reply .wave i{background:linear-gradient(180deg,#6f87ff,#a4b5ff)!important;opacity:.7!important;}
.hero-reply .time{font-size:12px!important;color:#c9d0de!important;}
.hero-reply .reveal-row{margin-top:12px!important;display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important;}
.hero-reply .box{padding:12px 12px!important;border-radius:16px!important;background:linear-gradient(180deg,rgba(17,27,43,.86),rgba(11,16,25,.9))!important;border:1px solid rgba(255,255,255,.05)!important;}
.hero-reply .box small{display:block!important;font-size:10px!important;line-height:1.15!important;color:#a4acc0!important;margin-bottom:6px!important;text-transform:none!important;}
.hero-reply .box strong{font-size:17px!important;line-height:1.1!important;color:#2ef59a!important;font-weight:900!important;}
.chat-pill{left:16px!important;right:16px!important;bottom:18px!important;display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;padding:12px 14px!important;border-radius:16px!important;background:rgba(11,14,23,.98)!important;border:1px solid rgba(255,255,255,.06)!important;color:#95a0b5!important;font-size:11px!important;line-height:1.32!important;}
@media(max-width:720px){.hero-replies{top:120px!important;left:12px!important;right:12px!important;gap:10px!important;}.hero-reply{padding:12px!important;border-radius:18px!important;}.hero-reply h4{font-size:12.6px!important;}.hero-reply p{font-size:9.6px!important;}.hero-reply .match{min-width:40px!important;height:30px!important;font-size:11px!important;}.hero-reply .voice{height:46px!important;margin-top:10px!important;}.hero-reply .play{width:30px!important;height:30px!important;}.hero-reply .reveal-row{gap:8px!important;margin-top:10px!important;}.hero-reply .box{padding:10px!important;border-radius:14px!important;}.hero-reply .box strong{font-size:14px!important;}.chat-pill{left:12px!important;right:12px!important;bottom:14px!important;font-size:9.8px!important;padding:10px 12px!important;border-radius:14px!important;}}


/* ===== V12 match reference design + keep in-phone animation ===== */
.hero{padding:58px 0 34px!important;}
.hero-grid{display:grid!important;grid-template-columns:minmax(0,1.02fr) minmax(360px,.98fr)!important;gap:56px!important;align-items:center!important;max-width:1280px!important;}
.hero-copy{max-width:650px!important;}
.hero-copy h1{font-size:clamp(40px,5.1vw,70px)!important;line-height:.985!important;letter-spacing:-.074em!important;font-weight:900!important;margin:0 0 16px!important;max-width:640px!important;color:#fbfbff!important;}
.hero-copy .gradient-text{background:linear-gradient(90deg,#a965ff 0%,#7f84ff 42%,#60bbff 100%)!important;-webkit-background-clip:text!important;background-clip:text!important;color:transparent!important;filter:drop-shadow(0 0 10px rgba(101,161,255,.10));}
.role-kicker{padding:8px 14px!important;border-radius:999px!important;background:rgba(20,14,48,.62)!important;border:1px solid rgba(154,108,255,.24)!important;color:#cb9cff!important;font-size:11px!important;font-weight:850!important;letter-spacing:.14em!important;margin-bottom:16px!important;}
.hero-typebar{max-width:520px!important;min-height:46px!important;margin:6px 0 16px!important;padding:0 16px!important;border-radius:18px!important;background:linear-gradient(180deg,rgba(9,13,26,.86),rgba(10,14,22,.7))!important;border:1px solid rgba(122,137,255,.22)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.03),0 10px 26px rgba(0,0,0,.18)!important;grid-template-columns:auto minmax(0,1fr)!important;align-items:center!important;gap:10px!important;}
.hero-type-label{height:auto!important;padding:0!important;border:0!important;background:transparent!important;color:#cf8eff!important;font-size:12px!important;font-weight:800!important;white-space:nowrap!important;}
.hero-rotator{min-height:20px!important;max-height:20px!important;overflow:hidden!important;white-space:nowrap!important;font-size:12.8px!important;line-height:20px!important;font-weight:620!important;color:#eef2fb!important;}
.lead{max-width:620px!important;font-size:15.5px!important;line-height:1.56!important;color:#c8cedc!important;margin:0!important;}
.hero-benefits{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:16px!important;max-width:740px!important;margin:18px 0 0!important;padding:0!important;}
.hero-benefits li{list-style:none!important;display:flex!important;gap:12px!important;align-items:flex-start!important;padding:10px 0!important;min-height:0!important;background:transparent!important;border:0!important;box-shadow:none!important;border-radius:0!important;}
.hero-benefits li i{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:44px!important;width:44px!important;height:44px!important;border-radius:999px!important;background:rgba(10,12,22,.75)!important;border:1px solid rgba(113,118,255,.18)!important;box-shadow:0 8px 20px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.02)!important;color:#8b7dff!important;font-size:18px!important;line-height:1!important;flex:none!important;}
.hero-benefits li span{font-size:14px!important;line-height:1.42!important;color:#d7dceb!important;font-weight:500!important;display:block!important;padding-top:2px!important;}
.hero-actions{display:flex!important;flex-wrap:wrap!important;gap:16px!important;margin:24px 0 0!important;}
.hero-actions .btn{min-height:58px!important;border-radius:20px!important;padding:0 28px!important;font-size:14px!important;font-weight:780!important;}
.hero-actions .btn-primary{min-width:310px!important;font-size:15px!important;font-weight:900!important;background:linear-gradient(90deg,#6e2dff 0%,#6a57ff 26%,#6db8ff 100%)!important;box-shadow:0 22px 54px rgba(82,119,255,.28),0 10px 28px rgba(101,170,255,.18)!important;}
.hero-actions .btn-ghost{min-width:330px!important;background:rgba(9,12,20,.65)!important;border:1px solid rgba(255,255,255,.10)!important;color:#f1f4fb!important;box-shadow:0 10px 28px rgba(0,0,0,.18)!important;}
.btn-play .play-ico{width:36px!important;height:36px!important;border-radius:999px!important;background:rgba(255,255,255,.03)!important;border:1px solid rgba(255,255,255,.18)!important;font-size:14px!important;}
.proof-line{display:flex!important;flex-wrap:wrap!important;gap:10px!important;max-width:760px!important;margin-top:18px!important;}
.proof-line span{min-height:38px!important;padding:0 14px!important;border-radius:999px!important;background:rgba(8,12,20,.58)!important;border:1px solid rgba(255,255,255,.08)!important;color:#d0d6e2!important;font-size:11.5px!important;font-weight:700!important;}
/* phone object and realistic underglow */
.phone-demo{position:relative!important;background:transparent!important;border:0!important;box-shadow:none!important;padding:8px 10px 26px!important;overflow:visible!important;}
.phone-demo:before,.phone-demo:after{display:none!important;}
.phone-demo .under-glow, .phone-demo .under-glow-2{display:none!important;}
.phone-demo::before{content:""!important;display:block!important;position:absolute!important;left:50%!important;bottom:0!important;transform:translateX(-50%)!important;width:320px!important;height:54px!important;border-radius:50%!important;background:radial-gradient(ellipse at center, rgba(110,93,255,.48) 0%, rgba(92,118,255,.26) 34%, rgba(99,166,255,.18) 52%, rgba(99,166,255,0) 74%)!important;filter:blur(10px)!important;z-index:0!important;pointer-events:none!important;}
.phone-demo::after{content:""!important;display:block!important;position:absolute!important;left:50%!important;bottom:14px!important;transform:translateX(-50%)!important;width:236px!important;height:22px!important;border-radius:50%!important;background:radial-gradient(ellipse at center, rgba(255,255,255,.22) 0%, rgba(255,255,255,.08) 38%, rgba(255,255,255,0) 72%)!important;filter:blur(3px)!important;z-index:0!important;pointer-events:none!important;}
.iphone-frame{position:relative!important;z-index:2!important;width:min(100%,402px)!important;padding:10px 10px 12px!important;border-radius:48px!important;background:linear-gradient(145deg,#3a3f4c 0%,#171a20 12%,#06070a 34%,#090b10 68%,#222731 100%)!important;border:1px solid rgba(255,255,255,.15)!important;box-shadow:0 36px 86px rgba(0,0,0,.56),0 0 40px rgba(92,118,255,.08),inset 0 1px 0 rgba(255,255,255,.11),inset 0 -1px 0 rgba(255,255,255,.04)!important;}
.iphone-frame:before{width:118px!important;height:29px!important;top:16px!important;}
.iphone-frame:after{display:block!important;right:-4px!important;top:146px!important;width:4px!important;height:86px!important;border-radius:0 5px 5px 0!important;background:linear-gradient(180deg,#292d36,#111318)!important;box-shadow:-1px 0 1px rgba(255,255,255,.08) inset!important;}
.app-window{height:678px!important;border-radius:40px!important;overflow:hidden!important;}
.ios-status{padding:8px 16px 9px!important;font-size:10.8px!important;}
.app-head{height:56px!important;padding:9px 14px!important;}
.app-content{height:592px!important;}
@media(max-width:1180px){.hero-grid{grid-template-columns:1fr!important;gap:28px!important;}.phone-demo{margin:0 auto!important;}.hero-copy,.lead,.hero-benefits,.proof-line{max-width:none!important;}}
@media(max-width:720px){.hero{padding:30px 0 16px!important;}.hero-grid{gap:16px!important;}.hero-copy h1{font-size:clamp(30px,9vw,44px)!important;line-height:1.02!important;}.hero-typebar{max-width:none!important;min-height:44px!important;padding:10px 14px!important;grid-template-columns:1fr!important;gap:4px!important;}.hero-type-label{font-size:10.5px!important;}.hero-rotator{min-height:18px!important;max-height:34px!important;white-space:normal!important;font-size:11.6px!important;line-height:1.34!important;}.lead{font-size:14.2px!important;line-height:1.54!important;}.hero-benefits{grid-template-columns:1fr!important;gap:10px!important;margin-top:14px!important;}.hero-benefits li{padding:4px 0!important;}.hero-benefits li i{min-width:40px!important;width:40px!important;height:40px!important;font-size:16px!important;}.hero-benefits li span{font-size:13px!important;}.hero-actions{gap:10px!important;margin-top:16px!important;}.hero-actions .btn,.hero-actions .btn-primary,.hero-actions .btn-ghost{width:100%!important;min-width:0!important;min-height:50px!important;padding:0 18px!important;border-radius:16px!important;font-size:14px!important;}.proof-line{gap:7px!important;margin-top:14px!important;}.proof-line span{min-height:34px!important;font-size:10px!important;padding:0 10px!important;}.phone-demo{padding:4px 4px 20px!important;}.phone-demo::before{width:250px!important;height:42px!important;bottom:0!important;}.phone-demo::after{width:180px!important;height:18px!important;bottom:10px!important;}.iphone-frame{width:min(100%,344px)!important;padding:8px 8px 10px!important;border-radius:36px!important;}.iphone-frame:before{width:100px!important;height:24px!important;top:14px!important;}.app-window{height:604px!important;border-radius:30px!important;}.app-content{height:548px!important;}}


/* ===== V13: reference-like hero + original in-phone animation + realistic underglow ===== */
body{
  background:
    radial-gradient(circle at 78% 66%, rgba(82,72,255,.24), transparent 0 15%, transparent 34%),
    radial-gradient(circle at 68% 94%, rgba(82,111,255,.42), transparent 0 10%, transparent 24%),
    radial-gradient(circle at 18% 10%, rgba(112,67,255,.10), transparent 0 18%, transparent 38%),
    linear-gradient(180deg,#05070e 0%,#060811 48%,#05070e 100%) !important;
}
body:before{
  opacity:.52!important;
  background-size:58px 58px!important;
  background-image:
    linear-gradient(rgba(125,139,190,.045) 1px,transparent 1px),
    linear-gradient(90deg,rgba(125,139,190,.038) 1px,transparent 1px)!important;
}
.header{
  background:rgba(5,7,13,.78)!important;
  border-bottom:1px solid rgba(255,255,255,.06)!important;
  box-shadow:none!important;
}
.nav{
  height:86px!important;
  max-width:1440px!important;
}
.logo img{width:76px!important;height:76px!important}
.logo span{
  font-size:34px!important;
  font-weight:900!important;
  background:linear-gradient(90deg,#a575ff,#5eb7ff)!important;
  -webkit-background-clip:text!important;
  background-clip:text!important;
}
.nav-links{
  display:flex!important;
  gap:32px!important;
  font-size:15.5px!important;
  font-weight:560!important;
  color:rgba(255,255,255,.86)!important;
}
.nav-links a{opacity:.9!important}
.nav-role-toggle{
  height:46px!important;
  min-width:276px!important;
  max-width:276px!important;
  background:rgba(8,10,17,.54)!important;
  border:1px solid rgba(255,255,255,.13)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04),0 0 0 1px rgba(92,113,255,.05)!important;
}
.nav-role-toggle button{
  font-size:15px!important;
  font-weight:560!important;
  color:rgba(255,255,255,.74)!important;
}
.nav-role-toggle button.active{color:#fff!important}
.nav-role-thumb{
  background:linear-gradient(90deg,#742dff,#5dc7ff)!important;
  box-shadow:0 10px 32px rgba(82,130,255,.34)!important;
}
.nav-actions .btn{
  min-height:56px!important;
  padding:0 34px!important;
  border-radius:16px!important;
  font-size:16px!important;
  font-weight:800!important;
  background:linear-gradient(90deg,#6d2cff 0%,#63caff 100%)!important;
  box-shadow:0 18px 48px rgba(87,141,255,.28)!important;
}
.hero{
  min-height:calc(100vh - 86px)!important;
  padding:82px 0 44px!important;
}
.hero .container.hero-grid{
  width:min(1440px,calc(100% - 120px))!important;
}
.hero-grid{
  grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr)!important;
  gap:76px!important;
  align-items:center!important;
}
.hero-copy{
  max-width:730px!important;
}
.role-kicker{
  height:38px!important;
  padding:0 18px!important;
  display:inline-flex!important;
  align-items:center!important;
  border-radius:999px!important;
  background:rgba(10,9,24,.62)!important;
  border:1px solid rgba(184,106,255,.34)!important;
  color:#c88cff!important;
  font-size:12px!important;
  letter-spacing:.17em!important;
  font-weight:800!important;
  margin-bottom:28px!important;
}
.hero-copy h1{
  font-size:clamp(54px,5.65vw,82px)!important;
  line-height:1.015!important;
  letter-spacing:-.072em!important;
  font-weight:900!important;
  color:#fbfbff!important;
  max-width:760px!important;
  margin:0 0 18px!important;
  text-shadow:0 2px 0 rgba(255,255,255,.03),0 26px 60px rgba(0,0,0,.30)!important;
}
.hero-copy .gradient-text{
  background:linear-gradient(90deg,#7b2cff 0%,#6775ff 46%,#53bdff 100%)!important;
  -webkit-background-clip:text!important;
  background-clip:text!important;
  color:transparent!important;
}
.hero-typebar{
  width:560px!important;
  max-width:100%!important;
  height:48px!important;
  min-height:48px!important;
  margin:18px 0 18px!important;
  padding:0 18px!important;
  border-radius:16px!important;
  display:grid!important;
  grid-template-columns:auto minmax(0,1fr)!important;
  align-items:center!important;
  gap:12px!important;
  background:rgba(8,11,20,.74)!important;
  border:1px solid rgba(117,126,255,.24)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.035),0 14px 32px rgba(0,0,0,.18)!important;
}
.hero-type-label{
  display:inline!important;
  padding:0!important;
  height:auto!important;
  background:transparent!important;
  border:0!important;
  color:#c989ff!important;
  line-height:1!important;
  font-size:0!important;
}
.hero-type-label::before{content:"✦";font-size:18px}
.hero-rotator{
  height:22px!important;
  min-height:22px!important;
  max-height:22px!important;
  overflow:hidden!important;
  white-space:nowrap!important;
  font-size:16px!important;
  line-height:22px!important;
  font-weight:520!important;
  color:#f0f3fb!important;
}
.lead{
  max-width:640px!important;
  font-size:18px!important;
  line-height:1.55!important;
  color:rgba(222,227,239,.80)!important;
  margin:0!important;
}
.hero-benefits{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:26px!important;
  max-width:760px!important;
  margin:22px 0 0!important;
}
.hero-benefits li{
  display:grid!important;
  grid-template-columns:auto 1fr!important;
  gap:14px!important;
  align-items:center!important;
  padding:0!important;
  min-height:auto!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
.hero-benefits li i{
  width:50px!important;
  height:50px!important;
  min-width:50px!important;
  border-radius:50%!important;
  background:rgba(8,10,20,.70)!important;
  border:1px solid rgba(109,121,255,.20)!important;
  color:#845cff!important;
  font-size:19px!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04),0 14px 30px rgba(0,0,0,.20)!important;
}
.hero-benefits li span{
  font-size:15.5px!important;
  line-height:1.45!important;
  color:rgba(224,230,242,.78)!important;
  font-weight:440!important;
}
.hero-actions{
  gap:22px!important;
  margin:34px 0 0!important;
}
.hero-actions .btn{
  min-height:68px!important;
  border-radius:16px!important;
  font-size:20px!important;
  font-weight:780!important;
  padding:0 36px!important;
}
.hero-actions .btn-primary{
  min-width:360px!important;
  background:linear-gradient(90deg,#6b2dff 0%,#565bff 36%,#55c3ff 100%)!important;
  box-shadow:0 22px 62px rgba(82,125,255,.34),0 0 0 1px rgba(255,255,255,.04) inset!important;
}
.hero-actions .btn-ghost{
  min-width:390px!important;
  background:rgba(8,11,20,.70)!important;
  border:1px solid rgba(255,255,255,.13)!important;
  color:#f2f4fb!important;
  box-shadow:0 14px 38px rgba(0,0,0,.18),inset 0 1px 0 rgba(255,255,255,.04)!important;
}
.btn-play .play-ico{
  width:44px!important;height:44px!important;
  background:rgba(255,255,255,.02)!important;
  border:1px solid rgba(255,255,255,.22)!important;
  font-size:16px!important;
}
.proof-line{
  margin-top:28px!important;
  gap:14px!important;
  max-width:760px!important;
}
.proof-line span{
  min-height:40px!important;
  padding:0 16px!important;
  border-radius:999px!important;
  background:rgba(8,11,20,.62)!important;
  border:1px solid rgba(255,255,255,.08)!important;
  color:rgba(220,225,238,.75)!important;
  font-size:13px!important;
  font-weight:520!important;
}
.proof-line span::before{
  content:"";
  width:7px;height:7px;border-radius:50%;
  background:#7e44ff;
  margin-right:10px;
  box-shadow:0 0 12px rgba(126,68,255,.55);
}

/* right phone: keep animation inside, add realistic glow under phone */
.phone-demo{
  position:relative!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  padding:0 0 34px!important;
  margin:0 auto!important;
  overflow:visible!important;
}
.phone-demo:before,.phone-demo:after{display:none!important}
.phone-demo::before{
  content:""!important;
  display:block!important;
  position:absolute!important;
  left:50%!important;
  bottom:0!important;
  transform:translateX(-50%)!important;
  width:430px!important;
  height:82px!important;
  border-radius:50%!important;
  background:
    radial-gradient(ellipse at center, rgba(108,92,255,.70) 0%, rgba(82,111,255,.45) 35%, rgba(83,173,255,.25) 56%, rgba(83,173,255,0) 78%)!important;
  filter:blur(12px)!important;
  z-index:0!important;
}
.phone-demo::after{
  content:""!important;
  display:block!important;
  position:absolute!important;
  left:50%!important;
  bottom:20px!important;
  transform:translateX(-50%)!important;
  width:280px!important;
  height:30px!important;
  border-radius:50%!important;
  background:radial-gradient(ellipse at center, rgba(255,255,255,.28) 0%, rgba(255,255,255,.10) 40%, rgba(255,255,255,0) 72%)!important;
  filter:blur(4px)!important;
  z-index:0!important;
}
.iphone-frame{
  z-index:2!important;
  position:relative!important;
  width:410px!important;
  max-width:100%!important;
  padding:10px!important;
  border-radius:54px!important;
  background:linear-gradient(145deg,#4b4e59 0%,#191b22 10%,#050608 34%,#080a0d 70%,#272b34 100%)!important;
  border:1px solid rgba(255,255,255,.18)!important;
  box-shadow:
    0 42px 94px rgba(0,0,0,.58),
    0 0 0 1px rgba(255,255,255,.045) inset,
    inset 0 1px 0 rgba(255,255,255,.16),
    inset 0 -1px 0 rgba(255,255,255,.06)!important;
}
.iphone-frame:before{
  width:122px!important;
  height:30px!important;
  top:18px!important;
}
.iphone-frame:after{
  display:block!important;
  right:-4px!important;
  top:170px!important;
  width:4px!important;
  height:82px!important;
  border-radius:0 5px 5px 0!important;
  background:linear-gradient(180deg,#30333e,#111318)!important;
}
.app-window{
  height:720px!important;
  border-radius:44px!important;
  background:#070911!important;
  border:1px solid rgba(255,255,255,.07)!important;
  overflow:hidden!important;
}
.ios-status{
  padding:14px 24px 10px!important;
  height:45px!important;
  font-size:13px!important;
  font-weight:700!important;
}
.tg-pill{display:none!important}
.app-head{
  height:68px!important;
  padding:8px 22px!important;
  grid-template-columns:64px 1fr 38px!important;
  background:linear-gradient(180deg,#10131c,#0b0d16)!important;
}
.app-head b{font-size:14px!important;font-weight:800!important}
.app-head small{font-size:10px!important}
.app-content{height:607px!important}

/* keep original animation but polish visual */
.scene-head{
  min-height:142px!important;
  padding:22px 22px 18px!important;
  background:linear-gradient(180deg,#1d174d 0%,#0c0d1a 100%)!important;
}
.scene-head h3{font-size:28px!important}
.scene-head p{font-size:14px!important;color:#d7ddeb!important}
.hero-replies{
  top:156px!important;
  left:22px!important;
  right:22px!important;
  gap:14px!important;
}
.hero-reply{border-radius:20px!important}
.chat-pill{
  left:22px!important;
  right:22px!important;
  bottom:26px!important;
}

@media(max-width:1180px){
  .hero .container.hero-grid{width:min(100% - 44px,var(--max))!important}
  .hero-grid{grid-template-columns:1fr!important;gap:34px!important}
  .hero-copy{max-width:none!important}
  .phone-demo{margin:0 auto!important}
}
@media(max-width:720px){
  .nav{height:66px!important}
  .logo img{width:50px!important;height:50px!important}
  .logo span{font-size:26px!important}
  .hero{min-height:auto!important;padding:32px 0 18px!important}
  .hero-copy h1{
    font-size:clamp(32px,9.6vw,46px)!important;
    line-height:1.02!important;
  }
  .role-kicker{
    height:32px!important;
    font-size:10px!important;
    margin-bottom:14px!important;
  }
  .hero-typebar{
    width:100%!important;
    height:auto!important;
    min-height:48px!important;
    padding:10px 14px!important;
    grid-template-columns:1fr!important;
    gap:4px!important;
  }
  .hero-type-label::before{font-size:16px!important}
  .hero-rotator{
    white-space:normal!important;
    max-height:36px!important;
    min-height:18px!important;
    font-size:12px!important;
    line-height:1.35!important;
  }
  .lead{font-size:14.5px!important;line-height:1.55!important}
  .hero-benefits{
    grid-template-columns:1fr!important;
    gap:10px!important;
    margin-top:16px!important;
  }
  .hero-benefits li i{
    width:40px!important;height:40px!important;min-width:40px!important;
  }
  .hero-benefits li span{font-size:13px!important}
  .hero-actions{
    gap:10px!important;
    margin-top:18px!important;
  }
  .hero-actions .btn,.hero-actions .btn-primary,.hero-actions .btn-ghost{
    width:100%!important;
    min-width:0!important;
    min-height:52px!important;
    font-size:14.5px!important;
    border-radius:16px!important;
  }
  .proof-line{gap:7px!important;margin-top:14px!important}
  .proof-line span{
    min-height:34px!important;
    font-size:10px!important;
    padding:0 10px!important;
  }
  .phone-demo{padding-bottom:22px!important}
  .phone-demo::before{width:280px!important;height:48px!important;bottom:0!important}
  .phone-demo::after{width:190px!important;height:20px!important;bottom:13px!important}
  .iphone-frame{
    width:min(100%,350px)!important;
    border-radius:40px!important;
    padding:8px!important;
  }
  .iphone-frame:before{
    width:98px!important;height:24px!important;top:14px!important;
  }
  .app-window{
    height:610px!important;
    border-radius:32px!important;
  }
  .ios-status{
    height:38px!important;
    padding:9px 18px 8px!important;
    font-size:11px!important;
  }
  .app-head{
    height:52px!important;
    padding:7px 14px!important;
    grid-template-columns:48px 1fr 28px!important;
  }
  .app-head b{font-size:11px!important}
  .app-head small{font-size:8px!important}
  .app-content{height:520px!important}
  .scene-head{
    min-height:108px!important;
    padding:14px 12px 10px!important;
  }
  .scene-head h3{font-size:19px!important}
  .scene-head p{font-size:10.5px!important}
  .hero-replies{
    top:118px!important;
    left:12px!important;
    right:12px!important;
  }
  .chat-pill{
    left:12px!important;
    right:12px!important;
    bottom:14px!important;
  }
}


/* ===== V14 final refine: smaller text, clearer spacing, narrower phone, visible glow ===== */
.nav-links{font-size:12.6px!important;gap:24px!important;font-weight:520!important;letter-spacing:0!important;}
.nav-role-toggle button{font-size:13px!important;font-weight:540!important;}
.nav-actions .btn{font-size:14px!important;min-height:52px!important;padding:0 28px!important;border-radius:14px!important;}
.hero{padding:70px 0 40px!important;}
.hero .container.hero-grid{width:min(1400px,calc(100% - 100px))!important;}
.hero-grid{gap:62px!important;grid-template-columns:minmax(0,1.06fr) minmax(360px,.88fr)!important;}
.hero-copy h1{font-size:clamp(43px,4.6vw,66px)!important;line-height:1.03!important;letter-spacing:-.04em!important;max-width:700px!important;margin-bottom:16px!important;}
.hero-copy .gradient-text{background:linear-gradient(90deg,#8d4dff 0%,#6e7dff 42%,#63c7ff 100%)!important;}
.hero-typebar{width:520px!important;height:44px!important;min-height:44px!important;padding:0 16px!important;border-radius:14px!important;margin:16px 0 18px!important;}
.hero-rotator{font-size:13px!important;line-height:20px!important;height:20px!important;min-height:20px!important;max-height:20px!important;letter-spacing:0!important;}
.lead{font-size:16px!important;line-height:1.58!important;max-width:610px!important;color:rgba(222,227,239,.74)!important;}
.hero-benefits{gap:20px!important;max-width:720px!important;margin-top:20px!important;}
.hero-benefits li{gap:12px!important;}
.hero-benefits li i{width:46px!important;height:46px!important;min-width:46px!important;font-size:17px!important;color:#8f7dff!important;}
.hero-benefits li:nth-child(2) i{font-size:15px!important;letter-spacing:-1px!important;}
.hero-benefits li:nth-child(3) i{font-size:16px!important;}
.hero-benefits li span{font-size:14px!important;line-height:1.42!important;font-weight:440!important;color:rgba(224,230,242,.74)!important;}
.hero-actions{gap:18px!important;margin-top:28px!important;}
.hero-actions .btn{min-height:62px!important;font-size:17px!important;padding:0 30px!important;border-radius:15px!important;}
.hero-actions .btn-primary{min-width:320px!important;}
.hero-actions .btn-ghost{min-width:345px!important;}
.btn-play .play-ico{width:40px!important;height:40px!important;font-size:14px!important;}
.proof-line{margin-top:22px!important;gap:10px!important;}
.proof-line span{min-height:36px!important;font-size:11.5px!important;padding:0 14px!important;}
.phone-demo{padding:0 0 56px!important;}
.phone-demo::before{width:390px!important;height:92px!important;bottom:0!important;opacity:1!important;filter:blur(14px)!important;background:radial-gradient(ellipse at center, rgba(117,92,255,.78) 0%, rgba(88,116,255,.48) 36%, rgba(78,179,255,.28) 58%, rgba(78,179,255,0) 78%)!important;}
.phone-demo::after{width:250px!important;height:26px!important;bottom:24px!important;opacity:.95!important;}
.iphone-frame{width:382px!important;max-width:100%!important;padding:9px!important;border-radius:50px!important;box-shadow:0 38px 90px rgba(0,0,0,.60),0 0 0 1px rgba(255,255,255,.05) inset,inset 0 1px 0 rgba(255,255,255,.14),inset 0 -1px 0 rgba(255,255,255,.05)!important;}
.iphone-frame:before{width:112px!important;height:28px!important;top:16px!important;}
.iphone-frame:after{top:156px!important;height:76px!important;}
.app-window{height:680px!important;border-radius:41px!important;}
.ios-status{padding:12px 22px 9px!important;height:42px!important;font-size:12px!important;}
.app-head{height:62px!important;padding:8px 18px!important;grid-template-columns:56px 1fr 34px!important;}
.app-head b{font-size:13px!important;}.app-head small{font-size:9px!important;}.app-content{height:576px!important;}
.scene-head h3{letter-spacing:-.02em!important;}
@media(max-width:1180px){.hero .container.hero-grid{width:min(100% - 36px,var(--max))!important;}.hero-grid{grid-template-columns:1fr!important;gap:30px!important;}.phone-demo{margin:0 auto!important;padding-bottom:46px!important;}}
@media(max-width:720px){.hero{padding:28px 0 16px!important;}.hero .container.hero-grid{width:min(100% - 22px,var(--max))!important;}.hero-copy h1{font-size:clamp(30px,8.7vw,42px)!important;line-height:1.05!important;letter-spacing:-.03em!important;margin-bottom:12px!important;}.hero-typebar{width:100%!important;height:auto!important;min-height:44px!important;padding:10px 14px!important;}.hero-rotator{font-size:11.6px!important;line-height:1.34!important;max-height:34px!important;height:auto!important;min-height:18px!important;white-space:normal!important;}.lead{font-size:14px!important;line-height:1.55!important;}.hero-benefits{gap:12px!important;margin-top:14px!important;}.hero-benefits li i{width:40px!important;height:40px!important;min-width:40px!important;font-size:15px!important;}.hero-benefits li span{font-size:12.8px!important;}.hero-actions{gap:10px!important;margin-top:18px!important;}.hero-actions .btn,.hero-actions .btn-primary,.hero-actions .btn-ghost{width:100%!important;min-width:0!important;min-height:50px!important;font-size:14px!important;border-radius:14px!important;padding:0 18px!important;}.proof-line{gap:7px!important;margin-top:14px!important;}.proof-line span{min-height:32px!important;font-size:9.8px!important;padding:0 10px!important;}.phone-demo{padding-bottom:34px!important;}.phone-demo::before{width:270px!important;height:56px!important;bottom:0!important;}.phone-demo::after{width:180px!important;height:18px!important;bottom:14px!important;}.iphone-frame{width:min(100%,330px)!important;padding:8px!important;border-radius:36px!important;}.iphone-frame:before{width:96px!important;height:23px!important;top:13px!important;}.app-window{height:595px!important;border-radius:29px!important;}.ios-status{height:36px!important;padding:8px 16px 7px!important;font-size:10.8px!important;}.app-head{height:50px!important;padding:7px 12px!important;grid-template-columns:46px 1fr 28px!important;}.app-head b{font-size:10.8px!important;}.app-head small{font-size:8px!important;}.app-content{height:509px!important;}}


/* ===== V15 exact-reference polish: -20% text, clean spacing, narrow phone, visible glow ===== */
html body{letter-spacing:0!important;}
.header{background:rgba(5,7,13,.82)!important;}
.nav{height:78px!important;}
.logo img{width:62px!important;height:62px!important;}
.logo span{font-size:29px!important;letter-spacing:-.02em!important;}
.nav-links{gap:22px!important;font-size:12.4px!important;font-weight:520!important;letter-spacing:0!important;}
.nav-role-toggle{height:40px!important;min-width:240px!important;max-width:240px!important;}
.nav-role-toggle button{font-size:12.2px!important;font-weight:540!important;letter-spacing:0!important;}
.nav-actions .btn{min-height:50px!important;padding:0 26px!important;font-size:13.5px!important;font-weight:760!important;border-radius:14px!important;}
.hero{min-height:calc(100vh - 78px)!important;padding:58px 0 42px!important;}
.hero .container.hero-grid{width:min(1320px,calc(100% - 92px))!important;}
.hero-grid{grid-template-columns:minmax(0,1.12fr) minmax(330px,.82fr)!important;gap:58px!important;align-items:center!important;}
.hero-copy{max-width:690px!important;}
.role-kicker{height:34px!important;padding:0 15px!important;font-size:10px!important;font-weight:760!important;letter-spacing:.11em!important;margin-bottom:22px!important;}
.hero-copy h1{font-size:clamp(38px,4.35vw,58px)!important;line-height:1.08!important;letter-spacing:-.018em!important;font-weight:860!important;max-width:680px!important;margin:0 0 14px!important;word-spacing:.02em!important;text-rendering:geometricPrecision!important;}
.hero-copy .gradient-text{background:linear-gradient(90deg,#8b4cff 0%,#6e7bff 44%,#62c5ff 100%)!important;-webkit-background-clip:text!important;background-clip:text!important;color:transparent!important;}
.hero-typebar{width:500px!important;height:42px!important;min-height:42px!important;margin:14px 0 16px!important;padding:0 15px!important;border-radius:14px!important;}
.hero-type-label::before{font-size:15px!important;}
.hero-rotator{font-size:12.4px!important;line-height:19px!important;height:19px!important;min-height:19px!important;max-height:19px!important;font-weight:500!important;letter-spacing:0!important;word-spacing:.04em!important;color:#edf1fa!important;}
.lead{font-size:14.5px!important;line-height:1.64!important;max-width:590px!important;color:rgba(222,227,239,.72)!important;font-weight:400!important;letter-spacing:0!important;}
.hero-benefits{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important;max-width:700px!important;margin-top:20px!important;}
.hero-benefits li{display:grid!important;grid-template-columns:44px 1fr!important;gap:12px!important;align-items:center!important;padding:0!important;}
.hero-benefits li i{position:relative!important;width:44px!important;height:44px!important;min-width:44px!important;border-radius:50%!important;background:rgba(8,10,20,.72)!important;border:1px solid rgba(111,125,255,.22)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.04),0 12px 26px rgba(0,0,0,.22)!important;color:transparent!important;font-size:0!important;line-height:1!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;}
.hero-benefits li i::before{content:'✦'!important;color:#8968ff!important;font-size:16px!important;line-height:1!important;}
.hero-benefits li:nth-child(2) i::before{content:'≋'!important;font-size:18px!important;letter-spacing:-2px!important;transform:rotate(0deg)!important;color:#7fa5ff!important;}
.hero-benefits li:nth-child(3) i::before{content:'◈'!important;font-size:15px!important;color:#7bd6ff!important;}
.hero-benefits li span{font-size:12.8px!important;line-height:1.52!important;font-weight:400!important;letter-spacing:0!important;color:rgba(224,230,242,.74)!important;word-spacing:.02em!important;}
.hero-actions{gap:16px!important;margin-top:28px!important;}
.hero-actions .btn{min-height:56px!important;border-radius:15px!important;font-size:15.5px!important;font-weight:720!important;padding:0 28px!important;letter-spacing:0!important;}
.hero-actions .btn-primary{min-width:290px!important;}
.hero-actions .btn-ghost{min-width:320px!important;}
.btn-play .play-ico{width:34px!important;height:34px!important;font-size:12px!important;}
.proof-line{margin-top:22px!important;gap:10px!important;max-width:700px!important;}
.proof-line span{min-height:34px!important;padding:0 12px!important;font-size:10.5px!important;font-weight:480!important;letter-spacing:0!important;color:rgba(220,225,238,.74)!important;}
.proof-line span::before{width:6px!important;height:6px!important;margin-right:8px!important;}
.phone-demo{padding:0 0 62px!important;margin:0 auto!important;isolation:isolate!important;overflow:visible!important;}
.phone-demo::before{display:block!important;width:390px!important;height:110px!important;bottom:0!important;opacity:1!important;filter:blur(18px)!important;background:radial-gradient(ellipse at center, rgba(117,90,255,.95) 0%, rgba(82,120,255,.60) 38%, rgba(79,190,255,.34) 62%, rgba(79,190,255,0) 82%)!important;z-index:1!important;}
.phone-demo::after{display:block!important;width:260px!important;height:30px!important;bottom:30px!important;opacity:1!important;filter:blur(5px)!important;background:radial-gradient(ellipse at center, rgba(255,255,255,.36) 0%, rgba(151,177,255,.18) 42%, rgba(151,177,255,0) 75%)!important;z-index:1!important;}
.iphone-frame{width:346px!important;max-width:100%!important;padding:8px!important;border-radius:44px!important;z-index:3!important;box-shadow:0 34px 82px rgba(0,0,0,.58),0 0 0 1px rgba(255,255,255,.05) inset,inset 0 1px 0 rgba(255,255,255,.15),inset 0 -1px 0 rgba(255,255,255,.05)!important;}
.iphone-frame:before{width:102px!important;height:25px!important;top:14px!important;}
.iphone-frame:after{right:-3px!important;top:146px!important;width:3px!important;height:70px!important;}
.app-window{height:620px!important;border-radius:36px!important;}
.ios-status{height:38px!important;padding:9px 18px 8px!important;font-size:10.7px!important;}
.app-head{height:54px!important;padding:7px 14px!important;grid-template-columns:48px 1fr 28px!important;}
.app-head b{font-size:11.2px!important;letter-spacing:0!important;}.app-head small{font-size:8.2px!important;letter-spacing:0!important;}.app-content{height:528px!important;}
.scene-head{min-height:112px!important;padding:15px 13px 11px!important;}
.scene-head h3{font-size:20px!important;line-height:1.08!important;letter-spacing:-.01em!important;}
.scene-head p{font-size:10.8px!important;line-height:1.3!important;letter-spacing:0!important;}
.mini-tabs span{font-size:10.8px!important;letter-spacing:0!important;}
.tz-box span{font-size:11.4px!important;line-height:1.38!important;letter-spacing:0!important;word-spacing:.02em!important;}
.hero-replies{top:124px!important;left:13px!important;right:13px!important;gap:10px!important;}
.hero-reply{padding:11px!important;border-radius:17px!important;}
.hero-reply h4{font-size:12px!important;letter-spacing:0!important;}.hero-reply p{font-size:9.4px!important;letter-spacing:0!important;}
.chat-pill{left:13px!important;right:13px!important;bottom:16px!important;font-size:9.5px!important;letter-spacing:0!important;}
@media(max-width:1180px){.hero .container.hero-grid{width:min(100% - 36px,var(--max))!important;}.hero-grid{grid-template-columns:1fr!important;gap:28px!important;}.hero-copy{max-width:none!important;}.phone-demo{padding-bottom:54px!important;}}
@media(max-width:720px){.nav{height:64px!important;}.logo img{width:48px!important;height:48px!important;}.logo span{font-size:24px!important;}.hero{min-height:auto!important;padding:28px 0 16px!important;}.hero .container.hero-grid{width:min(100% - 22px,var(--max))!important;}.hero-copy h1{font-size:clamp(28px,8.3vw,38px)!important;line-height:1.08!important;letter-spacing:-.012em!important;}.role-kicker{height:30px!important;font-size:9.5px!important;margin-bottom:12px!important;}.hero-typebar{width:100%!important;height:auto!important;min-height:42px!important;padding:9px 13px!important;}.hero-rotator{font-size:11px!important;line-height:1.34!important;white-space:normal!important;max-height:34px!important;height:auto!important;}.lead{font-size:13.5px!important;line-height:1.55!important;}.hero-benefits{grid-template-columns:1fr!important;gap:9px!important;margin-top:13px!important;}.hero-benefits li{grid-template-columns:38px 1fr!important;gap:10px!important;}.hero-benefits li i{width:38px!important;height:38px!important;min-width:38px!important;}.hero-benefits li span{font-size:12.3px!important;line-height:1.42!important;}.hero-actions{gap:9px!important;margin-top:16px!important;}.hero-actions .btn,.hero-actions .btn-primary,.hero-actions .btn-ghost{width:100%!important;min-width:0!important;min-height:48px!important;font-size:13.5px!important;border-radius:14px!important;padding:0 18px!important;}.proof-line{gap:6px!important;margin-top:13px!important;}.proof-line span{min-height:31px!important;font-size:9.3px!important;padding:0 9px!important;}.phone-demo{padding-bottom:36px!important;}.phone-demo::before{width:260px!important;height:64px!important;bottom:0!important;filter:blur(12px)!important;}.phone-demo::after{width:170px!important;height:20px!important;bottom:18px!important;}.iphone-frame{width:min(100%,318px)!important;padding:7px!important;border-radius:34px!important;}.iphone-frame:before{width:92px!important;height:22px!important;top:12px!important;}.app-window{height:560px!important;border-radius:28px!important;}.ios-status{height:34px!important;padding:7px 15px 7px!important;font-size:10px!important;}.app-head{height:48px!important;padding:6px 12px!important;grid-template-columns:42px 1fr 26px!important;}.app-head b{font-size:10px!important;}.app-head small{font-size:7.5px!important;}.app-content{height:478px!important;}.scene-head{min-height:98px!important;padding:12px 11px 9px!important;}.scene-head h3{font-size:17px!important;}.scene-head p{font-size:9.5px!important;}.hero-replies{top:108px!important;left:11px!important;right:11px!important;gap:8px!important;}.chat-pill{left:11px!important;right:11px!important;bottom:12px!important;}}


/* ===== V15 checked reference: logo bigger, status icons closer, real animal avatars, stronger underglow ===== */
.logo img{width:92px!important;height:92px!important;}
.logo span{font-size:40px!important;font-weight:900!important;letter-spacing:-.035em!important;}
@media(max-width:720px){.logo img{width:60px!important;height:60px!important;}.logo span{font-size:30px!important;}}

/* cleaner status bar like ref */
.ios-status{display:flex!important;align-items:center!important;justify-content:space-between!important;padding:12px 20px 8px!important;height:42px!important;color:#fff!important;}
.ios-time{font-size:13px!important;font-weight:760!important;letter-spacing:-.01em!important;}
.ios-right{display:flex!important;align-items:center!important;gap:8px!important;}
.ios-cell{display:flex!important;align-items:flex-end!important;gap:2px!important;height:13px!important;}
.ios-cell i{display:block!important;width:4px!important;background:#fff!important;border-radius:1px!important;opacity:.98!important;}
.ios-cell i:nth-child(1){height:5px!important;opacity:.7!important}.ios-cell i:nth-child(2){height:7px!important;opacity:.82!important}.ios-cell i:nth-child(3){height:10px!important;opacity:.92!important}.ios-cell i:nth-child(4){height:13px!important;}
.ios-wifi{position:relative!important;display:inline-block!important;width:16px!important;height:12px!important;}
.ios-wifi b{position:absolute!important;left:50%!important;bottom:0!important;transform:translateX(-50%)!important;border:2px solid #fff!important;border-top-color:transparent!important;border-left-color:transparent!important;border-right-color:transparent!important;border-radius:0 0 14px 14px!important;}
.ios-wifi b:nth-child(1){width:14px!important;height:12px!important;opacity:.95!important;}
.ios-wifi b:nth-child(2){width:10px!important;height:8px!important;bottom:1px!important;opacity:.88!important;}
.ios-wifi b:nth-child(3){width:6px!important;height:4px!important;bottom:2px!important;opacity:.82!important;}
.ios-battery{position:relative!important;display:inline-block!important;width:22px!important;height:11px!important;border:1.8px solid #fff!important;border-radius:3px!important;box-sizing:border-box!important;}
.ios-battery:after{content:""!important;position:absolute!important;right:-3px!important;top:3px!important;width:2px!important;height:5px!important;border-radius:0 2px 2px 0!important;background:#fff!important;}
.ios-battery .fill{position:absolute!important;left:1.5px!important;top:1.5px!important;bottom:1.5px!important;right:4px!important;background:#fff!important;border-radius:1.5px!important;}

/* hero icons closer to reference */
.hero-benefits li i.hero-ico{position:relative!important;color:transparent!important;font-size:0!important;background:rgba(8,10,20,.72)!important;border:1px solid rgba(109,121,255,.20)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.04),0 14px 30px rgba(0,0,0,.20)!important;}
.hero-benefits li i.hero-ico::before,.hero-benefits li i.hero-ico::after{content:"";position:absolute;}
.hero-benefits li i.spark::before{content:"✦"!important;position:absolute!important;inset:0!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:18px!important;color:#8d63ff!important;text-shadow:0 0 12px rgba(141,99,255,.35)!important;}
.hero-benefits li i.audio::before{left:13px!important;bottom:13px!important;width:4px!important;height:14px!important;border-radius:2px!important;background:#6d74ff!important;box-shadow:7px -2px 0 #8f7cff,14px 1px 0 #5ec0ff,21px -3px 0 #8f7cff!important;}
.hero-benefits li i.audio::after{left:13px!important;bottom:11px!important;width:25px!important;height:2px!important;background:transparent!important;box-shadow:none!important;}
.hero-benefits li i.shield::before{left:50%!important;top:10px!important;transform:translateX(-50%)!important;width:18px!important;height:22px!important;background:linear-gradient(180deg,#865dff,#5dbfff)!important;clip-path:polygon(50% 0, 100% 18%, 100% 54%, 50% 100%, 0 54%, 0 18%)!important;box-shadow:0 0 12px rgba(104,157,255,.22)!important;}
.hero-benefits li i.shield::after{left:50%!important;top:14px!important;transform:translateX(-50%)!important;width:8px!important;height:10px!important;border:2px solid rgba(255,255,255,.85)!important;border-top:0!important;border-left:0!important;transform:translateX(-50%) rotate(45deg)!important;opacity:.0!important;}

/* tighter phone, stronger glow */
.phone-demo{padding:0 0 64px!important;}
.phone-demo::before{display:block!important;content:""!important;left:50%!important;bottom:2px!important;transform:translateX(-50%)!important;width:440px!important;height:120px!important;border-radius:50%!important;background:radial-gradient(ellipse at center, rgba(119,99,255,.84) 0%, rgba(88,122,255,.58) 32%, rgba(86,190,255,.32) 58%, rgba(86,190,255,0) 78%)!important;filter:blur(18px)!important;opacity:1!important;z-index:0!important;position:absolute!important;}
.phone-demo::after{display:block!important;content:""!important;left:50%!important;bottom:24px!important;transform:translateX(-50%)!important;width:250px!important;height:32px!important;border-radius:50%!important;background:radial-gradient(ellipse at center, rgba(255,255,255,.34) 0%, rgba(255,255,255,.13) 42%, rgba(255,255,255,0) 75%)!important;filter:blur(5px)!important;opacity:1!important;z-index:1!important;position:absolute!important;}
.iphone-frame{width:356px!important;max-width:100%!important;border-radius:46px!important;padding:9px!important;}
.iphone-frame:before{width:108px!important;height:27px!important;top:15px!important;}
.iphone-frame:after{top:150px!important;height:72px!important;}
.app-window{height:652px!important;border-radius:38px!important;}
.app-head{height:58px!important;padding:8px 16px!important;grid-template-columns:52px 1fr 32px!important;}
.app-head b{font-size:12.5px!important;}.app-head small{font-size:8.5px!important;}.app-content{height:552px!important;}

/* real avatars in replies scene */
.hero-reply .avatar{width:38px!important;height:38px!important;border-radius:12px!important;overflow:hidden!important;background:rgba(255,255,255,.03)!important;border:1px solid rgba(255,255,255,.06)!important;}
.hero-reply .avatar img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;}
.replies-scene .hero-reply.primary .match{background:rgba(82,134,255,.16)!important;border:1px solid rgba(82,134,255,.2)!important;color:#9fc4ff!important;}
.replies-scene .hero-reply .match{font-weight:850!important;font-size:12px!important;}

@media(max-width:720px){
  .ios-status{padding:9px 15px 7px!important;height:36px!important;}
  .ios-time{font-size:11px!important;}
  .ios-right{gap:6px!important;}
  .ios-cell{height:11px!important}.ios-cell i{width:3px!important}.ios-cell i:nth-child(1){height:4px!important}.ios-cell i:nth-child(2){height:6px!important}.ios-cell i:nth-child(3){height:8px!important}.ios-cell i:nth-child(4){height:11px!important}
  .ios-wifi{width:14px!important;height:10px!important;}
  .ios-battery{width:19px!important;height:10px!important;}
  .phone-demo{padding-bottom:44px!important;}
  .phone-demo::before{width:290px!important;height:78px!important;bottom:0!important;filter:blur(14px)!important;}
  .phone-demo::after{width:170px!important;height:20px!important;bottom:14px!important;}
  .iphone-frame{width:min(100%,320px)!important;border-radius:34px!important;padding:8px!important;}
  .iphone-frame:before{width:92px!important;height:23px!important;top:13px!important;}
  .app-window{height:584px!important;border-radius:28px!important;}
  .app-head{height:48px!important;padding:7px 12px!important;grid-template-columns:44px 1fr 28px!important;}
  .app-head b{font-size:10.5px!important;}.app-head small{font-size:7.5px!important;}.app-content{height:500px!important;}
}


/* ===== V16 final push from screenshot feedback ===== */
.logo img{width:100px!important;height:100px!important;}
.logo span{font-size:42px!important;letter-spacing:-.03em!important;}
.nav{height:88px!important;}
.nav-links{font-size:12.8px!important;gap:22px!important;}
.hero-copy h1{font-size:clamp(41px,4.4vw,62px)!important;line-height:1.04!important;letter-spacing:-.032em!important;font-weight:860!important;}
.lead{font-size:15.5px!important;line-height:1.56!important;}
.hero-typebar{height:42px!important;min-height:42px!important;width:500px!important;border-radius:13px!important;}
.hero-rotator{font-size:12.6px!important;line-height:18px!important;height:18px!important;min-height:18px!important;max-height:18px!important;}
.hero-benefits{gap:18px!important;}
.hero-benefits li span{font-size:13.4px!important;line-height:1.42!important;}
.hero-benefits li i.hero-ico{width:44px!important;height:44px!important;min-width:44px!important;border-radius:50%!important;}
.hero-benefits li i.spark::before{font-size:17px!important;}
/* make equalizer icon much closer to the screenshot */
.hero-benefits li i.audio::before{content:""!important;left:12px!important;bottom:12px!important;width:3px!important;height:10px!important;border-radius:3px!important;background:#7b7aff!important;box-shadow:7px -4px 0 0 #5a62ff,14px 0 0 0 #8b87ff,21px -6px 0 0 #5fc0ff!important;}
.hero-benefits li i.audio::after{content:""!important;left:11px!important;bottom:11px!important;width:24px!important;height:1px!important;background:transparent!important;}
/* shield as a thinner outline */
.hero-benefits li i.shield::before{width:17px!important;height:20px!important;background:none!important;border:2px solid #7f8bff!important;clip-path:polygon(50% 0, 100% 18%, 100% 54%, 50% 100%, 0 54%, 0 18%)!important;box-shadow:none!important;}
.hero-benefits li i.shield::after{display:none!important;}
.hero-actions .btn{min-height:60px!important;font-size:16px!important;}
.hero-actions .btn-primary{min-width:305px!important;}
.hero-actions .btn-ghost{min-width:330px!important;}
.proof-line span{font-size:11px!important;}
/* narrower phone and very visible underglow */
.phone-demo{padding:0 0 84px!important;}
.phone-demo::before{width:500px!important;height:150px!important;bottom:-6px!important;filter:blur(24px)!important;background:radial-gradient(ellipse at center, rgba(121,96,255,.92) 0%, rgba(95,118,255,.68) 28%, rgba(82,204,255,.44) 52%, rgba(82,204,255,.14) 66%, rgba(82,204,255,0) 80%)!important;opacity:1!important;}
.phone-demo::after{width:300px!important;height:42px!important;bottom:30px!important;filter:blur(7px)!important;background:radial-gradient(ellipse at center, rgba(255,255,255,.40) 0%, rgba(255,255,255,.16) 45%, rgba(255,255,255,0) 78%)!important;opacity:1!important;}
.iphone-frame{width:340px!important;max-width:100%!important;border-radius:44px!important;padding:8px!important;}
.iphone-frame:before{width:102px!important;height:25px!important;top:14px!important;}
.iphone-frame:after{top:144px!important;height:66px!important;}
.app-window{height:620px!important;border-radius:35px!important;}
.ios-status{padding:10px 18px 7px!important;height:38px!important;}
.ios-time{font-size:11.5px!important;font-weight:760!important;}
.ios-right{gap:7px!important;}
.ios-cell{height:12px!important}.ios-cell i{width:3px!important}.ios-cell i:nth-child(1){height:4px!important}.ios-cell i:nth-child(2){height:6px!important}.ios-cell i:nth-child(3){height:9px!important}.ios-cell i:nth-child(4){height:12px!important}
.ios-wifi{width:15px!important;height:11px!important;}
.ios-battery{width:20px!important;height:10px!important;}
.app-head{height:54px!important;padding:7px 14px!important;grid-template-columns:48px 1fr 30px!important;}
.app-head b{font-size:11.5px!important;}.app-head small{font-size:7.8px!important;}.app-content{height:528px!important;}
.scene-head{min-height:126px!important;padding:18px 16px 14px!important;}
.scene-head h3{font-size:24px!important;line-height:1.04!important;}.scene-head p{font-size:12px!important;line-height:1.36!important;}
.hero-replies{top:138px!important;left:16px!important;right:16px!important;gap:12px!important;}
.hero-reply{padding:12px!important;border-radius:18px!important;}
.hero-reply .avatar{width:34px!important;height:34px!important;border-radius:10px!important;}
.hero-reply h4{font-size:12.6px!important;}.hero-reply p{font-size:9.8px!important;}.hero-reply .match{min-width:42px!important;height:31px!important;font-size:11.5px!important;}
.hero-reply .voice{height:46px!important;margin-top:10px!important;border-radius:14px!important;}.hero-reply .play{width:30px!important;height:30px!important;font-size:11px!important;}.hero-reply .time{font-size:11px!important;}.hero-reply .reveal-row{gap:8px!important;margin-top:10px!important;}.hero-reply .box{padding:10px!important;border-radius:14px!important;}.hero-reply .box small{font-size:9px!important;}.hero-reply .box strong{font-size:15px!important;}
.chat-pill{left:16px!important;right:16px!important;bottom:18px!important;padding:10px 12px!important;font-size:9.6px!important;border-radius:14px!important;}
@media(max-width:1180px){.phone-demo{padding-bottom:72px!important;}.phone-demo::before{width:420px!important;height:120px!important;}.phone-demo::after{width:240px!important;height:34px!important;}}
@media(max-width:720px){.logo img{width:62px!important;height:62px!important;}.logo span{font-size:30px!important;}.hero-copy h1{font-size:clamp(30px,8.4vw,40px)!important;line-height:1.06!important;}.lead{font-size:13.8px!important;}.hero-typebar{width:100%!important;height:auto!important;min-height:42px!important;}.hero-rotator{font-size:11.4px!important;line-height:1.34!important;height:auto!important;max-height:34px!important;min-height:16px!important;white-space:normal!important;}.hero-benefits li span{font-size:12.6px!important;}.hero-actions .btn,.hero-actions .btn-primary,.hero-actions .btn-ghost{min-height:48px!important;font-size:14px!important;}.phone-demo{padding-bottom:46px!important;}.phone-demo::before{width:300px!important;height:82px!important;bottom:0!important;filter:blur(16px)!important;}.phone-demo::after{width:180px!important;height:22px!important;bottom:14px!important;}.iphone-frame{width:min(100%,310px)!important;border-radius:34px!important;padding:7px!important;}.iphone-frame:before{width:90px!important;height:22px!important;top:12px!important;}.app-window{height:566px!important;border-radius:28px!important;}.ios-status{height:34px!important;padding:8px 14px 6px!important;}.app-head{height:46px!important;padding:6px 11px!important;grid-template-columns:42px 1fr 26px!important;}.app-head b{font-size:10.2px!important;}.app-head small{font-size:7.3px!important;}.app-content{height:486px!important;}.scene-head{min-height:102px!important;padding:14px 12px 10px!important;}.scene-head h3{font-size:18px!important;}.scene-head p{font-size:10px!important;}.hero-replies{top:112px!important;left:12px!important;right:12px!important;gap:10px!important;}.hero-reply .box strong{font-size:13px!important;}.chat-pill{left:12px!important;right:12px!important;bottom:14px!important;font-size:9px!important;}}


/* ===== V17 polish: smaller logo, aligned metrics, centered avatars, stronger neon, better mobile ===== */
.logo img{width:88px!important;height:88px!important;}
.logo span{font-size:38px!important;letter-spacing:-.028em!important;}
.nav{height:84px!important;}
.hero-copy h1{font-size:clamp(40px,4.25vw,60px)!important;line-height:1.05!important;letter-spacing:-.028em!important;}
.lead{font-size:15px!important;line-height:1.58!important;}
.hero-benefits{gap:16px!important;align-items:start!important;}
.hero-benefits li{align-items:center!important;gap:12px!important;}
.hero-benefits li span{font-size:13px!important;line-height:1.4!important;color:rgba(223,229,241,.78)!important;}
.hero-benefits li i.hero-ico{width:42px!important;height:42px!important;min-width:42px!important;background:rgba(7,10,18,.82)!important;border:1px solid rgba(102,119,255,.26)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.03), 0 10px 24px rgba(0,0,0,.22)!important;}
/* icon 1 = sparkle */
.hero-benefits li i.spark::before{content:"✦"!important;display:flex!important;align-items:center!important;justify-content:center!important;inset:0!important;position:absolute!important;font-size:16px!important;color:#8e63ff!important;text-shadow:0 0 12px rgba(142,99,255,.34)!important;}
/* icon 2 = equalizer closer to screenshot */
.hero-benefits li i.audio::before{content:""!important;position:absolute!important;left:11px!important;bottom:11px!important;width:3px!important;height:9px!important;border-radius:3px!important;background:#6f71ff!important;box-shadow:6px -5px 0 0 #8d7fff,12px 1px 0 0 #5878ff,18px -3px 0 0 #5ec0ff!important;}
.hero-benefits li i.audio::after{content:""!important;position:absolute!important;left:10px!important;bottom:10px!important;width:22px!important;height:1px!important;background:transparent!important;}
/* icon 3 = diamond/outline closer to screenshot */
.hero-benefits li i.shield::before{content:""!important;position:absolute!important;left:50%!important;top:50%!important;transform:translate(-50%,-50%) rotate(45deg)!important;width:14px!important;height:14px!important;border:2px solid #6ba4ff!important;border-radius:2px!important;background:transparent!important;box-shadow:0 0 10px rgba(107,164,255,.16)!important;}
.hero-benefits li i.shield::after{content:""!important;position:absolute!important;left:50%!important;top:50%!important;transform:translate(-50%,-50%)!important;width:4px!important;height:4px!important;border-radius:50%!important;background:#8f7cff!important;opacity:.95!important;}
/* fix response price/schedule alignment */
.hero-reply .reveal-row{display:grid!important;grid-template-columns:1fr 1fr!important;align-items:stretch!important;gap:8px!important;}
.hero-reply .box{display:flex!important;flex-direction:column!important;justify-content:space-between!important;align-items:flex-start!important;min-height:56px!important;padding:10px 10px 9px!important;}
.hero-reply .box small{display:block!important;min-height:11px!important;line-height:1.1!important;margin-bottom:5px!important;}
.hero-reply .box strong{display:block!important;line-height:1!important;min-height:15px!important;align-self:flex-start!important;}
/* center avatar art better */
.hero-reply .avatar{display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important;background:rgba(255,255,255,.03)!important;}
.hero-reply .avatar img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center center!important;transform:scale(1.04)!important;display:block!important;}
/* strong neon under phone and side ambient like reference */
.phone-demo{padding:0 0 92px!important;}
.phone-demo::before{width:620px!important;height:170px!important;bottom:-12px!important;left:50%!important;transform:translateX(-50%)!important;background:radial-gradient(ellipse at center, rgba(130,95,255,.98) 0%, rgba(100,117,255,.76) 26%, rgba(66,198,255,.55) 48%, rgba(66,198,255,.18) 64%, rgba(66,198,255,0) 80%)!important;filter:blur(30px)!important;opacity:1!important;}
.phone-demo::after{width:330px!important;height:48px!important;bottom:34px!important;background:radial-gradient(ellipse at center, rgba(255,255,255,.48) 0%, rgba(255,255,255,.18) 45%, rgba(255,255,255,0) 78%)!important;filter:blur(8px)!important;opacity:1!important;}
.iphone-frame{width:332px!important;max-width:100%!important;border-radius:42px!important;padding:8px!important;box-shadow:0 34px 84px rgba(0,0,0,.60),0 0 26px rgba(68,190,255,.10),0 0 80px rgba(97,111,255,.08),0 0 0 1px rgba(255,255,255,.06) inset,inset 0 1px 0 rgba(255,255,255,.14),inset 0 -1px 0 rgba(255,255,255,.05)!important;}
.iphone-frame:before{width:98px!important;height:24px!important;top:14px!important;}
.iphone-frame:after{top:140px!important;height:64px!important;}
.app-window{height:610px!important;border-radius:34px!important;}
.ios-status{padding:10px 17px 6px!important;height:36px!important;}
.app-head{height:52px!important;padding:7px 13px!important;grid-template-columns:46px 1fr 28px!important;}
.app-head b{font-size:11px!important;}.app-head small{font-size:7.4px!important;}.app-content{height:522px!important;}
.scene-head{min-height:120px!important;padding:17px 15px 12px!important;}
.scene-head h3{font-size:22px!important;}.scene-head p{font-size:11.5px!important;}
.hero-replies{top:132px!important;left:14px!important;right:14px!important;gap:11px!important;}
.hero-reply{padding:11px!important;border-radius:17px!important;}
.hero-reply .avatar{width:32px!important;height:32px!important;border-radius:10px!important;}
.hero-reply h4{font-size:12px!important;line-height:1.15!important;}
.hero-reply p{font-size:9.4px!important;line-height:1.2!important;}
.hero-reply .match{min-width:40px!important;height:29px!important;font-size:11px!important;}
.hero-reply .voice{height:44px!important;border-radius:13px!important;}
.hero-reply .play{width:28px!important;height:28px!important;font-size:10px!important;}
.hero-reply .time{font-size:10.5px!important;}
.chat-pill{font-size:9.2px!important;line-height:1.25!important;left:14px!important;right:14px!important;bottom:16px!important;}
/* mobile urgent adaptation */
@media(max-width:980px){
  .hero .container.hero-grid{width:min(100% - 26px,var(--max))!important;}
  .hero-grid{grid-template-columns:1fr!important;gap:24px!important;}
  .hero-copy{max-width:none!important;}
  .hero-actions .btn,.hero-actions .btn-primary,.hero-actions .btn-ghost{width:100%!important;min-width:0!important;}
  .proof-line{gap:8px!important;}
}
@media(max-width:720px){
  .nav{height:64px!important;}
  .logo img{width:54px!important;height:54px!important;}
  .logo span{font-size:28px!important;}
  .nav-links{display:none!important;}
  .nav-actions .btn{min-height:44px!important;font-size:13px!important;padding:0 16px!important;border-radius:12px!important;}
  .nav-role-toggle{min-width:220px!important;max-width:220px!important;height:40px!important;}
  .nav-role-toggle button{font-size:12px!important;}
  .hero{padding:20px 0 14px!important;min-height:auto!important;}
  .hero-copy h1{font-size:clamp(28px,8.2vw,38px)!important;line-height:1.06!important;letter-spacing:-.022em!important;}
  .hero-typebar{width:100%!important;height:auto!important;min-height:40px!important;padding:10px 12px!important;border-radius:12px!important;margin:12px 0 14px!important;grid-template-columns:1fr!important;gap:4px!important;}
  .hero-rotator{font-size:11px!important;line-height:1.32!important;height:auto!important;min-height:16px!important;max-height:32px!important;white-space:normal!important;}
  .lead{font-size:13.4px!important;line-height:1.52!important;}
  .hero-benefits{grid-template-columns:1fr!important;gap:10px!important;margin-top:12px!important;}
  .hero-benefits li{gap:10px!important;}
  .hero-benefits li i.hero-ico{width:38px!important;height:38px!important;min-width:38px!important;}
  .hero-benefits li span{font-size:12.2px!important;}
  .hero-actions{gap:10px!important;margin-top:16px!important;}
  .hero-actions .btn{min-height:48px!important;font-size:14px!important;border-radius:14px!important;padding:0 16px!important;}
  .proof-line{margin-top:12px!important;gap:7px!important;}
  .proof-line span{min-height:30px!important;font-size:9.6px!important;padding:0 10px!important;}
  .phone-demo{padding-bottom:56px!important;}
  .phone-demo::before{width:360px!important;height:96px!important;bottom:-2px!important;filter:blur(18px)!important;}
  .phone-demo::after{width:200px!important;height:24px!important;bottom:16px!important;filter:blur(5px)!important;}
  .iphone-frame{width:min(100%,296px)!important;border-radius:32px!important;padding:7px!important;}
  .iphone-frame:before{width:86px!important;height:21px!important;top:12px!important;}
  .app-window{height:548px!important;border-radius:26px!important;}
  .ios-status{height:32px!important;padding:8px 14px 5px!important;}
  .ios-time{font-size:10px!important;}
  .app-head{height:44px!important;padding:6px 11px!important;grid-template-columns:42px 1fr 26px!important;}
  .app-head b{font-size:10px!important;}.app-head small{font-size:7px!important;}.app-content{height:472px!important;}
  .scene-head{min-height:98px!important;padding:13px 11px 10px!important;}
  .scene-head h3{font-size:18px!important;}.scene-head p{font-size:9.8px!important;}
  .hero-replies{top:108px!important;left:11px!important;right:11px!important;gap:9px!important;}
  .hero-reply{padding:10px!important;border-radius:15px!important;}
  .hero-reply .avatar{width:30px!important;height:30px!important;border-radius:9px!important;}
  .hero-reply h4{font-size:11.2px!important;}.hero-reply p{font-size:8.8px!important;}.hero-reply .match{min-width:36px!important;height:26px!important;font-size:10px!important;}.hero-reply .voice{height:40px!important;margin-top:8px!important;}.hero-reply .play{width:25px!important;height:25px!important;}.hero-reply .reveal-row{gap:6px!important;margin-top:8px!important;}.hero-reply .box{min-height:48px!important;padding:8px 8px 7px!important;}.hero-reply .box small{font-size:8.2px!important;}.hero-reply .box strong{font-size:12.6px!important;}.chat-pill{left:11px!important;right:11px!important;bottom:13px!important;font-size:8.6px!important;padding:8px 10px!important;}
}


/* ===== V18 direct fix from latest screenshot ===== */
/* logo slightly smaller */
.logo img{width:80px!important;height:80px!important;}
.logo span{font-size:35px!important;letter-spacing:-.025em!important;}

/* benefit icons closer to reference */
.hero-benefits li i.hero-ico{width:40px!important;height:40px!important;min-width:40px!important;border-radius:50%!important;background:rgba(8,10,18,.82)!important;border:1px solid rgba(92,108,255,.22)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.03),0 10px 18px rgba(0,0,0,.22)!important;}
.hero-benefits li i.spark::before{content:"✦"!important;font-size:14px!important;color:#9166ff!important;text-shadow:0 0 10px rgba(145,102,255,.32)!important;}
.hero-benefits li i.audio::before{left:10px!important;bottom:10px!important;width:3px!important;height:8px!important;border-radius:2px!important;background:#6d73ff!important;box-shadow:6px -4px 0 0 #8d80ff,12px 1px 0 0 #5a86ff,18px -3px 0 0 #56bfff!important;}
.hero-benefits li i.shield::before{width:13px!important;height:13px!important;border:1.8px solid #66a8ff!important;border-radius:2px!important;transform:translate(-50%,-50%) rotate(45deg)!important;}
.hero-benefits li i.shield::after{width:3px!important;height:3px!important;background:#8d7bff!important;}
.hero-benefits li span{font-size:12.6px!important;line-height:1.38!important;}

/* typewriter mobile: no wrap, fixed line */
.hero-typebar{overflow:hidden!important;}
.hero-rotator{white-space:nowrap!important;overflow:hidden!important;text-overflow:clip!important;display:block!important;}

/* AI scene market boxes aligned (current visible issue) */
.ai-result-grid{display:grid!important;grid-template-columns:1fr 1fr!important;align-items:stretch!important;gap:8px!important;}
.ai-result-grid > div{display:flex!important;flex-direction:column!important;justify-content:space-between!important;align-items:flex-start!important;min-height:68px!important;padding:10px!important;border-radius:14px!important;}
.ai-result-grid small{display:block!important;min-height:24px!important;line-height:1.2!important;margin:0 0 6px!important;}
.ai-result-grid strong{display:block!important;line-height:1!important;margin:0!important;align-self:flex-start!important;}

/* replies scene cards also aligned */
.hero-reply .reveal-row{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important;align-items:stretch!important;}
.hero-reply .box{display:flex!important;flex-direction:column!important;justify-content:space-between!important;align-items:flex-start!important;min-height:56px!important;}
.hero-reply .box small{min-height:22px!important;line-height:1.2!important;margin-bottom:6px!important;}
.hero-reply .box strong{line-height:1!important;margin-top:auto!important;}

/* avatars centered better */
.hero-reply .avatar{display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important;background:rgba(255,255,255,.03)!important;}
.hero-reply .avatar img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:50% 48%!important;transform:scale(1)!important;}

/* powerful contour glow around full phone + underglow */
.phone-demo{padding:0 0 98px!important;}
.phone-demo::before{width:700px!important;height:210px!important;bottom:-24px!important;left:50%!important;transform:translateX(-50%)!important;background:radial-gradient(ellipse at center, rgba(119,92,255,.95) 0%, rgba(81,117,255,.74) 30%, rgba(68,196,255,.56) 52%, rgba(68,196,255,.20) 67%, rgba(68,196,255,0) 82%)!important;filter:blur(34px)!important;opacity:1!important;}
.phone-demo::after{width:360px!important;height:54px!important;bottom:32px!important;background:radial-gradient(ellipse at center, rgba(255,255,255,.50) 0%, rgba(255,255,255,.17) 45%, rgba(255,255,255,0) 78%)!important;filter:blur(8px)!important;opacity:1!important;}
.iphone-frame{width:332px!important;max-width:100%!important;border-radius:42px!important;padding:8px!important;box-shadow:0 0 0 1px rgba(255,255,255,.08) inset, inset 0 1px 0 rgba(255,255,255,.14), inset 0 -1px 0 rgba(255,255,255,.05), 0 34px 80px rgba(0,0,0,.62), 0 0 34px rgba(78,196,255,.20), 0 0 54px rgba(104,92,255,.16)!important;}
.iphone-frame .app-window{box-shadow:0 0 0 1px rgba(255,255,255,.03) inset!important;}
.iphone-frame::before{box-shadow:0 0 10px rgba(255,255,255,.03) inset!important;}
/* subtle side ambient */
.phone-demo .ambient-left,.phone-demo .ambient-right{display:none!important;}
.phone-demo{position:relative!important;}
.phone-demo .phone-ambient-left,.phone-demo .phone-ambient-right{display:none!important;}
.phone-demo > .ambient-l, .phone-demo > .ambient-r{display:none!important;}
.phone-demo:focus{outline:none!important;}
.phone-demo .fake{display:none!important;}
.phone-demo{filter:drop-shadow(0 0 18px rgba(63,175,255,.08)) drop-shadow(0 0 22px rgba(101,95,255,.08));}

/* mobile urgent fix */
@media(max-width:720px){
  .logo img{width:50px!important;height:50px!important;}
  .logo span{font-size:26px!important;}
  .hero-typebar{width:100%!important;min-height:38px!important;height:38px!important;padding:0 12px!important;display:grid!important;grid-template-columns:auto minmax(0,1fr)!important;gap:8px!important;align-items:center!important;}
  .hero-type-label{display:inline-flex!important;align-items:center!important;width:auto!important;white-space:nowrap!important;margin:0!important;}
  .hero-rotator{font-size:10.4px!important;line-height:16px!important;min-height:16px!important;max-height:16px!important;height:16px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:clip!important;}
  .lead{font-size:13px!important;line-height:1.5!important;}
  .hero-benefits li span{font-size:11.8px!important;}
  .phone-demo{padding-bottom:60px!important;}
  .phone-demo::before{width:370px!important;height:110px!important;bottom:-10px!important;filter:blur(20px)!important;}
  .phone-demo::after{width:210px!important;height:28px!important;bottom:18px!important;}
  .iphone-frame{width:min(100%,298px)!important;border-radius:32px!important;padding:7px!important;box-shadow:0 0 0 1px rgba(255,255,255,.08) inset, inset 0 1px 0 rgba(255,255,255,.14), inset 0 -1px 0 rgba(255,255,255,.05), 0 28px 60px rgba(0,0,0,.62), 0 0 26px rgba(78,196,255,.18), 0 0 42px rgba(104,92,255,.14)!important;}
  .app-window{height:548px!important;border-radius:26px!important;}
  .app-content{height:472px!important;}
  .ai-result-grid > div{min-height:56px!important;padding:8px!important;}
  .ai-result-grid small{min-height:20px!important;font-size:8px!important;}
  .ai-result-grid strong{font-size:12.2px!important;}
}


/* ===== V19 mobile toggle + final mobile/FAQ/blog polish ===== */
.hero-mobile-switch{display:none!important;}

/* stronger contour glow around full phone */
.phone-demo{position:relative!important;padding:0 0 104px!important;}
.phone-demo::before{width:720px!important;height:220px!important;bottom:-28px!important;left:50%!important;transform:translateX(-50%)!important;background:radial-gradient(ellipse at center, rgba(110,92,255,1) 0%, rgba(79,115,255,.80) 29%, rgba(60,198,255,.60) 50%, rgba(60,198,255,.22) 66%, rgba(60,198,255,0) 82%)!important;filter:blur(36px)!important;opacity:1!important;}
.phone-demo::after{width:370px!important;height:58px!important;bottom:34px!important;background:radial-gradient(ellipse at center, rgba(255,255,255,.52) 0%, rgba(255,255,255,.18) 45%, rgba(255,255,255,0) 78%)!important;filter:blur(8px)!important;opacity:1!important;}
.iphone-frame{box-shadow:0 0 0 1px rgba(255,255,255,.08) inset,inset 0 1px 0 rgba(255,255,255,.14), inset 0 -1px 0 rgba(255,255,255,.05), 0 34px 80px rgba(0,0,0,.62), 0 0 42px rgba(73,195,255,.26), 0 0 82px rgba(103,92,255,.22)!important;}

/* avatars centered cleaner in replies */
.hero-reply .avatar,.executor-chip .avatar{display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important;background:rgba(255,255,255,.03)!important;}
.hero-reply .avatar img,.executor-chip .avatar img{width:86%!important;height:86%!important;object-fit:contain!important;object-position:center center!important;transform:none!important;display:block!important;}

/* keep info boxes aligned */
.ai-result-grid > div,.hero-reply .box{display:flex!important;flex-direction:column!important;justify-content:space-between!important;align-items:flex-start!important;}
.ai-result-grid small,.hero-reply .box small{display:block!important;line-height:1.18!important;}
.ai-result-grid strong,.hero-reply .box strong{display:block!important;line-height:1!important;margin-top:auto!important;}

/* FAQ + blog + article blocks cleaner */
.faq-grid,.seo-grid,.article-grid{align-items:stretch!important;}
.seo-card,.article-card,.faq-card,.accordion-item,.feature-article,.feature-list>div{border-radius:20px!important;}
.article-card p,.seo-card p,.accordion-item p,.feature-list .sub{line-height:1.5!important;}

@media(max-width:980px){
  .hero-mobile-switch{display:flex!important;position:relative!important;margin:6px auto 18px!important;width:min(100%,320px)!important;height:44px!important;min-width:0!important;max-width:none!important;background:rgba(8,10,17,.58)!important;border:1px solid rgba(255,255,255,.12)!important;border-radius:999px!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.04),0 10px 28px rgba(0,0,0,.16)!important;}
  .hero-mobile-switch .nav-role-thumb{height:calc(100% - 6px)!important;top:3px!important;left:3px!important;}
  .hero-mobile-switch.executor .nav-role-thumb{transform:translateX(calc(100% + 6px))!important;}
  .hero-mobile-switch button{font-size:13px!important;font-weight:600!important;}
}
@media(max-width:720px){
  /* mobile nav and hero */
  .nav{height:64px!important;display:grid!important;grid-template-columns:auto 1fr auto!important;align-items:center!important;}
  .logo img{width:48px!important;height:48px!important;}
  .logo span{font-size:25px!important;}
  .nav-role-toggle{display:none!important;}
  .hero{padding:18px 0 14px!important;min-height:auto!important;}
  .hero .container.hero-grid{width:min(100% - 20px,var(--max))!important;}
  .hero-grid{gap:20px!important;}
  .hero-copy h1{font-size:clamp(27px,8vw,37px)!important;line-height:1.07!important;letter-spacing:-.018em!important;}
  .hero-typebar{width:100%!important;min-height:40px!important;height:40px!important;padding:0 12px!important;display:grid!important;grid-template-columns:auto minmax(0,1fr)!important;gap:8px!important;align-items:center!important;border-radius:12px!important;}
  .hero-type-label{display:inline-flex!important;align-items:center!important;justify-content:flex-start!important;width:auto!important;white-space:nowrap!important;}
  .hero-rotator{font-size:10.2px!important;line-height:16px!important;height:16px!important;min-height:16px!important;max-height:16px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:clip!important;}
  .lead{font-size:12.8px!important;line-height:1.5!important;margin-top:0!important;}
  .hero-benefits{grid-template-columns:1fr!important;gap:9px!important;margin-top:12px!important;}
  .hero-benefits li{gap:10px!important;}
  .hero-benefits li i.hero-ico{width:36px!important;height:36px!important;min-width:36px!important;}
  .hero-benefits li span{font-size:11.6px!important;line-height:1.36!important;}
  .hero-actions{gap:10px!important;margin-top:14px!important;flex-direction:column!important;}
  .hero-actions .btn,.hero-actions .btn-primary,.hero-actions .btn-ghost{width:100%!important;min-width:0!important;min-height:48px!important;font-size:14px!important;padding:0 16px!important;border-radius:14px!important;}
  .proof-line{margin-top:12px!important;gap:7px!important;}
  .proof-line span{min-height:30px!important;font-size:9.4px!important;padding:0 10px!important;}
  /* mobile toggle before phone */
  .hero-mobile-switch{display:flex!important;margin:2px auto 14px!important;width:100%!important;max-width:296px!important;height:40px!important;}
  .hero-mobile-switch button{font-size:12px!important;}
  /* phone mobile */
  .phone-demo{padding-bottom:60px!important;}
  .phone-demo::before{width:390px!important;height:120px!important;bottom:-8px!important;filter:blur(22px)!important;}
  .phone-demo::after{width:220px!important;height:30px!important;bottom:18px!important;filter:blur(5px)!important;}
  .iphone-frame{width:min(100%,298px)!important;border-radius:32px!important;padding:7px!important;box-shadow:0 0 0 1px rgba(255,255,255,.08) inset, inset 0 1px 0 rgba(255,255,255,.14), inset 0 -1px 0 rgba(255,255,255,.05), 0 28px 60px rgba(0,0,0,.62), 0 0 34px rgba(73,195,255,.22), 0 0 62px rgba(103,92,255,.18)!important;}
  .iphone-frame:before{width:86px!important;height:21px!important;top:12px!important;}
  .app-window{height:548px!important;border-radius:26px!important;}
  .ios-status{height:32px!important;padding:8px 14px 5px!important;}
  .ios-time{font-size:10px!important;}
  .app-head{height:44px!important;padding:6px 11px!important;grid-template-columns:42px 1fr 26px!important;}
  .app-head b{font-size:10px!important;}.app-head small{font-size:7px!important;}.app-content{height:472px!important;}
  .scene-head{min-height:98px!important;padding:13px 11px 10px!important;}
  .scene-head h3{font-size:18px!important;line-height:1.04!important;}.scene-head p{font-size:9.8px!important;line-height:1.3!important;}
  .hero-replies{top:108px!important;left:11px!important;right:11px!important;gap:9px!important;}
  .hero-reply{padding:10px!important;border-radius:15px!important;}
  .hero-reply .avatar{width:30px!important;height:30px!important;border-radius:9px!important;}
  .hero-reply h4{font-size:11.2px!important;}.hero-reply p{font-size:8.8px!important;}.hero-reply .match{min-width:36px!important;height:26px!important;font-size:10px!important;}.hero-reply .voice{height:40px!important;margin-top:8px!important;}.hero-reply .play{width:25px!important;height:25px!important;}.hero-reply .reveal-row{gap:6px!important;margin-top:8px!important;}.hero-reply .box{min-height:48px!important;padding:8px 8px 7px!important;}.hero-reply .box small{font-size:8px!important;min-height:18px!important;}.hero-reply .box strong{font-size:12px!important;}.chat-pill{left:11px!important;right:11px!important;bottom:13px!important;font-size:8.4px!important;padding:8px 10px!important;border-radius:14px!important;}
  .ai-result{margin:12px!important;padding:12px!important;border-radius:16px!important;}
  .ai-result b{font-size:12px!important;}.ai-result p{font-size:10px!important;line-height:1.35!important;}.ai-result-grid{gap:6px!important;}.ai-result-grid>div{min-height:54px!important;padding:8px!important;border-radius:12px!important;}.ai-result-grid small{font-size:7.8px!important;min-height:18px!important;}.ai-result-grid strong{font-size:12px!important;}
  .task-preview-card,.executor-task-card,.record-card,.executor-chip{margin-left:12px!important;margin-right:12px!important;padding:12px!important;border-radius:16px!important;}
  .task-preview-card h4,.executor-task-card h4{font-size:14px!important;line-height:1.18!important;margin:8px 0 6px!important;}
  .task-preview-card p,.executor-task-card p,.record-card p,.executor-chip p{font-size:10px!important;line-height:1.38!important;}
  /* FAQ/blog/article pages */
  .page-role-toggle{display:none!important;}
  .section{padding:28px 0!important;}
  .section-tight{padding:22px 0!important;}
  .hero .badge,.badge{font-size:10px!important;padding:8px 12px!important;}
  .feature-article{padding:16px!important;display:grid!important;grid-template-columns:1fr!important;gap:14px!important;}
  .feature-article .content h2{font-size:24px!important;line-height:1.12!important;}
  .feature-list{display:grid!important;gap:10px!important;}
  .feature-list>div{padding:14px!important;border-radius:16px!important;background:rgba(255,255,255,.03)!important;border:1px solid rgba(255,255,255,.07)!important;}
  .article-grid,.seo-grid{grid-template-columns:1fr!important;gap:12px!important;}
  .article-card,.seo-card{padding:16px!important;border-radius:18px!important;}
  .article-card h3,.seo-card h3{font-size:18px!important;line-height:1.2!important;}
  .article-card p,.seo-card p{font-size:13px!important;line-height:1.48!important;}
  .accordion-item{padding:16px!important;border-radius:18px!important;}
  .accordion-item h3,.accordion-item button{font-size:16px!important;line-height:1.28!important;}
  .accordion-item p{font-size:13px!important;line-height:1.52!important;}
  .footer-grid{grid-template-columns:1fr!important;gap:16px!important;}
}


/* ===== V20 requested mobile layout + swipe gallery + button fix ===== */
/* remove stray stripe/gloss from primary buttons in all versions */
.btn-primary:before,.btn-primary:after{display:none!important;content:none!important;}

/* mobile toggle immediately after header */
@media(max-width:720px){
  .hero-grid{display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:18px!important;}
  .hero-mobile-switch{order:0!important;display:flex!important;margin:0 auto 4px!important;width:100%!important;max-width:292px!important;height:40px!important;}
  .hero-copy{order:1!important;}
  .phone-demo{order:2!important;}

  /* smaller animated phone on mobile */
  .iphone-frame{width:min(100%,282px)!important;border-radius:30px!important;padding:6px!important;}
  .iphone-frame:before{width:82px!important;height:20px!important;top:11px!important;}
  .app-window{height:518px!important;border-radius:24px!important;}
  .ios-status{height:30px!important;padding:7px 12px 4px!important;}
  .ios-time{font-size:9.5px!important;}
  .app-head{height:42px!important;padding:6px 10px!important;grid-template-columns:40px 1fr 24px!important;}
  .app-head b{font-size:9.6px!important;}
  .app-head small{font-size:6.8px!important;}
  .app-content{height:446px!important;}
  .scene-head{min-height:92px!important;padding:12px 10px 8px!important;}
  .scene-head h3{font-size:17px!important;line-height:1.05!important;}
  .scene-head p{font-size:9.4px!important;line-height:1.28!important;}
  .hero-replies{top:102px!important;left:10px!important;right:10px!important;gap:8px!important;}
  .hero-reply{padding:9px!important;border-radius:14px!important;}
  .hero-reply .avatar{width:28px!important;height:28px!important;border-radius:8px!important;}
  .hero-reply .avatar img{width:80%!important;height:80%!important;object-fit:contain!important;object-position:center center!important;}
  .hero-reply h4{font-size:10.8px!important;line-height:1.14!important;}
  .hero-reply p{font-size:8.4px!important;line-height:1.18!important;}
  .hero-reply .match{min-width:34px!important;height:24px!important;font-size:9.5px!important;}
  .hero-reply .voice{height:38px!important;margin-top:7px!important;border-radius:12px!important;}
  .hero-reply .play{width:24px!important;height:24px!important;font-size:9px!important;}
  .hero-reply .time{font-size:9.5px!important;}
  .hero-reply .reveal-row{gap:6px!important;margin-top:7px!important;}
  .hero-reply .box{min-height:44px!important;padding:7px 7px 6px!important;border-radius:11px!important;}
  .hero-reply .box small{font-size:7.6px!important;min-height:16px!important;margin-bottom:4px!important;}
  .hero-reply .box strong{font-size:11.5px!important;}
  .ai-result{margin:10px!important;padding:10px!important;border-radius:14px!important;}
  .ai-result b{font-size:11px!important;}
  .ai-result p{font-size:9.4px!important;line-height:1.28!important;}
  .ai-result-grid{gap:6px!important;}
  .ai-result-grid>div{min-height:48px!important;padding:7px!important;border-radius:11px!important;}
  .ai-result-grid small{font-size:7.4px!important;min-height:16px!important;line-height:1.16!important;}
  .ai-result-grid strong{font-size:11.5px!important;}
  .chat-pill{left:10px!important;right:10px!important;bottom:12px!important;font-size:8px!important;padding:7px 9px!important;}

  /* stronger visible contour glow around full phone on mobile */
  .phone-demo{padding-bottom:66px!important;}
  .phone-demo::before{width:430px!important;height:140px!important;bottom:-16px!important;filter:blur(24px)!important;background:radial-gradient(ellipse at center, rgba(111,92,255,.98) 0%, rgba(83,112,255,.82) 30%, rgba(63,196,255,.66) 52%, rgba(63,196,255,.24) 68%, rgba(63,196,255,0) 84%)!important;}
  .phone-demo::after{width:240px!important;height:34px!important;bottom:18px!important;filter:blur(6px)!important;}
  .iphone-frame{box-shadow:0 0 0 1px rgba(255,255,255,.08) inset, inset 0 1px 0 rgba(255,255,255,.14), inset 0 -1px 0 rgba(255,255,255,.05), 0 26px 56px rgba(0,0,0,.62), 0 0 36px rgba(72,196,255,.24), 0 0 68px rgba(104,92,255,.20)!important;}

  /* screenshot gallery swipe */
  #screens .container{overflow:visible!important;}
  .real-gallery{display:flex!important;overflow-x:auto!important;gap:12px!important;padding:4px 2px 8px!important;scroll-snap-type:x mandatory!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important;}
  .real-gallery::-webkit-scrollbar{display:none!important;}
  .real-gallery .shot{flex:0 0 82vw!important;max-width:82vw!important;scroll-snap-align:start!important;border-radius:18px!important;}
  .real-gallery .shot img{height:auto!important;min-height:auto!important;display:block!important;}
  .swipe-hint{display:block!important;text-align:center!important;margin:10px auto 0!important;font-size:11px!important;color:rgba(214,219,233,.72)!important;font-weight:700!important;letter-spacing:.01em!important;}

  /* bottom badges full width aligned */
  .proof-line{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important;width:100%!important;}
  .proof-line span{width:100%!important;min-height:32px!important;display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;padding:0 10px!important;font-size:9.6px!important;line-height:1.2!important;}

  /* FAQ and article mobile readability */
  .article-grid,.seo-grid,.finder-wrap,.catalog-grid{grid-template-columns:1fr!important;gap:12px!important;}
  .article-card,.seo-card,.finder-card,.catalog-card,.accordion-item{padding:15px!important;border-radius:16px!important;}
  .article-card h3,.seo-card h3,.finder-card h3,.catalog-card h3{font-size:17px!important;line-height:1.2!important;}
  .article-card p,.seo-card p,.finder-card p,.catalog-card p,.accordion-item p{font-size:12.8px!important;line-height:1.48!important;}
}


/* ===== V21 final perfection pass ===== */
/* kill any primary-button shine stripe globally */
.btn-primary::before,.btn-primary:before,.btn-primary::after,.btn-primary:after{display:none!important;content:none!important;background:none!important;animation:none!important;}

/* mobile switch placement immediately after header */
.hero-mobile-switch-wrap{display:none!important;}
@media(max-width:720px){
  .hero-mobile-switch-wrap{display:block!important;padding-top:10px!important;padding-bottom:2px!important;}
  .hero-mobile-switch{display:flex!important;position:relative!important;margin:0 auto!important;width:min(100%,292px)!important;height:40px!important;min-width:0!important;max-width:none!important;background:rgba(8,10,17,.62)!important;border:1px solid rgba(255,255,255,.12)!important;border-radius:999px!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.04),0 12px 28px rgba(0,0,0,.18)!important;}
  .hero-mobile-switch button{font-size:12px!important;font-weight:650!important;}
  .hero-mobile-switch .nav-role-thumb{top:3px!important;left:3px!important;height:calc(100% - 6px)!important;background:linear-gradient(90deg,#7c2fff,#63c5ff)!important;}
  .hero-mobile-switch.executor .nav-role-thumb{transform:translateX(calc(100% + 6px))!important;}
  .hero{padding-top:14px!important;}
}
/* ensure hidden on desktop even if duplicate classes */
@media(min-width:721px){.hero-mobile-switch-wrap,.hero-mobile-switch{display:none!important;}}

/* mobile phone smaller and cleaner */
@media(max-width:720px){
  .phone-demo{order:2!important;margin-top:2px!important;padding-bottom:64px!important;}
  .iphone-frame{width:min(100%,276px)!important;padding:6px!important;border-radius:30px!important;}
  .iphone-frame:before{width:80px!important;height:20px!important;top:11px!important;}
  .app-window{height:506px!important;border-radius:24px!important;}
  .ios-status{height:29px!important;padding:7px 11px 4px!important;}
  .ios-time{font-size:9.2px!important;}
  .app-head{height:41px!important;padding:6px 9px!important;grid-template-columns:38px 1fr 24px!important;}
  .app-head b{font-size:9.4px!important;}.app-head small{font-size:6.6px!important;}.app-content{height:436px!important;}
  .scene-head{min-height:90px!important;padding:11px 9px 8px!important;}
  .scene-head h3{font-size:16.5px!important;}.scene-head p{font-size:9.1px!important;}
  .hero-replies{top:99px!important;left:9px!important;right:9px!important;gap:8px!important;}
  .hero-reply{padding:8px!important;border-radius:13px!important;}
  .hero-reply .avatar{width:27px!important;height:27px!important;border-radius:8px!important;}
  .hero-reply .avatar img{width:78%!important;height:78%!important;}
  .hero-reply h4{font-size:10.4px!important;}.hero-reply p{font-size:8.1px!important;}.hero-reply .match{min-width:33px!important;height:23px!important;font-size:9px!important;}
  .hero-reply .voice{height:36px!important;}.hero-reply .play{width:23px!important;height:23px!important;}.hero-reply .time{font-size:9px!important;}
  .hero-reply .box{min-height:42px!important;padding:7px 7px 6px!important;}.hero-reply .box small{font-size:7.3px!important;min-height:15px!important;}.hero-reply .box strong{font-size:11px!important;}
  .ai-result{margin:9px!important;padding:9px!important;}.ai-result b{font-size:10.6px!important;}.ai-result p{font-size:9.1px!important;}.ai-result-grid>div{min-height:46px!important;padding:7px!important;}.ai-result-grid small{font-size:7.2px!important;min-height:15px!important;}.ai-result-grid strong{font-size:11px!important;}
  .chat-pill{left:9px!important;right:9px!important;bottom:12px!important;font-size:7.8px!important;padding:7px 8px!important;}
}

/* phone contour glow stronger and visible around whole shell */
.phone-demo::before{box-shadow:none!important;}
.iphone-frame{position:relative!important;}
.iphone-frame::after{box-shadow:0 0 18px rgba(255,255,255,.02)!important;}
.phone-demo{filter:drop-shadow(0 0 24px rgba(65,190,255,.12)) drop-shadow(0 0 38px rgba(103,92,255,.12));}

/* swipe gallery more obvious on mobile */
@media(max-width:720px){
  .real-gallery{display:flex!important;overflow-x:auto!important;gap:12px!important;padding:4px 2px 10px!important;scroll-snap-type:x mandatory!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important;}
  .real-gallery::-webkit-scrollbar{display:none!important;}
  .real-gallery .shot{flex:0 0 84vw!important;max-width:84vw!important;scroll-snap-align:start!important;border-radius:18px!important;}
  .real-gallery .shot.wide{flex-basis:84vw!important;max-width:84vw!important;}
  .swipe-hint{display:block!important;text-align:center!important;margin:10px auto 0!important;font-size:11px!important;font-weight:700!important;color:rgba(215,220,235,.72)!important;}
}

/* proof badges equal width mobile */
@media(max-width:720px){
  .proof-line{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important;width:100%!important;max-width:none!important;}
  .proof-line span{width:100%!important;min-height:32px!important;display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;padding:0 8px!important;font-size:9.4px!important;line-height:1.18!important;}
}

/* FAQ/blog/article stronger mobile cards */
@media(max-width:720px){
  .section-title-row{grid-template-columns:1fr!important;gap:10px!important;}
  .toggle-hint{font-size:12px!important;}
  .article-card,.seo-card,.finder-card,.catalog-card,.accordion-item,.mini-card{padding:15px!important;border-radius:16px!important;}
  .article-card h3,.seo-card h3,.finder-card h3,.catalog-card h3,.mini-card h3{font-size:17px!important;line-height:1.2!important;}
  .article-card p,.seo-card p,.finder-card p,.catalog-card p,.accordion-item p,.mini-card p{font-size:12.6px!important;line-height:1.48!important;}
}


/* ===== V22 fix order + remove giant stripe button ===== */
/* tablet and up to 980: do not stretch CTA full width into a stripe */
@media(max-width:980px) and (min-width:721px){
  .hero-actions{display:flex!important;flex-direction:row!important;flex-wrap:wrap!important;align-items:center!important;gap:14px!important;}
  .hero-actions .btn,.hero-actions .btn-primary,.hero-actions .btn-ghost{width:auto!important;min-width:260px!important;flex:0 0 auto!important;}
  .hero-actions .btn-primary{box-shadow:0 16px 36px rgba(95,168,255,.22)!important;border:none!important;overflow:visible!important;}
}
/* mobile sequence: menu -> toggle -> phone -> offer/content */
@media(max-width:720px){
  .hero-grid{display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:18px!important;}
  .phone-demo{order:1!important;}
  .hero-copy{order:2!important;}
  .hero-mobile-switch-wrap{order:0!important;}

  /* make phone first and a bit smaller */
  .iphone-frame{width:min(100%,268px)!important;border-radius:29px!important;}
  .app-window{height:494px!important;border-radius:23px!important;}
  .app-content{height:426px!important;}
  .hero-replies{top:96px!important;}

  /* CTA button should look like a button, not a wide stripe */
  .hero-actions{display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:10px!important;}
  .hero-actions .btn,.hero-actions .btn-primary,.hero-actions .btn-ghost{width:100%!important;min-width:0!important;max-width:none!important;min-height:50px!important;border-radius:16px!important;box-sizing:border-box!important;}
  .hero-actions .btn-primary{border:none!important;box-shadow:0 14px 30px rgba(96,168,255,.18)!important;outline:none!important;background:linear-gradient(90deg,#7630ff 0%,#5c63ff 42%,#63c8ff 100%)!important;}
  .hero-actions .btn-primary::before,.hero-actions .btn-primary:before,.hero-actions .btn-primary::after,.hero-actions .btn-primary:after{display:none!important;content:none!important;background:none!important;}

  /* reorder content feeling after phone */
  .role-kicker{margin-bottom:12px!important;}
  .hero-copy h1{margin-top:0!important;}
}


/* ===== V23 button defect fix: remove left-edge glare on primary CTA only ===== */
.btn-primary, .hero-actions .btn-primary, .nav-actions .btn-primary, .nav-actions .btn {
  position:relative!important;
  overflow:hidden!important;
  isolation:isolate!important;
  background-image:linear-gradient(90deg,#7630ff 0%,#5b63ff 44%,#63c8ff 100%)!important;
  background-color:transparent!important;
  border:none!important;
  outline:none!important;
}
.btn-primary::before,.btn-primary:before,.btn-primary::after,.btn-primary:after,
.hero-actions .btn-primary::before,.hero-actions .btn-primary:before,.hero-actions .btn-primary::after,.hero-actions .btn-primary:after,
.nav-actions .btn-primary::before,.nav-actions .btn-primary:before,.nav-actions .btn-primary::after,.nav-actions .btn-primary:after,
.nav-actions .btn::before,.nav-actions .btn:before,.nav-actions .btn::after,.nav-actions .btn:after{
  display:none!important;
  content:none!important;
  background:none!important;
  box-shadow:none!important;
}
.btn-primary, .hero-actions .btn-primary{
  box-shadow:0 14px 32px rgba(97,168,255,.18)!important;
}
.btn-primary *{position:relative!important;z-index:2!important;}


/* ===== V24 mobile spacing + centered logo + footer + faq/blog hero cleanup ===== */
/* subpage hero on desktop: remove giant empty gaps */
.page-faq .subpage-hero, .page-blog .subpage-hero{min-height:auto!important;padding:42px 0 14px!important;}
.page-faq .subpage-hero .container, .page-blog .subpage-hero .container{max-width:980px!important;}
.page-faq .subpage-hero .lead, .page-blog .subpage-hero .lead{max-width:760px!important;}
.page-faq .section:first-of-type, .page-blog .section:first-of-type{padding-top:18px!important;}
.page-faq .seo-grid, .page-blog .feature-article{margin-top:0!important;}

/* show Telegram context more clearly */
.footer p{line-height:1.55!important;}

/* mobile centered logo + better spacing */
@media(max-width:720px){
  .header{position:relative!important;}
  .nav{position:relative!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;height:66px!important;}
  .logo{position:absolute!important;left:50%!important;transform:translateX(-50%)!important;display:inline-flex!important;align-items:center!important;gap:10px!important;margin:0 auto!important;}
  .logo img{width:48px!important;height:48px!important;}
  .logo span{font-size:27px!important;}
  .burger{margin-left:auto!important;position:relative!important;z-index:5!important;}
  .hero-mobile-switch-wrap{padding-top:10px!important;padding-bottom:10px!important;}
  .hero-mobile-switch{margin:0 auto!important;max-width:292px!important;}
  /* increase gap from toggle to phone about same as header spacing */
  .phone-demo{margin-top:10px!important;}
  /* footer as neat stacked cards */
  .footer{padding:22px 0 18px!important;}
  .footer-grid{display:grid!important;grid-template-columns:1fr!important;gap:12px!important;}
  .footer-grid > div{padding:16px!important;border-radius:18px!important;background:rgba(255,255,255,.035)!important;border:1px solid rgba(255,255,255,.07)!important;box-shadow:0 10px 26px rgba(0,0,0,.14)!important;}
  .footer-grid > div:first-child{text-align:center!important;padding-top:18px!important;}
  .footer-grid > div:first-child .logo{position:static!important;left:auto!important;transform:none!important;justify-content:center!important;margin:0 auto 10px!important;}
  .footer-grid > div:first-child p{margin:0 auto!important;max-width:280px!important;}
  .footer b{font-size:14px!important;margin-bottom:10px!important;}
  .footer ul{gap:8px!important;}
  .footer a{font-size:13px!important;}
  .copyright{margin-top:14px!important;font-size:11px!important;line-height:1.4!important;}
}


/* ===== V25 desktop compact subpages + unified toggles + gallery arrows + TG icons ===== */
/* subpages on desktop: remove big empty gaps */
.subpage .hero{min-height:auto!important;padding:34px 0 14px!important;}
.subpage .hero > .container:not(.hero-grid){max-width:980px!important;}
.subpage .hero > .container:not(.hero-grid) .lead{max-width:760px!important;}
.subpage .section:first-of-type{padding-top:16px!important;}

/* unify page toggle style with header toggle */
.page-role-toggle,.nav-role-toggle{position:relative!important;display:flex!important;align-items:center!important;padding:4px!important;border:1px solid rgba(255,255,255,.10)!important;background:rgba(255,255,255,.035)!important;border-radius:999px!important;min-width:236px!important;max-width:236px!important;height:42px!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.04),0 10px 24px rgba(0,0,0,.14)!important;}
.page-role-toggle a,.nav-role-toggle button{position:relative!important;z-index:2!important;flex:1!important;display:flex!important;align-items:center!important;justify-content:center!important;min-height:34px!important;padding:0 10px!important;border-radius:999px!important;font-size:12.4px!important;font-weight:820!important;color:#8f95a8!important;letter-spacing:-.01em!important;background:transparent!important;}
.page-role-toggle a.active,.nav-role-toggle button.active{color:#fff!important;background:linear-gradient(90deg,#7b30ff 0%,#5c63ff 44%,#63c8ff 100%)!important;box-shadow:0 12px 28px rgba(95,168,255,.20)!important;}
.page-role-toggle a:hover,.nav-role-toggle button:hover{color:#fff!important;}

/* animal avatars nudge left 15% */
.hero-reply .avatar img,.executor-chip .avatar img{transform:translateX(-15%)!important;transform-origin:center center!important;object-position:center center!important;width:94%!important;height:94%!important;object-fit:contain!important;}

/* telegram icon inside create task buttons */
.tg-mark{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:16px!important;height:16px!important;margin-right:8px!important;vertical-align:middle!important;flex:0 0 auto!important;}
.tg-mark svg{display:block!important;width:16px!important;height:16px!important;}
.btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:0!important;}

/* desktop screenshot gallery with arrows and panorama look */
.gallery-arrow{display:none!important;}
@media(min-width:721px){
  .swipe-hint{display:none!important;}
  .real-gallery-shell{display:grid!important;grid-template-columns:48px minmax(0,1fr) 48px!important;align-items:center!important;gap:14px!important;margin-top:18px!important;}
  .gallery-arrow{display:grid!important;place-items:center!important;width:48px!important;height:48px!important;border-radius:50%!important;border:1px solid rgba(255,255,255,.10)!important;background:rgba(255,255,255,.045)!important;color:#dce4ff!important;font-size:34px!important;line-height:1!important;cursor:pointer!important;box-shadow:0 14px 30px rgba(0,0,0,.18)!important;transition:transform .18s ease, background .18s ease, color .18s ease!important;}
  .gallery-arrow:hover{transform:translateY(-1px)!important;background:rgba(95,168,255,.12)!important;color:#fff!important;}
  .real-gallery[data-gallery]{display:flex!important;flex-wrap:nowrap!important;overflow:hidden!important;gap:16px!important;scroll-behavior:smooth!important;padding:16px 2px 22px!important;}
  .real-gallery[data-gallery] .shot{flex:0 0 calc((100% - 32px)/3)!important;max-width:calc((100% - 32px)/3)!important;transition:transform .35s ease, opacity .35s ease, filter .35s ease!important;transform:scale(.90)!important;opacity:.56!important;filter:saturate(.92)!important;}
  .real-gallery[data-gallery] .shot.is-side{transform:scale(.94)!important;opacity:.8!important;}
  .real-gallery[data-gallery] .shot.is-center{transform:scale(1)!important;opacity:1!important;filter:none!important;box-shadow:0 22px 54px rgba(0,0,0,.28),0 0 0 1px rgba(255,255,255,.04) inset!important;}
  .real-gallery[data-gallery] .shot .label{padding-top:12px!important;}
}
@media(max-width:720px){
  .gallery-arrow{display:none!important;}
}


/* ===== V26 single mobile toggle + centered gallery controls ===== */
/* one toggle only everywhere: keep header on desktop, single hero one on homepage mobile */
.page-role-toggle{display:none!important;}
@media(max-width:720px){
  .nav .nav-role-toggle, .nav-actions .nav-role-toggle{display:none!important;}
  .hero-mobile-switch-wrap{display:block!important;}
}
/* desktop gallery centered first slide and arrows visually centered */
@media(min-width:721px){
  .real-gallery-shell{align-items:center!important;}
  .gallery-arrow{display:flex!important;align-items:center!important;justify-content:center!important;padding-bottom:6px!important;font-size:34px!important;line-height:1!important;}
  .gallery-arrow:hover{transform:translateY(-1px)!important;}
}
/* make screenshot gallery look centered and panoramic */
@media(min-width:721px){
  .real-gallery[data-gallery]{justify-content:flex-start!important;}
}
/* more space between play icon and text */
.btn-play{gap:12px!important;}
.btn-play .play-ico{margin-right:2px!important;}


/* ===== V27 gallery switch by clicking neighboring screenshots ===== */
@media(min-width:721px){
  .real-gallery[data-gallery] .shot{cursor:pointer!important;}
  .real-gallery[data-gallery] .shot:active{transform:scale(.985)!important;}
}


/* ===== V28 toggle restore + centered 3-shot desktop gallery ===== */
/* restore single visible toggle logic */
.nav .nav-role-toggle{display:flex!important;}
@media(min-width:721px){
  .nav .nav-role-toggle, .nav-actions .nav-role-toggle{display:flex!important;}
  .hero-mobile-switch-wrap{display:none!important;}
  .page-role-toggle{display:none!important;}
}
@media(max-width:720px){
  .nav .nav-role-toggle, .nav-actions .nav-role-toggle{display:none!important;}
  .hero-mobile-switch-wrap{display:block!important;}
  .page-role-toggle{display:none!important;}
}

/* desktop gallery: 3 visible cards, center one large in the middle */
@media(min-width:721px){
  #screens .container{max-width:1280px!important;}
  .real-gallery-shell{grid-template-columns:56px minmax(0,1fr) 56px!important;gap:18px!important;align-items:center!important;max-width:1240px!important;margin:0 auto!important;}
  .real-gallery[data-gallery]{display:flex!important;flex-wrap:nowrap!important;overflow:hidden!important;gap:18px!important;padding:20px 6px 28px!important;align-items:flex-end!important;justify-content:flex-start!important;}
  .real-gallery[data-gallery] .shot{flex:0 0 28%!important;max-width:28%!important;opacity:.42!important;transform:scale(.84)!important;transform-origin:center center!important;transition:transform .38s ease, opacity .38s ease, filter .38s ease, box-shadow .38s ease!important;pointer-events:auto!important;cursor:pointer!important;filter:saturate(.9)!important;}
  .real-gallery[data-gallery] .shot.is-side{flex-basis:28%!important;max-width:28%!important;opacity:.82!important;transform:scale(.91)!important;}
  .real-gallery[data-gallery] .shot.is-center{flex-basis:34%!important;max-width:34%!important;opacity:1!important;transform:scale(1)!important;filter:none!important;box-shadow:0 22px 54px rgba(0,0,0,.28),0 0 0 1px rgba(255,255,255,.04) inset!important;}
  .real-gallery[data-gallery] .shot.is-far{opacity:0!important;transform:scale(.76)!important;pointer-events:none!important;}
  .gallery-arrow{width:52px!important;height:52px!important;font-size:34px!important;padding-bottom:8px!important;}
}


/* ===== V29 final toggle + centered desktop gallery fix ===== */
/* exactly one toggle per page */
@media(min-width:721px){
  body:not(.subpage) .nav .nav-role-toggle{display:flex!important;}
  body:not(.subpage) .hero-mobile-switch-wrap{display:none!important;}
  body.subpage .page-role-toggle{display:flex!important;align-items:center!important;}
  body.subpage .nav .nav-role-toggle{display:none!important;}
}
@media(max-width:720px){
  body:not(.subpage) .nav .nav-role-toggle{display:none!important;}
  body:not(.subpage) .hero-mobile-switch-wrap{display:block!important;}
  body.subpage .page-role-toggle{display:flex!important;align-items:center!important;min-width:224px!important;max-width:224px!important;}
  body.subpage .nav .nav-role-toggle{display:none!important;}
  body.subpage .hero-mobile-switch-wrap{display:none!important;}
}

/* desktop screenshot gallery truly centered */
@media(min-width:721px){
  #screens .container{max-width:1280px!important;}
  .real-gallery-shell{display:grid!important;grid-template-columns:56px minmax(0,1fr) 56px!important;align-items:center!important;gap:22px!important;max-width:1220px!important;margin:0 auto!important;}
  .real-gallery[data-gallery]{display:flex!important;flex-wrap:nowrap!important;overflow:hidden!important;gap:22px!important;padding:24px 8px 30px!important;align-items:flex-end!important;justify-content:flex-start!important;scroll-behavior:smooth!important;}
  .real-gallery[data-gallery] .shot{flex:0 0 29%!important;max-width:29%!important;opacity:0!important;transform:scale(.82)!important;transition:transform .36s ease, opacity .36s ease, filter .36s ease, box-shadow .36s ease!important;pointer-events:none!important;filter:saturate(.9)!important;}
  .real-gallery[data-gallery] .shot.is-side{opacity:.8!important;pointer-events:auto!important;transform:scale(.92)!important;}
  .real-gallery[data-gallery] .shot.is-center{flex-basis:34%!important;max-width:34%!important;opacity:1!important;pointer-events:auto!important;transform:scale(1)!important;filter:none!important;box-shadow:0 22px 54px rgba(0,0,0,.28),0 0 0 1px rgba(255,255,255,.04) inset!important;}
  .real-gallery[data-gallery] .shot.is-far{opacity:0!important;pointer-events:none!important;transform:scale(.78)!important;}
  .gallery-arrow{display:flex!important;align-items:center!important;justify-content:center!important;width:52px!important;height:52px!important;font-size:34px!important;line-height:1!important;padding-bottom:8px!important;}
}


/* ===== V30 infinite centered desktop screenshot carousel ===== */
@media(min-width:721px){
  #screens .container{max-width:1280px!important;}
  .real-gallery-shell{display:grid!important;grid-template-columns:64px minmax(0,1fr) 64px!important;align-items:center!important;gap:18px!important;max-width:1280px!important;margin:0 auto!important;}
  .real-gallery[data-gallery]{position:relative!important;display:block!important;overflow:hidden!important;height:clamp(620px,58vw,780px)!important;padding:0!important;margin:0 auto!important;}
  .real-gallery[data-gallery] .shot{position:absolute!important;top:0!important;left:50%!important;bottom:auto!important;width:min(34%,420px)!important;max-width:420px!important;opacity:0!important;pointer-events:none!important;transform-origin:center top!important;transition:transform .42s ease, opacity .32s ease, filter .32s ease, box-shadow .32s ease!important;filter:saturate(.92)!important;}
  .real-gallery[data-gallery] .shot.is-center{opacity:1!important;pointer-events:auto!important;z-index:3!important;transform:translateX(-50%) scale(1)!important;filter:none!important;box-shadow:0 22px 54px rgba(0,0,0,.28),0 0 0 1px rgba(255,255,255,.04) inset!important;}
  .real-gallery[data-gallery] .shot.is-left{opacity:.84!important;pointer-events:auto!important;z-index:2!important;transform:translateX(calc(-50% - min(24vw, 310px))) scale(.92)!important;}
  .real-gallery[data-gallery] .shot.is-right{opacity:.84!important;pointer-events:auto!important;z-index:2!important;transform:translateX(calc(-50% + min(24vw, 310px))) scale(.92)!important;}
  .real-gallery[data-gallery] .shot.is-hidden{opacity:0!important;pointer-events:none!important;z-index:1!important;transform:translateX(-50%) scale(.82)!important;}
  .gallery-arrow{display:flex!important;align-items:center!important;justify-content:center!important;width:52px!important;height:52px!important;border-radius:50%!important;padding:0 0 6px 0!important;font-size:34px!important;line-height:1!important;}
  .gallery-prev{justify-self:end!important;}
  .gallery-next{justify-self:start!important;}
  .swipe-hint{display:none!important;}
}


/* ===== V31 screenshot gallery fallback: visible even before JS ===== */
@media(min-width:721px){
  .real-gallery[data-gallery] .shot.is-left,
  .real-gallery[data-gallery] .shot.is-center,
  .real-gallery[data-gallery] .shot.is-right{opacity:1!important;}
  .real-gallery[data-gallery] .shot img{display:block!important;width:100%!important;height:auto!important;visibility:visible!important;}
}


/* ===== V32 guaranteed visible screenshots carousel ===== */
/* Old gallery is replaced by a stable 3-slot carousel. Nothing is hidden by JS-only classes. */
.screens-source{display:none!important;}

@media(min-width:721px){
  #screens .container{max-width:1280px!important;}
  .screens-carousel{
    display:grid!important;
    grid-template-columns:60px minmax(0,1fr) 60px!important;
    align-items:center!important;
    gap:22px!important;
    max-width:1240px!important;
    margin:26px auto 0!important;
  }
  .screens-stage{
    display:grid!important;
    grid-template-columns:minmax(0,.86fr) minmax(0,1fr) minmax(0,.86fr)!important;
    align-items:center!important;
    gap:24px!important;
    min-height:620px!important;
  }
  .screen-card{
    display:block!important;
    visibility:visible!important;
    opacity:1!important;
    position:relative!important;
    border:1px solid rgba(255,255,255,.09)!important;
    border-radius:26px!important;
    background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.025))!important;
    padding:12px!important;
    box-shadow:0 18px 46px rgba(0,0,0,.24)!important;
    cursor:pointer!important;
    transition:transform .28s ease, opacity .28s ease, box-shadow .28s ease!important;
  }
  .screen-card.side{
    transform:scale(.90)!important;
    opacity:.72!important;
  }
  .screen-card.center{
    transform:scale(1)!important;
    opacity:1!important;
    z-index:2!important;
    box-shadow:0 24px 68px rgba(0,0,0,.30),0 0 42px rgba(95,168,255,.08)!important;
  }
  .screen-card img{
    display:block!important;
    visibility:visible!important;
    opacity:1!important;
    width:100%!important;
    height:auto!important;
    max-height:560px!important;
    object-fit:contain!important;
    object-position:top center!important;
    border-radius:20px!important;
    background:#0d0e16!important;
  }
  .screen-card .label{
    display:flex!important;
    justify-content:space-between!important;
    gap:10px!important;
    align-items:center!important;
    padding:12px 2px 2px!important;
    color:rgba(222,228,242,.82)!important;
    font-size:13px!important;
    font-weight:850!important;
  }
  .screen-card .label span:last-child{
    color:#7aaeff!important;
  }
  .screen-arrow{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:52px!important;
    height:52px!important;
    border-radius:50%!important;
    border:1px solid rgba(255,255,255,.11)!important;
    background:rgba(255,255,255,.05)!important;
    color:#e4ebff!important;
    font-size:34px!important;
    line-height:1!important;
    padding:0 0 7px!important;
    cursor:pointer!important;
    box-shadow:0 14px 30px rgba(0,0,0,.18)!important;
  }
  .screen-arrow:hover{
    background:rgba(95,168,255,.13)!important;
    color:#fff!important;
  }
  .screen-prev{justify-self:end!important;}
  .screen-next{justify-self:start!important;}
  #screens .swipe-hint{display:none!important;}
}

@media(max-width:720px){
  .screens-carousel{
    display:block!important;
    margin:16px auto 0!important;
  }
  .screen-arrow{
    display:none!important;
  }
  .screens-stage{
    display:flex!important;
    overflow-x:auto!important;
    gap:12px!important;
    padding:4px 2px 10px!important;
    scroll-snap-type:x mandatory!important;
    -webkit-overflow-scrolling:touch!important;
    scrollbar-width:none!important;
  }
  .screens-stage::-webkit-scrollbar{display:none!important;}
  .screen-card,
  .screen-card.side,
  .screen-card.center{
    flex:0 0 84vw!important;
    max-width:84vw!important;
    transform:none!important;
    opacity:1!important;
    display:block!important;
    visibility:visible!important;
    scroll-snap-align:center!important;
    border:1px solid rgba(255,255,255,.09)!important;
    border-radius:18px!important;
    background:rgba(255,255,255,.035)!important;
    padding:10px!important;
  }
  .screen-card img{
    display:block!important;
    visibility:visible!important;
    opacity:1!important;
    width:100%!important;
    height:auto!important;
    object-fit:contain!important;
    border-radius:14px!important;
    background:#0d0e16!important;
  }
  .screen-card .label{
    display:flex!important;
    justify-content:space-between!important;
    gap:8px!important;
    align-items:center!important;
    padding:10px 2px 0!important;
    font-size:11px!important;
    color:rgba(222,228,242,.82)!important;
  }
  #screens .swipe-hint{
    display:block!important;
    text-align:center!important;
    margin:10px auto 0!important;
    font-size:11px!important;
    color:rgba(214,219,233,.72)!important;
    font-weight:700!important;
  }
}


/* ===== V33 mobile subpage toggle fix ===== */
/* Hide role toggle on mobile FAQ / articles / all inner pages. Keep only homepage mobile toggle. */
@media(max-width:720px){
  body.subpage .page-role-toggle,
  body.subpage .nav .nav-role-toggle,
  body.subpage .hero-mobile-switch-wrap{
    display:none!important;
  }

  body.subpage .nav{
    grid-template-columns:auto 1fr auto!important;
  }

  body.subpage .logo{
    position:absolute!important;
    left:50%!important;
    transform:translateX(-50%)!important;
  }
}


/* ===== V34 footer CTA + copyright aesthetics ===== */
.brief{
  position:relative!important;
  overflow:hidden!important;
  align-items:center!important;
  grid-template-columns:1.15fr auto!important;
  gap:24px!important;
  padding:24px 22px!important;
  border-radius:28px!important;
  border:1px solid rgba(124,170,255,.14)!important;
  background:
    radial-gradient(120% 140% at 0% 0%, rgba(149,104,255,.12), transparent 42%),
    radial-gradient(80% 120% at 100% 100%, rgba(83,169,255,.12), transparent 36%),
    linear-gradient(180deg, rgba(15,17,28,.92), rgba(10,11,18,.96))!important;
  box-shadow:0 22px 64px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.04)!important;
}
.brief:before{
  content:''; position:absolute; inset:auto -12% -40% auto; width:42%; height:160%;
  background:radial-gradient(circle, rgba(95,168,255,.18), rgba(95,168,255,0) 62%);
  filter:blur(10px); opacity:.65; pointer-events:none; animation:briefGlowMove 11s ease-in-out infinite;
}
.brief:after{
  content:''; position:absolute; inset:0; border-radius:inherit; pointer-events:none;
  background:linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,0) 22%); opacity:.45;
}
@keyframes briefGlowMove{
  0%,100%{ transform:translate3d(0,0,0) scale(1); opacity:.55; }
  50%{ transform:translate3d(-3%, -2%, 0) scale(1.05); opacity:.8; }
}
.brief > *{position:relative; z-index:1;}
.brief h2{margin:0 0 6px!important; letter-spacing:-.03em!important;}
.brief p{max-width:720px!important; color:rgba(214,219,233,.8)!important;}
.brief-fields{display:grid!important; grid-template-columns:1fr 1fr!important; gap:10px!important; margin-top:16px!important;}
.field{
  min-height:42px!important;
  border:none!important;
  border-radius:13px!important;
  background:rgba(255,255,255,.025)!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.06)!important;
  padding:11px 14px!important;
  color:rgba(230,234,244,.74)!important;
  font-size:14px!important;
  backdrop-filter:blur(8px)!important;
}
.field.big{grid-column:1 / -1!important;}
.brief .btn{
  min-height:44px!important;
  padding:0 22px!important;
  border-radius:18px!important;
  box-shadow:0 16px 38px rgba(69,112,255,.16)!important;
  align-self:center!important;
}
.brief .btn:hover{transform:translateY(-1px)!important; box-shadow:0 22px 48px rgba(69,112,255,.2)!important;}

.footer{
  background:linear-gradient(180deg, rgba(255,255,255,.015), rgba(255,255,255,0))!important;
  border-top:1px solid rgba(255,255,255,.06)!important;
  padding:30px 0 20px!important;
}
.footer-grid{gap:20px!important; align-items:start!important;}
.footer .logo{margin-bottom:8px!important;}
.footer .logo img{width:46px!important; height:46px!important;}
.footer .logo span{font-size:25px!important; letter-spacing:-.03em!important;}
.footer-grid > div:first-child p{
  max-width:310px!important;
  color:rgba(212,218,232,.78)!important;
  line-height:1.7!important;
  margin:10px 0 0!important;
}
.footer b{font-size:15px!important; margin-bottom:12px!important; color:#f5f7ff!important;}
.footer ul{gap:10px!important;}
.footer a{font-size:13.5px!important; color:rgba(210,216,231,.72)!important; transition:color .2s ease, transform .2s ease!important;}
.footer a:hover{color:#fff!important; transform:translateX(2px)!important;}
.copyright{
  margin-top:20px!important;
  padding-top:16px!important;
  border-top:1px solid rgba(255,255,255,.05)!important;
  color:rgba(198,205,222,.64)!important;
  font-size:12px!important;
  letter-spacing:.02em!important;
  text-align:center!important;
}

@media(max-width:1040px){
  .brief{grid-template-columns:1fr!important;}
}
@media(max-width:720px){
  .brief{padding:20px!important; gap:16px!important; border-radius:22px!important;}
  .brief-fields{grid-template-columns:1fr!important; gap:8px!important;}
  .field{font-size:13px!important; min-height:40px!important;}
  .brief .btn{width:100%!important;}
  .copyright{font-size:11px!important; line-height:1.45!important;}
}


/* ===== V35 screenshot carousel clean premium polish ===== */
/* Скриншоты: без лишней карточной рамки, мягкая анимация, аккуратная подпись снизу */
@media(min-width:721px){
  .screens-carousel{
    margin-top:28px!important;
  }

  .screens-stage{
    min-height:610px!important;
    gap:32px!important;
  }

  .screen-card,
  .screen-card.side,
  .screen-card.center{
    border:0!important;
    background:transparent!important;
    padding:0!important;
    box-shadow:none!important;
    overflow:visible!important;
    opacity:1!important;
    transition:
      transform .55s cubic-bezier(.2,.72,.16,1),
      opacity .45s ease,
      filter .45s ease!important;
  }

  .screen-card.side{
    opacity:.58!important;
    transform:scale(.88)!important;
    filter:saturate(.82) brightness(.86)!important;
  }

  .screen-card.center{
    opacity:1!important;
    transform:scale(1)!important;
    filter:none!important;
  }

  .screen-card img{
    border-radius:24px!important;
    background:transparent!important;
    box-shadow:
      0 26px 72px rgba(0,0,0,.34),
      0 0 0 1px rgba(255,255,255,.055),
      0 0 42px rgba(90,130,255,.09)!important;
    transition:
      transform .55s cubic-bezier(.2,.72,.16,1),
      box-shadow .45s ease,
      opacity .45s ease!important;
  }

  .screen-card.center img{
    box-shadow:
      0 32px 88px rgba(0,0,0,.42),
      0 0 0 1px rgba(255,255,255,.075),
      0 0 54px rgba(95,168,255,.14)!important;
  }

  .screen-card .label{
    width:max-content!important;
    max-width:92%!important;
    margin:14px auto 0!important;
    padding:7px 12px!important;
    border-radius:999px!important;
    display:inline-flex!important;
    justify-content:center!important;
    align-items:center!important;
    gap:10px!important;
    background:rgba(255,255,255,.035)!important;
    border:1px solid rgba(255,255,255,.06)!important;
    color:rgba(223,229,242,.72)!important;
    font-size:11.5px!important;
    line-height:1!important;
    font-weight:760!important;
    letter-spacing:-.01em!important;
    box-shadow:none!important;
    transition:opacity .35s ease, transform .35s ease!important;
  }

  .screen-card.side .label{
    opacity:.42!important;
    transform:scale(.96)!important;
  }

  .screen-card.center .label{
    opacity:.86!important;
  }

  .screen-card .label span:last-child{
    display:inline-flex!important;
    align-items:center!important;
    min-height:18px!important;
    padding:0 7px!important;
    border-radius:999px!important;
    background:rgba(95,168,255,.08)!important;
    color:rgba(137,184,255,.85)!important;
    font-size:10.5px!important;
  }

  .screen-arrow{
    border-color:rgba(255,255,255,.09)!important;
    background:rgba(255,255,255,.035)!important;
    box-shadow:0 12px 28px rgba(0,0,0,.16)!important;
    transition:background .22s ease, transform .22s ease, color .22s ease!important;
  }

  .screen-arrow:hover{
    background:rgba(95,168,255,.105)!important;
    transform:translateY(-1px)!important;
  }
}

@media(max-width:720px){
  .screen-card,
  .screen-card.side,
  .screen-card.center{
    border:0!important;
    background:transparent!important;
    padding:0!important;
    box-shadow:none!important;
  }

  .screen-card img{
    border-radius:18px!important;
    box-shadow:
      0 20px 54px rgba(0,0,0,.34),
      0 0 0 1px rgba(255,255,255,.055)!important;
  }

  .screen-card .label{
    margin-top:10px!important;
    padding:6px 10px!important;
    border-radius:999px!important;
    background:rgba(255,255,255,.035)!important;
    border:1px solid rgba(255,255,255,.055)!important;
    color:rgba(223,229,242,.72)!important;
    font-size:10.5px!important;
  }
}


/* ===== V36 final polish: CTA form + footer + screenshot transitions ===== */
.brief{
  position:relative!important;
  overflow:hidden!important;
  align-items:center!important;
  gap:24px!important;
  padding:24px 22px!important;
  border-radius:28px!important;
  border:1px solid rgba(255,255,255,.055)!important;
  background:
    radial-gradient(90% 120% at 0% 0%, rgba(148,106,255,.10), transparent 42%),
    radial-gradient(68% 108% at 100% 100%, rgba(83,169,255,.10), transparent 34%),
    linear-gradient(180deg, rgba(13,15,24,.94), rgba(9,10,17,.98))!important;
  box-shadow:0 24px 60px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.03)!important;
}
.brief:before{
  content:""; position:absolute; right:-8%; bottom:-45%; width:40%; height:165%; pointer-events:none;
  background:radial-gradient(circle, rgba(99,170,255,.16), rgba(99,170,255,0) 62%);
  filter:blur(12px); opacity:.6; animation:briefGlowMoveSoft 10s ease-in-out infinite;
}
.brief:after{
  content:""; position:absolute; inset:0; border-radius:inherit; pointer-events:none;
  background:linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,0) 20%);
  opacity:.42;
}
@keyframes briefGlowMoveSoft{
  0%,100%{transform:translate3d(0,0,0) scale(1); opacity:.56}
  50%{transform:translate3d(-3%, -2%, 0) scale(1.04); opacity:.82}
}
.brief > *{position:relative; z-index:1}
.brief h2{margin:0 0 7px!important; letter-spacing:-.032em!important; line-height:1.04!important; color:#f7f8fd!important;}
.brief p{max-width:720px!important; color:rgba(216,221,235,.78)!important;}
.brief-fields{gap:10px!important; margin-top:15px!important;}
.brief .field{
  min-height:42px!important;
  border:1px solid rgba(255,255,255,.045)!important;
  border-radius:14px!important;
  background:rgba(255,255,255,.022)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.016)!important;
  color:rgba(230,235,244,.68)!important;
  padding:11px 14px!important;
}
.brief .field.big{background:rgba(255,255,255,.018)!important;}
.brief .btn{
  min-height:44px!important; padding:0 22px!important; border-radius:18px!important;
  box-shadow:0 14px 34px rgba(68,111,255,.14)!important;
}
.brief .btn:hover{transform:translateY(-1px)!important; box-shadow:0 18px 42px rgba(68,111,255,.18)!important;}
.footer{padding:30px 0 20px!important; background:linear-gradient(180deg, rgba(255,255,255,.014), rgba(255,255,255,0))!important;}
.footer-grid{gap:20px!important;}
.footer .logo{margin-bottom:8px!important;}
.footer .logo img{width:44px!important; height:44px!important;}
.footer .logo span{font-size:24px!important; letter-spacing:-.03em!important;}
.footer-grid > div:first-child p{max-width:320px!important; line-height:1.68!important; color:rgba(211,216,231,.76)!important;}
.footer b{font-size:15px!important; margin-bottom:12px!important; color:#f5f7ff!important;}
.footer ul{gap:10px!important;}
.footer a{font-size:13.5px!important; color:rgba(209,216,232,.72)!important; transition:color .2s ease, transform .2s ease!important;}
.footer a:hover{color:#fff!important; transform:translateX(2px)!important;}
.copyright{
  margin-top:20px!important; padding-top:16px!important; border-top:1px solid rgba(255,255,255,.05)!important;
  color:rgba(196,203,220,.62)!important; font-size:12px!important; letter-spacing:.02em!important; text-align:center!important;
}

/* screenshots section */
@media(min-width:721px){
  .screens-carousel{margin-top:26px!important;}
  .screens-stage{display:flex!important; align-items:flex-start!important; justify-content:center!important; gap:34px!important; min-height:646px!important;}
  .screen-card,
  .screen-card.side,
  .screen-card.center{
    display:flex!important; flex-direction:column!important; align-items:center!important; justify-content:flex-start!important;
    width:auto!important; max-width:none!important; border:0!important; background:transparent!important; padding:0!important; box-shadow:none!important; overflow:visible!important;
    transition:transform .55s cubic-bezier(.2,.72,.16,1), opacity .45s ease, filter .45s ease!important;
  }
  .screen-card.side{opacity:.6!important; transform:scale(.885)!important; filter:saturate(.84) brightness(.88)!important;}
  .screen-card.center{opacity:1!important; transform:scale(1)!important; filter:none!important;}
  .screen-card img{
    display:block!important; width:auto!important; max-width:318px!important; height:auto!important; object-fit:contain!important; object-position:top center!important;
    border-radius:24px!important; box-shadow:0 26px 72px rgba(0,0,0,.32), 0 0 0 1px rgba(255,255,255,.05), 0 0 34px rgba(95,168,255,.08)!important;
    transition:transform .55s cubic-bezier(.2,.72,.16,1), opacity .42s ease, filter .42s ease!important;
  }
  .screen-card.center img{max-width:342px!important; box-shadow:0 32px 88px rgba(0,0,0,.42), 0 0 0 1px rgba(255,255,255,.07), 0 0 48px rgba(95,168,255,.12)!important;}
  .screen-card .label{
    width:max-content!important; max-width:92%!important; margin:14px auto 0!important; padding:7px 12px!important; border-radius:999px!important;
    display:inline-flex!important; align-items:center!important; justify-content:center!important; gap:10px!important;
    background:rgba(255,255,255,.032)!important; border:1px solid rgba(255,255,255,.055)!important; box-shadow:none!important;
    color:rgba(223,229,242,.74)!important; font-size:11.5px!important; line-height:1!important; font-weight:760!important; letter-spacing:-.01em!important;
    transition:opacity .36s ease, transform .36s ease!important;
  }
  .screen-card.side .label{opacity:.42!important; transform:scale(.965)!important;}
  .screen-card.center .label{opacity:.88!important;}
  .screen-card .label span:last-child{display:inline-flex!important; align-items:center!important; min-height:18px!important; padding:0 7px!important; border-radius:999px!important; background:rgba(95,168,255,.08)!important; color:rgba(136,184,255,.86)!important; font-size:10.5px!important;}
  .screen-arrow{border-color:rgba(255,255,255,.08)!important; background:rgba(255,255,255,.032)!important; box-shadow:0 12px 28px rgba(0,0,0,.16)!important; transition:background .22s ease, transform .22s ease!important;}
  .screen-arrow:hover{background:rgba(95,168,255,.09)!important; transform:translateY(-1px)!important;}
  .screen-card.swap-in{animation:screenSwapIn .52s cubic-bezier(.22,.72,.18,1)!important;}
  @keyframes screenSwapIn{0%{opacity:.0; transform:translateY(14px) scale(.97);}100%{opacity:1; transform:translateY(0) scale(1);}}
}
@media(max-width:720px){
  .brief{padding:20px!important; gap:16px!important; border-radius:22px!important;}
  .brief-fields{grid-template-columns:1fr!important; gap:8px!important;}
  .brief .btn{width:100%!important;}
  .footer{padding:22px 0 18px!important;}
  .copyright{font-size:11px!important; line-height:1.45!important;}
  .screen-card,.screen-card.side,.screen-card.center{border:0!important; background:transparent!important; padding:0!important; box-shadow:none!important;}
  .screen-card img{border-radius:18px!important; box-shadow:0 20px 52px rgba(0,0,0,.34), 0 0 0 1px rgba(255,255,255,.05)!important;}
  .screen-card .label{margin-top:10px!important; padding:6px 10px!important; border-radius:999px!important; background:rgba(255,255,255,.03)!important; border:1px solid rgba(255,255,255,.05)!important; color:rgba(223,229,242,.72)!important; font-size:10.5px!important;}
}


/* ===== V37 mobile sticky header ===== */
/* Верхняя шапка в мобильной версии всегда остается сверху при скролле */
@media(max-width:720px){
  .header{
    position:sticky!important;
    top:0!important;
    z-index:999!important;
    background:rgba(7,8,14,.78)!important;
    backdrop-filter:blur(18px)!important;
    -webkit-backdrop-filter:blur(18px)!important;
    border-bottom:1px solid rgba(255,255,255,.075)!important;
    box-shadow:0 10px 34px rgba(0,0,0,.22)!important;
  }

  .nav{
    height:62px!important;
  }

  .mobile-menu{
    background:rgba(7,8,14,.92)!important;
    backdrop-filter:blur(18px)!important;
    -webkit-backdrop-filter:blur(18px)!important;
  }

  .mobile-menu.open{
    border-top:1px solid rgba(255,255,255,.07)!important;
  }
}


/* ===== V38 hard fix: real mobile fixed header + smooth screenshots + refined footer/CTA ===== */

/* 1) MOBILE HEADER: fixed for real, not sticky */
@media(max-width:720px){
  html{scroll-padding-top:74px!important;}
  body{padding-top:62px!important;}

  .header{
    position:fixed!important;
    top:0!important;
    left:0!important;
    right:0!important;
    width:100%!important;
    z-index:9999!important;
    background:rgba(7,8,14,.82)!important;
    backdrop-filter:blur(20px) saturate(1.25)!important;
    -webkit-backdrop-filter:blur(20px) saturate(1.25)!important;
    border-bottom:1px solid rgba(255,255,255,.08)!important;
    box-shadow:0 14px 38px rgba(0,0,0,.28)!important;
  }

  .nav{
    position:relative!important;
    height:62px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
  }

  .nav .logo{
    position:absolute!important;
    left:50%!important;
    top:50%!important;
    transform:translate(-50%,-50%)!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:9px!important;
    z-index:2!important;
  }

  .nav .logo img{
    width:46px!important;
    height:46px!important;
    filter:drop-shadow(0 0 14px rgba(128,104,255,.18))!important;
  }

  .nav .logo span{
    font-size:26px!important;
    line-height:1!important;
    letter-spacing:-.028em!important;
  }

  .burger{
    position:relative!important;
    z-index:3!important;
    margin-left:auto!important;
    width:40px!important;
    height:40px!important;
    border-radius:14px!important;
    display:grid!important;
    place-items:center!important;
    background:rgba(255,255,255,.045)!important;
    border:1px solid rgba(255,255,255,.07)!important;
  }

  .mobile-menu{
    position:fixed!important;
    left:0!important;
    right:0!important;
    top:62px!important;
    z-index:9998!important;
    padding:14px 24px 18px!important;
    background:rgba(7,8,14,.94)!important;
    backdrop-filter:blur(20px) saturate(1.2)!important;
    -webkit-backdrop-filter:blur(20px) saturate(1.2)!important;
    border-bottom:1px solid rgba(255,255,255,.08)!important;
    box-shadow:0 20px 48px rgba(0,0,0,.28)!important;
  }

  .mobile-menu.open{
    display:grid!important;
    gap:10px!important;
  }

  .mobile-menu a{
    padding:10px 0!important;
    font-size:14px!important;
    color:rgba(235,239,249,.88)!important;
    border-bottom:1px solid rgba(255,255,255,.045)!important;
  }
}

/* 2) CTA block near footer: softer, no heavy fake-form feeling */
.brief{
  position:relative!important;
  overflow:hidden!important;
  align-items:center!important;
  gap:24px!important;
  padding:24px 22px!important;
  border-radius:28px!important;
  border:1px solid rgba(255,255,255,.055)!important;
  background:
    radial-gradient(90% 120% at 0% 0%, rgba(148,106,255,.10), transparent 42%),
    radial-gradient(68% 108% at 100% 100%, rgba(83,169,255,.10), transparent 34%),
    linear-gradient(180deg, rgba(13,15,24,.94), rgba(9,10,17,.98))!important;
  box-shadow:0 24px 60px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.03)!important;
}
.brief:before{
  content:""; position:absolute; right:-8%; bottom:-45%; width:40%; height:165%; pointer-events:none;
  background:radial-gradient(circle, rgba(99,170,255,.16), rgba(99,170,255,0) 62%);
  filter:blur(12px); opacity:.6; animation:briefGlowMoveSoft 10s ease-in-out infinite;
}
.brief:after{
  content:""; position:absolute; inset:0; border-radius:inherit; pointer-events:none;
  background:linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,0) 20%);
  opacity:.42;
}
@keyframes briefGlowMoveSoft{
  0%,100%{transform:translate3d(0,0,0) scale(1); opacity:.56}
  50%{transform:translate3d(-3%, -2%, 0) scale(1.04); opacity:.82}
}
.brief > *{position:relative; z-index:1}
.brief h2{margin:0 0 7px!important; letter-spacing:-.032em!important; line-height:1.04!important; color:#f7f8fd!important;}
.brief p{max-width:720px!important; color:rgba(216,221,235,.78)!important;}
.brief-fields{gap:10px!important; margin-top:15px!important;}
.brief .field{
  min-height:42px!important;
  border:1px solid rgba(255,255,255,.045)!important;
  border-radius:14px!important;
  background:rgba(255,255,255,.022)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.016)!important;
  color:rgba(230,235,244,.68)!important;
  padding:11px 14px!important;
}
.brief .field.big{background:rgba(255,255,255,.018)!important;}
.brief .btn{
  min-height:44px!important; padding:0 22px!important; border-radius:18px!important;
  box-shadow:0 14px 34px rgba(68,111,255,.14)!important;
}
.brief .btn:hover{transform:translateY(-1px)!important; box-shadow:0 18px 42px rgba(68,111,255,.18)!important;}

/* 3) Footer clean and quiet */
.footer{padding:30px 0 20px!important; background:linear-gradient(180deg, rgba(255,255,255,.014), rgba(255,255,255,0))!important;}
.footer-grid{gap:20px!important;}
.footer .logo{margin-bottom:8px!important;}
.footer .logo img{width:44px!important; height:44px!important;}
.footer .logo span{font-size:24px!important; letter-spacing:-.03em!important;}
.footer-grid > div:first-child p{max-width:320px!important; line-height:1.68!important; color:rgba(211,216,231,.76)!important;}
.footer b{font-size:15px!important; margin-bottom:12px!important; color:#f5f7ff!important;}
.footer ul{gap:10px!important;}
.footer a{font-size:13.5px!important; color:rgba(209,216,232,.72)!important; transition:color .2s ease, transform .2s ease!important;}
.footer a:hover{color:#fff!important; transform:translateX(2px)!important;}
.copyright{
  margin-top:20px!important; padding-top:16px!important; border-top:1px solid rgba(255,255,255,.05)!important;
  color:rgba(196,203,220,.62)!important; font-size:12px!important; letter-spacing:.02em!important; text-align:center!important;
}

/* 4) Screenshots: no extra visible forms; smooth real switching */
@media(min-width:721px){
  .screens-carousel{margin-top:26px!important;}
  .screens-stage{
    display:flex!important;
    align-items:flex-start!important;
    justify-content:center!important;
    gap:34px!important;
    min-height:646px!important;
  }

  .screen-card,
  .screen-card.side,
  .screen-card.center{
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:flex-start!important;
    width:auto!important;
    max-width:none!important;
    border:0!important;
    background:transparent!important;
    padding:0!important;
    box-shadow:none!important;
    overflow:visible!important;
    transition:opacity .46s ease, filter .46s ease!important;
  }

  .screen-card.side{opacity:.58!important; filter:saturate(.84) brightness(.88)!important;}
  .screen-card.center{opacity:1!important; filter:none!important;}

  .screen-card img{
    display:block!important;
    width:auto!important;
    max-width:318px!important;
    height:auto!important;
    object-fit:contain!important;
    object-position:top center!important;
    border-radius:24px!important;
    box-shadow:0 26px 72px rgba(0,0,0,.32), 0 0 0 1px rgba(255,255,255,.05), 0 0 34px rgba(95,168,255,.08)!important;
    transition:opacity .42s ease, transform .52s cubic-bezier(.2,.72,.16,1), filter .42s ease!important;
  }

  .screen-card.side img{transform:scale(.885)!important;}
  .screen-card.center img{max-width:342px!important; transform:scale(1)!important; box-shadow:0 32px 88px rgba(0,0,0,.42), 0 0 0 1px rgba(255,255,255,.07), 0 0 48px rgba(95,168,255,.12)!important;}

  .screen-card .label{
    width:max-content!important;
    max-width:92%!important;
    margin:14px auto 0!important;
    padding:0!important;
    border:0!important;
    background:transparent!important;
    box-shadow:none!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:10px!important;
    color:rgba(223,229,242,.64)!important;
    font-size:11.5px!important;
    line-height:1!important;
    font-weight:720!important;
    letter-spacing:-.01em!important;
    transition:opacity .36s ease, transform .36s ease!important;
  }

  .screen-card.side .label{opacity:.38!important;}
  .screen-card.center .label{opacity:.78!important;}
  .screen-card .label span:last-child{
    color:rgba(137,184,255,.80)!important;
    background:transparent!important;
    padding:0!important;
    font-size:10.8px!important;
  }

  .screen-card.is-leaving img,
  .screen-card.is-leaving .label{
    opacity:0!important;
    transform:translateY(12px) scale(.985)!important;
    filter:blur(4px)!important;
  }

  .screen-card.is-entering img,
  .screen-card.is-entering .label{
    animation:screenFadeInV38 .52s cubic-bezier(.2,.72,.16,1)!important;
  }

  @keyframes screenFadeInV38{
    0%{opacity:0; transform:translateY(14px) scale(.975); filter:blur(4px);}
    100%{opacity:1; transform:translateY(0) scale(1); filter:blur(0);}
  }

  .screen-arrow{
    border-color:rgba(255,255,255,.08)!important;
    background:rgba(255,255,255,.032)!important;
    box-shadow:0 12px 28px rgba(0,0,0,.16)!important;
    transition:background .22s ease, transform .22s ease!important;
  }

  .screen-arrow:hover{background:rgba(95,168,255,.09)!important; transform:translateY(-1px)!important;}
}

@media(max-width:720px){
  .brief{padding:20px!important; gap:16px!important; border-radius:22px!important;}
  .brief-fields{grid-template-columns:1fr!important; gap:8px!important;}
  .brief .btn{width:100%!important;}
  .footer{padding:22px 0 18px!important;}
  .copyright{font-size:11px!important; line-height:1.45!important;}

  .screen-card,
  .screen-card.side,
  .screen-card.center{
    border:0!important;
    background:transparent!important;
    padding:0!important;
    box-shadow:none!important;
  }

  .screen-card img{
    border-radius:18px!important;
    box-shadow:0 20px 52px rgba(0,0,0,.34), 0 0 0 1px rgba(255,255,255,.05)!important;
  }

  .screen-card .label{
    margin-top:10px!important;
    padding:0!important;
    border:0!important;
    background:transparent!important;
    color:rgba(223,229,242,.70)!important;
    font-size:10.5px!important;
  }
}


/* ===== V39 final desktop carousel + footer polish ===== */

@media(min-width:721px){
  #screens .container{overflow:visible!important;}
  .screens-carousel{
    position:relative!important;
    margin-top:30px!important;
    padding:0 86px!important;
  }
  .screens-stage{
    position:relative!important;
    width:100%!important;
    max-width:1120px!important;
    height:720px!important;
    min-height:720px!important;
    margin:0 auto!important;
    overflow:visible!important;
    display:block!important;
  }
  .screen-card,
  .screen-card.side,
  .screen-card.center{
    position:absolute!important;
    top:0!important;
    left:50%!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:flex-start!important;
    width:auto!important;
    padding:0!important;
    margin:0!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
    overflow:visible!important;
    cursor:pointer!important;
    transition:transform .68s cubic-bezier(.22,.74,.19,1), opacity .68s cubic-bezier(.22,.74,.19,1), filter .68s cubic-bezier(.22,.74,.19,1)!important;
    will-change:transform, opacity, filter!important;
  }
  .screen-card img{
    display:block!important;
    width:320px!important;
    max-width:320px!important;
    height:auto!important;
    object-fit:contain!important;
    border-radius:28px!important;
    box-shadow:0 24px 70px rgba(0,0,0,.36), 0 0 0 1px rgba(255,255,255,.06)!important;
    transition:inherit!important;
    backface-visibility:hidden!important;
  }
  .screen-card .label{
    margin-top:15px!important;
    padding:0!important;
    display:flex!important;
    gap:8px!important;
    justify-content:center!important;
    align-items:center!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
    font-size:12px!important;
    font-weight:700!important;
    letter-spacing:-.01em!important;
    color:rgba(224,229,241,.62)!important;
    transition:opacity .5s ease, transform .5s ease!important;
  }
  .screen-card .label span:last-child{
    font-size:10.5px!important;
    font-weight:700!important;
    color:rgba(135,182,255,.78)!important;
    text-transform:uppercase!important;
    letter-spacing:.04em!important;
  }

  .screen-card.left{transform:translateX(calc(-50% - 326px)) scale(.88)!important; opacity:.52!important; filter:saturate(.84) brightness(.88)!important; z-index:1!important;}
  .screen-card.center{transform:translateX(-50%) scale(1)!important; opacity:1!important; filter:none!important; z-index:3!important;}
  .screen-card.center img{width:344px!important; max-width:344px!important; box-shadow:0 30px 90px rgba(0,0,0,.44), 0 0 0 1px rgba(255,255,255,.075)!important;}
  .screen-card.right{transform:translateX(calc(-50% + 326px)) scale(.88)!important; opacity:.52!important; filter:saturate(.84) brightness(.88)!important; z-index:1!important;}
  .screen-card.left .label,.screen-card.right .label{opacity:.38!important; transform:translateY(-2px)!important;}
  .screen-card.center .label{opacity:.84!important; transform:none!important;}

  .screen-card.temp.incoming-right{transform:translateX(calc(-50% + 620px)) scale(.82)!important; opacity:0!important; filter:blur(6px)!important; z-index:0!important;}
  .screen-card.temp.incoming-left{transform:translateX(calc(-50% - 620px)) scale(.82)!important; opacity:0!important; filter:blur(6px)!important; z-index:0!important;}
  .screen-card.to-out-left{transform:translateX(calc(-50% - 620px)) scale(.82)!important; opacity:0!important; filter:blur(6px)!important; z-index:0!important;}
  .screen-card.to-out-right{transform:translateX(calc(-50% + 620px)) scale(.82)!important; opacity:0!important; filter:blur(6px)!important; z-index:0!important;}
  .screen-card.to-left{transform:translateX(calc(-50% - 326px)) scale(.88)!important; opacity:.52!important; filter:saturate(.84) brightness(.88)!important; z-index:1!important;}
  .screen-card.to-right{transform:translateX(calc(-50% + 326px)) scale(.88)!important; opacity:.52!important; filter:saturate(.84) brightness(.88)!important; z-index:1!important;}
  .screen-card.to-center{transform:translateX(-50%) scale(1)!important; opacity:1!important; filter:none!important; z-index:3!important;}
  .screen-card.to-center img{width:344px!important; max-width:344px!important;}

  .screen-arrow{
    top:42%!important;
    transform:translateY(-50%)!important;
    width:54px!important;
    height:54px!important;
    border-radius:50%!important;
    border:1px solid rgba(255,255,255,.09)!important;
    background:rgba(255,255,255,.035)!important;
    box-shadow:0 14px 36px rgba(0,0,0,.20)!important;
    font-size:38px!important;
    line-height:1!important;
    color:rgba(241,245,255,.94)!important;
    transition:transform .2s ease, background .2s ease, opacity .2s ease!important;
    z-index:5!important;
  }
  .screen-arrow:hover{background:rgba(96,169,255,.11)!important; transform:translateY(-50%) scale(1.04)!important;}
  .screen-prev{left:10px!important;}
  .screen-next{right:10px!important;}

  /* CTA + footer on desktop */
  .brief{
    grid-template-columns:1fr auto!important;
    gap:26px!important;
    padding:28px 30px!important;
    border-radius:30px!important;
    border:1px solid rgba(255,255,255,.05)!important;
    background:linear-gradient(180deg, rgba(15,17,28,.96), rgba(10,12,20,.98))!important;
    box-shadow:0 22px 54px rgba(0,0,0,.18)!important;
  }
  .brief:before{opacity:.52!important;}
  .brief h2{margin-bottom:8px!important;}
  .brief p{color:rgba(216,222,235,.74)!important;}
  .brief-fields{gap:10px!important;}
  .brief .field{
    min-height:44px!important;
    background:rgba(255,255,255,.018)!important;
    border:1px solid rgba(255,255,255,.04)!important;
    color:rgba(226,231,242,.72)!important;
    box-shadow:none!important;
  }
  .brief .field.big{background:rgba(255,255,255,.014)!important;}
  .brief .btn{align-self:center!important;}

  .footer{
    padding:34px 0 22px!important;
    border-top:1px solid rgba(255,255,255,.05)!important;
    background:linear-gradient(180deg, rgba(255,255,255,.012), rgba(255,255,255,0))!important;
  }
  .footer-grid{grid-template-columns:1.28fr .82fr .82fr .82fr .82fr!important; gap:26px!important; align-items:start!important;}
  .footer .logo{margin-bottom:12px!important;}
  .footer .logo img{width:42px!important; height:42px!important;}
  .footer .logo span{font-size:23px!important;}
  .footer-grid>div:first-child p{max-width:315px!important; line-height:1.72!important; color:rgba(211,217,231,.72)!important;}
  .footer b{margin-bottom:12px!important; font-size:15px!important;}
  .footer ul{gap:9px!important;}
  .footer a{font-size:13px!important; color:rgba(208,215,230,.70)!important;}
  .footer a:hover{color:#fff!important;}
  .copyright{
    margin-top:18px!important;
    padding-top:14px!important;
    border-top:1px solid rgba(255,255,255,.05)!important;
    color:rgba(196,203,220,.58)!important;
    font-size:11.5px!important;
    letter-spacing:.05em!important;
  }
}


/* ===== V42 stable repair: screenshots visible, smooth infinite swipe, cleaner CTA/footer, sticky mobile header ===== */
@media (min-width:721px){
  /* hero copy slightly higher */
  .hero-copy{margin-top:-42px!important;}

  /* screenshots block */
  .screens-carousel{position:relative!important;padding:0 80px!important;margin-top:28px!important;}
  .screens-stage{position:relative!important;height:730px!important;min-height:730px!important;overflow:hidden!important;display:block!important;}
  .screen-card,.screen-card.side,.screen-card.center{
    position:absolute!important;left:50%!important;top:48%!important;
    width:328px!important;max-width:328px!important;
    padding:0!important;margin:0!important;border:0!important;background:transparent!important;box-shadow:none!important;
    transform-origin:center center!important;
    transition:transform .72s cubic-bezier(.22,.72,.18,1), opacity .72s cubic-bezier(.22,.72,.18,1), filter .72s cubic-bezier(.22,.72,.18,1)!important;
    will-change:transform,opacity,filter;
  }
  .screen-card img{
    display:block!important;width:328px!important;max-width:328px!important;height:auto!important;object-fit:contain!important;
    border-radius:30px!important;border:0!important;background:transparent!important;
    box-shadow:0 28px 82px rgba(0,0,0,.36), 0 0 0 1px rgba(255,255,255,.05)!important;
  }
  .screen-card .label{
    display:flex!important;justify-content:space-between!important;align-items:center!important;gap:12px!important;
    margin-top:14px!important;padding:0 8px!important;width:100%!important;
    background:transparent!important;border:0!important;box-shadow:none!important;border-radius:0!important;
    color:rgba(225,230,241,.82)!important;font-size:12px!important;line-height:1.2!important;
  }
  .screen-card .label span:first-child{font-weight:820!important;letter-spacing:-.01em!important;}
  .screen-card .label span:last-child{
    display:inline-flex!important;align-items:center!important;min-height:auto!important;padding:0!important;
    background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;
    color:rgba(133,186,255,.9)!important;font-size:11px!important;font-weight:800!important;
  }
  .screen-card.left{transform:translate(calc(-50% - 340px), -50%) scale(.88)!important;opacity:.54!important;filter:saturate(.84) brightness(.9)!important;z-index:1!important;}
  .screen-card.center{transform:translate(-50%, -50%) scale(1)!important;opacity:1!important;filter:none!important;z-index:3!important;}
  .screen-card.right{transform:translate(calc(-50% + 340px), -50%) scale(.88)!important;opacity:.54!important;filter:saturate(.84) brightness(.9)!important;z-index:1!important;}
  .screen-card.left .label,.screen-card.right .label{opacity:.42!important;}
  .screen-card.center .label{opacity:.92!important;}
  .screen-card.temp.incoming-right{transform:translate(calc(-50% + 660px), -50%) scale(.81)!important;opacity:0!important;filter:blur(8px)!important;z-index:0!important;}
  .screen-card.temp.incoming-left{transform:translate(calc(-50% - 660px), -50%) scale(.81)!important;opacity:0!important;filter:blur(8px)!important;z-index:0!important;}
  .screen-card.to-out-left{transform:translate(calc(-50% - 660px), -50%) scale(.81)!important;opacity:0!important;filter:blur(8px)!important;z-index:0!important;}
  .screen-card.to-out-right{transform:translate(calc(-50% + 660px), -50%) scale(.81)!important;opacity:0!important;filter:blur(8px)!important;z-index:0!important;}
  .screen-card.to-left{transform:translate(calc(-50% - 340px), -50%) scale(.88)!important;opacity:.54!important;filter:saturate(.84) brightness(.9)!important;z-index:1!important;}
  .screen-card.to-right{transform:translate(calc(-50% + 340px), -50%) scale(.88)!important;opacity:.54!important;filter:saturate(.84) brightness(.9)!important;z-index:1!important;}
  .screen-card.to-center{transform:translate(-50%, -50%) scale(1)!important;opacity:1!important;filter:none!important;z-index:3!important;}
  .screen-arrow{
    position:absolute!important;top:48%!important;transform:translateY(-50%)!important;
    width:54px!important;height:54px!important;border-radius:50%!important;
    border:1px solid rgba(255,255,255,.08)!important;background:rgba(255,255,255,.03)!important;color:#eef3ff!important;
    box-shadow:0 14px 30px rgba(0,0,0,.18)!important;z-index:6!important;
    transition:transform .2s ease, background .2s ease, border-color .2s ease!important;
  }
  .screen-prev{left:6px!important;}
  .screen-next{right:6px!important;}
  .screen-arrow:hover{background:rgba(95,168,255,.1)!important;border-color:rgba(127,190,255,.2)!important;transform:translateY(-50%) scale(1.04)!important;}

  /* CTA block and footer */
  .brief{
    border:1px solid rgba(255,255,255,.06)!important;
    background:linear-gradient(180deg,rgba(16,18,28,.86),rgba(10,11,18,.92))!important;
    box-shadow:0 22px 58px rgba(0,0,0,.18)!important;
    padding:26px 30px!important;gap:24px!important;border-radius:28px!important;
  }
  .brief:before,.brief:after{display:none!important;content:none!important;}
  .brief h2{margin:0 0 8px!important;line-height:1.05!important;letter-spacing:-.03em!important;}
  .brief p{max-width:760px!important;color:rgba(214,220,234,.76)!important;}
  .brief-fields{gap:10px!important;margin-top:16px!important;}
  .brief .field{
    background:rgba(255,255,255,.015)!important;border:1px solid rgba(255,255,255,.045)!important;
    color:rgba(216,221,235,.72)!important;box-shadow:none!important;min-height:46px!important;
  }
  .brief .field.big{background:rgba(255,255,255,.012)!important;}
  .brief .btn{align-self:center!important;box-shadow:0 18px 46px rgba(65,108,255,.16)!important;}

  .footer{padding:34px 0 22px!important;}
  .footer-grid{
    grid-template-columns:minmax(285px,1.2fr) repeat(4,minmax(120px,.8fr))!important;
    gap:28px!important;align-items:start!important;
  }
  .footer-grid>div{padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important;}
  .footer-grid>div:first-child{display:flex!important;flex-direction:column!important;gap:12px!important;}
  .footer .logo{gap:12px!important;}
  .footer .logo img{width:44px!important;height:44px!important;}
  .footer .logo span{font-size:28px!important;}
  .footer-grid>div:first-child p{max-width:330px!important;margin:0!important;color:rgba(206,213,228,.74)!important;font-size:14px!important;line-height:1.7!important;}
  .footer b{margin-bottom:12px!important;font-size:15px!important;color:#f4f6fb!important;}
  .footer ul{gap:10px!important;}
  .footer a{color:rgba(198,205,220,.8)!important;font-size:13px!important;}
  .copyright{
    margin-top:28px!important;padding-top:14px!important;border-top:1px solid rgba(255,255,255,.06)!important;
    color:rgba(182,190,206,.66)!important;font-size:12px!important;letter-spacing:.01em!important;
  }
}

@media (max-width:720px){
  .header{position:fixed!important;left:0!important;right:0!important;top:0!important;z-index:120!important;background:rgba(9,9,16,.9)!important;backdrop-filter:blur(20px)!important;}
  body{padding-top:82px!important;}
  .mobile-menu{position:absolute!important;left:0!important;right:0!important;top:100%!important;background:rgba(9,9,16,.96)!important;padding:10px 12px 16px!important;backdrop-filter:blur(18px)!important;}
}

/* ==== v43 reliable screenshots + calmer footer ==== */
@media (min-width: 721px){
  .hero-grid{align-items:start !important;}
  .hero-copy{padding-top:18px !important; margin-top:-28px !important;}

  .screens-carousel{
    position:relative !important;
    display:grid !important;
    grid-template-columns:72px minmax(0,1fr) 72px !important;
    align-items:center !important;
    gap:10px !important;
    margin-top:26px !important;
  }
  .screens-stage{
    position:relative !important;
    overflow:hidden !important;
    min-height:820px !important;
    height:820px !important;
    max-height:none !important;
    width:100% !important;
  }
  .screens-carousel{
    --screen-step: min(25vw, 370px);
    --screen-far: min(52vw, 760px);
  }
  .screen-card,
  .screen-card.side,
  .screen-card.center{
    position:absolute !important;
    top:50% !important;
    left:50% !important;
    width:clamp(250px, 21vw, 320px) !important;
    display:block !important;
    opacity:0 !important;
    visibility:visible !important;
    background:transparent !important;
    border:0 !important;
    box-shadow:none !important;
    padding:0 !important;
    overflow:visible !important;
    transform:translate(-50%,-50%) scale(.88) !important;
    transition:transform .72s cubic-bezier(.22,.72,.17,1), opacity .48s ease, filter .72s ease !important;
    will-change:transform, opacity !important;
    pointer-events:none !important;
  }
  .screen-card.left,
  .screen-card.side.left{
    opacity:.68 !important;
    transform:translate(calc(-50% - var(--screen-step)), -50%) scale(.93) !important;
    filter:saturate(.88) brightness(.92) !important;
    pointer-events:auto !important;
    z-index:2 !important;
  }
  .screen-card.center{
    width:clamp(270px, 23vw, 350px) !important;
    opacity:1 !important;
    transform:translate(-50%, -50%) scale(1) !important;
    filter:none !important;
    pointer-events:auto !important;
    z-index:4 !important;
  }
  .screen-card.right,
  .screen-card.side.right{
    opacity:.68 !important;
    transform:translate(calc(-50% + var(--screen-step)), -50%) scale(.93) !important;
    filter:saturate(.88) brightness(.92) !important;
    pointer-events:auto !important;
    z-index:2 !important;
  }
  .screen-card.temp.incoming-right{
    opacity:0 !important;
    transform:translate(calc(-50% + var(--screen-far)), -50%) scale(.84) !important;
    z-index:1 !important;
  }
  .screen-card.temp.incoming-left{
    opacity:0 !important;
    transform:translate(calc(-50% - var(--screen-far)), -50%) scale(.84) !important;
    z-index:1 !important;
  }
  .screen-card.animating{pointer-events:none !important;}
  .screen-card.to-out-left{
    opacity:0 !important;
    transform:translate(calc(-50% - var(--screen-far)), -50%) scale(.84) !important;
    z-index:1 !important;
  }
  .screen-card.to-out-right{
    opacity:0 !important;
    transform:translate(calc(-50% + var(--screen-far)), -50%) scale(.84) !important;
    z-index:1 !important;
  }
  .screen-card.to-left{
    opacity:.68 !important;
    transform:translate(calc(-50% - var(--screen-step)), -50%) scale(.93) !important;
    filter:saturate(.88) brightness(.92) !important;
    z-index:2 !important;
  }
  .screen-card.to-center{
    opacity:1 !important;
    transform:translate(-50%, -50%) scale(1) !important;
    filter:none !important;
    z-index:4 !important;
  }
  .screen-card.to-right{
    opacity:.68 !important;
    transform:translate(calc(-50% + var(--screen-step)), -50%) scale(.93) !important;
    filter:saturate(.88) brightness(.92) !important;
    z-index:2 !important;
  }
  .screen-card img,
  .screen-card.center img,
  .screen-card.side img{
    display:block !important;
    width:100% !important;
    height:auto !important;
    max-height:680px !important;
    object-fit:contain !important;
    border-radius:32px !important;
    border:1px solid rgba(125,150,255,.16) !important;
    box-shadow:0 24px 60px rgba(0,0,0,.32) !important;
    background:transparent !important;
  }
  .screen-card .label,
  .screen-card.center .label,
  .screen-card.side .label{
    margin-top:14px !important;
    padding:0 4px !important;
    display:flex !important;
    justify-content:space-between !important;
    gap:10px !important;
    background:transparent !important;
    border:0 !important;
    box-shadow:none !important;
    color:rgba(223,230,244,.88) !important;
    font-size:14px !important;
    line-height:1.35 !important;
  }
  .screen-card .label span:last-child{
    color:rgba(113,164,255,.96) !important;
    text-transform:lowercase !important;
    letter-spacing:0 !important;
    font-size:14px !important;
  }
  .screen-arrow{
    width:52px !important;
    height:52px !important;
    border-radius:50% !important;
    border:1px solid rgba(126,140,190,.22) !important;
    background:rgba(11,14,25,.74) !important;
    color:#f5f7ff !important;
    display:grid !important;
    place-items:center !important;
    font-size:32px !important;
    line-height:1 !important;
    transition:transform .22s ease, border-color .22s ease, background .22s ease !important;
    z-index:6 !important;
  }
  .screen-arrow:hover{transform:scale(1.06) !important; border-color:rgba(132,162,255,.5) !important; background:rgba(17,22,38,.92) !important;}
  .swipe-hint{display:none !important;}

  .footer{
    padding:38px 0 18px !important;
    background:linear-gradient(180deg, rgba(255,255,255,.012), rgba(255,255,255,0)) !important;
  }
  .footer-grid{
    grid-template-columns:1.24fr .9fr .9fr .9fr .9fr !important;
    gap:28px !important;
    align-items:start !important;
  }
  .footer-grid>div{background:transparent !important; border:0 !important; box-shadow:none !important; padding:0 !important;}
  .footer .logo{gap:12px !important; margin-bottom:10px !important;}
  .footer .logo img{width:42px !important; height:42px !important;}
  .footer .logo span{font-size:24px !important; letter-spacing:-.03em !important;}
  .footer-grid>div:first-child p{
    max-width:340px !important;
    margin:2px 0 0 !important;
    color:rgba(206,213,228,.78) !important;
    font-size:14px !important;
    line-height:1.72 !important;
    font-weight:400 !important;
  }
  .footer b{margin-bottom:12px !important; font-size:15px !important; color:#f5f7ff !important;}
  .footer ul{gap:10px !important;}
  .footer a{font-size:13px !important; color:rgba(196,203,220,.76) !important;}
  .footer a:hover{color:#fff !important; transform:none !important;}
  .copyright{
    margin-top:22px !important;
    padding-top:14px !important;
    border-top:1px solid rgba(255,255,255,.06) !important;
    color:rgba(180,188,206,.62) !important;
    font-size:12px !important;
    letter-spacing:.01em !important;
    text-align:center !important;
  }
}

@media (max-width: 720px){
  .screens-carousel{display:block !important; margin-top:20px !important;}
  .screens-stage{position:relative !important; min-height:0 !important; height:auto !important; overflow:hidden !important;}
  .screen-card,
  .screen-card.side,
  .screen-card.center{
    position:relative !important;
    top:auto !important;
    left:auto !important;
    width:min(82vw, 330px) !important;
    margin:0 auto 18px !important;
    opacity:1 !important;
    display:block !important;
    transform:none !important;
    background:transparent !important;
    border:0 !important;
    box-shadow:none !important;
  }
  .screen-card img{width:100% !important; height:auto !important; border-radius:26px !important;}
  .screen-card .label{margin-top:10px !important; padding:0 !important; background:none !important; border:0 !important; box-shadow:none !important;}
}


/* ===== v44 mobile width polish for customer/executor hero + calmer footer ===== */
.role-state[data-role-state="customer"] .hero-copy h1,
.role-state[data-role-state="executor"] .hero-copy h1,
.hero-copy h1{
  text-wrap: balance;
}
.hero-balance-line{display:inline;}
.customer-hero-benefits{grid-template-columns:repeat(2,minmax(0,1fr))!important;max-width:760px!important;}
.customer-hero-benefits li{padding:6px 0!important;}
.customer-proof-line{display:flex!important;flex-wrap:wrap!important;gap:10px!important;max-width:760px!important;}
.customer-proof-line span{min-height:38px!important;padding:0 15px!important;font-size:11.4px!important;}
.customer-proof-line span::before{content:""!important;display:none!important;}

.footer{padding:34px 0 20px!important;}
.footer-grid{gap:24px!important;align-items:start!important;}
.footer-grid > div:first-child{max-width:360px!important;}
.footer .logo{margin-bottom:14px!important;}
.footer .logo img{width:42px!important;height:42px!important;}
.footer .logo span{font-size:24px!important;}
.footer p{margin:14px 0 0!important;color:#aeb6c6!important;font-size:14px!important;line-height:1.72!important;}
.footer a{color:#aab1bf!important;font-size:13.5px!important;}
.footer b{font-size:15px!important;margin-bottom:10px!important;color:#eef1f7!important;}
.footer ul{gap:8px!important;}
.copyright{margin-top:24px!important;padding-top:14px!important;border-top:1px solid rgba(255,255,255,.06)!important;color:#8e97a9!important;font-size:12px!important;letter-spacing:.01em!important;}

@media (max-width: 980px){
  .customer-hero-benefits{grid-template-columns:1fr!important;max-width:none!important;}
}
@media (max-width: 720px){
  .header{position:sticky!important;top:0!important;}
  .hero-copy{width:100%!important;}
  .hero-copy h1{font-size:clamp(29px,8.7vw,42px)!important;line-height:1.04!important;max-width:100%!important;letter-spacing:-.045em!important;}
  .role-state[data-role-state="customer"] h1{max-width:12.4ch!important;}
  .role-state[data-role-state="executor"] h1{max-width:11.9ch!important;}
  .hero-balance-line{display:inline;}
  .lead{max-width:100%!important;font-size:14.2px!important;line-height:1.58!important;}
  .hero-typebar{margin:8px 0 12px!important;}
  .customer-hero-benefits,
  .hero-benefits{grid-template-columns:1fr!important;gap:10px!important;max-width:100%!important;margin-top:14px!important;}
  .customer-hero-benefits li,
  .hero-benefits li{padding:4px 0!important;align-items:flex-start!important;}
  .customer-hero-benefits li span,
  .hero-benefits li span{font-size:13px!important;line-height:1.38!important;}
  .hero-actions{gap:10px!important;margin-top:16px!important;}
  .customer-proof-line,
  .proof-line{display:grid!important;grid-template-columns:1fr!important;gap:8px!important;max-width:100%!important;margin-top:14px!important;}
  .customer-proof-line span,
  .proof-line span{width:100%!important;justify-content:flex-start!important;text-align:left!important;min-height:38px!important;padding:10px 12px!important;border-radius:16px!important;font-size:10.8px!important;line-height:1.32!important;white-space:normal!important;}
  .footer{padding:28px 0 14px!important;}
  .footer-grid{gap:16px!important;}
  .footer-grid > div:first-child{max-width:none!important;}
  .footer p{font-size:13.2px!important;line-height:1.65!important;max-width:100%!important;}
  .copyright{margin-top:18px!important;padding-top:12px!important;font-size:11.5px!important;}
}
@media (max-width: 390px){
  .hero-copy h1{font-size:clamp(27px,8.3vw,36px)!important;}
  .role-state[data-role-state="customer"] h1{max-width:12.1ch!important;}
  .role-state[data-role-state="executor"] h1{max-width:11.2ch!important;}
  .lead{font-size:13.6px!important;}
  .customer-proof-line span,
  .proof-line span{font-size:10.2px!important;padding:9px 11px!important;}
}


/* ===== V45 FINAL: clean all-screens carousel + mobile offer width/size ===== */

/* New screenshots carousel uses unique classes, so old .screen-card rules cannot break it */
.inko-screens-v45{
  overflow:hidden!important;
}

.inko-screens-v45 .section-center{
  margin-bottom:26px!important;
}

.inko-screen-marquee{
  position:relative!important;
  overflow:hidden!important;
  width:100%!important;
  padding:18px 0 34px!important;
  mask-image:linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%)!important;
  -webkit-mask-image:linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%)!important;
}

.inko-screen-track{
  display:flex!important;
  align-items:flex-start!important;
  gap:30px!important;
  width:max-content!important;
  animation:inkoScreensLoopV45 92s linear infinite!important;
  will-change:transform!important;
}

.inko-screen-marquee:hover .inko-screen-track{
  animation-play-state:paused!important;
}

@keyframes inkoScreensLoopV45{
  from{ transform:translate3d(0,0,0); }
  to{ transform:translate3d(-50%,0,0); }
}

.inko-screen-slide{
  flex:0 0 clamp(250px, 22vw, 340px)!important;
  margin:0!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}

.inko-screen-slide img{
  display:block!important;
  width:100%!important;
  height:auto!important;
  max-height:690px!important;
  object-fit:contain!important;
  object-position:top center!important;
  border-radius:30px!important;
  background:transparent!important;
  border:1px solid rgba(120,145,255,.14)!important;
  box-shadow:
    0 30px 80px rgba(0,0,0,.34),
    0 0 0 1px rgba(255,255,255,.025)!important;
}

.inko-screen-slide figcaption{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:10px!important;
  margin-top:13px!important;
  padding:0 4px!important;
  color:rgba(228,233,244,.82)!important;
  font-size:13px!important;
  line-height:1.3!important;
  font-weight:760!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}

.inko-screen-slide figcaption b{
  color:rgba(122,178,255,.9)!important;
  font-size:12px!important;
  font-weight:820!important;
}

/* Hide old hint if it survived cache/HTML */
#screens .swipe-hint{display:none!important;}

/* Footer calm cleanup */
.footer{
  padding:34px 0 20px!important;
  background:linear-gradient(180deg, rgba(255,255,255,.012), rgba(255,255,255,0))!important;
}

.footer-grid{
  gap:26px!important;
  align-items:start!important;
}

.footer-grid>div{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  padding:0!important;
}

.footer .logo{
  margin-bottom:12px!important;
  gap:12px!important;
}

.footer .logo img{
  width:42px!important;
  height:42px!important;
}

.footer .logo span{
  font-size:24px!important;
  letter-spacing:-.03em!important;
}

.footer-grid>div:first-child p{
  max-width:340px!important;
  margin:0!important;
  color:rgba(204,211,226,.76)!important;
  font-size:14px!important;
  line-height:1.72!important;
  font-weight:400!important;
}

.footer b{
  margin-bottom:11px!important;
  color:#f2f5fb!important;
  font-size:15px!important;
}

.footer ul{
  gap:9px!important;
}

.footer a{
  color:rgba(196,203,220,.78)!important;
  font-size:13px!important;
}

.copyright{
  margin-top:24px!important;
  padding-top:14px!important;
  border-top:1px solid rgba(255,255,255,.06)!important;
  color:rgba(180,188,206,.62)!important;
  font-size:12px!important;
  letter-spacing:.01em!important;
  text-align:center!important;
}

/* Mobile offers: 15% smaller and wider, less narrow columns */
@media(max-width:720px){
  .hero-copy h1,
  .role-state[data-role-state="customer"] h1,
  .role-state[data-role-state="executor"] h1{
    max-width:100%!important;
    width:100%!important;
    font-size:clamp(24px, 7.35vw, 36px)!important;
    line-height:1.08!important;
    letter-spacing:-.043em!important;
    text-wrap:balance!important;
  }

  .hero-balance-line{
    display:inline!important;
  }

  .lead{
    max-width:100%!important;
    font-size:13.4px!important;
    line-height:1.58!important;
  }

  .hero-typebar{
    width:100%!important;
    max-width:100%!important;
  }

  .hero-benefits,
  .customer-hero-benefits{
    width:100%!important;
    max-width:100%!important;
    grid-template-columns:1fr!important;
  }

  .hero-benefits li,
  .customer-hero-benefits li{
    width:100%!important;
    padding:4px 0!important;
  }

  .hero-benefits li span,
  .customer-hero-benefits li span{
    font-size:12.4px!important;
    line-height:1.42!important;
  }

  .proof-line,
  .customer-proof-line{
    display:grid!important;
    grid-template-columns:1fr!important;
    width:100%!important;
    max-width:100%!important;
    gap:8px!important;
  }

  .proof-line span,
  .customer-proof-line span{
    width:100%!important;
    justify-content:flex-start!important;
    text-align:left!important;
    white-space:normal!important;
    font-size:10.2px!important;
    line-height:1.32!important;
    min-height:36px!important;
    padding:9px 12px!important;
    border-radius:15px!important;
  }

  .inko-screen-marquee{
    padding:12px 0 26px!important;
    mask-image:linear-gradient(90deg, transparent 0, #000 4%, #000 96%, transparent 100%)!important;
    -webkit-mask-image:linear-gradient(90deg, transparent 0, #000 4%, #000 96%, transparent 100%)!important;
  }

  .inko-screen-track{
    gap:18px!important;
    animation-duration:78s!important;
  }

  .inko-screen-slide{
    flex-basis:min(76vw, 315px)!important;
  }

  .inko-screen-slide img{
    border-radius:24px!important;
    max-height:620px!important;
  }

  .inko-screen-slide figcaption{
    font-size:11.5px!important;
    margin-top:10px!important;
  }

  .inko-screen-slide figcaption b{
    font-size:10.5px!important;
  }
}

@media(max-width:390px){
  .hero-copy h1,
  .role-state[data-role-state="customer"] h1,
  .role-state[data-role-state="executor"] h1{
    font-size:clamp(22px, 7.1vw, 32px)!important;
    line-height:1.1!important;
  }

  .lead{
    font-size:13px!important;
  }
}


/* ===== V46 MOBILE HERO FINAL WIDTH SYSTEM ===== */
/* Оптимальное решение: на мобильных убираем жесткие <br>, даем тексту широкую адаптивную сетку,
   уменьшаем офферы примерно на 15% и оставляем разные смыслы для заказчика/исполнителя. */
@media(max-width:720px){
  .hero{
    padding-top:26px!important;
  }

  .hero-copy{
    width:100%!important;
    max-width:100%!important;
    padding-bottom:104px!important;
  }

  .hero-copy .role-state{
    width:100%!important;
    max-width:100%!important;
  }

  .hero-copy h1,
  .role-state[data-role-state="customer"] h1,
  .role-state[data-role-state="executor"] h1{
    width:100%!important;
    max-width:100%!important;
    font-size:clamp(25px,7.15vw,34px)!important;
    line-height:1.09!important;
    letter-spacing:-.04em!important;
    text-wrap:balance!important;
    margin-bottom:14px!important;
  }

  /* Главное: на мобилке больше нет узкой колонки из-за принудительных переносов */
  .hero-copy h1 br{
    display:none!important;
  }

  .hero-balance-line,
  .hero-copy h1 span{
    display:inline!important;
  }

  .gradient-text{
    display:inline!important;
  }

  .role-state[data-role-state="customer"] .lead,
  .role-state[data-role-state="executor"] .lead{
    width:100%!important;
    max-width:100%!important;
    font-size:13.4px!important;
    line-height:1.58!important;
    color:rgba(216,221,235,.78)!important;
  }

  .hero-typebar{
    width:100%!important;
    max-width:100%!important;
    min-height:44px!important;
    margin:8px 0 13px!important;
  }

  .hero-rotator{
    font-size:11.2px!important;
    line-height:1.34!important;
    min-height:18px!important;
    max-height:36px!important;
  }

  .hero-benefits,
  .customer-hero-benefits{
    width:100%!important;
    max-width:100%!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:10px!important;
    margin-top:15px!important;
  }

  .hero-benefits li,
  .customer-hero-benefits li{
    width:100%!important;
    display:grid!important;
    grid-template-columns:40px minmax(0,1fr)!important;
    gap:11px!important;
    align-items:start!important;
    padding:6px 0!important;
  }

  .hero-benefits li i,
  .customer-hero-benefits li i{
    width:40px!important;
    min-width:40px!important;
    height:40px!important;
  }

  .hero-benefits li span,
  .customer-hero-benefits li span{
    display:block!important;
    min-width:0!important;
    font-size:12.45px!important;
    line-height:1.42!important;
    color:rgba(218,224,238,.82)!important;
  }

  .hero-actions{
    width:100%!important;
    gap:10px!important;
    margin-top:17px!important;
  }

  .hero-actions .btn{
    width:100%!important;
    min-width:0!important;
  }

  .proof-line,
  .customer-proof-line{
    width:100%!important;
    max-width:100%!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:8px!important;
    margin-top:14px!important;
  }

  .proof-line span,
  .customer-proof-line span{
    width:100%!important;
    min-height:38px!important;
    justify-content:flex-start!important;
    text-align:left!important;
    white-space:normal!important;
    padding:10px 12px!important;
    border-radius:16px!important;
    font-size:10.4px!important;
    line-height:1.32!important;
  }
}

@media(max-width:390px){
  .hero-copy h1,
  .role-state[data-role-state="customer"] h1,
  .role-state[data-role-state="executor"] h1{
    font-size:clamp(23px,6.9vw,30px)!important;
    line-height:1.1!important;
  }

  .role-state[data-role-state="customer"] .lead,
  .role-state[data-role-state="executor"] .lead{
    font-size:12.9px!important;
  }

  .hero-benefits li span,
  .customer-hero-benefits li span{
    font-size:12px!important;
  }

  .proof-line span,
  .customer-proof-line span{
    font-size:10px!important;
  }
}


/* ===== V47 mobile spacing + manual screenshots gallery ===== */

@media(max-width:720px){
  .hero-copy h1,
  .role-state[data-role-state="customer"] h1,
  .role-state[data-role-state="executor"] h1{
    font-size:clamp(24px,6.75vw,33px)!important;
    line-height:1.12!important;
    letter-spacing:-.03em!important;
    word-spacing:-.02em!important;
    text-wrap:pretty!important;
    margin-bottom:16px!important;
  }
  .hero-copy h1 br{display:none!important;}
  .hero-copy{padding-bottom:96px!important;}
}

.inko-screens-v45{display:none!important;}
.inko-shots-v47 .section-center{margin-bottom:24px!important;}
.inko-shots-desktop{
  position:relative!important;
  display:block!important;
  padding:14px 74px 28px!important;
}
.inko-shots-stage{
  position:relative!important;
  min-height:710px!important;
  overflow:hidden!important;
}
.inko-shot-card{
  position:absolute!important;
  top:50%!important;
  left:50%!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
  cursor:pointer!important;
}
.inko-shot-card img{
  display:block!important;
  width:100%!important;
  height:auto!important;
  border-radius:30px!important;
  border:1px solid rgba(120,145,255,.14)!important;
  box-shadow:0 28px 80px rgba(0,0,0,.35),0 0 0 1px rgba(255,255,255,.03)!important;
  background:transparent!important;
}
.inko-shot-card figcaption,
.inko-shots-mobile-card figcaption{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:10px!important;
  margin-top:12px!important;
  color:rgba(228,233,244,.82)!important;
  font-size:13px!important;
  line-height:1.3!important;
  font-weight:760!important;
}
.inko-shot-card figcaption b,
.inko-shots-mobile-card figcaption b{
  color:rgba(122,178,255,.92)!important;
  font-size:12px!important;
  font-weight:820!important;
}
.inko-shot-card.left{
  transform:translate(calc(-50% - 308px), -50%) scale(.88)!important;
  opacity:.56!important;
  z-index:1!important;
  width:300px!important;
}
.inko-shot-card.center{
  transform:translate(-50%, -50%) scale(1)!important;
  opacity:1!important;
  z-index:3!important;
  width:340px!important;
}
.inko-shot-card.right{
  transform:translate(calc(-50% + 308px), -50%) scale(.88)!important;
  opacity:.56!important;
  z-index:1!important;
  width:300px!important;
}
.inko-shot-card.left figcaption,
.inko-shot-card.right figcaption{opacity:.46!important;}
.inko-shot-card.center figcaption{opacity:.92!important;}
.inko-shots-arrow{
  position:absolute!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  width:56px!important;
  height:56px!important;
  border-radius:50%!important;
  border:1px solid rgba(255,255,255,.08)!important;
  background:rgba(14,18,30,.72)!important;
  color:#eef2ff!important;
  display:grid!important;
  place-items:center!important;
  font-size:34px!important;
  line-height:1!important;
  cursor:pointer!important;
  box-shadow:0 18px 42px rgba(0,0,0,.24)!important;
  z-index:5!important;
}
.inko-shots-arrow.prev{left:0!important;}
.inko-shots-arrow.next{right:0!important;}
.inko-shots-mobile{
  display:none!important;
}
@media(max-width:900px){
  .inko-shots-desktop{padding:8px 56px 20px!important;}
  .inko-shots-stage{min-height:620px!important;}
  .inko-shot-card.left{width:240px!important;transform:translate(calc(-50% - 220px), -50%) scale(.86)!important;}
  .inko-shot-card.center{width:290px!important;}
  .inko-shot-card.right{width:240px!important;transform:translate(calc(-50% + 220px), -50%) scale(.86)!important;}
}
@media(max-width:720px){
  .inko-shots-desktop{display:none!important;}
  .inko-shots-mobile{
    display:flex!important;
    gap:16px!important;
    overflow-x:auto!important;
    padding:6px 0 10px!important;
    scroll-snap-type:x mandatory!important;
    -webkit-overflow-scrolling:touch!important;
    scrollbar-width:none!important;
  }
  .inko-shots-mobile::-webkit-scrollbar{display:none!important;}
  .inko-shots-mobile-card{
    flex:0 0 min(78vw,312px)!important;
    margin:0!important;
    scroll-snap-align:center!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
  }
  .inko-shots-mobile-card img{
    display:block!important;
    width:100%!important;
    height:auto!important;
    border-radius:24px!important;
    border:1px solid rgba(120,145,255,.14)!important;
    box-shadow:0 22px 60px rgba(0,0,0,.32),0 0 0 1px rgba(255,255,255,.03)!important;
    background:transparent!important;
  }
  .inko-shots-mobile-card figcaption{
    font-size:11.5px!important;
    margin-top:10px!important;
  }
  .inko-shots-mobile-card figcaption b{font-size:10.5px!important;}
}


/* ===== V48 FINAL FIX: fixed mobile header + no top gap + smooth desktop screenshots ===== */

/* Mobile header fixed for real. Put this at the very end to override all older sticky/relative rules. */
@media(max-width:720px){
  html{
    scroll-padding-top:74px!important;
  }

  body{
    padding-top:72px!important;
  }

  .header{
    position:fixed!important;
    top:0!important;
    left:0!important;
    right:0!important;
    width:100%!important;
    z-index:999999!important;
    background:rgba(7,8,14,.88)!important;
    backdrop-filter:blur(22px) saturate(1.15)!important;
    -webkit-backdrop-filter:blur(22px) saturate(1.15)!important;
    border-bottom:1px solid rgba(255,255,255,.08)!important;
    box-shadow:0 12px 34px rgba(0,0,0,.26)!important;
  }

  .nav{
    height:72px!important;
    position:relative!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
  }

  .nav .logo{
    position:absolute!important;
    left:50%!important;
    top:50%!important;
    transform:translate(-50%,-50%)!important;
    margin:0!important;
  }

  .nav .logo img{
    width:50px!important;
    height:50px!important;
  }

  .nav .logo span{
    font-size:27px!important;
  }

  .burger{
    position:relative!important;
    z-index:3!important;
  }

  .mobile-menu{
    position:fixed!important;
    top:72px!important;
    left:0!important;
    right:0!important;
    z-index:999998!important;
    background:rgba(7,8,14,.96)!important;
    backdrop-filter:blur(20px)!important;
    -webkit-backdrop-filter:blur(20px)!important;
    padding:12px 22px 18px!important;
    border-bottom:1px solid rgba(255,255,255,.08)!important;
  }

  .hero{
    padding-top:22px!important;
  }

  .hero-copy{
    padding-bottom:120px!important;
  }

  .hero-copy h1,
  .role-state[data-role-state="customer"] h1,
  .role-state[data-role-state="executor"] h1{
    width:100%!important;
    max-width:100%!important;
    font-size:clamp(23px,6.45vw,32px)!important;
    line-height:1.14!important;
    letter-spacing:-.024em!important;
    word-spacing:.02em!important;
    text-wrap:pretty!important;
    margin-bottom:16px!important;
  }

  .hero-copy h1 br{
    display:none!important;
  }

  .gradient-text{
    display:inline!important;
  }

  .lead{
    font-size:13.2px!important;
    line-height:1.62!important;
  }

  .hero-benefits li span,
  .customer-hero-benefits li span{
    font-size:12.2px!important;
    line-height:1.46!important;
  }

  .proof-line span,
  .customer-proof-line span{
    font-size:10.2px!important;
    line-height:1.35!important;
  }

  /* no duplicate primary button in hero, bottom CTA remains */
  .hero-actions .btn-primary{
    display:none!important;
  }
}

/* Desktop screenshots: manual click/arrow with smooth slide animation, no autoplay */
@media(min-width:721px){
  .inko-shots-desktop{
    padding:14px 78px 30px!important;
  }

  .inko-shots-stage{
    min-height:730px!important;
    overflow:hidden!important;
  }

  .inko-shot-card{
    transition:
      transform .72s cubic-bezier(.22,.72,.17,1),
      opacity .54s ease,
      filter .72s cubic-bezier(.22,.72,.17,1)!important;
    will-change:transform, opacity, filter!important;
  }

  .inko-shot-card.left{
    width:302px!important;
    transform:translate(calc(-50% - 318px), -50%) scale(.88)!important;
    opacity:.58!important;
    filter:saturate(.86) brightness(.9)!important;
  }

  .inko-shot-card.center{
    width:348px!important;
    transform:translate(-50%, -50%) scale(1)!important;
    opacity:1!important;
    filter:none!important;
  }

  .inko-shot-card.right{
    width:302px!important;
    transform:translate(calc(-50% + 318px), -50%) scale(.88)!important;
    opacity:.58!important;
    filter:saturate(.86) brightness(.9)!important;
  }

  .inko-shot-card.temp.incoming-right{
    width:302px!important;
    transform:translate(calc(-50% + 650px), -50%) scale(.82)!important;
    opacity:0!important;
    filter:blur(8px)!important;
    z-index:0!important;
  }

  .inko-shot-card.temp.incoming-left{
    width:302px!important;
    transform:translate(calc(-50% - 650px), -50%) scale(.82)!important;
    opacity:0!important;
    filter:blur(8px)!important;
    z-index:0!important;
  }

  .inko-shot-card.to-out-left{
    transform:translate(calc(-50% - 650px), -50%) scale(.82)!important;
    opacity:0!important;
    filter:blur(8px)!important;
    z-index:0!important;
  }

  .inko-shot-card.to-out-right{
    transform:translate(calc(-50% + 650px), -50%) scale(.82)!important;
    opacity:0!important;
    filter:blur(8px)!important;
    z-index:0!important;
  }

  .inko-shot-card.to-left{
    transform:translate(calc(-50% - 318px), -50%) scale(.88)!important;
    opacity:.58!important;
    filter:saturate(.86) brightness(.9)!important;
    z-index:1!important;
  }

  .inko-shot-card.to-center{
    transform:translate(-50%, -50%) scale(1)!important;
    opacity:1!important;
    filter:none!important;
    z-index:3!important;
  }

  .inko-shot-card.to-right{
    transform:translate(calc(-50% + 318px), -50%) scale(.88)!important;
    opacity:.58!important;
    filter:saturate(.86) brightness(.9)!important;
    z-index:1!important;
  }

  .inko-shot-card.animating{
    pointer-events:none!important;
  }
}


/* ===== V49 screenshots final repair: full height, 15-count, infinite manual cycle ===== */
.inko-shots-meta{
  position:absolute!important;
  top:8px!important;
  right:10px!important;
  z-index:6!important;
  pointer-events:none!important;
}
.inko-shots-count{
  display:inline-flex!important;
  align-items:center!important;
  gap:8px!important;
  min-height:34px!important;
  padding:8px 12px!important;
  border-radius:999px!important;
  background:rgba(11,15,28,.72)!important;
  border:1px solid rgba(255,255,255,.08)!important;
  color:rgba(233,239,255,.88)!important;
  font-size:12px!important;
  font-weight:800!important;
  letter-spacing:.06em!important;
  box-shadow:0 10px 30px rgba(0,0,0,.22)!important;
}

@media(min-width:721px){
  .inko-shots-v47 .section-center .sub{max-width:760px!important;margin-left:auto!important;margin-right:auto!important;}
  .inko-shots-desktop{padding:18px 72px 34px!important;}
  .inko-shots-stage{
    min-height:860px!important;
    overflow:hidden!important;
  }
  .inko-shot-card{
    transform-origin:center center!important;
  }
  .inko-shot-card img{
    width:100%!important;
    height:auto!important;
    object-fit:contain!important;
  }
  .inko-shot-card.left{
    width:270px!important;
    transform:translate(calc(-50% - 282px), -50%) scale(.88)!important;
  }
  .inko-shot-card.center{
    width:336px!important;
    transform:translate(-50%, -50%) scale(1)!important;
  }
  .inko-shot-card.right{
    width:270px!important;
    transform:translate(calc(-50% + 282px), -50%) scale(.88)!important;
  }
  .inko-shot-card.temp.incoming-right{
    width:270px!important;
    transform:translate(calc(-50% + 585px), -50%) scale(.82)!important;
  }
  .inko-shot-card.temp.incoming-left{
    width:270px!important;
    transform:translate(calc(-50% - 585px), -50%) scale(.82)!important;
  }
  .inko-shot-card.to-out-left{
    transform:translate(calc(-50% - 585px), -50%) scale(.82)!important;
  }
  .inko-shot-card.to-out-right{
    transform:translate(calc(-50% + 585px), -50%) scale(.82)!important;
  }
  .inko-shot-card.to-left{
    transform:translate(calc(-50% - 282px), -50%) scale(.88)!important;
  }
  .inko-shot-card.to-center{
    transform:translate(-50%, -50%) scale(1)!important;
  }
  .inko-shot-card.to-right{
    transform:translate(calc(-50% + 282px), -50%) scale(.88)!important;
  }
}

@media(min-width:721px) and (max-width:1180px){
  .inko-shots-stage{min-height:790px!important;}
  .inko-shot-card.left{width:238px!important;transform:translate(calc(-50% - 225px), -50%) scale(.88)!important;}
  .inko-shot-card.center{width:298px!important;}
  .inko-shot-card.right{width:238px!important;transform:translate(calc(-50% + 225px), -50%) scale(.88)!important;}
  .inko-shot-card.temp.incoming-right{width:238px!important;transform:translate(calc(-50% + 495px), -50%) scale(.82)!important;}
  .inko-shot-card.temp.incoming-left{width:238px!important;transform:translate(calc(-50% - 495px), -50%) scale(.82)!important;}
  .inko-shot-card.to-out-left{transform:translate(calc(-50% - 495px), -50%) scale(.82)!important;}
  .inko-shot-card.to-out-right{transform:translate(calc(-50% + 495px), -50%) scale(.82)!important;}
  .inko-shot-card.to-left{transform:translate(calc(-50% - 225px), -50%) scale(.88)!important;}
  .inko-shot-card.to-right{transform:translate(calc(-50% + 225px), -50%) scale(.88)!important;}
}

@media(max-width:720px){
  .inko-shots-meta{display:none!important;}
}


/* ===== V50 mobile header unified across main / FAQ / articles ===== */
/* Одинаковая фиксированная шапка на всех мобильных страницах, чтобы логотип не прыгал */
@media(max-width:720px){
  html{
    scroll-padding-top:88px!important;
  }

  body,
  body.subpage{
    padding-top:86px!important;
  }

  .header,
  body.subpage .header{
    position:fixed!important;
    top:0!important;
    left:0!important;
    right:0!important;
    width:100%!important;
    height:86px!important;
    min-height:86px!important;
    max-height:86px!important;
    z-index:999999!important;
    display:block!important;
    background:rgba(7,8,14,.92)!important;
    backdrop-filter:blur(22px) saturate(1.15)!important;
    -webkit-backdrop-filter:blur(22px) saturate(1.15)!important;
    border-bottom:1px solid rgba(255,255,255,.08)!important;
    box-shadow:0 12px 34px rgba(0,0,0,.24)!important;
  }

  .nav,
  body.subpage .nav{
    height:86px!important;
    min-height:86px!important;
    max-height:86px!important;
    padding:0!important;
    margin:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    position:relative!important;
  }

  .nav .logo,
  body.subpage .nav .logo,
  .logo{
    position:absolute!important;
    left:50%!important;
    top:50%!important;
    transform:translate(-50%,-50%)!important;
    margin:0!important;
    padding:0!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:10px!important;
    height:58px!important;
    line-height:1!important;
    z-index:2!important;
  }

  .nav .logo img,
  body.subpage .nav .logo img,
  .logo img{
    width:52px!important;
    height:52px!important;
    min-width:52px!important;
    max-width:52px!important;
    min-height:52px!important;
    max-height:52px!important;
    object-fit:contain!important;
    display:block!important;
  }

  .nav .logo span,
  body.subpage .nav .logo span,
  .logo span{
    font-size:28px!important;
    line-height:1!important;
    letter-spacing:-.03em!important;
    display:block!important;
  }

  .burger,
  body.subpage .burger{
    position:relative!important;
    z-index:3!important;
    width:44px!important;
    height:44px!important;
    min-width:44px!important;
    min-height:44px!important;
    max-width:44px!important;
    max-height:44px!important;
    margin-left:auto!important;
    display:grid!important;
    place-items:center!important;
    border-radius:16px!important;
  }

  .mobile-menu,
  body.subpage .mobile-menu{
    position:fixed!important;
    top:86px!important;
    left:0!important;
    right:0!important;
    z-index:999998!important;
    background:rgba(7,8,14,.96)!important;
    backdrop-filter:blur(20px)!important;
    -webkit-backdrop-filter:blur(20px)!important;
    padding:12px 22px 18px!important;
    border-bottom:1px solid rgba(255,255,255,.08)!important;
    box-shadow:0 18px 46px rgba(0,0,0,.28)!important;
  }

  /* На внутренних страницах не показываем тумблер в шапке */
  body.subpage .page-role-toggle,
  body.subpage .nav .nav-role-toggle,
  body.subpage .hero-mobile-switch-wrap{
    display:none!important;
  }

  /* Заголовок внутренних страниц не должен залезать под фиксированную шапку */
  .sub-hero,
  body.subpage .sub-hero,
  .article-hero,
  body.subpage .article-hero{
    padding-top:34px!important;
  }

  body.subpage main{
    padding-top:0!important;
  }
}

/* Маленькие экраны */
@media(max-width:390px){
  .header,
  body.subpage .header,
  .nav,
  body.subpage .nav{
    height:82px!important;
    min-height:82px!important;
    max-height:82px!important;
  }

  body,
  body.subpage{
    padding-top:82px!important;
  }

  .mobile-menu,
  body.subpage .mobile-menu{
    top:82px!important;
  }

  .nav .logo img,
  body.subpage .nav .logo img,
  .logo img{
    width:48px!important;
    height:48px!important;
    min-width:48px!important;
    max-width:48px!important;
    min-height:48px!important;
    max-height:48px!important;
  }

  .nav .logo span,
  body.subpage .nav .logo span,
  .logo span{
    font-size:26px!important;
  }
}


/* ===== V51 hero phone status bar: LTE + Telegram badge ===== */
.ios-status{
  align-items:center!important;
  padding-top:10px!important;
}
.ios-right{
  display:inline-flex!important;
  align-items:center!important;
  gap:6px!important;
}
.tg-pill{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:5px!important;
  min-height:22px!important;
  padding:5px 10px!important;
  font-size:10.5px!important;
  font-weight:900!important;
  letter-spacing:.02em!important;
  line-height:1!important;
  box-shadow:0 8px 22px rgba(33,140,255,.24)!important;
}
.tg-pill-svg{
  width:10px!important;
  height:10px!important;
  display:block!important;
  flex:0 0 auto!important;
}
.ios-lte{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-size:10px!important;
  font-weight:900!important;
  letter-spacing:.02em!important;
  color:rgba(255,255,255,.96)!important;
  line-height:1!important;
  transform:translateY(.2px)!important;
}
.ios-battery{
  margin-left:0!important;
}

@media(max-width:720px){
  .ios-status{
    padding-top:8px!important;
  }
  .tg-pill{
    min-height:20px!important;
    padding:4px 9px!important;
    font-size:9.4px!important;
    gap:4px!important;
  }
  .tg-pill-svg{
    width:9px!important;
    height:9px!important;
  }
  .ios-lte{
    font-size:9px!important;
  }
}


/* ===== V52: desktop hero reduced ~15% ===== */
@media (min-width: 721px){
  .hero{padding:50px 0 28px !important;}
  .hero-grid{grid-template-columns:minmax(0,1fr) minmax(320px,.82fr) !important; gap:38px !important; align-items:center !important;}
  .hero-copy{max-width:585px !important; padding-top:0 !important;}
  .hero-copy:before{width:210px !important; height:210px !important; left:-20px !important; top:66px !important; opacity:.7 !important;}
  .hero-copy h1{font-size:clamp(35px,4.7vw,64px) !important; line-height:1.01 !important; letter-spacing:-.068em !important; max-width:600px !important; margin:0 0 10px !important;}
  .hero-typebar{margin:6px 0 10px !important; gap:10px !important;}
  .hero-type-label{height:28px !important; padding:0 11px !important; font-size:10px !important;}
  .hero-rotator{font-size:12.5px !important; min-height:20px !important; max-height:20px !important; line-height:20px !important;}
  .lead{font-size:16px !important; line-height:1.48 !important;}
  .hero-copy .subpoints{margin:14px 0 0 !important; gap:10px !important;}
  .hero-benefits li span,.hero-copy .subpoints li{font-size:14px !important; line-height:1.35 !important;}
  .hero-actions{margin:18px 0 0 !important; gap:12px !important;}
  .hero-actions .btn{min-height:52px !important; font-size:14px !important; padding:0 22px !important; border-radius:18px !important;}
  .hero-actions .btn.btn-primary{min-width:214px !important; padding:0 24px !important; font-size:15px !important;}
  .hero-actions .btn.btn-ghost{min-width:198px !important;}
  .proof-line{margin-top:12px !important; gap:7px !important;}
  .proof-line span{font-size:11px !important; padding:6px 9px !important;}
  .phone-demo{max-width:360px !important; margin:0 auto !important; padding-bottom:82px !important;}
  .iphone-frame{width:min(100%,318px) !important; border-radius:39px !important;}
  .iphone-frame:before{width:94px !important; height:23px !important; top:14px !important;}
}


/* ===== V53 executor page: custom path and task types ===== */
.executor-flow-steps .flow-card h3{letter-spacing:-.03em!important;}
.executor-tasks-section .section-center{margin-bottom:24px!important;}
.executor-task-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important;}
.executor-task-grid .finder-card{min-height:210px!important;}
@media(max-width:1040px){.executor-task-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}}
@media(max-width:720px){.executor-task-grid{grid-template-columns:1fr!important;gap:12px!important;}.executor-task-grid .finder-card{min-height:auto!important;}}


/* ===== V54: compact main hero + visible executor page fix ===== */

/* Main page: first block less massive */
@media(min-width:721px){
  .hero{
    padding:44px 0 24px!important;
  }

  .hero-grid{
    grid-template-columns:minmax(0,.96fr) minmax(300px,.82fr)!important;
    gap:34px!important;
  }

  .hero-copy{
    max-width:560px!important;
    padding-top:0!important;
  }

  .hero-copy h1{
    font-size:clamp(32px,4.25vw,56px)!important;
    line-height:1.04!important;
    letter-spacing:-.058em!important;
    max-width:570px!important;
    margin-bottom:10px!important;
  }

  .lead{
    font-size:15px!important;
    line-height:1.5!important;
    max-width:560px!important;
  }

  .hero-typebar{
    margin:5px 0 9px!important;
    min-height:28px!important;
  }

  .hero-type-label{
    height:27px!important;
    padding:0 10px!important;
    font-size:9.7px!important;
  }

  .hero-rotator{
    font-size:12px!important;
    line-height:19px!important;
    min-height:19px!important;
    max-height:19px!important;
  }

  .hero-copy .subpoints{
    margin-top:13px!important;
    gap:8px!important;
  }

  .hero-copy .subpoints li,
  .hero-benefits li span,
  .customer-hero-benefits li span{
    font-size:13px!important;
    line-height:1.35!important;
  }

  .hero-ico{
    width:36px!important;
    height:36px!important;
    min-width:36px!important;
  }

  .hero-actions{
    margin-top:16px!important;
    gap:10px!important;
  }

  .hero-actions .btn{
    min-height:48px!important;
    font-size:13.5px!important;
    border-radius:17px!important;
    padding:0 20px!important;
  }

  .hero-actions .btn.btn-primary{
    min-width:196px!important;
    font-size:14.5px!important;
    padding:0 22px!important;
  }

  .hero-actions .btn.btn-ghost{
    min-width:188px!important;
  }

  .proof-line{
    margin-top:11px!important;
    gap:7px!important;
  }

  .proof-line span{
    font-size:10.5px!important;
    padding:6px 9px!important;
  }

  .phone-demo{
    max-width:338px!important;
  }

  .iphone-frame{
    width:min(100%,304px)!important;
  }
}

/* Mobile: headings not huge */
@media(max-width:720px){
  .hero-copy h1,
  .role-state[data-role-state="customer"] h1,
  .role-state[data-role-state="executor"] h1{
    font-size:clamp(22px,6.1vw,30px)!important;
    line-height:1.16!important;
    letter-spacing:-.024em!important;
  }

  .lead{
    font-size:12.8px!important;
    line-height:1.58!important;
  }

  .hero-benefits li span,
  .customer-hero-benefits li span{
    font-size:11.8px!important;
  }
}

/* Executor page: make it visually different from customer page */
body.subpage .executor-flow-steps .flow-card h3{
  color:#f5f7ff!important;
}

body.subpage .executor-tasks-section .section-center .eyebrow{
  color:#b99cff!important;
}

body.subpage .executor-task-grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:14px!important;
}

@media(max-width:1040px){
  body.subpage .executor-task-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}

@media(max-width:720px){
  body.subpage .executor-task-grid{
    grid-template-columns:1fr!important;
  }

  body.subpage .sub-copy h1{
    font-size:clamp(27px,7.4vw,38px)!important;
    line-height:1.08!important;
  }

  body.subpage .sub-copy .lead{
    font-size:14px!important;
    line-height:1.56!important;
  }
}


/* ===== V55: main toggle changes lower sections too ===== */
.home-role-block,
.home-role-grid,
.home-role-brief{
  display:none!important;
}

.home-role-block.active{
  display:block!important;
}

.home-role-grid.active{
  display:grid!important;
}

.home-role-brief.active{
  display:grid!important;
}

/* Make executor variant feel different on the main page */
body.role-executor #how .eyebrow,
body.role-executor #competencies .eyebrow{
  color:#c9b0ff!important;
}

body.role-executor .finder-wrap.home-role-grid.active{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
}

@media(max-width:1040px){
  body.role-executor .finder-wrap.home-role-grid.active{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}

@media(max-width:720px){
  body.role-executor .finder-wrap.home-role-grid.active{
    grid-template-columns:1fr!important;
  }
}

/* Main desktop hero still compact */
@media(min-width:721px){
  .hero-copy h1{
    font-size:clamp(31px,4.05vw,54px)!important;
    line-height:1.05!important;
    max-width:560px!important;
  }
  .hero-copy{
    max-width:550px!important;
  }
  .lead{
    font-size:14.5px!important;
    line-height:1.5!important;
  }
}

@media(max-width:720px){
  .hero-copy h1,
  .role-state[data-role-state="customer"] h1,
  .role-state[data-role-state="executor"] h1{
    font-size:clamp(21px,5.9vw,29px)!important;
    line-height:1.17!important;
  }
}


/* ===== V56 fix: hero phone top bar shows TELEGRAM pill, no black oval ===== */
.phone-demo .iphone-frame::before{content:none !important;display:none !important;}
.phone-demo .iphone-frame{padding-top:8px !important;}
.phone-demo .ios-status{
  height:auto !important;
  min-height:28px !important;
  display:grid !important;
  grid-template-columns:1fr auto 1fr !important;
  align-items:center !important;
  padding:8px 14px 10px !important;
  font-size:11px !important;
  color:#f3f6ff !important;
}
.phone-demo .ios-time{
  display:block !important;
  text-align:left !important;
  font-weight:800 !important;
  letter-spacing:.01em !important;
}
.phone-demo .tg-pill{
  position:static !important;
  left:auto !important;
  top:auto !important;
  transform:none !important;
  width:auto !important;
  height:auto !important;
  min-height:22px !important;
  padding:5px 10px !important;
  border-radius:999px !important;
  background:#1c93ff !important;
  color:#fff !important;
  font-size:10px !important;
  font-weight:900 !important;
  letter-spacing:.06em !important;
  line-height:1 !important;
  border:1px solid rgba(255,255,255,.16) !important;
  box-shadow:0 10px 24px rgba(28,147,255,.28) !important;
  justify-self:center !important;
}
.phone-demo .tg-pill span{
  color:#fff !important;
  font-size:10px !important;
  font-weight:900 !important;
  letter-spacing:.06em !important;
}
.phone-demo .tg-pill-svg{
  width:10px !important;
  height:10px !important;
  display:block !important;
  color:#fff !important;
}
.phone-demo .ios-right{
  justify-self:end !important;
  display:inline-flex !important;
  align-items:center !important;
  gap:6px !important;
  text-align:right !important;
  opacity:1 !important;
}
.phone-demo .ios-cell{display:inline-flex !important;align-items:flex-end !important;gap:2px !important;}
.phone-demo .ios-cell i{display:block !important;width:3px !important;border-radius:2px !important;background:#fff !important;opacity:.96 !important;}
.phone-demo .ios-cell i:nth-child(1){height:5px !important;}
.phone-demo .ios-cell i:nth-child(2){height:7px !important;}
.phone-demo .ios-cell i:nth-child(3){height:9px !important;}
.phone-demo .ios-cell i:nth-child(4){height:11px !important;}
.phone-demo .ios-lte{font-size:10px !important;font-weight:900 !important;color:#fff !important;letter-spacing:.02em !important;}
.phone-demo .ios-battery{width:18px !important;height:9px !important;border:1.6px solid rgba(255,255,255,.96) !important;border-radius:3px !important;position:relative !important;display:inline-block !important;}
.phone-demo .ios-battery::after{content:"" !important;position:absolute !important;right:-3px !important;top:2px !important;width:2px !important;height:5px !important;border-radius:0 2px 2px 0 !important;background:rgba(255,255,255,.96) !important;}
.phone-demo .ios-battery .fill{position:absolute !important;left:1px !important;top:1px !important;bottom:1px !important;width:70% !important;border-radius:1.5px !important;background:#fff !important;}

@media(max-width:720px){
  .phone-demo .ios-status{padding:7px 12px 9px !important;font-size:10px !important;}
  .phone-demo .tg-pill{min-height:20px !important;padding:4px 9px !important;font-size:9px !important;}
  .phone-demo .tg-pill span{font-size:9px !important;}
  .phone-demo .tg-pill-svg{width:9px !important;height:9px !important;}
  .phone-demo .ios-lte{font-size:9px !important;}
}


/* ===== V57 FINAL COMPREHENSIVE OVERRIDES ===== */
/* Phone topbar: show Telegram pill, remove black notch/oval everywhere */
.iphone-frame::before{content:none !important;display:none !important;}
.iphone-frame{padding-top:8px !important;}
.ios-status{height:auto !important;min-height:28px !important;display:grid !important;grid-template-columns:1fr auto 1fr !important;align-items:center !important;padding:8px 14px 10px !important;font-size:11px !important;color:#f3f6ff !important;}
.ios-time{display:block !important;text-align:left !important;font-weight:800 !important;letter-spacing:.01em !important;}
.tg-pill{position:static !important;left:auto !important;top:auto !important;transform:none !important;width:auto !important;height:auto !important;min-height:22px !important;padding:5px 10px !important;border-radius:999px !important;background:#1c93ff !important;color:#fff !important;font-size:10px !important;font-weight:900 !important;letter-spacing:.06em !important;line-height:1 !important;border:1px solid rgba(255,255,255,.16) !important;box-shadow:0 10px 24px rgba(28,147,255,.28) !important;justify-self:center !important;}
.tg-pill span{color:#fff !important;font-size:10px !important;font-weight:900 !important;letter-spacing:.06em !important;}
.tg-pill-svg{width:10px !important;height:10px !important;display:block !important;color:#fff !important;}
.ios-right{justify-self:end !important;display:inline-flex !important;align-items:center !important;gap:6px !important;text-align:right !important;opacity:1 !important;}
.ios-cell{display:inline-flex !important;align-items:flex-end !important;gap:2px !important;}
.ios-cell i{display:block !important;width:3px !important;border-radius:2px !important;background:#fff !important;opacity:.96 !important;}
.ios-cell i:nth-child(1){height:5px !important;}.ios-cell i:nth-child(2){height:7px !important;}.ios-cell i:nth-child(3){height:9px !important;}.ios-cell i:nth-child(4){height:11px !important;}
.ios-lte{font-size:10px !important;font-weight:900 !important;color:#fff !important;letter-spacing:.02em !important;}
.ios-battery{width:18px !important;height:9px !important;border:1.6px solid rgba(255,255,255,.96) !important;border-radius:3px !important;position:relative !important;display:inline-block !important;}
.ios-battery::after{content:"" !important;position:absolute !important;right:-3px !important;top:2px !important;width:2px !important;height:5px !important;border-radius:0 2px 2px 0 !important;background:rgba(255,255,255,.96) !important;}
.ios-battery .fill{position:absolute !important;left:1px !important;top:1px !important;bottom:1px !important;width:70% !important;border-radius:1.5px !important;background:#fff !important;}

/* Main desktop hero first block: reduce massiveness by ~15% */
@media(min-width:1181px){
  .hero-copy{max-width:600px !important;}
  .hero-copy h1,
  .role-state[data-role-state="customer"] h1,
  .role-state[data-role-state="executor"] h1{font-size:clamp(34px,3.8vw,51px) !important;line-height:1.08 !important;letter-spacing:-.028em !important;max-width:560px !important;margin:0 0 12px !important;}
  .hero-typebar{max-width:520px !important;}
  .lead{max-width:560px !important;font-size:16px !important;line-height:1.55 !important;}
  .hero-benefits{max-width:560px !important;gap:12px !important;margin-top:14px !important;}
  .hero-benefits li span{font-size:14px !important;line-height:1.4 !important;}
  .hero-actions{margin-top:18px !important;}
  .proof-line{margin-top:12px !important;max-width:560px !important;}
}

/* Mobile phone header / pill sizing */
@media(max-width:720px){
  .ios-status{padding:7px 12px 9px !important;font-size:10px !important;}
  .tg-pill{min-height:20px !important;padding:4px 9px !important;font-size:9px !important;}
  .tg-pill span{font-size:9px !important;}
  .tg-pill-svg{width:9px !important;height:9px !important;}
  .ios-lte{font-size:9px !important;}
}


/* ===== v60 hero cleanup: aligned benefits, no repeated role label, more natural phone ===== */
.hero-typebar-clean{
  display:flex !important;
  align-items:center !important;
  min-height:52px !important;
  padding:0 16px !important;
}
.hero-typebar-clean .hero-type-label{
  display:none !important;
}
.hero-typebar-clean .hero-rotator{
  width:100% !important;
}

/* Align benefit rows so they do not jump */
.hero-benefits,
.customer-hero-benefits{
  display:grid !important;
  gap:14px !important;
  align-items:stretch !important;
  margin-top:16px !important;
}
.customer-hero-benefits{
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  max-width:720px !important;
}
.role-state[data-role-state="executor"] .hero-benefits{
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  max-width:860px !important;
}
.hero-benefits li,
.customer-hero-benefits li{
  display:grid !important;
  grid-template-columns:44px minmax(0,1fr) !important;
  align-items:flex-start !important;
  gap:12px !important;
  min-height:74px !important;
  margin:0 !important;
  padding:6px 0 !important;
}
.hero-benefits li i.hero-ico,
.customer-hero-benefits li i.hero-ico{
  width:44px !important;
  height:44px !important;
  min-width:44px !important;
  margin-top:1px !important;
}
.hero-benefits li span,
.customer-hero-benefits li span{
  display:block !important;
  font-size:14px !important;
  line-height:1.42 !important;
}
.hero-benefits li span b,
.customer-hero-benefits li span b{
  display:inline !important;
}

/* Make phone a little wider and more natural on desktop */
.phone-demo{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
}
.iphone-frame{
  width:min(100%,356px) !important;
  border-radius:46px !important;
  padding:10px !important;
  background:linear-gradient(180deg, rgba(40,44,60,.92) 0%, rgba(16,18,27,.98) 100%) !important;
  box-shadow:
    0 0 0 1px rgba(255,255,255,.10) inset,
    inset 0 1px 0 rgba(255,255,255,.18),
    inset 0 -1px 0 rgba(255,255,255,.04),
    0 38px 90px rgba(0,0,0,.62),
    0 0 42px rgba(73,195,255,.24),
    0 0 76px rgba(103,92,255,.18) !important;
}
.app-window{
  height:644px !important;
  border-radius:36px !important;
}
.app-content{
  height:558px !important;
}
.ios-status{
  padding-left:18px !important;
  padding-right:18px !important;
}

@media (max-width: 1180px){
  .role-state[data-role-state="executor"] .hero-benefits{
    grid-template-columns:1fr !important;
    max-width:560px !important;
  }
}

@media (max-width: 720px){
  .hero-typebar-clean{
    min-height:42px !important;
    padding:9px 13px !important;
  }
  .customer-hero-benefits,
  .role-state[data-role-state="executor"] .hero-benefits,
  .hero-benefits{
    grid-template-columns:1fr !important;
    max-width:none !important;
    gap:10px !important;
  }
  .hero-benefits li,
  .customer-hero-benefits li{
    grid-template-columns:38px minmax(0,1fr) !important;
    min-height:0 !important;
    gap:10px !important;
  }
  .hero-benefits li i.hero-ico,
  .customer-hero-benefits li i.hero-ico{
    width:38px !important;
    height:38px !important;
    min-width:38px !important;
  }
  .hero-benefits li span,
  .customer-hero-benefits li span{
    font-size:12.8px !important;
    line-height:1.4 !important;
  }
  .iphone-frame{
    width:min(100%,320px) !important;
    border-radius:36px !important;
    padding:8px !important;
  }
  .app-window{
    height:566px !important;
    border-radius:29px !important;
  }
  .app-content{
    height:480px !important;
  }
}


/* ===== v61 hero polish ===== */
:root{
  --hero-phone-w: 430px;
  --hero-phone-frame-w: 402px;
}

/* hero title: keep compact, improve readability and spacing */
.hero-copy h1{
  font-size:clamp(35px,4.7vw,64px)!important;
  line-height:1.02!important;
  letter-spacing:-.042em!important;
  word-spacing:0!important;
  text-wrap:balance!important;
  max-width:610px!important;
  margin:0 0 12px!important;
}
.hero-copy h1 .gradient-text{
  letter-spacing:inherit!important;
}

/* typing bar: restore icon feel, remove visual clutter */
.hero-typebar.hero-typebar-clean{
  min-height:48px!important;
  height:48px!important;
  padding:0 16px!important;
  border-radius:14px!important;
  display:flex!important;
  align-items:center!important;
}
.hero-typebar.hero-typebar-clean .hero-type-label{display:none!important;}
.hero-typebar.hero-typebar-clean .hero-rotator{
  position:relative!important;
  width:100%!important;
  padding-left:22px!important;
  min-height:22px!important;
  height:22px!important;
  line-height:22px!important;
  font-size:13.6px!important;
  letter-spacing:0!important;
  word-spacing:0!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:clip!important;
}
.hero-typebar.hero-typebar-clean .hero-rotator::before{
  content:"✨";
  position:absolute!important;
  left:0!important;
  top:50%!important;
  transform:translateY(-52%)!important;
  font-size:12px!important;
  line-height:1!important;
  opacity:.95!important;
}

/* benefits: beautiful, separated, one row for customer */
.customer-hero-benefits,
.hero-benefits{
  margin-top:16px!important;
  gap:12px!important;
}
.customer-hero-benefits{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  max-width:720px!important;
}
.role-state[data-role-state="executor"] .hero-benefits{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  max-width:860px!important;
}
.customer-hero-benefits li,
.role-state[data-role-state="executor"] .hero-benefits li{
  margin:0!important;
  padding:14px 14px!important;
  min-height:78px!important;
  border:1px solid rgba(133,160,255,.12)!important;
  border-radius:18px!important;
  background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.02))!important;
  box-shadow:0 10px 30px rgba(0,0,0,.14), inset 0 1px 0 rgba(255,255,255,.04)!important;
  display:grid!important;
  grid-template-columns:40px minmax(0,1fr)!important;
  gap:12px!important;
  align-items:flex-start!important;
}
.customer-hero-benefits li .hero-ico,
.role-state[data-role-state="executor"] .hero-benefits li .hero-ico{
  width:40px!important;
  height:40px!important;
  min-width:40px!important;
  margin:0!important;
}
.customer-hero-benefits li span,
.role-state[data-role-state="executor"] .hero-benefits li span{
  display:block!important;
  font-size:13.6px!important;
  line-height:1.42!important;
  letter-spacing:0!important;
  word-spacing:0!important;
}
.customer-hero-benefits li span b,
.role-state[data-role-state="executor"] .hero-benefits li span b{
  font-weight:800!important;
}

/* phone: make naturally wider from the start, without hover growth */
.hero-grid{
  grid-template-columns:minmax(0,1fr) var(--hero-phone-w)!important;
  gap:34px!important;
  align-items:center!important;
}
.phone-demo,
.phone-demo:hover{
  width:100%!important;
  max-width:var(--hero-phone-w)!important;
  min-width:var(--hero-phone-w)!important;
  transform:none!important;
}
.iphone-frame,
.phone-demo:hover .iphone-frame{
  width:min(100%,var(--hero-phone-frame-w))!important;
  max-width:var(--hero-phone-frame-w)!important;
  border-radius:48px!important;
  padding:10px!important;
  transform:none!important;
}
.app-window,
.phone-demo:hover .app-window{
  height:648px!important;
  border-radius:38px!important;
  transform:none!important;
}
.app-content{height:592px!important;}

/* hard stop any hover widening */
@media (hover:hover){
  .phone-demo:hover,
  .phone-demo:hover .iphone-frame,
  .phone-demo:hover .app-window{
    width:auto!important;
    max-width:unset!important;
    transform:none!important;
  }
  .phone-demo:hover{max-width:var(--hero-phone-w)!important;}
  .phone-demo:hover .iphone-frame{max-width:var(--hero-phone-frame-w)!important;width:min(100%,var(--hero-phone-frame-w))!important;}
}

@media (max-width:1180px){
  :root{--hero-phone-w: 100%; --hero-phone-frame-w: 360px;}
  .hero-grid{grid-template-columns:1fr!important;gap:24px!important;}
  .role-state[data-role-state="executor"] .hero-benefits,
  .customer-hero-benefits{max-width:none!important;}
}

@media (max-width:720px){
  .hero-copy h1{
    font-size:clamp(28px,8.3vw,38px)!important;
    line-height:1.05!important;
    letter-spacing:-.02em!important;
    max-width:none!important;
  }
  .hero-typebar.hero-typebar-clean{
    min-height:44px!important;
    height:auto!important;
    padding:10px 13px!important;
  }
  .hero-typebar.hero-typebar-clean .hero-rotator{
    font-size:11.6px!important;
    line-height:1.34!important;
    min-height:16px!important;
    height:auto!important;
    white-space:normal!important;
    padding-left:18px!important;
  }
  .hero-typebar.hero-typebar-clean .hero-rotator::before{font-size:11px!important;top:.62em!important;transform:none!important;}
  .customer-hero-benefits,
  .role-state[data-role-state="executor"] .hero-benefits{
    grid-template-columns:1fr!important;
    gap:10px!important;
  }
  .customer-hero-benefits li,
  .role-state[data-role-state="executor"] .hero-benefits li{
    min-height:0!important;
    padding:12px 12px!important;
    grid-template-columns:38px minmax(0,1fr)!important;
    gap:10px!important;
    border-radius:16px!important;
  }
  .customer-hero-benefits li .hero-ico,
  .role-state[data-role-state="executor"] .hero-benefits li .hero-ico{
    width:38px!important;height:38px!important;min-width:38px!important;
  }
  .customer-hero-benefits li span,
  .role-state[data-role-state="executor"] .hero-benefits li span{
    font-size:12.6px!important;
    line-height:1.42!important;
  }
  .phone-demo,.phone-demo:hover{min-width:0!important;max-width:100%!important;}
  .iphone-frame,.phone-demo:hover .iphone-frame{width:min(100%,330px)!important;max-width:330px!important;border-radius:36px!important;padding:8px!important;}
  .app-window,.phone-demo:hover .app-window{height:585px!important;border-radius:30px!important;}
  .app-content{height:527px!important;}
}


/* ===== v62 requested polish ===== */
:root{
  --hero-phone-w:366px;            /* ~15% narrower */
  --hero-phone-frame-w:342px;      /* ~15% narrower */
}

/* customer benefits: two separate items in one row, each text in one line */
.customer-hero-benefits{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  max-width:690px!important;
  gap:12px!important;
}
.customer-hero-benefits li{
  grid-template-columns:38px minmax(0,1fr)!important;
  min-height:70px!important;
  padding:12px 14px!important;
  align-items:center!important;
}
.customer-hero-benefits li .hero-ico{
  width:38px!important;
  height:38px!important;
  min-width:38px!important;
}
.customer-hero-benefits li span{
  font-size:12.2px!important;
  line-height:1.15!important;
  white-space:nowrap!important;
  letter-spacing:0!important;
  word-spacing:0!important;
}

/* hero phone: narrower by default, no hover growth */
.hero-grid{grid-template-columns:minmax(0,1fr) var(--hero-phone-w)!important;}
.phone-demo,
.phone-demo:hover{
  max-width:var(--hero-phone-w)!important;
  min-width:var(--hero-phone-w)!important;
}
.iphone-frame,
.phone-demo:hover .iphone-frame{
  width:min(100%,var(--hero-phone-frame-w))!important;
  max-width:var(--hero-phone-frame-w)!important;
}
.app-window,
.phone-demo:hover .app-window{height:551px!important;}
.app-content{height:503px!important;}

@media (max-width:1180px){
  :root{--hero-phone-w:100%;--hero-phone-frame-w:330px;}
}

/* mobile: phone smaller by 20% */
@media (max-width:720px){
  .customer-hero-benefits{grid-template-columns:1fr!important;max-width:none!important;}
  .customer-hero-benefits li{
    grid-template-columns:38px minmax(0,1fr)!important;
    min-height:0!important;
    padding:12px!important;
  }
  .customer-hero-benefits li span{
    white-space:normal!important;
    font-size:12.4px!important;
    line-height:1.35!important;
  }
  .phone-demo,.phone-demo:hover{min-width:0!important;max-width:100%!important;}
  .iphone-frame,.phone-demo:hover .iphone-frame{
    width:min(100%,264px)!important;
    max-width:264px!important;
    border-radius:34px!important;
    padding:7px!important;
  }
  .app-window,.phone-demo:hover .app-window{
    height:468px!important;
    border-radius:28px!important;
  }
  .app-content{height:422px!important;}
}


/* ===== v63 hero phone fit + proof row cleanup ===== */
:root{
  --hero-phone-w:366px;
  --hero-phone-frame-w:342px;
  --hero-phone-window-h:590px;   /* ~7% taller to fit full animation */
  --hero-phone-content-h:542px;
}

/* keep customer benefits clean, no overlapping copy */
.customer-hero-benefits{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:14px!important;
  max-width:760px!important;
  margin-top:18px!important;
}
.customer-hero-benefits li{
  display:grid!important;
  grid-template-columns:42px minmax(0,1fr)!important;
  align-items:flex-start!important;
  gap:12px!important;
  min-height:0!important;
  padding:8px 0!important;
}
.customer-hero-benefits li .hero-ico{
  width:42px!important;
  height:42px!important;
  min-width:42px!important;
}
.customer-hero-benefits li span{
  display:block!important;
  white-space:normal!important;
  overflow-wrap:anywhere!important;
  word-break:normal!important;
  font-size:13.4px!important;
  line-height:1.4!important;
  letter-spacing:0!important;
}
.customer-hero-benefits li span b{display:inline!important;margin-right:2px!important;}

/* desktop proof pills in one row with leading dots */
.customer-proof-line{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:10px!important;
  max-width:760px!important;
  margin-top:16px!important;
}
.customer-proof-line span{
  width:100%!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  text-align:left!important;
  min-height:36px!important;
  padding:0 14px!important;
  font-size:11px!important;
  line-height:1.25!important;
  border-radius:999px!important;
  background:rgba(9,12,20,.62)!important;
  border:1px solid rgba(255,255,255,.08)!important;
  color:rgba(223,229,241,.78)!important;
}
.customer-proof-line span::before{
  content:""!important;
  display:inline-block!important;
  width:9px!important;
  height:9px!important;
  min-width:9px!important;
  border-radius:50%!important;
  margin-right:10px!important;
  background:radial-gradient(circle at 35% 35%,#b790ff 0,#8a6fff 45%,#5db6ff 100%)!important;
  box-shadow:0 0 0 4px rgba(91,111,255,.08),0 0 14px rgba(111,143,255,.18)!important;
}

/* phone should be taller so full animated scene fits */
.hero-grid{grid-template-columns:minmax(0,1fr) var(--hero-phone-w)!important;}
.phone-demo,
.phone-demo:hover{
  max-width:var(--hero-phone-w)!important;
  min-width:var(--hero-phone-w)!important;
}
.iphone-frame,
.phone-demo:hover .iphone-frame{
  width:min(100%,var(--hero-phone-frame-w))!important;
  max-width:var(--hero-phone-frame-w)!important;
}
.app-window,
.phone-demo:hover .app-window{
  height:var(--hero-phone-window-h)!important;
}
.app-content{
  height:var(--hero-phone-content-h)!important;
}

@media (max-width:1180px){
  :root{
    --hero-phone-w:100%;
    --hero-phone-frame-w:342px;
    --hero-phone-window-h:590px;
    --hero-phone-content-h:542px;
  }
}

/* mobile phone also taller and slightly smaller overall */
@media (max-width:720px){
  .customer-hero-benefits{grid-template-columns:1fr!important;gap:10px!important;max-width:none!important;}
  .customer-hero-benefits li{grid-template-columns:38px minmax(0,1fr)!important;gap:10px!important;padding:4px 0!important;}
  .customer-hero-benefits li .hero-ico{width:38px!important;height:38px!important;min-width:38px!important;}
  .customer-hero-benefits li span{font-size:12.6px!important;line-height:1.38!important;}

  .customer-proof-line{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:8px!important;
    max-width:none!important;
    margin-top:14px!important;
  }
  .customer-proof-line span{
    min-height:34px!important;
    padding:0 10px!important;
    font-size:9.4px!important;
    line-height:1.18!important;
    border-radius:16px!important;
  }
  .customer-proof-line span::before{
    width:8px!important;height:8px!important;min-width:8px!important;margin-right:8px!important;
  }

  .phone-demo,.phone-demo:hover{max-width:100%!important;min-width:0!important;}
  .iphone-frame,.phone-demo:hover .iphone-frame{
    width:min(100%,264px)!important;
    max-width:264px!important;
    padding:7px!important;
    border-radius:34px!important;
  }
  .app-window,.phone-demo:hover .app-window{
    height:501px!important;
    border-radius:28px!important;
  }
  .app-content{height:452px!important;}
}


/* ===== v64 SEO / legal cookie banner ===== */
.cookie-banner{
  position:fixed!important;
  left:18px!important;
  right:18px!important;
  bottom:18px!important;
  z-index:1000000!important;
  display:flex!important;
  justify-content:center!important;
  pointer-events:none!important;
}
.cookie-card{
  width:min(100%,980px)!important;
  display:grid!important;
  grid-template-columns:1fr auto!important;
  gap:18px!important;
  align-items:center!important;
  padding:18px!important;
  border-radius:24px!important;
  background:rgba(8,10,18,.92)!important;
  border:1px solid rgba(255,255,255,.12)!important;
  box-shadow:0 30px 90px rgba(0,0,0,.48), inset 0 1px 0 rgba(255,255,255,.05)!important;
  backdrop-filter:blur(24px) saturate(1.15)!important;
  -webkit-backdrop-filter:blur(24px) saturate(1.15)!important;
  pointer-events:auto!important;
}
.cookie-text b{display:block!important;color:#fff!important;font-size:16px!important;margin-bottom:6px!important;}
.cookie-text p{margin:0!important;color:rgba(222,228,240,.78)!important;font-size:13px!important;line-height:1.45!important;max-width:620px!important;}
.cookie-text a{display:inline-block!important;margin-top:7px!important;color:#83b8ff!important;font-size:12px!important;font-weight:800!important;}
.cookie-actions,.cookie-modal-actions{display:flex!important;gap:8px!important;flex-wrap:wrap!important;justify-content:flex-end!important;}
.cookie-btn{
  min-height:40px!important;
  padding:0 14px!important;
  border-radius:14px!important;
  border:1px solid rgba(255,255,255,.10)!important;
  background:rgba(255,255,255,.04)!important;
  color:#e9eefb!important;
  font-weight:850!important;
  font-size:12px!important;
  cursor:pointer!important;
}
.cookie-btn.primary{background:linear-gradient(135deg,#8a5cff,#5ab5ff)!important;color:#fff!important;border-color:transparent!important;}
.cookie-btn.ghost{background:rgba(255,255,255,.035)!important;}
.cookie-btn.secondary{background:rgba(132,120,255,.10)!important;color:#d7d2ff!important;}
.cookie-modal{
  position:fixed!important;
  inset:0!important;
  z-index:1000001!important;
  display:none!important;
  place-items:center!important;
  padding:18px!important;
  background:rgba(0,0,0,.54)!important;
  backdrop-filter:blur(10px)!important;
  -webkit-backdrop-filter:blur(10px)!important;
}
.cookie-open .cookie-modal{display:grid!important;}
.cookie-modal-card{
  position:relative!important;
  width:min(100%,560px)!important;
  padding:24px!important;
  border-radius:26px!important;
  background:#0b0d16!important;
  border:1px solid rgba(255,255,255,.12)!important;
  box-shadow:0 30px 90px rgba(0,0,0,.54)!important;
}
.cookie-modal-card h3{margin:0 0 16px!important;color:#fff!important;font-size:24px!important;}
.cookie-close{
  position:absolute!important;
  top:14px!important;
  right:14px!important;
  width:34px!important;
  height:34px!important;
  border-radius:50%!important;
  border:1px solid rgba(255,255,255,.10)!important;
  background:rgba(255,255,255,.04)!important;
  color:#fff!important;
  cursor:pointer!important;
}
.cookie-row{
  display:flex!important;
  justify-content:space-between!important;
  gap:14px!important;
  align-items:center!important;
  padding:14px!important;
  border-radius:18px!important;
  border:1px solid rgba(255,255,255,.08)!important;
  background:rgba(255,255,255,.035)!important;
  margin-bottom:10px!important;
}
.cookie-row b{display:block!important;color:#fff!important;font-size:14px!important;margin-bottom:3px!important;}
.cookie-row small{display:block!important;color:rgba(219,225,238,.68)!important;font-size:12px!important;line-height:1.35!important;}
.cookie-row input{width:20px!important;height:20px!important;accent-color:#7da8ff!important;}
.cookie-row.disabled{opacity:.72!important;}
.copyright a{color:rgba(155,180,255,.76)!important;text-decoration:none!important;}
.copyright a:hover{color:#fff!important;}
@media(max-width:720px){
  .cookie-banner{left:10px!important;right:10px!important;bottom:86px!important;}
  .cookie-card{grid-template-columns:1fr!important;padding:15px!important;border-radius:20px!important;}
  .cookie-actions{justify-content:stretch!important;}
  .cookie-btn{flex:1 1 auto!important;}
}


/* ===== v67 cookie fix + 7 minute retention modal ===== */
.cookie-banner.cookie-hide,
.cookie-modal.cookie-hide{
  opacity:0!important;
  transform:translateY(10px) scale(.985)!important;
  pointer-events:none!important;
  transition:opacity .22s ease, transform .22s ease!important;
}

.retention-modal{
  position:fixed!important;
  inset:0!important;
  z-index:999997!important;
  display:grid!important;
  place-items:center!important;
  padding:22px!important;
  background:rgba(2,4,10,.62)!important;
  backdrop-filter:blur(16px) saturate(1.1)!important;
  -webkit-backdrop-filter:blur(16px) saturate(1.1)!important;
  opacity:0!important;
  pointer-events:none!important;
  transition:opacity .24s ease!important;
}
.retention-modal.show{
  opacity:1!important;
  pointer-events:auto!important;
}
.retention-card{
  position:relative!important;
  width:min(100%,860px)!important;
  display:grid!important;
  grid-template-columns:310px minmax(0,1fr)!important;
  gap:26px!important;
  align-items:center!important;
  padding:26px!important;
  border-radius:34px!important;
  background:
    radial-gradient(circle at 18% 18%,rgba(143,105,255,.22),transparent 34%),
    radial-gradient(circle at 88% 16%,rgba(76,169,255,.18),transparent 36%),
    linear-gradient(180deg,rgba(16,19,32,.98),rgba(8,10,18,.98))!important;
  border:1px solid rgba(255,255,255,.11)!important;
  box-shadow:0 38px 120px rgba(0,0,0,.58), inset 0 1px 0 rgba(255,255,255,.05)!important;
  transform:translateY(16px) scale(.985)!important;
  transition:transform .28s cubic-bezier(.2,.7,.2,1)!important;
  overflow:hidden!important;
}
.retention-modal.show .retention-card{
  transform:none!important;
}
.retention-close{
  position:absolute!important;
  top:16px!important;
  right:16px!important;
  width:38px!important;
  height:38px!important;
  border-radius:50%!important;
  border:1px solid rgba(255,255,255,.10)!important;
  background:rgba(255,255,255,.04)!important;
  color:#fff!important;
  font-size:22px!important;
  line-height:1!important;
  cursor:pointer!important;
  z-index:3!important;
}
.retention-visual{
  position:relative!important;
  min-height:330px!important;
  display:grid!important;
  place-items:center!important;
}
.retention-visual:before{
  content:""!important;
  position:absolute!important;
  width:280px!important;
  height:280px!important;
  border-radius:50%!important;
  background:conic-gradient(from 180deg,rgba(139,100,255,.08),rgba(80,180,255,.26),rgba(139,100,255,.08))!important;
  filter:blur(2px)!important;
  animation:retentionSpin 12s linear infinite!important;
}
@keyframes retentionSpin{to{transform:rotate(360deg)}}
.retention-phone{
  position:relative!important;
  width:210px!important;
  height:294px!important;
  border-radius:42px!important;
  background:linear-gradient(180deg,#171b29,#070910)!important;
  border:1px solid rgba(255,255,255,.13)!important;
  box-shadow:0 28px 70px rgba(0,0,0,.38), 0 0 50px rgba(88,144,255,.18), inset 0 1px 0 rgba(255,255,255,.09)!important;
  padding:18px!important;
  overflow:hidden!important;
}
.retention-logo-wrap{
  width:74px!important;
  height:74px!important;
  margin:20px auto 18px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:26px!important;
  background:rgba(255,255,255,.045)!important;
  border:1px solid rgba(255,255,255,.08)!important;
  box-shadow:0 0 44px rgba(120,150,255,.20)!important;
}
.retention-logo-wrap img{
  width:56px!important;
  height:56px!important;
  object-fit:contain!important;
}
.retention-wave{
  height:50px!important;
  display:flex!important;
  justify-content:center!important;
  align-items:center!important;
  gap:5px!important;
  margin-bottom:18px!important;
}
.retention-wave i{
  width:5px!important;
  border-radius:999px!important;
  background:linear-gradient(180deg,#b690ff,#63b8ff)!important;
  animation:retentionWave 1.1s ease-in-out infinite!important;
}
.retention-wave i:nth-child(1){height:18px!important;animation-delay:.0s!important;}
.retention-wave i:nth-child(2){height:34px!important;animation-delay:.08s!important;}
.retention-wave i:nth-child(3){height:44px!important;animation-delay:.16s!important;}
.retention-wave i:nth-child(4){height:28px!important;animation-delay:.24s!important;}
.retention-wave i:nth-child(5){height:38px!important;animation-delay:.32s!important;}
@keyframes retentionWave{0%,100%{transform:scaleY(.62);opacity:.55}50%{transform:scaleY(1.08);opacity:1}}
.retention-mini-cards{
  display:grid!important;
  gap:8px!important;
}
.retention-mini-cards span{
  display:block!important;
  height:18px!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.055)!important;
  border:1px solid rgba(255,255,255,.06)!important;
}
.retention-mini-cards span:nth-child(2){width:78%!important;}
.retention-mini-cards span:nth-child(3){width:62%!important;}
.retention-copy{
  padding-right:24px!important;
}
.retention-badge{
  display:inline-flex!important;
  min-height:30px!important;
  align-items:center!important;
  padding:0 12px!important;
  border-radius:999px!important;
  background:rgba(119,126,255,.11)!important;
  border:1px solid rgba(132,156,255,.17)!important;
  color:#cfc8ff!important;
  font-size:11px!important;
  font-weight:900!important;
  text-transform:uppercase!important;
  letter-spacing:.08em!important;
  margin-bottom:12px!important;
}
.retention-copy h3{
  margin:0 0 12px!important;
  color:#fbfcff!important;
  font-size:clamp(30px,3.5vw,46px)!important;
  line-height:1.03!important;
  letter-spacing:-.045em!important;
  text-wrap:balance!important;
}
.retention-copy p{
  margin:0!important;
  color:rgba(222,228,241,.78)!important;
  font-size:16px!important;
  line-height:1.58!important;
  max-width:470px!important;
}
.retention-points{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:8px!important;
  margin-top:18px!important;
}
.retention-points span{
  display:inline-flex!important;
  align-items:center!important;
  gap:8px!important;
  min-height:34px!important;
  padding:0 12px!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.04)!important;
  border:1px solid rgba(255,255,255,.08)!important;
  color:rgba(235,239,250,.82)!important;
  font-size:12px!important;
  font-weight:820!important;
}
.retention-points span:before{
  content:""!important;
  width:7px!important;
  height:7px!important;
  border-radius:50%!important;
  background:linear-gradient(135deg,#9c7cff,#61b7ff)!important;
  box-shadow:0 0 14px rgba(107,155,255,.34)!important;
}
.retention-actions{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:10px!important;
  margin-top:22px!important;
}
.retention-actions .btn{
  min-height:50px!important;
  border-radius:17px!important;
}
@media(max-width:720px){
  .retention-modal{
    padding:14px!important;
  }
  .retention-card{
    grid-template-columns:1fr!important;
    gap:14px!important;
    padding:20px!important;
    border-radius:26px!important;
  }
  .retention-visual{
    min-height:210px!important;
  }
  .retention-phone{
    width:158px!important;
    height:214px!important;
    border-radius:32px!important;
    padding:12px!important;
  }
  .retention-logo-wrap{
    width:58px!important;
    height:58px!important;
    margin:12px auto 10px!important;
    border-radius:20px!important;
  }
  .retention-logo-wrap img{
    width:44px!important;
    height:44px!important;
  }
  .retention-copy{
    padding-right:0!important;
  }
  .retention-copy h3{
    font-size:clamp(25px,7.4vw,34px)!important;
  }
  .retention-copy p{
    font-size:13.8px!important;
  }
  .retention-actions .btn{
    width:100%!important;
  }
}


/* ===== v68 cookie "Подробнее" fix ===== */
.cookie-more-link{
  display:inline-flex!important;
  align-items:center!important;
  margin-top:7px!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  color:#83b8ff!important;
  font-size:12px!important;
  font-weight:850!important;
  cursor:pointer!important;
}
.cookie-more-link:hover{color:#fff!important;}
.cookie-modal-text{
  margin:0 0 14px!important;
  color:rgba(222,228,240,.76)!important;
  font-size:13px!important;
  line-height:1.5!important;
}
.cookie-policy-link{
  display:inline-flex!important;
  margin:4px 0 16px!important;
  color:#83b8ff!important;
  font-size:12px!important;
  font-weight:850!important;
}
.cookie-policy-link:hover{color:#fff!important;}


/* ===== v69 audit fixes ===== */
.hero-copy .hero-title-alt{
  font-size:clamp(35px,4.7vw,64px)!important;
  line-height:1.02!important;
  letter-spacing:-.042em!important;
  word-spacing:0!important;
  text-wrap:balance!important;
  max-width:610px!important;
  margin:0 0 12px!important;
  color:var(--text)!important;
  font-weight:900!important;
}
.hero-copy .hero-title-alt .gradient-text{
  letter-spacing:inherit!important;
}
@media(max-width:720px){
  .hero-copy .hero-title-alt{
    font-size:clamp(28px,8.3vw,38px)!important;
    line-height:1.05!important;
    letter-spacing:-.02em!important;
    max-width:none!important;
  }
}
