*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; }
body { font-family: 'DM Sans', system-ui, sans-serif; color: #1a2744; background: #f8f6f1; line-height: 1.6; overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: 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(248,246,241,0.85); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border-bottom: 1px solid rgba(26,39,68,0.06); transition: box-shadow 0.3s ease; }
.nav.scrolled { box-shadow: 0 4px 30px rgba(26,39,68,0.08); }
.nav-inner { max-width: 1200px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; height: 72px; gap: 24px; }
.nav-logo { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 15px; color: #1a2744; letter-spacing: -0.02em; }
.nav-logo-icon { width: 36px; height: 36px; flex-shrink: 0; }
.nav-logo-text { display: none; }
.nav-links { display: flex; align-items: center; gap: 8px; margin-left: auto; }
.nav-links a { padding: 8px 16px; border-radius: 8px; font-size: 14px; font-weight: 500; color: #4a65a0; transition: all 0.2s ease; }
.nav-links a:hover { color: #1a2744; background: rgba(26,39,68,0.05); }
.nav-cta { display: flex; align-items: center; gap: 6px; padding: 10px 20px; border-radius: 10px; background: #1a2744; color: #f8f6f1; font-size: 13px; font-weight: 600; transition: all 0.2s ease; white-space: nowrap; }
.nav-cta:hover { background: #253556; transform: translateY(-1px); }
.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 8px; }
.nav-toggle span { width: 22px; height: 2px; background: #1a2744; border-radius: 2px; transition: all 0.3s ease; }
.nav-toggle.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.nav-toggle.active span:nth-child(2) { opacity: 0; }
.nav-toggle.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

/* HERO */
.hero { position: relative; min-height: 100vh; display: flex; align-items: center; justify-content: center; overflow: hidden; background: linear-gradient(135deg, #1a2744 0%, #2d4a7a 30%, #4a7ab5 55%, #7eb8d4 75%, #b8d8e8 100%); }
.hero-overlay { position: absolute; inset: 0; background: radial-gradient(ellipse at 30% 50%, rgba(212,168,67,0.12) 0%, transparent 60%), radial-gradient(ellipse at 70% 30%, rgba(126,184,212,0.2) 0%, transparent 50%); }
.hero-pattern { position: absolute; inset: 0; opacity: 0.03; background-image: radial-gradient(circle, #fff 1px, transparent 1px); background-size: 32px 32px; }
.hero-content { position: relative; z-index: 2; text-align: center; max-width: 780px; padding: 120px 24px 80px; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; padding: 8px 18px; border-radius: 100px; background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.2); color: rgba(255,255,255,0.85); font-size: 13px; font-weight: 500; margin-bottom: 28px; backdrop-filter: blur(8px); }
.hero-title { font-family: 'Playfair Display', Georgia, serif; font-size: clamp(2.4rem, 5.5vw, 4.2rem); font-weight: 700; color: #fff; line-height: 1.15; margin-bottom: 24px; letter-spacing: -0.02em; }
.text-gold { color: #d4a843; }
.hero-sub { font-size: clamp(1rem, 2vw, 1.2rem); color: rgba(255,255,255,0.75); line-height: 1.7; margin-bottom: 40px; max-width: 600px; margin-left: auto; margin-right: auto; }
.hero-actions { display: flex; align-items: center; justify-content: center; gap: 16px; flex-wrap: wrap; margin-bottom: 56px; }
.hero-stats { display: flex; align-items: center; justify-content: center; gap: 32px; flex-wrap: wrap; }
.hero-stat { text-align: center; }
.hero-stat-num { display: block; font-size: 1.1rem; font-weight: 700; color: #d4a843; }
.hero-stat-label { font-size: 0.8rem; color: rgba(255,255,255,0.55); text-transform: uppercase; letter-spacing: 0.08em; }
.hero-stat-divider { width: 1px; height: 36px; background: rgba(255,255,255,0.15); }
.hero-scroll { position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%); color: rgba(255,255,255,0.4); animation: scrollBounce 2s ease-in-out infinite; }
@keyframes scrollBounce { 0%, 100% { transform: translateX(-50%) translateY(0); } 50% { transform: translateX(-50%) translateY(8px); } }

/* BUTTONS */
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 14px 28px; border-radius: 12px; font-size: 15px; font-weight: 600; transition: all 0.25s ease; border: none; cursor: pointer; }
.btn-primary { background: #d4a843; color: #1a2744; }
.btn-primary:hover { background: #c49a35; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(212,168,67,0.3); }
.btn-outline { background: transparent; color: #1a2744; border: 1.5px solid rgba(26,39,68,0.2); }
.btn-outline:hover { border-color: #1a2744; background: rgba(26,39,68,0.04); transform: translateY(-2px); }
.btn-outline-light { background: rgba(255,255,255,0.12); color: #fff; border: 1.5px solid rgba(255,255,255,0.3); backdrop-filter: blur(8px); }
.btn-outline-light:hover { background: rgba(255,255,255,0.2); transform: translateY(-2px); }
.btn-lg { padding: 16px 32px; font-size: 16px; border-radius: 14px; }
.btn-full { width: 100%; justify-content: center; }

/* SECTION HEADER */
.section-header { text-align: center; margin-bottom: 56px; }
.section-tag { display: inline-block; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.12em; color: #d4a843; background: rgba(212,168,67,0.1); padding: 6px 16px; border-radius: 100px; margin-bottom: 16px; }
.section-title { font-family: 'Playfair Display', Georgia, serif; font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 700; color: #1a2744; line-height: 1.2; margin-bottom: 16px; letter-spacing: -0.02em; }
.section-desc { font-size: 1.05rem; color: #6684bc; max-width: 560px; margin: 0 auto; line-height: 1.7; }

/* SERVICES */
.services { padding: 100px 0; background: #f8f6f1; }
.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(26,39,68,0.06); transition: all 0.3s ease; position: relative; overflow: hidden; }
.service-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, #d4a843, #f0c93d); opacity: 0; transition: opacity 0.3s ease; }
.service-card:hover { transform: translateY(-4px); box-shadow: 0 20px 60px rgba(26,39,68,0.08); border-color: transparent; }
.service-card:hover::before { opacity: 1; }
.service-icon { width: 56px; height: 56px; border-radius: 14px; background: linear-gradient(135deg, rgba(26,39,68,0.06), rgba(26,39,68,0.02)); display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.service-name { font-size: 1.15rem; font-weight: 700; color: #1a2744; margin-bottom: 10px; letter-spacing: -0.01em; }
.service-desc { font-size: 0.92rem; color: #6684bc; line-height: 1.7; }

/* ABOUT */
.about { padding: 100px 0; background: linear-gradient(180deg, #f0ede6 0%, #f8f6f1 100%); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.about-image-wrap { position: relative; }
.about-image { border-radius: 24px; width: 100%; object-fit: cover; box-shadow: 0 24px 64px rgba(26,39,68,0.12); }
.about-image-accent { position: absolute; bottom: -20px; right: -20px; width: 160px; height: 160px; border-radius: 20px; background: linear-gradient(135deg, #d4a843, #f0c93d); opacity: 0.15; z-index: -1; }
.about-content { max-width: 480px; }
.about-text { font-size: 1rem; color: #4a65a0; line-height: 1.8; margin-bottom: 16px; }
.about-values { margin-top: 32px; display: flex; flex-direction: column; gap: 14px; }
.about-value { display: flex; align-items: flex-start; gap: 12px; font-size: 0.95rem; color: #1a2744; font-weight: 500; }
.about-value svg { flex-shrink: 0; margin-top: 2px; }

/* WHY US */
.why-us { padding: 100px 0; background: #fff; }
.why-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.why-card { padding: 40px 32px; border-radius: 20px; background: #f8f6f1; border: 1px solid rgba(26,39,68,0.05); transition: all 0.3s ease; }
.why-card:hover { background: #fff; border-color: rgba(212,168,67,0.2); box-shadow: 0 16px 48px rgba(26,39,68,0.06); transform: translateY(-2px); }
.why-num { font-family: 'Playfair Display', Georgia, serif; font-size: 2.4rem; font-weight: 700; color: rgba(212,168,67,0.25); line-height: 1; margin-bottom: 16px; }
.why-title { font-size: 1.2rem; font-weight: 700; color: #1a2744; margin-bottom: 10px; }
.why-desc { font-size: 0.92rem; color: #6684bc; line-height: 1.7; }

/* REVIEWS */
.reviews { padding: 100px 0; background: linear-gradient(180deg, #f8f6f1 0%, #f0ede6 100%); }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.review-card { background: #fff; border-radius: 20px; padding: 36px 28px; border: 1px solid rgba(26,39,68,0.06); transition: all 0.3s ease; }
.review-card:hover { transform: translateY(-4px); box-shadow: 0 20px 60px rgba(26,39,68,0.08); }
.review-stars { display: flex; gap: 4px; margin-bottom: 20px; }
.review-text { font-size: 0.95rem; color: #4a65a0; line-height: 1.8; margin-bottom: 20px; font-style: italic; }
.review-author { font-size: 0.85rem; font-weight: 600; color: #1a2744; }

/* CTA BANNER */
.cta-banner { position: relative; padding: 96px 0; overflow: hidden; }
.cta-bg { position: absolute; inset: 0; background: linear-gradient(135deg, #1a2744 0%, #2d4a7a 50%, #4a7ab5 100%); }
.cta-banner .container { position: relative; z-index: 2; }
.cta-content { text-align: center; max-width: 640px; margin: 0 auto; }
.cta-title { font-family: 'Playfair Display', Georgia, serif; font-size: clamp(1.8rem, 4vw, 2.6rem); font-weight: 700; color: #fff; margin-bottom: 16px; letter-spacing: -0.02em; }
.cta-text { font-size: 1.05rem; color: rgba(255,255,255,0.7); margin-bottom: 36px; line-height: 1.7; }
.cta-actions { display: flex; align-items: center; justify-content: center; gap: 16px; flex-wrap: wrap; }

/* CONTACT */
.contact { padding: 100px 0; background: #fff; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.contact-desc { font-size: 1rem; color: #6684bc; line-height: 1.7; margin-bottom: 36px; }
.contact-details { display: flex; flex-direction: column; gap: 24px; margin-bottom: 32px; }
.contact-item { display: flex; align-items: flex-start; gap: 16px; }
.contact-icon { width: 48px; height: 48px; border-radius: 12px; background: rgba(212,168,67,0.1); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.contact-item strong { display: block; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.08em; color: #1a2744; margin-bottom: 4px; }
.contact-item span, .contact-item a { font-size: 0.95rem; color: #4a65a0; line-height: 1.6; }
.contact-item a:hover { color: #d4a843; }
.contact-map { border-radius: 16px; overflow: hidden; box-shadow: 0 8px 32px rgba(26,39,68,0.08); }
.contact-form-wrap { max-width: 100%; }
.contact-form-card { background: #f8f6f1; border-radius: 24px; padding: 40px; border: 1px solid rgba(26,39,68,0.06); }
.contact-form-title { font-family: 'Playfair Display', Georgia, serif; font-size: 1.6rem; font-weight: 700; color: #1a2744; margin-bottom: 8px; }
.contact-form-sub { font-size: 0.9rem; color: #6684bc; margin-bottom: 28px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { margin-bottom: 16px; }
.form-group label { display: block; font-size: 0.82rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em; color: #1a2744; margin-bottom: 6px; }
.form-group input, .form-group select, .form-group textarea { width: 100%; padding: 12px 16px; border-radius: 10px; border: 1.5px solid rgba(26,39,68,0.12); background: #fff; font-family: inherit; font-size: 0.95rem; color: #1a2744; transition: all 0.2s ease; 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.12); }
.form-group input::placeholder, .form-group textarea::placeholder { color: #b8c6e2; }
.form-group textarea { resize: vertical; min-height: 100px; }
.form-success { text-align: center; padding: 40px 20px; }
.form-success svg { margin: 0 auto 16px; }
.form-success h4 { font-size: 1.3rem; font-weight: 700; color: #1a2744; margin-bottom: 8px; }
.form-success p { font-size: 0.95rem; color: #6684bc; }

/* FOOTER */
.footer { background: #1a2744; padding: 72px 0 0; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 48px; padding-bottom: 56px; }
.footer-brand p { margin-top: 16px; font-size: 0.9rem; color: rgba(255,255,255,0.45); line-height: 1.7; max-width: 280px; }
.footer-logo { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 15px; color: #fff; }
.footer-logo-icon { width: 36px; height: 36px; }
.footer-col h4 { font-size: 0.8rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; color: #d4a843; margin-bottom: 20px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.footer-col ul li a { font-size: 0.9rem; color: rgba(255,255,255,0.5); transition: color 0.2s ease; }
.footer-col ul li a:hover { color: #d4a843; }
.footer-contact { gap: 14px; }
.footer-contact li { display: flex; align-items: flex-start; gap: 10px; font-size: 0.88rem; color: rgba(255,255,255,0.5); line-height: 1.6; }
.footer-contact a:hover { color: #d4a843; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding: 24px 0; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.footer-bottom p { font-size: 0.82rem; color: rgba(255,255,255,0.35); }
.footer-bottom a { color: rgba(255,255,255,0.5); transition: color 0.2s ease; }
.footer-bottom a:hover { color: #d4a843; }

/* ANIMATIONS */
.fade-up { opacity: 0; transform: translateY(30px); transition: opacity 0.7s ease, transform 0.7s ease; }
.fade-up.visible { opacity: 1; transform: translateY(0); }

/* MOBILE */
@media (max-width: 1024px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .reviews-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .nav-links, .nav-cta { display: none; }
  .nav-links.open { display: flex; flex-direction: column; position: absolute; top: 72px; left: 0; right: 0; background: rgba(248,246,241,0.98); backdrop-filter: blur(16px); padding: 24px; gap: 4px; border-bottom: 1px solid rgba(26,39,68,0.06); box-shadow: 0 16px 48px rgba(26,39,68,0.08); }
  .nav-links.open a { padding: 14px 16px; font-size: 16px; }
  .nav-toggle { display: flex; }
  .nav-logo-text { display: block; }
  .hero-content { padding: 100px 20px 80px; }
  .hero-stats { gap: 20px; }
  .hero-stat-divider { display: none; }
  .services-grid { grid-template-columns: 1fr; }
  .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .about-image-wrap { order: -1; }
  .about-content { max-width: 100%; }
  .why-grid { grid-template-columns: 1fr; }
  .reviews-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; gap: 48px; }
  .contact-form-card { padding: 28px; }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .footer-bottom { flex-direction: column; text-align: center; }
}

@media (max-width: 480px) {
  .hero-title { font-size: 2rem; }
  .hero-actions { flex-direction: column; width: 100%; }
  .hero-actions .btn { width: 100%; justify-content: center; }
  .cta-actions { flex-direction: column; width: 100%; }
  .cta-actions .btn { width: 100%; justify-content: center; }
}
