:root{--navy:#071b2e;--navy2:#0a2742;--blue:#0b72e7;--cyan:#31c5f4;--green:#19b67a;--ink:#122033;--muted:#65758b;--line:#dce5ee;--soft:#f4f8fc;--white:#fff;--shadow:0 24px 70px rgba(7,27,46,.13)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff;line-height:1.6}a{text-decoration:none;color:inherit}.container{width:min(1180px,calc(100% - 40px));margin:auto}.header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-bottom:1px solid rgba(220,229,238,.9)}.nav-wrap{height:78px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:flex;align-items:center;gap:12px}.brand-mark{width:46px;height:46px;border-radius:14px;display:grid;place-items:center;color:#fff;font-weight:900;background:linear-gradient(135deg,var(--blue),var(--cyan));box-shadow:0 10px 25px rgba(11,114,231,.25);overflow:hidden}.brand-mark img{width:100%;height:100%;object-fit:contain;background:#fff}.brand strong,.brand small{display:block}.brand strong{font-size:19px}.brand small{font-size:11px;color:var(--muted)}.nav{display:flex;align-items:center;gap:23px;font-size:14px;font-weight:700}.nav a:hover{color:var(--blue)}.nav-login{padding:10px 14px;border:1px solid var(--line);border-radius:10px}.nav-cta{padding:11px 16px;border-radius:10px;background:var(--blue);color:#fff!important}.nav-toggle{display:none;border:0;background:none;font-size:24px}.hero{overflow:hidden;background:radial-gradient(circle at 85% 15%,rgba(49,197,244,.22),transparent 27%),linear-gradient(135deg,#f8fbff,#eef6fd);padding:88px 0}.hero-grid{display:grid;grid-template-columns:1.12fr .88fr;align-items:center;gap:70px}.eyebrow,.section-head>span,.cta span{font-size:12px;letter-spacing:.14em;font-weight:900;color:var(--blue)}h1{font-size:58px;line-height:1.06;letter-spacing:-.045em;margin:18px 0 22px;max-width:760px}.hero-lead{font-size:19px;color:var(--muted);max-width:720px}.verify-box{margin-top:30px;padding:18px;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow);max-width:700px}.verify-box label{display:block;font-size:13px;font-weight:800;margin-bottom:9px}.verify-row{display:flex;gap:10px}.verify-row input{flex:1;min-width:0;height:56px;border:2px solid #c9d8e7;border-radius:11px;padding:0 17px;font:700 18px ui-monospace,monospace;letter-spacing:1.5px}.verify-row input:focus{outline:0;border-color:var(--blue);box-shadow:0 0 0 4px rgba(11,114,231,.1)}.verify-row button{border:0;border-radius:11px;background:var(--blue);color:#fff;padding:0 24px;font-weight:900;cursor:pointer}.verify-box small{display:block;margin-top:10px;color:var(--muted)}.hero-actions{display:flex;gap:12px;margin-top:23px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:49px;padding:0 20px;border-radius:11px;font-weight:850}.btn.primary{background:var(--navy);color:#fff}.btn.secondary{background:#fff;border:1px solid var(--line)}.trust-points{display:flex;flex-wrap:wrap;gap:18px;margin-top:24px;color:#4f6277;font-size:13px;font-weight:700}.security-visual{position:relative;display:grid;place-items:center;min-height:530px}.device-card{position:relative;z-index:2;width:350px;padding:24px;border-radius:35px;background:linear-gradient(155deg,var(--navy),var(--navy2));color:#fff;box-shadow:0 40px 90px rgba(7,27,46,.35);border:1px solid rgba(255,255,255,.12)}.device-top{display:flex;align-items:center;gap:9px;font-size:11px}.device-top span{width:9px;height:9px;border-radius:50%;background:var(--green)}.device-top b{flex:1}.device-top i{font-style:normal;color:#72e5b8}.shield{width:105px;height:105px;border-radius:32px;display:grid;place-items:center;margin:55px auto 24px;background:linear-gradient(135deg,var(--blue),var(--cyan));font-size:52px;font-weight:900}.device-card h2{text-align:center;margin:0;font-size:26px}.device-card>p{text-align:center;color:#b7cad9}.imei-lines{display:grid;gap:8px;margin:33px 0}.imei-lines span{height:9px;border-radius:20px;background:rgba(255,255,255,.12)}.imei-lines span:nth-child(2){width:72%}.imei-lines span:nth-child(3){width:48%}.status-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.status-grid div{padding:14px;background:rgba(255,255,255,.07);border-radius:14px}.status-grid small,.status-grid strong{display:block}.status-grid small{color:#9fb5c7}.orb{position:absolute;border-radius:50%;filter:blur(1px)}.orb-a{width:370px;height:370px;background:rgba(11,114,231,.12)}.orb-b{width:190px;height:190px;background:rgba(49,197,244,.2);right:0;bottom:20px}.trustbar{border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.trustbar-grid{display:grid;grid-template-columns:repeat(4,1fr)}.trustbar-grid div{padding:25px 22px;border-right:1px solid var(--line)}.trustbar-grid div:last-child{border:0}.trustbar strong,.trustbar span{display:block}.trustbar strong{font-size:14px}.trustbar span{font-size:12px;color:var(--muted)}.section{padding:92px 0}.section.alt{background:var(--soft)}.section-head{text-align:center;max-width:750px;margin:0 auto 45px}.section-head.left{text-align:left;margin:0}.section-head h2{font-size:39px;line-height:1.16;letter-spacing:-.03em;margin:10px 0}.section-head p{color:var(--muted)}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.feature-grid article{padding:28px;border:1px solid var(--line);border-radius:18px;background:#fff;transition:.2s}.feature-grid article:hover{transform:translateY(-4px);box-shadow:0 18px 45px rgba(7,27,46,.08)}.feature-grid b{color:var(--blue);font-size:12px}.feature-grid h3{font-size:19px;margin:20px 0 8px}.feature-grid p,.steps p{color:var(--muted);font-size:14px;margin:0}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.steps article{padding:27px;background:#fff;border:1px solid var(--line);border-radius:18px}.steps span{width:40px;height:40px;border-radius:12px;display:grid;place-items:center;background:#eaf4ff;color:var(--blue);font-weight:900}.steps h3{margin:20px 0 8px;font-size:18px}.faq-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px;align-items:start}.faq-list{display:grid;gap:12px}.faq-list details{border:1px solid var(--line);border-radius:14px;background:#fff;padding:0 19px}.faq-list summary{cursor:pointer;padding:18px 0;font-weight:800}.faq-list p{color:var(--muted);margin:0 0 18px}.cta{padding:55px 0;background:linear-gradient(120deg,var(--navy),#0b3d67);color:#fff}.cta-inner{display:flex;justify-content:space-between;align-items:center;gap:30px}.cta h2{margin:8px 0 0;font-size:31px}.cta .btn{margin-left:8px}.btn.light{background:#fff;color:var(--navy)}.btn.outline{border:1px solid rgba(255,255,255,.35);color:#fff}.footer{background:#061522;color:#c1ced9;padding:65px 0 25px}.footer-grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:48px}.footer h3{color:#fff;font-size:14px}.footer a{display:block;margin:10px 0;font-size:14px}.footer-brand{color:#fff;font-size:22px;font-weight:900}.footer p{color:#8fa4b5}.footer-bottom{margin-top:45px;padding-top:22px;border-top:1px solid #233747;display:flex;justify-content:space-between;font-size:12px;color:#8297a8}.field-error{border-color:#d33838!important}.shake{animation:shake .3s}@keyframes shake{25%{transform:translateX(-4px)}75%{transform:translateX(4px)}}@media(max-width:960px){.nav-toggle{display:block}.nav{display:none;position:absolute;top:78px;left:0;right:0;padding:22px;background:#fff;flex-direction:column;align-items:stretch;box-shadow:0 20px 35px rgba(7,27,46,.12)}.nav.open{display:flex}.hero-grid,.faq-grid{grid-template-columns:1fr}.security-visual{display:none}.hero{padding:65px 0}.trustbar-grid,.steps{grid-template-columns:1fr 1fr}.feature-grid{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}.cta-inner{display:block}.cta-inner>div:last-child{margin-top:22px}}@media(max-width:620px){.container{width:min(100% - 28px,1180px)}.brand small{display:none}h1{font-size:39px}.hero-lead{font-size:17px}.verify-row{display:block}.verify-row button{width:100%;height:54px;margin-top:10px}.hero-actions{display:grid}.trustbar-grid,.feature-grid,.steps,.footer-grid{grid-template-columns:1fr}.trustbar-grid div{border-right:0;border-bottom:1px solid var(--line)}.section{padding:68px 0}.section-head h2{font-size:31px}.cta h2{font-size:26px}.cta .btn{margin:8px 0 0;display:flex}.footer-bottom{display:block}.footer-bottom span{display:block;margin-top:8px}}
.brand img{width:50px;height:50px;border-radius:15px;object-fit:cover;box-shadow:0 10px 28px rgba(11,114,231,.28)}
.premium-visual{display:grid;place-items:center;position:relative}.premium-visual img{width:min(100%,470px);aspect-ratio:4/5;object-fit:cover;object-position:center 35%;border-radius:34px;box-shadow:0 38px 90px rgba(7,27,46,.32);border:1px solid rgba(255,255,255,.5)}
.verification-result{margin-top:20px;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow);overflow:hidden}.result-head{display:flex;justify-content:space-between;align-items:center;padding:18px 20px;border-bottom:1px solid var(--line)}.result-head span{font-size:11px;font-weight:900;letter-spacing:.12em;color:var(--blue)}.result-head h2{margin:2px 0 0;font-size:21px}.result-head button{width:38px;height:38px;border:0;border-radius:10px;background:var(--soft);font-size:24px;cursor:pointer}.verification-loading,.verification-error{padding:28px;text-align:center;font-weight:800}.verification-error{color:#b42318;background:#fff4f2}.verification-frame{width:100%;min-height:520px;border:0;background:#fff}
.knowledge{background:#fff}.article-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.article-grid a{display:block;padding:25px;border:1px solid var(--line);border-radius:18px;background:linear-gradient(180deg,#fff,#f7fbff);transition:.2s}.article-grid a:hover{transform:translateY(-4px);box-shadow:0 18px 45px rgba(7,27,46,.1)}.article-grid h3{font-size:18px;line-height:1.35;margin:0 0 10px}.article-grid p{font-size:14px;color:var(--muted);margin:0}
.guide-hero{padding:85px 0;background:linear-gradient(135deg,#071b2e,#0b4d82);color:#fff}.guide-wrap{max-width:850px}.guide-wrap>span{font-size:12px;letter-spacing:.13em;font-weight:900;color:#6ed7ff}.guide-wrap h1{font-size:49px;margin:15px 0}.guide-wrap p{font-size:19px;color:#c3d7e8}.guide-content{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:55px}.guide-content article{font-size:17px}.guide-content article h2{font-size:31px;line-height:1.2}.guide-content article p{color:#52657a}.guide-content aside{padding:20px;border:1px solid var(--line);border-radius:20px;height:max-content}.guide-content aside img{width:100%;border-radius:15px}.guide-content aside a{display:block;padding:11px 0;border-bottom:1px solid var(--line);font-weight:750}.contact-card{padding:22px;background:var(--soft);border-radius:15px;margin:25px 0}.contact-card strong,.contact-card a{display:block}.footer-logo{width:72px;height:72px;border-radius:18px;object-fit:cover}
@media(max-width:960px){.article-grid{grid-template-columns:1fr 1fr}.guide-content{grid-template-columns:1fr}.guide-content aside{max-width:460px}.premium-visual{display:none}}
@media(max-width:620px){.article-grid{grid-template-columns:1fr}.guide-wrap h1{font-size:38px}}


/* Pack 8.1.1 corrected IMEI result styles */
.verification-status-card {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.25rem;
    border: 1px solid rgba(148, 163, 184, .28);
    border-radius: 18px;
    background: #fff;
}

.verification-status-icon {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    display: grid;
    place-items: center;
    border-radius: 15px;
    font-size: 1.35rem;
    background: #eef2ff;
    color: #3730a3;
}

.verification-status-label {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: .25rem .7rem;
    border-radius: 999px;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
    background: #eef2ff;
    color: #3730a3;
}

.verification-status-copy h3 {
    margin: .65rem 0 .3rem;
    font-size: 1.2rem;
}

.verification-status-copy p {
    margin: 0;
    color: #64748b;
    line-height: 1.65;
}

.tone-success { border-color: rgba(22, 163, 74, .3); background: rgba(240, 253, 244, .86); }
.tone-success .verification-status-icon,
.tone-success .verification-status-label { background: #dcfce7; color: #15803d; }

.tone-warning { border-color: rgba(217, 119, 6, .32); background: rgba(255, 251, 235, .9); }
.tone-warning .verification-status-icon,
.tone-warning .verification-status-label { background: #fef3c7; color: #b45309; }

.tone-danger { border-color: rgba(220, 38, 38, .3); background: rgba(254, 242, 242, .92); }
.tone-danger .verification-status-icon,
.tone-danger .verification-status-label { background: #fee2e2; color: #b91c1c; }

.tone-info { border-color: rgba(2, 132, 199, .3); background: rgba(240, 249, 255, .9); }
.tone-info .verification-status-icon,
.tone-info .verification-status-label { background: #e0f2fe; color: #0369a1; }

.tone-dark { border-color: rgba(15, 23, 42, .3); background: #f8fafc; }
.tone-dark .verification-status-icon,
.tone-dark .verification-status-label { background: #e2e8f0; color: #0f172a; }

.tone-neutral .verification-status-icon,
.tone-neutral .verification-status-label { background: #f1f5f9; color: #475569; }

.verification-details {
    margin-top: 1rem;
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, .24);
    border-radius: 18px;
    background: #fff;
}

.verification-detail-row {
    display: grid;
    grid-template-columns: minmax(130px, .8fr) minmax(0, 1.4fr);
    gap: 1rem;
    padding: .9rem 1.1rem;
    border-bottom: 1px solid rgba(148, 163, 184, .18);
}

.verification-detail-row:last-child {
    border-bottom: 0;
}

.verification-detail-row span {
    color: #64748b;
    font-size: .9rem;
}

.verification-detail-row strong {
    color: #0f172a;
    overflow-wrap: anywhere;
}

@media (max-width: 640px) {
    .verification-status-card {
        flex-direction: column;
    }

    .verification-detail-row {
        grid-template-columns: 1fr;
        gap: .25rem;
    }
}


/* Pack 8.2 Premium Verification Result */
.verification-result{max-width:920px;margin:28px auto 0;border:0;background:transparent;box-shadow:none;overflow:visible}
.result-head{border:1px solid var(--line);border-bottom:0;border-radius:22px 22px 0 0;background:#fff;padding:17px 22px}
.verification-loading,.verification-error{border:1px solid var(--line);border-radius:0 0 22px 22px;background:#fff}
.verification-result-body{animation:vResultIn .35s ease both}
@keyframes vResultIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}

.v-result-shell{--v-accent:#16794b;--v-accent-soft:#e9f8f0;--v-accent-line:#bce8cf;position:relative;overflow:hidden;border:1px solid #dfe8ef;border-radius:0 0 24px 24px;background:#f7fafc;box-shadow:0 28px 70px rgba(7,27,46,.16)}
.v-result-shell.tone-warning{--v-accent:#9a5b00;--v-accent-soft:#fff7df;--v-accent-line:#efd998}
.v-result-shell.tone-danger{--v-accent:#b42318;--v-accent-soft:#fff0ee;--v-accent-line:#f4beb8}
.v-result-shell.tone-info{--v-accent:#087aa6;--v-accent-soft:#eaf8fd;--v-accent-line:#b9e7f4}
.v-result-shell.tone-dark{--v-accent:#1d2939;--v-accent-soft:#edf1f5;--v-accent-line:#cbd5df}
.v-result-shell.tone-neutral{--v-accent:#475467;--v-accent-soft:#f2f4f7;--v-accent-line:#d0d5dd}

.v-status-hero{position:relative;display:flex;gap:22px;align-items:center;padding:34px 36px;color:#fff;background:linear-gradient(135deg,#071b2e 0%,#0a3557 62%,var(--v-accent) 150%)}
.v-status-hero:after{content:"";position:absolute;width:260px;height:260px;right:-90px;top:-140px;border-radius:50%;background:rgba(255,255,255,.08)}
.v-status-symbol{position:relative;z-index:1;width:76px;height:76px;flex:0 0 76px;display:grid;place-items:center;border-radius:22px;background:rgba(255,255,255,.13);border:1px solid rgba(255,255,255,.2);font-size:31px;box-shadow:inset 0 1px 0 rgba(255,255,255,.16)}
.v-status-content{position:relative;z-index:1;min-width:0;flex:1}
.v-kicker{display:inline-flex;align-items:center;gap:7px;font-size:11px;font-weight:900;letter-spacing:.15em;color:#b9d8eb}
.v-status-heading{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-top:8px}
.v-status-heading h3{margin:0;font-size:34px;line-height:1.08;letter-spacing:-.035em;color:#fff}
.v-status-content>p{max-width:680px;margin:10px 0 13px;color:#d9e7f1;font-size:15px;line-height:1.65}
.v-risk-badge{display:inline-flex;align-items:center;min-height:29px;padding:5px 11px;border-radius:999px;background:var(--v-accent-soft);color:var(--v-accent);font-size:10px;font-weight:950;letter-spacing:.08em}
.v-trust-line{display:flex;align-items:center;gap:7px;flex-wrap:wrap;color:#b9cedd;font-size:12px;font-weight:700}
.v-trust-line>i{color:#62d89c}.v-trust-line span{width:3px;height:3px;border-radius:50%;background:#7e9aad}

.v-device-summary{display:flex;justify-content:space-between;align-items:center;gap:25px;padding:25px 30px;background:#fff;border-bottom:1px solid #e3ebf1}
.v-section-label{display:block;margin-bottom:4px;color:#7b8da0;font-size:10px;font-weight:950;letter-spacing:.15em}
.v-device-summary h4{margin:0;color:#102a43;font-size:25px;letter-spacing:-.025em}
.v-imei-block{text-align:right}
.v-imei-block>span{display:block;color:#7b8da0;font-size:10px;font-weight:900;letter-spacing:.12em}
.v-imei-block strong{display:inline-block;margin-top:2px;color:#102a43;font:800 17px/1.4 ui-monospace,SFMono-Regular,Consolas,monospace;letter-spacing:.04em}
.v-copy-btn{margin-left:8px;padding:7px 10px;border:1px solid #d8e3eb;border-radius:9px;background:#f8fbfd;color:#385168;font-size:11px;font-weight:850;cursor:pointer}

.v-content-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(280px,.75fr);gap:18px;padding:20px}
.v-panel{overflow:hidden;border:1px solid #e1e9ef;border-radius:18px;background:#fff;box-shadow:0 8px 26px rgba(16,42,67,.045)}
.v-panel-head{display:flex;justify-content:space-between;align-items:center;padding:19px 21px;border-bottom:1px solid #e8eef3}
.v-panel-head h5{margin:1px 0 0;color:#102a43;font-size:17px}
.v-panel-head>i{color:#7f94a7;font-size:20px}
.v-detail-grid{display:grid;grid-template-columns:1fr 1fr}
.v-detail-item{display:flex;gap:12px;align-items:flex-start;min-height:78px;padding:17px 19px;border-right:1px solid #edf1f4;border-bottom:1px solid #edf1f4}
.v-detail-item:nth-child(2n){border-right:0}.v-detail-item:nth-last-child(-n+2){border-bottom:0}
.v-detail-item>i{width:32px;height:32px;flex:0 0 32px;display:grid;place-items:center;border-radius:9px;background:#eef6fc;color:#236b9d;font-size:13px}
.v-detail-item span,.v-registry-list span{display:block;color:#7b8da0;font-size:11px;font-weight:700}
.v-detail-item strong{display:block;margin-top:3px;color:#18344d;font-size:14px;overflow-wrap:anywhere}

.v-registry-list{padding:5px 20px}
.v-registry-list>div{display:flex;justify-content:space-between;gap:15px;padding:14px 0;border-bottom:1px solid #edf1f4}
.v-registry-list>div:last-child{border-bottom:0}
.v-registry-list strong{text-align:right;color:#18344d;font-size:13px;overflow-wrap:anywhere}
.v-risk-text{color:var(--v-accent)!important}
.v-registry-note{display:flex;gap:11px;align-items:flex-start;margin:8px 15px 15px;padding:13px;border-radius:12px;background:var(--v-accent-soft);color:var(--v-accent)}
.v-registry-note i{margin-top:3px}.v-registry-note p{margin:0;font-size:11px;line-height:1.55;font-weight:700}

.v-actions{display:flex;justify-content:flex-end;gap:10px;padding:0 20px 20px}
.v-actions button{min-height:43px;padding:0 16px;border-radius:11px;font-weight:850;cursor:pointer}
.v-action-primary{border:0;background:#0b72e7;color:#fff}
.v-action-secondary{border:1px solid #d7e2ea;background:#fff;color:#314b61}
.v-imei-strip{display:flex;justify-content:space-between;gap:20px;padding:22px 28px;background:#fff}
.v-imei-strip span{color:#7b8da0;font-size:12px}.v-imei-strip strong{font-family:ui-monospace,monospace;color:#102a43}

@media(max-width:760px){
  .v-status-hero{align-items:flex-start;padding:27px 23px}.v-status-symbol{width:58px;height:58px;flex-basis:58px;border-radius:17px;font-size:24px}
  .v-status-heading h3{font-size:27px}.v-device-summary{display:block;padding:22px}.v-imei-block{text-align:left;margin-top:16px}
  .v-content-grid{grid-template-columns:1fr;padding:14px}.v-detail-grid{grid-template-columns:1fr}.v-detail-item{border-right:0}.v-detail-item:nth-last-child(-n+2){border-bottom:1px solid #edf1f4}.v-detail-item:last-child{border-bottom:0}
  .v-actions{display:grid;grid-template-columns:1fr;padding:0 14px 14px}
}
@media(max-width:480px){
  .v-status-hero{display:block}.v-status-content{margin-top:16px}.v-status-heading{display:block}.v-risk-badge{margin-top:10px}
  .v-imei-block strong{display:block;margin-bottom:8px}.v-copy-btn{margin-left:0}
}
@media print{
  body *{visibility:hidden!important}
  #verification-result-body,#verification-result-body *{visibility:visible!important}
  #verification-result-body{position:absolute;left:0;top:0;width:100%}
  .v-actions,.result-head{display:none!important}
  .v-result-shell{box-shadow:none;border-radius:0}
}

/* Pack 9.0 trust wording refinements */
.v-result-shell.tone-warning .v-risk-badge,
.v-result-shell.tone-danger .v-risk-badge,
.v-result-shell.tone-dark .v-risk-badge{font-size:10px}
.v-registry-note{border:1px solid var(--v-accent-line)}

/* Emergency Report Flow V1.1 — appended safely; base public CSS preserved */
/* Emergency report flow v1 */
.emergency-page{min-height:100vh;background:#f4f7fb}.emergency-main{padding:54px 0 80px}.emergency-wrap{display:grid;grid-template-columns:minmax(280px,.75fr) minmax(0,1.45fr);gap:36px;align-items:start}.emergency-intro{position:sticky;top:28px;padding:36px;border-radius:26px;background:linear-gradient(145deg,#061a2d,#0c4168);color:#fff;box-shadow:0 25px 60px rgba(5,25,43,.2)}.emergency-intro>span{font-size:11px;font-weight:900;letter-spacing:.16em;color:#8fd4ff}.emergency-intro h1{font-size:38px;line-height:1.12;margin:14px 0}.emergency-intro p{color:#d6e8f4;line-height:1.7}.emergency-points{display:grid;gap:12px;margin-top:26px;color:#fff}.emergency-card{background:#fff;border:1px solid #dfe8ef;border-radius:26px;padding:30px;box-shadow:0 24px 65px rgba(19,45,70,.11)}.emergency-progress{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:24px}.emergency-progress span{padding:10px 8px;border-radius:10px;background:#eef3f7;color:#65788b;text-align:center;font-size:11px;font-weight:800}.emergency-progress .active{background:#0b72e7;color:#fff}.form-section{padding:24px 0;border-top:1px solid #e8eef3}.form-section:first-of-type{border-top:0}.form-section h2{margin:0 0 16px;color:#102a43;font-size:20px}.form-section h2 small{font-size:12px;font-weight:600;color:#718397}.emergency-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.emergency-grid .full{grid-column:1/-1}.emergency-card label{display:grid;gap:7px;color:#304b63;font-size:12px;font-weight:800}.emergency-card input,.emergency-card textarea{width:100%;box-sizing:border-box;border:1px solid #ccd9e3;border-radius:12px;background:#fff;padding:12px 13px;color:#102a43;font:inherit;outline:none}.emergency-card input:focus,.emergency-card textarea:focus{border-color:#0b72e7;box-shadow:0 0 0 3px rgba(11,114,231,.12)}.incident-choice{display:grid;grid-template-columns:1fr 1fr;gap:12px}.incident-choice label{display:block}.incident-choice input{position:absolute;opacity:0}.incident-choice span{display:block;padding:17px;border:1px solid #d6e1e9;border-radius:13px;text-align:center;font-weight:900;cursor:pointer}.incident-choice input:checked+span{border-color:#0b72e7;background:#eaf4ff;color:#075fbf}.imei-toggle,.emergency-consent{display:flex!important;grid-template-columns:none!important;align-items:flex-start;gap:10px!important;margin-bottom:15px}.imei-toggle input,.emergency-consent input{width:auto!important;margin-top:2px}.emergency-errors{margin-bottom:22px;padding:16px 18px;border-radius:13px;background:#fff0ef;border:1px solid #f1b7b3;color:#9f271e}.emergency-errors ul{margin:8px 0 0;padding-left:20px}.emergency-submit{width:100%;min-height:52px;border:0;border-radius:13px;background:linear-gradient(135deg,#0b72e7,#045bbf);color:#fff;font-size:15px;font-weight:900;cursor:pointer;box-shadow:0 14px 28px rgba(11,114,231,.2)}.emergency-note{text-align:center;color:#6e8192;font-size:12px;line-height:1.55}.emergency-success{min-height:70vh;display:grid;place-items:center;padding:60px 20px;background:#f4f7fb}.success-card{max-width:620px;text-align:center;background:#fff;border:1px solid #dfe8ef;border-radius:26px;padding:44px;box-shadow:0 25px 70px rgba(19,45,70,.12)}.success-icon{width:76px;height:76px;margin:0 auto 18px;display:grid;place-items:center;border-radius:50%;background:#e8f8ef;color:#15824f;font-size:36px;font-weight:900}.success-card>span{font-size:11px;font-weight:900;letter-spacing:.15em;color:#15824f}.success-card h1{color:#102a43;font-size:34px}.case-number{display:block;margin:22px 0;padding:16px;border-radius:13px;background:#071b2e;color:#fff;font:900 21px ui-monospace,monospace;letter-spacing:.05em}.success-actions{display:flex;justify-content:center;gap:10px;margin-top:25px}@media(max-width:850px){.emergency-wrap{grid-template-columns:1fr}.emergency-intro{position:static}.emergency-intro h1{font-size:31px}}@media(max-width:600px){.emergency-main{padding-top:20px}.emergency-card,.emergency-intro{padding:21px;border-radius:18px}.emergency-grid,.incident-choice{grid-template-columns:1fr}.emergency-progress{grid-template-columns:1fr 1fr}.success-card{padding:28px 20px}.success-actions{display:grid}.emergency-intro h1{font-size:27px}}


/* Emergency Report Flow V1.2 — country, phone, device picker and CAPTCHA */
.emergency-country-picker{display:grid;gap:8px}
.emergency-country-picker input[type="search"]{background:#f8fbfd}
.emergency-phone-row{display:grid;grid-template-columns:112px minmax(0,1fr);gap:10px}
.emergency-dial-code{font-weight:800;text-align:center;background:#eef4f8!important;color:#17324a}
.emergency-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.emergency-security-section{border:1px solid #dfe8ef;border-radius:16px;padding:18px;background:#f8fbfd}
.emergency-captcha{display:grid;grid-template-columns:minmax(0,1fr) 130px;align-items:center;gap:14px}
.emergency-captcha>span{font-size:15px;font-weight:800;color:#17324a}
.emergency-captcha input{margin:0}
.emergency-card select{width:100%;min-height:48px;border:1px solid #d5e0e8;border-radius:11px;background:#fff;padding:0 13px;color:#17324a;font:inherit}
.emergency-card select:focus,.emergency-country-picker input:focus{outline:0;border-color:#1570ef;box-shadow:0 0 0 3px rgba(21,112,239,.12)}
@media(max-width:640px){
  .emergency-phone-row{grid-template-columns:96px minmax(0,1fr)}
  .emergency-captcha{grid-template-columns:1fr}
}


/* Emergency Report Flow V1.3 — simplified device form */
.emergency-card [hidden],
.emergency-custom-field[hidden]{
  display:none!important;
}
.emergency-custom-field.is-visible{
  display:block!important;
  padding:14px;
  border:1px dashed #b9c9d6;
  border-radius:12px;
  background:#f8fbfd;
}
.emergency-advanced{
  margin-top:16px;
  border:1px solid #dfe8ef;
  border-radius:14px;
  background:#fbfdff;
  overflow:hidden;
}
.emergency-advanced summary{
  cursor:pointer;
  list-style:none;
  padding:15px 17px;
  font-weight:800;
  color:#17324a;
  display:flex;
  align-items:center;
  justify-content:space-between;
}
.emergency-advanced summary::-webkit-details-marker{
  display:none;
}
.emergency-advanced summary::after{
  content:"+";
  width:26px;
  height:26px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#eaf2f8;
  color:#17324a;
  font-size:18px;
}
.emergency-advanced[open] summary::after{
  content:"−";
}
.emergency-advanced-grid{
  padding:0 17px 17px;
  border-top:1px solid #e8eef3;
  padding-top:17px;
}


/* Pack 14.0.4 — emergency mobile safeguards */
@media(max-width:640px){
  .emergency-page{width:100%;overflow-x:hidden}
  .emergency-wrap,.emergency-card,.emergency-intro{min-width:0}
  .emergency-card input,.emergency-card select,.emergency-card textarea{max-width:100%;font-size:16px}
  .emergency-country-picker,.emergency-phone-row{min-width:0}
  .emergency-grid>*{min-width:0}
}


/* Pack 15 — SEO landing pages and discovery sections */
.seo-hero{padding:72px 0;background:radial-gradient(circle at 85% 15%,rgba(22,131,185,.18),transparent 30%),linear-gradient(145deg,#061a2d,#0b3858);color:#fff}
.seo-hero-inner{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(250px,.65fr);gap:34px;align-items:center}
.seo-hero h1{font-size:clamp(36px,5vw,64px);line-height:1.04;max-width:920px;margin:16px 0}
.seo-hero p{font-size:18px;line-height:1.75;color:#dbeaf4;max-width:820px}
.seo-side-card{display:grid;gap:12px;padding:24px;border:1px solid rgba(255,255,255,.18);border-radius:20px;background:rgba(255,255,255,.08);backdrop-filter:blur(12px)}
.seo-side-card strong{font-size:18px}.seo-side-card a,.seo-side-card span{display:block;color:#ecf8ff;text-decoration:none;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.12)}
.seo-content-grid{display:grid;grid-template-columns:minmax(0,1fr) 290px;gap:42px;align-items:start}
.seo-article{max-width:850px}.seo-article section{padding-bottom:26px;margin-bottom:26px;border-bottom:1px solid #e4ebf1}.seo-article h2{font-size:28px;color:#102b42;margin-bottom:12px}.seo-article p{font-size:17px;line-height:1.8;color:#42566a}
.seo-related{position:sticky;top:94px;display:grid;gap:4px;padding:22px;border:1px solid #dfe8ef;border-radius:18px;background:#fff;box-shadow:0 15px 36px rgba(12,40,62,.08)}
.seo-related h2{font-size:18px;margin:0 0 10px}.seo-related a{padding:11px 8px;color:#17415f;text-decoration:none;border-bottom:1px solid #edf2f6}.seo-related a:hover{color:#0a73b8}
.seo-callout{padding:24px!important;border:1px solid #cfe2ef!important;border-radius:18px;background:#f3f9fd;margin-top:30px}
.seo-faq{display:grid;gap:12px;max-width:920px;margin:auto}.seo-faq details{border:1px solid #dce7ee;border-radius:14px;background:#fff;padding:0 18px}.seo-faq summary{cursor:pointer;font-weight:800;padding:18px 34px 18px 0;position:relative;list-style:none}.seo-faq summary::after{content:"+";position:absolute;right:0;font-size:22px}.seo-faq details[open] summary::after{content:"−"}.seo-faq p{padding:0 0 18px;margin:0;color:#506477;line-height:1.7}
.seo-brand-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:28px}.seo-brand-grid a{display:flex;flex-direction:column;gap:5px;padding:18px;border:1px solid #dce7ef;border-radius:15px;background:#fff;text-decoration:none;color:#153a55;box-shadow:0 10px 25px rgba(11,46,72,.05)}.seo-brand-grid a:hover{transform:translateY(-2px);border-color:#84bddd}.seo-brand-grid span{font-size:13px;color:#6b7b8b}
.seo-guide-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.seo-guide-grid a{padding:22px;border-radius:18px;background:#071f34;color:#fff;text-decoration:none}.seo-guide-grid span{font-size:11px;letter-spacing:.12em;color:#68c4f1}.seo-guide-grid h3{font-size:20px;margin:10px 0}.seo-guide-grid p{color:#c8dce8;line-height:1.6;margin:0}
.seo-404{min-height:70vh;display:grid;place-items:center;text-align:center;background:#f4f8fb}.seo-404 span{font-size:80px;font-weight:900;color:#0c5b87}.seo-404 h1{font-size:40px}.seo-404 p{max-width:640px;margin:0 auto 25px;color:#5b6e7f}
@media(max-width:980px){.seo-hero-inner,.seo-content-grid{grid-template-columns:1fr}.seo-related{position:static}.seo-brand-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:720px){.seo-hero{padding:48px 0}.seo-hero h1{font-size:36px}.seo-hero p{font-size:16px}.seo-brand-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.seo-guide-grid{grid-template-columns:1fr}.seo-article h2{font-size:23px}}
@media(max-width:420px){.seo-brand-grid{grid-template-columns:1fr}}


/* Pack 15.1 — SEO UI and conversion layer (presentation only) */
.seo-premium-hero{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  min-height:610px;
  display:flex;
  align-items:center;
  padding:76px 0;
  background:
    radial-gradient(circle at 84% 22%,rgba(53,196,245,.24),transparent 24%),
    radial-gradient(circle at 8% 88%,rgba(17,112,231,.22),transparent 28%),
    linear-gradient(135deg,#05182a 0%,#082b47 54%,#0a4166 100%);
}
.seo-premium-hero:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  opacity:.35;
  background-image:
    linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);
  background-size:34px 34px;
  mask-image:linear-gradient(to right,transparent,#000 30%,#000);
}
.seo-premium-hero .seo-hero-inner{
  grid-template-columns:minmax(0,1.18fr) minmax(330px,.82fr);
  gap:66px;
}
.seo-hero-copy{position:relative;z-index:2}
.seo-premium-hero .eyebrow{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:0 12px;
  border:1px solid rgba(73,201,255,.28);
  border-radius:999px;
  background:rgba(33,150,210,.12);
  color:#63d0ff;
}
.seo-premium-hero h1{
  margin:20px 0 20px;
  max-width:840px;
  font-size:clamp(42px,5.2vw,68px);
  line-height:1.02;
  letter-spacing:-.052em;
  text-wrap:balance;
}
.seo-premium-hero p{
  max-width:760px;
  margin:0;
  color:#d8e8f2;
  font-size:18px;
  line-height:1.75;
}
.seo-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:13px;
  margin-top:29px;
}
.seo-action{
  display:inline-flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  min-height:54px;
  padding:0 18px 0 21px;
  border-radius:13px;
  font-size:14px;
  font-weight:900;
  text-decoration:none!important;
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}
.seo-action b{
  width:29px;
  height:29px;
  display:grid;
  place-items:center;
  border-radius:9px;
  font-size:16px;
}
.seo-action:hover{transform:translateY(-2px)}
.seo-action-primary{
  background:linear-gradient(135deg,#0b72e7,#1493ee)!important;
  color:#fff!important;
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 16px 34px rgba(5,112,224,.3);
}
.seo-action-primary b{background:rgba(255,255,255,.16);color:#fff}
.seo-action-secondary{
  background:rgba(255,255,255,.09)!important;
  color:#fff!important;
  border:1px solid rgba(255,255,255,.28)!important;
  box-shadow:none;
  backdrop-filter:blur(12px);
}
.seo-action-secondary b{background:rgba(255,255,255,.12);color:#fff}
.seo-action-secondary:hover{background:rgba(255,255,255,.15)!important;border-color:rgba(255,255,255,.5)!important}
.seo-trust-row{
  display:flex;
  flex-wrap:wrap;
  gap:18px;
  margin-top:24px;
  color:#aac5d7;
  font-size:12px;
  font-weight:750;
}
.seo-hero-visual{
  position:relative;
  min-height:460px;
  display:grid;
  place-items:center;
}
.seo-hero-visual:before{
  content:"";
  position:absolute;
  width:370px;
  height:370px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(41,191,246,.24),rgba(22,101,164,.07) 55%,transparent 72%);
}
.seo-phone-shell{
  position:relative;
  z-index:2;
  width:min(350px,100%);
  padding:24px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:34px;
  background:linear-gradient(155deg,rgba(11,40,64,.98),rgba(6,22,38,.98));
  color:#fff;
  box-shadow:0 38px 85px rgba(0,0,0,.35),inset 0 1px 0 rgba(255,255,255,.12);
}
.seo-phone-top{display:flex;align-items:center;gap:9px;color:#bcd2df;font-size:10px;letter-spacing:.1em}
.seo-phone-top i{width:8px;height:8px;border-radius:50%;background:#22cc83;box-shadow:0 0 0 5px rgba(34,204,131,.1)}
.seo-phone-top strong{flex:1;color:#fff}
.seo-phone-top em{font-style:normal;color:#64d8ff}
.seo-phone-shield{
  width:92px;
  height:92px;
  margin:44px auto 22px;
  display:grid;
  place-items:center;
  border-radius:30px 30px 38px 38px;
  background:linear-gradient(135deg,#0874ea,#35c6f3);
  color:#fff;
  font-size:42px;
  font-weight:950;
  box-shadow:0 18px 38px rgba(12,128,225,.34);
}
.seo-phone-shell h2{margin:0;text-align:center;color:#fff;font-size:24px}
.seo-phone-shell>p{margin:9px auto 25px;text-align:center;color:#a9c2d3;font-size:13px;line-height:1.55}
.seo-phone-status{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.seo-phone-status span{padding:13px;border-radius:13px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.08)}
.seo-phone-status small,.seo-phone-status strong{display:block}
.seo-phone-status small{color:#86a7ba;font-size:10px}
.seo-phone-status strong{margin-top:3px;color:#fff;font-size:12px}
.seo-float-card{
  position:absolute;
  z-index:3;
  min-width:135px;
  padding:13px 15px;
  border:1px solid rgba(255,255,255,.17);
  border-radius:15px;
  background:rgba(255,255,255,.11);
  color:#fff;
  box-shadow:0 20px 45px rgba(0,0,0,.2);
  backdrop-filter:blur(18px);
}
.seo-float-card b,.seo-float-card span{display:block}
.seo-float-card b{font-size:16px}
.seo-float-card span{color:#bfd3df;font-size:10px;margin-top:2px}
.seo-float-card-one{left:-15px;top:70px}
.seo-float-card-two{right:-15px;bottom:58px}
.seo-content-grid{padding-top:4px}
.seo-article section{
  padding:26px 28px;
  margin:0 0 18px;
  border:1px solid #e0e9f0;
  border-radius:18px;
  background:#fff;
  box-shadow:0 12px 30px rgba(10,43,67,.055);
}
.seo-article section:last-of-type{border-bottom:1px solid #e0e9f0}
.seo-article h2{margin-top:0}
.seo-related{border-top:4px solid #0b72e7}
.seo-callout{
  position:relative;
  overflow:hidden;
  background:linear-gradient(135deg,#eef7ff,#f8fcff)!important;
}
.seo-callout:after{
  content:"";
  position:absolute;
  width:130px;
  height:130px;
  right:-55px;
  top:-55px;
  border-radius:50%;
  background:rgba(11,114,231,.09);
}
.seo-site .section.alt{background:linear-gradient(180deg,#f5f9fc,#edf4f8)}
.seo-site .footer{border-top:1px solid rgba(255,255,255,.08)}
@media(max-width:1000px){
  .seo-premium-hero{min-height:auto}
  .seo-premium-hero .seo-hero-inner{grid-template-columns:1fr;gap:42px}
  .seo-hero-visual{min-height:390px}
  .seo-phone-shell{width:330px}
  .seo-float-card-one{left:8%}
  .seo-float-card-two{right:8%}
}
@media(max-width:650px){
  .seo-premium-hero{padding:48px 0 52px}
  .seo-premium-hero h1{font-size:38px;line-height:1.06}
  .seo-premium-hero p{font-size:16px;line-height:1.68}
  .seo-hero-actions{display:grid;grid-template-columns:1fr}
  .seo-action{width:100%}
  .seo-trust-row{display:grid;grid-template-columns:1fr 1fr;gap:9px 14px}
  .seo-hero-visual{min-height:370px}
  .seo-phone-shell{width:min(315px,92%)}
  .seo-float-card{display:none}
  .seo-article section{padding:21px 19px}
}
@media(max-width:400px){
  .seo-premium-hero h1{font-size:33px}
  .seo-trust-row{grid-template-columns:1fr}
  .seo-phone-shell{padding:20px}
}



/* Pack 16 — Knowledge Center */
.knowledge-hero{padding:72px 0;background:linear-gradient(135deg,#061a2d,#0b4168);color:#fff;text-align:center}.knowledge-hero h1{font-size:clamp(36px,5vw,60px);max-width:900px;margin:16px auto}.knowledge-hero p{max-width:760px;margin:0 auto;color:#cfe2ed;font-size:18px}.knowledge-search{display:flex;max-width:680px;margin:28px auto 0;background:#fff;border-radius:15px;padding:6px}.knowledge-search input{flex:1;border:0;padding:13px;font-size:16px;outline:0}.knowledge-search button{border:0;border-radius:11px;background:#0b72e7;color:#fff;padding:0 25px;font-weight:800}.knowledge-categories{display:flex;flex-wrap:wrap;gap:9px;margin-bottom:28px}.knowledge-categories a{padding:9px 14px;border:1px solid #dce6ee;border-radius:999px;text-decoration:none;color:#27475e;background:#fff}.knowledge-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.knowledge-card{overflow:hidden;border:1px solid #dfe8ef;border-radius:19px;background:#fff;box-shadow:0 15px 35px rgba(10,42,65,.07)}.knowledge-card img{width:100%;height:210px;object-fit:cover}.knowledge-card>div{padding:22px}.knowledge-card span{font-size:11px;font-weight:800;letter-spacing:.08em;color:#0b72e7}.knowledge-card h2{font-size:22px;line-height:1.25;margin:9px 0}.knowledge-card h2 a{text-decoration:none;color:#122f45}.knowledge-card p{color:#597084;line-height:1.65}.knowledge-card small{color:#7d8f9e}.knowledge-empty{grid-column:1/-1;text-align:center;padding:60px;background:#f4f8fb;border-radius:18px}.article-hero{padding:70px 0 55px;background:linear-gradient(145deg,#071b2f,#0b3c5e);color:#fff}.article-hero h1{font-size:clamp(38px,5vw,64px);line-height:1.05;max-width:1000px;margin:16px 0}.article-hero p{font-size:19px;color:#d0e1eb;max-width:820px}.article-category{color:#5dd1ff;text-decoration:none;font-weight:800}.article-meta{display:flex;flex-wrap:wrap;gap:20px;color:#9fb9ca;font-size:13px}.article-cover{margin-top:-25px}.article-cover img{display:block;width:100%;max-height:560px;object-fit:cover;border-radius:24px;box-shadow:0 24px 60px rgba(5,26,42,.18)}.article-layout{display:grid;grid-template-columns:minmax(0,820px) 270px;gap:50px;align-items:start}.article-body{font-size:18px;line-height:1.82;color:#314b5f}.article-body h2{font-size:31px;color:#102d43;margin:42px 0 14px}.article-body h3{font-size:24px;color:#173c56}.article-body img{max-width:100%;height:auto;border-radius:15px}.article-body a{color:#076fc4}.article-aside{position:sticky;top:95px;display:grid;gap:7px;padding:22px;border:1px solid #dfe8ef;border-radius:18px;background:#fff}.article-aside a{padding:11px;border-bottom:1px solid #edf2f5;text-decoration:none;color:#17415e}.article-faq{margin-top:50px}.article-faq details{border:1px solid #dfe8ef;border-radius:13px;padding:0 17px;margin-bottom:10px}.article-faq summary{cursor:pointer;font-weight:800;padding:17px 0}.related-grid{grid-template-columns:repeat(4,minmax(0,1fr))}@media(max-width:980px){.knowledge-grid,.related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.article-layout{grid-template-columns:1fr}.article-aside{position:static}}@media(max-width:620px){.knowledge-grid,.related-grid{grid-template-columns:1fr}.knowledge-search{display:grid;background:transparent;gap:9px}.knowledge-search input,.knowledge-search button{min-height:50px;border-radius:12px}.article-hero{padding:50px 0}.article-hero h1{font-size:37px}.article-body{font-size:17px}.article-body h2{font-size:27px}}


/* Pack 16.1 — Knowledge Center stability and article navigation */
.knowledge-read-link{
  display:inline-flex;
  align-items:center;
  margin-top:14px;
  color:#0b72e7;
  font-weight:800;
  text-decoration:none;
}
.knowledge-read-link:hover{text-decoration:underline}
.knowledge-empty{
  grid-column:1/-1;
  padding:48px 24px;
  border:1px solid #dfe8ef;
  border-radius:18px;
  background:#fff;
  text-align:center;
  box-shadow:0 12px 28px rgba(10,43,67,.06);
}
.knowledge-empty h2{margin:0 0 8px;color:#163852}
.knowledge-empty p{margin:0 0 22px;color:#607487}


/* Pack 16.2 — live-installed Knowledge Center fix */
.knowledge-error-page{min-height:70vh;display:grid;place-items:center;background:#f3f7fa;padding:45px 0}
.knowledge-error-card{max-width:680px;margin:auto;padding:42px;border:1px solid #dce7ee;border-radius:22px;background:#fff;text-align:center;box-shadow:0 22px 55px rgba(14,45,67,.1)}
.knowledge-error-card>span{font-size:11px;letter-spacing:.14em;font-weight:900;color:#0b72e7}
.knowledge-error-card h1{font-size:38px;margin:14px 0;color:#173852}
.knowledge-error-card p{font-size:16px;line-height:1.7;color:#607487}
.knowledge-error-card .hero-actions{justify-content:center;margin-top:24px}




/* Pack 16.5 — Editorial Home + Knowledge Center */
.knowledge-news-hero{background:#071b2e;color:#fff;padding:58px 0 42px;border-bottom:1px solid rgba(255,255,255,.08)}
.knowledge-kicker,.story-label{font-size:11px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;color:#1186ff}
.knowledge-hero-grid{display:grid;grid-template-columns:1.4fr .8fr;gap:42px;align-items:end}
.knowledge-news-hero h1{font-size:clamp(38px,5vw,66px);line-height:1.02;margin:12px 0 14px;max-width:850px}
.knowledge-news-hero p{max-width:740px;color:#c9d5df;font-size:18px;line-height:1.6}
.knowledge-search.premium{display:flex;background:#fff;padding:7px;border-radius:12px;box-shadow:0 16px 40px rgba(0,0,0,.22)}
.knowledge-search.premium input{flex:1;border:0;padding:14px 13px;outline:0;min-width:0}.knowledge-search.premium button{border:0;border-radius:8px;background:#0d6efd;color:#fff;padding:0 20px;font-weight:800}
.knowledge-lead-grid{display:grid;grid-template-columns:minmax(0,1.8fr) minmax(280px,.7fr);gap:34px}
.knowledge-lead{display:grid;grid-template-columns:1fr 1.1fr;gap:28px;border-top:4px solid #071b2e;padding-top:22px}
.knowledge-lead h2{font-size:clamp(28px,3vw,44px);line-height:1.08;margin:8px 0 14px}.knowledge-lead h2 a,.news-row h3 a,.side-story,.ranked-story{text-decoration:none;color:inherit}
.knowledge-lead p,.news-row p{color:#5f6f7d;line-height:1.65}
.knowledge-lead-visual img{width:100%;height:100%;min-height:320px;object-fit:cover}.knowledge-visual-fallback{min-height:320px;background:linear-gradient(135deg,#071b2e,#0d6efd);color:#fff;display:flex;flex-direction:column;justify-content:end;padding:28px}.knowledge-visual-fallback strong{font-size:30px}.knowledge-visual-fallback span{font-size:12px;letter-spacing:.15em}
.story-meta{font-size:12px;color:#80909d;margin:10px 0}.story-arrow{font-weight:800;text-decoration:none;color:#0d6efd}
.side-heading{font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.12em;border-top:4px solid #071b2e;border-bottom:1px solid #dfe6eb;padding:12px 0}
.side-story{display:block;padding:15px 0;border-bottom:1px solid #e5ebef}.side-story span{font-size:10px;color:#0d6efd;font-weight:800}.side-story strong{display:block;margin-top:4px;line-height:1.35}
.knowledge-topline{display:flex;justify-content:space-between;gap:25px;align-items:end;border-bottom:2px solid #071b2e;padding-bottom:14px;margin-bottom:8px}.knowledge-topline h2{margin:4px 0 0;font-size:34px}
.knowledge-categories.premium{display:flex;gap:8px;flex-wrap:wrap}.knowledge-categories.premium a{border:1px solid #d9e2e8;border-radius:999px;padding:7px 12px;text-decoration:none;color:#334b5e;font-size:13px}
.knowledge-editorial-grid{display:grid;grid-template-columns:minmax(0,1.8fr) minmax(280px,.7fr);gap:36px}
.news-row{display:grid;grid-template-columns:minmax(0,1fr) 220px;gap:24px;padding:26px 0;border-bottom:1px solid #dfe6eb}.news-row h3{font-size:27px;line-height:1.16;margin:5px 0 9px}.news-row-image img,.news-thumb-fallback{width:100%;height:150px;object-fit:cover}.news-thumb-fallback{background:#071b2e;color:#fff;display:grid;place-items:center;font-weight:900;letter-spacing:.1em;text-align:center}
.sidebar-panel{margin-bottom:28px}.ranked-story{display:grid;grid-template-columns:42px 1fr;gap:12px;padding:14px 0;border-bottom:1px solid #e5ebef;align-items:start}.ranked-story b{font-size:24px;color:#b8c3ca}.ranked-story span{font-weight:700;line-height:1.35}
.security-panel a{display:block;padding:12px 0;border-bottom:1px solid #e5ebef;text-decoration:none;color:#20384b;font-weight:700}
.knowledge-pagination{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:15px;padding:30px 0}.knowledge-pagination>a:last-child{text-align:right}.knowledge-pagination a{text-decoration:none;font-weight:800;color:#18384f}.page-numbers{display:flex;gap:6px}.page-numbers a{width:36px;height:36px;border:1px solid #d8e1e7;display:grid;place-items:center;border-radius:50%}.page-numbers a.active{background:#071b2e;color:#fff;border-color:#071b2e}
.homepage-knowledge-hub{background:#f6f8fa}.home-editorial-header{max-width:820px}.home-editorial-header h2{font-size:clamp(32px,4vw,52px);line-height:1.08;margin:8px 0 14px}.home-editorial-header p{font-size:18px;color:#607181;line-height:1.65}
.home-topic-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:28px}.home-topic-card{background:#fff;border-top:4px solid #071b2e;padding:24px;box-shadow:0 10px 30px rgba(17,39,56,.05)}.home-topic-card>span{font-size:10px;letter-spacing:.12em;color:#0d6efd;font-weight:900}.home-topic-card h3{font-size:25px;margin:10px 0}.home-topic-card p{color:#657684;line-height:1.6}.home-topic-card a{text-decoration:none;font-weight:800}
.home-stats-strip{display:grid;grid-template-columns:repeat(4,1fr);margin:34px 0;background:#071b2e;color:#fff}.home-stats-strip div{padding:24px;border-right:1px solid rgba(255,255,255,.12)}.home-stats-strip div:last-child{border:0}.home-stats-strip strong{display:block;font-size:34px}.home-stats-strip span{font-size:12px;color:#b9c7d2}
.home-latest-title{display:flex;justify-content:space-between;align-items:end;border-bottom:2px solid #071b2e;padding-bottom:12px}.home-latest-title h2{margin:5px 0 0}.home-latest-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0}.home-latest-grid article{padding:22px 22px 22px 0;border-bottom:1px solid #dce4e9}.home-latest-grid article:nth-child(3n+2),.home-latest-grid article:nth-child(3n+3){padding-left:22px}.home-latest-grid article:nth-child(3n+2){border-left:1px solid #dce4e9;border-right:1px solid #dce4e9}.home-latest-grid span{font-size:10px;color:#0d6efd;font-weight:900;text-transform:uppercase}.home-latest-grid h3{font-size:20px;margin:8px 0}.home-latest-grid h3 a{text-decoration:none;color:inherit}.home-latest-grid p{font-size:14px;color:#6a7a87}
.home-faq-grid{display:grid;grid-template-columns:.8fr 1.4fr;gap:50px;margin-top:42px}.home-faq-grid h2{font-size:36px}.home-faq-list details{border-top:1px solid #d9e2e8;padding:16px 0}.home-faq-list details:last-child{border-bottom:1px solid #d9e2e8}.home-faq-list summary{font-weight:800;cursor:pointer}.home-faq-list p{color:#61727f;line-height:1.65}
@media(max-width:900px){
.knowledge-hero-grid,.knowledge-lead-grid,.knowledge-editorial-grid,.home-faq-grid{grid-template-columns:1fr}
.knowledge-lead{grid-template-columns:1fr}.news-row{grid-template-columns:1fr 130px}.home-topic-grid,.home-latest-grid{grid-template-columns:1fr 1fr}.home-stats-strip{grid-template-columns:1fr 1fr}
}
@media(max-width:620px){
.knowledge-news-hero{padding-top:36px}.knowledge-news-hero h1{font-size:39px}.knowledge-search.premium{margin-top:8px}.knowledge-topline{display:block}.knowledge-categories.premium{margin-top:15px}
.news-row{grid-template-columns:1fr}.news-row-image{order:-1}.news-row-image img,.news-thumb-fallback{height:210px}.knowledge-pagination{grid-template-columns:1fr}.knowledge-pagination>a:last-child{text-align:left}.page-numbers{order:-1}
.home-topic-grid,.home-latest-grid,.home-stats-strip{grid-template-columns:1fr}.home-stats-strip div{border-right:0;border-bottom:1px solid rgba(255,255,255,.12)}.home-latest-grid article,.home-latest-grid article:nth-child(3n+2),.home-latest-grid article:nth-child(3n+3){padding:18px 0;border-left:0;border-right:0}
}



/* Pack 16.6 — International homepage SEO redesign */
.international-home-hub{background:#f7f9fb;border-top:1px solid #e5ebef}
.intl-intro-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(300px,.75fr);gap:44px;align-items:start}
.intl-intro-copy{max-width:850px}.intl-intro-copy h2{font-size:clamp(34px,4.6vw,58px);line-height:1.04;letter-spacing:-.025em;margin:10px 0 18px;color:#102c40}.intl-intro-copy p{font-size:18px;line-height:1.75;color:#5d7180;max-width:800px}
.intl-purpose-card{background:#071b2e;color:#fff;padding:28px 30px;border-radius:4px;box-shadow:0 18px 45px rgba(7,27,46,.14)}.intl-purpose-card>span,.intl-security-checklist>span,.intl-final-cta span{display:block;font-size:10px;letter-spacing:.14em;font-weight:900;color:#62afff;margin-bottom:14px}.intl-purpose-card ul{margin:0;padding-left:19px}.intl-purpose-card li{padding:7px 0;line-height:1.55;color:#dce6ee}
.intl-primary-guides{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#dce5eb;margin:44px 0 55px;border-top:4px solid #071b2e;border-bottom:1px solid #dce5eb}.intl-primary-guides>a{background:#fff;padding:28px;text-decoration:none;color:#17374d;min-height:255px}.intl-primary-guides>a:hover{background:#f5f8fa}.intl-primary-guides span,.intl-latest-grid article>span{font-size:10px;letter-spacing:.12em;font-weight:900;color:#0b72e7;text-transform:uppercase}.intl-primary-guides h3{font-size:27px;line-height:1.15;margin:10px 0 12px}.intl-primary-guides p{color:#657885;line-height:1.62}.intl-primary-guides b{display:inline-block;margin-top:12px;color:#0b72e7}
.intl-section-heading{display:flex;justify-content:space-between;align-items:end;gap:25px;border-bottom:2px solid #102c40;padding-bottom:13px;margin-bottom:0}.intl-section-heading h2{font-size:34px;margin:5px 0 0;color:#102c40}.intl-section-heading>a{font-weight:800;text-decoration:none;color:#0b72e7}.intl-section-heading.compact{margin-top:55px}
.intl-latest-grid{display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid #dce5eb}.intl-latest-grid article{padding:24px 24px 28px 0;border-bottom:1px solid #dce5eb}.intl-latest-grid article:nth-child(3n+2),.intl-latest-grid article:nth-child(3n+3){padding-left:24px}.intl-latest-grid article:nth-child(3n+2){border-left:1px solid #dce5eb;border-right:1px solid #dce5eb}.intl-latest-grid h3{font-size:21px;line-height:1.28;margin:8px 0}.intl-latest-grid h3 a{text-decoration:none;color:#17374d}.intl-latest-grid p{font-size:14px;line-height:1.6;color:#687a87}.intl-latest-grid .text-link{font-size:13px;font-weight:800;text-decoration:none;color:#0b72e7}.intl-latest-grid article.lead-item h3{font-size:26px}
.intl-topic-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:20px}.intl-topic-grid a{display:flex;flex-direction:column;gap:5px;padding:19px 20px;background:#fff;border:1px solid #dce5eb;text-decoration:none;color:#19394f;border-radius:5px}.intl-topic-grid a:hover{border-color:#99b8cf;box-shadow:0 8px 22px rgba(18,48,70,.06)}.intl-topic-grid strong{font-size:17px}.intl-topic-grid span{font-size:13px;color:#71828e}
.intl-trust-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);gap:42px;margin-top:60px;padding:45px 0;border-top:1px solid #d9e2e8;border-bottom:1px solid #d9e2e8}.intl-trust-copy h2{font-size:38px;line-height:1.12;margin:8px 0 14px;color:#102c40}.intl-trust-copy p{font-size:16px;line-height:1.75;color:#607481}.intl-trust-links{display:flex;flex-wrap:wrap;gap:10px 20px;margin-top:19px}.intl-trust-links a{font-weight:800;text-decoration:none;color:#0b72e7}
.intl-security-checklist{background:#fff;padding:28px;border-left:4px solid #0b72e7}.intl-security-checklist>span{color:#0b72e7}.intl-security-checklist ol{margin:0;padding-left:23px}.intl-security-checklist li{padding:8px 0;line-height:1.5;color:#334f62}
.intl-faq{display:grid;grid-template-columns:.7fr 1.3fr;gap:50px;padding-top:55px}.intl-faq-title h2{font-size:38px;line-height:1.1;margin:8px 0;color:#102c40}.intl-faq-list details{border-top:1px solid #d9e2e8;padding:17px 0}.intl-faq-list details:last-child{border-bottom:1px solid #d9e2e8}.intl-faq-list summary{font-size:17px;font-weight:800;cursor:pointer;color:#17374d}.intl-faq-list p{color:#607481;line-height:1.7;padding-right:10px}
.intl-final-cta{display:grid;grid-template-columns:1.25fr .75fr;gap:30px;align-items:center;background:#071b2e;color:#fff;margin-top:60px;padding:36px 38px}.intl-final-cta span{margin-bottom:6px}.intl-final-cta h2{font-size:30px;line-height:1.2;margin:0}.intl-final-actions{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:8px}.intl-final-cta .btn.secondary{border-color:rgba(255,255,255,.35);color:#fff;background:transparent}
@media(max-width:920px){.intl-intro-grid,.intl-trust-grid,.intl-faq,.intl-final-cta{grid-template-columns:1fr}.intl-primary-guides,.intl-topic-grid,.intl-latest-grid{grid-template-columns:1fr 1fr}.intl-final-actions{justify-content:flex-start}}
@media(max-width:620px){.intl-intro-copy h2{font-size:38px}.intl-primary-guides,.intl-topic-grid,.intl-latest-grid{grid-template-columns:1fr}.intl-primary-guides>a{min-height:0}.intl-latest-grid article,.intl-latest-grid article:nth-child(3n+2),.intl-latest-grid article:nth-child(3n+3){padding:20px 0;border-left:0;border-right:0}.intl-section-heading{display:block}.intl-section-heading>a{display:inline-block;margin-top:10px}.intl-final-cta{padding:28px 22px}.intl-final-actions{display:grid}.intl-final-actions .btn{width:100%;text-align:center}}
