:root {
  --green-950: #041c18;
  --green-925: #06251f;
  --green-900: #082f28;
  --green-850: #0b3a31;
  --green-800: #0f493d;
  --green-700: #155b4d;
  --green-600: #1d725f;
  --green-150: #dcefe6;
  --green-100: #eaf6ef;
  --green-50: #f4fbf7;
  --gold-500: #d89b24;
  --gold-400: #d89b24;
  --gold-300: #d89b24;
  --gold-700: #d89b24;
  --ink: #14231f;
  --muted: #52645f;
  --white: #fff;
  --radius-xl: 30px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --shadow-soft: 0 24px 70px rgba(0, 0, 0, 0.22);
  --shadow-card: 0 18px 45px rgba(8, 47, 40, 0.16);
  --shell: 1180px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  background: var(--green-900);
  color: var(--ink);
  line-height: 1.55;
  overflow-x: hidden;
}
body.no-scroll {
  overflow: hidden;
}
img,
video {
  max-width: 100%;
  display: block;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input {
  font: inherit;
}
button {
  cursor: pointer;
}
.shell {
  width: min(var(--shell), calc(100% - 40px));
  margin-inline: auto;
}
.skip-link {
  position: absolute;
  left: 16px;
  top: -80px;
  z-index: 1000;
  background: #fff;
  color: #000;
  padding: 10px 14px;
  border-radius: 10px;
}
.skip-link:focus {
  top: 16px;
}
.num {
  font-family: "Archivo Black", Inter, sans-serif;
  letter-spacing: 0.01em;
}
.section-dark {
  background: radial-gradient(
      circle at 20% 0%,
      rgba(31, 114, 95, 0.52),
      transparent 38%
    ),
    linear-gradient(145deg, var(--green-900), var(--green-950));
  color: var(--white);
  position: relative;
}
.section-light {
  background: linear-gradient(180deg, #f8fbf7, #ecf4ee);
  color: var(--ink);
  position: relative;
}
.section-light:before,
.section-dark:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 50px;
  pointer-events: none;
  z-index: 1;
}
.section-light:before {
  top: 0;
  background: linear-gradient(180deg, rgba(4, 28, 24, 0.13), transparent);
  filter: blur(10px);
}
.section-dark:after {
  bottom: -28px;
  background: linear-gradient(180deg, rgba(4, 28, 24, 0.25), transparent);
  filter: blur(14px);
}
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.is-visible {
  opacity: 1;
  transform: none;
}

.top-trust {
  background: var(--green-950);
  color: #ddecdf;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.02em;
  border-bottom: 1px solid rgba(215, 180, 109, 0.24);
}
.top-trust__inner {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  flex-wrap: wrap;
  padding: 6px 0;
  text-align: center;
}
.top-trust span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
}
.top-trust span:before {
  content: "✓";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(56, 154, 106, 0.2);
  color: #76d290;
  font-size: 12px;
  border: 1px solid rgba(118, 210, 144, 0.35);
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(8, 47, 40, 0.9);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(215, 180, 109, 0.28);
}
.site-header.is-scrolled {
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.24);
}
.site-header--single {
  position: sticky;
}
.header__inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  min-width: max-content;
}
.brand img {
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}
.brand span {
  display: grid;
  line-height: 1;
}
.brand strong {
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #d89b24;
  font-family: 'Playfair Display', serif;
}
.brand em {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  color: #fff;
  font-style: normal;
  margin-top: 3px;
  text-align: left;
}
.primary-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  color: #e7f2ee;
  font-weight: 800;
  font-size: 14px;
}
.primary-nav a {
  position: relative;
  padding: 8px 0;
}
.primary-nav a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: var(--gold-400);
  transform: scaleX(0);
  transform-origin: center;
  transition: 0.25s;
}
.primary-nav a:hover:after {
  transform: scaleX(1);
}
.btn {
  appearance: none;
  border: 0;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  min-height: 46px;
  padding: 0 22px;
  text-align: center;
}
.btn:hover {
  transform: translateY(-2px);
}
.btn--header {
  background: linear-gradient(180deg, var(--gold-300), var(--gold-500));
  color: #08261f;
  box-shadow: 0 12px 30px rgba(215, 180, 109, 0.22);
  font-size: 12px;
}
.btn--primary {
  background: linear-gradient(180deg, #1a6e4d, #14674f);
  color: #fff;

}
.btn--large {
  min-height: 58px;
  padding: 0 30px;
  font-size: 14px;
}
.btn--block {
  width: 100%;
  min-height: 58px;
}
.btn:focus-visible,
input:focus-visible {
  outline: 3px solid rgba(232, 205, 142, 0.75);
  outline-offset: 3px;
}

.hero {
  min-height: calc(100svh - 116px);
  padding: 64px 0 84px;
  overflow: hidden;
}
.hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.44;
}
.hero__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(
      90deg,
      rgba(4, 28, 24, 0.95),
      rgba(4, 28, 24, 0.74) 44%,
      rgba(4, 28, 24, 0.5)
    ),
    radial-gradient(
      circle at 70% 10%,
      rgba(215, 180, 109, 0.18),
      transparent 38%
    );
  z-index: 0;
}
.hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.72fr);
  align-items: top;
  gap: 44px;
}
.hero__copy h1 {
      font-family: "Playfair Display", Georgia, serif;
    font-weight: 900;
    font-size: 40px;
    line-height: 0.96;
    letter-spacing: -0.04em;
    margin: 0px 0 12px;
    text-wrap: balance;
}
.hero__copy h1 span,
.section-copy h2 span,
.final-cta h2 span,
.section-heading h2 span {
  color: var(--gold-400);
}
.hero__sub {
      max-width: 760px;
    color: #f1deac;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 20px;
    line-height: 22px;
}
.hero__sub strong {
  color: #fff;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 12px;
  font-weight: 900;
  color: var(--green-700);
}
.eyebrow:before {
  content: "";
  width: 34px;
  height: 1px;
  background: var(--gold-500);
}
.eyebrow--hero {
  color: #f3e6bd;
  background: rgba(10, 64, 53, 0.55);
  border: 1px solid rgba(232, 205, 142, 0.38);
  border-radius: 999px;
  padding: 9px 14px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}
