.elementor-2098 .elementor-element.elementor-element-ba01961{--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;}:root{--page-title-display:none;}/* Start custom CSS *//* Google Fonts Import */
@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600&family=Source+Sans+3:wght@400;500;600;700&display=swap');

.gfc-wrapper {
  --navy: #1F3358;
  --navy-2: #2E4778;
  --paper: #FFFFFF;
  --paper-2: #F5F3EE;
  --marigold: #C97F1E;
  --marigold-dark: #A5660F;
  --ink: #26282E;
  --ink-soft: #5B5F6A;
  --line: #E6E2D8;
  --radius: 6px;
  
  color: var(--ink);
  font-family: 'Source Sans 3', sans-serif;
  font-size: 17px;
  line-height: 1.6;
}

/* Base Reset within Wrapper */
.gfc-wrapper * { 
  box-sizing: border-box; 
}

.gfc-wrapper h1, 
.gfc-wrapper h2, 
.gfc-wrapper h3,
.gfc-wrapper h4 {
  font-family: 'Fraunces', serif;
  color: var(--navy);
  margin: 0;
  font-weight: 600;
}

.gfc-wrapper a { 
  color: inherit; 
  text-decoration: none; 
}

.gfc-wrapper img { 
  max-width: 100%; 
  display: block; 
}

.gfc-wrapper .wrap { 
  max-width: 1140px; 
  margin: 0 auto; 
  padding: 0 24px; 
}

/* Global Buttons */
.gfc-wrapper button, 
.gfc-wrapper .btn {
  display: inline-block;
  font-family: 'Source Sans 3', sans-serif;
  font-weight: 600;
  font-size: 16px;
  padding: 13px 28px;
  border-radius: var(--radius);
  cursor: pointer;
  border: 1px solid transparent;
  text-align: center;
  transition: all 0.25s ease;
}

.gfc-wrapper .btn-primary { 
  background-color: var(--marigold) !important; 
  color: #FFFFFF !important; 
}

.gfc-wrapper .btn-primary:hover { 
  background-color: var(--marigold-dark) !important; 
}

.gfc-wrapper .btn-ghost { 
  background-color: transparent !important; 
  color: var(--navy) !important; 
  border: 1px solid var(--navy-2) !important; 
}

.gfc-wrapper .btn-ghost:hover { 
  background-color: var(--navy) !important; 
  color: #FFFFFF !important; 
}

/* Hero Specific Buttons */
.gfc-wrapper .hero .btn-ghost { 
  color: #FFFFFF !important; 
  border-color: rgba(255, 255, 255, 0.4) !important; 
}

.gfc-wrapper .hero .btn-ghost:hover { 
  background-color: #FFFFFF !important; 
  color: var(--navy) !important; 
}

/* Section Shells */
.gfc-wrapper .gfc-section { 
  padding: 72px 0; 
}

.gfc-wrapper .section-alt { 
  background-color: var(--paper-2); 
}

.gfc-wrapper .section-head { 
  max-width: 620px; 
  margin-bottom: 40px; 
}

.gfc-wrapper .section-head h2 { 
  font-size: 32px; 
  line-height: 1.25; 
}

.gfc-wrapper .section-head p { 
  color: var(--ink-soft); 
  font-size: 17px; 
  margin-top: 12px; 
}

/* 1. Header */
.gfc-wrapper header.gfc-header { 
  border-bottom: 1px solid var(--line); 
  background: var(--paper); 
}

.gfc-wrapper .nav { 
  display: flex; 
  align-items: center; 
  justify-content: space-between; 
  padding: 18px 0; 
}

.gfc-wrapper .logo { 
  display: flex; 
  align-items: center; 
  gap: 10px; 
  font-family: 'Fraunces', serif; 
  font-size: 21px; 
  font-weight: 600; 
  color: var(--navy); 
}

.gfc-wrapper .logo-mark { 
  width: 34px; 
  height: 34px; 
  border-radius: 50%; 
  background: var(--navy); 
  display: flex; 
  align-items: center; 
  justify-content: center; 
  color: var(--marigold); 
  font-size: 18px; 
  font-weight: 600; 
  font-family: 'Fraunces', serif; 
}

