/* Dangerously simple homepage system.
   The podcast component is intentionally outside every selector in this file. */
html[data-theme] body.home-refined.home-openai-clean {
  --home-bg: #000;
  --home-surface: #0b0b0b;
  --home-ink: #f7f7f5;
  --home-body: #a7a7a2;
  --home-muted: #747470;
  --home-rule: rgba(255, 255, 255, 0.16);
  --home-rule-soft: rgba(255, 255, 255, 0.1);
  --home-blue: #58c7f7;
  --home-gutter: 24px;
  --home-width: 1200px;
  background: var(--home-bg) !important;
  color: var(--home-body);
  font-family: 'DM Sans', sans-serif;
}

.home-openai-clean .container,
.home-openai-clean .nav-inner {
  max-width: var(--home-width);
  padding-inline: var(--home-gutter);
}

/* Preserve the previously approved podcast component exactly. */
.home-openai-clean #podcast-preview {
  --home-bg: #000;
  --home-panel: #0d0d0d;
  --home-ink: #f7f7f5;
  --home-body: #b5b5b0;
  --home-muted: #7f7f7a;
  --home-rule: rgba(255, 255, 255, 0.2);
  --home-rule-soft: rgba(255, 255, 255, 0.11);
}

.home-openai-clean #podcast-preview .container {
  max-width: var(--home-width);
  padding-inline: var(--home-gutter);
}

.home-openai-clean .nav,
html[data-theme='light'] .home-openai-clean .nav,
html[data-theme='dark'] .home-openai-clean .nav,
.home-openai-clean .nav.is-past-hero,
.home-openai-clean .nav.is-scrolled {
  height: 64px;
  background: rgba(0, 0, 0, 0.94) !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  backdrop-filter: blur(14px);
}

.home-openai-clean .nav-logo-img {
  width: auto;
  height: 31px;
}

.home-openai-clean .nav-logo span,
.home-openai-clean .nav-divider,
.home-openai-clean .theme-toggle {
  display: none !important;
}

.home-openai-clean .nav-link,
.home-openai-clean .nav-logo,
.home-openai-clean .nav-mobile-btn {
  color: var(--home-ink) !important;
}

.home-openai-clean .nav-link {
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.01em;
}

.home-openai-clean .site-drawer-primary > a,
.home-openai-clean .site-drawer-subscribe {
  font-weight: 600 !important;
}

.home-openai-clean .site-drawer-group > a,
.home-openai-clean .site-drawer-footer > div a {
  font-weight: 500 !important;
}

.home-openai-clean .nav-actions .btn {
  min-height: 38px;
  padding-inline: 18px;
  border-radius: 999px !important;
  background: var(--home-ink) !important;
  color: #050505 !important;
  font-size: 14px;
  font-weight: 500;
  box-shadow: none !important;
}

html[data-theme] body.home-refined.home-openai-clean .idx-clean-hero {
  min-height: 0 !important;
  padding: 150px 0 0 !important;
  background: #000 !important;
  border-bottom: 1px solid var(--home-rule-soft) !important;
}

.home-openai-clean .idx-clean-hero .container {
  min-height: 0 !important;
  display: block !important;
}

.home-openai-clean .idx-clean-hero .idx-hero-content {
  width: min(900px, 100%) !important;
  max-width: none !important;
  margin: 0 !important;
  text-align: left;
}

.home-openai-clean .idx-clean-hero h1 {
  max-width: 850px;
  margin: 0;
  color: var(--home-ink) !important;
  font-family: 'DM Sans', sans-serif !important;
  font-size: clamp(58px, 7.2vw, 92px) !important;
  font-weight: 500 !important;
  line-height: 0.96 !important;
  letter-spacing: -0.06em !important;
  text-wrap: balance;
}

