/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer properties;
@property --scroll-fade-t {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0px;
}
@property --scroll-fade-b {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0px;
}
@property --scroll-fade-s {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0px;
}
@property --scroll-fade-e {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0px;
}
@property --scroll-fade-mask {
  syntax: "*";
  inherits: false;
}
@property --shimmer-angle {
  syntax: "<angle>";
  inherits: true;
  initial-value: 20deg;
}
@property --shimmer-image {
  syntax: "*";
  inherits: false;
}
@property --shimmer-text-fill {
  syntax: "*";
  inherits: false;
}
@media (prefers-reduced-motion: reduce) {
  .shimmer {
    animation: none;
    background-image: none;
    -webkit-text-fill-color: currentColor;
  }
}
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap");
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
:root {
  --tw-enter-opacity: 1;
  --bg: #f4f3f7;
  --surface: #ffffff;
  --surface-soft: #f7f5fa;
  --text: #101010;
  --muted: #69666f;
  --line: rgba(17, 17, 17, 0.08);
  --purple: #6200b8;
  --purple-2: #8123d8;
  --purple-soft: #eee4ff;
  --black: #101014;
}
.scrollbar-thin {
  scrollbar-width: thin;
  scrollbar-gutter: stable;
}
@keyframes scroll-fade-reveal-b {
  from {
    opacity: 0.999;
  }
  to {
    opacity: 1;
  }
}
@keyframes tw-shimmer {
  from {
    background-position: 100% 0;
  }
  to {
    background-position: 0 0;
  }
}
html {
  scroll-behavior: smooth;
}
body {
  min-height: 100vh;
  overflow-x: hidden;
  background: radial-gradient(circle at 50% -10%, rgba(112, 34, 238, 0.12), transparent 28%),
    var(--bg);
  color: var(--text);
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
textarea {
  font: inherit;
}
.container {
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
}
.header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(244, 243, 247, 0.82);
  border-bottom: 1px solid rgba(98, 0, 184, 0.08);
  box-shadow: 0 10px 30px rgba(35, 16, 50, 0.04);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
}
.header-inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand-logo {
  width: 235px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex: 0 0 auto;
}
.brand-logo-image {
  width: 225px;
  height: auto;
  display: block;
  object-fit: contain;
}
.nav {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
}
.nav a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0 11px;
  border-radius: 12px;
  color: #4b4750;
  transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}
.nav a svg {
  width: 16px;
  height: 16px;
  color: var(--purple);
  stroke-width: 2.1;
}
.nav a:hover {
  color: var(--purple);
  background: var(--purple-soft);
  transform: translateY(-1px);
}
.header-phone {
  min-height: 50px;
  gap: 9px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: #101010;
  color: white;
  font-weight: 800;
  box-shadow: 0 10px 22px rgba(17, 17, 17, 0.12);
  transition: transform 0.2s ease, background 0.2s ease;
}
.header-phone svg {
  width: 18px;
  height: 18px;
  color: #c894ff;
  stroke-width: 2.2;
}
.header-phone:hover {
  transform: translateY(-2px);
  background: var(--purple);
}
.hero {
  padding: 10px 0 22px;
}
.hero-card {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border-radius: 30px;
  padding: 62px 64px 42px;
  background: radial-gradient(circle at 82% 44%, rgba(150, 86, 255, 0.2), transparent 30%),
    linear-gradient(135deg, #ffffff 0%, #f8f5fc 58%, #ede3fb 100%);
  box-shadow: 0 28px 70px rgba(47, 24, 69, 0.08),
    inset 0 0 0 1px rgba(255, 255, 255, 0.85);
}
.hero-card::after {
  content: "";
  position: absolute;
  right: -80px;
  top: -110px;
  width: 620px;
  height: 620px;
  border-radius: 50%;
  border: 1px solid rgba(112, 34, 238, 0.1);
  pointer-events: none;
}
.hero-content {
  position: relative;
  z-index: 6;
  max-width: 590px;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  color: var(--purple);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.eyebrow-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--purple);
  box-shadow: 0 0 0 5px rgba(112, 34, 238, 0.11);
}
.hero h1 {
  margin-bottom: 22px;
  font-size: clamp(50px, 5.6vw, 76px);
  line-height: 0.94;
  letter-spacing: -4.6px;
  font-weight: 950;
}
.hero h1 span {
  color: var(--purple);
}
.hero-description {
  max-width: 580px;
  margin-bottom: 30px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.5;
}
.hero-buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.button-primary,
.button-secondary {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 25px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 850;
  border: 1px solid transparent;
  transition: transform 0.2s ease, color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}
.button-primary {
  color: #fff;
  background: var(--purple);
  border-color: var(--purple);
}
.button-secondary {
  color: var(--purple);
  background: rgba(255, 255, 255, 0.94);
  border-color: rgba(98, 0, 184, 0.28);
}
.button-primary:hover,
.button-secondary:hover {
  transform: translateY(-2px);
}
.button-primary:hover {
  background: #4f0096;
  border-color: #4f0096;
}
.button-secondary:hover {
  background: var(--purple-soft);
  border-color: var(--purple);
}
.action-icon {
  width: 18px;
  height: 18px;
  stroke-width: 2.2;
}
.button-phone-icon {
  width: 18px;
  height: 18px;
}
.button-phone-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.hero-trust {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.hero-trust span {
  padding: 9px 13px;
  border-radius: 999px;
  color: #56515d;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(112, 34, 238, 0.1);
  font-size: 11px;
  font-weight: 750;
}
.hero-device-visual {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  bottom: 0;
  width: 56%;
  overflow: hidden;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0%,
    rgba(0,0,0,.2) 8%,
    rgba(0,0,0,.7) 20%,
    #000 34%,
    #000 100%
  );
  mask-image: linear-gradient(
    to right,
    transparent 0%,
    rgba(0,0,0,.2) 8%,
    rgba(0,0,0,.7) 20%,
    #000 34%,
    #000 100%
  );
}
.hero-device-image {
  object-fit: cover;
  object-position: 63% center;
}
.stats {
  padding: 0 0 24px;
}
.stats-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border-radius: 24px;
  color: white;
  background: radial-gradient(circle at 100% 40%, rgba(122, 38, 238, 0.34), transparent 24%),
    radial-gradient(circle at 0% 70%, rgba(122, 38, 238, 0.28), transparent 25%),
    linear-gradient(135deg, #171827, #0b0c13);
  box-shadow: 0 26px 60px rgba(20, 12, 34, 0.2);
}
.stats-grid::before,
.stats-grid::after {
  content: "";
  position: absolute;
  top: 28%;
  bottom: 28%;
  width: 5px;
  border-radius: 999px;
  background: #7628ef;
  filter: blur(4px);
}
.stats-grid::before {
  left: -2px;
}
.stats-grid::after {
  right: -2px;
}
.stat {
  min-height: 190px;
  padding: 26px 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}
