/**
 * Renewal Colombia — folha de estilos autónoma para renewal-colombia.html.
 * Autocontida em master eua: Ivy via Adobe Fonts; Area em assets/fonts/area.
 */
@import url("https://use.typekit.net/lgf8ydy.css");

@font-face {
  font-family: "Area";
  src: url("assets/fonts/area/fonnts.com-Area_Normal_Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Area";
  src: url("assets/fonts/area/fonnts.com-Area_Normal_Regular_Italic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Area";
  src: url("assets/fonts/area/fonnts.com-Area_Normal_SemiBold.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Area";
  src: url("assets/fonts/area/fonnts.com-Area_Normal_SemiBold_Italic.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

:root {
  --renewal-blue: #0073ff;
  --renewal-blue-mid: #2b64f5;
  --renewal-blue-soft: #50a0ff;
  --renewal-green-accent: #4ade80;
  --renewal-text: #111827;
  --renewal-text-muted: #6b7280;
  --font-heading: "ivymode", "IvyMode", Georgia, "Times New Roman", serif;
  --font-sans: "Area", "DM Sans", system-ui, -apple-system, sans-serif;
  --layout-max: 1350px;
  --home-gutter: 0px;
  --btn-font-size: 15px;

  --h360-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --h360-r-sm: 0.75rem;
  --h360-r-md: 1rem;
  --h360-r-lg: 1.25rem;
  --h360-shadow: 0 4px 16px rgb(0 0 0 / 0.06);
  --h360-shadow-hover: 0 12px 40px rgb(0 115 255 / 0.08);

  --ds2-hero-overlay-a: rgb(238 246 255 / 0.85);
  --ds2-hero-overlay-b: rgb(255 255 255 / 0.6);
  --ds2-hero-overlay-c: rgb(0 115 255 / 0.04);
  --ds2-hero-overlay-d: rgb(240 249 255 / 0.7);
}

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

body {
  margin: 0;
  font-family: var(--font-sans);
  color: var(--renewal-text);
  background: #fff;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  font-family: var(--font-sans);
  font-size: var(--btn-font-size);
}

h1,
h2 {
  font-family: var(--font-heading) !important;
  font-weight: 300 !important;
  text-transform: capitalize;
}

h3 {
  font-family: var(--font-sans) !important;
  font-weight: 500 !important;
}

h4,
h5,
h6 {
  font-family: var(--font-sans) !important;
  font-weight: 400 !important;
}

h1 em,
h2 em {
  font-family: var(--font-heading) !important;
  font-weight: 300 !important;
  font-style: normal;
  color: var(--renewal-blue-mid);
}

em,
i {
  font-style: normal;
}

a {
  color: var(--renewal-blue-mid);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.skip-link {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.skip-link:focus {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 9999;
  padding: 0.75rem 1rem;
  background: #fff;
  color: #0f172a;
  border: 2px solid var(--renewal-blue);
  border-radius: 8px;
  clip: auto;
  width: auto;
  height: auto;
  overflow: visible;
  outline: none;
}

/* ─── Hero — keyframes espelhando design_system2.html (ds2-hero) ─── */
@keyframes h360-ds2-nebula-drift {
  0%,
  100% {
    transform: translate(0, 0) scale(1) rotate(0deg);
    opacity: 0.6;
  }
  25% {
    transform: translate(5%, -4%) scale(1.1) rotate(2deg);
    opacity: 0.75;
  }
  50% {
    transform: translate(-3%, 5%) scale(0.95) rotate(-1deg);
    opacity: 0.55;
  }
  75% {
    transform: translate(4%, 2%) scale(1.05) rotate(1deg);
    opacity: 0.7;
  }
}

@keyframes h360-ds2-morph-blob {
  0%,
  100% {
    border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
  }
  25% {
    border-radius: 60% 40% 30% 70% / 50% 60% 40% 50%;
  }
  50% {
    border-radius: 30% 70% 50% 50% / 60% 30% 70% 40%;
  }
  75% {
    border-radius: 50% 50% 40% 60% / 35% 55% 45% 65%;
  }
}

/* Igual a design_system2.html @keyframes ds2-text-glow */
@keyframes h360-ds2-text-glow {
  0%,
  100% {
    text-shadow:
      0 0 40px rgb(0 115 255 / 0.2),
      0 0 80px rgb(80 160 255 / 0.1);
  }
  50% {
    text-shadow:
      0 0 60px rgb(0 115 255 / 0.3),
      0 0 100px rgb(80 160 255 / 0.15);
  }
}

@keyframes h360-ds2-fade-up {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes h360-hero-headline-line-in {
  from {
    opacity: 0;
    transform: translateY(1.1rem);
    filter: blur(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

@keyframes h360-hero-line-glow-dark {
  0%,
  100% {
    text-shadow:
      0 0 28px rgb(0 115 255 / 0.38),
      0 2px 36px rgb(0 0 0 / 0.7),
      0 1px 2px rgb(255 255 255 / 0.22);
  }
  50% {
    text-shadow:
      0 0 44px rgb(80 160 255 / 0.45),
      0 2px 36px rgb(0 0 0 / 0.7),
      0 1px 2px rgb(255 255 255 / 0.28);
  }
}

@keyframes h360-hero-accent-flow {
  0%,
  100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

@keyframes h360-hero-accent-glow {
  0%,
  100% {
    filter: drop-shadow(0 0 16px rgb(0 115 255 / 0.55)) drop-shadow(0 0 36px rgb(80 160 255 / 0.28));
  }
  50% {
    filter: drop-shadow(0 0 26px rgb(0 115 255 / 0.85)) drop-shadow(0 0 52px rgb(100 180 255 / 0.4));
  }
}

@keyframes h360-hero-accent-text-pulse {
  0%,
  100% {
    text-shadow:
      0 0 40px rgb(0 115 255 / 0.55),
      0 0 85px rgb(80 160 255 / 0.28),
      0 2px 18px rgb(255 255 255 / 0.12);
  }
  50% {
    text-shadow:
      0 0 58px rgb(0 115 255 / 0.75),
      0 0 105px rgb(100 180 255 / 0.38),
      0 2px 18px rgb(255 255 255 / 0.18);
  }
}
@keyframes h360-cinematic-orbit {
  to {
    transform: rotate(360deg);
  }
}

@keyframes h360-cinematic-breathe {
  0%,
  100% {
    opacity: 0.075;
  }
  50% {
    opacity: 0.11;
  }
}

@keyframes h360-fusion-pulse {
  0%,
  100% {
    opacity: 0.75;
    box-shadow:
      0 0 18px rgb(0 115 255 / 0.35),
      0 0 42px rgb(0 115 255 / 0.14);
  }
  50% {
    opacity: 1;
    box-shadow:
      0 0 26px rgb(0 115 255 / 0.5),
      0 0 64px rgb(0 115 255 / 0.2);
  }
}
@keyframes h360-prog-nebula {
  0%,
  100% {
    transform: translate(0, 0) scale(1) rotate(0deg);
    opacity: 0.65;
  }
  50% {
    transform: translate(-2%, 3%) scale(1.05) rotate(-1deg);
    opacity: 0.78;
  }
}
.h360-page {
  margin: 0;
  color: var(--renewal-text);
  background: #fff;
  font-family: var(--font-sans);
  line-height: 1.6;
  overflow-x: hidden;
}

/* Conteúdo abaixo da dobra: menos trabalho de layout/pintura fora da viewport */
.h360-intro,
.h360-cta-stripe,
.h360-palestrantes,
.h360-programacao,
.h360-lead {
  content-visibility: auto;
  contain-intrinsic-size: auto 640px;
}

.h360-footer {
  content-visibility: auto;
  contain-intrinsic-size: auto 320px;
}

.h360-page .tr-container--wide {
  max-width: var(--layout-max);
}

.h360-page .ds2-kicker {
  margin: 0 0 0.65rem;
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--renewal-blue-soft);
}

.h360-page .ds2-kicker--on-dark {
  color: var(--renewal-green-accent);
}

.h360-page strong,
.h360-page b {
  font-weight: 600;
}

.h360-rail {
  box-sizing: border-box;
  max-width: var(--layout-max);
  width: min(100%, var(--layout-max));
  margin-inline: auto;
  padding-left: env(safe-area-inset-left, 0px);
  padding-right: env(safe-area-inset-right, 0px);
}
.h360-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 100vh;
  min-height: 100dvh;
  display: block;
  background-color: #020617;
}

.h360-hero__layers {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.h360-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.h360-hero__bg .h360-hero__video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 58% 42%;
  transform: scale(1.06);
  opacity: 1;
  filter: saturate(1.08) contrast(1.08) brightness(0.82);
  pointer-events: none;
}

.h360-hero__bg .h360-hero__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  transform: scale(1.04);
  opacity: 1;
  filter: saturate(1.05) contrast(1.05) brightness(0.8);
  pointer-events: none;
}

.h360-hero__cinematic {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
  isolation: isolate;
  background-color: #22246a;
  background-image:
    radial-gradient(ellipse 100% 90% at 75% 25%, rgb(110 118 255 / 0.26), transparent 52%),
    radial-gradient(ellipse 80% 70% at 10% 90%, rgb(98 124 255 / 0.22), transparent 55%),
    radial-gradient(ellipse 45% 40% at 55% 55%, rgb(138 152 255 / 0.1), transparent 58%),
    linear-gradient(198deg, #2d307f 0%, #262a6f 35%, #22246a 65%, #171a48 100%);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 0.06),
    inset 0 -1px 0 rgb(0 0 0 / 0.5);
  opacity: 0.76;
  mix-blend-mode: normal;
}

.h360-hero__cinematic::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 38%;
  width: 170%;
  height: 170%;
  margin-left: -85%;
  margin-top: -85%;
  z-index: 0;
  pointer-events: none;
  opacity: 0.5;
  background:
    radial-gradient(circle at 35% 40%, rgb(0 115 255 / 0.2), transparent 44%),
    radial-gradient(circle at 68% 55%, rgb(120 190 255 / 0.12), transparent 42%),
    conic-gradient(
      from 190deg at 50% 50%,
      transparent 0deg,
      rgb(0 115 255 / 0.06) 52deg,
      transparent 105deg,
      rgb(74 222 128 / 0.04) 168deg,
      transparent 225deg,
      rgb(43 100 245 / 0.07) 292deg,
      transparent 360deg
    );
  animation: h360-cinematic-orbit 56s linear infinite;
}

.h360-hero__cinematic::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.08;
  mix-blend-mode: soft-light;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.82' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

@media (prefers-reduced-motion: no-preference) {
  .h360-hero__cinematic::after {
    animation: h360-cinematic-breathe 14s ease-in-out infinite;
  }
}

.h360-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(
    118deg,
    rgb(34 36 98 / 0.84) 0%,
    rgb(52 56 132 / 0.44) 38%,
    rgb(92 116 224 / 0.2) 58%,
    rgb(29 32 84 / 0.8) 100%
  );
}

.h360-hero__nebula {
  position: absolute;
  inset: -22%;
  z-index: 3;
  pointer-events: none;
  mix-blend-mode: screen;
  background:
    radial-gradient(ellipse 48% 40% at 14% 24%, rgb(0 115 255 / 0.28), transparent 56%),
    radial-gradient(ellipse 44% 34% at 90% 16%, rgb(80 160 255 / 0.18), transparent 52%),
    radial-gradient(ellipse 38% 32% at 52% 90%, rgb(74 222 128 / 0.1), transparent 54%);
  filter: blur(48px);
  animation: h360-ds2-nebula-drift 28s ease-in-out infinite;
}

.h360-hero__blob {
  position: absolute;
  z-index: 4;
  pointer-events: none;
  mix-blend-mode: screen;
  opacity: 0.88;
  animation: h360-ds2-morph-blob 14s ease-in-out infinite;
  filter: blur(2px);
}

.h360-hero__blob--a {
  width: min(42vw, 380px);
  height: min(42vw, 380px);
  top: 4%;
  right: 2%;
  background: radial-gradient(circle at 42% 38%, rgb(0 115 255 / 0.16), rgb(80 160 255 / 0.08) 50%, transparent 72%);
  animation-delay: -3s;
}

.h360-hero__blob--b {
  width: min(32vw, 260px);
  height: min(32vw, 260px);
  bottom: 14%;
  left: 6%;
  background: radial-gradient(circle at 50% 50%, rgb(74 222 128 / 0.11), transparent 66%);
  animation-delay: -7s;
  animation-duration: 16s;
}

.h360-hero__vignette {
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
  background: radial-gradient(
    ellipse 96% 84% at 58% 38%,
    transparent 0%,
    rgb(0 0 0 / 0.22) 52%,
    rgb(0 0 0 / 0.62) 100%
  );
}

/* Foco visual no quadrante do título (leitura) */
.h360-hero__spotlight {
  position: absolute;
  inset: 0;
  z-index: 6;
  pointer-events: none;
  background: radial-gradient(
    ellipse 85% 75% at 28% 48%,
    rgb(34 36 98 / 0.07) 0%,
    rgb(30 32 88 / 0.5) 55%,
    rgb(10 12 34 / 0.72) 100%
  );
}

.h360-hero__gridlines {
  position: absolute;
  inset: 0;
  z-index: 7;
  pointer-events: none;
  opacity: 0.055;
  background-image:
    linear-gradient(rgb(255 255 255 / 0.45) 1px, transparent 1px),
    linear-gradient(90deg, rgb(255 255 255 / 0.45) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(ellipse 90% 80% at 30% 45%, black 15%, transparent 75%);
}

.h360-hero__gridlines {
  display: none;
}

.h360-hero__foot-glow {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  height: 2px;
  border-radius: 999px;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgb(0 115 255 / 0.25) 18%,
    rgb(180 220 255 / 0.95) 48%,
    rgb(255 255 255 / 0.65) 50%,
    rgb(160 210 255 / 0.9) 52%,
    rgb(0 115 255 / 0.3) 82%,
    transparent 100%
  );
  box-shadow: 0 0 22px rgb(0 115 255 / 0.38);
}

@media (prefers-reduced-motion: no-preference) {
  .h360-hero__foot-glow {
    animation: h360-fusion-pulse 4.8s ease-in-out infinite;
  }
}

.h360-hero--reduced-motion .h360-hero__overlay {
  background: linear-gradient(118deg, rgb(15 23 42 / 0.92) 0%, rgb(15 23 42 / 0.78) 100%);
}

@media (prefers-reduced-motion: reduce) {
  .h360-hero__cinematic::before {
    animation: none;
  }

  .h360-hero__cinematic::after {
    animation: none;
  }

  .h360-hero__cinematic {
    opacity: 0.62;
  }

  .h360-hero__nebula {
    animation: none;
  }

  .h360-hero__blob {
    animation: none;
  }

  .h360-hero__foot-glow {
    animation: none;
  }
}

@media (max-width: 768px) and (prefers-reduced-motion: no-preference) {
  .h360-hero__nebula {
    filter: blur(34px);
    animation-duration: 36s;
  }

  .h360-hero__cinematic::after {
    animation: none;
    opacity: 0.07;
  }

  .h360-hero__gridlines {
    opacity: 0.03;
  }
}

@keyframes h360-hero-headline-line-in {
  from {
    opacity: 0;
    transform: translateY(1.1rem);
    filter: blur(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

@keyframes h360-hero-line-glow-dark {
  0%,
  100% {
    text-shadow:
      0 0 28px rgb(0 115 255 / 0.38),
      0 2px 36px rgb(0 0 0 / 0.7),
      0 1px 2px rgb(255 255 255 / 0.22);
  }
  50% {
    text-shadow:
      0 0 44px rgb(80 160 255 / 0.45),
      0 2px 36px rgb(0 0 0 / 0.7),
      0 1px 2px rgb(255 255 255 / 0.28);
  }
}

@keyframes h360-hero-accent-flow {
  0%,
  100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

@keyframes h360-hero-accent-glow {
  0%,
  100% {
    filter: drop-shadow(0 0 16px rgb(0 115 255 / 0.55)) drop-shadow(0 0 36px rgb(80 160 255 / 0.28));
  }
  50% {
    filter: drop-shadow(0 0 26px rgb(0 115 255 / 0.85)) drop-shadow(0 0 52px rgb(100 180 255 / 0.4));
  }
}

@keyframes h360-hero-accent-text-pulse {
  0%,
  100% {
    text-shadow:
      0 0 40px rgb(0 115 255 / 0.55),
      0 0 85px rgb(80 160 255 / 0.28),
      0 2px 18px rgb(255 255 255 / 0.12);
  }
  50% {
    text-shadow:
      0 0 58px rgb(0 115 255 / 0.75),
      0 0 105px rgb(100 180 255 / 0.38),
      0 2px 18px rgb(255 255 255 / 0.18);
  }
}

/* Stage: coluna cheia + dock fixo no fluxo inferior */
.h360-hero__stage {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  min-height: 100dvh;
}

.h360-hero__inner {
  position: relative;
  z-index: 10;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: clamp(1.25rem, 3vw, 1.85rem);
  text-align: left;
  width: 100%;
  padding-block: clamp(4.2rem, 9vh, 6rem);
}

.h360-hero__kicker {
  margin: 0;
  max-width: 24rem;
  font-family: var(--font-sans);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgb(148 200 255 / 0.95);
  text-shadow: 0 2px 24px rgb(0 0 0 / 0.6);
}

/* Título + H360 na mesma faixa, alinhados ao centro vertical */
.h360-hero__title-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(1.5rem, 4vw, 3.5rem);
  width: 100%;
}

.h360-hero__copy {
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 2.2vw, 1.35rem);
  min-width: 0;
}

.h360-hero__logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  align-self: center;
}

.h360-hero__logo {
  display: inline-block;
  padding-bottom: 0.38em;
  font-family: var(--font-sans);
  font-weight: 800;
  font-size: clamp(3.1rem, 11vw, 6.75rem);
  line-height: 1;
  letter-spacing: -0.055em;
  color: #f8fafc;
  user-select: none;
}

img.h360-hero__logo {
  display: block;
  width: 445px;
  max-width: min(42vw, 445px);
  height: auto;
  filter: drop-shadow(0 0 22px rgb(95 122 255 / 0.22)) drop-shadow(0 8px 28px rgb(0 0 0 / 0.35));
}

.h360-hero__headline {
  margin: 0;
  max-width: min(12em, 100%);
  font-family: var(--font-heading);
  font-weight: 300;
  font-size: clamp(2.35rem, 6.5vw, 4.75rem);
  line-height: 1.04;
  letter-spacing: -0.04em;
  color: #f8fafc;
  text-align: left;
  text-shadow: 0 3px 48px rgb(0 0 0 / 0.65);
}

@media (max-width: 767px) {
  .h360-rail {
    padding-left: calc(env(safe-area-inset-left, 0px) + clamp(1rem, 4vw, 1.25rem));
    padding-right: calc(env(safe-area-inset-right, 0px) + clamp(1rem, 4vw, 1.25rem));
  }

  .h360-page .tr-container,
  .h360-page .tr-container--wide {
    padding-left: calc(env(safe-area-inset-left, 0px) + clamp(1rem, 4vw, 1.25rem));
    padding-right: calc(env(safe-area-inset-right, 0px) + clamp(1rem, 4vw, 1.25rem));
  }

  .h360-hero__inner {
    align-items: center;
    text-align: center;
  }

  .h360-hero__kicker {
    margin-inline: auto;
    text-align: center;
  }

  .h360-hero__title-row {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: clamp(1.75rem, 5vw, 2.25rem);
  }

  .h360-hero__copy {
    align-items: center;
    text-align: center;
    order: 2;
  }

  .h360-hero__logo-wrap {
    order: 1;
  }

  .h360-hero__headline,
  .h360-hero__date {
    text-align: center;
  }

  .h360-hero__logo {
    font-size: clamp(3.25rem, 18vw, 5.25rem);
  }
}

.h360-hero__headline-line {
  display: block;
}

@media (prefers-reduced-motion: no-preference) {
  .h360-page .h360-hero__logo {
    animation: h360-ds2-fade-up 0.9s var(--h360-ease) both;
  }

  .h360-page .h360-hero__kicker {
    animation: h360-ds2-fade-up 0.85s var(--h360-ease) both;
  }

  .h360-page .h360-hero__headline-line:nth-child(1) {
    animation:
      h360-hero-headline-line-in 1s var(--h360-ease) both,
      h360-hero-line-glow-dark 5s ease-in-out 0.85s infinite;
  }

  .h360-page .h360-hero__headline-line:nth-child(2) {
    animation: h360-hero-headline-line-in 1s var(--h360-ease) 0.14s both;
  }

  .h360-page .h360-hero__headline-line:nth-child(3) {
    animation:
      h360-hero-headline-line-in 1s var(--h360-ease) 0.28s both,
      h360-hero-line-glow-dark 5s ease-in-out 1.1s infinite;
  }
}

.h360-hero__headline-accent {
  font-weight: 300;
  background: linear-gradient(
    100deg,
    var(--renewal-blue) 0%,
    rgb(100 180 255) 35%,
    var(--renewal-blue-mid) 65%,
    var(--renewal-blue) 100%
  );
  background-size: 220% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: var(--renewal-blue-soft);
}

@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .h360-hero__headline-accent {
    color: transparent;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .h360-hero__headline-accent {
    animation:
      h360-hero-accent-flow 10s ease-in-out infinite,
      h360-hero-accent-glow 4.5s ease-in-out infinite,
      h360-hero-accent-text-pulse 5s ease-in-out infinite;
  }
}

@media (prefers-reduced-motion: reduce) {
  .h360-hero__headline-accent {
    -webkit-text-fill-color: unset;
    color: var(--renewal-blue-soft);
    background: none;
    filter: none;
    text-shadow: 0 0 24px rgb(0 115 255 / 0.45);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .h360-page .h360-hero__date {
    animation: h360-ds2-fade-up 1s var(--h360-ease) 0.5s both;
  }

  .h360-page .h360-countdown {
    animation: h360-ds2-fade-up 1s var(--h360-ease) 0.65s both;
  }
}

.h360-hero__date {
  font-family: var(--font-sans);
  font-size: clamp(1rem, 1.85vw, 1.2rem);
  font-weight: 400;
  line-height: 1.5;
  color: rgb(226 232 240 / 0.92);
  text-align: left;
  max-width: 36rem;
  margin: 0;
  text-shadow: 0 2px 24px rgb(0 0 0 / 0.55);
}

/* Contador inline: solto no background, CTA abaixo */
.h360-hero .h360-countdown {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: clamp(0.8rem, 1.8vw, 1.1rem);
  width: min(100%, 50rem);
  margin-top: clamp(0.85rem, 2vw, 1.3rem);
}

.h360-hero .h360-countdown__items {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(0.75rem, 2.5vw, 2rem);
  justify-content: flex-start;
  flex: 1 1 auto;
}

.h360-hero .h360-countdown__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 3.75rem;
  padding: 0.35rem 0.65rem 0.5rem 0;
  border-left: 2px solid rgb(0 115 255 / 0.55);
  padding-left: 0.85rem;
}

.h360-hero .h360-countdown__num {
  font-family: var(--font-sans);
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  font-size: clamp(1.6rem, 3.8vw, 2.5rem);
  line-height: 1;
  color: #f1f5f9;
  text-shadow:
    0 0 22px rgb(0 115 255 / 0.45),
    0 2px 14px rgb(0 0 0 / 0.5);
}

.h360-hero .h360-countdown__label {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgb(203 213 225 / 0.88);
  margin-top: 0.4rem;
  text-shadow: 0 1px 10px rgb(0 0 0 / 0.45);
}

@media (max-width: 640px) {
  .h360-hero .h360-countdown {
    align-items: center;
    width: 100%;
  }

  .h360-hero .h360-countdown__items {
    justify-content: center;
    width: 100%;
  }

  .h360-hero .h360-countdown__item {
    flex: 1;
    align-items: center;
    border-left: none;
    border-top: 2px solid rgb(0 115 255 / 0.45);
    padding: 0.65rem 0.25rem 0.35rem;
    text-align: center;
  }

  .h360-hero .h360-btn--primary {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  img.h360-hero__logo {
    width: 360px;
    max-width: min(50vw, 360px);
  }
}
.h360-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.5rem;
  border-radius: 50px;
  font-family: var(--font-sans);
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  border: 2px solid transparent;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.h360-btn:hover {
  text-decoration: none;
}

.h360-btn--primary {
  background: var(--renewal-blue);
  color: #fff;
}

.h360-btn--primary:hover {
  background: #0060d6;
  color: #fff;
}

.h360-hero .h360-btn--primary {
  box-shadow:
    0 4px 28px rgb(0 115 255 / 0.48),
    0 0 0 1px rgb(255 255 255 / 0.14) inset;
}

.h360-hero .h360-btn--primary:hover {
  box-shadow:
    0 6px 40px rgb(0 115 255 / 0.58),
    0 0 0 1px rgb(255 255 255 / 0.2) inset;
}

.h360-btn--on-dark {
  background: #fff;
  color: var(--renewal-blue);
  border-color: rgb(255 255 255 / 0.45);
}

.h360-btn--on-dark:hover {
  background: rgb(255 255 255 / 0.92);
  color: var(--renewal-blue-mid);
}
.h360-intro.h360-intro--editorial {
  --h360-intro-ink: #1a1a1a;
  --h360-intro-body: #333;
  --h360-intro-accent: #3a86ff;
  --h360-intro-box-bg: #f0f7ff;
}

.h360-intro--editorial {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-block: clamp(3.25rem, 7vw, 5.5rem);
  color: var(--h360-intro-ink);
  background: #fff;
}

.h360-intro--editorial .h360-intro__shell {
  position: relative;
  z-index: 1;
}

.h360-intro .h360-reveal {
  transition:
    opacity 0.85s var(--h360-ease) calc(var(--i, 0) * 0.1s),
    transform 0.85s var(--h360-ease) calc(var(--i, 0) * 0.1s);
}

.h360-intro__layout {
  display: grid;
  gap: clamp(2rem, 5vw, 3rem);
  align-items: center;
}

@media (min-width: 960px) {
  .h360-intro__layout {
    grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.76fr);
    gap: clamp(1.75rem, 4vw, 3rem);
  }

  .h360-intro__col--media {
    margin-left: clamp(-0.25rem, -1.5vw, -1rem);
  }
}

.h360-intro__col--copy {
  min-width: 0;
}

.h360-intro__title {
  font-family: var(--font-heading);
  font-weight: 400;
  font-size: clamp(2rem, 4.2vw, 3rem);
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: var(--h360-intro-ink);
  text-align: left;
  margin: 0 0 clamp(1.25rem, 2.6vw, 1.75rem);
  max-width: 17em;
}

.h360-intro__title-accent {
  color: var(--h360-intro-accent);
}

.h360-intro__title-rest {
  color: var(--h360-intro-ink);
}

.h360-intro__body {
  margin-bottom: clamp(1.35rem, 2.8vw, 1.9rem);
}

.h360-intro__body p {
  margin: 0 0 1.125rem;
  font-family: var(--font-sans);
  font-size: 1rem;
  line-height: 1.62;
  color: var(--h360-intro-body);
  max-width: 36rem;
}

.h360-intro__body p:last-child {
  margin-bottom: 0;
}

.h360-intro__highlight {
  background: var(--h360-intro-box-bg);
  border-radius: 28px;
  padding: clamp(1.35rem, 2.6vw, 2.125rem) clamp(1.35rem, 2.8vw, 2.5rem);
  max-width: 36rem;
  border: 1px solid rgb(58 134 255 / 0.08);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.9);
}

.h360-intro__highlight-list {
  margin: 0;
  padding: 0 0 0 1.2rem;
  list-style-type: disc;
  font-family: var(--font-sans);
  font-size: 0.9375rem;
  line-height: 1.58;
  color: var(--h360-intro-body);
}

.h360-intro__highlight-list li {
  margin-bottom: 0.9rem;
  padding-left: 0.3rem;
}

.h360-intro__highlight-list li:last-child {
  margin-bottom: 0;
}

.h360-intro__highlight-list strong {
  color: var(--h360-intro-ink);
  font-weight: 600;
}

.h360-intro__col--media {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 960px) {
  .h360-intro__col--media {
    justify-content: flex-end;
  }
}

.h360-intro__figure {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  max-width: 100%;
}

@media (min-width: 960px) {
  .h360-intro__figure {
    align-items: center;
  }
}

.h360-intro__caption {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
  padding: 0.72rem 1.1rem 0.78rem;
  border-radius: 999px;
  border: 1px solid rgb(58 134 255 / 0.22);
  background: linear-gradient(160deg, rgb(255 255 255 / 0.92) 0%, rgb(240 247 255 / 0.96) 100%);
  box-shadow:
    0 10px 26px rgb(58 134 255 / 0.14),
    inset 0 1px 0 rgb(255 255 255 / 0.95);
  font-family: var(--font-sans);
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: none;
  color: var(--renewal-blue-mid);
  text-align: center;
  max-width: 20rem;
  line-height: 1.35;
}

.h360-intro__caption-name {
  font-size: 1.02rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: var(--renewal-blue-mid);
}

.h360-intro__caption-role {
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--renewal-blue-mid) 86%, #64748b);
}

@media (min-width: 960px) {
  .h360-intro__caption {
    align-items: center;
    text-align: center;
  }
}

.h360-intro__oval {
  position: relative;
  width: min(94vw, 520px);
  aspect-ratio: 1 / 1.12;
  border-radius: 50%;
  transform: rotate(14deg);
  overflow: hidden;
  box-shadow:
    0 28px 52px rgb(58 134 255 / 0.14),
    0 10px 28px rgb(0 0 0 / 0.07);
}

.h360-intro__oval-inner {
  position: absolute;
  inset: -8%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.h360-intro__oval-inner img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  transform: rotate(-14deg) scale(1.12);
  transform-origin: center center;
}

@media (prefers-reduced-motion: reduce) {
  .h360-intro__oval {
    transform: none;
  }

  .h360-intro__oval-inner img {
    transform: scale(1.06);
    object-position: center center;
  }
}
.h360-programacao {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-block: clamp(3.25rem, 9vw, 5.75rem);
  background: linear-gradient(180deg, #e3f0ff 0%, #f5f9ff 18%, #fff 48%, #fafdff 72%, #eef6ff 100%);
}

.h360-programacao::before {
  content: "";
  position: absolute;
  inset: -18%;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 52% 42% at 10% 22%, rgb(0 115 255 / 0.1), transparent 56%),
    radial-gradient(ellipse 48% 36% at 88% 14%, rgb(80 160 255 / 0.08), transparent 52%),
    radial-gradient(ellipse 42% 34% at 50% 88%, rgb(74 222 128 / 0.055), transparent 54%);
  filter: blur(56px);
  animation: h360-prog-nebula 26s ease-in-out infinite;
}

.h360-programacao::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.038;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

@media (prefers-reduced-motion: reduce) {
  .h360-programacao::before {
    animation: none;
  }
}

.h360-programacao__inner {
  position: relative;
  z-index: 2;
}

.h360-programacao .ds2-kicker {
  text-align: center;
  margin: 0 auto 0.35rem;
  color: var(--renewal-blue-mid);
  letter-spacing: 0.14em;
}

.h360-programacao h2.h360-programacao__title {
  font-family: var(--font-heading);
  font-weight: 300;
  font-size: clamp(1.85rem, 3.8vw, 2.75rem);
  text-align: center;
  margin: 0 0 clamp(2rem, 4vw, 2.75rem);
}

.h360-programacao__grid {
  display: grid;
  gap: clamp(1.25rem, 3vw, 2rem);
}

@media (min-width: 900px) {
  .h360-programacao__grid {
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
  }
}

.h360-programacao__panel {
  position: relative;
  overflow: hidden;
  border-radius: var(--h360-r-lg);
  padding: clamp(1.35rem, 2.8vw, 1.85rem);
  background: linear-gradient(155deg, rgb(255 255 255 / 0.97) 0%, rgb(248 250 252 / 0.99) 100%);
  border: 1px solid rgb(0 115 255 / 0.12);
  box-shadow: 0 4px 28px rgb(0 115 255 / 0.07), inset 0 1px 0 rgb(255 255 255 / 0.95);
  backdrop-filter: blur(12px);
  height: 100%;
}

.h360-programacao__panel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgb(0 115 255 / 0.22), transparent);
  pointer-events: none;
}

.h360-programacao__panel h3 {
  font-family: var(--font-heading);
  font-weight: 300;
  font-size: clamp(1.15rem, 2vw, 1.42rem);
  color: var(--renewal-blue-mid);
  margin: 0 0 1rem;
}

.h360-schedule {
  list-style: none;
  margin: 0;
  padding: 0;
}

.h360-schedule li {
  padding: 0.65rem 0;
  border-bottom: 1px solid rgb(0 115 255 / 0.06);
  font-size: clamp(0.875rem, 1.05vw, 0.9375rem);
  line-height: 1.55;
}

.h360-schedule li:last-child {
  border-bottom: 0;
}

.h360-schedule strong {
  color: var(--renewal-blue-mid);
  font-weight: 600;
}
.h360-reveal {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 0.85s var(--h360-ease), transform 0.85s var(--h360-ease);
}

.h360-reveal--visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .h360-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .h360-intro .h360-reveal {
    transition: none;
  }
}
.h360-page--colombia {
  --layout-max: 1350px;
  /* Conteúdo: padding lateral no mobile (secções full-bleed mantêm o fundo edge-to-edge) */
  --co-mobile-inline: clamp(1rem, 4.2vw, 1.35rem);
}

.h360-page--colombia .h360-rail {
  max-width: 1350px;
  width: min(100%, 1350px);
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}

.h360-page--colombia #main {
  min-width: 0;
}

/* Sin GSAP en esta página; se desactiva el motion del stack H360 (WOW + keyframes) */
.h360-page--colombia .h360-hero__cinematic::before,
.h360-page--colombia .h360-hero__cinematic::after,
.h360-page--colombia .h360-hero__nebula,
.h360-page--colombia .h360-hero__blob,
.h360-page--colombia .h360-hero__foot-glow {
  animation: none !important;
}

.h360-page--colombia .h360-hero__logo,
.h360-page--colombia .h360-hero__kicker,
.h360-page--colombia .h360-hero__headline-line,
.h360-page--colombia .h360-hero__date,
.h360-page--colombia .h360-colombia__dock,
.h360-page--colombia .h360-hero .h360-btn--primary {
  animation: none !important;
  opacity: 1 !important;
  transform: none !important;
  filter: none !important;
}

.h360-page--colombia .h360-hero__logo {
  filter: drop-shadow(0 0 22px rgb(95 122 255 / 0.22)) drop-shadow(0 8px 28px rgb(0 0 0 / 0.35)) !important;
}

.h360-page--colombia .h360-hero__headline-accent {
  animation: none !important;
  opacity: 1 !important;
  transform: none !important;
  -webkit-text-fill-color: unset !important;
  color: #38bdf8 !important;
  background: none !important;
  background-size: auto !important;
  filter: none !important;
  text-shadow: 0 0 42px rgb(0 115 255 / 0.55) !important;
}

/* Hero oscuro Renewal + partículas neurales + overlay fotográfico */
.h360-page--colombia .h360-hero {
  position: relative;
  z-index: 0;
  background: linear-gradient(165deg, #020617 0%, #0b1224 42%, #060d18 100%);
  min-height: 100vh;
  min-height: 100dvh;
  color: #e2e8f0;
  --hx: 72%;
  --hy: 28%;
  --fx: 24%;
  --fy: 70%;
}

/* ─── Onda hero → sección péptidos ─── */
.co-hero-wave {
  position: absolute;
  bottom: -1px; /* overlap 1px to avoid subpixel gap */
  left: 0;
  width: 100%;
  height: clamp(60px, 7vw, 100px);
  z-index: 20;
  pointer-events: none;
  line-height: 0;
  overflow: hidden;
}
.co-hero-wave svg {
  display: block;
  width: 100%;
  height: 100%;
}

.h360-page--colombia .h360-hero__layers {
  z-index: 0;
}

.h360-page--colombia .h360-hero__bg,
.h360-page--colombia .h360-hero__cinematic,
.h360-page--colombia .h360-hero__overlay,
.h360-page--colombia .h360-hero__nebula,
.h360-page--colombia .h360-hero__blob,
.h360-page--colombia .h360-hero__vignette,
.h360-page--colombia .h360-hero__spotlight,
.h360-page--colombia .h360-hero__foot-glow {
  display: none !important;
}

.co-hero-dark-base {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(ellipse 78% 58% at 88% 8%, rgb(0 115 255 / 0.35), transparent 58%),
    radial-gradient(ellipse 52% 42% at 8% 92%, rgb(74 222 128 / 0.1), transparent 55%),
    radial-gradient(ellipse 70% 50% at 50% 100%, rgb(0 70 184 / 0.45), transparent 62%),
    linear-gradient(180deg, #020617 0%, #0f172a 48%, #020617 100%);
}

/* Red neuronal sobre la foto/gradientes; la máscara limita ruido detrás del texto (desktop: izquierda; mobile: franja central) */
.co-hero-neural-wrap {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent 0%,
    transparent min(56%, calc(50vw - 12rem)),
    rgba(0 0 0 / 0.35) min(62%, calc(50vw - 6rem)),
    #000 min(70%, calc(50vw + 2rem)),
    #000 100%
  );
  mask-image: linear-gradient(
    90deg,
    transparent 0%,
    transparent min(56%, calc(50vw - 12rem)),
    rgba(0 0 0 / 0.35) min(62%, calc(50vw - 6rem)),
    #000 min(70%, calc(50vw + 2rem)),
    #000 100%
  );
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

@media (max-width: 767px) {
  .h360-page--colombia .co-hero-neural-wrap {
    -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 16%, transparent 22%, transparent 66%, #000 73%);
    mask-image: linear-gradient(180deg, #000 0%, #000 16%, transparent 22%, transparent 66%, #000 73%);
  }
}

.co-hero-neural-wrap canvas {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1;
  mix-blend-mode: screen;
}

.co-hero-photo-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background-image:
    linear-gradient(118deg, rgb(2 6 23 / 0.98) 0%, rgb(15 23 42 / 0.82) 36%, rgb(2 6 23 / 0.72) 50%, rgb(2 6 23 / 0.96) 100%),
    radial-gradient(ellipse 90% 75% at var(--hx, 72%) var(--hy, 28%), rgb(0 115 255 / 0.32), transparent 48%),
    radial-gradient(ellipse 70% 55% at var(--fx, 24%) var(--fy, 70%), rgb(56 189 248 / 0.16), transparent 50%),
    linear-gradient(180deg, rgb(2 6 23 / 0.92) 0%, transparent 28%, rgb(2 6 23 / 0.94) 100%),
    url("../imagens/renewal-colombia-hero-clinical-vial.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.co-hero-photo-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(
      circle 55vmin at var(--hx, 72%) var(--hy, 28%),
      rgb(255 255 255 / 0.04) 0%,
      rgb(0 115 255 / 0.08) 28%,
      transparent 68%
    ),
    radial-gradient(circle 90vmin at 8% 15%, rgb(0 115 255 / 0.05), transparent 45%);
  mix-blend-mode: soft-light;
}

.co-hero-photo-overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% -10%, rgb(125 211 252 / 0.12), transparent 45%),
    linear-gradient(180deg, transparent 0%, rgb(2 6 23 / 0.62) 100%),
    radial-gradient(ellipse 140% 90% at 50% 100%, rgb(2 6 23 / 0.78), transparent 52%);
  mix-blend-mode: screen;
  opacity: 0.78;
}

.co-hero-overlay-focus {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    radial-gradient(
      circle 42vmin at var(--hx, 72%) var(--hy, 28%),
      rgb(255 255 255 / 0.1) 0%,
      rgb(56 189 248 / 0.08) 22%,
      transparent 58%
    ),
    radial-gradient(
      ellipse 100% 70% at var(--hx, 72%) var(--hy, 28%),
      rgb(0 115 255 / 0.26) 0%,
      transparent 50%
    ),
    conic-gradient(
      from 200deg at var(--hx, 72%) var(--hy, 28%),
      transparent 0deg,
      rgb(0 115 255 / 0.1) 58deg,
      transparent 120deg,
      rgb(74 222 128 / 0.05) 200deg,
      transparent 280deg
    );
  mix-blend-mode: overlay;
  opacity: 0.55;
  transition: opacity 0.35s ease;
}

.h360-page--colombia .h360-hero__stage {
  z-index: 5;
}

.h360-page--colombia .h360-hero__inner {
  padding-block: max(100px, clamp(4.2rem, 9vh, 6rem));
}

.h360-page--colombia .h360-hero__kicker {
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  font-size: clamp(0.68rem, 1.15vw, 0.76rem);
  color: #7dd3fc !important;
  text-shadow: 0 0 28px rgb(0 115 255 / 0.45) !important;
}

.h360-page--colombia .h360-hero__headline {
  color: #f8fafc !important;
  text-shadow: 0 2px 40px rgb(0 0 0 / 0.45) !important;
  filter: none !important;
  text-wrap: balance;
}

.h360-page--colombia .h360-hero__headline-line {
  color: #f1f5f9 !important;
  -webkit-text-fill-color: unset !important;
  background: none !important;
  background-clip: unset !important;
  -webkit-background-clip: unset !important;
  filter: none !important;
  text-shadow: 0 2px 32px rgb(0 0 0 / 0.4) !important;
}

.h360-page--colombia .h360-hero__headline-line--renewal-blue {
  color: var(--renewal-blue) !important;
  text-shadow:
    0 0 42px rgb(0 115 255 / 0.55),
    0 2px 32px rgb(0 0 0 / 0.4) !important;
}

.h360-page--colombia .h360-hero__date {
  color: rgb(203 213 225 / 0.95) !important;
  text-shadow: 0 1px 18px rgb(0 0 0 / 0.35) !important;
}

/* Logo Renewal: columna del hero ~35 % del ancho del bloque título; la imagen rellena la celda */
.h360-page--colombia .h360-hero__title-row {
  grid-template-columns: minmax(0, 1fr) minmax(0, 35%);
}

.h360-page--colombia .h360-hero__logo-wrap {
  width: 100%;
  justify-content: center;
}

.h360-page--colombia .h360-hero__logo-wrap img.h360-hero__logo {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  filter: drop-shadow(0 2px 24px rgb(0 0 0 / 0.55)) !important;
}

@media (max-width: 767px) {
  .h360-page--colombia .h360-hero__title-row {
    grid-template-columns: 1fr;
  }

  .h360-page--colombia .h360-hero__logo-wrap img.h360-hero__logo {
    width: 42%;
    max-width: 42%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .h360-page--colombia .h360-hero {
    transition: none;
  }
}

.h360-page--colombia .h360-hero__copy .h360-hero__date + .h360-hero__date {
  margin-top: -0.35rem;
}

.h360-page--colombia .h360-colombia__dock {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: clamp(0.85rem, 2vw, 1.15rem);
  width: min(100%, 50rem);
  margin-top: clamp(0.75rem, 2vw, 1.1rem);
}

.h360-page--colombia .h360-colombia__meta {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  max-width: 36rem;
}

.h360-page--colombia .h360-colombia__meta li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  font-family: var(--font-sans);
  font-size: clamp(0.9rem, 1.6vw, 1rem);
  font-weight: 400;
  line-height: 1.45;
  color: rgb(241 245 249 / 0.95);
  text-shadow: 0 2px 22px rgb(0 0 0 / 0.55);
}

.h360-page--colombia .h360-colombia__meta svg {
  flex-shrink: 0;
  margin-top: 0.12rem;
  color: rgb(96 165 250 / 0.95);
}

.h360-page--colombia .h360-colombia__meta--note {
  font-size: clamp(0.8rem, 1.45vw, 0.9rem);
  line-height: 1.5;
  color: rgb(226 232 240 / 0.92);
}


/* Hero Colombia: centralizar todos os itens SOMENTE no mobile */
@media (max-width: 767px) {
  .h360-page--colombia .h360-hero__inner,
  .h360-page--colombia .h360-hero__copy {
    align-items: center;
    text-align: center;
  }

  .h360-page--colombia .h360-hero__kicker,
  .h360-page--colombia .h360-hero__headline,
  .h360-page--colombia .h360-hero__date {
    text-align: center;
  }

  .h360-page--colombia .h360-colombia__dock,
  .h360-page--colombia .h360-colombia__meta {
    align-items: center;
    justify-content: center;
    margin-inline: auto;
  }

  .h360-page--colombia .h360-colombia__meta li {
    justify-content: center;
    text-align: center;
  }

  .h360-page--colombia .h360-colombia__meta svg {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .h360-page--colombia .h360-colombia__meta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    column-gap: 0.85rem;
    row-gap: 0.65rem;
    align-items: start;
  }

  .h360-page--colombia .h360-colombia__meta--note {
    grid-column: 1 / -1;
  }

  .h360-page--colombia .h360-colombia__dock {
    align-items: center;
    width: 100%;
    max-width: 100%;
  }
}

/* Sección 2 — componente .renewal-pellets */
.ds2-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 560ms ease, transform 560ms ease;
}

.ds2-reveal--scale {
  opacity: 0;
  transform: scale(0.97);
  transition: opacity 560ms ease, transform 560ms ease;
}

.ds2-reveal--visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .ds2-reveal,
  .ds2-reveal--scale {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* Experto invitado — editorial claro + foto oval (patrón H360 / DS) */
.h360-page--colombia .h360-intro.h360-intro--editorial {
  --h360-intro-ink: #1a1a1a;
  --h360-intro-body: #333;
  --h360-intro-accent: #3a86ff;
  --h360-intro-box-bg: #f0f7ff;
  position: relative;
  padding-block: 0;
  background: linear-gradient(180deg, #f8fbff 0%, #eef5ff 55%, #f6f9fc 100%);
  color: var(--h360-intro-ink);
  border-top: 1px solid rgb(226 232 240 / 0.65);
}

.h360-page--colombia .h360-intro--editorial .h360-intro__shell {
  padding-block: max(100px, clamp(2.35rem, 5.5vw, 4.35rem));
}

.h360-page--colombia .h360-intro--editorial .h360-intro__col--copy {
  max-width: min(38rem, 100%);
}

.h360-page--colombia .h360-intro--editorial .h360-intro__photo-kicker {
  margin: 0 0 0.5rem;
  font-family: var(--font-sans), Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--renewal-blue-soft, #3a86ff);
}

.h360-page--colombia .h360-intro--editorial .h360-intro__title {
  color: var(--h360-intro-ink);
  text-shadow: none;
  max-width: 17em;
}

.h360-page--colombia .h360-intro--editorial .h360-intro__title-rest {
  color: var(--h360-intro-ink);
}

.h360-page--colombia .h360-intro--editorial .h360-intro__title-accent {
  color: var(--h360-intro-accent);
  text-shadow: none;
}

.h360-page--colombia .h360-intro--editorial .h360-intro__body {
  margin-bottom: clamp(1.15rem, 2.4vw, 1.65rem);
}

.h360-page--colombia .h360-intro--editorial .h360-intro__body p {
  color: var(--h360-intro-body);
  text-shadow: none;
}

.h360-page--colombia .h360-intro--editorial .h360-intro__body strong {
  color: var(--h360-intro-ink);
  font-weight: 600;
}

.h360-page--colombia .h360-intro--editorial .h360-intro__highlight {
  background: var(--h360-intro-box-bg);
  border: 1px solid rgb(58 134 255 / 0.1);
  border-radius: 1.05rem;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.95);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.h360-page--colombia .h360-intro--editorial .h360-intro__highlight-list {
  color: var(--h360-intro-body);
}

.h360-page--colombia .h360-intro--editorial .h360-intro__highlight-list strong {
  color: var(--h360-intro-ink);
}

/* Óvalo inclinado — solo sombra neutra (sin contorno azul) */
.h360-page--colombia .h360-intro__oval--colombia {
  width: min(88vw, 440px);
  border: none;
  box-shadow: 0 28px 52px rgb(15 23 42 / 0.1), 0 10px 28px rgb(0 0 0 / 0.06);
}

.h360-page--colombia .h360-intro__oval--colombia .h360-intro__oval-inner {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.h360-page--colombia .h360-intro__oval--colombia .h360-intro__oval-inner img {
  object-fit: cover;
  object-position: 28% 22%;
}

@media (max-width: 767px) {
  .h360-page--colombia .h360-intro--editorial .h360-intro__shell {
    padding-block: max(100px, clamp(2rem, 6vw, 3.2rem));
  }

  .h360-page--colombia .h360-intro__oval--colombia {
    width: min(82vw, 600px);
  }

  .h360-page--colombia .h360-intro__oval--colombia .h360-intro__oval-inner img {
    object-position: 30% 18%;
  }
}

.renewal-pellets {
  background: linear-gradient(180deg, #f8fbff 0%, #eef5ff 100%);
}

/* Sección 2 — fondo claro: halos azules + malla sutil + drift */
.h360-page--colombia .renewal-pellets {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse 72% 56% at 88% 38%, rgb(0 115 255 / 0.092), transparent 60%),
    radial-gradient(ellipse 52% 46% at 12% 72%, rgb(125 211 252 / 0.07), transparent 55%),
    radial-gradient(ellipse 96% 52% at 48% 108%, rgb(59 130 246 / 0.065), transparent 52%),
    radial-gradient(ellipse 44% 38% at 50% -8%, rgb(255 255 255 / 0.95), transparent 58%),
    linear-gradient(180deg, #f8fbff 0%, #eef5ff 100%);
}

.h360-page--colombia .renewal-pellets::before {
  content: "";
  position: absolute;
  inset: -38% -18%;
  z-index: 0;
  pointer-events: none;
  background:
    conic-gradient(from 205deg at 76% 38%, rgb(59 130 246 / 0.075), transparent 30%, rgb(125 211 252 / 0.055), transparent 58%, rgb(0 115 255 / 0.065)),
    radial-gradient(circle at 74% 42%, rgb(255 255 255 / 0.5), transparent 42%);
  filter: blur(46px);
  opacity: 0.92;
  animation: co-pellets-wow-drift 26s ease-in-out infinite;
}

.h360-page--colombia .renewal-pellets::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.42;
  background-image: radial-gradient(circle at center, rgb(148 163 184 / 0.14) 0.9px, transparent 1.05px);
  background-size: 26px 26px;
  mask-image: radial-gradient(ellipse 92% 85% at 68% 48%, rgb(0 0 0 / 0.35), rgb(0 0 0 / 0.08));
}

@keyframes co-pellets-wow-drift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(-1.4%, 2%, 0) scale(1.035);
  }
}

@media (prefers-reduced-motion: reduce) {
  .h360-page--colombia .renewal-pellets::before {
    animation: none;
  }
}

.h360-page--colombia .renewal-pellets__inner {
  position: relative;
  z-index: 1;
  width: min(100%, 1350px);
  max-width: 1350px;
  margin: 0 auto;
  padding-top: max(100px, clamp(2.1rem, 4.6vw, 3.4rem));
  padding-bottom: max(100px, clamp(2.2rem, 4.7vw, 3.6rem));
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  align-items: center;
  gap: clamp(1.05rem, 2.4vw, 1.8rem);
}

/* Pellets row mirrored: visual column left (wider), copy right */
.h360-page--colombia .renewal-pellets--reverse .renewal-pellets__inner {
  grid-template-columns: minmax(320px, 1.05fr) minmax(0, 0.95fr);
}

.renewal-pellets__content {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  justify-content: center;
}

.renewal-pellets__title {
  margin: 0;
  max-width: 32rem;
  font-family: var(--font-heading), Georgia, serif;
  font-size: clamp(2.1rem, 3.5vw, 3rem);
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -0.02em;
  color: #0f172a;
}

.h360-page--colombia .renewal-pellets__title {
  text-wrap: balance;
}

.renewal-pellets__title span {
  color: #0073ff;
}

@media (min-width: 1024px) {
  .renewal-pellets__title {
    margin: 0;
    max-width: 64rem;
    font-family: var(--font-heading), Georgia, serif;
    font-size: clamp(2.1rem, 3.5vw, 3rem);
    font-weight: 600;
    line-height: 1.04;
    letter-spacing: -0.02em;
    color: #0f172a;
  }
}

.renewal-pellets__copy {
  margin-top: 0.85rem;
  max-width: 31rem;
  font-family: var(--font-sans), Arial, sans-serif;
  font-size: 0.96rem;
  line-height: 1.45;
  color: #334155;
}

.renewal-pellets__copy p {
  margin: 0 0 0.48rem;
}

.renewal-pellets__copy p:last-child {
  margin-bottom: 0;
}

/* Quando o conteúdo vem de um único campo richtext, o h2 interno
   deve herdar exatamente os mesmos estilos de .renewal-pellets__title */
.renewal-pellets__copy--rich {
  margin-top: 0;
  max-width: none;
}

.renewal-pellets__copy--rich h2 {
  margin: 0 0 0.85rem;
  max-width: 32rem;
  font-family: var(--font-heading), Georgia, serif;
  font-size: clamp(2.1rem, 3.5vw, 3rem);
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -0.02em;
  color: #0f172a;
  text-wrap: balance;
}

.renewal-pellets__copy--rich > p:first-child {
  margin: 0 0 0.85rem;
  max-width: 32rem;
  font-family: var(--font-heading), Georgia, serif;
  font-size: clamp(2.1rem, 3.5vw, 3rem);
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -0.02em;
  color: #0f172a;
  text-wrap: balance;
}

.renewal-pellets__copy--rich h2 span {
  color: #0073ff;
}

.renewal-pellets__copy--rich p {
  max-width: 31rem;
  font-size: 0.96rem;
  line-height: 1.45;
  color: #334155;
  margin: 0 0 0.48rem;
}

.renewal-pellets__copy--rich p:last-child {
  margin-bottom: 0;
}

.renewal-pellets__copy--rich strong {
  font-weight: 600;
}

.renewal-pellets__cta-wrap {
  margin-top: clamp(1.1rem, 2.2vw, 1.45rem);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0.65rem;
  max-width: 31rem;
}

.renewal-pellets__cta-wrap .renewal-agenda__cta:focus-visible {
  outline: 2px solid rgb(74 222 128 / 0.55);
  outline-offset: 3px;
}

.renewal-agenda__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.9rem;
  padding: 0.65rem 1.5rem;
  border-radius: 999px;
  border: 0;
  background: #69dc82;
  box-shadow: 0 12px 28px -16px rgb(2 6 23 / 0.55);
  font-family: var(--font-sans), Arial, sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  transition: transform 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
}

.renewal-agenda__cta:hover {
  transform: translateY(-2px);
  background: #4fcf6b;
  box-shadow: 0 16px 32px -14px rgb(2 6 23 / 0.58);
  color: #fff;
}

.renewal-pellets__visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.renewal-pellets__media {
  margin: 0 auto;
  width: min(100%, 480px);
  aspect-ratio: 1 / 1.05;
  overflow: hidden;
  border-radius: 50%;
  border: 2px solid rgb(59 130 246 / 0.62);
  box-shadow:
    0 0 0 5px rgb(59 130 246 / 0.12),
    0 0 28px 6px rgb(59 130 246 / 0.32),
    0 0 64px 22px rgb(0 115 255 / 0.14);
  background: #000;
}

.renewal-pellets__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

@media (max-width: 1024px) {
  .h360-page--colombia .renewal-pellets__inner,
  .h360-page--colombia .renewal-pellets--reverse .renewal-pellets__inner {
    grid-template-columns: 1fr;
    gap: 1.4rem;
  }

  .h360-page--colombia .renewal-pellets__inner > .renewal-pellets__content,
  .h360-page--colombia .renewal-pellets__inner > .renewal-pellets__visual {
    min-width: 0;
  }

  /* Em coluna única: texto sempre acima, imagem sempre abaixo (reverse ou não) */
  .h360-page--colombia .renewal-pellets__inner > .renewal-pellets__content,
  .h360-page--colombia .renewal-pellets--reverse .renewal-pellets__inner > .renewal-pellets__content {
    order: 1;
  }

  .h360-page--colombia .renewal-pellets__inner > .renewal-pellets__visual,
  .h360-page--colombia .renewal-pellets--reverse .renewal-pellets__inner > .renewal-pellets__visual {
    order: 2;
    width: 100%;
    justify-self: center;
  }

  .renewal-pellets__media {
    width: min(100%, 380px);
  }
}

@media (max-width: 767px) {
  .h360-page--colombia .renewal-pellets__inner {
    padding-top: max(100px, 2rem);
    padding-bottom: max(100px, 2rem);
  }

  .renewal-pellets__visual {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 1.5rem;
  }

  .renewal-pellets__media {
    width: min(100%, clamp(220px, 72vw, 340px));
  }

  .h360-page--colombia .renewal-pellets__cta-wrap {
    max-width: none;
    width: 100%;
  }

  .h360-page--colombia .renewal-pellets__cta-wrap .renewal-agenda__cta {
    width: 100%;
    justify-content: center;
    box-sizing: border-box;
  }

  .renewal-agenda__cta {
    min-height: 2.7rem;
    font-size: 0.88rem;
    padding-inline: 1.2rem;
  }
}

/* Capa sobre la red neuronal contenida (mismo stack que programación) */
.h360-page--colombia .co-importancia__shell {
  z-index: 3;
}

/* ─── Master Protocols: “Designed for professionals” (fondo claro + atmósfera animada) ─── */
.h360-page--colombia .mp-audience {
  position: relative;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  max-width: 100vw;
  padding: clamp(3.65rem, 8.5vw, 5.65rem) 0;
  overflow: hidden;
  box-sizing: border-box;
  isolation: isolate;
  background:
    radial-gradient(ellipse 90% 70% at 50% -18%, rgb(0 115 255 / 0.11), transparent 58%),
    radial-gradient(ellipse 56% 50% at 96% 88%, rgb(125 211 252 / 0.38), transparent 54%),
    radial-gradient(ellipse 50% 46% at 4% 35%, rgb(191 219 254 / 0.55), transparent 56%),
    linear-gradient(180deg, #f3f8ff 0%, #f8fbff 38%, #eef4ff 72%, #e8f0fc 100%);
  box-shadow:
    0 -1px 0 rgb(0 115 255 / 0.14),
    0 -10px 40px rgb(0 115 255 / 0.07),
    0 1px 0 rgb(255 255 255 / 0.8) inset;
}

.h360-page--colombia .mp-audience::before {
  content: "";
  position: absolute;
  inset: -42% -18%;
  z-index: 0;
  pointer-events: none;
  background:
    conic-gradient(
      from 210deg at 62% 38%,
      transparent 0deg,
      rgb(0 115 255 / 0.07) 55deg,
      transparent 110deg,
      rgb(125 211 252 / 0.09) 200deg,
      transparent 280deg
    ),
    radial-gradient(circle at 28% 72%, rgb(59 130 246 / 0.06), transparent 45%),
    radial-gradient(circle at 82% 18%, rgb(255 255 255 / 0.85), transparent 42%);
  filter: blur(40px);
  opacity: 0.88;
  animation: mp-audience-atmos-drift 24s ease-in-out infinite;
}

.h360-page--colombia .mp-audience::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.4;
  background-image: radial-gradient(circle at center, rgb(100 116 139 / 0.2) 0.85px, transparent 1.05px);
  background-size: 24px 24px;
  mask-image: radial-gradient(ellipse 88% 78% at 50% 42%, rgb(0 0 0 / 0.5), rgb(0 0 0 / 0.06));
}

@keyframes mp-audience-atmos-drift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(-1.2%, 1.8%, 0) scale(1.04);
  }
}

