.home-hero{
  position:relative;
  min-height:920px;
  padding-top:calc(var(--header-height) + 46px);
  padding-bottom:72px;
  background:
    radial-gradient(circle at 50% 44%,var(--white-glow),transparent 28%),
    radial-gradient(circle at 18% 30%,var(--cyan-glow),transparent 34%),
    radial-gradient(circle at 86% 68%,var(--cyan-glow-strong),transparent 32%),
    linear-gradient(145deg,var(--deep-top),var(--deep) 46%,var(--deep-bottom) 72%,var(--accent));
  color:var(--hero-text);
  overflow:hidden
}
.home-hero::after{
  position:absolute;
  inset:0;
  background:
    linear-gradient(var(--hero-line) 1px,transparent 1px),
    linear-gradient(90deg,var(--hero-line) 1px,transparent 1px);
  background-size:72px 72px;
  content:"";
  opacity:.09;
  mask-image:linear-gradient(to bottom,transparent,var(--text),transparent)
}
.hero-wrap{
  position:relative;
  z-index:4
}
.hero-copy{
  display:flex;
  max-width:920px;
  margin-inline:auto;
  align-items:center;
  flex-direction:column;
  text-align:center
}
.hero-badge{
  display:inline-flex;
  min-height:34px;
  align-items:center;
  gap:9px;
  margin:0 0 24px;
  padding:6px 14px;
  border:1px solid var(--hero-chip-border);
  border-radius:var(--radius-pill);
  background:var(--hero-chip);
  color:var(--hero-text-soft);
  font-family:var(--font-mono);
  font-size:12px;
  letter-spacing:.04em
}
.hero-badge .status-dot{
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--success);
  box-shadow:0 0 16px var(--panel-halo)
}
.home-hero h1{
  max-width:980px;
  margin-bottom:22px;
  color:var(--hero-text);
  font-size:clamp(36px,4.2vw,48px);
  font-weight:900;
  letter-spacing:-.045em;
  line-height:.98
}
.home-hero h1 span{
  background:linear-gradient(90deg,var(--hero-text),var(--accent),var(--hero-text));
  background-clip:text;
  color:transparent
}
.hero-actions{
  position:relative;
  z-index:6;
  justify-content:center;
  margin-bottom:22px
}
.hero-secondary{
  border-color:var(--hero-chip-border);
  background:var(--deep-bottom);
  color:var(--hero-text)
}
.hero-secondary:hover{
  border-color:var(--hero-text-soft);
  background:var(--glass);
  color:var(--hero-text)
}
.hero-lead{
  max-width:760px;
  margin-bottom:18px;
  color:var(--hero-text-soft);
  font-size:17px
}
.hero-lead strong{
  color:var(--hero-text)
}
.hero-facts{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:8px;
  margin-bottom:20px
}
.hero-facts span{
  padding:5px 11px;
  border:1px solid var(--hero-chip-border);
  border-radius:var(--radius-pill);
  background:var(--hero-chip);
  color:var(--hero-text-soft);
  font-size:12px
}
.hero-platforms{
  position:relative;
  z-index:8;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:10px
}
.hero-platforms a{
  display:inline-flex;
  min-height:42px;
  align-items:center;
  gap:8px;
  padding:8px 14px;
  border:1px solid var(--hero-chip-border);
  border-radius:var(--radius-pill);
  background:var(--glass);
  color:var(--hero-text);
  font-size:13px;
  font-weight:680;
  text-decoration:none;
  backdrop-filter:blur(12px)
}
.hero-platforms a:hover{
  border-color:var(--hero-text-soft);
  color:var(--hero-text);
  transform:translateY(-2px)
}
.hero-platforms svg{
  width:26px;
  height:26px;
  flex-shrink:0;
  color:var(--accent)
}
.hero-atmosphere{
  position:absolute;
  z-index:2;
  inset:0;
  pointer-events:none
}
.platform-symbols{
  position:absolute
}
.traffic-streams{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  opacity:.9
}
.traffic-streams path{
  stroke-width:2
}
.traffic-streams path:nth-child(2n){
  stroke-width:3
}
.hero-phone{
  position:absolute;
  right:50%;
  bottom:-205px;
  width:280px;
  height:570px;
  padding:10px;
  border:1px solid var(--phone-frame-a);
  border-radius:46px;
  background:linear-gradient(145deg,var(--phone-body-a),var(--phone-body-b));
  box-shadow:
    0 40px 100px var(--deep-shadow),
    0 0 70px var(--cyan-glow-strong),
    inset 0 1px 0 var(--phone-sheen);
  transform:translateX(50%)
}
.hero-phone::before{
  position:absolute;
  inset:1px;
  border:1px solid var(--phone-frame-b);
  border-radius:44px;
  content:""
}
.phone-speaker{
  position:absolute;
  z-index:3;
  top:18px;
  left:50%;
  width:50px;
  height:6px;
  border-radius:var(--radius-pill);
  background:var(--phone-camera);
  transform:translateX(-50%)
}
.phone-screen{
  height:100%;
  border:1px solid var(--phone-frame-c);
  border-radius:37px;
  background:linear-gradient(180deg,var(--phone-screen-a),var(--phone-screen-b));
  overflow:hidden
}
.phone-screen svg{
  width:100%;
  height:100%
}
.depth-card{
  position:absolute;
  width:230px;
  height:148px;
  padding:22px;
  border:1px solid var(--glass-border);
  border-radius:var(--radius-lg);
  background:var(--glass);
  box-shadow:0 24px 70px var(--deep-shadow);
  filter:blur(5px);
  opacity:.56
}
.depth-card-left{
  bottom:80px;
  left:calc(50% - 380px);
  transform:rotate(-8deg)
}
.depth-card-right{
  right:calc(50% - 400px);
  bottom:120px;
  transform:rotate(9deg)
}
.depth-card span{
  display:block;
  width:42px;
  height:28px;
  margin-bottom:18px;
  border-radius:var(--radius-sm);
  background:var(--accent)
}
.depth-card i{
  display:block;
  width:100%;
  height:8px;
  margin-top:12px;
  border-radius:var(--radius-pill);
  background:var(--white-dim)
}
.depth-card i:nth-of-type(2){
  width:72%
}
.depth-card i:nth-of-type(3){
  width:48%
}
.panel-label{
  margin-bottom:12px;
  color:var(--accent-dark)!important;
  font-family:var(--font-mono);
  font-size:12px;
  font-weight:720;
  letter-spacing:.12em
}
.tab-panel h3{
  max-width:700px
}
.platform-grid{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:20px
}
.platform-card{
  display:flex;
  min-width:0;
  grid-column:span 2;
  flex-direction:column;
  padding:28px;
  border:1px solid var(--border);
  border-radius:var(--radius-lg);
  background:var(--bg);
  box-shadow:0 18px 46px var(--soft-shadow)
}
.platform-card-wide{
  display:grid;
  grid-column:span 3;
  grid-template-columns:auto minmax(0,1fr);
  column-gap:22px
}
.platform-card-wide .platform-action{
  grid-column:2
}
.platform-card-icon{
  display:grid;
  width:58px;
  height:58px;
  flex-shrink:0;
  place-items:center;
  margin-bottom:22px;
  border:1px solid var(--border);
  border-radius:var(--radius-md);
  background:var(--bg-panel);
  color:var(--accent-dark)
}
.platform-card-icon svg{
  width:27px;
  height:27px
}
.platform-card h3{
  margin-bottom:10px;
  font-size:24px
}
.platform-card p{
  color:var(--text-muted)
}
.platform-action{
  align-self:flex-start;
  margin-top:auto;
  color:var(--accent-dark);
  font-weight:750;
  text-decoration:none
}
.platform-action::after{
  content:" →"
}
.platform-action:hover{
  color:var(--text)
}
.section-link-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  margin-top:34px;
  padding:24px 28px;
  border:1px solid var(--border);
  border-radius:var(--radius-md);
  background:var(--bg)
}
.section-link-row p{
  margin:0;
  color:var(--text-muted)
}
.text-link{
  flex-shrink:0;
  font-weight:760;
  text-decoration:none
}
.quick-steps{
  display:grid;
  margin:0;
  padding:0;
  list-style:none;
  counter-reset:steps
}
.quick-steps li{
  display:grid;
  grid-template-columns:120px minmax(0,1fr);
  gap:34px;
  padding:38px 0;
  border-top:1px solid var(--border)
}
.quick-steps li:last-child{
  border-bottom:1px solid var(--border)
}
.step-index{
  color:var(--accent-dark);
  font-family:var(--font-mono);
  font-size:42px;
  font-weight:780;
  line-height:1
}
.quick-steps h3{
  margin-bottom:10px
}
.quick-steps p{
  max-width:820px;
  margin:0;
  color:var(--text-muted)
}
.quick-footer{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  margin-top:34px
}
.quick-footer p{
  margin:0;
  color:var(--text-muted)
}
.trust-layout{
  display:grid;
  grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);
  gap:64px;
  align-items:start
}
.trust-intro{
  position:sticky;
  top:28px
}
.trust-intro>p:not(.section-kicker){
  color:var(--text-muted)
}
.command-box{
  margin-top:30px;
  border-radius:var(--radius-lg);
  background:var(--code-bg);
  color:var(--code-text);
  box-shadow:0 24px 58px var(--deep-shadow);
  overflow:hidden
}
.command-meta{
  display:flex;
  min-height:52px;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:10px 16px;
  border-bottom:1px solid var(--hero-chip-border);
  color:var(--hero-text-soft);
  font-family:var(--font-mono);
  font-size:12px
}
.copy-command{
  min-height:34px;
  padding:6px 12px;
  border:1px solid var(--hero-chip-border);
  border-radius:var(--radius-pill);
  background:var(--hero-chip);
  color:var(--hero-text);
  cursor:pointer
}
.copy-command:hover{
  border-color:var(--accent)
}
.command-box pre{
  margin:0;
  border-radius:0;
  background:transparent
}
.trust-notes{
  display:grid;
  gap:0
}
.trust-notes article{
  display:grid;
  grid-template-columns:46px minmax(0,1fr);
  gap:20px;
  padding:26px 0;
  border-top:1px solid var(--border)
}
.trust-notes article:last-child{
  border-bottom:1px solid var(--border)
}
.trust-number{
  display:grid;
  width:42px;
  height:42px;
  place-items:center;
  border-radius:50%;
  background:var(--deep);
  color:var(--hero-text);
  font-family:var(--font-mono);
  font-weight:760
}
.trust-notes h3{
  margin-bottom:8px;
  font-size:22px
}
.trust-notes p{
  margin:0;
  color:var(--text-muted)
}
.trust-callout{
  margin-top:48px;
  background:var(--bg)
}
.trust-callout p{
  margin:0;
  color:var(--text-muted)
}
.blog-link-row{
  background:var(--bg-panel)
}
@media (max-width:980px){
  .home-hero{
    min-height:900px
  }
  .platform-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))
  }
  .platform-card,
  .platform-card-wide{
    display:flex;
    grid-column:span 1
  }
  .platform-card-wide .platform-action{
    grid-column:auto
  }
  .trust-layout{
    grid-template-columns:1fr;
    gap:42px
  }
  .trust-intro{
    position:static
  }
}
@media (max-width:768px){
  .home-hero{
    min-height:820px;
    padding-top:calc(var(--header-height) + 32px);
    padding-bottom:48px
  }
  .home-hero h1{
    font-size:clamp(24px,7.5vw,30px);
    letter-spacing:-.02em
  }
  .hero-lead{
    font-size:15px
  }
  .hero-phone{
    bottom:-300px;
    width:230px;
    height:470px
  }
  .depth-card{
    display:none
  }
  .traffic-streams{
    opacity:.52
  }
  .platform-grid{
    grid-template-columns:1fr
  }
  .section-link-row,
  .quick-footer{
    align-items:flex-start;
    flex-direction:column
  }
  .quick-steps li{
    grid-template-columns:76px minmax(0,1fr);
    gap:20px
  }
  .step-index{
    font-size:32px
  }
}
@media (max-width:640px){
  .home-hero{
    min-height:890px
  }
  .hero-badge{
    max-width:100%;
    margin-bottom:18px;
    text-align:left
  }
  .home-hero h1{
    margin-bottom:18px;
    font-size:clamp(24px,7.5vw,30px);
    line-height:1.08
  }
  .hero-actions{
    width:100%;
    margin-bottom:18px
  }
  .hero-lead{
    margin-bottom:14px;
    line-height:1.6
  }
  .hero-facts{
    margin-bottom:16px
  }
  .hero-platforms{
    gap:7px
  }
  .hero-platforms a{
    min-height:38px;
    padding:7px 10px;
    font-size:11px
  }
  .hero-platforms svg{
    width:22px;
    height:22px
  }
  .hero-phone{
    bottom:-330px;
    width:210px;
    height:430px;
    border-radius:38px
  }
  .phone-screen{
    border-radius:30px
  }
  .platform-card{
    padding:22px
  }
  .quick-steps li{
    grid-template-columns:1fr;
    gap:10px;
    padding:30px 0
  }
  .trust-notes article{
    grid-template-columns:38px minmax(0,1fr);
    gap:14px
  }
  .trust-number{
    width:36px;
    height:36px
  }
  .command-meta{
    align-items:flex-start;
    flex-direction:column
  }
  .copy-command{
    width:auto
  }
}
@media (max-width:380px){
  .home-hero{
    min-height:930px
  }
  .hero-platforms a{
    flex:1 1 30%;
    justify-content:center
  }
}