* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: #060d10;
  color: #f5f6f8;
  font-family: Manrope, Inter, Arial, sans-serif;
  hyphens: none !important;
  word-break: normal !important;
  overflow-x: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
  display: block;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.header {
  height: 126px;
  background: #000;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 0 max(24px, calc((100vw - 1744px) / 2));
  position: relative;
  z-index: 20;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 210px;
  font-weight: 900;
  line-height: 0.92;
}
.brand-mark {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: linear-gradient(
    135deg,
    #416ff2 0 27%,
    #ffd451 28% 60%,
    #ff4560 61%
  );
  color: #060d10;
  font-size: 35px;
}
.brand b,
.brand em,
.brand small {
  display: block;
}
.brand b {
  font-size: 11px;
  letter-spacing: 2px;
  color: #fff;
}
.brand em {
  font-size: 17px;
  font-style: normal;
  letter-spacing: 0.4px;
  background: linear-gradient(90deg, #7b75cc, #ffd451, #ff4560);
  color: transparent;
  background-clip: text;
}
.brand small {
  font-size: 7px;
  letter-spacing: 1px;
  color: #aeb4c2;
  margin-top: 3px;
}
.desktop-nav {
  display: flex;
  justify-content: center;
  gap: clamp(12px, 2vw, 30px);
  flex: 1;
}
.desktop-nav a {
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
}
.login,
.menu {
  min-height: 46px;
  border: 0;
  border-radius: 999px;
  padding: 0 21px;
  background: #373a3e;
  color: #fff;
  font-weight: 900;
}
.menu {
  width: 48px;
  padding: 0;
  background: #ff4560;
  font-size: 19px;
}
.mobile-nav {
  display: none;
}
.container,
.utility,
.edge-deck {
  max-width: 1744px;
  margin-left: auto;
  margin-right: auto;
}
.hero {
  height: 700px;
  position: relative;
  overflow: hidden;
  background: #081017;
}
.hero picture,
.hero picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.87),
    rgba(0, 0, 0, 0.22) 57%,
    transparent
  );
}
.hero-copy {
  position: absolute;
  z-index: 2;
  top: 25%;
  left: max(24px, calc((100% - 1744px) / 2));
  max-width: 660px;
}
.hero-copy p,
.kicker {
  color: #ffd451;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 900;
}
.hero-copy h1 {
  font-size: clamp(48px, 5.2vw, 88px);
  line-height: 0.94;
  margin: 14px 0;
}
.hero-copy span {
  font-size: 20px;
  color: #dde1e9;
  display: block;
  margin-bottom: 28px;
}
.hero-copy a,
.yellow {
  display: inline-flex;
  min-height: 56px;
  padding: 12px 31px;
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  background: #ffd451;
  color: #070b0e;
  font-size: 16px;
  font-weight: 900;
}
.pager {
  position: absolute;
  z-index: 3;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
}
.pager b,
.pager i {
  display: block;
  width: 38px;
  height: 8px;
  border-radius: 999px;
  background: #ff4560;
}
.pager i {
  width: 16px;
  background: #fff;
}
.utility {
  margin-top: 34px;
  margin-bottom: 30px;
  display: flex;
  gap: 12px;
}
.utility label {
  flex: 1;
}
.utility input {
  width: 100%;
  height: 64px;
  border: 2px solid #e5e9ef;
  border-radius: 999px;
  background: #e4e9ef;
  color: #10151a;
  padding: 0 26px;
  font: 700 16px inherit;
}
.utility button,
.utility a {
  height: 64px;
  border: 0;
  border-radius: 999px;
  padding: 0 25px;
  background: #ffd451;
  color: #000;
  font-size: 20px;
  font-weight: 900;
  display: grid;
  place-items: center;
}
.utility a {
  background: #373a3e;
  color: #fff;
  font-size: 14px;
}
.container {
  padding-top: 34px;
  padding-bottom: 34px;
}
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
}
.section-head h2,
.container > h2 {
  font-size: 38px;
  line-height: 1.08;
  margin-bottom: 24px;
}
.section-head span {
  color: #98a0b3;
  font-size: 14px;
  margin-bottom: 28px;
}
.category-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 10px;
}
.category {
  border-radius: 18px;
  overflow: hidden;
  background: #17181d;
  min-width: 0;
}
.category img {
  width: 100%;
  aspect-ratio: 1.25;
  object-fit: cover;
}
.category span {
  padding: 10px;
  display: block;
  font-size: 13px;
  font-weight: 900;
}
.slot-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}
.slot-card {
  background: #17181d;
  border-radius: 20px;
  overflow: hidden;
}
.cover {
  position: relative;
}
.cover img {
  width: 100%;
  aspect-ratio: 0.72;
  object-fit: cover;
}
.cover b {
  position: absolute;
  right: 9px;
  bottom: 9px;
  background: #ffd451;
  color: #0a0d11;
  padding: 5px 8px;
  border-radius: 999px;
  font-size: 10px;
}
.slot-foot {
  padding: 11px;
  display: grid;
  gap: 5px;
}
.slot-foot strong {
  font-size: 14px;
}
.slot-foot span {
  font-size: 11px;
  color: #9fa7b7;
  min-height: 29px;
}
.slot-foot a {
  min-height: 34px;
  display: flex;
  align-items: center;
  color: #ffd451;
  font-size: 12px;
  font-weight: 900;
}
.edge-deck {
  margin-top: 22px;
  margin-bottom: 48px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 20px;
}
.offer-card {
  min-height: 216px;
  background: #17181d;
  border: 1px solid #343843;
  border-radius: 22px;
  display: grid;
  grid-template-columns: 42% 1fr;
  overflow: hidden;
}
.offer-card img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.offer-card div {
  padding: 20px;
}
.offer-card span {
  font-size: 10px;
  letter-spacing: 1px;
  color: #31e9e8;
  font-weight: 900;
  text-transform: uppercase;
}
.offer-card h2 {
  font-size: 21px;
  margin: 8px 0;
}
.offer-card p {
  color: #bac1cf;
  font-size: 13px;
  line-height: 1.4;
}
.offer-card a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: #080b0e;
  background: #ffd451;
  border-radius: 999px;
  padding: 8px 14px;
  font-weight: 900;
  font-size: 12px;
}
.offer-card[data-edge-card="1"] {
  order: 2;
  transform: translateY(-12px);
  border-color: #ffd451;
}
.offer-card[data-edge-card="2"] {
  order: 1;
}
.offer-card[data-edge-card="3"] {
  order: 3;
}
.blue-band {
  margin-top: 18px;
  padding: 74px 0;
  background: #416ff2;
  position: relative;
  overflow: hidden;
}
.blue-band:before,
.blue-band:after {
  content: "";
  position: absolute;
  background: #060d10;
  width: 60%;
  height: 100px;
  border-radius: 50%;
}
.blue-band:before {
  left: -10%;
  top: -62px;
}
.blue-band:after {
  right: -10%;
  bottom: -62px;
}
.blue-band .container {
  position: relative;
  z-index: 1;
}
.blue-band h2 {
  font-size: 54px;
  max-width: 680px;
  margin: 13px 0;
}
.blue-band p:not(.kicker) {
  font-size: 19px;
  line-height: 1.55;
  max-width: 690px;
}
.editorial {
  max-width: 1100px;
}
.editorial h2 {
  font-size: 35px;
  margin-top: 50px;
}
.editorial h3 {
  font-size: 23px;
  color: #ffd451;
  margin-top: 27px;
}
.editorial p {
  font-size: 17px;
  line-height: 1.7;
  color: #d6dbe5;
}
.editorial figure {
  margin: 32px 0;
}
.editorial figure img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  border-radius: 20px;
}
.editorial figcaption {
  font-size: 12px;
  color: #9ca5b8;
  margin-top: 7px;
}
.trust > div,
.payments > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.trust article {
  background: #17181d;
  overflow: hidden;
  border-radius: 20px;
  padding-bottom: 15px;
}
.trust img {
  width: 100%;
  height: 170px;
  object-fit: cover;
}
.trust h3,
.trust article p {
  margin: 13px 15px 0;
}
.trust article p {
  line-height: 1.45;
  color: #bbc2d0;
}
.payments {
  background: #17181d;
  border-radius: 24px;
  padding-left: 32px;
  padding-right: 32px;
}
.payments > div {
  grid-template-columns: repeat(4, 1fr);
}
.payments article {
  background: #060d10;
  padding: 12px;
  border-radius: 15px;
}
.payments img {
  height: 60px;
  width: 100%;
  object-fit: contain;
}
.author article {
  display: flex;
  gap: 18px;
  align-items: center;
  background: #17181d;
  padding: 18px;
  border-radius: 18px;
}
.author img {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  object-fit: cover;
}
.author a {
  color: #ffd451;
  font-weight: 900;
}
.faq details {
  background: #17181d;
  border-radius: 14px;
  padding: 17px;
  margin: 11px 0;
}
.faq summary {
  font-weight: 900;
}
.faq p {
  color: #c5ccd8;
  line-height: 1.55;
  margin: 12px 0 0;
}
.mega-footer {
  background: #000;
  border-top: 1px solid #292b32;
  padding: 46px max(16px, calc((100vw - 1744px) / 2));
  display: grid;
  grid-template-columns: 1.2fr 2fr auto;
  gap: 28px;
  align-items: center;
  color: #bfc5d2;
}
.mega-footer strong {
  color: #fff;
}
.mega-footer nav {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}
.mega-footer nav a {
  color: #ffd451;
  font-weight: 900;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}
