*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

body {
  font-family: 'Raleway', sans-serif;
  background: #0d0d0d;
  color: #fff;
}

.hdr {
  background: rgba(10,8,5,0.98);
  padding: 0 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 62px;
  border-bottom: 1px solid rgba(212,175,55,0.2);
  position: sticky;
  top: 0;
  z-index: 999;
}
.hdr-logo { display: flex; align-items: center; gap: 10px; }
.hdr-logo-img { width: 38px; height: 38px; border-radius: 50%; object-fit: cover; object-position: center; border: 1px solid rgba(212,175,55,0.4); display: block; flex-shrink: 0; }
.hdr-logo-text { font-family: 'Cinzel', serif; font-size: 13px; color: #d4af37; letter-spacing: 1.5px; line-height: 1.3; }
.hdr-logo-text span { display: block; font-size: 9px; color: #a08820; letter-spacing: 2px; font-family: 'Raleway', sans-serif; font-weight: 600; }
.hdr-nav { display: flex; gap: 24px; }
.hdr-nav a { color: #a08820; text-decoration: none; font-size: 11px; letter-spacing: 2px; text-transform: uppercase; font-weight: 700; transition: color 0.2s; }
.hdr-nav a:hover, .hdr-nav a.act { color: #f5e07a; }
.hamburger { display: none; font-size: 20px; color: #d4af37; cursor: pointer; align-items: center; gap: 6px; }
.hamburger span { font-size: 10px; font-family: 'Raleway', sans-serif; font-weight: 700; letter-spacing: 2px; color: #d4af37; text-transform: uppercase; }

.mobile-nav { display: none; flex-direction: column; background: #0a0800; border-bottom: 1px solid rgba(212,175,55,0.2); position: sticky; top: 62px; z-index: 998; }
.mobile-nav.open { display: flex; }
.mobile-nav a { padding: 14px 28px; color: #a08820; text-decoration: none; font-size: 13px; letter-spacing: 2px; text-transform: uppercase; font-weight: 700; border-bottom: 1px solid rgba(212,175,55,0.08); }
.mobile-nav a:hover { color: #f5e07a; }

.hero {
  position: relative;
  height: 420px;
  background-image: url('hero.jpeg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #1a1200;
}
.hero-content { position: absolute; bottom: 24px; left: 20px; right: 20px; }
.hero-line { width: 40px; height: 2px; background: #d4af37; margin-bottom: 16px; }
.hero-title { font-family: 'Cinzel', serif; font-size: 32px; font-weight: 700; color: #fff; line-height: 1.25; letter-spacing: 1px; margin-bottom: 10px; text-shadow: 0 2px 16px rgba(0,0,0,0.9); }
.hero-title span { color: #d4af37; }
.hero-sub { font-size: 12px; color: rgba(255,255,255,0.7); letter-spacing: 2px; text-transform: uppercase; font-weight: 600; margin-bottom: 22px; }
.hero-btns { display: flex; gap: 12px; flex-wrap: wrap; }

.btn-gold { background: linear-gradient(135deg, #c9a227, #f0d060); color: #1a1200; padding: 12px 26px; border-radius: 3px; font-size: 12px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; text-decoration: none; }
.btn-outline-gold { background: transparent; color: #d4af37; border: 1.5px solid #d4af37; padding: 11px 26px; border-radius: 3px; font-size: 12px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; text-decoration: none; }

.float-bar { background: rgba(10,8,0,0.97); border-bottom: 1px solid rgba(212,175,55,0.2); padding: 10px 28px; display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.float-btn { display: flex; align-items: center; gap: 7px; font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; text-decoration: none; padding: 6px 0; }
.float-btn svg { width: 16px; height: 16px; fill: currentColor; flex-shrink: 0; }
.float-wa { color: #25d366; }
.float-em { color: #d4af37; }
.float-dot { width: 1px; height: 18px; background: rgba(212,175,55,0.2); }
.float-num { font-size: 11px; color: #a08820; letter-spacing: 1px; }

.floating-contact { position: fixed; bottom: 24px; right: 20px; display: flex; flex-direction: column; gap: 12px; z-index: 200; }
.fab { width: 50px; height: 50px; border-radius: 50%; display: flex; align-items: center; justify-content: center; text-decoration: none; }
.fab svg { width: 24px; height: 24px; fill: #fff; }
.fab-wa { background: #25d366; }
.fab-em { background: #c9a227; }

.services, .trust, .about-section { padding: 52px 28px; }
.services { background: #0d0d0d; }
.trust { background: #0a0800; border-top: 1px solid rgba(212,175,55,0.1); border-bottom: 1px solid rgba(212,175,55,0.1); }
.about-section { background: #0d0d0d; display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }

.sec-eyebrow { font-size: 10px; letter-spacing: 3px; text-transform: uppercase; color: #d4af37; font-weight: 700; margin-bottom: 8px; }
.sec-title { font-family: 'Cinzel', serif; font-size: 26px; color: #f5e07a; margin-bottom: 6px; letter-spacing: 0.5px; }
.sec-sub { font-size: 13px; color: #888; margin-bottom: 32px; line-height: 1.6; }

.srv-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 14px; }
.srv-card { background: #151209; border: 1px solid rgba(212,175,55,0.15); border-radius: 6px; padding: 24px 16px; text-align: center; transition: border-color 0.25s; }
.srv-card:hover { border-color: rgba(212,175,55,0.5); }
.srv-icon { width: 46px; height: 46px; border-radius: 50%; background: rgba(212,175,55,0.08); border: 1px solid rgba(212,175,55,0.2); display: flex; align-items: center; justify-content: center; margin: 0 auto 14px; }
.srv-icon svg { width: 20px; height: 20px; stroke: #d4af37; fill: none; stroke-width: 1.8; }
.srv-name { font-size: 11px; font-weight: 700; color: #d4af37; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 6px; }
.srv-desc { font-size: 12px; color: #777; line-height: 1.6; }

.srv-list { list-style: none; display: flex; flex-direction: column; gap: 14px; margin-bottom: 40px; }
.srv-list li { background: #151209; border: 1px solid rgba(212,175,55,0.15); border-radius: 6px; padding: 18px 20px; font-size: 14px; color: #ccc; display: flex; align-items: center; gap: 12px; }
.srv-list li::before { content: ''; display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: #d4af37; flex-shrink: 0; }

.trust-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(130px, 1fr)); gap: 24px; margin-top: 28px; }
.trust-item { text-align: center; }
.trust-num { font-family: 'Cinzel', serif; font-size: 34px; color: #d4af37; font-weight: 700; line-height: 1; }
.trust-label { font-size: 12px; color: #888; margin-top: 6px; line-height: 1.5; letter-spacing: 0.3px; }

.cta { padding: 52px 28px; background: linear-gradient(135deg, #0f0a02, #1a1200); text-align: center; border-top: 1px solid rgba(212,175,55,0.15); }
.cta-title { font-family: 'Cinzel', serif; font-size: 24px; color: #f5e07a; margin-bottom: 8px; letter-spacing: 0.5px; }
.cta-sub { font-size: 13px; color: #a08820; margin-bottom: 28px; }
.cta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.cta-wa { background: #25d366; color: #fff; padding: 13px 26px; border-radius: 4px; font-weight: 700; font-size: 12px; text-decoration: none; letter-spacing: 1px; text-transform: uppercase; }
.cta-em { background: transparent; color: #d4af37; border: 1.5px solid #d4af37; padding: 12px 26px; border-radius: 4px; font-weight: 700; font-size: 12px; text-decoration: none; letter-spacing: 1px; text-transform: uppercase; }

.gallery-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 12px; margin-top: 8px; }
.gallery-item { border-radius: 6px; overflow: hidden; border: 1px solid rgba(212,175,55,0.15); }
.gallery-item img { width: 100%; height: 180px; object-fit: cover; display: block; transition: transform 0.3s; }
.gallery-item:hover img { transform: scale(1.04); }

.about-p { font-size: 14px; color: #aaa; line-height: 1.8; margin-bottom: 14px; }
.about-details { display: flex; flex-direction: column; gap: 14px; }
.detail-card { background: #151209; border: 1px solid rgba(212,175,55,0.15); border-radius: 6px; padding: 16px 18px; }
.detail-label { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: #d4af37; font-weight: 700; margin-bottom: 4px; }
.detail-value { font-size: 13px; color: #ccc; line-height: 1.5; }

.inner-content { padding: 48px 28px; background: #0d0d0d; }

.page-hero { background: #0a0800; padding: 52px 28px 44px; border-bottom: 1px solid rgba(212,175,55,0.15); }
.page-hero-line { width: 40px; height: 2px; background: #d4af37; margin-bottom: 16px; }
.page-hero-title { font-family: 'Cinzel', serif; font-size: 34px; font-weight: 700; color: #fff; margin-bottom: 8px; }
.page-hero-title span { color: #d4af37; }
.page-hero-sub { font-size: 12px; color: #888; letter-spacing: 2px; text-transform: uppercase; }

.ftr { background: #050400; padding: 20px 28px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; border-top: 1px solid rgba(212,175,55,0.12); }
.ftr-copy { font-size: 11px; color: #555; letter-spacing: 0.5px; }
.ftr-nav { display: flex; gap: 18px; flex-wrap: wrap; }
.ftr-nav a { font-size: 11px; color: #664e00; text-decoration: none; letter-spacing: 1px; text-transform: uppercase; }
.ftr-nav a:hover { color: #d4af37; }

@media (max-width: 640px) {
  .hdr-nav { display: none; }
  .hamburger { display: flex; }
  .hero { height: 420px; }
  .hero-title { font-size: 24px; }
  .about-section { grid-template-columns: 1fr; gap: 28px; }
  .float-bar { gap: 14px; padding: 10px 18px; }
  .float-dot { display: none; }
  .float-num { display: none; }
  .cta-title { font-size: 20px; }
  .sec-title { font-size: 22px; }
  .page-hero-title { font-size: 28px; }
}

img { max-width: 100%; height: auto; }