/* Compact product hero with the actual IAN Agent interface. */
.intro {
  padding: 46px 0 40px;
  grid-template-columns: minmax(360px, .82fr) minmax(0, 1.18fr);
  gap: 36px;
}

.origin-badge {
  display: flex;
  align-items: center;
  gap: 7px;
  width: max-content;
  max-width: 100%;
  margin-bottom: 14px;
  padding: 7px 10px;
  border: 1px solid #dcebf5;
  border-radius: 999px;
  background: #f4f7fa;
  color: var(--teal-dark);
  font-size: 12px;
}

.origin-badge img { width: 24px; height: 16px; border: 1px solid rgba(33, 43, 62, .14); border-radius: 2px; object-fit: cover; }
.options b { display: inline-flex; align-items: center; gap: 6px; }
.options b img { width: 18px; height: 18px; object-fit: contain; }
.options b img[src*="eu-flag"] { width: 21px; height: 14px; border-radius: 2px; }
.origin-badge strong { font-weight: 800; }
.intro h1 { font-size: clamp(42px, 6vw, 58px); }
.intro .lead { font-size: 20px; }

.hero-product {
  margin: 0;
  overflow: hidden;
  border: 1px solid #dcebf5;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(20, 74, 88, .14);
}

.hero-window-bar {
  height: 28px;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0 10px;
  border-bottom: 1px solid var(--line);
  background: #f4f7fa;
}

.hero-window-bar i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #74b6e8;
}

.hero-window-bar i:nth-child(2) { background: #74b6e8; }
.hero-window-bar i:nth-child(3) { background: var(--teal); }
.hero-window-bar span { margin-left: 5px; color: var(--muted); font-size: 9px; font-style: normal; font-weight: 750; }
.hero-product img { display: block; width: 100%; height: auto; }

.eu-hosting-note,
.privacy-note {
  margin: 15px 0 0;
  padding: 14px 16px;
  color: var(--muted);
  font-size: 13px;
}

.eu-hosting-note { border-left: 3px solid var(--teal); background: #f4f7fa; }
.privacy-note { border-left: 3px solid var(--blue); background: #f4f7fa; }
.eu-hosting-note strong,
.privacy-note strong { color: var(--ink); }

@media (max-width: 850px) {
  .intro { grid-template-columns: 1fr; gap: 28px; padding-top: 38px; }
  .summary { display: none; }
}

@media (max-width: 600px) {
  .intro { padding: 32px 0; }
  .origin-badge { font-size: 11px; }
}
