:root {
  --ra-bg-soft: #f9ffe8;
  --ra-border: #e3e8ef;
  --ra-muted: #697586;
}

#webflow-section .ra-home {
  font-family: 'Geist Sans', sans-serif;
  color: var(--text-dark);
  background: #fff;
}

#webflow-section .ra-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 24px;
}

#webflow-section .ra-eyebrow {
  font-family: 'Geist Mono', monospace;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 12px;
  color: rgba(24, 29, 39, 0.6);
}

#webflow-section .ra-title {
  font-family: 'Source Serif 4', serif;
  font-weight: 400;
  font-size: 56px;
  line-height: 1.1;
  letter-spacing: -1.6px;
  margin-top: 12px;
}

#webflow-section .ra-subtitle {
  margin-top: 16px;
  color: var(--text-body);
  font-size: 20px;
  line-height: 1.6;
  max-width: 1100px;
}

#webflow-section .ra-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
}

#webflow-section .ra-card {
  border: 1px solid var(--ra-border);
  border-radius: 18px;
  background: #fff;
  padding: 24px;
  transition: transform 0.25s ease, background-color 0.25s ease;
  display: flex;
  flex-direction: column;
}

#webflow-section .ra-card:hover {
  transform: translateY(-6px);
  background-color: var(--green-background);
}

#webflow-section .ra-card h3 {
  font-size: 30px;
  line-height: 1.2;
  margin-top: 8px;
}

#webflow-section .ra-card-copy {
  margin-top: 12px;
  color: var(--text-body);
  line-height: 1.65;
  font-size: 16px;
}

#webflow-section .ra-tags {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

#webflow-section .ra-tag {
  font-size: 12px;
  color: #475467;
  background: #f3f5f7;
  border: 1px solid #eaecf0;
  border-radius: 999px;
  padding: 5px 10px;
}

#webflow-section .ra-link {
  margin-top: 16px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
  text-decoration: none;
  color: var(--text-dark);
}

#webflow-section .ra-cta-row {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
}

#webflow-section .ra-cta-row .ra-link {
  margin-top: 0;
}

#webflow-section .ra-link.ra-cta-green {
  background: var(--green-light);
  border: 1px solid var(--green-shadow);
  border-radius: 8px;
  padding: 10px 14px;
  box-shadow: 0 1px 2px rgba(68, 102, 0, 0.24);
  font-weight: 600;
}

#webflow-section .ra-link.ra-cta-green:hover {
  background: var(--green-light);
  box-shadow: inset 0 1.05px 4px rgba(0, 0, 0, 0.2),
              0 1.4px 2.8px rgba(68, 0, 0, 0),
              0 0 0 1.4px rgba(204, 255, 102, 0.53);
}

#webflow-section .ra-placeholder {
  border: none;
  border-radius: 14px;
  background: none;
  color: #334155;
  padding: 0;
  margin: 16px 0 12px;
}

#webflow-section .ra-placeholder.is-wide {
  min-height: 0;
}

#webflow-section .ra-placeholder.is-tall {
  min-height: 300px;
}

#webflow-section .ra-placeholder-title {
  font-weight: 700;
  font-size: 14px;
}

#webflow-section .ra-placeholder-desc {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.5;
}

#webflow-section .ra-card-img {
  margin-top: auto;
  width: 100%;
  border-radius: 14px;
}

#webflow-section .ra-enemy {
  background: var(--ra-bg-soft);
}

#webflow-section .ra-two-col {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 32px;
  align-items: start;
  margin-top: 32px;
}

#webflow-section .ra-body {
  color: var(--text-body);
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 14px;
}

#webflow-section .ra-body-lg {
  font-size: 20px;
}

#webflow-section .ra-quote {
  margin-top: 20px;
  font-size: 26px;
  line-height: 1.35;
  letter-spacing: -0.5px;
}

#webflow-section .ra-quote-by {
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #344054;
  font-size: 14px;
}

