/* ═══════════════════════════════════════════════════════════
   FINSMARTHUB — GLOBAL CSS v4
   Concept : Warm Authority — Premium African EdTech
   Fonts   : DM Serif Display (italic accents) + Plus Jakarta Sans
   Icons   : Material Icons Round
   ═══════════════════════════════════════════════════════════ */

:root {
  --navy-950:  #173961;
  --navy-900:  #1d4676;
  --navy-800:  #255691;
  --navy-700:  #2f66a6;
  --navy-600:  #2158b2;
  --navy-500:  #5788ca;
  --navy-100:  #dbe8fb;
  --navy-50:   #f3f7fd;
  --green-700: #5e8d86;
  --green-600: #719d96;
  --green-100: #e1efed;
  --green-50:  #f5fbfa;
  --amber-600: #719d96;
  --amber-100: #e1efed;
  --cream:     #fbfcff;
  --cream-2:   #f6f8fc;
  --cream-3:   #ebf0f7;
  --ink:       #17314d;
  --ink-2:     #264664;
  --ink-3:     #60778f;
  --ink-4:     #8da0b4;
  --ink-5:     #b4c0ce;
  --line:      #d9e3ef;
  --line-2:    #c9d6e4;
  --surface:   #ffffff;
  --surface-alt: #f7fafd;
  --surface-soft: #eef4fb;
  --s1: 0 1px 2px rgba(26, 61, 106, 0.05), 0 1px 3px rgba(26, 61, 106, 0.03);
  --s2: 0 8px 20px rgba(26, 61, 106, 0.06), 0 2px 6px rgba(26, 61, 106, 0.04);
  --s3: 0 18px 42px rgba(26, 61, 106, 0.08), 0 4px 10px rgba(26, 61, 106, 0.04);
  --s4: 0 24px 60px rgba(26, 61, 106, 0.10), 0 8px 18px rgba(26, 61, 106, 0.05);
  --s5: 0 30px 80px rgba(26, 61, 106, 0.12), 0 10px 24px rgba(26, 61, 106, 0.06);
  --sans: 'DM Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --serif-italic: 'DM Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --r4: 4px; --r6: 6px; --r8: 8px; --r12: 12px;
  --r16: 16px; --r20: 20px; --r28: 28px; --rpill: 9999px;
  --ease: cubic-bezier(0.4, 0, 0.2, 1);
  --ease-out: cubic-bezier(0, 0, 0.2, 1);
  --t1: 120ms; --t2: 220ms; --t3: 320ms;
  --nav-h: 86px;
  --max-w: 1240px;
  --px: clamp(20px, 3vw, 36px);
  --sec-py: clamp(72px, 8vw, 104px);
  --body-size: 16px;
  --lead-size: 16px;
  --heading-hero: clamp(2.75rem, 4.8vw, 4.15rem);
  --heading-section: clamp(2rem, 3vw, 2.85rem);
  --heading-card: clamp(1.15rem, 1.9vw, 1.4rem);
}

*,*::before,*::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: var(--sans);
  font-size: var(--body-size);
  line-height: 1.7;
  color: var(--ink-2);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
.ul-disc {
  margin: 0 0 18px 20px;
  list-style: disc;
}
button { font-family: var(--sans); cursor: pointer; border: none; background: none; }
input, textarea, select { font-family: var(--sans); font-size: 16px; }
h1, h2, h3, h4, h5, h6 { color: var(--ink); font-weight: 700; line-height: 1.15; letter-spacing: -0.03em; }
section { scroll-margin-top: 110px; }

.container { max-width: var(--max-w); margin: 0 auto; padding: 0 var(--px); }

/* ── Global section spacing (top/bottom) ── */
.s, .s-w, .s-c, .s-n { padding: var(--sec-py) 0; }
.s-w { background: var(--surface); }
.s-c { background: var(--surface-alt); }
.s-n { background: linear-gradient(180deg, var(--navy-900) 0%, var(--navy-950) 100%); position: relative; overflow: hidden; }
.s-n::before { content: ''; position: absolute; inset: auto -140px -160px auto; width: 420px; height: 420px; border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,0.12) 0%, transparent 68%); pointer-events: none; }
.s-bt { border-top: 1px solid var(--line); }

.material-icons-round { font-size: 18px; line-height: 1; vertical-align: middle; user-select: none; }
.ico14 { font-size: 14px !important; }
.ico16 { font-size: 16px !important; }
.ico18 { font-size: 18px !important; }
.ico20 { font-size: 20px !important; }
.ico24 { font-size: 24px !important; }
.sep--sm { font-size: 14px !important; vertical-align: -1px; }

.fsh-course-card-fallback {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--navy-50) 0%, #dce8f8 100%);
}

.fsh-course-card-fallback-icon {
  font-size: 34px !important;
  color: var(--navy-600);
}

/* ── Labels / Eyebrows ── */
.lbl {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 8px 14px;
  border-radius: var(--rpill);
  line-height: 1;
  white-space: nowrap;
}
.lbl-g,
.lbl-n { color: var(--navy-700); background: var(--navy-50); border: 1px solid rgba(33, 88, 178, 0.12); }
.lbl-w { color: rgba(255,255,255,0.88); background: rgba(255,255,255,0.10); border: 1px solid rgba(255,255,255,0.18); }

/* ── Section headings ── */
.sh {
  font-family: var(--sans);
  font-size: var(--heading-section);
  font-weight: 700;
  color: var(--ink);
  line-height: 1.14;
  letter-spacing: -0.04em;
  margin-top: 16px;
}
.sh em {
  font-family: var(--serif-italic);
  font-weight: 500;
  font-style: italic;
  color: var(--green-700);
  letter-spacing: 0;
}
.sh-w { color: #fff; }
.sh-w em { color: #d7ebe7; }

.sp {
  font-size: var(--lead-size);
  font-weight: 400;
  color: var(--ink-3);
  line-height: 1.8;
  max-width: 56ch;
  margin-top: 14px;
}
.sp-w { color: rgba(255,255,255,0.72); }

.sec-pair {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.88fr);
  gap: 36px;
  align-items: end;
  margin-bottom: 48px;
}
.sec-pair .sp { max-width: 42ch; margin-top: 0; align-self: flex-end; }

.sec-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 48px;
}
.sec-center .sp { margin: 14px auto 0; }

/* ── Buttons ── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 22px;
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.01em;
  border-radius: 14px;
  border: 1px solid transparent;
  cursor: pointer;
  white-space: nowrap;
  transition: background var(--t2) var(--ease), border-color var(--t2), box-shadow var(--t2), transform var(--t1), color var(--t2);
  text-decoration: none;
}
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: translateY(0); }

.btn-primary,
.btn-green { color: #fff; background: var(--navy-600); border-color: var(--navy-600); box-shadow: 0 10px 22px rgba(33, 88, 178, 0.18); }
.btn-primary:hover,
.btn-green:hover { background: var(--navy-800); border-color: var(--navy-800); box-shadow: 0 14px 28px rgba(33, 88, 178, 0.22); }

.btn-out { background: rgba(255,255,255,0.78); color: var(--ink-2); border-color: var(--line); }
.btn-out:hover { color: var(--navy-700); background: var(--surface); border-color: rgba(33, 88, 178, 0.24); }

.btn-out-w { background: rgba(255,255,255,0.08); color: #fff; border-color: rgba(255,255,255,0.20); }
.btn-out-w:hover { color: #fff; border-color: rgba(255,255,255,0.34); background: rgba(255,255,255,0.16); }

.btn-lg { min-height: 54px; padding: 0 28px; font-size: 15px; }
.btn-sm { min-height: 40px; padding: 0 16px; font-size: 14px; }
.btn-full { width: 100%; }

/* ── Ann bar ── */
.ann-bar {
  background: var(--surface-soft);
  border-bottom: 1px solid var(--line);
  padding: 0 var(--px);
  display: flex;
  align-items: stretch;
  min-height: 50px;
  max-height: 80px;
  transition: max-height var(--t3) var(--ease), padding var(--t3), opacity var(--t2);
  overflow: hidden;
  position: relative;
}
/* subtle shimmer line */
.ann-bar::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(33,88,178,0.24) 40%, rgba(113,157,150,0.32) 70%, transparent 100%);
}
.ann-bar.dismissed { max-height: 0; min-height: 0; padding-top: 0; padding-bottom: 0; opacity: 0; pointer-events: none; }

