:root {
  --angie-blue: #0a3dff;
  --angie-cyan: #00b8ff;
  --angie-black: #050608;
  --angie-text: #111318;
  --angie-muted: #6c7280;
  --angie-line: #e6e9ef;
  --angie-soft: #f5f7fa;
  --angie-white: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: #f7f8fb;
  color: var(--angie-text);
  font-family: "Inter", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.45;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
[hidden] { display: none !important; }

.angie1-topbar {
  height: 78px;
  display: grid;
  grid-template-columns: 220px 1fr minmax(260px, 360px) auto;
  align-items: center;
  gap: 24px;
  padding: 0 42px;
  background: #030405;
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,.08);
  position: sticky;
  top: 0;
  z-index: 20;
}
.angie1-logo {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 208px;
}
.angie1-logo .angie1-symbol-logo {
  width: 74px;
  height: 48px;
  object-fit: contain;
  object-position: left center;
}
.angie1-logo .angie1-wordmark-image {
  width: 152px;
  height: 43px;
  object-fit: contain;
  object-position: left center;
}
.angie1-logo .angie1-wordmark {
  min-width: 150px;
  transform: translateY(4px);
}
.angie1-logo .angie1-wordmark-text {
  display: grid;
  gap: 2px;
  color: #fff;
  line-height: 1;
}
.angie1-logo strong {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: .52em;
}
.angie1-logo small {
  color: rgba(255,255,255,.82);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .38em;
}
.angie1-nav { display: flex; justify-content: center; gap: 34px; height: 100%; }
.angie1-nav a {
  display: inline-flex;
  align-items: center;
  color: rgba(255,255,255,.82);
  font-weight: 500;
  position: relative;
}
.angie1-nav a.is-active,
.angie1-nav a:hover { color: #fff; }
.angie1-nav a.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: var(--angie-blue);
}
.angie1-contact-link { color: #fff; }
.angie1-header-search,
.angie1-hero-search {
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 6px;
  height: 40px;
  padding: 0 12px;
}
.angie1-header-search input,
.angie1-hero-search input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: inherit;
  font: inherit;
}
.angie1-header-search input::placeholder { color: rgba(255,255,255,.62); }
.angie1-header-search kbd {
  color: rgba(255,255,255,.66);
  font: inherit;
  white-space: nowrap;
}
.angie1-wa-button,
.angie1-consult {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid rgba(10,61,255,.45);
  border-radius: 6px;
  background: var(--angie-blue);
  color: #fff;
  font-weight: 600;
  white-space: nowrap;
}
.angie1-topbar .angie1-wa-button {
  background: var(--angie-blue);
  border-color: var(--angie-blue);
  color: #fff;
}
.angie1-header-actions {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
.angie1-admin-door {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 6px;
  color: rgba(255,255,255,.72);
  background: rgba(255,255,255,.045);
}
.angie1-admin-door:hover {
  color: #fff;
  border-color: rgba(255,255,255,.28);
}
.angie1-admin-door svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.angie1-chrome-light .angie1-topbar {
  background: rgba(255,255,255,.96);
  color: #111827;
  border-bottom: 1px solid rgba(15,23,42,.08);
  box-shadow: 0 16px 46px rgba(15,23,42,.08);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.angie1-chrome-light .angie1-logo .angie1-wordmark-text {
  color: #07101f;
}
.angie1-chrome-light .angie1-logo small {
  color: #445064;
}
.angie1-chrome-light .angie1-nav a {
  color: #3a4250;
}
.angie1-chrome-light .angie1-nav a.is-active,
.angie1-chrome-light .angie1-nav a:hover {
  color: #061329;
}
.angie1-chrome-light .angie1-contact-link {
  color: #061329;
}
.angie1-chrome-light .angie1-header-search {
  color: #172033;
  background: #f7f9fc;
  border-color: rgba(15,23,42,.12);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.75);
}
.angie1-chrome-light .angie1-header-search input {
  color: #111827;
}
.angie1-chrome-light .angie1-header-search input::placeholder {
  color: #667085;
}
.angie1-chrome-light .angie1-header-search kbd {
  color: #5e6878;
}
.angie1-chrome-light .angie1-topbar .angie1-wa-button {
  box-shadow: 0 10px 28px rgba(10,61,255,.16);
}
.angie1-chrome-light .angie1-admin-door {
  color: #475569;
  background: #fff;
  border-color: rgba(15,23,42,.11);
}
.angie1-chrome-light .angie1-admin-door:hover {
  color: var(--angie-blue);
  border-color: rgba(10,61,255,.25);
}

.angie1-hero {
  min-height: 298px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--angie-line);
}
.angie1-hero-inner {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 32px 0 30px;
}
.angie1-hero h1 {
  margin: 0;
  max-width: 420px;
  font-size: 38px;
  line-height: 1.05;
  letter-spacing: 0;
  font-weight: 600;
}
.angie1-hero p {
  max-width: 330px;
  margin: 14px 0 22px;
  color: #69707d;
  font-size: 16px;
}
.angie1-hero-kicker {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--angie-blue);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.angie1-hero-search {
  width: min(680px, 100%);
  height: 50px;
  background: rgba(255,255,255,.86);
  border-color: rgba(210,215,224,.85);
  color: #151922;
  box-shadow: 0 10px 25px rgba(20,30,50,.08);
}
.angie1-hero-search input::placeholder { color: #7b828d; }
.angie1-quick-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}
.angie1-quick-links a {
  min-width: 130px;
  padding: 6px 14px;
  border-radius: 4px;
  background: rgba(255,255,255,.62);
  border: 1px solid rgba(224,229,237,.72);
  color: #253041;
  font-size: 12px;
}

