/* line 1, app/assets/stylesheets/ads.scss */
.ads-body #content {
  max-width: none;
  padding: 0;
}

/* line 6, app/assets/stylesheets/ads.scss */
.ads-body > footer {
  margin-top: 0;
}

/* line 10, app/assets/stylesheets/ads.scss */
.ads-header {
  position: relative;
  z-index: 10;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: #0f0f10;
  color: #fff;
}

/* line 19, app/assets/stylesheets/ads.scss */
.ads-header a {
  cursor: pointer;
}

/* line 23, app/assets/stylesheets/ads.scss */
.ads-header__inner {
  display: flex;
  width: 100%;
  max-width: 1440px;
  min-height: 88px;
  align-items: center;
  gap: 28px;
  margin: 0 auto;
  padding: 0 clamp(28px, 5.55vw, 80px);
}

/* line 34, app/assets/stylesheets/ads.scss */
.ads-header__brand {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 9px;
  margin-right: auto;
  color: #fff;
  text-decoration: none;
}

/* line 44, app/assets/stylesheets/ads.scss */
.ads-header__brand:visited,
.ads-header__brand:hover {
  color: #fff;
}

/* line 49, app/assets/stylesheets/ads.scss */
.ads-header__brand-icon {
  width: 29px;
  height: 29px;
  flex: 0 0 auto;
  color: currentColor;
}

/* line 56, app/assets/stylesheets/ads.scss */
.ads-header__brand-icon path {
  fill: currentColor;
}

/* line 60, app/assets/stylesheets/ads.scss */
.ads-header__brand span {
  overflow: hidden;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 69, app/assets/stylesheets/ads.scss */
.ads-header__nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

/* line 75, app/assets/stylesheets/ads.scss */
.ads-header__nav a,
.ads-header__nav a:visited {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  transition: color 160ms ease;
}

/* line 85, app/assets/stylesheets/ads.scss */
.ads-header__nav a:hover {
  color: #fff;
}

/* line 89, app/assets/stylesheets/ads.scss */
.ads-header__cta,
.ads-header__cta:visited {
  display: inline-flex;
  min-height: 40px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  padding: 11px 20px;
  border-radius: 6px;
  background: #e31b23;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color 160ms ease;
}

/* line 107, app/assets/stylesheets/ads.scss */
.ads-header__cta:hover {
  background: #f0232c;
  color: #fff;
}

/* line 112, app/assets/stylesheets/ads.scss */
.ads-header__brand:focus-visible,
.ads-header__nav a:focus-visible,
.ads-header__cta:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px;
}

/* line 119, app/assets/stylesheets/ads.scss */
.ads {
  --ads-bg: #131313;
  --ads-panel-deep: #0f0f10;
  --ads-line: rgba(255, 255, 255, 0.12);
  --ads-muted: rgba(255, 255, 255, 0.58);
  --ads-red: #e31b23;
  --ads-red-text: #f45b61;
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
  background: var(--ads-bg);
  color: #fff;
  color-scheme: dark;
}

/* line 134, app/assets/stylesheets/ads.scss */
.ads *,
.ads *::before,
.ads *::after {
  box-sizing: border-box;
}

/* line 140, app/assets/stylesheets/ads.scss */
.ads h1,
.ads h2,
.ads h3,
.ads p,
.ads fieldset,
.ads legend {
  margin: 0;
}

/* line 149, app/assets/stylesheets/ads.scss */
.ads__section {
  width: 100%;
  padding: 76px clamp(28px, 5.55vw, 80px);
  background: var(--ads-bg);
}

/* line 155, app/assets/stylesheets/ads.scss */
.ads__shell {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

/* line 161, app/assets/stylesheets/ads.scss */
.ads__heading {
  color: #fff;
  font-size: clamp(34px, 3.1vw, 40px);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.04em;
}

/* line 169, app/assets/stylesheets/ads.scss */
.ads__eyebrow {
  color: var(--ads-red-text);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

/* line 178, app/assets/stylesheets/ads.scss */
.ads__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 49px;
  padding: 14px 24px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 160ms ease, color 160ms ease, -webkit-transform 160ms ease;
  transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
  transition: background-color 160ms ease, color 160ms ease, transform 160ms ease, -webkit-transform 160ms ease;
}

/* line 193, app/assets/stylesheets/ads.scss */
.ads__button:hover {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

/* line 197, app/assets/stylesheets/ads.scss */
.ads__button:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

/* line 202, app/assets/stylesheets/ads.scss */
.ads__button--primary,
.ads__button--primary:visited {
  background: var(--ads-red);
  color: #fff;
}

/* line 208, app/assets/stylesheets/ads.scss */
.ads__button--primary:hover {
  background: #f0232c;
  color: #fff;
}

/* line 213, app/assets/stylesheets/ads.scss */
.ads__button--light,
.ads__button--light:visited {
  background: #fff;
  color: #a91717;
}

/* line 219, app/assets/stylesheets/ads.scss */
.ads__button--light:hover {
  background: #f4f4f4;
  color: #8f1111;
}

/* line 224, app/assets/stylesheets/ads.scss */
.ads__hero {
  min-height: 760px;
  padding-top: 96px;
  padding-bottom: 96px;
}

/* line 230, app/assets/stylesheets/ads.scss */
.ads__hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 620px) minmax(360px, 520px);
  gap: 72px;
  align-items: center;
  justify-content: space-between;
}

/* line 238, app/assets/stylesheets/ads.scss */
.ads__hero-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

/* line 245, app/assets/stylesheets/ads.scss */
.ads__hero h1 {
  color: #fff;
  font-size: clamp(54px, 5.1vw, 72px);
  font-weight: 800;
  line-height: 1.055;
  letter-spacing: -0.035em;
}

/* line 253, app/assets/stylesheets/ads.scss */
.ads__hero-copy > p {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 20px;
  line-height: 1.5;
}

/* line 260, app/assets/stylesheets/ads.scss */
.ads__hero-visual {
  display: block;
  width: 100%;
  max-width: 520px;
  aspect-ratio: 1;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 269, app/assets/stylesheets/ads.scss */
#why-rj {
  padding-top: 56px;
  padding-bottom: 56px;
}

/* line 274, app/assets/stylesheets/ads.scss */
.ads__value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(36px, 6.9vw, 100px);
  margin-top: 36px;
}

/* line 281, app/assets/stylesheets/ads.scss */
.ads__value {
  min-height: 176px;
  padding-top: 22px;
  border-top: 2px solid var(--ads-line);
}

/* line 287, app/assets/stylesheets/ads.scss */
.ads__value h3 {
  color: #fff;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: -0.018em;
}

/* line 295, app/assets/stylesheets/ads.scss */
.ads__value p {
  margin-top: 16px;
  color: var(--ads-muted);
  font-size: 15px;
  line-height: 1.47;
}

/* line 302, app/assets/stylesheets/ads.scss */
.ads__format-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  margin-top: 22px;
}

