

	
	    .outer-wrapper {
      backgro---und-color: #fff;
      padding: 40px 0;
	  text-align:center;
    }

    .section-wrapper {
      max-width: 1100px;
      margin: 0 auto;
      padding: 40px 20px;
      text-align: center;
	  padding-top:0px;
	  border-bottom:1px solid #ccc;
    }

    .section-title {
      font-size: 40px;
      margin-bottom: 30px;
      font-weight: bold;
	  color:#333;
    }

    .grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 40px;
    }

    .grid-item {
      position: relative;
      min-height: 250px;
      background-size: cover;
      background-position: center;
      display: flex;
      align-items: flex-end;
      justify-content: center;
      color: #fff;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
      overflow: hidden;
      text-align: center;
    }

    .grid-item::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.45);
      z-index: 1;
    }

    .grid-item-content {
      position: relative;
      z-index: 2;
      width: 100%;
      padding: 20px;
      background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
    }

    .grid-item h3 {
      font-size: 26px;
      margin: 0 0 10px;
      min-height: 30px;
    }

    .grid-item h3 a {
      color: #fff;
      text-decoration: underline;
      transition: color 0.3s ease;
    }

    .grid-item h3 a:hover {
      color: #FFA7AB;
    }

    .grid-item p {
      font-size: 1rem;
      color: #eee;
      margin: 0;
      min-height: 40px;
    }

    @media screen and (max-width: 900px) {
      .grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media screen and (max-width: 600px) {
      .grid {
        grid-template-columns: 1fr;
      }
      .section-title {
        font-size: 1.5rem;
      }
      .grid-item-content {
        padding: 15px;
      }
      .grid-item {
        min-height: 250px;
        height: auto;
      }
	  	.hero-content {
    padding: 130px 24px 0;}
    }
	
	
	
	.A41 a
	{padding: 8px 36px;
    border-radius: 20px;
    border-color: #ac9a73;
    background-color: #D5272B;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;}
	
	.A41 a:hover
	{background-color: #B02023;
	}
	
.city-selector {
  max-width: 180px; /* 缩小宽度 */
  margin: 40px auto;
}
#select-city {
  width: 100%;
  padding: 10px 15px; /* 内边距也稍微缩小 */
  font-size: 14px;
  border-radius: 0px;
  border: 1px solid #ccc;
}

.visually-hidden {
  position: absolute;
  width: 1px; height: 1px;
  margin: -1px; padding: 0;
  clip: rect(0 0 0 0);
  border: 0;
  overflow: hidden;
}






/*三列城市列表↑*//*三列城市列表↑*//*三列城市列表↑*//*三列城市列表↑*//*三列城市列表↑*/




/* ===== Best Dating Site (San Diego-style) ===== */
.sd-best-site{
  position: relative;
  width: 100%;
  /* Option A: gradient color background 
  backwwground: linear-gradient(180deg, #111 0%, #1a1a1a 100%);*/
  
  /* Option B: image background — uncomment and set your image  */
  background:url(../images/best-dating-site.jpg) center/cover no-repeat;
  color: #fff;
  overflow: hidden;
  padding:80px 0;
}

.sd-best-site::after{ /* subtle dark overlay for images */
  content: "";
  position: absolute; inset: 0;
  ---background: rgba(0,0,0,.35);
  pointer-events: none;
}

.sd-best-site__bg{ /* decorative layer if you want extra texture; keep empty or add gradients */
  position: absolute; inset: 0;
  background:radial-gradient(80% 60% at 50% 0%, rgba(255,255,255,.06) 0%, rgba(255,255,255,0) 60%);
  pointer-events: none;
}

.sd-best-site__inner{
  position: relative; /* sit above overlays */
  max-width: 950px;
  margin: 0 auto;
  padding: 72px 24px; /* roomy but responsive */
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);

}



.sd-best-site__title{
  margin: 0 0 14px;
  font-size: clamp(26px, 3.2vw, 40px);
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: .2px;
    color:#D5272B;
	z-index: 9999;
	scroll-margin-top: 60px;
}

.sd-best-site__text{
  margin: 0 auto 28px;
  max-width: 780px;
  line-height: 1.7;
  color:#fff;

}

.sd-best-site__btn{
  display: inline-block;
  padding: 14px 24px;
  border-radius: 999px;
  background: #00E0B8; /* primary accent */
  color: #0b0b0b;
  font-weight: 700;
  text-decoration: none;
  line-height: 1;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
  box-shadow: 0 6px 20px rgba(0, 224, 184, .35);
}

.sd-best-site__btn:hover{ transform: translateY(-2px); }
.sd-best-site__btn:active{ transform: translateY(0); box-shadow: 0 4px 14px rgba(0, 224, 184, .3); }

