/* TopStrategy live patch, 2026-08-06.
   Text/layout update only. No image assets are changed. */

.hero-media {
  display: block !important;
  object-position: center center !important;
  opacity: 0.94;
  filter: saturate(0.9) brightness(0.86) contrast(1.02);
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(3, 16, 21, 0.92) 0%, rgba(3, 16, 21, 0.84) 45%, rgba(3, 16, 21, 0.52) 70%, rgba(3, 16, 21, 0.66) 100%) !important,
    linear-gradient(0deg, rgba(3, 16, 21, 0.74) 0%, rgba(3, 16, 21, 0.24) 58%, rgba(3, 16, 21, 0.12) 100%) !important;
}

.hero::before {
  display: none !important;
}

.webinar-proof {
  background: var(--warm-white);
}

.webinar-proof-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: 34px;
  align-items: center;
  padding-top: 56px;
  padding-bottom: 56px;
}

.webinar-proof-copy {
  display: grid;
  gap: 18px;
  align-content: center;
}

.webinar-proof-copy h2 {
  margin: 0;
  max-width: 720px;
  color: var(--ink);
  font-size: clamp(34px, 4vw, 56px);
  line-height: 0.98;
}

.webinar-proof-copy p:not(.eyebrow) {
  margin: 0;
  max-width: 650px;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.45;
}

.webinar-proof-copy .button {
  width: fit-content;
  margin-top: 6px;
}

.webinar-video {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid rgba(29, 91, 68, 0.22);
  border-radius: 8px;
  background: #071315;
  box-shadow: 0 22px 50px rgba(17, 35, 30, 0.16);
}

.webinar-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.work-value {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  margin-top: 18px;
  padding: 24px;
  border-radius: 8px;
  color: var(--white);
  background: var(--forest);
}

.work-value strong {
  color: var(--white);
  font-size: 20px;
}

.work-value p {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 19px;
  line-height: 1.45;
}

#format .section-heading p strong {
  color: var(--ink);
}

#experts .proof-grid {
  grid-template-columns: 1fr;
}

#experts .proof-grid .trust-card {
  max-width: 900px;
}

#experts .method-proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin: -6px 0 28px;
}

#experts .method-proof-grid article {
  display: grid;
  align-content: start;
  min-height: 172px;
  padding: 26px 28px 28px;
  border: 1px solid rgba(29, 91, 68, 0.3);
  border-radius: 8px;
  background: var(--warm-white);
  box-sizing: border-box;
  box-shadow: 0 18px 38px rgba(18, 28, 24, 0.08);
  overflow: hidden;
}

#experts .method-proof-grid span {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--copper);
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.02em;
}

#experts .method-proof-grid h3 {
  margin: 0 0 14px;
  color: var(--ink);
  font-size: 28px;
  line-height: 1.12;
}

#experts .method-proof-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.45;
}

#experts .experts-transition {
  margin: 0 0 24px;
  padding: 22px 24px;
  border-left: 5px solid var(--copper);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.68);
}

#experts .experts-transition .eyebrow {
  margin: 0 0 8px;
}

#experts .experts-transition h3 {
  margin: 0;
  color: var(--ink);
  font-size: 26px;
  line-height: 1.16;
}

#experts .experts-transition p:not(.eyebrow) {
  max-width: 860px;
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.42;
}

#experts .expert-facts {
  display: grid;
  gap: 8px;
}

#experts .expert-facts li {
  line-height: 1.35;
}

#experts .expert-details {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

#experts .expert-details summary {
  display: inline-flex;
  color: var(--forest);
  font-size: 16px;
  font-weight: 900;
  cursor: pointer;
}

#experts .expert-details ul {
  margin: 10px 0 0;
  padding-left: 20px;
}

#experts .expert-details li {
  color: var(--muted);
  line-height: 1.36;
}

#experts .expert-details a {
  color: var(--forest);
  font-weight: 800;
}

#experts .client-logo-row {
  margin-top: 24px;
}

