:root {
  --accent: #6B4226;
  --ar: 107; --ag: 66; --ab: 38;
  --dark: #ffffff;
  --surface: #f8f5f2;
  --text: #0a0f18;
  --text-muted: #6b7280;
  --border: rgba(0,0,0,0.08);
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { background: #faf9f7; color: #0a0f18; font-family: 'Inter', system-ui, sans-serif; margin: 0; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
ul { list-style: none; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; }
.section-pad { padding: 5rem 0; }

/* BUTTONS */
.btn-premium {
  display: inline-block;
  background: #6B4226;
  color: #fff !important;
  padding: 0.75rem 1.75rem;
  border-radius: 6px;
  font-weight: 600;
  font-size: 0.95rem;
  border: 2px solid #6B4226;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
  white-space: nowrap;
}
.btn-premium:hover { background: #55311c; border-color: #55311c; transform: translateY(-2px); box-shadow: 0 6px 20px rgba(107,66,38,0.3); }

.btn-secondary {
  display: inline-block;
  background: transparent;
  color: #6B4226 !important;
  padding: 0.75rem 1.75rem;
  border-radius: 6px;
  font-weight: 600;
  font-size: 0.95rem;
  border: 2px solid #6B4226;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, transform 0.15s;
}
.btn-secondary:hover { background: #6B4226; color: #fff !important; transform: translateY(-2px); }

/* NAVBAR */
.navbar {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #fff;
  border-bottom: 1px solid rgba(0,0,0,0.08);
  box-shadow: 0 2px 10px rgba(0,0,0,0.06);
}
.nav-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: flex;
  align-items: center;
  height: 72px;
  gap: 2rem;
}
.nav-logo img { height: 40px; width: auto; }
.nav-menu {
  display: flex;
  gap: 2rem;
  margin-left: auto;
}
.nav-link {
  color: #0a0f18;
  font-weight: 500;
  font-size: 0.95rem;
  transition: color 0.2s;
  padding-bottom: 2px;
  border-bottom: 2px solid transparent;
}
.nav-link:hover, .nav-link.active { color: #6B4226; border-bottom-color: #6B4226; }
.nav-cta { margin-left: 1.5rem; font-size: 0.9rem; padding: 0.6rem 1.25rem; }
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  margin-left: auto;
}
.hamburger span { display: block; width: 24px; height: 2px; background: #0a0f18; border-radius: 2px; transition: all 0.3s; }

/* HERO */
.hero {
  position: relative;
  min-height: 90vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero-bg { position: absolute; inset: 0; }
.hero-img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(250,249,247,0.95) 50%, rgba(250,249,247,0.5) 100%);
}
.hero-content { position: relative; z-index: 2; }
.hero-text { max-width: 650px; }
.hero-badge {
  display: inline-block;
  background: rgba(107,66,38,0.12);
  color: #6B4226;
  border: 1px solid rgba(107,66,38,0.3);
  padding: 0.4rem 1rem;
  border-radius: 20px;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}
.hero h1 {
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: 800;
  line-height: 1.1;
  color: #0a0f18;
  margin-bottom: 1.25rem;
}
.hero-sub {
  font-size: 1.1rem;
  color: #374151;
  line-height: 1.7;
  margin-bottom: 1.5rem;
  max-width: 560px;
}
.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 2rem;
}
.trust-badge {
  background: rgba(107,66,38,0.08);
  color: #6B4226;
  border: 1px solid rgba(107,66,38,0.2);
  padding: 0.35rem 0.85rem;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 500;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; }

/* STATS */
.stats-bar {
  background: #6B4226;
  padding: 2rem 0;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.stat-item {
  text-align: center;
  padding: 1rem;
}
.stat-icon { font-size: 1.75rem; margin-bottom: 0.5rem; }
.stat-label {
  color: rgba(255,255,255,0.95);
  font-weight: 600;
  font-size: 0.9rem;
}

/* TICKER */
.ticker-wrap {
  background: #f0ebe5;
  border-top: 1px solid rgba(107,66,38,0.15);
  border-bottom: 1px solid rgba(107,66,38,0.15);
  overflow: hidden;
  padding: 0.85rem 0;
}
.ticker-track {
  display: flex;
  gap: 0;
  white-space: nowrap;
  animation: ticker-scroll 30s linear infinite;
}
.ticker-track span {
  display: inline-block;
  padding-right: 2rem;
  color: #6B4226;
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 0.03em;
}
@keyframes ticker-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-33.333%); }
}

/* SECTION HEADER */
.section-header {
  text-align: center;
  margin-bottom: 3.5rem;
}
.section-label {
  display: inline-block;
  color: #6B4226;
  font-weight: 600;
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}
.section-header h2 {
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 800;
  color: #0a0f18;
  margin-bottom: 0.75rem;
}
.section-header p {
  color: #6b7280;
  font-size: 1.05rem;
  max-width: 560px;
  margin: 0 auto;
}