.gfc-wrapper .nav-links { 
  display: flex; 
  gap: 28px; 
  font-size: 15px; 
  color: var(--ink-soft); 
}

.gfc-wrapper .nav-cta { 
  display: flex; 
  gap: 12px; 
  align-items: center; 
}

.gfc-wrapper .lang-pill { 
  font-size: 13px; 
  border: 1px solid var(--line); 
  border-radius: 20px; 
  padding: 6px 12px; 
  color: var(--ink-soft); 
}

/* 2. Hero Section */
.gfc-wrapper .hero { 
  background: var(--navy); 
  background-image: linear-gradient(135deg, var(--navy) 0%, var(--navy-2) 100%); 
  padding: 76px 0; 
  overflow: hidden; 
}

.gfc-wrapper .hero-grid { 
  display: grid; 
  grid-template-columns: 1.05fr 0.95fr; 
  gap: 40px; 
  align-items: center; 
}

.gfc-wrapper .hero h1 { 
  color: #FFFFFF; 
  font-size: 44px; 
  line-height: 1.18; 
  max-width: 520px; 
}

.gfc-wrapper .hero p { 
  color: #D9DFEC; 
  font-size: 18px; 
  max-width: 460px; 
  margin: 20px 0 30px 0; 
}

.gfc-wrapper .hero-cta-row { 
  display: flex; 
  gap: 14px; 
  flex-wrap: wrap; 
}

.gfc-wrapper .hero-trust { 
  margin-top: 26px; 
  color: #AEB8CD; 
  font-size: 14px; 
  display: flex; 
  gap: 8px; 
  align-items: center; 
}

.gfc-wrapper .hero-art { 
  position: relative; 
  height: 380px; 
  display: flex; 
  align-items: center; 
  justify-content: center; 
}

.gfc-wrapper .hero-card { 
  background: #FFFFFF; 
  border-radius: var(--radius); 
  padding: 20px 22px; 
  width: 210px; 
  box-shadow: 0 20px 44px rgba(10,20,45,.28); 
  position: absolute; 
  z-index: 2;
}

.gfc-wrapper .hero-card.c1 { 
  top: 20px; 
  left: 10px; 
}

.gfc-wrapper .hero-card.c2 { 
  bottom: 20px; 
  right: 10px; 
  background: var(--marigold); 
  color: #FFFFFF; 
}

.gfc-wrapper .hero-card .k { 
  font-size: 12px; 
  color: var(--ink-soft); 
}

.gfc-wrapper .hero-card.c2 .k { 
  color: #FBE7C9; 
}

.gfc-wrapper .hero-card .v { 
  font-family: 'Fraunces', serif; 
  font-size: 26px; 
  color: var(--navy); 
  margin-top: 2px; 
}

.gfc-wrapper .hero-card.c2 .v { 
  color: #FFFFFF; 
}

.gfc-wrapper .hero-book { 
  width: 260px; 
  height: 320px; 
  background: #FFFFFF; 
  border-radius: 8px; 
  box-shadow: 0 30px 60px rgba(0,0,0,.35); 
  display: flex; 
  align-items: center; 
  justify-content: center; 
  font-family: 'Fraunces', serif; 
  color: var(--navy); 
  text-align: center; 
  padding: 24px; 
  position: relative;
  z-index: 1;
}

/* 3. Category Grid */
.gfc-wrapper .cat-grid { 
  display: grid; 
  grid-template-columns: repeat(4, 1fr); 
  gap: 18px; 
}

.gfc-wrapper .cat-card { 
  border: 1px solid var(--line); 
  background: #FFFFFF; 
  padding: 26px 22px; 
  border-radius: var(--radius); 
  display: flex; 
  flex-direction: column; 
  gap: 14px; 
  min-height: 190px; 
}

.gfc-wrapper .cat-icon { 
  width: 40px; 
  height: 40px; 
  border-radius: 50%; 
  background: var(--paper-2); 
  display: flex; 
  align-items: center; 
  justify-content: center; 
  font-family: 'Fraunces', serif; 
  color: var(--navy); 
  font-size: 18px; 
}

