#psm-dtc-page {
  --navy: #143642;
  --teal: #5ec4ca;
  --cream: #f6f5f2;
  --teal-d: #157657;
  --teal-lt: rgba(94, 196, 202, 0.10);
  --teal-b: rgba(94, 196, 202, 0.25);
  --navy-lt: rgba(20, 54, 66, 0.06);
  --navy-b: rgba(20, 54, 66, 0.12);
  --muted: #6b7280;
  --light-teal: #afeeee;
  --yellow: #edd382;
  --coral: #ff5e5b;
  --green: #157657;
  font-family: Inter, Arial, sans-serif;
  background: var(--cream);
  color: var(--navy);
  overflow-x: hidden;
  line-height: 1.5;
  width: 100%;
}

#psm-dtc-page,
#psm-dtc-page *,
#psm-dtc-page *::before,
#psm-dtc-page *::after {
  box-sizing: border-box;
}

#psm-dtc-page img,
#psm-dtc-page video,
#psm-dtc-page canvas,
#psm-dtc-page iframe {
  max-width: 100%;
}

#psm-dtc-page {--navy: #143642;
    --teal: #5ec4ca;
    --cream: #f6f5f2;
    --teal-d: #157657;
    --teal-lt: rgba(94, 196, 202, 0.10);
    --teal-b: rgba(94, 196, 202, 0.25);
    --navy-lt: rgba(20, 54, 66, 0.06);
    --navy-b: rgba(20, 54, 66, 0.12);
    --muted: #6b7280;
    --light-teal: #afeeee;
    --yellow: #edd382;
    --coral: #ff5e5b;
    --green: #157657;}

#psm-dtc-page {font-family: "Inter", sans-serif;
    background: var(--cream);
    color: var(--navy);
    overflow-x: hidden;
    line-height: 1.5;}

#psm-dtc-page h1, #psm-dtc-page h2, #psm-dtc-page h3 {font-family: "Inter", sans-serif !important;
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 0.98 !important;}

#psm-dtc-page .hero {background: var(--cream);
    text-align: center;
    padding: 80px 24px 64px;
    position: relative;
    overflow: hidden;}

#psm-dtc-page .hero::before {content: "";
    position: absolute;
    top: -160px;
    left: 50%;
    transform: translateX(-50%);
    width: 700px;
    height: 700px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(29,158,117,0.07) 0%, transparent 65%);
    pointer-events: none;}

#psm-dtc-page .hero-tag {display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--teal);
    border: 1px solid var(--teal-b);
    padding: 7px 20px;
    border-radius: 100px;
    margin-bottom: 32px;
    background: var(--teal-lt);}

#psm-dtc-page .hero-dot {width: 6px;
    height: 6px;
    background: var(--teal);
    border-radius: 50%;
    animation: pulse 2s ease-in-out infinite;}

@keyframes pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.3; transform: scale(0.7); }
  }

#psm-dtc-page .hero h1 {font-size: clamp(48px, 9vw, 92px);
    color: var(--navy);
    max-width: 900px;
    margin: 0 auto 24px;
    line-height: 0.96;}

#psm-dtc-page .hero h1 em {font-style: normal; color: var(--teal);}

#psm-dtc-page .hero-sub {font-size: 18px;
    font-weight: 400;
    color: var(--muted);
    max-width: 560px;
    margin: 0 auto 22px;
    line-height: 1.65;}

#psm-dtc-page .btn {display: inline-block;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 18px 48px;
    border-radius: 100px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;}

#psm-dtc-page .btn:hover {transform: translateY(-2px); text-decoration: none;}

#psm-dtc-page .btn-teal {background: var(--teal);
    color: var(--cream);
    box-shadow: 0 6px 24px rgba(29,158,117,0.28);}

#psm-dtc-page .btn-teal:hover {background: var(--teal-d);
    box-shadow: 0 10px 32px rgba(29,158,117,0.4);
    color: var(--cream);}

#psm-dtc-page .btn-lg {font-size: 16px; padding: 22px 60px;}

