:root {
  --blue: #018BD4;
  --blue-deep: #034E87;
  --yellow: #F2DB01;
  --red: #E40905;
  --white: #ffffff;
  --sky: #eaf7fd;
  --sky-2: #f4fbfe;
  --cream: #fffbe4;
  --rose-soft: #fff0ef;
  --ink: #14344a;
  --muted: #5d6d79;
  --line: rgba(3, 78, 135, .12);
  --shadow: 0 24px 70px rgba(3, 78, 135, .14);
  --shadow-soft: 0 12px 34px rgba(3, 78, 135, .10);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}
body.menu-open,
body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 9999;
  transform: translateY(-160%);
  padding: 10px 15px;
  border-radius: 10px;
  background: var(--blue-deep);
  color: var(--white);
}
.skip-link:focus { transform: translateY(0); }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section-pad { position: relative; padding: 104px 0; }
.centered { text-align: center; }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--blue-deep); font-weight: 800; letter-spacing: -.025em; }
h1 { font-size: clamp(2.85rem, 6.2vw, 5.7rem); line-height: .98; margin-bottom: 24px; }
h1 em { display: block; color: var(--blue); font-style: normal; }
h2 { font-size: clamp(2.15rem, 4.5vw, 3.85rem); line-height: 1.05; margin-bottom: 18px; }
h3 { line-height: 1.15; }
p { color: var(--muted); }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  color: var(--blue);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.eyebrow > span { width: 30px; height: 2px; background: currentColor; }
.eyebrow.light { color: rgba(255,255,255,.88); }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 800;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease, color .22s ease;
}
.button:hover { transform: translateY(-3px); }
.button-primary { background: var(--blue); color: var(--white); box-shadow: 0 14px 30px rgba(1,139,212,.25); }
.button-primary:hover { background: var(--blue-deep); box-shadow: 0 18px 38px rgba(3,78,135,.26); }
.button-secondary { background: var(--white); color: var(--blue-deep); border-color: var(--line); box-shadow: var(--shadow-soft); }
.button-light { background: var(--white); color: var(--blue-deep); box-shadow: 0 15px 34px rgba(0,44,78,.18); }
.button-large { min-height: 58px; padding-inline: 30px; }