/* Wide screens: add a height feel if needed */
@media (min-width: 1200px){
  .sd-best-site__inner{ padding: 36px;}
}

/* Small devices: tighter vertical rhythm */
@media (max-width: 480px){
  .sd-best-site__inner{ padding: 56px 20px; }
  .sd-best-site__btn{ width: 100%; max-width: 320px; }
}


/**城市背景有图片*//**城市背景有图片*//**城市背景有图片*//**城市背景有图片*//**城市背景有图片*//**城市背景有图片*/





.centered-module {
  max-width: 1100px;
  margin: 0 auto;
  padding: 2rem 1rem;
  font-size: 14px;
  line-height: 1.8;
  box-sizing: border-box;
  
}

.centered-module h2 {
  text-align:left;
  font-size: 40px;
    padding: 42px 0px 20px 0px;
    line-height: 55px;
    font-family: Poppins, Roboto, Arial, sans-serif;
    font-weight: 900;
    color: #000;
    scroll-margin-top: 50px;
}

.centered-module img {
  display: block;
  max-width: 100%;
  height: auto;
}

.float-left {
  float: left;
  width: 300px;
  height: 300px;
  margin-right: 20px;
  margin-bottom: 10px;
  object-fit: cover;
}

.float-right {
  float: right;
  width: 300px;
  height:300px;
  margin-left: 20px;
  margin-bottom: 10px;
  object-fit: cover;
}

.fullwidth-image {
  width: 100%;
  height: auto;
  margin: 2rem 0;
  object-fit: cover;
}

.centered-module::after {
  content: "";
  display: block;
  clear: both;
}
.centered-module h2 {
    font-size: 38px;
    padding: 32px 0px;
    line-height: 48px;
    font-family: "Fira Sans", Garamond, sans-serif;
    font-weight: 700;
    color: #000;
}
.centered-module h3{

    font-size: 28px;
    font-family: "Fira Sans", Garamond, sans-serif;
    margin: 25px 0px 15px 0px;
    font-weight: bolder;
}

.centered-module p {
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 14px;
  color: #4F4F4F;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

    @media screen and (max-width: 600px) {
      .city-list-title {
        font-size: 1.3em;
      }

      .city-grid {
        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
      }
    }
	
	
	/*居中单竖列*/
	
	
	
	
    /* local intro  ↓ */
  .scene-wrap {
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px;
	border-bottom: 1px solid #ccc;
  }

  .scene {
    display: flex;
    align-items: stretch;
    gap: 32px;

    padding: 24px;

  }

  /* Left Image (1/3 width) */
  .scene__media {
    flex: 0 0 30%;
    margin: 0;
    overflow: hidden;
    border-radius: 12px;
    background: #f5f6f8;
  }
  .scene__media img {
    width: 100%;
    height: 100%;

    aspect-ratio: 1 / 1;
    display: block;
  }

  /* dating city into  ↓*/
  .scene__content {
    flex: 1 1 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; /* 水平居中 */
    text-align: center;  /* 文本居中 */
    padding: 0 0px;
  }

  .scene__title {
    font-size:40px;
    margin: 0 0 26px;
    color: #111;
	scroll-margin-top: 50px;
	
  }

  .scene__lead {
    font: 500 17px/1.8 "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    color: #333;
    margin: 0 0 20px;
    max-width: 95%;
	
  }

  .scene__body {
    max-width: 85%;
  }
  .scene__body p {
    margin: 0 0 20px;
    font-size: 15px;
    line-height: 25px;
    font-family: Poppins, Roboto, Arial, sans-serif;
    color: #666;
  }

  /* CTA Button */
  .scene__cta {
    margin-top: 20px;
    display: inline-block;
    padding: 12px 22px;
    border-radius: 999px;
    border: 1px solid #111;
    text-decoration: none;
    font: 600 15px/1 "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    color: #111;
    transition: all 0.2s ease;
  }
  .scene__cta:hover {
    background: #D5272B;
    color: #fff;
    transform: translateY(-1px);
  }

  /* ===== Responsive ===== */
  @media (max-width: 1024px) {
    .scene {
      gap: 24px;
      padding: 20px;
    }
    .scene__title {
      font-size: 34px;
    }
  }

  /* Mobile: Hide image, center text only */
  @media (max-width: 768px) {
    .scene {
      flex-direction: column;
      align-items: center;
      text-align: center;
    }
    .scene__media {
      display: none;
    }
    .scene__content {
      flex: 1 1 100%;
      align-items: center;
      text-align: center;
      padding: 10px;
    }
    .scene__title {
      font-size: 30px;
    }
  }

  @media (max-width: 480px) {
    .scene__title {
      font-size: 26px;
    }
    .scene__lead {
      font-size: 15px;
    }
  }
       /* local intro   ↑ */
	
	
	    /*  Perfect Place for Dating in xx  ↓*/
	
	 /* ===== Base ===== */
  .sr-only { position:absolute; width:1px; height:1px; overflow:hidden; clip:rect(0,0,0,0); border:0; }
   .charlotte-restos { max-width:1100px; margin:0 auto; padding:20px; border-bottom: 2px solid #ccc; padding-bottom:40px;}
	.charlotte-restos-titles{    
	scroll-margin-top: 50px;
	font-size: 40px;
    margin: 0 0 26px;
	padding:30px 0;
    color: #111;
	text-align:center;}
	
  /* Grid layout */
  .resto-grid {
    display:grid;
    grid-template-columns: 1fr 1fr;
    gap:44px;
  }

  /* Card styling */
  .resto-card {
    position:relative;

    overflow:hidden;
    background:center/cover no-repeat var(--bg);
    height:380px;
    color:#fff;
    text-align:center;
    display:flex;
    align-items:center;
    justify-content:center;
  }

  /* Overlay with gradient */
  .resto-overlay {
    position:absolute;
    inset:0;
    background:linear-gradient(180deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.65) 100%);
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    padding:30px;
    z-index:2;
  }

  .resto-icon {
    width:36px;
    height:36px;
    margin-bottom:12px;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.5));
  }

  .resto-title {
    font:700 26px/1.3 "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    margin:0 0 10px;
    text-shadow:0 3px 8px rgba(0,0,0,0.4);
  }

  .resto-desc {
    font:500 15px/1.8 "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    max-width:75%;
    text-shadow:0 2px 6px rgba(0,0,0,0.4);
  }

  /* Hover zoom */
  .resto-card::before {
    content:"";
    position:absolute;
    inset:0;
    background:var(--bg) center/cover no-repeat;
    transition:transform .8s ease;
    z-index:0;
  }
  .resto-card:hover::before { transform:scale(1.08); }

  /* Responsive */
  @media (max-width:960px){
    .resto-grid { grid-template-columns:1fr; }
    .resto-card { height:320px; }
  }

  @media (max-width:520px){
    .resto-title { font-size:22px; }
    .resto-desc { font-size:14px; max-width:90%; }
    .resto-icon { width:28px; height:28px; margin-bottom:10px; }
  }
  
  	    /*  Perfect Place for Dating in xx  ↑*/
		
		
		   /*  good idea  for Dating ↓ */
		