#psm-dtc-page .gbar {background: var(--navy); padding: 20px 24px; text-align: center;}

#psm-dtc-page .gbar-text {font-size: 15px;
    font-weight: 700;
    color: var(--cream);
    letter-spacing: 0.01em;}

#psm-dtc-page .ticker {background: var(--teal);
    padding: 18px 0;
    overflow: hidden;
    white-space: nowrap;}

#psm-dtc-page .ticker-track {display: inline-flex;
    align-items: center;
    animation: ticker 24s linear infinite;}

@keyframes ticker {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
  }

#psm-dtc-page .ticker-logo {height: 56px;
    min-width: 120px;
    padding: 0 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-right: 1px solid rgba(249,248,245,0.1);}

#psm-dtc-page .ticker-logo img {max-height: 56px;
    max-width: 100px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
    opacity: 0.9;}

@media (max-width: 768px) {#psm-dtc-page .ticker-logo {min-width: 140px; padding: 0 20px; height: 48px;}

#psm-dtc-page .ticker-logo img {max-height: 28px; max-width: 110px;}}

#psm-dtc-page .section-label {font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--teal);
    display: block;
    margin-bottom: 12px;}

#psm-dtc-page .proof-intro {text-align: center; padding: 72px 24px 48px;}

#psm-dtc-page .proof-intro h2 {font-size: clamp(38px, 5.5vw, 64px);
    color: var(--navy);
    margin-bottom: 12px;
    line-height: 1.02;}

#psm-dtc-page .proof-intro h2 em {font-style: normal; color: var(--teal);}

#psm-dtc-page .proof-intro p {font-size: 17px;
    color: var(--muted);
    max-width: 480px;
    margin: 0 auto;
    line-height: 1.65;}

#psm-dtc-page .result-wrap {max-width: 800px;
    margin: 0 auto 80px;
    padding: 0 24px;}

#psm-dtc-page .result-kicker {font-size: clamp(34px, 5vw, 58px);
    font-weight: 800;
    color: var(--navy);
    text-align: center;
    line-height: 1.02;
    margin-bottom: 6px;
    letter-spacing: -0.04em;}

#psm-dtc-page .result-kicker em {font-style: normal; color: var(--teal);}

#psm-dtc-page .result-brand-tag {text-align: center;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 28px;}

#psm-dtc-page .stat-row {display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 24px;}

#psm-dtc-page .stat-pill {background: var(--teal-lt);
    border: 1px solid var(--teal-b);
    border-radius: 100px;
    padding: 8px 18px;
    font-size: 13px;
    font-weight: 600;
    color: var(--teal);
    white-space: nowrap;}

#psm-dtc-page .ph-photo-row {display: flex; align-items: center; gap: 16px;}

#psm-dtc-page .ph-avatar {width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 2px dashed var(--teal-b);
    background: var(--teal-lt);
    flex-shrink: 0;
    background-size: cover;
    background-position: center;
    overflow: hidden;}

#psm-dtc-page .quote-card {background: var(--cream);
    border: 1px solid var(--navy-b);
    border-radius: 16px;
    padding: 28px 32px;
    margin-bottom: 4px;
    box-shadow: 0 2px 16px rgba(13,27,62,0.05);}

#psm-dtc-page .quote-text {font-size: 17px;
    font-style: italic;
    color: var(--navy);
    opacity: 0.8;
    line-height: 1.7;
    margin-bottom: 24px;}

#psm-dtc-page .quote-author {display: flex; align-items: center; gap: 14px;}

#psm-dtc-page .quote-name {font-size: 14px; font-weight: 700; color: var(--navy); display: block;}

#psm-dtc-page .quote-brand-name {font-size: 12px; color: var(--muted); display: block; margin-top: 2px;}

#psm-dtc-page .sep {max-width: 800px; margin: 0 auto 80px; padding: 0 24px;}

#psm-dtc-page .sep-line {height: 1px; background: linear-gradient(90deg, transparent, var(--teal-b), transparent);}

#psm-dtc-page .mid-cta {text-align: center;
    padding: 48px 24px 80px;
    background: var(--navy);}

