:root {
  --aiceberg-ink: #0d0f1c;
  --aiceberg-wine: #4a0f1f;
  --aiceberg-wine-dark: #2a0b14;
  --aiceberg-accent: #f4b95f;
  --aiceberg-mint: #1dd3b0;
  --aiceberg-slate: #8b95a7;
  --aiceberg-surface: #f7f7fb;
  --aiceberg-line: rgba(255, 255, 255, 0.12);
  --aiceberg-wave: #ffffff;
  --font-display: 'Sora', 'Rubik', sans-serif;
  --font-body: 'Rubik', sans-serif;
}

body {
  font-family: var(--font-body);
  color: var(--aiceberg-ink);
}

h1, h2, h3, h4, h5, h6,
.hero-title,
.section-title h2 {
  font-family: var(--font-display);
  letter-spacing: -0.02em;
  font-size: clamp(2rem, 1.6vw + 1.4rem, 2.8rem);
  line-height: 1.15;
}

a {
  color: var(--aiceberg-mint);
}

a:hover {
  color: #14b89a;
}

.header .wsmenu-list li a {
  font-weight: 500;
}

.header .wsmenu-list > li > a {
  padding: 10px 12px;
  font-size: 0.95rem;
}

@media (max-width: 1199px) {
  .header .wsmenu-list > li > a {
    padding: 10px 10px;
    font-size: 0.9rem;
  }
}

.floating-tools {
  position: fixed;
  left: 20px;
  top: 120px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 9999;
}

.tool-button {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(13, 15, 28, 0.12);
  background: rgba(255, 255, 255, 0.96);
  color: #1b0c14;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  box-shadow: 0 10px 24px rgba(12, 14, 26, 0.12);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
  text-decoration: none;
}

.tool-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(12, 14, 26, 0.18);
}

.tool-button.is-active {
  border-color: var(--aiceberg-mint);
  box-shadow: 0 0 0 2px rgba(29, 211, 176, 0.2);
}

.tool-button--theme {
  font-size: 16px;
}

.theme-icon--moon {
  display: none;
}

html.theme-dark .theme-icon--sun {
  display: none;
}

html.theme-dark .theme-icon--moon {
  display: inline;
}

.whatsapp-float {
  position: fixed;
  right: 24px;
  bottom: 84px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  box-shadow: 0 12px 30px rgba(22, 163, 74, 0.4);
  z-index: 9998;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.whatsapp-float:hover {
  color: #fff;
  transform: translateY(-2px);
}

@media (max-width: 991px) {
  .floating-tools {
    left: 12px;
    top: auto;
    bottom: 90px;
  }
}

.aiceberg-hero {
  position: relative;
  padding: 170px 0 90px;
  background: radial-gradient(1200px 600px at 10% 10%, #6b1b2e 0%, #3e0f1c 45%, #1b0c14 100%);
  color: #fff;
  overflow: hidden;
}

.aiceberg-hero::after {
  content: '';
  position: absolute;
  top: -120px;
  right: -180px;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(244, 185, 95, 0.25), transparent 70%);
  border-radius: 50%;
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border: 1px solid var(--aiceberg-line);
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
  margin: 10px 0 18px;
}

.hero-title {
  font-size: clamp(2.2rem, 2.6vw + 1.6rem, 3.6rem);
  line-height: 1.1;
  margin-bottom: 18px;
  color: #fff;
}

.hero-subtitle {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.85);
}

.hero-cta .btn {
  min-width: 180px;
}

.btn-hero-primary {
  background: var(--aiceberg-accent);
  color: #1a0b12;
  border: none;
}

.btn-hero-primary:hover {
  background: #f1a93d;
  color: #1a0b12;
}

.btn-hero-secondary {
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
}

.hero-metrics {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 16px;
}

.hero-metric {
  padding: 14px;
  border: 1px solid var(--aiceberg-line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
}

.hero-metric span {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.6);
}

.hero-metric strong {
  font-size: 1.1rem;
}

.section-title .eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 12px;
  color: var(--aiceberg-mint);
  margin-bottom: 12px;
  display: inline-block;
}

.aiceberg-section {
  padding: 90px 0;
}

.aiceberg-surface {
  background: var(--aiceberg-surface);
}

.aiceberg-card {
  background: #fff;
  border: 1px solid rgba(13, 15, 28, 0.08);
  border-radius: 16px;
  padding: 24px;
  height: 100%;
  box-shadow: 0 10px 30px rgba(12, 14, 26, 0.08);
}

.aiceberg-card h5 {
  margin-top: 14px;
}

.about-split {
  margin-top: 24px;
}

.about-illustration {
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-illustration img {
  width: 100%;
  max-width: 420px;
  height: auto;
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(12, 14, 26, 0.12);
}

.about-panel {
  background: #fff;
  border: 1px solid rgba(13, 15, 28, 0.08);
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 12px 30px rgba(12, 14, 26, 0.06);
}

.about-panel p {
  color: var(--aiceberg-slate);
}

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

.about-list li {
  position: relative;
  padding-left: 22px;
  color: var(--aiceberg-ink);
}

.about-list li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--aiceberg-mint);
  position: absolute;
  left: 0;
  top: 7px;
}

.card-illustration {
  width: 56px;
  height: 56px;
  object-fit: contain;
  margin-bottom: 12px;
}

