/* ═══════════════════════════════════════════════════════════════
   mm300 · Sinergiza — Hoja de estilos maestra v2
   Diseño: dark hero + glassmorphism + animaciones suaves
═══════════════════════════════════════════════════════════════ */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=DM+Serif+Display:ital@0;1&display=swap');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --g:    #0F6E56;
  --g2:   #085041;
  --g3:   #0B8A6A;
  --gc:   #E1F5EE;
  --gb:   #9FE1CB;
  --az:   #1B4F72;
  --azc:  #D6EAF8;
  --co:   #B94A20;
  --coc:  #FAECE7;
  --am:   #7D6608;
  --amc:  #FEF9E7;
  --pu:   #5B2D8E;
  --puc:  #F3EEFF;
  --bg:   #F7F7F5;
  --s1:   #F0F0ED;
  --s2:   #E6E6E2;
  --brd:  #E0E0DB;
  --tx:   #141412;
  --tx2:  #3D3D3A;
  --tx3:  #6B6B67;
  --wh:   #FFFFFF;
  --dk:   #0C0C0A;
  --dk2:  #161614;
  --dk3:  #1E1E1C;
  --r:    10px;
  --r2:   16px;
  --r3:   24px;
  --sh:   0 2px 8px rgba(0,0,0,.07), 0 8px 32px rgba(0,0,0,.06);
  --shg:  0 4px 24px rgba(15,110,86,.25);
  --tr:   .2s cubic-bezier(.4,0,.2,1);
  --ff:   'Inter', 'Segoe UI', system-ui, sans-serif;
  --fs:   'DM Serif Display', Georgia, serif;
}

html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: var(--ff); background: var(--bg); color: var(--tx); line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font-family: var(--ff); cursor: pointer; border: none; background: none; }

/* ── Typography ───────────────────────────────────────────────── */
.eyebrow {
  font-size: .7rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase;
  color: var(--g); display: inline-flex; align-items: center; gap: .5rem; margin-bottom: .7rem;
}
.eyebrow::before { content: ''; width: 20px; height: 2px; background: var(--g); border-radius: 2px; }
.eyebrow.light { color: var(--gb); }
.eyebrow.light::before { background: var(--gb); }

.display-xl { font-size: clamp(2.4rem, 5.5vw, 4rem); font-weight: 600; line-height: 1.1; letter-spacing: -.03em; }
.display-xl em { font-style: normal; color: var(--g); }
.display-xl.dark em { color: var(--gb); }

.display-lg { font-size: clamp(1.8rem, 3.5vw, 2.8rem); font-weight: 600; line-height: 1.15; letter-spacing: -.025em; }
.display-lg em { font-style: normal; color: var(--g); }

.sec-title { font-size: clamp(1.5rem, 2.8vw, 2.1rem); font-weight: 600; line-height: 1.2; letter-spacing: -.02em; margin-bottom: .5rem; }
.sec-title em { font-style: normal; color: var(--g); }

.lead { font-size: 1.05rem; color: var(--tx2); line-height: 1.75; max-width: 56ch; }
.lead.center { text-align: center; margin: 0 auto; }
.lead.light { color: rgba(255,255,255,.7); }

.quote-text {
  font-family: var(--fs); font-style: italic; font-size: clamp(1.15rem, 2.2vw, 1.5rem);
  line-height: 1.55; color: var(--tx); max-width: 60ch;
  border-left: 3px solid var(--g); padding-left: 1.5rem;
}

/* ── Layout ───────────────────────────────────────────────────── */
.container { max-width: 1140px; margin: 0 auto; padding: 0 1.5rem; }
.container-sm { max-width: 760px; margin: 0 auto; padding: 0 1.5rem; }
.section { padding: 5.5rem 0; }
.section-alt { background: var(--s1); }
.section-dark { background: var(--dk); }

/* ── Nav ──────────────────────────────────────────────────────── */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  transition: background var(--tr), box-shadow var(--tr);
  padding: 0;
}
.nav.scrolled {
  background: rgba(20,20,18,.92); backdrop-filter: blur(20px);
  box-shadow: 0 1px 0 rgba(255,255,255,.06);
}
.nav.light-nav { background: rgba(247,247,245,.94); backdrop-filter: blur(20px); border-bottom: 1px solid var(--brd); }
.nav.light-nav.scrolled { box-shadow: 0 1px 20px rgba(0,0,0,.08); }

