:root {
  --ai-primary: #570099;
  --ai-primary-light: #efe4ff;
  --ai-primary-dark: #3f0070;
  --ai-primary-shadow: rgba(87, 0, 153, 0.28);
}

.ai-right {
  height: auto !important;
}

.ai-lab {
  --curve: 14px;
  --lab-font: "Inter", system-ui, sans-serif;
  --lab-bg: linear-gradient(150deg, #f7fbff 0%, #f3f8ff 45%, #eef4ff 100%);
  --lab-card: #ffffff;
  --lab-border: rgba(148, 163, 184, 0.2);
  --lab-text: #0f172a;
  --lab-muted: #64748b;
  position: relative;
  width: 100%;
  min-height: 700px;
  border-radius: 28px;
  padding: 24px;
  background: var(--lab-bg);
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 28px 80px rgba(15, 23, 42, 0.15);
  backdrop-filter: blur(10px);
  font-family: var(--lab-font);
  overflow: hidden;
  transition:
    box-shadow 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.4s;
}

.ai-lab::before {
  content: "";
  position: absolute;
  inset: -20% auto auto -20%;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--ai-primary) 22%, white) 0%,
    transparent 68%
  );
  filter: blur(20px);
  pointer-events: none;
}

.ai-lab__scene {
  position: relative;
  z-index: 2;
  min-height: 650px;
}

.ai-laptop {
  position: absolute;
  left: 16px;
  top: 24px;
  width: min(580px, calc(100% - 280px));
  border-radius: 20px;
  border: 1px solid rgba(15, 23, 42, 0.14);
  background: #0f172a;
  padding: 10px;
  box-shadow: 0 28px 50px rgba(15, 23, 42, 0.22);
  animation: none;
}

.ai-laptop__bar {
  height: 20px;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 8px;
}

.ai-laptop__bar span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
}

.ai-preview {
  border-radius: 14px;
  overflow: hidden;
  background: #f8fafc;
  border: 1px solid rgba(148, 163, 184, 0.2);
  min-height: 330px;
  transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.ai-card-style {
  transition:
    background 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    color 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.ai-store__nav {
  display: grid;
  grid-template-columns: 150px 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-bottom: 1px solid rgba(148, 163, 184, 0.15);
}

.ai-store__logo {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--lab-text);
}

.ai-store__logo img {
  height: 22px;
}

.ai-store__search {
  display: flex;
  align-items: center;
  gap: 7px;
  border: 1px solid rgba(148, 163, 184, 0.24);
  border-radius: 9px;
  background: #fff;
  padding: 7px 9px;
  color: #94a3b8;
}

.ai-store__search input {
  border: 0;
  background: transparent;
  color: #94a3b8;
  width: 100%;
  font-size: 11px;
}

.ai-store__actions {
  display: flex;
  gap: 6px;
}

.ai-icon-btn {
  width: 30px;
  height: 30px;
  border: 1px solid rgba(148, 163, 184, 0.24);
  background: #fff;
  color: var(--lab-muted);
  cursor: pointer;
  transition: all 0.35s;
}

.ai-store__body {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.75fr);
  gap: 12px;
  padding: 12px;
}

.ai-product {
  background: var(--lab-card);
  border: 1px solid var(--lab-border);
  border-radius: 14px;
  padding: 12px;
  transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  transform-style: preserve-3d;
}

.ai-product:hover {
  transform: translateY(-4px) rotateX(1.6deg) rotateY(-1.2deg);
  box-shadow: 0 16px 30px rgba(15, 23, 42, 0.12);
}

.ai-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 700;
  border-radius: 999px;
  padding: 4px 9px;
}

.ai-accent-surface {
  color: var(--ai-primary-dark);
  background: color-mix(in srgb, var(--ai-primary) 14%, white);
  border: 1px solid color-mix(in srgb, var(--ai-primary) 30%, white);
}

.ai-product__image-wrap {
  margin: 10px 0;
  background: #f8fafc;
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 12px;
  overflow: hidden;
  height: 240px;
  display: grid;
  place-items: center;
}

.ai-product__image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:
    transform 0.4s,
    opacity 0.4s;
}

.ai-product:hover .ai-product__image-wrap img {
  transform: scale(1.06);
}

