:root {
  --simmeo-bg: #f4f7fb;
  --simmeo-surface: rgba(255, 255, 255, 0.9);
  --simmeo-surface-strong: #ffffff;
  --simmeo-ink: #061722;
  --simmeo-ink-soft: #415161;
  --simmeo-line: rgba(6, 23, 34, 0.09);
  --simmeo-cyan: #00b5c9;
  --simmeo-cyan-dark: #007c91;
  --simmeo-blue: #102b66;
  --simmeo-gold: #f2b84b;
  --simmeo-green: #24a36a;
  --simmeo-shadow: 0 18px 48px rgba(6, 23, 34, 0.08);
  --simmeo-shadow-strong: 0 28px 80px rgba(6, 23, 34, 0.16);
  --simmeo-radius: 28px;
  --simmeo-radius-sm: 18px;
  --simmeo-max: 1280px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  max-width: 100%;
  overflow-x: hidden;
}

body.simmeo-body {
  margin: 0;
  font-family: 'Manrope', system-ui, sans-serif;
  color: var(--simmeo-ink);
  background:
    radial-gradient(circle at top left, rgba(0, 181, 201, 0.18), transparent 28%),
    radial-gradient(circle at 80% 12%, rgba(16, 43, 102, 0.12), transparent 26%),
    linear-gradient(180deg, #fbfdff 0%, #f4f7fb 35%, #eef3f8 100%);
  min-height: 100vh;
  max-width: 100%;
  overflow-x: hidden;
}

body.simmeo-body::before,
body.simmeo-body::after {
  content: '';
  position: fixed;
  inset: auto;
  border-radius: 999px;
  pointer-events: none;
  z-index: 0;
  filter: blur(18px);
}

body.simmeo-body::before {
  width: 280px;
  height: 280px;
  top: 120px;
  right: -80px;
  background: rgba(0, 181, 201, 0.12);
}

body.simmeo-body::after {
  width: 220px;
  height: 220px;
  bottom: 120px;
  left: -60px;
  background: rgba(242, 184, 75, 0.12);
}

img {
  display: block;
  max-width: 100%;
}

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

main,
.site-header,
.site-footer,
.simmeo-chat-widget {
  position: relative;
  z-index: 1;
}

.site-topbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(120deg, rgba(6, 23, 34, 0.92), rgba(0, 124, 145, 0.92));
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
}

.site-topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 0;
  width: 100%;
  flex-wrap: wrap;
}

.site-topbar-actions {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 8px 24px;
}

.site-topbar-actions a {
  display: inline-flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.88);
  white-space: nowrap;
}

.site-topbar-cta {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.site-topbar-cta .lang-switcher {
  padding: 3px;
}

.site-topbar-cta .lang-switcher a {
  padding: 5px 9px;
  font-size: 11px;
}

.site-topbar-cta .btn {
  padding: 7px 14px;
  font-size: 12px;
  white-space: nowrap;
}

.site-navbar {
  padding: 18px 0;
  background: rgba(6, 23, 34, 0.72);
  backdrop-filter: blur(18px);
  transition: background 0.25s ease, box-shadow 0.25s ease, padding 0.25s ease;
}

body.scrolled .site-navbar {
  padding: 14px 0;
  background: rgba(6, 23, 34, 0.86);
  box-shadow: 0 16px 36px rgba(6, 23, 34, 0.18);
}

.site-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #fff;
}

.site-brand img,
.site-brand .simmeo-brand-mark {
  display: block;
  width: 44px;
  height: 44px;
  border-radius: 16px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.16);
  flex: 0 0 44px;
}