.benefit-illustration {
  width: 84px;
  height: 84px;
  object-fit: contain;
  margin-bottom: 14px;
}

html.theme-dark .card-illustration,
html.theme-dark .benefit-illustration {
  filter: drop-shadow(0 12px 20px rgba(0, 0, 0, 0.35));
}

html.theme-dark .about-panel {
  background: #121420;
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
}

html.theme-dark .about-panel p {
  color: rgba(230, 232, 240, 0.7);
}

html.theme-dark .about-list li {
  color: #f5f7ff;
}

.feature-chip {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(29, 211, 176, 0.12);
  color: #0d3f36;
  font-size: 13px;
  font-weight: 500;
  margin: 4px 6px 0 0;
}

.compare-table {
  border: 1px solid rgba(13, 15, 28, 0.08);
  border-radius: 16px;
  overflow: hidden;
}

.compare-table th {
  background: #111827;
  color: #fff;
  border: none;
}

.compare-table td {
  vertical-align: middle;
}

.stat-card {
  background: #fff;
  border-radius: 18px;
  padding: 24px;
  text-align: center;
  border: 1px solid rgba(13, 15, 28, 0.08);
  box-shadow: 0 12px 30px rgba(12, 14, 26, 0.08);
}

.stat-card h3 {
  font-size: 1.8rem;
  margin-bottom: 6px;
  color: var(--aiceberg-wine);
}

.stat-card p {
  margin-bottom: 0;
  color: var(--aiceberg-slate);
}

.lead-form {
  background: #fff;
  border-radius: 18px;
  padding: 28px;
  box-shadow: 0 12px 30px rgba(12, 14, 26, 0.08);
  border: 1px solid rgba(13, 15, 28, 0.08);
}

.lead-form .form-label {
  font-weight: 500;
  color: var(--aiceberg-ink);
}

.lead-form .form-control,
.lead-form .form-select,
.lead-form textarea {
  border-radius: 12px;
  border: 1px solid rgba(13, 15, 28, 0.12);
  padding: 12px 14px;
}

.lead-form .form-check-label {
  font-size: 0.9rem;
  color: var(--aiceberg-slate);
}

.form-status {
  margin-top: 12px;
  font-size: 0.95rem;
}

.form-status.is-loading {
  color: var(--aiceberg-slate);
}

.form-status.is-success {
  color: #16a34a;
}

.form-status.is-error {
  color: #dc2626;
}