.home-openai-clean .idx-clean-hero .idx-hero-sub {
  max-width: 620px !important;
  margin: 30px 0 0 !important;
  color: var(--home-body) !important;
  font-family: 'DM Sans', sans-serif;
  font-size: clamp(18px, 1.6vw, 21px) !important;
  font-weight: 400 !important;
  line-height: 1.45 !important;
  letter-spacing: -0.02em;
}

.home-openai-clean .idx-clean-hero .idx-hero-conversion {
  display: flex;
  max-width: 720px;
  margin-top: 34px;
  gap: 12px;
  align-items: center;
}

.home-openai-clean .home-hero-signup {
  display: grid;
  width: min(100%, 500px);
  min-height: 52px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 999px;
  background: #ffffff;
}

.home-openai-clean .home-hero-signup input[type='email'] {
  min-width: 0;
  padding: 0 17px;
  border: 0;
  outline: 0;
  background: transparent;
  color: #111111;
  font:
    400 14px/1.2 'DM Sans',
    sans-serif;
}

.home-openai-clean .home-hero-signup input[type='email']::placeholder {
  color: #6d6d6d;
}

.home-openai-clean .home-hero-signup button {
  min-height: 42px;
  padding: 0 20px;
  border: 0;
  border-radius: 999px;
  background: #111111;
  color: #ffffff;
  cursor: pointer;
  font:
    600 13px/1 'DM Sans',
    sans-serif;
}

.home-openai-clean .home-hero-signup button:hover {
  background: #2a2a2a;
}

.home-openai-clean .home-hero-signup button:disabled {
  cursor: wait;
  opacity: 0.62;
}

.home-openai-clean .idx-clean-hero .home-hero-secondary {
  display: inline-flex;
  min-height: 0;
  align-items: center;
  gap: 9px;
  padding: 8px 2px;
  border: 0 !important;
  border-radius: 0 !important;
  background: none !important;
  color: var(--home-ink) !important;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 500;
  box-shadow: none !important;
  text-decoration: none;
  white-space: nowrap;
}

.home-openai-clean .idx-clean-hero .home-hero-secondary span {
  transition: transform 0.2s ease;
}

.home-openai-clean .idx-clean-hero .home-hero-secondary:hover {
  background: none !important;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.home-openai-clean .idx-clean-hero .home-hero-secondary:hover span {
  transform: translateX(3px);
}

.home-openai-clean .home-hero-signup-status {
  min-height: 18px;
  margin: 10px 0 0;
  color: var(--home-muted);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}

.home-openai-clean .home-hero-signup-status.is-success {
  color: var(--home-ink);
}

.home-openai-clean .home-hero-signup-status.is-error {
  color: #ff8585;
}

.home-openai-clean .home-hero-trust {
  display: grid;
  grid-template-columns: 185px minmax(0, 1fr);
  align-items: center;
  max-width: 940px;
  margin-top: 48px;
  padding-top: 22px;
  border-top: 1px solid var(--home-rule-soft);
}

.home-openai-clean .home-hero-trust > p {
  margin: 0;
  color: var(--home-muted);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.35;
}

.home-openai-clean .home-hero-trust-logos {
  display: grid;
  grid-template-columns: repeat(6, minmax(72px, 1fr));
  gap: clamp(20px, 3vw, 38px);
  align-items: center;
}

.home-openai-clean .home-hero-trust-logos img {
  width: 100%;
  max-width: 108px;
  height: 24px;
  margin: 0 auto;
  object-fit: contain;
  opacity: 0.52;
  filter: grayscale(1) brightness(0) invert(1);
}

.home-openai-clean .idx-hero-media {
  display: block;
  width: 100%;
  height: clamp(300px, 34vw, 440px);
  margin-top: 54px;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
  background: #050505;
}

.home-openai-clean .idx-hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 58%;
}

.home-openai-clean .home-publications-section,
.home-openai-clean .home-research-section,
.home-openai-clean .home-platform-section,
.home-openai-clean .idx-clean-final {
  padding: 112px 0;
  background: #000 !important;
  border-bottom: 1px solid var(--home-rule-soft);
}

