:root{
  --ah-blue:#082f5f;
  --ah-blue-soft:#5f86aa;
  --ah-ink:#17212b;
  --ah-muted:#5d6875;
  --ah-border:#d9e1ea;
  --ah-bg:#f6f8fb;
  --ah-white:#fff;
  --ah-radius:18px;
  --ah-shadow:0 10px 30px rgba(8,47,95,.08);
}
*{box-sizing:border-box}
html{font-size:16px;scroll-behavior:smooth}
body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ah-ink);background:var(--ah-bg);line-height:1.65}
a{color:var(--ah-blue);text-decoration:none}a:hover,a:focus{text-decoration:underline}img{max-width:100%;height:auto}.container{width:min(1160px,calc(100% - 32px));margin-inline:auto}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal}.skip-link:focus{background:#fff;clip:auto;clip-path:none;height:auto;left:1rem;padding:.75rem 1rem;top:1rem;width:auto;z-index:100000}.site-header{background:rgba(255,255,255,.97);border-bottom:1px solid var(--ah-border);position:sticky;top:0;z-index:50;backdrop-filter:blur(12px)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:82px}.site-branding{display:flex;align-items:center}.custom-logo{max-height:64px;width:auto}.site-title{font-weight:900;font-size:1.55rem;letter-spacing:.08em;text-transform:uppercase;color:var(--ah-blue)}.site-description{margin:.1rem 0 0;color:var(--ah-muted);font-size:.9rem}.main-navigation ul{display:flex;align-items:center;gap:8px;list-style:none;margin:0;padding:0}.main-navigation a{display:block;padding:.7rem .8rem;border-radius:999px;color:var(--ah-ink);font-weight:700}.main-navigation a:hover,.main-navigation a:focus{background:#eef4fa;text-decoration:none;color:var(--ah-blue)}.menu-toggle{display:none;border:1px solid var(--ah-border);background:#fff;color:var(--ah-blue);border-radius:999px;padding:.65rem 1rem;font-weight:800}.hero-news{background:linear-gradient(135deg,var(--ah-blue),#174f8f);color:#fff;padding:72px 0}.hero-news h1{font-size:clamp(2.4rem,6vw,5rem);line-height:1;margin:.25rem 0;font-weight:900;letter-spacing:.02em}.hero-news p{max-width:680px;font-size:1.15rem}.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-weight:800;font-size:.8rem;color:#d8e6f5}.layout-with-sidebar{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:32px;padding:36px 0}.content-area{min-width:0}.post-card,.single-article,.single-page,.no-results,.error-404,.comments-area{background:#fff;border:1px solid var(--ah-border);border-radius:var(--ah-radius);box-shadow:var(--ah-shadow);padding:24px;margin-bottom:24px}.post-card{display:grid;grid-template-columns:260px minmax(0,1fr);gap:22px}.post-card__image img{width:100%;height:180px;object-fit:cover;border-radius:14px}.entry-title{line-height:1.15;margin:.1rem 0 .6rem}.post-card .entry-title{font-size:1.55rem}.entry-title a{color:var(--ah-ink)}.entry-meta{color:var(--ah-muted);font-size:.92rem;margin-bottom:1rem}.entry-meta span+span{margin-left:.35rem}.entry-content{font-size:1.08rem}.entry-content a{text-decoration:underline;text-underline-offset:2px}.featured-image img{border-radius:var(--ah-radius);margin:10px 0 20px;width:100%}.read-more,.search-submit,button,input[type="submit"]{display:inline-block;border:0;border-radius:999px;background:var(--ah-blue);color:#fff;padding:.75rem 1rem;font-weight:800;cursor:pointer}.read-more:hover,.search-submit:hover,button:hover,input[type="submit"]:hover{background:#051f40;text-decoration:none}.widget-area{min-width:0}.widget{background:#fff;border:1px solid var(--ah-border);border-radius:var(--ah-radius);box-shadow:var(--ah-shadow);padding:20px;margin-bottom:22px}.widget-title,.footer-widget-title{font-size:1rem;text-transform:uppercase;letter-spacing:.1em;color:var(--ah-blue)}.search-form{display:flex;gap:8px;flex-wrap:wrap}.search-field,input[type="text"],input[type="email"],input[type="url"],input[type="search"],textarea{width:100%;border:1px solid var(--ah-border);border-radius:12px;padding:.75rem .85rem;font:inherit;background:#fff}.search-form label{flex:1 1 220px}.site-footer{background:#071f3d;color:#dbe7f4;margin-top:40px;padding:42px 0 24px}.site-footer a{color:#fff}.footer-widgets{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.footer-bottom{border-top:1px solid rgba(255,255,255,.15);margin-top:30px;padding-top:18px;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}.footer-navigation ul{display:flex;gap:14px;list-style:none;margin:0;padding:0}.page-content{padding-top:36px;padding-bottom:36px}.nav-links{display:flex;gap:12px;justify-content:space-between;margin:24px 0}.nav-links a,.page-numbers{background:#fff;border:1px solid var(--ah-border);border-radius:999px;padding:.65rem .9rem}.comment-list{padding-left:1.25rem}.comment-body{margin-bottom:18px;padding-bottom:18px;border-bottom:1px solid var(--ah-border)}
@media (max-width: 900px){.site-header__inner{min-height:74px}.menu-toggle{display:inline-block}.main-navigation{display:none;position:absolute;left:16px;right:16px;top:74px;background:#fff;border:1px solid var(--ah-border);border-radius:16px;box-shadow:var(--ah-shadow);padding:12px}.main-navigation.toggled{display:block}.main-navigation ul{display:block}.main-navigation a{border-radius:12px}.layout-with-sidebar{grid-template-columns:1fr}.post-card{grid-template-columns:1fr}.footer-widgets{grid-template-columns:1fr}.hero-news{padding:52px 0}.custom-logo{max-height:54px}}
@media (max-width: 560px){.container{width:min(100% - 22px,1160px)}.post-card,.single-article,.single-page,.no-results,.error-404,.comments-area{padding:18px}.footer-bottom{display:block}.footer-navigation ul{display:block}.post-card .entry-title{font-size:1.35rem}}
