.elementor-kit-5{--e-global-color-c6be617:#252525;--e-global-color-bbe0eda:#000000;--e-global-color-e17b1d3:#0F172A;--e-global-typography-e843753-font-family:"PP Neue Montreal";--e-global-typography-2fc74bc-font-family:"Proxima Nova";color:var( --e-global-color-c6be617 );font-family:"Inter", Sans-serif;font-size:16px;font-weight:400;line-height:1.5;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{background-color:#0F172A;font-family:"Inter", Sans-serif;font-size:16px;font-weight:bold;border-radius:200px 200px 200px 200px;padding:22px 36px 22px 36px;}.elementor-kit-5 button:hover,.elementor-kit-5 button:focus,.elementor-kit-5 input[type="button"]:hover,.elementor-kit-5 input[type="button"]:focus,.elementor-kit-5 input[type="submit"]:hover,.elementor-kit-5 input[type="submit"]:focus,.elementor-kit-5 .elementor-button:hover,.elementor-kit-5 .elementor-button:focus{background-color:#11327B;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 h1{color:var( --e-global-color-c6be617 );font-family:"PP Neue Montreal", Sans-serif;font-size:65px;font-weight:700;line-height:1.15;}.elementor-kit-5 h2{color:var( --e-global-color-c6be617 );font-family:"Proxima Nova", Sans-serif;font-size:55px;font-weight:600;line-height:1.3;}.elementor-kit-5 h3{color:var( --e-global-color-c6be617 );font-family:"Proxima Nova", Sans-serif;font-size:48px;font-weight:600;line-height:1.56;}.elementor-kit-5 h4{color:var( --e-global-color-c6be617 );font-family:"Proxima Nova", Sans-serif;font-size:35px;font-weight:600;line-height:1.3;}.elementor-kit-5 h5{color:var( --e-global-color-c6be617 );font-family:"Proxima Nova", Sans-serif;font-size:22px;font-weight:bold;line-height:1.36;}.elementor-kit-5 h6{color:var( --e-global-color-c6be617 );font-family:"Proxima Nova", Sans-serif;font-size:16px;font-weight:600;line-height:1.3;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1190px;}.e-con{--container-max-width:1190px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-5 h1{font-size:50px;}.elementor-kit-5 h2{font-size:40px;}.elementor-kit-5 h3{font-size:30px;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{font-size:14px;padding:18px 22px 18px 22px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{font-size:12px;padding:14px 16px 14px 16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ============================================
   ELEV8 HEALTH HOMEPAGE — CSS
   ============================================
   WHERE TO PASTE THIS:
   Option A: Appearance → Customize → Additional CSS
   Option B: Elementor → Site Settings → Custom CSS
   ============================================ */

/* Google Font — also add this URL to your theme's <head> or use
   Elementor → Site Settings → Custom Fonts if available:
   https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&family=DM+Serif+Display:ital@0;1&display=swap
*/

/* === VARIABLES === */
:root {
  --glacial: #0C4A6E;
  --cyan: #06B6D4;
  --electric: #2563EB;
  --navy: #0F172A;
  --ice: #F8FAFC;
  --slate: #64748B;
  --cyan-glow: rgba(6, 182, 212, 0.15);
}

/* === BASE === */
.elev8-home {
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: #1E293B;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

/* === HERO === */
.elev8-hero {
  position: relative;
  min-height: 90vh;
  display: flex;
  align-items: center;
  padding: 100px 48px;
  background: var(--navy);
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.hero-bg::before {
  content: '';
  position: absolute;
  top: -30%;
  right: -10%;
  width: 900px;
  height: 900px;
  background: radial-gradient(circle, rgba(6, 182, 212, 0.12) 0%, transparent 70%);
  animation: pulse-glow 8s ease-in-out infinite;
}

.hero-bg::after {
  content: '';
  position: absolute;
  bottom: -20%;
  left: -10%;
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.08) 0%, transparent 70%);
  animation: pulse-glow 8s ease-in-out 4s infinite;
}

@keyframes pulse-glow {
  0%, 100% { transform: scale(1); opacity: 0.6; }
  50% { transform: scale(1.1); opacity: 1; }
}

.hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(6, 182, 212, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(6, 182, 212, 0.04) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse 80% 80% at 60% 40%, black 20%, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse 80% 80% at 60% 40%, black 20%, transparent 70%);
}

.hero-content {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.hero-left {
  animation: hero-enter 1s ease-out;
}

@keyframes hero-enter {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: rgba(6, 182, 212, 0.1);
  border: 1px solid rgba(6, 182, 212, 0.2);
  border-radius: 100px;
  font-size: 13px;
  color: var(--cyan);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 28px;
}

.hero-badge .pulse {
  width: 8px;
  height: 8px;
  background: var(--cyan);
  border-radius: 50%;
  animation: badge-pulse 2s ease-in-out infinite;
}

@keyframes badge-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}

.elev8-hero h1 {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(42px, 5vw, 64px) !important;
  color: #FFFFFF !important;
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
}

