.elementor-605 .elementor-element.elementor-element-ee98386{--display:flex;}/* Start custom CSS for html, class: .elementor-element-ce11bc8 *//* =========================================================
   CENTRAL COAST DEV — SEO PAGE
   Scoped to .ccd-seo to minimize WordPress/theme conflicts.
========================================================= */

.ccd-seo {
  --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-seo *,
.ccd-seo *::before,
.ccd-seo *::after {
  box-sizing: border-box;
}

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

.ccd-seo 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-seo h1,
.ccd-seo h2,
.ccd-seo h3,
.ccd-seo p {
  margin-top: 0;
}

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

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

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

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

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

.ccd-seo 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-seo-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-seo-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-seo-hero__glow {
  position: absolute;
  z-index: -3;
  border-radius: 50%;
  filter: blur(10px);
  pointer-events: none;
}

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

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

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

.ccd-seo-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-seo-hero__content > p:not(.ccd-seo-hero__lead) {
  max-width: 680px;
}

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

.ccd-seo-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-seo-hero__proof span {
  position: relative;
}

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


/* SEARCH VISUAL */
.ccd-seo-hero__visual {
  position: relative;
  min-height: 510px;
}

.ccd-search-card {
  position: absolute;
  inset: 45px 0 auto 16px;
  width: calc(100% - 16px);
  padding: 23px;
  border: 1px solid rgba(12, 34, 55, 0.11);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--ccd-shadow);
  transform: rotate(1.2deg);
}

.ccd-search-card__bar {
  display: flex;
  gap: 11px;
  align-items: center;
  padding: 14px 16px;
  border: 1px solid rgba(12, 34, 55, 0.09);
  border-radius: 14px;
  color: #758994;
  background: #f7fbfd;
  font-size: 0.82rem;
}

.ccd-search-card__icon {
  color: var(--ccd-blue);
  font-size: 1.3rem;
}

.ccd-search-card__results {
  display: grid;
  gap: 13px;
  margin-top: 18px;
}

.ccd-search-result {
  border: 1px solid rgba(12, 34, 55, 0.08);
  border-radius: 15px;
  background: #fff;
}

.ccd-search-result--featured {
  padding: 22px;
  box-shadow: 0 10px 24px rgba(12, 34, 55, 0.06);
}

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

.ccd-search-result strong {
  color: var(--ccd-ink);
  font-size: 1.1rem;
}

.ccd-search-result p {
  margin: 7px 0 0;
  font-size: 0.79rem;
  line-height: 1.55;
}

.ccd-search-result__meta {
  display: flex;
  gap: 8px;
  margin-top: 15px;
}

.ccd-search-result__meta span {
  padding: 6px 9px;
  border-radius: 999px;
  color: var(--ccd-blue);
  background: var(--ccd-mist);
  font-size: 0.63rem;
  font-weight: 780;
}

.ccd-search-result--ghost {
  padding: 18px 20px;
}

.ccd-search-result--ghost span {
  display: block;
  height: 7px;
  margin-bottom: 8px;
  border-radius: 999px;
  background: rgba(12, 34, 55, 0.1);
}

.ccd-search-result--ghost span:first-child {
  width: 38%;
  background: rgba(12, 34, 55, 0.17);
}

.ccd-search-result--ghost span:nth-child(2) {
  width: 82%;
}

.ccd-search-result--ghost span:nth-child(3) {
  width: 59%;
  margin-bottom: 0;
}

.ccd-seo-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-seo-float--rank {
  top: 0;
  right: -20px;
}

.ccd-seo-float--local {
  left: -25px;
  bottom: 11px;
}

.ccd-seo-float__number,
.ccd-seo-float__pin {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 11px;
  color: var(--ccd-blue);
  background: var(--ccd-mist);
  font-size: 1.1rem;
  font-weight: 900;
}

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

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

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


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

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

.ccd-seo-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;
}