.angie1-category-tabs {
  width: min(1440px, calc(100% - 64px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(var(--category-count, 8), minmax(0, 1fr));
  border-bottom: 1px solid var(--angie-line);
  background: #fff;
  overflow-x: visible;
  overflow-y: hidden;
  scrollbar-width: thin;
}
.angie1-category-tabs a {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-right: 1px solid var(--angie-line);
  color: #343943;
  font-weight: 500;
  position: relative;
  white-space: nowrap;
}
.angie1-category-tabs.is-dense a {
  flex-direction: column;
  gap: 5px;
  padding: 7px 3px;
  text-align: center;
  white-space: normal;
  font-size: 12px;
  line-height: 1.15;
}
.angie1-category-tabs.is-dense .angie1-tab-icon {
  width: 22px;
  height: 22px;
}
.angie1-category-tabs a.is-active {
  color: #0b1728;
  font-weight: 700;
}
.angie1-category-tabs a.is-active::after {
  content: "";
  position: absolute;
  left: 22%;
  right: 22%;
  bottom: -1px;
  height: 3px;
  background: var(--angie-blue);
}
.angie1-tab-icon {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--angie-blue);
  flex: 0 0 auto;
}
.angie1-shipping-card {
  align-self: stretch;
  display: grid;
  align-content: center;
  gap: 14px;
  min-height: 280px;
  padding: 28px;
  border: 1px solid rgba(10,61,255,.14);
  border-radius: 8px;
  background: rgba(255,255,255,.88);
  box-shadow: 0 18px 46px rgba(15,23,42,.08);
}
.angie1-shipping-card h2 {
  margin: 0;
  font-size: 28px;
  line-height: 1.12;
}
.angie1-shipping-card p {
  margin: 0;
  color: #596170;
}
.angie1-carrier-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.angie1-carrier-list span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 13px;
  border: 1px solid rgba(10,61,255,.18);
  border-radius: 999px;
  background: #f4f8ff;
  color: #0b2d61;
  font-weight: 800;
}
.angie1-shipping-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}
.angie1-shipping-steps article {
  min-height: 180px;
  padding: 20px;
  border: 1px solid var(--angie-line);
  border-radius: 8px;
  background: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
}
.angie1-shipping-steps strong {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--angie-blue);
  color: #fff;
}
.angie1-shipping-steps h3 {
  margin: 0 0 8px;
}
.angie1-shipping-steps p {
  margin: 0;
  color: #596170;
}
.angie1-tab-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.angie1-catalog-shell {
  width: min(1440px, calc(100% - 64px));
  margin: 22px auto;
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr) 294px;
  gap: 20px;
}
.angie1-filters,
.angie1-results,
.angie1-compatible {
  background: #fff;
  border: 1px solid var(--angie-line);
  border-radius: 8px;
}
.angie1-filters { padding: 18px; align-self: start; }
.angie1-panel-head,
.angie1-stage-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.angie1-panel-head {
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid var(--angie-line);
}
.angie1-panel-head h2,
.angie1-stage-head h2,
.angie1-compatible h2 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}
.angie1-panel-head a,
.angie1-more { color: #58708f; font-size: 13px; }
.angie1-filters form { display: grid; gap: 14px; }
.angie1-filters label {
  display: grid;
  gap: 7px;
  color: #4c5360;
  font-size: 12px;
}
.angie1-filters select,
.angie1-sort select {
  width: 100%;
  min-height: 36px;
  border: 1px solid var(--angie-line);
  border-radius: 5px;
  background: #fafbfc;
  color: #343943;
  padding: 0 10px;
}
.angie1-check {
  grid-template-columns: auto 1fr auto;
  align-items: center;
  color: #20242c;
  font-size: 13px;
}

.angie1-results { overflow: hidden; }
.angie1-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  padding: 14px 20px 0;
  color: #6a7280;
  font-size: 12px;
}
.angie1-breadcrumbs a:last-child { color: #1d2430; font-weight: 600; }
.angie1-stage-head {
  min-height: 64px;
  padding: 18px 20px;
  border-bottom: 1px solid var(--angie-line);
}
.angie1-stage-head span { color: #7a828d; margin-left: 8px; }
.angie1-sort {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #707782;
}

.angie1-choice-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 14px;
  padding: 20px;
}
.angie1-choice-grid-large {
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
}
.angie1-choice-card {
  min-height: 156px;
  display: grid;
  grid-template-rows: 82px auto auto;
  gap: 6px;
  padding: 14px;
  border: 1px solid var(--angie-line);
  border-radius: 8px;
  background: #fbfcfe;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.angie1-choice-card:hover {
  border-color: rgba(10,61,255,.35);
  box-shadow: 0 12px 26px rgba(20,30,50,.08);
  transform: translateY(-1px);
}
.angie1-choice-card img {
  width: 100%;
  height: 82px;
  object-fit: contain;
}
.angie1-brand-card {
  min-height: 136px;
  grid-template-rows: 1fr;
  padding: 12px;
}
.angie1-brand-mark {
  width: 100%;
  min-height: 112px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  grid-template-rows: 1fr auto;
  align-items: center;
  gap: 4px 12px;
  padding: 14px;
  border-radius: 8px;
  border: 1px solid rgba(10,61,255,.14);
  background:
    radial-gradient(circle at 88% 14%, rgba(0,184,255,.18), transparent 26%),
    linear-gradient(135deg, rgba(10,61,255,.12), rgba(255,255,255,.96));
  color: var(--angie-blue);
}
.angie1-brand-mark svg {
  grid-row: 1 / span 2;
  width: 42px;
  height: 42px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.angie1-brand-mark strong {
  min-width: 0;
  color: #111827;
  font-size: 18px;
  line-height: 1.1;
}
.angie1-brand-mark small {
  min-width: 0;
  color: #5f6b7a;
  line-height: 1.35;
}
.angie1-empty-state {
  display: grid;
  gap: 6px;
  margin: 20px;
  padding: 18px;
  border: 1px solid var(--angie-line);
  border-radius: 8px;
  background: #fbfcfe;
  color: #334155;
}
.angie1-empty-state span {
  color: var(--angie-muted);
}
.angie1-choice-card small,
.angie1-model-list span,
.angie1-row small,
.angie1-compatible small,
.angie1-benefits span {
  color: var(--angie-muted);
}
.angie1-model-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  gap: 12px;
  padding: 20px;
}
.angie1-model-list a {
  display: grid;
  gap: 5px;
  padding: 16px;
  border: 1px solid var(--angie-line);
  border-radius: 8px;
  background: #fbfcfe;
}

.angie1-table { width: 100%; }
.angie1-row {
  display: grid;
  grid-template-columns: 104px minmax(190px, 1.4fr) minmax(170px, 1fr) 100px 124px;
  align-items: center;
  gap: 14px;
  min-height: 81px;
  padding: 9px 20px;
  border-bottom: 1px solid var(--angie-line);
}
.angie1-row-head {
  min-height: 38px;
  color: #7b828d;
  font-size: 11px;
  text-transform: uppercase;
}
.angie1-table-group {
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding: 15px 20px 10px;
  background: #fbfcff;
  border-bottom: 1px solid var(--angie-line);
}
.angie1-table-group h3 {
  margin: 0;
  font-size: 15px;
}
.angie1-table-group span {
  color: var(--angie-muted);
  font-size: 12px;
}
.angie1-intent-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0 20px 16px;
  border-bottom: 1px solid var(--angie-line);
}
.angie1-intent-summary span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid #d9e5ff;
  border-radius: 5px;
  background: #f7faff;
  color: #233047;
}
.angie1-intent-summary strong {
  color: var(--angie-blue);
  font-size: 11px;
  text-transform: uppercase;
}
.angie1-pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
  padding: 16px 20px 20px;
  border-top: 1px solid var(--angie-line);
}
.angie1-pagination a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid var(--angie-line);
  border-radius: 8px;
  background: #fff;
  color: #233047;
  font-weight: 700;
}
.angie1-pagination a.is-active {
  border-color: var(--angie-blue);
  background: var(--angie-blue);
  color: #fff;
}
.angie1-pagination a.is-disabled {
  pointer-events: none;
  opacity: .45;
}
.angie1-part-thumb {
  width: 92px;
  height: 58px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 5px;
  background: #f0f2f6;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.angie1-part-thumb:hover,
.angie1-part-thumb:focus-visible {
  outline: 2px solid rgba(10, 61, 255, .36);
  outline-offset: 2px;
}
.angie1-part-thumb span {
  position: absolute;
  inset: auto 4px 4px;
  min-height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: rgba(10, 61, 255, .94);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  opacity: 0;
  transform: translateY(5px);
  transition: opacity .18s ease, transform .18s ease;
}
.angie1-part-thumb:hover span,
.angie1-part-thumb:focus-visible span,
.angie1-part-thumb[aria-expanded="true"] span {
  opacity: 1;
  transform: translateY(0);
}
.angie1-part-thumb::after {
  content: "";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 7px;
  height: 7px;
  border-right: 2px solid var(--angie-blue);
  border-bottom: 2px solid var(--angie-blue);
  transform: rotate(45deg);
}
.angie1-part-thumb[aria-expanded="true"]::after {
  transform: rotate(225deg);
  top: 9px;
}
.angie1-row img,
.angie1-part-thumb img {
  width: 92px;
  height: 58px;
  object-fit: contain;
  background: #f0f2f6;
  border-radius: 5px;
  padding: 3px;
}
.angie1-row strong,
.angie1-compatible strong { display: block; font-weight: 600; }
.angie1-pill {
  justify-self: start;
  padding: 7px 12px;
  border: 1px solid #bbd4f5;
  border-radius: 5px;
  color: #2b6dac;
  background: #f8fbff;
  font-size: 12px;
}
.angie1-consult {
  min-height: 36px;
  background: var(--angie-blue);
  color: #fff;
  border-color: var(--angie-blue);
}
.angie1-consult:hover {
  background: #062fd1;
  color: #fff;
  border-color: #062fd1;
}
.angie1-part-detail {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 16px 20px;
  background: #f8fbff;
  border-bottom: 1px solid var(--angie-line);
}
.angie1-part-detail[hidden] {
  display: none;
}
.angie1-part-detail-media {
  width: 96px;
  height: 96px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: #eef3fb;
}
.angie1-part-detail-media img {
  width: 88px;
  height: 88px;
  object-fit: contain;
}
.angie1-part-detail-copy {
  display: grid;
  gap: 5px;
}
.angie1-part-detail-copy strong {
  font-size: 16px;
}
.angie1-part-detail-copy span,
.angie1-part-detail-copy small {
  color: var(--angie-muted);
}
.angie1-part-detail-copy p {
  margin: 4px 0 0;
  color: #313947;
  line-height: 1.55;
}
.angie1-detail-consult {
  align-self: center;
}

.angie1-compatible {
  padding: 22px 20px;
  align-self: start;
}
.angie1-compatible h2 { margin-bottom: 18px; }
.angie1-compatible article {
  display: grid;
  grid-template-columns: 56px 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid var(--angie-line);
}
.angie1-compatible img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  background: #f1f3f6;
  border-radius: 5px;
  padding: 5px;
}
.angie1-compatible article a {
  min-height: 32px;
  padding: 0 13px;
  border: 1px solid var(--angie-blue);
  border-radius: 5px;
  color: #fff;
  background: var(--angie-blue);
  display: inline-flex;
  align-items: center;
}
.angie1-compatible article a:hover {
  background: #062fd1;
  border-color: #062fd1;
  color: #fff;
}
.angie1-more {
  display: inline-flex;
  margin-top: 22px;
  color: var(--angie-blue);
}

