:root{
  --bg:#071319;
  --bg-2:#0a1a20;
  --panel:#0d2229;
  --panel-2:#102a31;
  --line:rgba(255,255,255,.1);
  --text:#ecfbf8;
  --muted:#98aaa8;
  --green:#68f0c6;
  --green-2:#34cfa7;
  --cyan:#55dce8;
  --warning:#ffd27a;
  --danger:#ff8f8f;
  --radius:28px;
  --shadow:0 30px 90px rgba(0,0,0,.36);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,Segoe UI,Arial,sans-serif;
  color:var(--text);
  background:var(--bg);
  line-height:1.65;
}
body.modal-open{overflow:hidden}
a{text-decoration:none;color:inherit}
button{font:inherit}
img{max-width:100%}
.container{width:min(1180px,calc(100% - 40px));margin:auto}

.site-header{
  position:fixed;
  inset:0 0 auto;
  z-index:100;
  border-bottom:1px solid var(--line);
  background:rgba(7,19,25,.82);
  backdrop-filter:blur(18px);
}
.header-inner{
  min-height:78px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
}
.brand img{width:58px;height:58px;object-fit:contain;border-radius:16px}
.desktop-nav{display:flex;gap:30px}
.desktop-nav a{font-size:14px;color:#b4c4c1}
.desktop-nav a:hover{color:#fff}
.header-cta,.mobile-nav button{
  border:0;
  border-radius:999px;
  padding:12px 22px;
  color:#06201a;
  background:linear-gradient(90deg,var(--green),var(--cyan));
  font-weight:900;
  cursor:pointer;
}
.menu-toggle{
  display:none;
  width:42px;
  height:42px;
  padding:10px;
  border:1px solid var(--line);
  border-radius:12px;
  background:none;
}
.menu-toggle span{display:block;height:2px;background:#fff;margin:5px 0}
.mobile-nav{display:none}

.hero{
  position:relative;
  overflow:hidden;
  padding:150px 0 0;
  background:
    radial-gradient(circle at 75% 18%,rgba(85,220,232,.16),transparent 32%),
    radial-gradient(circle at 12% 35%,rgba(104,240,198,.1),transparent 28%),
    linear-gradient(180deg,#061117,#091a20);
}
.hero-grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:1.05fr .95fr;
  align-items:center;
  gap:80px;
  padding-bottom:86px;
}
.eyebrow,.kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:var(--green);
  font-size:12px;
  font-weight:900;
  letter-spacing:.2em;
}
.eyebrow span{
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--green);
  box-shadow:0 0 0 7px rgba(104,240,198,.12);
}
.hero h1{
  margin:22px 0 24px;
  font-size:clamp(52px,7vw,88px);
  line-height:.98;
  letter-spacing:-.055em;
}
.hero h1 strong{
  color:transparent;
  background:linear-gradient(90deg,#fff,var(--green),var(--cyan));
  -webkit-background-clip:text;
  background-clip:text;
}
.hero-copy>p{
  max-width:650px;
  color:#b1c1bf;
  font-size:18px;
}
.hero-actions,.final-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:32px;
}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:0;
  border-radius:999px;
  padding:15px 25px;
  font-weight:900;
  cursor:pointer;
}
.btn-primary{
  color:#061914;
  background:linear-gradient(90deg,var(--green),var(--cyan));
  box-shadow:0 15px 34px rgba(77,225,197,.2);
}
.btn-secondary{
  color:#fff;
  border:1px solid var(--line);
  background:rgba(255,255,255,.04);
}
.btn-light{background:#fff;color:#071319}
.hero-points{
  display:flex;
  gap:34px;
  flex-wrap:wrap;
  margin-top:44px;
}
.hero-points div{display:flex;flex-direction:column}
.hero-points b{color:var(--green);font-size:12px}
.hero-points span{font-size:13px;color:#a6b7b4}

.safe-console{
  overflow:hidden;
  border:1px solid rgba(255,255,255,.13);
  border-radius:28px;
  background:linear-gradient(160deg,rgba(18,47,55,.96),rgba(7,20,26,.96));
  box-shadow:var(--shadow);
}
.console-head{
  height:48px;
  display:flex;
  align-items:center;
  gap:8px;
  padding:0 18px;
  border-bottom:1px solid var(--line);
}
.console-head span{
  width:9px;height:9px;border-radius:50%;background:#58716d;
}
.console-head b{
  margin-left:auto;
  color:#79908d;
  font-size:11px;
  letter-spacing:.14em;
}
.console-body{padding:38px}
.shield-mark{
  width:84px;height:84px;
  display:grid;
  place-items:center;
  border-radius:28px;
  color:#062119;
  background:linear-gradient(135deg,var(--green),var(--cyan));
  font-size:42px;
  font-weight:950;
}
.console-title{margin:24px 0}
.console-title small{display:block;color:var(--green);letter-spacing:.17em}
.console-title strong{font-size:58px;letter-spacing:-.04em}
.verify-list{border-top:1px solid var(--line)}
.verify-list div{
  display:flex;
  justify-content:space-between;
  padding:14px 0;
  border-bottom:1px solid var(--line);
}
.verify-list span{color:var(--muted)}
.verify-list .ok{color:var(--green)}
.progress{
  height:8px;
  overflow:hidden;
  margin:24px 0 15px;
  border-radius:999px;
  background:#153039;
}
.progress i{
  display:block;
  width:92%;
  height:100%;
  background:linear-gradient(90deg,var(--green),var(--cyan));
}
.console-body p{margin:0;color:#849794;font-size:12px}
.hero-art{
  height:220px;
  overflow:hidden;
  opacity:.55;
  mask-image:linear-gradient(to bottom,transparent,#000);
}
.hero-art img{width:100%;height:100%;object-fit:cover}

.section{padding:120px 0}
.section-heading{max-width:760px;margin-bottom:50px}
.section-heading.centered{text-align:center;margin-left:auto;margin-right:auto}
.section-heading h2,.source-copy h2,.risk-copy h2,.file-check-copy h2,.final-copy h2{
  margin:14px 0 18px;
  font-size:clamp(38px,5vw,62px);
  line-height:1.05;
  letter-spacing:-.045em;
}
.section-heading p,.source-copy>p,.risk-copy>p,.file-check-copy>p,.final-copy>p{
  color:var(--muted);
}

.source-grid,.risk-grid,.file-check-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:80px;
  align-items:center;
}
.source-art,.risk-art,.file-check-art{
  position:relative;
  overflow:hidden;
  min-height:540px;
  border:1px solid var(--line);
  border-radius:30px;
}
.source-art img,.risk-art img,.file-check-art>img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.source-floating-card,.risk-panel{
  position:absolute;
  left:24px;
  right:24px;
  bottom:24px;
  padding:24px;
  border:1px solid var(--line);
  border-radius:20px;
  background:rgba(7,19,25,.8);
  backdrop-filter:blur(16px);
}
.source-floating-card span,.risk-panel span{
  display:block;
  color:var(--green);
  font-size:11px;
  letter-spacing:.18em;
}
.source-floating-card strong,.risk-panel strong{display:block;font-size:28px}
.source-floating-card small,.risk-panel small{color:var(--muted)}

.verify-flow{margin-top:30px}
.verify-flow article{
  display:flex;
  gap:18px;
  padding:20px 0;
  border-bottom:1px solid var(--line);
}
.verify-flow i{
  width:38px;
  height:38px;
  flex:0 0 38px;
  display:grid;
  place-items:center;
  border-radius:50%;
  color:var(--green);
  background:#112c31;
  font-style:normal;
  font-weight:900;
}
.verify-flow h3{margin:0 0 4px}
.verify-flow p{margin:0;color:var(--muted)}

.platform-section{background:#061015}
.platform-tabs{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-bottom:28px;
}
.platform-tab{
  padding:12px 20px;
  border:1px solid var(--line);
  border-radius:999px;
  color:#99aaa7;
  background:#0b2026;
  cursor:pointer;
}
.platform-tab.active{
  color:#061914;
  border-color:var(--green);
  background:var(--green);
}
.platform-stage{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  min-height:600px;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:32px;
  background:linear-gradient(145deg,#0c242b,#08171d);
}
.platform-media-wrap{
  display:grid;
  place-items:center;
  min-height:600px;
  overflow:hidden;
  background:radial-gradient(circle at center,rgba(104,240,198,.12),transparent 55%);
}
.platform-media{display:none}
.platform-media.active{display:flex}
.platform-media:not(.single):not(.desktop){
  align-items:flex-end;
  justify-content:center;
  gap:25px;
}
.platform-media:not(.single):not(.desktop) img{
  width:200px;
  filter:drop-shadow(0 35px 50px rgba(0,0,0,.4));
}
.platform-media:not(.single):not(.desktop) img:last-child{transform:translateY(45px)}
.platform-media.single img{
  width:min(420px,78%);
  max-height:520px;
  object-fit:contain;
  filter:drop-shadow(0 35px 50px rgba(0,0,0,.4));
}
.platform-media.desktop{width:82%}
.window-frame,.mac-frame{
  width:100%;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:20px;
  background:#08171d;
  box-shadow:var(--shadow);
}
.window-bar{
  height:38px;
  display:flex;
  align-items:center;
  gap:7px;
  padding:0 14px;
  background:#133139;
}
.window-bar span{
  width:8px;height:8px;border-radius:50%;background:#63807b;
}
.window-frame img{display:block;width:100%}
.mac-body{text-align:center;padding:70px 30px}
.mac-icon{
  width:80px;height:80px;
  display:grid;
  place-items:center;
  margin:0 auto 18px;
  border-radius:24px;
  color:#062119;
  background:linear-gradient(135deg,var(--green),var(--cyan));
  font-size:24px;
  font-weight:950;
}
.mac-body strong,.mac-body small,.mac-body b{display:block}
.mac-body small{color:var(--muted)}
.mac-body b{margin:24px auto 0;color:var(--green)}
.platform-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:65px 55px;
  background:rgba(255,255,255,.02);
}
.platform-panel{display:none}
.platform-panel.active{display:block}
.platform-panel>span{color:var(--green);font-size:11px;font-weight:900;letter-spacing:.18em}
.platform-panel h3{margin:12px 0;font-size:42px}
.platform-panel p{color:var(--muted)}
.platform-panel ul{list-style:none;padding:0;margin:26px 0}
.platform-panel li{padding:13px 0;border-bottom:1px solid var(--line)}
.platform-panel li:before{content:"✓";margin-right:12px;color:var(--green)}

.checklist-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}
.checklist-grid article{
  padding:28px;
  border:1px solid var(--line);
  border-radius:24px;
  background:linear-gradient(160deg,#0e252c,#091a20);
}
.checklist-grid article>span{color:var(--green);font-size:12px;font-weight:900}
.checklist-grid h3{font-size:22px}
.checklist-grid p{color:var(--muted)}
.checklist-grid ul{list-style:none;padding:0;margin:20px 0 0}
.checklist-grid li{padding:8px 0;border-top:1px solid var(--line);font-size:13px}
.checklist-grid li:before{content:"•";color:var(--green);margin-right:8px}

.risk-section{background:#061015}
.risk-list{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:28px}
.risk-list article{
  padding:20px;
  border:1px solid var(--line);
  border-radius:18px;
  background:#0d2228;
}
.risk-list b{display:block;color:var(--warning)}
.risk-list span{color:var(--muted);font-size:13px}
.risk-art{min-height:520px}

.file-browser{
  position:absolute;
  left:22px;
  right:22px;
  bottom:22px;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:18px;
  background:rgba(7,19,25,.82);
  backdrop-filter:blur(15px);
}
.file-top{
  height:34px;
  display:flex;
  align-items:center;
  gap:7px;
  padding:0 12px;
  border-bottom:1px solid var(--line);
}
.file-top span{width:7px;height:7px;border-radius:50%;background:#69807c}
.file-body{
  display:grid;
  grid-template-columns:54px 1fr auto;
  gap:14px;
  align-items:center;
  padding:20px;
}
.file-icon{
  width:50px;height:50px;
  display:grid;
  place-items:center;
  border-radius:15px;
  color:#062119;
  background:var(--green);
  font-size:24px;
  font-weight:900;
}
.file-body strong,.file-body small{display:block}
.file-body small{color:var(--muted)}
.file-body>b{color:var(--green);font-size:12px}
.review-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  margin-top:30px;
}
.review-grid article{
  padding:20px;
  border:1px solid var(--line);
  border-radius:18px;
  background:#0d2228;
}
.review-grid span{color:var(--green);font-size:11px;font-weight:900}
.review-grid h3{margin:8px 0 5px}
.review-grid p{margin:0;color:var(--muted);font-size:13px}

.preview-grid{
  display:grid;
  grid-template-columns:1.2fr 1fr 1fr;
  gap:20px;
}
.preview-grid figure{
  margin:0;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:24px;
  background:#0b2026;
}
.preview-grid img{
  display:block;
  width:100%;
  height:330px;
  object-fit:cover;
}
.preview-grid figcaption{padding:20px}
.preview-grid figcaption b,.preview-grid figcaption span{display:block}
.preview-grid figcaption span{color:var(--muted);font-size:13px}

.recovery-section{background:#061015}
.recovery-track{
  display:grid;
  grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;
  align-items:center;
  gap:18px;
}
.recovery-track article{
  min-height:190px;
  padding:26px;
  border:1px solid var(--line);
  border-radius:22px;
  background:#0d2228;
}
.recovery-track article span{color:var(--green);font-size:12px;font-weight:900}
.recovery-track h3{font-size:26px;margin:12px 0 4px}
.recovery-track p{color:var(--muted);margin:0}
.recovery-track>i{color:var(--green);font-size:28px;font-style:normal}

.final-section{padding:40px 0 120px}
.final-shell{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  min-height:560px;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:34px;
  background:linear-gradient(145deg,#0d252c,#08171d);
}
.final-visual{position:relative;min-height:560px;overflow:hidden}
.final-visual>img{width:100%;height:100%;object-fit:cover}
.final-dashboard{
  position:absolute;
  left:24px;right:24px;bottom:24px;
  padding:24px;
  border:1px solid var(--line);
  border-radius:20px;
  background:rgba(7,19,25,.82);
  backdrop-filter:blur(15px);
}
.final-dashboard small{display:block;color:var(--green);letter-spacing:.17em;margin-bottom:10px}
.final-dashboard div{
  display:flex;
  justify-content:space-between;
  padding:10px 0;
  border-top:1px solid var(--line);
}
.final-dashboard span{color:var(--muted)}
.final-dashboard b{color:var(--green)}
.final-copy{
  position:relative;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:70px;
  overflow:hidden;
}
.cta-decoration{
  position:absolute;
  right:-60px;
  bottom:-60px;
  width:260px;
  opacity:.12;
  pointer-events:none;
}

.site-footer{
  padding:70px 0 26px;
  border-top:1px solid var(--line);
  background:#040d11;
}
.footer-grid{
  display:grid;
  grid-template-columns:1.5fr 1fr 1fr;
  gap:50px;
}
.footer-grid img{width:64px}
.footer-grid p{max-width:390px;color:var(--muted)}
.footer-grid h3{font-size:14px}
.footer-grid a{display:block;margin:10px 0;color:var(--muted);font-size:14px}
.footer-bottom{
  display:flex;
  justify-content:space-between;
  gap:25px;
  margin-top:50px;
  padding-top:22px;
  border-top:1px solid var(--line);
  color:#71827f;
  font-size:12px;
}

.download-modal{
  position:fixed;
  inset:0;
  z-index:300;
  display:none;
  place-items:center;
  padding:20px;
  background:rgba(2,8,10,.78);
}
.download-modal.open{display:grid}
.modal-card{
  position:relative;
  width:min(470px,100%);
  padding:44px;
  text-align:center;
  border:1px solid var(--line);
  border-radius:26px;
  background:#0d2228;
  box-shadow:var(--shadow);
}
.modal-close{
  position:absolute;
  top:14px;
  right:18px;
  border:0;
  color:#fff;
  background:none;
  font-size:28px;
  cursor:pointer;
}
.modal-icon{
  width:70px;height:70px;
  display:grid;
  place-items:center;
  margin:auto;
  border-radius:22px;
  color:#061914;
  background:linear-gradient(135deg,var(--green),var(--cyan));
  font-size:34px;
  font-weight:950;
}
.modal-card p{color:var(--muted)}
.modal-card code{color:var(--green)}

.reveal{
  opacity:0;
  transform:translateY(28px);
  transition:.8s ease;
}
.reveal.visible{opacity:1;transform:none}
.delay-1{transition-delay:.12s}
.delay-2{transition-delay:.22s}
.delay-3{transition-delay:.32s}

@media(max-width:980px){
  .desktop-nav,.header-cta{display:none}
  .menu-toggle{display:block}
  .mobile-nav.open{
    display:flex;
    flex-direction:column;
    padding:15px 20px 25px;
    border-top:1px solid var(--line);
  }
  .mobile-nav a{padding:11px 0;color:var(--muted)}
  .hero-grid,.source-grid,.risk-grid,.file-check-grid,.platform-stage,.final-shell{
    grid-template-columns:1fr;
  }
  .hero-grid{gap:40px}
  .platform-copy{padding:45px 30px}
  .checklist-grid{grid-template-columns:1fr 1fr}
  .preview-grid{grid-template-columns:1fr}
  .recovery-track{
    grid-template-columns:1fr;
  }
  .recovery-track>i{
    transform:rotate(90deg);
    text-align:center;
  }
  .footer-grid{grid-template-columns:1fr 1fr}
  .footer-grid>div:first-child{grid-column:1/-1}
}

@media(max-width:620px){
  .container{width:min(100% - 26px,1180px)}
  .header-inner{min-height:68px}
  .brand img{width:50px;height:50px}
  .hero{padding-top:118px}
  .hero h1{font-size:47px}
  .hero-points{gap:20px}
  .section{padding:86px 0}
  .section-heading h2,.source-copy h2,.risk-copy h2,.file-check-copy h2,.final-copy h2{
    font-size:38px;
  }
  .platform-tabs{display:grid;grid-template-columns:1fr 1fr}
  .platform-tab{width:100%}
  .platform-media-wrap{min-height:470px}
  .platform-media:not(.single):not(.desktop) img{width:145px}
  .platform-media:not(.single):not(.desktop){gap:12px}
  .platform-media.single img{width:82%}
  .checklist-grid,.risk-list,.review-grid{grid-template-columns:1fr}
  .source-art,.risk-art,.file-check-art{min-height:430px}
  .preview-grid img{height:270px}
  .final-copy{padding:46px 28px}
  .footer-grid{grid-template-columns:1fr}
  .footer-grid>div:first-child{grid-column:auto}
  .footer-bottom{flex-direction:column}
  .modal-card{padding:40px 24px}
}
/* Standard HH Poker brand assets */
.brand img[src$="hhpoker-brand-logo.png"],
.logo img[src$="hhpoker-brand-logo.png"],
.footer-brand img[src$="hhpoker-brand-logo.png"],
.footer-grid img[src$="hhpoker-brand-logo.png"],
.foot img[src$="hhpoker-brand-logo.png"] {
  width: min(176px, 48vw);
  height: auto;
  max-height: 48px;
  border-radius: 0;
  object-fit: contain;
}

/* Page-specific hero refresh */
.hero { background: radial-gradient(circle at 72% 18%, rgba(39, 230, 158, .28), transparent 28%), linear-gradient(135deg, #04140f 0%, #10251d 54%, #050a0d 100%); }
.hero-panel, .security-panel { border-radius: 8px; border-color: rgba(72, 235, 156, .28); }
.platform-media.desktop, .platform-media { transform: translateY(8px) rotate(1.2deg); }
