*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  :root {
    --navy: #0B1F3A; --navy-mid: #152E52; --navy-light: #1e3f70;
    --gold: #C8963E; --gold-light: #E2B869; --gold-pale: #FDF4E7;
    --cream: #F9F8F5; --text: #1A1A2E; --text-mid: #3D4A5C; --text-light: #6B7A8D;
    --border: rgba(11,31,58,0.1); --white: #ffffff; --r: 12px; --r-lg: 20px;
  }
  html { scroll-behavior: smooth; }
  body { font-family: 'DM Sans', sans-serif; color: var(--text); background: var(--cream); line-height: 1.65; }

  /* NAV */
  nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
    background: #ffffff;
    display: flex; align-items: center; justify-content: space-between;
    padding: 0 6%; height: 72px;
    border-bottom: 1px solid rgba(11,31,58,0.12);
    box-shadow: 0 2px 16px rgba(11,31,58,0.08);
  }
  .logo { display: flex; align-items: center; text-decoration: none; }
  .nav-logo-img { height: 48px; width: auto; object-fit: contain; display: block; }
  .footer-logo-img { height: 38px; width: auto; object-fit: contain; display: block; margin-bottom: 2px; }
  .nav-links { display: flex; align-items: center; gap: 28px; list-style: none; }
  .nav-links a { color: var(--navy); text-decoration: none; font-size: 14px; font-weight: 500; transition: color 0.2s; }
  .nav-links a:hover { color: var(--gold); }
  .nav-cta { background: var(--gold) !important; color: #fff !important; padding: 8px 18px !important; border-radius: 6px !important; font-weight: 600 !important; }
  .nav-cta:hover { background: var(--navy) !important; color: #fff !important; }
  .hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; }
  .hamburger span { width: 22px; height: 2px; background: var(--navy); border-radius: 2px; }
  .mob-menu { display: none; position: fixed; top: 72px; left: 0; right: 0; background: var(--navy); z-index: 999; padding: 20px 6% 28px; border-top: 1px solid rgba(200,150,62,0.2); }
  .mob-menu.open { display: block; }
  .mob-menu a { display: block; color: rgba(255,255,255,0.82); text-decoration: none; font-size: 15px; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,0.07); }
  .mob-menu a.mob-cta { border: none; margin-top: 14px; background: var(--gold); color: var(--navy); text-align: center; border-radius: 8px; font-weight: 600; padding: 13px; }

  /* HERO */
  .hero { min-height: 100vh; padding: 140px 6% 90px; background: linear-gradient(140deg, #0B1F3A 0%, #162f58 55%, #1a3e72 100%); display: flex; align-items: center; position: relative; overflow: hidden; }
  .hero::before { content: ''; position: absolute; top: -120px; right: -60px; width: 650px; height: 650px; background: radial-gradient(circle, rgba(200,150,62,0.13) 0%, transparent 68%); pointer-events: none; }
  .hero::after { content: ''; position: absolute; bottom: -80px; left: 5%; width: 450px; height: 450px; background: radial-gradient(circle, rgba(200,150,62,0.07) 0%, transparent 65%); pointer-events: none; }
  .hero-inner { max-width: 1140px; margin: 0 auto; width: 100%; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 64px; align-items: center; position: relative; z-index: 1; }
  .hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(200,150,62,0.14); border: 1px solid rgba(200,150,62,0.38); color: var(--gold-light); font-size: 11.5px; font-weight: 500; letter-spacing: 0.09em; text-transform: uppercase; padding: 6px 14px; border-radius: 100px; margin-bottom: 22px; }
  .hero-badge::before { content: ''; width: 6px; height: 6px; background: var(--gold); border-radius: 50%; }
  .hero h1 { font-family: 'Playfair Display', serif; font-size: clamp(36px, 5vw, 58px); font-weight: 700; color: #fff; line-height: 1.15; margin-bottom: 22px; }
  .hero h1 em { color: var(--gold-light); font-style: normal; }
  .hero-desc { color: rgba(255,255,255,0.7); font-size: 16px; font-weight: 300; line-height: 1.75; margin-bottom: 38px; max-width: 480px; }
  .hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }
  .btn-gold { background: var(--gold); color: var(--navy); padding: 14px 28px; border-radius: 8px; font-size: 15px; font-weight: 600; text-decoration: none; transition: background 0.22s, transform 0.15s; display: inline-flex; align-items: center; gap: 8px; }
  .btn-gold:hover { background: var(--gold-light); transform: translateY(-1px); }
  .btn-outline { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,0.3); padding: 14px 28px; border-radius: 8px; font-size: 15px; font-weight: 400; text-decoration: none; transition: border-color 0.2s, background 0.2s; }
  .btn-outline:hover { border-color: var(--gold-light); background: rgba(200,150,62,0.08); }
  .hero-stats { margin-top: 48px; display: flex; gap: 36px; }
  .stat-num { font-family: 'Playfair Display', serif; font-size: 34px; font-weight: 700; color: var(--gold-light); line-height: 1; }
  .stat-label { font-size: 12px; color: rgba(255,255,255,0.55); margin-top: 4px; font-weight: 400; }
  .hero-card { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12); border-radius: 20px; padding: 36px 32px; backdrop-filter: blur(10px); }
  .hero-card h3 { font-family: 'Playfair Display', serif; font-size: 20px; color: #fff; margin-bottom: 24px; font-weight: 600; }
  .contact-row { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 22px; }
  .contact-row:last-child { margin-bottom: 0; }
  .contact-icon { width: 40px; height: 40px; border-radius: 10px; background: rgba(200,150,62,0.18); border: 1px solid rgba(200,150,62,0.3); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
  .contact-icon svg { width: 18px; height: 18px; fill: var(--gold-light); }
  .contact-info strong { display: block; font-size: 13px; color: rgba(255,255,255,0.55); font-weight: 400; margin-bottom: 2px; }
  .contact-info span { font-size: 14px; color: rgba(255,255,255,0.9); font-weight: 400; line-height: 1.5; }
  .contact-divider { border: none; border-top: 1px solid rgba(255,255,255,0.08); margin: 18px 0; }

  /* SECTIONS */
  section { padding: 90px 6%; }
  .section-inner { max-width: 1140px; margin: 0 auto; }
  .section-tag { display: inline-block; background: var(--gold-pale); color: var(--gold); font-size: 11px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; padding: 5px 14px; border-radius: 100px; margin-bottom: 14px; border: 1px solid rgba(200,150,62,0.25); }
  .section-heading { font-family: 'Playfair Display', serif; font-size: clamp(26px, 3.5vw, 40px); font-weight: 700; color: var(--navy); line-height: 1.2; margin-bottom: 16px; }
  .section-sub { font-size: 16px; color: var(--text-light); max-width: 560px; line-height: 1.7; }

  /* ABOUT */
  .about { background: #fff; }
  .about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
  .about-main-card { background: var(--navy); border-radius: 20px; padding: 40px 36px; color: #fff; position: relative; overflow: hidden; }
  .about-main-card::before { content: ''; position: absolute; top: -60px; right: -60px; width: 200px; height: 200px; background: radial-gradient(circle, rgba(200,150,62,0.18) 0%, transparent 70%); }
  .about-main-card .year { font-family: 'Playfair Display', serif; font-size: 72px; font-weight: 700; color: var(--gold); line-height: 1; margin-bottom: 8px; }
  .about-main-card p { color: rgba(255,255,255,0.7); font-size: 15px; line-height: 1.7; }
  .about-chip { display: inline-block; background: rgba(200,150,62,0.15); border: 1px solid rgba(200,150,62,0.3); color: var(--gold-light); font-size: 12px; padding: 4px 12px; border-radius: 100px; margin-bottom: 16px; }
  .about-mini { margin-top: 16px; background: var(--gold-pale); border: 1px solid rgba(200,150,62,0.2); border-radius: 14px; padding: 22px 24px; }
  .about-mini p { font-size: 14px; color: var(--text-mid); line-height: 1.7; }
  .about-mini strong { color: var(--navy); font-weight: 600; }
  .about-content .section-sub { margin-bottom: 28px; }
  .about-points { list-style: none; margin-bottom: 32px; }
  .about-points li { display: flex; align-items: flex-start; gap: 12px; font-size: 15px; color: var(--text-mid); margin-bottom: 13px; }
  .check-icon { width: 20px; height: 20px; border-radius: 50%; background: var(--gold-pale); border: 2px solid var(--gold); display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; }
  .check-icon::after { content: '✓'; font-size: 11px; color: var(--gold); font-weight: 700; }

  /* SERVICES */
  .services { background: var(--cream); }
  .services-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 52px; flex-wrap: wrap; gap: 20px; }
  .services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
  .service-card { background: #fff; border: 1px solid var(--border); border-radius: var(--r-lg); padding: 32px 28px; transition: box-shadow 0.25s, transform 0.22s, border-color 0.22s; cursor: default; }
  .service-card:hover { box-shadow: 0 12px 40px rgba(11,31,58,0.1); transform: translateY(-4px); border-color: rgba(200,150,62,0.35); }
  .service-icon { width: 52px; height: 52px; border-radius: 13px; background: var(--gold-pale); border: 1px solid rgba(200,150,62,0.2); display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
  .service-icon svg { width: 24px; height: 24px; fill: var(--gold); }
  .service-card h3 { font-family: 'Playfair Display', serif; font-size: 18px; font-weight: 600; color: var(--navy); margin-bottom: 10px; }
  .service-card p { font-size: 14px; color: var(--text-light); line-height: 1.7; margin-bottom: 18px; }
  .service-list { list-style: none; }
  .service-list li { font-size: 13.5px; color: var(--text-mid); padding: 6px 0; border-bottom: 1px solid rgba(11,31,58,0.06); display: flex; align-items: center; gap: 8px; }
  .service-list li:last-child { border-bottom: none; }
  .service-list li::before { content: '›'; color: var(--gold); font-size: 16px; font-weight: 700; }

  /* WHY US */
  .why { background: var(--navy); padding: 90px 6%; }
  .why .section-heading { color: #fff; }
  .why .section-sub { color: rgba(255,255,255,0.6); }
  .why .section-tag { background: rgba(200,150,62,0.15); color: var(--gold-light); border-color: rgba(200,150,62,0.25); }
  .why-header { margin-bottom: 52px; }
  .why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
  .why-card { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: var(--r-lg); padding: 30px 24px; transition: background 0.22s, border-color 0.22s; }
  .why-card:hover { background: rgba(200,150,62,0.08); border-color: rgba(200,150,62,0.3); }
  .why-num { font-family: 'Playfair Display', serif; font-size: 40px; font-weight: 700; color: var(--gold); line-height: 1; margin-bottom: 14px; }
  .why-card h4 { font-size: 16px; font-weight: 600; color: #fff; margin-bottom: 8px; }
  .why-card p { font-size: 13.5px; color: rgba(255,255,255,0.55); line-height: 1.65; }

  /* CONTACT */
  .contact { background: #fff; }
  .contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
  .contact-info-block .section-sub { margin-bottom: 36px; }
  .contact-item { display: flex; gap: 16px; align-items: flex-start; margin-bottom: 26px; }
  .ci-icon { width: 46px; height: 46px; border-radius: 12px; background: var(--gold-pale); border: 1px solid rgba(200,150,62,0.22); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
  .ci-icon svg { width: 20px; height: 20px; fill: var(--gold); }
  .ci-label { font-size: 12px; color: var(--text-light); font-weight: 500; text-transform: uppercase; letter-spacing: 0.07em; margin-bottom: 4px; }
  .ci-value { font-size: 15px; color: var(--text-mid); font-weight: 400; line-height: 1.6; }
  .ci-value a { color: var(--navy); text-decoration: none; font-weight: 500; }
  .ci-value a:hover { color: var(--gold); }
  .contact-form-block { background: var(--cream); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 36px 32px; }
  .contact-form-block h3 { font-family: 'Playfair Display', serif; font-size: 22px; color: var(--navy); margin-bottom: 24px; }
  .form-row { margin-bottom: 18px; }
  .form-row label { display: block; font-size: 13px; font-weight: 500; color: var(--text-mid); margin-bottom: 7px; }
  .form-row input, .form-row select, .form-row textarea { width: 100%; padding: 12px 16px; border: 1px solid rgba(11,31,58,0.15); border-radius: 8px; font-family: 'DM Sans', sans-serif; font-size: 14px; color: var(--text); background: #fff; transition: border-color 0.2s, box-shadow 0.2s; outline: none; resize: vertical; }
  .form-row input:focus, .form-row select:focus, .form-row textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(200,150,62,0.12); }
  .form-two { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
  .submit-btn { width: 100%; padding: 14px; background: var(--navy); color: #fff; border: none; border-radius: 8px; font-family: 'DM Sans', sans-serif; font-size: 15px; font-weight: 600; cursor: pointer; transition: background 0.22s; margin-top: 6px; }
  .submit-btn:hover { background: var(--navy-mid); }

  /* FOOTER */
  footer { background: #070F1E; padding: 52px 6% 30px; border-top: 1px solid rgba(200,150,62,0.15); }
  .footer-inner { max-width: 1140px; margin: 0 auto; }
  .footer-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 48px; margin-bottom: 40px; }
  .footer-brand p { font-size: 14px; color: rgba(255,255,255,0.45); line-height: 1.75; margin-top: 14px; max-width: 280px; }
  .footer-col h4 { font-size: 13px; font-weight: 600; color: rgba(255,255,255,0.55); letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 16px; }
  .footer-col ul { list-style: none; }
  .footer-col ul li { margin-bottom: 10px; }
  .footer-col ul li a { color: rgba(255,255,255,0.5); text-decoration: none; font-size: 14px; transition: color 0.2s; }
  .footer-col ul li a:hover { color: var(--gold-light); }
  .footer-bottom { border-top: 1px solid rgba(255,255,255,0.07); padding-top: 22px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px; }
  .footer-bottom p { font-size: 13px; color: rgba(255,255,255,0.3); }
  .footer-bottom span { font-size: 13px; color: rgba(200,150,62,0.5); }

  .scroll-top { position: fixed; bottom: 28px; right: 28px; width: 44px; height: 44px; background: var(--gold); border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; opacity: 0; transition: opacity 0.3s, transform 0.2s; border: none; box-shadow: 0 4px 16px rgba(200,150,62,0.4); z-index: 500; }
  .scroll-top.vis { opacity: 1; }
  .scroll-top:hover { transform: translateY(-2px); }
  .scroll-top svg { width: 18px; height: 18px; fill: var(--navy); }

  /* RESPONSIVE */
  @media (max-width: 900px) {
    .nav-links { display: none; }
    .hamburger { display: flex; }
    .hero-inner { grid-template-columns: 1fr; gap: 48px; }
    .hero-card { display: none; }
    .about-grid { grid-template-columns: 1fr; gap: 40px; }
    .services-grid { grid-template-columns: 1fr 1fr; }
    .why-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
    .contact-grid { grid-template-columns: 1fr; }
    .footer-top { grid-template-columns: 1fr 1fr; gap: 32px; }
  }
  @media (max-width: 600px) {
    section { padding: 60px 5%; }
    .hero { padding: 110px 5% 70px; }
    .hero-btns { flex-direction: column; }
    .btn-gold, .btn-outline { text-align: center; justify-content: center; }
    .hero-stats { flex-wrap: wrap; gap: 20px; }
    .services-grid { grid-template-columns: 1fr; }
    .services-header { flex-direction: column; align-items: flex-start; }
    .form-two { grid-template-columns: 1fr; }
    .footer-top { grid-template-columns: 1fr; gap: 28px; }
    .footer-bottom { flex-direction: column; text-align: center; }
  }
  @media (max-width: 380px) { .why-grid { grid-template-columns: 1fr; } }