/* =====================================================
   My-Bookings.com — Landing Page Styles v4
   ===================================================== */

:root {
  --brand: #0B5ED7;
  --brand-dark: #0949b8;
  --brand-light: #e8f0fe;
  --green: #10B981;
  --green-light: #ecfdf5;
  --purple: #7C3AED;
  --purple-light: #f3eeff;
  --orange: #F59E0B;
  --orange-light: #fff8e6;
  --red: #EF4444;
  --red-light: #fef2f2;
  --teal: #0891B2;
  --teal-light: #ecfeff;
  --ink: #0b1b34;
  --text: #374151;
  --muted: #6B7280;
  --border: #e5e7eb;
  --bg: #ffffff;
  --bg-alt: #f8fafc;
  --radius: 0.75rem;
  --radius-lg: 1rem;
  --shadow-sm: 0 1px 3px rgba(0,0,0,0.06);
  --shadow: 0 4px 16px rgba(0,0,0,0.08);
  --shadow-lg: 0 12px 32px rgba(0,0,0,0.12);
  --transition: 0.25s ease;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; }

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; }
a { color: var(--brand); text-decoration: none; }
a:hover { text-decoration: underline; }
ul { list-style: none; }

.container { width: min(1200px, 92%); margin: 0 auto; }
.container--narrow { max-width: 800px; }

/* ==================== BUTTONS ==================== */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
  padding: 0.6rem 1.4rem; border-radius: 0.5rem;
  font-weight: 600; font-size: 0.95rem;
  border: 2px solid transparent; cursor: pointer;
  transition: all var(--transition); text-decoration: none;
  font-family: inherit;
}
.btn--primary { background: var(--brand); color: #fff; border-color: var(--brand); }
.btn--primary:hover { background: var(--brand-dark); border-color: var(--brand-dark); text-decoration: none; transform: translateY(-1px); box-shadow: 0 4px 12px rgba(11,94,215,0.3); }
.btn--outline { background: transparent; color: var(--brand); border-color: var(--brand); }
.btn--outline:hover { background: var(--brand-light); text-decoration: none; }
.btn--sm { padding: 0.4rem 1rem; font-size: 0.85rem; }
.btn--lg { padding: 0.8rem 2rem; font-size: 1.05rem; }
.btn--full { width: 100%; }

/* Light button (for dark backgrounds) */
.btn--light {
  background: rgba(255,255,255,0.12);
  color: #fff;
  border-color: rgba(255,255,255,0.3);
}
.btn--light:hover {
  background: rgba(255,255,255,0.22);
  text-decoration: none;
  transform: translateY(-1px);
}

/* CTA button (bright on dark) */
.btn--cta {
  background: #fff;
  color: var(--brand);
  border-color: #fff;
  font-weight: 700;
}
.btn--cta:hover {
  background: #f0f7ff;
  border-color: #f0f7ff;
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(255,255,255,0.3);
}

/* Ghost button (for dark backgrounds) */
.btn--ghost {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,0.4);
}
.btn--ghost:hover {
  background: rgba(255,255,255,0.1);
  border-color: rgba(255,255,255,0.6);
  text-decoration: none;
}

