:root {
  --arn-navy: #062b6f;
  --arn-navy-dark: #041f52;
  --arn-teal: #0d8f9b;
  --arn-teal-soft: #edfafa;
  --arn-ink: #102343;
  --arn-muted: #66758e;
  --arn-line: #dfe6ef;
  --arn-bg: #f6f8fc;
  --arn-card: #ffffff;
  --arn-success: #078c86;
  --arn-warning: #9a6a00;
  --arn-radius: 10px;
  --arn-shadow: 0 16px 44px rgba(10, 39, 82, 0.12);
}

.arn-hero *,
.arn-results-root *,
.arn-dialog *,
.arn-chat *,
.arn-floating *,
.arn-teaser * {
  box-sizing: border-box;
}


.arn-hero,
.arn-results-root,
.arn-dialog,
.arn-chat,
.arn-floating,
.arn-teaser {
  font-family: "Inter", Arial, sans-serif !important;
}

.arn-hero h1,
.arn-hero h2,
.arn-hero h3,
.arn-hero h4,
.arn-hero h5,
.arn-hero h6,
.arn-results-root h1,
.arn-results-root h2,
.arn-results-root h3,
.arn-results-root h4,
.arn-results-root h5,
.arn-results-root h6,
.arn-dialog h1,
.arn-dialog h2,
.arn-dialog h3,
.arn-dialog h4,
.arn-dialog h5,
.arn-dialog h6,
.arn-chat h1,
.arn-chat h2,
.arn-chat h3,
.arn-chat h4,
.arn-chat h5,
.arn-chat h6,
.arn-wizard__top > strong {
  font-family: "Montaga", Georgia, serif !important;
  font-weight: 400;
}

.arn-icon {
  width: 1em;
  height: 1em;
  display: inline-block;
  flex: 0 0 auto;
  overflow: visible;
  vertical-align: -0.12em;
}

.arn-btn .arn-icon,
.arn-link .arn-icon,
.arn-chat__chip .arn-icon {
  width: 16px;
  height: 16px;
}

.arn-btn,
.arn-option,
.arn-link,
.arn-close,
.arn-chat__chip,
.arn-floating,
.arn-chat__input {
  font-family: "Inter", Arial, sans-serif !important;
}

.arn-btn {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid transparent;
  border-radius: 6px;
  padding: 11px 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none !important;
  cursor: pointer;
  transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.arn-btn:hover {
  transform: translateY(-1px);
}

.arn-btn:disabled {
  opacity: .45;
  cursor: not-allowed;
  transform: none;
}

.arn-btn--primary {
  background: linear-gradient(180deg, #0c3f96 0%, var(--arn-navy) 100%);
  color: #fff !important;
  border-color: var(--arn-navy);
  box-shadow: 0 8px 16px rgba(6, 43, 111, .16);
}

.arn-btn--primary:hover {
  background: var(--arn-navy-dark);
  color: #fff !important;
}

.arn-btn--secondary {
  background: #fff;
  color: var(--arn-navy) !important;
  border-color: #aebbd0;
}

.arn-btn--secondary:hover {
  border-color: var(--arn-navy);
  background: #f9fbff;
}

.arn-btn--whatsapp {
  background: var(--arn-navy);
  color: #fff !important;
  border-color: var(--arn-navy);
}

.arn-btn--small {
  min-height: 38px;
  padding: 8px 14px;
  font-size: 12px;
}

.arn-btn:focus-visible,
.arn-option:focus-visible,
.arn-link:focus-visible,
.arn-close:focus-visible,
.arn-chat__chip:focus-visible,
.arn-floating:focus-visible,
.arn-chat__input:focus-visible,
.arn-dialog:focus-visible {
  outline: 3px solid rgba(13, 143, 155, .4);
  outline-offset: 3px;
}

.arn-link {
  appearance: none;
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--arn-navy);
  font-weight: 700;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Hero */
.arn-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, .82fr) minmax(560px, 1.18fr);
  gap: clamp(32px, 5vw, 84px);
  align-items: center;
  max-width: 1440px;
  margin: 0 auto;
  padding: clamp(44px, 6vw, 90px) clamp(24px, 4vw, 64px);
  overflow: hidden;
  background:
    radial-gradient(circle at 90% 35%, rgba(36, 151, 193, .13), transparent 28%),
    linear-gradient(120deg, #f8fbff 0%, #f3f7fd 60%, #eef7fb 100%);
}

.arn-hero::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -100px;
  width: 370px;
  height: 370px;
  border-radius: 50%;
  border: 55px solid rgba(15, 125, 168, .05);
  pointer-events: none;
}

.arn-hero__copy,
.arn-embed-panel {
  position: relative;
  z-index: 1;
}

.arn-eyebrow {
  margin: 0 0 12px;
  color: var(--arn-teal);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.arn-hero h2 {
  margin: 0;
  color: var(--arn-navy-dark);
  font-size: clamp(42px, 5vw, 66px);
  line-height: 1.04;
  letter-spacing: -.035em;
}

.arn-hero__intro {
  max-width: 470px;
  margin: 20px 0 0;
  color: var(--arn-ink);
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.55;
}

.arn-hero__actions {
  display: grid;
  gap: 12px;
  width: min(100%, 330px);
  margin-top: 26px;
}

.arn-trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 38px;
}