@media (prefers-reduced-motion: reduce) {
  .h360-page--colombia .mp-audience::before {
    animation: none;
  }
}

.h360-page--colombia .mp-audience__glow {
  position: absolute;
  inset: -28% -12% 52% -12%;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(ellipse 72% 58% at 50% 0%, rgb(255 255 255 / 0.65), transparent 58%);
  opacity: 0.75;
  mix-blend-mode: soft-light;
}

.h360-page--colombia .mp-audience__inner {
  position: relative;
  z-index: 2;
  width: min(100%, 1350px);
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}

.h360-page--colombia .mp-audience__title {
  margin: 0 auto 2.35rem;
  max-width: 22em;
  font-family: var(--font-sans), system-ui, sans-serif;
  font-size: clamp(1.65rem, 3.9vw, 2.65rem);
  font-weight: 700;
  line-height: 1.14;
  letter-spacing: -0.025em;
  text-align: center;
  text-wrap: balance;
  color: #0f172a;
}

.h360-page--colombia .mp-audience__title-line {
  display: block;
}

.h360-page--colombia .mp-audience__title-line + .mp-audience__title-line {
  margin-top: 0.12em;
}

.h360-page--colombia .mp-audience__title-accent,
.h360-page--colombia .mp-audience__title strong {
  color: #22c55e;
  font-weight: inherit;
  text-shadow:
    0 1px 0 rgb(255 255 255 / 0.75),
    0 0 28px rgb(34 197 94 / 0.22);
}

