/* ─── Accueil (Home) ─────────────────────────────────────────── */

/* ─── Hero ───────────────────────────────────────────────────── */

.ccx-hero-split,
.ccx-hero-split * {
  box-sizing: border-box;
}

.ccx-hero-split {
  width: 100%;
  padding: 92px 32px 110px;
  overflow: hidden;
}

.ccx-hero-grid {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(520px, 1fr);
  gap: clamp(56px, 7vw, 120px);
  align-items: center;
}

.ccx-hero-content {
  max-width: 760px;
}

.ccx-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  color: #245dff;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ccx-hero-badge span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #ff334d;
  box-shadow: 0 0 0 6px rgba(255, 51, 77, 0.08);
}

.ccx-hero-content h1,
.ccx-hero-content-title {
  margin: 0;
  color: #102033;
  font-size: clamp(48px, 5.6vw, 72px);
  line-height: 0.94;
  letter-spacing: -0.065em;
  font-weight: 900;
}

.ccx-hero-content p,
.ccx-hero-content-subtitle {
  max-width: 720px;
  margin: 28px 0 0;
  color: #344255;
  font-size: clamp(18px, 1.35vw, 24px);
  line-height: 1.65;
  font-weight: 500;
}

.ccx-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 42px;
}

.ccx-btn {
  min-height: 58px;
  padding: 0 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 900;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

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

.ccx-btn-primary {
  background: #1557ff;
  color: #ffffff;
  box-shadow: 0 16px 38px rgba(21, 87, 255, 0.22);
}

.ccx-btn-primary:hover {
  background: #0d49e8;
  box-shadow: 0 22px 48px rgba(21, 87, 255, 0.28);
}

.ccx-btn-secondary {
  background: #ffffff;
  color: #1557ff;
  border: 2px solid #1557ff;
}

.ccx-btn-secondary:hover {
  background: #f4f7ff;
}

.ccx-hero-proof {
  margin-top: 66px;
}

.ccx-hero-proof span {
  display: block;
  margin-bottom: 18px;
  color: #7b8494;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.ccx-proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.ccx-proof-row div {
  padding: 10px 14px;
  border-radius: 999px;
  background: #ffffff;
  color: #6d7480;
  border: 1px solid rgba(16, 32, 51, 0.08);
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 10px 28px rgba(16, 32, 51, 0.045);
}

.ccx-hero-visual {
  position: relative;
  min-width: 0;
}

.ccx-dashboard-card {
  position: relative;
  width: 100%;
  border-radius: 34px;
  background: #ffffff;
  padding: clamp(10px, 1vw, 18px);
  box-shadow:
    0 36px 90px rgba(16, 32, 51, 0.13),
    0 12px 34px rgba(16, 32, 51, 0.08);
}

.ccx-dashboard-card::before {
  content: "";
  position: absolute;
  inset: -22px;
  z-index: 0;
  border-radius: 44px;
  background:
    radial-gradient(circle at 88% 6%, rgba(255, 51, 77, 0.18), transparent 24%),
    radial-gradient(circle at 12% 92%, rgba(21, 87, 255, 0.16), transparent 32%);
  filter: blur(4px);
  opacity: 0.95;
}

.ccx-dashboard-card-inner {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 24px;
}

.ccx-dashboard-card img,
.ccx-dashboard-card-img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 24px;
  object-fit: cover;
}

.ccx-floating-chip {
  position: absolute;
  z-index: 3;
  display: grid;
  gap: 2px;
  padding: 12px 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(16, 32, 51, 0.08);
  box-shadow: 0 18px 44px rgba(16, 32, 51, 0.14);
  backdrop-filter: blur(12px);
}

.ccx-floating-chip strong {
  color: #1557ff;
  font-size: 18px;
  line-height: 1;
  font-weight: 900;
}

.ccx-floating-chip span {
  color: #667386;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
}

.ccx-chip-top {
  top: 34px;
  right: 34px;
}

.ccx-chip-bottom {
  left: 34px;
  bottom: 34px;
}

/* Responsive tablette */
@media (max-width: 1180px) {
  .ccx-hero-grid {
    grid-template-columns: 1fr;
    gap: 64px;
  }

  .ccx-hero-content {
    max-width: 900px;
  }

  .ccx-hero-visual {
    max-width: 900px;
    width: 100%;
  }
}

/* Responsive mobile */
@media (max-width: 767px) {
  .ccx-hero-split {
    padding: 64px 20px 76px;
  }

  .ccx-hero-content h1 {
    font-size: clamp(40px, 12vw, 54px);
    line-height: 0.98;
  }

  .ccx-hero-content p {
    font-size: 17px;
    line-height: 1.6;
  }

  .ccx-hero-actions {
    flex-direction: column;
    margin-top: 34px;
  }

  .ccx-btn {
    width: 100%;
    min-height: 56px;
  }

  .ccx-hero-proof {
    margin-top: 46px;
  }

  .ccx-proof-row {
    gap: 8px;
  }

  .ccx-proof-row div {
    font-size: 13px;
    padding: 9px 12px;
  }

  .ccx-dashboard-card {
    border-radius: 24px;
    padding: 8px;
  }

  .ccx-dashboard-card img {
    border-radius: 18px;
  }

  .ccx-floating-chip {
    display: none;
  }
}

/* Très petits écrans */
@media (max-width: 420px) {
  .ccx-hero-split {
    padding-left: 16px;
    padding-right: 16px;
  }

  .ccx-hero-badge {
    font-size: 11px;
    letter-spacing: 0.06em;
  }
}

/* ─── Constat Section ──────────────────────────────────────── */

.cc-problem-section {
  border-radius: 45px;
  padding: 90px 24px;
  background:
    linear-gradient(180deg, rgba(3, 11, 24, 0.55), rgba(3, 11, 24, 0.82)),
    url('https://test.callcorico.fr/wp-content/uploads/2026/05/ChatGPT-Image-17-mai-2026-20_08_34.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
  font-family: "Satoshi", system-ui, sans-serif;
}

.cc-problem-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(204, 54, 30, 0.12), transparent 34%),
    radial-gradient(circle at bottom right, rgba(35, 108, 255, 0.08), transparent 34%);
  pointer-events: none;
}

.cc-problem-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  text-align: center;
}

.cc-problem-kicker {
  margin-bottom: 16px;
  color: #ff735c;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.cc-problem-title {
  max-width: 860px;
  margin: 0 auto;
  color: #ffffff;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.02;
  font-weight: 850;
  letter-spacing: -0.05em;
}

.cc-problem-intro {
  max-width: 700px;
  margin: 22px auto 0;
  color: rgba(230, 236, 245, 0.72);
  font-size: clamp(15px, 1.1vw, 18px);
  line-height: 1.65;
  font-weight: 500;
}

.cc-problem-stack {
  margin-top: 52px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.cc-problem-row {
  position: relative;
  padding: 28px 22px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow:
    0 10px 30px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
  overflow: hidden;
  transition:
    transform 0.45s cubic-bezier(.22,1,.36,1),
    border-color 0.4s ease,
    box-shadow 0.4s ease;
}

.cc-problem-row::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255,255,255,0.06),
    transparent
  );
  transform: translateX(-120%);
  transition: transform 0.8s cubic-bezier(.22,1,.36,1);
}

.cc-problem-row:hover::before {
  transform: translateX(120%);
}

.cc-problem-row:hover {
  transform: translateY(-6px);
  border-color: rgba(255,255,255,0.14);
  box-shadow:
    0 24px 60px rgba(0,0,0,0.4),
    0 0 0 1px rgba(255,255,255,0.03);
}

.cc-problem-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: rgba(255, 115, 92, 0.12);
  color: #ff846f;
  font-size: 11px;
  font-weight: 900;
}

.cc-problem-row h3 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(20px, 1.6vw, 26px);
  line-height: 1.12;
  font-weight: 850;
  letter-spacing: -0.04em;
}

.cc-problem-row p {
  margin: 12px auto 0;
  max-width: 260px;
  color: rgba(226, 235, 245, 0.68);
  font-size: 14.5px;
  line-height: 1.6;
  font-weight: 500;
}

.cc-problem-conclusion {
  margin: 44px auto 0;
  max-width: 620px;
  color: rgba(226, 235, 245, 0.72);
  font-size: clamp(16px, 1.4vw, 21px);
  line-height: 1.45;
  font-weight: 600;
}

.cc-problem-conclusion strong {
  display: block;
  margin-top: 4px;
  color: #ffffff;
  font-weight: 900;
  letter-spacing: -0.03em;
}

