/* BLACK DIAMOND LLC - Premium Styles */
:root {
  --black: #0a0a0a;
  --charcoal: #1a1a1a;
  --charcoal-light: #2a2a2a;
  --gold: #c9a227;
  --gold-light: #d4b84a;
  --gold-dark: #a88921;
  --white: #ffffff;
  --gray-100: #f5f5f5;
  --gray-200: #e5e5e5;
  --gray-400: #a3a3a3;
  --gray-500: #737373;
  --gray-600: #525252;
  --font-primary: 'Inter', sans-serif;
  --font-display: 'Playfair Display', serif;
  --shadow-gold: 0 4px 20px rgba(201, 162, 39, 0.3);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-primary); font-size: 1rem; line-height: 1.6; color: var(--charcoal); background: var(--white); }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 600; line-height: 1.2; color: var(--black); }
h1 { font-size: clamp(2.5rem, 5vw, 4rem); }
h2 { font-size: clamp(2rem, 4vw, 3rem); }
h3 { font-size: clamp(1.5rem, 3vw, 2rem); }
h4 { font-size: clamp(1.25rem, 2vw, 1.5rem); }
p { color: var(--gray-600); }

.container { max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; }
.section { padding: 5rem 0; }
.section-dark { background: var(--charcoal); color: var(--white); }
.section-dark h2, .section-dark h3, .section-dark h4 { color: var(--white); }
.section-dark p { color: var(--gray-400); }
.section-light { background: var(--gray-100); }
.section-header { text-align: center; margin-bottom: 3rem; }
.section-header p { max-width: 600px; margin: 1rem auto 0; font-size: 1.125rem; }
.section-label { font-size: 0.875rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; color: var(--gold); margin-bottom: 0.5rem; display: block; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem; padding: 1rem 2rem; font-family: var(--font-primary); font-size: 1rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; border: none; border-radius: 8px; cursor: pointer; transition: all 0.3s; }
.btn-primary { background: linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%); color: var(--black); box-shadow: var(--shadow-gold); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 6px 30px rgba(201, 162, 39, 0.4); }
.btn-secondary { background: transparent; color: var(--white); border: 2px solid var(--gold); }
.btn-secondary:hover { background: var(--gold); color: var(--black); }
.btn-dark { background: var(--charcoal); color: var(--white); }
.btn-dark:hover { background: var(--black); }
.btn-lg { padding: 1.25rem 2.5rem; font-size: 1.125rem; }

/* Header */
.header { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; background: rgba(10, 10, 10, 0.95); backdrop-filter: blur(10px); border-bottom: 1px solid rgba(201, 162, 39, 0.2); }
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: 1rem 1.5rem; max-width: 1400px; margin: 0 auto; }
.logo { display: flex; align-items: center; gap: 0.5rem; }
.logo-icon { width: 40px; height: 40px; background: linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%); clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%); display: flex; align-items: center; justify-content: center; }
.logo-icon::after { content: "◆"; font-size: 1rem; color: var(--black); }
.logo-text { font-family: var(--font-display); font-size: 1.25rem; font-weight: 700; color: var(--white); }
.logo-text span { color: var(--gold); }
.nav { display: flex; align-items: center; gap: 2rem; }
.nav-links { display: flex; gap: 2rem; }
.nav-link { font-size: 0.875rem; font-weight: 500; color: var(--gray-400); text-transform: uppercase; letter-spacing: 0.05em; padding: 0.5rem 0; position: relative; }
.nav-link::after { content: ""; position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background: var(--gold); transition: width 0.3s; }
.nav-link:hover, .nav-link.active { color: var(--gold); }
.nav-link:hover::after, .nav-link.active::after { width: 100%; }
.nav-cta { padding: 0.75rem 1.5rem; font-size: 0.875rem; }
.mobile-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 0.5rem; }
.mobile-toggle span { width: 24px; height: 2px; background: var(--gold); }