.policy-hero {
  padding: 140px 0 60px;
  background: radial-gradient(1100px 600px at 10% 10%, #6b1b2e 0%, #3e0f1c 45%, #1b0c14 100%);
  color: #fff;
}

.policy-content {
  padding: 60px 0 90px;
}

.footer-links a {
  display: inline-block;
  margin-right: 12px;
  color: var(--aiceberg-mint);
}

.footer-social a {
  display: inline-block;
  margin-right: 10px;
  color: var(--aiceberg-slate);
}

html.theme-dark {
  --aiceberg-ink: #e6e8f0;
  --aiceberg-slate: #b3b9c7;
  --aiceberg-surface: #13151f;
  --aiceberg-line: rgba(255, 255, 255, 0.18);
  --aiceberg-wave: #0b0d14;
}

html.theme-dark body {
  background: #0b0d14;
  color: var(--aiceberg-ink);
}

html.theme-dark .aiceberg-card,
html.theme-dark .stat-card,
html.theme-dark .lead-form {
  background: #121420;
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
}

html.theme-dark .compare-table {
  border-color: rgba(255, 255, 255, 0.12);
}

html.theme-dark .compare-table td {
  color: var(--aiceberg-ink);
}

html.theme-dark .lead-form .form-control,
html.theme-dark .lead-form .form-select,
html.theme-dark .lead-form textarea {
  background: #0f111a;
  border-color: rgba(255, 255, 255, 0.1);
  color: var(--aiceberg-ink);
}

html.theme-dark .lead-form .form-control::placeholder,
html.theme-dark .lead-form textarea::placeholder {
  color: rgba(230, 232, 240, 0.6);
}

html.theme-dark .feature-chip {
  color: #c5f4ea;
  background: rgba(29, 211, 176, 0.2);
}

html.theme-dark .footer {
  background: #0f111a;
}

html.theme-dark .tool-button {
  background: rgba(18, 20, 32, 0.95);
  border-color: rgba(255, 255, 255, 0.08);
  color: #f7f7fb;
}

html.theme-dark .header {
  background: #0f111a !important;
}

html.theme-dark .header .wsmenu-list li a {
  color: #f7f7fb;
}

html.theme-dark .btn-hero-secondary {
  border-color: rgba(255, 255, 255, 0.6);
  color: #fff;
}

html.theme-dark .header .wsmainfull,
html.theme-dark .header .wsmobileheader {
  background: rgba(15, 17, 26, 0.98) !important;
}

html.theme-dark .header .wsmainwp,
html.theme-dark .header .wsmenu {
  background: transparent !important;
}

html.theme-dark .wsmainfull {
  background-color: #0f111a !important;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
}

html.theme-dark .wsmainfull .wsmenu-list li a {
  color: #f7f7fb;
}

.wave-shape-bottom path {
  fill: var(--aiceberg-wave) !important;
}

html.theme-dark .header-wrapper,
html.theme-dark .wsmainwp {
  background-color: #0f111a !important;
}

html.theme-dark .wsmenu-list > li > a {
  color: #f7f7fb !important;
}

html.theme-dark .navbar-light .wsmenu > .wsmenu-list > li > a {
  color: #f7f7fb !important;
}

html.theme-dark .tra-menu .wsmainfull.scroll,
html.theme-dark .white-menu .wsmainfull.scroll,
html.theme-dark .dark-menu.dark-scroll .wsmainfull.scroll {
  background-color: #0f111a !important;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
}

html.theme-dark .tra-menu .scroll .wsmenu > .wsmenu-list > li a {
  color: #f7f7fb !important;
}

.compare-tag {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
}

.compare-tag.good { background: rgba(29, 211, 176, 0.2); color: #0d3f36; }
.compare-tag.mid { background: rgba(244, 185, 95, 0.2); color: #6a3d00; }
.compare-tag.bad { background: rgba(239, 68, 68, 0.2); color: #7f1d1d; }

html.theme-dark .compare-tag.good { background: rgba(29, 211, 176, 0.35); color: #e7fff9; }
html.theme-dark .compare-tag.mid { background: rgba(244, 185, 95, 0.35); color: #fff4db; }
html.theme-dark .compare-tag.bad { background: rgba(239, 68, 68, 0.35); color: #ffe4e4; }

.compare-section {
  background: linear-gradient(180deg, #ffffff 0%, #f7f8fc 100%);
}

.compare-grid {
  display: grid;
  gap: 16px;
}

.compare-head,
.compare-row {
  display: grid;
  grid-template-columns: minmax(220px, 1.2fr) repeat(3, minmax(180px, 1fr));
  gap: 16px;
  align-items: stretch;
}

.compare-head {
  margin-bottom: 6px;
}

.compare-brand {
  background: #ffffff;
  border: 1px solid rgba(13, 15, 28, 0.08);
  border-radius: 18px;
  padding: 18px 20px;
  box-shadow: 0 10px 24px rgba(12, 14, 26, 0.06);
}

.compare-brand--primary {
  border-color: rgba(29, 211, 176, 0.35);
  box-shadow: 0 16px 30px rgba(29, 211, 176, 0.12);
}

.compare-pill {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(29, 211, 176, 0.15);
  color: #0d3f36;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}

.compare-brand p {
  margin: 0;
  color: var(--aiceberg-slate);
  font-size: 0.95rem;
}

.compare-row {
  background: #ffffff;
  border: 1px solid rgba(13, 15, 28, 0.08);
  border-radius: 18px;
  padding: 16px;
  box-shadow: 0 12px 30px rgba(12, 14, 26, 0.05);
}

.compare-metric h5 {
  margin-bottom: 6px;
  font-size: 1rem;
}

.compare-metric p {
  margin: 0;
  color: var(--aiceberg-slate);
  font-size: 0.95rem;
}

.compare-score {
  background: #f8fafc;
  border-radius: 14px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  border: 1px solid rgba(13, 15, 28, 0.06);
}

.compare-score span {
  font-weight: 600;
  color: #0f172a;
}

.compare-score small {
  color: var(--aiceberg-slate);
  font-size: 0.85rem;
}

.compare-score.is-strong {
  background: rgba(29, 211, 176, 0.12);
  border-color: rgba(29, 211, 176, 0.3);
}

.compare-score.is-medium {
  background: rgba(244, 185, 95, 0.15);
  border-color: rgba(244, 185, 95, 0.3);
}

.compare-score.is-low {
  background: rgba(239, 68, 68, 0.12);
  border-color: rgba(239, 68, 68, 0.3);
}

@media (max-width: 991px) {
  .compare-head,
  .compare-row {
    grid-template-columns: 1fr;
  }

  .compare-row {
    padding: 18px;
  }
}

html.theme-dark .compare-section {
  background: linear-gradient(180deg, #0b0d14 0%, #0f111a 100%);
}

html.theme-dark .compare-brand,
html.theme-dark .compare-row {
  background: #121420;
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.35);
}

html.theme-dark .compare-pill {
  background: rgba(29, 211, 176, 0.2);
  color: #c5f4ea;
}

html.theme-dark .compare-score {
  background: #0f111a;
  border-color: rgba(255, 255, 255, 0.08);
}

html.theme-dark .compare-score span {
  color: #f7f7fb;
}

html.theme-dark .compare-score small,
html.theme-dark .compare-metric p,
html.theme-dark .compare-brand p {
  color: rgba(230, 232, 240, 0.7);
}

.problem-card {
  padding: 22px;
  border-radius: 18px;
  border: 1px solid rgba(13, 15, 28, 0.08);
  background: #fff;
  box-shadow: 0 12px 30px rgba(12, 14, 26, 0.06);
}

.problem-card h5 {
  margin-bottom: 12px;
}

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

.problem-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: var(--aiceberg-ink);
  font-size: 0.98rem;
}

.problem-list li::before {
  content: "•";
  font-weight: 700;
  color: var(--aiceberg-mint);
  line-height: 1.2;
}

.problem-card--pain .problem-list li::before {
  content: "•";
  color: #f4b95f;
}

.problem-note {
  margin-top: 16px;
  color: var(--aiceberg-slate);
}

html.theme-dark .problem-card {
  background: #121420;
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
}

html.theme-dark .problem-list li {
  color: #e6e8f0;
}

html.theme-dark .problem-note {
  color: rgba(230, 232, 240, 0.7);
}

.insights-section .section-title {
  margin-bottom: 10px;
}

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

.insight-card {
  background: #fff;
  border: 1px solid rgba(13, 15, 28, 0.08);
  border-radius: 20px;
  padding: 18px;
  box-shadow: 0 12px 30px rgba(12, 14, 26, 0.06);
  display: grid;
  gap: 14px;
}

.insight-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.insight-header h5 {
  flex: 1;
  min-width: 0;
  font-size: 1.02rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.insight-badge {
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--aiceberg-mint);
  font-weight: 600;
}

.chart {
  width: 100%;
  height: auto;
}

.chart-value {
  font-size: 1.3rem;
  font-weight: 700;
  fill: var(--aiceberg-ink);
}

.chart-label {
  font-size: 0.72rem;
  fill: var(--aiceberg-slate);
}

.chart-arc {
  transition: stroke-dashoffset 1.4s ease;
}

.chart-bar {
  transform-box: fill-box;
  transform-origin: center bottom;
  transform: scaleY(0);
  transition: transform 1.2s ease;
}

.chart-bar.is-animated {
  transform: scaleY(var(--bar-scale, 1));
}

.chart-line path {
  transition: stroke-dashoffset 1.6s ease, d 1.2s ease;
}

.insight-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  text-align: center;
}

.insight-metrics--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.insight-metrics strong {
  display: block;
  font-size: 1rem;
}

.insight-metrics small {
  color: var(--aiceberg-slate);
}

.benefits-split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.benefit-card {
  background: #fff;
  border: 1px solid rgba(13, 15, 28, 0.08);
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 12px 30px rgba(12, 14, 26, 0.06);
}

.benefit-card h6 {
  margin-bottom: 10px;
  font-weight: 600;
}

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

.benefit-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: var(--aiceberg-ink);
  font-size: 0.98rem;
}

.benefit-list li::before {
  content: "✓";
  font-weight: 700;
  color: var(--aiceberg-mint);
  line-height: 1.2;
}

html.theme-dark .benefit-card {
  background: #121420;
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
}

html.theme-dark .benefit-list li {
  color: #e6e8f0;
}

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

.deploy-card {
  height: 100%;
  display: grid;
  gap: 10px;
}

.deploy-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.deploy-card li {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  color: var(--aiceberg-slate);
  font-size: 0.95rem;
}

.deploy-card li::before {
  content: "•";
  color: var(--aiceberg-mint);
  font-weight: 700;
  line-height: 1.2;
}

html.theme-dark .deploy-card li {
  color: rgba(230, 232, 240, 0.7);
}

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

.integration-card {
  background: #fff;
  border: 1px solid rgba(13, 15, 28, 0.08);
  border-radius: 18px;
  padding: 16px;
  box-shadow: 0 12px 30px rgba(12, 14, 26, 0.06);
  display: grid;
  gap: 10px;
}

.integration-card h5 {
  margin: 0;
}

.integration-card p {
  margin: 0;
  color: var(--aiceberg-slate);
  font-size: 0.95rem;
}

.integration-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(29, 211, 176, 0.14);
  color: #0d3f36;
}

.integration-icon svg {
  width: 22px;
  height: 22px;
}

.integration-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.integration-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.75rem;
  background: rgba(13, 15, 28, 0.06);
  color: var(--aiceberg-ink);
}

.integration-tag svg {
  width: 12px;
  height: 12px;
}

html.theme-dark .integration-card {
  background: #121420;
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
}

html.theme-dark .integration-card p {
  color: rgba(230, 232, 240, 0.7);
}

html.theme-dark .integration-icon {
  background: rgba(29, 211, 176, 0.2);
  color: #c5f4ea;
}

html.theme-dark .integration-tag {
  background: rgba(255, 255, 255, 0.08);
  color: #e6e8f0;
}

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

.faq-card {
  background: #fff;
  border: 1px solid rgba(13, 15, 28, 0.08);
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 12px 30px rgba(12, 14, 26, 0.06);
}

.faq-card h5 {
  margin-bottom: 10px;
}

.faq-card p {
  margin: 0;
  color: var(--aiceberg-slate);
}

html.theme-dark .faq-card {
  background: #121420;
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
}

html.theme-dark .faq-card p {
  color: rgba(230, 232, 240, 0.7);
}

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

.security-card {
  background: #fff;
  border: 1px solid rgba(13, 15, 28, 0.08);
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 12px 30px rgba(12, 14, 26, 0.06);
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 100%;
}

.security-icon {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: linear-gradient(135deg, #2dd4bf, #22c55e);
  color: #0b1324;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 24px rgba(34, 197, 94, 0.2);
}

.security-icon svg {
  width: 24px;
  height: 24px;
}

.security-card p {
  margin: 0;
  color: var(--aiceberg-slate);
}

.security-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
}

.security-tag {
  background: rgba(9, 13, 30, 0.06);
  color: var(--aiceberg-navy);
  font-size: 0.78rem;
  font-weight: 600;
  padding: 4px 10px 4px 20px;
  border-radius: 999px;
  position: relative;
}

.security-tag::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: currentColor;
  position: absolute;
  left: 9px;
  top: 50%;
  transform: translateY(-50%);
}

.security-card:nth-child(1) .security-tag {
  background: rgba(34, 197, 94, 0.12);
  color: #0f7a3a;
}

.security-card:nth-child(2) .security-tag {
  background: rgba(59, 130, 246, 0.12);
  color: #1d4ed8;
}

.security-card:nth-child(3) .security-tag {
  background: rgba(245, 158, 11, 0.16);
  color: #92400e;
}

.security-card:nth-child(4) .security-tag {
  background: rgba(124, 58, 237, 0.14);
  color: #5b21b6;
}

html.theme-dark .security-card {
  background: #121420;
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
}

html.theme-dark .security-card p {
  color: rgba(230, 232, 240, 0.7);
}

html.theme-dark .security-tag {
  background: rgba(255, 255, 255, 0.08);
  color: #e6e8f0;
}

html.theme-dark .security-card:nth-child(1) .security-tag {
  background: rgba(34, 197, 94, 0.2);
  color: #86efac;
}

html.theme-dark .security-card:nth-child(2) .security-tag {
  background: rgba(59, 130, 246, 0.2);
  color: #93c5fd;
}

html.theme-dark .security-card:nth-child(3) .security-tag {
  background: rgba(245, 158, 11, 0.2);
  color: #fbbf24;
}

html.theme-dark .security-card:nth-child(4) .security-tag {
  background: rgba(124, 58, 237, 0.2);
  color: #c4b5fd;
}

.faq-list {
  display: grid;
  gap: 16px;
}

.faq-modal-body {
  padding-top: 6px;
}

.faq-modal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.faq-accordion {
  display: grid;
  gap: 12px;
}

.faq-accordion .accordion-item {
  background: #fff;
  border: 1px solid rgba(13, 15, 28, 0.08);
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(12, 14, 26, 0.06);
  overflow: hidden;
}

.faq-accordion .accordion-button {
  background: transparent;
  color: var(--aiceberg-navy);
  font-weight: 600;
  padding: 14px 18px;
  box-shadow: none;
}

.faq-accordion .accordion-button:focus {
  box-shadow: none;
}

.faq-accordion .accordion-button::after {
  background-image: none;
  content: "+";
  font-size: 1.2rem;
  color: var(--aiceberg-mint);
  width: auto;
  height: auto;
  transform: none;
}

.faq-accordion .accordion-button:not(.collapsed) {
  background: rgba(9, 13, 30, 0.04);
  color: var(--aiceberg-navy);
}

.faq-accordion .accordion-button:not(.collapsed)::after {
  content: "–";
}

.faq-accordion .accordion-body {
  padding: 0 18px 16px;
  color: var(--aiceberg-slate);
}

html.theme-dark .faq-accordion .accordion-item {
  background: #121420;
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
}

html.theme-dark .faq-accordion .accordion-button {
  color: #f5f7ff;
}

html.theme-dark .faq-accordion .accordion-button:not(.collapsed) {
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
}

html.theme-dark .faq-accordion .accordion-body {
  color: rgba(230, 232, 240, 0.7);
}

.exec-leadership {
  margin-top: 36px;
}

.modal-body .exec-leadership {
  margin-top: 0;
}

.exec-callout {
  background: #fff;
  border: 1px solid rgba(13, 15, 28, 0.08);
  border-radius: 20px;
  padding: 22px;
  box-shadow: 0 12px 30px rgba(12, 14, 26, 0.06);
  display: grid;
  gap: 12px;
}

.exec-callout h5 {
  margin-bottom: 6px;
}

.exec-callout p {
  margin: 0;
  color: var(--aiceberg-slate);
}

.exec-panel {
  background: #fff;
  border: 1px solid rgba(13, 15, 28, 0.08);
  border-radius: 20px;
  box-shadow: 0 12px 30px rgba(12, 14, 26, 0.06);
  overflow: hidden;
}

.exec-panel-header {
  background: linear-gradient(90deg, #1e6fd1 0%, #2b82f6 100%);
  color: #fff;
  padding: 12px 16px;
  font-weight: 600;
}

.exec-panel-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding: 14px 16px 6px;
}

.exec-panel-metric {
  background: #f7f8fc;
  border-radius: 14px;
  padding: 10px 12px;
  text-align: center;
  border: 1px solid rgba(13, 15, 28, 0.06);
}

.exec-panel-metric strong {
  display: block;
  font-size: 1.2rem;
}

.exec-panel-table {
  padding: 10px 16px 18px;
}

.exec-table-head,
.exec-table-row {
  display: grid;
  grid-template-columns: 60px 1.6fr 140px 120px 140px;
  gap: 10px;
  align-items: center;
  padding: 10px 0;
}

.exec-table-head {
  font-weight: 600;
  color: var(--aiceberg-slate);
  border-bottom: 1px solid rgba(13, 15, 28, 0.08);
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
}

.exec-table-row {
  border-bottom: 1px solid rgba(13, 15, 28, 0.06);
  font-size: 0.95rem;
}

.exec-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 600;
}

.exec-pill--critical { background: rgba(239, 68, 68, 0.15); color: #9f1239; }
.exec-pill--active { background: rgba(34, 197, 94, 0.15); color: #166534; }
.exec-pill--impact-high { background: rgba(59, 130, 246, 0.15); color: #1d4ed8; }
.exec-pill--impact-med { background: rgba(245, 158, 11, 0.15); color: #92400e; }

.exec-result {
  margin-top: 18px;
  padding: 16px 20px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(13, 15, 28, 0.08);
  color: var(--aiceberg-ink);
  box-shadow: 0 12px 30px rgba(12, 14, 26, 0.06);
  text-align: center;
}

html.theme-dark .exec-callout,
html.theme-dark .exec-panel,
html.theme-dark .exec-panel-metric,
html.theme-dark .exec-result {
  background: #121420;
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
}

html.theme-dark .exec-panel-header {
  background: linear-gradient(90deg, #1452a3 0%, #1a5ed6 100%);
}

html.theme-dark .exec-table-head,
html.theme-dark .exec-table-row,
html.theme-dark .exec-callout p {
  color: rgba(230, 232, 240, 0.7);
}

html.theme-dark .exec-pill--critical { background: rgba(239, 68, 68, 0.25); color: #fecdd3; }
html.theme-dark .exec-pill--active { background: rgba(34, 197, 94, 0.25); color: #bbf7d0; }
html.theme-dark .exec-pill--impact-high { background: rgba(59, 130, 246, 0.25); color: #bfdbfe; }
html.theme-dark .exec-pill--impact-med { background: rgba(245, 158, 11, 0.25); color: #fde68a; }

@media (max-width: 991px) {
  .exec-panel-metrics {
    grid-template-columns: 1fr;
  }

  .exec-table-head,
  .exec-table-row {
    grid-template-columns: 1fr;
  }

  .benefits-split {
    grid-template-columns: 1fr;
  }

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

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

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

  .faq-modal-grid {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 575px) {
  .integration-grid {
    grid-template-columns: 1fr;
  }

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

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

html.theme-dark .insight-card {
  background: #121420;
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
}

html.theme-dark .chart-value {
  fill: #f7f7fb;
}

html.theme-dark .chart-label,
html.theme-dark .insight-metrics small {
  fill: rgba(230, 232, 240, 0.7);
  color: rgba(230, 232, 240, 0.7);
}

@media (max-width: 991px) {
  .insights-grid {
    grid-template-columns: 1fr;
  }
}

html.theme-dark .modal-content {
  background: #121420;
  color: #e6e8f0;
}

html.theme-dark .modal-header {
  border-bottom-color: rgba(255, 255, 255, 0.08);
}

html.theme-dark .modal-body {
  color: rgba(230, 232, 240, 0.9);
}

.modal-content {
  border-radius: 24px;
  border: 1px solid rgba(13, 15, 28, 0.12);
  box-shadow: 0 24px 60px rgba(12, 14, 26, 0.18);
}

.modal-header {
  padding: 24px 28px 12px;
}

.modal-body {
  padding: 20px 28px 28px;
}

.modal-title {
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1.2;
}

.modal-dialog.modal-xl {
  max-width: 1100px;
}

#faqModal .modal-dialog.modal-xl {
  max-width: 1200px;
}

#roadmapModal .modal-dialog.modal-xl {
  max-width: 1280px;
}

.modal-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 24px;
  padding: 8px 0 24px;
  align-items: center;
}

.modal-hero-content .eyebrow {
  font-size: 0.75rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--aiceberg-mint);
  font-weight: 600;
}

.modal-hero-content h4 {
  margin: 10px 0 12px;
  font-size: 1.6rem;
  line-height: 1.25;
}

.modal-hero-content p {
  color: var(--aiceberg-slate);
  margin-bottom: 12px;
}

.modal-hero-media img {
  width: 100%;
  height: auto;
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(12, 14, 26, 0.14);
  background: #fff;
}

#roadmapModal .modal-hero-media {
  display: flex;
  justify-content: center;
}

#roadmapModal .modal-hero-media img {
  width: 90%;
  max-width: 420px;
}

.modal-image-wrap img {
  width: 100%;
  height: auto;
  border-radius: 18px;
  box-shadow: 0 16px 36px rgba(12, 14, 26, 0.16);
  background: #fff;
}

.modal-kpis {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.modal-kpi {
  background: rgba(29, 211, 176, 0.12);
  color: #0d3f36;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 0.85rem;
  font-weight: 600;
}

.modal-chip {
  background: rgba(9, 13, 30, 0.06);
  color: var(--aiceberg-navy);
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 0.8rem;
  font-weight: 600;
}

.modal-divider {
  height: 1px;
  background: rgba(13, 15, 28, 0.08);
  margin: 18px 0 26px;
}

html.theme-dark .modal-hero-content p {
  color: rgba(230, 232, 240, 0.7);
}

html.theme-dark .modal-hero-media img {
  background: #111827;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.5);
}

html.theme-dark .modal-kpi {
  background: rgba(29, 211, 176, 0.18);
  color: #bff7ea;
}

html.theme-dark .modal-chip {
  background: rgba(255, 255, 255, 0.08);
  color: #e6e8f0;
}

html.theme-dark .modal-divider {
  background: rgba(255, 255, 255, 0.08);
}

@media (max-width: 991px) {
  .modal-hero {
    grid-template-columns: 1fr;
  }
}

.stack-modal-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 24px;
  align-items: start;
}

.stack-ladder {
  display: grid;
  gap: 16px;
}

.stack-step {
  position: relative;
  padding: 18px 18px 18px 26px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(13, 15, 28, 0.08);
  box-shadow: 0 10px 24px rgba(12, 14, 26, 0.06);
}

.stack-step::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 22px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--aiceberg-mint);
  box-shadow: 0 0 0 6px rgba(29, 211, 176, 0.15);
}

.stack-step h6 {
  font-weight: 600;
  margin-bottom: 6px;
  font-size: 1rem;
}

.stack-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.stack-chip {
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 0.76rem;
  background: rgba(29, 211, 176, 0.12);
  color: #0d3f36;
  font-weight: 600;
}

.stack-chip--dark {
  background: rgba(13, 15, 28, 0.08);
  color: var(--aiceberg-ink);
}

.stack-highlight {
  text-align: center;
  padding: 14px;
  border-radius: 16px;
  border: 1px dashed rgba(29, 211, 176, 0.4);
  color: var(--aiceberg-ink);
  font-size: 0.92rem;
}

.stack-highlight strong {
  display: block;
  margin-top: 6px;
  color: #1b0c14;
  font-size: 0.92rem;
}

.stack-insights {
  display: grid;
  gap: 14px;
}

.stack-insight {
  padding: 16px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(13, 15, 28, 0.08);
  box-shadow: 0 10px 24px rgba(12, 14, 26, 0.06);
}

.stack-insight h6 {
  font-weight: 600;
  margin-bottom: 6px;
  font-size: 1rem;
}

.stack-insight p {
  margin: 0;
  color: var(--aiceberg-slate);
  font-size: 0.92rem;
}

.stack-cta {
  margin-top: 16px;
  font-weight: 600;
  color: var(--aiceberg-ink);
}

html.theme-dark .stack-step,
html.theme-dark .stack-insight {
  background: #121420;
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
}

html.theme-dark .stack-chip {
  background: rgba(29, 211, 176, 0.2);
  color: #c5f4ea;
}

html.theme-dark .stack-chip--dark {
  background: rgba(255, 255, 255, 0.08);
  color: #e6e8f0;
}

html.theme-dark .stack-highlight {
  border-color: rgba(29, 211, 176, 0.3);
  color: #e6e8f0;
}

html.theme-dark .stack-highlight strong {
  color: #f7f7fb;
}

html.theme-dark .stack-insight p {
  color: rgba(230, 232, 240, 0.7);
}

@media (max-width: 991px) {
  .stack-modal-grid {
    grid-template-columns: 1fr;
  }
}

.arch-flow {
  display: grid;
  gap: 20px;
}

.arch-head {
  text-align: center;
}

.arch-head .arch-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--aiceberg-mint);
  font-weight: 600;
}

.arch-head p {
  margin: 6px 0 0;
  color: var(--aiceberg-slate);
}

.arch-divider {
  height: 1px;
  background: linear-gradient(90deg, rgba(29, 211, 176, 0) 0%, rgba(29, 211, 176, 0.5) 50%, rgba(29, 211, 176, 0) 100%);
}

.arch-section {
  display: grid;
  gap: 14px;
}

.arch-section--sources {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.arch-section--outcomes {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.arch-node,
.arch-card,
.arch-core {
  background: #fff;
  border: 1px solid rgba(13, 15, 28, 0.08);
  border-radius: 18px;
  padding: 16px;
  box-shadow: 0 12px 30px rgba(12, 14, 26, 0.06);
}

.arch-node {
  text-align: center;
  font-weight: 600;
  color: var(--aiceberg-ink);
}

.arch-core {
  text-align: center;
  padding: 22px;
  background: linear-gradient(135deg, rgba(29, 211, 176, 0.12), rgba(244, 185, 95, 0.12));
  border-color: rgba(29, 211, 176, 0.25);
}

.arch-core-title {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 6px;
}

.arch-core p {
  margin: 0;
  color: var(--aiceberg-slate);
}

.arch-card h6 {
  margin-bottom: 6px;
  font-weight: 600;
}

.arch-card p {
  margin: 0;
  color: var(--aiceberg-slate);
  font-size: 0.95rem;
}

.arch-kicker {
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--aiceberg-mint);
  font-size: 0.8rem;
}

html.theme-dark .arch-node,
html.theme-dark .arch-card,
html.theme-dark .arch-core {
  background: #121420;
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
}

html.theme-dark .arch-core {
  background: linear-gradient(135deg, rgba(29, 211, 176, 0.16), rgba(244, 185, 95, 0.16));
}

html.theme-dark .arch-core p,
html.theme-dark .arch-card p,
html.theme-dark .arch-head p {
  color: rgba(230, 232, 240, 0.7);
}

@media (max-width: 991px) {
  .arch-section--sources,
  .arch-section--capabilities,
  .arch-section--outcomes {
    grid-template-columns: 1fr;
  }
}

.contact-actions .btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
  padding: 10px 10px;
  border-radius: 10px;
  white-space: nowrap;
  justify-content: center;
}

.contact-actions .btn svg {
  width: 14px;
  height: 14px;
}

.contact-actions .btn-hero-secondary {
  border-color: rgba(13, 15, 28, 0.2);
  color: #1b0c14;
  background: #fff;
}

.btn-hero-secondary {
  color: #1b0c14 !important;
  background: #ffffff;
  border: 1px solid rgba(13, 15, 28, 0.35);
  box-shadow: 0 10px 24px rgba(12, 14, 26, 0.08);
}

.btn-hero-secondary:hover {
  color: #1b0c14 !important;
  background: rgba(244, 185, 95, 0.22);
  border-color: rgba(244, 185, 95, 0.7);
}

html.theme-dark .contact-actions .btn-hero-secondary {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
  background: transparent;
}

html.theme-dark .btn-hero-secondary {
  color: #f7f7fb !important;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.55);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.35);
}

html.theme-dark .btn-hero-secondary:hover {
  background: rgba(255, 255, 255, 0.08);
}

.contact-actions {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

@media (max-width: 767px) {
  .contact-actions {
    grid-template-columns: 1fr;
  }
}

.contact-box {
  margin-top: 18px;
  background: #fff;
  border: 1px solid rgba(13, 15, 28, 0.08);
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 10px 24px rgba(12, 14, 26, 0.08);
}

.contact-box-title {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--aiceberg-slate);
  margin-bottom: 10px;
}

.contact-box-note {
  margin-top: 10px;
  font-size: 0.85rem;
  color: var(--aiceberg-slate);
}

html.theme-dark .contact-box {
  background: #121420;
  border-color: rgba(255, 255, 255, 0.08);
}

html.theme-dark .contact-box-title,
html.theme-dark .contact-box-note {
  color: rgba(230, 232, 240, 0.7);
}

.footer {
  padding: 50px 0 50px !important;
  background: #f5f6fb !important;
  color: var(--aiceberg-ink) !important;
  border-top: 1px solid rgba(13, 15, 28, 0.08);
}

.footer-info a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--aiceberg-ink);
}

.footer-info svg {
  width: 16px;
  height: 16px;
  color: var(--aiceberg-mint);
}

.footer-links a,
.footer-social a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.footer-social svg {
  width: 16px;
  height: 16px;
}

html.theme-dark .footer-info a {
  color: #e6e8f0;
}

html.theme-dark .footer-info svg {
  color: var(--aiceberg-mint);
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.footer-brand img {
  height: 30px;
  background: #fff;
  border-radius: 6px;
  padding: 4px 6px;
}

.footer .p-sm {
  color: var(--aiceberg-slate);
}

.footer-social a.social-linkedin svg { color: #0a66c2; }
.footer-social a.social-instagram svg { color: #e1306c; }
.footer-social a.social-whatsapp svg { color: #25d366; }

html.theme-dark .footer-social a {
  color: rgba(230, 232, 240, 0.9);
}

html.theme-dark .footer {
  background: linear-gradient(135deg, #0f111a 0%, #151a28 60%, #0f111a 100%) !important;
  color: #e6e8f0 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

html.theme-dark .footer .p-sm {
  color: rgba(230, 232, 240, 0.8);
}

.roadmap-item {
  padding: 18px 20px;
  border-radius: 14px;
  border: 1px dashed rgba(13, 15, 28, 0.2);
  background: #fff;
  display: grid;
  gap: 8px;
}

.roadmap-item .roadmap-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--aiceberg-mint);
}

.roadmap-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.roadmap-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 600;
  background: rgba(15, 118, 110, 0.12);
  color: #0f766e;
}

.roadmap-status--qa { background: rgba(59, 130, 246, 0.12); color: #1d4ed8; }
.roadmap-status--dev { background: rgba(245, 158, 11, 0.15); color: #92400e; }
.roadmap-status--analysis { background: rgba(148, 163, 184, 0.2); color: #475569; }

.roadmap-actions {
  margin-top: 28px;
  display: flex;
  justify-content: center;
}

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

@media (max-width: 1399px) {
  .roadmap-modal-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1199px) {
  .roadmap-modal-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .roadmap-modal-grid {
    grid-template-columns: 1fr;
  }
}

#roadmapModal .roadmap-item {
  padding: 14px 16px;
  gap: 6px;
}

#roadmapModal .roadmap-item .roadmap-label {
  font-size: 11px;
  letter-spacing: 0.1em;
}

#roadmapModal .roadmap-item .h5-md {
  font-size: 1rem;
  line-height: 1.25;
  margin: 0;
}

#roadmapModal .roadmap-status {
  font-size: 0.7rem;
  padding: 3px 8px;
}

html.theme-dark .roadmap-item {
  background: #121420;
  border-color: rgba(255, 255, 255, 0.1);
}

html.theme-dark .roadmap-status {
  background: rgba(20, 184, 166, 0.2);
  color: #99f6e4;
}

html.theme-dark .roadmap-status--qa { background: rgba(59, 130, 246, 0.25); color: #bfdbfe; }
html.theme-dark .roadmap-status--dev { background: rgba(245, 158, 11, 0.25); color: #fde68a; }
html.theme-dark .roadmap-status--analysis { background: rgba(148, 163, 184, 0.25); color: #e2e8f0; }

.cta-panel {
  background: linear-gradient(135deg, #1b0c14 0%, #4a0f1f 60%, #5a1f2d 100%);
  color: #fff;
  border-radius: 24px;
  padding: 40px;
}

.cta-panel .btn {
  min-width: 180px;
}

.footer a {
  color: var(--aiceberg-ink);
}

.footer a:hover {
  color: #1b0c14;
}

html.theme-dark .footer a {
  color: rgba(230, 232, 240, 0.9);
}

html.theme-dark .footer a:hover {
  color: #fff;
}

@media (max-width: 991px) {
  .aiceberg-hero {
    padding: 120px 0 70px;
  }
}