.site-brand strong {
  display: block;
  font-family: 'Sora', system-ui, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.site-brand small {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
}

.site-nav-toggle {
  border-color: rgba(255, 255, 255, 0.24);
  border-radius: 16px;
}

.site-nav-toggle .navbar-toggler-icon {
  filter: invert(1);
}

.site-nav-list {
  align-items: center;
  gap: 8px;
}

.site-nav-list .nav-link {
  color: rgba(255, 255, 255, 0.78);
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
}

.site-nav-list .nav-link.active,
.site-nav-list .nav-link:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.site-nav-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.lang-switcher {
  display: inline-flex;
  gap: 4px;
  padding: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.lang-switcher a {
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.74);
}

.lang-switcher a.active {
  background: #fff;
  color: var(--simmeo-ink);
}

.site-primary-btn,
.site-light-btn,
.site-outline-btn,
.site-outline-hero-btn {
  border-radius: 999px;
  padding: 12px 18px;
  font-weight: 700;
  font-size: 14px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.site-primary-btn {
  background: linear-gradient(135deg, var(--simmeo-cyan), var(--simmeo-cyan-dark));
  border: 0;
  color: #fff;
  box-shadow: 0 12px 24px rgba(0, 124, 145, 0.24);
}

.site-primary-btn:hover,
.site-light-btn:hover,
.site-outline-btn:hover,
.site-outline-hero-btn:hover,
.simmeo-chat-trigger:hover {
  transform: translateY(-1px);
}

.site-outline-btn,
.site-outline-hero-btn {
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

.site-light-btn {
  background: #fff;
  border: 0;
  color: var(--simmeo-ink);
}

.hero-section,
.page-hero {
  padding: 48px 0 36px;
}

.hero-grid,
.page-hero-grid,
.grid-2col,
.contact-grid,
.faq-grid,
.operator-app {
  display: grid;
  gap: 28px;
}

.hero-grid,
.page-hero-grid,
.grid-2col,
.faq-grid {
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
}

.hero-copy,
.page-hero-grid > div:first-child,
.section-heading,
.story-panel,
.compliance-panel,
.contact-form-card {
  min-width: 0;
}

.hero-copy h1,
.page-hero h1,
.cta-panel h2,
.section-heading h2,
.story-card h2,
.story-panel h2,
.compliance-panel h2 {
  font-family: 'Sora', system-ui, sans-serif;
  letter-spacing: -0.04em;
}

.hero-copy h1,
.page-hero h1 {
  font-size: clamp(2.8rem, 5.4vw, 5rem);
  line-height: 0.98;
  margin: 14px 0 18px;
  text-wrap: balance;
  hyphens: auto;
  overflow-wrap: anywhere;
}

.hero-lead,
.page-hero p,
.section-heading p,
.cta-panel p,
.product-card p,
.service-card p,
.story-card p,
.security-card p,
.story-panel p,
.contact-card p,
.legal-copy p,
.timeline-row p,
.signal-card p,
.principle-card p {
  color: var(--simmeo-ink-soft);
  font-size: 17px;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0 20px;
}

.hero-chat-link {
  color: rgba(255, 255, 255, 0.88);
  font-weight: 700;
  text-decoration: none;
}

.hero-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-trust-row span,
.site-chip,
.product-category,
.pricing-badge,
.operator-badge,
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero-trust-row span,
.eyebrow,
.product-category {
  color: var(--simmeo-cyan-dark);
  background: rgba(0, 181, 201, 0.12);
}

.section-shell {
  padding: 42px 0;
}

.muted-shell {
  background: rgba(255, 255, 255, 0.46);
  backdrop-filter: blur(8px);
  border-top: 1px solid rgba(255, 255, 255, 0.55);
  border-bottom: 1px solid rgba(6, 23, 34, 0.04);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 26px;
}

.section-heading.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.section-heading h2,
.cta-panel h2,
.story-card h2,
.story-panel h2,
.compliance-panel h2,
.contact-form-card h2 {
  margin: 14px 0;
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.08;
  text-wrap: balance;
  hyphens: auto;
  overflow-wrap: anywhere;
}

.page-home .hero-grid {
  grid-template-columns: minmax(0, 0.98fr) minmax(0, 1.02fr);
  align-items: start;
  gap: 34px;
}

.page-home .hero-copy {
  padding-right: 12px;
}

.hero-visual-column {
  display: grid;
  align-content: start;
  min-width: 0;
}

.page-home .hero-visual-wrap {
  padding: 18px;
}

.page-home .hero-visual-wrap::before {
  display: none;
}

.page-home .hero-visual-main {
  padding: 16px;
  border-radius: 26px;
}

.page-home .hero-slider {
  aspect-ratio: 1.5 / 1;
  min-height: 430px;
  border-radius: 24px;
}

.home-hero-title {
  max-width: 12.4ch;
}

.hero-title-line {
  display: block;
}

.page-home .hero-copy h1 {
  font-size: clamp(2.2rem, 4.1vw, 3.9rem);
  line-height: 1.02;
}

.page-home .hero-lead {
  max-width: 40rem;
  font-size: 16px;
}

.page-home .section-heading h2 {
  font-size: clamp(1.95rem, 3.3vw, 2.95rem);
}

.page-home .hero-floating-card {
  position: relative;
  left: 0;
  bottom: 0;
  z-index: 3;
  width: min(410px, calc(100% - 64px));
  margin: -24px 0 0 36px;
  border-radius: 24px;
}

.hero-visual-wrap,
.page-hero-card,
.timeline-card,
.product-card,
.service-card,
.signal-card,
.story-card,
.pricing-card,
.synergy-card,
.story-panel,
.security-card,
.compliance-panel,
.contact-form-card,
.contact-card,
.stat-card,
.principle-card,
.cta-panel,
.operator-list-panel,
.operator-thread-panel {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.84));
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: var(--simmeo-radius);
  box-shadow: var(--simmeo-shadow);
}

.hero-visual-wrap,
.page-hero-card {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 24px;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.9), rgba(224, 248, 251, 0.94));
}