.ai-product__title {
  margin: 0;
  font-size: 15px;
  color: var(--lab-text);
}

.ai-rating {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #f59e0b;
  margin-top: 6px;
  font-size: 11px;
}

.ai-rating small {
  color: #94a3b8;
}

.ai-price-row {
  margin-top: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ai-price {
  font-size: 20px;
}

.ai-accent-text {
  color: var(--ai-primary);
  transition: color 0.4s ease;
}

.ai-link {
  font-size: 11px;
  text-decoration: none;
}

.ai-accent-link {
  color: var(--ai-primary);
}

.ai-product__buttons {
  margin-top: 9px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.ai-btn {
  border: 1px solid transparent;
  font-size: 11px;
  font-weight: 700;
  padding: 9px 10px;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  position: relative;
  overflow: hidden;
}

.ai-btn--primary {
  color: #fff;
}

.ai-accent-bg {
  background: linear-gradient(
    135deg,
    var(--ai-primary) 0%,
    color-mix(in srgb, var(--ai-primary) 70%, #0f172a) 100%
  );
  box-shadow: 0 7px 15px var(--ai-primary-shadow);
}

.ai-btn--ghost {
  border-color: rgba(148, 163, 184, 0.32);
  color: var(--lab-text);
  background: #fff;
}

.ai-side-cards {
  display: grid;
  gap: 10px;
}

.ai-mini-card {
  border-radius: 12px;
  border: 1px solid var(--lab-border);
  background: var(--lab-card);
  padding: 12px;
  transition: all 0.4s;
}

.ai-mini-card span {
  font-size: 11px;
  color: #64748b;
}

.ai-mini-card strong {
  display: block;
  margin-top: 4px;
  font-size: 18px;
}

.ai-phone {
  position: absolute;
  right: 286px;
  left: auto;
  bottom: 28px;
  width: 190px;
  border-radius: 20px;
  padding: 10px;
  border: 1px solid rgba(148, 163, 184, 0.25);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  box-shadow: 0 18px 35px rgba(15, 23, 42, 0.16);
  z-index: 3;
  animation: none;
}

.ai-phone img {
  margin-top: 8px;
  width: 100%;
  height: 175px;
  border-radius: 14px;
  object-fit: cover;
  transition:
    transform 0.4s,
    opacity 0.4s;
}

.ai-phone h5 {
  margin: 10px 0 4px;
  font-size: 13px;
}

.ai-phone strong {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
}

.ai-phone__header {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #64748b;
}

.ai-phone__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ai-primary);
  box-shadow: 0 0 0 5px color-mix(in srgb, var(--ai-primary) 18%, white);
}

.ai-panel {
  position: absolute;
  top: 26px;
  right: 0;
  width: 265px;
  border-radius: 18px;
  border: 1px solid rgba(148, 163, 184, 0.25);
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(14px);
  padding: 12px;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.14);
  z-index: 4;
}

.ai-panel__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.ai-panel__head p {
  margin: 0;
  color: #64748b;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ai-panel__head h4 {
  margin: 3px 0 0;
  font-size: 14px;
  color: #0f172a;
}

.ai-control-group {
  margin-bottom: 10px;
}

.ai-control-group label {
  display: block;
  margin-bottom: 6px;
  font-size: 10px;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 700;
}

.ai-swatches {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 6px;
}

.ai-swatches button {
  border: 0;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 9px;
  cursor: pointer;
  background: var(--sw);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.45);
  transform: scale(1);
  transition:
    transform 0.3s,
    box-shadow 0.3s;
}

.ai-swatches button.is-active {
  transform: scale(1.12);
  box-shadow:
    0 0 0 2px #fff,
    0 0 0 4px color-mix(in srgb, var(--sw) 42%, white);
}

.ai-thumbs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 6px;
}

.ai-thumbs button {
  border: 1px solid rgba(148, 163, 184, 0.25);
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
  padding: 4px 3px;
  text-align: center;
  transition: all 0.3s;
}

.ai-thumbs button img {
  width: 100%;
  height: 36px;
  object-fit: cover;
  border-radius: 7px;
}

.ai-thumbs button span {
  display: block;
  margin-top: 2px;
  font-size: 8px;
  color: #475569;
  line-height: 1.2;
}

