:root {
  --pdaw-ink: #151b2d;
  --pdaw-forest: #0f194d;
  --pdaw-forest-2: #18235c;
  --pdaw-green: #f8b827;
  --pdaw-green-dark: #d89400;
  --pdaw-lime: #ffd875;
  --pdaw-cream: #fff8e8;
  --pdaw-mist: #f2f4f8;
  --pdaw-line: #dfe3eb;
  --pdaw-muted: #5d6477;
  --pdaw-white: #fff;
  --pdaw-radius: 24px;
  --pdaw-shadow: 0 24px 70px rgba(15, 25, 77, .12);
}

html {
  scroll-behavior: smooth;
}

body.pdaw-landing-active {
  margin: 0;
  background: var(--pdaw-white);
}

.pdaw-site,
.pdaw-standalone-form {
  color: var(--pdaw-ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

.pdaw-site *,
.pdaw-site *::before,
.pdaw-site *::after,
.pdaw-standalone-form *,
.pdaw-standalone-form *::before,
.pdaw-standalone-form *::after {
  box-sizing: border-box;
}

.pdaw-site h1,
.pdaw-site h2,
.pdaw-site h3,
.pdaw-site p,
.pdaw-site ul,
.pdaw-site figure,
.pdaw-site form {
  margin-top: 0;
}

.pdaw-site img {
  display: block;
  max-width: 100%;
}

.pdaw-site a {
  color: inherit;
  text-decoration: none;
}

.pdaw-container {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.pdaw-section {
  padding: 112px 0;
}

.pdaw-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  height: 78px;
  border-bottom: 1px solid rgba(16, 38, 28, .08);
  background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(18px);
  transition: box-shadow .25s ease, height .25s ease;
}

.admin-bar .pdaw-header {
  top: 32px;
}

.pdaw-header.is-scrolled {
  height: 68px;
  box-shadow: 0 12px 34px rgba(9, 47, 32, .08);
}

.pdaw-header-inner {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}

.pdaw-brand {
  display: inline-flex;
  min-width: 230px;
  align-items: center;
  gap: 12px;
}

.pdaw-brand-icon {
  display: grid;
  width: 82px;
  height: 42px;
  flex: 0 0 82px;
  place-items: center;
  overflow: hidden;
  border-radius: 8px;
  background: #fff9e9;
}

.pdaw-brand-icon img {
  width: 72px;
  height: 32px;
  object-fit: contain;
  object-fit: contain;
}

.pdaw-brand strong,
.pdaw-brand small {
  display: block;
}

.pdaw-brand strong {
  color: var(--pdaw-forest);
  font-size: 15px;
  line-height: 1.25;
}

.pdaw-brand small {
  margin-top: 3px;
  color: #77877e;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .115em;
  line-height: 1.2;
  text-transform: uppercase;
}

.pdaw-nav {
  display: flex;
  align-items: center;
  gap: 31px;
}

.pdaw-nav > a {
  color: #42554b;
  font-size: 13px;
  font-weight: 700;
  transition: color .2s ease;
}

.pdaw-nav > a:hover {
  color: var(--pdaw-green-dark);
}

.pdaw-nav .pdaw-header-login {
  padding: 10px 17px;
  border: 1px solid #b9ccc0;
  border-radius: 999px;
  color: var(--pdaw-forest);
}

.pdaw-nav .pdaw-header-login:hover {
  border-color: var(--pdaw-green);
  background: #f0faef;
}

.pdaw-menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 1px solid var(--pdaw-line);
  border-radius: 12px;
  background: #fff;
}

.pdaw-menu-toggle span {
  display: block;
  width: 21px;
  height: 2px;
  margin: 4px auto;
  border-radius: 2px;
  background: var(--pdaw-forest);
}

.pdaw-eyebrow,
.pdaw-kicker,
.pdaw-mini-label {
  color: var(--pdaw-green-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.pdaw-eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
}

.pdaw-eyebrow span {
  width: 24px;
  height: 2px;
  background: var(--pdaw-green);
}

.pdaw-kicker--light {
  color: var(--pdaw-lime);
}

.pdaw-hero {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  background: linear-gradient(122deg, #ffffff 0%, #fff9e9 62%, #f2f4f8 100%);
}

.pdaw-hero-grid {
  position: absolute;
  inset: 0;
  opacity: .32;
  background-image: linear-gradient(rgba(30, 115, 64, .08) 1px, transparent 1px), linear-gradient(90deg, rgba(30, 115, 64, .08) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(90deg, rgba(0,0,0,.2), #000);
}

.pdaw-hero-inner {
  position: relative;
  display: grid;
  min-height: 680px;
  align-items: center;
  grid-template-columns: 1.02fr .98fr;
  gap: 72px;
}

.pdaw-hero-copy {
  padding: 76px 0 82px;
}

.pdaw-hero h1,
.pdaw-vision-hero h1 {
  max-width: 760px;
  margin: 18px 0 25px;
  color: var(--pdaw-ink);
  font-size: clamp(52px, 6.4vw, 88px);
  font-weight: 780;
  letter-spacing: -.062em;
  line-height: .98;
}

.pdaw-site h1 em,
.pdaw-site h2 em {
  color: var(--pdaw-green);
  font-style: normal;
}

.pdaw-hero-lead,
.pdaw-vision-hero-copy > p {
  max-width: 625px;
  color: #53655c;
  font-size: 18px;
  line-height: 1.7;
}

.pdaw-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 34px;
}

.pdaw-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 13px 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
}

.pdaw-button:hover {
  transform: translateY(-2px);
}

.pdaw-button--primary {
  border-color: var(--pdaw-green);
  background: var(--pdaw-green);
  box-shadow: 0 14px 30px rgba(248, 184, 39, .24);
  color: var(--pdaw-forest) !important;
}

.pdaw-button--primary:hover {
  border-color: var(--pdaw-green-dark);
  background: var(--pdaw-green-dark);
  box-shadow: 0 18px 38px rgba(216, 148, 0, .26);
}

.pdaw-button--ghost {
  border-color: #cbd9d0;
  background: rgba(255,255,255,.64);
  color: var(--pdaw-ink) !important;
}

.pdaw-button--ghost:hover {
  border-color: var(--pdaw-green);
  background: #fff;
}

.pdaw-button--light {
  border-color: #fff;
  background: #fff;
  color: var(--pdaw-forest) !important;
}

.pdaw-hero-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 40px;
  color: #6c7d73;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.pdaw-hero-tags i {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--pdaw-green);
}

.pdaw-hero-visual {
  position: relative;
  min-height: 510px;
}

.pdaw-logo-stage {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  display: grid;
  width: 420px;
  height: 260px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.9);
  border-radius: 26px;
  background: rgba(255,255,255,.88);
  box-shadow: 0 40px 90px rgba(15, 25, 77, .15), inset 0 0 0 18px rgba(255, 248, 232, .7);
  transform: translate(-50%, -50%);
  backdrop-filter: blur(12px);
}

.pdaw-logo-stage img {
  width: 340px;
  height: 150px;
  object-fit: contain;
}

.pdaw-signal-orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(46, 175, 72, .22);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.pdaw-signal-orbit::after {
  position: absolute;
  width: 11px;
  height: 11px;
  border: 4px solid #edf6eb;
  border-radius: 50%;
  background: var(--pdaw-green);
  content: "";
}

.pdaw-signal-orbit--one {
  width: 410px;
  height: 410px;
}

.pdaw-signal-orbit--one::after {
  top: 43px;
  right: 62px;
}

.pdaw-signal-orbit--two {
  width: 500px;
  height: 500px;
  border-style: dashed;
}

.pdaw-signal-orbit--two::after {
  bottom: 74px;
  left: 51px;
}

.pdaw-floating-card {
  position: absolute;
  z-index: 5;
  border: 1px solid rgba(210, 227, 215, .8);
  border-radius: 18px;
  background: rgba(255,255,255,.92);
  box-shadow: var(--pdaw-shadow);
  backdrop-filter: blur(12px);
}

.pdaw-floating-card--top {
  top: 63px;
  right: -8px;
  width: 174px;
  padding: 18px 20px;
}

.pdaw-floating-card--top small,
.pdaw-floating-card--top strong,
.pdaw-floating-card--top span {
  display: block;
}

.pdaw-floating-card--top small {
  color: var(--pdaw-muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.pdaw-floating-card--top strong {
  margin: 4px 0 1px;
  color: var(--pdaw-green-dark);
  font-size: 27px;
  letter-spacing: -.04em;
}

.pdaw-floating-card--top span {
  color: #74847b;
  font-size: 11px;
}

.pdaw-floating-card--bottom {
  bottom: 70px;
  left: 5px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 18px;
}

.pdaw-floating-card--bottom b {
  width: 12px;
  height: 12px;
  border: 3px solid #d3f1d6;
  border-radius: 50%;
  background: var(--pdaw-green);
  box-shadow: 0 0 0 5px #effaef;
}

.pdaw-floating-card--bottom span {
  color: #3e5147;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.4;
}

.pdaw-stat-strip {
  position: relative;
  z-index: 2;
  border-top: 1px solid #deeadf;
  border-bottom: 1px solid #deeadf;
  background: #fff;
}

.pdaw-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.pdaw-stats > div {
  position: relative;
  display: grid;
  min-height: 168px;
  padding: 31px 38px 27px 0;
  grid-template-columns: max-content minmax(0, 1fr);
  grid-template-rows: auto 1fr;
  column-gap: 18px;
}

.pdaw-stats > div + div {
  padding-left: 38px;
  border-left: 1px solid var(--pdaw-line);
}

.pdaw-stats strong {
  grid-column: 1;
  grid-row: 1 / span 2;
  align-self: start;
  color: var(--pdaw-green-dark);
  font-size: clamp(40px, 3vw, 48px);
  font-weight: 800;
  letter-spacing: -.06em;
  line-height: 1;
  white-space: nowrap;
}

.pdaw-stats strong sup {
  font-size: 18px;
}

.pdaw-stats span {
  grid-column: 2;
  grid-row: 1;
  align-self: end;
  color: var(--pdaw-ink);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
  min-width: 0;
  overflow-wrap: anywhere;
}

.pdaw-stats p {
  grid-column: 2;
  grid-row: 2;
  align-self: start;
  margin: 5px 0 0;
  color: var(--pdaw-muted);
  font-size: 11px;
  line-height: 1.45;
  min-width: 0;
  overflow-wrap: anywhere;
}

.pdaw-section-heading h2,
.pdaw-why-copy h2,
.pdaw-contact-copy h2,
.pdaw-teaser-copy h2,
.pdaw-access-copy h2,
.pdaw-outcome-grid h2 {
  margin: 8px 0 22px;
  color: var(--pdaw-ink);
  font-size: clamp(38px, 4.7vw, 62px);
  font-weight: 780;
  letter-spacing: -.052em;
  line-height: 1.06;
}

.pdaw-heading-row {
  display: grid;
  align-items: end;
  grid-template-columns: 1.1fr .72fr;
  gap: 80px;
}

.pdaw-heading-row > p,
.pdaw-section-heading--center > p,
.pdaw-section-intro {
  color: var(--pdaw-muted);
  font-size: 16px;
  line-height: 1.75;
}

.pdaw-section-heading--center {
  max-width: 750px;
  margin: 0 auto 56px;
  text-align: center;
}

.pdaw-services-section {
  background: #fbfcfa;
}

.pdaw-service-grid {
  display: grid;
  margin-top: 58px;
  border-top: 1px solid var(--pdaw-line);
  border-left: 1px solid var(--pdaw-line);
  grid-template-columns: repeat(4, 1fr);
}

.pdaw-service-card {
  position: relative;
  min-height: 390px;
  padding: 32px 27px;
  overflow: hidden;
  border-right: 1px solid var(--pdaw-line);
  border-bottom: 1px solid var(--pdaw-line);
  background: #fff;
  transition: background .25s ease, transform .25s ease, box-shadow .25s ease;
}

.pdaw-service-card::after {
  position: absolute;
  right: -30px;
  bottom: -30px;
  width: 95px;
  height: 95px;
  border: 1px solid rgba(46, 175, 72, .2);
  border-radius: 50%;
  content: "";
  transition: transform .3s ease;
}

.pdaw-service-card:hover {
  z-index: 2;
  background: #f4fbf3;
  box-shadow: 0 24px 50px rgba(12, 61, 39, .1);
  transform: translateY(-7px);
}

.pdaw-service-card:hover::after {
  transform: scale(1.7);
}

.pdaw-card-number {
  position: absolute;
  top: 25px;
  right: 25px;
  color: #b4c2b9;
  font-size: 11px;
  font-weight: 800;
}

.pdaw-icon {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 15px;
  background: #eaf6e9;
  color: var(--pdaw-green-dark);
}

.pdaw-icon svg,
.pdaw-trust-row svg,
.pdaw-form-submit svg {
  width: 25px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.pdaw-service-card h3 {
  margin: 28px 0 14px;
  font-size: 20px;
  letter-spacing: -.025em;
  line-height: 1.25;
}

.pdaw-service-card p {
  color: var(--pdaw-muted);
  font-size: 13px;
  line-height: 1.7;
}

.pdaw-service-card a {
  position: absolute;
  bottom: 30px;
  left: 27px;
  color: var(--pdaw-green-dark);
  font-size: 12px;
  font-weight: 800;
}

.pdaw-service-card a span {
  margin-left: 7px;
}

.pdaw-why-section {
  overflow: hidden;
  background: var(--pdaw-cream);
}

.pdaw-why-grid {
  display: grid;
  align-items: center;
  grid-template-columns: .92fr 1.08fr;
  gap: 90px;
}

.pdaw-why-visual {
  position: relative;
  min-height: 590px;
}

.pdaw-blueprint {
  position: absolute;
  inset: 0 38px 0 0;
  overflow: hidden;
  border-radius: 8px 90px 8px 8px;
  background-color: var(--pdaw-forest);
  background-image: linear-gradient(rgba(134, 217, 104, .13) 1px, transparent 1px), linear-gradient(90deg, rgba(134, 217, 104, .13) 1px, transparent 1px);
  background-size: 42px 42px;
  box-shadow: 0 36px 70px rgba(3, 42, 27, .17);
}

.pdaw-blueprint::before,
.pdaw-blueprint::after {
  position: absolute;
  border: 1px solid rgba(141, 220, 105, .33);
  border-radius: 50%;
  content: "";
}

.pdaw-blueprint::before {
  top: 65px;
  left: 65px;
  width: 300px;
  height: 300px;
}

.pdaw-blueprint::after {
  top: 135px;
  left: 135px;
  width: 160px;
  height: 160px;
}

.pdaw-blueprint > span {
  position: absolute;
  z-index: 2;
  width: 12px;
  height: 12px;
  border: 3px solid rgba(255,255,255,.45);
  border-radius: 50%;
  background: var(--pdaw-lime);
}

.pdaw-blueprint > span:nth-child(1) { top: 105px; left: 112px; }
.pdaw-blueprint > span:nth-child(2) { top: 246px; left: 332px; }
.pdaw-blueprint > span:nth-child(3) { top: 366px; left: 158px; }
.pdaw-blueprint > span:nth-child(4) { top: 451px; left: 360px; }

.pdaw-blueprint b {
  position: absolute;
  bottom: 55px;
  left: 48px;
  max-width: 290px;
  color: #fff;
  font-size: 35px;
  font-weight: 760;
  letter-spacing: -.04em;
  line-height: 1.08;
}

.pdaw-why-badge {
  position: absolute;
  z-index: 3;
  right: -8px;
  bottom: 58px;
  display: flex;
  width: 205px;
  align-items: center;
  gap: 13px;
  padding: 19px 20px;
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--pdaw-shadow);
}

.pdaw-why-badge strong {
  color: var(--pdaw-green);
  font-size: 42px;
  letter-spacing: -.06em;
  line-height: 1;
}

.pdaw-why-badge span {
  color: var(--pdaw-muted);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.35;
  text-transform: uppercase;
}

.pdaw-why-copy > p {
  max-width: 600px;
}

.pdaw-reason {
  display: grid;
  padding: 23px 0;
  border-top: 1px solid #d8d4c9;
  grid-template-columns: 58px 1fr;
  gap: 20px;
}

.pdaw-reason:last-child {
  border-bottom: 1px solid #d8d4c9;
}

.pdaw-reason .pdaw-icon {
  width: 50px;
  height: 50px;
  background: #fff;
}

.pdaw-reason h3 {
  margin: 1px 0 6px;
  font-size: 16px;
}

.pdaw-reason p {
  margin: 0;
  color: var(--pdaw-muted);
  font-size: 13px;
}

.pdaw-process-section {
  background: #fff;
}

.pdaw-process-grid {
  display: grid;
  border-top: 1px solid var(--pdaw-line);
  grid-template-columns: repeat(4, 1fr);
}

.pdaw-process-grid article {
  position: relative;
  padding: 32px 32px 15px 0;
}

.pdaw-process-grid article + article {
  padding-left: 32px;
  border-left: 1px solid var(--pdaw-line);
}

.pdaw-process-grid span {
  display: grid;
  width: 33px;
  height: 33px;
  place-items: center;
  border-radius: 50%;
  background: #ebf7ea;
  color: var(--pdaw-green-dark);
  font-size: 10px;
  font-weight: 850;
}

.pdaw-process-grid h3 {
  margin: 22px 0 8px;
  font-size: 18px;
}

.pdaw-process-grid p {
  color: var(--pdaw-muted);
  font-size: 13px;
}

.pdaw-vision-teaser {
  padding: 110px 0;
  overflow: hidden;
  background: radial-gradient(circle at 83% 28%, rgba(78, 191, 97, .24), transparent 30%), var(--pdaw-forest);
  color: #fff;
}

.pdaw-teaser-grid {
  display: grid;
  align-items: center;
  grid-template-columns: .85fr 1.15fr;
  gap: 80px;
}

.pdaw-teaser-copy h2,
.pdaw-access-copy h2 {
  color: #fff;
}

.pdaw-teaser-copy p:not(.pdaw-kicker),
.pdaw-access-copy > p {
  color: #c8d9cf;
}

.pdaw-teaser-copy > div {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 32px;
}

.pdaw-text-link {
  color: #fff !important;
  font-size: 13px;
  font-weight: 800;
  text-decoration: underline !important;
  text-underline-offset: 5px;
}

.pdaw-product-shot {
  position: relative;
  padding: 12px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 20px;
  background: rgba(255,255,255,.08);
  box-shadow: 0 45px 80px rgba(1, 26, 16, .3);
  transform: rotate(1.5deg);
}

.pdaw-product-shot img {
  width: 100%;
  border-radius: 11px;
}

.pdaw-product-shot span {
  position: absolute;
  right: 29px;
  bottom: 27px;
  padding: 7px 12px;
  border-radius: 999px;
  background: var(--pdaw-green);
  color: #fff;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.pdaw-contact-section {
  background: #f5f8f5;
}

.pdaw-contact-grid {
  display: grid;
  align-items: start;
  grid-template-columns: .76fr 1.24fr;
  gap: 75px;
}

.pdaw-contact-copy {
  position: sticky;
  top: 110px;
}

.pdaw-contact-copy > p:not(.pdaw-kicker) {
  color: var(--pdaw-muted);
}

.pdaw-contact-points {
  display: grid;
  margin-top: 35px;
  border-top: 1px solid var(--pdaw-line);
}

.pdaw-contact-points span {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 13px 0;
  border-bottom: 1px solid var(--pdaw-line);
  color: #4e6156;
  font-size: 13px;
  font-weight: 700;
}

.pdaw-contact-points b {
  color: var(--pdaw-green-dark);
  font-size: 10px;
}

.pdaw-form-panel,
.pdaw-standalone-form {
  padding: 34px;
  border: 1px solid var(--pdaw-line);
  border-radius: var(--pdaw-radius);
  background: #fff;
  box-shadow: 0 25px 60px rgba(8, 50, 32, .07);
}

.pdaw-form-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 26px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--pdaw-line);
}

.pdaw-form-heading span {
  font-size: 18px;
  font-weight: 800;
}

.pdaw-form-heading small,
.pdaw-form-note {
  color: #819087;
  font-size: 10px;
}

.pdaw-field-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 17px;
}