.unique-spots h2 {
  grid-column: 1 / -1;        /* 让 h2 横跨整个两列 */
  text-align: center;
  font-size: 40px;
  margin-bottom:20px;
  line-height: 1.3;
  scroll-margin-top: 50px;
}
		.unique-spots {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  max-width: 1100px;
  margin: 60px auto;
  margin-bottom:0px;
  padding: 0 20px;
  border-bottom:1px solid #ccc;
  
}

.spot {
  text-align: center;
  overflow: hidden;
  transition: transform 0.3s ease;
}



.spot img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  display: block;
}

.spot h3 {
  font-family: 'Prata', serif;
  font-size: 22px;
  color: #333;
  margin: 20px 0 20px;
}

.spot p {
	margin: 0 0 20px;
    color: #444;
    line-height: 1.75;
    font-size: 15px;
  	padding: 0 10px 25px;
 	 text-align:left;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .unique-spots {
    grid-template-columns: 1fr;
  }
  .spot img {
    height: 240px;
  }
}

	   /*  good idea  for Dating ↑ */
	   
	   
	   
	   	
	
/* profile list ↓  */

/* Layout */ 
.sugar-profiles { max-width: 1100px; margin: 10px auto; padding: 0 20px; text-align: center; } 
.sugar-profiles .profile-intro{
	margin: 0px;
	padding-bottom:30px;
    font-size: 15px;
    line-height: 25px;
    font-family: Poppins, Roboto, Arial, sans-serif;
    color: #666;
	text-align:center;
	}
	
.sugar-profiles h2 
{   font-size: 40px;
    margin: 0px;
    padding: 45px 0;
    color: #111;
    text-align: center; 
	scroll-margin-top: 50px;} 
	