.hero-visual-wrap::before,
.page-hero-card::before,
.pricing-card.featured::before,
.cta-panel::before {
  content: '';
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 999px;
  background: rgba(0, 181, 201, 0.12);
  top: -60px;
  right: -40px;
}

.hero-visual-card,
.hero-floating-card {
  position: relative;
  z-index: 1;
}

.hero-visual-card,
.hero-visual-main,
.hero-slider {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.hero-visual-main {
  padding: 22px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(6, 23, 34, 0.94), rgba(16, 43, 102, 0.92));
  box-shadow: var(--simmeo-shadow-strong);
}

.hero-slider {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #071a27;
  aspect-ratio: 1.18 / 1;
  isolation: isolate;
}

.hero-slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  pointer-events: none;
  transform: scale(1.055);
  filter: saturate(0.92) brightness(0.92);
  transition: opacity 720ms ease, transform 6200ms cubic-bezier(0.22, 1, 0.36, 1), filter 720ms ease;
}

.hero-slide.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
  filter: saturate(1.04) brightness(1);
}

.hero-slide::before {
  content: '';
  position: absolute;
  inset: -16%;
  z-index: 1;
  background: linear-gradient(112deg, transparent 30%, rgba(255, 255, 255, 0.52) 44%, rgba(210, 248, 255, 0.30) 50%, transparent 62%);
  opacity: 0;
  transform: translateX(-22%) rotate(8deg);
  pointer-events: none;
}

.hero-slide::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(7, 26, 39, 0.003), rgba(7, 26, 39, 0.015) 46%, rgba(7, 26, 39, 0.10) 100%);
}

.hero-slide.is-active::before {
  animation: hero-slide-sweep 900ms cubic-bezier(0.22, 1, 0.36, 1) 300ms forwards;
}

.hero-visual-main img,
.page-hero-card img,
.product-card-media img,
.stacked-product-media img {
  width: 100%;
}

.hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.06);
  transition: transform 7800ms cubic-bezier(0.22, 1, 0.36, 1);
}

.hero-slide.is-active img {
  transform: scale(1);
}

.hero-slide-caption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  display: grid;
  gap: 8px;
  padding: 18px 96px 18px 20px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(6, 23, 34, 0.004), rgba(6, 23, 34, 0.04));
  backdrop-filter: blur(8px);
  color: rgba(255, 255, 255, 0.96);
  opacity: 0;
  transform: translateY(18px) scale(0.985);
  transition: opacity 520ms ease, transform 520ms ease;
}

.hero-slide.is-active .hero-slide-caption {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition-delay: 2000ms;
}

.hero-slide-caption span {
  display: inline-flex;
  width: fit-content;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.hero-slide-caption strong {
  font-family: 'Sora', system-ui, sans-serif;
  font-size: clamp(1.2rem, 2vw, 1.7rem);
  line-height: 1.08;
}

.hero-slide-caption p {
  margin: 0;
  max-width: 72%;
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.55;
}

.hero-slider-nav {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 8px;
}

.hero-slider-dot {
  width: 11px;
  height: 11px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.38);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.28);
  transition: width 200ms ease, background 200ms ease, transform 200ms ease;
}

.hero-slider-dot.is-active {
  width: 36px;
  background: linear-gradient(135deg, var(--simmeo-cyan), var(--simmeo-gold));
}

.hero-slider-dot:hover,
.hero-slider-dot:focus-visible {
  transform: scale(1.04);
  outline: none;
}

@keyframes hero-slide-sweep {
  0% {
    opacity: 0;
    transform: translateX(-22%) rotate(8deg);
  }

  20% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translateX(20%) rotate(8deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-slide,
  .hero-slide img,
  .hero-slide-caption {
    transition: none;
  }

  .hero-slide::before {
    animation: none !important;
  }
}

.visual-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
}

.visual-card-head strong {
  font-family: 'Sora', system-ui, sans-serif;
  font-size: 16px;
}

.hero-floating-card {
  position: absolute;
  left: -12px;
  bottom: -12px;
  width: min(320px, 78%);
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: var(--simmeo-shadow-strong);
}

.hero-floating-card span,
.timeline-row span,
.pricing-savings,
.story-meta,
.chat-message-time,
.form-note,
.footer-muted,
.operator-meta,
.operator-session-item span,
.operator-session-item small {
  color: var(--simmeo-ink-soft);
}

.hero-floating-card strong {
  display: block;
  margin: 8px 0 10px;
  font-size: 20px;
  line-height: 1.2;
}

.hero-floating-card p {
  margin: 0;
  color: var(--simmeo-ink-soft);
  font-size: 14px;
  line-height: 1.6;
}

.hero-stats-grid,
.product-grid,
.signal-grid,
.service-grid,
.story-grid,
.pricing-grid,
.security-grid,
.principle-grid {
  display: grid;
  gap: 20px;
}

.hero-stats-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 24px;
}

