/* 统一变量 */
: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;
}
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-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-services-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;
}
.services-hero-bg {
  width: 100vw;
  max-height: 400px;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0.82;
}
.GGINMOBILIARIAPERUSAC-services-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-services-hero-content h1 {
  font-size: 2.6rem;
  font-weight: 900;
  color: var(--main-blue);
  margin-bottom: 18px;
  margin-top: 0;
}
.GGINMOBILIARIAPERUSAC-services-hero-content p {
  font-size: 1.25rem;
  color: #333;
  margin: 0;
}
.GGINMOBILIARIAPERUSAC-services-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-services-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-services-intro,
.GGINMOBILIARIAPERUSAC-services-dev,
.GGINMOBILIARIAPERUSAC-services-projects,
.GGINMOBILIARIAPERUSAC-services-partners {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  max-width: 800px;
  margin: 0 auto;
}
.GGINMOBILIARIAPERUSAC-services-dev a.GGINMOBILIARIAPERUSAC-cta,
.GGINMOBILIARIAPERUSAC-services-projects a.GGINMOBILIARIAPERUSAC-cta {
  margin-top: 18px;
}
@media (max-width: 900px) {
  .GGINMOBILIARIAPERUSAC-services-section {
    max-width: 96vw;
    padding: 48px 2vw;
  }
}
@media (max-width: 600px) {
  .GGINMOBILIARIAPERUSAC-services-hero-content {
    padding: 24px 4vw;
    max-width: 98vw;
  }
  .GGINMOBILIARIAPERUSAC-services-section {
    padding: 24px 2vw;
    margin-top: 24px;
  }
}
.GGINMOBILIARIAPERUSAC-services-cards-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  gap: 48px;
  max-width: 1200px;
  margin: 56px auto 56px auto;
  position: relative;
  z-index: 2;
}
.GGINMOBILIARIAPERUSAC-services-cards-row.reverse {
  flex-direction: row-reverse;
}
.GGINMOBILIARIAPERUSAC-services-card {
  flex: 1 1 0;
  min-width: 320px;
  max-width: 520px;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 6px 24px rgba(30,76,160,0.10);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 48px 36px 38px 36px;
  transition: box-shadow 0.18s, transform 0.18s;
  position: relative;
  overflow: hidden;
}
.GGINMOBILIARIAPERUSAC-services-card.gradient-card {
  background: linear-gradient(120deg, #f7fbff 0%, #eaf6ff 100%);
}
.GGINMOBILIARIAPERUSAC-services-card.white-card {
  background: #fff;
}
.GGINMOBILIARIAPERUSAC-services-card:hover {
  box-shadow: 0 16px 40px rgba(30, 76, 160, 0.13);
  transform: scale(1.03);
}
.services-card-icon {
  font-size: 2.8rem;
  margin-bottom: 24px;
  color: #1a4fa0;
  background: linear-gradient(135deg, #eaf6ff 0%, #3ec6e0 100%);
  border-radius: 50%;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 12px rgba(30,76,160,0.08);
}
.services-card-content h2 {
  font-size: 1.45rem;
  font-weight: 800;
  color: #1a4fa0;
  margin-bottom: 18px;
  margin-top: 0;
  text-align: left;
}
.services-card-content p {
  font-size: 1.08rem;
  color: #333;
  margin-bottom: 0;
  text-align: left;
}
.GGINMOBILIARIAPERUSAC-services-card .GGINMOBILIARIAPERUSAC-cta {
  margin-top: 22px;
  align-self: flex-start;
}
@media (max-width: 1100px) {
  .GGINMOBILIARIAPERUSAC-services-cards-row {
    flex-direction: column;
    gap: 32px;
    max-width: 98vw;
  }
  .GGINMOBILIARIAPERUSAC-services-card {
    max-width: 98vw;
    min-width: 0;
    padding: 36px 6vw 28px 6vw;
  }
} 