.analysis-page { background: var(--paper); }
.analysis-strip { color: var(--ink); background: var(--yellow); border-color: var(--ink); }
.analysis-strip .ticker-track i { color: var(--blue); }
.analysis-header { background: rgba(243, 239, 229, .92); }

.analysis-hero { min-height: calc(100svh - 112px); display: grid; grid-template-columns: 50% 50%; border-bottom: 1px solid var(--ink); }
.analysis-hero-copy { position: relative; min-width: 0; padding: clamp(4.5rem, 9vw, 9rem) clamp(2.5rem, 6vw, 7rem) clamp(4rem, 7vw, 7rem) var(--gutter); display: flex; flex-direction: column; justify-content: center; color: var(--white); background: var(--ink); }
.analysis-hero-copy::before { position: absolute; width: 28rem; height: 28rem; left: -14rem; bottom: -17rem; content: ""; background: var(--blue); opacity: .3; filter: blur(95px); border-radius: 50%; }
.analysis-hero-copy > * { position: relative; z-index: 1; }
.analysis-hero-copy .eyebrow > span { background: var(--blue); }
.analysis-hero h1 { max-width: 850px; margin: 1.5rem 0 0; font: 600 clamp(4rem, 7.4vw, 8.6rem)/.82 var(--display); letter-spacing: -.09em; }
.analysis-hero h1 span, .analysis-hero h1 em { display: block; }
.analysis-hero h1 em { margin-top: .13em; color: var(--yellow); font: italic 400 .77em/.83 var(--serif); letter-spacing: -.035em; }
.analysis-hero-copy > p:not(.eyebrow) { max-width: 650px; margin: 2.2rem 0 0; color: rgba(255,255,255,.63); font-size: clamp(1rem, 1.35vw, 1.18rem); line-height: 1.65; }
.analysis-hero-copy > div { margin-top: 2rem; display: flex; flex-direction: column; align-items: flex-start; gap: 1rem; }
.analysis-hero-copy small { display: flex; align-items: center; gap: .6rem; color: rgba(255,255,255,.53); font-size: .66rem; }
.analysis-hero-copy small i { width: 18px; height: 18px; display: grid; place-items: center; color: var(--ink); background: var(--yellow); border-radius: 50%; font-size: .55rem; font-style: normal; }
.analysis-hero-visual { position: relative; min-width: 0; min-height: 670px; overflow: hidden; background: #070707; }
.analysis-hero-visual > img { width: 100%; height: 100%; object-fit: cover; object-position: 55% 50%; transition: transform 1s var(--ease); }
.analysis-hero-visual:hover > img { transform: scale(1.035); }
.analysis-hero-visual::after { position: absolute; inset: 0; content: ""; pointer-events: none; background: linear-gradient(90deg, rgba(0,0,0,.3), transparent 24%), linear-gradient(0deg, rgba(0,0,0,.32), transparent 36%); }
.scan-label { position: absolute; z-index: 3; top: 1.4rem; left: 1.4rem; padding: .65rem .8rem; color: var(--white); background: rgba(0,0,0,.66); border: 1px solid rgba(255,255,255,.28); backdrop-filter: blur(12px); font: 600 .55rem/1 var(--display); letter-spacing: .11em; text-transform: uppercase; }
.scan-line { position: absolute; z-index: 2; left: 5%; right: 5%; top: 47%; height: 2px; background: var(--yellow); box-shadow: 0 0 12px 2px var(--yellow), 0 0 50px 10px rgba(255,212,0,.32); animation: scan 4s ease-in-out infinite alternate; }
@keyframes scan { from { transform: translateY(-150px); opacity: .55; } to { transform: translateY(170px); opacity: 1; } }
.scan-result { position: absolute; z-index: 4; left: clamp(1.3rem, 4vw, 4rem); bottom: clamp(1.3rem, 4vw, 3.5rem); width: 245px; padding: 1.1rem; color: var(--ink); background: rgba(255,253,247,.95); border: 1px solid var(--ink); box-shadow: 8px 8px 0 var(--yellow); backdrop-filter: blur(14px); }
.scan-result > div { display: flex; align-items: center; justify-content: space-between; font: 700 .53rem var(--display); letter-spacing: .09em; text-transform: uppercase; }
.scan-result > div i { color: #2d9f5e; font-style: normal; }
.scan-result > strong { display: block; margin-top: .9rem; font: 600 4rem/.8 var(--display); letter-spacing: -.09em; }
.scan-result > strong small { color: var(--muted); font: 600 .6rem var(--body); letter-spacing: 0; }
.scan-result > p { margin: .8rem 0 0; padding-top: .7rem; color: #32734c; border-top: 1px solid var(--line); font-size: .63rem; font-weight: 700; }
.scan-badge { position: absolute; z-index: 4; right: 1.4rem; bottom: 1.4rem; width: 104px; height: 104px; padding: 1rem; display: flex; flex-direction: column; justify-content: flex-end; color: var(--white); background: var(--blue); border: 1px solid var(--white); }
.scan-badge strong { font: 650 1.7rem/.9 var(--display); letter-spacing: -.06em; }
.scan-badge span { margin-top: .4rem; font: 600 .48rem var(--display); letter-spacing: .1em; }

.signal-section { padding-top: var(--section); padding-bottom: var(--section); }
.signal-heading { display: grid; grid-template-columns: .45fr 1.05fr .5fr; gap: clamp(2rem, 6vw, 7rem); align-items: end; }
.signal-heading h2 { margin: 0; font: 600 clamp(3.1rem, 5.8vw, 6.5rem)/.88 var(--display); letter-spacing: -.075em; }
.signal-heading > p { margin: 0; color: var(--muted); line-height: 1.65; }
.signal-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: clamp(3.5rem, 6vw, 6rem); padding: 1px; background: var(--ink); }
.signal-grid article { position: relative; min-height: 285px; padding: 1.5rem; display: flex; flex-direction: column; background: var(--white); }
.signal-grid article:nth-child(2) { background: var(--yellow); }
.signal-grid article:nth-child(3) { color: var(--white); background: var(--blue); }
.signal-grid article:nth-child(4) { color: var(--white); background: var(--ink); }
.signal-grid article > span { color: var(--blue); font: 700 .58rem var(--display); letter-spacing: .12em; }
.signal-grid article:nth-child(2) > span, .signal-grid article:nth-child(3) > span { color: var(--ink); }
.signal-grid article:nth-child(4) > span { color: var(--yellow); }
.signal-grid h3 { max-width: 270px; margin: auto 0 0; font: 600 clamp(1.45rem, 2.3vw, 2.45rem)/.98 var(--display); letter-spacing: -.045em; }
.signal-grid article > i { position: absolute; right: 1.2rem; top: 1.2rem; width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-style: normal; transition: transform .25s var(--ease); }
.signal-grid article:hover > i { transform: rotate(45deg); }

.result-section { padding-top: var(--section); padding-bottom: var(--section); color: var(--white); background: var(--ink); }
.result-heading { display: grid; grid-template-columns: .45fr 1.05fr .5fr; gap: clamp(2rem, 6vw, 7rem); align-items: end; }
.result-heading .eyebrow > span { background: var(--blue); }
.result-heading h2 { margin: 0; font: 600 clamp(3.1rem, 5.8vw, 6.5rem)/.87 var(--display); letter-spacing: -.075em; }
.result-heading > p { margin: 0; color: rgba(255,255,255,.57); line-height: 1.65; }
.result-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 5rem); align-items: start; margin-top: clamp(4rem, 7vw, 7rem); }
.result-dashboard { position: sticky; top: 110px; padding: clamp(1.2rem, 3vw, 2.4rem); background: #181816; border: 1px solid rgba(255,255,255,.24); box-shadow: 16px 16px 0 var(--blue); }
.result-dashboard::before { position: absolute; inset: 0; content: ""; pointer-events: none; background: radial-gradient(circle at 80% 20%, rgba(49,85,255,.25), transparent 35%); }
.result-top { position: relative; padding-bottom: 1.2rem; display: flex; justify-content: space-between; gap: 1rem; color: rgba(255,255,255,.46); border-bottom: 1px solid rgba(255,255,255,.15); font: 600 .51rem var(--display); letter-spacing: .1em; text-transform: uppercase; }
.result-top i { color: var(--yellow); font-style: normal; }
.result-score { position: relative; padding: 1.6rem 0 1.8rem; display: flex; align-items: flex-end; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.15); }
.result-score > div { display: flex; align-items: flex-end; }
.result-score strong { color: var(--yellow); font: 600 clamp(5.5rem, 10vw, 9rem)/.7 var(--display); letter-spacing: -.1em; }
.result-score small { color: rgba(255,255,255,.4); font-size: .62rem; }
.result-score p { margin: 0; color: rgba(255,255,255,.6); font-size: .68rem; font-weight: 700; }
.result-bars { position: relative; padding: .9rem 0; }
.result-bars > div { min-height: 43px; display: grid; grid-template-columns: 1.1fr 1fr 28px; align-items: center; gap: .9rem; }
.result-bars span { color: rgba(255,255,255,.63); font-size: .68rem; }
.result-bars > div > i { height: 3px; background: rgba(255,255,255,.14); }
.result-bars b { display: block; width: var(--value); height: 100%; background: var(--blue); }
.result-bars strong { font: 600 .68rem var(--display); }
.result-callout { position: relative; padding: 1rem; display: grid; grid-template-columns: 30px 1fr auto; gap: .8rem; align-items: center; color: var(--ink); background: var(--yellow); }
.result-callout > span { font: 700 .58rem var(--display); }
.result-callout p { margin: 0; font-size: .69rem; font-weight: 650; }
.result-callout > i { font-style: normal; }
.offer-stack { display: grid; gap: 1px; background: rgba(255,255,255,.25); }
.offer-card { min-height: 360px; padding: clamp(1.5rem, 3vw, 2.6rem); display: flex; flex-direction: column; color: var(--ink); background: var(--paper); }
.offer-full { color: var(--white); background: var(--blue); }
.offer-title { display: grid; grid-template-columns: 42px 1fr; gap: 1rem; }
.offer-title > span { padding-top: .35rem; color: var(--blue); font: 700 .58rem var(--display); }
.offer-full .offer-title > span { color: var(--yellow); }
.offer-title > div { display: flex; align-items: flex-start; justify-content: space-between; gap: 1.5rem; }
.offer-title h3 { margin: 0; font: 600 clamp(1.8rem, 3vw, 3.1rem)/1 var(--display); letter-spacing: -.055em; }
.offer-title strong { font: 600 clamp(1.7rem, 3vw, 2.8rem)/1 var(--display); letter-spacing: -.06em; white-space: nowrap; }
.offer-card ul { margin: 1.7rem 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.offer-full ul { border-color: rgba(255,255,255,.25); }
.offer-card li { padding: .75rem 0; display: flex; gap: .7rem; border-bottom: 1px solid var(--line); font-size: .71rem; }
.offer-full li { border-color: rgba(255,255,255,.25); }
.offer-card li i { color: var(--blue); font-style: normal; font-weight: 800; }
.offer-full li i { color: var(--yellow); }
.offer-card .button { align-self: flex-start; margin-top: auto; }
.offer-card > small { margin-top: auto; color: rgba(255,255,255,.62); font-size: .62rem; }

.analysis-process { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 9vw, 10rem); padding-top: var(--section); padding-bottom: var(--section); background: var(--yellow); border-bottom: 1px solid var(--ink); }
.analysis-process header { position: sticky; top: 110px; align-self: start; }
.analysis-process header h2 { margin: 1.3rem 0 0; font: 600 clamp(3.2rem, 5.5vw, 6.2rem)/.88 var(--display); letter-spacing: -.075em; }
.analysis-process ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--ink); }
.analysis-process li { min-height: 190px; display: grid; grid-template-columns: 60px 1fr auto; gap: 1.5rem; align-items: center; border-bottom: 1px solid var(--ink); }
.analysis-process li > span { align-self: start; padding-top: 2rem; color: var(--blue); font: 700 .61rem var(--display); letter-spacing: .12em; }
.analysis-process h3 { margin: 0; font: 600 clamp(1.7rem, 3vw, 3rem)/.98 var(--display); letter-spacing: -.052em; }
.analysis-process li p { max-width: 570px; margin: .7rem 0 0; color: rgba(16,16,15,.66); line-height: 1.55; }
.analysis-process li > i { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--ink); border-radius: 50%; font-style: normal; transition: .25s; }
.analysis-process li:hover > i { color: var(--white); background: var(--blue); transform: rotate(45deg); }

