:root{--bg-primary: #0f172a;--bg-secondary: #1e293b;--bg-tertiary: #334155;--text-primary: #f8fafc;--text-secondary: #94a3b8;--text-accent: #38bdf8;--primary: #38bdf8;--primary-hover: #0ea5e9;--secondary: #64748b;--glass-bg: rgba(30, 41, 59, .7);--glass-border: rgba(255, 255, 255, .1);--glass-shadow: 0 8px 32px 0 rgba(0, 0, 0, .37);--font-sans: "Inter", system-ui, -apple-system, sans-serif;--radius-sm: .5rem;--radius-md: .75rem;--radius-lg: 1rem}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans);background-color:var(--bg-primary);color:var(--text-primary);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}h1,h2,h3,h4,h5,h6{line-height:1.2;font-weight:700;color:var(--text-primary)}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font-family:inherit}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 1.5rem}@media(max-width:480px){.container{padding:0 1rem}}.section{padding:5rem 0}.text-gradient{background:linear-gradient(135deg,#38bdf8,#818cf8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.glass-card{background:var(--glass-bg);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);border-radius:var(--radius-lg);box-shadow:var(--glass-shadow)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:var(--radius-md);font-weight:600;transition:all .3s ease}.btn-primary{background:var(--primary);color:#0f172a}.btn-primary:hover{background:var(--primary-hover);transform:translateY(-2px);box-shadow:0 4px 12px #38bdf84d}.btn-outline{border:2px solid var(--glass-border);color:var(--text-primary);background:transparent}.btn-outline:hover{border-color:var(--primary);color:var(--primary)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--bg-tertiary);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--secondary)}.header{position:fixed;top:0;left:0;width:100%;z-index:1000;padding:1.5rem 0;transition:all .3s ease}.header.scrolled{padding:1rem 0;background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--glass-border)}.header-content{display:flex;align-items:center;justify-content:space-between}.logo-text{font-size:1.5rem;font-weight:800;background:linear-gradient(135deg,white 0%,var(--primary) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.desktop-nav{display:none;gap:2rem}.desktop-nav a{font-weight:500;color:var(--text-secondary);transition:color .2s}.desktop-nav a:hover{color:var(--text-primary)}.header-actions{display:flex;align-items:center;gap:1rem}.mobile-menu-btn{color:var(--text-primary);display:block}.mobile-menu{position:absolute;top:100%;left:0;width:100%;padding:2rem;display:flex;flex-direction:column;gap:1.5rem;text-align:center;border-radius:0 0 1rem 1rem}.lang-btn{display:flex;align-items:center;gap:.5rem;color:var(--text-secondary);font-size:.875rem;font-weight:600;transition:color .2s;padding:.5rem}.lang-btn:hover{color:var(--primary)}@media(min-width:768px){.desktop-nav{display:flex}.mobile-menu-btn,.mobile-menu{display:none}.header-actions .btn{display:inline-flex}}@media(max-width:767px){.header-actions .btn{display:none}.logo-text{font-size:1.25rem}.header{padding:1rem 0}}.hero{padding-top:8rem;padding-bottom:3rem;min-height:80vh;display:flex;align-items:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:-10%;right:-20%;width:300px;height:300px;background:radial-gradient(circle,#38bdf81a,#0f172a00 70%);border-radius:50%;z-index:-1}@media(min-width:768px){.hero:before{top:-20%;right:-10%;width:600px;height:600px}}.hero-container{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}.hero-content{max-width:600px}.badge{display:inline-block;padding:.5rem 1rem;background:#38bdf81a;color:var(--primary);border-radius:2rem;font-size:.8rem;font-weight:600;margin-bottom:1rem;border:1px solid rgba(56,189,248,.2)}.hero h1{font-size:2rem;line-height:1.1;margin-bottom:1rem}.hero p{color:var(--text-secondary);font-size:1.125rem;margin-bottom:2rem}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.hero-visual{display:flex;justify-content:center;align-items:center;position:relative;z-index:1}.hero-image{width:100%;max-width:600px;height:auto;object-fit:contain;filter:drop-shadow(0 20px 50px rgba(0,0,0,.5))}@media(min-width:768px){.hero-container{grid-template-columns:1fr 1fr}.hero h1{font-size:3.5rem}}@media(max-width:767px){.hero-content{text-align:center;display:flex;flex-direction:column;align-items:center}.hero-buttons{justify-content:center;width:100%}.hero h1 br{display:none}.badge{font-size:.65rem;padding:.4rem .75rem;line-height:1.3;max-width:100%;white-space:normal}}.problem-section{padding-top:0}.problem-card{padding:3rem;text-align:center;max-width:800px;margin:0 auto}.problem-header{margin-bottom:2rem;display:flex;flex-direction:column;align-items:center;gap:1rem}.icon-down{color:#ef4444}.highlight-text{font-size:1.5rem;font-weight:600;color:var(--text-primary);margin-bottom:1.5rem}.problem-content p{color:var(--text-secondary);font-size:1.1rem;margin-bottom:2rem}.reality-check{display:flex;justify-content:center;gap:2rem;margin-bottom:2rem;background:#0003;padding:1.5rem;border-radius:var(--radius-md)}.check-item{display:flex;flex-direction:column;align-items:center;gap:.5rem}.check-label{font-size:.875rem;color:var(--text-secondary)}.check-value{font-weight:700;font-size:1.125rem}.check-value.down{color:#ef4444}.check-value.flat{color:var(--text-secondary)}@media(max-width:640px){.problem-card{padding:1.5rem}.reality-check{flex-direction:column;gap:1rem}}.services-section{background:var(--bg-primary)}.section-header{text-align:center;margin-bottom:4rem}.title-lg{font-size:2rem;margin-bottom:1rem}@media(min-width:768px){.title-lg{font-size:2.5rem}}.subtitle{color:var(--text-secondary);font-size:1.2rem}.services-grid{display:grid;grid-template-columns:1fr;gap:2rem}.service-card{padding:1.5rem;position:relative;transition:transform .3s ease,box-shadow .3s ease}@media(min-width:768px){.service-card{padding:2rem}}.service-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px -10px #38bdf833;border-color:#38bdf84d}.service-badge{position:absolute;top:1rem;right:1rem;background:var(--primary);color:#0f172a;font-size:.75rem;font-weight:700;padding:.25rem .75rem;border-radius:1rem}.service-icon{width:64px;height:64px;background:#38bdf81a;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--primary);margin-bottom:1.5rem}.service-card h3{font-size:1.5rem;margin-bottom:1rem}.service-desc{color:var(--text-secondary);margin-bottom:1.5rem;height:3rem}.service-list{list-style:none;border-top:1px solid var(--glass-border);padding-top:1.5rem}.service-list li{position:relative;padding-left:1.5rem;margin-bottom:.75rem;color:var(--text-primary);font-size:.95rem}.service-list li:before{content:"✓";position:absolute;left:0;color:var(--primary)}@media(min-width:768px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.services-grid{grid-template-columns:repeat(4,1fr)}}.safety-section{background:var(--bg-secondary);position:relative;overflow:hidden}.safety-grid{display:grid;grid-template-columns:1fr;gap:4rem;align-items:center}.safety-items{margin-top:3rem;display:flex;flex-direction:column;gap:2rem}.safety-item{display:flex;gap:1.5rem;align-items:flex-start}.safety-icon{color:var(--primary);min-width:24px;margin-top:4px}.safety-item h4{font-size:1.25rem;margin-bottom:.5rem}.safety-item p{color:var(--text-secondary)}.safety-visual{padding:1.5rem;background:linear-gradient(135deg,#1e293be6,#0f172af2)}@media(min-width:768px){.safety-visual{padding:3rem}}.safety-visual h3{margin-bottom:2rem;text-align:center}.scenario{margin-bottom:1.5rem;border-bottom:1px solid var(--glass-border);padding-bottom:1.5rem}.scenario:last-child{border-bottom:none}.scenario-q{display:block;font-weight:600;color:var(--primary);margin-bottom:.5rem}.scenario-a{color:var(--text-secondary)}@media(min-width:768px){.safety-grid{grid-template-columns:1.2fr .8fr}}.philosophy-section{background:var(--bg-primary);display:flex;align-items:center;justify-content:center}.philosophy-content{padding:4rem 2rem;max-width:800px;margin:0 auto;position:relative}.philosophy-content:before{content:'"';position:absolute;top:1rem;left:2rem;font-size:8rem;color:var(--primary);opacity:.1;font-family:serif}.quote{font-size:2rem;font-weight:300;color:var(--text-primary);margin-bottom:2rem;font-style:italic}.quote strong{color:var(--primary);font-weight:600}.philosophy-text p{color:var(--text-secondary);font-size:1.125rem;margin-bottom:1rem;line-height:1.8}.contact-section{background:var(--bg-secondary)}.contact-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-top:3rem;text-align:left}.contact-info{padding:2rem;display:flex;flex-direction:column;gap:2rem}.info-item{display:flex;align-items:center;gap:1.5rem}.contact-icon{color:var(--primary);min-width:32px}.info-item h4{font-size:1.1rem;margin-bottom:.25rem}.phone-link{font-size:1.5rem;font-weight:700;color:var(--text-primary);transition:color .2s}.phone-link:hover{color:var(--primary)}.contact-note{font-size:.875rem;color:var(--text-secondary)}.full-width{width:100%;margin-top:1rem}.map-container{height:400px;overflow:hidden;padding:0}.map-container iframe{width:100%;height:100%;filter:grayscale(1) invert(1) contrast(.8) brightness(.8)}@media(min-width:768px){.contact-grid{grid-template-columns:1fr 1fr}}.footer{padding:2rem 0;background:var(--bg-primary);border-top:1px solid var(--glass-border);margin-top:auto}.footer-content{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem}.footer-logo{font-weight:700;color:var(--text-secondary)}.footer-links p{font-size:.875rem;color:var(--text-secondary)}@media(min-width:768px){.footer-content{flex-direction:row;justify-content:space-between}}.app-wrapper{min-height:100vh;display:flex;flex-direction:column;overflow-x:hidden}main{flex:1}
