:root {
  --navy: #001f5c;
  --blue: #003b9a;
  --blue-2: #0067ff;
  --yellow: #ffcc00;
  --text: #061a44;
  --muted: #667895;
  --line: #e5edf7;
  --soft: #f5f8fc;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(0, 31, 92, .16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

.site-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 58px;
  color: #fff;
  background: linear-gradient(90deg, #001943, #003b9a);
  box-shadow: 0 12px 34px rgba(0, 31, 92, .22);
}

.site-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 900;
  letter-spacing: -.02em;
}

.site-logo span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: var(--navy);
  background: var(--yellow);
  border-radius: 12px;
  font-weight: 900;
}

.site-menu {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 14px;
  font-weight: 800;
}

.site-menu a {
  opacity: .92;
}

.site-menu a:hover {
  color: var(--yellow);
}

.site-menu [data-cart-count] {
  display: inline-grid;
  min-width: 18px;
  height: 18px;
  place-items: center;
  margin-left: 4px;
  border-radius: 999px;
  color: #061a44;
  background: var(--yellow);
  font-size: 11px;
}

.site-menu [data-cart-count][hidden] {
  display: none;
}

.language-select select {
  min-height: 38px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 10px;
  color: #fff;
  background: rgba(255,255,255,.08);
  padding: 0 10px;
  font-weight: 900;
}

.nav-cta,
.btn.yellow,
.admin-btn.yellow {
  color: #061a44 !important;
  background: var(--yellow) !important;
}

.nav-cta {
  padding: 13px 22px;
  border-radius: 12px;
  box-shadow: 0 12px 28px rgba(255, 204, 0, .28);
}

.menu-toggle {
  display: none;
  border: 0;
  color: #fff;
  background: transparent;
  font-size: 28px;
}

.hero-section {
  min-height: 680px;
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 30px;
  align-items: center;
  padding: 62px 58px 76px;
  color: #fff;
  background:
    radial-gradient(circle at 72% 42%, rgba(0, 103, 255, .55), transparent 34%),
    radial-gradient(circle at 92% 22%, rgba(255, 204, 0, .16), transparent 22%),
    linear-gradient(120deg, #00143d 0%, #002f86 58%, #003b9a 100%);
  overflow: hidden;
}

.hero-copy {
  max-width: 720px;
}

.hero-badge {
  display: inline-flex;
  margin-bottom: 28px;
  padding: 9px 14px;
  border-radius: 10px;
  color: var(--navy);
  background: var(--yellow);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.hero-copy h1 {
  margin: 0;
  max-width: 680px;
  font-size: clamp(48px, 6vw, 78px);
  line-height: 1.06;
  letter-spacing: -.04em;
}

.hero-copy h1::first-line {
  color: #fff;
}

.hero-copy p {
  max-width: 610px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, .88);
  font-size: 20px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 34px;
}

.btn {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 12px;
  color: #fff;
  background: var(--blue);
  cursor: pointer;
  font-weight: 900;
  box-shadow: 0 16px 34px rgba(0, 31, 92, .2);
}

.btn.outline {
  border-color: rgba(255, 255, 255, .24);
  background: rgba(255, 255, 255, .06);
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  margin-top: 44px;
  color: rgba(255, 255, 255, .86);
  font-size: 13px;
  font-weight: 800;
}

.hero-visual {
  position: relative;
  min-height: 580px;
}

.robot-orb {
  position: absolute;
  left: 6%;
  top: 28%;
  width: 112px;
  height: 112px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 32px;
  color: var(--yellow);
  background: linear-gradient(180deg, rgba(255,255,255,.18), rgba(255,255,255,.06));
  box-shadow: 0 30px 70px rgba(0, 0, 0, .25);
  font-size: 34px;
  font-weight: 950;
}

.dashboard-mockup {
  position: absolute;
  right: 10%;
  top: 40px;
  width: min(520px, 86%);
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(5, 22, 58, .94), rgba(2, 12, 34, .92));
  box-shadow: 0 36px 100px rgba(0, 0, 0, .36);
  transform: rotate(4deg);
}

.mockup-top,
.admin-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.mockup-top small,
.dashboard-mockup small,
.activity small {
  color: rgba(255, 255, 255, .58);
}

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

.mockup-grid div,
.metric-grid div {
  padding: 16px;
  border-radius: 14px;
  background: rgba(255, 255, 255, .07);
}

.mockup-grid strong,
.metric-grid strong {
  display: block;
  margin-top: 6px;
  font-size: 24px;
}

em {
  color: #39d98a;
  font-style: normal;
  font-size: 12px;
  font-weight: 900;
}

.chart-lines {
  height: 170px;
  display: flex;
  align-items: end;
  gap: 12px;
  margin-top: 20px;
  padding: 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .05);
}

.chart-lines span {
  flex: 1;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(180deg, var(--yellow), var(--blue-2));
}

.activity p {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, .82);
  font-size: 13px;
}

.activity b {
  color: var(--yellow);
}

.hero-chat-card {
  position: absolute;
  right: 2%;
  bottom: 42px;
  width: 310px;
  padding: 20px;
  border-radius: 22px;
  color: var(--text);
  background: #fff;
  box-shadow: var(--shadow);
}

.hero-chat-card {
  display: none !important;
}

.hero-chat-card small {
  display: block;
  color: #22a060;
  font-weight: 900;
}

.hero-chat-card p {
  padding: 14px;
  border-radius: 14px;
  background: #f0f3f8;
  font-size: 13px;
}

.hero-chat-card button,
.chat-body button {
  width: 100%;
  margin-top: 8px;
  padding: 10px;
  border: 1px solid var(--blue-2);
  border-radius: 10px;
  color: var(--blue);
  background: #fff;
  font-size: 12px;
  font-weight: 850;
}

.section {
  padding: 72px 58px;
}

.white {
  background: #fff;
}

.section-heading {
  margin-bottom: 34px;
}

.centered {
  text-align: center;
}

.section-heading small,
.pricing-card small,
.about small,
.contact-section small {
  color: var(--blue);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.section-heading h2,
.solution-copy h2,
.pricing-card h2,
.about h2,
.contact-section h2 {
  margin: 8px 0 0;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.08;
  letter-spacing: -.035em;
}

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

.industry-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(0, 31, 92, .08);
  transition: transform .2s ease, box-shadow .2s ease;
}

.industry-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 64px rgba(0, 31, 92, .14);
}

.industry-card img {
  width: 100%;
  height: 145px;
  object-fit: cover;
}

.industry-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin: -27px 0 10px 22px;
  border-radius: 18px;
  border: 3px solid #fff;
  background: var(--blue-2);
  box-shadow: 0 14px 30px rgba(0, 103, 255, .28);
  color: #fff;
  font-size: 14px;
  font-weight: 950;
  letter-spacing: .04em;
  line-height: 1;
  overflow: hidden;
  position: relative;
  z-index: 2;
  flex: 0 0 54px;
}

.industry-card h3,
.industry-card p,
.industry-card a {
  margin-left: 22px;
  margin-right: 22px;
}

.industry-card h3 {
  margin-top: 0;
  font-size: 21px;
}

.industry-card p {
  min-height: 72px;
  color: var(--muted);
  font-size: 14px;
}

.industry-card a,
.industry-card button {
  display: inline-flex;
  gap: 8px;
  color: var(--blue-2);
  background: transparent;
  border: 0;
  font-weight: 900;
  font-size: 14px;
  cursor: pointer;
}

.industry-actions {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 8px;
  margin: 0 22px 22px;
}

.industry-actions a,
.industry-actions button {
  margin: 0;
  white-space: nowrap;
}

