    :root {
      --bg: #f5f8fb;
      --bg-soft: #eef6fb;
      --card: #ffffff;
      --text: #1f2937;
      --muted: #64748b;
      --line: #dbe7ef;
      --blue: #0f6fb5;
      --blue-dark: #084a7a;
      --green: #19a974;
      --yellow: #f6c343;
      --orange: #f59e0b;
      --radius-lg: 28px;
      --radius-md: 18px;
      --shadow: 0 18px 45px rgba(15, 79, 125, .10);
      --shadow-soft: 0 10px 30px rgba(15, 79, 125, .08);
      --max: 1120px;
    }

    * {
      box-sizing: border-box;
    }

    body {
      margin: 0;
      font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      color: var(--text);
      background:
        radial-gradient(circle at top left, rgba(25, 169, 116, .14), transparent 34rem),
        radial-gradient(circle at top right, rgba(15, 111, 181, .16), transparent 36rem),
        var(--bg);
      line-height: 1.8;
      letter-spacing: .02em;
    }

    a {
      color: inherit;
      text-decoration: none;
    }

    img {
      max-width: 100%;
      height: auto;
      display: block;
    }

    .site-header {
      position: sticky;
      top: 0;
      z-index: 20;
      backdrop-filter: blur(14px);
      background: rgba(255, 255, 255, .84);
      border-bottom: 1px solid rgba(219, 231, 239, .75);
    }

    .header-inner {
      max-width: var(--max);
      margin: 0 auto;
      padding: 16px 24px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
    }

    .logo {
      display: flex;
      align-items: center;
      gap: 10px;
      font-weight: 800;
      letter-spacing: .04em;
      color: var(--blue-dark);
      white-space: nowrap;
    }

    .logo-mark {
      width: 34px;
      height: 34px;
      border-radius: 12px;
      background: linear-gradient(135deg, var(--blue), var(--green));
      box-shadow: 0 10px 20px rgba(15, 111, 181, .22);
    }

    .global-nav {
      display: flex;
      align-items: center;
      gap: 22px;
      font-size: 14px;
      color: #334155;
    }

    .nav-button,
    .button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 44px;
      padding: 10px 18px;
      border-radius: 999px;
      font-weight: 700;
      transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
    }

    .nav-button {
      color: #fff;
      background: var(--blue);
      box-shadow: 0 10px 24px rgba(15, 111, 181, .22);
    }

    .button:hover,
    .nav-button:hover {
      transform: translateY(-2px);
    }

    .button-primary {
      color: #fff;
      background: linear-gradient(135deg, var(--blue), var(--green));
      box-shadow: 0 14px 28px rgba(15, 111, 181, .22);
    }

    .button-secondary {
      color: var(--blue-dark);
      background: #fff;
      border: 1px solid var(--line);
      box-shadow: var(--shadow-soft);
    }

    .section {
      padding: 88px 24px;
    }

    .section-inner {
      max-width: var(--max);
      margin: 0 auto;
    }

    .hero {
      padding: 92px 24px 72px;
    }

    .hero-grid {
      max-width: var(--max);
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1.04fr .96fr;
      gap: 48px;
      align-items: center;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 6px 14px;
      border-radius: 999px;
      font-size: 13px;
      font-weight: 800;
      color: var(--blue-dark);
      background: rgba(15, 111, 181, .09);
      margin-bottom: 18px;
    }

    .eyebrow::before {
      content: "";
      width: 8px;
      height: 8px;
      border-radius: 999px;
      background: var(--green);
    }

    h1,
    h2,
    h3 {
      line-height: 1.35;
      margin: 0;
      letter-spacing: .03em;
    }

    h1 {
      font-size: clamp(38px, 5vw, 66px);
      color: #102a43;
    }

    .lead {
      margin: 24px 0 0;
      font-size: clamp(17px, 2.1vw, 20px);
      color: #334155;
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      margin-top: 34px;
    }

    .hero-visual {
      position: relative;
      min-height: 430px;
      border-radius: 36px;
      padding: 26px;
      background:
        linear-gradient(180deg, rgba(255,255,255,.78), rgba(255,255,255,.94)),
        radial-gradient(circle at 20% 20%, rgba(246,195,67,.35), transparent 18rem),
        linear-gradient(135deg, rgba(15,111,181,.12), rgba(25,169,116,.12));
      box-shadow: var(--shadow);
      overflow: hidden;
    }

    .hero-visual::before,
    .hero-visual::after {
      content: "";
      position: absolute;
      border-radius: 999px;
      background: rgba(15, 111, 181, .10);
    }

    .hero-visual::before {
      width: 220px;
      height: 220px;
      right: -70px;
      top: -60px;
    }

    .hero-visual::after {
      width: 160px;
      height: 160px;
      left: -54px;
      bottom: -40px;
      background: rgba(25, 169, 116, .12);
    }

    .visual-card {
      position: relative;
      z-index: 1;
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 26px;
      padding: 22px;
      box-shadow: var(--shadow-soft);
    }

    .visual-card + .visual-card {
      margin-top: 18px;
    }

    .visual-card:nth-child(2) {
      margin-left: 54px;
    }

    .visual-card:nth-child(3) {
      margin-right: 42px;
    }

    .visual-label {
      font-size: 13px;
      font-weight: 800;
      color: var(--muted);
      margin-bottom: 8px;
    }

    .visual-title {
      font-size: 20px;
      font-weight: 900;
      color: var(--blue-dark);
    }

    .visual-text {
      margin: 8px 0 0;
      color: var(--muted);
      font-size: 14px;
      line-height: 1.7;
    }

    .section-head {
      max-width: 760px;
      margin-bottom: 34px;
    }

    .section-title {
      font-size: clamp(30px, 3vw, 44px);
      color: #102a43;
    }

    .section-copy {
      margin: 16px 0 0;
      color: var(--muted);
      font-size: 17px;
    }

    .cards {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 22px;
    }

    .card {
      background: var(--card);
      border: 1px solid var(--line);
      border-radius: var(--radius-lg);
      padding: 28px;
      box-shadow: var(--shadow-soft);
    }

    .icon {
      width: 54px;
      height: 54px;
      display: grid;
      place-items: center;
      border-radius: 18px;
      margin-bottom: 18px;
      font-size: 26px;
      background: var(--bg-soft);
    }

    .card h3 {
      font-size: 22px;
      color: #102a43;
    }

    .card p {
      color: var(--muted);
      margin: 12px 0 0;
    }

    .link {
      display: inline-flex;
      margin-top: 18px;
      font-weight: 800;
      color: var(--blue);
    }

    .services {
      background: #fff;
    }

    .service-list {
      display: grid;
      gap: 28px;
    }

    .service-item {
      display: grid;
      grid-template-columns: .9fr 1.1fr;
      gap: 30px;
      align-items: center;
      padding: 28px;
      border-radius: 34px;
      background:
        linear-gradient(135deg, rgba(15,111,181,.08), rgba(25,169,116,.07)),
        #f8fbfd;
      border: 1px solid var(--line);
    }

    .service-image {
      min-height: 260px;
      border-radius: 28px;
      background:
        radial-gradient(circle at 30% 20%, rgba(246,195,67,.38), transparent 12rem),
        linear-gradient(135deg, rgba(15,111,181,.18), rgba(25,169,116,.18));
      display: grid;
      place-items: center;
      color: rgba(8, 74, 122, .55);
      font-weight: 900;
      text-align: center;
      padding: 24px;
    }

    .service-content h3 {
      font-size: clamp(26px, 3vw, 36px);
      color: #102a43;
    }

    .service-content .catch {
      margin: 10px 0 0;
      font-size: 20px;
      font-weight: 900;
      color: var(--blue-dark);
    }

    .service-content p {
      color: var(--muted);
      margin: 16px 0 0;
    }

    .philosophy-grid {
      display: grid;
      grid-template-columns: 1.05fr .95fr;
      gap: 24px;
      align-items: stretch;
    }

    .philosophy-main {
      background: linear-gradient(135deg, var(--blue-dark), var(--blue));
      color: #fff;
      border-radius: 34px;
      padding: 36px;
      box-shadow: var(--shadow);
    }

    .philosophy-main h2 {
      font-size: clamp(30px, 3vw, 42px);
    }

    .philosophy-main p {
      color: rgba(255,255,255,.84);
      margin: 18px 0 0;
    }

    .philosophy-side {
      display: grid;
      gap: 18px;
    }

    .mini-card {
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 26px;
      padding: 26px;
      box-shadow: var(--shadow-soft);
    }

    .mini-card h3 {
      font-size: 22px;
      color: #102a43;
    }

    .mini-card p {
      margin: 10px 0 0;
      color: var(--muted);
    }

    .materials {
      background:
        linear-gradient(180deg, rgba(238,246,251,.75), rgba(245,248,251,1));
    }

    .materials-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 18px;
    }

    .material-link {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 22px;
      padding: 20px 22px;
      box-shadow: var(--shadow-soft);
      font-weight: 800;
    }

    .material-link span {
      color: var(--blue);
    }

    .about-contact {
      padding-bottom: 0;
    }

    .about-box {
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 34px;
      padding: 34px;
      box-shadow: var(--shadow-soft);
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 28px;
      align-items: center;
    }

    .contact-band {
      margin-top: 36px;
      border-radius: 34px;
      padding: 42px;
      background: linear-gradient(135deg, var(--green), var(--blue));
      color: #fff;
      text-align: center;
    }

    .contact-band p {
      color: rgba(255,255,255,.86);
      margin: 14px auto 0;
      max-width: 720px;
    }

    .contact-band .button {
      margin-top: 24px;
      background: #fff;
      color: var(--blue-dark);
    }

    .site-footer {
      background: #0f2233;
      color: rgba(255,255,255,.78);
      padding: 32px 24px;
      font-size: 14px;
    }

    .footer-inner {
      max-width: var(--max);
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      gap: 20px;
      flex-wrap: wrap;
    }


    .slide-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: inherit;
      box-shadow: 0 14px 32px rgba(15, 79, 125, .10);
    }

    .card .field-image {
      margin: -8px -8px 18px;
      height: 150px;
      border-radius: 22px;
      overflow: hidden;
      background: var(--bg-soft);
      border: 1px solid var(--line);
    }

    .card .field-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .service-image {
      overflow: hidden;
      padding: 0;
      background: #fff;
    }

    .service-image img {
      width: 100%;
      height: 100%;
      min-height: 300px;
      object-fit: cover;
    }

    .material-link {
      align-items: stretch;
      padding: 0;
      overflow: hidden;
      min-height: 160px;
    }

    .material-thumb {
      width: 150px;
      flex: 0 0 150px;
      background: var(--bg-soft);
      border-right: 1px solid var(--line);
      overflow: hidden;
    }

    .material-thumb img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .material-body {
      display: flex;
      flex: 1;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
      padding: 20px 22px;
    }

    @media (max-width: 900px) {
      .global-nav {
        display: none;
      }

      .hero-grid,
      .service-item,
      .philosophy-grid,
      .about-box {
        grid-template-columns: 1fr;
      }

      .hero-visual {
        min-height: auto;
      }

      .visual-card:nth-child(2),
      .visual-card:nth-child(3) {
        margin-left: 0;
        margin-right: 0;
      }

      .cards,
      .materials-grid {
        grid-template-columns: 1fr;
      }

      .section {
        padding: 64px 20px;
      }

      .hero {
        padding: 64px 20px 54px;
      }
    }

    .hero-image {
      position: relative;
      z-index: 1;
      width: 100%;
      height: 100%;
      min-height: 430px;
      object-fit: cover;
      border-radius: 28px;
      box-shadow: 0 14px 32px rgba(15, 79, 125, .10);
    }


