:root {
  color-scheme: dark;
  font-family: 'Inter', sans-serif;
}

* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  background: #111418;
  color: #e2e8ef;
  min-height: 100%;
}

body {
  font-size: 16px;
  line-height: 1.6;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.page-shell {
  width: 100%;
}

.hero-section {
  width: 100%;
  padding: 60px 20px;
}

.hero-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  width: 100%;
}

.hero-copy {
  flex: 1.2;
  min-width: 320px;
}

.hero-copy h1 {
  font-size: clamp(2.6rem, 4vw, 4.2rem);
  line-height: 1.05;
  margin: 0 0 24px;
  color: #d4af37;
  font-weight: 900;
}

.hero-lead {
  font-size: 1.1rem;
  max-width: 720px;
  margin: 0 0 30px;
  color: #cbd5e1;
}

.hero-benefits {
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
}

.hero-benefits li {
  margin-bottom: 18px;
  font-size: 1.03rem;
  line-height: 1.7;
}

.hero-benefits strong {
  color: #61a5fa;
  font-weight: 700;
}

.hero-authority {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 30px;
}

.hero-photo {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(212, 175, 55, 0.35);
}

.hero-authority p {
  margin: 0;
  color: #94a3b8;
  font-size: 0.95rem;
  line-height: 1.5;
}

.hero-form-panel {
  flex: 1;
  min-width: 320px;
  max-width: 420px;
  background: #14181f;
  border: 1px solid #2e3645;
  border-radius: 24px;
  padding: 32px;
}

.hero-right-column {
  display: flex;
  flex-direction: column;
  gap: 28px;
  width: 100%;
  max-width: 420px;
}

.form-secondary-section {
  width: 100%;
  padding: 60px 20px 40px;
}

.form-secondary-container {
  max-width: 520px;
  margin: 0 auto;
}

.centered-proof .testimonial-grid {
  gap: 24px;
}

.centered-proof .testimonial-card {
  padding: 32px;
}

.centered-proof .testimonial-card p {
  margin: 0 0 22px;
}

.centered-proof .testimonial-card span {
  font-size: 0.9rem;
}

.form-header {
  margin-bottom: 22px;
}

.form-tag {
  margin: 0 0 12px;
  color: #a3e635;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.82rem;
}

.hero-form-panel h2 {
  margin: 0;
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 1.2;
}

.form-copy {
  margin: 20px 0 24px;
  color: #cbd5e1;
  font-size: 1rem;
  line-height: 1.7;
}

.hero-shift,
.hero-vision {
  background: #141b25;
  border: 1px solid #2f4055;
  border-radius: 20px;
  padding: 22px 24px;
  margin-bottom: 24px;
  color: #f1f5f9;
}

.hero-shift p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.75;
}

.hero-villain {
  margin: 0 0 30px;
  color: #d4af37;
  font-size: 1.03rem;
  line-height: 1.7;
}

.hero-vision p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.8;
}

.hubspot-form {
  width: 100%;
}

.hubspot-form-center {
  width: 100%;
  max-width: 520px;
  margin: 0 auto 32px auto;
}

.footer-links {
  width: 100%;
  padding: 24px 20px 40px;
}

.footer-links-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.footer-link {
  background: #23272f;
  color: #e2e8ef;
  padding: 0.85em 1.5em;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
  transition: background 0.2s ease;
}

.footer-link:hover {
  background: #2f3745;
}

.form-note {
  margin: 24px 0 0;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #94a3b8;
}

.hero-filter {
  max-width: 1200px;
  margin: 40px auto 0;
  padding: 26px 30px;
  border-radius: 18px;
  border: 1px solid #2e3645;
  background: #14181f;
  color: #e2e8ef;
}

.hero-filter p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.7;
}

.social-proof {
  width: 100%;
  padding: 80px 20px 100px;
}

.social-proof-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.social-proof h2 {
  margin: 0 0 40px;
  color: #d4af37;
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 1.1;
  font-weight: 900;
}

.social-proof.right-side-proof {
  padding: 0;
  background: transparent;
  border: none;
}

.social-proof.right-side-proof .social-proof-inner {
  max-width: 100%;
  margin: 0;
}

.social-proof.right-side-proof h2 {
  margin-bottom: 18px;
  font-size: 1.3rem;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.testimonial-card {
  background: #14181f;
  border: 1px solid #2e3645;
  border-radius: 20px;
  padding: 32px;
}

.testimonial-card p {
  margin: 0 0 22px;
  color: #e2e8ef;
  font-size: 1rem;
  line-height: 1.8;
  font-style: italic;
}

.testimonial-card span {
  display: block;
  color: #61a5fa;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

@media (max-width: 992px) {
  .hero-container {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-copy, .hero-form-panel {
    width: 100%;
  }

  .hero-authority {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .hero-section {
    padding: 40px 16px;
  }

  .hero-copy h1 {
    font-size: 2.4rem;
  }

  .hero-form-panel {
    padding: 28px 22px;
  }

  .testimonial-grid {
    grid-template-columns: 1fr;
  }
}
