:root{
  --blue-950:#061848;
  --blue-900:#062b88;
  --blue-800:#063eb4;
  --blue-700:#0756dc;
  --blue-500:#3d8cff;
  --orange-800:#a63308;
  --orange-700:#d9470b;
  --orange-500:#ff7a18;
  --orange-100:#fff1df;
  --white:#fff;
  --ink:#10172a;
  --muted:#5b6477;
  --line:rgba(255,255,255,.22);
  --shadow:0 22px 60px rgba(2,10,40,.18);
  --radius:24px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:#f5f8ff;line-height:1.55}
a{color:inherit}.container{width:min(1120px,92vw);margin:auto}
.skip-link{position:absolute;left:-999px;top:0;background:#fff;color:#000;padding:.75rem;z-index:999}.skip-link:focus{left:0}
.site-header{position:sticky;top:0;z-index:50;background:linear-gradient(135deg,var(--blue-950),var(--blue-800));color:#fff;box-shadow:0 10px 30px rgba(0,0,0,.22)}
.topbar{background:rgba(0,0,0,.18);border-bottom:1px solid var(--line)}.topbar-inner{display:flex;justify-content:center;flex-wrap:wrap;gap:.6rem 1.2rem;padding:.55rem 0;font-weight:700}.topbar a{text-decoration:none}
.nav{min-height:86px;display:flex;align-items:center;justify-content:space-between;gap:1rem}.brand{display:flex;align-items:center;gap:.8rem;text-decoration:none}
.brand-mark{display:inline-flex;align-items:center;justify-content:center;width:82px;height:58px;border-radius:14px;background:linear-gradient(135deg,#fff,#b9d7ff);color:var(--blue-800);font-size:2.1rem;font-weight:1000;font-style:italic;letter-spacing:-.12em;box-shadow:inset 0 -6px 14px rgba(0,0,0,.15)}
.brand-text strong{display:block;font-size:1.55rem;line-height:1;text-transform:uppercase;letter-spacing:.03em}.brand-text small{font-weight:700;color:#d9e9ff}
.menu{list-style:none;display:flex;align-items:center;gap:.25rem;padding:0;margin:0}.menu a{display:block;padding:.75rem .75rem;border-radius:999px;text-decoration:none;font-weight:800;font-size:.95rem}.menu a:hover,.menu a[aria-current="page"]{background:#fff;color:var(--blue-900)}
.menu-toggle{display:none;background:none;border:0;padding:.5rem}.menu-toggle span:not(.sr-only){display:block;width:28px;height:3px;background:#fff;margin:5px 0;border-radius:2px}.sr-only{position:absolute;clip:rect(0,0,0,0);width:1px;height:1px;overflow:hidden}
.hero,.page-hero{background:radial-gradient(circle at 15% 15%,rgba(255,255,255,.22),transparent 25%),linear-gradient(135deg,var(--blue-950),var(--blue-800) 54%,var(--orange-700) 54%,var(--orange-500));color:#fff;overflow:hidden}
.hero{padding:86px 0}.page-hero{padding:64px 0}.hero-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:2rem;align-items:center}.eyebrow{margin:0 0 .7rem;font-weight:900;text-transform:uppercase;letter-spacing:.09em;color:#ffcf9d}
h1,h2,h3,p{margin-top:0}h1{font-size:clamp(2.5rem,6vw,5rem);line-height:.95;letter-spacing:-.045em;max-width:850px;margin-bottom:1.1rem}.page-hero h1{font-size:clamp(2.4rem,5vw,4rem)}
.hero-lead,.page-hero p:last-child{font-size:clamp(1.1rem,2vw,1.35rem);max-width:800px;color:#edf5ff}.hero-actions,.trust-row{display:flex;gap:.8rem;flex-wrap:wrap;align-items:center}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:.88rem 1.25rem;border-radius:999px;text-decoration:none;border:0;cursor:pointer;font-weight:900;box-shadow:0 12px 30px rgba(0,0,0,.18)}
.btn-primary{background:linear-gradient(135deg,var(--orange-500),var(--orange-800));color:#fff}.btn-secondary,.btn-light{background:#fff;color:var(--blue-900)}
.trust-row{margin-top:1.7rem}.trust-row span{background:rgba(255,255,255,.13);border:1px solid var(--line);border-radius:999px;padding:.65rem .9rem;font-weight:800}
.consult-card,.feature-box,.post-card,.contact-form,.cards-3 article{background:#fff;color:var(--ink);border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow)}
.consult-card{border-top:10px solid var(--orange-500)}.consult-card h2{font-size:2rem;color:var(--orange-800);margin-bottom:.4rem}.consult-card a{display:block;margin-top:1rem;text-align:center;background:var(--blue-800);color:#fff;padding:1rem;border-radius:16px;text-decoration:none;font-size:1.35rem;font-weight:1000}
.split-services,.content-section{padding:70px 0;background:linear-gradient(180deg,#fff,#eef5ff)}.content-section.alt{background:#fff}.split-grid,.two-col{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem;align-items:start}
.service-card{border-radius:var(--radius);overflow:hidden;background:#fff;box-shadow:var(--shadow)}.card-header{padding:1.15rem 1.5rem;color:#fff;text-transform:uppercase}.card-header h2{margin:0;font-size:clamp(1.45rem,3vw,2.1rem)}.orange{background:linear-gradient(135deg,var(--orange-800),var(--orange-500))}.blue{background:linear-gradient(135deg,var(--blue-950),var(--blue-500))}.card-body{padding:1.5rem}
.check-list{list-style:none;padding:0;margin:0 0 1.2rem}.check-list li{position:relative;padding:.65rem 0 .65rem 2.1rem;font-size:1.1rem;font-weight:750;border-bottom:1px solid #e7edf7}.check-list.compact li{font-size:1rem}.check-list li:before{content:"✓";position:absolute;left:0;top:.52rem;font-size:1.35rem;font-weight:1000;color:var(--orange-700)}.business-card .check-list li:before{color:var(--blue-800)}
.text-link{font-weight:900;color:var(--blue-900)}.why{padding:70px 0;background:#fff}.why h2,.content-section h2{font-size:clamp(2rem,4vw,3rem);color:var(--blue-900);margin-bottom:1.3rem}.why-grid,.cards-3{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.why-grid article{background:#f4f8ff;border:1px solid #dce8fb;border-radius:20px;padding:1.4rem}.why-grid h3,.cards-3 h2,.cards-3 h3{color:var(--orange-800)}
.orange-box{border-top:8px solid var(--orange-500)}.blue-box{border-top:8px solid var(--blue-500)}
.cta-band{background:linear-gradient(135deg,var(--orange-800),var(--orange-500));color:#fff;padding:44px 0}.cta-grid{display:flex;align-items:center;justify-content:space-between;gap:1rem}.cta-grid h2{font-size:clamp(1.7rem,3vw,2.5rem);margin-bottom:.25rem}.cta-grid p{margin-bottom:0;font-size:1.1rem}
.blog-list{display:grid;gap:1rem}.post-date{color:var(--orange-800);font-weight:900;text-transform:uppercase;letter-spacing:.08em}.post-card h2{color:var(--blue-900)}
.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:2rem;align-items:start}.contact-links{display:grid;gap:.7rem;margin-top:1.2rem}.contact-links a{display:block;background:#fff;border-left:6px solid var(--orange-500);padding:1rem;border-radius:14px;text-decoration:none;font-size:1.2rem;font-weight:900;box-shadow:0 10px 22px rgba(0,0,0,.08)}
label{display:grid;gap:.35rem;margin-bottom:1rem;font-weight:900;color:var(--blue-900)}input,textarea,select{width:100%;border:1px solid #cbd7ee;border-radius:14px;padding:.9rem;font:inherit;background:#fff}input:focus,textarea:focus,select:focus{outline:3px solid rgba(61,140,255,.24);border-color:var(--blue-700)}.hidden-field{position:absolute;left:-9999px}.notice{padding:1rem;border-radius:14px;margin-bottom:1rem;font-weight:900}.notice.success{background:#e9fff0;color:#126b2f}.notice.error{background:#fff0f0;color:#9d1212}
.footer{background:var(--blue-950);color:#dfeaff;padding:34px 0 18px}.footer a{text-decoration:none}.footer-grid{display:flex;justify-content:space-between;gap:2rem;flex-wrap:wrap}.footer p{margin:.2rem 0}.copyright{border-top:1px solid rgba(255,255,255,.18);margin-top:1.5rem;padding-top:1rem;color:#b9c8e6}
@media(max-width:930px){.menu-toggle{display:block}.menu{position:absolute;left:4vw;right:4vw;top:132px;display:none;flex-direction:column;align-items:stretch;background:#fff;color:var(--blue-900);border-radius:20px;padding:.7rem;box-shadow:var(--shadow)}.menu.open{display:flex}.hero-grid,.split-grid,.why-grid,.cards-3,.two-col,.contact-grid{grid-template-columns:1fr}.cta-grid{display:grid}.brand-text strong{font-size:1.15rem}.brand-mark{width:64px;height:46px;font-size:1.65rem}}


/* Social Footer Icons */
.social-footer-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 18px;
}

.social-footer-icons a {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #0b2447;
    transition: all 0.3s ease;
    padding: 10px;
}

.social-footer-icons a:hover {
    background: #f97316;
    transform: translateY(-3px);
}

.social-footer-icons img {
    width: 22px;
    height: 22px;
    filter: invert(1);
}












/* KDCR X Feed Visible Fallback */
.kdcr-x-feed-section {
    padding: 48px 20px;
}

.kdcr-x-feed-section .section-title {
    text-align: center;
    margin-bottom: 14px;
    color: #0b2447;
}

.x-feed-note {
    max-width: 900px;
    margin: 0 auto 18px auto;
    text-align: center;
    color: #334155;
    line-height: 1.6;
}

.x-feed-actions {
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
}

.x-feed-button {
    display: inline-block;
    background: #f97316;
    color: #ffffff;
    padding: 12px 22px;
    border-radius: 999px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 6px 18px rgba(249, 115, 22, 0.25);
    transition: all 0.3s ease;
}

.x-feed-button:hover {
    background: #0b2447;
    transform: translateY(-2px);
}

.kdcr-security-updates-frame {
    max-width: 1000px;
    height: 720px;
    margin: 0 auto;
    padding: 22px;
    border: 3px solid #0b2447;
    border-radius: 16px;
    overflow-y: auto;
    background: #f8fafc;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.kdcr-security-update-card {
    background: #ffffff;
    border-left: 6px solid #f97316;
    border-radius: 14px;
    padding: 22px;
    margin-bottom: 18px;
    box-shadow: 0 4px 14px rgba(15,23,42,0.08);
}

.kdcr-security-update-card .update-source {
    color: #f97316;
    font-size: 0.85rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 8px;
}

.kdcr-security-update-card h3 {
    color: #0b2447;
    margin-bottom: 8px;
}

.kdcr-security-update-card p {
    color: #334155;
    line-height: 1.6;
    margin-bottom: 12px;
}

.kdcr-security-update-card a {
    color: #0b2447;
    font-weight: 800;
}

@media (max-width: 768px) {
    .kdcr-security-updates-frame {
        height: 620px;
        padding: 16px;
    }
}


/* Remote Support Footer Link */
.remote-support-footer-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 18px;
    padding: 12px 20px;
    background: #f97316;
    color: #ffffff;
    text-decoration: none;
    border-radius: 999px;
    font-weight: 700;
    transition: all 0.3s ease;
    box-shadow: 0 6px 18px rgba(249, 115, 22, 0.25);
}

.remote-support-footer-link:hover {
    background: #0b2447;
    transform: translateY(-2px);
}

.remote-support-icon {
    width: 22px;
    height: 22px;
}