.pdaw-field {
  display: block;
}

.pdaw-field > span {
  display: block;
  margin-bottom: 7px;
  color: #3c5146;
  font-size: 11px;
  font-weight: 800;
}

.pdaw-field b,
.pdaw-consent b {
  color: var(--pdaw-green-dark);
}

.pdaw-form input[type="text"],
.pdaw-form input[type="email"],
.pdaw-form input[type="tel"],
.pdaw-form select,
.pdaw-form textarea {
  width: 100%;
  min-height: 48px;
  margin: 0;
  padding: 11px 13px;
  border: 1px solid #cfddd4;
  border-radius: 10px;
  outline: none;
  background: #fbfcfb;
  box-shadow: none;
  color: var(--pdaw-ink);
  font-family: inherit;
  font-size: 13px;
  line-height: 1.4;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.pdaw-form textarea {
  min-height: 120px;
  resize: vertical;
}

.pdaw-form input:focus,
.pdaw-form select:focus,
.pdaw-form textarea:focus {
  border-color: var(--pdaw-green);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(46, 175, 72, .11);
}

.pdaw-field--wide {
  margin-top: 18px;
}

.pdaw-consent {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin-top: 15px;
  color: #67786e;
  font-size: 11px;
}

.pdaw-consent input {
  width: 16px;
  height: 16px;
  margin: 2px 0 0;
  accent-color: var(--pdaw-green);
}

.pdaw-form-footer {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 22px;
}

.pdaw-form-submit {
  cursor: pointer;
}

.pdaw-form-submit svg {
  width: 18px;
}

.pdaw-form.is-sending .pdaw-form-submit {
  cursor: wait;
  opacity: .68;
}

.pdaw-form-status {
  display: none;
  margin-top: 18px;
  padding: 12px 14px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 700;
}

.pdaw-form-status.is-success,
.pdaw-form-status.is-error {
  display: block;
}

.pdaw-form-status.is-success {
  border: 1px solid #bde2c4;
  background: #eef9ef;
  color: #176b31;
}

.pdaw-form-status.is-error {
  border: 1px solid #efc7c7;
  background: #fff1f1;
  color: #9c2525;
}

.pdaw-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.pdaw-footer {
  padding: 70px 0 20px;
  background: #082f21;
  color: #fff;
}

.pdaw-footer-main {
  display: grid;
  padding-bottom: 55px;
  grid-template-columns: 1.45fr .65fr .9fr;
  gap: 70px;
}

.pdaw-brand--inverse strong {
  color: #fff;
}

.pdaw-brand--inverse small {
  color: #92ad9f;
}

.pdaw-footer-main > div:first-child > p,
.pdaw-footer-cta p {
  max-width: 350px;
  margin: 20px 0 0;
  color: #96aea0;
  font-size: 12px;
}

.pdaw-footer-links,
.pdaw-footer-cta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.pdaw-footer-links strong,
.pdaw-footer-cta strong {
  margin-bottom: 10px;
  color: var(--pdaw-lime);
  font-size: 10px;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.pdaw-footer-links a,
.pdaw-footer-cta a {
  color: #dce9e1;
  font-size: 12px;
}

.pdaw-footer-cta a {
  margin-top: 7px;
  color: var(--pdaw-lime);
  font-weight: 800;
}

.pdaw-footer-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.1);
  color: #799588;
  font-size: 10px;
}