.ann-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  /* space for absolute close btn */
  padding: 11px 48px 11px 12px;
  flex-wrap: wrap;
  text-align: center;
}
.ann-left {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  flex: 1;
  min-width: 0;
}
.ann-pill {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff;
  background: var(--navy-600);
  padding: 5px 10px;
  border-radius: var(--rpill);
  flex-shrink: 0;
  line-height: 1.4;
  white-space: nowrap;
}
.ann-text {
  font-size: 13px;
  color: var(--ink-2);
  line-height: 1.5;
}
.ann-text strong { color: var(--navy-700); font-weight: 700; }
.ann-sep {
  width: 1px;
  height: 16px;
  background: var(--line-2);
  flex-shrink: 0;
}
.ann-meta {
  font-size: 12px;
  color: var(--ink-4);
  white-space: nowrap;
}
.ann-meta strong { color: var(--ink-3); font-weight: 600; }
.ann-cta {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 12.5px;
  font-weight: 700;
  color: var(--navy-700);
  background: rgba(255,255,255,0.86);
  border: 1px solid rgba(33, 88, 178, 0.14);
  padding: 7px 16px;
  border-radius: var(--rpill);
  white-space: nowrap;
  transition: background var(--t1), border-color var(--t1), color var(--t1);
  flex-shrink: 0;
}
.ann-cta:hover { background: #fff; border-color: rgba(33, 88, 178, 0.28); color: var(--navy-800); }
.ann-cta .material-icons-round { font-size: 13px !important; }
.ann-close {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  color: var(--ink-4);
  border-radius: var(--r6);
  padding: 6px;
  transition: color var(--t1), background var(--t1);
  cursor: pointer;
}
.ann-close:hover { color: var(--navy-700); background: rgba(33, 88, 178, 0.08); }
.ann-close .material-icons-round { font-size: 16px !important; }

/* ── Navbar ── */
.navbar {
  position: sticky;
  top: 0;
  z-index: 200;
  background: rgba(255,255,255,0.92);
  border-bottom: 1px solid var(--line);
  transition: box-shadow var(--t2) var(--ease), background var(--t2);
  isolation: isolate;
}
@supports (backdrop-filter: blur(1px)) {
  .navbar {
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
  }
}
.navbar.scrolled { box-shadow: var(--s3); }
.nav-inner { display: flex; align-items: center; height: var(--nav-h); gap: 12px; }

.nav-logo { display: flex; align-items: center; gap: 12px; margin-right: 12px; flex-shrink: 0; }
.nav-logo img { height: 62px; }
.brand-logo-img { height: 62px; }
.logo-mark { width: 44px; height: 44px; background: var(--surface-soft); border-radius: 14px; border: 1px solid rgba(33, 88, 178, 0.12); display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: background var(--t2), border-color var(--t2); }
.nav-logo:hover .logo-mark { background: var(--navy-50); border-color: rgba(33, 88, 178, 0.22); }
.logo-mark svg { width: 20px; height: 20px; }
.logo-word { font-size: 17px; font-weight: 700; color: var(--navy-900); letter-spacing: -0.04em; }
.brand-logo-img { display: block; height: 62px; width: auto; }
.brand-logo-img--header { height: 62px; }
.brand-logo-img--footer { height: 40px; }

.nav-links { display: flex; align-items: center; gap: 4px; flex: 1; }
.nav-item { position: relative; }
.nav-item::after {
  content: '';
  position: absolute;
  left: 8px;
  right: 8px;
  top: 100%;
  height: 18px;
}
.nav-link { display: flex; align-items: center; gap: 4px; padding: 10px 14px; font-size: 14px; font-weight: 600; color: var(--ink-3); border-radius: 12px; transition: color var(--t1), background var(--t1); white-space: nowrap; }
.nav-link:hover, .nav-link.active, .nav-item:hover > .nav-link, .nav-item:focus-within > .nav-link { color: var(--navy-700); background: var(--surface-soft); }
.nav-inline-badge {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 0 8px;
  margin-left: 4px;
  border-radius: var(--rpill);
  background: rgba(33, 88, 178, 0.10);
  color: var(--navy-700);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.nav-chev { font-size: 16px !important; opacity: 0.4; transition: transform var(--t2) var(--ease); }
.nav-item:hover .nav-chev, .nav-item:focus-within .nav-chev { transform: rotate(180deg); }

.nav-drop { position: absolute; top: calc(100% + 6px); left: 50%; transform: translateX(-50%) translateY(-8px); background: rgba(255,255,255,0.98); border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--s4); min-width: 276px; padding: 8px; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity var(--t2) var(--ease), transform var(--t2), visibility var(--t2); z-index: 300; }
.nav-item:hover .nav-drop, .nav-item:focus-within .nav-drop { opacity: 1; visibility: visible; pointer-events: auto; transform: translateX(-50%) translateY(0); }
.drop-link { display: flex; align-items: center; gap: 12px; padding: 10px 12px; border-radius: 12px; font-size: 13.5px; color: var(--ink-2); transition: background var(--t1), color var(--t1), transform var(--t1); }
.drop-link:hover,
.drop-link.active { background: var(--surface-soft); color: var(--navy-800); transform: translateX(2px); }
.drop-ico { width: 34px; height: 34px; border-radius: 11px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.drop-ico--brand { background: var(--navy-50); border: 1px solid rgba(33, 88, 178, 0.10); }
.nav-drop-icon { color: var(--navy-600); font-size: 16px !important; }
.drop-ico .material-icons-round { font-size: 15px !important; }
.drop-copy { min-width: 0; flex: 1; }
.drop-title-row { display: flex; align-items: center; gap: 8px; min-width: 0; }
.drop-title { font-weight: 700; font-size: 13.5px; line-height: 1.3; }
.drop-badge {
  display: inline-flex;
  align-items: center;
  min-height: 20px;
  padding: 0 7px;
  border-radius: var(--rpill);
  background: rgba(113, 157, 150, 0.14);
  color: var(--green-700);
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  flex-shrink: 0;
}
.drop-sub { font-size: 11.5px; color: var(--ink-4); margin-top: 1px; }
.drop-hr { height: 1px; background: var(--line); margin: 5px 4px; }

.nav-actions { display: flex; align-items: center; gap: 10px; margin-left: auto; flex-shrink: 0; }

.ham { display: none; flex-direction: column; gap: 5px; padding: 8px; margin-left: auto; border-radius: 12px; cursor: pointer; transition: background var(--t1); }
.ham:hover { background: var(--surface-soft); }
.ham span { display: block; width: 20px; height: 1.75px; background: var(--ink-2); border-radius: 2px; transition: transform var(--t2) var(--ease), opacity var(--t2); }
.ham.open span:nth-child(1) { transform: translateY(6.75px) rotate(45deg); }
.ham.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.ham.open span:nth-child(3) { transform: translateY(-6.75px) rotate(-45deg); }

.mob-menu { display: none; position: fixed; top: var(--nav-h); left: 0; right: 0; bottom: 0; background: var(--surface); border-top: 1px solid var(--line); z-index: 150; overflow-y: auto; transform: translateX(100%); transition: transform var(--t3) var(--ease-out); }
.mob-menu.open { transform: translateX(0); }
.mob-inner { padding: 18px 24px 40px; }
.mob-link { display: flex; align-items: center; gap: 10px; padding: 14px 0; font-size: 15px; font-weight: 600; color: var(--ink-2); border-bottom: 1px solid var(--line); transition: color var(--t1); }
.mob-link:hover,
.mob-link.active { color: var(--navy-600); }
.mob-link .material-icons-round { font-size: 18px !important; color: var(--navy-600); }
.mob-group + .mob-group { margin-top: 2px; }
.mob-group--has-children .mob-link { border-bottom: 0; padding-bottom: 10px; }
.mob-link-copy { min-width: 0; flex: 1; }
.mob-badge {
  display: inline-flex;
  align-items: center;
  min-height: 20px;
  padding: 0 8px;
  border-radius: var(--rpill);
  background: var(--navy-50);
  color: var(--navy-700);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.mob-sub-links {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 0 0 12px 28px;
  border-bottom: 1px solid var(--line);
}
.mob-sublink {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 8px 0;
  color: var(--ink-3);
  transition: color var(--t1);
}
.mob-sublink:hover,
.mob-sublink.active { color: var(--navy-700); }
.mob-sublink .material-icons-round {
  margin-top: 2px;
  font-size: 17px !important;
  color: var(--navy-600);
  flex-shrink: 0;
}
.mob-sublink-copy {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
}
.mob-sublink-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  color: inherit;
}
.mob-sublink-sub {
  margin-top: 1px;
  font-size: 12px;
  line-height: 1.5;
  color: var(--ink-4);
}
.mob-btns { padding-top: 20px; display: flex; flex-direction: column; gap: 10px; }

/* ════ FOOTER ════ */
.site-footer { background: var(--surface); }

/* Footer CTA band — newsletter style */
.footer-cta {
  background: var(--navy-800);
  border-bottom: 1px solid rgba(255,255,255,0.06);
  padding: 56px 0;
  position: relative;
  overflow: hidden;
}
.footer-cta::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(147,197,253,0.4) 40%, rgba(22,163,74,0.3) 70%, transparent 100%);
}
.footer-cta::after {
  content: '';
  position: absolute;
  bottom: -80px; right: -40px;
  width: 320px; height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(147,197,253,0.05) 0%, transparent 70%);
  pointer-events: none;
}
.footer-cta-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 64px;
}
.footer-cta-left {}
.footer-cta-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);
  padding: 4px 12px;
  border-radius: var(--rpill);
  margin-bottom: 14px;
}
.footer-cta-h {
  font-size: clamp(1.5rem, 2.5vw, 2.2rem);
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.035em;
  line-height: 1.15;
  margin-bottom: 10px;
}
.footer-cta-h em {
  font-family: var(--serif-italic);
  font-weight: 400;
  font-style: italic;
  color: #93C5FD;
  letter-spacing: 0;
}
.footer-cta-sub {
  font-size: 14.5px;
  color: rgba(255,255,255,0.48);
  line-height: 1.72;
  max-width: 42ch;
}