.industry-actions a {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 10px;
  border: 1px solid var(--line);
  border-radius: 10px;
  font-size: 12px;
  font-weight: 950;
}

.industry-actions .demo-link {
  justify-content: center;
  color: #061a44;
  background: var(--yellow);
  border-color: var(--yellow);
}

.cart-control {
  width: 100%;
  min-width: 118px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 0 10px;
  border: 1px solid var(--line);
  border-radius: 10px;
  color: #061a44;
  background: #f7fbff;
  font-size: 12px;
  font-weight: 950;
}

.cart-control button {
  min-width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 9px;
  color: #061a44;
  background: transparent;
  font: inherit;
  cursor: pointer;
}

.cart-control [data-cart-add] {
  width: 100%;
  gap: 6px;
}

.cart-control [data-cart-minus],
.cart-control [data-cart-plus] {
  color: #061a44;
  background: #fff;
}

.cart-control strong {
  min-width: 24px;
  text-align: center;
  color: #061a44;
}

.cart-control span,
.add-cart-btn span {
  font-weight: 950;
  line-height: 1;
}

.solution-cart-control {
  min-width: 160px;
  height: 50px;
  border-radius: 999px;
  color: #fff;
  background: transparent;
  border-color: rgba(255,255,255,.32);
}

.solution-cart-control button,
.solution-cart-control strong {
  color: #fff;
}

.solution-cart-control [data-cart-minus],
.solution-cart-control [data-cart-plus] {
  color: #061a44;
  background: var(--yellow);
}

.feature-band {
  padding: 64px 58px;
  color: #fff;
  background: linear-gradient(100deg, #001943, #003b9a);
}

.section-heading.light small {
  color: var(--yellow);
}

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

.feature-row article {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 12px;
  min-width: 0;
}

.feature-row span {
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 204, 0, .8);
  border-radius: 999px;
  color: var(--yellow);
  background: rgba(0, 31, 92, .38);
  box-shadow: inset 0 0 0 4px rgba(255, 204, 0, .05);
  font-size: 18px;
  line-height: 1;
  overflow: hidden;
}

.feature-row h3 {
  margin: 0;
  font-size: 17px;
  min-width: 0;
  overflow-wrap: anywhere;
}

.feature-row p {
  grid-column: 2;
  margin: -4px 0 0;
  color: rgba(255, 255, 255, .76);
  font-size: 13px;
  min-width: 0;
  overflow-wrap: anywhere;
}

.split,
.about,
.contact-section {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 54px;
  align-items: center;
}

.solution-copy p,
.pricing-card p,
.about p,
.contact-section p {
  color: var(--muted);
  font-size: 17px;
}

.solution-copy ul {
  display: grid;
  gap: 13px;
  margin: 26px 0 30px;
  padding: 0;
  list-style: none;
  font-weight: 800;
}

.solution-copy li::before {
  content: "✓";
  margin-right: 10px;
  color: var(--navy);
  background: var(--yellow);
  border-radius: 999px;
  padding: 1px 5px;
}

.analytics-panel {
  display: grid;
  grid-template-columns: 62px 1fr;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--shadow);
}

.analytics-panel aside {
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 24px;
  padding: 18px 0;
  color: #fff;
  background: var(--navy);
}

.analytics-panel > div {
  padding: 24px;
}

.metric-grid div {
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 10px 30px rgba(0,31,92,.06);
}

.analytics-bottom {
  display: grid;
  grid-template-columns: 1.35fr .65fr;
  gap: 18px;
  margin-top: 18px;
}

