body:not(.rtl) .elementor-6746 .elementor-element.elementor-element-36cd339e{left:0px;}body.rtl .elementor-6746 .elementor-element.elementor-element-36cd339e{right:0px;}.elementor-6746 .elementor-element.elementor-element-36cd339e{bottom:0px;}.elementor-6746 .elementor-element.elementor-element-36cd339e .elementor-button-content-wrapper{flex-direction:row;}.elementor-6746 .elementor-element.elementor-element-36cd339e .elementor-button .elementor-button-content-wrapper{gap:10px;}.elementor-6746 .elementor-element.elementor-element-36cd339e .elementor-button{font-size:15px;font-weight:950;}.elementor-6746 .elementor-element.elementor-element-47e2de0f > .elementor-container{max-width:1200px;}.elementor-6746 .elementor-element.elementor-element-516ba810 > .elementor-container{max-width:1200px;}.elementor-6746 .elementor-element.elementor-element-479ec370 > .elementor-container{max-width:1200px;}.elementor-6746 .elementor-element.elementor-element-1d5b96c7 > .elementor-container{max-width:1200px;}.elementor-6746 .elementor-element.elementor-element-63fd0edb > .elementor-container{max-width:1200px;}.elementor-6746 .elementor-element.elementor-element-7077a50b > .elementor-container{max-width:1200px;}.elementor-6746 .elementor-element.elementor-element-3f9c545 > .elementor-container{max-width:1200px;}.elementor-6746 .elementor-element.elementor-element-7d8739a4 > .elementor-container{max-width:1200px;}.elementor-6746 .elementor-element.elementor-element-431f818f > .elementor-container{max-width:1200px;}.elementor-6746 .elementor-element.elementor-element-4240fbc2 > .elementor-container{max-width:1200px;}.elementor-6746 .elementor-element.elementor-element-318ec501 > .elementor-container{max-width:1200px;}.elementor-6746 .elementor-element.elementor-element-20baa0bd > .elementor-container{max-width:1200px;}.elementor-6746 .elementor-element.elementor-element-683ecbd4 > .elementor-container{max-width:1200px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-6746 .elementor-element.elementor-element-36cd339e{bottom:-7px;}.elementor-6746 .elementor-element.elementor-element-36cd339e .elementor-button{font-size:14px;}}/* Start custom CSS for button, class: .elementor-element-36cd339e */.boton-flotante {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
  width: auto;
  max-width: min(390px, calc(100vw - 32px));
  min-height: 56px;
  padding: 15px 24px;
  border-radius: 999px;
  box-shadow: 0 18px 46px rgba(30,30,25,.20);
  font-size: 15px;
  line-height: 1.05;
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
}/* End custom CSS */
/* Start custom CSS */.gpf-page,
.gpf-page * {
  box-sizing: border-box;
}

.gpf-page {
  --blue: #5FC3E1;
  --blue-strong: #00C4D4;
  --blue-dark: #5FC3E1;
  --ink: #1E1E19;
  --anth: #2A2A24;
  --deep: #1A2B3C;
  --orange: #F2994A;
  --yellow: #F2C94C;
  --green: #49B86F;
  --cream: #FFFFFF;
  --mist: #F2FBFD;
  --rose: #E6F6FA;
  --line: rgba(30, 30, 25, .16);
  --text: #263842;
  --muted: #63727A;
  --white: #FFFFFF;
  --shadow: 0 24px 70px rgba(30, 30, 25, .10);
  color: var(--text);
  font-family: "Decimal", "ITC Avant Garde Gothic LT Medium", "Montserrat", Arial, sans-serif;
}

.gpf-block {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding: 92px 0 !important;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.gpf-wrap {
  width: min(1160px, calc(100% - 44px));
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.gpf-hero {
  min-height: 780px;
  display: flex;
  align-items: center;
  color: var(--white);
  background:
    linear-gradient(105deg, rgba(30,30,25,.90) 0%, rgba(30,30,25,.72) 45%, rgba(26,43,60,.18) 100%),
    linear-gradient(135deg, rgba(30,30,25,.98), rgba(45,99,110,.78), rgba(111,181,142,.52));
  background-size: cover;
  background-position: center;
}

.gpf-cream { background: var(--white); }
.gpf-white { background: var(--white); }
.gpf-mist { background: var(--mist); }
.gpf-rose { background: var(--mist); }
.gpf-blue { background: var(--blue); }
.gpf-dark { background: var(--ink); color: var(--white); }
.gpf-green { background: var(--ink); color: var(--white); }
.gpf-yellow { background: var(--white); }

.gpf-band-orange {
  background: var(--mist);
}

.gpf-texture {
  background:
    linear-gradient(180deg, rgba(255,255,255,.86), rgba(242,251,253,.90)),
    url("https://greatitute.com/wp-content/uploads/2026/05/texture-greatitute.jpg");
  background-size: cover;
  background-position: center;
}



.gpf-focus-bg {
  background: var(--ink);
}

.gpf-split,
.gpf-hero-grid,
.gpf-form-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, .78fr);
  gap: 44px;
  align-items: center;
}

.gpf-split-reverse {
  display: grid;
  grid-template-columns: minmax(360px, .82fr) minmax(0, 1fr);
  gap: 44px;
  align-items: center;
}

.gpf-grid {
  display: grid;
  gap: 18px;
}

.gpf-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.gpf-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.gpf-grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.gpf-kicker {
  display: inline-block;
  position: relative;
  width: fit-content;
  margin: 0 0 18px;
  padding: 0 0 8px;
  color: var(--blue) !important;
  font-size: 11px;
  line-height: 1.1;
  font-weight: 950;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.gpf-kicker:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  border-radius: 999px;
  background: var(--blue);
  transform: scaleX(.28);
  transform-origin: left;
  transition: transform .34s ease;
}

.gpf-block:hover .gpf-kicker:after,
.gpf-card:hover .gpf-kicker:after,
.gpf-board:hover .gpf-kicker:after,
.gpf-form-card:hover .gpf-kicker:after {
  transform: scaleX(1);
}

.gpf-kicker-orange,
.gpf-kicker-yellow,
.gpf-kicker-green {
  color: var(--blue) !important;
}

.gpf-kicker-orange:after,
.gpf-kicker-yellow:after,
.gpf-kicker-green:after {
  background: var(--blue);
}

.gpf-kicker-light {
  color: var(--blue) !important;
}

.gpf-kicker-light:after,
.gpf-dark .gpf-kicker:after,
.gpf-green .gpf-kicker:after,
.gpf-hero .gpf-kicker:after {
  background: var(--blue);
}

.gpf-dark .gpf-kicker,
.gpf-green .gpf-kicker,
.gpf-hero .gpf-kicker {
  color: var(--blue) !important;
}

