:root {
  --bg: #f8fafc;
  --panel: #ffffff;
  --panel-soft: #f1f5f9;
  --line: #e2e8f0;
  --text: #0f172a;
  --muted: #475569;
  --primary: #2563eb;
  --primary-dark: #1d4ed8;
  --gold: #e0a33a;
  --radius-lg: 24px;
  --radius-md: 16px;
  --shadow-lg: 0 30px 60px -30px rgba(15, 23, 42, 0.35);
  --shadow-md: 0 10px 30px -20px rgba(15, 23, 42, 0.35);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Inter", "Manrope", sans-serif;
  color: var(--text);
  background: var(--bg);
  min-height: 100vh;
}

a {
  color: inherit;
}

.container {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  position: fixed;
  top: 10px;
  left: 0;
  right: 0;
  z-index: 80;
  transition: transform 0.36s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.28s ease;
  will-change: transform;
}

.site-header.is-hidden {
  transform: translateY(-125%);
  opacity: 0.02;
  pointer-events: none;
}

.nav-shell {
  position: relative;
  height: 68px;
  border-radius: 20px;
  border: 1px solid rgba(148, 163, 184, 0.3);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 30px -20px rgba(2, 6, 23, 0.45);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0 14px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  flex-shrink: 0;
}

.brand img {
  width: 38px;
  height: 38px;
  object-fit: contain;
  display: block;
}

.brand strong {
  font-size: 0.84rem;
  letter-spacing: 0.14em;
  color: #111827;
}

.brand small {
  display: block;
  margin-top: -2px;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  color: #6b7280;
}

.nav-links {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 20px;
}

.nav-links a {
  text-decoration: none;
  color: #475569;
  font-size: 0.92rem;
  font-weight: 600;
  transition: color 0.16s ease;
}

.nav-links a:hover {
  color: #0f172a;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.btn {
  appearance: none;
  border: 1px solid transparent;
  border-radius: 12px;
  padding: 10px 14px;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.18s ease;
}

.btn-primary {
  background: linear-gradient(180deg, var(--primary) 0%, var(--primary-dark) 100%);
  color: #f8fafc;
  box-shadow: 0 12px 24px -12px rgba(37, 99, 235, 0.7);
}

.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 20px 30px -14px rgba(37, 99, 235, 0.7);
}

.btn-soft {
  border-color: #d1d5db;
  color: #0f172a;
  background: #ffffff;
}

.btn-soft:hover {
  border-color: #94a3b8;
}

.nav-toggle {
  display: none;
  margin-left: auto;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  border: 1px solid #d1d5db;
  background: #fff;
  color: #0f172a;
  font-size: 1.2rem;
}

.hero {
  position: relative;
  padding-top: 132px;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('/assets/cruip/images/stripes.svg') no-repeat center top;
  opacity: 0.8;
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  top: -140px;
  right: -140px;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.35) 0%, rgba(37, 99, 235, 0) 66%);
  filter: blur(10px);
  pointer-events: none;
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 24px;
  padding: 28px 0 66px;
}

.hero-copy,
.hero-terminal {
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow-md);
  backdrop-filter: blur(4px);
}

.hero-copy {
  padding: 34px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  border: 1px solid rgba(37, 99, 235, 0.25);
  color: #1d4ed8;
  font-size: 0.78rem;
  font-weight: 700;
  padding: 6px 12px;
  background: rgba(37, 99, 235, 0.08);
}

.hero-copy h1 {
  margin: 18px 0 0;
  font-size: clamp(2.1rem, 4.5vw, 3.6rem);
  line-height: 1.06;
  letter-spacing: -0.03em;
}

.hero-copy p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.6;
  max-width: 62ch;
}

