.elementor-621 .elementor-element.elementor-element-a2f2f84{--display:flex;}/* Start custom CSS for html, class: .elementor-element-c1a9167 *//* =========================================================
   CENTRAL COAST DEV — WEBSITE MANAGEMENT PAGE
   Scoped to .ccd-wm to minimize WordPress/theme conflicts.
========================================================= */

.ccd-wm {
  --ccd-ink: #0c2237;
  --ccd-ink-2: #163b56;
  --ccd-blue: #159bd3;
  --ccd-blue-2: #55c1e8;
  --ccd-aqua: #74d9dc;
  --ccd-mist: #edf7fb;
  --ccd-mist-2: #f7fbfd;
  --ccd-line: rgba(12, 34, 55, 0.12);
  --ccd-text: #486070;
  --ccd-white: #ffffff;
  --ccd-shadow: 0 30px 75px rgba(12, 48, 72, 0.14);

  position: relative;
  width: 100%;
  overflow: hidden;
  color: var(--ccd-text);
  background: #fff;
  font-family: inherit;
}

.ccd-wm *,
.ccd-wm *::before,
.ccd-wm *::after {
  box-sizing: border-box;
}

.ccd-wm a {
  text-decoration: none;
}

.ccd-wm svg {
  display: block;
}

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

.ccd-eyebrow {
  display: inline-block;
  margin: 0 0 18px;
  color: var(--ccd-blue);
  font-size: 0.76rem;
  font-weight: 850;
  line-height: 1.2;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.ccd-eyebrow--light {
  color: #8ce5f1;
}

.ccd-wm h1,
.ccd-wm h2,
.ccd-wm h3,
.ccd-wm p {
  margin-top: 0;
}

.ccd-wm h1,
.ccd-wm h2,
.ccd-wm h3 {
  color: var(--ccd-ink);
  font-weight: 800;
  letter-spacing: -0.035em;
}

.ccd-wm h1 {
  margin-bottom: 24px;
  font-size: clamp(3.1rem, 6vw, 5.8rem);
  line-height: 0.95;
}

.ccd-wm h1 span {
  display: block;
  color: var(--ccd-blue);
}

.ccd-wm h2 {
  margin-bottom: 22px;
  font-size: clamp(2.2rem, 4.2vw, 3.65rem);
  line-height: 1.04;
}

.ccd-wm h3 {
  margin-bottom: 10px;
  font-size: 1.2rem;
  line-height: 1.22;
}

.ccd-wm p {
  color: var(--ccd-text);
  font-size: 1.04rem;
  line-height: 1.8;
}

.ccd-btn {
  display: inline-flex;
  min-height: 52px;
  padding: 0 24px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.93rem;
  font-weight: 800;
  line-height: 1;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease,
    background-color 0.25s ease,
    color 0.25s ease;
}

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

.ccd-btn--primary {
  color: #fff !important;
  background: linear-gradient(135deg, var(--ccd-blue), #0776bc);
  box-shadow: 0 12px 27px rgba(21, 155, 211, 0.27);
}

.ccd-btn--primary:hover {
  box-shadow: 0 16px 35px rgba(21, 155, 211, 0.34);
}

.ccd-btn--secondary {
  color: var(--ccd-ink) !important;
  border-color: rgba(12, 34, 55, 0.15);
  background: rgba(255, 255, 255, 0.78);
}

.ccd-btn--secondary:hover {
  border-color: rgba(21, 155, 211, 0.35);
  background: #fff;
}

.ccd-btn--light {
  color: var(--ccd-ink) !important;
  background: #fff;
}

.ccd-btn--large {
  min-height: 58px;
  padding-inline: 30px;
}


/* HERO */
.ccd-wm-hero {
  position: relative;
  padding: clamp(78px, 9vw, 126px) 0 clamp(100px, 11vw, 155px);
  background:
    linear-gradient(180deg, #f8fcfe 0%, #edf8fc 68%, #ffffff 100%);
  isolation: isolate;
}

.ccd-wm-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -4;
  opacity: 0.4;
  background-image:
    linear-gradient(rgba(12, 34, 55, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(12, 34, 55, 0.045) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, #000, transparent 92%);
}

.ccd-wm-hero__glow {
  position: absolute;
  z-index: -3;
  border-radius: 50%;
  filter: blur(10px);
  pointer-events: none;
}

.ccd-wm-hero__glow--one {
  width: 510px;
  height: 510px;
  top: -190px;
  right: -120px;
  background: rgba(85, 193, 232, 0.20);
}

.ccd-wm-hero__glow--two {
  width: 370px;
  height: 370px;
  left: -140px;
  bottom: -120px;
  background: rgba(116, 217, 220, 0.15);
}

.ccd-wm-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(440px, 0.85fr);
  gap: clamp(62px, 8vw, 110px);
  align-items: center;
}

.ccd-wm-hero__lead {
  max-width: 690px;
  margin-bottom: 14px;
  color: var(--ccd-ink-2) !important;
  font-size: clamp(1.17rem, 1.8vw, 1.38rem) !important;
  font-weight: 650;
  line-height: 1.63 !important;
}

.ccd-wm-hero__content > p:not(.ccd-wm-hero__lead) {
  max-width: 680px;
}

.ccd-wm-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 31px;
}

.ccd-wm-hero__proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin-top: 30px;
  color: #637887;
  font-size: 0.76rem;
  font-weight: 780;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.ccd-wm-hero__proof span {
  position: relative;
}

.ccd-wm-hero__proof span:not(:last-child)::after {
  content: "•";
  position: absolute;
  right: -15px;
  color: var(--ccd-blue-2);
}


/* HERO DASHBOARD */
.ccd-wm-hero__visual {
  position: relative;
  min-height: 520px;
}

.ccd-wm-dashboard {
  position: absolute;
  inset: 42px 0 auto 14px;
  width: calc(100% - 14px);
  padding: 25px;
  border: 1px solid rgba(12, 34, 55, 0.11);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--ccd-shadow);
  transform: rotate(1.1deg);
}

.ccd-wm-dashboard__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 21px;
  border-bottom: 1px solid var(--ccd-line);
}

