*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; color: #1a1a2e; background: #fff; line-height: 1.6; -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; }

/* Top Bar */
.top-bar { background: #0F2B4C; color: #a8b5c7; font-size: 0.8125rem; padding: 8px 0; }
.top-bar-inner { display: flex; justify-content: space-between; align-items: center; }
.top-bar-phone { color: #C8A951; font-weight: 600; transition: color 0.2s; }
.top-bar-phone:hover { color: #d4b86a; }

/* Header */
header { background: #fff; border-bottom: 1px solid #e8ecf1; position: sticky; top: 0; z-index: 100; }
.header-inner { display: flex; align-items: center; padding-top: 16px; padding-bottom: 16px; gap: 24px; }
.logo { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.logo-mark { width: 40px; height: 40px; background: #0F2B4C; color: #C8A951; font-family: 'Playfair Display', serif; font-weight: 700; font-size: 1.25rem; display: flex; align-items: center; justify-content: center; border-radius: 8px; }
.logo-text { font-weight: 700; font-size: 1.125rem; color: #0F2B4C; letter-spacing: -0.01em; }
.logo-text .gold { color: #C8A951; }
#main-nav ul { display: flex; align-items: center; gap: 32px; margin-left: auto; }
#main-nav a { font-size: 0.9375rem; font-weight: 500; color: #374151; transition: color 0.2s; }
#main-nav a:not(.btn):hover { color: #0F2B4C; }
.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; }
.nav-toggle span { width: 24px; height: 2px; background: #0F2B4C; border-radius: 2px; transition: transform 0.3s, opacity 0.3s; }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 14px 28px; border-radius: 8px; font-weight: 600; font-size: 0.9375rem; transition: background 0.2s, transform 0.15s, box-shadow 0.2s; border: none; cursor: pointer; white-space: nowrap; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: #0F2B4C; color: #fff; }
.btn-primary:hover { background: #1a3d66; box-shadow: 0 8px 24px rgba(15,43,76,0.3); }
.btn-gold { background: #C8A951; color: #0F2B4C; }
.btn-gold:hover { background: #d4b86a; box-shadow: 0 8px 24px rgba(200,169,81,0.35); }
.btn-outline { background: transparent; color: #0F2B4C; border: 2px solid #0F2B4C; }
.btn-outline:hover { background: #0F2B4C; color: #fff; }
.btn-full { width: 100%; }

/* Hero */
.hero { background: linear-gradient(135deg, #0a1f38 0%, #0F2B4C 60%, #163a63 100%); padding: 80px 0; overflow: hidden; }
.hero-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.hero-eyebrow { font-size: 0.8125rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: #C8A951; margin-bottom: 16px; }
.hero h1 { font-family: 'Playfair Display', serif; font-size: clamp(2rem, 4vw, 3.25rem); font-weight: 700; color: #fff; line-height: 1.15; margin-bottom: 24px; }
.hero-desc { font-size: 1.125rem; color: #a8b5c7; line-height: 1.7; margin-bottom: 36px; max-width: 520px; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 48px; }
.hero-trust { display: flex; gap: 32px; }
.trust-item { display: flex; align-items: center; gap: 8px; color: #d1dce8; font-size: 0.875rem; font-weight: 500; }
.trust-item svg { color: #C8A951; }
.hero-image-wrap { border-radius: 16px; overflow: hidden; box-shadow: 0 32px 64px rgba(0,0,0,0.3); }
.hero-image-wrap img { width: 100%; height: 100%; object-fit: cover; }

/* Section shared */
.section-header { text-align: center; max-width: 640px; margin: 0 auto 56px; }
.section-header.light .section-eyebrow { color: #C8A951; }
.section-header.light h2 { color: #fff; }
.section-header.light .section-desc { color: #a8b5c7; }
.section-eyebrow { font-size: 0.8125rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: #C8A951; margin-bottom: 12px; }
.section-header h2 { font-family: 'Playfair Display', serif; font-size: clamp(1.75rem, 3vw, 2.5rem); font-weight: 700; color: #0F2B4C; line-height: 1.2; margin-bottom: 16px; }
.section-desc { font-size: 1.0625rem; color: #6b7280; line-height: 1.7; }

/* Services */
.services { padding: 96px 0; background: #f8fafc; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.service-card { background: #fff; border-radius: 12px; padding: 36px 28px; border: 1px solid #e8ecf1; transition: box-shadow 0.25s, transform 0.25s; }
.service-card:hover { box-shadow: 0 16px 48px rgba(15,43,76,0.1); transform: translateY(-4px); }
.service-icon { width: 56px; height: 56px; background: #0F2B4C; color: #C8A951; border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.service-card h3 { font-size: 1.1875rem; font-weight: 700; color: #0F2B4C; margin-bottom: 10px; }
.service-card p { font-size: 0.9375rem; color: #6b7280; line-height: 1.7; }

/* About */
.about { padding: 96px 0; }
.about-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.about-image-wrap { border-radius: 16px; overflow: hidden; box-shadow: 0 24px 48px rgba(15,43,76,0.12); }
.about-image-wrap img { width: 100%; height: 100%; object-fit: cover; }
.about-content .section-eyebrow { text-align: left; }
.about-content h2 { font-family: 'Playfair Display', serif; font-size: clamp(1.75rem, 3vw, 2.5rem); font-weight: 700; color: #0F2B4C; line-height: 1.2; margin-bottom: 20px; }
.about-content p { font-size: 1rem; color: #4b5563; line-height: 1.8; margin-bottom: 16px; }
.about-stats { display: flex; gap: 40px; margin: 32px 0 40px; }
.stat { display: flex; flex-direction: column; }
.stat-number { font-family: 'Playfair Display', serif; font-size: 1.75rem; font-weight: 700; color: #0F2B4C; }
.stat-label { font-size: 0.8125rem; color: #6b7280; text-transform: uppercase; letter-spacing: 0.06em; }

/* Why Us */
.why-us { padding: 96px 0; background: linear-gradient(135deg, #0a1f38 0%, #0F2B4C 100%); }
.why-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; max-width: 960px; margin: 0 auto; }
.why-card { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); border-radius: 12px; padding: 36px 32px; position: relative; overflow: hidden; transition: background 0.25s; }
.why-card:hover { background: rgba(255,255,255,0.1); }
.why-number { font-family: 'Playfair Display', serif; font-size: 3rem; font-weight: 700; color: rgba(200,169,81,0.2); position: absolute; top: 16px; right: 24px; line-height: 1; }
.why-card h3 { font-size: 1.1875rem; font-weight: 700; color: #fff; margin-bottom: 10px; margin-top: 20px; }
.why-card p { font-size: 0.9375rem; color: #a8b5c7; line-height: 1.7; }

/* Contact */
.contact { padding: 96px 0; background: #f8fafc; }
.contact-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.contact-info .section-eyebrow { text-align: left; }
.contact-info h2 { font-family: 'Playfair Display', serif; font-size: clamp(1.75rem, 3vw, 2.5rem); font-weight: 700; color: #0F2B4C; line-height: 1.2; margin-bottom: 16px; }
.contact-info > p { font-size: 1rem; color: #6b7280; line-height: 1.7; margin-bottom: 36px; }
.contact-details { display: flex; flex-direction: column; gap: 20px; }
.contact-item { display: flex; align-items: flex-start; gap: 16px; }
.contact-icon { width: 48px; height: 48px; background: #0F2B4C; color: #C8A951; border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.contact-label { display: block; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.08em; color: #9ca3af; margin-bottom: 2px; }
.contact-item a, .contact-item span { font-size: 1rem; color: #0F2B4C; font-weight: 500; }
.contact-item a:hover { color: #C8A951; }
.contact-form-wrap { background: #fff; border-radius: 16px; padding: 40px; border: 1px solid #e8ecf1; box-shadow: 0 8px 32px rgba(15,43,76,0.06); }
.contact-form h3 { font-family: 'Playfair Display', serif; font-size: 1.5rem; font-weight: 700; color: #0F2B4C; margin-bottom: 24px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { margin-bottom: 16px; }
.form-group label { display: block; font-size: 0.8125rem; font-weight: 600; color: #374151; margin-bottom: 6px; text-transform: uppercase; letter-spacing: 0.05em; }
.form-group input, .form-group select, .form-group textarea { width: 100%; padding: 12px 16px; border: 1.5px solid #e0e4ea; border-radius: 8px; font-family: inherit; font-size: 0.9375rem; color: #1a1a2e; background: #f8fafc; transition: border-color 0.2s, background 0.2s; outline: none; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: #0F2B4C; background: #fff; }
.form-group textarea { resize: vertical; min-height: 100px; }
.form-success { text-align: center; padding: 16px; background: #ecfdf5; color: #065f46; border-radius: 8px; font-weight: 500; margin-top: 16px; }

/* Footer */
footer { background: #0a1f38; color: #a8b5c7; padding: 64px 0 0; }
.footer-inner { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 48px; padding-bottom: 48px; }
.footer-brand p { margin-top: 12px; font-size: 0.9375rem; line-height: 1.7; }
.footer-brand .logo { margin-bottom: 0; }
.footer-contact h4, .footer-links h4 { color: #fff; font-size: 0.875rem; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 16px; }
.footer-contact p { font-size: 0.9375rem; margin-bottom: 8px; }
.footer-contact a { color: #C8A951; transition: color 0.2s; }
.footer-contact a:hover { color: #d4b86a; }
.footer-links ul { display: flex; flex-direction: column; gap: 10px; }
.footer-links a { font-size: 0.9375rem; color: #a8b5c7; transition: color 0.2s; }
.footer-links a:hover { color: #C8A951; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding: 20px 0; }
.footer-bottom-inner { display: flex; justify-content: center; }
.footer-bottom p { font-size: 0.8125rem; color: #6b7a8d; }

/* Mobile Nav */
@media (max-width: 900px) {
  .nav-toggle { display: flex; }
  #main-nav { position: fixed; top: 73px; left: 0; right: 0; background: #fff; border-bottom: 1px solid #e8ecf1; padding: 24px; transform: translateY(-120%); opacity: 0; transition: transform 0.3s, opacity 0.3s; z-index: 99; box-shadow: 0 16px 32px rgba(0,0,0,0.1); }
  #main-nav.open { transform: translateY(0); opacity: 1; }
  #main-nav ul { flex-direction: column; gap: 16px; align-items: stretch; text-align: center; }
  #main-nav .btn { display: inline-flex; }
  .hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .hero-image-wrap { max-width: 100%; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .about-inner { grid-template-columns: 1fr; gap: 40px; }
  .about-image-wrap { order: -1; }
  .why-grid { grid-template-columns: 1fr; }
  .contact-inner { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .top-bar-inner { flex-direction: column; gap: 4px; text-align: center; }
  .hero { padding: 56px 0; }
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { width: 100%; }
  .hero-trust { flex-direction: column; gap: 12px; }
  .services-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .about-stats { flex-direction: column; gap: 16px; }
  .footer-inner { grid-template-columns: 1fr; gap: 32px; }
  .contact-form-wrap { padding: 24px; }
}