.hero-actions {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-metrics {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.metric {
  border-radius: 12px;
  border: 1px solid var(--line);
  background: #fff;
  padding: 12px;
}

.metric strong {
  display: block;
  font-size: 1.1rem;
}

.metric span {
  color: #64748b;
  font-size: 0.8rem;
}

.hero-terminal {
  background: #0b1220;
  color: #94a3b8;
  padding: 18px;
  position: relative;
  overflow: hidden;
}

.terminal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
  color: #cbd5e1;
  font-size: 0.82rem;
}

.terminal-head::before {
  content: "";
  width: 40px;
  height: 10px;
  background: radial-gradient(circle at 5px 5px, #64748b 4px, transparent 4px) 0 0 / 16px 10px;
}

.term-line {
  display: block;
  font-family: "Roboto Mono", "Courier New", monospace;
  font-size: 0.86rem;
  line-height: 1.7;
  opacity: 0;
  animation: reveal 9s linear infinite;
}

.term-line.primary {
  color: #e2e8f0;
}

.term-line:nth-child(1) { animation-delay: 0s; }
.term-line:nth-child(2) { animation-delay: 1.2s; }
.term-line:nth-child(3) { animation-delay: 2.4s; }
.term-line:nth-child(4) { animation-delay: 3.6s; }
.term-line:nth-child(5) { animation-delay: 4.8s; }
.term-line:nth-child(6) { animation-delay: 6s; }
.term-line:nth-child(7) { animation-delay: 7.2s; }

@keyframes reveal {
  0%, 8% { opacity: 0; }
  10%, 84% { opacity: 1; }
  100% { opacity: 0; }
}

.hero-card {
  margin-top: 16px;
  border-radius: 14px;
  background: rgba(15, 23, 42, 0.75);
  border: 1px solid rgba(148, 163, 184, 0.3);
  padding: 14px;
  color: #e2e8f0;
}

.hero-card h3 {
  margin: 0;
  font-size: 0.95rem;
}

.hero-card p {
  margin: 7px 0 0;
  color: #cbd5e1;
  font-size: 0.84rem;
  line-height: 1.5;
}

.hero-calendly {
  grid-template-columns: 0.88fr 1.12fr;
  align-items: center;
  gap: 30px;
  padding: 34px 0 84px;
}

.hero-cal-copy {
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  padding: 12px 0 12px 4px;
}

.hero-cal-copy h1 {
  margin: 18px 0 0;
  font-size: clamp(2.4rem, 6vw, 4.3rem);
  line-height: 0.98;
  letter-spacing: -0.035em;
  max-width: 12ch;
}

.hero-cal-copy p {
  max-width: 50ch;
  font-size: 1.01rem;
}

.hero-auth-stack {
  margin-top: 26px;
  display: grid;
  gap: 10px;
  width: min(360px, 100%);
}

.hero-sign-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  border-radius: 12px;
  font-size: 1.02rem;
}

.hero-sign-btn-dark {
  background: #13396c;
  color: #f8fafc;
  border: 1px solid #0f2d53;
  box-shadow: 0 14px 26px -20px rgba(2, 6, 23, 0.75);
}

.hero-sign-btn-dark:hover {
  transform: translateY(-1px);
  background: #0f2d53;
}

.hero-alt-link {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
  color: #64748b;
}

.hero-alt-link a {
  color: #1d4ed8;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.hero-alt-link span {
  color: #64748b;
}

.hero-visual {
  position: relative;
  min-height: 640px;
}

.hero-blob {
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.hero-blob-purple {
  width: 420px;
  height: 220px;
  right: 80px;
  top: 6px;
  border-radius: 100px 120px 120px 100px;
  background: linear-gradient(120deg, #ad46ff 0%, #ea5cd7 100%);
  opacity: 0.9;
}

.hero-blob-blue {
  width: 640px;
  height: 360px;
  right: -70px;
  bottom: -50px;
  border-radius: 300px;
  background: linear-gradient(150deg, #4290f5 0%, #2b66e3 100%);
  opacity: 0.92;
}

.booking-window {
  position: relative;
  z-index: 3;
  width: min(660px, 100%);
  margin: 90px 0 0 30px;
  border-radius: 20px;
  border: 1px solid #dbe5f2;
  background: rgba(255, 255, 255, 0.96);
  overflow: hidden;
  box-shadow: 0 32px 70px -44px rgba(15, 23, 42, 0.7);
}

.booking-window-head {
  min-height: 84px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 24px;
  border-bottom: 1px solid #e2e8f0;
}

.booking-window-head img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.booking-window-head strong {
  display: block;
  font-size: 1.65rem;
  letter-spacing: -0.03em;
  color: #0f2f60;
}

.booking-window-head small {
  display: block;
  color: #64748b;
  font-size: 0.85rem;
}

.booking-window-body {
  display: grid;
  grid-template-columns: 1.1fr 1fr 0.8fr;
  min-height: 250px;
}

.booking-col {
  padding: 18px;
}

.booking-col + .booking-col {
  border-left: 1px solid #e2e8f0;
}

.booking-title {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 800;
  color: #0f2f60;
}

.booking-meta {
  margin: 9px 0 0;
  font-size: 0.9rem;
  color: #5f728f;
}

.booking-subtitle {
  margin: 0 0 10px;
  color: #475569;
  font-size: 0.86rem;
  font-weight: 700;
}

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

.calendar-grid span {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  border: 1px solid #d8e3f3;
  color: #506585;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: 700;
  margin: 0 auto;
}

.calendar-grid span.active {
  background: #2c6cf4;
  border-color: #2c6cf4;
  color: #fff;
}

.booking-slots {
  display: grid;
  gap: 8px;
  align-content: start;
}

.booking-slots button {
  border: 1px solid #93b2ef;
  border-radius: 8px;
  background: #fff;
  color: #1f4fc9;
  min-height: 36px;
  font-size: 0.85rem;
  font-weight: 700;
  cursor: default;
}

.booking-slots button.active {
  background: #2f6cf4;
  border-color: #2f6cf4;
  color: #fff;
}

.ea-shot {
  position: absolute;
  border-radius: 14px;
  border: 1px solid #d7e2f0;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 18px 32px -24px rgba(15, 23, 42, 0.75);
  z-index: 2;
}

.ea-shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ea-shot-main {
  right: 30px;
  bottom: 42px;
  width: 290px;
  height: 176px;
}

.ea-shot-main figcaption {
  position: absolute;
  left: 8px;
  bottom: 8px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.8);
  color: #f8fafc;
  font-size: 0.72rem;
  padding: 5px 9px;
}

.ea-shot-float {
  left: -10px;
  top: 34px;
  width: 220px;
  height: 136px;
  animation: floatShot 4.5s ease-in-out infinite;
}

@keyframes floatShot {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

.section {
  position: relative;
  padding: 78px 0;
}

.section h2 {
  margin: 0;
  font-size: clamp(1.9rem, 3vw, 2.7rem);
  letter-spacing: -0.02em;
}

.section p.section-intro {
  margin: 14px 0 0;
  max-width: 68ch;
  color: var(--muted);
  line-height: 1.6;
}

.feature-grid {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.feature-card {
  border-radius: 16px;
  border: 1px solid var(--line);
  background: #fff;
  padding: 20px;
  box-shadow: var(--shadow-md);
}

.feature-card .icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(37, 99, 235, 0.1);
  color: #1d4ed8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}

.feature-card h3 {
  margin: 14px 0 0;
  font-size: 1.05rem;
}

.feature-card p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.section-graphic {
  background: linear-gradient(180deg, #f8fbff 0%, #eef4ff 100%);
}

.section-graphic .section-intro {
  display: none;
}

.section-graphic h2 {
  max-width: 20ch;
}

.funnel-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
}

.funnel-chip {
  border-radius: 999px;
  border: 1px solid #d6e3fb;
  background: #ffffff;
  color: #315390;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 7px 12px;
}

.funnel-flow {
  position: relative;
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.funnel-flow::before {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  top: 42px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(37, 99, 235, 0.14), rgba(37, 99, 235, 0.65), rgba(37, 99, 235, 0.14));
}

.funnel-flow::after {
  content: "";
  position: absolute;
  top: 38px;
  left: 10%;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: radial-gradient(circle, #ffffff 0%, #78a8ff 40%, #2d6cf3 100%);
  box-shadow: 0 0 16px rgba(37, 99, 235, 0.7);
  animation: flowBeam 3.8s ease-in-out infinite;
}

.funnel-step {
  position: relative;
  z-index: 1;
  border-radius: 18px;
  border: 1px solid #d9e5fb;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 34px -28px rgba(15, 23, 42, 0.6);
  padding: 16px;
  min-height: 112px;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 10px;
  backdrop-filter: blur(4px);
}

.funnel-step strong {
  font-size: 0.84rem;
  color: #355487;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.funnel-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  border: 1px solid #c9daf8;
  background: linear-gradient(180deg, #f8fbff 0%, #ebf2ff 100%);
  position: relative;
  box-shadow: inset 0 -8px 16px rgba(59, 130, 246, 0.08);
}

.funnel-icon::before,
.funnel-icon::after {
  content: "";
  position: absolute;
}

.icon-essai::before {
  left: 14px;
  bottom: 15px;
  width: 8px;
  height: 14px;
  border-radius: 4px;
  background: linear-gradient(180deg, #7fa8f7 0%, #2f6cf4 100%);
  box-shadow: 12px -6px 0 #5c8ff4, 24px -12px 0 #2f6cf4;
  animation: pulseBars 2.3s ease-in-out infinite;
}

.icon-setup::before {
  left: 15px;
  top: 15px;
  width: 26px;
  height: 26px;
  border-radius: 8px;
  border: 2px dashed #2d6cf3;
  animation: spinLoop 5s linear infinite;
}

.icon-setup::after {
  left: 25px;
  top: 25px;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #2d6cf3;
}

.icon-pay::before {
  left: 13px;
  top: 17px;
  width: 30px;
  height: 20px;
  border: 2px solid #2d6cf3;
  border-radius: 6px;
}

.icon-pay::after {
  left: 19px;
  top: 24px;
  width: 18px;
  height: 6px;
  border-radius: 4px;
  background: #2d6cf3;
}

.icon-live::before {
  left: 16px;
  top: 15px;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  border: 2px solid #2d6cf3;
}

.icon-live::after {
  left: 21px;
  top: 24px;
  width: 12px;
  height: 6px;
  border-left: 2px solid #2d6cf3;
  border-bottom: 2px solid #2d6cf3;
  transform: rotate(-45deg);
}

.insight-grid {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.insight-card {
  border-radius: 18px;
  border: 1px solid #dbe6fa;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 24px 38px -30px rgba(15, 23, 42, 0.6);
  padding: 16px;
  display: grid;
  gap: 14px;
  min-height: 132px;
}

.insight-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.insight-head span {
  color: #3c557f;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.insight-head strong {
  color: #0f2f60;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: -0.03em;
}

.bars-graph {
  display: flex;
  align-items: end;
  gap: 8px;
  min-height: 62px;
}

.bars-graph span {
  width: 18%;
  border-radius: 8px 8px 3px 3px;
  background: linear-gradient(180deg, #82a8ff 0%, #2f6cf4 100%);
  transform-origin: bottom;
  animation: riseBars 2.4s ease-in-out infinite;
}

.bars-graph span:nth-child(1) { height: 34%; animation-delay: 0s; }
.bars-graph span:nth-child(2) { height: 62%; animation-delay: 0.15s; }
.bars-graph span:nth-child(3) { height: 48%; animation-delay: 0.3s; }
.bars-graph span:nth-child(4) { height: 78%; animation-delay: 0.45s; }
.bars-graph span:nth-child(5) { height: 92%; animation-delay: 0.6s; }

.sparkline {
  position: relative;
  border-radius: 999px;
  height: 8px;
  background: linear-gradient(90deg, #e5edff 0%, #d8e5ff 100%);
  overflow: hidden;
}

.sparkline::before {
  content: "";
  position: absolute;
  left: 10%;
  right: 8%;
  top: 3px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #7ca4ff 0%, #2f6cf4 100%);
}

.sparkline i {
  position: absolute;
  top: 1px;
  left: 10%;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #2f6cf4;
  box-shadow: 0 0 0 5px rgba(47, 108, 244, 0.18);
  animation: sparkMove 2.8s ease-in-out infinite;
}

.radial-wrap {
  display: flex;
  align-items: center;
  gap: 16px;
}

.radial-progress {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  position: relative;
  background: conic-gradient(#2f6cf4 0 295deg, #dce8ff 295deg 360deg);
  box-shadow: 0 16px 30px -22px rgba(47, 108, 244, 0.8);
}

.radial-progress::before {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 50%;
  background: #ffffff;
}

.radial-progress::after {
  content: "";
  position: absolute;
  inset: -5px;
  border-radius: 50%;
  border: 1px dashed rgba(47, 108, 244, 0.35);
  animation: spinLoop 8s linear infinite;
}

.radial-progress span {
  position: absolute;
  inset: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  font-weight: 800;
  color: #214685;
  z-index: 2;
}

.radial-dots {
  display: grid;
  gap: 8px;
  min-width: 74px;
}

.radial-dots span {
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, #2f6cf4 0%, #7ea8ff 100%);
  opacity: 0.28;
  animation: blinkPulse 2.2s ease-in-out infinite;
}

.radial-dots span:nth-child(2) {
  width: 80%;
  animation-delay: 0.2s;
}

.radial-dots span:nth-child(3) {
  width: 62%;
  animation-delay: 0.4s;
}

.progress-stack {
  display: grid;
  gap: 10px;
}

.progress-line {
  height: 10px;
  border-radius: 999px;
  background: #dce7ff;
  overflow: hidden;
}

.progress-line em {
  display: block;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #2f6cf4 0%, #87afff 100%);
  transform-origin: left;
  transform: scaleX(0);
  animation: fillTrack 2.6s ease-in-out infinite;
}

.progress-line:nth-child(1) em {
  width: 94%;
}

.progress-line:nth-child(2) em {
  width: 82%;
  animation-delay: 0.2s;
}

.progress-line:nth-child(3) em {
  width: 68%;
  animation-delay: 0.4s;
}

@keyframes flowBeam {
  0%,
  100% {
    left: 10%;
    opacity: 0.8;
  }

  50% {
    left: 89%;
    opacity: 1;
  }
}

@keyframes pulseBars {
  0%,
  100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}

@keyframes spinLoop {
  to { transform: rotate(360deg); }
}

@keyframes riseBars {
  0%,
  100% { transform: scaleY(0.72); opacity: 0.7; }
  50% { transform: scaleY(1); opacity: 1; }
}

@keyframes sparkMove {
  0%,
  100% { left: 10%; }
  50% { left: 88%; }
}

@keyframes blinkPulse {
  0%,
  100% { opacity: 0.24; }
  50% { opacity: 0.95; }
}

@keyframes fillTrack {
  0%,
  100% { transform: scaleX(0.15); }
  45%,
  80% { transform: scaleX(1); }
}

@media (prefers-reduced-motion: reduce) {
  .funnel-flow::after,
  .funnel-icon,
  .bars-graph span,
  .sparkline i,
  .radial-progress::after,
  .radial-dots span,
  .progress-line em,
  .icon-essai::before,
  .icon-setup::before {
    animation: none !important;
  }
}

.dark-band {
  background: #020617;
  color: #e2e8f0;
  overflow: hidden;
}

.dark-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 12% 20%, rgba(37, 99, 235, 0.3), transparent 44%),
    radial-gradient(circle at 88% 70%, rgba(14, 165, 233, 0.22), transparent 42%);
  pointer-events: none;
}

.sector-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.sector-card {
  border-radius: 16px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  background: rgba(15, 23, 42, 0.68);
  padding: 12px;
  display: grid;
  gap: 10px;
}

.sector-media {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.25);
}

.sector-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(2, 6, 23, 0) 46%, rgba(2, 6, 23, 0.35) 100%);
  pointer-events: none;
}

.sector-media img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  display: block;
}

.sector-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.sector-card h3 {
  margin: 0;
  font-size: 0.98rem;
  color: #f8fafc;
}

.sector-pill {
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.38);
  background: rgba(30, 41, 59, 0.72);
  color: #cbd5e1;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 5px 9px;
  text-transform: uppercase;
}

.pricing-section {
  background: #f7fafc;
}

.pricing-head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: end;
}

.pricing-head h2 {
  max-width: 16ch;
}

.billing-switch {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #dbe5f2;
  border-radius: 999px;
  background: #fff;
  padding: 6px;
  box-shadow: 0 12px 20px -18px rgba(15, 23, 42, 0.6);
}

.billing-option {
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #49607f;
  font-size: 0.86rem;
  font-weight: 700;
  padding: 8px 12px;
  cursor: pointer;
}

.billing-option.active {
  background: #2e6cf4;
  color: #fff;
  box-shadow: 0 10px 20px -14px rgba(46, 108, 244, 0.8);
}

.pricing-cards {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.pricing-plan {
  position: relative;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  background: #fff;
  padding: 20px;
  display: grid;
  align-content: start;
  gap: 14px;
  box-shadow: 0 18px 34px -28px rgba(15, 23, 42, 0.5);
}

.pricing-plan h3 {
  margin: 0;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: -0.03em;
}

.pricing-plan-subtitle {
  margin: 8px 0 0;
  color: #64748b;
  font-size: 0.88rem;
}

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

.pricing-plan-price strong {
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #0f2f60;
}

.plan-unit {
  color: #64748b;
  font-size: 0.92rem;
  font-weight: 700;
}

.pricing-start {
  color: #64748b;
  font-size: 0.92rem;
  font-weight: 700;
}

.plan-chip {
  margin-top: 3px;
  border-radius: 999px;
  background: #e8f0ff;
  color: #2655b7;
  font-size: 0.74rem;
  font-weight: 700;
  padding: 4px 8px;
}

.pricing-plan-btn {
  width: 100%;
  justify-content: center;
  text-align: center;
  min-height: 46px;
}

.pricing-plan-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 9px;
  color: #3c4e66;
  font-size: 0.9rem;
  line-height: 1.42;
}

.pricing-plan-list li {
  position: relative;
  padding-left: 20px;
}

.pricing-plan-list li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 0;
  color: #12417f;
  font-weight: 800;
}

.pricing-plan.recommended {
  border-color: rgba(37, 99, 235, 0.42);
  box-shadow: 0 24px 44px -30px rgba(37, 99, 235, 0.7);
}

.pricing-badge {
  position: absolute;
  top: -11px;
  right: 16px;
  border-radius: 999px;
  background: #2e6cf4;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 4px 10px;
}

.testimonials-section {
  background: linear-gradient(180deg, #f7fafc 0%, #eef4ff 100%);
}

.testimonials-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
}

.testimonials-head h2 {
  max-width: 14ch;
}

.testimonials-sectors {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.testimonials-sectors span {
  border-radius: 999px;
  border: 1px solid #d5e2fa;
  background: #fff;
  color: #3d5375;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 6px 10px;
}

.testimonials-grid {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.testimonial-card {
  border-radius: 18px;
  border: 1px solid #d9e4f8;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 20px 34px -30px rgba(15, 23, 42, 0.6);
  padding: 16px;
  display: grid;
  gap: 12px;
}

.testimonial-top {
  display: flex;
  align-items: center;
  gap: 10px;
}

.testimonial-top img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #ffffff;
  box-shadow: 0 10px 20px -16px rgba(15, 23, 42, 0.8);
}

.testimonial-top strong {
  display: block;
  font-size: 0.98rem;
  line-height: 1.2;
}

.testimonial-top small {
  display: block;
  margin-top: 2px;
  color: #64748b;
  font-size: 0.78rem;
}

.testimonial-rating {
  margin-left: auto;
  width: 58px;
  height: 12px;
  position: relative;
}

.testimonial-rating::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--gold);
  box-shadow: 12px 0 0 var(--gold), 24px 0 0 var(--gold), 36px 0 0 var(--gold), 48px 0 0 var(--gold);
}

.testimonial-card blockquote {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
  font-weight: 600;
  color: #1e293b;
}

.testimonial-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.testimonial-meta span {
  border-radius: 999px;
  border: 1px solid #d7e5ff;
  background: #f3f8ff;
  color: #2f4f7f;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  padding: 5px 10px;
}

.testimonial-meta span.tag {
  border-color: #cfd9f5;
  background: #eef2ff;
  color: #334d8f;
}

.cta-card {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.28);
  background: #0b1220;
  padding: 48px 30px;
  text-align: center;
  box-shadow: var(--shadow-lg);
}

.cta-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('/assets/cruip/images/stripes-dark.svg') no-repeat center top;
  opacity: 0.55;
  pointer-events: none;
}

