
:root {
  --bg: #f3f7fb;
  --card: #ffffff;
  --text: #0b2447;
  --muted: #667a96;
  --line: #dee7f2;
  --blue: #1b56d9;
  --blue-dark: #082c63;
  --top: #0c2a5b;
  --footer: #eaf0f6;
  --shadow: 0 10px 26px rgba(7, 29, 66, .06);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Arial, Helvetica, sans-serif; color: var(--text); background: var(--bg); }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1360px, calc(100% - 48px)); margin: 0 auto; }
.top-note { background: var(--top); color: #fff; font-size: 14px; }
.top-note__row { min-height: 40px; display:flex; align-items:center; justify-content: space-between; gap: 20px; }
.top-note__row a { color: #fff; font-weight: 700; text-decoration: underline; }
.site-header { background: #fff; border-bottom: 1px solid #d8e2ef; }
.header-row { min-height: 84px; display:flex; align-items:center; gap: 28px; }
.brand { display:flex; align-items:center; gap: 16px; min-width: 330px; }
.brand-mark { flex: 0 0 auto; }
.brand-mark img { width: 62px; height: 62px; object-fit: contain; }
.brand strong { display:block; font-family: Georgia, 'Times New Roman', serif; font-size: 24px; line-height: 1; color: var(--blue-dark); }
.brand small { display:block; margin-top: 6px; color: var(--muted); font-weight: 700; font-size: 12px; }
.main-nav { display:flex; align-items:center; gap: 24px; flex:1; justify-content:center; }
.main-nav a { font-weight: 800; font-size: 14px; line-height: 1.15; color: #142d50; padding: 10px 0; position: relative; }
.main-nav a.is-active, .main-nav a:hover { color: var(--blue); }
.main-nav a::after { content:''; position:absolute; left:0; right:0; bottom:-12px; height: 2px; background: var(--blue); transform: scaleX(0); transition: .2s; }
.main-nav a.is-active::after, .main-nav a:hover::after { transform: scaleX(1); }
.header-phone { display:grid; grid-template-columns: 28px auto; grid-template-rows: auto auto; column-gap: 8px; align-items:center; color: var(--blue-dark); }
.header-phone > span { grid-row: span 2; font-size: 24px; }
.header-phone strong { font-size: 18px; line-height: 1; }
.header-phone small { color: var(--muted); font-size: 12px; }
.menu-btn { display:none; border:0; background:none; padding:0; width:38px; height:38px; }
.menu-btn span { display:block; height:3px; background: var(--blue-dark); border-radius:99px; margin:6px 0; }
.mobile-nav { display:none; padding: 12px 24px 20px; border-top: 1px solid #e5ecf5; background:#fff; }
.mobile-nav a { display:block; padding:10px 0; font-weight: 700; color:#14335f; }
.hero-minimal { padding: 50px 0 56px; }
.hero-minimal__grid { display:grid; grid-template-columns: 1.15fr .85fr; gap: 32px; align-items:start; }
.hero-card, .form-card { background:#fff; border: 1px solid var(--line); border-radius: 26px; box-shadow: var(--shadow); }
.hero-card { padding: 34px 34px 28px; }
.hero-card h1 { font-family: Georgia, 'Times New Roman', serif; font-size: clamp(40px, 5vw, 60px); line-height: .98; margin:0 0 18px; color: var(--blue-dark); }
.hero-card p { margin:0 0 16px; font-size: 18px; line-height: 1.6; color:#213c61; }
.flag-band { height: 14px; border-radius: 99px; background: linear-gradient(90deg, #fff 0 33%, #1f5fd8 33% 66%, #d61d2d 66% 100%); border:1px solid #dfe7f3; margin-bottom: 24px; }
.form-card { padding: 26px; }
.form-card h2 { margin:0 0 8px; font-size: 28px; color: var(--blue-dark); }
.form-card p { margin:0 0 18px; color: var(--muted); }
.field { margin-bottom: 14px; }
.field label { display:block; margin-bottom: 6px; font-weight: 700; font-size: 14px; }
.field input, .field select, .field textarea { width:100%; border:1px solid #cdd9e8; border-radius: 12px; padding: 13px 14px; font: inherit; background:#fff; }
.btn { display:inline-flex; align-items:center; justify-content:center; gap:10px; border:0; border-radius: 12px; padding: 14px 20px; font-weight: 800; cursor:pointer; }
.btn-primary { background:#d1222f; color:#fff; }
.btn-primary:hover { background:#b91a27; }
.btn-wide { width:100%; }
.page-section { padding: 32px 0 80px; }
.section-title { font-size: 42px; line-height: 1.04; color: var(--blue-dark); margin: 6px 0 18px; }
.support-container { width: min(1260px, calc(100% - 48px)); margin: 0 auto; }
.breadcrumbs { display:flex; gap:8px; align-items:center; color:#7387a1; font-size:12px; padding-top: 16px; }
.breadcrumbs a { color: var(--blue); }
.support-search { width:100%; height:42px; margin-bottom: 22px; border-radius:10px; border:1px solid var(--line); background:#fff; box-shadow: var(--shadow); }
.measures-grid { display:grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.measure-link { display:block; }
.measure-card { height:100%; min-height: 126px; background:#fff; border:1px solid var(--line); border-radius: 10px; box-shadow: var(--shadow); padding: 18px 18px 16px; transition: .2s ease; }
.measure-link:hover .measure-card { transform: translateY(-3px); border-color:#bfd0e8; box-shadow: 0 14px 30px rgba(7, 29, 66, .09); }
.measure-card h3 { margin:0 0 10px; font-size:15px; line-height:1.35; color: var(--blue-dark); }
.measure-card p { margin:0; color:#2b4567; font-size:13px; line-height:1.55; }
.detail-layout { display:grid; grid-template-columns: minmax(0, 1fr) 240px; gap: 28px; align-items:start; }
.detail-card { background:#fff; border:1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); padding: 24px 24px 18px; }
.detail-card p { margin:0 0 18px; font-size: 16px; line-height: 1.5; color:#132b4f; }
.detail-card h2 { margin: 22px 0 14px; font-size: 18px; color: var(--blue-dark); }
.detail-card h2:first-child { margin-top:0; }
.side-nav { padding-top: 6px; }
.side-nav strong { display:block; font-size: 18px; margin-bottom: 22px; color: var(--blue-dark); }
.side-nav a { color: var(--blue); font-size: 18px; }
.link-list, .ordered-list { margin: 6px 0 0; padding-left: 28px; }
.ordered-list li, .link-list li { margin: 0 0 16px; }
.link-list li a, .ordered-list li a { color: var(--blue); font-size: 18px; font-weight: 800; line-height: 1.35; }
.page-footer { background: var(--footer); margin-top: 60px; padding: 62px 0 56px; }
.footer-grid { width: min(1260px, calc(100% - 48px)); margin:0 auto; display:grid; grid-template-columns: 1fr 1fr 1fr auto; gap: 56px; align-items:start; }
.footer-grid nav { display:grid; gap: 18px; }
.footer-grid nav a { color:#60748f; font-size: 16px; }
.footer-grid nav a:hover { color: var(--blue); }
.footer-social { display:flex; gap: 10px; padding-top: 4px; }
.footer-social a { width: 42px; height: 42px; display:grid; place-items:center; border-radius: 12px; background:#8a97a9; color:#fff; font-weight: 900; font-size: 18px; }
.simple-note { color:#6b7c92; font-size: 13px; margin-top: 10px; }
@media (max-width: 1180px) {
  .hero-minimal__grid { grid-template-columns: 1fr; }
  .main-nav { gap: 16px; }
}
@media (max-width: 980px) {
  .header-row { min-height: 76px; }
  .main-nav, .header-phone { display:none; }
  .menu-btn { display:block; margin-left:auto; }
  .mobile-nav.is-open { display:block; }
  .measures-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .detail-layout { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .container, .support-container, .footer-grid { width: calc(100% - 28px); }
  .brand { min-width: 0; gap: 12px; }
  .brand strong { font-size: 18px; }
  .brand small { font-size: 11px; }
  .top-note { font-size: 12px; }
  .hero-card, .form-card, .detail-card { padding: 20px; }
  .section-title { font-size: 28px; }
  .measures-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 26px; }
  .link-list li a, .ordered-list li a, .side-nav a { font-size: 16px; }
}


.intro-copy {
  margin-bottom: 20px;
}
.intro-copy p {
  margin: 0 0 14px;
}
.info-block {
  margin: 22px 0;
  padding: 18px 20px;
  border: 1px solid #dfe8f4;
  border-radius: 14px;
  background: #f8fbff;
}
.info-block h2 {
  margin-top: 0;
}
.content-list {
  margin: 8px 0 0;
  padding-left: 22px;
}
.content-list li {
  margin: 0 0 10px;
  color: #173556;
  font-size: 15px;
  line-height: 1.45;
}
.side-nav a + a {
  display: block;
  margin-top: 14px;
}


.activity-intro-card {
  background:#fff;
  border:1px solid var(--line);
  border-radius:16px;
  box-shadow: var(--shadow);
  padding: 26px 24px;
  margin-bottom: 24px;
}
.activity-intro-card p {
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 1.52;
  color:#163457;
}
.activity-separator {
  width:100%;
  height: 44px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:14px;
  box-shadow: var(--shadow);
  margin: 0 0 28px;
}
.activity-grid {
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px 28px;
}
.activity-link { display:block; }
.activity-card {
  height:100%;
  min-height: 220px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:16px;
  box-shadow: var(--shadow);
  padding: 22px 22px 20px;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.activity-link:hover .activity-card {
  transform: translateY(-4px);
  border-color: #c4d4e8;
  box-shadow: 0 18px 34px rgba(7,29,66,.09);
}
.activity-card h3 {
  margin:0 0 14px;
  font-size: 18px;
  line-height: 1.35;
  color: var(--blue-dark);
}
.activity-card p {
  margin:0;
  color:#173556;
  font-size: 16px;
  line-height: 1.55;
}
.breadcrumbs.with-space { margin-bottom: 22px; }
.detail-card .numbered-steps { margin: 10px 0 22px; padding-left: 24px; }
.detail-card .numbered-steps li { margin: 0 0 14px; color:#173556; line-height:1.55; }
.doc-panel {
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid #e2eaf4;
}
.doc-panel h2 { margin-top:0; }
.doc-list { margin: 0; padding-left: 22px; }
.doc-list li { margin: 0 0 10px; color:#173556; line-height:1.5; }
@media (max-width: 1180px) {
  .activity-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .activity-grid { grid-template-columns: 1fr; gap: 18px; }
  .activity-card { min-height: 0; }
}


.activity-article p {
  margin: 0 0 18px;
  color: #102b4f;
  font-size: 16px;
  line-height: 1.68;
}
.activity-article h2 {
  margin: 32px 0 14px;
  color: var(--blue-dark);
  font-size: 22px;
  line-height: 1.28;
}
.activity-article h2:first-child {
  margin-top: 0;
}
.activity-article .important-text {
  padding: 16px 18px;
  border: 1px solid #efd58d;
  border-radius: 14px;
  background: #fff8e1;
  font-weight: 600;
}
.activity-article .article-list {
  margin: 0 0 20px;
  padding-left: 24px;
}
.activity-article .article-list li {
  margin: 0 0 10px;
  color: #173556;
  font-size: 16px;
  line-height: 1.55;
}
.activity-article a {
  color: var(--blue);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}


/* Regions pages */
.regions-page .section-title {
  margin-bottom: 28px;
}
.regions-summary-card,
.regions-filter-card,
.region-detail-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow);
}
.regions-summary-card {
  padding: 24px;
  margin-bottom: 28px;
}
.regions-summary-card__grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr .7fr;
  gap: 28px;
}
.regions-filter-card {
  padding: 18px;
  margin-bottom: 28px;
}
.regions-search {
  width: 100%;
  border: 1px solid #dce6f2;
  border-radius: 12px;
  padding: 15px 18px;
  background: #f8fbff;
  color: #0b2447;
  font: inherit;
  outline: none;
}
.regions-search:focus {
  border-color: #b9cdec;
  box-shadow: 0 0 0 4px rgba(29,93,235,.08);
}
.regions-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.region-link {
  display: block;
}
.region-card {
  min-height: 118px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--shadow);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.region-link:hover .region-card {
  transform: translateY(-3px);
  border-color: #c0d2ec;
  box-shadow: 0 16px 32px rgba(7,29,66,.09);
}
.region-card__icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: #edf3ff;
  color: var(--blue);
  font-size: 22px;
  font-weight: 900;
}
.region-card h3 {
  margin: 0 0 10px;
  color: var(--blue-dark);
  font-size: 20px;
  line-height: 1.25;
}
.region-card p {
  margin: 0;
  color: #60748f;
  font-size: 15px;
  line-height: 1.45;
}
.region-detail-wrap {
  width: min(1120px, calc(100% - 48px));
}
.region-detail-card {
  min-height: 300px;
  display: grid;
  grid-template-columns: 1fr .95fr;
  gap: 52px;
  padding: 28px 30px;
}
.region-detail-card__left {
  display: grid;
  gap: 22px;
}
.region-detail-label {
  color: #6c7f99;
  font-size: 13px;
  line-height: 1.2;
  margin-bottom: 8px;
}
.region-detail-value {
  color: #0b2447;
  font-size: 16px;
  line-height: 1.45;
}
.region-detail-value a {
  color: var(--blue);
  font-weight: 700;
}
.region-route-card {
  align-self: start;
  background: #edf3ff;
  border-radius: 12px;
  padding: 22px 24px;
  color: #0b2447;
}
.region-route-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
}
.region-route-card span {
  display: block;
  color: #193d68;
  font-size: 15px;
  line-height: 1.45;
}
.region-socials {
  display: flex;
  gap: 14px;
  align-items: center;
}
.region-socials a {
  color: var(--blue);
  font-weight: 900;
  text-transform: uppercase;
}
@media (max-width: 900px) {
  .regions-summary-card__grid,
  .region-detail-card {
    grid-template-columns: 1fr;
  }
  .regions-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  .regions-summary-card,
  .regions-filter-card,
  .region-detail-card,
  .region-card {
    padding: 18px;
  }
  .region-card {
    grid-template-columns: 34px minmax(0, 1fr);
  }
  .region-card__icon {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    font-size: 18px;
  }
  .region-card h3 {
    font-size: 18px;
  }
}


/* Region cards, closer to the original branch-list style */
.regions-summary-card { display: none; }
.regions-filter-card {
  max-width: 970px;
  margin: 0 auto 28px;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}
.regions-search {
  height: 42px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(7,29,66,.04);
}
.regions-grid {
  max-width: 970px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px 30px;
}
.region-link { display:block; }
.region-card {
  min-height: 84px;
  height: 100%;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 18px;
  align-items: flex-start;
  padding: 22px 20px;
  border: 1px solid #dfe8f5;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 10px 25px rgba(7,29,66,.055);
}
.region-link:hover .region-card {
  transform: translateY(-3px);
  border-color: #b9cced;
  box-shadow: 0 18px 35px rgba(7,29,66,.09);
}
.region-card__icon {
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 0;
  color: transparent;
  background: no-repeat center / contain url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 7.5L12.5 5.5L21.5 8.5L29.5 6.5V27L21.5 29L12.5 26L4.5 28V7.5Z' stroke='%234C80FF' stroke-width='2.2' stroke-linejoin='round'/%3E%3Ccircle cx='12.5' cy='13' r='1.8' fill='%234C80FF'/%3E%3C/svg%3E");
  box-shadow: none;
  flex: 0 0 auto;
  margin-top: 0;
}
.region-card__icon::before { content: none; }
.region-card h3 {
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 1.28;
  font-weight: 900;
  color: #061f45;
}
.region-card p {
  margin: 0;
  font-size: 13px;
  line-height: 1.42;
  color: #061f45;
  font-weight: 500;
}
.region-detail-card {
  max-width: 970px;
  margin: 0 auto;
}
@media (max-width: 980px) {
  .regions-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 720px; }
  .regions-filter-card { max-width: 720px; }
}
@media (max-width: 640px) {
  .regions-grid { grid-template-columns: 1fr; max-width: 100%; gap: 16px; }
  .regions-filter-card { max-width: 100%; }
  .region-card { min-height: 76px; padding: 18px; }
}


/* Regions page refined from exported cards */
.regions-filter-card {
  margin: 0 auto 26px;
}
.regions-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px 28px;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
}
.region-card {
  min-height: 92px;
  padding: 22px 24px;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 20px;
  align-items: start;
  border-radius: 10px;
}
.region-card__icon {
  width: 32px;
  height: 32px;
  background: transparent;
  border: none;
  border-radius: 0;
  position: relative;
}
.region-card__icon::after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: no-repeat center / contain url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 8.5L15 5.8L23 8.5L29 6.5V27.5L21 30.2L13 27.5L7 29.5V8.5Z' stroke='%234d80ff' stroke-width='2.4' stroke-linejoin='round'/%3E%3Ccircle cx='17.8' cy='16.8' r='2.1' fill='%234d80ff'/%3E%3C/svg%3E");
}
.region-card h3 {
  font-size: 16px;
  margin: 0 0 10px;
}
.region-card p {
  font-size: 14px;
  line-height: 1.45;
}
.region-source-item { margin-top: 4px; }
@media (max-width: 980px) {
  .regions-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 720px; }
}
@media (max-width: 620px) {
  .regions-grid { grid-template-columns: 1fr; max-width: 100%; gap: 16px; }
  .region-card { min-height: 84px; }
}


/* About page */
.about-page {
  padding-top: 20px;
}
.about-wrap {
  max-width: 1080px;
  margin: 0 auto;
}
.about-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 240px;
  gap: 26px;
  align-items: start;
}
.about-content {
  min-width: 0;
}
.about-aside {
  position: sticky;
  top: 108px;
  padding-top: 64px;
}
.about-aside strong {
  display: block;
  margin-bottom: 16px;
  color: var(--blue-dark);
  font-size: 18px;
}
.about-aside a {
  display: block;
  margin-bottom: 18px;
  color: var(--blue);
  font-size: 16px;
  line-height: 1.35;
}
.about-aside a:hover {
  text-decoration: underline;
}
.about-section {
  margin-bottom: 52px;
}
.about-page .section-title {
  margin-bottom: 26px;
}
.about-section h2 {
  margin: 0 0 18px;
  color: var(--blue-dark);
  font-size: 26px;
  line-height: 1.18;
}
.about-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow);
}
.about-intro-card {
  padding: 20px 20px 18px;
}
.about-intro-card p {
  margin: 0;
  color: #173556;
  font-size: 16px;
  line-height: 1.55;
}
.about-mission-card {
  padding: 18px 24px;
}
.about-mission-card p {
  margin: 0;
  text-align: center;
  color: #102b4f;
  font-size: 16px;
  line-height: 1.55;
}
.about-mission-card p + p {
  margin-top: 18px;
}
.about-leadership-card {
  display: flex;
  align-items: stretch;
  gap: 0;
  overflow: hidden;
}
.about-leader-photo {
  flex: 0 0 220px;
  width: 220px;
  background: #eef4ff;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
}
.about-leader-photo img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.about-leader-body {
  flex: 1 1 auto;
  padding: 22px 24px 20px;
}
.about-leader-body h3 {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1.35;
  color: var(--blue-dark);
}
.about-leader-body p {
  margin: 0 0 14px;
  color: #173556;
  font-size: 15px;
  line-height: 1.5;
}
.about-button-row {
  margin-top: 18px;
}
.btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 10px 18px;
  border: 1px solid var(--blue);
  border-radius: 10px;
  background: #fff;
  color: var(--blue);
  font-size: 15px;
  font-weight: 700;
}
.btn-outline:hover {
  background: #f5f9ff;
}
.about-org-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}
.about-inline-link {
  color: var(--blue);
  font-size: 16px;
}
.about-org-card {
  padding: 22px 20px;
}
.about-org-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 36px;
}
.about-org-item span {
  display: block;
  margin-bottom: 10px;
  color: #94a2b5;
  font-size: 13px;
  line-height: 1.3;
}
.about-org-item div {
  color: #0b2447;
  font-size: 16px;
  line-height: 1.45;
}
.about-org-item a {
  color: var(--blue);
}
@media (max-width: 980px) {
  .about-layout {
    grid-template-columns: 1fr;
  }
  .about-aside {
    position: static;
    padding-top: 0;
    margin-top: -14px;
    margin-bottom: 28px;
    order: -1;
  }
}
@media (max-width: 640px) {
  .about-page {
    padding-top: 12px;
  }
  .about-section {
    margin-bottom: 36px;
  }
  .about-section h2 {
    font-size: 22px;
  }
  .about-mission-card,
  .about-intro-card,
  .about-org-card {
    padding: 18px;
  }
  .about-leadership-card {
    display: block;
  }
  .about-leader-photo {
    width: min(220px, 100%);
    max-width: 220px;
    margin: 0 auto;
  }
  .about-leader-body {
    padding: 18px;
  }
  .about-org-head,
  .about-org-grid {
    grid-template-columns: 1fr;
  }
  .about-org-head {
    display: block;
  }
  .about-inline-link {
    display: inline-block;
    margin-top: 8px;
  }
}


/* Source-like pages */
.source-home .hero-source {
  padding: 66px 0 50px;
  background: linear-gradient(135deg, #f8fbff 0%, #eef5ff 55%, #fff 100%);
  border-bottom: 1px solid var(--line);
}
.source-home__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) 360px;
  gap: 30px;
  align-items: stretch;
}
.source-hero-card, .source-hotline-card, .source-quote, .source-news-card, .source-plain-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow);
}
.source-hero-card {
  padding: 34px 34px 30px;
  position: relative;
  overflow: hidden;
}
.source-hero-card:before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 8px;
  background: linear-gradient(#fff, #1b56d9, #d1222f);
}
.source-hero-card h1 {
  margin: 0 0 18px;
  color: var(--blue-dark);
  font-size: clamp(36px, 5vw, 60px);
  line-height: 1.05;
  letter-spacing: -.04em;
}
.source-hero-card p {
  max-width: 720px;
  color: #173556;
  font-size: 18px;
  line-height: 1.6;
}
.source-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 26px;
}
.source-hotline-card {
  padding: 28px 26px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.source-hotline-card span {
  color: #8091a8;
  font-size: 14px;
}
.source-hotline-card strong {
  margin: 12px 0 4px;
  font-size: 46px;
  color: var(--blue-dark);
  line-height: 1;
}
.source-hotline-card small {
  color: var(--muted);
  font-size: 16px;
}
.source-quote-section, .source-news-section {
  padding: 48px 0;
}
.source-quote {
  padding: 30px 34px;
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 26px;
  align-items: center;
}
.source-quote__meta {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.5;
}
.source-quote blockquote {
  margin: 0;
  color: var(--blue-dark);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.45;
}
.source-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}
.source-section-head h2 {
  margin: 0;
  color: var(--blue-dark);
  font-size: 34px;
}
.source-news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.source-news-card {
  padding: 24px;
  min-height: 180px;
}
.source-news-card time {
  color: var(--muted);
  font-size: 14px;
}
.source-news-card h3 {
  color: var(--blue-dark);
  font-size: 20px;
  line-height: 1.35;
  margin: 14px 0 12px;
}
.source-news-card p {
  color: #173556;
  line-height: 1.5;
  margin: 0;
}
.docs-layout, .reports-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 230px;
  gap: 30px;
  align-items: start;
}
.docs-sidebar {
  position: sticky;
  top: 110px;
  padding-top: 4px;
}
.docs-sidebar strong {
  display: block;
  margin-bottom: 14px;
  color: var(--blue-dark);
}
.docs-sidebar a {
  display: block;
  margin-bottom: 14px;
  color: var(--blue);
}
.docs-group {
  margin-bottom: 34px;
}
.docs-group h2 {
  margin: 0 0 16px;
  color: var(--blue-dark);
  font-size: 26px;
}
.docs-list {
  display: grid;
  gap: 12px;
}
.doc-row {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow);
  padding: 18px 20px;
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 16px;
  align-items: center;
}
.doc-row h3 {
  margin: 0;
  color: var(--blue-dark);
  font-size: 17px;
  line-height: 1.35;
}
.doc-row span {
  color: var(--muted);
  white-space: nowrap;
}
.doc-row a, .doc-download {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 8px 15px;
  border-radius: 10px;
  border: 1px solid var(--blue);
  color: var(--blue);
  font-weight: 700;
  background: #fff;
}
.doc-row a:hover, .doc-download:hover {
  background: #f5f9ff;
}
.report-intro {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow);
  padding: 24px;
  margin-bottom: 26px;
}
.report-intro p {
  margin: 0 0 14px;
  color: #173556;
  font-size: 17px;
  line-height: 1.6;
}
.report-ogrn {
  display: inline-flex;
  padding: 10px 16px;
  border-radius: 12px;
  background: #eef4ff;
  color: var(--blue-dark);
  font-size: 22px;
  font-weight: 800;
}
.application-page__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 34px;
  align-items: start;
}
.application-copy h1 {
  color: var(--blue-dark);
  font-size: clamp(36px, 4.6vw, 58px);
  line-height: 1.08;
  margin: 12px 0 18px;
}
.application-copy p {
  color: #173556;
  font-size: 18px;
  line-height: 1.6;
  margin: 0 0 22px;
}
.application-badge {
  display: inline-flex;
  align-items: center;
  background: #dfeaff;
  color: var(--blue);
  border-radius: 999px;
  padding: 10px 18px;
  font-weight: 800;
}
.application-form-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: var(--shadow);
  padding: 28px;
}
.application-form-card h2 {
  margin: 0 0 18px;
  color: var(--blue-dark);
  font-size: 30px;
}
.radio-boxes {
  display: grid;
  gap: 10px;
}
.radio-boxes label {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  border: 1px solid #c8d8ef;
  border-radius: 12px;
  padding: 10px 12px;
  color: #173556;
  font-weight: 700;
}
.regions-summary-card {
  margin-bottom: 26px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow);
  padding: 24px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.regions-summary-card span {
  display: block;
  margin-bottom: 8px;
  color: #8091a8;
  font-size: 14px;
}
.regions-summary-card strong {
  color: var(--blue-dark);
  font-size: 17px;
  line-height: 1.4;
}
@media (max-width: 980px) {
  .source-home__grid, .source-quote, .source-news-grid, .docs-layout, .reports-layout, .application-page__grid, .regions-summary-card {
    grid-template-columns: 1fr;
  }
  .docs-sidebar {
    position: static;
    order: -1;
  }
}
@media (max-width: 640px) {
  .doc-row {
    grid-template-columns: 1fr;
  }
  .source-hero-card, .source-hotline-card, .source-quote, .source-news-card, .application-form-card {
    padding: 22px;
  }
}


/* Clean detail cards after removing helper blocks */
.detail-card .intro-copy + h2,
.detail-card .intro-copy + .ordered-list,
.detail-card .intro-copy + .content-list {
  margin-top: 22px;
}

/* Reports page copied in the source layout style */
.reports-source-page {
  padding-top: 26px;
  padding-bottom: 70px;
}
.reports-source-container {
  width: min(820px, calc(100% - 48px));
  margin: 0 auto;
}
.reports-source-title {
  margin-bottom: 28px;
  font-size: 36px;
  letter-spacing: -0.02em;
}
.reports-source-card {
  background: #fff;
  border: 1px solid #dfe8f4;
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(7, 29, 66, .06);
}
.reports-minjust-card {
  padding: 20px;
  margin-bottom: 28px;
}
.minjust-row {
  min-height: 58px;
  padding: 12px 16px;
  border-radius: 10px;
  background: #eaf1fc;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 28px;
  align-items: center;
  gap: 14px;
  color: #1154e5;
  font-size: 16px;
}
.minjust-emblem {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #d8a11a;
  font-size: 28px;
  filter: drop-shadow(0 1px 0 rgba(0,0,0,.08));
}
.external-icon {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: end;
  color: #1154e5;
}
.external-icon svg,
.esign-icon svg {
  display: block;
  width: 22px;
  height: 22px;
  fill: currentColor;
}
.reports-minjust-card p {
  margin: 18px 0 4px;
  color: #5c718d;
  font-size: 16px;
  line-height: 1.55;
}
.reports-minjust-card strong {
  color: #31537d;
}
.reports-files-card {
  padding: 20px;
}
.report-file-list {
  display: grid;
  gap: 9px;
}
.report-file-row {
  min-height: 45px;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) 24px 1px 74px 78px;
  align-items: center;
  gap: 11px;
  padding: 8px 12px 8px 18px;
  border-radius: 10px;
  background: #eaf1fc;
  color: #052550;
  transition: transform .15s ease, background .15s ease;
}
.report-file-row:hover {
  background: #dfeaff;
  transform: translateY(-1px);
}
.pdf-badge {
  width: 38px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px 7px 7px 2px;
  background: #ff8200;
  color: #fff;
  font-weight: 800;
  font-size: 12px;
  font-style: italic;
  letter-spacing: .02em;
}
.report-file-title {
  min-width: 0;
  color: #052550;
  font-size: 15px;
  line-height: 1.35;
}
.esign-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1264e8;
}
.report-separator {
  width: 1px;
  height: 22px;
  background: #2c61bc;
  opacity: .75;
}
.report-file-size {
  color: #5a6f8c;
  font-size: 15px;
  white-space: nowrap;
}
.report-file-download {
  justify-self: end;
  color: #0052db;
  font-size: 14px;
  white-space: nowrap;
}
.loading-page {
  min-height: 66vh;
  display: grid;
  place-items: center;
  padding: 70px 24px;
}
.loading-card {
  width: min(460px, 100%);
  text-align: center;
  background: #fff;
  border: 1px solid #dfe8f4;
  border-radius: 22px;
  box-shadow: 0 16px 40px rgba(7, 29, 66, .08);
  padding: 42px 34px;
}
.loading-spinner {
  width: 66px;
  height: 66px;
  margin: 0 auto 22px;
  border-radius: 50%;
  border: 6px solid #dfeaff;
  border-top-color: #1557df;
  animation: loadingSpin .9s linear infinite;
}
.loading-card h1 {
  margin: 0 0 12px;
  color: #052550;
  font-size: 30px;
}
.loading-card p {
  color: #49627f;
  line-height: 1.55;
  margin: 0 0 12px;
}
.loading-muted {
  font-size: 14px;
  color: #7d8ea4 !important;
  margin-bottom: 24px !important;
}
@keyframes loadingSpin {
  to { transform: rotate(360deg); }
}
@media (max-width: 680px) {
  .reports-source-container {
    width: min(100% - 28px, 820px);
  }
  .report-file-row {
    grid-template-columns: 46px minmax(0, 1fr) 24px;
    gap: 10px;
  }
  .report-separator,
  .report-file-size {
    display: none;
  }
  .report-file-download {
    grid-column: 2 / 4;
    justify-self: start;
    margin-top: 4px;
  }
  .minjust-row {
    grid-template-columns: 36px minmax(0, 1fr) 24px;
  }
}


/* UI refinement: cleaner, lighter, less heavy */
:root {
  --shadow: 0 10px 26px rgba(7, 29, 66, .055);
}

body {
  font-weight: 400;
}

.site-header {
  border-bottom-color: #e3ebf5;
}

.header-row {
  min-height: 74px;
  gap: 22px;
}

.brand {
  gap: 12px;
  min-width: 300px;
}

.brand-mark img {
  width: 52px;
  height: 52px;
}

.brand strong {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -.01em;
}

.brand small {
  margin-top: 4px;
  font-weight: 500;
  font-size: 11px;
}

.main-nav {
  gap: 20px;
}

.main-nav a {
  font-weight: 650;
  font-size: 13px;
  letter-spacing: -.01em;
  color: #0d294e;
}

.header-phone {
  column-gap: 7px;
}

.header-phone > span {
  width: 26px;
  height: 26px;
  font-size: 17px;
}

.header-phone strong {
  font-size: 17px;
  font-weight: 700;
}

.header-phone small {
  font-size: 11px;
  font-weight: 400;
}

.btn {
  border-radius: 10px;
  padding: 12px 18px;
  font-weight: 700;
  box-shadow: none;
}

.btn-light {
  font-weight: 650;
}

.page-section {
  padding-top: 28px;
}

.section-title {
  font-size: 38px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -.02em;
}

.source-home .hero-source {
  padding: 54px 0 46px;
}

.source-home__grid {
  grid-template-columns: minmax(0, 1.12fr) 340px;
  gap: 24px;
}

.source-hero-card,
.source-hotline-card,
.source-quote,
.source-news-card,
.source-plain-card,
.about-card,
.reports-source-card,
.region-card,
.region-detail-card,
.detail-card,
.measure-card,
.activity-card,
.doc-row,
.report-intro,
.application-form-card {
  border-radius: 14px;
  border-color: #dfe9f5;
  box-shadow: 0 8px 22px rgba(7, 29, 66, .05);
}

.source-hero-card {
  padding: 32px 32px 28px;
}

.source-hero-card:before {
  width: 6px;
}

.source-hero-card h1 {
  font-size: clamp(34px, 4.5vw, 56px);
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -.035em;
}

.source-hero-card p {
  max-width: 760px;
  font-size: 17px;
  line-height: 1.58;
}

.source-logo-card {
  padding: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 270px;
}

.source-logo-card img {
  display: block;
  width: min(240px, 100%);
  height: auto;
  object-fit: contain;
}

.source-quote {
  padding: 26px 30px;
  grid-template-columns: 215px 1fr;
}

.source-quote blockquote {
  font-size: 21px;
  font-weight: 700;
}

.source-section-head h2 {
  font-size: 30px;
  font-weight: 700;
}

.source-news-card h3,
.measure-card h3,
.activity-card h3,
.region-card h3,
.article-content h2,
.about-section h2,
.docs-group h2 {
  font-weight: 700;
  letter-spacing: -.01em;
}

.measure-card h3,
.activity-card h3,
.region-card h3 {
  font-size: 17px;
}

.measure-card,
.activity-card,
.region-card {
  transition: transform .14s ease, box-shadow .14s ease, border-color .14s ease;
}

.measure-card:hover,
.activity-card:hover,
.region-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(7, 29, 66, .075);
  border-color: #cddcf0;
}