/* Right side — inline subscribe form */
.footer-cta-right {}
.footer-cta-form-label {
  font-size: 12px;
  font-weight: 700;
  color: rgba(255,255,255,0.35);
  letter-spacing: 0.07em;
  text-transform: uppercase;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer-cta-form-label::after {
  content: '';
  flex: 1;
  height: 1px;
  background: rgba(255,255,255,0.06);
}
.footer-cta-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-cta-input {
  width: 100%;
  height: 48px;
  padding: 0 18px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: var(--r8);
  font-family: var(--sans);
  font-size: 14px;
  color: #fff;
  outline: none;
  transition: border-color var(--t1), background var(--t1);
}
.footer-cta-input::placeholder { color: rgba(255,255,255,0.28); }
.footer-cta-input:focus {
  border-color: rgba(255,255,255,0.32);
  background: rgba(255,255,255,0.09);
}
.footer-cta-submit {
  width: 100%;
  height: 48px;
  background: var(--green-600);
  color: #fff;
  border: none;
  border-radius: var(--r8);
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: background var(--t2), box-shadow var(--t2), transform var(--t1);
  letter-spacing: -0.01em;
}
.footer-cta-submit:hover {
  background: var(--green-700);
  box-shadow: 0 6px 20px rgba(22,163,74,0.30);
  transform: translateY(-1px);
}
.footer-cta-submit .material-icons-round { font-size: 17px !important; }
.footer-cta-trust {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11.5px;
  color: rgba(255,255,255,0.28);
  margin-top: 4px;
}
.footer-cta-trust .material-icons-round { font-size: 13px !important; color: var(--green-600); }

/* Footer newsletter band — full width separate section */
.footer-nl {
  background: var(--navy-700);
  border-bottom: 1px solid rgba(255,255,255,0.06);
  padding: 44px 0;
}
.footer-nl-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 48px;
}
.footer-nl-copy {}
.footer-nl-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.02em;
  margin-bottom: 5px;
}
.footer-nl-sub {
  font-size: 13.5px;
  color: rgba(255,255,255,0.42);
  line-height: 1.5;
}
.footer-nl-form-wrap {
  display: flex;
  gap: 10px;
  align-items: center;
  min-width: 380px;
}
.footer-nl-input {
  flex: 1;
  height: 44px;
  padding: 0 16px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--r8);
  font-family: var(--sans);
  font-size: 13.5px;
  color: #fff;
  outline: none;
  transition: border-color var(--t1), background var(--t1);
  min-width: 0;
}
.footer-nl-input::placeholder { color: rgba(255,255,255,0.28); }
.footer-nl-input:focus { border-color: rgba(255,255,255,0.32); background: rgba(255,255,255,0.09); }
.footer-nl-btn {
  height: 44px;
  padding: 0 22px;
  background: var(--green-600);
  color: #fff;
  border: none;
  border-radius: var(--r8);
  font-family: var(--sans);
  font-size: 13.5px;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
  transition: background var(--t2);
  display: flex;
  align-items: center;
  gap: 7px;
}
.footer-nl-btn:hover { background: var(--green-700); }
.footer-nl-btn .material-icons-round { font-size: 15px !important; }

/* Footer main grid */
.footer-main {
  padding: 56px 0 48px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1.5fr;
  gap: 40px;
  align-items: start;
}

/* Brand-info column (courses + company stacked — left side) */
.f-brand-col {}
.f-logo {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 6px;
  text-decoration: none;
}
.f-logo-mark {
  width: 40px;
  height: 40px;
  background: var(--navy-600);
  border-radius: var(--r8);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.f-logo-mark svg { width: 20px; height: 20px; }
.f-logo-name {
  font-size: 19px;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.04em;
}
.f-tagline {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.22);
  margin-bottom: 18px;
}
.f-desc {
  font-size: 13.5px;
  line-height: 1.78;
  color: rgba(255,255,255,0.40);
  margin-bottom: 24px;
}
.f-social {
  display: flex;
  gap: 7px;
  margin-bottom: 28px;
}
.f-soc-a {
  width: 34px;
  height: 34px;
  border-radius: var(--r8);
  border: 1px solid rgba(255,255,255,0.09);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color var(--t1), background var(--t1);
}
.f-soc-a:hover { border-color: rgba(255,255,255,0.25); background: rgba(255,255,255,0.06); }
.f-soc-a svg { width: 14px; height: 14px; fill: rgba(255,255,255,0.38); transition: fill var(--t1); }
.f-soc-a:hover svg { fill: rgba(255,255,255,0.72); }

/* Newsletter in brand col */
.f-nl-head {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}
.f-nl-label {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
}
.f-nl-badge {
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--green-600);
  background: rgba(22,163,74,0.15);
  border: 1px solid rgba(22,163,74,0.25);
  padding: 2px 8px;
  border-radius: var(--rpill);
}
.f-nl-sub {
  font-size: 12px;
  color: rgba(255,255,255,0.32);
  margin-bottom: 12px;
}
.f-nl-form { display: flex; gap: 8px; }
.f-nl-input {
  flex: 1;
  height: 42px;
  padding: 0 14px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: var(--r8);
  font-family: var(--sans);
  font-size: 13px;
  color: #fff;
  outline: none;
  transition: border-color var(--t1), background var(--t1);
  min-width: 0;
}
.f-nl-input::placeholder { color: rgba(255,255,255,0.24); }
.f-nl-input:focus { border-color: rgba(255,255,255,0.28); background: rgba(255,255,255,0.08); }
.f-nl-btn {
  height: 42px;
  padding: 0 18px;
  background: var(--green-600);
  color: #fff;
  border: none;
  border-radius: var(--r8);
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
  transition: background var(--t2);
  display: flex;
  align-items: center;
  gap: 6px;
}
.f-nl-btn:hover { background: var(--green-700); }
.f-nl-btn .material-icons-round { font-size: 14px !important; }

/* Link columns */
.f-col {}
.f-col-title {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.28);
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.f-col-links { display: flex; flex-direction: column; gap: 12px; }
.f-link {
  font-size: 13.5px;
  color: rgba(255,255,255,0.47);
  display: flex;
  align-items: center;
  gap: 6px;
  line-height: 1.45;
  transition: color var(--t1), padding-left var(--t2);
}
.f-link:hover { color: rgba(255,255,255,0.82); padding-left: 4px; }
.f-link .material-icons-round { font-size: 13px !important; color: rgba(255,255,255,0.18); flex-shrink: 0; transition: color var(--t1); }
.f-link:hover .material-icons-round { color: rgba(255,255,255,0.4); }

/* Contact column */
.f-contact { display: flex; flex-direction: column; gap: 14px; }
.f-ci {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13.5px;
  color: rgba(255,255,255,0.47);
  line-height: 1.55;
}
.f-ci-icon {
  width: 28px;
  height: 28px;
  background: rgba(255,255,255,0.05);
  border-radius: var(--r6);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
}
.f-ci-icon .material-icons-round { font-size: 14px !important; color: rgba(255,255,255,0.30); }
.f-ci a { color: inherit; transition: color var(--t1); }
.f-ci a:hover { color: rgba(255,255,255,0.82); }

.f-wa {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  height: 44px;
  background: #25D366;
  border: none;
  border-radius: var(--r8);
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  width: 100%;
  margin-top: 20px;
  transition: background var(--t2), box-shadow var(--t2), transform var(--t1);
  cursor: pointer;
  text-decoration: none;
  letter-spacing: -0.01em;
}
.f-wa:hover {
  background: #1DAF57;
  box-shadow: 0 6px 20px rgba(37,211,102,0.30);
  transform: translateY(-1px);
}
.f-wa:active { transform: translateY(0); }
.f-wa-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

/* Footer bottom */
.footer-bottom { padding: 22px 0; }
.f-bot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
}
.f-copy { font-size: 12.5px; color: rgba(255,255,255,0.20); }
.f-bot-right { display: flex; align-items: center; gap: 28px; }
.f-bot-links { display: flex; gap: 22px; }
.f-bot-links a { font-size: 12.5px; color: rgba(255,255,255,0.20); transition: color var(--t1); }
.f-bot-links a:hover { color: rgba(255,255,255,0.55); }
.f-bot-badges { display: flex; align-items: center; gap: 8px; }
.f-bot-badge {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.22);
  border: 1px solid rgba(255,255,255,0.07);
  padding: 3px 9px;
  border-radius: var(--rpill);
}