.line-chart,
.donut {
  min-height: 250px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: linear-gradient(180deg, #fff, #f6f9ff);
}

.line-chart span {
  display: block;
  width: 86%;
  height: 160px;
  margin: 48px auto 0;
  border-radius: 50%;
  border-top: 5px solid var(--blue-2);
  transform: skewX(-22deg);
}

.donut {
  display: grid;
  place-items: center;
}

.donut span {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: conic-gradient(var(--blue-2) 0 45%, var(--yellow) 45% 70%, #8db7ff 70% 88%, #e6eef9 88%);
  box-shadow: inset 0 0 0 38px #fff;
}

.pricing-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 42px;
  border-radius: 22px;
  color: #fff;
  background: linear-gradient(120deg, var(--navy), var(--blue));
}

.pro-pricing {
  display: grid;
  grid-template-columns: 1.05fr 1.25fr;
  align-items: stretch;
  padding: 0;
  overflow: hidden;
}

.price-main-block,
.price-checks {
  padding: 34px;
}

.price-main-block {
  background: rgba(255,255,255,.06);
}

.price-main-block span {
  display: block;
  margin-bottom: 14px;
  color: var(--yellow);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.price-main-block strong {
  display: block;
  color: #fff;
  font-size: clamp(46px, 5vw, 72px);
  line-height: .92;
  letter-spacing: -.05em;
}

.price-main-block small {
  display: block;
  margin: 8px 0 18px;
  color: rgba(255,255,255,.78);
  font-weight: 900;
}

.price-main-block p,
.price-checks p {
  color: rgba(255,255,255,.82);
}

.custom-order-link {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
  padding: 0 20px;
  border-radius: 999px;
  color: #061a44;
  background: var(--yellow);
  font-weight: 950;
}

.price-checks {
  display: grid;
  align-content: center;
  gap: 12px;
  border-left: 1px solid rgba(255,255,255,.16);
  background: rgba(255,204,0,.08);
}

.price-checks p {
  margin: 0;
  font-weight: 850;
}

.price-checks b {
  color: var(--yellow);
  margin-right: 8px;
}

.custom-option-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 22px;
  align-items: center;
  margin-top: 18px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(0, 31, 92, .08);
}

.custom-option-card small {
  color: var(--blue-2);
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.custom-option-card h3 {
  margin: 8px 0 8px;
  color: var(--navy);
  font-size: clamp(24px, 3vw, 34px);
  letter-spacing: -.03em;
}

.custom-option-card p {
  max-width: 850px;
  margin: 0;
  color: var(--muted);
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.news-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(0, 31, 92, .08);
}

.news-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.news-card small,
.news-card h3,
.news-card p,
.news-card a {
  margin-left: 22px;
  margin-right: 22px;
}

.news-card small {
  display: block;
  margin-top: 20px;
  color: var(--blue);
  font-weight: 900;
}

.news-card h3 {
  font-size: 22px;
}

.news-card p {
  color: var(--muted);
}

.news-card a {
  display: inline-flex;
  gap: 8px;
  margin-bottom: 22px;
  color: var(--blue-2);
  font-weight: 900;
}

.pricing-card small {
  color: var(--yellow);
}

.pricing-card p {
  max-width: 760px;
  color: rgba(255,255,255,.82);
}

.about {
  background: var(--soft);
}

.about {
  grid-template-columns: 1.2fr .8fr;
  align-items: stretch;
}

.about-copy {
  display: grid;
  align-content: center;
  gap: 16px;
}

.about-copy h2 {
  margin-bottom: 0;
}

.about-copy p {
  margin: 0;
  color: #2a4168;
  line-height: 1.68;
}

.about-robot-card {
  position: relative;
  min-height: 520px;
  display: grid;
  align-content: end;
  overflow: hidden;
  padding: 28px;
  border-radius: 28px;
  color: #fff;
  background:
    radial-gradient(circle at 45% 20%, rgba(255,204,0,.26), transparent 28%),
    linear-gradient(150deg, #001943, #003b9a);
  box-shadow: 0 24px 70px rgba(0, 31, 92, .18);
}

.about-robot-card img {
  position: absolute;
  left: 50%;
  top: 26px;
  width: min(78%, 360px);
  transform: translateX(-50%);
  filter: drop-shadow(0 26px 34px rgba(0,0,0,.32));
}

.about-robot-card div {
  position: relative;
  z-index: 1;
  padding: 20px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 18px;
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(12px);
}

.about-robot-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 22px;
}

.about-robot-card span {
  color: rgba(255,255,255,.78);
  line-height: 1.55;
}

.contact-section {
  padding: 72px 58px;
  color: #fff;
  background:
    radial-gradient(circle at 82% 14%, rgba(255,204,0,.22), transparent 26%),
    linear-gradient(120deg, #001943, #003b9a);
}

.contact-section small {
  color: var(--yellow);
}

.contact-section p {
  color: rgba(255,255,255,.82);
}

.contact-form {
  display: grid;
  gap: 14px;
  padding: 24px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 18px;
  background: rgba(255,255,255,.08);
}

.contact-form input,
.contact-form textarea,
.chat-form input,
.chat-form textarea,
.admin-form input,
.admin-form textarea,
.admin-form select,
.login-card input {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 12px;
  outline: none;
  padding: 13px 14px;
  background: #fff;
}

.site-footer {
  padding: 48px 58px 26px;
  color: #fff;
  background: #001943;
}

.footer-main {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: 46px;
  margin-top: 34px;
}

.footer-brand {
  display: grid;
  gap: 8px;
  max-width: 520px;
}

.footer-brand strong {
  font-size: 20px;
}

.footer-brand span {
  color: rgba(255,255,255,.78);
}

.footer-column {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 26px;
  align-content: start;
}

.footer-column h3 {
  grid-column: 1 / -1;
  margin: 0 0 6px;
  color: var(--yellow);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.footer-column a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  opacity: .82;
  transition: color .2s ease, opacity .2s ease;
}

.footer-column a:hover {
  color: var(--yellow);
  opacity: 1;
}

.footer-contact {
  grid-template-columns: 1fr;
}

.footer-contact a {
  overflow-wrap: anywhere;
}

.footer-bottom {
  margin-top: 34px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.66);
  font-size: 13px;
}

.bizchat-admin-typing {
  margin: 10px 0 0;
  color: #667895;
  font-size: 13px;
  font-style: italic;
}

.bizchat-admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.toast {
  position: fixed;
  right: 24px;
  top: 100px;
  z-index: 80;
  padding: 14px 18px;
  border-radius: 14px;
  color: var(--text);
  background: var(--yellow);
  box-shadow: var(--shadow);
  font-weight: 900;
}

.chat-fab {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 70;
  width: 62px;
  height: 62px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: var(--blue-2);
  box-shadow: 0 18px 42px rgba(0,103,255,.35);
  cursor: pointer;
  font-size: 24px;
}

.chat-notification-badge {
  position: absolute;
  right: -2px;
  top: -4px;
  min-width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 999px;
  color: #fff;
  background: #e31b3d;
  font-size: 12px;
  font-weight: 950;
  box-shadow: 0 8px 16px rgba(227, 27, 61, .32);
}

.chat-notification-badge[hidden] {
  display: none;
}

.robot-fab {
  display: grid;
  place-items: center;
  background: linear-gradient(160deg, #0877ff, #003b9a);
}

.fab-robot {
  position: relative;
  width: 37px;
  height: 36px;
  display: block;
  border-radius: 15px;
  background: linear-gradient(180deg, #ffffff, #b8d7f2);
  box-shadow: inset 0 -5px 10px rgba(0, 59, 154, .2);
}

.fab-robot::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 11px;
  width: 21px;
  height: 12px;
  border-radius: 8px;
  background: #061a44;
}

.fab-robot i,
.fab-robot b {
  position: absolute;
  z-index: 2;
  top: 15px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #35e7ff;
  box-shadow: 0 0 7px #35e7ff;
}

.fab-robot i {
  left: 15px;
}

.fab-robot b {
  right: 15px;
}

.fab-robot em {
  position: absolute;
  right: -8px;
  top: 15px;
  width: 11px;
  height: 4px;
  border-radius: 999px;
  background: #d8ecff;
  transform-origin: left center;
}

.chat-fab.waving .fab-robot em,
.chat-fab:hover .fab-robot em {
  animation: robot-wave .7s ease-in-out 2;
}

@keyframes robot-wave {
  0%, 100% { transform: rotate(0deg); }
  35% { transform: rotate(-34deg); }
  70% { transform: rotate(24deg); }
}

.chat-widget {
  position: fixed;
  right: 24px;
  bottom: 96px;
  z-index: 75;
  width: min(380px, calc(100% - 32px));
  display: none;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--shadow);
}

.chat-widget.open {
  display: block;
}

.chat-widget header {
  display: flex;
  justify-content: space-between;
  padding: 18px;
  border-bottom: 1px solid var(--line);
}

.chat-widget header small {
  display: block;
  color: #22a060;
  font-weight: 900;
}

.chat-widget header button {
  border: 0;
  background: transparent;
  cursor: pointer;
  font-size: 24px;
}

.chat-body,
.chat-form {
  padding: 16px;
}

.chat-body {
  max-height: 310px;
  overflow: auto;
}

.chat-body.pre-chat {
  display: none;
}

.ai-message {
  padding: 14px;
  border-radius: 14px;
  background: #eef3fb;
}

.typing-message {
  width: fit-content;
  padding: 12px 14px;
  border-radius: 14px;
  color: #607795;
  background: #eef3fb;
  font-size: 13px;
  font-weight: 800;
}

.user-message {
  width: fit-content;
  max-width: 86%;
  margin-left: auto;
  padding: 12px 14px;
  border-radius: 14px 14px 4px 14px;
  color: #fff;
  background: var(--blue-2);
  font-size: 13px;
}

.solution-page {
  background: #fff;
}

.solution-hero {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 46px;
  align-items: center;
  padding: 74px 60px;
  color: #fff;
  background:
    radial-gradient(circle at 80% 20%, rgba(255, 204, 0, .22), transparent 24%),
    linear-gradient(120deg, #001943, #003b9a);
}

.solution-hero img {
  width: 100%;
  height: 430px;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, .3);
}

.back-link {
  display: inline-flex;
  margin-bottom: 22px;
  color: rgba(255,255,255,.78);
  font-weight: 850;
}

.solution-icon {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 18px;
  color: #fff;
  background: #0877ff;
  font-size: 28px;
}

.solution-hero h1 {
  max-width: 620px;
  margin: 0;
  font-size: 58px;
  line-height: 1;
}

.solution-hero p {
  max-width: 650px;
  color: rgba(255,255,255,.82);
  font-size: 19px;
}

.solution-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.solution-content {
  display: grid;
  grid-template-columns: .65fr 1.35fr;
  gap: 44px;
  padding: 70px 60px;
}

.solution-content small {
  color: var(--blue);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.solution-content h2 {
  margin: 8px 0 0;
  font-size: 40px;
  line-height: 1.08;
}

.solution-content article {
  color: #2f4468;
  font-size: 18px;
  line-height: 1.75;
}

.solution-options {
  padding: 16px 60px 76px;
}

.options-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 28px;
}

.options-grid article {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 10px;
  align-items: start;
  min-height: 92px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(0, 31, 92, .06);
}

.options-grid span {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #061a44;
  background: var(--yellow);
  font-weight: 950;
}

.options-grid p {
  margin: 0;
  color: #1d3762;
  font-weight: 800;
  line-height: 1.45;
}

.chat-form {
  display: grid;
  gap: 10px;
  border-top: 1px solid var(--line);
}

.chat-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.chat-department {
  display: grid;
  gap: 7px;
  color: #5f7595;
  font-size: 12px;
  font-weight: 900;
}

.chat-department select {
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 0 12px;
  color: var(--blue);
  background: #f8fbff;
  font: inherit;
  font-weight: 900;
}

.chat-options button {
  width: 100%;
  height: auto;
  min-height: 38px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 10px;
  color: var(--blue);
  background: #f8fbff;
  font-size: 12px;
  font-weight: 900;
}

.chat-options button.active {
  color: #061a44;
  background: var(--yellow);
  border-color: var(--yellow);
}

.chat-form button {
  width: 46px;
  height: 46px;
  justify-self: end;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: var(--blue-2);
  cursor: pointer;
}

.chat-form .chat-options button {
  width: 100%;
  height: auto;
  justify-self: stretch;
  color: var(--blue);
  background: #f8fbff;
}

.chat-form .chat-options button.active {
  color: #061a44;
  background: var(--yellow);
}

.chat-form button:disabled {
  opacity: .62;
  cursor: wait;
}

.chat-status {
  min-height: 18px;
  margin: 0;
  font-size: 12px;
  font-weight: 800;
  color: #7187a4;
}

.chat-status.success {
  color: #15884f;
}

.chat-form.chat-ready {
  grid-template-columns: 1fr auto;
  align-items: end;
}

.chat-form.chat-ready input[name="name"],
.chat-form.chat-ready input[name="email"],
.chat-form.chat-ready .chat-options,
.chat-form.chat-ready .chat-department,
.chat-form.chat-ready .chat-status {
  display: none;
}

.chat-form.chat-ready textarea {
  min-height: 46px;
  resize: vertical;
}

.chat-finish {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
  padding-top: 4px;
}

.chat-finish[hidden] {
  display: none;
}

.chat-finish label {
  display: flex;
  gap: 8px;
  align-items: center;
  color: #5f7595;
  font-size: 12px;
  font-weight: 900;
}

.chat-finish select {
  height: 34px;
  border: 1px solid var(--line);
  border-radius: 9px;
  color: var(--blue);
  background: #fff;
  font-weight: 900;
}

.chat-form .chat-finish button {
  width: auto;
  height: 36px;
  padding: 0 12px;
  border-radius: 10px;
  color: #061a44;
  background: var(--yellow);
  font-size: 12px;
  font-weight: 950;
}

.chat-body.conversation-open button {
  display: none;
}

.chat-body.conversation-open button[data-chat-quick] {
  display: inline-flex;
}

.chat-status.error {
  color: #c63f3f;
}

.login-body,
.admin-body {
  min-height: 100vh;
  background: #f4f7fb;
}

.login-body {
  display: grid;
  place-items: center;
  padding: 24px;
}

.login-card {
  width: min(420px, 100%);
  display: grid;
  gap: 16px;
  padding: 34px;
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--shadow);
}

.login-logo {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: var(--navy);
  background: var(--yellow);
  font-weight: 950;
}

.login-card h1 {
  margin: 0;
}

.login-card p,
.login-card small {
  margin: 0;
  color: var(--muted);
}

.admin-body {
  display: grid;
  grid-template-columns: 270px 1fr;
}

.admin-sidebar {
  position: sticky;
  top: 0;
  height: 100vh;
  padding: 22px;
  color: #fff;
  background: linear-gradient(180deg, var(--navy), #002c7c);
}

.admin-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 28px;
  font-weight: 950;
}

.admin-brand span {
  color: var(--yellow);
}

.admin-sidebar nav {
  display: grid;
  gap: 8px;
}

.admin-sidebar nav a {
  display: flex;
  justify-content: space-between;
  padding: 13px 14px;
  border-radius: 12px;
  color: rgba(255,255,255,.84);
  font-weight: 800;
}

.admin-sidebar nav a:hover {
  color: #fff;
  background: rgba(255,255,255,.1);
}

.admin-sidebar strong {
  min-width: 24px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  color: var(--navy);
  background: var(--yellow);
  font-size: 12px;
}

.admin-sidebar strong[hidden] {
  display: none;
}

.admin-main {
  padding: 30px;
}

.admin-topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 24px;
}

