/* Home page only (the doc pages use styles.css alone). */
.hero2 { position: relative; overflow: hidden; }
.hero2 .wrap { display: grid; grid-template-columns: 1.05fr .95fr; gap: 40px; align-items: center; padding-top: 30px; padding-bottom: 70px; }
.hero2 .icon { width: 84px; height: 84px; border-radius: 20px; box-shadow: 0 12px 28px rgba(0,0,0,.4); }
.hero2 h1 { font-size: clamp(52px, 7.4vw, 88px); margin: 18px 0 0; line-height: 1; }
.hero2 .tag { text-align: left; margin: 14px 0 20px; }
.hero2 .lead { margin: 0 0 30px; text-align: left; max-width: 520px; }
.store { display: inline-flex; align-items: center; gap: 12px; padding: 12px 22px 12px 18px; border-radius: 14px; background: #000; color: #fff; text-decoration: none; border: 1px solid rgba(255,255,255,.25); }
.store svg { width: 26px; height: 26px; }
.store small { display: block; font-size: 11px; letter-spacing: .04em; opacity: .8; }
.store b { display: block; font-size: 19px; font-weight: 600; margin-top: -2px; }
.store[aria-disabled="true"] { opacity: .9; cursor: default; }
.soon2 { color: var(--muted); font-size: 14px; margin-top: 12px; }
.phones { position: relative; height: 620px; }
.phone { position: absolute; width: 270px; border-radius: 34px; background: #05080f; padding: 9px; box-shadow: 0 30px 70px rgba(0,0,0,.55), 0 0 0 1px rgba(200,168,107,.35); }
.phone img { display: block; width: 100%; height: auto; border-radius: 26px; }
.phones .p1 { left: 50%; top: 0; transform: translateX(-50%); z-index: 2; }
.phones .p2 { left: 4%; top: 70px; transform: rotate(-7deg) scale(.86); opacity: .9; }
.phones .p3 { right: 4%; top: 70px; transform: rotate(7deg) scale(.86); opacity: .9; }
section.band { padding: 70px 0; border-top: 1px solid var(--line); }
section.band h2 { font-size: clamp(34px, 5vw, 48px); margin: 0 0 8px; text-align: center; }
section.band .sub { text-align: center; color: var(--muted); margin: 0 auto 40px; max-width: 620px; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.step { background: var(--card); border: 1px solid var(--line); border-radius: 18px; padding: 22px; }
.step .n { width: 34px; height: 34px; border-radius: 50%; background: #c8a86b; color: #0f1a2e; font-weight: 700; display: grid; place-items: center; margin-bottom: 12px; }
.step h3 { margin: 0 0 6px; font-size: 23px; }
.step p { margin: 0; color: var(--muted); font-size: 15px; }
.cards { display: flex; gap: 6px; margin: 14px 0 0; }
.cards img { width: 44px; border-radius: 4px; box-shadow: 0 4px 10px rgba(0,0,0,.35); }
.modes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.mode { text-align: center; }
.mode .phone { position: relative; width: 250px; margin: 0 auto 22px; }
.mode h3 { font-size: 28px; margin: 0 0 6px; }
.mode p { color: var(--muted); margin: 0 auto; max-width: 300px; font-size: 15.5px; }
.features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.feat { background: var(--card); border: 1px solid var(--line); border-radius: 18px; padding: 20px 22px; }
.feat h3 { margin: 0 0 6px; font-size: 22px; }
.feat p { margin: 0; color: var(--muted); font-size: 15px; }
.carousel { position: relative; margin-top: 30px; }
.gallery { display: flex; gap: 18px; overflow-x: auto; padding: 6px 4px 10px; scroll-snap-type: x mandatory; scroll-behavior: smooth;
  scrollbar-width: none; -ms-overflow-style: none; -webkit-mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent); mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent); }
.gallery::-webkit-scrollbar { display: none; }
.carousel .nav { position: absolute; top: 50%; transform: translateY(-50%); width: 48px; height: 48px; border-radius: 50%; border: 1px solid rgba(200,168,107,.5);
  background: rgba(13,24,44,.85); color: #eef1f6; display: grid; place-items: center; cursor: pointer; z-index: 2; transition: opacity .2s, background .2s; }
.carousel .nav:hover { background: #c8a86b; color: #0f1a2e; }
.carousel .nav[disabled] { opacity: 0; pointer-events: none; }
.carousel .nav svg { width: 22px; height: 22px; }
.carousel .prev { left: -22px; } .carousel .next { right: -22px; }
.dots { display: flex; justify-content: center; gap: 8px; margin-top: 14px; }
.dots button { width: 8px; height: 8px; border-radius: 4px; border: 0; padding: 0; background: rgba(238,241,246,.25); cursor: pointer; transition: width .2s, background .2s; }
.dots button.on { width: 24px; background: #c8a86b; }
@media (max-width: 700px) { .carousel .nav { display: none; } }
.gallery .phone { position: relative; flex: none; width: 220px; scroll-snap-align: center; }
.faq { max-width: 760px; margin: 0 auto; }
.faq details { border-bottom: 1px solid var(--line); padding: 16px 4px; }
.faq summary { cursor: pointer; font-weight: 600; font-size: 17px; list-style: none; }
.faq summary::after { content: "+"; float: right; color: #c8a86b; font-size: 22px; line-height: 1; }
.faq details[open] summary::after { content: "–"; }
.faq p { color: var(--muted); margin: 10px 0 0; }
.cta { text-align: center; }
.cta img { width: 96px; border-radius: 22px; box-shadow: 0 12px 28px rgba(0,0,0,.4); }
@media (max-width: 900px) {
  .hero2 .wrap { grid-template-columns: 1fr; text-align: center; }
  .hero2 .tag, .hero2 .lead { text-align: center; margin-left: auto; margin-right: auto; }
  .phones { height: 520px; transform: scale(.86); transform-origin: top center; }
  .steps { grid-template-columns: 1fr 1fr; }
  .modes, .features { grid-template-columns: 1fr; }
}
@media (max-width: 520px) { .steps { grid-template-columns: 1fr; } .phones { height: 470px; transform: scale(.76); } }