/* ── Responsive shared ── */
@media (max-width: 1200px) {
  .footer-cta-inner { grid-template-columns: 1fr; gap: 36px; }
  .footer-grid { grid-template-columns: 1fr 1fr 1fr; gap: 36px; }
  .f-brand-col { grid-column: 1 / -1; display: grid; grid-template-columns: 1.3fr 1fr; gap: 40px; align-items: start; }
  .footer-nl-inner { grid-template-columns: 1fr; gap: 24px; }
  .footer-nl-form-wrap { min-width: 0; width: 100%; max-width: 480px; }
}
@media (max-width: 1024px) {
  :root { --sec-py: 80px; }
  .nav-links, .nav-actions { display: none; }
  .ham { display: flex; }
  .mob-menu { display: block; }
  .sec-pair { grid-template-columns: 1fr; gap: 12px; margin-bottom: 40px; }
  .footer-cta { padding: 48px 0; }
  .footer-cta-sub { max-width: 100%; }
}
@media (max-width: 768px) {
  :root { --sec-py: 72px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
  .f-brand-col { grid-column: 1 / -1; grid-template-columns: 1fr; gap: 28px; }
  .footer-cta { padding: 40px 0; }
  .f-bot-badges { display: none; }
  .footer-nl { padding: 36px 0; }
  .footer-nl-form-wrap { max-width: 100%; }
  /* ann-bar: stack button below text */
  .ann-inner {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 14px 40px 14px 14px;
    text-align: center;
  }
  .ann-left {
    flex-direction: column;
    gap: 6px;
  }
  .ann-sep { display: none; }
  .ann-meta { display: none; }
  .ann-bar { max-height: 120px; }
  .ann-bar.dismissed { max-height: 0; }
  .ann-close { top: 12px; transform: none; }
}
@media (max-width: 640px) {
  :root { --nav-h: 76px; --px: 18px; --sec-py: 64px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 24px; }
  .footer-main { padding: 44px 0 36px; }
  .footer-cta-form { gap: 10px; }
  .footer-nl-form-wrap { flex-direction: column; align-items: stretch; }
  .footer-nl-btn { height: 44px; justify-content: center; }
  .f-bot { flex-direction: column; align-items: flex-start; gap: 10px; }
  .f-bot-right { flex-direction: column; align-items: flex-start; gap: 8px; }
}
@media (max-width: 480px) {
  .footer-grid { grid-template-columns: 1fr; }
  .f-brand-col { grid-template-columns: 1fr; gap: 28px; }
}

/* Footer redesign */
.site-footer {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(147,197,253,0.09) 0%, transparent 28%),
    radial-gradient(circle at bottom right, rgba(22,163,74,0.08) 0%, transparent 26%),
    linear-gradient(180deg, #0b1627 0%, #09111c 100%);
}

.site-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(147,197,253,0.35) 30%, rgba(22,163,74,0.30) 70%, transparent 100%);
}

.site-footer .container {
  position: relative;
  z-index: 1;
}

.footer-cta {
  background: transparent;
  border-bottom: 0;
  padding: clamp(28px, 4vw, 44px) 0 0;
}

.footer-cta::before,
.footer-cta::after {
  display: none;
}

.footer-cta-inner {
  grid-template-columns: minmax(0, 1.18fr) minmax(340px, 0.82fr);
  gap: clamp(24px, 4vw, 48px);
  padding: clamp(28px, 4vw, 42px);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 32px;
  background: linear-gradient(135deg, rgba(18,35,58,0.96) 0%, rgba(10,20,35,0.96) 100%);
  box-shadow: 0 24px 70px rgba(3,8,16,0.28);
}

.footer-cta-left {
  max-width: 620px;
}

.footer-cta-eyebrow {
  margin-bottom: 16px;
  color: rgba(255,255,255,0.52);
  background: rgba(255,255,255,0.07);
  border-color: rgba(255,255,255,0.12);
}

.footer-cta-h {
  max-width: 14ch;
  margin-bottom: 14px;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  line-height: 1.05;
}

.footer-cta-sub {
  max-width: none;
  font-size: 15px;
  color: rgba(255,255,255,0.64);
}

.footer-cta-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.footer-cta-points span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.05);
  font-size: 12.5px;
  font-weight: 700;
  color: rgba(255,255,255,0.82);
}

.footer-cta-points .material-icons-round {
  font-size: 15px !important;
  color: #9bd1ff;
}

.footer-cta-right {
  display: flex;
  align-items: stretch;
}

.footer-cta-panel {
  width: 100%;
  padding: 24px;
  border-radius: 24px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
}

.footer-cta-form-label {
  margin-bottom: 16px;
  color: rgba(255,255,255,0.50);
}

.footer-cta-form {
  gap: 12px;
}

.footer-cta-input {
  height: 52px;
  border-radius: 14px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
}

.footer-cta-submit {
  height: 52px;
  border-radius: 14px;
}

.footer-cta-trust {
  margin-top: 14px;
  font-size: 12px;
  color: rgba(255,255,255,0.46);
}

.footer-cta-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.footer-cta-links a {
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: rgba(255,255,255,0.72);
}

.footer-cta-links a:hover {
  color: #fff;
}

.footer-cta-right .wpcf7,
.footer-cta-right .wpcf7-form {
  width: 100%;
}

.footer-cta-right .wpcf7 form {
  display: grid;
  gap: 12px;
}

.footer-cta-right .wpcf7 p,
.footer-cta-right .wpcf7-form p {
  margin: 0;
}

.footer-cta-right .wpcf7 label {
  display: block;
}

.footer-cta-right .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.footer-cta-right .wpcf7 input[type="email"],
.footer-cta-right .wpcf7 input[type="text"] {
  width: 100%;
  height: 52px;
  padding: 0 18px;
  margin-bottom: 0;
  border-radius: 14px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  color: #fff;
}

.footer-cta-right .wpcf7 input[type="email"]::placeholder,
.footer-cta-right .wpcf7 input[type="text"]::placeholder {
  color: rgba(255,255,255,0.28);
}

.footer-cta-right .wpcf7 input[type="email"]:focus,
.footer-cta-right .wpcf7 input[type="text"]:focus {
  border-color: rgba(255,255,255,0.28);
  background: rgba(255,255,255,0.09);
  box-shadow: none;
}

.footer-cta-right .wpcf7 .wpcf7-submit {
  width: 100%;
  min-height: 52px;
  margin-top: 0;
  border-radius: 14px;
  background: var(--green-600);
}

.footer-cta-right .wpcf7 .wpcf7-submit:hover {
  background: var(--green-700);
  transform: translateY(-1px);
}

.footer-cta-right .wpcf7 .wpcf7-spinner {
  margin: 0;
}

.footer-cta-right .wpcf7-not-valid-tip {
  color: #fecaca;
}

.footer-cta-right .wpcf7 .wpcf7-response-output {
  margin: 10px 0 0;
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.06);
  color: #fff;
}

.footer-main {
  padding: clamp(34px, 4vw, 48px) 0 0;
  border-bottom: 0;
}

.footer-grid {
  grid-template-columns: minmax(0, 1.45fr) repeat(3, minmax(0, 0.9fr)) minmax(0, 1.08fr);
  gap: clamp(24px, 3vw, 36px);
  align-items: start;
}

.f-brand-col {
  display: grid;
  gap: 18px;
}

.f-brand-card {
  padding: clamp(24px, 3vw, 30px);
  border-radius: 28px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.03);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
}

.f-logo {
  margin-bottom: 12px;
}

.f-logo-mark {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--navy-600) 0%, #234f7d 100%);
  box-shadow: 0 12px 24px rgba(26,58,92,0.28);
}

.f-logo-mark svg {
  width: 22px;
  height: 22px;
}

.f-logo-name {
  font-size: 22px;
}

.f-tagline {
  margin-bottom: 16px;
  color: rgba(255,255,255,0.34);
}

.f-desc {
  margin-bottom: 0;
  font-size: 14px;
  color: rgba(255,255,255,0.62);
}

.f-brand-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 24px 0 22px;
}

.f-brand-actions .btn {
  min-height: 48px;
}

.f-brand-actions .btn-out-w {
  color: #fff;
  border-color: rgba(255,255,255,0.18);
  background: transparent;
}

.f-brand-actions .btn-out-w:hover {
  border-color: rgba(255,255,255,0.34);
  background: rgba(255,255,255,0.06);
}

.f-social {
  gap: 10px;
  margin-bottom: 0;
}

.f-soc-a {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.10);
}

.f-soc-a:hover {
  border-color: rgba(255,255,255,0.22);
  background: rgba(255,255,255,0.08);
}

.f-soc-a svg {
  width: 15px;
  height: 15px;
  fill: rgba(255,255,255,0.58);
}

.f-soc-a:hover svg {
  fill: #fff;
}

.f-brand-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.f-highlight {
  min-height: 100%;
  padding: 16px 18px;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.025);
}

.f-highlight-label {
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.38);
}

.f-highlight p {
  margin: 0;
  font-size: 13px;
  line-height: 1.65;
  color: rgba(255,255,255,0.62);
}

.f-col {
  min-width: 0;
  padding-top: 8px;
}

.f-col-title {
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.38);
}

.f-col-title--sub {
  margin-top: 28px;
}

.f-col-links {
  gap: 10px;
}

.f-link {
  gap: 8px;
  color: rgba(255,255,255,0.66);
}

.f-link:hover {
  color: #fff;
  padding-left: 0;
}

.f-link .material-icons-round {
  color: rgba(255,255,255,0.28);
}

.f-link:hover .material-icons-round {
  color: rgba(255,255,255,0.78);
}

.f-link--stacked {
  align-items: flex-start;
  gap: 5px;
  padding: 8px 0;
}

