.elementor-133 .elementor-element.elementor-element-a5f2922{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for container, class: .elementor-element-a5f2922 */@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:wght@500;600;700&display=swap");

:root {
  --ccmm-beige: #ccbd9e;
  --ccmm-green: #455b54;
  --ccmm-turquoise: #66b3ab;
  --ccmm-gray-green: #818c87;
  --ccmm-gray: #949c9c;
  --ccmm-dark: #263732;
  --ccmm-deep: #182723;
  --ccmm-white: #ffffff;
  --ccmm-cream: #f6f2e9;
  --ccmm-soft: #eef2ef;
  --ccmm-text: #3d4844;
  --ccmm-border: rgba(69, 91, 84, 0.14);
  --ccmm-shadow: 0 24px 70px rgba(34, 56, 49, 0.14);
  --ccmm-radius: 28px;
  --ccmm-header-height: 88px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body {
  margin: 0;
  overflow-x: hidden;
}

body.ccmm-menu-open,
body.ccmm-modal-open {
  overflow: hidden;
}

.ccmm-site {
  width: 100%;
  overflow: hidden;
  color: var(--ccmm-text);
  background: var(--ccmm-cream);
  font-family: "DM Sans", Arial, sans-serif;
}

.ccmm-site img {
  max-width: 100%;
}

.ccmm-site a {
  color: inherit;
}

.ccmm-site button,
.ccmm-site input,
.ccmm-site textarea,
.ccmm-site select {
  font: inherit;
}

.ccmm-container {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.ccmm-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 110px 0;
}

.ccmm-section-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--ccmm-turquoise);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ccmm-section-label::before {
  content: "";
  width: 34px;
  height: 1px;
  background: currentColor;
}

.ccmm-section-label--light {
  color: rgba(255, 255, 255, 0.72);
}

.ccmm-section-heading {
  max-width: 760px;
  margin-bottom: 54px;
}

.ccmm-section-heading--center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.ccmm-section-heading--center .ccmm-section-label {
  justify-content: center;
}

.ccmm-section-heading h2,
.ccmm-context h2,
.ccmm-history h2,
.ccmm-structure h2,
.ccmm-launch h2,
.ccmm-final-cta h2 {
  margin: 0;
  color: var(--ccmm-green);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(38px, 4vw, 66px);
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -0.035em;
}

.ccmm-section-heading p {
  max-width: 650px;
  margin: 20px auto 0;
  color: rgba(61, 72, 68, 0.76);
  font-size: 17px;
  line-height: 1.7;
}

.ccmm-btn {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 999px;
  padding: 13px 22px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    background 0.3s ease,
    color 0.3s ease;
}

.ccmm-btn:hover {
  transform: translateY(-3px);
}

.ccmm-btn svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
  flex: 0 0 auto;
}

.ccmm-btn--primary {
  color: var(--ccmm-white);
  background: linear-gradient(135deg, var(--ccmm-turquoise), #51958e);
  box-shadow: 0 16px 35px rgba(102, 179, 171, 0.3);
}

.ccmm-btn--primary:hover {
  box-shadow: 0 20px 42px rgba(102, 179, 171, 0.42);
}

.ccmm-btn--light {
  color: var(--ccmm-green);
  background: var(--ccmm-white);
  box-shadow: 0 16px 35px rgba(20, 45, 40, 0.16);
}

/* HEADER */

.ccmm-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--ccmm-header-height);
  display: flex;
  align-items: center;
  color: var(--ccmm-white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition:
    background 0.35s ease,
    box-shadow 0.35s ease,
    height 0.35s ease,
    border-color 0.35s ease;
}

.ccmm-header::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(
    180deg,
    rgba(24, 39, 35, 0.74) 0%,
    rgba(24, 39, 35, 0.2) 100%
  );
  backdrop-filter: blur(3px);
}

.ccmm-header.ccmm-header--scrolled {
  height: 76px;
  color: var(--ccmm-green);
  border-color: rgba(69, 91, 84, 0.1);
  box-shadow: 0 12px 40px rgba(29, 47, 42, 0.1);
}

.ccmm-header.ccmm-header--scrolled::before {
  background: rgba(248, 246, 239, 0.93);
  backdrop-filter: blur(18px);
}

.ccmm-header__inner {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 26px;
}

.ccmm-logo {
  position: relative;
  z-index: 2;
  width: 175px;
  height: 52px;
  display: block;
  flex: 0 0 auto;
}

.ccmm-logo img {
  position: absolute;
  top: 50%;
  left: 0;
  width: auto;
  max-width: 175px;
  height: 46px;
  object-fit: contain;
  object-position: left center;
  transform: translateY(-50%);
  transition: opacity 0.3s ease;
}

.ccmm-logo__color {
  opacity: 0;
}

.ccmm-logo__white {
  opacity: 1;
}

.ccmm-header--scrolled .ccmm-logo__color {
  opacity: 1;
}

.ccmm-header--scrolled .ccmm-logo__white {
  opacity: 0;
}

.ccmm-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-left: auto;
}

.ccmm-nav > a:not(.ccmm-btn) {
  position: relative;
  padding: 10px 0;
  color: inherit;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}

.ccmm-nav > a:not(.ccmm-btn)::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}

.ccmm-nav > a:not(.ccmm-btn):hover::after,
.ccmm-nav > a.ccmm-nav-active:not(.ccmm-btn)::after {
  transform: scaleX(1);
  transform-origin: left;
}

.ccmm-btn--header {
  min-height: 45px;
  padding: 12px 18px;
  color: var(--ccmm-green);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 28px rgba(10, 26, 22, 0.15);
}

.ccmm-header--scrolled .ccmm-btn--header {
  color: var(--ccmm-white);
  background: var(--ccmm-turquoise);
}

.ccmm-btn--menu-mobile {
  display: none;
}

.ccmm-menu-toggle {
  width: 46px;
  height: 46px;
  display: none;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  margin-left: auto;
  padding: 0;
  color: inherit;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
}

.ccmm-header--scrolled .ccmm-menu-toggle {
  border-color: rgba(69, 91, 84, 0.16);
  background: rgba(69, 91, 84, 0.06);
}

.ccmm-menu-toggle span {
  width: 20px;
  height: 2px;
  border-radius: 10px;
  background: currentColor;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
}

.ccmm-menu-toggle.ccmm-menu-toggle--active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.ccmm-menu-toggle.ccmm-menu-toggle--active span:nth-child(2) {
  opacity: 0;
}

.ccmm-menu-toggle.ccmm-menu-toggle--active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* ========================================================
   HERO
======================================================== */

.ccmm-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 680px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: calc(var(--ccmm-header-height) + 32px) 0 42px;
  color: #ffffff;
  background: var(--ccmm-deep);
  isolation: isolate;
}

.ccmm-hero-slider {
  position: absolute;
  z-index: -5;
  inset: 0;
  overflow: hidden;
}

.ccmm-hero-slide {
  position: absolute;
  inset: -4%;
  opacity: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(1.08);
  transition:
    opacity 1.2s ease,
    transform 7s ease;
  will-change: transform, opacity;
}

.ccmm-hero-slide--active {
  opacity: 1;
  transform: scale(1);
}

.ccmm-hero-overlay {
  position: absolute;
  z-index: -4;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(15, 35, 29, 0.97) 0%,
      rgba(22, 48, 41, 0.9) 38%,
      rgba(22, 48, 41, 0.5) 68%,
      rgba(22, 48, 41, 0.3) 100%
    ),
    linear-gradient(
      180deg,
      rgba(8, 25, 20, 0.24) 0%,
      rgba(8, 25, 20, 0.16) 65%,
      rgba(8, 25, 20, 0.58) 100%
    );
}

.ccmm-hero-light {
  position: absolute;
  z-index: -3;
  border-radius: 50%;
  filter: blur(20px);
  pointer-events: none;
}

.ccmm-hero-light--one {
  top: -120px;
  right: 10%;
  width: 420px;
  height: 420px;
  background: rgba(102, 179, 171, 0.15);
}

.ccmm-hero-light--two {
  bottom: -160px;
  left: -140px;
  width: 460px;
  height: 460px;
  background: rgba(204, 189, 158, 0.13);
}

.ccmm-hero__container {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 1.64fr) minmax(460px, 1.00fr);
  align-items: center;
  gap: clamp(50px, 6vw, 100px);
  width: min(1280px, calc(100% - 80px));
}

.ccmm-hero__copy {
  position: relative;
  z-index: 5;
  max-width: 680px;
}

.ccmm-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.ccmm-hero__eyebrow span {
  width: 38px;
  height: 1px;
  flex: 0 0 auto;
  background: var(--ccmm-turquoise);
}

.ccmm-hero h1 {
  max-width: 950px;
  margin: 0;
  color: #ffffff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(32px, 6vw, 44px);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -0.045em;
}

.ccmm-hero h1 strong {
  color: #bde3de;
  font-weight: 600;
}

.ccmm-hero__subtitle {
  max-width: 620px;
  margin: 23px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(14px, 1vw, 17px);
  line-height: 1.7;
}

.ccmm-hero__subtitle strong {
  color: #ffffff;
  font-weight: 700;
}

.ccmm-hero__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 30px;
}

.ccmm-hero__secondary {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  transition: color 0.3s ease;
}

.ccmm-hero__secondary:hover {
  color: var(--ccmm-turquoise);
}

.ccmm-hero__secondary-icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  transition:
    transform 0.3s ease,
    background 0.3s ease;
}

.ccmm-hero__secondary:hover .ccmm-hero__secondary-icon {
  transform: scale(1.08);
  background: var(--ccmm-turquoise);
}

.ccmm-hero__secondary svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}

.ccmm-hero__location {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  line-height: 1.5;
}

.ccmm-hero__location-icon {
  width: 32px;
  height: 32px;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  color: var(--ccmm-turquoise);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
}

.ccmm-hero__location-icon svg {
  width: 15px;
  height: 15px;
  fill: currentColor;
}

/* COLUNA VISUAL */

.ccmm-hero__visual {
  position: relative;
  width: 100%;
  max-width: 620px;
  justify-self: end;
  padding: 45px 55px 45px 25px;
  overflow: visible;
}

.ccmm-hero__frame {
  position: relative;
  width: 100%;
  height: clamp(430px, 59vh, 620px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 44px 44px 110px 44px;
  box-shadow: 0 35px 90px rgba(4, 18, 13, 0.4);
  transform: translateZ(0);
}

.ccmm-hero__frame::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 13px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 34px 34px 95px 34px;
  pointer-events: none;
}

.ccmm-hero__frame img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: transform 0.8s ease;
}

.ccmm-hero__visual:hover .ccmm-hero__frame img {
  transform: scale(1.035);
}

.ccmm-hero__frame-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(16, 38, 31, 0.02) 35%,
      rgba(16, 38, 31, 0.82) 100%
    );
}

.ccmm-hero__frame-content {
  position: absolute;
  z-index: 3;
  right: 32px;
  bottom: 30px;
  left: 32px;
}

.ccmm-hero__frame-content span,
.ccmm-hero__frame-content strong {
  display: block;
}

