  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    :root {
        --navy: #1a2540; --navy-light: #243256; --gold: #b8922a; --gold-light: #d4a843;
            --cream: #f5f2ec; --text: #2a2a2a; --text-muted: #6b6b6b; --white: #ffffff;
                --border: rgba(184,146,42,0.25);
                  }
                    body { font-family: 'DM Sans', sans-serif; font-size: 15px; color: var(--text); background: var(--white); line-height: 1.7; }
                      nav { background: var(--navy); padding: 0 40px; display: flex; align-items: center; justify-content: space-between; height: 70px; position: sticky; top: 0; z-index: 100; }
                        .logo { font-family: 'Playfair Display', serif; font-size: 20px; color: var(--white); letter-spacing: 0.5px; }
                          .logo span { color: var(--gold-light); }
                            nav ul { list-style: none; display: flex; gap: 32px; }
                              nav ul a { color: rgba(255,255,255,0.75); text-decoration: none; font-size: 13px; letter-spacing: 0.5px; font-weight: 400; transition: color .2s; }
                                nav ul a:hover { color: var(--gold-light); }
                                  .nav-cta { background: var(--gold); color: var(--white) !important; padding: 8px 20px; border-radius: 4px; font-weight: 500 !important; }
                                    .nav-cta:hover { background: var(--gold-light); }
                                      .hero { background: var(--navy); min-height: 540px; display: flex; align-items: center; position: relative; overflow: hidden; padding: 80px 40px; }
                                        .hero::before { content: ''; position: absolute; right: -60px; top: -60px; width: 520px; height: 520px; border: 1px solid rgba(184,146,42,0.15); border-radius: 50%; }
                                          .hero::after { content: ''; position: absolute; right: 30px; top: 30px; width: 380px; height: 380px; border: 1px solid rgba(184,146,42,0.1); border-radius: 50%; }
                                            .hero-content { max-width: 640px; position: relative; z-index: 1; }
                                              .hero-tag { display: inline-block; font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--gold-light); border: 1px solid var(--border); padding: 5px 14px; border-radius: 2px; margin-bottom: 24px; }
                                                .hero h1 { font-family: 'Playfair Display', serif; font-size: 48px; color: var(--white); line-height: 1.18; margin-bottom: 20px; font-weight: 600; }
                                                  .hero h1 em { color: var(--gold-light); font-style: normal; }
                                                    .hero p { color: rgba(255,255,255,0.65); font-size: 16px; max-width: 520px; margin-bottom: 36px; }
                                                      .btn-primary { display: inline-block; background: var(--gold); color: var(--white); padding: 13px 32px; text-decoration: none; font-weight: 500; margin: 5px; font-size: 14px; border-radius: 4px; letter-spacing: 0.3px; transition: background .2s; }
                                                        .btn-primary:hover { background: var(--gold-light); }
                                                          .btn-outline { display: inline-block; border: 1px solid rgba(255,255,255,0.3); color: rgba(255,255,255,0.8); padding: 13px 32px; text-decoration: none; font-weight: 400; font-size: 14px; border-radius: 4px; margin-left: 14px; transition: border-color .2s, color .2s; }
                                                            .btn-outline:hover { border-color: var(--gold-light); color: var(--gold-light); }
                                                              .stats-bar { background: var(--cream); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); display: flex; justify-content: center; gap: 0; padding: 0; }
                                                                .stat-item { flex: 1; max-width: 220px; text-align: center; padding: 28px 20px; border-right: 1px solid var(--border); }
                                                                  .stat-item:last-child { border-right: none; }
                                                                    .stat-num { font-family: 'Playfair Display', serif; font-size: 34px; color: var(--navy); font-weight: 600; display: block; }
                                                                      .stat-label { font-size: 12px; color: var(--text-muted); letter-spacing: 0.5px; margin-top: 2px; }
                                                                        .section { padding: 80px 40px; }
                                                                          .section-inner { max-width: 1000px; margin: 0 auto; }
                                                                            .section-label { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; font-weight: 500; }
                                                                              .section-title { font-family: 'Playfair Display', serif; font-size: 34px; color: var(--navy); line-height: 1.25; margin-bottom: 18px; font-weight: 600; }
                                                                                .section-sub { color: var(--text-muted); max-width: 560px; font-size: 15px; margin-bottom: 52px; }
                                                                                  .services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
                                                                                    .service-card { border: 1px solid rgba(26,37,64,0.12); border-radius: 8px; padding: 32px 28px; transition: box-shadow .2s, border-color .2s; background: var(--white); }
                                                                                      .service-card:hover { border-color: var(--gold); box-shadow: 0 4px 24px rgba(184,146,42,0.1); }
                                                                                        .service-icon { width: 44px; height: 44px; background: var(--cream); border: 1px solid var(--border); border-radius: 8px; display: flex; align-items: center; justify-content: center; margin-bottom: 18px; font-size: 20px; }
                                                                                          .service-card h3 { font-family: 'Playfair Display', serif; font-size: 18px; color: var(--navy); margin-bottom: 10px; font-weight: 600; }
                                                                                            .service-card p { font-size: 14px; color: var(--text-muted); line-height: 1.65; }
                                                                                              .about-section { background: var(--cream); }
                                                                                                .about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
                                                                                                  .about-photo { background: var(--navy-light); border-radius: 8px; height: 340px; display: flex; align-items: center; justify-content: center; font-family: 'Playfair Display', serif; font-size: 64px; color: rgba(255,255,255,0.12); border: 1px solid rgba(184,146,42,0.2); position: relative; }
                                                                                                    .about-photo-label { position: absolute; bottom: 20px; left: 20px; right: 20px; background: var(--gold); color: var(--white); padding: 12px 16px; border-radius: 6px; font-family: 'DM Sans', sans-serif; font-size: 14px; }
                                                                                                      .about-photo-label strong { display: block; font-size: 15px; margin-bottom: 2px; }
                                                                                                        .about-photo-label span { font-size: 12px; opacity: 0.85; }
                                                                                                          .about-text p { color: var(--text-muted); margin-bottom: 16px; font-size: 15px; }
                                                                                                            .about-list { list-style: none; margin-top: 24px; }
                                                                                                              .about-list li { padding: 10px 0; border-bottom: 1px solid var(--border); font-size: 14px; color: var(--navy); display: flex; align-items: center; gap: 10px; }
                                                                                                                .about-list li::before { content: '✓'; color: var(--gold); font-weight: 700; font-size: 13px; }
                                                                                                                  .process-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border: 1px solid rgba(26,37,64,0.12); border-radius: 8px; overflow: hidden; }
                                                                                                                    .process-step { padding: 32px 24px; border-right: 1px solid rgba(26,37,64,0.1); }
                                                                                                                      .process-step:last-child { border-right: none; }
                                                                                                                        .step-num { font-family: 'Playfair Display', serif; font-size: 42px; color: rgba(26,37,64,0.08); font-weight: 700; line-height: 1; margin-bottom: 16px; }
                                                                                                                          .process-step h4 { font-size: 15px; font-weight: 500; color: var(--navy); margin-bottom: 8px; }
                                                                                                                            .process-step p { font-size: 13px; color: var(--text-muted); line-height: 1.6; }
                                                                                                                              .contact-section { background: var(--navy); }
                                                                                                                                .contact-section .section-title { color: var(--white); }
                                                                                                                                  .contact-section .section-sub { color: rgba(255,255,255,0.5); }
                                                                                                                                    .contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
                                                                                                                                      .contact-item { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 28px; }
                                                                                                                                        .contact-icon { width: 40px; height: 40px; background: rgba(184,146,42,0.15); border: 1px solid rgba(184,146,42,0.3); border-radius: 6px; display: flex; align-items: center; justify-content: center; font-size: 16px; flex-shrink: 0; }
                                                                                                                                          .contact-item-text strong { display: block; color: var(--white); font-size: 14px; margin-bottom: 2px; font-weight: 500; }
                                                                                                                                            .contact-item-text span { color: rgba(255,255,255,0.5); font-size: 14px; }
                                                                                                                                              .form-group { margin-bottom: 16px; }
                                                                                                                                                .form-group label { display: block; font-size: 12px; letter-spacing: 0.5px; color: rgba(255,255,255,0.5); margin-bottom: 6px; text-transform: uppercase; }
                                                                                                                                                  .form-group input, .form-group textarea, .form-group select { width: 100%; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.12); border-radius: 4px; padding: 11px 14px; color: var(--white); font-family: 'DM Sans', sans-serif; font-size: 14px; transition: border-color .2s; outline: none; }
                                                                                                                                                    .form-group input:focus, .form-group textarea:focus, .form-group select:focus { border-color: var(--gold); }
                                                                                                                                                      .form-group textarea { min-height: 100px; resize: vertical; }
                                                                                                                                                        .form-group select option { background: var(--navy); }
                                                                                                                                                          .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
                                                                                                                                                            .submit-btn { width: 100%; background: var(--gold); color: var(--white); border: none; padding: 14px; font-family: 'DM Sans', sans-serif; font-size: 14px; font-weight: 500; border-radius: 4px; cursor: pointer; transition: background .2s; margin-top: 4px; }
                                                                                                                                                              .submit-btn:hover { background: var(--gold-light); }
                                                                                                                                                                footer { background: #111927; color: rgba(255,255,255,0.4); text-align: center; padding: 24px 40px; font-size: 13px; }
                                                                                                                                                                  footer strong { color: rgba(255,255,255,0.7); }
/* RESPONSIVE */
@media (max-width: 1024px) {
  .services-grid { grid-template-columns: 1fr 1fr; }
    .about-grid { grid-template-columns: 1fr; }
      .process-steps { grid-template-columns: 1fr 1fr; }
      }
      @media (max-width: 768px) {
        nav { flex-direction: column; height: auto; padding: 15px; }
          nav ul { flex-wrap: wrap; justify-content: center; }
            .hero h1 { font-size: 32px; }
              .services-grid { grid-template-columns: 1fr; }
                .process-steps { grid-template-columns: 1fr; }
                }
nav ul a.active {
  background: rgba(184,146,42,0.15);
    color: var(--gold-light);
      padding: 6px 14px;
        border-radius: 6px;
        }
html {
  scroll-behavior: smooth;
  }
.about-photo img {
  
    height: 100%;
      object-fit: cover; 
       border-radius: 8px;
        }