/* TinyMCE wrap em <p> — reset para manter layout de linhas */
.h360-page--colombia .mp-audience__title p {
  display: block;
  margin: 0;
  padding: 0;
}

.h360-page--colombia .mp-audience__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(0.9rem, 2.2vw, 1.2rem);
  max-width: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.h360-page--colombia .mp-audience__card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 5.1rem;
  margin: 0;
  padding: 1.15rem 1.2rem;
  border-radius: 18px;
  box-sizing: border-box;
  font-family: var(--font-sans), system-ui, sans-serif;
  font-size: clamp(0.88rem, 1.35vw, 0.97rem);
  font-weight: 500;
  line-height: 1.38;
  text-align: center;
  text-wrap: balance;
  color: #0f172a;
  background: linear-gradient(165deg, rgb(255 255 255 / 0.98) 0%, rgb(248 250 252 / 0.99) 100%);
  border: 1px solid rgb(0 115 255 / 0.14);
  box-shadow:
    0 1px 0 rgb(255 255 255 / 0.95) inset,
    0 14px 38px -20px rgb(0 115 255 / 0.2),
    0 6px 20px -10px rgb(15 23 42 / 0.1);
}

.h360-page--colombia .mp-audience__cta-wrap {
  margin: 2.4rem 0 0;
  text-align: center;
}

