:root{
  --sec-green:#087c69;
  --sec-green-dark:#075f53;
  --sec-green-deep:#0b3f39;
  --sec-mint:#eaf7f3;
  --sec-mint-2:#f5fbf9;
  --sec-ink:#182320;
  --sec-muted:#5f6d69;
  --sec-line:#dfe9e6;
  --sec-warm:#f8f5f1;
  --sec-white:#fff;
  --sec-shadow:0 18px 50px rgba(13,78,68,.08);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body.security-page{margin:0;background:#fff;color:var(--sec-ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;-webkit-font-smoothing:antialiased}
body.security-page a{text-decoration:none;color:inherit}
body.security-page button{font:inherit}
.sec-wrap{width:min(1180px,calc(100% - 40px));margin:0 auto}
.sec-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);backdrop-filter:blur(16px);border-bottom:1px solid var(--sec-line)}
.sec-topbar{height:74px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.sec-logo img{width:147px;display:block}
.sec-nav{display:flex;align-items:center;gap:28px;font-size:13px;font-weight:720;color:#49625c}
.sec-nav a{transition:.18s}.sec-nav a:hover,.sec-nav a.active{color:var(--sec-green)}
.sec-nav .sec-cta{padding:11px 18px;border-radius:999px;background:var(--sec-green);color:#fff;box-shadow:0 8px 24px rgba(8,124,105,.18)}
.sec-menu{display:none;width:42px;height:42px;border:1px solid var(--sec-line);background:#fff;border-radius:12px;padding:10px;cursor:pointer}
.sec-menu span{height:2px;background:var(--sec-green-deep);display:block;margin:4px 0;border-radius:2px}

.sec-hero{overflow:hidden;background:linear-gradient(180deg,#fff 0%,#fbfdfc 100%);border-bottom:1px solid #edf3f1}
.sec-hero-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:60px;align-items:center;min-height:560px;padding:58px 0 62px}
.sec-eyebrow{display:inline-flex;align-items:center;gap:8px;padding:7px 10px;border-radius:999px;background:var(--sec-mint);color:var(--sec-green-dark);font-size:12px;font-weight:800;margin-bottom:18px}
.sec-hero h1{margin:0;max-width:520px;font-size:56px;line-height:1.02;letter-spacing:-2.4px;color:#17312c}
.sec-hero-copy>p{max-width:580px;margin:22px 0 0;color:var(--sec-muted);font-size:16px;line-height:1.72}
.sec-checks{display:grid;gap:12px;margin:26px 0 30px;padding:0;list-style:none}
.sec-checks li{display:flex;align-items:center;gap:10px;color:#40504c;font-size:14px;font-weight:650}
.sec-checks span{width:22px;height:22px;border-radius:50%;display:grid;place-items:center;background:var(--sec-mint);color:var(--sec-green);font-weight:900}
.sec-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.sec-button{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:46px;padding:0 18px;border-radius:999px;font-size:13px;font-weight:800;border:1px solid var(--sec-green);transition:.2s}
.sec-button.primary{background:var(--sec-green);color:#fff;box-shadow:0 10px 26px rgba(8,124,105,.18)}
.sec-button.secondary{background:#fff;color:var(--sec-green-dark)}
.sec-button:hover{transform:translateY(-1px)}

.sec-hero-art{position:relative;min-height:440px;display:grid;place-items:center}
.sec-art-bg{position:absolute;width:470px;height:345px;border-radius:49% 51% 45% 55% / 54% 43% 57% 46%;background:linear-gradient(145deg,#dff3ee,#eff9f6);transform:rotate(-3deg)}
.sec-dashboard{position:relative;width:min(530px,100%);height:350px;border:1px solid #dcebe7;border-radius:28px;background:rgba(255,255,255,.96);box-shadow:0 34px 80px rgba(23,86,75,.14);overflow:hidden}
.sec-browserbar{height:44px;background:#f2f7f5;border-bottom:1px solid #e1ebe8;display:flex;align-items:center;gap:7px;padding:0 16px}.sec-browserbar i{width:7px;height:7px;border-radius:50%;background:#a6dacf}.sec-browserbar i:nth-child(2){background:#d4e8e3}.sec-browserbar i:nth-child(3){background:#e7efed}
.sec-profile-row{display:grid;grid-template-columns:52px 1fr 82px;gap:14px;align-items:center;padding:20px 22px 12px}.sec-avatar{width:52px;height:52px;border-radius:50%;background:var(--sec-mint);display:grid;place-items:center;color:var(--sec-green);font-weight:900}.sec-lines{display:grid;gap:8px}.sec-lines b,.sec-lines span{height:8px;border-radius:999px;background:#dce9e5}.sec-lines b{width:44%;background:#87c9b9}.sec-lines span:nth-child(2){width:82%}.sec-lines span:nth-child(3){width:65%}.sec-status{padding:7px 10px;border-radius:999px;background:#e9f7f3;color:var(--sec-green);font-size:10px;font-weight:800;text-align:center}
.sec-data-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;padding:10px 22px}.sec-data-cards div{min-height:80px;border:1px solid #e4ecea;border-radius:16px;background:#fbfdfc;padding:13px}.sec-data-cards svg{width:22px;height:22px;color:var(--sec-green);margin-bottom:12px}.sec-data-cards strong{display:block;font-size:11px}.sec-data-cards small{display:block;color:#81908b;margin-top:4px;font-size:9px}
.sec-shield{position:absolute;z-index:5;left:50%;bottom:14px;transform:translateX(-50%);width:156px;height:176px;filter:drop-shadow(0 18px 26px rgba(5,95,83,.24));animation:secFloat 5s ease-in-out infinite}.sec-shield path:first-child{fill:#0c8b75}.sec-shield path:nth-child(2){fill:#08725f}.sec-shield circle{fill:#fff}.sec-shield .lock{stroke:#087c69;fill:none;stroke-width:6;stroke-linecap:round;stroke-linejoin:round}
.sec-art-badge{position:absolute;z-index:7;background:#fff;border:1px solid var(--sec-line);box-shadow:var(--sec-shadow);border-radius:14px;padding:10px 12px;font-size:10px;font-weight:800;color:#3b504b;animation:secFloat 6s ease-in-out infinite}.sec-art-badge.one{right:0;top:52px}.sec-art-badge.two{left:3px;bottom:52px;animation-delay:-2.2s}.sec-art-badge span{display:inline-grid;place-items:center;width:24px;height:24px;border-radius:50%;background:var(--sec-mint);color:var(--sec-green);margin-right:6px}
@keyframes secFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}
.sec-shield{animation-name:secShieldFloat}@keyframes secShieldFloat{0%,100%{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(-8px)}}

.sec-feature-strip{padding:24px 0;background:#fff;border-bottom:1px solid #edf3f1}.sec-feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.sec-feature{min-height:132px;border:1px solid var(--sec-line);border-radius:18px;padding:20px;background:#fff}.sec-feature-icon,.sec-card-icon{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;background:var(--sec-mint-2);color:var(--sec-green);margin-bottom:15px}.sec-feature-icon svg,.sec-card-icon svg{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.sec-feature strong{display:block;font-size:14px;margin-bottom:6px}.sec-feature p{margin:0;color:var(--sec-muted);font-size:11px;line-height:1.55}

.sec-section{padding:72px 0}.sec-section.warm{background:var(--sec-warm)}.sec-section.soft{background:#fbfdfc;border-top:1px solid #edf3f1;border-bottom:1px solid #edf3f1}
.sec-section-title{text-align:center;margin:0 auto 34px;max-width:760px}.sec-section-title h2{margin:0 0 10px;font-size:34px;letter-spacing:-1.1px;color:#17312c}.sec-section-title p{margin:0;color:var(--sec-muted);font-size:14px;line-height:1.7}
.sec-protection-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:54px;align-items:center}.sec-protection-art{position:relative;min-height:340px;display:grid;place-items:center}.sec-monitor{width:310px;height:220px;border:8px solid #e8f1ef;border-radius:20px;background:#fff;box-shadow:var(--sec-shadow);position:relative}.sec-monitor:after{content:"";position:absolute;width:105px;height:13px;border-radius:999px;background:#dde9e6;left:50%;bottom:-34px;transform:translateX(-50%)}.sec-monitor-shield{position:absolute;inset:52px auto auto 50%;transform:translateX(-50%);width:112px;height:126px}.sec-monitor-shield path:first-child{fill:#b7e5da}.sec-monitor-shield path:last-child{fill:none;stroke:#087c69;stroke-width:7;stroke-linecap:round;stroke-linejoin:round}
.sec-server{position:absolute;right:20px;bottom:42px;display:grid;gap:7px}.sec-server i{display:block;width:76px;height:24px;border-radius:7px;background:#dbe8e5;border:1px solid #cbdcd7;position:relative}.sec-server i:after{content:"";position:absolute;right:8px;top:8px;width:7px;height:7px;border-radius:50%;background:#0c9b80}
.sec-protection-cards{display:grid;grid-template-columns:1fr 1fr;gap:14px}.sec-protection-card{min-height:152px;background:#fff;border:1px solid var(--sec-line);border-radius:18px;padding:20px}.sec-protection-card h3{font-size:14px;margin:0 0 8px}.sec-protection-card p{font-size:11px;line-height:1.6;color:var(--sec-muted);margin:0}

.sec-flow{display:grid;grid-template-columns:1fr 54px 1fr 54px 1fr 54px 1fr;align-items:stretch}.sec-flow-card{min-height:190px;border:1px solid var(--sec-line);border-radius:18px;background:#fff;padding:22px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center}.sec-flow-card.highlight{border-color:#9fd3c7;background:#f8fdfb;box-shadow:inset 0 0 0 1px #d5ece6}.sec-flow-card img{width:76px;height:76px;object-fit:cover;border-radius:50%;border:1px solid #dceae6;background:#f5fbf9;margin-bottom:14px}.sec-flow-card .sec-logo-mark{width:80px;height:80px;border-radius:20px;background:#eaf7f3;display:grid;place-items:center;margin-bottom:14px}.sec-flow-card .sec-logo-mark img{width:54px;height:auto;border:0;border-radius:0;margin:0}.sec-flow-card strong{font-size:14px;margin-bottom:8px}.sec-flow-card p{margin:0;color:var(--sec-muted);font-size:10px;line-height:1.55}.sec-arrow{display:grid;place-items:center;color:var(--sec-green);font-size:31px;font-weight:300}

.sec-doc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.sec-doc{min-height:226px;padding:22px;border:1px solid var(--sec-line);border-radius:18px;background:#fff;display:flex;flex-direction:column;transition:.2s}.sec-doc:hover{transform:translateY(-2px);box-shadow:var(--sec-shadow);border-color:#c2ded7}.sec-doc h3{font-size:14px;line-height:1.35;margin:0 0 9px}.sec-doc p{color:var(--sec-muted);font-size:11px;line-height:1.58;margin:0 0 18px}.sec-doc a{margin-top:auto;color:var(--sec-green);font-size:12px;font-weight:850}.sec-doc a span{display:inline-block;margin-left:5px;transition:.18s}.sec-doc:hover a span{transform:translateX(3px)}

.sec-faq{max-width:980px;margin:0 auto;display:grid;gap:9px}.sec-faq-item{border:1px solid var(--sec-line);border-radius:14px;background:#fff;overflow:hidden}.sec-faq-button{width:100%;display:flex;align-items:center;justify-content:space-between;gap:20px;border:0;background:#fff;color:var(--sec-ink);text-align:left;padding:18px 20px;font-weight:780;cursor:pointer}.sec-faq-button span{font-size:21px;font-weight:400;color:#7a8a85;transition:.2s}.sec-faq-item.open .sec-faq-button span{transform:rotate(45deg)}.sec-faq-answer{max-height:0;overflow:hidden;transition:max-height .25s ease}.sec-faq-answer p{margin:0;padding:0 20px 19px;color:var(--sec-muted);font-size:12px;line-height:1.68}

.sec-contact{padding:0 0 72px}.sec-contact-shell{display:grid;grid-template-columns:220px 1fr auto;gap:30px;align-items:center;min-height:160px;border-radius:24px;padding:25px 34px;background:linear-gradient(100deg,#edf8f5,#f9fcfb);border:1px solid #dcece7}.sec-contact-art{height:110px;position:relative}.sec-headset{position:absolute;left:35px;bottom:0;width:78px;height:78px;border-radius:50%;background:#dff3ed}.sec-headset:before{content:"";position:absolute;inset:20px 15px 14px;border:6px solid #087c69;border-bottom-color:transparent;border-radius:50%}.sec-headset:after{content:"✓";position:absolute;right:-34px;top:-14px;width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:#fff;border:1px solid #cfe6e0;color:#087c69;font-size:20px;font-weight:900;box-shadow:0 10px 28px rgba(8,124,105,.12)}.sec-contact h2{font-size:25px;margin:0 0 8px;letter-spacing:-.6px}.sec-contact p{margin:0;color:var(--sec-muted);font-size:13px;line-height:1.6}.sec-contact .sec-button{white-space:nowrap}

.sec-footer{border-top:1px solid var(--sec-line);background:#fff;padding:44px 0 24px}.sec-footer-grid{display:grid;grid-template-columns:1.35fr repeat(4,1fr);gap:34px}.sec-footer-brand img{width:142px}.sec-footer-brand p{max-width:250px;color:var(--sec-muted);font-size:11px;line-height:1.65}.sec-footer h4{font-size:12px;margin:0 0 14px}.sec-footer a{display:block;color:#66746f;font-size:11px;margin:9px 0}.sec-footer a:hover{color:var(--sec-green)}.sec-footer-bottom{border-top:1px solid #eef3f1;margin-top:28px;padding-top:18px;color:#84918d;font-size:10px}

/* legal pages */
.legal-sec-body{background:#f8fbfa}.legal-sec-shell{width:min(920px,calc(100% - 32px));margin:50px auto 84px}.legal-sec-card{background:#fff;border:1px solid var(--sec-line);border-radius:26px;padding:44px 48px;box-shadow:0 18px 50px rgba(16,71,62,.06)}.legal-sec-back{display:inline-flex;align-items:center;gap:6px;color:var(--sec-green);font-size:12px;font-weight:800;margin-bottom:24px}.legal-sec-kicker{font-size:11px;color:var(--sec-green);font-weight:850;letter-spacing:.08em;text-transform:uppercase}.legal-sec-card h1{font-size:42px;letter-spacing:-1.25px;line-height:1.08;margin:8px 0 12px}.legal-sec-updated{color:#7b8884;font-size:12px;margin-bottom:34px}.legal-sec-card h2{font-size:22px;margin:34px 0 12px}.legal-sec-card h3{font-size:16px;margin:25px 0 9px}.legal-sec-card p,.legal-sec-card li{color:#53615d;font-size:14px;line-height:1.78}.legal-sec-card ul{padding-left:20px}.legal-sec-note{background:#f1f8f6;border:1px solid #dcece7;border-radius:14px;padding:16px 18px;color:#40534e;font-size:12px;line-height:1.65;margin:22px 0}.legal-sec-card a{color:var(--sec-green);text-decoration:underline}

@media(max-width:980px){
  .sec-hero-grid{grid-template-columns:1fr;gap:24px;padding-top:48px}.sec-hero h1{font-size:48px}.sec-hero-art{min-height:400px}.sec-feature-grid{grid-template-columns:1fr 1fr}.sec-protection-grid{grid-template-columns:1fr}.sec-protection-art{min-height:300px}.sec-flow{grid-template-columns:1fr 38px 1fr;row-gap:14px}.sec-flow .sec-arrow:nth-of-type(2){display:none}.sec-flow-card:nth-of-type(3){grid-column:1}.sec-flow-card:nth-of-type(4){grid-column:3}.sec-doc-grid{grid-template-columns:1fr 1fr}.sec-contact-shell{grid-template-columns:160px 1fr}.sec-contact-shell>.sec-button{grid-column:2;justify-self:start}.sec-footer-grid{grid-template-columns:1.3fr 1fr 1fr}.sec-footer-grid>div:nth-child(n+4){margin-top:8px}
}
@media(max-width:760px){
  .sec-wrap{width:min(calc(100% - 24px),1180px)}.sec-topbar{height:66px}.sec-logo img{width:132px}.sec-menu{display:block}.sec-nav{display:none;position:absolute;top:66px;left:12px;right:12px;background:#fff;border:1px solid var(--sec-line);border-radius:18px;padding:14px;box-shadow:var(--sec-shadow);flex-direction:column;align-items:stretch;gap:4px}.sec-nav.open{display:flex}.sec-nav a{padding:12px}.sec-nav .sec-cta{text-align:center}.sec-hero-grid{min-height:auto;padding:36px 0 46px}.sec-hero h1{font-size:39px;letter-spacing:-1.5px}.sec-hero-copy>p{font-size:15px}.sec-hero-art{min-height:340px}.sec-dashboard{height:300px}.sec-art-bg{width:360px;height:290px}.sec-shield{width:126px;height:145px}.sec-art-badge{display:none}.sec-feature-grid,.sec-protection-cards,.sec-doc-grid{grid-template-columns:1fr}.sec-section{padding:56px 0}.sec-section-title h2{font-size:29px}.sec-flow{grid-template-columns:1fr}.sec-arrow{transform:rotate(90deg);height:36px}.sec-flow .sec-arrow:nth-of-type(2){display:grid}.sec-flow-card:nth-of-type(3),.sec-flow-card:nth-of-type(4){grid-column:auto}.sec-contact-shell{grid-template-columns:1fr;text-align:center;padding:28px 22px}.sec-contact-art{display:none}.sec-contact-shell>.sec-button{grid-column:auto;justify-self:center}.sec-footer-grid{grid-template-columns:1fr 1fr}.sec-footer-brand{grid-column:1/-1}.legal-sec-card{padding:30px 24px}.legal-sec-card h1{font-size:34px}
}
@media(max-width:480px){.sec-feature-grid,.sec-footer-grid{grid-template-columns:1fr}.sec-footer-brand{grid-column:auto}.sec-hero-art{display:none}.sec-hero h1{font-size:36px}.sec-actions{display:grid}.sec-button{width:100%}.sec-section-title{text-align:left}.sec-flow-card{min-height:170px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}.sec-shield,.sec-art-badge{animation:none!important}.sec-button,.sec-doc,.sec-faq-answer{transition:none!important}}
