*, *::before, *::after { box-sizing: border-box; }
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font: inherit; font-size: 100%; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
html { line-height: 1; -webkit-text-size-adjust: 100%; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; overflow-x: hidden; }
ol, ul { list-style: none; }
a { text-decoration: none; color: inherit; background: transparent; }
img { max-width: 100%; display: block; }
button { font: inherit; cursor: pointer; border: 0; background: none; color: inherit; }
input, textarea, select { font: inherit; color: inherit; }
strong { font-weight: 700; }

:root {
  --v2-bg: #000000;
  --v2-bg-soft: #0a0a0a;
  --v2-bg-card: #111111;
  --v2-bg-card-2: #141414;
  --v2-bg-elev: #1a1a1a;
  --v2-border: rgba(255, 255, 255, 0.08);
  --v2-border-strong: rgba(255, 255, 255, 0.14);
  --v2-text: #f5f5f7;
  --v2-text-muted: #a1a1aa;
  --v2-text-subtle: #71717a;
  --v2-orange-1: #fb923c;
  --v2-orange-2: #f97316;
  --v2-gold: #fbbf24;
  --v2-orange-gradient: linear-gradient(135deg, #fb923c 0%, #f97316 55%, #ea580c 100%);
  --v2-gold-gradient: linear-gradient(135deg, #fbbf24 0%, #f59e0b 55%, #fb923c 100%);
  --v2-hero-orb: radial-gradient(ellipse 60% 45% at 80% 10%, rgba(249, 115, 22, 0.18), transparent 70%),
                   radial-gradient(ellipse 50% 40% at 10% 90%, rgba(251, 191, 36, 0.10), transparent 70%);
  --v2-radius-sm: 10px;
  --v2-radius: 14px;
  --v2-radius-lg: 20px;
  --v2-radius-xl: 28px;
  --v2-shadow-orange: 0 20px 60px -18px rgba(249, 115, 22, 0.45);
  --v2-shadow-card: 0 18px 48px -20px rgba(0, 0, 0, 0.9);
  --v2-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

.v2-body {
  margin: 0;
  background: var(--v2-bg);
  color: var(--v2-text);
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  overflow-x: hidden;
  min-height: 100vh;
}

.v2-page {
  position: relative;
  width: 100%;
  min-height: 100vh;
}

.v2-body::before {
  content: "";
  position: fixed;
  inset: 0;
  background: var(--v2-hero-orb);
  pointer-events: none;
  z-index: 0;
}

.v2-page > * { position: relative; z-index: 1; }

.v2-header,
.v2-body .header,
body.directory-apple-page .header,
.site-header,
header.v2-header,
header.header {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 99999 !important;
  background: rgba(0, 0, 0, 0.78) !important;
  backdrop-filter: saturate(160%) blur(18px) !important;
  -webkit-backdrop-filter: saturate(160%) blur(18px) !important;
  border-bottom: 1px solid var(--v2-border) !important;
}

body.v2-body,
body.static-page,
body.directory-apple-page,
body.client-body,
body.admin-body,
body {
  padding-top: 80px !important;
}

/* ═══════════════════════════════════════════════════════════
   GLOBAL FORCE OVERRIDES — SAMA PERSIS DENGAN LOGO FOOTER!
   User: logo yang BENAR = yang di FOOTER.
   Semua halaman MENGIKUTI footer spec 100%.
   ═══════════════════════════════════════════════════════════ */
body.v2-body .v2-header-inner,
body.static-page .v2-header-inner,
body.directory-apple-page .v2-header-inner.header-inner,
body.directory-apple-page .header-inner,
body .v2-header-inner.header-inner,
body.admin-body .v2-header-inner {
  max-width: 1360px !important;
  margin: 0 auto !important;
  padding: 14px 32px !important;
  display: grid !important;
  grid-template-columns: auto auto 1fr auto auto !important;
  align-items: center !important;
  gap: 22px !important;
  height: auto !important;
}

body.v2-body .v2-brand,
body.static-page .v2-brand,
body.directory-apple-page .v2-brand.brand,
body.directory-apple-page .brand,
body.client-body .v2-brand,
body .v2-brand.brand {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0 !important;
  font-family: "Sora", "Inter", sans-serif !important;
  font-weight: 800 !important;
  font-size: 26px !important;
  letter-spacing: -0.03em !important;
  line-height: 1.55 !important;
  transition: opacity 0.2s ease !important;
}

body.v2-body .v2-brand:hover,
body.directory-apple-page .v2-brand.brand:hover,
body.static-page .v2-brand:hover {
  opacity: 0.88 !important;
}

body.v2-body .v2-brand-main,
body.directory-apple-page .v2-brand-main.brand-main,
body.static-page .v2-brand-main {
  color: #ffffff !important;
}

body.v2-body .v2-brand-hub,
body.directory-apple-page .v2-brand-hub.brand-hub,
body.static-page .v2-brand-hub {
  background: var(--v2-gold-gradient) !important;
  color: #000000 !important;
  -webkit-background-clip: border-box !important;
  background-clip: border-box !important;
  -webkit-text-fill-color: #000000 !important;
  padding: 2px 9px 3px 7px !important;
  border-radius: 8px !important;
  margin-left: 10px !important;
}

/* Global search (ADA DI SEMUA HALAMAN, user: nav direktori = benar) */
body.v2-body .v2-search,
body.static-page .v2-search,
body.directory-apple-page .v2-search {
  position: relative !important;
  width: 100% !important;
  max-width: 440px !important;
  min-width: 260px !important;
  display: flex !important;
  align-items: center !important;
}
body.v2-body .v2-search .v2-search-icon,
body.static-page .v2-search .v2-search-icon,
body.directory-apple-page .v2-search .v2-search-icon {
  position: absolute !important;
  left: 14px !important;
  color: #a1a1aa !important;
  font-size: 14px !important;
  pointer-events: none !important;
  z-index: 2 !important;
}
body.v2-body .v2-search .v2-search-input,
body.static-page .v2-search .v2-search-input,
body.directory-apple-page .v2-search .v2-search-input {
  width: 100% !important;
  padding: 10px 14px 10px 38px !important;
  font-size: 14px !important;
  font-family: inherit !important;
  color: #ffffff !important;
  background: rgba(255,255,255,0.06) !important;
  border: 1px solid rgba(255,255,255,0.1) !important;
  border-radius: 10px !important;
  backdrop-filter: blur(6px) !important;
  transition: border-color 0.2s ease, background 0.2s ease !important;
  outline: none !important;
}
body.v2-body .v2-search .v2-search-input::placeholder,
body.static-page .v2-search .v2-search-input::placeholder,
body.directory-apple-page .v2-search .v2-search-input::placeholder {
  color: #71717a !important;
}
body.v2-body .v2-search .v2-search-input:focus,
body.static-page .v2-search .v2-search-input:focus,
body.directory-apple-page .v2-search .v2-search-input:focus {
  border-color: rgba(251, 191, 36, 0.55) !important;
  background: rgba(251, 191, 36, 0.06) !important;
}

/* ═══ FORM PEMESANAN STYLING — Kontras JELAS, tidak susah dibaca ═══ */
body.order-form-page.page-main,
body.static-page .page-main {
  max-width: 1360px !important;
  margin: 0 auto !important;
  padding: 40px 32px 56px !important;
}
body.order-form-page .v2-static-hero,
body.static-page .v2-static-hero {
  padding: 48px 0 40px !important;
  text-align: center !important;
}
body.order-form-page .page-badge,
body.static-page .page-badge {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 8px 16px !important;
  border-radius: 999px !important;
  background: rgba(251, 191, 36, 0.12) !important;
  border: 1px solid rgba(251, 191, 36, 0.3) !important;
  color: #fbbf24 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  margin-bottom: 20px !important;
}
body.order-form-page .v2-static-hero h1,
body.static-page .v2-static-hero h1 {
  font-size: 40px !important;
  font-weight: 800 !important;
  line-height: 1.15 !important;
  color: #ffffff !important;
  letter-spacing: -0.02em !important;
  margin: 0 0 16px !important;
}
body.order-form-page .v2-static-hero p,
body.static-page .v2-static-hero p {
  font-size: 16px !important;
  line-height: 1.7 !important;
  color: #a1a1aa !important;
  max-width: 640px !important;
  margin: 0 auto !important;
}
body.order-form-page .how-section,
body.static-page .how-section {
  padding: 16px 0 32px !important;
}
body.order-form-page .how-title,
body.static-page .how-title {
  color: #ffffff !important;
}
body.order-form-page .how-title span,
body.static-page .how-title span {
  background: var(--v2-gold-gradient) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
}
body.order-form-page .content-card,
body.static-page .content-card {
  background: rgba(255, 255, 255, 0.04) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 20px !important;
  padding: 32px !important;
  backdrop-filter: blur(8px) !important;
}
body.order-form-page .content-card h2,
body.static-page .content-card h2,
body.order-form-page .content-card h3 {
  color: #ffffff !important;
  font-weight: 700 !important;
}
body.order-form-page .content-card h2 {
  font-size: 22px !important;
  margin: 0 0 24px !important;
}
body.order-form-page .content-card h3 {
  font-size: 18px !important;
  margin: 0 0 16px !important;
}
body.order-form-page .form-grid {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 20px !important;
}
body.order-form-page .form-col-full {
  grid-column: 1 / -1 !important;
}
body.order-form-page .form-field label {
  display: block !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #e4e4e7 !important;
  margin: 0 0 8px !important;
  letter-spacing: -0.005em !important;
}
body.order-form-page .form-field input,
body.order-form-page .form-field select,
body.order-form-page .form-field textarea {
  width: 100% !important;
  padding: 12px 14px !important;
  font-size: 15px !important;
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.04) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 12px !important;
  font-family: inherit !important;
  box-sizing: border-box !important;
  transition: border-color 0.2s ease, background 0.2s ease !important;
  outline: none !important;
}
body.order-form-page .form-field input::placeholder,
body.order-form-page .form-field textarea::placeholder {
  color: #71717a !important;
}
body.order-form-page .form-field input:focus,
body.order-form-page .form-field select:focus,
body.order-form-page .form-field textarea:focus {
  border-color: rgba(251, 191, 36, 0.55) !important;
  background: rgba(251, 191, 36, 0.06) !important;
}
body.order-form-page .form-field textarea {
  resize: vertical !important;
  min-height: 120px !important;
  line-height: 1.6 !important;
}
body.order-form-page .form-field .v2-btn,
body.order-form-page .form-field button:not(.v2-btn) {
  padding: 12px 18px !important;
  border-radius: 10px !important;
}
body.order-form-page .order-summary,
body.order-form-page .bank-option,
body.order-form-page .smart-assistant-card {
  background: rgba(255, 255, 255, 0.04) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 16px !important;
  padding: 24px !important;
  color: #e4e4e7 !important;
}
body.order-form-page .order-summary .line-item,
body.order-form-page .order-summary .final-price,
body.order-form-page .order-summary p,
body.order-form-page .smart-assistant-card p {
  color: #e4e4e7 !important;
  line-height: 1.7 !important;
  font-size: 15px !important;
}
body.order-form-page .final-price {
  color: #fbbf24 !important;
  font-weight: 700 !important;
  font-size: 22px !important;
}
body.order-form-page .v2-btn.v2-btn-primary {
  background: var(--v2-gold-gradient) !important;
  color: #000 !important;
  border: none !important;
  font-weight: 700 !important;
}
@media (max-width: 860px) {
  body.order-form-page .form-grid {
    grid-template-columns: 1fr !important;
  }
  body.order-form-page .v2-static-hero h1 {
    font-size: 28px !important;
  }
  body.v2-body .v2-header-inner,
  body.static-page .v2-header-inner {
    grid-template-columns: auto 1fr auto !important;
  }
  body.v2-body .v2-search,
  body.static-page .v2-search {
    display: none !important;
  }
}

/* ═══════════════════════════════════════════════════════════
   🔥 UI MASTER PRO — HALAMAN FORM PEMESANAN BROSURHUB 🔥
   Professional UI design overhaul: glass premium, gradient orbs,
   step indicator, field icon prefixes, focus glow, bank card selection,
   sticky summary, CTA gradient lift shimmer, micro interactions,
   payment layout premium, form valid states, upload area drag-drop feel.
   ═══════════════════════════════════════════════════════════ */
body.order-form-page {
  --of-primary: #fbbf24;
  --of-primary-2: #f59e0b;
  --of-primary-3: #fb923c;
  --of-accent: linear-gradient(135deg, #fbbf24 0%, #f59e0b 55%, #fb923c 100%);
  --of-bg: #0a0a0f;
  --of-surface: rgba(255,255,255,0.04);
  --of-surface-2: rgba(255,255,255,0.06);
  --of-border: rgba(255,255,255,0.08);
  --of-border-2: rgba(255,255,255,0.12);
  --of-text: #fafafa;
  --of-text-2: #e4e4e7;
  --of-text-3: #a1a1aa;
  --of-text-4: #71717a;
  --of-success: #22c55e;
  --of-error: #ef4444;
  --of-radius-lg: 24px;
  --of-radius: 16px;
  --of-radius-sm: 12px;
  --of-shadow: 0 20px 60px -20px rgba(0,0,0,0.6);
  --of-shadow-gold: 0 10px 40px -10px rgba(251,191,36,0.35);
  position: relative !important;
  overflow-x: hidden !important;
  background: radial-gradient(1200px 700px at 85% -10%, rgba(251,191,36,0.12), transparent 60%),
              radial-gradient(900px 600px at -10% 20%, rgba(249,115,22,0.08), transparent 60%),
              radial-gradient(800px 500px at 50% 110%, rgba(251,146,60,0.07), transparent 60%),
              var(--of-bg) !important;
}
body.order-form-page::before,
body.order-form-page::after {
  content: "";
  position: fixed;
  z-index: -1;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
  opacity: 0.55;
  animation: orbFloat 14s ease-in-out infinite alternate;
}
body.order-form-page::before {
  top: -180px; right: -140px;
  width: 520px; height: 520px;
  background: radial-gradient(circle at 30% 30%, #fbbf24, #f59e0b 40%, transparent 70%);
  animation-duration: 18s;
}
body.order-form-page::after {
  bottom: -200px; left: -180px;
  width: 560px; height: 560px;
  background: radial-gradient(circle at 70% 70%, #f97316, #fb923c 40%, transparent 70%);
  animation-duration: 22s;
}
@keyframes orbFloat {
  0% { transform: translate(0,0) scale(1); }
  50% { transform: translate(30px, -20px) scale(1.06); }
  100% { transform: translate(-20px, 15px) scale(0.98); }
}

/* ── Hero + Progress Steps ─────────────────────────────── */
body.order-form-page .v2-static-hero {
  padding: 56px 0 40px !important;
  text-align: center !important;
  position: relative !important;
}
body.order-form-page .page-badge {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 10px 20px !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, rgba(251,191,36,0.14), rgba(251,146,60,0.08)) !important;
  border: 1px solid rgba(251,191,36,0.35) !important;
  color: var(--of-primary) !important;
  font-size: 13.5px !important;
  font-weight: 700 !important;
  margin: 0 auto 28px !important;
  box-shadow: 0 6px 20px -6px rgba(251,191,36,0.3) !important;
  letter-spacing: 0.02em !important;
}
body.order-form-page .page-badge i {
  font-size: 14px !important;
}
body.order-form-page .v2-static-hero h1 {
  font-family: "Sora", "Inter", sans-serif !important;
  font-size: 48px !important;
  font-weight: 800 !important;
  line-height: 1.08 !important;
  color: var(--of-text) !important;
  letter-spacing: -0.035em !important;
  margin: 0 0 18px !important;
  background: linear-gradient(180deg, #ffffff 0%, #d4d4d8 100%);
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
body.order-form-page .v2-static-hero h1 span {
  background: var(--of-accent) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
body.order-form-page .v2-static-hero p {
  font-size: 17px !important;
  line-height: 1.75 !important;
  color: var(--of-text-3) !important;
  max-width: 680px !important;
  margin: 0 auto !important;
}
body.order-form-page .order-steps {
  list-style: none !important;
  margin: 44px auto 0 !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 12px !important;
  max-width: 720px !important;
  position: relative !important;
}
body.order-form-page .order-steps::before {
  content: "";
  position: absolute;
  left: 10%; right: 10%; top: 26px;
  height: 2px;
  background: linear-gradient(90deg, rgba(251,191,36,0.4), rgba(255,255,255,0.08), rgba(255,255,255,0.08));
  z-index: 0;
  border-radius: 999px;
}
body.order-form-page .order-step {
  list-style: none !important;
  position: relative !important;
  z-index: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 12px !important;
}
body.order-form-page .order-step-index {
  width: 54px;
  height: 54px;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-family: "Sora", sans-serif;
  font-weight: 800 !important;
  font-size: 16px !important;
  color: var(--of-text-3) !important;
  background: rgba(255,255,255,0.04) !important;
  border: 2px solid rgba(255,255,255,0.08) !important;
  transition: all 0.3s cubic-bezier(.22,1,.36,1) !important;
  backdrop-filter: blur(8px) !important;
}
body.order-form-page .order-step-label {
  font-size: 12.5px !important;
  color: var(--of-text-3) !important;
  font-weight: 600 !important;
  text-align: center !important;
  letter-spacing: 0.01em !important;
  transition: color 0.3s ease !important;
}
body.order-form-page .order-step.is-current .order-step-index {
  background: var(--of-accent) !important;
  color: #000 !important;
  border-color: transparent !important;
  box-shadow: var(--of-shadow-gold) !important;
  transform: scale(1.06) !important;
}
body.order-form-page .order-step.is-current .order-step-label {
  color: var(--of-primary) !important;
}
body.order-form-page .order-step.is-current i {
  font-size: 17px !important;
}

/* ── Page Main Container + How Section ────────────────── */
body.order-form-page .page-main {
  max-width: 1280px !important;
  margin: 0 auto !important;
  padding: 24px 32px 80px !important;
  position: relative !important;
}
body.order-form-page .how-section {
  padding: 8px 0 28px !important;
}
body.order-form-page .how-head {
  padding: 20px 28px !important;
  background: var(--of-surface) !important;
  border: 1px solid var(--of-border) !important;
  border-radius: var(--of-radius-lg) !important;
  backdrop-filter: blur(10px) !important;
}
body.order-form-page .how-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px !important;
  background: rgba(251,146,60,0.12) !important;
  border: 1px solid rgba(251,146,60,0.28) !important;
  color: #fb923c !important;
  font-weight: 700 !important;
  font-size: 12.5px !important;
  border-radius: 999px !important;
  margin-bottom: 12px !important;
}
body.order-form-page .how-title {
  font-family: "Sora", sans-serif !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  color: var(--of-text) !important;
  letter-spacing: -0.02em !important;
  margin: 0 !important;
}
body.order-form-page .how-title span {
  background: var(--of-accent) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
}
body.order-form-page .how-desc {
  margin: 10px 0 0 !important;
  font-size: 15px !important;
  color: var(--of-text-3) !important;
  line-height: 1.7 !important;
  max-width: 720px !important;
}

/* ── Content Grid 2-column premium ────────────────────── */
body.order-form-page .order-content-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1.45fr) minmax(340px, 0.9fr) !important;
  gap: 28px !important;
  align-items: start !important;
  margin-top: 24px !important;
}
body.order-form-page .order-assistant-card,
body.order-form-page .content-card + .content-card {
  background: var(--of-surface) !important;
  border: 1px solid var(--of-border) !important;
  border-radius: var(--of-radius-lg) !important;
  padding: 36px !important;
  backdrop-filter: blur(14px) !important;
  -webkit-backdrop-filter: blur(14px) !important;
  box-shadow: var(--of-shadow) !important;
  position: relative !important;
  overflow: hidden !important;
}
body.order-form-page .order-assistant-card::before,
body.order-form-page .content-card + .content-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(251,191,36,0.04), transparent 40%),
              radial-gradient(600px 200px at 0% 0%, rgba(251,191,36,0.06), transparent 60%);
  pointer-events: none;
}
body.order-form-page .content-card + .content-card {
  position: sticky !important;
  top: 110px !important;
}
body.order-form-page .order-assistant-card h2,
body.order-form-page .content-card h2,
body.order-form-page .content-card h3 {
  color: var(--of-text) !important;
  font-weight: 700 !important;
  font-family: "Sora", sans-serif !important;
  letter-spacing: -0.02em !important;
  position: relative !important;
}
body.order-form-page .order-assistant-card h2 {
  font-size: 24px !important;
  margin: 0 0 8px !important;
}
body.order-form-page .order-assistant-card h2::after {
  content: "";
  display: block;
  width: 56px;
  height: 3px;
  margin-top: 14px;
  background: var(--of-accent);
  border-radius: 999px;
}

/* ── Form Fields Master UI ───────────────────────────── */
body.order-form-page .form-grid {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 22px !important;
  margin-top: 28px !important;
  position: relative !important;
}
body.order-form-page .form-col-full {
  grid-column: 1 / -1 !important;
}
body.order-form-page .form-field {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
}
body.order-form-page .form-field label {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  font-size: 13.5px !important;
  font-weight: 700 !important;
  color: var(--of-text-2) !important;
  margin: 0 !important;
  letter-spacing: 0.005em !important;
  font-family: "Inter", sans-serif !important;
}
body.order-form-page .form-field label::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--of-accent);
  box-shadow: 0 0 0 4px rgba(251,191,36,0.12);
  flex-shrink: 0;
}
body.order-form-page .form-field input,
body.order-form-page .form-field select,
body.order-form-page .form-field textarea,
body.order-form-page .form-field .voucher-input-wrap input {
  width: 100% !important;
  padding: 14px 16px 14px 46px !important;
  font-size: 15px !important;
  color: var(--of-text) !important;
  background: rgba(255,255,255,0.045) !important;
  border: 1.5px solid rgba(255,255,255,0.1) !important;
  border-radius: var(--of-radius-sm) !important;
  font-family: inherit !important;
  box-sizing: border-box !important;
  transition: all 0.25s cubic-bezier(.22,1,.36,1) !important;
  outline: none !important;
  position: relative !important;
  line-height: 1.5 !important;
}
body.order-form-page .form-field input::placeholder,
body.order-form-page .form-field textarea::placeholder,
body.order-form-page .form-field .voucher-input-wrap input::placeholder {
  color: var(--of-text-4) !important;
}
body.order-form-page .form-field input:hover,
body.order-form-page .form-field select:hover,
body.order-form-page .form-field textarea:hover,
body.order-form-page .form-field .voucher-input-wrap input:hover {
  border-color: rgba(255,255,255,0.18) !important;
  background: rgba(255,255,255,0.06) !important;
}
body.order-form-page .form-field input:focus,
body.order-form-page .form-field select:focus,
body.order-form-page .form-field textarea:focus,
body.order-form-page .form-field .voucher-input-wrap input:focus {
  border-color: rgba(251,191,36,0.55) !important;
  background: rgba(251,191,36,0.06) !important;
  box-shadow: 0 0 0 5px rgba(251,191,36,0.1),
              0 12px 40px -16px rgba(251,191,36,0.45) !important;
  transform: translateY(-1px) !important;
}
body.order-form-page .form-field input:invalid:not(:placeholder-shown) {
  border-color: rgba(239,68,68,0.55) !important;
  box-shadow: 0 0 0 5px rgba(239,68,68,0.09) !important;
}
body.order-form-page .form-field input:valid:not(:placeholder-shown):not([type="file"]):not([type="button"]) {
  border-color: rgba(34,197,94,0.45) !important;
}
body.order-form-page .form-field textarea {
  resize: vertical !important;
  min-height: 150px !important;
  line-height: 1.7 !important;
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

/* ── Field Icons via label attr + prefix pseudo ──────── */
body.order-form-page .form-field {
  --field-icon: "\f1ad";
}
body.order-form-page .form-field input,
body.order-form-page .form-field textarea,
body.order-form-page .form-field select {
  background-image: none !important;
}
body.order-form-page .form-field::after {
  content: var(--field-icon);
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 17px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--of-text-4);
  font-size: 15px;
  z-index: 2;
  pointer-events: none;
  width: 18px;
  text-align: center;
  transition: color 0.25s ease, transform 0.25s ease;
}