.product-grid,
.signal-grid,
.service-grid,
.story-grid,
.pricing-grid,
.security-grid,
.principle-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

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

.pricing-grid {
  align-items: stretch;
}

.stat-card,
.signal-card,
.service-card,
.story-card,
.security-card,
.principle-card {
  padding: 24px;
}

.stat-card strong {
  display: block;
  font-size: 30px;
  font-family: 'Sora', system-ui, sans-serif;
  letter-spacing: -0.05em;
}

.stat-card span {
  display: block;
  margin-top: 8px;
  color: var(--simmeo-ink-soft);
  line-height: 1.6;
}

.product-card {
  overflow: hidden;
}

.product-card-media {
  padding: 18px 18px 0;
}

.product-card-media:has(.product-card-slider) {
  padding: 0;
}

.product-card-slider {
  position: relative;
  overflow: hidden;
  border-radius: 24px 24px 0 0;
  background: #071a27;
  aspect-ratio: 16 / 10;
  isolation: isolate;
}

.product-card-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 650ms ease;
}

.product-card-slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

.product-card-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-card-slider-nav {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 6px;
  z-index: 2;
}

.product-card-slider-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.36);
  cursor: pointer;
  transition: width 200ms ease, background 200ms ease;
}

.product-card-slider-dot.is-active {
  width: 26px;
  background: var(--simmeo-cyan);
}

.product-card-slider-dot:hover {
  background: rgba(255, 255, 255, 0.6);
}

.product-card-slider-dot.is-active:hover {
  background: var(--simmeo-cyan);
}

.product-card-body {
  padding: 22px;
}

.product-card h3,
.service-card h3,
.signal-card h3,
.story-card h3,
.security-card h3,
.principle-card h3,
.timeline-card h3,
.contact-card h3,
.pricing-card h3,
.stacked-product-copy h2,
.operator-panel-head h1,
.operator-panel-head h2 {
  margin: 12px 0;
  font-family: 'Sora', system-ui, sans-serif;
  letter-spacing: -0.03em;
  line-height: 1.12;
}

.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0;
}

.site-chip {
  background: rgba(6, 23, 34, 0.06);
  color: var(--simmeo-ink);
  letter-spacing: 0;
  text-transform: none;
  font-weight: 700;
}

.feature-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.feature-list li {
  position: relative;
  padding-left: 18px;
  color: var(--simmeo-ink-soft);
  line-height: 1.65;
}

.feature-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 11px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--simmeo-cyan), var(--simmeo-gold));
}

.feature-list.compact {
  gap: 8px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 18px;
  color: var(--simmeo-cyan-dark);
  font-weight: 800;
}

.text-link::after {
  content: '→';
}

.timeline-card,
.synergy-card,
.compliance-panel,
.contact-form-card,
.contact-card,
.pricing-card,
.cta-panel {
  padding: 28px;
}

.timeline-row,
.synergy-row {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 16px;
  padding: 14px 0;
  border-top: 1px solid var(--simmeo-line);
}

.timeline-row:first-of-type,
.synergy-row:first-of-type {
  border-top: 0;
}

.timeline-row span,
.synergy-row strong {
  font-family: 'Sora', system-ui, sans-serif;
  font-size: 22px;
  color: var(--simmeo-cyan-dark);
}

.story-meta {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.pricing-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.pricing-card.featured {
  position: relative;
  background: linear-gradient(135deg, rgba(6, 23, 34, 0.96), rgba(16, 43, 102, 0.94));
  color: #fff;
  box-shadow: var(--simmeo-shadow-strong);
}

.pricing-card.featured .product-category,
.pricing-card.featured .pricing-savings,
.pricing-card.featured .feature-list li,
.pricing-card.featured p {
  color: rgba(255, 255, 255, 0.82);
}

.pricing-badge {
  width: fit-content;
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
}

.pricing-figure {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.price-amount {
  font-family: 'Sora', system-ui, sans-serif;
  font-size: clamp(2.2rem, 4vw, 3rem);
  line-height: 1;
  letter-spacing: -0.05em;
}

.price-period,
.pricing-savings {
  font-size: 14px;
}

.billing-toggle-shell {
  display: grid;
  gap: 24px;
}

.billing-toggle {
  display: inline-flex;
  gap: 6px;
  padding: 6px;
  border-radius: 999px;
  background: rgba(6, 23, 34, 0.06);
  width: fit-content;
}

.billing-toggle button {
  border: 0;
  background: transparent;
  color: var(--simmeo-ink-soft);
  padding: 10px 14px;
  border-radius: 999px;
  font-weight: 800;
}

.billing-toggle button.active {
  background: #fff;
  color: var(--simmeo-ink);
  box-shadow: 0 8px 20px rgba(6, 23, 34, 0.08);
}

.page-hero-card img,
.product-card-media img,
.stacked-product-media img {
  border-radius: 22px;
}

.stacked-product-media .product-card-slider {
  border-radius: 22px;
}

.stacked-product-layout {
  display: grid;
  gap: 22px;
}

.stacked-product-card {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 22px;
  align-items: center;
  padding: 22px;
  border-radius: var(--simmeo-radius);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.84));
  border: 1px solid rgba(255, 255, 255, 0.68);
  box-shadow: var(--simmeo-shadow);
}

