/* Google Shopping Optimisation — Baojia Media Marketing */

.gs-hero {
  position: relative;
  padding: 95px 0 75px;
  background: linear-gradient(135deg, #e8faf0 0%, #eef6ff 40%, #f5f0ff 100%);
  overflow: hidden;
}

.gs-hero::before {
  content: "";
  position: absolute;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(66, 133, 244, 0.14) 0%, transparent 70%);
  top: -100px;
  right: -60px;
  pointer-events: none;
}

.gs-hero::after {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(52, 168, 83, 0.12) 0%, transparent 70%);
  bottom: -40px;
  left: 8%;
  pointer-events: none;
}

.gs-hero .hero-badge {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #34a853;
  background: rgba(52, 168, 83, 0.12);
  padding: 8px 18px;
  border-radius: 50px;
  margin-bottom: 18px;
}

.gs-hero h1 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
  color: #181818;
  margin-bottom: 14px;
}

.gs-hero h1 span {
  background: linear-gradient(90deg, #4285f4, #34a853);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.gs-hero .hero-lead {
  font-size: 20px;
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 14px;
  line-height: 1.45;
}

.gs-hero .hero-desc {
  font-size: 17px;
  line-height: 1.75;
  color: #555;
  max-width: 500px;
}

.gs-hero-visual {
  position: relative;
  padding: 15px 0;
}

.gs-hero-visual img {
  width: 100%;
  border-radius: 22px;
  box-shadow: 0 22px 55px rgba(24, 24, 24, 0.1);
  object-fit: contain;
  background: linear-gradient(180deg, #fff 0%, #f0f7ff 100%);
  padding: 12px;
}

.gs-hero-visual .float-stat {
  position: absolute;
  background: #fff;
  border-radius: 12px;
  padding: 12px 18px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
  font-size: 13px;
  font-weight: 700;
  color: #181818;
  z-index: 2;
}

.gs-hero-visual .float-stat small {
  display: block;
  font-size: 11px;
  font-weight: 500;
  color: #888;
  margin-top: 2px;
}

.gs-hero-visual .fs-1 { top: 5%; left: -6%; border-left: 4px solid #4285f4; }
.gs-hero-visual .fs-2 { bottom: 15%; right: -4%; border-left: 4px solid #34a853; }
.gs-hero-visual .fs-3 { bottom: -2%; left: 20%; border-left: 4px solid #ff584e; }

.gs-experience {
  padding: 85px 0 70px;
  background: #fff;
}

.gs-experience .exp-layout {
  align-items: center;
}

.gs-experience .exp-visual img {
  width: 100%;
  border-radius: 20px;
  object-fit: contain;
  background: linear-gradient(135deg, #f0f7ff, #e8faf0);
  padding: 20px;
  box-shadow: 0 16px 45px rgba(0, 0, 0, 0.06);
}

.gs-experience .exp-intro h2 {
  font-size: 32px;
  font-weight: 700;
  color: #181818;
  margin-bottom: 18px;
  line-height: 1.3;
}

.gs-experience .exp-intro p {
  font-size: 17px;
  line-height: 1.75;
  color: #555;
  margin-bottom: 28px;
}

.gs-benefit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.gs-benefit-card {
  background: #fff;
  border-radius: 16px;
  padding: 22px 20px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 6px 28px rgba(0, 0, 0, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

.gs-benefit-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 40px rgba(66, 133, 244, 0.12);
}

.gs-benefit-card .bc-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  margin-bottom: 14px;
}

.gs-benefit-card.bc-1 .bc-icon { background: linear-gradient(135deg, #4285f4, #5e97f6); }
.gs-benefit-card.bc-2 .bc-icon { background: linear-gradient(135deg, #ff584e, #ff8272); }
.gs-benefit-card.bc-3 .bc-icon { background: linear-gradient(135deg, #34a853, #5bc77a); }
.gs-benefit-card.bc-4 .bc-icon { background: linear-gradient(135deg, #9a64f8, #5179f7); }

.gs-benefit-card h4 {
  font-size: 16px;
  font-weight: 700;
  color: #181818;
  margin-bottom: 8px;
}

.gs-benefit-card p {
  font-size: 14px;
  line-height: 1.65;
  color: #666;
  margin: 0;
}

.gs-features {
  padding: 80px 0;
  background: linear-gradient(180deg, #f8fbff 0%, #fff 100%);
}

.gs-features .section-head {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 50px;
}

.gs-features .section-head h2 {
  font-size: 34px;
  font-weight: 700;
  color: #181818;
  margin-bottom: 12px;
}

.gs-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.gs-feature-item {
  background: #fff;
  border-radius: 14px;
  padding: 22px 24px;
  display: flex;
  align-items: center;
  gap: 14px;
  border: 1px solid rgba(66, 133, 244, 0.08);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
  transition: border-color 0.25s ease, transform 0.25s ease;
}

.gs-feature-item:hover {
  border-color: rgba(66, 133, 244, 0.25);
  transform: translateX(4px);
}

.gs-feature-item .fi-check {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, #e8f5e9, #e3f2fd);
  color: #34a853;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.gs-feature-item span {
  font-size: 15px;
  font-weight: 600;
  color: #333;
}

.gs-platforms {
  padding: 70px 0;
  background: #fff;
}

.gs-platforms .section-head {
  text-align: center;
  margin-bottom: 36px;
}

.gs-platforms .section-head h2 {
  font-size: 30px;
  font-weight: 700;
  color: #181818;
}

.gs-platform-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.gs-platform-pill {
  background: #fff;
  border: 2px solid #e8eef5;
  border-radius: 50px;
  padding: 14px 28px;
  font-size: 15px;
  font-weight: 600;
  color: #333;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
}

.gs-platform-pill:hover {
  border-color: #4285f4;
  color: #4285f4;
  background: #f0f7ff;
  transform: translateY(-3px);
}

.gs-platform-pill.highlight {
  background: linear-gradient(135deg, #4285f4, #34a853);
  border-color: transparent;
  color: #fff;
}

.gs-platform-pill.highlight:hover {
  color: #fff;
  box-shadow: 0 10px 30px rgba(66, 133, 244, 0.35);
}

.gs-cta {
  padding: 75px 0;
  background: linear-gradient(135deg, #1a73e8 0%, #34a853 55%, #4285f4 100%);
  position: relative;
  overflow: hidden;
}

.gs-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M0 0h20v20H0V0zm20 20h20v20H20V20z'/%3E%3C/g%3E%3C/svg%3E");
}

.gs-cta .cta-row {
  align-items: center;
  position: relative;
  z-index: 1;
}

.gs-cta h2 {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 16px;
}

.gs-cta p {
  font-size: 17px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 24px;
  max-width: 520px;
}

.gs-cta .theme_btn2 {
  background: #fff !important;
  color: #1a73e8 !important;
  background-image: none !important;
}

.gs-cta .theme_btn2:hover {
  color: #fff !important;
  background: #181818 !important;
}

.gs-cta .cta-img img {
  width: 100%;
  max-width: 380px;
  object-fit: contain;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.2));
}

@media (max-width: 991px) {
  .gs-hero h1 { font-size: 32px; }
  .gs-hero-visual .float-stat { display: none; }
  .gs-feature-grid { grid-template-columns: repeat(2, 1fr); }
  .gs-benefit-grid { grid-template-columns: 1fr; }
}

@media (max-width: 767px) {
  .gs-hero { padding: 70px 0 50px; }
  .gs-feature-grid { grid-template-columns: 1fr; }
  .gs-cta h2 { font-size: 26px; }
  .gs-cta .cta-img { text-align: center; margin-top: 30px; }
}
