/* ==============================================
   DELNEXT GO GREEN PAGE — DEDICATED STYLESHEET
   Loaded only on the /delnext_go_green page.
   Global styles (nav, footer, fonts, etc.) are
   already provided by 1_homepage_v5.css.
   ============================================== */

body#delnext_go_green {
  padding-top: 0 !important;
}

/* =========================================
   1. GO GREEN HERO
   ========================================= */

.gg-hero-wrapper {
  position: relative;
  min-height: 90vh;
  display: flex;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 60px;
  overflow: hidden;
}

.gg-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}

.gg-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(5,46,5,0.82) 0%, rgba(15,80,20,0.65) 60%, rgba(0,0,0,0.30) 100%);
  z-index: 1;
}

.gg-hero-content {
  position: relative;
  z-index: 2;
  max-width: 720px;
}

.gg-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(34,197,94,0.18);
  border: 1px solid rgba(34,197,94,0.45);
  color: #bbf7d0;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 7px 16px;
  border-radius: 50px;
  margin-bottom: 24px;
}

.gg-hero-title {
  font-size: 58px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.1;
  margin-bottom: 22px;
}

.gg-hero-title .text-green {
  color: #4ade80;
}

.gg-hero-subtitle {
  font-size: 18px;
  color: rgba(255,255,255,0.85);
  line-height: 1.65;
  margin-bottom: 36px;
  max-width: 560px;
}

.gg-hero-cta-group {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
}

.gg-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #16a34a;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  padding: 16px 36px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease;
  box-shadow: 0 8px 24px rgba(22,163,74,0.35);
}

.gg-btn-primary:hover {
  background: #15803d;
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(22,163,74,0.45);
  color: #fff;
  text-decoration: none;
}

.gg-btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  padding: 14px 32px;
  border-radius: 50px;
  border: 2px solid rgba(255,255,255,0.6);
  cursor: pointer;
  text-decoration: none;
  transition: all 0.25s ease;
}

.gg-btn-ghost:hover {
  background: rgba(255,255,255,0.12);
  border-color: #fff;
  color: #fff;
  text-decoration: none;
}

.gg-hero-stats {
  margin-top: 52px;
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.gg-hero-stat {
  text-align: left;
}

.gg-hero-stat-number {
  font-size: 30px;
  font-weight: 800;
  color: #4ade80;
  line-height: 1;
}

.gg-hero-stat-label {
  font-size: 13px;
  color: rgba(255,255,255,0.7);
  margin-top: 4px;
}

/* =========================================
   2. THREE PILLARS — REDUCE / COMPENSATE / IMPACT
   ========================================= */

.gg-pillars-section {
  padding: 90px 0 70px;
  background: #f8fafc;
}

.gg-section-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #16a34a;
  margin-bottom: 12px;
}

.gg-section-title {
  font-size: 38px;
  font-weight: 800;
  color: #0B132B;
  line-height: 1.2;
  margin-bottom: 16px;
}

.gg-section-subtitle {
  font-size: 17px;
  color: #64748b;
  line-height: 1.65;
  max-width: 600px;
}

.gg-pillar-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 44px 36px;
  height: 100%;
  box-shadow: 0 4px 24px rgba(0,0,0,0.06);
  border: 1px solid #f1f5f9;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  position: relative;
  overflow: hidden;
}

.gg-pillar-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #16a34a, #4ade80);
  border-radius: 24px 24px 0 0;
}

.gg-pillar-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.10);
}

.gg-pillar-icon-wrap {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  background: linear-gradient(135deg, #dcfce7, #bbf7d0);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.gg-pillar-icon-wrap svg {
  width: 32px;
  height: 32px;
  color: #16a34a;
}

.gg-pillar-number {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #16a34a;
  margin-bottom: 10px;
}

.gg-pillar-title {
  font-size: 22px;
  font-weight: 800;
  color: #0B132B;
  margin-bottom: 14px;
}

.gg-pillar-desc {
  font-size: 16px;
  color: #64748b;
  line-height: 1.65;
}

/* =========================================
   3. MISSION CONTENT SECTION
   ========================================= */

.gg-mission-section {
  padding: 90px 0;
  background: #ffffff;
}

.gg-mission-text p {
  font-size: 16px;
  color: #475569;
  line-height: 1.8;
  margin-bottom: 24px;
}

.gg-mission-text p:last-child {
  margin-bottom: 0;
}

.gg-mission-image-wrap {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,0.12);
  position: sticky;
  top: 100px;
}

.gg-mission-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* =========================================
   4. PRICING / VALUES SECTION
   ========================================= */

.gg-values-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #052e16 0%, #14532d 60%, #166534 100%);
  position: relative;
  overflow: hidden;
}

.gg-values-section::before {
  content: '';
  position: absolute;
  top: -120px;
  right: -120px;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: rgba(34,197,94,0.08);
  pointer-events: none;
}

.gg-values-title {
  font-size: 38px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 20px;
}

.gg-values-intro {
  font-size: 17px;
  color: rgba(255,255,255,0.80);
  line-height: 1.65;
  margin-bottom: 40px;
}

