:root {
  --primary: #031b49;  
  --gold: #d49c44;
  --gold-soft: #ead08d;
  --olive: #a4a024;
  --black: #031b49;
  --ink: #0f0f11;
  --text: #333333;
  --light: #f6f3ee;
  --white: #ffffff;
  --border: rgba(212, 156, 68, 0.22);
  --shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
}


html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', sans-serif;
  color: var(--text);
  background: #f2f0eb;
}

h1, h2, h3, h4, .navbar-brand span, .section-title, .hero-title {
  font-family: 'Cormorant Garamond', serif;
}

.section-block {
  padding: 100px 0;
  position: relative;
}

.section-light {
  background: linear-gradient(180deg, #fbfaf8 0%, #f2eee7 100%);
}

.section-dark {
  background:
    radial-gradient(circle at top right, var(--primary), transparent 28%),
    linear-gradient(180deg, var(--primary) 0%, var(--primary) 100%);
}

.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(212, 156, 68, 0.12);
  color: #9b6b1e;
  font-size: .9rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.section-title {
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 1;
  margin: 18px 0;
  color: var(--ink);
}

.section-text,
.section-subtitle,
.service-card p,
.feature-card p,
.about-item p,
.cta-box p,
.form-panel p {
  font-size: 1.02rem;
  line-height: 1.8;
}

.legal-navbar {
  background: rgba(3, 27, 73, 0.82);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.nav-logo {
  width: 42px;
  height: 42px;
  object-fit: contain;
  border-radius: 50%;
  background: rgba(255,255,255,0.06);
  padding: 3px;
}

.navbar-brand span {
  font-size: 1.55rem;
  color: #fff;
  font-weight: 700;
}

.nav-link {
  color: rgba(255,255,255,.86) !important;
  font-weight: 500;
}

.nav-link:hover {
  color: var(--gold) !important;
}

.hero-section {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 20%, rgba(212, 156, 68, 0.16), transparent 22%),
    radial-gradient(circle at 85% 15%, rgba(164, 160, 36, 0.14), transparent 22%),
    linear-gradient(120deg, rgba(4,4,4,0.94), rgba(17,17,19,0.92)),
    url('https://images.unsplash.com/photo-1589829545856-d10d557cf95f?auto=format&fit=crop&w=1600&q=80') center/cover no-repeat;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
  to right,
  rgba(3, 27, 73, 0.9) 0%,
  rgba(3, 27, 73, 0.6) 40%,
  rgba(3, 27, 73, 0.2) 70%,
  rgba(3, 27, 73, 0) 100%
);
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  color: #f6e2b8;
  border: 1px solid rgba(212,156,68,.3);
  font-weight: 600;
}

.hero-title {
  color: #fff;
  font-size: clamp(3rem, 6vw, 5.4rem);
  line-height: .95;
  margin: 20px 0;
}

.hero-text {
  color: rgba(255,255,255,.82);
  max-width: 700px;
  font-size: 1.08rem;
  line-height: 1.9;
}

.hero-card {
  position: relative;
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.03));
  border: 1px solid rgba(212, 156, 68, 0.25);
  border-radius: 30px;
  padding: 38px 28px;
  box-shadow: var(--shadow);
  overflow: hidden;
  color: #fff;
}

.hero-card-glow {
  position: absolute;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(212,156,68,.35), transparent 70%);
  top: -80px;
  right: -70px;
}

.hero-logo {
  width: 220px;
  max-width: 75%;
  margin-bottom: 18px;
  filter: drop-shadow(0 18px 40px rgba(212,156,68,.18));
}

.hero-card h2 {
  font-size: 2.2rem;
  margin-bottom: 8px;
}

.hero-card p {
  color: rgba(255,255,255,.8);
}

.divider-gold {
  width: 90px;
  height: 2px;
  margin: 22px auto;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.hero-contact-list div {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  color: rgba(255,255,255,.9);
}

.hero-contact-list i {
  color: var(--gold-soft);
  width: 18px;
}

.stat-card {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 20px;
  padding: 18px;
  height: 100%;
}

.stat-number {
  display: block;
  color: #fff;
  font-weight: 800;
  font-size: 1.3rem;
}

.stat-label {
  display: block;
  color: rgba(255,255,255,.68);
  font-size: .95rem;
  margin-top: 5px;
}

.btn-gold {
  background: linear-gradient(135deg, #f1d696 0%, var(--gold) 55%, #c57c18 100%);
  color: #141414;
  border: none;
  font-weight: 700;
  box-shadow: 0 12px 28px rgba(212,156,68,.28);
}

.btn-gold:hover {
  color: #111;
  transform: translateY(-2px);
}

.btn-outline-gold {
  border: 1px solid rgba(212,156,68,.55);
  color: var(--gold-soft);
}

.btn-outline-gold:hover {
  background: rgba(212,156,68,.1);
  color: #fff;
  border-color: var(--gold);
}

.about-panel {
  background: #fff;
  border-radius: 30px;
  padding: 30px;
  box-shadow: 0 20px 60px rgba(0,0,0,.08);
  border: 1px solid rgba(212,156,68,.16);
}

.about-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.about-item {
  background: linear-gradient(180deg, #fffdf9 0%, #f5efe4 100%);
  border-radius: 24px;
  padding: 24px;
  border: 1px solid rgba(212,156,68,.16);
}

.about-item i,
.service-icon,
.feature-card i {
  color: var(--gold);
}

.about-item i {
  font-size: 1.8rem;
  margin-bottom: 12px;
}

.about-item h3,
.service-card h3,
.feature-card h3,
.form-panel h3,
.cta-box h2,
.footer-brand h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.7rem;
  color: var(--ink);
}

.service-card {
  height: 100%;
  padding: 30px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.03));
  border: 1px solid rgba(255,255,255,.08);
  color: #fff;
  transition: transform .25s ease, border-color .25s ease;
}