.h360-page--colombia .mp-audience__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.72rem 1.65rem;
  border-radius: 999px;
  box-sizing: border-box;
  font-family: var(--font-sans), system-ui, sans-serif;
  font-size: clamp(0.88rem, 1.5vw, 0.98rem);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.01em;
  color: #fff;
  text-decoration: none;
  background: #69dc82;
  border: 1px solid rgb(255 255 255 / 0.2);
  box-shadow:
    0 10px 32px -10px rgb(34 197 94 / 0.45),
    0 0 0 1px rgb(74 222 128 / 0.35) inset;
  transition: transform 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.h360-page--colombia .mp-audience__cta:hover {
  background: #4fcf6b;
  transform: translateY(-2px);
  box-shadow:
    0 14px 40px -10px rgb(34 197 94 / 0.5),
    0 0 0 1px rgb(255 255 255 / 0.22) inset;
  color: #fff;
}

.h360-page--colombia .mp-audience__cta:focus-visible {
  outline: 2px solid rgb(74 222 128 / 0.65);
  outline-offset: 3px;
}

@media (max-width: 900px) {
  .h360-page--colombia .mp-audience__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 540px) {
  .h360-page--colombia .mp-audience__grid {
    grid-template-columns: 1fr;
  }

  .h360-page--colombia .mp-audience__card {
    min-height: 0;
    padding: 1.05rem 1.1rem;
  }

  .h360-page--colombia .mp-audience__cta {
    width: 100%;
    max-width: 22rem;
  }
}

