/* ============================================================
   AGAed V2 — home page
   Approved white editorial design. All page-specific rules are
   scoped to .agaed-home-v2 so existing hubs/articles stay intact.
   Load after assets/css/agaed.css and agaed-shell-v2.css.
   ============================================================ */

.agaed-home-v2 {
  --home-ink: #0e2a47;
  --home-text: #31455a;
  --home-muted: #64778a;
  --home-line: #dce3e9;
  --home-surface: #f5f7fa;
  --home-blue-soft: #eaf1f8;
  --home-sand: #b8956a;
  --home-sand-dark: #80633e;
  --home-white: #ffffff;
  width: 100%;
  margin: 0;
  color: var(--home-text);
  background: var(--home-white);
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.agaed-home-v2,
.agaed-home-v2 *,
.agaed-home-v2 *::before,
.agaed-home-v2 *::after {
  box-sizing: border-box;
}

.agaed-home-v2 a {
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

.agaed-home-v2 img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
}

.agaed-home-v2 .dashicons {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  line-height: 1;
}

.agaed-home-v2 .agaed-home-shell {
  width: min(1180px, calc(100% - 56px));
  margin-inline: auto;
}

.agaed-home-v2 .agaed-home-section {
  padding: 96px 0;
}

.agaed-home-v2 .agaed-home-eyebrow {
  margin: 0 0 16px;
  color: var(--home-sand-dark);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1.4;
}

.agaed-home-v2 .agaed-home-section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 38px;
}

.agaed-home-v2 .agaed-home-section-heading .agaed-home-eyebrow {
  margin-bottom: 10px;
}

.agaed-home-v2 .agaed-home-section-heading h2,
.agaed-home-v2 .agaed-home-compare-copy h2 {
  margin: 0;
  color: var(--home-ink);
  font-size: clamp(28px, 2.6vw, 38px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.45;
}

.agaed-home-v2 .agaed-home-section-heading > p {
  width: 430px;
  margin: 0 0 4px;
  color: var(--home-muted);
  font-size: 14px;
  line-height: 1.9;
}

.agaed-home-v2 .agaed-home-entry-card:focus-visible,
.agaed-home-v2 .agaed-home-operator-note:focus-visible,
.agaed-home-v2 .agaed-home-concern-card:focus-visible,
.agaed-home-v2 .agaed-home-article-card a:focus-visible,
.agaed-home-v2 .agaed-home-text-link:focus-visible,
.agaed-home-v2 .agaed-home-outline-button:focus-visible,
.agaed-home-v2 .agaed-home-trust-card:focus-visible {
  outline: 3px solid #1b4a85;
  outline-offset: 3px;
}

/* Hero */
.agaed-home-v2 .agaed-home-hero {
  padding: 70px 0 76px;
  background: var(--home-white);
}

.agaed-home-v2 .agaed-home-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.87fr) minmax(560px, 1.13fr);
  align-items: center;
  gap: 78px;
}

.agaed-home-v2 .agaed-home-hero-copy {
  min-width: 0;
}

.agaed-home-v2 .agaed-home-hero h1 {
  max-width: 560px;
  margin: 0;
  color: var(--home-ink);
  font-size: clamp(36px, 3.2vw, 50px);
  font-weight: 750;
  letter-spacing: -0.04em;
  line-height: 1.42;
}

.agaed-home-v2 .agaed-home-hero-lead {
  max-width: 520px;
  margin: 26px 0 0;
  color: var(--home-text);
  font-size: 16px;
  line-height: 2;
}

.agaed-home-v2 .agaed-home-hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 22px;
  margin-top: 30px;
}

.agaed-home-v2 .agaed-home-hero-proof span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--home-muted);
  font-size: 12px;
  font-weight: 700;
}

.agaed-home-v2 .agaed-home-hero-proof .dashicons {
  width: 16px;
  height: 16px;
  color: var(--home-sand);
  font-size: 16px;
}

.agaed-home-v2 .agaed-home-operator-note {
  width: 100%;
  max-width: 520px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: start;
  gap: 10px;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid var(--home-line);
  color: var(--home-muted);
  font-size: 12px;
  line-height: 1.75;
  transition: color 160ms ease;
}

.agaed-home-v2 .agaed-home-operator-note > .dashicons:first-child {
  width: 18px;
  height: 18px;
  margin-top: 1px;
  color: var(--home-sand);
  font-size: 18px;
}