#psm-dtc-page .mid-cta h3 {font-size: clamp(32px, 4.5vw, 48px);
    font-weight: 800;
    color: var(--cream);
    margin-bottom: 8px;
    letter-spacing: -0.04em;
    line-height: 1.02;}

#psm-dtc-page .mid-cta h3 em {font-style: normal; color: var(--teal);}

#psm-dtc-page .mid-cta p {font-size: 15px;
    color: rgba(249,248,245,0.6);
    margin-bottom: 28px;
    font-style: italic;
    line-height: 1.6;}

#psm-dtc-page .qualify-section {background: var(--teal); padding: 80px 24px;}

#psm-dtc-page .qualify-inner {max-width: 800px; margin: 0 auto;}

#psm-dtc-page .qualify-section h2 {font-size: clamp(38px, 5.5vw, 62px);
    color: var(--cream);
    text-align: center;
    margin-bottom: 48px;
    line-height: 1.02;}

#psm-dtc-page .qualify-grid {display: grid; grid-template-columns: 1fr 1fr; gap: 20px;}

#psm-dtc-page .qbox {border-radius: 16px; padding: 32px 28px;}

#psm-dtc-page .qbox--yes {background: var(--navy);}

#psm-dtc-page .qbox--no {background: rgba(13,27,62,0.7);}

#psm-dtc-page .qbox-title {font-size: 22px;
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.1;
    margin-bottom: 24px;}

#psm-dtc-page .qbox--yes .qbox-title {color: var(--teal);}

#psm-dtc-page .qbox--no .qbox-title {color: rgba(249,248,245,0.5);}

#psm-dtc-page .qlist {list-style: none; display: flex; flex-direction: column; gap: 14px;}

#psm-dtc-page .qlist li {display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 15px;
    line-height: 1.6;}

#psm-dtc-page .qbox--yes .qlist li {color: rgba(249,248,245,0.82);}

#psm-dtc-page .qbox--no .qlist li {color: rgba(249,248,245,0.45);}

#psm-dtc-page .qlist li::before {flex-shrink: 0; margin-top: 1px; font-size: 13px; font-weight: 700;}

#psm-dtc-page .qbox--yes .qlist li::before {content: "✓"; color: var(--teal);}

#psm-dtc-page .qbox--no .qlist li::before {content: "✕"; color: rgba(255,255,255,0.2);}

#psm-dtc-page .spencer-section {background: var(--cream); padding: 80px 24px;}

#psm-dtc-page .spencer-inner {max-width: 800px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 48px;
    align-items: start;}

#psm-dtc-page .s-photo-ph {width: 148px;
    height: 148px;
    border-radius: 50%;
    border: 2px dashed var(--teal-b);
    background-size: cover;
    background-position: center;
    flex-shrink: 0;}

#psm-dtc-page .s-label {font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--teal);
    display: block;
    margin-bottom: 8px;}

#psm-dtc-page .s-name {font-size: 40px;
    font-weight: 800;
    color: var(--navy);
    letter-spacing: -0.04em;
    line-height: 1;
    margin-bottom: 4px;}

#psm-dtc-page .s-title {font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--muted);
    display: block;
    margin-bottom: 20px;}

#psm-dtc-page .s-body {font-size: 16px;
    color: var(--navy);
    opacity: 0.75;
    line-height: 1.75;}

#psm-dtc-page .s-body strong {opacity: 1; font-weight: 600;}

#psm-dtc-page .scarcity {background: var(--navy); padding: 80px 24px; text-align: center;}

#psm-dtc-page .scarcity h2 {font-size: clamp(36px, 5vw, 56px);
    color: var(--cream);
    max-width: 640px;
    margin: 0 auto 20px;
    line-height: 1.02;}

#psm-dtc-page .scarcity p {font-size: 16px;
    color: rgba(249,248,245,0.65);
    max-width: 480px;
    margin: 0 auto 12px;
    line-height: 1.7;}