.admin-topbar h1 {
  margin: 0;
  font-size: 34px;
}

.admin-topbar small {
  color: var(--muted);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.admin-top-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.admin-bell {
  position: relative;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  font-size: 18px;
}

.admin-bell strong {
  position: absolute;
  right: -5px;
  top: -7px;
  min-width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 999px;
  color: #fff;
  background: #e31b3d;
  font-size: 11px;
  font-weight: 950;
}

.admin-bell strong[hidden] {
  display: none;
}

.admin-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border: 0;
  border-radius: 10px;
  color: #fff;
  background: var(--blue);
  cursor: pointer;
  font-weight: 900;
}

.admin-btn.danger {
  background: #e33232;
}

.admin-grid,
.admin-list-grid {
  display: grid;
  gap: 18px;
}

.stats-grid {
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 18px;
}

.admin-card {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(0,31,92,.07);
}

.stat-card strong {
  display: block;
  margin-top: 10px;
  color: var(--blue);
  font-size: 38px;
}

.admin-list {
  display: grid;
  gap: 12px;
}

.admin-list article,
.message-list article {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fbfdff;
}

.admin-list small,
.message-list small {
  display: block;
  color: var(--muted);
}

.admin-form {
  display: grid;
  gap: 16px;
}

.admin-form h2 {
  margin: 12px 0 0;
}

.form-grid {
  display: grid;
  gap: 14px;
}

.form-grid.two {
  grid-template-columns: repeat(2, 1fr);
}

.switch-row {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  font-weight: 800;
}

.switch-row input {
  width: auto;
}

.admin-list-grid {
  grid-template-columns: repeat(3, 1fr);
  margin: 18px 0;
}

.admin-list-grid.wide {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.small-card {
  gap: 10px;
}

.message-list {
  display: grid;
  gap: 12px;
}

.message-list article.unread {
  border-color: rgba(255,204,0,.8);
  background: #fffbea;
}

.message-list form {
  display: flex;
  align-items: start;
  gap: 8px;
}

.chat-tools {
  align-items: center;
  gap: 14px;
}

.chat-search {
  display: grid;
  grid-template-columns: 130px 1fr auto;
  gap: 10px;
  width: min(760px, 100%);
}

.chat-dashboard-grid {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 14px;
  margin-top: 16px;
}

.chat-thread-list {
  max-height: 620px;
  overflow: auto;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #f8fbff;
}

.thread-item {
  display: block;
  padding: 14px;
  border-bottom: 1px solid var(--line);
}

.thread-item:last-child {
  border-bottom: 0;
}

.thread-item.unread {
  background: #fffbea;
}

.thread-item.active {
  background: #eaf2ff;
}

.thread-item div {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.thread-item small,
.thread-item time {
  color: var(--muted);
  font-size: 12px;
}

.thread-item p {
  margin: 8px 0 6px;
  color: #2f4468;
  font-size: 13px;
}

.chat-thread-list > a {
  position: relative;
  display: grid;
  gap: 5px;
  padding: 14px;
  border-bottom: 1px solid var(--line);
  color: var(--text);
}

.chat-thread-list > a.active {
  background: #eaf2ff;
}

.chat-thread-list > a span,
.chat-thread-list > a small {
  color: var(--muted);
}

.chat-thread-list > a b {
  position: absolute;
  right: 12px;
  top: 12px;
  min-width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #fff;
  background: #e31b3d;
  font-size: 12px;
}

.bizchat-tabs {
  margin-bottom: 18px;
}

.bizchat-conversation {
  max-height: 470px;
  overflow: auto;
}

.chat-thread-view {
  display: grid;
  gap: 12px;
  align-content: start;
  min-height: 420px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
}

.chat-thread-view header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 12px;
}

.chat-thread-view h3 {
  margin: 0;
}

.chat-thread-view small {
  color: var(--muted);
}

.chat-message-bubble {
  padding: 15px;
  border: 1px solid #d8e5f7;
  border-radius: 12px;
  background: #f5f9ff;
  color: #15335e;
  line-height: 1.55;
}

.chat-actions-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ticket-tabs {
  display: grid;
  grid-template-columns: auto auto auto 1fr;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}

.ticket-tabs > a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 10px;
  color: var(--blue);
  font-weight: 900;
}