.ai-thumbs button.is-active {
  border-color: var(--ai-primary);
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--ai-primary) 20%, white);
}

.ai-control-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.ai-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.ai-chips button {
  border: 1px solid rgba(148, 163, 184, 0.24);
  background: #fff;
  color: #475569;
  font-size: 9px;
  padding: 5px 8px;
  cursor: pointer;
  transition: all 0.3s;
}

.ai-chips button.is-active {
  color: var(--ai-primary);
  border-color: color-mix(in srgb, var(--ai-primary) 50%, white);
  background: color-mix(in srgb, var(--ai-primary) 9%, white);
}

.ai-toggle-wrap {
  margin-top: 8px;
  border-top: 1px solid rgba(148, 163, 184, 0.16);
  padding-top: 9px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ai-toggle-wrap strong {
  font-size: 11px;
}

.ai-toggle-wrap small {
  display: block;
  color: #64748b;
  font-size: 9px;
}

.ai-toggle {
  border: 0;
  min-width: 58px;
  height: 29px;
  border-radius: 999px;
  background: #cbd5e1;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  cursor: pointer;
  padding: 0 10px;
  transition: all 0.35s;
}

.ai-toggle.is-on {
  background: linear-gradient(
    135deg,
    var(--ai-primary),
    color-mix(in srgb, var(--ai-primary) 65%, #0f172a)
  );
  box-shadow:
    0 0 0 3px color-mix(in srgb, var(--ai-primary) 18%, white),
    0 8px 18px var(--ai-primary-shadow);
}

.ai-lab[data-radius="rounded"] .ai-shape-target {
  border-radius: 12px;
}
.ai-lab[data-radius="pill"] .ai-shape-target {
  border-radius: 999px;
}
.ai-lab[data-radius="square"] .ai-shape-target {
  border-radius: 4px;
}

.ai-lab[data-theme="glass"] {
  --lab-card: rgba(255, 255, 255, 0.62);
  --lab-border: rgba(255, 255, 255, 0.45);
}

.ai-lab[data-theme="modern"] {
  --lab-bg: linear-gradient(145deg, #edf7ff 0%, #e6f3ff 55%, #f2efff 100%);
}

.ai-lab[data-theme="modern"] .ai-card-style {
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.09);
}

.ai-lab[data-theme="dark"] {
  --lab-bg: linear-gradient(140deg, #0f172a 0%, #111827 50%, #1e1b4b 100%);
  --lab-card: #111827;
  --lab-border: rgba(99, 102, 241, 0.36);
  --lab-text: #e2e8f0;
  --lab-muted: #94a3b8;
}

.ai-lab[data-theme="dark"] .ai-preview,
.ai-lab[data-theme="dark"] .ai-panel,
.ai-lab[data-theme="dark"] .ai-phone,
.ai-lab[data-theme="dark"] .ai-icon-btn,
.ai-lab[data-theme="dark"] .ai-store__search,
.ai-lab[data-theme="dark"] .ai-btn--ghost,
.ai-lab[data-theme="dark"] .ai-thumbs button,
.ai-lab[data-theme="dark"] .ai-chips button {
  background: rgba(15, 23, 42, 0.9);
  color: #e2e8f0;
  border-color: rgba(99, 102, 241, 0.35);
}

.ai-lab[data-layout="grid"] .ai-store__body {
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.75fr);
}

.ai-lab[data-layout="split"] .ai-store__body {
  grid-template-columns: 1fr 1fr;
}

.ai-lab[data-layout="centered"] .ai-store__body {
  grid-template-columns: 1fr;
}

.ai-lab[data-layout="centered"] .ai-side-cards {
  grid-template-columns: 1fr 1fr;
}

.ai-lab.ai-personalization-on {
  box-shadow:
    0 0 0 1px color-mix(in srgb, var(--ai-primary) 45%, white),
    0 24px 85px color-mix(in srgb, var(--ai-primary) 30%, transparent);
}

.ai-lab.ai-personalization-on .ai-badge--spark {
  animation: ai-pulse 1.8s ease-in-out infinite;
}

.ai-lab.ai-personalization-on .ai-particle {
  opacity: 1;
  animation-play-state: running;
}

.ai-particle {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--ai-primary) 75%, white);
  opacity: 0;
  animation: ai-particles 3.8s linear infinite paused;
  z-index: 1;
}

