/* ═══════════════════════════════════════════════════
   GigRadar Partner — Premium Landing Page Styles
   Modern, glassmorphic, editorial design system
   ═══════════════════════════════════════════════════ */

*, *::before, *::after {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  color: rgb(45,51,61);
  background: #ffffff;
  line-height: 1.5;
  margin: 0;
}

/* Editorial serif for accents and big numbers */
.serif {
  font-family: 'Instrument Serif', Georgia, serif;
  font-weight: 400;
  letter-spacing: -0.02em;
}

/* ── Design Tokens ── */
:root {
  --accent:        #216BEF;
  --accent-hover:  #1852D3;
  --accent-lt:     #378AFA;
  --accent-dim:    rgba(33, 107, 239, 0.07);
  --accent-border: rgba(33, 107, 239, 0.18);
  --accent-glow:   rgba(93, 173, 253, 0.12);
  --page-bg:       #ffffff;
  --section-bg:    #EDF3F9;
  --card-bg:       #ffffff;
  --border:        rgb(214,222,233);
  --text:          rgb(45,51,61);
  --text-muted:    rgb(55,65,80);
  --text-dim:      rgb(90,100,115);
  --navy:          #1C3E8C;
  --navy-deep:     #142e6b;
  --success:       #10b981;
  --warning:       #f59e0b;

  --shadow-sm: 0 1px 2px rgba(33,107,239,0.04), 0 1px 4px rgba(33,107,239,0.04);
  --shadow-md: 0 2px 8px rgba(33,107,239,0.06), 0 8px 24px rgba(33,107,239,0.06);
  --shadow-lg: 0 8px 24px rgba(33,107,239,0.08), 0 20px 48px rgba(33,107,239,0.08);
  --shadow-xl: 0 16px 40px rgba(33,107,239,0.12), 0 32px 80px rgba(33,107,239,0.12);
}

/* ── Backgrounds ── */
.hero-glow {
  background:
    radial-gradient(ellipse 80% 60% at 30% -8%, rgba(93,173,253,0.22) 0%, rgba(93,173,253,0.04) 40%, transparent 70%),
    radial-gradient(ellipse 60% 40% at 85% 20%, rgba(33,107,239,0.10) 0%, transparent 60%);
}

.mesh-bg {
  background-image:
    radial-gradient(at 20% 10%, rgba(93,173,253,0.12) 0, transparent 50%),
    radial-gradient(at 80% 0%, rgba(33,107,239,0.10) 0, transparent 50%),
    radial-gradient(at 90% 80%, rgba(24,82,211,0.08) 0, transparent 50%),
    radial-gradient(at 0% 60%, rgba(93,173,253,0.08) 0, transparent 50%);
}

.dot-grid {
  background-image: radial-gradient(circle, rgba(33,107,239,0.08) 1px, transparent 1px);
  background-size: 28px 28px;
}

/* ── Glassmorphism ── */
.glass {
  background: rgba(255,255,255,0.72);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  border: 1px solid rgba(255,255,255,0.8);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.95), 0 8px 32px rgba(33,107,239,0.08);
}
.glass-dark {
  background: rgba(255,255,255,0.06);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid rgba(255,255,255,0.12);
}
.glass-strong {
  background: rgba(255,255,255,0.85);
  backdrop-filter: blur(32px) saturate(200%);
  -webkit-backdrop-filter: blur(32px) saturate(200%);
  border: 1px solid rgba(255,255,255,0.9);
  box-shadow: inset 0 1px 0 rgba(255,255,255,1), 0 16px 48px rgba(33,107,239,0.12);
}

/* ── Buttons ── */
.btn-cta {
  background: linear-gradient(180deg, #5DADFD 0%, #1852D3 100%);
  color: #fff;
  font-weight: 600;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 200ms cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 4px 16px rgba(33,107,239,0.22), inset 0 1px 0 rgba(255,255,255,0.3);
  position: relative;
  overflow: hidden;
  text-decoration: none;
  border: none;
  cursor: pointer;
}
.btn-cta > * { position: relative; z-index: 1; }
.btn-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #7CC0FE 0%, #216BEF 100%);
  opacity: 0;
  transition: opacity 200ms;
}
.btn-cta:hover::before { opacity: 1; }
.btn-cta:hover {
  box-shadow: 0 8px 32px rgba(33,107,239,0.42), inset 0 1px 0 rgba(255,255,255,0.4);
  transform: translateY(-2px);
}
.btn-cta:active { transform: translateY(0) scale(0.98); }

