/* ═══════════════════════════════════════════════════════════════
   SERVICE PAGE SPECIFIC STYLES
   For: real-estate-lead-generation.html, google-ads-ppc.html, etc.
   ═══════════════════════════════════════════════════════════════ */

/* SERVICE HERO */
.svc-hero {
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 10rem 3rem 4rem;
  border-bottom: 1px solid var(--s1);
  position: relative;
  overflow: hidden;
}

.svc-hero-glow {
  position: absolute;
  top: -20%;
  left: 20%;
  width: 60%;
  height: 80%;
  background: radial-gradient(ellipse, rgba(200, 145, 58, 0.07) 0%, transparent 65%);
  pointer-events: none;
}

.svc-hero-bg {
  position: absolute;
  right: -2%;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'Playfair Display', serif;
  font-size: clamp(12rem, 25vw, 28rem);
  color: transparent;
  -webkit-text-stroke: 1px rgba(200, 145, 58, 0.05);
  pointer-events: none;
  user-select: none;
  font-style: italic;
  line-height: 1;
  z-index: 0;
}

.svc-hero-content {
  position: relative;
  z-index: 1;
}

.svc-eye {
  font-family: 'Caveat', cursive;
  font-size: 1rem;
  color: var(--gold);
  letter-spacing: .06em;
  margin-bottom: 1.2rem;
  display: flex;
  align-items: center;
  gap: .8rem;
}

.svc-eye::before {
  content: '✦';
  font-size: .75rem;
}

.svc-h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(3rem, 7vw, 7rem);
  line-height: .92;
  letter-spacing: -.02em;
  margin-bottom: 1rem;
}

.svc-h1 em {
  font-family: 'Caveat', cursive;
  color: var(--gold);
  font-style: normal;
}

.svc-tagline {
  font-family: 'Caveat', cursive;
  font-size: 1.2rem;
  color: var(--gold);
  letter-spacing: .04em;
  margin-bottom: 1.5rem;
}

.svc-desc {
  font-size: 1.05rem;
  font-style: italic;
  color: rgba(240, 228, 200, 0.65);
  line-height: 1.8;
  max-width: 620px;
}

/* MAIN LAYOUT */
.svc-main {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 0;
  border-bottom: 1px solid var(--s1);
}

.svc-content {
  padding: 5rem 3rem;
  border-right: 1px solid var(--s1);
}

.svc-sidebar {
  padding: 3rem 2.5rem;
  background: var(--ink2);
  position: sticky;
  top: 80px;
  align-self: start;
}

/* CONTENT BLOCKS */
.content-block {
  margin-bottom: 4rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid var(--s1);
}

.content-block:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.block-eye {
  font-family: 'Caveat', cursive;
  font-size: .88rem;
  color: var(--gold);
  letter-spacing: .06em;
  margin-bottom: .8rem;
}

.block-h {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  line-height: 1;
  margin-bottom: 1.2rem;
}

.block-body {
  font-size: 1rem;
  font-style: italic;
  color: rgba(240, 228, 200, 0.62);
  line-height: 1.85;
}

.block-body p {
  margin-bottom: 1rem;
}

.block-body strong {
  color: var(--parch);
  font-style: normal;
  font-weight: 600;
}

/* FEATURES GRID */
.feat-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--s1);
  border: 1px solid var(--s1);
  margin-top: 2rem;
}

.feat-item {
  background: var(--ink);
  padding: 1.8rem 1.6rem;
}

.feat-ico {
  width: 32px;
  height: 32px;
  stroke: var(--gold);
  fill: none;
  stroke-width: 1.3;
  margin-bottom: 1rem;
  opacity: .7;
}

.feat-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.15rem;
  margin-bottom: .5rem;
}

.feat-body {
  font-size: .88rem;
  font-style: italic;
  color: rgba(240, 228, 200, 0.5);
  line-height: 1.7;
}

/* STATS ROW */
.stats-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--s1);
  border: 1px solid var(--s1);
  margin-top: 2rem;
}

.stat-box {
  background: var(--ink2);
  padding: 2rem 1.5rem;
  text-align: center;
}

.stat-num {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  color: var(--gold2);
  line-height: 1;
  display: block;
}

.stat-lbl {
  font-family: 'Caveat', cursive;
  font-size: .78rem;
  color: rgba(240, 228, 200, 0.45);
  letter-spacing: .06em;
  margin-top: .3rem;
  display: block;
}

/* PROCESS STEPS */
.steps {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 2rem;
  border: 1px solid var(--s1);
}

.step {
  display: flex;
  gap: 1.5rem;
  padding: 1.8rem 1.6rem;
  border-bottom: 1px solid var(--s1);
  align-items: flex-start;
}

.step:last-child {
  border-bottom: none;
}