body.order-form-page .payment-field::after {
  content: none !important;
  display: none !important;
}
body.order-form-page .form-field::after {
  top: 55px !important;
  transform: translateY(-50%) !important;
}
body.order-form-page .form-field:has(input:not([type="file"]):focus)::after,
body.order-form-page .form-field:has(select:focus)::after {
  color: var(--of-primary) !important;
  transform: translateY(-50%) scale(1.1) !important;
}
body.order-form-page .form-field:has(textarea)::after {
  top: 45px !important;
  transform: translateY(0) !important;
}
body.order-form-page .form-field:has(textarea:focus)::after {
  color: var(--of-primary) !important;
  transform: scale(1.1) !important;
}
body.order-form-page .form-field:has([type="file"])::after,
body.order-form-page .form-field:has(#logoFile)::after,
body.order-form-page .form-field:has(#galleryFiles)::after,
body.order-form-page .form-field:has(#paymentProof)::after {
  top: 50px !important;
  transform: translateY(-50%) !important;
}
body.order-form-page .form-field:has([id="businessName"]) { --field-icon: "\f1ad"; }
body.order-form-page .form-field:has([id="fullName"]) { --field-icon: "\f007"; }
body.order-form-page .form-field:has([id="waNumber"]) { --field-icon: "\f232"; }
body.order-form-page .form-field:has([id="email"]) { --field-icon: "\f0e0"; }
body.order-form-page .form-field:has([id="plan"]) { --field-icon: "\f5fd"; }
body.order-form-page .form-field:has([id="brochureSlug"]) { --field-icon: "\f0c1"; }
body.order-form-page .form-field:has([id="voucherCode"]) { --field-icon: "\f145"; }
body.order-form-page .form-field:has([id="brief"]) { --field-icon: "\f044"; }
body.order-form-page .form-field:has([id="logoFile"]) { --field-icon: "\f03e"; }
body.order-form-page .form-field:has([id="galleryFiles"]) { --field-icon: "\f302"; }
body.order-form-page .form-field:has([id="paymentProof"]) { --field-icon: "\f56d"; }
body.order-form-page .form-field:has([id="plan"]) select {
  appearance: none !important;
  -webkit-appearance: none !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23fbbf24' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: calc(100% - 18px) 50% !important;
  padding-right: 48px !important;
}

/* ── Custom Select Dropdown (replaces native <select>) ── */
body.order-form-page .custom-select-wrapper {
  position: relative !important;
  width: 100% !important;
}
body.order-form-page .custom-select-trigger {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  padding: 14px 48px 14px 16px !important;
  background: rgba(255,255,255,0.06) !important;
  border: 1.5px solid var(--of-border-2) !important;
  border-radius: 12px !important;
  cursor: pointer !important;
  transition: all 0.25s ease !important;
  color: #ffffff !important;
  font-family: inherit !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
  box-sizing: border-box !important;
  user-select: none !important;
}
body.order-form-page .custom-select-trigger:hover {
  border-color: rgba(251,191,36,0.4) !important;
  background: rgba(255,255,255,0.08) !important;
}
body.order-form-page .custom-select-trigger.is-open {
  border-color: rgba(251,191,36,0.6) !important;
  background: rgba(255,255,255,0.08) !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
body.order-form-page .custom-select-label {
  flex: 1 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  color: #ffffff !important;
}
body.order-form-page .custom-select-label.is-placeholder {
  color: rgba(255,255,255,0.4) !important;
}
body.order-form-page .custom-select-arrow {
  position: absolute !important;
  right: 16px !important;
  top: 50% !important;
  transform: translateY(-50%) rotate(0deg) !important;
  color: rgba(255,255,255,0.5) !important;
  transition: transform 0.25s ease !important;
  pointer-events: none !important;
}
body.order-form-page .custom-select-trigger.is-open .custom-select-arrow {
  transform: translateY(-50%) rotate(180deg) !important;
  color: #fbbf24 !important;
}
body.order-form-page .custom-select-dropdown {
  display: none !important;
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 1000 !important;
  margin-top: 4px !important;
  background: #f8f8f8 !important;
  border: 1.5px solid rgba(255,255,255,0.15) !important;
  border-top: none !important;
  border-radius: 0 0 12px 12px !important;
  max-height: 260px !important;
  overflow-y: auto !important;
  box-shadow: 0 16px 40px -12px rgba(0,0,0,0.5) !important;
  padding: 6px 0 !important;
}
body.order-form-page .custom-select-dropdown.is-open {
  display: block !important;
}
body.order-form-page .custom-select-group-label {
  padding: 10px 16px 6px !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  color: #9ca3af !important;
  text-transform: uppercase !important;
  letter-spacing: 0.06em !important;
  font-family: "Inter", sans-serif !important;
}
body.order-form-page .custom-select-option {
  padding: 10px 16px !important;
  cursor: pointer !important;
  transition: background 0.15s ease !important;
  font-family: "Inter", sans-serif !important;
  font-size: 14px !important;
  color: #1f2937 !important;
  line-height: 1.4 !important;
}
body.order-form-page .custom-select-option:hover {
  background: #e5e7eb !important;
}
body.order-form-page .custom-select-option.is-selected {
  background: #3b82f6 !important;
  color: #ffffff !important;
  font-weight: 600 !important;
}
body.order-form-page .custom-select-option.is-selected:hover {
  background: #2563eb !important;
}
body.order-form-page .custom-select-option-text {
  display: block !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

/* ── Voucher + Slug Input Wraps (icon + inline apply) ── */
body.order-form-page .voucher-input-wrap {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}
body.order-form-page .voucher-input-wrap input {
  flex: 1 !important;
}
body.order-form-page .voucher-input-wrap::after {
  content: var(--field-icon);
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 17px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--of-text-4);
  font-size: 15px;
  z-index: 2;
  pointer-events: none;
  transition: color 0.25s ease;
}
body.order-form-page .voucher-input-wrap:focus-within::after {
  color: var(--of-primary) !important;
}
body.order-form-page .form-field:has(.voucher-input-wrap)::after {
  display: none !important;
}
body.order-form-page .voucher-apply-btn,
body.order-form-page .copy-btn {
  padding: 11px 20px !important;
  font-size: 13.5px !important;
  font-weight: 700 !important;
  border-radius: var(--of-radius-sm) !important;
  color: #000 !important;
  background: var(--of-accent) !important;
  border: 1px solid transparent !important;
  cursor: pointer !important;
  font-family: inherit !important;
  transition: all 0.25s cubic-bezier(.22,1,.36,1) !important;
  white-space: nowrap !important;
  flex-shrink: 0 !important;
  box-shadow: 0 6px 18px -8px rgba(251,191,36,0.5) !important;
}
body.order-form-page .voucher-apply-btn:hover,
body.order-form-page .copy-btn:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 10px 24px -8px rgba(251,191,36,0.6) !important;
}
body.order-form-page .voucher-apply-btn:active,
body.order-form-page .copy-btn:active {
  transform: translateY(0) !important;
}
body.order-form-page .copy-btn:disabled {
  background: rgba(255,255,255,0.04) !important;
  color: var(--of-text-4) !important;
  border-color: var(--of-border-2) !important;
  box-shadow: none !important;
  cursor: not-allowed !important;
  transform: none !important;
}
body.order-form-page .voucher-feedback-row {
  margin-top: -6px !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}
body.order-form-page .voucher-state-badge {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  padding: 5px 12px !important;
  border-radius: 999px !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  background: rgba(255,255,255,0.06) !important;
  color: var(--of-text-3) !important;
  border: 1px solid var(--of-border-2) !important;
}
body.order-form-page .voucher-state-badge[data-state="ok"],
body.order-form-page .voucher-state-badge[data-state="success"] {
  background: rgba(34,197,94,0.12) !important;
  color: #22c55e !important;
  border-color: rgba(34,197,94,0.35) !important;
}
body.order-form-page .voucher-state-badge[data-state="error"],
body.order-form-page .voucher-state-badge[data-state="taken"] {
  background: rgba(239,68,68,0.12) !important;
  color: #ef4444 !important;
  border-color: rgba(239,68,68,0.35) !important;
}
body.order-form-page .voucher-state-badge[data-state="ok"]::before,
body.order-form-page .voucher-state-badge[data-state="success"]::before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
body.order-form-page .voucher-hint {
  font-size: 12.5px !important;
  color: var(--of-text-4) !important;
  line-height: 1.6 !important;
}

/* ── Upload area premium ─────────────────────────────── */
body.order-form-page .upload-file-input {
  display: none !important;
}
body.order-form-page .upload-file-actions {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  margin-top: 6px !important;
}
body.order-form-page .upload-file-btn {
  padding: 10px 18px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  border-radius: var(--of-radius-sm) !important;
  background: rgba(255,255,255,0.05) !important;
  border: 1.5px dashed rgba(251,191,36,0.3) !important;
  color: var(--of-primary) !important;
  cursor: pointer !important;
  font-family: inherit !important;
  transition: all 0.25s ease !important;
}
body.order-form-page .upload-file-btn:hover {
  background: rgba(251,191,36,0.1) !important;
  border-color: rgba(251,191,36,0.55) !important;
  transform: translateY(-1px) !important;
}
body.order-form-page .upload-file-btn::before {
  content: "\f093";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 8px;
}
body.order-form-page .upload-file-name {
  font-size: 13px !important;
  color: var(--of-text-3) !important;
  line-height: 1.5 !important;
  word-break: break-word !important;
}
body.order-form-page .upload-file-name::before {
  content: "\f15b";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 8px;
  color: var(--of-primary);
}
body.order-form-page .file-preview {
  margin-top: 10px !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
}
body.order-form-page .file-preview img {
  width: 86px;
  height: 86px;
  object-fit: cover;
  border-radius: 12px;
  border: 1.5px solid var(--of-border-2);
  box-shadow: 0 10px 30px -15px rgba(0,0,0,0.6);
}

/* ── Payment Section Premium ─────────────────────────── */
body.order-form-page .payment-box {
  margin-top: 18px !important;
  padding: 32px !important;
  background: linear-gradient(135deg, rgba(251,191,36,0.07), rgba(255,255,255,0.02) 50%) !important;
  border: 1px solid rgba(251,191,36,0.16) !important;
  border-radius: 20px !important;
  position: relative !important;
  overflow: hidden !important;
}
body.order-form-page .payment-box::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--of-accent);
  background-size: 200% 100%;
  animation: shimmerBar 4s linear infinite;
}
@keyframes shimmerBar {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
body.order-form-page .payment-fast-tag {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 6px 14px !important;
  background: rgba(34,197,94,0.12) !important;
  border: 1px solid rgba(34,197,94,0.35) !important;
  color: #22c55e !important;
  font-size: 12.5px !important;
  font-weight: 800 !important;
  border-radius: 999px !important;
  margin-bottom: 20px !important;
  letter-spacing: 0.02em !important;
}
body.order-form-page .payment-fast-tag::before,
body.order-form-page .payment-fast-tag::after,
body.order-form-page .payment-fast-tag i {
  content: none !important;
  display: none !important;
}
@keyframes boltPulse {
  0%,100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.6; transform: scale(1.1); }
}
body.order-form-page .payment-box-head {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 20px !important;
  margin-bottom: 24px !important;
}
body.order-form-page .payment-box-head h3 {
  font-family: "Sora", sans-serif !important;
  font-size: 22px !important;
  margin: 0 !important;
  color: var(--of-text) !important;
  letter-spacing: -0.02em !important;
  font-weight: 700 !important;
}
body.order-form-page .payment-box-head p {
  margin: 8px 0 0 !important;
  color: var(--of-text-3) !important;
  font-size: 14.5px !important;
  line-height: 1.7 !important;
  max-width: 520px !important;
}
body.order-form-page .payment-bank-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 16px !important;
  margin-bottom: 28px !important;
}
body.order-form-page .payment-bank-card {
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
  padding: 22px 22px !important;
  background: rgba(255,255,255,0.04) !important;
  border: 2px solid var(--of-border-2) !important;
  border-radius: 18px !important;
  cursor: pointer !important;
  font-family: inherit !important;
  color: inherit !important;
  transition: all 0.3s cubic-bezier(.22,1,.36,1) !important;
  position: relative !important;
  text-align: left !important;
  overflow: hidden !important;
}
body.order-form-page .payment-bank-card:hover {
  border-color: rgba(251,191,36,0.35) !important;
  transform: translateY(-3px) !important;
  background: rgba(251,191,36,0.05) !important;
  box-shadow: 0 16px 40px -20px rgba(251,191,36,0.4) !important;
}
body.order-form-page .payment-bank-card.is-active {
  background: linear-gradient(135deg, rgba(251,191,36,0.14), rgba(251,146,60,0.05)) !important;
  border-color: rgba(251,191,36,0.55) !important;
  box-shadow: 0 0 0 5px rgba(251,191,36,0.1),
              0 16px 40px -18px rgba(251,191,36,0.5) !important;
  transform: translateY(-2px) !important;
}
body.order-form-page .payment-bank-card.is-active::after {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 16px; right: 16px;
  width: 26px; height: 26px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%;
  background: var(--of-accent);
  color: #000;
  font-size: 13px;
  box-shadow: 0 6px 16px -6px rgba(251,191,36,0.6);
}
body.order-form-page .payment-bank-logo {
  width: 58px !important;
  height: 46px !important;
  border-radius: 10px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-family: "Sora", sans-serif !important;
  font-weight: 900 !important;
  font-size: 13px !important;
  letter-spacing: -0.01em !important;
  flex-shrink: 0 !important;
  box-shadow: inset 0 -2px 0 rgba(0,0,0,0.2);
}
body.order-form-page .payment-bank-logo--bca {
  background: linear-gradient(135deg, #165DFF, #003DA5);
  color: #fff;
}
body.order-form-page .payment-bank-logo--cimb {
  background: linear-gradient(135deg, #D7192D, #8C0E1C);
  color: #fff;
}
body.order-form-page .payment-bank-logo-img {
  width: 72px !important;
  height: 46px !important;
  object-fit: contain !important;
  flex-shrink: 0 !important;
  border-radius: 8px !important;
  padding: 4px !important;
  background: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
body.order-form-page .payment-bank-text {
  display: flex !important;
  flex-direction: column !important;
  gap: 4px !important;
  min-width: 0 !important;
}
body.order-form-page .payment-bank-text strong {
  font-size: 15px !important;
  font-weight: 700 !important;
  color: var(--of-text) !important;
  letter-spacing: -0.005em !important;
  font-family: "Inter", sans-serif !important;
}
body.order-form-page .payment-bank-text span {
  font-family: "Sora", sans-serif !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  color: var(--of-primary) !important;
  letter-spacing: 0.04em !important;
}
body.order-form-page .payment-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 16px !important;
  margin-bottom: 18px !important;
}
body.order-form-page .payment-item {
  padding: 18px 20px !important;
  background: rgba(255,255,255,0.04) !important;
  border: 1px solid var(--of-border-2) !important;
  border-radius: 14px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  position: relative !important;
}
body.order-form-page .payment-item-copy {
  padding-right: 60px !important;
}
body.order-form-page .payment-item > span {
  font-size: 12.5px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.06em !important;
  color: var(--of-text-4) !important;
}
body.order-form-page .payment-item strong,
body.order-form-page .copy-row strong {
  font-family: "Sora", sans-serif !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  color: var(--of-text) !important;
  letter-spacing: -0.01em !important;
}
body.order-form-page .copy-row {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  justify-content: space-between !important;
}
body.order-form-page .payment-item .copy-btn {
  padding: 8px 14px !important;
  font-size: 12px !important;
  position: absolute !important;
  right: 12px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}
body.order-form-page .payment-item .copy-btn:hover {
  transform: translateY(calc(-50% - 2px)) !important;
}
body.order-form-page .payment-note {
  margin: 4px 0 22px !important;
  padding: 12px 18px !important;
  background: rgba(251,191,36,0.08) !important;
  border-left: 3px solid var(--of-primary) !important;
  border-radius: 10px !important;
  color: var(--of-text-2) !important;
  font-size: 13.5px !important;
  line-height: 1.65 !important;
}
body.order-form-page .payment-note::before {
  content: "\f0eb";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 10px;
  color: var(--of-primary);
}
body.order-form-page .payment-proof-wrap {
  margin-top: 22px !important;
  padding: 24px !important;
  background: rgba(255,255,255,0.04) !important;
  border: 1px dashed rgba(255,255,255,0.15) !important;
  border-radius: 16px !important;
}
body.order-form-page .payment-proof-title {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  color: var(--of-text-2) !important;
  margin-bottom: 14px !important;
}
body.order-form-page .payment-proof-title::before {
  content: "\f56d";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: var(--of-primary);
  font-size: 15px;
}
body.order-form-page .payment-proof-meta {
  font-size: 12.5px !important;
  color: var(--of-text-4) !important;
  margin-top: 10px !important;
}

/* ── Primary CTA Premium Shimmer ─────────────────────── */
body.order-form-page .order-submit {
  margin-top: 8px !important;
  width: 100% !important;
  padding: 18px 36px !important;
  font-size: 17px !important;
  font-weight: 800 !important;
  font-family: "Sora", sans-serif !important;
  letter-spacing: -0.01em !important;
  border-radius: 16px !important;
  border: none !important;
  color: #000 !important;
  background: var(--of-accent) !important;
  background-size: 200% 200% !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 14px !important;
  transition: all 0.35s cubic-bezier(.22,1,.36,1) !important;
  box-shadow: 0 12px 32px -10px rgba(251,191,36,0.65),
              inset 0 1px 0 rgba(255,255,255,0.4),
              inset 0 -2px 0 rgba(0,0,0,0.1) !important;
  position: relative !important;
  overflow: hidden !important;
  animation: ctaShimmer 4s ease-in-out infinite;
}
@keyframes ctaShimmer {
  0%,100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}
body.order-form-page .order-submit::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 18px;
  padding: 2px;
  background: linear-gradient(120deg, transparent 30%, rgba(255,255,255,0.6) 50%, transparent 70%);
  background-size: 200% 100%;
  animation: borderShimmer 3.2s linear infinite;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  opacity: 0.8;
}
@keyframes borderShimmer {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
body.order-form-page .order-submit:hover {
  transform: translateY(-4px) scale(1.005) !important;
  box-shadow: 0 20px 48px -12px rgba(251,191,36,0.75),
              inset 0 1px 0 rgba(255,255,255,0.5),
              inset 0 -2px 0 rgba(0,0,0,0.12) !important;
}
body.order-form-page .order-submit:active {
  transform: translateY(-1px) !important;
}
body.order-form-page .order-submit span:last-child {
  font-size: 18px !important;
  transition: transform 0.3s ease !important;
  display: inline-flex;
}
body.order-form-page .order-submit:hover span:last-child {
  transform: translateX(6px) !important;
}
body.order-form-page .form-status {
  margin: 16px 0 0 !important;
  padding: 14px 18px !important;
  border-radius: 12px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.6 !important;
  background: rgba(255,255,255,0.04) !important;
  border: 1px solid var(--of-border-2) !important;
  color: var(--of-text-2) !important;
}
body.order-form-page .form-status[data-status="ok"] {
  background: rgba(34,197,94,0.1) !important;
  border-color: rgba(34,197,94,0.35) !important;
  color: #22c55e !important;
}
body.order-form-page .form-status[data-status="error"] {
  background: rgba(239,68,68,0.1) !important;
  border-color: rgba(239,68,68,0.35) !important;
  color: #ef4444 !important;
}

/* ── Right Column: Assistant + Summary Sticky ────────── */
body.order-form-page .content-card + .content-card h2 {
  font-size: 22px !important;
  margin: 0 !important;
}
body.order-form-page .content-card + .content-card > p {
  margin: 10px 0 18px !important;
  color: var(--of-text-3) !important;
  line-height: 1.7 !important;
  font-size: 14.5px !important;
}
body.order-form-page .cta-btn-assistant {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  padding: 14px 22px !important;
  font-size: 14.5px !important;
  font-weight: 800 !important;
  border-radius: 14px !important;
  background: linear-gradient(135deg, #22c55e, #16a34a) !important;
  color: #fff !important;
  text-decoration: none !important;
  transition: all 0.3s cubic-bezier(.22,1,.36,1) !important;
  box-shadow: 0 10px 28px -10px rgba(34,197,94,0.6) !important;
  width: 100% !important;
  margin-bottom: 24px !important;
}
body.order-form-page .cta-btn-assistant:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 16px 40px -12px rgba(34,197,94,0.7) !important;
}
body.order-form-page .cta-btn-assistant::before {
  content: "\f232";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 16px;
}
body.order-form-page .order-summary-card {
  margin-top: 4px !important;
  padding: 24px !important;
  background: rgba(255,255,255,0.04) !important;
  border: 1px solid var(--of-border) !important;
  border-radius: 18px !important;
}
body.order-form-page .order-summary-head {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  margin-bottom: 20px !important;
  padding-bottom: 16px !important;
  border-bottom: 1px dashed var(--of-border-2) !important;
}
body.order-form-page .order-summary-head h3 {
  font-family: "Sora", sans-serif !important;
  font-size: 18px !important;
  margin: 0 !important;
  color: var(--of-text) !important;
  font-weight: 700 !important;
}
body.order-form-page .order-summary-badge {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  padding: 5px 12px !important;
  border-radius: 999px !important;
  font-size: 11.5px !important;
  font-weight: 800 !important;
  color: var(--of-primary) !important;
  background: rgba(251,191,36,0.1) !important;
  border: 1px solid rgba(251,191,36,0.3) !important;
  letter-spacing: 0.02em !important;
}
body.order-form-page .order-summary-badge i {
  color: var(--of-primary) !important;
  animation: pulseDot 1.6s ease-in-out infinite;
}
@keyframes pulseDot {
  0%,100% { opacity: 1; }
  50% { opacity: 0.4; }
}
body.order-form-page .order-summary-grid {
  display: flex !important;
  flex-direction: column !important;
  gap: 14px !important;
  margin-bottom: 18px !important;
}
body.order-form-page .order-summary-item {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  padding: 12px 14px !important;
  background: rgba(255,255,255,0.035) !important;
  border: 1px solid var(--of-border) !important;
  border-radius: 12px !important;
  transition: all 0.25s ease !important;
}
body.order-form-page .order-summary-item:hover {
  border-color: rgba(251,191,36,0.22) !important;
  transform: translateX(2px) !important;
}
body.order-form-page .order-summary-icon {
  width: 40px !important;
  height: 40px !important;
  flex-shrink: 0 !important;
  border-radius: 10px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: rgba(251,191,36,0.1) !important;
  color: var(--of-primary) !important;
  font-size: 15px !important;
}
body.order-form-page .order-summary-copy {
  display: flex !important;
  flex-direction: column !important;
  gap: 3px !important;
  min-width: 0 !important;
  flex: 1 !important;
}
body.order-form-page .order-summary-copy span {
  font-size: 12px !important;
  color: var(--of-text-4) !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
}
body.order-form-page .order-summary-copy strong {
  font-size: 14.5px !important;
  font-weight: 700 !important;
  color: var(--of-text) !important;
  line-height: 1.4 !important;
  word-break: break-word !important;
}
body.order-form-page .order-summary-item--full {
  padding: 18px 20px !important;
  background: linear-gradient(135deg, rgba(251,191,36,0.16), rgba(251,146,60,0.06)) !important;
  border: 1.5px solid rgba(251,191,36,0.35) !important;
  border-radius: 14px !important;
  box-shadow: 0 10px 30px -15px rgba(251,191,36,0.5) !important;
}
body.order-form-page .order-summary-item--full .order-summary-icon {
  background: var(--of-accent) !important;
  color: #000 !important;
  width: 44px !important;
  height: 44px !important;
  font-size: 17px !important;
}
body.order-form-page .order-summary-item--full .order-summary-icon::before {
  content: "\f53a";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
body.order-form-page .order-summary-total {
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 6px !important;
}
body.order-form-page .order-summary-total span {
  font-size: 12px !important;
  color: rgba(255,255,255,0.7) !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em !important;
}
body.order-form-page .order-summary-total strong {
  font-family: "Sora", sans-serif !important;
  font-size: 24px !important;
  font-weight: 800 !important;
  color: #ffffff !important;
  letter-spacing: -0.02em !important;
  line-height: 1.1 !important;
}
body.order-form-page .order-summary-note {
  margin: 0 !important;
  padding: 12px 14px !important;
  font-size: 12.5px !important;
  color: var(--of-text-4) !important;
  line-height: 1.6 !important;
  background: rgba(255,255,255,0.03) !important;
  border-radius: 10px !important;
}
body.order-form-page .order-summary-note::before {
  content: "\f05a";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 8px;
  color: var(--of-primary);
}

/* ── Responsive Mobile Premium ──────────────────────── */
@media (max-width: 1024px) {
  body.order-form-page .order-content-grid {
    grid-template-columns: 1fr !important;
  }
  body.order-form-page .content-card + .content-card {
    position: relative !important;
    top: auto !important;
  }
  body.order-form-page .order-steps {
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 6px !important;
  }
  body.order-form-page .order-steps::before {
    left: 6%;
    right: 6%;
  }
  body.order-form-page .order-step-index {
    width: 46px !important;
    height: 46px !important;
    font-size: 14px !important;
  }
}
@media (max-width: 720px) {
  body.order-form-page .page-main {
    padding: 16px 20px 64px !important;
  }
  body.order-form-page .order-assistant-card,
  body.order-form-page .content-card + .content-card {
    padding: 24px !important;
    border-radius: 20px !important;
  }
  body.order-form-page .v2-static-hero h1 {
    font-size: 32px !important;
  }
  body.order-form-page .v2-static-hero p {
    font-size: 15px !important;
  }
  body.order-form-page .form-grid {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }
  body.order-form-page .payment-bank-grid,
  body.order-form-page .payment-grid {
    grid-template-columns: 1fr !important;
  }
  body.order-form-page .order-steps {
    grid-template-columns: repeat(2, 1fr) !important;
    row-gap: 22px !important;
  }
  body.order-form-page .order-steps::before {
    display: none !important;
  }
  body.order-form-page .payment-box {
    padding: 24px !important;
  }
  body.order-form-page .payment-box-head h3 {
    font-size: 19px !important;
  }
  body.order-form-page .how-title {
    font-size: 20px !important;
  }
  body.order-form-page .order-summary-total strong {
    font-size: 20px !important;
  }
  body.order-form-page .order-submit {
    padding: 16px 28px !important;
    font-size: 15.5px !important;
  }
}

/* ═══════════════════════════════════════════════════════════ */

.v2-header-inner {
  max-width: 1360px;
  margin: 0 auto;
  padding: 14px 32px;
  display: grid;
  grid-template-columns: auto 1fr auto auto auto;
  align-items: center;
  gap: 22px;
}

.v2-brand {
  display: inline-flex;
  align-items: center;
  gap: 0;
  font-family: "Sora", "Inter", sans-serif;
  font-weight: 800;
  font-size: 28px;
  letter-spacing: -0.03em;
  line-height: 1;
}

.v2-brand-main {
  color: #ffffff;
}

.v2-brand-hub {
  color: #000;
  background: var(--v2-gold-gradient);
  padding: 2px 10px 3px 8px;
  border-radius: 8px;
  margin-left: 10px;
  font-weight: 800;
}

.v2-search {
  position: relative;
  max-width: 360px;
  width: 100%;
  justify-self: center;
}

.v2-search-input {
  width: 100%;
  height: 44px;
  padding: 0 42px 0 44px;
  background: var(--v2-bg-card);
  border: 1px solid var(--v2-border);
  border-radius: 12px;
  color: var(--v2-text);
  font-size: 14px;
  font-weight: 500;
  outline: none;
  transition: border-color 0.25s var(--v2-ease), background 0.25s var(--v2-ease);
}

.v2-search-input::placeholder { color: var(--v2-text-subtle); font-weight: 400; }

.v2-search-input:focus {
  border-color: rgba(249, 115, 22, 0.55);
  background: #101010;
}

.v2-search-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--v2-text-subtle);
  font-size: 14px;
}

.v2-nav {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.v2-nav a {
  position: relative;
  padding: 8px 14px;
  font-size: 15px;
  font-weight: 500;
  color: var(--v2-text-muted);
  border-radius: 10px;
  transition: color 0.22s var(--v2-ease), background 0.22s var(--v2-ease);
}

.v2-nav a:hover { color: #fff; background: rgba(255, 255, 255, 0.05); }

.v2-nav a.is-active {
  color: #fff;
  font-weight: 600;
}

.v2-nav a.is-active::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 2px;
  height: 2.5px;
  border-radius: 999px;
  background: var(--v2-gold-gradient);
}

.v2-header-actions {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.v2-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 44px;
  padding: 0 20px;
  border-radius: 12px;
  font-size: 14.5px;
  font-weight: 600;
  letter-spacing: -0.01em;
  transition: transform 0.2s var(--v2-ease), filter 0.2s var(--v2-ease), box-shadow 0.25s var(--v2-ease), background 0.25s var(--v2-ease), border-color 0.25s var(--v2-ease);
  white-space: nowrap;
  line-height: 1;
}

.v2-btn-lg {
  height: 52px;
  padding: 0 24px;
  font-size: 15.5px;
  border-radius: 14px;
}

.v2-btn-ghost {
  background: transparent;
  color: #f4f4f5;
  border: 1px solid var(--v2-border-strong);
}

.v2-btn-ghost:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.22);
}