#psm-dtc-page .scarcity .honest {font-size: 13px;
    font-style: italic;
    color: rgba(249,248,245,0.35);
    display: block;
    margin-bottom: 40px;}

#psm-dtc-page .shopify-graph-card {width: 100%;
    background: #fff;
    border: 1px solid rgba(13,27,62,0.1);
    border-radius: 18px;
    padding: 24px 24px 18px;
    box-shadow: 0 10px 30px rgba(13,27,62,0.06);
    margin-bottom: 20px;}

#psm-dtc-page .shopify-graph-head {display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 18px;
    flex-wrap: wrap;}

#psm-dtc-page .shopify-graph-label {font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #6B7280;
    margin-bottom: 6px;}

#psm-dtc-page .shopify-graph-value {font-size: clamp(28px, 5vw, 42px);
    font-weight: 700;
    line-height: 1;
    color: #0D1B3E;
    margin-bottom: 6px;}

#psm-dtc-page .shopify-graph-sub {font-size: 14px; color: #6B7280; line-height: 1.55;}

#psm-dtc-page .shopify-graph-badge {font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #1D9E75;
    background: rgba(29,158,117,0.1);
    border: 1px solid rgba(29,158,117,0.2);
    border-radius: 999px;
    padding: 8px 12px;
    white-space: nowrap;}

#psm-dtc-page .shopify-graph-canvas-wrap {position: relative; width: 100%; height: 340px;}

#psm-dtc-page .shopify-graph-footer {display: flex;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid rgba(13,27,62,0.08);
    font-size: 13px;
    font-weight: 600;
    color: #6B7280;
    line-height: 1.5;}

#psm-dtc-page .video-card {width: 100%;
    background: #fff;
    border: 1px solid rgba(13,27,62,0.1);
    border-radius: 18px;
    padding: 18px;
    box-shadow: 0 10px 30px rgba(13,27,62,0.06);
    margin-bottom: 20px;}

#psm-dtc-page .video-card-two-col {display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
    gap: 18px;
    align-items: stretch;}

#psm-dtc-page .video-card-copy {display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 6px 10px 4px;}

#psm-dtc-page .video-card-copy .quote-text {margin-bottom: 18px;}

#psm-dtc-page .video-card-copy .quote-author {margin-top: 20px;}

#psm-dtc-page .video-meta {display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 14px;}

#psm-dtc-page .video-label {font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #6B7280;
    margin-bottom: 5px;}

#psm-dtc-page .video-title {font-size: 26px;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: var(--navy);
    line-height: 1.05;}

#psm-dtc-page .video-sub {font-size: 14px; color: var(--muted); margin-top: 6px; line-height: 1.55;}

#psm-dtc-page .video-badge {font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--teal);
    background: rgba(29,158,117,0.1);
    border: 1px solid rgba(29,158,117,0.2);
    border-radius: 999px;
    padding: 8px 12px;
    white-space: nowrap;}

#psm-dtc-page .video-player {position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #0D1B3E;
    border-radius: 14px;
    overflow: hidden;}

#psm-dtc-page .video-player iframe, #psm-dtc-page .video-player video {width: 100%; height: 100%; border: 0; display: block;}

#psm-dtc-page .results-grid {display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    padding: 0 24px 48px;
    max-width: 1100px;
    margin: 0 auto;}

#psm-dtc-page .result-card {background: #fff;
    border: 1px solid var(--navy-b);
    border-radius: 12px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    height: 100%;}

#psm-dtc-page .result-card:hover {transform: translateY(-6px);
    border-color: rgba(29,158,117,0.35);
    box-shadow: 0 18px 40px rgba(13,27,62,0.12);}

#psm-dtc-page .result-card .eyebrow {font-size: 11px; font-weight: 600; letter-spacing: .08em; color: var(--muted); text-transform: uppercase;}

#psm-dtc-page .result-card .headline {font-size: 38px; font-weight: 700; color: var(--teal); line-height: 1.1; letter-spacing: -0.03em;}

#psm-dtc-page .result-card .subtext {font-size: 14px; color: var(--navy); line-height: 1.55; font-weight: 500;}