/* SERVICES */
.services { background: #faf9f7; }
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.service-card {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 12px;
  padding: 2rem;
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}
.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(107,66,38,0.12);
  border-color: rgba(107,66,38,0.25);
}
.service-icon { font-size: 2.5rem; margin-bottom: 1rem; }
.service-card h3 { font-size: 1.2rem; font-weight: 700; color: #0a0f18; margin-bottom: 0.75rem; }
.service-card p { color: #6b7280; line-height: 1.65; font-size: 0.95rem; margin-bottom: 1.25rem; }
.service-link { color: #6B4226; font-weight: 600; font-size: 0.9rem; transition: letter-spacing 0.2s; }
.service-link:hover { letter-spacing: 0.03em; }

/* PROCESS */
.process { background: #f8f5f2; }
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  position: relative;
}
.process-grid::before {
  content: '';
  position: absolute;
  top: 2rem;
  left: calc(12.5% + 1rem);
  right: calc(12.5% + 1rem);
  height: 2px;
  background: linear-gradient(to right, #6B4226, rgba(107,66,38,0.2));
  z-index: 0;
}
.process-step {
  text-align: center;
  padding: 0 1rem;
  position: relative;
  z-index: 1;
}
.step-number {
  width: 4rem;
  height: 4rem;
  background: #6B4226;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  font-weight: 800;
  margin: 0 auto 1.25rem;
}
.process-step h3 { font-size: 1.05rem; font-weight: 700; color: #0a0f18; margin-bottom: 0.6rem; }
.process-step p { color: #6b7280; font-size: 0.9rem; line-height: 1.6; }

/* TESTIMONIALS */
.testimonials { background: #faf9f7; }
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.testimonial-card {
  background: #fff;
  border: 1px solid rgba(107,66,38,0.15);
  border-left: 4px solid #6B4226;
  border-radius: 12px;
  padding: 2rem;
  transition: transform 0.2s, box-shadow 0.2s;
}
.testimonial-card:hover { transform: translateY(-3px); box-shadow: 0 10px 28px rgba(107,66,38,0.1); }
.stars { color: #6B4226; font-size: 1.1rem; margin-bottom: 1rem; letter-spacing: 2px; }
.testimonial-text { color: #374151; font-size: 0.95rem; line-height: 1.7; margin-bottom: 1.25rem; font-style: italic; }
.author-name { font-weight: 700; color: #0a0f18; font-size: 0.95rem; }
.author-location { color: #6b7280; font-size: 0.85rem; margin-top: 0.2rem; }

/* CTA SECTION */
.cta-section {
  background: linear-gradient(135deg, #6B4226 0%, #4a2e1a 100%);
  padding: 5rem 0;
}
.cta-content { text-align: center; }
.cta-content h2 {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 800;
  color: #fff;
  margin-bottom: 1rem;
}
.cta-content p { color: rgba(255,255,255,0.85); font-size: 1.05rem; margin-bottom: 2rem; max-width: 600px; margin-left: auto; margin-right: auto; }
.cta-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 1rem; }
.cta-section .btn-premium { background: #fff; color: #6B4226 !important; border-color: #fff; }
.cta-section .btn-premium:hover { background: rgba(255,255,255,0.9); }
.cta-section .btn-secondary { color: #fff !important; border-color: #fff; }
.cta-section .btn-secondary:hover { background: rgba(255,255,255,0.15); }

/* FOOTER */
.footer {
  background: #1a1005;
  color: rgba(255,255,255,0.85);
  padding: 4rem 0 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 3rem;
  margin-bottom: 3rem;
}
.footer-brand img { margin-bottom: 1rem; filter: brightness(1.2); }
.footer-brand p { font-size: 0.9rem; line-height: 1.65; color: rgba(255,255,255,0.65); margin-bottom: 1rem; }
.footer-phone { color: #c49a6c; font-weight: 700; font-size: 1rem; }
.footer-col h4 { color: #fff; font-weight: 700; margin-bottom: 1rem; font-size: 0.95rem; }
.footer-col ul li { margin-bottom: 0.5rem; }
.footer-col ul li a, .footer-col a { color: rgba(255,255,255,0.65); font-size: 0.9rem; transition: color 0.2s; }
.footer-col ul li a:hover, .footer-col a:hover { color: #c49a6c; }
.footer-col p { color: rgba(255,255,255,0.65); font-size: 0.9rem; line-height: 1.65; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 1.5rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.footer-bottom p { font-size: 0.85rem; color: rgba(255,255,255,0.5); }
.made-by a { color: #c49a6c; font-weight: 600; }

/* PAGE HERO */
.page-hero {
  background: linear-gradient(135deg, #6B4226 0%, #4a2e1a 100%);
  padding: 5rem 0;
  text-align: center;
}
.page-hero h1 { font-size: clamp(2rem, 4vw, 3rem); font-weight: 800; color: #fff; margin-bottom: 0.75rem; }
.page-hero p { color: rgba(255,255,255,0.85); font-size: 1.05rem; max-width: 600px; margin: 0 auto; }
.breadcrumb { display: flex; justify-content: center; gap: 0.5rem; margin-bottom: 1.25rem; font-size: 0.85rem; color: rgba(255,255,255,0.7); }
.breadcrumb a { color: rgba(255,255,255,0.7); }
.breadcrumb a:hover { color: #fff; }

/* CONTENT BLOCKS */
.content-section { background: #faf9f7; }
.content-block { padding: 5rem 0; }
.content-block:nth-child(even) { background: #f8f5f2; }
.content-2col { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.content-img { border-radius: 12px; overflow: hidden; height: 400px; }
.content-img img { width: 100%; height: 100%; object-fit: cover; }
.content-text h2 { font-size: 2rem; font-weight: 800; color: #0a0f18; margin-bottom: 1rem; }
.content-text p { color: #6b7280; line-height: 1.7; margin-bottom: 1rem; }
.feature-list { list-style: none; margin: 1.25rem 0; }
.feature-list li { display: flex; align-items: flex-start; gap: 0.5rem; color: #374151; font-size: 0.95rem; margin-bottom: 0.6rem; }
.feature-list li::before { content: '✓'; color: #6B4226; font-weight: 700; margin-top: 2px; flex-shrink: 0; }

/* CONTACT FORM */
.contact-grid { display: grid; grid-template-columns: 1fr 1.5fr; gap: 4rem; }
.contact-info h2 { font-size: 1.8rem; font-weight: 800; color: #0a0f18; margin-bottom: 1rem; }
.contact-info p { color: #6b7280; line-height: 1.7; margin-bottom: 1.5rem; }
.contact-detail { display: flex; align-items: flex-start; gap: 0.75rem; margin-bottom: 1rem; }
.contact-icon { font-size: 1.2rem; margin-top: 2px; }
.contact-detail-text { color: #374151; font-size: 0.95rem; line-height: 1.5; }
.contact-detail-text strong { color: #0a0f18; display: block; }
.contact-form { background: #fff; border-radius: 12px; padding: 2.5rem; border: 1px solid rgba(0,0,0,0.08); }
.form-group { margin-bottom: 1.25rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-group label { display: block; font-weight: 600; font-size: 0.9rem; color: #0a0f18; margin-bottom: 0.4rem; }
.form-group input, .form-group textarea, .form-group select {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid rgba(0,0,0,0.12);
  border-radius: 8px;
  font-family: 'Inter', sans-serif;
  font-size: 0.95rem;
  color: #0a0f18;
  background: #faf9f7;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.form-group input:focus, .form-group textarea:focus, .form-group select:focus {
  outline: none;
  border-color: #6B4226;
  box-shadow: 0 0 0 3px rgba(107,66,38,0.1);
}
.form-group textarea { resize: vertical; min-height: 130px; }

/* ABOUT PAGE */
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.team-card { background: #fff; border-radius: 12px; padding: 2rem; text-align: center; border: 1px solid rgba(0,0,0,0.08); }
.team-avatar { width: 80px; height: 80px; background: linear-gradient(135deg, #6B4226, #c49a6c); border-radius: 50%; margin: 0 auto 1rem; display: flex; align-items: center; justify-content: center; font-size: 2rem; color: #fff; font-weight: 800; }
.team-card h3 { font-weight: 700; color: #0a0f18; margin-bottom: 0.25rem; }
.team-card p { color: #6b7280; font-size: 0.9rem; }

/* LEGAL PAGES */
.legal-content { max-width: 800px; margin: 0 auto; padding: 5rem 1.5rem; }
.legal-content h1 { font-size: 2rem; font-weight: 800; color: #0a0f18; margin-bottom: 2rem; }
.legal-content h2 { font-size: 1.3rem; font-weight: 700; color: #0a0f18; margin: 2rem 0 0.75rem; }
.legal-content p, .legal-content li { color: #374151; line-height: 1.7; margin-bottom: 0.75rem; }
.legal-content ul { padding-left: 1.5rem; list-style: disc; }
.legal-content a { color: #6B4226; }

/* RESPONSIVE */
@media (max-width: 1024px) {
  .services-grid { grid-template-columns: 1fr 1fr; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .process-grid::before { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
}

@media (max-width: 768px) {
  .nav-menu { display: none; flex-direction: column; position: absolute; top: 72px; left: 0; right: 0; background: #fff; border-bottom: 1px solid rgba(0,0,0,0.08); padding: 1.5rem; gap: 1rem; box-shadow: 0 8px 24px rgba(0,0,0,0.1); }
  .nav-menu.open { display: flex; }
  .nav-cta { display: none; }
  .hamburger { display: flex; }
  .navbar { position: sticky; }
  .hero { min-height: 75vh; }
  .hero-overlay { background: rgba(250,249,247,0.92); }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .services-grid { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .contact-grid { grid-template-columns: 1fr; }
  .content-2col { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: 1fr 1fr; }
  .form-row { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .process-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .team-grid { grid-template-columns: 1fr; }
}