@media (max-width: 1120px) {
  .method-grid,
  .pain-grid,
  .solution-timeline,
  .solution-grid,
  .tariff-grid,
  .expert-grid,
  .proof-grid,
  .fit-grid,
  .outcome-grid,
  .process-list,
  .two-col,
  .apply-grid {
    grid-template-columns: 1fr 1fr;
  }

  .work-value {
    grid-template-columns: 1fr;
  }

  #experts .method-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .work-value {
    padding: 20px;
  }

  .work-value p {
    font-size: 17px;
  }

  #experts .method-proof-grid {
    grid-template-columns: 1fr;
  }
}


/* Restored compact hero, 2026-08-10. */
.hero-message {
  display: grid;
  gap: 16px;
  max-width: 850px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 18px;
}

.hero-message p {
  margin: 0;
}

.hero-message .hero-lead {
  max-width: 820px;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(17px, 1.55vw, 21px);
  line-height: 1.32;
  font-weight: 650;
}

.hero-result-label {
  margin: 26px 0 0;
  color: #f2b287;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero-result {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 990px;
  margin-top: 10px;
}

.hero-result span {
  display: flex;
  align-items: center;
  min-height: 78px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(18, 30, 26, 0.44);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.2);
  font-size: clamp(16px, 1.45vw, 20px);
  font-weight: 800;
  line-height: 1.22;
}

.hero-result span::before {
  content: "";
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  margin-right: 12px;
  border-radius: 50%;
  background: #6cb48d;
}

.hero-workflow-note {
  position: relative;
  max-width: 960px;
  margin: 16px 0 0;
  padding: 16px 22px 16px 30px;
  overflow: hidden;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(31, 93, 73, 0.68);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
  font-size: clamp(17px, 1.35vw, 20px);
  font-weight: 740;
  line-height: 1.35;
}

.hero-workflow-note::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  border-radius: 8px 0 0 8px;
  background: #f2b287;
}

.hero-workflow-note a {
  color: #fff;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

/* Group A conversion edits, 2026-08-17. */
.hero-message {
  margin-top: 16px;
}

.hero-result-label {
  margin-top: 20px;
  color: rgba(242, 178, 135, 0.86);
}

.hero-result {
  max-width: 900px;
  gap: 10px;
}

.hero-result span {
  min-height: 64px;
  padding: 13px 15px;
  background: rgba(18, 30, 26, 0.32);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.16);
  font-size: clamp(15px, 1.2vw, 18px);
}

.hero-workflow-note {
  max-width: 900px;
  margin-top: 12px;
  padding: 13px 18px 13px 26px;
  background: rgba(31, 93, 73, 0.48);
  border: 1px solid rgba(242, 178, 135, 0.14);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.16);
  font-size: clamp(15px, 1.1vw, 18px);
}

.hero-how-label {
  margin-top: 18px;
}

.pain-review-note {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  width: fit-content;
  margin: 0 !important;
  padding: 8px 12px;
  border: 1px solid rgba(242, 178, 135, 0.28);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.82) !important;
  background: rgba(242, 178, 135, 0.12);
  font-size: 14px !important;
  line-height: 1.2 !important;
}

.pain-review-note strong {
  color: #f2b287;
}

.pain-review-note span {
  white-space: nowrap;
}

.pain-conclusion-action {
  display: grid;
  gap: 12px;
  justify-items: start;
}

@media (max-width: 900px) {
  .pain-conclusion {
    grid-template-columns: 1fr;
  }

  .pain-conclusion-action,
  .pain-conclusion .button {
    width: 100%;
  }

  .pain-review-note {
    width: 100%;
    justify-content: center;
  }
}

.hero-how-label {
  margin: 22px 0 0;
  color: #f2b287;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@media (max-width: 1120px) {
  .hero-result {
    grid-template-columns: 1fr;
    max-width: 720px;
  }
}

