/* Google Ads page — scoped under .gads-page */

.gads-page .ctx-hero__title,
.gads-page .ctx-hero__sub,
.gads-page .ctx-hero__lead {
  min-height: 0;
}

.gads-page main {
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .gads-page main {
    padding-bottom: 72px;
  }

  .gads-page .rk-soc-widget {
    display: none !important;
  }
}

/* About section heading + official Google Ads icon */
.gads-about-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 12px 14px;
  margin: 0 0 28px;
  width: 100%;
}

.gads-about-heading__icon {
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  display: block;
  object-fit: contain;
}

.gads-page .gads-about-heading__title.rk-h2 {
  margin: 0;
  flex: 0 1 auto;
  width: auto;
  max-width: calc(100% - 58px);
  font-size: 32px;
  line-height: 1.25;
  text-align: left;
}

@media (max-width: 767px) {
  .gads-about-heading {
    gap: 10px;
    margin-bottom: 22px;
  }

  .gads-about-heading__icon {
    width: 38px;
    height: 38px;
  }

  .gads-page .gads-about-heading__title.rk-h2 {
    font-size: 32px;
    max-width: calc(100% - 48px);
  }
}

.gads-hero-price {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 10px;
  width: fit-content;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 0 14px;
  padding: 8px 14px;
  border-radius: 14px;
  font-size: 14px;
  line-height: 1.3;
  color: #3b2a6e;
  background: rgba(127, 63, 242, 0.1);
  border: 1px solid rgba(127, 63, 242, 0.22);
}

.gads-hero-price__value {
  margin: 0;
  font-weight: 700;
  white-space: nowrap;
  color: #3b2a6e;
}

.gads-hero-price__note {
  font-weight: 500;
  color: #5c5470;
  line-height: 1.35;
}

@media (max-width: 480px) {
  .gads-hero-price {
    display: grid;
    gap: 4px;
    width: 100%;
    justify-content: start;
    align-items: start;
    border-radius: 12px;
  }

  .gads-hero-price__value {
    white-space: nowrap;
  }

  .gads-hero-price__note {
    display: block;
    text-align: left;
  }
}

.gads-page .gads-trust-strip {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 18px;
}

