/* =============================================================
   WAY2STAFF — Premium Corporate Redesign
   Palette: Navy #1F4E79 | Blue #2E75B6 | Gold #D4AF37
   Style: Deloitte / McKinsey / Accenture
   ============================================================= */

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400&display=swap');

/* ── RESET ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: #1A1A1A;
  background: #fff;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
img { max-width: 100%; display: block; }
button { font-family: inherit; }

/* ── TOKENS ── */
:root {
  --navy:        #0E2240;
  --navy-dark:   #091830;
  --navy-darker: #050E1E;
  --blue:        #1A5491;
  --blue-light:  #2878BE;
  --gold:        #C8961E;
  --gold-dark:   #A87B10;
  --gold-light:  #E0B030;
  --gold-pale:   #FAF0D0;
  --dark:        #0B1628;
  --grey:        #4A5568;
  --grey-mid:    #718096;
  --grey-light:  #C8D8EE;
  --grey-bg:     #F4F6FB;
  --grey-border: #DDE5F2;
  --white:       #FFFFFF;

  --nav-h: 80px;
  --t: .25s ease;
  --radius: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --shadow-sm: 0 2px 8px rgba(0,0,0,.10);
  --shadow:    0 4px 20px rgba(0,0,0,.14);
  --shadow-lg: 0 12px 40px rgba(0,0,0,.20);
  --shadow-navy: 0 8px 32px rgba(11,22,40,.40);
}

/* ── LAYOUT ── */
.container { max-width: 1200px; margin: 0 auto; padding: 0 40px; }
.container-sm { max-width: 860px; margin: 0 auto; padding: 0 40px; }

/* ── SECTIONS ── */
.section        { padding: 100px 0; }
.section-sm     { padding: 72px 0; }
.section-lg     { padding: 128px 0; }
.bg-white       { background: var(--white); }
.bg-grey        { background: var(--grey-bg); }
.bg-navy        { background: var(--navy); }
.bg-navy-dark   { background: var(--navy-dark); }
.bg-navy-darker { background: var(--navy-darker); }
.bg-blue        { background: var(--blue); }

/* ── TYPOGRAPHY ── */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 20px;
}
.eyebrow::before {
  content: '';
  display: block;
  width: 28px;
  height: 2px;
  background: var(--gold);
  border-radius: 2px;
  flex-shrink: 0;
}
.eyebrow-light { color: var(--gold-light); }
.eyebrow-light::before { background: var(--gold-light); }

