.home-v3 { background: #05030a; }
.home-v3::before { display: none; }
.home-v3 main { overflow: hidden; }

.home-hero {
  position: relative;
  min-height: 760px;
  padding: 68px 24px 54px;
  text-align: center;
  background:
    radial-gradient(42rem 27rem at 50% 14%, rgba(157, 53, 255, .31), transparent 68%),
    radial-gradient(52rem 24rem at 50% 54%, rgba(92, 22, 168, .2), transparent 72%),
    linear-gradient(180deg, #080410 0%, #05030a 80%);
}
.home-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 190px;
  background: linear-gradient(transparent, #05030a);
  pointer-events: none;
}
.home-hero-copy { position: relative; z-index: 2; width: min(880px, 100%); margin: 0 auto; }
.hero-logo { width: 82px; height: 82px; margin: 0 auto 22px; padding: 6px; border: 1px solid rgba(203, 121, 255, .5); border-radius: 24px; background: rgba(7, 3, 12, .7); box-shadow: 0 0 48px rgba(179, 69, 255, .32); }
.hero-logo img { width: 100%; height: 100%; border-radius: 18px; object-fit: cover; }
.eyebrow.centered { justify-content: center; }
.home-hero h1 { margin: 0 0 20px; font-size: clamp(3.25rem, 6.2vw, 5.8rem); line-height: .92; letter-spacing: -.07em; }
.home-hero h1 em { background: linear-gradient(90deg, #d98cff, #9e5cff 55%, #c6ff79); background-clip: text; color: transparent; }
.home-hero-copy > p:not(.eyebrow) { width: min(690px, 100%); margin: 0 auto; color: #b7afc2; font-size: clamp(1rem, 1.7vw, 1.18rem); line-height: 1.72; }
.centered-actions { justify-content: center; }
.hero-assurances { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 24px; margin: 27px 0 0; padding: 0; color: #aaa0b7; list-style: none; font-size: .73rem; font-weight: 700; }
.hero-assurances li { display: flex; align-items: center; gap: 8px; }
.hero-assurances i { width: 6px; height: 6px; border-radius: 50%; background: var(--emx-green); box-shadow: 0 0 10px rgba(166, 255, 79, .72); }

.hero-product-stage { position: relative; z-index: 2; width: min(1100px, calc(100% - 32px)); height: 340px; margin: 48px auto 0; perspective: 1200px; }
.stage-card { position: absolute; top: 46px; width: 42%; margin: 0; overflow: hidden; border: 1px solid rgba(190, 105, 255, .25); border-radius: 22px; background: #0a0710; box-shadow: 0 30px 90px rgba(0, 0, 0, .68); opacity: .5; }
.stage-card img { display: block; width: 100%; height: 246px; object-fit: contain; background: #050307; }
.stage-card figcaption { padding: 13px 16px; color: #aaa0b6; text-align: left; font-size: .7rem; font-weight: 750; }
.stage-card-left { left: 0; transform: scale(.88); transform-origin: left center; }
.stage-card-right { right: 0; transform: scale(.88); transform-origin: right center; }
.stage-card-main { z-index: 2; top: 0; left: 50%; width: 48%; border-color: rgba(208, 120, 255, .72); opacity: 1; transform: translateX(-50%); box-shadow: 0 34px 110px rgba(0, 0, 0, .72), 0 0 70px rgba(155, 55, 245, .18); }
.stage-card-main img { height: 278px; }
.stage-card-main figcaption { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 16px 18px; }
.stage-card-main strong { color: white; font-family: var(--emx-font-display); font-size: 1rem; }
.stage-card-main span { color: #a59bad; }
.stage-live { position: absolute; z-index: 2; top: 14px; left: 14px; display: flex; align-items: center; gap: 7px; padding: 7px 9px; border: 1px solid rgba(168, 255, 80, .25); border-radius: 999px; color: #caff98 !important; background: rgba(6, 8, 5, .84); font-size: .58rem; font-weight: 900; letter-spacing: .09em; }
.stage-live i { width: 6px; height: 6px; border-radius: 50%; background: var(--emx-green); box-shadow: 0 0 9px var(--emx-green); }

.home-section { width: min(1160px, calc(100% - 48px)); margin: 0 auto; padding: 78px 0; }
.home-section + .home-section { border-top: 1px solid rgba(255, 255, 255, .075); }
.home-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 42px; }
.home-section-heading h2 { margin: 0; font-size: clamp(2.45rem, 4.4vw, 4.25rem); line-height: .97; letter-spacing: -.06em; }
.home-section-heading h2 em, .home-cta h2 em { color: #ca78ff; font-style: normal; }
.home-section-heading > div:last-child, .home-section-heading > p { max-width: 470px; color: #aaa1b4; line-height: 1.65; }
.home-section-heading > div:last-child p { margin-bottom: 14px; }
.home-section-heading a { color: #d995ff; font-size: .79rem; font-weight: 800; text-decoration: none; }
.home-section-heading .heading-secondary-link { display: inline-block; margin-left: 20px; color: #aaa1b4; }
.centered-heading { justify-content: center; text-align: center; }

.showcase-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.showcase-card { display: grid; min-width: 0; overflow: hidden; border: 1px solid rgba(205, 147, 255, .15); border-radius: 24px; background: linear-gradient(145deg, rgba(20, 13, 30, .96), rgba(8, 5, 13, .98)); box-shadow: 0 28px 72px rgba(0, 0, 0, .36); transition: transform 200ms ease, border-color 200ms ease; }
.showcase-card:hover { border-color: rgba(198, 96, 255, .5); transform: translateY(-4px); }
.showcase-wide { grid-column: 1 / -1; grid-template-columns: minmax(0, 1.25fr) minmax(350px, .75fr); }
.showcase-media { position: relative; display: grid; overflow: hidden; min-height: 0; place-items: center; padding: 10px; background: #050307; }
.showcase-media img { display: block; width: 100%; height: auto; max-height: 440px; object-fit: contain; transition: transform 300ms ease; }
.showcase-card:not(.showcase-wide) .showcase-media img { height: 310px; object-fit: contain; }
.showcase-card:hover .showcase-media img { transform: scale(1.02); }
.showcase-media span { position: absolute; right: 15px; bottom: 15px; padding: 8px 10px; border: 1px solid rgba(255, 255, 255, .14); border-radius: 999px; color: white; background: rgba(5, 3, 9, .82); backdrop-filter: blur(12px); font-size: .64rem; font-weight: 800; }
.showcase-body { display: flex; min-width: 0; flex-direction: column; padding: clamp(22px, 2.6vw, 31px); }
.product-label-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 22px; color: #c479f2; font-size: .62rem; font-weight: 850; letter-spacing: .11em; }
.product-label-row b { padding: 6px 8px; border: 1px solid rgba(166, 255, 79, .22); border-radius: 999px; color: #c7ff94; background: rgba(166, 255, 79, .045); font-size: .56rem; }
.showcase-body h3 { margin: 0 0 13px; font-size: clamp(1.8rem, 2.7vw, 2.6rem); line-height: 1; letter-spacing: -.05em; }
.showcase-body > p { margin-bottom: 30px; color: #aca3b6; line-height: 1.65; }
.showcase-footer { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-top: auto; padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, .08); }
.showcase-footer small { display: block; margin-bottom: 4px; color: #8d8497; font-size: .61rem; }
.showcase-footer strong { font-family: var(--emx-font-display); font-size: 1.55rem; }
.bundle-art { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; min-height: 250px; padding: 8px; background: #050307; }
.bundle-art img { width: 100%; height: 250px; object-fit: contain; }

.free-tools-section { width: min(1220px, calc(100% - 48px)); }
.affiliate-promo { display: grid; grid-template-columns: minmax(0,1fr) minmax(360px,.8fr); align-items: center; gap: clamp(36px,7vw,88px); }
.affiliate-promo-copy h2 { margin: 0 0 18px; font-size: clamp(2.35rem,4.3vw,4.2rem); line-height: .97; letter-spacing: -.06em; }
.affiliate-promo-copy h2 em { color: #ca78ff; font-style: normal; }
.affiliate-promo-copy > p:not(.eyebrow) { max-width: 660px; color: #a59cab; line-height: 1.7; }
.affiliate-promo-flow { overflow: hidden; border: 1px solid rgba(199,104,255,.22); border-radius: 19px; background: rgba(11,7,17,.86); }
.affiliate-promo-flow article { display: grid; grid-template-columns: 42px 1fr; gap: 3px 14px; padding: 21px; }
.affiliate-promo-flow article + article { border-top: 1px solid rgba(255,255,255,.08); }
.affiliate-promo-flow b { grid-row: 1/3; align-self: center; color: #c66fff; font-size: .67rem; }
.affiliate-promo-flow span { font-family: var(--emx-font-display); font-weight: 750; }
.affiliate-promo-flow small { color: #857c8d; font-size: .67rem; }
.free-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.free-card { overflow: hidden; border: 1px solid rgba(255, 255, 255, .1); border-radius: 21px; background: #0c0812; }
.free-card > img { display: block; width: 100%; height: 230px; object-fit: contain; border-bottom: 1px solid rgba(255, 255, 255, .08); background: #050307; }
.free-card > div { padding: 24px; }
.free-card span { color: #aaff5c; font-size: .59rem; font-weight: 850; letter-spacing: .1em; }
.free-card h3 { margin: 9px 0 11px; font-size: 1.75rem; letter-spacing: -.04em; }
.free-card p { min-height: 76px; color: #a69dab; font-size: .82rem; line-height: 1.6; }
.free-card a { display: flex; align-items: center; justify-content: space-between; margin-top: 20px; padding-top: 16px; border-top: 1px solid rgba(255, 255, 255, .08); color: white; font-size: .76rem; font-weight: 800; text-decoration: none; }
.free-card a b { color: #cc77ff; font-size: 1rem; }

.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.process-grid article { padding: 29px; border: 1px solid rgba(255, 255, 255, .09); border-radius: 19px; background: rgba(16, 10, 24, .6); }
.process-grid b { display: block; margin-bottom: 48px; color: #c56eff; font-size: .7rem; }
.process-grid h3 { margin-bottom: 10px; font-size: 1.35rem; }
.process-grid p { margin: 0; color: #9f96a8; font-size: .8rem; line-height: 1.6; }

.finder-heading { display: flex; align-items: end; justify-content: space-between; gap: 42px; margin-bottom: 30px; }
.finder-heading h2 { margin: 0; font-size: clamp(2.4rem, 4.2vw, 4rem); line-height: .98; letter-spacing: -.055em; }
.finder-heading h2 em { color: #ca78ff; font-style: normal; }
.finder-heading > p { max-width: 430px; margin: 0; color: #9f96a8; line-height: 1.65; }
.finder-shell { display: grid; grid-template-columns: minmax(0, .92fr) minmax(360px, 1.08fr); overflow: hidden; border: 1px solid rgba(204,130,255,.19); border-radius: 22px; background: #09060e; box-shadow: 0 30px 80px rgba(0,0,0,.36); }
.finder-form { display: grid; gap: 24px; padding: clamp(24px, 3.5vw, 38px); border-right: 1px solid rgba(255,255,255,.08); }
.finder-form fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.finder-form legend { margin-bottom: 13px; font-family: var(--emx-font-display); font-size: .88rem; font-weight: 700; }
.choice-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; }
.choice-grid.compact { grid-template-columns: repeat(3,minmax(0,1fr)); }
.choice-grid label { cursor: pointer; }
.choice-grid input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.choice-grid label > span { display: flex; min-height: 68px; flex-direction: column; justify-content: center; padding: 12px 14px; border: 1px solid rgba(255,255,255,.09); border-radius: 12px; color: #ddd5e5; background: rgba(255,255,255,.025); font-size: .77rem; font-weight: 750; transition: border-color 150ms ease, background 150ms ease, transform 150ms ease; }
.choice-grid label > span small { margin-top: 5px; color: #82798b; font-size: .62rem; font-weight: 500; line-height: 1.35; }
.choice-grid input:checked + span { border-color: rgba(195,91,255,.72); background: rgba(177,61,255,.13); box-shadow: inset 3px 0 #b956ff; transform: translateY(-1px); }
.choice-grid input:focus-visible + span { box-shadow: var(--emx-focus-shadow); }
.choice-grid.compact label > span { min-height: 48px; text-align: center; }
.finder-form > .emx-button { justify-self: start; }
.finder-result { position: relative; min-height: 500px; padding: clamp(24px, 3.5vw, 40px); overflow: hidden; background: radial-gradient(32rem 24rem at 75% 20%,rgba(157,50,255,.19),transparent 72%),#07040b; }
.finder-result::after { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px); background-size: 30px 30px; mask-image: linear-gradient(to bottom,black,transparent 86%); }
.finder-idle,.finder-loading { position: relative; z-index: 1; display: flex; min-height: 420px; align-items: center; justify-content: center; flex-direction: column; text-align: center; }
.finder-idle h3,.finder-loading h3 { margin: 7px 0 10px; font-size: clamp(1.65rem,3vw,2.35rem); }
.finder-idle > p:last-child { max-width: 360px; color: #8f8698; line-height: 1.6; }
.finder-orbit { position: relative; width: 100px; height: 100px; margin-bottom: 26px; border: 1px solid rgba(198,101,255,.26); border-radius: 50%; box-shadow: inset 0 0 28px rgba(173,62,255,.12),0 0 40px rgba(173,62,255,.1); animation: finder-pulse 2.8s ease-in-out infinite; }
.finder-orbit i { position: absolute; inset: 11px; border: 1px solid rgba(170,255,91,.2); border-radius: 50%; }
.finder-orbit i:nth-child(2) { inset: 28px; border-color: rgba(198,101,255,.5); }
.finder-orbit i:nth-child(3) { inset: 43px; border: 0; background: #adff62; box-shadow: 0 0 18px #aaff5b; }
.scan-core { position: relative; display: grid; width: 120px; height: 120px; margin-bottom: 26px; place-items: center; border: 1px solid rgba(200,105,255,.35); border-radius: 28px; background: rgba(151,45,230,.08); overflow: hidden; }
.scan-core::after { content: ""; position: absolute; top: 12px; left: 8px; right: 8px; height: 2px; background: linear-gradient(90deg,transparent,#b8ff76,transparent); box-shadow: 0 0 18px #aaff5b; animation: finder-scan 1s ease-in-out infinite; will-change: transform, opacity; }
.scan-core i { position: absolute; inset: 15px; border: 1px solid rgba(255,255,255,.08); border-radius: 20px; animation: finder-spin 5s linear infinite; }
.scan-core i:nth-child(2) { inset: 29px; border-style: dashed; border-color: rgba(202,111,255,.5); animation-direction: reverse; }
.scan-core b { position: relative; z-index: 1; color: #fff; font-size: .78rem; letter-spacing: .13em; }
.finder-loading ol { display: grid; gap: 8px; width: min(320px,100%); margin: 18px 0 0; padding: 0; list-style: none; }
.finder-loading li { padding: 9px 12px; border: 1px solid rgba(255,255,255,.07); border-radius: 9px; color: #6f6678; font-size: .68rem; text-align: left; transition: color 180ms ease,border-color 180ms ease,background 180ms ease; }
.finder-loading li.is-active { border-color: rgba(198,101,255,.35); color: white; background: rgba(180,69,255,.09); }
.finder-loading li.is-done { color: #bfff83; }
.finder-recommendation { position: relative; z-index: 1; display: grid; min-height: 420px; grid-template-rows: minmax(0,1fr) auto; overflow: hidden; border: 1px solid rgba(202,119,255,.22); border-radius: 17px; background: rgba(9,5,14,.85); animation: finder-reveal 360ms ease both; }
.recommendation-media { display: grid; min-height: 220px; place-items: center; padding: 10px; background: #040205; }
.recommendation-media img { width: 100%; height: 260px; object-fit: contain; }
.recommendation-copy { padding: 23px; }
.recommendation-copy h3 { margin: 0 0 10px; font-size: clamp(1.7rem,3vw,2.4rem); }
.recommendation-copy > p:not(.eyebrow) { color: #9e95a7; line-height: 1.6; }
.recommendation-copy > div { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 20px; }
.recommendation-copy strong { font-family: var(--emx-font-display); font-size: 1.35rem; }
.finder-reset { margin-top: 15px; padding: 0; border: 0; color: #bcaec6; background: none; cursor: pointer; font-size: .68rem; font-weight: 700; text-decoration: underline; }
@keyframes finder-spin { to { transform: rotate(360deg); } }
@keyframes finder-scan { 0%,100% { opacity: .35; transform: translateY(0); } 50% { opacity: 1; transform: translateY(93px); } }
@keyframes finder-pulse { 50% { transform: scale(1.04); box-shadow: inset 0 0 35px rgba(173,62,255,.16),0 0 50px rgba(173,62,255,.16); } }
@keyframes finder-reveal { from { opacity: 0; transform: translateY(12px); } }

.home-cta { width: min(1180px, calc(100% - 48px)); margin: 30px auto 100px; padding: 100px 30px; overflow: hidden; border: 1px solid rgba(195, 98, 255, .26); border-radius: 28px; text-align: center; background: radial-gradient(34rem 20rem at 50% 10%, rgba(168, 57, 255, .28), transparent 70%), #0b0711; box-shadow: 0 34px 90px rgba(0, 0, 0, .4); }
.home-cta > div { width: min(700px, 100%); margin: auto; }
.home-cta h2 { margin: 0 0 18px; font-size: clamp(3rem, 5.8vw, 5.6rem); line-height: .92; letter-spacing: -.07em; }
.home-cta > div > p:not(.eyebrow) { color: #aaa1b4; }

@media (max-width: 900px) {
  .home-hero { min-height: 760px; padding-top: 72px; }
  .hero-product-stage { height: 310px; }
  .stage-card-main { width: 68%; }
  .stage-card { top: 35px; width: 48%; }
  .showcase-wide { grid-template-columns: 1fr; }
  .showcase-grid { grid-template-columns: 1fr; }
  .showcase-wide { grid-column: auto; }
  .free-grid, .process-grid { grid-template-columns: 1fr; }
  .affiliate-promo { grid-template-columns: 1fr; }
  .free-card { display: grid; grid-template-columns: minmax(220px, .8fr) 1fr; }
  .free-card > img { height: 100%; aspect-ratio: auto; border-right: 1px solid rgba(255, 255, 255, .08); border-bottom: 0; }
  .free-card p { min-height: 0; }
  .finder-shell { grid-template-columns: 1fr; }
  .finder-form { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.08); }
}

@media (max-width: 720px) {
  .home-hero { min-height: 0; padding: 58px 16px 45px; }
  .hero-logo { width: 66px; height: 66px; border-radius: 19px; }
  .home-hero h1 { font-size: clamp(3.25rem, 16vw, 4.7rem); }
  .hero-assurances { gap: 10px 14px; }
  .hero-product-stage { width: 100%; height: 245px; margin-top: 45px; }
  .stage-card-left, .stage-card-right { display: none; }
  .stage-card-main { width: 100%; border-radius: 16px; }
  .stage-card-main img { height: 188px; }
  .stage-card-main figcaption { padding: 12px 14px; }
  .home-section { width: min(100% - 32px, 620px); padding: 76px 0; }
  .home-section-heading { align-items: start; flex-direction: column; gap: 23px; margin-bottom: 30px; }
  .home-section-heading h2 { font-size: clamp(2.65rem, 13vw, 4rem); }
  .showcase-card { border-radius: 18px; }
  .showcase-media { min-height: 0; }
  .showcase-card:not(.showcase-wide) .showcase-media img { height: 250px; min-height: 0; }
  .showcase-footer { align-items: stretch; flex-direction: column; }
  .showcase-footer .emx-button { width: 100%; }
  .bundle-art { min-height: 175px; }
  .bundle-art img { height: 175px; min-height: 0; }
  .free-card { display: block; }
  .free-card > img { height: 230px; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .08); }
  .process-grid article { padding: 24px; }
  .process-grid b { margin-bottom: 30px; }
  .home-cta { width: calc(100% - 32px); margin-bottom: 70px; padding: 70px 20px; border-radius: 21px; }
  .finder-heading { align-items: flex-start; flex-direction: column; gap: 18px; }
  .home-section-heading .heading-secondary-link { display: block; margin: 10px 0 0; }
  .choice-grid,.choice-grid.compact { grid-template-columns: 1fr; }
  .finder-result { min-height: 430px; padding: 18px; }
  .recommendation-copy > div { align-items: stretch; flex-direction: column; }
  .recommendation-copy .emx-button { width: 100%; }
}
.finder-select-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.finder-select-grid label{display:grid;gap:7px;color:#a99fb2;font-size:.72rem;font-weight:700}.finder-select-grid select{width:100%;padding:12px 13px;border:1px solid rgba(255,255,255,.12);border-radius:10px;background:#0c0811;color:#f8f4fc;font:inherit}.finder-select-grid select:focus-visible{outline:2px solid var(--emx-green);outline-offset:2px}.finder-form legend small{color:#82788b;font-size:.65rem;font-weight:500}.finder-notes{display:grid;gap:7px;margin:14px 0;padding:0;list-style:none}.finder-notes li{padding-left:18px;color:#b8afbf;font-size:.73rem;line-height:1.5}.finder-notes li::before{content:"•";margin-left:-18px;margin-right:10px;color:var(--emx-green)}@media(max-width:620px){.finder-select-grid{grid-template-columns:1fr}}
.product-stage picture,.showcase-media picture,.bundle-art picture,.free-card picture{display:contents}
