/* Shared Apple-inspired product presentation for service detail pages. */

.service-detail--apple {
  --service-paper: #f5f5f7;
  --service-surface: #ffffff;
  --service-ink: #1d1d1f;
  --service-muted: #6e6e73;
  --service-line: rgba(29, 29, 31, 0.1);
  --service-soft: #eef5ff;
  --service-tone: #0066cc;
  --service-tone-strong: #004a75;
  --service-brand-primary: #0a84ff;
  --service-brand-secondary: var(--service-brand-primary);
  --service-action: var(--service-tone);
  --service-action-hover: color-mix(in srgb, var(--service-tone), #000 14%);
  --service-brand-start: #242833;
  --service-brand-end: #0f1116;
  --service-brand-glow: rgba(10, 132, 255, 0.28);
  --service-brand-shadow: rgba(15, 17, 22, 0.24);
  width: min(100% - 40px, 1180px);
  max-width: 1180px;
  color: var(--service-ink);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display", "Helvetica Neue", Helvetica, Inter, system-ui, Arial, sans-serif;
}

.service-detail--apple:is(.service-detail--tone-pump, .service-detail--pumpfun-followers),
.service-detail--apple[data-service-tone="pump"] {
  --service-soft: #e8fff3;
  --service-tone: #087a4c;
  --service-brand-start: #183c30;
  --service-brand-end: #08130f;
  --service-brand-glow: rgba(72, 255, 163, 0.29);
  --service-brand-shadow: rgba(9, 42, 31, 0.22);
}

.service-detail--apple.service-detail--tone-blue,
.service-detail--apple[data-service-tone="blue"] {
  --service-soft: #eaf3ff;
  --service-tone: #0066cc;
  --service-brand-start: #123d68;
  --service-brand-end: #071729;
  --service-brand-glow: rgba(64, 156, 255, 0.34);
  --service-brand-shadow: rgba(4, 36, 69, 0.25);
}

.service-detail--apple.service-detail--tone-gold,
.service-detail--apple[data-service-tone="gold"] {
  --service-soft: #fff7db;
  --service-tone: #805b00;
  --service-brand-start: #55400d;
  --service-brand-end: #1c1505;
  --service-brand-glow: rgba(255, 214, 10, 0.34);
  --service-brand-shadow: rgba(66, 45, 2, 0.24);
}

.service-detail--apple.service-detail--tone-green,
.service-detail--apple[data-service-tone="green"] {
  --service-soft: #ecf9ee;
  --service-tone: #1f7535;
  --service-brand-start: #204c2b;
  --service-brand-end: #0b1d10;
  --service-brand-glow: rgba(48, 209, 88, 0.32);
  --service-brand-shadow: rgba(8, 54, 22, 0.23);
}

.service-detail--apple.service-detail--tone-fourchan,
.service-detail--apple[data-service-tone="fourchan"] {
  --service-soft: #f6f0ea;
  --service-tone: #7b202b;
  --service-brand-start: #f5e9e6;
  --service-brand-end: #dce8d9;
  --service-brand-glow: rgba(65, 106, 69, 0.28);
  --service-brand-shadow: rgba(83, 34, 40, 0.2);
}

.service-detail--apple.service-detail--tone-violet,
.service-detail--apple[data-service-tone="violet"] {
  --service-soft: #f7effc;
  --service-tone: #754092;
  --service-brand-start: #4a235e;
  --service-brand-end: #1b0c23;
  --service-brand-glow: rgba(191, 90, 242, 0.33);
  --service-brand-shadow: rgba(55, 17, 74, 0.25);
}

.service-detail--apple.service-detail--tone-orange,
.service-detail--apple[data-service-tone="orange"] {
  --service-soft: #fff2e6;
  --service-tone: #a84400;
  --service-brand-start: #623012;
  --service-brand-end: #241006;
  --service-brand-glow: rgba(255, 159, 10, 0.34);
  --service-brand-shadow: rgba(74, 27, 2, 0.24);
}

.service-detail--apple.service-detail--tone-graphite,
.service-detail--apple[data-service-tone="graphite"] {
  --service-soft: #eeeef0;
  --service-tone: #4b4b50;
  --service-brand-start: #36363b;
  --service-brand-end: #111114;
  --service-brand-glow: rgba(174, 174, 178, 0.25);
  --service-brand-shadow: rgba(17, 17, 20, 0.26);
}

.service-detail--apple.service-detail--tone-indigo,
.service-detail--apple[data-service-tone="indigo"] {
  --service-soft: #f0efff;
  --service-tone: #4d45b8;
  --service-brand-start: #32306b;
  --service-brand-end: #111126;
  --service-brand-glow: rgba(94, 92, 230, 0.36);
  --service-brand-shadow: rgba(25, 23, 79, 0.25);
}

.service-detail--apple.service-detail--tone-teal,
.service-detail--apple[data-service-tone="teal"] {
  --service-soft: #eaf9fa;
  --service-tone: #00727a;
  --service-brand-start: #174b4f;
  --service-brand-end: #081c1e;
  --service-brand-glow: rgba(100, 210, 255, 0.3);
  --service-brand-shadow: rgba(4, 49, 54, 0.24);
}

.service-detail--apple.service-detail--tone-tiktok,
.service-detail--apple[data-service-tone="tiktok"] {
  --service-soft: #eefcfc;
  --service-tone: #d41445;
  --service-brand-start: #24252b;
  --service-brand-end: #050506;
  --service-brand-glow: rgba(37, 244, 238, 0.38);
  --service-brand-shadow: rgba(5, 5, 8, 0.3);
}

.service-detail--apple,
.service-detail--apple :is(.service-explainer, .article-section, #faq, .references li) {
  scroll-margin-top: 96px;
}

.service-detail--apple .breadcrumbs {
  min-height: 44px;
  padding-top: 8px;
  flex-wrap: nowrap;
  gap: 7px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  color: #86868b;
  font-size: 13px;
  white-space: nowrap;
  scrollbar-width: none;
  -webkit-mask-image: linear-gradient(to right, #000 calc(100% - 28px), transparent);
  mask-image: linear-gradient(to right, #000 calc(100% - 28px), transparent);
}

[dir="rtl"] .service-detail--apple .breadcrumbs {
  -webkit-mask-image: linear-gradient(to left, #000 calc(100% - 28px), transparent);
  mask-image: linear-gradient(to left, #000 calc(100% - 28px), transparent);
}

.service-detail--apple .breadcrumbs::-webkit-scrollbar { display: none; }

.service-detail--apple .breadcrumbs a {
  min-height: 44px;
  flex: 0 0 auto;
  text-decoration: none;
}

.service-detail--apple .breadcrumbs > span[aria-current="page"] {
  max-width: min(38vw, 18rem);
  overflow: hidden;
  text-overflow: ellipsis;
}

.service-detail--apple .breadcrumbs > span[aria-hidden="true"] { opacity: 0.42; }

.service-detail--apple .service-hero {
  position: relative;
  isolation: isolate;
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.9fr);
  align-items: center;
  gap: clamp(38px, 6vw, 78px);
  margin-block: 16px 64px;
  padding: clamp(48px, 6vw, 76px);
  overflow: hidden;
  border: 1px solid rgba(29, 29, 31, 0.075);
  border-radius: clamp(36px, 4vw, 46px);
  background:
    radial-gradient(circle at 96% 2%, color-mix(in srgb, var(--service-brand-glow), transparent 50%), transparent 31%),
    radial-gradient(circle at 70% 100%, color-mix(in srgb, var(--service-brand-primary), transparent 91%), transparent 36%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(248, 248, 250, 0.94));
  color: var(--service-ink);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    0 24px 72px rgba(29, 29, 31, 0.09);
}

.service-detail--apple .service-hero-copy {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.service-detail--apple .service-hero .eyebrow {
  width: fit-content;
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  margin: 0 0 20px;
  padding: 6px 12px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--service-brand-primary), transparent 90%);
  color: var(--service-tone);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
  text-transform: none;
}

.service-detail--apple .service-hero h1 {
  max-inline-size: 100%;
  margin: 0 0 23px;
  color: var(--service-ink);
  font-size: clamp(2.7rem, 4.8vw, 4.55rem);
  font-weight: 700;
  line-height: 1.03;
  letter-spacing: -0.042em;
  text-align: start;
  text-wrap: balance;
  overflow-wrap: break-word;
}

.service-detail--apple .service-hero .hero-lede {
  max-inline-size: 37rem;
  margin: 0;
  color: var(--service-muted);
  font-size: clamp(1.0625rem, 1.55vw, 1.25rem);
  font-weight: 400;
  line-height: 1.56;
  letter-spacing: -0.008em;
  text-align: start;
}

.service-detail--apple .service-hero-copy > .cta-row {
  align-items: center;
  gap: 8px;
  margin-top: 29px;
}

.service-detail--apple .service-hero-copy > .cta-row .button {
  min-width: 0;
  min-height: 48px;
  padding-inline: 21px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  opacity: 1;
  transition: transform 150ms ease-out, background-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.service-detail--apple .service-hero-copy > .cta-row .button--primary {
  border-color: rgba(0, 0, 0, 0.86);
  background: linear-gradient(180deg, #303034 0%, #09090a 72%);
  color: #ffffff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 12px 28px rgba(9, 9, 11, 0.22);
}

.service-detail--apple .service-hero-copy > .cta-row .button--secondary {
  border-color: rgba(29, 29, 31, 0.1);
  background: rgba(255, 255, 255, 0.58);
  color: var(--service-tone);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.74), 0 8px 20px rgba(29, 29, 31, 0.065);
  -webkit-backdrop-filter: saturate(150%) blur(18px);
  backdrop-filter: saturate(150%) blur(18px);
}

.service-detail--apple .service-hero-copy > .cta-row .button--secondary::after {
  content: "›";
  margin-inline-start: 0.35em;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 0;
}

[dir="rtl"] .service-detail--apple .service-hero-copy > .cta-row .button--secondary::after { content: "‹"; }

.service-detail--apple .service-hero-copy > .cta-row .button:active {
  transform: scale(0.97);
  transition-duration: 90ms;
  box-shadow: none;
}

.service-detail--apple .service-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 13px;
  margin: 21px 0 0;
  padding: 0;
  color: #86868b;
  list-style: none;
}

.service-detail--apple .service-meta li {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: inherit;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
}

.service-detail--apple .service-meta li + li::before {
  content: "";
  width: 4px;
  height: 4px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #a1a1a6;
}

.service-detail--apple .service-bento {
  position: relative;
  z-index: 1;
  min-width: 0;
  display: grid;
  gap: 10px;
}

.service-detail--apple .service-bento-brand {
  min-width: 0;
  min-height: 248px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 27px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 34px;
  background:
    radial-gradient(circle at 89% 10%, var(--service-brand-glow), transparent 46%),
    linear-gradient(145deg, var(--service-brand-start), var(--service-brand-end) 72%);
  color: #ffffff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 20px 44px var(--service-brand-shadow);
}

.service-detail--apple .service-bento-brand > .service-logo-stack {
  min-width: 0;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  direction: ltr;
}

.service-detail--apple .service-bento-brand > .service-logo-stack:empty { display: none; }

.service-detail--apple .service-bento-brand > .service-logo-stack .service-logo-shell {
  inline-size: 124px;
  block-size: 124px;
  aspect-ratio: 1;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  padding: 10px;
  overflow: hidden;
  border: 1px solid rgba(29, 29, 31, 0.06);
  border-radius: 32px;
  background: #ffffff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    0 16px 40px rgba(0, 0, 0, 0.23);
}

.service-detail--apple .service-bento-brand > .service-logo-stack .service-logo-shell + .service-logo-shell {
  margin-inline-start: -24px;
  transform: scale(0.86);
  transform-origin: center;
}

.service-detail--apple .service-bento-brand > .service-logo-stack :is(.service-platform-logo, .pumpfun-logo) {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
}

.service-detail--apple .service-bento-brand--text-only {
  justify-content: flex-end;
}

.service-detail--apple .service-bento-brand > p {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin: 24px 0 0;
}

.service-detail--apple .service-bento-brand > p strong {
  min-width: 0;
  color: #ffffff;
  font-size: clamp(1.4rem, 2.7vw, 2rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.03em;
  overflow-wrap: break-word;
  word-break: normal;
}

.service-detail--apple .service-bento-brand > p span {
  flex: 0 0 auto;
  color: rgba(255, 255, 255, 0.66);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.service-detail--apple .service-bento-grid {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 9px;
  overflow: hidden;
  border: 1px solid rgba(29, 29, 31, 0.07);
  border-radius: 29px;
  background: rgba(255, 255, 255, 0.38);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.76), 0 16px 44px rgba(72, 72, 86, 0.07);
  -webkit-backdrop-filter: saturate(150%) blur(22px);
  backdrop-filter: saturate(150%) blur(22px);
}

.service-detail--apple .service-bento-grid::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -38%;
  background:
    radial-gradient(circle at 14% 21%, color-mix(in srgb, var(--service-brand-glow), transparent 28%), transparent 31%),
    radial-gradient(circle at 85% 17%, rgba(255, 184, 219, 0.36), transparent 30%),
    radial-gradient(circle at 51% 91%, rgba(255, 217, 145, 0.34), transparent 35%);
  filter: blur(36px);
  opacity: 0.88;
  pointer-events: none;
}

.service-detail--apple .service-bento-grid a {
  position: relative;
  z-index: 1;
  min-width: 0;
  min-height: 96px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 13px;
  padding: 15px;
  padding-inline-end: 46px;
  overflow: hidden;
  border: 1px solid rgba(29, 29, 31, 0.07);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.62);
  color: var(--service-ink);
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(29, 29, 31, 0.055);
  -webkit-backdrop-filter: saturate(150%) blur(16px);
  backdrop-filter: saturate(150%) blur(16px);
  transition: transform 180ms ease-out, border-color 180ms ease, box-shadow 180ms ease;
}

.service-detail--apple .service-bento-grid a::after {
  content: "→";
  position: absolute;
  inset-inline-end: 16px;
  bottom: 15px;
  color: var(--service-tone);
  font-size: 19px;
  font-weight: 400;
  line-height: 1;
}

[dir="rtl"] .service-detail--apple .service-bento-grid a::after { content: "←"; }

.service-detail--apple .service-bento-grid a > span {
  color: var(--service-tone);
  font: 700 11px/1 ui-monospace, "SFMono-Regular", monospace;
}

.service-detail--apple .service-bento-grid a > strong {
  min-width: 0;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.25;
  overflow-wrap: break-word;
  word-break: normal;
}

.service-detail--apple .service-bento-grid a:active {
  transform: scale(0.98);
  transition-duration: 90ms;
}

.service-detail--apple .service-explainer {
  position: relative;
  max-width: none;
  margin: 0 0 clamp(34px, 5vw, 54px);
  padding: clamp(30px, 5vw, 50px);
  overflow: hidden;
  border: 1px solid rgba(29, 29, 31, 0.07);
  border-radius: 30px;
  background:
    radial-gradient(circle at 100% 0, color-mix(in srgb, var(--service-soft), transparent 18%), transparent 42%),
    #ffffff;
  box-shadow: 0 14px 42px rgba(72, 72, 86, 0.055);
}

.service-detail--apple .service-explainer::before {
  content: "";
  position: absolute;
  inset-block: 0;
  inset-inline-start: 0;
  width: 4px;
  background: var(--service-tone);
}

.service-detail--apple .service-explainer-kicker {
  max-width: 100%;
  margin: 0 0 15px;
  color: var(--service-tone);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  hyphens: auto;
}

.service-detail--apple .service-explainer h2 {
  max-inline-size: min(100%, 28ch);
  margin-bottom: 22px;
  color: var(--service-ink);
  font-size: clamp(1.8rem, 3.7vw, 2.75rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.028em;
}

.service-detail--apple .service-explainer h2::before { content: none; }

.service-detail--apple .service-explainer :is(p, li) {
  max-width: 72ch;
  color: #424245;
  overflow-wrap: break-word;
  word-break: normal;
  hyphens: auto;
}

.service-detail--apple .service-explainer-copy {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 34px);
}

.service-detail--apple .service-explainer-copy > p {
  margin: 0;
}

.service-detail--apple .service-explainer-copy > .citations {
  grid-column: 1 / -1;
  margin-top: 0;
}

.service-detail--apple .service-explainer > :last-child { margin-bottom: 0; }

.service-detail--apple .article-layout {
  gap: clamp(28px, 5vw, 50px);
}

.service-detail--apple .article-copy {
  min-width: 0;
  padding: clamp(32px, 5vw, 52px);
  overflow: hidden;
  border: 1px solid rgba(29, 29, 31, 0.055);
  border-radius: 32px;
  background: #ffffff;
  box-shadow: 0 16px 48px rgba(72, 72, 86, 0.055);
}

.service-detail--apple .article-copy > :is(.article-section, .faq-section) {
  margin: 0;
  padding: clamp(50px, 7vw, 72px) 0;
  border: 0;
  border-top: 1px solid var(--service-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.service-detail--apple .article-copy > :first-child {
  padding-top: 0;
  border-top: 0;
}

.service-detail--apple .article-copy > .service-explainer {
  margin: 0 0 24px;
  padding: clamp(26px, 4vw, 40px);
  border: 1px solid rgba(29, 29, 31, 0.06);
  border-radius: 24px;
  background: #f8f8fa;
  box-shadow: none;
}

.service-detail--apple .article-copy > .service-explainer::before { width: 3px; }
.service-detail--apple .article-copy > .section--tint::before { display: none; }

.service-detail--apple :is(.article-section, .faq-section) h2 {
  margin-bottom: 22px;
  color: var(--service-ink);
  font-size: clamp(1.75rem, 3.6vw, 2.55rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.028em;
}

.service-detail--apple :is(.article-section, .faq-section) h2::before { content: none; }

.service-detail--apple .article-section :is(p, li) {
  max-width: 68ch;
  color: #424245;
  overflow-wrap: break-word;
  word-break: normal;
  hyphens: auto;
}

.service-detail--apple .citations {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 24px;
  font-size: 13px;
}

.service-detail--apple .citations a {
  min-width: 0;
  max-width: 100%;
  min-height: 44px;
  padding: 8px 12px;
  overflow-wrap: anywhere;
  border: 0;
  border-radius: 999px;
  background: var(--service-soft);
  color: var(--service-tone);
  text-decoration: none;
}

.service-detail--apple .pricing-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));
}

.service-detail--apple .price-card {
  border-color: transparent;
  background: #f5f5f7;
  box-shadow: none;
}

.service-detail--apple .price { color: var(--service-tone); }

.service-detail--apple .faq-section .section-heading { margin-bottom: 12px; }
.service-detail--apple .faq-item { border-top-color: var(--service-line); }

.service-detail--apple .faq-item p {
  overflow-wrap: break-word;
  word-break: normal;
  hyphens: auto;
}

.service-detail--apple .faq-item summary {
  position: relative;
  min-height: 64px;
  padding-block: 20px;
  padding-inline: 0 46px;
  color: var(--service-ink);
  font-weight: 650;
  list-style: none;
}

.service-detail--apple .faq-item summary::-webkit-details-marker { display: none; }

.service-detail--apple .faq-item summary::after {
  content: "+";
  position: absolute;
  inset-block-start: 50%;
  inset-inline-end: 0;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #f2f2f7;
  color: var(--service-ink);
  font-size: 20px;
  font-weight: 450;
  line-height: 1;
  transform: translateY(-50%);
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}

.service-detail--apple .faq-item[open] summary::after {
  background: var(--service-action);
  color: #ffffff;
  transform: translateY(-50%) rotate(45deg);
}

.service-detail--apple .faq-item summary:active { background: rgba(29, 29, 31, 0.03); }

.service-detail--apple .references ol { padding-inline-start: 1.35rem; }
.service-detail--apple .references li { padding-block: 6px; }

.service-detail--apple .references a {
  min-width: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
  color: var(--service-tone);
}

.service-detail--apple .disclosure {
  margin-top: 28px;
  padding: 24px;
  border: 0;
  border-inline-start: 4px solid var(--service-tone);
  border-radius: 20px;
  background: #f5f5f7;
  color: var(--service-muted);
  box-shadow: none;
}

.service-detail--apple .disclosure p:last-child { margin-bottom: 0; }

.service-detail--apple .author-card {
  position: sticky;
  top: 88px;
  overflow: hidden;
  border-color: rgba(29, 29, 31, 0.06);
  background: #ffffff;
  box-shadow: 0 12px 36px rgba(72, 72, 86, 0.055);
}

.service-detail--apple .author-card::before { content: none; }
.service-detail--apple .author-card a { color: var(--service-tone); }

.service-detail--apple .service-article > .content-section {
  margin-top: 50px;
  padding-block: clamp(52px, 7vw, 80px);
}

.service-detail--apple .service-article > .content-section .editorial-card {
  border-color: rgba(29, 29, 31, 0.06);
  background: #ffffff;
  box-shadow: none;
}

.service-detail--apple .service-article > .content-section .text-link { color: var(--service-tone); }

.service-detail--apple .contact-panel {
  overflow: hidden;
  border: 1px solid rgba(29, 29, 31, 0.055);
  background:
    radial-gradient(circle at 92% 0, color-mix(in srgb, var(--service-tone), transparent 85%), transparent 38%),
    radial-gradient(circle at 4% 100%, color-mix(in srgb, var(--service-brand-glow), transparent 67%), transparent 40%),
    #ffffff;
  color: var(--service-ink);
  box-shadow: 0 20px 60px rgba(72, 72, 86, 0.075);
}

.service-detail--apple .contact-panel .eyebrow { color: var(--service-tone); }

.service-detail--apple .contact-panel .button--primary {
  border-color: rgba(0, 0, 0, 0.86);
  background: linear-gradient(180deg, #303034 0%, #09090a 72%);
  color: #ffffff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 12px 28px rgba(9, 9, 11, 0.22);
}

.service-detail--apple .contact-panel .button--secondary {
  border-color: rgba(29, 29, 31, 0.09);
  background: rgba(255, 255, 255, 0.58);
  color: var(--service-tone);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72), 0 8px 20px rgba(29, 29, 31, 0.06);
}

.service-detail--apple :is(
  .service-bento-grid a,
  .service-hero-copy > .cta-row .button,
  .faq-item summary,
  .citations a
):focus-visible {
  outline: 3px solid var(--service-tone);
  outline-offset: 4px;
}

@media (hover: hover) and (pointer: fine) {
  .service-detail--apple .service-hero-copy > .cta-row .button:hover { opacity: 1; }

  .service-detail--apple .service-hero-copy > .cta-row .button--primary:hover {
    background: linear-gradient(180deg, #3a3a3f 0%, #111113 72%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22), 0 15px 34px rgba(9, 9, 11, 0.26);
  }

  .service-detail--apple .service-hero-copy > .cta-row .button--secondary:hover { color: var(--service-action-hover); }

  .service-detail--apple .service-bento-grid a:hover {
    transform: translateY(-2px);
    border-color: color-mix(in srgb, var(--service-tone), transparent 72%);
    box-shadow: 0 12px 28px rgba(29, 29, 31, 0.09);
  }

  .service-detail--apple .faq-item summary:hover::after { background: #e8e8ed; }
}

html:where([lang="ar"], [lang="ja"], [lang="zh-Hans"]) .service-detail--apple :is(.service-hero h1, .service-explainer h2, .article-section h2) {
  letter-spacing: normal;
}

html[lang="ar"] .service-detail--apple :is(.service-hero h1, .service-explainer h2, .article-section h2) {
  line-height: 1.15;
}

html:where([lang="ja"], [lang="zh-Hans"]) .service-detail--apple :is(h1, h2, h3, .service-bento-grid strong) {
  line-break: strict;
  word-break: normal;
  overflow-wrap: break-word;
}

html:where([lang="de"], [lang="ru"]) .service-detail--apple .service-hero h1 {
  font-size: clamp(2.6rem, 4.6vw, 4.35rem);
  letter-spacing: -0.03em;
}

@media (max-width: 980px) {
  .service-detail--apple .service-hero {
    grid-template-columns: minmax(0, 1fr) minmax(310px, 0.72fr);
    gap: 34px;
    padding: 42px;
  }

  .service-detail--apple .service-hero h1 { font-size: clamp(2.65rem, 6vw, 4.15rem); }
  .service-detail--apple .author-card { position: static; top: auto; }
}

@media (max-width: 760px) {
  .service-detail--apple .service-hero {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .service-detail--apple .service-bento { display: contents; }

  .service-detail--apple .service-bento-brand {
    order: 1;
    min-height: 168px;
    flex-direction: row;
    align-items: flex-end;
    gap: 12px;
    padding: 22px;
  }

  .service-detail--apple .service-bento-brand > .service-logo-stack .service-logo-shell {
    inline-size: 100px;
    block-size: 100px;
  }

  .service-detail--apple .service-bento-brand > p {
    width: auto;
    max-width: none;
    flex: 1 1 auto;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
    margin: 0;
    text-align: end;
  }

  .service-detail--apple .service-bento-brand > p strong {
    inline-size: 100%;
    max-inline-size: 100%;
    font-size: clamp(1.05rem, 5vw, 1.35rem);
    overflow-wrap: break-word;
    text-wrap: balance;
  }

  .service-detail--apple .service-hero-copy { order: 2; }
  .service-detail--apple .service-bento-grid { order: 3; }
}

@media (max-width: 640px) {
  .service-detail--apple {
    width: min(100% - 20px, 1180px);
  }

  .service-detail--apple .breadcrumbs {
    padding-top: 4px;
    font-size: 12px;
  }

  .service-detail--apple .service-hero {
    gap: 30px;
    margin-block: 8px 38px;
    padding: 20px 18px 24px;
    border-radius: 29px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.98), 0 14px 42px rgba(72, 72, 86, 0.08);
  }

  .service-detail--apple .service-bento-brand {
    min-height: 150px;
    padding: 18px;
    border-radius: 24px;
  }

  .service-detail--apple .service-bento-brand > .service-logo-stack .service-logo-shell {
    inline-size: 88px;
    block-size: 88px;
    padding: 7px;
    border-radius: 24px;
  }

  .service-detail--apple .service-bento-brand > .service-logo-stack .service-logo-shell:not(:only-child) {
    inline-size: 72px;
    block-size: 72px;
    border-radius: 20px;
  }

  .service-detail--apple .service-bento-brand > .service-logo-stack .service-logo-shell + .service-logo-shell {
    margin-inline-start: -20px;
  }

  .service-detail--apple .service-bento-brand > p strong { font-size: 1.35rem; }
  .service-detail--apple .service-bento-brand > p span { font-size: 9px; }

  .service-detail--apple .service-hero .eyebrow {
    min-height: 30px;
    margin-bottom: 18px;
    padding: 5px 10px;
    font-size: 11px;
  }

  .service-detail--apple .service-hero h1,
  html:where([lang="de"], [lang="ru"]) .service-detail--apple .service-hero h1 {
    max-inline-size: 100%;
    margin-bottom: 19px;
    font-size: clamp(2.08rem, 10.2vw, 2.6rem);
    line-height: 1.06;
    letter-spacing: -0.036em;
  }

  .service-detail--apple .service-hero .hero-lede {
    max-width: 100%;
    font-size: 1rem;
    line-height: 1.53;
  }

  .service-detail--apple .service-hero-copy > .cta-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3px;
    margin-top: 23px;
  }

  .service-detail--apple .service-hero-copy > .cta-row .button {
    min-width: 0;
    max-width: 100%;
    min-height: 48px;
    white-space: normal;
    overflow-wrap: break-word;
    word-break: normal;
  }

  .service-detail--apple .service-hero-copy > .cta-row .button--secondary {
    width: auto;
    justify-self: center;
  }

  .service-detail--apple .service-meta {
    gap: 5px 10px;
    margin-top: 16px;
  }

  .service-detail--apple .service-meta li {
    min-height: 28px;
    font-size: 11px;
  }

  .service-detail--apple .service-bento-grid { gap: 8px; }

  .service-detail--apple .service-bento-grid a {
    min-height: 84px;
    gap: 10px;
    padding: 13px;
    padding-inline-end: 42px;
    border-radius: 19px;
  }

  .service-detail--apple .service-bento-grid a > strong { font-size: 13px; }

  .service-detail--apple .service-explainer {
    margin-bottom: 28px;
    padding: 27px 20px;
    border-radius: 24px;
  }

  .service-detail--apple .service-explainer h2 {
    max-inline-size: 100%;
    margin-bottom: 18px;
    font-size: 1.78rem;
  }

  .service-detail--apple .service-explainer-copy {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .service-detail--apple .article-copy > .service-explainer {
    margin-bottom: 12px;
    padding: 24px 18px;
    border-radius: 20px;
  }

  .service-detail--apple .article-copy {
    padding: 28px 19px;
    border-radius: 26px;
  }

  .service-detail--apple .article-copy > :is(.article-section, .faq-section) { padding-block: 48px; }
  .service-detail--apple .article-copy > :first-child { padding-top: 0; }

  .service-detail--apple :is(.article-section, .faq-section) h2 {
    margin-bottom: 18px;
    font-size: 1.76rem;
    line-height: 1.09;
  }

  .service-detail--apple :is(.article-section, .service-explainer) :is(p, li) {
    font-size: 1rem;
    line-height: 1.6;
  }

  .service-detail--apple :is(.author-card, .disclosure) { border-radius: 20px; }

  .service-detail--apple .service-article > .content-section {
    margin-top: 32px;
    padding-block: 44px;
  }

  .service-detail--apple .contact-panel {
    margin-block: 36px;
    padding: 34px 21px;
    border-radius: 30px;
  }
}

/* KIKAI-inspired premium action rail: one calm glass control instead of two
   unrelated pill buttons. The actions keep full native link semantics. */
.service-detail--apple .service-hero-copy > .cta-row {
  position: relative;
  isolation: isolate;
  inline-size: min(100%, 36rem);
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
  gap: 0;
  margin-block-start: 28px;
  padding: 1px;
  overflow: clip;
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 18px;
  background:
    radial-gradient(circle at 8% 0, color-mix(in srgb, var(--service-brand-primary), transparent 91%), transparent 48%),
    radial-gradient(circle at 100% 100%, color-mix(in srgb, var(--service-brand-secondary), transparent 94%), transparent 48%),
    rgba(253, 248, 252, .52);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .82),
    0 18px 38px -30px rgba(25, 22, 25, .48);
  -webkit-backdrop-filter: saturate(135%) blur(18px);
  backdrop-filter: saturate(135%) blur(18px);
}

.service-detail--apple .service-hero-copy > .cta-row::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0 0 auto;
  block-size: 1px;
  background: linear-gradient(90deg, var(--service-brand-primary), var(--service-brand-secondary) 58%, transparent 92%);
  opacity: .7;
  pointer-events: none;
}

.service-detail--apple .service-hero-copy > .cta-row .button {
  inline-size: 100%;
  min-inline-size: 0;
  max-inline-size: none;
  min-block-size: 66px;
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) 32px;
  align-items: center;
  justify-content: stretch;
  gap: 10px;
  padding: 12px 14px;
  border: 0;
  border-radius: 16px;
  background: transparent;
  color: var(--service-ink);
  box-shadow: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.24;
  letter-spacing: -.006em;
  text-align: start;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: normal;
  transition: background-color 160ms ease, transform 100ms ease-out;
}

.service-detail--apple .service-hero-copy > .cta-row .button::before {
  align-self: center;
  color: var(--service-tone-strong);
  font: 650 9px/1 ui-monospace, "SFMono-Regular", Menlo, Monaco, Consolas, monospace;
  letter-spacing: .1em;
}

.service-detail--apple .service-hero-copy > .cta-row .button::after {
  inline-size: 32px;
  block-size: 32px;
  display: grid;
  place-items: center;
  margin: 0;
  border-radius: 50%;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  transition: transform 160ms ease;
}

.service-detail--apple .service-hero-copy > .cta-row .button--primary {
  border: 0;
  background: transparent;
  color: var(--service-ink);
  box-shadow: none;
}

.service-detail--apple .service-hero-copy > .cta-row .button--primary::before { content: "01"; }
.service-detail--apple .service-hero-copy > .cta-row .button--primary::after {
  content: "↗";
  background: var(--service-ink);
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .18), 0 7px 18px rgba(25, 22, 25, .16);
}