.gfc-wrapper .cat-card h3 { 
  font-size: 19px; 
}

.gfc-wrapper .cat-card p { 
  color: var(--ink-soft); 
  font-size: 14.5px; 
  margin: 0; 
  flex-grow: 1; 
}

.gfc-wrapper .cat-card .go { 
  font-size: 14px; 
  font-weight: 600; 
  color: var(--marigold-dark); 
}

/* 4. Why Grid */
.gfc-wrapper .why-grid { 
  display: grid; 
  grid-template-columns: repeat(4, 1fr); 
  gap: 0; 
  border-top: 1px solid var(--line); 
  border-left: 1px solid var(--line); 
}

.gfc-wrapper .why-item { 
  padding: 30px 26px; 
  border-right: 1px solid var(--line); 
  border-bottom: 1px solid var(--line); 
}

.gfc-wrapper .why-item .num { 
  font-family: 'Fraunces', serif; 
  color: var(--marigold-dark); 
  font-size: 15px; 
  margin-bottom: 10px; 
  display: block; 
}

.gfc-wrapper .why-item h3 { 
  font-size: 17px; 
  margin-bottom: 8px; 
}

.gfc-wrapper .why-item p { 
  color: var(--ink-soft); 
  font-size: 14.5px; 
  margin: 0; 
}

/* 5. Lead Form */
.gfc-wrapper .lead { 
  background: var(--navy); 
  border-radius: 10px; 
  padding: 52px 56px; 
  display: grid; 
  grid-template-columns: 1.2fr 1fr; 
  gap: 40px; 
  align-items: center; 
}

.gfc-wrapper .lead h2 { 
  color: #FFFFFF; 
  font-size: 30px; 
  max-width: 420px; 
  line-height: 1.25; 
}

.gfc-wrapper .lead p { 
  color: #D9DFEC; 
  margin-top: 14px; 
  font-size: 16px; 
  max-width: 420px; 
}

.gfc-wrapper .lead-form { 
  background: #FFFFFF; 
  border-radius: var(--radius); 
  padding: 26px; 
}

.gfc-wrapper .lead-form label { 
  display: block; 
  font-size: 13px; 
  color: var(--ink-soft); 
  margin-bottom: 6px; 
  font-weight: 600; 
}

.gfc-wrapper .lead-form input { 
  width: 100%; 
  padding: 11px 12px; 
  border: 1px solid var(--line); 
  border-radius: 4px; 
  margin-bottom: 16px; 
  font-size: 15px; 
  font-family: inherit; 
}

.gfc-wrapper .lead-form .btn-primary { 
  width: 100%; 
  border: none; 
}

.gfc-wrapper .lead-form .fine { 
  font-size: 12.5px; 
  color: var(--ink-soft); 
  margin-top: 10px; 
  text-align: center; 
}

/* 6. Moral Stories */
.gfc-wrapper .story-row { 
  display: grid; 
  grid-template-columns: repeat(3, 1fr); 
  gap: 18px; 
}

.gfc-wrapper .story-card { 
  border: 1px solid var(--line); 
  border-radius: var(--radius); 
  overflow: hidden; 
  background: #FFFFFF; 
}

.gfc-wrapper .story-thumb { 
  height: 150px; 
  background: var(--paper-2); 
  display: flex; 
  align-items: center; 
  justify-content: center; 
  color: var(--navy); 
  font-family: 'Fraunces', serif; 
  font-size: 15px; 
  border-bottom: 1px solid var(--line); 
}

.gfc-wrapper .story-card .body { 
  padding: 18px 20px; 
}

.gfc-wrapper .story-card h3 { 
  font-size: 16.5px; 
  margin-bottom: 6px; 
}

.gfc-wrapper .story-card p { 
  font-size: 14px; 
  color: var(--ink-soft); 
  margin: 0; 
}

/* 7. Testimonials */
.gfc-wrapper .test-grid { 
  display: grid; 
  grid-template-columns: repeat(3, 1fr); 
  gap: 18px; 
}

