/* TaxGyani - About Us */



/* ══════════════════════════════════════
   TOKENS
══════════════════════════════════════ */
:root {
  --navy:      #0B1F3A;
  --navy-mid:  #152d50;
  --navy-lt:   #1e3a5f;
  --teal:      #00A896;
  --teal-d:    #008a7c;
  --teal-lt:   #e6f7f5;
  --teal-xlt:  #f0faf9;
  --gold:      #F4A32A;
  --gold-lt:   #FFF8EC;
  --gold-d:    #d4891a;
  --orange:    #E05C2D;
  --bg:        #F4F7FB;
  --white:     #ffffff;
  --text:      #1A2A3A;
  --text-2:    #344d65;
  --muted:     #6B7F93;
  --border:    #DDE5EF;
  --shadow-sm: 0 2px 12px rgba(11,31,58,.07);
  --shadow:    0 4px 28px rgba(11,31,58,.10);
  --shadow-lg: 0 12px 48px rgba(11,31,58,.15);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'DM Sans', sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

/* ══════════════════════════════════════
   TOPBAR
══════════════════════════════════════ */
.topbar {
  background: var(--navy);
  color: #8ab0cf;
  font-size: .76rem;
  font-weight: 500;
  padding: .4rem 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.topbar-l { display: flex; gap: 1.4rem; align-items: center; }
.topbar-l span { display: flex; align-items: center; gap: .35rem; }
.topbar-r { display: flex; gap: 1.2rem; align-items: center; }
.topbar-r a { color: #8ab0cf; text-decoration: none; font-size: .74rem; transition: color .2s; }
.topbar-r a:hover { color: var(--teal); }
.topbar .offer { color: var(--gold); font-weight: 600; }

/* ══════════════════════════════════════
   NAV
══════════════════════════════════════ */
nav {
  background: var(--white);
  border-bottom: 2px solid var(--border);
  position: sticky; top: 0; z-index: 200;
  box-shadow: 0 2px 18px rgba(0,0,0,.06);
}
.nav-inner {
  max-width: 1260px; margin: auto;
  display: flex; align-items: center; justify-content: space-between;
  padding: .78rem 1.5rem; gap: 1rem;
}
.logo { display: flex; align-items: center; gap: .65rem; text-decoration: none; }
.logo-mark {
  width: 42px; height: 42px;
  background: linear-gradient(135deg, var(--teal) 0%, #007a6e 100%);
  border-radius: 10px; display: grid; place-items: center; flex-shrink: 0;
  box-shadow: 0 4px 14px rgba(0,168,150,.28);
}
.logo-mark svg { width: 22px; height: 22px; fill: white; }
.brand-name { font-family: 'Playfair Display', serif; font-size: 1.38rem; color: var(--navy); line-height: 1.1; }
.brand-name span { color: var(--teal); }
.brand-sub  { font-size: .6rem; color: var(--muted); letter-spacing: .1em; text-transform: uppercase; }

.nav-menu { display: flex; list-style: none; gap: .2rem; }
.nav-menu a {
  display: flex; align-items: center; gap: .25rem;
  text-decoration: none; color: var(--text);
  font-size: .87rem; font-weight: 500;
  padding: .5rem .8rem; border-radius: 7px;
  transition: color .2s, background .2s;
}
.nav-menu a:hover    { color: var(--teal); background: var(--teal-lt); }
.nav-menu a.active   { color: var(--teal); background: var(--teal-lt); font-weight: 600; }
.chev { font-size: .6rem; opacity: .55; }

.nav-actions { display: flex; align-items: center; gap: .75rem; }
.nav-phone {
  display: flex; align-items: center; gap: .4rem;
  font-size: .83rem; font-weight: 600; color: var(--navy);
  text-decoration: none;
}
.nav-phone svg { width: 15px; fill: var(--teal); }
.nav-cta {
  background: var(--teal); color: white;
  padding: .54rem 1.25rem; border-radius: 8px;
  font-size: .86rem; font-weight: 600; text-decoration: none;
  white-space: nowrap; transition: background .2s, transform .15s, box-shadow .2s;
  box-shadow: 0 3px 12px rgba(0,168,150,.28);
}
.nav-cta:hover { background: var(--teal-d); transform: translateY(-1px); box-shadow: 0 5px 18px rgba(0,168,150,.38); }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 5px; }
.hamburger span { width: 22px; height: 2px; background: var(--navy); border-radius: 2px; transition: .3s; }

/* ══════════════════════════════════════
   BREADCRUMB
══════════════════════════════════════ */
.breadcrumb {
  background: var(--white); border-bottom: 1px solid var(--border);
  padding: .55rem 1.5rem; font-size: .78rem; color: var(--muted);
}
.breadcrumb-inner { max-width: 1260px; margin: auto; display: flex; align-items: center; gap: .4rem; }
.breadcrumb a { color: var(--teal); text-decoration: none; }
.breadcrumb a:hover { text-decoration: underline; }

/* ══════════════════════════════════════
   HERO — FULL-BLEED EDITORIAL
══════════════════════════════════════ */
.hero {
  background: var(--navy);
  position: relative; overflow: hidden;
  padding: 5rem 1.5rem 4rem;
}
/* animated radial orbs */
.hero::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 65% 90% at 90% 20%, rgba(0,168,150,.22) 0%, transparent 60%),
    radial-gradient(ellipse 45% 60% at 5%  90%, rgba(244,163,42,.12) 0%, transparent 55%),
    radial-gradient(ellipse 55% 70% at 50% 50%, rgba(21,45,80,.6)   0%, transparent 80%);
  pointer-events: none;
}
/* fine grid */
.hero::after {
  content: '';
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 55px 55px;
  pointer-events: none;
}
/* large decorative number */
.hero-deco {
  position: absolute; right: -2rem; top: -1rem;
  font-family: 'Playfair Display', serif;
  font-size: 22rem; font-weight: 900; color: rgba(255,255,255,.025);
  line-height: 1; pointer-events: none; user-select: none;
}

.hero-inner {
  position: relative; z-index: 1;
  max-width: 1260px; margin: auto;
  display: grid; grid-template-columns: 1fr 420px; gap: 4rem; align-items: center;
}
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: .45rem;
  background: rgba(0,168,150,.18); border: 1px solid rgba(0,168,150,.38);
  color: #6de4da; border-radius: 100px; padding: .3rem .95rem;
  font-size: .72rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase;
  margin-bottom: 1.3rem;
  animation: fadeUp .5s ease both;
}
.hero-left h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 4.5vw, 3.4rem);
  color: white; line-height: 1.2; margin-bottom: 1.1rem;
  animation: fadeUp .5s .08s ease both;
}
.hero-left h1 em { color: var(--gold); font-style: normal; display: block; }
.hero-left p {
  color: #96bcd8; font-size: 1.02rem; line-height: 1.7;
  max-width: 480px; margin-bottom: 2rem;
  animation: fadeUp .5s .16s ease both;
}
.hero-btns {
  display: flex; gap: .85rem; flex-wrap: wrap;
  animation: fadeUp .5s .24s ease both;
}
.btn-gold {
  background: var(--gold); color: var(--navy); padding: .72rem 1.6rem;
  border-radius: 8px; font-weight: 700; font-size: .9rem;
  text-decoration: none; transition: .2s; display: inline-flex; align-items: center; gap: .45rem;
  box-shadow: 0 4px 18px rgba(244,163,42,.35);
}
.btn-gold:hover { background: var(--gold-d); transform: translateY(-2px); }
.btn-ghost {
  background: transparent; color: white;
  border: 1.5px solid rgba(255,255,255,.28); padding: .72rem 1.6rem;
  border-radius: 8px; font-weight: 500; font-size: .9rem;
  text-decoration: none; transition: .2s; display: inline-flex; align-items: center; gap: .45rem;
}
.btn-ghost:hover { border-color: var(--teal); color: var(--teal); }