/* Mobile navigation */
.menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 8px 14px;
  border: 1px solid rgba(15, 111, 181, .18);
  border-radius: 999px;
  background: #fff;
  color: var(--blue-dark, #084a7a);
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(15, 79, 125, .08);
}

@media (max-width: 900px) {
  .site-header {
    overflow: visible;
  }

  .header-inner {
    position: relative;
  }

  .menu-toggle {
    display: inline-flex;
    margin-left: auto;
  }

  .global-nav {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    left: 20px;
    right: 20px;
    z-index: 30;
    padding: 18px;
    border: 1px solid rgba(219, 231, 239, .96);
    border-radius: 24px;
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 18px 44px rgba(15, 79, 125, .16);
    backdrop-filter: blur(14px);
  }

  .global-nav.is-open {
    display: grid;
    gap: 8px;
  }

  .global-nav a {
    display: flex;
    align-items: center;
    min-height: 44px;
    padding: 8px 12px;
    border-radius: 14px;
  }

  .global-nav a:hover {
    background: rgba(15, 111, 181, .07);
  }

  .global-nav .nav-button {
    justify-content: center;
    margin-top: 4px;
  }
}


/* Mobile layout tuning */
@media (max-width: 900px) {
  body {
    letter-spacing: .01em;
  }

  .header-inner {
    padding: 12px 18px;
    gap: 12px;
  }

  .logo {
    gap: 8px;
    font-size: 14px;
  }

  .logo-mark {
    width: 30px;
    height: 30px;
    border-radius: 10px;
  }

  .hero,
  .page-hero,
  .page-hero-split {
    padding-top: 58px;
    padding-bottom: 48px;
  }

  .hero-grid,
  .split-inner {
    gap: 26px;
  }

  h1,
  .page-title {
    font-size: clamp(34px, 9vw, 46px);
    line-height: 1.28;
  }

  h2,
  .section-title {
    font-size: clamp(26px, 7vw, 34px);
    line-height: 1.35;
  }

  h3 {
    line-height: 1.45;
  }

  .lead,
  .page-lead,
  .section-copy {
    font-size: 16px;
    line-height: 1.85;
  }

  .section,
  .page-section {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .section-inner,
  .page-inner,
  .hero-grid,
  .page-hero-inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-head,
  .compact-head {
    margin-bottom: 22px;
  }

  .cards,
  .cards-business,
  .three-cards,
  .page-grid,
  .step-list,
  .news-list,
  .material-list {
    gap: 16px;
  }

  .card,
  .business-card,
  .soft-card,
  .page-card,
  .step-card,
  .news-item,
  .feature-block,
  .story-block,
  .note-box {
    border-radius: 22px;
  }

  .card,
  .soft-card,
  .page-card,
  .step-card,
  .news-item {
    padding: 22px;
  }

  .feature-block,
  .story-block,
  .note-box {
    padding: 24px;
  }

  .business-card {
    padding: 0;
  }

  .business-card-image {
    height: 205px;
  }

  .business-card .icon,
  .business-card h3,
  .business-card p,
  .business-card .link {
    margin-left: 22px;
    margin-right: 22px;
  }

  .business-card .link {
    margin-bottom: 22px;
  }

  .hero-actions {
    gap: 10px;
  }

  .button,
  .nav-button {
    min-height: 42px;
    padding: 9px 16px;
  }

  .hero-visual,
  .service-showcase-image,
  .material-thumb {
    border-radius: 20px;
  }

  .material-card-rich,
  .related-material-card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 18px;
  }

  .material-thumb,
  .related-material-card .material-thumb {
    min-height: 180px;
  }

  .material-arrow {
    justify-self: start;
  }

  .footer-inner,
  .footer-bottom {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 520px) {
  .header-inner {
    padding-left: 14px;
    padding-right: 14px;
  }

  .menu-toggle {
    min-height: 40px;
    padding: 7px 12px;
    font-size: 13px;
  }

  .global-nav {
    left: 14px;
    right: 14px;
  }

  .section-inner,
  .page-inner,
  .hero-grid,
  .page-hero-inner {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero,
  .page-hero,
  .page-hero-split {
    padding-top: 48px;
    padding-bottom: 42px;
  }

  .section,
  .page-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .business-card-image {
    height: 190px;
  }

  .material-thumb,
  .related-material-card .material-thumb {
    min-height: 160px;
  }
}


/* Mobile width correction */
@media (max-width: 900px) {
  .section,
  .page-section,
  .hero,
  .page-hero,
  .page-hero-split {
    padding-left: 14px;
    padding-right: 14px;
  }

  .section-inner,
  .page-inner,
  .hero-grid,
  .page-hero-inner {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .cards,
  .cards-business,
  .three-cards,
  .page-grid,
  .step-list,
  .news-list,
  .material-list,
  .materials-clean-grid {
    width: 100%;
  }

  .card,
  .business-card,
  .soft-card,
  .page-card,
  .step-card,
  .news-item,
  .material-card,
  .material-card-rich,
  .related-material-card,
  .feature-block,
  .story-block,
  .note-box {
    width: 100%;
  }
}

@media (max-width: 520px) {
  .section,
  .page-section,
  .hero,
  .page-hero,
  .page-hero-split {
    padding-left: 10px;
    padding-right: 10px;
  }

  .card,
  .soft-card,
  .page-card,
  .step-card,
  .news-item,
  .material-card,
  .material-card-rich,
  .related-material-card {
    padding-left: 18px;
    padding-right: 18px;
  }

  .business-card {
    padding-left: 0;
    padding-right: 0;
  }

  .business-card .icon,
  .business-card h3,
  .business-card p,
  .business-card .link {
    margin-left: 18px;
    margin-right: 18px;
  }
}


/* Root fix: top page about/contact area */
.about-contact {
  padding-bottom: 48px;
}

.contact-band {
  border-radius: 34px;
  overflow: hidden;
}

@media (max-width: 900px) {
  .about-contact {
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 16px;
  }

  .about-contact .section-inner {
    width: 100%;
    max-width: none;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .about-box,
  .contact-band {
    width: 100%;
    box-sizing: border-box;
  }

  .contact-band {
    margin-top: 16px;
    margin-bottom: 0;
    border-radius: 24px;
    overflow: hidden;
  }

  .site-footer {
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer-inner,
  .footer-bottom {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (max-width: 520px) {
  .about-contact {
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 14px;
  }

  .contact-band {
    border-radius: 22px;
  }

  .site-footer {
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer-inner,
  .footer-bottom {
    padding-left: 16px;
    padding-right: 16px;
  }
}


/* =========================================================
   Blue theme trial v1
   Navy / Ocean Blue / Ice Blue
   ========================================================= */

:root {
  --bg: #f3f8fc;
  --bg-soft: #e8f3fb;
  --card: #ffffff;
  --text: #14233a;
  --muted: #51677f;
  --line: #cbdceb;
  --blue: #0f66b3;
  --blue-dark: #082f5f;
  --green: #0a8fc5;
  --yellow: #f5b84b;
  --red: #e46b61;
  --shadow: 0 22px 52px rgba(8, 47, 95, .14);
  --shadow-soft: 0 12px 34px rgba(8, 47, 95, .10);
}

body {
  color: var(--text);
  background:
    radial-gradient(circle at top right, rgba(15,102,179,.10), transparent 30rem),
    linear-gradient(180deg, #f7fbff 0%, #edf5fb 44%, #f4f8fc 100%);
}

.site-header {
  background: rgba(255,255,255,.92);
  border-bottom: 1px solid rgba(188, 211, 230, .85);
}

.logo {
  color: #07345f;
}

.logo-mark {
  background: linear-gradient(135deg, #0c5aa6, #05a3d6);
  box-shadow: 0 12px 28px rgba(12, 90, 166, .24);
}

.nav-button,
.button-primary {
  background: linear-gradient(135deg, #0c5aa6, #1d7ed0);
  box-shadow: 0 12px 28px rgba(12, 90, 166, .24);
}

.eyebrow {
  color: #0b4e8f;
  background: rgba(15, 102, 179, .09);
}

.eyebrow::before {
  background: #1da7d8;
}

.hero,
.page-hero {
  background:
    radial-gradient(circle at top right, rgba(29,126,208,.18), transparent 34rem),
    linear-gradient(180deg, #f8fcff, #eaf3fb);
}

.hero-card,
.card,
.business-card,
.soft-card,
.page-card,
.step-card,
.news-item,
.material-card,
.feature-block,
.story-block,
.note-box,
.about-box {
  border-color: rgba(184, 207, 226, .95);
  box-shadow: 0 14px 36px rgba(8, 47, 95, .10);
}

.card,
.business-card,
.soft-card,
.page-card,
.step-card,
.news-item,
.material-card,
.about-box {
  background: rgba(255,255,255,.94);
}

.section.pale,
.page-section.pale,
.services,
.materials {
  background:
    radial-gradient(circle at top left, rgba(29,126,208,.10), transparent 30rem),
    linear-gradient(180deg, #edf5fb, #f7fbff);
}

.notice-box,
.feature-block,
.story-block,
.note-box {
  background:
    linear-gradient(135deg, rgba(15,102,179,.10), rgba(29,167,216,.08)),
    #ffffff;
}

.contact-band,
.top-contact-cta-card {
  background:
    radial-gradient(circle at top right, rgba(255,255,255,.16), transparent 26rem),
    linear-gradient(135deg, #063a73, #0f66b3 52%, #1898cf);
  box-shadow: 0 24px 52px rgba(8, 47, 95, .22);
}

.contact-band h2 {
  color: #ffffff;
}

.contact-band p {
  color: rgba(255,255,255,.86) !important;
}

.contact-band .button {
  background: #ffffff;
  color: #07345f;
  box-shadow: 0 12px 28px rgba(8, 47, 95, .18);
}

.site-footer {
  background: #071b30;
  color: rgba(255,255,255,.78);
}

.footer-nav a,
.footer-brand strong {
  color: #ffffff;
}

.footer-bottom {
  border-top-color: rgba(255,255,255,.12);
}

.material-kind.kind-pdf {
  color: #075985;
  background: rgba(14, 116, 144, .12);
}

.material-kind.kind-page {
  color: #0b4e8f;
  background: rgba(15,102,179,.10);
}

.hero-visual,
.business-card-image,
.material-thumb,
.service-showcase-image {
  background: #e5f1f9;
}

.business-card-image img,
.material-thumb img,
.service-showcase-image img,
.hero-visual img {
  filter: saturate(.94) hue-rotate(4deg) contrast(1.02);
}

@media (max-width: 900px) {
  .global-nav {
    background: rgba(255,255,255,.98);
    border-color: rgba(184, 207, 226, .95);
  }

  .global-nav a:hover {
    background: rgba(15,102,179,.08);
  }
}

/* Unified CTA and footer */
.contact-band {
  width: 100%;
  max-width: var(--max);
  margin-left: auto;
  margin-right: auto;
  padding: 42px;
  border-radius: 34px;
  box-sizing: border-box;
  color: #ffffff;
  text-align: center;
  background:
    radial-gradient(circle at top right, rgba(255,255,255,.16), transparent 26rem),
    linear-gradient(135deg, #063a73, #0f66b3 52%, #1898cf);
  box-shadow: 0 24px 52px rgba(8, 47, 95, .22);
}

.contact-band h2 {
  color: #ffffff;
}

.contact-band p {
  max-width: 760px;
  margin: 16px auto 0;
  color: rgba(255,255,255,.86) !important;
}

.contact-band .button {
  margin-top: 24px;
  background: #ffffff;
  color: #07345f;
  box-shadow: 0 12px 28px rgba(8, 47, 95, .18);
}

.site-footer {
  padding: 32px 24px;
  background: #071b30;
  color: rgba(255,255,255,.78);
  font-size: 14px;
}

.footer-inner,
.footer-inner.footer-grid {
  max-width: var(--max);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  flex-wrap: wrap;
}

.footer-brand strong {
  display: inline;
  margin: 0;
  color: #ffffff;
  font-size: inherit;
  font-weight: 700;
}

.footer-brand p {
  margin: 4px 0 0;
  color: rgba(255,255,255,.66);
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 18px;
  margin: 0;
  color: rgba(255,255,255,.78);
  font-weight: inherit;
  line-height: 1.8;
}

.footer-nav a {
  color: #ffffff;
}

.footer-bottom {
  max-width: var(--max);
  margin: 18px auto 0;
  padding: 18px 0 0;
  border-top: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.55);
  font-size: 13px;
}

@media (max-width: 900px) {
  .contact-band {
    padding: 34px 24px;
    border-radius: 24px;
  }

  .site-footer {
    padding: 28px 8px;
  }

  .footer-inner,
  .footer-bottom {
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer-nav {
    justify-content: flex-start;
    margin-top: 14px;
  }
}

@media (max-width: 640px) {
  .contact-band {
    padding: 30px 20px;
    border-radius: 22px;
  }
}

/* Top hero spacing adjustment */
.hero.hero-variant-stacked {
  padding-top: 28px;
  padding-bottom: 42px;
}
