.apple-home {
  color: #1d1d1f;
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  background:
    radial-gradient(circle at 50% -10%, rgba(73, 130, 255, 0.18), transparent 28%),
    radial-gradient(circle at 88% 16%, rgba(255, 255, 255, 0.66), transparent 18%),
    linear-gradient(180deg, #fbfbfd 0%, #f4f5f8 46%, #eef2f7 100%);
}

.apple-home::before {
  display: none;
}

.apple-home .brand-text,
.apple-home .brand-note,
.apple-home .site-nav a,
.apple-home .button,
.apple-home .button-cta-id,
.apple-home .clean-hero-copy h1,
.apple-home .clean-hero-copy .lead,
.apple-home h2,
.apple-home h3,
.apple-home strong,
.apple-home p {
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}

.apple-home .site-header {
  top: 12px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  background: rgba(251, 251, 253, 0.76);
  backdrop-filter: blur(22px) saturate(180%);
  box-shadow: 0 12px 42px rgba(15, 23, 42, 0.08);
}

.apple-home .apple-home-scale {
  zoom: 1;
}

.apple-home .brand-mark {
  border-radius: 14px;
  background: linear-gradient(145deg, #0a61f7 0%, #408cff 100%);
}

.apple-home .brand-text {
  color: #111318;
  font-weight: 700;
  font-size: 0.98rem;
}

.apple-home .brand-note,
.apple-home .site-nav a {
  color: #6e737d;
}

.apple-home .brand-note {
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

.apple-home .site-nav {
  gap: 10px;
}

.apple-home .site-nav a {
  font-size: 0.94rem;
  font-weight: 600;
}

.apple-home .site-nav a.active,
.apple-home .site-nav a:hover {
  background: rgba(0, 113, 227, 0.08);
  color: #0a63d8;
}

.apple-home .lang-switch {
  border-color: rgba(15, 23, 42, 0.06);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.apple-home .lang-switch a.active,
.apple-home .lang-switch a:hover {
  background: #eef4ff;
  color: #0a63d8;
}

.apple-home .site-nav .nav-cta,
.apple-home .site-nav .nav-cta:hover {
  background: linear-gradient(145deg, #111827 0%, #224f9b 100%);
  color: #ffffff;
  box-shadow: 0 14px 26px rgba(21, 44, 82, 0.16);
}

.apple-home .button.primary {
  background: linear-gradient(145deg, #111827 0%, #1d4f91 100%);
  box-shadow: 0 18px 34px rgba(20, 36, 67, 0.16);
}

.apple-home .button.primary:hover,
.apple-home .nav-cta:hover {
  transform: translateY(-1px);
}

.apple-home .button.secondary {
  background: rgba(255, 255, 255, 0.66);
  border: 1px solid rgba(15, 23, 42, 0.08);
  color: #111318;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.05);
}

.apple-home .button-with-icon {
  gap: 12px;
}

.apple-home .button-cta-id {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 600;
}

.apple-home .hero {
  padding-top: 24px;
}

.apple-home .clean-hero-stage {
  padding: 46px;
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.88);
  background:
    radial-gradient(circle at 14% 0%, rgba(88, 150, 255, 0.18), transparent 28%),
    radial-gradient(circle at 90% 12%, rgba(255, 255, 255, 0.9), transparent 22%),
    linear-gradient(180deg, rgba(251, 251, 253, 0.98), rgba(245, 247, 250, 0.98));
  box-shadow: 0 32px 90px rgba(15, 23, 42, 0.11), inset 0 1px 0 rgba(255, 255, 255, 0.92);
  isolation: isolate;
}

.apple-home .clean-hero-stage::before {
  content: "";
  position: absolute;
  inset: auto auto -90px -80px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(92, 138, 255, 0.16) 0%, transparent 72%);
  pointer-events: none;
}

.apple-home .clean-hero-stage::after {
  content: "";
  position: absolute;
  right: -100px;
  top: -90px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.95) 0%, rgba(149, 198, 255, 0.16) 34%, transparent 72%);
  pointer-events: none;
}

.apple-home .clean-hero-grid::before {
  content: "";
  position: absolute;
  left: 34%;
  bottom: 14%;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(116, 178, 255, 0.16) 0%, transparent 72%);
  filter: blur(4px);
  pointer-events: none;
  z-index: 0;
}

.apple-home .hero-scroll-hint {
  position: absolute;
  left: 50%;
  bottom: -42px;
  z-index: 3;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
  width: 94px;
  height: 122px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(10, 99, 216, 0.96), rgba(56, 132, 255, 0.92));
  box-shadow: 0 28px 56px rgba(10, 66, 160, 0.3);
  backdrop-filter: blur(16px) saturate(160%);
  transform: translateX(-50%);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.apple-home .hero-scroll-hint.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.apple-home .hero-scroll-hint:hover {
  transform: translateX(-50%) translateY(3px) scale(1.02);
}

.apple-home .hero-scroll-hint-text {
  margin-top: 18px;
  color: #ffffff;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-shadow: 0 1px 10px rgba(8, 31, 78, 0.22);
}

.apple-home .hero-scroll-hint-line {
  width: 3px;
  height: 30px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 1));
  box-shadow: 0 0 16px rgba(255, 255, 255, 0.26);
  animation: hero-scroll-line 1.45s ease-in-out infinite;
}

.apple-home .hero-scroll-hint-arrow {
  width: 18px;
  height: 18px;
  border-right: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(45deg);
  margin-bottom: 16px;
  filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.22));
  animation: hero-scroll-arrow 1.45s ease-in-out infinite;
}

@keyframes hero-scroll-line {
  0%,
  100% {
    transform: scaleY(0.72);
    opacity: 0.45;
  }
  50% {
    transform: scaleY(1);
    opacity: 1;
  }
}

@keyframes hero-scroll-arrow {
  0%,
  100% {
    transform: rotate(45deg) translate(-2px, -2px);
  }
  50% {
    transform: rotate(45deg) translate(4px, 4px);
  }
}