.arn-trust__item {
  display: flex;
  gap: 10px;
  min-width: 0;
  color: var(--arn-navy);
}

.arn-trust__item > span:first-child {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  color: var(--arn-teal);
  border: 1px solid rgba(13, 143, 155, .35);
  border-radius: 7px;
}

.arn-trust__item strong,
.arn-trust__item small {
  display: block;
}

.arn-trust__item strong {
  font-size: 11px;
  line-height: 1.25;
}

.arn-trust__item small {
  margin-top: 2px;
  color: var(--arn-muted);
  font-size: 9px;
  line-height: 1.25;
}

/* Wizard */
.arn-wizard {
  width: 100%;
  color: var(--arn-ink);
}

.arn-embed-panel,
.arn-dialog--navigator {
  background: #fff;
  border: 1px solid rgba(170, 186, 210, .55);
  border-radius: 9px;
  box-shadow: var(--arn-shadow);
  padding: clamp(24px, 3vw, 36px);
}

.arn-wizard__top {
  min-height: 28px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
  color: var(--arn-navy-dark);
  font-size: 20px;
}

.arn-close {
  width: 36px;
  height: 36px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  margin: -8px -8px 0 0;
  border: 0;
  background: transparent;
  color: var(--arn-ink);
  font-size: 27px;
  line-height: 1;
  cursor: pointer;
}

.arn-close--light {
  color: #fff;
}

.arn-progress {
  display: flex;
  align-items: flex-start;
  margin: 0 0 28px;
}

.arn-progress__item {
  width: 84px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  text-align: center;
}

.arn-progress__marker {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  border: 1px solid #bbc5d4;
  border-radius: 50%;
  background: #fff;
  color: #53627a;
  font-size: 12px;
  font-weight: 800;
}

.arn-progress__marker--active,
.arn-progress__marker--done {
  border-color: var(--arn-navy);
  background: var(--arn-navy);
  color: #fff;
}

.arn-progress__label {
  color: #657188;
  font-size: 9px;
  font-weight: 600;
  line-height: 1.2;
}

.arn-progress__item--active .arn-progress__label,
.arn-progress__item--done .arn-progress__label {
  color: var(--arn-navy);
}

.arn-progress__line {
  height: 1px;
  flex: 1;
  min-width: 22px;
  margin-top: 15px;
  background: #cfd7e2;
}

.arn-progress__line--done {
  background: var(--arn-navy);
}

.arn-mobile-step,
.arn-mobile-progress {
  display: none;
}

.arn-wizard__title {
  margin: 0;
  color: var(--arn-navy-dark);
  font-size: clamp(20px, 2vw, 25px);
  line-height: 1.22;
}

.arn-wizard__sub {
  margin: 7px 0 18px;
  color: var(--arn-muted);
  font-size: 13px;
  line-height: 1.5;
}

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

.arn-option {
  position: relative;
  min-height: 74px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px;
  border: 1px solid var(--arn-line);
  border-radius: 7px;
  background: #fff;
  color: var(--arn-ink);
  text-align: left;
  cursor: pointer;
  transition: border-color .18s ease, background .18s ease, box-shadow .18s ease, transform .18s ease;
}

.arn-option:hover {
  border-color: var(--arn-teal);
  transform: translateY(-1px);
}

.arn-option--selected {
  border-color: var(--arn-teal);
  background: var(--arn-teal-soft);
  box-shadow: inset 0 0 0 1px rgba(13, 143, 155, .08);
}

.arn-option__icon {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  flex: 0 0 30px;
  border-radius: 8px;
  color: var(--arn-navy);
  font-size: 20px;
}

.arn-option__label {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
}

.arn-option__check {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 19px;
  height: 19px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--arn-teal);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
}

.arn-wizard__nav {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 18px;
}

.arn-wizard__nav .arn-btn--secondary:first-child {
  margin-right: auto;
}

.arn-complete {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 16px;
  align-items: center;
  padding: 20px;
  border: 1px solid var(--arn-line);
  border-radius: 8px;
  background: var(--arn-bg);
}

.arn-complete__icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--arn-teal);
  color: #fff;
  font-weight: 900;
}

.arn-complete h3,
.arn-complete p {
  margin: 0;
}

.arn-complete h3 {
  color: var(--arn-navy);
  font-size: 17px;
}

.arn-complete p {
  margin-top: 4px;
  color: var(--arn-muted);
  font-size: 12px;
}

/* Results */
.arn-results-root {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 clamp(24px, 4vw, 64px) clamp(50px, 6vw, 90px);
  background: #fff;
}

.arn-results {
  display: grid;
  grid-template-columns: 200px minmax(0, 1fr) 210px;
  gap: 24px;
  align-items: start;
  padding: 22px;
  border: 1px solid var(--arn-line);
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 12px 35px rgba(10, 39, 82, .07);
}

.arn-recap,
.arn-why {
  position: sticky;
  top: 20px;
}

.arn-recap__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 13px;
  border: 1px solid var(--arn-line);
  border-bottom: 0;
  border-radius: 7px 7px 0 0;
  color: var(--arn-navy);
  font-size: 12px;
}

