:root {
  --blue: #0b32d9;
  --blue-dark: #071c74;
  --blue-deep: #05134f;
  --green: #2eef4f;
  --green-dark: #12b933;
  --red: #ef1723;
  --white: #ffffff;
  --surface: #f6f9ff;
  --surface-2: #edf3ff;
  --text: #111c39;
  --muted: #5d6982;
  --line: rgba(11, 50, 217, .13);
  --shadow: 0 22px 60px rgba(7, 28, 116, .12);
  --shadow-heavy: 0 32px 90px rgba(5, 19, 79, .24);
  --radius-xl: 38px;
  --radius-lg: 28px;
  --radius-md: 20px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--text); background: var(--surface); line-height: 1.6; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
address { font-style: normal; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 100px 0; position: relative; }
.section-white { background: var(--white); }
.skip-link { position: fixed; left: 16px; top: -70px; z-index: 999; background: var(--blue-dark); color: white; padding: 12px 18px; border-radius: 10px; font-weight: 800; transition: top .2s ease; }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255, 255, 255, .86); backdrop-filter: blur(18px); border-bottom: 1px solid var(--line); }
.header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 13px; flex-shrink: 0; }
.brand img { width: 62px; height: 62px; object-fit: contain; filter: drop-shadow(0 9px 16px rgba(7, 28, 116, .15)); }
.brand-copy { display: grid; line-height: 1.15; }
.brand-copy strong { color: var(--blue-dark); font-size: .98rem; }
.brand-copy small { color: var(--muted); font-weight: 700; margin-top: 5px; }
.main-nav { display: flex; align-items: center; gap: 4px; }
.main-nav > a:not(.button) { padding: 11px 13px; border-radius: 999px; color: #29334d; font-weight: 800; font-size: .92rem; }
.main-nav > a:not(.button):hover, .main-nav > a:not(.button):focus-visible { background: var(--surface-2); color: var(--blue); }
.menu-toggle { display: none; width: 50px; height: 50px; border: 1px solid var(--line); border-radius: 16px; background: white; padding: 12px; cursor: pointer; box-shadow: 0 12px 30px rgba(7,28,116,.09); }
.menu-toggle span { display: block; height: 3px; background: var(--blue-dark); border-radius: 99px; margin: 5px 0; transition: transform .2s ease, opacity .2s ease; }
body.menu-open .menu-toggle span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
body.menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
body.menu-open .menu-toggle span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; padding: 14px 22px; background: linear-gradient(135deg, var(--blue), var(--blue-dark)); color: white; font-weight: 900; border: 1px solid transparent; box-shadow: 0 16px 34px rgba(11,50,217,.25); transition: transform .22s ease, box-shadow .22s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); box-shadow: 0 20px 42px rgba(11,50,217,.32); }
.button-small { min-height: 44px; padding: 11px 18px; }
.button-secondary { background: white; color: var(--blue-dark); border-color: var(--line); box-shadow: 0 12px 30px rgba(7,28,116,.08); }
.button-green { background: linear-gradient(135deg, var(--green), #88ff99); color: #04250a; box-shadow: 0 16px 34px rgba(46,239,79,.23); }
.button-light { background: white; color: var(--blue-dark); box-shadow: none; }
.button-row { display: flex; align-items: center; gap: 13px; flex-wrap: wrap; margin-top: 30px; }

.hero { min-height: 750px; display: grid; align-items: center; overflow: hidden; background: radial-gradient(circle at 0 0, rgba(46,239,79,.22), transparent 36rem), radial-gradient(circle at 100% 10%, rgba(11,50,217,.16), transparent 32rem), var(--surface); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(3px); pointer-events: none; }
.hero-orb-one { width: 330px; height: 330px; background: rgba(46,239,79,.16); left: -190px; bottom: -110px; }
.hero-orb-two { width: 260px; height: 260px; background: rgba(11,50,217,.12); right: -130px; top: 80px; }
.hero-grid { display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 64px; position: relative; z-index: 2; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; padding: 9px 14px; border-radius: 999px; border: 1px solid var(--line); background: rgba(255,255,255,.78); color: var(--blue-dark); font-size: .89rem; font-weight: 900; }
.eyebrow > span { width: 9px; height: 9px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 5px rgba(239,23,35,.10); }
.eyebrow.light { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.22); color: white; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 24px; color: var(--blue-dark); font-size: clamp(3rem, 6.2vw, 5.7rem); line-height: .95; letter-spacing: -.07em; max-width: 740px; }
h1 em { color: var(--blue); font-style: normal; position: relative; white-space: nowrap; }
h1 em::after { content: ""; position: absolute; z-index: -1; height: .19em; left: 0; right: 0; bottom: .05em; border-radius: 99px; background: rgba(46,239,79,.62); }
.lead { max-width: 670px; color: var(--muted); font-size: 1.17rem; }
.hero-facts { list-style: none; margin: 34px 0 0; padding: 0; display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.hero-facts li { padding: 17px; border-radius: 20px; background: rgba(255,255,255,.76); border: 1px solid var(--line); box-shadow: 0 10px 30px rgba(7,28,116,.06); }
.hero-facts strong, .hero-facts span { display: block; }
.hero-facts strong { color: var(--blue-dark); font-size: .98rem; }
.hero-facts span { color: var(--muted); font-size: .8rem; font-weight: 700; margin-top: 4px; }
.hero-media { position: relative; padding: 28px; border-radius: 48px; background: linear-gradient(145deg, var(--blue), var(--blue-dark)); box-shadow: var(--shadow-heavy); }
.hero-media::before { content: ""; position: absolute; width: 300px; height: 300px; right: -90px; top: -100px; border-radius: 50%; background: var(--green); }
.hero-photo-frame { position: relative; z-index: 2; border-radius: 35px; background: white; padding: 13px; box-shadow: 0 24px 60px rgba(0,0,0,.18); }
.hero-photo-frame img { width: 100%; height: 510px; object-fit: cover; border-radius: 26px; }
.floating-card { position: absolute; z-index: 4; left: -45px; bottom: 42px; width: min(300px,72%); display: flex; gap: 13px; align-items: center; padding: 17px; border-radius: 23px; background: white; box-shadow: var(--shadow-heavy); border: 1px solid var(--line); }
.floating-card strong, .floating-card span { display: block; }
.floating-card strong { color: var(--blue-dark); line-height: 1.25; }
.floating-card span { color: var(--muted); font-size: .8rem; margin-top: 4px; }
.floating-icon { width: 48px; height: 48px; flex: 0 0 48px; display: grid; place-items: center; border-radius: 16px; background: var(--green); color: var(--blue-dark); font-size: 1.8rem; font-weight: 900; }

.section-heading { max-width: 820px; margin-bottom: 44px; }
.section-heading.center { text-align: center; margin-inline: auto; }
.section-heading h2, .hours-card h2, .location-card h2 { margin: 16px 0; color: var(--blue-dark); font-size: clamp(2.25rem,4.5vw,4rem); line-height: 1; letter-spacing: -.055em; }
.section-heading p { color: var(--muted); font-size: 1.08rem; }
.feature-grid { display: grid; gap: 18px; }
.four-columns { grid-template-columns: repeat(4,1fr); }
.info-card { padding: 26px; border-radius: var(--radius-lg); background: var(--surface); border: 1px solid var(--line); box-shadow: var(--shadow); min-height: 210px; }
.card-icon { width: 55px; height: 55px; display: grid; place-items: center; border-radius: 18px; background: var(--blue); color: white; font-weight: 900; font-size: 1.5rem; }
.info-card:nth-child(even) .card-icon { background: var(--green); color: var(--blue-dark); }
.info-card h3 { margin: 20px 0 9px; color: var(--blue-dark); font-size: 1.2rem; }
.info-card p { color: var(--muted); margin-bottom: 0; }

.services { background: linear-gradient(180deg, var(--surface), var(--surface-2)); }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.service-card { position: relative; min-height: 245px; padding: 29px; border-radius: var(--radius-lg); background: white; border: 1px solid var(--line); box-shadow: var(--shadow); overflow: hidden; transition: transform .22s ease; }
.service-card:hover { transform: translateY(-5px); }
.service-number { position: absolute; right: 20px; top: 11px; color: rgba(11,50,217,.08); font-size: 5rem; font-weight: 950; line-height: 1; }
.service-card h3 { color: var(--blue-dark); font-size: 1.45rem; margin: 78px 0 10px; }
.service-card p { color: var(--muted); margin-bottom: 0; }

.gallery-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
.gallery-card { position: relative; min-height: 410px; overflow: hidden; border-radius: var(--radius-xl); box-shadow: var(--shadow); background: var(--blue-dark); }
.gallery-card-large { grid-column: 1 / -1; min-height: 560px; }
.gallery-card img { width: 100%; height: 100%; min-height: inherit; object-fit: cover; transition: transform .6s ease; }
.gallery-card:hover img { transform: scale(1.025); }
.gallery-card::after { content: ""; position: absolute; inset: 25% 0 0; background: linear-gradient(transparent, rgba(5,19,79,.88)); pointer-events: none; }
.gallery-caption { position: absolute; z-index: 2; left: 0; right: 0; bottom: 0; padding: 30px; color: white; }
.gallery-caption span { display: inline-block; padding: 7px 11px; border-radius: 999px; background: var(--green); color: var(--blue-dark); font-weight: 900; font-size: .8rem; margin-bottom: 11px; }
.gallery-caption h3 { font-size: 1.7rem; margin: 0 0 4px; }
.gallery-caption p { margin: 0; color: rgba(255,255,255,.82); }

.statement-section { background: var(--blue-dark); color: white; overflow: hidden; }
.statement-section::before { content: ""; position: absolute; width: 500px; height: 500px; right: -230px; top: -230px; border-radius: 50%; background: var(--green); opacity: .85; }
.statement-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .9fr 1.1fr; gap: 45px; align-items: center; }
.statement-photo img { width: 100%; height: 570px; object-fit: cover; border-radius: var(--radius-xl); box-shadow: 0 34px 90px rgba(0,0,0,.26); }
.statement-copy h2 { font-size: clamp(2.5rem,5vw,4.7rem); line-height: .98; letter-spacing: -.06em; margin: 18px 0; }
.statement-copy p { color: rgba(255,255,255,.78); font-size: 1.1rem; }
.check-list { list-style: none; margin: 27px 0 0; padding: 0; display: grid; gap: 12px; }
.check-list li { display: flex; gap: 12px; align-items: center; font-weight: 800; }
.check-list b { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: var(--green); color: var(--blue-dark); }

.plans { background: linear-gradient(135deg, var(--blue), var(--blue-dark)); color: white; overflow: hidden; }
.plans::after { content: ""; position: absolute; width: 360px; height: 360px; border-radius: 50%; background: rgba(46,239,79,.68); right: -120px; bottom: -170px; }
.plans-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 58px; }
.plans .section-heading { margin-bottom: 0; }
.plans .section-heading h2 { color: white; }
.plans .section-heading p { color: rgba(255,255,255,.78); }
.plans-panel { padding: 28px; border-radius: var(--radius-xl); background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.18); backdrop-filter: blur(15px); }
.plans-panel article { display: flex; align-items: center; gap: 18px; padding: 20px; border-radius: 22px; background: white; color: var(--text); }
.plans-panel article + article { margin-top: 13px; }
.plans-panel strong { width: 45px; height: 45px; display: grid; place-items: center; flex: 0 0 45px; border-radius: 15px; background: var(--green); color: var(--blue-dark); font-size: 1.2rem; }
.plans-panel h3 { color: var(--blue-dark); margin-bottom: 3px; }
.plans-panel p { margin: 0; color: var(--muted); }

