
:root{
  --bg:#090b0e;
  --surface:#11151a;
  --surface2:#171c22;
  --line:#252c34;
  --text:#f7f8fa;
  --muted:#9aa4af;
  --orange:#ff7a00;
  --green:#35d07f;
  --blue:#69a8ff;
  --max:1100px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  background:var(--bg);
  color:var(--text);
}
a{color:inherit}
.wrap{max-width:var(--max);margin:auto;padding:0 20px}
header{
  position:sticky;top:0;z-index:20;
  border-bottom:1px solid var(--line);
  background:rgba(9,11,14,.92);
  backdrop-filter:blur(14px);
}
nav{min-height:68px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.logo{font-weight:850;font-size:1.22rem;letter-spacing:-.03em;text-decoration:none}
.logo .store{color:var(--orange)}
.navlinks{display:flex;gap:18px;color:var(--muted);font-size:.9rem}
.navlinks a{text-decoration:none}
.hero{padding:72px 0 42px;text-align:center}
.kicker{
  display:inline-flex;align-items:center;gap:7px;
  border:1px solid var(--line);border-radius:999px;padding:8px 12px;
  color:#c7ced6;background:#0d1014;font-size:.82rem
}
h1{font-size:clamp(2.4rem,7vw,5rem);line-height:1.01;letter-spacing:-.055em;margin:18px auto 14px;max-width:850px}
.lead{max-width:650px;margin:0 auto;color:var(--muted);font-size:1.05rem;line-height:1.65}
.search{
  max-width:670px;margin:28px auto 0;display:flex;background:white;border-radius:16px;padding:6px
}
.search input{flex:1;border:0;outline:0;padding:14px 16px;font-size:1rem;border-radius:12px;min-width:0}
.search button{border:0;background:var(--orange);font-weight:850;padding:0 20px;border-radius:12px;cursor:pointer}
section{padding:34px 0}
.section-top{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:18px}
.section-top h2{margin:0;font-size:1.5rem;letter-spacing:-.02em}
.muted{color:var(--muted)}
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.card{
  background:var(--surface);border:1px solid var(--line);border-radius:20px;
  overflow:hidden
}
.card-body{padding:20px}
.phone-visual{
  height:210px;position:relative;overflow:hidden;
  background:
    radial-gradient(circle at 75% 20%, rgba(255,122,0,.24), transparent 35%),
    linear-gradient(145deg,#171d24,#0c0f13);
  display:flex;align-items:center;justify-content:center
}
.robot-phone{
  width:105px;height:160px;border-radius:20px;border:2px solid #69727e;
  background:linear-gradient(145deg,#bfc6ce,#747d87);
  position:relative;box-shadow:0 18px 50px rgba(0,0,0,.45)
}
.robot-phone:before{
  content:"";position:absolute;left:17px;top:14px;width:70px;height:44px;border-radius:13px;
  background:#171b20;border:1px solid #3c444e
}
.robot-phone:after{
  content:"";position:absolute;left:39px;top:23px;width:26px;height:26px;border-radius:50%;
  background:radial-gradient(circle at 38% 34%,#7bc7ff 0 13%,#14202d 20% 48%,#050609 52%);
  border:2px solid #8b96a2;box-shadow:25px 3px 0 -6px #0a0b0d
}
.gimbal{
  position:absolute;top:55px;left:50%;width:44px;height:40px;transform:translateX(-50%);
  border-radius:10px 10px 16px 16px;background:#242a31;border:1px solid #59636f;
}
.gimbal:after{
  content:"";position:absolute;left:12px;top:8px;width:18px;height:18px;border-radius:50%;
  background:radial-gradient(circle,#9bd9ff 0 12%,#152231 22% 46%,#030405 51%);
  border:2px solid #a4abb2
}
.badge-row{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:10px}
.badge{font-size:.75rem;padding:6px 9px;border-radius:999px;border:1px solid var(--line);color:#c8d0d8}
.badge.live{color:#bdf5d5;border-color:rgba(53,208,127,.35);background:rgba(53,208,127,.08)}
.card h3{font-size:1.35rem;margin:4px 0 8px}
.card p{color:var(--muted);line-height:1.55;margin:0}
.actions{display:flex;gap:8px;margin-top:18px}
.btn{
  display:inline-flex;align-items:center;justify-content:center;min-height:46px;
  border-radius:12px;text-decoration:none;font-weight:850;font-size:.9rem;padding:0 16px;
  border:1px solid var(--line)
}
.btn.primary{background:var(--orange);border-color:var(--orange);color:#111}
.btn.ghost{background:transparent}
.notice{
  padding:18px;border:1px solid var(--line);border-radius:16px;background:#0d1014;
  color:var(--muted);font-size:.88rem;line-height:1.65
}
footer{border-top:1px solid var(--line);padding:32px 0 50px;color:var(--muted);font-size:.85rem}

/* Product page */
.product-hero{padding:58px 0 26px}
.breadcrumb{font-size:.85rem;color:var(--muted);margin-bottom:18px}
.breadcrumb a{text-decoration:none}
.product-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:34px;align-items:center}
.product-visual{
  min-height:430px;border:1px solid var(--line);border-radius:26px;
  background:
    radial-gradient(circle at 70% 20%,rgba(255,122,0,.27),transparent 35%),
    radial-gradient(circle at 22% 78%,rgba(105,168,255,.15),transparent 30%),
    var(--surface);
  display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden
}
.product-visual .robot-phone{transform:scale(1.65)}
.product-copy h1{font-size:clamp(2.6rem,6vw,4.8rem);margin:10px 0 12px;text-align:left}
.product-copy .lead{text-align:left;margin:0}
.statusline{display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin-top:20px}
.price{font-size:1.75rem;font-weight:850;margin-top:22px}
.price small{display:block;font-weight:500;color:var(--muted);font-size:.82rem;margin-top:5px}
.spec-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.spec{
  border:1px solid var(--line);border-radius:16px;padding:16px;background:var(--surface)
}
.spec strong{display:block;font-size:1rem;margin-top:5px}
.spec span{color:var(--muted);font-size:.78rem;text-transform:uppercase;letter-spacing:.08em}
.buybox{border:1px solid var(--line);border-radius:22px;background:var(--surface);padding:22px}
.buybox h2{margin:0 0 8px}
.buyrow{
  display:flex;justify-content:space-between;align-items:center;gap:14px;
  padding:16px 0;border-top:1px solid var(--line)
}
.buyrow:first-of-type{margin-top:14px}
.buyrow .where{font-weight:800}
.buyrow .sub{font-size:.8rem;color:var(--muted);margin-top:4px}
.btn.disabled{opacity:.45;pointer-events:none}
.sourcebox{font-size:.86rem;color:var(--muted);line-height:1.7}
.sourcebox a{color:#b9d6ff}
.updated{font-size:.78rem;color:var(--muted);margin-top:10px}

@media(max-width:800px){
  .navlinks{display:none}
  .grid,.product-grid,.spec-grid{grid-template-columns:1fr}
  .hero{padding-top:52px}
  .product-visual{min-height:330px}
  .product-copy h1{text-align:left}
  .section-top{align-items:flex-start;flex-direction:column}
}


/* V3 — official HONOR imagery */
.official-product-img{
  width:min(78%,360px);
  height:auto;
  object-fit:contain;
  filter:drop-shadow(0 24px 40px rgba(0,0,0,.38));
}
.phone-visual.official{
  background:
    radial-gradient(circle at 75% 18%, rgba(255,122,0,.20), transparent 34%),
    radial-gradient(circle at 20% 85%, rgba(105,168,255,.10), transparent 26%),
    linear-gradient(145deg,#151a20,#0b0e12);
}
.phone-visual.official .official-product-img{
  width:min(70%,260px);
  max-height:190px;
}
.product-visual.official{
  padding:0;
  background:#0b0f14;
}
.product-visual.official img{
  width:100%;
  height:100%;
  min-height:430px;
  object-fit:cover;
  display:block;
}
.media-credit{
  margin-top:10px;
  font-size:.75rem;
  color:var(--muted);
}
.media-credit a{color:#b9d6ff;text-decoration:none}
.gallery{
  display:grid;
  grid-template-columns:1.25fr .75fr;
  gap:14px;
}
.gallery-card{
  border:1px solid var(--line);
  border-radius:20px;
  overflow:hidden;
  background:var(--surface);
  min-height:260px;
}
.gallery-card img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}
.gallery-card.contain img{
  object-fit:contain;
  padding:24px;
  background:linear-gradient(145deg,#151a20,#0b0e12);
}
.official-mark{
  display:inline-flex;
  gap:6px;
  align-items:center;
  font-size:.72rem;
  color:#bdf5d5;
  border:1px solid rgba(53,208,127,.28);
  background:rgba(53,208,127,.07);
  border-radius:999px;
  padding:5px 8px;
}
@media(max-width:800px){
  .gallery{grid-template-columns:1fr}
  .product-visual.official img{min-height:320px}
}


/* =========================
   V4 — Premium Homepage
   ========================= */

.home-hero{
  padding:78px 0 42px;
  position:relative;
  overflow:hidden;
}
.home-hero::before{
  content:"";
  position:absolute;
  width:520px;height:520px;
  right:-190px;top:-240px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(255,122,0,.18),rgba(255,122,0,0) 68%);
  pointer-events:none;
}
.home-hero-grid{
  display:grid;
  grid-template-columns:1.08fr .92fr;
  gap:38px;
  align-items:center;
}
.home-hero-copy h1{
  margin:16px 0 18px;
  max-width:720px;
  text-align:left;
}
.home-hero-copy .lead{
  margin:0;
  text-align:left;
  max-width:610px;
}
.hero-points{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:22px;
}
.hero-points span{
  color:#c5cdd6;
  font-size:.8rem;
  padding:7px 10px;
  border:1px solid var(--line);
  border-radius:999px;
  background:#0d1014;
}
.hero-search{
  margin-top:28px;
  max-width:630px;
}
.hero-card{
  min-height:455px;
  border:1px solid var(--line);
  border-radius:28px;
  background:
    radial-gradient(circle at 78% 18%,rgba(255,122,0,.22),transparent 33%),
    linear-gradient(145deg,#151a20,#0b0e12);
  padding:24px;
  position:relative;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  overflow:hidden;
}
.hero-card-top{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:14px;
}
.hero-card-title small{
  display:block;
  color:var(--muted);
  font-size:.75rem;
  text-transform:uppercase;
  letter-spacing:.1em;
  margin-bottom:6px;
}
.hero-card-title strong{
  font-size:1.35rem;
}
.hero-card-image{
  flex:1;
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:260px;
}
.hero-card-image img{
  max-width:72%;
  max-height:270px;
  object-fit:contain;
  filter:drop-shadow(0 28px 40px rgba(0,0,0,.45));
}
.hero-card-bottom{
  display:flex;
  justify-content:space-between;
  gap:14px;
  align-items:end;
}
.hero-card-bottom p{
  margin:0;
  color:var(--muted);
  line-height:1.5;
  font-size:.9rem;
  max-width:290px;
}
.section-kicker{
  color:var(--orange);
  font-size:.76rem;
  text-transform:uppercase;
  letter-spacing:.13em;
  font-weight:800;
  margin-bottom:7px;
}
.brand-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:10px;
}
.brand-chip,.category-card{
  text-decoration:none;
}
.brand-chip{
  border:1px solid var(--line);
  background:var(--surface);
  border-radius:15px;
  padding:16px 14px;
  text-align:center;
  font-weight:800;
  transition:.2s ease;
}
.brand-chip:hover{transform:translateY(-2px);border-color:#39424c}
.category-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:12px;
}
.category-card{
  border:1px solid var(--line);
  background:linear-gradient(145deg,#14191f,#0f1216);
  border-radius:18px;
  padding:18px;
  min-height:135px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}
.category-icon{font-size:1.55rem}
.category-card strong{font-size:1rem}
.category-card span{color:var(--muted);font-size:.78rem;line-height:1.45}
.feature-card{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  border:1px solid var(--line);
  border-radius:24px;
  overflow:hidden;
  background:var(--surface);
}
.feature-media{
  min-height:360px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:
    radial-gradient(circle at 70% 20%,rgba(255,122,0,.18),transparent 33%),
    linear-gradient(145deg,#171d24,#0b0e12);
  padding:24px;
}
.feature-media img{
  width:min(75%,330px);
  max-height:320px;
  object-fit:contain;
  filter:drop-shadow(0 24px 38px rgba(0,0,0,.42));
}
.feature-copy{
  padding:32px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.feature-copy h3{
  font-size:clamp(2rem,5vw,3.4rem);
  letter-spacing:-.04em;
  margin:12px 0 12px;
}
.feature-copy p{
  color:var(--muted);
  line-height:1.65;
  margin:0;
  max-width:550px;
}
.feature-actions{display:flex;gap:9px;margin-top:22px;flex-wrap:wrap}
.market-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
}
.market-card{
  border:1px solid var(--line);
  border-radius:18px;
  background:var(--surface);
  padding:20px;
}
.market-card strong{display:block;margin-bottom:7px}
.market-card p{margin:0;color:var(--muted);line-height:1.5;font-size:.86rem}
.market-card .market-state{
  margin-top:14px;
  display:inline-block;
  font-size:.74rem;
  border:1px solid var(--line);
  border-radius:999px;
  padding:6px 9px;
  color:#c7ced6;
}
.market-card .market-state.live{
  color:#bdf5d5;
  border-color:rgba(53,208,127,.35);
  background:rgba(53,208,127,.08);
}
.trust-strip{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  border:1px solid var(--line);
  border-radius:20px;
  overflow:hidden;
  background:#0d1014;
}
.trust-item{
  padding:18px;
  border-right:1px solid var(--line);
}
.trust-item:last-child{border-right:0}
.trust-item strong{display:block;margin-bottom:5px}
.trust-item span{color:var(--muted);font-size:.8rem;line-height:1.45}
.home-note{
  padding:20px;
  background:linear-gradient(145deg,#14191f,#0d1014);
  border:1px solid var(--line);
  border-radius:18px;
  color:var(--muted);
  font-size:.86rem;
  line-height:1.65;
}
.home-note strong{color:var(--text)}

@media(max-width:900px){
  .home-hero-grid,.feature-card{grid-template-columns:1fr}
  .hero-card{min-height:390px}
  .brand-grid{grid-template-columns:repeat(3,1fr)}
  .category-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:600px){
  .home-hero{padding:52px 0 24px}
  .home-hero-copy h1{font-size:clamp(2.65rem,13vw,4rem)}
  .hero-card{min-height:360px;padding:20px}
  .hero-card-image{min-height:210px}
  .hero-card-bottom{align-items:flex-start;flex-direction:column}
  .brand-grid{grid-template-columns:repeat(2,1fr)}
  .category-grid{grid-template-columns:1fr 1fr}
  .market-grid,.trust-strip{grid-template-columns:1fr}
  .trust-item{border-right:0;border-bottom:1px solid var(--line)}
  .trust-item:last-child{border-bottom:0}
  .feature-copy{padding:24px}
  .feature-media{min-height:300px}
}


/* =========================
   V4.1 — Final Homepage Refinement
   ========================= */

.latest-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}
.latest-card{
  border:1px solid var(--line);
  border-radius:20px;
  overflow:hidden;
  background:var(--surface);
}
.latest-media{
  min-height:230px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:20px;
  background:
    radial-gradient(circle at 76% 20%,rgba(255,122,0,.15),transparent 34%),
    linear-gradient(145deg,#151a20,#0b0e12);
}
.latest-media img{
  width:min(72%,220px);
  max-height:210px;
  object-fit:contain;
  filter:drop-shadow(0 20px 34px rgba(0,0,0,.38));
}
.latest-body{padding:18px}
.latest-body h3{margin:8px 0 7px;font-size:1.15rem}
.latest-body p{margin:0;color:var(--muted);line-height:1.5;font-size:.86rem}
.latest-meta{
  display:flex;
  gap:7px;
  flex-wrap:wrap;
  margin-bottom:9px;
}
.latest-actions{
  display:flex;
  gap:8px;
  margin-top:16px;
}
.latest-actions .btn{flex:1}
.section-divider{
  height:1px;
  background:var(--line);
  margin:8px 0 2px;
}
.home-hero-copy .lead{
  max-width:640px;
}
.home-hero-grid{
  gap:46px;
}
#brands,#categories,#phones,#buy{
  scroll-margin-top:84px;
}

@media(max-width:900px){
  .latest-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:600px){
  .home-hero{
    padding-top:46px;
  }
  .home-hero-grid{
    gap:26px;
  }
  .home-hero-copy .lead{
    font-size:1rem;
    line-height:1.6;
  }
  .hero-points{
    gap:8px;
  }
  .hero-points span{
    font-size:.76rem;
  }
  .hero-search{
    margin-top:22px;
  }
  .hero-card{
    min-height:345px;
    border-radius:24px;
  }
  .latest-grid{grid-template-columns:1fr}
  section{padding:28px 0}
  .section-top{margin-bottom:15px}
  .section-top h2{font-size:1.42rem}
  .brand-chip{padding:14px 12px}
  .category-card{min-height:122px;padding:16px}
  .market-card{padding:18px}
}