#psm-dtc-page .result-card .tags {display: flex; flex-wrap: wrap; gap: 8px;}

#psm-dtc-page .result-card .tag {font-size: 12px;
    font-weight: 500;
    color: var(--teal-d);
    border: 1px solid var(--teal-b);
    border-radius: 999px;
    padding: 4px 12px;
    background: var(--teal-lt);}

#psm-dtc-page .result-card .card-quote-block {border-left: 2px solid var(--teal-b); padding-left: 14px; margin-top: 4px;}

#psm-dtc-page .result-card .card-quote-text {font-size: 13px; color: var(--navy); font-style: italic; line-height: 1.6; opacity: .75;}

#psm-dtc-page .result-card .card-quote-attr {font-size: 12px; color: var(--muted); margin-top: 8px;}

#psm-dtc-page .qualifier-modal {position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;}

#psm-dtc-page .qualifier-modal.is-open {display: flex;}

#psm-dtc-page .qualifier-backdrop {position: absolute;
    inset: 0;
    background: rgba(10,21,48,0.72);
    backdrop-filter: blur(6px);}

#psm-dtc-page .qualifier-dialog {position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: min(720px, calc(100vw - 32px));
    max-height: calc(100vh - 32px);
    overflow-y: auto;
    background: linear-gradient(180deg, #ffffff 0%, #f7f7f2 100%);
    border: 1px solid rgba(20,54,66,0.12);
    border-radius: 24px;
    box-shadow: 0 24px 80px rgba(10,21,48,0.28);
    padding: 28px 28px 40px;}

#psm-dtc-page .qualifier-close {position: absolute;
    top: 16px;
    right: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid var(--navy-b);
    border-radius: 999px;
    background: #fff;
    color: var(--navy);
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    padding: 0;}

#psm-dtc-page .qualifier-kicker {display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--teal-d);
    border: 1px solid var(--teal-b);
    background: var(--teal-lt);
    padding: 8px 14px;
    border-radius: 999px;
    margin-bottom: 18px;}

#psm-dtc-page .qualifier-title {font-size: clamp(34px, 5vw, 54px);
    line-height: 0.98;
    letter-spacing: -0.04em;
    color: var(--navy);
    margin-bottom: 12px;}

#psm-dtc-page .qualifier-form {display: grid; gap: 18px;}

#psm-dtc-page .qualifier-group {background: #fff;
    border: 1px solid rgba(20,54,66,0.1);
    border-radius: 18px;
    padding: 20px;}

#psm-dtc-page .qualifier-group legend {width: 100%;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 14px;}

#psm-dtc-page .qualifier-question {font-size: 22px;
    font-weight: 800;
    line-height: 1.1;
    color: var(--navy);
    margin-bottom: 16px;
    letter-spacing: -0.03em;}

#psm-dtc-page .qualifier-options {display: grid; gap: 10px;}

#psm-dtc-page .qualifier-fields {display: grid; gap: 14px;}

#psm-dtc-page .qualifier-field label {display: block;
    font-size: 13px;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 7px;}

#psm-dtc-page .qualifier-field input, #psm-dtc-page .qualifier-field textarea {width: 100%;
    border: 1px solid rgba(20,54,66,0.14);
    border-radius: 14px;
    background: #fff;
    color: var(--navy);
    font: inherit;
    font-size: 16px;
    line-height: 1.45;
    padding: 14px 16px;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;}

#psm-dtc-page .qualifier-field textarea {min-height: 112px; resize: vertical;}

#psm-dtc-page .qualifier-field input:focus, #psm-dtc-page .qualifier-field textarea:focus {border-color: var(--teal-d);
    box-shadow: 0 0 0 3px rgba(94,196,202,0.12);}

#psm-dtc-page .qualifier-field input.is-invalid {border-color: #b42318;
    box-shadow: 0 0 0 3px rgba(255,94,91,0.12);}

#psm-dtc-page .qualifier-option {position: relative;}

#psm-dtc-page .qualifier-option input {position: absolute; opacity: 0; pointer-events: none;}