/* Hero */
.hero { min-height: 100vh; display: flex; align-items: center; background: linear-gradient(135deg, var(--black) 0%, var(--charcoal) 100%); padding-top: 80px; position: relative; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23c9a227' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/svg%3E"); }
.hero-content { position: relative; z-index: 10; max-width: 800px; }
.hero h1 { color: var(--white); margin-bottom: 1.5rem; }
.hero h1 span { color: var(--gold); }
.hero-subtitle { font-size: 1.25rem; color: var(--gray-400); margin-bottom: 2rem; max-width: 600px; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 1rem; }
.hero-decoration { position: absolute; right: -100px; top: 50%; transform: translateY(-50%); font-size: 400px; color: var(--gold); opacity: 0.1; }

/* Trust Badges */
.trust-badges { display: flex; flex-wrap: wrap; justify-content: center; gap: 2rem; padding: 2rem 0; border-top: 1px solid rgba(201, 162, 39, 0.2); border-bottom: 1px solid rgba(201, 162, 39, 0.2); }
.trust-badge { display: flex; align-items: center; gap: 0.5rem; color: var(--gray-400); font-size: 0.875rem; font-weight: 500; text-transform: uppercase; letter-spacing: 0.1em; }
.trust-badge::before { content: "✓"; width: 24px; height: 24px; background: var(--gold); color: var(--black); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.75rem; font-weight: 700; }

/* Steps */
.steps-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; }
.step-card { position: relative; padding: 2rem; background: var(--white); border-radius: 12px; box-shadow: 0 10px 25px rgba(0,0,0,0.1); text-align: center; transition: transform 0.3s; }
.step-card:hover { transform: translateY(-5px); }
.step-number { position: absolute; top: -20px; left: 50%; transform: translateX(-50%); width: 50px; height: 50px; background: linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-size: 1.25rem; font-weight: 700; color: var(--black); }
.step-icon { width: 80px; height: 80px; margin: 1.5rem auto; background: var(--gray-100); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 2rem; }
.step-card h3 { margin-bottom: 1rem; }

/* Benefits */
.benefits-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5rem; }
.benefit-card { padding: 1.5rem; background: var(--charcoal-light); border-radius: 12px; border-left: 4px solid var(--gold); transition: all 0.3s; }
.benefit-card:hover { background: var(--charcoal); transform: translateX(5px); }
.benefit-icon { font-size: 2rem; margin-bottom: 1rem; }
.benefit-card h4 { color: var(--white); margin-bottom: 0.5rem; }
.benefit-card p { color: var(--gray-400); font-size: 0.9375rem; }

/* Situations */
.situations-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1rem; }
.situation-card { padding: 1.5rem; background: var(--white); border-radius: 12px; text-align: center; border: 2px solid var(--gray-200); transition: all 0.3s; }
.situation-card:hover { border-color: var(--gold); box-shadow: var(--shadow-gold); }
.situation-icon { width: 60px; height: 60px; margin: 0 auto 1rem; background: var(--gray-100); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; transition: all 0.3s; }
.situation-card:hover .situation-icon { background: var(--gold); }
.situation-card h4 { font-size: 1rem; font-family: var(--font-primary); font-weight: 600; }