/* hero right — glassy stats card */
.hero-card {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 20px; padding: 2rem;
  backdrop-filter: blur(10px);
  animation: fadeUp .5s .32s ease both;
}
.hero-card-title {
  font-size: .72rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: .1em; color: var(--gold); margin-bottom: 1.4rem;
}
.stat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.stat-box {
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1);
  border-radius: 12px; padding: 1.1rem; text-align: center;
  transition: background .25s;
}
.stat-box:hover { background: rgba(0,168,150,.15); }
.stat-val {
  font-family: 'Playfair Display', serif;
  font-size: 2rem; font-weight: 800; color: var(--teal); line-height: 1;
}
.stat-val.gold { color: var(--gold); }
.stat-label { font-size: .73rem; color: #8ab4d2; margin-top: .35rem; line-height: 1.3; }
.hero-card-awards {
  margin-top: 1.4rem; padding-top: 1.2rem;
  border-top: 1px solid rgba(255,255,255,.1);
  display: flex; flex-wrap: wrap; gap: .6rem;
}
.award-tag {
  display: inline-flex; align-items: center; gap: .35rem;
  background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12);
  color: #c0d8ee; border-radius: 100px; padding: .28rem .75rem;
  font-size: .71rem; font-weight: 500;
}

/* ══════════════════════════════════════
   TRUST BAR
══════════════════════════════════════ */
.trust-bar {
  background: var(--white); border-bottom: 1px solid var(--border);
  padding: 1rem 1.5rem;
}
.trust-inner {
  max-width: 1260px; margin: auto;
  display: flex; flex-wrap: wrap; justify-content: center; gap: .6rem 2.5rem;
}
.trust-item {
  display: flex; align-items: center; gap: .5rem;
  font-size: .81rem; font-weight: 500; color: var(--muted);
}
.trust-item .ti { font-size: 1rem; }

