/* TaxAttorneySA Ads LP shell — clean static funnel (no Thrive) */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --navy: #0c2740;
  --navy-mid: #153a5c;
  --navy-deep: #071828;
  --accent: #b33a2b;
  --accent-dark: #922f23;
  --gold: #c9a24d;
  --ink: #142033;
  --muted: #5a6575;
  --line: #d8dee8;
  --surface: #ffffff;
  --bg: #f3f6fa;
  --bg-band: #e8eef6;
  --max: 1080px;
  --radius: 10px;
  --sticky-h: 56px;
  --font: "Source Sans 3", "Segoe UI", sans-serif;
  --display: "Source Serif 4", Georgia, serif;
}

html { scroll-behavior: smooth; }

body {
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

img, video, iframe { max-width: 100%; display: block; }
a { color: var(--navy-mid); }
a:hover { color: var(--accent); }

.sticky-cta {
  position: sticky;
  top: 0;
  z-index: 100;
  height: var(--sticky-h);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 0 1rem;
  background: linear-gradient(90deg, var(--navy-deep), var(--navy) 45%, var(--navy-mid));
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.01em;
  box-shadow: 0 2px 12px rgba(7, 24, 40, 0.35);
}
.sticky-cta:hover { color: #fff; filter: brightness(1.05); }
.sticky-cta .label { font-size: 0.92rem; }
.sticky-cta .phone {
  font-size: 1.05rem;
  color: var(--gold);
  white-space: nowrap;
}

.wrap {
  width: min(100% - 2rem, var(--max));
  margin-inline: auto;
}

.hero {
  padding: 2.25rem 0 2.5rem;
  background:
    radial-gradient(ellipse 70% 80% at 10% 0%, rgba(201, 162, 77, 0.12), transparent 55%),
    linear-gradient(180deg, #102a44 0%, #0c2740 55%, #0a2034 100%);
  color: #fff;
}

.hero-grid {
  display: grid;
  gap: 1.75rem;
  align-items: start;
}

@media (min-width: 900px) {
  .hero-grid {
    grid-template-columns: 1.15fr 0.85fr;
    gap: 2rem;
  }
}

.hero h1 {
  font-family: var(--display);
  font-size: clamp(1.55rem, 2.8vw, 2.15rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 0.85rem;
}

.hero .subhead {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 1.25rem;
  max-width: 38rem;
}

.hero .subhead .yes {
  color: var(--gold);
  font-weight: 700;
}

.video-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  border-radius: var(--radius);
  overflow: hidden;
  background: #000;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}
.video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.lead-form {
  background: var(--surface);
  color: var(--ink);
  border-radius: var(--radius);
  padding: 1.25rem 1.15rem 1.35rem;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.28);
}
.lead-form h2 {
  font-size: 1.15rem;
  margin-bottom: 0.35rem;
}
.lead-form .form-note {
  font-size: 0.85rem;
  color: var(--muted);
  margin-bottom: 1rem;
}

.field { margin-bottom: 0.75rem; }
.field label {
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--muted);
  margin-bottom: 0.3rem;
}
.field input,
.field textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0.7rem 0.8rem;
  font: inherit;
  background: #fbfcfe;
}
.field input:focus,
.field textarea:focus {
  outline: 2px solid rgba(21, 58, 92, 0.35);
  border-color: var(--navy-mid);
  background: #fff;
}
.field textarea { min-height: 72px; resize: vertical; }

.consent {
  display: flex;
  gap: 0.55rem;
  align-items: flex-start;
  font-size: 0.78rem;
  color: var(--muted);
  margin: 0.85rem 0 1rem;
  line-height: 1.4;
}
.consent input { margin-top: 0.2rem; flex-shrink: 0; }

.btn-submit {
  width: 100%;
  border: 0;
  border-radius: 8px;
  padding: 0.9rem 1rem;
  font: inherit;
  font-weight: 800;
  font-size: 1.02rem;
  color: #fff;
  background: linear-gradient(180deg, var(--accent), var(--accent-dark));
  cursor: pointer;
}
.btn-submit:hover { filter: brightness(1.05); }
.btn-submit:disabled { opacity: 0.65; cursor: wait; }

.form-error {
  display: none;
  margin-top: 0.75rem;
  padding: 0.65rem 0.75rem;
  border-radius: 8px;
  background: #fdecea;
  color: #8a241c;
  font-size: 0.88rem;
}
.form-error.show { display: block; }

.section { padding: 2.75rem 0; }
.section.band { background: var(--bg-band); }
.section h2 {
  font-family: var(--display);
  font-size: clamp(1.35rem, 2.2vw, 1.75rem);
  line-height: 1.25;
  margin-bottom: 0.75rem;
  color: var(--navy);
}
.section .lede {
  color: var(--muted);
  max-width: 42rem;
  margin-bottom: 1.25rem;
}
.note-pill {
  display: inline-block;
  margin-bottom: 1.25rem;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  background: rgba(201, 162, 77, 0.18);
  color: #7a5a12;
  font-size: 0.85rem;
  font-weight: 700;
}
.expect h3 {
  font-size: 1.05rem;
  margin-bottom: 0.75rem;
  color: var(--navy-mid);
}
.expect ol {
  list-style: none;
  counter-reset: expect;
  display: grid;
  gap: 0.75rem;
}
.expect li {
  counter-increment: expect;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.75rem;
  align-items: start;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 0.9rem 1rem;
}
.expect li::before {
  content: counter(expect);
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background: var(--navy);
  color: #fff;
  font-size: 0.85rem;
  font-weight: 800;
  display: grid;
  place-items: center;
}

.reviews-section .trl-site-reviews__list {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}
@media (min-width: 720px) {
  .reviews-section .trl-site-reviews__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.trl-review-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1rem 1.1rem;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}
.trl-review-card .stars {
  color: var(--gold);
  letter-spacing: 0.08em;
  margin-bottom: 0.45rem;
  font-size: 0.95rem;
}
.trl-review-card .excerpt {
  font-size: 0.95rem;
  margin-bottom: 0.75rem;
}
.trl-review-card .author {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--navy-mid);
}

