:root {
  --ink: #101f1c;
  --ink-soft: #17312b;
  --orange: #ff6846;
  --lime: #caff62;
  --yellow: #ffd84d;
  --cream: #f6f3eb;
  --paper: #fff;
  --muted: #62706b;
  --line: #dfe4dc;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "DM Sans", sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input {
  font: inherit;
}
.ads-header {
  min-height: 76px;
  padding: 0 max(24px, calc((100vw - 1320px) / 2));
  border-bottom: 1px solid #253a35;
  color: #fff;
  background: var(--ink);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ads-brand {
  color: #fff;
  font: 800 23px Manrope;
  letter-spacing: -1.2px;
}
.ads-brand span {
  color: var(--orange);
}
.ads-header-proof {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 11px;
  font-weight: 700;
}
.ads-header-proof i {
  color: var(--yellow);
  font-style: normal;
}
.ads-header-proof a {
  padding: 10px 13px;
  border: 1px solid #60716c;
}
.ads-hero {
  min-height: 700px;
  padding: 70px max(24px, calc((100vw - 1320px) / 2)) 85px;
  color: #fff;
  background:
    radial-gradient(circle at 12% 20%, rgb(202 255 98 / 9%), transparent 28%),
    var(--ink);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.7fr);
  gap: clamp(55px, 8vw, 125px);
  align-items: center;
}
.ads-badge {
  color: #c6d2ce;
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}
.ads-badge span {
  color: var(--lime);
  font-size: 13px;
}
.ads-hero h1 {
  max-width: 760px;
  margin: 22px 0;
  font: 800 clamp(46px, 5.7vw, 78px) / 1.01 Manrope;
  letter-spacing: -4.7px;
}
.ads-hero h1 em {
  color: var(--orange);
  font-style: normal;
}
.ads-hero-copy > p {
  max-width: 650px;
  margin: 0;
  color: #bdcac6;
  font-size: 17px;
  line-height: 1.7;
}
.ads-checks {
  padding: 0;
  margin: 31px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px 25px;
  list-style: none;
}
.ads-checks li {
  color: #e3eae7;
  font-size: 11px;
  font-weight: 600;
}
.ads-checks i {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 8px;
  color: var(--ink);
  background: var(--lime);
  display: inline-grid;
  place-items: center;
  font-size: 9px;
  font-style: normal;
}
.ads-price {
  max-width: 580px;
  padding-top: 24px;
  border-top: 1px solid #324641;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 3px 18px;
  align-items: center;
}
.ads-price > span {
  color: #a8b6b1;
  font-size: 10px;
  text-transform: uppercase;
}
.ads-price strong {
  color: var(--lime);
  font: 800 35px Manrope;
}
.ads-price small {
  color: #8fa09a;
  grid-column: 1 / -1;
  font-size: 9px;
}
.magnet-card {
  position: relative;
  max-width: 500px;
  color: var(--ink);
  background: #fff;
  box-shadow: 0 30px 80px rgb(0 0 0 / 28%);
}
.magnet-ribbon {
  position: absolute;
  top: 22px;
  right: -12px;
  z-index: 2;
  padding: 9px 12px;
  color: var(--ink);
  background: var(--yellow);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.9px;
}
.magnet-cover {
  min-height: 145px;
  padding: 22px 27px;
  color: #fff;
  background:
    linear-gradient(115deg, transparent 58%, rgb(255 255 255 / 8%) 58%), #623747;
  display: grid;
  grid-template-columns: 1fr auto;
}
.magnet-cover span {
  color: #e4cbd4;
  grid-column: 1 / -1;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 1px;
}
.magnet-cover b {
  align-self: end;
  font: 800 26px / 1.05 Manrope;
  letter-spacing: -1px;
}
.magnet-cover i {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  color: #623747;
  background: var(--yellow);
  display: grid;
  place-items: center;
  align-self: end;
  font: 800 17px Manrope;
  font-style: normal;
}
.magnet-copy {
  padding: 27px 30px 29px;
}
.magnet-copy h2 {
  margin: 0 0 7px;
  font: 700 21px Manrope;
  letter-spacing: -0.7px;
}
.magnet-copy > p {
  margin: 0;
  color: var(--muted);
  font-size: 10px;
}
.magnet-copy > ul {
  padding: 0;
  margin: 14px 0 18px;
  display: grid;
  gap: 7px;
  list-style: none;
}
.magnet-copy > ul li {
  font-size: 10px;
  font-weight: 600;
}
.magnet-copy > ul li::before {
  color: var(--orange);
  content: "✓";
  margin-right: 8px;
}
.magnet-form {
  display: grid;
  gap: 11px;
}
.magnet-form label {
  color: #50605a;
  display: grid;
  gap: 5px;
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.magnet-form input {
  width: 100%;
  border: 1px solid #d9dfd7;
  border-radius: 0;
  padding: 12px 13px;
  color: var(--ink);
  background: #fafbf8;
  outline: none;
  font-size: 11px;
  text-transform: none;
}
.magnet-form input:focus {
  border-color: var(--ink);
  box-shadow: 0 0 0 3px rgb(202 255 98 / 35%);
}
.magnet-form button {
  border: 0;
  padding: 15px 16px;
  color: #fff;
  background: var(--orange);
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
}
.magnet-form button:disabled {
  opacity: 0.72;
  cursor: wait;
}
.magnet-form button span {
  color: var(--yellow);
}
.magnet-form > small {
  color: #89938f;
  font-size: 8px;
  text-align: center;
}
.ads-honeypot {
  position: absolute;
  left: -9999px;
}
.form-message {
  font-size: 9px;
  line-height: 1.5;
}
.form-message.success {
  color: #277239;
}
.form-message.error {
  color: #b23e2b;
}
.ads-trust {
  min-height: 100px;
  padding: 25px max(24px, calc((100vw - 1320px) / 2));
  border-bottom: 1px solid var(--line);
  background: #fff;
  display: flex;
  align-items: center;
  gap: 7vw;
}
.ads-trust > span {
  color: var(--orange);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 1px;
  white-space: nowrap;
}
.ads-trust > div {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 25px;
}
.ads-trust b {
  color: #84908c;
  font: 700 12px Manrope;
  letter-spacing: 0.5px;
}
.ads-problem,
.ads-package,
.ads-process,
.ads-faq,
.ads-final {
  max-width: 1320px;
  margin: auto;
}
.ads-problem,
.ads-process {
  padding: 110px 24px;
}
.ads-section-intro {
  max-width: 770px;
}
.ads-section-intro > span,
.ads-package > div:first-child > span,
.ads-final > div > span {
  color: var(--orange);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1.1px;
}
.ads-section-intro h2,
.ads-package h2,
.ads-final h2 {
  margin: 15px 0 0;
  font: 700 clamp(35px, 4vw, 58px) / 1.08 Manrope;
  letter-spacing: -2.6px;
}
.ads-problem-grid {
  margin-top: 55px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.ads-problem-grid article {
  min-height: 245px;
  padding: 29px;
  border: 1px solid var(--line);
  background: #fff;
  display: flex;
  flex-direction: column;
}
.ads-problem-grid i {
  color: var(--orange);
  font-size: 9px;
  font-style: normal;
  font-weight: 800;
}
.ads-problem-grid h3 {
  margin: auto 0 10px;
  font: 700 19px Manrope;
}
.ads-problem-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.7;
}
.ads-work {
  padding: 105px max(24px, calc((100vw - 1320px) / 2));
  color: #fff;
  background: var(--ink);
}
.ads-section-intro.light h2 {
  color: #fff;
}
.ads-work-grid {
  margin-top: 55px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.ads-project {
  min-height: 310px;
  padding: 27px;
  display: flex;
  flex-direction: column;
}
.ads-project small {
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 1px;
}
.ads-project strong {
  margin: auto;
  font: 800 clamp(31px, 4.5vw, 61px) Manrope;
  letter-spacing: -3px;
}
.ads-project p {
  margin: 0;
  font-size: 9px;
}
.project-north {
  color: #132f2a;
  background: #b8e5d7;
}
.project-north strong {
  display: flex;
  align-items: center;
  gap: 15px;
}
.project-north strong i {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  color: #b8e5d7;
  background: #132f2a;
  display: grid;
  place-items: center;
  font-style: normal;
}
.project-bloom {
  color: #7a293d;
  background: #f3c7d0;
}
.project-bloom strong i {
  color: var(--orange);
  margin-right: 12px;
  font-style: normal;
}
.project-ember {
  color: #ffe5b0;
  background: #9c382a;
}
.project-ember strong {
  border-bottom: 3px solid currentColor;
}
.project-morrow {
  color: #151a52;
  background: #b8c1ff;
}
.project-morrow strong span {
  color: var(--orange);
  font-size: 30px;
}
.ads-work-note {
  max-width: 680px;
  margin: 30px 0 0 auto;
  color: #a8b7b2;
  font-size: 11px;
  line-height: 1.7;
}
.ads-package {
  padding: 110px 24px;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 8vw;
  align-items: center;
}
.ads-package > div:first-child > p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.75;
}
.ads-package > div:first-child > a {
  margin-top: 18px;
  padding-bottom: 6px;
  border-bottom: 1px solid var(--orange);
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
}
.ads-package > div:first-child > a b {
  color: var(--orange);
  margin-left: 15px;
}
.ads-package-list {
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.ads-package-list article {
  min-height: 180px;
  padding: 24px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: grid;
}
.ads-package-list article:nth-child(even) {
  border-right: 0;
}
.ads-package-list b {
  color: var(--orange);
  font: 800 33px Manrope;
}
.ads-package-list span {
  align-self: end;
  font: 700 14px Manrope;
}
.ads-package-list small {
  color: var(--muted);
  font-size: 9px;
}
.ads-process {
  border-top: 1px solid var(--line);
}
.ads-process-grid {
  margin-top: 52px;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 22px;
  align-items: center;
}
.ads-process-grid article {
  min-height: 210px;
  padding: 25px;
  border: 1px solid var(--line);
  background: #fff;
  display: flex;
  flex-direction: column;
}
.ads-process-grid article span {
  color: var(--orange);
  font-size: 8px;
  font-weight: 800;
}
.ads-process-grid article b {
  margin: auto 0 9px;
  font: 700 17px Manrope;
}
.ads-process-grid article p {
  margin: 0;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.65;
}
.ads-process-grid > i {
  color: var(--orange);
  font-style: normal;
}
.ads-confidence {
  padding: 0 max(24px, calc((100vw - 1320px) / 2)) 110px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.ads-confidence > div {
  padding: 22px;
  border-left: 1px solid var(--line);
  display: grid;
  gap: 4px;
}
.ads-confidence > div:last-child {
  border-right: 1px solid var(--line);
}
.ads-confidence span {
  color: var(--orange);
  font-weight: 800;
}
.ads-confidence b {
  font: 700 13px Manrope;
}
.ads-confidence small {
  color: var(--muted);
  font-size: 9px;
}
.ads-faq {
  padding: 110px 24px;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 8vw;
}
.ads-faq > div:last-child {
  border-top: 1px solid var(--line);
}
.ads-faq details {
  border-bottom: 1px solid var(--line);
}
.ads-faq summary {
  padding: 21px 0;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font: 700 14px / 1.5 Manrope;
  cursor: pointer;
  list-style: none;
}
.ads-faq summary::-webkit-details-marker {
  display: none;
}
.ads-faq summary i {
  color: var(--orange);
  font-style: normal;
}
.ads-faq details[open] summary i {
  transform: rotate(45deg);
}
.ads-faq details p {
  max-width: 650px;
  margin: -4px 0 23px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.75;
}
.ads-final {
  min-height: 320px;
  padding: 55px;
  color: #fff;
  background: #623747;
  display: grid;
  grid-template-columns: 1.2fr auto;
  gap: 60px;
  align-items: center;
}
.ads-final > div > span {
  color: var(--yellow);
}
.ads-final h2 {
  max-width: 750px;
}
.ads-final p {
  max-width: 700px;
  color: #e4cbd4;
  font-size: 12px;
  line-height: 1.7;
}
.ads-final > a {
  padding: 16px 19px;
  color: var(--ink);
  background: var(--yellow);
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
}
.ads-final > a span {
  margin-left: 23px;
}
.ads-footer {
  padding: 55px max(24px, calc((100vw - 1320px) / 2)) 32px;
  color: #aebbb6;
  background: #0a1513;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px 30px;
  align-items: center;
}
.ads-footer p {
  margin: 4px 0;
  font-size: 10px;
}
.ads-footer > a:not(.ads-brand) {
  grid-column: 2;
  grid-row: 1;
  color: #fff;
  font-size: 11px;
}
.ads-footer small {
  padding-top: 20px;
  border-top: 1px solid #24322f;
  grid-column: 1 / -1;
  font-size: 8px;
}
.ads-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 25;
  padding: 11px 14px;
  border-radius: 40px;
  color: #fff;
  background: #25d366;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 8px 25px rgb(0 0 0 / 20%);
  font-size: 10px;
}
.ads-mobile-cta {
  display: none;
}
@media (max-width: 980px) {
  .ads-hero {
    grid-template-columns: 1fr;
  }
  .magnet-card {
    max-width: 680px;
  }
  .ads-package,
  .ads-faq {
    grid-template-columns: 1fr;
    gap: 55px;
  }
  .ads-confidence {
    grid-template-columns: 1fr 1fr;
  }
  .ads-confidence > div:nth-child(2) {
    border-right: 1px solid var(--line);
  }
  .ads-confidence > div:nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }
}
@media (max-width: 720px) {
  body {
    padding-bottom: 58px;
  }
  .ads-header {
    min-height: 66px;
    padding: 0 20px;
  }
  .ads-header-proof span {
    display: none;
  }
  .ads-header-proof a {
    border: 0;
    padding: 0;
    color: var(--lime);
  }
  .ads-hero {
    padding: 50px 20px 65px;
    gap: 48px;
  }
  .ads-hero h1 {
    letter-spacing: -2.8px;
  }
  .ads-checks,
  .ads-work-grid,
  .ads-package-list,
  .ads-confidence {
    grid-template-columns: 1fr;
  }
  .ads-trust {
    padding: 24px 20px;
    align-items: flex-start;
    flex-direction: column;
  }
  .ads-trust > div {
    flex-wrap: wrap;
  }
  .ads-problem,
  .ads-package,
  .ads-process,
  .ads-faq {
    padding: 80px 20px;
  }
  .ads-work {
    padding: 80px 20px;
  }
  .ads-problem-grid {
    grid-template-columns: 1fr;
  }
  .ads-problem-grid article {
    min-height: 210px;
  }
  .ads-project {
    min-height: 260px;
  }
  .ads-package-list article,
  .ads-package-list article:nth-child(even) {
    border-right: 0;
  }
  .ads-process-grid {
    grid-template-columns: 1fr;
  }
  .ads-process-grid > i {
    transform: rotate(90deg);
    justify-self: center;
  }
  .ads-confidence {
    padding: 0 20px 80px;
  }
  .ads-confidence > div,
  .ads-confidence > div:nth-child(2),
  .ads-confidence > div:last-child {
    border: 0;
    border-top: 1px solid var(--line);
  }
  .ads-final {
    margin: 0;
    padding: 55px 20px;
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .ads-final > a {
    text-align: center;
  }
  .ads-footer {
    padding: 50px 20px 25px;
    grid-template-columns: 1fr;
  }
  .ads-footer > a:not(.ads-brand) {
    margin: 8px 0;
    grid-column: auto;
    grid-row: auto;
  }
  .ads-footer small {
    grid-column: auto;
  }
  .ads-whatsapp {
    right: 12px;
    bottom: 68px;
  }
  .ads-whatsapp b {
    display: none;
  }
  .ads-mobile-cta {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 24;
    min-height: 58px;
    padding: 17px 20px;
    color: #fff;
    background: var(--orange);
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    font-weight: 800;
  }
  .ads-mobile-cta span {
    color: var(--yellow);
  }
}
@media (max-width: 420px) {
  .magnet-copy {
    padding: 24px 20px;
  }
  .magnet-ribbon {
    right: -5px;
  }
  .ads-price {
    grid-template-columns: 1fr;
  }
  .ads-price small {
    grid-column: auto;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
