.elementor-2996 .elementor-element.elementor-element-ba8c5af{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2996 .elementor-element.elementor-element-b603bf6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2996 .elementor-element.elementor-element-3b91fcf{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2996 .elementor-element.elementor-element-d9be6f1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2996 .elementor-element.elementor-element-401a773{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2996 .elementor-element.elementor-element-78a1d0d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-58ac1a6 */@import url("https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css");

:root{
  --azul:#16163F;
  --azul-2:#1b1b4c;
  --dorado:#D3B574;
  --blanco:#FBFBFB;
  --gris-texto:#3f3f46;
  --gris-suave:#6b7280;
  --gris-borde:rgba(22,22,63,.08);
  --gris-borde-strong:rgba(22,22,63,.14);
  --panel:#ffffff;
  --max-width:1400px;
  --transition:all .28s ease;
}

*,
*::before,
*::after{
  box-sizing:border-box;
}

html{
  scroll-behavior:smooth;
}

html,
body{
  margin:0;
  padding:0;
}

body{
  font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Helvetica Neue",Arial,sans-serif;
  color:var(--gris-texto);
  background:var(--blanco);
  line-height:1.6;
}

body > *{
  margin-top:0 !important;
  margin-bottom:0 !important;
}

a{
  color:var(--azul);
  text-decoration:none;
  transition:var(--transition);
}

a:hover{
  color:var(--dorado);
}

@keyframes gcfGoldFlow{
  0%{
    background-position:200% center;
  }
  100%{
    background-position:-200% center;
  }
}

@keyframes gcfIconShine{
  0%{
    transform:translateX(-120%) skewX(-25deg);
    opacity:0;
  }
  40%{
    opacity:.6;
  }
  60%{
    opacity:.6;
  }
  100%{
    transform:translateX(220%) skewX(-25deg);
    opacity:0;
  }
}

.gcf-services-hub-hero,
.gcf-services-hub-hero *,
.gcf-services-hub-listing,
.gcf-services-hub-listing *{
  box-sizing:border-box;
}

.gcf-services-hub-hero{
  position:relative;
  width:100%;
  overflow:hidden;
  padding:130px 24px 110px;
  background:linear-gradient(135deg, var(--azul) 0%, var(--azul-2) 100%);
  color:var(--blanco);
  isolation:isolate;
}

.gcf-services-hub-hero__bg{
  position:absolute;
  inset:0;
  z-index:0;
  background:
    radial-gradient(circle at 88% 14%, rgba(211,181,116,.08) 0%, rgba(211,181,116,0) 14%),
    radial-gradient(circle at 14% 18%, rgba(255,255,255,.035) 0%, rgba(255,255,255,0) 18%);
}

.gcf-services-hub-hero__bg::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(255,255,255,.018) 0%, rgba(255,255,255,0) 100%);
  pointer-events:none;
}

.gcf-services-hub-hero__bg::after{
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:1px;
  background:rgba(255,255,255,.05);
  pointer-events:none;
}

.gcf-services-hub-hero__container{
  position:relative;
  z-index:2;
  max-width:var(--max-width);
  margin:0 auto;
}

.gcf-services-hub-hero__grid{
  display:grid;
  grid-template-columns:minmax(0,1.1fr) minmax(320px,.78fr);
  gap:34px;
  align-items:center;
}

.gcf-services-hub-hero__content{
  max-width:820px;
}

.gcf-services-hub-hero__eyebrow,
.gcf-services-hub-listing__eyebrow{
  display:inline-block;
  position:relative;
  margin:0 0 18px;
  padding-left:54px;
  font-size:13px;
  font-weight:700;
  letter-spacing:1.4px;
  text-transform:uppercase;
  line-height:1.2;
  background-image:linear-gradient(
    90deg,
    #8f6a20 0%,
    #c79b3b 18%,
    #ddb85a 36%,
    #c79b3b 54%,
    #9a7224 72%,
    #d3b574 86%,
    #8f6a20 100%
  );
  background-size:250% 100%;
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  background-clip:text;
  color:transparent;
  animation:gcfGoldFlow 20s linear infinite;
}

.gcf-services-hub-hero__eyebrow::before,
.gcf-services-hub-listing__eyebrow::before{
  content:"";
  position:absolute;
  left:0;
  top:50%;
  transform:translateY(-50%);
  width:42px;
  height:2px;
  border-radius:999px;
  background:linear-gradient(90deg,#8f6a20 0%, #d3b574 50%, #8f6a20 100%);
}

.gcf-services-hub-hero__title{
  margin:0 0 18px;
  font-size:clamp(38px, 4.8vw, 64px);
  line-height:1.04;
  letter-spacing:-.03em;
  font-weight:800;
  color:var(--blanco);
  max-width:900px;
}

.gcf-services-hub-hero__lead{
  margin:0;
  max-width:760px;
  font-size:18px;
  line-height:1.8;
  color:rgba(251,251,251,.92);
}

.gcf-services-hub-hero__actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:30px;
}

.gcf-services-hub-hero__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  padding:14px 28px;
  border-radius:999px;
  font-size:15px;
  font-weight:700;
  letter-spacing:.01em;
  border:2px solid transparent;
  transition:var(--transition);
  text-align:center;
}

.gcf-services-hub-hero__btn--primary{
  background:var(--dorado);
  color:var(--azul);
  box-shadow:0 16px 32px rgba(211,181,116,.16);
}

.gcf-services-hub-hero__btn--primary:hover{
  transform:translateY(-2px);
  background:#e1c281;
  color:var(--azul);
  box-shadow:0 20px 38px rgba(211,181,116,.22);
}

.gcf-services-hub-hero__btn--secondary{
  border-color:rgba(255,255,255,.24);
  color:var(--blanco);
  background:rgba(255,255,255,.03);
}

.gcf-services-hub-hero__btn--secondary:hover{
  transform:translateY(-2px);
  border-color:rgba(255,255,255,.46);
  background:rgba(255,255,255,.08);
  color:var(--blanco);
}

.gcf-services-hub-hero__highlights{
  list-style:none;
  margin:32px 0 0;
  padding:0;
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:14px 18px;
  max-width:820px;
}

.gcf-services-hub-hero__highlights li{
  position:relative;
  padding:16px 18px 16px 44px;
  border-radius:18px;
  background:rgba(255,255,255,.045);
  border:1px solid rgba(255,255,255,.08);
  color:rgba(251,251,251,.92);
  font-size:15px;
  line-height:1.65;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04);
}

.gcf-services-hub-hero__highlights li::before{
  content:"";
  position:absolute;
  left:18px;
  top:50%;
  transform:translateY(-50%);
  width:14px;
  height:14px;
  border-radius:50%;
  background:radial-gradient(circle at 35% 35%, #fff3cf 0%, #d3b574 55%, #8f6a20 100%);
  box-shadow:0 0 0 4px rgba(211,181,116,.08);
}

.gcf-services-hub-hero__panel{
  position:relative;
}

.gcf-services-hub-hero__panel-card{
  position:relative;
  overflow:hidden;
  padding:34px 30px 32px;
  border-radius:28px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  box-shadow:
    0 24px 48px rgba(5,5,20,.16),
    inset 0 1px 0 rgba(255,255,255,.08);
}

.gcf-services-hub-hero__panel-card::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:28px;
  pointer-events:none;
  background:linear-gradient(145deg, rgba(255,255,255,.07) 0%, rgba(255,255,255,0) 46%);
}

.gcf-services-hub-hero__panel-card::after{
  content:"";
  position:absolute;
  top:22px;
  right:24px;
  width:84px;
  height:84px;
  border-radius:50%;
  background:rgba(211,181,116,.08);
  filter:blur(.5px);
  pointer-events:none;
}

.gcf-services-hub-hero__panel-label{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-bottom:16px;
  padding:8px 14px;
  border-radius:999px;
  font-size:12px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#fff2cd;
  background:rgba(211,181,116,.10);
  border:1px solid rgba(211,181,116,.18);
}

.gcf-services-hub-hero__panel-title{
  margin:0 0 14px;
  color:var(--blanco);
  font-size:clamp(24px, 2.3vw, 32px);
  line-height:1.22;
  letter-spacing:-.02em;
  font-weight:750;
}

