/* =========================================================
   CLANLOGIC — base stylesheet (as supplied)
========================================================= */
* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  color: #142234;
  background: #fbfaf7;
  line-height: 1.6
}

.nav {
  height: 82px;
  padding: 0 4vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid #e7e0d5
}

.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
  color: #0b1f38
}

.brand img {
  width: 180px;
  height: auto;
  object-fit: contain;
  object-position: center
}

.brand strong {
  display: block;
  font-size: 20px;
  letter-spacing: .2px
}

.nav nav {
  display: flex;
  gap: 24px;
  align-items: center
}

.nav nav a {
  text-decoration: none;
  color: #34475e;
  font-size: 14px
}

.btn {
  display: inline-block;
  background: #b9822f !important;
  color: #fff !important;
  padding: 13px 20px;
  border-radius: 8px;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  font-weight: 800;
  box-shadow: 0 8px 18px #b9822f25
}

.btn:hover {
  background: #9d6d25 !important
}

.small {
  padding: 9px 14px !important
}

.menu {
  display: none;
  border: 0;
  background: none;
  font-size: 24px
}

.hero {
  padding: 25px 75px;
  display: grid;
  grid-template-columns: 1.35fr .65fr;
  gap: 70px;
  align-items: center;
  background: radial-gradient(circle at 75% 30%, #f0dfbf, transparent 28%), linear-gradient(135deg, #fffdf9, #f4f0e8)
}

.hero-copy {
  padding-bottom: 40px;
}

.eyebrow {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 2px;
  color: #ad7727
}

.hero h1 {
  font-size: 55px;
  line-height: 1;
  letter-spacing: -2.5px;
  margin: 14px 0;
  max-width: 850px;
  color: #0b1f38
}

.hero h1 span {
  color: #b9822f
}

.hero p {
  font-size: 18px;
  color: #52677f;
  line-height: 1.24;
}

.actions,
.product-actions {
  display: flex;
  gap: 22px;
  align-items: center;
  margin: 22px 0
}

.link {
  color: #17365d;
  text-decoration: none;
  font-weight: 800
}

.proof {
  display: flex;
  gap: 12px;
  flex-wrap: wrap
}

.proof span {
  font-size: 13px;
  background: #fff;
  padding: 8px 12px;
  border: 1px solid #e2d8c9;
  border-radius: 20px
}

.hero-card {
  background: #0b1f38;
  color: #fff;
  padding: 25px 34px;
  border-radius: 20px;
  box-shadow: 0 30px 70px #8e795755;
  border-top: 4px solid #b9822f
}

.card-label {
  font-size: 11px;
  letter-spacing: 1.08px;
  color: #d9b878;
  display: flex;
  gap: 15px;
  align-items: center
}

.pulse {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d7aa55;
  box-shadow: 0 0 0 7px #d7aa5522
}

.hero-card h3 {
  font-size: 25px;
  line-height: 1.05;
  margin: 15px 0 10px
}

.hero-card p {
  color: #b9c6d4;
  font-size: 13px;
  line-height: 1.3;
}

.metric {
  display: grid;
  grid-template-columns: 45px 1fr;
  gap: 12px;
  padding: 12px 0;
  border-top: 1px solid #ffffff18;
  line-height: 1.3;
}

.metric b {
  color: #d7aa55
}

.section {
  padding: 25px 75px;
}

.section-head,
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px
}

.section h2 {
  font-size: 37px;
  line-height: 1.05;
  margin: 12px 0 25px;
  color: #0b1f38
}

.section-head>p {
  color: #61758b;
  padding-top: 20px;
}

.grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px
}

.grid article {
  background: #fff;
  border: 1px solid #e4ddd2;
  border-radius: 16px;
  padding: 15px 18px 0;
  transition: .25s
}

.grid article:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 40px #8e795725;
  border-color: #c9a466
}

.grid h3 {
  font-size: 21px;
  color: #0b1f38
}

.grid p,
.grid li {
  color: #60748a
}

.grid ul {
  padding-left: 18px
}

.icon {
  font-weight: 900;
  color: #b9822f
}

.product-section {
  background: #f2eee5;
  border-top: 1px solid #e3dacb;
  border-bottom: 1px solid #e3dacb
}

.product-intro {
  display: grid;
  grid-template-columns: 1fr 180px;
  gap: 40px;
  align-items: center
}