.ticket-tabs > a.active {
  color: #061a44;
  background: var(--yellow);
  border-color: var(--yellow);
}

.ticket-tabs form {
  display: flex;
  justify-content: end;
  gap: 8px;
}

.ticket-tabs input {
  min-height: 42px;
  min-width: 240px;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 0 12px;
}

.ticket-chat {
  display: grid;
  gap: 12px;
}

.ticket-view .ai-message small {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 11px;
}

.ticket-page-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.ticket-page-head h1 {
  margin: 0;
  color: var(--text);
  font-size: 34px;
  letter-spacing: -.03em;
}

.ticket-page-head p {
  margin: 6px 0 0;
  color: var(--muted);
}

.ticket-stats-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ticket-stats-inline span {
  min-width: 105px;
  padding: 11px 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
}

.ticket-stats-inline b {
  display: block;
  color: var(--blue);
  font-size: 20px;
}

.ticket-table-card {
  padding: 0;
  overflow: hidden;
}

.ticket-table-tabs {
  grid-template-columns: auto auto auto 1fr;
  padding: 18px 18px 0;
}

.ticket-table-tools {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 18px;
  border-bottom: 1px solid var(--line);
}

.ticket-table-tools label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #061a44;
  font-weight: 850;
}

.ticket-table-tools label:last-of-type {
  margin-left: auto;
}

.ticket-table-tools select,
.ticket-table-tools input {
  min-height: 38px;
  border: 1px solid #cfd9e6;
  border-radius: 6px;
  padding: 0 10px;
  background: #fff;
}

.ticket-table-tools input {
  width: min(230px, 44vw);
}

.customer-ticket-filter {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 0 18px 18px;
}

.customer-ticket-filter a {
  min-width: 190px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fbfdff;
  color: #061a44;
  font-weight: 900;
}

.customer-ticket-filter a.active {
  border-color: var(--yellow);
  background: #fffbea;
}

.customer-ticket-filter small,
.ticket-table td small {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 750;
}

.ticket-table-wrap {
  overflow-x: auto;
}

.ticket-table {
  width: 100%;
  min-width: 980px;
  border-collapse: collapse;
  color: #071b46;
  background: #fff;
}

.ticket-table th,
.ticket-table td {
  padding: 17px 16px;
  border: 1px solid #d9e0e8;
  text-align: left;
  vertical-align: middle;
}

.ticket-table th {
  color: #071b46;
  background: #fff;
  font-size: 14px;
  font-weight: 950;
}

.ticket-table tbody tr:nth-child(odd) td {
  background: #f0f0f0;
}

.ticket-table tbody tr.unread td:first-child {
  box-shadow: inset 4px 0 0 var(--yellow);
}

.reply-btn {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border-radius: 6px;
  color: #fff;
  background: #20a84a;
  font-size: 13px;
  font-weight: 900;
}

.table-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.table-actions form {
  margin: 0;
}

.reply-btn.danger-mini {
  border: 0;
  background: #e33232;
  cursor: pointer;
}

.ticket-status {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  color: #8a5a00;
  background: #fff2c0;
  font-size: 12px;
  font-weight: 950;
  text-transform: capitalize;
}

.ticket-status.closed {
  color: #187044;
  background: #dff8ea;
}

.ticket-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 16px 18px;
  color: var(--muted);
  font-size: 13px;
}

.ticket-pagination div {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ticket-pagination a,
.ticket-pagination strong {
  display: inline-flex;
  min-width: 34px;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  color: var(--blue);
  font-weight: 900;
}

.ticket-pagination strong {
  color: #061a44;
  background: var(--yellow);
  border-color: var(--yellow);
}

.ticket-reply-panel {
  margin-top: 18px;
}

.ticket-reply-panel header {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
}

.ticket-reply-panel h2 {
  margin: 4px 0;
}

.ticket-reply-panel p,
.ticket-reply-panel small {
  color: var(--muted);
}

.ticket-conversation {
  display: grid;
  gap: 12px;
  margin-bottom: 14px;
}

.ticket-conversation article {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #f8fbff;
}

.ticket-conversation article p {
  margin-bottom: 0;
  color: #17315f;
}

.ticket-conversation .admin-answer {
  background: #fffbea;
}

.portal-body {
  background: #f5f8fc;
}

.portal-shell {
  padding: 46px 58px 72px;
}

.portal-login-only {
  min-height: calc(100vh - 86px);
  display: grid;
  place-items: center;
  padding-top: 28px;
  padding-bottom: 28px;
}

.portal-hero {
  display: grid;
  grid-template-columns: 1fr minmax(280px, 420px);
  gap: 28px;
  align-items: end;
  margin-bottom: 24px;
  padding: 34px;
  border-radius: 22px;
  color: #fff;
  background:
    radial-gradient(circle at 80% 20%, rgba(255,204,0,.22), transparent 28%),
    linear-gradient(120deg, #001943, #003b9a);
  box-shadow: var(--shadow);
}

.portal-hero small {
  color: var(--yellow);
  font-weight: 950;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.portal-hero h1 {
  max-width: 760px;
  margin: 8px 0 10px;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1;
  letter-spacing: -.04em;
}

.portal-hero p {
  max-width: 720px;
  color: rgba(255,255,255,.82);
}

.portal-email-form {
  display: grid;
  gap: 10px;
  padding: 16px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 16px;
  background: rgba(255,255,255,.08);
}

.portal-email-form input {
  min-height: 50px;
  border: 0;
  border-radius: 12px;
  padding: 0 14px;
}

.portal-user-card {
  display: grid;
  gap: 6px;
  padding: 20px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 16px;
  background: rgba(255,255,255,.08);
}

.portal-user-card strong {
  font-size: 22px;
}

.portal-user-card span,
.portal-user-card small {
  color: rgba(255,255,255,.82);
}

.portal-auth-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-bottom: 18px;
}

.portal-auth-grid.single {
  max-width: 520px;
  grid-template-columns: 1fr;
  width: 100%;
}

.portal-login-card {
  width: 100%;
  padding: 32px;
}

.portal-login-card small {
  color: var(--blue-2);
  font-weight: 950;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.portal-auth-link {
  margin: 4px 0 0;
  color: #5d7190;
  font-weight: 800;
}

.portal-auth-link a {
  color: var(--blue-2);
}

.portal-check-row {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #223b67;
  font-weight: 850;
}

.inline-logout {
  margin: 0;
}

.inline-logout button {
  border: 0;
  color: #fff;
  background: transparent;
  cursor: pointer;
  font-weight: 900;
}

.portal-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-bottom: 18px;
}

.portal-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.portal-tabs a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 12px;
  color: var(--blue);
  background: #fff;
  font-weight: 900;
}

.portal-tabs a.active {
  color: #061a44;
  background: var(--yellow);
  border-color: var(--yellow);
}

.portal-card h2 {
  margin-top: 0;
}

.portal-cart-list,
.portal-ticket-list {
  display: grid;
  gap: 12px;
}

.portal-cart-list article,
.portal-ticket-list article {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fbfdff;
}

.portal-cart-list small,
.portal-ticket-list small,
.crypto-box small {
  display: block;
  color: var(--muted);
}

.portal-cart-list button {
  border: 0;
  color: #e33232;
  background: transparent;
  cursor: pointer;
  font-weight: 900;
}

.portal-empty {
  color: var(--muted);
  padding: 14px;
  border: 1px dashed var(--line);
  border-radius: 12px;
  background: #fbfdff;
}

.paypal-box {
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
}

.paypal-box input {
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 0 14px;
  font: inherit;
}

.crypto-box {
  display: grid;
  gap: 8px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fbfdff;
}

.crypto-box h3,
.crypto-box p {
  margin: 0;
}

.portal-ticket-list article {
  display: grid;
  grid-template-columns: 1fr minmax(240px, .75fr);
}

.portal-ticket-create {
  margin-bottom: 18px;
}

.portal-ticket-actions {
  display: flex;
  align-items: start;
  justify-content: end;
  gap: 8px;
}

.portal-ticket-list blockquote {
  margin: 0;
  padding: 14px;
  border-left: 4px solid var(--yellow);
  border-radius: 10px;
  background: #fffbea;
}

.seo-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.seo-grid article {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fbfdff;
}

.reply-form {
  margin-top: 8px;
}

.empty-chat {
  margin: 0;
  padding: 14px;
  color: var(--muted);
}

.pill {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.pill.good {
  color: #0f7f46;
  background: #dff8eb;
}

.pill.warn {
  color: #936b00;
  background: #fff3c9;
}

.admin-flash {
  margin-bottom: 18px;
  padding: 14px 16px;
  border-radius: 12px;
  background: #e8fff2;
  color: #0b733a;
  font-weight: 850;
}

.admin-flash.error {
  background: #fff0f0;
  color: #ba2525;
}

.stats-filter {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)) auto;
  align-items: end;
  gap: 12px;
  margin-bottom: 18px;
}