.gcf-services-hub-hero__panel-text{
  margin:0;
  color:rgba(251,251,251,.84);
  font-size:15px;
  line-height:1.8;
}

.gcf-services-hub-hero__stats{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:14px;
  margin-top:24px;
}

.gcf-services-hub-hero__stat{
  padding:16px 14px;
  border-radius:18px;
  background:rgba(255,255,255,.045);
  border:1px solid rgba(255,255,255,.08);
  text-align:center;
}

.gcf-services-hub-hero__stat strong{
  display:block;
  color:var(--blanco);
  font-size:15px;
  line-height:1.3;
  font-weight:700;
}

.gcf-services-hub-hero__stat span{
  display:block;
  margin-top:6px;
  color:rgba(251,251,251,.72);
  font-size:13px;
  line-height:1.5;
}

.gcf-services-hub-hero__panel-list{
  list-style:none;
  padding:0;
  margin:24px 0 0;
  display:grid;
  gap:12px;
}

.gcf-services-hub-hero__panel-list li{
  position:relative;
  padding-left:26px;
  color:rgba(251,251,251,.88);
  font-size:14px;
  line-height:1.7;
}

.gcf-services-hub-hero__panel-list li::before{
  content:"";
  position:absolute;
  left:0;
  top:.68em;
  width:12px;
  height:12px;
  border-radius:50%;
  background:linear-gradient(135deg, #f4ddb0 0%, #d3b574 45%, #8f6a20 100%);
  box-shadow:0 0 0 4px rgba(211,181,116,.08);
}

.gcf-services-hub-listing{
  position:relative;
  width:100%;
  padding:95px 24px 110px;
  background:linear-gradient(180deg, #ffffff 0%, #fcfcfe 100%);
  overflow:hidden;
}

.gcf-services-hub-listing::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:1px;
  background:rgba(22,22,63,.08);
}

.gcf-services-hub-listing::after{
  content:"";
  position:absolute;
  top:165px;
  left:50%;
  transform:translateX(-50%);
  width:min(1160px, 92%);
  height:520px;
  border-radius:36px;
  background:rgba(22,22,63,.018);
  filter:blur(.4px);
  pointer-events:none;
}

.gcf-services-hub-listing__container{
  position:relative;
  z-index:2;
  max-width:var(--max-width);
  margin:0 auto;
}

.gcf-services-hub-listing__header{
  max-width:920px;
  margin:0 auto 62px;
  text-align:center;
}

.gcf-services-hub-listing__title{
  margin:0 0 18px;
  color:var(--azul);
  font-size:clamp(34px, 4vw, 56px);
  line-height:1.12;
  letter-spacing:-.02em;
  font-weight:780;
}

.gcf-services-hub-listing__intro{
  margin:0;
  color:#525c6b;
  font-size:18px;
  line-height:1.8;
}

.gcf-services-hub-listing__grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:24px;
  align-items:stretch;
}

.gcf-services-hub-card{
  position:relative;
  min-height:100%;
  display:flex;
}

.gcf-services-hub-card__inner{
  position:relative;
  width:100%;
  display:flex;
  flex-direction:column;
  padding:30px 26px 28px;
  border-radius:26px;
  background:#ffffff;
  border:1px solid var(--gris-borde);
  box-shadow:
    0 18px 38px rgba(15,23,42,.055),
    0 2px 8px rgba(15,23,42,.03);
  overflow:hidden;
  transition:
    transform .28s ease,
    box-shadow .28s ease,
    border-color .28s ease,
    background-color .28s ease;
}

.gcf-services-hub-card__inner::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:26px;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.95);
  pointer-events:none;
}

.gcf-services-hub-card__inner::after{
  content:"";
  position:absolute;
  right:-52px;
  bottom:-52px;
  width:148px;
  height:148px;
  border-radius:50%;
  background:rgba(211,181,116,.07);
  pointer-events:none;
}

.gcf-services-hub-card:hover .gcf-services-hub-card__inner{
  transform:translateY(-8px);
  box-shadow:
    0 26px 52px rgba(15,23,42,.09),
    0 8px 18px rgba(15,23,42,.05);
  border-color:rgba(211,181,116,.32);
}

.gcf-services-hub-card__icon{
  position:relative;
  overflow:hidden;
  width:58px;
  height:58px;
  margin-bottom:18px;
  border-radius:17px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#16163F;
  color:#ffffff;
  font-size:27px;
  box-shadow:
    0 12px 24px rgba(22,22,63,.14),
    inset 0 1px 0 rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.06);
  transition:transform .35s ease, box-shadow .35s ease;
}

.gcf-services-hub-card__icon::after{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:40%;
  height:100%;
  background:linear-gradient(
    120deg,
    rgba(255,255,255,0),
    rgba(255,255,255,.6),
    rgba(255,255,255,0)
  );
  transform:translateX(-120%) skewX(-25deg);
  animation:gcfIconShine 4.8s infinite;
}

.gcf-services-hub-card__icon i{
  display:block;
  line-height:1;
}

.gcf-services-hub-card:hover .gcf-services-hub-card__icon{
  transform:translateY(-4px) scale(1.05);
  box-shadow:
    0 10px 20px rgba(22,22,63,.25),
    0 0 0 2px rgba(211,181,116,.25);
}

