/* ─── RESET & BASE ─── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; }
body {
  font-family: 'DM Sans', sans-serif;
  color: #1B2A4A;
  background: #FDF9F0;
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* ─── NAV ─── */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: rgba(253, 249, 240, 0.85);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(27, 42, 74, 0.08);
  transition: box-shadow 0.3s ease;
}
.nav.scrolled { box-shadow: 0 4px 30px rgba(27, 42, 74, 0.1); }
.nav-inner {
  max-width: 1200px; margin: 0 auto; padding: 0 24px;
  display: flex; align-items: center; justify-content: space-between;
  height: 72px;
}
.logo {
  display: flex; align-items: center; gap: 10px;
  font-weight: 700; font-size: 1.2rem; color: #1B2A4A;
}
.logo-icon {
  display: flex; align-items: center;
  width: 38px; height: 38px;
  background: #1B2A4A; border-radius: 10px;
  padding: 6px;
}
.nav-links { display: flex; align-items: center; gap: 8px; }
.nav-links a {
  padding: 8px 16px; border-radius: 50px;
  font-size: 0.9rem; font-weight: 500;
  color: #1B2A4A; transition: all 0.2s ease;
}
.nav-links a:hover { background: rgba(27, 42, 74, 0.07); }
.nav-cta {
  background: #1B2A4A !important; color: #FDF9F0 !important;
  font-weight: 600 !important;
}
.nav-cta:hover { background: #253A5E !important; transform: translateY(-1px); }

/* Mobile toggle */
.nav-toggle {
  display: none; flex-direction: column; gap: 5px;
  background: none; border: none; cursor: pointer; padding: 8px;
}
.nav-toggle span {
  display: block; width: 22px; height: 2px;
  background: #1B2A4A; border-radius: 2px;
  transition: all 0.3s ease;
}
.nav-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.active span:nth-child(2) { opacity: 0; }
.nav-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile overlay */
.mobile-overlay {
  position: fixed; inset: 0; z-index: 999;
  background: rgba(27, 42, 74, 0.5);
  backdrop-filter: blur(4px);
  opacity: 0; pointer-events: none;
  transition: opacity 0.3s ease;
}
.mobile-overlay.active { opacity: 1; pointer-events: all; }
.mobile-menu {
  position: absolute; top: 72px; right: 0; left: 0;
  background: #FDF9F0;
  padding: 24px;
  transform: translateY(-10px);
  transition: transform 0.3s ease;
  display: flex; flex-direction: column; gap: 4px;
  border-bottom: 2px solid rgba(212, 168, 67, 0.3);
}
.mobile-overlay.active .mobile-menu { transform: translateY(0); }
.mobile-link {
  padding: 14px 16px; border-radius: 12px;
  font-size: 1rem; font-weight: 500;
  color: #1B2A4A; transition: background 0.2s;
}
.mobile-link:hover { background: rgba(27, 42, 74, 0.06); }
.mobile-cta {
  background: #1B2A4A; color: #FDF9F0 !important;
  text-align: center; margin-top: 8px; font-weight: 600;
}

/* ─── HERO ─── */
.hero {
  min-height: 100vh; display: flex; align-items: center;
  padding: 100px 0 60px;
  position: relative; overflow: hidden;
  background: linear-gradient(135deg, #FDF9F0 0%, #F5EDD8 50%, #EDE3CC 100%);
}
.hero-bg-pattern {
  position: absolute; inset: 0;
  background-image: radial-gradient(circle at 20% 80%, rgba(212, 168, 67, 0.08) 0%, transparent 50%),
                    radial-gradient(circle at 80% 20%, rgba(27, 42, 74, 0.05) 0%, transparent 50%);
  pointer-events: none;
}
.hero-container {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 60px; align-items: center; position: relative; z-index: 1;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(27, 42, 74, 0.08);
  border: 1px solid rgba(27, 42, 74, 0.12);
  padding: 8px 18px; border-radius: 50px;
  font-size: 0.82rem; font-weight: 600;
  color: #1B2A4A; letter-spacing: 0.04em;
  text-transform: uppercase; margin-bottom: 24px;
}
.hero-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.4rem, 5vw, 3.8rem);
  font-weight: 700; line-height: 1.15;
  color: #1B2A4A; margin-bottom: 20px;
}
.gold-text { color: #D4A843; }
.hero-desc {
  font-size: 1.1rem; color: #3D5275;
  max-width: 480px; margin-bottom: 36px; line-height: 1.75;
}
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 48px; }
.hero-stats { display: flex; gap: 32px; align-items: center; }
.hero-stat { display: flex; flex-direction: column; gap: 2px; }
.stat-num { font-size: 1.4rem; font-weight: 700; color: #1B2A4A; }
.stat-label { font-size: 0.8rem; color: #6B7F9E; text-transform: uppercase; letter-spacing: 0.06em; }
.hero-stat-divider { width: 1px; height: 40px; background: rgba(27, 42, 74, 0.15); }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 28px; border-radius: 50px;
  font-size: 0.95rem; font-weight: 600;
  transition: all 0.25s ease; cursor: pointer; border: none;
  font-family: inherit;
}
.btn-primary {
  background: #1B2A4A; color: #FDF9F0;
  box-shadow: 0 4px 20px rgba(27, 42, 74, 0.25);
}
.btn-primary:hover { background: #253A5E; transform: translateY(-2px); box-shadow: 0 8px 30px rgba(27, 42, 74, 0.3); }
.btn-outline {
  background: transparent; color: #1B2A4A;
  border: 2px solid rgba(27, 42, 74, 0.25);
}
.btn-outline:hover { border-color: #1B2A4A; background: rgba(27, 42, 74, 0.04); }
.btn-gold {
  background: #D4A843; color: #1B2A4A;
  box-shadow: 0 4px 20px rgba(212, 168, 67, 0.35);
}
.btn-gold:hover { background: #E8C05A; transform: translateY(-2px); }
.btn-lg { padding: 18px 36px; font-size: 1.05rem; }
.btn-full { width: 100%; justify-content: center; }

/* Hero image */
.hero-image { position: relative; }
.hero-img-wrapper {
  position: relative; border-radius: 24px; overflow: hidden;
  box-shadow: 0 25px 60px rgba(27, 42, 74, 0.18);
}
.hero-img-wrapper img { width: 100%; height: 100%; object-fit: cover; }
.hero-img-accent {
  position: absolute; inset: 0;
  border: 3px solid rgba(212, 168, 67, 0.3);
  border-radius: 24px; pointer-events: none;
}
.hero-float-card {
  position: absolute; bottom: -20px; left: -30px;
  background: #FDF9F0; border-radius: 16px;
  padding: 18px 22px;
  box-shadow: 0 12px 40px rgba(27, 42, 74, 0.14);
  display: flex; align-items: center; gap: 14px;
  border: 1px solid rgba(212, 168, 67, 0.2);
}
.float-icon {
  width: 44px; height: 44px;
  background: rgba(212, 168, 67, 0.15);
  border-radius: 12px; display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.hero-float-card strong { display: block; font-size: 0.9rem; color: #1B2A4A; }
.hero-float-card span { font-size: 0.78rem; color: #6B7F9E; }

/* ─── SECTION COMMON ─── */
.section-header { text-align: center; max-width: 640px; margin: 0 auto 60px; }
.section-tag {
  display: inline-block;
  font-size: 0.78rem; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.1em;
  color: #D4A843; margin-bottom: 12px;
}
.section-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 700; color: #1B2A4A;
  line-height: 1.2; margin-bottom: 16px;
}
.section-title-light { color: #FDF9F0; }
.section-desc { font-size: 1.05rem; color: #6B7F9E; line-height: 1.7; }

/* ─── SERVICES ─── */
.services { padding: 100px 0; background: #FDF9F0; }
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.service-card {
  background: #fff;
  border-radius: 20px;
  padding: 36px 28px;
  border: 1px solid rgba(27, 42, 74, 0.06);
  transition: all 0.3s ease;
  position: relative; overflow: hidden;
}
.service-card::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0;
  height: 4px; background: linear-gradient(90deg, #D4A843, #E8C05A);
  transform: scaleX(0); transform-origin: left;
  transition: transform 0.3s ease;
}
.service-card:hover { transform: translateY(-6px); box-shadow: 0 20px 50px rgba(27, 42, 74, 0.1); }
.service-card:hover::before { transform: scaleX(1); }
.service-icon {
  width: 60px; height: 60px;
  background: rgba(212, 168, 67, 0.12);
  border-radius: 16px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px;
}
.service-card h3 {
  font-size: 1.15rem; font-weight: 700;
  color: #1B2A4A; margin-bottom: 10px;
}
.service-card p { font-size: 0.92rem; color: #6B7F9E; line-height: 1.7; }

/* ─── ABOUT ─── */
.about { padding: 100px 0; background: #F5EDD8; }
.about-container {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 60px; align-items: center;
}
.about-images { position: relative; }
.about-img-main {
  border-radius: 20px; overflow: hidden;
  box-shadow: 0 20px 50px rgba(27, 42, 74, 0.12);
}
.about-img-main img { width: 100%; height: 100%; object-fit: cover; }
.about-img-secondary {
  position: absolute; bottom: -30px; right: -20px;
  border-radius: 16px; overflow: hidden;
  box-shadow: 0 16px 40px rgba(27, 42, 74, 0.16);
  border: 4px solid #F5EDD8;
}
.about-img-secondary img { width: 100%; height: 100%; object-fit: cover; }
.about-experience-badge {
  position: absolute; bottom: 12px; left: 12px;
  background: #1B2A4A; color: #FDF9F0;
  border-radius: 12px; padding: 10px 16px;
  display: flex; flex-direction: column; align-items: center;
  line-height: 1.2;
}
.exp-num { font-size: 1.2rem; font-weight: 700; color: #D4A843; }
.exp-label { font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.06em; }
.about-content { max-width: 480px; }
.about-body { font-size: 1rem; color: #3D5275; line-height: 1.8; margin-bottom: 16px; }
.about-features { display: flex; flex-direction: column; gap: 14px; margin-top: 28px; }
.about-feature { display: flex; align-items: center; gap: 14px; }
.feature-check {
  width: 28px; height: 28px;
  background: rgba(212, 168, 67, 0.15);
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.about-feature span { font-size: 0.95rem; color: #1B2A4A; font-weight: 500; }

/* ─── WHY US ─── */
.why-us {
  padding: 100px 0;
  background: #1B2A4A;
  position: relative; overflow: hidden;
}
.why-bg {
  position: absolute; inset: 0;
  background-image: radial-gradient(circle at 10% 90%, rgba(212, 168, 67, 0.08) 0%, transparent 40%),
                    radial-gradient(circle at 90% 10%, rgba(212, 168, 67, 0.06) 0%, transparent 40%);
  pointer-events: none;
}
.why-grid {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 24px; position: relative; z-index: 1;
}
.why-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px; padding: 40px 32px;
  transition: all 0.3s ease;
}
.why-card:hover { background: rgba(255, 255, 255, 0.08); transform: translateY(-4px); }
.why-num {
  font-family: 'Playfair Display', serif;
  font-size: 3rem; font-weight: 800;
  color: rgba(212, 168, 67, 0.25);
  line-height: 1; margin-bottom: 16px;
}
.why-card h3 {
  font-size: 1.2rem; font-weight: 700;
  color: #FDF9F0; margin-bottom: 10px;
}
.why-card p { font-size: 0.92rem; color: rgba(253, 249, 240, 0.6); line-height: 1.75; }

/* ─── CTA BANNER ─── */
.cta-banner {
  padding: 80px 0;
  background: linear-gradient(135deg, #D4A843 0%, #B8922E 100%);
  position: relative; overflow: hidden;
}
.cta-banner::before {
  content: '';
  position: absolute; inset: 0;
  background-image: radial-gradient(circle at 20% 50%, rgba(255,255,255,0.1) 0%, transparent 50%);
  pointer-events: none;
}
.cta-container {
  display: flex; align-items: center; justify-content: space-between;
  gap: 40px; flex-wrap: wrap; position: relative; z-index: 1;
}
.cta-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 700; color: #1B2A4A;
  line-height: 1.25; margin-bottom: 10px;
}
.cta-desc { font-size: 1.05rem; color: rgba(27, 42, 74, 0.7); }
.cta-actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* ─── CONTACT ─── */
.contact { padding: 100px 0; background: #FDF9F0; }
.contact-container {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 60px; align-items: start;
}
.contact-desc { font-size: 1rem; color: #6B7F9E; line-height: 1.75; margin-bottom: 36px; }
.contact-details { display: flex; flex-direction: column; gap: 20px; margin-bottom: 32px; }
.contact-item { display: flex; align-items: flex-start; gap: 16px; }
.contact-icon {
  width: 48px; height: 48px;
  background: rgba(212, 168, 67, 0.12);
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.contact-item strong { display: block; font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.06em; color: #6B7F9E; margin-bottom: 2px; }
.contact-item span, .contact-item a { font-size: 0.95rem; color: #1B2A4A; font-weight: 500; }
.contact-item a:hover { color: #D4A843; }
.contact-map {
  border-radius: 16px; overflow: hidden;
  box-shadow: 0 12px 30px rgba(27, 42, 74, 0.1);
  position: relative;
}
.contact-map img { width: 100%; height: 100%; object-fit: cover; }
.map-link {
  position: absolute; bottom: 16px; left: 16px;
  background: #1B2A4A; color: #FDF9F0;
  padding: 10px 18px; border-radius: 50px;
  font-size: 0.82rem; font-weight: 600;
  display: inline-flex; align-items: center; gap: 6px;
  transition: background 0.2s;
}
.map-link:hover { background: #253A5E; }

/* Form */
.contact-form-wrapper { max-width: 500px; }
.contact-form-card {
  background: #fff;
  border-radius: 24px;
  padding: 40px;
  box-shadow: 0 20px 60px rgba(27, 42, 74, 0.08);
  border: 1px solid rgba(27, 42, 74, 0.06);
}
.form-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem; font-weight: 700;
  color: #1B2A4A; margin-bottom: 6px;
}
.form-subtitle { font-size: 0.9rem; color: #6B7F9E; margin-bottom: 28px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.form-group label {
  font-size: 0.82rem; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.05em;
  color: #3D5275;
}
.form-group input,
.form-group select,
.form-group textarea {
  padding: 12px 16px;
  border: 1.5px solid rgba(27, 42, 74, 0.12);
  border-radius: 12px; font-size: 0.95rem;
  font-family: inherit; color: #1B2A4A;
  background: #FDF9F0;
  transition: border-color 0.2s, box-shadow 0.2s;
  outline: none;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: #D4A843;
  box-shadow: 0 0 0 3px rgba(212, 168, 67, 0.15);
}
.form-group textarea { resize: vertical; min-height: 100px; }
.form-success {
  display: none; text-align: center; padding: 40px 20px;
}
.form-success.active { display: block; }
.success-icon { margin-bottom: 16px; }
.form-success h4 { font-size: 1.3rem; color: #1B2A4A; margin-bottom: 8px; }
.form-success p { font-size: 0.92rem; color: #6B7F9E; }
.form-hidden { display: none; }

/* ─── FOOTER ─── */
.footer { background: #131F38; color: rgba(253, 249, 240, 0.6); padding: 64px 0 0; }
.footer-container {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px; padding-bottom: 48px;
}
.footer-brand .logo { color: #FDF9F0; margin-bottom: 16px; }
.footer-tagline { font-size: 0.9rem; line-height: 1.7; max-width: 280px; }
.footer-links h4 {
  font-size: 0.82rem; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.08em;
  color: #D4A843; margin-bottom: 16px;
}
.footer-links ul { display: flex; flex-direction: column; gap: 10px; }
.footer-links a { font-size: 0.9rem; transition: color 0.2s; }
.footer-links a:hover { color: #FDF9F0; }
.footer-bottom {
  border-top: 1px solid rgba(253, 249, 240, 0.08);
  padding: 24px 0;
}
.footer-bottom-inner {
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 12px;
  font-size: 0.82rem; color: rgba(253, 249, 240, 0.4);
}

/* ─── REVEAL ANIMATION ─── */
.reveal {
  opacity: 0; transform: translateY(30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal:nth-child(2) { transition-delay: 0.1s; }
.reveal:nth-child(3) { transition-delay: 0.2s; }
.reveal:nth-child(4) { transition-delay: 0.3s; }
.reveal:nth-child(5) { transition-delay: 0.35s; }
.reveal:nth-child(6) { transition-delay: 0.4s; }

/* ─── RESPONSIVE ─── */
@media (max-width: 1024px) {
  .hero-container { gap: 40px; }
  .hero-img-wrapper { max-width: 480px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-container { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .nav-links { display: none; }
  .nav-toggle { display: flex; }
  .hero { padding: 100px 0 60px; }
  .hero-container { grid-template-columns: 1fr; text-align: center; }
  .hero-desc { margin-left: auto; margin-right: auto; }
  .hero-actions { justify-content: center; }
  .hero-stats { justify-content: center; }
  .hero-image { order: -1; max-width: 400px; margin: 0 auto; }
  .hero-float-card { left: 10px; bottom: -10px; }
  .about-container { grid-template-columns: 1fr; }
  .about-content { max-width: 100%; }
  .about-img-secondary { right: 10px; bottom: -20px; }
  .why-grid { grid-template-columns: 1fr; }
  .cta-container { flex-direction: column; text-align: center; }
  .cta-actions { justify-content: center; }
  .contact-container { grid-template-columns: 1fr; }
  .contact-form-wrapper { max-width: 100%; }
  .form-row { grid-template-columns: 1fr; }
  .contact-form-card { padding: 28px; }
  .services-grid { grid-template-columns: 1fr; }
  .footer-container { grid-template-columns: 1fr; }
  .footer-bottom-inner { flex-direction: column; text-align: center; }
}
@media (max-width: 480px) {
  .hero-title { font-size: 2rem; }
  .hero-float-card { display: none; }
  .about-img-secondary { display: none; }
}
