
:root{--navy:#071d49;--ink:#0c234d;--muted:#5f708e;--blue:#0b73ff;--blue2:#1aa9ff;--line:#dce8f5;--soft:#f4f9ff;--soft2:#eef7ff;--white:#fff;--radius:24px;--shadow:0 18px 55px rgba(18,58,116,.09);--max:1180px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.58;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button{cursor:pointer}.container{width:min(calc(100% - 40px),var(--max));margin-inline:auto}.narrow{width:min(calc(100% - 40px),820px);margin-inline:auto}.skip{position:absolute;left:-9999px}.skip:focus{left:16px;top:16px;background:white;padding:12px 16px;z-index:9999;border-radius:10px}.topbar{background:#082452;color:#dceaff;font-size:13px;text-align:center;padding:8px 20px}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);border-bottom:1px solid rgba(220,232,245,.9);backdrop-filter:blur(14px)}.nav{height:76px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand img{width:175px;height:auto}.navlinks{display:flex;gap:28px;align-items:center;font-size:14px;font-weight:650}.navlinks a{position:relative}.navlinks a:not(.btn):after{content:"";position:absolute;left:0;right:100%;bottom:-10px;height:2px;background:var(--blue);transition:.25s}.navlinks a:hover:after,.navlinks a[aria-current=page]:after{right:0}.menu-btn{display:none;border:0;background:transparent;padding:8px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid transparent;border-radius:13px;padding:13px 19px;font-weight:750;font-size:14px;transition:transform .2s,box-shadow .2s,background .2s}.btn-primary{background:var(--blue);color:white;box-shadow:0 10px 24px rgba(11,115,255,.18)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 14px 28px rgba(11,115,255,.23)}.btn-secondary{border-color:#b8d5f7;background:white;color:#0c54b7}.btn-soft{background:#edf6ff;color:#0c54b7}.btn-disabled{background:#edf2f7;color:#7d8ca5;cursor:not-allowed;border-color:#e1e8f0;box-shadow:none}.eyebrow{display:inline-flex;align-items:center;gap:9px;color:#0c67df;font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.eyebrow:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--blue)}h1,h2,h3{margin:0;color:#061b45;line-height:1.08;letter-spacing:-.035em}h1{font-size:clamp(42px,6vw,72px)}h2{font-size:clamp(30px,4.3vw,48px)}h3{font-size:22px}.accent{color:var(--blue)}p{margin:0;color:var(--muted)}.lead{font-size:19px;line-height:1.62}.hero{padding:80px 0 55px;overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.03fr .97fr;align-items:center;gap:54px}.hero-copy p{max-width:670px;margin-top:23px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.hero-meta{display:flex;flex-wrap:wrap;gap:18px;margin-top:28px;font-size:13px;color:#4c6284}.hero-meta span{display:flex;align-items:center;gap:7px}.dotcheck{width:18px;height:18px;border-radius:50%;display:inline-grid;place-items:center;background:#e7f3ff;color:#0870f9;font-size:11px;font-weight:900}.hero-art{position:relative}.hero-art img{width:100%;filter:drop-shadow(0 24px 40px rgba(21,74,139,.08))}.section{padding:88px 0}.section-soft{background:linear-gradient(180deg,#f7fbff,#eef7ff)}.section-head{text-align:center;max-width:760px;margin:0 auto 44px}.section-head p{margin-top:15px;font-size:17px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.product-card{border:1px solid var(--line);border-radius:22px;background:white;padding:25px;min-height:360px;display:flex;flex-direction:column;box-shadow:0 8px 35px rgba(22,63,118,.05);transition:transform .22s,box-shadow .22s}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.product-card .logo-wrap{height:80px;display:flex;align-items:center}.product-card .logo-wrap img{max-height:68px;max-width:100%;object-fit:contain;object-position:left center}.product-card p{font-size:14px;margin-top:12px}.product-card .card-bottom{margin-top:auto;padding-top:22px}.status{display:inline-flex;font-size:12px;font-weight:800;border-radius:999px;padding:6px 10px;background:#e8f4ff;color:#0c67df;margin-bottom:12px}.status-soon{background:#f2f3f7;color:#6f7d92}.feature-strip{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);border-radius:22px;overflow:hidden;background:white}.feature-item{padding:26px;border-right:1px solid var(--line)}.feature-item:last-child{border:0}.feature-icon{width:46px;height:46px;border-radius:14px;background:#e7f3ff;color:var(--blue);display:grid;place-items:center;font-weight:900;margin-bottom:15px}.feature-item h3{font-size:17px;margin-bottom:8px}.feature-item p{font-size:13px}.split{display:grid;grid-template-columns:1fr 1fr;gap:68px;align-items:center}.split.reverse .visual{order:-1}.visual{background:#f4f9ff;border:1px solid #e3eef9;border-radius:28px;padding:20px}.visual img{width:100%}.check-list{display:grid;gap:16px;margin-top:26px}.check{display:grid;grid-template-columns:34px 1fr;gap:12px}.check i{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#e8f4ff;color:var(--blue);font-style:normal;font-weight:900}.check b{display:block;color:#0a2554;margin-bottom:3px}.kicker{font-size:12px;letter-spacing:.12em;text-transform:uppercase;font-weight:850;color:#0b73ff;margin-bottom:12px}.cta{background:#0a2a61;border-radius:28px;padding:44px;color:white;display:flex;align-items:center;justify-content:space-between;gap:32px}.cta h2,.cta p{color:white}.cta p{opacity:.78;max-width:650px;margin-top:10px}.cta .btn-secondary{background:white;border-color:white}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:34px}.stat{border:1px solid var(--line);background:white;border-radius:18px;padding:22px}.stat b{font-size:30px;color:#0870f9}.stat span{display:block;color:#667994;font-size:13px;margin-top:4px}.page-hero{padding:68px 0 50px;background:linear-gradient(180deg,#fff,#f6fbff)}.page-hero .hero-grid{gap:45px}.breadcrumbs{font-size:13px;color:#73839d;margin-bottom:24px}.breadcrumbs a{color:#0d65d8}.product-hero-logo{max-height:115px;max-width:430px;object-fit:contain;object-position:left center;margin-bottom:24px}.product-page h1{font-size:clamp(40px,5vw,62px)}.tagline{font-size:15px;letter-spacing:.1em;text-transform:uppercase;color:#657895;font-weight:700;margin-top:15px}.info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.info-card{border:1px solid var(--line);border-radius:22px;padding:26px;background:white}.info-card h3{font-size:19px;margin:14px 0 8px}.info-card p{font-size:14px}.pill{display:inline-flex;border-radius:999px;padding:7px 12px;background:#edf6ff;color:#0c67df;font-size:12px;font-weight:800}.faq{display:grid;gap:12px}.faq details{border:1px solid var(--line);border-radius:16px;padding:0 20px;background:white}.faq summary{list-style:none;cursor:pointer;padding:19px 34px 19px 0;font-weight:760;color:#0b2758;position:relative}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"+";position:absolute;right:0;top:14px;font-size:24px;color:#0b73ff}.faq details[open] summary:after{content:"–"}.faq details p{padding:0 0 18px;font-size:14px}.legal{padding:66px 0 90px}.legal h1{font-size:46px;margin-bottom:12px}.legal h2{font-size:25px;margin:38px 0 12px;letter-spacing:-.02em}.legal p,.legal li{color:#536783}.legal ul{padding-left:20px}.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:50px}.contact-panel{background:#f4f9ff;border:1px solid var(--line);padding:30px;border-radius:24px}.contact-links{display:grid;gap:12px;margin-top:24px}.contact-link{display:flex;align-items:center;gap:12px;padding:14px;border-radius:14px;background:white;border:1px solid #dfebf7}.contact-form{display:grid;gap:14px}.field{display:grid;gap:7px}.field label{font-size:13px;font-weight:750;color:#173867}.field input,.field textarea,.field select{width:100%;border:1px solid #cddcec;border-radius:12px;padding:13px 14px;outline:none;background:white;color:#0a2859}.field input:focus,.field textarea:focus,.field select:focus{border-color:#5da5ff;box-shadow:0 0 0 4px rgba(11,115,255,.08)}.field textarea{min-height:140px;resize:vertical}.site-footer{background:#071d49;color:#d8e7fb;padding:60px 0 28px}.footer-grid{display:grid;grid-template-columns:1.5fr .8fr .8fr 1fr;gap:34px}.footer-brand img{width:170px;filter:brightness(0) invert(1);opacity:.98}.footer-brand p{color:#a8bddb;font-size:14px;max-width:330px;margin-top:15px}.footer-col h3{font-size:14px;color:white;margin-bottom:15px;letter-spacing:0}.footer-col a{display:block;color:#a8bddb;font-size:13px;margin:9px 0}.footer-col a:hover{color:white}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:40px;padding-top:24px;display:flex;justify-content:space-between;gap:20px;color:#8ea7ca;font-size:12px}.cookie-banner{position:fixed;left:20px;right:20px;bottom:20px;z-index:100;background:white;border:1px solid #d9e7f5;box-shadow:0 18px 70px rgba(4,34,79,.18);border-radius:18px;padding:18px;display:none;align-items:center;justify-content:space-between;gap:20px;max-width:920px;margin:auto}.cookie-banner.show{display:flex}.cookie-banner p{font-size:13px}.cookie-actions{display:flex;gap:9px;flex-shrink:0}.cookie-actions button{padding:10px 14px;border-radius:10px;border:1px solid #c9d9eb;background:white;font-weight:700;color:#23446f}.cookie-actions .accept{background:#0b73ff;color:white;border-color:#0b73ff}.notice{border-left:4px solid #0b73ff;background:#eff7ff;padding:15px 18px;border-radius:10px;color:#476181;font-size:14px}.reveal{opacity:0;transform:translateY(16px);transition:opacity .55s ease,transform .55s ease}.reveal.on{opacity:1;transform:none}.mobile-panel{display:none}
@media(max-width:980px){.hero-grid,.split,.contact-grid{grid-template-columns:1fr}.hero{padding-top:55px}.hero-art{max-width:700px;margin:auto}.product-grid{grid-template-columns:1fr 1fr}.feature-strip{grid-template-columns:1fr 1fr}.feature-item:nth-child(2){border-right:0}.feature-item:nth-child(-n+2){border-bottom:1px solid var(--line)}.info-grid{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1.5fr 1fr 1fr}.footer-col:last-child{grid-column:2/4}.split.reverse .visual{order:0}}
@media(max-width:760px){.container,.narrow{width:min(calc(100% - 28px),var(--max))}.nav{height:68px}.brand img{width:148px}.navlinks{display:none}.menu-btn{display:block}.mobile-panel{position:fixed;inset:68px 0 auto 0;background:white;border-bottom:1px solid var(--line);padding:14px 22px 22px;z-index:48;box-shadow:0 12px 30px rgba(12,50,100,.08)}.mobile-panel.open{display:grid;gap:4px}.mobile-panel a{padding:12px;border-radius:10px;font-weight:700}.mobile-panel a:hover{background:#f1f7ff}h1{font-size:43px}.hero{padding:50px 0 35px}.section{padding:66px 0}.product-grid,.feature-strip,.info-grid,.stats{grid-template-columns:1fr}.feature-item{border-right:0!important;border-bottom:1px solid var(--line)!important}.feature-item:last-child{border-bottom:0!important}.split{gap:32px}.cta{padding:30px;align-items:flex-start;flex-direction:column}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.footer-col:last-child{grid-column:auto}.footer-bottom{flex-direction:column}.cookie-banner{align-items:flex-start;flex-direction:column}.cookie-actions{width:100%}.cookie-actions button{flex:1}.product-hero-logo{max-height:90px}.page-hero{padding-top:48px}}
@media(max-width:480px){.product-grid,.footer-grid{grid-template-columns:1fr}.footer-col:last-child{grid-column:auto}.hero-actions .btn{width:100%}.btn{padding:12px 15px}.lead{font-size:17px}.topbar{font-size:12px}.cookie-actions{flex-direction:column}.cta h2{font-size:29px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.btn,.product-card{transition:none}}


/* --- JoyApp additions: dark mode + restrained motion. Original layout preserved. --- */
.theme-toggle{width:40px;height:40px;flex:0 0 40px;display:inline-grid;place-items:center;border:1px solid var(--line);border-radius:12px;background:#fff;color:#173867;transition:background .2s,border-color .2s,color .2s,transform .2s}.theme-toggle:hover{transform:translateY(-1px);background:#f4f9ff}.theme-icon-sun{display:none}
html[data-theme="dark"]{color-scheme:dark}
html[data-theme="dark"] body{background:#07111f;color:#eaf2ff}
html[data-theme="dark"] .site-header{background:rgba(7,17,31,.94);border-bottom-color:#21324b}
html[data-theme="dark"] .site-header .brand img{filter:brightness(0) invert(1)}
html[data-theme="dark"] .navlinks,html[data-theme="dark"] .menu-btn{color:#eaf2ff}
html[data-theme="dark"] .theme-toggle{background:#0e1c30;border-color:#2a3b56;color:#fff}
html[data-theme="dark"] .theme-toggle:hover{background:#152740}
html[data-theme="dark"] .theme-icon-moon{display:none}html[data-theme="dark"] .theme-icon-sun{display:block}
html[data-theme="dark"] h1,html[data-theme="dark"] h2,html[data-theme="dark"] h3{color:#f6f9ff}
html[data-theme="dark"] p,html[data-theme="dark"] .hero-meta,html[data-theme="dark"] .tagline,html[data-theme="dark"] .breadcrumbs,html[data-theme="dark"] .legal p,html[data-theme="dark"] .legal li{color:#aebed5}
html[data-theme="dark"] .topbar{background:#030a13;color:#c8d7eb}
html[data-theme="dark"] .section-soft{background:linear-gradient(180deg,#0b1728,#0d1b2f)}
html[data-theme="dark"] .page-hero{background:linear-gradient(180deg,#07111f,#0b1728)}
html[data-theme="dark"] .product-card,html[data-theme="dark"] .feature-strip,html[data-theme="dark"] .info-card,html[data-theme="dark"] .stat,html[data-theme="dark"] .faq details{background:#0f1d31;border-color:#263953;box-shadow:none}
html[data-theme="dark"] .product-card .logo-wrap{background:#fff;border-radius:14px;padding:8px 10px;margin-bottom:12px}
html[data-theme="dark"] .product-hero-logo{background:#fff;border-radius:16px;padding:10px 14px}
html[data-theme="dark"] .feature-item{border-color:#263953}
html[data-theme="dark"] .feature-icon,html[data-theme="dark"] .check i{background:#132b4b}
html[data-theme="dark"] .check b,html[data-theme="dark"] .faq summary,html[data-theme="dark"] .field label{color:#eaf2ff}
html[data-theme="dark"] .visual{background:#101f34;border-color:#263953}
html[data-theme="dark"] .visual img,html[data-theme="dark"] .hero-art img{border-radius:18px}
html[data-theme="dark"] .btn-secondary{background:#0f1d31;border-color:#36577e;color:#d9eaff}
html[data-theme="dark"] .btn-soft{background:#122a49;color:#7fbdff}
html[data-theme="dark"] .btn-disabled{background:#152236;color:#8091a9;border-color:#263953}
html[data-theme="dark"] .status{background:#123158;color:#79baff}html[data-theme="dark"] .status-soon{background:#1b2638;color:#a8b5c8}
html[data-theme="dark"] .contact-panel,html[data-theme="dark"] .contact-link{background:#0f1d31;border-color:#263953}
html[data-theme="dark"] .field input,html[data-theme="dark"] .field textarea,html[data-theme="dark"] .field select{background:#0b1728;border-color:#31445f;color:#f4f8ff}
html[data-theme="dark"] .cookie-banner{background:#0f1d31;border-color:#31445f;box-shadow:0 18px 70px rgba(0,0,0,.35)}
html[data-theme="dark"] .cookie-actions button{background:#132238;border-color:#31445f;color:#dce8f8}
html[data-theme="dark"] .cookie-actions .accept{background:#0b73ff;border-color:#0b73ff;color:#fff}
html[data-theme="dark"] .notice{background:#102846;color:#aec5e1}
html[data-theme="dark"] .mobile-panel{background:#0b1728;border-color:#263953;color:#eaf2ff}
html[data-theme="dark"] .mobile-panel a:hover{background:#10233d}
html[data-theme="dark"] .site-footer{background:#030a13}
html[data-theme="dark"] .footer-brand img{filter:brightness(0) invert(1)}

/* subtle appearance only; no floating elements */
.reveal{opacity:0;transform:translateY(20px);transition:opacity .62s cubic-bezier(.2,.65,.25,1),transform .62s cubic-bezier(.2,.65,.25,1)}
.reveal.on{opacity:1;transform:none}
.visual.reveal,.hero-art.reveal{transform:translateY(16px) scale(.988)}
.visual.reveal.on,.hero-art.reveal.on{transform:none}
.product-grid .reveal:nth-child(2),.info-grid .reveal:nth-child(2){transition-delay:.06s}.product-grid .reveal:nth-child(3),.info-grid .reveal:nth-child(3){transition-delay:.12s}.product-grid .reveal:nth-child(4),.info-grid .reveal:nth-child(4){transition-delay:.18s}
@media(max-width:760px){.theme-toggle{margin-left:auto}html[data-theme="dark"] .mobile-panel{box-shadow:0 12px 30px rgba(0,0,0,.22)}}
@media(prefers-reduced-motion:reduce){.visual.reveal,.hero-art.reveal{transform:none}.product-grid .reveal,.info-grid .reveal{transition-delay:0s!important}}

/* Contact / EmailJS */
.form-status{display:none;margin-top:2px;padding:12px 14px;border-radius:12px;font-size:13px;font-weight:650;line-height:1.45}
.form-status:not(:empty){display:block}
.form-status.sending{background:#eef6ff;color:#1a5fae;border:1px solid #cfe4fb}
.form-status.success{background:#edf9f1;color:#176b38;border:1px solid #cbead6}
.form-status.error{background:#fff1f1;color:#a12d2d;border:1px solid #f0cece}
.contact-form button:disabled{opacity:.7;cursor:wait;transform:none;box-shadow:none}
html[data-theme="dark"] .form-status.sending{background:#102846;color:#b9d9ff;border-color:#26486e}
html[data-theme="dark"] .form-status.success{background:#102c20;color:#bde8cc;border-color:#28523a}
html[data-theme="dark"] .form-status.error{background:#351a1a;color:#f4c3c3;border-color:#633030}
