.navbar{background-color:#fff;box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:1000;padding:1rem 0}.navbar-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.navbar-logo{display:flex;align-items:center;text-decoration:none;font-size:1.5rem;font-weight:700;color:#1e3a8a}.logo-icon{font-size:1.8rem;margin-right:.5rem}.logo-text{background:linear-gradient(135deg,#1e40af,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.nav-menu{display:flex;list-style:none;gap:2.5rem;align-items:center}.nav-link{text-decoration:none;color:#334155;font-weight:500;position:relative}.nav-link:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:linear-gradient(90deg,#1e40af,#3b82f6);transition:.3s}.nav-link:hover:after,.nav-link.active:after{width:100%}.nav-cta-btn{background:linear-gradient(135deg,#1e40af,#3b82f6);color:#fff;padding:.7rem 1.4rem;border-radius:8px;text-decoration:none}.hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer}.hamburger span{width:25px;height:3px;background:#1e40af;transition:.3s}.hamburger.active span:nth-child(1){transform:rotate(45deg) translateY(8px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translateY(-8px)}.desktop-cta{display:inline-block}.mobile-cta{display:none}@media (max-width: 768px){.hamburger{display:flex}.desktop-cta{display:none}.nav-menu{position:absolute;top:100%;left:0;width:100%;background:#fff;flex-direction:column;gap:1.5rem;padding:2rem 0;transform:translateY(-20px);opacity:0;pointer-events:none;transition:all .3s ease}.nav-menu.active{transform:translateY(0);opacity:1;pointer-events:auto}.nav-link{font-size:1.1rem}.mobile-cta{display:block}.nav-cta-btn{width:80%;text-align:center}}.footer{background:linear-gradient(135deg,#1e293b,#0f172a);color:#e2e8f0;padding:4rem 0 2rem;margin-top:4rem}.footer-container{max-width:1200px;margin:0 auto;padding:0 2rem}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:3rem}.footer-column h3,.footer-column h4{margin-bottom:1.5rem}.footer-logo{font-size:1.5rem;font-weight:700;color:#3b82f6;display:flex;align-items:center;gap:.5rem}.logo-icon{font-size:1.8rem}.footer-description{color:#cbd5e1;line-height:1.6;margin-bottom:1.5rem}.footer-social{display:flex;gap:1rem}.social-link{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#3b82f61a;border-radius:8px;text-decoration:none;font-size:1.2rem;transition:all .3s ease}.social-link:hover{background:#3b82f6;transform:translateY(-3px)}.footer-heading{color:#fff;font-size:1.1rem;font-weight:600;margin-bottom:1.5rem}.footer-links,.footer-contact{list-style:none;padding:0;margin:0}.footer-links li,.footer-contact li{margin-bottom:.75rem}.footer-links a{color:#cbd5e1;text-decoration:none;transition:color .3s ease,padding-left .3s ease;display:inline-block}.footer-links a:hover{color:#3b82f6;padding-left:5px}.footer-contact li{display:flex;gap:.75rem;color:#cbd5e1;line-height:1.6}.contact-icon{color:#3b82f6;font-size:1.1rem;flex-shrink:0;margin-top:4px}.footer-bottom{margin-top:4rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-bottom-left p,.footer-bottom-right p{font-size:.9rem;color:#64748b;margin:0}.designer-link{color:#3b82f6;text-decoration:none;font-weight:600;transition:color .3s ease}.designer-link:hover{color:#fff;text-decoration:underline}.footer-bottom-right p:hover .designer-link{color:#60a5fa}@media (max-width: 768px){.footer{padding:3rem 0 2rem}.footer-grid{grid-template-columns:1fr;gap:2rem}.footer-container{padding:0 1rem}.footer-bottom{flex-direction:column;text-align:center;justify-content:center}}.home{min-height:100vh}.hero{background:linear-gradient(135deg,#1e3a8a,#3b82f6);color:#fff;padding:8rem 0 6rem;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><path d="M0 50 Q 25 25, 50 50 T 100 50" fill="none" stroke="rgba(255,255,255,0.07)" stroke-width="2"/></svg>');opacity:.4;pointer-events:none}.hero-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1.2fr 1fr;gap:4rem;align-items:center;position:relative;z-index:2}.hero-content{animation:fadeInUp .8s ease-out}.hero-title{font-size:clamp(2.2rem,5vw,3.5rem);font-weight:800;line-height:1.1;margin-bottom:1.5rem;color:#fff}.hero-subtitle{font-size:1.2rem;line-height:1.7;margin-bottom:2.5rem;color:#ffffffe6;max-width:600px}.hero-cta{display:flex;gap:1.2rem;margin-bottom:3.5rem;flex-wrap:wrap}.btn{padding:1rem 2.2rem;border-radius:10px;text-decoration:none;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-block;text-align:center}.btn-primary{background:#fff;color:#1e3a8a;box-shadow:0 10px 25px #00000026}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 15px 30px #00000040;background:#f8fafc}.btn-secondary{background:#ffffff1a;color:#fff;border:2px solid white;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.btn-secondary:hover{background:#fff;color:#1e3a8a;transform:translateY(-3px)}.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;padding-top:2.5rem;border-top:1px solid rgba(255,255,255,.2)}.stat-item{display:flex;flex-direction:column}.stat-number{font-size:2.2rem;font-weight:800;color:#fff}.stat-label{font-size:.85rem;text-transform:uppercase;letter-spacing:.05em;color:#fffc}.hero-image{display:flex;justify-content:center;align-items:center;perspective:1000px}.hero-image-frame{width:100%;max-width:500px;aspect-ratio:1 / 1;background:#fff;padding:1rem;border-radius:24px;box-shadow:0 25px 60px #0000004d;overflow:hidden;animation:floatEffect 4s ease-in-out infinite;transition:transform .5s ease}.hero-image-frame:hover{transform:scale(1.03) rotate(1deg)}.hero-image-frame img{width:100%;height:100%;object-fit:cover;border-radius:16px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes floatEffect{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(-1deg)}}@media (max-width: 1024px){.hero-container{gap:2rem}.hero-image-frame{max-width:420px}}@media (max-width: 968px){.hero{padding:6rem 0 4rem}.hero-container{grid-template-columns:1fr;text-align:center}.hero-content{order:1}.hero-image{order:2;margin-bottom:3rem}.hero-subtitle{margin-left:auto;margin-right:auto}.hero-cta{justify-content:center}.hero-stats{max-width:600px;margin:0 auto}}@media (max-width: 640px){.hero-title{font-size:2.2rem}.hero-stats{grid-template-columns:1fr;gap:1.5rem;text-align:center}.hero-cta{flex-direction:column}.btn{width:100%}.hero-image-frame{max-width:320px;border-radius:20px}}.about{padding:6rem 0;background:#f8fafc}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-image{position:relative;height:450px;border-radius:20px;overflow:hidden;box-shadow:0 20px 60px #3b82f633}.about-image img{width:100%;height:100%;object-fit:cover}.section-subtitle-small{font-size:1rem;color:#3b82f6;font-weight:600;margin-bottom:1rem}.section-title{font-size:2.5rem;font-weight:800;color:#1e293b;margin-bottom:1.5rem;line-height:1.2}.section-subtitle{font-size:1.1rem;color:#64748b;margin-bottom:2rem}.section-description{font-size:1.05rem;line-height:1.8;color:#475569;margin-bottom:1.5rem}.about-features{display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem}.feature-item{display:flex;gap:1rem;align-items:flex-start}.feature-icon{font-size:2.5rem;flex-shrink:0}.feature-item h4{font-size:1.2rem;color:#1e293b;margin-bottom:.5rem}.feature-item p{color:#64748b;line-height:1.6}.services-overview{padding:6rem 0;background:#fff}.section-header{text-align:center;margin-bottom:4rem}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.service-card{background:#fff;padding:2.5rem;border-radius:16px;border:2px solid #e2e8f0;transition:all .3s ease;position:relative;overflow:hidden}.service-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#1e40af,#3b82f6);transform:scaleX(0);transition:transform .3s ease}.service-card:hover:before{transform:scaleX(1)}.service-card:hover{border-color:#3b82f6;box-shadow:0 10px 40px #3b82f626;transform:translateY(-5px)}.service-icon{font-size:3rem;margin-bottom:1.5rem}.service-card h3{font-size:1.4rem;color:#1e293b;margin-bottom:1rem}.service-card p{color:#64748b;line-height:1.7;margin-bottom:1.5rem}.service-link{color:#3b82f6;text-decoration:none;font-weight:600;transition:all .3s ease;display:inline-block}.service-link:hover{color:#1e40af;transform:translate(5px)}.why-choose{padding:6rem 0;background:#f8fafc}.why-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.why-card{background:#fff;padding:2.5rem;border-radius:16px;text-align:center;transition:all .3s ease;box-shadow:0 4px 15px #0000000d}.why-card:hover{transform:translateY(-8px);box-shadow:0 12px 30px #3b82f633}.why-icon{font-size:3.5rem;margin-bottom:1.5rem;display:block}.why-card h3{font-size:1.3rem;color:#1e293b;margin-bottom:1rem}.why-card p{color:#64748b;line-height:1.7}.testimonials{padding:6rem 0;background:#fff}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.testimonial-card{background:#f8fafc;padding:2.5rem;border-radius:16px;border-left:4px solid #3b82f6;transition:all .3s ease}.testimonial-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.testimonial-rating{font-size:1.5rem;margin-bottom:1.5rem}.testimonial-text{color:#475569;line-height:1.8;margin-bottom:1.5rem;font-style:italic}.testimonial-author{display:flex;flex-direction:column;gap:.25rem}.testimonial-author strong{color:#1e293b;font-size:1.1rem}.testimonial-author span{color:#64748b;font-size:.9rem}.cta-section{background:linear-gradient(135deg,#1e40af,#3b82f6);color:#fff;padding:5rem 0;text-align:center}.cta-content{max-width:800px;margin:0 auto}.cta-title{font-size:2.5rem;font-weight:800;margin-bottom:1.5rem;line-height:1.3;color:#fff}.cta-description{font-size:1.2rem;line-height:1.8;margin-bottom:2.5rem;color:#fffffff2}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-light{background:#fff;color:#1e40af;box-shadow:0 4px 15px #0003}.btn-light:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000004d}.btn-outline{background:transparent;color:#fff;border:2px solid white}.btn-outline:hover{background:#fff;color:#1e40af}.gallery{padding:6rem 0;background:#f8fafc}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.gallery-item{border-radius:20px;overflow:hidden;box-shadow:0 15px 35px #0000001a;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;height:400px;background:#e2e8f0}.gallery-item:hover{transform:translateY(-10px);box-shadow:0 20px 45px #3b82f640}.gallery-item.before-after{grid-column:span 2;display:flex;gap:2px;background:#1e3a8a}.gallery-before,.gallery-after{flex:1;position:relative;height:100%;overflow:hidden}.gallery-item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s ease}.gallery-item:hover img{transform:scale(1.08)}.gallery-label{position:absolute;top:1.2rem;left:1.2rem;background:#1e3a8ad9;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;padding:.5rem 1.2rem;border-radius:8px;font-weight:700;font-size:.85rem;text-transform:uppercase;letter-spacing:1px;z-index:2}.gallery-after .gallery-label{background:#2563ebd9}.gallery-divider{width:3px;background:#fff;z-index:2}.gallery-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(15,23,42,.9) 0%,transparent 100%);color:#fff;padding:2rem 1.5rem 1.5rem;text-align:center;display:flex;align-items:flex-end;justify-content:center;height:50%}.gallery-overlay p{margin:0;font-weight:700;font-size:1.1rem;text-shadow:0 2px 4px rgba(0,0,0,.3)}@media (max-width: 1024px){.gallery-grid{grid-template-columns:repeat(2,1fr)}.gallery-item.before-after{grid-column:span 2;height:350px}.gallery-item.single{height:350px}}@media (max-width: 768px){.gallery{padding:4rem 0}.gallery-grid{grid-template-columns:1fr;gap:1.5rem}.gallery-item,.gallery-item.before-after,.gallery-item.single{grid-column:span 1;height:300px}.gallery-item.before-after{flex-direction:column;height:500px}.gallery-divider{display:none}.gallery-label{top:.8rem;left:.8rem;padding:.4rem .8rem;font-size:.75rem}}@media (max-width: 480px){.gallery-item.before-after{height:450px}}@media (max-width: 968px){.hero-container{grid-template-columns:1fr;gap:3rem}.hero-title{font-size:2.5rem}.hero-stats{grid-template-columns:repeat(3,1fr)}.about-grid{grid-template-columns:1fr}.about-image{height:350px}.gallery-item.before-after{grid-template-columns:1fr auto 1fr}}@media (max-width: 768px){.hero{padding:4rem 0 3rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:1.05rem}.section-title{font-size:2rem}.about-image{height:300px}.hero-stats{grid-template-columns:1fr;gap:1.5rem}.stat-number{font-size:2rem}.services-grid,.why-grid,.testimonials-grid{grid-template-columns:1fr}.gallery-item.before-after{grid-template-columns:1fr;gap:1rem;height:auto}.gallery-before,.gallery-after{height:250px}.gallery-divider{display:none}.gallery-item.single{height:250px}.cta-title{font-size:1.6rem}.cta-description{font-size:1.02rem}}@media (max-width: 480px){.section-container{padding:0 1rem}.hero-cta{flex-direction:column}.btn{width:100%}}.services-page{min-height:100vh;color:#1e293b;overflow-x:hidden}.services-hero{background:linear-gradient(135deg,#1e3a8a,#3b82f6);color:#fff;padding:8rem 0 6rem;text-align:center;width:100%;display:flex;justify-content:center}.services-hero-container{max-width:1200px;width:100%;margin:0 auto;padding:0 2rem;box-sizing:border-box}.services-hero-title{font-size:clamp(1.8rem,6vw,3.5rem);font-weight:800;text-transform:uppercase;margin-bottom:1.5rem;line-height:1.2;color:#fff}.services-hero-title .highlight{color:#fbbf24;display:inline-block;padding:0 5px}.services-hero-subtitle{font-size:clamp(1rem,2.5vw,1.2rem);line-height:1.7;max-width:800px;margin:0 auto;color:#ffffffe6}.service-detail{padding:6rem 0;border-bottom:1px solid #e2e8f0}.service-detail.alternate{background:#f1f5f9}.service-detail.alternate .service-detail-grid{direction:rtl}.service-detail-grid>*{direction:ltr}.service-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.image-frame{width:100%;aspect-ratio:4/3;border-radius:24px;overflow:hidden;box-shadow:0 20px 40px #1e3a8a26;border:4px solid white}.image-frame img{width:100%;height:100%;object-fit:cover}.keywords-box{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:2.5rem}.seo-tag{font-size:.85rem;font-weight:700;color:#1e40af;background:#eff6ff;padding:.4rem .8rem;border-radius:50px;border:1px solid #bfdbfe;text-transform:uppercase}.service-detail-title{font-size:2.25rem;font-weight:800;color:#1e3a8a;margin-bottom:1.25rem}.service-detail-description{font-size:1.1rem;line-height:1.8;color:#475569;margin-bottom:1.5rem}.service-cta-btn{display:inline-block;background:#1e40af;color:#fff;padding:1rem 2.5rem;border-radius:8px;font-weight:700;text-decoration:none;transition:all .3s ease}.service-cta-btn:hover{background:#02416a;transform:translateY(-3px)}.services-cta{background:linear-gradient(135deg,#1e3a8a,#1e40af);color:#fff;padding:6rem 0;text-align:center;width:100%}.services-cta-content{max-width:1100px;margin:0 auto;padding:0 1rem}.services-cta-title{color:#fff;font-size:clamp(1.8rem,5vw,3.2rem);font-weight:800;margin-bottom:1.5rem;text-transform:uppercase;line-height:1.1;letter-spacing:1px;word-spacing:2px;width:100%}.services-cta-content p{font-size:clamp(1rem,2vw,1.25rem);color:#ffffffe6;margin-bottom:3rem;line-height:1.6;max-width:800px;margin-left:auto;margin-right:auto}.services-cta-buttons{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap}.btn-light{background:#fff;color:#1e3a8a;padding:1.2rem 2.5rem;border-radius:12px;text-decoration:none;font-weight:800;font-size:1.1rem;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 10px 25px #00000026;display:flex;align-items:center;justify-content:center;min-width:260px;border:2px solid #ffffff}.btn-light:hover{transform:translateY(-5px);box-shadow:0 15px 35px #00000040;background:#f8fafc}.btn-outline{background:transparent;color:#fff;padding:1.2rem 2.5rem;border-radius:12px;text-decoration:none;font-weight:800;font-size:1.1rem;border:2px solid rgba(255,255,255,.6);transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;min-width:260px}.btn-outline:hover{background:#ffffff1a;border-color:#fff;transform:translateY(-5px)}@media (max-width: 768px){.services-cta{padding:5rem 1rem}.services-cta-content{max-width:100%}.services-cta-title{font-size:clamp(1.5rem,8vw,1.9rem);letter-spacing:0px;word-spacing:1px}}@media (max-width: 480px){.services-cta-title{font-size:1.55rem;line-height:1.2}.services-cta-content p{font-size:.95rem;padding:0 .5rem}}@media (max-width: 968px){.service-detail-grid,.service-detail.alternate .service-detail-grid{grid-template-columns:1fr;direction:ltr;gap:3rem}.services-hero{padding:6rem 0 4rem}.services-hero-container{padding:0 1.5rem}}@media (max-width: 600px){.services-hero{padding:5rem 0 3.5rem}.services-hero-container{padding:0 1rem}.services-hero-title{line-height:1.3;letter-spacing:.5px}}.contact-page{min-height:100vh;background:#fff}.contact-hero{background:linear-gradient(135deg,#1e3a8a,#3b82f6);color:#fff;padding:8rem 0 6rem;text-align:center}.contact-hero-title{font-size:clamp(2rem,5vw,3.5rem);font-weight:800;margin-bottom:1.5rem;color:#fff}.contact-main{padding:6rem 0}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:stretch}.contact-form-wrapper,.contact-info-wrapper{display:flex;flex-direction:column}.section-title{font-size:2.25rem;font-weight:800;color:#0f172a;margin-bottom:1rem}.section-title.centered{text-align:center;margin-bottom:3rem}.section-description{color:#64748b;margin-bottom:2rem;line-height:1.6}.contact-form{background:#f1f5f9;padding:3rem;border-radius:24px;border:1px solid #e2e8f0;flex-grow:1}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-weight:700;margin-bottom:.5rem;color:#1e3a8a;font-size:.9rem}.form-group input,.form-group textarea{width:100%;padding:1rem;border:2px solid #cbd5e1;border-radius:12px;font-family:inherit;transition:all .3s}.form-group input:focus,.form-group textarea:focus{border-color:#3b82f6;outline:none;background:#fff}.form-submit-btn{width:100%;background:#1e3a8a;color:#fff;padding:1.2rem;border-radius:12px;font-weight:700;border:none;cursor:pointer;transition:.3s}.form-submit-btn:hover{background:#dc2626;transform:translateY(-2px)}.form-status{margin-top:1.5rem;padding:1rem;background:#dcfce7;color:#166534;border-radius:8px;text-align:center;font-weight:600}.info-cards-container{display:flex;flex-direction:column;gap:1.5rem;flex-grow:1}.contact-info-card{display:flex;gap:1.5rem;background:#fff;padding:2rem;border-radius:20px;border:1px solid #e2e8f0;transition:.3s}.contact-info-card:hover{border-color:#3b82f6;box-shadow:0 10px 30px #3b82f61a}.info-icon{font-size:2.5rem;line-height:1}.info-text h3{font-size:1.1rem;color:#1e3a8a;margin-bottom:.5rem}.info-text p,.info-text a{color:#475569;line-height:1.6;text-decoration:none}.emergency-box{margin-top:auto;background:#dc2626;color:#fff;padding:2rem;border-radius:20px}.emergency-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.pulse-icon{width:12px;height:12px;background:#fff;border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%{box-shadow:0 0 #ffffffb3}70%{box-shadow:0 0 0 10px #fff0}to{box-shadow:0 0 #fff0}}.map-section{padding:4rem 0 6rem}.map-container{box-shadow:0 20px 50px #0000001a;border-radius:24px}@media (max-width: 992px){.contact-grid{grid-template-columns:1fr;gap:3rem}}.app{min-height:100vh;display:flex;flex-direction:column}main{flex:1}.section-container{max-width:1200px;margin:0 auto;padding:0 2rem}html{scroll-behavior:smooth;scroll-padding-top:80px}:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#1e293b;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;overflow-x:hidden}#root{min-height:100vh}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;color:#1e293b}p{line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}button{font-family:inherit;cursor:pointer}html{scroll-behavior:smooth}
