.atd-page,
.atd-page * {
  box-sizing: border-box;
}

.atd-page {
  --atd-ink: #1f1740;
  --atd-dark: #160529;
  --atd-panel: #21183f;
  --atd-purple: #7130f0;
  --atd-purple-soft: #a676ff;
  --atd-lavender: #ddcef6;
  --atd-mist: #f5f1ff;
  --atd-line: rgba(31, 23, 64, 0.12);
  --atd-heading-font: "General Sans", sans-serif;
  --atd-body-font: "Plus Jakarta Sans", sans-serif;
  width: 100%;
  overflow: hidden;
  color: var(--atd-ink);
  background: #fff;
  font-family: var(--atd-body-font);
}

.atd-page a {
  color: inherit;
  text-decoration: none;
}

.atd-plugin-hero {
  display: grid;
  min-height: 430px;
  place-items: center;
  padding: 88px 24px;
  color: #fff;
  background:
    radial-gradient(900px 520px at 78% 30%, rgba(113, 48, 240, 0.34), transparent 68%),
    linear-gradient(135deg, #160529 0%, #21183f 58%, #4d1da8 100%);
  text-align: center;
}

.atd-plugin-hero > div,
.atd-plugin-hero h1,
.atd-plugin-hero p {
  position: relative;
  z-index: 1;
}

.atd-plugin-hero h1 {
  max-width: 920px;
  margin: 0 auto;
  font-family: var(--atd-heading-font);
  font-size: clamp(46px, 5vw, 82px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}

.atd-plugin-hero h1 span,
.atd-plugin-hero h1 em {
  color: #d8c8ff;
  font-style: italic;
  font-weight: 500;
}

.atd-plugin-hero p {
  max-width: 760px;
  margin: 24px auto 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(18px, 1.7vw, 24px);
  font-weight: 400;
  line-height: 1.3;
}

.atd-eyebrow {
  display: inline-flex;
  margin-bottom: 24px;
  padding: 8px 18px;
  border: 1px solid rgba(216, 200, 255, 0.42);
  border-radius: 999px;
  color: #d8c8ff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.atd-plugin-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #fff;
  border-bottom: 1px solid rgba(31, 23, 64, 0.08);
}

.atd-plugin-stats div {
  min-height: 118px;
  padding: 24px 18px;
  text-align: center;
}

.atd-plugin-stats strong {
  display: block;
  color: var(--atd-purple-soft);
  font-size: 36px;
  line-height: 1;
}

.atd-plugin-stats span {
  display: block;
  max-width: 220px;
  margin: 9px auto 0;
  color: #111;
  font-size: 15px;
  line-height: 1.25;
}

.atd-integrations-section,
.atd-more-section,
.atd-changelog-section {
  padding: clamp(82px, 9vw, 150px) clamp(24px, 6vw, 96px);
  background: #fff;
}

.atd-integrations-section > h2,
.atd-more-section > h2 {
  max-width: 960px;
  margin: 0 auto 98px;
  font-family: var(--atd-heading-font);
  font-size: clamp(44px, 5vw, 72px);
  font-weight: 400;
  line-height: 1;
  text-align: center;
}

.atd-integration-list {
  display: grid;
  gap: 104px;
  width: min(100%, 1220px);
  margin: 0 auto;
}

.atd-integration-row {
  display: grid;
  grid-template-columns: minmax(280px, 405px) minmax(0, 1fr);
  gap: clamp(48px, 6vw, 96px);
  align-items: start;
}

.atd-integration-left {
  min-width: 0;
}

.atd-pill {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
  padding: 8px 20px;
  border: 1px solid var(--atd-purple);
  border-radius: 999px;
  color: var(--atd-purple);
  background: #fff;
  font-size: 16px;
  font-weight: 500;
}

.atd-logo-slot {
  display: flex;
  width: 100%;
  max-width: 370px;
  height: 90px;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 34px;
  overflow: hidden;
}

.atd-logo-slot img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: left center;
}

.atd-logo-slot span {
  display: inline-flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  border: 1px dashed rgba(113, 48, 240, 0.35);
  border-radius: 8px;
  color: var(--atd-purple);
  background: var(--atd-mist);
  font-size: 18px;
  font-weight: 500;
}

.atd-integration-left h3 {
  margin: 0;
  font-family: var(--atd-body-font);
  font-size: clamp(28px, 2.3vw, 36px);
  font-weight: 500;
  line-height: 1.15;
}

.atd-summary {
  max-width: 360px;
  margin-top: 20px;
  color: rgba(31, 23, 64, 0.74);
  font-size: 20px;
  line-height: 1.35;
}

.atd-summary p,
.atd-description p {
  margin: 0 0 18px;
}

.atd-description {
  max-width: 680px;
  color: rgba(31, 23, 64, 0.78);
  font-size: clamp(20px, 1.8vw, 24px);
  line-height: 1.4;
}

.atd-integration-right h4 {
  max-width: 560px;
  margin: 38px 0 28px;
  font-family: var(--atd-body-font);
  font-size: clamp(28px, 2.4vw, 36px);
  font-weight: 500;
  line-height: 1.15;
}

.atd-pointer-list {
  display: grid;
  gap: 16px;
  max-width: 680px;
  margin-bottom: 34px;
}

.atd-pointer {
  padding: 22px 28px;
  border-radius: 8px;
  color: var(--atd-ink);
  background: var(--atd-mist);
  font-size: 20px;
  line-height: 1.35;
}

.atd-pointer strong,
.atd-pointer b {
  font-weight: 600;
}

.atd-outline-button,
.atd-plugin-cta a {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border-radius: 999px;
  color: #fff;
  background: var(--atd-ink);
  font-size: 16px;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.atd-outline-button::before,
.atd-plugin-cta a::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--atd-purple), var(--atd-purple-soft));
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 260ms ease;
}