.service-detail--apple .service-hero-copy > .cta-row .button--secondary {
  border: 0;
  border-inline-start: 1px solid rgba(25, 22, 25, .09);
  background: transparent;
  color: var(--service-tone-strong);
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.service-detail--apple .service-hero-copy > .cta-row .button--secondary::before { content: "02"; }
.service-detail--apple .service-hero-copy > .cta-row .button--secondary::after {
  content: "→";
  border: 1px solid color-mix(in srgb, var(--service-brand-primary), transparent 72%);
  background: color-mix(in srgb, var(--service-brand-primary), transparent 88%);
  color: var(--service-tone-strong);
}

[dir="rtl"] .service-detail--apple .service-hero-copy > .cta-row .button--secondary::after { content: "←"; }

.service-detail--apple .service-hero-copy > .cta-row .button:active {
  transform: scale(.985);
  background: rgba(255, 255, 255, .44);
  box-shadow: none;
}

.service-detail--apple .service-meta {
  gap: 6px 12px;
  margin-block-start: 14px;
  padding-inline: 4px;
}

.service-detail--apple .service-meta + .cta-row {
  margin-block-start: 18px;
}

@media (hover: hover) and (pointer: fine) {
  .service-detail--apple .service-hero-copy > .cta-row .button--primary:hover,
  .service-detail--apple .service-hero-copy > .cta-row .button--secondary:hover {
    background: rgba(255, 255, 255, .42);
    color: inherit;
    box-shadow: none;
  }

  .service-detail--apple .service-hero-copy > .cta-row .button:hover::after {
    transform: translate(2px, -1px);
  }
}

@media (max-width: 640px) {
  .service-detail--apple .service-hero-copy > .cta-row {
    grid-template-columns: minmax(0, 1fr);
    margin-block-start: 24px;
  }

  .service-detail--apple .service-hero-copy > .cta-row .button {
    min-block-size: 60px;
    grid-template-columns: 24px minmax(0, 1fr) 32px;
    padding: 10px 13px;
  }

  .service-detail--apple .service-hero-copy > .cta-row .button--secondary {
    inline-size: 100%;
    justify-self: stretch;
    border-inline-start: 0;
    border-block-start: 1px solid rgba(25, 22, 25, .09);
  }
}

@media (prefers-reduced-motion: reduce) {
  .service-detail--apple .service-hero-copy > .cta-row .button,
  .service-detail--apple .service-hero-copy > .cta-row .button::after {
    transition: none;
  }

  .service-detail--apple .service-hero-copy > .cta-row .button:active,
  .service-detail--apple .service-hero-copy > .cta-row .button:hover::after {
    transform: none;
  }
}

@media (prefers-reduced-transparency: reduce) {
  .service-detail--apple .service-hero-copy > .cta-row {
    background: #fdf8fc;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
}

@media (prefers-contrast: more) {
  .service-detail--apple .service-hero-copy > .cta-row {
    border-color: var(--service-ink);
    background: #fdf8fc;
    box-shadow: none;
  }

  .service-detail--apple .service-hero-copy > .cta-row .button--secondary {
    border-color: var(--service-ink);
  }
}

@media (forced-colors: active) {
  .service-detail--apple .service-hero-copy > .cta-row,
  .service-detail--apple .service-hero-copy > .cta-row .button,
  .service-detail--apple .service-hero-copy > .cta-row .button::after {
    border: 1px solid CanvasText;
    background: Canvas;
    color: CanvasText;
    box-shadow: none;
  }
}

@media (max-width: 360px) {
  .service-detail--apple { width: min(100% - 16px, 1180px); }

  .service-detail--apple .service-hero {
    gap: 26px;
    padding-inline: 15px;
  }

  .service-detail--apple .service-bento-brand { padding: 15px; }
  .service-detail--apple .service-bento-brand > .service-logo-stack .service-logo-shell {
    inline-size: 80px;
    block-size: 80px;
  }

  .service-detail--apple .service-bento-brand > .service-logo-stack .service-logo-shell:not(:only-child) {
    inline-size: 66px;
    block-size: 66px;
  }

  .service-detail--apple .service-hero h1,
  html:where([lang="de"], [lang="ru"]) .service-detail--apple .service-hero h1 {
    font-size: clamp(2.02rem, 10.6vw, 2.4rem);
  }

  .service-detail--apple .service-bento-grid { grid-template-columns: 1fr; }

  .service-detail--apple .service-bento-grid a {
    min-height: 76px;
    padding: 12px;
    padding-inline-end: 40px;
  }

  .service-detail--apple .service-bento-grid a::after { inset-inline-end: 13px; bottom: 13px; }
}

@media (prefers-reduced-motion: reduce) {
  .service-detail--apple :is(.service-hero-copy > .cta-row .button, .service-bento-grid a, .faq-item summary):active {
    transform: none;
    opacity: 0.78;
  }

  .service-detail--apple .service-bento-grid a,
  .service-detail--apple .faq-item summary::after { transition: none; }
}

@media (prefers-reduced-transparency: reduce) {
  .service-detail--apple :is(.service-hero, .service-bento-grid, .service-bento-grid a, .service-explainer, .article-copy, .author-card, .contact-panel, .disclosure),
  .service-detail--apple .service-hero-copy > .cta-row .button--secondary {
    background: #fdf8fc;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .service-detail--apple .service-bento-grid::before { opacity: .1; }
}

@media (prefers-contrast: more) {
  .service-detail--apple :is(.service-hero, .service-bento-brand, .service-bento-grid, .service-bento-grid a, .service-explainer, .article-copy, .author-card, .contact-panel, .disclosure) {
    border-color: var(--service-ink);
    box-shadow: none;
  }

  .service-detail--apple :is(.service-hero .hero-lede, .service-meta li, .service-explainer p, .article-section p, .article-section li) {
    color: var(--service-ink);
  }

  .service-detail--apple :is(.service-hero, .service-bento-grid, .service-bento-grid a, .service-explainer, .article-copy, .author-card, .contact-panel, .disclosure) {
    background: #fdf8fc;
  }

  .service-detail--apple .service-bento-grid::before { content: none; }

  .service-detail--apple .service-bento-brand {
    background: var(--service-brand-end);
  }
}

@media (forced-colors: active) {
  .service-detail--apple :is(.service-hero, .service-bento-brand, .service-bento-grid, .service-bento-grid a, .service-explainer, .article-copy, .author-card, .contact-panel, .disclosure) {
    border: 1px solid CanvasText;
    background: Canvas;
    color: CanvasText;
    box-shadow: none;
  }

  .service-detail--apple .service-bento-brand :is(strong, span) { color: CanvasText; }
  .service-detail--apple .service-bento-grid::before { content: none; }
  .service-detail--apple .service-explainer::before { background: Highlight; }
}

/* Warm translucent service presentation matched to the shared KIKAI material. */
.service-detail--apple {
  --service-ink: #191619;
  --service-muted: #5c575c;
}

.service-detail--apple .service-hero {
  border-radius: 24px;
  border-color: rgba(25,22,25,.07);
  background:
    linear-gradient(rgba(253,248,252,.68), rgba(253,248,252,.68)),
    radial-gradient(circle at 12% 35%, color-mix(in srgb, var(--service-brand-primary), transparent 40%) 0, transparent 38%),
    radial-gradient(circle at 84% 18%, color-mix(in srgb, var(--service-brand-secondary), transparent 42%) 0, transparent 37%),
    radial-gradient(circle at 38% 88%, rgba(211,207,210,.72) 0, transparent 42%),
    #625b61;
  box-shadow: 0 12px 22px -20px rgba(25,22,25,.32);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.service-detail--apple .service-hero h1 {
  color: var(--service-ink);
  font-weight: 600;
  letter-spacing: -.028em;
}

.service-detail--apple .service-hero .eyebrow {
  border: 1px solid color-mix(in srgb, var(--service-brand-primary), transparent 76%);
  background: color-mix(in srgb, var(--service-brand-primary), transparent 90%);
  color: var(--service-tone);
  font-weight: 500;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.48);
}

.service-detail--apple :is(
  .service-explainer-kicker,
  .faq-section .section-heading .eyebrow,
  .contact-panel .eyebrow
) {
  color: var(--service-tone);
}

.service-detail--apple .service-hero-copy > .cta-row .button--primary,
.service-detail--apple .contact-panel .button--primary {
  border-color: transparent;
  background: rgba(20,18,20,.88);
  box-shadow: 0 2px 12px rgba(25,22,25,.16);
}

.service-detail--apple .service-hero-copy > .cta-row .button--secondary,
.service-detail--apple .contact-panel .button--secondary {
  color: var(--service-tone-strong);
  border-color: transparent;
  background: rgba(211,207,210,.88);
  box-shadow: 0 2px 12px rgba(25,22,25,.16);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

@media (hover: hover) and (pointer: fine) {
  .service-detail--apple .service-hero-copy > .cta-row .button--primary:hover,
  .service-detail--apple .contact-panel .button--primary:hover {
    background: rgba(20,18,20,.96);
    box-shadow: 0 3px 14px rgba(25,22,25,.18);
  }

  .service-detail--apple .service-hero-copy > .cta-row .button--secondary:hover,
  .service-detail--apple .contact-panel .button--secondary:hover {
    color: var(--service-tone-strong);
    background: rgba(224,220,223,.96);
    box-shadow: 0 3px 14px rgba(25,22,25,.17);
  }
}

.service-detail--apple .service-bento-grid {
  gap: 1px;
  padding: 1px;
  border-color: rgba(25,22,25,.07);
  border-radius: 18px;
  background: rgba(253,248,252,.64);
  box-shadow: 0 12px 22px -20px rgba(25,22,25,.32);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.service-detail--apple .service-bento-grid::before {
  background:
    radial-gradient(circle at 12% 35%, color-mix(in srgb, var(--service-brand-primary), transparent 40%) 0, transparent 38%),
    radial-gradient(circle at 84% 18%, color-mix(in srgb, var(--service-brand-secondary), transparent 42%) 0, transparent 37%),
    radial-gradient(circle at 38% 88%, rgba(211,207,210,.72) 0, transparent 42%),
    #625b61;
  filter: blur(54px) saturate(.72);
  opacity: .68;
}
.service-detail--apple .service-bento-grid a {
  border: 0;
  border-radius: 0;
  background: rgba(253,248,252,.12);
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}
.service-detail--apple .service-bento-grid a:hover {
  border-color: transparent;
  background: rgba(253,248,252,.5);
  box-shadow: none;
  transform: translateY(-1px);
}
.service-detail--apple .service-bento-grid a > span {
  color: var(--service-tone-strong);
  font: 400 10px/1 "Helvetica Neue", Helvetica, -apple-system, BlinkMacSystemFont, sans-serif;
  letter-spacing: .12em;
}
.service-detail--apple .service-bento-grid a::after { color: var(--service-tone-strong); }
.service-detail--apple .service-bento-grid a > strong {
  color: var(--service-ink);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -.012em;
}

.service-detail--apple :is(.service-explainer, .article-copy, .author-card, .disclosure) {
  border-color: rgba(255,255,255,.58);
  background: rgba(253,248,252,.72);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.52), 0 18px 46px -34px rgba(25,22,25,.3);
}
.service-detail--apple .contact-panel {
  border-color: rgba(255,255,255,.58);
  background:
    radial-gradient(circle at 92% 0, color-mix(in srgb, var(--service-brand-primary), transparent 82%), transparent 38%),
    radial-gradient(circle at 4% 100%, color-mix(in srgb, var(--service-brand-secondary), transparent 70%), transparent 40%),
    rgba(253,248,252,.72);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.52), 0 18px 46px -30px rgba(25,22,25,.3);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.service-detail--apple :is(.service-explainer h2, .article-section h2, .contact-panel h2) {
  color: var(--service-ink);
  font-weight: 600;
  letter-spacing: -.022em;
}

@supports not ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {
  .service-detail--apple :is(.service-hero, .service-bento-grid, .service-bento-grid a, .service-explainer, .article-copy, .author-card, .contact-panel, .disclosure) { background: rgba(253,248,252,.96); }
}

@media (max-width: 640px) {
  .service-detail--apple .service-hero { border-radius: 20px; }
}

/* Editorial reading system: keep every SEO paragraph visible, but give long-form
   service copy a calm heading rail and a deliberately measured reading column. */
.service-detail--apple :is(.service-explainer, .article-copy) {
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", Helvetica, Inter, system-ui, sans-serif;
  font-optical-sizing: auto;
}

.service-detail--apple .service-explainer {
  display: grid;
  grid-template-columns: minmax(13rem, 0.72fr) minmax(0, 1.55fr);
  grid-template-rows: auto 1fr;
  align-items: start;
  column-gap: clamp(38px, 5vw, 68px);
  row-gap: 13px;
  padding: clamp(38px, 5.5vw, 58px);
}

.service-detail--apple .service-explainer-kicker {
  grid-column: 1;
  grid-row: 1;
  margin: 0;
}

.service-detail--apple .service-explainer h2 {
  grid-column: 1;
  grid-row: 2;
  max-inline-size: 17ch;
  margin: 0;
}

.service-detail--apple .service-explainer h2::after,
.service-detail--apple .article-copy > .article-section > h2::after,
.service-detail--apple .article-copy > .faq-section .section-heading h2::after {
  content: "";
  inline-size: 34px;
  block-size: 2px;
  display: block;
  margin-block-start: 22px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--service-tone), transparent 18%);
}

.service-detail--apple .service-explainer-copy {
  grid-column: 2;
  grid-row: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-content: start;
  gap: 1.05rem;
}

.service-detail--apple .service-explainer-copy > p {
  max-inline-size: 68ch;
  margin: 0;
}

.service-detail--apple .service-explainer-copy > .citations {
  grid-column: 1;
  margin-block-start: 0.45rem;
}

.service-detail--apple .article-layout {
  grid-template-columns: minmax(0, 1fr) minmax(210px, 230px);
  gap: clamp(34px, 4.5vw, 52px);
}

.service-detail--apple .article-copy {
  padding: clamp(38px, 4.8vw, 54px);
}

.service-detail--apple .article-copy > :is(.article-section, .faq-section) {
  display: grid;
  grid-template-columns: minmax(10rem, 12.5rem) minmax(0, 1fr);
  align-items: start;
  column-gap: clamp(30px, 3.8vw, 46px);
  padding-block: clamp(58px, 7vw, 78px);
}

.service-detail--apple .article-copy > .article-section > h2 {
  grid-column: 1;
  grid-row: 1;
  min-width: 0;
  max-inline-size: 13ch;
  margin: 0;
  font-size: clamp(1.65rem, 2.7vw, 2.3rem);
  line-height: 1.09;
  overflow-wrap: break-word;
  hyphens: auto;
}

.service-detail--apple .article-copy > .article-section > :not(h2) {
  grid-column: 2;
  min-width: 0;
}

.service-detail--apple .article-section :is(p, li),
.service-detail--apple .faq-item p,
.service-detail--apple .disclosure p {
  max-inline-size: 68ch;
  color: #3f3b3f;
  font-size: 1.035rem;
  line-height: 1.72;
  letter-spacing: -0.006em;
  text-wrap: pretty;
  orphans: 3;
  widows: 3;
}

.service-detail--apple .article-section .price {
  color: var(--service-tone);
}

.service-detail--apple .service-article > .content-section .service-card .text-link {
  color: var(--service-card-tone);
}

.service-detail--apple .article-copy > .article-section > :is(ul, ol) {
  inline-size: 100%;
  max-inline-size: 68ch;
  margin-block: 0 1.15em;
}

.service-detail--apple .article-copy > .article-section > :last-child {
  margin-block-end: 0;
}

.service-detail--apple .article-copy > .faq-section .section-heading {
  grid-column: 1;
  min-width: 0;
  margin: 0;
}

.service-detail--apple .article-copy > .faq-section .section-heading h2 {
  max-inline-size: 13ch;
  margin: 0;
  font-size: clamp(1.65rem, 2.7vw, 2.3rem);
  line-height: 1.09;
  overflow-wrap: break-word;
  hyphens: auto;
}

.service-detail--apple .article-copy > .faq-section .section-heading .eyebrow {
  margin-block-end: 13px;
  color: var(--service-tone);
}

.service-detail--apple .article-copy > .faq-section .faq-list {
  grid-column: 2;
  min-width: 0;
  max-width: none;
}

.service-detail--apple .article-copy > .references > ol {
  grid-column: 2;
  min-width: 0;
  max-inline-size: 68ch;
  margin: 0;
}

.service-detail--apple .article-copy > .service-explainer {
  margin: 0;
  padding: 0 0 clamp(50px, 6vw, 68px);
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.service-detail--apple .article-copy > .service-explainer::before {
  display: none;
}

html:where([lang="ar"], [lang="ja"], [lang="zh-Hans"]) .service-detail--apple :is(
  .service-explainer-copy p,
  .article-section p,
  .article-section li,
  .faq-item p,
  .disclosure p
) {
  letter-spacing: normal;
  line-height: 1.78;
}

@media (max-width: 760px) {
  .service-detail--apple .article-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
  }

  .service-detail--apple .article-layout > .author-card {
    inline-size: 100%;
  }

  .service-detail--apple .service-explainer {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto;
    row-gap: 0;
  }

  .service-detail--apple .service-explainer-kicker,
  .service-detail--apple .service-explainer h2,
  .service-detail--apple .service-explainer-copy {
    grid-column: 1;
    grid-row: auto;
  }

  .service-detail--apple .service-explainer-kicker { margin-block-end: 14px; }

  .service-detail--apple .service-explainer h2 {
    max-inline-size: 22ch;
    margin-block-end: 24px;
  }

  .service-detail--apple .service-explainer h2::after,
  .service-detail--apple .article-copy > .article-section > h2::after,
  .service-detail--apple .article-copy > .faq-section .section-heading h2::after {
    margin-block-start: 17px;
  }

  .service-detail--apple .article-copy > :is(.article-section, .faq-section) {
    grid-template-columns: minmax(0, 1fr);
    column-gap: 0;
  }

  .service-detail--apple .article-copy > .article-section > h2,
  .service-detail--apple .article-copy > .article-section > :not(h2),
  .service-detail--apple .article-copy > .faq-section .section-heading,
  .service-detail--apple .article-copy > .faq-section .faq-list,
  .service-detail--apple .article-copy > .references > ol {
    grid-column: 1;
    grid-row: auto;
  }

  .service-detail--apple .article-copy > .article-section > h2,
  .service-detail--apple .article-copy > .faq-section .section-heading {
    max-inline-size: 24rem;
    margin-block-end: 25px;
  }
}

@media (max-width: 640px) {
  .service-detail--apple .service-explainer {
    padding: 29px 21px;
  }

  .service-detail--apple .article-copy {
    padding: 31px 21px;
  }

  .service-detail--apple .article-copy > :is(.article-section, .faq-section) {
    padding-block: 48px;
  }

  .service-detail--apple .article-section :is(p, li),
  .service-detail--apple .faq-item p,
  .service-detail--apple .disclosure p {
    font-size: 1rem;
    line-height: 1.68;
  }
}

/* Authoritative KIKAI / Apple action navigation.
   The hero remains visible through one light material layer; the actions are
   typography, not separate pill buttons. */
@media (max-width: 640px) {
  html[lang="ar"] .service-detail--apple .service-hero h1 {
    font-size: clamp(1.95rem, 8.7vw, 2.3rem);
    letter-spacing: normal;
    overflow-wrap: normal;
    word-break: normal;
  }
}

.service-detail--apple .service-meta {
  gap: 6px 12px;
  margin-block-start: 14px;
  padding-inline: 4px;
}

.service-detail--apple .service-hero-copy > .cta-row,
.service-detail--apple .service-meta + .cta-row {
  position: relative;
  isolation: isolate;
  inline-size: min(100%, 36rem);
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr);
  gap: clamp(22px, 5vw, 44px);
  margin-block-start: 22px;
  padding: 8px 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.service-detail--apple .service-hero-copy > .cta-row::before {
  content: none;
  display: none;
}

.service-detail--apple .service-hero-copy > .cta-row .button,
.service-detail--apple .service-hero-copy > .cta-row .button--primary,
.service-detail--apple .service-hero-copy > .cta-row .button--secondary {
  inline-size: 100%;
  min-inline-size: 0;
  max-inline-size: none;
  min-block-size: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 0;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: var(--service-ink);
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(.72rem, 1vw, .79rem);
  font-weight: 520;
  font-optical-sizing: auto;
  line-height: 1.35;
  letter-spacing: .1em;
  text-align: center;
  text-transform: uppercase;
  text-wrap: balance;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: normal;
  transition: background-color 150ms ease-out, color 150ms ease-out, opacity 90ms linear, transform 90ms ease-out;
}

.service-detail--apple .service-hero-copy > .cta-row .button--secondary {
  color: var(--service-ink);
  opacity: .78;
}

.service-detail--apple .service-hero-copy > .cta-row .button::before,
.service-detail--apple .service-hero-copy > .cta-row .button::after {
  content: none;
  display: none;
}

.service-detail--apple .service-hero-copy > .cta-row .button:active {
  transform: scale(.985);
  background: rgba(255, 255, 255, .1);
  opacity: .64;
  box-shadow: none;
}

.service-detail--apple .service-hero-copy > .cta-row .button:focus-visible {
  position: relative;
  z-index: 2;
  outline: 2px solid var(--service-tone-strong);
  outline-offset: 2px;
}

html:where([lang="ar"], [lang="ja"], [lang="zh-Hans"])
  .service-detail--apple
  .service-hero-copy
  > .cta-row
  .button {
  font-size: .75rem;
  line-height: 1.45;
  letter-spacing: .035em;
  text-transform: none;
}

@media (hover: hover) and (pointer: fine) {
  .service-detail--apple .service-hero-copy > .cta-row .button:hover {
    transform: translateY(-1px);
    background: transparent;
    color: var(--service-ink);
    opacity: 1;
    box-shadow: none;
  }
}

@media (max-width: 339px) {
  .service-detail--apple .service-hero-copy > .cta-row {
    grid-template-columns: minmax(0, 1fr);
    gap: 2px;
  }

  .service-detail--apple .service-hero-copy > .cta-row .button {
    justify-content: flex-start;
    min-block-size: 48px;
    font-size: .72rem;
    letter-spacing: .08em;
    text-align: start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .service-detail--apple .service-hero-copy > .cta-row .button {
    transition: none;
  }

  .service-detail--apple .service-hero-copy > .cta-row .button:active {
    transform: none;
  }
}

@media (prefers-reduced-transparency: reduce) {
  .service-detail--apple .service-hero-copy > .cta-row {
    background: transparent;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .service-detail--apple .service-hero-copy > .cta-row::before {
    display: none;
  }
}

@media (prefers-contrast: more) {
  .service-detail--apple .service-hero-copy > .cta-row {
    border-block: 1px solid var(--service-ink);
    background: transparent;
    box-shadow: none;
  }

  .service-detail--apple .service-hero-copy > .cta-row .button {
    color: var(--service-ink);
    font-weight: 650;
    opacity: 1;
  }
}

@media (forced-colors: active) {
  .service-detail--apple .service-hero-copy > .cta-row {
    border-block: 1px solid CanvasText;
    background: transparent;
    box-shadow: none;
  }

  .service-detail--apple .service-hero-copy > .cta-row::before { display: none; }

  .service-detail--apple .service-hero-copy > .cta-row .button {
    background: Canvas;
    color: LinkText;
    box-shadow: none;
  }
}