.ccmm-hero__frame-content span {
  margin-bottom: 7px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.ccmm-hero__frame-content strong {
  max-width: 380px;
  color: #ffffff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 24px;
  line-height: 1.2;
}

/* CARDS FLUTUANTES */

.ccmm-hero-card {
  position: absolute;
  z-index: 8;
  width: 228px;
  padding: 15px;
  overflow: hidden;
  color: var(--ccmm-green);
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 23px;
  background: rgba(248, 247, 242, 0.94);
  box-shadow: 0 20px 55px rgba(13, 37, 29, 0.26);
  backdrop-filter: blur(16px);
}

.ccmm-hero-card--date {
  top: 0;
  right: 0;
}

.ccmm-hero-card--structure {
  right: 420px;
  bottom: 0;
}

.ccmm-hero-card__icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  margin-right: 12px;
  color: #ffffff;
  border-radius: 14px;
  background: var(--ccmm-turquoise);
}

.ccmm-hero-card__icon svg {
  width: 21px;
  height: 21px;
  fill: currentColor;
}

.ccmm-hero-card__text {
  min-height: 48px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.ccmm-hero-card__text span {
  display: block;
  margin-bottom: 3px;
  color: var(--ccmm-gray-green);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.ccmm-hero-card__text strong {
  display: block;
  color: var(--ccmm-green);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 18px;
  line-height: 1.18;
}

.ccmm-hero-card__photo {
  clear: both;
  height: 100px;
  margin-top: 13px;
  overflow: hidden;
  border-radius: 15px;
}

.ccmm-hero-card__photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.ccmm-hero-card__avatars {
  clear: both;
  display: flex;
  margin-top: 15px;
  padding-left: 8px;
}

.ccmm-hero-card__avatars span {
  width: 38px;
  height: 38px;
  display: block;
  overflow: hidden;
  margin-left: -8px;
  border: 3px solid #f8f7f2;
  border-radius: 50%;
  background: #ffffff;
}

.ccmm-hero-card__avatars span:first-child {
  margin-left: 0;
}

.ccmm-hero-card__avatars img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* INDICADORES */

.ccmm-hero-dots {
  position: absolute;
  z-index: 15;
  bottom: 26px;
  left: 50%;
  display: flex;
  align-items: center;
  gap: 8px;
  transform: translateX(-50%);
}

.ccmm-hero-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.38);
  cursor: pointer;
  transition:
    width 0.35s ease,
    background 0.35s ease;
}

.ccmm-hero-dot--active {
  width: 30px;
  background: var(--ccmm-turquoise);
}

/* ========================================================
   TELAS MENORES
======================================================== */

@media (max-width: 1200px) {
  .ccmm-hero__container {
    width: min(1160px, calc(100% - 48px));
    grid-template-columns: minmax(0, 1fr) minmax(420px, 0.9fr);
    gap: 45px;
  }

  .ccmm-hero h1 {
    font-size: clamp(40px, 4.1vw, 58px);
  }

  .ccmm-hero__visual {
    padding-right: 40px;
  }

  .ccmm-hero-card {
    width: 210px;
  }
}

/* TABLET */

@media (max-width: 1024px) {
  .ccmm-hero {
    height: auto;
    min-height: 100svh;
    padding: 110px 0 65px;
  }

  .ccmm-hero__container {
    width: min(900px, calc(100% - 36px));
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .ccmm-hero__copy {
    max-width: 760px;
  }

  .ccmm-hero h1 {
    max-width: 760px;
    font-size: clamp(42px, 7vw, 60px);
  }

  .ccmm-hero__visual {
    width: min(100%, 690px);
    max-width: 690px;
    justify-self: center;
    padding: 45px 60px 45px 25px;
  }

  .ccmm-hero__frame {
    height: 540px;
  }

  .ccmm-hero-card--structure {
    right: 20px;
  }
}

/* MOBILE */

@media (max-width: 767px) {
  .ccmm-hero {
    height: auto;
    min-height: 100svh;
    align-items: flex-end;
    padding: 105px 0 58px;
  }

  .ccmm-hero-slide {
    inset: -2%;
    background-position: center;
  }

  .ccmm-hero-overlay {
    background:
      linear-gradient(
        180deg,
        rgba(14, 35, 28, 0.23) 0%,
        rgba(14, 35, 28, 0.57) 36%,
        rgba(14, 35, 28, 0.96) 76%,
        rgba(14, 35, 28, 1) 100%
      );
  }

  .ccmm-hero__container {
    width: calc(100% - 28px);
    display: block;
  }

  .ccmm-hero__copy {
    max-width: none;
  }

  .ccmm-hero__eyebrow {
    margin-bottom: 15px;
    font-size: 9px;
    letter-spacing: 0.14em;
  }

  .ccmm-hero__eyebrow span {
    width: 28px;
  }

  .ccmm-hero h1 {
    max-width: none;
    font-size: clamp(34px, 9.6vw, 47px);
    line-height: 1.03;
  }

  .ccmm-hero__subtitle {
    margin-top: 17px;
    font-size: 13px;
    line-height: 1.62;
  }

  .ccmm-hero__actions {
    display: grid;
    gap: 13px;
    margin-top: 23px;
  }

  .ccmm-hero__secondary {
    justify-content: center;
  }

  .ccmm-hero__location {
    align-items: flex-start;
    margin-top: 17px;
    font-size: 11px;
  }

  .ccmm-hero__visual {
    display: none;
  }

  .ccmm-hero-dots {
    bottom: 16px;
  }
}

/* CELULAR PEQUENO */

@media (max-width: 390px) {
  .ccmm-hero h1 {
    font-size: clamp(32px, 9.2vw, 40px);
  }

  .ccmm-hero__subtitle {
    font-size: 12px;
  }

  .ccmm-hero__location {
    font-size: 10px;
  }
}

/* CONTEXTO */

.ccmm-context {
  min-height: auto;
  background:
    radial-gradient(circle at 90% 10%, rgba(102, 179, 171, 0.1), transparent 35%),
    var(--ccmm-cream);
}

.ccmm-context__grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 80px;
  align-items: center;
}

.ccmm-context__copy h2 {
  font-size: clamp(36px, 4vw, 60px);
}

.ccmm-context__copy h2 strong {
  color: var(--ccmm-turquoise);
  font-weight: 600;
}

.ccmm-context__copy p {
  margin: 24px 0 0;
  color: rgba(61, 72, 68, 0.74);
  font-size: 16px;
  line-height: 1.82;
}

.ccmm-context__copy .ccmm-context__highlight {
  color: var(--ccmm-green);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 25px;
  font-weight: 600;
}

.ccmm-context__features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.ccmm-feature-card {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 26px;
  border: 1px solid rgba(69, 91, 84, 0.12);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 20px 50px rgba(50, 74, 66, 0.08);
  backdrop-filter: blur(12px);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    background 0.35s ease;
}

.ccmm-feature-card:nth-child(2) {
  transform: translateY(-24px);
}

.ccmm-feature-card:hover {
  transform: translateY(-10px);
  background: var(--ccmm-white);
  box-shadow: var(--ccmm-shadow);
}

.ccmm-feature-card:nth-child(2):hover {
  transform: translateY(-34px);
}

.ccmm-feature-card__icon {
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: auto;
  border-radius: 18px;
  color: var(--ccmm-green);
  background: rgba(102, 179, 171, 0.14);
}

.ccmm-feature-card__icon svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
}

.ccmm-feature-card h3 {
  margin: 34px 0 10px;
  color: var(--ccmm-green);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 24px;
  line-height: 1.1;
}

.ccmm-feature-card p {
  margin: 0;
  color: rgba(61, 72, 68, 0.68);
  font-size: 14px;
  line-height: 1.65;
}

/* SERVIÇOS */

.ccmm-services {
  min-height: auto;
  background:
    linear-gradient(180deg, rgba(246, 242, 233, 1), rgba(238, 242, 239, 1));
}

.ccmm-services__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.ccmm-service-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(69, 91, 84, 0.12);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 45px rgba(50, 74, 66, 0.08);
  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease;
}

.ccmm-service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 28px 65px rgba(50, 74, 66, 0.16);
}

.ccmm-service-card--wide {
  grid-column: span 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.ccmm-service-card__image {
  position: relative;
  height: 230px;
  overflow: hidden;
}

.ccmm-service-card--wide .ccmm-service-card__image {
  height: 100%;
  min-height: 390px;
}

.ccmm-service-card__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(22, 40, 35, 0.32));
}

.ccmm-service-card__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.ccmm-service-card:hover .ccmm-service-card__image img {
  transform: scale(1.07);
}

.ccmm-service-card__number {
  position: absolute;
  z-index: 2;
  top: 16px;
  left: 16px;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ccmm-green);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.88);
  font-size: 12px;
  font-weight: 700;
  backdrop-filter: blur(10px);
}

.ccmm-service-card__content {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 330px;
  padding: 26px;
}

.ccmm-service-card__icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -50px;
  margin-bottom: 22px;
  color: var(--ccmm-white);
  border: 5px solid var(--ccmm-white);
  border-radius: 17px;
  background: var(--ccmm-turquoise);
  box-shadow: 0 10px 25px rgba(102, 179, 171, 0.25);
}

.ccmm-service-card--wide .ccmm-service-card__icon {
  margin-top: 0;
}

.ccmm-service-card__icon svg {
  width: 21px;
  height: 21px;
  fill: currentColor;
}

.ccmm-service-card h3 {
  margin: 0 0 12px;
  color: var(--ccmm-green);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.06;
}

.ccmm-service-card p {
  margin: 0;
  color: rgba(61, 72, 68, 0.8);
  font-size: 14px;
  line-height: 1.62;
}

.ccmm-service-card__detail {
  display: block;
  margin-top: 13px;
  color: rgba(61, 72, 68, 0.58);
  font-size: 12px;
  line-height: 1.6;
}

.ccmm-service-card a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 24px;
  color: var(--ccmm-green);
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
}

.ccmm-service-card a svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
  transition: transform 0.3s ease;
}

.ccmm-service-card a:hover svg {
  transform: translateX(5px);
}

/* HISTÓRIA */

.ccmm-history {
  min-height: auto;
  color: var(--ccmm-white);
  background:
    radial-gradient(circle at 92% 25%, rgba(102, 179, 171, 0.16), transparent 30%),
    var(--ccmm-green);
}

.ccmm-history__grid {
  display: grid;
  grid-template-columns: 0.9fr 1.05fr 0.75fr;
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 36px;
  box-shadow: 0 40px 90px rgba(20, 35, 31, 0.28);
}

.ccmm-history__image {
  position: relative;
  min-height: 650px;
}

.ccmm-history__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.ccmm-history__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(18, 35, 30, 0.78));
}

.ccmm-history__image-label {
  position: absolute;
  z-index: 2;
  right: 30px;
  bottom: 30px;
  left: 30px;
}

.ccmm-history__image-label span,
.ccmm-history__image-label strong {
  display: block;
}

.ccmm-history__image-label span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.ccmm-history__image-label strong {
  margin-top: 5px;
  color: var(--ccmm-white);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 27px;
}

.ccmm-history__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 56px;
  background: rgba(34, 57, 50, 0.72);
}

.ccmm-history__content h2 {
  color: var(--ccmm-white);
  font-size: clamp(40px, 4vw, 61px);
}

.ccmm-history__lead {
  margin-top: 28px !important;
  color: var(--ccmm-beige) !important;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 22px !important;
}

.ccmm-history__content p {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  line-height: 1.78;
}

.ccmm-history blockquote {
  margin: 30px 0 0;
  padding: 24px 0 24px 24px;
  color: #b9ded9;
  border-left: 2px solid var(--ccmm-turquoise);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 23px;
  line-height: 1.35;
}

