/* Result-first homepage: show a verifiable example before explaining the service. */
.result-hero {
    padding-bottom: 92px;
}

.result-hero-heading {
    position: relative;
    z-index: 1;
    max-width: 820px;
    text-align: center;
}

.result-hero .hero-badge {
    margin-bottom: 18px;
}

.hero-empathy {
    margin: 0 0 12px;
    color: #aeb8c8;
    font-size: 14px;
    font-weight: 700;
}

.result-hero .hero-title,
.result-hero .hero-copy {
    margin-right: auto;
    margin-left: auto;
}

.result-hero .hero-title {
    font-size: clamp(42px, 5.2vw, 64px);
}

.result-stage {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(310px, 0.6fr);
    gap: 24px;
    align-items: start;
    margin-top: 52px;
}

.real-sample-card {
    padding: 30px;
}

.real-sample-card .sample-label {
    color: #d9e2f0;
    font-size: 11px;
    font-weight: 800;
}

.real-sample-card .asset-name {
    font-size: 27px;
}

.real-sample-card .factor-list {
    gap: 11px;
}

.real-sample-card .factor-item {
    grid-template-columns: 30px minmax(0, 1fr) auto;
    gap: 13px;
    padding: 17px;
}

.real-sample-card .factor-item strong {
    font-size: 14px;
}

.real-sample-card .factor-item p {
    margin-top: 6px;
    color: #a8b2c2;
    font-size: 11px;
    line-height: 1.7;
}

.sample-sources {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 16px;
    align-items: start;
    margin-top: 19px;
    padding-top: 17px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    color: #778398;
    font-size: 10px;
}

.sample-sources > span {
    font-weight: 800;
}

.sample-sources div {
    display: flex;
    justify-content: flex-end;
    gap: 8px 14px;
    flex-wrap: wrap;
}

.sample-sources a {
    color: #b7c8f5;
    text-underline-offset: 3px;
}

.sample-sources a:hover {
    color: #ffffff;
}

.sample-disclaimer {
    margin: 15px 0 0;
    padding: 12px 14px;
    border-radius: 11px;
    background: rgba(255, 255, 255, 0.04);
    color: #7f8a9c;
    font-size: 9px;
    line-height: 1.7;
}

.result-action-panel {
    padding: 34px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.055);
}

.result-action-panel .eyebrow {
    color: #7be2b9;
}

.result-action-panel h2 {
    margin: 0;
    font-size: clamp(27px, 3vw, 36px);
    font-weight: 800;
    letter-spacing: -0.05em;
    line-height: 1.3;
}

.result-action-panel > p:not(.eyebrow, .action-microcopy) {
    margin: 18px 0 0;
    color: #aeb8c8;
    font-size: 14px;
    line-height: 1.75;
}

.result-action-panel .kakao-button {
    width: 100%;
    margin-top: 25px;
    padding: 0 18px;
    font-size: 14px;
}

.action-microcopy {
    margin: 14px 0 0;
    color: #8d98aa;
    font-size: 10px;
    line-height: 1.75;
    text-align: center;
}

.action-microcopy strong {
    color: #d9e2f0;
}

.compact-trust {
    display: flex;
    justify-content: center;
    gap: 8px 14px;
    margin-top: 18px;
    color: #8d98aa;
    flex-wrap: wrap;
    font-size: 10px;
    font-weight: 700;
}

.compact-trust span::before {
    margin-right: 5px;
    color: var(--mint);
    content: "✓";
}

.value-section {
    padding: 104px 0;
    background: var(--paper);
}

.value-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.value-card {
    padding: 30px;
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    background: var(--paper);
}

.value-card > span {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    margin-bottom: 34px;
    border-radius: 12px;
    background: var(--blue-soft);
    color: var(--blue-deep);
    font-size: 11px;
    font-weight: 900;
}

.value-card h3 {
    margin: 0;
    font-size: 19px;
    letter-spacing: -0.035em;
}

.value-card p {
    margin: 11px 0 0;
    color: var(--ink-soft);
    font-size: 13px;
    line-height: 1.75;
}

.trust-section {
    padding: 104px 0;
    background: var(--cloud);
}

.compact-boundary-cards {
    max-width: 820px;
    margin: 0 auto;
}

.free-disclosure {
    max-width: 820px;
    margin: 16px auto 0;
    padding: 23px 27px;
    border: 1px solid #cfeadd;
    border-radius: 18px;
    background: #f3fff9;
    text-align: center;
}

.free-disclosure strong {
    font-size: 14px;
}

.free-disclosure p {
    margin: 7px 0 0;
    color: var(--ink-soft);
    font-size: 11px;
    line-height: 1.7;
}

.trust-cta {
    position: relative;
    overflow: hidden;
    max-width: 920px;
    margin: 36px auto 0;
    padding: 58px 44px;
    border-radius: var(--radius-lg);
    background: var(--night);
    color: #ffffff;
    text-align: center;
}

.trust-cta::before {
    position: absolute;
    top: -170px;
    left: 50%;
    width: 470px;
    height: 290px;
    transform: translateX(-50%);
    border-radius: 50%;
    background: rgba(76, 125, 255, 0.24);
    content: "";
    filter: blur(66px);
}

.trust-cta > * {
    position: relative;
    z-index: 1;
}

.trust-cta h2 {
    margin: 0;
    font-size: clamp(30px, 4vw, 44px);
    font-weight: 800;
    letter-spacing: -0.055em;
    line-height: 1.3;
}

.trust-cta .kakao-button {
    margin-top: 27px;
}
