:root{--orange:#f97316;--orange2:#fb923c;--black:#0c0b0a;--panel:#151310;--panel2:#1d1a16;--text:#f7f3ef;--muted:#aaa39b;--line:#302b25}*{box-sizing:border-box}html{background:var(--black)}body{margin:0;background:var(--black);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}.wrap{width:min(1180px,calc(100% - 40px));margin:auto}.nav{height:72px;padding:0 max(20px,calc((100% - 1180px)/2));display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:50;background:rgba(12,11,10,.9);backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}.logo{font-size:25px;font-weight:850;background:linear-gradient(90deg,var(--orange),#fbbf24);-webkit-background-clip:text;color:transparent}.nav nav{display:flex;gap:30px}.nav nav a,.footer a{color:#c8c2bb}.nav nav a:hover,.footer a:hover{color:var(--orange)}.menu{display:none;background:none;border:0;color:white;font-size:25px}.mobile-nav{display:none}.hero{min-height:calc(100vh - 72px);position:relative;overflow:hidden;background:radial-gradient(circle at 50% 25%,#2e1b0d 0,transparent 38%),linear-gradient(#0c0b0a,#171108)}.glow{position:absolute;border-radius:50%;filter:blur(100px);background:var(--orange);opacity:.12}.glow.one{width:500px;height:500px;left:40%;top:10%}.glow.two{width:350px;height:350px;left:10%;bottom:-10%}.hero-inner{text-align:center;padding:105px 0 90px;position:relative}.eyebrow,.section-label,.heading>span{display:inline-block;color:var(--orange2);background:#f9731617;border:1px solid #f9731644;border-radius:99px;padding:7px 15px;font-weight:700;font-size:13px}.hero h1{font-size:clamp(45px,7vw,82px);line-height:1.02;letter-spacing:-.055em;max-width:980px;margin:24px auto}.hero h1 span,.heading span{color:var(--orange)}.hero>div>p,.heading p{color:#bcb5ae;font-size:19px;max-width:720px;margin:0 auto 30px}.actions{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}.btn{display:inline-flex;justify-content:center;align-items:center;padding:13px 23px;border-radius:10px;font-weight:750;border:1px solid transparent}.primary{background:var(--orange);color:#fff}.primary:hover{background:#ea580c}.secondary{border-color:#5b5047;background:#181512;color:#fff}.secondary:hover{border-color:var(--orange);color:var(--orange)}.light{background:#fff;color:#17110d}.trust{display:flex;justify-content:center;align-items:center;gap:14px;margin-top:34px;color:#c7c0b8}.trust b{color:var(--orange)}.avatars{display:flex}.avatars i{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#3b3028;border:2px solid var(--black);margin-left:-8px;font-style:normal}.dashboard{max-width:880px;margin:65px auto 0;text-align:left;background:linear-gradient(145deg,#201b16,#11100e);border:1px solid #4a392b;border-radius:18px;padding:24px;box-shadow:0 30px 90px #0008}.dash-top{display:flex;justify-content:space-between}.dash-top span{font-size:12px;color:#4ade80}.metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:22px 0}.metrics article{background:#ffffff08;padding:16px;border-radius:10px;border:1px solid #ffffff0b}.metrics small,.metrics strong,.metrics em{display:block}.metrics strong{font-size:24px}.metrics em{color:#4ade80;font-size:12px;font-style:normal}.chart{height:160px;display:flex;align-items:end;gap:5%;padding:12px;background:#0003;border-radius:10px}.chart i{flex:1;background:linear-gradient(var(--orange2),#7c2d12);border-radius:4px 4px 0 0}.section{padding:100px 0}.alt{background:#12100e;border-block:1px solid #211d19}.heading{text-align:center;margin-bottom:50px}.heading h2,.split h2,.faq h2,.cta h2{font-size:clamp(34px,4vw,52px);line-height:1.08;letter-spacing:-.035em;margin:16px 0}.grid{display:grid;gap:22px}.three{grid-template-columns:repeat(3,1fr)}.card{background:linear-gradient(145deg,#191714,#11100e);border:1px solid var(--line);border-radius:15px;padding:28px}.card:hover{border-color:#7c3d18;transform:translateY(-3px);transition:.25s}.card>b{color:var(--orange)}.card h3{font-size:21px}.card p,.split p,.roadmap p,.footer p,blockquote footer{color:var(--muted)}.split{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.checks{list-style:none;padding:0}.checks li{margin:12px 0}.checks li:before{content:'✓';color:var(--orange);margin-right:10px}.roadmap article{display:flex;gap:20px;padding:20px 0;border-bottom:1px solid var(--line)}.roadmap span{width:44px;height:44px;display:grid;place-items:center;border-radius:50%;background:#f9731618;color:var(--orange);font-weight:800}.roadmap h3,.roadmap p{margin:0}.plan strong{font-size:40px}.plan strong small{font-size:14px;color:var(--muted)}.plan ul{padding-left:20px;color:#c7c0b8;min-height:135px}.featured{border-color:var(--orange);position:relative}.popular{position:absolute;right:18px;top:18px;color:var(--orange);font-size:12px;font-weight:800}.plan .btn{width:100%}blockquote{font-size:18px;margin:0}blockquote footer{font-size:14px;margin-top:22px}.faq{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px}.faq article{border-bottom:1px solid var(--line)}.faq button{width:100%;display:flex;justify-content:space-between;padding:20px 0;background:none;border:0;color:white;font:inherit;font-weight:750;text-align:left}.faq article p{color:var(--muted);padding:0 0 20px;margin:0}.cta{text-align:center;background:linear-gradient(135deg,#f97316,#c2410c);padding:90px 0}.cta p{font-size:19px;margin-bottom:28px}.footer{padding:70px 0 20px;background:#090807}.footer-grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:40px}.footer-grid>div{display:flex;flex-direction:column;gap:10px}.copyright{border-top:1px solid var(--line);margin-top:45px;padding-top:20px;color:#777;font-size:13px}[x-cloak]{display:none!important}@media(max-width:800px){.nav nav{display:none}.menu{display:block}.mobile-nav{position:fixed;z-index:49;top:72px;inset-inline:0;background:#111;padding:18px;flex-direction:column}.mobile-nav[style*="display: block"]{display:flex!important}.three,.split,.faq,.footer-grid{grid-template-columns:1fr}.split,.faq{gap:38px}.metrics{grid-template-columns:1fr}.dashboard{display:none}.section{padding:72px 0}.hero-inner{padding-top:80px}.hero h1{font-size:46px}}

/* Privacy and terms homepage areas */
.legal-area{scroll-margin-top:72px}.legal-grid{align-items:stretch}.legal-card{display:flex;flex-direction:column}.legal-card h3{margin-bottom:10px}.legal-card p{margin:0;color:var(--muted)}.legal-note{margin:28px auto 0;max-width:820px;padding:22px 24px;border:1px solid #7c3d18;border-radius:14px;background:#f973160b;text-align:center}.legal-note strong{display:block;color:var(--orange2);margin-bottom:5px}.legal-note p{margin:0;color:var(--muted)}.legal-note a{color:var(--orange2);text-decoration:underline;text-underline-offset:3px}

/* Reusable public frontend shell */
.logo img{display:block;max-height:38px;max-width:190px}.desktop-nav{align-items:center}.nav-actions{display:flex;align-items:center;gap:12px}.nav-login,.nav-account{color:#d8d1ca;font-weight:700;font-size:14px}.nav-login:hover,.nav-account:hover{color:var(--orange)}.nav-register{padding:9px 16px;font-size:14px}.menu{width:42px;height:42px;border:1px solid var(--line);border-radius:10px;align-items:center;justify-content:center;flex-direction:column;gap:5px}.menu span{display:block;width:19px;height:2px;background:#fff;border-radius:99px}.nav-dropdown{position:relative}.nav-dropdown-toggle{display:flex;align-items:center;gap:5px;padding:0;border:0;background:none;color:#c8c2bb;font:inherit;cursor:pointer}.nav-dropdown-toggle:hover{color:var(--orange)}.nav-dropdown-menu,.account-dropdown{position:absolute;top:calc(100% + 14px);min-width:190px;padding:9px;border:1px solid var(--line);border-radius:12px;background:#151310;box-shadow:0 20px 55px #0009}.nav-dropdown-menu a,.account-dropdown a,.account-dropdown button{display:block;width:100%;padding:10px 12px;border-radius:8px;color:#d8d1ca;text-align:left;font:inherit}.nav-dropdown-menu a:hover,.account-dropdown a:hover,.account-dropdown button:hover{background:#f9731615;color:var(--orange)}.account-menu{position:relative}.account-trigger{display:flex;align-items:center;gap:8px;border:1px solid var(--line);border-radius:999px;padding:5px 11px 5px 5px;background:#151310;color:#fff;cursor:pointer}.account-trigger>span:first-child{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:linear-gradient(135deg,var(--orange),#c2410c);font-weight:850}.account-name{max-width:130px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:700}.account-dropdown{right:0}.account-dropdown form,.account-dropdown button{margin:0;border:0;background:none}.mobile-auth{display:flex;flex-direction:column;gap:4px;margin-top:12px;padding-top:12px;border-top:1px solid var(--line)}.mobile-auth button{width:100%;border:0;background:none;color:#d8d1ca;text-align:left;font:inherit;padding:10px}.mobile-primary{color:var(--orange)!important;font-weight:800}.page-main{min-height:45vh;background:linear-gradient(180deg,#0c0b0a,#12100e 45%,#0c0b0a)}.page-hero{position:relative;overflow:hidden;padding:92px 0 78px;border-bottom:1px solid var(--line);background:radial-gradient(circle at 30% 0,#3a210f 0,transparent 40%),linear-gradient(145deg,#0c0b0a,#171108)}.page-orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.13;background:var(--orange)}.page-orb-one{width:360px;height:360px;right:10%;top:-50%}.page-orb-two{width:260px;height:260px;left:5%;bottom:-70%}.page-hero-inner{position:relative}.page-hero h1{max-width:900px;margin:16px 0 12px;font-size:clamp(42px,6vw,70px);line-height:1.02;letter-spacing:-.05em}.page-hero p{max-width:720px;margin:0;color:#bbb3ab;font-size:18px}.breadcrumbs{display:flex;align-items:center;gap:9px;margin-bottom:20px;color:#8f877f;font-size:13px}.breadcrumbs a:hover{color:var(--orange)}.content-section{padding:76px 0 96px}.content-layout{max-width:940px}.content-card{position:relative;padding:clamp(28px,5vw,64px);overflow:hidden;border:1px solid var(--line);border-radius:20px;background:linear-gradient(145deg,#191714,#11100e);box-shadow:0 30px 80px #0004}.content-card:before{content:"";position:absolute;inset:0 auto auto 0;width:100%;height:4px;background:linear-gradient(90deg,var(--orange),#fbbf24,transparent)}.content-lead{margin:0 0 32px;padding-bottom:28px;border-bottom:1px solid var(--line);color:#ddd5cd;font-size:clamp(19px,2.5vw,24px);line-height:1.55}.cms-content{color:#c4bdb5;font-size:17px}.cms-content h2,.cms-content h3,.cms-content h4{color:#fff;line-height:1.2;letter-spacing:-.025em}.cms-content h2{margin:2em 0 .65em;font-size:32px}.cms-content h3{margin:1.7em 0 .55em;font-size:24px}.cms-content p,.cms-content ul,.cms-content ol,.cms-content blockquote{margin:0 0 1.35em}.cms-content a{color:var(--orange2);text-decoration:underline;text-underline-offset:3px}.cms-content img{max-width:100%;height:auto;border-radius:14px}.cms-content blockquote{padding:18px 22px;border-left:3px solid var(--orange);border-radius:0 10px 10px 0;background:#f973160b;color:#e9e2da}.cms-content table{width:100%;border-collapse:collapse;margin:28px 0}.cms-content th,.cms-content td{padding:12px;border:1px solid var(--line);text-align:left}.cms-content th{background:#ffffff08;color:#fff}.article-meta{display:flex;flex-wrap:wrap;gap:10px 20px;margin-bottom:24px;color:#928a82;font-size:14px}.article-meta span+time:before{content:"•";margin-right:20px;color:var(--orange)}.content-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.post-card{position:relative;overflow:hidden;border:1px solid var(--line);border-radius:18px;background:linear-gradient(145deg,#191714,#11100e);transition:transform .25s,border-color .25s,box-shadow .25s}.post-card:hover{transform:translateY(-5px);border-color:#7c3d18;box-shadow:0 24px 60px #0005}.post-card-accent{height:5px;background:linear-gradient(90deg,var(--orange),#fbbf24)}.post-card:nth-child(3n+2) .post-card-accent{background:linear-gradient(90deg,#8b5cf6,#ec4899)}.post-card:nth-child(3n+3) .post-card-accent{background:linear-gradient(90deg,#14b8a6,#22c55e)}.post-card-body{padding:28px}.post-meta{color:var(--orange2);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.post-card h2{margin:12px 0;font-size:25px;line-height:1.18}.post-card h2 a:hover{color:var(--orange)}.post-card p{color:var(--muted)}.read-more{display:inline-block;margin-top:8px;color:var(--orange2);font-weight:800}.empty-state{grid-column:1/-1;padding:54px;border:1px dashed #4a423a;border-radius:16px;color:var(--muted);text-align:center}.theme-pagination{margin-top:38px}.theme-pagination nav{color:#c8c2bb}.theme-pagination a,.theme-pagination span{border-color:var(--line)!important;background:#151310!important;color:#c8c2bb!important}.theme-pagination span[aria-current="page"] span{background:var(--orange)!important;color:#fff!important}.copyright{display:flex;justify-content:space-between;gap:20px}.footer-brand{max-width:340px}
@media(max-width:980px){.desktop-nav,.nav-login,.nav-account,.nav-register,.account-menu{display:none}.menu{display:flex}.mobile-nav{top:72px;max-height:calc(100vh - 72px);overflow:auto;border-bottom:1px solid var(--line)}.mobile-nav>a,.mobile-nav>.nav-dropdown>a,.mobile-nav .nav-dropdown-toggle{padding:10px;color:#d8d1ca}.mobile-nav .nav-dropdown{display:flex;flex-direction:column}.mobile-nav .nav-dropdown-menu{position:static;margin:0 0 8px 12px;box-shadow:none}.content-grid{grid-template-columns:1fr}}@media(max-width:640px){.page-hero{padding:68px 0 56px}.content-section{padding:48px 0 70px}.content-card{border-radius:15px}.article-meta span+time:before{display:none}.copyright{flex-direction:column}.account-name{display:none}}
.newsletter-panel{display:flex;align-items:center;justify-content:space-between;gap:40px}.newsletter-panel h2{margin:12px 0 8px}.newsletter-panel p{margin:0;color:var(--muted)}.newsletter-panel form{display:flex;gap:10px;min-width:min(100%,430px)}.newsletter-panel input{flex:1;min-width:0;border:1px solid var(--line);border-radius:10px;background:#0c0b0a;color:#fff;padding:13px 15px;font:inherit}.newsletter-panel input:focus{outline:2px solid #f9731666;border-color:var(--orange)}@media(max-width:800px){.newsletter-panel{align-items:stretch;flex-direction:column}.newsletter-panel form{min-width:0;flex-direction:column}}

/* Saasland 1.3 — tighter homepage rhythm and premium footer */
.marketing-main{overflow:hidden}.hero{min-height:auto}.hero-inner.hero-layout{display:grid;grid-template-columns:minmax(0,.86fr) minmax(520px,1.14fr);gap:64px;align-items:center;padding:72px 0 64px;text-align:left}.hero-copy{position:relative;z-index:2}.hero-layout .eyebrow{margin:0}.hero-layout h1{max-width:620px;margin:22px 0 18px;font-size:clamp(48px,5.2vw,76px)}.hero-layout>div>p{max-width:590px;margin:0 0 28px;font-size:18px}.hero-layout .actions{justify-content:flex-start}.hero-assurances{display:flex;flex-wrap:wrap;gap:10px 20px;margin-top:26px;color:#b9b1a9;font-size:13px}.hero-assurances span::first-letter{color:var(--orange)}.hero-layout .dashboard{width:100%;max-width:none;margin:0;transform:perspective(1500px) rotateY(-2deg);box-shadow:0 34px 100px #000b,0 0 80px #f973160d}.section{padding:76px 0}.section+.section{padding-top:72px}.heading{margin-bottom:38px}.alt{background:#100f0d}.final-cta{padding:70px 0;background:linear-gradient(125deg,#f97316,#c2410c 72%,#9a3412);border-top:1px solid #fb923c66}.final-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:50px}.final-cta h2{max-width:720px;margin:14px 0 8px;font-size:clamp(34px,4.4vw,56px);line-height:1.04;letter-spacing:-.04em}.final-cta p{margin:0;color:#fffde8;font-size:18px}.final-cta .section-label{border-color:#fff5;background:#fff2;color:#fff}.final-cta .actions{flex-shrink:0}.final-cta-secondary{border-color:#fff8;color:#fff;background:#0002}.final-cta-secondary:hover{background:#fff;color:#9a3412}.footer{padding:64px 0 0;background:linear-gradient(180deg,#11110f,#090908);border-top:1px solid #2e2b27}.footer-grid-premium{grid-template-columns:minmax(250px,1.55fr) repeat(3,minmax(120px,.75fr)) minmax(270px,1.4fr);gap:42px;align-items:start}.footer-logo{display:inline-block;margin-bottom:6px}.footer-brand>p{max-width:330px;margin:12px 0 18px}.footer-contact{display:flex;flex-direction:column;gap:7px;margin:0;color:#a9a29a;font-style:normal}.footer-contact a:hover{color:var(--orange)}.footer-socials{display:flex;gap:9px;margin-top:20px}.footer-socials a{display:grid;place-items:center;width:36px;height:36px;border:1px solid #3b3732;border-radius:50%;background:#ffffff05;color:#d8d1ca;font-size:13px;font-weight:800}.footer-socials a:hover{border-color:var(--orange);background:#f9731616;color:var(--orange);transform:translateY(-2px)}.footer-column h3,.footer-newsletter h3{margin:2px 0 16px;color:#fff;font-size:15px}.footer-column ul{display:flex;flex-direction:column;gap:9px;margin:0;padding:0;list-style:none}.footer-column a{font-size:14px}.footer-newsletter p{margin:0 0 18px;font-size:14px}.footer-subscribe{display:flex;overflow:hidden;border:1px solid #3a3631;border-radius:10px;background:#0c0b0a}.footer-subscribe:focus-within{border-color:var(--orange);box-shadow:0 0 0 3px #f9731622}.footer-subscribe input{min-width:0;flex:1;border:0;background:transparent;color:#fff;padding:13px 14px;font:inherit}.footer-subscribe input:focus{outline:0}.footer-subscribe button{border:0;background:var(--orange);color:#fff;padding:0 17px;font-weight:800;cursor:pointer}.footer-subscribe button:hover{background:#ea580c}.copyright{align-items:center;margin-top:54px;padding:19px 0;border-top:1px solid #292622}.footer-bottom-links{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:20px}.footer-bottom-links a{font-size:13px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(max-width:1100px){.hero-inner.hero-layout{grid-template-columns:1fr 1fr;gap:36px}.footer-grid-premium{grid-template-columns:1.4fr repeat(3,1fr)}.footer-newsletter{grid-column:1/-1;max-width:560px}}
@media(max-width:800px){.hero-inner.hero-layout{display:block;padding:64px 0 56px;text-align:center}.hero-layout h1,.hero-layout>div>p{margin-left:auto;margin-right:auto}.hero-layout .actions,.hero-assurances{justify-content:center}.hero-layout .dashboard{display:none}.section,.section+.section{padding:60px 0}.final-cta{padding:58px 0}.final-cta-inner{align-items:flex-start;flex-direction:column;gap:26px}.final-cta .actions{justify-content:flex-start}.footer-grid-premium{grid-template-columns:repeat(2,minmax(0,1fr));gap:36px}.footer-brand,.footer-newsletter{grid-column:1/-1}.footer{padding-top:52px}}
@media(max-width:520px){.hero-layout h1{font-size:43px}.hero-assurances{align-items:center;flex-direction:column;gap:7px}.footer-grid-premium{grid-template-columns:1fr}.footer-brand,.footer-newsletter{grid-column:auto}.footer-subscribe{flex-direction:column;background:transparent;border:0;gap:9px}.footer-subscribe input{border:1px solid #3a3631;border-radius:9px;background:#0c0b0a}.footer-subscribe button{min-height:46px;border-radius:9px}.copyright{align-items:flex-start}.footer-bottom-links{justify-content:flex-start}}

/* Saasland screenshot-match refresh */
.saasland-theme{--orange:#f97316;--orange2:#fb923c;--surface:#111210;--surface-2:#171816}.nav{max-width:none;padding-left:max(24px,calc((100vw - 1440px)/2));padding-right:max(24px,calc((100vw - 1440px)/2));min-height:72px;background:#080a09eF;border-bottom:1px solid #2b2d2a}.logo{font-size:20px}.desktop-nav{gap:38px}.desktop-nav a{font-size:14px}.nav-account{border:1px solid #454845;border-radius:8px;padding:10px 19px}.hero-premium{position:relative;overflow:hidden;min-height:500px;padding:0;background:radial-gradient(circle at 29% 34%,#5e2d111f 0,transparent 35%),linear-gradient(115deg,#0b0d0c,#11100e 55%,#090b0a)}.hero-premium:after{content:"";position:absolute;inset:auto 0 0;height:1px;background:#2b2d2a}.hero-ambient{position:absolute;border-radius:50%;filter:blur(100px);pointer-events:none}.hero-ambient-one{width:500px;height:500px;left:8%;top:-120px;background:#f9731620}.hero-ambient-two{width:360px;height:360px;right:3%;bottom:-180px;background:#f973160d}.hero-premium-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(390px,.76fr) minmax(680px,1.24fr);gap:74px;align-items:center;padding:48px 0 42px}.hero-copy{text-align:left}.hero-copy .eyebrow{display:inline-flex;margin:0 0 22px;padding:8px 14px;border:1px solid #8d420f;border-radius:999px;background:#f9731608;color:#fb923c;font-size:12px;font-weight:700;text-transform:none;letter-spacing:0}.hero-copy h1{max-width:560px;margin:0 0 18px;font-size:clamp(48px,4.8vw,72px);line-height:.99;letter-spacing:-.055em}.hero-copy h1::first-line{color:#fff}.hero-copy>p{max-width:550px;margin:0 0 26px;color:#bbbdb9;font-size:17px;line-height:1.55}.hero-actions{justify-content:flex-start;gap:14px}.hero-actions .btn{min-height:49px;padding:0 24px}.play-icon{display:inline-grid;place-items:center;width:20px;height:20px;margin-right:8px;border:1px solid currentColor;border-radius:50%;font-size:8px}.hero-assurances{display:flex;flex-wrap:wrap;gap:10px 22px;margin-top:25px;color:#c2c4c0;font-size:12px}.hero-assurances span{display:flex;align-items:center;gap:7px}.hero-assurances i{display:grid;place-items:center;width:14px;height:14px;border:1px solid var(--orange);border-radius:50%;color:var(--orange);font-size:9px;font-style:normal}.dashboard-preview{display:grid;grid-template-columns:126px 1fr;min-width:0;height:428px;overflow:hidden;border:1px solid #50534f;border-radius:17px;background:#0d0f0e;box-shadow:0 30px 90px #0009}.dashboard-sidebar{padding:16px 12px;border-right:1px solid #242724;background:linear-gradient(180deg,#111411,#0b0d0c)}.dashboard-mark{display:grid;place-items:center;width:33px;height:33px;margin:0 0 15px 5px;border-radius:7px;background:#090a09;color:var(--orange);font-size:25px;font-weight:900;font-style:italic}.dashboard-nav-item{display:flex;align-items:center;gap:8px;margin-bottom:4px;padding:8px 9px;border-radius:6px;color:#d2d4d0;font-size:10px}.dashboard-nav-item span{width:13px}.dashboard-nav-item.active{background:#592d111f;color:#fb923c}.dashboard-main{min-width:0;padding:19px 21px}.dashboard-heading-row{display:flex;justify-content:space-between;gap:20px;align-items:flex-start}.dashboard-heading-row small{color:#f2f3f1;font-weight:700}.dashboard-heading-row h3{margin:20px 0 3px;font-size:14px}.dashboard-heading-row p{margin:0;color:#939792;font-size:9px}.dashboard-heading-row button{margin-top:35px;border:1px solid #282b28;border-radius:6px;background:#181a18;color:#d5d7d3;padding:9px 11px;font-size:9px}.dashboard-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:17px 0 13px}.dashboard-stats article{position:relative;min-width:0;padding:14px 12px;border:1px solid #252825;border-radius:8px;background:#181a18}.dashboard-stats small{display:block;color:#929691;font-size:8px}.dashboard-stats strong{display:block;margin-top:8px;color:#fff;font-size:17px}.dashboard-stats em{position:absolute;right:8px;bottom:14px;color:#f97316;font-size:7px;font-style:normal}.dashboard-stats article:last-child em{color:#36b86a}.dashboard-panels{display:grid;grid-template-columns:minmax(0,1.75fr) minmax(150px,.75fr);gap:11px}.dashboard-panels>article{height:196px;border:1px solid #252825;border-radius:8px;background:#161816}.panel-title{display:flex;justify-content:space-between;align-items:center;padding:12px 12px 0;font-size:9px}.panel-title span{padding:5px 7px;border:1px solid #282b28;border-radius:4px;color:#b9bcb8;font-size:7px}.line-chart{position:relative;height:154px;margin:7px 12px 0}.chart-grid{position:absolute;inset:0;background:repeating-linear-gradient(to bottom,transparent 0,transparent 37px,#2a2d2a 38px),repeating-linear-gradient(to right,transparent 0,transparent 78px,#202320 79px);opacity:.7}.line-chart svg{position:absolute;inset:8px 0 20px;width:100%;height:126px;overflow:visible}.chart-area{fill:url(#chartFill)}.chart-line{fill:none;stroke:#f97316;stroke-width:2}.chart-labels{position:absolute;left:0;right:0;bottom:0;display:flex;justify-content:space-between;color:#858984;font-size:6px}.dashboard-pages-panel>div:not(.panel-title){display:flex;justify-content:space-between;margin:0 12px;padding:11px 0;border-bottom:1px solid #262926;color:#aeb1ad;font-size:8px}.dashboard-pages-panel>div:last-child{border-bottom:0}.dashboard-pages-panel strong{color:#f3f4f2}.features-premium{padding:28px 0 32px;background:#0b0d0c}.compact-heading{margin-bottom:25px;text-align:center}.compact-heading span{padding:7px 14px;border:1px solid #71380f;border-radius:999px;background:#f9731608}.compact-heading h2{margin:12px 0 7px;font-size:30px}.compact-heading p{margin:0 auto;font-size:14px}.feature-row{display:grid;grid-template-columns:repeat(4,1fr);gap:26px}.feature-item{display:grid;grid-template-columns:50px 1fr;gap:14px;align-items:start}.feature-icon{display:grid;place-items:center;width:50px;height:50px;border-radius:9px;background:#191b19;color:var(--orange);font-size:26px}.feature-item h3{margin:2px 0 6px;font-size:14px}.feature-item p{margin:0;color:#a9ada8;font-size:12px;line-height:1.55}.section{padding:64px 0}.section+.section{padding-top:64px}.footer{padding:31px 0 0;background:linear-gradient(180deg,#181a18,#111311);border-top:1px solid #343734}.footer-grid-premium{display:grid;grid-template-columns:minmax(250px,1.35fr) repeat(3,minmax(115px,.72fr)) minmax(270px,1.3fr);gap:42px;align-items:start}.footer-logo{display:inline-flex;align-items:center;gap:12px;margin:0 0 10px}.footer-brand-mark{display:grid;place-items:center;width:36px;height:36px;color:var(--orange);font-size:35px;font-weight:900;font-style:italic}.footer-brand p{max-width:250px;margin:0 0 12px;color:#aeb1ad;font-size:12px;line-height:1.55}.footer-column h3,.footer-newsletter h3{margin:0 0 14px;color:#fff;font-size:13px}.footer-column ul{display:flex;flex-direction:column;gap:8px;margin:0;padding:0;list-style:none}.footer-column a,.footer-newsletter p{color:#aeb1ad;font-size:12px}.footer-column a:hover{color:var(--orange)}.footer-socials{display:flex;gap:8px}.footer-socials a{display:grid;place-items:center;width:29px;height:29px;border:1px solid #454845;border-radius:50%;color:#bfc2bd;font-size:11px;font-weight:800}.footer-newsletter p{max-width:250px;margin:0 0 15px;line-height:1.5}.footer-subscribe{display:flex;overflow:hidden;border:1px solid #454845;border-radius:8px;background:#181a18}.footer-subscribe input{min-width:0;flex:1;border:0;background:transparent;color:#fff;padding:12px;font-size:12px}.footer-subscribe input:focus{outline:0}.footer-subscribe button{border:0;background:var(--orange);color:#fff;padding:0 18px;font-size:12px;font-weight:800;cursor:pointer}.footer-bottom{margin-top:28px;background:#0d0f0e}.copyright{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:14px 0;color:#9fa29e;font-size:11px}.footer-bottom-links{display:flex;gap:24px}.footer-bottom-links a:hover{color:var(--orange)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(max-width:1180px){.hero-premium-grid{grid-template-columns:1fr;gap:38px;padding-top:60px}.hero-copy{text-align:center}.hero-copy h1,.hero-copy>p{margin-left:auto;margin-right:auto}.hero-actions,.hero-assurances{justify-content:center}.dashboard-preview{max-width:900px;width:100%;margin:0 auto}.feature-row{grid-template-columns:repeat(2,1fr)}.footer-grid-premium{grid-template-columns:1.25fr repeat(3,1fr)}.footer-newsletter{grid-column:1/-1;max-width:560px}}
@media(max-width:760px){.hero-premium-grid{padding:52px 0 44px}.hero-copy h1{font-size:46px}.dashboard-preview{display:none}.features-premium{padding:42px 0}.feature-row{grid-template-columns:1fr}.footer-grid-premium{grid-template-columns:repeat(2,1fr)}.footer-brand,.footer-newsletter{grid-column:1/-1}.copyright{align-items:flex-start;flex-direction:column}.footer-bottom-links{flex-wrap:wrap}}
@media(max-width:480px){.hero-copy h1{font-size:39px}.hero-assurances{align-items:center;flex-direction:column}.footer-grid-premium{grid-template-columns:1fr}.footer-brand,.footer-newsletter{grid-column:auto}.footer-subscribe{flex-direction:column;border:0;background:transparent;gap:8px}.footer-subscribe input{border:1px solid #454845;border-radius:8px;background:#181a18}.footer-subscribe button{min-height:44px;border-radius:8px}}

/* Saasland mobile navigation controller */
.mobile-nav[hidden]{display:none!important}.mobile-nav.is-open{display:flex!important}.menu.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.menu.is-open span:nth-child(2){opacity:0}.menu.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.menu span{transition:transform .2s ease,opacity .2s ease}.saasland-menu-open{overflow:hidden}@media(min-width:981px){.mobile-nav.is-open{display:none!important}.saasland-menu-open{overflow:auto}}
