.cadep-full-page #main-header,
.cadep-full-page #top-header,
.cadep-full-page #et-top-navigation,
.cadep-full-page #main-footer,
.cadep-full-page #sidebar,
.cadep-full-page .et_pb_widget_area,
.cadep-full-page .widget_search,
.cadep-full-page .widget_recent_entries,
.cadep-full-page .widget_recent_comments,
.cadep-full-page .widget_archive,
.cadep-full-page .widget_categories,
.cadep-full-page .entry-title,
.cadep-full-page .post-meta {
  display: none !important;
}

.cadep-full-page #page-container {
  padding-top: 0 !important;
}

.cadep-full-page #left-area,
.cadep-full-page #content-area,
.cadep-full-page .container,
.cadep-full-page article,
.cadep-full-page .entry-content {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.cadep-full-page #main-content .container::before {
  display: none !important;
}

.cadep-page {
  --cadep-ink: #062c3d;
  --cadep-deep: #031c29;
  --cadep-teal: #0d8798;
  --cadep-cyan: #1db7c6;
  --cadep-orange: #ff6900;
  --cadep-paper: #f5f7f6;
  --cadep-white: #ffffff;
  --cadep-muted: #60727a;
  --cadep-line: rgba(6, 44, 61, 0.14);
  overflow-x: hidden;
  margin: 0;
  background:
    radial-gradient(circle at 85% 12%, rgba(29, 183, 198, 0.12), transparent 27rem),
    linear-gradient(180deg, #f9fbfa 0%, #f3f6f5 100%);
  color: var(--cadep-ink);
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
}

.cadep-page * {
  box-sizing: border-box;
}

.cadep-brand-header,
.cadep-hero,
.cadep-services-section,
.cadep-contact {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.cadep-brand-header {
  min-height: 104px;
  display: flex;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid var(--cadep-line);
}

.cadep-brand-mark {
  width: 72px;
  height: auto;
}

.cadep-brand-name {
  width: 172px;
  height: auto;
}

.cadep-hero {
  min-height: 560px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 54px;
  align-items: center;
  padding: 72px 0 82px;
}

.cadep-hero-copy,
.cadep-hero-visual {
  min-width: 0;
}

.cadep-services,
.cadep-eyebrow {
  margin: 0 0 14px;
  color: var(--cadep-teal);
  font-size: 12px;
  line-height: 1.4;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.cadep-services {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
}

.cadep-services span {
  display: inline-flex;
  align-items: center;
  line-height: 1.4;
}

.cadep-services i {
  flex: 0 0 5px;
  width: 5px;
  height: 5px;
  align-self: center;
  border-radius: 50%;
  background: var(--cadep-orange);
  box-shadow: 0 0 0 4px rgba(255, 105, 0, 0.1);
}

.cadep-hero h1 {
  max-width: 700px;
  margin: 0;
  color: var(--cadep-deep);
  font-size: 74px;
  line-height: 1.02;
  font-weight: 800;
}

.cadep-hero h1 span {
  display: inline;
  color: var(--cadep-orange);
}

.cadep-intro {
  max-width: 580px;
  margin: 30px 0 0;
  color: #405861;
  font-size: 20px;
  line-height: 1.6;
}

.cadep-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.cadep-button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
}

.cadep-button-main {
  background: var(--cadep-ink);
  color: var(--cadep-white);
  box-shadow: 0 14px 30px rgba(6, 44, 61, 0.2);
}

.cadep-button-light {
  border: 1px solid var(--cadep-line);
  background: rgba(255, 255, 255, 0.74);
  color: var(--cadep-ink);
}

.cadep-zone {
  margin: 20px 0 0;
  color: var(--cadep-muted);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.55;
}

.cadep-zone a {
  color: var(--cadep-teal);
  font-weight: 850;
  text-decoration: none;
}

.cadep-hero-visual {
  min-height: 500px;
  display: grid;
  align-items: start;
  justify-items: center;
  padding-top: 92px;
  text-align: center;
}

.cadep-logo {
  width: min(92%, 500px);
  height: auto;
  filter: drop-shadow(0 28px 30px rgba(3, 28, 41, 0.18));
}

.cadep-services-section {
  padding: 34px 0 72px;
}

.cadep-section-heading {
  max-width: 760px;
  margin-bottom: 28px;
}

.cadep-section-heading h2,
.cadep-contact h2 {
  margin: 0;
  color: var(--cadep-deep);
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1.02;
  font-weight: 800;
}

.cadep-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.cadep-card {
  min-height: 260px;
  padding: 28px;
  border: 1px solid var(--cadep-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 18px 50px rgba(6, 44, 61, 0.06);
}

.cadep-card span {
  color: var(--cadep-orange);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0;
}

.cadep-card h3 {
  margin: 26px 0 12px;
  color: var(--cadep-deep);
  font-size: 24px;
  line-height: 1.15;
}

.cadep-card p,
.cadep-contact p,
.cadep-locality-list {
  color: #455d66;
  font-size: 16px;
  line-height: 1.65;
}

.cadep-locality-list {
  max-width: 980px;
  margin: 22px 0 0;
  font-weight: 650;
}

.cadep-contact {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 42px;
  align-items: center;
  margin-bottom: 52px;
  padding: 34px;
  border-radius: 8px;
  background: var(--cadep-deep);
}

.cadep-price-intro {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(260px, 0.42fr);
  gap: 24px;
  align-items: stretch;
  padding: 32px;
  border: 1px solid rgba(0, 122, 138, 0.15);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(232, 246, 245, 0.86), rgba(255, 255, 255, 0.98)),
    #fff;
  box-shadow: 0 16px 42px rgba(6, 44, 61, 0.06);
}

.cadep-price-intro h2 {
  max-width: 720px;
  margin: 0;
  color: var(--cadep-deep);
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.04;
  font-weight: 850;
}

.cadep-price-intro p {
  max-width: 760px;
  color: #455d66;
  font-size: 16px;
  line-height: 1.65;
}

.cadep-price-intro aside {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 220px;
  padding: 26px;
  border-radius: 8px;
  background: var(--cadep-deep);
  color: #fff;
}

.cadep-price-intro aside span {
  color: var(--cadep-orange);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.cadep-price-intro aside strong {
  margin-top: 12px;
  color: #fff;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.05;
}

.cadep-price-intro aside p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.82);
}

.cadep-price-intro aside small {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
}

.cadep-price-promise {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding-top: 0;
}

.cadep-price-promise article {
  position: relative;
  padding: 22px 22px 22px 46px;
  border: 1px solid rgba(0, 122, 138, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 12px 28px rgba(6, 44, 61, 0.045);
}

.cadep-price-promise article::before {
  content: "";
  position: absolute;
  left: 22px;
  top: 28px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--cadep-orange);
}

.cadep-price-promise strong {
  display: block;
  color: var(--cadep-deep);
  font-size: 18px;
  line-height: 1.2;
}

.cadep-price-promise p {
  margin: 8px 0 0;
  color: #455d66;
  font-size: 15px;
  line-height: 1.55;
}

.cadep-reassurance,
.cadep-photo-slots,
.cadep-zone-sectors,
.cadep-map-frame,
.cadep-service-links {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.cadep-reassurance {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: -28px;
  margin-bottom: 36px;
}

.cadep-reassurance article,
.cadep-photo-slots article,
.cadep-zone-sectors article,
.cadep-photo-placeholder,
.cadep-reviews {
  border: 1px solid rgba(0, 122, 138, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 12px 28px rgba(6, 44, 61, 0.045);
}

.cadep-reassurance article {
  padding: 20px;
}

.cadep-reassurance strong,
.cadep-photo-slots strong,
.cadep-zone-sectors h3,
.cadep-photo-placeholder strong {
  display: block;
  color: var(--cadep-deep);
  font-size: 18px;
  line-height: 1.2;
}

.cadep-reassurance p,
.cadep-photo-slots p,
.cadep-zone-sectors p,
.cadep-photo-placeholder p {
  margin: 8px 0 0;
  color: #455d66;
  font-size: 15px;
  line-height: 1.55;
}

.cadep-photo-slots,
.cadep-zone-sectors {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.cadep-zone-sectors {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cadep-photo-slots article,
.cadep-zone-sectors article {
  padding: 24px;
}

.cadep-photo-slots span,
.cadep-zone-sectors span {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255, 105, 0, 0.1);
  color: #8a3d00;
  font-size: 12px;
  font-weight: 900;
}

.cadep-zone-sectors strong {
  display: inline-flex;
  margin-top: 14px;
  color: var(--cadep-teal);
  font-size: 15px;
}

.cadep-map-section {
  padding-top: 0;
}

.cadep-map-frame {
  height: clamp(320px, 44vw, 480px);
  overflow: hidden;
  border: 1px solid rgba(0, 122, 138, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 12px 28px rgba(6, 44, 61, 0.045);
}

.cadep-map-frame iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.cadep-map-actions {
  justify-content: flex-start;
  margin-top: 16px;
}

.cadep-service-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
  margin-bottom: 22px;
}

.cadep-service-links a {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 8px;
  background: var(--cadep-deep);
  color: #fff;
  font-weight: 850;
  text-decoration: none;
}

.cadep-about {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(260px, 0.42fr);
  gap: 24px;
  align-items: stretch;
}

.cadep-about h2 {
  max-width: 720px;
  margin: 0;
  color: var(--cadep-deep);
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.04;
  font-weight: 850;
}

.cadep-about p:not(.cadep-eyebrow) {
  max-width: 760px;
  color: #455d66;
  font-size: 16px;
  line-height: 1.65;
}

.cadep-photo-placeholder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 260px;
  padding: 28px;
}

.cadep-photo-placeholder span {
  color: var(--cadep-orange);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.cadep-price-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 14px;
}

.cadep-price-grid article {
  height: 100%;
  min-height: 240px;
  padding: 24px;
  border: 1px solid rgba(0, 122, 138, 0.13);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 14px 34px rgba(6, 44, 61, 0.05);
}

.cadep-guide-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cadep-price-grid span {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 105, 0, 0.1);
  color: var(--cadep-orange);
  font-size: 13px;
  font-weight: 900;
}

.cadep-price-grid h3 {
  margin: 22px 0 10px;
  color: var(--cadep-deep);
  font-size: 22px;
  line-height: 1.15;
}

.cadep-price-grid p,
.cadep-price-rows p {
  color: #455d66;
  font-size: 15px;
  line-height: 1.58;
}

.cadep-price-table {
  padding-top: 12px;
}

.cadep-price-rows {
  display: grid;
  gap: 12px;
}

.cadep-price-rows div {
  display: grid;
  grid-template-columns: minmax(180px, 0.34fr) 1fr minmax(180px, 0.32fr);
  gap: 18px;
  align-items: center;
  padding: 22px;
  border: 1px solid rgba(0, 122, 138, 0.13);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 12px 28px rgba(6, 44, 61, 0.045);
}

.cadep-price-rows strong {
  color: var(--cadep-deep);
  font-size: 20px;
  line-height: 1.2;
}

.cadep-price-rows p {
  margin: 0;
}

.cadep-price-rows span {
  justify-self: end;
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(255, 105, 0, 0.1);
  color: #8a3d00;
  font-size: 13px;
  font-weight: 900;
  text-align: center;
}

.cadep-price-note {
  margin-bottom: 24px;
}

.cadep-contact .cadep-eyebrow,
.cadep-contact h2,
.cadep-contact p {
  color: var(--cadep-white);
}

.cadep-contact-links {
  display: grid;
  gap: 10px;
}

.cadep-contact-links a {
  display: block;
  min-width: 260px;
  padding: 14px 16px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--cadep-white);
  font-weight: 800;
  text-decoration: none;
}

@media (max-width: 900px) {
  .cadep-hero,
  .cadep-contact {
    grid-template-columns: 1fr;
  }

  .cadep-grid {
    grid-template-columns: 1fr;
  }

  .cadep-hero {
    min-height: auto;
    padding-top: 46px;
  }

  .cadep-hero h1 {
    font-size: 54px;
  }

  .cadep-hero-visual {
    min-height: auto;
    padding-top: 18px;
  }
}

@media (max-width: 620px) {
  .cadep-brand-header,
  .cadep-hero,
  .cadep-services-section,
  .cadep-contact {
    width: min(100% - 28px, 1180px);
  }

  .cadep-brand-header {
    min-height: 84px;
    gap: 12px;
  }

  .cadep-brand-mark {
    width: 56px;
  }

  .cadep-brand-name {
    width: 138px;
  }

  .cadep-services {
    max-width: 100%;
    overflow-x: auto;
    gap: 5px;
    font-size: 9.5px;
    letter-spacing: 0;
    scrollbar-width: none;
  }

  .cadep-services::-webkit-scrollbar {
    display: none;
  }

  .cadep-services i {
    flex-basis: 4px;
    width: 4px;
    height: 4px;
  }

  .cadep-hero h1 {
    overflow-wrap: break-word;
    font-size: 36px;
  }

  .cadep-intro {
    font-size: 17px;
  }

  .cadep-button,
  .cadep-contact-links a {
    width: 100%;
  }
}

/* Mini-site SEO local CADEP v2 */
.cadep-top,
.cadep-section,
.cadep-band,
.cadep-contact-page,
.cadep-legal,
.cadep-footer {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.cadep-top {
  min-height: 104px;
  display: flex;
  align-items: center;
  gap: 22px;
  border-bottom: 1px solid var(--cadep-line);
}

.cadep-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  flex: 0 0 auto;
  text-decoration: none;
}

.cadep-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  flex: 1 1 auto;
}