h1, .h1 {
  font-size: clamp(2.4rem, 4.5vw, 3.8rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -1.5px;
  color: var(--dark);
}
h2, .h2 {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -1px;
  color: var(--dark);
}
h3, .h3 {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -.3px;
  color: var(--dark);
}
.text-white h1, .text-white h2, .text-white h3,
.text-white .h1, .text-white .h2, .text-white .h3 { color: var(--white); }

.lead {
  font-size: 1.1rem;
  color: var(--grey);
  line-height: 1.8;
  max-width: 640px;
}
.lead-white { color: rgba(255,255,255,.78); }

.gold-word { color: var(--gold); }
.blue-word  { color: var(--blue-light); }

/* ── SECTION HEADERS ── */
.sh { margin-bottom: 64px; }
.sh.center { text-align: center; }
.sh.center .lead { margin: 18px auto 0; }
.sh .lead { margin-top: 18px; }

/* ── BUTTONS ── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 32px;
  border-radius: var(--radius-md);
  font-size: .88rem;
  font-weight: 700;
  letter-spacing: .4px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all var(--t);
  white-space: nowrap;
  line-height: 1;
}
.btn svg { flex-shrink: 0; }

/* Primary: Gold */
.btn-primary {
  background: var(--gold);
  color: var(--navy-darker);
  border-color: var(--gold);
}
.btn-primary:hover {
  background: var(--gold-dark);
  border-color: var(--gold-dark);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(212,175,55,.35);
}

/* Navy */
.btn-navy {
  background: var(--navy);
  color: var(--white);
  border-color: var(--navy);
}
.btn-navy:hover {
  background: var(--navy-dark);
  border-color: var(--navy-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-navy);
}

/* Outline Navy */
.btn-outline {
  background: transparent;
  color: var(--navy);
  border-color: var(--navy);
}
.btn-outline:hover {
  background: var(--navy);
  color: var(--white);
  transform: translateY(-1px);
}

/* Outline White (on dark bg) */
.btn-outline-white {
  background: transparent;
  color: var(--white);
  border-color: rgba(255,255,255,.5);
}
.btn-outline-white:hover {
  background: rgba(255,255,255,.1);
  border-color: var(--white);
}

/* Ghost */
.btn-ghost {
  background: transparent;
  color: var(--grey);
  border-color: var(--grey-border);
  font-weight: 600;
}
.btn-ghost:hover {
  color: var(--navy);
  border-color: var(--navy);
  background: var(--grey-bg);
}

.btn-sm { padding: 10px 22px; font-size: .82rem; }
.btn-lg { padding: 17px 40px; font-size: .95rem; }
.btn-full { width: 100%; }

/* Arrow icon for buttons */
.btn .arrow { transition: transform var(--t); }
.btn:hover .arrow { transform: translateX(4px); }

/* ── NAVIGATION ── */
.navbar {
  position: fixed;
  inset: 0 0 auto;
  height: var(--nav-h);
  background: var(--white);
  z-index: 1000;
  border-bottom: 1px solid transparent;
  transition: border-color var(--t), box-shadow var(--t);
}
.navbar.scrolled {
  border-bottom-color: var(--grey-border);
  box-shadow: 0 2px 16px rgba(0,0,0,.06);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--nav-h);
}

/* Logo */
.nav-logo {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex-shrink: 0;
}
.logo-main {
  font-size: 1.45rem;
  font-weight: 900;
  letter-spacing: -1px;
  line-height: 1;
  color: var(--navy);
}
.logo-main .logo-2 { color: var(--gold); }
.logo-sub {
  font-size: .52rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--blue);
  line-height: 1;
}

/* Use real logo image */
.nav-logo-badge {
  display: inline-flex;
  align-items: center;
  padding: 6px 16px;
  border: 2px solid var(--navy);
  border-radius: 999px;
  background: var(--navy);
}
.nav-logo-img {
  height: 40px;
  width: auto;
  display: block;
}

/* Nav Menu */
.nav-menu {
  display: flex;
  align-items: center;
  gap: 2px;
}
.nav-menu > a,
.nav-menu > .nav-item > a {
  font-size: .82rem;
  font-weight: 600;
  letter-spacing: .3px;
  color: var(--dark);
  padding: 8px 13px;
  border-radius: var(--radius);
  transition: color var(--t), background var(--t);
  white-space: nowrap;
}
.nav-menu > a:hover,
.nav-menu > .nav-item > a:hover { color: var(--navy); background: var(--grey-bg); }
.nav-menu > a.active { color: var(--navy); font-weight: 700; }

/* Nav CTA */
.btn-nav {
  background: var(--navy);
  color: var(--white) !important;
  padding: 9px 20px !important;
  border-radius: var(--radius-md) !important;
  font-weight: 700 !important;
  font-size: .82rem !important;
  margin-left: 8px;
  transition: all var(--t) !important;
}
.btn-nav:hover {
  background: var(--gold) !important;
  color: var(--navy-darker) !important;
  transform: none !important;
}

/* Hamburger */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
}
.hamburger span {
  display: block;
  width: 24px; height: 2px;
  background: var(--dark);
  border-radius: 2px;
  transition: var(--t);
}
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ── HERO ── */
.hero {
  position: relative;
  padding-top: var(--nav-h);
  overflow: hidden;
}
.hero-dark {
  background: var(--navy-darker);
}
.hero-navy {
  background: linear-gradient(160deg, var(--navy-darker) 0%, var(--navy) 50%, var(--navy-dark) 100%);
}