@media (max-width: 980px) {
  .cc-problem-stack {
    grid-template-columns: 1fr;
  }

  .cc-problem-row p {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .cc-problem-section {
    padding: 72px 20px;
  }

  .cc-problem-title {
    font-size: clamp(30px, 10vw, 42px);
  }

  .cc-problem-row {
    padding: 24px 20px;
    border-radius: 22px;
  }
}


/* ─── Services Section ─────────────────────────────────────── */

.cc-services-section {
  padding: clamp(64px, 7vw, 96px) clamp(20px, 5vw, 72px);
  font-family: "Satoshi", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #122435;
  background: transparent;
}

.cc-services-inner {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
}

.cc-services-header {
  max-width: 740px;
  margin: 0 auto;
  text-align: center;
}

.cc-services-kicker {
  margin-bottom: 14px;
  color: #236cff;
  font-size: 11px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.cc-services-title {
  max-width: 760px;
  margin: 0 auto;
  color: #122435;
  font-size: clamp(30px, 3.4vw, 48px);
  line-height: 1.03;
  font-weight: 850;
  letter-spacing: -0.045em;
}

.cc-services-text {
  max-width: 620px;
  margin: 18px auto 0;
  color: rgba(18, 36, 53, 0.66);
  font-size: clamp(15px, 1.05vw, 17px);
  line-height: 1.6;
  font-weight: 500;
}

.cc-services-bento {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
  margin-top: clamp(36px, 4.6vw, 56px);
}

.cc-service-card {
  position: relative;
  min-height: 230px;
  padding: 24px;
  border: 1px solid rgba(18, 36, 53, 0.10);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 48px rgba(18, 36, 53, 0.05);
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition:
    transform 0.35s cubic-bezier(.22, 1, .36, 1),
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

.cc-card-large {
  grid-column: span 6;
  min-height: 250px;
}

.cc-card-small {
  grid-column: span 4;
  min-height: 235px;
}

.cc-card-wide {
  grid-column: span 12;
  min-height: 210px;
  flex-direction: row;
  align-items: center;
  gap: 28px;
}

.cc-card-wide .cc-service-content {
  margin-top: 0;
  flex: 1;
}

.cc-card-wide h3 {
  max-width: 560px;
}

.cc-card-wide p {
  max-width: 640px;
}

.cc-service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 92% 88%, rgba(35, 108, 255, 0.08), transparent 26%),
    linear-gradient(180deg, rgba(35, 108, 255, 0.035), transparent 46%);
  opacity: 0;
  transition: opacity 0.35s ease;
}

.cc-service-card::after {
  content: "";
  position: absolute;
  right: -58px;
  bottom: -58px;
  width: 138px;
  height: 138px;
  border-radius: 999px;
  border: 1px solid rgba(35, 108, 255, 0.12);
  background: rgba(35, 108, 255, 0.03);
  pointer-events: none;
}

.cc-service-card:hover {
  transform: translateY(-5px);
  border-color: rgba(35, 108, 255, 0.22);
  box-shadow: 0 26px 64px rgba(18, 36, 53, 0.09);
}

.cc-service-card:hover::before {
  opacity: 1;
}

.cc-service-icon-img {
  position: relative;
  z-index: 1;
  width: 58px;
  height: 58px;
  object-fit: contain;
  display: block;
  border-radius: 16px;
  flex: 0 0 auto;
}

.cc-service-content {
  position: relative;
  z-index: 1;
  margin-top: 26px;
}

.cc-service-card h3 {
  max-width: 420px;
  margin: 0;
  color: #122435;
  font-size: clamp(21px, 1.65vw, 27px);
  line-height: 1.08;
  font-weight: 850;
  letter-spacing: -0.04em;
}

.cc-card-small h3 {
  font-size: clamp(20px, 1.45vw, 24px);
}

.cc-service-card p {
  max-width: 390px;
  margin: 11px 0 0;
  color: rgba(34, 71, 102, 0.74);
  font-size: 14.5px;
  line-height: 1.5;
  font-weight: 550;
}

.cc-service-card span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  color: #236cff;
  font-size: 13.5px;
  line-height: 1;
  font-weight: 850;
}

.cc-service-card span::after {
  content: "→";
  transition: transform 0.25s ease;
}

.cc-service-card:hover span::after {
  transform: translateX(4px);
}

@media (max-width: 1080px) {
  .cc-services-bento {
    grid-template-columns: repeat(2, 1fr);
  }

  .cc-card-large,
  .cc-card-small,
  .cc-card-wide {
    grid-column: span 1;
    min-height: 240px;
  }

  .cc-card-wide {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }

  .cc-card-wide .cc-service-content {
    margin-top: 26px;
  }
}

@media (max-width: 680px) {
  .cc-services-section {
    padding: 64px 20px;
  }

  .cc-services-title {
    font-size: clamp(30px, 8.4vw, 40px);
  }

  .cc-services-text {
    font-size: 15.5px;
  }

  .cc-services-bento {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 34px;
  }

  .cc-service-card {
    grid-column: span 1;
    min-height: 220px;
    padding: 22px;
    border-radius: 22px;
  }

  .cc-service-card h3 {
    font-size: 22px;
  }

  .cc-service-card p {
    font-size: 14.5px;
  }

  .cc-service-icon-img {
    width: 54px;
    height: 54px;
  }
}

/* ─── Offres / Pricing Section ──────────────────────────────── */

.cc-pricing-home,
.cc-pricing-home * {
  box-sizing: border-box;
}

.cc-pricing-home {
  position: relative;
  width: 100%;
  padding: clamp(64px, 8vh, 92px) 32px;
  color: #ffffff;
  overflow: hidden;
  background:
    linear-gradient(rgba(4, 12, 31, 0.9), rgba(4, 12, 31, 0.94)),
    url("https://test.callcorico.fr/wp-content/uploads/2026/05/ChatGPT-Image-17-mai-2026-20_08_34.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.cc-pricing-inner {
  position: relative;
  z-index: 1;
  width: min(1220px, 100%);
  margin: 0 auto;
}

.cc-pricing-head {
  max-width: 760px;
  margin: 0 auto 48px;
  text-align: center;
}

.cc-pricing-kicker {
  display: inline-block;
  margin-bottom: 16px;
  color: #6f95ff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.cc-pricing-head h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(38px, 4.8vw, 68px);
  line-height: 0.95;
  letter-spacing: -0.06em;
  font-weight: 900;
}

.cc-pricing-head p {
  max-width: 650px;
  margin: 22px auto 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 17px;
  line-height: 1.65;
  font-weight: 500;
}

/* Grid */
.cc-pricing-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  justify-content: center;
}

/* Single card — wider showcase layout */
.cc-pricing-stage {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  padding-inline: clamp(148px, 15vw, 196px);
}

.cc-pricing-grid--solo {
  position: relative;
  z-index: 2;
}

.cc-pricing-grid > :only-child,
.cc-pricing-grid--solo > :only-child {
  max-width: none;
  width: 100%;
  margin: 0;
}

/* Card base */
.cc-plan-card {
  position: relative;
  padding: 36px 32px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
  display: flex;
  flex-direction: column;
  transition:
    transform 0.36s cubic-bezier(.22, 1, .36, 1),
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

/* Hover */
.cc-plan-card:hover {
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow:
    0 32px 90px rgba(0, 0, 0, 0.26),
    0 0 0 1px rgba(111, 149, 255, 0.18);
}

/* Featured card */
.cc-plan-featured {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(111, 149, 255, 0.45);
}

/* Solo plan — wide layout with decorative layers */
.cc-plan-solo {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(28px, 4vw, 48px);
  padding: clamp(36px, 4vw, 52px);
  overflow: hidden;
  isolation: isolate;
  animation: ccPlanSoloPulse 5s ease-in-out infinite;
}

.cc-plan-solo::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 30px;
  padding: 2px;
  background: linear-gradient(
    120deg,
    transparent 0%,
    rgba(111, 149, 255, 0.55) 28%,
    transparent 52%,
    rgba(239, 51, 64, 0.35) 74%,
    transparent 100%
  );
  background-size: 220% 220%;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  animation: ccPlanBorderShift 9s linear infinite;
}

.cc-plan-solo::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at 12% 18%, rgba(111, 149, 255, 0.16), transparent 42%),
    radial-gradient(circle at 88% 82%, rgba(239, 51, 64, 0.1), transparent 38%);
  pointer-events: none;
  z-index: -1;
}

