:root {
  color-scheme: light;
  --ink: #241c2b;
  --ink-soft: #493d50;
  --muted: #756d78;
  --muted-soft: #978f99;
  --paper: #fffaf2;
  --white: #fffefd;
  --line: #e9e1d7;
  --violet: #6848e8;
  --violet-deep: #4b2ec2;
  --lilac: #e9e1ff;
  --coral: #ff7155;
  --peach: #ffd3b4;
  --lime: #d8f36b;
  --mint: #b9e4d5;
  --night: #261832;
  font-family: Inter, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; color: var(--ink); background: var(--paper); font-size: 16px; line-height: 1.55; }
button, input { font: inherit; }
a { color: inherit; }
a, button, input { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, input:focus-visible { outline: 3px solid rgba(104, 72, 232, .55); outline-offset: 3px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.reading-progress { position: fixed; z-index: 30; top: 0; right: 0; left: 0; height: 3px; pointer-events: none; }
.reading-progress span { display: block; width: 100%; height: 100%; background: linear-gradient(90deg, var(--coral), var(--violet), #8accc1); transform: scaleX(0); transform-origin: left center; }
.skip-link { position: fixed; z-index: 50; top: 12px; left: 12px; transform: translateY(-160%); padding: .7rem 1rem; border-radius: .6rem; color: #fff; background: var(--night); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: relative; z-index: 5; border-bottom: 1px solid rgba(36, 28, 43, .08); background: rgba(255, 250, 242, .9); }
.header-inner, .footer-inner { width: min(100% - 3rem, 1240px); min-height: 78px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.brand { display: inline-flex; align-items: baseline; color: var(--ink); text-decoration: none; white-space: nowrap; font-size: 1.08rem; font-weight: 450; letter-spacing: -.065em; line-height: 1; }
.brand > span:last-child { color: #43364b; }
.brand-strong { font-weight: 740; color: var(--ink); }
.main-nav { display: flex; align-items: center; gap: clamp(1.3rem, 3vw, 3rem); color: #665b6b; font-size: .86rem; }
.main-nav a { position: relative; padding: .5rem 0; text-decoration: none; transition: color .18s ease; }
.main-nav a::after { content: ""; position: absolute; right: 0; bottom: .13rem; left: 0; height: 2px; border-radius: 3px; background: var(--coral); transform: scaleX(0); transform-origin: right; transition: transform .22s ease; }
.main-nav a:hover { color: var(--ink); }
.main-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-action { display: inline-flex; align-items: center; gap: .7rem; padding: .68rem .98rem; border: 1px solid rgba(36, 28, 43, .16); border-radius: 999px; color: var(--ink); background: rgba(255, 255, 255, .56); text-decoration: none; font-size: .83rem; font-weight: 670; transition: border-color .2s ease, background .2s ease, color .2s ease, transform .2s ease; }
.header-action:hover { border-color: var(--violet); color: var(--violet-deep); background: #fff; transform: translateY(-2px); }
.header-action span { color: var(--coral); font-size: 1rem; }

.hero { position: relative; overflow: hidden; background: var(--paper); }
.hero-wash { position: absolute; z-index: 0; pointer-events: none; }
.hero-wash-one { top: 4%; right: -8%; width: min(57vw, 750px); aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle at 42% 43%, rgba(174, 151, 255, .7), rgba(239, 171, 210, .34) 39%, rgba(255, 250, 242, 0) 71%); animation: wash-drift 16s ease-in-out infinite alternate; }
.hero-wash-two { right: 8%; bottom: -31%; width: 28vw; min-width: 250px; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(255, 193, 151, .38), rgba(255, 250, 242, 0) 68%); }
.hero-inner { position: relative; z-index: 1; width: min(100% - 3rem, 1240px); min-height: 638px; margin: 0 auto; padding: clamp(4.5rem, 7vw, 7.1rem) 0 4.1rem; display: grid; grid-template-columns: minmax(0, .94fr) minmax(470px, 1.06fr); align-items: center; gap: clamp(2.5rem, 5.1vw, 5.7rem); }
.hero-copy { max-width: 595px; }
.eyebrow { margin: 0 0 1.12rem; color: #766c7c; font-size: .7rem; font-weight: 760; letter-spacing: .14em; line-height: 1.45; }
.hero-copy .eyebrow { display: flex; align-items: center; gap: .65rem; }
.eyebrow-mark { width: 8px; height: 8px; flex: none; border-radius: 2px; background: var(--coral); transform: rotate(45deg); }
.hero h1, .compare-intro h2, .insight-copy h2, .approach-heading h2, .closing-section h2 { margin: 0; font-family: "Iowan Old Style", "Palatino Linotype", Georgia, serif; font-weight: 500; letter-spacing: -.065em; }
.hero h1 { max-width: 630px; font-size: clamp(3.5rem, 5vw, 4.5rem); line-height: .98; }
.hero h1 em, .compare-intro h2 em, .insight-copy h2 em { color: var(--violet); font-weight: 500; }
.hero-description { max-width: 525px; margin: 1.55rem 0 1.8rem; color: #615968; font-size: 1.03rem; line-height: 1.7; }
.market-search { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: .5rem; padding: .48rem; border: 1px solid rgba(36, 28, 43, .13); border-radius: 1rem; background: rgba(255, 255, 255, .88); box-shadow: 0 12px 36px rgba(52, 35, 67, .085), 0 2px 5px rgba(52, 35, 67, .04); transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.market-search:focus-within { border-color: rgba(104, 72, 232, .52); box-shadow: 0 16px 42px rgba(52, 35, 67, .12), 0 0 0 4px rgba(104, 72, 232, .08); transform: translateY(-1px); }
.search-field { min-width: 0; display: flex; align-items: center; gap: .75rem; padding: 0 .72rem; }
.search-field img { flex: none; opacity: .73; }
.search-field input { width: 100%; min-width: 0; height: 46px; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: .93rem; }
.search-field input::placeholder { color: #9c929f; }
.search-field input:focus-visible { outline: 0; }
.search-submit { min-height: 46px; padding: 0 1rem; border: 0; border-radius: .7rem; color: white; background: var(--violet); cursor: pointer; font-size: .82rem; font-weight: 690; white-space: nowrap; transition: background .2s ease, transform .2s ease, box-shadow .2s ease; }
.search-submit:hover { transform: translateY(-2px); background: var(--violet-deep); box-shadow: 0 7px 18px rgba(104, 72, 232, .27); }
.search-submit .button-arrow { margin-left: .48rem; color: var(--lime); font-size: 1rem; }
.search-help { grid-column: 1 / -1; margin: .08rem .62rem .16rem; color: #89808c; font-size: .74rem; }
.search-results { grid-column: 1 / -1; margin: .25rem .2rem .15rem; padding: .85rem .55rem .3rem; border-top: 1px solid #eee8f0; display: grid; grid-template-columns: 1.6rem minmax(0, 1fr) auto; align-items: start; gap: .55rem; }
.search-results[hidden] { display: none; }
.result-mark { width: 1.5rem; height: 1.5rem; display: grid; place-items: center; border-radius: 50%; color: var(--violet-deep); background: var(--lilac); font-size: .8rem; }
.search-results p { margin: 0; display: grid; gap: .12rem; }
.result-title { color: var(--ink); font-size: .82rem; font-weight: 700; }
.result-detail { color: #756d78; font-size: .75rem; }
.search-results > a { color: var(--violet-deep); font-size: .74rem; font-weight: 680; text-decoration: none; white-space: nowrap; }
.search-results > a:hover { text-decoration: underline; text-underline-offset: 3px; }
.search-results > a span { margin-left: .2rem; color: var(--coral); }
.hero-assurances { margin-top: 1.15rem; display: flex; flex-wrap: wrap; gap: .6rem 1.1rem; color: #716775; font-size: .72rem; }
.hero-assurances span { display: inline-flex; align-items: center; gap: .42rem; }
.hero-assurances i { color: var(--coral); font-size: .59rem; font-style: normal; font-weight: 760; letter-spacing: .03em; }

.hero-visual { position: relative; min-height: 480px; display: grid; place-items: center; isolation: isolate; perspective: 1200px; }
.visual-halo { position: absolute; z-index: -1; border-radius: 50%; pointer-events: none; }
.visual-halo-one { top: 5%; right: 6%; width: 82%; aspect-ratio: 1; border: 1px solid rgba(104, 72, 232, .28); background: radial-gradient(circle at 34% 30%, rgba(104, 72, 232, .17), rgba(255, 113, 85, .13) 44%, rgba(216, 243, 107, .17) 59%, transparent 72%); box-shadow: 0 0 0 24px rgba(104, 72, 232, .055), 0 0 0 54px rgba(255, 113, 85, .035); animation: halo-turn 28s linear infinite; }
.visual-halo-two { right: 6%; bottom: 2%; width: 29%; aspect-ratio: 1; background: radial-gradient(circle, rgba(255, 113, 85, .27), rgba(255, 113, 85, 0) 70%); animation: halo-breathe 5s ease-in-out infinite alternate; }
.visual-spark { position: absolute; z-index: 2; color: var(--coral); font-size: 2.4rem; line-height: 1; }
.visual-spark-one { top: 5%; left: 7%; animation: spark-turn 22s linear infinite; }
.visual-spark-two { right: 2%; bottom: 13%; color: var(--violet); font-size: 1.25rem; animation: spark-pulse 3s ease-in-out infinite; }
.comparison-card { position: relative; width: min(100%, 540px); padding: 1.48rem 1.6rem 1.25rem; overflow: hidden; border: 1px solid rgba(64, 42, 76, .1); border-radius: 1.32rem; background: rgba(255, 254, 253, .98); box-shadow: 0 30px 80px rgba(54, 37, 67, .2), 0 4px 15px rgba(54, 37, 67, .07); transform: rotateY(var(--card-rotate-y, -5deg)) rotateX(var(--card-rotate-x, 2deg)); transition: transform .5s cubic-bezier(.2,.8,.2,1), box-shadow .5s ease; }
.hero-visual:hover .comparison-card { transform: rotateY(var(--card-rotate-y, 0deg)) rotateX(var(--card-rotate-x, 0deg)) translateY(-4px); box-shadow: 0 38px 95px rgba(54, 37, 67, .24), 0 6px 19px rgba(54, 37, 67, .09); }
.card-topline { min-height: 24px; display: flex; align-items: center; justify-content: space-between; gap: .8rem; color: #827a86; font-size: .58rem; font-weight: 750; letter-spacing: .11em; }
.card-live { display: inline-flex; align-items: center; gap: .36rem; padding: .32rem .52rem; border-radius: 999px; color: #514461; background: #f0ecf6; font-size: .51rem; letter-spacing: .08em; white-space: nowrap; }
.card-live i { width: 6px; height: 6px; border-radius: 50%; background: #a1c952; box-shadow: 0 0 0 3px rgba(161, 201, 82, .16); }
.card-heading { position: relative; min-height: 132px; margin: .55rem -1.6rem .15rem; padding: 1.3rem 1.6rem 1rem; display: flex; align-items: center; justify-content: space-between; background: linear-gradient(112deg, #2c193d 0%, #493071 66%, #6648a5 100%); }
.card-heading h2 { margin: 0; font-family: "Iowan Old Style", "Palatino Linotype", Georgia, serif; color: #fff; font-size: clamp(2.15rem, 3vw, 2.9rem); font-weight: 500; letter-spacing: -.06em; line-height: .99; }
.card-orbit { position: relative; width: 79px; height: 79px; flex: none; margin-right: .55rem; border: 1px solid rgba(104, 72, 232, .24); border-radius: 50%; animation: halo-turn 18s linear infinite; }
.card-orbit::before, .card-orbit::after { content: ""; position: absolute; inset: 12px -4px; border: 1px solid rgba(255, 113, 85, .42); border-radius: 50%; transform: rotate(55deg); }
.card-orbit::after { inset: -3px 15px; border-color: rgba(104, 72, 232, .32); transform: rotate(-38deg); }
.card-orbit i { position: absolute; z-index: 1; width: 7px; height: 7px; border-radius: 50%; background: var(--coral); }
.card-orbit i:first-child { top: 9px; left: 20px; }
.card-orbit i:nth-child(2) { right: 5px; bottom: 17px; width: 5px; height: 5px; background: var(--violet); }
.card-orbit b { position: absolute; inset: 28px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 8px rgba(216, 243, 107, .18); }
.detail-list { padding: .28rem 0 0; }
.detail-row { min-height: 61px; display: grid; grid-template-columns: 2.15rem minmax(0, 1fr) 1rem; align-items: center; gap: .62rem; border-bottom: 1px solid #f0ebef; }
.detail-row:last-child { border-bottom: 0; }
.detail-icon { position: relative; width: 1.85rem; height: 1.85rem; overflow: hidden; border-radius: .61rem; background: var(--lilac); }
.detail-icon i { position: absolute; display: block; }
.detail-icon-scope { background: #e7defc; }
.detail-icon-scope i { left: 6px; width: 13px; height: 3px; border-radius: 3px; background: #795ae3; }
.detail-icon-scope i:nth-child(1) { top: 6px; width: 8px; }
.detail-icon-scope i:nth-child(2) { top: 11px; }
.detail-icon-scope i:nth-child(3) { top: 16px; width: 10px; }
.detail-icon-time { background: #ffe3d2; }
.detail-icon-time i { bottom: 5px; width: 3px; border-radius: 3px 3px 1px 1px; background: var(--coral); }
.detail-icon-time i:nth-child(1) { left: 6px; height: 7px; }
.detail-icon-time i:nth-child(2) { left: 11px; height: 12px; }
.detail-icon-time i:nth-child(3) { left: 16px; height: 15px; }
.detail-icon-segments { background: #e0f2e9; }
.detail-icon-segments i { top: 6px; left: 6px; width: 12px; height: 12px; border: 1.5px solid #389a7c; border-radius: 2px; }
.detail-icon-segments i:nth-child(2) { top: 10px; left: 10px; width: 9px; height: 9px; background: #e0f2e9; }
.detail-icon-segments i:nth-child(3) { top: 13px; left: 13px; width: 6px; height: 6px; background: #e0f2e9; }
.detail-icon-price { background: #fff1b8; }
.detail-icon-price i { top: 5px; left: 6px; width: 13px; height: 16px; border: 1.5px solid #b78622; border-radius: 3px; }
.detail-icon-price i:nth-child(2) { top: 9px; left: 9px; width: 7px; height: 1px; border: 0; background: #b78622; }
.detail-icon-price i:nth-child(3) { top: 13px; left: 9px; width: 7px; height: 1px; border: 0; background: #b78622; }
.detail-copy { min-width: 0; display: grid; gap: .05rem; }
.detail-copy > span { color: #33283c; font-size: .78rem; font-weight: 700; }
.detail-copy small { overflow: hidden; color: #8a828e; font-size: .65rem; text-overflow: ellipsis; white-space: nowrap; }
.detail-arrow { color: #aa9cbb; font-size: .9rem; transition: color .18s ease, transform .18s ease; }
.detail-row:hover .detail-arrow { color: var(--coral); transform: translate(2px, -2px); }
.card-foot { margin-top: .75rem; display: flex; align-items: center; justify-content: space-between; gap: .8rem; color: #8b818d; font-size: .63rem; }
.foot-mark { color: #8c77d3; font-size: .59rem; font-weight: 800; letter-spacing: .09em; }
.visual-note { position: absolute; z-index: 3; display: flex; align-items: center; gap: .43rem; padding: .57rem .78rem; border: 1px solid rgba(62, 44, 72, .08); border-radius: 999px; color: #493e51; background: rgba(255, 255, 255, .94); box-shadow: 0 9px 24px rgba(45, 30, 55, .12); font-size: .69rem; font-weight: 670; white-space: nowrap; }
.visual-note-top { top: -8%; right: -1%; animation: float-note 5.6s ease-in-out infinite; }
.note-dot { width: 6px; height: 6px; border-radius: 50%; background: #a2cf56; box-shadow: 0 0 0 4px rgba(162, 207, 86, .17); }
.hero-bottomline { position: relative; z-index: 1; width: min(100% - 3rem, 1240px); min-height: 63px; margin: 0 auto; border-top: 1px solid rgba(36, 28, 43, .12); display: flex; align-items: center; gap: 1rem; color: #77707c; font-family: "Iowan Old Style", "Palatino Linotype", Georgia, serif; font-size: .96rem; font-style: italic; }
.bottomline-rule { width: 27px; height: 1px; background: var(--coral); }

.signal-band { overflow: hidden; color: #fff; background: var(--violet); }
.signal-marquee { overflow: hidden; }
.signal-track { width: max-content; min-height: 59px; display: flex; align-items: center; gap: 2.5rem; padding: 0 1.25rem; animation: marquee 31s linear infinite; }
.signal-track span { font-size: .71rem; font-weight: 680; letter-spacing: .095em; text-transform: uppercase; white-space: nowrap; }
.signal-track b { color: var(--lime); font-size: 1.03rem; font-weight: 400; }
.signal-band:hover .signal-track { animation-play-state: paused; }

.compare-section { position: relative; overflow: hidden; padding: clamp(5.3rem, 8vw, 8rem) 0 clamp(5rem, 7vw, 7.4rem); background: #fffdf9; }
.compare-section::before { content: ""; position: absolute; top: 0; right: -15rem; width: 31rem; height: 31rem; border: 1px solid rgba(104, 72, 232, .1); border-radius: 50%; box-shadow: 0 0 0 38px rgba(104, 72, 232, .025), 0 0 0 86px rgba(104, 72, 232, .018); pointer-events: none; }
.section-shell { width: min(100% - 3rem, 1120px); margin: 0 auto; }
.compare-intro { max-width: 710px; margin: 0 auto 3.3rem; text-align: center; }
.compare-intro .eyebrow, .approach-heading .eyebrow { display: flex; align-items: center; justify-content: center; gap: .65rem; }
.compare-intro h2, .approach-heading h2 { font-size: clamp(3rem, 5.15vw, 4.65rem); line-height: 1.02; }
.compare-intro h2 em { color: var(--coral); }
.compare-intro > p:last-child, .approach-heading > p:last-child { max-width: 590px; margin: 1rem auto 0; color: #756d78; font-size: .99rem; line-height: 1.7; }
.compare-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; align-items: stretch; }
.compare-item { position: relative; min-height: 362px; padding: 1.3rem 1.35rem 1.2rem; overflow: hidden; border: 1px solid rgba(44, 29, 51, .08); border-radius: 1.1rem; transition: transform .32s cubic-bezier(.2,.8,.2,1), box-shadow .32s ease; }
.compare-item:hover { transform: translateY(-7px) rotate(-.45deg); box-shadow: 0 20px 36px rgba(50, 36, 57, .13); }
.compare-scope { background: #e2d8ff; }
.compare-forecast { background: #ffd7bd; }
.compare-price { background: #cdeadd; }
.feature-top { height: 50px; display: flex; align-items: flex-start; justify-content: space-between; }
.feature-index { color: rgba(36, 28, 43, .52); font-size: .66rem; font-weight: 780; letter-spacing: .1em; }
.feature-symbol { position: relative; width: 40px; height: 40px; border: 1px solid rgba(36, 28, 43, .22); border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.symbol-scope { gap: 3px; border-color: rgba(104, 72, 232, .28); }
.symbol-scope i { width: 4px; border-radius: 4px; background: var(--violet); }
.symbol-scope i:nth-child(1) { height: 11px; }
.symbol-scope i:nth-child(2) { height: 19px; }
.symbol-scope i:nth-child(3) { height: 14px; }
.symbol-forecast { gap: 2px; border-color: rgba(255, 113, 85, .38); }
.symbol-forecast i { width: 4px; border-radius: 4px; background: var(--coral); }
.symbol-forecast i:nth-child(1) { height: 8px; }
.symbol-forecast i:nth-child(2) { height: 14px; }
.symbol-forecast i:nth-child(3) { height: 21px; }
.symbol-forecast i:nth-child(4) { height: 16px; }
.symbol-price { color: #327e68; font-size: 1.2rem; }
.item-index { margin: .4rem 0 .5rem; color: #716579; font-size: .62rem; font-weight: 780; letter-spacing: .12em; }
.compare-item h3 { margin: 0; color: #2d2435; font-family: "Iowan Old Style", "Palatino Linotype", Georgia, serif; font-size: 2rem; font-weight: 500; letter-spacing: -.045em; line-height: 1.08; }
.compare-item > p:not(.item-index) { max-width: 310px; margin: .78rem 0 1.25rem; color: #605765; font-size: .84rem; line-height: 1.58; }
.scope-visual { display: flex; flex-wrap: wrap; align-items: center; gap: .38rem; }
.scope-visual span { padding: .34rem .52rem; border: 1px solid rgba(104, 72, 232, .18); border-radius: 999px; color: #5c4a7b; background: rgba(255, 255, 255, .48); font-size: .59rem; font-weight: 660; }
.scope-visual i { width: 4px; height: 4px; border-radius: 50%; background: #9b81ee; }
.forecast-visual { min-height: 31px; display: flex; align-items: center; gap: .3rem; color: #865e55; font-size: .57rem; white-space: nowrap; }
.forecast-visual i { width: 25px; height: 2px; border-radius: 3px; background: var(--coral); transform-origin: left; animation: line-grow 2.7s ease-in-out infinite alternate; }
.forecast-visual i:nth-of-type(2) { width: 34px; animation-delay: -.8s; }
.forecast-visual i:nth-of-type(3) { width: 22px; animation-delay: -1.4s; }
.forecast-visual b { color: #684c48; font-weight: 720; }
.price-visual { display: flex; align-items: center; gap: .5rem; color: #356e5d; font-size: .59rem; font-weight: 700; }
.price-visual span { padding: .45rem .58rem; border: 1px solid rgba(50, 126, 104, .2); border-radius: .45rem; background: rgba(255, 255, 255, .48); }
.price-visual small { color: #768c83; font-size: .55rem; font-weight: 500; }
.evidence-line { margin: 1.65rem 0 0; display: flex; align-items: center; justify-content: center; gap: .55rem; color: #77707a; font-size: .79rem; }
.evidence-check { color: var(--violet); font-size: 1rem; }

.insight-section { position: relative; overflow: hidden; color: #fff; background: var(--night); }
.insight-section::before { content: ""; position: absolute; top: -19rem; left: -12rem; width: 39rem; height: 39rem; border: 1px solid rgba(231, 225, 255, .1); border-radius: 50%; box-shadow: 0 0 0 35px rgba(231, 225, 255, .025), 0 0 0 75px rgba(231, 225, 255, .02); }
.insight-inner { position: relative; width: min(100% - 3rem, 1240px); min-height: 600px; margin: 0 auto; padding: clamp(5rem, 8vw, 7.5rem) 0; display: grid; grid-template-columns: minmax(0, .92fr) minmax(440px, 1.08fr); align-items: center; gap: clamp(3rem, 7vw, 7rem); }
.insight-copy { max-width: 535px; }
.eyebrow-light { color: #c8bbcF; }
.insight-copy .eyebrow { display: flex; align-items: center; gap: .65rem; }
.insight-copy .eyebrow-mark { background: var(--lime); }
.insight-copy h2 { font-size: clamp(2.9rem, 4.6vw, 4.7rem); line-height: 1.01; }
.insight-copy h2 em { color: #e8b8ff; }
.insight-copy > p:not(.eyebrow) { max-width: 475px; margin: 1.3rem 0 1.6rem; color: #c3baca; font-size: .94rem; line-height: 1.72; }
.insight-link { display: inline-flex; align-items: center; gap: .62rem; padding-bottom: .34rem; border-bottom: 1px solid rgba(216, 243, 107, .72); color: var(--lime); font-size: .84rem; font-weight: 660; text-decoration: none; }
.insight-link:hover { color: #fff; border-bottom-color: #fff; }
.insight-link span { font-size: 1rem; transition: transform .18s ease; }
.insight-link:hover span { transform: translate(3px, -3px); }
.insight-graphic { position: relative; min-height: 380px; padding: 1.6rem 1.7rem 3.25rem 2.65rem; border: 1px solid rgba(255, 255, 255, .14); border-radius: 1rem; background: linear-gradient(145deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .018)); box-shadow: 0 26px 65px rgba(0, 0, 0, .2); }
.insight-graphic::before { content: ""; position: absolute; inset: 12px; border: 1px solid rgba(255, 255, 255, .035); border-radius: .65rem; pointer-events: none; }
.graphic-label { position: relative; z-index: 1; color: #cec1d7; font-size: .59rem; font-weight: 760; letter-spacing: .12em; }
.graphic-chart { position: relative; margin-top: 1.45rem; }
.graphic-chart svg { display: block; width: 100%; overflow: visible; }
.chart-grid { stroke: rgba(255, 255, 255, .13); stroke-width: 1; stroke-dasharray: 2 5; }
.chart-grid-vertical { stroke: rgba(255, 255, 255, .07); stroke-dasharray: 1 7; }
.chart-line { stroke-dasharray: 800; stroke-dashoffset: 0; }
.chart-node { stroke: #32213d; stroke-width: 4; transform-box: fill-box; transform-origin: center; }
.chart-x-axis { position: absolute; right: 0; bottom: -.8rem; left: 0; display: flex; justify-content: space-between; color: #bbb0c4; font-size: .61rem; }
.chart-y-axis { position: absolute; top: 7%; bottom: 13%; left: -1.15rem; display: flex; flex-direction: column; align-items: center; justify-content: space-between; color: #a99caf; font-size: .53rem; writing-mode: vertical-rl; transform: rotate(180deg); }
.chart-y-axis i { width: 3px; height: 3px; border-radius: 50%; background: var(--lime); }
.graphic-stamp { position: absolute; right: -1.05rem; bottom: -1.1rem; width: 91px; height: 91px; border: 1px solid rgba(216, 243, 107, .66); border-radius: 50%; display: grid; place-content: center; color: var(--lime); background: var(--night); text-align: center; transform: rotate(8deg); }
.graphic-stamp span { font-size: .74rem; font-weight: 800; letter-spacing: .1em; }
.graphic-stamp small { margin-top: .1rem; font-size: .5rem; line-height: 1.25; }
.graphic-footnote { position: absolute; bottom: 1rem; left: 1.7rem; color: #95889d; font-size: .55rem; letter-spacing: .025em; }

.approach-section { position: relative; overflow: hidden; padding: clamp(5rem, 8vw, 7.8rem) 0; background: #f4ede3; }
.approach-inner { display: grid; grid-template-columns: minmax(260px, .78fr) minmax(0, 1.22fr); align-items: start; gap: clamp(3rem, 8vw, 8rem); }
.approach-heading { max-width: 390px; }
.approach-heading .eyebrow { justify-content: flex-start; }
.approach-heading h2 { font-size: clamp(2.8rem, 4.2vw, 4rem); line-height: 1.04; }
.approach-heading > p:last-child { margin: .95rem 0 0; font-size: .91rem; }
.steps-list { margin: 0; padding: 0; list-style: none; }
.steps-list li { position: relative; min-height: 102px; padding: .3rem 0 1.2rem; display: grid; grid-template-columns: 3rem minmax(0, 1fr) 2rem; align-items: start; gap: .6rem; }
.steps-list li + li { padding-top: 1.35rem; border-top: 1px solid rgba(36, 28, 43, .13); }
.step-number { padding-top: .2rem; color: var(--violet); font-size: .66rem; font-weight: 800; letter-spacing: .08em; }
.steps-list h3 { margin: 0; color: var(--ink); font-family: "Iowan Old Style", "Palatino Linotype", Georgia, serif; font-size: 1.4rem; font-weight: 500; letter-spacing: -.035em; }
.steps-list p { margin: .32rem 0 0; color: #736a75; font-size: .81rem; line-height: 1.55; }
.step-rule { position: relative; width: 26px; height: 1px; margin-top: .9rem; background: #b9afbd; transition: width .25s ease, background .25s ease; }
.step-rule::after { content: ""; position: absolute; top: -3px; right: 0; width: 6px; height: 6px; border-top: 1px solid currentColor; border-right: 1px solid currentColor; color: #9b8ca1; transform: rotate(45deg); }
.steps-list li:hover .step-rule { width: 36px; background: var(--coral); }
.steps-list li:hover .step-rule::after { color: var(--coral); }

.closing-section { position: relative; min-height: 313px; padding: 4rem max(1.5rem, calc((100% - 1240px) / 2)); overflow: hidden; display: flex; align-items: center; justify-content: space-between; gap: 2.3rem; color: #fff; background: var(--violet); }
.closing-section::before, .closing-section::after { content: ""; position: absolute; border: 1px solid rgba(255, 255, 255, .18); border-radius: 50%; pointer-events: none; }
.closing-section::before { top: -230px; right: 12%; width: 480px; height: 480px; box-shadow: 0 0 0 27px rgba(255, 255, 255, .04), 0 0 0 59px rgba(255, 255, 255, .03); }
.closing-section::after { right: -150px; bottom: -250px; width: 460px; height: 460px; border-color: rgba(216, 243, 107, .35); }
.closing-section > div, .closing-action { position: relative; z-index: 1; }
.closing-section .eyebrow { margin-bottom: .68rem; color: rgba(255, 255, 255, .78); }
.closing-section h2 { font-size: clamp(2.8rem, 4.4vw, 4.25rem); line-height: 1.01; }
.closing-action { min-width: 205px; padding: .95rem 1.08rem; border: 1px solid rgba(255, 255, 255, .38); border-radius: .7rem; display: flex; align-items: center; justify-content: space-between; gap: 1.1rem; color: #fff; background: rgba(255, 255, 255, .1); font-size: .85rem; font-weight: 660; text-decoration: none; transition: background .2s ease, transform .2s ease; }
.closing-action:hover { transform: translateY(-3px); background: rgba(255, 255, 255, .19); }
.closing-action span { color: var(--lime); font-size: 1.2rem; }
.closing-decoration { position: absolute; right: 35%; bottom: 7%; color: var(--lime); font-size: 4rem; opacity: .78; animation: spark-turn 28s linear infinite; }

.site-footer { background: #fffdf9; }
.footer-inner { min-height: 89px; }
.footer-brand { font-size: .93rem; }
.footer-inner > p { margin: 0; color: #89818b; font-family: "Iowan Old Style", "Palatino Linotype", Georgia, serif; font-size: .84rem; font-style: italic; text-align: center; }
.back-top { color: #665d6c; font-size: .76rem; text-decoration: none; white-space: nowrap; }
.back-top:hover { color: var(--violet); }
.noscript { margin: 0; padding: .8rem 1.2rem; color: #493d50; background: #f1eaff; text-align: center; font-size: .8rem; }

html.motion-ready [data-reveal] { opacity: 0; transform: translateY(20px); transition: opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1); transition-delay: var(--delay, 0ms); }
html.motion-ready [data-reveal="left"] { transform: translateX(-22px); }
html.motion-ready [data-reveal="right"] { transform: translateX(22px); }
html.motion-ready [data-reveal].is-visible { opacity: 1; transform: translate(0, 0); }

@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes wash-drift { from { transform: translate3d(0, 0, 0) scale(.96); } to { transform: translate3d(-20px, 18px, 0) scale(1.03); } }
@keyframes halo-turn { to { transform: rotate(360deg); } }
@keyframes halo-breathe { from { opacity: .54; transform: scale(.92); } to { opacity: 1; transform: scale(1.1); } }
@keyframes spark-turn { to { transform: rotate(360deg); } }
@keyframes spark-pulse { 0%, 100% { opacity: .45; transform: scale(.86) rotate(0); } 50% { opacity: 1; transform: scale(1.12) rotate(22deg); } }
@keyframes float-note { 0%, 100% { transform: translateY(0) rotate(-2deg); } 50% { transform: translateY(-9px) rotate(1deg); } }
@keyframes line-grow { from { transform: scaleX(.62); opacity: .62; } to { transform: scaleX(1); opacity: 1; } }
@keyframes chart-draw { to { stroke-dashoffset: 0; } }
@keyframes node-pop { 0%, 68% { opacity: 0; transform: scale(.3); } 82%, 100% { opacity: 1; transform: scale(1); } }

@media (prefers-reduced-motion: no-preference) {
  .chart-line { stroke-dashoffset: 800; }
  .chart-line-one { animation: chart-draw 2.2s .25s cubic-bezier(.25,.8,.3,1) both; }
  .chart-line-two { animation: chart-draw 2.5s .55s cubic-bezier(.25,.8,.3,1) both; }
  .chart-node { animation: node-pop 2.6s .35s both; }
  .node-two { animation-delay: .6s; }
  .node-three { animation-delay: .85s; }
  .node-four { animation-delay: 1.05s; }
  .node-five { animation-delay: 1.25s; }
}

@media (max-width: 1040px) {
  .hero-inner { grid-template-columns: minmax(0, .95fr) minmax(400px, 1.05fr); gap: 2rem; }
  .hero h1 { font-size: clamp(3.5rem, 6vw, 5.2rem); }
  .comparison-card { padding-right: 1.3rem; padding-left: 1.3rem; }
  .insight-inner { gap: 3.5rem; }
  .insight-copy h2 { font-size: clamp(2.75rem, 4.2vw, 4rem); }
}
@media (max-width: 820px) {
  .header-inner, .footer-inner, .hero-inner, .hero-bottomline, .section-shell, .insight-inner { width: min(100% - 2.2rem, 680px); }
  .header-inner { min-height: 69px; gap: .8rem; }
  .brand { font-size: 1rem; }
  .main-nav { gap: 1rem; font-size: .78rem; }
  .header-action { padding: .59rem .76rem; font-size: .76rem; }
  .hero-inner { min-height: 0; padding: 4.3rem 0 2.7rem; grid-template-columns: 1fr; gap: 2.8rem; }
  .hero-copy { max-width: 680px; }
  .hero h1 { max-width: 620px; font-size: clamp(4rem, 10vw, 5.9rem); }
  .hero-description { max-width: 570px; }
  .hero-visual { width: min(100%, 610px); min-height: 470px; justify-self: center; }
  .comparison-card { width: min(100%, 540px); }
  .hero-bottomline { min-height: 58px; }
  .compare-section { padding: 5.2rem 0 5rem; }
  .compare-grid { grid-template-columns: 1fr; gap: .75rem; }
  .compare-item { min-height: 0; padding: 1.25rem 1.35rem 1.3rem; }
  .compare-item > p:not(.item-index) { max-width: 500px; margin-bottom: 1rem; }
  .insight-inner { padding: 5rem 0; grid-template-columns: 1fr; gap: 2.7rem; }
  .insight-copy { max-width: 620px; }
  .insight-graphic { width: min(100%, 620px); justify-self: center; }
  .approach-inner { grid-template-columns: 1fr; gap: 2.4rem; }
  .approach-heading { max-width: 590px; }
  .approach-heading .eyebrow { justify-content: flex-start; }
  .approach-heading > p:last-child { margin-left: 0; }
  .closing-section { min-height: 0; padding: 3.4rem 1.25rem; flex-direction: column; align-items: flex-start; gap: 1.7rem; }
  .closing-section h2 { font-size: clamp(2.75rem, 8vw, 3.7rem); }
  .closing-decoration { right: 10%; bottom: 19%; }
  .footer-inner { min-height: 84px; flex-wrap: wrap; gap: .5rem 1rem; padding: .8rem 0; }
  .footer-inner > p { order: 3; width: 100%; text-align: left; }
}
@media (max-width: 560px) {
  .header-inner { width: min(100% - 1.5rem, 680px); }
  .brand { font-size: .9rem; }
  .main-nav { display: none; }
  .header-action { padding: .55rem .68rem; font-size: .73rem; }
  .hero-inner, .hero-bottomline, .section-shell, .insight-inner, .footer-inner { width: min(100% - 1.5rem, 680px); }
  .hero-inner { padding-top: 3.3rem; gap: 2rem; }
  .hero h1 { font-size: clamp(3.3rem, 14.5vw, 4.5rem); line-height: .96; }
  .hero-description { margin: 1.1rem 0 1.35rem; font-size: .93rem; }
  .market-search { grid-template-columns: 1fr; gap: .35rem; padding: .42rem; border-radius: .88rem; }
  .search-field { min-height: 44px; padding: 0 .5rem; }
  .search-field input { height: 42px; font-size: .88rem; }
  .search-submit { min-height: 43px; }
  .search-help { grid-column: 1; }
  .search-results { grid-column: 1; grid-template-columns: 1.45rem minmax(0, 1fr); }
  .search-results > a { grid-column: 2; }
  .hero-assurances { gap: .55rem .8rem; font-size: .68rem; }
  .hero-visual { min-height: 393px; margin: 0 -.2rem; }
  .comparison-card { padding: 1.1rem .95rem .9rem; border-radius: 1rem; transform: none; }
  .card-topline { font-size: .51rem; }
  .card-live { font-size: .45rem; }
  .card-heading { min-height: 109px; margin: .4rem -.95rem .15rem; padding: 1.05rem .95rem .85rem; }
  .card-heading h2 { font-size: 2.25rem; }
  .card-orbit { width: 59px; height: 59px; margin-right: .2rem; transform: scale(.88); }
  .card-orbit b { inset: 21px; }
  .detail-row { min-height: 55px; grid-template-columns: 1.9rem minmax(0, 1fr) .8rem; gap: .45rem; }
  .detail-copy > span { font-size: .73rem; }
  .detail-copy small { font-size: .59rem; }
  .detail-icon { width: 1.65rem; height: 1.65rem; }
  .visual-note { padding: .48rem .62rem; font-size: .61rem; }
  .visual-note-top { display: none; }
  .visual-spark-one { top: 2%; left: 3%; font-size: 1.6rem; }
  .visual-spark-two { right: 0; bottom: 14%; }
  .hero-bottomline { min-height: 56px; font-size: .79rem; gap: .55rem; }
  .bottomline-rule { width: 18px; }
  .signal-track { min-height: 51px; gap: 1.45rem; }
  .signal-track span { font-size: .62rem; }
  .compare-section { padding: 4.1rem 0; }
  .compare-intro { margin-bottom: 2rem; text-align: left; }
  .compare-intro .eyebrow { justify-content: flex-start; }
  .compare-intro h2 { font-size: clamp(2.7rem, 11vw, 3.6rem); }
  .compare-intro > p:last-child { margin: .9rem 0 0; font-size: .91rem; }
  .compare-item { padding: 1.15rem 1rem 1.2rem; }
  .compare-item h3 { font-size: 1.85rem; }
  .compare-item > p:not(.item-index) { font-size: .81rem; }
  .scope-visual { gap: .28rem; }
  .scope-visual span { padding: .3rem .44rem; font-size: .54rem; }
  .forecast-visual { gap: .22rem; font-size: .52rem; }
  .forecast-visual i { width: 18px; }
  .forecast-visual i:nth-of-type(2) { width: 24px; }
  .forecast-visual i:nth-of-type(3) { width: 16px; }
  .price-visual { gap: .3rem; font-size: .54rem; }
  .price-visual span { padding: .4rem .45rem; }
  .evidence-line { justify-content: flex-start; align-items: flex-start; font-size: .72rem; }
  .insight-inner { padding: 4.2rem 0; gap: 2.1rem; }
  .insight-copy h2 { font-size: clamp(2.65rem, 11vw, 3.5rem); }
  .insight-copy > p:not(.eyebrow) { font-size: .88rem; }
  .insight-graphic { min-height: 290px; padding: 1.2rem 1rem 2.75rem 1.85rem; border-radius: .8rem; }
  .graphic-label { font-size: .49rem; }
  .graphic-chart { margin-top: 1.4rem; }
  .chart-x-axis { font-size: .5rem; }
  .chart-y-axis { left: -.88rem; font-size: .43rem; }
  .graphic-stamp { right: -.48rem; bottom: -.6rem; width: 70px; height: 70px; }
  .graphic-stamp span { font-size: .62rem; }
  .graphic-stamp small { font-size: .43rem; }
  .graphic-footnote { bottom: .85rem; left: 1rem; font-size: .48rem; }
  .approach-section { padding: 4.2rem 0; }
  .approach-heading h2 { font-size: clamp(2.65rem, 10vw, 3.4rem); }
  .approach-heading > p:last-child { font-size: .86rem; }
  .steps-list li { grid-template-columns: 2.4rem minmax(0, 1fr) 1rem; gap: .45rem; }
  .steps-list h3 { font-size: 1.28rem; }
  .steps-list p { font-size: .75rem; }
  .step-rule { width: 15px; }
  .closing-section { padding: 3rem .9rem; gap: 1.5rem; }
  .closing-section h2 { font-size: clamp(2.55rem, 11vw, 3.3rem); }
  .closing-section .eyebrow { max-width: 260px; font-size: .61rem; }
  .closing-decoration { right: 7%; bottom: 22%; font-size: 2.5rem; }
  .footer-inner { min-height: 0; }
  .footer-inner > p { font-size: .77rem; }
  .back-top { font-size: .7rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
  html.motion-ready [data-reveal] { opacity: 1; transform: none; }
}
