/* Route-level pages */
.gce-page-hero { padding: 88px 0; background: var(--gce-pink-light); text-align: center; }
.gce-page-hero .gce-container { max-width: 820px; }
.gce-page-eyebrow { margin: 0 0 12px; color: var(--gce-teal); font-size: 13px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.gce-page-hero h1 { margin: 0; font-size: clamp(36px, 5vw, 56px); line-height: 1.08; letter-spacing: -.04em; }
.gce-page-hero p:not(.gce-page-eyebrow) { margin: 20px auto 0; max-width: 700px; color: rgba(0, 0, 0, .8); font-size: 18px; line-height: 1.7; }
.gce-page-hero .gce-btn { min-height: 46px; margin-top: 28px; padding: 0 24px; }
.gce-page-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.gce-page-card { padding: 34px; border: 1px solid var(--gce-border); border-radius: 10px; background: #fff; box-shadow: 0 10px 28px rgba(29, 45, 43, .05); }
.gce-page-card h2 { margin: 0 0 12px; font-size: 23px; line-height: 1.25; }
.gce-page-card p { margin: 0; color: rgba(0, 0, 0, .8); line-height: 1.75; }
.gce-page-card a { color: var(--gce-teal-dark); font-weight: 700; text-decoration: underline; }
.gce-page-cta { padding: 64px 0; background: var(--gce-gray-bg); text-align: center; }
.gce-page-cta h2 { margin: 0 0 24px; font-size: 32px; }
.gce-page-cta .gce-btn { min-height: 46px; padding: 0 26px; }

/* Header */
.gce-header {
  height: 72px;
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 50;
  box-shadow: 0 16px 30px rgba(31, 41, 55, .12);
}
.gce-header-inner {
  width: min(1244px, calc(100% - 40px));
  height: 72px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 26px;
}
.gce-header-logo { width: 280px; height: 65px; object-fit: cover; }
.gce-logo-link { width: 267px; height: 50px; display: inline-flex; flex: 0 0 267px; align-items: center; }
.gce-header-nav {
  width: 617px;
  height: 36px;
  display: flex;
  flex-wrap: nowrap;
  flex: 0 0 617px;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
  color: #000;
  font-size: 14px;
  font-weight: 500;
}
.gce-header-nav a {
  height: 32px;
  padding: 6px 12px;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 10px;
  line-height: 20px;
  white-space: nowrap;
  transition: color .18s ease;
}
.gce-header-nav a:nth-child(1) { height: 36px; }
.gce-header-nav > a:nth-of-type(2) { width: 109px; font-weight: 400; }
.gce-header-nav > a:nth-of-type(3) { width: 104px; }
.gce-header-nav > a:nth-of-type(4) { width: 85px; }
.gce-header-nav > a:nth-of-type(5) { width: 97px; }
.gce-header-nav a svg { width: 16px; height: 16px; }
.gce-header-nav a:hover { color: var(--gce-teal); }
.gce-loan-menu { position: relative; flex: 0 0 138px; }
.gce-loan-menu-button {
  width: 138px;
  height: 32px;
  padding: 6px 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 10px;
  color: inherit;
  font: inherit;
  white-space: nowrap;
  background: transparent;
  transition: color .18s ease, background-color .18s ease, transform .1s ease;
}
.gce-loan-menu-button:hover,
.gce-loan-menu-button:focus-visible { color: var(--gce-teal); background: #f2f9f8; }
.gce-loan-menu-button:focus-visible {
  outline: 2px solid var(--gce-teal);
  outline-offset: 2px;
}
.gce-loan-menu-button:active { transform: scale(.97); }
.gce-loan-menu-button[aria-expanded="true"] {
  color: #111;
  background: #f1f1f1;
  font-weight: 600;
}
/* Fix desktop Loan Products arrow */
.gce-loan-menu-button {
    padding-left: 6px;
    padding-right: 6px;
    gap: 4px;
}

.gce-loan-menu-button svg {
    width: 16px;
    height: 16px;
    min-width: 16px;
    flex: 0 0 16px;
}
.gce-loan-menu-button svg,
.gce-mobile-loan-button svg { width: 16px; height: 16px; transition: transform .18s ease; }
.gce-loan-menu-button[aria-expanded="true"] svg,
.gce-mobile-loan-button[aria-expanded="true"] svg { transform: rotate(180deg); }
.gce-loan-menu-panel {
  position: absolute;
  z-index: 60;
  top: calc(100% + 14px);
  left: 50%;
  width: 262px;
  padding: 10px;
  transform: translateX(-50%);
  border: 1px solid #e7efed;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(25, 55, 51, .16);
}
.gce-loan-menu-panel[hidden] { display: none; }
.gce-header-nav .gce-loan-menu-panel a {
  width: 100%;
  min-height: 48px;
  height: auto;
  padding: 8px 12px;
  justify-content: flex-start;
  gap: 12px;
  border-radius: 10px;
}
.gce-header-nav .gce-loan-menu-panel a:hover,
.gce-header-nav .gce-loan-menu-panel a:focus-visible { color: #0d625a; background: #eaf6f4; outline: none; }
.gce-header-nav .gce-loan-menu-panel a:active { color: #084b45; background: #d8eeea; }
.gce-loan-menu-icon {
  width: 28px;
  height: 28px;
  display: inline-grid;
  flex: 0 0 28px;
  place-items: center;
  color: #d95f5b;
}
.gce-header-nav .gce-loan-menu-icon svg {
  width: 28px;
  height: 28px;
  display: block;
  fill: currentColor;
  stroke: none;
}
.gce-header-actions { margin-left: -13px; align-items: center; gap: 12px; }
.gce-language-button,
.gce-login-button,
.gce-header-apply {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  transition: transform .16s ease, background-color .16s ease, border-color .16s ease;
}
.gce-language-button { width: 77px; height: 40px; padding: 12px; color: #000; background: #f4f4f6; margin-right: 15px;}
.gce-language-flag { width: 23px; height: 16px; display: block; overflow: hidden; border-radius: 2px; }
.gce-language-flag img { width: 100%; height: 100%; object-fit: cover; }
.gce-login-button {  height: 40px; padding: 12px; color: #000; background: #fff; border: 1px solid #000; }
.gce-login-button svg, .gce-header-apply svg { width: 16px; height: 16px; }
.gce-header-apply {height: 40px; padding:12px; color: #fff !important; background: #136a62; text-decoration: none; }
.gce-header-apply:hover { background: var(--gce-teal-dark); }
.gce-language-button:active, .gce-login-button:active, .gce-header-apply:active { transform: scale(.98); }
.gce-mobile-menu-button { padding: 8px; color: #4b5563; }
.gce-mobile-menu-button {
  position: relative;
  z-index: 52;
  cursor: pointer;
  touch-action: manipulation;
}
.gce-mobile-menu-button svg { width: 24px; height: 24px; display: block; pointer-events: none; }
.gce-mobile-menu {
  position: fixed;
  z-index: 51;
  top: 72px;
  left: 0;
  right: 0;
  width: 100%;
  max-height: calc(100vh - 72px);
  max-height: calc(100dvh - 72px);
  padding: 18px 20px 22px;
  display: none;
  flex-direction: column;
  gap: 16px;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  border-bottom: 1px solid #edf0ef;
  box-shadow: 0 16px 30px rgba(31, 41, 55, .12);
}
.gce-mobile-menu.is-open:not([hidden]) { display: flex; }
.gce-mobile-menu[hidden] { display: none; }
.gce-mobile-nav-open { overflow: hidden; }
.gce-mobile-menu a { display: flex; min-height: 44px; align-items: center; }
.gce-mobile-loan-button {
  width: 100%;
  min-height: 44px;
  padding: 8px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: inherit;
  border-radius: 8px;
  background: transparent;
  font: inherit;
  font-weight: 600;
  transition: color .18s ease, background-color .18s ease;
}
.gce-mobile-loan-button:hover,
.gce-mobile-loan-button:focus-visible { color: var(--gce-teal); background: #f2f9f8; outline: none; }
.gce-mobile-loan-button:focus-visible { box-shadow: 0 0 0 2px var(--gce-teal); }
.gce-mobile-loan-button:active { background: #e4f2f0; }
.gce-mobile-loan-button[aria-expanded="true"] { color: #0d625a; background: #eaf6f4; }
.gce-mobile-loan-links { min-width: 0; padding: 4px 0 4px 18px; border-left: 2px solid #d8ebe8; }
.gce-mobile-loan-links[hidden] { display: none; }
.gce-mobile-menu .gce-mobile-loan-links a { min-height: 44px; padding: 8px 10px; color: #4b5563; font-size: 14px; line-height: 1.35; overflow-wrap: anywhere; }
.gce-mobile-menu .gce-mobile-loan-links a:hover,
.gce-mobile-menu .gce-mobile-loan-links a:focus-visible { color: var(--gce-teal); }
.gce-mobile-divider { height: 1px; margin: 8px 0; background: #edf0ef; }
.gce-mobile-menu-button { display: none; }

/* Hero */
.gce-hero {
  position: relative;
  overflow: hidden;
  background: var(--gce-pink-light);
}
.gce-hero-stage {
  position: relative;
  width: min(1440px, 100%);
  min-height: 808px;
  margin: 0 auto;
  overflow: hidden;
}
.gce-hero-art {
  position: absolute;
  z-index: 3;
  inset: 0;
  pointer-events: none;
}
.gce-hero-person {
  position: absolute;
  z-index: 2;
  top: 66px;
  left: 30px;
  width: 322px;
  height: 742px;
  overflow: visible;
}
.gce-hero-person img {
  position: absolute;
  left: -466px;
  bottom: 0;
  width: auto;
  max-width: none;
  height: 810px;
  object-fit: contain;
}
.gce-hero-copy {
  position: relative;
  z-index: 5;
  width: min(700px, calc(100% - 40px));
  margin: 0 auto;
  padding-top: 66px;
  text-align: center;
}
.gce-hero-copy h1 {
  margin: 0;
  color: #101828;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -.035em;
}
.gce-hero-support {
  margin: 13px auto 0;
  max-width: 700px;
  color: #25272c;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
}
.gce-hero-actions { display: flex; align-items: center; justify-content: center; gap: 10px; margin-top: 24px; }
.gce-hero-primary,
.gce-hero-secondary {
  padding: 26px 34px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    transition: transform .16s ease, background-color .16s ease;
}
.gce-hero-primary { color: #fff; background: var(--gce-teal); }
.gce-hero-primary:hover { background: var(--gce-teal-dark); }
.gce-hero-secondary { color: var(--gce-teal); background: #fff; border: 1px solid var(--gce-teal); }
.gce-hero-secondary:hover { background: var(--gce-teal-light); }
.gce-hero-primary:active, .gce-hero-secondary:active { transform: scale(.98); }
.gce-credit-note { margin: 14px 0 0; color: #303238; font-size: 14px; font-weight: 500; line-height: 20px; }
.gce-trust-badges {
  position: absolute;
  z-index: 5;
  top:450px;
  left: 50%;
  width: 245px;
  height: 120px;
  object-fit: cover;
  transform: translateX(-50%);
}
.gce-benefit-field {
  position: absolute;
  z-index: 5;
  top: 580px;
  left: 50%;
  width: 700px;
  height: 244px;
  transform: translateX(-50%);
}
.gce-hero-benefit {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: #292b30;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
}
.gce-hero-benefit.is-pill { min-width: 143px; min-height: 32px; padding: 7px 15px; color: #fff; background: #2d8a75; border-radius: 999px; }
.gce-hero-benefit.is-pill span { font-size: 12px; }
.gce-hero-benefit.is-pill svg { width: 12px; height: 12px; flex: 0 0 12px; }
.benefit-1 { top: 0; left: 0; }
.benefit-2 { top: 6px; left: 280px; }
.benefit-3 { top: 0; right: 0; }
.benefit-4 { top: 48px; left: 235px; }
.benefit-5 { top: 50px; right: 2px; white-space: normal; text-align: center; }
.benefit-6 { top: 105px; left: 83px; }
.benefit-7 { top: 105px; right: 103px; }
.benefit-8 { top: 150px; left: 0; min-width: 118px !important; }
.benefit-9 { top: 150px; right: 0; min-width: 150px !important; }
.gce-hero-approval {
  position: absolute;
  z-index: 4;
  top: 66px;
  right: 30px;
  width: 298px;
  height: 292px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gce-hero-money { position: absolute; width: 298px; height: 292px; object-fit: contain; }
.gce-approval-card {
  position: relative;
  z-index: 2;
  width: 154px;
  min-height: 164px;
  padding: 22px 14px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #697078;
  background: #fff;
  border-radius: 23px;
  box-shadow: 0 12px 32px rgba(71, 47, 46, .12);
  text-align: center;
}
.gce-approval-check { width: 34px; height: 34px; margin-bottom: 11px; display: grid; place-items: center; color: #fff; background: #31a06e; border-radius: 50%; }
.gce-approval-check svg { width: 22px; height: 22px; }
.gce-approval-card strong { color: #32866f; font-size: 16px; }
.gce-approval-card p { margin: 10px 0 12px; color: #44494f; font-size: 12px; line-height: 1.35; }
.gce-approval-card small { display: inline-flex; align-items: center; gap: 4px; color: #287260; font-size: 11px; }
.gce-approval-card small svg { width: 8px; height: 8px; }
.gce-hero-arc { position: absolute; z-index: 1; top: 712px; left: 50%; width: 795px; height: 795px; border-radius: 50%; background: var(--gce-pink-dark); transform: translateX(-50%); }

/* Content sections */
.gce-intro-section { padding: 48px 0 55px; }
.gce-intro-section p { max-width: 900px; margin: 0 auto; color: #3b4653; font-size: 18px; font-weight: 500; line-height: 1.65; text-align: center; }
.gce-editorial-section { background: #fff; }
.gce-editorial-section-muted { background: var(--gce-gray-bg); }
.gce-editorial-section .gce-container { gap: 68px; }
.gce-editorial-copy h2,
.gce-qualification-section h2,
.gce-process-section h2,
.gce-faq-section h2,
.gce-testimonial-section h2,
.gce-final-cta h2,
.gce-feature-section h2 {
  color: #17202d;
  font-weight: 600;
  letter-spacing: -.025em;
  line-height: 1.5;
}
.gce-editorial-copy h2 { font-size: clamp(28px, 3vw, 38px); }
.gce-editorial-copy p,
.gce-qualification-section p,
.gce-process-section > .gce-container > p,
.gce-final-cta p { color: rgba(0, 0, 0, .8); line-height: 1.72; }
.gce-editorial-image {
  height: 310px;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid #e5e9e8;
  box-shadow: 0 14px 30px rgba(29, 45, 43, .08);
}
.gce-editorial-image img { width: 100%; height: 100%; object-fit: cover; }
.gce-editorial-section:first-of-type .gce-editorial-image img { object-position: center 46%; }
.gce-editorial-section:last-of-type .gce-editorial-image img { object-position: center 42%; }

/* Emergency loans editorial */
.gce-emergency-section {
  padding: 60px 0;
  background:#F8FAFC;
}
/* FAQ category filter buttons */
.gce-faq-category {
  width: 100%;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.gce-faq-category:focus-visible {
  outline: 2px solid var(--gce-teal);
  outline-offset: 4px;
  border-radius: 2px;
}
.gce-emergency-inner { width: min(1120px, calc(100% - 40px)); }
.gce-emergency-heading { max-width: 1060px; }
.gce-emergency-heading h2 {
  margin: 0 0 24px;
  color: var(--gce-gray-dark);
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -.032em;
  line-height: 1.5;
}
.gce-emergency-heading h2 span {
  display: block;
  color: var(--gce-pink-dark);
}
.gce-emergency-heading p,
.gce-emergency-body > p {
  margin: 0;
  color: rgba(0, 0, 0, .8);
  font-size: 16px;
  line-height: 1.78;
}
.gce-emergency-heading strong,
.gce-emergency-body strong {
  color: #29323b;
  font-weight: 700;
}
.gce-emergency-body {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
  align-items: center;
  gap: 64px;
  margin-top: 46px;
}
.gce-emergency-image {
  position: relative;
  height: 342px;
  margin: 0;
  overflow: hidden;
  border-radius: 20px;
}
.gce-emergency-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 44%;
}
.gce-emergency-badge {
  position: absolute;
  left: 22px;
  bottom: 22px;
  max-width: calc(100% - 44px);
  min-height: 48px;
  padding: 10px 16px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #26312f;
  background: rgba(255, 255, 255, .96);
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(18, 42, 38, .16);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}
.gce-emergency-badge svg {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  color: var(--gce-teal);
  fill: var(--gce-teal-light);
}
.secure-fase-section{grid-template-columns: 1fr 1.5fr !important;gap: 30px !important;align-items: center !important;}
.gce-installment-section { padding: 60px 0; background: #fff; }
.gce-installment-inner { width: min(1076px, calc(100% - 40px)); margin: 0 auto; display: grid; grid-template-columns: minmax(0, 613px) 442px; align-items: start; gap: 22px; }
.gce-installment-copy { width: 592px; }
.gce-installment-copy h2 { margin: 0; color: #111827; font-size: 32px; font-weight: 600; line-height: 48px; letter-spacing: -.32px; }
.gce-installment-copy h2 span { color: #A94442; }
.gce-installment-body { margin-top: 16px; display: flex; flex-direction: column; gap: 11px; color: rgba(0, 0, 0, .8); font-size: 16px; font-weight: 400; line-height: 28px; }
.gce-installment-body p { margin: 0; }
.gce-installment-body strong { font-weight: 600; }
.gce-installment-art { position: relative; width: 442px; overflow: visible; border-radius: 10px; }
.gce-installment-art > img { width: 100%; height: 100%; display: block; object-fit: cover; border-radius: 10px; }
.gce-installment-arc { position: absolute; z-index: 1; top: 35px; left: 105px; width: 178px; height: 150px; border: 2px solid rgba(255, 255, 255, .86); border-bottom: 0; border-left-color: transparent; border-radius: 50% 50% 0 0; transform: rotate(-8deg); }
.gce-installment-success, .gce-installment-lender { position: absolute; z-index: 2; display: inline-flex; align-items: center; gap: 8px; min-height: 44px; padding: 10px; border-radius: 105px; font-size: 16px; font-weight: 600; line-height: 24px; white-space: nowrap; }
.gce-installment-success { top: 133px; left: 30px; color: #fff; background: #2e8459; border: 1px solid #fff; }
.gce-installment-success svg { width: 24px; height: 24px; }
.gce-installment-lender { top: 236px; right: 16px; color: #111; background: #fff; }
.gce-installment-lender svg { width: 20px; height: 20px; }
.gce-installment-send { position: absolute; z-index: 3; top: 140px; right: -6px; width: 52px; height: 52px; display: grid; place-items: center; color: #fff; background: #136A62; border: 1px solid #fff; border-radius: 35px; transform: rotate(-101deg); }
.gce-installment-send svg { width: 24px; height: 24px; transform: rotate(101deg); }

.gce-feature-section { padding:60px 0 ; background: #F8FAFC; }
.gce-feature-section .gce-container { width: min(1073px, calc(100% - 40px)); }
.gce-feature-heading {  margin: 0 0 24px; text-align: left; }
.gce-feature-heading h2 {    margin: 0;
    color: #111827;
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: -.32px;margin-bottom: 10px;width:590px;}
.gce-feature-heading h2 span{color: #A94442}
.gce-feature-heading p { max-width: none; margin: 0; color: rgba(0, 0, 0, .8); font-size: 16px; line-height: 28px; }
.gce-feature-heading strong { color: var(--gce-gray-dark); font-weight: 700; }
.gce-feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 19px 24px; margin-top: 20px;}
.gce-feature-card { min-width: 0;  padding: 30px 20px; background:#fff; border-radius: 10px; }
.gce-feature-icon-wrap { width: 32px; height: 32px; margin-bottom: 9px; display: flex; align-items: center; justify-content: flex-start; }
.gce-feature-icon { width: 44px; height: 44px; display: block; object-fit: contain; margin-bottom: 20px;}
.gce-feature-card h3 { margin: 0 0 15px; ; font-size: 20px; font-weight: 600; line-height: 1.5; }
.gce-feature-card p { margin: 0; color: rgba(0, 0, 0, .8); font-size: 16px; line-height: 28px; }
.gce-tesi-top{display: flex;justify-content: space-around;}
.gce-qualification-section { padding: 60px 0; background: #fff; }
.gce-qualification-section .gce-container { width: min(1073px, calc(100% - 40px)); }
.gce-qualification-inner { display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(0, .96fr); align-items: start; gap: 82px; }
.gce-qualification-copy { min-width: 0; }
.gce-qualification-section h2 { max-width: 445px; margin: 0 0 19px; font-size: 32px; line-height: 1.5; }
.gce-qualification-section h2 span { color: var(--gce-pink-dark); }
.gce-qualification-copy > p {  margin: 0 0 22px; font-size: 16px; line-height: 28px; }
.gce-qualification-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--gce-teal);
  font-size: 16px;
  font-weight: 600;
  padding:10px;border-radius: 10px;border: 1px solid var(--gce-teal);
}
.gce-qualification-link svg { width: 15px; height: 15px; }
.gce-qualification-link:hover { color: var(--gce-teal-dark); }
.gce-qualification-list { min-width: 0;  padding:20px;border:2px solid #f0f2f1;border-radius: 10px;}
.gce-qualification-list ul { display: flex; flex-direction: column; gap: 17px; margin: 0; padding: 0; list-style: none; }
.gce-qualification-list li { display: grid; grid-template-columns: 14px minmax(0, 1fr); align-items: start; gap: 15px; }
.gce-qualification-list li > img { width: 24px; height: 24px; margin-top: 5px; color: var(--gce-teal); stroke-width: 2.2; }
.gce-qualification-list h3 { margin: 0 0 8px; color: #17202d; font-size: 16px; font-weight: 600; line-height: 1.5; border-radius: 10px;border:1px solid 1px solid var(--gce-teal);}
.gce-qualification-list p { margin: 0; color: rgba(0, 0, 0, .8); font-size: 14px; line-height: 1.5; }

.gce-process-section { padding: 60px 0; background: #F8FAFC; }
.gce-process-section .gce-container { width: min(1076px, calc(100% - 40px)); }
.gce-process-section h2 { max-width: 1076px; margin: 0 auto 19px; font-size: 32px; line-height: 1.34; text-align: center; }
.gce-process-intro { max-width: 1076px; margin: 0 auto 32px; font-size: 16px; line-height: 1.85; text-align: center; }
.gce-process-section h3 { margin: 0 0 16px; color: #17202d; font-size: 20px; font-weight: 700; line-height: 1.25; }
.gce-process-grid { display: grid; grid-template-columns: repeat(3, 336px); gap: 21px; }
.gce-process-step { min-width: 0; min-height: 284px; padding: 0; border: 0; border-radius: 0; background: transparent;padding:20px;border: 1px solid #f0f2f1;border-radius: 10px; }
.gce-process-icon-wrap { width: 100%; height: 106px; margin-bottom: 14px; display: grid; place-items: center;  }
.gce-process-icon { width: 42px; height: 42px; object-fit: contain; }
.gce-process-step h3 { margin: 0 0 8px; color: #17202d; font-size: 18px; font-weight: 700; line-height: 1.5; }
.gce-process-step p { margin: 0; color: rgba(0, 0, 0, .8); font-size: 16px; line-height: 28px; }

.gce-faq-section { padding: 60px  0px; background:#f8fafc; }
.gce-faq-container { width: min(1072px, calc(100% - 40px)); margin: 0 auto; }
.gce-faq-section h2 { margin: 0 0 36px; color: #151a22; font-size: 32px; font-weight: 600; line-height: 1.25; letter-spacing: -.025em; text-align: left; }
.gce-faq-layout { display: grid; grid-template-columns: 320px minmax(0, 1fr); gap: 48px; align-items: start; }
.gce-faq-categories { display: flex; flex-direction: column; align-items: stretch; gap: 21px; }
.gce-faq-category { position: relative; display: block; padding: 0 0 11px; color: #3f464f; font-size: 14px; font-weight: 400; line-height: 1.4; }
.gce-faq-category.is-active { color: #17202d; font-weight: 700;border: 2px solid var(--gce-teal);padding:10px;border-radius: 10px; }
/*.gce-faq-category.is-active::after { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 4px; border-radius: 4px; background: var(--gce-teal); }*/
.gce-faq-list { display: flex; min-width: 0; flex-direction: column; gap: 14px; }
.gce-faq-item { overflow: hidden; border: 1px solid #edf0f0; border-radius: 12px; background: #fff; box-shadow: 0 5px 14px rgba(29, 45, 43, .035); transition: box-shadow .2s ease, border-color .2s ease; }
.gce-faq-item.is-open { box-shadow: 0 7px 18px rgba(29, 45, 43, .045); }
.gce-faq-question { background:transparent;width: 100%; min-height: 66px; padding: 17px 22px; display: flex; align-items: center; justify-content: space-between; gap: 22px; color: #17202d; font-size: 16px; font-weight: 600; line-height: 1.5; text-align: left; }
.gce-faq-toggle { width: 30px; height: 30px; padding: 0; display: grid; flex: 0 0 30px; place-items: center; border-radius: 50%; background: #f5f6f6; color: #1b2730; font-size: 21px; font-weight: 400; line-height: 1; }
.faq-accordion[hidden] { display: none; }
.faq-accordion { display: grid; grid-template-rows: 0fr; opacity: 0; visibility: hidden; transition: grid-template-rows .3s ease, opacity .25s ease, visibility 0s linear .3s; }
.faq-accordion.open { grid-template-rows: 1fr; opacity: 1; visibility: visible; transition-delay: 0s; }
.faq-accordion-inner { min-height: 0; overflow: hidden; }
.faq-accordion p { margin: 0; padding: 10px 52px 18px 22px; color: rgba(0, 0, 0, .8); font-size: 16px; line-height:28px; }

/* Testimonials */
.gce-testimonial-section {
  min-height: 0;
  padding: 60px 0;
  overflow: hidden;
  background: #fff;
}
article.gce-feature-card:hover {
    box-shadow: 0 16px 16px 0 rgba(31, 41, 55, .10);
    transform: translateY(-4px);
}
.gce-testimonial-section .gce-faq-container,
.gce-testimonial-layout {
  width: min(1072px, calc(100% - 40px));
  margin-inline: auto;
}

.gce-tesi-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 32px;align-items: center;
}

.gce-testimonial-heading h2 {
  margin: 0;
  color: #17202d;
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: -0.02em;
}

.gce-testimonial-heading h2 span {
  color: var(--gce-pink-dark);
}

.gce-testimonial-controls {
  display: flex;
  flex-shrink: 0;
  gap: 14px;
}

.gce-testimonial-controls button {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  padding: 0;
  color: #17202d;
  background: #ffffff;
  border: 1px solid #7d8585;
  border-radius: 50%;
  transition:
    color 0.2s ease,
    border-color 0.2s ease,
    background-color 0.2s ease;
}

.gce-testimonial-controls button:hover {
  color: #ffffff;
  background: var(--gce-teal);
  border-color: var(--gce-teal);
}

.gce-testimonial-controls button:focus-visible {
  outline: 2px solid var(--gce-teal);
  outline-offset: 3px;
}

.gce-testimonial-controls svg {
  width: 20px;
  height: 20px;
}

/* Remove the old two-column 203px/803px layout */
.gce-testimonial-layout {
  display: block;
}

.gce-testimonial-grid {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  overscroll-behavior-inline: contain;
}

.gce-testimonial-grid::-webkit-scrollbar {
  display: none;
}

.gce-testimonial-card {
  flex: 0 0 calc((100% - 18px) / 2);
  min-width: 0;
  min-height: 286px;
  padding: 24px;
  background: #ffffff;
  border: 1px solid #e6eaee;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(23, 32, 45, 0.06);
  scroll-snap-align: start;
}

.gce-testimonial-person {
  min-height: 39px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.gce-testimonial-identity {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.gce-testimonial-identity img {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  object-fit: cover;
  border-radius: 50%;
}

.gce-testimonial-identity h3 {
  margin: 0;
  color: #17202d;
  font-size: 14px;
  font-weight: 700;
}

.gce-testimonial-time {
  flex-shrink: 0;
  color: #667085;
  font-size: 12px;
}

.gce-testimonial-rating {
  margin: 20px 0 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #667085;
  font-size: 12px;
}

.gce-rating-stars {
  position: relative;
  display: inline-block;
  color: #d8dddc;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 2px;
}

.gce-rating-stars > span:last-child {
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--rating-width);
  overflow: hidden;
  color: #ffc400;
  white-space: nowrap;
}

.gce-testimonial-card p {
  margin: 0;
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  line-height: 1.7;
}
.gce-final-cta {  padding: 60px 0px; background: #fff; text-align: center; }
.gce-final-cta .gce-container { width: min(1076px, calc(100% - 48px)); max-width: none; }
.gce-final-cta h2 { margin: 0 0 18px; font-size: 32px; line-height: 1.5; }
.gce-final-cta h2 span { color: var(--gce-pink-dark); }
.gce-final-cta p { margin: 0 auto 12px; font-size: 16px; line-height: 28px; }
.gce-final-cta p:last-of-type { margin-bottom: 28px; }
.gce-final-cta-button {
  width: 372px;
  min-height: 48px;
  padding: 12px 24px;
  gap: 10px;
  border-radius: 999px;
  font-size: 15px;
  line-height: 1.2;
  box-shadow: 0 10px 22px rgba(9, 82, 74, .16);
}
.gce-final-cta-button svg { width: 18px; height: 18px; flex: 0 0 18px; }
p a{color:var(--gce-teal-dark)}
/* Footer */
.gce-footer { padding: 48px 0 36px; background: var(--gce-teal); color: #fff; }
.gce-footer-inner { width: min(1076px, calc(100% - 48px)); margin: 0 auto; }
.gce-footer-top { display: grid; grid-template-columns: 390px 1fr; gap: 76px; margin-bottom: 28px; }
.gce-footer-brand { min-width: 0; }
.gce-footer-logo {  object-fit: contain; display: block; }
.gce-footer-brand > p { margin: 0 0 23px; color: rgba(255,255,255,.86); font-size: 12px; line-height: 1.4; }
.gce-footer-socials { display: flex; gap: 12px; margin-bottom: 45px; }
.gce-footer-socials span {
  width: 44px; height: 44px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,.9); transition: background-color .2s, color .2s;border:2px solid #ffffff4f
}
.gce-footer-socials span:hover{background: rgba(255,255,255,.12); }
.gce-footer-socials svg { width: 12px; height: 12px; }
.gce-footer-trust > p { margin: 0 0 15px; color: rgba(255,255,255,.86); font-size: 12px; }
.gce-footer-badges { min-height: 48px; display: flex; align-items: center; gap: 16px; }
.gce-footer-badges img { width: auto; object-fit: contain; display: block; }
.gce-footer-badges img:nth-child(1) { width: 106px; }
.gce-footer-badges img:nth-child(2) { width:80px; height: 80px; }
.gce-footer-badges img:nth-child(3) { width: 80px; height: 80px; }
.gce-footer-nav { display: grid; grid-template-columns: 1.2fr 1.2fr .8fr; gap: 50px; padding-top: 2px; }
.gce-footer h3 { margin: 0 0 20px; font-size: 14px; line-height: 1.4; font-weight: 600; }
.gce-footer-nav ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 13px; }
.gce-footer-nav a { min-height: 24px; display: inline-flex; align-items: center; color: rgba(255,255,255,.9); font-size: 14px; line-height: 1.35; transition: color .2s; }
.gce-footer-nav a:hover { color: #fff; }
.gce-footer-disclosures { color: rgba(255,255,255,.92); font-size: 14px; line-height: 28px; }
.gce-footer-disclosures a { color: #fff; font-weight: 700; text-decoration: underline; text-underline-offset: 2px; }
.gce-footer-disclosures p { margin: 0 0 10px; }
.gce-footer-disclosures strong { color: #fff; font-weight: 700; }
.gce-footer-copyright { margin-top: 24px !important; font-size: 10px; text-align: left; }