#webflow-section .ra-avatar {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: linear-gradient(135deg, #d7ff87, #bcfa00);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
}

#webflow-section .ra-kota-shell {
  border: 1px solid var(--ra-border);
  border-radius: 20px;
  padding: 18px;
  margin-top: 24px;
  background: #fff;
}

#webflow-section .ra-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

#webflow-section .ra-chip {
  border: 1px solid #d0d5dd;
  border-radius: 999px;
  background: #fff;
  padding: 8px 14px;
  font-size: 13px;
  cursor: pointer;
}

#webflow-section .ra-chip[aria-selected="true"] {
  background: #efffd3;
  border-color: #bcfa00;
}

#webflow-section .ra-response {
  margin-top: 16px;
  border: none;
  border-radius: 0;
  padding: 0;
  background: transparent;
  line-height: 1.65;
  font-size: 14px;
}

#webflow-section .ra-response h4 {
  font-size: 16px;
  margin-bottom: 8px;
}

#webflow-section .ra-response ul {
  margin-left: 18px;
  margin-bottom: 10px;
}

#webflow-section .ra-response p {
  margin-bottom: 10px;
}

#webflow-section .ra-input-wrap {
  margin-top: 12px;
  position: relative;
}

#webflow-section .ra-input-disabled {
  width: 100%;
  height: 44px;
  border: 1px solid #d0d5dd;
  border-radius: 999px;
  padding: 0 14px;
  color: #98a2b3;
  background: #f9fafb;
  cursor: not-allowed;
}

#webflow-section .ra-tooltip {
  margin-top: 6px;
  font-size: 12px;
  color: #667085;
}

#webflow-section .ra-small-note {
  margin-top: 10px;
  font-size: 12px;
  color: #667085;
}

#webflow-section .ra-auto-grid {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

#webflow-section .ra-auto-card {
  border: 1px solid #e4e7ec;
  border-radius: 14px;
  padding: 16px;
  background: #fff;
}

#webflow-section .ra-auto-title {
  font-weight: 700;
  font-size: 16px;
  margin-top: 8px;
  margin-bottom: 10px;
}

#webflow-section .ra-kv {
  margin-top: 6px;
  font-size: 13px;
  line-height: 1.45;
}

#webflow-section .ra-kv span {
  display: inline-block;
  min-width: 84px;
  font-family: 'Geist Mono', monospace;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.05em;
  color: #667085;
}

#webflow-section .ra-tabs {
  margin-top: 26px;
}

#webflow-section .ra-tab-list {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 8px;
}

#webflow-section .ra-tab {
  flex: 0 0 auto;
  border: 1px solid #d0d5dd;
  border-radius: 999px;
  background: #fff;
  padding: 10px 16px;
  font-size: 14px;
  cursor: pointer;
}

#webflow-section .ra-tab[aria-selected="true"] {
  background: #d7ff87;
  border-color: #bcfa00;
}

#webflow-section .ra-tab-panel {
  margin-top: 18px;
  border: 1px solid #e4e7ec;
  border-radius: 16px;
  padding: 20px;
  transition: opacity 0.25s ease, min-height 0.3s ease;
}

#webflow-section .ra-tab-panel.is-fading {
  opacity: 0;
}

#webflow-section .ra-role-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: center;
}

#webflow-section .ra-role-img {
  width: 100%;
  border-radius: 14px;
}

#webflow-section .ra-persona-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin: 24px 0 0;
}
#webflow-section .ra-persona-card {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
#webflow-section .ra-persona-card strong {
  font-size: 16px;
  line-height: 1.3;
  color: var(--text-heading, #101828);
}
#webflow-section .ra-persona-card p {
  font-size: 14px;
  line-height: 1.55;
  color: var(--text-body, #475467);
  margin: 0;
}
/* persona-cards collapse handled in 991px breakpoint */

#webflow-section .ra-proof {
  background: var(--ra-bg-soft);
}

#webflow-section .ra-proof > .ra-wrap {
  padding-top: 48px;
  padding-bottom: 48px;
}

