.elementor-2998 .elementor-element.elementor-element-567a56f{--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-2998 .elementor-element.elementor-element-6f5286c > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-2998 .elementor-element.elementor-element-da9da48{--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-6f5286c */.gcf-about-modern{
  --gcf-navy:#16163F;
  --gcf-gold:#D3B574;
  --gcf-bg:#FBFBFB;
  --gcf-white:#FFFFFF;

  --gcf-text:#1D2433;
  --gcf-muted:rgba(29,36,51,.72);

  --gcf-line:rgba(22,22,63,.10);
  --gcf-line-strong:rgba(22,22,63,.16);

  --gcf-radius-2xl:30px;
  --gcf-radius-xl:24px;
  --gcf-radius-lg:18px;
  --gcf-radius-md:14px;

  --gcf-shadow-lg:0 24px 60px rgba(15,20,40,.10);
  --gcf-shadow-md:0 14px 34px rgba(15,20,40,.08);
  --gcf-shadow-sm:0 8px 20px rgba(15,20,40,.06);

  padding:clamp(28px,4vw,56px) 20px;
  background:var(--gcf-bg);
  font-family:"Inter", sans-serif;
}

.gcf-about-modern,
.gcf-about-modern *{
  box-sizing:border-box;
}

.gcf-about-modern__container{
  max-width:1400px;
  margin:0 auto;
}

.gcf-about-modern__hero,
.gcf-about-modern__section,
.gcf-about-modern__cta{
  margin-bottom:28px;
}

.gcf-about-modern__hero-grid{
  display:grid;
  grid-template-columns:1.18fr .82fr;
  gap:30px;
  align-items:stretch;
}

.gcf-about-modern__hero-content{
  position:relative;
  background:
    linear-gradient(135deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.88) 100%),
    radial-gradient(circle at top left, rgba(211,181,116,.10), transparent 32%);
  border:1px solid var(--gcf-line);
  border-radius:var(--gcf-radius-2xl);
  box-shadow:var(--gcf-shadow-md);
  padding:clamp(28px,4vw,44px);
  overflow:hidden;
}

.gcf-about-modern__hero-content::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:4px;
  background:linear-gradient(90deg, rgba(22,22,63,.00) 0%, rgba(211,181,116,.70) 50%, rgba(22,22,63,.00) 100%);
  display:none;
}

.gcf-about-modern__eyebrow,
.gcf-about-modern__section-tag{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:6px 14px;
  border-radius:999px;
  border:1px solid rgba(22,22,63,.10);
  background:rgba(22,22,63,.04);
  color:var(--gcf-navy);
  font-size:13px;
  font-weight:700;
  letter-spacing:.02em;
}

.gcf-about-modern__title{
  margin:16px 0 14px;
  font-size:clamp(34px,4vw,54px);
  line-height:1.05;
  letter-spacing:-.03em;
  color:var(--gcf-navy);
  font-weight:800;
}

.gcf-about-modern__lead{
  margin:0;
  max-width:760px;
  font-size:17px;
  line-height:1.75;
  color:var(--gcf-muted);
}

.gcf-about-modern__hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:24px;
}

.gcf-about-modern__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:12px 24px;
  border-radius:999px;
  text-decoration:none;
  font-size:15px;
  font-weight:700;
  transition:all .22s ease;
}

