/* ============================================================
   Instagram Followers service — dark brand, phone-first flow
   ============================================================ */

/* ── Arrive from bubble: soft brand flash + content rise ── */
html.sa-bridge-enter #page-loader {
  display: none !important;
}
html.sa-bridge-enter::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 40;
  pointer-events: none;
  animation: saArriveFlash 0.35s ease-out forwards;
}
html.sa-bridge-ig::before {
  background: radial-gradient(ellipse 80% 60% at 50% 30%, rgba(225,48,108,0.35), transparent 70%);
}
html.sa-bridge-tt::before {
  background: radial-gradient(ellipse 80% 60% at 50% 30%, rgba(37,244,238,0.28), transparent 70%);
}
html.sa-bridge-sp::before {
  background: radial-gradient(ellipse 80% 60% at 50% 30%, rgba(0,210,122,0.32), transparent 70%);
}
@keyframes saArriveFlash {
  0% { opacity: 1; }
  100% { opacity: 0; }
}
html.sa-bridge-enter .svc-main {
  animation: saArriveUp 0.28s cubic-bezier(0.16, 1, 0.3, 1) both;
}
@keyframes saArriveUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

body.svc {
  --bg: #070a08;
  --bg-elev: rgba(255,255,255,0.05);
  --bg-elev-2: rgba(255,255,255,0.08);
  --ink: #f4f7f5;
  --ink-dim: rgba(244,247,245,0.62);
  --ink-faint: rgba(244,247,245,0.38);
  --border: rgba(255,255,255,0.1);
  --accent: #00d27a;
  --accent-2: #3dffb0;
  --ig-a: #f09433;
  --ig-b: #e1306c;
  --ig-c: #833ab4;
  --nav-h: 52px;
  --bar-h: 76px;
  --safe-b: env(safe-area-inset-bottom, 0px);
  --safe-t: env(safe-area-inset-top, 0px);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-spring: cubic-bezier(0.34, 1.35, 0.64, 1);

  font-family: 'Geist', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  background: var(--bg);
  color: var(--ink);
  min-height: 100svh;
  padding-bottom: calc(var(--bar-h) + var(--safe-b) + 12px);
  overflow-x: clip;
  overscroll-behavior: none;
  overscroll-behavior-x: none;
}

body.svc .proto-banner { display: none !important; }