.ccmm-history__signature {
  margin-top: 30px;
}

.ccmm-history__signature span,
.ccmm-history__signature small {
  display: block;
}

.ccmm-history__signature span {
  color: var(--ccmm-white);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 20px;
}

.ccmm-history__signature small {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ccmm-mission {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px;
  color: var(--ccmm-text);
  background: var(--ccmm-beige);
}

.ccmm-mission__icon {
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  color: var(--ccmm-green);
  border: 1px solid rgba(69, 91, 84, 0.18);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.26);
}

.ccmm-mission__icon svg {
  width: 30px;
  height: 30px;
  fill: currentColor;
}

.ccmm-mission .ccmm-section-label {
  color: var(--ccmm-green);
}

.ccmm-mission h3 {
  margin: 0;
  color: var(--ccmm-green);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 32px;
  line-height: 1.12;
}

.ccmm-mission p {
  margin: 22px 0 0;
  color: rgba(61, 72, 68, 0.8);
  font-size: 14px;
  line-height: 1.72;
}

.ccmm-mission ul {
  display: grid;
  gap: 12px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.ccmm-mission li {
  position: relative;
  padding-left: 25px;
  color: var(--ccmm-green);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
}

.ccmm-mission li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--ccmm-turquoise);
  box-shadow: 0 0 0 4px rgba(102, 179, 171, 0.16);
}

/* ESTRUTURA */

.ccmm-structure {
  min-height: auto;
  background:
    radial-gradient(circle at 5% 90%, rgba(204, 189, 158, 0.18), transparent 28%),
    var(--ccmm-soft);
}

.ccmm-structure__heading {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 50px;
}

.ccmm-structure__heading p {
  margin: 0;
  color: rgba(61, 72, 68, 0.72);
  font-size: 16px;
  line-height: 1.8;
}

.ccmm-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 210px;
  gap: 16px;
}

.ccmm-gallery__item {
  position: relative;
  min-width: 0;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 24px;
  background: var(--ccmm-green);
  cursor: pointer;
}

.ccmm-gallery__item--large {
  grid-column: span 2;
  grid-row: span 2;
}

.ccmm-gallery__item--wide {
  grid-column: span 2;
}

.ccmm-gallery__item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition:
    transform 0.55s ease,
    filter 0.55s ease;
}

.ccmm-gallery__item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(16, 34, 29, 0.72));
}

.ccmm-gallery__item span {
  position: absolute;
  z-index: 2;
  right: 20px;
  bottom: 18px;
  left: 20px;
  color: var(--ccmm-white);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 19px;
  text-align: left;
  transform: translateY(5px);
  transition: transform 0.35s ease;
}

.ccmm-gallery__item:hover img {
  transform: scale(1.07);
  filter: saturate(1.05);
}

.ccmm-gallery__item:hover span {
  transform: translateY(0);
}

.ccmm-structure__note {
  display: flex;
  align-items: center;
  gap: 18px;
  max-width: 700px;
  margin: 42px auto 0;
  padding: 20px 24px;
  border: 1px solid rgba(69, 91, 84, 0.12);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 18px 45px rgba(50, 74, 66, 0.08);
}

.ccmm-structure__note-icon {
  width: 48px;
  height: 48px;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  color: var(--ccmm-white);
  border-radius: 16px;
  background: var(--ccmm-turquoise);
}

.ccmm-structure__note-icon svg {
  width: 23px;
  height: 23px;
  fill: currentColor;
}

.ccmm-structure__note strong,
.ccmm-structure__note span {
  display: block;
}

.ccmm-structure__note strong {
  color: var(--ccmm-green);
  font-size: 15px;
}

.ccmm-structure__note span {
  margin-top: 4px;
  color: rgba(61, 72, 68, 0.62);
  font-size: 13px;
}

/* LANÇAMENTO */

.ccmm-launch {
  min-height: auto;
  background: var(--ccmm-cream);
}

.ccmm-launch__grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 90px;
  align-items: center;
}

.ccmm-launch__visual {
  position: relative;
  min-height: 570px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 40px;
  background:
    linear-gradient(145deg, rgba(69, 91, 84, 0.96), rgba(38, 55, 50, 0.98)),
    url("/wp-content/uploads/2026/07/cmm01fachada.webp") center / cover;
  box-shadow: var(--ccmm-shadow);
}

.ccmm-launch__visual::before,
.ccmm-launch__visual::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

.ccmm-launch__visual::before {
  width: 430px;
  height: 430px;
}

.ccmm-launch__visual::after {
  width: 330px;
  height: 330px;
}

.ccmm-launch__circle {
  position: relative;
  z-index: 2;
  width: 240px;
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: var(--ccmm-white);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 0 45px rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(8px);
}

.ccmm-launch__circle span {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 90px;
  line-height: 0.8;
}

.ccmm-launch__circle small {
  margin-top: 16px;
  color: var(--ccmm-beige);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ccmm-launch__circle strong {
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  letter-spacing: 0.18em;
}

.ccmm-launch__line {
  position: absolute;
  bottom: 66px;
  left: 50%;
  width: 1px;
  height: 52px;
  background: rgba(255, 255, 255, 0.25);
}

.ccmm-launch__visual-text {
  position: absolute;
  bottom: 26px;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translateX(-50%);
}

.ccmm-launch__visual-text span,
.ccmm-launch__visual-text strong {
  display: block;
}

.ccmm-launch__visual-text span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 10px;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.ccmm-launch__visual-text strong {
  margin-top: 4px;
  color: var(--ccmm-white);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 18px;
}

.ccmm-launch__content > p {
  margin: 24px 0 0;
  color: rgba(61, 72, 68, 0.74);
  font-size: 16px;
  line-height: 1.8;
}

.ccmm-launch__content > h3 {
  margin: 30px 0 0;
  color: var(--ccmm-green);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 25px;
}

.ccmm-launch__items {
  display: grid;
  gap: 16px;
  margin-top: 24px;
}

.ccmm-launch__item {
  display: flex;
  gap: 15px;
  padding: 18px;
  border: 1px solid rgba(69, 91, 84, 0.11);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.62);
  transition:
    transform 0.3s ease,
    background 0.3s ease;
}

.ccmm-launch__item:hover {
  transform: translateX(6px);
  background: var(--ccmm-white);
}

.ccmm-launch__check {
  width: 34px;
  height: 34px;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  color: var(--ccmm-white);
  border-radius: 50%;
  background: var(--ccmm-turquoise);
}

.ccmm-launch__check svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}

.ccmm-launch__item strong {
  color: var(--ccmm-green);
  font-size: 15px;
}

.ccmm-launch__item p {
  margin: 5px 0 0;
  color: rgba(61, 72, 68, 0.65);
  font-size: 13px;
  line-height: 1.55;
}

.ccmm-launch__content > .ccmm-btn {
  margin-top: 30px;
}

/* FAQ */

.ccmm-faq {
  min-height: auto;
  background:
    linear-gradient(180deg, var(--ccmm-soft), #f4f1e9);
}

.ccmm-faq__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.ccmm-faq__column {
  display: grid;
  align-content: start;
  gap: 18px;
}

.ccmm-faq__item {
  overflow: hidden;
  border: 1px solid rgba(69, 91, 84, 0.12);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 14px 35px rgba(50, 74, 66, 0.06);
}

.ccmm-faq__question {
  width: 100%;
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 24px;
  color: var(--ccmm-green);
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.ccmm-faq__question > span:first-child {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.25;
}

.ccmm-faq__plus {
  position: relative;
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  border: 1px solid rgba(69, 91, 84, 0.14);
  border-radius: 50%;
  background: rgba(102, 179, 171, 0.08);
}

.ccmm-faq__plus::before,
.ccmm-faq__plus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 1px;
  background: var(--ccmm-green);
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
}

.ccmm-faq__plus::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.ccmm-faq__item.ccmm-faq__item--open .ccmm-faq__plus::after {
  transform: translate(-50%, -50%) rotate(0);
}

.ccmm-faq__answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.4s ease;
}

.ccmm-faq__answer > div {
  overflow: hidden;
}

.ccmm-faq__answer p {
  margin: 0;
  padding: 0 24px 24px;
  color: rgba(61, 72, 68, 0.68);
  font-size: 14px;
  line-height: 1.7;
}

.ccmm-faq__item.ccmm-faq__item--open .ccmm-faq__answer {
  grid-template-rows: 1fr;
}

/* CTA FINAL */

.ccmm-final-cta {
  min-height: auto;
  padding-top: 90px;
  padding-bottom: 90px;
  background: var(--ccmm-cream);
}

.ccmm-final-cta__box {
  position: relative;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  min-height: 510px;
  overflow: hidden;
  border-radius: 42px;
  background:
    radial-gradient(circle at 90% 10%, rgba(255, 255, 255, 0.14), transparent 30%),
    linear-gradient(135deg, #4fa9a1, #455b54);
  box-shadow: 0 35px 90px rgba(39, 69, 61, 0.22);
}

.ccmm-final-cta__image {
  position: relative;
  min-height: 100%;
}

.ccmm-final-cta__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 45%, rgba(69, 91, 84, 0.92));
}

.ccmm-final-cta__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.ccmm-final-cta__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 62px;
  color: var(--ccmm-white);
}

.ccmm-final-cta__label {
  display: inline-flex;
  align-self: flex-start;
  margin-bottom: 20px;
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.09);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ccmm-final-cta h2 {
  max-width: 680px;
  color: var(--ccmm-white);
  font-size: clamp(39px, 4vw, 63px);
}

.ccmm-final-cta__content > p {
  max-width: 630px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 1.75;
}

.ccmm-final-cta__content > .ccmm-btn {
  align-self: flex-start;
  margin-top: 80px;
}

.ccmm-final-cta__benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 30px;
}

.ccmm-final-cta__benefits > div {
  display: flex;
  align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
}

.ccmm-final-cta__benefits svg {
  width: 18px;
  height: 18px;
  fill: var(--ccmm-beige);
}
.ccmm-abertura-btn,
.ccmm-abertura-btn:link,
.ccmm-abertura-btn:visited {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 42px;

  min-height: 64px;
  padding: 0 32px;
  border-radius: 999px;

  background: #ffffff !important;
  color: #455b54 !important;

  font-family: inherit;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none !important;

  border: 1px solid rgba(255, 255, 255, 0.65);
  box-shadow: 0 18px 40px rgba(36, 60, 54, 0.22);

  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    background 0.3s ease;
}

.ccmm-abertura-btn span {
  display: block !important;
  color: #455b54 !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.ccmm-abertura-btn svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  fill: #66b3ab !important;
  color: #66b3ab !important;
}

.ccmm-abertura-btn:hover {
  background: #ccbd9e !important;
  color: #455b54 !important;
  transform: translateY(-3px);
  box-shadow: 0 24px 50px rgba(36, 60, 54, 0.3);
}

.ccmm-abertura-btn:hover span {
  color: #455b54 !important;
}
.ccmm-abertura-btn{
    margin-top: 32px;
}
.ccmm-abertura-btn:hover svg {
  fill: #455b54 !important;
}

@media (max-width: 767px) {
  .ccmm-abertura-btn,
  .ccmm-abertura-btn:link,
  .ccmm-abertura-btn:visited {
    width: 100%;
    min-height: 58px;
    padding: 0 20px;
    font-size: 14px;
    text-align: center;
  }
}
/* FOOTER */