.apple-home .clean-hero-grid {
  grid-template-columns: minmax(0, 1.04fr) minmax(370px, 0.96fr);
  gap: 34px;
  align-items: stretch;
}

.apple-home .clean-hero-copy {
  position: relative;
  z-index: 1;
  padding-top: 22px;
}

.apple-home .clean-hero-copy .eyebrow,
.apple-home .hero-side-body .card-kicker,
.apple-home .section-heading .eyebrow {
  color: #0a63d8;
  letter-spacing: 0.18em;
}

.apple-home .clean-hero-copy h1 {
  max-width: 11ch;
  margin-bottom: 18px;
  color: #0d1117;
  font-size: clamp(2.3rem, 3.9vw, 3.7rem);
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: -0.055em;
  white-space: normal;
  text-wrap: balance;
}

.apple-home .clean-hero-copy .lead {
  max-width: 34rem;
  color: #66707c;
  font-size: 0.96rem;
  font-weight: 500;
  line-height: 1.74;
  max-height: none;
  overflow: visible;
  text-wrap: pretty;
}

.apple-home .hero-actions {
  margin-top: 22px;
  gap: 14px;
}

.apple-home .hero-chip-row {
  position: relative;
  gap: 10px;
  margin: 20px 0 16px;
}

.apple-home .logo-chip,
.apple-home .detail-logo-chip {
  min-height: 44px;
  padding: 8px 16px;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.06);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
  backdrop-filter: blur(12px) saturate(150%);
}

.apple-home .logo-label {
  color: #1f2937;
}

.apple-home .logo-chip {
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.apple-home .logo-chip:hover {
  transform: translateY(-2px);
  border-color: rgba(66, 132, 255, 0.18);
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.08);
}

.apple-home .hero-chip-row .logo-chip:last-child {
  margin-left: 14px;
}

.apple-home .hero-support-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 8px;
  align-items: stretch;
}

.apple-home .support-card {
  position: relative;
  isolation: isolate;
  min-height: 206px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 22px 22px 24px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 22px 48px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(18px) saturate(160%);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
  overflow: hidden;
}

.apple-home .support-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(255, 255, 255, 0.42), transparent 40%);
  pointer-events: none;
}

.apple-home .support-card::after {
  content: "";
  position: absolute;
  inset: auto -24px -38px auto;
  width: 118px;
  height: 118px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(77, 145, 255, 0.16), transparent 72%);
  pointer-events: none;
}

.apple-home .support-card > * {
  position: relative;
  z-index: 1;
}

.apple-home .support-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 58px rgba(15, 23, 42, 0.12);
}

.apple-home .hero-support-grid .support-card:nth-child(1) {
  background:
    radial-gradient(circle at top right, rgba(106, 171, 255, 0.2), transparent 34%),
    linear-gradient(135deg, #09121f 0%, #173b69 100%);
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 26px 60px rgba(13, 28, 52, 0.22);
}

.apple-home .hero-support-grid .support-card:nth-child(1)::before {
  background:
    radial-gradient(circle at top right, rgba(130, 183, 255, 0.16), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
}

.apple-home .hero-support-grid .support-card:nth-child(1)::after {
  background: radial-gradient(circle, rgba(64, 128, 255, 0.28), transparent 70%);
}

.apple-home .hero-support-grid .support-card:nth-child(1) p,
.apple-home .hero-support-grid .support-card:nth-child(1) span {
  color: #f8fbff;
}

.apple-home .hero-support-grid .support-card:nth-child(1) span {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.apple-home .hero-support-grid .support-card:nth-child(2) {
  background:
    radial-gradient(circle at top right, rgba(86, 167, 255, 0.22), transparent 34%),
    linear-gradient(180deg, rgba(252, 254, 255, 0.99), rgba(239, 247, 255, 0.96));
  border-color: rgba(125, 185, 255, 0.18);
  box-shadow: 0 22px 48px rgba(29, 76, 153, 0.08);
}

.apple-home .hero-support-grid .support-card:nth-child(2)::after {
  background: radial-gradient(circle, rgba(74, 171, 255, 0.18), transparent 72%);
}

.apple-home .hero-support-grid .support-card:nth-child(3) {
  background:
    radial-gradient(circle at top right, rgba(137, 156, 255, 0.18), transparent 34%),
    linear-gradient(180deg, rgba(250, 252, 255, 0.99), rgba(244, 246, 255, 0.97));
  border-color: rgba(162, 176, 255, 0.2);
  box-shadow: 0 22px 48px rgba(69, 79, 146, 0.08);
}

.apple-home .hero-support-grid .support-card:nth-child(3)::after {
  background: radial-gradient(circle, rgba(125, 138, 255, 0.16), transparent 72%);
}

.apple-home .support-card span {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 112px;
  min-height: 36px;
  margin-bottom: 16px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: linear-gradient(180deg, rgba(248, 252, 255, 0.95), rgba(236, 243, 255, 0.92));
  color: #0a63d8;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  box-shadow: 0 10px 22px rgba(84, 121, 184, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.apple-home .hero-support-grid .support-card:nth-child(2) span {
  border-color: rgba(113, 172, 255, 0.18);
  background: linear-gradient(180deg, rgba(236, 246, 255, 0.98), rgba(255, 255, 255, 0.95));
  color: #155fdd;
}

.apple-home .hero-support-grid .support-card:nth-child(3) span {
  border-color: rgba(145, 162, 255, 0.18);
  background: linear-gradient(180deg, rgba(242, 245, 255, 0.98), rgba(255, 255, 255, 0.95));
  color: #4d63dd;
}

.apple-home .support-card p {
  flex: 1;
  display: flex;
  align-items: flex-start;
  margin: 0;
  color: #2c3e55;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.55;
  max-width: none;
  text-wrap: pretty;
}

.apple-home .hero-support-grid .support-card:nth-child(1) p {
  color: #f8fbff;
  max-width: none;
}

.apple-home .hero-support-grid .support-card:nth-child(2) p,
.apple-home .hero-support-grid .support-card:nth-child(3) p {
  max-width: none;
}

.apple-home .hero-side-panel {
  --hero-side-overlay-opacity: 0.1;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  min-height: 100%;
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(16, 37, 68, 0.04));
  box-shadow: 0 34px 90px rgba(17, 46, 89, 0.18);
  overflow: hidden;
}

.apple-home .hero-side-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(12, 25, 43, 0) 0%, rgba(12, 25, 43, calc(var(--hero-side-overlay-opacity) * 0.2)) 38%, rgba(17, 71, 157, calc(var(--hero-side-overlay-opacity) * 0.3)) 58%, rgba(8, 33, 73, var(--hero-side-overlay-opacity)) 100%),
    radial-gradient(circle at top right, rgba(255, 255, 255, calc(var(--hero-side-overlay-opacity) * 1.6)), transparent 22%);
  pointer-events: none;
}