/* Stage */
.svc-stage {
  position: fixed; inset: 0; z-index: 0;
  pointer-events: none; overflow: hidden;
}
.svc-glow {
  position: absolute; border-radius: 50%;
  filter: blur(56px); opacity: 0.55;
}
.svc-glow-a {
  width: min(90vw, 420px); height: min(90vw, 420px);
  left: 50%; top: -8%;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(225,48,108,0.28), transparent 68%);
}
.svc-glow-b {
  width: min(55vw, 260px); height: min(55vw, 260px);
  right: -8%; top: 40%;
  background: radial-gradient(circle, rgba(131,58,180,0.22), transparent 70%);
}
.svc-mesh {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: radial-gradient(ellipse 90% 60% at 50% 20%, #000 10%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse 90% 60% at 50% 20%, #000 10%, transparent 75%);
}

/* Nav */
.svc-nav {
  background: rgba(7,10,8,0.7) !important;
  border-bottom: 1px solid transparent !important;
  backdrop-filter: blur(18px) saturate(1.2);
  -webkit-backdrop-filter: blur(18px) saturate(1.2);
}
.svc-nav.is-scrolled {
  border-bottom-color: rgba(255,255,255,0.06) !important;
}
.svc-nav .nav-logo img.word { height: 17px; }
.svc-nav .nav-back {
  font-size: 13px; font-weight: 500;
  color: var(--ink-dim);
  padding: 8px 10px;
  border-radius: 8px;
  transition: color 0.15s, background 0.15s;
}
.svc-nav .nav-back:hover { color: #fff; background: rgba(255,255,255,0.06); }
.svc-nav .nav-link {
  display: none;
  font-size: 13px; font-weight: 500;
  color: var(--ink-dim);
  padding: 8px 10px;
}

/* Main */
.svc-main {
  position: relative; z-index: 1;
  max-width: 520px;
  margin: 0 auto;
  padding: calc(var(--nav-h) + var(--safe-t) + 18px) 16px 24px;
}

/* Hero */
.svc-hero { margin-bottom: 28px; }
.svc-badge {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 10px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase;
  color: #ff8ab8;
  background: linear-gradient(135deg, rgba(240,148,51,0.12), rgba(225,48,108,0.16));
  border: 1px solid rgba(225,48,108,0.28);
  padding: 6px 12px; border-radius: 999px;
  margin-bottom: 14px;
}
.svc-badge i {
  width: 6px; height: 6px; border-radius: 50%;
  background: linear-gradient(135deg, #f09433, #e1306c);
  box-shadow: 0 0 0 0 rgba(225,48,108,0.5);
  animation: svcPulse 2s ease-out infinite;
}
@keyframes svcPulse {
  0% { box-shadow: 0 0 0 0 rgba(225,48,108,0.5); }
  70% { box-shadow: 0 0 0 8px rgba(225,48,108,0); }
  100% { box-shadow: 0 0 0 0 rgba(225,48,108,0); }
}
.svc-hero h1 {
  font-size: clamp(30px, 8.5vw, 40px);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.08;
  margin-bottom: 10px;
}
.svc-hero h1 em {
  font-family: 'Instrument Serif', Georgia, serif;
  font-style: italic;
  font-weight: 400;
  background: linear-gradient(115deg, #fff 0%, #f09433 35%, #e1306c 65%, #c13584 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.svc-lead {
  font-size: 15px;
  color: var(--ink-dim);
  line-height: 1.45;
  max-width: 32ch;
  margin-bottom: 22px;
}

/* Steps */
.svc-steps {
  display: flex;
  align-items: center;
  gap: 0;
  padding: 10px 12px;
  background: var(--bg-elev);
  border: 1px solid var(--border);
  border-radius: 16px;
  backdrop-filter: blur(10px);
}
.svc-step {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  opacity: 0.4;
  transition: opacity 0.35s var(--ease), transform 0.35s var(--ease);
}
.svc-step.is-active {
  opacity: 1;
  transform: translateY(-1px);
}
.svc-step.is-done { opacity: 0.85; }
.svc-step-n {
  width: 26px; height: 26px; border-radius: 9px;
  display: flex; align-items: center; justify-content: center;
  font-size: 12px; font-weight: 700;
  background: rgba(255,255,255,0.06);
  border: 1px solid var(--border);
  transition: background 0.3s, border-color 0.3s, color 0.3s, box-shadow 0.3s;
}
.svc-step.is-active .svc-step-n {
  background: linear-gradient(135deg, #e1306c, #833ab4);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 8px 20px -8px rgba(225,48,108,0.7);
}
.svc-step.is-done .svc-step-n {
  background: rgba(0,210,122,0.15);
  border-color: rgba(0,210,122,0.3);
  color: var(--accent-2);
}
.svc-step-l {
  font-size: 10px; font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ink-faint);
}
.svc-step.is-active .svc-step-l { color: var(--ink); }
.svc-step-line {
  width: 18px; height: 1px;
  background: var(--border);
  flex-shrink: 0;
  margin-bottom: 14px;
}

/* Sections */
.svc-section {
  margin-bottom: 28px;
  transition: opacity 0.4s var(--ease), filter 0.4s;
}
.svc-section.is-dim {
  opacity: 0.38;
  filter: grayscale(0.2);
  pointer-events: none;
}
.svc-section.is-open {
  opacity: 1;
  filter: none;
  pointer-events: auto;
}
.svc-section-head {
  margin-bottom: 14px;
}
.svc-section-head h2 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.025em;
  margin-bottom: 4px;
}
.svc-section-head p {
  font-size: 13px;
  color: var(--ink-faint);
}

/* Package cards */
.pkg-grid {
  display: flex;
  flex-direction: column;
  gap: 12px;
  /* room so “Most popular” pill isn’t clipped by neighbors */
  padding-top: 8px;
}
.pkg-card {
  position: relative;
  display: grid;
  grid-template-columns: 28px 1fr auto;
  grid-template-rows: auto auto;
  column-gap: 12px;
  row-gap: 2px;
  align-items: center;
  text-align: left;
  width: 100%;
  padding: 16px 16px 14px;
  border-radius: 18px;
  border: 1px solid var(--border);
  background:
    linear-gradient(165deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.02) 100%);
  color: inherit;
  cursor: pointer;
  /* visible so package badge can sit on the edge */
  overflow: visible;
  isolation: isolate;
  transition:
    transform 0.28s var(--ease-spring),
    border-color 0.25s,
    box-shadow 0.3s,
    background 0.25s;
  -webkit-tap-highlight-color: transparent;
  appearance: none;
  font: inherit;
}
.pkg-card:active { transform: scale(0.985); }
.pkg-card.is-selected {
  border-color: rgba(225,48,108,0.55);
  background:
    linear-gradient(165deg, rgba(225,48,108,0.14) 0%, rgba(131,58,180,0.08) 100%);
  box-shadow:
    0 0 0 1px rgba(225,48,108,0.12),
    0 18px 40px -20px rgba(225,48,108,0.45);
  transform: translateY(-2px);
  z-index: 2;
}
.pkg-card.is-popular {
  padding-top: 20px;
  margin-top: 4px;
  z-index: 1;
}
.pkg-hot {
  position: absolute;
  top: 0; left: 14px;
  transform: translateY(-50%);
  font-size: 9px; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase;
  padding: 5px 10px; border-radius: 999px;
  background: linear-gradient(135deg, #e1306c, #833ab4);
  color: #fff;
  box-shadow: 0 6px 16px -6px rgba(225,48,108,0.7);
  z-index: 3;
  white-space: nowrap;
  line-height: 1.2;
}
.pkg-shine {
  position: absolute; inset: 0;
  border-radius: inherit;
  background: radial-gradient(500px circle at var(--mx, 50%) var(--my, 30%), rgba(255,255,255,0.12), transparent 40%);
  opacity: 0;
  transition: opacity 0.25s;
  pointer-events: none;
  z-index: 0;
}
.pkg-card:hover .pkg-shine,
.pkg-card.is-selected .pkg-shine { opacity: 1; }

.pkg-radio {
  grid-column: 1;
  grid-row: 1 / span 2;
  width: 22px; height: 22px; border-radius: 50%;
  border: 2px solid rgba(255,255,255,0.2);
  position: relative;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.pkg-radio::after {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  background: linear-gradient(135deg, #e1306c, #833ab4);
  transform: scale(0);
  transition: transform 0.28s var(--ease-spring);
}
.pkg-card.is-selected .pkg-radio {
  border-color: rgba(225,48,108,0.7);
  box-shadow: 0 0 0 3px rgba(225,48,108,0.12);
}
.pkg-card.is-selected .pkg-radio::after { transform: scale(1); }

.pkg-qty {
  grid-column: 2;
  grid-row: 1;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.03em;
  font-variant-numeric: tabular-nums;
  line-height: 1.1;
}
.pkg-unit {
  grid-column: 2;
  grid-row: 2;
  font-size: 12px;
  color: var(--ink-faint);
  font-weight: 500;
}
.pkg-price {
  grid-column: 3;
  grid-row: 1;
  align-self: end;
  text-align: right;
}
.pkg-price strong {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.pkg-price-old {
  display: block;
  font-size: 11px;
  font-weight: 500;
  text-decoration: line-through;
  color: rgba(244, 247, 245, 0.4);
  letter-spacing: 0;
}
.pkg-note {
  grid-column: 3;
  grid-row: 2;
  text-align: right;
  font-size: 11px;
  color: var(--ink-faint);
  font-weight: 500;
}
.pkg-card.is-selected .pkg-price strong {
  background: linear-gradient(115deg, #fff, #ff8ab8);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* Form */
.svc-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.field { display: block; }
.field-label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--ink-dim);
  margin-bottom: 8px;
}
.field-wrap {
  display: flex;
  align-items: center;
  background: rgba(0,0,0,0.35);
  border: 1px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
  transition: border-color 0.2s, box-shadow 0.25s;
}
.field-wrap:focus-within {
  border-color: rgba(225,48,108,0.55);
  box-shadow: 0 0 0 4px rgba(225,48,108,0.12);
}
.field-prefix {
  padding: 0 0 0 14px;
  font-size: 16px;
  font-weight: 600;
  color: var(--ink-faint);
}
.field-wrap input {
  flex: 1;
  width: 100%;
  border: none;
  background: transparent;
  color: #fff;
  font: inherit;
  font-size: 16px; /* prevent iOS zoom */
  font-weight: 500;
  padding: 15px 14px;
  outline: none;
  min-width: 0;
}
.field-wrap input::placeholder { color: rgba(255,255,255,0.22); }
.field-hint {
  display: block;
  margin-top: 7px;
  font-size: 12px;
  color: var(--ink-faint);
}
.field-err {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  color: #ff6b8a;
  font-weight: 500;
}
.field.is-invalid .field-wrap {
  border-color: rgba(255,80,100,0.5);
  box-shadow: 0 0 0 4px rgba(255,80,100,0.1);
}

.svc-trust {
  list-style: none;
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.svc-trust li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  color: var(--ink-dim);
}
.svc-trust i {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 8px rgba(0,210,122,0.5);
  flex-shrink: 0;
}

/* Order card */
.order-card {
  background: var(--bg-elev);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 6px 16px;
  backdrop-filter: blur(10px);
  margin-bottom: 12px;
}
.order-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  font-size: 13px;
}
.order-row:last-of-type { border-bottom: none; }
.order-k { color: var(--ink-faint); }
.order-v {
  font-weight: 600;
  text-align: right;
  word-break: break-all;
}
.order-total {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 14px 0 10px;
  border-top: 1px solid rgba(255,255,255,0.1);
  margin-top: 2px;
  font-size: 14px;
  color: var(--ink-dim);
}
.order-total strong {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #fff;
  background: linear-gradient(115deg, #fff, #ff8ab8);
  -webkit-background-clip: text;
  background-clip: text;
}
.svc-delivery-note {
  margin: 4px 0 14px;
  padding: 14px 16px;
  border-radius: 14px;
  background: rgba(0, 210, 122, 0.08);
  border: 1px solid rgba(0, 210, 122, 0.22);
  font-size: 12.5px;
  line-height: 1.5;
  color: rgba(244, 247, 245, 0.72);
  text-align: left;
}
.svc-delivery-note strong {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #3dffb0;
  margin-bottom: 6px;
}
.svc-delivery-note em {
  font-style: normal;
  font-weight: 600;
  color: rgba(244, 247, 245, 0.92);
}
/* Delivery guarantee — gold/yellow standout */
.svc-guarantee-card {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 16px;
  padding: 14px 16px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(212, 168, 67, 0.18), rgba(184, 134, 11, 0.07));
  border: 1px solid rgba(232, 196, 92, 0.42);
  box-shadow: 0 0 0 1px rgba(212, 168, 67, 0.08), 0 8px 28px rgba(184, 134, 11, 0.12);
}
.svc-guarantee-card .svc-guarantee-mark {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  border-radius: 11px;
  display: grid;
  place-items: center;
  color: #1a1408;
  background: linear-gradient(145deg, #f0d78c, #d4a843);
  box-shadow: 0 0 16px rgba(232, 196, 92, 0.4);
}
.svc-guarantee-card .svc-guarantee-mark svg {
  display: block;
  width: 20px;
  height: 20px;
}
.svc-guarantee-card strong {
  display: block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #f5e6b8;
  margin-bottom: 3px;
}
.svc-guarantee-card p {
  margin: 0;
  font-size: 12.5px;
  line-height: 1.45;
  color: rgba(245, 230, 184, 0.72);
}
.pay-note {
  font-size: 12px;
  color: var(--ink-faint);
  line-height: 1.45;
  text-align: center;
  padding: 0 8px;
}
.pay-err {
  margin-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #ff6b8a;
  font-weight: 500;
}

/* Gift card + promo under packages (before username/email) */
.svc-gift {
  margin: 16px 0 4px;
  position: relative;
  z-index: 2;
  pointer-events: auto;
}
.svc-promo-row {
  display: flex;
  gap: 8px;
  margin-top: 12px;
}
.svc-promo-input {
  flex: 1;
  min-width: 0;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(0,0,0,0.35);
  color: #f4f7f5;
  font: inherit;
  font-size: 15px;
  outline: none;
}
.svc-promo-input:focus {
  border-color: rgba(0,210,122,0.45);
  box-shadow: 0 0 0 3px rgba(0,210,122,0.12);
}
.svc-promo-btn {
  appearance: none;
  border: none;
  border-radius: 12px;
  padding: 12px 16px;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  background: rgba(255,255,255,0.1);
  color: #f4f7f5;
  cursor: pointer;
  white-space: nowrap;
}
.svc-promo-btn:disabled { opacity: 0.5; cursor: wait; }
.svc-promo-msg {
  margin-top: 8px;
  font-size: 12px;
  color: rgba(244,247,245,0.55);
  min-height: 1.2em;
}
.svc-promo-msg.ok { color: #3dffb0; font-weight: 600; }
.svc-promo-msg.err { color: #ff6b8a; font-weight: 600; }

.giftcard-card {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  padding: 15px 17px;
  margin-bottom: 4px;
  color: #fff;
  background: linear-gradient(135deg, #0a0a0a 0%, #11342a 52%, #00a85f 132%);
  border: 1px solid rgba(255,255,255,0.09);
  box-shadow: 0 12px 32px -16px rgba(0,168,95,0.6);
  animation: gcPop 0.5s cubic-bezier(0.2,0.85,0.25,1) both;
}
.giftcard-card[hidden] { display: none !important; }
.giftcard-card::after {
  content: '';
  position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(118deg, transparent 38%, rgba(255,255,255,0.12) 49%, transparent 60%);
  animation: gcSheen 2.6s ease-in-out 0.35s infinite;
}
@keyframes gcPop {
  from { opacity: 0; transform: scale(0.95) translateY(7px); }
  to { opacity: 1; transform: none; }
}
@keyframes gcSheen {
  0%, 72%, 100% { transform: translateX(-120%); }
  86% { transform: translateX(120%); }
}
.gc-top {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 13px;
}
.gc-chip {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 10px; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; color: #3dffb0;
}
.gc-chip-ic {
  width: 24px; height: 17px; border-radius: 4px;
  background: linear-gradient(135deg, #f6d694 0%, #d6a23c 100%);
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.12);
  flex-shrink: 0;
}
.gc-brand {
  font-size: 11px; font-weight: 600; color: rgba(255,255,255,0.66);
}
.gc-balance {
  display: flex; align-items: flex-end; justify-content: space-between; gap: 10px;
}
.gc-balance-label {
  font-size: 11.5px; color: rgba(255,255,255,0.7); line-height: 1.35; max-width: 150px;
}
.gc-balance-val {
  font-size: 27px; font-weight: 700; letter-spacing: -0.03em; line-height: 1; white-space: nowrap;
}
.gc-foot {
  display: flex; align-items: center; justify-content: space-between;
  margin-top: 12px; padding-top: 11px;
  border-top: 1px solid rgba(255,255,255,0.13);
}
.gc-code {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 12px; letter-spacing: 0.09em; color: rgba(255,255,255,0.82);
}
.gc-status {
  display: inline-flex; align-items: center; gap: 5px;
  font-size: 11px; font-weight: 600; color: #3dffb0;
}
.gc-status-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: #3dffb0;
  box-shadow: 0 0 0 0 rgba(61,255,176,0.5);
  animation: svcPulse 2s ease-out infinite;
}

.svc-spacer { height: 20px; }

/* Sticky pay bar */
.pay-bar {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 80;
  padding: 0 12px calc(10px + var(--safe-b));
  pointer-events: none;
}
.pay-bar-inner {
  pointer-events: auto;
  max-width: 520px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 12px 12px 16px;
  background: rgba(12, 14, 13, 0.88);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 20px;
  backdrop-filter: blur(20px) saturate(1.2);
  -webkit-backdrop-filter: blur(20px) saturate(1.2);
  box-shadow:
    0 16px 50px -12px rgba(0,0,0,0.65),
    0 0 0 1px rgba(225,48,108,0.08);
  transform: translateY(120%);
  opacity: 0;
  transition: transform 0.5s var(--ease-spring), opacity 0.4s;
}
body.svc.is-ready .pay-bar-inner {
  transform: none;
  opacity: 1;
}
.pay-bar-sum { flex: 1; min-width: 0; }
.pay-bar-label {
  display: block;
  font-size: 11px;
  font-weight: 500;
  color: var(--ink-faint);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pay-bar-price {
  display: block;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-top: 1px;
}
.pay-bar-btn {
  appearance: none;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 18px;
  border-radius: 14px;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, #e1306c, #833ab4);
  box-shadow: 0 10px 28px -10px rgba(225,48,108,0.75);
  transition: transform 0.2s, filter 0.2s, opacity 0.2s;
  white-space: nowrap;
  min-height: 48px;
}
.pay-bar-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
  filter: grayscale(0.3);
  box-shadow: none;
}
.pay-bar-btn:not(:disabled):active { transform: scale(0.97); }
.pay-bar-btn.is-loading {
  opacity: 0.85;
  pointer-events: none;
}
.pay-bar-btn-arrow {
  transition: transform 0.2s var(--ease);
}
.pay-bar-btn:not(:disabled):hover .pay-bar-btn-arrow {
  transform: translateX(3px);
}

/* Float position above bar */
body.svc .wa-float {
  bottom: calc(var(--bar-h) + 16px + var(--safe-b)) !important;
  right: 12px;
}

/* Entrance */
.svc-hero,
.svc-section {
  opacity: 0;
  transform: translateY(14px);
  animation: svcIn 0.65s var(--ease) forwards;
}
.svc-hero { animation-delay: 0.05s; }
#step-package { animation-delay: 0.14s; }
#step-details { animation-delay: 0.22s; }
#step-pay { animation-delay: 0.28s; }
@keyframes svcIn {
  to { opacity: 1; transform: none; }
}
/* keep is-dim opacity after entrance */
.svc-section.is-dim {
  animation: svcInDim 0.65s var(--ease) forwards;
}
#step-details.is-dim { animation-delay: 0.22s; }
#step-pay.is-dim { animation-delay: 0.28s; }
@keyframes svcInDim {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 0.38; transform: none; }
}
.svc-section.is-open {
  animation: none;
  opacity: 1;
  transform: none;
}

@media (min-width: 640px) {
  body.svc { --nav-h: 64px; }
  .svc-nav .nav-link { display: inline-flex; }
  .svc-main { padding-top: calc(var(--nav-h) + 32px); }
  .pkg-grid {
    display: grid;
    grid-template-columns: 1fr;
  }
}

@media (hover: none) and (pointer: coarse) {
  html, body.svc {
    overflow-x: clip;
    overscroll-behavior: none;
    overscroll-behavior-x: none;
    overscroll-behavior-y: none;
    touch-action: pan-y;
    min-height: 100svh;
  }
  .svc-glow, .svc-glow-a, .svc-glow-b { animation: none !important; }
}

@media (prefers-reduced-motion: reduce) {
  .svc-hero, .svc-section, .svc-section.is-dim {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
  .svc-section.is-dim { opacity: 0.38 !important; }
  .pay-bar-inner { transition: none; transform: none; opacity: 1; }
  .svc-badge i { animation: none; }
}

/* Promo codes always uppercase */
.cart-promo-input,
.svc-promo-input,
#cartPromoInput,
#orderPromoInput,
#svcPromoInput {
  text-transform: uppercase !important;
}
