
*{box-sizing:border-box}
html{scroll-behavior:smooth}
:root{
  --bg:#eef3f9;
  --ink:#0f172a;
  --muted:#64748b;
  --line:rgba(15,23,42,.11);
  --glass:rgba(255,255,255,.62);
  --glass-strong:rgba(255,255,255,.82);
  --dark:#0f172a;
  --blue:#2c5eff;
  --soft:#f8fbff;
  --container:1240px;
  --shadow:0 30px 100px rgba(15,23,42,.12);
}
body{
  margin:0;
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",Arial,sans-serif;
  background:
    radial-gradient(circle at 14% 3%,rgba(44,94,255,.12),transparent 30%),
    radial-gradient(circle at 84% 8%,rgba(255,255,255,.78),transparent 28%),
    linear-gradient(180deg,#eef3f9 0%,#f7faff 52%,#eef3f9 100%);
  color:var(--ink);
  overflow-x:hidden;
}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%;height:auto}
button{font:inherit}
.glass-header{
  width:min(var(--container),calc(100% - 32px));
  margin:16px auto 0;
  padding:12px 14px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  border:1px solid rgba(255,255,255,.8);
  border-radius:28px;
  background:rgba(255,255,255,.62);
  backdrop-filter:blur(20px);
  position:sticky;
  top:14px;
  z-index:50;
  box-shadow:0 18px 54px rgba(15,23,42,.08);
}
.brand{display:flex;align-items:center;gap:12px;min-width:max-content}
.brand-mark{
  width:48px;height:48px;border-radius:18px;
  display:grid;place-items:center;
  background:linear-gradient(135deg,#2c5eff,#0f172a);
  color:#fff;font-size:22px;font-weight:900;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.35);
}
.brand strong{display:block;font-size:18px;line-height:1.05}
.brand em{display:block;font-style:normal;font-size:12px;color:var(--muted);letter-spacing:.12em;margin-top:2px}
.glass-nav{display:flex;align-items:center;gap:6px}
.glass-nav a,.glass-nav button{
  border:0;background:transparent;color:var(--ink);
  padding:10px 12px;border-radius:999px;font-weight:850;cursor:pointer;
}
.glass-nav button{background:var(--dark);color:#fff}
.menu-btn{
  display:none;
  border:1px solid var(--line);
  border-radius:999px;
  background:#fff;
  padding:10px 14px;
  font-weight:900;
}
.eyebrow{
  margin:0 0 12px;
  font-size:12px;
  letter-spacing:.16em;
  text-transform:uppercase;
  font-weight:950;
  color:var(--blue);
}
.glass-hero{
  width:min(var(--container),calc(100% - 32px));
  margin:34px auto;
  min-height:680px;
  position:relative;
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  overflow:hidden;
  border-radius:48px;
  border:1px solid rgba(255,255,255,.9);
  background:#f3f7fc;
  box-shadow:var(--shadow);
}
.hero-bg{
  position:absolute;
  inset:0;
  background:url("../images/atlas-glass-bg.webp") center/cover no-repeat;
}
.hero-main,.hero-gallery{position:relative;z-index:2}
.hero-main{
  padding:62px 58px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.hero-main h1{
  margin:0 0 22px;
  font-size:clamp(54px,7vw,104px);
  line-height:.88;
  letter-spacing:-.078em;
}
.lead,.section-title span,.authority-copy span,.download-panel span,.support-copy span,.sub-hero span{
  display:block;
  color:var(--muted);
  font-size:17px;
  line-height:1.9;
  max-width:850px;
}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}
.button,.pill-btn,.table-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  padding:14px 22px;
  border:1px solid transparent;
  font-weight:900;
  cursor:pointer;
}
.button.primary,.pill-btn,.table-btn{
  background:linear-gradient(135deg,#2c5eff,#0f172a);
  color:#fff;
  box-shadow:0 16px 36px rgba(44,94,255,.18);
}
.button.secondary{
  background:#fff;
  color:var(--ink);
  border-color:rgba(255,255,255,.9);
}
.button.ghost{
  background:rgba(255,255,255,.58);
  color:var(--ink);
  border-color:rgba(15,23,42,.10);
}
.hero-mini{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
  margin-top:36px;
}
.hero-mini article{
  padding:16px;
  border-radius:22px;
  background:rgba(255,255,255,.52);
  border:1px solid rgba(255,255,255,.80);
  backdrop-filter:blur(10px);
}
.hero-mini b{display:block;font-size:18px}
.hero-mini span{display:block;color:var(--muted);margin-top:4px}
.hero-gallery{min-height:680px}
.gallery-plate{
  position:absolute;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(255,255,255,.55);
  border-radius:34px;
  background:rgba(255,255,255,.14);
  backdrop-filter:blur(16px);
  box-shadow:0 24px 70px rgba(15,23,42,.18);
}
.gallery-plate img{
  object-fit:contain;
  filter:drop-shadow(0 24px 30px rgba(15,23,42,.22));
}
.main-device{width:340px;height:420px;left:130px;top:92px}
.main-device img{max-height:370px}
.device-flex{width:190px;height:210px;right:64px;top:72px}
.device-flex img{max-height:160px}
.device-x{width:220px;height:190px;right:110px;bottom:104px}
.device-x img{max-height:150px}
.gallery-note{
  position:absolute;
  left:92px;
  bottom:82px;
  padding:20px 22px;
  border-radius:26px;
  background:rgba(255,255,255,.70);
  border:1px solid rgba(255,255,255,.8);
  backdrop-filter:blur(14px);
}
.gallery-note strong{display:block}
.gallery-note span{display:block;color:var(--muted);margin-top:5px}
.service-capsules,.section,.download-panel,.sub-hero{
  width:min(var(--container),calc(100% - 32px));
  margin:30px auto;
}
.service-capsules{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
}
.service-capsules article{
  padding:24px;
  border-radius:30px;
  background:var(--glass);
  border:1px solid rgba(255,255,255,.85);
  backdrop-filter:blur(16px);
  box-shadow:0 14px 46px rgba(15,23,42,.06);
}
.service-capsules b{display:block;font-size:20px}
.service-capsules span{display:block;margin-top:8px;color:var(--muted)}
.section,.sub-hero{
  padding:38px;
  border-radius:40px;
  background:var(--glass-strong);
  border:1px solid rgba(255,255,255,.9);
  box-shadow:var(--shadow);
  backdrop-filter:blur(16px);
}
.sub-main{padding-top:10px}
.sub-hero{
  background:linear-gradient(135deg,rgba(15,23,42,.96),rgba(44,94,255,.88));
  color:#fff;
}
.sub-hero h1{
  font-size:clamp(46px,6vw,92px);
  line-height:.9;
  letter-spacing:-.07em;
  margin:0 0 16px;
}
.sub-hero span{color:#dbeafe}
.section-title{margin-bottom:26px}
.section-title.center{text-align:center}
.section-title h2,.authority-copy h2,.download-panel h2,.support-copy h2,.faq-section h2,.modal-card h2{
  font-size:clamp(38px,5vw,68px);
  line-height:.94;
  letter-spacing:-.06em;
  margin:0 0 14px;
}
.concierge-grid{
  display:grid;
  grid-template-columns:1.1fr .9fr .9fr;
  grid-template-areas:
    "large second third"
    "large fourth third";
  gap:16px;
}
.concierge-card{
  min-height:230px;
  padding:26px;
  text-align:left;
  border-radius:30px;
  border:1px solid rgba(255,255,255,.9);
  background:rgba(255,255,255,.72);
  backdrop-filter:blur(12px);
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}
.concierge-card.large{
  grid-area:large;
  background:linear-gradient(135deg,#0f172a,#2c5eff);
  color:#fff;
}
.concierge-card:nth-child(2){grid-area:second}
.concierge-card.glow{grid-area:third;background:#fff}
.concierge-card:nth-child(4){grid-area:fourth}
.concierge-card small,.device-copy span{
  color:var(--blue);
  font-size:12px;
  letter-spacing:.14em;
  text-transform:uppercase;
  font-weight:950;
}
.concierge-card.large small{color:#bfdbfe}
.concierge-card h3,.device-card h3,.authority-list h3,.process-grid h3,.support-section h3{
  margin:16px 0 10px;
  font-size:29px;
  line-height:1.05;
  letter-spacing:-.045em;
}
.concierge-card p,.device-card p,.authority-list p,.process-grid p,.support-section p,.faq-section p,.site-footer p{
  color:var(--muted);
  line-height:1.78;
}
.concierge-card.large p,.concierge-card.large strong{color:#dbeafe}
.concierge-card strong{word-break:break-word}
.authority-section{
  display:grid;
  grid-template-columns:.92fr 1.08fr;
  gap:20px;
}
.authority-copy{
  padding:34px;
  border-radius:32px;
  background:linear-gradient(135deg,#0f172a,#203660);
  color:#fff;
}
.authority-copy span{color:#dbeafe}
.authority-list{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:16px;
}
.authority-list article,.process-grid article{
  padding:24px;
  border-radius:28px;
  background:rgba(255,255,255,.68);
  border:1px solid rgba(255,255,255,.9);
}
.device-grid{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:16px;
}
.device-card{
  min-height:335px;
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:18px;
  align-items:center;
  padding:24px;
  border-radius:32px;
  background:rgba(255,255,255,.72);
  border:1px solid rgba(255,255,255,.9);
}
.device-card:not(.hero-device-card){grid-template-columns:230px 1fr}
.hero-device-card{
  grid-row:span 3;
  grid-template-columns:1fr;
  background:linear-gradient(180deg,#fff,#eef5ff);
}
.device-card figure{
  min-height:210px;
  margin:0;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:26px;
  background:linear-gradient(180deg,#fff,#eff5fb);
  border:1px solid rgba(15,23,42,.06);
}
.hero-device-card figure{min-height:430px}
.device-card img{
  max-height:180px;
  object-fit:contain;
  filter:drop-shadow(0 20px 26px rgba(15,23,42,.16));
}
.hero-device-card img{max-height:360px}
.pill-btn{margin-top:16px}
.table-wrap{
  overflow:auto;
  border-radius:26px;
  border:1px solid rgba(255,255,255,.9);
  background:#fff;
}
table{width:100%;border-collapse:collapse}
th,td{
  text-align:left;
  padding:18px;
  border-bottom:1px solid #e5edf7;
}
th{background:#eef5ff}
.download-panel{
  display:grid;
  grid-template-columns:1fr auto;
  align-items:center;
  gap:24px;
  padding:42px;
  border-radius:40px;
  background:linear-gradient(135deg,#0f172a,#2c5eff);
  color:#fff;
  box-shadow:var(--shadow);
}
.download-panel span{color:#dbeafe}
.process-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}
.process-grid b{
  display:grid;
  place-items:center;
  width:48px;
  height:48px;
  border-radius:16px;
  background:#0f172a;
  color:#fff;
  margin-bottom:16px;
}
.support-section{
  display:grid;
  grid-template-columns:1.05fr .75fr;
  gap:20px;
}
.support-copy,.qr-card{
  padding:30px;
  border-radius:32px;
  background:rgba(255,255,255,.72);
  border:1px solid rgba(255,255,255,.9);
}
.tags{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:20px;
}
.tags em{
  font-style:normal;
  padding:9px 12px;
  border-radius:999px;
  background:#fff;
  border:1px solid #e5edf7;
  font-size:13px;
}
.qr-card{text-align:center}
.qr-card img{
  width:min(300px,100%);
  margin:0 auto 18px;
  padding:12px;
  border-radius:26px;
  background:#fff;
  border:1px solid #e5edf7;
}
.faq-section details{
  border-top:1px solid #dfe8f3;
  padding:18px 0;
}
.faq-section summary{
  font-size:20px;
  font-weight:900;
  cursor:pointer;
}
.site-footer{
  margin-top:48px;
  padding:42px 6vw;
  background:#0f172a;
  color:#fff;
  display:flex;
  justify-content:space-between;
  gap:24px;
}
.site-footer span{
  display:block;
  color:#bfdbfe;
  text-transform:uppercase;
  letter-spacing:.16em;
  font-size:12px;
  font-weight:950;
}
.site-footer strong{display:block;font-size:34px;margin:8px 0}
.site-footer p{color:#dbeafe;max-width:760px}
.footer-links{
  display:flex;
  flex-direction:column;
  gap:10px;
  align-items:flex-end;
}
.footer-links button{
  border:1px solid rgba(255,255,255,.22);
  background:transparent;
  color:#fff;
  border-radius:999px;
  padding:12px 18px;
  font-weight:900;
  cursor:pointer;
}
.contact-modal{
  display:none;
  position:fixed;
  inset:0;
  z-index:100;
  align-items:center;
  justify-content:center;
}
.contact-modal.open{display:flex}
.modal-mask{
  position:absolute;
  inset:0;
  background:rgba(15,23,42,.68);
  backdrop-filter:blur(12px);
}
.modal-card{
  position:relative;
  z-index:2;
  width:min(460px,calc(100% - 24px));
  background:#fff;
  color:var(--ink);
  border-radius:34px;
  padding:30px;
  text-align:center;
  box-shadow:0 30px 90px rgba(15,23,42,.28);
}
.modal-close{
  position:absolute;
  right:14px;
  top:10px;
  border:0;
  background:transparent;
  font-size:30px;
  cursor:pointer;
}
.modal-qr{
  width:min(300px,100%);
  margin:18px auto;
  padding:12px;
  border-radius:26px;
  background:#f8fbff;
  border:1px solid #dfe8f3;
}
.modal-card p{color:var(--muted)}
.modal-actions{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:12px;
  margin-top:18px;
}
.float-contact{
  position:fixed;
  right:18px;
  bottom:18px;
  z-index:80;
  border:0;
  border-radius:999px;
  background:linear-gradient(135deg,#2c5eff,#0f172a);
  color:#fff;
  padding:14px 18px;
  font-weight:900;
  cursor:pointer;
  box-shadow:0 20px 44px rgba(15,23,42,.24);
}
body.lock{overflow:hidden}

@media(max-width:1120px){
  .glass-nav{display:none}
  .glass-nav.show{
    display:flex;
    position:absolute;
    top:76px;
    left:0;
    right:0;
    flex-direction:column;
    align-items:flex-start;
    background:#fff;
    border:1px solid #dfe8f3;
    border-radius:24px;
    padding:16px;
    box-shadow:var(--shadow);
  }
  .menu-btn{display:block}
  .glass-hero,.authority-section,.support-section{grid-template-columns:1fr}
  .hero-gallery{min-height:500px}
  .service-capsules,.authority-list,.process-grid{grid-template-columns:repeat(2,1fr)}
  .concierge-grid{
    grid-template-columns:1fr 1fr;
    grid-template-areas:"large large" "second third" "fourth third";
  }
  .device-grid{grid-template-columns:1fr}
  .hero-device-card{grid-row:auto}
  .download-panel,.site-footer{grid-template-columns:1fr;display:grid}
  .footer-links{align-items:flex-start}
}
@media(max-width:720px){
  .glass-hero{grid-template-columns:1fr;min-height:auto}
  .hero-main{padding:34px 24px}
  .hero-main h1{font-size:42px}
  .hero-gallery{display:none}
  .hero-mini,.service-capsules,.authority-list,.process-grid,.concierge-grid{grid-template-columns:1fr}
  .concierge-grid{grid-template-areas:"large" "second" "third" "fourth"}
  .section,.sub-hero,.download-panel{padding:24px}
  .device-card,.device-card:not(.hero-device-card){grid-template-columns:1fr}
  .hero-actions,.modal-actions{flex-direction:column}
  .button,.pill-btn,.table-btn{width:100%}
}