.stat:last-child {
  border-right: 0;
}
.stat-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 14px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: white;
  background: linear-gradient(135deg, #6722e6, #9b42ff);
  box-shadow: 0 10px 28px rgba(112, 34, 238, 0.35);
}
.stat-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.stat strong {
  display: block;
  margin-bottom: 5px;
  font-size: clamp(27px, 2.6vw, 37px);
  line-height: 1;
  letter-spacing: -1.8px;
}
.stat h3 {
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: 700;
}
.stat p {
  max-width: 210px;
  color: #9ca0ad;
  font-size: 12px;
  line-height: 1.45;
}
.iphone-feature {
  padding: 0 0 26px;
}
.iphone-feature-card {
  display: grid;
  grid-template-columns: 1.04fr 0.92fr 0.82fr;
  min-height: 390px;
  overflow: hidden;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 20px 55px rgba(48, 28, 64, 0.08),
    inset 0 0 0 1px rgba(17, 17, 17, 0.04);
}
.iphone-feature-visual {
  position: relative;
  min-height: 390px;
  margin: 18px 0 18px 18px;
  overflow: hidden;
  border-radius: 24px;
  background: #f2eaff;
  box-shadow: inset 0 0 0 1px rgba(112, 34, 238, 0.06),
    0 14px 32px rgba(70, 26, 120, 0.06);
}
.iphone-feature-image {
  object-fit: cover;
  object-position: center;
  border-radius: 24px;
  transform: none;
}
.iphone-feature-copy {
  padding: 36px 28px 30px;
}
.popular-badge {
  display: inline-flex;
  align-items: center;
  margin-bottom: 13px;
  padding: 6px 11px;
  border: 1px solid #7b2cf1;
  border-radius: 999px;
  color: #6f24dc;
  font-size: 11px;
  font-weight: 800;
}
.iphone-feature-copy h2 {
  margin-bottom: 13px;
  font-size: 36px;
  letter-spacing: -1.7px;
}
.iphone-feature-description {
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}
.feature-checks {
  display: grid;
  gap: 9px;
  margin-bottom: 24px;
  list-style: none;
  color: #48434f;
  font-size: 13px;
}
.feature-checks li {
  display: flex;
  align-items: center;
  gap: 9px;
}
.feature-checks li span {
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  color: #fff;
  background: var(--purple);
  font-size: 11px;
  font-weight: 900;
}
.feature-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.compact-button {
  min-height: 46px;
  padding: 0 20px;
  border-radius: 14px;
  font-size: 12px;
}
.popular-repairs {
  align-self: center;
  margin: 20px 20px 20px 0;
  padding: 22px 20px 18px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(17, 17, 17, 0.08);
  box-shadow: 0 14px 34px rgba(29, 15, 43, 0.05);
}
.popular-repairs > h3 {
  margin-bottom: 12px;
  font-size: 15px;
}
.repair-list {
  border-top: 1px solid var(--line);
}
.repair-row {
  min-height: 48px;
  display: grid;
  grid-template-columns: 30px 1fr auto 24px;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid var(--line);
  font-size: 10.5px;
  transition: background 0.2s ease;
}
.repair-row:hover {
  background: #faf6ff;
}
.repair-icon {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  color: var(--purple);
  background: var(--purple-soft);
}
.repair-icon svg {
  width: 17px;
  height: 17px;
  stroke-width: 2;
}
.repair-name {
  color: #2d2932;
  font-weight: 650;
}
.repair-row strong {
  font-size: 10px;
  white-space: nowrap;
}
.repair-arrow {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--purple);
  background: var(--purple-soft);
}
.repair-arrow svg {
  width: 14px;
  height: 14px;
  stroke-width: 2.2;
}
.all-prices-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 14px;
  padding: 8px 11px;
  border: 1px solid rgba(98, 0, 184, 0.14);
  border-radius: 999px;
  color: var(--purple);
  background: rgba(98, 0, 184, 0.06);
  font-size: 11px;
  font-weight: 850;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.all-prices-link svg {
  width: 14px;
  height: 14px;
}
.all-prices-link:hover {
  background: var(--purple-soft);
  border-color: rgba(98, 0, 184, 0.32);
  transform: translateX(2px);
}
.services-section {
  padding: 12px 0 26px;
}
.services-heading {
  margin-bottom: 18px;
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 30px;
}
.section-pill {
  display: inline-flex;
  margin-bottom: 9px;
  padding: 5px 8px;
  border-radius: 999px;
  color: var(--purple);
  background: #f0e7ff;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.08em;
}
.services-heading h2 {
  font-size: 28px;
  letter-spacing: -1.4px;
}
.all-services-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 6px;
  padding: 9px 12px;
  border: 1px solid rgba(98, 0, 184, 0.14);
  border-radius: 999px;
  color: var(--purple);
  background: rgba(98, 0, 184, 0.06);
  font-size: 11px;
  font-weight: 800;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.all-services-link svg {
  width: 14px;
  height: 14px;
}
.all-services-link:hover {
  background: var(--purple-soft);
  border-color: rgba(98, 0, 184, 0.32);
  transform: translateX(2px);
}
.service-cards {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}
.service-card {
  min-width: 0;
  min-height: 245px;
  padding: 12px 14px 16px;
  display: flex;
  flex-direction: column;
  border-radius: 17px;
  background: #fff;
  border: 1px solid rgba(17, 17, 17, 0.045);
  box-shadow: 0 10px 26px rgba(44, 23, 62, 0.05);
  transition: transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}
.service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(112, 34, 238, 0.12);
  box-shadow: 0 17px 38px rgba(44, 23, 62, 0.1);
}
.service-card-image {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  margin-bottom: 12px;
  overflow: hidden;
  border-radius: 16px;
  background: #f4edff;
  box-shadow: inset 0 0 0 1px rgba(112, 34, 238, 0.05),
    0 8px 20px rgba(70, 26, 120, 0.04);
}
.service-card-image img {
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
  transform: none;
}
.service-card h3 {
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 1.05;
  letter-spacing: -0.4px;
}
.service-card p {
  min-height: 30px;
  margin-bottom: 10px;
  color: #8a8690;
  font-size: 10px;
  line-height: 1.4;
}
.service-card > span {
  width: max-content;
  display: inline-flex;
  align-items: center;
  gap: 3px;
  margin-top: auto;
  padding: 7px 9px;
  border-radius: 999px;
  color: var(--purple);
  background: rgba(98, 0, 184, 0.06);
  font-size: 11px;
  font-weight: 850;
}
.service-card > span svg {
  width: 13px;
  height: 13px;
}
.why-section {
  padding: 0 0 24px;
}
.why-card-shell {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 34px;
  padding: 34px 36px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(17, 17, 17, 0.045);
  box-shadow: 0 16px 38px rgba(44, 23, 62, 0.06);
}
.why-copy h2 {
  max-width: 540px;
  margin-bottom: 12px;
  font-size: 34px;
  line-height: 0.98;
  letter-spacing: -1.8px;
}
.why-copy > p {
  max-width: 520px;
  margin-bottom: 21px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}
.outline-purple-button {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 16px;
  border: 1px solid var(--purple);
  border-radius: 14px;
  color: var(--purple);
  background: #fff;
  font-size: 11px;
  font-weight: 850;
  transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}
.outline-purple-button svg {
  width: 15px;
  height: 15px;
}
.outline-purple-button:hover {
  color: #fff;
  background: var(--purple);
  transform: translateY(-1px);
}
.benefits-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.benefit-card {
  min-height: 92px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 17px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(17, 17, 17, 0.05);
}
.benefit-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  color: var(--purple);
  background: var(--purple-soft);
}
.benefit-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.benefit-card h3 {
  margin-bottom: 4px;
  font-size: 13px;
}
.benefit-card p {
  color: #8d8993;
  font-size: 10px;
  line-height: 1.35;
}
.quick-contact {
  padding: 0 0 34px;
}
.quick-contact-bar {
  min-height: 82px;
  display: grid;
  grid-template-columns: 1fr auto 250px;
  align-items: center;
  gap: 20px;
  padding: 16px 24px 16px 34px;
  border-radius: 20px;
  color: #fff;
  background: radial-gradient(circle at 50% 50%, rgba(122, 62, 255, 0.7), transparent 30%),
    linear-gradient(100deg, #4c1dd1, #7529f2 60%, #5f22e5);
  box-shadow: 0 18px 45px rgba(94, 36, 220, 0.26);
}
.quick-contact-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
  font-size: 14px;
}
.quick-contact-copy strong {
  font-size: 17px;
  line-height: 1.15;
}
.quick-contact-copy strong a {
  color: inherit;
  transition: opacity 0.2s ease;
}
.quick-contact-copy strong a:hover {
  opacity: 0.78;
}
.messenger-icons {
  display: flex;
  align-items: center;
  gap: 10px;
}
.messenger {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  transition: transform 0.2s ease, filter 0.2s ease;
}
.messenger:hover {
  transform: translateY(-2px);
  filter: brightness(1.06);
}
.messenger svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.messenger-telegram {
  background: #21a9e9;
}
.messenger-max {
  color: #15131a;
  background: #fff;
  font-size: 9px;
  letter-spacing: -0.04em;
}
.messenger-phone {
  background: rgba(255, 255, 255, 0.2);
}
.messenger-phone svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.telegram-button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 18px;
  border-radius: 15px;
  color: #16121b;
  background: #fff;
  font-size: 12px;
  font-weight: 850;
  border: 1px solid rgba(255, 255, 255, 0.8);
  transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}