.gfc-wrapper .test-card { 
  background: #FFFFFF; 
  border: 1px solid var(--line); 
  border-radius: var(--radius); 
  padding: 26px; 
}

.gfc-wrapper .test-card p { 
  font-size: 15.5px; 
  color: var(--ink); 
  margin: 0 0 16px 0; 
}

.gfc-wrapper .test-who { 
  display: flex; 
  align-items: center; 
  gap: 10px; 
}

.gfc-wrapper .test-avatar { 
  width: 36px; 
  height: 36px; 
  border-radius: 50%; 
  background: var(--paper-2); 
  display: flex; 
  align-items: center; 
  justify-content: center; 
  color: var(--navy); 
  font-family: 'Fraunces', serif; 
  font-size: 14px; 
}

.gfc-wrapper .test-name { 
  font-size: 14px; 
  font-weight: 600; 
  color: var(--navy); 
}

.gfc-wrapper .test-loc { 
  font-size: 12.5px; 
  color: var(--ink-soft); 
}

/* 8. Footer */
.gfc-wrapper footer.gfc-footer { 
  background: var(--navy); 
  color: #C6CEE0; 
  padding: 56px 0 26px 0; 
}

.gfc-wrapper .foot-grid { 
  display: grid; 
  grid-template-columns: 1.4fr 1fr 1fr 1fr; 
  gap: 32px; 
  padding-bottom: 36px; 
  border-bottom: 1px solid rgba(255,255,255,.12); 
}

.gfc-wrapper footer.gfc-footer h4 { 
  color: #FFFFFF; 
  font-size: 14px; 
  margin-bottom: 14px; 
  font-family: 'Source Sans 3', sans-serif; 
  font-weight: 600; 
}

.gfc-wrapper footer.gfc-footer .foot-logo { 
  font-family: 'Fraunces', serif; 
  color: #FFFFFF; 
  font-size: 20px; 
  margin-bottom: 10px; 
}

.gfc-wrapper footer.gfc-footer p { 
  font-size: 14px; 
  color: #AEB8CD; 
  max-width: 280px; 
}

.gfc-wrapper footer.gfc-footer ul { 
  list-style: none; 
  margin: 0; 
  padding: 0; 
}

.gfc-wrapper footer.gfc-footer li { 
  margin-bottom: 9px; 
  font-size: 14px; 
}

.gfc-wrapper footer.gfc-footer a:hover { 
  color: #FFFFFF; 
}

.gfc-wrapper .foot-bottom { 
  display: flex; 
  justify-content: space-between; 
  padding-top: 22px; 
  font-size: 13px; 
  color: #8C97B3; 
}

/* Responsive Media Queries */
@media (max-width: 960px) {
  .gfc-wrapper .hero-grid { 
    grid-template-columns: 1fr; 
  }
  .gfc-wrapper .hero-art { 
    display: none; 
  }
  .gfc-wrapper .cat-grid { 
    grid-template-columns: repeat(2, 1fr); 
  }
  .gfc-wrapper .why-grid { 
    grid-template-columns: repeat(2, 1fr); 
  }
  .gfc-wrapper .story-row { 
    grid-template-columns: 1fr; 
  }
  .gfc-wrapper .test-grid { 
    grid-template-columns: 1fr; 
  }
  .gfc-wrapper .lead { 
    grid-template-columns: 1fr; 
    padding: 36px 26px; 
  }
  .gfc-wrapper .foot-grid { 
    grid-template-columns: repeat(2, 1fr); 
  }
  .gfc-wrapper .nav-links { 
    display: none; 
  }
  .gfc-wrapper .hero h1 { 
    font-size: 32px; 
  }
}

@media (max-width: 580px) {
  .gfc-wrapper .cat-grid { 
    grid-template-columns: 1fr; 
  }
  .gfc-wrapper .why-grid { 
    grid-template-columns: 1fr; 
  }
  .gfc-wrapper .foot-grid { 
    grid-template-columns: 1fr; 
  }
}/* End custom CSS */