/* ─── renewal-advantages (paridad con certification-course.html) ─── */
.h360-page--colombia .renewal-advantages {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #f8fbff 0%, #f1f6ff 100%);
}

.h360-page--colombia .renewal-advantages::before {
  content: "";
  position: absolute;
  inset: -22% auto auto -18%;
  width: clamp(300px, 45vw, 760px);
  height: clamp(300px, 45vw, 760px);
  border-radius: 999px;
  background: radial-gradient(circle, rgb(59 130 246 / 0.13) 0%, rgb(59 130 246 / 0) 70%);
  pointer-events: none;
}

.h360-page--colombia .renewal-advantages__inner {
  position: relative;
  z-index: 1;
  width: min(100%, 1350px);
  max-width: 1350px;
  margin: 0 auto;
  padding: 90px 0;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: minmax(250px, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(0.95rem, 2.2vw, 2rem);
  align-items: start;
}

.h360-page--colombia .renewal-advantages__title {
  margin: 0;
  font-family: var(--font-heading), Georgia, serif;
  font-size: clamp(2rem, 4.2vw, 3.2rem);
  line-height: 0.98;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #0f172a;
  text-wrap: balance;
}

.h360-page--colombia .renewal-advantages__title span,
.h360-page--colombia .renewal-advantages__title strong {
  color: #0073ff;
  font-weight: inherit;
}

/* TinyMCE envolve conteúdo em <p> — reset para não quebrar o layout em linha */
.h360-page--colombia .renewal-advantages__title p {
  display: inline;
  margin: 0;
  padding: 0;
}

.h360-page--colombia .renewal-advantages__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.62rem;
}

.h360-page--colombia .renewal-advantages__item {
  position: relative;
  margin: 0;
  min-height: 3.25rem;
  display: flex;
  align-items: center;
  padding: 0.82rem 1rem 0.82rem 2.85rem;
  border-radius: 18px;
  border: 1px solid rgb(96 165 250 / 0.32);
  background: linear-gradient(135deg, rgb(255 255 255 / 0.95) 0%, rgb(237 245 255 / 0.96) 100%);
  box-shadow: 0 14px 26px -22px rgb(15 23 42 / 0.5);
  font-family: var(--font-sans), Arial, sans-serif;
  font-size: clamp(0.93rem, 1.2vw, 1.05rem);
  line-height: 1.35;
  color: #1e293b;
}

.h360-page--colombia .renewal-advantages__item::before {
  content: "";
  position: absolute;
  left: 0.95rem;
  top: 50%;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 999px;
  transform: translateY(-50%);
  background: linear-gradient(135deg, #60a5fa 0%, #0073ff 100%);
  box-shadow: 0 8px 14px -10px rgb(37 99 235 / 0.7);
}

.h360-page--colombia .renewal-advantages__item::after {
  content: "";
  position: absolute;
  left: 1.34rem;
  top: 50%;
  width: 0.4rem;
  height: 0.22rem;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-60%) rotate(-45deg);
}

@media (max-width: 1024px) {
  .h360-page--colombia .renewal-advantages__inner {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }
}

@media (max-width: 760px) {
  .h360-page--colombia .renewal-advantages__list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .h360-page--colombia .renewal-advantages__inner {
    gap: 0.75rem;
    padding-top: 41.6px;
    padding-bottom: 41.6px;
    padding-left: max(env(safe-area-inset-left, 0px), var(--co-mobile-inline));
    padding-right: max(env(safe-area-inset-right, 0px), var(--co-mobile-inline));
  }

  .h360-page--colombia .renewal-advantages__title {
    font-size: clamp(1.8rem, 8vw, 2.45rem);
  }

  .h360-page--colombia .renewal-advantages__item {
    min-height: 3rem;
    font-size: 0.9rem;
    padding-left: 2.6rem;
    padding-right: 0.88rem;
  }

  .h360-page--colombia .renewal-advantages__item::before {
    left: 0.82rem;
    width: 1.1rem;
    height: 1.1rem;
  }

  .h360-page--colombia .renewal-advantages__item::after {
    left: 1.18rem;
  }
}

/* ─── renewal-instructors (fondo oscuro + atmósfera como programación; grid 2 col) ─── */
.h360-page--colombia .renewal-instructors {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse 72% 58% at 12% 12%, rgb(37 99 235 / 0.2), transparent 58%),
    radial-gradient(ellipse 55% 46% at 88% 82%, rgb(14 165 233 / 0.16), transparent 62%),
    linear-gradient(145deg, #080d18 0%, #0c1424 42%, #101a2e 100%);
  border-top: 1px solid rgb(59 130 246 / 0.3);
  border-bottom: 1px solid rgb(59 130 246 / 0.22);
}

.h360-page--colombia .renewal-instructors::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: -24% -10%;
  pointer-events: none;
  background:
    conic-gradient(
      from 210deg at 45% 52%,
      rgb(59 130 246 / 0.12),
      transparent 34%,
      rgb(125 211 252 / 0.09),
      transparent 68%,
      rgb(59 130 246 / 0.1)
    ),
    radial-gradient(circle at 58% 46%, rgb(255 255 255 / 0.08), transparent 48%);
  filter: blur(28px);
  animation: co-programa-drift 20s ease-in-out infinite;
}

.h360-page--colombia .renewal-instructors::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.038;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.h360-page--colombia .renewal-instructors__inner {
  position: relative;
  z-index: 2;
  width: min(100%, 1350px);
  max-width: 1350px;
  margin: 0 auto;
  padding: 90px 0;
  box-sizing: border-box;
  display: grid;
  gap: clamp(1.15rem, 2.3vw, 1.85rem);
}

.h360-page--colombia .renewal-instructors__kicker {
  margin: 0 0 0.55rem !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: fit-content !important;
  padding: 0.28rem 0.68rem !important;
  border-radius: 999px !important;
  border: 1px solid rgb(226 232 240 / 0.3) !important;
  background: rgb(148 163 184 / 0.14) !important;
  font-family: var(--font-sans), Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  text-transform: capitalize !important;
  color: rgb(226 232 240 / 0.94) !important;
}

.h360-page--colombia .renewal-instructors__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr);
  align-items: end;
  gap: clamp(1rem, 2.2vw, 2rem);
}

.h360-page--colombia .renewal-instructors__title {
  margin: 0;
  display: grid;
  gap: 0.22rem;
  font-family: var(--font-heading), Georgia, serif;
  color: #fff;
  text-wrap: balance;
}

.h360-page--colombia .renewal-instructors__title-kicker {
  display: block;
  font-size: clamp(2.25rem, 4.4vw, 3.5rem);
  font-weight: 300;
  line-height: 0.94;
  letter-spacing: -0.022em;
  color: rgb(226 232 240 / 0.94);
}

.h360-page--colombia .renewal-instructors__title > span:not(.renewal-instructors__title-kicker) {
  font-size: clamp(2.25rem, 4.4vw, 3.5rem);
  font-weight: 300;
  line-height: 0.94;
  letter-spacing: -0.022em;
  color: #fff;
}

.h360-page--colombia .renewal-instructors__intro {
  margin: 0;
  display: grid;
  justify-items: start;
  gap: 0.75rem;
  font-family: var(--font-sans), Arial, sans-serif;
  font-size: clamp(0.92rem, 1.05vw, 1rem);
  line-height: 1.45;
  color: rgb(226 232 240 / 0.9);
}

.h360-page--colombia .renewal-instructors__intro p {
  margin: 0;
  max-width: 34rem;
}

.h360-page--colombia .renewal-instructors__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-family: var(--font-sans), Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.01em;
  color: #86f89d;
  text-decoration: none;
  transition: color 200ms ease, transform 200ms ease;
}

.h360-page--colombia .renewal-instructors__cta:hover {
  color: #b2ffbf;
  transform: translateX(2px);
}

.h360-page--colombia .renewal-instructors__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(0.9rem, 2vw, 1.3rem);
}

.h360-page--colombia .renewal-instructors__card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  border: 1px solid rgb(148 163 184 / 0.3);
  border-radius: 0.75rem;
  background: linear-gradient(160deg, rgb(15 23 42 / 0.74), rgb(15 23 42 / 0.54));
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.12), 0 22px 40px -28px rgb(2 6 23 / 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  overflow: hidden;
  transition: border-color 220ms ease, transform 220ms ease, box-shadow 220ms ease;
}

.h360-page--colombia .renewal-instructors__card:hover {
  transform: translateY(-3px);
  border-color: rgb(125 211 252 / 0.35);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 0.16),
    0 24px 38px -24px rgb(0 115 255 / 0.22);
}

.h360-page--colombia .renewal-instructors__photo {
  margin: 0;
  overflow: hidden;
  background: #1f2937;
  height: clamp(300px, 30vw, 400px);
}

.h360-page--colombia .renewal-instructors__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.001);
  transition: transform 260ms ease;
}

.h360-page--colombia .renewal-instructors__card:hover .renewal-instructors__photo img {
  transform: scale(1.03);
}

.h360-page--colombia .renewal-instructors__name {
  margin: 0;
  padding: 1.1rem 1.15rem 0.42rem;
  font-family: var(--font-sans), Arial, sans-serif;
  font-size: clamp(1.08rem, 1.2vw, 1.18rem);
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: #f8fafc;
}

.h360-page--colombia .renewal-instructors__role {
  margin: 0;
  padding: 0 1.15rem 0.82rem;
  font-family: var(--font-sans), Arial, sans-serif;
  font-size: 13px;
  line-height: 1.25;
  color: rgb(219 234 254 / 0.9);
  text-transform: capitalize !important;
  font-weight: 500 !important;
}

.h360-page--colombia .renewal-instructors__bio {
  margin: 0;
  padding: 2.15rem 2.15rem 2.22rem;
  border-top: 1px solid rgb(255 255 255 / 0.18);
  font-family: var(--font-sans), Arial, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: rgb(241 245 249 / 0.9);
}

.h360-page--colombia .renewal-instructors__bio p {
  margin: 0;
}

.h360-page--colombia .renewal-instructors__bio p + p {
  margin-top: 0.45rem;
}

@media (prefers-reduced-motion: reduce) {
  .h360-page--colombia .renewal-instructors::before {
    animation: none;
  }

  .h360-page--colombia .renewal-instructors__card,
  .h360-page--colombia .renewal-instructors__photo img {
    transition: none;
  }

  .h360-page--colombia .renewal-instructors__card:hover {
    transform: none;
  }
}