.product-intro h2 {
  margin-bottom: 18px
}

.lead {
  font-size: 18px;
  color: #586b80;
  line-height: 1.24;
}

.product-badge {
  height: 160px;
  width: 160px;
  border-radius: 50%;
  background: #0b1f38;
  color: #fff;
  display: grid;
  place-items: center;
  text-align: center;
  border: 8px solid #b9822f;
  box-shadow: 0 15px 35px #0b1f3830
}

.product-badge span {
  font-size: 42px;
  font-weight: 900;
  line-height: 1
}

.product-badge small {
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #dfc18a
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px
}

.feature-grid article {
  background: #fff;
  border: 1px solid #e2d9ca;
  border-radius: 14px;
  padding: 15px 21px;
  position: relative;
  min-height: 185px
}

.feature-grid article>span {
  font-size: 24px
}

.feature-grid h3 {
  font-size: 17px;
  color: #0b1f38;
  margin: 10px 0 5px
}

.feature-grid p {
  font-size: 13px;
  color: #63758a;
  margin: 0
}

.feature-grid .optional {
  border-style: dashed
}

.feature-grid em {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 10px;
  color: #a87326;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 800
}

.values {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 18px
}

.values b {
  padding: 9px 14px;
  background: #f1e4cc;
  border-radius: 8px;
  color: #76501b
}

.dark {
  background: #0b1f38;
  color: #fff
}

.dark .eyebrow {
  color: #d5aa60
}

.dark h2 {
  color: #fff
}

.industry-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px
}

.industry-grid div {
  padding: 30px;
  border: 1px solid #ffffff20;
  border-radius: 14px;
  background: #ffffff08
}

.industry-grid p {
  color: #aebdcd
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px
}

.steps div {
  border-top: 3px solid #b9822f;
  padding-top: 18px;
}

.steps b {
  color: #b9822f
}

.steps h3 {
  font-size: 18px;
  padding: 4px 0;
  margin: 0px;
}

.steps p {
  line-height: 1.4;
  padding: 2px 0;
  margin: 0px;
}

.contact {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 70px;
  background: #f2eee5
}

.contact form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  background: #fff;
  padding: 28px;
  border-radius: 16px;
  border: 1px solid #e2d9ca
}

.contact label {
  font-size: 13px;
  font-weight: 800;
  color: #26394d
}

.contact input,
.contact select,
.contact textarea {
  width: 100%;
  margin-top: 7px;
  padding: 12px;
  border: 1px solid #dbe3ec;
  border-radius: 8px;
  font: inherit
}

.domain {
  margin-top: 30px;
  padding: 18px 20px;
  background: #fff;
  border-left: 4px solid #b9822f;
  border-radius: 8px
}

.domain strong {
  display: block;
  font-size: 22px;
  color: #0b1f38
}

.domain span {
  font-size: 10px;
  letter-spacing: 1.5px;
  color: #a87326
}

.wide {
  grid-column: 1/-1
}

.muted {
  color: #8294a8 !important
}

footer {
  padding: 30px 75px 8px;
  background: #071523;
  color: #aebdcd;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  font-size: 12px
}

footer p {
  margin: 0;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 0px 10px;
  border: 1px solid #e7e0d5;
  border-radius: 12px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, .14);
}

.footer-brand img {
  width: 160px;
  height: auto;
  object-fit: contain;
  object-position: center
}


.footer-brand strong {
  display: block;
  color: #fff;
  font-size: 18px
}

@media(max-width:1050px) {
  .feature-grid {
    grid-template-columns: repeat(3, 1fr)
  }

  .industry-grid {
    grid-template-columns: 1fr 1fr
  }
}

@media(max-width:900px) {
  .nav nav {
    display: none;
    position: absolute;
    top: 82px;
    left: 0;
    right: 0;
    background: #fff;
    padding: 25px;
    flex-direction: column
  }

  .nav nav.open {
    display: flex
  }

  .menu {
    display: block
  }

  .hero {
    grid-template-columns: 1fr;
    padding-top: 60px
  }

  .hero h1 {
    font-size: 45px
  }

  .grid {
    grid-template-columns: 1fr 1fr
  }

  .section-head,
  .split,
  .contact {
    grid-template-columns: 1fr
  }

  .steps {
    grid-template-columns: 1fr 1fr
  }

  .product-intro {
    grid-template-columns: 1fr
  }

  .product-badge {
    display: none
  }

  footer {
    flex-direction: column;
    align-items: flex-start
  }
}

