/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
      "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
      "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-green-400: oklch(79.2% 0.209 151.711);
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --radius-sm: 0.25rem;
    --radius-lg: 0.5rem;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring:where(:not(iframe)) {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: 0px;
  }
  .inset-x-0 {
    inset-inline: 0px;
  }
  .top-0 {
    top: 0px;
  }
  .right-0 {
    right: 0px;
  }
  .bottom-0 {
    bottom: 0px;
  }
  .left-0 {
    left: 0px;
  }
  .isolate {
    isolation: isolate;
  }
  .col-span-full {
    grid-column: 1 / -1;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .m-0 {
    margin: 0px;
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .box-border {
    box-sizing: border-box;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .h-full {
    height: 100%;
  }
  .w-full {
    width: 100%;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .animate-fade-in {
    animation: fadeIn 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .animate-vsl-pulse-ring {
    animation: vsl-pulse-ring 2.8s ease-out infinite;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .snap-x {
    scroll-snap-type: x var(--tw-scroll-snap-strictness);
  }
  .list-none {
    list-style-type: none;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .items-stretch {
    align-items: stretch;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-clip {
    overflow-x: clip;
  }
  .rounded {
    border-radius: 0.375rem;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-sm {
    border-radius: var(--radius-sm);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .bg-blue-900 {
    background-color: #0f2744;
  }
  .bg-blue-950 {
    background-color: #0a1628;
  }
  .bg-gray-50 {
    background-color: #f8fafc;
  }
  .bg-gray-100 {
    background-color: #f1f5f9;
  }
  .bg-gray-900 {
    background-color: #0f172a;
  }
  .bg-green-50 {
    background-color: #f0fdf4;
  }
  .bg-navy {
    background-color: #0c1f3d;
  }
  .bg-paper {
    background-color: #f4f0e8;
  }
  .bg-red-600 {
    background-color: #dc2626;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .object-cover {
    object-fit: cover;
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .font-body {
    font-family: Inter, system-ui, sans-serif;
  }
  .font-display {
    font-family: "Barlow Condensed", system-ui, sans-serif;
  }
  .font-legacy {
    font-family: Lexend, system-ui, sans-serif;
  }
  .font-legacy-body {
    font-family: "Source Sans 3", system-ui, sans-serif;
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[clamp\(1\.75rem\,4vw\,2\.5rem\)\] {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .whitespace-normal {
    white-space: normal;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-\[var\(--\{val\[6\:-1\]\}\)\] {
    color: var(--{val[6:-1]});
  }
  .text-blue-600 {
    color: #2563eb;
  }
  .text-blue-800 {
    color: #1e3a5f;
  }
  .text-blue-900 {
    color: #0f2744;
  }
  .text-blue-950 {
    color: #0a1628;
  }
  .text-gray-500 {
    color: #64748b;
  }
  .text-gray-700 {
    color: #334155;
  }
  .text-gray-900 {
    color: #0f172a;
  }
  .text-green-400 {
    color: var(--color-green-400);
  }
  .text-green-600 {
    color: #16a34a;
  }
  .text-ink {
    color: #0f172a;
  }
  .text-muted {
    color: #475569;
  }
  .text-navy {
    color: #0c1f3d;
  }
  .text-red-600 {
    color: #dc2626;
  }
  .text-white {
    color: var(--color-white);
  }
  .normal-case {
    text-transform: none;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .underline {
    text-decoration-line: underline;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .backdrop-filter {
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-\[width\] {
    transition-property: width;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .ease-out {
    --tw-ease: cubic-bezier(0.22, 1, 0.36, 1);
    transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  }
}
@layer components {
  :root {
    --blue-950: #0a1628;
    --blue-900: #0f2744;
    --blue-800: #1e3a5f;
    --blue-600: #2563eb;
    --blue-50: #eff6ff;
    --red-600: #dc2626;
    --red-700: #b91c1c;
    --gray-50: #f8fafc;
    --gray-100: #f1f5f9;
    --gray-200: #e2e8f0;
    --gray-500: #64748b;
    --gray-700: #334155;
    --gray-900: #0f172a;
    --green-600: #16a34a;
    --green-50: #f0fdf4;
    --amber-600: #d97706;
    --amber-50: #fffbeb;
    --font-display: 'Barlow Condensed', system-ui, sans-serif;
    --font-body: 'Inter', system-ui, sans-serif;
    --wide: 75rem;
    --gutter: clamp(1rem, 4vw, 2.5rem);
    --ease: cubic-bezier(0.22, 1, 0.36, 1);
  }
  *, *::before, *::after {
    box-sizing: border-box;
  }
  html {
    scroll-behavior: smooth;
  }
  @media (prefers-reduced-motion: reduce) {
    html {
      scroll-behavior: auto;
    }
    *, *::before, *::after {
      animation-duration: 0.01ms !important;
      transition-duration: 0.01ms !important;
    }
  }
  body {
    margin: 0;
    font-family: var(--font-body);
    font-size: 1rem;
    line-height: 1.6;
    color: var(--gray-900);
    background: var(--gray-50);
    overflow-x: clip;
  }
  .container {
    width: 100%;
    max-width: var(--wide);
    margin: 0 auto;
    padding-left: var(--gutter);
    padding-right: var(--gutter);
  }
  h1, h2, h3, .display {
    font-family: var(--font-display);
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1.1;
    text-transform: uppercase;
  }
  a {
    color: inherit;
  }
  .topbar {
    background: var(--blue-950);
    color: #fff;
    font-size: 0.8125rem;
    font-weight: 500;
  }
  .topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-height: 2.5rem;
    flex-wrap: wrap;
  }
  .topbar a {
    color: #fff;
    text-decoration: none;
  }
  .topbar a:hover {
    text-decoration: underline;
  }
  .topbar-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    opacity: 0.9;
  }
  .topbar-trust {
    opacity: 0.85;
  }
  .site-header {
    background: #fff;
    border-bottom: 1px solid var(--gray-200);
    position: sticky;
    top: 0;
    z-index: 50;
  }
  .header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-height: 4.25rem;
  }
  .logo {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
    color: var(--blue-950);
    min-width: 0;
  }
  .logo img {
    height: 2.5rem;
    width: auto;
    display: block;
    flex-shrink: 0;
  }
  .logo-name {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1.0625rem;
    letter-spacing: 0.02em;
    line-height: 1.1;
    white-space: nowrap;
  }
  @media (min-width: 480px) {
    .logo-name {
      font-size: 1.25rem;
    }
  }
  .header-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
    font-size: 1.0625rem;
    color: var(--red-600);
    text-decoration: none;
    flex-shrink: 0;
    text-align: right;
    white-space: nowrap;
  }
  .header-cta:hover {
    color: var(--red-700);
  }
  .hero {
    background: var(--blue-950);
    color: #fff;
    position: relative;
    overflow: hidden;
    isolation: isolate;
  }
  .hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
  }
  .hero-bg__image {
    position: absolute;
    inset: 0;
    background: url('/assets/images/vtr-team.png') center 70% / cover no-repeat;
    opacity: 0.2;
    filter: grayscale(35%) saturate(0.85);
    transform: scale(1.03);
  }
  .hero-bg__shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(10, 22, 40, 0.94) 0%, rgba(15, 39, 68, 0.91) 52%, rgba(30, 58, 95, 0.88) 100%), linear-gradient(180deg, rgba(10, 22, 40, 0.35) 0%, rgba(10, 22, 40, 0.72) 100%);
  }
  .hero-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    padding-top: clamp(2.5rem, 6vw, 4.5rem);
    padding-bottom: clamp(2.5rem, 6vw, 4.5rem);
    position: relative;
    z-index: 1;
  }
  @media (min-width: 960px) {
    .hero-grid {
      grid-template-columns: 1fr 1.05fr;
      align-items: start;
      gap: 3rem;
    }
  }
  .hero-eyebrow {
    display: inline-block;
    background: rgba(220, 38, 38, 0.15);
    border: 1px solid rgba(220, 38, 38, 0.4);
    color: #fca5a5;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 0.35rem 0.75rem;
    margin-bottom: 1rem;
  }
  .hero h1 {
    font-size: clamp(2.25rem, 5.5vw, 3.75rem);
    margin: 0 0 1rem;
    max-width: 14ch;
  }
  .hero-lead {
    font-size: clamp(1rem, 2vw, 1.1875rem);
    color: rgba(255,255,255,0.85);
    max-width: 42ch;
    margin: 0 0 1.75rem;
  }
  .hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem 2rem;
    font-size: 0.875rem;
    color: rgba(255,255,255,0.75);
  }
  .hero-trust span {
    display: flex;
    align-items: center;
    gap: 0.4rem;
  }
  .hero-trust svg {
    flex-shrink: 0;
    color: #4ade80;
  }
  .hero-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.5rem;
  }
  .hero-cta-row .btn-hero-call {
    background: var(--red-600);
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    padding: 0.9375rem 1.375rem;
  }
  .hero-cta-row .btn-hero-call:hover {
    background: var(--red-700);
  }
  .hero-cta-row .btn-hero-form {
    background: rgba(255,255,255,0.12);
    color: #fff;
    border: 1px solid rgba(255,255,255,0.35);
    text-decoration: none;
    font-size: 0.9375rem;
  }
  .hero-cta-row .btn-hero-form:hover {
    background: rgba(255,255,255,0.18);
  }
  body.lp-attorney-phone-first .header-cta {
    background: var(--red-600);
    padding: 0.5rem 0.875rem;
    border-radius: 0.375rem;
    color: #fff;
  }
  body.lp-attorney-phone-first .sticky-cta .btn-call {
    background: var(--red-600);
    flex: 1.2;
  }
  body.lp-attorney-phone-first .sticky-cta .btn-call:hover {
    background: var(--red-700);
  }
  body.lp-attorney-phone-first .sticky-cta .btn-primary {
    background: var(--blue-900);
    flex: 1;
  }
  html[data-lp-form="short"] [data-step-full-only] {
    display: none !important;
  }
  .calc-shell {
    background: #fff;
    color: var(--gray-900);
    border-radius: 0.5rem;
    box-shadow: 0 25px 50px -12px rgba(0,0,0,0.35);
    overflow: hidden;
  }
  @media (max-width: 767px) {
    html {
      scroll-padding-top: 4.25rem;
      scroll-padding-bottom: calc(4.75rem + env(safe-area-inset-bottom, 0px));
    }
    #calcShell {
      scroll-margin-top: 0.75rem;
      scroll-margin-bottom: calc(4.75rem + env(safe-area-inset-bottom, 0px));
    }
  }
  .calc-header {
    background: var(--gray-900);
    color: #fff;
    padding: 1rem 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
  }
  .calc-header h2 {
    margin: 0;
    font-size: 1.125rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
  }
  .calc-header span {
    font-size: 0.8125rem;
    color: rgba(255,255,255,0.65);
    font-family: var(--font-body);
    text-transform: none;
    font-weight: 500;
  }
  .calc-progress {
    height: 4px;
    background: var(--gray-200);
  }
  .calc-progress-fill {
    height: 100%;
    width: 20%;
    background: var(--red-600);
    transition: width 0.35s var(--ease);
  }
  .calc-body {
    padding: 1.5rem 1.25rem 1.25rem;
  }
  @media (min-width: 480px) {
    .calc-body {
      padding: 1.75rem 1.75rem 1.5rem;
    }
  }
  .calc-step {
    display: none;
  }
  .calc-step.is-active {
    display: block;
    animation: fadeIn 0.3s var(--ease);
  }
  @keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateY(6px);
    }
    to {
      opacity: 1;
      transform: none;
    }
  }
  .calc-step h3 {
    margin: 0 0 0.35rem;
    font-size: 1.375rem;
    color: var(--gray-900);
    text-transform: uppercase;
  }
  .calc-step p.step-hint {
    margin: 0 0 1.25rem;
    font-size: 0.875rem;
    color: var(--gray-500);
  }
  .option-group {
    display: grid;
    gap: 0.625rem;
  }
  .option-card {
    position: relative;
    display: block;
    border: 2px solid var(--gray-200);
    border-radius: 0.375rem;
    padding: 0.875rem 1rem;
    cursor: pointer;
    transition: border-color 0.2s, background 0.2s;
    background: #fff;
    color: var(--gray-900);
  }
  .option-card:hover {
    border-color: var(--blue-600);
  }
  .option-card.is-selected {
    border-color: var(--blue-600);
    background: var(--blue-50);
  }
  .option-card input[type="radio"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .option-card label, .option-card-label {
    display: block;
    font-weight: 600;
    font-size: 0.9375rem;
    color: var(--gray-900);
    cursor: pointer;
  }
  .option-card small {
    display: block;
    margin-top: 0.15rem;
    font-size: 0.8125rem;
    color: var(--gray-500);
    font-weight: 400;
  }
  .field-grid {
    display: grid;
    gap: 0.875rem;
  }
  .field label {
    display: block;
    font-size: 0.8125rem;
    font-weight: 600;
    margin-bottom: 0.35rem;
    color: var(--gray-700);
  }
  .field input, .field select {
    width: 100%;
    padding: 0.75rem 0.875rem;
    border: 1px solid var(--gray-200);
    border-radius: 0.375rem;
    font: inherit;
    background: #fff;
  }
  .field input:focus, .field select:focus {
    outline: 2px solid var(--blue-600);
    outline-offset: 0;
    border-color: var(--blue-600);
  }
  .field input.field--error, .field select.field--error {
    border-color: var(--red-600);
  }
  .field-error {
    margin: 0.35rem 0 0;
    font-size: 0.8125rem;
    color: var(--red-600);
    font-weight: 500;
    line-height: 1.4;
  }
  .field-error[hidden] {
    display: none;
  }
  .form-inline-message {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    margin-top: 1rem;
    padding: 0.75rem 1rem;
    border-radius: 0.375rem;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.45;
  }
  .form-inline-message[hidden] {
    display: none;
  }
  .form-inline-message--error {
    background: #fef2f2;
    color: #991b1b;
    border: 1px solid #fecaca;
  }
  .consent.consent--error {
    outline: 2px solid var(--red-600);
    outline-offset: 2px;
    border-radius: 0.25rem;
  }
  .calc-nav {
    display: flex;
    gap: 0.75rem;
    margin-top: 1.5rem;
  }
  .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.875rem 1.5rem;
    font-family: var(--font-body);
    font-size: 0.9375rem;
    font-weight: 700;
    border: none;
    border-radius: 0.375rem;
    cursor: pointer;
    transition: background 0.2s, transform 0.15s;
    text-decoration: none;
  }
  .btn:active {
    transform: scale(0.98);
  }
  .btn-primary {
    background: var(--red-600);
    color: #fff;
  }
  .btn-primary:hover {
    background: var(--red-700);
  }
  .calc-nav .btn-primary {
    flex: 1;
  }
  .btn-secondary {
    background: var(--gray-100);
    color: var(--gray-700);
  }
  .btn-secondary:hover {
    background: var(--gray-200);
  }
  .btn.is-loading {
    opacity: 0.7;
    pointer-events: none;
  }
  .calc-result {
    background: var(--green-50);
    border: 1px solid #bbf7d0;
    border-radius: 0.375rem;
    padding: 1rem 1.125rem;
    margin-bottom: 1.25rem;
  }
  .result-badge {
    display: inline-block;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    margin-bottom: 0.5rem;
  }
  .result-badge--strong {
    background: #dcfce7;
    color: #166534;
  }
  .result-badge--possible {
    background: #fef3c7;
    color: #92400e;
  }
  .result-badge--review {
    background: var(--gray-100);
    color: var(--gray-700);
  }
  .calc-result h4 {
    margin: 0 0 0.35rem;
    font-family: var(--font-display);
    font-size: 1.25rem;
    text-transform: uppercase;
  }
  .result-range {
    font-size: 1.75rem;
    font-weight: 800;
    color: var(--green-600);
    font-family: var(--font-display);
    letter-spacing: 0.02em;
  }
  .result-savings {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--gray-700);
    margin-top: 0.25rem;
  }
  .result-note {
    font-size: 0.8125rem;
    color: var(--gray-500);
    margin: 0.75rem 0 0;
  }
  .review-list {
    font-size: 0.875rem;
    background: var(--gray-50);
    border-radius: 0.375rem;
    padding: 1rem;
    margin-bottom: 1rem;
  }
  .review-list div {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.35rem 0;
    border-bottom: 1px solid var(--gray-200);
  }
  .review-list div:last-child {
    border-bottom: none;
  }
  .review-list dt {
    color: var(--gray-500);
  }
  .review-list dd {
    margin: 0;
    font-weight: 600;
    text-align: right;
  }
  .consent {
    display: flex;
    gap: 0.625rem;
    font-size: 0.75rem;
    color: var(--gray-500);
    line-height: 1.5;
  }
  .consent input {
    margin-top: 0.2rem;
    flex-shrink: 0;
  }
  .consent a {
    color: var(--blue-600);
    font-weight: 600;
    text-decoration: underline;
  }
  .consent a:hover {
    color: var(--blue-900);
  }
  .thank-you {
    text-align: center;
    padding: 2.5rem 1.5rem;
  }
  .thank-you h2 {
    font-size: 1.75rem;
    margin: 0 0 0.75rem;
    color: var(--green-600);
  }
  .thank-you p {
    color: var(--gray-500);
    margin: 0;
  }
  .stats-band {
    background: var(--blue-950);
    color: #fff;
    padding: 2rem 0;
  }
  .stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
  @media (min-width: 768px) {
    .stats-grid {
      grid-template-columns: repeat(4, 1fr);
    }
  }
  .stat-item {
    text-align: center;
  }
  .stat-item strong {
    display: block;
    font-family: var(--font-display);
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    color: #fff;
    line-height: 1;
  }
  .stat-item span {
    display: block;
    margin-top: 0.35rem;
    font-size: 0.8125rem;
    color: rgba(255,255,255,0.65);
    text-transform: uppercase;
    letter-spacing: 0.06em;
  }
  .section {
    padding: clamp(3rem, 7vw, 5rem) 0;
  }
  .section--white {
    background: #fff;
  }
  .section--gray {
    background: var(--gray-100);
  }
  .section-head {
    text-align: center;
    max-width: 40rem;
    margin: 0 auto 2.5rem;
  }
  .section-head h2 {
    font-size: clamp(1.75rem, 4vw, 2.75rem);
    margin: 0 0 0.75rem;
    color: var(--blue-950);
  }
  .section-head p {
    margin: 0;
    color: var(--gray-500);
    font-size: 1.0625rem;
  }
  .section-eyebrow {
    display: block;
    color: var(--red-600);
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
  }
  .carousel {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 2.5rem;
    overflow: hidden;
  }
  .carousel__viewport {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    overscroll-behavior-x: contain;
  }
  .carousel__viewport::-webkit-scrollbar {
    display: none;
  }
  .carousel__track {
    display: flex;
    gap: 0.875rem;
    align-items: stretch;
    width: max-content;
    max-width: none;
  }
  .carousel__slide {
    flex: 0 0 auto;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
  }
  .carousel__nav {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2.25rem;
    height: 2.25rem;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid var(--gray-200);
    border-radius: 999px;
    color: var(--blue-950);
    cursor: pointer;
    transition: border-color 0.2s, background 0.2s, opacity 0.2s;
    z-index: 2;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.1);
  }
  .carousel__nav:hover:not(:disabled) {
    border-color: var(--blue-800);
    background: var(--gray-50);
  }
  .carousel__nav:disabled {
    opacity: 0.35;
    cursor: default;
  }
  @media (min-width: 768px) {
    .carousel__nav {
      display: flex;
    }
    .carousel__nav--prev {
      left: 0;
    }
    .carousel__nav--next {
      right: 0;
    }
  }
  .carousel__dots {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 1.5rem;
  }
  .carousel__dot {
    width: 0.55rem;
    height: 0.55rem;
    padding: 0;
    border: none;
    border-radius: 999px;
    background: rgba(15, 39, 68, 0.2);
    cursor: pointer;
    transition: background 0.2s, transform 0.2s;
  }
  .carousel__dot.is-active {
    background: var(--blue-900);
    transform: scale(1.15);
  }
  .carousel__loading, .carousel__empty {
    text-align: center;
    color: var(--gray-500);
    font-size: 0.9375rem;
    padding: 2.5rem 1rem;
    margin: 0;
    width: 100%;
  }
  .video-card {
    border: 1px solid var(--gray-200);
    border-radius: 0.5rem;
    background: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
  }
  .video-card__media {
    position: relative;
    aspect-ratio: 16 / 9;
    background: var(--blue-950);
    cursor: pointer;
  }
  .video-card__thumb, .video-card__iframe, .video-card__video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border: 0;
  }
  .video-card__play {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(10, 22, 40, 0.35);
    border: none;
    cursor: pointer;
    transition: background 0.2s;
  }
  .video-card__play:hover {
    background: rgba(10, 22, 40, 0.48);
  }
  .video-card__play svg {
    width: 3.25rem;
    height: 3.25rem;
    padding: 0.85rem;
    background: var(--red-600);
    color: #fff;
    border-radius: 50%;
  }
  .video-card__body {
    padding: 1.25rem 1.35rem 1.35rem;
    flex: 1;
  }
  .video-card__label {
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--red-600);
  }
  .video-card__title {
    font-family: var(--font-display);
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--blue-950);
    margin: 0.35rem 0 0.65rem;
    text-transform: none;
    letter-spacing: 0;
  }
  .video-card__quote {
    margin: 0 0 0.65rem;
    font-size: 0.9375rem;
    color: var(--gray-700);
    line-height: 1.55;
  }
  .video-card__meta {
    margin: 0;
    font-size: 0.8125rem;
    color: var(--gray-500);
  }
  .review-card {
    border: 1px solid var(--gray-200);
    border-radius: 0.5rem;
    background: #fff;
    padding: 1.25rem 1.25rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
    overflow: hidden;
    min-width: 0;
  }
  .review-card__head {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    margin-bottom: 0.85rem;
    min-width: 0;
  }
  .review-card__head > div {
    min-width: 0;
    flex: 1;
  }
  .review-card__initial {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 50%;
    background: var(--blue-900);
    color: #fff;
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  .review-card__name {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1rem;
    color: var(--blue-950);
    text-transform: none;
    letter-spacing: 0;
    overflow-wrap: anywhere;
    word-break: break-word;
  }
  .review-card__stars {
    display: flex;
    gap: 0.1rem;
    margin-top: 0.15rem;
    flex-wrap: wrap;
  }
  .review-card__text {
    flex: 1;
    margin: 0;
    font-size: 0.9375rem;
    color: var(--gray-700);
    line-height: 1.6;
    overflow-wrap: anywhere;
    word-break: break-word;
    hyphens: auto;
  }
  .review-card__text.is-clamped {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .review-card__body-text {
    flex: 1;
    margin-bottom: 0.85rem;
    min-width: 0;
  }
  .review-card__toggle {
    margin-top: 0.5rem;
    padding: 0;
    border: 0;
    background: none;
    color: var(--blue-600);
    font-size: 0.8125rem;
    font-weight: 600;
    cursor: pointer;
    text-align: left;
  }
  .review-card__toggle:hover {
    text-decoration: underline;
  }
  .review-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    flex-wrap: wrap;
    margin-top: auto;
  }
  .review-card__source {
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--gray-500);
  }
  .review-card__google-link {
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--blue-600);
    text-decoration: none;
    white-space: nowrap;
  }
  .review-card__google-link:hover {
    text-decoration: underline;
  }
  .reviews-google-cta {
    margin-top: 1.75rem;
    text-align: center;
  }
  .reviews-google-link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.75rem 1.25rem;
    border-radius: 0.375rem;
    background: #fff;
    border: 1px solid var(--gray-200);
    color: var(--blue-900);
    font-size: 0.9375rem;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
    transition: border-color 0.2s, background 0.2s;
  }
  .reviews-google-link:hover {
    border-color: var(--blue-600);
    background: var(--gray-50);
  }
  .star {
    font-size: 0.9rem;
    line-height: 1;
  }
  .star--full {
    color: #fbbf24;
  }
  .star--empty {
    color: var(--gray-200);
  }
  .steps-grid {
    display: grid;
    gap: 1.5rem;
  }
  @media (min-width: 768px) {
    .steps-grid {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  .step-card {
    background: #fff;
    border: 1px solid var(--gray-200);
    border-radius: 0.5rem;
    padding: 1.75rem 1.5rem;
    position: relative;
  }
  .section--white .step-card {
    background: var(--gray-50);
  }
  .step-num {
    font-family: var(--font-display);
    font-size: 3rem;
    font-weight: 800;
    color: var(--gray-200);
    line-height: 1;
    margin-bottom: 0.5rem;
  }
  .step-card h3 {
    font-size: 1.25rem;
    margin: 0 0 0.5rem;
    color: var(--blue-900);
  }
  .step-card p {
    margin: 0;
    font-size: 0.9375rem;
    color: var(--gray-500);
  }
  .qualify-grid {
    display: grid;
    gap: 2rem;
    align-items: center;
  }
  @media (min-width: 900px) {
    .qualify-grid {
      grid-template-columns: 1fr 1fr;
    }
  }
  .check-list {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0 0;
  }
  .check-list li {
    display: flex;
    gap: 0.75rem;
    padding: 0.625rem 0;
    border-bottom: 1px solid var(--gray-200);
    font-size: 0.9375rem;
  }
  .check-list li:last-child {
    border-bottom: none;
  }
  .check-list svg {
    flex-shrink: 0;
    color: var(--green-600);
    margin-top: 0.15rem;
  }
  .case-grid {
    display: grid;
    gap: 1rem;
  }
  @media (min-width: 640px) {
    .case-grid {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  .case-card {
    background: #fff;
    border: 1px solid var(--gray-200);
    border-radius: 0.5rem;
    padding: 1.25rem;
    text-align: center;
  }
  .case-card .was {
    font-size: 0.8125rem;
    color: var(--gray-500);
    text-transform: uppercase;
    letter-spacing: 0.06em;
  }
  .case-card .debt {
    font-family: var(--font-display);
    font-size: 1.5rem;
    color: var(--gray-500);
    text-decoration: line-through;
    margin: 0.25rem 0;
  }
  .case-card .settled {
    font-family: var(--font-display);
    font-size: 2rem;
    font-weight: 800;
    color: var(--green-600);
  }
  .attorney-band {
    background: var(--blue-900);
    color: #fff;
  }
  .attorney-grid {
    display: grid;
    gap: 2rem;
    align-items: start;
  }
  @media (min-width: 768px) {
    .attorney-grid {
      grid-template-columns: auto 1fr;
      align-items: center;
      gap: 2.5rem;
    }
  }
  .attorney-photo-wrap {
    width: 11rem;
    flex-shrink: 0;
  }
  @media (min-width: 768px) {
    .attorney-photo-wrap {
      width: 13rem;
    }
  }
  .attorney-photo {
    width: 100%;
    aspect-ratio: 4 / 5;
    border-radius: 0.5rem;
    object-fit: cover;
    object-position: top center;
    border: 3px solid rgba(255,255,255,0.15);
    display: block;
  }
  .attorney-label {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.65);
    margin-bottom: 0.5rem;
  }
  .attorney-band h2 {
    font-size: clamp(1.5rem, 3vw, 2rem);
    margin: 0 0 0.75rem;
  }
  .attorney-name {
    font-family: var(--font-display);
    font-size: 1.375rem;
    font-weight: 700;
    margin: 0 0 0.35rem;
    line-height: 1.2;
  }
  .attorney-role {
    margin: 0 0 0.85rem;
    color: rgba(255,255,255,0.72);
    font-size: 0.9375rem;
    font-weight: 600;
  }
  .attorney-band p {
    margin: 0 0 1rem;
    color: rgba(255,255,255,0.8);
    font-size: 0.9375rem;
    max-width: 52ch;
  }
  .attorney-meta {
    font-size: 0.8125rem;
    color: rgba(255,255,255,0.55);
    margin-bottom: 1.25rem;
  }
  .attorney-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem 1.25rem;
  }
  .attorney-actions .btn-primary {
    padding: 0.625rem 1.125rem;
    font-size: 0.875rem;
  }
  .attorney-profile-link {
    color: #fff;
    font-size: 0.9375rem;
    font-weight: 600;
    text-decoration: none;
    opacity: 0.85;
  }
  .attorney-profile-link:hover {
    opacity: 1;
    text-decoration: underline;
  }
  .about-valor-grid {
    display: grid;
    gap: 2rem;
    align-items: center;
  }
  @media (min-width: 768px) {
    .about-valor-grid {
      grid-template-columns: 1fr 1fr;
      gap: 3rem;
    }
  }
  .about-valor-photo {
    width: 100%;
    height: auto;
    border-radius: 0.75rem;
    border: 1px solid var(--gray-200);
    box-shadow: 0 0 0 1px rgba(15, 23, 42, 0.06), 0 12px 40px rgba(15, 23, 42, 0.08);
    display: block;
  }
  .about-valor-media {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .about-valor-badges {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1rem 1.25rem;
    padding: 0.75rem 0.5rem 0;
  }
  .about-valor-badges a {
    display: block;
    transition: opacity 0.2s ease;
  }
  .about-valor-badges a:hover {
    opacity: 0.88;
  }
  .about-valor-badges img {
    display: block;
    height: auto;
    max-width: 100%;
    object-fit: contain;
  }
  .about-valor-badges .bbb-seal {
    width: 160px;
    height: auto;
  }
  .about-valor-badges .tba-seal {
    width: 180px;
    max-height: 36px;
  }
  .about-valor-eyebrow {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--red-600);
    margin: 0 0 0.5rem;
  }
  .about-valor-slogan {
    font-family: var(--font-display);
    font-size: clamp(1.75rem, 4vw, 2.375rem);
    font-weight: 800;
    line-height: 1.1;
    color: var(--blue-950);
    margin: 0 0 1rem;
  }
  .about-valor-intro {
    color: var(--gray-500);
    font-size: 0.9375rem;
    line-height: 1.65;
    margin: 0 0 1.5rem;
    max-width: 48ch;
  }
  .about-valor-quote {
    margin: 0;
    padding: 1.25rem 1.25rem 1.25rem 1rem;
    border-left: 4px solid var(--red-600);
    background: #fff;
    border-radius: 0 0.5rem 0.5rem 0;
  }
  .about-valor-quote p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.65;
    color: var(--blue-900);
    font-style: italic;
  }
  .about-valor-quote cite {
    display: block;
    margin-top: 0.85rem;
    font-style: normal;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--gray-500);
  }
  .about-valor-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem 1rem;
    margin-top: 1.25rem;
    font-size: 0.8125rem;
    color: var(--gray-500);
  }
  .about-valor-link {
    display: inline-block;
    margin-top: 1.25rem;
    font-size: 0.9375rem;
    font-weight: 600;
    color: var(--blue-900);
    text-decoration: none;
  }
  .about-valor-link:hover {
    text-decoration: underline;
  }
  .about-valor-guarantee {
    margin-top: 1.25rem;
    padding: 0.875rem 1rem;
    background: #fff;
    border: 1px solid var(--gray-200);
    border-radius: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.55;
    color: var(--gray-500);
  }
  .about-valor-guarantee strong {
    color: var(--blue-950);
  }
  .faq-list {
    max-width: 42rem;
    margin: 0 auto;
  }
  details {
    border-bottom: 1px solid var(--gray-200);
    padding: 1rem 0;
  }
  details summary {
    font-weight: 600;
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
  }
  details summary::-webkit-details-marker {
    display: none;
  }
  details summary::after {
    content: '+';
    font-weight: 400;
    color: var(--gray-500);
  }
  details[open] summary::after {
    content: '−';
  }
  details p {
    margin: 0.75rem 0 0;
    font-size: 0.9375rem;
    color: var(--gray-500);
  }
  .final-cta {
    background: linear-gradient(180deg, var(--gray-100) 0%, #fff 100%);
    text-align: center;
  }
  .final-cta h2 {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    margin: 0 0 0.75rem;
    color: var(--blue-950);
  }
  .final-cta p {
    color: var(--gray-500);
    margin: 0 0 1.5rem;
  }
  .site-footer {
    background: var(--blue-950);
    color: rgba(255,255,255,0.55);
    font-size: 0.75rem;
    padding: 2rem 0;
  }
  .footer-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: space-between;
    align-items: center;
  }
  .footer-links {
    display: flex;
    gap: 1.25rem;
    flex-wrap: wrap;
  }
  .footer-links a {
    color: rgba(255,255,255,0.65);
    text-decoration: none;
  }
  .footer-links a:hover {
    color: #fff;
  }
  .disclaimer {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255,255,255,0.1);
    line-height: 1.6;
  }
  .sticky-cta {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 60;
    background: #fff;
    border-top: 1px solid var(--gray-200);
    padding: 0.625rem var(--gutter);
    box-shadow: 0 -4px 20px rgba(0,0,0,0.08);
    gap: 0.625rem;
  }
  @media (max-width: 767px) {
    .sticky-cta {
      display: flex;
    }
    body {
      padding-bottom: 4.5rem;
    }
  }
  .sticky-cta .btn {
    flex: 1;
    padding: 0.875rem 0.75rem;
    font-size: 0.875rem;
  }
  .sticky-cta .btn-call {
    background: var(--blue-900);
    color: #fff;
    text-decoration: none;
  }
  .sticky-cta .btn-call:hover {
    background: var(--blue-950);
  }
  .call-alt {
    text-align: center;
    margin-top: 1rem;
    font-size: 0.875rem;
    color: var(--gray-500);
  }
  .call-alt a {
    color: var(--blue-600);
    font-weight: 700;
    text-decoration: none;
  }
  .call-alt a:hover {
    text-decoration: underline;
  }
  .trust-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 1.25rem;
  }
  .trust-pill {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    color: rgba(255,255,255,0.9);
    padding: 0.35rem 0.65rem;
    border-radius: 0.25rem;
  }
  .vsl-section {
    padding: clamp(2rem, 5vw, 3rem) 0;
    background: #fff;
    border-bottom: 1px solid var(--gray-200);
  }
  .vsl-section-inner {
    max-width: 42rem;
    margin: 0 auto;
  }
  .vsl-kicker {
    color: var(--red-600);
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin: 0 0 0.5rem;
    text-align: center;
  }
  .vsl-title {
    color: var(--blue-950);
    font-family: var(--font-display);
    font-size: clamp(1.25rem, 3vw, 1.75rem);
    font-weight: 700;
    line-height: 1.25;
    margin: 0 0 1.25rem;
    text-align: center;
  }
  .vsl-shell {
    position: relative;
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: 0 20px 40px -12px rgba(0,0,0,0.45), 0 0 0 1px rgba(255,255,255,0.08);
  }
  .vsl-player {
    position: relative;
    width: 100%;
  }
  .vsl-video {
    width: 100%;
    aspect-ratio: 16 / 9;
    display: block;
    background: #000;
    vertical-align: top;
  }
  .vsl-poster-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
    background: linear-gradient(180deg, rgba(6,12,24,.15), rgba(6,12,24,.45));
    transition: opacity .35s ease, visibility .35s ease;
  }
  .vsl-poster-overlay.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .play-ring {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: rgba(255,255,255,.12);
    backdrop-filter: blur(8px);
    border: 2px solid rgba(255,255,255,.35);
    box-shadow: 0 0 0 0 rgba(220, 38, 38, 0.45);
    animation: vsl-pulse-ring 2.8s ease-out infinite;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  .play-ring svg {
    width: 2rem;
    height: 2rem;
    color: #fff;
    margin-left: 0.15rem;
  }
  @keyframes vsl-pulse-ring {
    0% {
      box-shadow: 0 0 0 0 rgba(220, 38, 38, 0.45);
    }
    70% {
      box-shadow: 0 0 0 18px rgba(220, 38, 38, 0);
    }
    100% {
      box-shadow: 0 0 0 0 rgba(220, 38, 38, 0);
    }
  }
  .calc-phone-link {
    color: rgba(255,255,255,0.85);
    font-size: 0.8125rem;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
  }
  .calc-phone-link:hover {
    color: #fff;
    text-decoration: underline;
  }
  @media (max-width: 639px) {
    :root {
      --gutter: 1rem;
    }
    .topbar-inner {
      flex-direction: column;
      align-items: center;
      text-align: center;
      padding: 0.5rem 0;
      gap: 0.2rem;
      min-height: auto;
    }
    .topbar-badge {
      font-size: 0.6875rem;
      line-height: 1.35;
    }
    .header-inner {
      gap: 0.625rem;
      min-height: 3.75rem;
      padding-top: 0.35rem;
      padding-bottom: 0.35rem;
    }
    .logo {
      gap: 0.5rem;
      flex: 1;
      min-width: 0;
    }
    .logo img {
      height: 2.125rem;
    }
    .logo-name {
      font-size: 0.9375rem;
      white-space: normal;
      line-height: 1.15;
      max-width: 9rem;
    }
    .header-cta {
      font-size: 0.9375rem;
    }
    .hero-grid {
      gap: 1.75rem;
      padding-top: 2rem;
      padding-bottom: 2.25rem;
    }
    .hero h1 {
      max-width: none;
      font-size: clamp(2rem, 9vw, 2.75rem);
    }
    .hero-lead {
      margin-bottom: 1.25rem;
    }
    .hero-trust {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 0.65rem 1rem;
    }
    .hero-trust span:last-child {
      grid-column: 1 / -1;
    }
    .trust-pills {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 0.5rem;
    }
    .trust-pill {
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      font-size: 0.625rem;
      letter-spacing: 0.03em;
      padding: 0.45rem 0.4rem;
      line-height: 1.25;
      white-space: normal;
      min-height: 2.25rem;
    }
    .calc-header {
      flex-direction: column;
      align-items: flex-start;
      gap: 0.35rem;
      padding: 0.875rem 1rem;
    }
    .calc-header h2 {
      font-size: 0.9375rem;
      line-height: 1.2;
    }
    .calc-header span {
      font-size: 0.75rem;
      line-height: 1.35;
    }
    .sticky-cta {
      padding: 0.625rem 0.75rem calc(0.625rem + env(safe-area-inset-bottom, 0px));
    }
    .sticky-cta .btn {
      font-size: 0.8125rem;
      padding: 0.8125rem 0.5rem;
    }
    .carousel {
      padding: 0;
    }
    .carousel__track {
      gap: 0.75rem;
    }
    .video-card__media {
      aspect-ratio: 16 / 9;
      max-height: 10.5rem;
    }
    .video-card__thumb, .video-card__iframe, .video-card__video {
      max-height: 10.5rem;
      object-fit: cover;
    }
    .video-card__body {
      padding: 1rem 1rem 1.1rem;
    }
    .video-card__title {
      font-size: 1rem;
    }
    .video-card__quote {
      font-size: 0.875rem;
    }
    .review-card {
      padding: 1rem 1rem;
    }
    .review-card__text {
      font-size: 0.875rem;
    }
  }
  @media (max-width: 380px) {
    .logo-name {
      display: none;
    }
    .header-cta {
      font-size: 0.875rem;
    }
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-scroll-snap-strictness {
  syntax: "*";
  inherits: false;
  initial-value: proximity;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes vsl-pulse-ring {
  0% {
    box-shadow: 0 0 0 0 rgba(220, 38, 38, 0.45);
  }
  70% {
    box-shadow: 0 0 0 18px rgba(220, 38, 38, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(220, 38, 38, 0);
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-scroll-snap-strictness: proximity;
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-ease: initial;
    }
  }
}