.cadep-nav a,
.cadep-nav summary,
.cadep-top-call {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  border-radius: 8px;
  padding: 0 10px;
  color: var(--cadep-ink);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.cadep-nav summary {
  cursor: pointer;
  list-style: none;
}

.cadep-nav summary::-webkit-details-marker {
  display: none;
}

.cadep-nav summary::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-left: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
}

.cadep-nav-group {
  position: relative;
}

.cadep-subnav {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 190px;
  z-index: 30;
  display: grid;
  gap: 4px;
  padding: 8px;
  border: 1px solid var(--cadep-line);
  border-radius: 8px;
  background: var(--cadep-white);
  box-shadow: var(--cadep-shadow);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
  transform-origin: top center;
  transition: opacity 180ms ease, transform 180ms ease, visibility 0s linear 180ms;
  visibility: hidden;
}

.cadep-nav-group[open] .cadep-subnav {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  transition-delay: 0s;
  visibility: visible;
}

.cadep-nav-group.is-closing .cadep-subnav {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
  visibility: visible;
}

.cadep-nav a[aria-current="page"],
.cadep-nav summary[aria-current="page"] {
  background: rgba(13, 135, 152, 0.1);
  color: var(--cadep-teal);
}

.cadep-top-call {
  background: var(--cadep-ink);
  color: var(--cadep-white);
  padding-inline: 18px;
}