/* 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-seo-services {
  padding: clamp(90px, 10vw, 145px) 0;
  background: var(--ccd-mist-2);
}

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

.ccd-seo-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-seo-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-seo-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-seo-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-seo-card__icon svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

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


/* LOCAL */
.ccd-seo-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-seo-local__pattern {
  position: absolute;
  inset: 0;
  opacity: 0.1;
  background-image: radial-gradient(circle, #fff 1px, transparent 1px);
  background-size: 28px 28px;
}

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

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

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

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

.ccd-seo-local__areas {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 11px;
}

.ccd-seo-area {
  padding: 19px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 15px;
  background: rgba(255,255,255,.07);
  backdrop-filter: blur(10px);
}

.ccd-seo-area--primary {
  background: rgba(255,255,255,.16);
}

.ccd-seo-area strong,
.ccd-seo-area span {
  display: block;
}

.ccd-seo-area strong {
  margin-bottom: 3px;
  color: #fff;
  font-size: 0.96rem;
}

.ccd-seo-area span {
  color: rgba(255,255,255,.59);
  font-size: 0.68rem;
  font-weight: 750;
  letter-spacing: .06em;
  text-transform: uppercase;
}


/* OPTIMIZE */
.ccd-seo-optimize {
  padding: clamp(95px, 11vw, 155px) 0;
}

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

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

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

.ccd-seo-scorecard__head span:first-child {
  display: block;
  margin-bottom: 4px;
  color: var(--ccd-blue);
  font-size: .66rem;
  font-weight: 900;
  letter-spacing: .12em;
}

.ccd-seo-scorecard__head strong {
  color: var(--ccd-ink);
  font-size: 1.3rem;
}

.ccd-seo-scorecard__score {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 14px;
  color: var(--ccd-blue);
  background: var(--ccd-mist);
  font-size: 1.4rem;
  font-weight: 900;
}

.ccd-seo-score-row {
  margin-top: 24px;
}

.ccd-seo-score-row > span {
  display: block;
  margin-bottom: 7px;
  color: var(--ccd-ink-2);
  font-size: .78rem;
  font-weight: 760;
}

.ccd-seo-score-row > div {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: #edf3f6;
}

.ccd-seo-score-row i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--ccd-blue), var(--ccd-aqua));
}

.ccd-seo-scorecard__footer {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 27px;
}

.ccd-seo-scorecard__footer span {
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--ccd-blue);
  background: var(--ccd-mist);
  font-size: .66rem;
  font-weight: 800;
}

.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;
}


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

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

.ccd-seo-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-seo-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-seo-process__grid p {
  margin-bottom: 0;
  font-size: 0.9rem;
  line-height: 1.65;
}


/* WEB DESIGN LINK */
.ccd-seo-web {
  padding: clamp(88px, 9vw, 130px) 0;
}

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

.ccd-seo-web__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-seo-faq {
  padding: clamp(95px, 10vw, 145px) 0;
  background: var(--ccd-mist-2);
}

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

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

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


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

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

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

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

.ccd-seo-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-seo-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-seo-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-seo-related__card h3 {
  color: var(--ccd-ink);
}

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

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


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

.ccd-seo-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-seo-cta__inner > div {
  max-width: 750px;
}

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

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


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

  .ccd-search-card {
    animation: ccd-seo-card-in 0.8s ease both;
  }

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

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

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

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

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

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


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

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

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

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

  .ccd-seo-local__areas {
    width: min(720px, 100%);
  }
}


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

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

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

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

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

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

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

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

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

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

  .ccd-seo-hero__visual {
    min-height: 390px;
  }

  .ccd-search-card {
    inset: 35px 0 auto 0;
    width: 100%;
    padding: 16px;
  }

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

  .ccd-seo-float--rank {
    right: -5px;
  }

  .ccd-seo-float--local {
    left: -4px;
    bottom: 0;
  }

  .ccd-seo-float div span {
    display: none;
  }

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

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

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

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

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