
:root{
  --bg:#08111f;
  --bg2:#0d1728;
  --panel:#101a2e;
  --panel2:#15243a;
  --text: #000000;
  --muted: #000000;
  --line:rgba(255,255,255,.10);
  --accent:#56b5ff;
  --accent2:#9e7bff;
  --accent3:#c8d7ff;
  --shell:1240px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--text);
  background:
    radial-gradient(900px 420px at 10% -8%, rgba(86,181,255,.18), transparent 60%),
    radial-gradient(680px 420px at 90% 0%, rgba(158,123,255,.18), transparent 55%),
    linear-gradient(180deg,var(--bg),var(--bg2));
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  line-height:1.6;
}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%;height:auto}
h1,h2,h3,p{overflow-wrap:anywhere}
.shell{width:min(var(--shell),calc(100% - 48px));margin-inline:auto}
.site-header{
  position:sticky;top:0;z-index:80;
  background:color-mix(in srgb,var(--bg) 86%,transparent);
  border-bottom:1px solid var(--line);
  backdrop-filter:blur(18px);
}
.header-inner{min-height:76px;display:flex;align-items:center;gap:18px}
.brand{display:flex;align-items:center;gap:12px;min-width:0}
.brand img{width:158px;object-fit:contain}
.brand span{display:flex;flex-direction:column;gap:2px}
.brand b{font-size:15px;letter-spacing:.08em}
.brand small{font-size:12px;color: var(--text)}
.nav{margin-left:auto;display:flex;align-items:center;gap:16px;white-space:nowrap;overflow:auto;scrollbar-width:none}
.nav::-webkit-scrollbar{display:none}
.nav a{padding:28px 0 25px;border-bottom:2px solid transparent;color: var(--text);font-size:14px;font-weight:800}
.nav a[aria-current="page"],.nav a:hover{border-bottom-color:var(--accent);color:var(--text)}
.menu-btn{display:none;align-items:center;justify-content:center;flex-direction:column;width:48px;height:48px;border-radius:14px;border:1px solid var(--line);background:rgba(255,255,255,.03)}
.menu-btn span{width:18px;height:2px;background:var(--text);border-radius:999px;margin:2px 0}
.header-cta,.btn{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:50px;padding:0 22px;border-radius:999px;
  border:1px solid transparent;font-weight:900;font-size:15px;
  transition:transform .18s ease,border-color .18s ease,background .18s ease;
}
.header-cta,.btn-primary{background:linear-gradient(180deg,var(--accent2),var(--accent));box-shadow:0 18px 40px rgba(86,181,255,.22)}
.btn-secondary{border-color:var(--line);background:rgba(255,255,255,.02)}
.header-cta:hover,.btn:hover{transform:translateY(-1px)}
.hero{padding:58px 0 34px;border-bottom:1px solid var(--line)}
.hero-shell{display:grid;gap:22px}
.kicker{
  display:inline-flex;align-items:center;gap:8px;padding:7px 12px;border-radius:999px;
  border:1px solid color-mix(in srgb,var(--accent) 28%,transparent);
  background:color-mix(in srgb,var(--accent) 12%,transparent);
  color:var(--accent3);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;
}
.hero h1{margin:16px 0 0;font-size:clamp(40px,6vw,72px);line-height:1.02;letter-spacing:-.03em}
.hero p{margin:16px 0 0;max-width:58ch;color: var(--text);font-size:18px}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}
.trust-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}
.trust-row span{
  display:inline-flex;align-items:center;min-height:32px;padding:0 12px;border-radius:999px;
  border:1px solid var(--line);background:rgba(255,255,255,.03);color: var(--text);
  font-size:12px;font-weight:800;
}
.visual-shell,.immersive-visual,.product-visual,.map-grid,.dashboard-grid{
  min-height:420px;border-radius:32px;border:1px solid var(--line);
  background:linear-gradient(135deg,rgba(255,255,255,.04),rgba(255,255,255,.02));
  box-shadow:0 28px 70px rgba(0,0,0,.28);overflow:hidden;padding:18px;
}
.hero-center .center-shell{text-align:center;justify-items:center}
.hero-center .visual-shell{display:grid;place-items:center}
.hero-center .hero-actions,.hero-center .trust-row{justify-content:center}
.hero-immersive .immersive-shell{grid-template-columns:1fr}
.hero-immersive{
  background:
    radial-gradient(1000px 500px at 20% 0%, rgba(86,181,255,.22), transparent 58%),
    radial-gradient(760px 420px at 82% 12%, rgba(158,123,255,.18), transparent 55%),
    linear-gradient(180deg,var(--bg),#0a1222);
}
.immersive-visual{
  position:relative;
  background:
    linear-gradient(135deg,rgba(255,255,255,.06),rgba(255,255,255,.02)),
    radial-gradient(circle at 22% 18%, rgba(86,181,255,.12), transparent 26%),
    radial-gradient(circle at 80% 16%, rgba(158,123,255,.12), transparent 18%);
}
.immersive-visual::before{
  content:"";position:absolute;inset:20px;border-radius:28px;border:1px solid rgba(255,255,255,.08);
  background:linear-gradient(135deg,rgba(10,16,28,.78),rgba(13,22,39,.65));
}
.hero-panel .panel-shell{grid-template-columns:1fr}
.dashboard-grid{
  display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;align-content:start;
}
.stat-card{
  padding:18px;border-radius:20px;border:1px solid var(--line);
  background:linear-gradient(180deg,color-mix(in srgb,var(--panel2) 90%,transparent),color-mix(in srgb,var(--panel) 96%,transparent));
}
.stat-card span{display:block;color:var(--accent3);font-size:12px;font-weight:900;text-transform:uppercase}
.stat-card strong{display:block;margin-top:8px;font-size:18px}
.stat-card small{display:block;margin-top:6px;color: var(--text)}
.hero-product .product-shell{grid-template-columns:1fr}
.product-visual{
  display:grid;grid-template-columns:1.2fr .8fr;gap:14px;align-items:stretch;
  background:
    linear-gradient(135deg,rgba(255,255,255,.04),rgba(255,255,255,.02)),
    radial-gradient(circle at 20% 20%, rgba(86,181,255,.12), transparent 26%),
    radial-gradient(circle at 80% 15%, rgba(158,123,255,.12), transparent 18%);
}
.frame{
  border-radius:24px;border:1px solid var(--line);background:rgba(255,255,255,.03);overflow:hidden;
}
.frame img{width:100%;height:100%;object-fit:cover}
.frame.tall{min-height:330px}
.frame.short{min-height:160px}
.stack{
  display:grid;gap:14px;align-content:stretch
}
.stack-two{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.map-shell{grid-template-columns:1fr}
.map-grid{
  display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;align-content:start;
}
.map-node,.card,.timeline-row,.check-row,.faq-item,.list-card{
  border:1px solid var(--line);
  background:linear-gradient(180deg,color-mix(in srgb,var(--panel2) 90%,transparent),color-mix(in srgb,var(--panel) 96%,transparent));
  border-radius:22px;box-shadow:0 16px 40px rgba(0,0,0,.16);
}
.map-node{padding:18px}
.map-node span{display:block;color:var(--accent3);font-size:12px;font-weight:900;text-transform:uppercase}
.map-node strong{display:block;margin-top:8px;font-size:18px}
.map-node small{display:block;margin-top:6px;color: var(--text)}
.section{padding:66px 0}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:24px}
.section-title{max-width:760px}
.section-title h2{margin:0;font-size:clamp(30px,4vw,44px);line-height:1.05}
.section-title p{margin:12px 0 0;color: var(--text);font-size:16px}
.grid{display:grid;gap:16px}
.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}
.grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}
.grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}
.card{padding:18px}
.card h3{margin:10px 0 8px;font-size:22px;line-height:1.08}
.card p{margin:0;color: var(--text)}
.card-figure{margin:0}
.card-figure img{width:100%;border-radius:18px;object-fit:cover;background:rgba(0,0,0,.12)}
.timeline-list,.check-list,.list-grid{display:grid;gap:12px}
.timeline-row,.check-row{display:grid;grid-template-columns:56px 1fr;gap:14px;padding:18px}
.timeline-row b,.check-row b{
  display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;
  background:color-mix(in srgb,var(--accent) 18%,transparent);border:1px solid color-mix(in srgb,var(--accent) 26%,transparent)
}
.timeline-row h3,.check-row h3{margin:0 0 6px;font-size:19px}
.timeline-row p,.check-row p{margin:0;color: var(--text)}
.list-card{padding:18px}
.list-card h3{margin:0 0 8px;font-size:20px}
.list-card p{margin:0;color: var(--text)}
.compare{width:100%;border-collapse:collapse;border:1px solid var(--line);background:rgba(255,255,255,.02);border-radius:18px;overflow:hidden}
.compare td{padding:14px 16px;border-bottom:1px solid var(--line)}
.gallery-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.gallery-card{margin:0;border-radius:22px;overflow:hidden;border:1px solid var(--line);background:rgba(255,255,255,.03)}
.gallery-card img{width:100%;height:100%;object-fit:cover}
.faq-list{display:grid;gap:12px}
.faq-item{padding:18px}
.faq-item summary{cursor:pointer;font-weight:900;font-size:18px}
.faq-item p{margin:12px 0 0;color: var(--text)}
.cta-band{
  padding:28px;border-radius:32px;border:1px solid var(--line);
  background:linear-gradient(135deg,rgba(86,181,255,.14),rgba(255,255,255,.03));
  display:flex;align-items:center;justify-content:space-between;gap:20px;
}
.cta-band h2{margin:0;font-size:clamp(26px,3vw,40px)}
.cta-band p{margin:10px 0 0;color: var(--text)}
.site-footer{
  margin-top:24px;padding:28px 0 34px;border-top:1px solid var(--line);
  background:color-mix(in srgb,var(--bg) 90%,transparent);
}
.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:16px}
.footer-links{display:flex;flex-wrap:wrap;gap:12px;justify-content:flex-end}
.footer-links a{color: var(--text);font-size:13px;font-weight:800}
@media (max-width:1080px){
  .grid.two,.grid.three,.grid.four,.gallery-grid,.dashboard-grid,.product-visual,.map-grid{grid-template-columns:1fr}
}
@media (max-width:740px){
  .shell{width:min(calc(100% - 24px),var(--shell))}
  .header-inner{flex-wrap:wrap;padding:10px 0}
  .brand{width:100%}
  .brand img{width:138px}
  .menu-btn{display:inline-flex;margin-left:auto}
  .nav{display:none;width:100%;margin-left:0;gap:14px}
  .nav.is-open{display:flex;flex-wrap:wrap}
  .header-cta{width:100%}
  .hero{padding:44px 0 26px}
  .hero h1{font-size:clamp(34px,9vw,48px)}
  .hero p{font-size:16px}
  .visual-shell,.immersive-visual,.product-visual,.map-grid,.dashboard-grid{min-height:300px}
  .section{padding:52px 0}
  .section-head{flex-direction:column;align-items:flex-start}
  .cta-band,.footer-inner{flex-direction:column;align-items:flex-start}
  .timeline-row,.check-row{grid-template-columns:1fr}
}