@media (max-width: 1024px) {
  .h360-page--colombia .renewal-instructors__head {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 0.8rem;
  }

  .h360-page--colombia .renewal-instructors__card {
    min-height: 100%;
  }

  .h360-page--colombia .renewal-instructors__photo {
    height: clamp(275px, 37.5vw, 362.5px);
  }
}

@media (max-width: 767px) {
  .h360-page--colombia .renewal-instructors__inner {
    padding-top: 41.6px;
    padding-bottom: 41.6px;
    padding-left: max(env(safe-area-inset-left, 0px), var(--co-mobile-inline));
    padding-right: max(env(safe-area-inset-right, 0px), var(--co-mobile-inline));
  }

  .h360-page--colombia .renewal-instructors__title {
    margin-bottom: 0.9rem;
    gap: 0.15rem;
  }

  .h360-page--colombia .renewal-instructors__title span {
    font-size: clamp(2rem, 8vw, 2.6rem);
  }

  .h360-page--colombia .renewal-instructors__title span.renewal-instructors__title-kicker {
    font-size: 1rem;
  }

  .h360-page--colombia .renewal-instructors__intro {
    font-size: 0.9rem;
    line-height: 1.42;
  }

  .h360-page--colombia .renewal-instructors__grid {
    grid-template-columns: 1fr;
    gap: 1.1rem;
  }

  .h360-page--colombia .renewal-instructors__photo {
    height: clamp(275px, 90vw, 375px);
  }

  .h360-page--colombia .renewal-instructors__card {
    border-radius: 0.68rem;
  }

  .h360-page--colombia .renewal-instructors__name {
    padding: 0.98rem 1rem 0.36rem;
  }

  .h360-page--colombia .renewal-instructors__role {
    padding: 0 1rem 0.72rem;
  }
}

/* ─── Brillo en los bordes entre secciones ─── */
/* Claro → oscuro: co-importancia */
.h360-page--colombia .co-importancia {
  box-shadow:
    0 -1px 0 rgb(0 115 255 / 0.28),
    0 -6px 40px rgb(0 115 255 / 0.11);
}

/* Oscuro → claro: mensaje del presidente */
.h360-page--colombia .pep-section.pep-message {
  border-top: 1px solid rgb(125 211 252 / 0.22) !important;
  box-shadow:
    0 -1px 0 rgb(125 211 252 / 0.14),
    0 -6px 26px rgb(0 115 255 / 0.07);
}

/* Programación: brillo superior e inferior entre tonos claro/oscuro */
.h360-page--colombia .h360-programacao {
  box-shadow:
    0 -1px 0 rgb(0 115 255 / 0.36),
    0 -6px 42px rgb(0 115 255 / 0.15),
    0 1px 0 rgb(0 115 255 / 0.28),
    0 6px 32px rgb(0 115 255 / 0.1);
}

/* Oscuro → claro: editorial / experto invitado */
.h360-page--colombia .h360-intro.h360-intro--editorial {
  box-shadow:
    0 -1px 0 rgb(125 211 252 / 0.2),
    0 -6px 28px rgb(0 115 255 / 0.08);
}

/* ─── Importancia clínica — atmósfera tipo “pixel / inmersión” ─── */
.co-importancia {
  position: relative;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  max-width: 100vw;
  padding: max(100px, clamp(4.25rem, 12vw, 7.5rem)) 0;
  overflow: hidden;
  box-sizing: border-box;
}

.co-importancia__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

/* Foto de bienestar + luces (parallax vía JS en transform); gradientes para lectura a la izquierda */
.co-importancia__bg-atmosphere {
  position: absolute;
  inset: -4%;
  z-index: 0;
  transform: translate3d(0, 0, 0) scale(1.06);
  will-change: transform;
  background-color: #0b1224;
  background-image:
    radial-gradient(ellipse 78% 58% at 18% 28%, rgb(37 99 235 / 0.32), transparent 58%),
    radial-gradient(ellipse 52% 48% at 92% 22%, rgb(56 189 248 / 0.14), transparent 52%),
    linear-gradient(95deg, rgb(6 10 22 / 0.92) 0%, rgb(6 12 28 / 0.52) 40%, rgb(15 23 42 / 0.22) 56%, rgb(8 14 30 / 0.38) 100%),
    url("../imagens/renewal-colombia-importancia-wellness-couple.png");
  background-size: auto, auto, auto, cover;
  background-position: center, center, center, 56% top;
  background-repeat: no-repeat;
}

@keyframes co-importancia-scrim-drift {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 0.9;
  }
  45% {
    transform: translate(4%, -3.5%) scale(1.06);
    opacity: 1;
  }
  72% {
    transform: translate(-2.5%, 2%) scale(0.98);
    opacity: 0.88;
  }
}

@keyframes co-importancia-scrim-shimmer {
  0%,
  100% {
    background-position: 0% 50%;
    opacity: 0.26;
  }
  50% {
    background-position: 100% 50%;
    opacity: 0.4;
  }
}

.co-importancia__scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  isolation: isolate;
  pointer-events: none;
  background:
    radial-gradient(ellipse 70% 55% at 12% 45%, rgb(0 115 255 / 0.14), transparent 58%),
    radial-gradient(ellipse 50% 40% at 88% 30%, rgb(74 222 128 / 0.05), transparent 52%),
    linear-gradient(105deg, rgb(8 8 10 / 0.94) 0%, rgb(10 10 14 / 0.84) 34%, rgb(18 16 14 / 0.44) 54%, rgb(28 24 20 / 0.3) 100%),
    linear-gradient(to top, rgb(0 0 0 / 0.55) 0%, transparent 40%);
  box-shadow:
    inset 0 0 min(90px, 14vw) rgb(0 115 255 / 0.06),
    inset 0 -1px 0 rgb(255 255 255 / 0.04);
}

.co-importancia__scrim::before {
  content: "";
  position: absolute;
  inset: -22%;
  z-index: 0;
  background:
    radial-gradient(circle at 28% 38%, rgb(0 115 255 / 0.18), transparent 42%),
    radial-gradient(circle at 78% 62%, rgb(100 170 255 / 0.1), transparent 38%),
    conic-gradient(
      from 200deg at 50% 50%,
      transparent 0deg,
      rgb(0 115 255 / 0.05) 70deg,
      transparent 140deg,
      rgb(74 222 128 / 0.04) 220deg,
      transparent 300deg
    );
  animation: co-importancia-scrim-drift 26s ease-in-out infinite;
}

.co-importancia__scrim::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  mix-blend-mode: soft-light;
  background-image: linear-gradient(
    112deg,
    transparent 38%,
    rgb(255 255 255 / 0.09) 48%,
    rgb(255 255 255 / 0.16) 50%,
    rgb(255 255 255 / 0.08) 52%,
    transparent 62%
  );
  background-size: 220% 100%;
  background-position: 0% 50%;
  background-repeat: no-repeat;
  animation: co-importancia-scrim-shimmer 16s ease-in-out infinite;
}

.co-importancia__shell {
  position: relative;
  z-index: 2;
  width: min(100%, 1350px);
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}

.co-importancia__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 22rem);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}

.co-importancia__content {
  max-width: 43rem;
}

.co-importancia__eyebrow {
  margin: 0 0 0.4rem;
  font-family: var(--font-sans), Arial, sans-serif;
  font-size: clamp(0.66rem, 1.05vw, 0.74rem);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgb(191 219 254 / 0.92);
}

.co-importancia__title {
  margin: 0 0 0.9rem;
  font-family: var(--font-heading), Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.1rem);
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #f8fafc;
}

.co-importancia__title span,
.co-importancia__title strong {
  color: #fff;
  font-weight: inherit;
}

/* TinyMCE wrap em <p> — reset para não quebrar o layout em linha */
.co-importancia__title p {
  display: inline;
  margin: 0;
  padding: 0;
}

.co-importancia__checklist {
  margin: 0 0 0.95rem;
  max-width: 38rem;
  padding-left: 0;
  list-style: none;
}

.co-importancia__checklist li {
  margin: 0.38rem 0;
  display: flex;
  gap: 0.55rem;
  align-items: flex-start;
  font-family: var(--font-sans), Arial, sans-serif;
  font-size: clamp(0.9rem, 1.2vw, 0.98rem);
  line-height: 1.55;
  color: rgb(226 232 240 / 0.92);
}

.co-importancia__check-icon {
  flex-shrink: 0;
  width: 0.45rem;
  height: 0.45rem;
  margin-top: 0.48rem;
  border-radius: 50%;
  background: rgb(96 165 250 / 0.95);
  box-shadow: 0 0 0 3px rgb(147 197 253 / 0.22);
}

.co-importancia__check-icon svg {
  display: none;
}

.co-importancia__pillars {
  margin: 0 0 1rem;
  padding-left: 0;
  list-style: none;
  display: grid;
  gap: 0.34rem;
}

.co-importancia__pillars li {
  display: flex;
  align-items: center;
  gap: 0.48rem;
  font-family: var(--font-sans), Arial, sans-serif;
  font-size: clamp(0.84rem, 1.05vw, 0.92rem);
  line-height: 1.4;
  color: rgb(203 213 225 / 0.95);
}

.co-importancia__pillars svg {
  width: 0.9rem;
  height: 0.9rem;
  color: rgb(125 211 252 / 0.95);
  flex-shrink: 0;
}

.co-importancia__closing {
  margin: 0;
  max-width: 41rem;
  font-family: var(--font-sans), Arial, sans-serif;
  font-size: clamp(0.9rem, 1.2vw, 0.98rem);
  line-height: 1.6;
  color: rgb(241 245 249 / 0.9);
}

.co-importancia__cards {
  display: grid;
  gap: 0.62rem;
}

.co-importancia-card {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 0.78rem;
  padding: 0.84rem 0.92rem;
  border-radius: 14px;
  background: linear-gradient(145deg, rgb(255 255 255 / 0.18), rgb(255 255 255 / 0.1));
  border: 1px solid rgb(255 255 255 / 0.2);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.26), 0 10px 24px -16px rgb(0 0 0 / 0.45);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.co-importancia-card__kpi {
  min-width: 2.25rem;
  font-family: var(--font-heading), Georgia, serif;
  font-size: clamp(1.45rem, 2.1vw, 1.9rem);
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.02em;
  color: rgb(248 250 252 / 0.96);
}

.co-importancia-card__meta {
  display: grid;
  gap: 0.24rem;
}

.co-importancia-card__line {
  margin: 0;
  font-family: var(--font-sans), Arial, sans-serif;
  font-size: clamp(0.76rem, 1vw, 0.83rem);
  line-height: 1.42;
  color: rgb(255 255 255 / 0.9);
}

.co-importancia-card__line--muted {
  color: rgb(226 232 240 / 0.75);
}

@media (max-width: 1024px) {
  .co-importancia {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    max-width: none;
    padding: max(100px, clamp(2.4rem, 7vw, 3.2rem)) 0;
  }

  .co-importancia__shell {
    width: min(100%, 1350px);
  }

  .co-importancia__grid {
    grid-template-columns: 1fr;
    gap: 1.3rem;
  }
}

@media (max-width: 767px) {
  .co-importancia-card {
    padding: 0.72rem 0.78rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .co-importancia__bg-atmosphere {
    will-change: auto;
    transform: translate3d(0, 0, 0) scale(1.06) !important;
  }

  .co-importancia__scrim::before,
  .co-importancia__scrim::after {
    animation: none;
  }

  .co-importancia__scrim::before {
    inset: -8%;
    opacity: 0.75;
    transform: none;
  }

  .co-importancia__scrim::after {
    opacity: 0.12;
    background-position: 50% 50%;
  }
}

/* Mensaje del presidente — fondo claro con efecto */
.pep-section.pep-message {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse 60% 45% at 12% 18%, rgb(59 130 246 / 0.12), transparent 62%),
    radial-gradient(ellipse 52% 40% at 90% 82%, rgb(37 99 235 / 0.1), transparent 58%),
    linear-gradient(180deg, #f8fbff 0%, #f1f6fd 100%);
  border-top: 1px solid rgb(203 213 225 / 0.75);
  border-bottom: 1px solid rgb(203 213 225 / 0.55);
}

.pep-section.pep-message::before {
  content: "";
  position: absolute;
  inset: -30% -10%;
  pointer-events: none;
  background:
    conic-gradient(from 220deg at 30% 40%, rgb(59 130 246 / 0.08), transparent 33%, rgb(14 165 233 / 0.05), transparent 66%, rgb(59 130 246 / 0.07)),
    radial-gradient(circle at 60% 52%, rgb(255 255 255 / 0.75), transparent 42%);
  filter: blur(24px);
  animation: pep-bg-drift 18s ease-in-out infinite;
}

@keyframes pep-bg-drift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(0.6%, -0.9%, 0) scale(1.03);
  }
}

.pep-wrap {
  position: relative;
  z-index: 1;
  width: min(100%, 1350px);
  max-width: 1350px;
  margin: 0 auto;
  padding: max(100px, clamp(2.2rem, 4.8vw, 3.6rem)) 0;
  box-sizing: border-box;
}

.pep-message__grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(1.5rem, 3.2vw, 2.35rem);
  text-align: center;
}

.pep-message__grid > div:first-child {
  width: min(100%, 40rem);
  align-self: center;
}

.pep-eyebrow {
  margin: 0 0 0.45rem;
  font-family: var(--font-sans), Arial, sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
}

.pep-eyebrow--light {
  color: #2563eb;
}

.pep-message h2 {
  margin: 0 auto;
  max-width: min(34rem, 100%);
  font-family: var(--font-heading), Georgia, serif;
  font-size: clamp(1.9rem, 3.2vw, 2.8rem);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #0f2847;
  text-align: center;
}

.pep-message .pep-btn {
  margin-left: auto;
  margin-right: auto;
}

.pep-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  margin-top: clamp(1.05rem, 2.4vw, 1.5rem);
  min-height: 2.95rem;
  padding: 0.62rem 1.38rem;
  border-radius: 999px;
  text-decoration: none;
  font-family: var(--font-sans), Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

button.pep-btn {
  cursor: pointer;
  font: inherit;
  -webkit-appearance: none;
  appearance: none;
}

