:root{--gray-950: #0a0a0a;--gray-900: #171717;--gray-800: #262626;--gray-700: #404040;--gray-600: #525252;--gray-500: #737373;--gray-400: #a3a3a3;--gray-300: #d4d4d4;--gray-200: #e5e5e5;--gray-100: #f5f5f5;--gray-50: #fafafa;--white: #ffffff;--red-500: #ef4444;--red-50: #fef2f2;--green-500: #22c55e;--green-50: #f0fdf4;--blue-500: #3b82f6}*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;color:var(--gray-900);background:var(--white);line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px}.text-center{text-align:center}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.25;letter-spacing:-.02em}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fffc;backdrop-filter:blur(16px) saturate(180%);-webkit-backdrop-filter:blur(16px) saturate(180%);border-bottom:1px solid rgba(0,0,0,.05)}.navbar-inner{display:flex;align-items:center;justify-content:space-between;height:64px}.navbar-brand{display:flex;align-items:center;gap:10px;font-weight:600;font-size:15px;color:var(--gray-900);text-decoration:none}.navbar-brand-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:var(--gray-900);border-radius:8px;font-size:16px}.navbar-menu{display:flex;align-items:center;gap:32px;list-style:none}.navbar-menu a{font-size:14px;font-weight:500;color:var(--gray-600);text-decoration:none;transition:color .15s}.navbar-menu a:hover{color:var(--gray-900)}.navbar-cta{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;background:var(--gray-900);color:var(--white)!important;border-radius:8px;font-size:14px;font-weight:500;transition:background .15s}.navbar-cta:hover{background:var(--gray-800)}.hero{padding:160px 0 120px;background:linear-gradient(180deg,var(--gray-50) 0%,var(--white) 100%)}.hero-inner{max-width:800px;margin:0 auto;text-align:center}.hero-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 12px 6px 8px;background:var(--red-50);border:1px solid rgba(239,68,68,.2);border-radius:100px;font-size:13px;font-weight:500;color:var(--red-500);margin-bottom:24px}.hero-badge-dot{width:8px;height:8px;background:var(--red-500);border-radius:50%;animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.hero h1{font-size:clamp(36px,5vw,56px);font-weight:700;letter-spacing:-.03em;line-height:1.1;margin-bottom:20px}.hero-subtitle{font-size:18px;color:var(--gray-600);line-height:1.6;max-width:560px;margin:0 auto 32px}.hero-actions{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:40px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;font-size:15px;font-weight:600;border-radius:10px;text-decoration:none;transition:all .15s;cursor:pointer;border:none}.btn-primary{background:var(--gray-900);color:var(--white);box-shadow:0 1px 2px #0000000d}.btn-primary:hover{background:var(--gray-800);transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.btn-secondary{background:var(--white);color:var(--gray-700);border:1px solid var(--gray-200)}.btn-secondary:hover{background:var(--gray-50);border-color:var(--gray-300)}.hero-proof{display:flex;align-items:center;justify-content:center;gap:24px;font-size:13px;color:var(--gray-500)}.hero-proof-item{display:flex;align-items:center;gap:6px}.hero-proof-item svg{width:16px;height:16px;color:var(--green-500)}.proof-bar{padding:48px 0;border-bottom:1px solid var(--gray-100)}.proof-bar-label{text-align:center;font-size:12px;font-weight:500;color:var(--gray-400);text-transform:uppercase;letter-spacing:.1em;margin-bottom:24px}.proof-logos{display:flex;align-items:center;justify-content:center;gap:48px;flex-wrap:wrap}.proof-logo-img{height:20px;width:auto;opacity:.5;filter:grayscale(100%);transition:opacity .15s}.proof-logo-img:hover{opacity:.7}.proof-logo-img.nyt{height:22px}.proof-logo-img.wapo{height:16px}.proof-logo-img.npr{height:20px}.proof-logo-img.wired{height:16px}.proof-logo-img.eff{height:22px}.stats-section{padding:80px 0;background:var(--gray-900)}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}.stat-card{text-align:center;padding:32px 24px;background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:16px}.stat-value{font-size:36px;font-weight:700;color:var(--white);margin-bottom:8px;letter-spacing:-.02em}.stat-label{font-size:14px;color:var(--gray-400)}.section{padding:100px 0}.section-header{max-width:600px;margin:0 auto 64px;text-align:center}.section-overline{display:inline-block;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--gray-400);margin-bottom:12px}.section-overline.danger{color:var(--red-500)}.section-title{font-size:clamp(28px,4vw,40px);margin-bottom:16px}.section-desc{font-size:17px;color:var(--gray-500);line-height:1.6}.threat-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.threat-card{background:var(--white);border:1px solid var(--gray-200);border-radius:16px;padding:32px;transition:border-color .2s,box-shadow .2s}.threat-card:hover{border-color:var(--gray-300);box-shadow:0 8px 24px -8px #00000014}.threat-icon{width:48px;height:48px;background:var(--gray-100);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:22px;margin-bottom:20px}.threat-card h3{font-size:18px;margin-bottom:8px}.threat-card>p{font-size:14px;color:var(--gray-500);line-height:1.6;margin-bottom:20px}.threat-examples{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.threat-tag{padding:4px 10px;background:var(--red-50);border-radius:6px;font-size:12px;font-weight:500;color:var(--red-500)}.threat-stat{display:flex;align-items:baseline;gap:8px;padding-top:16px;border-top:1px solid var(--gray-100)}.threat-stat-num{font-size:24px;font-weight:700;color:var(--red-500)}.threat-stat-text{font-size:13px;color:var(--gray-500)}.cases-section{background:var(--gray-50)}.cases-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.case-card{background:var(--white);border:1px solid var(--gray-200);border-radius:16px;padding:28px}.case-tag{display:inline-block;padding:4px 10px;background:var(--gray-100);border-radius:6px;font-size:11px;font-weight:600;color:var(--gray-600);text-transform:uppercase;letter-spacing:.05em;margin-bottom:16px}.case-card p{font-size:14px;color:var(--gray-600);line-height:1.65;margin-bottom:16px}.case-source{font-size:12px;color:var(--gray-400)}.solution-section{background:var(--gray-900);color:var(--white)}.solution-section .section-overline{color:var(--green-500)}.solution-section .section-title{color:var(--white)}.solution-section .section-desc{color:var(--gray-400)}.solution-grid{display:grid;grid-template-columns:1fr 400px;gap:80px;align-items:start}.feature-list{display:flex;flex-direction:column;gap:12px}.feature-item{display:flex;gap:16px;padding:24px;background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:12px;transition:background .15s}.feature-item:hover{background:#ffffff0d}.feature-icon{width:40px;height:40px;background:#ffffff1a;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}.feature-item h4{font-size:15px;font-weight:600;margin-bottom:4px}.feature-item p{font-size:13px;color:var(--gray-400);line-height:1.5}.pricing-card{background:var(--white);border-radius:20px;padding:36px;position:sticky;top:88px}.pricing-eyebrow{display:inline-block;padding:4px 10px;background:var(--gray-900);color:var(--white);border-radius:6px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:20px}.pricing-title{font-size:20px;color:var(--gray-900);margin-bottom:4px}.pricing-price{display:flex;align-items:baseline;gap:4px;margin-bottom:4px}.pricing-currency{font-size:20px;font-weight:600;color:var(--gray-400)}.pricing-amount{font-size:48px;font-weight:700;color:var(--gray-900);line-height:1;letter-spacing:-.03em}.pricing-note{font-size:13px;color:var(--gray-500);margin-bottom:24px}.pricing-features{list-style:none;margin-bottom:24px}.pricing-features li{display:flex;align-items:flex-start;gap:10px;padding:10px 0;font-size:14px;color:var(--gray-600);border-bottom:1px solid var(--gray-100)}.pricing-features li:last-child{border-bottom:none}.pricing-features svg{width:18px;height:18px;color:var(--green-500);flex-shrink:0;margin-top:1px}.pricing-btn{width:100%;padding:14px;background:var(--gray-900);color:var(--white);border:none;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;transition:background .15s}.pricing-btn:hover{background:var(--gray-800)}.pricing-guarantee{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:16px;font-size:12px;color:var(--gray-500)}.pricing-guarantee svg{width:14px;height:14px;color:var(--green-500)}.faq-section{background:var(--gray-50)}.faq-list{max-width:680px;margin:0 auto}.faq-item{border-bottom:1px solid var(--gray-200)}.faq-btn{width:100%;display:flex;justify-content:space-between;align-items:center;padding:20px 0;background:none;border:none;text-align:left;cursor:pointer;font-family:inherit;font-size:15px;font-weight:600;color:var(--gray-900)}.faq-icon{width:24px;height:24px;background:var(--gray-200);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;color:var(--gray-500);transition:all .2s;flex-shrink:0}.faq-item.open .faq-icon{background:var(--gray-900);color:var(--white);transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq-item.open .faq-answer{max-height:200px}.faq-answer p{padding-bottom:20px;font-size:14px;color:var(--gray-500);line-height:1.65}.final-cta{padding:100px 0;background:var(--gray-900);text-align:center}.final-cta h2{font-size:clamp(28px,4vw,40px);color:var(--white);margin-bottom:12px}.final-cta p{font-size:17px;color:var(--gray-400);margin-bottom:32px}.final-cta .btn-primary{background:var(--white);color:var(--gray-900);padding:16px 32px}.final-cta .btn-primary:hover{background:var(--gray-100)}.footer{padding:32px 0;border-top:1px solid var(--gray-100)}.footer-inner{display:flex;justify-content:space-between;align-items:center}.footer-links{display:flex;gap:24px}.footer-links a{font-size:13px;color:var(--gray-500);text-decoration:none;transition:color .15s}.footer-links a:hover{color:var(--gray-700)}.footer-copy{font-size:13px;color:var(--gray-400)}@media (max-width: 1024px){.solution-grid{grid-template-columns:1fr;gap:48px}.pricing-card{position:static;max-width:400px;margin:0 auto}.threat-grid,.cases-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.navbar-menu{display:none}.hero-actions{flex-direction:column;width:100%}.btn{width:100%}.hero-proof{flex-direction:column;gap:8px}.stats-grid{grid-template-columns:1fr}.proof-logos{flex-wrap:wrap;gap:24px}.footer-inner{flex-direction:column;gap:16px}}.timeline{max-width:800px;margin:0 auto}.timeline-item{display:grid;grid-template-columns:80px 1fr;gap:24px;margin-bottom:24px}.timeline-time{font-size:14px;font-weight:600;color:var(--gray-500);padding-top:20px;text-align:right}.timeline-card{background:var(--white);border:1px solid var(--gray-200);border-radius:16px;padding:24px;transition:border-color .2s,box-shadow .2s}.timeline-card:hover{border-color:var(--gray-300);box-shadow:0 8px 24px -8px #00000014}.timeline-card.danger{border-color:var(--red-500);background:linear-gradient(to bottom,var(--red-50),var(--white))}.timeline-location{display:flex;align-items:center;gap:12px;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid var(--gray-100)}.timeline-icon{width:44px;height:44px;background:var(--gray-100);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:20px}.timeline-card.danger .timeline-icon{background:var(--red-50)}.timeline-location h4{font-size:16px;font-weight:600;margin-bottom:2px}.timeline-address{font-size:13px;color:var(--gray-500)}.timeline-data{display:flex;flex-direction:column;gap:16px;margin-bottom:20px}.data-category{background:var(--gray-50);border-radius:10px;padding:14px}.data-category-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;font-size:13px;font-weight:600;color:var(--gray-700)}.data-count{font-size:11px;font-weight:600;color:var(--gray-500);background:var(--white);padding:2px 8px;border-radius:100px}.data-count.danger{background:var(--red-500);color:var(--white)}.data-items{display:flex;flex-wrap:wrap;gap:6px}.data-items span{font-size:12px;color:var(--gray-600);background:var(--white);padding:4px 10px;border-radius:6px;border:1px solid var(--gray-200)}.timeline-insight{display:flex;gap:10px;padding:14px;background:#fffbeb;border:1px solid #fef3c7;border-radius:10px}.timeline-insight.danger{background:var(--red-50);border-color:#fecaca}.insight-icon{font-size:16px;flex-shrink:0}.timeline-insight p{font-size:13px;color:var(--gray-700);line-height:1.5}.timeline-insight strong{color:var(--gray-900)}.day-summary{max-width:800px;margin:64px auto 0;background:var(--gray-900);border-radius:20px;overflow:hidden}.day-summary-header{padding:24px 32px;border-bottom:1px solid rgba(255,255,255,.1)}.day-summary-header h3{color:var(--white);font-size:18px}.day-summary-grid{display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid rgba(255,255,255,.1)}.summary-stat{padding:24px;text-align:center;border-right:1px solid rgba(255,255,255,.1)}.summary-stat:last-child{border-right:none}.summary-stat-value{font-size:28px;font-weight:700;color:var(--red-500);margin-bottom:4px}.summary-stat-label{font-size:12px;color:var(--gray-400)}.day-summary-footer{padding:32px;text-align:center}.day-summary-footer p{color:var(--gray-400);font-size:15px;margin-bottom:24px;max-width:500px;margin-left:auto;margin-right:auto}.day-summary-footer .btn-primary{background:var(--white);color:var(--gray-900)}.day-summary-footer .btn-primary:hover{background:var(--gray-100)}@media (max-width: 768px){.timeline-item{grid-template-columns:1fr;gap:8px}.timeline-time{text-align:left;padding-top:0}.day-summary-grid{grid-template-columns:repeat(2,1fr)}.summary-stat:nth-child(2){border-right:none}.summary-stat:nth-child(3),.summary-stat:nth-child(4){border-top:1px solid rgba(255,255,255,.1)}}.gov-callout{max-width:800px;margin:48px auto;background:linear-gradient(to bottom,#1e1b4b,#312e81);border:1px solid #4338ca;border-radius:20px;padding:32px;display:flex;gap:24px}.gov-callout-icon{font-size:40px;flex-shrink:0}.gov-callout-content h4{font-size:20px;color:var(--white);margin-bottom:12px}.gov-callout-content>p{font-size:14px;color:#a5b4fc;margin-bottom:20px;line-height:1.6}.gov-agencies{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:24px}.gov-agency{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:14px}.gov-agency strong{display:block;font-size:13px;color:#fbbf24;margin-bottom:4px}.gov-agency span{font-size:12px;color:#c7d2fe;line-height:1.4}.gov-quote{font-size:15px;font-style:italic;color:var(--white);padding:16px 20px;background:#ef444433;border-left:3px solid var(--red-500);border-radius:0 10px 10px 0}.gov-quote span{display:block;font-style:normal;font-size:12px;color:#fca5a5;margin-top:6px}@media (max-width: 768px){.gov-callout{flex-direction:column;gap:16px}.gov-agencies{grid-template-columns:1fr}}.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:var(--gray-900);padding:20px 24px;z-index:9999;transform:translateY(100%);transition:transform .3s ease;box-shadow:0 -4px 20px #00000026}.cookie-banner.show{transform:translateY(0)}.cookie-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:24px}.cookie-text{flex:1}.cookie-text p{font-size:14px;color:var(--gray-300);margin:0;line-height:1.5}.cookie-text a{color:var(--white);text-decoration:underline}.cookie-buttons{display:flex;gap:12px;flex-shrink:0}.cookie-btn{padding:10px 20px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;border:none;transition:all .15s}.cookie-btn-accept{background:var(--white);color:var(--gray-900)}.cookie-btn-accept:hover{background:var(--gray-100)}.cookie-btn-decline{background:transparent;color:var(--gray-400);border:1px solid var(--gray-700)}.cookie-btn-decline:hover{border-color:var(--gray-500);color:var(--gray-300)}@media (max-width: 640px){.cookie-inner{flex-direction:column;text-align:center}.cookie-buttons{width:100%}.cookie-btn{flex:1}}
/*# sourceMappingURL=/cdn/shop/t/53/assets/base.css.map */