.agaed-home-v2 .agaed-home-operator-note strong {
  display: block;
  color: var(--home-ink);
  font-weight: 800;
}

.agaed-home-v2 .agaed-home-operator-arrow {
  width: 15px;
  height: 15px;
  margin-top: 2px;
  color: var(--home-ink);
  font-size: 15px;
  transition: transform 160ms ease;
}

.agaed-home-v2 .agaed-home-operator-note:hover,
.agaed-home-v2 .agaed-home-operator-note:focus-visible {
  color: var(--home-ink);
}

.agaed-home-v2 .agaed-home-operator-note:hover .agaed-home-operator-arrow,
.agaed-home-v2 .agaed-home-operator-note:focus-visible .agaed-home-operator-arrow {
  transform: translateX(3px);
}

/* AGA / ED entrances */
.agaed-home-v2 .agaed-home-entry-grid {
  display: grid;
  gap: 14px;
}

.agaed-home-v2 .agaed-home-entry-card {
  min-height: 202px;
  display: grid;
  grid-template-columns: 42% 58%;
  overflow: hidden;
  border: 1px solid var(--home-line);
  border-radius: 8px;
  background: var(--home-white);
  transition: border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.agaed-home-v2 .agaed-home-entry-card:hover,
.agaed-home-v2 .agaed-home-entry-card:focus-visible {
  border-color: #b7c4d0;
  color: inherit;
  box-shadow: 0 12px 28px rgba(14, 42, 71, 0.08);
  transform: translateY(-2px);
}

.agaed-home-v2 .agaed-home-entry-art {
  min-height: 202px;
  overflow: hidden;
  background: var(--home-surface);
}

.agaed-home-v2 .agaed-home-entry-art img {
  width: 100%;
  height: 100%;
  padding: clamp(8px, 1.3vw, 18px);
  object-fit: contain;
}

.agaed-home-v2 .agaed-home-entry-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 26px 30px;
}

.agaed-home-v2 .agaed-home-entry-type,
.agaed-home-v2 .agaed-home-article-category,
.agaed-home-v2 .agaed-home-concern-category {
  color: var(--home-sand-dark);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.4;
}

.agaed-home-v2 .agaed-home-entry-copy h2 {
  margin: 7px 0 0;
  color: var(--home-ink);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
}

.agaed-home-v2 .agaed-home-entry-copy p {
  margin: 6px 0 0;
  color: var(--home-muted);
  font-size: 13px;
  line-height: 1.7;
}

.agaed-home-v2 .agaed-home-entry-action {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  color: var(--home-ink);
  font-size: 12px;
  font-weight: 800;
}

.agaed-home-v2 .agaed-home-entry-action .dashicons,
.agaed-home-v2 .agaed-home-text-link .dashicons {
  width: 15px;
  height: 15px;
  font-size: 15px;
  transition: transform 160ms ease;
}

.agaed-home-v2 .agaed-home-entry-card:hover .agaed-home-entry-action .dashicons,
.agaed-home-v2 .agaed-home-entry-card:focus-visible .agaed-home-entry-action .dashicons,
.agaed-home-v2 .agaed-home-text-link:hover .dashicons,
.agaed-home-v2 .agaed-home-text-link:focus-visible .dashicons {
  transform: translateX(3px);
}

/* Find a topic */
.agaed-home-v2 .agaed-home-concern-section {
  border-block: 1px solid #e9edf1;
  background: var(--home-surface);
}

.agaed-home-v2 .agaed-home-concern-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.agaed-home-v2 .agaed-home-concern-card {
  position: relative;
  min-height: 126px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 22px 54px 22px 24px;
  border: 1px solid var(--home-line);
  border-radius: 6px;
  background: var(--home-white);
  transition: border-color 160ms ease, transform 160ms ease;
}

.agaed-home-v2 .agaed-home-concern-card:hover,
.agaed-home-v2 .agaed-home-concern-card:focus-visible {
  border-color: #aebdca;
  color: inherit;
  transform: translateY(-2px);
}

.agaed-home-v2 .agaed-home-concern-card strong {
  margin-top: 8px;
  color: var(--home-ink);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
}

