@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Michroma&display=swap";:root{--bg-dark: #0f1011;--panel-dark: #1f2022;--panel-border: rgba(255, 255, 255, .08);--element-light: #dadbde;--element-dim: #70757c;--element-darker: #4a4d52;--accent-sparkle: rgba(255, 255, 255, .8);--radius-sm: 8px;--radius-md: 16px;--radius-lg: 24px;--radius-xl: 32px;--radius-pill: 9999px;--gap-sm: 12px;--gap-md: 24px;--gap-lg: 32px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,system-ui,-apple-system,sans-serif;background-color:var(--bg-dark);color:var(--element-light);min-height:100vh;display:flex;justify-content:center;align-items:center;padding:2rem;background:radial-gradient(circle at top,#1a1b1d 0%,var(--bg-dark) 40%)}#root{width:100%;max-width:1200px}.bento-app-container{background-color:transparent;width:100%;display:flex;flex-direction:column;gap:var(--gap-lg);position:relative}.glass-panel{background:#ffffff05;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.05);border-radius:var(--radius-lg);box-shadow:inset 0 1px #ffffff0d}@keyframes ambient-glow{0%{transform:translateY(0) scale(1);opacity:.3}50%{transform:translateY(-10px) scale(1.05);opacity:.5}to{transform:translateY(0) scale(1);opacity:.3}}.premium-card-wrapper{position:relative;cursor:pointer;border-radius:var(--radius-lg);transition:transform .4s cubic-bezier(.23,1,.32,1);z-index:1}.premium-card-wrapper:before{content:"";position:absolute;top:10%;left:10%;width:80%;height:80%;background:radial-gradient(circle at center,#00D4FF 0%,transparent 60%);filter:blur(30px);z-index:-1;opacity:.4;animation:ambient-glow 6s infinite ease-in-out;pointer-events:none;transition:opacity .4s ease,filter .4s ease}.premium-card-wrapper:hover{transform:translateY(-8px) scale(1.02)}.premium-card-wrapper:hover .premium-glass-card{box-shadow:0 20px 40px #0006,inset 0 0 25px #00d4ff1a;background:linear-gradient(135deg,#ffffff14,#00d4ff08);border-color:#00d4ff4d}.premium-card-wrapper:hover:before{opacity:.75;filter:blur(40px)}.premium-glass-card{background:linear-gradient(135deg,#ffffff08,#ffffff03);backdrop-filter:blur(20px) saturate(180%);border:1px solid rgba(255,255,255,.1);box-shadow:inset 0 1px 1px #ffffff0d,0 4px 30px #0000001a;border-radius:var(--radius-lg);position:relative;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1)}.premium-glass-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.05),transparent);transition:left .6s ease}.premium-glass-card:hover:before{left:100%}.magnetic-hover-effect{transition:transform .4s cubic-bezier(.23,1,.32,1),box-shadow .4s ease}.magnetic-hover-effect:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 20px 40px #0006;background:linear-gradient(135deg,#ffffff0f,#ffffff05);border-color:#fff3}.hover-lift{transition:transform .3s cubic-bezier(.175,.885,.32,1.275),box-shadow .3s ease;cursor:pointer}.hover-lift:hover{transform:translateY(-4px);box-shadow:0 12px 24px -10px #0006}.placeholder{background-color:var(--element-light);display:block}.placeholder-dim{background-color:var(--element-dim)}.placeholder-dark{background-color:var(--element-darker)}.flex-row{display:flex;flex-direction:row}.flex-col{display:flex;flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.nav-link{color:var(--element-dim);font-size:14px;font-weight:500;cursor:pointer;position:relative;padding-bottom:8px;transition:color .3s ease;text-decoration:none}.nav-link:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background-color:#00d4ff;box-shadow:0 0 8px #00d4ff80;transform:scaleX(0);transform-origin:center;transition:transform .3s ease}.nav-link:hover{color:#fff}.nav-link:hover:after{transform:scaleX(1)}.nav-link.active{color:#fff}.nav-link.active:after{transform:scaleX(1)}.michroma-title{font-family:Michroma,sans-serif;color:#fff;font-size:42px;line-height:1.2;text-transform:uppercase;white-space:normal;font-weight:800;-webkit-text-stroke:1px #fff;letter-spacing:1px}.subheadline{color:var(--element-dim);font-size:16px;line-height:1.5;max-width:400px}.hollow-number{font-family:Michroma,sans-serif;font-size:140px;font-weight:800;color:transparent;-webkit-text-stroke:1px rgba(255,255,255,.05);position:absolute;top:-20px;right:-10px;z-index:0;pointer-events:none;user-select:none;line-height:1}.cta-button{background-color:#00f0ff;color:#000;font-family:Inter,sans-serif;font-weight:600;font-size:16px;padding:14px 32px;border-radius:9999px;border:none;cursor:pointer;box-shadow:0 0 24px #00f0ff66;text-transform:lowercase;transition:all .3s ease}.cta-button:hover{box-shadow:0 0 32px #00f0ff99;transform:translateY(-2px) scale(1.02)}@keyframes pulse{0%,to{opacity:1}50%{opacity:.8}}.animate-pulse-slow{animation:pulse 4s cubic-bezier(.4,0,.6,1) infinite}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-3px)}to{transform:translateY(0)}}.animate-float{animation:float 6s ease-in-out infinite}.organic-shape{border-radius:40px 100px 30px 80px}.status-dot{width:12px;height:12px;border-radius:50%}.status-dot-red{background-color:#5a5f66}.status-dot-yellow{background-color:#70757c}.status-dot-green{background-color:#898e94}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.mobile-nav-link:hover{background:#00d4ff0f!important;color:#fff!important}.hero-bento{position:relative;width:100%;height:420px;background-image:url(/heroimg.png);background-size:auto 100%;background-position:right center;background-repeat:no-repeat;background-color:transparent}.hero-title-top{position:absolute;top:7%;left:2%;z-index:2}.hero-title-bottom{position:absolute;top:25%;left:2%;z-index:2}.hero-content-area{position:absolute;top:50%;left:2%;width:40%;z-index:2}.hero-content-area .subheadline{margin-bottom:28px}.hero-status-pill{position:absolute;bottom:24px;right:24px;gap:14px;z-index:4}.hero-mobile-image-container,.mobile-cta{display:none}.desktop-cta{display:block}@media(max-width:768px){body{padding:1rem}.michroma-title{font-size:28px!important;white-space:normal;-webkit-text-stroke:.5px #fff}.nav-links-desktop,.nav-actions-desktop{display:none!important}.hamburger-btn{display:flex!important}.faq-section{padding:24px 20px 40px!important}.faq-header{margin-bottom:40px!important}.faq-header h1{font-size:32px!important}.faq-header p{font-size:16px!important}.faq-card{padding:24px 20px!important}.faq-card h3{font-size:17px!important;flex-direction:column;align-items:flex-start!important;gap:8px!important}.faq-card p{padding-left:0!important;font-size:15px!important}.faq-footer{margin-top:50px!important}.faq-footer .cta-button{padding:12px 24px;font-size:14px}.faq-buttons{flex-direction:column!important;gap:12px!important}.gallery-section{padding:24px 16px 60px!important}.gallery-header{margin-bottom:40px!important}.gallery-header h1{font-size:32px!important}.gallery-header p{font-size:16px!important}.gallery-grid{gap:16px!important}.gallery-item{flex:1 1 100%!important;max-width:100%!important;min-height:220px!important}.gallery-item img{min-height:280px!important}.gallery-caption{padding:20px!important}.gallery-caption h3{font-size:18px!important}.cta-button{padding:12px 24px;font-size:14px}.hero-content-area{width:60%!important}.subheadline{font-size:14px;max-width:300px}.feature-cards-grid{grid-template-columns:1fr!important;gap:16px!important}.process-section{margin-top:60px!important}.process-cards{flex-direction:column!important;gap:24px!important}.process-connecting-line{display:none!important}.roof-section{flex-direction:column!important;gap:40px!important;padding:0 20px!important;margin-top:60px!important}.roof-section h2{font-size:28px!important}.roof-engineering-image-wrapper{width:100%!important;max-width:400px!important;margin:0 auto}.home-faq-section{margin-top:60px!important;padding:0 16px!important}.home-qa-card{padding:24px 20px!important}.home-qa-card h3{font-size:17px!important;flex-direction:column;align-items:flex-start!important;gap:8px!important}.home-qa-card p{padding-left:0!important;font-size:15px!important}.grid-independence{min-height:400px!important}.grid-independence-content{padding:40px 24px!important}.footer-grid{grid-template-columns:1fr!important;gap:32px!important}.about-mission-section{flex-direction:column!important}.about-stats-grid{grid-template-columns:repeat(2,1fr)!important}.services-hero-section{flex-direction:column;text-align:center;gap:0}.services-hero-media{margin-top:40px;min-height:300px!important}.services-hero-section .cta-button{margin:0 auto}.services-grid{grid-template-columns:repeat(2,1fr)!important}.process-steps-container{flex-direction:column}.process-line-desktop{display:none!important}.advantages-grid{grid-template-columns:repeat(2,1fr)!important}.impact-grid{flex-wrap:wrap;justify-content:center}.impact-grid>div{flex:1 1 40%;margin-bottom:24px}.smart-monitoring-section{flex-direction:column-reverse!important;gap:60px!important;padding:0 32px!important}.smart-monitoring-content{align-items:center!important;text-align:center!important}.smart-monitoring-badge{align-self:center!important}}@media(max-width:480px){body{padding:.5rem}.michroma-title{font-size:22px!important;letter-spacing:.5px}.faq-section{padding:16px 12px 32px!important}.faq-header h1{font-size:24px!important}.faq-header p{font-size:14px!important}.faq-card{padding:20px 16px!important}.faq-card h3{font-size:15px!important}.faq-card p{font-size:14px!important;line-height:1.6!important}.gallery-section{padding:16px 10px 40px!important}.gallery-header h1{font-size:24px!important}.gallery-item{min-height:200px!important}.gallery-item img{min-height:240px!important}.gallery-caption h3{font-size:16px!important}.gallery-caption span{font-size:12px!important}.hero-bento{height:auto!important;max-width:350px!important;margin:0 auto!important;background:linear-gradient(135deg,#14191e99,#0a0c0f66)!important;backdrop-filter:blur(16px)!important;-webkit-backdrop-filter:blur(16px)!important;border:1px solid rgba(0,212,255,.15)!important;background-image:none!important;border-radius:48px!important;overflow:hidden!important;display:flex!important;flex-direction:column!important;align-items:center!important;padding:30px 20px!important;gap:20px!important;box-shadow:0 10px 40px -10px #00d4ff1a,inset 0 0 20px #00d4ff08!important}.hero-title-top,.hero-title-bottom,.hero-content-area,.hero-status-pill{position:static!important;transform:none!important;text-align:center!important;width:100%!important;margin:0!important;padding:0!important}.hero-title-top h1,.hero-title-bottom h1{font-family:Michroma,sans-serif!important;font-size:26px!important;letter-spacing:0px!important;-webkit-text-stroke:0px!important;line-height:1.2!important;font-weight:700!important;text-transform:uppercase!important}.hero-title-top{margin-bottom:2px!important}.hero-title-bottom{margin-bottom:8px!important}.hero-content-area{display:flex!important;flex-direction:column!important;align-items:center!important}.desktop-cta{display:none!important}.hero-content-area .subheadline{margin-bottom:0!important;max-width:100%!important;text-align:center!important;font-size:14px!important;line-height:1.5!important;color:#fff!important;opacity:.6!important}.hero-mobile-image-container{display:block!important;width:100%!important}.hero-mobile-image{width:100%!important;height:auto!important;object-fit:cover!important;border-radius:32px!important;display:block!important}.hero-status-pill{display:flex!important;flex-direction:row!important;justify-content:space-between!important;align-items:center!important;width:100%!important;padding:0!important}.hero-status-pill>.flex-row{margin-left:0!important}.mobile-cta{display:block!important;margin:0 auto!important;width:auto!important;background-color:#00f2ff!important;color:#000!important;font-weight:700!important;border-radius:100px!important;padding:14px 40px!important;box-shadow:0 0 25px #00f2ff66!important;transition:transform .2s ease!important;font-size:15px!important}.subheadline{font-size:15px;max-width:300px;margin:0 auto}.cta-button{padding:12px 28px;font-size:15px}.feature-cards-grid{gap:12px!important}.process-section{margin-top:40px!important}.roof-section{gap:24px!important;padding:0 12px!important;margin-top:40px!important}.house-mockup{width:240px!important;height:240px!important}.house-mockup svg{width:220px!important;height:220px!important}.home-faq-section{margin-top:40px!important;padding:0 10px!important}.home-qa-card{padding:20px 16px!important}.home-qa-card h3{font-size:15px!important}.home-qa-card p{font-size:14px!important}.grid-independence{min-height:350px!important}.grid-independence-content{padding:32px 16px!important}.about-stats-grid{grid-template-columns:1fr!important}.services-hero-media svg{width:200px!important;height:200px!important}.services-grid,.advantages-grid{grid-template-columns:1fr!important}.impact-grid>div{flex:1 1 100%}.smart-monitoring-section{flex-direction:column-reverse!important;gap:40px!important;padding:0 16px!important;margin-top:60px!important}.smart-monitoring-mockup-wrapper{width:100%!important;transform:scale(.9)!important}}
