* {
  box-sizing: border-box;
}

html {
  scroll-behaviour: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background: #0b0b0d;
  color: #f4f1ea;
  line-height: 1.6;
}

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

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

.container {
  width: min(1120px, 92%);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(11, 11, 13, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(212, 175, 55, 0.16);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px 0;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.logo-mark {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #d4af37, #8d7220);
  color: #111;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.logo-text strong {
  font-size: 1rem;
  color: #fff;
}

.logo-text small {
  font-size: 0.78rem;
  color: #cdbf95;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 26px;
}

.site-nav a {
  font-size: 0.96rem;
  color: #efe7d2;
  transition: color 0.2s ease;
}

.site-nav a:hover {
  color: #d4af37;
}

.nav-cta {
  padding: 11px 18px;
  border-radius: 999px;
  border: 1px solid rgba(212, 175, 55, 0.4);
  background: rgba(212, 175, 55, 0.08);
}

.menu-toggle {
  display: none;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
  margin: 5px 0;
}

.hero {
  padding: 90px 0 70px;
  background:
    radial-gradient(circle at top right, rgba(212, 175, 55, 0.14), transparent 28%),
    linear-gradient(180deg, #0b0b0d 0%, #131317 100%);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 42px;
  align-items: center;
}

.eyebrow {
  margin: 0 0 14px;
  font-size: 0.82rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #d4af37;
  font-weight: 700;
}

.hero h1,
.section-head h2,
.final-cta-box h2,
.contact-section h2 {
  margin: 0;
  line-height: 1.08;
  color: #fff;
}

.hero h1 {
  font-size: clamp(2.4rem, 5vw, 4.5rem);
  max-width: 12ch;
}

.hero-text {
  margin: 22px 0 0;
  max-width: 640px;
  font-size: 1.08rem;
  color: #ddd7ca;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 30px 0 24px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 700;
  transition: transform 0.2s ease, opacity 0.2s ease, background 0.2s ease;
}

.btn:hover {
  transform: translateY(-1px);
  opacity: 0.96;
}

.btn-primary {
  background: #d4af37;
  color: #111;
}

.btn-secondary {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: transparent;
  color: #fff;
}

.btn-full {
  width: 100%;
  border: 0;
  cursor: pointer;
}

.hero-points {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
  display: grid;
  gap: 10px;
}

.hero-points li {
  position: relative;
  padding-left: 24px;
  color: #d7d0c3;
}

.hero-points li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #d4af37;
  font-size: 1.2rem;
  line-height: 1;
}

.hero-card-inner,
.panel,
.step-card,
.result-card,
.areas-panel,
.contact-form-panel,
.contact-card,
.final-cta-box,
.quote-box {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(212, 175, 55, 0.12);
  border-radius: 24px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.25);
}

.hero-card-inner {
  padding: 28px;
}

.card-label {
  margin: 0 0 10px;
  color: #d4af37;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.76rem;
}

.hero-card h2 {
  margin: 0 0 24px;
  font-size: 1.7rem;
  line-height: 1.2;
  color: #fff;
}

.mini-list {
  display: grid;
  gap: 18px;
}

.mini-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: start;
}

.mini-number,
.step-number {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(212, 175, 55, 0.12);
  border: 1px solid rgba(212, 175, 55, 0.3);
  color: #d4af37;
  font-weight: 700;
}

.mini-item p {
  margin: 6px 0 0;
  color: #ddd7ca;
}

.trust-strip {
  border-top: 1px solid rgba(212, 175, 55, 0.12);
  border-bottom: 1px solid rgba(212, 175, 55, 0.12);
  background: #111216;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding: 20px 0;
}

.trust-grid div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.trust-grid strong {
  color: #fff;
}

.trust-grid span {
  color: #cfc6b2;
  font-size: 0.95rem;
}

.section {
  padding: 84px 0;
}

.section-dark {
  background: #111216;
}