.gcf-services-hub-card__kicker{
  display:inline-block;
  margin-bottom:12px;
  color:#8f6a20;
  font-size:12px;
  line-height:1.4;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.gcf-services-hub-card__title{
  margin:0 0 14px;
  color:var(--azul);
  font-size:clamp(24px, 2vw, 28px);
  line-height:1.2;
  letter-spacing:-.02em;
  font-weight:760;
}

.gcf-services-hub-card__text{
  margin:0 0 18px;
  color:#525c6b;
  font-size:16px;
  line-height:1.8;
}

.gcf-services-hub-card__features{
  list-style:none;
  padding:0;
  margin:0 0 24px;
  display:grid;
  gap:10px;
}

.gcf-services-hub-card__features li{
  position:relative;
  padding-left:24px;
  color:#3f4a5a;
  font-size:15px;
  line-height:1.65;
}

.gcf-services-hub-card__features li::before{
  content:"";
  position:absolute;
  left:0;
  top:.68em;
  width:10px;
  height:10px;
  border-radius:50%;
  background:linear-gradient(135deg, #f4ddb0 0%, #d3b574 45%, #8f6a20 100%);
  box-shadow:0 0 0 4px rgba(211,181,116,.10);
}

.gcf-services-hub-card__link{
  margin-top:auto;
  display:inline-flex;
  align-items:center;
  gap:10px;
  width:max-content;
  padding:12px 18px;
  border-radius:999px;
  border:1px solid rgba(22,22,63,.10);
  background:#f7f8fc;
  color:var(--azul);
  font-size:14px;
  font-weight:700;
  letter-spacing:.01em;
  transition:var(--transition);
}

.gcf-services-hub-card__link::after{
  content:"→";
  font-size:15px;
  line-height:1;
  transition:transform .25s ease;
}

.gcf-services-hub-card__link:hover{
  background:var(--azul);
  border-color:var(--azul);
  color:var(--blanco);
}

.gcf-services-hub-card__link:hover::after{
  transform:translateX(3px);
}

.gcf-services-hub-card--accent .gcf-services-hub-card__inner{
  border-color:rgba(211,181,116,.42);
  background:linear-gradient(180deg, #fffdfa 0%, #ffffff 100%);
  box-shadow:
    0 22px 48px rgba(15,23,42,.085),
    0 6px 14px rgba(15,23,42,.04);
}

.gcf-services-hub-card--accent .gcf-services-hub-card__inner::after{
  width:170px;
  height:170px;
  background:rgba(211,181,116,.11);
}

.gcf-services-hub-card--accent:hover .gcf-services-hub-card__inner{
  border-color:rgba(211,181,116,.62);
  box-shadow:
    0 28px 56px rgba(15,23,42,.11),
    0 10px 18px rgba(15,23,42,.05);
}

.gcf-services-hub-card--accent .gcf-services-hub-card__icon{
  background:linear-gradient(135deg, #16163F 0%, #23235f 100%);
}

@media (max-width:1200px){
  .gcf-services-hub-hero{
    padding:110px 24px 90px;
  }

  .gcf-services-hub-hero__grid{
    grid-template-columns:1fr;
    gap:32px;
  }

  .gcf-services-hub-hero__content{
    max-width:100%;
  }

  .gcf-services-hub-hero__panel{
    max-width:760px;
  }

  .gcf-services-hub-listing{
    padding:80px 24px 92px;
  }

  .gcf-services-hub-listing__grid{
    grid-template-columns:repeat(2, minmax(0,1fr));
  }
}

@media (max-width:1100px){
  .gcf-services-hub-hero__eyebrow,
  .gcf-services-hub-listing__eyebrow{
    padding-left:50px;
    font-size:12px;
    letter-spacing:.08em;
  }

  .gcf-services-hub-hero__eyebrow::before,
  .gcf-services-hub-listing__eyebrow::before{
    width:38px;
  }

  .gcf-services-hub-listing::after{
    top:148px;
    width:min(930px, 94%);
    height:700px;
  }
}

@media (max-width:820px){
  .gcf-services-hub-hero{
    padding:90px 18px 72px;
  }

  .gcf-services-hub-hero__title{
    font-size:clamp(34px, 9vw, 50px);
    line-height:1.08;
  }

  .gcf-services-hub-hero__lead{
    font-size:16px;
    line-height:1.76;
  }

  .gcf-services-hub-hero__highlights{
    grid-template-columns:1fr;
    gap:12px;
  }

  .gcf-services-hub-hero__panel-card{
    padding:26px 22px 24px;
    border-radius:22px;
  }

  .gcf-services-hub-hero__stats{
    grid-template-columns:1fr;
  }

  .gcf-services-hub-listing{
    padding:64px 18px 72px;
  }

  .gcf-services-hub-listing__header{
    margin-bottom:40px;
  }

  .gcf-services-hub-listing__title{
    font-size:clamp(30px, 8vw, 42px);
    line-height:1.16;
  }

  .gcf-services-hub-listing__intro{
    font-size:16px;
    line-height:1.74;
  }

  .gcf-services-hub-listing__grid{
    grid-template-columns:1fr;
    gap:18px;
  }

  .gcf-services-hub-card__inner{
    padding:24px 20px 24px;
    border-radius:20px;
  }

  .gcf-services-hub-card__inner::before{
    border-radius:20px;
  }

  .gcf-services-hub-card__icon{
    width:52px;
    height:52px;
    border-radius:15px;
    font-size:24px;
    margin-bottom:16px;
  }

  .gcf-services-hub-card__title{
    font-size:24px;
  }

  .gcf-services-hub-card__text{
    font-size:15px;
    line-height:1.72;
  }

  .gcf-services-hub-card__features li{
    font-size:14px;
  }
}

@media (max-width:640px){
  .gcf-services-hub-hero__eyebrow,
  .gcf-services-hub-listing__eyebrow{
    margin-bottom:14px;
    padding-left:44px;
    font-size:10px;
    letter-spacing:.06em;
    line-height:1.35;
  }

  .gcf-services-hub-hero__eyebrow::before,
  .gcf-services-hub-listing__eyebrow::before{
    width:32px;
  }

  .gcf-services-hub-hero__actions{
    gap:10px;
  }

  .gcf-services-hub-hero__btn{
    width:100%;
  }

  .gcf-services-hub-listing::after{
    top:132px;
    width:92%;
    height:1120px;
    border-radius:28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-55b67a2 */@import url("https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css");

.gcf-service-problems-dark,
.gcf-service-problems-dark *,
.gcf-service-includes-light,
.gcf-service-includes-light *{
  box-sizing:border-box;
}

@keyframes gcfGoldFlow{
  0%{
    background-position:200% center;
  }
  100%{
    background-position:-200% center;
  }
}

@keyframes gcfIconShine{
  0%{
    transform:translateX(-120%) skewX(-25deg);
    opacity:0;
  }
  40%{
    opacity:.6;
  }
  60%{
    opacity:.6;
  }
  100%{
    transform:translateX(220%) skewX(-25deg);
    opacity:0;
  }
}

/* =========================
   PROBLEMAS - FONDO OSCURO
   ========================= */

.gcf-service-problems-dark{
  position:relative;
  width:100%;
  padding:110px 24px;
  background:#16163F;
  overflow:hidden;
}

.gcf-service-problems-dark::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 14% 18%, rgba(255,255,255,.03) 0%, rgba(255,255,255,0) 18%),
    radial-gradient(circle at 85% 14%, rgba(211,181,116,.08) 0%, rgba(211,181,116,0) 16%);
  pointer-events:none;
}

.gcf-service-problems-dark__container{
  position:relative;
  z-index:2;
  max-width:1400px;
  margin:0 auto;
}

.gcf-service-problems-dark__header{
  max-width:940px;
  margin:0 auto 58px;
  text-align:center;
}

.gcf-service-problems-dark__eyebrow,
.gcf-service-includes-light__eyebrow{
  display:inline-block;
  position:relative;
  margin:0 0 18px;
  padding-left:54px;
  font-size:13px;
  font-weight:700;
  letter-spacing:1.4px;
  text-transform:uppercase;
  line-height:1.2;
  background-image:linear-gradient(
    90deg,
    #8f6a20 0%,
    #c79b3b 18%,
    #ddb85a 36%,
    #c79b3b 54%,
    #9a7224 72%,
    #d3b574 86%,
    #8f6a20 100%
  );
  background-size:250% 100%;
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  background-clip:text;
  color:transparent;
  animation:gcfGoldFlow 20s linear infinite;
}

.gcf-service-problems-dark__eyebrow::before,
.gcf-service-includes-light__eyebrow::before{
  content:"";
  position:absolute;
  left:0;
  top:50%;
  transform:translateY(-50%);
  width:42px;
  height:2px;
  border-radius:999px;
  background:linear-gradient(90deg,#8f6a20 0%, #d3b574 50%, #8f6a20 100%);
}

.gcf-service-problems-dark__title{
  margin:0 0 18px;
  color:#ffffff;
  font-size:clamp(34px,4vw,56px);
  line-height:1.12;
  letter-spacing:-.02em;
  font-weight:780;
}

.gcf-service-problems-dark__intro{
  margin:0;
  color:rgba(255,255,255,.78);
  font-size:18px;
  line-height:1.82;
}

/* BLOQUE DESTACADO */

.gcf-service-problems-dark__featured{
  margin:0 0 48px;
}

.gcf-service-problems-dark__featured-grid{
  display:grid;
  grid-template-columns:minmax(0,1.4fr) minmax(280px,.8fr);
  gap:34px;
  align-items:center;
  padding:34px 30px;
  border:1px solid rgba(255,255,255,.10);
  border-left:3px solid #D3B574;
  background:rgba(255,255,255,.055);
  box-shadow:
    0 18px 38px rgba(0,0,0,.16),
    inset 0 1px 0 rgba(255,255,255,.05);
}

.gcf-service-problems-dark__featured-label{
  display:inline-flex;
  align-items:center;
  margin-bottom:16px;
  padding:8px 14px;
  border-radius:999px;
  font-size:12px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#fff2cd;
  background:rgba(211,181,116,.10);
  border:1px solid rgba(211,181,116,.18);
}

.gcf-service-problems-dark__featured-title{
  margin:0 0 14px;
  color:#ffffff;
  font-size:clamp(28px,2.6vw,42px);
  line-height:1.18;
  letter-spacing:-.02em;
  font-weight:780;
  max-width:820px;
}

.gcf-service-problems-dark__featured-text{
  margin:0;
  color:rgba(255,255,255,.78);
  font-size:16px;
  line-height:1.82;
  max-width:760px;
}

.gcf-service-problems-dark__featured-points{
  display:grid;
  gap:18px;
}

.gcf-service-problems-dark__featured-point{
  display:flex;
  align-items:center;
  gap:14px;
}

.gcf-service-problems-dark__featured-point span{
  min-width:42px;
  color:#D3B574;
  font-size:22px;
  line-height:1;
  font-weight:800;
}

.gcf-service-problems-dark__featured-point strong{
  color:#ffffff;
  font-size:18px;
  line-height:1.35;
  font-weight:700;
}

/* GRID PROBLEMAS */

.gcf-service-problems-dark__grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:22px;
  align-items:stretch;
}

.gcf-service-problems-dark__card{
  position:relative;
  min-height:100%;
  display:flex;
  flex-direction:column;
  padding:28px 24px 26px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.03);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.03);
  transition:
    transform .28s ease,
    border-color .28s ease,
    box-shadow .28s ease,
    background-color .28s ease;
}

.gcf-service-problems-dark__card:hover{
  transform:translateY(-6px);
  border-color:rgba(211,181,116,.36);
  background:rgba(255,255,255,.05);
  box-shadow:
    0 20px 40px rgba(0,0,0,.20),
    inset 0 1px 0 rgba(255,255,255,.05);
}

.gcf-service-problems-dark__card-icon{
  position:relative;
  overflow:hidden;
  width:56px;
  height:56px;
  margin-bottom:18px;
  border-radius:16px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#23235A;
  color:#ffffff;
  font-size:25px;
  border:1px solid rgba(255,255,255,.06);
  box-shadow:
    0 12px 24px rgba(0,0,0,.18),
    inset 0 1px 0 rgba(255,255,255,.06);
  transition:transform .35s ease, box-shadow .35s ease;
}

.gcf-service-problems-dark__card-icon::after,
.gcf-service-includes-light__card-icon::after{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:40%;
  height:100%;
  background:linear-gradient(
    120deg,
    rgba(255,255,255,0),
    rgba(255,255,255,.55),
    rgba(255,255,255,0)
  );
  transform:translateX(-120%) skewX(-25deg);
  animation:gcfIconShine 4.8s infinite;
}

.gcf-service-problems-dark__card-icon i,
.gcf-service-includes-light__card-icon i{
  display:block;
  line-height:1;
}

.gcf-service-problems-dark__card:hover .gcf-service-problems-dark__card-icon{
  transform:translateY(-4px) scale(1.05);
  box-shadow:
    0 10px 20px rgba(0,0,0,.24),
    0 0 0 2px rgba(211,181,116,.25);
}

.gcf-service-problems-dark__card-number{
  display:block;
  margin:0 0 12px;
  text-align:right;
  color:#D3B574;
  font-size:16px;
  line-height:1;
  font-weight:800;
  letter-spacing:.02em;
}

.gcf-service-problems-dark__card-title{
  margin:0 0 14px;
  color:#ffffff;
  font-size:19px;
  line-height:1.28;
  font-weight:760;
}

.gcf-service-problems-dark__card-text{
  margin:0;
  color:rgba(255,255,255,.78);
  font-size:15px;
  line-height:1.78;
}

/* =========================
   QUE INCLUYE - FONDO CLARO
   ========================= */

.gcf-service-includes-light{
  position:relative;
  width:100%;
  padding:100px 24px 110px;
  background:#ffffff;
  overflow:hidden;
}

.gcf-service-includes-light::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:1px;
  background:rgba(22,22,63,.08);
}

.gcf-service-includes-light::after{
  content:"";
  position:absolute;
  top:164px;
  left:50%;
  transform:translateX(-50%);
  width:min(1100px,92%);
  height:480px;
  border-radius:36px;
  background:rgba(22,22,63,.018);
  filter:blur(.5px);
  pointer-events:none;
}

.gcf-service-includes-light__container{
  position:relative;
  z-index:2;
  max-width:1400px;
  margin:0 auto;
}

.gcf-service-includes-light__header{
  max-width:920px;
  margin:0 auto 60px;
  text-align:center;
}

.gcf-service-includes-light__title{
  margin:0 0 18px;
  color:#16163F;
  font-size:clamp(34px,4vw,56px);
  line-height:1.12;
  letter-spacing:-.02em;
  font-weight:780;
}

.gcf-service-includes-light__intro{
  margin:0;
  color:#525c6b;
  font-size:18px;
  line-height:1.82;
}

.gcf-service-includes-light__grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
  align-items:stretch;
}