.atd-outline-button:hover,
.atd-plugin-cta a:hover {
  color: #fff !important;
  background: #f5f0ff;
}

.atd-outline-button:hover::before,
.atd-plugin-cta a:hover::before {
  transform: scaleX(1);
}

.atd-more-section {
  padding-top: 10px;
}

.atd-plugin-cta {
  display: flex;
  width: min(calc(100% - 48px), 1320px);
  min-height: 310px;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin: 80px auto 100px;
  padding: 58px 76px;
  border-radius: 12px;
  color: #fff;
  background: var(--atd-panel);
}

.atd-plugin-cta h2 {
  max-width: 620px;
  margin: 0;
  font-family: var(--atd-heading-font);
  font-size: clamp(42px, 4.5vw, 72px);
  font-weight: 400;
  line-height: 1;
}

.atd-plugin-cta p {
  max-width: 680px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 22px;
  line-height: 1.3;
}

.atd-plugin-cta a {
  flex-shrink: 0;
  color: var(--atd-ink);
  background: #fff;
}

.atd-changelog-section {
  background: var(--atd-mist);
}

.atd-changelog-wrap {
  width: min(100%, 1120px);
  margin: 0 auto;
}

.atd-timeline {
  position: relative;
  padding-left: 96px;
}

.atd-timeline::before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 32px;
  width: 2px;
  border-radius: 999px;
  background: linear-gradient(to bottom, rgba(113, 48, 240, 0.18), rgba(113, 48, 240, 0.48), rgba(113, 48, 240, 0.18));
}

.atd-update-entry {
  position: relative;
  margin-bottom: 30px;
  animation: atdFadeUp 520ms ease both;
}

.atd-update-entry.hidden {
  display: none;
}

.atd-update-entry:nth-child(1) { animation-delay: 40ms; }
.atd-update-entry:nth-child(2) { animation-delay: 80ms; }
.atd-update-entry:nth-child(3) { animation-delay: 120ms; }
.atd-update-entry:nth-child(4) { animation-delay: 160ms; }
.atd-update-entry:nth-child(5) { animation-delay: 200ms; }

@keyframes atdFadeUp {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: none; }
}

.atd-entry-date {
  position: absolute;
  top: 7px;
  left: -210px;
  width: 140px;
  color: rgba(31, 23, 64, 0.58);
  text-align: right;
  text-transform: uppercase;
}