.eyebrow--hero:before {
  display: none;
}
.video-card {
  position: relative;
  border: 2px solid rgba(232, 205, 142, 0.72);
  border-radius: 24px;
  overflow: hidden;
  background: #000;
  box-shadow: var(--shadow-soft);
}
.video-card video {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  background: #000;
}
.video-card video::-webkit-media-controls-start-playback-button {
  display: none !important;
}
.video-card--hero {
  max-width: 680px;
  margin: 28px 0 20px;
}
.sound-button {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  transform: translate(-50%, -50%);
  width: 92px;
  height: 92px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid rgba(232, 205, 142, 0.68);
  background: linear-gradient(180deg, #226d59, #0e493b);
  box-shadow: 0 0 0 10px rgba(215, 180, 109, 0.09),
    0 20px 50px rgba(0, 0, 0, 0.38);
  color: #fff;
  display: grid;
  place-items: center;
  -webkit-appearance: none;
  appearance: none;
  animation: pulseSoft 2.8s infinite;
}
.sound-button__play {
  display: block;
  width: 0;
  height: 0;
  margin-left: 4px;
  border-style: solid;
  border-width: 11px 0 11px 18px;
  border-color: transparent transparent transparent var(--gold-400);
  font-size: 0;
  line-height: 0;
}
.sound-button__text {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  font-size: 13px;
  font-weight: 900;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}
.sound-button.is-hidden {
  display: none;
}
.video-mute-toggle {
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 4;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(232, 205, 142, 0.55);
  background: rgba(5, 28, 24, 0.88);
  color: var(--gold-400);
  font-size: 18px;
  display: grid;
  place-items: center;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.28);
}
.video-mute-toggle.is-hidden {
  display: none;
}
@keyframes pulseSoft {
  0%,
  100% {
    box-shadow: 0 0 0 8px rgba(215, 180, 109, 0.08),
      0 20px 50px rgba(0, 0, 0, 0.38);
  }
  50% {
    box-shadow: 0 0 0 18px rgba(215, 180, 109, 0.02),
      0 20px 50px rgba(0, 0, 0, 0.38);
  }
}
.metric-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  max-width: 760px;
  margin-top: 22px;
}
.metric-row article {
  background: rgba(5, 28, 24, 0.58);
  border: 1px solid rgba(232, 205, 142, 0.28);
  border-radius: 18px;
  padding: 18px;
  display: grid;
  gap: 5px;
  min-height: 112px;
}
.metric-row strong {
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1;
  color: var(--gold-400);
}
.metric-row span {
  font-size: 13px;
  color: #e8f4ef;
  font-weight: 800;
}
.claim-card {
  background: linear-gradient(
    180deg,
    rgba(28, 104, 84, 0.97),
    rgba(13, 70, 59, 0.98)
  );
  /*border: 4px solid var(--gold-500);*/
  border-radius: 32px;
  padding: 24px;
  box-shadow: var(--shadow-soft);
  color: #fff;
  align-self: start;
}
.claim-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
}
.claim-card__top h2 {
  font-family: "Playfair Display", Georgia, serif;
  line-height: 1.05;
  font-size: 20px;
  margin: 4px 0 0;
  letter-spacing: -0.03em;
}
.claim-card__top img {
  border-radius: 14px;
}
.mini-label {
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--gold-300);
}
.amount-panel {
  background: linear-gradient(180deg, #ecf7ef, #dceee4);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 22px;
  padding: 20px;
  margin: 18px 0;
  color: var(--green-950);
  box-shadow: inset 0 0 0 1px rgba(8, 47, 40, 0.08);
}
.amount-panel span {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 900;
  color: var(--green-700);
  margin-bottom: 4px;
}
.amount-panel strong {
  font-size: 40px;
  line-height: 1;
  color: var(--green-900);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
}
.case-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.case-item {
  background: linear-gradient(180deg, #effaf3, #ddf0e6);
  border-radius: 16px;
  padding: 14px;
  color: var(--ink);
  border: 1px solid rgba(8, 47, 40, 0.1);
}
.case-item--wide {
  grid-column: 1/-1;
}
.case-item span {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 11px;
  font-weight: 900;
  color: var(--gold-700);
  margin-bottom: 5px;
}
.case-item strong {
  font-size: 14px;
  line-height: 1.35;
}
.case-item small {
  font: inherit;
  color: #fff;
}
.lead-form {
  margin-top: 18px;
  display: grid;
  gap: 12px;
}
.form-alert {
  display: none;
  border-radius: 12px;
  padding: 10px 12px;
  background: #fff2f0;
  color: #7b1f16;
  font-weight: 800;
  font-size: 13px;
}
.form-alert.is-visible {
  display: block;
}
.lead-form label {
  display: grid;
  gap: 7px;
}
.lead-form label span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-weight: 900;
  color: #f4e5bd;
}
.lead-form input {
  width: 100%;
  border: 1px solid rgba(8, 47, 40, 0.2);
  background: #eaf6ef;
  color: #102822;
  border-radius: 14px;
  min-height: 54px;
  padding: 0 15px;
  font-weight: 750;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}
.lead-form input::placeholder {
  color: #6e817a;
}
.lead-form input:focus {
  border-color: var(--gold-500);
  background: #f0fbf4;
  box-shadow: 0 0 0 4px rgba(215, 180, 109, 0.16);
}
.form-trust {
  display: flex;
  gap: 12px;
  align-items: center;
  background: rgba(4, 28, 24, 0.38);
  border: 1px solid rgba(232, 205, 142, 0.25);
  border-radius: 16px;
  padding: 13px;
}
.form-trust > span {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #eaf6ef;
  color: #0f6a46;
  font-weight: 900;
}
.form-trust strong {
  display: block;
  color: var(--gold-300);
  font-size: 13px;
  letter-spacing: 0.08em;
}
.form-trust p {
  margin: 2px 0 0;
  color: #e6f3ed;
  font-size: 13px;
}
.secure-note {
  margin: 2px 0 0;
  text-align: center;
  color: var(--green-100);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
}
.secure-note--light {
  color: #eaf6ef;
}

.surplus-section {
  padding: 88px 0;
}
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 52px;
  align-items: center;
}
.section-copy h2,
.section-heading h2,
.faq__intro h2,
.final-cta h2,
.case-file-card h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 40px;
  line-height: 1.04;
  margin: 0 0 18px;
  letter-spacing: -0.035em;
}
.section-copy p {
  font-size: 14px;
  color: #344841;
  margin: 0 0 18px;
}
.section-copy strong {
  color: var(--green-900);
}
.example-box {
  border-left: 5px solid var(--gold-500);
  background: #fff;
  padding: 18px 20px;
  margin: 22px 0;
  box-shadow: var(--shadow-card);
  font-size: 16px;
}
.image-frame {
  margin: 0;
  border-radius: 30px;
  border: 1px solid rgba(8, 47, 40, 0.1);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  background: #fff;
}
.image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonials {
  padding: 92px 0 96px;
}
.section-heading {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 42px;
}
.section-heading .eyebrow {
  margin-inline: auto;
}
.section-heading h2 {
  color: #fff;
}
.section-heading .eyebrow  {
  margin-bottom:15px;
  font-size: 12px;
}
.section-heading p {
  color: #dbe9e3;
  font-size: 18px;
  margin: 0;
  
}
.testimonial-stage {
  position: relative;
  min-height: 430px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonial-track {
  position: relative;
  width: 100%;
  height: 410px;
}
.testimonial-card {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(480px, 78vw);
  min-height: 360px;
  transform: translate(-50%, -50%) scale(0.78);
  opacity: 0;
  pointer-events: none;
  background: #fff;
  color: var(--ink);
  border: 2px solid var(--gold-500);
  border-radius: 28px;
  padding: 24px;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.28);
  display: grid;
  grid-template-columns: 96px 1fr;
  grid-template-areas: "photo stars" "photo amount" "photo label" "text text" "name name";
  gap: 2px 18px;
  transition: transform 0.55s ease, opacity 0.55s ease;
}
.testimonial-card.is-center {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  z-index: 4;
  pointer-events: auto;
}
.testimonial-card.is-left {
  transform: translate(calc(-50% - 360px), -50%) scale(0.84);
  opacity: 0.46;
  z-index: 2;
}
.testimonial-card.is-right {
  transform: translate(calc(-50% + 360px), -50%) scale(0.84);
  opacity: 0.46;
  z-index: 2;
}
.testimonial-card__photo {
  grid-area: photo;
  width: 96px;
  height: 96px;
  border-radius: 24px;
  overflow: hidden;
  border: 3px solid var(--gold-400);
  align-self: start;
  background: #eef6f0;
}
.testimonial-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.stars {
  grid-area: stars;
  color: var(--gold-700);
  font-size: 18px;
  letter-spacing: 0.08em;
}
.testimonial-card__amount {
  grid-area: amount;
  font-size: 44px;
  color: var(--green-900);
  line-height: 1;
}
.recovered {
  grid-area: label;
  color: var(--gold-700);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}