.apple-home .hero-side-media {
  position: relative;
  flex: 1 1 auto;
  min-height: 370px;
  aspect-ratio: auto;
  overflow: hidden;
}

.apple-home .hero-side-badge {
  top: 0;
  left: 0;
  padding: 10px 16px;
  border-radius: 0 999px 999px 0;
  background: rgba(255, 255, 255, 0.2);
  border: 0;
  backdrop-filter: blur(12px);
  color: #f9fbff;
}

.apple-home .hero-side-body {
  position: relative;
  margin: 0;
  padding: 22px 30px 26px;
  border-radius: 0;
  background: none;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.apple-home .hero-side-body::before {
  content: "";
  position: absolute;
  inset: -84px 0 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(19, 25, 36, calc(var(--hero-side-overlay-opacity) * 0.12)) 22%, rgba(18, 24, 38, calc(var(--hero-side-overlay-opacity) * 0.32)) 58%, rgba(14, 19, 31, calc(var(--hero-side-overlay-opacity) * 0.5)) 100%),
    linear-gradient(90deg, rgba(255, 255, 255, calc(var(--hero-side-overlay-opacity) * 0.25)), rgba(255, 255, 255, calc(var(--hero-side-overlay-opacity) * 0.06)));
  backdrop-filter: blur(16px) saturate(135%);
  -webkit-backdrop-filter: blur(16px) saturate(135%);
  pointer-events: none;
}

.apple-home .hero-side-body > * {
  position: relative;
  z-index: 1;
}

.apple-home .hero-side-body .card-kicker {
  margin-bottom: 10px;
  background: rgba(255, 255, 255, 0.14);
  color: #f8fbff;
  text-shadow: 0 1px 8px rgba(8, 18, 36, 0.18);
}

.apple-home .hero-side-body h2 {
  font-size: clamp(1.2rem, 1.75vw, 1.68rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.045em;
  max-width: 14ch;
  white-space: normal;
  text-wrap: balance;
  text-shadow: 0 2px 18px rgba(8, 18, 36, 0.22);
}

.apple-home .hero-side-body > p {
  margin-top: 8px;
  margin-bottom: 0;
  color: rgba(245, 249, 255, 0.86);
  font-size: 0.82rem;
  line-height: 1.46;
  max-width: 24rem;
  text-shadow: 0 2px 14px rgba(8, 18, 36, 0.18);
}

.apple-home .hero-contact-float {
  --contact-float-offset: 0px;
  position: fixed;
  top: clamp(252px, 25vh, 334px);
  right: clamp(148px, 9.5vw, 204px);
  z-index: 18;
  width: 156px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.86);
  background:
    radial-gradient(circle at top right, rgba(110, 176, 255, 0.22), transparent 38%),
    linear-gradient(180deg, rgba(251, 251, 253, 0.9), rgba(238, 245, 255, 0.82));
  box-shadow: 0 22px 56px rgba(15, 23, 42, 0.14);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  transform: translate3d(0, var(--contact-float-offset), 0);
  will-change: transform;
}

.apple-home .hero-contact-float::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.52), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.apple-home .hero-contact-float > * {
  position: relative;
  z-index: 1;
}

.apple-home .hero-contact-kicker {
  margin-bottom: -2px;
  color: #0a63d8;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.apple-home .hero-contact-title {
  color: #111827;
  font-size: 1.06rem;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.apple-home .hero-contact-channel {
  display: grid;
  gap: 4px;
  padding: 12px;
  border-radius: 20px;
  border: 1px solid rgba(10, 99, 216, 0.08);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.74);
  transition: border-color 0.22s ease, box-shadow 0.22s ease;
}

.apple-home .hero-contact-channel.secondary {
  background: rgba(246, 250, 255, 0.62);
}

.apple-home .hero-contact-channel.whatsapp {
  border-color: rgba(22, 163, 74, 0.14);
  background: linear-gradient(180deg, rgba(245, 255, 249, 0.9), rgba(236, 252, 242, 0.72));
}

.apple-home .hero-contact-channel.whatsapp span {
  color: #15803d;
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.apple-home .hero-contact-channel.telegram span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.apple-home .hero-contact-channel.telegram {
  gap: 4px;
  justify-items: center;
}

.apple-home .hero-contact-channel.telegram .hero-contact-handle {
  margin-left: 0;
  text-align: center;
}

.apple-home .hero-contact-channel.telegram span {
  justify-content: center;
}

.apple-home .hero-contact-channel.telegram span i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(41, 145, 215, 0.24);
  overflow: hidden;
  animation: hero-telegram-badge 2.8s ease-in-out infinite;
}

.apple-home .hero-contact-channel.telegram span i::after {
  content: "";
  position: absolute;
  inset: -20% auto -20% -55%;
  width: 58%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.52), rgba(255, 255, 255, 0));
  transform: rotate(18deg);
  animation: hero-telegram-shine 2.8s ease-in-out infinite;
}

.apple-home .hero-contact-channel.telegram span i svg {
  width: 100%;
  height: 100%;
  display: block;
}

.apple-home .hero-contact-channel.whatsapp span i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  border-radius: 6px;
  box-shadow: 0 5px 12px rgba(34, 197, 94, 0.22);
  overflow: hidden;
}

.apple-home .hero-contact-channel.whatsapp span i svg {
  width: 100%;
  height: 100%;
  display: block;
}

