*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}:root{--navy:#1a2e5a;--gold:#d4920a;--orange:#c45f0a;--white:#ffffff;--light:#f5f7fc;--text:#2c2c2c}html{scroll-behavior:smooth}body{font-family:'Segoe UI',Arial,sans-serif;font-size:16px;color:var(--text);background:#fff}.site-header{background:var(--navy);padding:10px 48px;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:200;box-shadow:0 3px 16px rgb(0 0 0 / .22)}.site-logo{display:flex;align-items:center;gap:10px;text-decoration:none}.logo-wrap img{height:60px;width:60px;object-fit:contain;display:block;filter:drop-shadow(0 2px 6px rgb(0 0 0 / .35))}.logo-text-block{display:flex;flex-direction:column;line-height:1.2}.logo-text-block .brand{font-size:18px;font-weight:700;color:#fff;letter-spacing:1.5px}.logo-text-block .tagline{font-size:10px;color:rgb(255 255 255 / .6);letter-spacing:.4px;text-transform:uppercase}.main-nav{flex-shrink:0}.main-nav ul{list-style:none;display:flex;gap:6px;margin:0;padding:0}.main-nav ul li a{color:rgb(255 255 255 / .82);text-decoration:none;font-size:13.5px;font-weight:500;padding:8px 18px;border-radius:6px;border:1px solid #fff0;transition:all 0.2s;white-space:nowrap}.main-nav ul li a:hover,.main-nav ul li.current-menu-item a{background:rgb(255 255 255 / .1);border-color:rgb(255 255 255 / .2);color:#fff}.hero-section{position:relative;min-height:calc(100vh - 80px);background-image:url(/wp-content/themes/kvspms-theme/hero.png);background-size:cover;background-position:center top;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-overlay{position:absolute;inset:0;background:linear-gradient(140deg,rgb(26 46 90 / .8) 0%,rgb(180 90 10 / .68) 45%,rgb(212 160 20 / .58) 75%,rgb(255 200 50 / .4) 100%)}.hero-content{position:relative;z-index:2;max-width:760px;width:90%;margin:0 auto;padding:80px 0;text-align:center}.hero-content .entry-content p{font-size:17px;line-height:1.9;color:#fff;text-shadow:0 1px 8px rgb(0 0 0 / .5);margin-bottom:0;font-weight:400}.hero-content .entry-content p:first-child{font-size:19px;font-weight:500;margin-bottom:36px;padding-bottom:36px;position:relative}.hero-content .entry-content p:first-child::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:80px;height:3px;border-radius:2px;background:linear-gradient(90deg,var(--gold),var(--orange))}.site-main{min-height:calc(100vh - 80px - 64px);padding:60px 48px;max-width:900px;margin:0 auto}.page-title{font-size:30px;font-weight:700;color:var(--navy);margin-bottom:28px;padding-bottom:14px;border-bottom:3px solid var(--gold);display:inline-block}.entry-content{line-height:1.85;color:#444}.entry-content p{margin-bottom:16px}.entry-content h1{color:var(--navy);font-size:22px;margin:28px 0 10px}.entry-content h2{color:var(--navy);font-size:17px;font-weight:600;margin:24px 0 8px;padding-left:12px;border-left:3px solid var(--gold)}.entry-content ol,.entry-content ul{padding-left:24px;margin-bottom:16px}.entry-content li{margin-bottom:6px}.site-footer{background:var(--navy);color:rgb(255 255 255 / .55);text-align:center;padding:20px 40px;font-size:13px}.site-footer a{color:rgb(255 255 255 / .75);text-decoration:none;margin:0 12px;transition:color 0.2s}.site-footer a:hover{color:var(--gold)}.footer-links{margin-bottom:6px}.nav-toggle{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:4px;background:none;border:none}.nav-toggle span{display:block;width:24px;height:2px;background:#fff;border-radius:2px;transition:all 0.3s}@media (max-width:768px){.site-header{padding:10px 20px;flex-wrap:wrap;gap:0}.logo-wrap img{height:48px;width:48px}.logo-text-block .brand{font-size:15px}.nav-toggle{display:flex}.main-nav{width:100%;max-height:0;overflow:hidden;transition:max-height 0.35s ease}.main-nav.open{max-height:200px}.main-nav ul{flex-direction:column;gap:4px;padding:10px 0 6px}.main-nav ul li a{display:block;padding:10px 14px;border-radius:6px;background:rgb(255 255 255 / .07);font-size:14px}.hero-content{padding:60px 0}.hero-content .entry-content p{font-size:15px}.hero-content .entry-content p:first-child{font-size:16.5px}.site-main{padding:40px 20px}.page-title{font-size:24px}}@media (max-width:420px){.logo-text-block .tagline{display:none}.hero-content{width:94%}}