:root{
  --ink:#171c1a;
  --paper:#f7f4ee;
  --white:#fff;
  --green:#173027;
  --blue:#315f7b;
  --gold:#f1c77d;
  --red:#a84b37;
  --muted:#5e6863;
  --line:#d8d7d1;
}
*{box-sizing:border-box}
html,body{margin:0;background:var(--paper);color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,"SF Pro Text","Segoe UI",sans-serif;line-height:1.55}
body{overflow-x:hidden}
a{color:inherit}
.hero{
  min-height:84svh;
  max-height:860px;
  display:flex;
  align-items:center;
  padding:54px max(24px,calc((100vw - 1180px)/2));
  color:var(--white);
  background-color:var(--green);
  background-image:url("/updates/2026-07-11-iphone-local-tools-live/assets/hero_iphone_014_live_desktop_v1.png");
  background-size:cover;
  background-position:center;
}
.hero-copy{width:min(620px,52vw)}
.eyebrow{margin:0 0 16px;color:var(--gold);font-size:14px;font-weight:900;text-transform:uppercase;letter-spacing:.12em}
h1{margin:0;font-size:64px;line-height:1.02;letter-spacing:0;max-width:620px}
.hero-lead{margin:22px 0 0;max-width:580px;color:#e5ece8;font-size:21px}
.actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}
.button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:11px 16px;border:1.5px solid var(--gold);border-radius:8px;text-decoration:none;font-weight:850}
.button.primary{background:var(--gold);color:var(--green)}
.button.secondary{color:var(--white);background:rgba(23,48,39,.76)}
button.button{font:inherit;cursor:pointer}
.store-truth{margin:18px 0 0;color:#a9bbb2;font-size:14px}
.band{padding:58px 24px}
.band.white{background:var(--white)}
.band.blue{background:var(--blue);color:var(--white)}
.inner{width:min(1180px,100%);margin:0 auto}
.section-kicker{margin:0 0 10px;color:var(--red);font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.12em}
.blue .section-kicker{color:var(--gold)}
h2{margin:0;max-width:820px;font-size:42px;line-height:1.08;letter-spacing:0}
.section-lead{margin:15px 0 0;max-width:820px;color:var(--muted);font-size:18px}
.blue .section-lead{color:#d9e5e1}
.status-grid,.feature-grid,.steps,.gallery{display:grid;gap:14px;margin-top:28px}
.status-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.status-item{border-top:5px solid var(--green);padding:16px 2px 0}
.status-item:nth-child(2){border-color:var(--gold)}
.status-item:nth-child(3){border-color:var(--blue)}
.status-item b{display:block;margin-bottom:7px;font-size:13px;text-transform:uppercase;letter-spacing:.1em;color:var(--muted)}
.status-item strong{display:block;font-size:23px;line-height:1.2}
.status-item p{margin:8px 0 0;color:var(--muted)}
.feature-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.feature{border:1px solid var(--line);border-radius:8px;padding:18px;background:rgba(255,255,255,.55)}
.feature b{display:block;margin-bottom:8px;font-size:20px;line-height:1.2}
.feature p{margin:0;color:var(--muted)}
.steps{grid-template-columns:repeat(4,minmax(0,1fr));counter-reset:step}
.step{counter-increment:step;border-left:5px solid var(--gold);padding:4px 12px 4px 16px}
.step::before{content:counter(step,decimal-leading-zero);display:block;margin-bottom:7px;color:var(--gold);font-size:13px;font-weight:900}
.step b{display:block;font-size:19px}
.step p{margin:7px 0 0;color:#d9e5e1}
.gallery{grid-template-columns:repeat(3,minmax(0,1fr));align-items:start}
.gallery figure{margin:0;border:1px solid var(--line);border-radius:8px;background:var(--white);padding:10px}
.gallery img{display:block;width:100%;aspect-ratio:1206/2622;object-fit:cover;border-radius:6px;background:#f0f0f3}
.gallery figcaption{padding:10px 4px 3px;color:var(--muted);font-size:14px}
.share-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px;align-items:center}
.share-status{min-height:22px;color:var(--muted);font-size:14px;overflow-wrap:anywhere}
.language-list{margin:22px 0 0;max-width:820px;color:var(--muted)}
footer{padding:30px 24px;border-top:1px solid var(--line);color:var(--muted);font-size:13px}
footer .inner{display:flex;flex-wrap:wrap;gap:14px;justify-content:space-between}
@media(max-width:900px){
  .hero{min-height:92svh;max-height:none;align-items:flex-start;padding:34px 20px;background-image:url("/updates/2026-07-11-iphone-local-tools-live/assets/hero_iphone_014_live_mobile_v1.png");background-position:center;background-size:cover}
  .hero-copy{width:100%;max-width:520px}
  h1{font-size:42px;max-width:430px}
  .hero-lead{font-size:18px;max-width:430px}
  .store-truth{max-width:410px}
  .status-grid,.feature-grid,.steps{grid-template-columns:1fr 1fr}
  .gallery{grid-template-columns:repeat(3,minmax(220px,1fr));overflow-x:auto;padding-bottom:8px;scroll-snap-type:x mandatory}
  .gallery figure{scroll-snap-align:start}
}
@media(max-width:560px){
  .hero{padding-top:28px}
  .eyebrow{margin-bottom:10px;font-size:12px}
  h1{font-size:36px;max-width:330px}
  .hero-lead{font-size:16px;line-height:1.45;max-width:330px;margin-top:14px}
  .actions{margin-top:18px}
  .button{min-height:44px;padding:9px 13px}
  .store-truth{font-size:12px;margin-top:12px;max-width:320px}
  .band{padding:44px 18px}
  h2{font-size:31px}
  .section-lead{font-size:16px}
  .status-grid,.feature-grid,.steps{grid-template-columns:1fr}
  .gallery{grid-template-columns:repeat(3,minmax(78vw,1fr))}
  .share-row .button{width:100%}
}
@media(max-width:560px) and (max-height:700px){
  .hero{position:relative;isolation:isolate;overflow:hidden;padding-bottom:178px;background-image:none}
  .hero::after{content:"";position:absolute;z-index:-1;left:0;right:0;bottom:0;height:165px;border-top:6px solid var(--gold);background-color:var(--paper);background-image:url("/updates/2026-07-11-iphone-local-tools-live/assets/hero_iphone_014_live_mobile_v1.png");background-size:cover;background-position:center bottom}
  .store-truth{display:none}
}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}}
