@import url(https://fonts.googleapis.com/css2?family=Unbounded:wght@300;400;600;700;900&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{color-scheme:dark}body{background:#0a0a0a;color:#f0f0f0;font-family:Unbounded,Helvetica Neue,sans-serif;margin:0}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}a{color:inherit;text-decoration:none}::selection{background:#1e73e8;color:#fff}.app{background:#0a0a0a;color:#f0f0f0;overflow-x:hidden}.site-nav{align-items:center;align-items:space-between;display:flex;flex-direction:row;gap:24px;height:68px;justify-content:space-between;left:0;padding:0 5vw;position:fixed;right:0;top:0;transition:all .3s ease;z-index:100}.site-nav.scrolled{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0a0a0af2;border-bottom:1px solid #1a1a1a}.brand-link{align-items:center;display:flex;gap:10px}.brand-dot{background:#1e73e8;height:8px;transform:rotate(45deg);width:8px}.brand-text{color:#fff;font-size:14px;font-weight:700;letter-spacing:.1em}.brand-accent{color:#1e73e8}.desktop-nav{align-items:center;display:flex;gap:36px}.nav-link{color:#aaa;font-size:12px;font-weight:400;letter-spacing:.15em;text-transform:uppercase;transition:color .2s ease}.nav-link:hover{color:#1e73e8}.btn-outline,.btn-primary,.contact-form-button{font-family:Unbounded,sans-serif}.btn-primary{background:#1e73e8;border:none;-webkit-clip-path:polygon(0 0,calc(100% - 12px) 0,100% 12px,100% 100%,12px 100%,0 calc(100% - 12px));clip-path:polygon(0 0,calc(100% - 12px) 0,100% 12px,100% 100%,12px 100%,0 calc(100% - 12px));color:#fff;cursor:pointer;display:inline-block;font-size:11px;font-weight:700;letter-spacing:.2em;padding:16px 36px;text-transform:uppercase;transition:background .2s ease,transform .15s ease}.btn-primary:focus-visible,.btn-primary:hover{background:#1e73e8;transform:translateY(-2px)}.btn-primary.small{font-size:13px;padding:12px 24px}.btn-outline{background:#0000;border:1.5px solid #1e73e8;-webkit-clip-path:polygon(0 0,calc(100% - 10px) 0,100% 10px,100% 100%,10px 100%,0 calc(100% - 10px));clip-path:polygon(0 0,calc(100% - 10px) 0,100% 10px,100% 100%,10px 100%,0 calc(100% - 10px));color:#1e73e8;cursor:pointer;display:inline-block;font-size:11px;font-weight:600;letter-spacing:.2em;padding:14px 32px;text-transform:uppercase;transition:background .2s ease,color .2s ease}.btn-outline:focus-visible,.btn-outline:hover{background:#1e73e8;color:#fff}.hero-section{display:flex;flex-direction:column;justify-content:flex-end;min-height:75vh;overflow:hidden;padding:0 5vw 80px;position:relative}.hero-decor,.hero-decor-soft{pointer-events:none;position:absolute}.hero-decor{background:radial-gradient(ellipse at 80% 40%,#e74c3c14 0,#0000 65%);height:100%;right:0;top:0;width:55%}.hero-decor-soft{bottom:-1px;left:0;right:0}.big-number{color:#e74c3c0a;color:"#093D90";font-size:clamp(120px,22vw,280px);font-weight:900;letter-spacing:-.05em;line-height:1;position:absolute;right:5vw;top:50%;transform:translateY(-50%);-webkit-user-select:none;user-select:none}.hero-copy{max-width:900px;position:relative;z-index:1}.hero-meta{align-items:center;display:flex;gap:14px;margin-bottom:32px}.hero-meta-line{background:#1e73e8;height:1px;width:40px}.hero-meta-text{color:#1e73e8;font-size:11px;font-weight:600;letter-spacing:.3em;text-transform:uppercase}.hero-title{color:#fff;font-size:clamp(48px,9vw,110px);font-weight:900;letter-spacing:-.03em;line-height:.95;margin-bottom:32px}.hero-title-accent{-webkit-text-stroke:1px #1e73e8;-webkit-text-fill-color:#0000;color:#0000}.hero-copy p{color:#888;font-family:sans-serif;font-size:15px;font-weight:300;line-height:1.7;margin-bottom:48px;max-width:460px}.hero-actions{align-items:center;display:flex;flex-wrap:wrap;gap:16px}.ticker-section{background:#1e73e8;overflow:hidden;padding:14px 0}.ticker{animation:ticker 20s linear infinite;white-space:nowrap}.ticker,.ticker span{display:flex;gap:48px}.ticker span{color:#fff;font-size:11px;font-weight:600;letter-spacing:.3em;text-transform:uppercase}@keyframes ticker{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.contact-section,.how-section,.section-stats,.services-section,.why-section{padding:100px 5vw}.section-header{align-items:flex-end;display:flex;flex-wrap:wrap;gap:24px;justify-content:space-between;margin-bottom:64px}@media (max-width:480px){.section-stats{align-items:flex-start;display:flex;flex-direction:column}}.section-stats{background:#0a0a0a;display:flex;flex-direction:row;justify-content:center}.services-grid,.stats-grid,.steps-grid,.why-grid{grid-gap:2rem;display:grid;gap:2rem}.stats-grid{grid-template-columns:repeat(3,1fr)}.stat-block{border-top:2px solid #1e73e8;padding:40px 24px}.stat-block .stat-label,.stat-block h3{margin:0}.stat-value{color:#fff;font-size:clamp(36px,5vw,58px);font-weight:900;letter-spacing:-.03em;margin-bottom:10px}.stat-label{color:#666;font-family:sans-serif;font-size:12px;letter-spacing:.1em}.glow-line{background:linear-gradient(90deg,#0000,#1e73e8,#0000);height:1px}.glow-spaced{margin:0 5vw}.services-grid{grid-template-columns:repeat(3,1fr)}.service-card{background:#111;border:1px solid #1e1e1e;-webkit-clip-path:polygon(0 0,calc(100% - 16px) 0,100% 16px,100% 100%,0 100%);clip-path:polygon(0 0,calc(100% - 16px) 0,100% 16px,100% 100%,0 100%);padding:36px 28px;transition:border-color .3s ease,transform .3s ease}.service-card:hover{border-color:#1e73e8;transform:translateY(-4px)}.service-icon{font-size:36px;margin-bottom:20px}.service-title{color:#fff;font-size:14px;font-weight:700;letter-spacing:.05em;margin-bottom:10px}.service-desc{color:#555;font-family:sans-serif;font-size:13px;line-height:1.6}.how-section{background:#080808}.step-card{background:#0f0f0f;border-left:2px solid #1e73e8;padding:24px 28px;transition:background .3s ease}.step-card:hover{background:#141414}.step-number{color:#1e73e8;font-size:11px;font-weight:700;letter-spacing:.2em;margin-bottom:20px}.step-title{color:#fff;font-size:16px;font-weight:700;letter-spacing:.03em;margin-bottom:12px}.step-desc{color:#555;font-family:sans-serif;font-size:13px;line-height:1.7}.why-grid{align-items:center;gap:80px;grid-template-columns:1fr 1fr}.why-header,.why-heading{margin-bottom:40px}.why-heading{color:#fff;font-size:clamp(28px,4vw,48px);font-weight:900;line-height:1.05}.benefit-row{display:flex;gap:20px;margin-bottom:28px}.benefit-dot{background:#1e73e8;border-radius:50%;flex-shrink:0;height:6px;margin-top:8px;width:6px}.benefit-copy{display:grid}.benefit-title{color:#fff;font-size:14px;font-weight:700;margin-bottom:4px}.benefit-detail{color:#555;font-family:sans-serif;font-size:13px}.why-figure{align-items:center;display:flex;height:400px;justify-content:center;position:relative}.why-figure:before{background:radial-gradient(ellipse at center,#e74c3c1a 0,#0000 70%);content:"";height:100%;position:absolute;width:100%}.why-figure-inner{position:relative;text-align:center}.why-emoji{font-size:clamp(80px,14vw,140px);margin-bottom:16px}.why-figure-caption{color:#1e73e8;font-size:12px;font-weight:600;letter-spacing:.3em;text-transform:uppercase}.contact-section{background:#080808}.contact-inner{align-items:flex-start;display:flex;gap:80px}.contact-copy{flex:1 1}.contact-subtitle{color:#1e73e8;font-size:11px;font-weight:600;letter-spacing:.3em;margin-bottom:16px;text-transform:uppercase}.contact-heading{color:#fff;font-size:clamp(28px,4vw,52px);font-weight:900;line-height:1;margin-bottom:40px}.contact-list{display:flex;flex-direction:column;gap:20px}.contact-item{gap:16px}.contact-icon,.contact-item{align-items:center;display:flex}.contact-icon{border:1px solid #1e73e8;flex-shrink:0;font-size:20px;height:48px;justify-content:center;width:48px}.contact-item.small .contact-icon{border-color:#333}.contact-item-copy{display:grid}.contact-item-label{color:#555;font-size:11px;letter-spacing:.1em;margin-bottom:4px}.contact-item-value{color:#fff;font-size:18px;font-weight:700}.contact-item-value.small{font-size:15px;font-weight:600}.contact-card{background:#0f0f0f;border:1px solid #1e1e1e;-webkit-clip-path:polygon(0 0,calc(100% - 24px) 0,100% 24px,100% 100%,24px 100%,0 calc(100% - 24px));clip-path:polygon(0 0,calc(100% - 24px) 0,100% 24px,100% 100%,24px 100%,0 calc(100% - 24px));flex:1 1;padding:48px}.contact-card-title{color:#fff;font-size:14px;font-weight:700;margin-bottom:8px}.contact-card-copy{color:#555;font-family:sans-serif;font-size:13px;line-height:1.7;margin-bottom:32px}.contact-input{background:#000;border:1px solid #222;color:#fff;font-family:sans-serif;font-size:16px;margin-bottom:16px;outline:none;padding:16px 20px;transition:border-color .2s ease;width:100%}.contact-input:focus{border-color:#1e73e8}.contact-form-button{text-align:center;width:100%}.contact-note{color:#333;font-family:sans-serif;font-size:11px;margin-top:16px;text-align:center}.site-footer{border-top:1px solid #111;flex-wrap:wrap;gap:16px;justify-content:space-between;padding:32px 5vw}.footer-brand,.site-footer{align-items:center;display:flex}.footer-brand{gap:10px}.footer-brand-text{color:#fff;font-size:13px;font-weight:700}.footer-brand-highlight{color:#1e73e8}.footer-phone{color:#1e73e8;font-size:13px;font-weight:700}.footer-copy{color:#333;font-family:sans-serif;font-size:11px;letter-spacing:.05em}.fixed-cta{align-items:center;background:#1e73e8;bottom:32px;box-shadow:0 0 30px #e74c3c66;-webkit-clip-path:polygon(0 0,calc(100% - 12px) 0,100% 12px,100% 100%,12px 100%,0 calc(100% - 12px));clip-path:polygon(0 0,calc(100% - 12px) 0,100% 12px,100% 100%,12px 100%,0 calc(100% - 12px));display:flex;font-size:28px;height:64px;justify-content:center;position:fixed;right:32px;transition:transform .2s ease;width:64px;z-index:200}.fixed-cta:focus-visible,.fixed-cta:hover{transform:scale(1.1)}@media (max-width:768px){.hero-title{font-size:clamp(32px,10vw,80px)}.services-grid,.stats-grid{grid-template-columns:1fr 1fr}.steps-grid{grid-template-columns:1fr}.contact-inner{flex-direction:column;gap:32px}}@media (max-width:480px){.services-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:1fr 1fr}}
/*# sourceMappingURL=main.e33a30c8.css.map*/