:root{--primary: #1e293b;--accent: #f97316;--text: #0f172a;--bg: #ffffff;--light: #f7f7f7}html{scroll-behavior:smooth}body{font-family:IBM Plex Sans,Inter,Helvetica Neue,Arial,sans-serif;background:var(--bg);color:var(--text);scroll-behavior:smooth;line-height:1.6;word-break:break-word;overflow-wrap:anywhere;-webkit-hyphens:auto;hyphens:auto}section{min-height:100vh;display:flex;flex-direction:column;justify-content:center;position:relative;background-size:cover;background-position:center}section:nth-of-type(odd){background-color:var(--light)}.content{margin:2rem auto;padding:2rem;position:relative;max-width:1100px;width:90%;height:auto;z-index:2;background:#ffffffd9;box-shadow:0 8px 24px #0000001a;border-radius:1rem;opacity:0;transform:translateY(30px);transition:opacity .8s ease,transform .8s ease}.content.visible{opacity:1;transform:translateY(0)}h1{font-size:2.5rem;line-height:1.2}h2{font-size:2rem;line-height:1.3}h3{font-size:1.5rem;line-height:1.4}.nav-container{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background:#fff;box-shadow:0 2px 4px #0000000d;position:sticky;top:0;z-index:10}.logo{width:64px;height:64px}.logo img{width:100%;height:100%}.nav-links{list-style:none;gap:1.5rem;margin:0;padding:0}.nav-links a{text-decoration:none;color:var(--text);font-weight:600;transition:color .2s}.nav-links a:hover,.nav-links a:focus{color:var(--accent);outline:none}.hamburger{display:flex;flex-direction:column;justify-content:space-between;width:28px;height:21px;border:none;background:transparent;cursor:pointer;padding:0}.hamburger .bar{height:3px;width:100%;background-color:var(--text);border-radius:2px;transition:all .3s ease}.nav-links{flex-direction:column;gap:1rem;position:absolute;top:100%;right:0;background:#fff;width:200px;padding:1rem;box-shadow:0 2px 8px #0000001a;border-radius:6px}.nav-links[hidden=false]{display:flex}@media (min-width: 768px){.nav-links{display:flex;position:static;flex-direction:row;gap:1.5rem;box-shadow:none;width:auto;padding:0}.hamburger{display:none}}.timeline{list-style:none;padding-left:0;border-left:2px solid var(--accent);margin-top:1rem}.timeline li{margin:1.5rem 0;padding-left:1rem;position:relative;opacity:0;transform:translateY(20px);transition:all .6s ease}.timeline li.visible{opacity:1;transform:translateY(0)}.timeline li:before{content:"";position:absolute;left:-7px;top:5px;width:12px;height:12px;background:var(--accent);border-radius:50%}.cta{display:flex;gap:1rem;flex-wrap:wrap;margin-top:2rem;z-index:2}.cta a{background:var(--accent);color:#fff;padding:.75rem 1.5rem;text-decoration:none;border-radius:8px;font-weight:600;transition:background .3s}.cta a:focus{outline:3px solid var(--accent);outline-offset:2px}.cta a:hover{background:#ea580c}header{height:100vh;background:linear-gradient(to right,#0f172a,#1e293b);color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:2rem;position:relative}header h1{font-size:3rem;font-weight:800;margin-bottom:1rem;animation:fadeInDown 1s ease-out}header p{font-size:1.25rem;animation:fadeInUp 1s ease-out}.hero-bg{background:url(../media/configurator.webp) center/cover no-repeat;-webkit-backdrop-filter:blur(200px);backdrop-filter:blur(200px);position:absolute;inset:0;opacity:.25;z-index:1}.configurator-embed{background:#e2e8f0;border:2px dashed #94a3b8;height:80vh;min-height:50vh;width:100%;display:flex;align-items:center;justify-content:center;margin-top:2rem}footer{background:var(--primary);color:#fff;padding:3rem 2rem;text-align:center}footer a{color:#cbd5e1;text-decoration:none;margin:0 .5rem}.socials,.footer-links{margin:1rem 0}@keyframes fadeInUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fadeInDown{0%{transform:translateY(-30px);opacity:0}to{transform:translateY(0);opacity:1}}.visual-section{min-height:100vh;display:flex;align-items:center;background:#f5f5f5;padding:4rem 2rem}.visual-content{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:auto;gap:2rem;flex-wrap:wrap}.visual-text{flex:1 1 400px}.visual-images{flex:1 1 400px;display:flex;gap:1rem}.slide-img{width:50%;opacity:0;transform:translate(80px);transition:opacity .8s ease,transform .8s ease;border-radius:12px}.slide-img.visible{opacity:1;transform:translate(0)}.delay-1{transition-delay:.2s}.delay-2{transition-delay:.4s}.crop-box{width:406px;height:331px;overflow:hidden;position:relative;border-radius:8px}.cropped-img{width:auto;height:auto;min-width:100%;min-height:100%;object-fit:none;object-position:-33px -357px;opacity:0;transform:translateY(30px);animation:slideFadeIn 1s forwards}@keyframes slideFadeIn{to{opacity:1;transform:translateY(0)}}.babylonjs-app{display:flex;width:100%;height:100%;margin:auto;overflow:hidden;border:1px solid #ccc;border-radius:.5rem}@media (max-width: 600px){.babylonjs-app{width:100%;height:100%}.configurator-embed{height:80vh;width:100%;display:flex;align-items:center;justify-content:center;margin-top:2rem}}.pricing-container{display:flex;gap:20px;justify-content:center;margin-top:20px}.pricing-box{flex:1;padding:20px;border:1px solid #ccc;border-radius:8px;text-align:center}.site-footer{background:#111;color:#eee;padding:40px 20px;font-size:14px}.footer-content{display:grid;grid-template-columns:1fr 2fr 1fr 1fr;gap:20px;margin-bottom:30px}.footer-brand h3{margin:0 0 8px}.footer-links a:hover{color:#fff}.footer-links p{margin:6px 0}.footer-links a{color:#ccc;text-decoration:none}.footer-socials a{margin-right:12px;color:#ccc;font-size:18px;text-decoration:none}.footer-socials a:hover{color:#fff}.footer-bottom{text-align:center;border-top:1px solid #333;padding-top:15px;font-size:13px;color:#aaa}
