:root {
  --fdnl-ink: #001128;
  --fdnl-navy: #002355;
  --fdnl-muted: #5d6b7c;
  --fdnl-paper: #fff;
  --fdnl-soft: #f3f7fb;
  --fdnl-line: #d9e3ef;
  --fdnl-ruby: #c50000;
  --fdnl-sky: #75a8da;
  --fdnl-radius: 14px;
  --fdnl-shadow: 0 18px 45px rgba(0, 17, 40, .12);
}

.fdnl-body { margin: 0; background: var(--fdnl-paper); color: var(--fdnl-ink); font-family: Arial, Helvetica, sans-serif; line-height: 1.6; }
.fdnl-body *, .fdnl-body *::before, .fdnl-body *::after { box-sizing: border-box; }
.fdnl-body main { overflow: hidden; }
.fdnl-body a { color: inherit; text-underline-offset: .2em; }
.fdnl-breadcrumbs, .fdnl-hero__inner, .fdnl-section__inner, .fdnl-footer { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.fdnl-breadcrumbs { display: flex; align-items: center; gap: 9px; padding: 18px 0; color: var(--fdnl-muted); font-size: .9rem; overflow: auto; white-space: nowrap; }
.fdnl-breadcrumbs a { display: inline-flex; align-items: center; min-height: 24px; color: var(--fdnl-navy); font-weight: 700; text-decoration: none; }

.fdnl-hero { position: relative; border-block: 1px solid var(--fdnl-line); background: linear-gradient(120deg, #eaf2fb 0%, #f8fbff 56%, #fff 100%); }
.fdnl-hero::after { content: ""; position: absolute; inset: 0 0 0 auto; width: min(34vw, 510px); background: radial-gradient(circle at 80% 20%, rgba(117, 168, 218, .34), transparent 62%); pointer-events: none; }
.fdnl-hero__inner { position: relative; z-index: 1; padding: clamp(52px, 7vw, 88px) 0; }
.fdnl-kicker { margin: 0 0 12px; color: var(--fdnl-ruby); font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.fdnl-hero h1, .fdnl-heading h2, .fdnl-two-columns h2 { margin: 0; color: var(--fdnl-ink); line-height: 1.08; letter-spacing: -.035em; }
.fdnl-hero h1 { max-width: 840px; font-size: clamp(2.25rem, 4.4vw, 4.4rem); }
.fdnl-hero p:not(.fdnl-kicker) { max-width: 720px; margin: 22px 0 0; color: var(--fdnl-muted); font-size: clamp(1rem, 1.5vw, 1.16rem); }

.fdnl-section { padding: clamp(52px, 7vw, 84px) 0; }
.fdnl-section-muted { background: var(--fdnl-soft); border-block: 1px solid var(--fdnl-line); }
.fdnl-heading { max-width: 760px; margin-bottom: 30px; }
.fdnl-heading h2, .fdnl-two-columns h2 { font-size: clamp(1.85rem, 3.5vw, 3.2rem); }
.fdnl-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 16px; }
.fdnl-card { min-height: 190px; display: flex; flex-direction: column; justify-content: flex-end; padding: 24px; border: 1px solid var(--fdnl-line); border-radius: var(--fdnl-radius); background: #fff; box-shadow: 0 1px 0 rgba(0, 17, 40, .03); text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.fdnl-card:hover { transform: translateY(-3px); border-color: var(--fdnl-sky); box-shadow: var(--fdnl-shadow); }
.fdnl-card span { margin-bottom: auto; color: var(--fdnl-ruby); font-size: .8rem; font-weight: 800; letter-spacing: .08em; }
.fdnl-card strong { font-size: 1.25rem; line-height: 1.2; }
.fdnl-card small, .fdnl-city-grid small { margin-top: 8px; color: var(--fdnl-muted); }
.fdnl-city-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 12px; }
.fdnl-city-grid > a { display: flex; flex-direction: column; min-height: 122px; padding: 20px; border: 1px solid var(--fdnl-line); border-radius: 10px; background: #fff; text-decoration: none; transition: border-color .2s ease, box-shadow .2s ease; }
.fdnl-city-grid > a:hover { border-color: var(--fdnl-sky); box-shadow: var(--fdnl-shadow); }
.fdnl-city-grid strong { font-size: 1.06rem; }

.fdnl-two-columns { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr); gap: clamp(32px, 6vw, 76px); align-items: start; }
.fdnl-two-columns article > p:not(.fdnl-kicker) { max-width: 690px; color: var(--fdnl-muted); font-size: 1.06rem; }
.fdnl-facts { padding: 26px; border: 1px solid var(--fdnl-line); border-radius: var(--fdnl-radius); background: #fff; box-shadow: var(--fdnl-shadow); }
.fdnl-facts h2 { margin: 0 0 14px; font-size: 1.4rem; }
.fdnl-facts dl { margin: 0; }
.fdnl-facts dl div { display: flex; justify-content: space-between; gap: 18px; padding: 12px 0; border-top: 1px solid var(--fdnl-line); }
.fdnl-facts dt { color: var(--fdnl-muted); }
.fdnl-facts dd { margin: 0; text-align: right; font-weight: 700; }
.fdnl-button { display: inline-flex; align-items: center; min-height: 46px; padding: 11px 18px; border-radius: 8px; background: var(--fdnl-ruby); color: #fff !important; font-weight: 800; text-decoration: none; transition: background .2s ease, transform .2s ease; }
.fdnl-button:hover { background: #980000; transform: translateY(-1px); }
.fdnl-empty { color: var(--fdnl-muted); }

@media (max-width: 760px) {
  .fdnl-breadcrumbs, .fdnl-hero__inner, .fdnl-section__inner, .fdnl-footer { width: calc(100% - 28px); }
  .fdnl-hero__inner, .fdnl-section { padding-block: 48px; }
  .fdnl-two-columns { grid-template-columns: 1fr; }
}