.ccmm-footer {
  padding: 75px 0 28px;
  color: rgba(255, 255, 255, 0.66);
  background: var(--ccmm-deep);
}

.ccmm-footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 1fr;
  gap: 70px;
}

.ccmm-footer__brand img {
  width: auto;
  max-width: 230px;
  height: 70px;
  display: block;
  object-fit: contain;
  object-position: left center;
}

.ccmm-footer__brand p {
  max-width: 300px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.52);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 20px;
  line-height: 1.4;
}

.ccmm-footer__column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.ccmm-footer__column h3 {
  margin: 0 0 20px;
  color: var(--ccmm-white);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 20px;
}

.ccmm-footer__column a,
.ccmm-footer__column p {
  margin: 0 0 11px;
  color: rgba(255, 255, 255, 0.57);
  text-decoration: none;
  font-size: 13px;
  line-height: 1.65;
  transition: color 0.3s ease;
}

.ccmm-footer__column a:hover {
  color: var(--ccmm-turquoise);
}

.ccmm-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-top: 60px;
  padding-top: 25px;
  color: rgba(255, 255, 255, 0.38);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 11px;
}

/* WHATSAPP */

.ccmm-whatsapp-float {
  position: fixed;
  z-index: 990;
  right: 22px;
  bottom: 22px;
  min-height: 56px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 18px 8px 9px;
  color: var(--ccmm-white) !important;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  background: rgba(69, 91, 84, 0.92);
  box-shadow: 0 16px 42px rgba(24, 55, 46, 0.3);
  text-decoration: none;
  backdrop-filter: blur(14px);
  transition:
    transform 0.3s ease,
    background 0.3s ease;
}

.ccmm-whatsapp-float:hover {
  transform: translateY(-4px);
  background: var(--ccmm-turquoise);
}

.ccmm-whatsapp-float svg {
  width: 40px;
  height: 40px;
  padding: 9px;
  fill: var(--ccmm-white);
  border-radius: 50%;
  background: #25d366;
}

.ccmm-whatsapp-float span {
  font-size: 13px;
  font-weight: 700;
}

/* MODAL */

.ccmm-modal {
  position: fixed;
  z-index: 2000;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  visibility: hidden;
  opacity: 0;
  background: rgba(11, 25, 21, 0.9);
  backdrop-filter: blur(12px);
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
}

.ccmm-modal.ccmm-modal--open {
  visibility: visible;
  opacity: 1;
}

.ccmm-modal__content {
  position: relative;
  max-width: 1100px;
  max-height: 85vh;
  overflow: hidden;
  border-radius: 28px;
  background: var(--ccmm-deep);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.45);
}

.ccmm-modal__content img {
  max-width: 100%;
  max-height: 78vh;
  display: block;
  object-fit: contain;
}

.ccmm-modal__content span {
  display: block;
  padding: 15px 20px;
  color: var(--ccmm-white);
  font-family: "Playfair Display", Georgia, serif;
  text-align: center;
}

.ccmm-modal__close {
  position: absolute;
  z-index: 2;
  top: 20px;
  right: 20px;
  width: 48px;
  height: 48px;
  color: var(--ccmm-white);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

/* ANIMAÇÕES */

.ccmm-reveal {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.75s ease,
    transform 0.75s ease;
}

.ccmm-reveal.ccmm-reveal--visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes ccmmScroll {
  0% {
    opacity: 0;
    transform: translateY(0);
  }

  35% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translateY(15px);
  }
}

/* NOTEBOOK */

@media (max-width: 1180px) {
  .ccmm-nav {
    gap: 16px;
  }

  .ccmm-nav > a:not(.ccmm-btn) {
    font-size: 12px;
  }

  .ccmm-btn--header {
    padding-right: 15px;
    padding-left: 15px;
  }

  .ccmm-hero__content {
    gap: 40px;
  }

  .ccmm-hero__badge--date {
    left: -15px;
  }

  .ccmm-hero__badge--care {
    right: -10px;
  }

  .ccmm-services__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .ccmm-service-card--wide {
    grid-column: span 2;
  }

  .ccmm-history__content {
    padding: 42px;
  }

  .ccmm-mission {
    padding: 36px;
  }
}

/* TABLET */