#webflow-section .ra-proof .ra-eyebrow {
  margin-bottom: 24px;
}

/* Proof carousel */
#webflow-section .proof-carousel {
  display: flex;
  align-items: center;
  gap: clamp(8px, 3vw, 48px);
  margin-left: calc(-36px - clamp(8px, 3vw, 48px));
  margin-right: calc(-36px - clamp(8px, 3vw, 48px));
}

#webflow-section .proof-slide {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s ease;
}

#webflow-section .proof-slide:not(.active) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#webflow-section .proof-slide.active {
  visibility: visible;
  opacity: 1;
  position: relative;
}

#webflow-section .proof-slides {
  position: relative;
  flex: 1;
  min-width: 0;
}

#webflow-section .proof-arrow {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #d0d5dd;
  background: #fff;
  color: #344054;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.2s, border-color 0.2s;
  z-index: 2;
}

#webflow-section .proof-arrow:hover {
  background: #f2f4f7;
  border-color: #98a2b3;
}

#webflow-section .proof-dots {
  display: flex;
  gap: 10px;
  margin-top: 32px;
}

#webflow-section .proof-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  background: #d0d5dd;
  cursor: pointer;
  padding: 0;
  transition: background 0.2s;
}

#webflow-section .proof-dot.active {
  background: #344054;
}

#webflow-section .proof-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 28px;
}

#webflow-section .proof-company {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
}

#webflow-section .proof-logo-img {
  height: 44px;
  width: auto;
}

#webflow-section .proof-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 14px;
  color: #667085;
}

#webflow-section .proof-stats {
  display: flex;
  gap: 40px;
}

#webflow-section .proof-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

#webflow-section .proof-stat-num {
  font-family: 'Source Serif 4', serif;
  font-weight: 600;
  font-size: 36px;
  color: var(--text-dark);
  line-height: 1.1;
}

#webflow-section .proof-stat-label {
  font-size: 13px;
  color: #667085;
  margin-top: 4px;
}

#webflow-section .proof-title {
  font-family: 'Source Serif 4', serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.3;
  color: var(--text-dark);
  margin: 0 0 16px;
}

#webflow-section .proof-quote {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-top: 24px;
}

#webflow-section .proof-quote-img {
  width: 104px;
  height: 104px;
  border-radius: 12px;
  object-fit: cover;
  flex-shrink: 0;
}

#webflow-section .proof-quote-content {
  flex: 1;
}

#webflow-section .proof-quote-text {
  font-family: 'Source Serif 4', serif;
  font-size: 24px;
  line-height: 1.4;
  color: var(--text-dark);
  margin: 0;
}

#webflow-section .proof-quote-text::before {
  content: "\201C";
}

#webflow-section .proof-quote-text::after {
  content: "\201D";
}

#webflow-section .proof-quote-attr {
  font-size: 14px;
  color: #667085;
  margin: 12px 0 0;
}

#webflow-section .proof-logo-placeholder {
  font-size: 14px;
  color: #98a2b3;
  font-style: italic;
}

#webflow-section .proof-quote-img-placeholder {
  width: 104px;
  height: 104px;
  border-radius: 12px;
  background: #e4e7ec;
  flex-shrink: 0;
}

#webflow-section .proof-slide .ra-link {
  margin-top: 24px;
}

#webflow-section .ra-cta-footer {
  text-align: center;
  padding: 0 24px 80px;
}

#webflow-section .ra-integrations-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: clamp(10px, 2.3vw, 26px);
  margin-top: 24px;
  opacity: 1;
  filter: none;
}

#webflow-section .ra-integrations-row img {
  height: clamp(15px, 2.2vw, 24px);
  width: auto;
  flex-shrink: 1;
  min-width: 0;
}

#webflow-section .ra-integrations-strip {
  margin-top: 18px;
  text-align: center;
}

#webflow-section .ra-integrations-label {
  margin: 0;
  font-family: 'Geist Mono', monospace;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 11px;
  color: #667085;
}