.cc-plan-watermark {
  position: absolute;
  right: -4%;
  bottom: -18%;
  font-size: clamp(120px, 18vw, 220px);
  font-weight: 900;
  letter-spacing: -0.08em;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(111, 149, 255, 0.09);
  user-select: none;
  pointer-events: none;
  animation: ccPlanWatermarkDrift 16s ease-in-out infinite alternate;
}

.cc-plan-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(520px, 80%);
  height: min(320px, 60%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(111, 149, 255, 0.14), transparent 68%);
  filter: blur(28px);
  pointer-events: none;
  animation: ccPlanGlowPulse 6s ease-in-out infinite alternate;
}

.cc-plan-main,
.cc-plan-side {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
}

.cc-plan-side {
  justify-content: center;
  padding-left: clamp(0px, 2vw, 24px);
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.cc-plan-solo h3 {
  font-size: clamp(30px, 3.2vw, 42px);
}

.cc-plan-solo .cc-plan-desc {
  max-width: 38ch;
  margin-bottom: 0;
}

.cc-plan-solo ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 20px;
  margin-bottom: 28px;
}

/* Section decorations */
.cc-pricing-deco {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.cc-pricing-grid-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.022) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(ellipse at 50% 42%, #000 0%, transparent 74%);
  opacity: 0.5;
}

.cc-pricing-watermark {
  position: absolute;
  left: 50%;
  top: 54%;
  transform: translate(-50%, -50%) rotate(-2deg);
  font-size: clamp(88px, 16vw, 220px);
  font-weight: 900;
  letter-spacing: -0.07em;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(111, 149, 255, 0.07);
  white-space: nowrap;
  user-select: none;
  animation: ccPricingWatermarkDrift 20s ease-in-out infinite alternate;
}

.cc-pricing-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(72px);
}

.cc-pricing-blob--a {
  width: clamp(260px, 34vw, 480px);
  height: clamp(260px, 34vw, 480px);
  top: -12%;
  right: -6%;
  background: radial-gradient(circle, rgba(111, 149, 255, 0.55) 0%, transparent 68%);
  opacity: 0.22;
  animation: ccPricingBlobA 24s ease-in-out infinite alternate;
}

.cc-pricing-blob--b {
  width: clamp(220px, 28vw, 400px);
  height: clamp(220px, 28vw, 400px);
  bottom: -10%;
  left: -5%;
  background: radial-gradient(circle, rgba(239, 51, 64, 0.5) 0%, transparent 68%);
  opacity: 0.14;
  animation: ccPricingBlobB 30s ease-in-out infinite alternate;
}

.cc-pricing-ring {
  position: absolute;
  left: 50%;
  top: 52%;
  border-radius: 50%;
  border: 1px solid rgba(111, 149, 255, 0.1);
}

.cc-pricing-ring--outer {
  width: clamp(520px, 78vw, 980px);
  height: clamp(520px, 78vw, 980px);
  transform: translate(-50%, -50%);
  animation: ccPricingOrbit 42s linear infinite;
  border-color: rgba(111, 149, 255, 0.06);
}

.cc-pricing-ring--inner {
  width: clamp(340px, 52vw, 640px);
  height: clamp(340px, 52vw, 640px);
  transform: translate(-50%, -50%);
  animation: ccPricingOrbit 28s linear infinite reverse;
  border-color: rgba(255, 255, 255, 0.05);
}

.cc-pricing-float {
  position: absolute;
  z-index: 3;
  padding: 12px 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.18);
  display: flex;
  flex-direction: column;
  gap: 4px;
  animation: ccPricingFloat 7s ease-in-out infinite alternate;
}

.cc-pricing-float span {
  color: rgba(255, 255, 255, 0.55);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.cc-pricing-float strong {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.cc-pricing-float--left {
  left: 0;
  top: 20%;
  animation-delay: -2s;
}

.cc-pricing-float--right {
  right: 0;
  bottom: 14%;
  animation-delay: -4s;
}

@keyframes ccPlanSoloPulse {
  0%, 100% { box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18), 0 0 0 1px rgba(111, 149, 255, 0.12); }
  50% { box-shadow: 0 32px 90px rgba(0, 0, 0, 0.24), 0 0 0 1px rgba(111, 149, 255, 0.22); }
}

@keyframes ccPlanBorderShift {
  0% { background-position: 0% 50%; }
  100% { background-position: 200% 50%; }
}

@keyframes ccPlanWatermarkDrift {
  from { transform: translate(0, 0) rotate(-4deg); }
  to { transform: translate(-12px, -16px) rotate(-1deg); }
}

@keyframes ccPlanGlowPulse {
  from { opacity: 0.55; transform: translate(-50%, -50%) scale(0.96); }
  to { opacity: 1; transform: translate(-50%, -50%) scale(1.06); }
}

@keyframes ccPricingWatermarkDrift {
  from { transform: translate(-50%, -50%) rotate(-2deg); }
  to { transform: translate(-50%, -54%) rotate(-0.5deg); }
}

@keyframes ccPricingBlobA {
  from { transform: translate(0, 0) scale(1); }
  to { transform: translate(-36px, 28px) scale(1.08); }
}

@keyframes ccPricingBlobB {
  from { transform: translate(0, 0) scale(1); }
  to { transform: translate(28px, -24px) scale(1.06); }
}

@keyframes ccPricingOrbit {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes ccPricingFloat {
  from { transform: translateY(0); }
  to { transform: translateY(-10px); }
}

/* Top row */
.cc-plan-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 26px;
}

.cc-plan-name {
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.cc-plan-tag {
  min-height: 28px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: rgba(111, 149, 255, 0.16);
  color: #aebfff;
  border: 1px solid rgba(111, 149, 255, 0.3);
  font-size: 12px;
  font-weight: 800;
}

.cc-plan-card h3 {
  margin: 0 0 24px;
  color: #ffffff;
  font-size: 30px;
  line-height: 1.1;
  letter-spacing: -0.04em;
  font-weight: 900;
}

/* Price */
.cc-price {
  margin-bottom: 20px;
}

.cc-price span {
  display: block;
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 13px;
  font-weight: 700;
}

.cc-price strong {
  color: #ffffff;
  font-size: 46px;
  line-height: 1;
  letter-spacing: -0.04em;
  font-weight: 900;
}

.cc-price small {
  margin-left: 4px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 14px;
  font-weight: 700;
}

/* Desc */
.cc-plan-desc {
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
  line-height: 1.6;
  font-weight: 500;
}

/* Feature list */
.cc-plan-card ul {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 0 0 32px;
  padding: 0;
  list-style: none;
}

.cc-plan-card li {
  position: relative;
  padding-left: 22px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 1.4;
  font-weight: 650;
}

.cc-plan-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #6f95ff;
}

/* CTA buttons */
.cc-plan-btn {
  margin-top: auto;
  min-height: 52px;
  padding: 14px 24px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.13);
  font-size: 14px;
  font-weight: 900;
  transition:
    transform 0.28s cubic-bezier(.22, 1, .36, 1),
    background 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.cc-plan-btn:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.26);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.cc-plan-btn-primary {
  background: #ffffff;
  color: #08152d;
  border-color: #ffffff;
  box-shadow: 0 4px 24px rgba(255, 255, 255, 0.15);
}

.cc-plan-btn-primary:hover {
  background: #f3f6ff;
  border-color: #f3f6ff;
  box-shadow: 0 10px 36px rgba(255, 255, 255, 0.22);
}

/* Note */
.cc-pricing-note {
  max-width: 760px;
  margin: 28px auto 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.52);
  font-size: 13px;
  line-height: 1.55;
  font-weight: 500;
}

@media (max-width: 1024px) {
  .cc-pricing-home {
    padding: 84px 24px;
  }

  .cc-pricing-stage {
    max-width: 100%;
    padding-inline: clamp(112px, 13vw, 148px);
  }

  .cc-pricing-float--left {
    left: 0;
    top: 12%;
  }

  .cc-pricing-float--right {
    right: 0;
    bottom: 10%;
  }
}

@media (max-width: 767px) {
  .cc-pricing-stage {
    padding-inline: 0;
  }

  .cc-pricing-float {
    display: none;
  }
}