.gcf-service-includes-light__card{
  position:relative;
  min-height:100%;
  display:flex;
  flex-direction:column;
  padding:30px 26px 28px;
  border-radius:26px;
  background:#ffffff;
  border:1px solid rgba(22,22,63,.08);
  box-shadow:
    0 18px 38px rgba(15,23,42,.055),
    0 2px 8px rgba(15,23,42,.03);
  overflow:hidden;
  transition:
    transform .28s ease,
    box-shadow .28s ease,
    border-color .28s ease;
}

.gcf-service-includes-light__card::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:26px;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.95);
  pointer-events:none;
}

.gcf-service-includes-light__card::after{
  content:"";
  position:absolute;
  right:-52px;
  bottom:-52px;
  width:148px;
  height:148px;
  border-radius:50%;
  background:rgba(211,181,116,.07);
  pointer-events:none;
}

.gcf-service-includes-light__card:hover{
  transform:translateY(-8px);
  box-shadow:
    0 26px 52px rgba(15,23,42,.09),
    0 8px 18px rgba(15,23,42,.05);
  border-color:rgba(211,181,116,.32);
}

.gcf-service-includes-light__card-icon{
  position:relative;
  overflow:hidden;
  width:58px;
  height:58px;
  margin-bottom:20px;
  border-radius:17px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#16163F;
  color:#ffffff;
  font-size:27px;
  box-shadow:
    0 12px 24px rgba(22,22,63,.14),
    inset 0 1px 0 rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.06);
  transition:transform .35s ease, box-shadow .35s ease;
}

.gcf-service-includes-light__card:hover .gcf-service-includes-light__card-icon{
  transform:translateY(-4px) scale(1.05);
  box-shadow:
    0 10px 20px rgba(22,22,63,.25),
    0 0 0 2px rgba(211,181,116,.25);
}

.gcf-service-includes-light__card-title{
  margin:0 0 14px;
  color:#16163F;
  font-size:23px;
  line-height:1.2;
  letter-spacing:-.02em;
  font-weight:760;
}

.gcf-service-includes-light__card-text{
  margin:0;
  color:#525c6b;
  font-size:15px;
  line-height:1.78;
}

/* =========================
   RESPONSIVE
   ========================= */