/* Site Vision product page */
.pdaw-vision-hero {
  position: relative;
  padding: 85px 0 120px;
  overflow: hidden;
  background: radial-gradient(circle at 80% 25%, rgba(82, 192, 91, .13), transparent 32%), linear-gradient(180deg, #f8fbf7 0%, #edf5ed 100%);
}

.pdaw-vision-hero::before {
  position: absolute;
  inset: 0;
  opacity: .25;
  background-image: linear-gradient(rgba(24, 121, 60, .08) 1px, transparent 1px), linear-gradient(90deg, rgba(24, 121, 60, .08) 1px, transparent 1px);
  background-size: 60px 60px;
  content: "";
  mask-image: linear-gradient(to bottom, #000, transparent 82%);
}

.pdaw-vision-hero .pdaw-container {
  position: relative;
}

.pdaw-vision-hero-copy {
  max-width: 820px;
  margin: 0 auto 70px;
  text-align: center;
}

.pdaw-product-label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 0;
  padding: 7px 13px 7px 8px;
  border: 1px solid #cde0d1;
  border-radius: 999px;
  background: rgba(255,255,255,.75);
  color: var(--pdaw-forest);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.pdaw-product-label span {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  background: var(--pdaw-green);
  color: #fff;
  font-size: 9px;
}

.pdaw-vision-hero h1 {
  max-width: none;
  margin: 25px 0;
}

.pdaw-vision-hero-copy > p:not(.pdaw-product-label) {
  max-width: 750px;
  margin-inline: auto;
}

.pdaw-vision-hero-copy .pdaw-hero-actions {
  justify-content: center;
}

.pdaw-trust-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
  margin-top: 32px;
  color: #687a70;
  font-size: 11px;
  font-weight: 700;
}

.pdaw-trust-row span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.pdaw-trust-row svg {
  width: 16px;
  color: var(--pdaw-green-dark);
}

.pdaw-app-window {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
  padding: 11px;
  border: 1px solid #c8d9ce;
  border-radius: 22px;
  background: rgba(255,255,255,.72);
  box-shadow: 0 45px 90px rgba(10, 58, 37, .16);
}

.pdaw-window-bar {
  display: flex;
  height: 35px;
  align-items: center;
  gap: 6px;
  padding: 0 7px;
}

.pdaw-window-bar i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #cedbd2;
}