/* ══════════════════════════════════════
   SECTION UTILITY
══════════════════════════════════════ */
.section { padding: 5rem 1.5rem; }
.section-light { background: var(--white); }
.section-bg    { background: var(--bg); }
.section-navy  { background: var(--navy); }
.section-teal  { background: var(--teal); }

.section-inner { max-width: 1260px; margin: auto; }

.section-tag {
  display: inline-flex; align-items: center; gap: .4rem;
  font-size: .72rem; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; color: var(--teal); margin-bottom: .7rem;
}
.section-tag::before { content: ''; width: 20px; height: 2px; background: var(--teal); display: block; }
.section-tag.gold { color: var(--gold); }
.section-tag.gold::before { background: var(--gold); }
.section-tag.white { color: #6de4da; }
.section-tag.white::before { background: #6de4da; }

.section-h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.7rem, 3.5vw, 2.5rem);
  color: var(--navy); line-height: 1.25; margin-bottom: .8rem;
}
.section-h2.white { color: white; }
.section-sub { font-size: 1rem; color: var(--muted); max-width: 560px; line-height: 1.65; }
.section-sub.white { color: #8ab0cf; }
.centered { text-align: center; }
.centered .section-sub { margin: 0 auto; }

/* ══════════════════════════════════════
   OUR STORY — split layout
══════════════════════════════════════ */
.story-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 4.5rem; align-items: center;
}
.story-visual { position: relative; }
.story-img-wrap {
  background: linear-gradient(145deg, var(--navy) 0%, var(--navy-lt) 100%);
  border-radius: 20px; overflow: hidden; aspect-ratio: 1 / 1;
  display: flex; align-items: center; justify-content: center;
  position: relative; box-shadow: var(--shadow-lg);
}
.story-img-icon { font-size: 9rem; opacity: .18; }
.story-img-overlay {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 70% 30%, rgba(0,168,150,.25) 0%, transparent 60%),
    radial-gradient(ellipse at 20% 80%, rgba(244,163,42,.15) 0%, transparent 50%);
}
/* floating year badge */
.year-badge {
  position: absolute; bottom: -1.2rem; right: -1.2rem;
  background: var(--gold); color: var(--navy);
  border-radius: 16px; padding: 1.2rem 1.5rem;
  box-shadow: 0 8px 28px rgba(244,163,42,.35);
  text-align: center;
}
.year-badge .yr { font-family: 'Playfair Display', serif; font-size: 2.2rem; font-weight: 900; line-height: 1; }
.year-badge .yr-label { font-size: .7rem; font-weight: 700; letter-spacing: .05em; margin-top: .2rem; }
/* floating trust pill */
.trust-pill {
  position: absolute; top: -1rem; left: -1rem;
  background: white; border-radius: 12px;
  padding: .8rem 1.1rem; box-shadow: var(--shadow);
  display: flex; align-items: center; gap: .6rem;
}
.trust-pill .emoji { font-size: 1.4rem; }
.trust-pill-text .val { font-family: 'Playfair Display', serif; font-size: 1.3rem; font-weight: 800; color: var(--navy); line-height: 1; }
.trust-pill-text .lbl { font-size: .68rem; color: var(--muted); }