.v2-btn-outline {
  background: transparent;
  color: #fff;
  border: 1px solid var(--v2-border-strong);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.v2-btn-outline:hover {
  background: rgba(255, 255, 255, 0.05);
  transform: translateY(-0.5px);
}

.v2-btn-solid {
  background: var(--v2-orange-gradient);
  color: #0b0b0b;
  box-shadow: var(--v2-shadow-orange);
  border: 0;
}

.v2-btn-solid:hover {
  filter: brightness(1.06) saturate(1.04);
  transform: translateY(-1px);
}

.v2-menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--v2-border);
  color: #fff;
  align-items: center;
  justify-content: center;
}

.menu-toggle-lines {
  display: inline-grid;
  gap: 5px;
  width: 20px;
}

.menu-toggle-lines span {
  display: block;
  height: 2px;
  background: #fff;
  border-radius: 999px;
}

.menu-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(6px);
  z-index: 90;
}

main {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 32px;
}

/* ============ HERO ============ */
.v2-hero {
  position: relative;
  padding: 72px 0 64px;
}

.v2-hero-inner {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 56px;
  align-items: center;
}

.v2-hero-title {
  font-family: "Sora", "Inter", sans-serif;
  font-weight: 800;
  font-size: clamp(42px, 6vw, 72px);
  line-height: 1.03;
  letter-spacing: -0.035em;
  margin: 0 0 26px;
}

.v2-hero-line {
  display: block;
}

.v2-hero-line--white { color: #ffffff; }

.v2-hero-line--accent {
  background: var(--v2-gold-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.v2-hero-desc {
  color: var(--v2-text-muted);
  font-size: 17px;
  line-height: 1.7;
  max-width: 480px;
  margin: 0 0 34px;
}

.v2-hero-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 0 0 48px;
}

.v2-hero-features {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  max-width: 620px;
}

.v2-hero-feature {
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 10px;
}

.v2-hf-icon {
  display: inline-grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: linear-gradient(160deg, rgba(251, 146, 60, 0.20), rgba(249, 115, 22, 0.08));
  border: 1px solid rgba(249, 115, 22, 0.28);
  color: var(--v2-orange-1);
  font-size: 18px;
}

.v2-hf-label {
  font-size: 12.5px;
  font-weight: 500;
  line-height: 1.35;
  color: var(--v2-text-muted);
}

/* Hero Visual (Laptop + Phone Mockup) */
.v2-hero-visual {
  position: relative;
  min-height: 520px;
  perspective: 1800px;
}

.v2-mockup-laptop {
  position: relative;
  z-index: 2;
}

.v2-laptop-frame {
  position: relative;
  transform: rotateY(-8deg) rotateX(4deg);
  transform-style: preserve-3d;
  transform-origin: center center;
}

.v2-laptop-screen {
  position: relative;
  background: #0b0b0c;
  border: 1px solid #232327;
  border-radius: 18px;
  padding: 34px 16px 16px;
  box-shadow:
    0 50px 90px -30px rgba(249, 115, 22, 0.22),
    0 30px 60px -20px rgba(0, 0, 0, 0.9),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.v2-laptop-camera {
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #27272a;
  box-shadow: inset 0 0 0 1px #3f3f46;
}

.v2-brochure-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 14px 14px;
  color: #9ca3af;
  font-size: 12px;
  font-weight: 500;
  gap: 12px;
}

.v2-bt-zoom {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #151517;
  padding: 4px 6px;
  border-radius: 8px;
  border: 1px solid #26262b;
}

.v2-bt-zoom button {
  width: 22px;
  height: 22px;
  border-radius: 6px;
  color: #d4d4d8;
  font-size: 14px;
}

.v2-bt-zoom button:hover { background: #232327; }

.v2-bt-actions {
  display: inline-flex;
  gap: 10px;
  font-size: 14px;
  color: #a1a1aa;
}

.v2-brochure-spread {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr 1fr auto;
  gap: 0;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  box-shadow: 0 14px 36px -14px rgba(0, 0, 0, 0.85);
}

.v2-spread-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.78);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 13px;
  backdrop-filter: blur(6px);
  z-index: 5;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.v2-spread-arrow--left { left: 10px; }
.v2-spread-arrow--right { right: 10px; }

.v2-brochure-page {
  position: relative;
  padding: 5% 6%;
  background: #fffdf9;
  color: #18181b;
  font-family: "Inter", sans-serif;
  overflow: hidden;
}

.v2-brochure-page--left {
  border-right: 1px solid #f3e8d6;
  background:
    radial-gradient(ellipse at top right, rgba(251, 191, 36, 0.08), transparent 55%),
    linear-gradient(180deg, #fffdfa 0%, #fffaf2 100%);
}

.v2-brochure-page--right {
  background:
    radial-gradient(ellipse at bottom left, rgba(251, 146, 60, 0.10), transparent 55%),
    linear-gradient(180deg, #fffdf9 0%, #fffaf3 100%);
}

.v2-br-tag {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, #fb923c, #f97316);
  color: #fff;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
}

.v2-br-title-big {
  font-family: "Sora", sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.15;
  color: #0a0a0a;
  letter-spacing: -0.02em;
  margin-bottom: 6px;
}

.v2-br-title-big span {
  background: linear-gradient(135deg, #f97316, #ea580c);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.v2-br-subtitle {
  font-size: 10.5px;
  color: #52525b;
  line-height: 1.5;
  margin-bottom: 18px;
}

.v2-br-section { margin-bottom: 14px; }

.v2-br-sec-title {
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 5px;
}

.v2-br-sec-title--orange {
  color: #ea580c;
  border-bottom: 2px solid rgba(251, 146, 60, 0.3);
  padding-bottom: 3px;
  display: inline-block;
}

.v2-br-sec-text {
  font-size: 9.5px;
  line-height: 1.6;
  color: #52525b;
  text-align: justify;
}

.v2-br-sec-text::after {
  content: " Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam.";
  display: inline;
  font-size: inherit;
  color: inherit;
}

.v2-br-company-box {
  margin-bottom: 14px;
}

.v2-br-logo-box {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.v2-br-logo-mark {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: linear-gradient(135deg, #fb923c 0%, #ea580c 100%);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 13px;
  transform: rotate(-8deg);
}

.v2-br-logo-name {
  font-family: "Sora", sans-serif;
  font-weight: 800;
  font-size: 14px;
  color: #18181b;
  letter-spacing: -0.02em;
}

.v2-br-logo-tag {
  font-size: 8.5px;
  color: #71717a;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.v2-br-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.v2-br-list li {
  font-size: 10px;
  color: #3f3f46;
  padding: 2px 0 2px 14px;
  position: relative;
}

.v2-br-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 7px;
  height: 2px;
  background: #fb923c;
  border-radius: 999px;
}

.v2-br-contact {
  font-size: 10px;
  color: #27272a;
  font-weight: 600;
  line-height: 1.5;
}

.v2-br-people-img {
  position: absolute;
  right: 5%;
  top: 28%;
  width: 40%;
  display: grid;
  gap: 10px;
}

.v2-br-people-photo {
  position: relative;
  aspect-ratio: 1 / 1;
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(251, 146, 60, 0.45), rgba(249, 115, 22, 0.10) 60%),
    linear-gradient(160deg, #fbbf24 0%, #fb923c 40%, #f97316 100%);
  overflow: hidden;
  box-shadow: 0 8px 20px -10px rgba(249, 115, 22, 0.45);
}

.v2-br-person {
  position: absolute;
  width: 54%;
  height: 70%;
  bottom: 0;
  border-radius: 50% 50% 8px 8px / 70% 70% 8px 8px;
  background: #3f3f46;
  box-shadow: inset 0 -6px 0 #d4d4d8;
}

.v2-br-person::before {
  content: "";
  position: absolute;
  top: -18%;
  left: 50%;
  transform: translateX(-50%);
  width: 52%;
  aspect-ratio: 1 / 1;
  border-radius: 999px;
  background: linear-gradient(180deg, #fcd34d 0%, #fbbf24 100%);
  border: 1px solid #f59e0b;
}

.v2-br-person--1 {
  left: 6%;
  background: linear-gradient(180deg, #1f2937 0%, #111827 100%);
}

.v2-br-person--2 {
  right: 6%;
  background: linear-gradient(180deg, #374151 0%, #111827 100%);
  width: 48%;
  height: 64%;
}

.v2-br-photo-city {
  position: relative;
  aspect-ratio: 4 / 3;
  border-radius: 14px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(10, 10, 10, 0.0) 0%, rgba(10, 10, 10, 0.25) 100%),
    linear-gradient(160deg, #1f2937 0%, #0f172a 50%, #111827 100%);
  box-shadow: 0 8px 20px -12px rgba(0, 0, 0, 0.85);
}

.v2-br-city-photo {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 30% 70%, rgba(251, 146, 60, 0.28), transparent 45%),
    linear-gradient(180deg, #0f172a 0%, #020617 60%, #000000 100%);
}

.v2-br-city-photo::before {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 0;
  height: 70%;
  background-image:
    /* Building silhouettes using box-shadow is complex; instead draw simple windows pattern */
    repeating-linear-gradient(90deg,
      transparent 0, transparent 24px,
      rgba(251, 191, 36, 0.6) 24px, rgba(251, 191, 36, 0.6) 26px,
      transparent 26px, transparent 40px,
      rgba(251, 191, 36, 0.4) 40px, rgba(251, 191, 36, 0.4) 42px
    );
  background-size: 100% 18px;
  opacity: 0.55;
  mask-image: linear-gradient(180deg, transparent 0%, #000 15%, #000 100%);
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 15%, #000 100%);
}

.v2-br-city-photo::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 38%;
  background:
    linear-gradient(90deg,
      #0f172a 0%, #0f172a 8%,
      #1e293b 8%, #1e293b 22%,
      #0b1220 22%, #0b1220 32%,
      #1e293b 32%, #1e293b 50%,
      #0f172a 50%, #0f172a 64%,
      #020617 64%, #020617 78%,
      #111827 78%, #111827 100%
    );
  clip-path: polygon(
    0 100%,
    0 52%, 8% 52%, 8% 40%, 15% 40%, 15% 52%,
    22% 52%, 22% 24%, 32% 24%, 32% 52%,
    36% 52%, 36% 68%, 45% 68%, 45% 30%, 54% 30%, 54% 52%,
    64% 52%, 64% 44%, 72% 44%, 72% 64%,
    78% 64%, 78% 32%, 90% 32%, 90% 52%,
    100% 52%, 100% 100%
  );
}

.v2-br-corner-accent {
  position: absolute;
  right: 0;
  width: 38%;
  height: 30%;
  background: var(--v2-orange-gradient);
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.v2-br-corner-accent--top {
  top: 0;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  opacity: 0.9;
}

.v2-br-corner-accent--bottom {
  bottom: 0;
  clip-path: polygon(100% 100%, 100% 0, 0 100%);
  opacity: 0.85;
}

.v2-brochure-bottombar {
  display: flex;
  justify-content: center;
  gap: 18px;
  padding: 12px 10px 4px;
  color: #a1a1aa;
  font-size: 14px;
}

.v2-laptop-base {
  margin: -6px auto 0;
  height: 10px;
  width: 92%;
  background: linear-gradient(180deg, #1c1c20, #0f0f12);
  border-radius: 0 0 18px 18px;
  border: 1px solid #27272a;
  border-top: 0;
  position: relative;
}

.v2-laptop-foot {
  margin: 0 auto;
  height: 6px;
  width: 52%;
  background: linear-gradient(180deg, #18181b, #0b0b0c);
  border-radius: 0 0 8px 8px;
  border: 1px solid #27272a;
  border-top: 0;
}

/* PHONE MOCKUP */
.v2-mockup-phone {
  position: absolute;
  right: -24px;
  bottom: -40px;
  width: 210px;
  z-index: 3;
  transform: rotateY(12deg) rotateX(-6deg) rotateZ(3deg);
  transform-style: preserve-3d;
}

.v2-mockup-phone--single {
  position: relative;
  right: auto;
  bottom: auto;
  width: 328px;
  margin: 0 auto;
  transform: none;
}

@media (max-width: 1200px) {
  .v2-mockup-phone--single { width: 304px; }
}

@media (max-width: 768px) {
  .v2-mockup-phone--single { width: 272px; }
}

@media (max-width: 560px) {
  .v2-mockup-phone--single { width: 248px; transform: none; }
}

/* Feature catalogue page */
.features-page .features-hero {
  min-height: 460px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 76px 0 58px;
  isolation: isolate;
  overflow: hidden;
}

.features-page .features-hero::before,
.features-page .features-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(2px);
  animation: features-float 8s ease-in-out infinite;
}

.features-page .features-hero::before {
  width: 420px;
  height: 420px;
  top: -180px;
  right: 4%;
  background: radial-gradient(circle, rgba(251, 146, 60, .22), transparent 68%);
}

.features-page .features-hero::after {
  width: 360px;
  height: 360px;
  bottom: -190px;
  left: 4%;
  background: radial-gradient(circle, rgba(251, 191, 36, .14), transparent 68%);
  animation-delay: -3s;
}

.features-page .features-hero-inner,
.features-page .features-hero-copy {
  width: 100%;
}

.features-page .features-hero-inner {
  display: block !important;
  grid-template-columns: 1fr !important;
  justify-items: center;
  width: 100%;
  max-width: 980px;
  margin-inline: auto !important;
  text-align: center;
}

body.features-page main .features-hero .v2-hero-inner {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  max-width: 980px !important;
  margin: 0 auto !important;
  gap: 0 !important;
  text-align: center !important;
}

body.features-page main .features-hero .v2-hero-copy {
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
  max-width: 900px !important;
  margin: 0 auto !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}

body.features-page main .features-hero .features-kicker,
body.features-page main .features-hero .v2-hero-title,
body.features-page main .features-hero .features-hero-desc {
  position: relative !important;
  left: auto !important;
  right: auto !important;
  float: none !important;
  align-self: center !important;
  text-align: center !important;
}

body.features-page main .features-hero .features-hero-desc {
  width: min(700px, 100%) !important;
  max-width: 700px !important;
  margin: 0 auto !important;
}

.features-page .features-hero-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 900px;
  margin-inline: auto !important;
  text-align: center;
}

.features-page .features-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 15px;
  margin-bottom: 22px;
  color: var(--v2-gold);
  background: rgba(251, 191, 36, .1);
  border: 1px solid rgba(251, 191, 36, .28);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  animation: features-rise .7s var(--v2-ease) both;
}

.features-page .features-kicker i { animation: features-spin 5s linear infinite; }

.features-page .features-hero .v2-hero-title {
  display: block;
  max-width: 820px;
  width: 100%;
  margin: 0 auto 22px;
  text-align: center;
  animation: features-rise .8s .08s var(--v2-ease) both;
}

.features-page .features-hero .v2-hero-line { display: block; white-space: nowrap; }

.features-page .features-hero-desc {
  max-width: 700px;
  margin: 0 auto;
  font-size: 17px;
  animation: features-rise .8s .16s var(--v2-ease) both;
}

.features-page .v2-static-content {
  max-width: 1180px;
  margin: 0 auto;
  padding: 18px 0 88px;
}

.features-page .features-section { padding: 44px 0 18px; }

.features-page .features-section-head {
  margin-bottom: 26px;
  text-align: center;
}

.features-page .features-section-head .v2-why-title {
  margin-bottom: 8px;
  font-size: clamp(25px, 3vw, 34px);
}

.features-page .features-section-subtitle {
  color: var(--v2-text-muted);
  font-size: 14px;
}

.features-page .v2-why-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }

.features-page .feature-card {
  min-height: 214px;
  padding: 22px 20px;
  position: relative;
  overflow: hidden;
  animation: features-rise .65s var(--v2-ease) both;
}

.features-page .feature-card::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  right: -56px;
  bottom: -64px;
  border-radius: 50%;
  background: rgba(251, 146, 60, .08);
  transition: transform .4s var(--v2-ease), background .4s ease;
}

.features-page .feature-card:hover::after { transform: scale(2.2); background: rgba(251, 146, 60, .13); }
.features-page .feature-card h3 { color: var(--v2-text); font-size: 16px; line-height: 1.3; }
.features-page .feature-card p { color: var(--v2-text-muted); font-size: 13px; line-height: 1.65; }
.features-page .feature-card .v2-why-icon { transition: transform .35s var(--v2-ease), box-shadow .35s ease; }
.features-page .feature-card:hover .v2-why-icon { transform: rotate(-5deg) scale(1.08); box-shadow: 0 10px 24px rgba(249, 115, 22, .2); }

.features-page .features-cta {
  display: grid;
  justify-items: center;
  gap: 14px;
  margin: 58px auto 0;
  max-width: 760px;
  padding: 42px 28px;
  text-align: center;
  background: linear-gradient(135deg, rgba(251, 146, 60, .13), rgba(251, 191, 36, .05));
  border-color: rgba(251, 146, 60, .25);
  animation: features-rise .8s .2s var(--v2-ease) both;
}

.features-page .features-cta h2 { font-family: "Sora", sans-serif; font-size: clamp(23px, 3vw, 32px); line-height: 1.2; }
.features-page .features-cta p { color: var(--v2-text-muted); font-size: 15px; }
.features-page .features-cta .v2-btn { margin-top: 8px; }

@keyframes features-rise { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: translateY(0); } }
@keyframes features-float { 0%, 100% { transform: translate3d(0, 0, 0); } 50% { transform: translate3d(0, 18px, 0); } }
@keyframes features-spin { to { transform: rotate(360deg); } }

@media (max-width: 900px) {
  .features-page .v2-static-content { padding-left: 20px; padding-right: 20px; }
  .features-page .v2-why-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 560px) {
  .features-page .features-hero { min-height: 390px; padding: 46px 0 34px; }
  .features-page .features-hero-desc { font-size: 14px; }
  .features-page .features-hero .v2-hero-line { white-space: normal; }
  .features-page .v2-static-content { padding: 4px 0 58px; }
  .features-page .features-section { padding: 34px 0 6px; }
  .features-page .v2-why-grid { grid-template-columns: 1fr; gap: 11px; }
  .features-page .feature-card { min-height: 0; padding: 18px; }
  .features-page .features-cta { margin-top: 38px; padding: 30px 20px; }
}

@media (prefers-reduced-motion: reduce) {
  .features-page *, .features-page *::before, .features-page *::after { animation: none !important; transition: none !important; }
}

.v2-phone-frame {
  position: relative;
  background: linear-gradient(180deg, #1a1a1c 0%, #0d0d0f 50%, #1a1a1c 100%);
  border: 1px solid #2a2a2e;
  border-radius: 38px;
  padding: 10px;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.04),
    0 40px 70px -28px rgba(249, 115, 22, 0.35),
    0 24px 50px -18px rgba(0, 0, 0, 0.9),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.v2-phone-frame::before {
  content: "";
  position: absolute;
  top: 6px;
  right: -2px;
  width: 2px;
  height: 22px;
  background: #1a1a1c;
  border-radius: 2px;
  box-shadow: 0 28px 0 #1a1a1c;
}

.v2-phone-frame::after {
  content: "";
  position: absolute;
  top: 40px;
  right: -2px;
  width: 2px;
  height: 40px;
  background: #1a1a1c;
  border-radius: 2px;
  box-shadow: 0 28px 0 #1a1a1c;
}

.v2-phone-screen {
  position: relative;
  background: #fff;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid #1f1f23;
}

.v2-phone-notch {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 96px;
  height: 26px;
  background: #000;
  border-radius: 13px;
  z-index: 7;
  box-shadow:
    0 0 0 0.5px rgba(255, 255, 255, 0.06),
    0 2px 6px rgba(0, 0, 0, 0.35);
}

.v2-phone-punchhole {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #1a1a2e 0%, #0a0a0f 60%, #000 100%);
  border: 1.5px solid #0f0f14;
  box-shadow:
    inset 0 0 3px rgba(0, 0, 0, 0.95),
    0 0 0 1px rgba(255, 255, 255, 0.05),
    0 1px 2px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

.v2-phone-punchhole::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 3px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(120, 160, 220, 0.4) 0%, rgba(80, 120, 180, 0.15) 60%, transparent 100%);
}

.v2-phone-punchhole::after {
  content: "";
  position: absolute;
  top: 5px;
  right: 3px;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: rgba(100, 140, 200, 0.2);
}

.v2-phone-screen {
  background: #0a0a0a;
  border-radius: 26px;
  overflow: hidden;
  aspect-ratio: 9 / 19;
  position: relative;
  border: 1px solid #1f1f23;
}

.v2-phone-statusbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 16px 0;
  font-size: 10.5px;
  font-weight: 600;
  color: #f4f4f5;
  min-height: 26px;
}

.v2-phone-status-icons {
  display: inline-flex;
  gap: 5px;
  font-size: 10px;
}

.v2-phone-brochure {
  position: relative;
  margin: 6px 10px 0;
  border-radius: 14px;
  padding: 16px 14px 14px;
  background: #fffdf9;
  color: #18181b;
  aspect-ratio: 3 / 5;
  overflow: hidden;
  font-family: "Inter", sans-serif;
  background-image:
    radial-gradient(ellipse at top right, rgba(251, 146, 60, 0.12), transparent 55%),
    linear-gradient(180deg, #fffdf8 0%, #fff8ec 100%);
}

.v2-pb-title { margin-bottom: 10px; }

.v2-pb-tag {
  display: inline-block;
  padding: 3px 8px;
  border-radius: 999px;
  background: var(--v2-orange-gradient);
  color: #fff;
  font-size: 8.5px;
  font-weight: 700;
  margin-bottom: 7px;
}

.v2-pb-headline {
  font-family: "Sora", sans-serif;
  font-weight: 800;
  font-size: 15px;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #0a0a0a;
  margin-bottom: 3px;
}

.v2-pb-headline span {
  background: linear-gradient(135deg, #f97316, #ea580c);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.v2-pb-sub {
  font-size: 8.5px;
  color: #71717a;
  line-height: 1.4;
}

.v2-pb-section { margin-bottom: 8px; }

.v2-pb-sec-title {
  font-size: 9.5px;
  font-weight: 700;
  margin-bottom: 3px;
}

.v2-pb-sec-title--orange {
  color: #ea580c;
  border-bottom: 2px solid rgba(251, 146, 60, 0.3);
  padding-bottom: 1.5px;
  display: inline-block;
}

.v2-pb-text {
  font-size: 8px;
  line-height: 1.5;
  color: #52525b;
}

.v2-pb-text::after {
  content: " Proin in diam tincidunt, luctus justo ac, iaculis augue. Donec sit amet.";
}

.v2-pb-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.v2-pb-list li {
  font-size: 8px;
  color: #3f3f46;
  padding: 1.5px 0 1.5px 10px;
  position: relative;
}

.v2-pb-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 6px;
  height: 1.5px;
  background: #fb923c;
  border-radius: 999px;
}

.v2-pb-contact {
  font-size: 8px;
  color: #27272a;
  font-weight: 600;
  line-height: 1.4;
}

.v2-pb-corner-top,
.v2-pb-corner-bottom {
  position: absolute;
  right: 0;
  width: 40%;
  height: 18%;
  background: var(--v2-orange-gradient);
  opacity: 0.9;
}

.v2-pb-corner-top {
  top: 0;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.v2-pb-corner-bottom {
  bottom: 0;
  clip-path: polygon(100% 100%, 100% 0, 0 100%);
  opacity: 0.85;
}

.v2-phone-tabbar {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 16px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 6px 8px;
  background: rgba(23, 23, 23, 0.88);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  gap: 4px;
}

.v2-pt-tab {
  display: grid;
  justify-items: center;
  gap: 2px;
  color: #71717a;
  font-size: 9px;
  font-weight: 500;
  padding: 2px 0;
  border-radius: 10px;
}

.v2-pt-tab.is-active {
  background: rgba(251, 146, 60, 0.12);
  color: var(--v2-orange-1);
}

.v2-pt-tab i { font-size: 13px; }

.v2-phone-home-indicator {
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.45);
}

/* ===== SINGLE MOBILE — LIVE IFRAME BROWSER ===== */
.v2-phone-screen--iframe {
  background: #fff;
  border-radius: 34px;
  overflow: hidden;
  aspect-ratio: 9 / 19;
  position: relative;
  border: none;
}

.v2-phone-statusbar--iframe {
  position: absolute;
  top: 34px;
  left: 0;
  right: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 14px;
  font-size: 9.5px;
  font-weight: 600;
  color: #831843;
  min-height: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.7) 60%, rgba(255,255,255,0) 100%);
  pointer-events: none;
}

.v2-phone-statusbar--iframe .v2-phone-status-icons {
  display: inline-flex;
  gap: 4px;
  font-size: 8.5px;
  color: #831843;
}

.v2-iframe-fade-overlay-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 36px;
  background: linear-gradient(180deg, rgba(255,255,255,0.95) 0%, transparent 100%);
  z-index: 4;
  pointer-events: none;
}

.v2-iframe-fade-overlay-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 36px;
  background: linear-gradient(0deg, rgba(255,255,255,0.95) 0%, transparent 100%);
  z-index: 4;
  pointer-events: none;
}

.v2-live-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% / 0.70);
  height: calc(100% / 0.70);
  border: 0;
  background: #fff;
  scrollbar-width: none;
  -ms-overflow-style: none;
  image-rendering: -webkit-optimize-contrast;
  -webkit-font-smoothing: antialiased;
  transform: scale(0.70);
  transform-origin: top left;
}

