.marketing-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 48px;
  padding: 0.9rem 1.5rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background-color 180ms ease, color 180ms ease;
}

.marketing-button:hover {
  transform: translateY(-1px);
}

.marketing-button--primary {
  color: #fff;
  background: linear-gradient(135deg, #4285f4, #7c3aed);
  box-shadow: 0 16px 34px -20px rgba(66, 133, 244, 0.65);
}

.marketing-button--secondary {
  color: rgba(13, 18, 28, 0.82);
  background: rgba(255, 255, 255, 0.78);
  border-color: rgba(17, 24, 39, 0.12);
  box-shadow: 0 16px 28px -24px rgba(15, 23, 42, 0.28);
}

.marketing-button--wide {
  width: 100%;
}

.marketing-button__icon {
  width: 1rem;
  height: 1rem;
}

.bots-section {
  border-top: 1px solid rgba(17, 24, 39, 0.08);
  background: linear-gradient(180deg, rgba(250, 252, 255, 0.96), rgba(244, 247, 251, 0.82));
}

.bots-section__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 4.5rem 1rem;
}

.bots-section__heading {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.bots-section__kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #1a73e8;
}

.bots-section__title {
  margin: 1rem 0 0;
  font-family: Outfit, sans-serif;
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  line-height: 1.08;
  color: #111827;
}

.bots-section__copy {
  margin: 1.1rem auto 0;
  max-width: 640px;
  font-size: 1.02rem;
  line-height: 1.75;
  color: rgba(17, 24, 39, 0.68);
}

.bots-grid {
  display: grid;
  gap: 1.5rem;
  margin-top: 2.75rem;
}

.bot-card {
  --bot-accent: #1a73e8;
  --bot-accent-soft: rgba(66, 133, 244, 0.14);
  --bot-border: rgba(17, 24, 39, 0.08);
  --bot-surface: linear-gradient(135deg, rgba(66, 133, 244, 0.18), rgba(52, 168, 83, 0.08));
  --bot-halo: rgba(66, 133, 244, 0.28);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--bot-border);
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 24px 60px -42px rgba(15, 23, 42, 0.34);
}

.bot-card--compact {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.bot-card__hero {
  padding: 1.6rem;
  background: var(--bot-surface);
  border-bottom: 1px solid var(--bot-border);
}

.bot-card__hero--detail {
  position: relative;
  overflow: hidden;
  padding: 0;
  background: none;
  border-bottom: 0;
}

.bot-card__hero--detail::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--bot-halo);
  opacity: 0.95;
}

.bot-card__kicker {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--bot-accent-soft);
  border-radius: 999px;
  padding: 0.42rem 0.82rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--bot-accent);
  background: rgba(255, 255, 255, 0.72);
}

.bot-card__title-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.25rem;
}

.bot-card__name {
  margin: 0;
  font-family: Outfit, sans-serif;
  font-size: 2rem;
  line-height: 1.06;
  color: #111827;
}

.bot-card__specialty {
  margin: 0.85rem 0 0;
  font-size: 0.98rem;
  line-height: 1.7;
  color: rgba(17, 24, 39, 0.7);
}

.bot-card__roi {
  min-width: 148px;
  align-self: flex-start;
  padding: 0.95rem 1rem;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 42px -30px rgba(15, 23, 42, 0.28);
  text-align: right;
}

.bot-card__roi-label {
  display: block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(17, 24, 39, 0.44);
}

.bot-card__roi-value {
  display: block;
  margin-top: 0.35rem;
  font-size: 1.45rem;
  font-weight: 700;
  color: var(--bot-accent);
}

.bot-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 1.25rem;
  padding: 1.6rem;
}

.bot-card__summary,
.bot-detail__copy,
.bot-detail__text,
.bot-detail__audience {
  margin: 0;
  font-size: 0.97rem;
  line-height: 1.78;
  color: rgba(17, 24, 39, 0.72);
}

.bot-pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.bot-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.48rem 0.8rem;
  border: 1px solid var(--bot-accent-soft);
  border-radius: 999px;
  background: var(--bot-accent-soft);
  color: var(--bot-accent);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.bot-metric-grid {
  display: grid;
  gap: 0.9rem;
}

.bot-metric {
  padding: 1rem 1.05rem;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 40px -34px rgba(15, 23, 42, 0.24);
}

.bot-metric__label {
  display: block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(17, 24, 39, 0.45);
}

.bot-metric__value {
  display: block;
  margin-top: 0.45rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: #111827;
}

.bot-card__actions,
.bot-detail__actions {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  margin-top: auto;
}

.bots-section__footer {
  margin-top: 2.4rem;
  text-align: center;
}

.bots-index-hero {
  position: relative;
  overflow: hidden;
}

.bots-index-hero__inner,
.bot-detail-hero__inner {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding: 5rem 1rem 3rem;
}

.bots-index-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.72rem 1rem;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 20px 44px -36px rgba(15, 23, 42, 0.3);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #1a73e8;
}

.bots-index-hero__title,
.bot-detail__title {
  margin: 1.4rem 0 0;
  font-family: Outfit, sans-serif;
  font-size: clamp(2.8rem, 5vw, 4.8rem);
  line-height: 1.02;
  color: #111827;
}

