.home-page .status-button,
.home-page .mobile-status-button { display: inline-flex; align-items: center; justify-content: center; }
.home-page .device-strip .is-current::after { display: none; }

.home-hero { position: relative; overflow: hidden; background: linear-gradient(135deg, #fff 0%, #f8f7fa 56%, #faedf3 100%); }
.home-hero::before { position: absolute; top: -280px; right: -180px; width: 720px; height: 720px; border: 1px solid rgba(226,6,101,.12); border-radius: 50%; content: ""; }
.home-hero__grid { min-height: 690px; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(450px, .95fr); align-items: center; gap: 55px; padding-top: 54px; padding-bottom: 65px; }
.home-hero__copy { position: relative; top: -14px; z-index: 2; }
.home-hero__copy h1 { max-width: 780px; margin: 0; color: var(--navy); font-size: clamp(58px, 6.1vw, 88px); line-height: .95; letter-spacing: -.065em; }
.home-hero__copy h1 em { color: var(--pink); font-style: normal; }
.home-hero__copy > p { max-width: 690px; margin: 30px 0 0; color: var(--muted); font-size: 20px; line-height: 1.55; }
.home-hero__actions { display: flex; gap: 12px; margin-top: 34px; }
.home-hero__facts { display: flex; flex-wrap: wrap; gap: 28px; margin-top: 38px; }
.home-hero__facts span { display: grid; gap: 3px; color: var(--muted); font-size: 14px; }
.home-hero__facts b { color: var(--navy); font-size: 16px; }
.home-hero__visual { position: relative; min-height: 560px; display: grid; place-items: center; }
.home-hero__halo { position: absolute; width: 430px; height: 430px; border-radius: 50%; background: #efd8e3; }
.home-hero__visual > img { position: relative; z-index: 2; width: min(560px, 100%); height: auto; filter: drop-shadow(0 35px 35px rgba(31,29,48,.18)); }
.home-hero__badge { position: absolute; z-index: 3; min-width: 205px; padding: 15px 17px; border: 1px solid rgba(255,255,255,.9); border-radius: 16px; background: rgba(255,255,255,.9); box-shadow: 0 15px 35px rgba(31,29,48,.12); backdrop-filter: blur(14px); }
.home-hero__badge strong, .home-hero__badge small { display: block; }
.home-hero__badge strong { color: var(--navy); font-size: 15px; }
.home-hero__badge small { margin-top: 4px; color: var(--muted); font-size: 13px; }
.home-hero__badge .status-dot { display: inline-block; margin-right: 8px; }
.home-hero__badge--top { top: 12%; right: 0; }
.home-hero__badge--bottom { bottom: 11%; left: -2%; }

.home-section-head { align-items: center; }
.home-text-link { flex: 0 0 auto; color: var(--pink); font-size: 15px; font-weight: 800; }
.home-device-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.home-device-loading { grid-column: 1 / -1; padding: 60px 20px; color: var(--muted); text-align: center; }
.home-device-card { position: relative; min-height: 268px; display: flex; flex-direction: column; padding: 26px; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: #fff; transition: border-color .2s ease, transform .25s ease, box-shadow .25s ease; }
.home-device-card:hover { border-color: #e5abc5; box-shadow: 0 18px 40px rgba(28,27,53,.09); transform: translateY(-4px); }
.home-device-card::after { position: absolute; right: -45px; bottom: -60px; width: 170px; height: 170px; border: 28px solid rgba(226,6,101,.065); border-radius: 50%; content: ""; }
.home-device-card__top { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; }
.home-device-card__icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; color: var(--pink); background: var(--pink-soft); font-size: 21px; font-weight: 850; }
.home-device-card__count { color: var(--muted); font-size: 13px; }
.home-device-card h3 { position: relative; z-index: 1; margin: 28px 0 9px; color: var(--navy); font-size: 27px; letter-spacing: -.04em; }
.home-device-card p { position: relative; z-index: 1; min-height: 45px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.home-device-card__models { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: 7px 12px; margin-top: auto; padding-top: 22px; color: var(--muted); font-size: 12px; }
.home-device-card__models a:hover { color: var(--pink); }
.home-device-card__action { position: relative; z-index: 1; margin-top: 17px; color: var(--pink); font-size: 14px; font-weight: 800; }

.home-trust { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fbfbfc; }
.home-trust__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.home-trust article { min-height: 150px; display: flex; align-items: center; gap: 17px; padding: 30px 25px; border-left: 1px solid var(--line); }
.home-trust article:last-child { border-right: 1px solid var(--line); }
.home-trust article > span { color: #8a8c98; font-size: 13px; font-weight: 850; }
.home-trust strong { display: block; color: var(--navy); font-size: 17px; }
.home-trust p { margin: 7px 0 0; color: var(--muted); font-size: 14px; line-height: 1.5; }

.home-promo { background: var(--pink-soft); }
.home-installment { min-height: 380px; display: grid; grid-template-columns: .9fr 1.1fr; overflow: hidden; border-radius: 24px; color: #fff; background: var(--navy); }
.home-installment > div:first-child { position: relative; z-index: 2; display: flex; align-items: flex-start; flex-direction: column; padding: 55px; }
.home-installment .eyebrow { color: #ff9ac6; }
.home-installment h2 { max-width: 650px; margin: 10px 0 16px; font-size: clamp(34px, 3.7vw, 52px); line-height: 1.02; letter-spacing: -.05em; }
.home-installment p { max-width: 550px; margin: 0 0 32px; color: var(--muted-on-dark); font-size: 16px; line-height: 1.55; }
.home-installment__image { background: linear-gradient(90deg, var(--navy) 0%, transparent 30%), url("assets/installment.webp") center/cover no-repeat; }

.home-issue-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.home-issue-grid a { min-height: 210px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .2s ease; }
.home-issue-grid a:hover { background: var(--pink-soft); }
.home-issue-grid a > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; color: var(--pink); background: var(--pink-soft); font-size: 21px; }
.home-issue-grid strong { display: block; margin-top: 28px; color: var(--navy); font-size: 18px; }
.home-issue-grid p { margin: 8px 0 0; color: var(--muted); font-size: 14px; line-height: 1.55; }

.home-about { overflow: hidden; background: #f7f7f9; }
.home-about__grid { display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: 90px; }
.home-about__image { min-height: 530px; display: grid; place-items: end center; overflow: hidden; border-radius: 24px; background: linear-gradient(145deg, #fff, #eadce4); }
.home-about__image picture { width: 100%; height: 100%; display: grid; place-items: end center; }
.home-about__image img { width: min(430px, 92%); max-height: 560px; object-fit: contain; object-position: bottom; }
.home-about__copy h2 { max-width: 760px; margin: 12px 0 25px; color: var(--navy); font-size: clamp(40px, 4.8vw, 66px); line-height: 1; letter-spacing: -.055em; }
.home-about__copy p { max-width: 760px; margin: 0 0 18px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.home-about__copy .button { margin-top: 16px; }

.home-reviews { background: #fff; }
.home-review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.home-review-grid article { min-height: 270px; display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.home-review__top { display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.home-review__top strong { color: var(--navy); font-size: 16px; }
.home-review__top span { color: var(--pink); letter-spacing: .08em; }
.home-review-grid p { margin: 35px 0 24px; color: var(--ink); font-size: 16px; line-height: 1.65; }
.home-review-grid small { margin-top: auto; color: var(--muted); font-size: 13px; }
.home-page .courier-banner { text-decoration: none; }

@media (max-width: 1120px) {
  .home-hero__grid { grid-template-columns: 1fr .8fr; gap: 20px; }
  .home-hero__visual { min-height: 500px; }
  .home-device-grid { grid-template-columns: repeat(2, 1fr); }
  .home-about__grid { gap: 45px; }
}

@media (max-width: 820px) {
  .home-hero__grid { min-height: 0; grid-template-columns: 1fr; gap: 28px; padding-top: 36px; padding-bottom: 55px; }
  .home-hero__copy { top: 0; }
  .home-hero__copy h1 { font-size: clamp(50px, 14vw, 70px); }
  .home-hero__copy > p { margin-top: 24px; font-size: 17px; }
  .home-hero__actions { align-items: stretch; flex-direction: column; }
  .home-hero__facts { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
  .home-hero__visual { min-height: 410px; }
  .home-hero__visual > img { width: min(480px, 95%); }
  .home-hero__halo { width: 310px; height: 310px; }
  .home-hero__badge { min-width: 172px; padding: 12px 14px; }
  .home-hero__badge--top { top: 5%; right: 0; }
  .home-hero__badge--bottom { bottom: 4%; left: 0; }
  .home-section-head .home-text-link { display: inline-flex; margin-top: 20px; }
  .home-device-grid { grid-template-columns: 1fr; }
  .home-device-card { min-height: 245px; }
  .home-trust__grid { grid-template-columns: 1fr 1fr; }
  .home-trust article:nth-child(odd) { border-left: 0; }
  .home-trust article { min-height: 135px; padding: 22px 16px; border-bottom: 1px solid var(--line); }
  .home-installment { min-height: 540px; grid-template-columns: 1fr; }
  .home-installment > div:first-child { padding: 35px 24px; }
  .home-installment__image { min-height: 260px; background: linear-gradient(180deg, var(--navy) 0%, transparent 30%), url("assets/installment.webp") center/cover no-repeat; }
  .home-issue-grid { grid-template-columns: 1fr 1fr; }
  .home-issue-grid a { min-height: 190px; padding: 22px 18px; }
  .home-about__grid { grid-template-columns: 1fr; gap: 42px; }
  .home-about__image { min-height: 430px; }
  .home-about__copy h2 { font-size: clamp(40px, 11vw, 58px); }
  .home-review-grid { display: flex; overflow-x: auto; padding-right: 16px; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .home-review-grid article { width: min(82vw, 330px); min-width: 0; flex: 0 0 min(82vw, 330px); overflow-wrap: anywhere; scroll-snap-align: start; }
}

@media (max-width: 480px) {
  .home-hero__copy h1 { font-size: 48px; }
  .home-hero__facts { grid-template-columns: 1fr; }
  .home-hero__visual { min-height: 350px; }
  .home-hero__badge { min-width: 150px; }
  .home-hero__badge strong { font-size: 13px; }
  .home-hero__badge small { font-size: 11px; }
  .home-trust__grid, .home-issue-grid { grid-template-columns: 1fr; }
  .home-trust article { border-left: 0; }
  .home-issue-grid a { min-height: 170px; }
}