.v2-live-iframe::-webkit-scrollbar {
  display: none;
}

/* Default: mockup tampil, fallback sembunyi */
.v2-mobile-fallback {
  display: none;
}

@media (max-width: 768px) {
  .v2-mockup-phone--single { display: none; }
  .v2-mobile-fallback { display: flex; }
}

.v2-mockup-glow {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 88%;
  border-radius: 40px;
  background:
    radial-gradient(ellipse at 30% 20%, rgba(244, 114, 182, 0.25) 0%, transparent 55%),
    radial-gradient(ellipse at 80% 80%, rgba(236, 72, 153, 0.20) 0%, transparent 55%),
    radial-gradient(ellipse at 50% 50%, rgba(251, 146, 60, 0.12) 0%, transparent 70%);
  filter: blur(14px);
  z-index: -1;
  pointer-events: none;
  animation: v2-glow-breathe 7s ease-in-out infinite;
}

@keyframes v2-glow-breathe {
  0%, 100% { opacity: 0.8; transform: translate(-50%, -50%) scale(1); }
  50% { opacity: 1; transform: translate(-50%, -50%) scale(1.04); }
}

@media (prefers-reduced-motion: reduce) {
  .v2-mockup-glow { animation: none !important; }
}

/* ===== MOBILE FALLBACK CARD ===== */
.v2-mobile-fallback {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0;
}

@media (max-width: 768px) {
  .v2-mockup-phone--single { display: none; }
  .v2-mobile-fallback { display: flex; }
}

.v2-mobile-fallback-card {
  position: relative;
  width: 100%;
  padding: 24px 20px;
  margin-top: 20px;
  background: linear-gradient(135deg, rgba(251, 191, 36, 0.08) 0%, rgba(249, 115, 22, 0.06) 100%);
  border: 1px solid rgba(251, 191, 36, 0.25);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  overflow: hidden;
}

.v2-mobile-fallback-card::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at 30% 40%, rgba(251, 191, 36, 0.06), transparent 60%);
  animation: v2-card-shimmer 6s ease-in-out infinite;
  pointer-events: none;
}

@keyframes v2-card-shimmer {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(10%, 8%); }
}

.v2-mobile-fallback-tagline {
  font-family: "Sora", sans-serif;
  font-size: 22px;
  font-weight: 800;
  text-align: center;
  line-height: 1.35;
  letter-spacing: -0.015em;
  background: var(--v2-gold-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  min-height: 3em;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.v2-mobile-fallback-tagline.is-visible {
  opacity: 1;
}

.v2-mobile-fallback-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 28px;
  background: #fff;
  color: #ea580c;
  font-size: 15px;
  font-weight: 700;
  border-radius: 100px;
  transition: transform 0.25s var(--v2-ease), box-shadow 0.25s var(--v2-ease);
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}

.v2-mobile-fallback-cta:hover {
  transform: scale(1.04);
  box-shadow: 0 6px 20px rgba(249, 115, 22, 0.3);
}

.v2-mobile-fallback-cta i {
  transition: transform 0.25s var(--v2-ease);
}

.v2-mobile-fallback-cta:hover i {
  transform: translateX(3px);
}

@media (prefers-reduced-motion: reduce) {
  .v2-mobile-fallback-tagline { opacity: 1 !important; transition: none !important; }
  .v2-mobile-fallback-card::before { animation: none !important; }
  .v2-mobile-fallback-cta { transition: none !important; }
}

/* ===== MOBILE IPHONE MOCKUP WITH LIVE IFRAME ===== */
.v2-mobile-mockup-wrap {
  position: relative;
  width: 100%;
  max-width: 320px;
  margin: 10px auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}

.v2-mobile-mockup-glow {
  position: absolute;
  left: 50%;
  top: 42%;
  transform: translate(-50%, -50%);
  width: 88%;
  height: 80%;
  border-radius: 40px;
  background:
    radial-gradient(ellipse at 30% 20%, rgba(251, 146, 60, 0.28) 0%, transparent 55%),
    radial-gradient(ellipse at 80% 80%, rgba(251, 191, 36, 0.22) 0%, transparent 55%),
    radial-gradient(ellipse at 50% 50%, rgba(249, 115, 22, 0.14) 0%, transparent 70%);
  filter: blur(16px);
  z-index: -1;
  pointer-events: none;
  animation: v2-mobile-glow 7s ease-in-out infinite;
}

@keyframes v2-mobile-glow {
  0%, 100% { opacity: 0.78; transform: translate(-50%, -50%) scale(1); }
  50% { opacity: 1; transform: translate(-50%, -50%) scale(1.06); }
}

.v2-mobile-phone-frame {
  position: relative;
  width: 100%;
  background: linear-gradient(180deg, #1a1a1c 0%, #0d0d0f 50%, #1a1a1c 100%);
  border: 1px solid #2a2a2e;
  border-radius: 36px;
  padding: 9px;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.05),
    0 32px 64px -24px rgba(249, 115, 22, 0.4),
    0 18px 40px -14px rgba(0, 0, 0, 0.92),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.v2-mobile-phone-frame::before {
  content: "";
  position: absolute;
  top: 8px;
  right: -2px;
  width: 2px;
  height: 18px;
  background: #1a1a1c;
  border-radius: 2px;
  box-shadow: 0 22px 0 #1a1a1c;
}

.v2-mobile-phone-frame::after {
  content: "";
  position: absolute;
  top: 36px;
  right: -2px;
  width: 2px;
  height: 34px;
  background: #1a1a1c;
  border-radius: 2px;
  box-shadow: 0 22px 0 #1a1a1c;
}

.v2-mobile-phone-screen {
  position: relative;
  background: #0a0a0a;
  border-radius: 28px;
  overflow: hidden;
  aspect-ratio: 9 / 19;
  border: 1px solid #1f1f23;
}

.v2-mobile-phone-notch {
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 88px;
  height: 24px;
  background: #000;
  border-radius: 12px;
  z-index: 10;
  box-shadow:
    0 0 0 0.5px rgba(255, 255, 255, 0.06),
    0 2px 6px rgba(0, 0, 0, 0.35);
}

.v2-mobile-phone-punchhole {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #1a1a2e 0%, #0a0a0f 60%, #000 100%);
  border: 1.5px solid #0f0f14;
  box-shadow:
    inset 0 0 3px rgba(0, 0, 0, 0.95),
    0 0 0 1px rgba(255, 255, 255, 0.05),
    0 1px 2px rgba(0, 0, 0, 0.5);
}

.v2-mobile-phone-punchhole::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(120, 160, 220, 0.4) 0%, rgba(80, 120, 180, 0.15) 60%, transparent 100%);
}

.v2-mobile-iframe-fade-top,
.v2-mobile-iframe-fade-bottom {
  position: absolute;
  left: 0;
  right: 0;
  height: 14px;
  z-index: 8;
  pointer-events: none;
}

.v2-mobile-iframe-fade-top {
  top: 0;
  background: linear-gradient(180deg, rgba(10, 10, 10, 0.6) 0%, transparent 100%);
}

.v2-mobile-iframe-fade-bottom {
  bottom: 0;
  background: linear-gradient(0deg, rgba(10, 10, 10, 0.55) 0%, transparent 100%);
}

.v2-mobile-live-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% / 0.62);
  height: calc(100% / 0.62);
  border: 0;
  background: #fff;
  scrollbar-width: none;
  -ms-overflow-style: none;
  image-rendering: -webkit-optimize-contrast;
  -webkit-font-smoothing: antialiased;
  transform: scale(0.62);
  transform-origin: top left;
}

.v2-mobile-live-iframe::-webkit-scrollbar {
  display: none;
}

.v2-mobile-mockup-cta-row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.v2-mobile-mockup-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 26px;
  background: var(--v2-gold-gradient);
  color: #0a0a0a;
  font-size: 14px;
  font-weight: 800;
  font-family: "Inter", sans-serif;
  border-radius: 999px;
  transition: all 0.28s cubic-bezier(.22,1,.36,1);
  box-shadow: 0 6px 20px -8px rgba(251, 191, 36, 0.55);
  letter-spacing: -0.005em;
}

.v2-mobile-mockup-cta:hover {
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 10px 28px -10px rgba(251, 191, 36, 0.7);
}

.v2-mobile-mockup-cta:active {
  transform: translateY(0) scale(0.99);
}

.v2-mobile-mockup-cta i {
  font-size: 12.5px;
  transition: transform 0.25s ease;
}

.v2-mobile-mockup-cta:hover i {
  transform: translate(2px, -2px);
}

@media (max-width: 420px) {
  .v2-mobile-mockup-wrap { max-width: 260px; }
  .v2-mobile-phone-frame { border-radius: 32px; padding: 8px; }
  .v2-mobile-phone-screen { border-radius: 24px; }
  .v2-mobile-phone-notch { width: 76px; height: 22px; top: 7px; }
  .v2-mobile-live-iframe {
    width: calc(100% / 0.56);
    height: calc(100% / 0.56);
    transform: scale(0.56);
  }
}

@media (max-width: 340px) {
  .v2-mobile-mockup-wrap { max-width: 230px; }
  .v2-mobile-live-iframe {
    width: calc(100% / 0.52);
    height: calc(100% / 0.52);
    transform: scale(0.52);
  }
  .v2-mobile-mockup-cta { padding: 11px 22px; font-size: 13px; }
}

@media (prefers-reduced-motion: reduce) {
  .v2-mobile-mockup-glow { animation: none !important; }
  .v2-mobile-mockup-cta { transition: none !important; }
  .v2-mobile-mockup-cta i { transition: none !important; }
}

/* ===== END LIVE IFRAME ===== */

/* Hero more anchor */
.hero-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 32px;
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 13.5px;
  font-weight: 500;
  color: var(--v2-text-muted);
  border: 1px solid var(--v2-border);
  background: rgba(255, 255, 255, 0.02);
  transition: color 0.2s, border-color 0.2s, background 0.2s;
}

.hero-more:hover {
  color: #fff;
  border-color: rgba(251, 146, 60, 0.45);
  background: rgba(251, 146, 60, 0.06);
}

.v2-hero-more { margin: 40px auto 0; display: inline-flex; position: relative; left: 50%; transform: translateX(-50%); }

/* ============ STATS STRIP ============ */
.v2-stats-strip {
  padding: 20px 0 0;
}

.v2-stats-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background: linear-gradient(135deg, rgba(251, 191, 36, 0.05) 0%, rgba(249, 115, 22, 0.03) 100%);
  border: 1px solid var(--v2-border);
  border-radius: 16px;
  padding: 20px 24px;
  max-width: 700px;
  margin: 0 auto;
}
.v2-stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.v2-stat-num {
  font-size: 22px;
  font-weight: 800;
  color: #fbbf24;
  line-height: 1.2;
}

.v2-stat-label {
  font-size: 11px;
  color: var(--v2-text-muted);
  font-weight: 500;
}

.v2-stat-divider {
  width: 1px;
  height: 36px;
  background: var(--v2-border);
}

/* ============ CONTENT WRAPPER (Global spacing) ============ */
.v2-content-wrapper {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 16px;
}

@media (max-width: 820px) {
  .v2-content-wrapper {
    padding: 0 14px;
  }
}

@media (max-width: 560px) {
  .v2-content-wrapper {
    padding: 0 12px;
  }
}

/* ============ FEATURED PREVIEW ============ */
.v2-featured-preview {
  padding: 20px 0 16px;
  max-width: 700px;
  margin: 0 auto;
}

.v2-featured-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}

.v2-featured-title {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}

.v2-featured-link {
  font-size: 13px;
  color: var(--v2-orange-1);
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 4px;
}

.v2-featured-link i {
  font-size: 11px;
}

.v2-featured-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.v2-featured-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.v2-featured-thumb {
  width: 100%;
  aspect-ratio: 3/4;
  background: linear-gradient(135deg, rgba(251, 191, 36, 0.1) 0%, rgba(249, 115, 22, 0.05) 100%);
  border: 1px solid var(--v2-border);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.v2-featured-thumb::after {
  content: '';
  width: 24px;
  height: 24px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23fbbf24" stroke-width="2"><path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"></path><polyline points="14 2 14 8 20 8"></polyline></svg>') no-repeat center;
  background-size: contain;
  opacity: 0.6;
}

/* Sembunyikan ikon placeholder jika sudah ada gambar */
.v2-featured-thumb[style*="background-image"]::after {
  display: none;
}

.v2-featured-name {
  font-size: 11px;
  color: var(--v2-text-muted);
  text-align: center;
  font-weight: 500;
}

/* ============ WHY / KENAPA ============ */
.v2-why {
  padding: 24px 0 64px;
}

.v2-why-inner {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.025) 0%, rgba(255, 255, 255, 0.01) 100%);
  border: 1px solid var(--v2-border);
  border-radius: var(--v2-radius-xl);
  padding: 40px 36px 48px;
  max-width: 1100px;
  margin: 0 auto;
}

.v2-why-title {
  text-align: center;
  font-family: "Sora", sans-serif;
  font-weight: 800;
  font-size: clamp(26px, 3.2vw, 38px);
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin: 0 0 36px;
  color: #fff;
}