/* Dot grid overlay */
.hero-dots {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255,255,255,.07) 1px, transparent 1px);
  background-size: 32px 32px;
  pointer-events: none;
}

/* Diagonal accent */
.hero-accent {
  position: absolute;
  top: 0; right: 0;
  width: 42%; height: 100%;
  background: linear-gradient(150deg, transparent 45%, rgba(61,165,220,.06) 45%);
  pointer-events: none;
}

/* IT Executive backdrop scene */
.hero-scene {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(90deg, rgba(11,22,40,.96) 0%, rgba(11,22,40,.82) 30%, rgba(11,22,40,.45) 58%, rgba(11,22,40,.15) 100%),
    url('images/hero-it-executive.png');
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}
.hero-content { position: relative; z-index: 1; }
@media (max-width: 900px) {
  .hero-scene {
    background-image:
      linear-gradient(90deg, rgba(11,22,40,.97) 0%, rgba(11,22,40,.9) 40%, rgba(11,22,40,.6) 100%),
      url('images/hero-it-executive.png');
  }
}
@media (max-width: 640px) {
  .hero-scene {
    background-image:
      linear-gradient(180deg, rgba(11,22,40,.75) 0%, rgba(11,22,40,.96) 70%, rgba(11,22,40,1) 100%),
      url('images/hero-it-executive.png');
    background-position: center 20%;
  }
}

/* Gold top bar */
.hero::before {
  content: '';
  position: absolute;
  top: var(--nav-h);
  left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light), var(--blue-light), transparent);
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 96px 0 88px;
}
.hero-content-centered {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}
.hero-content-centered .lead { margin: 20px auto 0; }

.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 40px; }
.hero-cta.center { justify-content: center; }

/* Hero badge */
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 100px;
  padding: 7px 18px 7px 12px;
  margin-bottom: 28px;
}
.badge-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 8px rgba(212,175,55,.6);
  flex-shrink: 0;
}
.hero-badge span {
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255,255,255,.9);
}

/* ── STATS BAND ── */
.stats-band { background: var(--navy-dark); padding: 0; }
.stats-strip {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border-top: 1px solid rgba(255,255,255,.07);
  border-bottom: 1px solid rgba(255,255,255,.07);
}
.stats-strip.cols-4 { grid-template-columns: repeat(4, 1fr); }

.stat-cell {
  padding: 48px 28px;
  text-align: center;
  border-right: 1px solid rgba(255,255,255,.07);
  transition: background var(--t);
}
.stat-cell:last-child { border-right: none; }
.stat-cell:hover { background: rgba(255,255,255,.04); }

.stat-number {
  font-size: 2.8rem;
  font-weight: 900;
  letter-spacing: -2px;
  line-height: 1;
  color: var(--gold);
  margin-bottom: 8px;
}
.stat-label {
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .5px;
  color: var(--white);
  margin-bottom: 6px;
}
.stat-desc {
  font-size: .74rem;
  color: rgba(255,255,255,.42);
  line-height: 1.5;
}

/* ── CARDS ── */
.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.cards-grid-2 { grid-template-columns: repeat(2, 1fr); }
.cards-grid-4 { grid-template-columns: repeat(4, 1fr); }

.card {
  background: var(--white);
  border: 1px solid var(--grey-border);
  border-radius: var(--radius-lg);
  padding: 36px 32px;
  transition: all var(--t);
  position: relative;
  overflow: hidden;
}
.card:hover {
  border-color: var(--grey-light);
  box-shadow: var(--shadow-lg);
  transform: translateY(-4px);
}
.card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--navy), var(--blue));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--t);
}
.card:hover::before { transform: scaleX(1); }