.closing {
  text-align: center;
  padding: 2.75rem 0 3rem;
  background:
    linear-gradient(180deg, rgba(12, 39, 64, 0.96), rgba(7, 24, 40, 0.98)),
    var(--navy-deep);
  color: #fff;
}
.closing h2 {
  font-family: var(--display);
  font-size: clamp(1.35rem, 2.2vw, 1.8rem);
  margin-bottom: 0.75rem;
  color: #fff;
}
.closing p {
  color: rgba(255, 255, 255, 0.8);
  max-width: 36rem;
  margin: 0 auto 1.25rem;
}
.btn-call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-width: min(100%, 320px);
  padding: 0.95rem 1.25rem;
  border-radius: 8px;
  background: linear-gradient(180deg, var(--accent), var(--accent-dark));
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  font-size: 1.05rem;
}
.btn-call:hover { color: #fff; filter: brightness(1.06); }

.site-footer {
  padding: 1.75rem 0 2.25rem;
  background: var(--navy-deep);
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.88rem;
  text-align: center;
}
.site-footer a { color: rgba(255, 255, 255, 0.88); }
.site-footer .meta { margin-top: 0.65rem; line-height: 1.7; }
.site-footer .legal {
  margin-top: 0.9rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  justify-content: center;
}

.ty-main {
  min-height: calc(100dvh - var(--sticky-h));
  display: grid;
  place-items: center;
  padding: 3rem 1rem;
  background:
    radial-gradient(ellipse 60% 50% at 50% 0%, rgba(201, 162, 77, 0.14), transparent 60%),
    linear-gradient(180deg, #102a44, #0a2034);
  color: #fff;
  text-align: center;
}
.ty-card {
  width: min(100%, 520px);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  padding: 2rem 1.5rem;
  backdrop-filter: blur(8px);
}
.ty-card h1 {
  font-family: var(--display);
  font-size: clamp(1.5rem, 3vw, 1.9rem);
  margin-bottom: 0.85rem;
}
.ty-card p {
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 0.85rem;
}
.ty-links {
  margin-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  justify-content: center;
  font-size: 0.9rem;
}
.ty-links a { color: var(--gold); }