.inspector-heading { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 16px; }
.inspector-heading .inspector-label { margin: 0; }
.cms-confidence { padding: 5px 8px; border: 1px solid #b8d95a; border-radius: 999px; color: #496500; background: #f7ffd8; font-size: 9px; font-weight: 800; }
.detected-cms { position: relative; display: flex; align-items: center; gap: 12px; margin-bottom: 18px; padding: 13px; border: 1px solid var(--line); border-radius: 10px; background: #fff; }
.detected-cms svg { width: 31px; height: 31px; fill: var(--violet); }
.detected-cms div { display: grid; }
.detected-cms span, .cms-fix span { color: var(--muted); font-size: 9px; font-weight: 700; }
.detected-cms strong { font-size: 14px; }
.detected-cms small { color: var(--muted); font-size: 9px; }
.detected-cms code { color: var(--violet); font-family: var(--font); }
.hero-inspector { min-height: 680px; }
.cms-fix { position: relative; display: grid; gap: 5px; margin-top: 18px; padding: 14px; border: 1px solid #d4e987; border-radius: 9px; background: #fbffe9; }
.cms-fix strong { font-size: 11px; line-height: 1.45; }
.cms-fix small { color: var(--ink-soft); font-size: 9px; line-height: 1.45; }
.case-film { position: relative; min-height: 520vh; color: #fff; background: #080b13; scroll-margin-top: 78px; }
.case-stage { position: sticky; z-index: 1; top: 0; height: 100vh; overflow: hidden; }
.case-visual, .case-photo, .case-vignette { position: absolute; inset: 0; width: 100%; height: 100%; }
.case-photo { object-fit: cover; opacity: .72; transform: scale(1.035); transition: opacity .9s ease, transform 1.4s cubic-bezier(.2,.7,.2,1); }
.case-photo-tablet { opacity: 0; }
.case-vignette { background: linear-gradient(90deg, rgba(8,11,19,.2), rgba(8,11,19,.42) 55%, rgba(8,11,19,.88)), linear-gradient(0deg, #080b13 0, transparent 35%, rgba(8,11,19,.18)); }
.case-product { position: absolute; z-index: 2; top: 50%; right: max(6vw, 30px); width: min(440px, 42vw); overflow: hidden; border: 1px solid rgba(255,255,255,.24); border-radius: 22px; background: rgba(14,18,31,.76); box-shadow: 0 40px 100px rgba(0,0,0,.45); backdrop-filter: blur(24px); transform: translateY(-50%); }
.case-product-bar { display: flex; align-items: center; gap: 6px; padding: 15px 17px; border-bottom: 1px solid rgba(255,255,255,.15); }
.case-product-bar > span { width: 7px; height: 7px; border-radius: 50%; background: #687083; }
.case-product-bar b { margin-left: 8px; color: #cbd2df; font-size: 10px; }
.case-product-body { display: grid; gap: 15px; padding: 30px; }
.case-product-status { width: max-content; padding: 6px 9px; border-radius: 999px; color: #dfff76; background: rgba(200,240,74,.12); font-size: 10px; font-weight: 800; }
.case-product-body strong { min-height: 72px; font-size: clamp(23px, 2.5vw, 36px); line-height: 1.08; letter-spacing: -.04em; }
.case-product-body small { min-height: 38px; color: #b9c0cf; font-size: 11px; }
.case-product-line { display: flex; gap: 7px; }
.case-product-line i { display: block; height: 4px; border-radius: 4px; background: var(--violet); transition: width .7s ease, background .7s ease; }
.case-product-line i:nth-child(1) { width: 24%; }.case-product-line i:nth-child(2) { width: 42%; }.case-product-line i:nth-child(3) { width: 18%; background: var(--lime); }
.case-progress { position: absolute; z-index: 3; right: 24px; bottom: 24px; display: flex; gap: 7px; }
.case-progress i { width: 28px; height: 3px; border-radius: 3px; background: rgba(255,255,255,.25); }
.case-progress i:first-child { background: var(--lime); }
.case-chapters { position: relative; z-index: 2; width: min(1180px, calc(100% - 48px)); margin: -100vh auto 0; pointer-events: none; }
.case-chapters article { min-height: 104vh; display: flex; flex-direction: column; justify-content: center; width: min(550px, 47vw); padding-block: 15vh; text-shadow: 0 2px 22px rgba(0,0,0,.38); }
.case-chapters article span { margin-bottom: 17px; color: var(--lime); font-size: 12px; font-weight: 800; }
.case-chapters h2 { margin: 0; font-size: clamp(42px, 5vw, 72px); line-height: .98; letter-spacing: -.065em; }
.case-chapters p { max-width: 520px; color: #e2e6ef; font-size: 17px; line-height: 1.65; }
.case-chapters code { padding: 2px 5px; color: #e5ff94; background: rgba(255,255,255,.12); font-family: var(--font); }
.case-chapters a { width: max-content; margin-top: 16px; pointer-events: auto; text-shadow: none; }
.case-film[data-case-scene="1"] .case-photo-roof, .case-film[data-case-scene="2"] .case-photo-roof { opacity: .18; transform: scale(1.08); }
.case-film[data-case-scene="1"] .case-photo-tablet, .case-film[data-case-scene="2"] .case-photo-tablet { opacity: .72; transform: scale(1); }
.case-film[data-case-scene="3"] .case-photo, .case-film[data-case-scene="4"] .case-photo { opacity: .12; transform: scale(1.1); }
.case-film[data-case-scene="1"] .case-progress i:nth-child(-n+2), .case-film[data-case-scene="2"] .case-progress i:nth-child(-n+3), .case-film[data-case-scene="3"] .case-progress i:nth-child(-n+4), .case-film[data-case-scene="4"] .case-progress i { background: var(--lime); }
.journey-section { padding-block: 110px 45px; overflow: hidden; }
.journey-track { display: flex; gap: 16px; overflow-x: auto; padding: 5px 5px 24px; scroll-snap-type: x mandatory; scrollbar-width: thin; }
.journey-track article { flex: 0 0 min(360px, 82vw); min-height: 260px; display: flex; flex-direction: column; padding: 25px; border: 1px solid var(--line); border-radius: 18px; background: #fff; scroll-snap-align: start; }
.journey-track article > span { color: var(--violet); font-size: 11px; font-weight: 800; }
.journey-track small { margin-top: auto; color: var(--muted); font-size: 10px; font-weight: 800; }
.journey-track strong { margin-top: 6px; font-size: 22px; line-height: 1.15; }
.journey-track p { margin: 12px 0 0; color: var(--ink-soft); font-size: 12px; }
.inline-domain-form { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 32px; margin-top: 42px; padding: 30px; border: 1px solid var(--ink); border-radius: 18px; background: var(--ice); box-shadow: 9px 9px 0 var(--lime); }
.inline-domain-form > div:first-child { display: grid; gap: 4px; }
.inline-domain-form > div:first-child strong { font-size: 19px; }
.inline-domain-form > div:first-child span { color: var(--muted); font-size: 11px; }
.inline-domain-form .form-error { grid-column: 2; margin: -20px 0 0; font-size: 11px; }
.cms-section { padding-block: 110px 35px; }
.cms-marquee { position: relative; width: 100%; overflow: hidden; padding-block: 18px; border-block: 1px solid var(--line); background: #fff; mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.cms-track { display: flex; width: max-content; animation: cms-scroll 48s linear infinite; will-change: transform; }
.cms-marquee:hover .cms-track { animation-play-state: paused; }
.cms-set { display: flex; align-items: center; gap: 14px; padding-right: 14px; }
.cms-logo { min-width: 142px; height: 74px; display: flex; align-items: center; justify-content: center; gap: 11px; padding: 0 18px; border: 1px solid #e1e6ee; border-radius: 16px; color: var(--ink); background: #fff; box-shadow: 0 5px 18px rgba(20, 24, 55, .045); }
.cms-logo svg { width: 25px; height: 25px; flex: 0 0 auto; fill: currentColor; }
.cms-logo span { color: inherit; font-size: 12px; font-weight: 800; white-space: nowrap; }
.cms-logo:hover { color: var(--violet); border-color: #c9c5ff; background: #f7f6ff; }
.cms-logo.custom-cms { min-width: 166px; color: var(--violet); background: #f7f6ff; }
.custom-cms b { font-size: 20px; }
@keyframes cms-scroll { to { transform: translateX(-50%); } }
.coverage-model { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 30px; border: 1px solid var(--ink); box-shadow: 8px 8px 0 var(--lime); }
.coverage-model > div { padding: 24px; border-right: 1px solid var(--ink); }
.coverage-model > div:last-child { border-right: 0; }
.coverage-model span { display: block; margin-bottom: 8px; color: var(--violet); font-size: 10px; font-weight: 800; }
.coverage-model strong { display: block; font-size: 15px; line-height: 1.35; }
.coverage-model p { margin: 9px 0 0; color: var(--muted); font-size: 11px; }
.coverage-disclaimer { margin: 17px 0 0; color: var(--muted); font-size: 10px; }
.opaque-audit { position: relative; padding: 35px; border: 1px solid #cbd3df; border-radius: 16px; color: #667085; background: repeating-linear-gradient(-45deg, #f8fafc, #f8fafc 10px, #f1f4f8 10px, #f1f4f8 20px); }
.opaque-audit span { display: block; margin-bottom: 25px; font-size: 10px; font-weight: 800; }
.opaque-audit strong { display: block; color: #6b7280; font-size: 29px; line-height: 1.1; }
.opaque-audit p { margin: 13px 0 27px; font-size: 12px; }
.opaque-audit small { display: inline-block; padding: 8px 10px; border-radius: 5px; color: #923b37; background: #ffe9e7; font-weight: 800; }
@media (max-width: 900px) { .coverage-model { grid-template-columns: 1fr; } .coverage-model > div { border-right: 0; border-bottom: 1px solid var(--ink); } .coverage-model > div:last-child { border-bottom: 0; } }
@media (max-width: 760px) { .hero-inspector { min-height: 0; } .case-film { min-height: 460vh; } .case-vignette { background: linear-gradient(0deg, #080b13 4%, rgba(8,11,19,.35) 72%, rgba(8,11,19,.55)); } .case-product { top: 18%; right: 16px; left: 16px; width: auto; transform: none; border-radius: 16px; } .case-product-body { gap: 10px; padding: 20px; } .case-product-body strong { min-height: 48px; font-size: 23px; } .case-product-body small { min-height: 30px; } .case-chapters { width: calc(100% - 32px); } .case-chapters article { min-height: 92vh; width: 100%; justify-content: flex-end; padding: 52vh 0 8vh; } .case-chapters h2 { font-size: clamp(39px, 11.5vw, 53px); } .case-chapters p { font-size: 15px; } .case-progress { right: 16px; bottom: 16px; } .journey-section { padding-block: 78px 30px; } .inline-domain-form { grid-template-columns: 1fr; gap: 18px; padding: 23px; } .inline-domain-form .form-error { grid-column: 1; margin: -8px 0 0; } .cms-section { padding-block: 75px 20px; } .cms-marquee { width: 100vw; margin-left: calc((100vw - 100%) / -2); mask-image: linear-gradient(90deg, transparent, #000 11%, #000 89%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 11%, #000 89%, transparent); } .cms-track { animation-duration: 38s; } .cms-logo { min-width: 128px; height: 66px; border-radius: 14px; } .opaque-audit { padding: 27px; } }
@media (prefers-reduced-motion: reduce) { .case-photo { transition: none; } .cms-marquee { overflow-x: auto; mask-image: none; -webkit-mask-image: none; scrollbar-width: thin; } .cms-track { animation: none; } .cms-set[aria-hidden="true"] { display: none; } }
