.feature-detail-page { background: #fff; }
.feature-hero { position: relative; overflow: hidden; padding-bottom: clamp(100px, 19vw, 255px); }
.feature-hero__copy { position: relative; z-index: 1; padding-top: 30px; text-align: center; }
.feature-breadcrumb { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-bottom: 38px; color: var(--wt-muted); font-size: 12px; }
.feature-breadcrumb a { color: var(--wt-accent); text-underline-offset: 4px; }
.feature-kicker { font-size: 11px; font-weight: 650; letter-spacing: .16em; text-transform: uppercase; color: var(--wt-accent); margin: 0 0 18px; }
.feature-kicker span { color: var(--wt-muted); margin-left: 12px; }
.feature-hero h1 { max-width: 1050px; margin: 0 auto; font-size: clamp(36px, 6.8vw, 90px); line-height: 1.02; font-weight: 750; letter-spacing: -.06em; hyphens: auto; overflow-wrap: anywhere; }
.feature-hero__summary { max-width: 620px; margin: 22px auto 26px; font-size: clamp(18px, 2vw, 24px); line-height: 1.5; color: var(--wt-muted); }
.feature-actions { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 20px 30px; }
.feature-small { font-size: 12px; line-height: 1.7; color: var(--wt-muted); margin: 14px auto 0; max-width: 580px; }
.feature-ribbon { position: absolute; bottom: 0; left: 0; width: 100%; height: auto; pointer-events: none; }
.feature-story { display: grid; grid-template-columns: 1.05fr .95fr; align-items: start; gap: clamp(40px, 7vw, 100px); padding-block: 60px 100px; }
.feature-story h2, .feature-related h2, .feature-trial h2 { margin: 0 0 24px; font-size: clamp(30px, 4vw, 52px); font-weight: 700; letter-spacing: -.05em; line-height: 1.1; }
.feature-intro { margin: 0; font-size: 19px; line-height: 1.75; color: var(--wt-muted); }
.feature-steps { list-style: none; padding: 0; margin: 34px 0 0; }
.feature-steps li { display: grid; grid-template-columns: 35px 1fr; gap: 18px; border-top: 1px solid var(--wt-line); padding: 24px 0; }
.feature-steps li > span { color: var(--wt-accent); font-size: 13px; padding-top: 4px; font-weight: 600; }
.feature-steps p { margin: 0; font-size: 16px; line-height: 1.75; }
.feature-screen { margin: 0; min-width: 0; }
.feature-screen > a { display: block; width: fit-content; margin: 0 auto; border: 1px solid var(--wt-line); border-radius: 8px; overflow: hidden; background: #fff; transition: border-color .2s, transform .2s; }
.feature-screen > a:hover { border-color: var(--wt-accent); transform: translateY(-3px); }
.feature-screen img { display: block; max-width: 100%; width: auto; height: auto; max-height: 720px; }
.feature-screen figcaption { margin: 16px auto 0; max-width: 350px; color: var(--wt-muted); text-align: center; font-size: 12px; line-height: 1.7; }
.feature-screen figcaption a { display: block; padding: 8px; color: var(--wt-accent); text-underline-offset: 4px; }
.feature-related { border-top: 1px solid var(--wt-line); padding-block: 60px; }
.feature-related__links { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; margin: 30px 0; }
.feature-related__links > a { text-decoration: none; color: var(--wt-ink); padding: 24px 0; border-top: 1px solid var(--wt-line); }
.feature-related h3 { margin: 0 0 12px; font-size: 24px; letter-spacing: -.035em; display: flex; justify-content: space-between; gap: 20px; }
.feature-related h3 span { color: var(--wt-accent); transition: transform .2s; }
.feature-related__links a:hover h3 span { transform: translate(3px, -3px); }
.feature-related__links p { margin: 0; color: var(--wt-muted); line-height: 1.7; }
.feature-trial { padding: 90px 0 300px; text-align: center; background: #fff url('/img/identity/ribbon-closing.webp') center bottom / 550px auto no-repeat; }
.feature-trial > div > p:not(.feature-small) { max-width: 630px; margin: 0 auto 30px; font-size: 18px; line-height: 1.75; color: var(--wt-muted); }
.feature-detail-page :is(a, summary):focus-visible { outline: 2px solid var(--wt-accent); outline-offset: 5px; }
.feature-hero__copy > :not(.feature-breadcrumb) { animation: feature-enter .55s ease-out both; }
.feature-hero__summary { animation-delay: .08s !important; }
.feature-actions { animation-delay: .16s !important; }
@keyframes feature-enter { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
@media (max-width: 760px) {
    .feature-hero__copy { padding-top: 22px; }
    .feature-breadcrumb { margin-bottom: 30px; }
    .feature-story { grid-template-columns: 1fr; padding-block: 34px 55px; gap: 35px; }
    .feature-story__copy { display: contents; }
    .feature-story__copy > .feature-kicker { margin-bottom: -20px; }
    .feature-story h2 { margin: 0; }
    .feature-intro { font-size: 17px; }
    .feature-screen { grid-row: 4; }
    .feature-steps { margin: 0; }
    .feature-related__links { grid-template-columns: 1fr; gap: 0; }
    .feature-related { padding-block: 40px; }
    .feature-trial { padding: 50px 0 260px; background-size: min(450px, 100%) auto; }
    .feature-actions { gap: 20px; }
    .feature-hero .editorial-button { min-width: 0; }
}
@media (prefers-reduced-motion: reduce) {
    .feature-hero__copy > * { animation: none !important; }
    .feature-screen > a, .feature-related h3 span { transition: none; transform: none !important; }
}
