:root {
  --bg: #09111f;
  --surface: #0f1b31;
  --text: #f6f4ef;
  --text-dark: #0d1830;
  --muted: #9dacbf;
  --gold: #c7a15f;
  --gold-soft: #ead8b4;
  --white: #ffffff;
  --line: rgba(255, 255, 255, 0.09);
  --line-dark: rgba(13, 24, 48, 0.08);
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
  --radius-lg: 28px;
  --radius-md: 20px;
  --container: min(1180px, calc(100vw - 32px));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top, rgba(199, 161, 95, 0.12), transparent 24%),
    linear-gradient(180deg, #09111f 0%, #0d1730 55%, #f6f3ec 55%, #f6f3ec 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.03), transparent 40%);
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.narrow {
  width: min(760px, calc(100vw - 32px));
}

.site-topbar {
  border-bottom: 1px solid var(--line);
  background: rgba(7, 14, 28, 0.88);
}

.topbar-inner,
.header-inner,
.trust-grid,
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.topbar-inner {
  min-height: 46px;
  color: var(--muted);
  font-size: 0.9rem;
}

.topbar-inner p,
.footer-bottom p {
  margin: 0;
}

.topbar-links,
.site-nav,
.hero-actions,
.hero-points,
.hero-badges,
.form-actions,
.contact-points,
.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.topbar-links a,
.footer-links a,
.social-links a,
.text-link {
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(9, 17, 31, 0.78);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}

.simple-header {
  position: relative;
  background: rgba(9, 17, 31, 0.94);
}

.header-inner {
  min-height: 84px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(199, 161, 95, 0.5);
  color: var(--gold-soft);
  font-family: "Cormorant Garamond", serif;
  font-size: 1.35rem;
  letter-spacing: 0.08em;
}

.brand strong,
h1,
h2,
h3 {
  font-family: "Cormorant Garamond", serif;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 1.2rem;
  line-height: 1;
}

.brand small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-nav {
  align-items: center;
}

.site-nav a {
  color: var(--text);
  font-size: 0.95rem;
  text-decoration: none;
}

.site-nav a.is-active,
.site-nav a:hover,
.text-link,
.footer-links a:hover,
.social-links a:hover {
  color: var(--gold-soft);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
  cursor: pointer;
}

.button:hover {
  transform: translateY(-2px);
}

.button-gold {
  color: #1c1408;
  background: linear-gradient(135deg, #f0ddb5, #c7a15f);
  box-shadow: 0 14px 30px rgba(199, 161, 95, 0.18);
}

.button-outline {
  color: var(--text);
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.03);
}

.contact-form .button-outline,
.service-panel .button-outline,
.content-flow .button-outline,
.article-card .button-outline {
  color: var(--text-dark);
  border-color: rgba(13, 24, 48, 0.16);
  background: transparent;
}

.button-nav {
  min-height: 42px;
}

.nav-toggle {
  display: none;
  background: transparent;
  border: 0;
  padding: 0;
}

.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  margin: 5px 0;
  background: var(--white);
}

.hero-section,
.page-hero {
  padding: 88px 0 56px;
}