.gpf-h1,
.gpf-h2,
.gpf-h3 {
  margin: 0;
  color: var(--ink);
  font-family: "ITC Avant Garde Gothic LT Medium", "Decimal", "Montserrat", Arial, sans-serif;
  font-weight: 950;
  letter-spacing: 0;
}

.gpf-hero .gpf-h1,
.gpf-dark .gpf-h2,
.gpf-dark .gpf-h3,
.gpf-green .gpf-h2,
.gpf-green .gpf-h3 {
  color: var(--white);
}

.gpf-h1 {
  max-width: 880px;
  font-size: clamp(48px, 7vw, 86px);
  line-height: .96;
}

.gpf-h2 {
  max-width: 900px;
  font-size: clamp(34px, 4.8vw, 58px);
  line-height: 1.04;
}

.gpf-h3 {
  font-size: 24px;
  line-height: 1.16;
}

.gpf-lead {
  max-width: 780px;
  margin: 24px 0 0;
  color: #334751;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.55;
  font-weight: 650;
}

.gpf-copy {
  max-width: 790px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.68;
}

.gpf-hero .gpf-lead,
.gpf-hero .gpf-copy,
.gpf-dark .gpf-copy,
.gpf-green .gpf-copy,
.gpf-dark .gpf-card p,
.gpf-green .gpf-card p {
  color: rgba(255,255,255,.82);
}

.gpf-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.gpf-btn {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--ink);
  color: var(--white) !important;
  font-size: 15px;
  line-height: 1;
  font-weight: 950;
  text-decoration: none !important;
  transition: transform .22s ease, background .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.gpf-btn:hover {
  transform: translateY(-2px);
  border-color: var(--blue);
  background: var(--blue);
  color: var(--ink) !important;
  box-shadow: 0 16px 34px rgba(30,30,25,.16);
}

.gpf-hero .gpf-btn,
.gpf-blue .gpf-btn {
  border-color: var(--ink);
  background: var(--blue);
  color: var(--ink) !important;
}

.gpf-btn-white {
  border-color: rgba(255,255,255,.72);
  background: rgba(255,255,255,.96);
  color: var(--ink) !important;
}

.gpf-text-link {
  color: var(--blue);
  font-weight: 900;
  text-decoration: none !important;
  border-bottom: 2px solid currentColor;
}

.gpf-text-link:hover {
  color: var(--white);
}

.gpf-card,
.gpf-board,
.gpf-form-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 14px 38px rgba(30,30,25,.055);
  transition: transform .26s ease, border-color .26s ease, background .26s ease, box-shadow .26s ease;
}

.gpf-card {
  min-height: 100%;
  padding: 28px;
}

.gpf-board,
.gpf-form-card {
  padding: 30px;
}

.gpf-card-blue { border-top: 7px solid var(--blue); }
.gpf-card-orange { border-top: 7px solid var(--orange); }
.gpf-card-yellow { border-top: 7px solid var(--yellow); }
.gpf-card-green { border-top: 7px solid var(--green); }

.gpf-card-blue { --accent: var(--blue); --accent-soft: rgba(95,195,225,.14); }
.gpf-card-orange { --accent: var(--orange); --accent-soft: rgba(242,153,74,.15); }
.gpf-card-yellow { --accent: var(--yellow); --accent-soft: rgba(242,201,76,.18); }
.gpf-card-green { --accent: var(--green); --accent-soft: rgba(39,174,96,.14); }

.gpf-dark .gpf-card,
.gpf-green .gpf-card {
  border-color: rgba(255,255,255,.18);
  background: rgba(255,255,255,.08);
  box-shadow: none;
}

.gpf-card:hover,
.gpf-board:hover,
.gpf-form-card:hover {
  transform: translateY(-6px);
  border-color: rgba(95,195,225,.72);
  box-shadow: 0 28px 70px rgba(30,30,25,.13);
}

.gpf-dark .gpf-card:hover,
.gpf-green .gpf-card:hover {
  border-color: rgba(95,195,225,.86);
  background: rgba(255,255,255,.13);
  box-shadow: 0 24px 58px rgba(0,0,0,.18);
}

.gpf-card p,
.gpf-board p {
  margin: 0;
  color: var(--muted);
  font-size: 15.5px;
  line-height: 1.62;
}

.gpf-card .gpf-h3 {
  margin-bottom: 12px;
}

.gpf-board {
  background: rgba(255,255,255,.96);
  color: var(--ink);
  box-shadow: var(--shadow);
}

.gpf-board-media {
  min-height: 150px;
  margin: 0 0 22px;
  border-radius: 8px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(30,30,25,.08), rgba(30,30,25,.38)),
    linear-gradient(135deg, #dff3f7, #f7f2df 52%, #9dd5b4);
  background-size: cover;
  background-position: center;
  transition: transform .28s ease, filter .28s ease;
}

.gpf-board:hover .gpf-board-media {
  transform: scale(1.015);
  filter: saturate(1.06);
}

.gpf-board .gpf-h3 {
  font-size: 30px;
}

.gpf-mini-editions {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
}

.gpf-mini-editions article {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  padding: 14px 15px;
  border: 1px solid rgba(95,195,225,.24);
  border-radius: 8px;
  background: var(--mist);
  transition: transform .22s ease, border-color .22s ease, background .22s ease;
}

.gpf-mini-editions article:hover {
  transform: translateX(6px);
  border-color: rgba(95,195,225,.72);
  background: #fff;
}

.gpf-mini-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 2px solid var(--blue);
  border-radius: 999px;
  color: var(--blue);
  background: #fff;
}

.gpf-mini-icon svg {
  width: 21px;
  height: 21px;
  display: block;
}

.gpf-mini-copy {
  display: grid;
  gap: 4px;
}

.gpf-mini-editions strong {
  color: var(--blue);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.gpf-mini-copy > span {
  color: var(--ink);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.35;
}

.gpf-board-note {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  margin-top: 16px;
  padding: 15px;
  border-left: 5px solid var(--blue);
  border-radius: 8px;
  background: rgba(95,195,225,.10);
  color: var(--text);
  font-size: 14px;
  font-weight: 850;
  line-height: 1.48;
}

.gpf-board-note svg {
  width: 28px;
  height: 28px;
  color: var(--blue);
}

.gpf-board-hearts {
  display: inline-flex;
  gap: 5px;
  color: var(--blue);
  font-size: 20px;
  line-height: 1;
}

.gpf-alert {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  margin: 22px 0 0;
  padding: 13px 17px;
  border: 1px solid rgba(255,255,255,.34);
  border-left: 5px solid var(--orange);
  border-radius: 8px;
  background: rgba(255,255,255,.94);
  color: var(--ink);
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 18px 46px rgba(0,0,0,.18);
  backdrop-filter: blur(6px);
}

.gpf-alert:before {
  content: "4";
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--orange);
  color: var(--ink);
  font-size: 15px;
  font-weight: 950;
  box-shadow: 0 0 0 5px rgba(242,153,74,.18);
}