#psm-dtc-page .qualifier-option label {display: block;
    border: 1px solid rgba(20,54,66,0.12);
    border-radius: 14px;
    padding: 16px 18px;
    background: #fff;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;}

#psm-dtc-page .qualifier-option label:hover {transform: translateY(-1px);
    border-color: rgba(21,118,87,0.35);
    box-shadow: 0 10px 24px rgba(20,54,66,0.08);}

#psm-dtc-page .qualifier-option input:checked + label {border-color: var(--teal-d);
    background: rgba(94,196,202,0.08);
    box-shadow: 0 0 0 3px rgba(94,196,202,0.12);}

#psm-dtc-page .qualifier-option-title {display: block;
    font-size: 16px;
    font-weight: 700;
    color: var(--navy);}

#psm-dtc-page .qualifier-actions {display: flex;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 4px;}

#psm-dtc-page .qualifier-note {font-size: 13px; color: var(--muted); line-height: 1.6;}

#psm-dtc-page .qualifier-error {display: none;
    font-size: 14px;
    color: #b42318;
    background: rgba(255,94,91,0.08);
    border: 1px solid rgba(255,94,91,0.2);
    padding: 12px 14px;
    border-radius: 12px;}

#psm-dtc-page .qualifier-error.is-visible {display: block;}

#psm-dtc-page .qualifier-thank-you {display: none;
    border: 1px solid rgba(21,118,87,0.24);
    border-radius: 18px;
    background: rgba(94,196,202,0.1);
    padding: 22px;
    margin-top: -12px;}

#psm-dtc-page .qualifier-thank-you.is-visible {display: block;}

#psm-dtc-page .qualifier-thank-you h3 {font-size: 24px;
    letter-spacing: -0.03em;
    color: var(--navy);
    margin-bottom: 8px;}

#psm-dtc-page .qualifier-thank-you p {color: var(--muted); font-size: 15px; line-height: 1.65;}

#psm-dtc-page .qualifier-submit {min-width: 220px;}

#psm-dtc-page .qualifier-submit[disabled] {opacity: 0.7; pointer-events: none;}

@media (max-width: 768px) {#psm-dtc-page .quote-card {padding: 24px 20px;}

#psm-dtc-page .qbox {padding: 28px 20px;}

#psm-dtc-page .shopify-graph-card, #psm-dtc-page .video-card {padding: 18px 16px 16px;}

#psm-dtc-page .shopify-graph-canvas-wrap {height: 280px;}

#psm-dtc-page .results-grid {grid-template-columns: 1fr;}

#psm-dtc-page .video-card-two-col {grid-template-columns: 1fr;}

#psm-dtc-page .video-card-copy {padding: 0;}

#psm-dtc-page .video-card-two-col .video-player {aspect-ratio: 9/16; max-height: 72vh;}

#psm-dtc-page .qualifier-dialog {top: 16px; left: 16px; right: 16px; bottom: 16px;
      transform: none; width: auto; max-height: none;
      border-radius: 20px; padding: 72px 18px 18px;}

#psm-dtc-page .qualifier-question {font-size: 19px;}

#psm-dtc-page .qualifier-actions {flex-direction: column; align-items: stretch;}

#psm-dtc-page .qualifier-submit {width: 100%;}}

@media (max-width: 600px) {#psm-dtc-page .qualify-grid {grid-template-columns: 1fr;}}

@media (max-width: 560px) {#psm-dtc-page .spencer-inner {grid-template-columns: 1fr;}}

#psm-dtc-page #fig-tree-case-study, #psm-dtc-page #keepers-case-study {padding-top: 24px !important;}

body.psm-modal-is-open {
  overflow: hidden !important;
}

#psm-dtc-page .qualifier-modal.is-open,
.qualifier-modal.is-open {
  display: flex !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

#psm-dtc-page .qualifier-dialog,
.qualifier-dialog {
  z-index: 1000000 !important;
}

#psm-dtc-page .qualifier-backdrop,
.qualifier-backdrop {
  z-index: 999999 !important;
}