@media (max-width: 1024px) {
  :root {
    --ccmm-header-height: 76px;
  }

  .ccmm-container {
    width: min(100% - 36px, 900px);
  }

  .ccmm-section {
    min-height: auto;
    padding: 95px 0;
  }

  .ccmm-btn--header {
    display: none;
  }

  .ccmm-menu-toggle {
    display: flex;
  }

  .ccmm-nav {
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    width: min(390px, 88vw);
    height: 100dvh;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-direction: column;
    gap: 0;
    margin: 0;
    padding: 115px 30px 35px;
    color: var(--ccmm-green);
    background: rgba(247, 244, 235, 0.98);
    box-shadow: -25px 0 70px rgba(20, 40, 34, 0.2);
    transform: translateX(105%);
    transition: transform 0.4s ease;
  }

  .ccmm-nav.ccmm-nav--open {
    transform: translateX(0);
  }

  .ccmm-nav > a:not(.ccmm-btn) {
    padding: 16px 0;
    border-bottom: 1px solid rgba(69, 91, 84, 0.1);
    font-family: "Playfair Display", Georgia, serif;
    font-size: 22px;
    font-weight: 600;
  }

  .ccmm-nav > a:not(.ccmm-btn)::after {
    display: none;
  }

  .ccmm-btn--menu-mobile {
    display: inline-flex;
    margin-top: 28px;
    color: var(--ccmm-white) !important;
    background: var(--ccmm-turquoise);
  }

  .ccmm-hero {
    min-height: 100svh;
    padding-top: 105px;
  }

  .ccmm-hero__content {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .ccmm-hero__copy {
    max-width: 780px;
  }

  .ccmm-hero h1 {
    max-width: 820px;
    font-size: clamp(42px, 7vw, 68px);
  }

  .ccmm-hero__visual {
    display: none;
  }

  .ccmm-context__grid,
  .ccmm-launch__grid {
    grid-template-columns: 1fr;
    gap: 55px;
  }

  .ccmm-context__features {
    max-width: 800px;
  }

  .ccmm-services__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ccmm-history__grid {
    grid-template-columns: 1fr 1fr;
  }

  .ccmm-history__image {
    min-height: 590px;
  }

  .ccmm-mission {
    grid-column: 1 / -1;
    min-height: 350px;
  }

  .ccmm-structure__heading {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .ccmm-gallery {
    grid-template-columns: repeat(3, 1fr);
  }

  .ccmm-gallery__item--large {
    grid-column: span 2;
  }

  .ccmm-launch__visual {
    min-height: 500px;
  }

  .ccmm-faq__grid {
    grid-template-columns: 1fr;
  }

  .ccmm-final-cta__box {
    grid-template-columns: 0.75fr 1.25fr;
  }

  .ccmm-final-cta__content {
    padding: 48px;
  }
}

/* MOBILE */

@media (max-width: 767px) {
  :root {
    --ccmm-header-height: 70px;
    --ccmm-radius: 22px;
  }

  html {
    scroll-padding-top: 80px;
  }

  .ccmm-container {
    width: calc(100% - 28px);
  }

  .ccmm-section {
    min-height: auto;
    padding: 78px 0;
  }

  .ccmm-header,
  .ccmm-header.ccmm-header--scrolled {
    height: 70px;
  }

  .ccmm-header__inner {
    gap: 12px;
  }

  .ccmm-logo {
    width: 145px;
    height: 45px;
  }

  .ccmm-logo img {
    max-width: 145px;
    height: 40px;
  }

  .ccmm-menu-toggle {
    width: 43px;
    height: 43px;
  }

  .ccmm-nav {
    width: min(350px, 92vw);
    padding: 100px 24px 28px;
  }

  .ccmm-nav > a:not(.ccmm-btn) {
    font-size: 20px;
  }

  .ccmm-section-heading {
    margin-bottom: 36px;
  }

  .ccmm-section-heading h2,
  .ccmm-context h2,
  .ccmm-history h2,
  .ccmm-structure h2,
  .ccmm-launch h2,
  .ccmm-final-cta h2 {
    font-size: clamp(34px, 10vw, 48px);
    line-height: 1.06;
  }

  .ccmm-section-heading p {
    margin-top: 16px;
    font-size: 15px;
    line-height: 1.65;
  }

  .ccmm-btn {
    width: 100%;
    min-height: 54px;
    padding: 14px 20px;
  }

  .ccmm-hero {
    min-height: 100svh;
    display: flex;
    align-items: flex-end;
    padding: 105px 0 48px;
  }

  .ccmm-hero__background {
    background:
      linear-gradient(180deg, rgba(20, 37, 32, 0.28) 0%, rgba(20, 37, 32, 0.75) 45%, rgba(20, 37, 32, 0.98) 100%),
      url("/wp-content/uploads/2026/07/cmm01fachada.webp") 62% center / cover no-repeat;
  }

  .ccmm-hero__overlay {
    background: linear-gradient(180deg, rgba(20, 37, 32, 0.05), rgba(20, 37, 32, 0.4));
  }

  .ccmm-hero__content {
    display: block;
  }

  .ccmm-eyebrow {
    margin-bottom: 16px;
    font-size: 10px;
  }

  .ccmm-hero h1 {
    font-size: clamp(37px, 10.7vw, 52px);
    line-height: 1.02;
  }

  .ccmm-hero__subtitle {
    margin-top: 18px;
    font-size: 14px;
    line-height: 1.62;
  }

  .ccmm-hero__actions {
    display: grid;
    gap: 14px;
    margin-top: 25px;
  }

  .ccmm-hero__link {
    justify-content: center;
  }

  .ccmm-hero__info {
    align-items: flex-start;
    margin-top: 19px;
    font-size: 11px;
  }

  .ccmm-scroll-indicator {
    display: none;
  }

  .ccmm-context__grid {
    gap: 38px;
  }

  .ccmm-context__copy p {
    font-size: 14px;
    line-height: 1.72;
  }

  .ccmm-context__copy .ccmm-context__highlight {
    font-size: 22px;
  }

  .ccmm-context__features {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .ccmm-feature-card,
  .ccmm-feature-card:nth-child(2) {
    min-height: 220px;
    transform: none;
  }

  .ccmm-feature-card:hover,
  .ccmm-feature-card:nth-child(2):hover {
    transform: translateY(-4px);
  }

  .ccmm-feature-card h3 {
    margin-top: 25px;
  }

  .ccmm-services__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .ccmm-service-card,
  .ccmm-service-card--wide {
    grid-column: auto;
    display: block;
  }

  .ccmm-service-card__image,
  .ccmm-service-card--wide .ccmm-service-card__image {
    height: 240px;
    min-height: 0;
  }

  .ccmm-service-card__content {
    min-height: 315px;
    padding: 24px;
  }

  .ccmm-service-card--wide .ccmm-service-card__icon {
    margin-top: -50px;
  }

  .ccmm-history__grid {
    grid-template-columns: 1fr;
    border-radius: 28px;
  }

  .ccmm-history__image {
    min-height: 420px;
  }

  .ccmm-history__content,
  .ccmm-mission {
    padding: 34px 24px;
  }

  .ccmm-history blockquote {
    font-size: 20px;
  }

  .ccmm-mission {
    min-height: auto;
  }

  .ccmm-mission h3 {
    font-size: 28px;
  }

  .ccmm-structure__heading {
    margin-bottom: 32px;
  }

  .ccmm-structure__heading p {
    font-size: 14px;
    line-height: 1.72;
  }

  .ccmm-gallery {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 180px;
    gap: 10px;
  }

  .ccmm-gallery__item {
    border-radius: 18px;
  }

  .ccmm-gallery__item--large {
    grid-column: span 2;
    grid-row: span 2;
  }

  .ccmm-gallery__item--wide {
    grid-column: span 2;
  }

  .ccmm-gallery__item span {
    right: 14px;
    bottom: 13px;
    left: 14px;
    font-size: 16px;
  }

  .ccmm-structure__note {
    align-items: flex-start;
    margin-top: 28px;
    padding: 18px;
  }

  .ccmm-launch__grid {
    gap: 40px;
  }

  .ccmm-launch__visual {
    min-height: 420px;
    border-radius: 28px;
  }

  .ccmm-launch__visual::before {
    width: 340px;
    height: 340px;
  }

  .ccmm-launch__visual::after {
    width: 270px;
    height: 270px;
  }

  .ccmm-launch__circle {
    width: 205px;
    height: 205px;
  }

  .ccmm-launch__circle span {
    font-size: 76px;
  }

  .ccmm-launch__content > p {
    font-size: 14px;
    line-height: 1.72;
  }

  .ccmm-launch__item {
    padding: 16px;
  }

  .ccmm-faq__question {
    min-height: 75px;
    padding: 18px;
  }

  .ccmm-faq__question > span:first-child {
    font-size: 17px;
  }

  .ccmm-faq__answer p {
    padding: 0 18px 20px;
  }

  .ccmm-final-cta {
    padding: 70px 0;
  }

  .ccmm-final-cta__box {
    grid-template-columns: 1fr;
    min-height: 0;
    border-radius: 28px;
  }

  .ccmm-final-cta__image {
    height: 270px;
  }

  .ccmm-final-cta__image::after {
    background: linear-gradient(180deg, transparent 35%, rgba(69, 91, 84, 0.95));
  }

  .ccmm-final-cta__content {
    margin-top: -80px;
    padding: 35px 22px 32px;
  }

  .ccmm-final-cta__content > p {
    font-size: 14px;
    line-height: 1.68;
  }

  .ccmm-final-cta__content > .ccmm-btn {
    align-self: stretch;
  }

  .ccmm-final-cta__benefits {
    display: grid;
    gap: 12px;
  }

  .ccmm-footer {
    padding-top: 60px;
  }

  .ccmm-footer__grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .ccmm-footer__brand img {
    max-width: 205px;
    height: 60px;
  }

  .ccmm-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    margin-top: 45px;
  }

  .ccmm-whatsapp-float {
    right: 12px;
    bottom: 12px;
    width: 58px;
    height: 58px;
    min-height: 58px;
    justify-content: center;
    padding: 7px;
    border-radius: 50%;
  }

  .ccmm-whatsapp-float svg {
    width: 43px;
    height: 43px;
  }

  .ccmm-whatsapp-float span {
    display: none;
  }

  .ccmm-modal {
    padding: 15px;
  }

  .ccmm-modal__close {
    top: 12px;
    right: 12px;
    width: 42px;
    height: 42px;
  }
}

/* CELULARES PEQUENOS */

@media (max-width: 420px) {
  .ccmm-container {
    width: calc(100% - 22px);
  }

  .ccmm-logo {
    width: 132px;
  }

  .ccmm-logo img {
    max-width: 132px;
  }

  .ccmm-hero h1 {
    font-size: clamp(34px, 10.6vw, 45px);
  }

  .ccmm-hero__subtitle {
    font-size: 13px;
  }

  .ccmm-gallery {
    grid-auto-rows: 155px;
  }

  .ccmm-history__image {
    min-height: 360px;
  }

  .ccmm-launch__visual {
    min-height: 380px;
  }

  .ccmm-launch__circle {
    width: 185px;
    height: 185px;
  }

  .ccmm-launch__circle span {
    font-size: 68px;
  }
}

/* ACESSIBILIDADE */

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .ccmm-reveal {
    opacity: 1;
    transform: none;
  }
}
/* ========================================================
   DOBRAS EM TELA COMPLETA
======================================================== */

@media (min-width: 1025px) {
  .ccmm-site > section.ccmm-section {
    min-height: 100vh;
  }

  .ccmm-context,
  .ccmm-services,
  .ccmm-history,
  .ccmm-structure,
  .ccmm-launch,
  .ccmm-faq,
  .ccmm-final-cta {
    display: flex;
    align-items: center;
  }

  /*
  As dobras com muito conteúdo podem crescer sem cortar.
  */
  .ccmm-services,
  .ccmm-structure,
  .ccmm-faq {
    height: auto;
    min-height: 100vh;
  }
}

@media (max-width: 1024px) {
  .ccmm-site > section.ccmm-section {
    height: auto;
    min-height: auto;
  }

  .ccmm-hero {
    min-height: 100svh;
  }
}
/* CORREÇÃO DO BOTÃO DA HEADER */

.ccmm-header .ccmm-btn--header {
  color: #ffffff !important;
  background: linear-gradient(
    135deg,
    #66b3ab 0%,
    #559d96 100%
  ) !important;

  border: 1px solid rgba(255, 255, 255, 0.24) !important;
  box-shadow:
    0 10px 28px rgba(102, 179, 171, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.22) !important;
}

.ccmm-header .ccmm-btn--header svg {
  fill: #ffffff !important;
}

.ccmm-header .ccmm-btn--header:hover {
  color: #ffffff !important;
  background: linear-gradient(
    135deg,
    #75c3bb 0%,
    #66b3ab 100%
  ) !important;

  transform: translateY(-2px);
  box-shadow:
    0 14px 34px rgba(102, 179, 171, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.28) !important;
}

/* HEADER APÓS ROLAR */

.ccmm-header.ccmm-header--scrolled .ccmm-btn--header {
  color: #ffffff !important;
  background: linear-gradient(
    135deg,
    #66b3ab 0%,
    #4f918a 100%
  ) !important;

  border-color: rgba(69, 91, 84, 0.12) !important;
}

/* EVITA QUE ESTILOS DO ELEMENTOR DEIXEM O TEXTO BRANCO SOBRE FUNDO BRANCO */

.ccmm-header .ccmm-btn--header,
.ccmm-header .ccmm-btn--header:visited,
.ccmm-header .ccmm-btn--header:focus,
.ccmm-header .ccmm-btn--header:active {
  color: #ffffff !important;
  text-decoration: none !important;
}

.ccmm-header .ccmm-btn--header *,
.ccmm-header .ccmm-btn--header span {
  color: #ffffff !important;
}
/* =========================================================
   MODO DE EDIÇÃO DO ELEMENTOR
========================================================= */

html.ccmm-editor-mode,
body.ccmm-editor-mode {
    overflow-x: hidden !important;
    overflow-y: auto !important;
}

.ccmm-editor-mode .ccmm-site,
.ccmm-editor-mode .ccmm-site section,
.ccmm-editor-mode .ccmm-site div,
.ccmm-editor-mode .ccmm-site article {
    animation: none !important;
    transition: none !important;
}

.ccmm-editor-mode .elementor-invisible,
.ccmm-editor-mode [data-aos],
.ccmm-editor-mode .ccmm-reveal {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

.ccmm-editor-mode .ccmm-hero-light {
    display: none !important;
}

.ccmm-editor-mode .ccmm-hero-slide {
    opacity: 0 !important;
    transform: none !important;
    transition: none !important;
    will-change: auto !important;
}

.ccmm-editor-mode .ccmm-hero-slide:first-child,
.ccmm-editor-mode .ccmm-hero-slide--active {
    opacity: 1 !important;
}

.ccmm-editor-mode .ccmm-header::before,
.ccmm-editor-mode .ccmm-hero-card,
.ccmm-editor-mode .ccmm-feature-card,
.ccmm-editor-mode .ccmm-launch__circle {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

.ccmm-editor-mode .ccmm-header {
    position: absolute !important;
}

.ccmm-editor-mode .ccmm-nav {
    pointer-events: none !important;
}

.ccmm-editor-mode .ccmm-menu-toggle {
    pointer-events: none !important;
}
/* =========================================================
   DESATIVAR SOMENTE ANIMAÇÕES DE ENTRADA
   Mantém hover, cards, botões, slider, FAQ e galeria
========================================================= */

/* Elementos devem aparecer imediatamente */
.ccmm-site .ccmm-reveal,
.ccmm-site .elementor-invisible,
.ccmm-site [data-aos] {
    opacity: 1 !important;
    visibility: visible !important;
}

/* Remove apenas deslocamentos aplicados por animação de entrada */
.ccmm-site .ccmm-reveal,
.ccmm-site .elementor-invisible,
.ccmm-site [data-aos]:not(.ccmm-feature-card):not(.ccmm-service-card):not(.ccmm-gallery__item):not(.ccmm-launch__item) {
    transform: none;
}

/* Impede animações automáticas de entrada */
.ccmm-site .ccmm-reveal,
.ccmm-site .ccmm-reveal--visible,
.ccmm-site .elementor-invisible,
.ccmm-site [data-aos] {
    animation: none !important;
}

/* Dentro do editor, deixa tudo visível sem bloquear interações */
body.elementor-editor-active .ccmm-reveal,
body.elementor-editor-active .elementor-invisible,
body.elementor-editor-active [data-aos],
body.elementor-editor-preview .ccmm-reveal,
body.elementor-editor-preview .elementor-invisible,
body.elementor-editor-preview [data-aos] {
    opacity: 1 !important;
    visibility: visible !important;
    animation: none !important;
}

/* Retira somente delays de entrada no editor */
body.elementor-editor-active [data-aos],
body.elementor-editor-active .ccmm-reveal,
body.elementor-editor-preview [data-aos],
body.elementor-editor-preview .ccmm-reveal {
    transition-delay: 0s !important;
}

/* Mantém o primeiro slide da hero visível na edição */
body.elementor-editor-active .ccmm-hero-slide,
body.elementor-editor-preview .ccmm-hero-slide {
    opacity: 0;
}

body.elementor-editor-active .ccmm-hero-slide:first-child,
body.elementor-editor-preview .ccmm-hero-slide:first-child,
body.elementor-editor-active .ccmm-hero-slide--active,
body.elementor-editor-preview .ccmm-hero-slide--active {
    opacity: 1;
}

/* Mantém os hovers originais dos cards */
.ccmm-feature-card,
.ccmm-service-card,
.ccmm-gallery__item,
.ccmm-launch__item,
.ccmm-btn {
    will-change: auto;
}

/* Garante interação no editor e no site */
.ccmm-feature-card,
.ccmm-service-card,
.ccmm-gallery__item,
.ccmm-launch__item,
.ccmm-btn,
.ccmm-service-card a {
    pointer-events: auto !important;
}
/* REMOVER APENAS O TRACINHO ANTES DOS EYEBROWS */
.ccmm-section-label::before,
.ccmm-hero__eyebrow span {
    display: none !important;
}
/* =========================================================
   CARD 07 — TEXTO PRIMEIRO E FOTO DEPOIS
========================================================= */

.ccmm-services__grid .ccmm-service-card:nth-child(7) {
    grid-template-columns: 1fr 1fr;
}

.ccmm-services__grid .ccmm-service-card:nth-child(7) .ccmm-service-card__content {
    order: 1;
}

.ccmm-services__grid .ccmm-service-card:nth-child(7) .ccmm-service-card__image {
    order: 2;
}
/* =========================================================
   INSTAGRAM
========================================================= */

.ccmm-instagram {
    min-height: 100vh;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 8% 15%,
            rgba(102, 179, 171, 0.14),
            transparent 32%
        ),
        var(--ccmm-cream);
}

.ccmm-instagram__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(430px, 0.72fr);
    align-items: center;
    gap: clamp(60px, 8vw, 120px);
}

.ccmm-instagram__content {
    max-width: 610px;
}

.ccmm-instagram__content h2 {
    margin: 0;
    color: var(--ccmm-green);
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(40px, 4.4vw, 68px);
    font-weight: 600;
    line-height: 1.03;
    letter-spacing: -0.04em;
}

.ccmm-instagram__content > p {
    max-width: 580px;
    margin: 25px 0 0;
    color: rgba(61, 72, 68, 0.72);
    font-size: 16px;
    line-height: 1.8;
}

.ccmm-instagram__profile {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 30px;
    padding: 18px 20px;
    border: 1px solid rgba(69, 91, 84, 0.12);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.68);
}