#webflow-section .ra-security-logos {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

/* Old-site typography pairing in enterprise section */
#webflow-section .section_home-5 h2 {
  font-family: 'Source Serif 4', serif;
  font-weight: 400;
}

#webflow-section .section_home-5 .heading-style-h5,
#webflow-section .section_home-5 p {
  font-family: 'Geist Sans', sans-serif;
}

/* Reusable green word highlight (old-site accent language) */
#webflow-section .hb-highlight-word {
  display: inline;
  background: linear-gradient(180deg, transparent 55%, #d7ff87 55%);
  padding: 0 0.08em;
}

/* Enterprise section card alignment */
#webflow-section .section_home-5 .div-block-61 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 2.2vw, 28px);
  width: 100%;
  margin-top: 8px;
}

#webflow-section .section_home-5 .div-block-61 .div-block-62 {
  width: 100%;
  display: flex;
  flex-direction: column;
}

#webflow-section .section_home-5 .div-block-61 .div-block-62 > .image-19,
#webflow-section .section_home-5 .div-block-61 .div-block-62 > .ra-security-logos,
#webflow-section .section_home-5 .div-block-61 .div-block-62 > i.image-19 {
  min-height: 38px;
  display: flex;
  align-items: center;
}

#webflow-section .section_home-5 .div-block-59 h2 {
  margin-bottom: 8px;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

#webflow-section .section_home-5 .div-block-59 p {
  max-width: 44ch;
  line-height: 1.55;
}

#webflow-section .section_home-5 .div-block-63 h3 {
  margin-top: 10px;
  line-height: 1.25;
  letter-spacing: -0.01em;
}

#webflow-section .section_home-5 .div-block-63 p {
  margin-top: 8px;
  line-height: 1.58;
  max-width: 36ch;
}

#webflow-section .section_home-5 .ra-integrations-strip {
  margin-top: 28px;
  padding-top: 14px;
  border-top: 1px solid rgba(16, 24, 40, 0.08);
}

#webflow-section .ra-integrations {
  margin-top: 20px;
  border: 1px solid #e4e7ec;
  border-radius: 14px;
  padding: 14px;
  background: #fff;
}

#webflow-section .ra-trust {
  margin-top: 16px;
  font-size: 12px;
  color: #667085;
}

/* Automations builder: desktop/mobile toggle */
#webflow-section .ab-mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  #webflow-section .ab-desktop {
    display: none;
  }

  #webflow-section .ab-mobile {
    display: block;
  }

  #webflow-section .section_home-5 .div-block-61 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Enemy section two-col override (moved from inline style) */
#webflow-section .ra-enemy-grid {
  grid-template-columns: 1fr 1.2fr;
  align-items: center;
}

/* Kota / role-strip section headings (moved from inline style) */
#webflow-section .ra-section-heading {
  font-size: 36px;
  margin-top: 8px;
}

/* Auto-tabs toggle row — mirrors product page .features-tab-bar */
#webflow-section .ra-auto-tabs {
  display: flex;
  align-items: center;
  gap: clamp(4px, 0.6vw, 8px);
  background: #f5f5f5;
  border-radius: 8px;
  padding: 3px;
  width: fit-content;
  margin-top: 16px;
}

#webflow-section .ra-auto-tab {
  font-family: 'Geist Sans', sans-serif;
  font-weight: 600;
  font-size: clamp(11px, 1.3vw, 15px);
  line-height: 1.6;
  color: #5d6168;
  padding: clamp(4px, 0.7vw, 8px) clamp(8px, 1.3vw, 16px);
  border-radius: 8px;
  border: none;
  background: transparent;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}

#webflow-section .ra-auto-tab[aria-selected="true"] {
  background: #fff;
  color: #181d27;
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.07);
}

