:root {
  --wad-navy: #0b1220;
  --wad-blue: #174fdb;
  --wad-cyan: #16b8d6;
  --wad-ink: #101828;
  --wad-muted: #667085;
  --wad-border: rgba(15, 23, 42, .12);
  --wad-bg: #f6f8fc;
  --wad-card: #ffffff;
  --wad-radius-xl: 28px;
  --wad-radius-lg: 22px;
  --wad-shadow: 0 24px 80px rgba(13, 35, 78, .12);
}

body.withad-lp-active {
  background: var(--wad-bg);
}

body.withad-lp-active .site-content,
body.withad-lp-active .ast-container,
body.withad-lp-active #primary,
body.withad-lp-active .content-area {
  max-width: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.withad-lp-active .entry-header,
body.withad-lp-active .page-header,
body.withad-lp-active .ast-single-post .entry-title,
body.withad-lp-active .ast-archive-description {
  display: none !important;
}

.withad-lp,
.withad-lp * {
  box-sizing: border-box;
}

.withad-lp {
  overflow: hidden;
  color: var(--wad-ink);
  font-family: inherit;
  background:
    radial-gradient(circle at top left, rgba(23, 79, 219, .10), transparent 36rem),
    linear-gradient(180deg, #fff 0%, #f7f9ff 48%, #fff 100%);
}

.withad-container {
  width: min(1120px, calc(100% - 40px));
  margin-inline: auto;
}

.withad-section {
  padding: 86px 0;
}

.withad-section-kicker,
.withad-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  color: var(--wad-blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.withad-section-kicker::before,
.withad-eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--wad-blue), var(--wad-cyan));
}

.withad-section-head {
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}

.withad-section-head--left {
  margin-left: 0;
  text-align: left;
}

.withad-section h2,
.withad-section-head h2,
.withad-final-cta h2 {
  margin: 0;
  color: var(--wad-navy);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.18;
  letter-spacing: -.04em;
}

.withad-section-head p,
.withad-intro__text p,
.withad-dark__copy p,
.withad-company__card p,
.withad-final-cta p {
  color: var(--wad-muted);
  font-size: 16px;
  line-height: 1.9;
}

.withad-hero {
  position: relative;
  min-height: 720px;
  display: flex;
  align-items: center;
  padding: 84px 0 96px;
  color: #fff;
  background: #050a15;
  isolation: isolate;
}

.withad-hero__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(115deg, rgba(5, 10, 21, .94) 0%, rgba(9, 22, 52, .92) 46%, rgba(17, 79, 177, .84) 100%),
    radial-gradient(circle at 80% 20%, rgba(22, 184, 214, .42), transparent 24rem),
    radial-gradient(circle at 10% 75%, rgba(59, 130, 246, .35), transparent 22rem);
}

.withad-hero__bg::before,
.withad-hero__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(90deg, rgba(0,0,0,.78), transparent 85%);
}

.withad-hero__bg::after {
  background: radial-gradient(circle at 68% 48%, rgba(255,255,255,.13), transparent 1px);
  background-size: 18px 18px;
  opacity: .5;
}

.withad-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  gap: 54px;
  align-items: center;
}

.withad-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 1.05;
  letter-spacing: -.06em;
}

.withad-hero__lead {
  max-width: 680px;
  margin: 24px 0 0;
  color: rgba(255,255,255,.82);
  font-size: clamp(16px, 1.6vw, 20px);
  line-height: 1.95;
}

.withad-hero__actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.withad-hero__actions--center {
  justify-content: center;
}

.withad-btn {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none !important;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.withad-btn:hover {
  transform: translateY(-2px);
}

.withad-btn--primary {
  color: #fff !important;
  background: linear-gradient(135deg, var(--wad-blue), var(--wad-cyan));
  box-shadow: 0 16px 36px rgba(23, 79, 219, .28);
}

.withad-btn--ghost {
  color: #fff !important;
  border: 1px solid rgba(255,255,255,.28);
  background: rgba(255,255,255,.09);
  backdrop-filter: blur(10px);
}

.withad-btn--light {
  color: var(--wad-navy) !important;
  background: #fff;
  box-shadow: 0 14px 34px rgba(0, 0, 0, .20);
}

.withad-hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.withad-hero__badges span {
  display: inline-flex;
  padding: 8px 12px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  color: rgba(255,255,255,.78);
  background: rgba(255,255,255,.07);
  font-size: 12px;
  font-weight: 700;
}

.withad-hero__panel {
  position: relative;
  min-height: 470px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 36px;
  background: linear-gradient(145deg, rgba(255,255,255,.16), rgba(255,255,255,.05));
  box-shadow: 0 30px 90px rgba(0,0,0,.28);
  backdrop-filter: blur(18px);
  overflow: hidden;
}

.withad-hero__panel::before {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  right: -110px;
  top: -90px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(22,184,214,.35), transparent 68%);
}

