@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;
}

.eGYx8lGAENeE07uoGHcq {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 148px;
  overflow: hidden;
}

.sWCYYO1hT5dPI93Y3Dra {
  position: absolute;
  inset: -100px -150px -380px -150px;
  z-index: 0;
  pointer-events: none;
  background-image: url('https://reap-public-data.s3.amazonaws.com/landing-page/images/hero-bg.png');
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  opacity: 1;
}

.sWCYYO1hT5dPI93Y3Dra::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 300px;
  background: linear-gradient(to bottom, transparent 0%, var(--color-bg-primary, #0a0a0a) 100%);
  pointer-events: none;
}

/* ─── Feature Page Gradient Ellipses (Figma) ─── */

.nCRG8VSzCpm9jz8CmTtT {
  position: absolute;
  top: -100px;
  left: -4%;
  right: -4%;
  height: 900px;
  z-index: 0;
  pointer-events: none;
  overflow: visible;
}

.wJY9a_UniA8tn96JHxkp {
  position: absolute;
  top: 180px;
  left: -72px;
  width: 467px;
  height: 618px;
  border-radius: 50%;
  background: #0284C7;
  opacity: 0.45;
  filter: blur(80px);
  transform: rotate(-90deg);
}

.OoUsnp4maWKKZwdrrFWh {
  position: absolute;
  top: 340px;
  right: -60px;
  width: 589px;
  height: 568px;
  border-radius: 50%;
  background: #31C48D;
  opacity: 0.45;
  filter: blur(80px);
  transform: rotate(-90deg);
}

.USwK2_FhTzaFpoEZDic9 {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: var(--space-2xl);
  max-width: var(--max-width-narrow);
  width: 100%;
  padding: 0 var(--content-padding);
}

.dGCJC7Vu6jfgJ_rx0lOA {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-lg);
  width: 100%;
}

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

.tzr57w0nOIDYsE_V5rv0 {
  font-family: var(--font-display);
  font-size: var(--font-size-5xl);
  font-weight: 600;
  line-height: 64px;
  letter-spacing: 0;
  color: var(--color-text-primary);
  max-width: 968px;
}