.gpf-facts {
  display: grid;
  gap: 10px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.gpf-facts li {
  position: relative;
  padding: 14px 15px;
  border-radius: 8px;
  background: var(--mist);
  color: var(--text);
  font-size: 14px;
  font-weight: 850;
  line-height: 1.42;
  border: 1px solid rgba(95,195,225,.20);
  transition: transform .22s ease, background .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.gpf-facts li:hover {
  transform: translateX(5px);
  background: var(--white);
  border-color: rgba(95,195,225,.70);
  box-shadow: 0 12px 26px rgba(30,30,25,.08);
}

.gpf-facts li:after {
  content: "";
  position: absolute;
  inset: auto 12px 10px 12px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--orange), var(--yellow), var(--green));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .22s ease;
}

.gpf-facts li:hover:after {
  transform: scaleX(1);
}

.gpf-head {
  max-width: 910px;
  margin-bottom: 38px;
}

.gpf-head-center {
  margin-inline: auto;
  text-align: center;
}

.gpf-head-center .gpf-copy {
  margin-inline: auto;
}

.gpf-quote {
  padding: 40px;
  border-radius: 8px;
  background: var(--ink);
  color: var(--white);
  box-shadow: var(--shadow);
  transition: transform .26s ease, box-shadow .26s ease;
}

.gpf-quote:hover {
  transform: translateY(-5px);
  box-shadow: 0 30px 80px rgba(30,30,25,.22);
}

.gpf-quote p {
  margin: 0;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.08;
  font-weight: 950;
}

.gpf-quote span {
  display: block;
  margin-top: 18px;
  color: var(--blue);
  font-size: 14px;
  font-weight: 850;
}

.gpf-human-touch {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  margin-top: 24px;
  padding: 18px 20px;
  border: 1px solid rgba(95,195,225,.42);
  border-radius: 8px;
  background: rgba(95,195,225,.09);
  box-shadow: 0 14px 34px rgba(30,30,25,.045);
}

.gpf-human-touch img {
  width: 62px;
  height: 62px;
  display: block;
  object-fit: contain;
}

.gpf-human-touch p {
  margin: 0;
  color: var(--muted);
  font-size: 15.5px;
  line-height: 1.55;
}

.gpf-human-touch strong {
  display: block;
  margin-bottom: 3px;
  color: var(--ink);
  font-weight: 950;
}

.gpf-human-touch-feature {
  grid-template-columns: minmax(180px, .42fr) minmax(0, 1fr);
  gap: 24px;
  align-items: stretch;
  padding: 0;
  overflow: hidden;
  border-color: rgba(95,195,225,.34);
  background: var(--white);
  box-shadow: 0 22px 58px rgba(30,30,25,.08);
}

.gpf-human-touch-art {
  min-height: 210px;
  display: grid;
  place-items: center;
  padding: 22px;
  background:
    radial-gradient(circle at 18% 18%, rgba(95,195,225,.22), transparent 30%),
    linear-gradient(145deg, rgba(95,195,225,.12), rgba(255,255,255,.96));
}

.gpf-human-touch-feature .gpf-human-touch-art img {
  width: min(100%, 220px);
  height: auto;
  max-height: 210px;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 16px 24px rgba(30,30,25,.10));
}

.gpf-human-touch-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 26px 28px 26px 0;
}

.gpf-human-touch-copy strong {
  display: block;
  margin: 0 0 8px;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.24;
  font-weight: 950;
}

.gpf-human-touch-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 15.5px;
  line-height: 1.58;
}

.gpf-list {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.gpf-list li {
  position: relative;
  padding-left: 24px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.5;
}

.gpf-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: .48em;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--blue);
}

.gpf-dark .gpf-list li,
.gpf-green .gpf-list li {
  color: rgba(255,255,255,.82);
}

.gpf-strip {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 28px;
  align-items: start;
  padding: 34px 0;
  border-top: 1px solid var(--line);
  transition: background .22s ease, padding-left .22s ease, padding-right .22s ease;
}

.gpf-strip:last-child {
  border-bottom: 1px solid var(--line);
}

.gpf-strip:hover {
  padding-left: 18px;
  padding-right: 18px;
  background: rgba(95,195,225,.08);
}

.gpf-strip strong {
  color: var(--blue);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.gpf-strip-orange strong { color: var(--orange); }
.gpf-strip-yellow strong { color: #9A7200; }
.gpf-strip-green strong { color: var(--green); }

.gpf-visual {
  min-height: 440px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(30,30,25,.02), rgba(30,30,25,.74)),
    linear-gradient(145deg, #173f46, #2f716f 48%, #86c7a2);
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: end;
  padding: 28px;
  box-shadow: var(--shadow);
  transition: transform .28s ease, box-shadow .28s ease, filter .28s ease;
}

.gpf-visual:hover {
  transform: translateY(-5px);
  box-shadow: 0 32px 76px rgba(30,30,25,.16);
  filter: saturate(1.05);
}

.gpf-visual p {
  margin: 0;
  color: var(--white);
  font-size: 15px;
  line-height: 1.55;
  font-weight: 850;
}

.gpf-schedule {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 8px;
  overflow: hidden;
}

.gpf-schedule article {
  padding: 28px;
  border-right: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.08);
  transition: transform .22s ease, background .22s ease;
}

.gpf-schedule article:nth-child(1) { border-top: 7px solid var(--orange); }
.gpf-schedule article:nth-child(2) { border-top: 7px solid var(--yellow); }
.gpf-schedule article:nth-child(3) { border-top: 7px solid var(--green); }

.gpf-schedule article:hover {
  transform: translateY(-4px);
  background: rgba(255,255,255,.14);
}

.gpf-schedule article:last-child {
  border-right: 0;
}

.gpf-schedule strong {
  display: block;
  color: var(--yellow);
  margin-bottom: 12px;
}

.gpf-price-main {
  margin: 14px 0 8px;
  color: var(--ink);
  font-size: 40px;
  line-height: 1;
  font-weight: 950;
}

.gpf-stage-card {
  position: relative;
  overflow: hidden;
}

.gpf-stage-card:before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 7px;
  background: var(--accent, var(--blue));
}

.gpf-stage-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin: 0 0 18px;
  border: 2px solid var(--accent, var(--blue));
  border-radius: 999px;
  color: var(--blue);
  background: var(--accent-soft, rgba(95,195,225,.14));
}

.gpf-stage-icon svg {
  width: 27px;
  height: 27px;
  display: block;
}

.gpf-editions-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}

.gpf-edition-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  gap: 0;
  padding: 0;
  overflow: hidden;
  border-color: rgba(95,195,225,.28);
  background: linear-gradient(180deg, #fff 0%, rgba(242,251,253,.55) 100%);
}