@media (max-width:1200px){
  .gcf-service-problems-dark{
    padding:88px 24px 92px;
  }

  .gcf-service-problems-dark__featured-grid{
    grid-template-columns:1fr;
    gap:24px;
  }

  .gcf-service-problems-dark__grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .gcf-service-includes-light{
    padding:84px 24px 92px;
  }

  .gcf-service-includes-light::after{
    top:150px;
    width:min(930px,94%);
    height:760px;
  }

  .gcf-service-includes-light__grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media (max-width:1100px){
  .gcf-service-problems-dark__eyebrow,
  .gcf-service-includes-light__eyebrow{
    padding-left:50px;
    font-size:12px;
    letter-spacing:.08em;
  }

  .gcf-service-problems-dark__eyebrow::before,
  .gcf-service-includes-light__eyebrow::before{
    width:38px;
  }
}

@media (max-width:820px){
  .gcf-service-problems-dark{
    padding:68px 18px 72px;
  }

  .gcf-service-problems-dark__header,
  .gcf-service-includes-light__header{
    margin-bottom:40px;
  }

  .gcf-service-problems-dark__title,
  .gcf-service-includes-light__title{
    font-size:clamp(30px,8vw,42px);
    line-height:1.16;
  }

  .gcf-service-problems-dark__intro,
  .gcf-service-includes-light__intro{
    font-size:16px;
    line-height:1.74;
  }

  .gcf-service-problems-dark__featured-grid{
    padding:24px 20px;
  }

  .gcf-service-problems-dark__featured-title{
    font-size:clamp(24px,7vw,34px);
    line-height:1.22;
  }

  .gcf-service-problems-dark__featured-text{
    font-size:15px;
    line-height:1.74;
  }

  .gcf-service-problems-dark__featured-point span{
    min-width:36px;
    font-size:20px;
  }

  .gcf-service-problems-dark__featured-point strong{
    font-size:16px;
  }

  .gcf-service-problems-dark__grid,
  .gcf-service-includes-light__grid{
    grid-template-columns:1fr;
    gap:18px;
  }

  .gcf-service-problems-dark__card,
  .gcf-service-includes-light__card{
    padding:24px 20px 24px;
    border-radius:20px;
  }

  .gcf-service-includes-light__card::before{
    border-radius:20px;
  }

  .gcf-service-problems-dark__card-icon,
  .gcf-service-includes-light__card-icon{
    width:52px;
    height:52px;
    border-radius:15px;
    font-size:24px;
    margin-bottom:16px;
  }

  .gcf-service-problems-dark__card-title,
  .gcf-service-includes-light__card-title{
    font-size:22px;
  }

  .gcf-service-problems-dark__card-text,
  .gcf-service-includes-light__card-text{
    font-size:15px;
    line-height:1.7;
  }

  .gcf-service-includes-light{
    padding:64px 18px 72px;
  }

  .gcf-service-includes-light::after{
    top:132px;
    width:92%;
    height:1240px;
    border-radius:28px;
  }
}

@media (max-width:640px){
  .gcf-service-problems-dark__eyebrow,
  .gcf-service-includes-light__eyebrow{
    margin-bottom:14px;
    padding-left:44px;
    font-size:10px;
    letter-spacing:.06em;
    line-height:1.35;
  }

  .gcf-service-problems-dark__eyebrow::before,
  .gcf-service-includes-light__eyebrow::before{
    width:32px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a897eb2 */@import url("https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css");

.gcf-service-benefits-dark,
.gcf-service-benefits-dark *,
.gcf-service-process-light,
.gcf-service-process-light *{
  box-sizing:border-box;
}

@keyframes gcfGoldFlow{
  0%{
    background-position:200% center;
  }
  100%{
    background-position:-200% center;
  }
}

@keyframes gcfIconShine{
  0%{
    transform:translateX(-120%) skewX(-25deg);
    opacity:0;
  }
  40%{
    opacity:.6;
  }
  60%{
    opacity:.6;
  }
  100%{
    transform:translateX(220%) skewX(-25deg);
    opacity:0;
  }
}

/* =========================
   BENEFICIOS - FONDO OSCURO
   ========================= */

.gcf-service-benefits-dark{
  position:relative;
  width:100%;
  padding:110px 24px;
  background:#16163F;
  overflow:hidden;
}

.gcf-service-benefits-dark::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 14% 18%, rgba(255,255,255,.03) 0%, rgba(255,255,255,0) 18%),
    radial-gradient(circle at 85% 14%, rgba(211,181,116,.08) 0%, rgba(211,181,116,0) 16%);
  pointer-events:none;
}

.gcf-service-benefits-dark__container{
  position:relative;
  z-index:2;
  max-width:1400px;
  margin:0 auto;
}

.gcf-service-benefits-dark__header{
  max-width:940px;
  margin:0 auto 58px;
  text-align:center;
}

.gcf-service-benefits-dark__eyebrow,
.gcf-service-process-light__eyebrow{
  display:inline-block;
  position:relative;
  margin:0 0 18px;
  padding-left:54px;
  font-size:13px;
  font-weight:700;
  letter-spacing:1.4px;
  text-transform:uppercase;
  line-height:1.2;
  background-image:linear-gradient(
    90deg,
    #8f6a20 0%,
    #c79b3b 18%,
    #ddb85a 36%,
    #c79b3b 54%,
    #9a7224 72%,
    #d3b574 86%,
    #8f6a20 100%
  );
  background-size:250% 100%;
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  background-clip:text;
  color:transparent;
  animation:gcfGoldFlow 20s linear infinite;
}

.gcf-service-benefits-dark__eyebrow::before,
.gcf-service-process-light__eyebrow::before{
  content:"";
  position:absolute;
  left:0;
  top:50%;
  transform:translateY(-50%);
  width:42px;
  height:2px;
  border-radius:999px;
  background:linear-gradient(90deg,#8f6a20 0%, #d3b574 50%, #8f6a20 100%);
}

.gcf-service-benefits-dark__title{
  margin:0 0 18px;
  color:#ffffff;
  font-size:clamp(34px,4vw,56px);
  line-height:1.12;
  letter-spacing:-.02em;
  font-weight:780;
}

.gcf-service-benefits-dark__intro{
  margin:0;
  color:rgba(255,255,255,.78);
  font-size:18px;
  line-height:1.82;
}

.gcf-service-benefits-dark__grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:22px;
  align-items:stretch;
}

.gcf-service-benefits-dark__card{
  position:relative;
  min-height:100%;
  display:flex;
  flex-direction:column;
  padding:28px 24px 26px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.03);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.03);
  transition:
    transform .28s ease,
    border-color .28s ease,
    box-shadow .28s ease,
    background-color .28s ease;
}

.gcf-service-benefits-dark__card:hover{
  transform:translateY(-6px);
  border-color:rgba(211,181,116,.36);
  background:rgba(255,255,255,.05);
  box-shadow:
    0 20px 40px rgba(0,0,0,.20),
    inset 0 1px 0 rgba(255,255,255,.05);
}

.gcf-service-benefits-dark__card-icon{
  position:relative;
  overflow:hidden;
  width:56px;
  height:56px;
  margin-bottom:18px;
  border-radius:16px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#23235A;
  color:#ffffff;
  font-size:25px;
  border:1px solid rgba(255,255,255,.06);
  box-shadow:
    0 12px 24px rgba(0,0,0,.18),
    inset 0 1px 0 rgba(255,255,255,.06);
  transition:transform .35s ease, box-shadow .35s ease;
}

.gcf-service-benefits-dark__card-icon::after,
.gcf-service-process-light__card-icon::after{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:40%;
  height:100%;
  background:linear-gradient(
    120deg,
    rgba(255,255,255,0),
    rgba(255,255,255,.55),
    rgba(255,255,255,0)
  );
  transform:translateX(-120%) skewX(-25deg);
  animation:gcfIconShine 4.8s infinite;
}

.gcf-service-benefits-dark__card-icon i,
.gcf-service-process-light__card-icon i{
  display:block;
  line-height:1;
}

.gcf-service-benefits-dark__card:hover .gcf-service-benefits-dark__card-icon{
  transform:translateY(-4px) scale(1.05);
  box-shadow:
    0 10px 20px rgba(0,0,0,.24),
    0 0 0 2px rgba(211,181,116,.25);
}

.gcf-service-benefits-dark__card-number{
  display:block;
  margin:0 0 12px;
  text-align:right;
  color:#D3B574;
  font-size:16px;
  line-height:1;
  font-weight:800;
  letter-spacing:.02em;
}

.gcf-service-benefits-dark__card-title{
  margin:0 0 14px;
  color:#ffffff;
  font-size:19px;
  line-height:1.28;
  font-weight:760;
}

.gcf-service-benefits-dark__card-text{
  margin:0;
  color:rgba(255,255,255,.78);
  font-size:15px;
  line-height:1.78;
}

/* =========================
   COMO TRABAJAMOS - CLARO
   ========================= */

.gcf-service-process-light{
  position:relative;
  width:100%;
  padding:100px 24px 110px;
  background:#ffffff;
  overflow:hidden;
}

.gcf-service-process-light::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:1px;
  background:rgba(22,22,63,.08);
}

.gcf-service-process-light::after{
  content:"";
  position:absolute;
  top:164px;
  left:50%;
  transform:translateX(-50%);
  width:min(1100px,92%);
  height:420px;
  border-radius:36px;
  background:rgba(22,22,63,.018);
  filter:blur(.5px);
  pointer-events:none;
}

.gcf-service-process-light__container{
  position:relative;
  z-index:2;
  max-width:1400px;
  margin:0 auto;
}

.gcf-service-process-light__header{
  max-width:920px;
  margin:0 auto 60px;
  text-align:center;
}

.gcf-service-process-light__title{
  margin:0 0 18px;
  color:#16163F;
  font-size:clamp(34px,4vw,56px);
  line-height:1.12;
  letter-spacing:-.02em;
  font-weight:780;
}

.gcf-service-process-light__intro{
  margin:0;
  color:#525c6b;
  font-size:18px;
  line-height:1.82;
}

.gcf-service-process-light__grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:24px;
  align-items:stretch;
}

.gcf-service-process-light__card{
  position:relative;
  min-height:100%;
  display:flex;
  flex-direction:column;
  padding:32px 26px 28px;
  border-radius:26px;
  background:#ffffff;
  border:1px solid rgba(22,22,63,.08);
  box-shadow:
    0 18px 38px rgba(15,23,42,.055),
    0 2px 8px rgba(15,23,42,.03);
  overflow:hidden;
  transition:
    transform .28s ease,
    box-shadow .28s ease,
    border-color .28s ease;
}

