:root{font-family:system-ui,Segoe UI,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{scroll-behavior:smooth}body{margin:0;min-width:320px}img{max-width:100%;height:auto}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}:root{--bg: #020617;--bg-raised: #0b1224;--surface: #0f172a;--text: #f8fafc;--muted: #cbd5e1;--faint: #94a3b8;--accent: #818cf8;--accent-strong: #6366f1;--accent-deep: #4f46e5;--border: #1e293b;--shadow: 0 16px 40px rgba(2, 6, 23, .45);--header: 72px;--radius: 16px}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;background:radial-gradient(circle at top,#0f1b3d,var(--bg) 62%);color:var(--text);font-family:system-ui,Segoe UI,Helvetica,Arial,sans-serif;overflow-x:clip}.page{min-height:100vh}.container{width:min(100% - 24px,1120px);margin-inline:auto}.narrow{width:min(100% - 24px,760px)}.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}a{color:var(--accent)}a:hover{color:#c7d2fe}:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.site-header{position:sticky;top:0;z-index:20;background:#020617;border-bottom:1px solid var(--border)}.header-bar{display:flex;align-items:center;justify-content:space-between;min-height:var(--header);gap:16px}.brand{display:flex;align-items:center;line-height:0}.brand img{height:42px;width:auto;max-width:min(52vw,210px)}.menu-toggle{display:none;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:1px solid var(--border);border-radius:10px;background:var(--surface);color:var(--text);cursor:pointer}.menu-icon{display:grid;gap:5px}.menu-icon span{display:block;width:18px;height:2px;background:var(--text)}.site-nav{display:flex;align-items:center;gap:8px 18px}.site-nav a{color:var(--muted);text-decoration:none;font-size:.95rem;font-weight:600}.site-nav a:hover{color:var(--text)}.nav-cta{margin-left:8px}.nav-group{position:relative;display:flex;align-items:center}.sub-toggle{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;margin-left:2px;padding:0;border:0;border-radius:8px;background:transparent;color:var(--muted);cursor:pointer}.sub-menu{display:none;position:absolute;top:calc(100% - 2px);left:0;z-index:30;min-width:220px;flex-direction:column;padding:8px;background:#020617;border:1px solid var(--border);border-radius:12px;box-shadow:var(--shadow)}.nav-group:hover .sub-menu,.nav-group:focus-within .sub-menu,.nav-group.is-open .sub-menu{display:flex}.sub-menu a{padding:10px 12px;border-radius:8px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 18px;border-radius:10px;border:1px solid transparent;text-decoration:none;font-weight:700;font-size:.95rem;line-height:1.2;cursor:pointer}.btn.primary,.site-nav a.btn.primary{background:linear-gradient(135deg,var(--accent-strong),#7c3aed);color:#fff;box-shadow:0 8px 20px #6366f147}.btn.secondary,.site-nav a.btn.secondary{background:transparent;border-color:#475569;color:var(--text)}.btn.primary:hover,.site-nav a.btn.primary:hover{color:#fff;transform:translateY(-2px)}.btn.secondary:hover{border-color:var(--accent);color:#fff}.hero{padding:56px 0 32px}.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:40px;align-items:center}.badge,.eyebrow{display:inline-block;margin:0 0 12px;color:var(--accent);font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.badge{padding:6px 12px;border-radius:999px;background:#818cf824;letter-spacing:.04em}h1,.hero h1{margin:0 0 16px;font-size:clamp(1.9rem,4.6vw,3.5rem);line-height:1.12;letter-spacing:-.03em}h2{margin:0 0 12px;font-size:clamp(1.5rem,3vw,2.2rem);line-height:1.2;letter-spacing:-.02em}h3{margin:0 0 8px;font-size:clamp(1.05rem,2vw,1.25rem);line-height:1.3}p{margin:0 0 14px;color:var(--muted);font-size:clamp(.98rem,1.5vw,1.05rem);line-height:1.7}.lede{max-width:62ch}.actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:8px}.ecosystem{display:grid;gap:0}.eco-item{display:grid;justify-items:center}.eco-card{width:100%;display:flex;align-items:center;gap:14px;padding:16px 18px;background:linear-gradient(180deg,#111936,var(--bg));border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow)}.eco-card span{color:var(--accent);font-size:.8rem;font-weight:800}.eco-card strong{font-size:1.05rem}.eco-arrow{color:var(--faint);line-height:1;padding:6px 0}.section{padding:72px 0}.section-alt{background:#0206178c;border-block:1px solid rgba(30,41,59,.7)}.section-head{max-width:680px;margin-bottom:28px}.section-head p:last-child{margin-bottom:0}.card-grid,.tools-grid,.workflow-grid{display:grid;gap:20px}.card-grid,.tools-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.workflow-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.card,section[id]{scroll-margin-top:calc(var(--header) + 12px)}.card{min-height:0;padding:22px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius)}.card:hover{border-color:#334155;transform:translateY(-3px)}.icon-label{margin-bottom:10px;color:var(--accent);font-size:.75rem;font-weight:800;letter-spacing:.08em}.tags{display:flex;flex-wrap:wrap;gap:8px;margin:14px 0 0;padding:0;list-style:none}.tags li{padding:4px 8px;border-radius:999px;background:#818cf81f;color:#e0e7ff;font-size:.78rem}.tool-card{display:flex;flex-direction:column}.tool-card .btn{margin-top:auto;align-self:flex-start}.tool-card .tags{margin-bottom:18px}.flow{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin:16px 0 0;padding:0;list-style:none}.flow-item{display:flex;align-items:center;gap:8px}.flow-step{display:inline-flex;align-items:center;min-height:36px;padding:6px 10px;border-radius:10px;background:#020617;border:1px solid var(--border);color:var(--text);font-size:.86rem;font-weight:650}.flow-arrow{color:var(--accent);font-weight:700}.section-link{margin-top:22px}.section-link a{font-weight:700;text-decoration:none}.upcoming-title{margin-top:36px}.upcoming{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:0;padding:0;list-style:none}.upcoming li{padding:14px 16px;border:1px solid var(--border);border-radius:12px;background:#0f172ab3;color:var(--muted)}.final-cta{text-align:center}.final-cta .actions{justify-content:center}.plain-list{margin:0 0 22px;padding-left:1.1rem;color:var(--muted)}.plain-list li+li{margin-top:8px}.post-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.post-grid h2{font-size:clamp(1.15rem,2vw,1.4rem)}.post-grid h2 a,.article a{text-decoration:none}.article section+section,.article h2{margin-top:28px}.post-list{display:grid;gap:10px;margin:0 0 8px;padding:0;list-style:none}.post-list a{display:flex;flex-direction:column;gap:4px;padding:14px 16px;border:1px solid var(--border);border-radius:12px;background:var(--surface);color:var(--text);font-weight:700}.post-list span{color:var(--accent);font-size:.75rem;letter-spacing:.06em;text-transform:uppercase}.fine-print{margin-top:16px;color:var(--faint);font-size:.85rem}.site-footer{padding:48px 0 28px;border-top:1px solid var(--border);background:#020617}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:28px}.footer-brand strong{display:block;margin-bottom:8px;font-size:1.1rem}.site-footer h2{margin-bottom:12px;font-size:.85rem;letter-spacing:.06em;text-transform:uppercase;color:var(--faint)}.site-footer ul{margin:0;padding:0;list-style:none}.site-footer li+li{margin-top:8px}.site-footer a{color:var(--muted);text-decoration:none}.site-footer a:hover{color:var(--text)}.disclosure,.copyright{margin-top:28px;color:var(--faint);font-size:.85rem}.copyright{margin-top:8px}@media(max-width:1100px){.cols-4{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:1024px){.tools-grid,.card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-grid{gap:28px}.section{padding:60px 0}}@media(max-width:900px){.menu-toggle{display:inline-flex}.site-header{position:sticky}.site-nav{display:none;position:absolute;top:100%;left:0;right:0;flex-direction:column;align-items:stretch;gap:4px;padding:8px 16px 16px;background:#020617;border-bottom:1px solid var(--border)}.site-nav.is-open{display:flex}.site-nav a{padding:12px 4px;min-height:44px}.nav-cta{margin:8px 0 0;width:100%}.nav-group{flex-direction:column;align-items:stretch}.sub-toggle{display:none}.site-nav.is-open .sub-menu{display:flex;position:static;width:100%;min-width:0;padding:0 0 8px 12px;border:0;box-shadow:none;background:transparent}.hero{padding-top:36px}.hero-grid{grid-template-columns:1fr}}@media(max-width:767px){.container,.narrow{width:min(100% - 24px,1120px)}.tools-grid,.card-grid,.post-grid,.cols-3,.cols-4,.workflow-grid,.upcoming,.footer-grid{grid-template-columns:1fr}.section{padding:48px 0}.flow,.flow-item{flex-direction:column;align-items:stretch}.flow-step{justify-content:center}.flow-arrow{transform:rotate(90deg);text-align:center}}@media(max-width:600px){.actions{flex-direction:column}.actions .btn{width:100%}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}.card:hover,.btn.primary:hover{transform:none}}.guide-hero{padding:48px 0 12px}.guide-wrap{padding-bottom:72px}.breadcrumbs ol{display:flex;flex-wrap:wrap;gap:6px 0;margin:12px 0 20px;padding:0;list-style:none;color:var(--faint);font-size:.9rem}.breadcrumbs li:not(:last-child):after{content:"/";margin:0 8px;color:#475569}.breadcrumbs a{color:var(--muted);text-decoration:none}.disclosure-box{margin:0 0 18px;color:var(--faint);font-size:.9rem}.glance dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 24px;margin:0}.glance dt{color:var(--accent);font-size:.78rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.glance dd{margin:4px 0 0;color:var(--muted)}.guide-layout{display:grid;grid-template-columns:240px minmax(0,1fr);gap:36px;align-items:start;margin-top:28px}.guide-layout>*,.guide-body,.table-wrap,.toc-slot{min-width:0;max-width:100%}.toc-desktop{position:sticky;top:calc(var(--header) + 16px);max-height:calc(100vh - var(--header) - 32px);overflow:auto}.toc-mobile{display:none}.toc-label{margin:0 0 10px;color:var(--faint);font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.toc ol{margin:0;padding:0;list-style:none}.toc a{display:flex;gap:8px;padding:6px 0;color:var(--muted);text-decoration:none;font-size:.88rem;font-weight:600;line-height:1.35}.toc a span{color:#64748b;font-variant-numeric:tabular-nums}.guide-body section{margin-top:36px;scroll-margin-top:calc(var(--header) + 16px)}.guide-body h2{margin-bottom:12px}.feature-grid p,.problem-card p,.price-plan p{margin-bottom:0}.problem-card p+p,.price-plan .plain-list{margin-top:10px}.price{margin:8px 0 12px;color:var(--text);font-size:1.6rem;font-weight:800}.price span{color:var(--faint);font-size:.9rem;font-weight:600}.price-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.inline-cta{margin-top:18px}.stage-list{margin:18px 0 0}.stage-list div+div{margin-top:12px}.stage-list dt{color:var(--text);font-weight:700}.stage-list dd{margin:4px 0 0;color:var(--muted)}.before-after{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.table-wrap{width:100%;margin:12px 0 16px;overflow-x:auto}.compare-table{width:100%;min-width:560px;border-collapse:collapse;font-size:.95rem}.compare-table caption{caption-side:bottom;padding-top:8px;color:var(--faint);text-align:left;font-size:.85rem}.compare-table th,.compare-table td{padding:12px;border:1px solid var(--border);text-align:left;vertical-align:top}.compare-table th{background:#0b1224;color:var(--text)}.compare-table td{color:var(--muted)}.steps{margin:0;padding:0;list-style:none;counter-reset:none}.steps li{padding:14px 0;border-top:1px solid var(--border)}.steps h3{margin-bottom:6px}.faq-list details{border-top:1px solid var(--border)}.faq-list summary{padding:14px 0;cursor:pointer;font-weight:700}.faq-list details p{margin:0 0 14px}.guide-cta{margin-top:28px;padding:28px 22px;border:1px solid var(--border);border-radius:var(--radius);background:#0b1224}.author-box{margin-top:20px}.featured-guide{margin-bottom:22px}@media(max-width:1100px){.price-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:1024px){.guide-layout{grid-template-columns:1fr}.toc-desktop{display:none}.toc-mobile{display:block;margin-bottom:8px;border:1px solid var(--border);border-radius:12px;background:var(--surface)}.toc-mobile summary{padding:14px 16px;cursor:pointer;font-weight:700}.toc-mobile .toc{padding:0 16px 12px}.before-after,.glance dl{grid-template-columns:1fr}}@media(max-width:767px){.price-grid,.guide-hero .actions .btn,.inline-cta .btn,.guide-cta .btn{width:100%}.price-grid{grid-template-columns:1fr}.guide-wrap{padding-bottom:48px}}.review-summary{margin-top:12px}.review-summary-heading,.review-summary-cta{display:flex;justify-content:space-between;align-items:center;gap:16px}.review-summary-heading h2{margin:0}.review-summary .eyebrow{margin-bottom:4px}.updated-note{margin:0;color:var(--faint);font-size:.9rem}.review-summary dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 24px;margin:20px 0}.review-summary dt{color:var(--accent);font-size:.78rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.review-summary dd{margin:4px 0 0;color:var(--muted)}.review-summary-cta{padding-top:16px;border-top:1px solid var(--border)}.review-summary-cta p{margin:0}.pros-cons-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.pros-card,.cons-card{align-self:start}.pros-card h3{color:#86efac}.cons-card h3{color:#fcd34d}.pricing-table{min-width:760px}.pricing-footnote{margin-top:12px;color:var(--faint);font-size:.88rem}.table-scroll-hint{display:none;margin:8px 0 0;color:var(--faint);font-size:.82rem}.author-box h2{margin-bottom:10px}@media(max-width:767px){.review-summary-heading,.review-summary-cta{align-items:stretch;flex-direction:column}.review-summary-cta .btn{width:100%}.review-summary dl,.pros-cons-grid{grid-template-columns:1fr}.table-scroll-hint{display:block}}.systeme-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:22px}.systeme-feature-grid .feature-card{position:relative;overflow:hidden;padding:22px 24px 24px;border-color:#28365a;background:radial-gradient(ellipse at top right,rgba(99,102,241,.12),transparent 58%),linear-gradient(145deg,#111c35,#0b1224 76%);transition:border-color .18s ease,transform .18s ease,box-shadow .18s ease}.systeme-feature-grid .feature-card:before{position:absolute;inset:0 auto 0 0;width:3px;background:linear-gradient(180deg,#a5b4fc,#6366f1 62%,transparent);content:""}.systeme-feature-grid .feature-card:hover{border-color:#6366f1;box-shadow:0 16px 34px #02061747;transform:translateY(-2px)}.systeme-feature-grid .feature-card-number{display:inline-flex;align-items:center;justify-content:center;min-width:36px;height:30px;margin-bottom:15px;padding:0 9px;border:1px solid rgba(165,180,252,.24);border-radius:9px;background:#6366f11f;color:#c7d2fe;font-size:.76rem;font-weight:800;letter-spacing:.08em;font-variant-numeric:tabular-nums}.systeme-feature-grid .feature-card h3{margin:0 0 9px;color:#f8fafc;font-size:1.08rem;line-height:1.35}.systeme-feature-grid .feature-card p{margin:0;color:#cbd5e1;font-size:.96rem;line-height:1.7}@media(max-width:767px){.systeme-feature-grid{grid-template-columns:1fr;gap:13px;margin-top:18px}.systeme-feature-grid .feature-card{padding:19px 20px 21px}}@media(prefers-reduced-motion:reduce){.systeme-feature-grid .feature-card{transition:none}.systeme-feature-grid .feature-card:hover{transform:none}}.systeme-guide{background:radial-gradient(ellipse at 12% 0%,rgba(79,70,229,.12),transparent 34%),radial-gradient(ellipse at 96% 38%,rgba(14,165,233,.055),transparent 29%)}.systeme-guide .guide-hero{position:relative;overflow:hidden;padding:clamp(48px,8vw,94px) 0 44px;border-bottom:1px solid rgba(129,140,248,.14);background:radial-gradient(ellipse at 78% 18%,rgba(99,102,241,.23),transparent 42%),linear-gradient(145deg,#0f172a61,#0206170f)}.systeme-guide .guide-hero:after{position:absolute;right:max(-80px,calc((100vw - 1100px)/2));bottom:-220px;width:420px;height:420px;border:1px solid rgba(165,180,252,.12);border-radius:50%;box-shadow:0 0 0 34px #818cf806,0 0 0 70px #818cf805;content:"";pointer-events:none}.systeme-guide .guide-hero .container{position:relative;z-index:1}.systeme-guide .guide-hero .badge{border:1px solid rgba(165,180,252,.25);background:#4f46e52b;color:#c7d2fe}.systeme-guide .guide-hero h1{max-width:820px;text-wrap:balance;letter-spacing:-.035em}.systeme-guide .guide-hero .lede{max-width:68ch;color:#dbeafe;font-size:clamp(1.08rem,2vw,1.25rem);line-height:1.7}.systeme-guide .guide-hero .disclosure-box{max-width:68ch;padding:12px 15px;border:1px solid rgba(148,163,184,.18);border-radius:12px;background:#02061752}.systeme-guide .guide-hero .actions{margin-top:22px}.systeme-guide .guide-hero .actions .btn,.systeme-guide .inline-cta .btn,.systeme-guide .guide-cta .btn{transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.systeme-guide .guide-hero .actions .btn:hover,.systeme-guide .inline-cta .btn:hover,.systeme-guide .guide-cta .btn:hover{transform:translateY(-2px)}.systeme-guide .guide-wrap{padding-bottom:clamp(56px,8vw,100px)}.systeme-guide .breadcrumbs{margin-bottom:20px}.systeme-guide .breadcrumbs a{transition:color .16s ease}.systeme-guide .breadcrumbs a:hover{color:#c7d2fe}.systeme-guide .review-summary{position:relative;overflow:hidden;margin-top:18px;padding:clamp(20px,3vw,32px);border-color:#818cf859;background:radial-gradient(ellipse at top right,rgba(99,102,241,.17),transparent 48%),linear-gradient(145deg,#111c35,#0b1224 72%);box-shadow:0 20px 50px #0206173d}.systeme-guide .review-summary dl{gap:0;margin:22px 0}.systeme-guide .review-summary dl>div{padding:14px 16px;border-top:1px solid rgba(148,163,184,.14);transition:background .16s ease}.systeme-guide .review-summary dl>div:hover{background:#818cf80e}.systeme-guide .review-summary dt{color:#a5b4fc}.systeme-guide .review-summary dd{line-height:1.6}.systeme-guide .review-summary-cta{flex-wrap:wrap;padding-top:20px}.systeme-guide .review-summary-cta p{max-width:54ch;color:var(--muted);line-height:1.55}.systeme-guide .guide-layout{gap:clamp(24px,4vw,44px)}.systeme-guide .toc-desktop{padding:12px;border:1px solid rgba(129,140,248,.15);border-radius:16px;background:#0b1224c2;box-shadow:0 16px 36px #0206172b;scrollbar-color:#475569 transparent;scrollbar-width:thin}.systeme-guide .toc-label{padding:3px 8px 9px;color:#a5b4fc}.systeme-guide .toc a{align-items:baseline;padding:8px;border-radius:8px;transition:color .15s ease,background .15s ease,transform .15s ease}.systeme-guide .toc a:hover,.systeme-guide .toc a:focus-visible{transform:translate(2px);background:#6366f121;color:#eef2ff}.systeme-guide .toc a span{color:#818cf8}.systeme-guide .guide-body>section{margin-top:clamp(40px,6vw,64px)}.systeme-guide .guide-body>section>h2{position:relative;margin-bottom:18px;padding-bottom:12px;letter-spacing:-.02em}.systeme-guide .guide-body>section>h2:after{position:absolute;bottom:0;left:0;width:52px;height:3px;border-radius:3px;background:linear-gradient(90deg,#a5b4fc,#6366f1);content:""}.systeme-guide .guide-body>section>p{max-width:76ch;line-height:1.78}.systeme-guide .guide-body a:not(.btn){text-decoration-color:#a5b4fc7a;text-underline-offset:3px;transition:color .15s ease,text-decoration-color .15s ease}.systeme-guide .guide-body a:not(.btn):hover{color:#c7d2fe;text-decoration-color:currentColor}.systeme-guide .guide-body .card:not(.feature-card){border-color:#64748b5c;background:linear-gradient(145deg,#111c35f0,#0f172af0);transition:border-color .18s ease,transform .18s ease,box-shadow .18s ease}.systeme-guide .guide-body .card:not(.feature-card):hover{transform:translateY(-3px);border-color:#818cf880;box-shadow:0 18px 34px #0206173d}.systeme-guide .feature-grid .feature-card:hover{transform:translateY(-3px);box-shadow:0 18px 36px #0206174f}.systeme-guide .problem-card strong,.systeme-guide .stage-list dt{color:#c7d2fe}.systeme-guide .before-after>.card:first-child{border-top:2px solid #64748b}.systeme-guide .before-after>.card:last-child{border-top:2px solid #818cf8}.systeme-guide .stage-list div{padding:14px 16px;border:1px solid rgba(100,116,139,.25);border-radius:12px;background:#0f172a9e;transition:border-color .16s ease,background .16s ease}.systeme-guide .stage-list div:hover{border-color:#818cf86b;background:#1e293bb3}.systeme-guide .guide-flow .flow-step{min-height:42px;padding-inline:13px;border-color:#818cf84d;background:linear-gradient(145deg,#172554,#0f172a);transition:transform .15s ease,border-color .15s ease,background .15s ease}.systeme-guide .guide-flow .flow-item:hover .flow-step{transform:translateY(-2px);border-color:#818cf8;background:#1e1b4b}.systeme-guide .guide-flow .flow-arrow{color:#a5b4fc}.systeme-guide .table-wrap{border:1px solid rgba(129,140,248,.2);border-radius:14px;background:#0b1224c7;scrollbar-color:#6366f1 #0b1224;scrollbar-width:thin}.systeme-guide .compare-table th{background:#111c35}.systeme-guide .compare-table thead th{position:sticky;top:0;z-index:1;background:linear-gradient(135deg,#202a50,#151d38);color:#eef2ff}.systeme-guide .compare-table tbody tr{transition:background .14s ease}.systeme-guide .compare-table tbody tr:hover{background:#6366f113}.systeme-guide .compare-table th,.systeme-guide .compare-table td{border-color:#64748b42;line-height:1.55}.systeme-guide .compare-table caption{padding:12px}.systeme-guide .pricing-footnote{padding:0 14px 14px;line-height:1.65}.systeme-guide .table-scroll-hint{padding:0 14px 12px;color:#a5b4fc}.systeme-guide .pros-card{border-top:2px solid #4ade80!important}.systeme-guide .pros-card h3{color:#86efac}.systeme-guide .cons-card{border-top:2px solid #fbbf24!important}.systeme-guide .cons-card h3{color:#fcd34d}.systeme-guide .steps li{position:relative;margin-left:14px;padding:18px 20px 18px 28px;border-top:0;border-left:1px solid rgba(129,140,248,.42);transition:background .16s ease}.systeme-guide .steps li:hover{background:linear-gradient(90deg,rgba(99,102,241,.09),transparent 75%)}.systeme-guide .steps li:before{position:absolute;top:21px;left:-7px;width:12px;height:12px;border:2px solid #a5b4fc;border-radius:50%;background:#0b1224;content:""}.systeme-guide .steps li:last-child{border-left-color:transparent}.systeme-guide .faq-list details{margin:9px 0;padding:0 16px;border:1px solid rgba(100,116,139,.28);border-radius:12px;background:#0f172a9e;transition:border-color .16s ease,background .16s ease}.systeme-guide .faq-list details:hover,.systeme-guide .faq-list details[open]{border-color:#818cf88c;background:#111c35e0}.systeme-guide .faq-list summary{padding:16px 2px;color:#eef2ff;line-height:1.5}.systeme-guide .faq-list summary::marker{color:#a5b4fc}.systeme-guide .faq-list details p{padding:0 2px 15px;color:var(--muted);line-height:1.7}.systeme-guide .guide-cta{position:relative;overflow:hidden;padding:clamp(24px,4vw,38px);border-color:#a5b4fc5c;background:radial-gradient(ellipse at 88% 12%,rgba(99,102,241,.28),transparent 42%),linear-gradient(130deg,#172554,#0b1224 72%);box-shadow:0 22px 52px #0206174d}.systeme-guide .guide-cta h2{max-width:24ch}.systeme-guide .guide-cta p{max-width:66ch;color:#dbeafe;line-height:1.7}.systeme-guide .author-box{padding:clamp(20px,3vw,30px);border-color:#64748b52}.systeme-guide #more-guides ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 24px;margin:0;padding:0;list-style:none}.systeme-guide #more-guides li a{display:flex;min-height:48px;align-items:center;padding:10px 13px;border:1px solid rgba(100,116,139,.28);border-radius:10px;background:#0f172a94;text-decoration:none;transition:border-color .15s ease,background .15s ease,transform .15s ease}.systeme-guide #more-guides li a:hover{transform:translateY(-1px);border-color:#818cf880;background:#1e293bcc}.systeme-guide .toc-mobile{border-color:#818cf852;background:#0b1224eb}.systeme-guide .toc-mobile summary{color:#eef2ff}@media(max-width:1024px){.systeme-guide .toc-desktop{display:none}}@media(max-width:767px){.systeme-guide .guide-hero{padding-top:44px;padding-bottom:34px}.systeme-guide .review-summary-heading{align-items:flex-start}.systeme-guide .review-summary dl{grid-template-columns:1fr}.systeme-guide .review-summary dl>div{padding:12px 10px}.systeme-guide .before-after,.systeme-guide #more-guides ul{grid-template-columns:1fr}.systeme-guide .guide-body>section{margin-top:42px}.systeme-guide .compare-table{min-width:700px}.systeme-guide .pricing-table{min-width:760px}}@media(prefers-reduced-motion:reduce){.systeme-guide .guide-body .card,.systeme-guide .toc a,.systeme-guide .flow-step,.systeme-guide .steps li,.systeme-guide #more-guides li a,.systeme-guide .faq-list details{transition:none}.systeme-guide .guide-body .card:hover,.systeme-guide .toc a:hover,.systeme-guide .flow-item:hover .flow-step,.systeme-guide #more-guides li a:hover{transform:none}}.adcreative-verdict{margin-top:12px}.adcreative-verdict h2{margin-bottom:16px}.adcreative-verdict dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 24px;margin:0}.adcreative-verdict dt{color:var(--accent);font-size:.78rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.adcreative-verdict dd{margin:4px 0 0;color:var(--muted)}.adcreative-author{margin-top:36px}.adcreative-author h2{margin-bottom:10px}.adcreative-author a,.adcreative-related a{overflow-wrap:anywhere}.adcreative-guide .guide-cta{margin-top:36px}.adcreative-guide .guide-cta p{max-width:68ch}.adcreative-related{margin-top:36px}@media(max-width:767px){.adcreative-verdict dl{grid-template-columns:1fr}}.highlevel-glance{margin-top:12px}.highlevel-glance h2{margin-bottom:12px}.highlevel-summary-table{min-width:540px}.highlevel-summary-table th[scope=row]{width:180px}.highlevel-stage-list{padding-left:1.35rem}.highlevel-stage-list li+li{margin-top:8px}.highlevel-feature-list{display:grid;gap:14px}.highlevel-feature h3{margin-bottom:8px}.highlevel-feature p:last-child{margin-bottom:0}.highlevel-daily-list{display:grid;gap:14px}.highlevel-daily-list h3{margin-bottom:8px}.highlevel-daily-list p:last-child{margin-bottom:0}.highlevel-comparison{margin-top:22px}.highlevel-author,.highlevel-related{margin-top:36px}.highlevel-author h2{margin-bottom:10px}.highlevel-author a,.highlevel-related a{overflow-wrap:anywhere}@media(max-width:767px){.highlevel-summary-table th[scope=row]{width:auto}}.hvps-pros-cons-intro{max-width:68ch;color:var(--muted)}.hvps-pros-cons-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:18px}.hvps-pros-card,.hvps-cons-card{align-self:start;overflow:hidden}.hvps-pros-card{border-color:color-mix(in srgb,#4ade80 40%,var(--border));background:linear-gradient(155deg,color-mix(in srgb,#14532d 16%,var(--surface)),var(--surface) 48%)}.hvps-cons-card{border-color:color-mix(in srgb,#fbbf24 38%,var(--border));background:linear-gradient(155deg,color-mix(in srgb,#78350f 16%,var(--surface)),var(--surface) 48%)}.hvps-pros-cons-heading{display:flex;align-items:center;gap:13px;padding-bottom:16px;border-bottom:1px solid var(--border)}.hvps-pros-cons-mark{display:grid;width:40px;height:40px;flex:0 0 auto;place-items:center;border-radius:12px;font-size:1.45rem;font-weight:800}.hvps-pros-card .hvps-pros-cons-mark,.hvps-pros-card .hvps-point-mark{color:#86efac;background:color-mix(in srgb,#166534 25%,transparent)}.hvps-cons-card .hvps-pros-cons-mark,.hvps-cons-card .hvps-point-mark{color:#fcd34d;background:color-mix(in srgb,#92400e 24%,transparent)}.hvps-pros-card .hvps-pros-cons-heading h3,.hvps-cons-card .hvps-pros-cons-heading h3{margin:0;color:var(--text)}.hvps-pros-cons-heading p{margin:3px 0 0;color:var(--faint);font-size:.9rem}.hvps-pros-cons-list{display:grid;gap:17px;margin:18px 0 0;padding:0;list-style:none}.hvps-pros-cons-list li{display:grid;grid-template-columns:25px minmax(0,1fr);gap:11px;align-items:start}.hvps-point-mark{display:grid;width:24px;height:24px;place-items:center;border-radius:50%;font-size:.8rem;font-weight:800}.hvps-pros-cons-list h4{margin:1px 0 4px;color:var(--text);font-size:.98rem}.hvps-pros-cons-list p{margin:0;color:var(--muted);font-size:.94rem;line-height:1.6}.hvps-pros-cons-takeaway{margin-top:16px;padding:14px 16px;border-left:3px solid var(--accent);border-radius:0 10px 10px 0;background:var(--surface);color:var(--muted)}@media(max-width:767px){.hvps-pros-cons-grid{grid-template-columns:1fr;gap:14px}.hvps-pros-card,.hvps-cons-card{padding:18px}.hvps-pros-cons-list{gap:15px}}.hostinger-vps-guide{background:radial-gradient(ellipse at 9% 0%,rgba(20,184,166,.11),transparent 34%),radial-gradient(ellipse at 96% 40%,rgba(59,130,246,.06),transparent 29%)}.hostinger-vps-guide .guide-hero{position:relative;overflow:hidden;padding:clamp(48px,8vw,92px) 0 42px;border-bottom:1px solid rgba(45,212,191,.15);background:radial-gradient(ellipse at 82% 16%,rgba(13,148,136,.2),transparent 42%),linear-gradient(145deg,#0f172a66,#0206170f)}.hostinger-vps-guide .guide-hero:after{position:absolute;right:max(-90px,calc((100vw - 1100px)/2));bottom:-220px;width:420px;height:420px;border:1px solid rgba(45,212,191,.14);border-radius:50%;box-shadow:0 0 0 34px #2dd4bf06,0 0 0 70px #2dd4bf05;content:"";pointer-events:none}.hostinger-vps-guide .guide-hero .container{position:relative;z-index:1}.hostinger-vps-guide .guide-hero .badge{border:1px solid rgba(45,212,191,.25);background:#0d948824;color:#99f6e4}.hostinger-vps-guide .guide-hero h1{max-width:850px;letter-spacing:-.035em;text-wrap:balance}.hostinger-vps-guide .guide-hero .lede{max-width:70ch;color:#dbeafe;font-size:clamp(1.08rem,2vw,1.25rem);line-height:1.7}.hostinger-vps-guide .guide-hero .disclosure-box{max-width:68ch;padding:12px 15px;border:1px solid rgba(148,163,184,.18);border-radius:12px;background:#02061752}.hostinger-vps-guide .guide-hero .actions{margin-top:22px}.hostinger-vps-guide .guide-hero .actions .btn,.hostinger-vps-guide .guide-body .btn{transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.hostinger-vps-guide .guide-hero .actions .btn:hover,.hostinger-vps-guide .guide-body .btn:hover{transform:translateY(-2px)}.hostinger-vps-guide .guide-wrap{padding-bottom:clamp(56px,8vw,96px)}.hostinger-vps-guide #at-a-glance{overflow:hidden;padding:clamp(20px,3vw,32px);border-color:#2dd4bf4d;background:radial-gradient(ellipse at top right,rgba(13,148,136,.15),transparent 48%),linear-gradient(145deg,#102a35,#0b1224 72%);box-shadow:0 20px 50px #0206173d}.hostinger-vps-guide .guide-layout{gap:clamp(24px,4vw,44px)}.hostinger-vps-guide .toc-desktop{padding:12px;border:1px solid rgba(45,212,191,.16);border-radius:16px;background:#0b1224c7;box-shadow:0 16px 36px #0206172b;scrollbar-color:#475569 transparent;scrollbar-width:thin}.hostinger-vps-guide .toc-label,.hostinger-vps-guide .toc a span{color:#5eead4}.hostinger-vps-guide .toc a{padding:8px;border-radius:8px;transition:color .15s ease,background .15s ease,transform .15s ease}.hostinger-vps-guide .toc a:hover,.hostinger-vps-guide .toc a:focus-visible{transform:translate(2px);background:#0d948826;color:#ecfeff}.hostinger-vps-guide .guide-body>section{margin-top:clamp(40px,6vw,62px)}.hostinger-vps-guide .guide-body>section>h2{position:relative;margin-bottom:18px;padding-bottom:12px;letter-spacing:-.02em}.hostinger-vps-guide .guide-body>section>h2:after{position:absolute;bottom:0;left:0;width:52px;height:3px;border-radius:3px;background:linear-gradient(90deg,#5eead4,#0d9488);content:""}.hostinger-vps-guide .guide-body>section>p{max-width:76ch;line-height:1.78}.hostinger-vps-guide .guide-body a:not(.btn){text-decoration-color:#5eead47a;text-underline-offset:3px;transition:color .15s ease,text-decoration-color .15s ease}.hostinger-vps-guide .guide-body a:not(.btn):hover{color:#99f6e4;text-decoration-color:currentColor}.hostinger-vps-guide .guide-body .card:not(.hvps-pros-card):not(.hvps-cons-card){border-color:#64748b57;background:linear-gradient(145deg,#111c35f0,#0f172af0);transition:border-color .18s ease,transform .18s ease,box-shadow .18s ease}.hostinger-vps-guide .guide-body .card:not(.hvps-pros-card):not(.hvps-cons-card):hover{transform:translateY(-3px);border-color:#2dd4bf7a;box-shadow:0 18px 34px #0206173d}.hostinger-vps-guide .hvps-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:20px}.hostinger-vps-guide .hvps-feature-card{position:relative;overflow:hidden;padding:22px 24px 24px;border-color:#2dd4bf33!important;background:radial-gradient(ellipse at top right,rgba(13,148,136,.12),transparent 58%),linear-gradient(145deg,#102a35,#0b1224 76%)!important}.hostinger-vps-guide .hvps-feature-card:before{position:absolute;inset:0 auto 0 0;width:3px;background:linear-gradient(180deg,#99f6e4,#0d9488 62%,transparent);content:""}.hostinger-vps-guide .hvps-feature-number{display:inline-flex;align-items:center;justify-content:center;min-width:36px;height:30px;margin-bottom:15px;padding:0 9px;border:1px solid rgba(94,234,212,.23);border-radius:9px;background:#0d948821;color:#99f6e4;font-size:.76rem;font-weight:800;letter-spacing:.08em;font-variant-numeric:tabular-nums}.hostinger-vps-guide .hvps-feature-card h3{margin:0 0 9px;color:#f8fafc;font-size:1.08rem;line-height:1.35}.hostinger-vps-guide .hvps-feature-card p{margin:0;color:#cbd5e1;font-size:.96rem;line-height:1.7}.hostinger-vps-guide .table-wrap{border:1px solid rgba(45,212,191,.2);border-radius:14px;background:#0b1224c7;scrollbar-color:#0d9488 #0b1224;scrollbar-width:thin}.hostinger-vps-guide .compare-table th{background:#102a35}.hostinger-vps-guide .compare-table thead th{position:sticky;top:0;z-index:1;background:linear-gradient(135deg,#164e63,#123044);color:#ecfeff}.hostinger-vps-guide .compare-table tbody tr{transition:background .14s ease}.hostinger-vps-guide .compare-table tbody tr:hover{background:#0d948813}.hostinger-vps-guide .compare-table th,.hostinger-vps-guide .compare-table td{border-color:#64748b42;line-height:1.55}.hostinger-vps-guide .guide-flow .flow-step{min-height:42px;padding-inline:13px;border-color:#2dd4bf4d;background:linear-gradient(145deg,#164e63,#0f172a);transition:transform .15s ease,border-color .15s ease,background .15s ease}.hostinger-vps-guide .guide-flow .flow-item:hover .flow-step{transform:translateY(-2px);border-color:#2dd4bf;background:#134e4a}.hostinger-vps-guide .guide-flow .flow-arrow{color:#5eead4}.hostinger-vps-guide .faq-list details{margin:9px 0;padding:0 16px;border:1px solid rgba(100,116,139,.28);border-radius:12px;background:#0f172a9e;transition:border-color .16s ease,background .16s ease}.hostinger-vps-guide .faq-list details:hover,.hostinger-vps-guide .faq-list details[open]{border-color:#2dd4bf80;background:#102a35e0}.hostinger-vps-guide .faq-list summary{padding:16px 2px;color:#ecfeff;line-height:1.5}.hostinger-vps-guide .faq-list summary::marker{color:#5eead4}.hostinger-vps-guide .faq-list details p{padding:0 2px 15px;color:var(--muted);line-height:1.7}.hostinger-vps-guide .author-box{padding:clamp(20px,3vw,30px);border-color:#2dd4bf40}.hostinger-vps-guide .toc-mobile{border-color:#2dd4bf52;background:#0b1224eb}.hostinger-vps-guide .toc-mobile summary{color:#ecfeff}@media(max-width:1024px){.hostinger-vps-guide .toc-desktop{display:none}}@media(max-width:767px){.hostinger-vps-guide .guide-hero{padding-top:44px;padding-bottom:34px}.hostinger-vps-guide .hvps-feature-grid{grid-template-columns:1fr;gap:13px}.hostinger-vps-guide .hvps-feature-card{padding:19px 20px 21px}.hostinger-vps-guide .compare-table{min-width:700px}}@media(prefers-reduced-motion:reduce){.hostinger-vps-guide .guide-body .card,.hostinger-vps-guide .toc a,.hostinger-vps-guide .flow-step,.hostinger-vps-guide .faq-list details{transition:none}.hostinger-vps-guide .guide-body .card:hover,.hostinger-vps-guide .toc a:hover,.hostinger-vps-guide .flow-item:hover .flow-step{transform:none}}