/* ==================== HEADER ==================== */
.hdr {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,0.97);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
}
.hdr--dark {
  background: linear-gradient(135deg, #0b1b34 0%, #122a52 100%);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  backdrop-filter: none;
}
.nav {
  display: flex; align-items: center; justify-content: space-between;
  padding: 0.5rem 0; gap: 1.5rem;
}
.brand { display: flex; align-items: center; gap: 0.6rem; text-decoration: none; }
.brand:hover { text-decoration: none; }

/* Animated HTML logo */
.logo-text {
  display: inline-flex;
  align-items: center;
  font-size: 1.55rem;
  font-weight: 800;
  color: #fff;
  text-shadow: 0 2px 6px rgba(0,0,0,0.3);
  letter-spacing: -0.01em;
  line-height: 1;
  white-space: nowrap;
  user-select: none;
}
.logo-eyes {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  margin: 0 0px;
  position: relative;
  top: 1px;
}
.logo-eye {
  display: inline-block;
  width: 19px; height: 21px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #cc2a1e;
  position: relative;
  overflow: hidden;
  transform-origin: center center;
}
.logo-iris {
  position: absolute;
  width: 13px; height: 13px;
  border-radius: 50%;
  background: radial-gradient(circle at 40% 38%, #333, #111);
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.08s ease-out;
}
.logo-iris::after {
  content: '';
  position: absolute;
  width: 4px; height: 4px;
  border-radius: 50%;
  background: rgba(255,255,255,0.85);
  top: 2px; right: 2px;
}
.logo-pupil {
  position: absolute;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #000;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
}
.logo-eye.logo-blink {
  animation: logoBlink 0.18s ease;
}
@keyframes logoBlink {
  0%, 100% { transform: scaleY(1); }
  50% { transform: scaleY(0.05); }
}
.nav__toggle { display: none; background: none; border: none; font-size: 1.3rem; cursor: pointer; color: var(--ink); padding: 0.5rem; }
.hdr--dark .nav__toggle { color: #fff; }
.menu { display: flex; align-items: center; gap: 1.2rem; }
.menu a { color: var(--text); font-weight: 500; font-size: 0.88rem; transition: color var(--transition); text-decoration: none; }
.menu a:hover { color: var(--brand); text-decoration: none; }
.hdr--dark .menu a { color: rgba(255,255,255,0.8); }
.hdr--dark .menu a:hover { color: #fff; }
.hdr--dark .menu a.menu--active { color: #fff; font-weight: 700; }
.menu__login-link { display: none !important; }

/* Login dropdown */
.login-dropdown { position: relative; }
.login-form {
  display: none; position: absolute; top: calc(100% + 0.5rem); right: 0;
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius);
  padding: 1.25rem; min-width: 280px; box-shadow: var(--shadow-lg); z-index: 200;
}
.login-form.show { display: block; }
.login-form form { display: flex; flex-direction: column; gap: 0.7rem; }
.login-form input {
  padding: 0.65rem 0.9rem; border: 1px solid var(--border); border-radius: 0.5rem;
  font-size: 0.95rem; font-family: inherit; transition: border-color var(--transition);
  color: var(--ink);
}
.login-form input:focus { outline: none; border-color: var(--brand); box-shadow: 0 0 0 3px rgba(11,94,215,0.15); }

/* ==================== HERO ==================== */
.hero {
  padding: 5rem 0 4rem;
  background: linear-gradient(180deg, #0b1b34 0%, #0f2847 35%, #163a6b 65%, #1e5bb5 100%);
  color: #fff;
  overflow: hidden;
  position: relative;
}
.hero::before {
  content: '';
  position: absolute; top: -200px; right: -150px;
  width: 600px; height: 600px; border-radius: 50%;
  background: radial-gradient(circle, rgba(37,99,235,0.25) 0%, transparent 70%);
  pointer-events: none;
}
.hero::after {
  content: '';
  position: absolute; bottom: -100px; left: -100px;
  width: 400px; height: 400px; border-radius: 50%;
  background: radial-gradient(circle, rgba(16,185,129,0.12) 0%, transparent 70%);
  pointer-events: none;
}
.hero__grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center;
  position: relative; z-index: 1;
}
.hero__badge {
  display: inline-flex; align-items: center; gap: 0.5rem;
  padding: 0.4rem 1rem; border-radius: 2rem;
  background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.15);
  font-size: 0.8rem; font-weight: 600; color: rgba(255,255,255,0.9);
  margin-bottom: 1.25rem; text-transform: uppercase; letter-spacing: 0.04em;
}
.hero__badge i { color: #FBBF24; }
.hero h1 {
  font-size: clamp(2rem, 4vw, 2.8rem); font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 0.75rem;
}
.highlight { color: #60a5fa; }
.hero__subtitle {
  font-size: 1.15rem; font-weight: 600; color: rgba(255,255,255,0.85);
  margin-bottom: 1.5rem; font-style: italic;
}
.lead { font-size: 1.05rem; color: rgba(255,255,255,0.7); line-height: 1.7; margin-bottom: 2rem; }
.lead strong { color: #fff; }

.hero-stats { display: flex; gap: 2rem; margin-bottom: 2rem; }
.hero-stat { text-align: center; }
.hero-stat__num { display: block; font-size: 1.8rem; font-weight: 800; color: #60a5fa; }
.hero-stat__label { font-size: 0.78rem; color: rgba(255,255,255,0.55); text-transform: uppercase; letter-spacing: 0.05em; font-weight: 600; }

.cta-group { display: flex; gap: 1rem; flex-wrap: wrap; }

/* ==================== ORBIT ANIMATION ==================== */
.orbit {
  position: relative;
  width: 484px; height: 495px;
  margin: 0 auto;
}
.orbit__glow {
  position: absolute; top: 45%; left: 50%;
  transform: translate(-50%, -50%);
  width: 418px; height: 297px; border-radius: 50%;
  background: radial-gradient(ellipse, rgba(59,130,246,0.18) 0%, transparent 70%);
  pointer-events: none;
}
.orbit__ring-line {
  position: absolute; top: 45%; left: 50%;
  transform: translate(-50%, -50%);
  width: 400px; height: 355px; border-radius: 50%;
  border: 1.5px dashed rgba(255,255,255,0.12);
  pointer-events: none;
}
.orbit__center {
  position: absolute; top: 45%; left: 50%;
  transform: translate(-50%, -50%);
  width: 198px; height: 198px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  z-index: 5;
}
.orbit__center-img {
  width: 100%; height: 100%; object-fit: contain;
  filter: drop-shadow(0 0 20px rgba(59,130,246,0.4));
}
.orbit__pulse {
  position: absolute; inset: -10px; border-radius: 50%;
  background: radial-gradient(circle, rgba(59,130,246,0.25) 0%, transparent 70%);
  animation: orbitPulse 3s ease-in-out infinite;
  z-index: -1;
}
@keyframes orbitPulse {
  0%, 100% { transform: scale(1); opacity: 0.5; }
  50% { transform: scale(1.3); opacity: 0; }
}
.orbit__item {
  position: absolute; top: 45%; left: 50%;
  width: 52px; height: 52px; border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, rgba(255,255,255,0.98) 0%, rgba(230,235,245,0.95) 50%, rgba(190,200,220,0.9) 100%);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem;
  box-shadow:
    0 4px 12px rgba(0,0,0,0.2),
    inset 0 -3px 6px rgba(0,0,0,0.06),
    inset 0 3px 6px rgba(255,255,255,0.9);
  transition: all 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 3; cursor: default;
}
.orbit__item::before {
  content: '';
  position: absolute; top: 6px; left: 12px;
  width: 18px; height: 10px;
  background: radial-gradient(ellipse, rgba(255,255,255,0.85) 0%, transparent 100%);
  border-radius: 50%;
  pointer-events: none;
}
.orbit__item.orbit--focus {
  width: 56px; height: 56px; font-size: 1.5rem;
  box-shadow:
    0 0 0 4px rgba(255,255,255,0.25),
    0 6px 24px rgba(0,0,0,0.3),
    inset 0 -4px 8px rgba(0,0,0,0.08),
    inset 0 4px 8px rgba(255,255,255,0.9);
  z-index: 10;
}
.orbit__item.orbit--focus::before {
  width: 22px; height: 12px;
  top: 8px; left: 14px;
}
.orbit__detail {
  position: absolute; bottom: 0; left: 50%;
  transform: translateX(-50%);
  display: flex; align-items: center; gap: 0.75rem;
  padding: 0.8rem 1.4rem;
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 0.75rem;
  min-width: 260px; white-space: nowrap;
  transition: all 0.5s ease;
}
.orbit__detail-dot {
  width: 10px; height: 10px; border-radius: 50%; flex-shrink: 0;
  transition: background 0.5s ease;
  box-shadow: 0 0 8px currentColor;
}
.orbit__detail-name {
  display: block; font-size: 0.85rem; color: #fff; font-weight: 700;
}
.orbit__detail-msg {
  display: block; font-size: 0.78rem; color: rgba(255,255,255,0.65);
}

/* ==================== TRUST BAR ==================== */
.trust-bar {
  background: var(--ink); color: rgba(255,255,255,0.8);
  padding: 0.9rem 0; font-size: 0.85rem; font-weight: 500;
}
.trust-bar__items {
  display: flex; justify-content: center; gap: 2.5rem; flex-wrap: wrap;
}
.trust-bar__items span {
  display: flex; align-items: center; gap: 0.5rem;
}
.trust-bar__items i { color: rgba(255,255,255,0.45); font-size: 0.9rem; }

/* ==================== SECTIONS ==================== */
.section { padding: 5rem 0; }
.section--alt { background: var(--bg-alt); }
.section__label {
  display: block; text-align: center;
  font-size: 0.78rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.1em;
  color: var(--brand); margin-bottom: 0.6rem;
}
.section__label--light { color: rgba(255,255,255,0.6); }
.section__title {
  font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 800; color: var(--ink);
  text-align: center; margin-bottom: 0.75rem;
}
.section__sub {
  text-align: center; color: var(--muted); font-size: 1.05rem;
  max-width: 640px; margin: 0 auto 3rem;
}

/* ==================== GRID ==================== */
.grid { display: grid; gap: 1.5rem; }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }
.mt-3 { margin-top: 1.5rem; }

/* ==================== FEATURE CARDS ==================== */
.card {
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg);
  overflow: hidden; transition: all var(--transition);
}
.section--alt .card { background: #fff; }
.card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); border-color: transparent; }
.card__visual {
  height: 130px;
  display: flex; align-items: center; justify-content: center;
  font-size: 2.8rem; position: relative;
}
.card__visual::after {
  content: '';
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--border), transparent);
}
.card__visual--blue { background: linear-gradient(135deg, #e8f0fe 0%, #dbeafe 100%); color: var(--brand); }
.card__visual--green { background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%); color: var(--green); }
.card__visual--purple { background: linear-gradient(135deg, #f3eeff 0%, #ede9fe 100%); color: var(--purple); }
.card__visual--orange { background: linear-gradient(135deg, #fff8e6 0%, #fef3c7 100%); color: var(--orange); }
.card__visual--red { background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%); color: var(--red); }
.card__visual--teal { background: linear-gradient(135deg, #ecfeff 0%, #cffafe 100%); color: var(--teal); }
.card__body { padding: 1.5rem 2rem 2rem; }
.card__body h3 { font-size: 1.1rem; color: var(--ink); margin-bottom: 0.5rem; font-weight: 700; }
.card__body p { color: var(--muted); font-size: 0.9rem; line-height: 1.65; }

/* ==================== SHOWCASE STRIP ==================== */
.showcase-strip {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem;
  margin-top: 3rem;
}
.showcase-strip__item {
  border-radius: var(--radius-lg); overflow: hidden;
  position: relative; aspect-ratio: 4/3;
  background: var(--bg-alt);
}
.showcase-strip__item img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.4s ease;
}
.showcase-strip__item:hover img { transform: scale(1.05); }
.showcase-strip__item span {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 2.5rem 1rem 1rem;
  background: linear-gradient(transparent, rgba(0,0,0,0.65));
  color: #fff; font-size: 0.85rem; font-weight: 600;
}

@media (max-width: 768px) {
  .showcase-strip { grid-template-columns: 1fr; gap: 1rem; }
  .showcase-strip__item { aspect-ratio: 16/9; }
}

/* ==================== CHANNELS ==================== */
.channels-grid {
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 1.25rem;
}
.channel-card {
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius);
  padding: 1.5rem 1rem; text-align: center;
  transition: all var(--transition); cursor: default;
}
.channel-card:hover { box-shadow: var(--shadow); transform: translateY(-3px); border-color: transparent; }
.channel-icon-wrap {
  width: 56px; height: 56px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem; margin: 0 auto 0.75rem;
  transition: all var(--transition);
}
.channel-card:hover .channel-icon-wrap { transform: scale(1.1); }
.channel-card span { font-weight: 600; font-size: 0.85rem; color: var(--ink); }

/* ==================== HOW IT WORKS ==================== */
.steps {
  display: flex; align-items: flex-start; gap: 0;
  justify-content: center;
}
.step {
  flex: 1; max-width: 320px; text-align: center;
  padding: 2rem 1.5rem; background: #fff;
  border: 1px solid var(--border); border-radius: var(--radius-lg);
  transition: all var(--transition);
}
.step:hover { box-shadow: var(--shadow); }
.step__visual {
  width: 64px; height: 64px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem; margin: 0 auto 0.75rem;
}
.step__visual--blue { background: var(--brand-light); color: var(--brand); }
.step__visual--purple { background: var(--purple-light); color: var(--purple); }
.step__visual--green { background: var(--green-light); color: var(--green); }
.step__num {
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--brand); color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 0.95rem; margin-bottom: 0.75rem;
}
.step h3 { color: var(--ink); font-size: 1.1rem; margin-bottom: 0.5rem; }
.step p { color: var(--muted); font-size: 0.9rem; line-height: 1.6; }
.step__connector {
  display: flex; align-items: center; padding-top: 4rem; flex-shrink: 0;
}
.step__connector-line {
  width: 48px; height: 2px;
  background: linear-gradient(90deg, var(--brand), var(--purple));
  border-radius: 1px;
}

/* ==================== MOBILE APP ==================== */
.app-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center;
}
.app-badges { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-bottom: 1.5rem; }
.app-badge {
  display: inline-flex; align-items: center; gap: 0.8rem;
  padding: 0.8rem 1.4rem; border-radius: var(--radius);
  border: 2px solid var(--border); transition: all var(--transition);
}
.app-badge i { font-size: 1.8rem; color: var(--green); }
.app-badge--coming { opacity: 0.6; }
.app-badge--coming i { color: var(--muted); }
.app-badge__label { display: block; font-size: 0.7rem; color: var(--muted); text-transform: uppercase; letter-spacing: 0.05em; }
.app-badge__platform { display: block; font-size: 1.1rem; font-weight: 700; color: var(--ink); }
.app-features { margin: 0 0 1.5rem; }
.app-features li {
  padding: 0.4rem 0; font-size: 0.95rem; color: var(--text);
  display: flex; align-items: center; gap: 0.6rem;
}
.app-features li i { color: var(--green); font-size: 0.85rem; flex-shrink: 0; }
.app-version { color: var(--muted); font-size: 0.85rem; }

/* Phone mockup */
.app-visual { display: flex; justify-content: center; align-items: flex-end; gap: 1.5rem; }
.app-photo {
  width: 180px; height: auto; border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg); object-fit: cover;
  display: none;
}
@media (min-width: 1024px) {
  .app-photo { display: block; }
}
.phone-frame {
  width: 260px; background: var(--ink); border-radius: 2rem;
  padding: 0.8rem; box-shadow: var(--shadow-lg);
}
.phone-screen {
  background: #fff; border-radius: 1.4rem; overflow: hidden;
  min-height: 400px;
}
.phone-header {
  background: linear-gradient(135deg, var(--brand), var(--brand-dark));
  padding: 1.5rem; text-align: center;
}
.phone-header__text {
  color: #fff; font-size: 1.1rem; font-weight: 700; letter-spacing: 0.02em;
}
.phone-content { padding: 1rem; }
.phone-item {
  display: flex; align-items: center; gap: 0.7rem;
  padding: 0.9rem; margin-bottom: 0.5rem;
  border: 1px solid var(--border); border-radius: 0.6rem;
  font-size: 0.85rem; font-weight: 500; color: var(--ink);
  transition: all var(--transition);
}
.phone-item i { color: var(--brand); width: 16px; text-align: center; }
.phone-price { margin-left: auto; color: var(--muted); font-weight: 600; }
.phone-item--selected {
  background: var(--brand-light); border-color: var(--brand);
}
.phone-btn {
  background: var(--brand); color: #fff; text-align: center;
  padding: 0.75rem; border-radius: 0.6rem; font-weight: 700;
  font-size: 0.9rem; margin-top: 0.5rem;
}

/* ==================== PRICING CTA ==================== */
.pricing-cta {
  background: linear-gradient(135deg, #0b1b34 0%, #163a6b 50%, #1e5bb5 100%);
  color: #fff; position: relative; overflow: hidden;
}
.pricing-cta::before {
  content: ''; position: absolute; top: -100px; right: -100px;
  width: 400px; height: 400px; border-radius: 50%;
  background: radial-gradient(circle, rgba(96,165,250,0.15) 0%, transparent 70%);
  pointer-events: none;
}
.pricing-cta__content {
  text-align: center; position: relative; z-index: 1;
}
.pricing-cta__content h2 {
  font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 800; margin-bottom: 0.75rem;
}
.pricing-cta__content > p {
  color: rgba(255,255,255,0.7); font-size: 1.05rem;
  max-width: 600px; margin: 0 auto 2.5rem;
}
.pricing-cta__prices {
  display: flex; justify-content: center; align-items: center; gap: 3rem;
  margin-bottom: 2.5rem;
}
.pricing-cta__price { text-align: center; }
.pricing-cta__label {
  display: block; font-size: 0.85rem; color: rgba(255,255,255,0.55);
  margin-bottom: 0.3rem; text-transform: uppercase; letter-spacing: 0.03em;
}
.pricing-cta__amount {
  font-size: 2.5rem; font-weight: 800; color: #60a5fa;
}
.pricing-cta__amount small {
  font-size: 0.9rem; font-weight: 500; color: rgba(255,255,255,0.45);
}
.pricing-cta__divider {
  width: 1px; height: 56px;
  background: rgba(255,255,255,0.2);
}

/* ==================== PRICING PAGE ==================== */
.pricing-hero {
  background: linear-gradient(180deg, #0b1b34 0%, #163a6b 100%);
  color: #fff; text-align: center; padding: 4rem 0 3rem;
}
.pricing-hero h1 {
  font-size: clamp(1.8rem, 3.5vw, 2.5rem); font-weight: 800; margin-bottom: 0.5rem;
}
.pricing-hero p { color: rgba(255,255,255,0.7); font-size: 1.05rem; }
.pricing-hero p strong { color: #fff; }

.pricing-toggle {
  display: flex; justify-content: center; gap: 0;
  margin-bottom: 2.5rem; background: var(--bg-alt);
  border-radius: 0.5rem; padding: 0.25rem;
  max-width: 340px; margin-left: auto; margin-right: auto;
  border: 1px solid var(--border);
}
.pricing-tab {
  flex: 1; padding: 0.6rem 1.2rem;
  background: transparent; border: none; border-radius: 0.4rem;
  font-weight: 600; font-size: 0.9rem; cursor: pointer;
  color: var(--muted); transition: all var(--transition);
  font-family: inherit;
}
.pricing-tab.active { background: var(--brand); color: #fff; box-shadow: var(--shadow-sm); }

.pricing-group { display: none; }
.pricing-group.active { display: block; }

.pricecard {
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg);
  padding: 2rem 1.5rem; display: flex; flex-direction: column;
  transition: all var(--transition); position: relative;
}
.pricecard:hover { box-shadow: var(--shadow); }
.pricecard--popular {
  border-color: var(--brand); box-shadow: var(--shadow);
  transform: scale(1.03);
}
.pricecard--popular:hover { transform: scale(1.05); }
.pricecard__badge {
  position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
  background: var(--brand); color: #fff; font-size: 0.75rem; font-weight: 700;
  padding: 0.25rem 1rem; border-radius: 1rem; text-transform: uppercase;
  letter-spacing: 0.05em; white-space: nowrap;
}
.pricecard--voice { border-color: var(--orange); }
.pricecard--voice .price { color: var(--orange); }
.pricecard__header { margin-bottom: 1.5rem; }
.pricecard__header h3 { font-size: 1.2rem; color: var(--ink); margin-bottom: 0.5rem; }
.price { font-size: 2.2rem; font-weight: 800; color: var(--brand); }
.price span { font-size: 0.9rem; font-weight: 500; color: var(--muted); }
.pricecard ul { flex: 1; margin-bottom: 1.5rem; }
.pricecard li {
  padding: 0.4rem 0; font-size: 0.86rem; color: var(--text);
  border-bottom: 1px solid #f3f4f6; display: flex; align-items: center; gap: 0.4rem;
}
.pricecard li:last-child { border-bottom: none; }
.pricecard li::before { content: "\f00c"; font-family: "Font Awesome 6 Free"; font-weight: 900; font-size: 0.7rem; color: var(--green); flex-shrink: 0; }
.pricecard li strong { color: var(--ink); }

.pricing-note {
  margin: 2.5rem 0 0; text-align: left;
  padding: 1.5rem 2rem; background: var(--bg-alt); border-radius: var(--radius);
  border: 1px solid var(--border);
}
.pricing-note p { font-size: 0.88rem; color: var(--muted); margin-bottom: 0.5rem; }
.pricing-note p:last-child { margin-bottom: 0; }

/* ==================== FAQ ==================== */
.faq-list { display: flex; flex-direction: column; gap: 0.5rem; }
.faq-item {
  border: 1px solid var(--border); border-radius: var(--radius);
  overflow: hidden; background: #fff;
}
.faq-q {
  width: 100%; background: none; border: none; text-align: left;
  padding: 1.2rem 1.5rem; font-size: 1rem; font-weight: 600; color: var(--ink);
  cursor: pointer; display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; font-family: inherit; transition: background var(--transition);
}
.faq-q:hover { background: var(--bg-alt); }
.faq-q i { font-size: 0.75rem; color: var(--muted); transition: transform 0.3s ease; flex-shrink: 0; }
.faq-q[aria-expanded="true"] i { transform: rotate(180deg); }
.faq-a {
  max-height: 0; overflow: hidden; transition: max-height 0.35s ease;
}
.faq-a.open { max-height: 400px; }
.faq-a p { padding: 0 1.5rem 1.2rem; color: var(--text); font-size: 0.92rem; line-height: 1.7; }

/* ==================== CONTACT ==================== */
.contact-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 3rem;
}
.contact-reps h3, .contact-form-wrap h3 {
  font-size: 1.1rem; color: var(--ink); margin-bottom: 1.25rem;
}
.rep-cards { display: flex; flex-direction: column; gap: 0.75rem; }
.rep-card {
  display: flex; align-items: center; gap: 1rem;
  padding: 1rem 1.25rem; background: var(--bg-alt);
  border: 1px solid var(--border); border-radius: var(--radius);
  transition: all var(--transition);
}
.rep-card:hover { box-shadow: var(--shadow-sm); }
.rep-flag { font-size: 1.8rem; line-height: 1; }
.rep-card strong { display: block; font-size: 0.9rem; color: var(--ink); }
.rep-card p { font-size: 0.85rem; color: var(--muted); margin: 0.15rem 0; }
.rep-card a { font-size: 0.9rem; color: var(--brand); font-weight: 600; }

.contact-form { display: flex; flex-direction: column; gap: 0.75rem; }
.contact-form input,
.contact-form select,
.contact-form textarea {
  padding: 0.7rem 1rem; border: 1px solid var(--border); border-radius: 0.5rem;
  font-size: 0.95rem; font-family: inherit; transition: border-color var(--transition);
  background: #fff;
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: none; border-color: var(--brand); box-shadow: 0 0 0 3px rgba(11,94,215,0.1);
}
.contact-email {
  text-align: center; margin-top: 2.5rem; padding-top: 2rem;
  border-top: 1px solid var(--border);
}
.contact-email a { font-size: 1.05rem; }

/* ==================== FOOTER ==================== */
.ftr { background: var(--ink); color: rgba(255,255,255,0.7); padding: 3rem 0 0; }
.ftr__grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 2rem; padding-bottom: 2rem; }
.ftr__logo { height: 60px; width: auto; margin-bottom: 0.75rem; }
.ftr__brand p { font-size: 0.88rem; max-width: 300px; margin-bottom: 1rem; }
.ftr h4 { color: #fff; font-size: 0.85rem; margin-bottom: 0.75rem; text-transform: uppercase; letter-spacing: 0.05em; }
.ftr ul li { margin-bottom: 0.4rem; }
.ftr ul a { color: rgba(255,255,255,0.6); font-size: 0.88rem; transition: color var(--transition); }
.ftr ul a:hover { color: #fff; text-decoration: none; }

.social-icons { display: flex; gap: 0.5rem; flex-wrap: wrap; }
.social-icon {
  width: 36px; height: 36px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 1rem; transition: all var(--transition);
  text-decoration: none;
}
.social-icon:hover { transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0,0,0,0.3); text-decoration: none; }

.ftr__bottom {
  display: flex; justify-content: space-between; align-items: center;
  padding: 1.25rem 0; border-top: 1px solid rgba(255,255,255,0.1);
  font-size: 0.82rem;
}

/* ==================== RESPONSIVE ==================== */
@media (max-width: 1024px) {
  .grid--4 { grid-template-columns: repeat(2, 1fr); }
  .channels-grid { grid-template-columns: repeat(3, 1fr); }
  .ftr__grid { grid-template-columns: 1fr 1fr; }
  .pricecard--popular { transform: none; }
  .orbit { width: 340px; height: 380px; }
}

@media (max-width: 768px) {
  .nav__toggle { display: block; }
  .menu {
    display: none; position: absolute; top: 100%; left: 0; right: 0;
    background: #fff; flex-direction: column; padding: 1rem 1.5rem;
    border-bottom: 1px solid var(--border); box-shadow: var(--shadow);
    gap: 0.25rem;
  }
  .hdr--dark .menu { background: #0f2847; border-bottom-color: rgba(255,255,255,0.1); }
  .menu.open { display: flex; }
  .menu a { padding: 0.6rem 0; font-size: 1rem; }

  .menu__login-link {
    display: flex !important;
    font-weight: 700 !important;
    border-top: 1px solid var(--border);
    padding-top: 0.8rem !important;
    margin-top: 0.4rem;
  }
  .hdr--dark .menu__login-link { color: #fff !important; border-top-color: rgba(255,255,255,0.15); }

  .hero { padding: 3rem 0; }
  .hero__grid { grid-template-columns: 1fr; gap: 2rem; }
  .hero__art { justify-content: center; }
  .hero h1 { font-size: 1.8rem; }
  .hero-stats { gap: 1.5rem; }

  .orbit { width: 352px; height: 407px; }
  .orbit__ring-line { width: 286px; height: 254px; }
  .orbit__glow { width: 308px; height: 220px; }
  .orbit__center { width: 154px; height: 154px; }
  .orbit__detail { min-width: 220px; padding: 0.6rem 1rem; }

  .grid--3 { grid-template-columns: 1fr; }
  .grid--4 { grid-template-columns: 1fr; }

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

  .steps { flex-direction: column; align-items: center; }
  .step__connector { transform: rotate(90deg); padding: 0.5rem 0; }
  .step { max-width: 100%; }

  .app-grid { grid-template-columns: 1fr; gap: 2rem; }
  .app-visual { order: -1; }

  .pricing-cta__prices { gap: 2rem; }
  .pricing-cta__amount { font-size: 2rem; }

  .pricecard--popular:hover { transform: none; }

  .contact-grid { grid-template-columns: 1fr; gap: 2rem; }

  .ftr__grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .ftr__bottom { flex-direction: column; gap: 0.5rem; text-align: center; }

  .trust-bar__items { gap: 1rem; font-size: 0.78rem; }
}

@media (max-width: 480px) {
  .channels-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-stats { flex-direction: column; gap: 0.75rem; }
  .cta-group { flex-direction: column; }
  .cta-group .btn { width: 100%; }
  .app-badges { flex-direction: column; }
  .pricing-cta__prices { flex-direction: column; gap: 1rem; }
  .pricing-cta__divider { width: 60px; height: 1px; }
  .orbit { width: 286px; height: 341px; }
  .orbit__center { width: 121px; height: 121px; }
  .orbit__item { width: 40px; height: 40px; font-size: 1rem; }
  .orbit__item.orbit--focus { width: 48px; height: 48px; font-size: 1.2rem; }
  .orbit__ring-line { width: 180px; height: 130px; }
  .orbit__glow { width: 200px; height: 140px; }
  .orbit__detail { min-width: 200px; font-size: 0.9rem; }
  .orbit__detail-name { font-size: 0.8rem; }
  .orbit__detail-msg { font-size: 0.72rem; }
  .trust-bar__items { flex-direction: column; gap: 0.5rem; align-items: center; }
}