.testimonial-card p {
  grid-area: text;
  margin: 18px 0 8px;
  color: #334943;
  font-size: 16px;
}
.testimonial-card small {
  grid-area: name;
  color: var(--green-800);
  font-weight: 900;
  letter-spacing: 0.08em;
}
.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid rgba(232, 205, 142, 0.55);
  background: rgba(5, 28, 24, 0.82);
  color: var(--gold-300);
  font-size: 36px;
  line-height: 1;
  display: grid;
  place-items: center;
}
.carousel-btn--prev {
  left: 0;
}
.carousel-btn--next {
  right: 0;
}
.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 14px;
}
.carousel-dots button {
  width: 9px;
  height: 9px;
  border: 0;
  border-radius: 50%;
  background: rgba(232, 205, 142, 0.34);
  padding: 0;
}
.carousel-dots button.is-active {
  background: var(--gold-400);
  width: 24px;
  border-radius: 999px;
}
.faq {
  padding: 90px 0;
}
.faq__grid {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 48px;
}
.faq__intro {
  position: sticky;
  top: 120px;
  align-self: start;
}
.faq__intro p {
  color: #000;
}
.faq-list {
  display: grid;
  gap: 12px;
}
.faq-item {
  background: #fff;
  border: 1px solid rgba(8, 47, 40, 0.1);
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(8, 47, 40, 0.08);
  overflow: hidden;
}
.faq-question {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 18px 20px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  text-align: left;
  color: var(--green-900);
  font-weight: 900;
}
.faq-question i {
  font-style: normal;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 2px solid var(--gold-500);
  color: var(--gold-700);
  flex: 0 0 30px;
}
.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.28s ease;
}
.faq-answer > p {
  overflow: hidden;
  margin: 0;
  padding: 0 20px;
  color: #425851;
}
.faq-item.is-open .faq-answer {
  grid-template-rows: 1fr;
}
.faq-item.is-open .faq-answer > p {
  padding-bottom: 20px;
}
.final-cta {
  padding: 86px 0;
}
.final-cta__inner {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 850px;
}
.final-cta h2 {
  color: #fff;
}
.final-cta__trust {
  display: flex;
  justify-content: center;
  gap: 18px 28px;
  flex-wrap: wrap;
  margin: 22px 0 8px;
  color: #eaf6ef;
  font-weight: 800;
  font-size: 14px;
}
.final-cta__trust span {
  color: #eaf6ef;
}
.final-cta__trust span::first-letter {
  color: var(--gold-400);
}
.site-footer {
  background: var(--green-950);
  color: #dbe9e3;
  border-top: 1px solid var(--gold-500);
  padding: 24px 0;
}
.footer__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px 26px;
  flex-wrap: wrap;
  text-align: center;
}
.brand--footer strong {
  font-size: 14px;
}
.brand--footer em {
  font-size: 10px;
}
.site-footer p {
  margin: 0;
  color: #cddbd4;
  font-size: 13px;
}
.footer__links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px 18px;
  flex-wrap: wrap;
  font-size: 13px;
  font-weight: 750;
}
.footer__links a {
  color: #eff8f3;
}
.footer__links a:hover {
  color: var(--gold-400);
}
.site-footer small {
  font-size: 12px;
  color: #9eaea8;
}
.back-top {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 80;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid rgba(232, 205, 142, 0.5);
  background: rgba(5, 28, 24, 0.92);
  color: var(--gold-400);
  font-size: 24px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: 0.25s;
}
.back-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: none;
}
.chat-widget {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
}
.chat-toggle {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 2px solid var(--gold-400);
  background: linear-gradient(180deg, #196d59, #0a3d33);
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.3);
  font-size: 25px;
}
.chat-panel {
  position: absolute;
  right: 0;
  bottom: 72px;
  width: min(360px, calc(100vw - 32px));
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
  overflow: hidden;
  border: 1px solid rgba(8, 47, 40, 0.12);
  opacity: 0;
  transform: translateY(12px) scale(0.96);
  pointer-events: none;
  transition: 0.22s;
}
.chat-panel.is-open {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}
.chat-head {
  background: var(--green-900);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
}
.chat-head strong {
  display: block;
}
.chat-head span {
  font-size: 12px;
  color: var(--gold-300);
}
.chat-head button {
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 26px;
}
.chat-body {
  height: 220px;
  overflow: auto;
  padding: 14px;
  background: #f5faf7;
  display: grid;
  align-content: start;
  gap: 10px;
}
.chat-msg {
  background: #fff;
  border-radius: 16px 16px 16px 4px;
  padding: 10px 12px;
  font-size: 14px;
  box-shadow: 0 4px 16px rgba(8, 47, 40, 0.08);
}
.chat-msg.is-user {
  background: #dff1e7;
  border-radius: 16px 16px 4px 16px;
  justify-self: end;
}
.chat-actions {
  padding: 10px;
  background: #fff;
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
}
.chat-actions button {
  border: 1px solid rgba(8, 47, 40, 0.1);
  background: #f6fbf8;
  border-radius: 999px;
  padding: 8px 10px;
  font-size: 12px;
  font-weight: 800;
  color: var(--green-900);
}
.chat-form {
  display: flex;
  border-top: 1px solid rgba(8, 47, 40, 0.1);
}
.chat-form input {
  border: 0;
  flex: 1;
  padding: 13px 14px;
  min-width: 0;
}
.chat-form button {
  border: 0;
  background: var(--green-800);
  color: #fff;
  width: 48px;
}

.hero--p2 {
  padding: 74px 0 82px;
}
.p2-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(350px, 0.74fr);
  gap: 48px;
  align-items: center;
}
.p2-copy h1 {
  margin: 18px 0 18px;
}
.p2-copy h1 span {
  display: block;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 40px;
  line-height: 1;
  color: #fff;
  letter-spacing: -0.04em;
}
.p2-copy h1 strong {
  display: block;
  font-family: "Archivo Black", Inter, sans-serif;
  color: var(--gold-400);
  font-size: 40px;
  line-height: 0.92;
  letter-spacing: -0.04em;
  max-width: 800px;
}
.p2-review {
  font-weight: 900;
  color: #fff;
  margin: 6px 0;
}
.p2-desc {
  color: #d5eee4;
  font-size: 14px;
  margin: 0 0 12px;
}
.p2-details {
  padding: 82px 0;
}
.p2-details__grid {
  display: grid;
  grid-template-columns: 1fr 0.58fr;
  gap: 28px;
  align-items: start;
}
.case-file-card,
.authorize-card {
  background: #fff;
  border-radius: 28px;
  padding: 28px;
  box-shadow: var(--shadow-card);
  border: 1px solid rgba(8, 47, 40, 0.08);
}
.record-list {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}
.record-list div {
  background: #104c40;
  border-radius: 16px;
  padding: 15px;
  border: 1px solid rgba(8, 47, 40, 0.08);
  display: flex;
  justify-content: space-between;
  gap: 18px;
}
.record-list span,
.authorize-card > span {
  text-transform: uppercase;
  letter-spacing: 0.11em;
  font-size: 12px;
  font-weight: 900;
  color: var(--gold-700);
}
.record-list strong {
  color: var(--green-900);
  text-align: right;
}