.arn-recap__list {
  margin: 0;
  padding: 4px 13px 13px;
  border: 1px solid var(--arn-line);
  border-top: 0;
  border-radius: 0 0 7px 7px;
}

.arn-recap__list div {
  padding: 10px 0;
  border-top: 1px solid #edf1f6;
}

.arn-recap__list dt {
  margin: 0 0 4px;
  color: var(--arn-muted);
  font-size: 9px;
}

.arn-recap__list dd {
  margin: 0;
  color: var(--arn-teal);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
}

.arn-research-only {
  display: flex;
  gap: 10px;
  margin-top: 50px;
  padding: 14px;
  border: 1px solid var(--arn-line);
  border-radius: 7px;
  background: #f7f9fc;
  color: var(--arn-navy);
}

.arn-research-only > span:first-child {
  font-size: 20px;
}

.arn-research-only strong,
.arn-research-only small {
  display: block;
}

.arn-research-only strong {
  font-size: 11px;
}

.arn-research-only small {
  margin-top: 5px;
  color: var(--arn-muted);
  font-size: 9px;
  line-height: 1.45;
}

.arn-results__heading-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.arn-results__heading-row h3,
.arn-results__heading-row p {
  margin: 0;
}

.arn-results__heading-row h3 {
  color: var(--arn-navy-dark);
  font-size: 24px;
}

.arn-results__heading-row p {
  margin-top: 4px;
  color: var(--arn-muted);
  font-size: 12px;
}

.arn-results__top-actions {
  display: flex;
  gap: 8px;
  flex: 0 0 auto;
}

.arn-products {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 14px;
}

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