.elev8-hero h1 em {
  font-style: italic;
  background: linear-gradient(135deg, var(--cyan), #38BDF8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-sub {
  font-size: 18px;
  color: #94A3B8;
  line-height: 1.7;
  max-width: 520px;
  margin-bottom: 40px;
}

.hero-actions {
  display: flex;
  gap: 16px;
  align-items: center;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 32px;
  background: linear-gradient(135deg, var(--cyan), var(--electric));
  color: white;
  border: none;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(6, 182, 212, 0.3);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(6, 182, 212, 0.45);
  color: white;
}

.btn-primary .arrow { transition: transform 0.3s ease; }
.btn-primary:hover .arrow { transform: translateX(4px); }

.btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 28px;
  background: transparent;
  color: #CBD5E1;
  border: 1px solid rgba(148, 163, 184, 0.25);
  border-radius: 12px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-secondary:hover {
  border-color: var(--cyan);
  color: var(--cyan);
  background: rgba(6, 182, 212, 0.05);
}

/* === PORTAL PREVIEW (Hero Right) === */
.hero-right {
  position: relative;
  animation: hero-enter 1s ease-out 0.3s both;
}

.portal-preview {
  position: relative;
  background: rgba(15, 23, 42, 0.6);
  border: 1px solid rgba(6, 182, 212, 0.15);
  border-radius: 20px;
  padding: 24px;
  backdrop-filter: blur(20px);
  box-shadow: 0 0 80px rgba(6, 182, 212, 0.08), 0 32px 64px rgba(0, 0, 0, 0.3);
  margin-bottom: 120px;
}

.portal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(148, 163, 184, 0.1);
}