.gg-price-cards {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.gg-price-card {
  flex: 1;
  min-width: 160px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 20px;
  padding: 28px 24px;
  backdrop-filter: blur(10px);
  text-align: center;
  transition: transform 0.3s ease, background 0.3s ease;
}

.gg-price-card:hover {
  transform: translateY(-4px);
  background: rgba(255,255,255,0.16);
}

.gg-price-route {
  font-size: 13px;
  font-weight: 600;
  color: #bbf7d0;
  margin-bottom: 12px;
  line-height: 1.4;
}

.gg-price-amount {
  font-size: 36px;
  font-weight: 800;
  color: #4ade80;
  line-height: 1;
}

.gg-price-unit {
  font-size: 14px;
  color: rgba(255,255,255,0.60);
  margin-top: 6px;
}

.gg-values-partner {
  margin-top: 48px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 28px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 16px;
  backdrop-filter: blur(8px);
}

.gg-values-partner svg {
  width: 36px;
  height: 36px;
  color: #4ade80;
  flex-shrink: 0;
}

.gg-values-partner-text {
  font-size: 14px;
  color: rgba(255,255,255,0.80);
  line-height: 1.5;
}

.gg-values-partner-text strong {
  color: #bbf7d0;
}

/* =========================================
   5. CERTIFICATE SECTION
   ========================================= */

.gg-certificate-section {
  padding: 80px 0;
  background: #f8fafc;
}

.gg-certificate-wrap {
  text-align: center;
}

.gg-certificate-wrap img {
  max-width: 700px;
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.10);
}

/* =========================================
   6. QUOTE FORM SECTION
   ========================================= */

.gg-form-section {
  padding: 90px 0;
  background: #ffffff;
}

.gg-form-card {
  background: #f8fafc;
  border-radius: 24px;
  padding: 50px 48px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 24px rgba(0,0,0,0.05);
}

.gg-form-title {
  font-size: 30px;
  font-weight: 800;
  color: #0B132B;
  margin-bottom: 32px;
}

.gg-form-group {
  margin-bottom: 20px;
}

.gg-form-label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #475569;
  margin-bottom: 8px;
  letter-spacing: 0.3px;
}

.gg-form-select,
.gg-form-input {
  width: 100%;
  padding: 14px 18px;
  border: 1.5px solid #e2e8f0;
  border-radius: 12px;
  font-size: 15px;
  color: #0B132B;
  background: #ffffff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  outline: none;
  -webkit-appearance: none;
}

.gg-form-select:focus,
.gg-form-input:focus {
  border-color: #16a34a;
  box-shadow: 0 0 0 3px rgba(22,163,74,0.12);
}

.gg-form-unit-wrap {
  position: relative;
}

.gg-form-unit-wrap .gg-form-input {
  padding-right: 50px;
}

.gg-form-unit {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 13px;
  font-weight: 600;
  color: #94a3b8;
  pointer-events: none;
}

.gg-form-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 8px 0;
}

.gg-form-divider span {
  font-size: 13px;
  color: #94a3b8;
  font-weight: 600;
}

.gg-form-divider::before,
.gg-form-divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #e2e8f0;
}

.gg-submit-btn {
  width: 100%;
  padding: 16px;
  background: #16a34a;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: background 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease;
  box-shadow: 0 8px 24px rgba(22,163,74,0.30);
  margin-top: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.gg-submit-btn:hover {
  background: #15803d;
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(22,163,74,0.40);
}

/* =========================================
   7. SEE ALSO SECTION
   ========================================= */

.gg-see-also-section {
  padding: 80px 0 90px;
  background: #f8fafc;
}

.gg-service-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 40px 32px;
  height: 100%;
  box-shadow: 0 4px 24px rgba(0,0,0,0.06);
  border: 1px solid #f1f5f9;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.gg-service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.10);
}

.gg-service-icon-wrap {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: linear-gradient(135deg, #dbeafe, #bfdbfe);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}

.gg-service-icon-wrap svg {
  width: 28px;
  height: 28px;
  color: #2563eb;
}

.gg-service-title {
  font-size: 20px;
  font-weight: 800;
  color: #0B132B;
  margin-bottom: 12px;
}

.gg-service-link {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #2563eb;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  padding-top: 16px;
  transition: gap 0.2s ease;
}

.gg-service-link:hover {
  gap: 10px;
  color: #1d4ed8;
  text-decoration: none;
}

/* =========================================
   RESPONSIVE
   ========================================= */

@media (max-width: 991px) {
  .gg-hero-title { font-size: 42px; }
  .gg-section-title { font-size: 30px; }
  .gg-values-title { font-size: 30px; }
  .gg-form-card { padding: 36px 28px; }
  .gg-mission-image-wrap { margin-top: 40px; position: static; }
}

@media (max-width: 767px) {
  .gg-hero-wrapper { min-height: 100vh; padding-top: 100px; }
  .gg-hero-title { font-size: 34px; }
  .gg-hero-subtitle { font-size: 16px; }
  .gg-hero-stats { gap: 24px; }
  .gg-pillars-section,
  .gg-mission-section,
  .gg-form-section,
  .gg-see-also-section { padding: 60px 0; }
  .gg-pillar-card { margin-bottom: 24px; }
  .gg-price-card { min-width: 140px; }
  .gg-form-card { padding: 28px 20px; }
  .gg-service-card { margin-bottom: 24px; }
}