@media screen and (max-width: 991px) {
  #webflow-section .ra-wrap {
    padding: 48px 20px;
  }

  #webflow-section .ra-title {
    font-size: 44px;
  }

  #webflow-section .ra-grid-3,
  #webflow-section .ra-auto-grid {
    grid-template-columns: 1fr;
  }

  #webflow-section .ra-role-layout {
    grid-template-columns: 1fr;
  }

  #webflow-section .ra-two-col {
    grid-template-columns: 1fr;
  }

  #webflow-section .ra-enemy-grid {
    grid-template-columns: 1fr;
  }

  #webflow-section .ra-persona-cards {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  /* Tabs: scroll on tablet, match product pages */
  #webflow-section .ra-auto-tabs {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    max-width: 100%;
    scrollbar-width: none;
  }

  #webflow-section .ra-auto-tabs::-webkit-scrollbar {
    display: none;
  }

  /* Proof section: tighten on tablet */

  #webflow-section .proof-stats {
    flex-wrap: wrap;
    gap: 24px;
  }
}

@media screen and (max-width: 767px) {
  #webflow-section .ra-wrap {
    padding: 32px 16px;
  }

  #webflow-section .ra-title {
    font-size: 36px;
  }

  #webflow-section .ra-subtitle {
    font-size: 17px;
  }

  #webflow-section .ra-section-heading {
    font-size: 28px;
  }

  #webflow-section .ra-card h3 {
    font-size: 28px;
  }

  /* Tabs: full width on mobile */
  #webflow-section .ra-auto-tabs {
    max-width: 100%;
  }

  /* Proof section: mobile layout */
  #webflow-section .proof-arrow {
    width: 28px;
    height: 28px;
  }

  #webflow-section .proof-arrow svg {
    width: 14px;
    height: 14px;
  }

  #webflow-section .proof-carousel {
    gap: 8px;
    margin-left: 0;
    margin-right: 0;
  }

  #webflow-section .proof-header {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  #webflow-section .proof-stats {
    gap: 20px 32px;
  }

  #webflow-section .proof-stat-num {
    font-size: 28px;
  }

  #webflow-section .proof-title {
    font-size: 26px;
  }

  #webflow-section .proof-quote {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    gap: 0;
  }

  #webflow-section .proof-quote-text {
    font-size: 20px;
    order: 1;
    margin-bottom: 16px;
  }

  #webflow-section .proof-quote-img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    order: 2;
  }

  #webflow-section .proof-quote-attr {
    font-size: 13px;
    order: 3;
    margin-top: 8px;
  }

  #webflow-section .proof-quote-content {
    display: contents;
  }

  #webflow-section .proof-dots {
    margin-top: 24px;
  }

  #webflow-section .ra-body {
    font-size: 15px;
  }

  #webflow-section .ra-body-lg {
    font-size: 17px;
  }

  #webflow-section .ra-cta-footer .ra-title {
    font-size: 32px;
  }
}

/* ---- FAQ Section ---- */
#webflow-section .faq-section {
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px clamp(24px, 5.6vw, 80px) 80px;
}

#webflow-section .faq-section h2 {
  font-family: 'Source Serif 4', serif;
  font-weight: 500;
  font-size: clamp(32px, 3.3vw, 48px);
  line-height: 1.2;
  letter-spacing: -1.44px;
  color: var(--text-dark);
  margin-bottom: 32px;
  text-align: center;
}

#webflow-section .faq2_list {
  max-width: 53rem;
  margin: 0 auto;
}

#webflow-section .dd-ac__card {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

#webflow-section .dd-ac__card.is-first {
  border-top: none;
}

#webflow-section .faq2_question {
  gap: 1.5rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 0;
  font-family: 'Geist Sans', sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  display: flex;
  color: var(--text-dark);
}

#webflow-section .dd-ac__card-icon {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

#webflow-section .dd-ac__card.is-open .dd-ac__card-icon {
  transform: rotate(-180deg);
}

#webflow-section .dd-ac__card-content {
  overflow: hidden;
  height: 0;
  transition: height 0.35s ease;
}

#webflow-section .dd-ac__card-content p {
  font-family: 'Geist Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--text-body);
  padding-bottom: 1.25rem;
  max-width: 48rem;
}