/* line 309, app/assets/stylesheets/ads.scss */
.ads__format-card {
  min-height: 480px;
  padding: 24px;
  border: 1px solid var(--ads-line);
  border-radius: 8px;
  background: linear-gradient(128deg, #191919 0%, #151515 48%, #0f0f10 100%);
}

/* line 317, app/assets/stylesheets/ads.scss */
.ads__format-visual {
  display: block;
  width: 100%;
  aspect-ratio: 357 / 260;
  border-radius: 6px;
  -o-object-fit: cover;
     object-fit: cover;
  background: var(--ads-panel-deep);
}

/* line 326, app/assets/stylesheets/ads.scss */
.ads__format-card h3 {
  margin-top: 18px;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.018em;
}

/* line 335, app/assets/stylesheets/ads.scss */
.ads__format-card p {
  margin-top: 18px;
  color: var(--ads-muted);
  font-size: 15px;
  line-height: 1.47;
}

/* line 342, app/assets/stylesheets/ads.scss */
.ads__comparison .ads__eyebrow,
.ads__effectiveness .ads__eyebrow {
  color: #c6252c;
}

/* line 347, app/assets/stylesheets/ads.scss */
.ads__comparison-heading {
  margin-top: 16px;
}

/* line 351, app/assets/stylesheets/ads.scss */
.ads__table-scroll {
  width: 100%;
  margin-top: 28px;
  overflow-x: auto;
  border: 1px solid var(--ads-line);
  border-radius: 18px;
  background: var(--ads-panel-deep);
  -webkit-overflow-scrolling: touch;
}

/* line 361, app/assets/stylesheets/ads.scss */
.ads__table-scroll:focus-visible {
  outline: 2px solid var(--ads-red);
  outline-offset: 3px;
}

/* line 366, app/assets/stylesheets/ads.scss */
.ads__comparison-table {
  width: 100%;
  min-width: 980px;
  border-spacing: 0;
  border-collapse: separate;
  table-layout: fixed;
}

/* line 374, app/assets/stylesheets/ads.scss */
.ads__comparison-feature-column {
  width: 37.5%;
}

/* line 378, app/assets/stylesheets/ads.scss */
.ads__comparison-table th,
.ads__comparison-table td {
  height: 72px;
  padding: 0 24px;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
  text-align: center;
  vertical-align: middle;
}

/* line 392, app/assets/stylesheets/ads.scss */
.ads__comparison-table thead th {
  height: 64px;
  border-top: 0;
  background: #1b1b1b;
  color: rgba(255, 255, 255, 0.64);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* line 403, app/assets/stylesheets/ads.scss */
.ads__comparison-table th:first-child {
  text-align: left;
}

/* line 407, app/assets/stylesheets/ads.scss */
.ads__comparison-table tbody th {
  color: rgba(255, 255, 255, 0.92);
  font-size: 17px;
  font-weight: 400;
}

/* line 413, app/assets/stylesheets/ads.scss */
.ads__comparison-table tbody tr > * {
  background: #0e0e0e;
}

/* line 417, app/assets/stylesheets/ads.scss */
.ads__comparison-table .ads__rj-column {
  background: #af0a11;
}

/* line 421, app/assets/stylesheets/ads.scss */
.ads__comparison-table thead .ads__rj-column {
  color: #fff;
}

/* line 425, app/assets/stylesheets/ads.scss */
.ads__check {
  display: inline-block;
  width: 36px;
  height: 36px;
  color: #fff;
  vertical-align: middle;
}

/* line 433, app/assets/stylesheets/ads.scss */
.ads__check--muted {
  color: rgba(255, 255, 255, 0.44);
}

/* line 437, app/assets/stylesheets/ads.scss */
.ads .ads__footnote {
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 1.5;
}

/* line 444, app/assets/stylesheets/ads.scss */
.ads__ai-section {
  padding-top: 88px;
  padding-bottom: 88px;
  background: #f5f4f1;
}

/* line 450, app/assets/stylesheets/ads.scss */
.ads__ai-shell {
  display: flex;
  min-height: 720px;
  justify-content: center;
}

/* line 456, app/assets/stylesheets/ads.scss */
.ads__ai-shell.is-result-visible {
  min-height: 0;
}

/* line 460, app/assets/stylesheets/ads.scss */
.ads__ai-generator {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 44px;
}

/* line 468, app/assets/stylesheets/ads.scss */
.ads__ai-generator[hidden],
.ads__ai-result[hidden] {
  display: none;
}

/* line 473, app/assets/stylesheets/ads.scss */
.ads__section-intro {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* line 479, app/assets/stylesheets/ads.scss */
.ads__section-intro--centered {
  width: 100%;
  max-width: 760px;
  align-items: center;
  text-align: center;
}

/* line 486, app/assets/stylesheets/ads.scss */
.ads__ai-section .ads__eyebrow {
  color: var(--ads-red);
}

/* line 490, app/assets/stylesheets/ads.scss */
.ads__ai-title {
  display: inline-flex;
  max-width: 100%;
  align-items: center;
  align-self: center;
  justify-content: center;
  gap: 12px;
}

/* line 499, app/assets/stylesheets/ads.scss */
.ads__ai-title-icon {
  display: block;
  width: clamp(44px, 4.4vw, 56px);
  height: clamp(44px, 4.4vw, 56px);
  flex: 0 0 auto;
  color: var(--ads-red);
}

/* line 507, app/assets/stylesheets/ads.scss */
.ads__ai-section .ads__section-intro h2 {
  color: #171716;
  font-size: clamp(44px, 4.4vw, 56px);
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: -0.036em;
}

/* line 515, app/assets/stylesheets/ads.scss */
.ads__ai-section .ads__section-intro > p:last-child {
  max-width: 680px;
  color: rgba(23, 23, 22, 0.64);
  font-size: 18px;
  line-height: 1.55;
}

/* line 522, app/assets/stylesheets/ads.scss */
.ads__ai-form {
  display: grid;
  width: 100%;
  max-width: 680px;
  grid-template-columns: minmax(0, 1fr);
  gap: 20px;
  padding: 30px;
  border: 1px solid #dedbd4;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(28, 25, 20, 0.06);
}

/* line 535, app/assets/stylesheets/ads.scss */
.ads__field {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 8px;
}

/* line 542, app/assets/stylesheets/ads.scss */
.ads__field > span,
.ads__choice-group legend {
  color: rgba(23, 23, 22, 0.84);
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

/* line 550, app/assets/stylesheets/ads.scss */
.ads__field input,
.ads__field textarea {
  width: 100%;
  border: 1px solid #d8d4cc;
  border-radius: 8px;
  outline: none;
  background: #f8f7f4;
  color: #171716;
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
}

/* line 564, app/assets/stylesheets/ads.scss */
.ads__field input {
  height: 58px;
  padding: 0 18px;
}

/* line 569, app/assets/stylesheets/ads.scss */
.ads__field textarea {
  min-height: 96px;
  padding: 16px 18px;
  resize: vertical;
}

/* line 575, app/assets/stylesheets/ads.scss */
.ads__field input::-webkit-input-placeholder,
.ads__field textarea::-webkit-input-placeholder {
  color: rgba(23, 23, 22, 0.42);
  font-weight: 700;
  opacity: 1;
}
.ads__field input:-ms-input-placeholder,
.ads__field textarea:-ms-input-placeholder {
  color: rgba(23, 23, 22, 0.42);
  font-weight: 700;
  opacity: 1;
}
.ads__field input::-ms-input-placeholder,
.ads__field textarea::-ms-input-placeholder {
  color: rgba(23, 23, 22, 0.42);
  font-weight: 700;
  opacity: 1;
}
.ads__field input::placeholder,
.ads__field textarea::placeholder {
  color: rgba(23, 23, 22, 0.42);
  font-weight: 700;
  opacity: 1;
}

/* line 582, app/assets/stylesheets/ads.scss */
.ads__field input:focus,
.ads__field textarea:focus {
  border-color: rgba(227, 27, 35, 0.9);
  box-shadow: 0 0 0 3px rgba(227, 27, 35, 0.16);
}

/* line 588, app/assets/stylesheets/ads.scss */
.ads__custom-select {
  position: relative;
  width: 100%;
}

/* line 593, app/assets/stylesheets/ads.scss */
.ads__custom-select.is-open {
  z-index: 10;
}

/* line 597, app/assets/stylesheets/ads.scss */
.ads__custom-select-button {
  display: flex;
  width: 100%;
  height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 20px 0 24px;
  border: 1px solid #d8d4cc;
  border-radius: 8px;
  background: linear-gradient(180deg, #fbfaf8 0%, #f8f7f4 100%);
  color: #171716;
  cursor: pointer;
  font: inherit;
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
  text-align: left;
  box-shadow: 0 1px 0 rgba(23, 23, 22, 0.03), inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

/* line 618, app/assets/stylesheets/ads.scss */
.ads__custom-select-button:hover {
  background: #fff;
}

/* line 622, app/assets/stylesheets/ads.scss */
.ads__custom-select-button:focus,
.ads__custom-select.is-open .ads__custom-select-button {
  border-color: rgba(227, 27, 35, 0.9);
  background: #fff;
  outline: none;
  box-shadow: 0 0 0 3px rgba(227, 27, 35, 0.16);
}

/* line 630, app/assets/stylesheets/ads.scss */
.ads__custom-select-chevron {
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-right: 2px solid #2c2c2c;
  border-bottom: 2px solid #2c2c2c;
  -webkit-transform: translateY(-2px) rotate(45deg);
          transform: translateY(-2px) rotate(45deg);
}

/* line 639, app/assets/stylesheets/ads.scss */
.ads__custom-select.is-open .ads__custom-select-chevron {
  -webkit-transform: translateY(2px) rotate(225deg);
          transform: translateY(2px) rotate(225deg);
}

/* line 643, app/assets/stylesheets/ads.scss */
.ads__custom-select-menu {
  position: absolute;
  z-index: 20;
  top: calc(100% + 8px);
  right: 0;
  left: 0;
  max-height: 220px;
  overflow-y: auto;
  padding: 6px;
  border: 1px solid #d8d4cc;
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 18px 38px rgba(22, 18, 14, 0.12);
}

/* line 658, app/assets/stylesheets/ads.scss */
.ads__custom-select-menu[hidden] {
  display: none;
}

/* line 662, app/assets/stylesheets/ads.scss */
.ads__custom-select-option {
  display: flex;
  width: 100%;
  min-height: 42px;
  align-items: center;
  padding: 0 12px;
  border: 0;
  border-radius: 7px;
  background: transparent;
  color: #171716;
  cursor: pointer;
  font: inherit;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
}

/* line 680, app/assets/stylesheets/ads.scss */
.ads__custom-select-option:hover,
.ads__custom-select-option:focus {
  background: #fbf7f3;
}

/* line 685, app/assets/stylesheets/ads.scss */
.ads__custom-select-option.is-selected {
  background: #f1efec;
  color: #111;
  font-weight: 700;
}

/* line 691, app/assets/stylesheets/ads.scss */
.ads__custom-select-option:focus {
  outline: 2px solid rgba(227, 27, 35, 0.9);
  outline-offset: -2px;
}

/* line 696, app/assets/stylesheets/ads.scss */
.ads__field-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

/* line 702, app/assets/stylesheets/ads.scss */
.ads__choice-group {
  min-width: 0;
  padding: 0;
  border: 0;
}

/* line 708, app/assets/stylesheets/ads.scss */
.ads__choice-group legend {
  padding: 0;
}

/* line 712, app/assets/stylesheets/ads.scss */
.ads__choice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 8px;
}

/* line 719, app/assets/stylesheets/ads.scss */
.ads__choice-input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

/* line 727, app/assets/stylesheets/ads.scss */
.ads__choice {
  position: relative;
  display: flex;
  height: 54px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 34px 0 16px;
  border: 1px solid #d8d4cc;
  border-radius: 8px;
  background: #f8f7f4;
  color: rgba(23, 23, 22, 0.74);
  font-size: 15px;
  line-height: 22px;
  cursor: pointer;
  transition: background-color 120ms ease, border-color 120ms ease, color 120ms ease;
}

/* line 745, app/assets/stylesheets/ads.scss */
.ads__choice::after {
  position: absolute;
  top: 50%;
  right: 14px;
  width: 10px;
  height: 10px;
  border: 1px solid rgba(23, 23, 22, 0.28);
  border-radius: 50%;
  background: transparent;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* line 758, app/assets/stylesheets/ads.scss */
.ads__choice-input:checked + .ads__choice {
  border-color: rgba(227, 27, 35, 0.9);
  background: rgba(227, 27, 35, 0.08);
  color: #171716;
  font-weight: 700;
}

/* line 765, app/assets/stylesheets/ads.scss */
.ads__choice-input:checked + .ads__choice::after {
  border-color: var(--ads-red);
  background: var(--ads-red);
}

/* line 770, app/assets/stylesheets/ads.scss */
.ads__choice-input:focus-visible + .ads__choice {
  outline: 2px solid var(--ads-red);
  outline-offset: 2px;
}

/* line 775, app/assets/stylesheets/ads.scss */
.ads__choice--voice {
  justify-content: flex-start;
  padding-left: 52px;
}

/* line 780, app/assets/stylesheets/ads.scss */
.ads__voice-option {
  position: relative;
  min-width: 0;
}

/* line 785, app/assets/stylesheets/ads.scss */
.ads__choice--music {
  height: auto;
  min-height: 0;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 0;
  overflow: hidden;
  padding: 0;
  border-radius: 10px;
  font-size: 14px;
}

/* line 798, app/assets/stylesheets/ads.scss */
.ads__choice--music::after {
  display: none;
}

/* line 802, app/assets/stylesheets/ads.scss */
.ads__music-option {
  position: relative;
  min-width: 0;
}

/* line 807, app/assets/stylesheets/ads.scss */
.ads__music-artwork {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  flex: none;
  overflow: hidden;
  background: #e7e3dc;
}

/* line 816, app/assets/stylesheets/ads.scss */
.ads__music-artwork img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 823, app/assets/stylesheets/ads.scss */
.ads__music-artwork::after {
  position: absolute;
  inset: 0;
  background: rgba(17, 17, 17, 0.06);
  content: "";
  opacity: 0;
  pointer-events: none;
  transition: opacity 120ms ease;
}

/* line 833, app/assets/stylesheets/ads.scss */
.ads__music-footer {
  display: flex;
  height: 50px;
  align-items: center;
  padding: 0 48px 0 12px;
}

/* line 840, app/assets/stylesheets/ads.scss */
.ads__music-name {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 847, app/assets/stylesheets/ads.scss */
.ads button.ads__audio-preview-button {
  position: absolute;
  z-index: 1;
  right: 11px;
  bottom: 11px;
  display: flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(23, 23, 22, 0.88);
  color: #fff;
  cursor: pointer;
  transition: background-color 120ms ease;
}

/* line 866, app/assets/stylesheets/ads.scss */
.ads button.ads__audio-preview-button--voice {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* line 874, app/assets/stylesheets/ads.scss */
.ads__audio-preview-icon {
  display: block;
  width: 20px;
  height: 20px;
  fill: currentColor;
}

/* line 881, app/assets/stylesheets/ads.scss */
.ads__audio-preview-icon--pause,
.ads button.ads__audio-preview-button.is-playing .ads__audio-preview-icon--play {
  display: none;
}

/* line 886, app/assets/stylesheets/ads.scss */
.ads button.ads__audio-preview-button.is-playing .ads__audio-preview-icon--pause {
  display: block;
}

/* line 890, app/assets/stylesheets/ads.scss */
.ads button.ads__audio-preview-button:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
  box-shadow: 0 0 0 4px var(--ads-red);
}

@media (hover: hover) and (pointer: fine) {
  /* line 897, app/assets/stylesheets/ads.scss */
  .ads__voice-option:hover .ads__choice--voice,
.ads__music-option:hover .ads__choice--music {
    border-color: #c1bbb3;
    background: #f2efea;
    color: #171716;
  }
  /* line 904, app/assets/stylesheets/ads.scss */
  .ads__voice-option:hover .ads__choice-input:checked + .ads__choice--voice,
.ads__music-option:hover .ads__choice-input:checked + .ads__choice--music {
    border-color: var(--ads-red);
    background: rgba(227, 27, 35, 0.11);
  }
  /* line 910, app/assets/stylesheets/ads.scss */
  .ads__music-option:hover .ads__music-artwork::after {
    opacity: 1;
  }
  /* line 914, app/assets/stylesheets/ads.scss */
  .ads__voice-option:hover .ads__audio-preview-button,
.ads__music-option:hover .ads__audio-preview-button {
    background: #171716;
  }
}

/* line 920, app/assets/stylesheets/ads.scss */
.ads button.ads__generate-button {
  display: flex;
  width: 100%;
  height: 56px;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  border: 0;
  border-radius: 8px;
  background: var(--ads-red);
  color: #fff;
  font-family: inherit;
  font-size: 16px;
  font-weight: 700;
  opacity: 1;
  cursor: pointer;
  transition: background-color 160ms ease, -webkit-transform 160ms ease;
  transition: background-color 160ms ease, transform 160ms ease;
  transition: background-color 160ms ease, transform 160ms ease, -webkit-transform 160ms ease;
}

/* line 939, app/assets/stylesheets/ads.scss */
.ads button.ads__generate-button:hover:not(:disabled) {
  background: #f0232c;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

/* line 944, app/assets/stylesheets/ads.scss */
.ads button.ads__generate-button:disabled {
  opacity: 0.72;
  cursor: default;
}

/* line 949, app/assets/stylesheets/ads.scss */
.ads button.ads__generate-button.is-generating:disabled {
  opacity: 1;
}

/* line 953, app/assets/stylesheets/ads.scss */
.ads__generate-bars {
  display: none;
  height: 16px;
  align-items: center;
  gap: 3px;
  margin-left: 10px;
}

/* line 961, app/assets/stylesheets/ads.scss */
.ads__generate-button.is-generating .ads__generate-bars {
  display: inline-flex;
}

/* line 965, app/assets/stylesheets/ads.scss */
.ads__generate-bar {
  width: 3px;
  height: 12px;
  border-radius: 2px;
  background: #fff;
  -webkit-transform: scaleY(0.4);
          transform: scaleY(0.4);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: ads-generate-bar 720ms ease-in-out infinite;
          animation: ads-generate-bar 720ms ease-in-out infinite;
}

/* line 975, app/assets/stylesheets/ads.scss */
.ads__generate-bar:nth-child(1) {
  -webkit-animation-delay: -240ms;
          animation-delay: -240ms;
}

/* line 979, app/assets/stylesheets/ads.scss */
.ads__generate-bar:nth-child(2) {
  height: 16px;
  -webkit-animation-delay: -120ms;
          animation-delay: -120ms;
}

/* line 984, app/assets/stylesheets/ads.scss */
.ads__generate-bar:nth-child(3) {
  height: 10px;
}

@-webkit-keyframes ads-generate-bar {
  0%,
100% {
    -webkit-transform: scaleY(0.4);
            transform: scaleY(0.4);
  }
  50% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

@keyframes ads-generate-bar {
  0%,
100% {
    -webkit-transform: scaleY(0.4);
            transform: scaleY(0.4);
  }
  50% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

/* line 999, app/assets/stylesheets/ads.scss */
.ads button.ads__generate-button:focus-visible {
  outline: 2px solid #171716;
  outline-offset: 3px;
}

/* line 1004, app/assets/stylesheets/ads.scss */
.ads__ai-error {
  color: #b20d14;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
  text-align: center;
}

/* line 1012, app/assets/stylesheets/ads.scss */
.ads__ai-error[hidden] {
  display: none;
}

/* line 1016, app/assets/stylesheets/ads.scss */
.ads__ai-result {
  display: flex;
  width: 100%;
  min-height: 620px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #171716;
  text-align: center;
  -webkit-animation: ads-result-reveal 440ms cubic-bezier(0.22, 1, 0.36, 1) both;
          animation: ads-result-reveal 440ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

/* line 1028, app/assets/stylesheets/ads.scss */
.ads__ai-shell.is-result-visible .ads__ai-result {
  min-height: 540px;
}

/* line 1032, app/assets/stylesheets/ads.scss */
.ads__ai-result > h2 {
  max-width: 820px;
  color: #171716;
  font-size: clamp(44px, 4.4vw, 58px);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -0.045em;
}

/* line 1041, app/assets/stylesheets/ads.scss */
.ads__ai-result > h2:focus {
  outline: none;
}

/* line 1045, app/assets/stylesheets/ads.scss */
.ads button.ads__result-player {
  position: relative;
  display: block;
  width: 180px;
  height: 180px;
  margin-top: 56px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  outline: none;
  background: transparent;
  color: #fff;
  cursor: pointer;
  transition: -webkit-transform 180ms ease;
  transition: transform 180ms ease;
  transition: transform 180ms ease, -webkit-transform 180ms ease;
}

/* line 1061, app/assets/stylesheets/ads.scss */
.ads button.ads__result-player:hover {
  -webkit-transform: scale(1.025);
          transform: scale(1.025);
}

/* line 1065, app/assets/stylesheets/ads.scss */
.ads button.ads__result-player:focus-visible {
  box-shadow: none;
}

/* line 1069, app/assets/stylesheets/ads.scss */
.ads button.ads__result-player:focus-visible .ads__result-player-icon {
  -webkit-filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.7));
          filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.7));
}

/* line 1073, app/assets/stylesheets/ads.scss */
.ads__result-progress {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
  fill: none;
  pointer-events: none;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/* line 1086, app/assets/stylesheets/ads.scss */
.ads__result-progress-value {
  fill: none;
  opacity: 0;
  stroke: var(--ads-red);
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  stroke-linecap: round;
  stroke-width: 6;
  transition: stroke-dashoffset 160ms linear, opacity 80ms ease;
}

/* line 1097, app/assets/stylesheets/ads.scss */
.ads__result-progress-value.has-progress {
  opacity: 1;
}

/* line 1101, app/assets/stylesheets/ads.scss */
.ads__result-player-button {
  position: absolute;
  z-index: 1;
  inset: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #171716;
  box-shadow: 0 18px 42px rgba(23, 23, 22, 0.16);
}

/* line 1113, app/assets/stylesheets/ads.scss */
.ads__result-player-icon {
  display: block;
  width: 132px;
  height: 132px;
  fill: currentColor;
}

/* line 1120, app/assets/stylesheets/ads.scss */
.ads__result-player-icon--pause,
.ads button.ads__result-player.is-playing .ads__result-player-icon--play {
  display: none;
}

/* line 1125, app/assets/stylesheets/ads.scss */
.ads button.ads__result-player.is-playing .ads__result-player-icon--pause {
  display: block;
}

/* line 1129, app/assets/stylesheets/ads.scss */
.ads__ai-result-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 58px;
}

/* line 1136, app/assets/stylesheets/ads.scss */
.ads__ai-result-cta h3 {
  color: #171716;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.018em;
}

/* line 1144, app/assets/stylesheets/ads.scss */
.ads__ai-result-cta a,
.ads__ai-result-cta a:visited {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  margin-top: 22px;
  padding: 14px 26px;
  border-radius: 7px;
  background: var(--ads-red);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 160ms ease, -webkit-transform 160ms ease;
  transition: background-color 160ms ease, transform 160ms ease;
  transition: background-color 160ms ease, transform 160ms ease, -webkit-transform 160ms ease;
}

/* line 1163, app/assets/stylesheets/ads.scss */
.ads__ai-result-cta a:hover {
  background: #f0232c;
  color: #fff;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

/* line 1169, app/assets/stylesheets/ads.scss */
.ads__ai-result-cta a:focus-visible {
  outline: 2px solid #171716;
  outline-offset: 3px;
}

@-webkit-keyframes ads-result-reveal {
  from {
    opacity: 0;
    -webkit-transform: translateY(18px) scale(0.985);
            transform: translateY(18px) scale(0.985);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}

@keyframes ads-result-reveal {
  from {
    opacity: 0;
    -webkit-transform: translateY(18px) scale(0.985);
            transform: translateY(18px) scale(0.985);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}

/* line 1186, app/assets/stylesheets/ads.scss */
#how-it-works {
  padding-top: 84px;
  padding-bottom: 84px;
}

/* line 1191, app/assets/stylesheets/ads.scss */
.ads__steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(28px, 3.7vw, 53px);
  margin-top: 64px;
}

/* line 1198, app/assets/stylesheets/ads.scss */
.ads__step {
  min-width: 0;
  padding-top: 22px;
  border-top: 2px solid var(--ads-step-accent);
}

/* line 1204, app/assets/stylesheets/ads.scss */
.ads__step--purple {
  --ads-step-accent: #7c3aed;
  --ads-step-text: #9b77f2;
}

/* line 1209, app/assets/stylesheets/ads.scss */
.ads__step--blue {
  --ads-step-accent: #2d6cdf;
  --ads-step-text: #4f8df7;
}

/* line 1214, app/assets/stylesheets/ads.scss */
.ads__step--orange {
  --ads-step-accent: #c94f00;
  --ads-step-text: #e86921;
}

/* line 1219, app/assets/stylesheets/ads.scss */
.ads__step--pink {
  --ads-step-accent: #d12d75;
  --ads-step-text: #e85b9c;
}

/* line 1224, app/assets/stylesheets/ads.scss */
.ads__step-heading {
  min-height: 90px;
}

/* line 1228, app/assets/stylesheets/ads.scss */
.ads__step-heading > span {
  display: block;
  color: var(--ads-step-text);
  font-size: 13px;
  font-weight: 700;
  line-height: 24px;
}

/* line 1236, app/assets/stylesheets/ads.scss */
.ads__step-heading h3 {
  margin-top: 24px;
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  line-height: 24px;
}

/* line 1244, app/assets/stylesheets/ads.scss */
.ads__mini-graphic {
  position: relative;
  width: 100%;
  height: 240px;
  margin-top: 24px;
  overflow: hidden;
  border: 1px solid #2b2b2b;
  border-radius: 12px;
  background: #1b1b1b;
}

/* line 1255, app/assets/stylesheets/ads.scss */
.ads__format-options {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 16px;
}

/* line 1264, app/assets/stylesheets/ads.scss */
.ads__format-option {
  display: flex;
  width: 100%;
  height: 56px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #3c3c3c;
  color: #f7f5f0;
  font-size: 18px;
  font-weight: 700;
}

/* line 1277, app/assets/stylesheets/ads.scss */
.ads__format-option--active {
  width: 88%;
  background: var(--ads-step-accent);
}

/* line 1282, app/assets/stylesheets/ads.scss */
.ads__audience-graphic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 28px;
  padding: 16px;
}

/* line 1290, app/assets/stylesheets/ads.scss */
.ads__audience-search {
  display: flex;
  width: 100%;
  height: 56px;
  align-items: center;
  gap: 10px;
  padding: 0 14px;
  border-radius: 8px;
  background: var(--ads-step-accent);
  color: #fff;
  font-size: 18px;
}

/* line 1303, app/assets/stylesheets/ads.scss */
.ads__search-icon {
  position: relative;
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
  border: 1.8px solid currentColor;
  border-radius: 50%;
}

/* line 1312, app/assets/stylesheets/ads.scss */
.ads__search-icon::after {
  position: absolute;
  right: -5px;
  bottom: -3px;
  width: 7px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}

/* line 1325, app/assets/stylesheets/ads.scss */
.ads__city-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

/* line 1332, app/assets/stylesheets/ads.scss */
.ads__city-row > span {
  display: inline-flex;
  height: 36px;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  border: 1px solid var(--ads-step-accent);
  border-radius: 18px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  white-space: nowrap;
}

/* line 1346, app/assets/stylesheets/ads.scss */
.ads__city-row i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ads-step-accent);
}

/* line 1353, app/assets/stylesheets/ads.scss */
.ads__budget-track,
.ads__budget-track-active {
  position: absolute;
  top: 50%;
  left: 19%;
  width: 62%;
  height: 8px;
  border-radius: 4px;
  background: #b0aca5;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* line 1365, app/assets/stylesheets/ads.scss */
.ads__budget-track-active {
  width: 31%;
  background: var(--ads-step-accent);
}

/* line 1370, app/assets/stylesheets/ads.scss */
.ads__budget-control,
.ads__budget-knob {
  position: absolute;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* line 1381, app/assets/stylesheets/ads.scss */
.ads__budget-control {
  width: 30px;
  height: 30px;
  background: #f7f5f0;
  color: #1b1b1b;
  font-size: 14px;
}

/* line 1389, app/assets/stylesheets/ads.scss */
.ads__budget-control--minus {
  left: 19%;
}

/* line 1393, app/assets/stylesheets/ads.scss */
.ads__budget-control--plus {
  left: 81%;
}

/* line 1397, app/assets/stylesheets/ads.scss */
.ads__budget-knob {
  left: 50%;
  width: 58px;
  height: 58px;
  background: var(--ads-step-accent);
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

/* line 1407, app/assets/stylesheets/ads.scss */
.ads__growth-graphic {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 16px;
  padding-bottom: 60px;
}

/* line 1415, app/assets/stylesheets/ads.scss */
.ads__growth-bar {
  width: 84px;
  border-radius: 10px 10px 4px 4px;
}

/* line 1420, app/assets/stylesheets/ads.scss */
.ads__growth-bar--short {
  height: 70px;
  background: #3c3c3c;
}

/* line 1425, app/assets/stylesheets/ads.scss */
.ads__growth-bar--tall {
  display: flex;
  height: 116px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--ads-step-accent);
  color: #fff;
}

/* line 1435, app/assets/stylesheets/ads.scss */
.ads__growth-arrow {
  display: block;
  width: 42px;
  height: 48px;
}

/* line 1441, app/assets/stylesheets/ads.scss */
.ads__growth-arrow svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* line 1452, app/assets/stylesheets/ads.scss */
.ads__growth-bar strong {
  margin-top: 1px;
  font-size: 20px;
  line-height: 24px;
}

/* line 1458, app/assets/stylesheets/ads.scss */
.ads__effectiveness {
  padding-top: 64px;
  padding-bottom: 64px;
}

/* line 1463, app/assets/stylesheets/ads.scss */
.ads__effectiveness-grid {
  display: grid;
  grid-template-columns: minmax(0, 520px) minmax(440px, 680px);
  gap: 80px;
  align-items: center;
  justify-content: space-between;
}

/* line 1471, app/assets/stylesheets/ads.scss */
.ads__effectiveness-copy {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* line 1477, app/assets/stylesheets/ads.scss */
.ads__effectiveness-copy h2 {
  color: #fff;
  font-size: clamp(34px, 3.1vw, 40px);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.045em;
}

/* line 1485, app/assets/stylesheets/ads.scss */
.ads__effectiveness-copy > p:last-child {
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
  line-height: 1.55;
}

/* line 1491, app/assets/stylesheets/ads.scss */
.ads__metrics {
  display: grid;
  min-height: 168px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  padding: 32px;
  border: 1px solid var(--ads-line);
  border-radius: 8px;
  background: linear-gradient(166deg, #191919 0%, #151515 48%, #0f0f10 100%);
}

/* line 1502, app/assets/stylesheets/ads.scss */
.ads__metrics span {
  display: flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

/* line 1515, app/assets/stylesheets/ads.scss */
.ads__metrics span + span {
  border-left: 1px solid var(--ads-line);
}

/* line 1519, app/assets/stylesheets/ads.scss */
.ads__playbook {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  margin-bottom: 80px;
  padding: 30px 32px;
  border: 1px solid var(--ads-line);
  border-radius: 8px;
  background: #181819;
}

/* line 1531, app/assets/stylesheets/ads.scss */
.ads__playbook-copy {
  display: flex;
  max-width: 820px;
  flex-direction: column;
  gap: 10px;
}

/* line 1538, app/assets/stylesheets/ads.scss */
.ads__playbook-copy h2 {
  color: #fff;
  font-size: clamp(28px, 2.4vw, 34px);
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: -0.035em;
}

/* line 1546, app/assets/stylesheets/ads.scss */
.ads__playbook-copy > p:last-child {
  color: rgba(255, 255, 255, 0.68);
  font-size: 16px;
  line-height: 1.5;
}

/* line 1552, app/assets/stylesheets/ads.scss */
.ads__playbook-button {
  flex: 0 0 auto;
}

/* line 1556, app/assets/stylesheets/ads.scss */
.ads__faq-section {
  padding-top: 64px;
  padding-bottom: 64px;
}

/* line 1561, app/assets/stylesheets/ads.scss */
.ads__faq-list {
  margin-top: 34px;
  border-bottom: 1px solid var(--ads-line);
}

/* line 1566, app/assets/stylesheets/ads.scss */
.ads__faq {
  border-top: 1px solid var(--ads-line);
}

/* line 1570, app/assets/stylesheets/ads.scss */
.ads__faq summary {
  position: relative;
  padding: 18px 48px 18px 0;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  cursor: pointer;
  list-style: none;
}

/* line 1581, app/assets/stylesheets/ads.scss */
.ads__faq summary::-webkit-details-marker {
  display: none;
}

/* line 1585, app/assets/stylesheets/ads.scss */
.ads__faq summary::after {
  position: absolute;
  top: 50%;
  right: 4px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 24px;
  font-weight: 400;
  content: "+";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* line 1596, app/assets/stylesheets/ads.scss */
.ads__faq[open] summary {
  padding-bottom: 4px;
}

/* line 1600, app/assets/stylesheets/ads.scss */
.ads__faq[open] summary::after {
  content: "\2212";
}

/* line 1604, app/assets/stylesheets/ads.scss */
.ads__faq summary:focus-visible {
  outline: 2px solid var(--ads-red);
  outline-offset: 3px;
}

/* line 1609, app/assets/stylesheets/ads.scss */
.ads__faq p {
  max-width: 1120px;
  padding: 8px 48px 20px 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 16px;
  line-height: 25px;
}

/* line 1617, app/assets/stylesheets/ads.scss */
.ads__contact-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

/* line 1622, app/assets/stylesheets/ads.scss */
.ads__contact-panel {
  display: grid;
  min-height: 520px;
  grid-template-columns: minmax(0, 0.8fr) minmax(520px, 1.2fr);
  align-items: start;
  gap: clamp(48px, 6vw, 92px);
  padding: 64px;
  border-radius: 8px;
  background: var(--ads-red);
}

/* line 1633, app/assets/stylesheets/ads.scss */
.ads__contact-copy {
  max-width: 460px;
}

/* line 1637, app/assets/stylesheets/ads.scss */
.ads__contact-copy h2 {
  color: #fff;
  font-size: clamp(40px, 3.8vw, 54px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

/* line 1645, app/assets/stylesheets/ads.scss */
.ads__contact-copy h2 span {
  display: block;
}

/* line 1649, app/assets/stylesheets/ads.scss */
.ads__contact-copy h2 span + span {
  margin-top: 24px;
}

/* line 1653, app/assets/stylesheets/ads.scss */
.ads__contact-form {
  display: grid;
  width: 100%;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
  color-scheme: light;
}

/* line 1661, app/assets/stylesheets/ads.scss */
.ads__contact-form[hidden],
.ads__contact-result[hidden] {
  display: none;
}

/* line 1666, app/assets/stylesheets/ads.scss */
.ads__contact-trap {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* line 1674, app/assets/stylesheets/ads.scss */
.ads__contact-field {
  min-width: 0;
}

/* line 1678, app/assets/stylesheets/ads.scss */
.ads__contact-form .ads__field input {
  height: 64px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  background: #fffaf8;
  box-shadow: 0 8px 18px rgba(84, 0, 5, 0.11);
}

/* line 1687, app/assets/stylesheets/ads.scss */
.ads__contact-form .ads__field input::-webkit-input-placeholder {
  color: rgba(23, 23, 22, 0.32);
}
.ads__contact-form .ads__field input:-ms-input-placeholder {
  color: rgba(23, 23, 22, 0.32);
}
.ads__contact-form .ads__field input::-ms-input-placeholder {
  color: rgba(23, 23, 22, 0.32);
}
.ads__contact-form .ads__field input::placeholder {
  color: rgba(23, 23, 22, 0.32);
}

/* line 1691, app/assets/stylesheets/ads.scss */
.ads__contact-form .ads__field input:focus {
  box-shadow: 0 0 0 3px rgba(23, 23, 22, 0.24), 0 8px 18px rgba(84, 0, 5, 0.11);
}

/* line 1695, app/assets/stylesheets/ads.scss */
.ads__contact-country-select {
  position: relative;
  display: flex;
  width: 100%;
  height: 64px;
  align-items: center;
  padding: 0 54px 0 22px;
  border: 0;
  border-radius: 999px;
  background: #fffaf8;
  color: rgba(23, 23, 22, 0.32);
  box-shadow: 0 8px 18px rgba(84, 0, 5, 0.11);
}

/* line 1709, app/assets/stylesheets/ads.scss */
.ads__contact-country-select:hover {
  background: #fff;
}

/* line 1713, app/assets/stylesheets/ads.scss */
.ads__contact-country-select:focus-within {
  background: #fff;
  box-shadow: 0 0 0 3px rgba(23, 23, 22, 0.24), 0 8px 18px rgba(84, 0, 5, 0.11);
}

/* line 1718, app/assets/stylesheets/ads.scss */
.ads__contact-country-select.has-value {
  color: #171716;
}

/* line 1722, app/assets/stylesheets/ads.scss */
.ads__contact-country-label {
  overflow: hidden;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  pointer-events: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 1732, app/assets/stylesheets/ads.scss */
.ads__contact-country-chevron {
  position: absolute;
  top: 50%;
  right: 26px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #2c2c2c;
  border-bottom: 2px solid #2c2c2c;
  pointer-events: none;
  -webkit-transform: translateY(-70%) rotate(45deg);
          transform: translateY(-70%) rotate(45deg);
}

/* line 1744, app/assets/stylesheets/ads.scss */
.ads__contact-country-select select {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  opacity: 0;
  color-scheme: light;
  cursor: pointer;
}

/* line 1756, app/assets/stylesheets/ads.scss */
.ads__contact-consent {
  display: inline-flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  gap: 12px;
  margin-top: 2px;
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  line-height: 1.4;
}

/* line 1768, app/assets/stylesheets/ads.scss */
.ads__contact-consent input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* line 1774, app/assets/stylesheets/ads.scss */
.ads__contact-consent-box {
  position: relative;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  border: 2px solid #fff;
  border-radius: 6px;
  background: #fff;
  transition: background-color 160ms ease, border-color 160ms ease;
}

/* line 1785, app/assets/stylesheets/ads.scss */
.ads__contact-consent:focus-within .ads__contact-consent-box {
  box-shadow: 0 0 0 3px rgba(23, 23, 22, 0.24);
}

/* line 1789, app/assets/stylesheets/ads.scss */
.ads__contact-consent input:checked + .ads__contact-consent-box {
  border-color: #171716;
  background: #171716;
}

/* line 1794, app/assets/stylesheets/ads.scss */
.ads__contact-consent input:checked + .ads__contact-consent-box::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 6px;
  width: 6px;
  height: 11px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* line 1806, app/assets/stylesheets/ads.scss */
.ads button.ads__contact-submit {
  min-height: 58px;
  justify-self: start;
  margin-top: 8px;
  padding: 0 34px;
  border: 0;
  border-radius: 999px;
  background: #171716;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  transition: background-color 160ms ease, -webkit-transform 160ms ease;
  transition: background-color 160ms ease, transform 160ms ease;
  transition: background-color 160ms ease, transform 160ms ease, -webkit-transform 160ms ease;
}

/* line 1823, app/assets/stylesheets/ads.scss */
.ads button.ads__contact-submit:hover {
  background: #2a2a29;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

/* line 1828, app/assets/stylesheets/ads.scss */
.ads button.ads__contact-submit:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

/* line 1833, app/assets/stylesheets/ads.scss */
.ads button.ads__contact-submit:disabled {
  background: #2a2a29;
  cursor: default;
  -webkit-transform: none;
          transform: none;
}

/* line 1839, app/assets/stylesheets/ads.scss */
.ads__contact-error {
  margin-top: -2px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
}

/* line 1847, app/assets/stylesheets/ads.scss */
.ads__contact-result {
  width: 100%;
  align-self: start;
  color: #fff;
  outline: 0;
  text-align: center;
}

/* line 1855, app/assets/stylesheets/ads.scss */
.ads__contact-result h3 {
  max-width: 520px;
  margin: 0 auto;
  font-size: clamp(36px, 3.6vw, 50px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

@media (max-width: 1120px) {
  /* line 1865, app/assets/stylesheets/ads.scss */
  .ads__hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 420px);
    gap: 52px;
  }
  /* line 1870, app/assets/stylesheets/ads.scss */
  .ads__value-grid {
    gap: 36px;
  }
  /* line 1874, app/assets/stylesheets/ads.scss */
  .ads__format-grid {
    gap: 20px;
  }
  /* line 1878, app/assets/stylesheets/ads.scss */
  .ads__format-card {
    min-height: 470px;
  }
  /* line 1882, app/assets/stylesheets/ads.scss */
  .ads__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 48px 36px;
  }
  /* line 1887, app/assets/stylesheets/ads.scss */
  .ads__effectiveness-grid {
    grid-template-columns: minmax(0, 1fr) minmax(430px, 1.2fr);
    gap: 48px;
  }
  /* line 1892, app/assets/stylesheets/ads.scss */
  .ads__contact-panel {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 48px;
  }
  /* line 1899, app/assets/stylesheets/ads.scss */
  .ads__contact-copy {
    max-width: 660px;
  }
  /* line 1903, app/assets/stylesheets/ads.scss */
  .ads__contact-form {
    max-width: 680px;
  }
}

@media (max-width: 900px) {
  /* line 1909, app/assets/stylesheets/ads.scss */
  .ads-header__inner {
    padding-right: 32px;
    padding-left: 32px;
  }
  /* line 1914, app/assets/stylesheets/ads.scss */
  .ads__section {
    padding-right: 32px;
    padding-left: 32px;
  }
  /* line 1919, app/assets/stylesheets/ads.scss */
  .ads__hero {
    min-height: 0;
    padding-top: 72px;
    padding-bottom: 72px;
  }
  /* line 1925, app/assets/stylesheets/ads.scss */
  .ads__hero-grid {
    grid-template-columns: 1fr;
  }
  /* line 1929, app/assets/stylesheets/ads.scss */
  .ads__hero-copy {
    max-width: 660px;
  }
  /* line 1933, app/assets/stylesheets/ads.scss */
  .ads__hero-visual {
    max-width: none;
  }
  /* line 1937, app/assets/stylesheets/ads.scss */
  .ads__value-grid,
.ads__format-grid {
    grid-template-columns: 1fr;
  }
  /* line 1942, app/assets/stylesheets/ads.scss */
  .ads__value {
    min-height: 0;
    padding-bottom: 12px;
  }
  /* line 1947, app/assets/stylesheets/ads.scss */
  .ads__format-card {
    min-height: 0;
  }
  /* line 1951, app/assets/stylesheets/ads.scss */
  .ads__format-visual {
    aspect-ratio: 16 / 9;
  }
  /* line 1955, app/assets/stylesheets/ads.scss */
  .ads__effectiveness-grid {
    grid-template-columns: 1fr;
  }
  /* line 1959, app/assets/stylesheets/ads.scss */
  .ads__metrics {
    min-height: 150px;
  }
}

@media (max-width: 650px) {
  /* line 1966, app/assets/stylesheets/ads.scss */
  .ads-header__inner {
    display: grid;
    min-height: 0;
    grid-template-columns: minmax(0, 1fr) auto;
    row-gap: 14px;
    padding: 16px 20px 0;
  }
  /* line 1974, app/assets/stylesheets/ads.scss */
  .ads-header__brand {
    grid-column: 1;
    grid-row: 1;
  }
  /* line 1979, app/assets/stylesheets/ads.scss */
  .ads-header__cta {
    grid-column: 2;
    grid-row: 1;
  }
  /* line 1984, app/assets/stylesheets/ads.scss */
  .ads-header__nav {
    display: grid;
    width: 100%;
    grid-column: 1 / -1;
    grid-row: 2;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }
  /* line 1994, app/assets/stylesheets/ads.scss */
  .ads-header__nav a {
    padding: 13px 4px 15px;
    font-size: 13px;
    text-align: center;
  }
  /* line 2000, app/assets/stylesheets/ads.scss */
  .ads__section {
    padding: 56px 20px;
  }
  /* line 2004, app/assets/stylesheets/ads.scss */
  .ads__hero {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  /* line 2009, app/assets/stylesheets/ads.scss */
  .ads__hero-grid {
    gap: 48px;
  }
  /* line 2013, app/assets/stylesheets/ads.scss */
  .ads__hero h1 {
    font-size: clamp(44px, 13.5vw, 58px);
  }
  /* line 2017, app/assets/stylesheets/ads.scss */
  .ads__hero-copy > p {
    font-size: 18px;
  }
  /* line 2021, app/assets/stylesheets/ads.scss */
  .ads__value-grid {
    margin-top: 30px;
  }
  /* line 2025, app/assets/stylesheets/ads.scss */
  .ads__value h3 {
    font-size: 24px;
  }
  /* line 2029, app/assets/stylesheets/ads.scss */
  .ads__format-card {
    padding: 18px;
  }
  /* line 2033, app/assets/stylesheets/ads.scss */
  .ads__format-card h3 {
    font-size: 25px;
  }
  /* line 2037, app/assets/stylesheets/ads.scss */
  .ads__comparison-heading {
    font-size: 34px;
  }
  /* line 2041, app/assets/stylesheets/ads.scss */
  .ads__comparison-table {
    min-width: 820px;
  }
  /* line 2045, app/assets/stylesheets/ads.scss */
  .ads__comparison-table th,
.ads__comparison-table td {
    padding-right: 16px;
    padding-left: 16px;
  }
  /* line 2051, app/assets/stylesheets/ads.scss */
  .ads__comparison-feature-column {
    width: 42%;
  }
  /* line 2055, app/assets/stylesheets/ads.scss */
  .ads .ads__footnote {
    font-size: 14px;
  }
  /* line 2059, app/assets/stylesheets/ads.scss */
  .ads__ai-shell {
    min-height: 0;
  }
  /* line 2063, app/assets/stylesheets/ads.scss */
  .ads__ai-generator {
    gap: 36px;
  }
  /* line 2067, app/assets/stylesheets/ads.scss */
  .ads__section-intro--centered {
    align-items: flex-start;
    text-align: left;
  }
  /* line 2072, app/assets/stylesheets/ads.scss */
  .ads__ai-title {
    gap: 9px;
  }
  /* line 2076, app/assets/stylesheets/ads.scss */
  .ads__ai-title-icon {
    width: clamp(32px, 10vw, 44px);
    height: clamp(32px, 10vw, 44px);
  }
  /* line 2081, app/assets/stylesheets/ads.scss */
  .ads__ai-section .ads__section-intro h2 {
    font-size: clamp(32px, 10vw, 44px);
  }
  /* line 2085, app/assets/stylesheets/ads.scss */
  .ads__ai-form {
    gap: 18px;
    padding: 22px;
  }
  /* line 2090, app/assets/stylesheets/ads.scss */
  .ads__field-row,
.ads__choice-grid {
    grid-template-columns: 1fr;
  }
  /* line 2095, app/assets/stylesheets/ads.scss */
  .ads__choice-grid {
    gap: 8px;
  }
  /* line 2099, app/assets/stylesheets/ads.scss */
  .ads__choice {
    height: 52px;
  }
  /* line 2103, app/assets/stylesheets/ads.scss */
  .ads__choice--music {
    height: auto;
  }
  /* line 2107, app/assets/stylesheets/ads.scss */
  .ads__choice-group--music .ads__choice-grid {
    grid-template-columns: repeat(3, 154px);
    overflow-x: auto;
    padding-bottom: 4px;
    -webkit-scroll-snap-type: x proximity;
        -ms-scroll-snap-type: x proximity;
            scroll-snap-type: x proximity;
  }
  /* line 2114, app/assets/stylesheets/ads.scss */
  .ads__ai-result {
    min-height: 570px;
  }
  /* line 2118, app/assets/stylesheets/ads.scss */
  .ads__ai-shell.is-result-visible .ads__ai-result {
    min-height: 500px;
  }
  /* line 2122, app/assets/stylesheets/ads.scss */
  .ads__ai-result > h2 {
    font-size: 42px;
  }
  /* line 2126, app/assets/stylesheets/ads.scss */
  .ads button.ads__result-player {
    width: 164px;
    height: 164px;
    margin-top: 44px;
  }
  /* line 2132, app/assets/stylesheets/ads.scss */
  .ads__ai-result-cta {
    margin-top: 46px;
  }
  /* line 2136, app/assets/stylesheets/ads.scss */
  .ads__ai-result-cta h3 {
    font-size: 22px;
  }
  /* line 2140, app/assets/stylesheets/ads.scss */
  .ads__music-option {
    scroll-snap-align: start;
  }
  /* line 2144, app/assets/stylesheets/ads.scss */
  .ads__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 44px 16px;
    margin-top: 44px;
  }
  /* line 2150, app/assets/stylesheets/ads.scss */
  .ads__step-heading {
    min-height: 76px;
  }
  /* line 2154, app/assets/stylesheets/ads.scss */
  .ads__step-heading h3 {
    margin-top: 16px;
  }
  /* line 2158, app/assets/stylesheets/ads.scss */
  .ads__mini-graphic {
    margin-top: 18px;
  }
  /* line 2162, app/assets/stylesheets/ads.scss */
  .ads__audience-graphic {
    gap: 24px;
    padding: 14px 8px;
  }
  /* line 2167, app/assets/stylesheets/ads.scss */
  .ads__audience-search {
    gap: 8px;
    padding: 0 10px;
    font-size: clamp(13px, 3.6vw, 15px);
    font-weight: 700;
  }
  /* line 2174, app/assets/stylesheets/ads.scss */
  .ads__city-row {
    display: grid;
    width: 100%;
    grid-template-columns: minmax(0, 1.65fr) minmax(0, 1fr);
    gap: 4px;
  }
  /* line 2181, app/assets/stylesheets/ads.scss */
  .ads__city-row > span {
    width: 100%;
    height: 30px;
    justify-content: center;
    gap: 3px;
    padding: 0 4px;
    font-size: clamp(9px, 3vw, 12px);
  }
  /* line 2190, app/assets/stylesheets/ads.scss */
  .ads__city-row i {
    width: 5px;
    height: 5px;
    flex: 0 0 5px;
  }
  /* line 2196, app/assets/stylesheets/ads.scss */
  .ads__metrics {
    grid-template-columns: 1fr;
    padding: 24px;
  }
  /* line 2201, app/assets/stylesheets/ads.scss */
  .ads__metrics span {
    min-height: 58px;
  }
  /* line 2205, app/assets/stylesheets/ads.scss */
  .ads__metrics span + span {
    border-top: 1px solid var(--ads-line);
    border-left: 0;
  }
  /* line 2210, app/assets/stylesheets/ads.scss */
  .ads__playbook {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 64px;
    padding: 28px;
  }
  /* line 2218, app/assets/stylesheets/ads.scss */
  .ads__faq summary {
    padding-right: 36px;
    font-size: 18px;
  }
  /* line 2223, app/assets/stylesheets/ads.scss */
  .ads__faq p {
    padding-right: 36px;
  }
  /* line 2227, app/assets/stylesheets/ads.scss */
  .ads__contact-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  /* line 2232, app/assets/stylesheets/ads.scss */
  .ads__contact-panel {
    gap: 32px;
    padding: 40px 28px;
  }
  /* line 2237, app/assets/stylesheets/ads.scss */
  .ads__contact-copy h2 {
    font-size: 39px;
  }
}

@media (prefers-reduced-motion: reduce) {
  /* line 2244, app/assets/stylesheets/ads.scss */
  .ads-header__nav a,
.ads-header__cta,
.ads__button,
.ads__generate-button,
.ads__result-player,
.ads__ai-result-cta a,
.ads__contact-submit {
    transition: none;
  }
  /* line 2254, app/assets/stylesheets/ads.scss */
  .ads__ai-result {
    -webkit-animation: none;
            animation: none;
  }
  /* line 2258, app/assets/stylesheets/ads.scss */
  .ads__generate-bar {
    -webkit-animation: none;
            animation: none;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