.product-price-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 18px;
  font-weight: 700;
  color: var(--simmeo-cyan-dark);
}

.compact-grid {
  margin-top: 18px;
}

.story-panel.alt {
  background: linear-gradient(135deg, rgba(6, 23, 34, 0.96), rgba(16, 43, 102, 0.94));
  color: #fff;
}

.story-panel.alt p,
.story-panel.alt .eyebrow {
  color: rgba(255, 255, 255, 0.86);
}

.story-panel.alt .eyebrow {
  background: rgba(255, 255, 255, 0.12);
}

.contact-grid {
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
}

.contact-aside {
  display: grid;
  gap: 18px;
}

.contact-card.accent {
  background: linear-gradient(135deg, rgba(0, 181, 201, 0.12), rgba(255, 255, 255, 0.96));
}

.site-form,
.operator-compose,
.simmeo-chat-compose {
  display: grid;
  gap: 16px;
}

.form-grid,
.simmeo-chat-profile {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.site-form label,
.simmeo-chat-profile label {
  display: grid;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
}

.site-form label span,
.simmeo-chat-profile label span {
  color: var(--simmeo-ink);
}

.site-form input,
.site-form select,
.site-form textarea,
.simmeo-chat-profile input,
.simmeo-chat-compose textarea,
.operator-compose textarea {
  width: 100%;
  border-radius: 18px;
  border: 1px solid rgba(6, 23, 34, 0.12);
  background: rgba(255, 255, 255, 0.86);
  padding: 14px 16px;
  font: inherit;
  color: var(--simmeo-ink);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.site-form input:focus,
.site-form select:focus,
.site-form textarea:focus,
.simmeo-chat-profile input:focus,
.simmeo-chat-compose textarea:focus,
.operator-compose textarea:focus {
  outline: none;
  border-color: rgba(0, 181, 201, 0.46);
  box-shadow: 0 0 0 4px rgba(0, 181, 201, 0.12);
}

.form-meta-row,
.operator-compose-actions {
  display: flex;
  gap: 16px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.form-response {
  min-height: 22px;
  font-size: 14px;
  color: #b94f00;
}

.form-response.ok {
  color: var(--simmeo-green);
}

.faq-item {
  padding: 18px 0;
  border-top: 1px solid var(--simmeo-line);
}

.faq-item:first-child {
  border-top: 0;
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  font-weight: 800;
  font-size: 18px;
}

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

.faq-item p {
  margin: 12px 0 0;
  color: var(--simmeo-ink-soft);
  line-height: 1.7;
}

.cta-shell {
  padding-bottom: 64px;
}

.cta-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 30px;
  background: linear-gradient(135deg, rgba(6, 23, 34, 0.96), rgba(16, 43, 102, 0.94));
  color: #fff;
  overflow: hidden;
}

.cta-panel p,
.cta-panel .eyebrow {
  color: rgba(255, 255, 255, 0.82);
}

.cta-panel .eyebrow {
  background: rgba(255, 255, 255, 0.12);
}

.cta-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.site-footer {
  padding: 20px 0 34px;
}

.footer-grid {
  display: grid;
  gap: 26px;
  grid-template-columns: minmax(0, 1.2fr) repeat(3, minmax(0, 0.8fr));
  padding: 28px;
  border-radius: var(--simmeo-radius);
  background: rgba(6, 23, 34, 0.94);
  color: rgba(255, 255, 255, 0.82);
  box-shadow: var(--simmeo-shadow-strong);
}

.footer-brand {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.footer-brand img {
  width: 44px;
  height: 44px;
  border-radius: 16px;
}

.footer-brand .simmeo-brand-mark {
  display: block;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  flex: 0 0 42px;
}

.footer-grid h3 {
  margin: 0 0 12px;
  color: #fff;
  font-family: 'Sora', system-ui, sans-serif;
  font-size: 16px;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.82);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-top: 16px;
  color: var(--simmeo-ink-soft);
  font-size: 13px;
}

.simmeo-chat-widget {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 30;
}

.simmeo-chat-trigger {
  border: 0;
  border-radius: 999px;
  padding: 14px 18px;
  background: linear-gradient(135deg, var(--simmeo-cyan), var(--simmeo-cyan-dark));
  color: #fff;
  box-shadow: var(--simmeo-shadow-strong);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
}

.simmeo-chat-trigger-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #8dffcf;
  box-shadow: 0 0 0 8px rgba(141, 255, 207, 0.16);
}

.simmeo-chat-panel {
  position: absolute;
  right: 0;
  bottom: calc(100% + 12px);
  width: min(420px, calc(100vw - 30px));
  max-height: min(78vh, 720px);
  padding: 18px;
  display: none;
  gap: 14px;
  grid-template-rows: auto auto auto minmax(0, 1fr) auto;
  align-content: start;
  border-radius: 28px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: var(--simmeo-shadow-strong);
  border: 1px solid rgba(255, 255, 255, 0.7);
}

.simmeo-chat-widget.open .simmeo-chat-panel {
  display: grid;
}

.simmeo-chat-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.simmeo-chat-head strong {
  display: block;
  font-size: 18px;
}

.simmeo-chat-head p,
.simmeo-chat-notice {
  margin: 6px 0 0;
  color: var(--simmeo-ink-soft);
  font-size: 14px;
  line-height: 1.6;
}

.simmeo-chat-notice {
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(0, 181, 201, 0.08);
}

.simmeo-chat-close {
  border: 0;
  background: rgba(6, 23, 34, 0.06);
  width: 38px;
  height: 38px;
  border-radius: 999px;
  font-size: 24px;
  line-height: 1;
}

.simmeo-chat-thread,
.operator-thread {
  max-height: 340px;
  overflow-y: auto;
  display: grid;
  gap: 10px;
  padding: 4px;
}

.simmeo-chat-thread {
  min-height: 0;
  max-height: none;
  align-content: start;
}

.simmeo-chat-compose {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
}

.simmeo-chat-compose textarea {
  min-height: 104px;
  resize: vertical;
}

.simmeo-chat-compose .btn {
  min-width: 120px;
}

.simmeo-chat-bubble,
.simmeo-chat-system {
  padding: 14px 16px;
  border-radius: 18px;
  box-shadow: 0 10px 24px rgba(6, 23, 34, 0.07);
}

.simmeo-chat-system {
  background: rgba(6, 23, 34, 0.06);
  color: var(--simmeo-ink-soft);
  line-height: 1.6;
}

.simmeo-chat-bubble {
  background: #fff;
  border: 1px solid rgba(6, 23, 34, 0.08);
}

.simmeo-chat-bubble.visitor {
  margin-left: 26px;
  background: rgba(0, 181, 201, 0.08);
}

.simmeo-chat-bubble.operator {
  margin-right: 26px;
  background: rgba(16, 43, 102, 0.06);
}

.simmeo-chat-bubble strong {
  display: block;
  margin-bottom: 6px;
}

.simmeo-chat-bubble p {
  margin: 0;
  white-space: pre-wrap;
  line-height: 1.6;
}

.chat-message-time {
  display: block;
  margin-top: 8px;
  font-size: 12px;
}

.chat-honeypot {
  position: absolute;
  left: -10000px;
  opacity: 0;
  pointer-events: none;
}

.operator-shell {
  padding-top: 28px;
}

.operator-app {
  grid-template-columns: minmax(320px, 0.42fr) minmax(0, 0.58fr);
}

.operator-list-panel,
.operator-thread-panel {
  padding: 22px;
}

.operator-panel-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--simmeo-line);
}