.btn-ghost {
  border: 1.5px solid rgb(214,222,233);
  background: rgba(255,255,255,0.8);
  color: #216BEF;
  font-weight: 600;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 200ms;
  text-decoration: none;
}
.btn-ghost:hover {
  border-color: #378AFA;
  background: rgba(33,107,239,0.04);
  transform: translateY(-1px);
}

/* ── Eyebrow badges ── */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #216BEF;
  background: rgba(33,107,239,0.06);
  border: 1px solid rgba(33,107,239,0.15);
  border-radius: 100px;
  padding: 8px 18px;
}
.eyebrow-dark {
  color: #82ACF5;
  background: rgba(93,173,253,0.10);
  border-color: rgba(93,173,253,0.20);
}

/* ── Gradient text ── */
.gradient-text {
  background: linear-gradient(135deg, #5DADFD 0%, #216BEF 60%, #1852D3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ── Shimmer ── */
@keyframes shimmer {
  0%, 100% { background-position: 0% center; }
  50% { background-position: 100% center; }
}
.shimmer-text {
  background: linear-gradient(90deg, #216BEF 0%, #5DADFD 30%, #216BEF 60%, #5DADFD 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: shimmer 6s linear infinite;
}

/* ── Premium cards ── */
.card-premium {
  background: #fff;
  border: 1px solid rgb(214,222,233);
  border-radius: 20px;
  transition: all 300ms cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: var(--shadow-sm);
}
.card-premium:hover {
  transform: translateY(-6px);
  border-color: rgba(33,107,239,0.28);
  box-shadow: var(--shadow-lg);
}

.card-lift {
  transition: all 300ms cubic-bezier(0.16, 1, 0.3, 1);
}
.card-lift:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

/* ── Badges ── */
.badge-new {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 12px;
  background: rgba(16,185,129,0.1);
  border: 1px solid rgba(16,185,129,0.3);
  color: #059669;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 100px;
}
.badge-new::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #10b981;
  animation: pulse-dot 2s ease-in-out infinite;
}
@keyframes pulse-dot {
  0%, 100% { opacity: 1; box-shadow: 0 0 0 0 rgba(16,185,129,0.4); }
  50% { opacity: 0.6; box-shadow: 0 0 0 6px rgba(16,185,129,0); }
}

/* ── Logo marquee ── */
@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-25%); }
}
.marquee-track { animation: marquee 40s linear infinite; }
.marquee-track:hover { animation-play-state: paused; }

.fade-edges {
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
          mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
}

.logo-pill {
  flex-shrink: 0;
  height: 44px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo-pill img {
  height: 26px;
  width: auto;
  max-width: 140px;
  object-fit: contain;
  filter: brightness(0);
  opacity: 0.4;
  transition: opacity 200ms;
}
.logo-pill:hover img { opacity: 0.75; }

/* ── Reveal animations ── */
@media (prefers-reduced-motion: no-preference) {
  .reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 800ms cubic-bezier(0.16, 1, 0.3, 1), transform 800ms cubic-bezier(0.16, 1, 0.3, 1);
  }
  .reveal-left {
    opacity: 0;
    transform: translateX(-40px);
    transition: opacity 800ms cubic-bezier(0.16, 1, 0.3, 1), transform 800ms cubic-bezier(0.16, 1, 0.3, 1);
  }
  .reveal-right {
    opacity: 0;
    transform: translateX(40px);
    transition: opacity 800ms cubic-bezier(0.16, 1, 0.3, 1), transform 800ms cubic-bezier(0.16, 1, 0.3, 1);
  }
  .reveal-scale {
    opacity: 0;
    transform: scale(0.94);
    transition: opacity 800ms cubic-bezier(0.16, 1, 0.3, 1), transform 800ms cubic-bezier(0.16, 1, 0.3, 1);
  }
  .reveal.is-visible,
  .reveal-left.is-visible,
  .reveal-right.is-visible,
  .reveal-scale.is-visible { opacity: 1; transform: none; }

  .reveal-stagger > * {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 600ms cubic-bezier(0.16, 1, 0.3, 1), transform 600ms cubic-bezier(0.16, 1, 0.3, 1);
  }
  .reveal-stagger.is-visible > * { opacity: 1; transform: none; }
  .reveal-stagger.is-visible > *:nth-child(1) { transition-delay: 0ms; }
  .reveal-stagger.is-visible > *:nth-child(2) { transition-delay: 80ms; }
  .reveal-stagger.is-visible > *:nth-child(3) { transition-delay: 160ms; }
  .reveal-stagger.is-visible > *:nth-child(4) { transition-delay: 240ms; }
  .reveal-stagger.is-visible > *:nth-child(5) { transition-delay: 320ms; }
  .reveal-stagger.is-visible > *:nth-child(6) { transition-delay: 400ms; }
  .reveal-stagger.is-visible > *:nth-child(7) { transition-delay: 480ms; }
  .reveal-stagger.is-visible > *:nth-child(8) { transition-delay: 560ms; }
}