.story-text h2 { margin-bottom: 1rem; }
.story-text p  { color: var(--text-2); font-size: .96rem; margin-bottom: 1rem; line-height: 1.75; }
.story-highlights { display: flex; flex-direction: column; gap: .75rem; margin-top: 1.5rem; }
.sh-item {
  display: flex; align-items: flex-start; gap: .85rem;
  padding: .9rem 1.1rem; background: var(--bg);
  border-radius: 12px; border-left: 3px solid var(--teal);
}
.sh-icon { font-size: 1.3rem; flex-shrink: 0; margin-top: .05rem; }
.sh-text h4 { font-size: .9rem; font-weight: 600; color: var(--navy); margin-bottom: .15rem; }
.sh-text p  { font-size: .82rem; color: var(--muted); margin: 0; line-height: 1.5; }

/* ══════════════════════════════════════
   MISSION / VISION / VALUES — 3 cards
══════════════════════════════════════ */
.mvv-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.8rem; margin-top: 3rem; }
.mvv-card {
  border-radius: 16px; padding: 2rem 1.8rem;
  position: relative; overflow: hidden;
  transition: transform .3s, box-shadow .3s;
}
.mvv-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.mvv-card.mission { background: var(--navy); color: white; }
.mvv-card.vision  { background: var(--teal);  color: white; }
.mvv-card.values  { background: var(--gold-lt); border: 2px solid var(--gold); }
.mvv-card::before {
  content: attr(data-bg);
  position: absolute; right: -1rem; bottom: -1.5rem;
  font-family: 'Playfair Display', serif; font-size: 8rem;
  font-weight: 900; opacity: .06; line-height: 1; pointer-events: none;
}
.mvv-icon { font-size: 2.2rem; margin-bottom: 1rem; display: block; }
.mvv-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem; margin-bottom: .8rem; line-height: 1.2;
}
.mvv-card.mission h3, .mvv-card.vision h3 { color: white; }
.mvv-card.values  h3 { color: var(--navy); }
.mvv-card p { font-size: .88rem; line-height: 1.7; }
.mvv-card.mission p, .mvv-card.vision p { color: rgba(255,255,255,.8); }
.mvv-card.values  p { color: var(--text-2); }