.gcf-service-process-light__card::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:26px;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.95);
  pointer-events:none;
}

.gcf-service-process-light__card::after{
  content:"";
  position:absolute;
  right:-52px;
  bottom:-52px;
  width:148px;
  height:148px;
  border-radius:50%;
  background:rgba(211,181,116,.07);
  pointer-events:none;
}

.gcf-service-process-light__card:hover{
  transform:translateY(-8px);
  box-shadow:
    0 26px 52px rgba(15,23,42,.09),
    0 8px 18px rgba(15,23,42,.05);
  border-color:rgba(211,181,116,.32);
}

.gcf-service-process-light__card-number{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:42px;
  height:42px;
  margin:0 0 18px;
  border-radius:50%;
  background:rgba(211,181,116,.12);
  color:#8f6a20;
  font-size:15px;
  line-height:1;
  font-weight:800;
  letter-spacing:.02em;
}

.gcf-service-process-light__card-icon{
  position:relative;
  overflow:hidden;
  width:58px;
  height:58px;
  margin-bottom:20px;
  border-radius:17px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#16163F;
  color:#ffffff;
  font-size:27px;
  box-shadow:
    0 12px 24px rgba(22,22,63,.14),
    inset 0 1px 0 rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.06);
  transition:transform .35s ease, box-shadow .35s ease;
}

.gcf-service-process-light__card:hover .gcf-service-process-light__card-icon{
  transform:translateY(-4px) scale(1.05);
  box-shadow:
    0 10px 20px rgba(22,22,63,.25),
    0 0 0 2px rgba(211,181,116,.25);
}

.gcf-service-process-light__card-title{
  margin:0 0 14px;
  color:#16163F;
  font-size:23px;
  line-height:1.2;
  letter-spacing:-.02em;
  font-weight:760;
}

.gcf-service-process-light__card-text{
  margin:0;
  color:#525c6b;
  font-size:15px;
  line-height:1.78;
}

/* =========================
   RESPONSIVE
   ========================= */