/* Testimonials */
.testimonials-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 2rem; }
.testimonial-card { padding: 2rem; background: var(--white); border-radius: 12px; box-shadow: 0 4px 6px rgba(0,0,0,0.1); position: relative; }
.testimonial-card::before { content: """; position: absolute; top: 1rem; left: 2rem; font-family: var(--font-display); font-size: 5rem; color: var(--gold); opacity: 0.3; line-height: 1; }
.testimonial-stars { color: var(--gold); margin-bottom: 1rem; font-size: 1.25rem; letter-spacing: 2px; }
.testimonial-content { position: relative; z-index: 1; font-size: 1.0625rem; font-style: italic; color: var(--gray-600); line-height: 1.7; margin-bottom: 1.5rem; }
.testimonial-author { display: flex; align-items: center; gap: 1rem; }
.testimonial-avatar { width: 50px; height: 50px; border-radius: 50%; background: linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%); display: flex; align-items: center; justify-content: center; font-weight: 700; color: var(--black); }
.testimonial-info h5 { font-family: var(--font-primary); font-size: 1rem; font-weight: 600; margin-bottom: 2px; }
.testimonial-info span { font-size: 0.875rem; color: var(--gray-500); }

/* FAQ */
.faq-list { max-width: 800px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--gray-200); }
.faq-question { width: 100%; padding: 1.5rem 0; display: flex; justify-content: space-between; align-items: center; gap: 1.5rem; background: none; border: none; cursor: pointer; text-align: left; font-family: var(--font-primary); font-size: 1.125rem; font-weight: 600; color: var(--charcoal); transition: color 0.2s; }
.faq-question:hover { color: var(--gold); }
.faq-icon { flex-shrink: 0; width: 30px; height: 30px; border: 2px solid var(--gold); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.25rem; color: var(--gold); transition: all 0.2s; }
.faq-item.active .faq-icon { background: var(--gold); color: var(--black); transform: rotate(45deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.3s; }
.faq-item.active .faq-answer { max-height: 500px; }
.faq-answer-content { padding-bottom: 1.5rem; color: var(--gray-600); line-height: 1.7; }

/* Forms */
.form-card { background: var(--white); padding: 2rem; border-radius: 16px; box-shadow: 0 20px 50px rgba(0,0,0,0.2); }
.form-card h3 { text-align: center; margin-bottom: 1.5rem; }
.form-group { margin-bottom: 1.5rem; }
.form-label { display: block; font-size: 0.875rem; font-weight: 600; color: var(--charcoal); margin-bottom: 0.5rem; }
.form-input, .form-select, .form-textarea { width: 100%; padding: 1rem; font-family: var(--font-primary); font-size: 1rem; border: 2px solid var(--gray-200); border-radius: 8px; transition: border-color 0.2s; background: var(--white); }
.form-input:focus, .form-select:focus, .form-textarea:focus { outline: none; border-color: var(--gold); }
.form-textarea { resize: vertical; min-height: 100px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-submit { width: 100%; margin-top: 1rem; }
.form-disclaimer { text-align: center; font-size: 0.8125rem; color: var(--gray-500); margin-top: 1rem; }
.form-trust { display: flex; justify-content: center; gap: 1.5rem; margin-top: 1.5rem; padding-top: 1.5rem; border-top: 1px solid var(--gray-200); flex-wrap: wrap; }
.form-trust-item { display: flex; align-items: center; gap: 0.25rem; font-size: 0.75rem; color: var(--gray-500); }
.form-trust-item::before { content: "✓"; color: var(--gold); font-weight: 700; }

.lead-form-wrapper { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }
.lead-form-content h2 { color: var(--white); margin-bottom: 1.5rem; }
.lead-form-content p { color: var(--gray-400); font-size: 1.125rem; margin-bottom: 1.5rem; }
.lead-form-benefits { display: flex; flex-direction: column; gap: 1rem; }
.lead-form-benefit { display: flex; align-items: center; gap: 1rem; color: var(--gray-400); }
.lead-form-benefit::before { content: "◆"; color: var(--gold); }

/* CTA Strip */
.cta-strip { background: linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%); padding: 3rem 0; text-align: center; }
.cta-strip h2 { color: var(--black); margin-bottom: 1rem; }
.cta-strip p { color: var(--charcoal); font-size: 1.125rem; margin-bottom: 1.5rem; max-width: 600px; margin-left: auto; margin-right: auto; }
.cta-strip .btn { background: var(--black); color: var(--white); }
.cta-strip .btn:hover { background: var(--charcoal); }

/* Footer */
.footer { background: var(--black); color: var(--gray-400); padding: 4rem 0 1.5rem; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; margin-bottom: 3rem; }
.footer-brand p { margin: 1.5rem 0; max-width: 300px; }
.footer h4 { color: var(--white); font-family: var(--font-primary); font-size: 1rem; font-weight: 600; margin-bottom: 1.5rem; text-transform: uppercase; letter-spacing: 0.05em; }
.footer-links { display: flex; flex-direction: column; gap: 0.5rem; }
.footer-links a { color: var(--gray-400); font-size: 0.9375rem; transition: color 0.2s; }
.footer-links a:hover { color: var(--gold); }
.footer-contact-item { display: flex; align-items: flex-start; gap: 0.5rem; margin-bottom: 1rem; font-size: 0.9375rem; }
.footer-contact-item span { color: var(--gold); }
.footer-bottom { padding-top: 1.5rem; border-top: 1px solid var(--charcoal-light); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; }
.footer-disclaimer { font-size: 0.8125rem; color: var(--gray-500); max-width: 600px; }
.footer-legal { display: flex; gap: 1.5rem; font-size: 0.875rem; }
.footer-legal a:hover { color: var(--gold); }

/* Page Header */
.page-header { padding: calc(80px + 3rem) 0 3rem; background: linear-gradient(135deg, var(--black) 0%, var(--charcoal) 100%); text-align: center; }
.page-header h1 { color: var(--white); margin-bottom: 1rem; }
.page-header p { color: var(--gray-400); font-size: 1.25rem; max-width: 600px; margin: 0 auto; }

/* About */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }
.about-image { aspect-ratio: 4/3; background: linear-gradient(135deg, var(--charcoal) 0%, var(--charcoal-light) 100%); border-radius: 16px; display: flex; align-items: center; justify-content: center; font-size: 6rem; color: var(--gold); opacity: 0.5; }
.values-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 2rem; }
.value-card { text-align: center; padding: 2rem; }
.value-icon { width: 80px; height: 80px; margin: 0 auto 1.5rem; background: linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 2rem; }
.value-card h4 { margin-bottom: 0.5rem; }
.team-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; }
.team-card { text-align: center; padding: 2rem; background: var(--white); border-radius: 12px; box-shadow: 0 4px 6px rgba(0,0,0,0.1); transition: transform 0.3s; }
.team-card:hover { transform: translateY(-5px); }
.team-photo { width: 150px; height: 150px; margin: 0 auto 1.5rem; background: var(--gray-200); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 3rem; color: var(--gray-400); border: 4px solid var(--gold); }
.team-card h4 { margin-bottom: 0.25rem; }
.team-role { color: var(--gold); font-weight: 600; font-size: 0.875rem; text-transform: uppercase; letter-spacing: 0.05em; }

/* Contact */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; }
.contact-info-card { padding: 1.5rem; background: var(--gray-100); border-radius: 12px; margin-bottom: 1.5rem; }
.contact-info-card h4 { display: flex; align-items: center; gap: 0.5rem; margin-bottom: 1rem; }
.contact-info-card h4 span { color: var(--gold); }

/* Timeline */
.timeline { max-width: 700px; margin: 0 auto; }
.timeline-item { display: flex; gap: 2rem; margin-bottom: 2rem; }
.timeline-marker { flex-shrink: 0; width: 60px; height: 60px; background: linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; color: var(--black); font-size: 1.25rem; }
.timeline-content { flex: 1; padding: 1.5rem; background: var(--white); border-radius: 12px; box-shadow: 0 4px 6px rgba(0,0,0,0.1); }
.timeline-content h4 { margin-bottom: 0.5rem; }

/* Sticky CTA */
.sticky-cta { position: fixed; bottom: 1.5rem; right: 1.5rem; z-index: 999; animation: pulse 2s infinite; }
@keyframes pulse { 0%, 100% { box-shadow: 0 4px 20px rgba(201, 162, 39, 0.4); } 50% { box-shadow: 0 4px 40px rgba(201, 162, 39, 0.6); } }

/* Mobile Nav */
.mobile-nav { display: none; position: fixed; top: 70px; left: 0; right: 0; background: var(--black); padding: 1.5rem; z-index: 999; border-bottom: 1px solid rgba(201, 162, 39, 0.2); }
.mobile-nav.active { display: block; }
.mobile-nav-links { display: flex; flex-direction: column; gap: 1rem; }
.mobile-nav-links a { color: var(--gray-400); font-size: 1rem; padding: 1rem 0; border-bottom: 1px solid var(--charcoal-light); }
.mobile-nav-links a:hover { color: var(--gold); }

/* Responsive */
@media (max-width: 1024px) {
  .footer-grid, .lead-form-wrapper, .about-grid, .contact-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .nav-links, .nav-cta { display: none; }
  .mobile-toggle { display: flex; }
  .hero { min-height: auto; padding: calc(80px + 3rem) 0 3rem; }
  .hero-ctas { flex-direction: column; }
  .hero-ctas .btn { width: 100%; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .hero-decoration { display: none; }
}