.section-head {
  max-width: 760px;
  margin-bottom: 36px;
}

.section-head h2,
.final-cta-box h2,
.contact-section h2 {
  font-size: clamp(2rem, 4vw, 3rem);
}

.section-head p,
.final-cta-box p,
.contact-section p {
  color: #d7d0c3;
  font-size: 1.02rem;
}

.problem-grid,
.results-grid,
.contact-cards {
  display: grid;
  gap: 24px;
}

.problem-grid {
  grid-template-columns: repeat(2, 1fr);
}

.panel,
.step-card,
.result-card,
.areas-panel,
.contact-form-panel,
.contact-card {
  padding: 28px;
}

.highlight {
  background: linear-gradient(180deg, rgba(212, 175, 55, 0.08), rgba(255, 255, 255, 0.03));
}

.panel h3,
.step-card h3,
.result-card h3,
.areas-panel h3,
.contact-form-panel h3,
.contact-card h3 {
  margin-top: 0;
  color: #fff;
}

.tick-list,
.area-list,
.footer-links {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
}

.tick-list li,
.area-list li,
.footer-links li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 12px;
  color: #ddd7ca;
}

.tick-list li::before,
.area-list li::before,
.footer-links li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: -1px;
  color: #d4af37;
  font-size: 1.2rem;
  line-height: 1;
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.step-card {
  min-height: 100%;
}

.step-card p,
.result-card p,
.areas-note,
.contact-form-panel p,
.contact-card p {
  color: #d7d0c3;
}

.step-number {
  margin-bottom: 20px;
}

.results-grid {
  grid-template-columns: repeat(3, 1fr);
}

.result-card h3 {
  font-size: 1.8rem;
  color: #d4af37;
}

.quote-box {
  margin-top: 28px;
  padding: 28px;
}

.quote-box p {
  margin: 0;
  font-size: 1.15rem;
  color: #f5f1e7;
}

.areas-grid,
.contact-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 28px;
  align-items: start;
}

.final-cta-box {
  text-align: center;
  padding: 44px 28px;
}

.contact-cards {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 26px;
}

.contact-card a,
.site-footer a {
  color: #f4f1ea;
}

.contact-form {
  display: grid;
  gap: 16px;
  margin-top: 18px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: #f2ede1;
  font-weight: 600;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(212, 175, 55, 0.18);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
  color: #fff;
  padding: 14px 16px;
  font: inherit;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #aaa290;
}

.site-footer {
  padding: 36px 0 20px;
  border-top: 1px solid rgba(212, 175, 55, 0.12);
  background: #0a0a0c;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  gap: 26px;
}

.site-footer h3,
.site-footer h4 {
  color: #fff;
  margin-top: 0;
}

.site-footer p,
.footer-links li {
  color: #d7d0c3;
}

.footer-bottom {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(212, 175, 55, 0.12);
}

.footer-bottom p {
  margin: 0;
  color: #bdb29b;
  font-size: 0.92rem;
}

@media (max-width: 1080px) {
  .hero-grid,
  .areas-grid,
  .contact-grid,
  .problem-grid,
  .results-grid,
  .steps,
  .footer-grid,
  .contact-cards,
  .trust-grid {
    grid-template-columns: 1fr 1fr;
  }

  .steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .results-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 760px) {
  .menu-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: 82px;
    left: 4%;
    right: 4%;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 20px;
    border-radius: 20px;
    background: #121317;
    border: 1px solid rgba(212, 175, 55, 0.12);
  }

  .site-nav.open {
    display: flex;
  }

  .hero-grid,
  .areas-grid,
  .contact-grid,
  .problem-grid,
  .results-grid,
  .steps,
  .footer-grid,
  .contact-cards,
  .trust-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 70px;
  }

  .hero h1 {
    max-width: 100%;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .btn {
    width: 100%;
  }

  .section {
    padding: 68px 0;
  }
}