/* Magic Super Manager — Public Landing v1.0.19
   Mobile-first, light default, dark supported. No privileged UI. */
:root{
  color-scheme:light;
  --bg:#fffaf6;--bg-2:#f9f1e9;--surface:rgba(255,255,255,.72);--surface-strong:#fffdfb;
  --surface-dark:#13110f;--text:#241811;--muted:#776961;--faint:#a3948b;--line:rgba(120,73,43,.13);
  --accent:#ff7417;--accent-2:#ff9a3d;--accent-3:#ffb974;--accent-soft:rgba(255,116,23,.11);
  --glow:rgba(255,116,23,.22);--shadow:0 24px 80px rgba(95,52,24,.10);--shadow-lg:0 34px 120px rgba(92,45,16,.15);
  --green:#2fc47c;--radius:26px;--radius-sm:18px;--header-h:76px;
}
html[data-theme="dark"]{
  color-scheme:dark;--bg:#090b0e;--bg-2:#0e1014;--surface:rgba(18,20,24,.74);--surface-strong:#121418;
  --surface-dark:#08090b;--text:#f6f1ec;--muted:#a89f98;--faint:#77716c;--line:rgba(255,255,255,.085);
  --accent:#ff7a18;--accent-2:#ff9f4e;--accent-3:#ffc185;--accent-soft:rgba(255,122,24,.12);
  --glow:rgba(255,122,24,.25);--shadow:0 24px 90px rgba(0,0,0,.40);--shadow-lg:0 42px 140px rgba(0,0,0,.54);
}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:88px}body{margin:0;min-width:320px;background:var(--bg);color:var(--text);font-family:'Vazirmatn',Tahoma,Arial,sans-serif;-webkit-font-smoothing:antialiased;overflow-x:hidden;transition:background .25s ease,color .25s ease}.landing-body{position:relative;background:radial-gradient(780px 540px at 115% -12%,rgba(255,137,57,.16),transparent 62%),radial-gradient(640px 520px at -10% 18%,rgba(255,182,112,.13),transparent 64%),linear-gradient(180deg,var(--bg),var(--bg-2) 36%,var(--bg) 74%)}a{color:inherit}.icon{width:1.25em;height:1.25em;display:block;flex:0 0 auto}.shell,.section-shell{width:min(1180px,calc(100% - 28px));margin-inline:auto}.section-shell{padding-block:76px}.skip-link{position:fixed;z-index:9999;inset-inline-start:12px;top:-60px;background:var(--text);color:var(--bg);padding:10px 14px;border-radius:10px}.skip-link:focus{top:10px}.noise{position:fixed;z-index:-1;inset:0;pointer-events:none;opacity:.022;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E")}.ambient{position:fixed;z-index:-2;inset:0;overflow:hidden;pointer-events:none}.ambient i{position:absolute;border-radius:50%;filter:blur(1px);opacity:.45}.ambient i:nth-child(1){width:380px;height:380px;right:-180px;top:8%;background:radial-gradient(circle,rgba(255,130,42,.18),transparent 68%);animation:drift 13s ease-in-out infinite}.ambient i:nth-child(2){width:250px;height:250px;left:-110px;top:46%;background:radial-gradient(circle,rgba(255,170,85,.12),transparent 70%);animation:drift 16s ease-in-out infinite reverse}.ambient i:nth-child(3){width:520px;height:520px;right:20%;bottom:-350px;background:radial-gradient(circle,rgba(255,119,24,.10),transparent 68%)}.ambient i:nth-child(4){width:6px;height:6px;left:18%;top:15%;background:#ff9b46;box-shadow:180px 60px #ffc28d,320px 260px #ff8b30,720px 80px #ffc28d,960px 410px #ff8b30;animation:twinkle 3s ease-in-out infinite}@keyframes drift{50%{transform:translate3d(18px,-24px,0) scale(1.08)}}@keyframes twinkle{50%{opacity:.16;transform:scale(.65)}}
.site-header{position:sticky;top:0;z-index:100;height:var(--header-h);display:flex;align-items:center;background:color-mix(in srgb,var(--bg) 78%,transparent);border-bottom:1px solid transparent;backdrop-filter:blur(18px) saturate(150%);-webkit-backdrop-filter:blur(18px) saturate(150%);transition:box-shadow .2s,border-color .2s,background .2s}.site-header.is-scrolled{border-color:var(--line);box-shadow:0 12px 42px rgba(47,28,14,.07)}html[data-theme="dark"] .site-header.is-scrolled{box-shadow:0 12px 42px rgba(0,0,0,.25)}.header-inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:12px}.brand{display:flex;align-items:center;gap:9px;text-decoration:none;min-width:0}.brand-mark{width:46px;height:46px;display:grid;place-items:center;position:relative;flex:0 0 auto}.brand-mark:after{content:"";position:absolute;inset:6px;border-radius:50%;box-shadow:0 0 24px rgba(255,116,23,.24)}.brand-mark img{width:100%;height:100%;object-fit:contain;position:relative;z-index:1}.brand-copy{display:none;min-width:0}.brand-copy strong{font-size:13px;white-space:nowrap}.brand-copy strong em{font-style:normal;color:var(--accent)}.brand-copy small{font-size:7px;letter-spacing:.14em;color:var(--faint);display:block;margin-top:1px}.desktop-nav{display:none}.header-actions{display:flex;align-items:center;gap:6px}.lang-switch{display:none}.theme-toggle,.mobile-menu-btn,.mobile-nav-close{border:1px solid var(--line);background:var(--surface);color:var(--muted);width:40px;height:40px;border-radius:13px;display:grid;place-items:center;cursor:pointer;box-shadow:inset 0 1px rgba(255,255,255,.5);transition:.18s}.theme-toggle:hover,.mobile-menu-btn:hover,.mobile-nav-close:hover{color:var(--accent);border-color:rgba(255,116,23,.36);transform:translateY(-1px)}.theme-icon{grid-area:1/1;transition:transform .3s,opacity .25s}.theme-icon .icon{width:18px;height:18px}.theme-icon-moon{opacity:1;transform:scale(1)}.theme-icon-sun{opacity:0;transform:scale(.7) rotate(-30deg)}html[data-theme="dark"] .theme-icon-moon{opacity:0;transform:scale(.7) rotate(30deg)}html[data-theme="dark"] .theme-icon-sun{opacity:1;transform:scale(1)}.header-login{display:none}.mobile-menu-btn .icon{width:20px;height:20px}.mobile-nav-backdrop{position:fixed;z-index:150;inset:0;background:rgba(5,6,8,.42);backdrop-filter:blur(5px)}.mobile-nav{position:fixed;z-index:160;top:0;bottom:0;inset-inline-end:0;width:min(88vw,360px);padding:18px;display:flex;flex-direction:column;background:color-mix(in srgb,var(--surface-strong) 94%,transparent);border-inline-start:1px solid var(--line);box-shadow:-30px 0 80px rgba(0,0,0,.18);transform:translateX(110%);transition:transform .3s cubic-bezier(.2,.8,.2,1);backdrop-filter:blur(24px)}html[dir="rtl"] .mobile-nav{transform:translateX(-110%)}.mobile-nav.is-open{transform:translateX(0)}.mobile-nav-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:25px}.brand--compact strong{font-size:12px}.mobile-nav nav{display:grid;gap:7px}.mobile-nav nav a{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:13px 14px;border:1px solid transparent;border-radius:15px;text-decoration:none;color:var(--muted);font-weight:700;font-size:13px}.mobile-nav nav a:hover{background:var(--accent-soft);border-color:rgba(255,116,23,.18);color:var(--accent)}.mobile-nav nav a>.icon:first-child{color:var(--accent)}.mobile-nav nav a>.icon:last-child{opacity:.4;width:15px}.mobile-nav-cta{margin-top:auto;display:grid;gap:9px}.nav-open{overflow:hidden}
.btn{min-height:48px;border-radius:15px;padding:0 18px;display:inline-flex;align-items:center;justify-content:center;gap:9px;text-decoration:none;font-weight:850;font-size:12px;border:1px solid transparent;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease}.btn .icon{width:17px;height:17px}.btn-primary{color:#fff;background:linear-gradient(135deg,#ff8a28 0%,#ff6c0d 58%,#f45108 100%);border-color:rgba(255,128,32,.72);box-shadow:0 13px 30px rgba(255,102,12,.24),inset 0 1px rgba(255,255,255,.35);position:relative;overflow:hidden}.btn-primary:before{content:"";position:absolute;inset:-80% auto -80% -25%;width:35%;transform:rotate(18deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.48),transparent);animation:shine 5s ease-in-out infinite}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 17px 38px rgba(255,102,12,.34),0 0 28px rgba(255,124,31,.18)}@keyframes shine{0%,74%{left:-35%}90%,100%{left:120%}}.btn-secondary{background:var(--surface);border-color:rgba(255,116,23,.25);color:var(--accent);box-shadow:inset 0 1px rgba(255,255,255,.65),0 8px 24px rgba(76,44,22,.06)}html[data-theme="dark"] .btn-secondary{box-shadow:inset 0 1px rgba(255,255,255,.055),0 10px 26px rgba(0,0,0,.2)}.btn-secondary:hover{transform:translateY(-2px);border-color:rgba(255,116,23,.5);box-shadow:0 12px 30px rgba(255,116,23,.12)}.btn-xl{min-height:56px;border-radius:17px;padding-inline:23px;font-size:13px}.text-link{display:inline-flex;align-items:center;gap:5px;padding:10px 2px;color:var(--muted);font-size:11px;font-weight:750;text-decoration:none}.text-link:hover{color:var(--accent)}.text-link .icon{width:14px}
.hero{min-height:calc(100svh - var(--header-h));display:grid;align-items:center;gap:26px;padding-top:40px;padding-bottom:54px}.hero-copy{position:relative;z-index:2;text-align:center}.eyebrow{display:inline-flex;align-items:center;gap:7px;min-height:30px;padding:5px 10px;border:1px solid rgba(255,116,23,.16);border-radius:999px;background:var(--surface);box-shadow:inset 0 1px rgba(255,255,255,.6);font-size:8px;font-weight:900;letter-spacing:.13em;color:var(--muted)}.eyebrow-dot{width:7px;height:7px;border-radius:50%;background:var(--accent);box-shadow:0 0 12px var(--accent)}.eyebrow-badge{letter-spacing:.02em;color:var(--accent);background:var(--accent-soft);padding:3px 7px;border-radius:999px}.hero h1{font-size:clamp(35px,11vw,52px);line-height:1.2;letter-spacing:-.035em;margin:18px auto 15px;font-weight:950;max-width:680px}.hero h1 span,.hero h1 mark{display:block}.hero h1 mark{background:linear-gradient(100deg,#ff5610,#ff962f 52%,#d96012);-webkit-background-clip:text;background-clip:text;color:transparent;font-size:.78em;padding-block:4px}.hero-copy>p{font-size:13px;line-height:2.05;color:var(--muted);margin:0 auto;max-width:680px}.hero-actions{margin-top:22px;display:grid;gap:9px}.hero-actions .text-link{justify-self:center}.trust-row{margin-top:20px;display:flex;gap:7px;justify-content:center;flex-wrap:wrap}.trust-row span{display:inline-flex;align-items:center;gap:5px;color:var(--muted);font-size:9.5px;font-weight:700;padding:7px 9px;border-radius:999px;border:1px solid var(--line);background:var(--surface)}.trust-row .icon{width:14px;height:14px;color:var(--accent)}
.hero-visual{position:relative;min-height:390px;display:grid;place-items:center;isolation:isolate}.hero-logo-wrap{position:relative;width:210px;height:210px;display:grid;place-items:center;z-index:2}.hero-logo-halo{position:absolute;inset:5%;border-radius:50%;background:radial-gradient(circle,rgba(255,124,29,.22),rgba(255,124,29,.06) 48%,transparent 70%);filter:blur(12px);animation:halo 3.2s ease-in-out infinite}.hero-logo{width:100%;height:100%;filter:drop-shadow(0 18px 34px rgba(91,43,17,.2));animation:logoFloat 4.7s ease-in-out infinite}@keyframes logoFloat{50%{transform:translateY(-8px) rotate(.7deg)}}@keyframes halo{50%{transform:scale(1.12);opacity:.75}}.hero-orbit{position:absolute;width:min(88vw,410px);aspect-ratio:1;z-index:1}.hero-orbit>span{position:absolute;inset:17%;border:1px solid rgba(255,127,35,.25);border-radius:50%;transform:rotate(8deg) scaleX(1.36)}.hero-orbit>span:nth-child(2){inset:24%;transform:rotate(-18deg) scaleX(1.6);opacity:.55}.hero-orbit>span:nth-child(3){inset:32%;transform:rotate(34deg) scaleX(1.48);opacity:.35}.hero-orbit b{position:absolute;width:8px;height:8px;border-radius:50%;background:#ff9d43;box-shadow:0 0 15px #ff8b2c;top:37%;left:8%;animation:orbitDot 4s ease-in-out infinite}.hero-orbit b:nth-last-child(1){top:auto;left:auto;right:9%;bottom:35%;animation-delay:-2s}@keyframes orbitDot{50%{transform:scale(1.8);opacity:.35}}.float-card{position:absolute;z-index:3;display:flex;align-items:center;gap:9px;min-width:154px;max-width:210px;padding:10px 12px;border:1px solid rgba(255,122,29,.20);border-radius:16px;background:color-mix(in srgb,var(--surface-strong) 82%,transparent);box-shadow:0 16px 44px rgba(82,42,18,.10),inset 0 1px rgba(255,255,255,.78);backdrop-filter:blur(18px);animation:floatCard 5s ease-in-out infinite}.float-card--story{top:38px;inset-inline-start:2px}.float-card--calendar{bottom:35px;inset-inline-start:4px;animation-delay:-1.6s}.float-card--instagram{top:75px;inset-inline-end:0;animation-delay:-3s}.float-icon{width:34px;height:34px;border-radius:11px;background:var(--accent-soft);color:var(--accent);display:grid;place-items:center}.float-icon .icon{width:18px}.float-card div{min-width:0;flex:1}.float-card b{font-size:9.5px;display:block;white-space:nowrap}.float-card small{font-size:7.5px;color:var(--muted);display:block;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.status-dot{width:7px;height:7px;background:var(--green);border-radius:50%;box-shadow:0 0 10px rgba(47,196,124,.48)}@keyframes floatCard{50%{transform:translateY(-7px)}}.visual-ribbon{position:absolute;z-index:3;bottom:0;inset-inline-end:5%;display:grid;grid-template-columns:auto auto;grid-template-rows:auto auto;align-items:center;column-gap:8px;padding:10px 13px;border-radius:16px;background:#16120f;color:#fff;border:1px solid rgba(255,141,58,.28);box-shadow:0 18px 50px rgba(32,17,8,.24)}.visual-ribbon>span{grid-row:1/3;width:30px;height:30px;border-radius:10px;background:linear-gradient(145deg,#ff8f2e,#f6650d);display:grid;place-items:center}.visual-ribbon>span .icon{width:16px}.visual-ribbon b{font-size:8.5px}.visual-ribbon small{font-size:6.8px;color:#ad9f94;letter-spacing:.04em}
.section-heading{text-align:center;max-width:700px;margin:0 auto 30px}.section-kicker{font-size:8px;font-weight:950;letter-spacing:.16em;color:var(--accent);display:inline-flex;align-items:center;gap:7px}.section-kicker:before{content:"";width:18px;height:1px;background:var(--accent);box-shadow:0 0 8px var(--accent)}.section-heading h2,.studio-copy h2,.security-copy h2,.account-head h2,.cta-copy h2{font-size:clamp(27px,7vw,42px);line-height:1.35;letter-spacing:-.025em;margin:9px 0 10px}.section-heading p,.studio-copy p,.security-copy p,.account-head p,.cta-copy p{font-size:12px;line-height:2;color:var(--muted);margin:0}.feature-grid{display:grid;gap:10px}.feature-card{position:relative;min-height:116px;padding:17px;border:1px solid var(--line);border-radius:20px;background:linear-gradient(155deg,color-mix(in srgb,var(--surface-strong) 88%,transparent),color-mix(in srgb,var(--surface) 80%,transparent));box-shadow:inset 0 1px rgba(255,255,255,.6),0 12px 36px rgba(83,46,22,.055);display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:13px;overflow:hidden;transition:transform .2s,border-color .2s,box-shadow .2s}.feature-card:before{content:"";position:absolute;width:110px;height:110px;border-radius:50%;background:radial-gradient(circle,rgba(255,117,23,.13),transparent 70%);inset-inline-end:-50px;top:-60px;opacity:.35;transition:.25s}.feature-card:hover{transform:translateY(-3px);border-color:rgba(255,116,23,.26);box-shadow:0 20px 44px rgba(92,50,23,.09),0 0 28px rgba(255,116,23,.06)}.feature-card:hover:before{opacity:.8;transform:scale(1.2)}.feature-icon{width:46px;height:46px;border-radius:15px;display:grid;place-items:center;background:linear-gradient(145deg,rgba(255,151,70,.18),rgba(255,116,23,.06));color:var(--accent);border:1px solid rgba(255,116,23,.16);box-shadow:inset 0 1px rgba(255,255,255,.8),0 8px 22px rgba(255,116,23,.08)}.feature-icon .icon{width:23px;height:23px}.feature-card h3{font-size:13px;margin:0 0 5px}.feature-card p{font-size:9.5px;line-height:1.8;color:var(--muted);margin:0}.feature-arrow{opacity:.22;color:var(--accent)}.feature-arrow .icon{width:15px}.feature-card.featured{border-color:rgba(255,116,23,.26);background:linear-gradient(145deg,rgba(255,152,75,.14),var(--surface-strong))}
.workflow-panel{position:relative;padding:26px 16px;border-radius:28px;border:1px solid rgba(255,116,23,.14);background:linear-gradient(145deg,rgba(255,116,23,.055),var(--surface));overflow:hidden;box-shadow:var(--shadow)}.workflow-panel:before{content:"";position:absolute;inset:-120px -140px auto auto;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle,rgba(255,122,26,.13),transparent 68%)}.section-heading--inline{text-align:start;margin:0 0 25px;position:relative;z-index:1}.workflow-track{position:relative;display:grid;gap:10px}.workflow-step{position:relative;z-index:2;display:grid;grid-template-columns:auto auto 1fr;grid-template-rows:auto auto;align-items:center;column-gap:10px;padding:14px;border:1px solid var(--line);border-radius:18px;background:var(--surface-strong);box-shadow:0 8px 28px rgba(75,40,20,.05)}.step-num{grid-row:1/3;display:grid;place-items:center;width:30px;height:30px;border-radius:10px;background:var(--accent);color:#fff;font-size:10px;font-weight:950;box-shadow:0 7px 16px rgba(255,104,15,.22)}.step-icon{grid-row:1/3;color:var(--accent);width:34px;height:34px;border-radius:11px;background:var(--accent-soft);display:grid;place-items:center}.step-icon .icon{width:18px}.workflow-step h3{margin:0;font-size:11px}.workflow-step p{margin:3px 0 0;color:var(--muted);font-size:8.5px;line-height:1.6}.workflow-line{display:none}
.preview-stage{position:relative;padding-top:12px;min-height:500px}.desktop-frame{display:none}.phone-frame{position:relative;margin:0 auto;width:min(88vw,340px);padding:9px;border-radius:42px;background:linear-gradient(145deg,#161616,#343434 45%,#090909);box-shadow:0 35px 90px rgba(44,24,11,.22),0 0 0 1px rgba(255,255,255,.1);transform:rotate(-1.5deg)}html[data-theme="dark"] .phone-frame{box-shadow:0 40px 110px rgba(0,0,0,.55),0 0 35px rgba(255,116,23,.08)}.phone-speaker{position:absolute;z-index:3;top:15px;left:50%;transform:translateX(-50%);width:84px;height:22px;border-radius:99px;background:#050505;box-shadow:inset 0 1px #242424}.phone-speaker:after{content:"";position:absolute;width:6px;height:6px;border-radius:50%;right:12px;top:8px;background:#112d5c;box-shadow:0 0 6px #1e63b5}.phone-screen{min-height:568px;padding:48px 14px 14px;border-radius:34px;background:linear-gradient(180deg,#fffaf4,#fff5eb 50%,#f8ede5);overflow:hidden;position:relative;color:#271a13}html[data-theme="dark"] .phone-screen{background:linear-gradient(180deg,#101216,#0c0e11);color:#f7f1ec}.mobile-preview-head{position:absolute;top:12px;inset-inline:13px;display:flex;align-items:center;justify-content:space-between}.mobile-preview-head>span{width:28px;height:28px;display:grid;place-items:center;color:#7b6b61}.mobile-preview-head .icon{width:16px}.mobile-preview-head img{width:35px;height:35px}.mobile-welcome{display:grid;grid-template-columns:1fr auto;align-items:end;gap:3px;margin-bottom:12px}.mobile-welcome small{font-size:7px;color:#938178}.mobile-welcome h3{font-size:16px;margin:0}.mobile-welcome button{grid-column:2;grid-row:1/3;border:0;border-radius:12px;background:linear-gradient(145deg,#ff892a,#f9660d);color:#fff;font:800 8px inherit;padding:10px 11px;box-shadow:0 9px 20px rgba(255,102,13,.2)}.mobile-account{display:flex;align-items:center;gap:8px;padding:10px;border:1px solid rgba(115,74,47,.10);background:rgba(255,255,255,.75);border-radius:15px;margin-bottom:9px;box-shadow:0 7px 20px rgba(81,44,22,.05)}html[data-theme="dark"] .mobile-account{background:#16191e;border-color:rgba(255,255,255,.07)}.mobile-avatar{width:34px;height:34px;border-radius:11px;background:linear-gradient(145deg,#ff9c4a,#ff6811);color:#fff;display:grid;place-items:center}.mobile-avatar .icon{width:18px}.mobile-account div{flex:1;min-width:0}.mobile-account small{font-size:6px;color:#94857b;display:block}.mobile-account b{font-size:8px;display:block;overflow:hidden;text-overflow:ellipsis}.mobile-account i{width:7px;height:7px;border-radius:50%;background:#2fc47c;box-shadow:0 0 9px rgba(47,196,124,.5)}.mobile-story-card{padding:8px;border:1px solid rgba(255,117,23,.14);border-radius:18px;background:rgba(255,255,255,.78);box-shadow:0 13px 30px rgba(82,42,19,.08)}html[data-theme="dark"] .mobile-story-card{background:#16191e;border-color:rgba(255,124,30,.16)}.mobile-story-art{height:245px;border-radius:13px;overflow:hidden;position:relative;background:radial-gradient(circle at 30% 22%,#ffb35e,transparent 26%),radial-gradient(circle at 75% 28%,#b04dff,transparent 30%),linear-gradient(145deg,#130d1d,#522044 46%,#ed6f1c);display:grid;place-items:center;color:#fff}.mobile-story-art:after{content:"";position:absolute;inset:-25%;border:1px solid rgba(255,198,133,.4);border-radius:50%;transform:rotate(-17deg) scaleX(1.5)}.mobile-story-art span{position:absolute;width:120px;height:120px;border-radius:50%;background:rgba(255,150,58,.16);filter:blur(10px)}.mobile-story-art i{position:absolute;width:5px;height:5px;border-radius:50%;background:#fff;box-shadow:60px -70px #ffd395,-62px -50px #fff,80px 60px #ffb05f,-75px 75px #fff}.mobile-story-art b{position:relative;z-index:2;font-size:28px;letter-spacing:.03em;text-shadow:0 8px 22px rgba(0,0,0,.35)}.mobile-story-meta{display:flex;align-items:center;justify-content:space-between;padding:9px 4px 2px}.mobile-story-meta span small{display:block;color:#99877b;font-size:6px}.mobile-story-meta span strong{display:block;font-size:8px}.mobile-story-meta>b{color:#ff7417;font-size:9px}.mobile-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-top:9px}.mobile-actions button{border:1px solid rgba(116,75,48,.09);border-radius:13px;background:rgba(255,255,255,.7);padding:9px 4px;color:#76665b;font:700 6px inherit;display:grid;place-items:center;gap:4px}.mobile-actions .icon{width:16px;color:#ff7417}html[data-theme="dark"] .mobile-actions button{background:#15181c;border-color:rgba(255,255,255,.06);color:#aaa19a}.mobile-bottom{margin:10px -4px -4px;display:flex;align-items:center;justify-content:space-around;padding:8px;border-radius:15px;background:rgba(255,255,255,.8);border:1px solid rgba(116,75,48,.08)}html[data-theme="dark"] .mobile-bottom{background:#15181c;border-color:rgba(255,255,255,.06)}.mobile-bottom span{width:32px;height:26px;border-radius:9px;display:grid;place-items:center;color:#a39388}.mobile-bottom span.is-active{color:#fff;background:#ff7417;box-shadow:0 6px 14px rgba(255,116,23,.28)}.mobile-bottom .icon{width:15px}
.studio-grid{display:grid;gap:34px;align-items:center}.studio-copy{text-align:center}.studio-chips{display:flex;justify-content:center;flex-wrap:wrap;gap:7px;margin-top:18px}.studio-chips span{display:inline-flex;align-items:center;gap:6px;padding:8px 10px;border-radius:999px;border:1px solid var(--line);background:var(--surface);font-size:9px;font-weight:800;color:var(--muted)}.studio-chips .icon{color:var(--accent);width:14px}.studio-visual{position:relative;width:min(86vw,330px);margin-inline:auto;padding:13px;border:1px solid rgba(255,116,23,.16);border-radius:28px;background:var(--surface);box-shadow:var(--shadow-lg)}.story-canvas{aspect-ratio:9/13;border-radius:20px;overflow:hidden}.story-gradient{height:100%;position:relative;display:grid;place-items:center;text-align:center;color:#fff;background:radial-gradient(circle at 26% 26%,#ff9e45,transparent 25%),radial-gradient(circle at 78% 28%,#9f45ff,transparent 28%),radial-gradient(circle at 60% 78%,#ff4c84,transparent 32%),linear-gradient(150deg,#120d20,#3e1b54 52%,#c64b1b);overflow:hidden}.story-gradient:before,.story-gradient:after{content:"";position:absolute;width:290px;height:120px;border:1px solid rgba(255,186,118,.4);border-radius:50%;transform:rotate(-18deg)}.story-gradient:after{width:230px;height:90px;transform:rotate(24deg);opacity:.5}.story-gradient i{position:absolute;width:8px;height:8px;border-radius:50%;background:#fff;box-shadow:70px -90px #ffc273,-80px -100px #fff,105px 70px #ff9f4b,-105px 90px #fff;animation:twinkle 2.5s ease-in-out infinite}.story-gradient b{font-size:33px;line-height:1.05;letter-spacing:.04em;position:relative;z-index:2;text-shadow:0 12px 30px rgba(0,0,0,.42)}.story-gradient span{position:absolute;z-index:2;bottom:18%;font-size:8px;letter-spacing:.22em}.studio-toolbar{position:absolute;inset-inline-start:-20px;top:18%;display:grid;gap:7px;padding:7px;border-radius:16px;background:#151316;border:1px solid rgba(255,132,39,.2);box-shadow:0 16px 36px rgba(0,0,0,.25)}.studio-toolbar button{width:37px;height:37px;border:0;border-radius:11px;background:#222126;color:#a9a2a0;display:grid;place-items:center}.studio-toolbar button:first-child{background:linear-gradient(145deg,#ff8e2d,#f55f0b);color:#fff}.studio-toolbar .icon{width:17px}.schedule-pop{position:absolute;inset-inline-end:-15px;bottom:12%;padding:11px 13px;border:1px solid rgba(255,122,25,.2);border-radius:16px;background:color-mix(in srgb,var(--surface-strong) 90%,transparent);box-shadow:0 18px 42px rgba(70,35,15,.13);backdrop-filter:blur(16px)}.schedule-pop small{font-size:6px;color:var(--muted);display:block}.schedule-pop b{font-size:10px;display:block;margin:2px 0}.schedule-pop span{font-size:9px;color:var(--accent);font-weight:900}
.security-panel{position:relative;overflow:hidden;display:grid;gap:28px;padding:26px 18px;border-radius:30px;background:linear-gradient(145deg,#17130f,#0c0d0f);color:#f8f3ef;border:1px solid rgba(255,133,43,.22);box-shadow:0 30px 90px rgba(37,18,7,.28)}.security-panel:before{content:"";position:absolute;width:330px;height:330px;border-radius:50%;right:-180px;top:-180px;background:radial-gradient(circle,rgba(255,116,23,.22),transparent 68%)}.security-copy{position:relative;z-index:2;text-align:center}.security-copy p{color:#a79d96}.security-copy .btn{margin-top:18px}.auth-methods{position:relative;z-index:2;display:grid;gap:8px}.auth-methods article{position:relative;z-index:2;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;padding:11px 12px;border:1px solid rgba(255,255,255,.08);border-radius:16px;background:rgba(255,255,255,.045);backdrop-filter:blur(12px)}.auth-icon{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;color:#ff9a42;background:rgba(255,123,25,.10);border:1px solid rgba(255,131,39,.13)}.auth-icon .icon{width:21px}.auth-methods b{font-size:11px}.auth-methods small{display:block;color:#817a76;font-size:7px}.auth-methods article>i{color:#47cf91}.auth-methods article>i .icon{width:17px}.auth-glow{position:absolute;width:190px;height:190px;border-radius:50%;right:12%;top:5%;background:radial-gradient(circle,rgba(255,105,11,.13),transparent 70%);filter:blur(3px)}
.account-head{text-align:center;max-width:700px;margin:0 auto 24px}.account-strip{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.account-strip span{min-height:100px;padding:13px 8px;border-radius:18px;border:1px solid var(--line);background:var(--surface);display:grid;place-items:center;text-align:center;gap:7px;box-shadow:inset 0 1px rgba(255,255,255,.58)}.account-strip .icon{width:24px;height:24px;color:var(--accent)}.account-strip b{font-size:9px}.final-cta{padding-bottom:95px}.cta-card{position:relative;overflow:hidden;padding:32px 18px;border:1px solid rgba(255,116,23,.22);border-radius:32px;background:linear-gradient(145deg,rgba(255,147,65,.12),var(--surface-strong));box-shadow:var(--shadow-lg);text-align:center}.cta-logo{width:100px;height:100px;position:relative;z-index:2;filter:drop-shadow(0 12px 24px rgba(255,105,15,.2))}.cta-copy{position:relative;z-index:2}.cta-actions{position:relative;z-index:2;margin-top:20px;display:grid;gap:9px}.cta-orbit{position:absolute;width:400px;height:220px;top:-65px;left:50%;transform:translateX(-50%);opacity:.5}.cta-orbit i{position:absolute;inset:20%;border:1px solid rgba(255,116,23,.23);border-radius:50%;transform:rotate(-10deg)}.cta-orbit i:nth-child(2){inset:28% 8%;transform:rotate(14deg)}.cta-orbit i:nth-child(3){inset:35% 3%;transform:rotate(-24deg);opacity:.45}
.site-footer{border-top:1px solid var(--line);padding:26px 0 calc(28px + env(safe-area-inset-bottom));background:color-mix(in srgb,var(--surface) 52%,transparent)}.footer-inner{display:grid;gap:20px;text-align:center;justify-items:center}.footer-brand .brand-copy{display:block;text-align:start}.footer-links{display:flex;gap:18px;justify-content:center}.footer-links a{font-size:9px;color:var(--muted);text-decoration:none}.footer-links a:hover{color:var(--accent)}.footer-copy{font-size:8px;color:var(--faint);direction:ltr}
.reveal{opacity:0;transform:translateY(20px);transition:opacity .65s ease,transform .65s cubic-bezier(.2,.8,.2,1)}.reveal.is-visible{opacity:1;transform:none}
@media(min-width:560px){.shell,.section-shell{width:min(1180px,calc(100% - 48px))}.hero-actions{grid-template-columns:1fr 1fr;max-width:520px;margin-inline:auto}.hero-actions .text-link{grid-column:1/3}.feature-grid{grid-template-columns:repeat(2,1fr)}.workflow-panel{padding:32px 24px}.account-strip{grid-template-columns:repeat(5,1fr)}.cta-actions{grid-template-columns:1fr 1fr;max-width:540px;margin-inline:auto;margin-top:22px}.brand-copy{display:block}}
@media(min-width:760px){:root{--header-h:82px}.section-shell{padding-block:96px}.site-header{height:var(--header-h)}.mobile-menu-btn{display:none}.desktop-nav{display:flex;align-items:center;gap:3px;margin-inline:auto}.desktop-nav a{text-decoration:none;color:var(--muted);font-size:10px;font-weight:800;padding:10px 11px;border-radius:12px;transition:.18s}.desktop-nav a:hover{color:var(--accent);background:var(--accent-soft)}.lang-switch{display:flex;align-items:center;gap:3px;padding:4px;border:1px solid var(--line);border-radius:12px;background:var(--surface)}.lang-switch a{width:27px;height:27px;border-radius:8px;display:grid;place-items:center;opacity:.55;transition:.18s}.lang-switch a:hover,.lang-switch a.is-active{opacity:1;background:var(--accent-soft)}.lang-switch img{width:18px;height:18px;border-radius:50%;object-fit:cover}.header-login{min-height:40px;padding:0 13px;display:inline-flex;align-items:center;gap:6px;border-radius:13px;text-decoration:none;color:#fff;background:linear-gradient(145deg,#ff8827,#f7640d);font-size:9px;font-weight:900;box-shadow:0 9px 22px rgba(255,101,12,.17)}.header-login .icon{width:14px}.hero{grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);gap:34px;padding-top:60px;padding-bottom:72px}.hero-copy{text-align:start}.eyebrow{margin-inline:0}.hero h1{font-size:clamp(46px,6vw,72px);margin-inline:0}.hero-copy>p{font-size:14px;margin-inline:0}.hero-actions{grid-template-columns:auto auto auto;max-width:none;margin-inline:0;justify-content:start}.hero-actions .text-link{grid-column:auto;justify-self:auto}.trust-row{justify-content:start}.hero-visual{min-height:510px}.hero-logo-wrap{width:280px;height:280px}.hero-orbit{width:500px}.float-card--story{top:60px}.float-card--calendar{bottom:60px}.float-card--instagram{top:120px}.visual-ribbon{bottom:20px}.section-heading{margin-bottom:42px}.section-heading p{font-size:13px}.workflow-track{grid-template-columns:repeat(4,1fr);gap:12px}.workflow-step{display:block;text-align:center;padding:19px 12px;min-height:170px}.step-num{position:absolute;top:-10px;inset-inline-start:14px}.step-icon{margin:0 auto 12px}.workflow-step h3{font-size:12px}.workflow-step p{font-size:9px}.workflow-line{display:block;position:absolute;left:7%;right:7%;top:35px;height:2px;background:linear-gradient(90deg,transparent,rgba(255,116,23,.32),transparent);z-index:1}.workflow-line i{position:absolute;width:42px;height:2px;background:var(--accent);filter:drop-shadow(0 0 5px var(--accent));animation:lineTravel 4s linear infinite}@keyframes lineTravel{from{left:0}to{left:calc(100% - 42px)}}.studio-grid{grid-template-columns:1fr 1fr}.studio-copy{text-align:start}.studio-chips{justify-content:start}.security-panel{grid-template-columns:1fr 1fr;align-items:center;padding:38px}.security-copy{text-align:start}.auth-methods{max-width:430px;width:100%;justify-self:center}.account-strip span{min-height:118px}.footer-inner{grid-template-columns:1.2fr auto auto;align-items:center;text-align:start;justify-items:stretch}.footer-links{justify-content:flex-start}.footer-copy{text-align:end}}
@media(min-width:1020px){.shell,.section-shell{width:min(1240px,calc(100% - 72px))}.section-shell{padding-block:112px}.desktop-nav{gap:7px}.desktop-nav a{font-size:11px}.header-login{font-size:10px;padding-inline:15px}.hero{min-height:calc(100vh - var(--header-h));grid-template-columns:1.02fr .98fr}.hero-logo-wrap{width:315px;height:315px}.hero-orbit{width:570px}.float-card{min-width:190px;padding:12px 14px}.float-card b{font-size:10.5px}.float-card small{font-size:8px}.feature-grid{grid-template-columns:repeat(4,1fr)}.feature-card{display:block;min-height:220px;padding:22px}.feature-icon{width:54px;height:54px;margin-bottom:24px}.feature-icon .icon{width:26px}.feature-card h3{font-size:15px}.feature-card p{font-size:10.5px;line-height:1.95}.feature-arrow{position:absolute;bottom:19px;inset-inline-end:19px}.preview-stage{min-height:690px;padding-top:20px}.desktop-frame{display:block;width:82%;height:585px;border-radius:28px;padding:8px;background:linear-gradient(145deg,#363431,#101010 34%,#2c2b29);box-shadow:0 42px 120px rgba(58,30,12,.2),0 0 0 1px rgba(255,255,255,.12);overflow:hidden;transform:perspective(1500px) rotateX(1.2deg) rotateY(-2deg);transform-origin:center}.desktop-topbar{height:38px;border-radius:20px 20px 0 0;background:#111317;color:#777;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 13px;font-size:7px}.dots{display:flex;gap:4px}.dots i{width:6px;height:6px;border-radius:50%;background:#3e4148}.dots i:nth-child(1){background:#ff765f}.dots i:nth-child(2){background:#ffbd45}.dots i:nth-child(3){background:#34c859}.preview-url{padding:5px 22px;background:#1a1c20;border:1px solid #24272d;border-radius:9px}.desktop-brand{justify-self:end;display:flex;align-items:center;gap:5px;color:#bbb;font-weight:800}.desktop-brand img{width:22px;height:22px}.desktop-app{height:calc(100% - 38px);display:grid;grid-template-columns:145px 1fr;background:#0c0e12;color:#eee;direction:ltr}.preview-sidebar{padding:12px 9px;border-right:1px solid rgba(255,255,255,.06);display:flex;flex-direction:column;gap:5px;direction:rtl}.preview-user{display:flex;align-items:center;gap:7px;padding:7px;margin-bottom:8px}.preview-user img{width:31px;height:31px}.preview-user b{display:block;font-size:7px}.preview-user small{display:block;font-size:5.5px;color:#777}.preview-sidebar button{height:36px;border:0;border-radius:10px;background:transparent;color:#777;display:flex;align-items:center;gap:8px;padding:0 10px;font:700 6.5px inherit}.preview-sidebar button .icon{width:14px}.preview-sidebar button.is-active{background:rgba(255,115,23,.12);color:#ff8d34}.preview-main{direction:rtl;padding:17px;overflow:hidden}.preview-main-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:13px}.preview-main-head small{font-size:6px;color:#6f747c}.preview-main-head h3{font-size:14px;margin:2px 0}.preview-main-head button{border:0;border-radius:11px;background:linear-gradient(145deg,#ff8929,#f3650b);color:#fff;font:800 7px inherit;padding:9px 12px}.preview-main-head button span{font-size:11px;margin-inline-end:4px}.preview-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.preview-stats article{display:grid;grid-template-columns:auto 1fr auto;gap:8px;align-items:center;padding:10px;border:1px solid rgba(255,255,255,.055);border-radius:13px;background:#12151a}.preview-stats article>span{width:31px;height:31px;border-radius:10px;background:rgba(255,116,23,.09);color:#ff8c32;display:grid;place-items:center}.preview-stats article .icon{width:15px}.preview-stats small{font-size:5.5px;color:#747981;display:block}.preview-stats b{font-size:7px;display:block;margin-top:2px}.preview-stats em{font-style:normal;font-size:5px;color:#42cc8b}.preview-content-row{display:grid;grid-template-columns:1fr 1.3fr .9fr;gap:9px;margin-top:9px}.calendar-card,.timeline-card,.story-list{height:320px;border:1px solid rgba(255,255,255,.055);border-radius:14px;background:#111419;padding:12px}.calendar-head,.timeline-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.calendar-head b,.timeline-head b{font-size:7px}.calendar-head span,.timeline-head small{font-size:6px;color:#676c73}.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:5px;text-align:center}.calendar-grid span{font-size:5px;color:#686d74}.calendar-grid b{font-size:5.5px;padding:6px 2px;border-radius:6px;color:#9a9da3}.calendar-grid b.active{background:#ff7417;color:#fff;box-shadow:0 5px 10px rgba(255,116,23,.26)}.timeline-card{display:flex;flex-direction:column}.timeline{flex:1;display:flex;align-items:end;gap:8px;padding:16px 8px 5px;border-bottom:1px solid rgba(255,255,255,.055);background:linear-gradient(180deg,transparent,rgba(255,116,23,.025))}.timeline i{flex:1;border-radius:8px 8px 2px 2px;background:linear-gradient(180deg,#ff8f31,#b94207);box-shadow:0 0 15px rgba(255,107,13,.08)}.timeline-labels{display:flex;justify-content:space-between;padding-top:7px;font-size:5px;color:#666b72}.story-list{display:grid;gap:8px;align-content:start}.story-thumb{display:grid;grid-template-columns:52px 1fr;align-items:center;gap:8px;padding:7px;border-radius:11px;background:#171a1f}.story-art{width:52px;height:76px;border-radius:8px;position:relative;display:grid;place-items:center;background:radial-gradient(circle at 30% 25%,#f89643,transparent 28%),linear-gradient(145deg,#1e1232,#a43a2c);overflow:hidden}.story-art.alt{background:radial-gradient(circle at 70% 30%,#8b46ff,transparent 30%),linear-gradient(145deg,#15172b,#ef6c13)}.story-art b{font-size:8px;position:relative;z-index:2}.story-art span,.story-art i{position:absolute;width:40px;height:40px;border-radius:50%;border:1px solid rgba(255,204,153,.3);transform:scaleX(1.6) rotate(-20deg)}.story-art i{transform:scaleX(1.3) rotate(30deg)}.story-thumb strong{font-size:6px;display:block}.story-thumb small{font-size:5px;color:#777;display:block;margin-top:3px}.phone-frame{position:absolute;right:0;bottom:-15px;width:300px;transform:rotate(2deg);box-shadow:0 35px 100px rgba(35,18,8,.33),0 0 0 1px rgba(255,255,255,.11)}html[dir="rtl"] .phone-frame{right:auto;left:0}.phone-screen{min-height:532px}.mobile-story-art{height:225px}.studio-grid{grid-template-columns:.92fr 1.08fr;gap:70px}.studio-visual{width:390px}.story-canvas{aspect-ratio:9/12}.security-panel{padding:54px 60px}.account-strip span{min-height:130px}.cta-card{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:28px;text-align:start;padding:38px 44px}.cta-logo{width:120px;height:120px}.cta-actions{grid-template-columns:1fr;min-width:245px;margin:0}.cta-copy h2{font-size:34px}.cta-orbit{left:70px;transform:none;top:-40px}.footer-inner{grid-template-columns:1.3fr 1fr auto}}
@media(min-width:1280px){.shell,.section-shell{width:min(1300px,calc(100% - 90px))}.hero h1{font-size:78px}.hero-logo-wrap{width:345px;height:345px}.hero-orbit{width:610px}.desktop-frame{height:620px}.preview-stage{min-height:735px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.ambient i,.hero-logo,.hero-logo-halo,.float-card,.btn-primary:before,.workflow-line i,.story-gradient i{animation:none!important}.reveal{opacity:1!important;transform:none!important;transition:none!important}*{transition-duration:.01ms!important}}