.v2-accent {
  background: var(--v2-gold-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.v2-why-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.v2-why-card {
  display: grid;
  gap: 14px;
  padding: 20px 18px;
  background: var(--v2-bg-card);
  border: 1px solid var(--v2-border);
  border-radius: var(--v2-radius);
  transition: transform 0.3s var(--v2-ease), border-color 0.3s var(--v2-ease), background 0.3s var(--v2-ease);
}

.v2-why-card:hover {
  transform: translateY(-3px);
  border-color: rgba(249, 115, 22, 0.3);
  background: #141311;
}

.v2-why-icon {
  width: 58px;
  height: 58px;
  border-radius: 14px;
  background: linear-gradient(160deg, rgba(251, 146, 60, 0.22), rgba(249, 115, 22, 0.08));
  border: 1px solid rgba(249, 115, 22, 0.3);
  display: grid;
  place-items: center;
  color: var(--v2-orange-1);
  position: relative;
  overflow: hidden;
}

/* Icon variations via ::before/internal decoration */
.v2-why-icon--1 { overflow: visible; }
.v2-why-doc {
  position: absolute;
  width: 34px;
  height: 44px;
  border-radius: 4px 8px 4px 4px;
  border: 1.5px solid rgba(249, 115, 22, 0.75);
  background: rgba(10, 10, 10, 0.95);
}
.v2-why-doc--1 { top: 4px; left: 6px; transform: rotate(-12deg); opacity: 0.45; border-color: rgba(251, 191, 36, 0.55); }
.v2-why-doc--2 { top: 8px; left: 12px; transform: rotate(-6deg); opacity: 0.7; }
.v2-why-doc--3 { top: 12px; left: 18px; }
.v2-why-doc-lines {
  position: absolute;
  inset: 10px 8px;
  background-image:
    linear-gradient(rgba(251, 146, 60, 0.6) 1.5px, transparent 1.5px);
  background-size: 100% 5px;
  mask-image: linear-gradient(180deg, #000 0%, #000 70%, transparent 100%);
  -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 70%, transparent 100%);
}

.v2-why-edit-frame {
  position: relative;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: rgba(10, 10, 10, 0.95);
  border: 1px solid rgba(251, 146, 60, 0.7);
  padding: 6px;
}
.v2-why-edit-head {
  height: 4px;
  width: 50%;
  background: rgba(251, 146, 60, 0.8);
  border-radius: 999px;
  margin-bottom: 5px;
}
.v2-why-edit-avatar {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(251, 191, 36, 0.9);
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}
.v2-why-edit-avatar--2 { background: rgba(249, 115, 22, 0.9); }
.v2-why-edit-row {
  display: inline-block;
  vertical-align: middle;
  width: 55%;
  height: 3px;
  background: rgba(251, 146, 60, 0.45);
  border-radius: 999px;
  margin: 3px 0;
}
.v2-why-edit-row--1 { width: 62%; background: rgba(251, 146, 60, 0.65); }
.v2-why-edit-row--2 { width: 45%; }
.v2-why-edit-row--3 { width: 55%; }

.v2-why-link-icon { font-size: 22px; }

.v2-why-monitor { font-size: 26px; position: absolute; left: 12px; top: 14px; }
.v2-why-mobile { font-size: 18px; position: absolute; right: 10px; bottom: 12px; color: var(--v2-gold); }

.v2-why-shield { font-size: 28px; opacity: 0.85; }
.v2-why-lock { position: absolute; bottom: 12px; right: 12px; font-size: 15px; color: var(--v2-gold); }

.v2-why-text h3 {
  font-family: "Sora", "Inter", sans-serif;
  font-weight: 700;
  font-size: 15.5px;
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: #fafafa;
  margin: 0 0 6px;
}

.v2-why-text p {
  font-size: 13px;
  line-height: 1.6;
  color: var(--v2-text-muted);
}

/* ============ TRUSTED LOGOS ============ */
.v2-trusted {
  padding: 24px 0 72px;
  text-align: center;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.v2-trusted-lead {
  font-size: 13px;
  font-weight: 500;
  color: var(--v2-text-subtle);
  margin: 0 0 32px;
  letter-spacing: 0.02em;
}

.v2-trusted-marquee {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.v2-trusted-track {
  display: flex;
  gap: 16px;
  animation: marquee 40s linear infinite;
  will-change: transform;
}

.v2-trusted-track:hover {
  animation-play-state: paused;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.v2-logo-item {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 20px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid var(--v2-border);
  color: #a1a1aa;
  transition: all 0.3s;
  min-width: 180px;
}

.v2-logo-item:hover { 
  color: #e4e4e7; 
  border-color: var(--v2-border-strong);
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.04);
}

.v2-logo-item > i {
  font-size: 24px;
  color: #71717a;
}

.v2-logo-img {
  height: 45px;
  width: auto;
  object-fit: contain;
  filter: grayscale(100%) opacity(0.7);
  transition: filter 0.3s;
}

.v2-logo-item:hover .v2-logo-img {
  filter: grayscale(0%) opacity(1);
}

.v2-logo-item--1 i { font-size: 28px; color: #a1a1aa; }
.v2-logo-item--2 i { color: #a1a1aa; font-size: 26px; }
.v2-logo-item--3 i { color: #fbbf24; opacity: 0.75; }
.v2-logo-item--4 .v2-logo-ring {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  border: 2px solid #a1a1aa;
  display: grid;
  place-items: center;
  font-size: 10px;
  color: #a1a1aa;
}
.v2-logo-item--5 .v2-logo-ring--crescent {
  border-color: #71717a;
  color: #a1a1aa;
  border-width: 2px;
  border-right-color: transparent;
  transform: rotate(-30deg);
}
.v2-logo-item--6 i { color: rgba(251, 191, 36, 0.75); }

.v2-logo-text {
  display: grid;
  line-height: 1.1;
  text-align: left;
  gap: 2px;
}

.v2-logo-name {
  font-family: "Sora", sans-serif;
  font-weight: 800;
  font-size: 15px;
  letter-spacing: -0.01em;
  color: #d4d4d8;
}

.v2-logo-name--brand {
  background: linear-gradient(135deg, #d4d4d8 0%, #a1a1aa 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.v2-logo-tag {
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #71717a;
}

/* ============ PROMO SECTION (existing class + v2 tweaks) ============ */
.promo-section { padding: 24px 0 48px; }

.promo-card {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 30px;
  align-items: center;
  background: linear-gradient(135deg, rgba(251, 146, 60, 0.12) 0%, rgba(251, 191, 36, 0.04) 60%, rgba(10, 10, 10, 0.9) 100%);
  border: 1px solid rgba(249, 115, 22, 0.25);
  border-radius: var(--v2-radius-xl);
  padding: 36px 40px;
  max-width: 1100px;
  margin: 0 auto;
}

.promo-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  background: rgba(251, 146, 60, 0.15);
  border: 1px solid rgba(249, 115, 22, 0.35);
  color: var(--v2-orange-1);
  border-radius: 999px;
  font-size: 12.5px;
  font-weight: 600;
  margin-bottom: 16px;
}

.promo-title {
  font-family: "Sora", sans-serif;
  font-weight: 800;
  font-size: clamp(22px, 2.6vw, 30px);
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #fff;
  margin: 0 0 12px;
}

.promo-desc {
  color: var(--v2-text-muted);
  line-height: 1.7;
  font-size: 15px;
  margin: 0 0 20px;
}

.promo-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.promo-pills span {
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--v2-border);
  font-size: 12.5px;
  font-weight: 500;
  color: #d4d4d8;
}

.promo-actions {
  display: grid;
  gap: 14px;
}

.promo-voucher-inline {
  padding: 20px;
  background: rgba(16, 185, 129, 0.08);
  border: 1px solid rgba(16, 185, 129, 0.3);
  border-radius: 14px;
  display: grid;
  gap: 14px;
}

.voucher-inline-tag {
  font-size: 13px;
  color: #6ee7b7;
  font-weight: 600;
  text-align: center;
}

.voucher-inline-tag strong {
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.5px;
}

.voucher-inline-actions {
  display: grid;
  gap: 10px;
}

.voucher-inline-row {
  display: flex;
  gap: 8px;
  align-items: center;
}

.voucher-inline-input {
  flex: 1;
  height: 44px;
  padding: 0 14px;
  border: 1px solid var(--v2-border-strong);
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.voucher-inline-input:focus {
  outline: none;
  border-color: rgba(16, 185, 129, 0.6);
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.15);
}

.voucher-inline-btn {
  height: 44px;
  padding: 0 18px;
  border: 0;
  border-radius: 10px;
  background: linear-gradient(135deg, #10b981, #059669);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s;
}

.voucher-inline-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(16, 185, 129, 0.4);
}

.voucher-inline-clear {
  height: 44px;
  padding: 0 18px;
  border: 1px solid var(--v2-border-strong);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
}

.voucher-inline-clear:hover {
  background: rgba(239, 68, 68, 0.2);
  border-color: rgba(239, 68, 68, 0.5);
}

.voucher-inline-link {
  background: transparent;
  border: 0;
  color: var(--v2-text-muted);
  text-decoration: underline;
  font-size: 13px;
  padding: 8px;
  cursor: pointer;
  text-align: center;
  transition: color 0.2s;
}

.voucher-inline-link:hover {
  color: #fff;
}

.voucher-inline-hint {
  font-size: 12px;
  color: var(--v2-text-muted);
  text-align: center;
  line-height: 1.5;
}

.promo-countdown {
  padding: 16px 18px;
  background: rgba(0, 0, 0, 0.45);
  border: 1px solid var(--v2-border);
  border-radius: var(--v2-radius);
}

.promo-countdown-lead {
  font-size: 12.5px;
  color: var(--v2-text-muted);
  text-align: center;
  margin-bottom: 12px;
  font-weight: 500;
}

.promo-countdown-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.promo-countdown-box {
  display: grid;
  gap: 3px;
  text-align: center;
  padding: 10px 4px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 10px;
  border: 1px solid var(--v2-border);
}

.promo-countdown-box strong {
  font-family: "Sora", "Inter", sans-serif;
  font-weight: 800;
  font-size: 22px;
  letter-spacing: -0.02em;
  color: var(--v2-orange-1);
  line-height: 1;
}

.promo-countdown-box span {
  font-size: 10.5px;
  color: var(--v2-text-subtle);
  font-weight: 500;
}

.promo-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 46px;
  padding: 0 18px;
  border-radius: 12px;
  font-size: 14.5px;
  font-weight: 600;
  transition: transform 0.2s, filter 0.2s;
  text-align: center;
}

.promo-btn-primary {
  background: var(--v2-orange-gradient);
  color: #0b0b0b;
  box-shadow: 0 14px 36px -18px rgba(249, 115, 22, 0.7);
}

.promo-btn-primary:hover { filter: brightness(1.06); transform: translateY(-1px); }

.promo-btn-secondary {
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  border: 1px solid var(--v2-border-strong);
}

.promo-btn-secondary:hover { background: rgba(255, 255, 255, 0.08); }

/* ============ PRICE SECTION ============ */
.price-section {
  padding: 16px 0 56px;
  max-width: 1100px;
  margin: 0 auto;
}

.price-head { text-align: center; margin-bottom: 24px; }

.price-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  background: rgba(251, 146, 60, 0.1);
  border: 1px solid rgba(249, 115, 22, 0.28);
  color: var(--v2-orange-1);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 16px;
}

.price-title {
  font-family: "Sora", sans-serif;
  font-weight: 800;
  font-size: clamp(26px, 3.2vw, 38px);
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #fff;
  margin: 0;
}

.price-title span {
  background: var(--v2-gold-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.price-voucher {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 18px;
  margin: 0 0 24px;
}

.voucher-ticket, .voucher-envelope {
  padding: 18px 20px;
  background: var(--v2-bg-card);
  border: 1px solid var(--v2-border);
  border-radius: var(--v2-radius);
}

.voucher-ticket-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px dashed var(--v2-border);
}

.voucher-title {
  font-family: "Sora", sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #fff;
}

.voucher-code {
  font-size: 12.5px;
  color: var(--v2-text-muted);
  font-weight: 500;
}

.voucher-code strong {
  color: var(--v2-orange-1);
  font-weight: 700;
}

.voucher-tear { display: none; }

.voucher-offer-badge {
  display: grid;
  gap: 2px;
  align-items: center;
  text-align: left;
}

.voucher-offer-big {
  font-family: "Sora", sans-serif;
  font-weight: 800;
  font-size: 18px;
  letter-spacing: -0.01em;
  color: var(--v2-orange-1);
}

.voucher-offer-sub {
  font-size: 12.5px;
  color: var(--v2-text-muted);
}

.voucher-envelope-text {
  font-size: 13.5px;
  color: var(--v2-text-muted);
  margin-bottom: 4px;
}

.voucher-envelope-tag {
  font-size: 12px;
  color: var(--v2-text-subtle);
  margin-bottom: 12px;
  font-weight: 500;
}

.voucher-slot {
  color: var(--v2-orange-1);
}

.voucher-input-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
}

.voucher-input {
  flex: 1 1 220px;
  height: 44px;
  padding: 0 16px;
  border-radius: 12px;
  background: #0f0f10;
  color: #fff;
  border: 1px solid var(--v2-border);
  font-size: 14px;
  font-weight: 500;
  outline: none;
  transition: border-color 0.2s, background 0.2s;
}

.voucher-input::placeholder { color: var(--v2-text-subtle); font-weight: 400; }

.voucher-input:focus {
  border-color: rgba(249, 115, 22, 0.5);
  background: #10100f;
}

.voucher-btn {
  height: 44px;
  padding: 0 18px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  transition: filter 0.2s, transform 0.2s, background 0.2s;
  border: 0;
  cursor: pointer;
}

.voucher-btn--apply {
  background: var(--v2-orange-gradient);
  color: #0b0b0b;
}

.voucher-btn--apply:hover { filter: brightness(1.06); transform: translateY(-1px); }

.voucher-btn--promo {
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  height: 54px;
  background: linear-gradient(135deg, #10b981, #059669);
  color: #fff;
  box-shadow: 0 4px 16px rgba(16, 185, 129, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.voucher-btn--promo:hover {
  filter: brightness(1.1);
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(16, 185, 129, 0.5);
}

.voucher-btn--link {
  background: transparent;
  color: var(--v2-text-muted);
  text-decoration: underline;
  font-size: 13px;
  height: auto;
  padding: 8px 12px;
}

.voucher-btn--link:hover {
  color: #fff;
}

.voucher-btn--ghost {
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  border: 1px solid var(--v2-border-strong);
}
}

.voucher-hint {
  font-size: 12.5px;
  color: var(--v2-text-subtle);
  font-weight: 500;
}

.voucher-hint[data-type="err"] { color: #f87171; }
.voucher-hint[data-type="ok"]  { color: var(--v2-orange-1); }

.price-group { text-align: center; margin: 24px 0 16px; }

.price-group-pill--main {
  display: inline-block;
  padding: 6px 14px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--v2-border);
  border-radius: 999px;
  color: #d4d4d8;
  font-size: 13px;
  font-weight: 600;
}

.price-grid--two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  align-items: stretch;
}

.plan-card {
  position: relative;
  background: var(--v2-bg-card);
  border: 1px solid var(--v2-border);
  border-radius: var(--v2-radius-lg);
  padding: 26px 24px;
  display: grid;
  grid-template-rows: auto auto auto auto auto auto auto 1fr;
  gap: 14px;
  transition: transform 0.3s var(--v2-ease), border-color 0.3s, background 0.3s;
}

.plan-card.is-featured {
  background: linear-gradient(180deg, rgba(251, 146, 60, 0.07) 0%, rgba(17, 17, 17, 0.98) 55%);
  border: 1px solid rgba(249, 115, 22, 0.4);
  box-shadow: 0 30px 60px -24px rgba(249, 115, 22, 0.35);
}

.plan-card:hover { border-color: rgba(249, 115, 22, 0.3); }

.plan-top {
  display: grid;
  gap: 8px;
}

.plan-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  justify-self: start;
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}

.plan-pill-basic {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--v2-border-strong);
  color: #e4e4e7;
}

.plan-pill-custom {
  background: linear-gradient(135deg, rgba(251, 146, 60, 0.22), rgba(251, 191, 36, 0.08));
  border: 1px solid rgba(249, 115, 22, 0.4);
  color: var(--v2-orange-1);
}

.plan-domain {
  font-size: 12.5px;
  color: var(--v2-text-subtle);
  font-weight: 500;
}

.plan-badge-ribbon {
  position: absolute;
  top: 14px;
  right: 14px;
  padding: 5px 12px;
  border-radius: 999px;
  background: var(--v2-orange-gradient);
  color: #0b0b0b;
  font-size: 11.5px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.plan-copy {
  font-size: 13.5px;
  color: var(--v2-text-muted);
  line-height: 1.6;
}

.plan-old {
  font-size: 13px;
  color: var(--v2-text-subtle);
  text-decoration: line-through;
  font-weight: 500;
}

.plan-price {
  display: flex;
  align-items: baseline;
  gap: 6px;
  flex-wrap: wrap;
}

.plan-currency {
  font-size: 16px;
  color: var(--v2-text-muted);
  margin-right: 2px;
  font-weight: 600;
}

.plan-price-normal, .plan-price-discount {
  font-family: "Sora", sans-serif;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #fff;
  line-height: 1;
  font-size: 42px;
  transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.plan-price-discount { display: none; }

.price-section.is-voucher-applied .plan-price-discount { display: inline; }
.price-section.is-voucher-applied .plan-price-normal { display: none; }
.price-section.is-voucher-applied .plan-old { display: block !important; }

/* Price animation effects */
@keyframes priceZoomBounce {
  0% { transform: scale(1); }
  25% { transform: scale(1.3) rotate(-3deg); }
  50% { transform: scale(0.95) rotate(2deg); }
  75% { transform: scale(1.1) rotate(-1deg); }
  100% { transform: scale(1) rotate(0deg); }
}

@keyframes priceGlow {
  0%, 100% { filter: drop-shadow(0 0 8px rgba(16, 185, 129, 0.5)); }
  50% { filter: drop-shadow(0 0 20px rgba(16, 185, 129, 0.9)); }
}

@keyframes priceShake {
  0%, 100% { transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% { transform: translateX(-3px); }
  20%, 40%, 60%, 80% { transform: translateX(3px); }
}

.price-section.price-animating .plan-price-discount {
  animation: priceZoomBounce 0.8s ease-out, priceGlow 0.8s ease-out;
}

.price-section.price-animating .plan-card {
  animation: priceShake 0.5s ease-out;
}

/* ========== PRICE FOCUS HIGHLIGHT ANIMATION ========== */
@keyframes focusPulse {
  0% { box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.0), 0 24px 80px -32px rgba(0,0,0,0.7); transform: translateY(0) scale(1); }
  35% { box-shadow: 0 0 0 12px rgba(16, 185, 129, 0.18), 0 0 60px 0 rgba(16, 185, 129, 0.35), 0 24px 80px -32px rgba(0,0,0,0.7); transform: translateY(-6px) scale(1.02); }
  100% { box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.0), 0 24px 80px -32px rgba(0,0,0,0.7); transform: translateY(0) scale(1); }
}
.price-section.price-focus-highlight::before {
  content: "";
  position: absolute;
  inset: -18px;
  border-radius: 34px;
  background: radial-gradient(ellipse at top center, rgba(16, 185, 129, 0.22) 0%, rgba(16, 185, 129, 0) 65%);
  filter: blur(16px);
  pointer-events: none;
  z-index: -1;
  animation: focusGlow 1.6s ease-out;
}
@keyframes focusGlow {
  0% { opacity: 0; transform: scaleY(0.6); }
  40% { opacity: 1; transform: scaleY(1); }
  100% { opacity: 0; transform: scaleY(1); }
}
.price-section.price-focus-highlight .price-head .price-title span {
  background: linear-gradient(135deg, #10b981 0%, #22d3ee 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.price-card-pulse {
  animation: focusPulse 0.9s cubic-bezier(0.2, 0.8, 0.2, 1) both !important;
  position: relative;
}
.price-card-pulse::after {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 24px;
  border: 2px solid rgba(16, 185, 129, 0.7);
  opacity: 0;
  animation: focusRingSweep 0.9s ease-out;
  pointer-events: none;
}
@keyframes focusRingSweep {
  0% { opacity: 0; transform: scale(0.95); }
  30% { opacity: 1; transform: scale(1); }
  100% { opacity: 0; transform: scale(1.04); }
}
.price-section.price-focus-highlight .plan-price-discount {
  animation: priceZoomBounce 0.9s cubic-bezier(0.2, 0.8, 0.2, 1) both, priceGlow 1.2s ease-in-out infinite !important;
  color: #10f5a8 !important;
}
.price-section.price-focus-highlight .plan-old span {
  color: #fb7185;
  font-weight: 600;
}

/* ========== COUPON POPUP ========== */
/* Triple specificity safety: override .v2-body > * position:relative */
body.v2-body .coupon-popup,
body.v2-body > .coupon-popup,
.coupon-popup {
  position: fixed !important;
  inset: 0;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  height: 100% !important;
  transform: none !important;
  filter: none !important;
  perspective: none !important;
  z-index: 9999999 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.32s ease, visibility 0.32s ease;
}
.coupon-popup.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.coupon-popup__mask {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: saturate(140%) blur(6px);
  -webkit-backdrop-filter: saturate(140%) blur(6px);
}
.coupon-popup__card {
  position: relative;
  width: min(440px, 100%);
  background: linear-gradient(160deg, #0e0e12 0%, #18181f 100%);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 24px;
  padding: 30px 28px 24px;
  overflow: hidden;
  box-shadow: 0 40px 100px -20px rgba(0,0,0,0.85), 0 0 0 1px rgba(255,255,255,0.04) inset;
  transform: translateY(32px) scale(0.94);
  transition: transform 0.45s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.coupon-popup.is-open .coupon-popup__card {
  transform: translateY(0) scale(1);
}
.coupon-popup__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(239, 68, 68, 0.92) !important;
  border: 2px solid rgba(255,255,255,0.22);
  color: #ffffff !important;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 900;
  z-index: 10;
  box-shadow: 0 6px 18px -4px rgba(239, 68, 68, 0.7), 0 0 0 1px rgba(255,255,255,0.08) inset;
  transition: transform 0.18s ease, background 0.18s ease;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}
.coupon-popup__close:hover {
  background: rgba(239, 68, 68, 1) !important;
  color: #fff;
  transform: scale(1.08) rotate(90deg);
}
.coupon-popup__close:active {
  transform: scale(0.92);
}
.coupon-popup__glow {
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(16, 185, 129, 0.28) 0%, rgba(16, 185, 129, 0) 65%);
  pointer-events: none;
  filter: blur(10px);
}
.coupon-popup__confetti {
  position: absolute;
  font-size: 22px;
  opacity: 0;
  pointer-events: none;
  z-index: 2;
}
.coupon-confetti-emoji {
  display: inline-block;
  font-size: 24px;
  line-height: 1;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.35));
}
.coupon-popup.is-open .coupon-confetti-1 {
  top: 26px;
  left: 28px;
  color: #fbbf24;
  animation: confettiFall 1.4s 0.1s ease-out forwards;
}
.coupon-popup.is-open .coupon-confetti-2 {
  top: 48px;
  right: 52px;
  color: #22d3ee;
  animation: confettiFall 1.4s 0.25s ease-out forwards;
}
.coupon-popup.is-open .coupon-confetti-3 {
  top: 18px;
  right: 100px;
  color: #fb7185;
  animation: confettiFall 1.4s 0.15s ease-out forwards;
}
@keyframes confettiFall {
  0% { opacity: 0; transform: translateY(-30px) rotate(-15deg) scale(0.6); }
  30% { opacity: 1; transform: translateY(4px) rotate(5deg) scale(1.1); }
  100% { opacity: 0.75; transform: translateY(0) rotate(0) scale(1); }
}
.coupon-close-x {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: inherit;
}
.coupon-tag-icon {
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  filter: drop-shadow(0 0 6px rgba(16, 245, 168, 0.45));
}
.coupon-footer-icon {
  vertical-align: -2px;
  line-height: 1;
  font-size: 14px;
  filter: drop-shadow(0 0 4px rgba(16, 185, 129, 0.45));
}
.coupon-popup__btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(0, 30, 20, 0.2);
  font-size: 14px;
  line-height: 1;
}
.coupon-popup__btn-arrow {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
.coupon-popup__tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(16, 185, 129, 0.12);
  border: 1px solid rgba(16, 185, 129, 0.35);
  color: #10f5a8;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 16px;
  position: relative;
  z-index: 3;
}
.coupon-popup__title {
  font-family: "Sora", sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #fff;
  margin: 0 0 10px;
  position: relative;
  z-index: 3;
}
.coupon-popup__title span {
  background: linear-gradient(135deg, #10b981 0%, #22d3ee 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.coupon-popup__desc {
  color: #a1a1aa;
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 20px;
  position: relative;
  z-index: 3;
}
.coupon-popup__ticket {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 140px 1fr;
  background: linear-gradient(135deg, #065f46 0%, #0f766e 50%, #164e63 100%);
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(16, 185, 129, 0.35);
  margin-bottom: 22px;
  box-shadow: 0 20px 50px -20px rgba(16, 185, 129, 0.45), inset 0 1px 0 rgba(255,255,255,0.1);
}
.coupon-popup__ticket-left {
  padding: 20px 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 6px;
  position: relative;
}
.coupon-popup__ticket-left::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: repeating-linear-gradient(
    to bottom,
    rgba(255,255,255,0.35) 0,
    rgba(255,255,255,0.35) 6px,
    transparent 6px,
    transparent 12px
  );
  opacity: 0.6;
}
.coupon-popup__percent {
  display: inline-flex;
  align-items: baseline;
  line-height: 1;
  color: #fff;
  font-family: "Sora", sans-serif;
  font-weight: 800;
  letter-spacing: -0.03em;
}
.coupon-popup__percent strong {
  font-size: 54px;
  font-weight: 900;
  background: linear-gradient(135deg, #fff 0%, #fde68a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.coupon-popup__percent span {
  font-size: 28px;
  margin-left: 2px;
  color: #fde68a;
}
.coupon-popup__percent-label {
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: rgba(255,255,255,0.82);
}
.coupon-popup__ticket-right {
  padding: 20px 20px 20px 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
}
.coupon-popup__ticket-title {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: rgba(255,255,255,0.72);
  text-transform: uppercase;
}
.coupon-popup__ticket-code {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #fff;
  background: rgba(0,0,0,0.25);
  border: 1px dashed rgba(255,255,255,0.3);
  border-radius: 10px;
  padding: 8px 12px;
  text-align: center;
  user-select: all;
}
.coupon-popup__ticket-note {
  font-size: 11.5px;
  color: rgba(255,255,255,0.72);
}
.coupon-popup__btn {
  position: relative;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 56px;
  padding: 0 20px;
  border-radius: 16px;
  border: 0;
  background: linear-gradient(135deg, #059669 0%, #10b981 50%, #22d3ee 100%);
  color: #001e14;
  font-family: "Sora", sans-serif;
  font-size: 15.5px;
  font-weight: 800;
  letter-spacing: -0.01em;
  cursor: pointer;
  overflow: hidden;
  box-shadow: 0 16px 40px -12px rgba(16, 185, 129, 0.7), inset 0 1px 0 rgba(255,255,255,0.45);
  transition: all 0.25s ease;
  position: relative;
  z-index: 3;
}
.coupon-popup__btn:hover:not(:disabled) {
  transform: translateY(-2px) scale(1.015);
  box-shadow: 0 22px 52px -12px rgba(16, 185, 129, 0.8), inset 0 1px 0 rgba(255,255,255,0.5);
}
.coupon-popup__btn:active:not(:disabled) {
  transform: translateY(0) scale(0.99);
}
.coupon-popup__btn-icon {
  display: inline-flex;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(0, 30, 20, 0.2);
  align-items: center;
  justify-content: center;
  color: #001e14;
  font-size: 13px;
}
.coupon-popup__btn-arrow {
  transition: transform 0.25s ease;
}
.coupon-popup__btn:hover:not(:disabled) .coupon-popup__btn-arrow {
  transform: translateX(4px);
}
.coupon-popup__btn.is-loading {
  opacity: 0.85;
  pointer-events: none;
}
/* Shine sweep animasi tombol */
.coupon-shine::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent 0%,
    rgba(255,255,255,0.42) 50%,
    transparent 100%
  );
  transform: skewX(-20deg);
  animation: shineSweep 2.8s ease-in-out infinite;
}
@keyframes shineSweep {
  0% { left: -100%; }
  60% { left: 120%; }
  100% { left: 120%; }
}
.coupon-popup__footer {
  margin-top: 18px;
  text-align: center;
  font-size: 12px;
  color: #71717a;
  position: relative;
  z-index: 3;
}

/* Coupon popup open → block body scroll */
body.coupon-popup-open {
  overflow: hidden;
}

/* Responsive coupon popup */
@media (max-width: 520px) {
  .coupon-popup__card { padding: 24px 18px 20px; border-radius: 20px; }
  .coupon-popup__title { font-size: 22px; }
  .coupon-popup__ticket { grid-template-columns: 110px 1fr; border-radius: 16px; }
  .coupon-popup__ticket-left { padding: 16px 10px; }
  .coupon-popup__ticket-right { padding: 16px 14px 16px 18px; }
  .coupon-popup__percent strong { font-size: 42px; }
  .coupon-popup__percent span { font-size: 22px; }
  .coupon-popup__ticket-code { font-size: 19px; padding: 6px 10px; }
  .coupon-popup__btn { height: 52px; font-size: 14.5px; }
}

/* Popup entrance micro-bounce */
.coupon-pop {
  transform-origin: center;
}
.coupon-popup.is-open .coupon-pop {
  animation: couponPop 0.55s cubic-bezier(0.2, 1.2, 0.2, 1);
}
@keyframes couponPop {
  0% { opacity: 0; transform: scale(0.86) translateY(40px); }
  70% { opacity: 1; transform: scale(1.02) translateY(-4px); }
  100% { opacity: 1; transform: scale(1) translateY(0); }
}

.plan-price-unit {
  font-size: 14px;
  color: var(--v2-text-subtle);
  font-weight: 500;
}

.plan-billing-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.plan-billing-note {
  padding: 3px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--v2-border);
  font-size: 11.5px;
  color: #d4d4d8;
  font-weight: 500;
}

.plan-billing-note--accent {
  background: rgba(251, 146, 60, 0.12);
  border-color: rgba(249, 115, 22, 0.3);
  color: var(--v2-orange-1);
}

.plan-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  height: 48px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.005em;
  transition: transform 0.2s, filter 0.2s, background 0.2s;
  text-align: center;
}

.plan-btn--ghost {
  background: transparent;
  color: #fff;
  border: 1px solid var(--v2-border-strong);
}

.plan-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.06);
  transform: translateY(-1px);
}