.ccd-wm-dashboard__label {
  display: block;
  margin-bottom: 5px;
  color: var(--ccd-blue);
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.ccd-wm-dashboard__top strong {
  color: var(--ccd-ink);
  font-size: 1.22rem;
}

.ccd-wm-dashboard__status {
  display: grid;
  width: 43px;
  height: 43px;
  place-items: center;
  border-radius: 13px;
  color: var(--ccd-blue);
  background: var(--ccd-mist);
  font-size: 1rem;
}

.ccd-wm-dashboard__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 18px;
}

.ccd-wm-metric {
  padding: 15px;
  border: 1px solid rgba(12,34,55,.08);
  border-radius: 13px;
  background: #f9fcfd;
}

.ccd-wm-metric span,
.ccd-wm-metric strong {
  display: block;
}

.ccd-wm-metric span {
  margin-bottom: 4px;
  color: #71848f;
  font-size: .66rem;
  font-weight: 760;
  text-transform: uppercase;
  letter-spacing: .07em;
}

.ccd-wm-metric strong {
  color: var(--ccd-ink);
  font-size: .9rem;
}

.ccd-wm-metric i {
  display: block;
  width: 100%;
  height: 5px;
  margin-top: 12px;
  overflow: hidden;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--ccd-blue), var(--ccd-aqua));
}

.ccd-wm-dashboard__activity {
  margin-top: 20px;
}

.ccd-wm-dashboard__activity-title {
  display: block;
  margin-bottom: 10px;
  color: #71848f;
  font-size: .63rem;
  font-weight: 850;
  letter-spacing: .11em;
}

.ccd-wm-activity-row {
  display: flex;
  gap: 11px;
  align-items: center;
  padding: 11px 0;
  border-top: 1px solid rgba(12,34,55,.07);
}