/* ══════════════════════════════════════
   NUMBERS / MILESTONES
══════════════════════════════════════ */
.numbers-section { background: var(--navy); }
.numbers-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 3rem; }
.num-card {
  padding: 2.5rem 1.5rem; text-align: center;
  background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.07);
  border-radius: 16px; transition: background .25s, transform .25s;
  position: relative; overflow: hidden;
}
.num-card:hover { background: rgba(0,168,150,.1); transform: translateY(-3px); }
.num-card::after {
  content: '';
  position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);
  width: 40px; height: 3px; background: var(--teal);
  border-radius: 2px 2px 0 0; opacity: 0; transition: opacity .3s;
}
.num-card:hover::after { opacity: 1; }
.num-val {
  font-family: 'Playfair Display', serif;
  font-size: 3rem; font-weight: 900; line-height: 1;
  background: linear-gradient(135deg, var(--teal) 0%, #6de4da 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text; margin-bottom: .4rem;
}
.num-val.gold {
  background: linear-gradient(135deg, var(--gold) 0%, #f9c765 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.num-label { color: #8ab0cf; font-size: .85rem; font-weight: 500; line-height: 1.35; }

/* ══════════════════════════════════════
   TIMELINE
══════════════════════════════════════ */
.timeline { position: relative; max-width: 800px; margin: 3rem auto 0; }
.timeline::before {
  content: ''; position: absolute; left: 50%; top: 0; bottom: 0;
  width: 2px; background: linear-gradient(to bottom, var(--teal), rgba(0,168,150,.1));
  transform: translateX(-50%);
}
.tl-item {
  display: grid; grid-template-columns: 1fr 60px 1fr;
  gap: 0; margin-bottom: 2.5rem; align-items: start;
}
.tl-item:nth-child(odd)  .tl-content { grid-column: 1; text-align: right; padding-right: 2rem; }
.tl-item:nth-child(odd)  .tl-spacer  { grid-column: 2; }
.tl-item:nth-child(odd)  .tl-empty   { grid-column: 3; }
.tl-item:nth-child(even) .tl-content { grid-column: 3; text-align: left;  padding-left: 2rem; }
.tl-item:nth-child(even) .tl-spacer  { grid-column: 2; }
.tl-item:nth-child(even) .tl-empty   { grid-column: 1; }

.tl-dot {
  width: 44px; height: 44px;
  background: var(--white); border: 3px solid var(--teal);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem; margin: 0 auto;
  box-shadow: 0 0 0 6px rgba(0,168,150,.12);
  position: relative; z-index: 1;
  transition: transform .25s, box-shadow .25s;
}
.tl-item:hover .tl-dot { transform: scale(1.15); box-shadow: 0 0 0 10px rgba(0,168,150,.15); }

.tl-year {
  font-family: 'Playfair Display', serif;
  font-size: 1.05rem; font-weight: 800; color: var(--teal);
  margin-bottom: .25rem;
}
.tl-title { font-weight: 600; color: var(--navy); font-size: .95rem; margin-bottom: .3rem; }
.tl-desc  { font-size: .83rem; color: var(--muted); line-height: 1.55; }

/* ══════════════════════════════════════
   TEAM SECTION
══════════════════════════════════════ */
.team-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 1.6rem; margin-top: 3rem;
}
.team-card {
  background: var(--white); border-radius: 16px;
  overflow: hidden; box-shadow: var(--shadow-sm);
  transition: box-shadow .3s, transform .3s;
  text-align: center;
}
.team-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-5px); }
.team-avatar {
  height: 180px; display: flex; align-items: center;
  justify-content: center; position: relative; overflow: hidden;
}
.team-avatar::after {
  content: '';
  position: absolute; bottom: 0; left: 0; right: 0; height: 40%;
  background: linear-gradient(to top, rgba(11,31,58,.5), transparent);
}
.avatar-initials {
  font-family: 'Playfair Display', serif;
  font-size: 3rem; font-weight: 800;
  color: rgba(255,255,255,.9); position: relative; z-index: 1;
}
.team-body { padding: 1.3rem 1.2rem; }
.team-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.05rem; color: var(--navy); margin-bottom: .2rem;
}
.team-role { font-size: .78rem; color: var(--teal); font-weight: 600; margin-bottom: .6rem; }
.team-qual { font-size: .75rem; color: var(--muted); margin-bottom: .8rem; line-height: 1.45; }
.team-exp {
  display: inline-block; background: var(--teal-lt); color: var(--teal-d);
  border-radius: 100px; padding: .2rem .7rem; font-size: .7rem; font-weight: 600;
}
.team-social { display: flex; justify-content: center; gap: .5rem; margin-top: .9rem; }
.team-social a {
  width: 28px; height: 28px; background: var(--bg); border-radius: 7px;
  display: grid; place-items: center; font-size: .75rem; color: var(--muted);
  text-decoration: none; transition: .2s;
}
.team-social a:hover { background: var(--teal-lt); color: var(--teal); }