@media (max-width: 520px) {
  .cc-pricing-home {
    padding: 72px 18px;
  }

  .cc-pricing-head {
    text-align: left;
    margin-bottom: 34px;
  }

  .cc-pricing-head h2 {
    font-size: 40px;
  }

  .cc-pricing-head p {
    font-size: 16px;
  }

  .cc-plan-card {
    padding: 28px 24px;
    border-radius: 24px;
  }

  .cc-plan-solo {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 28px 24px;
  }

  .cc-plan-side {
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 24px;
  }

  .cc-plan-solo ul {
    grid-template-columns: 1fr;
  }

  .cc-plan-watermark {
    font-size: 100px;
    right: -8%;
    bottom: -8%;
  }

  .cc-price strong {
    font-size: 40px;
  }
}

/* ─── Action Section ────────────────────────────────────────── */

.cc-promise-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(72px, 8vw, 120px) clamp(20px, 5vw, 72px);
  font-family: "Satoshi", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #122435;
  background: transparent;
  overflow: hidden;
}

.cc-promise-inner {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  text-align: center;
}

.cc-promise-kicker {
  margin-bottom: 18px;
  color: #236cff;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.cc-promise-title {
  max-width: 820px;
  margin: 0 auto;
  color: #122435;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.04;
  font-weight: 850;
  letter-spacing: -0.045em;
}

.cc-promise-text {
  max-width: 760px;
  margin: 24px auto 0;
  color: rgba(18, 36, 53, 0.68);
  font-size: clamp(16px, 1.25vw, 19px);
  line-height: 1.65;
  font-weight: 500;
}

.cc-promise-badges {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.cc-promise-badges span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid rgba(35, 108, 255, 0.18);
  border-radius: 999px;
  background: rgba(35, 108, 255, 0.055);
  color: #164fbd;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
}

.cc-promise-flow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: clamp(38px, 5vw, 62px) auto 0;
  color: rgba(18, 36, 53, 0.48);
  font-size: 13px;
  line-height: 1;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cc-promise-flow i {
  display: block;
  width: 52px;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(35, 108, 255, 0.12),
    rgba(35, 108, 255, 0.46),
    rgba(35, 108, 255, 0.12)
  );
}

.cc-promise-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.cc-promise-card {
  position: relative;
  min-height: 270px;
  padding: 32px 28px 30px;
  border: 1px solid rgba(18, 36, 53, 0.11);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 20px 56px rgba(18, 36, 53, 0.06);
  text-align: center;
  overflow: hidden;
  transform: translateY(16px);
  opacity: 0;
  animation: ccPromiseReveal 0.8s cubic-bezier(.22, 1, .36, 1) forwards;
}

.cc-promise-card:nth-child(2) {
  animation-delay: 0.12s;
}

.cc-promise-card:nth-child(3) {
  animation-delay: 0.24s;
}

.cc-promise-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(35, 108, 255, 0.08),
    transparent 42%
  );
  opacity: 0;
  transition: opacity 0.35s ease;
}

.cc-promise-card:hover {
  transform: translateY(-6px);
  border-color: rgba(35, 108, 255, 0.24);
  box-shadow: 0 30px 76px rgba(18, 36, 53, 0.10);
}

.cc-promise-card:hover::before {
  opacity: 1;
}

.cc-promise-image {
  width: 72px;
  height: 72px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cc-promise-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.cc-promise-card h3 {
  position: relative;
  max-width: 290px;
  margin: 0 auto;
  color: #122435;
  font-size: clamp(21px, 1.75vw, 28px);
  line-height: 1.12;
  font-weight: 850;
  letter-spacing: -0.035em;
}

.cc-promise-card p {
  position: relative;
  max-width: 290px;
  margin: 16px auto 0;
  color: rgba(34, 71, 102, 0.76);
  font-size: 15.5px;
  line-height: 1.55;
  font-weight: 550;
}

@keyframes ccPromiseReveal {
  from {
    opacity: 0;
    transform: translateY(16px) scale(0.985);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .cc-promise-card {
    animation: none;
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 980px) {
  .cc-promise-section {
    min-height: auto;
    padding: 76px 20px;
  }

  .cc-promise-grid {
    grid-template-columns: 1fr;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
  }

  .cc-promise-card {
    min-height: auto;
  }
}

@media (max-width: 640px) {
  .cc-promise-title {
    font-size: clamp(32px, 9vw, 44px);
  }

  .cc-promise-text {
    font-size: 16px;
  }

  .cc-promise-flow {
    gap: 10px;
    font-size: 11px;
  }

  .cc-promise-flow i {
    width: 24px;
  }

  .cc-promise-card {
    padding: 28px 22px;
    border-radius: 24px;
  }
}

/* ─── Industries Section ────────────────────────────────────── */

.cc-industries-dark {
  --cc-bg: #030b18;
  --cc-card: rgba(255, 255, 255, 0.065);
  --cc-card-soft: rgba(255, 255, 255, 0.045);
  --cc-border: rgba(255, 255, 255, 0.11);
  --cc-border-blue: rgba(63, 120, 255, 0.28);
  --cc-white: #ffffff;
  --cc-text: rgba(255, 255, 255, 0.72);
  --cc-muted: rgba(255, 255, 255, 0.52);
  --cc-blue: #3f78ff;
  --cc-red: #ef3340;

  width: 100%;
  padding: clamp(64px, 7vw, 92px) 24px;
  color: var(--cc-white);
  font-family: inherit;
  position: relative;
  overflow: hidden;
  border-radius: 40px;
  background:
    linear-gradient(180deg, rgba(3, 11, 24, 0.24), rgba(3, 11, 24, 0.62)),
    url("https://test.callcorico.fr/wp-content/uploads/2026/05/ChatGPT-Image-17-mai-2026-20_08_34.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.cc-industries-dark * {
  box-sizing: border-box;
}

.cc-industries-dark::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255,255,255,0.022) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(circle at 50% 20%, black, transparent 70%);
  opacity: 0.18;
  pointer-events: none;
}

.cc-industries-wrap {
  position: relative;
  z-index: 1;
  max-width: 1220px;
  margin: 0 auto;
}

.cc-industries-head {
  max-width: 860px;
  margin-bottom: clamp(34px, 4vw, 48px);
}

.cc-industries-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  color: var(--cc-blue);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.cc-industries-eyebrow::before {
  content: "";
  width: 30px;
  height: 1px;
  background: var(--cc-blue);
  opacity: 0.75;
}

.cc-industries-title {
  margin: 0;
  max-width: 780px;
  color: var(--cc-white);
  font-size: clamp(32px, 3.7vw, 52px);
  line-height: 1.02;
  letter-spacing: -0.045em;
  font-weight: 820;
}

.cc-industries-text {
  max-width: 720px;
  margin: 18px 0 0;
  color: var(--cc-text);
  font-size: clamp(15.5px, 1.1vw, 18px);
  line-height: 1.65;
  font-weight: 450;
}

.cc-industries-shell {
  padding: 14px;
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.075), rgba(255,255,255,0.035));
  border: 1px solid var(--cc-border);
  box-shadow:
    0 30px 90px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255,255,255,0.09);
  backdrop-filter: blur(20px);
}

.cc-industries-nav {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  margin-bottom: 14px;
}

.cc-industry-tab {
  position: relative;
  min-height: 82px;
  padding: 14px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 22px;
  background: rgba(255,255,255,0.04);
  color: var(--cc-white);
  cursor: pointer;
  text-align: left;
  transition:
    transform 0.28s ease,
    background 0.28s ease,
    border-color 0.28s ease;
}

.cc-industry-tab:hover {
  transform: translateY(-2px);
  background: rgba(255,255,255,0.065);
  border-color: rgba(255,255,255,0.14);
}

.cc-industry-tab.is-active {
  background:
    radial-gradient(circle at 92% 10%, rgba(63, 120, 255, 0.28), transparent 38%),
    linear-gradient(135deg, rgba(63, 120, 255, 0.20), rgba(255,255,255,0.075));
  border-color: var(--cc-border-blue);
  box-shadow:
    0 18px 42px rgba(0,0,0,0.22),
    inset 0 1px 0 rgba(255,255,255,0.13);
}