.agaed-home-v2 .agaed-home-concern-card > .dashicons {
  position: absolute;
  right: 20px;
  bottom: 22px;
  width: 18px;
  height: 18px;
  color: var(--home-ink);
  font-size: 18px;
}

/* Starter articles */
.agaed-home-v2 .agaed-home-articles-section {
  background: var(--home-white);
}

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

.agaed-home-v2 .agaed-home-article-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--home-line);
  border-radius: 7px;
  background: var(--home-white);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.agaed-home-v2 .agaed-home-article-card:hover {
  border-color: #b7c4d0;
  box-shadow: 0 12px 28px rgba(14, 42, 71, 0.07);
  transform: translateY(-2px);
}

.agaed-home-v2 .agaed-home-article-image {
  height: 176px;
  display: block;
  overflow: hidden;
  border-bottom: 1px solid var(--home-line);
  background: var(--home-surface);
}

.agaed-home-v2 .agaed-home-article-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 240ms ease;
}

.agaed-home-v2 .agaed-home-article-card:hover .agaed-home-article-image img {
  transform: scale(1.025);
}

.agaed-home-v2 .agaed-home-article-body {
  min-height: 278px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 22px 20px 20px;
}

.agaed-home-v2 .agaed-home-article-body h3 {
  margin: 10px 0 0;
  padding: 0;
  color: var(--home-ink);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.75;
}

.agaed-home-v2 .agaed-home-article-body h3 a:hover,
.agaed-home-v2 .agaed-home-article-body h3 a:focus-visible {
  color: var(--home-ink);
  text-decoration: underline;
  text-decoration-color: var(--home-sand);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.agaed-home-v2 .agaed-home-article-body p {
  margin: 12px 0 18px;
  color: var(--home-muted);
  font-size: 13px;
  line-height: 1.8;
}

.agaed-home-v2 .agaed-home-text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  color: var(--home-ink);
  font-size: 12px;
  font-weight: 800;
}

.agaed-home-v2 .agaed-home-text-link:hover,
.agaed-home-v2 .agaed-home-text-link:focus-visible {
  color: var(--home-ink);
}

.agaed-home-v2 .agaed-home-column-links {
  display: flex;
  justify-content: flex-end;
  gap: 28px;
  margin-top: 32px;
}

.agaed-home-v2 .agaed-home-column-links .agaed-home-text-link {
  margin-top: 0;
  padding-bottom: 4px;
  border-bottom: 1px solid #aebdca;
  font-size: 13px;
}

/* Comparison criteria */
.agaed-home-v2 .agaed-home-compare-section {
  scroll-margin-top: 76px;
  background: var(--home-ink);
  color: var(--home-white);
}

.agaed-home-v2 .agaed-home-compare-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
  align-items: center;
  gap: 94px;
}

.agaed-home-v2 .agaed-home-compare-copy .agaed-home-eyebrow {
  color: #cfb18d;
}

.agaed-home-v2 .agaed-home-compare-copy h2 {
  color: var(--home-white);
}

.agaed-home-v2 .agaed-home-compare-copy > p:not(.agaed-home-eyebrow) {
  max-width: 560px;
  margin: 24px 0 0;
  color: #d6e0e8;
  font-size: 15px;
  line-height: 2;
}

.agaed-home-v2 .agaed-home-outline-button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 30px;
  padding: 0 24px;
  border: 1px solid #8da2b6;
  border-radius: 4px;
  color: var(--home-white);
  font-size: 13px;
  font-weight: 800;
  transition: border-color 160ms ease, background-color 160ms ease;
}

.agaed-home-v2 .agaed-home-outline-button:hover,
.agaed-home-v2 .agaed-home-outline-button:focus-visible {
  border-color: var(--home-white);
  background-color: rgba(255, 255, 255, 0.07);
  color: var(--home-white);
}

.agaed-home-v2 .agaed-home-outline-button .dashicons {
  width: 16px;
  height: 16px;
  font-size: 16px;
}

.agaed-home-v2 .agaed-home-compare-checklist {
  padding: 34px 38px;
  border: 1px solid #456078;
  border-radius: 7px;
  background: #163451;
}

.agaed-home-v2 .agaed-home-checklist-title {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 22px;
  border-bottom: 1px solid #456078;
  color: var(--home-white);
  font-size: 15px;
  font-weight: 800;
}