/* ══════════════════════════════════════
   VALUES DETAILED
══════════════════════════════════════ */
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 3rem; }
.val-card {
  background: var(--white); border-radius: 14px;
  padding: 1.8rem; box-shadow: var(--shadow-sm);
  border-top: 3px solid transparent;
  transition: transform .25s, box-shadow .25s, border-color .25s;
}
.val-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.val-card.v1 { border-color: var(--teal); }
.val-card.v2 { border-color: var(--gold); }
.val-card.v3 { border-color: var(--orange); }
.val-card.v4 { border-color: #1565C0; }
.val-card.v5 { border-color: #7B1FA2; }
.val-card.v6 { border-color: #2E7D32; }
.val-icon { font-size: 2rem; margin-bottom: .8rem; display: block; }
.val-card h3 { font-size: 1rem; font-weight: 700; color: var(--navy); margin-bottom: .4rem; }
.val-card p  { font-size: .84rem; color: var(--muted); line-height: 1.6; }

/* ══════════════════════════════════════
   TESTIMONIALS
══════════════════════════════════════ */
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 3rem; }
.testi-card {
  background: var(--white); border-radius: 14px;
  padding: 1.8rem; box-shadow: var(--shadow-sm);
  transition: box-shadow .3s, transform .3s;
  position: relative;
}
.testi-card:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.testi-quote {
  font-family: 'Playfair Display', serif;
  font-size: 3.5rem; color: var(--teal); opacity: .2;
  line-height: .5; margin-bottom: .5rem; display: block;
}
.testi-text { font-size: .9rem; color: var(--text-2); line-height: 1.7; margin-bottom: 1.2rem; font-style: italic; }
.testi-foot { display: flex; align-items: center; gap: .75rem; }
.testi-av {
  width: 40px; height: 40px; border-radius: 50%;
  display: grid; place-items: center; font-weight: 700;
  font-size: .85rem; color: white; flex-shrink: 0;
}
.testi-name { font-weight: 600; font-size: .88rem; color: var(--navy); }
.testi-co   { font-size: .75rem; color: var(--muted); }
.testi-stars { color: var(--gold); font-size: .85rem; margin-bottom: .3rem; }
.testi-card.featured-t {
  background: var(--navy); border: none;
}
.testi-card.featured-t .testi-text  { color: #96bcd8; }
.testi-card.featured-t .testi-name  { color: white; }
.testi-card.featured-t .testi-co    { color: #5a8fb5; }
.testi-card.featured-t .testi-quote { color: var(--teal); opacity: .4; }

/* ══════════════════════════════════════
   CERTIFICATIONS
══════════════════════════════════════ */
.cert-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 1.2rem; margin-top: 3rem; }
.cert-card {
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px; padding: 1.5rem 2rem; text-align: center;
  min-width: 160px; transition: .25s;
}
.cert-card:hover { background: rgba(0,168,150,.15); border-color: rgba(0,168,150,.4); transform: translateY(-3px); }
.cert-icon { font-size: 2.2rem; margin-bottom: .6rem; display: block; }
.cert-name { font-size: .82rem; font-weight: 600; color: white; margin-bottom: .2rem; }
.cert-body  { font-size: .72rem; color: #7ea8c8; }

/* ══════════════════════════════════════
   CTA SECTION
══════════════════════════════════════ */
.cta-section {
  background: var(--teal);
  padding: 5rem 1.5rem;
  position: relative; overflow: hidden;
}
.cta-section::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 60% 100% at 100% 50%, rgba(255,255,255,.1) 0%, transparent 60%),
    radial-gradient(ellipse 50% 80%  at 0%   50%, rgba(0,80,70,.3)     0%, transparent 60%);
  pointer-events: none;
}
.cta-inner {
  position: relative; z-index: 1;
  max-width: 1260px; margin: auto;
  display: grid; grid-template-columns: 1fr auto; gap: 3rem; align-items: center;
}
.cta-left h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.6rem, 3vw, 2.4rem); color: white; margin-bottom: .6rem;
}
.cta-left p { color: rgba(255,255,255,.8); font-size: 1rem; }
.cta-right { display: flex; flex-direction: column; gap: .8rem; min-width: 220px; }
.cta-btn-white {
  background: white; color: var(--teal); padding: .85rem 1.8rem;
  border-radius: 10px; font-weight: 700; font-size: .95rem;
  text-decoration: none; text-align: center; transition: .2s;
  box-shadow: 0 4px 18px rgba(0,0,0,.15);
}
.cta-btn-white:hover { background: var(--gold); color: var(--navy); }
.cta-btn-outline {
  background: transparent; color: white;
  border: 2px solid rgba(255,255,255,.45); padding: .8rem 1.8rem;
  border-radius: 10px; font-weight: 600; font-size: .9rem;
  text-decoration: none; text-align: center; transition: .2s;
}
.cta-btn-outline:hover { border-color: white; background: rgba(255,255,255,.1); }