.service-card:hover,
.feature-card:hover,
.about-item:hover {
  transform: translateY(-6px);
}

.service-card h3 {
  color: #fff;
  margin: 18px 0 10px;
}

.service-card p {
  color: rgba(255,255,255,.76);
}

.service-icon {
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: rgba(212,156,68,.12);
  font-size: 1.6rem;
  box-shadow: inset 0 0 0 1px rgba(212,156,68,.16);
}

.pattern-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(212,156,68,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(212,156,68,.05) 1px, transparent 1px);
  background-size: 38px 38px;
  opacity: .6;
  pointer-events: none;
}

.feature-card {
  position: relative;
  z-index: 1;
  height: 100%;
  text-align: center;
  padding: 34px 24px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(212,156,68,.15);
  box-shadow: 0 18px 40px rgba(0,0,0,.06);
}

.feature-card i {
  font-size: 2rem;
  margin-bottom: 14px;
}

.cta-section {
  padding: 0 0 100px;
  background: linear-gradient(180deg, #f2eee7 0%, #ede8de 100%);
}

.cta-box {
  background: linear-gradient(135deg, var(--primary), var(--primary));
  border-radius: 34px;
  padding: 44px;
  border: 1px solid var(--primary);
  box-shadow: var(--shadow);
}

.cta-box h2,
.cta-box p {
  color: #fff;
}

.contact-section {
  background: linear-gradient(180deg, var(--primary) 0%, var(--primary) 100%);
}

.contact-panel,
.form-panel {
  border-radius: 30px;
  padding: 36px;
  box-shadow: var(--shadow);
}

.contact-panel {
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.03));
  border: 1px solid rgba(212,156,68,.22);
}

.form-panel {
  background: #fff;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 24px;
}

.contact-item i {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: rgba(212,156,68,.16);
  color: var(--gold-soft);
  font-size: 1.1rem;
}

.contact-item strong,
.contact-item a,
.contact-item span {
  display: block;
}

.contact-item strong {
  color: #fff;
  margin-bottom: 5px;
}

.contact-item span,
.contact-item a {
  color: rgba(255,255,255,.78);
  text-decoration: none;
}

.custom-input {
  min-height: 58px;
  border-radius: 16px;
  border: 1px solid rgba(0,0,0,.08);
  padding: 16px 18px;
  background: #fbfaf8;
}

.custom-input:focus {
  box-shadow: 0 0 0 0.2rem rgba(212,156,68,.16);
  border-color: rgba(212,156,68,.6);
  background: #fff;
}

textarea.custom-input {
  min-height: 170px;
}

.legal-footer {
  background: #050506;
  padding: 28px 0;
  border-top: 1px solid rgba(255,255,255,.06);
}

.footer-brand img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.footer-brand h3 {
  color: #fff;
  margin-bottom: 4px;
  font-size: 1.9rem;
}

.footer-brand p,
.footer-copy {
  color: rgba(255,255,255,.62);
}

.whatsapp-float {
  position: fixed;
  left: 18px;
  bottom: 18px;
  z-index: 999;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #21c063, #11a74e);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 16px 35px rgba(0,0,0,.24);
  font-weight: 700;
}

.whatsapp-float:hover {
  transform: translateY(-3px) scale(1.02);
  color: #fff;
}

@media (max-width: 991.98px) {
  .section-block {
    padding: 80px 0;
  }

  .hero-section .min-vh-100 {
    min-height: auto !important;
    padding-top: 120px !important;
    padding-bottom: 80px !important;
  }

  .about-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .navbar-brand span {
    font-size: 1.2rem;
  }

  .hero-title {
    font-size: 2.8rem;
  }

  .hero-card,
  .contact-panel,
  .form-panel,
  .cta-box,
  .about-panel {
    padding: 26px;
  }

  .whatsapp-float span {
    display: none;
  }
}