.age {
  width: 54px;
  height: 54px;
  border: 2px solid #ff4560;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 900;
}
.mega-footer > p {
  grid-column: 1/-1;
  margin: 0;
}
.mobile-dock {
  display: none;
}
@media (max-width: 900px) {
  .header {
    height: 85px;
    padding: 0 16px;
    gap: 8px;
    position: sticky !important;
    top: 0 !important;
    z-index: 100 !important;
  }
  .brand {
    min-width: 0;
    margin-right: auto;
    gap: 7px;
    min-height: 44px;
  }
  .brand-mark {
    width: 34px;
    height: 34px;
    font-size: 27px;
    border-radius: 12px;
  }
  .brand b {
    font-size: 8px;
  }
  .brand em {
    font-size: 12px;
  }
  .brand small {
    font-size: 5px;
  }
  .desktop-nav {
    display: none;
  }
  .login {
    min-height: 44px;
    padding: 0 13px;
  }
  .menu {
    width: 44px;
    height: 44px;
    min-width: 44px;
    padding: 0;
  }
  .mobile-nav {
    display: grid;
    height: 108px;
    grid-template-columns: repeat(3, 1fr);
    background: #17181d;
  }
  .mobile-nav a {
    min-height: 44px;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center;
    width: 100% !important;
    text-align: center !important;
    border-right: 1px solid #373a3e;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 900;
  }
  .hero {
    height: 386px;
  }
  .hero-copy {
    left: 20px;
    top: 42px;
    max-width: 250px;
  }
  .hero-copy p {
    font-size: 10px;
  }
  .hero-copy h1 {
    font-size: 37px;
    line-height: 1.08;
    margin: 10px 0;
    overflow: visible;
  }
  .hero-copy span {
    font-size: 14px;
    margin-bottom: 14px;
  }
  .hero-copy a {
    min-height: 48px;
    font-size: 13px;
    padding: 9px 20px;
  }
  .utility {
    margin: 16px;
    gap: 7px;
  }
  .utility input {
    height: 56px;
    padding: 0 15px;
    font-size: 13px;
  }
  .utility button {
    height: 56px;
    width: 56px;
    padding: 0;
  }
  .utility a {
    display: none;
  }
  .container {
    padding: 30px 16px;
  }
  .section-head h2,
  .container > h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .section-head span {
    display: none;
  }
  .category-grid {
    display: flex;
    overflow-x: auto;
    gap: 10px;
    padding-bottom: 3px;
  }
  .category {
    min-width: 142px;
  }
  .slot-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }
  .slot-foot {
    padding: 9px;
  }
  .slot-foot strong {
    font-size: 13px;
  }
  .slot-foot span {
    font-size: 10px;
    min-height: 28px;
  }
  .slot-foot a {
    min-height: 44px;
    font-size: 11px;
  }
  .edge-deck {
    margin: 15px 16px 30px;
    display: flex;
    flex-direction: column;
    gap: 11px;
  }
  .offer-card {
    width: 100%;
    min-height: 170px;
  }
  .offer-card[data-edge-card="1"] {
    order: -1 !important;
    transform: none;
  }
  .offer-card[data-edge-card="2"] {
    order: 2;
  }
  .offer-card[data-edge-card="3"] {
    order: 3;
  }
  .blue-band {
    padding: 62px 0;
  }
  .blue-band h2 {
    font-size: 38px;
  }
  .blue-band p:not(.kicker) {
    font-size: 16px;
  }
  .editorial h2 {
    font-size: 28px;
    margin-top: 38px;
  }
  .editorial h3 {
    font-size: 21px;
  }
  .editorial p {
    font-size: 16px;
  }
  .trust > div {
    grid-template-columns: 1fr;
  }
  .payments {
    margin: 0 16px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .payments > div {
    grid-template-columns: repeat(2, 1fr);
  }
  .author article {
    align-items: flex-start;
  }
  .author a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
  }
  .mega-footer {
    grid-template-columns: 1fr;
    padding: 34px 16px 126px;
  }
  .mega-footer nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .mega-footer > p {
    grid-column: auto;
  }
  .mobile-dock {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 92px;
    padding: 10px 16px;
    z-index: 110;
    display: grid;
    grid-template-columns: 1fr 70px 1fr;
    align-items: center;
    background: #17181d;
    box-shadow: 0 -8px 22px rgba(0, 0, 0, 0.38);
  }
  .mobile-dock a {
    min-height: 44px;
    display: grid;
    place-items: center;
    background: #373a3e;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
    white-space: nowrap;
  }
  .mobile-dock button {
    width: 64px;
    height: 64px;
    justify-self: center;
    border: 0;
    border-radius: 50%;
    background: #ffd451;
    color: #060d10;
    font-size: 28px;
    font-weight: 900;
  }
  .main-wrapper {
    margin-left: 0 !important;
    width: 100% !important;
    display: block !important;
    position: relative !important;
  }
  .sidebar {
    display: none !important;
    position: static !important;
  }
} /* Density repair: named section surfaces remain deliberate at every breakpoint. */
.categories {
  padding-top: 24px;
  padding-bottom: 20px;
}
.games {
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer {
  isolation: isolate;
}
.offer-deck {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}
@media (min-width: 901px) {
  .hero {
    height: 535px;
  }
  .hero-copy h1 {
    line-height: 1.15;
    overflow: visible;
  }
  .utility {
    margin-top: 20px;
    margin-bottom: 14px;
  }
  .container {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .section-head h2,
  .container > h2 {
    margin-bottom: 16px;
  }
  .edge-deck {
    margin-top: 14px;
    margin-bottom: 26px;
  }
  .blue-band {
    margin-top: 10px;
    padding: 48px 0;
  }
  .blue-band h2 {
    font-size: 46px;
    margin: 9px 0;
  }
  .blue-band p:not(.kicker) {
    font-size: 17px;
    line-height: 1.42;
  }
  .editorial h2 {
    margin-top: 28px;
    font-size: 31px;
  }
  .editorial h3 {
    margin-top: 17px;
  }
  .editorial p {
    font-size: 16px;
    line-height: 1.48;
  }
  .editorial figure {
    margin: 18px 0;
  }
  .editorial figure img {
    max-height: 260px;
  }
  .trust img {
    height: 130px;
  }
  .mega-footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    transition: none !important;
    transform: none !important;
  }
}
.icon {
  width: 1.05em;
  height: 1.05em;
  flex: 0 0 auto;
  vertical-align: -0.18em;
}
.desktop-nav a,
.utility a {
  display: inline-flex;
  align-items: center;
  gap: 0.42em;
}
.utility button,
.menu,
.mobile-dock button {
  display: inline-grid;
  place-items: center;
}
.slot-foot {
  position: relative;
}
.slot-heart {
  position: absolute;
  right: 14px;
  bottom: 14px;
  color: #98a0b3;
  line-height: 1;
}
.slot-heart .icon {
  width: 22px;
  height: 22px;
}
.age-icon {
  width: 56px;
  height: 56px;
  color: #ff4560;
}
@media (max-width: 900px) {
  .desktop-nav .icon {
    display: none;
  }
  .slot-heart {
    right: 10px;
    bottom: 10px;
  }
  .slot-foot [data-slot-action] {
    padding-right: 34px;
  }
}

@media (min-width: 901px) and (max-width: 1100px) {
  .header {
    gap: 10px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .brand {
    min-width: 168px;
  }
  .desktop-nav {
    gap: 8px;
  }
  .desktop-nav a {
    font-size: 12px;
  }
  .login {
    padding: 0 15px;
  }
}

/* attempt-11 delta: compact source-copy grid and v3 deck marker */
.source-copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.72fr);
  column-gap: 34px;
  align-items: start;
}
.source-copy > h2 {
  grid-column: 1/-1;
}
.source-copy > h3 {
  grid-column: 1;
  font-size: 19px;
  color: #ffd451;
  margin: 16px 0 0;
}
.source-copy > p {
  font-size: 15px;
  line-height: 1.5;
  margin: 8px 0;
  color: #d9deea;
}
.source-copy > h3 + p {
  grid-column: 1;
}
.source-copy > p:nth-of-type(2n) {
  grid-column: 2;
}
.source-copy h3 ~ p {
  break-inside: avoid;
}
.offer-deck[data-edge-offer-deck] {
  position: relative;
}
@media (max-width: 900px) {
  .sidebar {
    display: none !important;
    position: static !important;
  }
  .main-wrapper {
    margin-left: 0 !important;
    width: 100% !important;
    display: block !important;
    position: relative !important;
  }
  .header {
    position: sticky !important;
    top: 0 !important;
    z-index: 100 !important;
  }
  .source-copy {
    display: block;
  }
  .source-copy > p {
    font-size: 16px;
    line-height: 1.62;
  }
  .source-copy > h3 {
    font-size: 18px;
    margin-top: 24px;
  }
  .offer-card a,
  .yellow {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    align-items: center !important;
    text-align: center !important;
    justify-content: center;
  }
  .offer-card[data-edge-card="1"] {
    order: -1 !important;
  }
}