@media(max-width:560px) {
  .brand img {
    width: 55px
  }

  .hero h1 {
    font-size: 38px
  }

  .grid,
  .steps,
  .contact form,
  .feature-grid,
  .industry-grid {
    grid-template-columns: 1fr
  }

  .section {
    padding: 65px 6vw
  }

  .hero {
    padding: 60px 6vw
  }

  .section h2 {
    font-size: 34px
  }

  .actions,
  .product-actions {
    align-items: flex-start;
    flex-direction: column
  }
}

/* =========================================================
   EXTENSIONS — interior-page elements (breadcrumb, page header,
   tinted sections, FAQ accordion, footer columns, CTA band).
   Same palette as the base file: navy #0b1f38, gold #b9822f,
   cream #fbfaf7 / #f2eee5. No new colors introduced.
========================================================= */

/* keep header contents spaced correctly even when wrapped in .inner */
.nav .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%
}

/* max-width helper used inside full-bleed sections */
.wrap {
  max-width: 1180px;
  margin: 0 auto
}

/* thin gold signal line under the nav */
.signal-bar {
  height: 3px;
  width: 100%;
  background: linear-gradient(90deg, #0b1f38, #b9822f, #d7aa55, #0b1f38);
  background-size: 200% 100%;
  animation: signal-flow 6s linear infinite
}

@keyframes signal-flow {
  to {
    background-position: -200% 0
  }
}

@media(prefers-reduced-motion:reduce) {
  .signal-bar {
    animation: none
  }

  .pulse {
    animation: none
  }
}

/* current-page nav link */
.nav nav a.active {
  color: #0b1f38;
  font-weight: 800;
  border-bottom: 2px solid #b9822f
}

/* interior page hero band */
.page-header {
  background: radial-gradient(circle at 80% 0%, #1b3357, transparent 55%), #0b1f38;
  color: #fff;
  padding: 40px 75px 25px;
  position: relative;
  overflow: hidden
}

.page-header .eyebrow {
  color: #d7aa55
}

.page-header h1 {
  color: #fff;
  font-size: 46px;
  letter-spacing: -1px;
  margin: 14px 0 16px;
  max-width: 800px;
  line-height: 1.1;
}

.page-header p.lead {
  color: #c3cedb;
  font-size: 17px;
  max-width: 640px;
  margin: 0
}

.breadcrumb {
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #d7aa55;
  margin-bottom: 6px;
  display: flex;
  gap: 8px;
  align-items: center
}

.breadcrumb a {
  color: #c3cedb;
  text-decoration: none
}

.breadcrumb span {
  color: #5c7291
}

/* tinted (cream) section background, matches .product-section tone */
.section.tint {
  background: #f2eee5;
  border-top: 1px solid #e3dacb;
  border-bottom: 1px solid #e3dacb
}

/* dark CTA band */
.cta-band {
  background: #0b1f38;
  background-image: radial-gradient(circle at 50% 0%, #1b3357, transparent 60%);
  color: #fff;
  text-align: center;
  padding: 25px 75px 10px;
}

.cta-band .wrap {
  max-width: 640px
}

.cta-band h2 {
  color: #fff
}

.cta-band p {
  color: #b9c6d4;
  line-height: 1.4;
}

.cta-band .actions {
  justify-content: center
}

.btn.on-dark {
  background: #b9822f !important
}

.btn.on-dark:hover {
  background: #d7aa55 !important
}

/* stat row (about page) */
.stat-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 28px
}

.stat-row div {
  border-top: 1px solid #e4ddd2;
  padding-top: 14px
}

.stat-row b {
  display: block;
  font-size: 30px;
  color: #0b1f38
}

.stat-row span {
  font-size: 11px;
  color: #61758b;
  text-transform: uppercase;
  letter-spacing: .05em
}

/* contact info list */
.contact-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 26px
}

.contact-info div {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 15px
}

.contact-info b {
  display: block;
  color: #0b1f38;
  font-size: 14px
}

.contact-info span {
  color: #61758b;
  font-size: 14px
}

/* industry / approach detail lists inside cards */
.industry-detail {
  list-style: none;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid #ffffff20
}

.industry-detail li {
  font-size: 13px;
  color: #aebdcd;
  padding: 4px 0
}

.industry-detail li::before {
  content: "— ";
  color: #d7aa55
}

.approach-detail {
  list-style: none;
  margin-top: 12px;
  padding: 0
}

.approach-detail li {
  font-size: 14px;
  color: #60748a;
  padding: 5px 0 5px 16px;
  position: relative
}

.approach-detail li::before {
  content: "•";
  color: #b9822f;
  position: absolute;
  left: 0
}

/* FAQ accordion */
.faq-item {
  border-bottom: 1px solid #e4ddd2
}

.faq-item summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 2px;
  font-weight: 800;
  font-size: 17px;
  color: #0b1f38
}

