:root{--bg: #F2F8F7;--surface: #FFFFFF;--surface-soft: #F0EDEA;--text: #1B3A5F;--text-muted: #5A6B7D;--accent: #8CDED5;--accent-hover: #6BCFC3;--accent-soft: #E0F5F1;--navy: #1B3A5F;--navy-soft: #254B75;--line: #DDD8D2;--shadow-soft: 0 14px 42px rgba(27,58,95,.1);--shadow-elevated: 0 24px 64px rgba(27,58,95,.16);--data-red: #E84B3C;--data-orange: #F39C12;--data-green: #27AE60;--data-blue: #3498DB;--radius-lg: 1.4rem;--radius-md: 1rem}[data-theme=dark]{--bg: #111827;--surface: #1B2B4B;--surface-soft: #162238;--text: #F0EDEA;--text-muted: #9AABB8;--accent: #8CDED5;--accent-hover: #A5E8E0;--accent-soft: rgba(140,222,213,.12);--navy: #8CDED5;--navy-soft: #6BCFC3;--line: #2A3A54;--shadow-soft: 0 14px 42px rgba(0,0,0,.25);--shadow-elevated: 0 24px 64px rgba(0,0,0,.35)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:clip}body{margin:0;overflow-x:hidden;color:var(--text);background:radial-gradient(ellipse at 18% -6%,rgba(140,222,213,.13) 0%,transparent 50%),radial-gradient(ellipse at 78% 4%,rgba(243,156,18,.06) 0%,transparent 40%),var(--bg);font:400 1rem/1.65 Manrope,Avenir Next,Segoe UI,Helvetica Neue,sans-serif;transition:background-color .3s ease,color .3s ease}[data-theme=dark] body{background:radial-gradient(ellipse at 18% -6%,rgba(140,222,213,.06) 0%,transparent 50%),radial-gradient(ellipse at 78% 4%,rgba(243,156,18,.03) 0%,transparent 40%),var(--bg)}img{display:block;max-width:100%}a{color:var(--navy)}a:hover{color:var(--navy-soft)}:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.skip-link{position:absolute;left:-999px;top:-999px}.skip-link:focus{left:1rem;top:1rem;z-index:999;background:var(--surface);border:1px solid var(--line);border-radius:.6rem;padding:.55rem .8rem}.container{width:min(72rem,100% - 2rem);margin-inline:auto}.site-header{position:fixed;top:0;left:0;right:0;z-index:50;background:transparent;border-bottom:1px solid transparent;transition:background-color .3s ease,border-color .3s ease,backdrop-filter .3s ease}.site-header.scrolled{background:color-mix(in srgb,var(--bg),transparent 8%);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom-color:var(--line)}.nav-shell{display:flex;align-items:center;gap:1rem;min-height:4.6rem}.brand{display:inline-flex;align-items:center;gap:.56rem;text-decoration:none;color:var(--text);font-weight:700;letter-spacing:-.01em}.brand img{height:2.8rem;width:auto}.nav-links{display:none;list-style:none;margin:0;padding:0;gap:1.2rem}.nav-links a{text-decoration:none;color:var(--text-muted);font-weight:600;font-size:.94rem;transition:color .2s ease}.nav-links a:hover{color:var(--text)}.header-actions{display:flex;align-items:center;gap:.5rem;margin-left:auto}.theme-toggle{display:inline-grid;place-content:center;width:2.2rem;height:2.2rem;border:1px solid var(--line);border-radius:50%;background:var(--surface);cursor:pointer;color:var(--text-muted);transition:color .2s ease,border-color .2s ease,background-color .2s ease}.theme-toggle:hover{color:var(--text);border-color:var(--accent)}.theme-toggle:active{transform:scale(.94)}.theme-toggle svg{width:1.1rem;height:1.1rem}.theme-toggle .icon-moon,[data-theme=dark] .theme-toggle .icon-sun{display:none}[data-theme=dark] .theme-toggle .icon-moon{display:block}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;border-radius:999px;border:1px solid transparent;text-decoration:none;font-weight:700;letter-spacing:-.01em;padding:.72rem 1.25rem;transition:color .2s ease,background-color .2s ease,border-color .2s ease,transform .15s ease;cursor:pointer}.btn:active{transform:scale(.97)}.btn-small{padding:.56rem .9rem;font-size:.89rem}.btn-primary{background:var(--navy);color:#fff}[data-theme=dark] .btn-primary{color:var(--bg)}.btn-primary:hover{background:var(--navy-soft);color:#fff}[data-theme=dark] .btn-primary:hover{color:var(--bg)}.btn-primary:focus-visible{outline-color:var(--navy)}.btn-secondary{border-color:var(--line);color:var(--text);background:var(--surface)}.btn-secondary:hover{border-color:var(--accent);color:var(--navy)}.btn-accent{background:var(--accent);color:#1b3a5f;font-weight:800}[data-theme=dark] .btn-accent{color:var(--bg)}.btn-accent:hover{background:var(--accent-hover)}h1,h2,h3{margin:0;letter-spacing:-.025em;line-height:1.1;font-weight:800}h1{font-size:clamp(2.2rem,6vw,4.2rem)}h2{font-size:clamp(1.64rem,4.6vw,2.85rem)}h3{font-size:clamp(1.14rem,2.8vw,1.44rem)}p{margin:0}section{padding-block:clamp(3rem,10vw,6rem)}.eyebrow{margin:0 0 .8rem;color:var(--accent);font-size:.78rem;font-weight:700;letter-spacing:.11em;text-transform:uppercase}.section-header{max-width:54rem;margin-bottom:2.2rem}.section-header.center{text-align:center;margin-inline:auto}.section-header p{margin-top:.9rem;color:var(--text-muted);font-size:1.1rem;line-height:1.7}.contrasting-section{background:#e0eae7;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}[data-theme=dark] .contrasting-section{background:var(--surface-soft);border-color:var(--line)}.hero{padding-top:clamp(7rem,14vw,11rem);padding-bottom:clamp(3rem,8vw,5rem);position:relative;overflow:hidden}.hero-bg-texture{position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='1' cy='1' r='0.8' fill='%231B3A5F' opacity='0.04'/%3E%3C/svg%3E");background-size:20px 20px;pointer-events:none}[data-theme=dark] .hero-bg-texture{background-image:url("data:image/svg+xml,%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='1' cy='1' r='0.8' fill='%238CDED5' opacity='0.04'/%3E%3C/svg%3E")}.hero-inner{position:relative;z-index:1;max-width:48rem;margin-inline:auto;text-align:center}.hero-copy p{max-width:52ch;margin-inline:auto;color:var(--text-muted);margin-top:1rem;font-size:1.12rem;line-height:1.7}.hero-subtitle{color:var(--text);font-size:clamp(1.15rem,2.5vw,1.35rem);font-weight:600;line-height:1.5}.cta-row{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.6rem;justify-content:center}.neovoila-logo{height:2.8rem;width:auto}.showcase-section{position:relative}.showcase-grid{display:grid;gap:2rem;margin-top:2.4rem}.showcase-screenshot{position:relative}.showcase-screenshot img{width:100%;height:auto;border-radius:var(--radius-lg);box-shadow:var(--shadow-elevated)}.showcase-screenshot:before{content:"";position:absolute;inset:-15%;background:radial-gradient(ellipse at center,rgba(140,222,213,.12) 0%,transparent 65%);z-index:-1;pointer-events:none}[data-theme=dark] .showcase-screenshot:before{background:radial-gradient(ellipse at center,rgba(140,222,213,.06) 0%,transparent 65%)}.screenshot-light{display:block}.screenshot-dark,[data-theme=dark] .screenshot-light{display:none}[data-theme=dark] .screenshot-dark{display:block}.about-content{max-width:48rem;margin-inline:auto}.about-content p{color:var(--text-muted);font-size:1.12rem;line-height:1.75;margin-top:1rem}.about-lead{color:var(--text);font-size:clamp(1.15rem,2.5vw,1.3rem);font-weight:600;line-height:1.6}.voilasense-logo-inline{height:2rem;width:auto;display:inline-block;vertical-align:middle;margin:0 .2rem}.product-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);padding:clamp(1.5rem,4vw,2.5rem);box-shadow:var(--shadow-soft);max-width:48rem;margin-inline:auto;text-align:center}.product-card-logo{display:flex;align-items:center;justify-content:center;gap:.6rem;margin-bottom:1rem}.product-card-logo span{font-size:1.4rem;font-weight:800;letter-spacing:-.02em}.product-card p{color:var(--text-muted);font-size:1.05rem;line-height:1.7;margin-top:.6rem}.product-card .btn{margin-top:1.5rem}.contact-section{text-align:center}.contact-email{display:inline-flex;align-items:center;gap:.5rem;font-size:1.15rem;font-weight:700;margin-top:1.2rem}.contact-email svg{width:1.3rem;height:1.3rem;color:var(--accent)}.site-footer{border-top:1px solid var(--line);margin-top:0;padding:2.5rem 0;background:var(--bg)}.footer-shell{display:flex;flex-direction:column;gap:1.2rem}.footer-top{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem}.footer-brand-group{display:flex;align-items:center;gap:.5rem}.footer-brand{font-size:1rem;font-weight:800;letter-spacing:-.01em}.footer-links{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.5rem 1.2rem}.footer-links a{color:var(--text-muted);text-decoration:none;font-weight:600;font-size:.9rem;transition:color .2s ease}.footer-links a:hover{color:var(--navy)}.footer-bottom{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem;padding-top:1rem;border-top:1px solid var(--line)}.footer-copy{color:var(--text-muted);font-size:.84rem}.footer-address{color:var(--text-muted);font-size:.84rem;font-style:normal}.reveal{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}.reveal.revealed{opacity:1;transform:translateY(0)}@media(min-width:50rem){.nav-links{display:flex}.showcase-grid{grid-template-columns:1fr 1fr;gap:2.4rem}.showcase-grid .showcase-screenshot:first-child img{transform:rotate(-1.5deg)}.showcase-grid .showcase-screenshot:last-child img{transform:rotate(1deg)}}@media(max-width:49.99rem){.about-content{text-align:center}}@media(prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}}