/* Card with navy top accent (always visible) */
.card-accent::before { transform: scaleX(1); }
.card-accent-gold::before { background: linear-gradient(90deg, var(--gold), var(--gold-light)); transform: scaleX(1); }

/* Icon box */
.card-icon {
  width: 52px; height: 52px;
  border-radius: var(--radius-md);
  background: var(--grey-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  transition: background var(--t);
}
.card:hover .card-icon { background: var(--navy); }
.card:hover .card-icon svg path,
.card:hover .card-icon svg rect,
.card:hover .card-icon svg circle { stroke: var(--white); }
.card:hover .card-icon .fill-icon { fill: var(--white); }

.card h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 10px;
  letter-spacing: -.2px;
}
.card p {
  font-size: .88rem;
  color: var(--grey);
  line-height: 1.72;
}

/* Card Navy */
.card-navy {
  background: var(--navy);
  border-color: var(--navy);
  color: var(--white);
}
.card-navy::before { background: linear-gradient(90deg, var(--gold), var(--gold-light)); transform: scaleX(1); }
.card-navy h3 { color: var(--white); }
.card-navy p  { color: rgba(255,255,255,.72); }

/* ── WHO WE HELP ── */
.who-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: var(--grey-border);
  border: 1px solid var(--grey-border);
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.who-cell {
  background: var(--white);
  padding: 36px 32px;
  transition: background var(--t);
  position: relative;
}
.who-cell:hover { background: var(--grey-bg); }
.who-cell::after {
  content: '';
  position: absolute;
  bottom: 0; left: 32px;
  width: 40px; height: 2px;
  background: var(--gold);
  transform: scaleX(0);
  transition: transform var(--t);
}
.who-cell:hover::after { transform: scaleX(1); }

.who-icon {
  width: 44px; height: 44px;
  background: var(--grey-bg);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  transition: background var(--t);
}
.who-cell:hover .who-icon { background: var(--navy); }
.who-cell h3 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 8px;
}
.who-cell p { font-size: .86rem; color: var(--grey); line-height: 1.68; }

/* ── EXPERTISE TAGS ── */
.tag-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--white);
  border: 1.5px solid var(--grey-border);
  color: var(--dark);
  padding: 9px 16px;
  border-radius: var(--radius-md);
  font-size: .83rem;
  font-weight: 500;
  cursor: default;
  transition: all var(--t);
}
.tag::before {
  content: '';
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--gold);
  flex-shrink: 0;
  opacity: 0;
  transition: opacity var(--t);
}
.tag:hover {
  border-color: var(--navy);
  color: var(--navy);
  background: var(--grey-bg);
}
.tag:hover::before { opacity: 1; }

.tag-dark {
  background: rgba(255,255,255,.07);
  border-color: rgba(255,255,255,.14);
  color: rgba(255,255,255,.8);
}
.tag-dark:hover {
  background: rgba(255,255,255,.14);
  border-color: rgba(212,175,55,.5);
  color: var(--white);
}

/* ── PROCESS STEPS ── */
.process-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 720px;
  margin: 0 auto;
}
.process-item {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 28px;
}
.process-spine {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.process-num {
  width: 52px; height: 52px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .9rem;
  font-weight: 800;
  letter-spacing: .5px;
  flex-shrink: 0;
  border: 2px solid rgba(212,175,55,.4);
}
.process-line {
  flex: 1;
  width: 1px;
  background: linear-gradient(to bottom, var(--grey-border), transparent);
  margin: 10px 0;
  min-height: 28px;
}
.process-item:last-child .process-line { display: none; }

.process-body {
  padding: 8px 0 36px;
}
.process-body h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 8px;
}
.process-body p {
  font-size: .88rem;
  color: var(--grey);
  line-height: 1.72;
}