.v2-plan-btn-solid {
  background: var(--v2-orange-gradient);
  color: #0b0b0b;
  box-shadow: 0 16px 36px -16px rgba(249, 115, 22, 0.7);
}

.v2-plan-btn-solid:hover { filter: brightness(1.06); transform: translateY(-1px); }

.plan-card ul {
  display: grid;
  gap: 8px;
  align-content: start;
}

.plan-card ul li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: start;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid var(--v2-border);
  border-radius: 10px;
  font-size: 13px;
  color: #d4d4d8;
  line-height: 1.55;
}

.plan-card ul li::before {
  content: "";
  display: none;
}

.plan-card.plan--basic ul li { grid-template-columns: 1fr; }

.plan-check { font-size: 15px; }
.plan-check--blue { color: var(--v2-orange-1); }

.price-divider {
  height: 1px;
  background: var(--v2-border);
  margin: 28px 0;
}

.custom-plan-wrap { display: grid; }

.custom-plan-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: center;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
  border: 1px solid var(--v2-border);
  border-radius: var(--v2-radius-lg);
  padding: 22px 26px;
}

.custom-plan-top {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
}

.custom-plan-pill, .custom-plan-badge {
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 11.5px;
  font-weight: 700;
}

.custom-plan-pill {
  background: rgba(251, 146, 60, 0.14);
  color: var(--v2-orange-1);
  border: 1px solid rgba(249, 115, 22, 0.3);
}

.custom-plan-badge {
  background: rgba(255, 255, 255, 0.05);
  color: #e4e4e7;
  border: 1px solid var(--v2-border-strong);
}

.custom-plan-card h3 {
  font-family: "Sora", sans-serif;
  font-weight: 800;
  font-size: 19px;
  letter-spacing: -0.01em;
  color: #fff;
  line-height: 1.3;
  margin: 0 0 6px;
}

.custom-plan-card p {
  font-size: 14px;
  color: var(--v2-text-muted);
  margin: 0;
}

.custom-plan-wa {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 46px;
  padding: 0 20px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 14.5px;
  background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
  color: #052e16;
  box-shadow: 0 14px 36px -18px rgba(34, 197, 94, 0.6);
  white-space: nowrap;
}

.custom-plan-wa:hover { filter: brightness(1.06); transform: translateY(-1px); }

/* ============ STATS ============ */
.stats-section { padding: 8px 0 48px; }

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.stats-card {
  padding: 22px 18px;
  background: var(--v2-bg-card);
  border: 1px solid var(--v2-border);
  border-radius: var(--v2-radius);
  text-align: center;
}

.stats-value {
  font-family: "Sora", sans-serif;
  font-weight: 800;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1;
  letter-spacing: -0.02em;
  background: var(--v2-gold-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  margin-bottom: 8px;
}

.stats-label {
  font-size: 12.5px;
  font-weight: 500;
  color: var(--v2-text-muted);
}

/* ============ TRUST / FAQ-MINI ============ */
.trust-section {
  padding: 8px 0 56px;
  max-width: 1100px;
  margin: 0 auto;
}

.trust-head { text-align: center; margin-bottom: 28px; }

.trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  background: rgba(251, 146, 60, 0.1);
  border: 1px solid rgba(249, 115, 22, 0.28);
  color: var(--v2-orange-1);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 16px;
}

.trust-title {
  font-family: "Sora", sans-serif;
  font-weight: 800;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.18;
  letter-spacing: -0.02em;
  color: #fff;
  margin: 0 0 12px;
}

.trust-desc {
  color: var(--v2-text-muted);
  font-size: 15px;
  line-height: 1.7;
  max-width: 680px;
  margin: 0 auto;
}

.trust-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.trust-preview {
  display: grid;
  gap: 14px;
}

.testimonial-visual-card, .proof-visual-card {
  background: var(--v2-bg-card);
  border: 1px solid var(--v2-border);
  border-radius: var(--v2-radius-lg);
  padding: 24px;
}

.testimonial-visual-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.testimonial-visual-kicker {
  padding: 5px 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(251, 146, 60, 0.2), rgba(251, 191, 36, 0.06));
  color: var(--v2-orange-1);
  border: 1px solid rgba(249, 115, 22, 0.3);
  font-size: 11.5px;
  font-weight: 700;
}

.testimonial-rating {
  color: var(--v2-gold);
  display: inline-flex;
  gap: 2px;
  font-size: 14px;
}

.testimonial-quote {
  font-size: 15px;
  line-height: 1.75;
  color: #e4e4e7;
  margin: 0 0 18px;
  font-weight: 500;
}

.testimonial-person {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 12px;
}

.testimonial-avatar {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: var(--v2-orange-gradient);
  color: #0b0b0b;
  display: grid;
  place-items: center;
  font-family: "Sora", sans-serif;
  font-weight: 800;
  font-size: 14px;
}

.testimonial-person strong {
  display: block;
  color: #fff;
  font-size: 14px;
  margin-bottom: 2px;
}

.testimonial-person span {
  font-size: 12.5px;
  color: var(--v2-text-muted);
}

.proof-visual-label {
  font-family: "Sora", sans-serif;
  font-weight: 700;
  font-size: 14.5px;
  color: #fff;
  margin-bottom: 14px;
}

.proof-visual-card ul {
  display: grid;
  gap: 10px;
}

.proof-visual-card ul li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: start;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid var(--v2-border);
  border-radius: 10px;
  font-size: 13px;
  color: #d4d4d8;
  line-height: 1.5;
}

.proof-visual-card i { color: var(--v2-orange-1); font-size: 15px; margin-top: 2px; }

.trust-faq {
  display: grid;
  gap: 10px;
  align-content: start;
}

.trust-faq-item {
  background: var(--v2-bg-card);
  border: 1px solid var(--v2-border);
  border-radius: var(--v2-radius);
  padding: 2px 0;
  overflow: hidden;
}

.trust-faq-item summary {
  padding: 16px 18px;
  list-style: none;
  cursor: pointer;
  font-weight: 600;
  font-size: 14.5px;
  color: #f4f4f5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.trust-faq-item summary::-webkit-details-marker { display: none; }

.trust-faq-item summary::after {
  content: "＋";
  font-size: 18px;
  color: var(--v2-text-muted);
  flex-shrink: 0;
  transition: transform 0.25s, color 0.25s;
}

.trust-faq-item[open] summary::after {
  transform: rotate(45deg);
  color: var(--v2-orange-1);
}

.trust-faq-item p {
  padding: 0 18px 18px;
  font-size: 13.5px;
  line-height: 1.7;
  color: var(--v2-text-muted);
}

/* ============ CTA SECTIONS ============ */
.cta-section { padding: 8px 0 28px; }

.cta-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
  background: linear-gradient(135deg, rgba(251, 146, 60, 0.12) 0%, rgba(251, 191, 36, 0.04) 50%, rgba(10, 10, 10, 0.98) 100%);
  border: 1px solid rgba(249, 115, 22, 0.25);
  border-radius: var(--v2-radius-xl);
  padding: 26px 30px;
  max-width: 1100px;
  margin: 0 auto;
}

.cta-icon {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(251, 146, 60, 0.22), rgba(249, 115, 22, 0.06));
  border: 1px solid rgba(249, 115, 22, 0.35);
  color: var(--v2-orange-1);
  display: grid;
  place-items: center;
  font-size: 20px;
}

.cta-title {
  font-family: "Sora", sans-serif;
  font-weight: 800;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.3;
  letter-spacing: -0.01em;
  color: #fff;
  margin: 0 0 6px;
}

.cta-title span {
  color: var(--v2-orange-1);
  font-weight: 700;
}

.cta-desc {
  font-size: 14px;
  line-height: 1.65;
  color: var(--v2-text-muted);
  margin: 0;
}

.cta-actions { display: flex; }

.cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 48px;
  padding: 0 22px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 14.5px;
  transition: transform 0.2s, filter 0.2s;
  white-space: nowrap;
}

.cta-btn-primary {
  background: var(--v2-orange-gradient);
  color: #0b0b0b;
  box-shadow: 0 14px 36px -16px rgba(249, 115, 22, 0.7);
}

.cta-btn-primary:hover { filter: brightness(1.06); transform: translateY(-1px); }

/* ============ FOOTER ============ */
.site-footer {
  padding: 48px 0 16px;
  max-width: 1100px;
  margin: 0 auto;
}

@media (max-width: 820px) {
  .site-footer {
    padding: 40px 28px 16px;
  }
}

@media (max-width: 560px) {
  .site-footer {
    padding: 32px 28px 16px;
  }
}

.v2-footer-top {
  padding: 0 0 32px;
  border-bottom: 1px solid var(--v2-border);
  margin: 0 0 24px;
}

@media (max-width: 560px) {
  .v2-footer-top {
    padding: 0 0 24px;
    margin: 0 0 20px;
  }
}

.footer-grid {
  max-width: 1360px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 40px;
}

.footer-logo {
  display: inline-flex;
  align-items: center;
  font-family: "Sora", "Inter", sans-serif;
  font-weight: 800;
  font-size: 26px;
  letter-spacing: -0.03em;
  margin-bottom: 14px;
}

.footer-logo .brand-main { color: #ffffff; }

.footer-logo .brand-hub {
  background: var(--v2-gold-gradient);
  color: #000;
  padding: 2px 9px 3px 7px;
  border-radius: 8px;
  margin-left: 10px;
}

.footer-brand p {
  font-size: 14px;
  line-height: 1.7;
  color: var(--v2-text-muted);
  max-width: 340px;
}

.footer-title {
  font-family: "Sora", sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: -0.01em;
  color: #f4f4f5;
  margin: 0 0 14px;
}

.footer-list {
  display: grid;
  gap: 9px;
}

.footer-list a {
  font-size: 14px;
  color: var(--v2-text-muted);
  transition: color 0.2s;
  display: inline-block;
}

.footer-list a:hover { color: #fff; }

.footer-bottom {
  max-width: 1360px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  padding: 0 0 20px;
  font-size: 13px;
  color: var(--v2-text-subtle);
  font-weight: 500;
}

.footer-bottom a { color: var(--v2-text-muted); }
.footer-bottom a:hover { color: #fff; }

.footer-links {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 14px;
}

.footer-links a { font-size: 13px; }

/* ============ STICKY BAR ============ */
.sticky-cta-bar {
  position: fixed !important;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%) translateY(0);
  width: min(920px, calc(100vw - 32px));
  z-index: 99998 !important;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 16px;
  padding: 12px 16px 12px 20px;
  padding-bottom: calc(12px + env(safe-area-inset-bottom, 0px));
  background: rgba(10, 10, 10, 0.92);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  border: 1px solid var(--v2-border-strong);
  border-radius: 18px;
  box-shadow: 0 24px 64px -20px rgba(0, 0, 0, 0.9), 0 0 0 1px rgba(255,255,255,0.04) inset;
  transition: transform 0.55s var(--v2-ease), opacity 0.4s ease, bottom 0.3s ease;
  opacity: 1;
  pointer-events: auto;
}

.sticky-cta-bar.is-hidden {
  transform: translateX(-50%) translateY(calc(100% + 40px));
  opacity: 0;
  pointer-events: none;
}

.sticky-cta-bar.is-near-footer {
  opacity: 0;
  transform: translateX(-50%) translateY(16px);
  pointer-events: none;
}

@media (prefers-reduced-motion: reduce) {
  .sticky-cta-bar { transition: opacity 0.2s ease; }
  .sticky-cta-bar.is-hidden { transform: translateX(-50%) translateY(calc(100% + 20px)); }
}

.sticky-cta-copy strong {
  display: block;
  color: #fff;
  font-size: 14.5px;
  margin-bottom: 2px;
  font-weight: 700;
}

.sticky-cta-copy span {
  font-size: 12.5px;
  color: var(--v2-text-muted);
  font-weight: 500;
}

.sticky-cta-actions {
  display: inline-flex;
  gap: 8px;
}

.sticky-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  height: 42px;
  padding: 0 16px;
  border-radius: 12px;
  font-size: 13.5px;
  font-weight: 700;
  white-space: nowrap;
  transition: transform 0.2s, filter 0.2s, background 0.2s;
}

.sticky-cta-btn-primary {
  background: var(--v2-orange-gradient);
  color: #0b0b0b;
  box-shadow: 0 12px 30px -14px rgba(249, 115, 22, 0.75);
}

.sticky-cta-btn-primary:hover { filter: brightness(1.06); transform: translateY(-1px); }

.sticky-cta-btn-secondary {
  background: rgba(34, 197, 94, 0.14);
  color: #4ade80;
  border: 1px solid rgba(34, 197, 94, 0.35);
}

.sticky-cta-btn-secondary:hover {
  background: rgba(34, 197, 94, 0.2);
}

/* ============ RESPONSIVE ============ */
@media (max-width: 1200px) {
  .v2-header-inner { grid-template-columns: auto 1fr auto auto; }
  .v2-search { display: none; }
  .v2-hero-features { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .v2-laptop-frame { transform: none; }
  .v2-mockup-phone { transform: rotateY(5deg) rotateZ(2deg); }
}

@media (max-width: 1024px) {
  main { padding: 0 28px; }
  .v2-header-inner { padding: 14px 24px; }

  .v2-why-grid { grid-template-columns: repeat(3, 1fr); }
  .v2-trusted-logos { grid-template-columns: repeat(3, 1fr); }
  .price-grid--two { grid-template-columns: 1fr; }
  .v2-hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .v2-hero-features { max-width: 560px; }
  .v2-hero-visual { order: -1; min-height: auto; }
  .v2-mockup-phone { width: 180px; right: 0; bottom: -30px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid { grid-template-columns: 1fr; }
  .promo-card { grid-template-columns: 1fr; }
  .cta-card { grid-template-columns: auto 1fr; }
  .cta-actions { grid-column: 1 / -1; justify-self: start; }
  .price-voucher { grid-template-columns: 1fr; }
  .custom-plan-card { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; padding: 0 4px; }
  .footer-brand { grid-column: 1 / -1; }

  .v2-featured-preview { padding: 16px 0 12px; }
  .v2-featured-title { font-size: 15px; }
  .v2-featured-link { font-size: 12px; }
  .v2-featured-grid { gap: 8px; }
  .v2-featured-thumb { border-radius: 10px; }
  .v2-featured-name { font-size: 10px; }
}

@media (max-width: 820px) {
  .v2-header-inner {
    grid-template-columns: auto 1fr auto auto;
    padding: 12px 18px;
    gap: 10px;
  }

  .v2-nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: min(320px, 84vw);
    height: 100vh;
    background: rgba(0, 0, 0, 0.98);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    flex-direction: column;
    align-items: stretch;
    padding: 80px 22px 24px;
    gap: 4px;
    border-left: 1px solid var(--v2-border);
    transition: right 0.4s var(--v2-ease);
    z-index: 95;
  }

  .site-header.is-open .v2-nav,
  #siteHeader.is-open .v2-nav { right: 0; }

  .v2-nav a {
    font-size: 16px;
    padding: 12px 14px;
    border-radius: 12px;
  }

  .v2-nav a.is-active::after { display: none; }

  .v2-menu-toggle { display: inline-flex; order: 4; }

  #siteHeader.is-open + .menu-backdrop,
  .menu-backdrop.is-open { display: block; }

  .v2-header-actions .v2-btn-ghost { display: none; }

  main { padding: 0 28px; }

  .v2-hero { padding: 36px 0 24px; }
  .v2-hero-title { font-size: 40px; }
  .v2-hero-features { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .v2-hf-icon { width: 44px; height: 44px; font-size: 15px; }
  .v2-hf-label { font-size: 10.5px; }
  .v2-hero-more { margin-top: 20px; z-index: 10; position: relative; }

  .v2-mockup-phone { width: 140px; right: -6px; bottom: -24px; }
  .v2-laptop-screen { padding: 28px 12px 12px; }

  .v2-stats-inner { gap: 14px; padding: 16px 18px; }
  .v2-stat-num { font-size: 18px; }
  .v2-stat-label { font-size: 10px; }
  .v2-stat-divider { height: 28px; }

  .v2-why-inner { padding: 32px 28px; }
  .v2-why-grid { grid-template-columns: 1fr 1fr; }

  .v2-trusted-logos { grid-template-columns: repeat(2, 1fr); }

  .stats-grid { grid-template-columns: repeat(2, 1fr); }

  .sticky-cta-bar {
    grid-template-columns: 1fr auto;
    gap: 14px;
    padding: 12px 16px 12px 18px;
    bottom: 10px;
    width: calc(100vw - 28px);
  }

  .sticky-cta-copy {
    padding-right: 8px;
  }

  .sticky-cta-copy strong { font-size: 13.5px; }
  .sticky-cta-copy span { font-size: 12px; }
  .sticky-cta-actions { width: 100%; display: grid; grid-template-columns: 1fr 1fr; }
  .sticky-cta-btn { height: 42px; }

  .cta-card { grid-template-columns: 1fr; padding: 22px; }
  .cta-icon { width: 48px; height: 48px; }

  .footer-grid { grid-template-columns: 1fr 1fr; gap: 26px; }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 560px) {
  .v2-header-inner { padding: 10px 14px; gap: 8px; }
  .v2-brand { font-size: 22px; }
  .v2-brand-hub { padding: 2px 8px 3px 6px; border-radius: 7px; }
  .v2-menu-toggle { width: 40px; height: 40px; }
  .v2-header-actions .v2-btn-solid { height: 40px; padding: 0 14px; font-size: 13px; border-radius: 10px; }

  main { padding: 0 28px; }

  .v2-hero { padding: 16px 0 12px; }
  .v2-hero-title { font-size: clamp(26px, 8vw, 34px); }
  .v2-hero-desc { font-size: 13px; }
  .v2-hero-cta-row { margin-bottom: 18px; }
  .v2-btn-lg { height: 42px; padding: 0 16px; font-size: 13px; }
  .v2-hero-features { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 5px; }
  .v2-hf-icon { width: 30px; height: 30px; font-size: 11px; border-radius: 9px; }
  .v2-hf-label { font-size: 8.5px; line-height: 1.2; }
  .v2-hero-more { margin-top: 14px; z-index: 10; position: relative; }

  .v2-laptop-screen { padding: 24px 8px 8px; border-radius: 12px; }
  .v2-brochure-toolbar { flex-wrap: wrap; padding: 6px 8px 10px; font-size: 10.5px; }
  .v2-bt-actions { gap: 6px; font-size: 11px; }

  .v2-why { padding: 12px 0 48px; }
  .v2-why-inner { padding: 28px 24px 32px; border-radius: 22px; }
  .v2-why-title { margin-bottom: 22px; }
  .v2-why-grid { grid-template-columns: 1fr; gap: 10px; }

  .v2-trusted { padding: 14px 0 54px; }
  .v2-trusted-logos { grid-template-columns: 1fr 1fr; gap: 10px; }
  .v2-logo-item { padding: 18px 14px; flex-direction: column; text-align: center; }
  .v2-logo-text { text-align: center; }

  .promo-card { padding: 30px; border-radius: 22px; }
  .promo-countdown-grid { grid-template-columns: repeat(4, 1fr); gap: 8px; }
  .promo-countdown-box strong { font-size: 18px; }
  .promo-btn { height: 44px; }

  .price-section { padding: 16px 0 48px; }
  .plan-card { padding: 28px 24px; }
  .plan-badge-ribbon { top: 10px; right: 10px; font-size: 10.5px; padding: 4px 10px; }
  .plan-price-normal, .plan-price-discount { font-size: 34px; }

  .voucher-ticket, .voucher-envelope { padding: 20px; }
  .custom-plan-card { padding: 24px; }

  .trust-section { padding: 10px 0 44px; }
  .testimonial-visual-card, .proof-visual-card { padding: 28px; }
  .trust-faq-item summary { padding: 16px 22px; font-size: 14px; }
  .trust-faq-item p { padding: 0 22px 22px; font-size: 13px; }

  .cta-card { padding: 28px; }
  .cta-title { font-size: 17px; }
  .cta-actions { width: 100%; }
  .cta-btn { width: 100%; }

  .footer-grid { grid-template-columns: 1fr; gap: 24px; padding: 0 8px; }
  .footer-bottom { padding: 0 8px 18px; font-size: 12px; }

  .v2-stats-strip { padding: 14px 0 0; }
  .v2-stats-inner { gap: 10px; padding: 18px 20px; }
  .v2-stat-num { font-size: 16px; }
  .v2-stat-label { font-size: 9px; }
  .v2-stat-divider { height: 24px; }

  .v2-featured-preview { padding: 18px 0 14px; }
  .v2-featured-header { margin-bottom: 10px; }
  .v2-featured-title { font-size: 14px; }
  .v2-featured-link { font-size: 11px; }
  .v2-featured-grid { gap: 6px; }
  .v2-featured-thumb { border-radius: 8px; }
  .v2-featured-name { font-size: 9px; }

  /* Global: wrapper padding ensures no content touches edges */
  .v2-content-wrapper {
    padding: 0 12px;
  }

  .sticky-cta-bar {
    padding: 12px 16px;
    gap: 10px;
    width: calc(100vw - 32px);
  }
  .sticky-cta-copy strong { font-size: 13px; }
  .sticky-cta-copy span { font-size: 11.5px; }
  .sticky-cta-actions { grid-template-columns: 1fr; }
  .sticky-cta-btn-secondary { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation: none !important;
    transition: none !important;
  }
  .v2-mockup-laptop, .v2-mockup-phone { transform: none !important; }
}

body.directory-apple-page {
  margin: 0;
  padding: 0;
  background: #000000;
  color: #f5f5f7;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
  min-height: 100vh;
  overflow-x: hidden;
  position: relative;
}

body.directory-apple-page::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(1200px 700px at 10% -10%, rgba(251, 146, 60, 0.10), transparent 60%),
    radial-gradient(900px 600px at 100% 0%, rgba(251, 191, 36, 0.07), transparent 55%),
    radial-gradient(1000px 700px at 50% 110%, rgba(249, 115, 22, 0.08), transparent 60%);
}

body.directory-apple-page * { box-sizing: border-box; }
body.directory-apple-page a { color: inherit; text-decoration: none; }
body.directory-apple-page img { display: block; max-width: 100%; }
body.directory-apple-page button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }
body.directory-apple-page input { font-family: inherit; }

body.directory-apple-page .page {
  position: relative;
  z-index: 1;
  padding-bottom: 140px;
}

body.directory-apple-page .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 28px;
}

body.directory-apple-page .btn-form {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  background: linear-gradient(135deg, #fb923c 0%, #f97316 55%, #ea580c 100%);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.22) inset, 0 8px 24px rgba(249, 115, 22, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
  letter-spacing: -0.005em;
  white-space: nowrap;
}
body.directory-apple-page .btn-form:hover {
  transform: translateY(-1px);
  filter: brightness(1.05);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.24) inset, 0 12px 32px rgba(249, 115, 22, 0.30);
}