.gpf-edition-card:hover .gpf-edition-head {
  background: linear-gradient(135deg, var(--accent-soft, rgba(95,195,225,.16)), rgba(255,255,255,.98));
}

.gpf-edition-head {
  padding: 26px 26px 22px;
  background: linear-gradient(135deg, var(--accent-soft, rgba(95,195,225,.10)), #fff);
  border-bottom: 1px solid var(--line);
  transition: background .24s ease;
}

.gpf-edition-label {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 14px;
  padding: 7px 10px;
  border-radius: 8px;
  background: var(--blue);
  color: var(--ink);
  font-size: 11px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.gpf-edition-card .gpf-h3 {
  margin-bottom: 0;
}

.gpf-edition-body {
  display: grid;
  gap: 12px;
  padding: 22px 26px 26px;
}

.gpf-data-row {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 15px;
  align-items: center;
  min-height: 78px;
  padding: 14px 16px;
  border: 1px solid rgba(95,195,225,.30);
  border-radius: 8px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 8px 22px rgba(30,30,25,.035);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.gpf-data-row:hover {
  transform: translateX(5px);
  border-color: var(--accent, var(--blue));
  box-shadow: 0 14px 34px rgba(30,30,25,.08);
}

.gpf-data-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 2px solid var(--accent, var(--blue));
  border-radius: 999px;
  color: var(--blue);
  background: #fff;
}

.gpf-data-icon svg {
  width: 27px;
  height: 27px;
  display: block;
}

.gpf-data-row strong {
  display: block;
  color: var(--blue);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.gpf-data-value {
  display: block;
  margin-top: 3px;
  color: var(--ink);
  font-size: 18px;
  font-weight: 950;
  line-height: 1.2;
}

.gpf-residential-note {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  margin-top: 24px;
  padding: 20px 22px;
  border: 1px solid rgba(95,195,225,.36);
  border-left: 6px solid var(--blue);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(30,30,25,.07);
}

.gpf-residential-icon {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border: 2px solid var(--blue);
  border-radius: 999px;
  color: var(--blue);
  background: rgba(95,195,225,.08);
}

.gpf-residential-icon svg {
  width: 32px;
  height: 32px;
  display: block;
}

.gpf-residential-note p {
  margin: 0;
  color: var(--text);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 850;
}

.gpf-residential-note strong {
  color: var(--blue);
}

.gpf-residential-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-left: 18px;
  border-left: 1px solid rgba(95,195,225,.38);
  color: var(--blue);
  font-weight: 950;
  text-decoration: none;
}

.gpf-residential-link svg {
  width: 25px;
  height: 25px;
}

.gpf-residential-hearts {
  display: inline-flex;
  gap: 4px;
  color: var(--blue);
  font-size: 22px;
  line-height: 1;
}

.gpf-link-panels {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.gpf-link-panel {
  min-height: 100%;
  padding: 28px;
  border: 1px solid rgba(95,195,225,.42);
  border-top: 7px solid var(--blue);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(30,30,25,.055);
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}

.gpf-link-panel:hover {
  transform: translateY(-6px);
  border-color: var(--blue);
  box-shadow: 0 24px 56px rgba(30,30,25,.10);
}

.gpf-link-panel .gpf-btn {
  margin-top: 18px;
}

.gpf-featured {
  border-color: var(--blue);
  box-shadow: 0 22px 54px rgba(95,195,225,.25);
}

.gpf-trainer img {
  width: 112px;
  height: 112px;
  margin: 0 0 16px;
  object-fit: cover;
  border: 3px solid var(--blue);
  border-radius: 999px;
  background: var(--white);
}

.gpf-table-wrap {
  overflow-x: auto;
}

.gpf-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  overflow: hidden;
}

.gpf-table th,
.gpf-table td {
  padding: 18px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.gpf-table th {
  background: var(--ink);
  color: var(--white);
  font-size: 13px;
  text-transform: uppercase;
}

.gpf-table tr {
  transition: background .22s ease;
}

.gpf-table tbody tr:hover {
  background: rgba(95,195,225,.08);
}

.gpf-step {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 18px;
  padding: 20px 0;
}

.gpf-step-num {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--blue);
  color: var(--ink);
  font-weight: 950;
}

.gpf-faq details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}

.gpf-faq details + details {
  margin-top: 10px;
}

.gpf-faq summary {
  cursor: pointer;
  padding: 18px 20px;
  color: var(--ink);
  font-weight: 950;
}

.gpf-faq details:hover,
.gpf-faq details[open] {
  transform: translateY(-2px);
  border-color: rgba(95,195,225,.76);
  box-shadow: 0 14px 34px rgba(30,30,25,.08);
}

.gpf-faq details div {
  padding: 0 20px 20px;
}

.gpf-final {
  text-align: center;
}

.gpf-final .gpf-h2,
.gpf-final .gpf-copy {
  margin-left: auto;
  margin-right: auto;
  color: var(--ink);
}

.gpf-final .gpf-actions {
  justify-content: center;
}

.gpf-sticky {
  display: none;
}

@media (max-width: 980px) {
  .gpf-hero-grid,
  .gpf-split,
  .gpf-split-reverse,
  .gpf-form-grid,
  .gpf-grid-2,
  .gpf-grid-3,
  .gpf-grid-4,
  .gpf-schedule {
    grid-template-columns: 1fr;
  }

  .gpf-block {
    padding: 70px 0 !important;
  }

  .gpf-hero {
    min-height: auto;
  }

  .gpf-strip {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .gpf-editions-grid,
  .gpf-link-panels {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 640px) {
  .gpf-human-touch {
    grid-template-columns: 1fr;
  }

  .gpf-human-touch-feature {
    gap: 0;
  }

  .gpf-human-touch-art {
    min-height: 160px;
    padding: 20px;
  }

  .gpf-human-touch-feature .gpf-human-touch-art img {
    width: min(100%, 170px);
    max-height: 170px;
  }

  .gpf-human-touch-copy {
    padding: 22px;
  }

  .gpf-mini-editions article,
  .gpf-residential-note {
    grid-template-columns: 1fr;
  }

  .gpf-board-note {
    grid-template-columns: 40px minmax(0, 1fr);
  }

  .gpf-board-hearts {
    grid-column: 2;
  }

  .gpf-residential-link {
    justify-content: flex-start;
    padding-left: 0;
    border-left: 0;
  }
}

@media (max-width: 640px) {
  .gpf-wrap {
    width: calc(100% - 28px);
  }

  .gpf-h1 {
    font-size: 39px;
  }

  .gpf-h2 {
    font-size: 31px;
  }

  .gpf-actions {
    display: grid;
  }

  .gpf-btn {
    width: 100%;
  }

  .gpf-card,
  .gpf-board,
  .gpf-form-card,
  .gpf-quote {
    padding: 22px;
  }

  .gpf-edition-head {
    padding: 22px;
  }

  .gpf-edition-body {
    padding: 18px 22px 22px;
  }

  .gpf-data-row {
    grid-template-columns: 48px minmax(0, 1fr);
    min-height: 70px;
    padding: 13px;
  }

  .gpf-data-icon {
    width: 48px;
    height: 48px;
  }

  .gpf-data-value {
    font-size: 17px;
  }

  .gpf-step {
    grid-template-columns: 1fr;
  }

  .gpf-sticky {
    display: block;
    position: sticky;
    bottom: 0;
    z-index: 20;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: 10px 14px;
    background: rgba(30,30,25,.94);
    backdrop-filter: blur(8px);
  }

  .gpf-sticky .gpf-btn {
    border-color: var(--blue);
    background: var(--blue);
    color: var(--ink) !important;
  }
}




.gpf-practice-bg .gpf-wrap {
  position: relative;
  z-index: 1;
}

.gpf-practice-bg .gpf-kicker {
  color: #5FC3E1 !important;
}

.gpf-practice-bg .gpf-kicker:after {
  background: #5FC3E1 !important;
}

.gpf-practice-bg .gpf-h2 {
  color: #1E1E19 !important;
  max-width: 850px;
}

.gpf-practice-bg .gpf-copy {
  color: rgba(30, 30, 25, .82) !important;
  max-width: 820px;
  font-weight: 600;
}

.gpf-practice-bg .gpf-card {
  background: rgba(255, 255, 255, .96);
  border: 1px solid rgba(95, 195, 225, .32);
  border-top: 5px solid #5FC3E1;
  box-shadow: 0 20px 46px rgba(30, 30, 25, .12);
}

.gpf-practice-bg .gpf-card .gpf-h3 {
  color: #1E1E19 !important;
}

.gpf-practice-bg .gpf-card p {
  color: rgba(30, 30, 25, .78) !important;
  font-weight: 600;
}
/* Bloque completo de profesores - ?nico cambio 2026-06-23 */
.gpf-trainer-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;align-items:stretch}
.gpf-trainer-card{min-width:0;text-align:center;border-top:5px solid var(--blue)}
.gpf-trainer-card:nth-child(2),.gpf-trainer-card:nth-child(6){border-top-color:var(--yellow)}
.gpf-trainer-card:nth-child(3),.gpf-trainer-card:nth-child(7){border-top-color:var(--green)}
.gpf-trainer-card:nth-child(4){border-top-color:var(--orange)}
.gpf-trainer-card .gpf-h3{margin-bottom:8px}.gpf-trainer-card p{margin:0;font-size:14px;line-height:1.48}
.gpf-trainer-proof-band{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:18px;padding:26px 28px;border-radius:20px;background:linear-gradient(135deg,var(--blue),#79d2eb);color:var(--ink);box-shadow:0 18px 44px rgba(95,195,225,.22)}
.gpf-trainer-proof-band>div{padding:0 22px;border-left:1px solid rgba(30,30,25,.2)}.gpf-trainer-proof-band>div:first-child{padding-left:0;border-left:0}
.gpf-trainer-proof-band strong,.gpf-trainer-proof-band span{display:block;color:var(--ink)}.gpf-trainer-proof-band strong{font-size:clamp(24px,2.6vw,38px);line-height:1;font-weight:950}.gpf-trainer-proof-band span{margin-top:7px;font-size:14px;line-height:1.3;font-weight:850}
@media(max-width:980px){.gpf-trainer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.gpf-trainer-grid,.gpf-trainer-proof-band{grid-template-columns:1fr}.gpf-trainer-proof-band>div{padding:16px 0 0;border-left:0;border-top:1px solid rgba(30,30,25,.2)}}

/* Fondo pincelada de Mallorca - bloque Cuando eliges venir a Mallorca */


.gpf-practice-bg .gpf-card{background:rgba(255,255,255,.91)!important;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}


/* Jerarquia de lectura rapida - bloque Cuando eliges venir a Mallorca */
.gpf-practice-bg .gpf-scan-key{color:#60C1E1;font-weight:950;box-shadow:inset 0 -.20em 0 rgba(96,193,225,.20)}
.gpf-practice-bg .gpf-scan-line{color:#1D1D1B;font-size:clamp(17px,1.55vw,21px);line-height:1.32;font-weight:950}
.gpf-practice-bg .gpf-scan-detail{color:rgba(29,29,27,.70);font-size:14px;line-height:1.55;font-weight:620}
.gpf-practice-bg .gpf-card p{line-height:1.55}
@media(max-width:760px){.gpf-practice-bg .gpf-scan-line{font-size:18px}.gpf-practice-bg .gpf-scan-detail{font-size:14px}}

/* Jerarquia de resultado - segundo bloque */
.gpf-outcome-section{background:linear-gradient(135deg,#F7FCFD 0%,#FFFFFF 52%,#F4FAFC 100%)}
.gpf-outcome-layout{display:grid;grid-template-columns:minmax(360px,.92fr) minmax(0,1.08fr);gap:clamp(36px,5vw,76px);align-items:stretch}
.gpf-outcome-visual{min-height:640px;display:grid;place-items:center;overflow:hidden;border-radius:30px;background:radial-gradient(circle at 28% 22%,rgba(96,193,225,.30),transparent 35%),linear-gradient(145deg,rgba(96,193,225,.14),rgba(255,255,255,.94));border:1px solid rgba(96,193,225,.30);box-shadow:0 26px 64px rgba(29,29,27,.09)}
.gpf-outcome-visual img{width:min(96%,560px);max-height:590px;object-fit:contain;mix-blend-mode:multiply;transform:scale(1.04)}
.gpf-outcome-content{display:flex;flex-direction:column;justify-content:center}
.gpf-outcome-kicker{margin:0 0 12px;color:#60C1E1;font-size:13px;line-height:1.3;font-weight:950;letter-spacing:.08em;text-transform:uppercase}
.gpf-outcome-title{max-width:760px;margin-bottom:18px}
.gpf-outcome-lead{margin:0;color:#1D1D1B;font-size:clamp(20px,2.2vw,29px);line-height:1.35;font-weight:900}
.gpf-outcome-skills{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:24px 0}
.gpf-outcome-skills strong{padding:13px 16px;border-left:4px solid #60C1E1;background:#fff;color:#1D1D1B;font-size:16px;box-shadow:0 8px 24px rgba(29,29,27,.05)}
.gpf-outcome-proof{padding:20px 22px;border-radius:18px;background:#1D1D1B;color:#fff;font-size:15px;line-height:1.55}
.gpf-outcome-proof strong{display:block;margin-bottom:4px;color:#60C1E1;font-size:18px;line-height:1.3}.gpf-outcome-proof span{color:rgba(255,255,255,.76)}
.gpf-outcome-secondary{margin-top:25px;padding-top:22px;border-top:1px solid rgba(29,29,27,.14)}
.gpf-outcome-secondary h3{margin:0 0 10px;color:#1D1D1B;font-size:19px;line-height:1.35;font-weight:850}.gpf-outcome-secondary h3 span{color:#60C1E1;font-weight:950}
.gpf-outcome-secondary p{margin:0;color:rgba(29,29,27,.62);font-size:14px;line-height:1.65;font-weight:570}
.gpf-outcome-close{margin:18px 0 0;padding:15px 18px;border-radius:14px;background:rgba(96,193,225,.14);color:#1D1D1B;font-size:16px;line-height:1.45;font-weight:900}
@media(max-width:980px){.gpf-outcome-layout{grid-template-columns:1fr}.gpf-outcome-visual{min-height:460px}.gpf-outcome-visual img{max-height:430px}}
@media(max-width:600px){.gpf-outcome-skills{grid-template-columns:1fr}.gpf-outcome-lead{font-size:21px}.gpf-outcome-visual{min-height:330px}.gpf-outcome-visual img{max-height:310px}}

/* Ajuste visual: exigencia separada y diferencia ilustrada */
.gpf-outcome-proof p{margin:8px 0 0;color:rgba(255,255,255,.76);font-size:14px;line-height:1.58;font-weight:560}
.gpf-outcome-difference-visual{margin:18px 0 0;padding:0;overflow:hidden;border-radius:18px;background:#fff;border:1px solid rgba(96,193,225,.24);box-shadow:0 14px 34px rgba(29,29,27,.07)}
.gpf-outcome-difference-visual img{display:block;width:100%;height:auto;max-height:285px;object-fit:cover;object-position:center;mix-blend-mode:multiply}
@media(max-width:600px){.gpf-outcome-difference-visual img{max-height:220px}}
/* Infografia Esa es la diferencia - estilo editorial Greatitute */
.gpf-difference-infographic-v2{margin-top:22px;border-radius:22px;background:#fff;border:1px solid rgba(96,193,225,.30);box-shadow:0 16px 38px rgba(29,29,27,.07);overflow:hidden}
.gpf-difference-banner{min-height:68px;padding:13px 24px;display:flex;align-items:center;justify-content:center;gap:18px;background:#1D1D1B;color:#fff;text-align:center}
.gpf-difference-banner strong{font-size:clamp(22px,2.4vw,34px);line-height:1.1;font-weight:950}.gpf-difference-banner span{color:#60C1E1;font-size:22px}
.gpf-difference-rows{padding:8px 22px 14px}
.gpf-difference-row{display:grid;grid-template-columns:62px 40px minmax(0,1fr) 112px;gap:15px;align-items:center;min-height:112px;padding:15px 0;border-bottom:1px solid rgba(96,193,225,.32)}
.gpf-difference-row:last-child{border-bottom:0}
.gpf-difference-medallion{width:58px;height:58px;display:grid;place-items:center;border-radius:50%;background:#60C1E1;color:#fff;box-shadow:0 8px 20px rgba(96,193,225,.24)}
.gpf-difference-medallion svg{width:39px;height:39px;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.gpf-difference-number{width:36px;height:36px;display:grid;place-items:center;border-radius:50%;background:#1D1D1B;color:#fff;font-size:19px;font-weight:950}
.gpf-difference-row>strong{color:#1D1D1B;font-size:clamp(17px,1.65vw,23px);line-height:1.2;font-weight:950}
.gpf-difference-sketch{height:76px;display:grid;place-items:center;border-radius:14px;background:linear-gradient(135deg,rgba(96,193,225,.08),rgba(96,193,225,.20))}
.gpf-difference-sketch svg{width:104px;height:64px;stroke:#1D1D1B;stroke-width:2.1;stroke-linecap:round;stroke-linejoin:round}
@media(max-width:760px){.gpf-difference-row{grid-template-columns:52px 34px 1fr;gap:11px}.gpf-difference-medallion{width:50px;height:50px}.gpf-difference-number{width:32px;height:32px}.gpf-difference-sketch{display:none}.gpf-difference-rows{padding:7px 16px 12px}.gpf-difference-banner{min-height:60px;padding:12px 16px}}

/* Bloque entorno: calma y espacio para practicar */
.gpf-environment-section{background:linear-gradient(180deg,#F2FBFD,#F8FDFE)}
.gpf-environment-layout{display:grid;grid-template-columns:minmax(300px,.72fr) minmax(0,1.28fr);gap:clamp(36px,5vw,74px);align-items:center}
.gpf-environment-copy{padding:20px 0}
.gpf-environment-main{margin:25px 0 0;color:#1D1D1B;font-size:clamp(27px,3vw,43px);line-height:1.08;font-weight:950;letter-spacing:-.02em}
.gpf-environment-main:after{content:"";display:block;width:86px;height:5px;margin-top:17px;border-radius:999px;background:#60C1E1}
.gpf-environment-benefit{max-width:470px;margin:20px 0 0;color:rgba(29,29,27,.70);font-size:19px;line-height:1.48;font-weight:750}
.gpf-environment-visual{min-height:520px;border-radius:24px;padding:32px;background-position:center 46%;box-shadow:0 28px 68px rgba(29,29,27,.13)}
.gpf-environment-visual p{max-width:520px;padding:15px 18px;border-radius:14px;background:rgba(29,29,27,.66);backdrop-filter:blur(4px);font-size:16px;line-height:1.45}
@media(max-width:900px){.gpf-environment-layout{grid-template-columns:1fr}.gpf-environment-visual{min-height:420px}}
@media(max-width:600px){.gpf-environment-main{font-size:30px}.gpf-environment-benefit{font-size:17px}.gpf-environment-visual{min-height:350px;padding:20px}}

/* Mapa visual de aprendizaje: Proceso, Maestria y Sistemas */
.gpf-map-section{position:relative;overflow:hidden;background:radial-gradient(circle at 80% 8%,rgba(96,193,225,.16),transparent 28%),#1D1D1B;color:#fff}
.gpf-map-head{display:flex;align-items:end;justify-content:space-between;gap:34px;margin-bottom:42px}.gpf-map-head>div{max-width:900px}.gpf-map-head .gpf-h2{color:#fff}
.gpf-map-lead{max-width:900px;margin:20px 0 0;color:rgba(255,255,255,.78);font-size:clamp(17px,1.65vw,22px);line-height:1.55;font-weight:680}
.gpf-map-flow{position:relative;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.gpf-map-flow:before{content:"";position:absolute;left:9%;right:9%;top:54px;height:3px;background:linear-gradient(90deg,#60C1E1,rgba(96,193,225,.28),#60C1E1);z-index:0}
.gpf-map-stage{position:relative;z-index:1;min-width:0;padding:24px;border:1px solid rgba(255,255,255,.16);border-top:5px solid #60C1E1;border-radius:22px;background:rgba(255,255,255,.07);box-shadow:0 20px 48px rgba(0,0,0,.18)}
.gpf-map-stage-featured{background:rgba(96,193,225,.13);transform:translateY(-8px)}
.gpf-map-stage-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.gpf-map-icon{width:62px;height:62px;display:grid;place-items:center;border-radius:50%;background:#60C1E1;color:#1D1D1B}.gpf-map-icon svg{width:39px;height:39px;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.gpf-map-number{color:rgba(255,255,255,.34);font-size:34px;line-height:1;font-weight:950}
.gpf-map-stage h3{margin:0;color:#60C1E1;font-size:29px;line-height:1.05;font-weight:950}.gpf-map-benefit{margin:11px 0 0;color:#fff;font-size:19px;line-height:1.35;font-weight:900}
.gpf-map-tags{display:flex;flex-wrap:wrap;gap:7px;margin-top:19px}.gpf-map-tags span{padding:7px 10px;border:1px solid rgba(96,193,225,.34);border-radius:999px;background:rgba(96,193,225,.10);color:rgba(255,255,255,.82);font-size:12px;line-height:1.2;font-weight:760}
.gpf-map-note{margin:17px 0 0;padding-top:15px;border-top:1px solid rgba(255,255,255,.14);color:rgba(255,255,255,.66);font-size:14px;line-height:1.5;font-weight:590}
@media(max-width:900px){.gpf-map-head{align-items:start;flex-direction:column}.gpf-map-flow{grid-template-columns:1fr}.gpf-map-flow:before{left:53px;right:auto;top:50px;bottom:50px;width:3px;height:auto}.gpf-map-stage-featured{transform:none}}
@media(max-width:600px){.gpf-map-stage{padding:20px}.gpf-map-lead{font-size:17px}.gpf-map-benefit{font-size:18px}}

/* Linea temporal Antes Durante Despues */
.gpf-focus-section{position:relative;overflow:hidden;background:radial-gradient(circle at 15% 12%,rgba(96,193,225,.14),transparent 28%),#1D1D1B;color:#fff}
.gpf-focus-head{max-width:900px;margin:0 auto 48px;text-align:center}.gpf-focus-head .gpf-h2{color:#fff}.gpf-focus-head .gpf-h2 span{display:block;margin-top:8px;color:#60C1E1}.gpf-focus-head>p{max-width:720px;margin:20px auto 0;color:rgba(255,255,255,.72);font-size:18px;line-height:1.55;font-weight:650}
.gpf-focus-timeline{position:relative;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.gpf-focus-timeline:before{content:"";position:absolute;left:15%;right:15%;top:48px;height:4px;border-radius:999px;background:linear-gradient(90deg,rgba(96,193,225,.26),#60C1E1,rgba(96,193,225,.26))}
.gpf-focus-step{position:relative;z-index:1;min-width:0;padding:0 24px 27px;border:1px solid rgba(255,255,255,.15);border-radius:22px;background:rgba(255,255,255,.06);text-align:center;box-shadow:0 18px 44px rgba(0,0,0,.17)}.gpf-focus-step-active{background:rgba(96,193,225,.13);border-color:rgba(96,193,225,.42);transform:translateY(-8px)}
.gpf-focus-marker{width:88px;height:88px;margin:-1px auto 18px;display:grid;place-items:center;border-radius:0 0 44px 44px;background:#60C1E1;color:#1D1D1B}.gpf-focus-marker span{position:absolute;margin-top:-55px;width:28px;height:28px;display:grid;place-items:center;border-radius:50%;background:#1D1D1B;color:#fff;font-size:13px;font-weight:950}.gpf-focus-marker svg{width:37px;height:37px;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.gpf-focus-phase{margin:0;color:#60C1E1;font-size:13px;line-height:1.2;font-weight:950;letter-spacing:.12em;text-transform:uppercase}.gpf-focus-step h3{margin:9px 0 0;color:#fff;font-size:23px;line-height:1.15;font-weight:950}.gpf-focus-detail{margin:14px 0 0;color:rgba(255,255,255,.68);font-size:14px;line-height:1.55;font-weight:600}
@media(max-width:850px){.gpf-focus-timeline{grid-template-columns:1fr}.gpf-focus-timeline:before{left:50%;right:auto;top:40px;bottom:40px;width:4px;height:auto}.gpf-focus-step-active{transform:none}}
@media(max-width:600px){.gpf-focus-head{text-align:left}.gpf-focus-head>p{font-size:16px}.gpf-focus-step{padding-left:19px;padding-right:19px}}

/* Ajustes de fechas y equilibrio del equipo docente */
.gpf-date-next{display:block;margin-top:3px;color:#60C1E1;font-size:11px;line-height:1.25;font-weight:900}
.gpf-date-pair{display:grid;gap:5px}.gpf-date-pair>span{display:grid;grid-template-columns:42px 1fr;gap:7px;align-items:center}.gpf-date-pair small{padding:3px 5px;border-radius:999px;background:rgba(96,193,225,.14);color:#1D1D1B;font-size:10px;line-height:1;font-weight:950;text-align:center}
@media(min-width:981px){.gpf-trainer-grid{grid-template-columns:repeat(8,minmax(0,1fr))!important}.gpf-trainer-grid>.gpf-trainer-card{grid-column:span 2}.gpf-trainer-grid>.gpf-trainer-card:nth-child(1){grid-column:1/span 2}.gpf-trainer-grid>.gpf-trainer-card:nth-child(2){grid-column:3/span 2}.gpf-trainer-grid>.gpf-trainer-card:nth-child(3){grid-column:5/span 2}.gpf-trainer-grid>.gpf-trainer-card:nth-child(4){grid-column:7/span 2}.gpf-trainer-grid>.gpf-trainer-card:nth-child(5){grid-column:2/span 2}.gpf-trainer-grid>.gpf-trainer-card:nth-child(6){grid-column:4/span 2}.gpf-trainer-grid>.gpf-trainer-card:nth-child(7){grid-column:6/span 2}}
@media(max-width:980px){.gpf-trainer-grid>.gpf-trainer-card{grid-column:auto!important}}


/* Convocatoria 2027 visible y gratuidad del dosier */
.gpf-mini-editions .gpf-mini-edition-next{border-color:rgba(96,193,225,.54);background:linear-gradient(135deg,rgba(96,193,225,.16),#fff);box-shadow:0 10px 26px rgba(96,193,225,.12)}
.gpf-mini-edition-next .gpf-mini-copy strong:after{content:"Nueva convocatoria";display:inline-block;margin-left:7px;padding:3px 6px;border-radius:999px;background:#60C1E1;color:#1D1D1B;font-size:9px;line-height:1;font-weight:950;text-transform:uppercase;vertical-align:middle}
.gpf-form-grid strong{color:#1D1D1B;font-weight:900}
.gpf-mini-editions{grid-template-columns:repeat(2,minmax(0,1fr))!important}
@media(max-width:560px){.gpf-mini-editions{grid-template-columns:1fr!important}.gpf-mini-edition-next .gpf-mini-copy strong:after{display:block;width:max-content;margin:5px 0 0}}

/* Seguridad responsive final */
.gpf-page{overflow-x:clip}
.gpf-page .gpf-wrap,.gpf-page article,.gpf-page [class*="layout"]{min-width:0}
.gpf-page img{max-width:100%;height:auto}
.gpf-page .gpf-h1,.gpf-page .gpf-h2,.gpf-page .gpf-h3,.gpf-page .gpf-copy{overflow-wrap:break-word}
@media(max-width:640px){.gpf-page .gpf-wrap{width:min(100% - 30px,1180px)}.gpf-page .gpf-block{padding-left:0!important;padding-right:0!important}.gpf-mini-editions article{grid-template-columns:42px minmax(0,1fr)}}


/* Bloque Mallorca: fondo gestionado exclusivamente desde Elementor */
.gpf-elementor-block.gpf-el-02-escenario-presencial .gpf-practice-bg{background:none!important;background-color:transparent!important;background-image:none!important}
.gpf-elementor-block.gpf-el-02-escenario-presencial .gpf-practice-bg:before,.gpf-elementor-block.gpf-el-02-escenario-presencial .gpf-practice-bg::before{content:none!important;display:none!important;background:none!important}
.gpf-elementor-block.gpf-el-02-escenario-presencial .gpf-practice-bg .gpf-card{background:transparent!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}


/* Adaptación Mallorca · 2026-06-24 */
.gpf-board .gpf-mini-editions{grid-template-columns:1fr!important}
.gpf-flex-experience{display:grid;grid-template-columns:42px 1fr;gap:12px;align-items:center;margin:16px 0 14px;padding:14px 16px;border:1px solid rgba(95,195,225,.38);border-radius:14px;background:rgba(255,255,255,.94);box-shadow:0 12px 28px rgba(18,31,38,.10)}
.gpf-flex-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:rgba(95,195,225,.14);color:#5FC3E1}.gpf-flex-icon svg{width:22px;height:22px}.gpf-flex-copy{display:flex;flex-direction:column;gap:3px}.gpf-flex-copy strong{color:#1E1E19;font-size:14px}.gpf-flex-copy small{color:rgba(30,30,25,.72);font-size:12px;line-height:1.4}
.gpf-venue-pending{grid-template-columns:28px 1fr}.gpf-venue-pending svg{width:26px;height:26px;color:var(--blue)}
.gpf-mallorca-visual{min-height:360px!important;background:linear-gradient(145deg,rgba(23,63,70,.96),rgba(47,113,111,.90) 48%,rgba(134,199,162,.88))!important}.gpf-mallorca-visual p{font-size:clamp(22px,3vw,38px)!important;line-height:1.2!important}.gpf-mallorca-visual small{font-size:14px;font-weight:700;opacity:.82}
.gpf-venue-badge{align-self:start;display:inline-flex;padding:12px 16px;border:1px solid rgba(255,255,255,.34);border-radius:999px;background:rgba(255,255,255,.12);color:#fff;font-size:13px;font-weight:950;white-space:nowrap}
.gpf-editions-grid-single{grid-template-columns:minmax(0,760px);justify-content:center}.gpf-editions-grid-single .gpf-edition-card{width:100%}.gpf-editions-grid-single .gpf-data-icon svg{width:24px;height:24px}
@media(max-width:760px){.gpf-map-head{grid-template-columns:1fr}.gpf-venue-badge{margin-top:16px}.gpf-mallorca-visual{min-height:280px!important}}


/* Adaptación Mallorca: Level 1 y Level 2 */
.gpf-board .gpf-mini-editions{grid-template-columns:1fr!important}
.gpf-editions-grid-mallorca{grid-template-columns:repeat(3,minmax(0,1fr));align-items:start}
.gpf-level2-calendar{display:grid;gap:9px}.gpf-level2-calendar p{margin:0;padding:11px 13px;border:1px solid rgba(95,195,225,.28);border-radius:10px;background:#fff}.gpf-level2-calendar strong,.gpf-level2-calendar span{display:block}.gpf-level2-calendar strong{color:var(--blue);font-size:12px}.gpf-level2-calendar span{margin-top:3px;color:var(--ink);font-size:14px;font-weight:850;line-height:1.35}
.gpf-pricing-condition{max-width:900px;margin:24px auto 0;color:var(--muted);font-size:14px;line-height:1.55;text-align:center}
.gpf-editions-grid-mallorca .gpf-data-icon{font-size:13px;font-weight:950}.gpf-editions-grid-mallorca .gpf-edition-head{text-align:center}.gpf-editions-grid-mallorca .gpf-data-row>div{text-align:center}.gpf-editions-grid-mallorca .gpf-level2-calendar p{text-align:center}
.gpf-editions-grid-mallorca{gap:18px}.gpf-editions-grid-mallorca .gpf-edition-head{padding:22px 20px 18px}.gpf-editions-grid-mallorca .gpf-edition-body{padding:18px 20px 22px}.gpf-editions-grid-mallorca .gpf-data-row{grid-template-columns:44px minmax(0,1fr);gap:10px;min-height:68px;padding:12px}.gpf-editions-grid-mallorca .gpf-level2-calendar p{padding:9px 10px}@media(max-width:900px) and (min-width:761px){.gpf-editions-grid-mallorca{gap:12px}.gpf-editions-grid-mallorca .gpf-edition-head{padding:18px 15px 15px}.gpf-editions-grid-mallorca .gpf-edition-body{padding:14px 15px 18px}.gpf-editions-grid-mallorca .gpf-h3{font-size:20px}.gpf-editions-grid-mallorca .gpf-data-value{font-size:14px}.gpf-editions-grid-mallorca .gpf-level2-calendar span{font-size:12px}}@media(max-width:760px){.gpf-editions-grid-mallorca{grid-template-columns:1fr}}
.gpf-mallorca-figure{margin:0 0 28px;overflow:hidden;border:1px solid rgba(95,195,225,.25);border-radius:20px;background:#eef9fb;box-shadow:0 18px 42px rgba(22,50,55,.14)}
.gpf-mallorca-photo{display:block;width:100%;height:auto;object-fit:contain;background:#eef9fb}
.gpf-mallorca-caption{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 18px;background:#fff}
.gpf-mallorca-caption strong{color:#1e1e19;font-size:15px;line-height:1.25;font-weight:900}
.gpf-mallorca-caption span{color:rgba(30,30,25,.62);font-size:12px;line-height:1.3;font-weight:700;te/* End custom CSS */