.ai-particle:nth-of-type(1) {
  left: 16%;
  bottom: 10%;
  animation-delay: 0s;
}
.ai-particle:nth-of-type(2) {
  left: 62%;
  top: 22%;
  animation-delay: 1.2s;
}
.ai-particle:nth-of-type(3) {
  right: 7%;
  bottom: 22%;
  animation-delay: 2.1s;
}

@keyframes ai-particles {
  0% {
    transform: translateY(0) scale(0.6);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    transform: translateY(-45px) scale(1.2);
    opacity: 0;
  }
}

@keyframes ai-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-7px);
  }
}

@keyframes ai-pulse {
  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 color-mix(in srgb, var(--ai-primary) 32%, white);
  }
  50% {
    transform: scale(1.03);
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0);
  }
}

.ai-ripple {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.45);
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0);
  animation: ai-ripple 0.6s ease-out forwards;
}

@keyframes ai-ripple {
  to {
    transform: translate(-50%, -50%) scale(7);
    opacity: 0;
  }
}

@media (max-width: 1200px) {
  .ai-lab {
    min-height: 920px;
  }

  .ai-laptop {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    animation: none;
  }

  .ai-panel {
    position: relative;
    width: 100%;
    right: auto;
    top: 16px;
  }

  .ai-phone {
    left: auto;
    right: 18px;
    bottom: 210px;
  }
}

@media (max-width: 768px) {
  .ai-lab {
    padding: 14px;
    min-height: auto;
    border-radius: 20px;
  }

  .ai-store__nav {
    grid-template-columns: 1fr;
  }

  .ai-store__actions {
    justify-content: flex-end;
  }

  .ai-store__body,
  .ai-lab[data-layout="split"] .ai-store__body,
  .ai-lab[data-layout="grid"] .ai-store__body,
  .ai-lab[data-layout="centered"] .ai-store__body {
    grid-template-columns: 1fr;
  }

  .ai-lab[data-layout="centered"] .ai-side-cards {
    grid-template-columns: 1fr;
  }

  .ai-phone {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 12px;
    animation: none;
  }

  .ai-control-row {
    grid-template-columns: 1fr;
  }
}

/* ===== Premium Polish Overrides (no structure change) ===== */
.ai-section {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
}

.ai-section::before {
  content: "";
  position: absolute;
  inset: -20% auto auto -12%;
  width: 640px;
  height: 640px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(59, 130, 246, 0.18) 0%,
    rgba(139, 92, 246, 0.12) 45%,
    transparent 72%
  );
  filter: blur(42px);
  pointer-events: none;
  z-index: 0;
}

.ai-section::after {
  content: "";
  position: absolute;
  right: -8%;
  bottom: -20%;
  width: 680px;
  height: 680px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(6, 182, 212, 0.16) 0%,
    rgba(99, 102, 241, 0.12) 42%,
    transparent 70%
  );
  filter: blur(52px);
  pointer-events: none;
  z-index: 0;
}

.ai-section .container {
  max-width: 100%;
  width: 100%;
  padding-left: 80px;
  padding-right: 80px;
  position: relative;
  z-index: 1;
}

.ai-content {
  align-items: center;
  gap: 120px;
}

.ai-left {
  max-width: 560px;
  gap: 24px;
}

