/* ── 医学美容服务页面 - 高端医疗美容感设计 ───────────────────────── */

/* Hero 区域 - 深邃奢华主题 */
.aesthetic-hero,
.aesthetic-hero-new {
  background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 50%, #1e40af 100%);
  position: relative;
  height: 350px;
  min-height: 350px;
  margin-top: 80px;
  display: flex;
  align-items: center;
  padding: 0;
  overflow: hidden;
}

.aesthetic-hero::before,
.aesthetic-hero-new::before {
  content: '';
  position: absolute;
  inset: 0;
  background: 
    radial-gradient(ellipse at 20% 30%, rgba(212, 168, 83, 0.15) 0%, transparent 50%),
    radial-gradient(ellipse at 80% 70%, rgba(212, 168, 83, 0.1) 0%, transparent 50%);
  pointer-events: none;
}

.aesthetic-hero::after,
.aesthetic-hero-new::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23d4a853' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.5;
}

.aesthetic-hero .hero-content,
.aesthetic-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.aesthetic-hero-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.aesthetic-hero .hero-badge,
.aesthetic-hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 24px;
  background: rgba(212, 168, 83, 0.15);
  border: 1px solid rgba(212, 168, 83, 0.3);
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  color: #d4a853;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.aesthetic-hero .hero-title,
.aesthetic-hero-title {
  font-size: 4rem;
  font-weight: 300;
  color: #fff;
  margin-bottom: 20px;
  letter-spacing: 8px;
  text-transform: uppercase;
  font-family: 'Inter', 'Noto Sans SC', sans-serif;
}

.aesthetic-hero .hero-title span,
.aesthetic-hero-title span {
  font-weight: 600;
  color: #d4a853;
}

.aesthetic-hero .hero-description,
.aesthetic-hero-desc {
  font-size: 1.35rem;
  color: rgba(255,255,255,0.7);
  font-weight: 300;
  letter-spacing: 2px;
}

.aesthetic-hero .hero-scroll-indicator {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  color: #d4a853;
  font-size: 1.5rem;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% { transform: translateX(-50%) translateY(0); }
  40% { transform: translateX(-50%) translateY(-10px); }
  60% { transform: translateX(-50%) translateY(-5px); }
}

/* ── 产品横幅区域 - 奢华风格 ──────────────────────────────────────── */
.product-banner {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
}

.product-banner-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

/* Juvelook - 香槟金奢华风格 */
.banner-gradient-juvelook {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #faf7f2 0%, #f5efe6 30%, #ebe4d6 60%, #e8dcc8 100%);
}

.banner-gradient-juvelook::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23d4a853' fill-opacity='0.05' fill-rule='evenodd'/%3E%3C/svg%3E");
}

/* Re2O - 优雅蓝调风格 */
.banner-gradient-re2o {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #f0f7ff 0%, #e8f2fc 30%, #dce8f5 60%, #d4e0f0 100%);
}

.banner-gradient-re2o::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%234a90a4' fill-opacity='0.05' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.banner-content-wrapper {
  position: relative;
  z-index: 1;
}

.banner-label {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

.banner-label-line {
  width: 50px;
  height: 1px;
  background: linear-gradient(90deg, #d4a853, transparent);
}

.banner-label-text {
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #8b7355;
}

.banner-title {
  font-size: 3.5rem;
  font-weight: 300;
  color: #2c2416;
  margin-bottom: 20px;
  line-height: 1.1;
  letter-spacing: 4px;
}

.banner-tagline {
  font-size: 1.4rem;
  font-weight: 400;
  color: #5a4a3a;
  margin-bottom: 24px;
  letter-spacing: 1px;
}

.banner-description {
  font-size: 1.05rem;
  color: #6b5d4d;
  line-height: 1.9;
  margin-bottom: 32px;
  font-weight: 400;
}

.banner-components {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 40px;
}

.component-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 24px;
  background: rgba(255,255,255,0.8);
  border: 1px solid rgba(212, 168, 83, 0.3);
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 500;
  color: #5a4a3a;
  box-shadow: 0 2px 10px rgba(0,0,0,0.03);
}

.component-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d4a853;
}

.banner-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 36px;
  background: linear-gradient(135deg, #2c2416, #4a3c2a);
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.4s ease;
  box-shadow: 0 4px 20px rgba(44, 36, 22, 0.3);
}

.banner-cta-btn:hover {
  background: linear-gradient(135deg, #3d3224, #5c4d38);
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(44, 36, 22, 0.4);
}

.banner-visual {
  position: relative;
}

.banner-image-container {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 30px 60px -15px rgba(0,0,0,0.2);
  border: 8px solid #fff;
}

.banner-image-container::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(212, 168, 83, 0.1), transparent);
  z-index: 1;
  pointer-events: none;
}

