@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:#fff;background:#0a0a0a;font-family:Inter,sans-serif;line-height:1.5;overflow-x:hidden}.bg-gradient-primary{background:linear-gradient(135deg,#0a0a0a 0%,#1a1a1a 100%)}.bg-gradient-accent{background:linear-gradient(135deg,#ff6b35 0%,#f7c948 100%)}.bg-gradient-dark{background:linear-gradient(135deg,#111 0%,#1a1a1a 100%)}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2}h1{letter-spacing:-.02em;font-size:clamp(3rem,8vw,5rem)}h2{letter-spacing:-.01em;margin-bottom:1rem;font-size:clamp(2rem,5vw,3.5rem)}h3{margin-bottom:.75rem;font-size:clamp(1.25rem,3vw,1.75rem)}.section-title{text-align:center;margin-bottom:3rem}.section-title h2{margin-bottom:1rem}.section-title p{color:#9ca3af;max-width:600px;margin:0 auto;font-size:1.125rem}.container{max-width:1280px;margin:0 auto;padding:0 2rem}@media (max-width:768px){.container{padding:0 1.5rem}}.navbar{z-index:1000;padding:1rem 0;transition:all .3s;position:fixed;top:0;left:0;right:0}.navbar-scrolled{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0a0a0af2;border-bottom:1px solid #ffffff0d;padding:.75rem 0}.nav-container{justify-content:space-between;align-items:center;max-width:1280px;margin:0 auto;padding:0 2rem;display:flex}.logo{align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;display:flex}.nav-links{align-items:center;gap:2rem;display:flex}.nav-links a{color:#d1d5db;font-weight:500;text-decoration:none;transition:color .3s}.nav-links a:hover{color:#ff6b35}.mobile-menu-btn{color:#fff;cursor:pointer;background:0 0;border:none;display:none}@media (max-width:768px){.nav-links{display:none}.mobile-menu-btn{display:block}.mobile-menu{z-index:999;background:#111;flex-direction:column;gap:1.5rem;width:80%;max-width:300px;padding:5rem 2rem;display:flex;position:fixed;top:0;bottom:0;right:0;box-shadow:-5px 0 30px #00000080}.mobile-menu a{color:#d1d5db;padding:.5rem 0;font-size:1.25rem;text-decoration:none}}.hero{align-items:center;min-height:100vh;padding-top:5rem;display:flex;position:relative;overflow:hidden}.hero-content{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}@media (max-width:968px){.hero-content{text-align:center;grid-template-columns:1fr;gap:2rem}}.hero-badge{color:#ff6b35;background:#ff6b351a;border-radius:2rem;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;display:inline-block}.hero h1{margin-bottom:1.5rem}.hero p{color:#9ca3af;max-width:500px;margin-bottom:2rem;font-size:1.125rem}@media (max-width:968px){.hero p{margin-left:auto;margin-right:auto}}.button-group{flex-wrap:wrap;gap:1rem;display:flex}@media (max-width:968px){.button-group{justify-content:center}}.btn{cursor:pointer;border:none;border-radius:.5rem;padding:.875rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s}.btn-primary{color:#fff;background:#ff6b35}.btn-primary:hover{background:#ff5722;transform:translateY(-2px);box-shadow:0 10px 20px #ff6b354d}.btn-outline{color:#fff;background:0 0;border:1px solid #fff3}.btn-outline:hover{background:#ffffff1a;border-color:#ff6b35;transform:translateY(-2px)}.hero-stats{gap:2rem;margin-top:3rem;display:flex}@media (max-width:968px){.hero-stats{justify-content:center}}.stat-item h4{color:#ff6b35;margin-bottom:.25rem;font-size:1.5rem}.stat-item p{color:#6b7280;margin:0;font-size:.875rem}.dashboard{background:linear-gradient(135deg,#1a1a1a 0%,#0f0f0f 100%);border:1px solid #ffffff0d;border-radius:1.5rem;padding:1.5rem;box-shadow:0 25px 50px -12px #00000080}.dashboard-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.dashboard-dots{gap:.5rem;display:flex}.dot{border-radius:50%;width:.75rem;height:.75rem}.dot-red{background:#ef4444}.dot-yellow{background:#f59e0b}.dot-green{background:#10b981}.metric-item{margin-bottom:1rem}.metric-header{justify-content:space-between;margin-bottom:.5rem;font-size:.875rem;display:flex}.metric-bar{background:#2d2d2d;border-radius:.25rem;height:.5rem;overflow:hidden}.metric-fill{background:linear-gradient(90deg,#ff6b35,#f7c948);border-radius:.25rem;height:100%;transition:width 1s}.metric-grid{grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:1.5rem;display:grid}.metric-card{background:#0f0f0f;border:1px solid #ffffff0d;border-radius:.75rem;padding:1rem}.metric-card p:first-child{color:#6b7280;margin-bottom:.5rem;font-size:.75rem}.metric-card p:last-child{color:#ff6b35;font-size:1.25rem;font-weight:700}.services-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-top:2rem;display:grid}.service-card{background:#111;border:1px solid #ffffff0d;border-radius:1rem;padding:2rem;transition:all .3s}.service-card:hover{background:#151515;border-color:#ff6b35;transform:translateY(-5px)}.service-icon{background:#ff6b351a;border-radius:.75rem;justify-content:center;align-items:center;width:3.5rem;height:3.5rem;margin-bottom:1.5rem;display:flex}.service-icon svg{color:#ff6b35;width:1.75rem;height:1.75rem}.service-card h3{margin-bottom:.75rem}.service-card p{color:#9ca3af;line-height:1.6}.about-grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}@media (max-width:968px){.about-grid{grid-template-columns:1fr;gap:2rem}}.about-features{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:2rem;display:grid}.feature-item{background:#111;border:1px solid #ffffff0d;border-radius:.75rem;gap:1rem;padding:1rem;display:flex}.feature-icon{background:#ff6b351a;border-radius:.5rem;flex-shrink:0;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;display:flex}.feature-icon svg{color:#ff6b35;width:1.25rem;height:1.25rem}.feature-text h4{margin-bottom:.25rem;font-size:1rem}.feature-text p{color:#6b7280;font-size:.875rem}.why-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid}.why-card{text-align:center;background:#111;border:1px solid #ffffff0d;border-radius:1rem;padding:2rem;transition:all .3s}.why-card:hover{border-color:#ff6b35;transform:translateY(-5px)}.why-icon{background:#ff6b351a;border-radius:1rem;justify-content:center;align-items:center;width:4rem;height:4rem;margin:0 auto 1.5rem;display:flex}.why-icon svg{color:#ff6b35;width:2rem;height:2rem}.why-card h3{margin-bottom:.5rem}.why-card p{color:#9ca3af}.process-timeline{max-width:800px;margin:0 auto;position:relative}.timeline-item{gap:2rem;margin-bottom:2rem;display:flex;position:relative}.timeline-number{z-index:2;background:#ff6b35;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:3rem;height:3rem;font-size:1.25rem;font-weight:700;display:flex;position:relative}.timeline-content{background:#111;border:1px solid #ffffff0d;border-radius:1rem;flex:1;padding:1.5rem}.timeline-content h3{margin-bottom:.5rem}.timeline-content p{color:#9ca3af;margin:0}.cta-section{text-align:center;background:linear-gradient(135deg,#111 0%,#0a0a0a 100%);border:1px solid #ff6b3533;border-radius:2rem;margin:4rem auto;padding:4rem}.cta-section h2{margin-bottom:1rem}.cta-section p{color:#9ca3af;max-width:500px;margin-bottom:2rem;margin-left:auto;margin-right:auto}.contact-grid{grid-template-columns:1fr 1fr;gap:3rem;display:grid}@media (max-width:968px){.contact-grid{grid-template-columns:1fr}}.contact-form{background:#111;border:1px solid #ffffff0d;border-radius:1rem;padding:2rem}.form-group{margin-bottom:1.5rem}.form-group label{margin-bottom:.5rem;font-size:.875rem;font-weight:500;display:block}.form-group input,.form-group select,.form-group textarea{color:#fff;background:#0a0a0a;border:1px solid #ffffff1a;border-radius:.5rem;width:100%;padding:.75rem 1rem;font-family:inherit;transition:all .3s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#ff6b35;outline:none}.contact-info{flex-direction:column;gap:1.5rem;display:flex}.info-card{background:#111;border:1px solid #ffffff0d;border-radius:1rem;padding:1.5rem}.info-item{color:#fff;background:#0a0a0a;border-radius:.5rem;align-items:center;gap:1rem;margin-bottom:1rem;padding:1rem;text-decoration:none;transition:all .3s;display:flex}.info-item:hover{background:#151515;transform:translate(5px)}.info-icon{background:#ff6b351a;border-radius:.5rem;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;display:flex}.info-content p:last-child{font-weight:500}.social-links{gap:1rem;display:flex}.social-link{background:#0a0a0a;border-radius:.5rem;justify-content:center;align-items:center;width:3rem;height:3rem;transition:all .3s;display:flex}.social-link:hover{background:#ff6b35;transform:translateY(-3px)}.social-link svg{color:#fff;width:1.5rem;height:1.5rem}.footer{background:#0a0a0a;border-top:1px solid #ffffff0d;margin-top:4rem;padding:3rem 0 2rem}.footer-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem;display:grid}.footer-col h3{margin-bottom:1rem;font-size:1.125rem}.footer-col p{color:#6b7280;font-size:.875rem;line-height:1.6}.footer-col ul{list-style:none}.footer-col ul li{margin-bottom:.5rem}.footer-col ul li a{color:#6b7280;font-size:.875rem;text-decoration:none;transition:color .3s}.footer-col ul li a:hover{color:#ff6b35}.footer-bottom{text-align:center;color:#6b7280;border-top:1px solid #ffffff0d;padding-top:2rem;font-size:.875rem}section{padding:5rem 0}@media (max-width:768px){section{padding:3rem 0}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fade-in-up{animation:.6s forwards fadeInUp}.fade-in{animation:.6s forwards fadeIn}.text-gradient{background:linear-gradient(135deg,#ff6b35,#f7c948);color:#0000;-webkit-background-clip:text;background-clip:text}.text-accent{color:#ff6b35}.bg-accent{background:#ff6b35}.glass{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#111c}@media (max-width:640px){.services-grid,.why-grid{grid-template-columns:1fr}.cta-section{padding:2rem}.button-group{flex-direction:column;width:100%}.btn{text-align:center}}.info-icon svg,.info-icon .fa-icon{color:#ff6b35;width:1.25rem;height:1.25rem}.social-link{color:#9ca3af;background:#ffffff0d;border-radius:.5rem;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;transition:all .3s;display:flex}.social-link:hover{color:#fff;background:#ff6b35;transform:translateY(-3px)}.social-link svg,.social-link .fa-icon{width:1.25rem;height:1.25rem}.logo img{object-fit:contain;width:auto;height:40px}@media (max-width:768px){.logo img{height:32px}}.who-we-are{background:linear-gradient(135deg,#0a0a0a 0%,#111 100%);position:relative;overflow:hidden}.who-grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}@media (max-width:968px){.who-grid{grid-template-columns:1fr;gap:2rem}}.who-content h3{margin-bottom:1.5rem;font-size:1.75rem}.who-description{color:#9ca3af;margin-bottom:2rem;line-height:1.6}.who-features{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:2rem;display:grid}.who-feature-card{background:#ffffff08;border:1px solid #ffffff0d;border-radius:.75rem;gap:1rem;padding:1rem;transition:all .3s;display:flex}.who-feature-card:hover{background:#ff6b350d;border-color:#ff6b354d;transform:translate(5px)}.who-feature-icon{background:linear-gradient(135deg,#ff6b351a,#f7c9480d);border-radius:.75rem;flex-shrink:0;justify-content:center;align-items:center;width:3rem;height:3rem;display:flex}.who-feature-icon svg{color:#ff6b35;width:1.5rem;height:1.5rem}.who-feature-text h4{color:#fff;margin-bottom:.25rem;font-size:1rem}.who-feature-text p{color:#6b7280;font-size:.875rem;line-height:1.4}.who-stats{grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:2rem;display:grid}.who-stat-card{text-align:center;background:linear-gradient(135deg,#ff6b351a,#f7c9480d);border:1px solid #ff6b3533;border-radius:1rem;padding:1.5rem;transition:all .3s}.who-stat-card:hover{border-color:#ff6b35;transform:translateY(-5px)}.who-stat-number{color:#ff6b35;margin-bottom:.5rem;font-size:2rem;font-weight:700}.who-stat-label{color:#9ca3af;font-size:.875rem}.services-section{background:#0a0a0a;position:relative}.services-grid-modern{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:3rem;display:grid}@media (max-width:768px){.services-grid-modern{grid-template-columns:1fr}}.service-card-modern{background:linear-gradient(135deg,#111 0%,#0d0d0d 100%);border:1px solid #ffffff0d;border-radius:1rem;padding:2rem;transition:all .3s;position:relative;overflow:hidden}.service-card-modern:before{content:"";background:linear-gradient(90deg,#ff6b35,#f7c948);height:3px;transition:transform .3s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.service-card-modern:hover:before{transform:scaleX(1)}.service-card-modern:hover{border-color:#ff6b354d;transform:translateY(-8px);box-shadow:0 20px 40px #0000004d}.service-icon-modern{background:linear-gradient(135deg,#ff6b3526,#f7c9480d);border-radius:1rem;justify-content:center;align-items:center;width:4rem;height:4rem;margin-bottom:1.5rem;display:flex}.service-icon-modern svg{color:#ff6b35;width:2rem;height:2rem}.service-card-modern h3{margin-bottom:1rem;font-size:1.5rem}.service-card-modern p{color:#9ca3af;line-height:1.6}.hours-card{background:linear-gradient(135deg,#111 0%,#0d0d0d 100%);border:1px solid #ffffff0d;border-radius:1rem;overflow:hidden}.hours-header{background:linear-gradient(135deg,#ff6b351a,#f7c9480d);border-bottom:1px solid #ffffff0d;padding:1.25rem}.hours-header h3{align-items:center;gap:.75rem;margin:0;display:flex}.hours-header h3 svg{color:#ff6b35}.hours-list{padding:1.25rem}.hours-item{border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:.75rem 0;display:flex}.hours-item:last-child{border-bottom:none}.hours-day{color:#fff;font-weight:500}.hours-time{color:#ff6b35;font-weight:500}.hours-note{color:#6b7280;text-align:center;border-top:1px solid #ffffff0d;margin-top:1rem;padding-top:1rem;font-size:.875rem}.info-card{background:linear-gradient(135deg,#111 0%,#0d0d0d 100%);border:1px solid #ffffff0d;border-radius:1rem;overflow:hidden}.info-card>h3{background:linear-gradient(135deg,#ff6b351a,#f7c9480d);border-bottom:1px solid #ffffff0d;margin:0;padding:1.25rem}.info-item{background:0 0;border-bottom:1px solid #ffffff0d;align-items:center;gap:1rem;padding:1rem 1.25rem;transition:all .3s;display:flex}.info-item:last-child{border-bottom:none}.info-item:hover{background:#ff6b350d;padding-left:1.5rem}.info-icon{background:#ff6b351a;border-radius:.5rem;flex-shrink:0;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;display:flex}.info-icon svg{color:#ff6b35;width:1.25rem;height:1.25rem}.info-content p:first-child{color:#6b7280;margin-bottom:.25rem;font-size:.75rem}.info-content p:last-child{color:#fff;font-weight:500}@media (max-width:768px){footer .container>div:first-child{text-align:center;flex-direction:column}footer .container>div:first-child>div:first-child,footer .container>div:first-child>div:nth-child(2){justify-content:center}}@keyframes spin{to{transform:rotate(360deg)}}.spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.6s linear infinite spin;display:inline-block}