.ccd-wm-activity-row__icon {
  display: grid;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  place-items: center;
  border-radius: 50%;
  color: var(--ccd-blue);
  background: var(--ccd-mist);
  font-size: .7rem;
  font-weight: 900;
}

.ccd-wm-activity-row strong,
.ccd-wm-activity-row span {
  display: block;
}

.ccd-wm-activity-row strong {
  margin-bottom: 2px;
  color: var(--ccd-ink);
  font-size: .76rem;
}

.ccd-wm-activity-row div span {
  color: #7b8d97;
  font-size: .64rem;
}

.ccd-wm-float {
  position: absolute;
  z-index: 4;
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 14px 16px;
  border: 1px solid rgba(12, 34, 55, 0.09);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 17px 42px rgba(11, 48, 73, 0.14);
  backdrop-filter: blur(10px);
}

.ccd-wm-float--updates {
  top: 0;
  right: -20px;
}

.ccd-wm-float--support {
  left: -24px;
  bottom: 8px;
}

.ccd-wm-float__icon {
  display: grid;
  width: 39px;
  height: 39px;
  place-items: center;
  border-radius: 11px;
  color: var(--ccd-blue);
  background: var(--ccd-mist);
}

.ccd-wm-float__icon svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ccd-wm-float strong,
.ccd-wm-float span {
  display: block;
}

.ccd-wm-float strong {
  margin-bottom: 3px;
  color: var(--ccd-ink);
  font-size: 0.8rem;
}

.ccd-wm-float span {
  color: #738792;
  font-size: 0.67rem;
}


/* INTRO */
.ccd-wm-intro {
  padding: clamp(84px, 9vw, 125px) 0;
}

.ccd-wm-intro__grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(50px, 8vw, 110px);
  align-items: start;
}

.ccd-wm-intro__lead {
  color: var(--ccd-ink-2) !important;
  font-size: clamp(1.17rem, 1.7vw, 1.35rem) !important;
  font-weight: 650;
  line-height: 1.65 !important;
}


/* SECTION HEADING */
.ccd-section-heading {
  max-width: 760px;
  margin-bottom: 52px;
}

.ccd-section-heading--center {
  margin-inline: auto;
  text-align: center;
}

.ccd-section-heading--center p {
  max-width: 660px;
  margin-inline: auto;
}


/* SERVICES */
.ccd-wm-services {
  padding: clamp(90px, 10vw, 145px) 0;
  background: var(--ccd-mist-2);
}

.ccd-wm-services__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.ccd-wm-card {
  position: relative;
  min-height: 320px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid var(--ccd-line);
  border-radius: 22px;
  background: #fff;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}

.ccd-wm-card:hover {
  transform: translateY(-6px);
  border-color: rgba(21, 155, 211, 0.29);
  box-shadow: 0 20px 50px rgba(12, 34, 55, 0.10);
}

.ccd-wm-card__number {
  position: absolute;
  top: 18px;
  right: 22px;
  color: rgba(12, 34, 55, 0.11);
  font-size: 2.45rem;
  font-weight: 900;
  letter-spacing: -0.08em;
}

.ccd-wm-card__icon {
  display: grid;
  width: 53px;
  height: 53px;
  margin-bottom: 45px;
  place-items: center;
  border-radius: 15px;
  color: var(--ccd-blue);
  background: var(--ccd-mist);
}

.ccd-wm-card__icon svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ccd-wm-card p {
  margin-bottom: 0;
  font-size: 0.94rem;
  line-height: 1.7;
}


/* WHY */
.ccd-wm-why {
  padding: clamp(95px, 11vw, 155px) 0;
}

.ccd-wm-why__grid {
  display: grid;
  grid-template-columns: 0.95fr 1fr;
  gap: clamp(65px, 9vw, 120px);
  align-items: center;
}

.ccd-wm-timeline {
  padding: 30px;
  border: 1px solid rgba(12,34,55,.1);
  border-radius: 25px;
  background: #fff;
  box-shadow: var(--ccd-shadow);
}

.ccd-wm-timeline__head {
  padding-bottom: 22px;
  border-bottom: 1px solid var(--ccd-line);
}

.ccd-wm-timeline__head span,
.ccd-wm-timeline__head strong {
  display: block;
}

.ccd-wm-timeline__head span {
  margin-bottom: 5px;
  color: var(--ccd-blue);
  font-size: .66rem;
  font-weight: 900;
  letter-spacing: .12em;
}

.ccd-wm-timeline__head strong {
  color: var(--ccd-ink);
  font-size: 1.25rem;
}

.ccd-wm-timeline__row {
  position: relative;
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 14px;
  padding: 20px 0 0;
}

.ccd-wm-timeline__row:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 37px;
  bottom: -13px;
  width: 1px;
  background: rgba(21,155,211,.25);
}