.ccmm-instagram__profile-icon {
    width: 48px;
    height: 48px;
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    border-radius: 15px;
    background: var(--ccmm-turquoise);
}

.ccmm-instagram__profile-icon svg {
    width: 24px;
    height: 24px;
    fill: currentColor;
}

.ccmm-instagram__profile span,
.ccmm-instagram__profile strong {
    display: block;
}

.ccmm-instagram__profile span {
    color: rgba(61, 72, 68, 0.58);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ccmm-instagram__profile strong {
    margin-top: 4px;
    color: var(--ccmm-green);
    font-size: 14px;
}

.ccmm-instagram__content > .ccmm-btn {
    margin-top: 28px;
}

.ccmm-instagram__feed {
    position: relative;
    width: min(100%, 480px);
    justify-self: end;
    overflow: hidden;
    color: var(--ccmm-text);
    border: 1px solid rgba(69, 91, 84, 0.14);
    border-radius: 32px;
    background: #ffffff;
    box-shadow: 0 32px 80px rgba(38, 55, 50, 0.16);
    text-decoration: none;
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease;
}

.ccmm-instagram__feed:hover {
    transform: translateY(-8px);
    box-shadow: 0 40px 95px rgba(38, 55, 50, 0.22);
}

.ccmm-instagram__feed-top {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 18px;
}

.ccmm-instagram__avatar {
    width: 44px;
    height: 44px;
    flex: 0 0 auto;
    overflow: hidden;
    padding: 5px;
    border: 2px solid var(--ccmm-turquoise);
    border-radius: 50%;
    background: #ffffff;
}

.ccmm-instagram__avatar img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    border-radius: 50%;
}

.ccmm-instagram__feed-top strong,
.ccmm-instagram__feed-top span {
    display: block;
}

.ccmm-instagram__feed-top strong {
    color: var(--ccmm-green);
    font-size: 13px;
}

.ccmm-instagram__feed-top span {
    margin-top: 3px;
    color: rgba(61, 72, 68, 0.56);
    font-size: 11px;
}

.ccmm-instagram__dots {
    display: flex;
    gap: 3px;
    margin-left: auto;
}

.ccmm-instagram__dots span {
    width: 4px;
    height: 4px;
    margin: 0;
    border-radius: 50%;
    background: var(--ccmm-green);
}

.ccmm-instagram__image {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background:
        linear-gradient(
            145deg,
            rgba(102, 179, 171, 0.15),
            rgba(204, 189, 158, 0.2)
        );
}

.ccmm-instagram__image > img {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: top center;
}

.ccmm-instagram__image > img[src=""],
.ccmm-instagram__image > img:not([src]) {
    display: none;
}

.ccmm-instagram__image-placeholder {
    position: absolute;
    z-index: 1;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 14px;
    color: var(--ccmm-green);
}

.ccmm-instagram__image-placeholder svg {
    width: 50px;
    height: 50px;
    fill: currentColor;
    opacity: 0.5;
}

.ccmm-instagram__image-placeholder span {
    font-size: 13px;
    font-weight: 600;
}

.ccmm-instagram__feed-footer {
    padding: 18px 20px 22px;
}

.ccmm-instagram__actions {
    display: flex;
    align-items: center;
    gap: 17px;
    margin-bottom: 16px;
}

.ccmm-instagram__actions svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: var(--ccmm-green);
    stroke-width: 1.7;
}

.ccmm-instagram__actions svg:first-child {
    fill: var(--ccmm-green);
    stroke: none;
}

.ccmm-instagram__feed-footer > strong {
    color: var(--ccmm-green);
    font-size: 13px;
}

.ccmm-instagram__feed-footer > p {
    margin: 7px 0 0;
    color: rgba(61, 72, 68, 0.66);
    font-size: 12px;
    line-height: 1.6;
}


/* =========================================================
   LOCALIZAÇÃO
========================================================= */

.ccmm-location {
    min-height: 100vh;
    color: #ffffff;
    background:
        radial-gradient(
            circle at 90% 20%,
            rgba(102, 179, 171, 0.15),
            transparent 32%
        ),
        var(--ccmm-green);
}

.ccmm-location__heading {
    display: grid;
    grid-template-columns: 1fr 0.7fr;
    align-items: end;
    gap: 70px;
    margin-bottom: 48px;
}

.ccmm-location__heading h2 {
    max-width: 720px;
    margin: 0;
    color: #ffffff;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(40px, 4.3vw, 67px);
    font-weight: 600;
    line-height: 1.03;
    letter-spacing: -0.04em;
}

.ccmm-location__heading > p {
    margin: 0;
    color: rgba(255, 255, 255, 0.66);
    font-size: 15px;
    line-height: 1.8;
}

.ccmm-location__grid {
    display: grid;
    grid-template-columns: 0.72fr 1.28fr;
    min-height: 510px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 34px;
    background: rgba(255, 255, 255, 0.06);
    box-shadow: 0 35px 85px rgba(16, 35, 29, 0.28);
}

.ccmm-location__info {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: clamp(34px, 5vw, 60px);
    background:
        linear-gradient(
            145deg,
            rgba(35, 60, 52, 0.98),
            rgba(25, 45, 39, 0.98)
        );
}

.ccmm-location__icon {
    width: 62px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px;
    color: #ffffff;
    border-radius: 20px;
    background: var(--ccmm-turquoise);
}

.ccmm-location__icon svg {
    width: 29px;
    height: 29px;
    fill: currentColor;
}

.ccmm-location__small {
    color: var(--ccmm-beige);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.ccmm-location__info h3 {
    max-width: 420px;
    margin: 14px 0 0;
    color: #ffffff;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(29px, 3vw, 43px);
    font-weight: 600;
    line-height: 1.12;
}

.ccmm-location__info > p {
    margin: 11px 0 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
}

.ccmm-location__details {
    display: grid;
    gap: 14px;
    margin-top: 30px;
}

.ccmm-location__details > div {
    display: flex;
    align-items: center;
    gap: 13px;
}

.ccmm-location__details svg {
    width: 38px;
    height: 38px;
    flex: 0 0 auto;
    padding: 10px;
    fill: var(--ccmm-turquoise);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.06);
}

.ccmm-location__details strong,
.ccmm-location__details span {
    display: block;
}

.ccmm-location__details strong {
    color: #ffffff;
    font-size: 13px;
}

.ccmm-location__details span {
    margin-top: 3px;
    color: rgba(255, 255, 255, 0.55);
    font-size: 11px;
}

.ccmm-location__info > .ccmm-btn {
    align-self: flex-start;
    margin-top: 30px;
}

.ccmm-location__map {
    min-height: 510px;
    overflow: hidden;
    background: #d9e2df;
}

.ccmm-location__map iframe {
    width: 100%;
    height: 100%;
    min-height: 510px;
    display: block;
    filter: saturate(0.72) contrast(0.94);
}


/* =========================================================
   RESPONSIVO — INSTAGRAM E LOCALIZAÇÃO
========================================================= */

@media (max-width: 1024px) {
    .ccmm-instagram__grid {
        grid-template-columns: 1fr 0.8fr;
        gap: 50px;
    }

    .ccmm-location__heading {
        grid-template-columns: 1fr 0.8fr;
        gap: 40px;
    }

    .ccmm-location__grid {
        grid-template-columns: 0.85fr 1.15fr;
    }
}