.banner-image-container img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.6s ease;
}

.banner-image-container:hover img {
  transform: scale(1.03);
}

.banner-decoration {
  position: absolute;
  inset: -30px;
  z-index: -1;
}

.deco-circle {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(212, 168, 83, 0.2);
}

.deco-circle-1 {
  width: 350px;
  height: 350px;
  top: -40px;
  right: -40px;
}

.deco-circle-2 {
  width: 250px;
  height: 250px;
  bottom: -20px;
  left: -20px;
}

/* ── 产品特点卡片 - 精致奢华 ──────────────────────────────────────── */
.product-features {
  padding: 100px 0;
  background: #fdfcfb;
}

.product-features .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}

.product-features .col-md-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding: 0 20px;
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  .product-features .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.feature-card-modern {
  background: #fff;
  border-radius: 24px;
  padding: 48px 32px;
  text-align: center;
  box-shadow: 0 10px 40px rgba(0,0,0,0.04);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  height: 100%;
  border: 1px solid rgba(212, 168, 83, 0.1);
}

.feature-card-modern::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, #d4a853, transparent);
  transform: scaleX(0);
  transition: transform 0.4s ease;
}

.feature-card-modern:hover::before {
  transform: scaleX(1);
}

.feature-card-modern:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 50px rgba(0,0,0,0.08);
  border-color: rgba(212, 168, 83, 0.2);
}

