/* ===== CERTIFICATE HERO ===== */
.gc-hero {
  padding: 15px;
}

.gc-hero-inner {
  position: relative;
  background: var(--dark);
  border-radius: var(--radius-card);
  padding: 30px 60px 60px;
  min-height: 700px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.gc-glow-tl {
  position: absolute;
  width: 600px;
  height: 600px;
  left: -200px;
  top: -200px;
  background: radial-gradient(circle, rgba(0, 255, 102, 0.15) 0%, transparent 70%);
  pointer-events: none;
}

.gc-glow-center {
  position: absolute;
  width: 800px;
  height: 400px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(ellipse, rgba(0, 255, 102, 0.08) 0%, transparent 70%);
  pointer-events: none;
}

.gc-title {
  font-family: 'Rubik', sans-serif;
  font-weight: 300;
  font-size: clamp(24px, 5vw, 64px);
  line-height: 1.25;
  color: var(--white);
  text-transform: uppercase;
  margin-top: 60px;
  position: relative;
  z-index: 1;
}

.gc-title-accent {
  color: var(--accent);
}

.gc-hero-image {
  width: 100%;
  height: 340px;
  background-size: cover;
  background-position: center;
  border-radius: var(--radius-card);
  margin-top: 40px;
  position: relative;
  z-index: 1;
}

.gc-hero-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 40px;
  position: relative;
  z-index: 1;
}

.gc-hero-subtitle {
  font-size: 16px;
  line-height: 26px;
  color: var(--gray);
  max-width: 700px;
}

.gc-hero-socials {
  display: flex;
  gap: 12px;
}

/* ===== ADVANTAGES ===== */
.gc-advantages-section {
  padding: 0 15px;
  margin-top: -1px;
}

.gc-advantages-wrap {
  position: relative;
  background: var(--dark);
  border-radius: var(--radius-card);
  padding: 80px 60px;
  overflow: hidden;
}

.gc-advantages-desc {
  font-size: 16px;
  line-height: 26px;
  color: var(--gray);
  max-width: 700px;
  margin-top: 20px;
}

.gc-advantages-photo {
  margin-top: 40px;
  border-radius: var(--radius-card);
  overflow: hidden;
}

.gc-advantages-photo img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
  border-radius: var(--radius-card);
}

.gc-advantages-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 30px;
}

.gc-advantage-card {
  background: var(--card);
  border-radius: var(--radius-card);
  padding: 40px 30px;
}

.gc-advantage-card h3 {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: var(--white);
  margin-bottom: 16px;
}

.gc-advantage-card p {
  font-size: 15px;
  line-height: 24px;
  color: var(--gray);
}

.gc-advantage-accent {
  background: var(--accent);
}

.gc-advantage-accent h3 {
  color: var(--dark);
}

.gc-advantage-accent p {
  color: var(--dark);
  opacity: 0.7;
}

/* ===== HOW IT WORKS ===== */
.gc-how-section {
  padding: 15px 15px 0;
  margin-top: -1px;
}

.gc-how-wrap {
  background: var(--dark);
  border-radius: var(--radius-card);
  padding: 80px 60px;
  margin-top: 15px;
}

.gc-how-photo {
  margin-top: 40px;
  border-radius: var(--radius-card);
  overflow: hidden;
}

.gc-how-photo img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
  border-radius: var(--radius-card);
}

.gc-how-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 30px;
}

.gc-how-step {
  background: var(--card);
  border-radius: var(--radius-card);
  padding: 40px 30px;
  position: relative;
}

.gc-how-num {
  font-family: 'Rubik', sans-serif;
  font-weight: 300;
  font-size: 48px;
  color: var(--accent);
  opacity: 0.3;
  line-height: 1;
  margin-bottom: 20px;
  display: block;
}

.gc-how-step h3 {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: var(--white);
  margin-bottom: 12px;
}

.gc-how-step p {
  font-size: 15px;
  line-height: 24px;
  color: var(--gray);
}

/* ===== ORDER FORM ===== */
.gc-order-section {
  padding: 0 15px;
  margin-top: 60px;
}

.gc-order-wrap {
  position: relative;
  background: var(--dark);
  border-radius: var(--radius-card);
  padding: 80px 70px;
  overflow: hidden;
  max-width: 550px;
  margin: 0 auto;
}

.gc-order-wrap .section-title {
  font-size: 32px;
  line-height: 42px;
}

.gc-order-desc {
  font-size: 16px;
  line-height: 26px;
  color: var(--gray);
  margin-top: 20px;
  text-align: center;
}

.gc-order-form {
  margin: 50px auto 0;
  max-width: 420px;
}

/* ===== GLOWS ===== */
.gc-glow-right {
  position: absolute;
  width: 500px;
  height: 500px;
  right: -150px;
  top: 50%;
  transform: translateY(-50%);
  background: radial-gradient(circle, rgba(0, 255, 102, 0.1) 0%, transparent 70%);
  pointer-events: none;
}

.gc-glow-left {
  position: absolute;
  width: 500px;
  height: 500px;
  left: -150px;
  bottom: -100px;
  background: radial-gradient(circle, rgba(0, 255, 102, 0.08) 0%, transparent 70%);
  pointer-events: none;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  .gc-hero-inner {
    padding: 20px 20px 40px;
    min-height: auto;
  }

  .gc-title {
    margin-top: 30px;
  }

  .gc-hero-image {
    height: 200px;
    margin-top: 24px;
  }

  .gc-hero-bottom {
    flex-direction: column;
    gap: 20px;
    margin-top: 24px;
  }

  .gc-hero-socials {
    align-self: flex-start;
  }

  .gc-advantages-wrap,
  .gc-how-wrap,
  .gc-order-wrap {
    padding: 40px 20px;
  }

  .gc-advantages-photo img,
  .gc-how-photo img {
    height: 180px;
  }

  .gc-advantages-grid,
  .gc-how-steps {
    grid-template-columns: 1fr;
  }

  .gc-order-form {
    max-width: 100%;
  }
}