body.directory-apple-page .page-main {
  padding-top: 56px;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 28px;
  padding-right: 28px;
}

body.directory-apple-page .page-hero {
  display: grid;
  grid-template-columns: 1.25fr 0.9fr;
  gap: 36px;
  align-items: stretch;
  margin-bottom: 56px;
}

body.directory-apple-page .directory-hero-copy {
  padding: 28px 8px 28px 0;
}

body.directory-apple-page .page-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(251, 146, 60, 0.10);
  border: 1px solid rgba(251, 146, 60, 0.22);
  font-size: 12.5px;
  font-weight: 600;
  color: #fb923c;
  letter-spacing: 0.01em;
  margin-bottom: 22px;
}
body.directory-apple-page .page-badge i { font-size: 12px; }

body.directory-apple-page .directory-hero-copy h1 {
  font-family: "Sora", sans-serif;
  font-weight: 800;
  letter-spacing: -0.035em;
  font-size: clamp(36px, 5.2vw, 62px);
  line-height: 1.04;
  margin: 0 0 18px 0;
  color: #f5f5f7;
}

body.directory-apple-page .directory-hero-copy p {
  font-size: 16.5px;
  line-height: 1.65;
  color: #a1a1aa;
  margin: 0;
  max-width: 560px;
}

body.directory-apple-page .directory-hero-panel {
  background: linear-gradient(160deg, rgba(17, 17, 17, 0.95), rgba(20, 20, 20, 0.9));
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 24px;
  padding: 28px 28px 26px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 30px 80px -40px rgba(0, 0, 0, 0.8);
}
body.directory-apple-page .directory-hero-panel::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: 24px;
  padding: 1px;
  background: linear-gradient(135deg, rgba(251, 146, 60, 0.30), transparent 40%, rgba(251, 191, 36, 0.22));
  -webkit-mask: linear-gradient(#000, #000) content-box, linear-gradient(#000, #000);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

body.directory-apple-page .directory-hero-panel-kicker {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #fb923c;
  margin-bottom: 10px;
}

body.directory-apple-page .directory-hero-panel-value {
  font-family: "Sora", sans-serif;
  font-weight: 800;
  font-size: 64px;
  letter-spacing: -0.04em;
  line-height: 1;
  color: #f5f5f7;
  margin-bottom: 8px;
  background: linear-gradient(135deg, #f5f5f7 0%, #fbbf24 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

body.directory-apple-page .directory-hero-panel-label {
  font-size: 14px;
  font-weight: 600;
  color: #f5f5f7;
  margin-bottom: 10px;
}

body.directory-apple-page .directory-hero-panel-copy {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.6;
  color: #71717a;
}

body.directory-apple-page .page-content {
  position: relative;
  z-index: 1;
}

body.directory-apple-page .content-card {
  background: rgba(17, 17, 17, 0.7);
  backdrop-filter: blur(12px) saturate(140%);
  -webkit-backdrop-filter: blur(12px) saturate(140%);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 22px;
}

body.directory-apple-page .directory-toolbar {
  padding: 22px 24px 20px;
  margin-bottom: 28px;
  box-shadow: 0 20px 60px -40px rgba(0, 0, 0, 0.8);
}

body.directory-apple-page .directory-toolbar-main {
  display: grid;
  grid-template-columns: 1.1fr auto;
  gap: 24px;
  align-items: flex-start;
}

body.directory-apple-page .directory-toolbar-label {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #71717a;
  margin-bottom: 12px;
}

body.directory-apple-page .directory-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

body.directory-apple-page .directory-chip {
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 500;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #a1a1aa;
  transition: all 0.2s ease;
  letter-spacing: -0.005em;
}
body.directory-apple-page .directory-chip:hover {
  background: rgba(255, 255, 255, 0.06);
  color: #f5f5f7;
  border-color: rgba(255, 255, 255, 0.14);
}
body.directory-apple-page .directory-chip.is-active {
  color: #000;
  background: linear-gradient(135deg, #fb923c 0%, #f97316 55%, #ea580c 100%);
  border-color: transparent;
  box-shadow: 0 6px 18px rgba(249, 115, 22, 0.28);
  font-weight: 600;
}

body.directory-apple-page .directory-toolbar-right {
  display: flex;
  align-items: center;
  gap: 10px;
}

body.directory-apple-page .directory-search-wrap {
  position: relative;
  width: 320px;
  max-width: 100%;
}
body.directory-apple-page .directory-search-wrap i {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #71717a;
  font-size: 13px;
  pointer-events: none;
}
body.directory-apple-page .directory-search-input {
  width: 100%;
  padding: 11px 14px 11px 38px;
  border-radius: 12px;
  font-size: 13.5px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #f5f5f7;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
  outline: none;
  letter-spacing: -0.005em;
}
body.directory-apple-page .directory-search-input::placeholder { color: #71717a; font-weight: 400; }
body.directory-apple-page .directory-search-input:focus {
  border-color: rgba(251, 146, 60, 0.45);
  background: rgba(251, 146, 60, 0.04);
  box-shadow: 0 0 0 4px rgba(251, 146, 60, 0.12);
}

body.directory-apple-page .directory-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 11px 16px;
  border-radius: 12px;
  font-size: 13.5px;
  font-weight: 600;
  transition: all 0.2s ease;
  white-space: nowrap;
  letter-spacing: -0.005em;
}

body.directory-apple-page .directory-btn--ghost {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.10);
  color: #a1a1aa;
}
body.directory-apple-page .directory-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.04);
  color: #f5f5f7;
  border-color: rgba(255, 255, 255, 0.16);
}

body.directory-apple-page .directory-btn--open {
  flex: 1;
  color: #000;
  background: linear-gradient(135deg, #fb923c 0%, #f97316 55%, #ea580c 100%);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.20) inset, 0 6px 18px rgba(249, 115, 22, 0.22);
}
body.directory-apple-page .directory-btn--open:hover {
  transform: translateY(-1px);
  filter: brightness(1.05);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.22) inset, 0 10px 24px rgba(249, 115, 22, 0.30);
}

body.directory-apple-page .directory-total {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 13px;
  font-weight: 500;
  color: #71717a;
  letter-spacing: 0.005em;
}
body.directory-apple-page .directory-total::first-letter { text-transform: uppercase; }

body.directory-apple-page .directory-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin-bottom: 36px;
}

body.directory-apple-page .directory-card {
  position: relative;
  background: #111111;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 20px;
  overflow: hidden;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.3s ease, box-shadow 0.4s ease;
  display: flex;
  flex-direction: column;
}
body.directory-apple-page .directory-card:hover {
  transform: translateY(-5px);
  border-color: rgba(251, 146, 60, 0.30);
  box-shadow: 0 30px 80px -40px rgba(251, 146, 60, 0.28), 0 20px 40px -20px rgba(0, 0, 0, 0.7);
}

body.directory-apple-page .directory-card.empty-state {
  grid-column: 1 / -1;
  padding: 64px 24px;
  text-align: center;
  justify-content: center;
  align-items: center;
  background: rgba(17, 17, 17, 0.5);
  border: 1px dashed rgba(255, 255, 255, 0.10);
}
body.directory-apple-page .directory-card.empty-state p {
  font-size: 15px;
  color: #a1a1aa;
  margin: 0;
}

body.directory-apple-page .directory-card-thumb {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #1a1a1a;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
body.directory-apple-page .directory-card:hover .directory-card-thumb { transform: scale(1.04); }

body.directory-apple-page .directory-card h2 {
  font-family: "Sora", sans-serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.25;
  color: #f5f5f7;
  margin: 16px 18px 6px;
}

body.directory-apple-page .directory-card-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 18px;
  margin-bottom: 10px;
}

body.directory-apple-page .directory-card-category {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 11.5px;
  font-weight: 600;
  color: #fb923c;
  background: rgba(251, 146, 60, 0.10);
  border: 1px solid rgba(251, 146, 60, 0.18);
  letter-spacing: 0.01em;
}

body.directory-apple-page .directory-demo-badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  color: #fbbf24;
  background: rgba(251, 191, 36, 0.08);
  border: 1px solid rgba(251, 191, 36, 0.18);
  letter-spacing: 0.01em;
}

body.directory-apple-page .directory-card p {
  font-size: 13px;
  line-height: 1.55;
  color: #71717a;
  margin: 0 18px 16px;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

body.directory-apple-page .directory-actions {
  padding: 0 16px 18px;
  margin-top: auto;
  display: flex;
  gap: 8px;
}

body.directory-apple-page .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 72px;
}

body.directory-apple-page .page-btn {
  min-width: 40px;
  height: 40px;
  padding: 0 14px;
  border-radius: 11px;
  font-size: 13.5px;
  font-weight: 600;
  color: #a1a1aa;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
  transition: all 0.2s ease;
  letter-spacing: -0.005em;
}
body.directory-apple-page .page-btn:hover:not(:disabled) {
  background: rgba(255, 255, 255, 0.06);
  color: #f5f5f7;
  border-color: rgba(255, 255, 255, 0.14);
  transform: translateY(-1px);
}
body.directory-apple-page .page-btn.is-active {
  color: #000;
  background: linear-gradient(135deg, #fb923c 0%, #f97316 55%, #ea580c 100%);
  border-color: transparent;
  box-shadow: 0 6px 18px rgba(249, 115, 22, 0.28);
}
body.directory-apple-page .page-btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
  transform: none;
}

body.directory-apple-page .site-footer {
  padding: 56px 0 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

body.directory-apple-page .footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 48px;
  max-width: 1200px;
  margin: 0 auto 36px;
  padding: 0 28px;
}

body.directory-apple-page .footer-logo {
  font-family: "Sora", sans-serif;
  font-weight: 800;
  font-size: 22px;
  letter-spacing: -0.02em;
  margin-bottom: 14px;
  display: inline-flex;
}

body.directory-apple-page .footer-desc {
  font-size: 14px;
  line-height: 1.6;
  color: #71717a;
  margin: 0;
  max-width: 380px;
}

body.directory-apple-page .footer-title {
  font-family: "Sora", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #f5f5f7;
  margin: 0 0 16px;
}

body.directory-apple-page .footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

body.directory-apple-page .footer-list a {
  font-size: 14px;
  color: #a1a1aa;
  transition: color 0.2s ease;
  letter-spacing: -0.005em;
  display: inline-block;
}
body.directory-apple-page .footer-list a:hover { color: #fb923c; }

body.directory-apple-page .footer-bottom {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px 28px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  font-size: 12.5px;
  color: #71717a;
}

body.directory-apple-page .footer-bottom a {
  font-size: 12.5px;
  color: #a1a1aa;
  transition: color 0.2s ease;
}
body.directory-apple-page .footer-bottom a:hover { color: #fb923c; }

body.directory-apple-page .footer-links {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

@media (max-width: 1200px) {
  body.directory-apple-page .directory-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
  body.directory-apple-page .directory-search-wrap { width: 260px; }
}

@media (max-width: 1024px) {
  body.directory-apple-page .page-hero {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 40px;
  }
  body.directory-apple-page .directory-hero-copy { padding: 0; }
  body.directory-apple-page .directory-toolbar-main {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  body.directory-apple-page .directory-toolbar-right {
    flex-direction: column;
    align-items: stretch;
  }
  body.directory-apple-page .directory-search-wrap { width: 100%; }
  body.directory-apple-page .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 36px;
  }
  body.directory-apple-page .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 820px) {
  body.directory-apple-page .page-main { padding-left: 20px; padding-right: 20px; padding-top: 36px; }
  body.directory-apple-page .container { padding: 0 20px; }
  body.directory-apple-page .header-inner {
    grid-template-columns: auto 1fr auto;
    height: 60px;
    gap: 14px;
  }
  body.directory-apple-page .menu-toggle { display: inline-flex; }
  body.directory-apple-page .btn-form { display: none; }
  body.directory-apple-page .nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: min(84vw, 360px);
    height: 100vh;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    background: #0a0a0a;
    border-left: 1px solid rgba(255, 255, 255, 0.06);
    padding: 84px 22px 24px;
    z-index: 49;
    gap: 2px;
    transition: right 0.35s cubic-bezier(0.22, 1, 0.36, 1);
    overflow-y: auto;
  }
  body.directory-apple-page .header.is-open .nav { right: 0; }
  body.directory-apple-page .nav-cta-mobile {
    display: inline-flex !important;
    justify-content: center;
    margin: 14px 0 10px;
    padding: 12px 18px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    background: linear-gradient(135deg, #fb923c 0%, #f97316 55%, #ea580c 100%);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.20) inset, 0 8px 24px rgba(249, 115, 22, 0.22);
  }
  body.directory-apple-page .nav a {
    padding: 13px 14px;
    font-size: 15px;
    border-radius: 12px;
    color: #a1a1aa;
  }
  body.directory-apple-page .nav a[href*="direktori-brosurhub"]::after { display: none; }
  body.directory-apple-page .nav a[href*="direktori-brosurhub"] {
    color: #f5f5f7;
    background: rgba(251, 146, 60, 0.12);
  }
  body.directory-apple-page .directory-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
  body.directory-apple-page .directory-toolbar { padding: 20px; }
  body.directory-apple-page .directory-hero-panel { padding: 24px; }
  body.directory-apple-page .directory-hero-panel-value { font-size: 54px; }
  body.directory-apple-page .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }
  body.directory-apple-page .footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 560px) {
  body.directory-apple-page .page-main { padding-left: 16px; padding-right: 16px; padding-top: 28px; }
  body.directory-apple-page .container { padding: 0 16px; }
  body.directory-apple-page .directory-grid { grid-template-columns: 1fr; gap: 16px; }
  body.directory-apple-page .directory-hero-copy h1 { font-size: 34px; }
  body.directory-apple-page .directory-hero-copy p { font-size: 15px; }
  body.directory-apple-page .directory-hero-panel { padding: 20px; border-radius: 20px; }
  body.directory-apple-page .directory-hero-panel-value { font-size: 44px; }
  body.directory-apple-page .directory-toolbar { padding: 18px 16px; border-radius: 18px; }
  body.directory-apple-page .directory-chip { padding: 7px 12px; font-size: 12.5px; }
  body.directory-apple-page .directory-card { border-radius: 18px; }
  body.directory-apple-page .directory-card h2 { font-size: 16px; margin: 14px 16px 6px; }
  body.directory-apple-page .directory-card-meta { padding: 0 16px; }
  body.directory-apple-page .directory-card p { margin: 0 16px 14px; }
  body.directory-apple-page .directory-actions { padding: 0 14px 16px; }
  body.directory-apple-page .pagination { margin-bottom: 48px; }
  body.directory-apple-page .page-btn { min-width: 36px; height: 36px; padding: 0 12px; font-size: 13px; border-radius: 10px; }
  body.directory-apple-page .footer-grid { padding-left: 16px; padding-right: 16px; }
  body.directory-apple-page .footer-bottom { padding-left: 16px; padding-right: 16px; }
  body.directory-apple-page .footer-links { gap: 14px; }
}

body.static-page.v2-body .v2-static-main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 56px 32px 80px;
}

body.static-page.v2-body .v2-static-hero {
  padding: 28px 0 48px;
  position: relative;
}
body.static-page.v2-body .v2-static-hero::before {
  content: "";
  position: absolute;
  inset: -20px -28px;
  background: radial-gradient(600px 360px at 20% 0%, rgba(249, 115, 22, 0.12), transparent 70%),
              radial-gradient(500px 320px at 100% 80%, rgba(251, 191, 36, 0.08), transparent 70%);
  pointer-events: none;
  border-radius: 32px;
  z-index: -1;
}

body.static-page.v2-body .v2-static-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: rgba(251, 146, 60, 0.08);
  border: 1px solid rgba(251, 146, 60, 0.18);
  color: var(--v2-orange-1);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -0.01em;
  border-radius: 999px;
  margin-bottom: 20px;
}
body.static-page.v2-body .v2-static-badge i {
  font-size: 12px;
  opacity: 0.9;
}

body.static-page.v2-body .v2-static-hero-title {
  font-family: "Sora", "Inter", sans-serif;
  font-size: 44px;
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.1;
  color: #fff;
  margin: 0 0 18px;
  max-width: 900px;
}
body.static-page.v2-body .v2-static-hero-title span {
  background: var(--v2-gold-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

body.static-page.v2-body .v2-static-hero-lead {
  font-size: 17.5px;
  line-height: 1.7;
  color: var(--v2-text-muted);
  max-width: 780px;
  margin: 0;
  letter-spacing: -0.005em;
}

body.static-page.v2-body .v2-static-content {
  padding-top: 12px;
}

body.static-page.v2-body .v2-static-content .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 24px 0 40px;
}

body.static-page.v2-body .v2-static-content .card {
  background: var(--v2-bg-card);
  border: 1px solid var(--v2-border);
  border-radius: var(--v2-radius-lg);
  padding: 32px 28px;
  transition: transform 0.3s var(--v2-ease), border-color 0.3s var(--v2-ease);
}
body.static-page.v2-body .v2-static-content .card:hover {
  border-color: var(--v2-border-strong);
  transform: translateY(-2px);
}

body.static-page.v2-body .v2-static-content .card h2 {
  font-family: "Sora", "Inter", sans-serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 16px;
  color: #fff;
}

body.static-page.v2-body .v2-static-content .card h3 {
  font-family: "Sora", "Inter", sans-serif;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -0.015em;
  margin: 0 0 14px;
  color: #fff;
}

body.static-page.v2-body .v2-static-content .card p {
  color: var(--v2-text-muted);
  font-size: 15px;
  line-height: 1.7;
  margin: 0 0 14px;
}

body.static-page.v2-body .v2-static-content .card ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

body.static-page.v2-body .v2-static-content .card ul li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 15px;
  line-height: 1.6;
  color: var(--v2-text);
  padding-left: 0;
}
body.static-page.v2-body .v2-static-content .card ul li::before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: var(--v2-orange-2);
  font-size: 14px;
  margin-top: 2px;
  flex-shrink: 0;
}

body.static-page.v2-body .v2-static-content .single-card {
  background: var(--v2-bg-card);
  border: 1px solid var(--v2-border);
  border-radius: var(--v2-radius-xl);
  padding: 40px 36px;
  margin: 24px 0 40px;
}

body.static-page.v2-body .v2-static-content .info-row {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 20px;
  padding: 16px 0;
  border-bottom: 1px solid var(--v2-border);
  align-items: start;
}
body.static-page.v2-body .v2-static-content .info-row:last-child { border-bottom: none; }
body.static-page.v2-body .v2-static-content .info-row strong {
  color: var(--v2-orange-1);
  font-weight: 600;
  font-size: 14.5px;
  letter-spacing: -0.005em;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

@media (max-width: 820px) {
  body.static-page.v2-body .v2-static-main { padding: 40px 20px 60px; }
  body.static-page.v2-body .v2-static-hero-title { font-size: 32px; }
  body.static-page.v2-body .v2-static-hero-lead { font-size: 15.5px; }
  body.static-page.v2-body .v2-static-content .grid { grid-template-columns: 1fr; gap: 16px; }
  body.static-page.v2-body .v2-static-content .card { padding: 24px 20px; }
  body.static-page.v2-body .v2-static-content .single-card { padding: 28px 22px; }
  body.static-page.v2-body .v2-static-content .info-row { grid-template-columns: 1fr; gap: 6px; }
}

@media (max-width: 560px) {
  body.static-page.v2-body .v2-static-main { padding: 28px 16px 48px; }
  body.static-page.v2-body .v2-static-hero-title { font-size: 26px; }
  body.static-page.v2-body .v2-static-hero-lead { font-size: 14.5px; line-height: 1.65; }
  body.static-page.v2-body .v2-static-content .card h2 { font-size: 19px; }
  body.static-page.v2-body .v2-static-content .card h3 { font-size: 17px; }
}

body.static-page.v2-body .v2-static-content .contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin: 24px 0 40px;
}
body.static-page.v2-body .v2-static-content .contact-card {
  background: var(--v2-bg-card);
  border: 1px solid var(--v2-border);
  border-radius: var(--v2-radius-lg);
  padding: 28px 24px;
  transition: transform 0.3s var(--v2-ease), border-color 0.3s var(--v2-ease), box-shadow 0.3s var(--v2-ease);
}
body.static-page.v2-body .v2-static-content .contact-card:hover {
  transform: translateY(-2px);
  border-color: var(--v2-border-strong);
  box-shadow: 0 20px 40px -16px rgba(0, 0, 0, 0.6);
}
body.static-page.v2-body .v2-static-content .contact-card h2 {
  font-family: "Sora", "Inter", sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--v2-border);
  color: #fff;
  display: flex;
  align-items: center;
}
body.static-page.v2-body .v2-static-content .contact-card h2 svg { margin-right: 10px; flex-shrink: 0; }
body.static-page.v2-body .v2-static-content .contact-card ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0 0 14px;
}
body.static-page.v2-body .v2-static-content .contact-card ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  line-height: 1.55;
  color: var(--v2-text);
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,0.04);
}
body.static-page.v2-body .v2-static-content .contact-card ul li:last-child { border-bottom: none; }
body.static-page.v2-body .v2-static-content .contact-card ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: var(--v2-orange-gradient);
  border-radius: 50%;
  flex-shrink: 0;
}
body.static-page.v2-body .v2-static-content .contact-card p {
  color: var(--v2-text-muted);
  font-size: 14.5px;
  line-height: 1.7;
  margin: 0;
}
body.static-page.v2-body .v2-static-content .btn-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #25d366 0%, #128c7e 55%, #0c6b60 100%);
  color: #fff !important;
  padding: 12px 22px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 14.5px;
  letter-spacing: -0.005em;
  transition: all 0.25s var(--v2-ease);
  box-shadow: 0 12px 28px -10px rgba(37, 211, 102, 0.45);
}
body.static-page.v2-body .v2-static-content .btn-whatsapp:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px -10px rgba(37, 211, 102, 0.55);
}
body.static-page.v2-body .v2-static-content .css-cta-line { margin-top: 12px; }

body.static-page.v2-body .v2-static-content .faq-accordion {
  display: grid;
  gap: 12px;
  margin: 24px 0 40px;
}
body.static-page.v2-body .v2-static-content .faq-accordion .card.faq-item {
  padding: 0;
  background: var(--v2-bg-card);
  border: 1px solid var(--v2-border);
  border-radius: var(--v2-radius);
  overflow: hidden;
}
body.static-page.v2-body .v2-static-content .faq-accordion .card.faq-item summary {
  cursor: pointer;
  padding: 20px 24px;
  font-weight: 600;
  font-size: 15.5px;
  color: var(--v2-text);
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  letter-spacing: -0.005em;
  transition: background 0.2s var(--v2-ease);
}
body.static-page.v2-body .v2-static-content .faq-accordion .card.faq-item summary::-webkit-details-marker { display: none; }
body.static-page.v2-body .v2-static-content .faq-accordion .card.faq-item summary::after {
  content: "\2b";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 14px;
  color: var(--v2-orange-1);
  transition: transform 0.25s var(--v2-ease);
  flex-shrink: 0;
}
body.static-page.v2-body .v2-static-content .faq-accordion .card.faq-item[open] summary {
  background: rgba(251, 146, 60, 0.04);
}
body.static-page.v2-body .v2-static-content .faq-accordion .card.faq-item[open] summary::after {
  content: "\f068";
  transform: rotate(0deg);
}
body.static-page.v2-body .v2-static-content .faq-accordion .card.faq-item .faq-answer {
  padding: 0 24px 20px;
  color: var(--v2-text-muted);
  font-size: 14.5px;
  line-height: 1.7;
  letter-spacing: -0.002em;
}

@media (max-width: 560px) {
  body.static-page.v2-body .v2-static-content .contact-card { padding: 22px 18px; }
  body.static-page.v2-body .v2-static-content .contact-card h2 { font-size: 18px; }
  body.static-page.v2-body .v2-static-content .faq-accordion .card.faq-item summary { padding: 16px 18px; font-size: 14.5px; }
  body.static-page.v2-body .v2-static-content .faq-accordion .card.faq-item .faq-answer { padding: 0 18px 16px; }
}