.step-num {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  color: rgba(200, 145, 58, 0.3);
  line-height: 1;
  flex-shrink: 0;
  min-width: 40px;
}

.step-content {}

.step-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.15rem;
  margin-bottom: .4rem;
}

.step-body {
  font-size: .88rem;
  font-style: italic;
  color: rgba(240, 228, 200, 0.5);
  line-height: 1.7;
}

/* LEAD FORM SIDEBAR */
.lead-form-wrap {}

.lead-form-head {
  margin-bottom: 2rem;
}

.lead-form-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  line-height: 1.1;
  margin-bottom: .4rem;
}

.lead-form-title em {
  font-family: 'Caveat', cursive;
  color: var(--gold);
  font-style: normal;
}

.lead-form-sub {
  font-family: 'Caveat', cursive;
  font-size: .78rem;
  color: rgba(240, 228, 200, 0.35);
  letter-spacing: .05em;
}

.fg {
  position: relative;
  border: 1px solid var(--s1);
  margin-bottom: -1px;
  transition: border-color .25s;
}

.fg:focus-within {
  border-color: var(--gold);
  z-index: 2;
  background: rgba(200, 145, 58, 0.03);
}

.fg label {
  position: absolute;
  top: .75rem;
  left: 1rem;
  font-family: 'Caveat', cursive;
  font-size: .7rem;
  color: rgba(200, 145, 58, 0.45);
  letter-spacing: .08em;
  pointer-events: none;
}

.fg input, .fg select {
  width: 100%;
  padding: 1.9rem 1rem .65rem;
  background: transparent;
  border: none;
  outline: none;
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  font-style: italic;
  color: var(--parch);
  -webkit-appearance: none;
}

.fg select {
  cursor: pointer;
}

.fg input::placeholder {
  color: transparent;
}

.lead-btn {
  margin-top: 1.2rem;
  width: 100%;
  padding: .95rem 1.5rem;
  background: var(--gold);
  color: var(--ink);
  border: none;
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  font-style: italic;
  letter-spacing: .1em;
  cursor: pointer;
  font-weight: 700;
  transition: background .3s;
}

.lead-btn:hover {
  background: var(--gold2);
}

.lead-note {
  font-family: 'Caveat', cursive;
  font-size: .7rem;
  color: rgba(240, 228, 200, 0.25);
  text-align: center;
  margin-top: .8rem;
  letter-spacing: .04em;
}

.lead-ok {
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: 2.5rem 1rem;
  border: 1px solid var(--s1);
  text-align: center;
}

.lead-ok.show {
  display: flex;
}

.lead-ok-ring {
  width: 50px;
  height: 50px;
  border: 1.5px solid var(--gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  font-size: 1.3rem;
}

.lead-ok h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  font-style: italic;
  margin: 0;
}

.lead-ok p {
  font-family: 'Caveat', cursive;
  font-size: .82rem;
  color: rgba(240, 228, 200, 0.35);
  line-height: 1.6;
  margin: 0;
}

/* TRUST BADGES IN SIDEBAR */
.trust-badges {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid var(--s1);
}

.trust-title {
  font-family: 'Caveat', cursive;
  font-size: .75rem;
  color: rgba(200, 145, 58, 0.4);
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: .8rem;
  margin-bottom: .7rem;
  font-family: 'Inter', sans-serif;
  font-size: .9rem;
  font-style: italic;
  color: rgba(240, 228, 200, 0.45);
}

.trust-dot {
  width: 5px;
  height: 5px;
  background: var(--gold);
  border-radius: 50%;
  flex-shrink: 0;
}

/* CTA BOTTOM BANNER */
.cta-banner {
  padding: 5rem 3rem;
  text-align: center;
  border-bottom: 1px solid var(--s1);
  position: relative;
  overflow: hidden;
}

.cta-banner-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  height: 200%;
  background: radial-gradient(ellipse, rgba(200, 145, 58, 0.06) 0%, transparent 65%);
  pointer-events: none;
}

.cta-banner-eye {
  font-family: 'Caveat', cursive;
  font-size: .88rem;
  color: var(--gold);
  letter-spacing: .08em;
  margin-bottom: 1rem;
}

.cta-banner-h {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: .95;
  margin-bottom: .8rem;
}

.cta-banner-h em {
  font-family: 'Caveat', cursive;
  color: var(--gold);
  font-style: normal;
}

.cta-banner-sub {
  font-size: 1rem;
  font-style: italic;
  color: rgba(240, 228, 200, 0.55);
  max-width: 480px;
  margin: 0 auto 2rem;
  line-height: 1.75;
}