@media (max-width: 720px) {
  .hero-message {
    gap: 10px;
    font-size: 16px;
  }

  .hero-message .hero-lead {
    font-size: 19px;
  }

  .hero-result-label {
    margin-top: 20px;
    font-size: 13px;
  }

  .hero-result {
    gap: 8px;
  }

  .hero-result span {
    min-height: auto;
    padding: 14px;
    font-size: 17px;
  }

  .hero-workflow-note {
    margin-top: 14px;
    padding: 16px 16px 16px 22px;
    font-size: 18px;
    line-height: 1.3;
  }
}

/* Owner path: final readable map layout. This file loads after styles.css. */
.owner-path {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 18px !important;
  margin-top: 28px !important;
}

.path-state {
  display: grid !important;
  grid-template-columns: minmax(180px, 260px) minmax(0, 1fr) !important;
  gap: 22px !important;
  align-items: center !important;
  min-height: auto !important;
  padding: 24px 28px !important;
}

.path-state p {
  margin: 0 !important;
}

.path-steps {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 16px !important;
}

.path-steps::before {
  display: none !important;
}

.path-card {
  display: grid !important;
  grid-template-rows: auto 1fr !important;
  min-height: 255px !important;
  padding: 20px 20px 22px !important;
  overflow: visible !important;
}

.path-card > span {
  width: 46px !important;
  height: 46px !important;
  margin: 0 0 16px !important;
}

.path-card > div {
  display: grid !important;
  grid-template-rows: auto auto 1fr !important;
  gap: 12px !important;
  padding: 0 !important;
}

.path-card h3 {
  font-size: 19px !important;
}

.path-card p {
  font-size: 15px !important;
  line-height: 1.45 !important;
}

@media (max-width: 1240px) {
  .path-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 720px) {
  .path-state {
    grid-template-columns: 1fr !important;
  }

  .path-steps {
    grid-template-columns: 1fr !important;
  }

  .path-card {
    min-height: auto !important;
  }
}

/* Apply steps fix, 2026-08-12. */
.apply-steps {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.apply-steps li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  color: var(--white);
  font-weight: 800;
  line-height: 1.25;
}

.apply-steps span {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: var(--forest);
  background: var(--paper);
  font-size: 15px;
  font-weight: 900;
}

/* Owner path detailed card copy, 2026-08-12. */
.path-card {
  min-height: 290px;
}

.path-card h3 {
  font-size: 18px;
}

.path-card p {
  font-size: 14px;
}

@media (min-width: 1440px) {
  .path-card {
    min-height: 290px;
  }

  .path-card h3 {
    font-size: 18px;
  }

  .path-card p {
    font-size: 14px;
  }
}

@media (max-width: 980px) {
  .webinar-proof-layout {
    grid-template-columns: 1fr;
    gap: 26px;
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .webinar-proof-copy .button {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .webinar-proof-copy h2 {
    font-size: clamp(30px, 10vw, 42px);
    line-height: 1.02;
  }

  .webinar-proof-copy p:not(.eyebrow) {
    font-size: 17px;
  }
}

/* Expert trust links and logo note, 2026-08-12. */
.expert-link {
  display: inline-flex;
  margin-top: 16px;
  color: var(--forest);
  font-weight: 900;
  text-decoration: none;
}

.expert-link:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.client-logo-note {
  max-width: 820px;
  margin: -6px 0 18px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.45;
}

.tariff-focus {
  margin: -8px 0 18px !important;
  padding: 12px 14px;
  border-radius: 8px;
  color: var(--forest) !important;
  background: rgba(33, 79, 61, 0.08);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.35;
}

.ai-return-note {
  margin-top: -4px !important;
  color: rgba(255, 255, 255, 0.68) !important;
  font-size: 14px !important;
}

.documents-panel {
  width: min(760px, 100%);
}

.documents-intro {
  max-width: 620px;
}

.documents-form {
  margin-top: 22px;
}

[data-documents-form-view][hidden],
.documents-success[hidden],
[data-documents-form-error][hidden] {
  display: none !important;
}

.documents-success {
  display: grid;
  gap: 16px;
}

.documents-success p {
  margin: 0;
  color: var(--muted);
}

.form-error {
  margin: 0;
  color: #9c321f;
  font-weight: 800;
}
