:root {
  --navy: #061f46;
  --navy-2: #0b315f;
  --maroon: #a30d2b;
  --maroon-dark: #7e071f;
  --gold: #d8aa2e;
  --cream: #fffaf2;
  --white: #ffffff;
  --ink: #12213a;
  --muted: #536174;
  --line: rgba(6, 31, 70, .13);
  --shadow: 0 24px 70px rgba(6, 31, 70, .13);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Tahoma, Arial, sans-serif;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; top: 10px; right: -999px; z-index: 100; padding: 10px 16px; background: var(--white); border-radius: 8px; }
.skip-link:focus { right: 10px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 250, 242, .94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}
.header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.brand img { width: 64px; height: 54px; object-fit: contain; mix-blend-mode: multiply; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.25; }
.brand-copy strong { color: var(--navy); font-size: 1.08rem; }
.brand-copy small { color: var(--maroon); font-size: .76rem; margin-top: 4px; }
nav { display: flex; align-items: center; gap: 30px; color: var(--navy); font-weight: 700; }
nav a { position: relative; }
nav a::after { content: ""; position: absolute; right: 0; bottom: -8px; width: 0; height: 2px; background: var(--maroon); transition: width .25s ease; }
nav a:hover::after, nav a:focus-visible::after { width: 100%; }
.header-call { display: flex; align-items: center; gap: 10px; padding: 9px 14px 9px 18px; color: white; background: var(--navy); border-radius: 16px; box-shadow: 0 10px 26px rgba(6,31,70,.18); }
.header-call .call-icon { display: grid; place-items: center; width: 38px; height: 38px; color: var(--navy); background: var(--gold); border-radius: 50%; }
.header-call span:last-child { display: flex; flex-direction: column; line-height: 1.2; }
.header-call small { opacity: .8; font-size: .68rem; }
.header-call b { font-size: 1rem; letter-spacing: .04em; }

.hero { position: relative; overflow: hidden; padding: 72px 0 76px; background: linear-gradient(135deg, #fff 0%, var(--cream) 68%, #f7ecdf 100%); }
.hero-shape { position: absolute; border-radius: 50%; pointer-events: none; }
.hero-shape-one { width: 340px; height: 340px; top: -210px; left: -90px; border: 46px solid var(--maroon); opacity: .06; }
.hero-shape-two { width: 440px; height: 440px; right: -320px; bottom: -230px; border: 70px solid var(--navy); opacity: .05; }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 72px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--maroon); font-weight: 800; font-size: .92rem; letter-spacing: .02em; }
.eyebrow span { width: 30px; height: 3px; border-radius: 4px; background: var(--gold); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin: 18px 0 20px; color: var(--navy); font-size: clamp(3.6rem, 6.2vw, 6.5rem); line-height: 1.02; letter-spacing: -.045em; }
h1 em, h2 em { color: var(--maroon); font-style: normal; }
.hero-lead { max-width: 650px; margin-bottom: 28px; color: var(--muted); font-size: clamp(1.05rem, 1.7vw, 1.32rem); line-height: 1.9; }
.hero-actions, .contact-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 56px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 13px 24px; border: 2px solid transparent; border-radius: 14px; font-size: 1rem; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--maroon); box-shadow: 0 14px 30px rgba(163,13,43,.22); }
.button-primary:hover { background: var(--maroon-dark); }
.button-whatsapp { color: var(--navy); background: white; border-color: var(--line); box-shadow: 0 10px 25px rgba(6,31,70,.08); }
.button-whatsapp span { color: #128c7e; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 30px; padding-top: 25px; border-top: 1px solid var(--line); }
.hero-trust > div { display: flex; align-items: center; gap: 10px; }
.hero-trust > div > span { display: grid; place-items: center; width: 34px; height: 34px; color: white; background: var(--navy); border-radius: 50%; font-weight: 900; }
.hero-trust p { margin: 0; display: flex; flex-direction: column; line-height: 1.4; }
.hero-trust b { color: var(--navy); }
.hero-trust small { color: var(--muted); }

.hero-visual { position: relative; min-width: 0; padding: 22px 24px 22px 0; }
.visual-frame { position: relative; height: 600px; overflow: hidden; background: white; border-radius: 90px 28px 90px 28px; border: 8px solid white; box-shadow: var(--shadow); }
.visual-frame::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(6,31,70,.1); border-radius: inherit; pointer-events: none; }
.visual-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center 44%; }
.floating-note { position: absolute; z-index: 2; min-width: 188px; display: grid; grid-template-columns: 42px 1fr; column-gap: 10px; align-items: center; padding: 13px 16px; background: rgba(255,255,255,.97); border: 1px solid rgba(6,31,70,.1); border-radius: 17px; box-shadow: 0 18px 45px rgba(6,31,70,.18); }
.floating-note span { grid-row: span 2; display: grid; place-items: center; width: 42px; height: 42px; color: white; background: var(--maroon); border-radius: 50%; }
.floating-note b { color: var(--navy); font-size: .95rem; line-height: 1.35; }
.floating-note small { color: var(--muted); line-height: 1.25; }
.note-top { top: 4px; right: -24px; }
.note-bottom { left: -18px; bottom: 64px; }

