/* Index7: Hero-Visual wie in index3, ohne die index6-Seitenstruktur zu verändern. */

:root {
    --anthracite: #303437;
}

.nav,
.nav.scrolled,
.nav.mega-open {
    background: #fff;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.hero {
    background: #fff;
}

.mega-hand-note {
    position: absolute;
    left: 87.25%;
    bottom: 88px;
    font-family: var(--hand);
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.05;
    color: var(--green-dark);
    text-align: center;
    transform: translateX(-50%) rotate(4deg);
    white-space: nowrap;
    pointer-events: none;
}

.mega-grid {
    position: relative;
}

h1,
h2,
h3,
.brand-claim,
.nav-link,
.btn-ghost,
.hero-title .hl-text,
.chat-head-txt strong,
.g-top strong,
.p-title,
.g-num {
    color: var(--anthracite);
}

.brand-logo {
    height: 55px;
    max-width: 234px;
    object-fit: contain;
}

.hero-bg,
#hero-canvas,
.hero.noise::after {
    display: none;
}

.hero-title {
    max-width: 720px;
    font-size: clamp(2.45rem, 4.4vw, 3.55rem);
}

.hero-title .line {
    overflow: visible;
}

.hero-title .hero-gradient {
    display: inline-block;
    background: linear-gradient(135deg, var(--green) 0%, var(--green) 58%, var(--green-dark) 78%, var(--navy) 125%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.hero-title .hl-wrap {
    position: relative;
    top: -0.08em;
}

.hero-title .line-gradient-text {
    display: inline-block;
    white-space: nowrap;
    padding-right: 0.08em;
    background: linear-gradient(135deg, var(--green) 0%, var(--green) 58%, var(--green-dark) 78%, var(--navy) 125%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.hero-title .hero-gradient-line {
    padding-bottom: 0.11em;
    margin-bottom: -0.11em;
}

.hero-subcopy {
    max-width: 640px;
    margin: 0 0 34px;
    color: var(--text);
    font-size: clamp(1.05rem, 1.4vw, 1.2rem);
    line-height: 1.65;
}

.ai-logo-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
}

.ai-logo-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 36px;
    padding: 6px 12px 6px 7px;
    border: 1px solid rgba(128, 179, 44, 0.22);
    border-radius: 999px;
    background: #fff;
    color: var(--navy);
    box-shadow: 0 10px 28px rgba(10, 37, 64, 0.08);
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

.ai-logo-badge img {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #f6f9fc;
    box-shadow: 0 0 0 1px rgba(10, 37, 64, 0.07);
}

.trust {
    padding: 56px 0 48px;
    background: #fff;
}

.trust-label {
    margin-bottom: 28px;
}

.spotlight-chances {
    padding: 112px 0 104px;
    scroll-margin-top: calc(var(--nav-h) + 28px);
    background:
        linear-gradient(180deg, #fff 0%, #f8fbfd 100%);
    border-top: 1px solid rgba(10, 37, 64, 0.06);
    border-bottom: 1px solid rgba(10, 37, 64, 0.06);
}

.spotlight-grid {
    display: grid;
    grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.42fr);
    gap: clamp(36px, 5vw, 76px);
    align-items: center;
}

.spotlight-copy {
    max-width: 520px;
}

.spotlight-copy .eyebrow {
    margin-bottom: 12px;
}

.spotlight-copy h2 {
    max-width: 520px;
    margin-bottom: 20px;
    font-size: clamp(2rem, 3.4vw, 3.05rem);
    line-height: 1.08;
    letter-spacing: -0.035em;
}

.spotlight-copy .sub {
    max-width: 520px;
    margin-bottom: 26px;
    color: var(--text);
    font-size: 1.05rem;
    line-height: 1.72;
}

.spotlight-points {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.spotlight-points span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 7px 12px;
    border: 1px solid rgba(128, 179, 44, 0.22);
    border-radius: 999px;
    background: #fff;
    color: var(--anthracite);
    font-size: 0.84rem;
    font-weight: 700;
    box-shadow: 0 10px 26px rgba(10, 37, 64, 0.06);
}

.spotlight-visual {
    position: relative;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(10, 37, 64, 0.08);
    border-radius: 18px;
    background: #f6f9fc;
    box-shadow: 0 28px 80px rgba(10, 37, 64, 0.13);
}

.spotlight-visual img {
    display: block;
    width: 100%;
    height: auto;
}

.spotlight-overlay-map {
    position: relative;
}

.spotlight-map-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%;
    overflow: visible;
    pointer-events: none;
}

.spotlight-overlay-item {
    cursor: pointer;
    pointer-events: auto;
    transform-box: fill-box;
    transform-origin: center;
    transition: transform 180ms ease, filter 180ms ease;
}

.spotlight-overlay-item:hover,
.spotlight-overlay-item:focus-visible {
    outline: none;
    transform: translateY(-3px) scale(1.035);
}

.spotlight-overlay-badge-bg {
    fill: rgba(255, 255, 255, 0.97);
    stroke: rgba(10, 37, 64, 0.13);
    stroke-width: 1.3;
}

.spotlight-overlay-item:hover .spotlight-overlay-badge-bg,
.spotlight-overlay-item:focus-visible .spotlight-overlay-badge-bg {
    stroke: rgba(66, 133, 244, 0.42);
}

.spotlight-map-overlay text {
    fill: #111827;
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    font-weight: 850;
    letter-spacing: 0;
    dominant-baseline: middle;
    pointer-events: none;
}

.spotlight-overlay-text--center {
    text-anchor: middle;
}

.spotlight-overlay-pin {
    fill: url("#spotlight-pin-fill");
    stroke: rgba(255, 255, 255, 0.88);
    stroke-width: 3;
}

.spotlight-overlay-pin-core {
    fill: rgba(255, 255, 255, 0.88);
    stroke: rgba(21, 75, 43, 0.14);
    stroke-width: 2;
}

.spotlight-overlay-badge-pointer {
    fill: rgba(255, 255, 255, 0.97);
    stroke: rgba(10, 37, 64, 0.12);
    stroke-width: 1.2;
}

.spotlight-metrics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-top: 34px;
}

.spotlight-metrics article {
    min-height: 112px;
    padding: 24px 24px 22px;
    border: 1px solid rgba(10, 37, 64, 0.07);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(10, 37, 64, 0.06);
}

.spotlight-metrics strong {
    display: block;
    margin-bottom: 7px;
    color: var(--green-dark);
    font-size: clamp(1.55rem, 2.2vw, 2rem);
    line-height: 1;
    letter-spacing: -0.03em;
}

.spotlight-metrics span {
    display: block;
    color: var(--text-light);
    font-size: 0.92rem;
    line-height: 1.45;
}

.spotlight-chances--wide .spotlight-grid {
    display: block;
}

.spotlight-chances--wide .spotlight-copy {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.spotlight-chances--wide .spotlight-copy h2,
.spotlight-chances--wide .spotlight-copy .sub {
    max-width: 880px;
    margin-right: auto;
    margin-left: auto;
}

.spotlight-chances--wide .spotlight-copy h2 {
    font-size: clamp(2.25rem, 4.3vw, 3.65rem);
}

.spotlight-title-line {
    display: block;
}

.spotlight-title-gradient {
    display: inline-block;
    padding-bottom: 0.08em;
    background: linear-gradient(135deg, var(--green) 0%, var(--green) 58%, var(--green-dark) 78%, var(--navy) 125%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.gradient-word {
    display: inline-block;
    background: linear-gradient(135deg, var(--green) 0%, var(--green) 58%, var(--green-dark) 78%, var(--navy) 125%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.nowrap {
    white-space: nowrap;
}

.keyword-equation-title {
    display: grid;
    grid-template-columns: minmax(0, max-content) auto minmax(0, max-content);
    column-gap: 0;
    align-items: start;
    justify-content: center;
}

.keyword-equation-title .equation-term {
    display: grid;
    justify-items: start;
    min-width: 0;
}

.keyword-equation-title .equation-sign {
    align-self: start;
    line-height: 0.98;
}

.keyword-equation-title .equation-sign + .equation-term {
    margin-left: 20px;
}

.keyword-equation-title .equation-subline {
    display: block;
    margin-top: 0.18em;
    color: var(--anthracite);
    font-size: clamp(1.25rem, 2.15vw, 2rem);
    font-weight: 850;
    line-height: 1.08;
    letter-spacing: -0.03em;
}

.spotlight-chances--wide .spotlight-points {
    justify-content: center;
}

.spotlight-chances--wide .spotlight-visual {
    width: min(100%, 1190px);
    margin: 42px auto 0;
    transform: none;
    border-radius: 20px;
    box-shadow: 0 30px 90px rgba(10, 37, 64, 0.14);
}

.spotlight-chances--wide .spotlight-metrics {
    max-width: 980px;
    margin-right: auto;
    margin-left: auto;
}

.spotlight-feature-cards,
.patient-feature-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(18px, 3vw, 34px);
    width: min(100%, 1190px);
    margin: 36px auto 0;
}

.spotlight-feature-cards article,
.patient-feature-cards article {
    overflow: hidden;
    border: 1px solid rgba(10, 37, 64, 0.07);
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 20px 54px rgba(10, 37, 64, 0.08);
}

.spotlight-feature-cards figure,
.patient-feature-cards figure {
    position: relative;
    margin: 0;
    overflow: hidden;
    aspect-ratio: 1.58 / 0.86;
    background: #f6f9fc;
    border-bottom: 1px solid rgba(10, 37, 64, 0.06);
}

.spotlight-feature-cards img,
.patient-feature-cards img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.patient-feature-cards .feature-visual--contain {
    background: #e3e6ec;
}

.patient-feature-cards .feature-visual--contain img {
    box-sizing: border-box;
    object-fit: contain;
    padding: 10px;
}

.patient-feature-cards .feature-visual-placeholder {
    background:
        radial-gradient(circle at 38% 34%, rgba(128, 179, 44, 0.18), transparent 34%),
        linear-gradient(135deg, #fafcfe 0%, #edf4f8 100%);
}

.patient-feature-cards .feature-visual-placeholder::before,
.patient-feature-cards .feature-visual-placeholder::after {
    content: "";
    position: absolute;
    border-radius: 16px;
}

.patient-feature-cards .feature-visual-placeholder::before {
    inset: 24px;
    border: 1px dashed rgba(10, 37, 64, 0.14);
}

.patient-feature-cards .feature-visual-placeholder::after {
    left: 50%;
    top: 50%;
    width: 56px;
    height: 56px;
    transform: translate(-50%, -50%);
    background: radial-gradient(circle, rgba(128, 179, 44, 0.34), rgba(128, 179, 44, 0.08) 60%, transparent 72%);
}

.spotlight-feature-cards article > div,
.patient-feature-cards article > div {
    padding: clamp(26px, 3vw, 36px);
}

.spotlight-feature-cards h3,
.patient-feature-cards h3 {
    margin: 0 0 16px;
    color: var(--anthracite);
    font-size: clamp(1.45rem, 2vw, 2.12rem);
    line-height: 1.14;
    letter-spacing: -0.03em;
}

.spotlight-feature-cards p,
.patient-feature-cards p {
    margin: 0;
    color: #66758a;
    font-size: clamp(1.02rem, 1.45vw, 1.32rem);
    line-height: 1.52;
    letter-spacing: 0;
}

.patient-proof {
    position: relative;
    padding: 112px 0 108px;
    scroll-margin-top: calc(var(--nav-h) + 28px);
    background: #fff;
    border-bottom: 1px solid rgba(10, 37, 64, 0.06);
}

.ai-support {
    background: linear-gradient(180deg, #f8fbfd 0%, #fff 100%);
}

.patient-proof-head {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.patient-proof-head .eyebrow {
    margin-bottom: 12px;
}

.patient-proof-head h2 {
    max-width: 880px;
    margin: 0 auto 20px;
    color: var(--anthracite);
    font-size: clamp(2.25rem, 4.15vw, 3.55rem);
    line-height: 1.08;
    letter-spacing: -0.035em;
}

.patient-proof-head .keyword-equation-title {
    width: min(100%, 1120px);
    max-width: none;
}

.patient-proof-head .sub {
    max-width: 780px;
    margin: 0 auto;
    color: var(--text);
    font-size: 1.06rem;
    line-height: 1.72;
}

.patient-proof-keyvisual {
    display: block;
    width: min(100%, 1190px);
    margin: 58px auto 0;
}

.patient-proof-keyvisual figure {
    min-height: 0;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(10, 37, 64, 0.08);
    border-radius: 24px;
    aspect-ratio: 1920 / 971;
    background: #f6f9fc;
    box-shadow: 0 28px 80px rgba(10, 37, 64, 0.1);
}

.patient-proof-keyvisual img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.patient-proof-keyvisual .patient-proof-copy {
    display: block;
    margin-top: 24px;
    padding: clamp(26px, 3.2vw, 42px);
    border: 1px solid rgba(10, 37, 64, 0.07);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 20px 54px rgba(10, 37, 64, 0.08);
}

.patient-proof-keyvisual .patient-proof-copy h3 {
    max-width: none;
    margin-top: 16px;
    white-space: nowrap;
}

.patient-proof-keyvisual .patient-proof-copy p {
    max-width: none;
}

.ai-support-keyvisual {
    margin-top: 54px;
}

.ai-support-keyvisual figure {
    aspect-ratio: 1920 / 1047;
}

.patient-proof-spotlight {
    display: grid;
    grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
    gap: clamp(34px, 5vw, 72px);
    align-items: center;
    margin-top: 58px;
}

.patient-proof-copy h3 {
    max-width: 540px;
    margin: 16px 0 18px;
    color: var(--anthracite);
    font-size: clamp(1.7rem, 2.6vw, 2.4rem);
    line-height: 1.12;
    letter-spacing: -0.025em;
}

.patient-proof-copy p {
    max-width: 560px;
    color: var(--text);
    font-size: 1rem;
    line-height: 1.72;
}

.patient-proof-note {
    display: inline-flex;
    align-items: center;
    margin-top: 8px;
    padding: 10px 14px;
    border: 1px solid rgba(128, 179, 44, 0.24);
    border-radius: 999px;
    background: rgba(128, 179, 44, 0.08);
    color: var(--green-dark) !important;
    font-size: 0.9rem !important;
    font-weight: 800;
    line-height: 1.2 !important;
}

.patient-proof-visual {
    position: relative;
    min-height: 440px;
    overflow: hidden;
    border: 1px solid rgba(10, 37, 64, 0.08);
    border-radius: 20px;
    background:
        radial-gradient(circle at 86% 50%, rgba(128, 179, 44, 0.18), transparent 32%),
        radial-gradient(circle at 18% 20%, rgba(128, 179, 44, 0.1), transparent 34%),
        linear-gradient(135deg, #f8fbfd 0%, #fff 58%, #f3f7fa 100%);
    box-shadow: 0 28px 80px rgba(10, 37, 64, 0.1);
}

.patient-proof-visual::before {
    content: "";
    position: absolute;
    inset: 28px;
    border-radius: 18px;
    background-image:
        linear-gradient(rgba(10, 37, 64, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(10, 37, 64, 0.045) 1px, transparent 1px);
    background-size: 24px 24px;
    mask-image: radial-gradient(circle at 55% 52%, #000, transparent 76%);
    opacity: 0.9;
    pointer-events: none;
}

.review-stack {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 14px;
    width: min(410px, 66%);
    padding: 36px 0 36px 30px;
}

.review-card {
    position: relative;
    padding: 16px 18px;
    border: 1px solid rgba(10, 37, 64, 0.08);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 16px 36px rgba(10, 37, 64, 0.1);
}

.review-card-b {
    margin-left: 34px;
}

.review-card-c {
    margin-left: 14px;
}

.review-card span,
.ai-signal-card span {
    display: block;
    margin-bottom: 8px;
    color: #6b7c8f;
    font-size: 0.76rem;
    font-weight: 800;
}

.review-card p {
    margin: 0;
    color: var(--anthracite);
    font-size: 0.92rem;
    font-weight: 650;
    line-height: 1.52;
}

.review-card mark {
    padding: 0 3px 1px;
    border-radius: 5px;
    background: rgba(128, 179, 44, 0.18);
    color: var(--green-dark);
}

.signal-lines {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

.signal-lines span {
    position: absolute;
    left: 48%;
    width: 28%;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(128, 179, 44, 0.08), rgba(128, 179, 44, 0.86), rgba(128, 179, 44, 0.12));
    box-shadow: 0 0 12px rgba(128, 179, 44, 0.42);
    transform-origin: left center;
}

.signal-lines span:nth-child(1) {
    top: 34%;
    transform: rotate(7deg);
}

.signal-lines span:nth-child(2) {
    top: 50%;
}

.signal-lines span:nth-child(3) {
    top: 66%;
    transform: rotate(-7deg);
}

.signal-lines span::after {
    content: "";
    position: absolute;
    right: 34%;
    top: 50%;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--green);
    box-shadow: 0 0 14px rgba(128, 179, 44, 0.75);
    transform: translateY(-50%);
}

.ai-signal-card {
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 28px;
    width: min(258px, 34%);
    padding: 22px 22px 20px;
    border: 1px solid rgba(128, 179, 44, 0.28);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow:
        0 22px 54px rgba(10, 37, 64, 0.12),
        0 0 34px rgba(128, 179, 44, 0.16);
    transform: translateY(-50%);
}

.ai-signal-card strong {
    display: block;
    margin-bottom: 12px;
    color: var(--green-dark);
    font-size: 1.02rem;
    line-height: 1.35;
}

.ai-signal-card p {
    margin: 0;
    color: var(--text);
    font-size: 0.9rem;
    line-height: 1.55;
}

.patient-proof-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 34px;
}

.patient-proof-grid article {
    min-height: 224px;
    padding: 24px 24px 22px;
    border: 1px solid rgba(10, 37, 64, 0.07);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 16px 34px rgba(10, 37, 64, 0.06);
}

.patient-proof-grid article > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin-bottom: 18px;
    border-radius: 50%;
    background: rgba(128, 179, 44, 0.1);
    color: var(--green-dark);
    font-size: 0.78rem;
    font-weight: 900;
}

.patient-proof-grid h3 {
    margin: 0 0 10px;
    color: var(--anthracite);
    font-size: 1.08rem;
    line-height: 1.28;
}

.patient-proof-grid p {
    margin: 0;
    color: var(--text);
    font-size: 0.94rem;
    line-height: 1.58;
}

.patient-feature-cards .feature-note {
    margin-top: 18px;
    color: #7b8794;
    font-size: 0.83rem;
    line-height: 1.45;
}

.feature-example {
    margin-top: 20px;
    padding: 16px 16px 15px;
    border: 1px solid rgba(128, 179, 44, 0.24);
    border-radius: 16px;
    background: rgba(128, 179, 44, 0.07);
}

.feature-example strong {
    display: block;
    margin-bottom: 7px;
    color: var(--green-dark);
    font-size: 0.84rem;
    line-height: 1.2;
}

.feature-example p {
    color: var(--text);
    font-size: 0.88rem;
    line-height: 1.48;
}

.marquee {
    max-width: min(100% - 48px, 1280px);
    margin: 0 auto;
    border: 1px solid rgba(203, 213, 225, 0.6);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.marquee-track {
    gap: 32px;
    padding: 7px 24px;
}

.marquee-track img {
    height: 128px;
    border: 1px solid rgba(203, 213, 225, 0.6);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(10, 37, 64, 0.08);
}

.hero-visual {
    min-height: 620px;
}

.hero-visual > .echo-rings {
    display: none;
}

.hero-visual .echo-rings i {
    width: 240px;
    height: 240px;
    border-width: 1.5px;
    border-color: rgba(128, 179, 44, 0.5);
    animation-duration: 5.2s;
    animation-timing-function: ease-out;
}

.hero-visual .echo-rings i:nth-child(2) {
    animation-delay: 1.3s;
}

.hero-visual .echo-rings i:nth-child(3) {
    animation-delay: 2.6s;
}

.hero-visual .echo-rings i:nth-child(4) {
    animation-delay: 3.9s;
}

.hero-visual .vis-card {
    border-color: rgba(227, 235, 243, 0.9);
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    will-change: transform;
}

.hero-visual .chat-card {
    inset: 122px 0 0;
    width: min(430px, 94%);
    height: fit-content;
    margin: auto;
    padding: 0;
    z-index: 3;
}

.hero-visual .chat-head {
    align-items: center;
    padding: 16px 20px;
    margin-bottom: 0;
    border-bottom: 1px solid var(--border);
}

.hero-visual .ai-ico {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    border: 1px solid rgba(10, 37, 64, 0.1);
    background: #fff;
    color: var(--navy);
    box-shadow: 0 8px 18px rgba(10, 37, 64, 0.08);
}

.hero-visual .ai-ico img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
}

.hero-visual .chat-head-txt {
    display: flex;
    align-items: center;
    line-height: 1.3;
    transform: translateY(2px);
}

.hero-visual .chat-head-txt strong {
    font-size: 14.5px;
}

.hero-visual .chat-head-txt span {
    font-size: 12px;
}

.hero-visual .chat-body {
    display: grid;
    gap: 11px;
    padding: 18px 18px 20px;
}

.hero-visual .bubble {
    border-radius: 16px;
    padding: 11px 14px;
    font-size: 13.5px;
    line-height: 1.5;
}

.hero-visual .bubble.user {
    justify-self: end;
    max-width: 88%;
    margin: 0;
    background: var(--bg-soft);
    border: 1px solid var(--border);
    color: #3d5066;
    border-radius: 16px;
}

.hero-visual .bubble.ai {
    justify-self: start;
    max-width: 100%;
    margin: 0;
    background: linear-gradient(180deg, rgba(128, 179, 44, 0.1), rgba(128, 179, 44, 0.05));
    border: 1px solid rgba(128, 179, 44, 0.3);
    color: #324559;
    border-radius: 16px;
}

.hero-visual .bubble.ai em {
    font-style: normal;
    color: var(--green-dark);
    font-weight: 600;
}

.hero-visual .ai-evidence {
    display: grid;
    gap: 8px;
    margin: -1px 0 0;
    padding: 10px 12px 11px;
    border: 1px solid rgba(227, 235, 243, 0.95);
    border-radius: 14px;
    background: #fff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.hero-visual .evidence-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
}

.hero-visual .evidence-group .src-label {
    flex: 0 0 100%;
    margin-bottom: 1px;
    color: #6b7c8f;
    font-size: 10.5px;
    font-weight: 700;
}

.hero-visual .ai-sources .src {
    color: #4f6176;
    border-color: rgba(10, 37, 64, 0.08);
    background: #f7fafc;
    padding: 4px 7px;
    border-radius: 999px;
    font-size: 10px;
    line-height: 1.1;
}

.hero-visual .ai-sources .reason {
    color: #40566d;
    border-color: rgba(10, 37, 64, 0.08);
    background: #fff;
}

.hero-visual .rank-badge {
    display: none;
    top: -24px;
    right: auto;
    left: 18px;
    font-size: 12.5px;
}

.hero-visual .g-card {
    top: 1%;
    right: 18%;
    width: 286px;
    padding: 18px;
    z-index: 4;
}

.hero-visual .g-top {
    margin-bottom: 0;
    font-size: 14.5px;
}

.hero-visual .g-top strong {
    font-size: 14.5px;
}

.hero-visual .g-logo {
    width: 20px;
    height: 20px;
}

.hero-visual .g-score {
    gap: 12px;
    margin-top: 10px;
}

.hero-visual .g-num {
    color: var(--anthracite);
    font-size: 36px;
    font-weight: 900;
    line-height: 1;
}

.hero-visual .stars svg {
    width: 17px;
    height: 17px;
}

.hero-visual .g-meta {
    margin-top: 10px;
    font-size: 12.2px;
    white-space: nowrap;
}

.hero-visual .portal-stack {
    position: absolute;
    top: 22%;
    right: -26%;
    bottom: auto;
    left: auto;
    width: 190px;
    z-index: 5;
}

.hero-visual .portal-stack .p-card {
    position: relative;
    inset: auto;
    width: 100%;
    margin: 0;
    padding: 14px 14px 13px;
    z-index: 1;
}

.hero-visual .p-title {
    margin-bottom: 0;
    color: var(--anthracite);
    font-size: 14.5px;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: none;
}

.hero-visual .p-card ul {
    display: grid;
    gap: 7px;
    margin-top: 9px;
}

.hero-visual .p-card li {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 8px;
    padding: 0 0 6px;
    border-top: 0;
    border-bottom: 1px dashed var(--border);
    font-size: 11.5px;
}

.hero-visual .p-card li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.hero-visual .p-card li.portal-more {
    grid-template-columns: 1fr;
}

.hero-visual .p-card li.portal-more span {
    color: var(--green-dark);
    font-weight: 700;
}

.hero-visual .p-card li span {
    display: inline-flex;
    min-width: 0;
    align-items: center;
    gap: 6px;
    color: #4a5d73;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hero-visual .p-card li img {
    width: 15px;
    height: 15px;
    flex: 0 0 15px;
    border-radius: 4px;
    background: #eef3f7;
    box-shadow: 0 0 0 1px rgba(10, 37, 64, 0.06);
}

.hero-visual .p-card li b {
    color: var(--navy);
    font-size: 11.2px;
    white-space: nowrap;
}

.hero-visual .portal-disclaimer {
    position: relative;
    width: 100%;
    margin: 24px 0 0;
    color: rgba(78, 97, 118, 0.58);
    font-size: 9.4px;
    line-height: 1.42;
    text-align: left;
    overflow-wrap: break-word;
    hyphens: auto;
    z-index: 0;
}

.hero-visual .hand-note {
    top: -8px;
    right: auto;
    bottom: auto;
    left: 2%;
    z-index: 5;
    opacity: 1 !important;
    visibility: visible !important;
    transform: rotate(-5deg) !important;
}

.hero-visual .hand-note svg {
    position: absolute;
    width: 44px;
    height: 30px;
    top: 54px;
    right: 12px;
    left: auto;
    margin-top: 0;
    transform: rotate(10deg);
}

@media (max-width: 1024px) {
    .spotlight-grid {
        grid-template-columns: 1fr;
    }

    .spotlight-copy {
        max-width: 720px;
    }

    .spotlight-copy h2,
    .spotlight-copy .sub {
        max-width: 700px;
    }

    .spotlight-metrics {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .spotlight-feature-cards,
    .patient-feature-cards {
        gap: 16px;
    }

    .spotlight-feature-cards article,
    .patient-feature-cards article {
        border-radius: 22px;
    }

    .spotlight-feature-cards article > div,
    .patient-feature-cards article > div {
        padding: 24px 22px;
    }

    .patient-proof-keyvisual {
        grid-template-columns: 1fr;
    }

    .patient-proof-keyvisual figure {
        min-height: 0;
        aspect-ratio: 1.98 / 1;
    }

    .patient-proof-spotlight {
        grid-template-columns: 1fr;
    }

    .patient-proof-copy h3,
    .patient-proof-copy p {
        max-width: 720px;
    }

    .patient-proof-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .hero-visual {
        min-height: 600px;
    }

    .hero-visual .g-card {
        top: 2%;
        right: 14%;
    }

    .hero-visual .portal-stack {
        right: -8%;
    }

    .hero-visual .hand-note {
        display: none;
    }
}

@media (max-width: 760px) {
    .spotlight-chances {
        padding: 76px 0 72px;
    }

    .spotlight-copy h2 {
        font-size: clamp(2rem, 10vw, 2.55rem);
    }

    .spotlight-points {
        gap: 8px;
    }

    .spotlight-points span {
        min-height: 32px;
        font-size: 0.8rem;
    }

    .spotlight-visual {
        margin-right: -24px;
        border-right: 0;
        border-radius: 16px 0 0 16px;
    }

    .spotlight-metrics {
        grid-template-columns: 1fr;
    }

    .spotlight-chances--wide .spotlight-copy {
        text-align: left;
    }

    .spotlight-chances--wide .spotlight-points {
        justify-content: flex-start;
    }

    .spotlight-chances--wide .spotlight-visual {
        width: calc(100vw - 24px);
        margin-top: 32px;
        border-right: 1px solid rgba(10, 37, 64, 0.08);
        border-radius: 16px;
    }

    .spotlight-map-overlay {
        display: none;
    }

    .spotlight-metrics article {
        min-height: 0;
        padding: 20px 20px 18px;
    }

    .spotlight-title-line {
        display: inline;
    }

    .spotlight-title-gradient {
        display: inline;
    }

    .spotlight-feature-cards,
    .patient-feature-cards {
        grid-template-columns: 1fr;
        gap: 18px;
        margin-top: 28px;
    }

    .spotlight-feature-cards article,
    .patient-feature-cards article {
        border-radius: 20px;
    }

    .spotlight-feature-cards article > div,
    .patient-feature-cards article > div {
        padding: 24px 22px 26px;
    }

    .spotlight-feature-cards h3,
    .patient-feature-cards h3 {
        font-size: clamp(1.42rem, 7vw, 1.9rem);
    }

    .spotlight-feature-cards p,
    .patient-feature-cards p {
        font-size: 1rem;
    }

    .patient-proof {
        padding: 76px 0 72px;
    }

    .patient-proof-head {
        text-align: left;
    }

    .patient-proof-head h2 {
        font-size: clamp(2rem, 9vw, 2.55rem);
    }

    .keyword-equation-title {
        grid-template-columns: 1fr;
        row-gap: 10px;
        justify-content: stretch;
    }

    .keyword-equation-title .equation-sign {
        line-height: 1;
    }

    .keyword-equation-title .equation-sign + .equation-term {
        margin-left: 0;
    }

    .keyword-equation-title .equation-subline {
        font-size: clamp(1.08rem, 6vw, 1.45rem);
    }

    .patient-proof-keyvisual {
        gap: 18px;
        margin-top: 34px;
    }

    .patient-proof-keyvisual figure,
    .patient-proof-keyvisual .patient-proof-copy {
        border-radius: 18px;
    }

    .patient-proof-keyvisual .patient-proof-copy {
        padding: 24px 22px 26px;
    }

    .patient-proof-keyvisual .patient-proof-copy h3 {
        white-space: normal;
    }

    .patient-proof-spotlight {
        gap: 30px;
        margin-top: 38px;
    }

    .patient-proof-visual {
        min-height: 0;
        padding: 20px;
        border-radius: 16px;
    }

    .patient-proof-visual::before,
    .signal-lines {
        display: none;
    }

    .review-stack {
        width: 100%;
        padding: 0;
    }

    .review-card,
    .review-card-b,
    .review-card-c {
        margin-left: 0;
    }

    .ai-signal-card {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        margin-top: 16px;
        transform: none;
    }

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

    .patient-proof-grid article {
        min-height: 0;
        padding: 22px 20px 20px;
    }

    .brand-logo {
        height: 44px;
        max-width: 185px;
    }

    .ai-logo-badges {
        gap: 7px;
        margin-top: 14px;
    }

    .ai-logo-badge {
        min-height: 34px;
        padding-right: 10px;
        font-size: 0.82rem;
    }

    .marquee {
        max-width: calc(100% - 32px);
    }

    .marquee-track {
        gap: 32px;
        padding: 7px 24px;
    }

    .marquee-track img {
        height: 104px;
    }

    .hero-visual {
        min-height: 0;
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .hero-visual .vis-card {
        position: relative;
        inset: auto;
    }

    .hero-visual .chat-card {
        width: 100%;
        margin: 0;
    }

    .hero-visual .g-card {
        align-self: flex-start;
        width: auto;
        min-width: min(286px, 100%);
    }

    .hero-visual .g-meta {
        white-space: normal;
    }

    .hero-visual .portal-stack {
        display: none;
    }
}
