/* DM Sans — italic */
@font-face {
  font-family: 'DM Sans';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("fonts/dm-sans-01.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'DM Sans';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("fonts/dm-sans-02.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* DM Sans — normal 300–600 (single file per subset covers all weights) */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
  src: url("fonts/dm-sans-03.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
  src: url("fonts/dm-sans-04.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Playfair Display — cyrillic */
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 400 700;
  font-display: swap;
  src: url("fonts/dm-sans-09.woff2") format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url("fonts/dm-sans-10.woff2") format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* Playfair Display — italic latin-ext & latin */
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 400 700;
  font-display: swap;
  src: url("fonts/dm-sans-07.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 400 700;
  font-display: swap;
  src: url("fonts/dm-sans-08.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Playfair Display — normal latin-ext & latin */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url("fonts/dm-sans-11.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url("fonts/dm-sans-12.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'DM Sans', 'Segoe UI', system-ui, -apple-system, sans-serif;
  background: #fafaf8;
  color: #0f0e0d;
  overflow-x: hidden;
}

/* ── NAV ── */
nav {
  position: relative; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  /* Fallback right padding before JS measures #floating-actions and sets paddingRight inline. */
  padding: 0 220px 0 48px; height: 64px;
  background: rgba(250,250,248,0.95);
  border-bottom: 1px solid rgba(15,14,13,0.06);
}
/* Floating fixed actions — always visible */
#floating-actions {
  position: fixed;
  top: 16px;
  right: 48px;
  z-index: 200;
  display: flex;
  align-items: center;
  gap: 12px;
}
/* Language switcher (rendered into #lang-switcher-mount by React) */
.lang-switch {
  display: inline-flex;
  align-items: center;
  background: rgba(15,14,13,0.04);
  border: 1px solid rgba(15,14,13,0.08);
  border-radius: 100px;
  padding: 3px;
  font-family: 'DM Sans', 'Segoe UI', system-ui, -apple-system, sans-serif;
  transition: background 0.3s, border-color 0.3s;
}
.lang-switch button {
  appearance: none;
  background: transparent;
  border: none;
  padding: 5px 11px;
  border-radius: 100px;
  cursor: pointer;
  color: #555;
  font-size: 12px;
  font-weight: 500;
  font-family: inherit;
  letter-spacing: 0.3px;
  line-height: 1;
  transition: background 0.2s, color 0.2s;
}
.lang-switch button:hover { color: #0f0e0d; }
.lang-switch button[aria-pressed="true"] {
  background: #0f0e0d;
  color: #fafaf8;
}
.lang-switch.light {
  background: rgba(250,250,248,0.08);
  border-color: rgba(250,250,248,0.18);
}
.lang-switch.light button { color: rgba(250,250,248,0.6); }
.lang-switch.light button:hover { color: #fafaf8; }
.lang-switch.light button[aria-pressed="true"] {
  background: #fafaf8;
  color: #0f0e0d;
}
.nav-logo {
  font-family: 'DM Sans', 'Segoe UI', system-ui, -apple-system, sans-serif;
  font-weight: 700; font-size: 20px; letter-spacing: -0.5px;
  color: #0f0e0d;
}
.nav-logo span { color: #5b4fcf; }
.nav-links { display: flex; gap: 32px; align-items: center; }
.nav-links a {
  font-size: 14px; font-weight: 400; color: #555;
  text-decoration: none; transition: color 0.2s;
}
.nav-links a:hover { color: #0f0e0d; }
.nav-cta {
  background: #0f0e0d; color: #fafaf8;
  padding: 10px 22px; border-radius: 6px;
  font-size: 14px; font-weight: 500;
  text-decoration: none;
  transition: background 0.3s, color 0.3s, transform 0.15s;
}
.nav-cta:hover { background: #5b4fcf; color: #fff; transform: translateY(-1px); }
/* Light variant: shown over dark backgrounds */
.nav-cta.light {
  background: #fafaf8; color: #0f0e0d;
}
.nav-cta.light:hover { background: #fff; color: #5b4fcf; }
@media (max-width: 900px) {
  #floating-actions { right: 24px; gap: 8px; }
  .lang-switch button { padding: 5px 8px; font-size: 11px; }
}

/* ── HERO ── */
.hero {
  min-height: 100vh;
  background: #0f0e0d;
  display: flex; align-items: center;
  padding: 80px 48px 60px;
  position: relative; overflow: hidden;
}
.hero-grain {
  position: absolute; inset: 0; pointer-events: none; opacity: 0.04;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
  background-size: 200px;
}
.hero-inner {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 80px; align-items: center; width: 100%;
}
.hero-left { position: relative; z-index: 2; }
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(91,79,207,0.15);
  border: 1px solid rgba(91,79,207,0.3);
  border-radius: 100px; padding: 6px 14px;
  font-size: 12px; font-weight: 500;
  color: #a89ff5; letter-spacing: 0.5px;
  text-transform: uppercase; margin-bottom: 28px;
}
.hero-eyebrow .dot { width: 6px; height: 6px; border-radius: 50%; background: #a89ff5; animation: pulse 2s infinite; }
@keyframes pulse { 0%,100%{opacity:1} 50%{opacity:0.4} }
.hero-headline {
  font-family: 'Playfair Display', serif;
  font-size: clamp(42px, 5vw, 72px);
  font-weight: 900; line-height: 1.05;
  color: #fafaf8; letter-spacing: -1.5px;
  margin-bottom: 24px;
}
.hero-headline em { color: #f5a623; font-style: italic; }
.hero-sub {
  font-size: 17px; line-height: 1.65;
  color: rgba(250,250,248,0.55);
  max-width: 460px; margin-bottom: 40px;
  font-weight: 300;
}
.hero-sub strong { color: rgba(250,250,248,0.85); font-weight: 500; }
.hero-actions { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; }
.btn-primary {
  background: #5b4fcf; color: #fff;
  padding: 14px 28px; border-radius: 8px;
  font-size: 15px; font-weight: 600;
  text-decoration: none; border: none; cursor: pointer;
  transition: all 0.2s; display: inline-block;
}
.btn-primary:hover { background: #4a3eb8; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(91,79,207,0.35); }
.btn-ghost {
  color: rgba(250,250,248,0.6);
  font-size: 14px; font-weight: 400;
  text-decoration: none; display: flex; align-items: center; gap: 8px;
  transition: color 0.2s;
}
.btn-ghost:hover { color: #fafaf8; }
.btn-ghost svg { transition: transform 0.2s; }
.btn-ghost:hover svg { transform: translateX(4px); }
.hero-stats {
  display: flex; gap: 32px; margin-bottom: 36px;
  padding-bottom: 36px;
  border-bottom: 1px solid rgba(250,250,248,0.08);
}
.stat-item {}
.stat-num {
  font-family: 'Playfair Display', serif;
  font-size: 28px; font-weight: 700; color: #fafaf8;
  display: block;
}
.stat-label { font-size: 12px; color: rgba(250,250,248,0.4); letter-spacing: 0.3px; margin-top: 2px; }

/* ── TICKET ── */
.hero-right { display: flex; justify-content: center; align-items: center; position: relative; }
.ticket-scene {
  position: relative; width: 360px; height: 520px;
}
.ticket {
  position: absolute; top: 20px; left: 50%;
  transform: translateX(-58%) rotate(-4deg);
  width: 280px;
  background: linear-gradient(145deg, #1a1830 0%, #12101e 100%);
  border-radius: 16px;
  box-shadow: 0 32px 80px rgba(0,0,0,0.6), 0 0 0 1px rgba(255,255,255,0.06);
  overflow: hidden;
  animation: ticketFloat 4s ease-in-out infinite;
}
@keyframes ticketFloat {
  0%,100% { transform: translateX(-58%) rotate(-4deg) translateY(0px); }
  50% { transform: translateX(-58%) rotate(-4deg) translateY(-8px); }
}
.ticket-header {
  background: linear-gradient(135deg, #5b4fcf 0%, #8b7cf8 100%);
  padding: 20px 22px 16px;
}
.ticket-event-tag {
  font-size: 10px; font-weight: 600; letter-spacing: 1.5px;
  text-transform: uppercase; color: rgba(255,255,255,0.65);
  margin-bottom: 6px;
}
.ticket-event-name {
  font-family: 'Playfair Display', serif;
  font-size: 18px; font-weight: 700; color: #fff;
  line-height: 1.2;
}
.ticket-event-date {
  font-size: 11px; color: rgba(255,255,255,0.65);
  margin-top: 4px; display: flex; align-items: center; gap: 6px;
}
.ticket-body { padding: 18px 22px; }
.ticket-meta { display: flex; gap: 24px; margin-bottom: 16px; }
.ticket-meta-item {}
.ticket-meta-label { font-size: 9px; letter-spacing: 1px; text-transform: uppercase; color: rgba(255,255,255,0.3); margin-bottom: 3px; }
.ticket-meta-val { font-size: 13px; font-weight: 500; color: rgba(255,255,255,0.85); }
.ticket-divider {
  display: flex; align-items: center; gap: 0;
  margin: 0 -22px; position: relative;
}
.ticket-divider::before {
  content: ''; display: block;
  width: 14px; height: 14px; border-radius: 50%;
  background: #0f0e0d; flex-shrink: 0;
}
.ticket-divider-line {
  flex: 1; border-top: 2px dashed rgba(255,255,255,0.12);
}
.ticket-divider::after {
  content: ''; display: block;
  width: 14px; height: 14px; border-radius: 50%;
  background: #0f0e0d; flex-shrink: 0;
}
.ticket-bottom { padding: 16px 22px 20px; display: flex; gap: 20px; align-items: center; }
.ticket-qr {
  width: 72px; height: 72px; flex-shrink: 0;
  background: #fff; border-radius: 6px; padding: 4px;
}
.ticket-qr svg { width: 100%; height: 100%; }
.ticket-info {}
.ticket-seat { font-size: 11px; color: rgba(255,255,255,0.35); margin-bottom: 4px; letter-spacing: 0.5px; }
.ticket-price { font-family: 'Playfair Display', serif; font-size: 22px; color: #f5a623; font-weight: 700; }
.ticket-fee { font-size: 10px; color: rgba(255,255,255,0.35); margin-top: 2px; }

/* Phone scanning animation */
.phone-scan {
  position: absolute;
  bottom: 60px; right: -20px;
  width: 140px; height: 220px;
}
.phone-body {
  width: 140px; height: 220px;
  background: linear-gradient(145deg, #2a2a2a, #1a1a1a);
  border-radius: 22px;
  border: 2px solid rgba(255,255,255,0.1);
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  overflow: hidden; position: relative;
  box-shadow: 0 16px 40px rgba(0,0,0,0.5);
}
.phone-notch {
  position: absolute; top: 10px;
  width: 44px; height: 7px;
  background: #0f0e0d; border-radius: 3px;
}
.phone-screen {
  width: 118px; height: 180px; margin-top: 22px;
  background: #0a0a0a; border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  position: relative; overflow: hidden;
}
.scan-target {
  width: 70px; height: 70px;
  position: relative;
}
.scan-corner {
  position: absolute; width: 12px; height: 12px;
  border-color: #5b4fcf; border-style: solid;
}
.scan-corner.tl { top:0; left:0; border-width: 2px 0 0 2px; }
.scan-corner.tr { top:0; right:0; border-width: 2px 2px 0 0; }
.scan-corner.bl { bottom:0; left:0; border-width: 0 0 2px 2px; }
.scan-corner.br { bottom:0; right:0; border-width: 0 2px 2px 0; }
.scan-line {
  position: absolute; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, transparent, #5b4fcf, transparent);
  animation: scanMove 2s ease-in-out infinite;
  box-shadow: 0 0 8px rgba(91,79,207,0.8);
}
@keyframes scanMove {
  0% { top: 2px; }
  100% { top: 66px; }
}
.scan-success {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  background: rgba(91,79,207,0.15);
  opacity: 0;
  animation: scanSuccess 2s ease-in-out infinite;
}
@keyframes scanSuccess {
  0%,70% { opacity: 0; }
  80%,95% { opacity: 1; }
  100% { opacity: 0; }
}
.scan-check {
  width: 24px; height: 24px; border-radius: 50%;
  background: #5b4fcf;
  display: flex; align-items: center; justify-content: center;
}

/* ── SECTION COMMON ── */
.section { padding: 100px 48px; }
.section-inner { max-width: 1200px; margin: 0 auto; }
.section-label {
  font-size: 11px; font-weight: 600; letter-spacing: 2px;
  text-transform: uppercase; color: #5b4fcf;
  margin-bottom: 16px; display: block;
}
.section-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(32px, 4vw, 54px);
  font-weight: 900; line-height: 1.08;
  letter-spacing: -1px; color: #0f0e0d;
  margin-bottom: 20px;
}
.section-title em { font-style: italic; color: #5b4fcf; }
.section-sub {
  font-size: 16px; line-height: 1.7;
  color: #666; max-width: 520px; font-weight: 300;
}

/* ── FEATURES ── */
.features-bg { background: #0f0e0d; }
.features-bg .section-title { color: #fafaf8; }
.features-bg .section-sub { color: rgba(250,250,248,0.45); }
.features-bg .section-label { color: #a89ff5; }

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 64px;
  background: rgba(255,255,255,0.06);
  border-radius: 16px;
  overflow: hidden;
}

/* Phenomenon-style card: icon centered by default, inner panel clips in from right on hover */
.feature-card {
  background: #0f0e0d;
  padding: 0;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  min-height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Default state: icon centered */
.feature-icon-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  transition: opacity 0s;
  z-index: 1;
  text-align: center;
  padding: 24px;
}
.feature-icon {
  width: 52px; height: 52px; border-radius: 14px;
  background: rgba(91,79,207,0.15);
  display: flex; align-items: center; justify-content: center;
}
.feature-icon svg { width: 22px; height: 22px; }
.feature-icon-label {
  font-family: 'DM Sans', 'Segoe UI', system-ui, -apple-system, sans-serif;
  font-size: 19px; font-weight: 700;
  color: #fafaf8;
  line-height: 1.2;
}

/* Phenomenon exact technique: inner-wrapper clips, inner-bg rotates+scales */
.feature-inner-wrapper {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 2;
  pointer-events: none;
}
.feature-card:hover .feature-inner-wrapper {
  pointer-events: auto;
}

.feature-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #1e1b3a 0%, #161330 100%);
  transform-origin: center center;
  transform: rotate(-45deg) scale(0);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1),
              border-radius 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 4px;
}
.feature-card:hover .feature-bg {
  transform: rotate(0deg) scale(1);
  border-radius: 0;
}

/* Stationary text content — never rotates or scales, only fades in */
.feature-content {
  position: absolute;
  inset: 0;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 3;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease 0.25s;
}
.feature-card:hover .feature-content {
  opacity: 1;
}
/* On mouse-leave: hide content instantly */
.feature-card:not(:hover) .feature-content {
  transition: opacity 0s;
}

.feature-card:hover .feature-icon-wrap {
  opacity: 0;
  transition: opacity 0.15s ease;
}

.feature-title {
  font-family: 'DM Sans', 'Segoe UI', system-ui, -apple-system, sans-serif;
  font-size: 19px; font-weight: 700;
  color: #fafaf8; margin-bottom: 10px;
  line-height: 1.2;
}

.feature-desc {
  font-size: 13px; line-height: 1.65;
  color: rgba(250,250,248,0.55); font-weight: 300;
  margin-bottom: 16px;
}
.feature-tag {
  display: inline-block;
  background: rgba(245,166,35,0.12); border: 1px solid rgba(245,166,35,0.25);
  color: #f5a623; font-size: 10px; font-weight: 600;
  letter-spacing: 0.8px; text-transform: uppercase;
  padding: 4px 10px; border-radius: 100px;
  align-self: flex-start;
}

/* ── PRICING ── */
.pricing-section { background: #fafaf8; }
.pricing-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 20px;
  margin-top: 64px;
  align-items: start;
}

/* ── Eventim Light card: readable but clearly inferior ── */
.pricing-card {
  border-radius: 16px; padding: 36px;
  border: 1.5px solid rgba(15,14,13,0.08);
  background: #fafaf8;
  position: relative;
}
.pricing-badge {
  display: inline-block;
  background: rgba(0,0,0,0.04); border: 1px solid rgba(0,0,0,0.1);
  color: #999; font-size: 10px; font-weight: 600;
  letter-spacing: 0.5px; padding: 3px 10px; border-radius: 100px;
  margin-bottom: 18px;
}
.pricing-name {
  font-family: 'Playfair Display', serif;
  font-size: 22px; font-weight: 700; margin-bottom: 6px;
  color: #555;
}
.pricing-fee {
  font-family: 'Playfair Display', serif;
  font-size: 46px; font-weight: 900; line-height: 1;
  color: #c0392b; margin-bottom: 4px;
}
.pricing-fee-sub { font-size: 12px; color: #999; margin-bottom: 24px; }
.pricing-list { list-style: none; display: flex; flex-direction: column; gap: 12px; margin-bottom: 28px; }
.pricing-list li {
  display: flex; gap: 10px; align-items: flex-start;
  font-size: 13px; color: #555; line-height: 1.4;
}
.pricing-list li .check { color: #888; font-size: 14px; flex-shrink: 0; margin-top: 1px; }
.pricing-list li .maybe { color: #c8a84b; flex-shrink: 0; font-size: 14px; font-weight: 600; opacity: 0.85; }
.pricing-list li.is-maybe { color: #888; }
.pricing-divider {
  width: 100%; height: 1px;
  background: rgba(15,14,13,0.07); margin: 24px 0;
}
.pricing-savings { font-size: 13px; color: #999; line-height: 1.5; }
.pricing-savings strong { color: #c0392b; font-weight: 700; }
.btn-pricing-ghost {
  display: block; text-align: center;
  border: 1.5px solid rgba(15,14,13,0.1); color: #aaa;
  padding: 12px 20px; border-radius: 8px;
  font-size: 13px; font-weight: 500;
  text-decoration: none; margin-top: 24px;
  transition: all 0.2s;
}
.btn-pricing-ghost:hover { border-color: #999; color: #777; }

/* ── Fee calculator ── */
.fee-calc { margin-top: 24px; }
.fee-calc-label { font-size: 11px; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; color: #aaa; margin-bottom: 12px; }
.fee-calc-row { display: flex; gap: 10px; }
.fee-calc-field { flex: 1; display: flex; flex-direction: column; gap: 5px; }
.fee-calc-field label { font-size: 11px; color: #999; font-weight: 500; }
.fee-calc-input-wrap { display: flex; align-items: center; border: 1.5px solid rgba(15,14,13,0.12); border-radius: 8px; overflow: hidden; background: #fafaf8; }
.fee-calc-currency { padding: 0 7px; font-size: 13px; color: #bbb; font-weight: 500; }
.fee-calc-input-wrap input {
  flex: 1; border: none; outline: none; background: transparent;
  font-size: 13px; color: #333; padding: 9px 8px 9px 0;
  font-family: inherit; width: 0; min-width: 0;
  appearance: textfield; -moz-appearance: textfield;
}
.fee-calc-input-wrap input::-webkit-outer-spin-button,
.fee-calc-input-wrap input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.fee-calc-input-wrap input::placeholder { opacity: 0.35; }
.fee-calc-result { margin-top: 14px; font-size: 22px; font-weight: 700; padding: 16px 18px; border-radius: 10px; line-height: 1.3; text-align: center; }
.fee-calc-good { color: #1a7a4a; background: rgba(26,122,74,0.08); }
.fee-calc-bad  { color: #c0392b; background: rgba(192,57,43,0.07); }

/* ── Biltix featured card: original dark style, slightly elevated ── */
.pricing-card.featured {
  background: #0f0e0d;
  border: 1.5px solid transparent;
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 24px 64px rgba(0,0,0,0.2);
  position: relative;
  overflow: hidden;
}
.pricing-card.featured::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, #5b4fcf, #a89ff5, #f5a623);
}
.pricing-card.featured .pricing-badge {
  background: rgba(91,79,207,0.25); border-color: rgba(91,79,207,0.4);
  color: #a89ff5;
}
.pricing-card.featured .pricing-name {
  font-family: 'Playfair Display', serif;
  font-size: 26px; font-weight: 700;
  color: #fafaf8; margin-bottom: 8px;
}
.pricing-card.featured .pricing-fee {
  font-family: 'Playfair Display', serif;
  font-size: 52px; font-weight: 900; line-height: 1;
  color: #f5a623; margin-bottom: 6px;
}
.pricing-card.featured .pricing-fee-sub { font-size: 13px; color: rgba(250,250,248,0.4); margin-bottom: 28px; }
.pricing-card.featured .pricing-list { gap: 14px; margin-bottom: 32px; }
.pricing-card.featured .pricing-list li { font-size: 14px; color: rgba(250,250,248,0.7); text-decoration: none; }
.pricing-card.featured .pricing-list li .check { color: #a89ff5; font-size: 16px; }
.pricing-card.featured .pricing-list li.is-maybe { color: rgba(250,250,248,0.3); }
.pricing-card.featured .pricing-divider { background: rgba(255,255,255,0.08); margin: 28px 0; }
.pricing-card.featured .pricing-savings { font-size: 13px; color: rgba(250,250,248,0.4); }
.pricing-card.featured .pricing-savings strong { color: #f5a623; }
.btn-pricing-primary {
  display: block; text-align: center;
  background: #5b4fcf; color: #fff;
  padding: 14px 28px; border-radius: 8px;
  font-size: 15px; font-weight: 600;
  text-decoration: none; margin-top: 28px;
  transition: all 0.2s;
}
.btn-pricing-primary:hover { background: #4a3eb8; transform: translateY(-1px); }
.comparison-note {
  margin-top: 40px;
  padding: 20px 24px;
  background: rgba(245,166,35,0.06);
  border: 1px solid rgba(245,166,35,0.2);
  border-radius: 10px;
  font-size: 13px; color: #666; line-height: 1.6;
}
.comparison-note strong { color: #0f0e0d; }

/* ── HOW IT WORKS ── */
.hiw-section { background: #f5f4f0; }
.hiw-steps {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 0; margin-top: 64px; position: relative;
}
.hiw-steps::before {
  content: '';
  position: absolute; top: 40px; left: calc(16.6% + 20px); right: calc(16.6% + 20px);
  height: 1px; background: linear-gradient(90deg, #5b4fcf 0%, #8b7cf8 50%, #5b4fcf 100%);
  opacity: 0.25;
}
.hiw-step { padding: 0 32px; text-align: center; }
.hiw-num {
  width: 80px; height: 80px; border-radius: 50%;
  border: 2px solid rgba(91,79,207,0.2);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 28px;
  font-family: 'Playfair Display', serif;
  font-size: 28px; font-weight: 700; color: #5b4fcf;
  background: #fafaf8;
  position: relative; z-index: 2;
  transition: all 0.3s;
}
.hiw-step:hover .hiw-num {
  background: #5b4fcf; color: #fff;
  border-color: #5b4fcf;
  box-shadow: 0 8px 24px rgba(91,79,207,0.3);
}
.hiw-step-title {
  font-family: 'Playfair Display', serif;
  font-size: 20px; font-weight: 700;
  color: #0f0e0d; margin-bottom: 12px;
}
.hiw-step-desc {
  font-size: 14px; color: #777; line-height: 1.65; font-weight: 300;
}

/* ── TESTIMONIALS ── */
.testimonials-section { background: #0f0e0d; }
.testimonials-section .section-title { color: #fafaf8; }
.testimonials-section .section-sub { color: rgba(250,250,248,0.4); }
.testimonials-section .section-label { color: #a89ff5; }
.testimonials-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 20px; margin-top: 64px;
}
.testimonial-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 12px; padding: 32px;
  transition: background 0.3s;
}
.testimonial-card:hover { background: rgba(255,255,255,0.06); }
.testimonial-stars { color: #f5a623; font-size: 14px; letter-spacing: 2px; margin-bottom: 16px; }
.testimonial-text {
  font-size: 14px; line-height: 1.7;
  color: rgba(250,250,248,0.65); font-weight: 300;
  margin-bottom: 24px;
  font-style: italic;
}
.testimonial-author { display: flex; align-items: center; gap: 12px; }
.testimonial-avatar {
  width: 36px; height: 36px; border-radius: 50%;
  background: linear-gradient(135deg, #5b4fcf, #8b7cf8);
  display: flex; align-items: center; justify-content: center;
  font-size: 13px; font-weight: 600; color: #fff;
}
.testimonial-name { font-size: 13px; font-weight: 500; color: rgba(250,250,248,0.8); }
.testimonial-role { font-size: 11px; color: rgba(250,250,248,0.35); margin-top: 1px; }

/* ── FAQ ── */
.faq-section { background: #fafaf8; }
.faq-list { max-width: 720px; margin: 64px auto 0; display: flex; flex-direction: column; gap: 0; }
.faq-item {
  border-bottom: 1px solid rgba(15,14,13,0.08);
}
.faq-q {
  width: 100%; background: none; border: none;
  padding: 24px 0; cursor: pointer;
  display: flex; justify-content: space-between; align-items: center;
  text-align: left; gap: 24px;
}
.faq-q-text {
  font-family: 'DM Sans', 'Segoe UI', system-ui, -apple-system, sans-serif;
  font-size: 16px; font-weight: 500; color: #0f0e0d;
  line-height: 1.4;
}
.faq-chevron {
  flex-shrink: 0; width: 20px; height: 20px;
  border-radius: 50%; border: 1.5px solid rgba(15,14,13,0.15);
  display: flex; align-items: center; justify-content: center;
  transition: all 0.3s; color: #555;
}
.faq-item.open .faq-chevron {
  background: #5b4fcf; border-color: #5b4fcf; color: #fff;
  transform: rotate(180deg);
}
.faq-a {
  max-height: 0; overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4,0,0.2,1), padding 0.3s;
}
.faq-item.open .faq-a { max-height: 300px; }
.faq-a-inner {
  padding-bottom: 24px;
  font-size: 14px; line-height: 1.75; color: #666; font-weight: 300;
}

/* ── BOTTOM CTA ── */
.cta-section {
  background: #5b4fcf; padding: 100px 48px;
  text-align: center;
}
.cta-section .section-title { color: #fff; margin-bottom: 16px; }
.cta-section .section-sub { color: rgba(255,255,255,0.65); margin: 0 auto 40px; }
.btn-cta-white {
  background: #fff; color: #5b4fcf;
  padding: 16px 36px; border-radius: 8px;
  font-size: 16px; font-weight: 700;
  text-decoration: none; display: inline-block;
  transition: all 0.2s;
}
.btn-cta-white:hover { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(0,0,0,0.2); }

/* ── FOOTER ── */
footer {
  background: #0a0908; padding: 60px 48px 40px;
}
.footer-inner { max-width: 1200px; margin: 0 auto; }
.footer-top {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px; margin-bottom: 48px;
}
.footer-logo { font-family: 'DM Sans', 'Segoe UI', system-ui, -apple-system, sans-serif; font-weight: 700; font-size: 18px; color: #fafaf8; margin-bottom: 12px; }
.footer-logo span { color: #5b4fcf; }
.footer-tagline { font-size: 13px; color: rgba(250,250,248,0.35); line-height: 1.6; max-width: 260px; }
.footer-col-title { font-size: 11px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(250,250,248,0.35); margin-bottom: 16px; }
.footer-links { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-links a { font-size: 13px; color: rgba(250,250,248,0.5); text-decoration: none; transition: color 0.2s; }
.footer-links a:hover { color: #fafaf8; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.06);
  padding-top: 32px;
  display: flex; justify-content: space-between; align-items: center;
}
.footer-copy { font-size: 12px; color: rgba(250,250,248,0.25); }
.footer-lang { font-size: 12px; color: rgba(250,250,248,0.3); }

/* Responsive */
@media (max-width: 900px) {
  nav { padding: 0 24px; }
  .nav-links { display: none; }
  .hero { padding: 80px 24px 60px; }
  .hero-inner { grid-template-columns: 1fr; gap: 48px; }
  .section { padding: 72px 24px; }
  .features-grid { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: 1fr; }
  .hiw-steps { grid-template-columns: 1fr; gap: 48px; }
  .hiw-steps::before { display: none; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; }
}