@media (max-width: 767px) {
    .ccmm-instagram,
    .ccmm-location {
        min-height: auto;
        padding: 85px 0;
    }

    .ccmm-instagram__grid {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .ccmm-instagram__content h2 {
        font-size: clamp(36px, 11vw, 48px);
    }

    .ccmm-instagram__feed {
        width: 100%;
        justify-self: stretch;
    }

    .ccmm-location__heading {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 34px;
    }

    .ccmm-location__heading h2 {
        font-size: clamp(36px, 10vw, 49px);
    }

    .ccmm-location__grid {
        grid-template-columns: 1fr;
        min-height: auto;
        border-radius: 26px;
    }

    .ccmm-location__info {
        padding: 35px 25px;
    }

    .ccmm-location__map,
    .ccmm-location__map iframe {
        min-height: 390px;
    }

    .ccmm-location__info > .ccmm-btn {
        width: 100%;
    }
}


@media (max-width: 390px) {
    .ccmm-instagram__profile {
        align-items: flex-start;
        padding: 15px;
    }

    .ccmm-instagram__profile strong {
        overflow-wrap: anywhere;
    }

    .ccmm-location__map,
    .ccmm-location__map iframe {
        min-height: 340px;
    }
}
/* ========================================
   AJUSTE FAQ — MOBILE
======================================== */
@media (max-width: 767px) {

  /* Card de cada pergunta */
  .faq-item,
  .faq-card,
  .accordion-item {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  /* Botão/pergunta */
  .faq-question,
  .faq-header,
  .accordion-header,
  .accordion-button {
    width: 100%;
    min-height: 92px;
    padding: 22px 64px 22px 22px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
  }

  /* Texto da pergunta */
  .faq-question h3,
  .faq-question span,
  .faq-header h3,
  .faq-header span,
  .accordion-header h3,
  .accordion-header span,
  .accordion-button {
    width: 100%;
    max-width: 100%;
    white-space: normal !important;
    overflow-wrap: anywhere;
    word-break: normal;
    line-height: 1.3;
    font-size: clamp(18px, 5vw, 22px);
    padding: 0;
    margin: 0;
  }

  /* Ícone de abrir/fechar */
  .faq-icon,
  .faq-toggle,
  .accordion-icon {
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    margin: 0;
  }
}
/* ========================================================
   CORREÇÃO DEFINITIVA FAQ — MOBILE
======================================================== */
@media (max-width: 767px) {

  .ccmm-faq {
    width: 100%;
    overflow: hidden;
  }

  .ccmm-faq .ccmm-container {
    width: calc(100% - 28px);
    max-width: 100%;
    min-width: 0;
  }

  .ccmm-faq__grid,
  .ccmm-faq__column,
  .ccmm-faq__item {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .ccmm-faq__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }

  .ccmm-faq__column {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  .ccmm-faq__item {
    overflow: hidden;
  }

  .ccmm-faq__question {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: 88px;

    display: grid;
    grid-template-columns: minmax(0, 1fr) 36px;
    align-items: center;
    gap: 14px;

    padding: 20px 18px 20px 22px;

    white-space: normal !important;
    overflow: hidden;
    box-sizing: border-box;
  }

  .ccmm-faq__question > span:first-child {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;

    margin: 0;
    padding: 0;

    white-space: normal !important;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: normal;

    font-size: 18px;
    line-height: 1.3;
  }

  .ccmm-faq__plus {
    width: 36px;
    height: 36px;
    min-width: 36px;
    max-width: 36px;

    justify-self: end;
    flex: none;
  }

  .ccmm-faq__answer,
  .ccmm-faq__answer > div {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .ccmm-faq__answer p {
    padding: 0 22px 22px;
    overflow-wrap: break-word;
  }
}/* ========================================================
   REMOVER ESPAÇO BRANCO DEPOIS DO FOOTER
======================================================== */

html,
body {
  margin: 0 !important;
  padding: 0 !important;
  background: #182723 !important;
}

body {
  min-height: 100%;
}

.ccmm-site {
  display: block;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  background: #182723;
}

.ccmm-footer {
  display: block;
  width: 100%;
  margin: 0 !important;
  background: #182723 !important;
}

/* Container principal do Elementor */
.elementor-element-a5f2922,
.elementor-element-a5f2922 > .e-con-inner {
  min-height: 0 !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  gap: 0 !important;
  background: #182723 !important;
}

/* Evita espaço criado pelo último elemento */
.elementor-element-a5f2922 > :last-child,
.ccmm-site > :last-child,
.ccmm-footer > :last-child {
  margin-bottom: 0 !important;
}

/* Corrige espaços padrões do Elementor */
.elementor-widget-html,
.elementor-widget-html .elementor-widget-container {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

@media (max-width: 767px) {
  html,
  body,
  #page,
  .site,
  .site-content,
  .elementor,
  .elementor-location-single,
  .elementor-element-a5f2922 {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    background-color: #182723 !important;
  }

  .ccmm-footer {
    padding: 60px 0 24px !important;
    margin-bottom: 0 !important;
  }
}/* ========================================================
   POR QUE AGORA — NOVA COLUNA DE ESTRUTURA
======================================================== */

.ccmm-launch__visual--structure {
  position: relative;
  min-height: 610px;
  display: block;
  overflow: visible;
  border-radius: 40px;
  background: var(--ccmm-green);
  box-shadow: var(--ccmm-shadow);
}

/* FOTO PRINCIPAL */
.ccmm-launch__main-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: 40px;
}

/* OVERLAY */
.ccmm-launch__photo-overlay {
  position: absolute;
  z-index: 1;
  inset: 0;
  border-radius: 40px;
  background:
    linear-gradient(
      180deg,
      rgba(22, 45, 38, 0.02) 30%,
      rgba(22, 45, 38, 0.18) 55%,
      rgba(22, 45, 38, 0.92) 100%
    );
}

/* TEXTO SOBRE A FOTO */
.ccmm-launch__photo-content {
  position: absolute;
  z-index: 3;
  right: 38px;
  bottom: 38px;
  left: 38px;
  max-width: 360px;
}

.ccmm-launch__photo-content span {
  display: block;
  margin-bottom: 8px;
  color: var(--ccmm-turquoise);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.ccmm-launch__photo-content strong {
  display: block;
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(25px, 2.3vw, 34px);
  font-weight: 600;
  line-height: 1.12;
}

/* FOTO SECUNDÁRIA FLUTUANTE */
.ccmm-launch__floating-photo {
  position: absolute;
  z-index: 5;
  top: 42px;
  right: -55px;
  width: 190px;
  height: 230px;
  padding: 7px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.65);
  border-radius: 26px;
  background: rgba(255,255,255,.82);
  box-shadow: 0 25px 55px rgba(26,50,43,.25);
  backdrop-filter: blur(12px);
  transform: rotate(3deg);
  transition:
    transform .4s ease,
    box-shadow .4s ease;
}

.ccmm-launch__floating-photo:hover {
  transform: rotate(0) translateY(-7px);
  box-shadow: 0 32px 70px rgba(26,50,43,.32);
}

.ccmm-launch__floating-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 19px;
}

/* SELO */
.ccmm-launch__badge {
  position: absolute;
  z-index: 6;
  top: 225px;
  left: -36px;
  width: 185px;
  padding: 17px 20px;
  border: 1px solid rgba(255,255,255,.6);
  border-radius: 20px;
  background: rgba(248,247,242,.94);
  box-shadow: 0 18px 45px rgba(24,48,41,.2);
  backdrop-filter: blur(15px);
}

.ccmm-launch__badge span,
.ccmm-launch__badge strong {
  display: block;
}

.ccmm-launch__badge span {
  margin-bottom: 5px;
  color: var(--ccmm-gray-green);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.ccmm-launch__badge strong {
  color: var(--ccmm-green);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 18px;
  line-height: 1.18;
}

/* TABLET */
@media (max-width: 1024px) {

  .ccmm-launch__visual--structure {
    min-height: 560px;
  }

  .ccmm-launch__floating-photo {
    right: 24px;
    width: 170px;
    height: 205px;
  }

  .ccmm-launch__badge {
    left: 24px;
  }
}

/* MOBILE */
@media (max-width: 767px) {

  .ccmm-launch__visual--structure {
    min-height: 490px;
    margin-bottom: 10px;
    border-radius: 28px;
    overflow: hidden;
  }

  .ccmm-launch__main-photo,
  .ccmm-launch__photo-overlay {
    border-radius: 28px;
  }

  .ccmm-launch__floating-photo {
    top: 20px;
    right: 18px;
    width: 125px;
    height: 155px;
    padding: 5px;
    border-radius: 20px;
  }

  .ccmm-launch__floating-photo img {
    border-radius: 15px;
  }

  .ccmm-launch__badge {
    top: 24px;
    left: 18px;
    width: 155px;
    padding: 13px 15px;
  }

  .ccmm-launch__badge strong {
    font-size: 15px;
  }

  .ccmm-launch__photo-content {
    right: 24px;
    bottom: 26px;
    left: 24px;
  }

  .ccmm-launch__photo-content strong {
    max-width: 290px;
    font-size: 26px;
  }
}/* ========================================================
   RESET DO VISUAL ANTIGO DA DOBRA "POR QUE AGORA"
   COLAR NO FINAL DO CSS
======================================================== */

.ccmm-launch__visual--structure::before,
.ccmm-launch__visual--structure::after {
  display: none !important;
  content: none !important;
}

.ccmm-launch__visual--structure {
  background: var(--ccmm-green) !important;
}

/* Esconde elementos antigos caso tenham permanecido no HTML */
.ccmm-launch__visual--structure .ccmm-launch__circle,
.ccmm-launch__visual--structure .ccmm-launch__line,
.ccmm-launch__visual--structure .ccmm-launch__visual-text {
  display: none !important;
}/* ========================================================
   AJUSTE FINAL — DOBRA "POR QUE AGORA"
   COLAR NO FINAL DO CSS
======================================================== */

.ccmm-launch__visual--structure {
  min-height: 560px !important;
  overflow: hidden !important;
  border-radius: 34px !important;
  background: var(--ccmm-green) !important;
}

/* FOTO PRINCIPAL — ocupa melhor o frame */
.ccmm-launch__main-photo {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 68% !important;
  object-fit: cover !important;
  object-position: center 45% !important;
  border-radius: 34px 34px 0 0 !important;
}

/* overlay apenas na transição inferior */
.ccmm-launch__photo-overlay {
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  border-radius: 34px !important;
  background:
    linear-gradient(
      180deg,
      transparent 0%,
      transparent 47%,
      rgba(31, 58, 50, .12) 58%,
      rgba(31, 58, 50, .68) 70%,
      rgba(31, 58, 50, .98) 100%
    ) !important;
}

/* TEXTO — sobe para eliminar o vazio */
.ccmm-launch__photo-content {
  position: absolute !important;
  z-index: 4 !important;
  right: 48px !important;
  bottom: 34px !important;
  left: 48px !important;
  max-width: 410px !important;
}

.ccmm-launch__photo-content span {
  margin-bottom: 10px !important;
  color: #7dd5ca !important;
  font-size: 10px !important;
  letter-spacing: .18em !important;
}

.ccmm-launch__photo-content strong {
  font-size: clamp(29px, 2.6vw, 40px) !important;
  line-height: 1.05 !important;
}

/* FOTO FLUTUANTE */
.ccmm-launch__floating-photo {
  top: 38px !important;
  right: 28px !important;
  width: 165px !important;
  height: 205px !important;
  padding: 6px !important;
  border-radius: 24px !important;
  background: rgba(255,255,255,.94) !important;
  box-shadow: 0 18px 45px rgba(20,45,38,.22) !important;
  transform: rotate(2deg) !important;
}

.ccmm-launch__floating-photo img {
  border-radius: 18px !important;
  object-fit: cover !important;
  object-position: center !important;
}

/* CARD "CENTRO CLÍNICO" */
.ccmm-launch__badge {
  top: 245px !important;
  left: 26px !important;
  width: 180px !important;
  padding: 14px 16px !important;
  border-radius: 18px !important;
  background: rgba(248,247,242,.96) !important;
  box-shadow: 0 15px 38px rgba(20,45,38,.17) !important;
}

.ccmm-launch__badge span {
  margin-bottom: 4px !important;
  font-size: 8px !important;
  letter-spacing: .15em !important;
}

.ccmm-launch__badge strong {
  font-size: 17px !important;
  line-height: 1.08 !important;
}

/* remove resíduos do layout antigo */
.ccmm-launch__visual--structure::before,
.ccmm-launch__visual--structure::after {
  display: none !important;
  content: none !important;
}

/* TABLET */
@media (max-width: 1024px) {

  .ccmm-launch__visual--structure {
    min-height: 540px !important;
  }

  .ccmm-launch__main-photo {
    height: 66% !important;
  }

  .ccmm-launch__floating-photo {
    top: 26px !important;
    right: 24px !important;
    width: 150px !important;
    height: 185px !important;
  }

  .ccmm-launch__badge {
    top: 230px !important;
    left: 24px !important;
  }

  .ccmm-launch__photo-content {
    right: 35px !important;
    bottom: 32px !important;
    left: 35px !important;
  }
}

/* MOBILE */
@media (max-width: 767px) {

  .ccmm-launch__visual--structure {
    min-height: 500px !important;
    border-radius: 28px !important;
  }

  .ccmm-launch__main-photo {
    height: 61% !important;
    border-radius: 28px 28px 0 0 !important;
    object-position: center 48% !important;
  }

  .ccmm-launch__photo-overlay {
    border-radius: 28px !important;
  }

  .ccmm-launch__floating-photo {
    top: 18px !important;
    right: 14px !important;
    width: 118px !important;
    height: 145px !important;
    padding: 4px !important;
    border-radius: 18px !important;
  }

  .ccmm-launch__floating-photo img {
    border-radius: 14px !important;
  }

  .ccmm-launch__badge {
    top: 176px !important;
    left: 14px !important;
    width: 150px !important;
    padding: 11px 13px !important;
    border-radius: 16px !important;
  }

  .ccmm-launch__badge strong {
    font-size: 14px !important;
  }

  .ccmm-launch__photo-content {
    right: 24px !important;
    bottom: 25px !important;
    left: 24px !important;
  }

  .ccmm-launch__photo-content strong {
    max-width: 290px !important;
    font-size: 27px !important;
    line-height: 1.05 !important;
  }
}/* ========================================================
   CTA FINAL — CLÍNICA EM FUNCIONAMENTO
   COLAR NO FINAL
======================================================== */

.ccmm-final-cta {
  position: relative;
  min-height: 700px;
  overflow: hidden;
  border-radius: 42px;
  background: var(--ccmm-green);
}

.ccmm-final-cta__image {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.ccmm-final-cta__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 45%;
}

/* deixa a imagem mais visível na esquerda */
.ccmm-final-cta__overlay {
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(31, 53, 47, .05) 0%,
      rgba(31, 53, 47, .12) 28%,
      rgba(31, 53, 47, .70) 48%,
      rgba(52, 93, 83, .96) 68%,
      rgba(69, 91, 84, .98) 100%
    );
}

.ccmm-final-cta__content {
  position: relative;
  z-index: 3;
  width: min(690px, 48%);
  margin-left: auto;
  padding: 75px 75px 75px 30px;
  color: #fff;
}

.ccmm-final-cta__tag {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  margin-bottom: 28px;
  padding: 10px 18px;
  color: rgba(255,255,255,.92);
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  backdrop-filter: blur(10px);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.ccmm-final-cta h2 {
  margin: 0;
  color: #fff !important;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(42px, 4vw, 65px);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -.035em;
}

.ccmm-final-cta h2 strong {
  display: block;
  color: #c9e6e2;
  font-weight: 600;
}

.ccmm-final-cta__content > p {
  max-width: 650px;
  margin: 28px 0 0;
  color: rgba(255,255,255,.76);
  font-size: 17px;
  line-height: 1.75;
}

.ccmm-final-cta__button {
  width: 100%;
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 35px;
  padding: 18px 30px;
  color: var(--ccmm-green) !important;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(20,40,34,.18);
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  transition:
    transform .3s ease,
    box-shadow .3s ease;
}

.ccmm-final-cta__button:hover {
  color: var(--ccmm-green) !important;
  transform: translateY(-3px);
  box-shadow: 0 24px 55px rgba(20,40,34,.28);
}

.ccmm-final-cta__button svg {
  width: 23px;
  height: 23px;
  fill: var(--ccmm-turquoise);
}

.ccmm-final-cta__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 28px;
  margin-top: 28px;
}

.ccmm-final-cta__meta span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: rgba(255,255,255,.78);
  font-size: 12px;
}

.ccmm-final-cta__meta svg {
  width: 19px;
  height: 19px;
  fill: var(--ccmm-beige);
}


/* TABLET */
@media (max-width: 1024px) {

  .ccmm-final-cta {
    min-height: 680px;
  }

  .ccmm-final-cta__overlay {
    background:
      linear-gradient(
        90deg,
        rgba(31,53,47,.18) 0%,
        rgba(31,53,47,.45) 32%,
        rgba(52,93,83,.94) 58%,
        rgba(69,91,84,.98) 100%
      );
  }

  .ccmm-final-cta__content {
    width: 58%;
    padding: 65px 45px 65px 20px;
  }
}


/* MOBILE */
@media (max-width: 767px) {

  .ccmm-final-cta {
    min-height: auto;
    border-radius: 28px;
    overflow: hidden;
    background: var(--ccmm-green);
  }

  .ccmm-final-cta__image {
    position: relative;
    height: 330px;
  }

  .ccmm-final-cta__image img {
    object-position: center;
  }

  .ccmm-final-cta__overlay {
    position: absolute;
    background:
      linear-gradient(
        180deg,
        transparent 0%,
        transparent 30%,
        rgba(69,91,84,.15) 42%,
        rgba(69,91,84,.92) 51%,
        var(--ccmm-green) 58%,
        var(--ccmm-green) 100%
      );
  }

  .ccmm-final-cta__content {
    width: 100%;
    margin: -35px 0 0;
    padding: 0 24px 38px;
  }

  .ccmm-final-cta__tag {
    margin-bottom: 20px;
    min-height: 36px;
    padding: 8px 13px;
    font-size: 9px;
  }

  .ccmm-final-cta h2 {
    font-size: clamp(34px, 10vw, 45px);
  }

  .ccmm-final-cta__content > p {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.65;
  }

  .ccmm-final-cta__button {
    min-height: 62px;
    margin-top: 25px;
    padding: 15px 20px;
    font-size: 14px;
  }

  .ccmm-final-cta__meta {
    display: grid;
    gap: 12px;
    margin-top: 22px;
  }
}/* ========================================================
   FIX FINAL CTA — FULL WIDTH + SEM CANTOS PRETOS
   COLAR NO FINAL DO CSS
======================================================== */

/* força a dobra a ocupar toda a largura real */
.ccmm-final-cta {
  position: relative !important;
  width: 100vw !important;
  max-width: none !important;
  min-height: 720px !important;

  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;

  padding: 0 !important;

  overflow: hidden !important;

  border-radius: 0 !important;
  background: var(--ccmm-green) !important;
}


/* remove qualquer borda / fundo externo herdado */
.ccmm-final-cta::before,
.ccmm-final-cta::after {
  display: none !important;
  content: none !important;
}


/* IMAGEM FULL WIDTH */
.ccmm-final-cta__image {
  position: absolute !important;
  inset: 0 !important;

  width: 100% !important;
  height: 100% !important;

  overflow: hidden !important;

  border-radius: 0 !important;

  z-index: 0 !important;
}


/* FOTO */
.ccmm-final-cta__image img {
  width: 100% !important;
  height: 100% !important;

  display: block !important;

  object-fit: cover !important;
  object-position: center center !important;

  border-radius: 0 !important;
}


/* GRADIENTE */
.ccmm-final-cta__overlay {
  position: absolute !important;
  inset: 0 !important;

  width: 100% !important;
  height: 100% !important;

  z-index: 1 !important;

  border-radius: 0 !important;

  background:
    linear-gradient(
      90deg,
      rgba(27, 47, 41, 0.04) 0%,
      rgba(27, 47, 41, 0.10) 25%,
      rgba(27, 47, 41, 0.45) 42%,
      rgba(38, 72, 63, 0.88) 58%,
      rgba(52, 83, 75, 0.97) 72%,
      rgba(52, 83, 75, 0.99) 100%
    ) !important;
}


/* CONTAINER INTERNO */
.ccmm-final-cta__content {
  position: relative !important;
  z-index: 5 !important;

  width: min(1180px, calc(100% - 48px)) !important;
  max-width: 1180px !important;

  min-height: 720px !important;

  margin: 0 auto !important;

  padding: 100px 0 !important;

  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;

  padding-left: 52% !important;
}


/* TAG */
.ccmm-final-cta__tag {
  width: fit-content !important;

  min-height: 42px !important;

  margin-bottom: 28px !important;

  padding: 10px 19px !important;

  color: rgba(255,255,255,.92) !important;

  border: 1px solid rgba(255,255,255,.24) !important;
  border-radius: 999px !important;

  background: rgba(255,255,255,.06) !important;

  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;

  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: .14em !important;
  text-transform: uppercase !important;
}


/* TÍTULO */
.ccmm-final-cta h2 {
  max-width: 650px !important;

  margin: 0 !important;

  color: #ffffff !important;

  font-family: "Playfair Display", Georgia, serif !important;
  font-size: clamp(44px, 4.3vw, 47px) !important;

  font-weight: 600 !important;
  line-height: 1.02 !important;

  letter-spacing: -.035em !important;
}


.ccmm-final-cta h2 strong {
  display: block !important;

  color: #c8e7e2 !important;

  font-weight: 600 !important;
}


/* PARÁGRAFO */
.ccmm-final-cta__content > p {
  max-width: 650px !important;

  margin: 26px 0 0 !important;

  color: rgba(255,255,255,.78) !important;

  font-size: 17px !important;
  line-height: 1.7 !important;
}


/* BOTÃO */
.ccmm-final-cta__button {
  width: 100% !important;
  max-width: 650px !important;

  min-height: 72px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  gap: 16px !important;

  margin-top: 32px !important;

  padding: 18px 28px !important;

  color: var(--ccmm-green) !important;

  border-radius: 999px !important;

  background: #ffffff !important;

  box-shadow: 0 20px 46px rgba(14,35,29,.18) !important;

  text-decoration: none !important;

  font-size: 16px !important;
  font-weight: 700 !important;

  transition:
    transform .3s ease,
    box-shadow .3s ease !important;
}


.ccmm-final-cta__button:hover {
  color: var(--ccmm-green) !important;

  transform: translateY(-3px) !important;

  box-shadow: 0 26px 55px rgba(14,35,29,.28) !important;
}


.ccmm-final-cta__button svg {
  width: 22px !important;
  height: 22px !important;

  fill: var(--ccmm-turquoise) !important;
}


/* META */
.ccmm-final-cta__meta {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;

  gap: 28px !important;

  margin-top: 27px !important;
}


.ccmm-final-cta__meta span {
  display: inline-flex !important;
  align-items: center !important;

  gap: 9px !important;

  color: rgba(255,255,255,.78) !important;

  font-size: 12px !important;
}


.ccmm-final-cta__meta svg {
  width: 18px !important;
  height: 18px !important;

  fill: var(--ccmm-beige) !important;
}



/* ========================================================
   TABLET
======================================================== */

@media (max-width: 1024px) {

  .ccmm-final-cta {
    min-height: 680px !important;
  }

  .ccmm-final-cta__content {
    width: min(900px, calc(100% - 40px)) !important;

    min-height: 680px !important;

    padding-left: 44% !important;
  }

  .ccmm-final-cta__overlay {
    background:
      linear-gradient(
        90deg,
        rgba(27,47,41,.10) 0%,
        rgba(27,47,41,.25) 25%,
        rgba(38,72,63,.72) 45%,
        rgba(52,83,75,.96) 65%,
        rgba(52,83,75,.99) 100%
      ) !important;
  }

}



/* ========================================================
   MOBILE
======================================================== */

@media (max-width: 767px) {

  .ccmm-final-cta {
    width: 100vw !important;

    min-height: auto !important;

    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;

    border-radius: 0 !important;
  }


  .ccmm-final-cta__image {
    position: relative !important;

    width: 100% !important;
    height: 360px !important;
  }


  .ccmm-final-cta__image img {
    object-position: center !important;
  }


  .ccmm-final-cta__overlay {
    background:
      linear-gradient(
        180deg,
        rgba(38,72,63,.02) 0%,
        rgba(38,72,63,.05) 35%,
        rgba(52,83,75,.55) 63%,
        rgba(52,83,75,.96) 85%,
        rgba(52,83,75,1) 100%
      ) !important;
  }


  .ccmm-final-cta__content {
    width: calc(100% - 32px) !important;

    min-height: auto !important;

    margin: -60px auto 0 !important;

    padding: 0 0 45px !important;
  }


  .ccmm-final-cta__tag {
    margin-bottom: 18px !important;

    font-size: 9px !important;
  }


  .ccmm-final-cta h2 {
    max-width: none !important;

    font-size: clamp(36px, 10vw, 46px) !important;
  }


  .ccmm-final-cta__content > p {
    max-width: none !important;

    margin-top: 20px !important;

    font-size: 14px !important;
  }


  .ccmm-final-cta__button {
    max-width: none !important;

    min-height: 62px !important;

    margin-top: 25px !important;

    font-size: 14px !important;
  }


  .ccmm-final-cta__meta {
    display: grid !important;

    gap: 12px !important;

    margin-top: 22px !important;
  }

}/* End custom CSS */