/* attempt-12 delta: preserve accepted secondary notes behind an accessible disclosure */
.review-notes {
  grid-column: 1/-1;
  margin-top: 18px;
  border: 1px solid #2c3540;
  border-radius: 16px;
  background: #0b141a;
  overflow: hidden;
}
.review-notes > summary {
  cursor: pointer;
  min-height: 52px;
  display: flex;
  align-items: center;
  padding: 14px 18px;
  color: #ffd451;
  font-weight: 900;
  list-style: none;
}
.review-notes > summary::-webkit-details-marker {
  display: none;
}
.review-notes > summary:after {
  content: "+";
  margin-left: auto;
  font-size: 24px;
  line-height: 1;
}
.review-notes[open] > summary:after {
  content: "−";
}
.review-notes[open] > :not(summary) {
  margin-left: 18px;
  margin-right: 18px;
}
.review-notes:focus-within {
  outline: 2px solid #ffd451;
  outline-offset: 3px;
}
@media (max-width: 900px) {
  .review-notes {
    margin-top: 18px;
  }
  .review-notes > summary {
    min-height: 56px;
    padding: 16px;
    font-size: 15px;
  }
  .review-notes[open] > :not(summary) {
    margin-left: 16px;
    margin-right: 16px;
  }
}

/* attempt-14 delta: compact editorial details are explicitly styled */
.editorial-notes,
.overview-notes {
  grid-column: 1/-1;
  margin: 0;
  padding: 4px 8px;
  border-left: 3px solid #ffd451;
  border-radius: 0 8px 8px 0;
  background: #0b141a;
  color: #d9deea;
  font-size: 14px;
  line-height: 1.35;
}
.editorial-notes p,
.overview-notes p {
  margin: 0;
}
.editorial-notes p + p,
.overview-notes p + p {
  margin-top: 3px;
}
.editorial-notes a,
.overview-notes a {
  color: #ffd451;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 2px;
}
@media (max-width: 900px) {
  .editorial-notes,
  .overview-notes {
    margin: 0;
    padding: 5px 8px;
    font-size: 15px;
    line-height: 1.4;
  }
}