.sugar-profiles h3 {	    font-size: 30px;
    font-family: "Fira Sans", Garamond, sans-serif;
    margin: 25px 0px 15px 0px;
    line-height: 37px;
    font-weight: bolder;
    color: #000;
    scroll-margin-top: 65px;}
	.sugar-profiles .all-users{
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 768px) {
  .sugar-profiles .all-users{
    max-width: 100%;
    height: auto;
  }
}
.profile-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; } /* Card */ 
.profile-card { background: #fff; border-radius: 16px; box-shadow: 0 4px 18px rgba(0,0,0,0.08); overflow: hidden; transition: transform 0.3s ease; } 
.profile-card h3 { font-size: 20px; color: #333; margin-top: 14px; } 
.profile-card p { color: #777; font-size: 14px; margin: 4px 0 10px; } 
.visit-btn { display: inline-block; background-color: #D5272B; color: #fff; padding: 10px 24px; border-radius: 30px; font-weight: 600; font-size: 15px; text-decoration: none; margin: 8px 0 18px; transition: background 0.25s ease; } 
.visit-btn:hover { background-color: #e13f55; } /* Stacked carousel */ 
.avatar-carousel { position: relative; width: 100%; height: 260px; /* adjust if needed */ overflow: hidden; background: #111; }
 .avatar-carousel .slides { position: relative; width: 100%; height: 100%; }
  .avatar-carousel .slide { position: absolute; inset: 0; width: 100%; height: 100%; ---object-fit: cover; opacity: 0; /* stacked but hidden */ transform: scale(1.02); transition: opacity 240ms ease, transform 300ms ease; will-change: opacity, transform; } 
  .avatar-carousel .slide.is-active { opacity: 1; /* only the current one visible */ transform: scale(1); } /* overlay nav buttons */ 
  .avatar-carousel .nav{
  position:absolute;
  to---p:50%;
  bottom: 8px;
  transform:translateY(-50%);
  left:auto; right:auto;   /* 由 .prev/.next 再分别设定 */
  width:30px; height:30px;
  border:0;
  padding:0;               /* 清默认内边距 */
  border-radius:50%;
  background:rgba(245, 245, 245, 0.7);
  color:#111;
  display:flex;            /* 关键：用 flex 居中 */
  align-items:center;
  justify-content:center;
  font-size:15px;
  line-height:30px;;           /* 避免行高影响 */
  cursor:pointer;
  transition:background .2s ease, transform .2s ease;
  -webkit-appearance:none; appearance:none; /* 去默认按钮样式 */
  box-sizing:border-box;
}
	.avatar-carousel .prev{ left:10px; }
	.avatar-carousel .next{ right:10px; }
  
  .avatar-carousel .nav:hover 
  { background: rgba(255,255,255,1);
   } 
  .avatar-carousel .nav:focus-visible { outline: 2px solid #FA4D64; } 
  /* dots (auto-generated) */ 
  .avatar-carousel .dots 
  { position: absolute; 
  bottom: 30px; 
  left: 50%; 
  transform: translateX(-50%);
   display: flex; gap: 6px; } 
  .avatar-carousel .dots button { width: 10px; height: 10px; border-radius: 999px; border: 0; background: rgba(255,255,255,0.55); cursor: pointer; } 
  .avatar-carousel .dots button.is-active { background: #D5272B; }
   /* Responsive */ 
   @media (max-width: 992px) { .profile-grid { grid-template-columns: repeat(2, 1fr); } .avatar-carousel { height: 240px; } } 
   @media (max-width: 600px) { .profile-grid { grid-template-columns: 1fr; } .avatar-carousel { height: 220px; } }	
/* 保障容器不超宽（可选） */
*, *::before, *::after { box-sizing: border-box; }

/* CTA 最后一页的模糊样式 */
.avatar-carousel .slide--cta {
  filter: blur(6px) saturate(1.1);
  transform: scale(1.05);
}

/* CTA 覆盖层：默认隐藏，仅在最后一页显示 */
.avatar-carousel .cta-overlay {
  position: absolute;
  inset: 0;
  display: none;               /* 关键：默认不显示 */
  z-index: 3;
  pointer-events: none;        /* 覆盖层不挡交互，内部按钮可点 */
  display: none;
  justify-content: center;
  align-items: center;
}

.avatar-carousel .cta-box {
  pointer-events: auto;        /* 允许按钮点击 */
  background: rgba(0,0,0,0.45);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  color: #fff;
  text-align: center;
  border-radius: 14px;
  padding: 14px 18px;
  max-width: 82%;
  box-shadow: 0 6px 20px rgba(0,0,0,0.25);
}
.avatar-carousel .cta-text { font-size: 16px; line-height: 1.4; margin-bottom: 10px; }
.avatar-carousel .cta-btn {
  display: inline-block;
  background:rgba(245, 245, 245, 0);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  padding: 8px 16px;
  border-radius: 999px;
  border:1px solid #fff;
  transition: background .2s ease, transform .2s ease;
}
.avatar-carousel .cta-btn:hover { background: #f9f9f9; transform: translateY(-1px); color:#111;}
.avatar-carousel .cta-btn:focus-visible { outline: 2px solid #fff; }


   /* profile  list↑  */	