:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#fff;background-color:#030406;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%}body{background:#030406;color:#fff}button,input,textarea,select{font:inherit}img{display:block;max-width:100%}.site-header{position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;max-width:1200px;margin:0 auto;background:#030406f0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid rgba(255,255,255,.06)}.site-logo{width:2.8rem;height:auto;display:block}.site-header__brand{display:flex;align-items:center;gap:.85rem}.site-brand__name{color:#fff;font-weight:700;font-size:1rem;letter-spacing:.04em}.site-nav{display:flex;flex-wrap:wrap;gap:1.2rem;align-items:center}.site-nav a{color:#ffffffbf;text-decoration:none;font-weight:500;transition:color .18s ease}.site-nav a:hover{color:#ff1f1f}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;background:radial-gradient(circle at top left,rgba(255,255,255,.04),transparent 25%),radial-gradient(circle at bottom right,rgba(255,0,0,.18),transparent 18%),linear-gradient(180deg,#070809,#090a0d);color:#fff;overflow:hidden;position:relative}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#00000080,#000000bf);pointer-events:none;z-index:0}.hero__content{position:relative;z-index:1;max-width:840px;width:100%}.hero__eyebrow{display:inline-flex;align-items:center;justify-content:center;padding:.85rem 1.45rem;margin-bottom:1.4rem;border-radius:999px;background:#ff00001f;color:#ff4d4d;text-transform:uppercase;letter-spacing:.24em;font-size:.8rem;font-weight:700}.hero__title{margin:0;font-size:clamp(3.4rem,5vw,5.8rem);line-height:.98;letter-spacing:-.04em;max-width:12ch;font-weight:800}.hero__title span{display:block;color:#ff1f1f}.hero__subtitle{margin:1.8rem 0 0;max-width:44rem;font-size:1.05rem;line-height:1.85;color:#ffffffd1}.hero__actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2.4rem}.btn{border:none;border-radius:999px;min-width:12rem;padding:1rem 1.6rem;font-weight:700;font-size:1rem;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease}.btn--primary{color:#fff;background:linear-gradient(90deg,#ff1d1d,#f31844);box-shadow:0 18px 40px #ff1d1d3d}.btn--secondary{color:#fff;background:#ffffff12;border:1px solid rgba(255,255,255,.18)}.btn:hover{transform:translateY(-2px)}.hero__scroll-indicator{display:inline-flex;align-items:center;gap:.85rem;margin-top:3rem;color:#ffffffbf;font-size:.95rem}.hero__scroll-indicator span{display:inline-block;width:.35rem;height:1.5rem;border-radius:999px;background:#ff1f1f}.services{position:relative;z-index:1;max-width:1200px;margin:0 auto;padding:5rem 1.5rem 3rem}.services__intro{text-align:center;margin-bottom:3rem}.services__title{margin:0;font-size:clamp(2.5rem,4vw,4rem);line-height:1.05;font-weight:800}.services__title span{color:#ff1f1f}.services__subtitle{margin:1rem auto 0;max-width:42rem;color:#ffffffb8;font-size:1rem;line-height:1.8}.services__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.service-card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:24px;padding:2rem;min-height:240px;display:flex;flex-direction:column;gap:1.25rem;transition:transform .22s ease,border-color .22s ease,background-color .22s ease}.service-card:hover{transform:translateY(-6px);background:#ffffff0f;border-color:#ffffff29}.service-card__icon{width:3.25rem;height:3.25rem;display:grid;place-items:center;border-radius:18px;background:#ff1f1f24;color:#ff3a3a;font-size:1.6rem}.service-card__icon i{font-size:1.4rem}.service-card h3{margin:0;font-size:1.3rem;line-height:1.2}.service-card p{margin:0;color:#ffffffb8;line-height:1.75}.choose{position:relative;z-index:1;max-width:1200px;margin:0 auto;padding:4rem 1.5rem 6rem}.choose__intro{text-align:center;margin-bottom:3rem}.choose__title{margin:0;font-size:clamp(2.5rem,4vw,4rem);line-height:1.05;font-weight:800}.choose__title span{color:#ff1f1f}.choose__subtitle{margin:1rem auto 0;max-width:42rem;color:#ffffffb8;font-size:1rem;line-height:1.8}.choose__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}.choose-card{display:flex;flex-direction:column;align-items:center;gap:1.25rem;padding:2rem;border-radius:28px;background:#ffffff08;border:1px solid rgba(255,255,255,.08);text-align:center;transition:transform .22s ease,box-shadow .22s ease,background-color .22s ease}.choose-card:hover{transform:translateY(-6px);background:#ffffff0f;box-shadow:0 20px 50px #0000002e}.choose-card__icon{width:4.25rem;height:4.25rem;display:grid;place-items:center;border-radius:20px;background:linear-gradient(180deg,#ff1f1f,#be0000);color:#fff;font-size:1.75rem}.choose-card__icon i{font-size:1.6rem}.choose-card h3{margin:0;font-size:1.35rem;line-height:1.25}.choose-card p{margin:0;color:#ffffffb8;line-height:1.75}.process{position:relative;z-index:1;max-width:1200px;margin:0 auto;padding:4rem 1.5rem 6rem}.process__intro{text-align:center;margin-bottom:3rem}.process__title{margin:0;font-size:clamp(2.5rem,4vw,4rem);line-height:1.05;font-weight:800}.process__title span{color:#ff1f1f}.process__subtitle{margin:1rem auto 0;max-width:42rem;color:#ffffffb8;font-size:1rem;line-height:1.8}.process__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}.process-card{display:flex;flex-direction:column;align-items:center;gap:1.5rem;padding:2.25rem 1.75rem;border-radius:28px;background:#ffffff05;border:1px solid rgba(255,255,255,.06);text-align:center;transition:transform .22s ease,box-shadow .22s ease,background-color .22s ease}.process-card:hover{transform:translateY(-6px);background:#ffffff0f;box-shadow:0 20px 50px #0000002e}.process-card__icon{width:5rem;height:5rem;display:grid;place-items:center;border-radius:50%;background:#111316;border:2px solid rgba(255,31,31,.85);color:#ff1f1f;font-size:1.75rem;position:relative}.process-card__icon i{font-size:1.6rem}.process-card__icon:after{content:"";position:absolute;top:50%;right:-1rem;width:2rem;height:2rem;border-radius:50%;background:#ff1f1f;transform:translateY(-50%);z-index:-1}.process-card h3{margin:0;font-size:1.35rem;line-height:1.25}.process-card p{margin:0;color:#ffffffb8;line-height:1.75}.testimonials{position:relative;z-index:1;max-width:1200px;margin:0 auto;padding:4rem 1.5rem 6rem}.testimonials__intro{text-align:center;margin-bottom:3rem}.testimonials__title{margin:0;font-size:clamp(2.5rem,4vw,4rem);line-height:1.05;font-weight:800}.testimonials__title span{color:#ff1f1f}.testimonial__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.testimonial-card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:28px;padding:2rem;display:flex;flex-direction:column;gap:1.25rem;color:#ffffffe0}.testimonial-card--highlight{border-color:#ff1f1ff2}.testimonial-card__avatar{width:4.5rem;height:4.5rem;border-radius:50%;background:linear-gradient(180deg,#ff1f1f,#d10000);color:#fff;display:grid;place-items:center;font-weight:800;font-size:1.1rem;box-shadow:0 18px 30px #0000002e}.testimonial-card__header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.testimonial-card__header h3{margin:0;font-size:1.2rem}.testimonial-card__header p{margin:.25rem 0 0;color:#ffffffa6;font-size:.95rem}.testimonial-card__quote{color:#ff1f1f80;font-size:3rem;line-height:1}.testimonial-card__stars{color:#ff1f1f;letter-spacing:.1em;font-size:1rem}.testimonial-card p{margin:0;color:#ffffffb8;line-height:1.8}.showcase{position:relative;z-index:1;max-width:1200px;margin:0 auto;padding:4rem 1.5rem 6rem}.showcase__intro{text-align:center;margin-bottom:3rem}.showcase__title{margin:0;font-size:clamp(2.5rem,4vw,4rem);line-height:1.05;font-weight:800}.showcase__title span{color:#ff1f1f}.showcase__subtitle{margin:1rem auto 0;max-width:42rem;color:#ffffffb8;font-size:1rem;line-height:1.8}.showcase__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.showcase-card{border-radius:28px;overflow:hidden;background:#ffffff05;border:1px solid rgba(255,255,255,.08);transition:transform .22s ease,box-shadow .22s ease}.showcase-card:hover{transform:translateY(-8px);box-shadow:0 30px 60px #0003}.showcase-card__images{position:relative;width:100%;height:280px;display:flex;overflow:hidden}.showcase-card__before,.showcase-card__after{position:relative;width:50%;height:100%;display:flex;align-items:center;justify-content:center;font-size:3rem;font-weight:300;color:#fff3}.showcase-card__before{background:linear-gradient(135deg,#1a1a1a,#2a2a2a);border-right:2px solid rgba(255,255,255,.1)}.showcase-card__after{background:linear-gradient(135deg,#2a2a3a,#1a1a2a)}.showcase-badge{position:absolute;top:1rem;left:1rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:.5rem 1rem;border-radius:8px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;font-weight:700;font-size:.75rem;letter-spacing:.08em}.showcase-badge--after{background:#ff1f1fe6;border-color:#ff1f1f;color:#fff;left:auto;right:1rem}.showcase-card h3{margin:0;padding:1.5rem;font-size:1.2rem;text-align:center;color:#fff;border-top:1px solid rgba(255,255,255,.06)}.cta-section{position:relative;z-index:1;max-width:1200px;margin:0 auto;padding:5rem 1.5rem 6rem}.cta-section__content{display:grid;grid-template-columns:1.2fr 1fr;gap:2rem;align-items:start}.cta-section{position:relative;z-index:1;max-width:1200px;margin:0 auto;padding:5rem 1.5rem 6rem;background:radial-gradient(circle at top right,rgba(255,31,31,.15),transparent 28%),linear-gradient(180deg,#090a0f,#070708);border-radius:44px;overflow:hidden}.cta-section:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at center left,rgba(255,255,255,.03),transparent 18%);pointer-events:none}.cta-section__content{position:relative;z-index:1;display:grid;grid-template-columns:1.2fr .9fr;gap:2rem;align-items:start}.cta-panel{position:relative;padding:2.5rem 2.25rem;border-radius:32px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);box-shadow:0 30px 80px #00000024}.contact-form{display:grid;gap:1rem;margin-top:2rem}.contact-form__input,.contact-form__textarea{width:100%;padding:1rem;border-radius:12px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#fff;font-size:1rem;font-family:inherit;transition:border-color .2s ease,background-color .2s ease}.contact-form__input::placeholder,.contact-form__textarea::placeholder{color:#ffffff80}.contact-form__input:focus,.contact-form__textarea:focus{outline:none;background:#ffffff14;border-color:#ff1f1f}.contact-form__textarea{resize:vertical;min-height:120px}.contact-form__success{padding:1rem;border-radius:12px;background:#22c55e24;color:#4ade80;font-weight:600;text-align:center;margin:0}.cta-section__eyebrow{display:inline-flex;padding:.75rem 1.2rem;border-radius:999px;background:#ff1f1f24;color:#ff3838;font-size:.85rem;font-weight:700;margin-bottom:1rem}.cta-section__title{margin:0;font-size:clamp(2.5rem,4vw,4.5rem);line-height:1.05;font-weight:800}.cta-section__title span{color:#ff1f1f}.cta-section__text{margin:1.5rem 0 0;max-width:38rem;color:#ffffffc7;font-size:1.05rem;line-height:1.85}.cta-section__actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2.5rem}.cta-card-grid{display:grid;gap:1rem}.cta-card{position:relative;padding:2rem;border-radius:28px;background:#ffffff08;border:1px solid rgba(255,255,255,.08);display:grid;gap:1rem;overflow:hidden}.cta-card:before{content:"";position:absolute;top:-1rem;right:-1rem;width:5rem;height:5rem;border-radius:50%;background:#ff1f1f1f}.cta-card__icon{width:3.75rem;height:3.75rem;display:grid;place-items:center;border-radius:18px;background:#ff1f1f2e;color:#ff1f1f;font-size:1.5rem}.cta-card__icon i{font-size:1.4rem}.cta-card h3{margin:0;font-size:1.2rem}.cta-card p{margin:0;color:#ffffffb8;line-height:1.75}.site-footer{max-width:1200px;margin:0 auto;padding:4rem 1.5rem 3rem;color:#ffffffbf}.footer-panel{display:grid;grid-template-columns:minmax(280px,1.1fr) minmax(320px,1fr);gap:2rem;padding:2.5rem;border-radius:32px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);box-shadow:0 30px 70px #00000026}.footer-brand{display:grid;gap:1rem}.footer-logo{width:3rem;height:auto;border-radius:12px;object-fit:contain}.footer-brand__tag{justify-content:center;color:#ff4d4d;font-weight:700;letter-spacing:.08em;text-transform:uppercase;font-size:.85rem}.footer-brand p{margin:0;max-width:35rem;color:#ffffffb8;line-height:1.8}.footer-info{display:grid;grid-template-columns:repeat(2,minmax(150px,1fr));gap:1.5rem}.footer-info__block h4{margin:0 0 1rem;color:#fff;font-size:1.1rem}.footer-info__block p{margin:.45rem 0 0;color:#ffffffb3;line-height:1.9;font-size:.95rem}.footer-links{display:grid;gap:.8rem}.footer-links a{color:#ffffffb8;text-decoration:none;transition:color .18s ease}.footer-links a:hover{color:#ff1f1f}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;font-size:.95rem;color:#ffffffa6;gap:1rem}.footer-bottom p{margin:0}.footer-socials{display:flex;gap:1rem}.footer-socials a{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:14px;background:#ffffff0f;color:#ff1f1f;text-decoration:none;font-size:1rem;transition:transform .2s ease,background-color .2s ease,color .2s ease,box-shadow .2s ease}.footer-socials a:hover{transform:translateY(-4px) scale(1.08);background:linear-gradient(135deg,#ff1f1f,#be0000);color:#fff;box-shadow:0 12px 30px #ff1f1f47}@media(max-width:980px){.footer-panel,.footer-info{grid-template-columns:1fr}}@media(max-width:980px){.cta-section__content,.footer-grid{grid-template-columns:1fr}}@media(max-width:720px){.hero{padding:1.5rem}.hero__title{font-size:3rem}.hero__actions{flex-direction:column;align-items:stretch}.btn{width:100%}}