.pep-btn--ghost-light {
  color: #0f3c90;
  background: rgb(255 255 255 / 0.72);
  border: 1px solid rgb(148 163 184 / 0.42);
  box-shadow: 0 8px 22px -16px rgb(15 23 42 / 0.4);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.pep-btn--ghost-light:hover {
  transform: translateY(-1px);
  background: rgb(255 255 255 / 0.85);
  color: #0f3c90;
  box-shadow: 0 14px 28px -16px rgb(15 23 42 / 0.42);
}

.pep-btn__play {
  display: inline-grid;
  place-items: center;
  width: 1.45rem;
  height: 1.45rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
  color: #fff;
  box-shadow: 0 6px 14px -8px rgb(37 99 235 / 0.7);
}

.pep-btn__play svg {
  width: 0.7rem;
  height: 0.7rem;
}

.pep-message .pep-video {
  width: 100%;
  max-width: 100%;
  margin-inline: auto;
  align-self: center;
}

.pep-video {
  position: relative;
  border-radius: 1rem;
  min-height: clamp(220px, 52vw, 360px);
  overflow: hidden;
  border: 1px solid rgb(148 163 184 / 0.45);
  box-shadow: 0 18px 38px -20px rgb(15 23 42 / 0.45);
  background: #0f172a;
  cursor: pointer;
}

.pep-video__media {
  display: block;
  width: 100%;
  height: 100%;
  min-height: clamp(220px, 52vw, 360px);
  object-fit: cover;
  background: #0f172a;
  border: 0;
}

@media (min-width: 1024px) {
  .pep-message .pep-video {
    width: min(1000px, 100%);
    max-width: 100%;
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  .pep-message .pep-video .pep-video__media {
    min-height: 0;
    aspect-ratio: 16 / 9;
    object-fit: contain;
    object-position: center;
    background: #000;
  }
}

.pep-video__portrait {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(112deg, rgb(15 23 42 / 0.55) 0%, rgb(15 23 42 / 0.15) 58%, rgb(15 23 42 / 0.55) 100%),
    url("../imagens/contact.png");
  background-size: cover;
  background-position: center;
  transform: scale(1.06);
}

.pep-video__ring {
  position: absolute;
  inset: 10% 16%;
  border: 1px solid rgb(191 219 254 / 0.5);
  border-radius: 999px;
  filter: blur(0.2px);
  animation: pep-ring-pulse 2.8s ease-in-out infinite;
}

@keyframes pep-ring-pulse {
  0%,
  100% {
    opacity: 0.3;
    transform: scale(1);
  }
  50% {
    opacity: 0.8;
    transform: scale(1.04);
  }
}

@media (prefers-reduced-motion: reduce) {
  .pep-video__ring {
    animation: none;
    opacity: 0.42;
    transform: none;
  }

  .pep-section.pep-message::before {
    animation: none;
  }
}

.pep-video__play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 3.2rem;
  height: 3.2rem;
  margin-left: -1.6rem;
  margin-top: -1.6rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
  box-shadow: 0 16px 26px -12px rgb(30 64 175 / 0.7);
}

.pep-video__play svg {
  width: 1.05rem;
  height: 1.05rem;
}

.pep-video:focus-visible {
  outline: 2px solid rgb(37 99 235 / 0.8);
  outline-offset: 3px;
}

.pep-btn--gradient {
  color: #fff;
  background: linear-gradient(120deg, var(--renewal-blue) 0%, var(--renewal-blue-soft) 100%);
  box-shadow: 0 8px 22px -8px rgb(0 115 255 / 0.45);
  border: 2px solid transparent;
}

.pep-btn--gradient:hover {
  color: #fff;
  box-shadow: 0 18px 38px -10px rgb(0 115 255 / 0.55);
}

/* Sección 3/4 — fondo oscuro para la programación */
.h360-page--colombia .h360-programacao {
  position: relative;
  overflow: hidden;
  padding-block: max(100px, clamp(3.25rem, 9vw, 5.75rem));
  background:
    radial-gradient(ellipse 72% 58% at 12% 12%, rgb(37 99 235 / 0.2), transparent 58%),
    radial-gradient(ellipse 55% 46% at 88% 82%, rgb(14 165 233 / 0.16), transparent 62%),
    linear-gradient(145deg, #080d18 0%, #0c1424 42%, #101a2e 100%);
  border-top: 1px solid rgb(59 130 246 / 0.3);
  border-bottom: 1px solid rgb(59 130 246 / 0.22);
}

.h360-page--colombia .h360-programacao::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: -24% -10%;
  pointer-events: none;
  background:
    conic-gradient(from 210deg at 45% 52%, rgb(59 130 246 / 0.12), transparent 34%, rgb(125 211 252 / 0.09), transparent 68%, rgb(59 130 246 / 0.1)),
    radial-gradient(circle at 58% 46%, rgb(255 255 255 / 0.08), transparent 48%);
  filter: blur(28px);
  animation: co-programa-drift 20s ease-in-out infinite;
}

.h360-page--colombia .h360-programacao::after {
  z-index: 1;
}

/* Red neuronal contenida (esquina inferior derecha): programación, importancia clínica, registro */
.h360-page--colombia .co-prog-neural-layers {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
}

.h360-page--colombia .co-prog-neural-wrap {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 53%;
  height: 96%;
  z-index: 0;
  pointer-events: none;
  -webkit-mask-image: radial-gradient(ellipse 88% 88% at 100% 100%, #000 0%, #000 38%, transparent 72%);
  mask-image: radial-gradient(ellipse 88% 88% at 100% 100%, #000 0%, #000 38%, transparent 72%);
}

@media (max-width: 767px) {
  .h360-page--colombia .co-prog-neural-wrap {
    width: 84%;
    height: 66%;
    right: 0;
    bottom: 0;
  }
}

.h360-page--colombia .co-prog-neural-wrap canvas {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.66;
  mix-blend-mode: screen;
}

@keyframes co-programa-drift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(-0.8%, 1.2%, 0) scale(1.03);
  }
}

.h360-page--colombia .h360-programacao__inner {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.h360-page--colombia .h360-programacao .ds2-kicker {
  width: 100%;
  text-align: center;
  color: rgb(147 197 253 / 0.95);
}

.h360-page--colombia .h360-programacao__title {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: clamp(2rem, 4vw, 2.75rem);
  text-align: center;
  color: #f8fafc;
  text-shadow: 0 8px 26px rgb(2 6 23 / 0.5);
  font-size: clamp(1.35rem, 2.65vw, 2.35rem);
  line-height: 1.12;
  letter-spacing: -0.02em;
}

@media (min-width: 480px) {
  .h360-page--colombia .h360-programacao__title {
    white-space: nowrap;
  }
}

@media (max-width: 479px) {
  .h360-page--colombia .h360-programacao__title {
    white-space: normal;
    text-wrap: balance;
    font-size: clamp(1.12rem, 4.5vw, 1.55rem);
  }
}

.h360-page--colombia .h360-programacao__grid {
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .h360-page--colombia .h360-programacao__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
  }
}

@media (min-width: 1100px) {
  .h360-page--colombia .h360-programacao__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
  }
}

.h360-page--colombia .h360-programacao__panel {
  border: 1px solid rgb(148 163 184 / 0.3);
  background: linear-gradient(160deg, rgb(15 23 42 / 0.74), rgb(15 23 42 / 0.54));
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.12), 0 22px 40px -28px rgb(2 6 23 / 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.h360-page--colombia .h360-programacao__panel h3 {
  color: #e2e8f0;
}

.h360-page--colombia .h360-schedule li {
  color: rgb(226 232 240 / 0.9);
}

.h360-page--colombia .h360-schedule li strong {
  color: rgb(125 211 252 / 0.98);
}

.h360-page--colombia .h360-programacao__panel--bonus {
  border-color: rgb(74 222 128 / 0.28);
  background: linear-gradient(165deg, rgb(15 23 42 / 0.78), rgb(15 30 24 / 0.55));
  box-shadow:
    inset 0 1px 0 rgb(74 222 128 / 0.14),
    0 22px 40px -28px rgb(2 6 23 / 0.85),
    0 0 0 1px rgb(74 222 128 / 0.12);
}

@media (prefers-reduced-motion: reduce) {
  .h360-page--colombia .h360-programacao::before {
    animation: none;
    transform: none;
  }

  .h360-page--colombia .co-final-form::before {
    animation: none;
    transform: none;
  }
}

/* Formulario final — copy + registro, fondo oscuro con atmósfera */
.h360-page--colombia .co-final-form {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin-top: -1px;
  background:
    radial-gradient(ellipse 68% 52% at 18% 18%, rgb(37 99 235 / 0.22), transparent 58%),
    radial-gradient(ellipse 50% 48% at 92% 88%, rgb(14 165 233 / 0.14), transparent 62%),
    linear-gradient(152deg, #050a14 0%, #0a1222 45%, #060d18 100%);
  box-shadow: none;
}

.h360-page--colombia .co-final-form::before {
  content: "";
  position: absolute;
  inset: -26% -12%;
  z-index: 0;
  pointer-events: none;
  background:
    conic-gradient(from 185deg at 42% 48%, rgb(59 130 246 / 0.14), transparent 32%, rgb(125 211 252 / 0.1), transparent 66%, rgb(0 115 255 / 0.12)),
    radial-gradient(circle at 62% 40%, rgb(255 255 255 / 0.07), transparent 46%);
  filter: blur(30px);
  animation: co-form-drift 22s ease-in-out infinite;
}

@keyframes co-form-drift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(1.1%, -0.9%, 0) scale(1.04);
  }
}

.h360-page--colombia .co-final-form__shell {
  position: relative;
  z-index: 3;
}

.h360-page--colombia .co-final-form__brand {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: clamp(2.25rem, 5vw, 3.5rem) 0 0;
}

.h360-page--colombia .co-final-form__logo {
  display: block;
  width: clamp(160px, 32vw, 240px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 2px 20px rgb(0 0 0 / 0.45));
}

.h360-page--colombia .co-final-form__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
  gap: clamp(1.75rem, 4vw, 3.25rem);
  align-items: start;
}

.h360-page--colombia .co-final-form .ds2-kicker {
  color: rgb(147 197 253 / 0.95);
  margin-bottom: 0.75rem;
}

.h360-page--colombia .co-final-form__title {
  margin: 0 0 1.25rem;
  font-family: var(--font-heading), Georgia, serif;
  font-size: clamp(1.65rem, 3vw, 2.45rem);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: #f8fafc;
  text-shadow: 0 10px 32px rgb(2 6 23 / 0.55);
  max-width: 38rem;
}

.h360-page--colombia .co-final-form__title .co-final-form__em {
  background: linear-gradient(118deg, rgb(125 211 252) 0%, rgb(74 222 128) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.h360-page--colombia .co-final-form__lede {
  margin: 0 0 0.85rem;
  max-width: 40rem;
  font-family: var(--font-sans), Arial, sans-serif;
  font-size: clamp(0.95rem, 1.65vw, 1.05rem);
  line-height: 1.55;
  color: rgb(203 213 225 / 0.95);
}

.h360-page--colombia .co-final-form__lede:last-of-type {
  margin-bottom: 0;
}

.h360-page--colombia .co-final-form__exclusive {
  margin-top: clamp(1.4rem, 3.2vw, 2.15rem);
  padding-top: clamp(1.2rem, 2.6vw, 1.75rem);
  border-top: 1px solid rgb(148 163 184 / 0.22);
  max-width: 40rem;
}

.h360-page--colombia .co-final-form__exclusive-title {
  margin: 0 0 0.7rem;
  font-family: var(--font-heading), Georgia, serif;
  font-size: clamp(1.2rem, 2.1vw, 1.5rem);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #f8fafc;
}

.h360-page--colombia .co-final-form__exclusive-text {
  margin: 0 0 1.05rem;
  font-family: var(--font-sans), Arial, sans-serif;
  font-size: clamp(0.88rem, 1.45vw, 0.98rem);
  line-height: 1.55;
  color: rgb(203 213 225 / 0.94);
}

.h360-page--colombia .co-final-form__exclusive-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.4rem;
  align-items: center;
}

.h360-page--colombia .co-final-form__meta-item {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}

.h360-page--colombia .co-final-form__meta-icon {
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
  border-radius: 10px;
  background: rgb(0 115 255 / 0.2);
  color: rgb(186 230 253 / 0.98);
  border: 1px solid rgb(125 211 252 / 0.18);
}

.h360-page--colombia .co-final-form__meta-icon svg {
  width: 16px;
  height: 16px;
}

.h360-page--colombia .co-final-form__meta-text {
  font-family: var(--font-sans), Arial, sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  color: #f1f5f9;
}

.h360-page--colombia .co-final-form__panel {
  padding: clamp(1.25rem, 2.8vw, 1.65rem);
  border-radius: 1.1rem;
  border: 1px solid rgb(148 163 184 / 0.32);
  background: #fcfcfd;
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 0.85),
    0 24px 48px -32px rgb(15 23 42 / 0.28),
    0 0 0 1px rgb(148 163 184 / 0.18);
}

/* RD Station embed: force neutral light background inside injected structure */
.h360-page--colombia .co-final-form__panel .rd-section,
.h360-page--colombia .co-final-form__panel .rd-column > div,
.h360-page--colombia .co-final-form__panel .bricks--component-embeddable-form {
  background-color: #fcfcfd !important;
}

.h360-page--colombia .co-final-form__form {
  display: grid;
  gap: 0.95rem;
}

.h360-page--colombia .co-final-form__field {
  display: grid;
  gap: 0.35rem;
}

.h360-page--colombia .co-final-form__label {
  font-family: var(--font-sans), Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: rgb(226 232 240 / 0.88);
}