@media (max-width: 479px) {
  #webflow-section .ra-title {
    font-size: 28px;
    letter-spacing: -0.8px;
  }

  #webflow-section .ra-subtitle {
    font-size: 15px;
  }

  #webflow-section .ra-section-heading {
    font-size: 22px;
  }

  #webflow-section .ra-card h3 {
    font-size: 22px;
  }

  #webflow-section .proof-stats {
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 8px;
    width: 100%;
  }

  #webflow-section .proof-stat {
    flex: 1;
    min-width: 0;
  }

  #webflow-section .proof-stat-num {
    font-size: 20px;
  }

  #webflow-section .proof-stat-label {
    font-size: 10px;
  }

  #webflow-section .proof-title {
    font-size: 22px;
  }

  #webflow-section .proof-quote-text {
    font-size: 18px;
  }

  #webflow-section .proof-quote-img {
    width: 40px;
    height: 40px;
  }

  #webflow-section .proof-logo-img {
    height: 28px !important;
  }

  #webflow-section .proof-dots {
    gap: 8px;
    margin-top: 20px;
  }

  #webflow-section .proof-dot {
    width: 8px;
    height: 8px;
  }

  #webflow-section .ra-body {
    font-size: 14px;
  }

  #webflow-section .ra-body-lg {
    font-size: 15px;
  }

  #webflow-section .faq-section {
    padding: 56px 16px;
  }

  #webflow-section .faq-section h2 {
    font-size: 26px;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
  }

  #webflow-section .faq2_question {
    font-size: 1rem;
    gap: 0.75rem;
    padding: 1rem 0;
    min-height: 44px;
  }

  #webflow-section .dd-ac__card-content p {
    font-size: 0.9375rem;
  }
}

/* =====================================================================
   Editorial polish — restores old-site green idioms + section rhythm
   ===================================================================== */

/* Italic-serif "halo" emphasis — old site's <em> highlight idiom.
   Source Serif 4 italic + soft green text-shadow halo. Used inside .ra-title
   and .ra-section-heading by default. Excludes .hb-highlight-word so the
   printed-bar treatment in the enterprise section is preserved. */
#webflow-section .ra-title em:not(.hb-highlight-word),
#webflow-section .ra-section-heading em:not(.hb-highlight-word),
#webflow-section .hb-highlight-italic {
  font-family: 'Source Serif 4', serif;
  font-style: italic;
  font-weight: inherit;
  color: var(--text-dark);
  text-shadow: 0 4px 16px #d7ff87;
}

/* Footer CTA also uses .ra-title; keep the same idiom there. */
#webflow-section .ra-cta-footer .ra-title em:not(.hb-highlight-word) {
  text-shadow: 0 4px 16px #d7ff87;
}

/* Eyebrow accent dot — small green square as a typographic marker. */
#webflow-section .ra-eyebrow {
  display: flex;
  align-items: center;
  gap: 8px;
}

#webflow-section .ra-eyebrow::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 2px;
  background: var(--green);
  box-shadow: 0 0 0 2px rgba(188, 250, 0, 0.18);
  flex-shrink: 0;
}

/* ─── Kota dark section ─── */
#webflow-section #meet-kota.kota-dark-section {
  background: #0d1017;
  padding: 0;
}

#webflow-section #meet-kota.kota-dark-section > .ra-wrap {
  padding-top: 96px;
  padding-bottom: 96px;
}

#webflow-section .kota-dark-section .ra-eyebrow {
  color: rgba(215, 255, 135, 0.75);
}

#webflow-section .kota-dark-section .ra-eyebrow::before {
  background: #d7ff87;
  box-shadow: 0 0 0 2px rgba(215, 255, 135, 0.12);
}

#webflow-section .kota-dark-section .ra-title,
#webflow-section .kota-dark-section .ra-section-heading {
  color: #ffffff;
}