.f-link-top {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.f-link-meta {
  padding-left: 21px;
  font-size: 12px;
  line-height: 1.55;
  color: rgba(255,255,255,0.40);
}

.f-col--contact {
  padding-top: 0;
}

.f-contact-card {
  padding: clamp(22px, 3vw, 28px);
  border-radius: 28px;
  background: linear-gradient(160deg, rgba(255,255,255,0.055) 0%, rgba(255,255,255,0.025) 100%);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
}

.f-contact-kicker {
  margin-bottom: 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.42);
}

.f-contact-title {
  margin-bottom: 10px;
  font-size: clamp(1.35rem, 2vw, 1.7rem);
  line-height: 1.12;
  letter-spacing: -0.04em;
  color: #fff;
}

.f-contact-copy {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.72;
  color: rgba(255,255,255,0.62);
}

.f-contact {
  gap: 12px;
}

.f-ci {
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.035);
  color: rgba(255,255,255,0.72);
}

.f-ci-icon {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: rgba(255,255,255,0.08);
}

.f-ci-icon .material-icons-round {
  font-size: 16px !important;
  color: #d7e6ff;
}

.f-ci a:hover {
  color: #fff;
}

.f-wa {
  min-height: 50px;
  margin-top: 20px;
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(37,211,102,0.22);
}

.footer-bottom {
  margin-top: clamp(32px, 4vw, 48px);
  padding: 24px 0 30px;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.f-bot {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 18px 24px;
}

.f-copy {
  margin: 0;
  font-size: 12.5px;
  line-height: 1.7;
  color: rgba(255,255,255,0.42);
}

.f-bot-badges {
  flex-wrap: wrap;
  justify-content: center;
}

.f-bot-badge {
  padding: 6px 10px;
  color: rgba(255,255,255,0.46);
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.03);
}

.f-bot-links {
  flex-wrap: wrap;
  justify-content: flex-end;
}

.f-bot-links a {
  color: rgba(255,255,255,0.48);
}

.f-bot-links a:hover {
  color: #fff;
}

@media (max-width: 1280px) {
  .footer-grid {
    grid-template-columns: minmax(0, 1.3fr) repeat(3, minmax(0, 1fr));
  }

  .f-col--contact {
    grid-column: 1 / -1;
  }
}

@media (max-width: 1120px) {
  .footer-cta-inner {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .f-brand-col {
    grid-column: 1 / -1;
    grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr);
  }

  .f-col--contact {
    grid-column: 1 / -1;
  }

  .f-bot {
    grid-template-columns: 1fr;
  }

  .f-bot-badges,
  .f-bot-links {
    justify-content: flex-start;
  }
}

@media (max-width: 860px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .f-brand-col {
    grid-template-columns: 1fr;
  }

  .f-col--contact {
    grid-column: 1 / -1;
  }

  .f-brand-highlights {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .footer-cta {
    padding-top: 24px;
  }

  .footer-cta-inner {
    padding: 22px;
    border-radius: 24px;
  }

  .footer-cta-panel {
    padding: 18px;
    border-radius: 20px;
  }

  .footer-cta-h {
    max-width: none;
  }

  .footer-cta-points {
    gap: 10px;
  }

  .footer-cta-points span {
    width: 100%;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .f-brand-card,
  .f-contact-card {
    padding: 20px;
    border-radius: 22px;
  }

  .f-brand-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .f-brand-highlights {
    grid-template-columns: 1fr;
  }

  .f-link-meta {
    padding-left: 0;
  }

  .f-bot-links {
    gap: 14px;
  }
}

/* Footer refinement v2 */
.site-footer--refined-v2 {
  background:
    radial-gradient(circle at top left, rgba(147,197,253,0.06) 0%, transparent 26%),
    linear-gradient(180deg, #0b1627 0%, #09121d 100%);
}

.site-footer--refined-v2 .footer-cta {
  background: transparent;
  border-bottom: 0;
  padding: 34px 0 0;
}

.site-footer--refined-v2 .footer-cta::before,
.site-footer--refined-v2 .footer-cta::after {
  display: none;
}

.site-footer--refined-v2 .footer-cta-inner {
  grid-template-columns: minmax(0, 1.12fr) minmax(340px, 0.88fr);
  gap: 40px;
  padding: 0 0 30px;
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.site-footer--refined-v2 .footer-cta-left {
  max-width: 620px;
}

.site-footer--refined-v2 .footer-cta-eyebrow {
  margin-bottom: 12px;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(255,255,255,0.42);
}

.site-footer--refined-v2 .footer-cta-h {
  max-width: 15ch;
  margin-bottom: 10px;
  font-size: clamp(1.7rem, 2.6vw, 2.4rem);
  line-height: 1.12;
  letter-spacing: -0.045em;
}

.site-footer--refined-v2 .footer-cta-h br {
  display: none;
}

.site-footer--refined-v2 .footer-cta-h em {
  font-family: inherit;
  font-style: normal;
  font-weight: 700;
  color: #93c5fd;
}

.site-footer--refined-v2 .footer-cta-sub {
  max-width: 58ch;
  font-size: 14px;
  line-height: 1.75;
  color: rgba(255,255,255,0.58);
}

.site-footer--refined-v2 .footer-cta-points,
.site-footer--refined-v2 .footer-cta-links,
.site-footer--refined-v2 .f-brand-highlights {
  display: none;
}

.site-footer--refined-v2 .footer-cta-right {
  display: flex;
  align-items: center;
}

.site-footer--refined-v2 .footer-cta-panel {
  width: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.site-footer--refined-v2 .footer-cta-form-label {
  margin-bottom: 10px;
  color: rgba(255,255,255,0.42);
}

.site-footer--refined-v2 .footer-cta-form,
.site-footer--refined-v2 .footer-cta-right .wpcf7 form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: stretch;
}

.site-footer--refined-v2 .footer-cta-right .wpcf7 p,
.site-footer--refined-v2 .footer-cta-right .wpcf7-form p {
  margin: 0;
}

.site-footer--refined-v2 .footer-cta-right .wpcf7-form-control-wrap {
  display: block;
  min-width: 0;
}

.site-footer--refined-v2 .footer-cta-input,
.site-footer--refined-v2 .footer-cta-right .wpcf7 input[type="email"],
.site-footer--refined-v2 .footer-cta-right .wpcf7 input[type="text"] {
  width: 100%;
  height: 50px;
  margin-bottom: 0;
  padding: 0 16px;
  border-radius: 12px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.12);
  color: #fff;
  box-shadow: none;
}

.site-footer--refined-v2 .footer-cta-input::placeholder,
.site-footer--refined-v2 .footer-cta-right .wpcf7 input[type="email"]::placeholder,
.site-footer--refined-v2 .footer-cta-right .wpcf7 input[type="text"]::placeholder {
  color: rgba(255,255,255,0.24);
}

.site-footer--refined-v2 .footer-cta-submit,
.site-footer--refined-v2 .footer-cta-right .wpcf7 .wpcf7-submit {
  width: auto;
  min-width: 196px;
  min-height: 50px;
  margin-top: 0;
  padding: 0 22px;
  border-radius: 12px;
  background: var(--green-600);
}

.site-footer--refined-v2 .footer-cta-trust {
  margin-top: 12px;
  font-size: 12px;
  color: rgba(255,255,255,0.42);
}

.site-footer--refined-v2 .footer-main {
  padding: 34px 0 0;
  border-bottom: 0;
}

.site-footer--refined-v2 .footer-grid {
  grid-template-columns: minmax(260px, 1.05fr) repeat(3, minmax(140px, 0.8fr)) minmax(220px, 0.95fr);
  gap: 36px;
  align-items: start;
}

.site-footer--refined-v2 .f-brand-col,
.site-footer--refined-v2 .f-col {
  padding-top: 0;
}

.site-footer--refined-v2 .f-brand-card,
.site-footer--refined-v2 .f-contact-card {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.site-footer--refined-v2 .f-logo {
  margin-bottom: 10px;
}

.site-footer--refined-v2 .f-logo-mark {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--navy-600) 0%, #234f7d 100%);
  box-shadow: none;
}

.site-footer--refined-v2 .f-logo-name {
  font-size: 18px;
}

.site-footer--refined-v2 .f-tagline {
  margin-bottom: 16px;
  color: rgba(255,255,255,0.34);
}

.site-footer--refined-v2 .f-desc {
  max-width: 34ch;
  margin-bottom: 18px;
  font-size: 14px;
  line-height: 1.78;
  color: rgba(255,255,255,0.58);
}

.site-footer--refined-v2 .f-brand-actions {
  gap: 10px;
  margin: 0 0 18px;
}

.site-footer--refined-v2 .f-brand-actions .btn {
  min-height: 46px;
}

.site-footer--refined-v2 .f-brand-actions .btn-out-w {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,0.16);
}

.site-footer--refined-v2 .f-brand-actions .btn-out-w:hover {
  background: rgba(255,255,255,0.05);
  border-color: rgba(255,255,255,0.28);
}

.site-footer--refined-v2 .f-social {
  gap: 10px;
  margin-bottom: 0;
}

.site-footer--refined-v2 .f-soc-a {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.10);
}

.site-footer--refined-v2 .f-col-title {
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.36);
}