.pdaw-window-bar i:nth-child(1) { background: #f19a8c; }
.pdaw-window-bar i:nth-child(2) { background: #eac66d; }
.pdaw-window-bar i:nth-child(3) { background: #73c681; }

.pdaw-window-bar span {
  margin-left: 8px;
  color: #7b8d83;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.pdaw-app-window > img {
  width: 100%;
  border-radius: 13px;
}

.pdaw-app-float {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 13px 16px;
  border: 1px solid #d8e5dc;
  border-radius: 15px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 18px 35px rgba(9, 52, 34, .13);
  color: #65776d;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.4;
}

.pdaw-app-float--left {
  bottom: 55px;
  left: -39px;
}

.pdaw-app-float--left b {
  color: var(--pdaw-green);
  font-size: 29px;
  letter-spacing: -.05em;
}

.pdaw-app-float--right {
  top: 90px;
  right: -40px;
}

.pdaw-app-float--right i {
  width: 12px;
  height: 12px;
  border: 3px solid #d8f2dd;
  border-radius: 50%;
  background: var(--pdaw-green);
  box-shadow: 0 0 0 4px #f0faf1;
}

.pdaw-app-float--right strong {
  color: var(--pdaw-green-dark);
}

.pdaw-vision-summary {
  background: var(--pdaw-forest);
  color: #fff;
}

.pdaw-summary-grid {
  display: grid;
  min-height: 130px;
  align-items: center;
  grid-template-columns: .72fr 1.28fr;
  gap: 60px;
}

.pdaw-summary-grid p {
  margin: 0;
  color: #c2d5c9;
  font-size: 14px;
}

.pdaw-summary-grid strong {
  color: #fff;
}

.pdaw-summary-grid > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.pdaw-summary-grid span {
  padding: 8px 13px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  color: #c8dace;
  font-size: 10px;
  font-weight: 750;
}

.pdaw-capabilities {
  background: #fff;
}

.pdaw-feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.pdaw-feature-card {
  position: relative;
  display: flex;
  min-height: 530px;
  flex-direction: column;
  padding: 35px;
  overflow: hidden;
  border: 1px solid var(--pdaw-line);
  border-radius: 22px;
  background: #f8faf8;
}

.pdaw-feature-card--wide {
  display: grid;
  min-height: 440px;
  grid-column: 1 / -1;
  grid-template-columns: .75fr 1.25fr;
  gap: 30px;
}

.pdaw-feature-card .pdaw-icon {
  width: 45px;
  height: 45px;
  border: 1px solid #d6e9d6;
  background: #fff;
}

.pdaw-feature-card .pdaw-icon svg {
  width: 21px;
}

.pdaw-feature-card .pdaw-mini-label {
  margin: 24px 0 8px;
  font-size: 9px;
}

.pdaw-feature-card h3 {
  margin: 0 0 12px;
  font-size: 25px;
  letter-spacing: -.035em;
  line-height: 1.15;
}

.pdaw-feature-card p:not(.pdaw-mini-label),
.pdaw-feature-card li {
  color: var(--pdaw-muted);
  font-size: 13px;
}

.pdaw-feature-card ul {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.pdaw-feature-card li {
  position: relative;
  margin: 9px 0;
  padding-left: 20px;
}

.pdaw-feature-card li::before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  border: 2px solid #cce7d0;
  border-radius: 50%;
  background: var(--pdaw-green);
  content: "";
}

.pdaw-feature-card > img {
  width: calc(100% + 18px);
  max-width: none;
  margin: auto -9px -9px;
  border: 1px solid #d8e2db;
  border-radius: 14px;
  box-shadow: 0 20px 45px rgba(12, 55, 36, .1);
}

.pdaw-feature-card--wide > img {
  align-self: center;
  width: 100%;
  margin: 0;
}

.pdaw-intelligence-section {
  background:
    radial-gradient(circle at 88% 12%, rgba(88, 202, 93, .12), transparent 28%),
    linear-gradient(180deg, #f4f8f4 0%, #ffffff 100%);
}

.pdaw-intelligence-grid {
  display: grid;
  margin-top: 55px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.pdaw-intelligence-grid article {
  padding: 30px;
  border: 1px solid var(--pdaw-line);
  border-radius: 20px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 18px 48px rgba(9, 63, 39, .07);
}

.pdaw-intelligence-grid article > span {
  display: grid;
  width: 45px;
  height: 45px;
  place-items: center;
  border: 1px solid #cfe6d3;
  border-radius: 13px;
  background: #f7fbf7;
  color: var(--pdaw-green);
}

.pdaw-intelligence-grid svg {
  width: 21px;
  height: 21px;
}

.pdaw-intelligence-grid small {
  display: block;
  margin-top: 24px;
  color: var(--pdaw-green-dark);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.pdaw-intelligence-grid h3 {
  margin: 7px 0 12px;
  color: var(--pdaw-ink);
  font-size: 22px;
  line-height: 1.2;
}

.pdaw-intelligence-grid p,
.pdaw-intelligence-grid li {
  color: var(--pdaw-muted);
  font-size: 12px;
  line-height: 1.65;
}

.pdaw-intelligence-grid ul {
  margin: 20px 0 0;
  padding: 15px 0 0;
  border-top: 1px solid var(--pdaw-line);
  list-style: none;
}

.pdaw-intelligence-grid li {
  position: relative;
  margin: 8px 0;
  padding-left: 18px;
}

.pdaw-intelligence-grid li::before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--pdaw-green);
  content: "";
}

.pdaw-access-section {
  overflow: hidden;
  background: radial-gradient(circle at 10% 90%, rgba(73, 187, 91, .2), transparent 30%), var(--pdaw-forest);
  color: #fff;
}

.pdaw-access-grid {
  display: grid;
  align-items: center;
  grid-template-columns: .9fr 1.1fr;
  gap: 90px;
}

.pdaw-access-copy > p {
  max-width: 510px;
}

.pdaw-access-copy .pdaw-button {
  margin-top: 25px;
}

.pdaw-role-list {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 22px;
  background: rgba(255,255,255,.06);
}

.pdaw-role-list article {
  display: grid;
  padding: 28px 30px;
  grid-template-columns: 48px 1fr;
  gap: 14px;
}

.pdaw-role-list article + article {
  border-top: 1px solid rgba(255,255,255,.12);
}

.pdaw-role-list article > span {
  display: grid;
  width: 35px;
  height: 35px;
  place-items: center;
  border: 1px solid rgba(141, 219, 105, .4);
  border-radius: 50%;
  color: var(--pdaw-lime);
  font-size: 10px;
  font-weight: 850;
}

.pdaw-role-list small {
  color: var(--pdaw-lime);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.pdaw-role-list h3 {
  margin: 2px 0 7px;
  color: #fff;
  font-size: 20px;
}

.pdaw-role-list p {
  margin: 0;
  color: #adbfb4;
  font-size: 12px;
}

.pdaw-workflow-section {
  background: #fff;
}

.pdaw-workflow {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-top: 55px;
}

.pdaw-workflow > div {
  display: flex;
  width: 22%;
  min-height: 122px;
  align-items: center;
  gap: 16px;
  padding: 23px;
  border: 1px solid var(--pdaw-line);
  border-radius: 17px;
  background: #fbfcfb;
}

.pdaw-workflow b {
  display: grid;
  width: 35px;
  height: 35px;
  flex: 0 0 35px;
  place-items: center;
  border-radius: 50%;
  background: #e8f6e8;
  color: var(--pdaw-green-dark);
  font-size: 11px;
}

.pdaw-workflow span {
  color: #394d42;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.5;
}

.pdaw-workflow > i {
  align-self: center;
  color: #9cb2a4;
  font-style: normal;
}

.pdaw-outcome-section {
  padding: 105px 0;
  background: var(--pdaw-cream);
}

.pdaw-outcome-grid {
  display: grid;
  align-items: center;
  grid-template-columns: .82fr 1.18fr;
  gap: 80px;
}

.pdaw-outcome-list {
  display: grid;
  margin-top: 35px;
}

.pdaw-outcome-list span {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 13px 0;
  border-top: 1px solid #d9d4c7;
  color: #52645a;
  font-size: 12px;
  font-weight: 750;
}

.pdaw-outcome-list span:last-child {
  border-bottom: 1px solid #d9d4c7;
}

.pdaw-outcome-list b {
  color: var(--pdaw-green-dark);
  font-size: 9px;
}

.pdaw-outcome-grid > img {
  border-radius: 22px;
  box-shadow: 0 30px 60px rgba(35, 44, 37, .12);
}

.pdaw-vision-contact {
  background: linear-gradient(135deg, #f1f7f1, #fbfcfa);
}

.pdaw-reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .65s ease, transform .65s ease;
}

.pdaw-reveal--delay {
  transition-delay: .12s;
}

.pdaw-reveal.is-visible,
.pdaw-site.no-observer .pdaw-reveal {
  opacity: 1;
  transform: none;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
  white-space: nowrap;
}

@media (max-width: 1100px) {
  .pdaw-nav { gap: 20px; }
  .pdaw-hero-inner { gap: 28px; }
  .pdaw-logo-stage { width: 270px; height: 270px; }
  .pdaw-logo-stage img { width: 235px; height: 235px; }
  .pdaw-signal-orbit--one { width: 355px; height: 355px; }
  .pdaw-signal-orbit--two { width: 430px; height: 430px; }
  .pdaw-stats > div { padding-right: 22px; grid-template-columns: max-content minmax(0, 1fr); column-gap: 14px; }
  .pdaw-stats > div + div { padding-left: 22px; }
  .pdaw-stats strong { font-size: 40px; }
  .pdaw-service-grid { grid-template-columns: 1fr 1fr; }
  .pdaw-why-grid,
  .pdaw-teaser-grid,
  .pdaw-access-grid { gap: 55px; }
  .pdaw-contact-grid { gap: 45px; }
  .pdaw-feature-card--wide { grid-template-columns: .9fr 1.1fr; }
  .pdaw-intelligence-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pdaw-workflow > div { padding: 18px; }
}

@media (max-width: 850px) {
  .admin-bar .pdaw-header { top: 46px; }
  .pdaw-container { width: min(100% - 34px, 720px); }
  .pdaw-section { padding: 84px 0; }
  .pdaw-menu-toggle { display: block; }
  .pdaw-nav {
    position: absolute;
    top: calc(100% + 1px);
    right: 17px;
    left: 17px;
    display: none;
    align-items: stretch;
    padding: 15px;
    border: 1px solid var(--pdaw-line);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 22px 50px rgba(5, 43, 28, .16);
    flex-direction: column;
    gap: 0;
  }
  .pdaw-nav.is-open { display: flex; }
  .pdaw-nav > a { padding: 11px 10px; }
  .pdaw-nav .pdaw-header-login { margin-top: 5px; text-align: center; }
  .pdaw-hero-inner { min-height: auto; grid-template-columns: 1fr; }
  .pdaw-hero-copy { padding: 85px 0 10px; text-align: center; }
  .pdaw-eyebrow,
  .pdaw-hero-actions,
  .pdaw-hero-tags { justify-content: center; }
  .pdaw-hero-lead { margin-inline: auto; }
  .pdaw-hero-visual { min-height: 500px; }
  .pdaw-stats { grid-template-columns: 1fr; }
  .pdaw-stats > div { min-height: 130px; padding: 25px 0; grid-template-columns: max-content minmax(0, 1fr); column-gap: 20px; }
  .pdaw-stats > div + div { padding-left: 0; border-top: 1px solid var(--pdaw-line); border-left: 0; }
  .pdaw-heading-row { grid-template-columns: 1fr; gap: 15px; }
  .pdaw-heading-row > p { max-width: 590px; }
  .pdaw-why-grid,
  .pdaw-teaser-grid,
  .pdaw-contact-grid,
  .pdaw-access-grid,
  .pdaw-outcome-grid { grid-template-columns: 1fr; }
  .pdaw-why-visual { min-height: 520px; }
  .pdaw-process-grid { grid-template-columns: 1fr 1fr; }
  .pdaw-process-grid article:nth-child(3) { padding-left: 0; border-left: 0; }
  .pdaw-contact-copy { position: static; }
  .pdaw-footer-main { grid-template-columns: 1.2fr .8fr; }
  .pdaw-footer-cta { grid-column: 1 / -1; }
  .pdaw-vision-hero { padding-top: 70px; }
  .pdaw-app-float--left { left: -8px; }
  .pdaw-app-float--right { right: -8px; }
  .pdaw-summary-grid { padding: 30px 0; grid-template-columns: 1fr; gap: 18px; }
  .pdaw-summary-grid > div { justify-content: flex-start; }
  .pdaw-feature-card--wide { display: flex; }
  .pdaw-workflow { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
  .pdaw-workflow > div { width: 100%; }
  .pdaw-workflow > i { display: none; }
}

@media (max-width: 580px) {
  .pdaw-container { width: min(100% - 28px, 520px); }
  .pdaw-header { height: 68px; }
  .pdaw-brand { min-width: 0; }
  .pdaw-brand-icon { width: 38px; height: 38px; flex-basis: 38px; }
  .pdaw-brand-icon img { width: 36px; height: 36px; }
  .pdaw-brand small { display: none; }
  .pdaw-hero h1,
  .pdaw-vision-hero h1 { font-size: clamp(44px, 13vw, 62px); }
  .pdaw-hero-copy { padding-top: 70px; }
  .pdaw-hero-actions { align-items: stretch; flex-direction: column; }
  .pdaw-button { width: 100%; }
  .pdaw-hero-tags { font-size: 9px; }
  .pdaw-hero-visual { min-height: 420px; }
  .pdaw-logo-stage { width: 220px; height: 220px; }
  .pdaw-logo-stage img { width: 190px; height: 190px; }
  .pdaw-signal-orbit--one { width: 290px; height: 290px; }
  .pdaw-signal-orbit--two { width: 360px; height: 360px; }
  .pdaw-floating-card--top { top: 25px; right: -4px; width: 150px; }
  .pdaw-floating-card--bottom { bottom: 45px; left: 0; }
  .pdaw-stats > div { grid-template-columns: max-content minmax(0, 1fr); column-gap: 14px; }
  .pdaw-stats strong { font-size: 36px; }
  .pdaw-service-grid { grid-template-columns: 1fr; }
  .pdaw-intelligence-grid { grid-template-columns: 1fr; }
  .pdaw-service-card { min-height: 350px; }
  .pdaw-why-visual { min-height: 430px; }
  .pdaw-blueprint { right: 0; }
  .pdaw-blueprint::before { top: 58px; left: 38px; width: 245px; height: 245px; }
  .pdaw-blueprint::after { top: 113px; left: 92px; width: 135px; height: 135px; }
  .pdaw-blueprint > span:nth-child(2) { left: 270px; }
  .pdaw-blueprint > span:nth-child(4) { left: 290px; }
  .pdaw-blueprint b { bottom: 42px; font-size: 29px; }
  .pdaw-why-badge { right: -4px; bottom: 36px; width: 175px; }
  .pdaw-process-grid { grid-template-columns: 1fr; }
  .pdaw-process-grid article,
  .pdaw-process-grid article + article { padding: 23px 0; border-top: 1px solid var(--pdaw-line); border-left: 0; }
  .pdaw-teaser-copy > div { align-items: stretch; flex-direction: column; }
  .pdaw-text-link { text-align: center; }
  .pdaw-contact-grid { gap: 35px; }
  .pdaw-form-panel,
  .pdaw-standalone-form { padding: 22px 17px; border-radius: 18px; }
  .pdaw-form-heading { align-items: flex-start; flex-direction: column; gap: 3px; }
  .pdaw-field-grid { grid-template-columns: 1fr; }
  .pdaw-form-footer { align-items: stretch; flex-direction: column; }
  .pdaw-form-note { margin: 0; text-align: center; }
  .pdaw-footer-main { grid-template-columns: 1fr; gap: 40px; }
  .pdaw-footer-cta { grid-column: auto; }
  .pdaw-footer-bottom { flex-direction: column; gap: 5px; }
  .pdaw-vision-hero { padding-bottom: 85px; }
  .pdaw-vision-hero-copy { margin-bottom: 45px; }
  .pdaw-trust-row { align-items: center; flex-direction: column; gap: 9px; }
  .pdaw-app-window { padding: 6px; border-radius: 13px; }
  .pdaw-app-window > img { border-radius: 8px; }
  .pdaw-window-bar { height: 27px; }
  .pdaw-app-float { display: none; }
  .pdaw-feature-grid { grid-template-columns: 1fr; }
  .pdaw-feature-card { min-height: 460px; padding: 25px; }
  .pdaw-feature-card--wide { grid-column: auto; }
  .pdaw-role-list article { padding: 23px 20px; }
  .pdaw-workflow { grid-template-columns: 1fr; }
  .pdaw-workflow > div { min-height: 98px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .pdaw-reveal { opacity: 1; transform: none; transition: none; }
  .pdaw-button,
  .pdaw-service-card { transition: none; }
}

/* PDA Site Vision plan structure. */
.pdaw-plans-section {
  background: #fff;
}

.pdaw-plan-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.pdaw-plan-card {
  display: flex;
  min-height: 680px;
  flex-direction: column;
  padding: 32px;
  border: 1px solid var(--pdaw-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(15, 25, 77, .07);
}

.pdaw-plan-card > small {
  color: var(--pdaw-green-dark);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.pdaw-plan-card > h3 {
  margin: 15px 0 12px;
  color: var(--pdaw-forest);
  font-size: clamp(30px, 3vw, 42px);
  letter-spacing: -.04em;
}

.pdaw-plan-card > p {
  min-height: 84px;
  color: var(--pdaw-muted);
  font-size: 14px;
}

.pdaw-plan-card ul {
  display: grid;
  gap: 13px;
  margin: 22px 0 30px;
  padding: 24px 0 0;
  border-top: 1px solid var(--pdaw-line);
  list-style: none;
}

.pdaw-plan-card li {
  position: relative;
  padding-left: 24px;
  color: #3f465b;
  font-size: 13px;
  line-height: 1.55;
}

.pdaw-plan-card li::before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 13px;
  height: 7px;
  border-bottom: 2px solid var(--pdaw-green-dark);
  border-left: 2px solid var(--pdaw-green-dark);
  content: "";
  transform: rotate(-45deg);
}

.pdaw-plan-card .pdaw-button {
  width: 100%;
  margin-top: auto;
}

.pdaw-plan-card--pro {
  border-top: 5px solid var(--pdaw-green);
  box-shadow: 0 24px 60px rgba(15, 25, 77, .13);
}

.pdaw-plan-card--enterprise {
  border-color: var(--pdaw-forest);
  background: var(--pdaw-forest);
}

.pdaw-plan-card--enterprise > h3,
.pdaw-plan-card--enterprise li {
  color: #fff;
}

.pdaw-plan-card--enterprise > p {
  color: #c7cce0;
}

.pdaw-plan-card--enterprise ul {
  border-color: rgba(255, 255, 255, .16);
}

.pdaw-plan-card--enterprise li::before {
  border-color: var(--pdaw-green);
}

.pdaw-plan-note {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-top: 28px;
  padding: 20px 24px;
  border: 1px solid #efd588;
  border-radius: 12px;
  background: #fff9e9;
  color: var(--pdaw-forest);
  font-size: 13px;
}

.pdaw-plan-note span {
  color: var(--pdaw-muted);
}

@media (max-width: 960px) {
  .pdaw-plan-grid {
    grid-template-columns: 1fr 1fr;
  }

  .pdaw-plan-card--enterprise {
    grid-column: 1 / -1;
    min-height: auto;
  }
}

@media (max-width: 680px) {
  .pdaw-plan-grid {
    grid-template-columns: 1fr;
  }

  .pdaw-plan-card,
  .pdaw-plan-card--enterprise {
    min-height: auto;
    grid-column: auto;
    padding: 25px 22px;
    border-radius: 14px;
  }

  .pdaw-plan-card > p {
    min-height: auto;
  }

  .pdaw-plan-note {
    flex-direction: column;
    gap: 8px;
  }
}