.ccd-wm-timeline__dot {
  position: relative;
  z-index: 2;
  width: 17px;
  height: 17px;
  margin-top: 3px;
  border: 4px solid #fff;
  border-radius: 50%;
  background: var(--ccd-blue);
  box-shadow: 0 0 0 2px rgba(21,155,211,.18);
}

.ccd-wm-timeline__row strong {
  color: var(--ccd-ink);
  font-size: .9rem;
}

.ccd-wm-timeline__row p {
  margin: 4px 0 0;
  font-size: .79rem;
  line-height: 1.55;
}

.ccd-check-list {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.ccd-check-list li {
  position: relative;
  padding-left: 30px;
  color: var(--ccd-ink-2);
  font-size: 0.95rem;
  font-weight: 650;
  line-height: 1.5;
}

.ccd-check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -1px;
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 50%;
  color: var(--ccd-blue);
  background: var(--ccd-mist);
  font-size: 0.72rem;
  font-weight: 900;
}


/* LOCAL */
.ccd-wm-local {
  position: relative;
  padding: clamp(95px, 11vw, 155px) 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 15%, rgba(85, 193, 232, 0.22), transparent 32%),
    linear-gradient(135deg, #0b2034 0%, #103a58 55%, #0e5272 100%);
}

.ccd-wm-local__pattern {
  position: absolute;
  inset: 0;
  opacity: 0.1;
  background-image: radial-gradient(circle, #fff 1px, transparent 1px);
  background-size: 28px 28px;
}

.ccd-wm-local__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 0.95fr;
  gap: clamp(65px, 10vw, 130px);
  align-items: center;
}

.ccd-wm-local h2,
.ccd-wm-local p {
  color: #fff;
}

.ccd-wm-local p {
  color: rgba(255, 255, 255, 0.76);
}

.ccd-wm-local__content .ccd-btn {
  margin-top: 12px;
}

.ccd-wm-local__panel {
  padding: 27px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 23px;
  background: rgba(255,255,255,.08);
  box-shadow: 0 25px 60px rgba(0,0,0,.15);
  backdrop-filter: blur(12px);
}

.ccd-wm-local__panel-head {
  padding-bottom: 17px;
  border-bottom: 1px solid rgba(255,255,255,.12);
}

.ccd-wm-local__panel-head span,
.ccd-wm-local__panel-head strong {
  display: block;
}

.ccd-wm-local__panel-head span {
  margin-bottom: 4px;
  color: #8ce5f1;
  font-size: .65rem;
  font-weight: 900;
  letter-spacing: .12em;
}

.ccd-wm-local__panel-head strong {
  color: #fff;
  font-size: 1.18rem;
}

.ccd-wm-request {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 13px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255,255,255,.09);
}

.ccd-wm-request:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.ccd-wm-request > span {
  display: grid;
  width: 33px;
  height: 33px;
  place-items: center;
  border-radius: 10px;
  color: #fff;
  background: rgba(255,255,255,.1);
  font-size: .68rem;
  font-weight: 900;
}