.promise-bar { color: white; background: var(--navy); }
.promise-inner { min-height: 98px; display: grid; grid-template-columns: 1fr 1px 1fr 1px 1fr; align-items: center; gap: 30px; }
.promise-inner p { margin: 0; display: flex; align-items: center; justify-content: center; gap: 9px; text-align: center; color: rgba(255,255,255,.82); }
.promise-inner p span { color: var(--gold); font-size: 1.3rem; }
.promise-inner p b { color: white; }
.promise-inner i { width: 1px; height: 38px; background: rgba(255,255,255,.2); }

.section { padding: 106px 0; }
.section-heading { max-width: 680px; margin-bottom: 44px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
h2 { margin: 14px 0 18px; color: var(--navy); font-size: clamp(2.25rem, 4.5vw, 4.6rem); line-height: 1.14; letter-spacing: -.035em; }
.section-heading > p { color: var(--muted); font-size: 1.12rem; }

.services { background: white; }
.service-main { position: relative; overflow: hidden; display: grid; grid-template-columns: 116px 1fr; gap: 32px; padding: 48px; color: white; background: linear-gradient(145deg, var(--navy), #0e3a6d); border-radius: var(--radius); box-shadow: 0 20px 50px rgba(6,31,70,.18); }
.service-main::after { content: ""; position: absolute; width: 260px; height: 260px; left: -130px; bottom: -130px; border: 42px solid rgba(255,255,255,.05); border-radius: 50%; }
.service-number { display: grid; place-items: center; align-self: start; width: 106px; height: 106px; color: var(--gold); border: 1px solid rgba(255,255,255,.22); border-radius: 50%; font-size: 2.1rem; font-weight: 900; }
.service-main h3 { margin-bottom: 10px; font-size: 1.65rem; }
.service-main p { max-width: 630px; color: rgba(255,255,255,.8); font-size: 1.05rem; }
.service-main ul { padding: 0; margin: 24px 0 0; list-style: none; display: grid; gap: 9px; }
.service-main li::before { content: "✓"; color: var(--gold); margin-left: 9px; font-weight: 900; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 22px; }
.service-grid article { position: relative; min-height: 235px; padding: 26px; background: var(--cream); border: 1px solid var(--line); border-radius: 22px; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.service-grid article:hover { transform: translateY(-4px); border-color: rgba(163,13,43,.24); box-shadow: 0 16px 36px rgba(6,31,70,.09); }
.service-grid article:nth-child(3n+2) .mini-icon { background: var(--navy); }
.service-grid .curriculum-card { background: linear-gradient(145deg, #fffaf2, #fff); border-color: rgba(216,170,46,.45); }
.mini-icon { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 20px; color: white; background: var(--maroon); border-radius: 14px; font-size: 1.2rem; }
.service-grid h3 { margin-bottom: 10px; color: var(--navy); font-size: 1.18rem; line-height: 1.5; }
.service-grid h3 small { display: block; color: var(--maroon); font-size: .82rem; font-weight: 700; direction: ltr; }
.service-grid p { margin: 0; color: var(--muted); font-size: .94rem; }
.service-coverage { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 24px; overflow: hidden; color: white; background: rgba(255,255,255,.16); border-radius: 22px; box-shadow: 0 14px 34px rgba(6,31,70,.12); }
.service-coverage > div { display: flex; align-items: center; gap: 13px; min-height: 105px; padding: 20px 24px; background: var(--maroon); }
.service-coverage > div:nth-child(2) { background: var(--navy); }
.service-coverage span { color: var(--gold); font-size: 1.25rem; }
.service-coverage p { display: flex; flex-direction: column; margin: 0; line-height: 1.45; }
.service-coverage b { font-size: 1.02rem; }
.service-coverage small { color: rgba(255,255,255,.76); margin-top: 4px; }

.why { position: relative; overflow: hidden; background: var(--cream); }
.why::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 10% 20%, rgba(216,170,46,.1), transparent 30%), radial-gradient(circle at 90% 80%, rgba(163,13,43,.07), transparent 28%); }
.why-grid { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; align-items: center; }
.why-panel { padding: 48px; color: white; background: var(--maroon); border-radius: 32px 80px 32px 32px; box-shadow: 0 24px 60px rgba(163,13,43,.2); }
.panel-stamp { display: inline-block; padding: 6px 12px; color: var(--navy); background: var(--gold); border-radius: 20px; font-size: .78rem; font-weight: 900; }
.why-panel h2 { color: white; font-size: clamp(2.15rem, 3.4vw, 3.5rem); }
.why-panel h2 em { color: #ffe7a1; }
.why-panel p { color: rgba(255,255,255,.83); }
.text-link { display: inline-flex; gap: 8px; align-items: center; margin-top: 10px; color: white; font-weight: 900; border-bottom: 2px solid var(--gold); }
.why-list { display: grid; gap: 4px; }
.why-list article { display: grid; grid-template-columns: 62px 1fr; gap: 22px; align-items: start; padding: 27px 5px; border-bottom: 1px solid var(--line); }
.why-list article > b { color: var(--maroon); font-size: 1.1rem; }
.why-list h3 { margin-bottom: 5px; color: var(--navy); font-size: 1.35rem; }
.why-list p { margin: 0; color: var(--muted); }

.steps { background: white; }
.steps-list { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; counter-reset: steps; }
.steps-list li { position: relative; min-height: 225px; padding: 30px; background: var(--cream); border: 1px solid var(--line); border-radius: 24px; }
.steps-list li:not(:last-child)::after { content: "←"; position: absolute; top: 50%; left: -28px; z-index: 2; display: grid; place-items: center; width: 36px; height: 36px; color: var(--maroon); background: white; border: 1px solid var(--line); border-radius: 50%; }
.steps-list span { display: grid; place-items: center; width: 58px; height: 58px; margin-bottom: 25px; color: white; background: var(--navy); border-radius: 17px; font-size: 1.4rem; font-weight: 900; }
.steps-list li:nth-child(2) span { background: var(--maroon); }
.steps-list h3 { margin-bottom: 7px; color: var(--navy); font-size: 1.25rem; }
.steps-list p { margin: 0; color: var(--muted); }

.contact { position: relative; overflow: hidden; padding: 82px 0; color: white; background: linear-gradient(130deg, var(--navy) 0%, #092b56 62%, var(--maroon) 140%); }
.contact::after { content: ""; position: absolute; width: 430px; height: 430px; left: -240px; top: -220px; border: 70px solid rgba(216,170,46,.1); border-radius: 50%; }
.contact-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.2fr .8fr; gap: 60px; align-items: center; }
.contact-kicker { color: var(--gold); font-weight: 900; }
.contact h2 { color: white; font-size: clamp(2.6rem, 4.5vw, 4.6rem); }
.contact p { color: rgba(255,255,255,.76); }
.button-light { color: var(--navy); background: white; }
.button-outline { color: white; border-color: rgba(255,255,255,.35); }
.button-outline:hover { background: rgba(255,255,255,.09); }
.phone-list { padding: 26px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15); border-radius: 24px; backdrop-filter: blur(8px); }
.phone-list p { margin: 0 0 12px; color: var(--gold); font-weight: 900; }
.phone-list a { display: flex; align-items: center; gap: 13px; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.phone-list a:last-child { border-bottom: 0; }
.phone-list a span { display: grid; place-items: center; width: 36px; height: 36px; color: var(--navy); background: var(--gold); border-radius: 50%; }
.phone-list b { font-size: clamp(1.05rem, 2vw, 1.35rem); letter-spacing: .05em; }

footer { padding: 34px 0 110px; color: var(--muted); background: white; }
.footer-inner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; }
.footer-brand img { width: 52px; height: 44px; }
.footer-inner p { margin: 0; text-align: center; font-size: .9rem; }
.footer-inner > small { font-size: .8rem; }
.mobile-contact { display: none; }

a:focus-visible, button:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }

@media (max-width: 980px) {
  nav { display: none; }
  .hero { padding-top: 50px; }
  .hero-grid { grid-template-columns: 1fr; gap: 50px; }
  .hero-copy { text-align: center; }
  .hero-copy .eyebrow, .hero-actions, .hero-trust { justify-content: center; }
  .hero-lead { margin-inline: auto; }
  .hero-visual { max-width: 620px; margin-inline: auto; width: 100%; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-coverage, .why-grid, .contact-grid { grid-template-columns: 1fr; }
  .why-grid { gap: 35px; }
  .footer-inner { grid-template-columns: 1fr; justify-items: center; text-align: center; }
}

@media (max-width: 720px) {
  .shell { width: min(100% - 28px, 1180px); }
  .header-inner { min-height: 74px; }
  .brand img { width: 52px; height: 44px; }
  .brand-copy strong { font-size: .98rem; }
  .brand-copy small { font-size: .68rem; }
  .header-call { padding: 8px; }
  .header-call span:last-child { display: none; }
  .header-call .call-icon { width: 38px; height: 38px; }
  .hero { padding: 42px 0 54px; }
  h1 { font-size: clamp(3.15rem, 17vw, 5rem); }
  .hero-lead { font-size: 1rem; }
  .hero-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .button { padding-inline: 12px; font-size: .92rem; }
  .hero-trust { gap: 14px; align-items: flex-start; }
  .hero-trust > div { flex: 1 1 150px; text-align: right; }
  .hero-visual { padding: 14px 7px; }
  .visual-frame { height: 500px; border-radius: 62px 22px 62px 22px; }
  .floating-note { min-width: 164px; padding: 10px 12px; grid-template-columns: 36px 1fr; }
  .floating-note span { width: 36px; height: 36px; }
  .note-top { right: -4px; }
  .note-bottom { left: -2px; bottom: 35px; }
  .promise-inner { padding-block: 20px; grid-template-columns: 1fr; gap: 12px; }
  .promise-inner i { width: 80px; height: 1px; margin-inline: auto; }
  .section { padding: 76px 0; }
  h2 { font-size: clamp(2.25rem, 12vw, 3.4rem); }
  .section-heading { margin-bottom: 32px; }
  .service-main { grid-template-columns: 1fr; padding: 30px; gap: 22px; }
  .service-number { width: 72px; height: 72px; font-size: 1.4rem; }
  .service-grid { grid-template-columns: 1fr; }
  .service-grid article { min-height: 0; }
  .why-panel { padding: 32px 25px; border-radius: 24px 60px 24px 24px; }
  .why-list article { grid-template-columns: 46px 1fr; gap: 12px; }
  .steps-list { grid-template-columns: 1fr; }
  .steps-list li { min-height: 0; }
  .steps-list li:not(:last-child)::after { content: "↓"; top: auto; left: 50%; bottom: -28px; transform: translateX(-50%); }
  .contact { padding: 66px 0; }
  .contact-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .footer-inner p { max-width: 320px; }
  .mobile-contact { position: fixed; z-index: 60; right: 10px; left: 10px; bottom: 10px; display: grid; grid-template-columns: 1fr 1fr; padding: 7px; background: white; border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 12px 35px rgba(6,31,70,.22); }
  .mobile-contact a { min-height: 50px; display: flex; align-items: center; justify-content: center; gap: 8px; color: white; background: var(--maroon); border-radius: 12px; font-weight: 900; }
  .mobile-contact a:last-child { color: var(--navy); background: white; }
}

@media (max-width: 390px) {
  .brand-copy small { display: none; }
  .hero-actions, .contact-actions { grid-template-columns: 1fr; }
  .visual-frame { height: 430px; }
  .floating-note { transform: scale(.9); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
