:root{--navomnis-blue: #1e4a7e;--navomnis-blue-dark: #0f2d4d;--navomnis-blue-light: #2f67d8;--navomnis-blue-soft: rgba(30, 74, 126, .15);--bg: #f5f7fa;--surface: #ffffff;--surface-alt: #eef2f7;--text: #0e172a;--text-soft: #445067;--border: #d0dae6;--hero-text: #f7f9ff;--accent: var(--navomnis-blue);--accent-hover: var(--navomnis-blue-dark);--accent-soft: var(--navomnis-blue-soft);--radius-sm: 10px;--radius-md: 16px;--radius-lg: 24px;--radius-xl: 32px;--space-24: 1.5rem;--space-32: 2rem;--space-48: 3rem;--space-64: 4rem;--space-80: 5rem;--shadow-soft: 0 8px 28px rgba(15, 23, 42, .08);--shadow-card: 0 16px 48px rgba(15, 23, 42, .12);--shadow-shot: 0 24px 64px rgba(15, 23, 42, .18)}*,*:before,*:after{box-sizing:border-box}html,body,#root{margin:0;min-height:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Helvetica Neue,sans-serif;background:var(--bg);color:var(--text);line-height:1.6}a{color:inherit;text-decoration:none}.site-shell{min-height:100vh}.container{width:min(1120px,92vw);margin:0 auto}.container-narrow{width:min(780px,92vw)}.section{padding:var(--space-64) 0}.section-dark{background:linear-gradient(160deg,var(--navomnis-blue-dark),#091427);color:var(--hero-text)}.section-header{margin-bottom:var(--space-32)}.section-header h2{margin:0 0 .8rem;font-size:clamp(1.75rem,3.2vw,2.5rem);font-weight:800;letter-spacing:-.02em}.section-header p{margin:0;color:var(--text-soft)}.section-dark .section-header p{color:#ccd5e8}.skip-link{position:absolute;top:-48px;left:0;z-index:20;padding:.75rem 1rem;background:#fff}.skip-link:focus{top:0}.site-header{position:sticky;top:0;z-index:10;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffeb;border-bottom:1px solid var(--border)}.site-header .container{position:relative}.site-nav{display:flex;align-items:center;gap:1rem;justify-content:space-between;min-height:76px}.brand-logo{display:inline-flex;align-items:center;gap:.6rem;font-weight:800;font-size:1.1rem}.brand-logo-horizontal{height:32px;width:auto;max-width:160px;object-fit:contain}.brand-logo-icon{width:36px;height:36px;object-fit:contain}.brand-mark{display:inline-grid;place-items:center;width:30px;height:30px;border-radius:8px;background:linear-gradient(135deg,var(--navomnis-blue),var(--navomnis-blue-light));color:#fff}.brand-text{letter-spacing:.3px}.menu-button{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--border);background:#fff;border-radius:10px;padding:.45rem}.nav-links{display:none;position:absolute;top:100%;left:0;right:0;margin-top:0;padding:1rem 4vw;background:#fff;border-bottom:1px solid var(--border);flex-direction:column;gap:.75rem;box-shadow:0 8px 24px #00000014}.nav-links.is-open{display:flex}.nav-links a{color:var(--text-soft);padding:.5rem 0}.nav-links a.is-active,.nav-links a:hover{color:var(--text)}.nav-drawer-cta{margin-top:.5rem;padding-top:.75rem;border-top:1px solid var(--border)}.nav-ctas{display:flex;align-items:center;gap:.9rem;margin-left:auto}.nav-ctas .btn{display:none}.lang-switcher{display:inline-flex;align-items:center;border:1px solid var(--border);border-radius:999px;overflow:hidden}.lang-mobile{display:none;position:relative}.lang-trigger{display:inline-flex;align-items:center;justify-content:center;min-width:36px;min-height:36px;border:1px solid var(--border);border-radius:999px;background:#fff;color:var(--text-soft);cursor:pointer}.lang-mobile-menu{display:none;position:absolute;top:calc(100% + 6px);right:0;z-index:30;gap:.35rem;padding:.35rem;border:1px solid var(--border);border-radius:999px;background:#fff;box-shadow:var(--shadow-soft)}.lang-mobile-menu.is-open{display:inline-flex}.lang-mobile-option{font-size:.78rem;font-weight:700;color:var(--text-soft);border:none;border-radius:999px;background:transparent;padding:.35rem .45rem;min-width:34px;min-height:30px;cursor:pointer}.lang-mobile-option.is-active{color:var(--accent);background:var(--surface-soft)}.lang-switch{font-size:.8125rem;font-weight:600;color:var(--text-soft);background:transparent;border:none;border-radius:0;padding:.35rem .6rem;min-height:34px;cursor:pointer;transition:color .15s ease,background .15s ease}.lang-switcher .lang-switch:first-child{border-radius:999px 0 0 999px}.lang-switcher .lang-switch:last-child{border-radius:0 999px 999px 0}.lang-switch:hover{color:var(--text);background:var(--surface-soft)}.lang-switch.is-active{color:var(--accent);background:var(--surface-soft)}.login-link{color:var(--text-soft)}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid transparent;min-height:44px;padding:.65rem 1.25rem;font-weight:700;cursor:pointer;transition:transform .15s ease,background .15s ease,color .15s ease}.btn:hover{transform:translateY(-1px)}.btn:focus-visible,.menu-button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid var(--accent-soft);outline-offset:2px}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent-hover)}.btn-secondary{background:#1a2436;color:#fff}.btn-ghost{border-color:#fff6;color:#fff}.page-loading{min-height:24vh;display:block}.hero{background:linear-gradient(145deg,var(--navomnis-blue-dark),#0c2041);color:var(--hero-text);padding:var(--space-80) 0 var(--space-64)}.hero-grid{display:grid;gap:2.4rem}.hero h1{margin:1rem 0;line-height:1.08;font-size:clamp(1.6rem,3.36vw,2.88rem);font-weight:800;letter-spacing:-.02em}.hero-title-line{display:block}.hero-title-line-sm{font-size:.9em}.hero p{color:#ced8ed;max-width:56ch;font-size:clamp(1rem,1.1vw,1.2rem)}.home-inline-links{margin-top:.65rem;font-size:.95rem}.home-inline-links a{color:#d6e3fb;text-decoration:underline}.badge{display:inline-flex;border-radius:999px;padding:.25rem .7rem;background:var(--navomnis-blue-soft);color:var(--navomnis-blue-light);font-weight:700;font-size:.82rem}.hero-actions{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1.25rem}.hero-visual{display:grid;gap:1rem;background:transparent;padding:0;border-radius:0;border:none;align-items:center}.hero-shot{border:none;background:transparent;box-shadow:none}.hero-shot img{width:100%;max-width:760px;margin-left:auto}.hero-carousel{position:relative;width:100%;max-width:760px;margin-left:auto}.hero-carousel__track{position:relative;width:100%;aspect-ratio:16 / 10;border-radius:var(--radius-md);overflow:hidden}.hero-carousel__slide{position:absolute;inset:0;opacity:0;transition:opacity .5s ease}.hero-carousel__slide--active{opacity:1;z-index:1}.hero-carousel__slide img{width:100%;height:100%;object-fit:contain;object-position:top center}.hero-carousel__dots{display:flex;justify-content:center;gap:.5rem;margin-top:.75rem}.hero-carousel__dot{width:8px;height:8px;border-radius:50%;border:none;background:#ffffff59;cursor:pointer;padding:0;transition:background .2s}.hero-carousel__dot:hover{background:#fff9}.hero-carousel__dot--active{background:var(--navomnis-blue-light)}.hero-widget{border-radius:var(--radius-md);background:#060d18b3;border:1px solid rgba(255,255,255,.15);padding:1rem;display:grid;gap:.2rem}.hero-widget span,.hero-widget small{color:#c9d4ea}.hero-widget strong{font-size:1.1rem}.social-proof{display:grid;gap:1rem;text-align:center}.logo-strip{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}.logo-strip span{background:var(--surface-alt);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.8rem;color:#6c7990}.grid-3,.grid-4{display:grid;gap:1rem}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:1.2rem;box-shadow:var(--shadow-soft)}.card h3,.card h2{margin-top:.7rem;margin-bottom:.6rem}.section-dark .card{background:#ffffff0a;border-color:#ffffff24;box-shadow:none}.section-dark .card p,.section-dark .card small{color:#d1dbed}.steps{display:grid;gap:1rem}.testimonial{text-align:center}.testimonial blockquote{margin:.75rem 0 .5rem;font-size:clamp(1.1rem,2.2vw,1.45rem)}.cta-banner{border-radius:var(--radius-lg);padding:var(--space-48) 1.5rem;background:linear-gradient(130deg,var(--navomnis-blue-dark),#0c1628);color:var(--hero-text)}.page-hero{padding:var(--space-64) 0 var(--space-48);background:linear-gradient(160deg,#e8eef7,#f0f4fa);border-bottom:1px solid var(--border)}.page-hero h1{margin:.8rem 0 .7rem;line-height:1.15;font-size:clamp(2rem,4vw,3.25rem);font-weight:800;letter-spacing:-.02em}.feature-detail-list{display:grid;gap:1.3rem}.feature-detail{display:grid;border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden}.feature-detail-visual{min-height:180px;display:grid;place-items:center;background:linear-gradient(135deg,#f6f8fd,#e6ebf9);color:#31415f;font-weight:700}.feature-detail-content{padding:1.25rem;background:#fff}.tier-price{margin:0;color:var(--text-soft)}.tier-contact{margin-top:.3rem;font-size:1.25rem;font-weight:800}.check-list{padding-left:1.2rem;margin-bottom:1.2rem}.check-list li{margin-bottom:.35rem}.card-highlight{border-color:var(--navomnis-blue-light);box-shadow:var(--shadow-card)}.accordion{display:grid;gap:.9rem}.accordion-item{border:1px solid var(--border);background:#fff;border-radius:var(--radius-sm);padding:.9rem 1rem}.accordion-item summary{cursor:pointer;font-weight:600}.accordion-item p{margin-bottom:.2rem;color:var(--text-soft)}.contact-grid{display:grid;gap:1rem}.contact-form{display:grid;gap:.65rem}.form-field{display:grid;gap:.35rem}.form-field small{color:#6f7b90}input,textarea{width:100%;border:1px solid var(--border);border-radius:10px;padding:.68rem .78rem;font:inherit;background:#fff}.contact-form small{color:#d94a37}.form-status{color:#1f4f2f}.form-recaptcha{margin:.75rem 0}.legal-content h2{margin-top:1.5rem;margin-bottom:.4rem}.legal-content-body{white-space:pre-wrap}.legal-version{display:inline-block;margin-top:.6rem;color:var(--text-soft)}.cookie-banner{position:fixed;left:0;right:0;bottom:0;z-index:99999;background:var(--navomnis-blue-dark);color:#e6edf9;border-top:1px solid rgba(255,255,255,.15);padding:1rem;box-shadow:0 -8px 24px #040c1959}.cookie-banner-content{max-width:920px;margin:0 auto}.cookie-banner-content h3{margin:0 0 .5rem;color:#fff}.cookie-banner-content p{margin:0}.cookie-banner-actions{max-width:920px;margin:.9rem auto 0;display:flex;gap:.6rem;flex-wrap:wrap}.cookie-banner-actions .btn{min-width:180px}.cookie-banner-customize{margin-top:.8rem;display:grid;gap:.4rem}.cookie-banner-option{display:flex;gap:.5rem;align-items:center}.site-footer{background:var(--navomnis-blue-dark);color:#d4def0;padding:var(--space-48) 0 1.2rem}.site-footer .brand-logo-horizontal{height:28px}.footer-grid{display:grid;gap:1.3rem}.footer-grid h3{margin-top:0;color:#fff}.footer-grid ul{list-style:none;margin:0;padding:0;display:grid;gap:.45rem}.footer-social a{display:inline-flex;align-items:center;color:inherit}.footer-copy{color:#b9c6df;max-width:36ch}.footer-bottom{margin-top:1.4rem;border-top:1px solid rgba(255,255,255,.14);padding-top:1rem}.product-shot{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-shot);border:1px solid var(--border);background:var(--surface)}.product-shot-transparent{background:transparent;border:none;box-shadow:none}.product-shot img{width:100%;height:auto;display:block;vertical-align:middle}.product-shot-frame{padding:.75rem;background:#1a1a1a;border-radius:var(--radius-md);box-shadow:var(--shadow-shot)}.product-shot-frame img{width:100%;height:auto;display:block;border-radius:6px}.product-shot.hero-shot{background:transparent;border:none;box-shadow:none;border-radius:0}.product-shot.hero-shot img{width:100%;max-width:960px;margin-left:auto}.showcase-section{display:grid;gap:var(--space-32);align-items:center}.showcase-section .showcase-copy h2{font-size:clamp(1.5rem,2.8vw,2.25rem);font-weight:800;margin-bottom:.75rem}.showcase-section .showcase-copy p{color:var(--text-soft);max-width:52ch}.section-dark .showcase-section .showcase-copy p{color:#e6efff}.showcase-group{display:grid;gap:var(--space-48)}.section-contrast{background:var(--surface-alt)}.section-contrast+.section{background:var(--surface)}.media-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.media-grid .product-shot{aspect-ratio:16/10;object-fit:cover}.media-grid .product-shot img{width:100%;height:100%;object-fit:cover}@media(min-width:800px){.site-nav{position:relative}.site-nav .brand-logo{position:absolute;left:50%;transform:translate(-50%)}.site-nav .brand-logo-horizontal{height:38px;max-width:190px}.hero-grid{grid-template-columns:.9fr 1.1fr;align-items:center;gap:1.75rem}.logo-strip{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.steps{grid-template-columns:repeat(3,minmax(0,1fr))}.feature-detail{grid-template-columns:repeat(2,minmax(0,1fr))}.feature-detail.is-reversed .feature-detail-visual{order:2}.contact-grid{grid-template-columns:1.2fr .8fr;align-items:start}.footer-grid{grid-template-columns:1.6fr 1fr 1fr 1fr}.showcase-section{grid-template-columns:1fr 1fr}.showcase-section.is-reversed{direction:rtl}.showcase-section.is-reversed>*{direction:ltr}}@media(max-width:799px){.lang-switcher{display:none}.lang-mobile{display:inline-flex}.showcase-section{direction:ltr}.showcase-section .showcase-copy{order:1}.showcase-section .product-shot,.showcase-section .product-shot-frame,.showcase-section.is-reversed .showcase-copy{order:2}.showcase-section.is-reversed .product-shot,.showcase-section.is-reversed .product-shot-frame{order:1}.hero-visual .product-shot-frame{padding:.5rem}}
