:root{
--navy:#102a43;--blue:#1f6feb;--ink:#172b4d;--muted:#52606d;--bg:#fff;--soft:#f5f8fc;
--line:#d9e2ec;--radius:20px;--shadow:0 16px 45px rgba(16,42,67,.10)
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.65;background:#fff}a{color:var(--blue);text-decoration:none}a:hover{text-decoration:underline}.container{width:min(1160px,calc(100% - 40px));margin:auto}.narrow{max-width:850px}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-bottom:1px solid rgba(217,226,236,.8)}.nav-wrap{min-height:76px;display:flex;align-items:center;gap:28px}.brand{font-size:25px;font-weight:800;letter-spacing:-.7px;color:var(--navy)}.site-nav{display:flex;align-items:center;gap:20px;margin-left:auto}.site-nav>a,.nav-dropdown>button{font:inherit;color:var(--ink);background:none;border:0;padding:8px 0;cursor:pointer}.nav-dropdown{position:relative}.dropdown-menu{display:none;position:absolute;top:38px;left:-12px;background:white;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow);padding:8px;min-width:190px}.dropdown-menu a{display:block;padding:9px 12px;color:var(--ink);border-radius:9px}.dropdown-menu a:hover{background:var(--soft);text-decoration:none}.nav-dropdown:hover .dropdown-menu,.nav-dropdown:focus-within .dropdown-menu{display:block}.nav-cta{background:var(--navy)!important;color:#fff!important;padding:11px 16px!important;border-radius:999px}.menu-toggle{display:none;margin-left:auto;border:0;background:var(--soft);font-size:22px;padding:8px 11px;border-radius:10px}.hero{background:linear-gradient(135deg,#f7fbff 0%,#edf5ff 100%);overflow:hidden}.hero-grid{min-height:620px;display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:50px}.eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:12px;font-weight:800;color:var(--blue)}h1,h2,h3{line-height:1.15;letter-spacing:-.035em;color:var(--navy)}h1{font-size:clamp(44px,6vw,72px);max-width:750px;margin:14px 0 22px}h2{font-size:clamp(32px,4vw,48px);margin:10px 0 18px}h3{font-size:21px;margin:10px 0}.hero-copy{font-size:19px;color:var(--muted);max-width:650px}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.center{justify-content:center}.btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 20px;border-radius:999px;font-weight:750;border:1px solid transparent}.btn-primary{background:var(--blue);color:white}.btn-secondary{background:white;color:var(--navy);border-color:var(--line)}.btn-light{background:#fff;color:var(--navy)}.btn-outline-light{border-color:rgba(255,255,255,.55);color:white}.hero-art{height:470px;position:relative}.orb{position:absolute;border-radius:50%;filter:blur(2px)}.orb-a{width:330px;height:330px;right:40px;top:55px;background:#d9ecff}.orb-b{width:170px;height:170px;left:70px;bottom:20px;background:#e7f3ef}.shield{position:absolute;right:130px;top:135px;width:170px;height:200px;background:white;clip-path:polygon(50% 0,90% 18%,82% 68%,50% 100%,18% 68%,10% 18%);display:grid;place-items:center;font-size:64px;font-weight:800;color:var(--blue);box-shadow:var(--shadow)}.scene-card{position:absolute;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:18px;padding:14px 18px;font-size:31px;display:flex;gap:9px;align-items:center;animation:float 5s ease-in-out infinite}.scene-card span{font-size:14px;font-weight:750;color:var(--ink)}.scene-card.home{left:20px;top:85px}.scene-card.car{right:20px;bottom:85px;animation-delay:.7s}.scene-card.health{left:15px;bottom:120px;animation-delay:1.2s}.scene-card.life{right:45px;top:50px;animation-delay:1.7s}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}.section{padding:92px 0}.section-muted{background:var(--soft)}.section-heading.split{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:28px}.cards{display:grid;gap:20px}.cards.four{grid-template-columns:repeat(4,1fr)}.cards.three{grid-template-columns:repeat(3,1fr)}.card,.mini-card,.term,.step,.article-card{border:1px solid var(--line);background:#fff;border-radius:var(--radius);box-shadow:0 8px 30px rgba(16,42,67,.05)}.card{padding:28px;transition:.2s transform,.2s box-shadow}.card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.card-icon{width:50px;height:50px;border-radius:15px;background:#edf5ff;display:grid;place-items:center;font-size:25px;color:var(--blue)}.card p,.mini-card p,.term p,.step p,.article-body p,.trust p{color:var(--muted)}.risk-flow{margin-top:28px;padding:18px;border:1px solid var(--line);border-radius:16px;display:flex;justify-content:center;align-items:center;gap:14px;flex-wrap:wrap;font-weight:750}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.step{padding:24px}.step>strong{font-size:13px;color:var(--blue)}.terms{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.term{padding:23px}.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.article-card{overflow:hidden}.article-card img{display:block;width:100%;height:190px;object-fit:cover}.article-body{padding:22px}.empty-state{padding:35px;border:1px dashed var(--line);border-radius:18px;background:var(--soft);grid-column:1/-1}.mini-card{padding:23px}.trust{display:grid;grid-template-columns:.9fr 1.1fr;gap:55px;align-items:center}.trust-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.trust-grid>div{padding:23px;border:1px solid var(--line);border-radius:16px}.trust-grid p{margin-bottom:0}.notice{padding:35px;border-left:5px solid var(--blue);background:#f7fbff;border-radius:0 18px 18px 0}.faq-list details{border-bottom:1px solid var(--line);padding:18px 0}.faq-list summary{cursor:pointer;font-weight:750;font-size:18px}.faq-list p{color:var(--muted);max-width:760px}.final-cta{padding:95px 0;text-align:center;background:var(--navy);color:white}.final-cta h2{color:white}.final-cta p{max-width:650px;margin:auto;color:#d9e2ec;font-size:18px}.site-footer{background:#081b2d;color:#d9e2ec;padding:65px 0 20px}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:45px}.footer-brand{font-size:25px;font-weight:800;color:#fff}.site-footer h3{font-size:15px;color:#fff;letter-spacing:0}.site-footer a{display:block;color:#b8c7d9;margin:8px 0}.site-footer p{color:#9fb1c5}.footer-bottom{margin-top:45px;padding-top:20px;border-top:1px solid rgba(255,255,255,.12);font-size:13px;color:#9fb1c5}.dmca-badge{margin-top:16px}@media(max-width:980px){.site-nav{gap:13px}.cards.four{grid-template-columns:repeat(2,1fr)}.steps,.terms,.article-grid{grid-template-columns:repeat(2,1fr)}.hero-grid{grid-template-columns:1fr}.hero{padding:50px 0}.hero-art{height:390px}.trust{grid-template-columns:1fr}.footer-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){.container{width:min(100% - 28px,1160px)}.menu-toggle{display:block}.site-nav{display:none;position:absolute;top:76px;left:0;right:0;background:#fff;border-bottom:1px solid var(--line);padding:14px;flex-direction:column;align-items:stretch;gap:4px;box-shadow:var(--shadow)}.site-nav.open{display:flex}.site-nav>a,.nav-dropdown>button{padding:12px 10px;text-align:left}.nav-cta{text-align:center!important;margin-top:5px}.dropdown-menu{position:static;box-shadow:none;border:0;border-left:2px solid var(--line);border-radius:0;margin:0 0 6px 10px;padding:0 0 0 6px}.nav-dropdown:hover .dropdown-menu{display:none}.nav-dropdown.open .dropdown-menu{display:block}.hero-grid{min-height:auto}.hero-art{height:330px}.shield{right:50%;transform:translateX(50%);top:80px;width:130px;height:155px}.scene-card.home{left:0;top:35px}.scene-card.life{right:0;top:10px}.scene-card.health{left:0;bottom:25px}.scene-card.car{right:0;bottom:35px}.section{padding:68px 0}.cards.four,.cards.three,.steps,.terms,.article-grid,.trust-grid{grid-template-columns:1fr}.section-heading.split{align-items:start;flex-direction:column}.footer-grid{grid-template-columns:1fr}.risk-flow{justify-content:flex-start}h1{font-size:clamp(40px,12vw,58px)}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.scene-card{animation:none}}

input,textarea,select{width:100%;padding:12px 14px;border:1px solid var(--line);border-radius:10px;font:inherit}label{font-weight:700}.article-content{font-size:18px}.article-content h2{margin-top:45px}.article-content h3{margin-top:30px}

.page-hero{padding:90px 0;background:linear-gradient(135deg,#f7fbff,#edf5ff)}.lead{font-size:20px;color:var(--muted);max-width:800px}.content-section{padding:18px 0 26px;border-bottom:1px solid var(--line)}.content-section:last-child{border-bottom:0}.content-section h2{font-size:32px}.mini-card{display:block;padding:23px;color:inherit}.mini-card:hover{text-decoration:none;transform:translateY(-2px);box-shadow:var(--shadow)}.mini-card h3{margin-top:0}

.rich-editor{border:1px solid var(--line);border-radius:12px;overflow:hidden;background:#fff}.editor-toolbar{display:flex;gap:5px;flex-wrap:wrap;padding:8px;background:var(--soft);border-bottom:1px solid var(--line)}.editor-toolbar button{border:1px solid var(--line);background:#fff;border-radius:7px;padding:6px 10px;cursor:pointer}.editor-surface{min-height:280px;padding:15px;outline:0}.editor-surface h2{font-size:30px;margin-top:25px}.editor-surface h3{font-size:22px;margin-top:22px}
.admin-check{font-size:13px;color:var(--muted);margin-top:4px}


/* Production responsive fixes */
img{max-width:100%;height:auto}
.article-hero-image{display:block;width:100%;max-height:560px;object-fit:cover;border-radius:20px;margin:28px 0}
.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px}
.footer-copyright{flex:1}
.footer-dmca{display:flex;align-items:center;justify-content:flex-end}
.footer-dmca a{display:inline-block;margin:0}
.footer-dmca img{display:block;width:auto;max-width:190px;height:auto}
@media(max-width:760px){
  html,body{max-width:100%;overflow-x:hidden}
  .nav-wrap{min-height:64px}
  .brand{font-size:22px}
  .site-nav{top:64px}
  .hero{padding:0}
  .hero-copy{font-size:17px}
  .hero-art{width:100%;max-width:520px;margin:0 auto}
  .scene-card{padding:11px 14px;font-size:25px}
  .scene-card span{font-size:13px}
  .shield{font-size:50px}
  .section{padding:58px 0}
  .page-hero{padding:58px 0}
  .content-section h2{font-size:28px}
  .lead{font-size:18px}
  .article-content{font-size:17px;overflow-wrap:anywhere}
  .article-content img{display:block;width:100%;height:auto}
  .article-content table{display:block;width:100%;overflow-x:auto}
  .footer-bottom{flex-direction:column;align-items:flex-start;text-align:left;margin-top:35px}
  .footer-dmca{justify-content:flex-start}
  .footer-dmca img{max-width:170px}
}

/* Final production layout corrections */
html, body { width:100%; max-width:100%; }
body { overflow-x:hidden; }
img, svg, video, iframe { max-width:100%; }
.grid, .cards, .steps, .terms, .article-grid, .trust, .hero-grid, .footer-grid { min-width:0; }

.footer-bottom {
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:24px;
}
.footer-copyright { min-width:0; }
.footer-dmca { min-width:0; justify-self:end; display:flex; align-items:center; }
.footer-dmca a { display:inline-flex !important; align-items:center; margin:0 !important; }
.footer-dmca img { display:block; width:auto; max-width:190px; height:auto; }

@media (max-width: 760px) {
  .container { width:calc(100% - 32px); max-width:none; }
  .nav-wrap { min-height:64px; }
  .brand { font-size:21px; }
  .menu-toggle { display:block; }
  .site-nav {
    top:64px;
    left:0;
    right:0;
    width:100%;
    max-height:calc(100vh - 64px);
    overflow-y:auto;
  }
  .hero-grid { display:flex; flex-direction:column; gap:12px; align-items:stretch; }
  .hero-copy { width:100%; max-width:none; }
  h1 { max-width:none; font-size:clamp(38px,11vw,54px); line-height:1.08; }
  h2 { font-size:clamp(30px,8vw,40px); }
  .hero-art { width:100%; height:290px; margin:0 auto; overflow:hidden; }
  .orb-a { width:230px; height:230px; right:50%; transform:translateX(50%); top:25px; }
  .orb-b { width:120px; height:120px; left:8%; bottom:5px; }
  .shield { width:105px; height:125px; right:50%; top:70px; transform:translateX(50%); font-size:42px; }
  .scene-card { padding:9px 12px; font-size:22px; border-radius:14px; }
  .scene-card span { font-size:12px; }
  .scene-card.home { left:0; top:35px; }
  .scene-card.life { right:0; top:15px; }
  .scene-card.health { left:0; bottom:25px; }
  .scene-card.car { right:0; bottom:20px; }
  .actions { width:100%; }
  .btn { max-width:100%; }
  .section, .page-hero { padding-top:54px; padding-bottom:54px; }
  .cards.four, .cards.three, .steps, .terms, .article-grid, .trust, .trust-grid { grid-template-columns:1fr; }
  .card, .mini-card, .term, .step, .article-card { min-width:0; }
  .article-body, .article-content { min-width:0; overflow-wrap:anywhere; word-break:normal; }
  .article-content pre, .article-content code { white-space:pre-wrap; overflow-wrap:anywhere; }
  .article-content table { display:block; width:100%; overflow-x:auto; }
  .footer-grid { grid-template-columns:1fr; gap:28px; }
  .footer-bottom { grid-template-columns:1fr; gap:16px; align-items:start; }
  .footer-dmca { justify-self:start; }
  .footer-dmca img { max-width:190px; }
}