.apple-home .hero-contact-channel.whatsapp strong {
  font-size: 0.8rem;
  white-space: nowrap;
}

.apple-home .hero-contact-whatsapp-number {
  display: block;
  text-align: left;
  margin-left: -8px;
}

.apple-home .hero-contact-channel span {
  color: #6b7280;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.apple-home .hero-contact-channel strong {
  color: #1f2937;
  font-size: 0.9rem;
  line-height: 1.35;
  word-break: normal;
}

.apple-home .hero-contact-handle {
  display: block;
  margin-left: 29px;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

@keyframes hero-telegram-badge {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(-1px) scale(1.04);
  }
}

@keyframes hero-telegram-shine {
  0%,
  18% {
    transform: translateX(-120%) rotate(18deg);
    opacity: 0;
  }

  32% {
    opacity: 1;
  }

  55% {
    transform: translateX(290%) rotate(18deg);
    opacity: 0;
  }

  100% {
    transform: translateX(290%) rotate(18deg);
    opacity: 0;
  }
}

.apple-home .hero-contact-channel:hover {
  border-color: rgba(10, 99, 216, 0.16);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82), 0 10px 24px rgba(15, 23, 42, 0.06);
}

.apple-home .hero-contact-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 14px;
  border-radius: 999px;
  background: linear-gradient(145deg, #111827 0%, #224f9b 100%);
  color: #ffffff;
  font-size: 0.86rem;
  font-weight: 700;
  box-shadow: 0 14px 28px rgba(21, 44, 82, 0.16);
}

.apple-home .hero-contact-link:hover {
  transform: translateY(-1px);
}

.apple-home .hero-detail-grid {
  grid-template-columns: minmax(0, 1.32fr) repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 26px;
}

.apple-home .hero-detail-card {
  padding: 24px 24px 22px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.85);
  background:
    radial-gradient(circle at top right, rgba(103, 166, 255, 0.12), transparent 34%),
    rgba(255, 255, 255, 0.7);
  box-shadow: 0 20px 46px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(18px) saturate(160%);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
}

.apple-home .hero-detail-card::after {
  left: 22px;
  right: 22px;
  height: 3px;
  background: linear-gradient(90deg, rgba(10, 99, 216, 0.18) 0%, rgba(10, 99, 216, 0.95) 50%, rgba(108, 186, 255, 0.16) 100%);
}

.apple-home .hero-detail-card strong {
  margin-bottom: 14px;
  color: #111827;
  font-size: 0.94rem;
}

.apple-home .hero-detail-card > span {
  color: #506172;
  font-size: 0.9rem;
  line-height: 1.55;
}

.apple-home .detail-chip-row {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.apple-home .service-section,
.apple-home .scenario-section,
.apple-home .article-section,
.apple-home .metric-section,
.apple-home .faq-section,
.apple-home .cta-strip {
  padding-top: 24px;
}

.apple-home .service-section {
  padding-top: 6px;
}

.apple-home .section-heading {
  margin-bottom: 34px;
}

.apple-home .section-heading h2 {
  color: #111318;
  font-size: clamp(1.95rem, 3vw, 3.1rem);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.apple-home .section-heading p {
  max-width: 42rem;
  color: #5d6672;
  font-size: 0.95rem;
  line-height: 1.66;
}

.apple-home .service-stack {
  grid-template-columns: 1fr;
  gap: 24px;
}

.apple-home .service-row {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(320px, 1.14fr);
  align-items: center;
  gap: 30px;
  padding: 28px;
  border-radius: 38px;
  border: 1px solid rgba(255, 255, 255, 0.88);
  background:
    radial-gradient(circle at top right, rgba(101, 166, 255, 0.14), transparent 30%),
    rgba(255, 255, 255, 0.74);
  box-shadow: 0 26px 70px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(18px) saturate(165%);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.apple-home .service-row:hover {
  transform: translateY(-5px);
  box-shadow: 0 30px 68px rgba(15, 23, 42, 0.12);
}

.apple-home .service-row:nth-child(even) .service-row-copy {
  order: 2;
}

.apple-home .service-row:nth-child(even) .service-row-visual {
  order: 1;
}

.apple-home .service-row-head {
  margin-bottom: 16px;
}

.apple-home .service-row h3 {
  color: #111318;
  font-size: clamp(1.35rem, 2vw, 1.9rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.apple-home .service-row p {
  max-width: 28rem;
  margin-bottom: 0;
  color: #5f6875;
  font-size: 0.93rem;
  line-height: 1.66;
}

.apple-home .service-number {
  min-width: 54px;
  min-height: 34px;
  color: #0a63d8;
  background: #eef4ff;
  border: 1px solid rgba(10, 99, 216, 0.12);
}

.apple-home .service-row-visual {
  position: relative;
  min-height: 290px;
  border-radius: 30px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  box-shadow: inset 0 -120px 120px rgba(7, 16, 28, 0.12);
}

.apple-home .hero-side-media img,
.apple-home .service-row-visual img,
.apple-home .article-card-cover img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.apple-home .hero-side-media img,
.apple-home .service-row-visual img {
  position: absolute;
  inset: 0;
}

.apple-home .service-row-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(10, 20, 32, 0.02), rgba(10, 20, 32, 0.2)),
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.26), transparent 26%);
}

.apple-home .service-row-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(12, 42, 92, 0.08));
  opacity: 0;
  transition: opacity 0.28s ease;
}

.apple-home .service-row:hover .service-row-visual::after {
  opacity: 1;
}

.apple-home .clean-two-col {
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 22px;
  align-items: start;
}

.apple-home .clean-muted-section {
  background: transparent;
}