.gW7sSHj6wLjV7TUs3YA4 {
  background: linear-gradient(76deg, rgb(56, 189, 248) 0%, rgb(73, 235, 174) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.r4UmxwK_bTE3eTpG8eQD {
  font-family: var(--font-body);
  font-size: var(--font-size-base);
  font-weight: 400;
  line-height: 24px;
  color: var(--color-text-secondary);
  max-width: 968px;
}

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

.jet2xPrkr5TvlryBr2B4 {
  display: flex;
  align-items: center;
  width: 433px;
  height: 53px;
  background: var(--color-bg-input);
  border: 1px solid var(--color-border-input);
  border-radius: var(--radius-full);
  padding: 0 var(--space-lg);
  gap: 10px;
  backdrop-filter: blur(5px);
  transition: border-color 0.2s ease;
}

.jet2xPrkr5TvlryBr2B4:focus-within {
  border-color: var(--color-accent-green);
}

.c79atRKTslIxpGdZpPXg,
.QB2jLmh2pMwzf8FeffMD {
  flex-shrink: 0;
}

.aC8dc8DgSuymYGK9_WuS {
  flex: 1;
  min-width: 0;
  border: none;
  outline: none;
  background: transparent;
  font-family: var(--font-body);
  font-size: var(--font-size-sm);
  font-weight: 500;
  color: #d1d5db;
  line-height: 1.5;
}

.aC8dc8DgSuymYGK9_WuS::placeholder {
  color: #d1d5db;
}

.t4oeSQb0ZZdyhsDqq8Eb {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-sm);
  height: 53px;
  padding: 0 var(--space-lg);
  background: #0369a1;
  border: none;
  border-radius: var(--radius-full);
  font-family: var(--font-body);
  font-size: var(--font-size-sm);
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: opacity 0.2s ease, transform 0.15s ease;
}

.t4oeSQb0ZZdyhsDqq8Eb:hover {
  opacity: 0.92;
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(3, 105, 161, 0.3);
}

.o9knueYb_Hs29X9n5Wb1 {
  font-family: var(--font-body);
  font-size: var(--font-size-sm);
  color: var(--color-text-muted);
  text-align: center;
}

.KO7WLn0cycT9EdEpwin9 {
  color: var(--color-accent-green);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.KO7WLn0cycT9EdEpwin9:hover {
  color: #38bdf8;
}

._WxlhLJrsGquJA1MJNH7 {
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: var(--font-body);
  font-size: 12px;
  color: #999;
}

.FzteEAWMnKIfLrtHsZrS {
  height: 16px;
  width: auto;
  opacity: 0.8;
  transition: opacity 0.2s ease;
}

.FzteEAWMnKIfLrtHsZrS:hover {
  opacity: 1;
}

.yKOcmVbQEdopVZiGZRJG {
  color: #444;
}

.GCgiBlm_Yqm0mjq2BEB6 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  padding: 16px 0;
}

.Pw34Xa1RCZahQZ5iCodz {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}

.Uxih9S63iikGuLlJu2HV {
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 700;
  background: linear-gradient(90deg, #fff 0%, #a3a3a3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.rDIvzAKPArRrSql9g1EY {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 500;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.Dh3Besk5pCzdWoKeRhiQ {
  width: 1px;
  height: 32px;
  background: rgba(255, 255, 255, 0.1);
}

.XaKuv8QSvjlkzGohPkNw {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.npYSUQOe3NSUA_6ZqxmN {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  border-radius: var(--radius-full);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 500;
  color: #a3a3a3;
  white-space: nowrap;
}

.ziWv9x5UexQqwXM5VCiN {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 400;
  color: #999;
  font-style: italic;
  text-align: center;
  margin-top: 16px;
}

.t4oeSQb0ZZdyhsDqq8Eb svg {
  width: 20px;
  height: 20px;
}

.ufmgPDwsWs05Vvf5Fpd9 {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 var(--content-padding);
  margin-top: var(--space-lg);
  margin-bottom: var(--space-3xl);
}

.e3UH54t6WbYs36KDIlQz {
  width: 1075px;
  max-width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  border-radius: var(--radius-xl);
  overflow: hidden;
  border: 1px solid #262626;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
  background: #111;
}

.e3UH54t6WbYs36KDIlQz img {
  width: 100%;
  height: auto;
  display: block;
}

.e3UH54t6WbYs36KDIlQz video {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 768px) {
  .eGYx8lGAENeE07uoGHcq {
    padding-top: 116px;
  }

  .sWCYYO1hT5dPI93Y3Dra {
    inset: -48px -72px -400px -72px;
    background-size: 180% auto;
    background-position: center 0;
    opacity: 1;
  }

  .sWCYYO1hT5dPI93Y3Dra::after {
    height: 350px;
  }

  .wJY9a_UniA8tn96JHxkp {
    width: 300px;
    height: 400px;
    top: 120px;
    left: -100px;
  }

  .OoUsnp4maWKKZwdrrFWh {
    width: 380px;
    height: 360px;
    top: 260px;
    right: -120px;
  }

  .tzr57w0nOIDYsE_V5rv0 {
    font-size: 36px;
    line-height: 40px;
  }

  .SuYSJWjcNMFJCE2hBI8J {
    flex-direction: column;
    width: 100%;
  }

  .jet2xPrkr5TvlryBr2B4 {
    width: 100%;
  }

  .t4oeSQb0ZZdyhsDqq8Eb {
    width: 100%;
    justify-content: center;
  }

  ._WxlhLJrsGquJA1MJNH7 {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }

  ._WxlhLJrsGquJA1MJNH7 span:first-child {
    width: 100%;
    text-align: center;
    margin-bottom: 4px;
  }

  .FzteEAWMnKIfLrtHsZrS {
    height: 20px;
  }

  .yKOcmVbQEdopVZiGZRJG {
    display: none;
  }

  .GCgiBlm_Yqm0mjq2BEB6 {
    gap: 24px;
  }

  .Uxih9S63iikGuLlJu2HV {
    font-size: 20px;
  }

  .rDIvzAKPArRrSql9g1EY {
    font-size: 10px;
  }

  .Dh3Besk5pCzdWoKeRhiQ {
    height: 28px;
  }
}

@media (max-width: 480px) {
  .sWCYYO1hT5dPI93Y3Dra {
    inset: -24px -44px -450px -44px;
    background-size: 200% auto;
    background-position: center 0;
  }

  .sWCYYO1hT5dPI93Y3Dra::after {
    height: 400px;
  }

  .tzr57w0nOIDYsE_V5rv0 {
    font-size: 28px;
    line-height: 32px;
  }

  .r4UmxwK_bTE3eTpG8eQD {
    font-size: 15px;
    line-height: 22px;
  }

  .FzteEAWMnKIfLrtHsZrS {
    height: 18px;
  }

  .GCgiBlm_Yqm0mjq2BEB6 {
    gap: 16px;
    padding: 12px 0;
  }

  .Uxih9S63iikGuLlJu2HV {
    font-size: 18px;
  }

  .Dh3Besk5pCzdWoKeRhiQ {
    height: 24px;
  }
}