.ccd-wm-request strong {
  color: #fff;
  font-size: .88rem;
}

.ccd-wm-request p {
  margin: 3px 0 0;
  color: rgba(255,255,255,.62);
  font-size: .72rem;
  line-height: 1.5;
}


/* PROCESS */
.ccd-wm-process {
  padding: clamp(95px, 10vw, 145px) 0;
  background: var(--ccd-mist-2);
}

.ccd-wm-process__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.ccd-wm-process__grid article {
  padding: 27px 24px;
  border-top: 3px solid var(--ccd-blue);
  border-radius: 0 0 18px 18px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(12, 34, 55, 0.06);
}

.ccd-wm-process__grid article > span {
  display: block;
  margin-bottom: 35px;
  color: rgba(12, 34, 55, 0.18);
  font-size: 2.2rem;
  font-weight: 900;
  letter-spacing: -0.08em;
}

.ccd-wm-process__grid p {
  margin-bottom: 0;
  font-size: 0.9rem;
  line-height: 1.65;
}


/* GROWTH */
.ccd-wm-growth {
  padding: clamp(88px, 9vw, 130px) 0;
}

.ccd-wm-growth__grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(55px, 8vw, 110px);
}

.ccd-wm-growth__lead {
  color: var(--ccd-ink-2) !important;
  font-size: clamp(1.15rem, 1.7vw, 1.32rem) !important;
  font-weight: 650;
  line-height: 1.65 !important;
}

.ccd-text-link {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin-top: 8px;
  color: var(--ccd-blue) !important;
  font-size: 0.93rem;
  font-weight: 850;
}

.ccd-text-link span {
  transition: transform 0.2s ease;
}

.ccd-text-link:hover span {
  transform: translate(3px, -3px);
}


/* FAQ */
.ccd-wm-faq {
  padding: clamp(95px, 10vw, 145px) 0;
  background: var(--ccd-mist-2);
}

.ccd-wm-faq__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.ccd-wm-faq__grid article {
  padding: 27px 28px 24px;
  border: 1px solid var(--ccd-line);
  border-radius: 19px;
  background: #fff;
}

.ccd-wm-faq__grid p {
  margin-bottom: 0;
  font-size: 0.92rem;
  line-height: 1.68;
}


/* RELATED */
.ccd-wm-related {
  padding: clamp(95px, 10vw, 145px) 0;
}

.ccd-wm-related__header {
  display: grid;
  grid-template-columns: 1fr 0.78fr;
  gap: 50px;
  align-items: end;
  margin-bottom: 45px;
}

.ccd-wm-related__header p {
  margin-bottom: 8px;
}