@media (max-width:1200px){
  .gcf-service-benefits-dark{
    padding:88px 24px 92px;
  }

  .gcf-service-benefits-dark__grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .gcf-service-process-light{
    padding:84px 24px 92px;
  }

  .gcf-service-process-light::after{
    top:150px;
    width:min(930px,94%);
    height:760px;
  }

  .gcf-service-process-light__grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media (max-width:1100px){
  .gcf-service-benefits-dark__eyebrow,
  .gcf-service-process-light__eyebrow{
    padding-left:50px;
    font-size:12px;
    letter-spacing:.08em;
  }

  .gcf-service-benefits-dark__eyebrow::before,
  .gcf-service-process-light__eyebrow::before{
    width:38px;
  }
}

@media (max-width:820px){
  .gcf-service-benefits-dark{
    padding:68px 18px 72px;
  }

  .gcf-service-benefits-dark__header,
  .gcf-service-process-light__header{
    margin-bottom:40px;
  }

  .gcf-service-benefits-dark__title,
  .gcf-service-process-light__title{
    font-size:clamp(30px,8vw,42px);
    line-height:1.16;
  }

  .gcf-service-benefits-dark__intro,
  .gcf-service-process-light__intro{
    font-size:16px;
    line-height:1.74;
  }

  .gcf-service-benefits-dark__grid,
  .gcf-service-process-light__grid{
    grid-template-columns:1fr;
    gap:18px;
  }

  .gcf-service-benefits-dark__card,
  .gcf-service-process-light__card{
    padding:24px 20px 24px;
    border-radius:20px;
  }

  .gcf-service-process-light__card::before{
    border-radius:20px;
  }

  .gcf-service-benefits-dark__card-icon,
  .gcf-service-process-light__card-icon{
    width:52px;
    height:52px;
    border-radius:15px;
    font-size:24px;
    margin-bottom:16px;
  }

  .gcf-service-benefits-dark__card-title,
  .gcf-service-process-light__card-title{
    font-size:22px;
  }

  .gcf-service-benefits-dark__card-text,
  .gcf-service-process-light__card-text{
    font-size:15px;
    line-height:1.7;
  }

  .gcf-service-process-light{
    padding:64px 18px 72px;
  }

  .gcf-service-process-light::after{
    top:132px;
    width:92%;
    height:1240px;
    border-radius:28px;
  }
}

@media (max-width:640px){
  .gcf-service-benefits-dark__eyebrow,
  .gcf-service-process-light__eyebrow{
    margin-bottom:14px;
    padding-left:44px;
    font-size:10px;
    letter-spacing:.06em;
    line-height:1.35;
  }

  .gcf-service-benefits-dark__eyebrow::before,
  .gcf-service-process-light__eyebrow::before{
    width:32px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d636fdf */.gcf-faq-nova{
  width:100%;
  padding:90px 24px 100px;
  background:linear-gradient(180deg,#16163F 0%,#14143a 100%);
  position:relative;
  overflow:hidden;
}

.gcf-faq-nova::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 14% 18%, rgba(255,255,255,.03) 0%, rgba(255,255,255,0) 18%),
    radial-gradient(circle at 85% 14%, rgba(211,181,116,.08) 0%, rgba(211,181,116,0) 16%);
  pointer-events:none;
}

.gcf-faq-nova *{
  box-sizing:border-box;
}

.gcf-faq-nova__wrap{
  position:relative;
  z-index:2;
  width:min(1200px,calc(100% - 48px));
  margin:0 auto;
}

.gcf-faq-nova__intro{
  text-align:center;
  margin-bottom:56px;
}

.gcf-faq-nova__kicker{
  display:inline-block;
  position:relative;
  margin:0 0 18px;
  padding-left:54px;
  font-size:13px;
  font-weight:700;
  letter-spacing:1.4px;
  text-transform:uppercase;
  line-height:1.2;
  background-image:linear-gradient(
    90deg,
    #8f6a20 0%,
    #c79b3b 18%,
    #ddb85a 36%,
    #c79b3b 54%,
    #9a7224 72%,
    #d3b574 86%,
    #8f6a20 100%
  );
  background-size:250% 100%;
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  background-clip:text;
  color:transparent;
  animation:gcfGoldFlow 20s linear infinite;
}

.gcf-faq-nova__kicker::before{
  content:"";
  position:absolute;
  left:0;
  top:50%;
  transform:translateY(-50%);
  width:42px;
  height:2px;
  border-radius:999px;
  background:linear-gradient(90deg,#8f6a20 0%, #d3b574 50%, #8f6a20 100%);
}

.gcf-faq-nova__headline{
  margin-top:0;
}

.gcf-faq-nova__title{
  font-size:clamp(34px,4vw,50px);
  line-height:1.08;
  font-weight:800;
  letter-spacing:-.03em;
  color:#ffffff;
  margin:0;
}

.gcf-faq-nova__summary{
  margin:18px auto 0;
  max-width:760px;
  font-size:17px;
  line-height:1.75;
  color:#c7cbe0;
}

.gcf-faq-nova__summary strong{
  color:#ffffff;
}

.gcf-faq-nova__panel{
  display:flex;
  flex-direction:column;
  gap:16px;
}

.gcf-faq-nova__item{
  background:rgba(255,255,255,0.04);
  border:1px solid rgba(255,255,255,0.08);
  border-radius:18px;
  overflow:hidden;
  transition:
    border .25s ease,
    background .25s ease,
    transform .25s ease;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.03);
}

.gcf-faq-nova__item:hover{
  border-color:rgba(211,181,116,.45);
  background:rgba(255,255,255,0.06);
  transform:translateY(-2px);
}

.gcf-faq-nova__item[open]{
  border-color:#D3B574;
  background:rgba(255,255,255,0.06);
}

.gcf-faq-nova__question{
  list-style:none;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:22px 26px;
}

.gcf-faq-nova__question::-webkit-details-marker{
  display:none;
}

.gcf-faq-nova__question-main{
  font-size:17px;
  font-weight:700;
  line-height:1.45;
  color:#ffffff;
  max-width:880px;
}

.gcf-faq-nova__trigger{
  width:34px;
  height:34px;
  min-width:34px;
  border-radius:50%;
  border:1px solid rgba(211,181,116,.5);
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
  flex-shrink:0;
  transition:
    background .25s ease,
    border-color .25s ease,
    transform .25s ease;
}

.gcf-faq-nova__item:hover .gcf-faq-nova__trigger{
  border-color:#D3B574;
  background:rgba(211,181,116,.08);
}

.gcf-faq-nova__trigger-line{
  position:absolute;
  background:#D3B574;
  transition:opacity .25s ease;
}

.gcf-faq-nova__trigger-line--horizontal{
  width:14px;
  height:2px;
}

.gcf-faq-nova__trigger-line--vertical{
  width:2px;
  height:14px;
}

.gcf-faq-nova__item[open] .gcf-faq-nova__trigger-line--vertical{
  display:none;
}

.gcf-faq-nova__answer{
  height:0;
  overflow:hidden;
  opacity:0;
  padding:0 26px;
  transition:
    height .72s cubic-bezier(.22,.61,.36,1),
    opacity .48s ease;
  will-change:height, opacity;
}

.gcf-faq-nova__answer-inner{
  max-width:860px;
  padding:0 0 22px 0;
  font-size:15.5px;
  line-height:1.8;
  color:#cbd0ea;
}

.gcf-faq-nova__footer{
  margin-top:34px;
  text-align:center;
}

.gcf-faq-nova__footer-text{
  margin:0 0 18px;
  color:#c7cbe0;
  font-size:16px;
  line-height:1.75;
}

.gcf-faq-nova__footer-link,
.gcf-faq-nova__footer-link:link,
.gcf-faq-nova__footer-link:visited{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:0 26px;
  border-radius:12px;
  background:#D3B574;
  color:#16163F !important;
  text-decoration:none !important;
  font-size:14px;
  font-weight:700;
  line-height:1;
  transition:
    transform .25s ease,
    box-shadow .25s ease,
    background .25s ease,
    color .25s ease;
  box-shadow:0 14px 30px rgba(0,0,0,.18);
}

.gcf-faq-nova__footer-link:hover,
.gcf-faq-nova__footer-link:focus,
.gcf-faq-nova__footer-link:active{
  transform:translateY(-2px);
  background:#ffffff;
  color:#16163F !important;
  text-decoration:none !important;
  box-shadow:0 16px 32px rgba(0,0,0,.24);
}

.gcf-faq-nova__footer-link:focus-visible{
  outline:3px solid rgba(211,181,116,.22);
  outline-offset:3px;
}

@media (max-width:1024px){
  .gcf-faq-nova{
    padding:82px 24px 92px;
  }

  .gcf-faq-nova__wrap{
    width:min(100%,calc(100% - 40px));
  }

  .gcf-faq-nova__intro{
    margin-bottom:42px;
  }

  .gcf-faq-nova__title{
    font-size:clamp(30px,5vw,42px);
    line-height:1.12;
    letter-spacing:-.025em;
  }

  .gcf-faq-nova__summary{
    margin-top:16px;
    max-width:760px;
    font-size:16px;
    line-height:1.72;
  }

  .gcf-faq-nova__panel{
    gap:14px;
  }

  .gcf-faq-nova__item{
    border-radius:15px;
  }

  .gcf-faq-nova__question{
    padding:20px 22px;
    gap:16px;
  }

  .gcf-faq-nova__question-main{
    font-size:16px;
    line-height:1.42;
    max-width:none;
  }

  .gcf-faq-nova__trigger{
    width:32px;
    height:32px;
    min-width:32px;
  }

  .gcf-faq-nova__trigger-line--horizontal{
    width:13px;
  }

  .gcf-faq-nova__trigger-line--vertical{
    height:13px;
  }

  .gcf-faq-nova__answer{
    padding:0 22px;
  }

  .gcf-faq-nova__answer-inner{
    max-width:none;
    padding:0 0 20px 0;
    font-size:15px;
    line-height:1.72;
  }

  .gcf-faq-nova__footer{
    margin-top:30px;
  }

  .gcf-faq-nova__footer-text{
    margin-bottom:16px;
    font-size:15px;
    line-height:1.72;
  }

  .gcf-faq-nova__footer-link,
  .gcf-faq-nova__footer-link:link,
  .gcf-faq-nova__footer-link:visited{
    min-height:48px;
    padding:0 24px;
    font-size:13.5px;
  }
}

@media (max-width:640px){
  .gcf-faq-nova{
    padding:68px 18px 78px;
  }

  .gcf-faq-nova__wrap{
    width:min(100%,calc(100% - 28px));
  }

  .gcf-faq-nova__intro{
    margin-bottom:30px;
  }

  .gcf-faq-nova__kicker{
    margin-bottom:14px;
    padding-left:44px;
    font-size:10px;
    letter-spacing:.06em;
    line-height:1.35;
  }

  .gcf-faq-nova__kicker::before{
    width:32px;
  }

  .gcf-faq-nova__title{
    font-size:clamp(26px,7vw,34px);
    line-height:1.14;
    letter-spacing:-.02em;
  }

  .gcf-faq-nova__summary{
    margin-top:14px;
    font-size:15px;
    line-height:1.68;
    max-width:100%;
  }

  .gcf-faq-nova__panel{
    gap:12px;
  }

  .gcf-faq-nova__item{
    border-radius:14px;
  }

  .gcf-faq-nova__question{
    padding:18px 18px;
    gap:14px;
    align-items:flex-start;
  }

  .gcf-faq-nova__question-main{
    font-size:15px;
    line-height:1.48;
  }

  .gcf-faq-nova__trigger{
    width:30px;
    height:30px;
    min-width:30px;
    margin-top:1px;
  }

  .gcf-faq-nova__trigger-line--horizontal{
    width:12px;
  }

  .gcf-faq-nova__trigger-line--vertical{
    height:12px;
  }

  .gcf-faq-nova__answer{
    padding:0 18px;
  }

  .gcf-faq-nova__answer-inner{
    padding:0 0 18px 0;
    font-size:14.5px;
    line-height:1.72;
  }

  .gcf-faq-nova__footer{
    margin-top:26px;
  }

  .gcf-faq-nova__footer-text{
    font-size:14.5px;
    line-height:1.68;
    margin-bottom:14px;
  }

  .gcf-faq-nova__footer-link,
  .gcf-faq-nova__footer-link:link,
  .gcf-faq-nova__footer-link:visited{
    width:100%;
    min-height:46px;
    padding:0 20px;
    font-size:13px;
    border-radius:11px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-835d66c */@import url("https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css");

.gcf-service-form-dark,
.gcf-service-form-dark *{
  box-sizing:border-box;
}

.gcf-service-form-dark{
  position:relative;
  width:100%;
  padding:110px 24px;
  background:#ffffff;
  overflow:hidden;
}

.gcf-service-form-dark::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:1px;
  background:rgba(22,22,63,.08);
}

.gcf-service-form-dark__container{
  max-width:1400px;
  margin:0 auto;
  position:relative;
  z-index:2;
}

@keyframes gcfServiceFormGoldFlow{
  0%{
    background-position:200% center;
  }
  100%{
    background-position:-200% center;
  }
}

.gcf-service-form-dark__header{
  max-width:920px;
  margin:0 auto 58px;
  text-align:center;
}

.gcf-service-form-dark__eyebrow{
  display:inline-block;
  margin-bottom:18px;
  position:relative;
  padding-left:54px;
  font-size:13px;
  font-weight:700;
  letter-spacing:1.4px;
  text-transform:uppercase;
  line-height:1.2;
  background-image:linear-gradient(
    90deg,
    #8f6a20 0%,
    #c79b3b 18%,
    #ddb85a 36%,
    #c79b3b 54%,
    #9a7224 72%,
    #d3b574 86%,
    #8f6a20 100%
  );
  background-size:250% 100%;
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  background-clip:text;
  color:transparent;
  animation:gcfServiceFormGoldFlow 20s linear infinite;
}

.gcf-service-form-dark__eyebrow::before{
  content:"";
  position:absolute;
  left:0;
  top:50%;
  transform:translateY(-50%);
  width:42px;
  height:2px;
  border-radius:999px;
  background:linear-gradient(
    90deg,
    #8f6a20 0%,
    #d3b574 50%,
    #8f6a20 100%
  );
}

.gcf-service-form-dark__title{
  margin:0 0 18px;
  color:#16163F;
  font-size:clamp(36px,4vw,56px);
  line-height:1.08;
  font-weight:800;
  letter-spacing:-0.03em;
}

.gcf-service-form-dark__intro{
  margin:0 auto;
  max-width:760px;
  color:#596273;
  font-size:18px;
  line-height:1.8;
}

.gcf-service-form-dark__grid{
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
  gap:34px;
  align-items:stretch;
}

.gcf-service-form-dark__content{
  min-width:0;
  height:100%;
}

.gcf-service-form-dark__info{
  max-width:100%;
  height:100%;
  display:flex;
  flex-direction:column;
  padding:34px 30px;
  border:1px solid rgba(22,22,63,.08);
  border-radius:24px;
  background:linear-gradient(180deg, #ffffff 0%, #fcfcfe 100%);
  box-shadow:
    0 18px 40px rgba(15,23,42,.05),
    0 6px 14px rgba(15,23,42,.03);
}

.gcf-service-form-dark__info-label{
  display:inline-block;
  align-self:flex-start;
  padding:6px 12px;
  margin-bottom:16px;
  border-radius:999px;
  background:#f7f3e8;
  border:1px solid rgba(211,181,116,.35);
  color:#9a7224;
  font-size:11px;
  font-weight:700;
  letter-spacing:.06em;
  text-transform:uppercase;
  line-height:1;
}

.gcf-service-form-dark__info-title{
  margin:0 0 14px;
  color:#16163F;
  font-size:clamp(28px,2.4vw,36px);
  line-height:1.16;
  font-weight:800;
  letter-spacing:-0.02em;
}

.gcf-service-form-dark__info-text{
  margin:0 0 24px;
  color:#566173;
  font-size:16px;
  line-height:1.75;
  max-width:520px;
}

.gcf-service-form-dark__benefits{
  list-style:none;
  padding:0;
  margin:0 0 24px;
  display:grid;
  gap:12px;
}

.gcf-service-form-dark__benefits li{
  display:flex;
  align-items:center;
  gap:12px;
  min-height:52px;
  padding:0 16px;
  border-radius:16px;
  background:#ffffff;
  border:1px solid rgba(22,22,63,.08);
  color:#2f3850;
  font-size:15px;
  font-weight:600;
  line-height:1.4;
  box-shadow:0 4px 10px rgba(15,23,42,.03);
  transition:
    transform .25s ease,
    border-color .25s ease,
    box-shadow .25s ease,
    background .25s ease;
}

.gcf-service-form-dark__benefits li:hover{
  transform:translateY(-2px);
  border-color:rgba(211,181,116,.34);
  box-shadow:0 12px 22px rgba(15,23,42,.06);
  background:#fffdf8;
}

.gcf-service-form-dark__benefits i{
  flex:0 0 auto;
  font-size:20px;
  color:#D3B574;
}

.gcf-service-form-dark__tags-wrap{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:auto;
}

.gcf-service-form-dark__tag{
  display:inline-flex;
  align-items:center;
  min-height:36px;
  padding:0 14px;
  border-radius:999px;
  background:#f8f9fb;
  border:1px solid rgba(22,22,63,.08);
  color:#3f4a5d;
  font-size:13px;
  font-weight:600;
  line-height:1.2;
  transition:
    transform .25s ease,
    border-color .25s ease,
    background .25s ease,
    color .25s ease;
}

.gcf-service-form-dark__tag:hover{
  transform:translateY(-2px);
  background:#fffaf1;
  border-color:rgba(211,181,116,.34);
  color:#16163F;
}

.gcf-service-form-dark__form-card{
  min-width:0;
  height:100%;
  padding:38px 32px;
  background:#ffffff;
  border:1px solid rgba(22,22,63,.08);
  border-radius:24px;
  box-shadow:
    0 22px 50px rgba(15,23,42,.07),
    0 8px 18px rgba(15,23,42,.04);
}

.gcf-service-form-dark__form{
  display:grid;
  gap:18px;
}

.gcf-service-form-dark__row{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}

.gcf-service-form-dark__field{
  display:grid;
  gap:8px;
}

.gcf-service-form-dark__field label{
  color:#16163F;
  font-size:14px;
  font-weight:700;
  line-height:1.3;
}

.gcf-service-form-dark__field input,
.gcf-service-form-dark__field textarea{
  width:100%;
  border:1px solid #d5dbe4;
  border-radius:14px;
  background:#ffffff;
  color:#16163F;
  font:inherit;
  transition:
    border-color .25s ease,
    box-shadow .25s ease,
    background .25s ease;
}

.gcf-service-form-dark__field input{
  min-height:54px;
  padding:0 16px;
}

.gcf-service-form-dark__field textarea{
  min-height:150px;
  padding:16px;
  resize:vertical;
}

.gcf-service-form-dark__field input::placeholder,
.gcf-service-form-dark__field textarea::placeholder{
  color:#98a2b3;
}

.gcf-service-form-dark__field input:focus,
.gcf-service-form-dark__field textarea:focus{
  outline:none;
  border-color:#D3B574;
  box-shadow:0 0 0 4px rgba(211,181,116,.14);
}

.gcf-service-form-dark__actions{
  margin-top:6px;
}

.gcf-service-form-dark__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  padding:0 30px;
  border:none;
  border-radius:999px;
  background:#16163F;
  color:#ffffff;
  font-size:15px;
  font-weight:700;
  cursor:pointer;
  transition:
    transform .25s ease,
    box-shadow .25s ease,
    background .25s ease;
  box-shadow:0 14px 30px rgba(22,22,63,.16);
}

.gcf-service-form-dark__btn:hover{
  transform:translateY(-2px);
  background:#20205a;
  box-shadow:0 18px 34px rgba(22,22,63,.22);
}

.gcf-service-form-dark__note{
  margin:4px 0 0;
  color:#6b7587;
  font-size:13px;
  line-height:1.65;
}
.gcf-service-form-dark__trust-strip{
  display:grid;
  grid-template-columns:1fr;
  gap:10px;
  margin:4px 0 24px;
  padding:16px 18px;
  border-radius:18px;
  background:#fffdf8;
  border:1px solid rgba(211,181,116,.22);
}

.gcf-service-form-dark__trust-item{
  display:flex;
  align-items:center;
  gap:10px;
  color:#3f4a5d;
  font-size:14px;
  font-weight:600;
  line-height:1.4;
}

.gcf-service-form-dark__trust-item i{
  flex:0 0 auto;
  font-size:18px;
  color:#D3B574;
}

@media (max-width:1024px){
  .gcf-service-form-dark{
    padding:90px 24px;
  }

  .gcf-service-form-dark__grid{
    grid-template-columns:1fr;
    gap:30px;
    align-items:start;
  }

  .gcf-service-form-dark__info{
    padding:28px 24px;
  }

  .gcf-service-form-dark__row{
    grid-template-columns:1fr;
  }
}

@media (max-width:640px){
  .gcf-service-form-dark{
    padding:70px 18px;
  }

  .gcf-service-form-dark__header{
    margin-bottom:40px;
  }

  .gcf-service-form-dark__title{
    font-size:clamp(28px,8vw,36px);
  }

  .gcf-service-form-dark__intro{
    font-size:16px;
    line-height:1.75;
  }

  .gcf-service-form-dark__info{
    padding:22px 18px;
    border-radius:20px;
  }

  .gcf-service-form-dark__info-label{
    padding:6px 10px;
    font-size:10px;
  }

  .gcf-service-form-dark__info-title{
    font-size:clamp(24px,7vw,30px);
  }

  .gcf-service-form-dark__benefits li{
    min-height:auto;
    padding:12px 13px;
    font-size:14px;
    align-items:flex-start;
  }

  .gcf-service-form-dark__tag{
    min-height:34px;
    padding:0 12px;
    font-size:12.5px;
  }

  .gcf-service-form-dark__form-card{
    padding:26px 20px;
    border-radius:20px;
  }

  .gcf-service-form-dark__btn{
    width:100%;
  }
}/* End custom CSS */