html,body{margin:0;padding:0;width:100%;min-height:100vh}body{font-family:Space Grotesk,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{width:100%;min-height:100vh}button{border:none;background:none;cursor:pointer;font-family:inherit}a{text-decoration:none;color:inherit}*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #6366f1;--primary-dark: #4f46e5;--secondary: #ec4899;--accent: #f59e0b;--accent-light: #fbbf24;--gradient-start: #576c68;--gradient-end: #8f5339;--dark-bg: #0a1628;--dark-bg-secondary: #1a2942;--dark-border: #2d3f5f;--dark-border-hover: #3d5174;--dark-surface: #0f1e33;--neutral-50: #fafafa;--neutral-100: #f5f5f5;--neutral-200: #e5e5e5;--neutral-300: #d4d4d4;--neutral-400: #a3a3a3;--neutral-500: #737373;--neutral-600: #525252;--neutral-700: #404040;--neutral-800: #262626;--neutral-900: #171717;--bg-primary: linear-gradient(135deg, #667eea 0%, #764ba2 100%);--bg-secondary: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);--bg-accent: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);--bg-warm: linear-gradient(135deg, #fa709a 0%, #fee140 100%);--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--shadow-2xl: 0 25px 50px -12px rgb(0 0 0 / .25);--radius-sm: .375rem;--radius: .5rem;--radius-md: .75rem;--radius-lg: 1rem;--radius-xl: 1.5rem;--radius-2xl: 2rem;--radius-full: 9999px}body{font-family:Space Grotesk,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;color:var(--neutral-200);background:var(--dark-bg);scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0 auto;max-width:100vw;overflow-x:hidden;position:relative}body:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:10000;opacity:.8;background:radial-gradient(circle at 20% 50%,transparent 20%,rgba(0,0,0,.4) 21%,transparent 22%),radial-gradient(circle at 40% 20%,transparent 20%,rgba(255,255,255,.3) 21%,transparent 22%),radial-gradient(circle at 80% 30%,transparent 20%,rgba(0,0,0,.2) 21%,transparent 22%),radial-gradient(circle at 60% 80%,transparent 20%,rgba(255,255,255,.2) 21%,transparent 22%);background-size:3px 3px,4px 4px,2px 2px,5px 5px;background-position:0 0,1px 1px,2px 0,0 2px;animation:grain 4s linear infinite;mix-blend-mode:overlay}@keyframes grain{0%,to{transform:translate(0)}10%{transform:translate(-5%,-10%)}20%{transform:translate(-15%,5%)}30%{transform:translate(7%,-15%)}40%{transform:translate(-5%,15%)}50%{transform:translate(-15%,5%)}60%{transform:translate(15%)}70%{transform:translateY(15%)}80%{transform:translate(-15%,-10%)}90%{transform:translate(10%,5%)}}.app{min-height:100vh;width:100%;margin:0 auto;display:flex;flex-direction:column}h1,h2,h3{font-family:Bricolage Grotesque,system-ui,sans-serif;font-weight:700;line-height:1.2;letter-spacing:-.025em}h1{font-size:clamp(2.5rem,5vw,4rem);font-weight:800}h2{font-size:clamp(2rem,4vw,3rem)}h3{font-size:clamp(1.5rem,3vw,2rem)}.navbar{position:absolute;top:0;left:0;width:100%;background:transparent;z-index:1000;transition:all .3s cubic-bezier(.4,0,.2,1)}.nav-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;height:80px}.nav-brand{display:flex;align-items:center}.nav-logo{height:auto;width:120px;filter:grayscale(100%)}.mobile-menu-toggle{display:none;background:none;border:none;cursor:pointer;padding:8px;border-radius:var(--radius);transition:background-color .3s ease}.mobile-menu-toggle:hover{background-color:var(--neutral-100)}.mobile-menu{position:fixed;top:0;right:-100%;width:100%;height:100vh;background:var(--dark-bg);z-index:9999;transition:right .3s ease-in-out;overflow-y:auto}.mobile-menu.open{right:0}.mobile-menu-close{position:absolute;top:1.5rem;right:2rem;background:none;border:none;color:#fff;cursor:pointer;padding:.5rem;transition:transform .3s ease;z-index:10000}.mobile-menu-close:hover{transform:rotate(90deg)}.mobile-menu-content{padding:6rem 2rem 2rem;display:flex;flex-direction:column;gap:2rem;align-items:center;justify-content:center;min-height:100vh}.mobile-nav-link{background:none;border:none;font-size:1.5rem;font-weight:600;color:#fff;cursor:pointer;padding:1rem 0;text-align:center;text-transform:uppercase;letter-spacing:.05em;transition:all .3s ease;font-family:Clash Display,Bricolage Grotesque,system-ui,sans-serif}.mobile-nav-link:hover,.mobile-nav-link.active{color:var(--gradient-end);transform:translate(10px)}.mobile-nav-cta{background:linear-gradient(135deg,var(--gradient-start) 0%,var(--gradient-end) 100%);color:#fff;border:none;padding:1rem 2.5rem;border-radius:var(--radius-full);font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);text-transform:uppercase;letter-spacing:.05em;margin-top:1rem}.mobile-nav-cta:hover{transform:translateY(-2px);box-shadow:0 10px 30px #576c684d}.nav-menu{display:flex;list-style:none;gap:2rem;align-items:center}.nav-link{background:none;border:none;font-size:.875rem;font-weight:500;color:#ffffffe6;cursor:pointer;padding:.5rem 0;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;text-transform:uppercase;letter-spacing:.05em}.nav-link:hover,.nav-link.active{color:#fff}.nav-link:after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:2px;background:white;transform:scaleX(0);transition:transform .3s cubic-bezier(.4,0,.2,1)}.nav-link:hover:after,.nav-link.active:after{transform:scaleX(1)}.nav-cta{background:white;color:#000;border:none;padding:.75rem 1.5rem;border-radius:var(--radius-full);font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);text-transform:uppercase;letter-spacing:.05em}.nav-cta:hover{background:var(--neutral-100);transform:translateY(-2px)}.container{max-width:1200px;margin:0 auto;padding:0 2rem}section{padding:120px 0}.section-header{text-align:center;margin-bottom:5rem}.section-title{margin-bottom:1.5rem;color:#000}.section-subtitle{font-size:1.25rem;color:var(--neutral-600);max-width:600px;margin:0 auto;line-height:1.7}.hero-video{position:relative;width:100%;height:100vh;min-height:600px;overflow:hidden;display:flex;align-items:center;justify-content:center}.hero-video-bg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0;filter:hue-rotate(300deg)}.hero-video-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:1}.hero-video:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:10%;z-index:2;pointer-events:none}.hero-video-content{position:relative;z-index:3;text-align:center;color:#fff;max-width:900px;padding:0 2rem}.hero-video-content h1{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2;font-family:Clash Display,Bricolage Grotesque,system-ui,sans-serif;color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.3)}.hero-video-content p{font-size:1.25rem;line-height:1.6;margin-bottom:2.5rem;color:#fffffff2;max-width:700px;margin-left:auto;margin-right:auto}.hero-cta-btn{background:white;color:#000;border:none;padding:1.25rem 3rem;border-radius:var(--radius-full);font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.05em;font-family:Space Grotesk,system-ui,sans-serif}.hero-cta-btn:hover{background:var(--neutral-100);transform:translateY(-3px);box-shadow:0 10px 30px #0000004d}.hero{padding:80px 0 120px;background:var(--neutral-50);overflow:hidden;position:relative}.hero-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;z-index:1}.hero-title{margin-bottom:3rem;color:var(--neutral-900);max-width:800px}.hero-title .highlight{color:#000;position:relative}.hero-description{font-size:1.125rem;line-height:1.6;margin-bottom:2rem;margin-top:2rem;color:var(--neutral-600);max-width:500px}.hero-buttons{display:flex;gap:1.5rem;align-items:center;flex-wrap:wrap}.cta-primary{background:black;color:#fff;border:none;padding:1rem 2.5rem;border-radius:var(--radius-full);font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);text-transform:uppercase;letter-spacing:.05em}.cta-primary:hover{background:var(--neutral-800);transform:translateY(-3px)}.cta-primary.large{padding:1.25rem 3rem;font-size:1.125rem}.cta-secondary{background:transparent;color:var(--neutral-700);border:2px solid var(--neutral-300);padding:.875rem 2.5rem;border-radius:var(--radius-full);font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);text-transform:uppercase;letter-spacing:.05em}.cta-secondary:hover{background:var(--neutral-900);color:#fff;border-color:var(--neutral-900);transform:translateY(-2px);box-shadow:var(--shadow-lg)}.cta-link{background:transparent;color:var(--neutral-600);border:none;padding:0;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);text-decoration:underline;text-underline-offset:4px}.cta-link:hover{color:#000;text-decoration-thickness:2px}.hero-showcase{position:relative;width:100%;max-width:900px;height:300px;margin:0 auto;display:flex;align-items:center;justify-content:center}.showcase-card{position:absolute;width:160px;height:220px;background:white;border-radius:12px;border:1px solid black;box-shadow:0 5px 15px #0000001a;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1)}.showcase-card:hover{transform:translateY(-5px) scale(1.02);box-shadow:0 10px 25px #00000026}.card-content{height:100%;display:flex;flex-direction:column}.card-header{padding:12px 16px;background:white;border-bottom:1px solid #f0f0f0}.card-tag{font-size:12px;font-weight:500;color:#fff;background:black;padding:4px 8px;border-radius:12px;font-family:Space Grotesk,system-ui,sans-serif}.card-body{flex:1;padding:16px;display:flex;flex-direction:column;justify-content:space-between}.card-testimony{font-size:13px;line-height:1.4;color:#000;font-style:italic;margin-bottom:16px;flex:1}.card-avatar-section{display:flex;align-items:center;gap:8px}.card-avatar{width:32px;height:32px;border-radius:50%;background-size:cover;background-position:center;border:1px solid #e5e5e5;flex-shrink:0}.card-name{font-size:12px;font-weight:600;color:#000;font-family:Space Grotesk,system-ui,sans-serif}.card-1{left:50%;margin-left:-280px;top:40px;z-index:1;transform:rotate(-15deg);animation:float 6s ease-in-out infinite}.card-2{left:50%;margin-left:-180px;top:10px;z-index:2;transform:rotate(-8deg);animation:float 6s ease-in-out infinite 1s}.card-3{left:50%;margin-left:-80px;top:0;z-index:3;transform:rotate(-3deg);animation:float 6s ease-in-out infinite 2s}.card-4{left:50%;margin-left:20px;top:15px;z-index:4;transform:rotate(5deg);animation:float 6s ease-in-out infinite 3s}.card-5{left:50%;margin-left:120px;top:35px;z-index:5;transform:rotate(12deg);animation:float 6s ease-in-out infinite 4s}@keyframes float{0%,to{transform:translateY(0) rotate(var(--rotation, 0deg))}50%{transform:translateY(-10px) rotate(var(--rotation, 0deg))}}.card-1{--rotation: -15deg}.card-2{--rotation: -8deg}.card-3{--rotation: -3deg}.card-4{--rotation: 5deg}.card-5{--rotation: 12deg}.services{background:var(--dark-bg);padding:60px 0}@media (min-width: 769px){.services{padding:120px 0}}.services-layout{display:grid;grid-template-columns:1fr 2fr;gap:4rem;align-items:start}.services-header{padding-right:2rem}.services-header h2{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;color:#fff;font-family:Bricolage Grotesque,system-ui,sans-serif;line-height:1.2}.services-header p{font-size:1rem;color:var(--neutral-400);line-height:1.6;margin-bottom:2rem}.services-cta{background:white;color:var(--dark-bg);border:none;padding:.75rem 1.5rem;border-radius:var(--radius);font-size:.875rem;font-weight:500;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}.services-cta:hover{background:var(--neutral-200);transform:translateY(-1px)}.services-cards{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;gap:1rem}.service-card{background:var(--dark-bg-secondary);border:1px solid var(--dark-border);border-radius:var(--radius-lg);padding:1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.service-card:hover{border-color:var(--dark-border-hover);transform:translateY(-2px)}.service-card h3{font-size:1.125rem;font-weight:600;margin-bottom:.5rem;color:#fff;font-family:Bricolage Grotesque,system-ui,sans-serif}.service-card p{color:var(--neutral-400);font-size:.875rem;line-height:1.5}.featured-card{grid-row:span 2;background:var(--dark-bg-secondary);color:#fff;padding:2rem;display:flex;flex-direction:column;justify-content:space-between;border:1px solid var(--dark-border)}.featured-card:hover{background:var(--dark-surface);border-color:var(--dark-border-hover)}.featured-card h3{color:#fff;font-size:1.5rem;margin-bottom:.75rem;margin-top:auto}.featured-card p{color:#fffc;font-size:.875rem}.card-icon{margin-bottom:2rem}.icon-graphic{position:relative;width:80px;height:60px}.icon-shape{position:absolute;top:0;left:0;width:60px;height:40px;background:linear-gradient(135deg,var(--gradient-start) 0%,var(--gradient-end) 100%);border-radius:var(--radius);transform:rotate(-5deg)}.icon-graphic:after{content:"";position:absolute;top:20px;right:0;width:30px;height:30px;background:rgba(255,255,255,.2);border-radius:50%}.about{background:var(--dark-bg);padding:60px 0}@media (min-width: 769px){.about{padding:120px 0}}.about-layout{display:grid;grid-template-columns:1fr 2fr;gap:4rem;align-items:start}.about-header{padding-right:2rem}.about-header h2{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;color:#fff;font-family:Bricolage Grotesque,system-ui,sans-serif;line-height:1.2}.about-header p{font-size:1rem;color:var(--neutral-400);line-height:1.6}.about-cards{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto auto;gap:1rem}.feature-card{background:var(--dark-bg-secondary);border:1px solid var(--dark-border);border-radius:var(--radius-lg);padding:1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.feature-card:hover{border-color:var(--dark-border-hover);transform:translateY(-2px)}.feature-card .feature-icon{width:40px;height:40px;background:var(--dark-surface);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;margin-bottom:1rem;color:#fff}.feature-card h4{font-size:1.125rem;font-weight:600;margin-bottom:.5rem;color:#fff;font-family:Bricolage Grotesque,system-ui,sans-serif}.feature-card p{color:var(--neutral-400);font-size:.875rem;line-height:1.5}.featured-story{grid-row:span 2;background:var(--dark-bg-secondary);color:#fff;padding:2rem;display:flex;flex-direction:column;justify-content:space-between;border:1px solid var(--dark-border)}.featured-story:hover{background:var(--dark-surface);border-color:var(--dark-border-hover)}.featured-story h3{color:#fff;font-size:1.5rem;margin-bottom:1rem;font-family:Bricolage Grotesque,system-ui,sans-serif;font-weight:600}.featured-story p{color:#fffc;font-size:.875rem;line-height:1.6;margin-bottom:1rem}.featured-story p:last-child{margin-bottom:0}.testimonials{background:white}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(450px,1fr));gap:2.5rem}.testimonial-card{background:white;padding:2rem;border-radius:var(--radius-lg);border:1px solid black;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.testimonial-text{font-size:1.25rem;line-height:1.7;color:#000;margin-bottom:2.5rem;font-style:italic;font-family:Space Grotesk,system-ui,sans-serif}.testimonial-text:before{content:'"';font-size:4rem;color:var(--primary);position:absolute;top:1rem;left:2rem;font-family:serif;opacity:.3}.testimonial-author{display:flex;align-items:center;gap:1rem}.author-avatar{width:60px;height:60px;background:var(--bg-primary);color:#fff;border-radius:var(--radius-xl);display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.5rem;box-shadow:var(--shadow-lg)}.author-info h4{font-size:1.125rem;font-weight:700;color:#000;margin-bottom:.25rem;font-family:Bricolage Grotesque,system-ui,sans-serif}.author-info p{font-size:.875rem;color:#000;text-transform:uppercase;letter-spacing:.05em}.tips{background:linear-gradient(135deg,var(--neutral-50) 0%,#f8fafc 100%)}.tips-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2.5rem}.tip-card{background:white;padding:2rem;border-radius:var(--radius-lg);border:1px solid var(--neutral-300);transition:all .3s cubic-bezier(.4,0,.2,1)}.tip-card:hover{transform:translateY(-2px);border-color:var(--neutral-400)}.tip-number{width:50px;height:50px;background:var(--bg-secondary);color:#fff;border-radius:var(--radius-xl);display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.5rem;margin-bottom:2rem;box-shadow:var(--shadow-lg);font-family:Bricolage Grotesque,system-ui,sans-serif}.tip-card h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:var(--neutral-800)}.tip-card p{color:var(--neutral-600);line-height:1.7;font-size:1rem}.faq{background:var(--dark-bg);padding:60px 0}@media (min-width: 769px){.faq{padding:120px 0}}.faq-content{max-width:900px;margin:0 auto}.faq-header{text-align:center;margin-bottom:2rem}@media (min-width: 769px){.faq-header{margin-bottom:4rem}}.faq-header h2{margin-bottom:1.5rem;color:#fff}.faq-header p{color:var(--neutral-400);font-size:1.25rem}.faq-list{display:flex;flex-direction:column;gap:1.5rem}.faq-item{background:var(--dark-bg-secondary);border:1px solid var(--dark-border);border-radius:var(--radius-lg);overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1)}.faq-item:hover,.faq-item.expanded{border-color:var(--dark-border-hover)}.faq-question{width:100%;background:none;border:none;padding:2rem;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-size:1.25rem;font-weight:700;color:#fff;transition:all .3s cubic-bezier(.4,0,.2,1);font-family:Bricolage Grotesque,system-ui,sans-serif}.faq-question:hover{background:var(--dark-surface)}.faq-icon{font-size:2rem;color:#fff;font-weight:300;transition:transform .3s cubic-bezier(.4,0,.2,1)}.faq-item.expanded .faq-icon{transform:rotate(45deg)}.faq-answer{padding:0 2rem 2rem;border-top:1px solid var(--dark-border);background:var(--dark-bg-secondary)}.faq-answer p{color:var(--neutral-400);line-height:1.7;margin-top:1rem;font-size:1rem}.contact{background:var(--dark-bg);padding:60px 0}@media (min-width: 769px){.contact{padding:120px 0}}.contact-header{text-align:left;margin-bottom:2rem}@media (min-width: 769px){.contact-header{margin-bottom:4rem}}.contact-header h2{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:1rem;font-family:Bricolage Grotesque,system-ui,sans-serif}.contact-header p{font-size:1rem;color:var(--neutral-400);line-height:1.6;max-width:600px}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.contact-form-card,.contact-info-card,.business-hours-card{background:var(--dark-bg-secondary);border:1px solid var(--dark-border);border-radius:var(--radius-lg);padding:2rem}.contact-form-card h3,.contact-info-card h3,.business-hours-card h3{font-size:1rem;font-weight:700;color:#fff;margin-bottom:1.5rem;font-family:Bricolage Grotesque,system-ui,sans-serif;letter-spacing:.05em}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.75rem;font-weight:600;color:#fff;letter-spacing:.05em;font-family:Space Grotesk,system-ui,sans-serif}.form-group input,.form-group textarea{padding:.75rem;border:1px solid var(--dark-border);border-radius:var(--radius);font-size:.875rem;color:#fff;background:var(--dark-bg);font-family:Space Grotesk,system-ui,sans-serif;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--dark-border-hover)}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--neutral-400)}.form-group input.error,.form-group textarea.error{border-color:#dc2626}.error-message{color:#dc2626;font-size:.75rem;font-family:Space Grotesk,system-ui,sans-serif;margin-top:-.25rem}.send-message-btn{background:linear-gradient(135deg,var(--gradient-start) 0%,var(--gradient-end) 100%);color:#fff;border:none;padding:1rem 2rem;border-radius:var(--radius);font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:Space Grotesk,system-ui,sans-serif;letter-spacing:.05em;margin-top:1rem}.send-message-btn:hover{background:linear-gradient(135deg,#4a5e5b 0%,#7a4530 100%);transform:translateY(-1px);box-shadow:0 4px 12px #576c684d}.send-message-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.form-status{margin-top:1rem;padding:1rem;border-radius:var(--radius);font-size:.875rem;font-family:Space Grotesk,system-ui,sans-serif;text-align:center}.form-status.success{background:rgba(34,197,94,.1);border:1px solid rgba(34,197,94,.3);color:#4ade80}.form-status.error{background:rgba(239,68,68,.1);border:1px solid rgba(239,68,68,.3);color:#f87171}.contact-info-section{display:flex;flex-direction:column;gap:1.5rem}.contact-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.contact-item{display:flex;align-items:flex-start;gap:1rem}.contact-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-icon.phone-icon,.contact-icon.address-icon,.contact-icon.email-icon{color:#fff}.contact-details h4{font-size:.75rem;font-weight:600;color:#fff;margin-bottom:.25rem;font-family:Space Grotesk,system-ui,sans-serif;letter-spacing:.05em}.contact-details p{font-size:.875rem;color:var(--neutral-400);font-family:Space Grotesk,system-ui,sans-serif}.hours-grid{display:grid;grid-template-columns:1fr;gap:1rem}.hours-column h4{font-size:.75rem;font-weight:600;color:#fff;margin-bottom:.25rem;font-family:Space Grotesk,system-ui,sans-serif;letter-spacing:.05em}.hours-column p{font-size:.875rem;color:var(--neutral-400);font-family:Space Grotesk,system-ui,sans-serif}.footer{background:var(--dark-bg);color:#fff;padding:5rem 0 2rem;border-top:1px solid var(--dark-border)}.footer-content{display:grid;grid-template-columns:2fr 3fr;gap:5rem;margin-bottom:3rem}.footer-brand h3{font-size:2rem;font-weight:800;margin-bottom:1rem;color:#fff;font-family:Bricolage Grotesque,system-ui,sans-serif}.footer-brand p{color:var(--neutral-400);margin-bottom:.75rem;line-height:1.7}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem}.footer-column h4{font-size:1.25rem;font-weight:700;margin-bottom:1.5rem;color:#fff;font-family:Bricolage Grotesque,system-ui,sans-serif}.footer-column ul{list-style:none}.footer-column li{margin-bottom:.75rem;color:var(--neutral-400);cursor:pointer;transition:color .3s cubic-bezier(.4,0,.2,1)}.footer-column li:hover{color:#fff}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:3rem;border-top:1px solid var(--neutral-700);color:var(--neutral-400)}.social-links{display:flex;align-items:center;gap:1.5rem}.social-link{color:var(--neutral-400);text-decoration:none;transition:color .3s cubic-bezier(.4,0,.2,1);font-weight:500;text-transform:uppercase;letter-spacing:.05em;font-size:.875rem}.social-link:hover{color:#fff}@media (max-width: 768px){.nav-menu{display:none}.mobile-menu-toggle{display:block}.hero-video{height:100vh;min-height:500px;background:#000}.hero-video-content h1{font-size:2rem}.hero-video-content p{font-size:1rem}.hero-cta-btn{padding:1rem 2rem;font-size:.875rem}.hero-container{grid-template-columns:1fr;text-align:center;gap:1.5rem;padding:0 1rem}.hero-title{margin-bottom:1.5rem;font-size:2rem}.hero-showcase{height:200px;margin:1rem 0}.hero-description{margin:1rem 0;font-size:1rem}.hero-buttons{justify-content:center;gap:1rem;flex-direction:column;align-items:center}.cta-primary{width:200px}.showcase-card{width:120px;height:160px}.card-4,.card-5{display:none}.card-1{left:50%;margin-left:-160px;top:20px;transform:rotate(-20deg);--rotation: -20deg}.card-2{left:50%;margin-left:-60px;top:5px;transform:rotate(0);--rotation: 0deg}.card-3{left:50%;margin-left:40px;top:15px;transform:rotate(20deg);--rotation: 20deg}.card-testimony{font-size:11px;line-height:1.3;margin-bottom:12px}.card-avatar{width:24px;height:24px}.card-name{font-size:10px}.card-tag{font-size:10px;padding:3px 6px}.services-layout{grid-template-columns:1fr;gap:2rem}.services-header{padding-right:0;text-align:center}.services-cards{grid-template-columns:1fr;gap:.75rem}.featured-card{grid-row:span 1;order:-1}.about-layout{grid-template-columns:1fr;gap:2rem}.about-header{padding-right:0;text-align:center}.about-cards{grid-template-columns:1fr;gap:.75rem}.featured-story{grid-row:span 1;order:-1}.footer-content{grid-template-columns:1fr;text-align:center;gap:2rem}.footer-links{grid-template-columns:1fr;gap:1.5rem}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}.testimonials-grid{grid-template-columns:1fr;gap:1.5rem}.nav-container{padding:0 1rem;height:70px}.container{padding:0 1rem}section{padding:60px 0}.hero{padding:80px 0 60px}.section-header{margin-bottom:3rem}.faq-list{gap:1rem}.contact-content{grid-template-columns:1fr;gap:2rem}.contact-info-grid{grid-template-columns:1fr;gap:1rem}.form-row{grid-template-columns:1fr}.contact-form-card,.contact-info-card,.business-hours-card{padding:1.5rem}}@media (max-width: 480px){.megaphone-container{width:180px;height:180px}.megaphone{font-size:3.5rem}.social-icon{width:40px;height:40px;font-size:1rem}}.modal-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.75);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-content{background:white;border:2px solid black;border-radius:12px;width:100%;max-width:600px;max-height:90vh;overflow-y:auto;animation:modalSlideIn .3s cubic-bezier(.4,0,.2,1)}@keyframes modalSlideIn{0%{opacity:0;transform:scale(.95) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px;border-bottom:1px solid #e5e5e5}.modal-company{font-family:Bricolage Grotesque,system-ui,sans-serif;font-size:1.25rem;font-weight:700;color:#000}.modal-close{background:none;border:none;cursor:pointer;padding:8px;border-radius:6px;color:#525252;transition:all .2s}.modal-close:hover{background:#f5f5f5;color:#000}.modal-body{padding:24px}.modal-testimonial{font-size:1.125rem;line-height:1.7;color:#262626;margin-bottom:24px;font-style:italic}.modal-author{display:flex;align-items:center;gap:16px}.modal-avatar{width:64px;height:64px;border-radius:50%;background-size:cover;background-position:center;border:2px solid #e5e5e5;flex-shrink:0}.modal-author-info{display:flex;flex-direction:column}.modal-author-name{font-family:Bricolage Grotesque,system-ui,sans-serif;font-size:1.125rem;font-weight:600;color:#000;margin-bottom:2px}.modal-author-title{font-size:1rem;color:#737373}@media (max-width: 768px){.modal-backdrop{padding:12px}.modal-header,.modal-body{padding:20px}.modal-testimonial{font-size:1rem;margin-bottom:20px}.modal-avatar{width:56px;height:56px}.modal-author-name{font-size:1rem}.modal-author-title{font-size:.9rem}}