.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.hours-card, .location-card { padding: 36px; border-radius: var(--radius-xl); background: var(--surface); border: 1px solid var(--line); box-shadow: var(--shadow); }
.hours-table { margin-top: 28px; }
.hours-table > div { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 19px 0; border-bottom: 1px solid var(--line); }
.hours-table > div:last-child { border-bottom: 0; }
.hours-table strong { color: var(--blue-dark); }
.hours-table span { color: var(--muted); font-weight: 800; }
.location-card address { color: var(--muted); font-weight: 700; font-size: 1.03rem; }

.final-cta { padding-top: 20px; background: white; }
.final-cta-box { position: relative; display: grid; grid-template-columns: 140px 1fr auto; align-items: center; gap: 30px; padding: 46px; border-radius: 44px; color: white; background: linear-gradient(135deg, var(--blue), var(--blue-dark)); box-shadow: var(--shadow-heavy); overflow: hidden; }
.final-cta-box::before { content: ""; position: absolute; width: 310px; height: 310px; border-radius: 50%; background: var(--green); opacity: .82; left: -170px; top: -180px; }
.final-cta-box > * { position: relative; z-index: 2; }
.final-cta-box img { width: 130px; height: 130px; object-fit: contain; filter: drop-shadow(0 15px 24px rgba(0,0,0,.18)); }
.final-cta-box h2 { margin: 15px 0 8px; font-size: clamp(2.2rem,4vw,3.8rem); line-height: 1; letter-spacing: -.055em; }
.final-cta-box p { color: rgba(255,255,255,.78); margin-bottom: 0; }
.final-cta-box .button-row { margin-top: 0; justify-content: flex-end; }

