/* Homepage hero mobile polish: keeps the approved desktop composition unchanged. */
@media (max-width:640px){
  .tech-home-premium .tech-hero{
    min-height:auto;
    padding-top:clamp(40px,11vw,54px);
    padding-bottom:clamp(30px,9vw,44px);
  }

  .tech-home-premium .tech-hero-grid{
    gap:22px;
    align-items:start;
  }

  .tech-home-premium .tech-hero-copy{
    min-width:0;
  }

  .tech-home-premium .tech-hero-copy .tech-kicker{
    margin-bottom:13px;
    font-size:9px;
    line-height:1.35;
    letter-spacing:.12em;
  }

  .tech-home-premium .tech-hero-copy h1{
    max-width:12ch;
    margin-bottom:17px;
    font-size:clamp(2rem,9.9vw,2.72rem);
    line-height:1.015;
    letter-spacing:-.04em;
  }

  .tech-home-premium .tech-hero-lead{
    max-width:36ch;
    margin-bottom:22px;
    font-size:16px;
    line-height:1.64;
  }

  .tech-home-premium .tech-actions{
    display:grid;
    grid-template-columns:1fr;
    gap:10px;
    align-items:stretch;
  }

  .tech-home-premium .tech-actions .tech-btn,
  .tech-home-premium .tech-actions .tech-link{
    width:100%;
    min-height:46px;
    justify-content:center;
  }

  .tech-home-premium .tech-actions .tech-link{
    color:#17233a;
    border-color:rgba(49,94,251,.3);
    background:rgba(255,255,255,.72);
    font-weight:650;
  }

  .tech-home-premium .tech-hero-meta{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:8px;
    margin-top:18px;
  }

  .tech-home-premium .tech-hero-meta span{
    min-width:0;
    padding:8px 9px;
    font-size:8.5px;
    line-height:1.25;
    text-align:center;
  }

  .tech-home-premium .tech-network-premium{
    margin-top:0;
  }
}

@media (max-width:390px){
  .tech-home-premium .tech-hero-copy h1{
    max-width:12.5ch;
    font-size:clamp(1.88rem,9.35vw,2.4rem);
    line-height:1.025;
  }

  .tech-home-premium .tech-hero-lead{
    max-width:33ch;
    margin-bottom:21px;
    font-size:15px;
    line-height:1.68;
  }

  .tech-home-premium .tech-network-premium{
    width:110%;
    max-width:none;
    margin-left:-5%;
    margin-right:-5%;
  }

  .tech-home-premium .tech-hero-meta span{
    font-size:8px;
  }

  /* Final mobile polish outside the hero: keep the flagship UI compact and ecosystem labels legible. */
  .tech-home-premium .tech-case-flagship .tech-product-ui-white{
    width:94%;
    margin-inline:auto;
  }

  .tech-home-premium .tech-ecosystem .ecosystem-node{
    border-color:rgba(155,186,245,.72);
    background:rgba(14,31,57,.94);
  }

  .tech-home-premium .tech-ecosystem .ecosystem-node b{
    font-size:calc(1em + 1px);
    line-height:1.18;
  }

  .tech-home-premium .tech-ecosystem .ecosystem-node span{
    color:rgba(245,248,255,.96);
    font-size:calc(.92em + 1px);
    line-height:1.2;
  }
}