.stats-filter label {
  display: grid;
  gap: 6px;
  color: var(--muted);
  font-weight: 850;
}

.stats-filter input,
.stats-filter select {
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 0 12px;
}

.stats-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-bottom: 18px;
}

.stats-panel {
  display: grid;
  gap: 14px;
}

.stat-progress {
  height: 14px;
  overflow: hidden;
  border-radius: 999px;
  background: #e7eef9;
}

.stat-progress span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--yellow), var(--blue-2));
}

.revenue-number {
  color: var(--blue);
  font-size: clamp(36px, 5vw, 62px);
  font-weight: 950;
  letter-spacing: -2px;
}

.bar-chart {
  min-height: 270px;
  display: flex;
  align-items: end;
  gap: 10px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background:
    linear-gradient(#eef4fb 1px, transparent 1px),
    linear-gradient(180deg, #fff, #f7fbff);
  background-size: 100% 54px, auto;
  overflow-x: auto;
}

.bar-item {
  min-width: 46px;
  height: 220px;
  display: grid;
  grid-template-rows: 1fr auto auto;
  justify-items: center;
  gap: 6px;
}

.bar-item span {
  width: 22px;
  align-self: end;
  border-radius: 999px 999px 4px 4px;
  background: linear-gradient(180deg, var(--blue-2), var(--yellow));
  box-shadow: 0 12px 22px rgba(0, 103, 255, .18);
}

.bar-item small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 850;
}

.bar-item b {
  color: var(--text);
  font-size: 12px;
}

.admin-donut {
  min-height: 185px;
  border: 0;
  background: transparent;
}

@media (max-width: 1100px) {
  .site-nav,
  .hero-section,
  .section,
  .feature-band,
  .contact-section,
  .site-footer {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero-section,
  .split,
  .about,
  .contact-section,
  .solution-hero,
  .solution-content {
    grid-template-columns: 1fr;
  }

  .industry-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .feature-row,
  .stats-grid,
  .admin-list-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .chat-dashboard-grid {
    grid-template-columns: 1fr;
  }

  .admin-body {
    grid-template-columns: 1fr;
  }

  .news-grid,
  .admin-list-grid.wide,
  .stats-two,
  .portal-hero,
  .portal-auth-grid,
  .portal-grid,
  .portal-ticket-list article,
  .seo-grid {
    grid-template-columns: 1fr;
  }

  .stats-filter {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ticket-tabs {
    grid-template-columns: 1fr;
  }

  .ticket-tabs form {
    justify-content: stretch;
    display: grid;
  }

  .ticket-page-head,
  .ticket-table-tools,
  .ticket-pagination,
  .ticket-reply-panel header {
    align-items: stretch;
    flex-direction: column;
  }

  .ticket-table-tools label:last-of-type {
    margin-left: 0;
  }

  .admin-sidebar {
    position: static;
    height: auto;
  }
}

@media (max-width: 760px) {
  .site-nav {
    min-height: 72px;
  }

  .menu-toggle {
    display: block;
  }

  .site-menu {
    position: absolute;
    left: 16px;
    right: 16px;
    top: 78px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 16px;
    border-radius: 18px;
    background: var(--navy);
  }

  .site-menu.open {
    display: flex;
  }

  .hero-section {
    min-height: auto;
    padding-top: 46px;
  }

  .solution-hero,
  .solution-content {
    padding-left: 24px;
    padding-right: 24px;
  }

  .solution-hero h1 {
    font-size: 42px;
  }

  .solution-hero img {
    height: 300px;
  }

  .hero-visual {
    min-height: 600px;
  }

  .dashboard-mockup {
    right: 2%;
    width: 92%;
  }

  .mockup-grid,
  .metric-grid,
  .industry-grid,
  .news-grid,
  .feature-row,
  .stats-grid,
  .admin-list-grid,
  .form-grid.two,
  .analytics-bottom,
  .stats-filter {
    grid-template-columns: 1fr;
  }

  .hero-chat-card {
    right: 0;
    bottom: 10px;
  }

  .pricing-card,
  .admin-topbar,
  .admin-list article,
  .message-list article {
    display: grid;
  }

  .footer-main {
    grid-template-columns: 1fr;
  }

  .footer-column {
    grid-template-columns: 1fr;
  }

  .pro-pricing {
    grid-template-columns: 1fr;
  }

  .custom-option-card {
    grid-template-columns: 1fr;
  }

  .price-checks {
    border-left: 0;
    border-top: 1px solid rgba(255,255,255,.16);
  }

  .chat-search {
    grid-template-columns: 1fr;
  }

  .analytics-panel {
    grid-template-columns: 1fr;
  }

  .analytics-panel aside {
    display: flex;
    height: auto;
    justify-content: center;
  }
}

/* Reference-style SaaS landing refinements */
body {
  background: #fff;
}

.site-nav {
  min-height: 88px;
  padding: 0 60px;
  background: linear-gradient(90deg, #001742 0%, #002a79 48%, #003a9a 100%);
  box-shadow: none;
}

.site-logo {
  gap: 13px;
  min-width: 220px;
}

.site-logo .logo-plane {
  width: 43px;
  height: 43px;
  color: var(--yellow);
  background: transparent;
  border-radius: 0;
  font-size: 37px;
  line-height: 1;
  transform: rotate(-28deg);
}

.site-logo strong {
  display: grid;
  color: #fff;
  font-size: 22px;
  line-height: .9;
  letter-spacing: -.04em;
}

.site-logo small {
  color: rgba(255,255,255,.78);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .24em;
  text-transform: uppercase;
}

.site-menu {
  gap: 35px;
}

.site-menu a {
  position: relative;
  opacity: 1;
}

.site-menu a.active {
  color: var(--yellow);
}

.site-menu a.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -31px;
  height: 2px;
  background: var(--yellow);
}

.nav-cta {
  min-width: 151px;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 14px;
}

.hero-section {
  min-height: 610px;
  grid-template-columns: 49% 51%;
  gap: 0;
  padding: 58px 60px 70px;
  background:
    radial-gradient(circle at 71% 48%, rgba(0, 132, 255, .78) 0 18%, transparent 38%),
    radial-gradient(circle at 88% 24%, rgba(0, 167, 255, .36) 0 7%, transparent 16%),
    radial-gradient(circle at 57% 80%, rgba(0, 185, 255, .3) 0 6%, transparent 14%),
    linear-gradient(115deg, #00163f 0%, #00256d 48%, #003b9a 100%);
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.hero-copy {
  position: relative;
  z-index: 4;
  padding-top: 3px;
}

.hero-badge {
  margin-bottom: 25px;
  padding: 9px 16px;
  border-radius: 9px;
  box-shadow: 0 12px 30px rgba(255, 204, 0, .22);
}

.hero-copy h1 {
  max-width: 660px;
  font-size: clamp(48px, 5.35vw, 76px);
  line-height: 1.08;
  letter-spacing: -.045em;
}

.hero-copy h1 span {
  color: var(--yellow);
}

.hero-copy p {
  max-width: 610px;
  margin-top: 26px;
  font-size: 19px;
  line-height: 1.7;
}

.hero-actions {
  gap: 18px;
  margin-top: 38px;
}

.btn {
  min-height: 56px;
  border-radius: 10px;
}

.btn.outline {
  min-width: 176px;
  border-color: rgba(255,255,255,.25);
}

.hero-points {
  gap: 32px;
  margin-top: 49px;
  font-size: 13px;
}

.hero-points span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.hero-points span::first-letter {
  color: var(--yellow);
}

.hero-visual {
  min-height: 535px;
}

.hero-rings {
  position: absolute;
  inset: -20px -46px auto auto;
  width: 590px;
  height: 590px;
  border: 1px solid rgba(0, 201, 255, .38);
  border-radius: 50%;
  box-shadow:
    inset 0 0 0 34px rgba(0, 103, 255, .06),
    inset 0 0 0 70px rgba(0, 103, 255, .06),
    inset 0 0 0 112px rgba(0, 103, 255, .06);
}

.hero-rings::before {
  content: "";
  position: absolute;
  inset: 90px;
  border-radius: 50%;
  border: 1px solid rgba(0, 201, 255, .34);
}

.float-badge {
  position: absolute;
  z-index: 5;
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 50%;
  color: #fff;
  background: radial-gradient(circle at 32% 24%, #67deff, #0877ff 64%, #003b9a);
  box-shadow: 0 18px 42px rgba(0, 73, 208, .45);
  font-size: 27px;
}

.float-badge.calendar {
  right: 175px;
  top: 12px;
}

.float-badge.message {
  left: 92px;
  bottom: 132px;
  width: 57px;
  height: 57px;
  font-size: 22px;
}

.float-badge.bot {
  right: 24px;
  top: 135px;
  width: 70px;
  height: 70px;
}

.bot-figure {
  position: absolute;
  left: 38px;
  top: 151px;
  z-index: 4;
  width: 170px;
  height: 250px;
}

.robot-svg {
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 18px 22px rgba(0, 0, 0, .25));
}

.robot-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 22px 26px rgba(0, 0, 0, .3));
}

.bot-head {
  position: absolute;
  left: 28px;
  top: 0;
  width: 104px;
  height: 82px;
  border-radius: 37px;
  background: linear-gradient(180deg, #f7fbff, #b8d5ef);
  box-shadow: inset 0 -12px 22px rgba(0,54,128,.16), 0 20px 44px rgba(0,0,0,.22);
}

.bot-head::before {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  top: 25px;
  height: 32px;
  border-radius: 16px;
  background: #071e4e;
}

.bot-head i,
.bot-head b {
  position: absolute;
  z-index: 2;
  top: 36px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #2be2ff;
  box-shadow: 0 0 14px #2be2ff;
}

.bot-head i {
  left: 37px;
}

.bot-head b {
  right: 37px;
}

.bot-body {
  position: absolute;
  left: 45px;
  top: 86px;
  width: 72px;
  height: 86px;
  border-radius: 28px 28px 24px 24px;
  background: linear-gradient(180deg, #f8fbff, #bad7f0);
  box-shadow: inset 0 -14px 22px rgba(0,65,145,.15), 0 20px 38px rgba(0,0,0,.2);
}

.bot-body::after {
  content: "";
  position: absolute;
  left: 22px;
  top: 25px;
  width: 29px;
  height: 24px;
  border: 1px solid rgba(0,69,160,.12);
  border-radius: 12px;
  background: rgba(255,255,255,.46);
}

.bot-arm,
.bot-leg {
  position: absolute;
  border-radius: 999px;
  background: linear-gradient(180deg, #dcecff, #7ea8d5);
  box-shadow: 0 14px 24px rgba(0,0,0,.17);
}

.bot-arm {
  top: 96px;
  width: 25px;
  height: 82px;
}

.bot-arm.left {
  left: 22px;
  transform: rotate(13deg);
}

.bot-arm.right {
  right: 13px;
  transform: rotate(-18deg);
}

.bot-leg {
  top: 169px;
  width: 24px;
  height: 54px;
}

.bot-leg.left {
  left: 59px;
}

.bot-leg.right {
  left: 91px;
}

.dashboard-mockup {
  right: 78px;
  top: 54px;
  width: 385px;
  min-height: 460px;
  padding: 20px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(5, 20, 56, .95), rgba(2, 13, 36, .98));
  transform: perspective(850px) rotateY(-9deg) rotateZ(5deg);
}

.mockup-top {
  font-size: 12px;
  font-weight: 850;
}

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

.mockup-grid div {
  min-height: 82px;
  padding: 12px 10px;
  background: rgba(255, 255, 255, .075);
}

.mockup-grid strong {
  font-size: 20px;
}

.mini-chart {
  position: relative;
  min-height: 164px;
  margin-top: 18px;
  padding: 18px 12px 8px;
  border-radius: 16px;
  background:
    linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px),
    rgba(255,255,255,.045);
  background-size: 100% 36px, 58px 100%, auto;
}

.mini-chart small {
  position: absolute;
  right: 13px;
  top: 10px;
  padding: 5px 9px;
  border-radius: 8px;
  background: rgba(255,255,255,.08);
  font-size: 10px;
}

.mini-chart svg {
  width: 100%;
  height: 132px;
  margin-top: 14px;
  overflow: visible;
}

.mini-chart path {
  fill: none;
  stroke-width: 5;
  stroke-linecap: round;
}

.chart-blue {
  stroke: #2ca7ff;
}

.chart-yellow {
  stroke: var(--yellow);
}

.activity {
  margin-top: 17px;
}

.activity p {
  font-size: 11px;
}

.hero-chat-card {
  right: -8px;
  bottom: 18px;
  z-index: 6;
  width: 288px;
  padding: 18px;
  border-radius: 13px;
  box-shadow: 0 24px 62px rgba(0,0,0,.22);
}

.chat-preview-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hero-chat-card small {
  margin-top: 2px;
  font-size: 12px;
}

.hero-chat-card p {
  width: 176px;
  margin: 22px 0 17px;
  color: #25395d;
  font-size: 12px;
  line-height: 1.45;
}

.hero-chat-card button,
.chat-body button {
  min-height: 35px;
  border-color: #0067ff;
  font-size: 11px;
}

.section.white {
  padding-top: 35px;
  padding-bottom: 36px;
}

.section-heading {
  margin-bottom: 30px;
}

.section-heading h2 {
  font-size: clamp(28px, 3vw, 36px);
}

.industry-grid {
  gap: 18px;
}

.industry-card {
  border-radius: 10px;
}

.industry-card img {
  height: 144px;
}

.industry-icon {
  margin-top: -23px;
}

.industry-card h3 {
  font-size: 20px;
}

.industry-card p {
  min-height: 75px;
  font-size: 13px;
}

.feature-band {
  padding-top: 31px;
  padding-bottom: 40px;
}

.feature-band .section-heading {
  margin-bottom: 24px;
}

.feature-band .section-heading h2 {
  color: #fff;
  font-size: 31px;
}

.feature-row {
  gap: 24px;
}

.feature-row article {
  align-items: start;
  grid-template-columns: 44px minmax(0, 1fr);
}

.feature-row h3 {
  font-size: 15px;
}

.split {
  padding-top: 44px;
  padding-bottom: 54px;
  grid-template-columns: .73fr 1.27fr;
}

.solution-copy h2 {
  font-size: clamp(36px, 4vw, 45px);
}

.analytics-panel {
  border-radius: 12px;
}

.analytics-panel > div {
  padding: 24px 24px 28px;
}

.line-chart {
  position: relative;
  min-height: 254px;
  overflow: hidden;
  padding: 10px 12px;
}

.line-chart svg {
  width: 100%;
  height: 210px;
}

.line-chart .grid {
  fill: none;
  stroke: #e7eef9;
  stroke-width: 1.2;
}

.line-chart .line {
  fill: none;
  stroke: #0b67ff;
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.line-chart b {
  position: absolute;
  left: 52%;
  top: 54px;
  padding: 10px 14px;
  border-radius: 8px;
  color: #fff;
  background: var(--navy);
  font-size: 14px;
}

.line-chart b small {
  color: var(--yellow);
  font-size: 10px;
}

.donut {
  align-content: start;
  justify-items: center;
  padding-top: 16px;
}

.donut ul {
  width: 100%;
  margin: 16px 0 0;
  padding: 0 10px;
  list-style: none;
  color: #6a7f9b;
  font-size: 12px;
  font-weight: 800;
}

.donut li {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 6px;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
}

.dot.blue { background: #0067ff; }
.dot.dark { background: #003b9a; }
.dot.yellow { background: #ffcc00; }
.dot.pale { background: #bfd5ff; }

.integrations-strip {
  min-height: 128px;
  display: grid;
  grid-template-columns: minmax(220px, .8fr) repeat(8, minmax(118px, 1fr));
  align-items: center;
  gap: 10px;
  padding: 22px 60px;
  color: #071b46;
  background:
    radial-gradient(circle at 12% 20%, rgba(255,255,255,.45), transparent 24%),
    linear-gradient(90deg, #ffd400, #ffcc00);
  font-weight: 900;
  overflow-x: auto;
  white-space: nowrap;
}

.integrations-strip strong {
  max-width: 260px;
  padding-right: 14px;
  font-size: 18px;
  line-height: 1.15;
  white-space: normal;
}

.integrations-strip span {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 82px;
  padding: 12px 10px;
  border: 1px solid rgba(7,27,70,.12);
  border-radius: 16px;
  color: #071b46;
  background: rgba(255,255,255,.22);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.28), 0 12px 28px rgba(7,27,70,.08);
  font-size: 13px;
  text-align: center;
}

.integrations-strip svg {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  fill: none;
  stroke: #071b46;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.integrations-strip svg path:first-child,
.integrations-strip svg rect,
.integrations-strip svg circle {
  vector-effect: non-scaling-stroke;
}

@media (max-width: 1180px) {
  .site-nav,
  .hero-section,
  .section,
  .feature-band,
  .contact-section,
  .integrations-strip,
  .site-footer {
    padding-left: 26px;
    padding-right: 26px;
  }

  .hero-section {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    margin-top: 20px;
  }

  .dashboard-mockup {
    right: 8%;
  }

  .hero-chat-card {
    right: 3%;
  }
}

@media (max-width: 760px) {
  .site-logo {
    min-width: auto;
  }

  .site-logo strong {
    font-size: 18px;
  }

  .site-menu a.active::after {
    display: none;
  }

  .hero-section {
    padding-top: 34px;
  }

  .hero-copy h1 {
    font-size: 42px;
  }

  .hero-points {
    display: grid;
    gap: 14px;
  }

  .hero-visual {
    min-height: 690px;
  }

  .bot-figure {
    left: 0;
    top: 90px;
    transform: scale(.82);
  }

  .dashboard-mockup {
    top: 210px;
    right: 0;
    width: 100%;
    transform: none;
  }

  .hero-chat-card {
    left: 0;
    right: auto;
    bottom: 0;
    width: 100%;
  }

  .float-badge.calendar {
    right: 30px;
  }

  .float-badge.bot {
    right: 18px;
    top: 116px;
  }

  .industry-grid,
  .feature-row {
    grid-template-columns: 1fr;
  }

  .integrations-strip {
    grid-template-columns: repeat(2, minmax(150px, 1fr));
    gap: 12px;
  }

  .integrations-strip strong {
    grid-column: 1 / -1;
    max-width: none;
  }
}

/* High-fidelity reference pass */
.hero-section {
  min-height: 666px;
  padding-top: 60px;
  padding-bottom: 78px;
}

.hero-copy h1 {
  max-width: 690px;
  font-size: 66px;
}

.hero-visual {
  min-height: 560px;
}

.hero-rings {
  right: -78px;
  top: -36px;
  width: 650px;
  height: 650px;
}

.bot-figure {
  left: 22px;
  top: 154px;
  width: 210px;
  height: 270px;
  z-index: 7;
}

.robot-svg {
  transform: rotate(-3deg);
}

.dashboard-mockup {
  right: 76px;
  top: 55px;
  width: 414px;
  min-height: 495px;
  padding: 22px;
  border-radius: 24px;
}

.hero-chat-card {
  right: -5px;
  bottom: -5px;
  width: 312px;
  min-height: 348px;
}

.hero-chat-card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 52px;
  height: 1px;
  background: #e7edf5;
}

.chat-fab {
  right: 31px;
  bottom: 31px;
  width: 64px;
  height: 64px;
}

.chat-widget {
  right: 30px;
  bottom: 106px;
}

.industry-card {
  min-height: 330px;
}

.analytics-panel {
  min-height: 386px;
}

.analytics-panel aside {
  gap: 22px;
}

.metric-grid div {
  min-height: 78px;
}

.line-chart,
.donut {
  min-height: 260px;
}

@media (max-width: 1180px) {
  .hero-copy h1 {
    font-size: 54px;
  }

  .bot-figure {
    left: 6px;
  }
}

@media (max-width: 760px) {
  .industry-actions {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .industry-actions a {
    justify-content: center;
    padding: 0 8px;
    font-size: 11px;
  }

  .industry-actions .cart-control {
    width: 100%;
  }

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

  .solution-options {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero-copy h1 {
    font-size: 41px;
  }

  .hero-section {
    min-height: auto;
  }

  .bot-figure {
    top: 78px;
    width: 160px;
    height: 225px;
  }

  .dashboard-mockup {
    top: 224px;
  }

  .hero-chat-card {
    min-height: 0;
  }
}