.reports-source-title {
  font-weight: 700;
}

.report-file-title,
.report-file-download,
.doc-row h3,
.about-leader-body h3 {
  font-weight: 650;
}

@media (max-width: 980px) {
  .source-home__grid {
    grid-template-columns: 1fr;
  }

  .source-logo-card {
    min-height: 220px;
  }
}


/* Header cleanup and home help banner */
.header-row {
  min-height: 70px;
}
.brand {
  min-width: 285px;
}
.main-nav {
  justify-content: flex-start;
  gap: 22px;
}
.main-nav a {
  font-size: 14px;
  font-weight: 650;
}
.menu-btn {
  margin-left: auto;
}
.home-help-section {
  padding: 46px 0 40px;
}
.home-help-banner {
  max-width: 970px;
  min-height: 240px;
  margin: 0 auto;
  border-radius: 10px;
  background: #005ca9;
  color: #fff;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  align-items: center;
  overflow: hidden;
}
.home-help-content {
  padding: 34px 0 34px 58px;
  position: relative;
  z-index: 2;
}
.home-help-content h2 {
  margin: 0 0 24px;
  color: #fff;
  font-size: 29px;
  line-height: 1.18;
  font-weight: 800;
  letter-spacing: -.02em;
}
.home-help-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 112px;
  min-height: 44px;
  padding: 10px 24px;
  border-radius: 6px;
  background: #fff;
  color: #0b2a4f;
  font-weight: 500;
  font-size: 15px;
}
.home-help-btn:hover {
  background: #f3f7ff;
}
.home-help-illustration {
  width: 360px;
  justify-self: end;
  align-self: end;
  margin: 0 38px 10px 0;
  display: block;
}
.minjust-emblem {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.minjust-emblem img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  display: block;
}
.esign-icon svg {
  width: 21px;
  height: 20px;
  display: block;
}
@media (max-width: 900px) {
  .home-help-banner {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .home-help-content {
    padding: 28px 28px 0;
  }
  .home-help-illustration {
    width: min(360px, 80vw);
    margin: 10px auto 0;
    justify-self: center;
  }
}


/* Home quote block with photo */
.source-quote--with-photo {
  grid-template-columns: 210px minmax(0, 1fr) 290px;
  gap: 26px;
  align-items: center;
}
.source-quote__content {
  min-width: 0;
}
.source-quote__photo {
  margin: 0;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.source-quote__photo img {
  display: block;
  width: 100%;
  height: 205px;
  object-fit: cover;
  object-position: center;
  border-radius: 14px;
  background: #eef4fb;
}
@media (max-width: 1180px) {
  .source-quote--with-photo {
    grid-template-columns: 190px minmax(0, 1fr) 240px;
    gap: 22px;
  }
  .source-quote__photo img {
    height: 185px;
  }
}
@media (max-width: 980px) {
  .source-quote--with-photo {
    grid-template-columns: 1fr;
  }
  .source-quote__photo {
    max-width: 420px;
    width: 100%;
  }
}
@media (max-width: 640px) {
  .source-quote__photo img {
    height: auto;
    aspect-ratio: 4 / 3;
  }
}


/* Home quote statement block */
.source-quote--statement {
  grid-template-columns: minmax(0, 1fr) 290px;
  gap: 34px;
  align-items: center;
  padding: 28px 30px;
}
.source-quote__main {
  min-width: 0;
}
.source-quote__mark {
  color: #d6e3fb;
  font-size: 72px;
  line-height: 0.8;
  font-weight: 700;
  margin-bottom: 8px;
}
.source-quote__main p {
  margin: 0;
  color: var(--blue-dark);
  font-size: 16px;
  line-height: 1.55;
}
.source-quote__aside {
  margin: 0;
  align-self: center;
}
.source-quote__aside img {
  display: block;
  width: 100%;
  height: 210px;
  object-fit: cover;
  object-position: center;
  border-radius: 0;
  background: #eef4fb;
}
.source-quote__aside figcaption {
  margin-top: 12px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.45;
}
@media (max-width: 980px) {
  .source-quote--statement {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .source-quote__aside {
    max-width: 430px;
  }
}
@media (max-width: 640px) {
  .source-quote--statement {
    padding: 22px 18px;
  }
  .source-quote__mark {
    font-size: 58px;
  }
  .source-quote__main p, .source-quote__aside figcaption {
    font-size: 14px;
  }
  .source-quote__aside img {
    height: auto;
    aspect-ratio: 4 / 3;
  }
}


/* Live news feed */
.live-news-section {
  padding-top: 48px;
}

.live-news-head {
  align-items: flex-end;
}

.live-news-subtitle {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.45;
}

.live-news-grid {
  align-items: stretch;
}

.live-news-card {
  display: flex;
  flex-direction: column;
  gap: 0;
  overflow: hidden;
}

.live-news-card__image {
  display: block;
  width: 100%;
  height: 150px;
  margin-bottom: 18px;
  object-fit: cover;
  border-radius: 10px;
  background: linear-gradient(135deg, #dfeaff, #f6f9ff);
}

.live-news-card__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2a64d8;
  font-weight: 800;
  font-size: 32px;
}

.live-news-card__source {
  display: inline-flex;
  width: fit-content;
  margin-top: auto;
  padding-top: 14px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 700;
}

.live-news-card a {
  color: inherit;
}

.live-news-card a:hover h3 {
  color: var(--blue);
}

.news-skeleton {
  display: block;
  border-radius: 10px;
  background: linear-gradient(90deg, #e9f0fb 0%, #f6f9ff 45%, #e9f0fb 100%);
  background-size: 220% 100%;
  animation: newsSkeleton 1.25s ease-in-out infinite;
}

.news-skeleton-img {
  height: 150px;
  margin-bottom: 18px;
}

.news-skeleton-date {
  height: 14px;
  width: 110px;
  margin-bottom: 18px;
}

.news-skeleton-title {
  height: 46px;
  width: 88%;
  margin-bottom: 14px;
}

.news-skeleton-text {
  height: 52px;
  width: 100%;
}

@keyframes newsSkeleton {
  0% { background-position: 100% 0; }
  100% { background-position: -100% 0; }
}

.news-error-card {
  grid-column: 1 / -1;
  padding: 22px 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 8px 22px rgba(7, 29, 66, .05);
  color: #173556;
}

.news-error-card strong {
  display: block;
  color: var(--blue-dark);
  margin-bottom: 8px;
}

@media (max-width: 640px) {
  .live-news-head {
    align-items: flex-start;
  }

  .live-news-card__image,
  .news-skeleton-img {
    height: 175px;
  }
}



/* Reference compact pass: visually match the provided compact original site */
:root {
  --bg: #f3f8fd;
  --shadow: 0 8px 20px rgba(7, 29, 66, .045);
  --line: #dce7f2;
}

body {
  font-size: 14px;
  line-height: 1.45;
  background: #f3f8fd;
  font-weight: 400;
}

.top-note {
  display: none !important;
}

.container,
.support-container,
.about-wrap {
  width: min(1040px, calc(100% - 44px)) !important;
  max-width: 1040px !important;
}

.site-header {
  background: #fff;
  border-top: 0;
  border-bottom: 1px solid #dce5f0;
  box-shadow: none;
}

.header-row {
  min-height: 54px !important;
  gap: 22px !important;
  align-items: center;
}

.brand {
  min-width: 250px !important;
  gap: 9px !important;
}

.brand-mark img {
  width: 38px !important;
  height: 38px !important;
}

.brand strong {
  font-size: 18px !important;
  line-height: 1.02 !important;
  font-weight: 700 !important;
  letter-spacing: -.01em;
}

.brand small {
  margin-top: 2px !important;
  font-size: 10px !important;
  line-height: 1.1 !important;
  font-weight: 400 !important;
}

.main-nav {
  justify-content: flex-start !important;
  gap: 22px !important;
}

.main-nav a {
  padding: 8px 0 !important;
  font-size: 12px !important;
  line-height: 1.12 !important;
  font-weight: 650 !important;
  letter-spacing: -.01em;
}

.main-nav a::after {
  bottom: -15px !important;
  height: 2px !important;
}

.menu-btn {
  width: 36px !important;
  height: 34px !important;
  border-radius: 8px !important;
}

/* Home first screen: no inflated advertising card */
.source-home .hero-source {
  padding: 30px 0 38px !important;
  background: #f3f8fd !important;
  border-bottom: 1px solid #dce5f0 !important;
}

.source-home__grid {
  grid-template-columns: minmax(0, 1fr) 260px !important;
  gap: 46px !important;
  align-items: start !important;
}

.source-hero-card,
.source-logo-card {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.source-hero-card {
  padding: 0 !important;
  overflow: visible !important;
}

.source-hero-card::before {
  display: none !important;
}

.source-hero-card h1 {
  margin: 0 0 18px !important;
  font-size: 24px !important;
  line-height: 1.18 !important;
  font-weight: 700 !important;
  letter-spacing: -.02em !important;
}

.source-hero-card p {
  max-width: 650px !important;
  margin: 0 0 18px !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
  color: #102b4f !important;
}

.source-actions {
  gap: 16px !important;
  margin-top: 22px !important;
  align-items: center !important;
}

.btn,
.doc-download,
.btn-outline {
  min-height: 36px !important;
  padding: 9px 18px !important;
  border-radius: 7px !important;
  font-size: 13px !important;
  font-weight: 650 !important;
  box-shadow: none !important;
}

.btn-primary {
  background: #d72331 !important;
}

.btn-light {
  background: transparent !important;
  border-color: transparent !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  color: #082c63 !important;
}

.source-logo-card {
  min-height: 0 !important;
  padding: 0 !important;
  display: flex !important;
  justify-content: center !important;
  align-items: flex-start !important;
}

.source-logo-card img {
  width: 205px !important;
  height: auto !important;
}

/* Help banner compact scale */
.home-help-section {
  padding: 30px 0 36px !important;
}

.home-help-banner {
  max-width: 860px !important;
  min-height: 176px !important;
  border-radius: 7px !important;
  grid-template-columns: minmax(0, 1fr) 300px !important;
}

.home-help-content {
  padding: 26px 0 26px 46px !important;
}

.home-help-content h2 {
  margin: 0 0 18px !important;
  font-size: 23px !important;
  line-height: 1.16 !important;
  font-weight: 700 !important;
  letter-spacing: -.015em !important;
}

.home-help-btn {
  min-width: 96px !important;
  min-height: 36px !important;
  padding: 8px 18px !important;
  border-radius: 6px !important;
  font-size: 13px !important;
}

.home-help-illustration {
  width: 270px !important;
  max-height: 172px !important;
  object-fit: contain !important;
  justify-self: center !important;
}

/* Quote block like reference: small, white, clean */
.source-quote-section {
  padding: 36px 0 34px !important;
}

.source-quote,
.source-quote--statement {
  border-radius: 10px !important;
  border: 1px solid #dfe9f5 !important;
  box-shadow: 0 8px 20px rgba(7, 29, 66, .045) !important;
}

.source-quote--statement {
  grid-template-columns: minmax(0, 1fr) 280px !important;
  gap: 32px !important;
  padding: 20px 22px !important;
  align-items: center !important;
}

.source-quote__mark {
  margin-bottom: 8px !important;
  font-size: 54px !important;
  line-height: .75 !important;
  color: #d5e2fb !important;
}

.source-quote__main p {
  font-size: 13px !important;
  line-height: 1.5 !important;
  font-weight: 400 !important;
  color: #0b2447 !important;
}

.source-quote__aside img {
  height: 170px !important;
  border-radius: 0 !important;
  object-fit: cover !important;
}

.source-quote__aside figcaption {
  margin-top: 10px !important;
  font-size: 11px !important;
  line-height: 1.35 !important;
  color: #637896 !important;
}

/* News and common content compactness */
.source-news-section,
.live-news-section {
  padding: 36px 0 42px !important;
}

.source-section-head {
  margin-bottom: 18px !important;
}

.source-section-head h2 {
  font-size: 26px !important;
  line-height: 1.15 !important;
  font-weight: 700 !important;
}

.live-news-subtitle {
  margin-top: 5px !important;
  font-size: 13px !important;
}

.source-news-grid {
  gap: 16px !important;
}

.source-news-card {
  min-height: 0 !important;
  padding: 16px !important;
  border-radius: 9px !important;
  box-shadow: 0 8px 20px rgba(7, 29, 66, .045) !important;
}

.live-news-card__image,
.news-skeleton-img {
  height: 132px !important;
  margin-bottom: 14px !important;
  border-radius: 7px !important;
}

.source-news-card time {
  font-size: 12px !important;
}

.source-news-card h3 {
  margin: 12px 0 8px !important;
  font-size: 16px !important;
  line-height: 1.28 !important;
  font-weight: 700 !important;
}

.source-news-card p {
  font-size: 13px !important;
  line-height: 1.45 !important;
}

/* Shared inner pages: less bulky */
.page-section {
  padding: 24px 0 56px !important;
}

.section-title {
  margin: 6px 0 20px !important;
  font-size: 32px !important;
  line-height: 1.14 !important;
  font-weight: 700 !important;
  letter-spacing: -.02em !important;
}

.breadcrumbs {
  padding-top: 10px !important;
  font-size: 11px !important;
}

.detail-card,
.about-card,
.report-intro,
.reports-source-card,
.region-detail-card,
.measure-card,
.activity-card,
.region-card,
.doc-row,
.application-form-card {
  border-radius: 10px !important;
  border-color: #dfe9f5 !important;
  box-shadow: 0 8px 20px rgba(7, 29, 66, .045) !important;
}

.detail-card {
  padding: 18px !important;
}

.detail-card p,
.article-content p,
.article-content .content-list li,
.content-list li {
  font-size: 14px !important;
  line-height: 1.48 !important;
}

.detail-card h2,
.article-content h2,
.docs-group h2,
.about-section h2 {
  font-size: 20px !important;
  line-height: 1.25 !important;
  font-weight: 700 !important;
}

.measures-grid,
.activity-grid,
.regions-grid,
.source-news-grid {
  gap: 16px !important;
}

.measure-card {
  min-height: 104px !important;
  padding: 15px !important;
}

.activity-card {
  min-height: 170px !important;
  padding: 17px !important;
}

.region-card {
  min-height: 96px !important;
  padding: 18px !important;
  grid-template-columns: 34px minmax(0, 1fr) !important;
  gap: 14px !important;
}

.measure-card h3,
.activity-card h3,
.region-card h3 {
  font-size: 15px !important;
  line-height: 1.28 !important;
  font-weight: 700 !important;
}

.measure-card p,
.activity-card p,
.region-card p {
  font-size: 13px !important;
  line-height: 1.45 !important;
}

@media (max-width: 1100px) {
  .container,
  .support-container,
  .about-wrap {
    width: min(100% - 34px, 1040px) !important;
  }

  .header-row {
    gap: 16px !important;
  }

  .brand {
    min-width: 210px !important;
  }

  .brand strong {
    font-size: 16px !important;
  }

  .main-nav {
    gap: 16px !important;
  }

  .main-nav a {
    font-size: 11px !important;
  }
}

@media (max-width: 980px) {
  .header-row {
    min-height: 58px !important;
  }

  .main-nav {
    display: none !important;
  }

  .brand {
    min-width: 0 !important;
  }

  .source-home__grid {
    grid-template-columns: 1fr !important;
    gap: 22px !important;
  }

  .source-logo-card {
    justify-content: flex-start !important;
  }

  .source-logo-card img {
    width: 180px !important;
  }

  .home-help-banner {
    grid-template-columns: 1fr !important;
    max-width: 100% !important;
  }

  .home-help-content {
    padding: 26px 28px !important;
  }

  .home-help-illustration {
    width: 230px !important;
    margin: -16px 24px 18px auto !important;
  }

  .source-quote--statement {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  .source-quote__aside {
    max-width: 360px !important;
  }
}

@media (max-width: 640px) {
  .container,
  .support-container,
  .about-wrap {
    width: min(100% - 24px, 1040px) !important;
  }

  .brand-mark img {
    width: 32px !important;
    height: 32px !important;
  }

  .brand strong {
    font-size: 15px !important;
  }

  .brand small {
    font-size: 9px !important;
  }

  .source-home .hero-source {
    padding: 22px 0 28px !important;
  }

  .source-hero-card h1 {
    font-size: 22px !important;
  }

  .home-help-content h2 {
    font-size: 19px !important;
  }

  .section-title {
    font-size: 28px !important;
  }

  .source-news-grid,
  .measures-grid,
  .activity-grid,
  .regions-grid {
    grid-template-columns: 1fr !important;
  }
}


/* Footer content pages */
.source-content-page {
  padding-top: 34px;
}

.source-content-wrap {
  max-width: 1060px;
}

.source-content-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 230px;
  gap: 30px;
  align-items: start;
}

.source-content-main {
  min-width: 0;
}

.source-page-card,
.source-page-section {
  background: #fff;
  border: 1px solid #dfe9f5;
  border-radius: 14px;
  box-shadow: 0 8px 22px rgba(7, 29, 66, .05);
  padding: 22px 24px;
  margin-bottom: 22px;
}

.source-page-card p,
.source-page-section p,
.source-page-section li {
  color: #173556;
  font-size: 15px;
  line-height: 1.58;
}

.source-page-card p,
.source-page-section p {
  margin: 0 0 14px;
}

.source-page-section h2 {
  margin: 0 0 16px;
  color: var(--blue-dark);
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
}

.source-page-section h3 {
  margin: 18px 0 10px;
  color: var(--blue-dark);
  font-size: 18px;
  line-height: 1.25;
  font-weight: 700;
}

.source-page-section ul,
.source-page-section ol {
  margin: 0;
  padding-left: 21px;
}

.source-page-section li + li {
  margin-top: 9px;
}

.source-doc-list {
  gap: 10px;
}

.source-doc-row {
  grid-template-columns: minmax(0, 1fr) 86px auto;
  padding: 13px 16px;
  background: #edf3ff;
  box-shadow: none;
  border: 0;
  border-radius: 10px;
}

.source-doc-row h3 {
  font-size: 15px;
  margin: 0;
}

.source-doc-row span {
  color: #506783;
  font-size: 14px;
}

.source-doc-row a {
  min-height: 32px;
  padding: 6px 12px;
  border: 0;
  background: transparent;
}

.source-side-nav {
  position: sticky;
  top: 90px;
  padding-top: 3px;
}

.source-side-nav strong {
  display: block;
  margin-bottom: 14px;
  color: var(--blue-dark);
  font-size: 16px;
}

.source-side-nav a {
  display: block;
  margin-bottom: 13px;
  color: var(--blue);
  font-size: 15px;
  line-height: 1.35;
}

.source-info-link {
  color: var(--blue);
  font-weight: 700;
}

@media (max-width: 980px) {
  .source-content-layout {
    grid-template-columns: 1fr;
  }
  .source-side-nav {
    position: static;
    order: -1;
  }
}

@media (max-width: 640px) {
  .source-content-page {
    padding-top: 22px;
  }
  .source-page-card,
  .source-page-section {
    padding: 18px;
  }
  .source-doc-row {
    grid-template-columns: 1fr;
  }
}


.source-tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}
.source-tag-row span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  border-radius: 10px;
  background: #edf3ff;
  color: var(--blue-dark);
  font-size: 14px;
  font-weight: 650;
}


/* Targeted compact fix: homepage news section and footer only */
.source-news-section.live-news-section {
  padding: 34px 0 38px;
  margin: 0;
}
.live-news-section .container {
  width: min(1040px, calc(100% - 48px));
}
.live-news-head {
  align-items: flex-start;
  margin-bottom: 22px;
}
.live-news-head h2 {
  margin: 0;
  font-size: 26px;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -.02em;
  color: var(--blue-dark);
}
.live-news-subtitle {
  display: none !important;
}
.live-news-head .doc-download {
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--blue);
  box-shadow: none;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 500;
}
.live-news-head .doc-download:hover {
  background: transparent;
  text-decoration: underline;
}
.live-news-grid.source-news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}
.live-news-card.source-news-card {
  min-height: 0;
  padding: 18px 18px 20px;
  border-radius: 12px;
  border: 1px solid #dfe8f5;
  background: #fff;
  box-shadow: 0 6px 18px rgba(7, 29, 66, .045);
  overflow: hidden;
}
.live-news-card.source-news-card a {
  display: block;
  color: inherit;
  text-decoration: none;
}
.live-news-card__image {
  width: 100%;
  height: 150px;
  margin: 0 0 16px;
  border-radius: 8px;
  object-fit: cover;
  object-position: center;
  background: #edf3fb;
}
.live-news-card__placeholder {
  display: none !important;
}
.live-news-card.source-news-card time {
  display: block;
  margin: 0 0 12px;
  font-size: 12px;
  line-height: 1.35;
  color: #60748f;
}
.live-news-card.source-news-card h3 {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: -.01em;
  color: var(--blue-dark);
}
.live-news-card.source-news-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.42;
  color: #0b2447;
}
.live-news-card__source {
  display: none !important;
}
.news-skeleton-img {
  height: 150px;
  margin-bottom: 16px;
  border-radius: 8px;
}
.news-skeleton-date {
  height: 12px;
  margin-bottom: 12px;
}
.news-skeleton-title {
  height: 38px;
  margin-bottom: 10px;
}
.news-skeleton-text {
  height: 40px;
}
.page-footer {
  margin-top: 0;
  padding: 38px 0 34px;
  background: var(--footer);
}
.footer-grid {
  width: min(1040px, calc(100% - 48px));
  grid-template-columns: 1fr 1fr 1fr auto;
  gap: 58px;
  align-items: start;
}
.footer-grid nav {
  gap: 14px;
}
.footer-grid nav a {
  color: #60748f;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 400;
}
.footer-grid nav a:hover {
  color: var(--blue);
}
.footer-social {
  gap: 8px;
  padding-top: 0;
  justify-content: flex-end;
}
.footer-social a {
  width: 32px;
  height: 32px;
  border-radius: 9px;
  background: #8d9aac;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
  text-transform: lowercase;
  box-shadow: none;
}
.footer-social a:hover {
  background: #748399;
}
@media (max-width: 980px) {
  .live-news-grid.source-news-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .live-news-card__image,
  .news-skeleton-img {
    height: 170px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px 42px;
  }
  .footer-social {
    justify-content: flex-start;
  }
}
@media (max-width: 640px) {
  .source-news-section.live-news-section {
    padding: 28px 0 32px;
  }
  .live-news-section .container,
  .footer-grid {
    width: calc(100% - 28px);
  }
  .live-news-head {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
  }
  .live-news-head h2 {
    font-size: 24px;
  }
  .live-news-card.source-news-card {
    padding: 16px;
  }
  .live-news-card__image,
  .news-skeleton-img {
    height: 165px;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .page-footer {
    padding: 30px 0;
  }
}



/* Targeted compact fix: application form page and its footer only */
.application-page {
  padding: 30px 0 48px !important;
}

.application-page .support-container {
  width: min(1040px, calc(100% - 48px)) !important;
}

.application-page .breadcrumbs.with-space {
  padding-top: 6px !important;
  margin-bottom: 16px !important;
  font-size: 12px !important;
}

.application-page__grid {
  grid-template-columns: minmax(0, 1fr) 344px !important;
  gap: 46px !important;
  align-items: start !important;
}

.application-copy {
  padding-top: 0 !important;
}

.application-badge {
  min-height: 28px !important;
  padding: 6px 14px !important;
  border-radius: 999px !important;
  background: #dfeaff !important;
  color: var(--blue) !important;
  font-size: 13px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
}

.application-copy h1 {
  max-width: 520px !important;
  margin: 14px 0 18px !important;
  color: var(--blue-dark) !important;
  font-size: clamp(36px, 3.35vw, 46px) !important;
  line-height: 1.04 !important;
  font-weight: 700 !important;
  letter-spacing: -.035em !important;
}

.application-copy p {
  max-width: 560px !important;
  margin: 0 0 20px !important;
  color: #173556 !important;
  font-size: 15px !important;
  line-height: 1.55 !important;
  font-weight: 400 !important;
}

.application-form-card {
  width: 100% !important;
  padding: 24px !important;
  border-radius: 14px !important;
  border: 1px solid #dce8f6 !important;
  background: #fff !important;
  box-shadow: 0 10px 26px rgba(7, 29, 66, .055) !important;
}

.application-form-card h2 {
  margin: 0 0 18px !important;
  color: var(--blue-dark) !important;
  font-size: 25px !important;
  line-height: 1.16 !important;
  font-weight: 700 !important;
  letter-spacing: -.02em !important;
}

.application-form-card .field {
  margin-bottom: 13px !important;
}

.application-form-card .field > label {
  margin-bottom: 6px !important;
  color: #0b2447 !important;
  font-size: 12px !important;
  line-height: 1.3 !important;
  font-weight: 700 !important;
}

.application-form-card .field input,
.application-form-card .field select,
.application-form-card .field textarea {
  height: 40px !important;
  min-height: 40px !important;
  padding: 9px 12px !important;
  border-radius: 10px !important;
  border: 1px solid #c8d8ef !important;
  background: #fff !important;
  color: #0b2447 !important;
  font-size: 14px !important;
  line-height: 1.25 !important;
  box-shadow: none !important;
}

.application-form-card .field input:focus,
.application-form-card .field select:focus,
.application-form-card .field textarea:focus {
  outline: none !important;
  border-color: #7da5ee !important;
  box-shadow: 0 0 0 3px rgba(29, 93, 235, .10) !important;
}

.application-form-card .radio-boxes {
  display: grid !important;
  gap: 8px !important;
}

.application-form-card .radio-boxes label {
  min-height: 34px !important;
  padding: 8px 10px !important;
  border: 1px solid #c8d8ef !important;
  border-radius: 9px !important;
  background: #fff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 8px !important;
  color: #0b2447 !important;
  font-size: 13px !important;
  line-height: 1.25 !important;
  font-weight: 600 !important;
  text-align: left !important;
}

.application-form-card .radio-boxes input[type="radio"] {
  width: 14px !important;
  height: 14px !important;
  min-height: 14px !important;
  margin: 0 !important;
  padding: 0 !important;
  flex: 0 0 auto !important;
}

.application-form-card .btn.btn-primary.btn-wide {
  min-height: 40px !important;
  margin-top: 4px !important;
  padding: 10px 16px !important;
  border-radius: 9px !important;
  background: #1554d9 !important;
  color: #fff !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  box-shadow: none !important;
}

.application-form-card .btn.btn-primary.btn-wide:hover {
  background: #0f48c3 !important;
}

.application-form-card .simple-note {
  display: none !important;
}

/* Footer on application page */
.application-page + .page-footer {
  margin-top: 0 !important;
  padding: 36px 0 34px !important;
  background: var(--footer) !important;
}

.application-page + .page-footer .footer-grid {
  width: min(1040px, calc(100% - 48px)) !important;
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr auto !important;
  gap: 58px !important;
  align-items: start !important;
}

.application-page + .page-footer .footer-grid nav {
  display: grid !important;
  gap: 14px !important;
}

.application-page + .page-footer .footer-grid nav a {
  color: #60748f !important;
  font-size: 15px !important;
  line-height: 1.35 !important;
  font-weight: 400 !important;
}

.application-page + .page-footer .footer-social {
  display: flex !important;
  gap: 8px !important;
  justify-content: flex-end !important;
  padding-top: 0 !important;
}

.application-page + .page-footer .footer-social a {
  width: 32px !important;
  height: 32px !important;
  border-radius: 9px !important;
  background: #8d9aac !important;
  color: #fff !important;
  font-size: 14px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  box-shadow: none !important;
}

@media (max-width: 980px) {
  .application-page__grid {
    grid-template-columns: 1fr !important;
    gap: 26px !important;
  }

  .application-form-card {
    max-width: 420px !important;
  }

  .application-page + .page-footer .footer-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 28px 42px !important;
  }

  .application-page + .page-footer .footer-social {
    justify-content: flex-start !important;
  }
}