.angie1-benefits {
  width: min(1440px, calc(100% - 64px));
  margin: 0 auto 34px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid var(--angie-line);
  padding-top: 24px;
}
.angie1-benefits article {
  min-height: 48px;
  display: grid;
  justify-content: center;
  align-content: center;
  gap: 2px;
  border-right: 1px solid var(--angie-line);
}
.angie1-benefits article:last-child { border-right: 0; }
.angie1-contact-section {
  width: min(1440px, calc(100% - 64px));
  margin: 0 auto 34px;
  display: grid;
  gap: 22px;
}
.angie1-section-kicker {
  display: inline-flex;
  color: var(--angie-blue);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.angie1-contact-section h2 {
  margin: 0;
  font-size: 20px;
  line-height: 1.12;
  letter-spacing: 0;
}
.angie1-contact-section p {
  margin: 0;
  color: #596170;
  font-size: 13px;
  line-height: 1.55;
}
.angie1-contact-section {
  grid-template-columns: minmax(0, 1fr) 380px;
  align-items: stretch;
}
.angie1-contact-info,
.angie1-map-panel {
  border: 1px solid var(--angie-line);
  border-radius: 8px;
  background: #fff;
}
.angie1-contact-info {
  padding: 22px;
  display: grid;
  grid-template-columns: minmax(220px, .85fr) minmax(0, 1fr);
  gap: 16px 20px;
  align-items: start;
}
.angie1-contact-heading {
  display: grid;
  gap: 7px;
}
.angie1-contact-info > p,
.angie1-contact-whatsapp-list,
.angie1-contact-alert,
.angie1-contact-email {
  grid-column: 1;
}
.angie1-contact-whatsapp-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
}
.angie1-contact-whatsapp-list .angie1-wa-button {
  justify-content: center;
  min-height: 34px;
  padding: 0 13px;
  font-size: 13px;
}
.angie1-contact-alert {
  margin: 0 0 14px;
  padding: 12px 14px;
  border-radius: 6px;
  font-weight: 700;
}
.angie1-contact-alert.is-success {
  background: #eaf8ef;
  color: #166534;
}
.angie1-contact-alert.is-error {
  background: #fff1f1;
  color: #a32020;
}
.angie1-contact-form {
  grid-column: 2;
  grid-row: 1 / span 5;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.angie1-contact-form label {
  display: grid;
  gap: 6px;
  color: #4c5360;
  font-size: 12px;
  font-weight: 700;
}
.angie1-contact-form label:nth-of-type(3),
.angie1-contact-form label:nth-of-type(4),
.angie1-contact-form button {
  grid-column: 1 / -1;
}
.angie1-contact-form input,
.angie1-contact-form textarea {
  width: 100%;
  border: 1px solid var(--angie-line);
  border-radius: 6px;
  padding: 10px 11px;
  color: #151922;
  background: #fbfcfe;
  resize: vertical;
}
.angie1-contact-form button {
  border: 0;
  cursor: pointer;
}
.angie1-contact-email {
  display: inline-flex;
  margin-top: 14px;
  color: var(--angie-blue);
  font-weight: 700;
}
.angie1-map-panel {
  min-height: 100%;
  overflow: hidden;
}
.angie1-map-panel iframe {
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: block;
}
.angie1-footer {
  padding: 26px 0 22px;
  background: #030405;
  color: rgba(255,255,255,.7);
}
.angie1-footer-inner {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(120px,.42fr) minmax(130px,.42fr) minmax(230px,.72fr);
  gap: 20px;
  align-items: start;
}
.angie1-footer img { width: 124px; max-height: 40px; object-fit: contain; }
.angie1-footer p {
  margin: 8px 0 0;
  color: rgba(255,255,255,.68);
  font-size: 13px;
  line-height: 1.45;
}
.angie1-footer-brand p {
  max-width: 420px;
}
.angie1-footer-nav,
.angie1-footer-contact {
  display: grid;
  gap: 7px;
  align-content: start;
}
.angie1-footer-nav strong {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 2px;
}
.angie1-footer-nav a,
.angie1-footer-contact a {
  color: rgba(255,255,255,.86);
  font-size: 13px;
  font-weight: 700;
}
.angie1-footer-nav a:hover,
.angie1-footer-contact a:hover,
.angie1-social-links a:hover {
  color: #fff;
}
.angie1-footer-contact strong {
  color: #fff;
}
.angie1-footer-contact-row {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}
.angie1-footer-contact-row > a:first-child {
  min-width: 0;
  overflow-wrap: anywhere;
}
.angie1-footer-wa-icon {
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 6px;
  background: rgba(255,255,255,.04);
  color: rgba(255,255,255,.88);
}
.angie1-footer-wa-icon svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.angie1-footer-legal-strip {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  align-items: center;
  margin-top: 0;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,.12);
}
.angie1-footer-legal-strip a {
  color: rgba(255,255,255,.64);
  font-size: 12px;
  font-weight: 700;
}
.angie1-footer-legal-strip a:hover {
  color: #fff;
}
.angie1-chrome-light .angie1-footer {
  background: linear-gradient(180deg, #fff 0%, #f7f9fc 100%);
  color: #445064;
  border-top: 1px solid rgba(15,23,42,.08);
  box-shadow: 0 -18px 46px rgba(15,23,42,.05);
}
.angie1-chrome-light .angie1-footer p {
  color: #5f6b7c;
}
.angie1-chrome-light .angie1-footer-nav a,
.angie1-chrome-light .angie1-footer-contact a {
  color: #1f2937;
}
.angie1-chrome-light .angie1-footer-nav a:hover,
.angie1-chrome-light .angie1-footer-contact a:hover,
.angie1-chrome-light .angie1-social-links a:hover {
  color: var(--angie-blue);
}
.angie1-chrome-light .angie1-footer-contact strong {
  color: #07101f;
}
.angie1-chrome-light .angie1-footer-nav strong {
  color: #07101f;
}
.angie1-chrome-light .angie1-footer-wa-icon {
  border-color: rgba(15,23,42,.1);
  background: #fff;
  color: #1f2937;
}
.angie1-chrome-light .angie1-footer-legal-strip {
  border-top-color: rgba(15,23,42,.1);
}
.angie1-chrome-light .angie1-footer-legal-strip a {
  color: #667085;
}
.angie1-chrome-light .angie1-footer-legal-strip a:hover {
  color: var(--angie-blue);
}
.angie1-chrome-light .angie1-social-links a {
  color: #1f2937;
  background: #fff;
  border-color: rgba(15,23,42,.1);
  box-shadow: 0 10px 24px rgba(15,23,42,.06);
}
.angie1-chrome-light .angie1-social-links a:hover {
  border-color: rgba(10,61,255,.28);
  box-shadow: 0 12px 28px rgba(10,61,255,.12);
}
.angie1-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}
.angie1-social-links a {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 6px;
  color: rgba(255,255,255,.86);
  background: rgba(255,255,255,.04);
  font-weight: 700;
}
.angie1-social-links svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.angie1-simple-page {
  min-height: 60vh;
  display: grid;
  place-items: center;
  padding: 60px 24px;
}
.angie1-simple-page section {
  max-width: 760px;
  padding: 32px;
  background: #fff;
  border: 1px solid var(--angie-line);
  border-radius: 8px;
}
.angie1-simple-page .angie1-faq-list {
  margin: 22px 0;
}
.angie1-page-hero {
  width: min(1440px, calc(100% - 64px));
  margin: 30px auto 22px;
  padding: 34px;
  border: 1px solid var(--angie-line);
  border-radius: 8px;
  background: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
}
.angie1-page-hero h1 {
  max-width: 680px;
  margin: 0;
  font-size: 38px;
  line-height: 1.08;
  letter-spacing: 0;
}
.angie1-page-hero p {
  max-width: 620px;
  margin: 12px 0 0;
  color: var(--angie-muted);
  font-size: 16px;
}
.angie1-contact-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.angie1-seo-page {
  width: 100%;
  margin: 0 auto 44px;
  display: grid;
  gap: 0;
}
.angie1-about-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 480px);
  gap: 28px;
  align-items: center;
  min-height: 344px;
  padding: 42px max(48px, calc((100vw - 1180px) / 2));
  border-bottom: 1px solid var(--angie-line);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
}
.angie1-about-hero h1 {
  max-width: 720px;
  margin: 0;
  font-size: 40px;
  line-height: 1.08;
  letter-spacing: 0;
}
.angie1-about-hero p {
  max-width: 680px;
  color: #596170;
  font-size: 16px;
}
.angie1-video-card {
  display: grid;
  gap: 10px;
  padding: 12px;
  border: 1px solid rgba(214,220,230,.9);
  border-radius: 8px;
  background: rgba(255,255,255,.72);
  box-shadow: 0 16px 40px rgba(20,30,50,.08);
}
.angie1-video-card video {
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: 8px;
  background: #080b12;
  object-fit: cover;
}
.angie1-video-card p {
  margin: 0;
  color: var(--angie-muted);
  font-size: 12px;
}
.angie1-seo-section,
.angie1-final-cta {
  width: min(1440px, calc(100% - 64px));
  margin: 0 auto;
  padding: 28px 0;
  border: 1px solid var(--angie-line);
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-radius: 0;
  background: #fff;
}
.angie1-seo-section {
  background: transparent;
}
.angie1-seo-intro,
.angie1-seo-split {
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  gap: 36px;
  align-items: start;
}
.angie1-duo-section {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.angie1-duo-section article {
  padding: 22px;
  border: 1px solid var(--angie-line);
  border-radius: 8px;
  background: #fff;
}
.angie1-seo-section h2,
.angie1-final-cta h2 {
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 1.15;
  letter-spacing: 0;
}
.angie1-seo-section h3 {
  margin: 0 0 8px;
  font-size: 16px;
}
.angie1-seo-section p,
.angie1-final-cta p {
  max-width: 960px;
  color: #596170;
}
.angie1-trust-grid,
.angie1-seo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}
.angie1-seo-intro .angie1-trust-grid {
  grid-column: 1 / -1;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.angie1-trust-grid article,
.angie1-seo-grid article {
  min-height: 92px;
  padding: 16px;
  border: 1px solid var(--angie-line);
  border-radius: 6px;
  background: #fff;
}
.angie1-trust-grid article {
  display: flex;
  align-items: center;
  color: #172033;
  font-weight: 700;
  border-left: 3px solid var(--angie-blue);
  line-height: 1.35;
}
.angie1-faq-list {
  display: grid;
  gap: 10px;
}
.angie1-faq-list details {
  border: 1px solid var(--angie-line);
  border-radius: 8px;
  background: #fbfcff;
}
.angie1-faq-list summary {
  cursor: pointer;
  padding: 14px 16px;
  font-weight: 700;
}
.angie1-faq-list details p {
  margin: 0;
  padding: 0 16px 16px;
  color: #596170;
}
.angie1-final-cta {
  display: grid;
  justify-items: start;
  margin-top: 26px;
  padding: 28px;
  border: 0;
  border-radius: 8px;
  background: #07101f;
  color: #fff;
}
.angie1-final-cta p {
  color: rgba(255,255,255,.78);
}
.angie1-wa-modal[hidden] {
  display: none;
}
.angie1-wa-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(3,4,5,.62);
}
.angie1-wa-modal-card {
  position: relative;
  width: min(460px, 100%);
  display: grid;
  gap: 14px;
  padding: 24px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 24px 80px rgba(0,0,0,.28);
}
.angie1-wa-modal-card h2 {
  margin: 0;
  font-size: 22px;
}
.angie1-wa-modal-card p {
  margin: 0 0 4px;
  color: var(--angie-muted);
}
.angie1-wa-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: #f0f2f6;
  cursor: pointer;
  font-size: 22px;
}
.angie1-wa-option {
  display: grid;
  grid-template-columns: 1fr 92px;
  align-items: center;
  gap: 14px;
  padding: 14px;
  border: 1px solid rgba(10,61,255,.2);
  border-radius: 10px;
  background: #f7faff;
}
.angie1-wa-option span {
  display: block;
  color: #253041;
  font-weight: 800;
  font-size: 1.05rem;
}
.angie1-wa-qr {
  width: 86px;
  height: 86px;
  padding: 5px;
  border: 1px solid rgba(16,24,40,.12);
  border-radius: 8px;
  background: #fff;
  object-fit: contain;
}
.angie1-consent[hidden] {
  display: none;
}
.angie1-consent {
  position: fixed;
  inset: auto 18px 18px auto;
  z-index: 120;
  width: min(460px, calc(100% - 36px));
}
.angie1-consent-card {
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(15,23,42,.12);
  border-radius: 8px;
  background: #fff;
  color: #101828;
  box-shadow: 0 22px 70px rgba(15,23,42,.22);
}
.angie1-consent-card h2 {
  margin: 4px 0 8px;
  font-size: 20px;
  line-height: 1.2;
}
.angie1-consent-card p {
  margin: 0;
  color: #596170;
  line-height: 1.55;
}
.angie1-consent-links,
.angie1-consent-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.angie1-consent-links a {
  color: var(--angie-blue);
  font-weight: 800;
  font-size: 13px;
}
.angie1-consent-actions {
  justify-content: flex-end;
}
.angie1-consent-actions button {
  min-height: 38px;
  padding: 0 13px;
  border: 1px solid rgba(15,23,42,.12);
  border-radius: 6px;
  background: #fff;
  color: #101828;
  cursor: pointer;
  font-weight: 800;
}
.angie1-consent-actions button:last-child {
  border-color: var(--angie-blue);
  background: var(--angie-blue);
  color: #fff;
}