.site-footer { background: var(--blue-deep); color: white; padding: 58px 0 26px; }
.footer-grid { display: grid; grid-template-columns: 1.15fr .8fr 1fr; gap: 36px; }
.footer-brand { display: flex; gap: 16px; align-items: center; }
.footer-brand img { width: 78px; height: 78px; }
.footer-brand strong, .footer-brand span { display: block; }
.footer-brand span { margin-top: 5px; color: rgba(255,255,255,.62); font-size: .86rem; }
.site-footer h2 { font-size: 1rem; color: var(--green); margin: 0 0 12px; }
.site-footer a, .site-footer p { display: block; color: rgba(255,255,255,.72); font-weight: 700; margin: 0 0 7px; font-size: .92rem; }
.site-footer a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.12); padding-top: 22px; margin-top: 38px; color: rgba(255,255,255,.55); font-size: .85rem; }
.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 80; width: 62px; height: 62px; display: grid; place-items: center; border-radius: 50%; background: var(--green); color: var(--blue-dark); border: 4px solid white; box-shadow: 0 18px 36px rgba(5,19,79,.28); font-weight: 950; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } .service-card, .gallery-card img, .button { transition: none; } }

@media (max-width: 1050px) {
  .hero-grid, .statement-grid, .plans-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 800px; }
  .hero-media { max-width: 720px; margin-inline: auto; }
  .four-columns { grid-template-columns: repeat(2,1fr); }
  .final-cta-box { grid-template-columns: 110px 1fr; }
  .final-cta-box .button-row { grid-column: 1 / -1; justify-content: flex-start; }
}