.faq-item summary::-webkit-details-marker {
  display: none
}

.faq-item summary::after {
  content: "+";
  font-size: 20px;
  color: #b9822f;
  transition: transform .2s ease
}

.faq-item[open] summary::after {
  transform: rotate(45deg)
}

.faq-item p {
  padding: 0 2px 20px;
  max-width: 640px;
  color: #60748a
}

/* footer, extended to a multi-column layout in the same dark/gold tone */
footer {
  display: block
}

footer .wrap {
  margin: 0 auto;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ffffff18
}

.footer-col h4 {
  font-size: 11px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  color: #d7aa55;
  margin: 0 0 14px
}

.footer-col a {
  display: block;
  font-size: 13px;
  padding: 5px 0;
  color: #aebdcd;
  text-decoration: none
}

.footer-col a:hover {
  color: #d7aa55
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  font-size: 12px;
  flex-wrap: wrap;
  gap: 10px
}

@media(max-width:900px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr
  }

  .stat-row {
    grid-template-columns: 1fr
  }
}

@media(max-width:560px) {
  .footer-grid {
    grid-template-columns: 1fr
  }
}

/* =========================================
   CLANLOGIC AI CHATBOT
   ========================================= */

#clanlogic-ai-button,
#clanlogic-ai-window,
#clanlogic-ai-window * {
  box-sizing: border-box;
}

.clanlogic-ai-button {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 60px;
  height: 60px;
  border: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, #111827, #374151);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 999999;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .22), 0 0 0 1px rgba(255, 255, 255, .08);
  transition: transform .2s ease, box-shadow .2s ease;
}

.clanlogic-ai-button:hover {
  transform: translateY(-3px) scale(1.04);
}

.clanlogic-ai-button-icon {
  font-size: 25px;
  line-height: 1;
}

.clanlogic-ai-button-pulse {
  position: absolute;
  width: 10px;
  height: 10px;
  right: 2px;
  top: 2px;
  border-radius: 50%;
  background: #22c55e;
  border: 2px solid #fff;
}

.clanlogic-ai-window {
  position: fixed;
  right: 24px;
  bottom: 96px;
  width: 390px;
  max-width: calc(100vw - 32px);
  height: 570px;
  max-height: calc(100vh - 125px);
  background: #fff;
  border-radius: 22px;
  overflow: hidden;
  display: none;
  flex-direction: column;
  z-index: 999998;
  border: 1px solid rgba(17, 24, 39, .08);
  box-shadow: 0 25px 70px rgba(0, 0, 0, .20), 0 8px 25px rgba(0, 0, 0, .08);
  animation: clanlogicAIIn .22s ease;
}