.cta-btns {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-gold {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  padding: .9rem 2rem;
  background: var(--gold);
  color: var(--ink);
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  font-style: italic;
  letter-spacing: .1em;
  text-decoration: none;
  font-weight: 700;
  transition: background .3s;
  cursor: pointer;
}

.btn-gold:hover {
  background: var(--gold2);
}

.btn-outline {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  padding: .9rem 2rem;
  border: 1px solid var(--gold);
  color: var(--gold);
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  font-style: italic;
  letter-spacing: .1em;
  transition: background .3s, color .3s;
  cursor: pointer;
}

.btn-outline:hover {
  background: var(--gold);
  color: var(--ink);
}

/* ═══════════════════════════════════════════════════════════════
   PAGE HERO (About, Contact pages)
   ═══════════════════════════════════════════════════════════════ */
.page-hero {
  min-height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10rem 3rem 4rem;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--s1);
}

.page-hero-bg {
  position: absolute;
  right: -5%;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'Playfair Display', serif;
  font-size: clamp(10rem, 20vw, 20rem);
  color: transparent;
  -webkit-text-stroke: 1px rgba(200, 145, 58, 0.04);
  pointer-events: none;
  user-select: none;
  font-style: italic;
  line-height: 1;
}

.page-hero-glow {
  position: absolute;
  top: -20%;
  left: 20%;
  width: 60%;
  height: 80%;
  background: radial-gradient(ellipse, rgba(200, 145, 58, 0.05) 0%, transparent 65%);
  pointer-events: none;
}

.page-eye {
  font-family: 'Caveat', cursive;
  font-size: 1rem;
  color: var(--gold);
  letter-spacing: .06em;
  margin-bottom: 1rem;
}

.page-h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(3rem, 6vw, 5rem);
  line-height: .9;
  margin-bottom: 1rem;
}

.page-sub {
  font-size: 1.05rem;
  font-style: italic;
  color: var(--dim);
  line-height: 1.8;
  max-width: 600px;
}

/* ═══════════════════════════════════════════════════════════════
   POLICY PAGES (Privacy, Disclaimer, Terms)
   ═══════════════════════════════════════════════════════════════ */
.policy-wrap {
  max-width: 860px;
  margin: 0 auto;
  padding: 9rem 3rem 6rem;
}

.policy-wrap h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  margin-bottom: 2rem;
  text-align: center;
}

.policy-wrap h2 {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  margin: 2rem 0 1rem;
  color: var(--gold);
}

.policy-wrap p {
  font-size: 1rem;
  font-style: italic;
  color: rgba(240, 228, 200, 0.65);
  line-height: 1.8;
  margin-bottom: 1rem;
}

.policy-wrap ul {
  margin: 1rem 0 1rem 1.5rem;
}

.policy-wrap li {
  font-size: 1rem;
  font-style: italic;
  color: rgba(240, 228, 200, 0.65);
  line-height: 1.8;
  margin-bottom: .5rem;
}

/* ═══════════════════════════════════════════════════════════════
   RESPONSIVE - SERVICE PAGES
   ═══════════════════════════════════════════════════════════════ */
@media (max-width: 900px) {
  .svc-main {
    grid-template-columns: 1fr;
  }

  .svc-sidebar {
    position: static;
    border-top: 1px solid var(--s1);
  }

  .svc-content {
    border-right: none;
  }

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

@media (max-width: 768px) {
  .svc-hero {
    padding: 5.5rem 1.4rem 2.5rem;
    min-height: auto;
  }

  .svc-hero-bg {
    font-size: 7rem;
    opacity: .03;
  }

  .svc-h1 {
    font-size: clamp(2rem, 8vw, 3.5rem);
  }

  .svc-tagline {
    font-size: .9rem;
  }

  .svc-desc {
    font-size: .9rem;
    max-width: 100%;
  }

  .svc-main {
    grid-template-columns: 1fr;
  }

  .svc-content {
    padding: 2.5rem 1.4rem;
    border-right: none;
    border-bottom: 1px solid var(--s1);
  }

  .svc-sidebar {
    padding: 2rem 1.4rem;
    position: static;
  }

  .block-h {
    font-size: clamp(1.5rem, 6vw, 2rem);
  }

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

  .stats-row {
    grid-template-columns: 1fr 1fr;
  }

  .stat-num {
    font-size: 1.8rem;
  }

  .step {
    padding: 1.4rem 1.2rem;
  }

  .cta-banner {
    padding: 3rem 1.4rem;
  }

  .cta-banner-h {
    font-size: clamp(1.6rem, 6vw, 2.5rem);
  }

  .cta-btns {
    flex-direction: column;
    align-items: stretch;
  }

  .btn-gold, .btn-outline {
    text-align: center;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .svc-h1 {
    font-size: clamp(1.8rem, 9vw, 2.6rem);
  }

  .block-h {
    font-size: clamp(1.3rem, 6vw, 1.7rem);
  }

  .stats-row {
    grid-template-columns: 1fr;
  }
}