.agaed-home-v2 .agaed-home-checklist-title .dashicons {
  width: 25px;
  height: 25px;
  color: #cfb18d;
  font-size: 25px;
}

.agaed-home-v2 .agaed-home-compare-checklist ul {
  display: grid;
  gap: 18px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.agaed-home-v2 .agaed-home-compare-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0;
  color: #d6e0e8;
  font-size: 13px;
  line-height: 1.7;
}

.agaed-home-v2 .agaed-home-compare-checklist li > .dashicons {
  width: 17px;
  height: 17px;
  margin-top: 3px;
  color: #cfb18d;
  font-size: 17px;
}

.agaed-home-v2 .agaed-home-compare-checklist li strong {
  margin-right: 8px;
  color: var(--home-white);
  font-weight: 800;
}

/* Trust and policy */
.agaed-home-v2 .agaed-home-trust-section {
  background: var(--home-surface);
}

.agaed-home-v2 .agaed-home-trust-heading {
  margin-bottom: 32px;
}

.agaed-home-v2 .agaed-home-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.agaed-home-v2 .agaed-home-trust-card {
  position: relative;
  min-height: 150px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  border: 1px solid var(--home-line);
  border-radius: 6px;
  background: var(--home-white);
  transition: border-color 160ms ease, transform 160ms ease;
}

.agaed-home-v2 .agaed-home-trust-card:hover,
.agaed-home-v2 .agaed-home-trust-card:focus-visible {
  border-color: #aebdca;
  color: inherit;
  transform: translateY(-2px);
}

.agaed-home-v2 .agaed-home-trust-icon {
  width: 27px;
  height: 27px;
  color: var(--home-sand);
  font-size: 27px;
}

.agaed-home-v2 .agaed-home-trust-arrow {
  position: absolute;
  right: 20px;
  bottom: 22px;
  width: 17px;
  height: 17px;
  color: var(--home-ink);
  font-size: 17px;
}

.agaed-home-v2 .agaed-home-trust-card span {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 16px;
}

.agaed-home-v2 .agaed-home-trust-card strong {
  color: var(--home-ink);
  font-size: 14px;
  font-weight: 700;
}

.agaed-home-v2 .agaed-home-trust-card small {
  padding-right: 20px;
  color: var(--home-muted);
  font-size: 12px;
  line-height: 1.6;
}

.agaed-home-v2 .agaed-home-medical-note {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid var(--home-line);
}

.agaed-home-v2 .agaed-home-medical-note > .dashicons {
  width: 24px;
  height: 24px;
  color: var(--home-sand);
  font-size: 24px;
}

.agaed-home-v2 .agaed-home-medical-note p {
  margin: 0;
  color: var(--home-muted);
  font-size: 12px;
  line-height: 1.8;
}

@media (max-width: 1050px) {
  .agaed-home-v2 .agaed-home-hero-inner {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 42px;
  }

  .agaed-home-v2 .agaed-home-entry-card {
    grid-template-columns: 44% 56%;
  }

  .agaed-home-v2 .agaed-home-entry-copy {
    padding: 22px;
  }

  .agaed-home-v2 .agaed-home-article-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .agaed-home-v2 .agaed-home-article-body {
    min-height: 248px;
  }
}