@media (max-width: 860px) {
  .section { padding: 78px 0; }
  .menu-toggle { display: block; }
  .main-nav { position: fixed; top: 98px; left: 18px; right: 18px; display: none; flex-direction: column; align-items: stretch; gap: 5px; padding: 18px; border-radius: 26px; background: rgba(255,255,255,.98); border: 1px solid var(--line); box-shadow: var(--shadow-heavy); }
  body.menu-open .main-nav { display: flex; }
  .main-nav a { width: 100%; text-align: center; justify-content: center; }
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .gallery-grid, .contact-grid { grid-template-columns: 1fr; }
  .gallery-card-large { grid-column: auto; }
  .gallery-card, .gallery-card-large { min-height: 430px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .brand-copy small { display: none; }
  .brand-copy strong { max-width: 160px; }
  .brand img { width: 54px; height: 54px; }
  .header-inner { min-height: 76px; }
  .main-nav { top: 84px; }
  h1 { font-size: 3.15rem; }
  .hero { min-height: auto; }
  .hero-grid { gap: 38px; }
  .hero-facts, .four-columns, .service-grid { grid-template-columns: 1fr; }
  .hero-media { padding: 17px; border-radius: 32px; }
  .hero-photo-frame { border-radius: 25px; }
  .hero-photo-frame img { height: 380px; border-radius: 18px; }
  .floating-card { position: relative; left: auto; bottom: auto; width: 100%; margin-top: 15px; }
  .button-row, .button-row .button { width: 100%; }
  .button-row { align-items: stretch; }
  .gallery-card, .gallery-card-large { min-height: 390px; }
  .statement-photo img { height: 420px; }
  .hours-card, .location-card { padding: 27px; }
  .hours-table > div { align-items: flex-start; flex-direction: column; gap: 3px; }
  .final-cta-box { grid-template-columns: 1fr; padding: 30px; border-radius: 30px; text-align: center; }
  .final-cta-box img { margin-inline: auto; }
  .final-cta-box .button-row { justify-content: center; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .whatsapp-float { right: 14px; bottom: 14px; width: 56px; height: 56px; }
}
