.elementor-656 .elementor-element.elementor-element-dc94c47{--display:flex;}.elementor-656 .elementor-element.elementor-element-c598284{--display:flex;}.elementor-656 .elementor-element.elementor-element-0740b92{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-2b239ef */.gc-hero {
  padding: 6rem 1.5rem 4rem;
  text-align: center;
  background: #ffffff;
}

.gc-hero h1 {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700;
  margin-bottom: 1rem;
}

.gc-hero p {
  max-width: 640px;
  margin: 0 auto 2rem;
  font-size: 1.1rem;
  color: #555;
}

.gc-btn-primary {
  display: inline-block;
  padding: 0.9rem 2.2rem;
  background: #1a73e8;
  color: #fff;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a883f59 */.gc-features {
  padding: 3rem 1.5rem;
}

.gc-features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 3rem;
  text-align: center;
}

.gc-feature span {
  font-size: 2rem;
  display: block;
  margin-bottom: 0.5rem;
}

.gc-feature h3 {
  margin-bottom: 0.5rem;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-213d64e *//* FULL-WIDTH BREAKOUT */
.gc-fullwidth {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: #ffffff;
  padding: 6rem 0;
}

/* INNER CONTENT WIDTH (matches GoDetail feel) */
.gc-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 2rem;
}

/* HEADINGS */
.gc-inner h2 {
  font-size: 1.6rem;
  font-weight: 600;
  color: #111;
  margin-top: 3.5rem;
  margin-bottom: 1rem;
  line-height: 1.35;
}

/* BODY COPY */
.gc-inner p {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #6b6b6b;
  margin-bottom: 0;
  max-width: 900px;
}

/* FIRST HEADING SPACING FIX */
.gc-inner h2:first-child {
  margin-top: 0;
}

/* MOBILE TUNING */
@media (max-width: 768px) {
  .gc-fullwidth {
    padding: 4rem 0;
  }

  .gc-inner h2 {
    font-size: 1.4rem;
  }

  .gc-inner p {
    font-size: 1rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-13a4376 */.gc-faq {
  background: #D3D3D3;
  color: #36454F;
  padding: 4rem 1.5rem;
}

.gc-faq h2 {
  margin-bottom: 2rem;
}

.gc-faq details {
  border-bottom: 1px solid #333;
  padding: 1rem 0;
}

.gc-faq summary {
  cursor: pointer;
  font-weight: 600;
}

.gc-faq p {
  margin-top: 0.75rem;
  color: #ccc;
}/* End custom CSS */