:root {
  --navy: #101a2b;
  --navy-2: #172844;
  --navy-3: #233f68;
  --gold: #d6b336;
  --gold-2: #f0d45c;
  --yellow: #e5c51f;
  --cream: #f7f3e8;
  --white: #ffffff;
  --ink: #162035;
  --muted: #697287;
  --line: rgba(16, 26, 43, 0.12);
  --shadow: 0 22px 60px rgba(11, 20, 37, 0.15);
  --radius-xl: 32px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --container: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
svg { display: block; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: 16px; transform: translateY(-160%); padding: 12px 16px; z-index: 9999; color: var(--navy); background: var(--gold-2); border-radius: 10px; font-weight: 800; }
.skip-link:focus { transform: translateY(0); }
.site-header { position: fixed; z-index: 1000; inset: 0 0 auto; background: rgba(16, 26, 43, 0.84); border-bottom: 1px solid rgba(255,255,255,0.09); backdrop-filter: blur(18px); transition: background .25s ease, box-shadow .25s ease; }
.site-header.scrolled { background: rgba(16, 26, 43, 0.97); box-shadow: 0 8px 28px rgba(0,0,0,.18); }
.header-inner { min-height: 108px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { width: 218px; height: 92px; overflow: hidden; border-radius: 16px; background: #ffffff; border: 2px solid rgba(240, 212, 92, .76); padding: 7px 14px; flex: 0 0 auto; box-shadow: 0 12px 28px rgba(0,0,0,.18); }
.brand img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav a { color: rgba(255,255,255,.82); font-size: .92rem; font-weight: 720; letter-spacing: .02em; transition: color .2s ease; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--gold-2); }
.main-nav .nav-cta { padding: 11px 18px; color: var(--navy); background: var(--gold-2); border-radius: 999px; }
.nav-toggle { display: none; width: 48px; height: 48px; border: 0; border-radius: 14px; background: rgba(255,255,255,.08); cursor: pointer; }
.nav-toggle span { display: block; width: 23px; height: 2px; margin: 5px auto; background: var(--white); transition: transform .25s ease, opacity .25s ease; }
.hero { position: relative; color: var(--white); background: radial-gradient(circle at 16% 16%, rgba(229,197,31,.20), transparent 30%), linear-gradient(128deg, var(--navy) 0%, #152843 52%, #091321 100%); overflow: hidden; padding-top: 108px; }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .14; background-image: linear-gradient(rgba(255,255,255,.13) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.13) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(to right, black, transparent 68%); }
.hero-shape { position: absolute; border-radius: 50%; pointer-events: none; }
.hero-shape-one { width: 720px; height: 720px; right: -320px; top: -90px; border: 120px solid rgba(214,179,54,.14); }
.hero-shape-two { width: 360px; height: 360px; left: -210px; top: 300px; background: rgba(229,197,31,.08); }
.hero-grid { position: relative; z-index: 1; min-height: 700px; display: grid; grid-template-columns: 1.06fr .94fr; align-items: center; gap: 80px; padding-block: 88px 96px; }
.eyebrow { margin: 0 0 18px; display: flex; align-items: center; gap: 10px; color: var(--gold-2); text-transform: uppercase; letter-spacing: .16em; font-size: .76rem; font-weight: 900; }
.eyebrow span { width: 32px; height: 2px; background: currentColor; }
.eyebrow-dark { color: #9e7e0b; }
.hero h1 { margin: 0; max-width: 720px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.25rem, 6vw, 6.25rem); line-height: .94; letter-spacing: -.045em; font-weight: 500; }
.hero h1 em { display: block; color: var(--gold-2); font-style: normal; }
.hero-lead { max-width: 650px; margin: 28px 0 0; color: rgba(255,255,255,.72); font-size: clamp(1rem, 1.4vw, 1.15rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 13px 22px; border: 1px solid transparent; border-radius: 999px; font-weight: 850; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 19px; height: 19px; fill: currentColor; }
.button-primary { color: var(--navy); background: linear-gradient(135deg, var(--gold-2), var(--yellow)); box-shadow: 0 16px 32px rgba(229,197,31,.18); }
.button-primary:hover { box-shadow: 0 20px 38px rgba(229,197,31,.26); }
.button-secondary { color: var(--white); border-color: rgba(255,255,255,.23); background: rgba(255,255,255,.05); }
.button-secondary:hover { background: rgba(255,255,255,.10); }
.button-light { color: var(--navy); background: var(--white); }
.button-dark { color: var(--white); background: var(--navy); }
.hero-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; max-width: 640px; margin-top: 42px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; overflow: hidden; }
.hero-facts div { padding: 18px 20px; background: rgba(255,255,255,.045); }
.hero-facts strong, .hero-facts span { display: block; }
.hero-facts strong { color: var(--gold-2); font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; }
.hero-facts span { margin-top: 5px; color: rgba(255,255,255,.78); font-size: .92rem; }
.hero-visual { position: relative; min-height: 540px; display: grid; place-items: center; }
.hero-card { position: relative; width: min(100%, 420px); padding: 28px; background: linear-gradient(165deg, rgba(255,255,255,.12), rgba(255,255,255,.035)); border: 1px solid rgba(255,255,255,.17); border-radius: var(--radius-xl); box-shadow: 0 38px 100px rgba(0,0,0,.32); backdrop-filter: blur(12px); transform: rotate(2.3deg); }
.hero-card::before { content: ""; position: absolute; inset: 14px; border: 1px solid rgba(240,212,92,.22); border-radius: 23px; pointer-events: none; }
.hero-card-topline { width: 72px; height: 5px; margin: 0 auto 22px; border-radius: 999px; background: var(--gold-2); }
.hero-card img { width: 100%; max-height: 430px; object-fit: contain; background: #ffffff; padding: 18px; border-radius: 18px; box-shadow: 0 18px 38px rgba(0,0,0,.28); }
.hero-card-note { display: flex; align-items: center; gap: 12px; padding: 22px 4px 2px; color: rgba(255,255,255,.68); font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; }
.hero-card-note .line { height: 1px; flex: 1; background: rgba(255,255,255,.19); }
.law-symbol { position: absolute; width: 150px; right: -8px; bottom: 16px; padding: 25px; border-radius: 50%; color: var(--navy); background: var(--gold-2); box-shadow: 0 18px 48px rgba(0,0,0,.26); }
.law-symbol svg { width: 100%; fill: none; stroke: currentColor; stroke-width: 4; stroke-linecap: round; stroke-linejoin: round; }
.contact-strip { position: relative; z-index: 2; background: linear-gradient(90deg, var(--yellow), var(--gold-2)); color: var(--navy); }
.contact-strip-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.contact-strip a { padding: 20px 30px; border-right: 1px solid rgba(16,26,43,.15); }
.contact-strip a:last-child { border-right: 0; }
.contact-strip span, .contact-strip strong { display: block; }
.contact-strip span { font-size: .72rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; opacity: .65; }
.contact-strip strong { margin-top: 2px; font-size: 1.16rem; }
.section { padding: 112px 0; }
.section-heading { max-width: 770px; margin-bottom: 48px; }
.section-heading h2, .schedule-copy h2, .brochure-copy h2, .feature-band h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.035em; line-height: 1.04; font-size: clamp(2.35rem, 4.7vw, 4.65rem); }
.section-heading p:last-child, .schedule-copy > p, .brochure-copy > p { max-width: 650px; color: var(--muted); font-size: 1.05rem; }
.services { background: #fbfaf5; }
.services-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.service-card { position: relative; min-height: 285px; padding: 34px; overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: 0 12px 34px rgba(16,26,43,.045); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card:hover { transform: translateY(-6px); border-color: rgba(214,179,54,.55); box-shadow: var(--shadow); }
.service-number { position: absolute; right: 26px; top: 18px; font-family: Georgia, serif; font-size: 4.9rem; line-height: 1; color: rgba(16,26,43,.055); }
.service-icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 18px; color: var(--navy); background: linear-gradient(135deg, var(--gold-2), var(--yellow)); }
.service-icon svg { width: 29px; height: 29px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { max-width: 470px; margin: 34px 0 12px; font-size: clamp(1.3rem, 2vw, 1.75rem); line-height: 1.2; }
.service-card p { margin: 0; color: var(--muted); }
.service-card-wide { grid-column: 1 / -1; min-height: auto; display: grid; grid-template-columns: auto 1fr; align-items: start; gap: 28px; color: var(--white); background: linear-gradient(135deg, var(--navy), var(--navy-3)); }
.service-card-wide .service-number { color: rgba(255,255,255,.06); }
.service-card-wide h3 { margin: 0 0 18px; }
.service-card-wide ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 28px; margin: 0; padding: 0; list-style: none; }
.service-card-wide li { position: relative; padding-left: 22px; color: rgba(255,255,255,.74); }
.service-card-wide li::before { content: ""; position: absolute; left: 0; top: .65em; width: 8px; height: 8px; border-radius: 50%; background: var(--gold-2); }
.feature-band { position: relative; padding: 82px 0; color: var(--white); background: linear-gradient(100deg, #b89316, #dfbe2a 55%, #b89214); overflow: hidden; }
.feature-band::before { content:""; position:absolute; inset:-170px auto auto -80px; width:460px; height:460px; border:70px solid rgba(255,255,255,.10); border-radius:50%; }
.feature-band-grid { position: relative; display: grid; grid-template-columns: 1.2fr .8fr; gap: 64px; align-items: center; }
.feature-band h2 { max-width: 760px; font-size: clamp(2.2rem, 4.3vw, 4rem); }
.feature-band-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 20px; }
.text-link { display: inline-flex; gap: 9px; align-items: center; font-weight: 850; }
.text-link span { font-size: 1.25em; transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }
.dark-link { color: var(--navy); }
.schedule { background: var(--cream); }
.schedule-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 76px; }
.schedule-copy .button { margin-top: 20px; }
.schedule-card { position: relative; overflow: hidden; padding: 50px; color: var(--white); background: linear-gradient(135deg, var(--navy), var(--navy-3)); border-radius: var(--radius-xl); box-shadow: var(--shadow); }
.schedule-card::after { content:""; position:absolute; width:330px; height:330px; right:-130px; bottom:-180px; border-radius:50%; background:rgba(240,212,92,.12); }
.schedule-icon { width: 62px; height: 62px; display:grid; place-items:center; border-radius:20px; color:var(--navy); background:var(--gold-2); }
.schedule-icon svg { width:32px; height:32px; fill:none; stroke:currentColor; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }
.schedule-time { position: relative; z-index:1; display:flex; align-items:baseline; flex-wrap:wrap; gap:10px; margin-top:28px; }
.schedule-time strong { font-family:Georgia,serif; font-size:clamp(2.8rem,6vw,5.5rem); line-height:1; font-weight:500; }
.schedule-time span { color:var(--gold-2); font-weight:900; text-transform:uppercase; }
.schedule-divider { position:relative; margin:16px 0 0; color:rgba(255,255,255,.5); text-align:center; }
.schedule-divider::before, .schedule-divider::after { content:""; display:inline-block; width:42%; height:1px; vertical-align:middle; background:rgba(255,255,255,.14); }
.schedule-divider span { padding:0 12px; }
.schedule-card > p { position:relative; z-index:1; margin:14px 0 0; color:rgba(255,255,255,.6); text-transform:uppercase; letter-spacing:.14em; font-weight:800; }
.brochure { background: #fbfaf5; }
.brochure-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 60px; align-items: center; }
.brochure-image { padding: 12px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow); transform: rotate(-1deg); }
.brochure-image img { width: 100%; border-radius: 14px; }
.brochure-copy h2 { font-size: clamp(2.3rem, 4vw, 4.1rem); }
.contact { color: var(--white); background: radial-gradient(circle at 90% 10%, rgba(214,179,54,.18), transparent 30%), var(--navy); }
.contact-heading .eyebrow { color: var(--gold-2); }
.contact-heading p:last-child { color: rgba(255,255,255,.62); }
.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.contact-card { min-height: 250px; padding: 28px; display: flex; flex-direction: column; align-items: flex-start; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius-lg); background: rgba(255,255,255,.045); transition: transform .25s ease, background .25s ease; }
.contact-card:hover { transform: translateY(-5px); background: rgba(255,255,255,.075); }
.contact-card-accent { color: var(--navy); background: linear-gradient(135deg, var(--gold-2), var(--yellow)); border-color: transparent; }
.contact-card-accent:hover { background: linear-gradient(135deg, #f6dc6f, #e8ca28); }
.contact-label { color: var(--gold-2); font-size: .75rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 900; }
.contact-card-accent .contact-label { color: rgba(16,26,43,.62); }
.contact-card h3 { max-width: 100%; margin: 18px 0 6px; line-height: 1.22; font-size: 1.42rem; overflow-wrap: anywhere; }
.contact-card h3 + h3 { margin-top: 2px; }
.contact-card p { margin: 7px 0 20px; color: rgba(255,255,255,.58); }
.contact-card-accent p { color: rgba(16,26,43,.68); }
.contact-card > a:last-child { margin-top: auto; color: var(--gold-2); font-weight: 850; }
.contact-card-accent > a:last-child { color: var(--navy); }
.email-heading { font-size: 1.05rem !important; }
.site-footer { color: rgba(255,255,255,.65); background: #09111f; padding: 56px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 160px 1fr auto; align-items: center; gap: 36px; padding-bottom: 34px; }
.footer-brand { width: 160px; height: 116px; overflow: hidden; border-radius: 14px; background:#ffffff; padding:8px; border:1px solid rgba(240,212,92,.55); }
.footer-brand img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
.site-footer h2 { margin: 0 0 5px; color: var(--white); font-family: Georgia, serif; font-weight: 500; }
.site-footer p { margin: 0 0 4px; }
.site-footer a { color: inherit; }
.footer-links { display: flex; gap: 22px; }
.footer-links a:hover { color: var(--gold-2); }
.footer-bottom { padding-top: 20px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.08); font-size: .88rem; }
.footer-bottom a { color: var(--gold-2); }
.whatsapp-float { position: fixed; z-index: 999; right: 22px; bottom: 22px; min-height: 56px; display: inline-flex; align-items: center; gap: 9px; padding: 0 18px; color: var(--white); background: #20b55a; border: 3px solid rgba(255,255,255,.9); border-radius: 999px; box-shadow: 0 12px 34px rgba(0,0,0,.28); font-weight: 900; transition: transform .2s ease; }
.whatsapp-float:hover { transform: translateY(-3px) scale(1.02); }
.whatsapp-float svg { width: 25px; height: 25px; fill: currentColor; }
.reveal { opacity: 1; transform: none; }
.animations-ready .reveal { animation: reveal-up .72s ease both; }
@keyframes reveal-up { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: translateY(0); } }
:focus-visible { outline: 3px solid var(--gold-2); outline-offset: 4px; }
@media (max-width: 980px) {
  .nav-toggle { display: block; }
  .main-nav { position: fixed; inset: 108px 0 auto; min-height: calc(100vh - 108px); padding: 36px 24px; flex-direction: column; align-items: stretch; gap: 8px; background: rgba(9,17,31,.98); transform: translateX(100%); transition: transform .28s ease; }
  .main-nav.is-open { transform: translateX(0); }
  .main-nav a { padding: 14px 12px; font-size: 1.05rem; }
  .main-nav .nav-cta { margin-top: 12px; text-align: center; }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero-grid { grid-template-columns: 1fr; gap: 30px; padding-block: 76px 78px; }
  .hero-copy { max-width: 780px; }
  .hero-visual { min-height: auto; padding: 20px 40px 60px; }
  .hero-card { width: min(100%, 500px); }
  .law-symbol { right: 10%; }
  .feature-band-grid, .schedule-grid, .brochure-grid { grid-template-columns: 1fr; }
  .feature-band-actions { align-items: flex-start; }
  .schedule-grid, .brochure-grid { gap: 46px; }
  .contact-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .header-inner { min-height: 92px; }
  .brand { width: 174px; height: 76px; padding: 5px 9px; border-radius: 13px; }
  .main-nav { inset: 92px 0 auto; min-height: calc(100vh - 92px); }
  .hero { padding-top: 92px; }
  .hero-grid { min-height: auto; padding-top: 62px; }
  .hero h1 { font-size: clamp(3.05rem, 14vw, 4.6rem); }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
  .hero-facts { grid-template-columns: 1fr; }
  .hero-visual { padding-inline: 4px; }
  .hero-card { padding: 18px; transform: none; }
  .law-symbol { width: 104px; padding: 18px; right: -2px; bottom: 12px; }
  .contact-strip-grid { grid-template-columns: 1fr; }
  .contact-strip a { padding: 16px 4px; border-right: 0; border-bottom: 1px solid rgba(16,26,43,.14); }
  .contact-strip a:last-child { border-bottom: 0; }
  .section { padding: 82px 0; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 250px; padding: 28px; }
  .service-card-wide { grid-column: auto; grid-template-columns: 1fr; }
  .service-card-wide ul { grid-template-columns: 1fr; }
  .feature-band { padding: 70px 0; }
  .feature-band-grid { gap: 34px; }
  .schedule-card { padding: 30px 24px; }
  .schedule-time strong { font-size: clamp(2.4rem, 14vw, 4.2rem); }
  .brochure-image { transform: none; padding: 7px; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-card { min-height: 220px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-links { flex-wrap: wrap; }
  .footer-bottom { flex-direction: column; gap: 10px; }
  .whatsapp-float { width: 58px; height: 58px; right: 15px; bottom: 15px; padding: 0; justify-content: center; }
  .whatsapp-float span { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .animations-ready .reveal { animation: none; opacity: 1; transform: none; }
}