@media (max-width: 640px) {
  .application-page {
    padding: 22px 0 36px !important;
  }

  .application-page .support-container,
  .application-page + .page-footer .footer-grid {
    width: calc(100% - 28px) !important;
  }

  .application-copy h1 {
    font-size: 34px !important;
  }

  .application-copy p {
    font-size: 14px !important;
    line-height: 1.5 !important;
  }

  .application-form-card {
    max-width: none !important;
    padding: 20px !important;
  }

  .application-page + .page-footer {
    padding: 30px 0 !important;
  }

  .application-page + .page-footer .footer-grid {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }
}


/* Application backend status */
.simple-note.status-pending,
.simple-note.status-success,
.simple-note.status-error {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
  padding: 12px 14px;
  border-radius: 12px;
  font-weight: 700;
  line-height: 1.4;
}

.simple-note.status-pending {
  color: #0b3f87;
  background: #eaf3ff;
  border: 1px solid #cfe2ff;
}

.simple-note.status-success {
  color: #0f6a3c;
  background: #eaf8f0;
  border: 1px solid #bfe8cf;
}

.simple-note.status-error {
  color: #b4232c;
  background: #fff0f1;
  border: 1px solid #ffd0d5;
}

.status-spinner {
  width: 18px;
  height: 18px;
  border: 2px solid rgba(27, 86, 217, .22);
  border-top-color: #1b56d9;
  border-radius: 50%;
  flex: 0 0 auto;
  animation: statusSpin .8s linear infinite;
}