@media (min-width: 600px) {
  .gads-page .gads-trust-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.gads-trust-strip__item {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 10px 12px;
  border-radius: 12px;
  background: #f7f5fc;
  border: 1px solid rgba(127, 63, 242, 0.12);
  font-size: 14px;
  font-weight: 600;
  color: #2f2740;
}

.gads-trust-strip__item svg {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  color: #7f3ff2;
}

.gads-hero-visual {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  min-width: 0;
  max-width: 100%;
}

.gads-page .ctx-hero__copy,
.gads-page .ctx-hero__grid > * {
  min-width: 0;
}

.gads-hero-visual__caption {
  margin: 10px 2px 0;
  font-size: 12px;
  line-height: 1.4;
  color: #7a738c;
  text-align: center;
}

/* SERP hero mock */
.gads-serp {
  overflow: hidden;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(127, 63, 242, 0.16);
  box-shadow: 0 18px 44px rgba(47, 39, 64, 0.1);
  min-width: 0;
  max-width: 100%;
}

.gads-serp__chrome {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 12px;
  background: #f4f2f8;
  border-bottom: 1px solid rgba(47, 39, 64, 0.06);
}

.gads-serp__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.gads-serp__dot--r { background: #ff5f57; }
.gads-serp__dot--y { background: #febc2e; }
.gads-serp__dot--g { background: #28c840; }

.gads-serp__chrome-label {
  margin-left: auto;
  margin-right: auto;
  font-size: 11px;
  font-weight: 600;
  color: #6f6780;
}

.gads-serp__search {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 12px 12px 0;
  padding: 10px 12px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(47, 39, 64, 0.12);
  box-shadow: 0 4px 14px rgba(47, 39, 64, 0.06);
}

.gads-serp__g {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
}

.gads-serp__query {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  color: #2f2740;
}

.gads-serp__search-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: #fff;
  background: #7f3ff2;
}

.gads-serp__search-btn svg {
  width: 14px;
  height: 14px;
}

.gads-serp__body {
  display: grid;
  gap: 12px;
  padding: 12px;
}

@media (min-width: 900px) {
  .gads-serp__body {
    grid-template-columns: 1.35fr 0.9fr;
    align-items: start;
  }
}

.gads-serp__ads {
  display: grid;
  gap: 10px;
}

.gads-serp-ad {
  padding: 12px;
  border-radius: 12px;
  background: #faf9fd;
  border: 1px solid rgba(47, 39, 64, 0.08);
}

.gads-serp-ad__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
}

.gads-serp-ad__badge {
  display: inline-flex;
  align-items: center;
  padding: 2px 7px;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #137333;
  background: rgba(52, 168, 83, 0.12);
  border: 1px solid rgba(52, 168, 83, 0.28);
}

.gads-serp-ad__url {
  font-size: 11px;
  color: #188038;
}

.gads-serp-ad__title {
  margin: 0 0 4px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  color: #0b57d0;
}

.gads-serp-ad__desc {
  margin: 0;
  font-size: 12px;
  line-height: 1.45;
  color: #3d3550;
}

.gads-serp-ad__sitelinks {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin-top: 8px;
}

.gads-serp-ad__sitelinks span {
  font-size: 11px;
  font-weight: 600;
  color: #0b57d0;
}

.gads-serp-ad--compact {
  display: none;
}

@media (min-width: 900px) {
  .gads-serp-ad--compact {
    display: block;
  }
}

.gads-serp__aside {
  display: grid;
  gap: 10px;
}

.gads-serp-panel {
  padding: 12px;
  border-radius: 12px;
  background: #f7f4ff;
  border: 1px solid rgba(127, 63, 242, 0.14);
}

.gads-serp-panel__title {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 700;
  color: #2f2740;
}

.gads-serp-panel__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 6px;
}

.gads-serp-panel__list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 7px 8px;
  border-radius: 8px;
  background: #fff;
  font-size: 11px;
  color: #3d3550;
}

.gads-status {
  flex: 0 0 auto;
  font-style: normal;
  font-size: 10px;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: 999px;
}

.gads-status--ok {
  color: #137333;
  background: rgba(52, 168, 83, 0.14);
}

.gads-status--warn {
  color: #8a5a00;
  background: rgba(251, 188, 5, 0.22);
}

.gads-serp-flow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  padding: 10px 12px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid rgba(127, 63, 242, 0.16);
  font-size: 11px;
  font-weight: 700;
  color: #5c3bb0;
}

.gads-serp-flow svg {
  width: 12px;
  height: 12px;
  color: #7f3ff2;
}

.gads-serp-chart {
  display: block;
  width: 100%;
  height: 56px;
}

@media (max-width: 767px) {
  .gads-serp__query {
    font-size: 12px;
  }

  .gads-serp-ad__title {
    font-size: 13px;
  }

  .gads-serp-ad__desc {
    font-size: 12px;
  }

  .gads-serp-ad--compact,
  .gads-serp-panel--chart {
    display: none;
  }
}

.gads-demo-label {
  display: inline-block;
  margin: 0 0 8px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #5c5470;
  background: rgba(92, 84, 112, 0.08);
}

.gads-split {
  display: grid;
  gap: 20px;
}

@media (min-width: 900px) {
  .gads-split {
    grid-template-columns: 1.1fr 0.9fr;
    align-items: start;
    gap: 28px;
  }
}

.gads-panel {
  padding: 16px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(47, 39, 64, 0.08);
  box-shadow: 0 8px 24px rgba(47, 39, 64, 0.04);
}

.gads-panel__title {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 700;
  color: #2f2740;
}

.gads-check-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.gads-check-list li {
  position: relative;
  padding-left: 28px;
  font-size: 15px;
  line-height: 1.45;
  color: #3d3550;
}