.site-footer--refined-v2 .f-col-title--sub {
  margin-top: 26px;
}

.site-footer--refined-v2 .f-col-links {
  gap: 12px;
}

.site-footer--refined-v2 .f-link {
  color: rgba(255,255,255,0.68);
}

.site-footer--refined-v2 .f-link--stacked {
  gap: 0;
  padding: 0;
}

.site-footer--refined-v2 .f-link:hover {
  color: #fff;
  padding-left: 0;
}

.site-footer--refined-v2 .f-link-meta {
  display: none;
}

.site-footer--refined-v2 .f-contact-kicker {
  margin-bottom: 14px;
  color: rgba(255,255,255,0.36);
}

.site-footer--refined-v2 .f-contact-title {
  margin-bottom: 10px;
  font-size: clamp(1.15rem, 1.6vw, 1.4rem);
  line-height: 1.2;
}

.site-footer--refined-v2 .f-contact-copy {
  margin-bottom: 16px;
  font-size: 14px;
  color: rgba(255,255,255,0.58);
}

.site-footer--refined-v2 .f-contact {
  gap: 12px;
}

.site-footer--refined-v2 .f-ci {
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(255,255,255,0.68);
}

.site-footer--refined-v2 .f-ci-icon {
  width: 30px;
  height: 30px;
  margin-top: 0;
  border-radius: 10px;
  background: rgba(255,255,255,0.05);
}

.site-footer--refined-v2 .f-ci-icon .material-icons-round {
  font-size: 15px !important;
  color: rgba(255,255,255,0.72);
}

.site-footer--refined-v2 .f-wa {
  min-height: 48px;
  margin-top: 18px;
  border-radius: 14px;
  box-shadow: none;
}

.site-footer--refined-v2 .footer-bottom {
  margin-top: 28px;
  padding: 20px 0 28px;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.site-footer--refined-v2 .f-bot {
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 16px 22px;
}

.site-footer--refined-v2 .f-copy {
  color: rgba(255,255,255,0.42);
}

.site-footer--refined-v2 .f-bot-badge {
  background: rgba(255,255,255,0.03);
  color: rgba(255,255,255,0.46);
}

.site-footer--refined-v2 .f-bot-links a {
  color: rgba(255,255,255,0.46);
}

.site-footer--refined-v2 .f-bot-links a:hover {
  color: #fff;
}

@media (max-width: 1180px) {
  .site-footer--refined-v2 .footer-cta-inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .site-footer--refined-v2 .footer-grid {
    grid-template-columns: minmax(240px, 1fr) repeat(3, minmax(140px, 1fr));
    gap: 30px;
  }

  .site-footer--refined-v2 .f-brand-col,
  .site-footer--refined-v2 .f-col--contact {
    grid-column: 1 / -1;
  }
}

@media (max-width: 860px) {
  .site-footer--refined-v2 .footer-cta-form,
  .site-footer--refined-v2 .footer-cta-right .wpcf7 form {
    grid-template-columns: 1fr;
  }

  .site-footer--refined-v2 .footer-cta-submit,
  .site-footer--refined-v2 .footer-cta-right .wpcf7 .wpcf7-submit {
    width: 100%;
    min-width: 0;
  }

  .site-footer--refined-v2 .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }
}

@media (max-width: 560px) {
  .site-footer--refined-v2 .footer-cta {
    padding-top: 24px;
  }

  .site-footer--refined-v2 .footer-grid {
    grid-template-columns: 1fr;
  }

  .site-footer--refined-v2 .f-brand-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .site-footer--refined-v2 .f-social {
    flex-wrap: wrap;
  }

  .site-footer--refined-v2 .f-bot {
    grid-template-columns: 1fr;
  }

  .site-footer--refined-v2 .f-bot-badges,
  .site-footer--refined-v2 .f-bot-links {
    justify-content: flex-start;
  }
}

.site-footer--minimal-clean {
  overflow: hidden;
  background: linear-gradient(180deg, #0d1625 0%, #0a1220 100%);
}

.site-footer--minimal-clean::before {
  display: none;
}

.site-footer--minimal-clean .container {
  position: relative;
  z-index: 1;
}

.site-footer--minimal-clean .footer-clean-top {
  padding: 34px 0 0;
}

.site-footer--minimal-clean .footer-clean-top-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.028);
}

.site-footer--minimal-clean .footer-clean-top-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 146px;
  padding: 26px 28px;
  text-align: center;
  color: rgba(255,255,255,0.82);
  border-right: 1px solid rgba(255,255,255,0.08);
  transition: background var(--t1), color var(--t1);
}

.site-footer--minimal-clean .footer-clean-top-card:last-child {
  border-right: 0;
}

.site-footer--minimal-clean a.footer-clean-top-card:hover {
  color: #fff;
  background: rgba(255,255,255,0.04);
}

.site-footer--minimal-clean .footer-clean-top-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: #2563eb;
  color: #fff;
  font-size: 18px !important;
}

.site-footer--minimal-clean .footer-clean-top-label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.44);
}

.site-footer--minimal-clean .footer-clean-top-value {
  display: block;
  max-width: 26ch;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255,255,255,0.82);
}

.site-footer--minimal-clean .footer-clean-main {
  padding: 48px 0 0;
}

.site-footer--minimal-clean .footer-clean-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.8fr) minmax(0, 0.8fr) minmax(0, 1fr);
  gap: 46px;
  align-items: start;
}

.site-footer--minimal-clean .footer-clean-brand,
.site-footer--minimal-clean .footer-clean-col {
  min-width: 0;
}

.site-footer--minimal-clean .f-logo {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.site-footer--minimal-clean .f-logo-mark {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  background: #183b68;
  border: 0;
}

.site-footer--minimal-clean .f-logo-mark svg {
  width: 20px;
  height: 20px;
}

.site-footer--minimal-clean .f-logo-name {
  font-size: 2rem;
  letter-spacing: -0.04em;
  color: #fff;
}

.site-footer--minimal-clean .footer-clean-kicker {
  margin: 0 0 16px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.36);
}

.site-footer--minimal-clean .footer-clean-copy {
  max-width: 34ch;
  margin: 0;
  font-size: 16px;
  line-height: 1.9;
  color: rgba(255,255,255,0.72);
}

.site-footer--minimal-clean .footer-clean-actions {
  margin-top: 28px;
}

.site-footer--minimal-clean .footer-clean-actions .btn {
  min-width: 0;
  padding-inline: 24px;
}

.site-footer--minimal-clean .f-social {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.site-footer--minimal-clean .f-soc-a {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.12);
  background: transparent;
}

.site-footer--minimal-clean .f-soc-a svg {
  fill: rgba(255,255,255,0.58);
}

.site-footer--minimal-clean .f-soc-a:hover {
  background: rgba(255,255,255,0.06);
  border-color: rgba(255,255,255,0.24);
}

.site-footer--minimal-clean .f-soc-a:hover svg {
  fill: #fff;
}

.site-footer--minimal-clean .footer-clean-heading {
  margin: 0 0 22px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.42);
}

.site-footer--minimal-clean .footer-clean-links {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.site-footer--minimal-clean .footer-clean-link {
  display: inline-flex;
  align-items: flex-start;
  gap: 9px;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255,255,255,0.78);
  transition: color var(--t1), transform var(--t1);
}

.site-footer--minimal-clean .footer-clean-link .material-icons-round {
  margin-top: 3px;
  font-size: 16px !important;
  color: rgba(255,255,255,0.32);
}

.site-footer--minimal-clean .footer-clean-link:hover {
  color: #fff;
  transform: translateX(4px);
}

.site-footer--minimal-clean .footer-clean-subscribe-copy {
  margin: 0 0 20px;
  font-size: 15px;
  line-height: 1.8;
  color: rgba(255,255,255,0.66);
}

.site-footer--minimal-clean .footer-clean-form,
.site-footer--minimal-clean .footer-clean-col--subscribe .wpcf7 form,
.site-footer--minimal-clean .footer-clean-col--subscribe .wpcf7-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  margin: 0;
}

.site-footer--minimal-clean .footer-clean-col--subscribe .wpcf7 p,
.site-footer--minimal-clean .footer-clean-col--subscribe .wpcf7-form p {
  margin: 0;
}

.site-footer--minimal-clean .footer-clean-col--subscribe .wpcf7-form-control-wrap {
  display: block;
}

.site-footer--minimal-clean .footer-cta-input,
.site-footer--minimal-clean .footer-clean-col--subscribe .wpcf7 input[type="email"],
.site-footer--minimal-clean .footer-clean-col--subscribe .wpcf7 input[type="text"] {
  width: 100%;
  min-height: 52px;
  padding: 0 18px;
  border-radius: 0;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.05);
  color: #fff;
}

.site-footer--minimal-clean .footer-cta-input::placeholder,
.site-footer--minimal-clean .footer-clean-col--subscribe .wpcf7 input[type="email"]::placeholder,
.site-footer--minimal-clean .footer-clean-col--subscribe .wpcf7 input[type="text"]::placeholder {
  color: rgba(255,255,255,0.34);
}

