/* VCC round-1 overrides — loaded after the combined CSS. Two-tier header + polish. */

#header .ct-container { max-width: 100%; padding-left: 28px; padding-right: 28px; }

/* Logo: cap height so it sits neatly */
.site-logo-container .ct-image-default,
.site-logo-container img.default-logo { max-height: 44px !important; width: auto !important; }

/* --- Desktop (>1200px): single-row header. Logo + tightened menu + CTA on one band --- */
@media (min-width: 1201px) {
  #header .ct-container { padding-left: 20px; padding-right: 20px; }
  #header [data-column-set="3"] > .ct-container {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center;
    gap: 8px;
  }
  #header [data-column-set="3"] [data-column="start"]  { order: 1; flex: 0 0 auto; }
  #header [data-column-set="3"] [data-column="middle"] { order: 2; flex: 1 1 auto; min-width: 0; }
  #header [data-column-set="3"] [data-column="end"]    { order: 3; flex: 0 0 auto; margin-left: auto; }

  /* grouped menu — 7 items, one clean line */
  ul.vcc-nav {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: center !important;
    align-items: center;
    gap: 2px;
    margin: 0; padding: 0; list-style: none;
  }
  ul.vcc-nav > li { position: relative; }
  ul.vcc-nav > li > .ct-menu-link {
    display: block;
    font-size: 12.5px !important;
    letter-spacing: 0.02em !important;
    padding: 8px 12px !important;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--slate, #45526b);
  }
  ul.vcc-nav > li > .ct-menu-link:hover { color: #1a5fb4; }
  .vcc-car { font-size: 9px; opacity: 0.7; margin-left: 1px; }
  /* dropdowns */
  ul.vcc-nav .vcc-sub {
    position: absolute; top: 100%; left: 0;
    min-width: 230px; margin: 0; padding: 6px; list-style: none;
    background: #fff; border: 1px solid #e2e7ef; border-radius: 10px;
    box-shadow: 0 10px 28px rgba(12,45,82,.14);
    opacity: 0; visibility: hidden; transform: translateY(4px);
    transition: opacity .12s ease, transform .12s ease; z-index: 200;
  }
  ul.vcc-nav > li.vcc-has-sub:hover .vcc-sub { opacity: 1; visibility: visible; transform: translateY(0); }
  ul.vcc-nav .vcc-sub li a {
    display: block; padding: 9px 12px; font-size: 13px; color: #1a2330;
    text-decoration: none; border-radius: 6px; white-space: nowrap; text-transform: none; font-weight: 500;
  }
  ul.vcc-nav .vcc-sub li a:hover { background: #f6f8fb; color: #1a5fb4; }
  /* keep CTA compact */
  .ct-header-cta .ct-button, #header [data-column="end"] a { padding: 9px 18px !important; }
}

/* --- Below 1200px: hide inline menu, show Blocksy hamburger drawer --- */
@media (max-width: 1200px) {
  #header [data-column="middle"] { display: none !important; }
  .ct-header-trigger { display: inline-flex !important; }
}

/* ===== VCC footer — clean, brand-aligned, SEO internal-linking ===== */
.vfoot{background:#081f3a;color:#cdd9ea;font-family:"Open Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;}
.vfoot *{box-sizing:border-box;}
.vfoot a{color:#b9c6da;text-decoration:none;}
.vfoot-wrap{max-width:1200px;margin:0 auto;padding:56px 28px 26px;}
.vfoot-grid{display:grid;grid-template-columns:1.6fr repeat(5,1fr);gap:34px 26px;}
.vfoot-brand .vfoot-logo{font-size:1.35rem;font-weight:800;color:#fff;letter-spacing:-.01em;margin-bottom:12px;}
.vfoot-brand .vfoot-logo span{color:#35C892;}
.vfoot-brand p{font-size:.9rem;line-height:1.6;color:#9fb2cd;margin:0 0 18px;max-width:300px;}
.vfoot-cta{display:inline-block;background:#157A57;color:#fff!important;font-weight:700;font-size:.88rem;padding:10px 18px;border-radius:8px;transition:background .15s;}
.vfoot-cta:hover{background:#0F6B4D;}
.vfoot-col h3{font-size:.74rem;text-transform:uppercase;letter-spacing:.1em;color:#35C892;font-weight:700;margin:0 0 14px;}
.vfoot-col a{display:block;font-size:.88rem;line-height:1.4;margin-bottom:10px;}
.vfoot-col a:hover{color:#fff;}
.vfoot-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:42px;padding-top:22px;}
.vfoot-meta{display:flex;flex-wrap:wrap;gap:8px 22px;align-items:center;font-size:.84rem;color:#9fb2cd;margin-bottom:14px;}
.vfoot-meta a{color:#9fb2cd;}
.vfoot-meta a:hover{color:#fff;}
.vfoot-disc{font-size:.76rem;line-height:1.6;color:#8ea3c1;margin:0;max-width:990px;}
@media(max-width:1000px){.vfoot-grid{grid-template-columns:1fr 1fr 1fr;}.vfoot-brand{grid-column:1/-1;}}
@media(max-width:600px){.vfoot-grid{grid-template-columns:1fr 1fr;gap:26px 18px;}.vfoot-wrap{padding:44px 22px 22px;}}

/* Visible keyboard focus (a11y) */
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,[tabindex]:focus-visible{outline:2px solid #1a5fb4;outline-offset:2px;border-radius:2px;}