/* ══════════════════════════════════════
   FOOTER
══════════════════════════════════════ */
footer { background: var(--navy); color: #7ea0bf; padding: 3.5rem 1.5rem 1.5rem; }
.footer-grid { max-width: 1260px; margin: auto; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 2.5rem; }
.f-brand .fn { font-family: 'Playfair Display', serif; font-size: 1.35rem; color: white; }
.f-brand .fn span { color: var(--teal); }
.f-brand p { font-size: .83rem; line-height: 1.65; margin: .8rem 0 1rem; }
.f-contact div { font-size: .81rem; margin-bottom: .35rem; }
.f-contact a { color: var(--teal); text-decoration: none; }
.f-social { display: flex; gap: .55rem; margin-top: 1rem; }
.f-social a {
  width: 34px; height: 34px; background: rgba(255,255,255,.07);
  border-radius: 8px; display: grid; place-items: center;
  color: #7ea0bf; text-decoration: none; font-size: .8rem; transition: .2s;
}
.f-social a:hover { background: var(--teal); color: white; }
footer h4 { color: white; font-size: .82rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; margin-bottom: .9rem; }
footer ul { list-style: none; display: flex; flex-direction: column; gap: .45rem; }
footer ul a { color: #7ea0bf; text-decoration: none; font-size: .82rem; transition: color .2s; }
footer ul a:hover { color: var(--teal); }
.footer-bottom {
  max-width: 1260px; margin: 2rem auto 0; padding-top: 1.2rem;
  border-top: 1px solid rgba(255,255,255,.08);
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: .5rem; font-size: .75rem;
}
.footer-bottom a { color: #7ea0bf; text-decoration: none; }
.footer-bottom a:hover { color: var(--teal); }

/* ══════════════════════════════════════
   ANIMATIONS
══════════════════════════════════════ */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: none; }
}
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: none; }

/* ══════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════ */
@media (max-width: 1100px) {
  .hero-inner    { grid-template-columns: 1fr; }
  .hero-card     { max-width: 480px; }
  .story-grid    { grid-template-columns: 1fr; }
  .story-visual  { max-width: 420px; margin: 0 auto; }
  .team-grid     { grid-template-columns: repeat(2, 1fr); }
  .footer-grid   { grid-template-columns: 1fr 1fr; }
  .cta-inner     { grid-template-columns: 1fr; text-align: center; }
  .cta-right     { flex-direction: row; justify-content: center; }
}
@media (max-width: 768px) {
  .topbar        { flex-direction: column; gap: .3rem; font-size: .72rem; }
  .topbar-l      { gap: .8rem; flex-wrap: wrap; justify-content: center; }
  .nav-menu, .nav-phone { display: none; }
  .hamburger     { display: flex; }
  .hero          { padding: 3rem 1.2rem; }
  .hero-deco     { font-size: 10rem; }
  .mvv-grid      { grid-template-columns: 1fr; }
  .numbers-grid  { grid-template-columns: repeat(2, 1fr); }
  .values-grid   { grid-template-columns: repeat(2, 1fr); }
  .testi-grid    { grid-template-columns: 1fr; }
  .timeline::before { left: 22px; }
  .tl-item       { grid-template-columns: 44px 1fr; gap: 1rem; }
  .tl-item:nth-child(odd)  .tl-content,
  .tl-item:nth-child(even) .tl-content { grid-column: 2; text-align: left; padding: 0; }
  .tl-item:nth-child(odd)  .tl-spacer,
  .tl-item:nth-child(even) .tl-spacer  { grid-column: 1; }
  .tl-item .tl-empty { display: none; }
  .tl-dot        { width: 36px; height: 36px; font-size: .9rem; }
  .footer-grid   { grid-template-columns: 1fr; gap: 1.5rem; }
  .cta-right     { flex-direction: column; align-items: center; }
}
@media (max-width: 480px) {
  .section       { padding: 3rem 1.2rem; }
  .values-grid   { grid-template-columns: 1fr; }
  .numbers-grid  { grid-template-columns: repeat(2, 1fr); }
  .team-grid     { grid-template-columns: 1fr; }
  .hero-btns     { flex-direction: column; }
  .hero-btns a   { text-align: center; justify-content: center; }
  .trust-pill, .year-badge { display: none; }
}