.atd-entry-date span {
  display: block;
  color: var(--atd-ink);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.atd-entry-date small {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  letter-spacing: 0.05em;
}

.atd-entry-dot {
  position: absolute;
  top: 10px;
  left: -71px;
  z-index: 2;
  width: 16px;
  height: 16px;
  border: 2px solid var(--atd-purple);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 6px rgba(113, 48, 240, 0.08);
}

.atd-entry-card {
  position: relative;
  padding: 30px 32px 28px;
  border: 1px solid rgba(113, 48, 240, 0.12);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(31, 23, 64, 0.06);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.atd-update-entry:hover .atd-entry-card {
  transform: translateX(4px);
  box-shadow: 0 20px 48px rgba(31, 23, 64, 0.1);
}

.atd-entry-tag {
  position: absolute;
  top: 22px;
  right: 22px;
  display: inline-flex;
  min-width: 94px;
  justify-content: center;
  padding: 7px 14px;
  border-radius: 999px;
  color: var(--atd-purple);
  background: var(--atd-mist);
  font-size: 13px;
  font-weight: 600;
}

.atd-entry-card h2 {
  max-width: 700px;
  margin: 0 120px 12px 0;
  font-family: var(--atd-body-font);
  font-size: 26px;
  font-weight: 500;
  line-height: 1.2;
}

.atd-entry-card p {
  margin: 0;
  color: rgba(31, 23, 64, 0.72);
  font-size: 18px;
  line-height: 1.55;
}

.atd-entry-card .full-text {
  display: none;
}

.atd-entry-card p.expanded .full-text {
  display: inline;
}

.atd-entry-card p.expanded .ellipsis {
  display: none;
}

.atd-read-more {
  margin-top: 16px;
  padding: 0;
  border: 0;
  color: var(--atd-purple);
  background: transparent;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
}

.atd-read-more:hover {
  color: var(--atd-purple-soft);
}

.atd-infinite-loader,
.atd-changelog-footer {
  text-align: center;
}

.atd-infinite-loader {
  margin-top: 18px;
  color: rgba(31, 23, 64, 0.58);
  font-size: 15px;
}

.atd-infinite-loader.hidden {
  display: none;
}

.atd-changelog-footer {
  padding-top: 54px;
}

.atd-changelog-footer p {
  margin: 0;
  color: rgba(31, 23, 64, 0.72);
  font-size: 18px;
}

.atd-changelog-footer a {
  color: var(--atd-purple);
  font-weight: 600;
}

@media (max-width: 900px) {
  .atd-plugin-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .atd-integration-row,
  .atd-plugin-cta {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: flex-start;
  }

  .atd-plugin-cta {
    padding: 44px 28px;
  }

  .atd-timeline {
    padding-left: 54px;
  }

  .atd-timeline::before {
    left: 10px;
  }

  .atd-entry-date {
    position: static;
    width: auto;
    margin-bottom: 10px;
    text-align: left;
  }

  .atd-entry-date span,
  .atd-entry-date small {
    display: inline;
  }

  .atd-entry-dot {
    left: -50px;
    top: 34px;
  }
}

@media (max-width: 600px) {
  .atd-plugin-hero {
    min-height: 360px;
    padding: 64px 20px;
  }

  .atd-plugin-stats {
    grid-template-columns: 1fr 1fr;
  }

  .atd-plugin-stats div {
    min-height: 105px;
    padding: 22px 10px;
  }

  .atd-plugin-stats strong {
    font-size: 30px;
  }

  .atd-integrations-section,
  .atd-more-section,
  .atd-changelog-section {
    padding: 68px 20px;
  }

  .atd-integrations-section > h2,
  .atd-more-section > h2 {
    margin-bottom: 56px;
    text-align: left;
  }

  .atd-integration-list {
    gap: 70px;
  }

  .atd-description,
  .atd-pointer {
    font-size: 17px;
  }

  .atd-entry-card {
    padding: 22px 18px 20px;
  }

  .atd-entry-tag {
    position: static;
    margin-bottom: 14px;
  }

  .atd-entry-card h2 {
    margin-right: 0;
    font-size: 22px;
  }

  .atd-entry-card p {
    font-size: 16px;
  }
}

/* Auction Today inner pages */
.atd-site-header,
.atd-footer,
.atd-site-header *,
.atd-footer * {
  box-sizing: border-box;
}

.atd-site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  min-height: 104px;
  padding: 38px 38px 0;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.atd-site-header a {
  text-decoration: none;
}

.atd-brand {
  display: inline-flex;
  width: min(322px, 18.63vw);
  aspect-ratio: 322 / 89;
}

.atd-brand img,
.atd-footer-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.atd-nav-pill {
  display: flex;
  align-items: center;
  gap: 54px;
  min-height: 70px;
  margin-left: auto;
  padding: 0 14px 0 48px;
  border-radius: 999px;
  color: #111;
  background: #fff;
  font-size: 18px;
  font-weight: 400;
}

.atd-nav-pill a {
  transition: color 180ms ease, transform 180ms ease;
}

.atd-nav-pill a:hover {
  color: var(--atd-purple);
}

.atd-nav-cta {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  border-radius: 999px;
  color: #fff !important;
  background: #000;
  font-weight: 600;
}

.atd-nav-cta:hover {
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
}

.atd-plugin-hero {
  position: relative;
  overflow: hidden;
}

body:has(.atd-page) {
  margin: 0;
}

body:has(.atd-page) > .atd-site-header + .atd-page {
  margin-top: 0;
}

.atd-plugin-hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 28px;
  left: 0;
  pointer-events: none;
  opacity: .18;
  background: url("../images/Hero-Bg.svg") center top / cover no-repeat;
}

.atd-page .atd-plugin-hero {
  min-height: 560px;
  padding-top: 156px;
}

.atd-page .atd-eyebrow {
  margin-top: 18px;
  color: #fff;
  border-color: rgba(255, 255, 255, .42);
  background: rgba(255, 255, 255, .08);
}

.atd-plugin-hero h1,
.atd-integrations-section > h2,
.atd-more-section > h2,
.atd-plugin-cta h2 {
  font-family: "General Sans", sans-serif;
}

.atd-plugin-hero h1 em,
.atd-integrations-section > h2 em,
.atd-more-section > h2 em,
.atd-plugin-cta h2 em {
  color: var(--atd-purple-soft);
  font-style: italic;
  font-weight: 500;
}

.atd-page,
.atd-page p,
.atd-page h3,
.atd-page h4,
.atd-page a,
.atd-page button {
  font-family: "Plus Jakarta Sans", sans-serif;
}

.atd-more-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  width: min(100%, 1220px);
  margin: 0 auto;
}