.gads-check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35em;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #7f3ff2 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2' d='M3.5 8.2l2.8 2.8 6-6'/%3E%3C/svg%3E") center / 12px 12px no-repeat;
}

.gads-page .gads-card-grid {
  display: grid;
  gap: 14px;
}

@media (min-width: 700px) {
  .gads-page .gads-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.gads-page .gads-card {
  margin: 0;
  padding: 18px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(127, 63, 242, 0.12);
  box-shadow: 0 8px 20px rgba(47, 39, 64, 0.03);
  overflow: hidden;
}

.gads-page .gads-card--b2b {
  border-top: 3px solid rgba(127, 63, 242, 0.55);
  background:
    radial-gradient(120% 90% at 12% 0%, rgba(127, 63, 242, 0.12), transparent 58%),
    #fff;
}

.gads-page .gads-card--ecom {
  border-top: 3px solid rgba(66, 133, 244, 0.5);
  background:
    radial-gradient(120% 90% at 12% 0%, rgba(66, 133, 244, 0.12), transparent 58%),
    #fff;
}

.gads-page .gads-card--local {
  border-top: 3px solid rgba(52, 168, 83, 0.5);
  background:
    radial-gradient(120% 90% at 12% 0%, rgba(52, 168, 83, 0.12), transparent 58%),
    #fff;
}

.gads-page .gads-card--account {
  border-top: 3px solid rgba(234, 67, 53, 0.4);
  background:
    radial-gradient(120% 90% at 12% 0%, rgba(251, 188, 5, 0.14), transparent 58%),
    #fff;
}

.gads-card__visual {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  min-height: 120px;
  margin: 0 0 14px;
  padding: 8px 4px 0;
  border-radius: 18px;
  background: transparent;
}

.gads-card__visual img {
  display: block;
  width: 112px;
  height: 112px;
  object-fit: contain;
}

@media (max-width: 767px) {
  .gads-card__visual {
    min-height: 96px;
    margin-bottom: 12px;
  }

  .gads-card__visual img {
    width: 88px;
    height: 88px;
  }
}

.gads-page .gads-card h3 {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.3;
  color: #2f2740;
}

.gads-page .gads-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  color: #4a4358;
}

.gads-tasks-panel {
  margin-top: 18px;
  padding: 16px;
  border-radius: 16px;
  background: #faf9fd;
  border: 1px solid rgba(127, 63, 242, 0.14);
}

.gads-tasks-panel__title {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 700;
  color: #2f2740;
}

.gads-tasks-panel__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

@media (min-width: 700px) {
  .gads-tasks-panel__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.gads-tasks-panel__list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid rgba(47, 39, 64, 0.06);
  font-size: 14px;
  line-height: 1.4;
  color: #3d3550;
}

.gads-tasks-panel__mark {
  flex: 0 0 auto;
  display: inline-flex;
  color: #7f3ff2;
}

.gads-tasks-panel__mark svg {
  width: 18px;
  height: 18px;
}

.gads-page .gads-bullet-list {
  margin: 16px 0 0;
  padding-left: 1.15em;
  display: grid;
  gap: 8px;
  color: #3d3550;
  font-size: 15px;
  line-height: 1.45;
}

.gads-camp-grid {
  display: grid;
  gap: 14px;
}

