:root {
  --ink: #102235;
  --ink-soft: #516273;
  --paper: #f7f8f6;
  --white: #fff;
  --line: #dce3e5;
  --accent: #d8f366;
  --accent-deep: #a8c83e;
  --navy: #0b1726;
  --orange: #f47c4a;
  --shadow: 0 20px 55px rgba(16, 34, 53, .09);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }
.container { width: min(1140px, calc(100% - 48px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: absolute; left: 16px; top: -50px; background: var(--accent); color: var(--navy); padding: 10px 14px; z-index: 10; }
.skip-link:focus { top: 12px; }
.topline { background: var(--navy); color: #afc0cc; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.top-line-inner { display: flex; justify-content: space-between; padding: 9px 0; }
.header-main { min-height: 88px; display: flex; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 10px; min-width: 230px; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; background: var(--accent); color: var(--navy); font-weight: 900; font-size: 13px; letter-spacing: -.06em; transform: skew(-9deg); }
.brand strong, .brand em { font-size: 20px; font-style: normal; letter-spacing: .08em; }
.brand em { color: var(--orange); }
.brand small { display: block; color: var(--ink-soft); font-size: 10px; margin-top: -2px; letter-spacing: .02em; }
.main-nav { display: flex; flex: 1; justify-content: flex-end; gap: 17px; }
.main-nav a { color: var(--ink-soft); font-size: 12px; font-weight: 700; }
.main-nav a:hover, .main-nav a.active { color: var(--orange); }
.search-toggle, .menu-toggle { border: 0; background: transparent; color: var(--ink); font-size: 24px; line-height: 1; padding: 6px; }
.menu-toggle { display: none; font-size: 13px; font-weight: 700; }
.menu-toggle span { font-size: 19px; margin-left: 5px; }
.search-bar { max-height: 0; overflow: hidden; transition: max-height .25s ease; border-bottom: 1px solid transparent; }
.search-bar.open { max-height: 100px; border-color: var(--line); }
#search-form { display: flex; gap: 10px; padding: 15px 0; }
#search-form input { flex: 1; border: 1px solid var(--line); background: var(--white); padding: 12px 15px; outline: none; }
#search-form input:focus, .newsletter-form input:focus, .contact-form input:focus, .contact-form textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(244,124,74,.13); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-height: 45px; padding: 11px 18px; border: 0; font-weight: 800; font-size: 12px; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-accent { background: var(--accent); color: var(--navy); }
.button-accent:hover { background: #e3fb7b; }
.button-dark { background: var(--navy); color: white; }
.text-link { color: var(--orange); font-size: 12px; font-weight: 800; }
.text-link span, .card-arrow span { margin-left: 8px; font-size: 17px; }
.hero { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; padding-top: 78px; padding-bottom: 84px; }
.eyebrow { margin: 0 0 12px; text-transform: uppercase; color: var(--orange); font-weight: 800; font-size: 10px; letter-spacing: .17em; }
.eyebrow span { display: inline-block; width: 24px; border-top: 2px solid var(--orange); margin: 0 8px 3px 0; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.06; }
h1 { font-size: clamp(42px, 5.2vw, 72px); letter-spacing: -.065em; margin-bottom: 24px; }
h1 i { color: var(--orange); font-style: normal; }
.hero-lead { color: var(--ink-soft); max-width: 490px; font-size: 17px; }
.hero-actions { display: flex; align-items: center; gap: 27px; margin-top: 30px; }
.hero-card { position: relative; min-height: 405px; overflow: hidden; padding: 43px 42px; color: white; background: var(--navy); box-shadow: var(--shadow); }
.hero-card:before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 80% 8%, rgba(216,243,102,.3), transparent 34%), linear-gradient(145deg, transparent 48%, rgba(255,255,255,.035) 49%, transparent 50%); pointer-events: none; }
.route-line { position: absolute; left: 42px; right: 42px; top: 25px; display: flex; align-items: center; gap: 8px; }
.route-line > span:nth-child(2) { flex: 1; height: 1px; border-top: 1px dashed rgba(216,243,102,.6); }
.route-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); }
.hero-card-top { position: relative; display: flex; justify-content: space-between; color: #96a9b9; font-size: 10px; text-transform: uppercase; letter-spacing: .09em; }
.badge { display: inline-block; font-size: 9px; letter-spacing: .12em; font-weight: 800; padding: 5px 8px; }
.badge-light { background: var(--accent); color: var(--navy); }
.hero-card h2 { position: relative; max-width: 440px; margin: 43px 0 18px; font-size: clamp(27px, 3vw, 39px); letter-spacing: -.045em; }
.hero-card p { position: relative; color: #b3c0c8; max-width: 410px; font-size: 14px; }
.card-arrow { position: relative; display: inline-block; color: var(--accent); font-weight: 800; font-size: 12px; margin-top: 17px; }
.hero-road { position: absolute; border: 1px solid rgba(216,243,102,.18); border-radius: 50%; transform: rotate(-30deg); }
.road-one { width: 500px; height: 190px; right: -195px; bottom: -50px; }
.road-two { width: 500px; height: 190px; right: -145px; bottom: -96px; }
.trust-strip { background: #edf1ed; border-block: 1px solid var(--line); }
.trust-inner { display: flex; justify-content: space-between; gap: 30px; padding: 20px 0; }
.trust-inner p { display: flex; align-items: center; flex-wrap: wrap; column-gap: 9px; margin: 0; font-size: 11px; color: var(--ink-soft); }
.trust-inner strong { color: var(--ink); }
.trust-inner p > span:last-child { flex-basis: 100%; margin-left: 31px; }
.trust-icon { display: grid; place-items: center; width: 22px; height: 22px; border: 1px solid var(--orange); border-radius: 50%; color: var(--orange); font-weight: 800; }
.section { padding-top: 82px; padding-bottom: 90px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 33px; }
.section-heading h2, .categories-section h2 { font-size: 42px; letter-spacing: -.06em; margin: 0; }
.content-layout { display: grid; grid-template-columns: 1fr 275px; gap: 42px; }
.article-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.article-card { background: var(--white); border: 1px solid var(--line); transition: transform .2s, box-shadow .2s; }
.article-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.article-visual { min-height: 178px; padding: 18px; display: flex; justify-content: space-between; align-items: start; position: relative; overflow: hidden; background: #cedbd5; }
.article-visual:after { content: ""; position: absolute; width: 130px; height: 130px; border: 1px solid rgba(11,23,38,.15); border-radius: 50%; right: -25px; bottom: -50px; }
.article-visual.visual-navy { background: var(--navy); color: white; }
.article-visual.visual-lime { background: var(--accent); }
.article-visual.visual-orange { background: #f1a27b; }
.article-visual.visual-blue { background: #a7cad0; }
.visual-symbol { position: absolute; bottom: 10px; right: 18px; font-size: 68px; line-height: 1; font-weight: 900; opacity: .8; letter-spacing: -.12em; }
.article-body { padding: 22px; }
.article-body h3 { font-size: 20px; letter-spacing: -.035em; margin: 9px 0; }
.article-body p { color: var(--ink-soft); font-size: 13px; margin-bottom: 18px; }
.card-meta { display: flex; align-items: center; justify-content: space-between; color: #8896a0; font-size: 10px; text-transform: uppercase; letter-spacing: .07em; }
.category-label { color: var(--orange); font-weight: 800; }
.sidebar > * + * { margin-top: 25px; }
.ad-box { min-height: 200px; padding: 26px; display: flex; flex-direction: column; justify-content: space-between; background: var(--accent); }
.ad-box span { font-size: 9px; letter-spacing: .16em; font-weight: 800; }
.ad-box strong { font-size: 25px; letter-spacing: -.05em; line-height: 1.02; }
.ad-box small { font-size: 11px; color: #43552a; }
.popular-box { padding: 23px 0; border-top: 2px solid var(--navy); }
.popular-box h3 { font-size: 22px; margin-bottom: 10px; }
.popular-box ol { margin: 0; padding: 0; list-style: none; counter-reset: popular; }
.popular-box li { counter-increment: popular; border-top: 1px solid var(--line); padding: 15px 0 15px 32px; position: relative; font-size: 13px; font-weight: 700; }
.popular-box li:before { content: counter(popular, decimal-leading-zero); position: absolute; left: 0; color: var(--orange); font-size: 11px; }
.categories-section { background: var(--navy); color: white; padding: 74px 0 82px; }
.categories-section .eyebrow { color: var(--accent); }
.categories-section .eyebrow:before { border-color: var(--accent); }
.category-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; }
.category-tile { min-height: 105px; padding: 16px; display: flex; flex-direction: column; justify-content: space-between; background: #14283b; border: 1px solid #294054; transition: background .2s, transform .2s; }
.category-tile:hover { background: #203b50; transform: translateY(-3px); }
.category-icon { color: var(--accent); font-size: 22px; }
.category-tile strong { font-size: 12px; }
.category-tile small { color: #93a9b7; font-size: 10px; }
.newsletter-section { background: var(--orange); color: var(--navy); }
.newsletter-inner { min-height: 240px; display: flex; justify-content: space-between; align-items: center; gap: 50px; }
.eyebrow-light { color: var(--navy); opacity: .72; }
.newsletter-inner h2 { font-size: 38px; letter-spacing: -.06em; margin: 0; }
.newsletter-form { display: grid; grid-template-columns: 1fr auto; width: min(490px, 100%); gap: 10px; }
.newsletter-form input { min-width: 0; border: 0; padding: 14px 15px; background: var(--white); outline: none; }
.newsletter-form small { grid-column: 1 / -1; color: #633821; font-size: 10px; }
.site-footer { background: var(--navy); color: #aebdca; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.3fr; gap: 50px; padding-top: 57px; padding-bottom: 45px; }
.brand-footer { color: white; }
.brand-footer small { color: #899eae; }
.footer-brand p { max-width: 280px; font-size: 12px; margin-top: 20px; }
.site-footer h3 { color: white; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; margin-bottom: 17px; }
.site-footer a, .site-footer span { display: block; font-size: 12px; margin: 8px 0; }
.site-footer a:hover { color: var(--accent); }
.footer-admin { margin-top: 25px !important; color: var(--accent); }
.footer-disclaimer { border-block: 1px solid #263a4c; padding: 20px 0; color: #899eae; font-size: 11px; line-height: 1.6; }
.footer-disclaimer strong { color: var(--accent); }
.footer-bottom { display: flex; justify-content: space-between; padding: 20px 0; color: #697f90; font-size: 10px; }
.footer-bottom span { display: inline; margin: 0; }
.state-message { grid-column: 1 / -1; padding: 28px; background: var(--white); border: 1px solid var(--line); color: var(--ink-soft); }
.article-page, .institutional-page { padding: 70px 0 90px; }
.article-page .article-head { max-width: 790px; }
.article-page h1, .institutional-page h1 { font-size: clamp(40px, 6vw, 64px); max-width: 850px; }
.article-page .article-summary { font-size: 18px; color: var(--ink-soft); max-width: 710px; }
.article-content { max-width: 760px; font-size: 17px; }
.article-content h2 { margin-top: 38px; font-size: 28px; }
.article-content p { color: #405464; }
.article-content .info-note { margin: 30px 0; padding: 18px 20px; border-left: 4px solid var(--orange); background: #fff2ed; font-size: 14px; }
.breadcrumb { margin-bottom: 22px; color: var(--ink-soft); font-size: 11px; }
.breadcrumb a { color: var(--orange); }
.institutional-page .narrow { max-width: 800px; }
.institutional-page h2 { margin-top: 43px; font-size: 28px; }
.institutional-page p, .institutional-page li { color: var(--ink-soft); }
.institutional-page ul { padding-left: 20px; }
.company-card { margin-top: 28px; padding: 26px; background: var(--white); border: 1px solid var(--line); }
.contact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }
.contact-form { display: grid; gap: 14px; }
.contact-form label { color: var(--ink); font-size: 12px; font-weight: 700; }
.contact-form input, .contact-form textarea { width: 100%; margin-top: 6px; padding: 13px; border: 1px solid var(--line); background: white; outline: none; }
.contact-form textarea { min-height: 135px; resize: vertical; }
.contact-form .button { justify-self: start; }
.admin-panel { padding: 70px 0 90px; }
.admin-panel h1 { font-size: 48px; }
.admin-notice { padding: 15px 18px; background: #fff2ed; border-left: 4px solid var(--orange); color: #6b4433; font-size: 13px; max-width: 760px; }
.admin-form { max-width: 760px; display: grid; gap: 13px; margin-top: 28px; }
.admin-form input, .admin-form textarea, .admin-form select { padding: 13px; border: 1px solid var(--line); background: white; }
.admin-form textarea { min-height: 170px; }
.draft-list { max-width: 760px; margin-top: 36px; border-top: 2px solid var(--navy); }
.draft-item { display: flex; justify-content: space-between; gap: 20px; padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
@media (max-width: 980px) {
  .main-nav { gap: 10px; }
  .main-nav a { font-size: 11px; }
  .hero { gap: 35px; }
  .category-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 760px) {
  .container { width: min(100% - 32px, 600px); }
  .topline { font-size: 9px; }
  .top-location { display: none; }
  .header-main { min-height: 73px; gap: 8px; justify-content: space-between; }
  .brand { min-width: 0; }
  .brand-mark { width: 35px; height: 35px; }
  .brand strong, .brand em { font-size: 16px; }
  .brand small { font-size: 8px; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; z-index: 4; left: 0; right: 0; top: 112px; display: none; flex-direction: column; padding: 15px 24px 20px; background: var(--white); border-bottom: 1px solid var(--line); box-shadow: 0 12px 20px rgba(0,0,0,.06); }
  .main-nav.open { display: flex; }
  .main-nav a { font-size: 13px; padding: 7px 0; }
  .hero { display: block; padding-top: 50px; padding-bottom: 56px; }
  .hero-card { margin-top: 45px; min-height: 370px; padding: 35px 28px; }
  .route-line { left: 28px; right: 28px; }
  .hero-card h2 { margin-top: 38px; }
  .trust-inner, .newsletter-inner { display: block; padding-block: 24px; }
  .trust-inner p + p { margin-top: 18px; }
  .section { padding-block: 58px; }
  .section-heading h2, .categories-section h2 { font-size: 34px; }
  .section-heading { align-items: start; gap: 16px; flex-direction: column; }
  .content-layout, .contact-layout { display: block; }
  .article-grid { grid-template-columns: 1fr; }
  .sidebar { margin-top: 35px; }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .newsletter-inner h2 { font-size: 31px; margin-bottom: 25px; }
  .newsletter-form { grid-template-columns: 1fr; }
  .newsletter-form small { margin-top: 4px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px 20px; padding-block: 42px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { display: block; line-height: 1.9; }
  .footer-bottom span:last-child { margin-top: 5px; }
  .article-page, .institutional-page, .admin-panel { padding-block: 48px 65px; }
}