:root{--bg-primary: #0a0a0a;--bg-secondary: #111111;--bg-card: #1a1a1a;--text-primary: #ffffff;--text-secondary: #a0a0a0;--text-muted: #808080;--accent-coral: #FF6B6B;--accent-coral-light: #FF8E8E;--accent-coral-dark: #E85555;--accent-orange: #FF9F43;--accent-peach: #FFEAA7;--gradient-coral: linear-gradient(135deg, #FF6B6B 0%, #FF9F43 100%);--gradient-dark: linear-gradient(180deg, #0a0a0a 0%, #1a1a1a 100%)}@font-face{font-family:Outfit;font-style:normal;font-weight:300 900;font-display:swap;src:url(/assets/outfit-latin-D6ftewdU.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Outfit;font-style:normal;font-weight:300 900;font-display:swap;src:url(/assets/outfit-latin-ext-BMnJGVZj.woff2) format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Space Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/assets/spacemono-regular-latin-Wy3NpCq4.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Space Mono;font-style:normal;font-weight:700;font-display:swap;src:url(/assets/spacemono-bold-latin-6NnW1qxO.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Outfit,sans-serif;background-color:var(--bg-primary);color:var(--text-primary);line-height:1.6;overflow-x:hidden}.container{max-width:1200px;margin-left:auto;margin-right:auto}.section-label{font-family:Space Mono,monospace;font-size:.8rem;color:var(--accent-coral);text-transform:uppercase;letter-spacing:.2em;margin-bottom:1.5rem}.btn-primary{background:var(--gradient-coral);color:var(--text-primary);padding:1rem 2rem;border-radius:50px;font-weight:600;font-size:1rem;text-decoration:none;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem;border:none;cursor:pointer;font-family:inherit}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 20px 40px #ff6b6b4d}.btn-secondary{background:transparent;color:var(--text-primary);padding:1rem 2rem;border-radius:50px;font-weight:600;font-size:1rem;text-decoration:none;border:1px solid rgba(255,255,255,.2);transition:all .3s ease;font-family:inherit;cursor:pointer}.btn-secondary:hover{border-color:var(--text-primary);background:#ffffff0d}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.skip-link{position:absolute;top:-100%;left:50%;transform:translate(-50%);background:var(--accent-coral);color:var(--text-primary);padding:.75rem 1.5rem;border-radius:0 0 8px 8px;font-weight:600;font-size:.9rem;text-decoration:none;z-index:10000;transition:top .2s ease}.skip-link:focus{top:0}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}:focus-visible{outline:2px solid var(--accent-coral);outline-offset:3px}:focus:not(:focus-visible){outline:none}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.hero h1,.hero-subtitle,.hero-cta,.hero-badge{opacity:1!important;transform:none!important}}nav{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1.5rem 4rem;background:#0a0a0acc;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.05)}.nav-inner{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.5rem;font-weight:800;letter-spacing:-.02em;background:var(--gradient-coral);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-decoration:none}.nav-links{display:flex;gap:2.5rem;align-items:center}.nav-links a{color:var(--text-secondary);text-decoration:none;font-size:.9rem;font-weight:500;transition:color .3s ease}.nav-links a:hover{color:var(--text-primary)}.btn-nav{background:var(--text-primary);color:var(--bg-primary);padding:.75rem 1.5rem;border-radius:50px;font-weight:600;font-size:.9rem;text-decoration:none;transition:all .3s ease;display:flex;align-items:center;gap:.5rem}.btn-nav:hover{background:var(--accent-coral);color:var(--text-primary);transform:translateY(-2px)}.btn-nav svg{width:16px;height:16px;transition:transform .3s ease}.btn-nav:hover svg{transform:translate(4px)}.hamburger{display:none;background:none;border:none;cursor:pointer;padding:.5rem;z-index:1001;-webkit-tap-highlight-color:transparent}.hamburger-lines{display:flex;flex-direction:column;gap:6px;width:28px}.hamburger-lines span{display:block;width:100%;height:2px;background:var(--text-primary);transition:all .3s ease;transform-origin:center}.hamburger[aria-expanded=true] .hamburger-lines span:nth-child(1){transform:translateY(8px) rotate(45deg)}.hamburger[aria-expanded=true] .hamburger-lines span:nth-child(2){opacity:0}.hamburger[aria-expanded=true] .hamburger-lines span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.mobile-menu-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:999;background:#0a0a0afa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);flex-direction:column;justify-content:center;align-items:center;gap:2.5rem;opacity:0;transition:opacity .3s ease}.mobile-menu-overlay.is-open{display:flex;opacity:1}.mobile-menu-overlay a{color:var(--text-primary);text-decoration:none;font-size:1.75rem;font-weight:600;transition:color .3s ease}.mobile-menu-overlay a:hover{color:var(--accent-coral)}.mobile-menu-overlay .btn-nav{font-size:1.1rem;padding:1rem 2rem}@media(max-width:1024px){nav{padding:1rem 2rem}.nav-links{display:none}.hamburger{display:block}}.hero{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:8rem 2rem 4rem;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:-50%;left:50%;transform:translate(-50%);width:150%;height:150%;background:radial-gradient(ellipse at center,rgba(255,107,107,.15) 0%,transparent 60%);pointer-events:none}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#ff6b6b1a;border:1px solid rgba(255,107,107,.3);padding:.5rem 1rem;border-radius:50px;font-size:.85rem;color:var(--accent-coral);margin-bottom:2rem;animation:fadeInUp .8s ease forwards}.hero-badge:before{content:"";width:8px;height:8px;background:var(--accent-coral);border-radius:50%;animation:pulse 2s infinite}.hero h1{font-size:clamp(3rem,10vw,7rem);font-weight:900;line-height:.95;letter-spacing:-.03em;margin-bottom:1.5rem;animation:fadeInUp .8s ease .1s forwards;opacity:0}.hero h1 .accent{color:var(--accent-coral)}.hero h1 .outline{-webkit-text-stroke:2px var(--text-primary);-webkit-text-fill-color:transparent}.hero-subtitle{font-size:clamp(1.1rem,2vw,1.4rem);color:var(--text-secondary);max-width:600px;margin-bottom:3rem;animation:fadeInUp .8s ease .2s forwards;opacity:0}.hero-cta{display:flex;gap:1rem;animation:fadeInUp .8s ease .3s forwards;opacity:0}.scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;color:var(--text-muted);font-size:.8rem;animation:bounce 2s infinite}@keyframes bounce{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(10px)}}@media(max-width:1024px){.hero{padding:4rem 2rem}}@media(max-width:640px){.hero h1{font-size:2.5rem}.hero-cta{flex-direction:column;width:100%}.hero-cta .btn-primary,.hero-cta .btn-secondary{width:100%;justify-content:center}}.problem{padding:8rem 4rem;background:var(--bg-secondary);position:relative}.problem:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,107,107,.5),transparent)}.problem-content{max-width:900px}.problem h2{font-size:clamp(2rem,5vw,3.5rem);font-weight:800;line-height:1.1;margin-bottom:2rem}.problem h2 .muted{color:var(--text-muted)}.problem p{font-size:1.25rem;color:var(--text-secondary);max-width:700px}.solution{padding:8rem 4rem;background:var(--bg-primary)}.solution-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;max-width:1200px;margin:0 auto}.solution-text h2{font-size:clamp(2.5rem,5vw,4rem);font-weight:900;line-height:1.05;margin-bottom:1.5rem}.solution-text h2 .accent{color:var(--accent-coral)}.solution-text p{font-size:1.2rem;color:var(--text-secondary);margin-bottom:2rem}.solution-visual{position:relative;height:500px;background:var(--bg-card);border-radius:24px;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;border:1px solid rgba(255,107,107,.15)}.solution-visual-icon{width:80px;height:80px;border-radius:50%;background:#ff6b6b1a;display:flex;align-items:center;justify-content:center;color:var(--accent-coral);animation:pulse 2s infinite}.solution-visual-text{font-size:1.1rem;font-weight:500;color:var(--text-muted);letter-spacing:.05em}.services{padding:8rem 4rem;background:var(--bg-secondary)}.services-header{text-align:center;max-width:800px;margin:0 auto 4rem}.services-header h2{font-size:clamp(2rem,4vw,3rem);font-weight:800;margin-bottom:1rem}.services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:1200px;margin:0 auto}.service-card{background:var(--bg-card);border-radius:24px;padding:3rem;position:relative;overflow:hidden;transition:all .4s ease;border:1px solid rgba(255,255,255,.05)}.service-card:hover{transform:translateY(-8px);border-color:#ff6b6b4d}.service-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--gradient-coral);opacity:0;transition:opacity .3s ease}.service-card:hover:before{opacity:1}.service-icon{width:60px;height:60px;background:#ff6b6b1a;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:var(--accent-coral)}.service-card h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem}.service-card p{color:var(--text-secondary);margin-bottom:1.5rem}.service-features{list-style:none}.service-features li{padding:.5rem 0;color:var(--text-secondary);display:flex;align-items:center;gap:.75rem;font-size:.95rem}.service-features li:before{content:"→";color:var(--accent-coral);font-weight:600}.process{padding:8rem 4rem;background:var(--bg-primary)}.process-header{text-align:center;margin-bottom:5rem}.process-header h2{font-size:clamp(2rem,4vw,3rem);font-weight:800}.process-steps{max-width:1000px;margin:0 auto;position:relative}.process-steps:before{content:"";position:absolute;left:40px;top:0;bottom:0;width:2px;background:linear-gradient(180deg,var(--accent-coral),var(--accent-orange),var(--accent-peach))}.step{display:flex;gap:3rem;margin-bottom:4rem;position:relative}.step:last-child{margin-bottom:0}.step-number{width:80px;height:80px;background:var(--bg-secondary);border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:Space Mono,monospace;font-size:1.5rem;font-weight:700;flex-shrink:0;position:relative;z-index:1;border:2px solid var(--accent-coral)}.step:nth-child(1) .step-number{color:var(--accent-coral)}.step:nth-child(2) .step-number{color:var(--accent-coral-light);border-color:var(--accent-coral-light)}.step:nth-child(3) .step-number{color:var(--accent-orange);border-color:var(--accent-orange)}.step:nth-child(4) .step-number{color:var(--accent-peach);border-color:var(--accent-peach)}.step-content{padding-top:1rem}.step-content h3{font-size:1.5rem;font-weight:700;margin-bottom:.75rem}.step:nth-child(1) .step-content h3 .accent{color:var(--accent-coral)}.step:nth-child(2) .step-content h3 .accent{color:var(--accent-coral-light)}.step:nth-child(3) .step-content h3 .accent{color:var(--accent-orange)}.step:nth-child(4) .step-content h3 .accent{color:var(--accent-peach)}.step-content p{color:var(--text-secondary);font-size:1.1rem}.benefits{padding:8rem 4rem;background:var(--bg-secondary)}.benefits-header{max-width:1200px;margin:0 auto 4rem}.benefits-header h2{font-size:clamp(2rem,5vw,3.5rem);font-weight:800;margin-bottom:1rem}.benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1200px;margin:0 auto}.benefit-card{background:var(--bg-card);border-radius:20px;padding:2.5rem;border:1px solid rgba(255,255,255,.05);transition:all .3s ease}.benefit-card:hover{border-color:#ff6b6b33;transform:translateY(-4px)}.benefit-number{font-family:Space Mono,monospace;font-size:3rem;font-weight:700;background:var(--gradient-coral);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem}.benefit-card h3{font-size:1.25rem;font-weight:700;margin-bottom:.75rem}.benefit-card p{color:var(--text-secondary);font-size:.95rem}@media(max-width:1024px){.problem,.solution,.services,.process,.benefits{padding:4rem 2rem}.solution-grid{grid-template-columns:1fr;gap:2rem}.solution-visual{height:300px}.services-grid{grid-template-columns:1fr}.benefits-grid{grid-template-columns:repeat(2,1fr)}.process-steps:before{left:30px}.step-number{width:60px;height:60px;font-size:1.25rem}.step{gap:1.5rem}}@media(max-width:640px){.benefits-grid{grid-template-columns:1fr}}.legal-page{padding:10rem 4rem 6rem;background:var(--bg-primary);min-height:60vh}.legal-page h1{font-size:clamp(2rem,5vw,3.5rem);font-weight:800;margin-bottom:2rem}.legal-content{max-width:700px;color:var(--text-secondary);font-size:1.1rem;line-height:1.8}.legal-content p{margin-bottom:1.5rem}.legal-content a{color:var(--accent-coral);text-decoration:underline;text-underline-offset:3px}.legal-content a:hover{color:var(--accent-coral-light)}@media(max-width:1024px){.legal-page{padding:8rem 2rem 4rem}}.cta{padding:10rem 4rem;background:var(--bg-primary);text-align:center;position:relative;overflow:hidden}.cta:before{content:"";position:absolute;bottom:-50%;left:50%;transform:translate(-50%);width:150%;height:150%;background:radial-gradient(ellipse at center,rgba(255,107,107,.1) 0%,transparent 60%);pointer-events:none}.cta h2{font-size:clamp(2.5rem,6vw,5rem);font-weight:900;line-height:1.05;margin-bottom:1.5rem;position:relative}.cta h2 .accent{color:var(--accent-coral)}.cta p{font-size:1.25rem;color:var(--text-secondary);max-width:600px;margin:0 auto 2.5rem;position:relative}.cta-buttons{display:flex;gap:1rem;justify-content:center;position:relative;margin-bottom:3rem}@media(max-width:1024px){.cta{padding:4rem 2rem}}@media(max-width:640px){.cta-buttons{flex-direction:column}}.contact-form-wrapper{max-width:640px;margin:0 auto;position:relative;text-align:left}.contact-form{display:flex;flex-direction:column;gap:1.25rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.9rem;font-weight:500;color:var(--text-secondary)}.form-group label .required{color:var(--accent-coral)}.form-group input,.form-group select,.form-group textarea{background:var(--bg-card);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:.875rem 1rem;color:var(--text-primary);font-family:inherit;font-size:1rem;transition:border-color .3s ease;width:100%}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--text-muted)}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--accent-coral)}.form-group input:invalid:not(:placeholder-shown),.form-group textarea:invalid:not(:placeholder-shown){border-color:#f44}.form-group select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23808080' viewBox='0 0 16 16'%3E%3Cpath d='M8 11L3 6h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem;cursor:pointer}.form-group select option{background:var(--bg-card);color:var(--text-primary)}.form-group textarea{resize:vertical;min-height:120px}.form-hp{position:absolute;left:-9999px;opacity:0;height:0;width:0;overflow:hidden;pointer-events:none;tab-index:-1}.form-checkbox{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer}.form-checkbox input[type=checkbox]{width:20px;height:20px;flex-shrink:0;margin-top:2px;accent-color:var(--accent-coral);cursor:pointer}.form-checkbox span{font-size:.85rem;color:var(--text-secondary);line-height:1.5}.form-checkbox a{color:var(--accent-coral);text-decoration:underline;text-underline-offset:2px}.form-submit{align-self:flex-start}.form-submit .btn-primary{min-width:200px;justify-content:center}.form-submit .btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.form-feedback{display:none;padding:1rem 1.25rem;border-radius:12px;font-size:.95rem;text-align:center}.form-feedback.is-success{display:block;background:#4caf501a;border:1px solid rgba(76,175,80,.3);color:#81c784}.form-feedback.is-error{display:block;background:#f443361a;border:1px solid rgba(244,67,54,.3);color:#ef9a9a}.contact-alternatives{display:flex;justify-content:center;gap:2rem;margin-top:2rem;position:relative}.contact-alt-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--text-secondary);text-decoration:none;font-size:.9rem;transition:color .3s ease}.contact-alt-link:hover{color:var(--text-primary)}.contact-alt-link svg{width:18px;height:18px;flex-shrink:0}@media(max-width:640px){.form-row{grid-template-columns:1fr}.form-submit{align-self:stretch}.form-submit .btn-primary{width:100%}.contact-alternatives{flex-direction:column;align-items:center;gap:1rem}}footer{padding:4rem;background:var(--bg-secondary);border-top:1px solid rgba(255,255,255,.05)}.footer-content{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto}.footer-logo{font-size:1.25rem;font-weight:800;background:var(--gradient-coral);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-decoration:none}.footer-links{display:flex;gap:2rem}.footer-links a{color:var(--text-secondary);text-decoration:none;font-size:.9rem;transition:color .3s ease}.footer-links a:hover{color:var(--text-primary)}.footer-copy{color:var(--text-muted);font-size:.85rem}@media(max-width:640px){footer{padding:2rem}.footer-content{flex-direction:column;gap:2rem;text-align:center}}