@media (min-width: 700px) {
  .gads-camp-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1100px) {
  .gads-camp-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.gads-camp {
  margin: 0;
  padding: 18px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(47, 39, 64, 0.1);
  overflow: hidden;
}

.gads-camp--search {
  background:
    radial-gradient(110% 80% at 8% 0%, rgba(66, 133, 244, 0.12), transparent 55%),
    #fff;
}

.gads-camp--pmax {
  background:
    radial-gradient(110% 80% at 8% 0%, rgba(127, 63, 242, 0.12), transparent 55%),
    #fff;
}

.gads-camp--shop {
  background:
    radial-gradient(110% 80% at 8% 0%, rgba(251, 188, 5, 0.14), transparent 55%),
    #fff;
}

.gads-camp--remark {
  background:
    radial-gradient(110% 80% at 8% 0%, rgba(52, 168, 83, 0.12), transparent 55%),
    #fff;
}

.gads-camp--video {
  background:
    radial-gradient(110% 80% at 8% 0%, rgba(234, 67, 53, 0.1), transparent 55%),
    #fff;
}

.gads-camp__visual {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  min-height: 120px;
  margin: 0 0 12px;
  padding: 4px 0 0;
  border-radius: 14px;
  background: transparent;
}

.gads-camp__visual img {
  display: block;
  width: 104px;
  height: 104px;
  object-fit: contain;
}

@media (max-width: 767px) {
  .gads-camp__visual {
    min-height: 96px;
  }

  .gads-camp__visual img {
    width: 84px;
    height: 84px;
  }
}

.gads-camp__meta {
  display: inline-block;
  margin: 0 0 10px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  color: #5b21b6;
  background: #f3e8ff;
}

.gads-camp h3 {
  margin: 0 0 8px;
  font-size: 18px;
  color: #2f2740;
}

.gads-camp p {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  color: #4a4358;
}

.gads-scope-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

@media (min-width: 800px) {
  .gads-scope-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.gads-scope-list__item {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 12px;
  align-items: start;
  padding: 14px;
  border-radius: 14px;
  background: #faf9fd;
  border: 1px solid rgba(127, 63, 242, 0.1);
}

.gads-scope-list__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(127, 63, 242, 0.12);
  color: #7f3ff2;
}

.gads-scope-list__icon svg {
  width: 22px;
  height: 22px;
}

.gads-scope-list__item h3 {
  margin: 0 0 4px;
  font-size: 16px;
  color: #2f2740;
}

.gads-scope-list__item p {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  color: #3d3550;
}

.gads-price-board {
  margin-top: 22px;
  padding: 20px;
  border-radius: 18px;
  background: linear-gradient(145deg, #f8f5ff 0%, #ffffff 55%);
  border: 1px solid rgba(127, 63, 242, 0.18);
}

.gads-price-board__value {
  margin: 0 0 8px;
  font-size: clamp(26px, 4vw, 34px);
  font-weight: 700;
  line-height: 1.2;
  color: #7f3ff2;
}

.gads-price-board__lead,
.gads-price-board p {
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 1.5;
  color: #3d3550;
}

.gads-price-board ul {
  margin: 0 0 12px;
  padding-left: 1.15em;
  display: grid;
  gap: 6px;
  color: #3d3550;
  font-size: 15px;
}

.gads-artifact-grid {
  display: grid;
  gap: 16px;
  margin: 18px 0 22px;
}

.gads-artifact {
  padding: 16px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(47, 39, 64, 0.1);
  box-shadow: 0 12px 28px rgba(47, 39, 64, 0.05);
}

.gads-artifact__title {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 700;
  color: #2f2740;
}

.gads-artifact__note {
  margin: 12px 0 0;
  font-size: 14px;
  line-height: 1.45;
  color: #5c5470;
}

.gads-artifact__body {
  display: grid;
  gap: 12px;
}

@media (min-width: 800px) {
  .gads-artifact__body {
    grid-template-columns: 1.2fr 0.8fr;
    align-items: start;
  }
}

.gads-tree {
  display: grid;
  gap: 8px;
}

.gads-tree__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 10px;
  background: #f7f4ff;
  border: 1px solid rgba(127, 63, 242, 0.12);
  font-size: 13px;
  color: #2f2740;
  min-width: 0;
}

.gads-tree__row--child {
  margin-left: 10px;
  background: #faf9fd;
}

@media (max-width: 360px) {
  .gads-tree__row--child {
    margin-left: 6px;
  }
}

.gads-tree__label {
  font-weight: 600;
  min-width: 0;
  overflow-wrap: anywhere;
}

.gads-tree__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 2px;
}

