@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Space+Grotesk:wght@500;600;700&display=swap";:root{--font-sans: "Inter", system-ui, -apple-system, sans-serif;--font-heading: "Space Grotesk", "Inter", sans-serif;--background: #fafafb;--foreground: #0a0a1a;--card: #ffffff;--card-foreground: #0a0a1a;--primary: #0a0a1a;--primary-foreground: #fafafb;--secondary: #f0f0f4;--secondary-foreground: #0a0a1a;--accent: #1d4ed8;--accent-foreground: #ffffff;--muted-foreground: #6b7280;--border: #e2e2e8;--ring: #1d4ed8;--radius: .75rem;--shadow-sm: 0 1px 2px rgba(0,0,0,.05);--shadow-lg: 0 10px 15px -3px rgba(0,0,0,.1), 0 4px 6px -4px rgba(0,0,0,.1);--shadow-2xl: 0 25px 50px -12px rgba(0,0,0,.25)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-sans);color:var(--foreground);background:var(--background);line-height:1.6;overflow-x:hidden}a{text-decoration:none;color:inherit}ul,ol{list-style:none}img{max-width:100%;display:block}button,input,textarea,select{font-family:inherit;font-size:inherit;border:none;outline:none;background:none}.container{max-width:80rem;margin:0 auto;padding:0 1.5rem;width:100%}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-weight:500;font-size:.875rem;border-radius:var(--radius);padding:.5rem 1rem;white-space:nowrap;transition:all .2s ease;cursor:pointer}.btn-accent{background:var(--accent);color:var(--accent-foreground);box-shadow:var(--shadow-sm)}.btn-accent:hover{background:#1e40af;transform:translateY(-1px);box-shadow:var(--shadow-lg)}.btn-outline{border:1px solid rgba(255,255,255,.3);color:#fff;background:transparent}.btn-outline:hover{background:#ffffff1a}.btn-ghost{border:1px solid var(--border);background:var(--background);color:var(--foreground);box-shadow:var(--shadow-sm)}.btn-ghost:hover{background:var(--accent);color:var(--accent-foreground)}.btn-lg{padding:.75rem 2rem;font-size:1rem}.header{position:fixed;top:0;left:0;right:0;z-index:50;background:#fafafbcc;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border);transition:all .3s ease}.header.scrolled{box-shadow:0 4px 20px #00000014}.header-inner{display:flex;align-items:center;justify-content:space-between;padding:1rem 0}.logo{display:flex;align-items:center;gap:.625rem}.logo-icon{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:.5rem;background:var(--primary);color:var(--primary-foreground)}.logo-icon svg{width:1.25rem;height:1.25rem}.logo-text{font-size:1.125rem;font-weight:700;letter-spacing:-.01em;font-family:var(--font-heading)}.nav{display:flex;align-items:center;gap:2rem}.nav a{font-size:.875rem;font-weight:500;color:var(--muted-foreground);transition:color .2s}.nav a:hover{color:var(--foreground)}.header-actions{display:flex;align-items:center;gap:1rem}.header-phone{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500}.header-phone svg{width:1rem;height:1rem}.mobile-menu-btn{display:none;padding:.5rem;cursor:pointer;color:var(--foreground)}.mobile-menu-btn svg{width:1.5rem;height:1.5rem}.mobile-menu{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:var(--background);z-index:100;flex-direction:column;padding:1.5rem;opacity:0;pointer-events:none;transition:opacity .3s}.mobile-menu.active{display:flex;opacity:1;pointer-events:all}.mobile-menu-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.mobile-menu-close{padding:.5rem;cursor:pointer}.mobile-menu nav{display:flex;flex-direction:column;gap:1.5rem}.mobile-menu nav a{font-size:1.125rem;font-weight:500}.mobile-menu .mobile-menu-cta{margin-top:2rem}.hero{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0}.hero-bg img{width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0a0a1abf}.hero-content{position:relative;z-index:10;width:100%;padding:8rem 0 5rem}.hero-inner{max-width:48rem}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;border-radius:9999px;background:#1d4ed833;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(29,78,216,.3);padding:.5rem 1rem;margin-bottom:2rem}.hero-badge-dot{width:.5rem;height:.5rem;border-radius:50%;background:#4ade80;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.hero-badge span{font-size:.875rem;font-weight:500;color:#fff}.hero h1{font-size:clamp(2.25rem,5vw,4.5rem);font-weight:700;letter-spacing:-.02em;color:#fff;line-height:1.1;font-family:var(--font-heading);text-wrap:balance}.hero-desc{margin-top:1.5rem;font-size:clamp(1rem,2vw,1.25rem);color:#fffc;max-width:42rem;line-height:1.7}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2.5rem}.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:4rem}.hero-stat{display:flex;align-items:center;gap:1rem}.hero-stat-icon{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:.75rem;background:#ffffff1a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.1);flex-shrink:0}.hero-stat-icon svg{width:1.5rem;height:1.5rem;color:#fff}.hero-stat-title{font-size:.875rem;font-weight:600;color:#fff}.hero-stat-sub{font-size:.875rem;color:#fff9}.stats-bar{background:var(--primary);padding:4rem 0}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.stat-item{text-align:center}.stat-value{font-size:clamp(1.75rem,3vw,2.25rem);font-weight:700;color:var(--primary-foreground);font-family:var(--font-heading)}.stat-label{margin-top:.5rem;font-size:.875rem;color:#fafafb99}.section{padding:6rem 0}.section-lg{padding:8rem 0}.section-bg-secondary{background:var(--secondary)}.section-bg-primary{background:var(--primary)}.section-header{text-align:center;max-width:42rem;margin:0 auto 4rem}.section-label{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--accent)}.section-title{margin-top:1rem;font-size:clamp(1.75rem,3vw,2.25rem);font-weight:700;color:var(--foreground);font-family:var(--font-heading);text-wrap:balance}.section-desc{margin-top:1rem;color:var(--muted-foreground);line-height:1.7}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.service-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow-sm);transition:all .3s ease;cursor:default}.service-card:hover{border-color:#1d4ed866;box-shadow:var(--shadow-lg);transform:translateY(-2px)}.service-icon{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:.75rem;background:#1d4ed81a;color:var(--accent);margin-bottom:1.25rem;transition:all .3s}.service-card:hover .service-icon{background:var(--accent);color:#fff}.service-icon svg{width:1.5rem;height:1.5rem}.service-card h3{font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.service-card p{font-size:.875rem;color:var(--muted-foreground);line-height:1.7}.process-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.process-header .section-label,.process-header .section-title,.process-header .section-desc{text-align:left}.process-steps{display:flex;flex-direction:column;gap:2rem;margin-top:3rem}.process-step{display:flex;gap:1.25rem}.process-step-indicator{display:flex;flex-direction:column;align-items:center}.process-step-num{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:50%;flex-shrink:0;background:var(--accent);color:var(--accent-foreground);font-size:.875rem;font-weight:700}.process-step-line{width:1px;flex:1;background:var(--border);margin-top:.5rem}.process-step:last-child .process-step-line{display:none}.process-step-content{padding-bottom:2rem}.process-step h3{font-size:1.125rem;font-weight:600}.process-step p{margin-top:.25rem;font-size:.875rem;color:var(--muted-foreground);line-height:1.7}.process-image{position:relative;border-radius:1rem;overflow:hidden;aspect-ratio:4/5}.process-image img{width:100%;height:100%;object-fit:cover}.process-image-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0a0a1a1a}.advantages-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.advantage-item{display:flex;gap:1rem}.advantage-icon{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:.75rem;background:#1d4ed81a;color:var(--accent);flex-shrink:0}.advantage-icon svg{width:1.5rem;height:1.5rem}.advantage-item h3{font-size:1rem;font-weight:600}.advantage-item p{margin-top:.25rem;font-size:.875rem;color:var(--muted-foreground);line-height:1.7}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.pricing-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:all .3s;position:relative}.pricing-card:hover{border-color:#1d4ed866}.pricing-card.featured{border-color:var(--accent);box-shadow:0 10px 30px #1d4ed81a;transform:scale(1.02)}.pricing-badge{background:var(--accent);color:var(--accent-foreground);text-align:center;font-size:.75rem;font-weight:600;padding:.5rem;text-transform:uppercase;letter-spacing:.05em}.pricing-card-content{padding:2rem}.pricing-card h3{font-size:1.125rem;font-weight:600}.pricing-card .pricing-subtitle{font-size:.875rem;color:var(--muted-foreground);margin-top:.25rem}.pricing-price{margin-top:1.5rem;display:flex;align-items:baseline;gap:.25rem}.pricing-old-price{font-size:1.125rem;color:var(--muted-foreground);text-decoration:line-through;margin-right:.5rem}.pricing-amount{font-size:2.25rem;font-weight:700;font-family:var(--font-heading)}.pricing-currency,.pricing-per{font-size:.875rem;color:var(--muted-foreground)}.pricing-currency{margin-left:.25rem}.pricing-features{margin-top:2rem;display:flex;flex-direction:column;gap:.75rem}.pricing-feature{display:flex;align-items:flex-start;gap:.75rem}.pricing-feature svg{width:1rem;height:1rem;color:var(--accent);flex-shrink:0;margin-top:.125rem}.pricing-feature span{font-size:.875rem}.pricing-card .btn{width:100%;margin-top:2rem}.faq-wrapper{max-width:48rem;margin:0 auto}.faq-item{border-bottom:1px solid var(--border)}.faq-item:last-child{border-bottom:none}.faq-trigger{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;width:100%;padding:1rem 0;cursor:pointer;text-align:left;font-size:1rem;font-weight:500;color:var(--foreground);transition:all .2s}.faq-trigger:hover{text-decoration:underline}.faq-trigger svg{width:1rem;height:1rem;color:var(--muted-foreground);flex-shrink:0;margin-top:.375rem;transition:transform .2s}.faq-item.active .faq-trigger svg{transform:rotate(180deg)}.faq-content{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq-content-inner{padding-bottom:1rem;font-size:.875rem;color:var(--muted-foreground);line-height:1.7}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.contact-info .section-label{color:var(--accent)}.contact-info .section-title{color:var(--primary-foreground);text-align:left}.contact-info .section-desc{color:#fafafbb3;text-align:left}.contact-details{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:3rem}.contact-detail{display:flex;gap:1rem}.contact-detail-icon{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:.5rem;background:#fafafb1a;flex-shrink:0}.contact-detail-icon svg{width:1.25rem;height:1.25rem;color:var(--primary-foreground)}.contact-detail-title{font-size:.875rem;font-weight:600;color:var(--primary-foreground)}.contact-detail-sub{font-size:.75rem;color:#fafafb80;margin-top:.125rem}.contact-form-card{background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow-2xl);padding:2rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.375rem;margin-bottom:1rem}.form-group.full-width{grid-column:1 / -1}.form-label{font-size:.875rem;font-weight:500}.form-input,.form-textarea{width:100%;border:1px solid var(--border);border-radius:var(--radius);padding:.5rem .75rem;font-size:.875rem;background:transparent;transition:all .2s;color:var(--foreground)}.form-input:focus,.form-textarea:focus{border-color:var(--ring);box-shadow:0 0 0 3px #1d4ed826}.form-input::placeholder,.form-textarea::placeholder{color:var(--muted-foreground)}.form-textarea{min-height:5rem;resize:vertical;field-sizing:content}.form-submit{width:100%;margin-top:.5rem;padding:.75rem;font-size:1rem}.form-privacy{margin-top:.75rem;font-size:.75rem;text-align:center;color:var(--muted-foreground)}.footer{background:var(--foreground);padding:4rem 0}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:2rem}.footer-brand .logo-text{color:var(--background)}.footer-brand .logo-icon{background:var(--accent)}.footer-brand p{margin-top:1rem;font-size:.875rem;color:#fafafb80;line-height:1.7;max-width:20rem}.footer h4{font-size:.875rem;font-weight:600;color:var(--background);margin-bottom:1rem}.footer ul{display:flex;flex-direction:column;gap:.625rem}.footer ul a{font-size:.875rem;color:#fafafb80;transition:color .2s}.footer ul a:hover{color:var(--background)}.footer-divider{height:1px;background:#fafafb1a;margin:2.5rem 0}.footer-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-bottom p{font-size:.75rem;color:#fafafb66}.fade-up{opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}.fade-up.visible{opacity:1;transform:translateY(0)}@media(max-width:1024px){.nav,.header-actions{display:none}.mobile-menu-btn{display:block}.services-grid,.advantages-grid,.pricing-grid{grid-template-columns:repeat(2,1fr)}.process-grid{grid-template-columns:1fr}.process-image{display:none}.contact-grid{grid-template-columns:1fr}.footer-grid,.stats-grid,.hero-stats{grid-template-columns:repeat(2,1fr)}.pricing-card.featured{transform:none}}@media(max-width:640px){.services-grid,.advantages-grid,.pricing-grid,.hero-stats{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr)}.form-row,.contact-details,.footer-grid{grid-template-columns:1fr}.hero-buttons{flex-direction:column}.hero-buttons .btn{width:100%}.section{padding:4rem 0}}