.home-openai-clean .home-section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 42px;
}

.home-openai-clean .home-section-head h2 {
  margin: 0;
  color: var(--home-ink) !important;
  font-family: 'DM Sans', sans-serif !important;
  font-size: clamp(24px, 2.5vw, 34px) !important;
  font-weight: 500 !important;
  line-height: 1.08 !important;
  letter-spacing: -0.04em !important;
}

.home-openai-clean .home-section-head > div {
  min-width: 0;
}

.home-openai-clean .home-publications-section .home-section-head {
  align-items: flex-start;
}

.home-openai-clean .home-publications-section .home-section-head > a {
  margin-top: 7px;
}

.home-openai-clean .home-publications-updated {
  display: block;
  margin-top: 10px;
  color: var(--home-muted);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35;
}

.home-openai-clean .home-section-head a,
.home-openai-clean .home-platform-actions > a:not(.btn) {
  color: var(--home-ink);
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.home-openai-clean .home-section-head a:hover,
.home-openai-clean .home-platform-actions > a:not(.btn):hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.home-openai-clean .home-publications-list {
  border-top: 1px solid var(--home-rule);
  border-bottom: 1px solid var(--home-rule);
}

.home-openai-clean .home-publication-row {
  display: grid;
  min-height: 132px;
  grid-template-columns: 150px minmax(260px, 0.9fr) minmax(260px, 1.1fr) 28px;
  gap: 30px;
  align-items: center;
  padding: 26px 0;
  color: inherit;
  text-decoration: none;
}

.home-openai-clean .home-publication-row + .home-publication-row {
  border-top: 1px solid var(--home-rule);
}

.home-openai-clean .home-publication-meta {
  display: grid;
  gap: 8px;
  color: var(--home-muted);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.home-openai-clean .home-publication-meta span {
  color: var(--home-blue);
}

.home-openai-clean .home-publication-row h3 {
  margin: 0;
  color: var(--home-ink) !important;
  font-family: 'DM Sans', sans-serif !important;
  font-size: clamp(22px, 2.1vw, 30px) !important;
  font-weight: 500 !important;
  line-height: 1.08 !important;
  letter-spacing: -0.04em !important;
}

.home-openai-clean .home-publication-row p {
  max-width: 460px;
  margin: 0;
  color: var(--home-body);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.home-openai-clean .home-publication-arrow {
  justify-self: end;
  color: var(--home-ink);
  font-size: 24px;
  transition: transform 180ms ease;
}

.home-openai-clean .home-publication-row:hover .home-publication-arrow {
  transform: translateX(4px);
}

.home-openai-clean .home-research-simple {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(330px, 0.75fr);
  gap: 0 48px;
  border-top: 1px solid var(--home-rule);
  border-bottom: 1px solid var(--home-rule);
}

.home-openai-clean .home-research-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(240px, 0.8fr);
  gap: 34px;
  padding: 32px 48px 32px 0;
  border-right: 1px solid var(--home-rule);
}

.home-openai-clean .home-research-feature-media {
  display: grid;
  place-items: center;
  min-height: 430px;
  overflow: hidden;
  border-radius: 8px;
  background: #101010;
}

.home-openai-clean .home-research-feature-media img {
  width: 100%;
  height: 100%;
  max-height: 500px;
  object-fit: contain;
  transition: transform 280ms ease;
}

.home-openai-clean .home-research-feature-media:hover img {
  transform: scale(1.012);
}

.home-openai-clean .home-research-feature-copy {
  align-self: end;
  padding-bottom: 4px;
}

.home-openai-clean .home-research-meta {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px 14px;
  margin-bottom: 16px;
  color: var(--home-muted);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: 0.045em;
}

.home-openai-clean .home-research-meta span {
  white-space: nowrap;
}

.home-openai-clean .home-research-meta span + span::before {
  margin-right: 14px;
  color: var(--home-rule);
  content: '·';
}

.home-openai-clean .home-research-feature h3,
.home-openai-clean .home-research-row h3 {
  margin: 0;
  color: var(--home-ink) !important;
  font-family: 'DM Sans', sans-serif !important;
  font-weight: 500 !important;
  letter-spacing: -0.035em !important;
}

.home-openai-clean .home-research-feature h3 {
  font-size: clamp(29px, 3vw, 43px) !important;
  line-height: 1.02 !important;
}

.home-openai-clean .home-research-feature h3 a {
  color: inherit;
  text-decoration: none;
}

.home-openai-clean .home-research-feature p {
  max-width: 360px;
  margin: 20px 0 0;
  color: var(--home-body);
  font-size: 16px;
  line-height: 1.5;
}

.home-openai-clean .home-research-list {
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.home-openai-clean .home-research-row {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: flex-end;
  padding: 32px 48px 32px 0;
  color: inherit;
  text-decoration: none;
}

.home-openai-clean .home-research-row + .home-research-row {
  border-top: 1px solid var(--home-rule);
}

.home-openai-clean .home-research-row h3 {
  max-width: 360px;
  padding-right: 32px;
  font-size: clamp(23px, 2.2vw, 31px) !important;
  line-height: 1.08 !important;
}

.home-openai-clean .home-research-row p {
  max-width: 390px;
  margin: 13px 0 0;
  color: var(--home-body);
  font-size: 14px;
  line-height: 1.45;
}

.home-openai-clean .home-row-arrow {
  position: absolute;
  right: 0;
  bottom: 32px;
  color: var(--home-ink);
  font-size: 24px;
  transition: transform 180ms ease;
}

.home-openai-clean .home-research-row:hover .home-row-arrow {
  transform: translateX(4px);
}

.home-openai-clean .home-platform-section .container {
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1.28fr);
  align-items: end;
  gap: clamp(52px, 7vw, 110px);
}

.home-openai-clean .home-platform-copy {
  padding-bottom: 6px;
}

.home-openai-clean .home-platform-kicker {
  display: block;
  margin-bottom: 20px;
  color: var(--home-blue);
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
}

.home-openai-clean .home-platform-copy h2 {
  max-width: 560px;
  margin: 0;
  color: var(--home-ink) !important;
  font-family: 'DM Sans', sans-serif !important;
  font-size: clamp(43px, 4.7vw, 64px) !important;
  font-weight: 500 !important;
  line-height: 1.01 !important;
  letter-spacing: -0.055em !important;
}

.home-openai-clean .home-platform-copy > p:not(.home-platform-proof) {
  max-width: 520px;
  margin: 26px 0 0;
  color: var(--home-body);
  font-size: 18px;
  line-height: 1.5;
  text-wrap: pretty;
}

.home-openai-clean .home-platform-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px 24px;
  margin-top: 32px;
}

.home-openai-clean .home-platform-actions .btn {
  min-height: 44px;
  padding: 0 20px;
  border: 0 !important;
  border-radius: 999px !important;
  background: var(--home-ink) !important;
  color: #050505 !important;
  font-size: 14px;
  font-weight: 500;
  box-shadow: none !important;
}

.home-openai-clean .home-platform-proof {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 24px;
  margin: 44px 0 0;
  padding-top: 22px;
  border-top: 1px solid var(--home-rule);
  color: var(--home-muted);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35;
}

.home-openai-clean .home-platform-proof span {
  min-width: 0;
  text-wrap: pretty;
}

.home-openai-clean .home-platform-media {
  display: block;
  overflow: hidden;
  border: 1px solid var(--home-rule);
  border-radius: 8px;
  background: var(--home-surface);
}

.home-openai-clean .home-platform-media img {
  display: block;
  width: 100%;
  height: auto;
}

.home-openai-clean .idx-clean-final {
  padding-block: 104px !important;
}

.home-openai-clean .idx-clean-final .site-final-cta-panel,
html[data-theme] .home-openai-clean .idx-clean-final .site-final-cta-panel {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.75fr);
  align-items: center;
  gap: clamp(48px, 8vw, 120px);
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  text-align: left !important;
}