/* ── Hero entrance animations ── */
@keyframes fade-up {
  from { opacity: 0; transform: translateY(32px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes fade-in {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes float-slow {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}
@keyframes float-card {
  0%, 100% { transform: translateY(0) rotate(0); }
  50% { transform: translateY(-12px) rotate(0.5deg); }
}

.fade-up { animation: fade-up 900ms cubic-bezier(0.16, 1, 0.3, 1) forwards; }
.fade-up-delay-1 { animation: fade-up 900ms cubic-bezier(0.16, 1, 0.3, 1) 100ms forwards; opacity: 0; }
.fade-up-delay-2 { animation: fade-up 900ms cubic-bezier(0.16, 1, 0.3, 1) 200ms forwards; opacity: 0; }
.fade-up-delay-3 { animation: fade-up 900ms cubic-bezier(0.16, 1, 0.3, 1) 300ms forwards; opacity: 0; }
.fade-up-delay-4 { animation: fade-up 900ms cubic-bezier(0.16, 1, 0.3, 1) 400ms forwards; opacity: 0; }

.float-slow { animation: float-slow 4s ease-in-out infinite; }
.float-card { animation: float-card 5s ease-in-out infinite; }

/* ── CTA pulse ── */
@keyframes cta-pulse-kf {
  0%, 100% { box-shadow: 0 4px 16px rgba(33,107,239,0.22), 0 0 0 0 rgba(33,107,239,0.4); }
  50% { box-shadow: 0 4px 16px rgba(33,107,239,0.22), 0 0 0 8px rgba(33,107,239,0); }
}
.cta-pulse { animation: cta-pulse-kf 2.5s ease-in-out infinite; }

/* ── Browser frame ── */
.browser-frame {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(214,222,233,0.8);
  box-shadow: 0 32px 80px rgba(33,107,239,0.18), 0 12px 32px rgba(0,0,0,0.06), inset 0 1px 0 rgba(255,255,255,0.8);
  background: #fff;
  transform: perspective(1400px) rotateX(1.5deg);
  transition: transform 500ms cubic-bezier(0.16, 1, 0.3, 1);
}
.browser-frame:hover { transform: perspective(1400px) rotateX(0); }
.browser-frame-bar {
  background: linear-gradient(180deg, #F8FAFC 0%, #F0F4F8 100%);
  padding: 12px 18px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid rgba(214,222,233,0.7);
}
.browser-frame-dot { width: 10px; height: 10px; border-radius: 50%; }

/* ── Calculator ── */
.calc-panel {
  background: linear-gradient(180deg, #fff 0%, #F8FAFC 100%);
  border: 1px solid rgba(214,222,233,0.8);
  border-radius: 24px;
  padding: 32px;
  box-shadow: var(--shadow-lg);
}

.calc-track-btn {
  cursor: pointer;
  padding: 18px 20px;
  border-radius: 14px;
  border: 2px solid rgb(214,222,233);
  background: #fff;
  color: rgb(55,65,80);
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-align: left;
  transition: all 200ms cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
  width: 100%;
}
.calc-track-btn:hover {
  border-color: var(--accent-lt);
  background: rgba(33,107,239,0.02);
  transform: translateY(-2px);
}
.calc-track-btn.active {
  border-color: var(--accent);
  background: linear-gradient(135deg, rgba(33,107,239,0.08), rgba(93,173,253,0.04));
  box-shadow: 0 0 0 3px rgba(33,107,239,0.08), inset 0 1px 0 rgba(255,255,255,0.8);
}

input[type=range].calc-slider {
  -webkit-appearance: none;
  width: 100%;
  height: 8px;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
  background: linear-gradient(
    to right,
    var(--accent) 0%,
    var(--accent-lt) var(--pct, 22%),
    rgb(222,230,240) var(--pct, 22%),
    rgb(222,230,240) 100%
  );
}
input[type=range].calc-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 32px; height: 32px;
  border-radius: 50%;
  background: linear-gradient(180deg, #fff 0%, #F8FAFC 100%);
  border: 3px solid var(--accent);
  box-shadow: 0 2px 12px rgba(33,107,239,0.28), 0 0 0 4px rgba(33,107,239,0.05);
  cursor: pointer;
  transition: all 200ms;
}
input[type=range].calc-slider::-webkit-slider-thumb:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 20px rgba(33,107,239,0.5), 0 0 0 8px rgba(33,107,239,0.08);
}
input[type=range].calc-slider::-moz-range-thumb {
  width: 32px; height: 32px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid var(--accent);
  box-shadow: 0 2px 12px rgba(33,107,239,0.28);
  cursor: pointer;
}

.calc-output {
  font-family: 'Instrument Serif', Georgia, serif;
  font-variant-numeric: tabular-nums;
  font-feature-settings: 'tnum';
  transition: all 300ms cubic-bezier(0.16, 1, 0.3, 1);
}

.calc-breakdown-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid rgba(214,222,233,0.5);
  font-size: 14px;
}
.calc-breakdown-row:last-child {
  border-bottom: none;
  font-weight: 700;
  padding-top: 18px;
  border-top: 2px solid rgba(33,107,239,0.15);
  margin-top: 6px;
}

/* ── Review cards ── */
.review-card {
  background: #fff;
  border: 1px solid rgb(231,239,246);
  border-radius: 20px;
  padding: 22px;
  transition: all 300ms;
}
.review-card:hover {
  border-color: var(--accent-lt);
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
}
.review-card-trustpilot { border: 2px solid #00b67a; }

/* ── Form ── */
.form-input, .form-select, .form-textarea {
  width: 100%;
  padding: 14px 18px;
  border: 1.5px solid rgb(214,222,233);
  border-radius: 12px;
  font-size: 15px;
  color: rgb(45,51,61);
  background: #fff;
  transition: all 200ms;
  font-family: 'Inter', sans-serif;
}
.form-input:focus, .form-select:focus, .form-textarea:focus {
  outline: none;
  border-color: var(--accent-lt);
  box-shadow: 0 0 0 4px rgba(33,107,239,0.08);
}
.form-input::placeholder, .form-textarea::placeholder { color: rgb(140,150,165); }
.form-select {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%235a6473' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 44px;
}
.form-textarea { resize: vertical; min-height: 100px; }

.form-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border: 1.5px solid rgb(214,222,233);
  border-radius: 100px;
  background: #fff;
  font-size: 14px;
  font-weight: 500;
  color: rgb(55,65,80);
  cursor: pointer;
  transition: all 200ms;
  user-select: none;
}
.form-chip:hover {
  border-color: var(--accent-lt);
  background: rgba(33,107,239,0.02);
}
.form-chip.active {
  border-color: var(--accent);
  background: var(--accent-dim);
  color: var(--accent);
  font-weight: 600;
}

/* ── Dashboard specific ── */
.dash-sidebar {
  background: linear-gradient(180deg, #1C3E8C 0%, #142e6b 100%);
  color: #fff;
  width: 260px;
  min-height: 100vh;
  flex-shrink: 0;
}
.dash-nav-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 20px;
  font-size: 14px;
  color: rgba(190,222,255,0.7);
  border-radius: 8px;
  margin: 2px 12px;
  transition: all 0.15s;
}
.dash-nav-item:hover { background: rgba(255,255,255,0.08); color: #fff; }
.dash-nav-item.active { background: rgba(255,255,255,0.12); color: #fff; font-weight: 600; }

.dash-metric-card {
  background: #fff;
  border: 1px solid rgb(214,222,233);
  border-radius: 14px;
  padding: 22px 24px;
  position: relative;
  overflow: hidden;
}
.dash-metric-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #5DADFD, #1852D3);
}

/* ── Section rule ── */
.section-rule { border-top: 1px solid rgba(214,222,233,0.6); }

.tabular { font-variant-numeric: tabular-nums; font-feature-settings: 'tnum'; }

::-webkit-scrollbar { width: 6px; height: 6px; }
::-webkit-scrollbar-track { background: #F4F8FF; }
::-webkit-scrollbar-thumb { background: linear-gradient(180deg, #BEDEFF, #5DADFD); border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: linear-gradient(180deg, #5DADFD, #216BEF); }

@media (max-width: 768px) {
  .browser-frame { transform: none; }
  .hero-glow { background: radial-gradient(ellipse 90% 50% at 50% 0%, rgba(93,173,253,0.18) 0%, transparent 60%); }
}

[x-cloak] { display: none !important; }

@keyframes checkmarkDraw { to { stroke-dashoffset: 0; } }
.success-check {
  stroke-dasharray: 50;
  stroke-dashoffset: 50;
  animation: checkmarkDraw 0.6s cubic-bezier(0.16, 1, 0.3, 1) forwards 0.3s;
}

/* ── Timeline onboarding ── */
.timeline-step {
  position: relative;
  padding-left: 72px;
  padding-bottom: 40px;
}
.timeline-step::before {
  content: '';
  position: absolute;
  left: 24px;
  top: 48px;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, rgba(33,107,239,0.3), rgba(33,107,239,0.05));
}
.timeline-step:last-child::before { display: none; }
.timeline-step-num {
  position: absolute;
  left: 0;
  top: 0;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: linear-gradient(180deg, #5DADFD, #1852D3);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 800;
  box-shadow: 0 4px 16px rgba(33,107,239,0.28);
}

.stat-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  background: rgba(255,255,255,0.9);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(214,222,233,0.8);
  border-radius: 100px;
  font-size: 13px;
  font-weight: 500;
  color: rgb(55,65,80);
  box-shadow: 0 2px 12px rgba(33,107,239,0.04);
}
.stat-pill-value { font-weight: 700; color: var(--accent); }

.video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 20px;
}

/* ── Two-tracks cards ── */
.track-card {
  position: relative;
  background: #fff;
  border: 1px solid rgb(214,222,233);
  border-radius: 24px;
  padding: 36px;
  transition: all 400ms cubic-bezier(0.16, 1, 0.3, 1);
  overflow: hidden;
}
.track-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #5DADFD, #216BEF, #1852D3);
  opacity: 0.6;
}
.track-card:hover {
  transform: translateY(-8px);
  border-color: var(--accent-lt);
  box-shadow: var(--shadow-xl);
}
.track-card:hover::before { opacity: 1; }
.track-card.featured {
  border: 2px solid var(--accent);
  box-shadow: var(--shadow-xl);
  background: linear-gradient(180deg, #fff 0%, #F4F8FF 100%);
}

/* ── Fit card ── */
.fit-card {
  background: #fff;
  border: 1px solid rgb(214,222,233);
  border-radius: 20px;
  padding: 28px;
  transition: all 300ms cubic-bezier(0.16, 1, 0.3, 1);
  height: 100%;
}
.fit-card:hover {
  transform: translateY(-4px);
  border-color: var(--accent-lt);
  box-shadow: var(--shadow-md);
}
.fit-card-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(33,107,239,0.12), rgba(93,173,253,0.06));
  border: 1px solid rgba(33,107,239,0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  margin-bottom: 20px;
}

.btn-cta:disabled { opacity: 0.5; cursor: not-allowed; }