.v2-body .v2-ref-section { padding: 0 0 24px; }
.v2-body .v2-ref-card {
  position: relative;
  max-width: 1120px;
  margin: 0 auto 28px;
  border-radius: 32px;
  background: #0a0a0a;
  overflow: hidden;
  padding: 56px 56px;
}

.v2-body .v2-ref-glow {
  position: absolute;
  top: -80px; right: -60px;
  width: 520px; height: 520px;
  background: radial-gradient(circle, rgba(251,146,60,0.22) 0%, transparent 65%);
  pointer-events: none;
  z-index: 0;
}
.v2-body .v2-ref-glow--green {
  top: -80px; left: -80px; right: auto;
  width: 560px; height: 560px;
  background: radial-gradient(circle, rgba(34,197,94,0.18) 0%, transparent 65%);
}

.v2-body .v2-ref-border {
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: 32px;
  padding: 1px;
  z-index: 2;
  background: linear-gradient(135deg, rgba(251,146,60,0.55) 0%, rgba(255,255,255,0.06) 30%, rgba(255,255,255,0.06) 70%, rgba(251,191,36,0.38) 100%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.v2-body .v2-ref-border--green {
  background: linear-gradient(135deg, rgba(34,197,94,0.48) 0%, rgba(255,255,255,0.05) 30%, rgba(255,255,255,0.05) 70%, rgba(34,197,94,0.30) 100%);
}

.v2-body .v2-ref-card--orange {
  background:
    radial-gradient(900px 500px at 85% -10%, rgba(251,146,60,0.10), transparent 55%),
    radial-gradient(700px 500px at 0% 100%, rgba(251,191,36,0.06), transparent 55%),
    #0a0a0a;
}
.v2-body .v2-ref-card--green {
  background:
    radial-gradient(900px 500px at 10% -10%, rgba(34,197,94,0.09), transparent 55%),
    radial-gradient(700px 500px at 100% 100%, rgba(16,185,129,0.06), transparent 55%),
    #060908;
}

.v2-body .v2-ref-card {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 48px;
  align-items: center;
}
.v2-body .v2-ref-card--green { grid-template-columns: 1fr 1.05fr; }

.v2-body .v2-ref-left,
.v2-body .v2-ref-right {
  position: relative;
  z-index: 3;
}

.v2-body .v2-ref-left-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}

.v2-body .v2-ref-icon-orange,
.v2-body .v2-ref-icon-green {
  width: 56px; height: 56px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #000;
  flex-shrink: 0;
  box-shadow: 0 12px 28px -10px rgba(251,146,60,0.55), 0 1px 0 rgba(255,255,255,0.20) inset;
}
.v2-body .v2-ref-icon-orange { background: linear-gradient(135deg, #fb923c 0%, #f97316 55%, #ea580c 100%); }
.v2-body .v2-ref-icon-green  { background: linear-gradient(135deg, #22c55e 0%, #16a34a 55%, #15803d 100%); color:#fff; box-shadow: 0 12px 28px -10px rgba(34,197,94,0.45), 0 1px 0 rgba(255,255,255,0.18) inset; }

.v2-body .v2-ref-kicker {
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.v2-body .v2-ref-title {
  font-family: "Sora", sans-serif;
  font-weight: 800;
  letter-spacing: -0.03em;
  font-size: clamp(26px, 3.4vw, 40px);
  line-height: 1.12;
  margin: 0 0 16px;
  color: #f5f5f7;
  max-width: 560px;
}

.v2-body .v2-ref-desc {
  font-size: 15px;
  line-height: 1.7;
  color: #a1a1aa;
  margin: 0 0 26px;
  max-width: 520px;
}

.v2-body .v2-ref-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 26px;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.005em;
  transition: transform 0.25s ease, filter 0.25s ease, box-shadow 0.25s ease;
  color: #000;
  box-shadow: 0 1px 0 rgba(255,255,255,0.22) inset;
}
.v2-body .v2-ref-btn--orange {
  background: linear-gradient(135deg, #fb923c 0%, #f97316 55%, #ea580c 100%);
  box-shadow: 0 1px 0 rgba(255,255,255,0.24) inset, 0 14px 32px -8px rgba(249,115,22,0.55);
}
.v2-body .v2-ref-btn--green {
  color: #04110a;
  background: linear-gradient(135deg, #4ade80 0%, #22c55e 55%, #16a34a 100%);
  box-shadow: 0 1px 0 rgba(255,255,255,0.28) inset, 0 14px 32px -8px rgba(34,197,94,0.50);
}
.v2-body .v2-ref-btn:hover {
  transform: translateY(-1.5px);
  filter: brightness(1.06);
}
.v2-body .v2-ref-btn--orange:hover { box-shadow: 0 1px 0 rgba(255,255,255,0.26) inset, 0 20px 44px -10px rgba(249,115,22,0.62); }
.v2-body .v2-ref-btn--green:hover  { box-shadow: 0 1px 0 rgba(255,255,255,0.30) inset, 0 20px 44px -10px rgba(34,197,94,0.58); }
.v2-body .v2-ref-btn span:last-child { display: inline-block; transition: transform 0.25s ease; }
.v2-body .v2-ref-btn:hover span:last-child { transform: translateX(3px); }

/* ========== SECTION 1: DIREKTORI (ORANGE) — ICONS + ANIMATION ========== */
.v2-body .v2-ref-right--diricons {
  position: relative;
  height: 470px;
  display: flex;
  flex-direction: column;
  gap: 28px;
  align-items: center;
  justify-content: center;
}

.v2-body .v2-dir-orbit {
  position: relative;
  width: 280px;
  height: 280px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.v2-body .v2-dir-orbit-center {
  width: 90px;
  height: 90px;
  border-radius: 28px;
  background: linear-gradient(135deg, #fb923c 0%, #f97316 55%, #ea580c 100%);
  color: #000;
  font-size: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  box-shadow:
    0 0 0 6px rgba(251,146,60,0.12),
    0 0 0 14px rgba(251,146,60,0.06),
    0 20px 50px -10px rgba(249,115,22,0.60),
    0 1px 0 rgba(255,255,255,0.22) inset;
  animation: v2-dir-breathe 5.5s ease-in-out infinite;
}
@keyframes v2-dir-breathe {
  0%,100% { transform: scale(1); }
  50%     { transform: scale(1.06); }
}

.v2-body .v2-dir-orbit-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px dashed rgba(251,146,60,0.30);
  pointer-events: none;
}
.v2-body .v2-dir-orbit-ring--1 {
  width: 180px; height: 180px;
  border-color: rgba(251,146,60,0.36);
  animation: v2-dir-spin 30s linear infinite;
}
.v2-body .v2-dir-orbit-ring--2 {
  width: 250px; height: 250px;
  border-style: solid;
  border-color: rgba(251,146,60,0.14);
  border-top-color: rgba(251,191,36,0.35);
  border-right-color: rgba(251,146,60,0.30);
  animation: v2-dir-spin-reverse 44s linear infinite;
}
@keyframes v2-dir-spin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}
@keyframes v2-dir-spin-reverse {
  from { transform: rotate(0deg); }
  to   { transform: rotate(-360deg); }
}

.v2-body .v2-dir-orbit-dot {
  position: absolute;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fb923c;
  font-size: 17px;
  background: rgba(10,10,10,0.85);
  border: 1px solid rgba(251,146,60,0.28);
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 24px -10px rgba(249,115,22,0.55);
  animation: v2-dir-breathe 5s ease-in-out infinite;
}
.v2-body .v2-dir-orbit-dot:nth-child(even) { animation-delay: -1.2s; }

/* Ring 1 — 6 posisi pada ring 180px (diameter ~90px radius) */
.v2-body .v2-dir-orbit-dot--1 { top: 6px;  left: 50%; transform: translateX(-50%); color: #8b5e3c; }
.v2-body .v2-dir-orbit-dot--2 { top: 42px; right: 14px; color: #c084fc; }
.v2-body .v2-dir-orbit-dot--3 { bottom: 58px; right: 2px; color: #16a34a; }
.v2-body .v2-dir-orbit-dot--4 { bottom: 6px; left: 50%; transform: translateX(-50%); color: #f97316; }
.v2-body .v2-dir-orbit-dot--5 { bottom: 60px; left: 4px; color: #dc2626; }
.v2-body .v2-dir-orbit-dot--6 { top: 44px; left: 14px; color: #0ea5e9; }
.v2-body .v2-dir-orbit-dot--1 { animation-delay: -0.2s; }
.v2-body .v2-dir-orbit-dot--2 { animation-delay: -1.0s; }
.v2-body .v2-dir-orbit-dot--3 { animation-delay: -1.8s; }
.v2-body .v2-dir-orbit-dot--4 { animation-delay: -2.6s; }
.v2-body .v2-dir-orbit-dot--5 { animation-delay: -3.4s; }
.v2-body .v2-dir-orbit-dot--6 { animation-delay: -4.2s; }

.v2-body .v2-dir-featuregrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  width: 100%;
  max-width: 460px;
}

.v2-body .v2-dir-fcard {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(255,255,255,0.025);
  border: 1px solid rgba(255,255,255,0.06);
  transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}
.v2-body .v2-dir-fcard:hover {
  transform: translateY(-3px);
  border-color: rgba(251,146,60,0.34);
  background: rgba(251,146,60,0.05);
  box-shadow: 0 16px 40px -16px rgba(249,115,22,0.40);
}

.v2-body .v2-dir-ficon {
  width: 38px; height: 38px;
  border-radius: 11px;
  background: linear-gradient(135deg, rgba(251,146,60,0.18), rgba(251,191,36,0.10));
  color: #fb923c;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  flex-shrink: 0;
  border: 1px solid rgba(251,146,60,0.18);
  transition: transform 0.3s ease;
}
.v2-body .v2-dir-fcard:hover .v2-dir-ficon {
  transform: scale(1.1) rotate(-6deg);
}

.v2-body .v2-dir-fcard strong {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #f5f5f7;
  letter-spacing: -0.005em;
  line-height: 1.2;
  margin-bottom: 3px;
}
.v2-body .v2-dir-fcard span {
  display: block;
  font-size: 11.5px;
  color: #a1a1aa;
  line-height: 1.3;
}

/* ========== SECTION 2: WA BLAST (GREEN) — ICONS + ANIMATION ========== */
.v2-body .v2-ref-left--waicons {
  position: relative;
  height: 470px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 28px;
  align-items: center;
}

.v2-body .v2-wa-pulse {
  position: relative;
  width: 200px;
  height: 200px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.v2-body .v2-wa-pulse-bg {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(34,197,94,0.18) 0%, transparent 70%);
}
.v2-body .v2-wa-pulse-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid rgba(34,197,94,0.45);
  opacity: 0;
  animation: v2-wa-pulse 3.6s ease-out infinite;
}
.v2-body .v2-wa-pulse-ring--1 { animation-delay: 0s; }
.v2-body .v2-wa-pulse-ring--2 { animation-delay: 1.2s; }
.v2-body .v2-wa-pulse-ring--3 { animation-delay: 2.4s; }
@keyframes v2-wa-pulse {
  0%   { transform: scale(0.35); opacity: 0.9; }
  80%  { opacity: 0; }
  100% { transform: scale(1.25); opacity: 0; }
}

.v2-body .v2-wa-pulse-icon {
  position: relative;
  z-index: 2;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: linear-gradient(135deg, #22c55e 0%, #16a34a 55%, #15803d 100%);
  color: #fff;
  font-size: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 0 0 10px rgba(34,197,94,0.12),
    0 0 0 20px rgba(34,197,94,0.06),
    0 22px 50px -12px rgba(34,197,94,0.55),
    0 1px 0 rgba(255,255,255,0.22) inset;
  animation: v2-dir-breathe 5s ease-in-out infinite;
}

.v2-body .v2-wa-steplist {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  max-width: 360px;
}

.v2-body .v2-wa-step {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(255,255,255,0.025);
  border: 1px solid rgba(34,197,94,0.12);
  transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}
.v2-body .v2-wa-step::before {
  content: "";
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, #4ade80, #15803d);
  opacity: 0.9;
}
.v2-body .v2-wa-step:hover {
  transform: translateX(6px);
  border-color: rgba(34,197,94,0.36);
  background: rgba(34,197,94,0.05);
  box-shadow: 0 16px 40px -16px rgba(34,197,94,0.40);
}

.v2-body .v2-wa-stepnum {
  width: 38px; height: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(34,197,94,0.22), rgba(74,222,128,0.10));
  color: #4ade80;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 800;
  flex-shrink: 0;
  border: 1px solid rgba(34,197,94,0.22);
  transition: transform 0.3s ease;
}
.v2-body .v2-wa-step:hover .v2-wa-stepnum {
  transform: scale(1.1) rotate(6deg);
  background: linear-gradient(135deg, #22c55e, #16a34a);
  color: #000;
  box-shadow: 0 8px 18px -8px rgba(34,197,94,0.55);
}

.v2-body .v2-wa-step strong {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #f5f5f7;
  letter-spacing: -0.005em;
  line-height: 1.2;
  margin-bottom: 3px;
}
.v2-body .v2-wa-step span {
  display: block;
  font-size: 11.5px;
  color: #a1a1aa;
  line-height: 1.3;
}

/* ====== RESPONSIVE ====== */
@media (max-width: 1024px) {
  .v2-body .v2-ref-card { padding: 40px 36px; grid-template-columns: 1fr !important; gap: 28px !important; }
  .v2-body .v2-ref-right--diricons { height: auto; order: 1; max-width: 560px; margin: 0 auto; width: 100%; }
  .v2-body .v2-ref-card--orange .v2-ref-left  { order: 2; }
  .v2-body .v2-ref-left--waicons { height: auto; order: 1; max-width: 560px; margin: 0 auto; width: 100%; }
  .v2-body .v2-ref-card--green  .v2-ref-right { order: 2; }
  .v2-body .v2-dir-orbit { width: 260px; height: 260px; }
  .v2-body .v2-dir-orbit-ring--1 { width: 170px; height: 170px; }
  .v2-body .v2-dir-orbit-ring--2 { width: 240px; height: 240px; }
  .v2-body .v2-ref-left--waicons { grid-template-columns: auto 1fr; }
  .v2-body .v2-wa-pulse { width: 180px; height: 180px; }
  .v2-body .v2-wa-pulse-icon { width: 96px; height: 96px; font-size: 44px; }
}
@media (max-width: 768px) {
  .v2-body .v2-ref-card { padding: 32px 22px; border-radius: 24px; }
  .v2-body .v2-ref-border, .v2-body .v2-ref-glow { border-radius: 24px; }
  .v2-body .v2-ref-title { font-size: 25px; }
  .v2-body .v2-ref-desc  { font-size: 14.5px; }
  .v2-body .v2-dir-orbit { width: 240px; height: 240px; }
  .v2-body .v2-dir-orbit-center { width: 80px; height: 80px; font-size: 32px; border-radius: 24px; }
  .v2-body .v2-dir-orbit-ring--1 { width: 158px; height: 158px; }
  .v2-body .v2-dir-orbit-ring--2 { width: 220px; height: 220px; }
  .v2-body .v2-dir-orbit-dot { width: 44px; height: 44px; font-size: 15px; }
  .v2-body .v2-dir-featuregrid { grid-template-columns: 1fr 1fr; }

  .v2-body .v2-ref-left--waicons {
    grid-template-columns: 1fr;
    gap: 20px;
    justify-items: center;
  }
  .v2-body .v2-wa-pulse { width: 170px; height: 170px; }
  .v2-body .v2-wa-pulse-icon { width: 90px; height: 90px; font-size: 40px; }

  .v2-body .v2-ref-btn { padding: 13px 22px; font-size: 14.5px; }
  .v2-body .v2-ref-icon-orange, .v2-body .v2-ref-icon-green { width: 48px; height: 48px; font-size: 19px; border-radius: 15px; }
  .v2-body .v2-ref-kicker { font-size: 11px; }
}
@media (max-width: 560px) {
  .v2-body .v2-ref-card { padding: 26px 18px; border-radius: 20px; }
  .v2-body .v2-ref-border, .v2-body .v2-ref-glow { border-radius: 20px; }
  .v2-body .v2-ref-title { font-size: 22px; letter-spacing: -0.025em; }
  .v2-body .v2-ref-desc  { font-size: 14px; }
  .v2-body .v2-dir-orbit { width: 220px; height: 220px; }
  .v2-body .v2-dir-orbit-center { width: 72px; height: 72px; font-size: 28px; border-radius: 22px; }
  .v2-body .v2-dir-orbit-ring--1 { width: 144px; height: 144px; }
  .v2-body .v2-dir-orbit-ring--2 { width: 200px; height: 200px; }
  .v2-body .v2-dir-orbit-dot { width: 40px; height: 40px; font-size: 14px; }
  .v2-body .v2-dir-featuregrid { grid-template-columns: 1fr 1fr; }
  .v2-body .v2-dir-fcard { padding: 11px 12px; gap: 10px; border-radius: 12px; }
  .v2-body .v2-dir-ficon { width: 34px; height: 34px; font-size: 13px; border-radius: 10px; }
  .v2-body .v2-dir-fcard strong { font-size: 12.5px; }
  .v2-body .v2-dir-fcard span { font-size: 11px; }

  .v2-body .v2-wa-pulse { width: 150px; height: 150px; }
  .v2-body .v2-wa-pulse-icon { width: 80px; height: 80px; font-size: 36px;
    box-shadow: 0 0 0 8px rgba(34,197,94,0.12), 0 0 0 16px rgba(34,197,94,0.06), 0 18px 40px -10px rgba(34,197,94,0.50); }
  .v2-body .v2-wa-steplist { gap: 8px; }
  .v2-body .v2-wa-step { padding: 10px 12px; gap: 12px; border-radius: 12px; }
  .v2-body .v2-wa-stepnum { width: 34px; height: 34px; font-size: 13px; }
  .v2-body .v2-wa-step strong { font-size: 12.5px; }
  .v2-body .v2-wa-step span { font-size: 11px; }

  .v2-body .v2-ref-btn { padding: 12px 20px; font-size: 14px; width: 100%; justify-content: center; }
  .v2-body .v2-ref-glow { width: 380px; height: 380px; }
}

@media (prefers-reduced-motion: reduce) {
  body.directory-apple-page .footer-marquee-track { animation: none !important; }
  body.directory-apple-page .directory-card,
  body.directory-apple-page .directory-card-thumb,
  body.directory-apple-page .page-btn,
  body.directory-apple-page .directory-btn,
  body.directory-apple-page .btn-form,
  body.directory-apple-page .nav { transition: none !important; transform: none !important; }

  .v2-body .v2-ref-btn,
  .v2-body .v2-ref-btn span:last-child { transition: none !important; transform: none !important; }

  .v2-body .v2-dir-orbit-center,
  .v2-body .v2-dir-orbit-dot,
  .v2-body .v2-wa-pulse-icon,
  .v2-body .v2-dir-fcard,
  .v2-body .v2-dir-ficon,
  .v2-body .v2-wa-step,
  .v2-body .v2-wa-stepnum {
    animation: none !important;
    transition: none !important;
    transform: none !important;
  }
  .v2-body .v2-dir-orbit-ring--1,
  .v2-body .v2-dir-orbit-ring--2 {
    animation: none !important;
  }
  .v2-body .v2-wa-pulse-ring {
    animation: none !important;
    display: none !important;
  }
}

@media (max-width: 820px) {
  body.v2-body .v2-header-inner.header-inner,
  body.static-page .v2-header-inner.header-inner,
  body.directory-apple-page .v2-header-inner.header-inner,
  body.admin-body .v2-header-inner.header-inner,
  body .v2-header-inner.header-inner {
    grid-template-columns: auto 1fr auto auto !important;
    padding: 12px 18px !important;
    gap: 10px !important;
  }

  body.v2-body .v2-search,
  body.static-page .v2-search,
  body.directory-apple-page .v2-search,
  body .v2-search {
    display: none !important;
  }

  body.v2-body .v2-nav,
  body.static-page .v2-nav,
  body.directory-apple-page .v2-nav,
  body.admin-body .v2-nav,
  body .v2-nav {
    position: fixed !important;
    top: 0 !important;
    right: -100% !important;
    width: min(320px, 84vw) !important;
    height: 100vh !important;
    min-height: 100vh !important;
    background: rgba(0, 0, 0, 0.98) !important;
    backdrop-filter: blur(18px) !important;
    -webkit-backdrop-filter: blur(18px) !important;
    flex-direction: column !important;
    align-items: stretch !important;
    display: flex !important;
    padding: 80px 22px 24px !important;
    gap: 4px !important;
    border-left: 1px solid rgba(255,255,255,0.1) !important;
    transition: right 0.4s cubic-bezier(0.22, 1, 0.36, 1) !important;
    z-index: 95 !important;
  }

  body.site-header.is-open .v2-nav,
  body #siteHeader.is-open .v2-nav,
  body.v2-body #siteHeader.is-open .v2-nav,
  body.directory-apple-page #siteHeader.is-open .v2-nav,
  body.static-page #siteHeader.is-open .v2-nav {
    right: 0 !important;
  }

  body.v2-body .v2-nav a,
  body.static-page .v2-nav a,
  body.directory-apple-page .v2-nav a,
  body .v2-nav a {
    font-size: 16px !important;
    padding: 12px 14px !important;
    border-radius: 12px !important;
    display: block !important;
    width: 100% !important;
    color: #fff !important;
  }

  body.v2-body .v2-nav a.is-active::after,
  body.static-page .v2-nav a.is-active::after,
  body.directory-apple-page .v2-nav a.is-active::after {
    display: none !important;
  }

  body.v2-body .v2-menu-toggle,
  body.static-page .v2-menu-toggle,
  body.directory-apple-page .v2-menu-toggle,
  body.admin-body .v2-menu-toggle,
  body .v2-menu-toggle {
    display: inline-flex !important;
    order: 4 !important;
    width: 44px !important;
    height: 44px !important;
    border-radius: 10px !important;
    background: rgba(255, 255, 255, 0.04) !important;
    border: 1px solid rgba(255,255,255,0.1) !important;
    color: #fff !important;
    align-items: center !important;
    justify-content: center !important;
  }

  body.v2-body .menu-backdrop,
  body.static-page .menu-backdrop,
  body.directory-apple-page .menu-backdrop,
  body .menu-backdrop {
    display: none !important;
    position: fixed !important;
    inset: 0 !important;
    background: rgba(0, 0, 0, 0.6) !important;
    backdrop-filter: blur(6px) !important;
    -webkit-backdrop-filter: blur(6px) !important;
    z-index: 90 !important;
    border: none !important;
    padding: 0 !important;
  }

  body #siteHeader.is-open + .menu-backdrop,
  body .menu-backdrop.is-open,
  body.v2-body .menu-backdrop.is-open,
  body.directory-apple-page .menu-backdrop.is-open,
  body.static-page .menu-backdrop.is-open {
    display: block !important;
  }

  body.v2-body .v2-btn.v2-btn-primary,
  body.static-page .v2-btn.v2-btn-primary,
  body.directory-apple-page .v2-btn.v2-btn-primary {
    order: 3 !important;
  }

  body.v2-body .v2-header-actions .v2-btn-ghost,
  body.static-page .v2-header-actions .v2-btn-ghost,
  body.directory-apple-page .v2-header-actions .v2-btn-ghost {
    display: none !important;
  }

  body.v2-body .menu-toggle-lines,
  body.static-page .menu-toggle-lines,
  body.directory-apple-page .menu-toggle-lines {
    display: inline-grid !important;
    gap: 5px !important;
    width: 20px !important;
  }

  body.v2-body .menu-toggle-lines span,
  body.static-page .menu-toggle-lines span,
  body.directory-apple-page .menu-toggle-lines span {
    display: block !important;
    height: 2px !important;
    background: #fff !important;
    border-radius: 999px !important;
  }
}

@media (max-width: 560px) {
  body.v2-body .v2-header-inner.header-inner,
  body.static-page .v2-header-inner.header-inner,
  body.directory-apple-page .v2-header-inner.header-inner,
  body .v2-header-inner.header-inner {
    padding: 10px 14px !important;
    gap: 8px !important;
  }

  body.v2-body .v2-menu-toggle,
  body.static-page .v2-menu-toggle,
  body.directory-apple-page .v2-menu-toggle,
  body .v2-menu-toggle {
    width: 40px !important;
    height: 40px !important;
  }
}