.cadep-section {
  padding: 34px 0 72px;
}

.cadep-band,
.cadep-alert {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: center;
  margin-bottom: 54px;
  padding: 34px;
  border-radius: 8px;
  background: var(--cadep-deep);
}

.cadep-zone-teaser {
  width: min(1180px, calc(100% - 48px));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 0 auto 44px;
  padding: 18px 22px;
  border: 1px solid var(--cadep-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
}

.cadep-zone-teaser p {
  margin: 0;
  color: #455d66;
  font-size: 15px;
  line-height: 1.5;
}

.cadep-zone-teaser strong {
  color: var(--cadep-deep);
}

.cadep-zone-teaser a {
  flex: 0 0 auto;
  color: var(--cadep-teal);
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
}

.cadep-alert {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
  grid-template-columns: 0.28fr 1fr;
  background: #fff4ec;
  border: 1px solid rgba(255, 105, 0, 0.2);
}

.cadep-band h2,
.cadep-band p,
.cadep-band .cadep-eyebrow {
  color: var(--cadep-white);
}

.cadep-alert strong {
  color: var(--cadep-deep);
  font-size: 20px;
}

.cadep-alert p {
  margin: 0;
  color: #5e4538;
  font-size: 16px;
  line-height: 1.65;
}

.cadep-method {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(480px, 1.25fr);
  gap: 28px;
  align-items: stretch;
  margin-bottom: 24px;
  padding: 34px;
  border: 1px solid rgba(0, 122, 138, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(232, 246, 245, 0.9), rgba(255, 255, 255, 0.96)),
    #fff;
  box-shadow: 0 18px 48px rgba(6, 44, 61, 0.07);
}

.cadep-method::before {
  content: "";
  position: absolute;
  left: 34px;
  right: 34px;
  top: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--cadep-orange), rgba(0, 122, 138, 0.42));
  border-radius: 0 0 8px 8px;
}

