/* ===========================================================
   Athena Global Technologies — Bold Gradient / Vibrant system
   =========================================================== */

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
body {
  margin: 0;
  overflow-x: clip;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4, h5, p, figure { margin: 0; }
button, input, textarea, select { font: inherit; color: inherit; }
button { cursor: pointer; }
svg { display: block; }

/* ---------- Design tokens ---------- */
:root {
  --blue: #0060A8;
  --blue-deep: #004890;
  --blue-bright: #0074CC;
  --blue-pale: #E8F2FC;
  --green: #78C018;
  --green-deep: #5A9412;
  --green-bright: #8FDE2A;
  --bg: #F7FAFC;
  --bg-soft: #EFF6FC;
  --bg-soft-2: #E6F6D9;
  --ink: #061B2E;
  --ink-soft: #3A5164;
  --ink-faint: #5A7286;
  --line: rgba(0, 72, 144, 0.14);
  --line-strong: rgba(0, 72, 144, 0.26);
  --white: #ffffff;
  --grad-main: linear-gradient(120deg, #0060A8 0%, #2E8FCC 45%, #78C018 100%);
  --grad-main-rev: linear-gradient(300deg, #0060A8 0%, #2E8FCC 45%, #78C018 100%);
  --grad-deep: linear-gradient(135deg, #003564 0%, #0060A8 55%, #4FA010 100%);
  --grad-radiant: radial-gradient(circle at 20% 20%, rgba(120,192,24,.9), transparent 55%), radial-gradient(circle at 85% 15%, rgba(0,116,204,.85), transparent 55%), radial-gradient(circle at 60% 90%, rgba(0,72,144,.85), transparent 55%);
  --shadow-sm: 0 8px 22px -12px rgba(0, 72, 144, 0.32);
  --shadow-md: 0 24px 54px -20px rgba(0, 72, 144, 0.38);
  --shadow-lg: 0 40px 90px -28px rgba(0, 53, 100, 0.46);
  --shadow-glow: 0 0 0 1px rgba(255,255,255,.5), 0 30px 70px -20px rgba(0,96,168,.45);
  --radius-sm: 14px;
  --radius-md: 22px;
  --radius-lg: 32px;
  --radius-xl: 44px;
  --container: 1260px;
  --font-display: "Space Grotesk", "Sora", "Segoe UI", sans-serif;
  --font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --ease: cubic-bezier(.22,.68,.32,1);
  --ease-bounce: cubic-bezier(.34,1.56,.64,1);
}

/* ---------- Typography ---------- */
h1, h2, h3, h4 { font-family: var(--font-display); color: var(--blue-deep); font-weight: 700; letter-spacing: -0.025em; overflow-wrap: break-word; }
h1 { font-size: clamp(3rem, 7.6vw, 6rem); line-height: 0.96; font-weight: 700; }
h2 { font-size: clamp(2.3rem, 5vw, 4rem); line-height: 1.02; }
h3 { font-size: clamp(1.4rem, 2.2vw, 1.8rem); line-height: 1.18; font-weight: 700; }
h4 { font-size: 1.14rem; line-height: 1.3; font-weight: 700; }
p { color: var(--ink-soft); }
.lede { font-size: clamp(1.12rem, 1.8vw, 1.4rem); color: var(--ink-soft); line-height: 1.6; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 0.78rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--blue); margin-bottom: 16px;
  background: linear-gradient(90deg, var(--blue), var(--green));
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.eyebrow::before { content: ""; width: 26px; height: 3px; background: var(--grad-main); border-radius: 3px; -webkit-text-fill-color: initial; }
.section-head { max-width: 740px; margin-bottom: 52px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
strong { color: var(--blue-deep); font-weight: 700; }
.grad-text {
  background-image: linear-gradient(105deg, #0060A8 0%, #1E8FD8 38%, #78C018 82%);
  background-size: 220% 100%;
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent;
  display: inline;
}
html.js .grad-text { animation: gradShift 7s ease-in-out infinite; }
@keyframes gradShift { 0%,100% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } }
@media (prefers-reduced-motion: reduce) { html.js .grad-text { animation: none; } }

/* ---------- Layout ---------- */
.container { max-width: var(--container); margin: 0 auto; padding: 0 24px; }
.section { padding: 104px 0; }
.section-tight { padding: 60px 0; }
.section-soft { background: var(--bg-soft); position: relative; }

/* ---------- BOLD full-bleed gradient section ---------- */
.section-bold { background: var(--grad-deep); color: #fff; position: relative; overflow: clip; }
.section-bold::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(620px 320px at 10% -12%, rgba(120,192,24,.55), transparent 60%),
              radial-gradient(520px 300px at 92% 0%, rgba(0,150,255,.5), transparent 60%),
              radial-gradient(560px 340px at 60% 120%, rgba(120,192,24,.35), transparent 60%);
}
html.js .section-bold::before { animation: meshDrift 18s ease-in-out infinite; }
.section-bold > .container { position: relative; z-index: 1; }
.section-bold h1, .section-bold h2, .section-bold h3, .section-bold h4 { color: #fff; }
.section-bold p, .section-bold .lede { color: rgba(255,255,255,.86); }
.section-bold .eyebrow { background: none; -webkit-text-fill-color: #9CE83A; color: #9CE83A; }
.section-bold .eyebrow::before { background: #9CE83A; }
.section-bold .card {
  background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.22);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); color: #fff; box-shadow: 0 24px 54px -24px rgba(0,20,40,.55);
}
.section-bold .card:hover { background: rgba(255,255,255,.16); border-color: rgba(255,255,255,.4); }
.section-bold .card h3, .section-bold .card h4 { color: #fff; }
.section-bold .card p, .section-bold .card li { color: rgba(255,255,255,.84); }
.section-bold .process-step .pn { background: none; -webkit-text-fill-color: #9CE83A; color: #9CE83A; }
.section-bold .logo-chip { background: rgba(255,255,255,.13); color: #fff; border-color: rgba(255,255,255,.28); box-shadow: none; }
.section-bold .mission-card { background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.22); backdrop-filter: blur(12px); box-shadow: none; }
.section-bold .mission-card::before { background: linear-gradient(90deg, #9CE83A, #fff); }
.section-bold .mission-card h3, .section-bold .mission-card p { color: #fff; }
.section-bold .btn-outline { background: rgba(255,255,255,.16); border-color: rgba(255,255,255,.55); color: #fff; }
.section-bold .btn-outline:hover { background: rgba(255,255,255,.28); }
.section-bold .service-card li::before { background: #9CE83A; }
.section-bold .tag { background: rgba(255,255,255,.2); color: #fff; }
.section-bold .blog-takeaways li::before { color: #9CE83A; }
.section-bold .blog-more { color: #9CE83A; }
@keyframes meshDrift { 0%,100% { transform: translate(0,0) scale(1); } 50% { transform: translate(-3%,2%) scale(1.08); } }
@media (prefers-reduced-motion: reduce) { html.js .section-bold::before { animation: none; } }
.hairline { border-top: 1px solid var(--line); }
.grid { display: grid; gap: 28px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.stack-center { display: flex; flex-direction: column; align-items: center; text-align: center; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 16px 30px; border-radius: 999px; font-weight: 700; font-size: 0.98rem;
  border: 1px solid transparent; transition: transform .3s var(--ease-bounce), box-shadow .3s var(--ease), background .3s var(--ease), color .3s var(--ease), border-color .3s var(--ease);
  white-space: nowrap; font-family: var(--font-display);
}
.btn-primary { background: var(--grad-main); color: #fff; box-shadow: var(--shadow-sm); background-size: 160% 160%; background-position: 0% 50%; }
.btn-primary:hover { transform: translateY(-3px) scale(1.02); box-shadow: var(--shadow-md); background-position: 100% 50%; }
.btn-accent { background: linear-gradient(120deg, var(--green), var(--green-bright)); color: #06210a; box-shadow: 0 18px 34px -14px rgba(120,192,24,.6); }
.btn-accent:hover { transform: translateY(-3px) scale(1.02); box-shadow: 0 24px 46px -14px rgba(120,192,24,.7); }
.btn-outline { background: rgba(255,255,255,.6); border-color: var(--line-strong); color: var(--blue-deep); backdrop-filter: blur(6px); }
.btn-outline:hover { border-color: var(--blue); background: #fff; transform: translateY(-3px); }
.btn-ghost-light { background: rgba(255,255,255,.16); border-color: rgba(255,255,255,.5); color: #fff; }
.btn-ghost-light:hover { background: rgba(255,255,255,.28); transform: translateY(-3px); }
.btn-sm { padding: 11px 20px; font-size: 0.88rem; }
.btn-row { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }

/* ---------- Skip link ---------- */
.skip-link {
  position: absolute; left: 12px; top: -60px; background: var(--blue-deep); color: #fff;
  padding: 12px 20px; border-radius: 8px; z-index: 999; transition: top .2s var(--ease);
  font-weight: 700;
}
.skip-link:focus { top: 12px; }

/* ---------- Focus visibility ---------- */
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible {
  outline: 3px solid var(--green-deep); outline-offset: 3px; border-radius: 4px;
}

/* ---------- Header / Nav ---------- */
.site-header {
  position: sticky; top: 0; z-index: 500;
  background: rgba(255,255,255,.82); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}
.nav-row { display: flex; align-items: center; justify-content: space-between; padding: 13px 0; gap: 20px; }
.brand { display: flex; align-items: center; gap: 10px; }
.brand img { height: 38px; width: auto; }
.nav-links { display: flex; align-items: center; gap: 4px; }
.nav-links a {
  padding: 10px 16px; border-radius: 999px; font-weight: 650; font-size: 0.93rem; color: var(--ink-soft);
  transition: background .2s var(--ease), color .2s var(--ease);
  position: relative; font-family: var(--font-display);
}
.nav-links a:hover { color: var(--blue-deep); background: var(--blue-pale); }
.nav-links a[aria-current="page"] { color: #fff; background: var(--grad-main); box-shadow: var(--shadow-sm); }
.nav-cta { display: flex; align-items: center; gap: 12px; }
.hamburger {
  display: none; flex-direction: column; justify-content: center; gap: 5px;
  width: 44px; height: 44px; border-radius: 12px; border: 1px solid var(--line); background: #fff;
}
.hamburger span { width: 20px; height: 2.4px; background: var(--blue-deep); margin: 0 auto; border-radius: 2px; transition: transform .25s var(--ease), opacity .25s var(--ease); }
.hamburger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.hamburger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-panel {
  display: none; position: fixed; inset: 0; z-index: 600;
  background: rgba(6,27,46,.5); backdrop-filter: blur(4px);
}
.mobile-panel.open { display: block; }
.mobile-sheet {
  position: absolute; top: 0; right: 0; height: 100%; width: min(340px, 86vw);
  background: #fff; padding: 24px; box-shadow: var(--shadow-lg);
  display: flex; flex-direction: column; gap: 6px;
  transform: translateX(100%); transition: transform .32s var(--ease);
  border-left: 4px solid; border-image: var(--grad-main) 1;
}
.mobile-panel.open .mobile-sheet { transform: translateX(0); }
.mobile-sheet-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 18px; }
.mobile-sheet a.mnav {
  padding: 14px 12px; border-radius: 12px; font-weight: 700; font-size: 1.05rem; color: var(--ink);
  border-bottom: 1px solid var(--line); font-family: var(--font-display);
}
.mobile-sheet a.mnav[aria-current="page"] { color: var(--blue); background: var(--blue-pale); }
.mobile-close { width: 40px; height: 40px; border-radius: 12px; border: 1px solid var(--line); background: #fff; font-size: 1.2rem; }
.mobile-sheet .btn { margin-top: 16px; }

/* ---------- Hero (home) ---------- */
.hero {
  position: relative; overflow: clip;
  background: linear-gradient(165deg, #DCEBFA 0%, #EAF6F0 46%, #F2F9E6 100%);
  padding: 92px 0 116px;
}
.hero::before {
  content: ""; position: absolute; inset: -20% -20% auto -20%; height: 900px;
  background: radial-gradient(circle at 22% 28%, rgba(120,192,24,.95), transparent 46%),
              radial-gradient(circle at 82% 18%, rgba(0,116,204,.9), transparent 48%),
              radial-gradient(circle at 58% 84%, rgba(0,72,144,.85), transparent 50%),
              radial-gradient(circle at 8% 78%, rgba(120,192,24,.6), transparent 46%);
  opacity: .5; filter: blur(56px); z-index: 0; pointer-events: none;
}
html.js .hero::before { animation: meshDrift 16s ease-in-out infinite; }
.hero-canvas { position: absolute; inset: 0; width: 100%; height: 100%; opacity: .9; pointer-events: none; z-index: 1; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; gap: 52px; align-items: center; }
.hero-copy h1 { margin-bottom: 24px; font-size: clamp(3.4rem, 8.4vw, 6.4rem); letter-spacing: -0.035em; }
.hero-copy .lede { max-width: 570px; margin-bottom: 34px; }
.hero-badges { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 38px; }
.hero-badge {
  display: flex; align-items: center; gap: 10px; background: rgba(255,255,255,.75); border: 1px solid var(--line);
  border-radius: 999px; padding: 8px 16px 8px 8px; box-shadow: var(--shadow-sm); font-size: .84rem; font-weight: 700; color: var(--ink-soft);
  backdrop-filter: blur(8px);
}
.hero-badge .dot { width: 32px; height: 32px; border-radius: 50%; background: var(--grad-main); display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 800; font-size: .74rem; }

.hero-visual { position: relative; }
.hero-card {
  position: relative; border-radius: var(--radius-xl); overflow: clip; box-shadow: var(--shadow-lg);
  border: 4px solid #fff;
}
.hero-card img { width: 100%; height: 440px; object-fit: cover; }
.hero-card::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(160deg, rgba(0,72,144,.6), rgba(120,192,24,.35) 68%, transparent);
  mix-blend-mode: multiply;
}
.hero-float {
  position: absolute; z-index: 3; background: #fff; border-radius: var(--radius-md);
  box-shadow: var(--shadow-md); padding: 16px 20px;
}
.hero-float.tr { top: -26px; right: -22px; }
.hero-float.bl { bottom: -26px; left: -22px; }
.hero-float .num { font-family: var(--font-display); font-size: 1.7rem; font-weight: 700; background: var(--grad-main); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.hero-float .lbl { font-size: .78rem; color: var(--ink-faint); font-weight: 700; }

/* ---------- Document -> particles motif ---------- */
.dissolve-wrap { position: absolute; z-index: 4; width: 108px; height: 132px; pointer-events: none; }
.dissolve-wrap.pos-a { top: 8%; left: -8%; }
.dissolve-doc { width: 76px; height: 96px; border-radius: 10px; background: #fff; box-shadow: var(--shadow-md); position: relative; overflow: clip; }
.dissolve-doc::before, .dissolve-doc::after { content: ""; position: absolute; left: 14px; right: 14px; height: 6px; background: var(--blue-pale); border-radius: 3px; }
.dissolve-doc::before { top: 18px; }
.dissolve-doc::after { top: 32px; width: 60%; }
.dissolve-grid { position: absolute; inset: 0; display: grid; grid-template-columns: repeat(6,1fr); grid-template-rows: repeat(8,1fr); }
.dissolve-grid span { border-radius: 2px; opacity: 0; transform: scale(.3); }
html.js .dissolve-grid span { animation: dissolveOut 4.5s ease-in-out infinite; }
.dissolve-grid span:nth-child(odd) { background: var(--blue); }
.dissolve-grid span:nth-child(even) { background: var(--green); }
@keyframes dissolveOut {
  0%, 40% { opacity: 0; transform: scale(.3) translate(0,0); }
  55% { opacity: .9; transform: scale(1) translate(0,0); }
  85% { opacity: 0; transform: scale(.6) translate(var(--dx,14px), var(--dy,-18px)); }
  100% { opacity: 0; }
}
@media (prefers-reduced-motion: reduce) {
  html.js .dissolve-grid span { animation: none; opacity: .55; transform: none; }
}

/* ---------- Inner page hero (banner) ---------- */
.page-hero {
  position: relative; overflow: clip;
  background: var(--grad-deep);
  padding: 60px 0 78px;
}
.page-hero::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(560px 300px at 88% -10%, rgba(120,192,24,.5), transparent 60%),
              radial-gradient(420px 260px at 6% 120%, rgba(255,255,255,.14), transparent 60%);
}
.page-hero-canvas { position: absolute; inset: 0; opacity: .5; }
.breadcrumb { position: relative; z-index: 2; display: flex; gap: 8px; align-items: center; font-size: .85rem; color: rgba(255,255,255,.7); margin-bottom: 20px; font-weight: 650; }
.breadcrumb a { color: rgba(255,255,255,.85); }
.breadcrumb a:hover { color: var(--green-bright); }
.breadcrumb .sep { opacity: .5; }
.page-hero .inner { position: relative; z-index: 2; max-width: 780px; }
.page-hero h1 { margin-bottom: 16px; color: #fff; }
.page-hero .eyebrow { -webkit-text-fill-color: #8FDE2A; background: none; color: #8FDE2A; }
.page-hero .eyebrow::before { background: #8FDE2A; }
.page-hero .lede { color: rgba(255,255,255,.86); }

/* ---------- Stat strip ---------- */
.stat-strip {
  background: var(--grad-deep); border-radius: var(--radius-lg); padding: 48px 32px;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; position: relative; overflow: clip;
  box-shadow: var(--shadow-lg);
}
.stat-strip::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(560px 240px at 10% -20%, rgba(120,192,24,.4), transparent 60%),
              radial-gradient(460px 240px at 95% 130%, rgba(255,255,255,.16), transparent 60%);
}
.stat-item { position: relative; z-index: 1; text-align: center; color: #fff; }
.stat-num { font-family: var(--font-display); font-size: clamp(2.8rem, 4.8vw, 3.9rem); font-weight: 700; color: #fff; display: block; letter-spacing: -0.02em; }
.stat-num .suffix { color: var(--green-bright); }
.stat-lbl { font-size: .9rem; color: rgba(255,255,255,.8); font-weight: 650; margin-top: 8px; }

/* ---------- Cards ---------- */
.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-md);
  padding: 32px; box-shadow: var(--shadow-md); transition: transform .35s var(--ease-bounce), box-shadow .35s var(--ease), border-color .35s var(--ease);
  position: relative;
}
.card:hover { transform: translateY(-9px); box-shadow: var(--shadow-lg); border-color: transparent; }

.service-card { display: flex; flex-direction: column; gap: 16px; height: 100%; }
.icon-wrap {
  width: 64px; height: 64px; border-radius: 18px; background: var(--grad-main);
  display: flex; align-items: center; justify-content: center; padding: 13px;
  box-shadow: var(--shadow-sm);
}
.icon-wrap img { width: 100%; height: 100%; object-fit: contain; filter: brightness(0) invert(1); }
.service-card h3 { margin-bottom: 2px; }
.service-card ul { display: flex; flex-direction: column; gap: 9px; margin-top: 6px; }
.service-card li { font-size: .9rem; color: var(--ink-soft); display: flex; gap: 9px; align-items: flex-start; }
.service-card li::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--grad-main); margin-top: 6px; flex: none; }
.service-card .card-foot { margin-top: auto; padding-top: 16px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; }
.tag-row { display: flex; gap: 6px; flex-wrap: wrap; }
.tag { font-size: .74rem; font-weight: 800; letter-spacing: .02em; padding: 6px 12px; border-radius: 999px; background: var(--bg-soft-2); color: var(--green-deep); }

.industry-card { padding: 28px; display: flex; flex-direction: column; gap: 13px; overflow: clip; }
.industry-card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 5px; background: var(--grad-main); opacity: 0; transition: opacity .3s var(--ease); }
.industry-card:hover::before { opacity: 1; }
.industry-card .idx-num { font-family: var(--font-display); font-size: 1.9rem; font-weight: 800; background: var(--grad-main); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; opacity: .55; }
.industry-card p { font-size: .93rem; }
.industry-card .stat-pill { display: inline-flex; align-self: flex-start; gap: 6px; font-size: .78rem; font-weight: 800; color: #fff; background: var(--grad-main); padding: 7px 14px; border-radius: 999px; margin-top: auto; }

.leader-card { text-align: left; overflow: clip; padding: 0; }
.leader-photo { height: 196px; background: var(--grad-main); display: flex; align-items: center; justify-content: center; position: relative; }
.leader-photo::after { content: ""; position: absolute; inset: 0; background: radial-gradient(240px 140px at 80% 0%, rgba(255,255,255,.35), transparent 60%); }
.leader-photo .initials { font-family: var(--font-display); font-size: 3.2rem; color: #fff; font-weight: 800; position: relative; z-index: 1; }
.leader-body { padding: 26px; }
.leader-role { color: var(--green-deep); font-weight: 800; font-size: .84rem; text-transform: uppercase; letter-spacing: .04em; margin-bottom: 12px; }
.leader-body p { font-size: .91rem; }

.testimonial-card { display: flex; flex-direction: column; gap: 18px; }
.testimonial-card .quote-mark { font-family: var(--font-display); font-size: 3.4rem; background: var(--grad-main); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; line-height: 1; }
.testimonial-card p.quote { font-size: 1.08rem; color: var(--ink); font-weight: 550; }
.testimonial-who { display: flex; align-items: center; gap: 12px; margin-top: auto; padding-top: 16px; border-top: 1px solid var(--line); }
.testimonial-who .avatar { width: 44px; height: 44px; border-radius: 50%; background: var(--grad-main); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 800; font-family: var(--font-display); }
.testimonial-who .name { font-weight: 800; color: var(--blue-deep); font-size: .93rem; }
.testimonial-who .org { font-size: .8rem; color: var(--ink-faint); }

.blog-card { padding: 0; overflow: clip; display: flex; flex-direction: column; }
.blog-thumb { height: 156px; background: var(--grad-main); position: relative; display: flex; align-items: flex-end; padding: 18px; overflow: clip; }
.blog-thumb img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.blog-thumb::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(165deg, rgba(0,72,144,.8), rgba(120,192,24,.5) 68%, rgba(0,20,40,.2)), radial-gradient(180px 130px at 85% 10%, rgba(255,255,255,.28), transparent 65%); mix-blend-mode: multiply; }
.blog-thumb .blog-num { position: relative; z-index: 2; color: #fff; font-family: var(--font-display); font-size: 1.7rem; font-weight: 800; opacity: .9; }
.blog-body { padding: 26px; display: flex; flex-direction: column; gap: 13px; flex: 1; }
.blog-body h3 { font-size: 1.1rem; }
.blog-takeaways { display: flex; flex-direction: column; gap: 7px; margin-top: 4px; }
.blog-takeaways li { font-size: .83rem; color: var(--ink-soft); display: flex; gap: 8px; }
.blog-takeaways li::before { content: "→"; color: var(--blue); flex: none; font-weight: 800; }
.blog-more { margin-top: auto; padding-top: 16px; border-top: 1px solid var(--line); font-weight: 800; font-size: .86rem; color: var(--blue); }

/* ---------- Process steps ---------- */
.process-row { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.process-step { padding: 22px 18px; }
.process-step .pn { font-family: var(--font-display); font-weight: 800; font-size: 1.1rem; margin-bottom: 10px; display: block; background: var(--grad-main); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.process-step h4 { font-size: .95rem; margin-bottom: 6px; }
.process-step p { font-size: .8rem; }

/* ---------- Differentiator / feature list ---------- */
.feature-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.feature-item { display: flex; gap: 15px; align-items: flex-start; }
.feature-item .fi-icon {
  flex: none; width: 46px; height: 46px; border-radius: 14px; background: var(--grad-main);
  display: flex; align-items: center; justify-content: center; color: #fff;
}
.feature-item h4 { margin-bottom: 5px; }
.feature-item p { font-size: .9rem; }

/* ---------- Verified-record motif badge ---------- */
.verified-badge { display: inline-flex; align-items: center; gap: 10px; }
.verified-badge svg { width: 36px; height: 36px; }

/* ---------- CTA band ---------- */
.cta-band {
  background: var(--grad-deep); border-radius: var(--radius-xl); padding: 60px; color: #fff; position: relative; overflow: clip;
  box-shadow: var(--shadow-lg);
}
.cta-band::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(460px 260px at 92% -12%, rgba(120,192,24,.5), transparent 60%),
              radial-gradient(360px 220px at -5% 110%, rgba(0,150,255,.35), transparent 60%);
}
.cta-band-inner { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap; }
.cta-band h2 { color: #fff; margin-bottom: 10px; }
.cta-band p { color: rgba(255,255,255,.86); max-width: 460px; }

/* ---------- Forms ---------- */
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: flex; flex-direction: column; gap: 8px; min-width: 0; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: .84rem; font-weight: 800; color: var(--blue-deep); }
.field input, .field select, .field textarea {
  width: 100%; max-width: 100%; min-width: 0; box-sizing: border-box;
  border: 1.5px solid var(--line-strong); border-radius: 14px; padding: 14px 16px; background: #fff;
  font-size: .96rem; transition: border-color .2s var(--ease), box-shadow .2s var(--ease);
}
.field input:focus, .field select:focus, .field textarea:focus {
  border-color: var(--blue); box-shadow: 0 0 0 4px var(--blue-pale); outline: none;
}
.field textarea { resize: vertical; min-height: 120px; }
.form-note { font-size: .78rem; color: var(--ink-faint); }
.form-success {
  display: none; align-items: center; gap: 12px; background: var(--bg-soft-2); border: 1px solid #C6E9A0;
  color: #3E6B0A; padding: 18px 20px; border-radius: 16px; font-weight: 700; margin-top: 18px;
}
.form-success.show { display: flex; }

/* ---------- Office / contact cards ---------- */
.office-card { display: flex; flex-direction: column; gap: 14px; }
.office-card .office-badge { display: inline-flex; align-items: center; gap: 8px; font-size: .78rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; color: #fff; background: var(--grad-main); padding: 5px 12px; border-radius: 999px; width: fit-content; }
.office-line { display: flex; gap: 10px; align-items: flex-start; font-size: .92rem; color: var(--ink-soft); }
.office-line .oi { flex: none; color: var(--blue); }
.map-embed { border-radius: var(--radius-md); overflow: clip; border: 3px solid #fff; box-shadow: var(--shadow-md); height: 320px; }
.map-embed iframe { width: 100%; height: 100%; border: 0; }

/* ---------- Footer ---------- */
.site-footer { background: var(--grad-deep); color: rgba(255,255,255,.84); padding: 80px 0 30px; position: relative; overflow: clip; }
.site-footer::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(520px 280px at 8% -10%, rgba(120,192,24,.3), transparent 60%),
              radial-gradient(420px 260px at 100% 90%, rgba(0,150,255,.25), transparent 60%);
}
.footer-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.1fr; gap: 36px; margin-bottom: 52px; }
.footer-brand img { height: 32px; display: block; }
.footer-logo-card { display: inline-flex; background: #fff; padding: 13px 20px; border-radius: 16px; margin-bottom: 20px; box-shadow: 0 14px 30px -14px rgba(0,0,0,.4); }
.footer-brand p { color: rgba(255,255,255,.72); font-size: .92rem; max-width: 320px; }
.footer-social { display: flex; gap: 10px; margin-top: 20px; }
.footer-social a { width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,.12); display: flex; align-items: center; justify-content: center; transition: background .2s, transform .2s; }
.footer-social a:hover { background: var(--green-bright); color: var(--blue-deep); transform: translateY(-3px); }
.footer-col h4 { color: #fff; font-size: .9rem; text-transform: uppercase; letter-spacing: .06em; margin-bottom: 18px; font-family: var(--font-display); font-weight: 700; }
.footer-col ul { display: flex; flex-direction: column; gap: 11px; }
.footer-col a { color: rgba(255,255,255,.74); font-size: .92rem; }
.footer-col a:hover { color: var(--green-bright); }
.footer-contact li { display: flex; gap: 10px; align-items: flex-start; font-size: .88rem; color: rgba(255,255,255,.74); }
.footer-bottom { position: relative; z-index: 1; border-top: 1px solid rgba(255,255,255,.18); padding-top: 26px; display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; font-size: .8rem; color: rgba(255,255,255,.62); }
.footer-bottom .noindex-note { color: rgba(255,255,255,.46); }

/* ---------- Design options pill ---------- */
.design-pill {
  position: fixed; left: 18px; bottom: 18px; z-index: 800;
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--grad-main); color: #fff; padding: 13px 20px; border-radius: 999px;
  font-weight: 800; font-size: .84rem; box-shadow: var(--shadow-lg);
  border: 1px solid rgba(255,255,255,.3); font-family: var(--font-display);
}
.design-pill:hover { transform: translateY(-3px) scale(1.03); }
.design-pill svg { width: 16px; height: 16px; }

/* ---------- Reveal / motion ---------- */
html.js .reveal { opacity: 0; transform: translateY(26px); transition: opacity .75s var(--ease), transform .75s var(--ease); }
html.js .reveal.in { opacity: 1; transform: translateY(0); }
html.js .reveal-stagger.in > * { transition-delay: calc(var(--stagger-i, 0) * 70ms); }
@media (prefers-reduced-motion: reduce) {
  html.js .reveal { transition: none; opacity: 1; transform: none; }
}

/* ---------- Misc ---------- */
.split-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.pill-note { display: inline-flex; align-items: center; gap: 8px; background: var(--bg-soft-2); color: var(--green-deep); font-size: .8rem; font-weight: 800; padding: 8px 14px; border-radius: 999px; }
.divider-dot { width: 4px; height: 4px; border-radius: 50%; background: var(--line-strong); }
.mission-card { background: #fff; border-radius: var(--radius-lg); padding: 40px; border: 1px solid var(--line); box-shadow: var(--shadow-sm); position: relative; overflow: clip; }
.mission-card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 6px; background: var(--grad-main); }
.mission-card h3 { margin-bottom: 12px; }
.timeline-note { font-size: .82rem; color: var(--ink-faint); }
.tab-row { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 28px; }
.tab-btn { padding: 11px 20px; border-radius: 999px; border: 1.5px solid var(--line-strong); background: #fff; font-weight: 700; font-size: .86rem; color: var(--ink-soft); font-family: var(--font-display); }
.tab-btn.active, .tab-btn[aria-selected="true"] { background: var(--grad-main); color: #fff; border-color: transparent; }
.logo-strip { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.logo-chip { padding: 11px 20px; border-radius: 12px; background: #fff; font-weight: 700; font-size: .82rem; color: var(--blue-deep); border: 1px solid var(--line); box-shadow: var(--shadow-sm); }

/* ---------- Decorative blobs ---------- */
.blob { position: absolute; border-radius: 50%; filter: blur(70px); pointer-events: none; z-index: 0; opacity: .5; }
.section { position: relative; }

/* ===================== Responsive ===================== */
@media (max-width: 1180px) {
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .process-row { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 1024px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { order: -1; }
  .hero-card img { height: 320px; }
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .split-2 { grid-template-columns: 1fr; gap: 36px; }
  .stat-strip { grid-template-columns: repeat(2, 1fr); }
  .feature-list { grid-template-columns: 1fr; }
  .dissolve-wrap { display: none; }
}
@media (max-width: 860px) {
  .nav-links { display: none; }
  .nav-cta > .btn { display: none; }
  .hamburger { display: flex; }
  .cta-band-inner { flex-direction: column; align-items: flex-start; }
  .process-row { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .section { padding: 72px 0; }
  h1 { font-size: clamp(2.3rem, 9.5vw, 3rem); }
  .hero-copy h1 { font-size: clamp(2.5rem, 11vw, 3.4rem); }
  .grid-3, .grid-2, .grid-4 { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .stat-strip { grid-template-columns: repeat(2, 1fr); padding: 34px 20px; gap: 22px; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .process-row { grid-template-columns: 1fr; }
  .hero-float { position: static; margin-top: 12px; display: inline-flex; gap: 10px; align-items: center; }
  .hero-badges { gap: 8px; }
  .cta-band { padding: 40px 26px; }
  .leader-photo { height: 168px; }
  .design-pill span.dp-text { display: none; }
  .design-pill { padding: 13px; }
  .hero { padding: 56px 0 72px; }
  .hero-card img { height: 260px; }
}
@media (max-width: 400px) {
  .container { padding: 0 16px; }
  h1 { font-size: 2.05rem; }
  .hero-copy h1 { font-size: 2.3rem; }
  .stat-num { font-size: 2.3rem; }
}