body.page-p2 .record-list strong:not(.num) {
  color: #fff;
}
.authorize-card {
  background: linear-gradient(180deg, var(--green-800), var(--green-900));
  color: #fff;
  border: 3px solid var(--gold-500);
  position: sticky;
  top: 118px;
}
.authorize-card h3 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 32px;
  line-height: 1.06;
  margin: 10px 0 18px;
}
.authorize-card ul {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
  display: grid;
  gap: 12px;
}
.authorize-card li {
  display: flex;
  gap: 10px;
  color: #eef8f3;
  font-weight: 750;
}
.authorize-card li:before {
  content: "✓";
  color: var(--gold-400);
  font-weight: 900;
}
.authorize-card li strong {
  color: var(--gold-300);
}
.agreement-overlay,
.signature-modal,
.sfg-error-modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: rgba(2, 13, 11, 0.75);
  backdrop-filter: blur(10px);
  display: none;
}
.agreement-overlay.is-open,
.signature-modal.is-open,
.sfg-error-modal.is-open {
  display: block;
}
.agreement-shell {
  height: 100svh;
  width: min(1100px, 100%);
  margin: 0 auto;
  background: #f3f7f4;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 80px rgba(0, 0, 0, 0.45);
}
.agreement-toolbar {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  background: var(--green-900);
  color: #fff;
  border-bottom: 1px solid var(--gold-500);
}
.agreement-toolbar__brand {
  display: flex;
  align-items: center;
  gap: 12px;
}
.agreement-toolbar__brand img {
  border-radius: 12px;
}
.agreement-toolbar__brand strong {
  display: block;
}
.agreement-toolbar__brand span {
  display: block;
  color: var(--gold-300);
  font-size: 12px;
}
.agreement-close,
.signature-close {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(232, 205, 142, 0.44);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 26px;
}
.agreement-instruction {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  background: #fff7e3;
  color: var(--green-900);
  padding: 12px 16px;
  text-align: center;
  border-bottom: 1px solid rgba(215, 180, 109, 0.38);
}
.arrow-down {
  color: #db812f;
  font-size: 30px;
  line-height: 1;
  animation: bounceDown 1.3s infinite;
}
.agreement-scroll {
  overflow: auto;
  padding: 28px 18px;
  flex: 1;
}
.agreement-doc {
  max-width: 820px;
  margin: 0 auto;
  background: #fff;
  border-radius: 22px;
  border: 1px solid #d9e4de;
  box-shadow: 0 16px 40px rgba(8, 47, 40, 0.12);
  padding: 44px;
  color: #1f2e2a;
}
.agreement-doc__head {
  display: flex;
  align-items: center;
  gap: 14px;
  border-bottom: 2px solid var(--gold-500);
  padding-bottom: 14px;
  margin-bottom: 24px;
}
.agreement-doc__head img {
  border-radius: 14px;
}
.agreement-doc__head strong {
  display: block;
  color: var(--green-900);
  letter-spacing: 0.1em;
}
.agreement-doc__head span {
  display: block;
  color: #64766f;
  font-size: 13px;
}
.agreement-doc h1 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 42px;
  line-height: 1.05;
  margin: 0 0 14px;
  color: var(--green-900);
}
.agreement-intro {
  font-size: 15px;
  color: #465851;
}
.agreement-client-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  background: #eef7f2;
  border: 1px solid #cee4d8;
  border-radius: 18px;
  padding: 14px;
  margin: 22px 0;
}
.agreement-client-box div {
  background: #fff;
  border-radius: 12px;
  padding: 12px;
}
.agreement-client-box span {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 900;
  color: var(--gold-700);
  font-size: 11px;
}
.agreement-client-box strong {
  display: block;
  color: var(--green-900);
  margin-top: 3px;
}
.agreement-section {
  display: grid;
  gap: 6px;
  border-top: 1px solid #e1ebe5;
  padding-top: 16px;
  margin-top: 16px;
}
.agreement-section strong {
  font-size: 18px;
  color: var(--green-900);
}
.signature-area {
  margin-top: 34px;
  padding: 46px 18px 18px;
  border: 2px dashed rgba(215, 180, 109, 0.65);
  border-radius: 20px;
  position: relative;
  text-align: center;
  background: #fffef9;
}
.signature-guides {
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 110px;
  color: #db812f;
  font-size: 34px;
  animation: bounceDown 1.3s infinite;
}
.signature-line {
  height: 72px;
  border-bottom: 2px solid #1d2b27;
  max-width: 560px;
  margin: 0 auto 8px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.signature-output {
  font-family: "Great Vibes", cursive;
  font-size: 54px;
  line-height: 0.75;
  color: #0e2d26;
  transform: translateY(18px);
}
.sign-here {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -42%);
  border: 0;
  border-radius: 12px;
  background: linear-gradient(180deg, #f0a34a, #d56f20);
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.1em;
  padding: 14px 24px;
  box-shadow: 0 14px 30px rgba(213, 111, 32, 0.32);
  animation: signGlow 1.8s infinite;
}
.signature-area.is-signed .sign-here,
.signature-area.is-signed .signature-guides {
  display: none;
}
.signature-area small {
  display: block;
  color: #52645f;
  font-weight: 800;
}
.submit-area {
  flex: 0 0 auto;
  padding: 14px 18px;
  background: var(--green-950);
  border-top: 1px solid rgba(215, 180, 109, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  color: #fff;
}
.submit-area[hidden] {
  display: none;
}
.submit-arrow {
  font-size: 34px;
  color: #db812f;
  letter-spacing: -0.18em;
  animation: pulseArrow 1.2s infinite;
}
.submit-arrow--left {
  letter-spacing: -0.18em;
}
.submit-area p {
  width: 100%;
  text-align: center;
  margin: 0;
  color: #f4e5bd;
  font-size: 13px;
}
.signature-modal,
.sfg-error-modal {
  display: none;
  place-items: center;
  padding: 18px;
}
.signature-modal.is-open,
.sfg-error-modal.is-open {
  display: grid;
}
.signature-card,
.sfg-error-card {
  width: min(520px, 100%);
  background: #fff;
  border-radius: 26px;
  padding: 28px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
  position: relative;
}
.signature-card .signature-close,
.sfg-error-card .signature-close {
  position: absolute;
  right: 16px;
  top: 16px;
  background: var(--green-900);
}
.signature-card h2,
.sfg-error-card h2 {
  font-family: "Playfair Display", Georgia, serif;
  color: var(--green-900);
  font-size: 36px;
  line-height: 1.05;
  margin: 0 44px 10px 0;
}
.signature-input-label {
  display: grid;
  gap: 8px;
  margin-top: 18px;
}
.signature-input-label span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 900;
  color: var(--gold-700);
}
.signature-input-label input {
  height: 54px;
  border-radius: 14px;
  border: 1px solid #c8d8d1;
  padding: 0 14px;
  font-weight: 800;
}
.signature-preview {
  height: 120px;
  border: 1px solid #dce6e1;
  border-radius: 18px;
  background: #fbfffc;
  margin: 16px 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 8px;
  font-family: "Great Vibes", cursive;
  font-size: 54px;
  color: var(--green-900);
}
.signature-consent {
  font-size: 13px;
  color: #566963;
  margin: 14px 0 0;
}
.sfg-error-card p {
  color: #52645f;
}
@keyframes bounceDown {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(7px);
  }
}
@keyframes signGlow {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(240, 163, 74, 0.26),
      0 14px 30px rgba(213, 111, 32, 0.32);
  }
  50% {
    box-shadow: 0 0 0 10px rgba(240, 163, 74, 0.08),
      0 14px 30px rgba(213, 111, 32, 0.32);
  }
}
@keyframes pulseArrow {
  0%,
  100% {
    opacity: 0.7;
    transform: translateX(0);
  }
  50% {
    opacity: 1;
    transform: translateX(5px);
  }
}