.telegram-button svg {
  width: 17px;
  height: 17px;
  color: var(--purple);
}
.telegram-button:hover {
  color: var(--purple);
  background: #f4eaff;
  transform: translateY(-1px);
}
.nav a:focus-visible,
.header-phone:focus-visible,
.button-primary:focus-visible,
.button-secondary:focus-visible,
.repair-row:focus-visible,
.all-prices-link:focus-visible,
.all-services-link:focus-visible,
.service-card:focus-visible,
.outline-purple-button:focus-visible,
.messenger:focus-visible,
.quick-contact-copy strong a:focus-visible,
.telegram-button:focus-visible {
  outline: 3px solid rgba(98, 0, 184, 0.28);
  outline-offset: 3px;
}
.iphone-catalog {
  min-height: 100vh;
}
.catalog-hero {
  padding: 34px 0 40px;
}
.catalog-back {
  display: inline-block;
  margin-bottom: 20px;
  color: #6b20d8;
  font-size: 14px;
  font-weight: 800;
}
.catalog-hero-inner {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border-radius: 34px;
  padding: 62px 65px;
  background: radial-gradient(
      circle at 82% 45%,
      rgba(107, 32, 216, 0.25),
      transparent 30%
    ),
    linear-gradient(135deg, #ffffff, #f3eff9);
}
.catalog-hero h1 {
  position: relative;
  z-index: 3;
  font-size: clamp(62px, 8vw, 105px);
  line-height: 0.86;
  letter-spacing: -6px;
}
.catalog-hero h1 span {
  color: #6b20d8;
}
.catalog-hero p {
  position: relative;
  z-index: 3;
  max-width: 530px;
  margin-top: 28px;
  color: #66666d;
  font-size: 18px;
  line-height: 1.55;
}
.catalog-phone {
  position: absolute;
  right: 105px;
  bottom: -170px;
  width: 270px;
  height: 520px;
  transform: rotate(10deg);
  border: 8px solid #171717;
  border-radius: 48px;
  background: radial-gradient(circle at 55% 42%, #8c44ff, transparent 27%),
    linear-gradient(160deg, #090909, #27113c);
  box-shadow: 0 35px 80px rgba(70, 20, 120, 0.25);
}
.catalog-phone-island {
  position: absolute;
  top: 15px;
  left: 50%;
  width: 88px;
  height: 25px;
  transform: translateX(-50%);
  border-radius: 30px;
  background: #000000;
}
.models-section {
  padding: 55px 0 110px;
}
.generation {
  margin-bottom: 70px;
}
.generation h2 {
  margin-bottom: 25px;
  font-size: 38px;
  letter-spacing: -1.7px;
}
.models-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.model-card {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 26px;
  padding: 26px;
  background: #ffffff;
  transition: transform 0.25s ease,
    box-shadow 0.25s ease;
}
.model-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.08);
}
.model-mini-phone {
  position: absolute;
  top: 34px;
  left: 50%;
  width: 118px;
  height: 220px;
  transform: translateX(-50%) rotate(3deg);
  border: 5px solid #181818;
  border-radius: 25px;
  background: radial-gradient(circle at 50% 42%, #8140e8, transparent 27%),
    linear-gradient(155deg, #080808, #261037);
}
.model-mini-island {
  position: absolute;
  top: 8px;
  left: 50%;
  width: 44px;
  height: 12px;
  transform: translateX(-50%);
  border-radius: 20px;
  background: #000000;
}
.model-info {
  position: absolute;
  right: 26px;
  bottom: 24px;
  left: 26px;
}
.model-info span {
  color: #77777d;
  font-size: 12px;
  font-weight: 700;
}
.model-info h3 {
  margin: 3px 0 8px;
  font-size: 23px;
  letter-spacing: -0.7px;
}
.model-info p {
  color: #6b20d8;
  font-size: 13px;
  font-weight: 800;
}
@media (max-width: 1050px) {
  .hero-card {
    padding: 52px 42px 38px;
  }
  .hero-content {
    max-width: 540px;
  }
  .hero-device-visual {
    width: 52%;
  }
  .iphone-feature-card {
    grid-template-columns: 0.9fr 1.1fr;
  }
  .popular-repairs {
    grid-column: span 2;
    margin: 0 20px 20px;
  }
  .service-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 850px) {
  .nav {
    display: none;
  }
  .hero-card {
    min-height: 800px;
    padding: 44px 28px;
  }
  .hero-device-visual {
    top: auto;
    width: 100%;
    height: 45%;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 30%, #000 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, #000 30%, #000 100%);
  }
  .hero-device-image {
    object-position: center 62%;
  }
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .stat:nth-child(2) {
    border-right: 0;
  }
  .stat:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  .iphone-feature-card {
    grid-template-columns: 1fr;
  }
  .iphone-feature-visual {
    min-height: 340px;
    margin: 16px 16px 0;
    border-radius: 20px;
  }
  .iphone-feature-image {
    object-fit: cover;
    object-position: center center;
    border-radius: 20px;
    transform: none;
  }
  .popular-repairs {
    grid-column: auto;
    margin: 0 24px 24px;
  }
  .why-card-shell {
    grid-template-columns: 1fr;
  }
  .quick-contact-bar {
    grid-template-columns: 1fr auto;
  }
  .telegram-button {
    grid-column: span 2;
  }
}
@media (max-width: 580px) {
  .container {
    width: min(100% - 22px, 1240px);
  }
  .header-inner {
    min-height: 68px;
  }
  .brand-logo {
    width: 170px;
    height: 56px;
  }
  .brand-logo-image {
    width: 164px;
  }
  .header-phone {
    min-height: 42px;
    padding: 0 15px;
    border-radius: 13px;
    font-size: 12px;
  }
  .hero {
    padding-top: 6px;
  }
  .hero-card {
    min-height: 720px;
    padding: 34px 20px;
    border-radius: 24px;
  }
  .hero h1 {
    font-size: 43px;
    letter-spacing: -2.4px;
  }
  .hero-description {
    font-size: 15px;
  }
  .button-primary,
  .button-secondary {
    width: 100%;
  }
  .hero-trust span {
    font-size: 10px;
  }
  .hero-device-visual {
    height: 40%;
  }
  .stats-grid {
    border-radius: 20px;
  }
  .stat {
    min-height: 165px;
    padding: 20px 16px;
  }
  .stat-icon {
    width: 40px;
    height: 40px;
  }
  .stat strong {
    font-size: 22px;
  }
  .stat h3 {
    margin-bottom: 11px;
    font-size: 11px;
  }
  .stat p {
    font-size: 10px;
  }
  .iphone-feature-card {
    border-radius: 22px;
  }
  .iphone-feature-visual {
    min-height: 300px;
    margin: 12px 12px 0;
    border-radius: 18px;
  }
  .iphone-feature-image {
    object-fit: cover;
    object-position: center center;
    border-radius: 18px;
    transform: none;
  }
  .iphone-feature-copy {
    padding: 26px 20px;
  }
  .iphone-feature-copy h2 {
    font-size: 31px;
  }
  .popular-repairs {
    margin: 0 14px 14px;
  }
  .services-heading {
    display: block;
  }
  .all-services-link {
    display: inline-flex;
    margin-top: 10px;
  }
  .service-cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .service-card {
    min-height: 230px;
  }
  .service-card-image {
    aspect-ratio: 4 / 3;
    border-radius: 13px;
  }
  .service-card-image img {
    border-radius: 13px;
  }
  .why-card-shell {
    padding: 26px 20px;
  }
  .why-copy h2 {
    font-size: 31px;
  }
  .benefits-grid {
    grid-template-columns: 1fr;
  }
  .quick-contact-bar {
    grid-template-columns: 1fr;
    padding: 22px;
    text-align: center;
  }
  .quick-contact-copy {
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .messenger-icons {
    justify-content: center;
  }
  .telegram-button {
    grid-column: auto;
  }
  .catalog-hero {
    padding-top: 18px;
  }
  .catalog-hero-inner {
    min-height: 500px;
    padding: 42px 24px;
    border-radius: 24px;
  }
  .catalog-hero h1 {
    font-size: 65px;
    letter-spacing: -4px;
  }
  .catalog-hero p {
    max-width: 90%;
    font-size: 16px;
  }
  .catalog-phone {
    right: 50%;
    bottom: -310px;
    width: 210px;
    height: 420px;
    transform: translateX(50%) rotate(7deg);
  }
  .models-section {
    padding-top: 40px;
  }
  .generation {
    margin-bottom: 52px;
  }
  .generation h2 {
    font-size: 31px;
  }
  .models-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .model-card {
    min-height: 260px;
    padding: 18px;
    border-radius: 20px;
  }
  .model-mini-phone {
    top: 24px;
    width: 92px;
    height: 172px;
  }
  .model-info {
    right: 18px;
    bottom: 18px;
    left: 18px;
  }
  .model-info h3 {
    font-size: 18px;
  }
  .model-info p {
    font-size: 12px;
  }
}
.iphone-catalog-v2 {
  min-height: 100vh;
  background: radial-gradient(circle at 82% 4%, rgba(112, 34, 238, 0.14), transparent 23%),
    linear-gradient(180deg, #f7f5fa 0%, #f1eff5 100%);
}
.iphone-catalog-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(98, 0, 184, 0.09);
  background: rgba(247, 245, 250, 0.86);
  box-shadow: 0 10px 30px rgba(35, 16, 50, 0.04);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
}
.iphone-catalog-header-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.iphone-catalog-logo {
  width: 220px;
  height: 68px;
}
.iphone-catalog-nav {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #4b4750;
  font-size: 14px;
  font-weight: 750;
}
.iphone-catalog-nav a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 0 15px;
  border-radius: 12px;
  transition: color 0.2s ease, background 0.2s ease;
}
.iphone-catalog-nav a:hover {
  color: var(--purple);
  background: var(--purple-soft);
}
.iphone-catalog-hero {
  padding: 28px 0 34px;
}
.iphone-catalog-back {
  min-height: 42px;
  width: max-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  padding: 0 14px;
  border: 1px solid rgba(98, 0, 184, 0.15);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--purple);
  font-size: 14px;
  font-weight: 800;
  transition: transform 0.2s ease, background 0.2s ease;
}
.iphone-catalog-back:hover {
  transform: translateX(-3px);
  background: #ffffff;
}
.iphone-catalog-back svg {
  width: 17px;
  height: 17px;
}
.iphone-catalog-hero-card {
  position: relative;
  min-height: 470px;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(390px, 1.05fr);
  overflow: hidden;
  border: 1px solid rgba(98, 0, 184, 0.08);
  border-radius: 34px;
  background: radial-gradient(circle at 81% 48%, rgba(121, 49, 226, 0.2), transparent 33%),
    linear-gradient(135deg, #ffffff 0%, #f8f5fc 58%, #eadff7 100%);
  box-shadow: 0 28px 70px rgba(47, 24, 69, 0.09);
}
.iphone-catalog-hero-copy {
  position: relative;
  z-index: 3;
  align-self: center;
  padding: 62px 0 58px 62px;
}
.iphone-catalog-hero-copy h1 {
  max-width: 590px;
  margin: 15px 0 20px;
  font-size: clamp(54px, 6vw, 82px);
  line-height: 0.9;
  letter-spacing: -5px;
}
.iphone-catalog-hero-copy h1 span {
  color: var(--purple);
}
.iphone-catalog-hero-copy > p {
  max-width: 590px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}
.iphone-catalog-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}
.iphone-catalog-facts span {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 13px;
  border: 1px solid rgba(98, 0, 184, 0.1);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.78);
  color: #514a59;
  font-size: 13px;
  font-weight: 750;
}
.iphone-catalog-facts svg {
  width: 17px;
  height: 17px;
  color: var(--purple);
}
.iphone-catalog-hero-visual {
  position: relative;
  min-height: 470px;
}
.iphone-catalog-hero-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 420px;
  height: 420px;
  transform: translate(-43%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(125, 47, 222, 0.24), transparent 68%);
  filter: blur(4px);
}
.iphone-catalog-hero-image {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  padding: 44px 34px 38px 0;
  filter: drop-shadow(0 27px 30px rgba(36, 14, 56, 0.18));
}
.iphone-model-count {
  position: absolute;
  right: 35px;
  bottom: 30px;
  z-index: 4;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border: 1px solid rgba(98, 0, 184, 0.15);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--purple);
  font-size: 13px;
  font-weight: 850;
  box-shadow: 0 10px 24px rgba(62, 25, 91, 0.1);
}
.iphone-models-nav {
  position: sticky;
  top: 78px;
  z-index: 50;
  border-block: 1px solid rgba(98, 0, 184, 0.08);
  background: rgba(245, 243, 248, 0.9);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.iphone-models-nav-scroll {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-top: 11px;
  padding-bottom: 11px;
  scrollbar-width: none;
}
.iphone-models-nav-scroll::-webkit-scrollbar {
  display: none;
}
.iphone-models-nav a {
  min-height: 39px;
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  padding: 0 14px;
  border: 1px solid rgba(98, 0, 184, 0.11);
  border-radius: 999px;
  background: #ffffff;
  color: #4e4755;
  font-size: 13px;
  font-weight: 800;
  transition: color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.iphone-models-nav a:hover {
  color: var(--purple);
  border-color: rgba(98, 0, 184, 0.35);
  transform: translateY(-1px);
}
.iphone-models-section {
  padding: 62px 0 24px;
}
.iphone-generation-v2 {
  scroll-margin-top: 150px;
  margin-bottom: 72px;
}
.iphone-generation-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 24px;
}
.iphone-generation-heading span {
  display: block;
  margin-bottom: 8px;
  color: var(--purple);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
}
.iphone-generation-heading h2 {
  font-size: clamp(31px, 4vw, 46px);
  line-height: 1;
  letter-spacing: -2.2px;
}
.iphone-generation-heading > p {
  margin-bottom: 5px;
  color: #817b87;
  font-size: 14px;
  font-weight: 700;
}
.iphone-models-grid-v2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}
.iphone-model-card-v2 {
  position: relative;
  min-height: 390px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(20, 12, 27, 0.065);
  border-radius: 27px;
  background: #ffffff;
  box-shadow: 0 15px 36px rgba(45, 24, 61, 0.055);
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}
.iphone-model-card-v2:hover {
  transform: translateY(-6px);
  border-color: var(--model-accent);
  @supports (color: color-mix(in lab, red, red)) {
    border-color: color-mix(in srgb, var(--model-accent) 45%, transparent);
  }
  box-shadow: 0 24px 48px rgba(45, 24, 61, 0.11);
}
.iphone-model-photo-stage {
  position: relative;
  min-height: 235px;
  overflow: hidden;
  margin: 10px 10px 0;
  border-radius: 20px;
  background: #f8f7fa;
  background: radial-gradient(circle at 50% 44%, var(--model-accent), transparent 58%),
    linear-gradient(145deg, #ffffff, #f4f1f7);
  @supports (color: color-mix(in lab, red, red)) {
    background: radial-gradient(circle at 50% 44%, color-mix(in srgb, var(--model-accent) 22%, white), transparent 58%),
    linear-gradient(145deg, #ffffff, #f4f1f7);
  }
}
.iphone-model-photo-stage::after {
  content: "";
  position: absolute;
  right: -24px;
  bottom: -35px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  border: 1px solid var(--model-accent);
  @supports (color: color-mix(in lab, red, red)) {
    border: 1px solid color-mix(in srgb, var(--model-accent) 35%, transparent);
  }
  pointer-events: none;
}
.iphone-model-photo {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  padding: 25px 18px 20px;
  filter: drop-shadow(0 16px 20px rgba(21, 11, 31, 0.14));
  transition: transform 0.3s ease;
}
.iphone-model-card-v2:hover .iphone-model-photo {
  transform: scale(1.035);
}
.iphone-model-card-max .iphone-model-photo {
  padding: 20px 13px 16px;
}
.iphone-model-card-mini .iphone-model-photo {
  padding: 33px 25px 27px;
}
.iphone-model-year {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 4;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: #716b77;
  font-size: 12px;
  font-weight: 850;
  box-shadow: 0 8px 18px rgba(40, 20, 58, 0.07);
}
.iphone-model-copy {
  min-height: 145px;
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: 18px 20px 20px;
}
.iphone-model-copy h3 {
  margin-top: 4px;
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 1.18;
  letter-spacing: -0.7px;
}
.iphone-model-action {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: auto;
  padding: 0 13px;
  border: 1px solid rgba(98, 0, 184, 0.15);
  border-radius: 12px;
  background: var(--purple-soft);
  color: var(--purple);
  font-size: 13px;
  font-weight: 850;
  transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}
.iphone-model-action:hover {
  transform: translateX(2px);
  background: var(--purple);
  color: #ffffff;
}
.iphone-model-action svg {
  width: 15px;
  height: 15px;
}
.iphone-price-section {
  padding: 66px 0 82px;
  scroll-margin-top: 140px;
}
.iphone-model-price-page {
  min-height: 100vh;
  background: #f7f4f9;
}
.iphone-model-price-section {
  padding-top: 28px;
  padding-bottom: 34px;
}
.iphone-model-price-section .iphone-catalog-back {
  margin-bottom: 18px;
}
.iphone-price-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(330px, 0.8fr);
  min-height: 410px;
  overflow: hidden;
  border-radius: 32px;
  background: radial-gradient(circle at 82% 45%, rgba(174, 94, 255, 0.34), transparent 28%),
    linear-gradient(135deg, #17121b 0%, #2b153e 58%, #4c1e72 100%);
  box-shadow: 0 28px 65px rgba(40, 20, 59, 0.16);
  color: #ffffff;
}
.iphone-price-intro-copy {
  position: relative;
  z-index: 2;
  align-self: center;
  padding: 54px;
}
.iphone-price-intro .section-pill {
  color: #d9b4ff;
  background: rgba(166, 97, 255, 0.15);
}
.iphone-price-intro h1,
.iphone-price-intro h2 {
  max-width: 720px;
  margin: 16px 0 15px;
  font-size: clamp(36px, 4.5vw, 58px);
  line-height: 1.02;
  letter-spacing: -3.2px;
}
.iphone-price-intro-copy > p {
  max-width: 700px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 1.65;
}
.iphone-price-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 25px;
}
.iphone-price-facts span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  font-size: 12px;
  font-weight: 800;
}
.iphone-price-facts svg {
  width: 16px;
  height: 16px;
  color: #ca8aff;
}
.iphone-price-model-card {
  position: relative;
  display: grid;
  place-items: center;
  min-width: 0;
  isolation: isolate;
}
.iphone-price-model-card::before {
  position: absolute;
  inset: 13% 13% 8%;
  z-index: -1;
  border-radius: 45%;
  background: rgba(174, 102, 255, 0.2);
  filter: blur(34px);
  content: "";
}
.iphone-price-model-card > span {
  position: absolute;
  top: 28px;
  right: 30px;
  z-index: 2;
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 999px;
  background: rgba(15, 10, 19, 0.34);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.04em;
}
.iphone-price-model-card img {
  width: 100%;
  height: 400px;
  padding: 24px 30px 10px;
  object-fit: contain;
  filter: drop-shadow(0 28px 32px rgba(0, 0, 0, 0.28));
}
.iphone-price-list-card {
  margin-top: 22px;
  overflow: hidden;
  border: 1px solid rgba(67, 42, 83, 0.1);
  border-radius: 30px;
  background: #ffffff;
  box-shadow: 0 24px 60px rgba(65, 42, 78, 0.08);
  scroll-margin-top: 132px;
}
.iphone-price-list-heading {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: end;
  padding: 34px 36px 27px;
  border-bottom: 1px solid #ece7f0;
}
.iphone-price-list-heading span {
  color: #781fd1;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.iphone-price-list-heading h2,
.iphone-price-list-heading h3 {
  margin-top: 5px;
  font-size: clamp(25px, 3vw, 35px);
  letter-spacing: -1.5px;
}
.iphone-price-list-heading p {
  max-width: 340px;
  color: #7f7884;
  font-size: 12px;
  font-weight: 700;
  text-align: right;
}
.iphone-price-list {
  counter-reset: price-row;
}
.iphone-price-row {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) minmax(165px, auto);
  gap: 18px;
  align-items: center;
  padding: 23px 36px;
  border-bottom: 1px solid #eee9f1;
  transition: background-color 160ms ease, transform 160ms ease;
}
.iphone-price-row:hover {
  background: #fbf8fe;
}
.iphone-price-number {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: #f1e6fd;
  color: #781fd1;
  font-size: 11px;
  font-weight: 900;
}
.iphone-price-service {
  min-width: 0;
}
.iphone-price-service h3,
.iphone-price-service h4 {
  color: #19151c;
  font-size: 16px;
  line-height: 1.35;
}
.iphone-price-service strong {
  display: block;
  margin-top: 4px;
  color: #5f287f;
  font-size: 12px;
  line-height: 1.45;
}
.iphone-price-service p {
  margin-top: 6px;
  color: #817a86;
  font-size: 12px;
  line-height: 1.5;
}
.iphone-price-meta {
  display: grid;
  justify-items: end;
  gap: 8px;
}
.iphone-price-meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #79717e;
  font-size: 11px;
  font-weight: 800;
}
.iphone-price-meta span svg {
  width: 14px;
  height: 14px;
  color: #781fd1;
}
.iphone-price-meta b {
  color: #6d00c7;
  font-size: 21px;
  letter-spacing: -0.7px;
  white-space: nowrap;
}
.iphone-price-footer {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  align-items: center;
  padding: 28px 36px;
  background: #f8f3fc;
}
.iphone-price-footer > p {
  max-width: 530px;
  color: #6f6576;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}
.iphone-price-footer > div {
  display: flex;
  gap: 10px;
}
.iphone-price-footer .button-primary,
.iphone-price-footer .button-secondary {
  min-height: 48px;
  white-space: nowrap;
}
.iphone-catalog-contact {
  padding: 10px 0 90px;
}
.iphone-catalog-contact-card {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(310px, 0.9fr);
  gap: 45px;
  align-items: center;
  padding: 50px 54px;
  border-radius: 30px;
  background: radial-gradient(circle at 85% 40%, rgba(155, 91, 255, 0.28), transparent 28%),
    linear-gradient(135deg, #17121b, #2f1646);
  color: #ffffff;
  box-shadow: 0 28px 60px rgba(35, 17, 49, 0.16);
}
.iphone-catalog-contact-card .section-pill {
  color: #d6aaff;
  background: rgba(166, 97, 255, 0.14);
}
.iphone-catalog-contact-card h2 {
  margin: 12px 0 14px;
  font-size: clamp(31px, 4vw, 44px);
  letter-spacing: -2px;
}
.iphone-catalog-contact-card p {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  line-height: 1.6;
}
.iphone-catalog-location {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 700;
}
.iphone-catalog-location svg {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  color: #c68cff;
}
.iphone-catalog-contact-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.iphone-catalog-contact-actions .button-primary,
.iphone-catalog-contact-actions .button-secondary {
  min-height: 50px;
  justify-content: center;
}
.iphone-catalog-contact-actions .button-primary {
  grid-column: 1 / -1;
}
.iphone-catalog-contact-actions .button-secondary {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}
.iphone-catalog-contact-actions .button-secondary:hover {
  border-color: rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.17);
}
.samsung-catalog-page {
  background: radial-gradient(circle at 85% 5%, rgba(62, 91, 255, 0.14), transparent 24%),
    linear-gradient(180deg, #f6f6fb 0%, #f0eff6 100%);
}
.samsung-hero-card {
  background: radial-gradient(circle at 80% 48%, rgba(65, 62, 232, 0.24), transparent 35%),
    linear-gradient(135deg, #ffffff 0%, #f7f7fd 55%, #e2e3fb 100%);
}
.samsung-hero-visual {
  padding: 36px;
}
.samsung-hero-image {
  position: relative;
  height: 100%;
  padding: 0;
  border-radius: 28px;
  object-fit: cover;
  object-position: center;
  box-shadow: 0 28px 45px rgba(34, 28, 91, 0.16);
}
.samsung-series-description {
  display: block;
  margin-top: 9px;
  color: #807987;
  font-size: 14px;
  font-weight: 650;
}
.samsung-model-stage {
  isolation: isolate;
  background: radial-gradient(circle at 50% 48%, var(--model-accent), transparent 64%),
    #ffffff;
  @supports (color: color-mix(in lab, red, red)) {
    background: radial-gradient(circle at 50% 48%, color-mix(in srgb, var(--model-accent) 18%, white), transparent 64%),
    #ffffff;
  }
}
.samsung-model-stage::before {
  position: absolute;
  inset: 22px;
  z-index: -1;
  border-radius: 50%;
  background: var(--model-accent);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--model-accent) 22%, white);
  }
  filter: blur(25px);
  content: "";
}
.samsung-model-photo {
  padding: 20px 10px 15px;
  mix-blend-mode: multiply;
  filter: saturate(1.06)
    drop-shadow(0 16px 20px rgba(21, 11, 31, 0.12));
}
.xiaomi-catalog-page {
  background: radial-gradient(circle at 86% 5%, rgba(255, 105, 0, 0.13), transparent 24%),
    linear-gradient(180deg, #f8f6f4 0%, #f1eff5 100%);
}
.xiaomi-hero-card {
  background: radial-gradient(circle at 80% 48%, rgba(255, 105, 0, 0.22), transparent 35%),
    linear-gradient(135deg, #ffffff 0%, #fbf8f5 55%, #f9e2d3 100%);
}
.xiaomi-hero-visual {
  padding: 36px;
}
.xiaomi-hero-visual .iphone-catalog-hero-glow {
  background: radial-gradient(circle, rgba(255, 105, 0, 0.24), transparent 68%);
}
.xiaomi-hero-image {
  position: relative;
  height: 100%;
  padding: 0;
  border-radius: 28px;
  object-fit: cover;
  object-position: center;
  box-shadow: 0 28px 45px rgba(94, 42, 10, 0.15);
}
.xiaomi-model-stage {
  isolation: isolate;
  background: radial-gradient(circle at 50% 48%, var(--model-accent), transparent 64%),
    #ffffff;
  @supports (color: color-mix(in lab, red, red)) {
    background: radial-gradient(circle at 50% 48%, color-mix(in srgb, var(--model-accent) 19%, white), transparent 64%),
    #ffffff;
  }
}
.xiaomi-model-stage::before {
  position: absolute;
  inset: 22px;
  z-index: -1;
  border-radius: 50%;
  background: var(--model-accent);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--model-accent) 23%, white);
  }
  filter: blur(25px);
  content: "";
}
.xiaomi-model-photo {
  padding: 20px 10px 15px;
  mix-blend-mode: multiply;
  filter: saturate(1.08)
    drop-shadow(0 16px 20px rgba(21, 11, 31, 0.12));
}
.xiaomi-price-intro {
  background: radial-gradient(circle at 82% 45%, rgba(255, 105, 0, 0.32), transparent 29%),
    linear-gradient(135deg, #17121b 0%, #2b153e 58%, #633315 100%);
}
.xiaomi-price-model-card {
  margin: 24px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.96);
}
.xiaomi-price-model-card::before {
  background: var(--model-accent);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--model-accent) 22%, transparent);
  }
}
.xiaomi-price-model-card > span {
  color: #312b35;
  border-color: rgba(56, 34, 71, 0.1);
  background: rgba(255, 255, 255, 0.9);
}
.xiaomi-price-model-card img {
  padding: 50px 28px 24px;
  mix-blend-mode: multiply;
  filter: drop-shadow(0 24px 28px rgba(61, 30, 14, 0.18));
}
.apple-device-catalog-page {
  background: radial-gradient(circle at 86% 5%, rgba(105, 44, 224, 0.14), transparent 24%),
    linear-gradient(180deg, #f7f5fa 0%, #f0eef5 100%);
}
.apple-device-hero-card {
  background: radial-gradient(circle at 80% 48%, rgba(130, 63, 226, 0.22), transparent 35%),
    linear-gradient(135deg, #ffffff 0%, #f8f6fc 55%, #eadff8 100%);
}
.macbook-catalog-page {
  background: radial-gradient(circle at 86% 5%, rgba(70, 94, 181, 0.14), transparent 24%),
    linear-gradient(180deg, #f6f7fa 0%, #eff1f5 100%);
}
.macbook-catalog-page .apple-device-hero-card {
  background: radial-gradient(circle at 80% 48%, rgba(75, 99, 190, 0.2), transparent 35%),
    linear-gradient(135deg, #ffffff 0%, #f5f7fb 55%, #dfe5f4 100%);
}
.watch-catalog-page {
  background: radial-gradient(circle at 86% 5%, rgba(162, 60, 185, 0.13), transparent 24%),
    linear-gradient(180deg, #f8f5f9 0%, #f1eef5 100%);
}
.watch-catalog-page .apple-device-hero-card {
  background: radial-gradient(circle at 80% 48%, rgba(185, 71, 193, 0.2), transparent 35%),
    linear-gradient(135deg, #ffffff 0%, #faf6fb 55%, #f2dcf2 100%);
}
.apple-device-hero-visual {
  padding: 36px;
}
.apple-device-hero-visual .iphone-catalog-hero-glow {
  background: radial-gradient(circle, rgba(133, 70, 229, 0.24), transparent 68%);
}
.macbook-catalog-page .apple-device-hero-visual .iphone-catalog-hero-glow {
  background: radial-gradient(circle, rgba(71, 102, 197, 0.22), transparent 68%);
}
.watch-catalog-page .apple-device-hero-visual .iphone-catalog-hero-glow {
  background: radial-gradient(circle, rgba(189, 76, 196, 0.22), transparent 68%);
}
.apple-device-hero-image {
  position: relative;
  height: 100%;
  padding: 0;
  border-radius: 28px;
  object-fit: cover;
  object-position: center;
  box-shadow: 0 28px 45px rgba(42, 25, 70, 0.16);
}
.apple-device-model-stage {
  isolation: isolate;
  background: radial-gradient(circle at 50% 48%, var(--model-accent), transparent 68%),
    #ffffff;
  @supports (color: color-mix(in lab, red, red)) {
    background: radial-gradient(circle at 50% 48%, color-mix(in srgb, var(--model-accent) 22%, white), transparent 68%),
    #ffffff;
  }
}
.apple-device-model-stage::before {
  position: absolute;
  inset: 20px;
  z-index: -1;
  border-radius: 35%;
  background: var(--model-accent);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--model-accent) 18%, white);
  }
  filter: blur(25px);
  content: "";
}
.apple-device-model-photo {
  padding: 14px;
  border-radius: 28px;
  object-fit: contain;
  filter: saturate(1.07)
    drop-shadow(0 16px 20px rgba(21, 11, 31, 0.11));
}
.macbook-catalog-page .apple-device-model-photo {
  padding: 10px;
}
.watch-catalog-page .apple-device-model-photo {
  padding: 16px;
}
.apple-device-price-intro {
  background: radial-gradient(circle at 82% 45%, rgba(155, 91, 255, 0.3), transparent 29%),
    linear-gradient(135deg, #17121b 0%, #2b153e 58%, #4c1e72 100%);
}
.macbook-catalog-page .apple-device-price-intro {
  background: radial-gradient(circle at 82% 45%, rgba(101, 127, 220, 0.3), transparent 29%),
    linear-gradient(135deg, #13151a 0%, #202b44 58%, #354a7a 100%);
}
.watch-catalog-page .apple-device-price-intro {
  background: radial-gradient(circle at 82% 45%, rgba(220, 110, 218, 0.3), transparent 29%),
    linear-gradient(135deg, #181219 0%, #35193a 58%, #6a286b 100%);
}
.apple-device-price-model-card {
  margin: 24px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.96);
}
.apple-device-price-model-card::before {
  background: var(--model-accent);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--model-accent) 23%, transparent);
  }
}
.apple-device-price-model-card > span {
  color: #312b35;
  border-color: rgba(56, 34, 71, 0.1);
  background: rgba(255, 255, 255, 0.9);
}
.apple-device-price-model-card img {
  padding: 48px 24px 20px;
  object-fit: contain;
  filter: drop-shadow(0 22px 28px rgba(45, 28, 62, 0.16));
}
.iphone-catalog-back:focus-visible,
.iphone-catalog-logo:focus-visible,
.iphone-catalog-nav a:focus-visible,
.iphone-models-nav a:focus-visible,
.iphone-model-action:focus-visible,
.iphone-price-footer a:focus-visible,
.iphone-catalog-contact-actions a:focus-visible {
  outline: 3px solid rgba(120, 31, 209, 0.35);
  outline-offset: 3px;
}
@media (max-width: 950px) {
  .iphone-catalog-hero-card {
    grid-template-columns: 1fr;
  }
  .iphone-catalog-hero-copy {
    padding: 50px 42px 0;
  }
  .iphone-catalog-hero-visual {
    min-height: 360px;
  }
  .iphone-catalog-hero-image {
    padding: 25px 50px 35px;
  }
  .iphone-catalog-contact-card {
    grid-template-columns: 1fr;
  }
  .iphone-price-intro {
    grid-template-columns: 1fr;
  }
  .iphone-price-intro-copy {
    padding-bottom: 20px;
  }
  .iphone-price-model-card img {
    height: 340px;
  }
}
@media (max-width: 680px) {
  .iphone-catalog-header-inner {
    min-height: 70px;
    gap: 10px;
  }
  .iphone-catalog-logo {
    width: 168px;
    height: 58px;
  }
  .iphone-catalog-logo .brand-logo-image {
    width: 165px;
  }
  .iphone-catalog-nav {
    display: none;
  }
  .iphone-catalog-header .header-phone {
    min-height: 42px;
    padding: 0 14px;
    font-size: 13px;
  }
  .iphone-catalog-header .header-phone svg {
    width: 16px;
    height: 16px;
  }
  .iphone-catalog-hero {
    padding: 17px 0 22px;
  }
  .iphone-catalog-back {
    margin-bottom: 12px;
  }
  .iphone-catalog-hero-card {
    min-height: 0;
    border-radius: 25px;
  }
  .iphone-catalog-hero-copy {
    padding: 35px 22px 0;
  }
  .iphone-catalog-hero-copy h1 {
    margin-top: 13px;
    font-size: 49px;
    letter-spacing: -3.4px;
  }
  .iphone-catalog-hero-copy > p {
    font-size: 16px;
  }
  .iphone-catalog-facts {
    display: grid;
  }
  .iphone-catalog-facts span {
    font-size: 12px;
  }
  .iphone-catalog-hero-visual {
    min-height: 290px;
  }
  .iphone-catalog-hero-image {
    padding: 22px 24px 34px;
  }
  .iphone-model-count {
    right: 18px;
    bottom: 16px;
  }
  .iphone-models-nav {
    top: 70px;
  }
  .iphone-models-section {
    padding-top: 42px;
  }
  .iphone-price-section {
    padding: 42px 0 58px;
    scroll-margin-top: 126px;
  }
  .iphone-price-intro {
    min-height: 0;
    border-radius: 25px;
  }
  .iphone-price-intro-copy {
    padding: 36px 22px 12px;
  }
  .iphone-price-intro h1,
  .iphone-price-intro h2 {
    font-size: 39px;
    letter-spacing: -2.5px;
  }
  .iphone-price-intro-copy > p {
    font-size: 14px;
  }
  .iphone-price-facts {
    display: grid;
  }
  .iphone-price-model-card > span {
    top: 12px;
    right: 17px;
  }
  .iphone-price-model-card img {
    height: 285px;
    padding: 20px 20px 8px;
  }
  .iphone-price-list-card {
    border-radius: 24px;
  }
  .iphone-price-list-heading {
    display: grid;
    gap: 10px;
    align-items: start;
    padding: 28px 22px 22px;
  }
  .iphone-price-list-heading p {
    text-align: left;
  }
  .iphone-price-row {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 12px;
    padding: 21px 18px;
  }
  .iphone-price-number {
    width: 36px;
    height: 36px;
    border-radius: 12px;
  }
  .iphone-price-meta {
    grid-column: 2;
    display: flex;
    justify-content: space-between;
    justify-items: start;
    align-items: center;
    gap: 12px;
    margin-top: 2px;
  }
  .iphone-price-meta b {
    font-size: 20px;
  }
  .iphone-price-footer {
    display: grid;
    padding: 25px 20px;
  }
  .iphone-price-footer > div {
    display: grid;
  }
  .iphone-generation-v2 {
    margin-bottom: 54px;
    scroll-margin-top: 132px;
  }
  .iphone-generation-heading {
    align-items: start;
  }
  .iphone-generation-heading > p {
    white-space: nowrap;
  }
  .iphone-models-grid-v2 {
    grid-template-columns: 1fr;
  }
  .iphone-model-card-v2 {
    min-height: 400px;
  }
  .iphone-model-photo-stage {
    min-height: 250px;
  }
  .iphone-model-copy h3 {
    font-size: 22px;
  }
  .iphone-model-action {
    min-height: 42px;
    font-size: 14px;
  }
  .iphone-catalog-contact {
    padding-bottom: 55px;
  }
  .iphone-catalog-contact-card {
    gap: 30px;
    padding: 36px 22px;
    border-radius: 24px;
  }
  .iphone-catalog-location {
    align-items: flex-start;
    font-size: 12px;
    line-height: 1.5;
  }
  .iphone-catalog-contact-actions {
    grid-template-columns: 1fr;
  }
  .iphone-catalog-contact-actions .button-primary {
    grid-column: auto;
  }
}
@media (max-width: 580px) {
  .header-inner {
    gap: 8px;
  }
  .hero-card {
    min-height: 680px;
    padding: 30px 18px 24px;
  }
  .hero h1 {
    font-size: clamp(37px, 12vw, 43px);
    line-height: 0.98;
    letter-spacing: -2.2px;
  }
  .hero-description,
  .why-copy > p {
    font-size: 15px;
    line-height: 1.55;
  }
  .hero-buttons a,
  .feature-actions a {
    min-height: 50px;
  }
  .hero-trust {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .hero-trust span {
    display: grid;
    place-items: center;
    min-height: 36px;
    padding: 7px 9px;
    text-align: center;
    line-height: 1.25;
  }
  .stat h3,
  .stat p {
    font-size: 12px;
    line-height: 1.4;
  }
  .service-cards {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .service-card {
    min-height: 154px;
    display: grid;
    grid-template-columns: minmax(118px, 42%) minmax(0, 1fr);
    grid-template-rows: auto auto 1fr;
    column-gap: 14px;
    padding: 10px;
    border-radius: 20px;
  }
  .service-card-image {
    grid-row: 1 / 4;
    width: 100%;
    height: 100%;
    min-height: 134px;
    margin: 0;
    border-radius: 15px;
  }
  .service-card h3 {
    align-self: end;
    margin: 9px 0 5px;
    font-size: 16px;
    line-height: 1.15;
  }
  .service-card p {
    min-height: 0;
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 1.4;
  }
  .service-card > span {
    align-self: start;
    min-height: 34px;
    padding: 7px 10px;
    font-size: 12px;
  }
  .benefit-card h3 {
    font-size: 14px;
  }
  .benefit-card p {
    font-size: 12px;
  }
  .quick-contact {
    padding-bottom: 22px;
  }
  .quick-contact-bar {
    gap: 16px;
    padding: 24px 18px;
  }
  .quick-contact-copy {
    gap: 7px;
    font-size: 13px;
    line-height: 1.4;
  }
  .quick-contact-copy strong {
    font-size: 20px;
  }
  .messenger {
    width: 46px;
    height: 46px;
  }
  .telegram-button {
    width: 100%;
    min-height: 50px;
    font-size: 13px;
  }
}
@media (max-width: 680px) {
  .iphone-catalog-header-inner {
    min-height: 64px;
  }
  .iphone-catalog-logo {
    width: 154px;
    height: 54px;
  }
  .iphone-catalog-logo .brand-logo-image {
    width: 151px;
  }
  .iphone-models-nav {
    top: 64px;
  }
  .iphone-catalog-hero-copy {
    padding: 30px 18px 0;
  }
  .iphone-catalog-hero-copy h1 {
    font-size: clamp(39px, 13vw, 48px);
    line-height: 0.98;
    letter-spacing: -2.8px;
  }
  .iphone-catalog-hero-copy > p {
    font-size: 15px;
    line-height: 1.55;
  }
  .iphone-catalog-facts span {
    min-height: 44px;
    padding: 9px 12px;
    line-height: 1.35;
  }
  .iphone-catalog-hero-visual {
    min-height: 250px;
  }
  .iphone-catalog-hero-image,
  .apple-device-hero-image,
  .samsung-hero-image,
  .xiaomi-hero-image {
    padding: 14px 16px 26px;
    border-radius: 23px;
  }
  .iphone-model-count {
    right: 12px;
    bottom: 10px;
  }
  .iphone-models-section {
    padding-top: 34px;
  }
  .iphone-generation-v2 {
    margin-bottom: 44px;
  }
  .iphone-generation-heading {
    display: grid;
    gap: 8px;
    margin-bottom: 18px;
  }
  .iphone-generation-heading h2 {
    font-size: 32px;
    line-height: 1.05;
    letter-spacing: -1.5px;
  }
  .iphone-generation-heading > p {
    margin: 0;
  }
  .samsung-series-description {
    font-size: 13px;
    line-height: 1.45;
  }
  .iphone-model-card-v2 {
    min-height: 350px;
    border-radius: 23px;
  }
  .iphone-model-photo-stage {
    min-height: 220px;
  }
  .iphone-model-copy {
    min-height: 125px;
    padding: 16px 18px 18px;
  }
  .iphone-model-copy h3 {
    margin-bottom: 13px;
    font-size: 20px;
  }
  .iphone-model-action {
    min-height: 44px;
    padding-inline: 15px;
  }
  .iphone-model-price-section {
    padding-top: 16px;
  }
  .iphone-price-intro-copy {
    padding: 30px 18px 10px;
  }
  .iphone-price-intro h1,
  .iphone-price-intro h2 {
    overflow-wrap: anywhere;
    font-size: clamp(31px, 10vw, 38px);
    line-height: 1.05;
    letter-spacing: -2px;
  }
  .iphone-price-facts span {
    min-height: 42px;
    padding: 9px 12px;
    line-height: 1.35;
  }
  .iphone-price-model-card,
  .apple-device-price-model-card,
  .xiaomi-price-model-card {
    margin: 14px;
    border-radius: 22px;
  }
  .iphone-price-model-card img,
  .apple-device-price-model-card img,
  .xiaomi-price-model-card img {
    height: 230px;
    padding: 42px 14px 12px;
  }
  .iphone-price-list-heading {
    padding: 24px 18px 19px;
  }
  .iphone-price-list-heading h2,
  .iphone-price-list-heading h3 {
    font-size: 27px;
    line-height: 1.08;
  }
  .iphone-price-row {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    padding: 19px 17px;
  }
  .iphone-price-number {
    display: none;
  }
  .iphone-price-service strong {
    margin-top: 0;
    font-size: 14px;
    line-height: 1.45;
  }
  .iphone-price-service p {
    margin-top: 7px;
    font-size: 13px;
    line-height: 1.5;
  }
  .iphone-price-meta {
    grid-column: auto;
    min-width: 0;
  }
  .iphone-price-meta b {
    font-size: 19px;
  }
  .iphone-price-footer {
    padding: 22px 17px;
  }
  .iphone-price-footer > p {
    font-size: 13px;
  }
  .iphone-price-footer .button-primary,
  .iphone-price-footer .button-secondary,
  .iphone-catalog-contact-actions .button-primary,
  .iphone-catalog-contact-actions .button-secondary {
    width: 100%;
    min-height: 50px;
  }
  .iphone-catalog-contact-card {
    padding: 30px 18px;
  }
  .iphone-catalog-contact-card p {
    font-size: 15px;
  }
  .iphone-catalog-location {
    font-size: 13px;
  }
}
@media (max-width: 400px) {
  .header-phone,
  .iphone-catalog-header .header-phone {
    width: 44px;
    min-width: 44px;
    padding: 0;
  }
  .header-phone span,
  .iphone-catalog-header .header-phone span {
    display: none;
  }
  .brand-logo {
    width: 154px;
  }
  .brand-logo-image {
    width: 150px;
  }
  .stats-grid {
    grid-template-columns: 1fr;
  }
  .stat,
  .stat:nth-child(2) {
    min-height: 145px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  .stat:last-child {
    border-bottom: 0;
  }
  .service-card {
    grid-template-columns: 112px minmax(0, 1fr);
  }
  .quick-contact-copy strong {
    font-size: 18px;
  }
}
@media (max-width: 950px) {
  .iphone-price-footer {
    flex-direction: column;
    align-items: stretch;
  }
  .iphone-price-footer > div {
    flex-wrap: wrap;
  }
  .iphone-price-footer > div > a {
    flex: 1 1 180px;
  }
}
@media (max-width: 850px) {
  .hero-content,
  .iphone-feature-copy,
  .quick-contact-bar > *,
  .iphone-catalog-hero-copy,
  .iphone-price-intro-copy,
  .iphone-price-footer > *,
  .iphone-catalog-contact-card > *,
  .iphone-model-copy {
    min-width: 0;
  }
  .header-phone {
    flex-shrink: 0;
  }
  .iphone-catalog-nav {
    display: none;
  }
  .button-primary,
  .button-secondary,
  .iphone-price-footer .button-primary,
  .iphone-price-footer .button-secondary,
  .telegram-button,
  .outline-purple-button,
  .all-services-link,
  .all-prices-link,
  .iphone-model-action,
  .iphone-catalog-back,
  .service-card > span {
    min-width: 0;
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
    text-align: center;
    line-height: 1.4;
    padding-block: 12px;
  }
  .button-primary svg,
  .button-secondary svg,
  .button-phone-icon,
  .header-phone svg,
  .telegram-button svg,
  .iphone-model-action svg,
  .iphone-catalog-back svg,
  .service-card > span svg,
  .iphone-catalog-facts svg,
  .iphone-price-facts svg {
    flex-shrink: 0;
  }
  .telegram-button span {
    min-width: 0;
  }
}
@media (max-width: 680px) {
  .hero-buttons,
  .feature-actions,
  .iphone-price-footer > div,
  .iphone-catalog-contact-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
  }
  .hero-buttons > a,
  .feature-actions > a,
  .iphone-model-action {
    width: 100%;
    min-height: 50px;
    justify-content: center;
  }
  .iphone-price-meta {
    flex-wrap: wrap;
  }
  .iphone-price-meta b {
    max-width: 100%;
    white-space: normal;
  }
  .iphone-catalog-hero-copy h1,
  .iphone-model-copy h3,
  .iphone-catalog-contact-card h2 {
    overflow-wrap: anywhere;
  }
  .iphone-catalog-back {
    min-height: 44px;
  }
}
@media (max-width: 580px) {
  .hero-card {
    min-height: 0;
    display: flex;
    flex-direction: column;
    padding-bottom: 0;
  }
  .hero-device-visual {
    position: relative;
    flex: 0 0 250px;
    height: 250px;
    margin-top: 12px;
  }
  .quick-contact-bar {
    grid-template-columns: minmax(0, 1fr);
  }
  .service-card {
    grid-template-columns: minmax(0, 40%) minmax(0, 1fr);
  }
  .service-card > span {
    width: 100%;
    min-height: 44px;
    justify-content: center;
  }
  .messenger-icons {
    flex-wrap: wrap;
  }
  .messenger {
    flex-shrink: 0;
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    :root, :host {
      --shimmer-angle: 20deg;
    }
    *, ::before, ::after, ::backdrop {
      --scroll-fade-t: 0px;
      --scroll-fade-b: 0px;
      --scroll-fade-s: 0px;
      --scroll-fade-e: 0px;
      --scroll-fade-mask: initial;
      --shimmer-image: initial;
      --shimmer-text-fill: initial;
    }
  }
}