.operator-panel-head h1,
.operator-panel-head h2 {
  margin: 8px 0 0;
  font-size: 24px;
}

.operator-session-list {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.operator-session-item {
  width: 100%;
  padding: 16px 40px 16px 16px;
  border: 1px solid rgba(6, 23, 34, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.86);
  position: relative;
}

.operator-session-item.active {
  border-color: rgba(0, 181, 201, 0.36);
  background: rgba(0, 181, 201, 0.08);
}

.operator-session-item-select {
  width: 100%;
  text-align: left;
  display: grid;
  gap: 6px;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
}

.operator-session-item b {
  position: absolute;
  bottom: 10px;
  right: 14px;
  min-width: 28px;
  height: 28px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--simmeo-cyan-dark);
  color: #fff;
}

.operator-panel-head-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.operator-session-delete {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  border: 0;
  background: rgba(6, 23, 34, 0.06);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--simmeo-ink-soft);
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
  transition: background 0.15s ease, color 0.15s ease;
}

.operator-session-delete:hover,
.operator-session-delete:focus-visible {
  background: rgba(220, 53, 69, 0.12);
  color: #dc3545;
  outline: none;
}

.operator-empty {
  padding: 18px;
  border-radius: 18px;
  background: rgba(6, 23, 34, 0.05);
  color: var(--simmeo-ink-soft);
}