.ccd-wm-related__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.ccd-wm-related__card {
  position: relative;
  display: block;
  min-height: 245px;
  padding: 27px;
  border: 1px solid var(--ccd-line);
  border-radius: 20px;
  color: var(--ccd-text);
  background: #fff;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}

.ccd-wm-related__card:hover {
  transform: translateY(-5px);
  border-color: rgba(21, 155, 211, 0.3);
  box-shadow: 0 20px 48px rgba(12, 34, 55, 0.1);
}

.ccd-wm-related__card > span {
  display: inline-block;
  margin-bottom: 44px;
  color: var(--ccd-blue);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.ccd-wm-related__card h3 {
  color: var(--ccd-ink);
}

.ccd-wm-related__card p {
  margin: 0;
  font-size: 0.9rem;
}

.ccd-wm-related__card strong {
  position: absolute;
  top: 22px;
  right: 24px;
  color: var(--ccd-blue);
  font-size: 1.15rem;
}


/* CTA */
.ccd-wm-cta {
  padding: 0 0 clamp(90px, 10vw, 130px);
}

.ccd-wm-cta__inner {
  display: flex;
  gap: 45px;
  align-items: center;
  justify-content: space-between;
  padding: clamp(40px, 5vw, 64px);
  border: 1px solid rgba(21, 155, 211, 0.17);
  border-radius: 30px;
  background:
    radial-gradient(circle at 92% 15%, rgba(85, 193, 232, 0.2), transparent 29%),
    linear-gradient(135deg, #f4fbfe, #eef7fb);
}

.ccd-wm-cta__inner > div {
  max-width: 750px;
}

.ccd-wm-cta__inner h2 {
  margin-bottom: 14px;
}

.ccd-wm-cta__inner p {
  margin-bottom: 0;
}


/* MOTION */
@media (prefers-reduced-motion: no-preference) {
  .ccd-wm-hero__content {
    animation: ccd-wm-copy-in 0.7s 0.05s ease both;
  }

  .ccd-wm-dashboard {
    animation: ccd-wm-dashboard-in 0.8s ease both;
  }

  .ccd-wm-float--updates {
    animation: ccd-wm-float-a 4.5s ease-in-out infinite;
  }

  .ccd-wm-float--support {
    animation: ccd-wm-float-b 5.2s ease-in-out infinite;
  }

  @keyframes ccd-wm-copy-in {
    from {
      opacity: 0;
      transform: translateY(15px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @keyframes ccd-wm-dashboard-in {
    from {
      opacity: 0;
      transform: translateY(20px) rotate(1.1deg) scale(0.985);
    }
    to {
      opacity: 1;
      transform: translateY(0) rotate(1.1deg) scale(1);
    }
  }

  @keyframes ccd-wm-float-a {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
  }

  @keyframes ccd-wm-float-b {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(7px); }
  }
}


/* TABLET */
@media (max-width: 1024px) {
  .ccd-wm-hero__grid,
  .ccd-wm-why__grid,
  .ccd-wm-local__grid {
    grid-template-columns: 1fr;
  }

  .ccd-wm-hero__visual,
  .ccd-wm-why__visual {
    width: min(720px, 100%);
    margin-inline: auto;
  }

  .ccd-wm-services__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ccd-wm-process__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ccd-wm-local__panel {
    width: min(700px, 100%);
  }
}


/* MOBILE */
@media (max-width: 760px) {
  .ccd-container {
    width: min(100% - 28px, 1180px);
  }

  .ccd-wm h1 {
    font-size: clamp(2.7rem, 14vw, 4.25rem);
  }

  .ccd-wm h2 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .ccd-wm p {
    font-size: 1rem;
    line-height: 1.72;
  }

  .ccd-wm-hero {
    padding-top: 64px;
  }

  .ccd-wm-hero__grid {
    gap: 45px;
  }

  .ccd-wm-hero__actions {
    display: grid;
  }

  .ccd-wm-hero__actions .ccd-btn {
    width: 100%;
  }

  .ccd-wm-hero__proof {
    gap: 8px 14px;
  }

  .ccd-wm-hero__proof span:not(:last-child)::after {
    right: -10px;
  }

  .ccd-wm-hero__visual {
    min-height: 420px;
  }

  .ccd-wm-dashboard {
    inset: 34px 0 auto 0;
    width: 100%;
    padding: 17px;
  }

  .ccd-wm-dashboard__grid {
    grid-template-columns: 1fr 1fr;
  }

  .ccd-wm-float {
    padding: 10px 12px;
  }

  .ccd-wm-float--updates {
    right: -5px;
  }

  .ccd-wm-float--support {
    left: -4px;
    bottom: 0;
  }

  .ccd-wm-float span {
    display: none;
  }

  .ccd-wm-intro__grid,
  .ccd-wm-growth__grid,
  .ccd-wm-related__header {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .ccd-wm-services__grid,
  .ccd-wm-process__grid,
  .ccd-wm-faq__grid,
  .ccd-wm-related__grid {
    grid-template-columns: 1fr;
  }

  .ccd-wm-card {
    min-height: 0;
  }

  .ccd-wm-cta__inner {
    display: block;
    padding: 34px 24px;
  }

  .ccd-wm-cta__inner .ccd-btn {
    width: 100%;
    margin-top: 25px;
  }
}/* End custom CSS */