.feature-icon-modern {
  width: 90px;
  height: 90px;
  background: linear-gradient(135deg, #faf7f2, #f5efe6);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 28px;
  font-size: 2rem;
  color: #b8956a;
  border: 2px solid rgba(212, 168, 83, 0.2);
  transition: all 0.4s ease;
}

.feature-card-modern:hover .feature-icon-modern {
  background: linear-gradient(135deg, #f5efe6, #ebe4d6);
  transform: scale(1.05);
  border-color: rgba(212, 168, 83, 0.4);
}

.feature-card-modern h4 {
  font-size: 1.3rem;
  font-weight: 500;
  color: #2c2416;
  margin-bottom: 16px;
  letter-spacing: 1px;
}

.feature-card-modern p {
  font-size: 0.95rem;
  color: #7a6b5a;
  line-height: 1.7;
}

/* Re2O 卡片颜色变化 */
.product-features.re2o-features .feature-card-modern {
  border-color: rgba(74, 144, 164, 0.1);
}

.product-features.re2o-features .feature-card-modern::before {
  background: linear-gradient(90deg, transparent, #4a90a4, transparent);
}

.product-features.re2o-features .feature-card-modern:hover {
  border-color: rgba(74, 144, 164, 0.2);
}

.product-features.re2o-features .feature-icon-modern {
  background: linear-gradient(135deg, #f0f7ff, #e8f2fc);
  color: #4a90a4;
  border-color: rgba(74, 144, 164, 0.2);
}

.product-features.re2o-features .feature-card-modern:hover .feature-icon-modern {
  background: linear-gradient(135deg, #e8f2fc, #dce8f5);
  border-color: rgba(74, 144, 164, 0.4);
}

.product-features.re2o-features .feature-card-modern h4 {
  color: #1a3a42;
}

.product-features.re2o-features .feature-card-modern p {
  color: #5a7a84;
}

/* ── 推荐人群与治疗说明 - 优雅卡片 ─────────────────────────────────── */
.aesthetic-content-section {
  padding: 100px 0;
}

.aesthetic-content-section.section-gray {
  background: #f9f7f4;
}

.aesthetic-content-section .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}

.aesthetic-content-section .col-lg-6 {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 20px;
  margin-bottom: 24px;
}

@media (max-width: 991px) {
  .aesthetic-content-section .col-lg-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* 推荐人群卡片 */
.target-audience-card {
  background: #fff;
  border-radius: 24px;
  padding: 48px;
  height: 100%;
  box-shadow: 0 10px 40px rgba(0,0,0,0.04);
  border: 1px solid rgba(212, 168, 83, 0.15);
}

.target-audience-card.re2o-card {
  border-color: rgba(74, 144, 164, 0.15);
}

.card-header-modern {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(212, 168, 83, 0.2);
}

.target-audience-card.re2o-card .card-header-modern {
  border-bottom-color: rgba(74, 144, 164, 0.2);
}

.card-header-icon {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, #d4a853, #c49a5a);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.4rem;
  box-shadow: 0 4px 15px rgba(212, 168, 83, 0.3);
}

.target-audience-card.re2o-card .card-header-icon {
  background: linear-gradient(135deg, #4a90a4, #3d7a8c);
  box-shadow: 0 4px 15px rgba(74, 144, 164, 0.3);
}

.card-header-modern h4 {
  font-size: 1.4rem;
  font-weight: 500;
  color: #2c2416;
  letter-spacing: 1px;
}

.target-audience-card.re2o-card .card-header-modern h4 {
  color: #1a3a42;
}

.target-tags-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.target-tag-modern {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  background: #faf7f2;
  border: 1px solid rgba(212, 168, 83, 0.2);
  border-radius: 50px;
  font-size: 0.95rem;
  color: #5a4a3a;
  transition: all 0.3s ease;
}

.target-audience-card.re2o-card .target-tag-modern {
  background: #f0f7ff;
  border-color: rgba(74, 144, 164, 0.2);
  color: #3a6a7a;
}

.target-tag-modern:hover {
  background: #f5efe6;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0,0,0,0.06);
}

.target-audience-card.re2o-card .target-tag-modern:hover {
  background: #e8f2fc;
}

.target-tag-modern i {
  color: #d4a853;
  font-size: 0.9rem;
}

.target-audience-card.re2o-card .target-tag-modern i {
  color: #4a90a4;
}

/* 治疗说明卡片 */
.treatment-info-card-modern {
  background: #fff;
  border-radius: 24px;
  padding: 48px;
  height: 100%;
  box-shadow: 0 10px 40px rgba(0,0,0,0.04);
  border: 1px solid rgba(212, 168, 83, 0.15);
}

.info-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 32px;
}

.info-item-modern {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.info-item-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #faf7f2, #f5efe6);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #b8956a;
  font-size: 1.1rem;
  flex-shrink: 0;
  border: 1px solid rgba(212, 168, 83, 0.2);
}

.info-item-content h6 {
  font-size: 0.85rem;
  font-weight: 500;
  color: #9a8b7a;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.info-item-content p {
  font-size: 1.05rem;
  color: #2c2416;
  font-weight: 500;
}

/* 恢复期盒子 */
.downtime-box-modern {
  background: linear-gradient(135deg, #faf7f2, #f5efe6);
  border-radius: 20px;
  padding: 28px;
  margin-bottom: 24px;
  border: 1px solid rgba(212, 168, 83, 0.15);
}

.downtime-box-modern.re2o-box {
  background: linear-gradient(135deg, #f0f7ff, #e8f2fc);
  border-color: rgba(74, 144, 164, 0.15);
}

.downtime-box-modern h6 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1rem;
  font-weight: 500;
  color: #8b6914;
  margin-bottom: 18px;
  letter-spacing: 0.5px;
}

.downtime-box-modern.re2o-box h6 {
  color: #2a5a6a;
}

.downtime-box-modern h6 i {
  color: #d4a853;
}

.downtime-box-modern.re2o-box h6 i {
  color: #4a90a4;
}

.downtime-item-modern {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.95rem;
  color: #6b5d4d;
  margin-bottom: 12px;
  line-height: 1.6;
  padding-left: 8px;
}

.downtime-box-modern.re2o-box .downtime-item-modern {
  color: #4a6a7a;
}

.downtime-item-modern:last-child {
  margin-bottom: 0;
}

.downtime-item-modern i {
  margin-top: 6px;
  font-size: 0.5rem;
  color: #d4a853;
}

.downtime-box-modern.re2o-box .downtime-item-modern i {
  color: #4a90a4;
}

.treatment-note {
  text-align: center;
  font-size: 0.85rem;
  color: #9a8b7a;
  font-style: italic;
}

/* ── 本院的服务理念 - 优雅奢华 ─────────────────────────────────────── */
.philosophy-section-modern {
  padding: 120px 0;
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
  position: relative;
  overflow: hidden;
}

.philosophy-section-modern::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23d4a853' fill-opacity='0.02'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.philosophy-section-modern .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -20px;
}

.philosophy-section-modern .col-lg-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
  padding: 0 20px;
}

@media (max-width: 991px) {
  .philosophy-section-modern .col-lg-8 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.philosophy-image-modern {
  position: relative;
}

.philosophy-image-modern img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 30px 60px -15px rgba(0,0,0,0.4);
  border: 8px solid rgba(212, 168, 83, 0.2);
}

.philosophy-card-modern {
  background: rgba(255,255,255,0.05);
  border-radius: 24px;
  padding: 56px;
  border: 1px solid rgba(212, 168, 83, 0.2);
  backdrop-filter: blur(10px);
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

.philosophy-icon-modern {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, rgba(212, 168, 83, 0.2), rgba(212, 168, 83, 0.1));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 32px;
  font-size: 2rem;
  color: #d4a853;
  border: 2px solid rgba(212, 168, 83, 0.3);
}

.philosophy-card-modern h2 {
  font-size: 2.2rem;
  font-weight: 300;
  color: #fff;
  text-align: center;
  margin-bottom: 32px;
  letter-spacing: 3px;
}

.philosophy-card-modern h2 span {
  font-weight: 500;
  color: #d4a853;
}

.philosophy-text {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.7);
  line-height: 2;
  margin-bottom: 20px;
  text-align: center;
}

.philosophy-text:last-child {
  margin-bottom: 0;
}

/* ── CTA Banner - 奢华深色 ───────────────────────────────────────── */
.cta-banner-modern {
  padding: 100px 0;
  background: linear-gradient(135deg, #f9f7f4 0%, #f5efe6 50%, #ebe4d6 100%);
  position: relative;
  overflow: hidden;
}

.cta-banner-modern::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23d4a853' fill-opacity='0.03' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.cta-content-modern {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

.cta-title-modern {
  font-size: 2.5rem;
  font-weight: 300;
  color: #2c2416;
  margin-bottom: 16px;
  letter-spacing: 3px;
}

.cta-title-modern span {
  font-weight: 500;
  color: #d4a853;
}

.cta-subtitle-modern {
  font-size: 1.1rem;
  color: #6b5d4d;
  margin-bottom: 40px;
  line-height: 1.8;
}

.cta-buttons-modern {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.cta-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 18px 40px;
  background: linear-gradient(135deg, #2c2416, #4a3c2a);
  color: #fff;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 1px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.4s ease;
  box-shadow: 0 4px 20px rgba(44, 36, 22, 0.3);
}

.cta-btn-primary:hover {
  background: linear-gradient(135deg, #3d3224, #5c4d38);
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(44, 36, 22, 0.4);
}

.cta-btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 18px 40px;
  background: transparent;
  color: #2c2416;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 1px;
  border: 2px solid rgba(212, 168, 83, 0.4);
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.4s ease;
}

.cta-btn-outline:hover {
  background: rgba(212, 168, 83, 0.1);
  border-color: #d4a853;
}

/* ── 响应式设计 ─────────────────────────────────────────── */
@media (max-width: 991px) {
  .aesthetic-hero {
    height: 350px;
    min-height: 350px;
    padding: 0;
  }

  .aesthetic-hero .hero-title {
    font-size: 2.5rem;
    letter-spacing: 4px;
  }
  
  .product-banner {
    padding: 80px 0;
  }
  
  .banner-title {
    font-size: 2.5rem;
  }
  
  .banner-tagline {
    font-size: 1.2rem;
  }
  
  .philosophy-card-modern {
    padding: 40px;
  }
  
  .cta-title-modern {
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .aesthetic-hero {
    height: 300px;
    min-height: 300px;
    padding: 0;
  }

  .aesthetic-hero .hero-title {
    font-size: 1.8rem;
    letter-spacing: 2px;
  }
  
  .aesthetic-hero .hero-description {
    font-size: 1.1rem;
  }
  
  .banner-title {
    font-size: 2rem;
  }
  
  .feature-card-modern {
    padding: 36px 24px;
  }
  
  .target-audience-card,
  .treatment-info-card-modern {
    padding: 32px;
  }
  
  .philosophy-card-modern {
    padding: 28px;
  }
  
  .philosophy-card-modern h2 {
    font-size: 1.6rem;
  }
  
  .cta-title-modern {
    font-size: 1.6rem;
  }
}

/* 强制布局顺序 - Juvelook和Re2O产品横幅 */
@media (min-width: 992px) {
  /* 所有产品横幅使用flex布局 */
  .product-banner .row {
    display: flex;
    flex-direction: row;
  }
  
  /* Juvelook: 图片在左，文字在右 (第1个product-banner) */
  .product-banner:first-of-type .col-lg-6:first-child {
    order: 2;
  }
  
  .product-banner:first-of-type .col-lg-6:last-child {
    order: 1;
  }
  
  /* Re2O: 图片在右，文字在左 (第2个product-banner) */
  .product-banner:nth-of-type(2) .col-lg-6:first-child {
    order: 1;
  }
  
  .product-banner:nth-of-type(2) .col-lg-6:last-child {
    order: 2;
  }
}