.arn-product {
  position: relative;
  min-width: 0;
  display: grid;
  grid-template-columns: 38% minmax(0, 1fr);
  gap: 12px;
  padding: 36px 14px 14px;
  border: 1px solid var(--arn-line);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

.arn-product--best {
  border-color: rgba(13, 143, 155, .65);
}

.arn-product__badge {
  position: absolute;
  top: 9px;
  left: 10px;
  padding: 3px 8px;
  border-radius: 3px;
  background: #eef2f8;
  color: var(--arn-navy);
  font-size: 9px;
  font-weight: 800;
}

.arn-product__badge--best {
  background: var(--arn-teal);
  color: #fff;
}

.arn-product__score {
  position: absolute;
  top: 9px;
  right: 10px;
  padding: 3px 8px;
  border: 1px solid rgba(6, 43, 111, .16);
  border-radius: 999px;
  background: #f4f7fc;
  color: var(--arn-navy);
  font-size: 9px;
  font-weight: 800;
  line-height: 1.2;
}

.arn-product__image-wrap {
  min-height: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.arn-product__image {
  width: 100%;
  height: 100%;
  max-height: 230px;
  object-fit: contain;
}

.arn-product__title {
  margin: 0;
  color: var(--arn-navy-dark);
  font-size: 18px;
  line-height: 1.2;
}

.arn-product__ruo {
  margin: 4px 0 11px;
  color: var(--arn-muted);
  font-size: 9px;
}

.arn-product__facts {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.arn-product__fact {
  display: flex;
  gap: 6px;
  color: #43516a;
  font-size: 9px;
  line-height: 1.35;
}

.arn-product__fact strong {
  color: var(--arn-ink);
}

.arn-product__fact-icon {
  color: var(--arn-teal);
}

.arn-is-available {
  color: var(--arn-success) !important;
}

.arn-is-pending {
  color: var(--arn-warning) !important;
}

.arn-product__price {
  margin: 16px 0 10px;
  color: var(--arn-navy-dark);
  font-size: 22px;
  font-weight: 800;
}

.arn-product__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.arn-product__coa {
  color: var(--arn-navy);
  font-size: 10px;
  font-weight: 700;
  text-decoration: none;
}

.arn-note {
  margin: 14px 0 0;
  padding: 11px 13px;
  border: 1px solid var(--arn-line);
  border-radius: 6px;
  background: #fafbfe;
  color: var(--arn-muted);
  font-size: 9px;
  line-height: 1.45;
}

.arn-why {
  padding: 14px;
  border: 1px solid var(--arn-line);
  border-radius: 7px;
  background: #fbfcfe;
}

.arn-why h4 {
  margin: 0;
  color: var(--arn-navy-dark);
  font-size: 14px;
}

.arn-why ul {
  display: grid;
  gap: 17px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.arn-why li {
  display: flex;
  gap: 9px;
  color: #46536a;
  font-size: 10px;
  line-height: 1.55;
}

.arn-why li > span:first-child {
  color: var(--arn-teal);
  font-size: 16px;
}

.arn-help {
  margin: 18px -14px -14px;
  padding: 14px;
  border-top: 1px solid var(--arn-line);
  background: #fff;
}

.arn-help p {
  margin: 7px 0 12px;
  color: var(--arn-muted);
  font-size: 10px;
  line-height: 1.5;
}

.arn-results__bottom {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 14px;
}

/* Empty and loading */
.arn-loading,
.arn-empty {
  min-height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 14px;
  padding: 32px;
  border: 1px solid var(--arn-line);
  border-radius: 9px;
  background: #fff;
  color: var(--arn-muted);
  text-align: center;
}

.arn-empty h3,
.arn-empty p {
  margin: 0;
}

.arn-empty h3 {
  color: var(--arn-navy);
}

.arn-empty__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.arn-spinner {
  width: 30px;
  height: 30px;
  border: 3px solid #dce4ee;
  border-top-color: var(--arn-teal);
  border-radius: 50%;
  animation: arn-spin .75s linear infinite;
}

@keyframes arn-spin {
  to { transform: rotate(360deg); }
}

/* Modals */
.arn-no-scroll {
  overflow: hidden !important;
}

.arn-overlay {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(4, 25, 61, .58);
  backdrop-filter: blur(3px);
}

.arn-dialog {
  width: min(100%, 900px);
  max-height: min(900px, calc(100vh - 40px));
  overflow: auto;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 28px 80px rgba(2, 21, 56, .35);
}

.arn-dialog--navigator {
  width: min(100%, 760px);
}

.arn-dialog__header {
  position: sticky;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 22px;
  border-bottom: 1px solid var(--arn-line);
  background: #fff;
}

.arn-dialog__header h3 {
  margin: 0;
  color: var(--arn-navy);
  font-size: 20px;
}

.arn-dialog__body {
  padding: 22px;
}

.arn-compare {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
  color: var(--arn-ink);
  font-size: 12px;
}

.arn-compare__hint {
  display: none;
}

.arn-compare th,
.arn-compare td {
  padding: 11px;
  border: 1px solid var(--arn-line);
  text-align: left;
  vertical-align: middle;
}

.arn-compare thead th {
  color: var(--arn-navy);
  background: #f7f9fc;
}

.arn-compare th:first-child {
  position: sticky;
  left: 0;
  z-index: 1;
  background: #fff;
}

.arn-compare thead th:first-child {
  z-index: 2;
  background: #f7f9fc;
}

.arn-compare__image {
  width: 54px;
  height: 54px;
  display: block;
  margin-bottom: 7px;
  object-fit: contain;
}

/* Floating launcher */
.arn-floating {
  --arn-floating-bottom: 20px;
  --arn-floating-mobile-bottom: 18px;
  position: fixed;
  bottom: var(--arn-floating-bottom);
  z-index: 99990;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 18px 0 8px;
  border: 0;
  border-radius: 999px;
  background: var(--arn-navy);
  color: #fff;
  box-shadow: 0 10px 28px rgba(4, 31, 82, .3);
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.arn-floating--right {
  right: 20px;
}

.arn-floating--left {
  left: 20px;
}

.arn-floating:hover {
  background: var(--arn-navy-dark);
  transform: translateY(-1px);
}

.arn-floating__avatar {
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 34px;
  border-radius: 50%;
  background: #fff;
  color: var(--arn-navy);
  box-shadow: inset 0 0 0 1px rgba(6, 43, 111, .08);
}

.arn-floating__avatar .arn-icon {
  width: 21px;
  height: 21px;
  stroke-width: 1.7;
}

.arn-floating__label {
  white-space: nowrap;
}

/* Teaser */
.arn-teaser {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 14px;
  border: 1px solid var(--arn-line);
  border-radius: 7px;
  background: #f8fbff;
  color: var(--arn-ink);
  font-size: 14px;
}

/* Chat */
.arn-chat {
  position: fixed;
  right: 20px;
  bottom: 82px;
  z-index: 99991;
  width: min(380px, calc(100vw - 32px));
  height: min(590px, calc(100vh - 120px));
  display: grid;
  grid-template-rows: auto 1fr auto;
  overflow: hidden;
  border: 1px solid rgba(6, 43, 111, .18);
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 22px 60px rgba(4, 31, 82, .28);
}

.arn-chat--left {
  right: auto;
  left: 20px;
}

.arn-chat__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  background: var(--arn-navy);
  color: #fff;
}

.arn-chat__brand {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.arn-chat__avatar {
  width: 38px;
  height: 38px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 38px;
  border-radius: 50%;
  background: #fff;
  color: var(--arn-navy);
  box-shadow: 0 5px 14px rgba(0, 0, 0, .16);
}

.arn-chat__avatar .arn-icon {
  width: 23px;
  height: 23px;
  stroke-width: 1.7;
}

.arn-chat__brand-copy {
  min-width: 0;
}

.arn-chat__brand strong,
.arn-chat__brand small {
  display: block;
}

.arn-chat__brand strong {
  font-size: 15px;
}

.arn-chat__brand small {
  margin-top: 2px;
  color: rgba(255, 255, 255, .7);
  font-size: 9px;
}

.arn-chat__body {
  display: flex;
  flex-direction: column;
  gap: 9px;
  overflow-y: auto;
  padding: 14px;
  background: #f5f8fc;
}

.arn-chat__bubble {
  max-width: 88%;
}

.arn-chat__bubble--assistant {
  align-self: flex-start;
}

.arn-chat__bubble--user {
  align-self: flex-end;
}

.arn-chat__bubble p {
  margin: 0;
  padding: 9px 12px;
  border-radius: 11px;
  font-size: 12px;
  line-height: 1.5;
}

.arn-chat__bubble--assistant > p {
  border: 1px solid var(--arn-line);
  border-bottom-left-radius: 3px;
  background: #fff;
  color: var(--arn-ink);
}

.arn-chat__answer {
  padding: 9px 12px;
  border: 1px solid var(--arn-line);
  border-radius: 11px;
  border-bottom-left-radius: 3px;
  background: #fff;
  color: var(--arn-ink);
}

.arn-chat__answer > p {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.arn-chat__source {
  width: 100%;
  margin-top: 10px;
  white-space: normal;
  text-align: center;
}

.arn-chat__bubble--user > p {
  border-bottom-right-radius: 3px;
  background: var(--arn-navy);
  color: #fff;
}

.arn-chat__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.arn-chat__chip {
  padding: 7px 10px;
  border: 1px solid rgba(13, 143, 155, .55);
  border-radius: 999px;
  background: #fff;
  color: var(--arn-navy);
  font-size: 10px;
  font-weight: 700;
  cursor: pointer;
}

.arn-chat__matches {
  width: 275px;
  display: grid;
  gap: 7px;
}

.arn-mini-product {
  position: relative;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  gap: 9px;
  align-items: center;
  min-height: 88px;
  padding: 20px 9px 9px;
  border: 1px solid var(--arn-line);
  border-radius: 8px;
  background: #fff;
  color: var(--arn-ink) !important;
  text-decoration: none !important;
}

.arn-mini-product__badge {
  position: absolute;
  top: 5px;
  left: 7px;
  color: var(--arn-teal);
  font-size: 8px;
  font-weight: 800;
}

.arn-mini-product__image {
  width: 58px;
  height: 62px;
  object-fit: contain;
}

.arn-mini-product__content strong,
.arn-mini-product__content small,
.arn-mini-product__content b {
  display: block;
}

.arn-mini-product__content strong {
  color: var(--arn-navy);
  font-size: 11px;
}

.arn-mini-product__content small {
  margin-top: 3px;
  color: var(--arn-muted);
  font-size: 8px;
}

.arn-mini-product__content b {
  margin-top: 5px;
  font-size: 12px;
}

.arn-mini-product__arrow {
  color: var(--arn-navy);
  font-size: 22px;
}

.arn-chat__input-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  padding: 11px;
  border-top: 1px solid var(--arn-line);
  background: #fff;
}

.arn-chat__input {
  min-width: 0;
  height: 40px;
  padding: 0 11px;
  border: 1px solid #b8c3d3;
  border-radius: 6px;
  color: var(--arn-ink);
  font: inherit;
  font-size: 12px;
}

/* Tablet */
@media (max-width: 980px) {
  .arn-hero {
    grid-template-columns: .72fr 1.28fr;
    gap: 30px;
  }

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

  .arn-results {
    grid-template-columns: 180px minmax(0, 1fr);
  }

  .arn-why {
    position: static;
    grid-column: 2;
  }

  .arn-products,
  .arn-products--many {
    grid-template-columns: 1fr;
  }
}

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

  .arn-hero__copy {
    max-width: 720px;
  }

  .arn-results {
    grid-template-columns: 1fr;
  }

  .arn-recap,
  .arn-why {
    position: static;
  }

  .arn-why {
    grid-column: auto;
  }

  .arn-recap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .arn-research-only {
    margin-top: 0;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .arn-hero {
    display: block;
    padding: 38px 20px 28px;
  }

  .arn-hero h2 {
    font-size: 42px;
  }

  .arn-hero__intro {
    font-size: 16px;
  }

  .arn-trust {
    grid-template-columns: 1fr;
    margin-top: 26px;
  }

  .arn-embed-panel {
    display: none;
  }

  .arn-results-root {
    padding: 20px;
  }

  .arn-overlay--navigator {
    align-items: stretch;
    padding: 0;
    background: #fff;
  }

  .arn-dialog--navigator {
    width: 100%;
    height: 100vh;
    height: 100dvh;
    max-height: none;
    min-height: 100vh;
    min-height: 100dvh;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 18px 18px 22px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .arn-wizard__top {
    margin-bottom: 4px;
    padding-top: env(safe-area-inset-top);
    font-size: 15px;
  }

  .arn-progress {
    display: none;
  }

  .arn-mobile-step {
    display: block;
    margin-bottom: 10px;
    color: var(--arn-muted);
    font-size: 10px;
    font-weight: 700;
  }

  .arn-mobile-progress {
    width: 180px;
    max-width: 100%;
    display: block;
    height: 4px;
    margin-bottom: 22px;
    overflow: hidden;
    border-radius: 999px;
    background: #dfe5ec;
  }

  .arn-mobile-progress__bar {
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--arn-navy), var(--arn-teal));
    transition: width .2s ease;
  }

  .arn-wizard__title {
    max-width: 320px;
    font-size: 22px;
  }

  .arn-wizard__sub {
    margin-bottom: 16px;
    font-size: 12px;
  }

  .arn-options {
    grid-template-columns: 1fr;
    gap: 8px;
    padding-bottom: 18px;
  }

  .arn-option {
    min-height: 52px;
    padding: 10px 12px;
  }

  .arn-option__icon {
    width: 28px;
    height: 28px;
    flex-basis: 28px;
    font-size: 17px;
  }

  .arn-option__label {
    font-size: 11px;
  }

  .arn-wizard__nav {
    position: sticky;
    right: auto;
    bottom: 0;
    left: auto;
    z-index: 3;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 8px -18px -22px;
    padding: 10px 18px calc(10px + env(safe-area-inset-bottom));
    border-top: 1px solid var(--arn-line);
    background: rgba(255, 255, 255, .97);
  }

  .arn-wizard__nav .arn-btn--primary:only-child {
    grid-column: 1 / -1;
  }

  .arn-wizard__nav .arn-btn--secondary:first-child {
    margin-right: 0;
  }

  .arn-results {
    padding: 0;
    border: 0;
    box-shadow: none;
  }

  .arn-recap,
  .arn-why {
    display: none;
  }

  .arn-results__heading-row {
    display: block;
  }

  .arn-results__heading-row h3 {
    font-size: 22px;
  }

  .arn-results__top-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 12px;
  }

  .arn-products,
  .arn-products--many {
    grid-template-columns: 1fr;
  }

  .arn-product {
    grid-template-columns: 96px minmax(0, 1fr);
    min-height: 150px;
    gap: 14px;
    padding: 34px 12px 14px;
  }

  .arn-product__image-wrap {
    min-height: 120px;
  }

  .arn-product__image {
    max-height: 120px;
  }

  .arn-product__title {
    font-size: 16px;
  }

  .arn-product__facts {
    gap: 4px;
  }

  .arn-product__fact {
    font-size: 11px;
    line-height: 1.4;
  }

  .arn-product__price {
    margin: 10px 0 7px;
    font-size: 16px;
  }

  .arn-product__actions .arn-btn {
    min-height: 40px;
    padding: 9px 12px;
    font-size: 11px;
  }

  .arn-results__bottom {
    display: grid;
    grid-template-columns: 1fr;
    padding-bottom: 12px;
  }

  .arn-dialog--navigator .arn-results__bottom {
    padding-bottom: 70px;
  }

  .arn-complete {
    display: block;
    padding: 15px;
  }

  .arn-complete__icon {
    margin-bottom: 10px;
  }

  .arn-complete .arn-btn {
    margin-top: 12px;
  }

  .arn-floating {
    bottom: var(--arn-floating-mobile-bottom);
    min-height: 46px;
    padding-right: 15px;
    padding-left: 7px;
  }

  .arn-floating__avatar {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
  }

  .arn-floating--right {
    right: 14px;
  }

  .arn-floating--left {
    left: 14px;
  }

  .arn-chat,
  .arn-chat--left {
    right: 10px;
    bottom: calc(64px + env(safe-area-inset-bottom));
    left: 10px;
    width: auto;
    height: calc(100vh - 88px - env(safe-area-inset-bottom));
    height: calc(100dvh - 88px - env(safe-area-inset-bottom));
    max-height: 720px;
  }

  .arn-dialog--compare {
    max-height: calc(100vh - 20px);
  }

  .arn-dialog__body {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .arn-compare__hint {
    display: block;
    margin: 0 0 10px;
    color: var(--arn-muted);
    font-size: 11px;
  }
}

@media (max-width: 420px) {
  .arn-hero h2 {
    font-size: 36px;
  }

  .arn-dialog--navigator {
    padding-right: 14px;
    padding-left: 14px;
  }

  .arn-dialog--navigator .arn-wizard__top {
    margin-right: -14px;
    margin-left: -14px;
    padding-right: 14px;
    padding-left: 14px;
  }

  .arn-wizard__nav {
    margin-right: -14px;
    margin-left: -14px;
    padding-right: 14px;
    padding-left: 14px;
  }

  .arn-product {
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 10px;
  }

  .arn-product__image-wrap {
    min-height: 104px;
  }

  .arn-product__score {
    font-size: 8px;
  }

  .arn-results__top-actions {
    grid-template-columns: 1fr;
  }
}

/* v2.2 approved desktop and mobile design match */
.arn-hero h1,
.arn-hero h2,
.arn-hero h3,
.arn-hero h4,
.arn-hero h5,
.arn-hero h6,
.arn-results-root h1,
.arn-results-root h2,
.arn-results-root h3,
.arn-results-root h4,
.arn-results-root h5,
.arn-results-root h6,
.arn-dialog h1,
.arn-dialog h2,
.arn-dialog h3,
.arn-dialog h4,
.arn-dialog h5,
.arn-dialog h6,
.arn-chat h1,
.arn-chat h2,
.arn-chat h3,
.arn-chat h4,
.arn-chat h5,
.arn-chat h6,
.arn-wizard__top > strong {
  font-family: "Inter", Arial, sans-serif !important;
  font-weight: 700;
}

.arn-mobile-brand,
.arn-product__mobile-open {
  display: none;
}

.arn-hero {
  grid-template-columns: minmax(280px, 1fr) minmax(500px, 520px);
  gap: clamp(34px, 5vw, 72px);
  padding: 12px clamp(24px, 4vw, 58px) 20px;
  background-image:
    linear-gradient(90deg, rgba(247, 250, 255, .98) 0%, rgba(247, 250, 255, .92) 43%, rgba(240, 247, 252, .72) 100%),
    url("hero-lab.webp");
  background-position: center;
  background-size: cover;
}

.arn-hero::after {
  display: none;
}

.arn-hero h2 {
  max-width: 440px;
  font-size: clamp(42px, 4vw, 56px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -.035em;
}

.arn-hero__intro {
  max-width: 410px;
  margin-top: 17px;
  font-size: clamp(15px, 1.35vw, 18px);
  line-height: 1.55;
}

.arn-hero__actions {
  width: min(100%, 300px);
  margin-top: 22px;
}

.arn-hero__actions .arn-btn {
  min-height: 38px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.arn-trust {
  gap: 14px;
  margin-top: 30px;
}

.arn-trust__item > span:first-child {
  border: 0;
}

.arn-trust__item strong {
  font-size: 9px;
}

.arn-trust__item small {
  font-size: 8px;
}

.arn-embed-panel,
.arn-dialog--navigator {
  padding: 18px;
}

.arn-wizard__top {
  margin-bottom: 10px;
  font-size: 17px;
}

.arn-progress {
  margin-bottom: 14px;
}

.arn-progress__marker {
  width: 28px;
  height: 28px;
}

.arn-progress__item {
  width: 82px;
}

.arn-wizard__title {
  font-size: clamp(19px, 1.7vw, 22px);
  font-weight: 700;
}

.arn-wizard__sub {
  margin: 5px 0 10px;
  font-size: 12px;
}

.arn-wizard__nav {
  margin-top: 12px;
}

.arn-wizard__nav .arn-btn {
  min-height: 40px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.arn-option {
  min-height: 58px;
  padding: 10px;
}

.arn-option__label {
  font-size: 11px;
}

.arn-results-root {
  padding-right: clamp(24px, 3vw, 48px);
  padding-left: clamp(24px, 3vw, 48px);
}

.arn-results {
  grid-template-columns: 190px minmax(0, 1fr) 195px;
  gap: 20px;
  padding: 18px;
}

.arn-results__heading-row h3 {
  font-size: 20px;
  font-weight: 700;
}

.arn-product__title,
.arn-why h4,
.arn-help h4 {
  font-weight: 700;
}

.arn-product__title-link {
  color: inherit !important;
  text-decoration: none !important;
}

.arn-product__mobile-coa {
  margin: 0;
}

@media (max-width: 767px) {
  .arn-mobile-brand {
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -2px 38px 8px;
  }

  .arn-mobile-brand__logo {
    width: auto;
    max-width: 122px;
    height: auto;
    max-height: 38px;
    object-fit: contain;
  }

  .arn-mobile-brand__fallback {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--arn-navy);
  }

  .arn-mobile-brand__fallback > .arn-icon {
    width: 23px;
    height: 23px;
    color: var(--arn-teal);
  }

  .arn-mobile-brand__fallback strong,
  .arn-mobile-brand__fallback small {
    display: block;
    line-height: 1;
    letter-spacing: .08em;
  }

  .arn-mobile-brand__fallback strong {
    font-size: 10px;
  }

  .arn-mobile-brand__fallback small {
    margin-top: 2px;
    color: var(--arn-teal);
    font-size: 6px;
  }

  .arn-dialog--navigator {
    position: relative;
    padding: 14px 18px calc(14px + env(safe-area-inset-bottom));
  }

  .arn-dialog--navigator .arn-wizard__top {
    position: static;
    min-height: 22px;
    margin: 0 0 2px;
    padding: 0;
    border: 0;
    background: transparent;
    font-size: 13px;
  }

  .arn-dialog--navigator .arn-wizard__top .arn-close {
    position: absolute;
    top: calc(14px + env(safe-area-inset-top));
    right: 12px;
    z-index: 7;
    margin: 0;
  }

  .arn-mobile-step {
    margin: 0 0 8px;
    color: var(--arn-ink);
    font-size: 9px;
    font-weight: 600;
  }

  .arn-mobile-progress {
    height: auto;
    display: flex;
    align-items: center;
    margin: 0 0 20px;
    overflow: visible;
    background: transparent;
  }

  .arn-mobile-progress__marker {
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
    border: 1px solid #b9c4d2;
    border-radius: 50%;
    background: #fff;
  }

  .arn-mobile-progress__marker--active,
  .arn-mobile-progress__marker--done {
    border-color: var(--arn-teal);
    background: var(--arn-teal);
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px rgba(13, 143, 155, .22);
  }

  .arn-mobile-progress__line {
    height: 1px;
    flex: 1;
    background: #cfd7e2;
  }

  .arn-mobile-progress__line--done {
    background: var(--arn-teal);
  }

  .arn-wizard__title {
    max-width: 300px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
  }

  .arn-wizard__sub {
    margin: 5px 0 13px;
    font-size: 10px;
    line-height: 1.45;
  }

  .arn-options {
    gap: 6px;
    padding-bottom: 8px;
  }

  .arn-option {
    min-height: 48px;
    padding: 8px 10px;
    border-radius: 5px;
  }

  .arn-option__icon {
    width: 25px;
    height: 25px;
    flex-basis: 25px;
  }

  .arn-option__label {
    font-size: 10px;
  }

  .arn-option__check {
    top: 50%;
    right: 9px;
    transform: translateY(-50%);
  }

  .arn-wizard__nav {
    margin: 8px -18px calc(-14px - env(safe-area-inset-bottom));
  }

  .arn-modal-results {
    margin-top: 0;
  }

  .arn-dialog--navigator .arn-results__main {
    display: flex;
    flex-direction: column;
  }

  .arn-dialog--navigator .arn-results__heading-row {
    display: contents;
  }

  .arn-dialog--navigator .arn-results__heading-row > div:first-child {
    order: 1;
  }

  .arn-dialog--navigator .arn-products,
  .arn-dialog--navigator .arn-products--many {
    order: 2;
    gap: 9px;
    margin-top: 10px;
  }

  .arn-dialog--navigator .arn-results__top-actions {
    order: 3;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 10px 0 0;
  }

  .arn-dialog--navigator .arn-note {
    display: none;
  }

  .arn-results__heading-row h3 {
    font-size: 18px;
    line-height: 1.2;
  }

  .arn-results__heading-row p {
    max-width: 310px;
    font-size: 10px;
    line-height: 1.35;
  }

  .arn-product--compact {
    grid-template-columns: 78px minmax(0, 1fr);
    min-height: 118px;
    gap: 11px;
    padding: 29px 34px 10px 9px;
    border-radius: 7px;
  }

  .arn-product--compact .arn-product__image-wrap {
    min-height: 76px;
    border-radius: 4px;
    background: #f7f9fc;
  }

  .arn-product--compact .arn-product__image {
    max-height: 80px;
  }

  .arn-product--compact .arn-product__title {
    font-size: 14px;
    line-height: 1.25;
  }

  .arn-product--compact .arn-product__ruo {
    margin: 3px 0 7px;
    font-size: 10px;
  }

  .arn-product--compact .arn-product__mobile-coa {
    font-size: 11px;
    line-height: 1.3;
  }

  .arn-product--compact .arn-product__price {
    margin: 8px 0 0;
    font-size: 14px;
  }

  .arn-product--compact .arn-product__badge {
    top: 7px;
    left: 8px;
    padding: 2px 6px;
    font-size: 7px;
  }

  .arn-product--compact .arn-product__score {
    top: 7px;
    right: 28px;
    padding: 2px 5px;
    font-size: 7px;
  }

  .arn-product--compact .arn-product__mobile-open {
    position: absolute;
    top: 50%;
    right: 8px;
    width: 24px;
    height: 36px;
    display: grid;
    place-items: center;
    color: var(--arn-navy);
    transform: translateY(-50%);
  }

  .arn-product--compact .arn-product__mobile-open .arn-icon {
    width: 16px;
    height: 16px;
  }

  .arn-dialog--navigator .arn-results__bottom {
    grid-template-columns: 1fr;
    margin-top: 9px;
    padding-bottom: 0;
  }

  .arn-dialog--navigator .arn-results__bottom .arn-btn--secondary {
    display: none;
  }

  .arn-dialog--navigator .arn-results__bottom .arn-btn--primary {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .arn-btn,
  .arn-option,
  .arn-mobile-progress__bar,
  .arn-spinner {
    transition: none;
    animation: none;
  }
}

.arn-results-root:empty {
  display: none;
}

.arn-modal-results {
  margin-top: 0;
}

.arn-dialog--navigator .arn-results {
  grid-template-columns: 1fr;
  padding: 0;
  border: 0;
  box-shadow: none;
}

.arn-dialog--navigator .arn-recap,
.arn-dialog--navigator .arn-why {
  position: static;
}

.arn-dialog--navigator .arn-recap {
  display: none;
}

.arn-dialog--navigator .arn-why {
  grid-column: auto;
}

.arn-dialog--navigator .arn-products,
.arn-dialog--navigator .arn-products--many {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 767px) {
  .arn-dialog--navigator .arn-products,
  .arn-dialog--navigator .arn-products--many {
    grid-template-columns: 1fr;
  }
}


/* v2.0.2 icon refinements */
.arn-option__icon .arn-icon { width: 22px; height: 22px; }
.arn-option__check .arn-icon { width: 12px; height: 12px; stroke-width: 2.4; }
.arn-progress__marker .arn-icon { width: 14px; height: 14px; stroke-width: 2.4; }
.arn-complete__icon .arn-icon { width: 22px; height: 22px; stroke-width: 2.3; }
.arn-research-only > span:first-child .arn-icon { width: 22px; height: 22px; }
.arn-product__fact-icon .arn-icon { width: 12px; height: 12px; }
.arn-product__coa { display: inline-flex; align-items: center; gap: 5px; }
.arn-product__coa .arn-icon { width: 14px; height: 14px; }
.arn-why li > span:first-child .arn-icon { width: 18px; height: 18px; }
.arn-mini-product__arrow .arn-icon { width: 19px; height: 19px; }
.arn-close .arn-icon { width: 22px; height: 22px; stroke-width: 1.7; }
.arn-floating .arn-icon { width: 18px; height: 18px; }
.arn-trust__item > span:first-child .arn-icon { width: 17px; height: 17px; }
.arn-chat__chip { display: inline-flex; align-items: center; gap: 5px; }
