
:root{
  --bg:#020304;
  --panel:#080a0d;
  --line:#30343a;
  --text:#f5f6f8;
  --muted:#a7abb2;
  --red:#ef1f37;
  --max:1180px;
}
*{box-sizing:border-box}
html{background:var(--bg);scroll-behavior:smooth}
body{
  margin:0;
  background:var(--bg);
  color:var(--text);
  font-family:Arial,Helvetica,sans-serif;
  -webkit-font-smoothing:antialiased;
}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}

/* Exact visual recreation:
   the supplied image is the rendered desktop shell, with live HTML links mapped over it. */
.visual-shell{
  background:#020304;
  width:100%;
}
.reference-stage{
  position:relative;
  width:min(1312px,100vw);
  margin:0 auto;
  aspect-ratio:1312/1195;
  background:#020304;
}
.reference-stage>img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:contain;
}
.hotspot{
  position:absolute;
  z-index:4;
  display:block;
  border-radius:5px;
}
.hotspot:hover{
  outline:1px solid rgba(239,31,55,.55);
  background:rgba(239,31,55,.035);
}
.hotspot:focus-visible{
  outline:2px solid white;
  outline-offset:2px;
}

/* Header */
.h-home{left:32.5%;top:1.0%;width:4.5%;height:4.0%}
.h-rumors{left:37.8%;top:1.0%;width:5.1%;height:4.0%}
.h-release{left:43.2%;top:1.0%;width:7.2%;height:4.0%}
.h-price{left:51.2%;top:1.0%;width:4.0%;height:4.0%}
.h-specs{left:55.7%;top:1.0%;width:4.7%;height:4.0%}
.h-starlink{left:60.6%;top:1.0%;width:5.7%;height:4.0%}
.h-iphone{left:66.8%;top:1.0%;width:6.6%;height:4.0%}
.h-news{left:73.9%;top:1.0%;width:4.3%;height:4.0%}
.h-about{left:78.5%;top:1.0%;width:4.9%;height:4.0%}

/* Hero CTAs */
.h-latest{left:4.8%;top:35.6%;width:15.5%;height:4.1%}
.h-real{left:21.6%;top:35.6%;width:12.9%;height:4.1%}

/* Six cards */
.h-card1{left:3.6%;top:49.7%;width:14.6%;height:11.8%}
.h-card2{left:19.0%;top:49.7%;width:14.7%;height:11.8%}
.h-card3{left:34.5%;top:49.7%;width:14.7%;height:11.8%}
.h-card4{left:50.1%;top:49.7%;width:14.7%;height:11.8%}
.h-card5{left:65.6%;top:49.7%;width:14.7%;height:11.8%}
.h-card6{left:81.1%;top:49.7%;width:15.3%;height:11.8%}

/* Status */
.h-status{left:83.6%;top:65.0%;width:11.3%;height:4.2%}

/* Jump links */
.h-jump1{left:3.6%;top:77.5%;width:22.7%;height:5.6%}
.h-jump2{left:26.9%;top:77.5%;width:22.8%;height:5.6%}
.h-jump3{left:50.3%;top:77.5%;width:22.7%;height:5.6%}
.h-jump4{left:73.6%;top:77.5%;width:22.8%;height:5.6%}
.h-jump5{left:3.6%;top:83.7%;width:22.7%;height:5.6%}
.h-jump6{left:26.9%;top:83.7%;width:22.8%;height:5.6%}
.h-jump7{left:50.3%;top:83.7%;width:22.7%;height:5.6%}
.h-jump8{left:73.6%;top:83.7%;width:22.8%;height:5.6%}

/* SEO content continuation below the exact visual shell */
.content{
  border-top:1px solid #1b1d21;
  background:
    radial-gradient(circle at 70% 10%,rgba(239,31,55,.08),transparent 26rem),
    #020304;
}
.wrap{width:min(var(--max),92%);margin:auto}
.section{padding:70px 0;border-bottom:1px solid #17191d}
.kicker{
  color:var(--red);
  font-size:10px;
  letter-spacing:.22em;
  text-transform:uppercase;
  font-weight:800;
}
.section h2{
  margin:8px 0 14px;
  font-size:40px;
  letter-spacing:-.035em;
}
.lead{
  max-width:800px;
  color:var(--muted);
  line-height:1.65;
}
.grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  margin-top:27px;
}
.card{
  padding:22px;
  border:1px solid #2c3035;
  border-radius:7px;
  background:linear-gradient(145deg,#0b0d10,#07080a);
}
.card h3{margin:12px 0 8px}
.card p{color:#9ea2a9;line-height:1.6;font-size:14px}
.badge{
  display:inline-block;
  padding:4px 7px;
  border-radius:3px;
  font-size:9px;
  text-transform:uppercase;
  font-weight:800;
}
.good{background:#0d2c1b;color:#69e69a}
.bad{background:#351217;color:#ff7885}
.warn{background:#30260f;color:#ffd16a}
table{
  width:100%;
  border-collapse:collapse;
  margin-top:24px;
  border:1px solid #2d3035;
}
th,td{
  padding:13px 14px;
  text-align:left;
  vertical-align:top;
  border-bottom:1px solid #272a2f;
}
th{
  font-size:10px;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:#969aa1;
  background:#0d0f12;
}
td{font-size:13px;color:#c1c4ca}
details{padding:17px 0;border-top:1px solid #2c2f34}
summary{font-weight:800;cursor:pointer}
details p{color:#a3a7ad;line-height:1.6}

/* secondary pages */
.page-header{
  height:70px;
  position:sticky;
  top:0;
  z-index:20;
  display:flex;
  align-items:center;
  border-bottom:1px solid #282b30;
  background:#020304;
}
.page-header .wrap{display:flex;align-items:center;gap:28px}
.brand{
  font-size:24px;
  font-weight:800;
  white-space:nowrap;
}
.brand::before{
  content:"π";
  color:var(--red);
  font-family:Georgia,serif;
  font-size:50px;
  vertical-align:-7px;
  margin-right:12px;
}
.nav{display:flex;gap:25px;margin-left:auto;font-size:13px}
.page-hero{
  padding:65px 0 40px;
  border-bottom:1px solid #1b1d21;
  background:radial-gradient(circle at 70% 25%,rgba(239,31,55,.10),transparent 24rem);
}
.page-hero h1{
  font-size:clamp(46px,6vw,72px);
  line-height:1;
  margin:10px 0 16px;
  letter-spacing:-.05em;
}
.article{
  max-width:860px;
  padding:54px 0 72px;
}
.article h2{font-size:31px;margin-top:42px}
.article p,.article li{color:var(--muted);line-height:1.7}
.callout{
  border-left:3px solid var(--red);
  background:#0a0c0f;
  padding:18px 20px;
  margin:24px 0;
  color:#c5c8cd;
}
.footer{
  border-top:1px solid #25282d;
  background:#050607;
  color:#878b92;
  padding:42px 0;
}
.footer-grid{
  display:grid;
  grid-template-columns:2fr 1fr 1fr;
  gap:30px;
}
.footer b{color:#d7d9dd}

@media(max-width:900px){
  .reference-stage{
    width:100vw;
    aspect-ratio:1312/1195;
  }
  .grid{grid-template-columns:1fr}
  .nav{display:none}
  .footer-grid{grid-template-columns:1fr}
  .section h2{font-size:34px}
}