.cadep-method-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cadep-method-copy h2 {
  max-width: 420px;
  margin: 0;
  color: var(--cadep-deep);
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.04;
  font-weight: 850;
}

.cadep-method-copy p:not(.cadep-eyebrow) {
  max-width: 520px;
  margin: 16px 0 0;
  color: #455d66;
  font-size: 17px;
  line-height: 1.62;
}

.cadep-method-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.cadep-method-steps article {
  min-height: 190px;
  padding: 24px;
  border: 1px solid rgba(0, 122, 138, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 12px 28px rgba(6, 44, 61, 0.06);
}

.cadep-method-steps span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--cadep-orange);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.cadep-method-steps strong {
  display: block;
  color: var(--cadep-deep);
  font-size: 20px;
}

.cadep-method-steps p {
  margin: 10px 0 0;
  color: #455d66;
  font-size: 15px;
  line-height: 1.55;
}

@media (max-width: 1180px) {
  .cadep-method-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.cadep-two-cols {
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  gap: 28px;
  align-items: start;
}

.cadep-two-cols h2,
.cadep-band h2,
.cadep-contact-panel h2,
.cadep-legal h1 {
  margin: 0;
  color: var(--cadep-deep);
  font-size: clamp(36px, 5vw, 56px);
  line-height: 1.05;
  font-weight: 850;
}

.cadep-two-cols p,
.cadep-band p,
.cadep-contact-panel p,
.cadep-legal p,
.cadep-legal li {
  color: #455d66;
  font-size: 16px;
  line-height: 1.65;
}

.cadep-flow {
  position: relative;
  grid-template-columns: minmax(280px, 0.8fr) minmax(420px, 1.2fr);
  align-items: stretch;
  padding: 32px;
  border: 1px solid rgba(0, 122, 138, 0.15);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(232, 246, 245, 0.78), rgba(255, 255, 255, 0.98)),
    #fff;
  box-shadow: 0 16px 42px rgba(6, 44, 61, 0.06);
}