/* Local QA repair: offer shells stack on mobile; horizontal offer carousels are forbidden. */
@media (max-width: 900px) {
  .offer-deck {
    display: flex;
    flex-direction: column;
    grid-template-columns: none;
    gap: 11px;
  }
  .offer-card {
    width: 100%;
    min-width: 0;
  }
  .offer-card[data-edge-card="1"] {
    order: 1 !important;
  }
  .offer-card[data-edge-card="2"] {
    order: 2 !important;
  }
  .offer-card[data-edge-card="3"] {
    order: 3 !important;
  }
}

/* Use the owner-supplied official Boomerang identity in the header. */
.brand {
  width: 210px;
  height: 72px;
  background: url("/assets/brand-logo.png") center/220px auto no-repeat;
}
.brand > * {
  display: none !important;
}
@media (max-width: 900px) {
  .brand {
    width: 134px;
    height: 58px;
    background-size: 145px auto;
  }
}

/* Domain release additions: conversion-first intro before the persistent deck. */
.commercial-intro {
  padding-top: 52px;
  padding-bottom: 14px;
  max-width: 1744px;
}
.commercial-intro h1 {
  max-width: 980px;
  margin: 8px 0 14px;
  font-size: clamp(42px, 5vw, 76px);
  line-height: 1.1;
  overflow: visible;
}
.commercial-intro .lead {
  max-width: 860px;
  color: #c9d0db;
  font-size: 19px;
  line-height: 1.55;
}
.hero-copy h2 {
  font-size: clamp(42px, 5vw, 78px);
  line-height: 0.98;
  margin: 14px 0;
}
.editorial ul {
  color: #d6dbe5;
  font-size: 16px;
  line-height: 1.55;
}
.editorial a,
.author a,
.faq a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 900px) {
  .commercial-intro {
    padding: 30px 16px 8px;
  }
  .commercial-intro h1 {
    font-size: 35px;
    line-height: 1.12;
  }
  .commercial-intro .lead {
    font-size: 15px;
  }
  .hero-copy h2 {
    font-size: 35px;
    line-height: 1.05;
  }
}