.ai-headline {
  font-family: "Inter", system-ui, sans-serif;
  font-size: clamp(4.5rem, 4.15vw + 0.45rem, 5rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.04em;
  margin: 0;
  color: #020241;
  text-wrap: balance;
}

.ai-gradient-word {
  background: linear-gradient(110deg, #3b82f6 0%, #0f274f 48%, #06b6d4 100%);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: aiGradientShift 7s ease-in-out infinite;
}

@keyframes aiGradientShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.ai-description {
  max-width: 560px;
  font-size: clamp(18px, 1.08vw, 20px);
  line-height: 1.8;
  color: rgba(30, 41, 59, 0.82);
  margin-top: 6px;
  margin-bottom: 4px;
}

.ai-cta-buttons {
  gap: 16px;
  margin-top: 8px;
}

.ai-section .btn-generate-ai,
.ai-section .btn-watch-demo {
  min-height: 58px;
  height: 58px;
  border-radius: 16px;
  padding: 0 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 700;
  font-size: 15px;
  transition:
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    background 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    color 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.ai-section .btn-generate-ai {
  background: linear-gradient(135deg, #020241 0%, #020241 100%);
  box-shadow:
    0 12px 30px rgba(99, 102, 241, 0.32),
    0 0 0 0 rgba(139, 92, 246, 0.3);
}

.ai-section .btn-generate-ai:hover {
  transform: translateY(-3px);
  box-shadow:
    0 18px 36px rgba(99, 102, 241, 0.38),
    0 0 0 6px rgba(139, 92, 246, 0.12);
}

.ai-section .btn-watch-demo {
  background: rgba(255, 255, 255, 0.56);
  border: 1px solid rgba(148, 163, 184, 0.38);
  color: #4f46e5;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.ai-section .btn-watch-demo:hover {
  transform: translateY(-2px);
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.9),
    rgba(236, 246, 255, 0.85)
  );
  border-color: rgba(99, 102, 241, 0.44);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.12);
}

.ai-trust-indicators {
  gap: 12px;
  margin-top: 8px;
}

.trust-indicator-item {
  min-height: 30px;
  gap: 18px;
  align-items: center;
  padding: 4px 0;
  transition:
    transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    color 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}

.trust-indicator-item .icon {
  font-size: 15px;
}

.trust-indicator-item:hover {
  transform: translateX(4px);
  color: #0f172a;
}

.ai-right {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ai-lab {
  box-shadow:
    0 32px 90px rgba(15, 23, 42, 0.2),
    0 6px 18px rgba(15, 23, 42, 0.08);
}

.ai-laptop {
  box-shadow:
    0 34px 68px rgba(15, 23, 42, 0.28),
    0 10px 24px rgba(15, 23, 42, 0.15);
}

.ai-phone {
  left: 320px;
  bottom: 90px;
  box-shadow:
    0 24px 46px rgba(15, 23, 42, 0.2),
    0 8px 18px rgba(15, 23, 42, 0.1);
}

.ai-panel {
  top: 14px;
  right: -8px;
  box-shadow:
    0 22px 48px rgba(15, 23, 42, 0.18),
    0 6px 14px rgba(15, 23, 42, 0.08);
}

.ai-laptop,
.ai-phone,
.ai-panel {
  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

@media (max-width: 1200px) {
  .ai-section {
    padding: 96px 0;
  }

  .ai-section .container {
    padding-left: 48px;
    padding-right: 48px;
  }

  .ai-content {
    gap: 72px;
  }

  .ai-headline {
    font-size: clamp(3.4rem, 7vw, 4.4rem);
  }

  .ai-description {
    font-size: 18px;
    line-height: 1.75;
  }

  .ai-panel {
    right: 0;
    top: 20px;
  }
}

@media (max-width: 900px) {
  .ai-section .container {
    padding-left: 28px;
    padding-right: 28px;
  }

  .ai-content {
    gap: 48px;
  }

  .ai-headline {
    font-size: clamp(2.6rem, 8vw, 3.7rem);
    line-height: 1.02;
  }

  .ai-description {
    max-width: 100%;
    font-size: 17px;
    line-height: 1.7;
  }
}

@media (max-width: 768px) {
  .ai-section {
    padding: 40px 0;
  }

  .ai-section .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ai-left {
    gap: 18px;
  }

  .ai-headline {
    font-size: clamp(2.2rem, 9vw, 3rem);
    line-height: 1.03;
  }

  .ai-description {
    font-size: 16px;
    line-height: 1.65;
  }

  .ai-cta-buttons {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    gap: 12px;
  }

  .ai-section .btn-generate-ai,
  .ai-section .btn-watch-demo {
    width: 100%;
  }

  .ai-panel {
    top: 0;
  }

  .ai-phone {
    left: auto;
    bottom: auto;
  }
}

/* Global section headings — 48px / 700 (hero excluded in style.css) */
.ai-headline {
  font-size: 48px !important;
  font-weight: 700 !important;
}