.h360-page--colombia .co-final-form__input {
  width: 100%;
  min-height: 2.75rem;
  box-sizing: border-box;
  padding: 0.72rem 0.95rem;
  border-radius: 0.65rem;
  border: 1px solid rgb(100 116 139 / 0.45);
  background: rgb(2 6 23 / 0.55);
  color: #f1f5f9;
  font-family: var(--font-sans), Arial, sans-serif;
  font-size: 0.95rem;
  outline: none;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.h360-page--colombia .co-final-form__input::placeholder {
  color: rgb(148 163 184 / 0.75);
}

.h360-page--colombia .co-final-form__input:focus {
  border-color: rgb(56 189 248 / 0.65);
  box-shadow: 0 0 0 3px rgb(14 165 233 / 0.2);
}

.h360-page--colombia .co-final-form__hint {
  margin: 0.85rem 0 0;
  font-family: var(--font-sans), Arial, sans-serif;
  font-size: 0.75rem;
  line-height: 1.45;
  color: rgb(148 163 184 / 0.9);
}

.h360-page--colombia .co-final-form__submit {
  margin-top: 0.15rem;
  width: 100%;
  justify-content: center;
  text-transform: none;
  letter-spacing: 0.02em;
  font-size: 0.88rem;
  min-height: 3rem;
  border: none;
  cursor: pointer;
}

@media (max-width: 900px) {
  .h360-page--colombia .co-final-form__layout {
    grid-template-columns: 1fr;
  }

  .h360-page--colombia .co-final-form__title {
    max-width: none;
  }
}

/* CTAs — mismo verde que la sección 2 (#69dc82 / hover #4fcf6b) */
.h360-page--colombia .h360-hero .h360-btn--primary {
  background: #69dc82;
  color: #fff;
  box-shadow: 0 12px 28px -16px rgb(2 6 23 / 0.55), 0 0 0 1px rgb(255 255 255 / 0.14) inset;
}

.h360-page--colombia .h360-hero .h360-btn--primary:hover {
  background: #4fcf6b;
  color: #fff;
  box-shadow: 0 16px 32px -14px rgb(2 6 23 / 0.58), 0 0 0 1px rgb(255 255 255 / 0.2) inset;
}

.h360-page--colombia .pep-btn--ghost-light {
  color: #fff;
  background: #69dc82;
  border: 0;
  box-shadow: 0 12px 28px -16px rgb(2 6 23 / 0.55);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.h360-page--colombia .pep-btn--ghost-light:hover {
  transform: translateY(-2px);
  background: #4fcf6b;
  color: #fff;
  box-shadow: 0 16px 32px -14px rgb(2 6 23 / 0.58);
}

.h360-page--colombia .pep-btn__play {
  background: linear-gradient(135deg, #69dc82 0%, #4fcf6b 100%);
  box-shadow: 0 6px 14px -8px rgb(34 197 94 / 0.55);
}

.h360-page--colombia .pep-video__play {
  background: linear-gradient(135deg, #69dc82 0%, #3faa56 100%);
  box-shadow: 0 16px 26px -12px rgb(22 163 74 / 0.65);
}

.h360-page--colombia .pep-video:focus-visible {
  outline-color: rgb(74 222 128 / 0.85);
}

.h360-page--colombia .pep-btn--gradient {
  background: #69dc82;
  border: none;
  box-shadow: 0 12px 28px -16px rgb(2 6 23 / 0.55);
}

.h360-page--colombia .pep-btn--gradient:hover {
  background: #4fcf6b;
  box-shadow: 0 16px 32px -14px rgb(2 6 23 / 0.58);
}

@media (max-width: 767px) {
  .h360-page--colombia .h360-rail {
    padding-left: max(env(safe-area-inset-left, 0px), var(--co-mobile-inline));
    padding-right: max(env(safe-area-inset-right, 0px), var(--co-mobile-inline));
  }

  .h360-page--colombia .renewal-pellets__inner {
    padding-left: max(env(safe-area-inset-left, 0px), var(--co-mobile-inline));
    padding-right: max(env(safe-area-inset-right, 0px), var(--co-mobile-inline));
  }

  .h360-page--colombia .mp-audience__inner {
    padding-left: max(env(safe-area-inset-left, 0px), var(--co-mobile-inline));
    padding-right: max(env(safe-area-inset-right, 0px), var(--co-mobile-inline));
  }

  .h360-page--colombia .co-importancia__shell {
    padding-left: max(env(safe-area-inset-left, 0px), var(--co-mobile-inline));
    padding-right: max(env(safe-area-inset-right, 0px), var(--co-mobile-inline));
  }

  .h360-page--colombia .pep-wrap {
    padding-left: max(env(safe-area-inset-left, 0px), var(--co-mobile-inline));
    padding-right: max(env(safe-area-inset-right, 0px), var(--co-mobile-inline));
  }

}

@media (prefers-reduced-motion: reduce) {
  .renewal-agenda__cta:hover,
  .h360-page--colombia .pep-btn--ghost-light:hover,
  .h360-page--colombia .h360-hero .h360-btn--primary:hover,
  .h360-page--colombia .pep-btn--gradient:hover {
    transform: none;
  }
}

/* ─── Master Protocols (Colombia / EUA): mobile visual polish ─── */
@media (max-width: 767px) {
  .h360-page--colombia .h360-hero__inner {
    padding-block: clamp(2.6rem, 11vw, 4.1rem);
    padding-inline: max(env(safe-area-inset-left, 0px), var(--co-mobile-inline))
      max(env(safe-area-inset-right, 0px), var(--co-mobile-inline));
  }

  .h360-page--colombia .h360-hero__headline {
    font-size: clamp(1.9rem, 10vw, 2.95rem);
    letter-spacing: -0.032em;
    line-height: 1.06;
    max-width: min(20rem, 100%);
    margin-inline: auto;
  }

  .h360-page--colombia .h360-hero__headline-line + .h360-hero__headline-line {
    margin-top: 0.06em;
  }

  .h360-page--colombia .h360-hero__date {
    font-size: clamp(0.9rem, 3.6vw, 1.02rem);
    line-height: 1.55;
    max-width: min(34rem, 100%);
    margin-inline: auto;
  }

  .h360-page--colombia .h360-hero__copy .h360-hero__date + .h360-hero__date {
    margin-top: 0.2rem;
  }

  .h360-page--colombia .h360-hero .h360-btn--primary {
    min-height: 2.85rem;
    padding-inline: 1.35rem;
    width: 100%;
    max-width: 20rem;
    justify-content: center;
    margin-inline: auto;
  }

  .h360-page--colombia .h360-colombia__meta {
    row-gap: 0.52rem;
    column-gap: 0.6rem;
  }

  .h360-page--colombia .renewal-pellets__inner,
  .h360-page--colombia .renewal-pellets--reverse .renewal-pellets__inner {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    gap: clamp(1.1rem, 4vw, 1.55rem);
    padding-top: clamp(2.35rem, 7.5vw, 3.25rem);
    padding-bottom: clamp(2.35rem, 7.5vw, 3.25rem);
  }

  .h360-page--colombia .renewal-pellets__inner > .renewal-pellets__content,
  .h360-page--colombia .renewal-pellets--reverse .renewal-pellets__inner > .renewal-pellets__content {
    order: 1;
  }

  .h360-page--colombia .renewal-pellets__inner > .renewal-pellets__visual,
  .h360-page--colombia .renewal-pellets--reverse .renewal-pellets__inner > .renewal-pellets__visual {
    order: 2;
    width: 100%;
    margin-top: 1.5rem;
    justify-self: center;
  }

  .h360-page--colombia .renewal-pellets__title {
    font-size: clamp(1.62rem, 5.5vw, 2.35rem);
    line-height: 1.08;
    max-width: 100%;
  }

  .h360-page--colombia .renewal-pellets__copy {
    font-size: 0.94rem;
    line-height: 1.52;
    max-width: 100%;
  }

  /* No mobile ambos os blocos pellets têm o mesmo estilo */
  .h360-page--colombia .renewal-pellets__cta-wrap {
    max-width: 100%;
  }

  .h360-page--colombia .renewal-pellets__image {
    object-position: center center;
  }

  .h360-page--colombia .renewal-agenda__cta {
    width: 100%;
    max-width: 22rem;
    justify-content: center;
    margin-inline: auto;
  }

  .h360-page--colombia .mp-audience {
    padding-block: clamp(2.65rem, 9vw, 3.85rem);
  }

  .h360-page--colombia .mp-audience__title {
    margin-bottom: clamp(1.15rem, 3.5vw, 1.65rem);
    font-size: clamp(1.45rem, 5vw, 2.2rem);
    line-height: 1.12;
  }

  .h360-page--colombia .mp-audience__cta {
    width: 100%;
    max-width: 100%;
    min-height: 2.85rem;
  }

  .h360-page--colombia .co-importancia__title {
    font-size: clamp(1.72rem, 5.8vw, 2.5rem);
    line-height: 1.08;
  }

  .h360-page--colombia .h360-programacao {
    padding-block: clamp(2.65rem, 10vw, 4.1rem);
  }

  .h360-page--colombia .h360-programacao__grid {
    gap: 0.78rem;
  }

  .h360-page--colombia .h360-programacao__panel {
    padding: clamp(1rem, 3.2vw, 1.35rem);
    border-radius: 0.9rem;
  }

  .h360-page--colombia .h360-programacao__panel h3 {
    font-size: clamp(1.02rem, 3.6vw, 1.2rem);
    margin-bottom: 0.72rem;
    line-height: 1.22;
  }

  .h360-page--colombia .renewal-advantages__title {
    font-size: clamp(1.62rem, 5.2vw, 2.28rem);
    line-height: 1.06;
  }

  .h360-page--colombia .renewal-advantages__item {
    font-size: 0.9rem;
    line-height: 1.36;
    padding-top: 0.78rem;
    padding-bottom: 0.78rem;
  }

  .h360-page--colombia .renewal-instructors__head {
    align-items: stretch;
    gap: 1rem;
  }

  .h360-page--colombia .renewal-instructors__intro {
    justify-items: center;
    text-align: center;
  }

  .h360-page--colombia .renewal-instructors__intro p {
    max-width: none;
  }

  .h360-page--colombia .renewal-instructors__cta {
    margin-inline: auto;
  }

  .h360-page--colombia .co-final-form__layout {
    gap: clamp(1.15rem, 3.8vw, 1.65rem);
  }

  .h360-page--colombia .co-final-form__title {
    font-size: clamp(1.32rem, 4.2vw, 1.92rem);
    line-height: 1.14;
  }

  .h360-page--colombia .co-final-form__lede {
    font-size: 0.93rem;
    line-height: 1.52;
  }

  .h360-page--colombia .pep-wrap {
    padding-top: clamp(2.2rem, 8vw, 3.1rem);
    padding-bottom: clamp(2.2rem, 8vw, 3.1rem);
  }

}

@media (max-width: 380px) {
  .h360-page--colombia .h360-colombia__meta {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .h360-page--colombia .h360-colombia__meta li {
    justify-content: center;
  }
}

/* ═══════════════════════════════════════════════════════════════════
   Renewal Editor — espaçamento de secções
   O helper renewal_mpeua_section_style_attr() emite directamente
   padding-top/right/bottom/left como inline style quando o utilizador
   define espaçamento. Não são necessárias regras CSS adicionais aqui;
   o inline style tem especificidade máxima e não interfere com o
   espaçamento por defeito das secções quando não está definido.
   ═══════════════════════════════════════════════════════════════════ */

/* ═══════════════════════════════════════════════════════════════════
   Schedule — módulos (sem speaker/date; título menor + tema abaixo)
   ═══════════════════════════════════════════════════════════════════ */

.h360-programacao__mod-title {
  font-family: "Area", sans-serif;
  font-weight: 400;
  font-size: clamp(0.975rem, 1.6vw, 1.125rem);
  color: rgb(147 197 253);
  margin: 0 0 0.5rem;
  line-height: 1.35;
}

.h360-programacao__mod-theme {
  font-size: clamp(0.9rem, 1.25vw, 1rem);
  color: rgb(255 255 255 / 0.85);
  margin: 0;
  line-height: 1.5;
}

.h360-programacao__panel--bonus .h360-programacao__mod-title {
  color: rgb(147 197 253);
}

/* ═══════════════════════════════════════════════════════════════════
   Featured instructor (.mp-fi) — 2 colunas imagem | info
   ═══════════════════════════════════════════════════════════════════ */

/* Cabeçalho da subseção do instrutor — dentro do mp-fi, ocupa as 2 colunas */
.h360-page--colombia .mp-fi__section-header {
  grid-column: 1 / -1;
  text-align: center;
  margin-bottom: clamp(1.5rem, 3vw, 2rem);
}

.h360-page--colombia .mp-fi__section-intro {
  max-width: 42rem;
  margin: 0.9rem auto 0;
  font-size: clamp(0.95rem, 1.4vw, 1.08rem);
  line-height: 1.6;
  color: rgb(203 213 225 / 0.82);
}

.h360-page--colombia .mp-fi {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 4vw, 3.5rem);
  align-items: center;
  margin-top: clamp(3rem, 6vw, 5rem);
  padding-top: clamp(2rem, 4vw, 3rem);
  border-top: 1px solid rgb(0 115 255 / 0.18);
}

.h360-page--colombia .mp-fi__media {
  margin: 0;
}

.h360-page--colombia .mp-fi__media img {
  width: 100%;
  aspect-ratio: 1.66 / 1;
  object-fit: cover;
  object-position: top center;
  border-radius: var(--h360-r-lg, 16px);
  display: block;
  box-shadow: 0 8px 40px rgb(0 0 0 / 0.28);
}

.h360-page--colombia .mp-fi__body {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding-top: 0.5rem;
}

.h360-page--colombia .mp-fi__name {
  font-family: var(--font-heading);
  font-weight: 300;
  font-size: clamp(1.5rem, 2.8vw, 2.125rem);
  color: #fff;
  margin: 0;
  line-height: 1.2;
}

.h360-page--colombia .mp-fi__role {
  font-size: clamp(0.875rem, 1.2vw, 1rem);
  color: rgb(147 197 253);
  margin: 0;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.h360-page--colombia .mp-fi__bio {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  margin-top: 0.5rem;
}

.h360-page--colombia .mp-fi__bio p {
  font-size: clamp(0.875rem, 1.15vw, 0.9375rem);
  color: rgb(203 213 225 / 0.9);
  margin: 0;
  line-height: 1.65;
}

@media (max-width: 700px) {
  .h360-page--colombia .mp-fi {
    grid-template-columns: 1fr;
  }

  .h360-page--colombia .mp-fi__media img {
    aspect-ratio: 1.66 / 1;
    max-height: 320px;
  }
}

/* ═══════════════════════════════════════════════════════════════════
   Blocos de preço (.mp-prices) — seção de registo
   ═══════════════════════════════════════════════════════════════════ */

.h360-page--colombia .mp-prices {
  display: flex;
  gap: clamp(0.75rem, 2vw, 1.25rem);
  margin-bottom: clamp(1.5rem, 3vw, 2.25rem);
  flex-wrap: wrap;
}

.h360-page--colombia .mp-price {
  flex: 1 1 200px;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  padding: clamp(1.25rem, 2.5vw, 1.75rem) clamp(1.25rem, 2.5vw, 1.75rem);
  border-radius: var(--h360-r-lg, 16px);
  background: rgb(255 255 255 / 0.05);
  border: 1px solid rgb(255 255 255 / 0.12);
  backdrop-filter: blur(10px);
}

.h360-page--colombia .mp-price--1 {
  border-color: rgb(0 115 255 / 0.45);
  background: linear-gradient(135deg, rgb(0 115 255 / 0.12) 0%, rgb(0 115 255 / 0.04) 100%);
}

.h360-page--colombia .mp-price--2 {
  border-color: rgb(255 255 255 / 0.18);
  background: linear-gradient(135deg, rgb(255 255 255 / 0.07) 0%, rgb(255 255 255 / 0.03) 100%);
}

.h360-page--colombia .mp-price__label {
  font-size: clamp(0.75rem, 1.1vw, 0.875rem);
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: rgb(147 197 253);
}

.h360-page--colombia .mp-price--1 .mp-price__label {
  color: rgb(96 165 250);
}

.h360-page--colombia .mp-price__value {
  font-family: "Area", sans-serif;
  font-size: clamp(1.25rem, 2vw, 1.6rem);
  font-weight: 600;
  color: #fff;
  line-height: 1.15;
  letter-spacing: -0.01em;
}

.h360-page--colombia .mp-price__note {
  font-family: "Area", sans-serif;
  font-size: clamp(0.75rem, 1vw, 0.84rem);
  line-height: 1.35;
  color: rgb(255 255 255 / 0.72);
}

@media (max-width: 520px) {
  .h360-page--colombia .mp-prices {
    flex-direction: row;
    flex-wrap: nowrap;
  }

  .h360-page--colombia .mp-price {
    flex: 1 1 0;
    min-width: 0;
    padding: 1rem;
  }

  .h360-page--colombia .mp-price__value {
    font-size: clamp(1rem, 5vw, 1.25rem);
  }
}