.cc-industry-index {
  display: block;
  margin-bottom: 9px;
  color: var(--cc-blue);
  font-size: 11px;
  line-height: 1;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.cc-industry-tab.is-active .cc-industry-index {
  color: var(--cc-white);
}

.cc-industry-label {
  display: block;
  color: var(--cc-white);
  font-size: 14px;
  line-height: 1.18;
  font-weight: 780;
  letter-spacing: -0.015em;
}

.cc-industry-small {
  display: block;
  margin-top: 5px;
  color: var(--cc-muted);
  font-size: 11.5px;
  line-height: 1.25;
  font-weight: 520;
}

.cc-industries-display {
  position: relative;
  min-height: 390px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 85% 0%, rgba(63, 120, 255, 0.18), transparent 34%),
    radial-gradient(circle at 5% 100%, rgba(239, 51, 64, 0.055), transparent 26%),
    linear-gradient(145deg, rgba(255,255,255,0.07), rgba(255,255,255,0.032));
  border: 1px solid rgba(255,255,255,0.095);
  overflow: hidden;
}

.cc-industry-panel {
  display: none;
  position: relative;
  z-index: 1;
  padding: clamp(26px, 3vw, 38px);
  height: 100%;
}

.cc-industry-panel.is-active {
  display: block;
  animation: ccPanelEnter 0.48s cubic-bezier(.2,.8,.2,1) both;
}

@keyframes ccPanelEnter {
  from {
    opacity: 0;
    transform: translateY(14px);
    filter: blur(5px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

.cc-panel-main {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(26px, 4vw, 54px);
  align-items: start;
}

.cc-panel-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 14px;
  color: var(--cc-blue);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.cc-panel-kicker::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--cc-red);
  box-shadow: 0 0 18px rgba(239, 51, 64, 0.55);
}

.cc-panel-title {
  margin: 0;
  color: var(--cc-white);
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.02;
  letter-spacing: -0.045em;
  font-weight: 820;
}

.cc-panel-intro {
  max-width: 520px;
  margin: 18px 0 0;
  color: var(--cc-text);
  font-size: 16px;
  line-height: 1.65;
  font-weight: 440;
}

.cc-panel-right {
  display: grid;
  gap: 14px;
}

.cc-panel-card {
  padding: 22px;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.075), rgba(255,255,255,0.042));
  border: 1px solid rgba(255,255,255,0.09);
  box-shadow:
    0 16px 44px rgba(0,0,0,0.16),
    inset 0 1px 0 rgba(255,255,255,0.08);
}

.cc-panel-card.accent {
  background:
    radial-gradient(circle at 88% 12%, rgba(63, 120, 255, 0.20), transparent 34%),
    linear-gradient(145deg, rgba(63,120,255,0.13), rgba(255,255,255,0.052));
  border-color: rgba(63, 120, 255, 0.20);
}

.cc-panel-card h4 {
  margin: 0 0 10px;
  color: var(--cc-white);
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.025em;
  font-weight: 800;
}

.cc-panel-card p {
  margin: 0;
  color: var(--cc-text);
  font-size: 14.5px;
  line-height: 1.6;
  font-weight: 430;
}

.cc-panel-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,0.09);
}

.cc-panel-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.cc-panel-tag {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(63, 120, 255, 0.12);
  color: rgba(255,255,255,0.82);
  font-size: 11.5px;
  font-weight: 720;
  border: 1px solid rgba(63, 120, 255, 0.18);
  white-space: nowrap;
}

.cc-panel-tag::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: var(--cc-blue);
}

.cc-panel-link {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--cc-white);
  font-size: 13.5px;
  font-weight: 820;
  text-decoration: none;
  transition: 0.25s ease;
}

.cc-panel-link span {
  color: var(--cc-blue);
}

.cc-panel-link:hover {
  transform: translateX(4px);
  color: var(--cc-blue);
}

@media (max-width: 1080px) {
  .cc-industries-nav {
    display: flex;
    overflow-x: auto;
    gap: 10px;
    padding-bottom: 2px;
  }

  .cc-industries-nav::-webkit-scrollbar {
    display: none;
  }

  .cc-industry-tab {
    min-width: 205px;
  }

  .cc-panel-main {
    grid-template-columns: 1fr;
  }

  .cc-industries-display {
    min-height: auto;
  }
}

@media (max-width: 680px) {
  .cc-industries-dark {
    padding: 64px 18px;
    border-radius: 28px;
  }

  .cc-industries-shell {
    padding: 10px;
    border-radius: 26px;
  }

  .cc-industry-tab {
    min-width: 190px;
    min-height: 76px;
    padding: 13px;
    border-radius: 18px;
  }

  .cc-industries-display {
    border-radius: 22px;
  }

  .cc-industry-panel {
    padding: 24px;
  }

  .cc-panel-title {
    font-size: clamp(28px, 8vw, 36px);
  }

  .cc-panel-intro {
    font-size: 15px;
  }

  .cc-panel-card {
    padding: 20px;
    border-radius: 20px;
  }

  .cc-panel-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* ─── Features / System Map ─────────────────────────────────── */

/* ─── Before / After ────────────────────────────────────────── */

/* ─── Process ────────────────────────────────────────────────── */

/* ─── Trust Strip ────────────────────────────────────────────── */

/* ─── CTA Band ───────────────────────────────────────────────── */

.cc-final-cta,
.cc-final-cta * {
  box-sizing: border-box;
}

.cc-final-cta {
  width: 100%;
  min-height: 82vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  overflow: hidden;
}

.cc-final-cta__panel {
  position: relative;
  width: min(1420px, 100%);
  min-height: 470px;
  padding: clamp(56px, 7vw, 92px) 32px;
  border-radius: 34px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    url("https://test.callcorico.fr/wp-content/uploads/2026/05/ChatGPT-Image-18-mai-2026-14_03_24.webp");
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 34px 90px rgba(0, 0, 0, 0.22);
}

.cc-final-cta__panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 52%, rgba(53, 102, 255, 0.18), transparent 34%),
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.045), transparent);
  pointer-events: none;
}

.cc-final-cta__panel::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 62%;
  height: 1px;
  transform: translate(-50%, -50%);
  background: linear-gradient(90deg, transparent, rgba(86, 130, 255, 0.8), transparent);
  filter: blur(1px);
  opacity: 0.75;
  pointer-events: none;
}

/* Ambient glows */
.cc-final-cta__glow {
  position: absolute;
  width: 480px;
  height: 480px;
  border-radius: 999px;
  pointer-events: none;
  filter: blur(90px);
  opacity: 0.28;
  animation: ccCtaGlowPulse 7s ease-in-out infinite alternate;
}

.cc-final-cta__glow--left {
  top: -100px;
  left: -80px;
  background: radial-gradient(circle, #3566ff, transparent 70%);
}

.cc-final-cta__glow--right {
  bottom: -80px;
  right: -60px;
  background: radial-gradient(circle, #ef3340, transparent 70%);
  animation-delay: -3.5s;
}

@keyframes ccCtaGlowPulse {
  from { transform: scale(1);    opacity: 0.22; }
  to   { transform: scale(1.18); opacity: 0.36; }
}

/* Content */
.cc-final-cta__content {
  position: relative;
  z-index: 2;
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

/* Badge */
.cc-final-cta__badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 34px;
  padding: 0 14px;
  margin-bottom: 24px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(14px);
  animation: ccFadeUp 0.8s ease forwards;
}

.cc-final-cta__badge span {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #ff4056;
  box-shadow: 0 0 18px rgba(255, 64, 86, 0.65);
  animation: ccDotPulse 2.2s ease-in-out infinite;
}

@keyframes ccDotPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(255, 64, 86, 0); }
  50%       { box-shadow: 0 0 0 6px rgba(255, 64, 86, 0.2); }
}

/* Title */
.cc-final-cta__title {
  margin: 0;
  color: #ffffff;
  font-size: clamp(44px, 6vw, 82px);
  line-height: 0.94;
  letter-spacing: -0.07em;
  font-weight: 900;
}

.cc-title-line {
  display: block;
  opacity: 0;
  transform: translateY(34px);
  animation: ccTitleReveal 0.9s cubic-bezier(.2, .8, .2, 1) forwards;
}

.cc-title-line:nth-child(1) { animation-delay: 0.12s; }
.cc-title-line:nth-child(2) { animation-delay: 0.24s; }
.cc-title-line:nth-child(3) { animation-delay: 0.36s; }

.cc-title-line--muted {
  color: rgba(255, 255, 255, 0.52);
}

/* Body text */
.cc-final-cta__text {
  max-width: 650px;
  margin: 26px auto 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 18px;
  line-height: 1.65;
  font-weight: 500;
  opacity: 0;
  transform: translateY(18px);
  animation: ccFadeUp 0.8s ease forwards;
  animation-delay: 0.54s;
}

/* Buttons */
.cc-final-cta__actions {
  margin-top: 34px;
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  opacity: 0;
  transform: translateY(18px);
  animation: ccFadeUp 0.8s ease forwards;
  animation-delay: 0.7s;
}