.legal-main,
.thanks-main {
  padding: 70px 0;
  background: linear-gradient(180deg, #f8fbf7, #edf5ef);
}
.legal-card,
.thanks-card {
  max-width: 960px;
  margin: 0 auto;
  background: #fff;
  border-radius: 28px;
  border: 1px solid rgba(8, 47, 40, 0.1);
  box-shadow: var(--shadow-card);
  padding: 42px;
}
.legal-card h1,
.thanks-card h1 {
  font-family: "Playfair Display", Georgia, serif;
  color: var(--green-900);
  font-size: clamp(38px, 5vw, 60px);
  line-height: 1.05;
  margin: 0 0 10px;
}
.legal-card h2 {
  font-family: "Playfair Display", Georgia, serif;
  color: var(--green-900);
  font-size: 30px;
  margin: 30px 0 8px;
}
.legal-card p,
.legal-card li {
  color: #425851;
}
.dba-note {
  color: var(--gold-700);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.thanks-card {
  border: 3px solid var(--gold-500);
  max-width: 1040px;
}
.confirmation-box {
  background: #eef7f2;
  border-radius: 20px;
  border-left: 5px solid var(--gold-500);
  padding: 18px 20px;
  margin: 24px 0;
}
.next-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 24px 0;
}
.next-grid article {
  background: #f5fbf7;
  border-radius: 18px;
  padding: 18px;
  border: 1px solid rgba(8, 47, 40, 0.08);
}
.next-grid strong {
  display: block;
  color: var(--green-900);
  margin-bottom: 5px;
}
.attorney-card h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 28px;
  margin: 4px 0 8px;
  color: #fff;
}
.thanks-checklist {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
  display: grid;
  gap: 10px;
}
.thanks-checklist li {
  position: relative;
  padding-left: 28px;
  color: #425851;
  font-weight: 600;
  line-height: 1.45;
}
.thanks-checklist li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--gold-700);
  font-weight: 900;
}
.support-box {
  margin-top: 28px;
  padding: 22px;
  border-radius: 20px;
  background: #f5fbf7;
  border: 1px solid rgba(8, 47, 40, 0.1);
}
.support-box h2 {
  font-family: "Playfair Display", Georgia, serif;
  color: var(--green-900);
  font-size: 26px;
  margin: 0 0 8px;
}
.support-box p {
  margin: 0 0 8px;
  color: #425851;
}
.support-box a {
  color: var(--green-800);
  font-weight: 800;
}
.legal-card {
  line-height: 1.65;
}
.legal-card p + p {
  margin-top: 12px;
}
.attorney-card {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 18px;
  align-items: center;
  background: linear-gradient(180deg, var(--green-800), var(--green-900));
  color: #fff;
  border-radius: 22px;
  padding: 20px;
  margin-top: 24px;
}
.attorney-avatar {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--gold-400);
  color: var(--green-900);
  font-family: "Archivo Black";
  font-size: 32px;
}
.attorney-card a {
  color: var(--gold-300);
  font-weight: 800;
}

