:root {
  --ink: #1f2f3d;
  --muted: #5b6976;
  --blue: #174f9a;
  --blue-dark: #102f5f;
  --teal: #007f7a;
  --aqua: #dff6f5;
  --gold: #f4b63f;
  --green: #4d8a52;
  --warm: #fff6ea;
  --line: #dbe5ed;
  --soft: #f4f8fb;
  --white: #fff;
  --shadow: 0 16px 40px rgba(20, 50, 82, .12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.6; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--blue); }
.skip-link { position: absolute; left: 1rem; top: -4rem; z-index: 50; padding: .7rem 1rem; color: #fff; background: #111827; border-radius: 6px; }
.skip-link:focus { top: 1rem; }
.review-bar { position: sticky; top: 0; z-index: 30; padding: .55rem 1rem; color: #fff; background: #111827; text-align: center; font-size: .86rem; }
.review-bar a { color: #fff; margin: 0 .35rem; }
.container { width: min(1140px, calc(100% - 32px)); margin: 0 auto; }
.site-header { position: sticky; top: 35px; z-index: 20; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(10px); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { display: flex; align-items: center; gap: .75rem; color: var(--ink); text-decoration: none; font-weight: 800; }
.brand img { width: 145px; }
.brand span { max-width: 245px; color: var(--muted); font-size: .82rem; line-height: 1.25; font-weight: 500; }
.nav { display: flex; align-items: center; gap: .15rem; }
.nav a { padding: .62rem .72rem; color: var(--ink); text-decoration: none; font-size: .93rem; font-weight: 800; border-radius: 6px; }
.nav a:hover, .nav a:focus { color: var(--blue); background: var(--soft); }
.button { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; padding: .72rem 1.05rem; color: #fff; background: var(--blue); border: 2px solid var(--blue); border-radius: 6px; font-weight: 800; text-decoration: none; }
.button:hover, .button:focus { color: #fff; background: var(--blue-dark); border-color: var(--blue-dark); }
.button.secondary { color: var(--blue); background: #fff; border-color: #b7cfe8; }
.button.secondary:hover, .button.secondary:focus { color: #fff; background: var(--teal); border-color: var(--teal); }
.button.gold { color: #1e2933; background: var(--gold); border-color: var(--gold); }
.hero { position: relative; min-height: 620px; display: grid; align-items: center; isolation: isolate; overflow: hidden; color: #fff; background: var(--blue-dark); }
.hero:before { content:""; position:absolute; inset:0; z-index:-2; background:url("images/grassphoto.JPG") center / cover no-repeat; }
.hero:after { content:""; position:absolute; inset:0; z-index:-1; background:linear-gradient(100deg, rgba(10,43,78,.92), rgba(0,127,122,.64), rgba(10,43,78,.2)); }
.hero-content { width: min(1140px, calc(100% - 32px)); margin: 0 auto; padding: 6rem 0 4.6rem; }
.eyebrow { margin: 0 0 .75rem; color: var(--teal); font-size: .82rem; font-weight: 900; text-transform: uppercase; }
.hero .eyebrow { color: #cffffb; }
h1, h2, h3 { margin: 0; line-height: 1.12; }
h1 { max-width: 880px; font-size: clamp(2.55rem, 7vw, 5.35rem); }
h2 { color: var(--blue-dark); font-size: clamp(1.75rem, 4vw, 2.75rem); }
h3 { font-size: 1.15rem; }
.hero-copy { max-width: 770px; margin: 1.15rem 0 0; color: #eef8ff; font-size: 1.16rem; }
.hero-actions, .section-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.55rem; }
section { padding: 4.5rem 0; }
.soft { background: var(--soft); }
.warm { background: var(--warm); }
.aqua { background: var(--aqua); }
.section-intro { display: flex; justify-content: space-between; align-items: end; gap: 1.5rem; margin-bottom: 1.55rem; }
.section-intro p { max-width: 720px; margin: .65rem 0 0; color: var(--muted); }
.grid { display: grid; gap: 1rem; }
.cards-2 { grid-template-columns: repeat(2, minmax(0,1fr)); }
.cards-3 { grid-template-columns: repeat(3, minmax(0,1fr)); }
.cards-4 { grid-template-columns: repeat(4, minmax(0,1fr)); }
.cards-6 { grid-template-columns: repeat(3, minmax(0,1fr)); }
.card, .guide, .pathway, .feature, .question-card, .ai-box, .meta-panel, .faq-block, .template-card { padding: 1.2rem; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: 0 10px 28px rgba(20,50,82,.06); }
.card img, .guide img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; margin-bottom: 1rem; border-radius: 6px; }
.card p, .guide p, .pathway p, .feature p, .question-card p, .ai-box p, .meta-panel p, .faq-block p, .template-card p { margin: .55rem 0 0; color: var(--muted); }
.card a, .guide a, .question-card a { display: inline-block; margin-top: .85rem; font-weight: 800; text-decoration: none; }
.question-card { border-top: 4px solid var(--gold); }
.split { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(300px,.95fr); gap: 2rem; align-items: center; }
.split img { width: 100%; border-radius: 8px; box-shadow: var(--shadow); }
.link-list { display: grid; gap: .65rem; padding: 0; margin: 1rem 0 0; list-style: none; }
.link-list a { display: block; padding: .78rem .9rem; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 6px; font-weight: 800; text-decoration: none; }
.journey-strip { display: grid; grid-template-columns: repeat(6, minmax(0,1fr)); gap: .75rem; }
.mini-card { min-height: 132px; padding: 1rem; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 8px; text-decoration: none; box-shadow: 0 8px 22px rgba(20,50,82,.05); }
.mini-card strong { display: block; line-height: 1.25; }
.mini-card span { display: block; margin-top: .45rem; color: var(--muted); font-size: .9rem; }
.pathway { border-left: 4px solid var(--teal); }
.ai-box { border-color: #9bd5d8; background: linear-gradient(180deg, #fff, #eefafa); }
.wie-option, .contact-band { color: #eafcff; background: linear-gradient(100deg, var(--blue-dark), var(--teal)); }
.wie-option h2, .wie-option .eyebrow, .wie-option p, .wie-option a, .contact-band h2, .contact-band .eyebrow, .contact-band p, .contact-band a { color: #fff; }
.page-hero { padding: 4.2rem 0; color: #fff; background: linear-gradient(100deg, rgba(16,47,95,.94), rgba(0,127,122,.76)), url("images/bannerphoto1.jpg") center / cover no-repeat; }
.page-hero h1 { font-size: clamp(2.25rem, 6vw, 4.25rem); }
.breadcrumbs { margin: 0 0 1rem; color: #d8fffb; }
.breadcrumbs a { color: #fff; }
.content-layout { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 2rem; align-items: start; }
.content-panel { min-width: 0; }
.content-panel p, .content-panel li { color: #3f4e5c; }
.content-panel ul { padding-left: 1.25rem; }
.sidebar { position: sticky; top: 125px; padding: 1rem; border: 1px solid var(--line); border-radius: 8px; background: var(--soft); }
.metadata-code { overflow: auto; padding: 1rem; border-radius: 8px; background: #101828; color: #d7f5f2; font-size: .86rem; }
.legacy-content { max-width: 100%; overflow-x: auto; padding-top: 1rem; }
.legacy-content table { max-width: 100%; }
.legacy-content img { max-width: 100%; height: auto; }
.redirect-notice, .empty-original-note { margin: 0 0 1.25rem; padding: 1rem; border: 1px solid #b7cfe8; border-radius: 8px; background: #f4fbff; }
.redirect-notice h2 { margin-bottom: .45rem; font-size: 1.35rem; }
.guide-update-panel { width: min(1140px, calc(100% - 32px)); margin: 2rem auto 0; padding: 1.4rem; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: 0 12px 30px rgba(20,50,82,.07); }
.guide-update-panel h2 { margin-bottom: .55rem; font-size: clamp(1.55rem, 3vw, 2.25rem); }
.guide-update-intro, .guide-update-note { max-width: 860px; color: var(--muted); }
.guide-update-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 1rem; margin: 1.1rem 0; }
.guide-update-grid article { padding: 1rem; border: 1px solid var(--line); border-radius: 8px; background: var(--soft); }
.guide-update-grid h3 { color: var(--blue-dark); font-size: 1rem; }
.guide-update-grid p { margin: .5rem 0 .7rem; color: var(--muted); }
.guide-update-grid a { font-weight: 800; text-decoration: none; }
.guide-update-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin: 1rem 0; }
.multilingual-shell { width: min(1140px, calc(100% - 24px)); margin: 1.5rem auto 3rem; }
.multilingual-meta { display: flex; flex-wrap: wrap; gap: .6rem; margin: 0 0 .8rem; }
.multilingual-meta span { padding: .35rem .55rem; border: 1px solid var(--line); border-radius: 6px; color: var(--muted); background: var(--soft); font-size: .8rem; font-weight: 800; }
.protected-translation { padding: .75rem; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.footer, .site-footer { padding: 2.2rem 0; color: #dfeaf5; background: #152536; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 1.5rem; }
.site-footer { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1.5rem; padding-left: max(24px, calc((100vw - 1140px) / 2)); padding-right: max(24px, calc((100vw - 1140px) / 2)); }
.site-footer nav { display: flex; flex-wrap: wrap; gap: .9rem; }
.footer a, .site-footer a { color: #fff; }
.footer p, .site-footer p { margin: .35rem 0; }
@media (max-width: 980px) {
  .site-header { top: 58px; }
  .header-inner { align-items: flex-start; flex-direction: column; padding: .9rem 0; }
  .nav { width: 100%; overflow-x: auto; padding-bottom: .25rem; }
  .journey-strip, .cards-2, .cards-3, .cards-4, .cards-6, .split, .content-layout, .footer-grid { grid-template-columns: 1fr; }
  .site-footer { flex-direction: column; }
  .guide-update-grid { grid-template-columns: 1fr; }
  .section-intro { align-items: flex-start; flex-direction: column; }
  .sidebar { position: static; }
}
@media (max-width: 620px) {
  .container, .hero-content { width: min(100% - 24px, 1140px); }
  .brand img { width: 126px; }
  .brand span { font-size: .78rem; }
  .nav a { white-space: nowrap; }
  .hero { min-height: 620px; }
  .hero-content { padding: 4.8rem 0 3.4rem; }
  h1 { font-size: 2.5rem; }
  section { padding: 3.2rem 0; }
  .button { width: 100%; }
}