.site-footer--minimal-clean .footer-cta-submit,
.site-footer--minimal-clean .footer-clean-col--subscribe .wpcf7 .wpcf7-submit {
  min-width: 150px;
  min-height: 52px;
  padding: 0 22px;
  border: 0;
  border-radius: 0;
  background: #22c55e;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.site-footer--minimal-clean .footer-clean-form-wrap .wpcf7-response-output,
.site-footer--minimal-clean .footer-clean-col--subscribe .wpcf7-response-output {
  margin: 12px 0 0;
  padding: 10px 12px;
  border: 1px solid rgba(255,255,255,0.14);
  color: rgba(255,255,255,0.82);
}

.site-footer--minimal-clean .footer-clean-note {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 14px 0 0;
  font-size: 12.5px;
  line-height: 1.6;
  color: rgba(255,255,255,0.46);
}

.site-footer--minimal-clean .footer-clean-note .material-icons-round {
  font-size: 15px !important;
  color: #22c55e;
}

.site-footer--minimal-clean .footer-clean-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  margin-top: 20px;
  padding: 0 22px;
  border: 1px solid rgba(34,197,94,0.42);
  color: #dcfce7;
  background: rgba(34,197,94,0.10);
  font-size: 14px;
  font-weight: 700;
  transition: background var(--t1), border-color var(--t1), color var(--t1);
}

.site-footer--minimal-clean .footer-clean-whatsapp:hover {
  border-color: rgba(34,197,94,0.75);
  background: rgba(34,197,94,0.18);
  color: #fff;
}

.site-footer--minimal-clean .footer-clean-bottom {
  margin-top: 52px;
  padding: 22px 0 28px;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.site-footer--minimal-clean .footer-clean-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px 26px;
}

.site-footer--minimal-clean .footer-clean-copyright {
  margin: 0;
  font-size: 12.5px;
  line-height: 1.7;
  color: rgba(255,255,255,0.42);
}

.site-footer--minimal-clean .footer-clean-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.site-footer--minimal-clean .footer-clean-legal a {
  font-size: 13px;
  color: rgba(255,255,255,0.52);
}

.site-footer--minimal-clean .footer-clean-legal a:hover {
  color: #fff;
}

@media (max-width: 1180px) {
  .site-footer--minimal-clean .footer-clean-grid {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr) minmax(0, 1fr);
    gap: 36px;
  }

  .site-footer--minimal-clean .footer-clean-col--subscribe {
    grid-column: 1 / -1;
    max-width: 560px;
  }
}

@media (max-width: 860px) {
  .site-footer--minimal-clean .footer-clean-top-grid {
    grid-template-columns: 1fr;
  }

  .site-footer--minimal-clean .footer-clean-top-card {
    min-height: 118px;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
  }

  .site-footer--minimal-clean .footer-clean-top-card:last-child {
    border-bottom: 0;
  }

  .site-footer--minimal-clean .footer-clean-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px 28px;
  }

  .site-footer--minimal-clean .footer-clean-brand,
  .site-footer--minimal-clean .footer-clean-col--subscribe {
    grid-column: 1 / -1;
  }

  .site-footer--minimal-clean .footer-clean-form,
  .site-footer--minimal-clean .footer-clean-col--subscribe .wpcf7 form,
  .site-footer--minimal-clean .footer-clean-col--subscribe .wpcf7-form {
    grid-template-columns: 1fr;
  }

  .site-footer--minimal-clean .footer-cta-submit,
  .site-footer--minimal-clean .footer-clean-col--subscribe .wpcf7 .wpcf7-submit {
    width: 100%;
  }

  .site-footer--minimal-clean .footer-clean-bottom-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 560px) {
  .site-footer--minimal-clean .footer-clean-top {
    padding-top: 24px;
  }

  .site-footer--minimal-clean .footer-clean-main {
    padding-top: 34px;
  }

  .site-footer--minimal-clean .footer-clean-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .site-footer--minimal-clean .f-logo-name {
    font-size: 1.7rem;
  }

  .site-footer--minimal-clean .footer-clean-copy,
  .site-footer--minimal-clean .footer-clean-link {
    font-size: 15px;
  }
}

/* Minimal footer - light brand override */
.site-footer--minimal-clean {
  background: var(--surface);
  border-top: 1px solid var(--line);
}

.site-footer--minimal-clean .footer-clean-top-grid {
  border-color: rgba(33, 88, 178, 0.10);
  background: var(--surface-alt);
}

.site-footer--minimal-clean .footer-clean-top-card {
  border-color: rgba(33, 88, 178, 0.10);
  color: var(--ink-2);
}

.site-footer--minimal-clean a.footer-clean-top-card:hover {
  background: #fff;
  color: var(--navy-700);
}

.site-footer--minimal-clean .footer-clean-top-icon {
  background: var(--navy-600);
}

.site-footer--minimal-clean .footer-clean-top-label {
  color: var(--ink-4);
}

.site-footer--minimal-clean .footer-clean-top-value,
.site-footer--minimal-clean .footer-clean-copy,
.site-footer--minimal-clean .footer-clean-subscribe-copy,
.site-footer--minimal-clean .footer-clean-link {
  color: var(--ink-3);
}

.site-footer--minimal-clean .f-logo-name,
.site-footer--minimal-clean .footer-clean-heading {
  color: var(--ink);
}

.site-footer--minimal-clean .footer-clean-kicker,
.site-footer--minimal-clean .footer-clean-heading {
  border-color: var(--line);
}

.site-footer--minimal-clean .footer-clean-kicker,
.site-footer--minimal-clean .footer-clean-heading,
.site-footer--minimal-clean .footer-clean-copyright,
.site-footer--minimal-clean .footer-clean-legal a {
  color: var(--ink-4);
}

.site-footer--minimal-clean .footer-clean-link:hover,
.site-footer--minimal-clean .footer-clean-legal a:hover {
  color: var(--navy-700);
}

.site-footer--minimal-clean .f-social .f-soc-a {
  background: #fff;
  border-color: rgba(33, 88, 178, 0.12);
}

.site-footer--minimal-clean .f-social .f-soc-a svg {
  fill: var(--navy-600);
}

.site-footer--minimal-clean .f-social .f-soc-a:hover {
  background: var(--navy-50);
  border-color: rgba(33, 88, 178, 0.22);
}

.site-footer--minimal-clean .footer-cta-input,
.site-footer--minimal-clean .footer-clean-col--subscribe .wpcf7 input[type="email"],
.site-footer--minimal-clean .footer-clean-col--subscribe .wpcf7 input[type="text"] {
  background: #fff;
  border-color: rgba(33, 88, 178, 0.14);
  color: var(--ink);
}

.site-footer--minimal-clean .footer-cta-input::placeholder,
.site-footer--minimal-clean .footer-clean-col--subscribe .wpcf7 input[type="email"]::placeholder,
.site-footer--minimal-clean .footer-clean-col--subscribe .wpcf7 input[type="text"]::placeholder {
  color: var(--ink-4);
}

.site-footer--minimal-clean .footer-clean-note {
  color: var(--ink-4);
}

.site-footer--minimal-clean .footer-clean-note .material-icons-round {
  color: var(--green-700);
}

.site-footer--minimal-clean .footer-clean-whatsapp {
  background: var(--navy-50);
  border-color: rgba(33, 88, 178, 0.16);
  color: var(--navy-700);
}

.site-footer--minimal-clean .footer-clean-whatsapp:hover {
  background: var(--navy-600);
  border-color: var(--navy-600);
  color: #fff;
}

.site-footer--minimal-clean .footer-clean-bottom {
  border-color: var(--line);
}

/* Refined footer */
.site-footer--refined-clean {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(87, 136, 202, 0.12) 0%, transparent 34%),
    linear-gradient(180deg, #101723 0%, #0d1520 100%);
  border-top: 1px solid rgba(255,255,255,0.08);
}

.site-footer--refined-clean::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(87, 136, 202, 0.4) 40%, rgba(113, 157, 150, 0.35) 70%, transparent 100%);
}

.site-footer--refined-clean::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -180px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(113, 157, 150, 0.11) 0%, transparent 70%);
  pointer-events: none;
}

.site-footer--refined-clean .container {
  position: relative;
  z-index: 1;
}

.site-footer--refined-clean .footer-refined-main {
  padding: 40px 0 0;
}

.site-footer--refined-clean .footer-refined-top {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 52px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 24px;
  overflow: hidden;
  background: rgba(255,255,255,0.03);
}

.site-footer--refined-clean .footer-refined-top-card {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
  min-height: 112px;
  padding: 24px 28px;
  color: rgba(255,255,255,0.86);
  border-right: 1px solid rgba(255,255,255,0.08);
  transition: background var(--t2), color var(--t2);
}

.site-footer--refined-clean .footer-refined-top-card:last-child {
  border-right: 0;
}

.site-footer--refined-clean a.footer-refined-top-card:hover {
  background: rgba(255,255,255,0.05);
  color: #fff;
}

.site-footer--refined-clean .footer-refined-top-icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(87, 136, 202, 0.14);
  border: 1px solid rgba(87, 136, 202, 0.18);
  color: #dce9ff;
  font-size: 18px !important;
}

.site-footer--refined-clean .footer-refined-top-content {
  min-width: 0;
}

.site-footer--refined-clean .footer-refined-top-label {
  display: block;
  margin-bottom: 6px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.42);
}