.privacy-section { min-height: 670px; display: grid; grid-template-columns: 1fr 1fr; color: var(--white); background: var(--ink); }
.privacy-art { position: relative; overflow: hidden; display: grid; place-items: center; background: var(--blue); border-right: 1px solid rgba(255,255,255,.25); }
.privacy-orbits { position: absolute; width: min(75%, 560px); aspect-ratio: 1; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; animation: privacy-spin 22s linear infinite; }
.privacy-orbits i { position: absolute; inset: 16%; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; }
.privacy-orbits i:nth-child(2) { inset: 34%; }
.privacy-orbits i:nth-child(3) { width: 18px; height: 18px; inset: 50% auto auto 0; background: var(--yellow); border: 0; box-shadow: 0 0 0 10px rgba(255,212,0,.15); }
@keyframes privacy-spin { to { transform: rotate(360deg); } }
.privacy-lock { position: relative; z-index: 2; width: 190px; height: 220px; padding: 1.5rem; display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--ink); background: var(--yellow); border: 1px solid var(--ink); box-shadow: 12px 12px 0 var(--ink); }
.privacy-lock i { position: relative; width: 68px; height: 58px; margin-bottom: 1.5rem; background: var(--ink); }
.privacy-lock i::before { position: absolute; width: 48px; height: 48px; left: 10px; top: -34px; content: ""; border: 8px solid var(--ink); border-bottom: 0; border-radius: 30px 30px 0 0; }
.privacy-lock i::after { position: absolute; width: 8px; height: 22px; left: 30px; top: 18px; content: ""; background: var(--yellow); border-radius: 10px; }
.privacy-lock span { font: 700 .67rem/1.35 var(--display); letter-spacing: .17em; text-align: center; }
.privacy-copy { align-self: center; padding: var(--section) var(--gutter) var(--section) clamp(2.5rem, 7vw, 8rem); }
.privacy-copy .eyebrow > span { background: var(--blue); }
.privacy-copy h2 { max-width: 700px; margin: 1.3rem 0 1.8rem; font: 600 clamp(3.1rem, 5.4vw, 6rem)/.88 var(--display); letter-spacing: -.075em; }
.privacy-copy > p { max-width: 610px; color: rgba(255,255,255,.58); line-height: 1.65; }
.privacy-copy ul { margin: 2rem 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.2); }
.privacy-copy li { padding: .9rem 0; display: flex; gap: .75rem; border-bottom: 1px solid rgba(255,255,255,.2); font-size: .72rem; }
.privacy-copy li i { color: var(--yellow); font-style: normal; }
.analysis-final { background: var(--blue); color: var(--white); }
.analysis-final .eyebrow > span { background: var(--yellow); }
.analysis-final .final-orbit { border-color: rgba(255,255,255,.3); }
.analysis-final .final-orbit i { border-color: rgba(255,255,255,.25); }
.analysis-final .final-orbit i:nth-child(3) { background: var(--yellow); }