@media (max-width: 1100px) {
  .primary-nav {
    gap: 18px;
  }
  .hero__grid,
  .p2-grid {
    grid-template-columns: 1fr;
  }
  .claim-card {
    max-width: 720px;
    width: 100%;
    margin-inline: auto;
  }
  .video-card--hero {
    max-width: 720px;
  }
  .faq__grid,
  .p2-details__grid {
    grid-template-columns: 1fr;
  }
  .faq__intro,
  .authorize-card {
    position: static;
  }
  .testimonial-card.is-left {
    transform: translate(calc(-50% - 300px), -50%) scale(0.82);
  }
  .testimonial-card.is-right {
    transform: translate(calc(-50% + 300px), -50%) scale(0.82);
  }
}
@media (max-width: 780px) {
  .shell {
    width: min(100% - 28px, var(--shell));
  }
  .top-trust__inner {
    justify-content: flex-start;
    overflow: auto;
    flex-wrap: nowrap;
    padding: 8px 0;
  }
  .top-trust span {
    font-size: 12px;
  }
  .header__inner {
    min-height: 68px;
  }
  .primary-nav {
    display: none;
  }
  .brand strong {
    font-size: 14px;
  }
  .brand em {
    font-size: 10px;
  }
  .btn--header {
    padding: 0 14px;
    min-height: 42px;
    font-size: 11px;
  }
  .hero,
  .hero--p2 {
    padding: 36px 0 58px;
    min-height: auto;
  }
  .hero__shade {
    background: linear-gradient(
      180deg,
      rgba(4, 28, 24, 0.9),
      rgba(4, 28, 24, 0.82)
    );
  }
  .hero__copy h1 {
    font-size: 40px;
    line-height: 1.02;
  }
  .p2-copy h1 span {
    font-size: clamp(32px, 10vw, 46px);
  }
  .p2-copy h1 strong {
    font-size: clamp(38px, 12vw, 58px);
  }
  .hero__sub {
    font-size: 16px;
  }
  .eyebrow--hero {
    font-size: 10px;
    letter-spacing: 0.08em;
  }
  .video-card {
    border-radius: 18px;
  }
  .sound-button {
    width: 72px;
    height: 72px;
  }
  .sound-button__play {
    border-width: 9px 0 9px 15px;
  }
  .metric-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .metric-row article {
    min-height: 0;
    padding: 14px;
  }
  .claim-card {
    padding: 18px;
    border-width: 3px;
    border-radius: 24px;
  }
  .claim-card__top h2 {
    font-size: 20px;
  }
  .amount-panel strong {
    font-size: 40px;
  }
  .case-list {
    grid-template-columns: 1fr;
  }
  .surplus-section,
  .testimonials,
  .faq,
  .final-cta,
  .p2-details {
    padding: 58px 0;
  }
  .split {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .image-frame {
    order: -1;
  }
  .section-copy h2,
  .section-heading h2,
  .faq__intro h2,
  .final-cta h2,
  .case-file-card h2 {
    font-size: 30px;
  }
  .testimonial-stage {
    min-height: 300px;
  }
  .testimonial-track {
    height: 470px;
  }
  .testimonial-card {
    width: calc(100vw - 54px);
        grid-template-columns: 130px 1fr;
        padding: 18px;
        min-height: 280px;
  }
  .testimonial-card.is-left,
  .testimonial-card.is-right {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.92);
  }
  .testimonial-card__photo {
    width: 130px;
    height: 130px;
    border-radius: 18px;
  }
  .testimonial-card__amount {
    font-size: 36px;
  }
  .carousel-btn {
    top: auto;
    bottom: -10px;
  }
  .carousel-btn--prev {
    left: calc(50% - 60px);
  }
  .carousel-btn--next {
    right: calc(50% - 60px);
  }
  .faq-question {
    padding: 16px;
  }
  .footer__inner {
    display: grid;
  }
  .back-top {
    left: 14px;
    bottom: 14px;
  }
  .chat-widget {
    right: 14px;
    bottom: 14px;
  }
  .chat-toggle {
    width: 54px;
    height: 54px;
  }
  .chat-panel {
    bottom: 66px;
  }
  .record-list div {
    display: grid;
  }
  .record-list strong {
    text-align: left;
  }
  .agreement-doc {
    padding: 24px 18px;
    border-radius: 18px;
  }
  .agreement-doc h1 {
    font-size: 32px;
  }
  .agreement-client-box {
    grid-template-columns: 1fr;
  }
  .agreement-toolbar__brand span {
    display: none;
  }
  .agreement-instruction {
    font-size: 13px;
  }
  .signature-guides {
    gap: 70px;
  }
  .signature-output {
    font-size: 44px;
  }
  .submit-area {
    gap: 8px;
  }
  .submit-arrow {
    display: none;
  }
  .signature-card,
  .sfg-error-card {
    padding: 24px 18px;
  }
  .next-grid {
    grid-template-columns: 1fr;
  }
  .attorney-card {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .attorney-avatar {
    margin-inline: auto;
  }
  .legal-card,
  .thanks-card {
    padding: 28px 20px;
    border-radius: 22px;
  }
}
@media (max-width: 420px) {
  .btn--large,
  .btn--block {
    min-height: 54px;
    font-size: 12px;
    padding-inline: 18px;
  }
  .claim-card__top {
    align-items: center;
  }
  .claim-card__top img {
    width: 42px;
    height: 42px;
  }
  .amount-panel {
    padding: 16px;
  }
  .amount-panel strong {
    font-size: 40px;
  }
  .section-copy h2,
  .section-heading h2,
  .faq__intro h2,
  .final-cta h2,
  .case-file-card h2 {
    font-size: 30px;
  }
  .testimonial-card {
        min-height: 280px;
  }
  .testimonial-card p {
    font-size: 15px;
  }
  .agreement-scroll {
    padding: 16px 10px;
  }
  .agreement-doc__head {
    align-items: flex-start;
  }
  .signature-line {
    height: 64px;
  }
  .sign-here {
    padding: 12px 18px;
  }
}

/* --------------------------------------------------------------------------
   Global Design Direction Polish
   Premium legal/financial case-file styling, softer transitions, stronger
   green hierarchy, controlled gold accents, and consistent number treatment.
   -------------------------------------------------------------------------- */
:root {
  --green-975: #031612;
  --green-card: #0f5a49;
  --green-card-2: #124f42;
  --green-field: #e4f3ea;
  --gold-ring: rgba(232, 205, 142, 0.72);
  --gold-soft: rgba(232, 205, 142, 0.18);
  --case-border: rgba(232, 205, 142, 0.56);
}

body.design-casefile {
  background:
    radial-gradient(circle at 18% -10%, rgba(29, 114, 95, 0.32), transparent 34%),
    linear-gradient(180deg, var(--green-950), var(--green-900) 40%, var(--green-975));
}

.design-casefile .section-dark {
  background:
    radial-gradient(circle at 18% 4%, rgba(29, 114, 95, 0.44), transparent 34%),
    radial-gradient(circle at 82% 14%, rgba(215, 180, 109, 0.14), transparent 30%),
    linear-gradient(145deg, var(--green-900) 0%, var(--green-950) 72%, var(--green-975) 100%);
}

.design-casefile .section-light {
  background:
    linear-gradient(180deg, rgba(232, 205, 142, 0.08), transparent 110px),
    linear-gradient(180deg, #fbfdf9 0%, #eef6f0 100%);
}

/* Surplus stays light; transition merges into testimonials (no seam) */
.design-casefile .surplus-section.section-light:has(+ .testimonials) {
  overflow: hidden;
  padding-bottom: 88px;
  background:
    linear-gradient(180deg, rgba(232, 205, 142, 0.08), transparent 110px),
    linear-gradient(180deg, #fbfdf9 0%, #eef6f0 100%);
}

/*.design-casefile .surplus-section + .testimonials.section-dark {
  margin-top: -56px;
  padding-top: clamp(128px, 16vw, 176px);
  background:
    radial-gradient(circle at 50% 0%, rgba(215, 180, 109, 0.1), transparent 38%),
    linear-gradient(
      180deg,
      #fbfdf9 0%,
      #eef6f0 8%,
      #e8eae0 16%,
      #c5d4cc 24%,
      #a8b5a4 34%,
      #6d948a 44%,
      #4a7268 54%,
      #2f5d4d 64%,
      #1a4a3d 74%,
      var(--green-900) 86%,
      var(--green-950) 94%,
      var(--green-975) 100%
    );*/
}

.design-casefile .testimonials .section-heading,
.design-casefile .testimonials .testimonial-stage,
.design-casefile .testimonials .carousel-dots {
  position: relative;
  z-index: 2;
}

/* Dark → light: soft fade at bottom of dark section (no blur) */
/*.design-casefile .section-dark:has(+ .section-light)::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 200px;
  background: linear-gradient(
    to top,
    #eef6f0 0%,
    rgba(238, 246, 240, 0.92) 20%,
    rgba(238, 246, 240, 0.65) 45%,
    rgba(238, 246, 240, 0.28) 70%,
    transparent 100%
  );
  filter: none;
  opacity: 1;
  z-index: 2;
  pointer-events: none;
}*/

.design-casefile .top-trust {
  background: linear-gradient(180deg, var(--green-975), var(--green-950));
  border-bottom: 1px solid rgba(232, 205, 142, 0.34);
}

.design-casefile .top-trust span::before {
  background: #135949;
    border-color: #135949;
    color: #fff;
}

.design-casefile .site-header {
  background: rgba(5, 32, 27, 0.92);
  border-bottom: 1px solid rgba(232, 205, 142, 0.42);
  box-shadow: 0 1px 0 rgba(232, 205, 142, 0.18), 0 18px 42px rgba(0, 0, 0, 0.18);
}

.design-casefile .site-header::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: min(100% - 40px, var(--shell));
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(232, 205, 142, 0.82), transparent);
  pointer-events: none;
}

.design-casefile .brand img {
  
  background: rgba(232, 205, 142, 0.06);
}

.design-casefile .primary-nav {
  gap: clamp(18px, 3vw, 38px);
}

.design-casefile .primary-nav a {
  color: #edf7f2;
}

.design-casefile .btn--header {
  background: #d89b24;
  color: #fff;
  /*border: 1px solid rgba(255, 255, 255, 0.28);*/
}

.design-casefile .btn--primary {
  background: #d89b24;
}

.design-casefile .btn--primary:hover {
  background: #d89b24;
}

.design-casefile .hero {
  isolation: isolate;
}

.design-casefile .hero::before {
  content: "";
  position: absolute;
  inset: 18px;
  /*border: 1px solid rgba(232, 205, 142, 0.13);*/
  border-radius: 34px;
  pointer-events: none;
  z-index: 1;
}

.design-casefile .hero__bg {
  opacity: 0.52;
}