.cc-final-cta__btn {
  min-height: 54px;
  padding: 0 24px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 900;
  transition:
    transform 0.28s cubic-bezier(.22, 1, .36, 1),
    background 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.cc-final-cta__btn:hover {
  transform: translateY(-2px);
}

.cc-final-cta__btn--primary {
  background: #ffffff;
  color: #071327;
  border: 1px solid #ffffff;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
}

.cc-final-cta__btn--primary:hover {
  background: #f3f6ff;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.3);
}

.cc-final-cta__btn--primary span {
  color: #245dff;
  font-size: 18px;
  transition: transform 0.25s ease;
}

.cc-final-cta__btn--primary:hover span {
  transform: translateX(4px);
}

.cc-final-cta__btn--ghost {
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.cc-final-cta__btn--ghost:hover {
  background: rgba(255, 255, 255, 0.11);
  border-color: rgba(255, 255, 255, 0.22);
}

/* Animations */
@keyframes ccTitleReveal {
  from {
    opacity: 0;
    transform: translateY(34px);
    filter: blur(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

@keyframes ccFadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
    filter: blur(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  .cc-final-cta__badge,
  .cc-final-cta__text,
  .cc-final-cta__actions,
  .cc-title-line {
    opacity: 1;
    transform: none;
    animation: none;
    filter: none;
  }

  .cc-final-cta__glow,
  .cc-final-cta__badge span {
    animation: none;
  }
}

@media (max-width: 768px) {
  .cc-final-cta {
    min-height: auto;
    padding: 54px 18px;
  }

  .cc-final-cta__panel {
    min-height: auto;
    padding: 58px 22px;
    border-radius: 28px;
  }

  .cc-final-cta__title {
    font-size: 42px;
    line-height: 1;
  }

  .cc-final-cta__text {
    font-size: 16px;
  }

  .cc-final-cta__actions {
    flex-direction: column;
  }

  .cc-final-cta__btn {
    width: 100%;
  }

  .cc-final-cta__glow {
    opacity: 0.2;
  }
}

/* Home refresh: section rhythm, hero parity and full-width closing CTA */

.anv-page--home {
  --cc-home-bg: #f4f6f8;
  --cc-home-ink: #102033;
  --cc-home-muted: rgba(16, 32, 51, 0.68);
  --cc-home-blue: #245dff;
  --cc-home-red: #ef3340;
  --cc-home-navy: #071327;
  --cc-home-section-x: clamp(20px, 4vw, 56px);
  background: var(--cc-home-bg);
  color: var(--cc-home-ink);
}

.anv-page--home > section {
  margin: 0;
}

html.anv-js .cc-home-reveal {
  opacity: 0;
  transform: translateY(24px);
  filter: blur(8px);
  transition:
    opacity 720ms cubic-bezier(.22, 1, .36, 1),
    transform 720ms cubic-bezier(.22, 1, .36, 1),
    filter 720ms cubic-bezier(.22, 1, .36, 1);
}

html.anv-js .cc-home-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.ccx-hero-split {
  position: relative;
  min-height: min(930px, 100svh);
  padding: calc(var(--nav-height, 92px) + 56px) var(--cc-home-section-x) 84px;
  color: #ffffff;
  background:
    linear-gradient(115deg, rgba(7, 19, 39, 0.99) 0%, rgba(9, 26, 54, 0.97) 48%, rgba(20, 38, 69, 0.98) 100%),
    #071327;
  isolation: isolate;
}

.ccx-hero-split::before,
.ccx-hero-split::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.ccx-hero-split::before {
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 76px 76px;
  mask-image: linear-gradient(180deg, #000 0%, rgba(0,0,0,0.78) 66%, transparent 100%);
  opacity: 0.58;
}

.ccx-hero-split::after {
  left: 0;
  right: 0;
  bottom: -1px;
  z-index: -1;
  height: 96px;
  background: linear-gradient(180deg, transparent, var(--cc-home-bg));
}

.ccx-hero-grid {
  max-width: 1400px;
  min-height: calc(min(930px, 100svh) - var(--nav-height, 92px) - 140px);
  grid-template-columns: minmax(0, 0.92fr) minmax(440px, 1.08fr);
  gap: clamp(34px, 5vw, 76px);
}

.ccx-hero-content {
  max-width: 720px;
}

.ccx-hero-badge {
  min-height: 34px;
  margin-bottom: 24px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  color: rgba(255, 255, 255, 0.78);
  letter-spacing: 0.09em;
}

.ccx-hero-badge span {
  background: var(--cc-home-red);
  box-shadow: 0 0 18px rgba(239, 51, 64, 0.58);
}

.ccx-hero-content h1,
.ccx-hero-content-title {
  max-width: 760px;
  color: #ffffff;
  font-size: clamp(48px, 5.7vw, 86px);
  line-height: 0.95;
  letter-spacing: -0.055em;
}

.ccx-hero-content p,
.ccx-hero-content-subtitle {
  max-width: 680px;
  margin-top: 26px;
  color: rgba(234, 240, 249, 0.76);
  font-size: clamp(17px, 1.25vw, 21px);
  line-height: 1.68;
}

.ccx-hero-actions {
  margin-top: 36px;
}

.ccx-btn {
  min-height: 54px;
  border-radius: 999px;
}

.ccx-btn-primary {
  background: #ffffff;
  color: #071327;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
}

.ccx-btn-primary:hover {
  background: #f2f5ff;
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.3);
}

.ccx-btn-secondary {
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.ccx-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.12);
}

.ccx-hero-proof {
  margin-top: 48px;
}

.ccx-hero-proof span {
  color: rgba(255, 255, 255, 0.46);
}

.ccx-proof-row div {
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.78);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: none;
}

.ccx-dashboard-card {
  padding: clamp(9px, 1vw, 14px);
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255,255,255,0.18), rgba(255,255,255,0.075));
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow:
    0 36px 110px rgba(0, 0, 0, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(18px);
}

.ccx-dashboard-card::before {
  inset: -1px;
  border-radius: inherit;
  background:
    linear-gradient(135deg, rgba(36, 93, 255, 0.28), transparent 32%),
    linear-gradient(315deg, rgba(239, 51, 64, 0.18), transparent 30%);
  filter: none;
  opacity: 1;
}

.ccx-dashboard-card-inner {
  border-radius: 22px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.ccx-dashboard-card img,
.ccx-dashboard-card-img {
  aspect-ratio: 16 / 11;
  height: auto;
  border-radius: 22px;
}

.ccx-floating-chip {
  color: #102033;
}

.ccx-floating-chip strong {
  color: var(--cc-home-blue);
}

.cc-problem-section,
.cc-industries-dark,
.cc-pricing-home {
  border-radius: 0;
  padding: clamp(88px, 8vw, 124px) var(--cc-home-section-x);
}

.cc-problem-inner,
.cc-industries-wrap,
.cc-pricing-inner,
.cc-services-inner,
.cc-promise-inner {
  width: min(1220px, 100%);
}

.cc-problem-section {
  background:
    linear-gradient(180deg, rgba(7, 19, 39, 0.88), rgba(7, 19, 39, 0.96)),
    url('https://test.callcorico.fr/wp-content/uploads/2026/05/ChatGPT-Image-17-mai-2026-20_08_34.webp');
  background-size: cover;
  background-position: center;
}

.cc-problem-stack,
.cc-services-bento,
.cc-promise-grid,
.cc-pricing-grid {
  gap: 20px;
}

.cc-problem-row,
.cc-service-card,
.cc-promise-card,
.cc-plan-card,
.cc-panel-card {
  transition:
    transform 360ms cubic-bezier(.22, 1, .36, 1),
    border-color 360ms ease,
    box-shadow 360ms ease,
    background 360ms ease;
}

.cc-services-section {
  position: relative;
  padding: clamp(88px, 8vw, 128px) var(--cc-home-section-x);
  background:
    linear-gradient(180deg, #f4f6f8 0%, #ffffff 46%, #f4f6f8 100%);
  overflow: hidden;
}

.cc-services-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(16,32,51,0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(16,32,51,0.035) 1px, transparent 1px);
  background-size: 84px 84px;
  mask-image: radial-gradient(circle at 50% 10%, #000, transparent 68%);
  opacity: 0.36;
}

.cc-services-inner,
.cc-services-header,
.cc-services-bento {
  position: relative;
  z-index: 1;
}

.cc-service-card,
.cc-promise-card {
  background: rgba(255, 255, 255, 0.82);
  border-color: rgba(16, 32, 51, 0.095);
  box-shadow: 0 20px 70px rgba(16, 32, 51, 0.075);
}

.cc-service-card:hover,
.cc-promise-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 32px 88px rgba(16, 32, 51, 0.13);
}

.cc-promise-section {
  min-height: auto;
  position: relative;
  padding: clamp(90px, 8vw, 130px) var(--cc-home-section-x);
  background: #ffffff;
}

.cc-promise-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(120deg, rgba(36, 93, 255, 0.075), transparent 38%),
    linear-gradient(300deg, rgba(239, 51, 64, 0.055), transparent 34%);
}

.cc-promise-inner {
  position: relative;
  z-index: 1;
}

.cc-industries-dark {
  background:
    linear-gradient(180deg, rgba(3, 11, 24, 0.86), rgba(3, 11, 24, 0.94)),
    url("https://test.callcorico.fr/wp-content/uploads/2026/05/ChatGPT-Image-17-mai-2026-20_08_34.webp");
  background-size: cover;
  background-position: center;
}

.cc-industries-shell {
  border-radius: 28px;
}

.cc-industries-display {
  min-height: 360px;
}

.cc-pricing-home {
  min-height: auto;
  align-items: stretch;
  background:
    linear-gradient(180deg, rgba(7, 19, 39, 0.94), rgba(7, 19, 39, 0.98)),
    url("https://test.callcorico.fr/wp-content/uploads/2026/05/ChatGPT-Image-17-mai-2026-20_08_34.webp");
  background-size: cover;
  background-position: center;
}

.cc-plan-featured:not(.cc-plan-solo) {
  transform: translateY(-8px);
}

.cc-final-cta {
  position: relative;
  min-height: auto;
  padding: clamp(98px, 9vw, 148px) var(--cc-home-section-x);
  color: #ffffff;
  background:
    linear-gradient(180deg, rgba(7, 19, 39, 0.78), rgba(7, 19, 39, 0.9)),
    url("https://test.callcorico.fr/wp-content/uploads/2026/05/ChatGPT-Image-18-mai-2026-14_03_24.webp");
  background-size: cover;
  background-position: center;
}

.cc-final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 78px 78px;
  mask-image: radial-gradient(circle at 50% 45%, #000, transparent 72%);
}

.cc-final-cta__panel {
  width: min(1120px, 100%);
  min-height: auto;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  overflow: visible;
}

.cc-final-cta__panel::before,
.cc-final-cta__panel::after {
  display: none;
}

.cc-final-cta__content {
  max-width: 920px;
}

.cc-final-cta__title {
  font-size: clamp(44px, 6vw, 88px);
}

.cc-final-cta__text {
  color: rgba(255, 255, 255, 0.76);
}

html.anv-js .cc-home-reveal.is-visible .cc-service-card,
html.anv-js .cc-home-reveal.is-visible .cc-problem-row,
html.anv-js .cc-home-reveal.is-visible .cc-promise-card,
html.anv-js .cc-home-reveal.is-visible .cc-plan-card,
html.anv-js .cc-home-reveal.is-visible .cc-industry-tab {
  animation: ccHomeItemLift 680ms cubic-bezier(.22, 1, .36, 1) both;
}

html.anv-js .cc-home-reveal.is-visible .cc-service-card:nth-child(2),
html.anv-js .cc-home-reveal.is-visible .cc-problem-row:nth-child(2),
html.anv-js .cc-home-reveal.is-visible .cc-promise-card:nth-child(2),
html.anv-js .cc-home-reveal.is-visible .cc-plan-card:nth-child(2),
html.anv-js .cc-home-reveal.is-visible .cc-industry-tab:nth-child(2) {
  animation-delay: 80ms;
}

html.anv-js .cc-home-reveal.is-visible .cc-service-card:nth-child(3),
html.anv-js .cc-home-reveal.is-visible .cc-problem-row:nth-child(3),
html.anv-js .cc-home-reveal.is-visible .cc-promise-card:nth-child(3),
html.anv-js .cc-home-reveal.is-visible .cc-plan-card:nth-child(3),
html.anv-js .cc-home-reveal.is-visible .cc-industry-tab:nth-child(3) {
  animation-delay: 160ms;
}

html.anv-js .cc-home-reveal.is-visible .cc-service-card:nth-child(4),
html.anv-js .cc-home-reveal.is-visible .cc-industry-tab:nth-child(4) {
  animation-delay: 240ms;
}

html.anv-js .cc-home-reveal.is-visible .cc-service-card:nth-child(5),
html.anv-js .cc-home-reveal.is-visible .cc-industry-tab:nth-child(5) {
  animation-delay: 320ms;
}

html.anv-js .cc-home-reveal.is-visible .cc-service-card:nth-child(6),
html.anv-js .cc-home-reveal.is-visible .cc-industry-tab:nth-child(6) {
  animation-delay: 400ms;
}

@keyframes ccHomeItemLift {
  from {
    opacity: 0;
    transform: translateY(18px);
    filter: blur(7px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

@media (max-width: 1180px) {
  .ccx-hero-split {
    min-height: auto;
  }

  .ccx-hero-grid {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .ccx-hero-content,
  .ccx-hero-visual {
    max-width: 880px;
    margin: 0 auto;
  }

  .ccx-hero-content {
    text-align: center;
  }

  .ccx-hero-actions,
  .ccx-proof-row {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .cc-problem-section,
  .cc-industries-dark,
  .cc-pricing-home,
  .cc-services-section,
  .cc-promise-section,
  .cc-final-cta {
    padding-block: 82px;
  }

  .cc-plan-featured:not(.cc-plan-solo) {
    transform: translateY(0);
  }
}

@media (max-width: 767px) {
  .ccx-hero-split {
    padding: calc(var(--nav-height, 76px) + 32px) 18px 68px;
  }

  .ccx-hero-content {
    text-align: left;
  }

  .ccx-hero-content h1,
  .ccx-hero-content-title {
    font-size: clamp(40px, 12vw, 56px);
    letter-spacing: -0.045em;
  }

  .ccx-hero-actions,
  .ccx-proof-row {
    justify-content: flex-start;
  }

  .ccx-dashboard-card {
    border-radius: 24px;
  }

  .ccx-dashboard-card-inner,
  .ccx-dashboard-card img,
  .ccx-dashboard-card-img {
    border-radius: 18px;
  }

  .cc-problem-section,
  .cc-industries-dark,
  .cc-pricing-home,
  .cc-services-section,
  .cc-promise-section,
  .cc-final-cta {
    padding: 70px 18px;
  }

  .cc-final-cta__title {
    font-size: clamp(40px, 12vw, 52px);
    line-height: 0.98;
  }
}

@media (prefers-reduced-motion: reduce) {
  html.anv-js .cc-home-reveal,
  html.anv-js .cc-home-reveal.is-visible .cc-service-card,
  html.anv-js .cc-home-reveal.is-visible .cc-problem-row,
  html.anv-js .cc-home-reveal.is-visible .cc-promise-card,
  html.anv-js .cc-home-reveal.is-visible .cc-plan-card,
  html.anv-js .cc-home-reveal.is-visible .cc-industry-tab {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
    animation: none;
  }

  .cc-plan-solo,
  .cc-plan-solo::before,
  .cc-plan-watermark,
  .cc-plan-glow,
  .cc-pricing-watermark,
  .cc-pricing-blob,
  .cc-pricing-ring,
  .cc-pricing-float {
    animation: none;
  }
}

/* Home refinement: viewport-fit hero and richer section motion */

.anv-page--home {
  scroll-behavior: smooth;
}

.cc-home-reveal {
  scroll-margin-top: calc(var(--nav-height, 92px) + 18px);
}

.ccx-hero-split {
  min-height: 100svh;
  padding-top: calc(var(--nav-height, 92px) + clamp(28px, 4vh, 42px));
  padding-bottom: clamp(34px, 5vh, 58px);
  display: flex;
  align-items: center;
}

body.admin-bar .ccx-hero-split {
  min-height: calc(100svh - 32px);
}

.ccx-hero-grid {
  min-height: auto;
  max-width: 1420px;
  grid-template-columns: minmax(0, 0.86fr) minmax(480px, 1.14fr);
  gap: clamp(26px, 4vw, 64px);
}

.ccx-hero-content {
  align-self: center;
  max-width: 660px;
}

.ccx-hero-badge {
  margin-bottom: clamp(14px, 2vh, 20px);
}

.ccx-hero-content h1,
.ccx-hero-content-title {
  font-size: clamp(42px, 4.85vw, 70px);
  line-height: 0.96;
  letter-spacing: -0.048em;
}

.ccx-hero-content p,
.ccx-hero-content-subtitle {
  max-width: 610px;
  margin-top: clamp(16px, 2.4vh, 22px);
  font-size: clamp(15.5px, 1.05vw, 18px);
  line-height: 1.58;
}

.ccx-hero-actions {
  margin-top: clamp(22px, 3.6vh, 32px);
}

.ccx-btn {
  min-height: 50px;
  padding-inline: 24px;
  font-size: 15px;
}

.ccx-hero-proof {
  margin-top: clamp(24px, 4vh, 38px);
}

.ccx-hero-proof span {
  margin-bottom: 12px;
  font-size: 11px;
}

.ccx-proof-row {
  gap: 8px;
}

.ccx-proof-row div {
  padding: 8px 12px;
  font-size: 12.5px;
}

.ccx-hero-visual {
  align-self: stretch;
  display: flex;
  align-items: center;
  min-height: 0;
}

.ccx-dashboard-card {
  width: 100%;
  height: min(650px, calc(100svh - var(--nav-height, 92px) - 96px));
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

body.admin-bar .ccx-dashboard-card {
  height: min(620px, calc(100svh - var(--nav-height, 92px) - 128px));
}

.ccx-dashboard-card::before {
  inset: auto -4% 4% 10%;
  width: 88%;
  height: 58%;
  border-radius: 999px;
  background:
    radial-gradient(circle at 42% 58%, rgba(36, 93, 255, 0.28), transparent 58%),
    radial-gradient(circle at 72% 44%, rgba(239, 51, 64, 0.16), transparent 62%);
  filter: blur(44px);
  opacity: 0.9;
}

.ccx-dashboard-card-inner {
  height: 100%;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}

.ccx-dashboard-card img,
.ccx-dashboard-card-img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  aspect-ratio: auto;
  border-radius: 0;
  object-fit: contain;
  object-position: right center;
  filter: drop-shadow(0 34px 62px rgba(0, 0, 0, 0.32));
  transform: translateX(clamp(8px, 2.4vw, 34px));
  transition: transform 700ms cubic-bezier(.22, 1, .36, 1), filter 700ms ease;
}

.ccx-hero-split.is-active .ccx-dashboard-card-img {
  transform: translateX(clamp(0px, 1.2vw, 18px)) scale(1.015);
  filter: drop-shadow(0 42px 78px rgba(0, 0, 0, 0.4));
}

.ccx-hero-content > * {
  animation: ccHeroCompactIn 720ms cubic-bezier(.22, 1, .36, 1) both;
}

.ccx-hero-content > *:nth-child(2) { animation-delay: 70ms; }
.ccx-hero-content > *:nth-child(3) { animation-delay: 140ms; }
.ccx-hero-content > *:nth-child(4) { animation-delay: 210ms; }
.ccx-hero-content > *:nth-child(5) { animation-delay: 280ms; }

@keyframes ccHeroCompactIn {
  from {
    opacity: 0;
    transform: translateY(18px);
    filter: blur(7px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

html.anv-js .cc-home-reveal {
  transition:
    opacity 760ms cubic-bezier(.22, 1, .36, 1),
    transform 760ms cubic-bezier(.22, 1, .36, 1),
    filter 760ms cubic-bezier(.22, 1, .36, 1),
    box-shadow 560ms ease;
}

html.anv-js .cc-home-reveal.is-active {
  transform: translateY(0) scale(1);
}

html[data-cc-scroll-dir="down"] .cc-home-reveal.is-visible:not(.is-active) {
  transition-duration: 520ms;
}

.cc-home-reveal.is-active .cc-services-title,
.cc-home-reveal.is-active .cc-problem-title,
.cc-home-reveal.is-active .cc-industries-title,
.cc-home-reveal.is-active .cc-promise-title,
.cc-home-reveal.is-active .cc-pricing-head h2,
.cc-home-reveal.is-active .cc-final-cta__title {
  text-wrap: balance;
}

.cc-service-card,
.cc-problem-row,
.cc-promise-card,
.cc-plan-card,
.cc-industry-tab,
.cc-panel-card {
  will-change: transform;
}

.cc-service-card:hover,
.cc-problem-row:hover,
.cc-promise-card:hover,
.cc-plan-card:hover,
.cc-industry-tab:hover,
.cc-panel-card:hover {
  transform: translateY(-8px) scale(1.012);
}

.cc-service-icon-img,
.cc-promise-image img,
.cc-problem-number,
.cc-plan-tag,
.cc-panel-tag,
.cc-industry-index {
  transition:
    transform 360ms cubic-bezier(.22, 1, .36, 1),
    box-shadow 360ms ease,
    color 360ms ease,
    background 360ms ease;
}

.cc-service-card:hover .cc-service-icon-img {
  transform: translateY(-3px) scale(1.1) rotate(-4deg);
}

.cc-promise-card:hover .cc-promise-image img {
  transform: translateY(-5px) scale(1.08);
}

.cc-problem-row:hover .cc-problem-number {
  transform: translateY(-4px) scale(1.08);
  box-shadow: 0 0 0 8px rgba(255, 115, 92, 0.12);
}

.cc-plan-card:hover .cc-plan-tag {
  transform: translateY(-2px);
}

.cc-industry-tab:hover .cc-industry-index {
  transform: translateX(4px);
}

.cc-panel-card:hover {
  background:
    radial-gradient(circle at 92% 8%, rgba(63, 120, 255, 0.18), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,0.095), rgba(255,255,255,0.048));
}

.cc-panel-link:hover span,
.cc-service-card:hover span::after,
.cc-final-cta__btn--primary:hover span {
  transform: translateX(5px);
}

.cc-home-reveal.is-active .cc-services-bento,
.cc-home-reveal.is-active .cc-problem-stack,
.cc-home-reveal.is-active .cc-promise-grid,
.cc-home-reveal.is-active .cc-pricing-grid,
.cc-home-reveal.is-active .cc-industries-shell {
  animation: ccSectionFocus 720ms cubic-bezier(.22, 1, .36, 1) both;
}

@keyframes ccSectionFocus {
  from {
    opacity: 0.82;
    transform: translateY(16px) scale(0.992);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 1180px) {
  .ccx-hero-split {
    min-height: auto;
    padding-top: calc(var(--nav-height, 92px) + 42px);
  }

  body.admin-bar .ccx-hero-split {
    min-height: auto;
  }

  .ccx-hero-content {
    max-width: 760px;
  }

  .ccx-dashboard-card,
  body.admin-bar .ccx-dashboard-card {
    height: min(520px, 58svh);
  }

  .ccx-dashboard-card img,
  .ccx-dashboard-card-img {
    object-position: center;
    transform: none;
  }
}

@media (max-width: 767px) {
  .ccx-hero-split {
    min-height: auto;
    padding-top: calc(var(--nav-height, 76px) + 28px);
    padding-bottom: 56px;
  }

  .ccx-hero-grid {
    gap: 34px;
  }

  .ccx-hero-badge {
    max-width: 100%;
    min-height: auto;
    padding-block: 9px;
    white-space: normal;
  }

  .ccx-hero-content h1,
  .ccx-hero-content-title {
    font-size: clamp(38px, 11vw, 50px);
  }

  .ccx-hero-proof {
    display: none;
  }

  .ccx-dashboard-card,
  body.admin-bar .ccx-dashboard-card {
    height: min(360px, 48svh);
  }

  .ccx-dashboard-card img,
  .ccx-dashboard-card-img {
    object-position: center;
  }

  .cc-service-card:hover,
  .cc-problem-row:hover,
  .cc-promise-card:hover,
  .cc-plan-card:hover,
  .cc-industry-tab:hover,
  .cc-panel-card:hover {
    transform: translateY(-4px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .ccx-hero-content > *,
  .cc-home-reveal.is-active .cc-services-bento,
  .cc-home-reveal.is-active .cc-problem-stack,
  .cc-home-reveal.is-active .cc-promise-grid,
  .cc-home-reveal.is-active .cc-pricing-grid,
  .cc-home-reveal.is-active .cc-industries-shell {
    animation: none;
  }

  .ccx-dashboard-card img,
  .ccx-dashboard-card-img {
    transform: none;
    transition: none;
  }
}