/* ── CTA STRIP ── */
.cta-strip {
  background: var(--navy);
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-strip::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 28px 28px;
}
.cta-strip-inner { position: relative; z-index: 1; }
.cta-strip h2 { color: var(--white); margin-bottom: 16px; }
.cta-strip p { color: rgba(255,255,255,.68); font-size: 1rem; margin-bottom: 36px; }
.cta-strip-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ── TWO COLUMN LAYOUT ── */
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.two-col.gap-lg { gap: 100px; }
.two-col.gap-sm { gap: 56px; }
.two-col-text {}
.two-col-text .lead { margin-top: 18px; }
.two-col-text .btn-group { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 36px; }

/* ── FEATURE LIST ── */
.feature-list { display: flex; flex-direction: column; gap: 20px; margin-top: 28px; }
.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.feature-check {
  width: 22px; height: 22px;
  border-radius: 50%;
  background: var(--navy);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
}
.feature-item p {
  font-size: .92rem;
  color: var(--grey);
  line-height: 1.65;
}
.feature-item strong { color: var(--dark); font-weight: 700; display: block; margin-bottom: 2px; }

/* ── DIVIDER ── */
.divider { height: 1px; background: var(--grey-border); margin: 0; }
.divider-gold { background: linear-gradient(90deg, var(--gold), transparent); }

/* ── INLINE ICONS (SVG) ── */
.icon { display: inline-flex; align-items: center; justify-content: center; }

/* ── FORM ── */
.form-box {
  background: var(--white);
  border: 1px solid var(--grey-border);
  border-radius: var(--radius-lg);
  padding: 48px 44px;
  box-shadow: var(--shadow);
}
.form-box.dark {
  background: rgba(255,255,255,.04);
  border-color: rgba(255,255,255,.1);
}

.form-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.fg { display: flex; flex-direction: column; gap: 6px; margin-bottom: 18px; }
.fg label {
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .8px;
  text-transform: uppercase;
  color: var(--grey);
}
.form-box.dark .fg label { color: rgba(255,255,255,.55); }

.fg input,
.fg select,
.fg textarea {
  padding: 13px 16px;
  border: 1.5px solid var(--grey-border);
  border-radius: var(--radius-md);
  font-family: inherit;
  font-size: .9rem;
  color: var(--dark);
  background: var(--white);
  outline: none;
  transition: border-color var(--t), box-shadow var(--t);
  width: 100%;
}
.form-box.dark .fg input,
.form-box.dark .fg select,
.form-box.dark .fg textarea {
  background: rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.15);
  color: var(--white);
}
.fg input::placeholder,
.fg textarea::placeholder { color: #bbb; }
.form-box.dark .fg input::placeholder,
.form-box.dark .fg textarea::placeholder { color: rgba(255,255,255,.28); }
.form-box.dark .fg select option { background: var(--navy-dark); color: var(--white); }

.fg input:focus,
.fg select:focus,
.fg textarea:focus {
  border-color: var(--navy);
  box-shadow: 0 0 0 3px rgba(31,78,121,.1);
}
.form-box.dark .fg input:focus,
.form-box.dark .fg select:focus,
.form-box.dark .fg textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(212,175,55,.1);
}
.fg textarea { resize: vertical; min-height: 130px; }

/* ── ABOUT / PROFILE ── */
.profile-card {
  background: var(--white);
  border: 1px solid var(--grey-border);
  border-radius: var(--radius-lg);
  padding: 48px;
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 56px;
  align-items: start;
}
.profile-photo {
  width: 200px; height: 200px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--navy), var(--blue));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.5rem;
  font-weight: 900;
  color: var(--white);
  letter-spacing: -2px;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.profile-photo img {
  width: 100%; height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.profile-photo-ring {
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: 2px solid var(--gold);
  opacity: .5;
}
.profile-name {
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--dark);
  letter-spacing: -.5px;
  margin-bottom: 4px;
}
.profile-title {
  font-size: .88rem;
  font-weight: 600;
  color: var(--blue);
  letter-spacing: .3px;
  margin-bottom: 6px;
}
.profile-location {
  font-size: .82rem;
  color: var(--grey-mid);
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 24px;
}
.profile-bio {
  font-size: .93rem;
  color: var(--grey);
  line-height: 1.78;
}
.profile-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}
.profile-tag {
  background: var(--grey-bg);
  border: 1px solid var(--grey-border);
  color: var(--navy);
  padding: 5px 12px;
  border-radius: 100px;
  font-size: .77rem;
  font-weight: 600;
  letter-spacing: .3px;
}

