*,:before,:after{box-sizing:border-box}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd,ul,ol{margin:0}ul,ol{padding:0;list-style:none}img,svg{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit;color:inherit}:root{--brand-red:#c90101;--brand-red-dark:#9c0101;--brand-red-light:#ff3b3b;--brand-navy:#101f28;--radius-sm:6px;--radius-md:12px;--radius-lg:20px;--shadow-sm:0 1px 2px #101f280f, 0 1px 3px #101f2814;--shadow-md:0 8px 24px #101f281a;--shadow-lg:0 20px 48px #101f2829;--container:1180px;--font-body:"Inter", system-ui, -apple-system, "Segoe UI", sans-serif;--font-heading:"Poppins", "Inter", system-ui, sans-serif;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#fff;--bg-alt:#f6f7f9;--bg-inverse:var(--brand-navy);--surface:#fff;--surface-hover:#fbfbfc;--border:#e6e9ec;--text:#16232c;--text-muted:#545f68;--text-soft:#889299;--on-primary:#fff;--on-inverse:#eef1f3;--on-inverse-muted:#aeb9c0;--primary:var(--brand-red);--primary-hover:var(--brand-red-dark);--focus-ring:#c9010159}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#0b1318;--bg-alt:#0f1a21;--bg-inverse:#060c10;--surface:#121e26;--surface-hover:#16242d;--border:#22323c;--text:#eef2f4;--text-muted:#a7b3ba;--text-soft:#7c8991;--on-primary:#fff;--on-inverse:#eef1f3;--on-inverse-muted:#9caab3;--primary:#ff3b3b;--primary-hover:#ff5c5c;--focus-ring:#ff3b3b66}body{font-family:var(--font-body);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:1.65;transition:background-color .25s,color .25s;overflow-x:hidden}h1,h2,h3,h4{font-family:var(--font-heading);color:var(--text);font-weight:700;line-height:1.2}h1{letter-spacing:-.02em;font-size:clamp(2.1rem,4.5vw,3.4rem)}h2{letter-spacing:-.01em;font-size:clamp(1.6rem,3vw,2.3rem)}h3{font-size:1.25rem}p{color:var(--text-muted)}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid var(--focus-ring);outline-offset:2px}.container{width:100%;max-width:var(--container);margin:0 auto;padding:0 24px}.section{padding:88px 0}.section--tight{padding:56px 0}.section--alt{background:var(--bg-alt)}.section--inverse{background:var(--bg-inverse);color:var(--on-inverse)}.section--inverse p{color:var(--on-inverse-muted)}.section--inverse h1,.section--inverse h2,.section--inverse h3{color:#fff}.section-header{text-align:center;max-width:640px;margin:0 auto 48px}.page-header{padding-bottom:56px;position:relative;overflow:hidden}.page-header:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(circle,#c901012b,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:-180px;right:-160px}:root[data-theme=dark] .page-header:before{background:radial-gradient(circle,#ff3b3b33,#0000 70%)}.page-header:after{content:"";pointer-events:none;z-index:0;background-image:url(/patterns/network-light.svg);background-position:top;background-repeat:no-repeat;background-size:100%;position:absolute;inset:0}:root[data-theme=dark] .page-header:after{background-image:url(/patterns/network-dark.svg)}.page-header .container{z-index:1;position:relative}.section-header--left{text-align:left;margin:0 0 40px}.eyebrow{letter-spacing:.1em;text-transform:uppercase;color:var(--primary);align-items:center;gap:8px;margin-bottom:14px;font-size:.8rem;font-weight:700;display:inline-flex}.eyebrow:before{content:"";background:var(--primary);border-radius:2px;width:22px;height:2px}.section-subtitle{margin-top:14px;font-size:1.05rem}.grid{gap:28px;display:grid}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}@media (width<=900px){.grid-4,.grid-3{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}.btn{border-radius:var(--radius-sm);cursor:pointer;white-space:nowrap;border:1px solid #0000;justify-content:center;align-items:center;gap:8px;padding:13px 26px;font-size:.95rem;font-weight:600;transition:transform .15s,background-color .15s,border-color .15s,color .15s,box-shadow .15s;display:inline-flex}.btn:active{transform:translateY(1px)}.btn-primary{background:var(--primary);color:var(--on-primary);box-shadow:0 6px 16px #c9010147}.btn-primary:hover{background:var(--primary-hover)}.btn-outline{border-color:var(--border);color:var(--text);background:0 0}.btn-outline:hover{border-color:var(--primary);color:var(--primary)}.btn-inverse{color:var(--brand-navy);background:#fff}.btn-inverse:hover{background:#e9edef}.btn-ghost-inverse{color:#fff;background:0 0;border-color:#ffffff59}.btn-ghost-inverse:hover{background:#ffffff14;border-color:#fff}.btn-lg{padding:15px 32px;font-size:1rem}.btn-block{width:100%}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:32px;transition:transform .2s,box-shadow .2s,border-color .2s}.card--hover:hover{transform:translateY(calc(var(--reveal-y,0px) - 4px));box-shadow:var(--shadow-md);border-color:#0000}.badge{letter-spacing:.03em;color:var(--primary);background:#c901011a;border-radius:999px;align-items:center;padding:5px 12px;font-size:.78rem;font-weight:700;display:inline-flex}.field{flex-direction:column;gap:8px;margin-bottom:20px;display:flex}.field label{color:var(--text);font-size:.85rem;font-weight:600}.field input,.field select,.field textarea{border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface);width:100%;color:var(--text);padding:13px 16px;transition:border-color .15s,box-shadow .15s}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--focus-ring);outline:none}.field textarea{resize:vertical;min-height:140px}.text-center{text-align:center}.mt-0{margin-top:0}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.reveal-group>*{--reveal-y:28px;opacity:0;transform:translateY(var(--reveal-y));transition:opacity .6s cubic-bezier(.16,1,.3,1),transform .6s cubic-bezier(.16,1,.3,1)}.reveal-group.is-visible>*{--reveal-y:0px;opacity:1}.reveal-group>:first-child{transition-delay:0s}.reveal-group>:nth-child(2){transition-delay:80ms}.reveal-group>:nth-child(3){transition-delay:.16s}.reveal-group>:nth-child(4){transition-delay:.24s}.reveal-group>:nth-child(5){transition-delay:.32s}.reveal-group>:nth-child(6){transition-delay:.4s}.reveal-group>:nth-child(7){transition-delay:.48s}.reveal-group>:nth-child(8){transition-delay:.56s}@media (prefers-reduced-motion:reduce){.reveal-group>*{opacity:1;transition:none;transform:none}}.logo{flex-shrink:0;align-items:center;display:inline-flex}.logo__img{width:auto;height:40px;display:block}@media (width<=480px){.logo__img{height:34px}}.theme-toggle{border:1px solid var(--border);background:var(--surface);width:40px;height:40px;color:var(--text);cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:border-color .15s,color .15s,background-color .15s;display:inline-flex}.theme-toggle:hover{border-color:var(--primary);color:var(--primary)}.theme-toggle__icon--sun{display:none}:root[data-theme=dark] .theme-toggle__icon--sun{display:block}:root[data-theme=dark] .theme-toggle__icon--moon{display:none}.navbar{z-index:100;background:var(--bg);border-bottom:1px solid #0000;transition:border-color .2s,box-shadow .2s,background-color .2s;position:sticky;top:0}.navbar--scrolled{border-bottom-color:var(--border);box-shadow:var(--shadow-sm)}.navbar__inner{justify-content:space-between;align-items:center;gap:24px;height:84px;display:flex}.navbar__links{flex:1;justify-content:center;align-items:center;gap:30px;display:flex}.navbar__link{color:var(--text-muted);padding:8px 0;font-size:.94rem;font-weight:600;transition:color .15s;position:relative}.navbar__link:after{content:"";background:var(--primary);height:2px;transition:transform .2s;position:absolute;bottom:-2px;left:0;right:0;transform:scaleX(0)}.navbar__link:hover,.navbar__link--active{color:var(--text)}.navbar__link--active:after{transform:scaleX(1)}.navbar__actions{align-items:center;gap:14px;display:flex}.navbar__cta{padding:11px 22px}.navbar__burger{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);cursor:pointer;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;display:none}.navbar__burger span{background:var(--text);width:18px;height:2px;margin:0 auto;transition:transform .2s,opacity .2s;display:block}.navbar__burger--open span:first-child{transform:translateY(7px)rotate(45deg)}.navbar__burger--open span:nth-child(2){opacity:0}.navbar__burger--open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.navbar__mobile{display:none}@media (width<=940px){.navbar__links,.navbar__cta{display:none}.navbar__burger{display:flex}.navbar__mobile{background:var(--bg);border-top:1px solid #0000;max-height:0;transition:max-height .25s,border-color .25s;display:block;overflow:hidden}.navbar__mobile--open{border-top-color:var(--border);max-height:480px}.navbar__mobile nav{flex-direction:column;padding:8px 24px 0;display:flex}.navbar__mobile-link{color:var(--text-muted);border-bottom:1px solid var(--border);padding:14px 0;font-size:1rem;font-weight:600}.navbar__mobile-link.navbar__link--active{color:var(--primary)}.navbar__mobile .btn{width:calc(100% - 48px);margin:20px 24px 24px}}.footer{background:var(--brand-navy);color:var(--on-inverse-muted);padding:72px 0 0}.footer__grid{border-bottom:1px solid #ffffff1a;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:40px;padding-bottom:56px;display:grid}.footer__brand p{color:var(--on-inverse-muted);max-width:320px;margin-top:18px;font-size:.92rem}.footer__social{gap:10px;margin-top:22px;display:flex}.footer__social a{color:#fff;border:1px solid #ffffff2e;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:.8rem;font-weight:700;transition:background-color .15s,border-color .15s;display:flex}.footer__social a:hover{background:var(--brand-red);border-color:var(--brand-red)}.footer__col h4{color:#fff;margin-bottom:20px;font-size:.95rem}.footer__col ul{flex-direction:column;gap:12px;display:flex}.footer__col a{color:var(--on-inverse-muted);font-size:.92rem;transition:color .15s}.footer__col a:hover{color:#fff}.footer__contact li{color:var(--on-inverse-muted);font-size:.92rem}.footer__bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;padding:24px 0;font-size:.85rem;display:flex}@media (width<=900px){.footer__grid{grid-template-columns:1fr 1fr}.footer__brand{grid-column:1/-1}}@media (width<=560px){.footer__grid{grid-template-columns:1fr}.footer__bottom{text-align:center;flex-direction:column}}.cta-band__actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;display:flex}.hero{background:var(--bg-alt);position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#c901012b,#0000 70%);border-radius:50%;width:680px;height:680px;position:absolute;top:-200px;right:-180px}:root[data-theme=dark] .hero:before{background:radial-gradient(circle,#ff3b3b33,#0000 70%)}.hero:after{content:"";pointer-events:none;z-index:0;background-image:url(/patterns/network-light.svg);background-position:top;background-repeat:no-repeat;background-size:100% 100%;position:absolute;inset:0}:root[data-theme=dark] .hero:after{background-image:url(/patterns/network-dark.svg)}.hero__inner{z-index:1;grid-template-columns:1.15fr .85fr;align-items:center;gap:48px;padding:96px 24px 88px;display:grid;position:relative}.hero__content h1{margin-top:16px}.hero__highlight{color:var(--primary)}.hero__lede{max-width:520px;margin-top:22px;font-size:1.1rem}.hero__actions{flex-wrap:wrap;gap:16px;margin-top:34px;display:flex}.hero__panel{flex-direction:column;gap:20px;display:flex}.hero__panel-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-md);align-items:center;gap:16px;padding:20px 24px;display:flex}.hero__panel-card strong{color:var(--text);font-size:1rem;display:block}.hero__panel-card p{margin-top:2px;font-size:.88rem}.hero__dot{background:var(--primary);border-radius:50%;flex-shrink:0;width:12px;height:12px}.value-strip{border-bottom:1px solid var(--border)}.value-card h3{margin-bottom:8px;font-size:1.05rem}.value-card p{font-size:.92rem}.value-card:before{content:"";background:var(--primary);border-radius:4px;width:34px;height:4px;margin-bottom:16px;display:block}.hosting-promo{background:var(--bg-inverse);color:var(--on-inverse);border-radius:var(--radius-lg);grid-template-columns:1.4fr .6fr;align-items:center;gap:40px;padding:48px 52px;display:grid;position:relative;overflow:hidden}.hosting-promo:before{content:"";pointer-events:none;background:radial-gradient(circle,#ff3b3b40,#0000 70%);border-radius:50%;width:420px;height:420px;position:absolute;top:-140px;right:-120px}.hosting-promo__copy{position:relative}.hosting-promo__copy h2{color:var(--on-inverse);margin-top:14px}.hosting-promo__price{color:var(--brand-red-light)}.hosting-promo__copy>p{color:var(--on-inverse-muted);max-width:520px;margin-top:14px}.hosting-promo__points{flex-wrap:wrap;gap:10px 26px;margin-top:20px;display:flex}.hosting-promo__points li{color:var(--on-inverse);padding-left:22px;font-size:.9rem;font-weight:600;position:relative}.hosting-promo__points li:before{content:"✓";color:var(--brand-red-light);font-weight:700;position:absolute;top:0;left:0}.hosting-promo__action{flex-direction:column;align-items:center;gap:16px;display:flex;position:relative}.hosting-promo__link{color:var(--on-inverse);text-underline-offset:4px;font-size:.92rem;font-weight:600;text-decoration:underline}.hosting-promo__link:hover{color:var(--brand-red-light)}@media (width<=860px){.hosting-promo{grid-template-columns:1fr;padding:36px 28px}.hosting-promo__action{align-items:flex-start}}.about-teaser{grid-template-columns:1.3fr 1fr;align-items:start;gap:56px;display:grid}.about-teaser__copy p{margin-top:16px}.about-teaser__copy .btn{margin-top:26px}.about-teaser__list ul{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);flex-direction:column;gap:16px;padding:32px;display:flex}.about-teaser__list li{color:var(--text);padding-left:28px;font-size:.95rem;position:relative}.about-teaser__list li:before{content:"";border:2px solid var(--primary);background:#c901011f;border-radius:50%;width:16px;height:16px;position:absolute;top:6px;left:0}.service-card p{margin:12px 0 18px;font-size:.94rem}.service-card__link{color:var(--primary);font-size:.9rem;font-weight:700}.process-card{padding:8px}.process-card__step{font-family:var(--font-heading);color:var(--primary);opacity:.4;margin-bottom:10px;font-size:1.6rem;font-weight:800;display:block}.process-card h3{margin-bottom:8px}.process-card p{font-size:.92rem}@media (width<=940px){.hero__inner{grid-template-columns:1fr;padding-top:56px}.hero__panel{flex-direction:row;padding-bottom:8px;overflow-x:auto}.hero__panel-card{min-width:240px;transform:none!important}.about-teaser{grid-template-columns:1fr}}.about-story{grid-template-columns:1.2fr 1fr;align-items:start;gap:56px;display:grid}.about-story__copy p{margin-top:16px}.about-story__panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:32px}.about-story__panel h3{margin-bottom:18px;font-size:1.05rem}.about-story__panel ul{flex-direction:column;gap:14px;display:flex}.about-story__panel li{color:var(--text-muted);padding-left:24px;font-size:.92rem;position:relative}.about-story__panel li:before{content:"";background:var(--primary);border-radius:2px;width:10px;height:10px;position:absolute;top:7px;left:0}.approach{grid-template-columns:.9fr 1.1fr;align-items:start;gap:56px;display:grid}.approach__list{grid-template-columns:1fr 1fr;gap:16px 24px;display:grid}.approach__list li{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);padding:16px 16px 16px 44px;font-size:.92rem;position:relative}.approach__list li:before{content:"✓";background:var(--primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.7rem;display:flex;position:absolute;top:16px;left:16px}@media (width<=900px){.about-story,.approach,.approach__list{grid-template-columns:1fr}}.services-list{padding-top:24px}.service-block{border-bottom:1px solid var(--border);grid-template-columns:220px 1fr;align-items:start;gap:48px;padding:48px 0;display:grid}.service-block:last-child{border-bottom:none}.service-block--reverse{direction:rtl}.service-block--reverse>*{direction:ltr}.service-block__visual{border-radius:var(--radius-lg);background:linear-gradient(135deg, var(--brand-navy), #1c303d);justify-content:center;align-items:center;height:140px;display:flex;position:sticky;top:110px}.service-block__visual span{font-family:var(--font-heading);color:#ffffffe6;font-size:2.6rem;font-weight:800}.service-block__copy h2{margin-bottom:14px}.service-block__copy p{max-width:640px;margin-bottom:22px}.service-block__copy ul{grid-template-columns:1fr 1fr;gap:12px 24px;display:grid}.service-block__copy li{color:var(--text);padding-left:22px;font-size:.92rem;position:relative}.service-block__copy li:before{content:"✓";color:var(--primary);font-weight:700;position:absolute;top:1px;left:0}.stack-grid{flex-wrap:wrap;justify-content:center;gap:14px;display:flex}.stack-pill{background:var(--surface);border:1px solid var(--border);border-radius:999px;padding:12px 22px;font-size:.9rem;font-weight:600}@media (width<=760px){.service-block,.service-block--reverse{direction:ltr;grid-template-columns:1fr}.service-block__visual{height:90px;position:static}.service-block__copy ul{grid-template-columns:1fr}}.portfolio-card{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);transition:transform .2s,box-shadow .2s;overflow:hidden}.portfolio-card:hover{transform:translateY(calc(var(--reveal-y,0px) - 4px));box-shadow:var(--shadow-md)}.portfolio-card__media{background:linear-gradient(135deg, var(--brand-navy), #26404f);justify-content:center;align-items:center;height:180px;display:flex}.portfolio-card__media span{color:#fff;letter-spacing:.04em;text-transform:uppercase;border:1px solid #ffffff59;border-radius:999px;padding:8px 18px;font-size:.82rem;font-weight:700}.portfolio-card__body{padding:26px 28px 30px}.portfolio-card__body h3{margin-bottom:10px}.portfolio-card__body p{font-size:.93rem}.portfolio-note{text-align:center;border:1px dashed var(--border);border-radius:var(--radius-md);margin-top:40px;padding:24px}.portfolio-note p{max-width:560px;margin:0 auto;font-size:.94rem}.pricing-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);flex-direction:column;padding:36px 32px;display:flex;position:relative}.pricing-card--featured{border-color:var(--primary);box-shadow:var(--shadow-lg);transform:translateY(var(--reveal-y,0px)) scale(1.03)}.pricing-card__badge{background:var(--primary);color:#fff;border-radius:999px;padding:5px 14px;font-size:.75rem;font-weight:700;position:absolute;top:-14px;left:32px}.pricing-card h3{margin-bottom:10px}.pricing-card__tagline{min-height:42px;margin-bottom:24px;font-size:.9rem}.pricing-card ul{flex-direction:column;flex:1;gap:12px;margin-bottom:28px;display:flex}.pricing-card li{color:var(--text);padding-left:24px;font-size:.9rem;position:relative}.pricing-card li:before{content:"✓";color:var(--primary);font-weight:700;position:absolute;top:1px;left:0}@media (width<=900px){.pricing-card--featured{transform:translateY(var(--reveal-y,0px))}}.faq__list{flex-direction:column;gap:14px;max-width:760px;margin:0 auto;display:flex}.faq__item{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);padding:20px 24px}.faq__item summary{cursor:pointer;justify-content:space-between;align-items:center;font-size:.98rem;font-weight:700;list-style:none;display:flex}.faq__item summary::-webkit-details-marker{display:none}.faq__item summary:after{content:"+";color:var(--primary);font-size:1.3rem;transition:transform .2s}.faq__item[open] summary:after{transform:rotate(45deg)}.faq__item p{margin-top:14px;font-size:.92rem}.contact-grid{grid-template-columns:1.4fr 1fr;align-items:start;gap:40px;display:grid}.contact-form-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:40px}.contact-form-card h2{margin-bottom:24px}.contact-success{border-radius:var(--radius-md);background:#22a5601a;border:1px solid #22a5604d;padding:24px}.contact-success strong{color:var(--text);margin-bottom:6px;display:block}.contact-error{color:var(--primary);margin:-6px 0 18px;font-size:.88rem}.contact-error a{font-weight:700;text-decoration:underline}.contact-info{flex-direction:column;gap:24px;display:flex}.contact-info__block{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:26px 28px}.contact-info__block h3{margin-bottom:10px;font-size:1rem}.contact-info__block p{margin:0;font-size:.9rem}.contact-info__highlight{color:var(--primary);margin-top:10px;font-weight:700;display:inline-block}@media (width<=900px){.contact-grid{grid-template-columns:1fr}}