.gcf-about-modern__btn--primary{
  background:linear-gradient(180deg, #1B1B55 0%, #16163F 100%);
  color:#fff;
  box-shadow:0 12px 24px rgba(22,22,63,.16);
}

.gcf-about-modern__btn--primary:hover{
  transform:translateY(-1px);
  box-shadow:0 16px 28px rgba(22,22,63,.20);
  color:#ffffff !important;
}
.gcf-about-modern__btn--ghost{
  border:1px solid var(--gcf-line-strong);
  background:rgba(255,255,255,.84);
  color:var(--gcf-navy);
}

.gcf-about-modern__btn--ghost:hover{
  background:#fff;
  transform:translateY(-1px);
}

.gcf-about-modern__hero-points{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  margin-top:28px;
}

.gcf-about-modern__point{
  background:rgba(255,255,255,.76);
  border:1px solid var(--gcf-line);
  border-radius:var(--gcf-radius-lg);
  padding:16px 16px 15px;
  box-shadow:var(--gcf-shadow-sm);
}

.gcf-about-modern__point-number{
  display:block;
  margin-bottom:6px;
  font-size:24px;
  line-height:1;
  font-weight:800;
  color:var(--gcf-navy);
}

.gcf-about-modern__point-label{
  display:block;
  font-size:13px;
  line-height:1.55;
  color:var(--gcf-muted);
}

.gcf-about-modern__hero-media{
  display:flex;
  height:100%;
}

.gcf-about-modern__image-card{
  width:100%;
  height:100%;
  border-radius:var(--gcf-radius-2xl);
  overflow:hidden;
  border:1px solid var(--gcf-line);
  box-shadow:var(--gcf-shadow-lg);
  background:#fff;
  position:relative;
}

.gcf-about-modern__image{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center top;
  transform:scale(1.12);
  transform-origin:center top;
}

.gcf-about-modern__section{
  background:rgba(255,255,255,.84);
  border:1px solid var(--gcf-line);
  border-radius:var(--gcf-radius-2xl);
  box-shadow:var(--gcf-shadow-sm);
  padding:clamp(24px,3.5vw,40px);
}

.gcf-about-modern__section--intro{
  background:
    linear-gradient(180deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.90) 100%),
    radial-gradient(circle at bottom right, rgba(211,181,116,.08), transparent 28%);
}

.gcf-about-modern__section--stats{
  background:
    linear-gradient(135deg, rgba(22,22,63,.98) 0%, rgba(30,30,88,.96) 100%);
  border-color:rgba(255,255,255,.06);
}

.gcf-about-modern__section-head{
  max-width:1180px;
  margin-bottom:24px;
}

.gcf-about-modern__section-title{
  margin:14px 0 0;
  font-size:clamp(28px,3.2vw,40px);
  line-height:1.12;
  letter-spacing:-.025em;
  color:var(--gcf-navy);
  font-weight:800;
}

.gcf-about-modern__section--stats .gcf-about-modern__section-tag{
  border-color:rgba(255,255,255,.14);
  background:rgba(255,255,255,.06);
  color:#fff;
}

.gcf-about-modern__section--stats .gcf-about-modern__section-title{
  color:#fff;
}

.gcf-about-modern__intro-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}

.gcf-about-modern__intro-card,
.gcf-about-modern__step-card,
.gcf-about-modern__feature-card,
.gcf-about-modern__principle-card{
  background:#fff;
  border:1px solid var(--gcf-line);
  border-radius:var(--gcf-radius-xl);
  box-shadow:var(--gcf-shadow-sm);
}

.gcf-about-modern__intro-card{
  padding:24px;
}

.gcf-about-modern__text{
  margin:0 0 16px;
  font-size:16px;
  line-height:1.8;
  color:var(--gcf-muted);
}

.gcf-about-modern__text:last-child{
  margin-bottom:0;
}

.gcf-about-modern__steps{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}

.gcf-about-modern__step-card{
  padding:24px 22px;
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.gcf-about-modern__step-card:hover,
.gcf-about-modern__feature-card:hover,
.gcf-about-modern__principle-card:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 28px rgba(15,20,40,.08);
  border-color:rgba(22,22,63,.18);
}

.gcf-about-modern__step-number{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:50px;
  height:50px;
  margin-bottom:16px;
  border-radius:16px;
  background:rgba(22,22,63,.06);
  color:var(--gcf-navy);
  font-size:16px;
  font-weight:800;
}

.gcf-about-modern__card-title{
  margin:0 0 10px;
  font-size:18px;
  line-height:1.25;
  color:var(--gcf-navy);
  font-weight:800;
}

.gcf-about-modern__card-text{
  margin:0;
  font-size:15px;
  line-height:1.75;
  color:var(--gcf-muted);
}

.gcf-about-modern__features-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
  gap:18px;
  align-items:stretch;
}

.gcf-about-modern__feature-card,
.gcf-about-modern__principle-card{
  padding:24px 22px;
}

.gcf-about-modern__feature-card{
  height:100%;
}

.gcf-about-modern__stats-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}