#webflow-section .kota-dark-section .ra-title em,
#webflow-section .kota-dark-section .ra-section-heading em {
  color: #d7ff87;
  text-shadow: 0 4px 28px rgba(215, 255, 135, 0.35);
}

#webflow-section .kota-dark-section .ra-subtitle {
  color: rgba(255, 255, 255, 0.55);
}

#webflow-section .kota-dark-section .ra-card-copy {
  color: rgba(255, 255, 255, 0.55);
}

/* Intro two-column layout */
#webflow-section .kota-intro-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 48px;
  align-items: center;
  margin-bottom: 72px;
}

#webflow-section .kota-intro-left {
  max-width: 620px;
}

/* Kota speech pull-quote */
#webflow-section .kota-speech {
  margin: 28px 0 0;
  padding-left: 20px;
  border-left: 2px solid #d7ff87;
}

#webflow-section .kota-speech p {
  font-family: 'Source Serif 4', serif;
  font-style: italic;
  font-weight: 300;
  font-size: clamp(20px, 2vw, 26px);
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}

#webflow-section .kota-speech-attr {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  font-family: 'Geist Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: rgba(255, 255, 255, 0.38);
}

#webflow-section .kota-speech-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #d7ff87;
  flex-shrink: 0;
}

/* Kota character + status */
#webflow-section .kota-intro-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}

#webflow-section .kota-character-img {
  width: clamp(160px, 18vw, 260px);
  height: auto;
  filter: drop-shadow(0 24px 64px rgba(215, 255, 135, 0.12));
}

#webflow-section .kota-status-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  padding: 6px 14px;
  font-family: 'Geist Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.07em;
  order: -1;
}

#webflow-section .kota-status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #d7ff87;
  box-shadow: 0 0 0 3px rgba(215, 255, 135, 0.18);
  animation: kota-pulse 2.2s ease-in-out infinite;
  flex-shrink: 0;
}

@keyframes kota-pulse {
  0%, 100% { box-shadow: 0 0 0 3px rgba(215, 255, 135, 0.18); }
  50%       { box-shadow: 0 0 0 7px rgba(215, 255, 135, 0); }
}

/* Auto-tabs in dark */
#webflow-section .kota-dark-section .ra-auto-tabs {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
}

#webflow-section .kota-dark-section .ra-auto-tab {
  color: rgba(255, 255, 255, 0.45);
}

#webflow-section .kota-dark-section .ra-auto-tab[aria-selected="true"] {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  box-shadow: none;
}

/* Kota chat shell in dark */
#webflow-section .kota-dark-section .ra-kota-shell {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.09);
}

/* Response text in dark */
#webflow-section .kota-dark-section .ra-response,
#webflow-section .kota-dark-section .ra-response p,
#webflow-section .kota-dark-section .ra-response h4,
#webflow-section .kota-dark-section .ra-response li {
  color: rgba(255, 255, 255, 0.82);
}

#webflow-section .kota-dark-section .ra-response strong {
  color: #fff;
}

/* CTA link in dark */
#webflow-section .kota-dark-section .ra-link {
  color: #d7ff87;
}

/* Mobile */
@media screen and (max-width: 767px) {
  #webflow-section #meet-kota.kota-dark-section > .ra-wrap {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  #webflow-section .kota-intro-row {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 48px;
  }

  #webflow-section .kota-intro-right {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    margin-bottom: 8px;
  }

  #webflow-section .kota-character-img {
    width: clamp(140px, 38vw, 200px);
  }

  #webflow-section .kota-status-chip {
    order: 0;
  }
}

/* Cream "band" surface — gives the role-strip its own chapter background,
   echoing the multi-surface rhythm of the old Webflow homepage where
   sections alternated between white, blue, and tinted callouts. */
#webflow-section .ra-cream-band {
  background: #ffffff;
}

#webflow-section .ra-cream-band > .ra-wrap {
  padding-top: 96px;
  padding-bottom: 96px;
}

@media screen and (max-width: 767px) {
  #webflow-section .ra-cream-band > .ra-wrap {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