/* EVP-TYPO-CONTRAST-FIX v1 */
body[data-page="40-evpoker-download-choice"] .hero h1,
body[data-page="40-evpoker-download-choice"] .hero .hero-title,
body[data-page="40-evpoker-download-choice"] .hero-copy h1,
body[data-page="40-evpoker-download-choice"] .hero-center h1,
body[data-page="40-evpoker-download-choice"] .hero-tool h1,
body[data-page="40-evpoker-download-choice"] .hero-apple h1,
body[data-page="40-evpoker-download-choice"] .hero-desktop h1,
body[data-page="40-evpoker-download-choice"] .hero-split h1,
body[data-page="40-evpoker-download-choice"] .center-shell h1,
body[data-page="40-evpoker-download-choice"] .hero h2,
body[data-page="40-evpoker-download-choice"] .section-title h2,
body[data-page="40-evpoker-download-choice"] .card h3,
body[data-page="40-evpoker-download-choice"] .step h3,
body[data-page="40-evpoker-download-choice"] .timeline-row h3,
body[data-page="40-evpoker-download-choice"] .check-row h3,
body[data-page="40-evpoker-download-choice"] .faq-list summary,
body[data-page="40-evpoker-download-choice"] .cta-band h2 {
  color:#ffffff;
  font-weight:800;
  letter-spacing:-0.02em;
  line-height:1.15;
  text-shadow:none;
  opacity:1;
}
body[data-page="40-evpoker-download-choice"] .hero,
body[data-page="40-evpoker-download-choice"] .hero-copy,
body[data-page="40-evpoker-download-choice"] .section-title,
body[data-page="40-evpoker-download-choice"] .card,
body[data-page="40-evpoker-download-choice"] .panel,
body[data-page="40-evpoker-download-choice"] .step,
body[data-page="40-evpoker-download-choice"] .timeline-row,
body[data-page="40-evpoker-download-choice"] .check-row,
body[data-page="40-evpoker-download-choice"] .faq-list details,
body[data-page="40-evpoker-download-choice"] .cta-band,
body[data-page="40-evpoker-download-choice"] .compare,
body[data-page="40-evpoker-download-choice"] .floating-note,
body[data-page="40-evpoker-download-choice"] .trust-row span,
body[data-page="40-evpoker-download-choice"] .pill {
  color: var(--text);
  opacity:1;
  text-shadow:none;
}
body[data-page="40-evpoker-download-choice"] .hero p,
body[data-page="40-evpoker-download-choice"] .hero-copy p,
body[data-page="40-evpoker-download-choice"] .section-title p,
body[data-page="40-evpoker-download-choice"] .card p,
body[data-page="40-evpoker-download-choice"] .step p,
body[data-page="40-evpoker-download-choice"] .timeline-row p,
body[data-page="40-evpoker-download-choice"] .check-row p,
body[data-page="40-evpoker-download-choice"] .faq-list p,
body[data-page="40-evpoker-download-choice"] .cta-band p,
body[data-page="40-evpoker-download-choice"] .compare td,
body[data-page="40-evpoker-download-choice"] .footer-links a {
  color: var(--text);
  opacity:1;
  text-shadow:none;
}
body[data-page="40-evpoker-download-choice"] .btn,
body[data-page="40-evpoker-download-choice"] .header-cta {
  font-weight:700;
  line-height:1;
  text-shadow:none;
  opacity:1;
}
body[data-page="40-evpoker-download-choice"] .btn-primary,
body[data-page="40-evpoker-download-choice"] .header-cta,
body[data-page="40-evpoker-download-choice"] .btn-secondary {
  color:#ffffff;
}
body[data-page="40-evpoker-download-choice"] .menu-btn span { opacity:1; }
body[data-page="40-evpoker-download-choice"] .floating-note strong { color:#ffffff; }