.portal-header-left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.portal-dot { width: 10px; height: 10px; border-radius: 50%; }
.portal-dot.green { background: #22C55E; }
.portal-dot.yellow { background: #EAB308; }
.portal-dot.red { background: #EF4444; }

.portal-title { font-size: 13px; color: #94A3B8; font-weight: 500; }

.portal-label {
  font-size: 11px;
  color: var(--cyan);
  background: rgba(6, 182, 212, 0.1);
  padding: 4px 10px;
  border-radius: 100px;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.portal-stats {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px;
  margin-bottom: 20px;
}

.portal-stat {
  background: rgba(6, 182, 212, 0.05);
  border: 1px solid rgba(6, 182, 212, 0.1);
  border-radius: 12px;
  padding: 16px;
  text-align: center;
}

.portal-stat-value {
  font-size: 28px;
  font-weight: 800;
  color: var(--cyan);
  letter-spacing: -0.02em;
}

.portal-stat-label {
  font-size: 11px;
  color: #64748B;
  margin-top: 4px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.portal-cases { display: flex; flex-direction: column; gap: 8px; }

.portal-case {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  background: rgba(248, 250, 252, 0.03);
  border-radius: 10px;
  border: 1px solid rgba(148, 163, 184, 0.06);
  transition: background 0.2s ease;
}

.portal-case:hover { background: rgba(6, 182, 212, 0.04); }

.case-info { display: flex; align-items: center; gap: 12px; }

.case-type { width: 8px; height: 8px; border-radius: 50%; }
.case-type.auth { background: var(--cyan); }
.case-type.appeal { background: #F59E0B; }
.case-type.bv { background: #8B5CF6; }

.case-name { font-size: 13px; color: #E2E8F0; font-weight: 500; }
.case-device { font-size: 11px; color: #64748B; }

.case-status { font-size: 11px; font-weight: 600; padding: 4px 10px; border-radius: 100px; }
.status-approved { background: rgba(34, 197, 94, 0.1); color: #22C55E; }
.status-pending { background: rgba(6, 182, 212, 0.1); color: var(--cyan); }
.status-review { background: rgba(245, 158, 11, 0.1); color: #F59E0B; }

/* Chat overlay */
.portal-chat {
  position: absolute;
  bottom: -60px;
  right: -40px;
  width: 300px;
  background: rgba(15, 23, 42, 0.95);
  border: 1px solid rgba(6, 182, 212, 0.2);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.4);
  animation: hero-enter 1s ease-out 0.6s both;
}

.chat-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  background: rgba(6, 182, 212, 0.08);
  border-bottom: 1px solid rgba(6, 182, 212, 0.1);
}

.chat-header-left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.chat-icon {
  font-size: 16px;
}

.chat-header-title {
  font-size: 12px;
  font-weight: 700;
  color: #E2E8F0;
}

.chat-header-case {
  font-size: 10px;
  color: #64748B;
}

.chat-online {
  font-size: 10px;
  color: #22C55E;
  font-weight: 600;
}

.chat-messages {
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-height: 220px;
  overflow: hidden;
}

.chat-msg {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}

.chat-msg-you {
  justify-content: flex-end;
}

.chat-avatar {
  width: 24px;
  height: 24px;
  min-width: 24px;
  background: linear-gradient(135deg, var(--cyan), var(--electric));
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 8px;
  font-weight: 800;
  color: white;
}

.chat-bubble {
  padding: 8px 12px;
  border-radius: 10px;
  font-size: 11px;
  line-height: 1.5;
  max-width: 210px;
}

.chat-bubble-them {
  background: rgba(248, 250, 252, 0.05);
  border: 1px solid rgba(148, 163, 184, 0.08);
  color: #CBD5E1;
  border-top-left-radius: 2px;
}

.chat-bubble-you {
  background: rgba(6, 182, 212, 0.12);
  border: 1px solid rgba(6, 182, 212, 0.15);
  color: #E2E8F0;
  border-top-right-radius: 2px;
}

.chat-sender {
  font-size: 9px;
  font-weight: 700;
  color: var(--cyan);
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.chat-time {
  font-size: 9px;
  color: #475569;
  margin-top: 4px;
  text-align: right;
}

.chat-input {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-top: 1px solid rgba(148, 163, 184, 0.08);
}

.chat-input-field {
  flex: 1;
  font-size: 11px;
  color: #475569;
  padding: 8px 12px;
  background: rgba(248, 250, 252, 0.03);
  border: 1px solid rgba(148, 163, 184, 0.08);
  border-radius: 8px;
}

.chat-send-btn {
  width: 32px;
  height: 32px;
  background: linear-gradient(135deg, var(--cyan), var(--electric));
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  cursor: pointer;
}

/* === TRUST BAR === */
.elev8-trust {
  padding: 48px;
  background: var(--navy);
  border-top: 1px solid rgba(6, 182, 212, 0.06);
}

.trust-inner { max-width: 1280px; margin: 0 auto; text-align: center; }

.trust-label {
  font-size: 12px; color: #64748B; text-transform: uppercase;
  letter-spacing: 0.1em; font-weight: 600; margin-bottom: 28px;
}

.trust-logos {
  display: flex; align-items: center; justify-content: center;
  gap: 56px; flex-wrap: wrap;
}

.trust-item {
  font-size: 14px; color: #475569; font-weight: 600;
  display: flex; align-items: center; gap: 10px;
  transition: color 0.3s ease;
}

.trust-item:hover { color: #94A3B8; }
.trust-shield { width: 20px; height: 20px; display: flex; align-items: center; justify-content: center; }

/* === VALUE PROPS === */
.elev8-values {
  padding: 120px 48px;
  background: var(--ice);
  position: relative;
}

.elev8-values::before {
  content: '';
  position: absolute;
  top: 0; left: 50%; transform: translateX(-50%);
  width: 1px; height: 80px;
  background: linear-gradient(to bottom, var(--cyan), transparent);
}

.section-header { text-align: center; max-width: 640px; margin: 0 auto 72px; }

.section-tag {
  font-size: 12px; color: var(--cyan); text-transform: uppercase;
  letter-spacing: 0.12em; font-weight: 700; margin-bottom: 16px;
}

.section-title {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(32px, 3.5vw, 44px);
  color: var(--navy); line-height: 1.15;
  letter-spacing: -0.02em; margin-bottom: 16px;
}

.section-sub { font-size: 17px; color: var(--slate); line-height: 1.7; }

.value-grid {
  max-width: 1280px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px;
}

.value-card {
  background: white; border-radius: 20px; padding: 40px 32px;
  border: 1px solid #E2E8F0; transition: all 0.4s ease;
  position: relative; overflow: hidden;
}

.value-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--cyan), var(--electric));
  opacity: 0; transition: opacity 0.4s ease;
}

.value-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 48px rgba(12, 74, 110, 0.08);
  border-color: rgba(6, 182, 212, 0.2);
}

.value-card:hover::before { opacity: 1; }

.value-icon {
  width: 56px; height: 56px;
  background: linear-gradient(135deg, rgba(6, 182, 212, 0.1), rgba(37, 99, 235, 0.08));
  border-radius: 14px; display: flex; align-items: center;
  justify-content: center; margin-bottom: 24px; font-size: 24px;
}

.value-card h3 {
  font-size: 19px; font-weight: 700; color: var(--navy);
  margin-bottom: 12px; letter-spacing: -0.01em;
}

.value-card p { font-size: 15px; color: var(--slate); line-height: 1.7; }

/* === PLATFORM SECTION === */
.elev8-platform {
  padding: 120px 48px;
  background: var(--navy);
  position: relative; overflow: hidden;
}

.elev8-platform::before {
  content: ''; position: absolute; top: 0; right: 0;
  width: 50%; height: 100%;
  background: radial-gradient(ellipse at 80% 50%, rgba(6, 182, 212, 0.06) 0%, transparent 60%);
}

.platform-inner {
  max-width: 1280px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 80px; align-items: center; position: relative;
}

.platform-left .section-tag { text-align: left; }
.platform-left .section-title { color: #F8FAFC; text-align: left; }
.platform-left .section-sub { color: #94A3B8; text-align: left; margin-bottom: 40px; }

.platform-features { display: flex; flex-direction: column; gap: 20px; }

.platform-feature { display: flex; gap: 16px; align-items: flex-start; }

.pf-icon {
  width: 40px; height: 40px; min-width: 40px; border-radius: 10px;
  background: rgba(6, 182, 212, 0.1); border: 1px solid rgba(6, 182, 212, 0.15);
  display: flex; align-items: center; justify-content: center; font-size: 18px;
}

.pf-text h4 { font-size: 15px; font-weight: 700; color: #E2E8F0; margin-bottom: 4px; }
.pf-text p { font-size: 14px; color: #64748B; line-height: 1.6; }

/* Workflow */
.workflow-container {
  background: rgba(15, 23, 42, 0.5);
  border: 1px solid rgba(6, 182, 212, 0.12);
  border-radius: 24px; padding: 36px; backdrop-filter: blur(12px);
}

.workflow-title {
  font-size: 12px; color: var(--cyan); text-transform: uppercase;
  letter-spacing: 0.1em; font-weight: 700; margin-bottom: 28px;
}

.workflow-steps { display: flex; flex-direction: column; gap: 16px; }

.workflow-step {
  display: flex; align-items: center; gap: 16px;
  padding: 16px 20px; background: rgba(248, 250, 252, 0.03);
  border: 1px solid rgba(148, 163, 184, 0.06);
  border-radius: 14px; transition: all 0.3s ease;
}

.workflow-step:hover {
  background: rgba(6, 182, 212, 0.04);
  border-color: rgba(6, 182, 212, 0.15);
}

.step-num {
  width: 32px; height: 32px; min-width: 32px;
  background: linear-gradient(135deg, var(--cyan), var(--electric));
  border-radius: 8px; display: flex; align-items: center;
  justify-content: center; font-size: 14px; font-weight: 800; color: white;
}

.step-content h5 { font-size: 14px; color: #E2E8F0; font-weight: 600; margin-bottom: 2px; }
.step-content p { font-size: 12px; color: #64748B; }

.workflow-connector {
  width: 2px; height: 12px;
  background: rgba(6, 182, 212, 0.2); margin-left: 35px;
}

/* === STATS === */
.elev8-stats {
  padding: 80px 48px;
  background: linear-gradient(135deg, var(--glacial), var(--navy));
  position: relative; overflow: hidden;
}

.elev8-stats::before {
  content: ''; position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(6, 182, 212, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(6, 182, 212, 0.05) 1px, transparent 1px);
  background-size: 48px 48px;
}

.stats-inner {
  max-width: 1280px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 40px; position: relative;
}

.stat-item { text-align: center; }

.stat-value {
  font-family: 'DM Serif Display', serif;
  font-size: 52px; color: var(--cyan); line-height: 1; margin-bottom: 8px;
}

.stat-label { font-size: 14px; color: #94A3B8; font-weight: 500; }

/* === ABOUT === */
.elev8-about {
  padding: 120px 48px;
  background: white;
}

.about-inner {
  max-width: 1280px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 80px; align-items: center;
}

.about-values {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 20px; margin-top: 36px;
}

.about-value {
  padding: 24px; background: var(--ice); border-radius: 16px;
  border: 1px solid #E2E8F0; transition: all 0.3s ease;
}

.about-value:hover {
  border-color: rgba(6, 182, 212, 0.3);
  box-shadow: 0 8px 24px rgba(12, 74, 110, 0.06);
}

.about-value-icon { font-size: 24px; margin-bottom: 12px; }
.about-value h4 { font-size: 15px; font-weight: 700; color: var(--navy); margin-bottom: 6px; }
.about-value p { font-size: 13px; color: var(--slate); line-height: 1.6; }

/* Device showcase */
.device-showcase {
  background: var(--ice); border-radius: 24px; padding: 40px;
  border: 1px solid #E2E8F0;
}

.device-showcase-title {
  font-size: 12px; color: var(--cyan); text-transform: uppercase;
  letter-spacing: 0.1em; font-weight: 700; margin-bottom: 28px;
}

.device-list { display: flex; flex-direction: column; gap: 14px; }

.device-item {
  display: flex; align-items: center; gap: 14px;
  padding: 16px 20px; background: white; border-radius: 12px;
  border: 1px solid #E2E8F0; transition: all 0.3s ease;
}

.device-item:hover { border-color: rgba(6, 182, 212, 0.3); transform: translateX(4px); }

.device-icon {
  width: 40px; height: 40px;
  background: linear-gradient(135deg, rgba(6, 182, 212, 0.1), rgba(37, 99, 235, 0.06));
  border-radius: 10px; display: flex; align-items: center;
  justify-content: center; font-size: 18px;
}

.device-item h4 { font-size: 14px; font-weight: 700; color: var(--navy); margin-bottom: 2px; }
.device-item p { font-size: 12px; color: var(--slate); }

/* === CTA === */
.elev8-cta {
  padding: 120px 48px;
  background: var(--ice);
}

.cta-card {
  max-width: 960px; margin: 0 auto;
  background: var(--navy); border-radius: 32px; padding: 80px 64px;
  text-align: center; position: relative; overflow: hidden;
  box-shadow: 0 32px 80px rgba(15, 23, 42, 0.2);
}

.cta-card::before {
  content: ''; position: absolute; top: -50%; left: -50%;
  width: 200%; height: 200%;
  background: radial-gradient(circle at 30% 30%, rgba(6, 182, 212, 0.1) 0%, transparent 50%),
              radial-gradient(circle at 70% 70%, rgba(37, 99, 235, 0.06) 0%, transparent 50%);
}

.cta-card > * { position: relative; }

.cta-card .section-title { color: #F8FAFC; margin-bottom: 16px; }
.cta-card .section-sub { color: #94A3B8; max-width: 500px; margin: 0 auto 40px; }

.cta-actions { display: flex; gap: 16px; justify-content: center; }

/* === CONTACT PAGE === */
.elev8-contact {
  position: relative;
  overflow: hidden;
}

.contact-top {
  padding: 100px 48px 80px;
  background: var(--navy);
  text-align: center;
  position: relative;
}

.contact-top::before {
  content: '';
  position: absolute;
  top: -20%;
  right: -10%;
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(6, 182, 212, 0.08) 0%, transparent 70%);
}

.contact-top::after {
  content: '';
  position: absolute;
  bottom: -20%;
  left: -10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.05) 0%, transparent 70%);
}

.contact-top .section-tag,
.contact-top .section-title,
.contact-top .section-sub {
  position: relative;
}

.contact-top .section-title {
  color: #F8FAFC;
}

.contact-top .section-sub {
  color: #94A3B8;
  max-width: 500px;
  margin: 0 auto;
}

.contact-bottom {
  padding: 0 48px 120px;
  background: var(--ice);
}

.contact-form-wrap {
  max-width: 640px;
  margin: -48px auto 0;
  background: white;
  border: 1px solid #E2E8F0;
  border-radius: 24px;
  padding: 48px;
  position: relative;
  box-shadow: 0 20px 48px rgba(12, 74, 110, 0.08);
}

/* Style the HubSpot form inputs to match the Elev8 theme */
.contact-form-wrap .hs-form-field label {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: var(--navy);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
}

.contact-form-wrap .hs-input {
  font-family: 'Plus Jakarta Sans', sans-serif;
  width: 100% !important;
  padding: 14px 16px;
  background: var(--ice);
  border: 1px solid #E2E8F0;
  border-radius: 10px;
  color: var(--navy);
  font-size: 15px;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.contact-form-wrap .hs-input:focus {
  outline: none;
  border-color: var(--cyan);
  box-shadow: 0 0 0 3px rgba(6, 182, 212, 0.1);
  background: white;
}

.contact-form-wrap .hs-input::placeholder {
  color: #94A3B8;
}

.contact-form-wrap select.hs-input {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2364748B' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-color: var(--ice);
  padding-right: 40px;
}

.contact-form-wrap textarea.hs-input {
  min-height: 120px;
  resize: vertical;
}

.contact-form-wrap .hs-form-field {
  margin-bottom: 20px;
}

.contact-form-wrap .hs-submit {
  margin-top: 8px;
}

.contact-form-wrap .hs-button {
  font-family: 'Plus Jakarta Sans', sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 16px 32px;
  background: linear-gradient(135deg, var(--cyan), var(--electric));
  color: white;
  border: none;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(6, 182, 212, 0.3);
}

.contact-form-wrap .hs-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(6, 182, 212, 0.45);
}

/* HubSpot error states */
.contact-form-wrap .hs-error-msgs {
  list-style: none;
  padding: 0;
  margin: 6px 0 0;
}

.contact-form-wrap .hs-error-msgs li label {
  font-size: 12px !important;
  color: #EF4444 !important;
  text-transform: none !important;
  letter-spacing: normal !important;
}

.contact-form-wrap .hs-input.error {
  border-color: #EF4444;
}

/* HubSpot success message */
.contact-form-wrap .submitted-message {
  text-align: center;
  color: var(--navy);
  font-size: 17px;
  padding: 40px 0;
  line-height: 1.7;
}

@media (max-width: 768px) {
  .contact-top { padding: 80px 24px 64px; }
  .contact-bottom { padding: 0 24px 80px; }
  .contact-form-wrap { padding: 28px; }
}

/* === ABOUT PAGE: HERO === */
.about-hero {
  padding: 100px 48px 80px;
  background: var(--navy);
  position: relative;
  overflow: hidden;
  text-align: center;
}

.about-hero::before {
  content: '';
  position: absolute;
  top: -20%;
  right: -10%;
  width: 800px;
  height: 800px;
  background: radial-gradient(circle, rgba(6, 182, 212, 0.1) 0%, transparent 70%);
}

.about-hero::after {
  content: '';
  position: absolute;
  bottom: -30%;
  left: -10%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.06) 0%, transparent 70%);
}

.about-hero-inner {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}

.about-hero-title {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(36px, 4.5vw, 56px) !important;
  color: #FFFFFF !important;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
}

.about-hero-title em {
  font-style: italic;
  background: linear-gradient(135deg, var(--cyan), #38BDF8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.about-hero-sub {
  font-size: 18px;
  color: #94A3B8;
  line-height: 1.8;
  max-width: 640px;
  margin: 0 auto;
}

/* === ABOUT PAGE: CORE VALUES === */
.about-core-values {
  padding: 120px 48px;
  background: var(--ice);
  position: relative;
}

.about-core-values::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 80px;
  background: linear-gradient(to bottom, var(--cyan), transparent);
}

.core-values-grid {
  max-width: 960px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.core-value-card {
  background: white;
  border-radius: 20px;
  padding: 36px;
  border: 1px solid #E2E8F0;
  display: flex;
  gap: 24px;
  align-items: flex-start;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.core-value-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: linear-gradient(to bottom, var(--cyan), var(--electric));
  opacity: 0;
  transition: opacity 0.4s ease;
}

.core-value-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 48px rgba(12, 74, 110, 0.08);
  border-color: rgba(6, 182, 212, 0.2);
}

.core-value-card:hover::before {
  opacity: 1;
}

.core-value-number {
  font-family: 'DM Serif Display', serif;
  font-size: 36px;
  color: rgba(6, 182, 212, 0.2);
  line-height: 1;
  min-width: 48px;
}

.core-value-content h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 8px;
  letter-spacing: -0.01em;
}

.core-value-content p {
  font-size: 14px;
  color: var(--slate);
  line-height: 1.7;
}

/* === ABOUT PAGE: TEAM === */
.about-team {
  padding: 120px 48px;
  background: white;
}

.team-grid {
  max-width: 960px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.team-card {
  background: var(--ice);
  border-radius: 20px;
  padding: 32px;
  border: 1px solid #E2E8F0;
  text-align: center;
  position: relative;
  transition: all 0.4s ease;
}

.team-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 48px rgba(12, 74, 110, 0.08);
  border-color: rgba(6, 182, 212, 0.2);
}

.team-photo {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 24px;
  border: 3px solid rgba(6, 182, 212, 0.15);
  transition: border-color 0.3s ease;
}

.team-card:hover .team-photo {
  border-color: var(--cyan);
}

.team-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-info h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 4px;
}

.team-role {
  font-size: 13px;
  color: var(--cyan);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.team-linkedin {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: rgba(6, 182, 212, 0.08);
  border: 1px solid rgba(6, 182, 212, 0.12);
  border-radius: 8px;
  color: #94A3B8;
  text-decoration: none;
  margin-top: 16px;
  transition: all 0.25s ease;
}

.team-linkedin:hover {
  background: rgba(6, 182, 212, 0.15);
  border-color: rgba(6, 182, 212, 0.3);
  color: var(--cyan);
  transform: translateY(-2px);
}

/* About page responsive */
@media (max-width: 1024px) {
  .core-values-grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .about-hero { padding: 80px 24px 64px; }
  .about-core-values { padding: 80px 24px; }
  .about-team { padding: 80px 24px; }
  .team-grid { grid-template-columns: 1fr; max-width: 360px; }
  .core-value-card { padding: 28px; }
}

/* === PLATFORM PAGE: HERO === */
.platform-hero {
  padding: 100px 48px 80px;
  background: var(--navy);
  position: relative;
  overflow: hidden;
  text-align: center;
}

.platform-hero::before {
  content: '';
  position: absolute;
  top: -20%;
  right: -10%;
  width: 800px;
  height: 800px;
  background: radial-gradient(circle, rgba(6, 182, 212, 0.1) 0%, transparent 70%);
}

.platform-hero-inner {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}

.platform-hero-title {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(36px, 4.5vw, 56px) !important;
  color: #FFFFFF !important;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
}

.platform-hero-title em {
  font-style: italic;
  background: linear-gradient(135deg, var(--cyan), #38BDF8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.platform-hero-sub {
  font-size: 18px;
  color: #94A3B8;
  line-height: 1.8;
  max-width: 640px;
  margin: 0 auto 40px;
}

.platform-hero .hero-actions {
  justify-content: center;
}

/* === PLATFORM PAGE: FEATURES === */
.platform-features-section {
  padding: 120px 48px;
  background: var(--ice);
  position: relative;
}

.platform-features-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 80px;
  background: linear-gradient(to bottom, var(--cyan), transparent);
}

.pf-grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.pf-card {
  background: white;
  border-radius: 20px;
  padding: 36px 28px;
  border: 1px solid #E2E8F0;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.pf-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--cyan), var(--electric));
  opacity: 0;
  transition: opacity 0.4s ease;
}

.pf-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 48px rgba(12, 74, 110, 0.08);
  border-color: rgba(6, 182, 212, 0.2);
}

.pf-card:hover::before { opacity: 1; }

.pf-card-icon {
  width: 52px;
  height: 52px;
  background: linear-gradient(135deg, rgba(6, 182, 212, 0.1), rgba(37, 99, 235, 0.08));
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 22px;
}

.pf-card h3 {
  font-size: 17px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 10px;
  letter-spacing: -0.01em;
}

.pf-card p {
  font-size: 14px;
  color: var(--slate);
  line-height: 1.7;
}

/* === PLATFORM PAGE: THE PROBLEM === */
.platform-problem {
  padding: 120px 48px;
  background: var(--navy);
  position: relative;
  overflow: hidden;
}

.platform-problem::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: radial-gradient(ellipse at 20% 50%, rgba(6, 182, 212, 0.06) 0%, transparent 60%);
}

.platform-problem-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  position: relative;
}

.problem-items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.problem-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.problem-icon {
  width: 44px;
  height: 44px;
  min-width: 44px;
  background: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.15);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.problem-item h4 {
  font-size: 15px;
  font-weight: 700;
  color: #E2E8F0;
  margin-bottom: 4px;
}

.problem-item p {
  font-size: 14px;
  color: #64748B;
  line-height: 1.6;
}

/* Action log mockup */
.action-log-mock {
  background: rgba(15, 23, 42, 0.6);
  border: 1px solid rgba(6, 182, 212, 0.15);
  border-radius: 20px;
  overflow: hidden;
  backdrop-filter: blur(20px);
  box-shadow: 0 0 80px rgba(6, 182, 212, 0.08), 0 32px 64px rgba(0, 0, 0, 0.3);
}

.action-log-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  border-bottom: 1px solid rgba(148, 163, 184, 0.1);
}

.action-log-header-left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.action-log-title {
  font-size: 13px;
  color: #94A3B8;
  font-weight: 500;
}

.action-log-entries {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-height: 520px;
  overflow: hidden;
}

.action-log-entry {
  background: rgba(248, 250, 252, 0.03);
  border: 1px solid rgba(148, 163, 184, 0.06);
  border-radius: 14px;
  padding: 16px 20px;
  transition: background 0.2s ease;
}

.action-log-entry:hover {
  background: rgba(6, 182, 212, 0.03);
}

.action-log-entry-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4px;
}

.action-log-type {
  font-size: 10px;
  font-weight: 700;
  color: #94A3B8;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.action-log-date {
  font-size: 11px;
  color: #64748B;
}

.action-log-payer {
  font-size: 13px;
  font-weight: 600;
  color: #E2E8F0;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(148, 163, 184, 0.08);
}

.action-log-details {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.action-log-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.action-log-label {
  font-size: 11px;
  font-weight: 600;
  color: #64748B;
  min-width: 80px;
  padding-top: 2px;
}

.action-log-method {
  font-size: 10px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 6px;
  letter-spacing: 0.04em;
}

.method-portal {
  background: rgba(6, 182, 212, 0.15);
  color: #06B6D4;
}

.method-phone {
  background: rgba(34, 197, 94, 0.15);
  color: #22C55E;
}

.method-fax {
  background: rgba(37, 99, 235, 0.15);
  color: #60A5FA;
}

.action-log-tag {
  font-size: 11px;
  color: #94A3B8;
  background: rgba(148, 163, 184, 0.08);
  border: 1px solid rgba(148, 163, 184, 0.1);
  padding: 3px 10px;
  border-radius: 6px;
  font-weight: 500;
}

.action-log-notes {
  font-size: 12px;
  color: #CBD5E1;
  line-height: 1.5;
}

/* === PLATFORM PAGE: DATA & ANALYTICS === */
.platform-data {
  padding: 120px 48px;
  background: var(--ice);
}

.platform-data-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.data-features {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.data-feature {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.data-feature-bar {
  width: 4px;
  min-width: 4px;
  height: 48px;
  background: linear-gradient(to bottom, var(--cyan), var(--electric));
  border-radius: 2px;
  margin-top: 2px;
}

.data-feature h4 {
  font-size: 16px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 4px;
}

.data-feature p {
  font-size: 14px;
  color: var(--slate);
  line-height: 1.6;
}

/* Action card */
.data-action-card {
  background: white;
  border: 1px solid #E2E8F0;
  border-radius: 24px;
  padding: 36px;
  box-shadow: 0 12px 36px rgba(12, 74, 110, 0.06);
}

.data-action-header {
  font-size: 13px;
  color: var(--cyan);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 28px;
}

.data-action-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.data-action-item {
  padding-bottom: 20px;
  border-bottom: 1px solid #E2E8F0;
}

.data-action-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.data-action-label {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: white;
  background: linear-gradient(135deg, var(--cyan), var(--electric));
  padding: 4px 12px;
  border-radius: 6px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}

.data-action-item p {
  font-size: 14px;
  color: var(--slate);
  line-height: 1.6;
}

/* === PLATFORM PAGE: PATH TO ADOPTION === */
.platform-adoption {
  padding: 120px 48px;
  background: var(--navy);
  position: relative;
  overflow: hidden;
}

.platform-adoption::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: radial-gradient(ellipse at 80% 50%, rgba(6, 182, 212, 0.06) 0%, transparent 60%);
}

.platform-adoption-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  position: relative;
}

/* Adoption card */
.adoption-card {
  background: rgba(15, 23, 42, 0.5);
  border: 1px solid rgba(6, 182, 212, 0.12);
  border-radius: 24px;
  padding: 36px;
  backdrop-filter: blur(12px);
}

.adoption-card-title {
  font-size: 13px;
  color: var(--cyan);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 28px;
}

.adoption-card-items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.adoption-card-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 16px 20px;
  background: rgba(248, 250, 252, 0.03);
  border: 1px solid rgba(148, 163, 184, 0.06);
  border-radius: 14px;
}

.adoption-dot {
  width: 10px;
  height: 10px;
  min-width: 10px;
  border-radius: 50%;
  margin-top: 4px;
}

.adoption-card-label {
  font-size: 14px;
  font-weight: 600;
  color: #E2E8F0;
  margin-bottom: 2px;
}

.adoption-card-desc {
  font-size: 12px;
  color: #64748B;
}

/* Adoption benefits */
.adoption-benefits {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.adoption-benefit {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.adoption-benefit-icon {
  width: 44px;
  height: 44px;
  min-width: 44px;
  background: rgba(6, 182, 212, 0.1);
  border: 1px solid rgba(6, 182, 212, 0.15);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.adoption-benefit h4 {
  font-size: 15px;
  font-weight: 700;
  color: #E2E8F0;
  margin-bottom: 4px;
}

.adoption-benefit p {
  font-size: 14px;
  color: #64748B;
  line-height: 1.6;
}

/* Platform page responsive */
@media (max-width: 1024px) {
  .platform-problem-inner { grid-template-columns: 1fr; gap: 48px; }
  .platform-data-inner { grid-template-columns: 1fr; gap: 48px; }
  .platform-adoption-inner { grid-template-columns: 1fr; gap: 48px; }
  .pf-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .platform-hero { padding: 80px 24px 64px; }
  .platform-features-section { padding: 80px 24px; }
  .platform-problem { padding: 80px 24px; }
  .platform-data { padding: 80px 24px; }
  .platform-adoption { padding: 80px 24px; }
  .pf-grid { grid-template-columns: 1fr; }
}

/* === COMPARISON SECTION === */
.elev8-comparison {
  padding: 120px 48px;
  background: var(--navy);
  position: relative;
  overflow: hidden;
}

.elev8-comparison::before {
  content: '';
  position: absolute;
  top: -20%;
  left: 50%;
  transform: translateX(-50%);
  width: 1000px;
  height: 1000px;
  background: radial-gradient(circle, rgba(6, 182, 212, 0.05) 0%, transparent 70%);
}

.elev8-comparison .section-title {
  color: #F8FAFC;
}

.elev8-comparison .section-sub {
  color: #94A3B8;
}

.comparison-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  position: relative;
}

.comparison-card {
  border-radius: 24px;
  padding: 36px;
  position: relative;
  display: flex;
  flex-direction: column;
}

/* Old way card */
.comparison-old {
  background: rgba(239, 68, 68, 0.04);
  border: 1px solid rgba(239, 68, 68, 0.12);
}

.comparison-card-label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 5px 14px;
  border-radius: 100px;
  display: inline-block;
  margin-bottom: 16px;
}

.comparison-label-old {
  background: rgba(239, 68, 68, 0.1);
  color: #F87171;
}

.comparison-label-new {
  background: rgba(6, 182, 212, 0.1);
  color: var(--cyan);
}

.comparison-card-title {
  font-family: 'DM Serif Display', serif;
  font-size: 24px;
  color: #E2E8F0;
  margin-bottom: 28px;
}

/* Old way diagram — matches new way layout */
.comparison-diagram-old {
  margin-bottom: 20px;
}

.old-platform {
  background: rgba(239, 68, 68, 0.03);
  border: 1px solid rgba(239, 68, 68, 0.1);
  border-radius: 16px;
  overflow: hidden;
}

.old-platform-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 20px;
  background: rgba(239, 68, 68, 0.05);
  border-bottom: 1px solid rgba(239, 68, 68, 0.08);
  font-size: 13px;
  font-weight: 700;
  color: #F87171;
  letter-spacing: 0.02em;
}

.old-platform-dot {
  width: 8px;
  height: 8px;
  background: #F87171;
  border-radius: 50%;
  opacity: 0.6;
}

.old-modules {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  padding: 12px;
}

.old-module {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  background: rgba(248, 250, 252, 0.03);
  border: 1px solid rgba(239, 68, 68, 0.06);
  border-radius: 8px;
  font-size: 12px;
  color: #94A3B8;
  font-weight: 500;
}

.old-module-icon {
  font-size: 14px;
}

/* Pain points */
.comparison-pain-points {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.pain-point {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: #94A3B8;
}

.pain-x {
  width: 20px;
  height: 20px;
  min-width: 20px;
  background: rgba(239, 68, 68, 0.1);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #F87171;
  font-size: 11px;
  font-weight: 700;
}

/* New way card */
.comparison-new {
  background: rgba(6, 182, 212, 0.04);
  border: 1px solid rgba(6, 182, 212, 0.15);
}

/* New way diagram */
.comparison-diagram-new {
  margin-bottom: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.new-platform {
  background: rgba(15, 23, 42, 0.5);
  border: 1px solid rgba(6, 182, 212, 0.12);
  border-radius: 16px;
  overflow: hidden;
}

.new-platform-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 20px;
  background: rgba(6, 182, 212, 0.06);
  border-bottom: 1px solid rgba(6, 182, 212, 0.1);
  font-size: 13px;
  font-weight: 700;
  color: var(--cyan);
  letter-spacing: 0.02em;
}

.new-platform-dot {
  width: 8px;
  height: 8px;
  background: var(--cyan);
  border-radius: 50%;
  animation: badge-pulse 2s ease-in-out infinite;
}

.new-modules {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  padding: 12px;
}

.new-module {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  background: rgba(248, 250, 252, 0.03);
  border: 1px solid rgba(6, 182, 212, 0.06);
  border-radius: 8px;
  font-size: 12px;
  color: #CBD5E1;
  font-weight: 500;
  transition: background 0.2s ease;
}

.new-module:hover {
  background: rgba(6, 182, 212, 0.04);
}

.new-module-icon {
  width: 20px;
  height: 20px;
  min-width: 20px;
  background: rgba(6, 182, 212, 0.1);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--cyan);
  font-size: 10px;
  font-weight: 700;
}

/* Benefits */
.comparison-benefits {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.benefit-point {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: #CBD5E1;
}

.benefit-check {
  width: 20px;
  height: 20px;
  min-width: 20px;
  background: rgba(6, 182, 212, 0.1);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--cyan);
  font-size: 11px;
  font-weight: 700;
}

/* Comparison responsive */
@media (max-width: 1024px) {
  .comparison-grid { grid-template-columns: 1fr; max-width: 560px; }
}

@media (max-width: 768px) {
  .elev8-comparison { padding: 80px 24px; }
  .comparison-card { padding: 28px; }
}

/* Scale warning (old way) */
.old-scale-warning {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  background: rgba(239, 68, 68, 0.06);
  border: 1px solid rgba(239, 68, 68, 0.12);
  border-radius: 12px;
  margin-bottom: 24px;
}

.scale-warning-icon {
  font-size: 20px;
}

.scale-warning-text {
  display: flex;
  flex-direction: column;
}

.scale-warning-title {
  font-size: 14px;
  font-weight: 700;
  color: #F87171;
}

.scale-warning-desc {
  font-size: 12px;
  color: #94A3B8;
}

/* Scale indicator (new way) */
.new-scale-indicator {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px 18px;
  background: rgba(6, 182, 212, 0.06);
  border: 1px solid rgba(6, 182, 212, 0.12);
  border-radius: 12px;
  margin-bottom: 24px;
}

.scale-bar {
  width: 48px;
  min-width: 48px;
  height: 6px;
  background: rgba(6, 182, 212, 0.15);
  border-radius: 3px;
  overflow: hidden;
}

.scale-bar-fill {
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, var(--cyan), var(--electric));
  border-radius: 3px;
  animation: scale-pulse 3s ease-in-out infinite;
}

@keyframes scale-pulse {
  0%, 100% { width: 30%; }
  50% { width: 100%; }
}

.scale-indicator-text {
  display: flex;
  flex-direction: column;
}

.scale-indicator-title {
  font-size: 14px;
  font-weight: 700;
  color: var(--cyan);
}

.scale-indicator-desc {
  font-size: 12px;
  color: #94A3B8;
}

/* === SCROLL REVEAL === */
.reveal {
  opacity: 0; transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.visible { opacity: 1; transform: translateY(0); }

/* === RESPONSIVE === */
@media (max-width: 1024px) {
  .hero-content { grid-template-columns: 1fr; gap: 48px; }
  .hero-right { padding-bottom: 40px; }
  .portal-chat { position: relative; bottom: auto; right: auto; width: 100%; margin-top: 16px; }
  .portal-preview { margin-bottom: 0; }
  .platform-inner { grid-template-columns: 1fr; gap: 48px; }
  .about-inner { grid-template-columns: 1fr; gap: 48px; }
  .stats-inner { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .elev8-hero { padding: 80px 24px; }
  .hero-right { padding-bottom: 20px; }
  .portal-preview { padding: 16px; }
  .portal-chat { width: 100%; }
  .chat-messages { max-height: 180px; }
  .value-grid { grid-template-columns: 1fr; }
  .about-values { grid-template-columns: 1fr; }
  .stats-inner { grid-template-columns: 1fr; }
  .cta-card { padding: 48px 32px; }
  .cta-actions { flex-direction: column; align-items: center; }
  .elev8-values, .elev8-platform, .elev8-about, .elev8-cta,
  .elev8-trust, .elev8-stats { padding-left: 24px; padding-right: 24px; }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'PP Neue Montreal';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('/wp-content/uploads/2025/10/ppneuemontreal-bold.ttf') format('truetype');
}
@font-face {
	font-family: 'PP Neue Montreal';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('/wp-content/uploads/2025/10/ppneuemontreal-medium.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Proxima Nova';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('/wp-content/uploads/2025/10/proximanova_bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Proxima Nova';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('/wp-content/uploads/2025/10/proxima-nova-semibold.ttf') format('truetype');
}
/* End Custom Fonts CSS */