.design-casefile .hero__shade {
  background: linear-gradient(90deg, rgb(4 28 24 / 15%), rgb(4 28 24 / 34%) 48%, rgb(4 28 24 / 4%)), radial-gradient(circle at 72% 10%, rgba(215, 180, 109, 0.19), transparent 35%);
}

.design-casefile .hero__grid,
.design-casefile .p2-grid {
  align-items: start;
}

.design-casefile .hero__copy h1 {
   font-size: 40px;
  line-height: 0.98;
  letter-spacing: -0.045em;
  max-width: 760px;
}

.design-casefile .hero__copy h1 span,
.design-casefile .p2-copy h1 strong,
.design-casefile .section-copy h2 span,
.design-casefile .section-heading h2 span,
.design-casefile .final-cta h2 span {
  color: #d89b24;
  text-shadow: 0 2px 20px rgba(215, 180, 109, 0.14);
}

.design-casefile .hero__sub {
  color: var(--gold-300);
  max-width: 720px;
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
}

.design-casefile .hero__sub strong {
  color: var(--gold-300);
}

.design-casefile .eyebrow--hero {
  color: #d89b24;
  background: linear-gradient(180deg, rgba(18, 87, 71, 0.78), rgba(7, 45, 38, 0.72));
  border-color: rgba(232, 205, 142, 0.62);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.06), 0 10px 26px rgba(0,0,0,0.16);
}

.design-casefile .video-card {
  border: 2px solid var(--gold-ring);
  box-shadow: 0 28px 76px rgba(0, 0, 0, 0.34), 0 0 0 1px rgba(255,255,255,0.05) inset;
}

.design-casefile .video-card--hero {
  margin-top: 22px;
}

.design-casefile .metric-row article {
  background: linear-gradient(180deg, rgba(18, 86, 71, 0.82), rgba(6, 40, 34, 0.82));
  border: 1px solid rgba(232, 205, 142, 0.42);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08), 0 16px 38px rgba(0,0,0,0.18);
}

.design-casefile .num {
  font-family: "Archivo Black", Inter, sans-serif;
  font-variant-numeric: tabular-nums lining-nums;
  letter-spacing: -0.015em;
}

.design-casefile .metric-row strong,
.design-casefile .testimonial-card__amount,
.design-casefile .record-list .num {
  color: var(--gold-400);
  text-shadow: 0 2px 18px rgba(215, 180, 109, 0.16);
}

.design-casefile .claim-card,
.design-casefile .p2-summary {
  background:
    linear-gradient(180deg, rgba(20, 91, 75, 0.98), rgba(9, 58, 49, 0.99)),
    var(--green-card);
  border: 3px solid var(--case-border);
  box-shadow: 0 30px 82px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255,255,255,0.08);
}

.design-casefile .claim-card__top {
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(232, 205, 142, 0.22);
}

.design-casefile .amount-panel {
  background: linear-gradient(180deg, #0d4c3f, #08362e);
  border: 1px solid rgba(232, 205, 142, 0.52);
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.07), 0 16px 36px rgba(0,0,0,0.16);
}

.design-casefile .amount-panel span {
  color: var(--gold-300);
}

.design-casefile .amount-panel strong {
  color: var(--gold-400);
  text-shadow: 0 2px 20px rgba(215, 180, 109, 0.20);
}