@media (max-width: 1050px) {
    .analysis-hero { grid-template-columns: 1fr; }
    .analysis-hero-copy { min-height: 690px; }
    .analysis-hero h1 { font-size: clamp(4.5rem, 10vw, 8rem); }
    .analysis-hero-visual { min-height: min(90vw, 760px); }
    .signal-heading, .result-heading { grid-template-columns: 1fr; align-items: start; }
    .signal-heading > p, .result-heading > p { max-width: 610px; }
    .signal-grid { grid-template-columns: repeat(2, 1fr); }
    .result-grid { grid-template-columns: 1fr; }
    .result-dashboard { position: relative; top: 0; max-width: 760px; }
    .analysis-process { grid-template-columns: 1fr; }
    .analysis-process header { position: static; }
    .privacy-section { grid-template-columns: 1fr; }
    .privacy-art { min-height: 600px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.25); }
    .privacy-copy { padding-left: var(--gutter); }
}

@media (max-width: 680px) {
    .analysis-hero-copy { min-height: auto; padding: 5rem var(--gutter) 4.5rem; }
    .analysis-hero h1 { font-size: clamp(3.8rem, 17vw, 5.6rem); }
    .analysis-hero-copy > div .button { width: 100%; }
    .analysis-hero-visual { min-height: 125vw; max-height: 670px; }
    .analysis-hero-visual > img { object-position: 57% 50%; }
    .scan-result { left: 1rem; bottom: 1rem; width: 215px; box-shadow: 6px 6px 0 var(--yellow); }
    .scan-result > strong { font-size: 3.2rem; }
    .scan-badge { width: 82px; height: 82px; right: 1rem; bottom: 1rem; padding: .7rem; }
    .scan-badge strong { font-size: 1.25rem; }
    .signal-heading h2, .result-heading h2, .analysis-process header h2, .privacy-copy h2 { font-size: clamp(3.1rem, 14vw, 4.8rem); }
    .signal-grid { grid-template-columns: 1fr; }
    .signal-grid article { min-height: 230px; }
    .result-dashboard { padding: 1rem; box-shadow: 8px 8px 0 var(--blue); }
    .result-score strong { font-size: 5.7rem; }
    .result-score p { max-width: 70px; text-align: right; }
    .result-bars > div { grid-template-columns: 1.2fr .7fr 26px; gap: .55rem; }
    .offer-title > div { flex-direction: column; gap: .6rem; }
    .analysis-process li { min-height: 200px; grid-template-columns: 38px 1fr; gap: 1rem; }
    .analysis-process li > i { display: none; }
    .privacy-art { min-height: 500px; }
    .privacy-lock { width: 160px; height: 190px; }
}