.home-openai-clean .idx-clean-final h2 {
  max-width: 660px;
  margin: 0;
  color: var(--home-ink) !important;
  font-family: 'DM Sans', sans-serif !important;
  font-size: clamp(42px, 5vw, 66px) !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  letter-spacing: -0.055em !important;
}

.home-openai-clean .idx-clean-final .idx-final-cta-sub {
  margin: 20px 0 0;
  color: var(--home-body) !important;
  font-size: 17px;
  line-height: 1.5;
}

.home-openai-clean .idx-clean-final .idx-final-signup {
  width: 100%;
  max-width: 520px;
  margin: 0 0 0 auto;
}

.home-openai-clean .idx-clean-final .signup-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 54px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  background: #080808;
}

.home-openai-clean .idx-clean-final .signup-form > .sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
}

.home-openai-clean .idx-clean-final .signup-form input[type='email'] {
  min-width: 0;
  min-height: 52px;
  padding: 0 20px;
  border: 0 !important;
  outline: 0;
  background: transparent !important;
  color: var(--home-ink) !important;
  font:
    400 15px/1 'DM Sans',
    sans-serif;
}

.home-openai-clean .idx-clean-final .signup-form input::placeholder {
  color: #777 !important;
}

.home-openai-clean .idx-clean-final .idx-signup-button {
  min-width: 110px;
  margin: 5px;
  padding: 0 18px;
  border: 0 !important;
  border-radius: 999px !important;
  background: var(--home-ink) !important;
  color: #050505 !important;
  font:
    500 14px/1 'DM Sans',
    sans-serif;
  box-shadow: none !important;
}

