:root {
  --bg: #06172f;
  --bg-soft: #0b2347;
  --bg-deep: #041224;
  --surface: rgba(7, 25, 52, 0.78);
  --surface-strong: rgba(9, 33, 67, 0.94);
  --surface-card: rgba(255, 255, 255, 0.05);
  --text: #f7fbff;
  --text-soft: rgba(247, 251, 255, 0.74);
  --text-muted: rgba(214, 229, 255, 0.62);
  --line: rgba(255, 255, 255, 0.12);
  --accent-soft: rgba(103, 179, 255, 0.14);
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 14px;
  --container: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  font-family: "Montserrat", "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(74, 146, 255, 0.16), transparent 26%),
    radial-gradient(circle at top right, rgba(30, 92, 196, 0.2), transparent 24%),
    linear-gradient(180deg, #07172f 0%, #081f3d 38%, #051224 100%);
  line-height: 1.65;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(var(--container), calc(100% - 32px)); margin: 0 auto; }
.legal-shell { position: relative; overflow: clip; }
.legal-shell::before,
.legal-shell::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  filter: blur(20px);
  pointer-events: none;
}
.legal-shell::before { width: 360px; height: 360px; left: -120px; top: 100px; background: rgba(79, 145, 255, 0.14); }
.legal-shell::after { width: 420px; height: 420px; right: -160px; top: 220px; background: rgba(21, 88, 196, 0.16); }
.site-nav {
  position: sticky; top: 0; z-index: 50; backdrop-filter: blur(16px);
  background: rgba(3, 14, 30, 0.72); border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 88px; }