.nav-inner { display: flex; align-items: center; justify-content: space-between; padding: 1.1rem 1.5rem; max-width: 1140px; margin: 0 auto; }

.nav-logo { display: flex; align-items: baseline; gap: .5rem; }
.nav-logo-s { font-size: 1.05rem; font-weight: 700; color: var(--wh); letter-spacing: -.01em; transition: color var(--tr); }
.light-nav .nav-logo-s { color: var(--tx); }
.nav-logo-badge {
  font-size: .65rem; font-weight: 700; color: var(--g); letter-spacing: .04em;
  background: rgba(15,110,86,.18); border: 1px solid rgba(15,110,86,.4);
  padding: 2px 7px; border-radius: 20px;
}
.light-nav .nav-logo-badge { background: var(--gc); border-color: var(--gb); }

.nav-links { display: flex; gap: 2rem; align-items: center; }
.nav-links a { font-size: .88rem; color: rgba(255,255,255,.75); font-weight: 500; transition: color var(--tr); }
.nav-links a:hover, .nav-links a.active { color: var(--wh); }
.light-nav .nav-links a { color: var(--tx2); }
.light-nav .nav-links a:hover, .light-nav .nav-links a.active { color: var(--tx); }

.nav-btn {
  font-size: .82rem; font-weight: 600; padding: .5rem 1.2rem;
  background: var(--g); color: var(--wh); border-radius: 8px;
  transition: all var(--tr);
}
.nav-btn:hover { background: var(--g3); transform: translateY(-1px); box-shadow: var(--shg); }

.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; }
.hamburger span { display: block; width: 22px; height: 2px; background: var(--wh); border-radius: 2px; transition: all var(--tr); }
.light-nav .hamburger span { background: var(--tx); }

.mobile-menu {
  display: none; flex-direction: column; padding: 1.2rem 1.5rem 1.5rem;
  background: rgba(14,14,12,.97); backdrop-filter: blur(20px);
  border-top: 1px solid rgba(255,255,255,.06);
}
.mobile-menu.open { display: flex; }
.mobile-menu a { font-size: 1rem; color: rgba(255,255,255,.8); padding: .65rem 0; border-bottom: 1px solid rgba(255,255,255,.06); font-weight: 500; }
.mobile-menu a:last-of-type { border: none; }
.mobile-menu .nav-btn { margin-top: 1rem; text-align: center; display: block; padding: .75rem; }

/* ── Buttons ──────────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  font-size: .92rem; font-weight: 600; padding: .75rem 1.6rem;
  border-radius: var(--r); transition: all var(--tr); cursor: pointer; border: none;
}
.btn-primary { background: var(--g); color: var(--wh); }
.btn-primary:hover { background: var(--g3); transform: translateY(-2px); box-shadow: var(--shg); }
.btn-outline { background: transparent; color: var(--wh); border: 1.5px solid rgba(255,255,255,.3); }
.btn-outline:hover { border-color: rgba(255,255,255,.7); background: rgba(255,255,255,.06); }
.btn-outline-dark { background: transparent; color: var(--tx); border: 1.5px solid var(--brd); }
.btn-outline-dark:hover { border-color: var(--g); color: var(--g); }
.btn-lg { font-size: 1rem; padding: .9rem 2rem; }
.btn-row { display: flex; gap: .8rem; flex-wrap: wrap; margin-top: 2.2rem; }

/* ── HERO (dark, impactante) ──────────────────────────────────── */
.hero {
  min-height: 100vh; background: var(--dk);
  display: flex; flex-direction: column; justify-content: center;
  position: relative; overflow: hidden;
  padding: 8rem 0 5rem;
}
/* Glow background */
.hero::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(ellipse 70% 60% at 60% 40%, rgba(15,110,86,.22) 0%, transparent 70%),
              radial-gradient(ellipse 40% 40% at 10% 80%, rgba(27,79,114,.18) 0%, transparent 60%);
}
/* Grid lines */
.hero::after {
  content: ''; position: absolute; inset: 0; pointer-events: none; opacity: .04;
  background-image: linear-gradient(rgba(255,255,255,.8) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(255,255,255,.8) 1px, transparent 1px);
  background-size: 60px 60px;
}
.hero-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; position: relative; z-index: 1; }
.hero-tag {
  display: inline-flex; align-items: center; gap: .5rem; margin-bottom: 1.4rem;
  font-size: .72rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase;
  color: var(--gb); border: 1px solid rgba(159,225,203,.3); border-radius: 20px;
  padding: .25rem .9rem; background: rgba(15,110,86,.12);
}
.hero-tag-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--gb); animation: pulse 2s infinite; }
@keyframes pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.5;transform:scale(1.3)} }
.hero h1 { margin-bottom: 1.3rem; }
.hero h1 .serif-em { font-family: var(--fs); font-style: italic; font-size: 1.08em; color: var(--gb); font-weight: 400; }
.hero-sub { font-size: 1rem; color: rgba(255,255,255,.62); line-height: 1.8; max-width: 46ch; margin-bottom: 0; }