.site-footer--refined-clean .footer-refined-top-value {
  display: block;
  font-size: 16px;
  line-height: 1.65;
  font-weight: 600;
  color: inherit;
  overflow-wrap: anywhere;
}

.site-footer--refined-clean .footer-refined-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.9fr) minmax(0, 1.05fr);
  gap: 48px;
  padding-bottom: 44px;
}

.site-footer--refined-clean .footer-refined-grid--with-services {
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.8fr) minmax(0, 0.8fr) minmax(0, 1.02fr);
  gap: 36px;
}

.site-footer--refined-clean .footer-refined-brand,
.site-footer--refined-clean .footer-refined-col {
  min-width: 0;
}

.site-footer--refined-clean .f-logo {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.site-footer--refined-clean .f-logo-mark {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background: rgba(87, 136, 202, 0.16);
  border: 1px solid rgba(87, 136, 202, 0.2);
}

.site-footer--refined-clean .f-logo-mark svg {
  width: 22px;
  height: 22px;
}

.site-footer--refined-clean .f-logo-name {
  font-size: 1.9rem;
  font-weight: 700;
  letter-spacing: -0.05em;
  color: #fff;
}

.site-footer--refined-clean .footer-refined-kicker {
  margin: 0 0 14px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.36);
}

.site-footer--refined-clean .footer-refined-copy {
  max-width: 34ch;
  margin: 0;
  font-size: 15px;
  line-height: 1.85;
  color: rgba(255,255,255,0.68);
}

.site-footer--refined-clean .footer-refined-copy--small {
  max-width: none;
  margin-bottom: 18px;
}

.site-footer--refined-clean .footer-refined-whatsapp-card {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 24px;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(113, 157, 150, 0.26);
  background: rgba(113, 157, 150, 0.12);
  color: #eefcf8;
  transition: background var(--t2), border-color var(--t2), transform var(--t1);
}

.site-footer--refined-clean .footer-refined-whatsapp-card:hover {
  background: rgba(113, 157, 150, 0.18);
  border-color: rgba(113, 157, 150, 0.42);
  transform: translateY(-1px);
}

.site-footer--refined-clean .footer-refined-whatsapp-icon {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.14);
  color: #ffffff;
}

.site-footer--refined-clean .footer-refined-whatsapp-icon svg {
  width: 22px;
  height: 22px;
  display: block;
}

.site-footer--refined-clean .footer-refined-whatsapp-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.site-footer--refined-clean .footer-refined-whatsapp-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
}

.site-footer--refined-clean .footer-refined-whatsapp-sub {
  margin-top: 2px;
  font-size: 12px;
  line-height: 1.6;
  color: rgba(255,255,255,0.72);
}

.site-footer--refined-clean .f-social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.site-footer--refined-clean .f-soc-a {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.03);
  transition: background var(--t2), border-color var(--t2), transform var(--t1);
}

.site-footer--refined-clean .f-soc-a svg {
  width: 14px;
  height: 14px;
  fill: rgba(255,255,255,0.6);
}

.site-footer--refined-clean .f-soc-a:hover {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.22);
  transform: translateY(-1px);
}

.site-footer--refined-clean .f-soc-a:hover svg {
  fill: #fff;
}

.site-footer--refined-clean .footer-refined-heading {
  margin: 0 0 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.42);
}

.site-footer--refined-clean .footer-refined-links {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.site-footer--refined-clean .footer-refined-link {
  display: inline-flex;
  align-items: flex-start;
  gap: 9px;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255,255,255,0.74);
  transition: color var(--t2), transform var(--t2);
}

.site-footer--refined-clean .footer-refined-link--nested {
  padding-left: 12px;
}

.site-footer--refined-clean .footer-refined-link .material-icons-round {
  margin-top: 3px;
  font-size: 15px !important;
  color: rgba(255,255,255,0.24);
}

.site-footer--refined-clean .footer-refined-link:hover {
  color: #fff;
  transform: translateX(4px);
}

.site-footer--refined-clean .footer-refined-form,
.site-footer--refined-clean .footer-refined-form-wrap .wpcf7 form,
.site-footer--refined-clean .footer-refined-form-wrap .wpcf7-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin: 0;
}

.site-footer--refined-clean .footer-refined-form-wrap .wpcf7 p,
.site-footer--refined-clean .footer-refined-form-wrap .wpcf7-form p {
  margin: 0;
}

.site-footer--refined-clean .footer-refined-form-wrap .wpcf7-form-control-wrap {
  display: block;
}

.site-footer--refined-clean .footer-cta-input,
.site-footer--refined-clean .footer-refined-form-wrap .wpcf7 input[type="email"],
.site-footer--refined-clean .footer-refined-form-wrap .wpcf7 input[type="text"] {
  width: 100%;
  min-height: 50px;
  padding: 0 16px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.04);
  color: #fff;
}

.site-footer--refined-clean .footer-cta-input::placeholder,
.site-footer--refined-clean .footer-refined-form-wrap .wpcf7 input[type="email"]::placeholder,
.site-footer--refined-clean .footer-refined-form-wrap .wpcf7 input[type="text"]::placeholder {
  color: rgba(255,255,255,0.36);
}

.site-footer--refined-clean .footer-cta-input:focus,
.site-footer--refined-clean .footer-refined-form-wrap .wpcf7 input[type="email"]:focus,
.site-footer--refined-clean .footer-refined-form-wrap .wpcf7 input[type="text"]:focus {
  outline: none;
  border-color: rgba(87, 136, 202, 0.42);
  background: rgba(255,255,255,0.07);
}

.site-footer--refined-clean .footer-cta-submit,
.site-footer--refined-clean .footer-refined-form-wrap .wpcf7 .wpcf7-submit {
  width: 100%;
  min-height: 50px;
  padding: 0 20px;
  border-radius: 14px;
  border: 0;
  background: var(--navy-600);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: background var(--t2), transform var(--t1);
}

.site-footer--refined-clean .footer-cta-submit:hover,
.site-footer--refined-clean .footer-refined-form-wrap .wpcf7 .wpcf7-submit:hover {
  background: var(--navy-700);
  transform: translateY(-1px);
}

.site-footer--refined-clean .footer-refined-form-wrap .wpcf7-response-output {
  margin: 12px 0 0;
  padding: 10px 12px;
  border: 1px solid rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.74);
}

.site-footer--refined-clean .footer-refined-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
}

.site-footer--refined-clean .footer-refined-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px 24px;
  padding: 18px 0 24px;
}

.site-footer--refined-clean .footer-refined-copyright {
  margin: 0;
  font-size: 12.5px;
  line-height: 1.7;
  color: rgba(255,255,255,0.42);
}

.site-footer--refined-clean .footer-refined-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.site-footer--refined-clean .footer-refined-legal a {
  font-size: 13px;
  color: rgba(255,255,255,0.52);
}

.site-footer--refined-clean .footer-refined-legal a:hover {
  color: #fff;
}

@media (max-width: 1180px) {
  .site-footer--refined-clean .footer-refined-grid,
  .site-footer--refined-clean .footer-refined-grid--with-services {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 36px;
  }

  .site-footer--refined-clean .footer-refined-col--subscribe {
    grid-column: 1 / -1;
    max-width: 560px;
  }
}

@media (max-width: 860px) {
  .site-footer--refined-clean .footer-refined-top {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }

  .site-footer--refined-clean .footer-refined-top-card {
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
  }

  .site-footer--refined-clean .footer-refined-top-card:last-child {
    border-bottom: 0;
  }

  .site-footer--refined-clean .footer-refined-grid,
  .site-footer--refined-clean .footer-refined-grid--with-services {
    grid-template-columns: 1fr 1fr;
    gap: 32px 28px;
  }

  .site-footer--refined-clean .footer-refined-brand,
  .site-footer--refined-clean .footer-refined-col--subscribe {
    grid-column: 1 / -1;
  }

  .site-footer--refined-clean .footer-refined-form,
  .site-footer--refined-clean .footer-refined-form-wrap .wpcf7 form,
  .site-footer--refined-clean .footer-refined-form-wrap .wpcf7-form,
  .site-footer--refined-clean .footer-refined-form-wrap .wpcf7-form p {
    grid-template-columns: 1fr;
  }

  .site-footer--refined-clean .footer-cta-submit,
  .site-footer--refined-clean .footer-refined-form-wrap .wpcf7 .wpcf7-submit {
    width: 100%;
    min-width: 0;
  }

  .site-footer--refined-clean .footer-refined-bottom-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 560px) {
  .site-footer--refined-clean .footer-refined-main {
    padding-top: 28px;
  }

  .site-footer--refined-clean .footer-refined-grid,
  .site-footer--refined-clean .footer-refined-grid--with-services {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-bottom: 32px;
  }

  .site-footer--refined-clean .f-logo-name {
    font-size: 1.7rem;
  }

  .site-footer--refined-clean .footer-refined-copy,
  .site-footer--refined-clean .footer-refined-link,
  .site-footer--refined-clean .footer-refined-top-value {
    font-size: 15px;
  }

  .site-footer--refined-clean .footer-refined-whatsapp-card {
    width: 100%;
  }
}