.apple-home .advantage-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.apple-home .advantage-panel {
  min-height: 220px;
  padding: 28px;
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at top right, rgba(101, 166, 255, 0.18), transparent 30%),
    linear-gradient(180deg, #09111d 0%, #11253f 100%);
  box-shadow: 0 24px 54px rgba(9, 17, 29, 0.16);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.apple-home .advantage-panel:hover {
  transform: translateY(-5px);
  box-shadow: 0 30px 66px rgba(9, 17, 29, 0.22);
}

.apple-home .advantage-grid .advantage-panel:nth-child(2) {
  background:
    radial-gradient(circle at top right, rgba(65, 210, 255, 0.16), transparent 30%),
    linear-gradient(180deg, #08111d 0%, #0f2f46 100%);
}

.apple-home .advantage-grid .advantage-panel:nth-child(3) {
  background:
    radial-gradient(circle at top right, rgba(155, 171, 255, 0.18), transparent 30%),
    linear-gradient(180deg, #0a1321 0%, #1b274a 100%);
}

.apple-home .advantage-panel strong,
.apple-home .advantage-panel p {
  color: #f8fbff;
}

.apple-home .clean-muted-section .clean-heading h2 {
  color: #111318;
}

.apple-home .clean-muted-section .clean-heading p {
  color: #5d6672;
}

.apple-home .clean-muted-section .eyebrow {
  color: #0a63d8;
}

.apple-home .advantage-mark {
  width: 14px;
  height: 14px;
  margin-bottom: 18px;
  background: radial-gradient(circle at 30% 30%, #ffffff, #8dc2ff 68%, #448bff 100%);
  box-shadow: 0 0 22px rgba(119, 174, 255, 0.44);
}

.apple-home .scenario-stack {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.apple-home .scenario-clean-card {
  min-height: 230px;
  padding: 28px;
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.88);
  background:
    radial-gradient(circle at top right, rgba(105, 167, 255, 0.12), transparent 30%),
    rgba(255, 255, 255, 0.76);
  box-shadow: 0 22px 54px rgba(15, 23, 42, 0.08);
  position: relative;
  overflow: hidden;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.apple-home .scenario-clean-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(102, 167, 255, 0.16), transparent 32%);
  opacity: 0;
  transition: opacity 0.28s ease;
  pointer-events: none;
}

.apple-home .scenario-clean-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 30px 68px rgba(15, 23, 42, 0.12);
}

.apple-home .scenario-clean-card:hover::before {
  opacity: 1;
}

.apple-home .scenario-clean-card:nth-child(1),
.apple-home .scenario-clean-card:nth-child(4) {
  grid-column: span 2;
}

.apple-home .scenario-clean-card h3,
.apple-home .faq-clean-card h3,
.apple-home .metric-clean-card h3,
.apple-home .cta-clean-box h2,
.apple-home .clean-footer-grid h2,
.apple-home .clean-footer-grid h3 {
  color: #111318;
  font-weight: 700;
}

.apple-home .scenario-clean-card h3,
.apple-home .faq-clean-card h3,
.apple-home .metric-clean-card h3 {
  font-size: 1.22rem;
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.apple-home .scenario-clean-card p,
.apple-home .faq-clean-card p,
.apple-home .clean-footer-grid p,
.apple-home .clean-footer-grid a,
.apple-home .clean-footer-grid li,
.apple-home .cta-clean-box p {
  color: #5f6874;
}

.apple-home .scenario-clean-card p,
.apple-home .faq-clean-card p,
.apple-home .metric-clean-card p {
  font-size: 0.88rem;
  line-height: 1.56;
}

.apple-home .service-number,
.apple-home .scenario-tag,
.apple-home .faq-index,
.apple-home .metric,
.apple-home .support-card span {
  font-size: 0.72rem;
  letter-spacing: 0.06em;
}

.apple-home .metrics-clean-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.apple-home .metric-clean-card {
  min-height: 220px;
  padding: 28px;
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at top right, rgba(119, 175, 255, 0.16), transparent 30%),
    linear-gradient(180deg, #08111d 0%, #123257 100%);
  box-shadow: 0 26px 60px rgba(12, 31, 58, 0.18);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.apple-home .metric-clean-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 34px 76px rgba(12, 31, 58, 0.24);
}

.apple-home .article-latest-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.apple-home .article-latest-card {
  min-height: 250px;
  display: grid;
  gap: 14px;
  padding: 28px;
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.88);
  background:
    radial-gradient(circle at top right, rgba(105, 167, 255, 0.14), transparent 30%),
    rgba(255, 255, 255, 0.78);
  box-shadow: 0 22px 54px rgba(15, 23, 42, 0.08);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.apple-home .article-latest-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 30px 68px rgba(15, 23, 42, 0.12);
}

.apple-home .article-card-cover {
  display: block;
  overflow: hidden;
  min-height: 190px;
  border-radius: 24px;
  background-size: cover;
  background-position: center;
  box-shadow: inset 0 -120px 120px rgba(12, 28, 46, 0.08);
}

.apple-home .article-card-meta,
.apple-home .article-card-tags,
.apple-home .article-card-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.apple-home .article-card-meta {
  justify-content: space-between;
}

.apple-home .article-card-meta span,
.apple-home .article-card-tags span,
.apple-home .article-card-bottom span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(10, 99, 216, 0.08);
  color: #0a63d8;
  font-size: 0.74rem;
  font-weight: 700;
}

.apple-home .article-latest-card h3 {
  margin: 0;
  color: #111318;
  font-size: 1.18rem;
  line-height: 1.18;
  letter-spacing: -0.03em;
}

.apple-home .article-latest-card h3 a {
  color: inherit;
}

.apple-home .article-latest-card p {
  margin: 0;
  color: #5f6874;
  font-size: 0.88rem;
  line-height: 1.58;
}

.apple-home .article-card-bottom {
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
}

.apple-home .article-card-bottom a {
  color: #0a63d8;
  font-size: 0.82rem;
  font-weight: 700;
}

.apple-home .article-card-bottom a:hover {
  color: #0849af;
}

.apple-home .metric-clean-card h3,
.apple-home .metric-clean-card p,
.apple-home .metric-clean-card .metric {
  color: #f8fbff;
}

.apple-home .metric-clean-card .metric {
  background: rgba(255, 255, 255, 0.12);
}

.apple-home .faq-clean-layout {
  gap: 22px;
}

.apple-home .faq-clean-list {
  gap: 16px;
}

.apple-home .faq-clean-card {
  padding: 26px 28px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.07);
  position: relative;
  overflow: hidden;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.apple-home .faq-clean-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(102, 167, 255, 0.16), transparent 32%);
  opacity: 0;
  transition: opacity 0.28s ease;
  pointer-events: none;
}