/* Hero visual card */
.hero-card {
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--r3); backdrop-filter: blur(12px);
  padding: 2rem; position: relative; overflow: hidden;
}
.hero-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, transparent, var(--g), var(--gb), transparent);
}
.hc-label { font-size: .65rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--gb); margin-bottom: 1.2rem; }
.hc-layers { display: flex; gap: .7rem; margin-bottom: 1.4rem; }
.hc-layer {
  flex: 1; padding: 1rem .8rem; border-radius: var(--r); text-align: center;
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.08);
  transition: all var(--tr);
}
.hc-layer:hover { background: rgba(255,255,255,.09); transform: translateY(-3px); }
.hc-layer-code { font-size: .6rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 4px; }
.hc-layer-name { font-size: .92rem; font-weight: 600; }
.l-m1 .hc-layer-code, .l-m1 .hc-layer-name { color: var(--gb); }
.l-m2 .hc-layer-code, .l-m2 .hc-layer-name { color: #85B7EB; }
.l-m3 .hc-layer-code, .l-m3 .hc-layer-name { color: #F4A070; }
.hc-bar-wrap { margin-bottom: 1.2rem; }
.hc-bar-label { display: flex; justify-content: space-between; font-size: .72rem; color: rgba(255,255,255,.4); margin-bottom: .4rem; }
.hc-bar { height: 5px; border-radius: 10px; background: rgba(255,255,255,.08); overflow: hidden; }
.hc-bar-fill { height: 100%; border-radius: 10px; transition: width 1.5s ease; }
.bf-g { background: linear-gradient(90deg, var(--g), var(--gb)); width: 78%; }
.bf-az { background: linear-gradient(90deg, var(--az), #85B7EB); width: 91%; }
.bf-co { background: linear-gradient(90deg, #B94A20, #F4A070); width: 65%; }
.hc-tagline { font-size: .78rem; color: rgba(255,255,255,.35); text-align: center; font-style: italic; padding-top: .9rem; border-top: 1px solid rgba(255,255,255,.07); }

/* KPI strip */
.kpi-strip { background: var(--dk2); border-top: 1px solid rgba(255,255,255,.05); border-bottom: 1px solid rgba(255,255,255,.05); }
.kpi-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.kpi-item { padding: 1.8rem 1.4rem; text-align: center; border-right: 1px solid rgba(255,255,255,.05); }
.kpi-item:last-child { border-right: none; }
.kpi-n { font-size: 2.4rem; font-weight: 700; color: var(--g); letter-spacing: -.04em; line-height: 1; }
.kpi-l { font-size: .78rem; color: rgba(255,255,255,.4); margin-top: .3rem; line-height: 1.4; }

/* ── mm300 Intro band ─────────────────────────────────────────── */
.mm-band { background: var(--dk3); border-bottom: 1px solid rgba(255,255,255,.05); padding: 2rem 0; }
.mm-band-inner { display: flex; align-items: center; gap: 2.5rem; flex-wrap: wrap; }
.mm-logo { font-size: 2.2rem; font-weight: 800; color: var(--g); letter-spacing: .04em; flex-shrink: 0; font-style: italic; }
.mm-divider { width: 1px; height: 44px; background: rgba(255,255,255,.12); flex-shrink: 0; }
.mm-def { flex: 1; min-width: 200px; }
.mm-def strong { font-size: .95rem; color: var(--wh); display: block; margin-bottom: .2rem; }
.mm-def span { font-size: .83rem; color: rgba(255,255,255,.45); }
.mm-pills { display: flex; gap: .6rem; flex-wrap: wrap; }
.mm-pill { font-size: .72rem; padding: .28rem .85rem; border-radius: 20px; font-weight: 500; }
.mp-g  { background: rgba(15,110,86,.2); color: var(--gb); border: 1px solid rgba(159,225,203,.25); }
.mp-az { background: rgba(27,79,114,.2); color: #85B7EB; border: 1px solid rgba(133,183,235,.25); }
.mp-co { background: rgba(185,74,32,.2); color: #F4A070; border: 1px solid rgba(244,160,112,.25); }

/* ── Pillars ──────────────────────────────────────────────────── */
.pillar-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.2rem; }
.pillar {
  background: var(--wh); border: 1px solid var(--brd); border-radius: var(--r2);
  padding: 1.8rem; position: relative; overflow: hidden;
  transition: box-shadow var(--tr), transform var(--tr), border-color var(--tr);
}
.pillar:hover { box-shadow: var(--sh); transform: translateY(-4px); border-color: var(--gb); }
.pillar-accent { position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--g), var(--gb)); }
.pillar-num { font-size: 3rem; font-weight: 800; color: var(--gc); line-height: 1; margin-bottom: .5rem; letter-spacing: -.05em; }
.pillar-title { font-size: 1.02rem; font-weight: 700; color: var(--tx); margin-bottom: .5rem; }
.pillar-body { font-size: .88rem; color: var(--tx2); line-height: 1.65; }

/* ── Service cards ────────────────────────────────────────────── */
.svc-card {
  background: var(--wh); border: 1px solid var(--brd); border-radius: var(--r2);
  overflow: hidden; margin-bottom: .7rem;
  transition: box-shadow var(--tr), border-color var(--tr);
}
.svc-card:hover { box-shadow: var(--sh); border-color: var(--gb); }
.svc-card.anchor { border-color: var(--g); box-shadow: 0 0 0 1px var(--g); }
.svc-head {
  display: grid; grid-template-columns: auto 1fr auto;
  gap: 1rem; align-items: center; padding: 1.1rem 1.4rem;
  background: var(--s1); border-bottom: 1px solid var(--brd);
}
.svc-num {
  width: 38px; height: 38px; border-radius: 9px; background: var(--tx); color: var(--wh);
  font-size: .85rem; font-weight: 700; display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.svc-card.anchor .svc-num { background: var(--g); }
.svc-name { font-size: 1rem; font-weight: 700; color: var(--tx); margin-bottom: 2px; }
.svc-linea { font-size: .75rem; color: var(--tx3); }
.svc-dur { font-size: .72rem; padding: .22rem .7rem; background: var(--gc); color: var(--g2); border-radius: 8px; white-space: nowrap; font-weight: 600; }
.svc-body { display: grid; grid-template-columns: repeat(3,1fr); }
.svc-col { padding: 1.1rem 1.3rem; border-right: 1px solid var(--brd); }
.svc-col:last-child { border-right: none; }
.svc-col-lbl { font-size: .66rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; margin-bottom: .5rem; }
.sc-prob { color: var(--co); }
.sc-serv { color: var(--g); }
.sc-res  { color: var(--az); }
.svc-col p { font-size: .84rem; color: var(--tx2); line-height: 1.6; }

/* ── MM300 method layers ──────────────────────────────────────── */
.layer-grid { display: flex; flex-direction: column; gap: .8rem; }
.layer {
  border: 1px solid var(--brd); border-radius: var(--r2); overflow: hidden;
  transition: box-shadow var(--tr);
}
.layer:hover { box-shadow: var(--sh); }
.layer-header { display: flex; align-items: center; gap: 1rem; padding: 1.1rem 1.4rem; }
.layer-badge { width: 40px; height: 40px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: .9rem; font-weight: 800; flex-shrink: 0; }
.lb-g  { background: var(--gc); color: var(--g2); }
.lb-az { background: var(--azc); color: var(--az); }
.lb-co { background: var(--coc); color: var(--co); }
.layer-title { font-size: 1rem; font-weight: 700; margin-bottom: 2px; }
.layer-sub { font-size: .8rem; }
.l-m1h .layer-header { background: var(--gc); } .l-m1h .layer-title { color: var(--g2); } .l-m1h .layer-sub { color: var(--g); }
.l-m2h .layer-header { background: var(--azc); } .l-m2h .layer-title { color: var(--az); } .l-m2h .layer-sub { color: #1A5276; }
.l-m3h .layer-header { background: var(--coc); } .l-m3h .layer-title { color: var(--co); } .l-m3h .layer-sub { color: #7D3510; }
.layer-body { display: grid; grid-template-columns: repeat(3,1fr); background: var(--bg); }
.lc { padding: 1rem 1.3rem; border-right: 1px solid var(--brd); }
.lc:last-child { border-right: none; }
.lc-lbl { font-size: .66rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; margin-bottom: .5rem; color: var(--tx3); }
.lc ul { list-style: none; }
.lc ul li { font-size: .83rem; color: var(--tx2); padding: .2rem 0; display: flex; gap: .45rem; line-height: 1.4; }
.lc ul li::before { content: '·'; font-weight: 800; flex-shrink: 0; color: var(--g); }

/* ── AI+Human split ───────────────────────────────────────────── */
.ai-split {
  display: grid; grid-template-columns: 1fr 1fr;
  border: 1px solid var(--brd); border-radius: var(--r2); overflow: hidden;
}
.ai-col { padding: 1.6rem; }
.ai-col.left { background: var(--gc); border-right: 1px solid var(--gb); }
.ai-col.right { background: var(--azc); }
.ai-lbl { font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; margin-bottom: .4rem; }
.ai-col.left .ai-lbl { color: var(--g); }
.ai-col.right .ai-lbl { color: var(--az); }
.ai-title { font-size: 1rem; font-weight: 700; color: var(--tx); margin-bottom: .9rem; }
.ai-col ul { list-style: none; }
.ai-col ul li { font-size: .85rem; color: var(--tx2); padding: .3rem 0; border-bottom: 1px solid rgba(0,0,0,.06); display: flex; gap: .5rem; line-height: 1.45; }
.ai-col ul li:last-child { border: none; }
.ai-col.left ul li::before { content: '✓'; color: var(--g); font-weight: 700; flex-shrink: 0; }
.ai-col.right ul li::before { content: '✓'; color: var(--az); font-weight: 700; flex-shrink: 0; }
.ai-footer { background: var(--g); padding: 1rem 1.6rem; text-align: center; grid-column: 1/-1; }
.ai-footer p { font-family: var(--fs); font-style: italic; font-size: 1rem; color: var(--wh); }

/* ── Phases ───────────────────────────────────────────────────── */
.phases { display: grid; grid-template-columns: repeat(4,1fr); gap: 1rem; }
.phase { background: var(--wh); border: 1px solid var(--brd); border-radius: var(--r2); overflow: hidden; transition: box-shadow var(--tr), transform var(--tr); }
.phase:hover { box-shadow: var(--sh); transform: translateY(-4px); }
.phase-top { padding: .9rem 1rem; border-bottom: 1px solid var(--brd); background: var(--tx); }
.phase-n { font-size: .6rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.5); margin-bottom: 3px; }
.phase-title { font-size: 1rem; font-weight: 700; color: var(--wh); }
.phase-body { padding: 1rem; }
.phase-what { font-size: .83rem; color: var(--tx2); line-height: 1.55; margin-bottom: .7rem; }
.phase-tag { font-size: .72rem; font-weight: 600; color: var(--g); background: var(--gc); padding: .2rem .65rem; border-radius: 8px; display: inline-block; }
.phase-dur { font-size: .72rem; color: var(--tx3); margin-top: .5rem; }

/* ── Team ─────────────────────────────────────────────────────── */
.team-wrap { background: var(--wh); border: 1px solid var(--brd); border-radius: var(--r2); overflow: hidden; }
.team-hdr { background: var(--gc); border-bottom: 1px solid var(--gb); padding: 1.5rem; }
.team-hdr-title { font-size: 1.05rem; font-weight: 700; color: var(--g2); margin-bottom: .3rem; }
.team-hdr-sub { font-size: .88rem; color: var(--g); line-height: 1.6; max-width: 68ch; }
.team-cols { display: grid; grid-template-columns: repeat(3,1fr); }
.team-col { padding: 1.2rem 1.3rem; border-right: 1px solid var(--brd); }
.team-col:last-child { border-right: none; }
.team-col-lbl { font-size: .66rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--tx3); margin-bottom: .7rem; }
.team-col ul { list-style: none; }
.team-col ul li { font-size: .84rem; color: var(--tx2); padding: .25rem 0; display: flex; gap: .5rem; line-height: 1.4; }
.team-col ul li::before { content: '✓'; color: var(--g); font-weight: 700; flex-shrink: 0; font-size: .8rem; }

.support-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.sup-card { background: var(--wh); border: 1px solid var(--brd); border-radius: var(--r2); overflow: hidden; transition: box-shadow var(--tr); }
.sup-card:hover { box-shadow: var(--sh); }
.sup-head { display: flex; align-items: center; gap: .9rem; padding: .9rem 1.1rem; border-bottom: 1px solid var(--brd); background: var(--s1); }
.sup-av { width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1rem; flex-shrink: 0; }
.av-g { background: var(--gc); color: var(--g); }
.av-az { background: var(--azc); color: var(--az); }
.sup-name { font-size: .92rem; font-weight: 700; color: var(--tx); }
.sup-role { font-size: .73rem; color: var(--tx3); }
.sup-body { padding: .9rem 1.1rem; }
.sup-desc { font-size: .84rem; color: var(--tx2); line-height: 1.55; margin-bottom: .7rem; }
.tag-row { display: flex; flex-wrap: wrap; gap: .4rem; }
.chip { font-size: .7rem; padding: .18rem .65rem; border-radius: 8px; background: var(--s1); border: 1px solid var(--brd); color: var(--tx2); }

/* ── Philosophy ───────────────────────────────────────────────── */
.phil-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1rem; }
.phil { background: var(--wh); border: 1px solid var(--brd); border-radius: var(--r2); padding: 1.3rem; transition: box-shadow var(--tr), transform var(--tr), border-color var(--tr); }
.phil:hover { box-shadow: var(--sh); transform: translateY(-3px); border-color: var(--gb); }
.phil-n { font-size: 2.4rem; font-weight: 800; color: var(--gc); line-height: 1; margin-bottom: .3rem; letter-spacing: -.04em; }
.phil-title { font-size: .95rem; font-weight: 700; color: var(--tx); margin-bottom: .4rem; }
.phil-body { font-size: .83rem; color: var(--tx2); line-height: 1.6; }

/* ── Sectors ──────────────────────────────────────────────────── */
.sector-wrap { display: flex; flex-wrap: wrap; gap: .6rem; }
.sector-tag { font-size: .83rem; padding: .45rem 1.1rem; border-radius: 20px; border: 1.5px solid var(--brd); background: var(--wh); color: var(--tx2); font-weight: 500; transition: all var(--tr); }
.sector-tag:hover { border-color: var(--g); color: var(--g); }
.sector-tag.hl { background: var(--gc); border-color: var(--gb); color: var(--g2); font-weight: 600; }

/* ── Packages ─────────────────────────────────────────────────── */
.pkg-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: .8rem; }
.pkg { background: var(--wh); border: 1px solid var(--brd); border-radius: var(--r2); overflow: hidden; transition: box-shadow var(--tr), transform var(--tr); }
.pkg:hover { box-shadow: var(--sh); transform: translateY(-3px); }
.pkg.feat { border-color: var(--g); }
.pkg-head { padding: .8rem 1rem; border-bottom: 1px solid var(--brd); }
.pkg.feat .pkg-head { background: var(--gc); }
.pkg-name { font-size: .9rem; font-weight: 700; color: var(--tx); }
.pkg.feat .pkg-name { color: var(--g2); }
.pkg-dur { font-size: .73rem; color: var(--tx3); margin-top: 2px; }
.pkg-body { padding: .85rem 1rem; font-size: .82rem; color: var(--tx2); line-height: 1.5; }

/* ── CTA Band ─────────────────────────────────────────────────── */
.cta-band {
  background: var(--dk); padding: 5rem 0; text-align: center; position: relative; overflow: hidden;
}
.cta-band::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(ellipse 60% 80% at 50% 50%, rgba(15,110,86,.2) 0%, transparent 70%);
}
.cta-band .container { position: relative; z-index: 1; }
.cta-band h2 { font-size: clamp(1.6rem, 3.5vw, 2.4rem); font-weight: 700; color: var(--wh); margin-bottom: .7rem; letter-spacing: -.02em; }
.cta-band p { font-size: 1rem; color: rgba(255,255,255,.6); max-width: 44ch; margin: 0 auto 2rem; line-height: 1.7; }

/* ── Contact ──────────────────────────────────────────────────── */
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; border: 1px solid var(--brd); border-radius: var(--r2); overflow: hidden; }
.contact-left { padding: 2.2rem; border-right: 1px solid var(--brd); }
.contact-right { padding: 2.2rem; background: var(--s1); }
.session-card { background: var(--wh); border: 1px solid var(--gb); border-radius: var(--r2); padding: 1.2rem; margin-bottom: 1.4rem; }
.session-title { font-size: .9rem; font-weight: 700; color: var(--tx); margin-bottom: .3rem; }
.session-desc { font-size: .82rem; color: var(--tx2); margin-bottom: .8rem; }
.session-list { list-style: none; }
.session-list li { font-size: .83rem; color: var(--tx2); padding: .22rem 0; display: flex; gap: .5rem; }
.session-list li::before { content: '✓'; color: var(--g); font-weight: 700; flex-shrink: 0; }
.contact-methods { display: flex; flex-direction: column; gap: .6rem; }
.cm { background: var(--wh); border: 1px solid var(--brd); border-radius: var(--r); padding: .65rem 1rem; display: flex; align-items: center; gap: .8rem; transition: border-color var(--tr); }
.cm:hover { border-color: var(--g); }
.cm-ico { font-size: 1.1rem; flex-shrink: 0; }
.cm-lbl { font-size: .7rem; color: var(--tx3); }
.cm-val { font-size: .88rem; color: var(--tx); font-weight: 600; }
.form-title { font-size: 1.05rem; font-weight: 700; color: var(--tx); margin-bottom: .25rem; }
.form-sub { font-size: .82rem; color: var(--tx2); margin-bottom: 1.2rem; }
.form-group { margin-bottom: .85rem; }
.form-label { font-size: .78rem; font-weight: 600; color: var(--tx2); display: block; margin-bottom: .28rem; }
.form-row2 { display: grid; grid-template-columns: 1fr 1fr; gap: .7rem; }
input, select, textarea {
  width: 100%; font-family: var(--ff); font-size: .86rem; color: var(--tx);
  background: var(--wh); border: 1.5px solid var(--brd); border-radius: var(--r);
  padding: .58rem .85rem; outline: none; transition: border-color var(--tr), box-shadow var(--tr);
}
input:focus, select:focus, textarea:focus { border-color: var(--g); box-shadow: 0 0 0 3px rgba(15,110,86,.1); }
textarea { resize: vertical; min-height: 88px; }
.form-note { font-size: .73rem; color: var(--tx3); margin-top: .5rem; line-height: 1.45; }
.btn-submit { width: 100%; padding: .82rem; font-size: .92rem; font-weight: 700; background: var(--tx); color: var(--wh); border-radius: var(--r); cursor: pointer; transition: background var(--tr); margin-top: .5rem; border: none; }
.btn-submit:hover { background: var(--g); }

/* ── FAQ ──────────────────────────────────────────────────────── */
.faq-list { display: flex; flex-direction: column; gap: .5rem; }
.faq { background: var(--wh); border: 1px solid var(--brd); border-radius: var(--r2); padding: 1rem 1.2rem; cursor: pointer; transition: border-color var(--tr); }
.faq:hover { border-color: var(--gb); }
.faq-q { font-size: .92rem; font-weight: 700; color: var(--tx); display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.faq-toggle { width: 24px; height: 24px; border-radius: 50%; background: var(--s1); display: flex; align-items: center; justify-content: center; font-size: .9rem; color: var(--g); flex-shrink: 0; transition: all var(--tr); }
.faq.open .faq-toggle { background: var(--g); color: var(--wh); rotate: 45deg; }
.faq-a { font-size: .85rem; color: var(--tx2); line-height: 1.65; margin-top: .7rem; display: none; }
.faq.open .faq-a { display: block; }

/* ── VS compare ───────────────────────────────────────────────── */
.vs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.vs-col { border-radius: var(--r2); overflow: hidden; border: 1px solid var(--brd); }
.vs-col.new { border-color: var(--g); }
.vs-head { padding: .75rem 1.1rem; font-size: .9rem; font-weight: 700; }
.vs-col.old .vs-head { background: var(--s2); color: var(--tx2); }
.vs-col.new .vs-head { background: var(--gc); color: var(--g2); }
.vs-body { background: var(--wh); }
.vs-row { padding: .6rem 1.1rem; border-bottom: 1px solid var(--brd); font-size: .84rem; color: var(--tx2); display: flex; align-items: center; gap: .6rem; }
.vs-row:last-child { border: none; }
.vs-col.old .vs-row::before { content: '—'; color: var(--tx3); flex-shrink: 0; }
.vs-col.new .vs-row::before { content: '✓'; color: var(--g); font-weight: 800; flex-shrink: 0; }

/* ── Page hero (inner pages) ──────────────────────────────────── */
.page-hero { padding: 7rem 0 3.5rem; background: var(--dk); position: relative; overflow: hidden; }
.page-hero::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse 50% 70% at 70% 50%, rgba(15,110,86,.18) 0%, transparent 65%);
}
.page-hero .container { position: relative; z-index: 1; }
.page-hero-tag {
  display: inline-flex; align-items: center; gap: .5rem; margin-bottom: .9rem;
  font-size: .7rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase;
  color: var(--gb); border: 1px solid rgba(159,225,203,.3); border-radius: 20px;
  padding: .22rem .8rem; background: rgba(15,110,86,.12);
}

/* ── Footer ───────────────────────────────────────────────────── */
.footer { background: var(--dk); border-top: 1px solid rgba(255,255,255,.05); padding: 4rem 0 1.5rem; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; margin-bottom: 3rem; }
.fg-brand-row { display: flex; align-items: baseline; gap: .5rem; margin-bottom: .7rem; }
.fg-brand-name { font-size: 1.05rem; font-weight: 700; color: var(--wh); }
.fg-brand-badge { font-size: .65rem; font-weight: 700; color: var(--g); background: rgba(15,110,86,.2); border: 1px solid rgba(15,110,86,.3); padding: 2px 7px; border-radius: 10px; }
.fg-desc { font-size: .83rem; color: rgba(255,255,255,.38); line-height: 1.65; max-width: 22ch; }
.fg-col-title { font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.35); margin-bottom: .9rem; }
.fg-links { display: flex; flex-direction: column; gap: .5rem; }
.fg-links a { font-size: .84rem; color: rgba(255,255,255,.55); transition: color var(--tr); }
.fg-links a:hover { color: var(--wh); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.06); padding-top: 1.2rem; display: flex; justify-content: space-between; flex-wrap: wrap; gap: .5rem; }
.fb-copy { font-size: .78rem; color: rgba(255,255,255,.28); }
.fb-legal { display: flex; gap: 1.2rem; }
.fb-legal a { font-size: .78rem; color: rgba(255,255,255,.28); }
.fb-legal a:hover { color: rgba(255,255,255,.6); }

