:root {
  --navy: #040423;
  --navy-2: #040423;
  --navy-3: #746c84;
  --orange: #746c84;
  --orange-2: #cebfbc;
  --teal: #040423;
  --teal-dark: #040423;
  --teal-soft: #eee9e8;
  --sage: #cebfbc;
  --sand: #f3eeee;
  --slate-soft: #f4f7f7;
  --cream: #f8fafa;
  --sky: #eee9e8;
  --ink: #040423;
  --muted: #62666d;
  --line: #d7dfdf;
  --white: #ffffff;
  --shadow: 0 24px 60px rgba(13, 25, 69, .12);
  --radius: 24px;
  --container: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "Manrope", Arial, sans-serif; color: var(--ink); background: #fff; line-height: 1.6; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, textarea { font: inherit; }
.container { width: var(--container); margin-inline: auto; }

.topbar { background: var(--navy-2); color: #dfe6ff; font-size: 13px; }
.topbar-inner { min-height: 38px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.topbar a { color: #fff; font-weight: 700; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.94); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(18,35,91,.08); }
.nav-wrap { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand img { width: 164px; height: 94px; object-fit: contain; }
.site-header { background: #040423; }
.main-nav { color: #cebfbc; }
.nav-cta { background: #cebfbc; color: #040423; }
.main-nav { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 700; color: #cebfbc; }
.main-nav > a:not(.nav-cta) { position: relative; padding: 8px 0; }
.main-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 1px; height: 2px; background: var(--teal); transition: .25s; }
.main-nav > a:not(.nav-cta):hover::after { right: 0; }
.nav-cta { padding: 13px 18px; border-radius: 12px; background: #cebfbc; color: #040423; box-shadow: 0 10px 24px rgba(23,41,103,.18); }
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--line); background: #fff; border-radius: 12px; padding: 11px; cursor: pointer; }
.menu-toggle span { display: block; height: 2px; background: var(--navy); margin: 5px 0; border-radius: 99px; }

.hero { position: relative; min-height: 710px; display: grid; align-items: center; overflow: hidden; background: linear-gradient(135deg, #f5f8f8 0%, #fff 55%, #f5eeee 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .16; background-image: radial-gradient(#173477 1px, transparent 1px); background-size: 26px 26px; mask-image: linear-gradient(to right, #000, transparent 70%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 60px; padding: 74px 0 84px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--teal); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 28px; height: 2px; background: currentColor; border-radius: 99px; }
.hero .eyebrow { color: var(--orange); }

.hero h1, .section h2, .cta-band h2 { margin: 20px 0 18px; font-family: "Playfair Display", Georgia, serif; line-height: 1.08; letter-spacing: -.025em; color: var(--navy-2); }
.hero h1 { font-size: clamp(44px, 5vw, 68px); max-width: 780px; }
.hero h1 em { color: var(--orange); font-style: normal; }
.hero-copy > p { max-width: 660px; font-size: 18px; color: #5a657d; margin: 0; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 32px 0 30px; }
.btn { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 22px; border-radius: 13px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(135deg, var(--orange), #040423); color: #fff; box-shadow: 0 16px 30px rgba(116,108,132,.25); }
.btn-primary svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 2; }
.btn-ghost { border: 1px solid #cfd6e7; background: rgba(255,255,255,.72); color: var(--navy); }
.hero-checks { display: flex; flex-wrap: wrap; gap: 14px 22px; font-size: 13px; font-weight: 700; color: #475467; }
.hero-checks i { display: inline-grid; place-items: center; width: 21px; height: 21px; margin-right: 5px; border-radius: 50%; background: rgba(116,108,132,.12); color: var(--orange); font-style: normal; }
.hero-visual { position: relative; min-height: 520px; display: grid; place-items: center; }
.photo-ring { position: relative; width: min(480px, 100%); aspect-ratio: 1; display: grid; place-items: center; }
.photo-ring::before { content: ""; position: absolute; width: 88%; height: 88%; border-radius: 50%; background: linear-gradient(145deg, var(--navy-2), var(--navy-3)); box-shadow: 0 32px 70px rgba(40,40,50,.24); }
.photo-ring::after { content: ""; position: absolute; width: 103%; height: 103%; border: 1px solid rgba(23,41,103,.13); border-radius: 50%; }
.photo-card { position: relative; z-index: 2; width: 78%; aspect-ratio: 1/1.05; border-radius: 44% 44% 30% 30%; overflow: hidden; border: 7px solid #fff; box-shadow: 0 18px 45px rgba(13,25,69,.22); background: #e7ecfa; }
.photo-card img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(2px); }
.hero-orb-a { width: 160px; height: 160px; background: rgba(116,108,132,.11); right: 4%; top: 10%; }
.hero-orb-b { width: 70px; height: 70px; background: rgba(23,41,103,.11); left: 6%; bottom: 8%; }

.trust-strip { position: relative; z-index: 4; margin-top: -38px; }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-radius: 22px; overflow: hidden; box-shadow: var(--shadow); background: #fff; }
.trust-card { min-height: 208px; padding: 32px; border-right: 1px solid var(--line); }
.trust-card:last-child { border-right: 0; }
.icon-box { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; background: var(--sky); color: var(--navy); }
.icon-box svg, .service-icon svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.trust-card h3 { margin: 18px 0 8px; color: var(--navy-2); font-size: 18px; }
.trust-card p { margin: 0; color: var(--muted); font-size: 14px; }

.section { padding: 110px 0; }
.section h2 { font-size: clamp(36px, 4.3vw, 54px); }
.section h2 span { color: var(--teal); }
.section-heading { max-width: 690px; }
.section-heading.centered { text-align: center; margin: 0 auto 48px; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading p, .section-copy > p { color: var(--muted); font-size: 16px; }
.about { background: #fff; }
.about-grid { display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 86px; }
.about-art { min-height: 480px; position: relative; display: grid; place-items: center; }
.about-art::before { content: ""; position: absolute; width: 88%; height: 86%; left: 2%; top: 6%; background: linear-gradient(145deg, var(--navy-2), var(--navy-3)); border-radius: 34px; transform: rotate(-4deg); }
.about-logo-card { position: relative; z-index: 2; width: 84%; min-height: 330px; display: grid; place-items: center; padding: 40px; background: #fff; border-radius: 30px; box-shadow: var(--shadow); }
.about-logo-card img { width: 100%; max-width: 380px; aspect-ratio: 1/1.05; object-fit: cover; object-position: center top; border-radius: 28px; box-shadow: 0 18px 38px rgba(13,25,69,.12); }
.about-list { display: grid; gap: 16px; margin: 30px 0; }
.about-list > div { display: grid; grid-template-columns: 44px 1fr; gap: 14px; align-items: start; padding: 15px 0; border-bottom: 1px solid var(--line); }
.about-list span { color: var(--teal); font-weight: 900; }
.about-list p { margin: 0; color: #59657b; }
.about-list strong { color: var(--navy-2); }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--navy); font-weight: 800; }
.text-link span { color: var(--teal); }

.specialties { background: linear-gradient(180deg, #f4f7f7 0%, #ffffff 100%); }
.specialty-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.specialty-card { position: relative; min-height: 360px; padding: 28px; border: 1px solid #e3e8f1; border-radius: 22px; background: #fff; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; overflow: hidden; }
.specialty-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: #cfd8e8; }

.specialty-card .number { position: absolute; right: 20px; top: 12px; font-size: 54px; line-height: 1; font-weight: 800; color: rgba(23,41,103,.06); }

.specialty-icon { width: 62px; height: 62px; display: grid; place-items: center; border-radius: 18px; background: var(--teal-soft); font-size: 27px; }

.specialty-card h3 { margin: 25px 0 10px; color: var(--navy-2); font-size: 21px; }

.specialty-card p { color: var(--muted); font-size: 14px; }

.specialty-card a { position: absolute; left: 28px; bottom: 26px; color: var(--teal); font-size: 13px; font-weight: 800; }





.services { position: relative; background: var(--slate-soft); color: var(--ink); overflow: hidden; }
.services::before { content: ""; position: absolute; width: 520px; height: 520px; border-radius: 50%; border: 1px solid rgba(31,118,110,.08); right: -240px; top: -200px; box-shadow: 0 0 0 70px rgba(31,118,110,.025), 0 0 0 140px rgba(23,41,103,.018); }
.services-head { position: relative; z-index: 2; display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 60px; margin-bottom: 45px; }
.eyebrow.light { color: var(--teal); }
.services h2 { color: var(--navy-2); margin-bottom: 0; }
.services h2 span { color: var(--teal); }
.services-head > p { color: #667085; margin: 0 0 6px; }
.services-grid { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-card { min-height: 244px; padding: 30px; border: 1px solid #dfe6ea; background: #fff; border-radius: 20px; box-shadow: 0 12px 30px rgba(15,44,62,.05); transition: background .25s, transform .25s, box-shadow .25s; }
.service-card:hover { background: #fff; transform: translateY(-4px); box-shadow: 0 18px 38px rgba(15,44,62,.10); }
.service-icon { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 14px; background: var(--teal-soft); color: var(--teal); }
.service-card h3 { margin: 22px 0 10px; font-size: 19px; color: var(--navy-2); }
.service-card p { margin: 0; color: var(--muted); font-size: 14px; }

.cta-band { background: linear-gradient(135deg, var(--teal-dark), #040423 58%, #746c84); color: #fff; }
.cta-band-inner { min-height: 250px; display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.cta-band .eyebrow { color: #fff; opacity: .88; }
.cta-band h2 { color: #fff; font-size: clamp(32px, 4vw, 48px); max-width: 760px; margin-bottom: 0; }
.btn-light { background: #fff; color: var(--teal-dark); white-space: nowrap; box-shadow: 0 14px 30px rgba(7,58,53,.18); }

.process { background: #fff; }
.process-grid { margin-top: 44px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.process-card { padding: 34px 30px; border-radius: 20px; background: #f7f9fd; border: 1px solid #edf0f6; }
.process-card > span { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: var(--teal); color: #fff; font-weight: 900; box-shadow: 0 10px 24px rgba(31,118,110,.18); }
.process-card h3 { margin: 22px 0 8px; color: var(--navy-2); }
.process-card p { margin: 0; color: var(--muted); font-size: 14px; }


.faq-section { background: #fff; }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; align-items: start; }
.faq-list { display: grid; gap: 12px; }
details { border: 1px solid #e4e8f1; border-radius: 16px; background: #fff; overflow: hidden; }
summary { list-style: none; cursor: pointer; padding: 20px 54px 20px 20px; font-weight: 800; color: var(--navy-2); position: relative; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); color: var(--teal); font-size: 24px; }
details[open] summary::after { content: "−"; }
details p { margin: 0; padding: 0 20px 20px; color: var(--muted); font-size: 14px; }

.footer { background: #040423; color: #d8e0f5; padding-top: 70px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr .9fr .9fr; gap: 50px; padding-bottom: 55px; }
.footer-brand p { max-width: 390px; color: #aeb9d6; font-size: 14px; }
.footer h4 { color: #fff; margin: 0 0 18px; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 9px; }
.footer a, .footer span { color: #b8c3df; font-size: 14px; }
.footer a:hover { color: #fff; }
.footer-whatsapp { color: #cebfbc !important; font-weight: 800; font-size: 16px !important; }
.footer small { color: #cebfbc; }
.footer-bottom { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.08); color: #cebfbc; font-size: 12px; }

.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 70; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; background: #25d366; box-shadow: 0 14px 32px rgba(17,91,53,.3); transition: transform .2s; }
.whatsapp-float:hover { transform: translateY(-4px) scale(1.03); }
.whatsapp-float svg { width: 31px; fill: #fff; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .08s; }
.delay-2 { transition-delay: .16s; }

@media (max-width: 1050px) {
  .main-nav { gap: 18px; }
  .main-nav > a:not(.nav-cta) { display: none; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
  .specialty-grid { grid-template-columns: repeat(2, 1fr); }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.4fr .8fr .9fr; }
  .footer-grid > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 820px) {
  :root { --container: min(100% - 28px, 720px); }
  .topbar-inner span { display: none; }
  .topbar-inner { justify-content: center; }
  .nav-wrap { min-height: 74px; }
  .brand img { width: 136px; height: 78px; }
  .main-nav { color: #040423; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; top: calc(100% + 1px); left: 14px; right: 14px; display: none; flex-direction: column; align-items: stretch; gap: 4px; padding: 14px; background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .main-nav > a:not(.nav-cta) { display: block; padding: 12px; }
  .nav-cta { text-align: center; margin-top: 4px; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; padding: 54px 0 72px; }
  .hero-copy { text-align: center; }
  .hero .eyebrow, .hero-checks, .hero-actions { justify-content: center; }
  .hero-copy > p { margin-inline: auto; }
  .hero-visual { min-height: 450px; margin-top: 10px; }
  .photo-ring { width: min(440px, 90vw); }
  .trust-strip { margin-top: -20px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-card { border-right: 0; border-bottom: 1px solid var(--line); min-height: auto; }
  .trust-card:last-child { border-bottom: 0; }
  .section { padding: 82px 0; }
  .about-grid, .services-head, .faq-grid { grid-template-columns: 1fr; gap: 48px; }
  .about-art { min-height: 420px; }
  .services-head { align-items: start; }
  .process-grid { grid-template-columns: 1fr; }
  .cta-band-inner { flex-direction: column; align-items: flex-start; justify-content: center; padding: 50px 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
}

@media (max-width: 560px) {
  .topbar { display: none; }
  .site-header { top: 0; }
  .hero-grid { padding-top: 42px; }
  .hero h1 { font-size: 41px; }
  .hero-copy > p { font-size: 16px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .btn { width: 100%; }
  .hero-checks { flex-direction: column; align-items: center; gap: 8px; }
  .hero-visual { min-height: 385px; }
  .photo-ring { width: 100%; }
  .photo-card { width: 76%; border-width: 5px; }
  .trust-card { padding: 25px; }
  .section { padding: 68px 0; }
  .section h2 { font-size: 36px; }
  .about-art { min-height: 340px; }
  .about-logo-card { min-height: 250px; padding: 25px; }
  
  .specialty-grid, .services-grid { grid-template-columns: 1fr; }
  .specialty-card { min-height: 315px; }
  .service-card { min-height: auto; }
  .cta-band-inner { text-align: center; align-items: center; }
  .cta-band h2 { font-size: 34px; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-grid > .footer-brand, .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; justify-content: center; text-align: center; padding: 18px 0; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
  .reveal { opacity: 1; transform: none; }
}