.bots-index-hero__title-accent,
.bot-detail__title-accent {
  color: #1a73e8;
  font-style: italic;
}

.bots-index-hero__copy,
.bot-detail__headline,
.bot-detail__hero-copy {
  max-width: 760px;
  margin: 1.25rem 0 0;
  font-size: 1.08rem;
  line-height: 1.78;
  color: rgba(17, 24, 39, 0.72);
}

.bots-index-hero__actions {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  margin-top: 2rem;
}

.bots-index-grid {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem 4.5rem;
}

.bots-index-note {
  margin-top: 2rem;
  padding: 1.5rem;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 22px 48px -40px rgba(15, 23, 42, 0.32);
}

.bots-index-note__eyebrow,
.bot-detail__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #1a73e8;
}

.bots-index-note__text {
  margin: 0.75rem 0 0;
  font-size: 0.95rem;
  line-height: 1.72;
  color: rgba(17, 24, 39, 0.72);
}

.bot-detail-page {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 253, 0.92));
}

.bot-detail-hero {
  position: relative;
  overflow: hidden;
}

.bot-detail-hero__inner {
  display: grid;
  gap: 2rem;
}

.bot-detail__back {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: rgba(17, 24, 39, 0.58);
  font-size: 0.92rem;
  text-decoration: none;
}

.bot-detail__back:hover {
  color: #111827;
}

.bot-detail__focus {
  margin-top: 1.5rem;
}

.bot-detail__panel-grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  gap: 1.5rem;
  padding: 1.25rem 1rem 4.5rem;
}

.bot-detail__panel,
.bot-detail__stack-card {
  padding: 1.7rem;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 24px 54px -42px rgba(15, 23, 42, 0.3);
}

.bot-detail__section-title {
  margin: 0;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(17, 24, 39, 0.46);
}

.bot-detail__section-title--accent {
  color: #1a73e8;
}

.bot-detail__section-heading {
  margin: 0.95rem 0 0;
  font-family: Outfit, sans-serif;
  font-size: 1.7rem;
  line-height: 1.18;
  color: #111827;
}

.bot-detail__metric-grid {
  margin-top: 1.35rem;
}

.bot-detail__distribution {
  margin-top: 1.35rem;
  padding: 1.2rem;
  border: 1px solid var(--bot-accent-soft);
  border-radius: 24px;
  background: linear-gradient(135deg, var(--bot-accent-soft), rgba(255, 255, 255, 0.92));
}

.bot-detail__distribution p {
  margin: 0.7rem 0 0;
  font-size: 0.95rem;
  line-height: 1.72;
  color: rgba(17, 24, 39, 0.74);
}

.bot-detail__distribution strong {
  color: var(--bot-accent);
}

.bot-detail__stack {
  display: grid;
  gap: 1.25rem;
}

.bot-detail__full-width {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem 1.5rem;
}

.bot-detail__wide-card {
  padding: 1.8rem;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 24px 54px -42px rgba(15, 23, 42, 0.3);
}

.bot-detail__dual-grid,
.bot-portfolio-grid,
.bot-team-grid {
  display: grid;
  gap: 1.25rem;
}

.bot-portfolio-grid,
.bot-record-grid {
  margin-top: 1.35rem;
}

.bot-portfolio-card,
.bot-record-card,
.bot-review-card,
.bot-team-card {
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 28px;
  background: rgba(248, 250, 252, 0.88);
  box-shadow: 0 20px 44px -36px rgba(15, 23, 42, 0.25);
}

.bot-portfolio-card,
.bot-record-card,
.bot-review-card {
  padding: 1.25rem;
}

.bot-portfolio-card__top,
.bot-review-card__meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
}

.bot-portfolio-card__title,
.bot-record-card__value {
  margin: 0.35rem 0 0;
  font-family: Outfit, sans-serif;
  font-size: 1.75rem;
  line-height: 1.08;
  color: var(--bot-accent);
}