/* ── Toast ────────────────────────────────────────────────────── */
.toast { position: fixed; bottom: 2rem; right: 2rem; background: var(--g); color: var(--wh); padding: .9rem 1.4rem; border-radius: var(--r2); font-size: .88rem; font-weight: 600; z-index: 9999; box-shadow: var(--shg); opacity: 0; transform: translateY(10px); transition: all .3s ease; pointer-events: none; }
.toast.show { opacity: 1; transform: translateY(0); }

/* ── Scroll reveal ────────────────────────────────────────────── */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

/* ── Responsive ───────────────────────────────────────────────── */
@media (max-width: 960px) {
  .hero-inner, .contact-grid, .team-cols, .footer-grid, .vs-grid, .ai-split { grid-template-columns: 1fr; }
  .hero-card { display: none; }
  .pillar-grid, .phases, .phil-grid { grid-template-columns: 1fr 1fr; }
  .pkg-grid { grid-template-columns: 1fr 1fr; }
  .kpi-grid { grid-template-columns: 1fr 1fr; }
  .kpi-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,.05); }
  .svc-body { grid-template-columns: 1fr; }
  .svc-col { border-right: none; border-bottom: 1px solid var(--brd); }
  .svc-col:last-child { border-bottom: none; }
  .layer-body { grid-template-columns: 1fr; }
  .lc { border-right: none; border-bottom: 1px solid var(--brd); }
  .nav-links { display: none; }
  .hamburger { display: flex; }
  .ai-split { grid-template-columns: 1fr; }
  .ai-col.left { border-right: none; border-bottom: 1px solid var(--gb); }
  .ai-footer { grid-column: 1; }
  .support-grid { grid-template-columns: 1fr; }
  .hero { padding: 6rem 0 4rem; }
  .section { padding: 4rem 0; }
}
@media (max-width: 560px) {
  .pillar-grid, .phases, .phil-grid, .pkg-grid, .kpi-grid { grid-template-columns: 1fr; }
  .form-row2 { grid-template-columns: 1fr; }
  .mm-band-inner { gap: 1.2rem; }
  .mm-divider { display: none; }
  .svc-head { grid-template-columns: auto 1fr; }
  .svc-dur { display: none; }
  .page-hero { padding: 5.5rem 0 2.5rem; }
}