/* ── VALUES / PILLARS ── */
.pillar-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
.pillar {
  text-align: center;
  padding: 36px 20px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--grey-border);
  background: var(--white);
  transition: all var(--t);
}
.pillar:hover {
  border-color: var(--navy);
  box-shadow: var(--shadow);
  transform: translateY(-4px);
}
.pillar-icon {
  width: 56px; height: 56px;
  border-radius: 50%;
  background: var(--grey-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  transition: background var(--t);
}
.pillar:hover .pillar-icon { background: var(--navy); }
.pillar h3 {
  font-size: .95rem;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 8px;
}
.pillar p {
  font-size: .83rem;
  color: var(--grey);
  line-height: 1.65;
}

/* ── EU BADGE (DIGIT TM III) ── */
.eu-badge-wrap { display: flex; align-items: center; justify-content: center; }
.eu-badge {
  width: 260px; height: 260px;
  border-radius: 50%;
  background: var(--navy);
  border: 1.5px solid rgba(212,175,55,.35);
  box-shadow:
    0 0 0 16px rgba(31,78,121,.12),
    0 0 0 32px rgba(31,78,121,.07),
    var(--shadow-lg);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 28px;
  gap: 10px;
}
.eu-stars-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px;
  width: 72px;
}
.eu-stars-row span {
  font-size: .9rem;
  color: var(--gold);
  line-height: 1;
}
.eu-badge-label {
  color: var(--white);
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1.6;
}

/* ── CONTACT SIDEBAR ── */
.contact-sidebar { display: flex; flex-direction: column; gap: 20px; }
.contact-block {
  background: var(--white);
  border: 1px solid var(--grey-border);
  border-radius: var(--radius-lg);
  padding: 28px 26px;
  transition: box-shadow var(--t);
}
.contact-block:hover { box-shadow: var(--shadow); }
.contact-block h3 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 8px;
}
.contact-block p {
  font-size: .86rem;
  color: var(--grey);
  line-height: 1.65;
  margin-bottom: 18px;
}
.contact-detail-row {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: .87rem;
  color: var(--grey);
  padding: 10px 0;
  border-bottom: 1px solid var(--grey-border);
}
.contact-detail-row:last-child { border-bottom: none; }
.contact-detail-row strong { color: var(--dark); font-weight: 600; }
.contact-detail-row a { color: var(--navy); font-weight: 600; }
.contact-detail-row a:hover { color: var(--gold-dark); }

/* ── FOOTER ── */
.footer {
  background: var(--navy-darker);
  padding-top: 80px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 64px;
  border-bottom: 1px solid rgba(255,255,255,.07);
}
.footer-brand .logo-main { font-size: 1.4rem; color: var(--white); }
.footer-brand .logo-2    { color: var(--gold); }
.footer-brand .logo-sub  { color: rgba(255,255,255,.45); }
.footer-brand-line {
  width: 40px; height: 2px;
  background: var(--gold);
  margin: 16px 0;
}
.footer-brand p {
  font-size: .84rem;
  color: rgba(255,255,255,.42);
  line-height: 1.75;
  max-width: 280px;
}

.footer-col h4 {
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,.5);
  margin-bottom: 20px;
}
.footer-col ul { display: flex; flex-direction: column; gap: 11px; }
.footer-col li a {
  font-size: .84rem;
  color: rgba(255,255,255,.45);
  transition: color var(--t);
}
.footer-col li a:hover { color: var(--gold); }