.atd-more-card {
  min-height: 306px;
  padding: 32px;
  border-radius: 12px;
  background: var(--atd-mist);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.atd-more-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 46px rgba(31, 23, 64, 0.1);
}

.atd-more-card span {
  display: block;
  width: 34px;
  height: 34px;
  margin-bottom: 48px;
  border: 2px solid var(--atd-purple);
  border-radius: 50%;
}

.atd-more-card h3 {
  margin: 0 0 16px;
  color: var(--atd-purple);
  font-size: 32px;
  font-weight: 500;
  line-height: 1.15;
}

.atd-more-card p {
  margin: 0;
  color: rgba(31, 23, 64, 0.78);
  font-size: 20px;
  line-height: 1.35;
}

.atd-page .atd-integrations-section {
  padding-top: 112px;
}

.atd-page .atd-integration-row {
  grid-template-columns: 405px 1fr;
  gap: 188px;
}

.atd-page .atd-pill {
  min-width: 238px;
  min-height: 52px;
  border-color: var(--atd-purple);
  color: var(--atd-purple);
  background: transparent;
  font-size: 18px;
  font-weight: 600;
}

.atd-page .atd-logo-slot {
  min-height: 96px;
  margin: 46px 0 46px;
  border: 0;
  color: var(--atd-ink);
  background: transparent;
  box-shadow: none;
  font-size: 42px;
  font-weight: 600;
}

.atd-page .atd-description {
  max-width: 760px;
  color: #000;
  font-size: clamp(23px, 2vw, 32px);
  line-height: 1.4;
}

.atd-page .atd-integration-right h4 {
  margin-top: 64px;
  color: #000;
}

.atd-page .atd-work-steps {
  max-width: 730px;
  margin-bottom: 42px;
}

.atd-page .atd-pointer {
  padding: 28px 52px;
  border-radius: 8px;
  color: #000;
  background: #f5f1ff;
  font-size: 24px;
  line-height: 1.28;
}

.atd-page .atd-outline-button {
  min-width: 326px;
  color: #fff;
  background: var(--atd-ink);
  margin-top: 0;
  align-self: flex-start;
}

.atd-page .atd-integration-right .atd-outline-button {
  margin-top: 0;
  margin-left: 0;
}

.atd-page .atd-more-section {
  width: min(calc(100% - 150px), 1220px);
  margin: 125px auto 0;
  padding: 0 0 110px;
  background: #fff;
}

.atd-page .atd-more-section > h2 {
  margin: 0 0 105px;
  max-width: none;
  text-align: center;
}

.atd-more-partners-list {
  display: flex;
  flex-direction: column;
  gap: 150px;
  width: 100%;
}

.atd-more-row {
  display: grid;
  grid-template-columns: 405px 610px;
  column-gap: 92px;
  align-items: start;
}

.atd-more-left {
  padding-left: 22px;
}

.atd-more-logo-slot {
  display: flex;
  width: 370px;
  height: 85px;
  align-items: center;
  margin: 0 0 39px;
  color: var(--atd-purple);
  font-size: 30px;
  font-weight: 500;
  line-height: 1.1;
}

.atd-more-left h3 {
  margin: 0;
  color: var(--atd-ink);
  font-size: 29px;
  font-weight: 600;
  line-height: 1.05;
}

.atd-more-right {
  padding-top: 8px;
}

.atd-more-right p {
  max-width: 603px;
  margin: 0;
  color: #000;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.45;
}