.home-openai-clean .idx-clean-final .form-error {
  margin-top: 10px;
  color: #ff8585;
  font-size: 13px;
}

.home-openai-clean .site-footer {
  background: #000;
  border-top: 0;
}

.home-openai-clean .footer-heading,
.home-openai-clean .footer-link,
.home-openai-clean .footer-brand,
.home-openai-clean .footer-desc,
.home-openai-clean .footer-copy {
  font-family: 'DM Sans', sans-serif;
}

@media (max-width: 1000px) {
  .home-openai-clean .nav-links {
    display: none !important;
  }

  .home-openai-clean .home-research-simple {
    grid-template-columns: 1fr;
  }

  .home-openai-clean .home-publication-row {
    grid-template-columns: 128px minmax(0, 1fr) 28px;
  }

  .home-openai-clean .home-publication-row p {
    display: none;
  }

  .home-openai-clean .home-hero-trust {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .home-openai-clean .home-research-feature {
    border-right: 0;
    border-bottom: 1px solid var(--home-rule);
    padding-right: 0;
  }

  .home-openai-clean .home-research-row {
    min-height: 220px;
    padding-right: 0;
  }

  .home-openai-clean .home-platform-section .container {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .home-openai-clean .home-platform-media {
    width: 100%;
  }
}

@media (max-width: 700px) {
  .home-openai-clean .nav {
    height: 58px;
  }

  .home-openai-clean .nav-actions .btn {
    display: none;
  }

  html[data-theme] body.home-refined.home-openai-clean .idx-clean-hero {
    min-height: 0 !important;
    padding: 108px 0 0 !important;
  }

  .home-openai-clean .idx-clean-hero h1 {
    font-size: clamp(46px, 14.5vw, 64px) !important;
    letter-spacing: -0.055em !important;
  }

  .home-openai-clean .idx-clean-hero .idx-hero-sub {
    margin-top: 24px !important;
    font-size: 17px !important;
  }

  .home-openai-clean .idx-hero-media {
    height: min(68vw, 350px);
    margin-top: 44px;
    border-radius: 6px 6px 0 0;
  }

  .home-openai-clean .home-publications-section,
  .home-openai-clean .home-research-section,
  .home-openai-clean .home-platform-section,
  .home-openai-clean .idx-clean-final {
    padding-block: 76px !important;
  }

  .home-openai-clean .home-section-head {
    align-items: center;
    margin-bottom: 28px;
  }

  .home-openai-clean .home-section-head h2 {
    font-size: 25px !important;
  }

  .home-openai-clean .home-section-head a {
    font-size: 13px;
  }

  .home-openai-clean .idx-clean-hero .idx-hero-conversion {
    max-width: 520px;
    align-items: stretch;
    flex-direction: column;
  }

  .home-openai-clean .home-hero-signup {
    width: 100%;
  }

  .home-openai-clean .idx-clean-hero .home-hero-secondary {
    width: fit-content;
  }

  .home-openai-clean .home-hero-trust {
    margin-top: 38px;
  }

  .home-openai-clean .home-hero-trust-logos {
    grid-template-columns: repeat(3, minmax(70px, 1fr));
    gap: 22px 26px;
  }

  .home-openai-clean .home-hero-trust-logos img {
    height: 21px;
  }

  .home-openai-clean .home-publication-row {
    min-height: 0;
    grid-template-columns: minmax(0, 1fr) 24px;
    gap: 18px;
    padding: 25px 0;
  }

  .home-openai-clean .home-publication-meta {
    grid-column: 1;
    grid-row: 1;
    display: flex;
    gap: 12px;
  }

  .home-openai-clean .home-publication-row h3 {
    grid-column: 1;
    grid-row: 2;
    font-size: 23px !important;
  }

  .home-openai-clean .home-publication-arrow {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: center;
  }

  .home-openai-clean .home-research-simple {
    display: block;
  }

  .home-openai-clean .home-research-feature {
    display: block;
    padding: 24px 0 30px;
  }

  .home-openai-clean .home-research-feature-media {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .home-openai-clean .home-research-feature-media img {
    max-height: none;
  }

  .home-openai-clean .home-research-feature-copy {
    padding-top: 26px;
  }

  .home-openai-clean .home-research-row {
    min-height: 205px;
    padding: 28px 0;
  }

  .home-openai-clean .home-row-arrow {
    right: 0;
    bottom: 28px;
  }

  .home-openai-clean .home-platform-copy h2 {
    font-size: 44px !important;
  }

  .home-openai-clean .home-platform-copy > p:not(.home-platform-proof) {
    font-size: 17px;
  }

  .home-openai-clean .home-platform-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .home-openai-clean .home-platform-proof {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .home-openai-clean .idx-clean-final .site-final-cta-panel {
    grid-template-columns: 1fr !important;
    gap: 34px;
  }

  .home-openai-clean .idx-clean-final h2 {
    font-size: 44px !important;
  }

  .home-openai-clean .idx-clean-final .idx-final-signup {
    max-width: none;
    margin: 0;
  }
}

@media (max-width: 430px) {
  .home-openai-clean .idx-clean-hero h1 {
    font-size: 48px !important;
  }

  .home-openai-clean .idx-clean-final .signup-form {
    grid-template-columns: 1fr;
    gap: 8px;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .home-openai-clean .home-hero-signup input[type='email'] {
    padding-inline: 14px;
    font-size: 13px;
  }

  .home-openai-clean .home-hero-signup button {
    padding-inline: 16px;
  }

  .home-openai-clean .idx-clean-final .signup-form input[type='email'] {
    border: 1px solid rgba(255, 255, 255, 0.42) !important;
    border-radius: 999px;
    background: #080808 !important;
  }

  .home-openai-clean .idx-clean-final .idx-signup-button {
    min-height: 52px;
    margin: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-openai-clean .home-publication-arrow,
  .home-openai-clean .home-research-feature-media img,
  .home-openai-clean .home-row-arrow {
    transition: none;
  }
}