@keyframes clanlogicAIIn {
  from {
    opacity: 0;
    transform: translateY(12px) scale(.97);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.clanlogic-ai-header {
  min-height: 76px;
  padding: 15px 16px;
  background: linear-gradient(135deg, #111827 0%, #1f2937 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.clanlogic-ai-brand {
  display: flex;
  align-items: center;
  gap: 11px;
}

.clanlogic-ai-avatar {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.clanlogic-ai-name {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -.2px;
}

.clanlogic-ai-status {
  margin-top: 4px;
  font-size: 11px;
  color: rgba(255, 255, 255, .68);
  display: flex;
  align-items: center;
  gap: 5px;
}

.clanlogic-ai-status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 8px rgba(34, 197, 94, .6);
}

.clanlogic-ai-close {
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 10px;
  background: rgba(255, 255, 255, .08);
  color: #fff;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.clanlogic-ai-close:hover {
  background: rgba(255, 255, 255, .16);
}

.clanlogic-ai-messages {
  flex: 1;
  padding: 18px;
  overflow-y: auto;
  background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
  scrollbar-width: thin;
}

.clanlogic-ai-message {
  max-width: 86%;
  margin-bottom: 12px;
  padding: 11px 14px;
  border-radius: 15px;
  font-size: 14px;
  line-height: 1.5;
  word-wrap: break-word;
}

.clanlogic-ai-bot {
  background: #fff;
  color: #1f2937;
  border: 1px solid #e5e7eb;
  border-bottom-left-radius: 5px;
  box-shadow: 0 2px 7px rgba(0, 0, 0, .035);
}

.clanlogic-ai-user {
  margin-left: auto;
  background: #111827;
  color: #fff;
  border-bottom-right-radius: 5px;
}

.clanlogic-ai-welcome {
  max-width: 90%;
}

.clanlogic-ai-welcome-title {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 3px;
}

.clanlogic-ai-welcome-text {
  color: #6b7280;
  font-size: 13px;
}

.clanlogic-ai-suggestions {
  background: #fff;
  border-top: 1px solid #eef0f3;
}

.clanlogic-ai-suggestions-toggle {
  width: 100%;
  padding: 9px 16px;
  border: 0;
  background: transparent;
  color: #6b7280;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  cursor: pointer;
}

.clanlogic-ai-chevron {
  transition: transform .2s ease;
}

.clanlogic-ai-suggestions.open .clanlogic-ai-chevron {
  transform: rotate(180deg);
}

.clanlogic-ai-quick {
  display: none;
  padding: 0 14px 11px;
  gap: 7px;
  flex-wrap: wrap;
}

.clanlogic-ai-suggestions.open .clanlogic-ai-quick {
  display: flex;
}

.clanlogic-ai-quick button {
  border: 1px solid #e5e7eb;
  background: #f8fafc;
  color: #374151;
  border-radius: 20px;
  padding: 7px 10px;
  font-size: 11px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
}

.clanlogic-ai-quick button:hover {
  background: #f1f5f9;
  border-color: #d1d5db;
}

.clanlogic-ai-input-area {
  padding: 11px 13px 9px;
  background: #fff;
  border-top: 1px solid #eef0f3;
}

.clanlogic-ai-input-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 5px;
  border: 1px solid #dfe3e8;
  border-radius: 16px;
  background: #fff;
}

.clanlogic-ai-input-wrapper:focus-within {
  border-color: #9ca3af;
  box-shadow: 0 0 0 3px rgba(17, 24, 39, .06);
}

.clanlogic-ai-input {
  flex: 1;
  min-width: 0;
  border: 0;
  outline: 0;
  padding: 9px 10px;
  background: transparent;
  color: #111827;
  font-size: 13px;
}

.clanlogic-ai-input::placeholder {
  color: #9ca3af;
}

.clanlogic-ai-send {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  border: 0;
  border-radius: 11px;
  background: #111827;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.clanlogic-ai-send:disabled {
  opacity: .45;
  cursor: not-allowed;
}

.clanlogic-ai-powered {
  text-align: center;
  margin-top: 6px;
  color: #a1a1aa;
  font-size: 9px;
}

.clanlogic-ai-typing {
  display: flex;
  align-items: center;
  gap: 4px;
}

.clanlogic-ai-typing span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #9ca3af;
  animation: clanlogicTyping 1.2s infinite;
}

.clanlogic-ai-typing span:nth-child(2) {
  animation-delay: .15s;
}

.clanlogic-ai-typing span:nth-child(3) {
  animation-delay: .30s;
}

@keyframes clanlogicTyping {

  0%,
  60%,
  100% {
    transform: translateY(0);
    opacity: .5;
  }

  30% {
    transform: translateY(-4px);
    opacity: 1;
  }
}

@media (max-width:600px) {
  .clanlogic-ai-button {
    width: 56px;
    height: 56px;
    right: 16px;
    bottom: 16px;
  }

  .clanlogic-ai-window {
    left: 10px;
    right: 10px;
    bottom: 82px;
    width: auto;
    height: calc(100vh - 110px);
    max-height: 650px;
    border-radius: 20px;
  }

  .clanlogic-ai-header {
    min-height: 70px;
  }
}