.dot-blue, .dot-yellow, .dot-red { display: inline-block; width: 12px; height: 12px; border-radius: 50%; flex: 0 0 auto; }
.dot-blue { background: var(--blue); }
.dot-yellow { background: var(--yellow); }
.dot-red { background: var(--red); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  padding: 10px 0;
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(3,78,135,.08);
}
.header-shell {
  width: min(calc(100% - 28px), 1380px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 24px;
}
.brand { flex: 0 0 auto; display: inline-flex; align-items: center; }
.brand img { width: 250px; height: 72px; object-fit: contain; object-position: left center; mix-blend-mode: multiply; }
.site-nav { display: flex; align-items: center; justify-content: center; gap: clamp(10px, 1.3vw, 22px); margin-left: auto; }
.site-nav a { color: #36556b; font-size: .82rem; font-weight: 700; white-space: nowrap; }
.site-nav a:hover { color: var(--blue); }
.header-cta { min-height: 44px; padding: 11px 17px; font-size: .82rem; white-space: nowrap; }
.menu-toggle { display: none; width: 46px; height: 46px; margin-left: auto; padding: 12px; border: 0; border-radius: 14px; background: var(--sky); }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; border-radius: 10px; background: var(--blue-deep); transition: .24s ease; }

.hero {
  min-height: 790px;
  display: flex;
  align-items: center;
  padding: 90px 0 130px;
  overflow: hidden;
  background:
    radial-gradient(circle at 84% 15%, rgba(242,219,1,.16), transparent 26%),
    radial-gradient(circle at 0% 60%, rgba(1,139,212,.11), transparent 34%),
    linear-gradient(180deg, #fff 0%, #f3fbff 100%);
}
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(54px, 7vw, 96px); }
.hero-copy { position: relative; z-index: 5; }
.hero-lead { max-width: 700px; margin-bottom: 24px; font-size: clamp(1.06rem, 1.7vw, 1.25rem); }
.hero-promise { max-width: 630px; display: flex; align-items: center; gap: 12px; margin-bottom: 28px; padding: 16px 18px; border-left: 4px solid var(--blue); background: rgba(234,247,253,.8); border-radius: 0 16px 16px 0; }
.promise-dot { width: 12px; height: 12px; border-radius: 50%; background: var(--yellow); box-shadow: 22px 0 0 var(--red), 44px 0 0 var(--blue); margin-right: 46px; flex: 0 0 auto; }
.hero-promise p { margin: 0; color: var(--blue-deep); font-weight: 700; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.trust-strip { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-top: 30px; color: #466379; font-size: .86rem; font-weight: 700; }
.trust-strip span::before { content: "•"; margin-right: 7px; color: var(--blue); font-size: 1.2rem; }

.hero-visual { position: relative; min-height: 600px; display: grid; place-items: center; }
.hero-blob { position: absolute; width: 510px; height: 510px; border-radius: 48% 52% 50% 50% / 45% 45% 55% 55%; background: linear-gradient(150deg, var(--sky), #fff7b9 72%, #ffe8e7); box-shadow: inset 0 0 0 1px rgba(1,139,212,.08); transform: rotate(-5deg); }
.kiddo-card { position: relative; z-index: 2; width: min(88%, 450px); border-radius: 44% 44% 34% 34%; overflow: hidden; box-shadow: var(--shadow); animation: kiddoFloat 5s ease-in-out infinite; }
.kiddo-card img { width: 100%; aspect-ratio: .92; object-fit: cover; object-position: center; }
.floating-chip { position: absolute; z-index: 4; display: flex; align-items: center; gap: 10px; padding: 12px 17px; border-radius: 999px; background: var(--white); color: var(--blue-deep); box-shadow: var(--shadow-soft); font-size: .82rem; }
.floating-chip span { width: 10px; height: 10px; border-radius: 50%; }
.chip-one { top: 15%; left: -2%; }
.chip-one span { background: var(--blue); }
.chip-two { top: 49%; right: -4%; }
.chip-two span { background: var(--yellow); }
.chip-three { bottom: 12%; left: 1%; }
.chip-three span { background: var(--red); }
@keyframes kiddoFloat { 0%,100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-14px) rotate(1deg); } }

.hero-dots { position: absolute; display: flex; gap: 12px; opacity: .9; }
.hero-dots i { width: 14px; height: 14px; border-radius: 50%; }
.hero-dots i:nth-child(1) { background: var(--blue); }
.hero-dots i:nth-child(2) { background: var(--yellow); }
.hero-dots i:nth-child(3) { background: var(--red); }
.hero-dots-one { top: 15%; left: 3%; transform: rotate(18deg); }
.hero-dots-two { right: 4%; bottom: 16%; transform: rotate(-22deg); }
.hero-ribbon { position: absolute; left: 0; right: 0; bottom: 0; background: linear-gradient(100deg, var(--blue-deep), var(--blue)); color: var(--white); }
.ribbon-grid { min-height: 72px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; text-align: center; font-weight: 700; text-transform: uppercase; letter-spacing: .09em; font-size: .8rem; }
.ribbon-grid span { display: flex; justify-content: center; align-items: center; gap: 10px; }

.section-heading { max-width: 790px; margin-bottom: 46px; }
.section-heading.centered { margin-inline: auto; }
.section-heading p:last-child { font-size: 1.04rem; }

.concept-section { background: var(--white); }
.pillar-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.pillar-card { position: relative; min-height: 260px; padding: 34px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--white); box-shadow: var(--shadow-soft); }
.pillar-card::after { content: ""; position: absolute; width: 150px; height: 150px; border-radius: 50%; right: -70px; top: -70px; opacity: .08; background: currentColor; }
.pillar-card.blue { color: var(--blue); }
.pillar-card.yellow { color: #b69f00; }
.pillar-card.red { color: var(--red); }
.pillar-icon { width: 56px; height: 56px; display: grid; place-items: center; border-radius: 50%; color: var(--white); background: currentColor; font-weight: 800; }
.pillar-card.yellow .pillar-icon { color: var(--blue-deep); }
.pillar-card h3 { margin: 38px 0 10px; color: var(--blue-deep); font-size: 1.35rem; text-transform: uppercase; }
.pillar-card p { margin: 0; }
.triad-panel { margin-top: 28px; padding: 44px; color: var(--white); background: linear-gradient(130deg, var(--blue-deep), #075f9f); border-radius: var(--radius-xl); box-shadow: var(--shadow); }
.triad-panel h3 { max-width: 600px; color: var(--white); font-size: clamp(1.5rem, 3vw, 2.2rem); }
.triad-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 30px; }
.triad-grid article { padding: 10px 30px; border-left: 1px solid rgba(255,255,255,.25); }
.triad-grid article:first-child { padding-left: 0; border-left: 0; }
.triad-grid strong { display: block; margin: 12px 0 6px; font-size: 1.02rem; text-transform: uppercase; }
.triad-grid p { margin: 0; color: rgba(255,255,255,.78); }

.brand-image-section { background: var(--sky-2); overflow: hidden; }
.brand-image-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 54px; align-items: center; }
.brand-image-copy { position: sticky; top: 120px; align-self: start; }
.brand-image-copy h2 { max-width: 510px; }
.brand-quote { margin: 26px 0; padding: 20px 22px; color: var(--blue-deep); background: var(--cream); border-radius: 18px; font-weight: 800; font-size: 1.16rem; }
.identity-figure { margin: 0; }
.identity-image-button { position: relative; width: 100%; padding: 0; border: 0; border-radius: 26px; background: var(--white); overflow: hidden; box-shadow: var(--shadow); }
.identity-image-button img { width: 100%; }
.identity-image-button span { position: absolute; right: 18px; bottom: 18px; padding: 10px 14px; border-radius: 999px; color: var(--white); background: rgba(3,78,135,.88); font-size: .78rem; font-weight: 700; }
.identity-figure figcaption { margin-top: 12px; color: var(--muted); font-size: .8rem; }

.manifesto-section { color: var(--white); background: linear-gradient(135deg, #043f70, var(--blue-deep) 44%, #0767a9); }
.manifesto-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; }
.manifesto-section h2 { color: var(--white); }
.manifesto-heading > p:not(.eyebrow) { color: rgba(255,255,255,.72); font-size: 1.08rem; }
.manifesto-summary { padding: 34px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.13); border-radius: var(--radius-lg); }
.manifesto-summary p { color: rgba(255,255,255,.84); }
.manifesto-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 26px; }
.manifesto-actions span { padding: 8px 12px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: rgba(255,255,255,.07); font-size: .75rem; font-weight: 700; text-transform: uppercase; }
.manifesto-full { margin-top: 32px; }
.manifesto-full-inner { column-count: 2; column-gap: 44px; padding: 40px; color: var(--ink); background: var(--white); border-radius: var(--radius-xl); box-shadow: var(--shadow); }
.manifesto-full-inner p { break-inside: avoid; color: #466379; }

.platform-section { background: var(--white); }
.platform-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.platform-card { padding: 34px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: linear-gradient(180deg, #fff, #f9fdff); }
.platform-card i { width: 14px; height: 14px; }
.platform-card h3 { margin: 28px 0 10px; font-size: 1.3rem; text-transform: uppercase; }
.platform-card p { margin: 0; }
.values-shell { margin-top: 30px; padding: 28px; background: #f7fbfd; border: 1px solid var(--line); border-radius: var(--radius-xl); }
.values-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 20px; }
.values-head > span { color: var(--blue-deep); font-size: 1.3rem; font-weight: 800; text-transform: uppercase; }
.values-controls { display: flex; gap: 8px; }
.values-controls button { width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: var(--white); color: var(--blue-deep); }
.values-track { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(260px, 1fr); gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
.values-track::-webkit-scrollbar { display: none; }
.value-card { min-height: 150px; display: flex; gap: 18px; padding: 20px; scroll-snap-align: start; background: var(--white); border-radius: 18px; }
.value-symbol { flex: 0 0 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; color: var(--white); font-size: 1.5rem; font-weight: 800; }
.value-symbol.blue { background: var(--blue); }
.value-symbol.yellow { background: var(--yellow); color: var(--blue-deep); }
.value-symbol.red { background: var(--red); }
.value-card h3 { margin: 3px 0 6px; font-size: 1rem; text-transform: uppercase; }
.value-card p { margin: 0; font-size: .86rem; }

.problem-section { background: var(--sky-2); }
.problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.problem-card { min-height: 150px; padding: 24px; border: 1px solid rgba(1,139,212,.12); border-radius: 20px; background: var(--white); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.problem-card:nth-child(3n+2) { border-top: 4px solid var(--yellow); }
.problem-card:nth-child(3n+3) { border-top: 4px solid var(--red); }
.problem-card:nth-child(3n+1) { border-top: 4px solid var(--blue); }
.problem-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-soft); }
.problem-number { color: var(--blue); font-size: .75rem; font-weight: 800; letter-spacing: .12em; }
.problem-card h3 { margin: 48px 0 0; font-size: 1.05rem; }
.section-cta { margin-top: 40px; }
.section-cta p { color: var(--blue-deep); font-weight: 800; }

.difference-section { overflow: hidden; color: var(--white); background: linear-gradient(135deg, var(--blue-deep), #006cb1 65%, var(--blue)); }
.difference-section::before { content: ""; position: absolute; width: 450px; height: 450px; right: -190px; top: -150px; border: 2px solid rgba(255,255,255,.12); border-radius: 48% 52% 48% 52%; }
.difference-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 70px; align-items: start; }
.difference-intro { position: sticky; top: 120px; }
.difference-intro h2 { color: var(--white); }
.difference-intro p { color: rgba(255,255,255,.78); }
.difference-list { display: grid; gap: 12px; }
.difference-item { display: grid; grid-template-columns: 58px 1fr; gap: 18px; padding: 22px; border: 1px solid rgba(255,255,255,.13); border-radius: 18px; background: rgba(255,255,255,.07); }
.difference-item > span { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; color: var(--blue-deep); background: var(--yellow); font-weight: 800; font-size: .78rem; }
.difference-item:nth-child(3n) > span { background: var(--red); color: var(--white); }
.difference-item:nth-child(3n+1) > span { background: var(--white); color: var(--blue); }
.difference-item h3 { margin: 0 0 6px; color: var(--white); font-size: 1.03rem; }
.difference-item p { margin: 0; color: rgba(255,255,255,.7); font-size: .9rem; }

.process-section { background: var(--white); }
.process-wrap { position: relative; }
.process-progress { height: 4px; margin: 0 9% -31px; background: #d8edf7; border-radius: 99px; overflow: hidden; }
.process-progress span { display: block; width: 0; height: 100%; background: linear-gradient(90deg, var(--blue), var(--yellow), var(--red)); transition: width .38s ease; }
.process-track { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.process-step { position: relative; min-height: 250px; padding: 26px 20px 22px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--white); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; cursor: pointer; }
.process-step:hover, .process-step.is-active { transform: translateY(-6px); border-color: rgba(1,139,212,.35); box-shadow: var(--shadow-soft); }
.process-step > span { width: 54px; height: 54px; display: grid; place-items: center; margin: 0 auto 34px; border-radius: 50%; color: var(--white); background: var(--blue); box-shadow: 0 0 0 9px var(--sky); font-weight: 800; }
.process-step:nth-child(2) > span, .process-step:nth-child(5) > span { background: var(--yellow); color: var(--blue-deep); }
.process-step:nth-child(3) > span { background: var(--red); }
.process-step h3 { text-align: center; font-size: 1rem; text-transform: uppercase; }
.process-step p { margin: 0; text-align: center; font-size: .86rem; }
.method-card { margin-top: 38px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 60px; padding: 52px; border-radius: var(--radius-xl); background: linear-gradient(135deg, #f2faff, var(--cream)); border: 1px solid var(--line); }
.method-card ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.method-card li { position: relative; padding: 15px 18px 15px 50px; border-radius: 14px; background: var(--white); color: var(--blue-deep); box-shadow: 0 8px 22px rgba(3,78,135,.07); font-weight: 700; }
.method-card li::before { content: "✓"; position: absolute; left: 16px; top: 50%; transform: translateY(-50%); width: 23px; height: 23px; display: grid; place-items: center; border-radius: 50%; color: var(--white); background: var(--blue); font-size: .76rem; }

.areas-section { background: var(--sky-2); }
.areas-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.area-card { min-height: 185px; display: grid; place-items: center; align-content: center; text-align: center; padding: 24px; border-radius: 24px; background: var(--white); border: 1px solid var(--line); }
.area-symbol { width: 74px; height: 74px; display: grid; place-items: center; margin-bottom: 20px; border-radius: 50% 50% 44% 56%; background: var(--sky); }
.area-symbol i { width: 20px; height: 20px; }
.area-card h3 { margin: 0; font-size: 1rem; text-transform: uppercase; }

.services-section { background: var(--white); }
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.service-card { min-height: 230px; display: flex; flex-direction: column; padding: 25px; border: 1px solid var(--line); border-radius: 22px; background: var(--white); transition: transform .22s ease, box-shadow .22s ease; }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-soft); }
.service-card > span { color: var(--blue); font-size: .75rem; font-weight: 800; letter-spacing: .12em; }
.service-card h3 { margin: 52px 0 auto; font-size: 1.25rem; }
.service-card a { margin-top: 24px; color: var(--blue-deep); font-size: .84rem; font-weight: 800; }
.featured-service { color: var(--white); background: linear-gradient(145deg, var(--blue-deep), var(--blue)); }
.featured-service > span, .featured-service h3, .featured-service a { color: var(--white); }

.kiddo-section { overflow: hidden; color: var(--white); background: linear-gradient(140deg, #008ccc, var(--blue) 55%, #04a5e9); }
.kiddo-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.kiddo-visual { position: relative; min-height: 500px; display: grid; place-items: center; }
.kiddo-visual img { position: relative; z-index: 2; width: min(82%, 420px); border-radius: 42% 42% 28% 28%; box-shadow: 0 30px 70px rgba(0,62,101,.28); animation: kiddoFloat 5s ease-in-out infinite; }
.kiddo-orbit { position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.25); }
.orbit-one { width: 430px; height: 430px; }
.orbit-two { width: 530px; height: 530px; }
.kiddo-copy h2 { color: var(--white); }
.kiddo-copy p { color: rgba(255,255,255,.82); font-size: 1.08rem; }
.kiddo-traits { display: flex; flex-wrap: wrap; gap: 9px; margin: 28px 0; }
.kiddo-traits span { padding: 8px 12px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: rgba(255,255,255,.10); font-size: .78rem; font-weight: 700; }

.voice-section { background: var(--white); }
.voice-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 70px; align-items: start; }
.message-formula { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 28px; }
.message-formula span { padding: 9px 12px; border-radius: 10px; background: var(--sky); color: var(--blue-deep); font-size: .76rem; font-weight: 800; text-transform: uppercase; }
.message-formula i { color: var(--blue); font-style: normal; }
.voice-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.voice-card { padding: 25px; border-radius: 18px; border: 1px solid var(--line); background: #fbfdfe; }
.voice-card:nth-child(3) { grid-column: 1 / -1; background: var(--cream); }
.voice-card strong { color: var(--blue-deep); font-size: 1rem; text-transform: uppercase; }
.voice-card p { margin: 9px 0 0; }

.team-section { background: var(--sky-2); }
.pending-panel { max-width: 850px; margin: 0 auto; display: flex; align-items: center; gap: 22px; padding: 30px; border: 1px dashed rgba(1,139,212,.42); border-radius: 22px; background: var(--white); }
.pending-icon { flex: 0 0 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; color: var(--white); background: var(--blue); font-size: 2rem; }
.pending-panel p { margin: 4px 0 0; }

.testimonials-section { background: var(--white); }
.testimonial-layout { display: grid; grid-template-columns: 1.2fr .8fr; gap: 18px; }
.video-placeholder { min-height: 390px; display: grid; place-items: center; align-content: center; text-align: center; border-radius: var(--radius-xl); color: var(--white); background: linear-gradient(145deg, rgba(3,78,135,.96), rgba(1,139,212,.86)); box-shadow: var(--shadow); }
.video-placeholder > span { width: 72px; height: 72px; display: grid; place-items: center; margin-bottom: 16px; padding-left: 4px; border-radius: 50%; color: var(--blue-deep); background: var(--white); font-size: 1.5rem; }
.video-placeholder small { margin-top: 7px; color: rgba(255,255,255,.72); }
.review-stack { display: grid; gap: 18px; }
.review-placeholder { margin: 0; padding: 30px; border-radius: var(--radius-lg); background: var(--sky-2); border: 1px solid var(--line); }
.review-placeholder > span { color: var(--blue); font-size: .75rem; font-weight: 800; text-transform: uppercase; }
.review-placeholder h3 { margin: 30px 0 8px; }

.gallery-section { background: var(--sky-2); }
.gallery-grid { display: grid; grid-template-columns: 1.25fr .75fr .75fr; grid-template-rows: 230px 230px; gap: 16px; }
.gallery-placeholder { position: relative; display: grid; place-items: end start; padding: 22px; overflow: hidden; border-radius: var(--radius-lg); background: linear-gradient(145deg, #dff4fd, #fff9c9); }
.gallery-placeholder::before { content: ""; position: absolute; width: 160px; height: 160px; right: -50px; top: -45px; border-radius: 50%; background: rgba(1,139,212,.16); }
.gallery-placeholder::after { content: ""; position: absolute; width: 90px; height: 90px; left: 15%; bottom: -30px; border-radius: 50%; background: rgba(228,9,5,.12); }
.gallery-placeholder:nth-child(3) { background: linear-gradient(145deg, #fff1ef, #fff9c9); }
.gallery-placeholder:nth-child(4) { background: linear-gradient(145deg, #e5f7ff, #f4fbfe); }
.gallery-placeholder:nth-child(5) { background: linear-gradient(145deg, #fff9d6, #eff9ff); }
.gallery-placeholder.large { grid-row: 1 / span 2; }
.gallery-placeholder span { position: relative; z-index: 2; padding: 8px 12px; border-radius: 999px; background: rgba(255,255,255,.9); color: var(--blue-deep); font-size: .78rem; font-weight: 800; }

.resources-section { color: var(--white); background: var(--blue-deep); }
.resources-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.resources-section h2 { color: var(--white); }
.resources-section .section-heading p { color: rgba(255,255,255,.72); }
.resource-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.resource-card { min-height: 145px; padding: 24px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: rgba(255,255,255,.07); }
.resource-card > span { color: var(--yellow); font-size: .74rem; font-weight: 800; letter-spacing: .12em; }
.resource-card h3 { margin: 42px 0 0; color: var(--white); font-size: 1rem; }
.resource-card:nth-child(3n) > span { color: #ff6d68; }

.faq-section { background: var(--white); }
.faq-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 70px; align-items: start; }
.accordion { display: grid; gap: 10px; }
.accordion-item { border: 1px solid var(--line); border-radius: 17px; background: var(--sky-2); overflow: hidden; }
.accordion-item > button { width: 100%; min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 22px; border: 0; background: transparent; color: var(--blue-deep); text-align: left; font-weight: 800; }
.accordion-item > button i { width: 32px; height: 32px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: var(--white); color: var(--blue); font-style: normal; transition: transform .2s ease; }
.accordion-content { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .28s ease; }
.accordion-content > p { overflow: hidden; margin: 0; padding: 0 22px; }
.accordion-item.open .accordion-content { grid-template-rows: 1fr; }
.accordion-item.open .accordion-content > p { padding-bottom: 22px; }
.accordion-item.open > button i { transform: rotate(45deg); }

.blog-section { background: var(--sky-2); }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.blog-card { min-height: 360px; padding: 18px; border-radius: 22px; background: var(--white); border: 1px solid var(--line); }
.blog-art { height: 150px; position: relative; display: flex; align-items: center; justify-content: center; gap: 16px; margin-bottom: 22px; border-radius: 16px; overflow: hidden; background: linear-gradient(145deg, #dff4fd, #fff9cf); }
.blog-art::before { content: ""; position: absolute; width: 120px; height: 120px; border: 2px solid rgba(3,78,135,.12); border-radius: 48% 52% 45% 55%; transform: rotate(20deg); }
.blog-art i { width: 18px; height: 18px; position: relative; z-index: 2; }
.art-two { background: linear-gradient(145deg, #fff5d1, #edf9ff); }
.art-three { background: linear-gradient(145deg, #e6f8ff, #ffefed); }
.art-four { background: linear-gradient(145deg, #edf9ff, #fff8c7); }
.art-five { background: linear-gradient(145deg, #fff2ef, #f2faff); }
.blog-card > span { color: var(--blue); font-size: .72rem; font-weight: 800; text-transform: uppercase; }
.blog-card h3 { margin: 14px 0 10px; font-size: 1.22rem; }
.blog-card p { font-size: .9rem; }

.final-cta { background: var(--white); }
.final-cta-box { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 52px; overflow: hidden; border-radius: var(--radius-xl); color: var(--white); background: linear-gradient(125deg, var(--blue-deep), var(--blue)); box-shadow: var(--shadow); }
.final-cta-box::after { content: ""; width: 180px; height: 180px; position: absolute; right: 17%; top: -70px; border-radius: 50%; background: var(--yellow); opacity: .18; }
.final-cta-box h2 { color: var(--white); }
.final-cta-box p { color: rgba(255,255,255,.8); margin-bottom: 0; font-size: 1.1rem; }

.contact-section { background: var(--sky-2); }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.contact-copy { position: sticky; top: 120px; }
.contact-note { display: grid; gap: 4px; margin-top: 28px; padding: 20px; border-left: 4px solid var(--yellow); border-radius: 0 15px 15px 0; background: var(--white); }
.contact-note strong { color: var(--blue-deep); }
.contact-note span { color: var(--muted); font-size: .9rem; }
.contact-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius-xl); background: var(--white); box-shadow: var(--shadow-soft); }
.contact-form label { display: grid; gap: 8px; color: var(--blue-deep); font-size: .82rem; font-weight: 700; }
.contact-form label:nth-of-type(5), .contact-form .button, .form-status { grid-column: 1 / -1; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; border: 1px solid #cfe4ee; border-radius: 12px; background: #fbfdfe; color: var(--ink); padding: 13px 14px; outline: none; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(1,139,212,.10); }
.form-status { margin: 0; font-size: .84rem; }

.site-footer { padding: 70px 0 28px; color: var(--white); background: #02375f; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 44px; }
.brand-footer img { width: 280px; height: auto; padding: 10px; border-radius: 12px; background: var(--white); mix-blend-mode: normal; }
.footer-brand p { max-width: 380px; margin-top: 18px; color: rgba(255,255,255,.64); }
.footer-grid h3 { margin: 0 0 16px; color: var(--white); font-size: .9rem; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 9px; }
.footer-grid a, .footer-grid span { color: rgba(255,255,255,.68); font-size: .82rem; }
.footer-grid a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 48px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.58); font-size: .75rem; text-transform: uppercase; letter-spacing: .06em; }

.floating-whatsapp { position: fixed; z-index: 700; right: 20px; bottom: 20px; display: flex; align-items: center; gap: 9px; min-height: 50px; padding: 9px 15px 9px 9px; border-radius: 999px; color: var(--white); background: var(--blue); box-shadow: 0 18px 44px rgba(3,78,135,.28); }
.floating-whatsapp > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: var(--blue-deep); background: var(--white); font-size: .68rem; font-weight: 900; }
.floating-whatsapp strong { font-size: .76rem; }

.kiddo-chat { position: fixed; z-index: 800; left: 20px; bottom: 20px; }
.kiddo-chat-button { display: flex; align-items: center; gap: 10px; padding: 7px 14px 7px 7px; border: 1px solid rgba(1,139,212,.18); border-radius: 999px; background: var(--white); color: var(--blue-deep); box-shadow: 0 16px 40px rgba(3,78,135,.18); font-weight: 800; }
.kiddo-chat-button img { width: 38px; height: 38px; object-fit: cover; border-radius: 50%; }
.kiddo-panel { position: absolute; left: 0; bottom: 62px; width: min(340px, calc(100vw - 40px)); overflow: hidden; border-radius: 20px; background: var(--white); box-shadow: var(--shadow); border: 1px solid var(--line); }
.kiddo-panel-head { display: grid; grid-template-columns: 48px 1fr 36px; align-items: center; gap: 10px; padding: 13px; color: var(--white); background: var(--blue-deep); }
.kiddo-panel-head img { width: 46px; height: 46px; object-fit: cover; border-radius: 50%; }
.kiddo-panel-head strong, .kiddo-panel-head small { display: block; }
.kiddo-panel-head small { color: rgba(255,255,255,.7); font-size: .68rem; }
.kiddo-panel-head button { width: 32px; height: 32px; border: 0; border-radius: 50%; color: var(--white); background: rgba(255,255,255,.12); font-size: 1.2rem; }
.kiddo-messages { padding: 18px; }
.kiddo-messages p { margin: 0; padding: 12px 14px; border-radius: 15px 15px 15px 5px; background: var(--sky); font-size: .86rem; }
.kiddo-options { display: flex; flex-wrap: wrap; gap: 8px; padding: 0 18px 18px; }
.kiddo-options button { padding: 8px 11px; border: 1px solid var(--line); border-radius: 999px; background: var(--white); color: var(--blue-deep); font-size: .75rem; font-weight: 700; }

.lightbox { position: fixed; inset: 0; z-index: 2000; display: grid; place-items: center; padding: 30px; }
.lightbox[hidden] { display: none; }
.lightbox-backdrop { position: absolute; inset: 0; background: rgba(0,32,56,.88); backdrop-filter: blur(6px); }
.lightbox-content { position: relative; z-index: 2; width: min(1200px, 94vw); max-height: 90vh; overflow: auto; border-radius: 18px; background: var(--white); box-shadow: 0 30px 90px rgba(0,0,0,.32); }
.lightbox-content img { width: 100%; height: auto; }
.lightbox-close { position: fixed; z-index: 3; right: 24px; top: 20px; width: 46px; height: 46px; border: 0; border-radius: 50%; color: var(--blue-deep); background: var(--white); font-size: 1.6rem; box-shadow: var(--shadow-soft); }

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

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 1180px) {
  .brand img { width: 220px; }
  .site-nav { position: fixed; inset: 86px 14px auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; border: 1px solid var(--line); border-radius: 20px; background: var(--white); box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 12px 14px; border-radius: 10px; }
  .site-nav a:hover { background: var(--sky); }
  .menu-toggle { display: block; }
  .header-cta { display: none; }
  .hero-grid { gap: 40px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .areas-grid { grid-template-columns: repeat(3, 1fr); }
  .process-track { grid-template-columns: repeat(3, 1fr); }
  .process-progress { display: none; }
  .blog-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
  .section-pad { padding: 82px 0; }
  .hero { min-height: auto; padding-top: 70px; padding-bottom: 110px; }
  .hero-grid,
  .brand-image-grid,
  .manifesto-grid,
  .difference-grid,
  .kiddo-grid,
  .voice-grid,
  .resources-grid,
  .faq-grid,
  .contact-grid { grid-template-columns: 1fr; }
  .hero-visual { min-height: 520px; }
  .hero-blob { width: 440px; height: 440px; }
  .brand-image-copy, .difference-intro, .contact-copy { position: static; }
  .pillar-grid, .platform-grid { grid-template-columns: 1fr; }
  .triad-grid { grid-template-columns: 1fr; gap: 18px; }
  .triad-grid article { padding: 18px 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.22); }
  .triad-grid article:first-child { border-top: 0; }
  .manifesto-full-inner { column-count: 1; }
  .problem-grid { grid-template-columns: repeat(2, 1fr); }
  .method-card { grid-template-columns: 1fr; gap: 30px; padding: 38px; }
  .process-track { grid-template-columns: repeat(2, 1fr); }
  .testimonial-layout { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .gallery-placeholder { min-height: 220px; }
  .gallery-placeholder.large { grid-row: auto; grid-column: 1 / -1; min-height: 340px; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section-pad { padding: 68px 0; }
  h1 { font-size: clamp(2.6rem, 13vw, 4.4rem); }
  h2 { font-size: clamp(2rem, 10vw, 3.1rem); }
  .brand img { width: 180px; height: 58px; }
  .site-header { padding: 8px 0; }
  .site-nav { inset: 74px 10px auto; }
  .hero { padding-top: 52px; padding-bottom: 100px; }
  .hero-actions .button { width: 100%; }
  .hero-visual { min-height: 420px; }
  .hero-blob { width: 330px; height: 330px; }
  .kiddo-card { width: 310px; }
  .floating-chip { padding: 9px 12px; font-size: .7rem; }
  .chip-one { left: 0; }
  .chip-two { right: 0; }
  .hero-dots { display: none; }
  .ribbon-grid { min-height: 64px; font-size: .68rem; letter-spacing: .05em; }
  .ribbon-grid span { gap: 6px; }
  .pillar-grid, .problem-grid, .services-grid, .areas-grid, .process-track, .blog-grid, .voice-cards, .resource-cards { grid-template-columns: 1fr; }
  .triad-panel { padding: 30px 24px; }
  .identity-image-button span { right: 10px; bottom: 10px; }
  .manifesto-full-inner { padding: 26px; }
  .values-shell { padding: 20px; }
  .values-track { grid-auto-columns: 86%; }
  .problem-card { min-height: 125px; }
  .problem-card h3 { margin-top: 30px; }
  .difference-item { grid-template-columns: 46px 1fr; padding: 18px; }
  .difference-item > span { width: 38px; height: 38px; }
  .method-card { padding: 28px; }
  .kiddo-visual { min-height: 410px; }
  .kiddo-visual img { width: 310px; }
  .orbit-one { width: 330px; height: 330px; }
  .orbit-two { width: 390px; height: 390px; }
  .voice-card:nth-child(3) { grid-column: auto; }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-placeholder.large { grid-column: auto; min-height: 260px; }
  .final-cta-box { flex-direction: column; align-items: flex-start; padding: 34px 26px; }
  .contact-form { grid-template-columns: 1fr; padding: 22px; }
  .contact-form label:nth-of-type(5), .contact-form .button, .form-status { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .floating-whatsapp { right: 12px; bottom: 12px; }
  .floating-whatsapp strong { display: none; }
  .floating-whatsapp { padding: 8px; }
  .kiddo-chat { left: 12px; bottom: 12px; }
  .kiddo-chat-button strong { display: none; }
  .kiddo-chat-button { padding: 6px; }
  .lightbox { padding: 10px; }
  .lightbox-close { top: 12px; right: 12px; }
}