.withad-orbit {
  position: absolute;
  inset: 38px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 50%;
}

.withad-orbit::before,
.withad-orbit::after {
  content: "";
  position: absolute;
  inset: 58px;
  border: 1px dashed rgba(255,255,255,.16);
  border-radius: 50%;
}

.withad-orbit::after {
  inset: 112px;
}

.withad-orbit__center {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 170px;
  height: 170px;
  transform: translate(-50%, -50%);
  display: grid;
  place-content: center;
  text-align: center;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255,255,255,.98), rgba(236,244,255,.92));
  color: var(--wad-navy);
  box-shadow: 0 20px 60px rgba(0,0,0,.22);
  z-index: 2;
}

.withad-orbit__center strong {
  display: block;
  font-size: 28px;
  line-height: 1;
}

.withad-orbit__center span {
  display: block;
  max-width: 110px;
  margin: 8px auto 0;
  color: var(--wad-muted);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}

.withad-orbit__item {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 126px;
  padding: 10px 14px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  color: #fff;
  background: rgba(255,255,255,.13);
  box-shadow: 0 16px 40px rgba(0,0,0,.18);
  font-weight: 800;
}

.withad-orbit__item--one { left: 50%; top: 0; transform: translate(-50%, -50%); }
.withad-orbit__item--two { right: -16px; top: 50%; transform: translateY(-50%); }
.withad-orbit__item--three { left: 50%; bottom: 0; transform: translate(-50%, 50%); }
.withad-orbit__item--four { left: -16px; top: 50%; transform: translateY(-50%); }

.withad-intro {
  padding-top: 74px;
  padding-bottom: 42px;
}

.withad-intro__grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 64px;
  align-items: start;
}

.withad-intro h2 {
  font-size: clamp(30px, 4vw, 50px);
}

.withad-intro__text {
  padding: 28px;
  border: 1px solid var(--wad-border);
  border-radius: var(--wad-radius-xl);
  background: rgba(255,255,255,.76);
  box-shadow: var(--wad-shadow);
}

.withad-intro__text p {
  margin: 0;
}

.withad-card-grid {
  display: grid;
  gap: 22px;
}

.withad-card-grid--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.withad-card-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.withad-service-card,
.withad-feature-card,
.withad-company__card,
.withad-news-card {
  border: 1px solid var(--wad-border);
  border-radius: var(--wad-radius-xl);
  background: rgba(255,255,255,.86);
  box-shadow: 0 18px 60px rgba(13, 35, 78, .08);
}

.withad-service-card,
.withad-feature-card {
  position: relative;
  display: block;
  min-height: 100%;
  padding: 26px;
  color: inherit !important;
  text-decoration: none !important;
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.withad-service-card::after,
.withad-feature-card::after {
  content: "";
  position: absolute;
  inset: auto -40px -60px auto;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(23,79,219,.14), transparent 68%);
}

.withad-service-card:hover,
.withad-feature-card:hover {
  transform: translateY(-5px);
  border-color: rgba(23,79,219,.28);
  box-shadow: 0 26px 72px rgba(13, 35, 78, .13);
}

.withad-icon {
  display: inline-grid;
  width: 52px;
  height: 52px;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(135deg, var(--wad-blue), var(--wad-cyan));
  box-shadow: 0 14px 28px rgba(23,79,219,.22);
}

.withad-icon svg {
  width: 29px;
  height: 29px;
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.withad-service-card h3,
.withad-feature-card h3,
.withad-step h3,
.withad-news-card h3 {
  margin: 0 0 10px;
  color: var(--wad-navy);
  font-size: 20px;
  line-height: 1.35;
}

.withad-service-card p,
.withad-feature-card p,
.withad-step p {
  margin: 0;
  color: var(--wad-muted);
  font-size: 14.5px;
  line-height: 1.85;
}

.withad-service-card small {
  display: block;
  margin-top: 18px;
  color: var(--wad-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .02em;
}

.withad-dark {
  position: relative;
  color: #fff;
  background: var(--wad-navy);
}

.withad-dark::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 24%, rgba(22,184,214,.20), transparent 22rem),
    radial-gradient(circle at 90% 10%, rgba(23,79,219,.22), transparent 26rem);
}

.withad-dark__grid {
  position: relative;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 48px;
  align-items: center;
}