.hero-grid,
.page-hero-grid,
.about-preview,
.consultation-grid,
.contact-grid,
.split-layout,
.faq-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.hero-copy,
.hero-card,
.highlight-panel,
.info-card,
.testimonial-card,
.result-card,
.contact-form,
.contact-panel,
.service-panel,
.article-card,
.page-hero-card,
.timeline-list article {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.hero-copy {
  padding: clamp(30px, 6vw, 72px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
}

.hero-card,
.page-hero-card {
  padding: 24px;
  background: linear-gradient(180deg, rgba(16, 31, 58, 0.98), rgba(12, 26, 49, 0.92));
}

.hero-card img,
.page-hero-card img {
  width: 100%;
  border-radius: var(--radius-md);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
}

.eyebrow,
.article-meta,
.stat-label {
  margin: 0 0 12px;
  color: var(--gold-soft);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 0.95;
}

h1 {
  font-size: clamp(3rem, 7vw, 6rem);
  max-width: 11ch;
}

h2 {
  font-size: clamp(2.3rem, 4vw, 3.5rem);
  color: var(--text-dark);
}

.hero-copy h1,
.hero-card h2,
.page-hero h1,
.page-hero h2 {
  color: var(--text);
}

.hero-text,
.section-copy p,
.section-head p,
.info-card p,
.testimonial-card p,
.result-card p,
.service-panel p,
.article-card p,
.contact-panel p,
.content-flow p,
.faq-answer p,
.mini-note p {
  margin: 0;
  line-height: 1.8;
}

.hero-text,
.hero-copy p,
.hero-card p,
.page-hero p {
  color: var(--muted);
}

.hero-actions {
  margin-top: 32px;
}

.hero-points,
.hero-badges {
  margin-top: 28px;
}

.hero-points span,
.hero-badges span,
.contact-points a,
.contact-points span {
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
}

.trust-bar {
  padding-bottom: 32px;
}

.trust-grid {
  padding: 24px 28px;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--line);
}

.trust-grid article {
  display: grid;
  gap: 6px;
}

.trust-grid strong {
  font-family: "Cormorant Garamond", serif;
  font-size: 2.25rem;
  color: var(--gold-soft);
}

.trust-grid span {
  color: var(--muted);
}

.section {
  padding: 88px 0;
  color: var(--text-dark);
}

.section-alt {
  background: linear-gradient(180deg, #efe8db 0%, #f7f3eb 100%);
}

.section-head,
.section-copy {
  display: grid;
  gap: 18px;
  margin-bottom: 28px;
}

.section .eyebrow,
.section-alt .eyebrow,
.section .article-meta {
  color: #b48946;
}

.about-preview .section-copy {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
  box-shadow: var(--shadow);
}

.about-preview .section-copy h2 {
  color: var(--text);
}

.about-preview .section-copy p {
  color: var(--muted);
}

.about-preview .text-link {
  color: var(--gold-soft);
}

.card-grid {
  display: grid;
  gap: 22px;
}

.card-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.card-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.info-card,
.testimonial-card,
.result-card,
.service-panel,
.article-card,
.contact-panel,
.contact-form,
.highlight-panel {
  padding: 28px;
  background: var(--white);
  border-color: var(--line-dark);
}

.highlight-panel,
.stacked-cards,
.timeline-list,
.results-grid,
.testimonial-grid,
.article-grid {
  display: grid;
  gap: 20px;
}

.results-grid,
.testimonial-grid,
.article-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.icon-badge {
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #1e345d, #c7a15f);
  color: var(--white);
  font-weight: 800;
}

.faq-list {
  display: grid;
  gap: 16px;
}

.faq-item {
  border-radius: var(--radius-md);
  border: 1px solid var(--line-dark);
  background: var(--white);
  overflow: hidden;
}

.faq-question {
  width: 100%;
  padding: 20px 24px;
  border: 0;
  text-align: left;
  background: transparent;
  color: var(--text-dark);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 220ms ease;
}

.faq-answer p {
  overflow: hidden;
  padding: 0 24px 0;
}

.faq-item.is-open .faq-answer {
  grid-template-rows: 1fr;
}

.faq-item.is-open .faq-answer p {
  padding-bottom: 22px;
}

.consultation-section {
  background: linear-gradient(180deg, #f6f3ec 0%, #eae2d4 100%);
}

.contact-form label,
.content-flow,
.timeline-list article {
  display: grid;
  gap: 10px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

input,
select,
textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid rgba(13, 24, 48, 0.12);
  background: #fbfaf7;
  color: var(--text-dark);
  font: inherit;
}

textarea {
  resize: vertical;
}

.form-feedback {
  min-height: 24px;
  margin: 0;
  color: #234a24;
}

.contact-grid {
  align-items: start;
}

.map-frame {
  overflow: hidden;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line-dark);
  box-shadow: var(--shadow);
}

.map-frame iframe {
  display: block;
  width: 100%;
  height: 420px;
  border: 0;
}

.compact-hero {
  padding: 56px 0 18px;
}

.bullet-list {
  margin: 0;
  padding-left: 20px;
  line-height: 1.9;
}

.timeline-grid {
  display: grid;
  gap: 28px;
}

.timeline-list article {
  grid-template-columns: auto 1fr;
  align-items: start;
  padding: 24px;
  background: var(--white);
  border-color: var(--line-dark);
}

.timeline-list span {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #183057, #c7a15f);
  color: var(--white);
  font-weight: 800;
}

.site-footer {
  padding: 64px 0 24px;
  background: #09111f;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 24px;
}

.site-footer h3 {
  margin-bottom: 18px;
  font-size: 1.5rem;
}

.footer-copy,
.footer-links li,
.footer-bottom p {
  color: var(--muted);
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.footer-bottom {
  margin-top: 32px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 25;
  padding: 14px 18px;
  border-radius: 999px;
  background: #1faa59;
  color: var(--white);
  text-decoration: none;
  font-weight: 800;
  box-shadow: 0 18px 36px rgba(31, 170, 89, 0.24);
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .hero-grid,
  .page-hero-grid,
  .about-preview,
  .consultation-grid,
  .contact-grid,
  .split-layout,
  .faq-layout,
  .footer-grid,
  .card-grid-3,
  .card-grid-4,
  .results-grid,
  .testimonial-grid,
  .article-grid {
    grid-template-columns: 1fr;
  }

  .card-grid-2,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .nav-toggle {
    display: inline-block;
  }

  .site-nav {
    position: absolute;
    top: 84px;
    left: 16px;
    right: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 20px;
    border-radius: 24px;
    border: 1px solid var(--line);
    background: rgba(9, 17, 31, 0.98);
  }

  .site-nav.is-open {
    display: flex;
  }

  .simple-nav {
    position: static;
    display: flex;
    flex-direction: row;
    padding: 0;
    border: 0;
    background: transparent;
  }

  .header-inner {
    position: relative;
  }

  .trust-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  body {
    background: linear-gradient(180deg, #09111f 0%, #0d1730 44%, #f6f3ec 44%, #f6f3ec 100%);
  }

  .topbar-inner,
  .trust-grid,
  .footer-bottom {
    display: grid;
  }

  .site-topbar {
    display: none;
  }

  .header-inner {
    min-height: 76px;
  }

  h1 {
    font-size: 2.9rem;
  }

  h2 {
    font-size: 2.1rem;
  }

  .hero-section,
  .page-hero,
  .section {
    padding: 64px 0;
  }

  .hero-copy,
  .hero-card,
  .page-hero-card,
  .info-card,
  .service-panel,
  .article-card,
  .contact-form,
  .contact-panel {
    padding: 22px;
  }

  .floating-whatsapp {
    right: 14px;
    bottom: 14px;
  }
}
