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

.ihJWsWjk3mEtbbtga3ZX {
  position: relative;
  width: 100%;
  padding: 96px 0;
  overflow: hidden;
}

.I0UAR_fNUsB9WMgQ9rXA {
  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;
}

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

.vLlKJE2kbb8T_SDmM8zy {
  font-family: var(--font-display);
  font-size: 48px;
  font-weight: 600;
  line-height: 58px;
  color: var(--color-text-primary);
  margin: 0;
  background: linear-gradient(
    115deg,
    rgb(56, 189, 248) 9%,
    rgb(73, 235, 174) 93%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.f8_RwinqZr2ZJuucKO_C {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 24px;
  color: var(--color-text-secondary);
  margin: 0;
  max-width: 600px;
}

/* ─── Input + Embedded Button ─── */

.czSGeyFRuYXuV2G2vwjY {
  position: relative;
  max-width: 520px;
  width: 100%;
}

.Prr1CDGpMYTFEP40HlPt {
  width: 100%;
  height: 48px;
  background: var(--color-bg-card);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-full);
  padding: 0 140px 0 20px;
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--color-text-primary);
  outline: none;
  transition: border-color 0.2s ease;
}

.Prr1CDGpMYTFEP40HlPt::placeholder {
  color: #656565;
}

.Prr1CDGpMYTFEP40HlPt:focus {
  border-color: rgba(2, 132, 199, 0.5);
}

.BfA6ksGZvFU6WCNDUVoQ {
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  background: #ffffff;
  border: none;
  border-radius: var(--radius-full);
  padding: var(--space-sm) 20px;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 500;
  color: #0a0a0a;
  cursor: pointer;
  white-space: nowrap;
  transition: opacity 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.BfA6ksGZvFU6WCNDUVoQ:hover {
  opacity: 0.92;
  transform: translateY(calc(-50% - 1px));
  box-shadow: 0 4px 16px rgba(255, 255, 255, 0.2);
}

/* ─── Responsive ─── */

@media (max-width: 768px) {
  .ihJWsWjk3mEtbbtga3ZX {
    padding: 64px 0;
  }

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

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

  .Prr1CDGpMYTFEP40HlPt {
    padding-right: 120px;
  }

  .BfA6ksGZvFU6WCNDUVoQ {
    padding: var(--space-sm) 14px;
    font-size: 13px;
  }
}

