*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
body{min-width:320px;background:#fff;color:#0b0d10;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px;line-height:1.65;text-rendering:optimizeLegibility}
.legal{min-height:calc(100vh - 70px);max-width:960px;margin:auto;padding:60px 24px}
.legal article{border:1px solid #dbe7f3;border-radius:18px;background:#fff;padding:38px;box-shadow:0 20px 55px rgba(15,85,155,.12)}
.legal h1{color:#123d69}
.legal h2{margin-top:32px;color:#1b5f9e;border-bottom:1px solid #e5eaf0;padding-bottom:7px}
.legal h3{margin-top:24px;color:#245c8e}
.legal p,.legal li{line-height:1.75;color:#263442}
.legal li{margin:8px 0}
.legal table{width:100%;border-collapse:collapse}
.legal td,.legal th{border:1px solid #dfe7ef;padding:10px;text-align:left;vertical-align:top}
.notice{padding:16px;border-left:4px solid #1661ab;border-radius:8px;background:#edf5ff}
.notice-warning{border-left-color:#e6a700;background:#fff8e5}
.notice-danger{border-left-color:#c23b3b;background:#fff0f0}
.legal-shell{max-width:1080px;margin:0 auto;padding:56px 24px 100px}
.legal-hero{margin-bottom:28px;border:1px solid #0a3d70;border-radius:22px;background:linear-gradient(135deg,#0f559b,#071f3c);padding:40px;box-shadow:0 20px 48px rgba(15,85,155,.24)}
.legal-hero h1{margin:0 0 12px;color:#fff;font-size:clamp(2rem,5vw,3.6rem)}
.legal-hero p{max-width:780px;color:#e8f3ff;line-height:1.75}
.legal-layout{display:grid;grid-template-columns:260px 1fr;gap:28px;align-items:start}
.legal-nav{position:sticky;top:24px;border:1px solid rgba(0,0,0,.12);border-radius:16px;background:#fff;padding:18px}
.legal-nav a{display:block;border-radius:8px;padding:9px 10px;color:#1661ab;text-decoration:none}
.legal-nav a:hover{background:#edf5ff}
.legal-content{border-radius:18px;background:#fff;padding:34px;box-shadow:0 15px 45px rgba(0,0,0,.08)}
.legal-content h2{margin:34px 0 12px;border-bottom:1px solid #e5e7ef;padding-bottom:8px;color:#123d69}
.legal-content h3{margin:24px 0 8px;color:#1b5f9e}
.legal-content p,.legal-content li{line-height:1.75;color:#263442}
.legal-content ul{padding-left:24px}
.legal-note{margin:18px 0;border-left:4px solid #e6a700;border-radius:8px;background:#fff8e5;padding:16px 18px;color:#594400}
.legal-meta{color:#667789;font-size:.92rem}
@media(max-width:820px){.legal-layout{grid-template-columns:1fr}.legal-nav{position:static}.legal-content{padding:22px}}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%;height:auto}
p{margin:0;color:#4b5563}
ul,ol{margin:0 0 0 1.25rem;color:#4b5563}
li{margin:.4rem 0}
code{display:inline-block;max-width:100%;overflow-wrap:anywhere;border:1px solid #e5e7eb;border-radius:4px;background:#f8fafc;padding:.15rem .4rem;color:#0b0d10;font-family:"SFMono-Regular",Consolas,monospace;font-size:.9em}
.site-header{position:sticky;top:0;z-index:100;display:flex;align-items:center;justify-content:space-between;gap:1.25rem;height:70px;border-bottom:1px solid #e5e7eb;background:rgba(255,255,255,.96);padding:0 2.5rem;backdrop-filter:blur(10px)}
.brand{display:flex;align-items:center;gap:.75rem;font-size:1.05rem;font-weight:800;color:#0b0d10;white-space:nowrap}
.brand-mark{width:38px;height:38px;border-radius:6px;object-fit:cover}
.site-nav{display:flex;align-items:center;gap:.15rem}
.site-nav a{border-radius:5px;padding:.65rem .85rem;color:#4b5563;font-size:.95rem;font-weight:650;transition:background .18s,color .18s}
.site-nav a:hover,.site-nav a.active{background:#eef6ff;color:#0f559b}
.site-nav .nav-action{margin-left:.6rem;background:#0f559b;color:#fff}
.site-nav .nav-action:hover{background:#0b4278;color:#fff}
.menu-button{display:none;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid #d1d5db;border-radius:5px;background:#fff;color:#0b0d10;font-size:1.15rem;cursor:pointer}
.section{width:100%;max-width:1180px;margin:0 auto;padding:5rem 2.5rem}
.hero{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:3rem;align-items:center;min-height:calc(100vh - 70px);overflow:hidden}
.hero:after{content:"";display:block;width:min(100%,340px);aspect-ratio:1;border:1px solid #e5e7eb;border-radius:8px;background:#f8fafc url("/assets/nexusguard.png") center/62% no-repeat;box-shadow:0 24px 70px rgba(15,85,155,.14)}
.hero-copy{max-width:660px}
.eyebrow{margin-bottom:.9rem;color:#0f559b;font-size:.76rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
h1,h2,h3{color:#0b0d10;line-height:1.12;font-weight:850;letter-spacing:0}
h1{margin-bottom:1rem;font-size:clamp(2.3rem,5vw,4.7rem)}
h2{margin-bottom:1rem;font-size:clamp(1.7rem,3.2vw,2.7rem)}
h3{margin-bottom:.65rem;font-size:1.18rem}
.lead{max-width:64ch;color:#374151;font-size:1.08rem;line-height:1.75}
.hero-actions{display:flex;gap:.8rem;margin:1.6rem 0}
.button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;border:1px solid transparent;border-radius:5px;padding:.75rem 1.2rem;font-size:.95rem;font-weight:750;line-height:1.2;text-align:center;cursor:pointer;transition:background .18s,border-color .18s,color .18s,transform .18s,box-shadow .18s}
.button:hover{transform:translateY(-1px)}
.button.primary{background:#0f559b;color:#fff}
.button.primary:hover{background:#0b4278;box-shadow:0 12px 28px rgba(15,85,155,.18)}
.button.secondary{border-color:#d1d5db;background:#fff;color:#0b0d10}
.button.secondary:hover{border-color:#0f559b;background:#eef6ff;color:#0f559b}
.trust-row{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:1.25rem}
.trust-row span{border:1px solid #dbe3ec;border-radius:5px;background:#fff;padding:.45rem .65rem;color:#4b5563;font-size:.9rem;font-weight:650}
.trust-row span:before{content:"✓ ";color:#0f559b;font-weight:900}
.section-heading{max-width:820px;margin-bottom:2.2rem}
.section-heading p:not(.eyebrow){font-size:1.02rem}
.feature-grid,.price-grid,.contact-grid,.legal-grid{display:grid;gap:1.35rem}
.feature-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.price-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.contact-grid,.legal-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.card,.price-card,.contact-card,.legal-panel{border:1px solid #e5e7eb;border-radius:7px;background:#fff;padding:1.6rem;transition:border-color .18s,box-shadow .18s,transform .18s}
.card:hover,.price-card:hover,.contact-card:hover{border-color:#9bc4ec;box-shadow:0 16px 42px rgba(15,23,42,.08);transform:translateY(-2px)}
.card-kicker{display:inline-block;margin-bottom:.7rem;color:#0f559b;font-size:.74rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}
.band{max-width:none;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;background:#f8fafc}
.band>*{max-width:1100px;margin-left:auto;margin-right:auto}
.split{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:3rem;align-items:start}
.text-stack{display:flex;flex-direction:column;gap:1rem}
.steps{display:flex;flex-direction:column;gap:1rem}
.step{display:grid;grid-template-columns:48px minmax(0,1fr);gap:1rem;align-items:flex-start;border:1px solid #e5e7eb;border-radius:7px;background:#fff;padding:1rem}
.step span{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:5px;background:#0b0d10;color:#fff;font-weight:850}
.step p{align-self:center}
.price-card{display:flex;min-height:220px;flex-direction:column}
.price-card.emphasis{border:2px solid #0f559b;background:#f7fbff}
.price{margin:.85rem 0;color:#0b0d10;font-size:1.8rem;font-weight:850}
.price span:first-child{font-size:inherit;color:#0b0d10;font-weight:850}
.price span:last-child{color:#6b7280;font-size:.95rem;font-weight:650}
.center-action{display:flex;justify-content:center;margin-top:2rem}
.page-hero{border-bottom:1px solid #e5e7eb;background:#f8fafc}
.page-hero .section{padding-top:3.5rem;padding-bottom:3.2rem}
.page-hero p:not(.eyebrow){max-width:820px;font-size:1.04rem}
.api-list{display:flex;flex-direction:column;gap:.6rem;margin:1rem 0}
.api-list code{width:100%;padding:.75rem .9rem}
.site-footer{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:2rem;max-width:1180px;margin:4rem auto 0;border-top:1px solid #e5e7eb;padding:2.5rem;color:#4b5563}
.site-footer strong{display:block;margin-bottom:.35rem;color:#0b0d10;font-size:1.05rem}
.footer-links{display:flex;flex-wrap:wrap;gap:1rem}
.footer-links a{color:#4b5563;font-weight:650}
.footer-links a:hover{color:#0f559b}
.notification-popup{position:fixed;top:82px;left:50%;z-index:999;width:min(520px,calc(100% - 2rem));transform:translate(-50%,-16px);border:1px solid #bfdbfe;border-radius:7px;background:#eff6ff;padding:.9rem 1rem;box-shadow:0 18px 40px rgba(15,23,42,.12);opacity:0;pointer-events:none;transition:opacity .18s,transform .18s}
.notification-popup.show{transform:translate(-50%,0);opacity:1;pointer-events:auto}
.notification-content{display:flex;align-items:center;justify-content:space-between;gap:1rem}
.notification-content p{color:#0f559b;font-weight:700}
.notification-close{border:0;background:transparent;color:#0b0d10;font-size:1.2rem;line-height:1;cursor:pointer}
@media(max-width:1024px){.site-header{padding:0 2rem}.section{padding:4rem 2rem}.hero{grid-template-columns:1fr;min-height:auto}.hero:after{width:220px}.feature-grid,.price-grid{grid-template-columns:1fr 1fr}.split,.contact-grid,.legal-grid{grid-template-columns:1fr}.site-footer{grid-template-columns:1fr}}
@media(max-width:760px){.site-header{height:62px;padding:0 1rem}.menu-button{display:inline-flex}.site-nav{position:absolute;top:62px;left:1rem;right:1rem;display:none;flex-direction:column;align-items:stretch;gap:0;border:1px solid #e5e7eb;border-radius:7px;background:#fff;box-shadow:0 20px 48px rgba(15,23,42,.12);overflow:hidden}.site-nav.open{display:flex}.site-nav a{border-radius:0;border-bottom:1px solid #f1f5f9;padding:.9rem 1rem}.site-nav a:last-child{border-bottom:0}.site-nav .nav-action{margin:.8rem;border-radius:5px;text-align:center}.section{padding:3.2rem 1.2rem}.hero{gap:2rem}.hero:after{width:180px}.feature-grid,.price-grid{grid-template-columns:1fr}.hero-actions{flex-direction:column}.button{width:100%}.step{grid-template-columns:42px minmax(0,1fr)}.step span{width:42px;height:42px}.site-footer{margin-top:2.5rem;padding:2rem 1.2rem}.footer-links{flex-direction:column;gap:.6rem}}
@media(max-width:460px){body{font-size:15px}.brand span{max-width:180px;overflow:hidden;text-overflow:ellipsis}.brand-mark{width:34px;height:34px}.section{padding:2.6rem 1rem}h1{font-size:2rem}h2{font-size:1.45rem}.card,.price-card,.contact-card,.legal-panel{padding:1.15rem}.hero:after{width:150px}.trust-row{flex-direction:column}.price{font-size:1.45rem}}
.lang-switch{position:relative;display:inline-flex;margin-left:auto}
.site-header .lang-switch{margin-left:auto;margin-right:.75rem}
.lang-switch-button{display:inline-flex;align-items:center;gap:.4rem;border:1px solid #e5e7eb;background:#fff;color:#0b0d10;font:inherit;font-weight:600;font-size:.9rem;padding:.4rem .7rem;border-radius:7px;cursor:pointer;line-height:1;transition:border-color .15s,box-shadow .15s}
.lang-switch-button:hover{border-color:#0f559b}
.lang-switch-button .lang-current{letter-spacing:.02em}
.lang-switch-menu{position:absolute;top:calc(100% + .4rem);right:0;display:none;flex-direction:column;min-width:150px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 18px 42px rgba(15,23,42,.14);overflow:hidden;z-index:60}
.lang-switch.open .lang-switch-menu{display:flex}
.lang-option{border:0;background:transparent;text-align:left;font:inherit;font-size:.92rem;padding:.6rem .85rem;cursor:pointer;color:#0b0d10}
.lang-option:hover{background:#f1f5f9}
.lang-option.active{color:#0f559b;font-weight:700}
.ng-i18n-overlay{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(248,250,252,.72);backdrop-filter:blur(2px);opacity:0;transition:opacity .18s;z-index:1000;pointer-events:none}
.ng-i18n-overlay.show{opacity:1}
.ng-i18n-card{display:flex;align-items:center;gap:.7rem;background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:.85rem 1.15rem;box-shadow:0 18px 42px rgba(15,23,42,.14);font-weight:600;color:#0f559b}
.ng-i18n-spinner{width:18px;height:18px;border-radius:50%;border:2px solid #cdd7e5;border-top-color:#0f559b;animation:ng-i18n-spin .7s linear infinite}
@keyframes ng-i18n-spin{to{transform:rotate(360deg)}}
@media(max-width:760px){.site-header .lang-switch{margin-right:.5rem}.lang-switch-button{padding:.35rem .55rem;font-size:.82rem}}
.cookie-notice{position:fixed;left:1rem;right:1rem;bottom:1rem;z-index:200;display:flex;flex-wrap:wrap;align-items:center;gap:.9rem;max-width:760px;margin:0 auto;padding:.85rem 1.1rem;background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 18px 42px rgba(15,23,42,.16)}
.cookie-notice p{margin:0;flex:1 1 240px;font-size:.86rem;color:#334155;line-height:1.4}
.cookie-notice a{color:#0f559b;font-weight:600}
.cookie-ok{flex:0 0 auto;border:0;background:#0f559b;color:#fff;font:inherit;font-weight:600;font-size:.86rem;padding:.5rem .95rem;border-radius:6px;cursor:pointer}
.cookie-ok:hover{background:#0c4680}
@media(max-width:520px){.cookie-notice{flex-direction:column;align-items:stretch;text-align:left}.cookie-ok{width:100%}}
.contact-form{display:flex;flex-direction:column;gap:.85rem;max-width:560px;margin-top:1rem}
.contact-form label{display:flex;flex-direction:column;gap:.3rem;font-size:.9rem;font-weight:600;color:#334155}
.contact-form input,.contact-form textarea{font:inherit;font-weight:400;padding:.6rem .7rem;border:1px solid #e5e7eb;border-radius:7px;background:#fff;color:#0b0d10}
.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:#0f559b;box-shadow:0 0 0 3px rgba(15,85,155,.15)}
.contact-form textarea{resize:vertical;min-height:120px}
.contact-form .hp-field{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
.contact-form .form-error{color:#b91c1c;font-weight:600;font-size:.88rem;margin:0}
.contact-form .button{align-self:flex-start}