.apple-home .faq-clean-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 58px rgba(15, 23, 42, 0.11);
}

.apple-home .faq-clean-card:hover::before {
  opacity: 1;
}

.apple-home .faq-clean-card .faq-index {
  background: #eef4ff;
  color: #0a63d8;
}

.apple-home .cta-clean-box {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  padding: 38px 42px;
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at top right, rgba(116, 179, 255, 0.24), transparent 26%),
    linear-gradient(135deg, #080f19 0%, #102742 68%, #1f5aac 100%);
  box-shadow: 0 28px 70px rgba(14, 28, 53, 0.2);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.apple-home .cta-clean-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 34px 82px rgba(14, 28, 53, 0.24);
}

.apple-home .cta-clean-box h2,
.apple-home .cta-clean-box p,
.apple-home .cta-clean-box .eyebrow {
  color: #f8fbff;
}

.apple-home .cta-clean-box h2 {
  font-size: clamp(1.8rem, 2.7vw, 2.6rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.apple-home .site-footer {
  padding-top: 10px;
}

.apple-home .clean-footer-grid {
  border-radius: 36px;
  border: 1px solid rgba(255, 255, 255, 0.84);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 20px 46px rgba(15, 23, 42, 0.07);
}

.apple-home .footer-brand-card {
  border-radius: 30px;
  background:
    radial-gradient(circle at top right, rgba(127, 187, 255, 0.2), transparent 28%),
    linear-gradient(180deg, #09111d 0%, #113258 100%);
}

.apple-home .footer-brand-card h2,
.apple-home .footer-brand-card p {
  color: #f8fbff;
}

.apple-home [data-reveal] {
  opacity: 0;
  transform: translateY(26px) scale(0.985);
  transition:
    opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0s);
  will-change: transform, opacity;
}

.apple-home [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

@media (prefers-reduced-motion: reduce) {
  .apple-home [data-reveal],
  .apple-home .button-icon-circle,
  .apple-home .button-icon-telegram,
  .apple-home .hero-scroll-hint-line,
  .apple-home .hero-scroll-hint-arrow,
  .apple-home .hero-contact-float {
    opacity: 1;
    transform: none;
    transition: none;
    animation: none;
  }
}

@media (max-width: 1440px), (max-height: 900px) {
  .apple-home .hero-contact-float {
    display: none;
  }
}

@media (max-width: 1100px) {
  .apple-home .clean-hero-grid,
  .apple-home .clean-two-col,
  .apple-home .faq-clean-layout,
  .apple-home .service-row {
    grid-template-columns: 1fr;
  }

  .apple-home .clean-hero-copy h1 {
    max-width: none;
  }

  .apple-home .hero-support-grid,
  .apple-home .hero-detail-grid,
  .apple-home .advantage-grid,
  .apple-home .article-latest-grid,
  .apple-home .scenario-stack,
  .apple-home .metrics-clean-grid {
    grid-template-columns: 1fr 1fr;
  }

  .apple-home .hero-support-grid .support-card,
  .apple-home .scenario-clean-card:nth-child(1),
  .apple-home .scenario-clean-card:nth-child(4) {
    grid-column: auto;
  }

  .apple-home .service-row:nth-child(even) .service-row-copy,
  .apple-home .service-row:nth-child(even) .service-row-visual {
    order: initial;
  }
}

@media (max-width: 760px) {
  .apple-home .apple-home-scale {
    zoom: 1;
  }

  .apple-home .site-header {
    border-radius: 28px;
  }

  .apple-home .nav-wrap {
    align-items: stretch;
  }

  .apple-home .brand {
    width: 100%;
  }

  .apple-home .site-nav {
    width: 100%;
    flex-wrap: nowrap;
    overflow-x: auto;
    align-items: center;
    gap: 8px;
    padding: 2px 1px 2px;
    margin-top: 4px;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }

  .apple-home .site-nav > a,
  .apple-home .site-nav > .lang-switch {
    scroll-snap-align: start;
  }

  .apple-home .site-nav::-webkit-scrollbar {
    display: none;
  }

  .apple-home .site-nav a,
  .apple-home .nav-cta {
    min-height: 40px;
    padding: 0 13px;
    font-size: 0.84rem;
    border-radius: 999px;
  }

  .apple-home .lang-switch {
    min-height: 40px;
    padding: 4px;
  }

  .apple-home .lang-switch a {
    min-width: 40px;
    min-height: 32px;
    padding: 0 10px;
  }

  .apple-home .clean-hero-stage {
    padding: 24px;
    border-radius: 30px;
  }

  .apple-home .clean-hero-copy {
    padding-top: 8px;
  }

  .apple-home .clean-hero-copy h1 {
    font-size: clamp(2.2rem, 10vw, 3.1rem);
    line-height: 1.06;
    white-space: normal;
  }

  .apple-home .clean-hero-copy .lead {
    font-size: 0.94rem;
    line-height: 1.68;
  }

  .apple-home .hero-side-body h2 {
    white-space: normal;
  }

  .apple-home .hero-actions {
    align-items: flex-start;
  }

  .apple-home .hero-actions .button {
    width: auto;
    max-width: 100%;
    justify-content: center;
  }

  .apple-home .button.primary.button-with-icon {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding-inline: 22px 18px;
  }

  .apple-home .button-with-icon {
    justify-content: center;
  }

  .apple-home .hero-chip-row {
    width: 100%;
    max-width: 100%;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 9px;
    margin: 14px 0 10px;
    padding: 0 2px 6px;
    scroll-padding-inline: 2px;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .apple-home .clean-hero-copy,
  .apple-home .hero-support-grid {
    min-width: 0;
  }

  .apple-home .hero-support-grid {
    width: calc(100% - 2px);
    grid-template-columns: 1fr;
    gap: 14px;
    margin: 14px auto 0;
    padding-inline: 1px;
  }

  .apple-home .support-card {
    width: 100%;
    margin: 0 auto;
    min-width: 0;
    min-height: 0;
    padding: 18px 18px 20px;
    border-radius: 24px;
    box-sizing: border-box;
    overflow: hidden;
    clip-path: inset(0 round 24px);
  }

  .apple-home .support-card::after {
    inset: auto -12px -18px auto;
    width: 92px;
    height: 92px;
  }

  .apple-home .support-card span {
    min-height: 38px;
    margin-bottom: 14px;
    padding: 0 15px;
    font-size: 0.78rem;
    letter-spacing: 0.05em;
  }

  .apple-home .support-card p {
    font-size: 1rem;
    line-height: 1.5;
  }

  .apple-home .hero-chip-row::-webkit-scrollbar {
    display: none;
  }

  .apple-home .logo-chip {
    flex: 0 0 auto;
    min-height: 48px;
    min-width: max-content;
    padding: 9px 14px;
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.06);
  }

  .apple-home .hero-support-grid,
  .apple-home .hero-detail-grid,
  .apple-home .advantage-grid,
  .apple-home .article-latest-grid,
  .apple-home .scenario-stack,
  .apple-home .metrics-clean-grid,
  .apple-home .clean-footer-grid {
    grid-template-columns: 1fr;
  }

  .apple-home .hero-side-panel,
  .apple-home .service-row,
  .apple-home .article-latest-card,
  .apple-home .scenario-clean-card,
  .apple-home .metric-clean-card,
  .apple-home .faq-clean-card,
  .apple-home .cta-clean-box,
  .apple-home .clean-footer-grid,
  .apple-home .support-card,
  .apple-home .hero-detail-card,
  .apple-home .advantage-panel {
    border-radius: 26px;
  }

  .apple-home .hero-side-media {
    min-height: 320px;
  }

  .apple-home .hero-scroll-hint {
    bottom: -28px;
    width: 86px;
    height: 112px;
  }

  .apple-home .hero-side-body {
    margin: 0;
    padding: 18px 22px 22px;
  }

  .apple-home .hero-chip-row .logo-chip:last-child {
    margin-right: 4px;
  }

  .apple-home .service-row,
  .apple-home .article-latest-card,
  .apple-home .metric-clean-card,
  .apple-home .scenario-clean-card,
  .apple-home .faq-clean-card,
  .apple-home .advantage-panel,
  .apple-home .cta-clean-box,
  .apple-home .support-card,
  .apple-home .hero-detail-card,
  .apple-home .clean-footer-grid {
    padding: 20px;
  }

  .apple-home .service-row-visual {
    min-height: 220px;
    border-radius: 24px;
  }

  .apple-home .article-card-cover {
    min-height: 170px;
    border-radius: 20px;
  }

  .apple-home .service-row-copy p,
  .apple-home .article-latest-card p,
  .apple-home .scenario-clean-card p,
  .apple-home .faq-clean-card p,
  .apple-home .advantage-panel p,
  .apple-home .metric-clean-card p {
    font-size: 0.94rem;
    line-height: 1.68;
  }

  .apple-home .section-heading h2 {
    font-size: clamp(1.8rem, 9vw, 2.6rem);
  }

  .apple-home .cta-clean-box {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .apple-home .brand-note {
    font-size: 0.75rem;
  }

  .apple-home .site-nav {
    gap: 8px;
  }

  .apple-home .site-nav a,
  .apple-home .nav-cta {
    flex: 0 0 auto;
    padding: 8px 11px;
    font-size: 0.88rem;
  }

  .apple-home .lang-switch a {
    min-width: 42px;
  }

  .apple-home .button-cta-id {
    display: none;
  }

  .apple-home .button.primary,
  .apple-home .button.secondary {
    min-height: 52px;
  }

  .apple-home .support-card {
    padding: 16px 16px 18px;
    border-radius: 22px;
    clip-path: inset(0 round 22px);
  }

  .apple-home .support-card::after {
    inset: auto -10px -16px auto;
    width: 84px;
    height: 84px;
  }

  .apple-home .support-card span {
    min-width: 100px;
    min-height: 36px;
    margin-bottom: 12px;
    padding: 0 14px;
    font-size: 0.76rem;
  }

  .apple-home .support-card p {
    font-size: 0.95rem;
    line-height: 1.48;
  }

  .apple-home .hero-chip-row {
    gap: 8px;
    margin: 12px 0 8px;
    padding: 0 2px 6px;
    scroll-padding-inline: 2px;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .apple-home .logo-chip,
  .apple-home .detail-logo-chip {
    padding: 8px 12px;
  }

  .apple-home .logo-chip {
    min-height: 46px;
  }

  .apple-home .hero-scroll-hint {
    bottom: -24px;
    width: 78px;
    height: 104px;
  }

  .apple-home .hero-scroll-hint-text {
    margin-top: 16px;
    font-size: 0.76rem;
  }
}

@media (max-width: 760px) {
  .apple-home .clean-hero-grid::before,
  .apple-home .hero-scroll-hint {
    display: none;
  }

  .apple-home .clean-hero-stage {
    padding: 18px;
    border-radius: 24px;
  }

  .apple-home .clean-hero-copy .eyebrow,
  .apple-home .section-heading .eyebrow {
    font-size: 0.72rem;
    letter-spacing: 0.12em;
    line-height: 1.45;
  }

  .apple-home .clean-hero-copy h1 {
    margin-bottom: 12px;
    font-size: clamp(1.98rem, 10.8vw, 2.7rem);
    line-height: 1.03;
    letter-spacing: -0.05em;
  }

  .apple-home .clean-hero-copy .lead {
    font-size: 0.94rem;
    line-height: 1.62;
    max-height: none;
  }

  .apple-home .hero-actions {
    margin-top: 18px;
    gap: 10px;
  }

  .apple-home .hero-actions .button {
    min-height: 52px;
  }

  .apple-home .hero-chip-row {
    margin: 14px 0 10px;
    scroll-snap-type: x proximity;
  }

  .apple-home .logo-chip {
    scroll-snap-align: start;
  }

  .apple-home .hero-support-grid {
    gap: 10px;
    margin-top: 10px;
  }

  .apple-home .support-card {
    min-height: 0;
    padding: 16px;
  }

  .apple-home .support-card span {
    min-width: 96px;
    min-height: 32px;
    margin-bottom: 12px;
    padding: 0 14px;
  }

  .apple-home .support-card p {
    font-size: 0.92rem;
    line-height: 1.56;
  }

  .apple-home .hero-side-panel {
    border-radius: 24px;
  }

  .apple-home .hero-side-media {
    min-height: 292px;
  }

  .apple-home .hero-side-body {
    margin: 0;
    padding: 18px 18px 20px;
    border-radius: 0;
  }

  .apple-home .hero-side-body h2 {
    font-size: clamp(1.35rem, 8vw, 1.9rem);
    line-height: 1.1;
  }

  .apple-home .hero-side-body > p {
    font-size: 0.9rem;
    line-height: 1.56;
    max-width: none;
  }

  .apple-home .service-section,
  .apple-home .scenario-section,
  .apple-home .metric-section,
  .apple-home .faq-section,
  .apple-home .cta-strip {
    padding-top: 16px;
  }

  .apple-home .section-heading {
    margin-bottom: 18px;
  }

  .apple-home .section-heading p {
    max-width: none;
    font-size: 0.92rem;
    line-height: 1.62;
  }

  .apple-home .service-stack,
  .apple-home .advantage-grid,
  .apple-home .article-latest-grid,
  .apple-home .scenario-stack,
  .apple-home .metrics-clean-grid,
  .apple-home .faq-clean-list {
    gap: 12px;
  }

  .apple-home .service-row {
    gap: 16px;
    padding: 18px;
  }

  .apple-home .service-row-head {
    margin-bottom: 12px;
  }

  .apple-home .service-row h3,
  .apple-home .article-latest-card h3,
  .apple-home .advantage-panel strong,
  .apple-home .scenario-clean-card h3,
  .apple-home .faq-clean-card h3,
  .apple-home .metric-clean-card h3 {
    font-size: 1.08rem;
    line-height: 1.2;
  }

  .apple-home .service-row-visual {
    min-height: 190px;
    border-radius: 18px;
  }

  .apple-home .article-card-cover {
    min-height: 160px;
    border-radius: 18px;
  }

  .apple-home .advantage-panel,
  .apple-home .article-latest-card,
  .apple-home .scenario-clean-card,
  .apple-home .metric-clean-card,
  .apple-home .faq-clean-card {
    min-height: 0;
  }

  .apple-home .article-latest-card p,
  .apple-home .scenario-clean-card p,
  .apple-home .faq-clean-card p,
  .apple-home .metric-clean-card p,
  .apple-home .advantage-panel p,
  .apple-home .service-row-copy p {
    font-size: 0.92rem;
    line-height: 1.62;
  }

  .apple-home .cta-clean-box {
    gap: 14px;
    padding: 20px;
  }

  .apple-home .cta-clean-box h2 {
    font-size: clamp(1.45rem, 8vw, 2rem);
  }

  .apple-home .cta-clean-box .button {
    width: 100%;
    min-height: 52px;
    justify-content: center;
  }

  .apple-home .clean-footer-grid {
    gap: 14px;
  }
}

@media (max-width: 520px) {
  .apple-home .site-header {
    border-radius: 22px;
  }

  .apple-home .nav-wrap {
    padding: 12px;
    gap: 10px;
  }

  .apple-home .brand-mark {
    width: 42px;
    height: 42px;
    border-radius: 14px;
  }

  .apple-home .brand-text {
    font-size: 0.96rem;
  }

  .apple-home .brand-note {
    font-size: 0.72rem;
    line-height: 1.25;
  }

  .apple-home .site-nav {
    gap: 6px;
  }

  .apple-home .lang-switch {
    padding: 3px;
  }

  .apple-home .lang-switch a {
    min-width: 38px;
    padding: 7px 8px;
    font-size: 0.78rem;
  }

  .apple-home .site-nav a,
  .apple-home .nav-cta {
    padding: 8px 10px;
    font-size: 0.84rem;
  }

  .apple-home .clean-hero-stage {
    padding: 16px;
  }

  .apple-home .clean-hero-copy h1 {
    font-size: clamp(1.86rem, 12vw, 2.35rem);
  }

  .apple-home .clean-hero-copy .lead {
    font-size: 0.9rem;
  }

  .apple-home .button.primary,
  .apple-home .button.secondary {
    min-height: 50px;
  }

  .apple-home .logo-chip,
  .apple-home .detail-logo-chip {
    min-height: 38px;
    padding: 7px 10px;
  }

  .apple-home .logo-label {
    font-size: 0.82rem;
  }

  .apple-home .support-card,
  .apple-home .service-row,
  .apple-home .advantage-panel,
  .apple-home .scenario-clean-card,
  .apple-home .metric-clean-card,
  .apple-home .faq-clean-card,
  .apple-home .hero-detail-card,
  .apple-home .cta-clean-box,
  .apple-home .clean-footer-grid {
    padding: 16px;
    border-radius: 20px;
  }

  .apple-home .support-card span,
  .apple-home .scenario-tag,
  .apple-home .faq-index,
  .apple-home .metric {
    font-size: 0.66rem;
  }

  .apple-home .support-card span {
    min-width: 88px;
  }

  .apple-home .hero-side-media {
    min-height: 268px;
  }

  .apple-home .hero-side-body {
    margin: 0;
    padding: 16px 14px 16px;
    border-radius: 0;
  }

  .apple-home .hero-side-body h2 {
    font-size: clamp(1.28rem, 9vw, 1.68rem);
  }

  .apple-home .hero-side-body > p {
    font-size: 0.86rem;
    line-height: 1.5;
  }

  .apple-home .section-heading h2 {
    font-size: clamp(1.55rem, 9vw, 2.18rem);
  }

  .apple-home .cta-clean-box {
    padding: 18px;
  }
}
