:root {
  --purple: #5b1e6d;
  --purple-2: #854a9b;
  --purple-dark: #31103d;
  --purple-deep: #200828;
  --gold: #cb9d48;
  --gold-light: #e7c985;
  --ink: #201b22;
  --muted: #6f6872;
  --cream: #f7f3f8;
  --white: #ffffff;
  --line: rgba(91, 30, 109, .14);
  --shadow: 0 24px 70px rgba(56, 20, 66, .13);
  --radius: 24px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font: 16px/1.65 "DM Sans", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { max-width: 100%; display: block; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: "Playfair Display", serif; font-weight: 600; line-height: 1.05; letter-spacing: -.032em; }
h1 em, h2 em { font-weight: 600; }
.skip-link { position: fixed; top: -60px; left: 16px; z-index: 100; padding: 10px 16px; border-radius: 8px; color: var(--white); background: var(--purple); }
.skip-link:focus { top: 12px; }
.site-header { position: fixed; z-index: 50; inset: 0 0 auto; height: 88px; display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(22px, 5vw, 76px); background: rgba(255,255,255,.93); border-bottom: 1px solid transparent; backdrop-filter: blur(16px); transition: .3s ease; }
.site-header.scrolled { height: 72px; border-bottom-color: var(--line); box-shadow: 0 7px 30px rgba(51,16,62,.06); }
.brand { width: clamp(190px, 18vw, 255px); }
.brand img { width: 100%; height: auto; }
nav { display: flex; align-items: center; gap: 32px; }
nav > a { color: #564e58; font-size: 13px; font-weight: 600; }
nav > a:hover, nav > a:focus-visible { color: var(--purple); }
.nav-cta { display: inline-flex; align-items: center; gap: 11px; padding: 10px 18px; border-radius: 999px; color: var(--white) !important; background: var(--purple); }
.menu-button { display: none; width: 44px; height: 44px; border: 0; background: transparent; }
.menu-button span { display: block; width: 22px; height: 1px; margin: 6px auto; background: var(--purple); transition: .2s ease; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 19px; color: var(--purple-2); font-size: 10px; font-weight: 700; letter-spacing: .2em; }
.eyebrow span { width: 36px; height: 1px; background: currentColor; }
.eyebrow.purple { color: var(--purple); }
.eyebrow.gold { color: var(--gold-light); }
.eyebrow.light { color: rgba(255,255,255,.66); }
.button { display: inline-flex; min-height: 54px; padding: 0 24px; align-items: center; justify-content: center; gap: 13px; border: 1px solid transparent; border-radius: 999px; font-size: 13px; font-weight: 700; transition: .22s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); box-shadow: 0 12px 35px rgba(47,12,58,.17); }
.button-primary { color: var(--white); background: var(--purple); }
.button-secondary { color: var(--purple); border-color: rgba(91,30,109,.24); background: rgba(255,255,255,.64); }
.hero { position: relative; min-height: 780px; overflow: hidden; padding: 150px clamp(22px, 7vw, 112px) 70px; background: linear-gradient(130deg, #fbf8fc 0%, #f7f2f8 50%, #f3ebf5 100%); }
.hero::before { content: ""; position: absolute; width: 650px; height: 650px; right: -280px; top: -260px; border-radius: 50%; border: 1px solid rgba(91,30,109,.08); box-shadow: 0 0 0 80px rgba(91,30,109,.025), 0 0 0 160px rgba(91,30,109,.018); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(390px, .72fr); align-items: center; gap: clamp(60px, 8vw, 130px); max-width: 1430px; margin: 0 auto; }
.hero-copy { max-width: 790px; }
.hero h1 { max-width: 830px; margin-bottom: 25px; color: var(--purple-dark); font-size: clamp(51px, 6vw, 82px); }
.hero h1 em { color: var(--purple); }
.hero-lead { max-width: 680px; margin-bottom: 16px; color: #443b46; font-size: clamp(18px, 1.8vw, 22px); line-height: 1.55; }
.hero-detail { max-width: 680px; margin-bottom: 34px; color: var(--muted); font-size: 14px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-proof { display: grid; grid-template-columns: .7fr 1fr 1fr; gap: 22px; margin-top: 56px; padding-top: 24px; border-top: 1px solid var(--line); }
.hero-proof div { display: flex; flex-direction: column; }
.hero-proof strong { color: var(--purple); font-family: "Playfair Display", serif; font-size: 30px; line-height: 1; }
.hero-proof span { margin-top: 7px; color: #756c77; font-size: 10px; line-height: 1.4; text-transform: uppercase; letter-spacing: .07em; }
.hero-visual { position: relative; min-height: 540px; display: grid; place-items: center; }
.brand-orbit { position: absolute; border: 1px solid rgba(91,30,109,.16); border-radius: 50%; }
.orbit-one { width: min(42vw, 510px); aspect-ratio: 1; }
.orbit-one::before, .orbit-one::after { content: ""; position: absolute; width: 9px; height: 9px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 8px rgba(203,157,72,.12); }
.orbit-one::before { top: 15%; right: 15%; }
.orbit-one::after { bottom: 9%; left: 25%; }
.orbit-two { width: min(28vw, 355px); aspect-ratio: 1; border-style: dashed; transform: rotate(20deg); }
.brand-symbol { position: relative; z-index: 3; display: grid; place-items: center; width: 220px; height: 235px; border-radius: 46% 46% 50% 50%; background: var(--white); box-shadow: 0 38px 100px rgba(69,24,79,.17); }
.brand-symbol::after { content: ""; position: absolute; inset: 12px; border: 1px solid rgba(91,30,109,.09); border-radius: inherit; }
.brand-symbol img { width: 145px; }
.floating-card { position: absolute; z-index: 5; display: flex; flex-direction: column; min-width: 150px; padding: 14px 17px; border: 1px solid rgba(91,30,109,.1); border-radius: 15px; background: rgba(255,255,255,.88); box-shadow: 0 15px 40px rgba(56,20,66,.1); backdrop-filter: blur(9px); }
.floating-card span { color: var(--gold); font-size: 9px; font-weight: 700; letter-spacing: .1em; }
.floating-card strong { color: var(--purple-dark); font-family: "Playfair Display", serif; font-size: 19px; }
.floating-card small { color: #837a85; font-size: 10px; }
.card-people { top: 17%; left: 0; }.card-operation { top: 15%; right: -3%; }.card-results { right: 2%; bottom: 15%; }
.micro-chart { position: absolute; z-index: 5; left: 5%; bottom: 12%; display: flex; align-items: flex-end; gap: 6px; width: 102px; height: 74px; padding: 13px; border-radius: 14px; background: var(--purple); box-shadow: var(--shadow); }
.micro-chart i { flex: 1; border-radius: 2px 2px 0 0; background: var(--gold-light); }
.micro-chart i:nth-child(1) { height: 25%; }.micro-chart i:nth-child(2) { height: 42%; }.micro-chart i:nth-child(3) { height: 55%; }.micro-chart i:nth-child(4) { height: 72%; }.micro-chart i:nth-child(5) { height: 95%; }
.scroll-cue { position: relative; z-index: 2; display: flex; align-items: center; gap: 12px; width: max-content; margin: 45px auto 0; color: rgba(91,30,109,.58); font-size: 9px; font-weight: 700; letter-spacing: .17em; }
.scroll-cue span { display: inline-block; width: 38px; height: 1px; background: rgba(91,30,109,.3); }
.solutions { padding: 120px clamp(22px, 7vw, 112px); background: var(--white); }
.section-heading { display: grid; grid-template-columns: 1.1fr .75fr; gap: 70px; align-items: end; max-width: 1360px; margin: 0 auto 58px; }
.section-heading h2, .learning-intro h2, .method h2, .leader-copy h2, .why-heading h2, .contact-panel h2 { margin-bottom: 0; color: var(--purple-dark); font-size: clamp(39px, 4.5vw, 63px); }
.section-heading h2 em, .method h2 em, .leader-copy h2 em { color: var(--purple); }
.section-heading > p { max-width: 520px; margin-bottom: 5px; color: var(--muted); font-size: 16px; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; max-width: 1360px; margin: 0 auto; }
.service-card { position: relative; min-height: 315px; padding: 29px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fdfcfd; transition: .25s ease; }
.service-card::after { content: ""; position: absolute; width: 130px; height: 130px; right: -75px; bottom: -75px; border: 1px solid rgba(91,30,109,.12); border-radius: 50%; transition: .3s ease; }
.service-card:hover { transform: translateY(-5px); border-color: rgba(91,30,109,.35); box-shadow: var(--shadow); }
.service-card:hover::after { transform: scale(1.5); background: rgba(91,30,109,.035); }
.service-number { position: absolute; right: 26px; top: 24px; color: rgba(91,30,109,.36); font-size: 10px; letter-spacing: .12em; }
.service-icon { display: grid; place-items: center; width: 46px; height: 46px; margin-bottom: 35px; border: 1px solid rgba(91,30,109,.18); border-radius: 50%; color: var(--purple); font-size: 21px; }
.service-card h3 { max-width: 280px; margin-bottom: 14px; color: var(--purple-dark); font-family: "Playfair Display", serif; font-size: 23px; line-height: 1.2; }
.service-card p { margin-bottom: 0; color: var(--muted); font-size: 13px; }
.learning-block { display: grid; grid-template-columns: .72fr 1.3fr; gap: clamp(55px, 8vw, 120px); align-items: center; max-width: 1360px; margin: 130px auto 0; padding: 72px; border-radius: 32px; background: var(--purple-deep); }
.learning-intro h2 { margin-bottom: 24px; color: var(--white); }
.learning-intro h2 em { color: var(--gold-light); }
.learning-intro > p:last-child { color: rgba(255,255,255,.58); }
.program-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.program-card { min-height: 440px; padding: 30px; border-radius: 24px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.1); color: var(--white); }
.program-card.gold-card { color: var(--purple-deep); background: linear-gradient(150deg, #eed99f, #c99b44); border: 0; }
.program-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 50px; color: var(--gold-light); font-size: 9px; font-weight: 700; letter-spacing: .16em; }
.gold-card .program-top { color: rgba(49,16,61,.7); }
.program-top b { font-size: 18px; }
.program-card h3 { margin-bottom: 15px; font-family: "Playfair Display", serif; font-size: 27px; line-height: 1.18; }
.program-card p { color: rgba(255,255,255,.58); font-size: 13px; }
.gold-card p { color: rgba(49,16,61,.7); }
.program-card ul { list-style: none; margin: 25px 0 0; padding: 18px 0 0; border-top: 1px solid rgba(255,255,255,.12); }
.gold-card ul { border-color: rgba(49,16,61,.16); }
.program-card li { position: relative; padding: 5px 0 5px 14px; color: rgba(255,255,255,.72); font-size: 11px; }
.gold-card li { color: rgba(49,16,61,.76); }
.program-card li::before { content: ""; position: absolute; left: 0; top: 12px; width: 5px; height: 5px; border-radius: 50%; background: var(--gold); }
.gold-card li::before { background: var(--purple); }
.insights-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 18px; max-width: 1360px; margin: 18px auto 0; }
.metrics-panel, .talks-panel { position: relative; overflow: hidden; border-radius: 30px; }
.metrics-panel { min-height: 650px; padding: 55px; color: var(--white); background: linear-gradient(140deg, var(--purple) 0%, var(--purple-dark) 100%); }
.metrics-panel::after { content: ""; position: absolute; width: 420px; height: 420px; right: -180px; bottom: -180px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.025); }
.metrics-copy { position: relative; z-index: 2; max-width: 550px; }
.metrics-copy h2, .talks-panel h2 { margin-bottom: 20px; color: var(--white); font-family: "Playfair Display", serif; font-size: clamp(36px, 4vw, 55px); line-height: 1.08; }
.metrics-copy > p:last-child { color: rgba(255,255,255,.6); }
.metric-list { position: relative; z-index: 2; display: flex; flex-wrap: wrap; gap: 7px; max-width: 600px; margin-top: 30px; }
.metric-list span { padding: 7px 11px; border: 1px solid rgba(255,255,255,.13); border-radius: 999px; color: rgba(255,255,255,.7); font-size: 10px; }
.dashboard-visual { position: absolute; z-index: 2; right: 42px; bottom: 38px; width: 330px; padding: 19px; border: 1px solid rgba(255,255,255,.16); border-radius: 22px; background: rgba(255,255,255,.09); backdrop-filter: blur(10px); transform: rotate(-2deg); }
.dash-top { display: flex; gap: 7px; padding-bottom: 14px; border-bottom: 1px solid rgba(255,255,255,.1); }
.dash-top i { width: 7px; height: 7px; border-radius: 50%; background: rgba(255,255,255,.33); }
.dash-main { display: grid; grid-template-columns: 1.5fr .7fr; align-items: end; gap: 20px; height: 115px; padding-top: 20px; }
.dash-bars { display: flex; align-items: end; gap: 9px; height: 100%; }
.dash-bars b { flex: 1; border-radius: 4px 4px 0 0; background: var(--gold-light); }.dash-bars b:nth-child(1){height:30%}.dash-bars b:nth-child(2){height:55%}.dash-bars b:nth-child(3){height:46%}.dash-bars b:nth-child(4){height:77%}.dash-bars b:nth-child(5){height:95%}
.dash-ring { width: 67px; height: 67px; border: 12px solid rgba(255,255,255,.11); border-top-color: var(--gold-light); border-right-color: var(--gold-light); border-radius: 50%; transform: rotate(25deg); }
.talks-panel { padding: 55px 42px; background: var(--cream); border: 1px solid var(--line); }
.talks-panel h2 { color: var(--purple-dark); font-size: clamp(32px, 3.4vw, 47px); }
.talk-list { margin-top: 36px; }
.talk-list article { display: grid; grid-template-columns: 36px 1fr; gap: 14px; padding: 19px 0; border-top: 1px solid var(--line); }
.talk-list article > span { color: var(--gold); font-size: 10px; font-weight: 700; }
.talk-list h3 { margin: 0 0 4px; color: var(--purple-dark); font-size: 14px; }
.talk-list p { margin: 0; color: var(--muted); font-size: 11px; }
.method { display: grid; grid-template-columns: .55fr 1.45fr; gap: 70px; align-items: center; max-width: 1360px; margin: 120px auto 0; }
.method ol { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; margin: 0; padding: 0; list-style: none; }
.method ol::before { content: ""; position: absolute; top: 18px; left: 10%; right: 10%; height: 1px; background: linear-gradient(90deg, var(--gold), var(--purple)); }
.method li { position: relative; z-index: 2; display: flex; align-items: center; flex-direction: column; padding: 0 12px; text-align: center; }
.method li > span { display: grid; place-items: center; width: 36px; height: 36px; margin-bottom: 18px; border-radius: 50%; color: var(--white); background: var(--purple); box-shadow: 0 0 0 7px var(--white); font-size: 9px; }
.method li strong { color: var(--purple-dark); font-family: "Playfair Display", serif; font-size: 17px; }
.method li small { margin-top: 5px; color: var(--muted); font-size: 10px; line-height: 1.4; }
.leadership { padding: 120px clamp(22px, 7vw, 112px) 36px; color: var(--white); background: var(--purple-deep); }
.leader-grid { display: grid; grid-template-columns: .7fr 1.1fr; gap: clamp(60px, 9vw, 140px); align-items: center; max-width: 1270px; margin: 0 auto 120px; }
.leader-visual { position: relative; min-height: 560px; display: grid; place-items: center; }
.leader-visual::before { content: ""; position: absolute; inset: 20px 40px 75px 0; border: 1px solid rgba(231,201,133,.25); border-radius: 46% 46% 20px 20px; }
.leader-monogram { position: relative; z-index: 2; display: grid; place-items: center; width: 340px; height: 390px; border-radius: 48% 48% 24px 24px; background: linear-gradient(145deg, rgba(255,255,255,.12), rgba(255,255,255,.03)); box-shadow: 0 32px 90px rgba(0,0,0,.25); }
.leader-monogram img { width: 230px; filter: drop-shadow(0 20px 30px rgba(0,0,0,.2)); }
.leader-caption { position: absolute; z-index: 3; right: -12px; bottom: 45px; display: flex; flex-direction: column; min-width: 270px; padding: 20px 24px; border-left: 3px solid var(--gold); background: var(--white); box-shadow: var(--shadow); }
.leader-caption span { color: var(--purple); font-family: "Playfair Display", serif; font-size: 22px; font-weight: 600; }
.leader-caption small { color: #827a84; font-size: 9px; letter-spacing: .13em; }
.leader-copy h2 { margin-bottom: 28px; color: var(--white); }
.leader-copy h2 em { color: var(--gold-light); }
.leader-name { margin-bottom: 12px; color: var(--gold-light); font-family: "Playfair Display", serif; font-size: 25px; }
.leader-copy > p:not(.eyebrow):not(.leader-name) { color: rgba(255,255,255,.61); }
.credentials { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 30px; }
.credentials span { padding: 8px 12px; border: 1px solid rgba(255,255,255,.13); border-radius: 999px; color: rgba(255,255,255,.69); font-size: 10px; }
.why-us { max-width: 1270px; margin: 0 auto; padding: 70px 0 85px; border-top: 1px solid rgba(255,255,255,.11); }
.why-heading { display: grid; grid-template-columns: .75fr 1.25fr; gap: 60px; align-items: end; margin-bottom: 48px; }
.why-heading .eyebrow { align-self: start; }
.why-heading h2 { color: var(--white); }
.why-heading h2 em { color: var(--gold-light); }
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.why-grid article { min-height: 220px; padding: 25px; border: 1px solid rgba(255,255,255,.1); border-radius: 20px; background: rgba(255,255,255,.035); }
.why-grid span { color: var(--gold); font-size: 9px; letter-spacing: .12em; }
.why-grid h3 { margin: 45px 0 10px; font-family: "Playfair Display", serif; font-size: 20px; }
.why-grid p { margin: 0; color: rgba(255,255,255,.52); font-size: 11px; }
.contact-panel { display: grid; grid-template-columns: 1.25fr .75fr; gap: 60px; align-items: center; max-width: 1270px; margin: 0 auto; padding: clamp(35px, 5vw, 65px); border-radius: 30px; color: var(--purple-dark); background: linear-gradient(130deg, #f2e2b4, #c99b45); }
.contact-panel h2 { margin-bottom: 18px; max-width: 780px; color: var(--purple-dark); }
.contact-panel > div:first-child > p:last-child { max-width: 760px; margin-bottom: 0; color: rgba(49,16,61,.7); }
.contact-actions { display: flex; flex-direction: column; align-items: stretch; gap: 15px; }
.button-dark { color: var(--white); background: var(--purple-dark); }
.email-link { display: flex; align-items: center; justify-content: space-between; padding: 14px 5px; border-bottom: 1px solid rgba(49,16,61,.25); color: var(--purple-dark); font-size: 13px; font-weight: 700; }
footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; max-width: 1270px; margin: 65px auto 0; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.4); font-size: 10px; }
footer img { width: 205px; }
footer p { margin: 0; }
footer a { color: rgba(255,255,255,.65); }
.whatsapp-float { position: fixed; z-index: 45; right: 22px; bottom: 20px; display: flex; align-items: center; gap: 8px; padding: 11px 17px; border-radius: 999px; color: var(--white); background: var(--purple); box-shadow: 0 13px 35px rgba(49,16,61,.3); font-size: 11px; font-weight: 700; }
.whatsapp-float span { color: var(--gold-light); }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@media (max-width: 1100px) {
  .hero-grid { grid-template-columns: 1fr; }.hero-copy { max-width: 850px; }.hero-visual { display: none; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }.learning-block { grid-template-columns: 1fr; padding: 55px; }
  .insights-grid { grid-template-columns: 1fr; }.method { grid-template-columns: 1fr; }.leader-grid { grid-template-columns: 1fr; }
  .leader-visual { max-width: 620px; }.contact-panel { grid-template-columns: 1fr; }.contact-actions { max-width: 450px; }
}
@media (max-width: 780px) {
  .site-header { height: 74px; padding-inline: 20px; }.brand { width: 178px; }
  nav { position: absolute; top: 74px; left: 14px; right: 14px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 13px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.98); box-shadow: var(--shadow); }
  nav.open { display: flex; }nav > a { padding: 13px 15px; }.nav-cta { margin-top: 5px; justify-content: center; }.menu-button { display: block; }
  .hero { min-height: auto; padding: 124px 22px 70px; }.hero h1 { font-size: clamp(44px, 13vw, 65px); }.hero-actions .button { width: 100%; }
  .hero-proof { grid-template-columns: repeat(3, 1fr); gap: 10px; }.hero-proof strong { font-size: 24px; }.hero-proof span { font-size: 8px; }.scroll-cue { margin-left: 0; }
  .solutions, .leadership { padding-left: 22px; padding-right: 22px; }.section-heading { grid-template-columns: 1fr; gap: 24px; }.services-grid { grid-template-columns: 1fr; }.service-card { min-height: 280px; }
  .learning-block { margin-top: 85px; padding: 35px 23px; }.program-grid { grid-template-columns: 1fr; }.program-card { min-height: auto; }
  .metrics-panel, .talks-panel { padding: 36px 24px; }.metrics-panel { min-height: 720px; }.dashboard-visual { left: 24px; right: auto; bottom: 28px; width: calc(100% - 48px); }
  .method ol { grid-template-columns: 1fr; gap: 0; }.method ol::before { top: 0; bottom: 0; left: 17px; right: auto; width: 1px; height: auto; }
  .method li { display: grid; grid-template-columns: 36px 1fr; gap: 16px; align-items: center; padding: 12px 0; text-align: left; }.method li > span { grid-row: 1 / 3; margin: 0; }.method li strong, .method li small { grid-column: 2; }.method li small { margin-top: -12px; }
  .leader-visual { min-height: 430px; }.leader-monogram { width: 260px; height: 310px; }.leader-monogram img { width: 175px; }.leader-caption { right: 0; bottom: 15px; min-width: 230px; }
  .why-heading { grid-template-columns: 1fr; gap: 22px; }.why-grid { grid-template-columns: 1fr 1fr; }.contact-panel { padding: 36px 24px; }
  footer { flex-direction: column; align-items: flex-start; }.whatsapp-float { right: 14px; bottom: 14px; }
}
@media (max-width: 480px) {
  .hero-proof { grid-template-columns: 1fr; }.hero-proof div { flex-direction: row; align-items: baseline; gap: 10px; }.why-grid { grid-template-columns: 1fr; }.leader-caption { left: 15px; right: 15px; min-width: 0; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }*, *::before, *::after { animation: none !important; transition-duration: .01ms !important; }.reveal { opacity: 1; transform: none; }
}
