.elementor-509 .elementor-element.elementor-element-409b2f5{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-509 .elementor-element.elementor-element-a786865{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-509 .elementor-element.elementor-element-99f1ad9{--display:flex;}.elementor-509 .elementor-element.elementor-element-63bbfcb{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-509 .elementor-element.elementor-element-a5c7823{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-509 .elementor-element.elementor-element-6703c0a{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for container, class: .elementor-element-409b2f5 */:root {
  /* brand — sampled from the Compliance4DevOps logo */
  --green: #17a34a;
  --green-deep: #13863d;
  --green-600: #159644;
  --purple: #66188c;
  --purple-hi: #8011b7;
  --purple-hover: #57157a;
  --purple-deep: #42105b;
  --purple-dark: #2e0b3f;
  --amber: #f5a623;
  --amber-deep: #e08a00;
  --amber-soft: #fbd88a;
  /* green now leads where Vanta used lavender */
  --lav-1: #e8f6ed;
  --lav-2: #daf0e2;
  --lav-soft: #f1f9f4;
  --ink: #12251a;
  --body: #41564a;
  --muted: #6f8579;
  --card: #f5fbf7;
  --line: #d1eddb;
  --white: #fff;
  --dark: #2e0b3f;
  --dark-2: #1d0727;
  --maxw: 1180px;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: 'DM Sans', sans-serif;
  color: var(--ink);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  line-height: 1.55;
  overflow-x: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
ul {
  list-style: none;
}
img {
  max-width: 100%;
  display: block;
}
.wrap {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 32px;
}
h1,
h2,
h3,
.serif {
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.1 !important;
}
section {
  position: relative;
}

/* hero */
.hero {
  background: linear-gradient(180deg, var(--lav-1), var(--lav-2));
  padding: 70px 0 0;
  position: relative;
  overflow: hidden;
}
.hero-inner {
  text-align: center;
  position: relative;
  z-index: 2;
}
.hero h1 {
  font-size: 76px;
  font-weight: 600;
  color: var(--ink);
}
.hero .sub {
  font-size: 18px;
  color: var(--body);
  max-width: 520px;
  margin: 20px auto 0;
  line-height: 1.5;
}
.hero-form {
  margin: 30px auto 0;
  max-width: 520px;
  display: flex;
  background: #fff;
  border-radius: 999px;
  padding: 6px 6px 6px 22px;
  box-shadow: 0 12px 34px -16px rgba(74, 0, 114, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.7);
}
.hero-form input {
  flex: 1;
  border: 0;
  outline: 0;
  font-size: 15px;
  font-family: inherit;
  color: var(--ink);
  background: transparent;
  border: 0 !important;
}
.hero-form input::placeholder {
  color: var(--muted);
}
.hero-note {
  margin-top: 14px;
  font-size: 13px;
  color: var(--muted);
}
.hero-mascot {
  position: absolute;
  right: 6%;
  top: 40px;
  width: 190px;
  z-index: 1;
  opacity: 0.95;
}

/* dashboard mockup */
.dash {
  max-width: 1000px;
  margin: 56px auto -90px;
  background: #fff;
  border-radius: 16px 16px 0 0;
  box-shadow:
    0 -2px 0 rgba(0, 0, 0, 0.02),
    0 40px 80px -40px rgba(74, 0, 114, 0.45);
  overflow: hidden;
  border: 1px solid var(--line);
  border-bottom: 0;
  position: relative;
  z-index: 3;
}
.dash-top {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-bottom: 1px solid var(--line);
  background: #faf9fd;
}
.dash-top .brand {
  font-size: 15px;
}
.dash-top .brand img {
  width: 22px;
  height: 22px;
}
.dash-dots {
  margin-left: auto;
  display: flex;
  gap: 14px;
  color: var(--muted);
}
.dash-dots span {
  width: 15px;
  height: 15px;
  border-radius: 4px;
  background: #ece8f4;
  display: inline-block;
}
.dash-body {
  display: grid;
  grid-template-columns: 56px 1fr 1fr;
  min-height: 400px;
}
.dash-rail {
  border-right: 1px solid var(--line);
  padding: 16px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  background: #faf9fd;
}
.dash-rail i {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background: #d1eddb;
  display: block;
}
.dash-rail i.on {
  background: var(--green);
}
.dash-col {
  padding: 26px;
  border-right: 1px solid var(--line);
}
.dash-col:last-child {
  border-right: 0;
}
.dash-center {
  display: flex;
  flex-direction: column;
  align-items: center;

  text-align: center;
  gap: 12px;
  color: var(--body);
}
.dash-center .clip {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--lav-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--green);
}
.dash-center h4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 20px;
  color: var(--ink);
}
.dash-center p {
  font-size: 13px;
  color: var(--muted);
}
.dash-center .row {
  display: flex;
  gap: 10px;
  margin-top: 6px;
}
.mini-btn {
  font-size: 13px;
  font-weight: 600;
  border-radius: 8px;
  padding: 8px 14px;
}
.mini-btn.dark {
  background: var(--dark);
  color: #fff;
}
.mini-btn.line {
  border: 1px solid var(--line);
  color: var(--ink);
}
.fw-head {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}
.fw-head .seal {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid var(--green);
  color: var(--green-deep);
  font-size: 8px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
}
.fw-head h4 {
  font-family: "Fraunces", serif;
  font-size: 22px;
}
.bar {
  height: 8px;
  border-radius: 99px;
  background: #e7e2f2;
  overflow: hidden;
  margin: 6px 0 14px;
}
.bar > i {
  display: block;
  height: 100%;
  width: 88%;
  background: linear-gradient(90deg, var(--green-deep), var(--green));
  border-radius: 99px;
}
.prep {
  font-size: 12px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}
.check {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 13.5px;
  color: var(--body);
  padding: 5px 0;
}
.check .tick {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.check.todo .tick {
  background: transparent;
  border: 1.5px solid var(--green);
  opacity: 0.5;
  color: transparent;
}

/* logo cloud */
.cloud {
  background: #fff;
  padding: 150px 0 56px;
}
.cloud .lab {
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 30px;
}
.cloud .logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px 54px;
  align-items: center;
}
.cloud .logos span {
  font-weight: 700;
  font-size: 19px;
  color: #b9b3c6;
  letter-spacing: -0.01em;
}
.cloud .logos span.serif {
  font-family: 'DM Sans', sans-serif;
}

/* section head */
.sec {
  padding: 96px 0;
}
.sec-head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 56px;
}
.eyebrow {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--green-deep);
  font-weight: 600;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 6px 16px;
  margin-bottom: 20px;
  background: var(--lav-soft);
}
.sec-head h2 {
  font-size: 46px;
  color: var(--ink);
}
.sec-head p {
  font-size: 17px;
  color: var(--body);
  margin-top: 14px;
}

/* feature grid */
.grid3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.fcard {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 26px;
  min-height: 300px;
  display: flex;
  flex-direction: column;
}
.fcard h3 {
  font-family: 'DM Sans', sans-serif;
  font-size: 21px;
  margin-bottom: 6px;
  letter-spacing: -1px;
}
.fcard .desc {
  font-size: 14px;
  color: var(--body);
  margin-bottom: 20px;
}
.fcard .mock {
  margin-top: auto;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 10px 26px -18px rgba(74, 0, 114, 0.3);
}
.pill-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 8px;
}
.brand-logo {
  width: 250px;
}

.tag {
  font-size: 11px;
  font-weight: 600;
  border-radius: 6px;
  padding: 3px 8px;
}
.tag.crit {
  background: #fde8e8;
  color: #c0392b;
}
.tag.med {
  background: #fef3d7;
  color: #b45309;
}
.tag.low {
  background: #dcf5e6;
  color: #15803d;
}
.tag.on {
  background: var(--lav-2);
  color: var(--green-deep);
}
.completion .num {
  font-family: "Fraunces", serif;
  font-size: 30px;
  font-weight: 600;
}
.completion .lab {
  font-size: 11px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.heat {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  margin-top: 4px;
}
.heat i {
  aspect-ratio: 1;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
}
.g {
  background: #2ea865;
}
.y {
  background: #f1c40f;
}
.r {
  background: #e05a4e;
}
.intg {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  padding: 8px 0;
  border-bottom: 1px solid var(--line);
}
.intg:last-child {
  border: 0;
}
.intg .dot {
  width: 22px;
  height: 22px;
  border-radius: 6px;
  background: var(--lav-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
}
.intg .on {
  margin-left: auto;
  font-size: 11px;
  color: var(--green-deep);
  font-weight: 600;
}
.fwgrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.fwbox {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 9px 11px;
  font-size: 12.5px;
}
.fwbox.hi {
  background: var(--green);
  color: #fff;
  border-color: var(--green);
}
.fwbox .pct {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  color: var(--muted);
  margin-top: 5px;
}
.fwbox.hi .pct {
  color: #d9f2e2;
}
.ring {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid var(--green);
  border-right-color: transparent;
  display: inline-block;
}
.qa {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 11px 13px;
  font-size: 12px;
  color: var(--body);
  margin-bottom: 8px;
  display: flex;
  gap: 8px;
  align-items: flex-start;
}
.qa .qtick {
  margin-left: auto;
  color: var(--green);
  flex-shrink: 0;
}
.tc-head {
  background: linear-gradient(120deg, #d1eddb, #ecfff2);
  border-radius: 8px;
  padding: 14px;
  font-family: 'DM Sans', sans-serif;
  font-size: 17px;
  line-height: 1.15;
}
.tc-ctl {
  font-size: 12px;
  color: var(--body);
  margin-top: 10px;
}
.tc-ctl .l {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 4px 0;
}
.tc-ctl .l .t {
  color: var(--green);
}

/* agent wide */
.agent {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 18px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  margin-top: 20px;
}
.agent-l {
  padding: 48px;
  background-color: #fff;
}
.agent-l h3 {
  font-family: 'DM Sans', sans-serif;
  font-size: 30px;
  line-height: 1.1;
  margin-bottom: 14px;
}
.agent-l p {
  font-size: 15px;
  color: var(--body);
  margin-bottom: 24px;
}
.agent-r {
  background: #d1eddb;
  padding: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.chat {
  background: #fff;
  border-radius: 14px;
  border: 1px solid var(--line);
  padding: 18px;
  width: 100%;
  box-shadow: 0 20px 44px -24px rgba(74, 0, 114, 0.4);
}
.chat .hi {
  font-family: 'DM Sans', sans-serif;
  font-size: 17px;
}
.chat .sub {
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 14px;
}
.chat .chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}
.chat .chips span {
  font-size: 12px;
  background: var(--lav-soft);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 7px 11px;
  color: var(--body);
}
.chat .field {
  border: 1px solid var(--line);
  border-radius: 9px;
  padding: 10px 12px;
  font-size: 13px;
  color: var(--muted);
  display: flex;
  align-items: center;
}
.chat .field .plus {
  margin-left: auto;
  color: var(--green);
}

/* testimonial */
.quote {
  background: var(--lav-soft);
  text-align: center;
}
.quote .brandline {
  font-weight: 700;
  color: var(--muted);
  margin-bottom: 22px;
  font-size: 15px;
}
.quote blockquote {
  font-family: 'DM Sans', sans-serif;
  font-size: 34px;
  line-height: 1.25;
  color: var(--ink);
  max-width: 820px;
  margin: 0 auto;
  font-weight: 500;
}
.quote .who {
  margin-top: 26px;
  font-size: 14px;
}
.quote .who b {
  display: block;
}
.quote .who span {
  color: var(--muted);
}

/* frameworks seals */
.fw-sec {
  background: #fff;
}
.seals {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 34px;
}
.seal-item {
  width: 150px;
  text-align: center;
}
.seal-item img {
  width: 132px;
  height: 132px;
  object-fit: contain;
  margin: 0 auto;
  filter: drop-shadow(0 16px 26px rgba(74, 0, 114, 0.24));
}
.seal-item .more {
  width: 132px;
  height: 132px;
  border-radius: 50%;
  border: 1.5px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: italic;
  color: var(--muted);
  font-family: "Fraunces", serif;
  margin: 0 auto;
}
.fw-cta {
  text-align: center;
  margin-top: 44px;
}

/* dark built-for */
.built {
  background: linear-gradient(180deg, #123524, #0e2a1d);
  color: #eaf6ee;
  padding: 96px 0;
}
.built .sec-head h2 {
  color: #fff;
}
.built .sec-head p {
  color: #b9d8c5;
}
.built .eyebrow {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.16);
  color: var(--amber);
}
.bgrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.bcard {
  background: #16402c;
  border: 1px solid #235a3d;
  border-radius: 16px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  transition: 0.2s !important;
}
.bcard:hover {
  transform: translateY(-4px);
  border-color: var(--amber);
  box-shadow: 0 22px 40px -26px rgba(0, 0, 0, 0.6);
}
.bcard .art {
  border-radius: 12px;
  height: 154px;
  margin-bottom: 22px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(120% 120% at 30% 20%, #1d4f36, #123825);
}
.bcard .art svg {
  width: 100%;
  height: 100%;
  display: block;
}
.bcard h3 {
font-family: 'DM Sans', sans-serif;
  font-size: 21px;
  margin-bottom: 6px;
  letter-spacing: -1px;
  color: #fff;
}
.bcard p {
  font-size: 14px;
  color: #bcdcc9;
  margin-bottom: 18px;
}
.bcard a {
  font-size: 14px;
  font-weight: 600;
  color: var(--amber);
  display: inline-flex;
  gap: 7px;
  align-items: center;
  margin-top: auto;
}
.bcard a:hover {
  color: var(--amber-soft);
}

/* proof */
.proof {
  background: #fff;
}
.pcards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.pc {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 3/4;
  background: #0f2e20;
  transition: 0.25s !important;
  box-shadow: 0 14px 30px -20px rgba(20, 80, 45, 0.5);
  border: 1px solid var(--line);
}
.pc:hover {
  transform: translateY(-5px);
  box-shadow: 0 26px 46px -22px rgba(74, 0, 114, 0.4);
}
.pc .ph {
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, #1d5a3a, #123825);
}
.pc .ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.pc .ph svg {
  width: 100%;
  height: 100%;
  display: block;
}
/* brand tint overlay that ties photos to the green+purple identity */
.pc .ph::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    150deg,
    rgba(22, 163, 74, 0.22),
    rgba(102, 24, 140, 0.3)
  );
  mix-blend-mode: multiply;
}
.pc .cap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 18px 16px 16px;
  background: linear-gradient(
    0deg,
    rgba(10, 26, 18, 0.9) 25%,
    rgba(46, 11, 63, 0.35) 70%,
    transparent
  );
  color: #fff;
  z-index: 2;
}
.pc .cap b {
  display: block;
  font-size: 14px;
}
.pc .cap span {
  font-size: 11.5px;
  color: #d7ecdf;
}

/* trust */
.trust {
  background: var(--lav-soft);
  padding: 88px 0;
  text-align: center;
}
.trust .lab {
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 36px;
}
.trust .badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 44px 64px;
}
.trust .badges img {
  height: 42px;
  width: auto;
  object-fit: contain;
  transition: transform 0.25s ease !important;
}
.trust .badges img.badge-seal {
  height: 74px;
}
.trust .badges img:hover {
  transform: scale(1.12);
}
@media (max-width: 640px) {
  .trust .badges {
    gap: 28px 36px;
  }
  .trust .badges img {
    height: 34px;
  }
  .trust .badges img.badge-seal {
    height: 60px;
  }
}

/* resources dark */
.res {
  background: linear-gradient(180deg, #123524, #0e2a1d);
  color: #fff;
  padding: 88px 0;
}
.res .sec-head h2 {
  color: #fff;
}
.rgrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.rc {
  background: #16402c;
  border: 1px solid #235a3d;
  border-radius: 16px;
  overflow: hidden;
  min-height: 150px;
  display: flex;
  flex-direction: column;
  transition: 0.22s !important;
}
.rc:hover {
  transform: translateY(-4px);
  border-color: var(--amber);
  box-shadow: 0 22px 40px -24px rgba(0, 0, 0, 0.6);
}
.rc .media {
  height: 118px;
  position: relative;
  overflow: hidden;
}
.rc .media svg {
  width: 100%;
  height: 100%;
  display: block;
}
.rc .body {
  padding: 20px 22px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.rc .k {
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--amber);
  margin-bottom: auto;
}
.rc h4 {
  font-family: 'DM Sans', sans-serif;
  letter-spacing: -1px;
  font-size: 18px;
  margin: 14px 0 10px;
  color: #fff;
}
.rc a {
  font-size: 13px;
  color: var(--amber);
  font-weight: 600;
  display: inline-flex;
  gap: 6px;
}
.rc a:hover {
  color: var(--amber-soft);
}

/* closing cta */
.close-cta {
  background: linear-gradient(180deg, var(--lav-2), var(--lav-1));
  padding: 110px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.close-cta h2 {
  font-size: 60px;
  color: var(--ink);
  line-height: 1.02;
}
.close-cta .btn {
  margin-top: 34px;
  font-size: 16px;
  padding: 15px 28px;
}
.close-cta img.mascot {
  position: absolute;
  right: 8%;
  bottom: 24px;
  width: 150px;
  opacity: 0.9;
}

.edge-badge img {
  width: 64%;
  height: 64%;
  object-fit: contain;
}
.edge-badge {
  position: absolute;
  right: 14px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 8px 22px -10px rgba(74, 0, 114, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 6;
}

/* Tablet */
@media (max-width: 1024px) {
  .grid3,
  .bgrid {
    grid-template-columns: 1fr 1fr;
  }

  .pcards,
  .rgrid {
    grid-template-columns: 1fr 1fr;
  }

  .agent {
    grid-template-columns: 1fr;
  }

  .foot-cols {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

/* Smaller tablet */
@media (max-width: 900px) {
  .hero-mascot {
    display: none;
  }

  .close-cta img.mascot {
    display: none;
  }
}

/* Mobile */
@media (max-width: 680px) {
  .hero h1 {
    font-size: 46px;
  }

  .close-cta h2 {
    font-size: 40px;
  }

  .sec-head h2 {
    font-size: 34px;
  }

  .grid3,
  .bgrid,
  .pcards,
  .rgrid,
  .foot-cols {
    grid-template-columns: 1fr;
  }

  .hero-form {
    flex-direction: column;
    border-radius: 16px;
    padding: 14px;
  }

  .hero-form input {
    text-align: center;
    margin-bottom: 10px;
  }

  .nav-links {
    display: none;
  }

  .navbar {
    gap: 12px;
  }

  .brand {
    font-size: 17px;
  }

  .brand img {
    width: 26px;
    height: 26px;
  }

  .login {
    display: none;
  }

  .btn-primary {
    padding: 9px 15px;
    font-size: 13.5px;
  }

  .btn-primary .arrow {
    display: none;
  }

  .wrap {
    padding: 0 20px;
  }

  .dash-body {
    grid-template-columns: 1fr;
  }

  .dash-rail {
    flex-direction: row;
    justify-content: center;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    height: 60px;
  }

  .dash-col {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .edge-badge{
      display: none;
  }
  .dash-body {
    min-height: 850px;
}
.dash-dots {
    display: none;
}
.dash-top {
    justify-content: center;
}
}/* End custom CSS */