.cadep-flow::before {
  content: "";
  position: absolute;
  left: 32px;
  top: 0;
  width: 94px;
  height: 4px;
  border-radius: 0 0 8px 8px;
  background: var(--cadep-orange);
}

.cadep-flow > div:first-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cadep-flow h2 {
  max-width: 520px;
  font-size: clamp(30px, 3.4vw, 46px);
}

.cadep-flow > div:first-child p:not(.cadep-eyebrow) {
  max-width: 560px;
  margin-top: 16px;
}

.cadep-flow .cadep-checklist {
  display: flex;
  min-height: auto;
  align-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.cadep-flow .cadep-checklist ul {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cadep-flow .cadep-checklist li {
  position: relative;
  min-height: 96px;
  padding: 18px 18px 18px 44px;
  border: 1px solid rgba(0, 122, 138, 0.13);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 10px 24px rgba(6, 44, 61, 0.05);
}

.cadep-flow .cadep-checklist li::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 25px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--cadep-orange);
}

.cadep-band p {
  max-width: 760px;
}

.cadep-contact-page {
  display: grid;
  grid-template-columns: minmax(280px, 1.1fr) minmax(260px, 0.7fr);
  gap: 18px;
  align-items: stretch;
  padding: 28px;
  border: 1px solid rgba(0, 122, 138, 0.15);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(232, 246, 245, 0.86), rgba(255, 255, 255, 0.98)),
    #fff;
  box-shadow: 0 16px 42px rgba(6, 44, 61, 0.06);
}

.cadep-contact-page .cadep-contact-panel {
  min-height: auto;
  padding: 0 10px 0 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.cadep-contact-page .cadep-contact-panel h2 {
  max-width: 620px;
  color: var(--cadep-deep);
  font-size: clamp(30px, 3.4vw, 46px);
}

.cadep-contact-page .cadep-contact-panel p {
  max-width: 660px;
  color: #455d66;
}

.cadep-contact-page .cadep-contact-panel .cadep-eyebrow {
  color: var(--cadep-teal);
}

.cadep-contact-options {
  display: grid;
  gap: 12px;
}

.cadep-contact-options a {
  display: flex;
  min-height: 86px;
  flex-direction: column;
  justify-content: center;
  padding: 18px;
  border: 1px solid rgba(0, 122, 138, 0.15);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.84);
  color: var(--cadep-deep);
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(6, 44, 61, 0.05);
}