@media (max-width: 760px) {
  .agaed-home-v2 .agaed-home-shell {
    width: min(calc(100% - 32px), 560px);
  }

  .agaed-home-v2 .agaed-home-hero {
    padding: 46px 0 54px;
  }

  .agaed-home-v2 .agaed-home-hero-inner {
    display: block;
  }

  .agaed-home-v2 .agaed-home-hero h1 {
    font-size: clamp(32px, 10vw, 42px);
    line-height: 1.42;
  }

  .agaed-home-v2 .agaed-home-desktop-break {
    display: none;
  }

  .agaed-home-v2 .agaed-home-hero-lead {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.9;
  }

  .agaed-home-v2 .agaed-home-hero-proof {
    gap: 10px 16px;
    margin-top: 22px;
  }

  .agaed-home-v2 .agaed-home-hero-proof span {
    font-size: 11px;
  }

  .agaed-home-v2 .agaed-home-operator-note {
    margin-top: 18px;
    padding-top: 16px;
    font-size: 11px;
    line-height: 1.75;
  }

  .agaed-home-v2 .agaed-home-entry-grid {
    gap: 10px;
    margin-top: 36px;
  }

  .agaed-home-v2 .agaed-home-entry-card {
    min-height: 154px;
    grid-template-columns: 38% 62%;
  }

  .agaed-home-v2 .agaed-home-entry-art {
    min-height: 154px;
  }

  .agaed-home-v2 .agaed-home-entry-copy {
    padding: 18px 16px;
  }

  .agaed-home-v2 .agaed-home-entry-copy h2 {
    font-size: 16px;
  }

  .agaed-home-v2 .agaed-home-entry-copy p {
    font-size: 11px;
    line-height: 1.6;
  }

  .agaed-home-v2 .agaed-home-entry-action {
    margin-top: 10px;
    font-size: 11px;
  }

  .agaed-home-v2 .agaed-home-section {
    padding: 68px 0;
  }

  .agaed-home-v2 .agaed-home-section-heading {
    display: block;
    margin-bottom: 28px;
  }

  .agaed-home-v2 .agaed-home-section-heading h2,
  .agaed-home-v2 .agaed-home-compare-copy h2 {
    font-size: 28px;
  }

  .agaed-home-v2 .agaed-home-section-heading > p {
    width: auto;
    margin-top: 14px;
    font-size: 13px;
    line-height: 1.8;
  }

  .agaed-home-v2 .agaed-home-concern-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .agaed-home-v2 .agaed-home-concern-card {
    min-height: 94px;
    padding: 16px 52px 16px 18px;
  }

  .agaed-home-v2 .agaed-home-concern-card strong {
    margin-top: 5px;
    font-size: 14px;
  }

  .agaed-home-v2 .agaed-home-concern-card > .dashicons {
    right: 17px;
    bottom: 18px;
  }

  .agaed-home-v2 .agaed-home-article-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .agaed-home-v2 .agaed-home-article-card {
    display: grid;
    grid-template-columns: 38% 62%;
  }

  .agaed-home-v2 .agaed-home-article-image {
    height: 100%;
    min-height: 210px;
    border-right: 1px solid var(--home-line);
    border-bottom: 0;
  }

  .agaed-home-v2 .agaed-home-article-body {
    min-height: 210px;
    padding: 17px 15px;
  }

  .agaed-home-v2 .agaed-home-article-body h3 {
    margin-top: 6px;
    font-size: 13px;
    line-height: 1.65;
  }

  .agaed-home-v2 .agaed-home-article-body p {
    display: none;
  }

  .agaed-home-v2 .agaed-home-article-body .agaed-home-text-link {
    font-size: 11px;
  }

  .agaed-home-v2 .agaed-home-column-links {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
    margin-top: 26px;
  }

  .agaed-home-v2 .agaed-home-compare-section {
    scroll-margin-top: 64px;
  }

  .agaed-home-v2 .agaed-home-compare-inner {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .agaed-home-v2 .agaed-home-compare-copy > p:not(.agaed-home-eyebrow) {
    margin-top: 18px;
    font-size: 13px;
    line-height: 1.9;
  }

  .agaed-home-v2 .agaed-home-outline-button {
    width: 100%;
    margin-top: 24px;
  }

  .agaed-home-v2 .agaed-home-compare-checklist {
    padding: 25px 20px;
  }

  .agaed-home-v2 .agaed-home-compare-checklist li {
    font-size: 12px;
  }

  .agaed-home-v2 .agaed-home-trust-grid {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .agaed-home-v2 .agaed-home-trust-card {
    min-height: 154px;
    padding: 18px;
  }

  .agaed-home-v2 .agaed-home-trust-card small {
    padding-right: 0;
    font-size: 10px;
  }

  .agaed-home-v2 .agaed-home-trust-arrow {
    right: 16px;
    bottom: 16px;
  }

  .agaed-home-v2 .agaed-home-medical-note {
    align-items: flex-start;
  }
}

@media (max-width: 380px) {
  .agaed-home-v2 .agaed-home-entry-card {
    grid-template-columns: 34% 66%;
  }

  .agaed-home-v2 .agaed-home-entry-copy {
    padding: 16px 14px;
  }

  .agaed-home-v2 .agaed-home-entry-action {
    gap: 4px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .agaed-home-v2,
  .agaed-home-v2 *,
  .agaed-home-v2 *::before,
  .agaed-home-v2 *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}