.brand { display: inline-flex; align-items: center; gap: 14px; font-weight: 800; letter-spacing: 0.02em; }
.brand-mark {
  width: 52px; height: 52px; border-radius: 16px; display: grid; place-items: center;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), transparent 55%), linear-gradient(135deg, #3a8cff, #0f4cc9);
  box-shadow: 0 16px 34px rgba(15, 76, 201, 0.36);
}
.brand-mark img { width: 34px; height: 34px; object-fit: contain; }
.brand-text { display: flex; flex-direction: column; line-height: 1.05; }
.brand-text strong { font-size: 1rem; }
.brand-text span { color: var(--text-muted); font-size: 0.78rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; }
.nav-toggle {
  display: none; width: 48px; height: 48px; border: 1px solid var(--line); border-radius: 14px;
  background: rgba(255, 255, 255, 0.04); color: var(--text); cursor: pointer;
}
.nav-toggle span { display: block; width: 18px; height: 2px; margin: 4px auto; background: currentColor; border-radius: 999px; }
.nav-links { display: flex; align-items: center; justify-content: flex-end; gap: 10px; flex-wrap: wrap; }
.nav-links a { padding: 11px 15px; color: var(--text-soft); border-radius: 999px; font-weight: 700; transition: .2s ease; }
.nav-links a:hover, .nav-links a:focus-visible, .nav-links a.active { color: var(--text); background: rgba(255, 255, 255, 0.08); transform: translateY(-1px); }
.hero { padding: 48px 0 28px; }
.hero-card {
  position: relative; overflow: hidden; padding: 42px; border-radius: var(--radius-xl);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: radial-gradient(circle at top right, rgba(123, 180, 255, 0.24), transparent 26%), linear-gradient(135deg, rgba(16, 45, 91, 0.98), rgba(7, 21, 45, 0.96));
  box-shadow: var(--shadow);
}
.hero-card::before { content: ""; position: absolute; inset: auto -30px -70px auto; width: 260px; height: 260px; border-radius: 50%; background: rgba(255, 255, 255, 0.06); }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px; padding: 9px 14px; border-radius: 999px;
  background: rgba(255, 255, 255, 0.08); border: 1px solid rgba(255, 255, 255, 0.08); color: #dbe9ff;
  font-size: 0.78rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
}
.hero h1 { margin: 18px 0 14px; max-width: 760px; font-family: "Playfair Display", serif; font-size: clamp(2.4rem, 4.8vw, 4.5rem); line-height: 1.04; }
.hero p { margin: 0; max-width: 760px; color: var(--text-soft); font-size: 1.05rem; }
.hero-actions, .cta-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 26px; }
.button {
  display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 18px;
  border-radius: 999px; border: 1px solid transparent; font-weight: 700; transition: .2s ease;
}
.button:hover, .button:focus-visible { transform: translateY(-1px); }
.button-primary { color: #062147; background: #fff; box-shadow: 0 12px 28px rgba(255, 255, 255, 0.16); }
.button-secondary { color: var(--text); background: rgba(255, 255, 255, 0.04); border-color: rgba(255, 255, 255, 0.18); }
.button-whatsapp { color: #04233b; background: linear-gradient(135deg, #7ff5ca, #2fd79a); box-shadow: 0 16px 34px rgba(47, 215, 154, 0.28); }
.hero-meta { margin-top: 24px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.hero-stat { padding: 16px 18px; border-radius: var(--radius-md); background: rgba(255, 255, 255, 0.06); border: 1px solid rgba(255, 255, 255, 0.08); }
.hero-stat strong { display: block; font-size: 1.1rem; }
.hero-stat span { color: var(--text-muted); font-size: 0.9rem; }
.page-section { padding: 24px 0 34px; }
.content-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.95fr); gap: 24px; align-items: start; }
.card {
  position: relative; padding: 30px; border-radius: var(--radius-lg); background: rgba(7, 25, 52, 0.78);
  border: 1px solid var(--line); box-shadow: 0 24px 50px rgba(0, 0, 0, 0.16); backdrop-filter: blur(16px);
}
.card p, .card li { color: var(--text-soft); }
.lede { font-size: 1.06rem; }
.section-list, .aside-stack, .mini-links, .faq-accordion { display: grid; gap: 18px; }
.policy-block, .terms-block, .refund-block, .faq-item, .contact-card, .highlight-card, .map-card, .timeline-card {
  padding: 22px; border-radius: var(--radius-md); background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.08);
}
.policy-block h3, .terms-block h3, .refund-block h3, .faq-item h3, .contact-card h3, .highlight-card h3, .map-card h3, .timeline-card h3 { margin: 0 0 10px; font-size: 1.08rem; }
.icon-grid, .contact-grid, .trust-grid, .summary-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.summary-grid.summary-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.tag {
  display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; border-radius: 999px;
  background: var(--accent-soft); color: #dcebff; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase;
}
.list-clean { margin: 14px 0 0; padding-left: 20px; }
.list-clean li + li { margin-top: 10px; }
.mini-links a {
  display: block; padding: 14px 16px; border-radius: var(--radius-sm); background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--line); font-weight: 700; color: #edf5ff;
}
.faq-item { padding: 0; overflow: hidden; }
.faq-trigger {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 22px;
  background: transparent; border: 0; color: var(--text); text-align: left; font: inherit; font-weight: 700; cursor: pointer;
}
.faq-trigger span:last-child {
  flex: 0 0 auto; width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center;
  background: rgba(255, 255, 255, 0.08); transition: .2s ease;
}
.faq-item.is-open .faq-trigger span:last-child { transform: rotate(45deg); background: rgba(103, 179, 255, 0.18); }
.faq-panel { max-height: 0; overflow: hidden; transition: max-height 0.25s ease; }
.faq-panel-inner { padding: 0 22px 22px; }
.contact-card a { color: #f7fbff; font-weight: 700; word-break: break-word; }
.map-placeholder {
  position: relative; min-height: 280px; overflow: hidden; border-radius: var(--radius-md);
  background: linear-gradient(135deg, rgba(38, 88, 170, 0.72), rgba(5, 23, 48, 0.92)), #0a1f3e;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.map-placeholder::before, .map-placeholder::after { content: ""; position: absolute; inset: 0; }
.map-placeholder::before {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px) 0 0 / 54px 54px, linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px) 0 0 / 54px 54px;
}
.map-placeholder::after { inset: 18% auto auto 56%; width: 18px; height: 18px; border-radius: 50%; background: #fff; box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.08), 0 0 0 28px rgba(255, 255, 255, 0.04); }
.map-copy {
  position: absolute; inset: auto 24px 24px 24px; z-index: 1; padding: 18px; border-radius: var(--radius-sm);
  background: rgba(3, 14, 30, 0.72); border: 1px solid rgba(255, 255, 255, 0.08);
}
.footer { padding: 14px 0 36px; }
.footer-card {
  display: grid; grid-template-columns: minmax(0, 1.15fr) repeat(3, minmax(0, 0.9fr)); gap: 22px; padding: 30px;
  border-radius: var(--radius-xl); border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(180deg, rgba(5, 18, 36, 0.94), rgba(7, 25, 52, 0.98)); box-shadow: var(--shadow);
}
.footer-title { margin: 0 0 14px; font-size: 1rem; }
.footer-col { display: grid; align-content: start; gap: 10px; }
.footer-brand p, .footer-col p, .footer-col a { color: var(--text-soft); }
.footer-brand p, .footer-col p { margin: 0; }
.footer-col p { line-height: 1.45; }
.footer-bottom { margin-top: 18px; display: flex; align-items: center; justify-content: space-between; gap: 14px; color: var(--text-muted); font-size: 0.92rem; }
.floating-whatsapp {
  position: fixed; right: 18px; bottom: 18px; z-index: 60; display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 18px; border-radius: 999px; background: linear-gradient(135deg, #43e097, #14b86f); color: #042c1d; font-weight: 800;
  box-shadow: 0 18px 34px rgba(20, 184, 111, 0.35);
}
.floating-whatsapp small { display: block; color: rgba(4, 44, 29, 0.76); font-weight: 700; font-size: 0.72rem; line-height: 1.1; }
.reveal { opacity: 0; transform: translateY(16px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@media (max-width: 1024px) {
  .content-grid, .footer-card, .summary-grid.summary-grid-3 { grid-template-columns: 1fr; }
  .hero-meta, .icon-grid, .contact-grid, .trust-grid, .summary-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 820px) {
  .nav-toggle { display: inline-block; }
  .nav-links {
    position: absolute; left: 16px; right: 16px; top: calc(100% + 10px); display: none; padding: 14px;
    border-radius: 22px; background: rgba(3, 14, 30, 0.94); border: 1px solid rgba(255, 255, 255, 0.08);
  }
  .nav-links.is-open { display: grid; }
  .nav-links a, .button { width: 100%; }
  .hero-card, .card, .footer-card { padding: 24px; }
}
@media (max-width: 640px) {
  .container { width: min(var(--container), calc(100% - 20px)); }
  .hero { padding-top: 28px; }
  .hero-meta, .icon-grid, .contact-grid, .trust-grid, .summary-grid { grid-template-columns: 1fr; }
  .hero h1 { font-size: clamp(2rem, 10vw, 3rem); }
  .floating-whatsapp { right: 12px; left: 12px; justify-content: center; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}