.bot-portfolio-card__badge,
.bot-review-card__result {
  align-self: flex-start;
  padding: 0.48rem 0.78rem;
  border-radius: 999px;
  border: 1px solid var(--bot-accent-soft);
  background: var(--bot-accent-soft);
  color: var(--bot-accent);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.bot-portfolio-card__edge {
  margin: 1rem 0 0;
  font-size: 0.92rem;
  line-height: 1.7;
  color: rgba(17, 24, 39, 0.7);
}

.bot-record-grid {
  display: grid;
  gap: 1rem;
}

.bot-review-list {
  display: grid;
  gap: 1rem;
  margin-top: 1.35rem;
}

.bot-review-card__quote,
.bot-team-card__quote {
  margin: 0;
  font-size: 1rem;
  line-height: 1.8;
  color: rgba(17, 24, 39, 0.78);
}

.bot-review-card__name,
.bot-team-card__name {
  font-weight: 700;
  color: #111827;
}

.bot-review-card__role,
.bot-team-card__role {
  margin-top: 0.2rem;
  font-size: 0.84rem;
  color: rgba(17, 24, 39, 0.56);
}

.bot-team-card {
  overflow: hidden;
}

.bot-team-card__image {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.bot-team-card__body {
  display: grid;
  gap: 0.95rem;
  padding: 1.25rem;
}

.bot-detail__strength-list {
  display: grid;
  gap: 1rem;
  margin-top: 1.1rem;
}

.bot-detail__strength {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.85rem;
  align-items: start;
}

.bot-detail__strength-icon {
  width: 1.15rem;
  height: 1.15rem;
  color: var(--bot-accent);
}

.bot-detail__detail-list {
  display: grid;
  gap: 0.9rem;
  margin-top: 1.1rem;
}

.bot-detail__detail-item {
  padding: 1rem 1.1rem;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 20px;
  background: rgba(248, 250, 252, 0.82);
  color: rgba(17, 24, 39, 0.74);
  font-size: 0.94rem;
  line-height: 1.7;
}

.bot-visual {
  position: relative;
  padding: 1rem;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 28px 64px -44px rgba(15, 23, 42, 0.35);
  backdrop-filter: blur(18px);
}

.bot-visual__frame {
  position: relative;
  overflow: hidden;
  min-height: 430px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 28px;
  background: var(--bot-surface);
}

.bot-visual__halo {
  position: absolute;
  inset: 0;
  background: var(--bot-halo);
  opacity: 0.95;
}

.bot-visual__meta {
  position: absolute;
  padding: 0.72rem 0.95rem;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 18px 44px -38px rgba(15, 23, 42, 0.35);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(17, 24, 39, 0.7);
}

.bot-visual__meta--top {
  top: 1.25rem;
  left: 1.25rem;
}

.bot-visual__meta--bottom {
  right: 1.25rem;
  bottom: 1.25rem;
}

.bot-visual__center {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 430px;
}

.bot-visual__glow {
  position: absolute;
  width: 18rem;
  height: 18rem;
  border-radius: 999px;
  background: var(--bot-glow);
  filter: blur(54px);
  opacity: 0.78;
}

.bot-visual__orbit {
  position: absolute;
  border: 1px solid var(--bot-accent-soft);
  border-radius: 999px;
  box-shadow: 0 0 36px -16px var(--bot-glow);
}

.bot-visual__orbit--outer {
  inset: 2rem;
}

.bot-visual__orbit--inner {
  inset: 4.5rem;
}

.bot-visual__robot {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12rem;
  height: 12rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 999px;
  background: var(--bot-robot-fill);
  box-shadow: 0 26px 54px -30px var(--bot-glow);
}

.bot-visual__robot::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.12);
}

.bot-visual__eyes {
  position: absolute;
  top: 3.5rem;
  display: flex;
  gap: 1.5rem;
}

.bot-visual__eye {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 0 16px rgba(255, 255, 255, 0.92);
}

.bot-visual__mouth {
  position: absolute;
  bottom: 3.45rem;
  width: 3.3rem;
  height: 0.45rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
}

.bot-visual__body {
  position: absolute;
  bottom: -2.45rem;
  width: 5rem;
  height: 4rem;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-bottom: 0;
  border-radius: 999px 999px 0 0;
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(12px);
}

.bot-visual__ring {
  position: absolute;
  inset: 0;
  animation: bot-ring-spin 18s linear infinite;
}

.bot-visual__ring-dot {
  position: absolute;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 999px;
  background: var(--bot-accent);
  box-shadow: 0 0 18px var(--bot-glow);
}

.bot-visual__ring-dot--top {
  top: 1.2rem;
  left: calc(50% - 0.35rem);
}

.bot-visual__ring-dot--right {
  top: calc(50% - 0.35rem);
  right: 1.6rem;
}

.bot-visual__ring-dot--bottom {
  bottom: 1.2rem;
  left: calc(50% - 0.35rem);
}

.bot-visual__ring-dot--left {
  top: calc(50% - 0.35rem);
  left: 1.6rem;
}

@keyframes bot-ring-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@media (min-width: 768px) {
  .bots-section__inner,
  .bots-index-grid,
  .bot-detail__panel-grid {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .bots-index-hero__inner,
  .bot-detail-hero__inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .bots-index-hero__actions,
  .bot-card__actions,
  .bot-detail__actions {
    flex-direction: row;
  }

  .bot-metric-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bot-record-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bot-team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .bots-grid,
  .bot-detail__panel-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bot-detail-hero__inner {
    grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
    align-items: center;
  }

  .bot-detail__dual-grid,
  .bot-portfolio-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .bot-card__title-row {
    flex-direction: column;
  }

  .bot-card__roi {
    width: 100%;
    text-align: left;
  }

  .bot-visual__frame,
  .bot-visual__center {
    min-height: 360px;
  }

  .bot-visual__orbit--outer {
    inset: 1.4rem;
  }

  .bot-visual__orbit--inner {
    inset: 3.4rem;
  }

  .bot-visual__robot {
    width: 10rem;
    height: 10rem;
  }

  .bot-visual__eyes {
    top: 2.9rem;
    gap: 1.2rem;
  }

  .bot-visual__mouth {
    bottom: 2.9rem;
    width: 2.7rem;
  }
}