.gads-tree__meta span {
  padding: 4px 8px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  color: #5c3bb0;
  background: rgba(127, 63, 242, 0.1);
}

.gads-ad-draft {
  padding: 12px;
  border-radius: 12px;
  background: #faf9fd;
  border: 1px solid rgba(47, 39, 64, 0.08);
}

.gads-ad-draft__kicker {
  margin: 0 0 6px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #534d60;
}

.gads-ad-draft__url {
  margin: 0 0 4px;
  font-size: 12px;
  color: #188038;
}

.gads-ad-draft__title {
  margin: 0 0 4px;
  font-size: 14px;
  font-weight: 700;
  color: #0b57d0;
}

.gads-ad-draft__desc {
  margin: 0;
  font-size: 12px;
  line-height: 1.4;
  color: #3d3550;
}

.gads-flow-track {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin-bottom: 12px;
  padding: 10px 12px;
  border-radius: 12px;
  background: #f7f4ff;
  border: 1px solid rgba(127, 63, 242, 0.12);
  font-size: 12px;
  font-weight: 700;
  color: #3b2a6e;
}

.gads-flow-track__arrow {
  width: 14px;
  height: 2px;
  border-radius: 2px;
  background: #7f3ff2;
  position: relative;
}

.gads-flow-track__arrow::after {
  content: "";
  position: absolute;
  right: -1px;
  top: -3px;
  border: 4px solid transparent;
  border-left-color: #7f3ff2;
}

.gads-artifact__cols {
  display: grid;
  gap: 10px;
}

