@font-face {
  font-family: 'Roobert Fallback';
  src: local('Arial'), local('Helvetica Neue'), local('Helvetica'), local('sans-serif');
  size-adjust: 103%;
  ascent-override: 95%;
  descent-override: 25%;
  line-gap-override: 0%;
}

:host {
  /* Brand Colors - from Figma */
  --color-bg-primary: #0a0a0a;
  --color-bg-secondary: #111111;
  --color-bg-card: #171717;
  --color-bg-card-hover: #1c1c1c;
  --color-bg-input: #171717;

  /* Text Colors - Figma neutral-50 / neutral-200 */
  --color-text-primary: #fafafa;
  --color-text-secondary: #e5e5e5;
  --color-text-muted: #a3a3a3;
  --color-text-dim: #656565;

  /* Gradient - Figma: sky-600 -> emerald-400 */
  --gradient-primary: linear-gradient(100deg, rgb(2, 132, 199) 15%, rgb(49, 196, 141) 95%);
  --gradient-hero-bg: radial-gradient(ellipse at 50% 80%, rgba(2, 132, 199, 0.12) 0%, rgba(49, 196, 141, 0.06) 40%, transparent 70%);
  --gradient-cta-bg: radial-gradient(ellipse at center, rgba(49, 196, 141, 0.15) 0%, rgba(2, 132, 199, 0.08) 50%, transparent 100%);
  --gradient-section-divider: radial-gradient(ellipse at center, rgba(49, 196, 141, 0.06) 0%, transparent 70%);

  /* Accent Colors */
  --color-accent-green: #31c48d;
  --color-accent-blue: #0284c7;
  --color-accent-muted: rgba(49, 196, 141, 0.15);

  /* Borders */
  --color-border: #262626;
  --color-border-card: #262626;
  --color-border-input: #656565;

  /* Badge */
  --color-badge-bg: rgba(49, 196, 141, 0.1);
  --color-badge-border: rgba(49, 196, 141, 0.3);
  --color-badge-text: #31c48d;

  /* Spacing */
  --space-xs: 4px;
  --space-sm: 8px;
  --space-md: 16px;
  --space-lg: 24px;
  --space-xl: 32px;
  --space-2xl: 40px;
  --space-3xl: 64px;
  --space-4xl: 96px;
  --space-5xl: 128px;

  /* Border Radius */
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --radius-full: 9999px;

  /* Typography */
  --font-display: 'Roobert', 'Roobert Fallback', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-size-xs: 12px;
  --font-size-sm: 14px;
  --font-size-base: 16px;
  --font-size-lg: 18px;
  --font-size-xl: 20px;
  --font-size-2xl: 24px;
  --font-size-3xl: 32px;
  --font-size-4xl: 48px;
  --font-size-5xl: 64px;
  --font-size-6xl: 80px;

  /* Shadows */
  --shadow-card: 0 1px 3px rgba(0, 0, 0, 0.3);
  --shadow-card-hover: 0 8px 24px rgba(0, 0, 0, 0.4);

  /* Layout */
  --max-width: 1172px;
  --max-width-narrow: 968px;
  --content-padding: 24px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body,
:host {
  font-family: var(--font-body);
  background-color: var(--color-bg-primary);
  color: var(--color-text-primary);
  line-height: 1.5;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.TsbvG_kcZ6NUU6kpLQ61 {
  position: relative;
  width: 100%;
  min-height: 389px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.zANuHRDV_9pM_5W8AmaA {
  position: absolute;
  inset: -27% -11% -32% -10%;
  z-index: 0;
  pointer-events: none;
  background-image: url('https://reap-public-data.s3.amazonaws.com/landing-page/images/cta-bg.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.j1GMajuFFwiuMLiZu8gf {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: var(--space-lg);
  padding: 0 var(--content-padding);
}

.viSMVVI4XlgIv0Uq5pXA {
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 600;
  line-height: 38px;
  background: linear-gradient(126deg, rgb(56, 189, 248) 8%, rgb(73, 235, 174) 67%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.QCsE2RmhT6j1hbV97nHl {
  font-family: var(--font-display);
  font-size: 48px;
  font-weight: 600;
  line-height: 58px;
  color: #fafafa;
  text-align: center;
}

.ikuxKWzb7f60V6qPnJHg {
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #a3a3a3;
  text-align: center;
  max-width: 640px;
}

.lL93rN1u_SKdEYBKFcin {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 37px;
  padding: 8px 12px;
  background: #f9fafb;
  border: none;
  border-radius: 9999px;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 500;
  color: #0a0a0a;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  line-height: 1.5;
  transition: opacity 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
}

.lL93rN1u_SKdEYBKFcin:hover {
  opacity: 0.9;
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(255, 255, 255, 0.15);
}

.lL93rN1u_SKdEYBKFcin:active {
  transform: translateY(0);
  opacity: 0.85;
}

.lL93rN1u_SKdEYBKFcin svg {
  width: 16px;
  height: 16px;
}

@media (max-width: 768px) {
  .TsbvG_kcZ6NUU6kpLQ61 {
    min-height: auto;
    padding: var(--space-4xl) 0;
  }

  .QCsE2RmhT6j1hbV97nHl {
    font-size: 32px;
    line-height: 40px;
  }
}

._pcXGToOCUtPnGOty7a7 {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 500;
  color: #a3a3a3;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s;
  margin-top: 8px;
}

._pcXGToOCUtPnGOty7a7:hover {
  color: #e5e5e5;
}

@media (max-width: 480px) {
  .QCsE2RmhT6j1hbV97nHl {
    font-size: 24px;
    line-height: 32px;
  }
}