@media (max-width: 1180px) {
  .angie1-topbar {
    height: 68px;
    grid-template-columns: 172px minmax(0, 1fr) auto;
    gap: 12px;
    padding: 0 18px;
  }
  .angie1-logo {
    min-width: 0;
    gap: 9px;
  }
  .angie1-logo .angie1-symbol-logo {
    width: 58px;
    height: 40px;
  }
  .angie1-logo .angie1-wordmark {
    min-width: 0;
    transform: translateY(3px);
  }
  .angie1-logo .angie1-wordmark-image {
    width: 108px;
    height: 34px;
  }
  .angie1-header-search { display: none; }
  .angie1-header-actions {
    gap: 8px;
  }
  .angie1-header-actions .angie1-wa-button {
    min-height: 36px;
    padding: 0 12px;
    font-size: 13px;
  }
  .angie1-nav {
    gap: 16px;
    justify-content: flex-start;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .angie1-catalog-shell { grid-template-columns: 230px minmax(0,1fr); }
  .angie1-compatible { grid-column: 1 / -1; }
  .angie1-contact-section {
    grid-template-columns: 1fr;
  }
  .angie1-footer-inner {
    width: min(760px, calc(100% - 36px));
    grid-template-columns: 1.1fr .8fr .9fr;
    gap: 18px 22px;
  }
  .angie1-footer-brand {
    grid-column: 1 / -1;
  }
  .angie1-footer-brand p {
    max-width: 620px;
  }
  .angie1-about-hero {
    grid-template-columns: 1fr;
    padding: 32px 20px;
  }
  .angie1-trust-grid,
  .angie1-seo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .angie1-seo-intro .angie1-trust-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .angie1-seo-intro,
  .angie1-seo-split,
  .angie1-duo-section {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .angie1-shipping-steps {
    grid-template-columns: 1fr;
  }
  .angie1-contact-info {
    grid-template-columns: 1fr;
  }
  .angie1-contact-info > p,
  .angie1-contact-whatsapp-list,
  .angie1-contact-alert,
  .angie1-contact-email,
  .angie1-contact-form {
    grid-column: 1;
    grid-row: auto;
  }
  .angie1-map-panel iframe {
    min-height: 340px;
  }
}

@media (max-width: 520px) {
  .angie1-logo .angie1-symbol-logo {
    width: 40px;
    height: 30px;
  }
  .angie1-logo .angie1-wordmark-image {
    width: 96px;
    height: 28px;
  }
  .angie1-header-actions {
    gap: 6px;
  }
  .angie1-header-actions .angie1-wa-button {
    min-height: 32px;
    padding: 0 8px;
    font-size: 11px;
  }
  .angie1-admin-door {
    width: 32px;
    height: 32px;
  }
  .angie1-admin-door svg {
    width: 16px;
    height: 16px;
  }
  .angie1-wa-option {
    grid-template-columns: 1fr;
  }
  .angie1-wa-qr {
    width: 112px;
    height: 112px;
  }
  .angie1-footer-nav {
    grid-template-columns: repeat(2, max-content);
  }
  .angie1-footer-legal-strip {
    display: grid;
    grid-template-columns: 1fr;
  }
  .angie1-footer-legal-strip a {
    width: 100%;
  }
}

@media (max-width: 820px) {
  .angie1-topbar {
    height: auto;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    padding: 10px 12px;
  }
  .angie1-logo { min-width: 0; gap: 7px; overflow: hidden; }
  .angie1-logo .angie1-symbol-logo { width: 46px; height: 34px; flex: 0 0 auto; }
  .angie1-logo .angie1-wordmark { min-width: 0; transform: translateY(2px); }
  .angie1-logo .angie1-wordmark-image { width: 112px; height: 32px; }
  .angie1-logo strong { font-size: 18px; letter-spacing: .36em; }
  .angie1-logo small { font-size: 7px; letter-spacing: .24em; }
  .angie1-topbar .angie1-wa-button {
    min-height: 34px;
    padding: 0 9px;
    font-size: 12px;
  }
  .angie1-admin-door {
    width: 36px;
    height: 36px;
  }
  .angie1-nav {
    grid-column: 1 / -1;
    order: 3;
    height: 34px;
    gap: 14px;
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
  }
  .angie1-nav::-webkit-scrollbar { display: none; }
  .angie1-nav a {
    flex: 0 0 auto;
    font-size: 12px;
  }
  .angie1-hero {
    min-height: 236px;
  }
  .angie1-hero-inner {
    width: calc(100% - 24px);
    padding: 24px 0;
  }
  .angie1-hero h1 { font-size: 30px; }
  .angie1-hero p {
    max-width: 460px;
    font-size: 14px;
  }
  .angie1-category-tabs {
    width: 100%;
    overflow-x: auto;
    display: flex;
    -webkit-overflow-scrolling: touch;
  }
  .angie1-category-tabs a {
    flex: 0 0 155px;
    min-height: 62px;
  }
  .angie1-catalog-shell {
    width: calc(100% - 24px);
    grid-template-columns: 1fr;
    margin-top: 12px;
  }
  .angie1-row,
  .angie1-row-head {
    grid-template-columns: 72px 1fr;
  }
  .angie1-row-head { display: none; }
  .angie1-row > * { min-width: 0; }
  .angie1-part-thumb,
  .angie1-row img,
  .angie1-part-thumb img { width: 66px; height: 66px; }
  .angie1-part-thumb { grid-row: span 4; }
  .angie1-pagination {
    justify-content: center;
    padding: 14px 12px 18px;
  }
  .angie1-pagination a {
    min-width: 36px;
    min-height: 36px;
    padding: 0 10px;
  }
  .angie1-part-detail {
    grid-template-columns: 72px 1fr;
    align-items: start;
  }
  .angie1-part-detail-media {
    width: 64px;
    height: 64px;
  }
  .angie1-part-detail-media img {
    width: 58px;
    height: 58px;
  }
  .angie1-detail-consult {
    grid-column: 1 / -1;
    justify-self: start;
  }
  .angie1-pill,
  .angie1-consult { justify-self: start; }
  .angie1-benefits {
    width: calc(100% - 24px);
    grid-template-columns: 1fr;
  }
  .angie1-benefits article {
    border-right: 0;
    border-bottom: 1px solid var(--angie-line);
  }
  .angie1-footer {
    padding: 22px 0 18px;
    text-align: left;
  }
  .angie1-footer-inner {
    width: calc(100% - 24px);
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .angie1-footer img {
    width: 112px;
    max-height: 36px;
  }
  .angie1-footer p {
    margin-top: 7px;
  }
  .angie1-footer-nav {
    grid-template-columns: repeat(3, max-content);
    gap: 8px 14px;
    align-items: center;
  }
  .angie1-footer-nav strong {
    grid-column: 1 / -1;
  }
  .angie1-footer-contact {
    gap: 6px;
  }
  .angie1-footer-contact-row {
    max-width: 100%;
  }
  .angie1-footer-legal-strip {
    gap: 8px;
    padding-top: 12px;
  }
  .angie1-footer-legal-strip a {
    padding: 6px 8px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 6px;
    background: rgba(255,255,255,.03);
  }
  .angie1-chrome-light .angie1-footer-legal-strip a {
    border-color: rgba(15,23,42,.08);
    background: #fff;
  }
  .angie1-contact-section {
    width: calc(100% - 24px);
  }
  .angie1-contact-info {
    padding: 18px;
  }
  .angie1-contact-form {
    grid-template-columns: 1fr;
  }
  .angie1-map-panel iframe {
    min-height: 320px;
  }
  .angie1-page-hero {
    width: calc(100% - 24px);
    padding: 24px 18px;
  }
  .angie1-page-hero h1 {
    font-size: 32px;
  }
  .angie1-seo-page {
    width: 100%;
  }
  .angie1-about-hero,
  .angie1-seo-section,
  .angie1-final-cta {
    padding: 22px 0;
  }
  .angie1-about-hero {
    padding: 26px 16px;
  }
  .angie1-seo-section,
  .angie1-final-cta {
    width: calc(100% - 24px);
  }
  .angie1-final-cta,
  .angie1-duo-section article {
    padding: 20px 16px;
  }
  .angie1-about-hero h1 {
    font-size: 32px;
  }
  .angie1-trust-grid,
  .angie1-seo-grid {
    grid-template-columns: 1fr;
  }
  .angie1-seo-intro .angie1-trust-grid {
    grid-template-columns: 1fr;
  }
}


/* Páginas legales Angie Comunicaciones */
.angie1-legal-layout{width:min(980px,calc(100% - 64px));margin:0 auto 44px;display:grid;gap:16px}
.angie1-legal-meta{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px;color:#596170;font-size:13px}
.angie1-legal-meta span{display:inline-flex;align-items:center;min-height:32px;padding:0 12px;border:1px solid var(--angie-line);border-radius:999px;background:#fff}
.angie1-legal-card{padding:22px;border:1px solid var(--angie-line);border-radius:8px;background:#fff}
.angie1-legal-card h2{margin:0 0 10px;font-size:20px;line-height:1.2;color:#0b1728}
.angie1-legal-card p{margin:0 0 10px;color:#596170;line-height:1.7}
.angie1-legal-card p:last-child{margin-bottom:0}
.angie1-legal-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:18px}
.angie1-footer-legal{display:grid;gap:10px;margin-top:14px;padding-top:14px;border-top:1px solid rgba(255,255,255,.12)}
.angie1-footer-legal a{color:rgba(255,255,255,.78);font-size:13px;font-weight:700}
.angie1-footer-legal a:hover{color:#fff}
.angie1-chrome-light .angie1-footer-legal{border-top-color:rgba(15,23,42,.1)}
.angie1-chrome-light .angie1-footer-legal a{color:#445064}
.angie1-chrome-light .angie1-footer-legal a:hover{color:var(--angie-blue)}
@media (max-width:820px){.angie1-legal-layout{width:calc(100% - 24px)}}