.operator-badge {
  letter-spacing: 0;
  text-transform: none;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.client-login-header {
  padding: 24px 0 0;
}

.client-login-topnav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 20px;
  border-radius: 26px;
  background: rgba(6, 23, 34, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 42px rgba(6, 23, 34, 0.16);
  backdrop-filter: blur(18px);
}

.client-login-topactions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.client-login-topnav .lang-switcher {
  background: rgba(255, 255, 255, 0.08);
}

.client-login-topnav .lang-switcher a {
  color: rgba(255, 255, 255, 0.74);
}

.client-login-topnav .lang-switcher a.active {
  color: var(--simmeo-ink);
}

.client-login-shell {
  padding: 24px 0 52px;
  min-height: calc(100vh - 112px);
}

.client-login-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(390px, 0.95fr);
  gap: 28px;
  align-items: stretch;
}

.client-login-showcase {
  position: relative;
  overflow: hidden;
  padding: 32px;
  border-radius: 34px;
  color: #fff;
  background: linear-gradient(155deg, rgba(6, 23, 34, 0.98), rgba(16, 43, 102, 0.94));
  box-shadow: var(--simmeo-shadow-strong);
}

.client-login-showcase::before,
.client-login-showcase::after {
  content: '';
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.client-login-showcase::before {
  width: 220px;
  height: 220px;
  top: -70px;
  right: -30px;
  background: rgba(0, 181, 201, 0.18);
}

.client-login-showcase::after {
  width: 180px;
  height: 180px;
  bottom: -50px;
  left: -50px;
  background: rgba(242, 184, 75, 0.14);
}

.client-login-showcase > * {
  position: relative;
  z-index: 1;
}

.client-login-showcase h1 {
  margin: 16px 0 14px;
  font-family: 'Sora', system-ui, sans-serif;
  font-size: clamp(2.2rem, 4vw, 4.2rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.client-login-lead,
.client-login-floating-card p,
.client-login-signal-card p,
.client-login-card-copy,
.client-reset-head p,
.client-login-help p,
.client-login-trust {
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.7;
}

.client-login-visual-card {
  margin-top: 26px;
  padding: 22px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.client-login-visual-card img {
  width: 100%;
  border-radius: 26px;
}

.client-login-floating-card {
  width: min(360px, 92%);
  margin-top: -18px;
  margin-left: 22px;
  padding: 18px 20px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--simmeo-ink);
  box-shadow: var(--simmeo-shadow-strong);
}

.client-login-floating-card span {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(0, 181, 201, 0.1);
  color: var(--simmeo-cyan-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.client-login-floating-card strong {
  display: block;
  margin: 10px 0 8px;
  font-size: 1.7rem;
  line-height: 1.1;
  font-family: 'Sora', system-ui, sans-serif;
}

.client-login-floating-card p {
  margin: 0;
  color: var(--simmeo-ink-soft);
}

.client-login-signal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.client-login-signal-card {
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.client-login-signal-card strong,
.client-login-help strong,
.client-reset-head strong {
  display: block;
  margin-bottom: 8px;
  font-family: 'Sora', system-ui, sans-serif;
  font-size: 1rem;
}

.client-login-signal-card p,
.client-reset-head p,
.client-login-help p {
  margin: 0;
  font-size: 14px;
}

.client-login-card {
  padding: 32px;
  border-radius: 34px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.88));
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: var(--simmeo-shadow);
  display: flex;
  flex-direction: column;
}

.client-login-card h2 {
  margin: 14px 0 10px;
  font-family: 'Sora', system-ui, sans-serif;
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.client-login-card-copy {
  margin: 0 0 20px;
  color: var(--simmeo-ink-soft);
}

.client-login-form {
  gap: 14px;
}

.client-login-form .btn,
.client-reset-form .btn {
  margin-top: 4px;
}

.client-login-error,
.client-login-status {
  border-radius: 16px;
  padding: 12px 14px;
  font-size: 14px;
  font-weight: 700;
}

.client-login-error,
.client-login-status.bad {
  color: #991b1b;
  background: rgba(239, 68, 68, 0.08);
  border: 1px solid rgba(239, 68, 68, 0.14);
}

.client-login-status.ok {
  color: #166534;
  background: rgba(22, 163, 74, 0.08);
  border: 1px solid rgba(22, 163, 74, 0.14);
}

.client-reset-wrap {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--simmeo-line);
}

.client-reset-head {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: flex-start;
}

.client-reset-toggle {
  flex: 0 0 auto;
}

.client-reset-card {
  margin-top: 16px;
  padding: 18px;
  border-radius: 24px;
  background: rgba(6, 23, 34, 0.04);
  border: 1px solid rgba(6, 23, 34, 0.06);
}

.client-reset-card[hidden] {
  display: none;
}

.client-reset-card > strong {
  display: block;
  margin-bottom: 12px;
  color: var(--simmeo-ink);
}

.client-reset-form {
  gap: 14px;
}

.client-login-trust {
  margin-top: 18px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(0, 181, 201, 0.08);
  color: var(--simmeo-cyan-dark);
  font-size: 14px;
  font-weight: 700;
}

.client-login-help {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--simmeo-line);
}

.page-client-login .text-link {
  margin-top: 12px;
}

.legal-shell {
  padding-top: 0;
}

.legal-copy {
  max-width: 860px;
}

.legal-copy h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: 'Sora', system-ui, sans-serif;
}

.legal-copy p {
  margin-top: 0;
  margin-bottom: 24px;
}

.slim-hero {
  padding-bottom: 12px;
}

@media (max-width: 1100px) {
  .hero-stats-grid,
  .product-grid,
  .signal-grid,
  .service-grid,
  .story-grid,
  .pricing-grid,
  .security-grid,
  .principle-grid,
  .footer-grid,
  .stacked-product-card,
  .contact-grid,
  .faq-grid,
  .hero-grid,
  .page-hero-grid,
  .grid-2col,
  .operator-app,
  .client-login-grid,
  .client-login-signal-grid {
    grid-template-columns: 1fr;
  }

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

  .page-home .hero-copy {
    padding-right: 0;
  }

  .page-home .hero-grid {
    gap: 28px;
  }

  .page-home .hero-visual-wrap {
    padding: 18px;
  }

  .page-home .hero-slider {
    min-height: 0;
    aspect-ratio: 1.28 / 1;
  }

  .page-home .hero-floating-card {
    width: 100%;
    margin: 16px 0 0;
  }

  .home-hero-title,
  .page-home .hero-lead {
    max-width: none;
  }
}

@media (max-width: 991px) {
  .site-navbar .navbar-collapse {
    margin-top: 16px;
    padding: 18px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
  }

  .site-nav-actions {
    margin-top: 14px;
    justify-content: flex-start;
  }

  .simmeo-chat-panel {
    right: 0;
    left: auto;
  }

  .client-login-topnav,
  .client-reset-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .client-login-topactions {
    width: 100%;
    justify-content: space-between;
  }
}

@media (max-width: 767px) {
  body.simmeo-body::before {
    width: 190px;
    height: 190px;
    top: 150px;
    right: -28px;
  }

  body.simmeo-body::after {
    width: 150px;
    height: 150px;
    bottom: 90px;
    left: -22px;
  }

  .site-topbar-inner,
  .footer-bottom,
  .form-meta-row,
  .operator-compose-actions,
  .cta-panel,
  .client-login-topactions {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-topbar-cta {
    width: 100%;
    justify-content: flex-start;
  }

  .hero-section,
  .page-hero,
  .section-shell {
    padding: 28px 0;
  }

  .hero-floating-card {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    margin-top: 16px;
  }

  .hero-trust-row,
  .hero-actions,
  .cta-actions,
  .site-nav-actions,
  .hero-stats-grid {
    width: 100%;
  }

  .hero-actions .btn,
  .cta-actions .btn,
  .site-nav-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .form-grid,
  .simmeo-chat-profile {
    grid-template-columns: 1fr;
  }

  .simmeo-chat-widget {
    right: 14px;
    left: 14px;
    bottom: 14px;
  }

  .simmeo-chat-trigger {
    width: 100%;
    justify-content: center;
  }

  .simmeo-chat-panel {
    width: 100%;
    max-height: 78vh;
  }

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

  .simmeo-chat-compose .btn {
    width: 100%;
  }

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

  .client-login-header {
    padding-top: 14px;
  }

  .client-login-shell {
    padding: 14px 0 38px;
  }

  .client-login-showcase,
  .client-login-card {
    padding: 22px;
    border-radius: 24px;
  }

  .client-login-floating-card {
    width: 100%;
    margin-top: 16px;
    margin-left: 0;
  }
}

@media (max-width: 540px) {
  .hero-copy h1,
  .page-hero h1 {
    font-size: 2.35rem;
  }

  .section-heading h2,
  .contact-form-card h2,
  .cta-panel h2 {
    font-size: 2rem;
  }

  .hero-visual-wrap,
  .page-hero-card,
  .timeline-card,
  .product-card,
  .service-card,
  .signal-card,
  .story-card,
  .pricing-card,
  .synergy-card,
  .story-panel,
  .security-card,
  .compliance-panel,
  .contact-form-card,
  .contact-card,
  .cta-panel,
  .operator-list-panel,
  .operator-thread-panel {
    border-radius: 22px;
  }

  .hero-visual-wrap,
  .page-hero-card,
  .product-card-body,
  .timeline-card,
  .synergy-card,
  .contact-form-card,
  .contact-card,
  .cta-panel,
  .operator-list-panel,
  .operator-thread-panel {
    padding: 20px;
  }

  .hero-slide-caption {
    left: 14px;
    right: 14px;
    bottom: 14px;
    padding: 16px 76px 16px 16px;
  }

  .hero-slide-caption p {
    max-width: 100%;
  }

  .hero-slider-nav {
    right: 14px;
    bottom: 14px;
  }
}