.atd-more-right .atd-outline-button {
  margin-top: 42px;
}

.atd-page .atd-logo-slot,
.atd-more-logo-slot {
  display: flex;
  width: 390px;
  max-width: 100%;
  height: 118px;
  align-items: center;
  justify-content: center;
  margin: 44px 0 44px;
  padding: 18px 20px;
  overflow: hidden;
  border: 1px solid rgba(113, 48, 240, 0.22);
  border-radius: 8px;
  color: var(--atd-ink);
  background: #fff;
  box-shadow: none;
}

.atd-more-logo-slot {
  margin: 0 0 39px;
}

.atd-page .atd-logo-slot img,
.atd-more-logo-slot img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.atd-page .atd-plugin-hero {
  border-bottom: 0;
}

.atd-reveal,
.atd-update-entry {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 620ms ease var(--atd-delay, 0ms), transform 620ms ease var(--atd-delay, 0ms);
}

.atd-reveal.is-visible,
.atd-update-entry.is-visible {
  opacity: 1;
  transform: none;
}

.atd-footer {
  display: grid;
  grid-template-columns: 360px repeat(3, 1fr);
  gap: 150px;
  min-height: 520px;
  padding: 110px 96px 80px;
  color: #fff;
  background: #12021f;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.atd-footer-logo {
  display: inline-flex;
  width: 306px;
  aspect-ratio: 306 / 112;
  margin-bottom: 34px;
}

.atd-footer p {
  max-width: 360px;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 24px;
  line-height: 1.3;
}

.atd-footer h3 {
  margin: 0 0 34px;
  color: var(--atd-purple-soft);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
}

.atd-footer a {
  display: block;
  width: fit-content;
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 24px;
  line-height: 1.2;
  text-decoration: none;
}

.atd-footer div:not(:first-child) a {
  position: relative;
}

.atd-footer div:not(:first-child) a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  height: 2px;
  background: var(--atd-purple-soft);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.atd-footer div:not(:first-child) a:hover::after {
  transform: scaleX(1);
}

@media (max-width: 900px) {
  .atd-site-header {
    padding: 28px 28px 0;
  }

  .atd-nav-pill {
    gap: 26px;
    min-height: 58px;
    padding-left: 30px;
    font-size: 15px;
  }

  .atd-page .atd-integration-row {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .atd-nav-cta {
    min-height: 46px;
    padding: 0 22px;
  }

  .atd-more-grid,
  .atd-more-row,
  .atd-footer {
    grid-template-columns: 1fr;
  }

  .atd-page .atd-more-section {
    width: min(calc(100% - 64px), 960px);
    margin-top: 95px;
  }

  .atd-more-row {
    row-gap: 34px;
  }

  .atd-more-logo-slot {
    width: 330px;
    height: 76px;
  }

  .atd-footer {
    gap: 38px;
    padding: 72px 32px;
  }
}

@media (max-width: 600px) {
  .atd-site-header {
    min-height: 82px;
  }

  .atd-brand {
    width: 164px;
  }

  .atd-nav-pill {
    display: none;
  }

  .atd-plugin-hero {
    padding-top: 108px;
  }

  .atd-page .atd-plugin-hero {
    min-height: 470px;
    padding-top: 114px;
  }

  .atd-page .atd-eyebrow {
    margin-top: 0;
  }

  .atd-page .atd-description,
  .atd-page .atd-pointer {
    font-size: 18px;
  }

  .atd-page .atd-pointer {
    padding: 22px 20px;
  }

  .atd-page .atd-outline-button {
    min-width: 0;
    width: 100%;
  }

  .atd-more-grid {
    gap: 16px;
  }

  .atd-page .atd-more-section {
    width: min(calc(100% - 32px), 100%);
    margin-top: 65px;
    padding-bottom: 72px;
  }

  .atd-page .atd-more-section > h2 {
    margin-bottom: 42px;
    text-align: left;
  }

  .atd-more-partners-list {
    gap: 65px;
  }

  .atd-more-left {
    padding-left: 0;
  }

  .atd-more-logo-slot {
    width: 100%;
    max-width: 370px;
    height: 85px;
    font-size: 25px;
  }

  .atd-more-left h3 {
    font-size: 25px;
  }

  .atd-more-right {
    padding-top: 0;
  }

  .atd-more-right p {
    max-width: 100%;
    font-size: 18px;
  }

  .atd-more-card {
    min-height: auto;
    padding: 28px 24px;
  }

  .atd-footer-logo {
    width: 230px;
  }

  .atd-footer p,
  .atd-footer a,
  .atd-footer h3 {
    font-size: 18px;
  }
}