.cta-card::after {
  content: "";
  position: absolute;
  width: 420px;
  height: 220px;
  border-radius: 50%;
  left: 50%;
  bottom: -130px;
  transform: translateX(-50%);
  border: 16px solid rgba(37, 99, 235, 0.75);
  filter: blur(42px);
  pointer-events: none;
}

.cta-card h2,
.cta-card p,
.cta-card .hero-actions {
  position: relative;
  z-index: 1;
}

.cta-card h2 {
  color: #f8fafc;
}

.cta-card p {
  color: #cbd5e1;
  margin: 14px auto 0;
  max-width: 56ch;
}

.cta-card .hero-actions {
  justify-content: center;
  margin-top: 22px;
}

.footer {
  padding: 40px 0 56px;
}

.footer-grid {
  border-top: 1px solid var(--line);
  padding-top: 24px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: center;
}

.footer small {
  color: #64748b;
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer-links a {
  color: #475569;
  text-decoration: none;
  font-size: 0.9rem;
}

.footer-links a:hover {
  color: #0f172a;
}

@media (max-width: 1020px) {
  .hero-grid,
  .feature-grid {
    grid-template-columns: 1fr;
  }

  .sector-grid,
  .testimonials-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .funnel-flow,
  .flow-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .funnel-flow::before,
  .funnel-flow::after,
  .flow-track::before {
    display: none;
  }

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

  .pricing-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .pricing-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-copy {
    padding: 24px;
  }

  .hero-cal-copy {
    padding: 12px 0;
  }

  .hero-visual {
    min-height: 560px;
  }

  .booking-window {
    margin: 36px auto 0;
  }

  .ea-shot-main {
    right: 10px;
    bottom: 26px;
  }

  .ea-shot-float {
    left: 20px;
    top: 12px;
  }
}

@media (max-width: 840px) {
  .site-header {
    top: 0;
  }

  .nav-shell {
    border-radius: 0;
    border-left: 0;
    border-right: 0;
  }

  .nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .nav-links {
    position: absolute;
    left: 8px;
    right: 8px;
    top: calc(100% + 8px);
    border-radius: 14px;
    border: 1px solid #d1d5db;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--shadow-md);
    padding: 10px;
    flex-direction: column;
    align-items: stretch;
    display: none;
    gap: 4px;
  }

  .nav-links.open {
    display: grid;
  }

  .nav-links a {
    padding: 10px;
    border-radius: 10px;
  }

  .nav-links a:hover {
    background: #f1f5f9;
  }

  .nav-actions {
    display: none;
  }

  .hero {
    padding-top: 82px;
  }

  .hero-cal-copy h1 {
    max-width: none;
    font-size: clamp(2rem, 11vw, 3.2rem);
  }

  .hero-visual {
    min-height: 500px;
  }

  .booking-window-body {
    grid-template-columns: 1fr;
  }

  .booking-col + .booking-col {
    border-left: 0;
    border-top: 1px solid #e2e8f0;
  }

  .hero-blob-purple {
    right: 20px;
    width: 300px;
    height: 170px;
  }

  .hero-blob-blue {
    width: 460px;
    height: 260px;
    right: -70px;
    bottom: -20px;
  }

  .ea-shot-main,
  .ea-shot-float {
    display: none;
  }

  .hero-metrics {
    grid-template-columns: 1fr;
  }

  .funnel-head {
    align-items: center;
  }

  .funnel-flow,
  .flow-track {
    grid-template-columns: 1fr;
  }

  .insight-grid {
    grid-template-columns: 1fr;
  }

  .sector-grid,
  .testimonials-grid {
    grid-template-columns: 1fr;
  }

  .pricing-cards {
    grid-template-columns: 1fr;
  }

  .billing-switch {
    width: 100%;
    justify-content: space-between;
  }

  .billing-option {
    flex: 1;
    text-align: center;
  }

  .testimonials-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .testimonials-sectors {
    justify-content: flex-start;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-links {
    justify-content: center;
    flex-wrap: wrap;
  }
}
