/* 统一变量 */
:root {
  --section-padding: 80px 0;
  --card-width: 320px;
  --card-radius: 18px;
  --card-shadow: 0 6px 24px rgba(30,76,160,0.10);
  --card-gap: 36px;
  --avatar-size: 64px;
  --icon-size: 32px;
  --main-blue: #1a4fa0;
  --main-bg: #f7fbff;
  --accent: #3ec6e0;
  --timeline-dot: #1a4fa0;
  --timeline-line: #e0e7ef;
}
html, body {
  max-width: 100vw;
  overflow-x: hidden;
  margin: 0;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  background: linear-gradient(135deg, #eaf6ff 0%, #f5faff 100%);
  color: #222;
}
.GGINMOBILIARIAPERUSAC-header {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 48px 8vw 0 8vw;
  background: transparent;
  box-shadow: 0 6px 24px rgba(30,76,160,0.07);
}
.GGINMOBILIARIAPERUSAC-header-left {
  display: flex;
  align-items: center;
  gap: 18px;
}
.company-logo {
  width: 180px;
  height: 60px;
  background-image: url('img/company-logo.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.GGINMOBILIARIAPERUSAC-company-name {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 1.55rem;
  font-weight: 800;
  color: #1a4fa0;
  letter-spacing: 0.5px;
  white-space: nowrap;
}
.GGINMOBILIARIAPERUSAC-header-divider {
  width: 100vw;
  height: 2px;
  background: linear-gradient(90deg, #e0e7ef 0%, #c2d3e8 100%);
  margin: 28px 0 0 0;
  box-shadow: 0 2px 0 rgba(30,76,160,0.07);
  max-width: 100vw;
}
.GGINMOBILIARIAPERUSAC-nav ul {
  display: flex;
  gap: 40px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.GGINMOBILIARIAPERUSAC-nav a {
  text-decoration: none;
  color: #1a4fa0;
  font-weight: 600;
  font-size: 1.1rem;
  padding: 8px 18px;
  border-radius: 8px;
  transition: background 0.2s, color 0.2s, transform 0.2s;
}
.GGINMOBILIARIAPERUSAC-nav a.active, .GGINMOBILIARIAPERUSAC-nav a:hover {
  background: linear-gradient(90deg, #1a4fa0 0%, #3ec6e0 100%);
  color: #fff;
  transform: scale(1.08);
}
.GGINMOBILIARIAPERUSAC-footer-decor {
  width: 100vw;
  height: 32px;

}
.GGINMOBILIARIAPERUSAC-footer-new {
  width: 100%;
  background: linear-gradient(90deg, #183a6d 0%, #1a4fa0 100%);
  color: #fff;
  padding: 0;
  margin: 0;
  border: none;
}
.GGINMOBILIARIAPERUSAC-footer-content {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 4vw 12px 4vw;
  gap: 32px;
  background: none;
}
.GGINMOBILIARIAPERUSAC-footer-left {
  display: flex;
  align-items: center;
  gap: 14px;
}
.GGINMOBILIARIAPERUSAC-footer-company {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 1.08rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.5px;
}
.GGINMOBILIARIAPERUSAC-footer-nav {
  display: flex;
  gap: 18px;
}
.GGINMOBILIARIAPERUSAC-footer-nav a {
  color: #fff;
  text-decoration: none;
  font-size: 1.02rem;
  font-weight: 600;
  transition: color 0.18s;
  letter-spacing: 0.2px;
}
.GGINMOBILIARIAPERUSAC-footer-nav a:hover {
  color: #ffe082;
}
.GGINMOBILIARIAPERUSAC-footer-right {
  display: flex;
  align-items: center;
  gap: 18px;
}
.GGINMOBILIARIAPERUSAC-footer-contact {
  display: flex;
  flex-direction: column;
  gap: 2px;
  color: #fff;
  font-size: 0.98rem;
  font-weight: 600;
  align-items: flex-end;
}
.GGINMOBILIARIAPERUSAC-footer-social {
  display: flex;
  gap: 8px;
  align-items: center;
}
.GGINMOBILIARIAPERUSAC-footer-social-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.98rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, #1a4fa0 0%, #3ec6e0 100%);
  box-shadow: 0 1px 4px rgba(30,76,160,0.13);
  transition: transform 0.18s, box-shadow 0.18s;
  cursor: pointer;
  user-select: none;
}
.GGINMOBILIARIAPERUSAC-footer-social-icon:hover {
  transform: scale(1.13) rotate(-6deg);
  box-shadow: 0 4px 12px rgba(30,76,160,0.18);
  background: linear-gradient(135deg, #3ec6e0 0%, #1a4fa0 100%);
}
.GGINMOBILIARIAPERUSAC-footer-copyright-new {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 0.96rem;
  font-weight: 400;
  padding: 10px 0 14px 0;
  background: none;
  border: none;
  letter-spacing: 0.2px;
}
.GGINMOBILIARIAPERUSAC-cta {
  display: inline-block;
  background: linear-gradient(90deg, #1a4fa0 0%, #3ec6e0 100%);
  color: #fff;
  font-weight: 800;
  font-size: 1.25rem;
  padding: 18px 44px;
  border-radius: 12px;
  text-decoration: none;
  box-shadow: 0 6px 24px rgba(30, 76, 160, 0.13);
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
  letter-spacing: 0.5px;
}
.GGINMOBILIARIAPERUSAC-cta:hover {
  background: linear-gradient(90deg, #3ec6e0 0%, #1a4fa0 100%);
  transform: scale(1.08);
  box-shadow: 0 12px 32px rgba(30, 76, 160, 0.18);
}
.section-decor-circle {
  position: absolute;
  left: -60px;
  top: -60px;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle at 60% 40%, #3ec6e0 0%, #1a4fa0 80%, transparent 100%);
  opacity: 0.07;
  border-radius: 50%;
  z-index: 0;
  pointer-events: none;
}

/* 头图区块与主内容块 */
.GGINMOBILIARIAPERUSAC-about-hero {
  width: 100vw;
  min-height: 320px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(120deg, #f7fbff 0%, #eaf6ff 100%);
  overflow: hidden;
}
.about-hero-bg {
  width: 100vw;
  max-height: 400px;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0.82;
}
.GGINMOBILIARIAPERUSAC-about-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 48px 8vw 48px 8vw;
  border-radius: 24px;
  background: rgba(255,255,255,0.55);
  box-shadow: 0 8px 32px rgba(30,76,160,0.08);
  backdrop-filter: blur(8px);
  max-width: 700px;
  margin: 0 auto;
}
.GGINMOBILIARIAPERUSAC-about-hero-content h1 {
  font-size: 2.6rem;
  font-weight: 900;
  color: var(--main-blue);
  margin-bottom: 18px;
  margin-top: 0;
}
.GGINMOBILIARIAPERUSAC-about-hero-content p {
  font-size: 1.25rem;
  color: #333;
  margin: 0;
}

/* 内容区块与装饰圆 */
.GGINMOBILIARIAPERUSAC-about-section {
  padding: var(--section-padding);
  background: #fff;
  border-radius: 24px;
  margin: 48px auto 0 auto;
  max-width: 1100px;
  box-shadow: 0 4px 24px rgba(30,76,160,0.06);
  position: relative;
  z-index: 2;
}
.GGINMOBILIARIAPERUSAC-about-section h2 {
  text-align: center;
  font-size: 2.1rem;
  font-weight: 800;
  color: var(--main-blue);
  margin-bottom: 32px;
  margin-top: 0;
  letter-spacing: 1.1px;
}

/* 公司简介、文化、团队、历史内容块 */
.GGINMOBILIARIAPERUSAC-about-intro,
.GGINMOBILIARIAPERUSAC-about-culture,
.GGINMOBILIARIAPERUSAC-about-team,
.GGINMOBILIARIAPERUSAC-about-history {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  max-width: 800px;
  margin: 0 auto;
}
.GGINMOBILIARIAPERUSAC-about-culture a.GGINMOBILIARIAPERUSAC-cta {
  margin-top: 18px;
}

/* 团队介绍区块 */
.GGINMOBILIARIAPERUSAC-about-team {
  flex-direction: row;
  align-items: center;
  gap: 36px;
  justify-content: center;
}
.about-team-photo {
  width: 260px;
  height: 180px;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 4px 18px rgba(30,76,160,0.10);
  background: #eaf6ff;
}
.about-team-desc {
  max-width: 420px;
  font-size: 1.08rem;
  color: #333;
}

/* 发展历程时间轴 */
.about-history-timeline {
  list-style: none;
  padding: 0;
  margin: 0;
  border-left: 3px solid var(--timeline-line);
  position: relative;
}
.about-history-timeline li {
  position: relative;
  padding: 0 0 28px 32px;
  font-size: 1.08rem;
  color: #222;
}
.about-history-timeline li:last-child {
  padding-bottom: 0;
}
.about-history-year {
  position: absolute;
  left: -44px;
  top: 0;
  font-weight: 700;
  color: var(--main-blue);
  font-size: 1.08rem;
  background: #fff;
  padding: 2px 10px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(30,76,160,0.06);
}
.about-history-timeline li::before {
  content: '';
  position: absolute;
  left: -18px;
  top: 7px;
  width: 14px;
  height: 14px;
  background: var(--timeline-dot);
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(30,76,160,0.10);
}

/* 响应式布局 */
@media (max-width: 900px) {
  .GGINMOBILIARIAPERUSAC-about-section {
    max-width: 96vw;
    padding: 48px 2vw;
  }
  .GGINMOBILIARIAPERUSAC-about-team {
    flex-direction: column;
    gap: 18px;
  }
  .about-team-photo {
    width: 90vw;
    max-width: 320px;
    height: 140px;
  }
}
@media (max-width: 600px) {
  .GGINMOBILIARIAPERUSAC-about-hero-content {
    padding: 24px 4vw;
    max-width: 98vw;
  }
  .GGINMOBILIARIAPERUSAC-about-section {
    padding: 24px 2vw;
    margin-top: 24px;
  }
  .about-team-photo {
    width: 98vw;
    max-width: 98vw;
    height: 100px;
  }
  .about-history-timeline li {
    font-size: 0.98rem;
    padding-left: 24px;
  }
  .about-history-year {
    left: -36px;
    font-size: 0.98rem;
    padding: 2px 6px;
  }
}
@media (max-width: 900px) {
  .GGINMOBILIARIAPERUSAC-footer-content {
    flex-direction: column;
    align-items: center;
    gap: 18px;
    padding: 18px 2vw 8px 2vw;
  }
  .GGINMOBILIARIAPERUSAC-footer-left {
    justify-content: center;
  }
  .GGINMOBILIARIAPERUSAC-footer-right {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
  .GGINMOBILIARIAPERUSAC-footer-contact {
    align-items: center;
  }
}
@media (max-width: 600px) {
  .GGINMOBILIARIAPERUSAC-footer-content {
    padding: 10px 1vw 4px 1vw;
    gap: 10px;
  }
  .GGINMOBILIARIAPERUSAC-footer-social-icon {
    width: 24px;
    height: 24px;
    font-size: 0.85rem;
  }
  .GGINMOBILIARIAPERUSAC-footer-company {
    font-size: 0.92rem;
  }
  .GGINMOBILIARIAPERUSAC-footer-copyright-new {
    font-size: 0.88rem;
    padding: 6px 0 8px 0;
  }
} 