.withad-dark h2,
.withad-dark__copy h2 {
  color: #fff;
}

.withad-dark__copy p {
  color: rgba(255,255,255,.72);
}

.withad-issue-list {
  display: grid;
  gap: 14px;
}

.withad-issue {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 18px 20px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 20px;
  background: rgba(255,255,255,.07);
  backdrop-filter: blur(10px);
}

.withad-issue strong {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg, var(--wad-blue), var(--wad-cyan));
}

.withad-issue span {
  color: rgba(255,255,255,.92);
  font-weight: 800;
}

.withad-flow {
  background: linear-gradient(180deg, #fff, #f6f8fc);
}

.withad-flowline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.withad-step {
  position: relative;
  padding: 26px;
  border: 1px solid var(--wad-border);
  border-radius: var(--wad-radius-lg);
  background: #fff;
}

.withad-step b {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 50%;
  color: #fff;
  background: var(--wad-navy);
}

.withad-company__grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 22px;
  align-items: stretch;
}

.withad-company__card,
.withad-news-card {
  padding: 34px;
}

.withad-company__card dl {
  display: grid;
  gap: 10px;
  margin: 24px 0;
}

.withad-company__card dl div {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 14px;
  padding: 12px 0;
  border-top: 1px solid var(--wad-border);
}

.withad-company__card dt {
  color: var(--wad-blue);
  font-weight: 800;
}

.withad-company__card dd {
  margin: 0;
  color: var(--wad-muted);
}

.withad-text-link {
  color: var(--wad-blue) !important;
  font-weight: 800;
  text-decoration: none !important;
}

.withad-news-list {
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
  display: grid;
  gap: 0;
}

.withad-news-list li {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 16px;
  padding: 16px 0;
  border-top: 1px solid var(--wad-border);
}

.withad-news-list time {
  color: var(--wad-muted);
  font-size: 13px;
  font-weight: 800;
}

.withad-news-list a {
  color: var(--wad-navy) !important;
  font-weight: 800;
  text-decoration: none !important;
}

.withad-final-cta {
  padding: 92px 0;
  text-align: center;
  color: #fff;
  background:
    radial-gradient(circle at 18% 24%, rgba(22,184,214,.24), transparent 24rem),
    linear-gradient(135deg, #071125, #123e9d 58%, #0a9fbd);
}

.withad-final-cta h2 {
  color: #fff;
}

.withad-final-cta p {
  max-width: 720px;
  margin: 18px auto 0;
  color: rgba(255,255,255,.78);
}

.withad-final-cta .withad-section-kicker {
  color: #fff;
}

.withad-final-cta .withad-section-kicker::before {
  background: rgba(255,255,255,.7);
}

@media (max-width: 1080px) {
  .withad-hero__grid,
  .withad-intro__grid,
  .withad-dark__grid,
  .withad-company__grid {
    grid-template-columns: 1fr;
  }

  .withad-card-grid--four,
  .withad-card-grid--three,
  .withad-flowline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .withad-hero__panel {
    min-height: 420px;
  }
}

@media (max-width: 720px) {
  .withad-container {
    width: min(100% - 28px, 1120px);
  }

  .withad-section {
    padding: 62px 0;
  }

  .withad-hero {
    min-height: auto;
    padding: 64px 0 72px;
  }

  .withad-hero__grid {
    gap: 36px;
  }

  .withad-hero h1 {
    font-size: clamp(38px, 12vw, 52px);
  }

  .withad-hero__actions,
  .withad-hero__actions--center {
    display: grid;
    grid-template-columns: 1fr;
  }

  .withad-btn {
    width: 100%;
  }

  .withad-hero__panel {
    min-height: 330px;
    border-radius: 28px;
  }

  .withad-orbit {
    inset: 28px;
  }

  .withad-orbit__center {
    width: 136px;
    height: 136px;
  }

  .withad-orbit__center strong {
    font-size: 24px;
  }

  .withad-orbit__item {
    min-width: 100px;
    padding: 8px 10px;
    font-size: 12px;
  }

  .withad-card-grid--four,
  .withad-card-grid--three,
  .withad-flowline {
    grid-template-columns: 1fr;
  }

  .withad-company__card dl div,
  .withad-news-list li {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}

.withad-hero-image-card {
  position: absolute;
  inset: 28px;
  display: grid;
  place-items: center;
  margin: 0;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 34px;
  background: rgba(255,255,255,.08);
  overflow: hidden;
}

.withad-hero-image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 720px) {
  .withad-hero-image-card {
    inset: 16px;
    border-radius: 24px;
  }
}