@keyframes statusSpin {
  to { transform: rotate(360deg); }
}

button[disabled] {
  cursor: not-allowed;
  opacity: .72;
}


/* Application review overlay */
.application-review-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(239, 246, 255, .78);
  backdrop-filter: blur(5px);
}

.application-review-overlay.is-open,
.application-review-overlay.is-success,
.application-review-overlay.is-error {
  display: flex;
}

.application-review-modal {
  width: min(390px, 100%);
  padding: 28px 26px;
  border: 1px solid #cfe0f7;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 22px 60px rgba(7, 29, 66, .16);
  text-align: center;
  color: #082b5f;
}

.application-review-modal h2 {
  margin: 14px 0 8px;
  color: var(--blue-dark);
  font-size: 24px;
  line-height: 1.2;
}

.application-review-modal p {
  margin: 0;
  color: #506986;
  font-size: 15px;
  line-height: 1.5;
}

.application-review-spinner {
  display: inline-block;
  width: 42px;
  height: 42px;
  border: 4px solid rgba(27, 86, 217, .18);
  border-top-color: #1b56d9;
  border-radius: 50%;
  animation: statusSpin .8s linear infinite;
}

.application-review-modal.is-success .application-review-spinner,
.application-review-modal.is-error .application-review-spinner {
  width: 46px;
  height: 46px;
  border: 0;
  animation: none;
  border-radius: 50%;
  position: relative;
}

.application-review-modal.is-success .application-review-spinner {
  background: #16a34a;
}

.application-review-modal.is-success .application-review-spinner::after {
  content: "✓";
  position: absolute;
  inset: 0;
  color: #fff;
  font-size: 30px;
  line-height: 46px;
  font-weight: 800;
}

.application-review-modal.is-error .application-review-spinner {
  background: #dc2626;
}

.application-review-modal.is-error .application-review-spinner::after {
  content: "!";
  position: absolute;
  inset: 0;
  color: #fff;
  font-size: 30px;
  line-height: 46px;
  font-weight: 800;
}