.design-casefile .case-item {
  background: linear-gradient(180deg, #d8f0e2, #c5e6d4);
  border: 1px solid rgba(232, 205, 142, 0.45);
}

.design-casefile .case-item span,
.design-casefile .record-list span,
.design-casefile .authorize-card > span {
  color: var(--gold-700);
}

.design-casefile .case-item strong,
.design-casefile .record-list strong {
  color: #0a2a24;
}

.design-casefile .case-item small {
  color: #1a3d35;
}

/* Page 2: dark green case bars — white values */
body.page-p2.design-casefile .case-item {
  background: linear-gradient(180deg, #0d4c3f, #08362e);
  border: 1px solid rgba(232, 205, 142, 0.52);
}

body.page-p2.design-casefile .case-item strong,
body.page-p2.design-casefile .case-item small {
  color: #fff;
}

body.page-p2.design-casefile .record-list strong:not(.num) {
  color: #fff;
}

.design-casefile .lead-form input {
  background: var(--green-field);
  border-color: rgba(8, 47, 40, 0.22);
}

.design-casefile .lead-form input:focus {
  background: #effaf3;
  border-color: var(--gold-500);
  box-shadow: 0 0 0 4px rgba(215, 180, 109, 0.18), inset 0 1px 0 rgba(255,255,255,0.7);
}

.design-casefile .form-trust {
  background: rgba(4, 28, 24, 0.44);
  border-color: rgba(232, 205, 142, 0.34);
}

.design-casefile .surplus-section,
.design-casefile .faq,
.design-casefile .p2-details {
  border: 0;
}

.design-casefile .example-box {
  border-left-color: var(--gold-500);
  box-shadow: 0 18px 44px rgba(8, 47, 40, 0.12);
}

.design-casefile .testimonials {
  background:
    radial-gradient(circle at 50% 0%, rgba(215, 180, 109, 0.10), transparent 34%),
    linear-gradient(145deg, var(--green-900), var(--green-950));
}

.design-casefile .testimonial-card {
  border-color: rgba(215, 180, 109, 0.78);
}

.design-casefile .testimonial-card.is-center {
  box-shadow: 0 30px 90px rgba(0,0,0,0.36), 0 0 0 5px rgba(215,180,109,0.08);
}

.design-casefile .faq-item {
  border-color: rgba(8, 47, 40, 0.10);
  box-shadow: 0 16px 38px rgba(8, 47, 40, 0.09);
}

/* FAQ stays light; transition lives on final-cta (one gradient, no black seam) */
.design-casefile .faq.section-light:has(+ .final-cta) {
  overflow: hidden;
  padding-bottom: 88px;
  background:
    linear-gradient(180deg, rgba(232, 205, 142, 0.08), transparent 110px),
    linear-gradient(180deg, #fbfdf9 0%, #eef6f0 100%);
}

/*.design-casefile .section-light.faq + .final-cta.section-dark {
  margin-top: -56px;
  padding-top: clamp(128px, 16vw, 176px);
  background: linear-gradient(
    180deg,
    #fbfdf9 0%,
    #eef6f0 8%,
    #e8eae0 16%,
    #c5d4cc 24%,
    #a8b5a4 34%,
    #6d948a 44%,
    #4a7268 54%,
    #2f5d4d 64%,
    #1a4a3d 74%,
    var(--green-900) 86%,
    var(--green-950) 94%,
    var(--green-975) 100%
  );*/
}

.design-casefile .final-cta {
  background: linear-gradient(180deg, var(--green-900) 0%, var(--green-950) 72%, var(--green-975) 100%);
}

.design-casefile .site-footer {
  border-top: 1px solid rgba(232, 205, 142, 0.78);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
}

.design-casefile .p2-copy h1 span {
  color: #fff;
  font-size: 40px;
}

.design-casefile .p2-copy h1 strong {
  font-size: 35px;
  line-height: 0.9;
}

.design-casefile .case-file-card,
.design-casefile .authorize-card {
  border: 1px solid rgba(232, 205, 142, 0.38);
  box-shadow: 0 22px 58px rgba(8, 47, 40, 0.16);
}

.design-casefile .case-file-card {
  background: linear-gradient(180deg, #ffffff, #f2f9f5);
}

.design-casefile .authorize-card {
  background: linear-gradient(180deg, #155b4d, #0a3d33);
  color: #fff;
}

.design-casefile .authorize-card h3,
.design-casefile .authorize-card li {
  color: #fff;
}

.design-casefile .authorize-card li::before {
  background: var(--gold-400);
  color: var(--green-950);
}

.design-casefile .record-list div {
  background: linear-gradient(180deg, #14584a, #1c452c);
  border: 1px solid rgba(232, 205, 142, 0.35);
}

.design-casefile .chat-toggle {
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 2px solid var(--gold-400);
  background: linear-gradient(180deg, #196d59, #0a3d33);
  color: #fff;
  font-size: 0;
  line-height: 1;
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.3);
}

.design-casefile .chat-toggle__icon {
  width: 25px;
  height: 25px;
  display: block;
}

.design-casefile .chat-toggle:hover {
  transform: translateY(-2px);
}

/* Keep the user's choice to hide the duplicate hero CTA, while preserving all primary CTA green styling elsewhere. */


@media (max-width: 1100px) {
  .design-casefile .hero__copy,
  .design-casefile .p2-copy {
    max-width: 760px;
    margin-inline: auto;
  }
}

@media (max-width: 780px) {
      .design-casefile a.btn.btn--primary.btn--large.hero__cta {
        display: flex;
    }
  .design-casefile .hero::before {
    inset: 10px;
    border-radius: 24px;
  }

  .design-casefile .hero__bg {
    opacity: 0.38;
  }

  .design-casefile .hero__shade {
    background: linear-gradient(180deg, rgba(4, 28, 24, 0.93), rgba(4, 28, 24, 0.82));
  }

  .design-casefile .hero__copy h1 {
    font-size: 40px;
    line-height: 1.02;
  }

  .design-casefile .hero__sub {
    font-size: 15px;
    line-height: 1.45;
  }

  .design-casefile .eyebrow--hero {
    font-size: 10px;
    padding: 8px 12px;
  }

  .design-casefile .metric-row article {
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 14px;
  }

  .design-casefile .metric-row strong {
    min-width: 92px;
  }

  .design-casefile .claim-card,
  .design-casefile .p2-summary {
    border-width: 2px;
  }

  .design-casefile .p2-copy h1 span {
    font-size: 30px;
  }

  .design-casefile .p2-copy h1 strong {
    font-size: 30px;
  }

  .design-casefile .chat-toggle {
    width: 54px;
    height: 54px;
  }

  .design-casefile .chat-toggle__icon {
    width: 23px;
    height: 23px;
  }
}

@media (max-width: 420px) {
  .design-casefile .metric-row article {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .design-casefile .hero__copy h1 {
    font-size: clamp(34px, 10.6vw, 40px);
  }
}

@media (max-width: 800px) {
  .design-casefile .carousel-btn--next,
  .design-casefile .carousel-btn--prev {
    display: none;
  }
}

/* my css */

/* Section transitions — funnel-v1: gradient in light section, fade strip on dark (no blur haze) */
main > section {
  position: relative;
  isolation: isolate;
}

main > section + section {
  margin-top: -1px;
}

/* Default thin edge fades off; casefile rules above handle real blends */
.section-light::before,
.section-dark::after {
  display: none;
}

.surplus-section.section-light:has(+ .testimonials) {
  overflow: hidden;
  padding-bottom: 88px;
  background: linear-gradient(180deg, #f8fbf7 0%, #ecf4ee 100%);
}

/*.surplus-section + .testimonials.section-dark {
  margin-top: -56px;
  padding-top: clamp(128px, 16vw, 176px);
  background: linear-gradient(
    180deg,
    #f8fbf7 0%,
    #ecf4ee 8%,
    #e8eae0 16%,
    #c5d4cc 24%,
    #a8b5a4 34%,
    #6d948a 44%,
    #4a7268 54%,
    #2f5d4d 64%,
    #1a4a3d 74%,
    var(--green-900) 86%,
    var(--green-950) 94%,
    var(--green-975) 100%
  );*/
}

.testimonials .section-heading,
.testimonials .testimonial-stage,
.testimonials .carousel-dots {
  position: relative;
  z-index: 2;
}

.faq.section-light:has(+ .final-cta) {
  overflow: hidden;
  padding-bottom: 88px;
  background: linear-gradient(180deg, #f8fbf7 0%, #ecf4ee 100%);
}
/*
.section-light.faq + .final-cta.section-dark {
  margin-top: -56px;
  padding-top: clamp(128px, 16vw, 176px);
  background: linear-gradient(
    180deg,
    #f8fbf7 0%,
    #ecf4ee 8%,
    #e8eae0 16%,
    #c5d4cc 24%,
    #a8b5a4 34%,
    #6d948a 44%,
    #4a7268 54%,
    #2f5d4d 64%,
    #1a4a3d 74%,
    var(--green-900) 86%,
    var(--green-950) 94%,
    var(--green-975) 100%
  );*/
}

/*.section-dark:has(+ .section-light)::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 200px;
  background: linear-gradient(
    to top,
    #ecf4ee 0%,
    rgba(236, 244, 238, 0.92) 20%,
    rgba(236, 244, 238, 0.65) 45%,
    rgba(236, 244, 238, 0.28) 70%,
    transparent 100%
  );
  filter: none;
  opacity: 1;
  z-index: 2;
  pointer-events: none;
}*/

.surplus-section + .testimonials.section-dark,
.section-light.faq + .final-cta.section-dark {
  padding-top: clamp(128px, 16vw, 176px);
}

.section-light:not(.faq):not(.surplus-section) + .section-dark {
  padding-top: clamp(48px, 7vw, 72px);
}

/* Footer should stay subtle: only thin gold line */
.site-footer {
  border-top: 1px solid rgba(216, 155, 36, 0.55);
}
button.btn.btn--primary.btn--large.js-open-agreement.page.\32 {
    margin-top: 60px;
    width: 100%;
}
svg.chat-toggle__icon {
    color: #fff;
}
.authorize-card li:before {
    padding: 4px 11px;
    border-radius: 30px;
}


section.green_separator img {
    height: 200px;
    width: 1980px;
    object-fit: scale-down;
    position: relative;
    top: -103px;
}
section.green_separator {
    position: absolute;
    z-index: 9;
}

section.final-cta.section-dark {
    padding-top: 120px;
}
section#faq {
    padding-bottom: 130px;
}
.design-casefile .section-light {
    background: white;
}
section#success-stories {
    padding-bottom: 140px;
    padding-top: 140px;
}
section.hero.hero--p2.hero--casefile.section-dark {
    padding-bottom: 140px;
}
.design-casefile .p2-copy h1 strong {
    line-height: 0.9;
    font-family: "Playfair Display", Georgia, serif;
}
.video-card.video-card--hero {
    padding: 0px;
}

html, body {

    width: initial !important;

}
section.hero.hero--home.section-dark {
    padding-bottom: 140px;
}
span.sh-brand-2 {
    text-align: left;
}








@media (max-width: 767px) {
section.green_separator img {

    top: -99px;
}
.authorize-card li:before {
    padding: 12px 22px;
    border-radius: 30px;
}
.site-footer .brand {
    margin: 0 auto;
}


}