.footer-bottom {
  padding: 22px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: .78rem;
  color: rgba(255,255,255,.28);
}
.footer-bottom a { color: rgba(255,255,255,.4); transition: color var(--t); }
.footer-bottom a:hover { color: var(--gold); }

/* ── PAGE HEADER (inner pages) ── */
.page-header {
  background: linear-gradient(160deg, var(--navy-darker) 0%, var(--navy) 60%, var(--navy-dark) 100%);
  padding: calc(var(--nav-h) + 72px) 0 80px;
  position: relative;
  overflow: hidden;
}
.page-header::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 28px 28px;
}
.page-header::after {
  content: '';
  position: absolute;
  top: var(--nav-h);
  left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light), transparent);
}
.page-header-content { position: relative; z-index: 1; }

/* ── BREADCRUMB ── */
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 28px;
}
.breadcrumb a, .breadcrumb span {
  font-size: .78rem;
  font-weight: 600;
  color: rgba(255,255,255,.45);
  letter-spacing: .5px;
}
.breadcrumb a:hover { color: var(--gold); }
.breadcrumb-sep { color: rgba(255,255,255,.25); font-size: .7rem; }

/* ── REVEAL ANIMATIONS ── */
[data-r] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .65s ease, transform .65s ease;
}
[data-r].on { opacity: 1; transform: translateY(0); }
[data-r][data-d="1"] { transition-delay: .1s; }
[data-r][data-d="2"] { transition-delay: .18s; }
[data-r][data-d="3"] { transition-delay: .26s; }
[data-r][data-d="4"] { transition-delay: .34s; }

/* ── RESPONSIVE ── */
@media (max-width: 1100px) {
  .stats-strip { grid-template-columns: repeat(3, 1fr); }
  .stats-strip.cols-4 { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .pillar-grid { grid-template-columns: repeat(2, 1fr); }
  .cards-grid-4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .nav-menu {
    position: fixed;
    inset: var(--nav-h) 0 auto;
    background: var(--white);
    flex-direction: column;
    align-items: stretch;
    padding: 12px 20px 20px;
    gap: 2px;
    transform: translateY(-120%);
    opacity: 0;
    pointer-events: none;
    transition: transform .3s ease, opacity .3s ease;
    border-bottom: 1px solid var(--grey-border);
    box-shadow: 0 8px 24px rgba(0,0,0,.1);
  }
  .nav-menu.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .nav-menu > a,
  .nav-menu > .nav-item > a { padding: 13px 16px; font-size: .9rem; }
  .btn-nav { margin: 8px 0 0; }
  .hamburger { display: flex; }
  .two-col { grid-template-columns: 1fr; gap: 48px; }
  .profile-card { grid-template-columns: 1fr; gap: 32px; }
  .cards-grid { grid-template-columns: repeat(2, 1fr); }
  .who-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .container { padding: 0 20px; }
  .container-sm { padding: 0 20px; }
  .section { padding: 72px 0; }
  .cards-grid { grid-template-columns: 1fr; }
  .cards-grid-2 { grid-template-columns: 1fr; }
  .cards-grid-4 { grid-template-columns: 1fr; }
  .who-grid { grid-template-columns: 1fr; }
  .pillar-grid { grid-template-columns: 1fr; }
  .stats-strip { grid-template-columns: repeat(2, 1fr); }
  .stats-strip.cols-4 { grid-template-columns: repeat(2, 1fr); }
  .form-row-2 { grid-template-columns: 1fr; }
  .form-box { padding: 28px 20px; }
  .hero-cta { flex-direction: column; }
  .cta-strip-btns { flex-direction: column; align-items: center; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 8px; text-align: center; }
  h1, .h1 { font-size: 2.2rem; }
  h2, .h2 { font-size: 1.7rem; }
}