.cadep-contact-options span,
.cadep-contact-notes p {
  margin-bottom: 7px;
  color: var(--cadep-teal);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.cadep-contact-notes {
  grid-column: 1 / -1;
  display: flex;
  gap: 16px;
  align-items: center;
  padding-top: 18px;
  border-top: 1px solid rgba(0, 122, 138, 0.14);
}

.cadep-contact-notes p {
  flex: 0 0 auto;
  margin: 0;
}

.cadep-contact-notes ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cadep-contact-notes li {
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(0, 122, 138, 0.08);
  color: #455d66;
  font-size: 14px;
  line-height: 1.2;
}

.cadep-checklist,
.cadep-step,
.cadep-faq article,
.cadep-contact-panel {
  min-height: 220px;
  padding: 28px;
  border: 1px solid var(--cadep-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 18px 50px rgba(6, 44, 61, 0.06);
}

.cadep-checklist ul {
  margin: 12px 0 0;
  padding-left: 20px;
}

.cadep-checklist p,
.cadep-checklist li,
.cadep-step p,
.cadep-faq p {
  color: #455d66;
  font-size: 16px;
  line-height: 1.65;
}

.cadep-steps,
.cadep-faq {
  display: grid;
  gap: 18px;
}

.cadep-steps {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cadep-faq {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.cadep-step span {
  color: var(--cadep-orange);
  font-size: 13px;
  font-weight: 850;
}

.cadep-step h3,
.cadep-faq h3 {
  margin: 24px 0 12px;
  color: var(--cadep-deep);
  font-size: 24px;
  line-height: 1.15;
}

.cadep-faq strong {
  color: #8a3d00;
  font-weight: 900;
}

.cadep-faq-page {
  display: grid;
  gap: 22px;
}

.cadep-faq-group {
  display: grid;
  grid-template-columns: minmax(180px, 0.32fr) 1fr;
  gap: 20px;
  padding: 24px;
  border: 1px solid rgba(0, 122, 138, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 14px 34px rgba(6, 44, 61, 0.05);
}

.cadep-faq-group-title {
  padding-top: 4px;
}

.cadep-faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.cadep-faq-list article {
  padding: 20px;
  border: 1px solid rgba(0, 122, 138, 0.12);
  border-radius: 8px;
  background: rgba(247, 251, 250, 0.88);
}

.cadep-faq-list h2 {
  margin: 0 0 10px;
  color: var(--cadep-deep);
  font-size: 20px;
  line-height: 1.2;
}

.cadep-faq-list p {
  margin: 0;
  color: #455d66;
  font-size: 15px;
  line-height: 1.58;
}

.cadep-faq-list strong {
  color: #8a3d00;
  font-weight: 900;
}

.cadep-local-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.cadep-local-grid span {
  min-height: 58px;
  display: flex;
  align-items: center;
  padding: 0 18px;
  border: 1px solid var(--cadep-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.76);
  color: var(--cadep-ink);
  font-weight: 850;
}

.cadep-contact-panel {
  background: var(--cadep-deep);
}

section:not(.cadep-contact-page) > .cadep-contact-panel h2,
section:not(.cadep-contact-page) > .cadep-contact-panel p,
section:not(.cadep-contact-page) > .cadep-contact-panel .cadep-eyebrow {
  color: var(--cadep-white);
}

section:not(.cadep-contact-page) > .cadep-contact-panel a {
  display: block;
  min-width: 260px;
  margin-top: 10px;
  padding: 14px 16px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--cadep-white);
  font-weight: 850;
  text-decoration: none;
}

.cadep-card a {
  display: inline-flex;
  margin-top: 12px;
  color: var(--cadep-teal);
  font-weight: 850;
  text-decoration: none;
}

.cadep-legal {
  max-width: 880px;
  padding: 70px 0;
}

.cadep-legal h2 {
  margin: 34px 0 8px;
  color: var(--cadep-deep);
  font-size: 26px;
}

.cadep-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-top: 26px;
  padding: 20px 0 34px;
  border-top: 1px solid var(--cadep-line);
  font-size: 14px;
}

.cadep-footer p {
  margin: 0;
  color: var(--cadep-muted);
}

.cadep-footer strong {
  color: var(--cadep-deep);
}

.cadep-footer a {
  color: var(--cadep-teal);
  font-weight: 850;
  text-decoration: none;
}

@media (max-width: 1200px) {
  .cadep-top {
    align-items: flex-start;
    flex-direction: column;
    padding: 18px 0;
  }

  .cadep-nav {
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
    overflow: visible;
    padding-bottom: 4px;
  }

  .cadep-nav-group {
    flex: 0 0 auto;
  }

  .cadep-subnav {
    position: fixed;
    top: var(--cadep-subnav-top, 118px);
    left: 24px;
    right: 24px;
    z-index: 1000;
    min-width: 0;
    max-height: calc(100vh - var(--cadep-subnav-top, 118px) - 16px);
    max-width: calc(100vw - 48px);
    width: auto;
    margin-top: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
    box-shadow: var(--cadep-shadow);
  }

  .cadep-top-call {
    position: static;
    align-self: flex-start;
  }
}

@media (max-width: 1180px) {
  .cadep-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cadep-price-grid,
  .cadep-guide-grid,
  .cadep-reassurance,
  .cadep-price-promise {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cadep-tariff-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .cadep-band,
  .cadep-alert,
  .cadep-method,
  .cadep-flow,
  .cadep-two-cols,
  .cadep-about,
  .cadep-contact-page,
  .cadep-price-intro {
    grid-template-columns: 1fr;
  }

  .cadep-method-steps {
    grid-template-columns: 1fr;
  }

  .cadep-flow .cadep-checklist ul {
    grid-template-columns: 1fr;
  }

  .cadep-faq-group,
  .cadep-faq-list {
    grid-template-columns: 1fr;
  }

  .cadep-steps,
  .cadep-faq,
  .cadep-local-grid,
  .cadep-photo-slots,
  .cadep-zone-sectors,
  .cadep-price-grid,
  .cadep-guide-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cadep-tariff-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .cadep-steps,
  .cadep-faq,
  .cadep-local-grid,
  .cadep-photo-slots,
  .cadep-zone-sectors {
    grid-template-columns: 1fr;
  }

  .cadep-price-rows div {
    grid-template-columns: 1fr;
  }

  .cadep-price-rows span {
    justify-self: start;
  }

  .cadep-zone-teaser {
    align-items: flex-start;
    flex-direction: column;
  }

  .cadep-reassurance {
    margin-top: 0;
  }
}

@media (max-width: 620px) {
  .cadep-top,
  .cadep-section,
  .cadep-band,
  .cadep-zone-teaser,
  .cadep-reassurance,
  .cadep-photo-slots,
  .cadep-zone-sectors,
  .cadep-map-frame,
  .cadep-service-links,
  .cadep-contact-page,
  .cadep-legal,
  .cadep-footer {
    width: min(100% - 28px, 1180px);
  }

  .cadep-footer {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 28px;
  }

  .cadep-contact-notes {
    align-items: flex-start;
    flex-direction: column;
  }

  .cadep-top-call {
    min-height: 38px;
    right: 14px;
    top: 26px;
    padding-inline: 14px;
  }

  .cadep-nav {
    align-items: center;
    flex-wrap: wrap;
    overflow: visible;
    max-width: 100%;
    padding-bottom: 6px;
  }

  .cadep-nav-group {
    flex: 0 0 auto;
    width: auto;
  }

  .cadep-nav a,
  .cadep-nav summary {
    font-size: 12px;
  }

  .cadep-subnav {
    left: 14px;
    right: 14px;
    max-height: calc(100vh - var(--cadep-subnav-top, 118px) - 14px);
    max-width: calc(100vw - 28px);
  }

  .cadep-band,
  .cadep-alert,
  .cadep-method,
  .cadep-flow,
  .cadep-about,
  .cadep-price-intro,
  .cadep-price-promise article,
  .cadep-checklist,
  .cadep-step,
  .cadep-faq article,
  .cadep-contact-panel {
    padding: 22px;
  }

  .cadep-reassurance,
  .cadep-price-promise {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cadep-price-grid,
  .cadep-guide-grid,
  .cadep-tariff-grid {
    grid-template-columns: 1fr;
  }

  .cadep-price-grid article {
    min-height: auto;
    padding: 18px;
  }

  .cadep-price-grid span {
    width: 32px;
    height: 32px;
    font-size: 12px;
  }

  .cadep-price-grid h3 {
    margin-top: 16px;
    font-size: 18px;
  }

  .cadep-price-grid p {
    font-size: 14px;
    line-height: 1.5;
  }
}