.gcf-about-modern__stat-card{
  padding:22px 20px;
  border-radius:var(--gcf-radius-xl);
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.06);
  box-shadow:none;
}

.gcf-about-modern__stat-number{
  display:block;
  margin-bottom:8px;
  font-size:24px;
  line-height:1.12;
  font-weight:800;
  color:#fff;
}

.gcf-about-modern__stat-label{
  display:block;
  font-size:14px;
  line-height:1.7;
  color:rgba(255,255,255,.78);
}

.gcf-about-modern__principles-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}

.gcf-about-modern__cta{
  position:relative;
  overflow:hidden;
  background:rgba(255,255,255,.84);
  border:1px solid var(--gcf-line);
  border-radius:var(--gcf-radius-2xl);
  box-shadow:var(--gcf-shadow-sm);
  padding:clamp(28px,4vw,44px);
}
.gcf-about-modern__cta::before{
  content:"";
  position:absolute;
  top:-120px;
  right:-80px;
  width:280px;
  height:280px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(211,181,116,.18) 0%, rgba(211,181,116,0) 72%);
  pointer-events:none;
  display:none;
}

.gcf-about-modern__cta-content{
  position:relative;
  z-index:1;
  max-width:860px;
}

.gcf-about-modern__cta .gcf-about-modern__section-tag{
  border:1px solid rgba(22,22,63,.10);
  background:rgba(22,22,63,.04);
  color:var(--gcf-navy);
}

.gcf-about-modern__cta-title{
  margin:16px 0 12px;
  font-size:clamp(28px,3.2vw,42px);
  line-height:1.1;
  letter-spacing:-.025em;
  color:var(--gcf-navy);
  font-weight:800;
}

.gcf-about-modern__cta-text{
  margin:0;
  max-width:760px;
  font-size:16px;
  line-height:1.8;
  color:var(--gcf-muted);
}

.gcf-about-modern__cta .gcf-about-modern__btn--ghost{
  border:1px solid var(--gcf-line-strong);
  background:#ffffff;
  color:var(--gcf-navy);
}

.gcf-about-modern__cta .gcf-about-modern__btn--ghost:hover{
  background:#f5f6fb;
}


@media (max-width:1180px){

  .gcf-about-modern__hero-grid{
    grid-template-columns:1fr;
  }

  .gcf-about-modern__image{
    min-height:420px;
  }

  .gcf-about-modern__steps{
    grid-template-columns:repeat(2,1fr);
  }

  .gcf-about-modern__features-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .gcf-about-modern__principles-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .gcf-about-modern__stats-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media (max-width:768px){

  .gcf-about-modern{
    padding:24px 16px;
  }

  .gcf-about-modern__hero,
  .gcf-about-modern__section,
  .gcf-about-modern__cta{
    margin-bottom:20px;
  }

  .gcf-about-modern__hero-grid{
    gap:20px;
  }

  .gcf-about-modern__hero-content,
  .gcf-about-modern__section,
  .gcf-about-modern__cta{
    padding:24px 20px;
    border-radius:24px;
  }

  .gcf-about-modern__image-card{
    border-radius:24px;
  }

  .gcf-about-modern__title{
    font-size:clamp(32px,9vw,42px);
    line-height:1.08;
  }

  .gcf-about-modern__lead{
    font-size:16px;
  }

  .gcf-about-modern__hero-points{
    grid-template-columns:1fr;
  }

  .gcf-about-modern__intro-grid,
  .gcf-about-modern__steps,
  .gcf-about-modern__features-grid,
  .gcf-about-modern__principles-grid,
  .gcf-about-modern__stats-grid{
    grid-template-columns:1fr;
  }

  .gcf-about-modern__step-card,
  .gcf-about-modern__feature-card,
  .gcf-about-modern__principle-card,
  .gcf-about-modern__intro-card,
  .gcf-about-modern__stat-card{
    padding:20px 18px;
  }

  .gcf-about-modern__image{
    min-height:300px;
  }

  .gcf-about-modern__btn{
    width:100%;
  }

  .gcf-about-modern__hero-actions{
    flex-direction:column;
    align-items:stretch;
  }
}/* End custom CSS */