@media (min-width: 700px) {
  .gads-artifact__cols {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.gads-mini-list {
  margin: 0;
  padding: 10px;
  list-style: none;
  display: grid;
  gap: 6px;
  border-radius: 12px;
  background: #faf9fd;
  border: 1px solid rgba(47, 39, 64, 0.06);
}

.gads-mini-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  font-size: 12px;
  color: #3d3550;
}

.gads-mini-chart {
  padding: 10px;
  border-radius: 12px;
  background: linear-gradient(160deg, #f7f4ff, #fff);
  border: 1px solid rgba(127, 63, 242, 0.14);
}

.gads-mini-chart p {
  margin: 0 0 8px;
  font-size: 11px;
  font-weight: 600;
  color: #5c5470;
}

.gads-mini-chart svg {
  display: block;
  width: 100%;
  height: 56px;
}

.gads-report-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 4px;
}

.gads-report-head .gads-artifact__title {
  margin-bottom: 0;
}

.gads-report-head__period {
  font-size: 12px;
  font-weight: 600;
  color: #6f6780;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(92, 84, 112, 0.08);
}

.gads-report-grid {
  display: grid;
  gap: 10px;
}

@media (min-width: 700px) {
  .gads-report-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.gads-report-grid > div {
  padding: 12px;
  border-radius: 12px;
  background: #faf9fd;
  border: 1px solid rgba(47, 39, 64, 0.06);
}

.gads-report-grid__label {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 700;
  color: #5c3bb0;
}

.gads-report-grid ul {
  margin: 0;
  padding-left: 1.1em;
  display: grid;
  gap: 6px;
  font-size: 13px;
  line-height: 1.4;
  color: #3d3550;
}

.gads-control-follow .gads-check-list {
  margin-top: 4px;
}

@media (min-width: 800px) {
  .gads-control-follow .gads-check-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.gads-control-grid {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

@media (min-width: 800px) {
  .gads-control-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.gads-control-demo {
  min-height: 140px;
  padding: 14px;
  border-radius: 14px;
  background: #fff;
  border: 1px dashed rgba(127, 63, 242, 0.28);
}

.gads-control-demo__bars {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  height: 72px;
  margin-top: 10px;
}

.gads-control-demo__bar {
  flex: 1;
  border-radius: 6px 6px 2px 2px;
  background: linear-gradient(180deg, #b48cff 0%, #7f3ff2 100%);
  opacity: 0.85;
}

.gads-control-demo__rows {
  display: grid;
  gap: 8px;
  margin-top: 10px;
}

.gads-control-demo__row {
  height: 10px;
  border-radius: 999px;
  background: #ece7f7;
}

.gads-control-demo__row--a { width: 92%; }
.gads-control-demo__row--b { width: 76%; }
.gads-control-demo__row--c { width: 64%; }

.gads-disclaimer {
  margin: 16px 0 0;
  padding: 12px 14px;
  border-radius: 12px;
  background: #f7f5fc;
  border-left: 3px solid #7f3ff2;
  font-size: 14px;
  line-height: 1.5;
  color: #4a4358;
}

.gads-timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
  counter-reset: gads-step;
}

@media (min-width: 900px) {
  .gads-timeline {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
  }
}

.gads-timeline__item {
  position: relative;
  padding: 16px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(47, 39, 64, 0.1);
  counter-increment: gads-step;
}

.gads-timeline__item::before {
  content: counter(gads-step);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin-bottom: 10px;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  background: #7f3ff2;
}

.gads-timeline__item h3 {
  margin: 0 0 8px;
  font-size: 16px;
  color: #2f2740;
}

.gads-timeline__item p {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  color: #4a4358;
}

.gads-decision-grid {
  display: grid;
  gap: 14px;
}

@media (min-width: 800px) {
  .gads-decision-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.gads-decision__card {
  margin: 0;
  padding: 18px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(127, 63, 242, 0.14);
}

.gads-decision__card h3 {
  margin: 0 0 8px;
  font-size: 18px;
  color: #2f2740;
}

.gads-decision__card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  color: #4a4358;
}

.gads-decision__actions {
  margin-top: 18px;
}

.gads-faq {
  display: grid;
  gap: 10px;
}

.gads-faq__item {
  border: 1px solid rgba(47, 39, 64, 0.1);
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
}

.gads-faq__q {
  margin: 0;
  font-size: 16px;
}

.gads-faq__btn {
  display: flex;
  width: 100%;
  min-height: 44px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  border: 0;
  background: transparent;
  text-align: left;
  font: inherit;
  font-weight: 700;
  color: #2f2740;
  cursor: pointer;
}

.gads-faq__btn::after {
  content: "";
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  border-right: 2px solid #7f3ff2;
  border-bottom: 2px solid #7f3ff2;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}

.gads-faq__btn[aria-expanded="true"]::after {
  transform: rotate(-135deg);
}

.gads-faq__btn:focus-visible,
.gads-page .ctx-btn:focus-visible,
.gads-page a:focus-visible,
.gads-page button:focus-visible {
  outline: 3px solid rgba(127, 63, 242, 0.45);
  outline-offset: 2px;
}

.gads-faq__a {
  padding: 0 16px 16px;
  font-size: 15px;
  line-height: 1.55;
  color: #4a4358;
}

.gads-faq__a[hidden] {
  display: none;
}

.gads-table-wrap {
  overflow-x: auto;
  margin-top: 16px;
}

.gads-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 520px;
  font-size: 14px;
}

.gads-table th,
.gads-table td {
  padding: 10px 12px;
  border: 1px solid rgba(47, 39, 64, 0.1);
  text-align: left;
  vertical-align: top;
}

.gads-table th {
  background: #f7f5fc;
  color: #2f2740;
}

.gads-prose p {
  margin: 0 0 12px;
  font-size: 16px;
  line-height: 1.6;
  color: #3d3550;
}

.gads-prose p:last-child {
  margin-bottom: 0;
}

.gads-section-lead {
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.55;
  color: #4a4358;
}

@media (prefers-reduced-motion: reduce) {
  .gads-page *,
  .gads-page *::before,
  .gads-page *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }

  .gads-page .ctx-btn--primary:hover {
    transform: none;
  }

  .gads-faq__btn::after {
    transition: none;
  }
}

/* A11y: underline in-text links (link-in-text-block) */
.gads-page #landing-seo a,
.gads-page .rk-consent a,
.gads-page .rk-consent--contacts a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
