:root {
  --ink: #20172b;
  --muted: #655a72;
  --line: #e7ddec;
  --paper: #fffafd;
  --soft: #f6edf8;
  --pink: #ec5fa3;
  --blue: #48b7e8;
  --violet: #6337a6;
  --teal: #1c9d9a;
  --white: #ffffff;
  --shadow: 0 22px 55px rgba(51, 32, 74, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--paper);
  line-height: 1.6;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 64px);
  border-bottom: 1px solid rgba(231, 221, 236, 0.82);
  background: rgba(255, 250, 253, 0.92);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 850;
  font-size: 1.08rem;
}

.brand-mark {
  position: relative;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 50%;
  color: transparent;
  overflow: hidden;
  background:
    radial-gradient(circle at 28% 20%, rgba(255, 255, 255, 0.5), transparent 22%),
    linear-gradient(135deg, #5bc4ee 0%, #f7a6cf 46%, #ffffff 50%, #f7a6cf 62%, #6337a6 100%);
  box-shadow:
    0 16px 34px rgba(41, 22, 70, 0.22),
    inset 0 0 0 1px rgba(255, 255, 255, 0.22);
}

.brand-mark::before {
  content: "";
  position: absolute;
  inset: 9px;
  border-radius: 50%;
  border: 4px solid rgba(255, 255, 255, 0.92);
  border-right-color: transparent;
  border-bottom-color: transparent;
  transform: rotate(-18deg);
  filter: drop-shadow(0 3px 7px rgba(31, 16, 50, 0.26));
}

.brand-mark::after {
  content: "";
  position: absolute;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  border: 4px solid rgba(255, 255, 255, 0.9);
  border-left-color: transparent;
  border-top-color: transparent;
  transform: translate(5px, 5px) rotate(-18deg);
  filter: drop-shadow(0 3px 7px rgba(31, 16, 50, 0.22));
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px;
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 700;
}

.site-nav a:hover,
.text-link:hover,
.blog-card a:hover {
  color: var(--violet);
}

.hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: end;
  min-height: calc(100vh - 76px);
  padding: clamp(140px, 18vh, 240px) clamp(18px, 5vw, 96px) clamp(46px, 8vw, 96px);
  overflow: hidden;
  color: #ffffff;
  background-image:
    linear-gradient(90deg, rgba(10, 6, 18, 0.78) 0%, rgba(20, 10, 28, 0.58) 38%, rgba(20, 10, 28, 0.22) 72%, rgba(20, 10, 28, 0.5) 100%),
    linear-gradient(180deg, rgba(8, 5, 14, 0.16) 0%, rgba(8, 5, 14, 0.4) 66%, rgba(8, 5, 14, 0.74) 100%),
    url("assets/images/hero-transwinks-lively-pride.jpg?v=20260603-visual2");
  background-position: center 34%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-copy {
  position: relative;
  z-index: 1;
  max-width: 980px;
}

.hero-copy::before {
  content: "";
  position: absolute;
  inset: -34px -42px;
  z-index: -1;
  border-radius: 18px;
  background: linear-gradient(90deg, rgba(13, 7, 22, 0.3), rgba(13, 7, 22, 0.04));
  filter: blur(1px);
}

.eyebrow {
  display: none;
}

h1 {
  margin: 0;
  max-width: 980px;
  font-size: clamp(3.05rem, 5.9vw, 6.35rem);
  line-height: 0.96;
  letter-spacing: 0;
  overflow-wrap: normal;
}

h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 4.1rem);
  line-height: 1.02;
  letter-spacing: 0;
  overflow-wrap: break-word;
}

h3 {
  margin: 0 0 10px;
  font-size: 1.08rem;
  line-height: 1.25;
  overflow-wrap: break-word;
}

p {
  overflow-wrap: break-word;
}

.hero-text {
  max-width: 74ch;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.06rem, 1.7vw, 1.36rem);
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.4);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 12px 20px;
  font-weight: 850;
}

.button.primary {
  color: var(--white);
  background: linear-gradient(135deg, #ff5bb8, #7b3cff);
  box-shadow: 0 16px 34px rgba(12, 6, 18, 0.34);
}

.button.secondary {
  color: var(--violet);
  border-color: var(--line);
  background: var(--white);
}

.trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}

.trust-list li {
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 999px;
  padding: 8px 12px;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.13);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(10px);
  font-size: 0.88rem;
  font-weight: 760;
}

.hero-media {
  display: none;
}

.hero::after {
  content: "transgender dating site";
  position: absolute;
  right: 22px;
  bottom: 22px;
  max-width: 220px;
  border-radius: 8px;
  padding: 12px 14px;
  color: var(--white);
  background: rgba(32, 23, 43, 0.72);
  font-size: 0.92rem;
  font-weight: 850;
  backdrop-filter: blur(8px);
  display: none;
}

.split-media img,
.blog-card img {
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.intro-band,
.feature-grid,
.split-section,
.audience-section,
.blog-preview,
.cta-section,
.article-page {
  padding: clamp(48px, 7vw, 96px) clamp(18px, 4vw, 64px);
}

.intro-band {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: end;
  min-height: clamp(520px, 72vh, 760px);
  color: var(--white);
  overflow: hidden;
  background-image:
    linear-gradient(90deg, rgba(10, 6, 18, 0.82) 0%, rgba(18, 8, 28, 0.62) 44%, rgba(18, 8, 28, 0.28) 78%, rgba(18, 8, 28, 0.54) 100%),
    linear-gradient(180deg, rgba(8, 5, 14, 0.12) 0%, rgba(8, 5, 14, 0.34) 64%, rgba(8, 5, 14, 0.72) 100%),
    url("assets/images/home-made-real-lgbtq-sunny.jpg?v=20260603-euro1");
  background-position: center 42%;
  background-size: cover;
  background-repeat: no-repeat;
}


.intro-band > div:first-child,
.intro-copy {
  position: relative;
  z-index: 1;
}

.intro-band h2 {
  color: #ffffff;
  text-shadow: 0 3px 24px rgba(0, 0, 0, 0.42);
}

.intro-band .eyebrow {
  color: #7de3dc;
}

.intro-copy {
  max-width: 780px;
}

.intro-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.05rem, 1.45vw, 1.22rem);
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.42);
}

.intro-copy p + p {
  margin-top: 16px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  background-image: url("assets/images/home-trans-pride-floral-bg.jpg?v=20260603-visual2");
  background-position: center 42%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-heading {
  grid-column: 1 / -1;
  max-width: 850px;
  margin-bottom: 16px;
}

.feature-card,
.audience-grid article,
.post-list article {
  min-height: 230px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
  background: var(--white);
}

.feature-card {
  position: relative;
  overflow: hidden;
  box-shadow: 0 18px 42px rgba(51, 32, 74, 0.08);
}

.feature-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--blue), var(--pink));
}

.feature-card:nth-of-type(1) {
  background: linear-gradient(180deg, #ffffff 0%, #eff9ff 100%);
}

.feature-card:nth-of-type(2) {
  background: linear-gradient(180deg, #ffffff 0%, #fff0f8 100%);
}

.feature-card:nth-of-type(3) {
  background: linear-gradient(180deg, #ffffff 0%, #f6f0ff 100%);
}

.feature-card:nth-of-type(4) {
  background: linear-gradient(180deg, #ffffff 0%, #edfdfb 100%);
}

.audience-grid article {
  box-shadow: 0 18px 42px rgba(51, 32, 74, 0.08);
}

.audience-grid article:nth-child(1) {
  background: linear-gradient(180deg, #ffffff 0%, #edf9ff 100%);
  border-color: rgba(91, 196, 238, 0.34);
}

.audience-grid article:nth-child(2) {
  background: linear-gradient(180deg, #ffffff 0%, #fff0f8 100%);
  border-color: rgba(247, 166, 207, 0.42);
}

.audience-grid article:nth-child(3) {
  background: linear-gradient(180deg, #ffffff 0%, #f4eeff 100%);
  border-color: rgba(99, 55, 166, 0.24);
}

.audience-grid article:nth-child(4) {
  background: linear-gradient(180deg, #ffffff 0%, #edfbfa 100%);
  border-color: rgba(28, 157, 154, 0.26);
}

.feature-card p,
.audience-grid p,
.post-list p,
.blog-card p,
.split-copy p,
.cta-section p,
.article-body p,
.article-body li,
.site-footer p {
  color: var(--muted);
}

.icon {
  display: inline-flex;
  margin-bottom: 34px;
  color: var(--pink);
  font-weight: 900;
}

.split-section {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: end;
  min-height: clamp(560px, 78vh, 820px);
  overflow: hidden;
  color: #ffffff;
  background-image:
    linear-gradient(90deg, rgba(10, 6, 18, 0.8) 0%, rgba(19, 8, 30, 0.62) 42%, rgba(19, 8, 30, 0.26) 74%, rgba(19, 8, 30, 0.48) 100%),
    linear-gradient(180deg, rgba(8, 5, 14, 0.12) 0%, rgba(8, 5, 14, 0.34) 64%, rgba(8, 5, 14, 0.72) 100%),
    url("assets/images/home-nearby-lgbtq-sunny.jpg?v=20260603-euro1");
  background-position: center 38%;
  background-size: cover;
  background-repeat: no-repeat;
}

.split-copy {
  position: relative;
  z-index: 1;
  width: min(100%, 1040px);
  max-width: 1040px;
}

.split-section .split-media {
  display: none;
}

.split-section h2 {
  color: #ffffff;
  text-shadow: 0 3px 24px rgba(0, 0, 0, 0.42);
}

.split-section .split-copy p {
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.4);
}

.split-section .stat-row div {
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.14);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(10px);
}

.split-section .stat-row strong,
.split-section .stat-row span {
  color: #ffffff;
}

.stat-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(190px, 1fr));
  gap: clamp(16px, 2.4vw, 28px);
  margin-top: 34px;
}

.stat-row div {
  min-height: 118px;
  border-left: 4px solid var(--blue);
  padding: 18px 22px;
}

.stat-row strong {
  display: block;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 0.95;
}

.stat-row span {
  display: block;
  margin-top: 12px;
  color: var(--muted);
  font-size: clamp(0.98rem, 1.35vw, 1.18rem);
  font-weight: 760;
}

.audience-section {
  background-image: url("assets/images/home-trans-pride-floral-bg.jpg?v=20260603-visual2");
  background-position: center 54%;
  background-size: cover;
  background-repeat: no-repeat;
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
}

.blog-preview {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: start;
  background: var(--white);
}

.text-link {
  align-self: end;
  color: var(--pink);
  font-weight: 850;
}

.blog-card {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 0.58fr);
  gap: clamp(20px, 4vw, 42px);
  align-items: center;
}

.screenshot-grid {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2.4vw, 28px);
  margin-top: 8px;
}

.screenshot-card {
  display: flex;
  min-height: 500px;
  flex-direction: column;
  align-items: center;
  border-radius: 8px;
  padding: clamp(16px, 2vw, 24px);
  color: var(--white);
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), transparent 28%),
    linear-gradient(145deg, #fb83c6 0%, #ed39a4 56%, #c80fc0 100%);
  box-shadow: 0 22px 50px rgba(236, 95, 163, 0.22);
}

.screenshot-card > p {
  align-self: stretch;
  margin: 0;
  color: var(--white);
  font-size: clamp(1.15rem, 2vw, 1.78rem);
  font-weight: 900;
  line-height: 1.05;
  text-transform: uppercase;
}

.screenshot-card > h3 {
  align-self: stretch;
  margin: 12px 0 26px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(0.98rem, 1.45vw, 1.25rem);
}

.phone-shot {
  position: relative;
  width: min(100%, 245px);
  min-height: 380px;
  margin-top: auto;
  border: 8px solid #251a31;
  border-bottom-width: 18px;
  border-radius: 34px;
  padding: 44px 18px 18px;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(145deg, #43304e, #140d1d) border-box;
  box-shadow:
    0 24px 42px rgba(32, 23, 43, 0.28),
    inset 0 0 0 1px rgba(255, 255, 255, 0.14);
}

.phone-shot::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 50%;
  width: 78px;
  height: 18px;
  border-radius: 999px;
  background: #251a31;
  transform: translateX(-50%);
}

.phone-shot::after {
  content: "";
  position: absolute;
  inset: 36px 10px 12px;
  z-index: 0;
  border-radius: 22px;
  background: var(--white);
}

.profile-photo,
.match-card,
.avatar,
.bubble,
.voice,
.tabs,
.sort-pill,
.distance-line,
.action-row,
.profile-lines,
.verified-badge {
  position: relative;
  z-index: 1;
}

.profile-photo {
  min-height: 195px;
  border-radius: 18px 18px 6px 6px;
  background:
    linear-gradient(160deg, rgba(32, 23, 43, 0.08), rgba(32, 23, 43, 0.42)),
    url("assets/images/online-transgender-dating.png") center / cover;
}

.verified-badge {
  display: inline-flex;
  transform: rotate(-10deg) translate(54px, -44px);
  border-radius: 999px;
  padding: 8px 14px;
  color: var(--ink);
  background: var(--white);
  box-shadow: 0 12px 25px rgba(32, 23, 43, 0.18);
  font-weight: 800;
}

.action-row {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: -18px;
}

.action-row span {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  color: var(--pink);
  background: var(--white);
  box-shadow: 0 10px 24px rgba(32, 23, 43, 0.14);
  font-size: 0.74rem;
  font-weight: 900;
}

.profile-lines {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.profile-lines i {
  display: block;
  height: 10px;
  border-radius: 999px;
  background: #ece8ef;
}

.profile-lines i:nth-child(2) {
  width: 72%;
}

.profile-lines i:nth-child(3) {
  width: 86%;
}

.sort-pill {
  display: inline-flex;
  margin-left: 2px;
  transform: translateY(-16px);
  border-radius: 12px;
  padding: 10px 18px;
  color: var(--ink);
  background: var(--white);
  box-shadow: 0 8px 20px rgba(32, 23, 43, 0.16);
  font-weight: 750;
}

.tabs {
  display: flex;
  gap: 30px;
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 900;
  text-transform: uppercase;
}

.tabs span:first-child {
  color: var(--ink);
}

.match-card {
  min-height: 245px;
  transform: rotate(7deg);
  border-radius: 8px;
  background:
    linear-gradient(180deg, transparent 52%, rgba(32, 23, 43, 0.58)),
    url("assets/images/hero-transgender-dating.png") center / cover;
  box-shadow: 0 18px 35px rgba(32, 23, 43, 0.18);
}

.distance-line {
  transform: rotate(7deg) translate(18px, -42px);
  color: var(--white);
  font-size: 0.86rem;
  font-weight: 850;
}

.chat-shot {
  padding-top: 78px;
}

.avatar {
  width: 70px;
  height: 70px;
  margin: -62px auto 44px;
  border: 4px solid var(--white);
  border-radius: 50%;
  background: url("assets/images/hero-transgender-dating.png") center / cover;
}

.bubble {
  max-width: 82%;
  margin: 0 auto 18px;
  border-radius: 6px;
  padding: 14px 16px;
  color: var(--ink);
  font-size: 0.9rem;
  line-height: 1.25;
}

.bubble.gray,
.voice.light {
  background: #f1eef2;
}

.bubble.pink,
.voice.pink {
  color: var(--white);
  background: #e6319d;
}

.voice {
  width: 72%;
  height: 40px;
  margin: 0 auto 18px;
  border-radius: 6px;
}

.voice::after {
  content: "";
  display: block;
  height: 100%;
  background:
    repeating-linear-gradient(90deg, transparent 0 9px, currentColor 9px 12px, transparent 12px 20px);
  opacity: 0.64;
  transform: scaleY(0.62);
}

.post-meta {
  margin: 0 0 8px;
  color: var(--teal);
  font-size: 0.8rem;
  font-weight: 850;
  text-transform: uppercase;
}

.cta-section {
  text-align: center;
  color: var(--ink);
  background-image: url("assets/images/home-trans-pride-floral-bg.jpg?v=20260603-visual2");
  background-position: center 66%;
  background-size: cover;
  background-repeat: no-repeat;
}

.cta-section .eyebrow,
.cta-section p {
  color: var(--muted);
}

.cta-section h2,
.cta-section p {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.cta-action {
  margin-top: 26px;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(360px, 1.25fr) minmax(150px, auto);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
  padding: 36px clamp(18px, 4vw, 64px);
  border-top: 1px solid var(--line);
  background: var(--white);
}

.footer-brand {
  margin-bottom: 10px;
}

.site-footer p {
  max-width: 560px;
  margin: 0;
}

.footer-links {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-weight: 750;
}

.article-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(280px, 0.72fr);
  gap: clamp(24px, 5vw, 60px);
  align-items: center;
  padding-bottom: 42px;
}

.article-hero h1 {
  max-width: 860px;
  font-size: clamp(2.7rem, 7vw, 5.6rem);
}

.article-body {
  max-width: 820px;
}

.article-body h2 {
  margin-top: 42px;
  font-size: clamp(1.7rem, 3vw, 2.6rem);
}

.post-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.post-list article {
  min-height: 250px;
}



.blog-article-page {
  min-height: 100vh;
  padding: clamp(44px, 6vw, 86px) clamp(18px, 4vw, 64px) clamp(72px, 8vw, 120px);
  color: var(--white);
  background:
    linear-gradient(90deg, #4f54f4 0%, #8f25f2 100%) top / 100% 14px no-repeat,
    radial-gradient(circle at 70% 8%, rgba(236, 95, 163, 0.2), transparent 28%),
    #050506;
}

.blog-article-shell {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.blog-back-link {
  display: inline-flex;
  margin-bottom: clamp(32px, 5vw, 58px);
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.05rem;
  font-weight: 650;
}

.blog-back-link:hover {
  color: var(--white);
}

.blog-article-header {
  max-width: 920px;
  margin-bottom: clamp(24px, 4vw, 38px);
}

.blog-article-header h1 {
  max-width: 980px;
  color: var(--white);
  font-size: clamp(2.7rem, 5.4vw, 5.7rem);
  line-height: 1.02;
}

.blog-article-header p {
  max-width: 780px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1.12rem, 2vw, 1.65rem);
}

.blog-hero-card {
  margin: 0 0 clamp(46px, 6vw, 78px);
  overflow: hidden;
  border-radius: 26px;
  background:
    linear-gradient(135deg, rgba(91, 196, 238, 0.22), rgba(236, 95, 163, 0.28)),
    #17111f;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.42);
}

.blog-hero-card img {
  width: 100%;
  max-height: 620px;
  object-fit: cover;
  opacity: 0.92;
}

.blog-content {
  max-width: 980px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1.08rem, 1.6vw, 1.42rem);
  line-height: 1.68;
}

.blog-content strong {
  color: var(--white);
}

.blog-content h2 {
  margin: 0 0 14px;
  color: var(--white);
  font-size: clamp(1.8rem, 3vw, 3.1rem);
}

.blog-content-block {
  margin-top: clamp(34px, 5vw, 64px);
}

.blog-content-block.with-image {
  display: grid;
  grid-template-columns: minmax(220px, 0.42fr) minmax(0, 0.58fr);
  gap: clamp(22px, 4vw, 44px);
  align-items: center;
}

.blog-content-block.with-image img {
  border-radius: 20px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.34);
}

.checklist-block ul {
  padding-left: 1.2em;
}

.checklist-block li + li {
  margin-top: 8px;
}

@media (max-width: 760px) {
  .blog-content-block.with-image {
    grid-template-columns: 1fr;
  }

  .blog-hero-card {
    border-radius: 18px;
  }
}

@media (max-width: 920px) {
  .hero,
  .intro-band,
  .split-section,
  .blog-card,
  .article-hero {
    grid-template-columns: 1fr;
  }

  .feature-grid,
  .audience-grid,
  .screenshot-grid,
  .post-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero {
    min-height: calc(100vh - 76px);
  }
}

@media (max-width: 640px) {
  .site-header,
  .site-footer,
  .stat-row,
  .feature-grid,
  .audience-grid,
  .screenshot-grid,
  .post-list,
  .blog-preview {
    grid-template-columns: 1fr;
  }

  .site-header {
    align-items: flex-start;
  }

  .site-nav {
    gap: 10px 14px;
    font-size: 0.88rem;
  }

  .hero::after {
    right: 12px;
    bottom: 12px;
    max-width: 180px;
  }

  .feature-card,
  .audience-grid article,
  .post-list article {
    min-height: auto;
  }

  .screenshot-card {
    min-height: 480px;
  }

  .phone-shot {
    width: min(100%, 270px);
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.blog-home-body {
  background: #020203;
}

.blog-home-header {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(18px, 4vw, 56px);
  padding: 22px clamp(22px, 5vw, 86px);
  color: var(--white);
  background: linear-gradient(105deg, #485af3 0%, #7c2ff2 52%, #b917f4 100%);
}

.blog-home-brand {
  font-size: clamp(1.3rem, 2.4vw, 2.1rem);
  color: var(--white);
}

.blog-home-nav {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(18px, 3vw, 42px);
  color: rgba(255, 255, 255, 0.86);
  font-weight: 850;
}

.blog-home-nav a:hover {
  color: var(--white);
}

.blog-signup {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 12px 24px;
  color: var(--ink);
  background: var(--white);
  font-weight: 900;
}

.blog-home-page {
  min-height: 100vh;
  padding: clamp(62px, 8vw, 132px) clamp(20px, 5vw, 86px) clamp(72px, 8vw, 120px);
  color: var(--white);
  background:
    radial-gradient(circle at 78% 2%, rgba(185, 23, 244, 0.18), transparent 28%),
    #020203;
}

.blog-home-hero {
  display: grid;
  justify-items: center;
  gap: 28px;
  margin-bottom: clamp(54px, 8vw, 120px);
  text-align: center;
}

.blog-home-hero h1 {
  color: var(--white);
  font-size: clamp(3rem, 6vw, 6.3rem);
}

.blog-search {
  width: min(780px, 100%);
}

.blog-search input {
  width: 100%;
  min-height: 66px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 18px;
  padding: 0 28px;
  color: var(--white);
  background: #1b2533;
  font: inherit;
  font-size: 1.1rem;
  outline: none;
}

.blog-search input::placeholder {
  color: rgba(255, 255, 255, 0.42);
}

.blog-filter-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 14px;
}

.blog-filter {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  padding: 12px 24px;
  color: rgba(255, 255, 255, 0.78);
  background: transparent;
  font: inherit;
  font-weight: 750;
}

.blog-filter.active {
  color: var(--white);
  border-color: transparent;
  background: linear-gradient(135deg, #485af3, #8f25f2);
}

.blog-filter.active span {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #b917f4;
}

.blog-featured-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(310px, 0.34fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
  margin-bottom: clamp(46px, 7vw, 92px);
}

.featured-post {
  display: grid;
  grid-template-columns: minmax(0, 0.68fr) minmax(300px, 0.32fr);
  overflow: hidden;
  border-radius: 18px;
  color: var(--white);
  background: #101929;
}

.featured-post img {
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.featured-post-copy {
  display: flex;
  min-height: 360px;
  flex-direction: column;
  justify-content: center;
  padding: clamp(26px, 4vw, 52px);
}

.featured-post-copy p,
.blog-tile p {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.62);
}

.featured-post-copy h2,
.blog-tile h2 {
  margin: 0;
  color: var(--white);
  font-size: clamp(1.55rem, 2.4vw, 2.65rem);
  line-height: 1.28;
}

.featured-post-copy div,
.blog-tile footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: auto;
  padding-top: 34px;
  color: rgba(255, 255, 255, 0.78);
}

.news-panel h2 {
  margin: 0 0 24px;
  color: var(--white);
  font-family: Georgia, serif;
  font-size: clamp(2.2rem, 4vw, 4rem);
}

.news-item {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 14px;
  border-radius: 6px;
  color: var(--white);
  background: #1b2533;
}

.news-item img {
  width: 86px;
  height: 72px;
  border-radius: 6px;
  object-fit: cover;
}

.news-item h3 {
  margin: 0 0 4px;
  font-size: 1rem;
}

.news-item p,
.news-item time {
  margin: 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.9rem;
}

.blog-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(22px, 4vw, 44px);
  width: min(1160px, 100%);
}

.blog-tile {
  overflow: hidden;
  border-radius: 18px;
  background: #101929;
}

.blog-tile a {
  color: var(--white);
}

.blog-tile img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.blog-tile div {
  padding: clamp(22px, 3vw, 34px);
}

@media (max-width: 980px) {
  .blog-home-header,
  .blog-featured-grid,
  .featured-post,
  .blog-card-grid {
    grid-template-columns: 1fr;
  }

  .blog-home-nav {
    order: 3;
  }

  .news-item {
    grid-template-columns: 76px minmax(0, 1fr);
  }

  .news-item time {
    grid-column: 2;
  }
}

.blog-featured-grid {
  position: relative;
  grid-template-columns: minmax(0, 0.72fr) minmax(320px, 0.28fr);
  gap: clamp(30px, 6vw, 74px);
  width: min(1360px, 100%);
  margin-inline: auto;
}

.featured-post {
  min-height: 430px;
  border-radius: 24px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.46);
}

.featured-post img {
  min-height: 430px;
}

.featured-post-copy {
  min-height: 430px;
  background:
    radial-gradient(circle at 0 0, rgba(143, 37, 242, 0.18), transparent 34%),
    #101929;
}

.news-panel {
  align-self: center;
  transform: translateY(42px);
}

.news-item {
  grid-template-columns: 96px minmax(0, 1fr);
  border-radius: 0 8px 8px 0;
  background: linear-gradient(90deg, #1b2533, #111a29);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.34);
}

.news-item time {
  grid-column: 2;
  justify-self: end;
}

.editorial-grid {
  position: relative;
  grid-template-columns: minmax(300px, 0.42fr) minmax(360px, 0.42fr) minmax(240px, 0.16fr);
  align-items: start;
  width: min(1280px, 100%);
  margin: 0 auto;
}

.editorial-grid::after {
  content: "Latest";
  align-self: start;
  color: var(--white);
  font-family: Georgia, serif;
  font-size: clamp(2.4rem, 4vw, 4.6rem);
  line-height: 1;
}

.editorial-grid .blog-tile:first-child {
  grid-column: 1;
  transform: translateY(8px);
}

.editorial-grid .blog-tile:nth-child(2) {
  grid-column: 2;
  transform: translateY(-46px);
}

.blog-tile {
  border-radius: 22px;
  box-shadow: 0 24px 76px rgba(0, 0, 0, 0.34);
}

.blog-tile:first-child img {
  aspect-ratio: 1.18 / 1;
}

.blog-tile:nth-child(2) img {
  aspect-ratio: 1.55 / 1;
}

.blog-tile div {
  background:
    linear-gradient(180deg, rgba(143, 37, 242, 0.08), transparent 42%),
    #101929;
}

@media (max-width: 980px) {
  .news-panel,
  .editorial-grid .blog-tile:first-child,
  .editorial-grid .blog-tile:nth-child(2) {
    transform: none;
  }

  .editorial-grid {
    grid-template-columns: 1fr;
  }

  .editorial-grid::after {
    order: -1;
  }
}

.blog-home-header {
  background: linear-gradient(100deg, #265cff 0%, #8134ff 44%, #ff2bc2 100%);
  box-shadow: 0 18px 60px rgba(129, 52, 255, 0.28);
}

.blog-home-page {
  background:
    radial-gradient(circle at 12% 18%, rgba(38, 92, 255, 0.32), transparent 28%),
    radial-gradient(circle at 82% 8%, rgba(255, 43, 194, 0.3), transparent 30%),
    radial-gradient(circle at 52% 48%, rgba(129, 52, 255, 0.18), transparent 36%),
    #030207;
}

.blog-search input {
  border-color: rgba(129, 52, 255, 0.65);
  background: linear-gradient(135deg, rgba(38, 92, 255, 0.2), rgba(255, 43, 194, 0.12)), #151d31;
  box-shadow: 0 0 0 4px rgba(129, 52, 255, 0.12), 0 20px 60px rgba(38, 92, 255, 0.14);
}

.blog-filter.active {
  background: linear-gradient(135deg, #265cff, #8f25f2 48%, #ff2bc2);
  box-shadow: 0 16px 42px rgba(255, 43, 194, 0.26);
}

.featured-post,
.blog-tile {
  background: linear-gradient(180deg, #18243b, #0d1423);
  box-shadow: 0 28px 90px rgba(129, 52, 255, 0.24), 0 22px 64px rgba(0, 0, 0, 0.38);
}

.featured-post-copy,
.blog-tile div {
  background:
    radial-gradient(circle at 100% 0, rgba(255, 43, 194, 0.18), transparent 36%),
    linear-gradient(145deg, #17243d 0%, #101827 62%, #171024 100%);
}

.featured-post img,
.blog-tile img,
.news-item img {
  filter: saturate(1.18) contrast(1.05);
}

.news-item {
  background: linear-gradient(100deg, #223250, #121b2d 62%, #26123a);
  box-shadow: 0 22px 60px rgba(255, 43, 194, 0.16), 0 18px 52px rgba(0, 0, 0, 0.35);
}

.news-panel h2,
.editorial-grid::after {
  color: #ffffff;
  text-shadow: 0 0 28px rgba(255, 43, 194, 0.28);
}

.regular-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 3vw, 34px);
  width: min(1280px, 100%);
  margin: 0 auto;
}

.regular-blog-grid::after {
  content: none;
}

.regular-blog-grid .blog-tile,
.regular-blog-grid .blog-tile:first-child,
.regular-blog-grid .blog-tile:nth-child(2) {
  grid-column: auto;
  transform: none;
}

.regular-blog-grid .blog-tile img,
.regular-blog-grid .blog-tile:first-child img,
.regular-blog-grid .blog-tile:nth-child(2) img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.regular-blog-grid .blog-tile a {
  display: flex;
  min-height: 100%;
  flex-direction: column;
}

.regular-blog-grid .blog-tile div {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-height: 300px;
}

.blog-excerpt {
  display: block;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.66);
  line-height: 1.55;
}

@media (max-width: 980px) {
  .regular-blog-grid {
    grid-template-columns: 1fr;
  }
}

.city-dating-links {
  width: min(940px, 100%);
  margin: 34px auto 0;
}

.city-dating-links p {
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 800;
}

.city-dating-links div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.city-dating-links a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  padding: 8px 14px;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.92rem;
  font-weight: 750;
  backdrop-filter: blur(10px);
}

.city-dating-links a:hover {
  border-color: rgba(255, 255, 255, 0.46);
  color: var(--white);
  background: rgba(255, 255, 255, 0.14);
}

.footer-city-dating {
  max-width: 760px;
  align-self: start;
}

.footer-city-dating p {
  margin: 0 0 14px;
  color: var(--ink);
  font-weight: 850;
}

.footer-city-dating div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.footer-city-dating a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 7px 12px;
  color: var(--muted);
  background: var(--paper);
  font-size: 0.86rem;
  font-weight: 750;
}

.footer-city-dating a:hover {
  color: var(--violet);
  border-color: rgba(99, 55, 166, 0.28);
  background: #ffffff;
}

/* Footer city layout fix */
.site-footer {
  grid-template-columns: minmax(300px, 0.9fr) minmax(360px, 1.25fr) minmax(150px, auto);
  gap: clamp(28px, 5vw, 72px);
}

.site-footer > div:first-child {
  max-width: 620px;
}

.footer-city-dating {
  max-width: 760px;
  align-self: start;
  justify-self: center;
}

.footer-city-dating p {
  margin: 0 0 14px;
  color: var(--muted);
  font-weight: 850;
}

.footer-city-dating div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
}

.footer-city-dating a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 7px 12px;
  color: var(--muted);
  background: var(--paper);
  font-size: 0.86rem;
  font-weight: 750;
}

.footer-city-dating a:hover {
  color: var(--violet);
  border-color: rgba(99, 55, 166, 0.28);
  background: #ffffff;
}

.footer-links {
  justify-self: end;
  min-width: 150px;
}

@media (max-width: 980px) {
  .site-footer {
    grid-template-columns: 1fr;
  }

  .footer-city-dating,
  .footer-links {
    justify-self: start;
  }
}

.site-footer > .footer-links:last-child {
  grid-column: 3;
}

@media (max-width: 980px) {
  .site-footer > .footer-links:last-child {
    grid-column: auto;
  }
}


/* City landing pages */
.city-page {
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 8%, rgba(236, 95, 163, 0.16), transparent 28%),
    radial-gradient(circle at 86% 4%, rgba(72, 183, 232, 0.18), transparent 30%),
    var(--paper);
}

.city-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.75fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  padding: clamp(58px, 8vw, 112px) clamp(18px, 4vw, 64px) clamp(44px, 6vw, 86px);
}

.city-hero-copy h1 {
  max-width: 860px;
  margin: 0;
  font-size: clamp(3rem, 8vw, 6.8rem);
  line-height: 0.96;
}

.city-hero-copy p:not(.eyebrow) {
  max-width: 680px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.3rem);
}

.city-hero-card {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.city-hero-card::after {
  content: "local dating";
  position: absolute;
  right: 18px;
  bottom: 18px;
  border-radius: 999px;
  padding: 10px 14px;
  color: var(--white);
  background: rgba(32, 23, 43, 0.78);
  font-weight: 850;
  backdrop-filter: blur(10px);
}

.city-hero-card img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.city-content-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding: 0 clamp(18px, 4vw, 64px) clamp(48px, 6vw, 84px);
}

.city-content-grid article {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 26px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 42px rgba(51, 32, 74, 0.08);
}

.city-content-grid span {
  color: var(--pink);
  font-weight: 900;
}

.city-content-grid h2 {
  margin: 10px 0 10px;
  font-size: clamp(1.35rem, 2.5vw, 2rem);
}

.city-content-grid p,
.city-seo-section p,
.city-seo-section li {
  color: var(--muted);
}

.city-seo-section {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: start;
  padding: clamp(48px, 6vw, 86px) clamp(18px, 4vw, 64px);
  background:
    linear-gradient(135deg, rgba(99, 55, 166, 0.1), rgba(236, 95, 163, 0.12)),
    #ffffff;
}

.city-seo-section h2,
.city-more-links h2 {
  margin: 0 0 16px;
  font-size: clamp(2rem, 4vw, 3.8rem);
  line-height: 1.02;
}

.city-seo-section ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.city-seo-section li {
  border-left: 4px solid rgba(236, 95, 163, 0.52);
  padding: 12px 0 12px 16px;
  background: rgba(255, 250, 253, 0.66);
}

.city-more-links {
  padding: clamp(48px, 6vw, 86px) clamp(18px, 4vw, 64px);
  text-align: center;
}

.city-more-links div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  width: min(980px, 100%);
  margin: 24px auto 0;
}

.city-more-links a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  border: 1px solid rgba(99, 55, 166, 0.2);
  border-radius: 999px;
  padding: 9px 16px;
  color: var(--violet);
  background: var(--white);
  font-weight: 800;
  box-shadow: 0 12px 30px rgba(51, 32, 74, 0.08);
}

.city-more-links a:hover {
  color: var(--white);
  border-color: transparent;
  background: linear-gradient(135deg, var(--pink), var(--violet));
}

@media (max-width: 920px) {
  .city-hero,
  .city-seo-section {
    grid-template-columns: 1fr;
  }

  .city-content-grid {
    grid-template-columns: 1fr;
  }

  .city-hero-card img {
    aspect-ratio: 16 / 10;
  }
}


/* City landing pages v2 */
.city-theme {
  --city-accent: #ec5fa3;
  --city-accent-2: #48b7e8;
  --city-dark: #20172b;
  --city-soft: #fff7fc;
}

.city-theme.nyc { --city-accent: #f05fa8; --city-accent-2: #45b9e9; --city-dark: #21132f; --city-soft: #fff6fb; }
.city-theme.la { --city-accent: #ff7a59; --city-accent-2: #a855f7; --city-dark: #241136; --city-soft: #fff7f2; }
.city-theme.london { --city-accent: #e94b88; --city-accent-2: #4f8df7; --city-dark: #172447; --city-soft: #f6f8ff; }
.city-theme.toronto { --city-accent: #ef476f; --city-accent-2: #06b6d4; --city-dark: #163044; --city-soft: #f4fbff; }
.city-theme.sf { --city-accent: #ff4d9d; --city-accent-2: #2dd4bf; --city-dark: #20313a; --city-soft: #f4fffc; }
.city-theme.berlin { --city-accent: #d946ef; --city-accent-2: #38bdf8; --city-dark: #18111f; --city-soft: #fbf5ff; }
.city-theme.amsterdam { --city-accent: #ff6b9d; --city-accent-2: #22c55e; --city-dark: #193526; --city-soft: #f6fff9; }
.city-theme.sydney { --city-accent: #fb5aa8; --city-accent-2: #0ea5e9; --city-dark: #10243d; --city-soft: #f3fbff; }
.city-theme.chicago { --city-accent: #f43f8f; --city-accent-2: #38bdf8; --city-dark: #1f2744; --city-soft: #f6f9ff; }
.city-theme.manchester { --city-accent: #ec4899; --city-accent-2: #60a5fa; --city-dark: #241630; --city-soft: #fff7fc; }

.city-header {
  background: color-mix(in srgb, var(--city-soft) 88%, #ffffff 12%);
}

.city-page-v2 {
  color: var(--city-dark);
  background:
    radial-gradient(circle at 10% 8%, color-mix(in srgb, var(--city-accent) 18%, transparent), transparent 32%),
    radial-gradient(circle at 92% 4%, color-mix(in srgb, var(--city-accent-2) 18%, transparent), transparent 34%),
    linear-gradient(180deg, var(--city-soft), #ffffff 42%, var(--city-soft));
}

.city-hero-v2 {
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.76fr);
  min-height: calc(100vh - 78px);
  padding-top: clamp(48px, 7vw, 100px);
}

.city-hero-v2 .eyebrow {
  color: var(--city-accent);
}

.city-hero-v2 h1 {
  max-width: 900px;
  letter-spacing: 0;
}

.city-hero-v2 .button.primary {
  background: linear-gradient(135deg, var(--city-accent), var(--city-accent-2));
}

.city-hero-v2 .button.secondary {
  border-color: color-mix(in srgb, var(--city-accent) 24%, #ffffff);
  color: var(--city-dark);
}

.city-quick-spots {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 760px;
  margin-top: 28px;
}

.city-quick-spots span {
  border: 1px solid color-mix(in srgb, var(--city-accent) 22%, #ffffff);
  border-radius: 999px;
  padding: 9px 13px;
  color: color-mix(in srgb, var(--city-dark) 82%, #ffffff);
  background: rgba(255, 255, 255, 0.66);
  font-size: 0.9rem;
  font-weight: 800;
}

.city-visual-card {
  position: relative;
  margin: 0;
  border-radius: 34px;
  overflow: hidden;
  box-shadow: 0 34px 82px color-mix(in srgb, var(--city-dark) 22%, transparent);
  transform: rotate(1.5deg);
}

.city-visual-card::before {
  content: "";
  position: absolute;
  inset: 16px;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 26px;
  pointer-events: none;
}

.city-visual-card img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.city-app-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: 0 clamp(18px, 4vw, 64px) clamp(44px, 6vw, 72px);
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--city-accent) 20%, #ffffff);
  border-radius: 24px;
  background: color-mix(in srgb, var(--city-accent) 18%, #ffffff);
  box-shadow: 0 22px 55px rgba(51, 32, 74, 0.08);
}

.city-app-strip div {
  padding: 22px;
  background: rgba(255, 255, 255, 0.78);
}

.city-app-strip strong,
.city-app-strip span {
  display: block;
}

.city-app-strip strong {
  margin-bottom: 6px;
  color: var(--city-dark);
  font-size: 1rem;
}

.city-app-strip span {
  color: var(--muted);
  font-size: 0.9rem;
}

.city-feature-grid article {
  border-color: color-mix(in srgb, var(--city-accent) 20%, #ffffff);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.88), color-mix(in srgb, var(--city-soft) 72%, #ffffff));
}

.city-feature-grid span {
  color: var(--city-accent);
}

.city-story-section {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(320px, 1fr);
  gap: clamp(24px, 5vw, 72px);
  padding: clamp(54px, 7vw, 100px) clamp(18px, 4vw, 64px);
  color: #ffffff;
  background:
    radial-gradient(circle at 82% 16%, color-mix(in srgb, var(--city-accent-2) 42%, transparent), transparent 30%),
    linear-gradient(135deg, var(--city-dark), color-mix(in srgb, var(--city-accent) 48%, var(--city-dark)));
}

.city-story-section .eyebrow,
.city-story-section p {
  color: rgba(255, 255, 255, 0.78);
}

.city-story-section h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.2rem, 5vw, 4.8rem);
  line-height: 1.02;
}

.city-story-copy {
  display: grid;
  gap: 18px;
  font-size: 1.06rem;
}

.city-phone-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr 0.9fr;
  gap: 18px;
  align-items: stretch;
  padding: clamp(50px, 6vw, 86px) clamp(18px, 4vw, 64px);
}

.city-phone-card {
  border: 1px solid color-mix(in srgb, var(--city-accent) 20%, #ffffff);
  border-radius: 24px;
  padding: 26px;
  background: #ffffff;
  box-shadow: 0 22px 55px rgba(51, 32, 74, 0.1);
}

.city-phone-card > span {
  color: var(--city-accent);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.city-phone-card h3 {
  margin: 12px 0;
  font-size: clamp(1.45rem, 3vw, 2.35rem);
  line-height: 1.08;
}

.search-preview ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 18px 0 22px;
  padding: 0;
  list-style: none;
}

.search-preview li {
  border-radius: 12px;
  padding: 9px 10px;
  background: var(--city-soft);
  color: var(--city-dark);
  font-weight: 750;
}

.search-preview li::before {
  content: "✓";
  margin-right: 8px;
  color: var(--city-accent);
}

.search-preview button {
  width: 100%;
  border: 0;
  border-radius: 999px;
  padding: 13px 16px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--city-accent), var(--city-accent-2));
  font: inherit;
  font-weight: 850;
}

.city-phone-card p {
  color: var(--muted);
}

.list-preview {
  transform: translateY(28px);
}

.chat-preview {
  transform: translateY(-18px);
}

.city-more-links {
  background: var(--city-soft);
}

.city-more-links a {
  border-color: color-mix(in srgb, var(--city-accent) 24%, #ffffff);
  color: var(--city-dark);
}

.city-more-links a:hover {
  background: linear-gradient(135deg, var(--city-accent), var(--city-accent-2));
}

@media (max-width: 980px) {
  .city-app-strip,
  .city-phone-section {
    grid-template-columns: 1fr 1fr;
  }

  .city-story-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .city-app-strip,
  .city-phone-section {
    grid-template-columns: 1fr;
  }

  .city-visual-card,
  .list-preview,
  .chat-preview {
    transform: none;
  }
}


/* City real photo refresh */
.city-theme.nyc { --story-grad: linear-gradient(135deg, #18112d 0%, #ea3f9d 48%, #27b7e8 100%); }
.city-theme.la { --story-grad: linear-gradient(135deg, #2a1238 0%, #ff6f4f 45%, #b35cff 100%); }
.city-theme.london { --story-grad: linear-gradient(135deg, #0f2348 0%, #4766ff 45%, #e94b88 100%); }
.city-theme.toronto { --story-grad: linear-gradient(135deg, #123344 0%, #06b6d4 45%, #ef476f 100%); }
.city-theme.sf { --story-grad: linear-gradient(135deg, #173038 0%, #2dd4bf 42%, #ff4d9d 100%); }
.city-theme.berlin { --story-grad: linear-gradient(135deg, #15101c 0%, #d946ef 44%, #38bdf8 100%); }
.city-theme.amsterdam { --story-grad: linear-gradient(135deg, #163824 0%, #22c55e 38%, #ff6b9d 100%); }
.city-theme.sydney { --story-grad: linear-gradient(135deg, #10243d 0%, #0ea5e9 40%, #fb5aa8 100%); }
.city-theme.chicago { --story-grad: linear-gradient(135deg, #1b2448 0%, #38bdf8 43%, #f43f8f 100%); }
.city-theme.manchester { --story-grad: linear-gradient(135deg, #261331 0%, #ec4899 42%, #60a5fa 100%); }

.city-photo-page .city-story-section {
  background: radial-gradient(circle at 84% 12%, rgba(255, 255, 255, 0.34), transparent 24%), var(--story-grad);
}

.city-photo-card {
  background: var(--city-dark);
  transform: rotate(0.8deg);
}

.city-photo-card img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.03);
}

.city-photo-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 48%, rgba(20, 10, 30, 0.7));
  pointer-events: none;
}

.city-photo-card figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  border-radius: 18px;
  padding: 12px 14px;
  color: #ffffff;
  background: rgba(20, 10, 30, 0.52);
  font-weight: 850;
  backdrop-filter: blur(14px);
}

.city-photo-page .city-feature-grid article:nth-child(1) {
  background: linear-gradient(180deg, rgba(255,255,255,0.92), color-mix(in srgb, var(--city-accent) 13%, #ffffff));
}

.city-photo-page .city-feature-grid article:nth-child(2) {
  background: linear-gradient(180deg, rgba(255,255,255,0.92), color-mix(in srgb, var(--city-accent-2) 13%, #ffffff));
}

.city-photo-page .city-feature-grid article:nth-child(3) {
  background: linear-gradient(180deg, rgba(255,255,255,0.92), color-mix(in srgb, var(--city-accent) 8%, var(--city-soft)));
}

/* City trans-themed hero composites */
.city-photo-card img[src*="city-trans-heroes"] {
  filter: saturate(1.12) contrast(1.04);
}

.city-photo-card:has(img[src*="city-trans-heroes"])::after {
  background: linear-gradient(180deg, rgba(20, 10, 30, 0.03) 28%, rgba(20, 10, 30, 0.18) 100%);
}

/* City real transgender/gender-diverse photo refresh */
.city-real-page .city-photo-card {
  transform: rotate(0.5deg);
}

.city-real-page .city-photo-card::after {
  background: linear-gradient(180deg, rgba(20, 10, 30, 0.02) 42%, rgba(20, 10, 30, 0.16) 100%);
}

.city-real-page .city-photo-card figcaption {
  display: none;
}

.city-real-page .city-photo-card img {
  filter: saturate(1.06) contrast(1.02);
}

/* Local city page variety */
.city-zones-section {
  padding: clamp(50px, 7vw, 96px) clamp(18px, 4vw, 64px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.72), var(--city-soft));
}

.city-zones-section .section-heading {
  max-width: 920px;
  margin-bottom: 28px;
}

.city-zones-section .section-heading h2 {
  margin: 0 0 12px;
  font-size: clamp(2rem, 5vw, 4.8rem);
  line-height: 1.02;
}

.city-zones-section .section-heading p {
  max-width: 720px;
  color: var(--muted);
  font-size: 1.05rem;
}

.city-zone-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.city-zone-grid article {
  min-height: 190px;
  border: 1px solid color-mix(in srgb, var(--city-accent) 20%, #ffffff);
  border-radius: 22px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 16px 42px rgba(51, 32, 74, 0.08);
}

.city-zone-grid h3 {
  margin: 0 0 10px;
  font-size: 1.25rem;
}

.city-zone-grid p {
  margin: 0;
  color: var(--muted);
}

.city-layout-sunset .city-zones-section,
.city-layout-night .city-zones-section {
  color: #ffffff;
  background: radial-gradient(circle at 82% 12%, rgba(255,255,255,0.24), transparent 24%), var(--story-grad);
}

.city-layout-sunset .city-zones-section p,
.city-layout-night .city-zones-section p,
.city-layout-sunset .city-zone-grid p,
.city-layout-night .city-zone-grid p {
  color: rgba(255,255,255,0.78);
}

.city-layout-sunset .city-zone-grid article,
.city-layout-night .city-zone-grid article {
  border-color: rgba(255,255,255,0.24);
  background: rgba(255,255,255,0.11);
  backdrop-filter: blur(14px);
}

.city-layout-editorial .city-feature-grid {
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
}

.city-layout-editorial .city-feature-grid article:first-child {
  grid-row: span 2;
  min-height: 420px;
}

.city-layout-community .city-app-strip {
  border-radius: 8px;
}

.city-layout-privacy .city-story-section {
  border-top: 10px solid color-mix(in srgb, var(--city-accent-2) 56%, #ffffff);
}

.city-layout-night .city-phone-section .city-phone-card,
.city-layout-music .city-phone-section .city-phone-card {
  background: linear-gradient(180deg, #ffffff, color-mix(in srgb, var(--city-accent) 10%, #ffffff));
}

.city-layout-calm .city-zone-grid article,
.city-layout-bright .city-zone-grid article {
  border-radius: 999px;
  min-height: 150px;
  text-align: center;
}

.city-layout-neighborhood .city-zone-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.city-layout-neighborhood .city-zone-grid article {
  min-height: 150px;
}

.city-layout-metro .city-app-strip,
.city-layout-neighborhood .city-app-strip {
  transform: translateY(-20px);
}

.city-layout-privacy .city-app-strip {
  opacity: 0.98;
}

.city-toolkit-sunset,
.city-toolkit-night,
.city-toolkit-music {
  align-items: center;
}

.city-toolkit-sunset .city-phone-card:nth-child(2),
.city-toolkit-night .city-phone-card:nth-child(2),
.city-toolkit-music .city-phone-card:nth-child(2) {
  transform: translateY(-18px) rotate(-1deg);
}

.city-toolkit-calm .city-phone-card,
.city-toolkit-privacy .city-phone-card {
  box-shadow: none;
}

@media (max-width: 980px) {
  .city-zone-grid,
  .city-layout-editorial .city-feature-grid,
  .city-layout-neighborhood .city-zone-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .city-layout-editorial .city-feature-grid article:first-child {
    grid-row: auto;
    min-height: auto;
  }
}

@media (max-width: 640px) {
  .city-zone-grid,
  .city-layout-editorial .city-feature-grid,
  .city-layout-neighborhood .city-zone-grid {
    grid-template-columns: 1fr;
  }

  .city-layout-calm .city-zone-grid article,
  .city-layout-bright .city-zone-grid article {
    border-radius: 22px;
  }

  .city-layout-metro .city-app-strip,
  .city-layout-neighborhood .city-app-strip,
  .city-toolkit-sunset .city-phone-card:nth-child(2),
  .city-toolkit-night .city-phone-card:nth-child(2),
  .city-toolkit-music .city-phone-card:nth-child(2) {
    transform: none;
  }
}

/* Extra city SEO depth */
.city-depth-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: start;
  padding: clamp(54px, 7vw, 96px) clamp(18px, 4vw, 64px);
  background: #ffffff;
}

.city-depth-copy h2 {
  margin: 0 0 18px;
  font-size: clamp(2rem, 4.5vw, 4.2rem);
  line-height: 1.04;
}

.city-depth-copy p:not(.eyebrow),
.city-depth-tips p {
  color: var(--muted);
}

.city-depth-copy p:not(.eyebrow) {
  max-width: 760px;
  font-size: 1.05rem;
}

.city-depth-tips {
  display: grid;
  gap: 14px;
}

.city-depth-tips article {
  border: 1px solid color-mix(in srgb, var(--city-accent) 18%, #ffffff);
  border-radius: 20px;
  padding: 20px;
  background: linear-gradient(180deg, rgba(255,255,255,0.94), color-mix(in srgb, var(--city-soft) 74%, #ffffff));
  box-shadow: 0 16px 36px rgba(51, 32, 74, 0.07);
}

.city-depth-tips h3 {
  margin: 0 0 8px;
  font-size: 1.16rem;
}

.city-depth-tips p {
  margin: 0;
}

.city-layout-night .city-depth-section,
.city-layout-sunset .city-depth-section {
  background: color-mix(in srgb, var(--city-dark) 8%, #ffffff);
}

@media (max-width: 920px) {
  .city-depth-section {
    grid-template-columns: 1fr;
  }
}


/* Homepage app download CTA */
.app-download-section {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(22px, 4vw, 48px);
  padding: clamp(54px, 8vw, 96px) clamp(18px, 4vw, 64px);
  color: var(--ink);
  background:
    radial-gradient(circle at 18% 22%, rgba(91, 196, 238, 0.28), transparent 32%),
    radial-gradient(circle at 86% 18%, rgba(247, 166, 207, 0.34), transparent 34%),
    linear-gradient(115deg, #f7fcff 0%, #fff4fb 48%, #f7f1ff 100%);
}

.app-download-section h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(2.3rem, 5.4vw, 4.6rem);
  line-height: 0.96;
  text-transform: uppercase;
}

.store-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}

.store-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 205px;
  min-height: 66px;
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 10px;
  padding: 9px 18px;
  color: #ffffff;
  background: #050505;
  box-shadow: 0 18px 35px rgba(31, 18, 56, 0.26);
  font-size: 1.48rem;
  font-weight: 850;
  line-height: 1;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.store-badge:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 44px rgba(31, 18, 56, 0.34);
}

.store-badge-image {
  min-width: 0;
  min-height: 0;
  border: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.store-badge-image:hover {
  box-shadow: none;
}

.store-badge-image img {
  display: block;
  height: 58px;
  width: auto;
  object-fit: contain;
}

.play-store-badge img {
  height: 70px;
  margin: -6px 0;
}

.store-badge small {
  display: block;
  margin-bottom: 3px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.68rem;
  font-weight: 650;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}


@media (max-width: 780px) {
  .app-download-section {
    flex-direction: column;
    text-align: center;
  }

  .store-badge {
    min-width: 196px;
  }
}

@media (max-width: 760px) {
  .hero {
    min-height: calc(100vh - 68px);
    padding-top: 118px;
    padding-bottom: 34px;
    background-position: center 35%;
  }

  .hero::after {
    display: none;
  }

  .hero-copy::before {
    inset: -24px -18px;
    border-radius: 14px;
    background: rgba(13, 7, 22, 0.22);
  }
}

@media (max-width: 760px) {
  .intro-band {
    min-height: 620px;
    align-items: end;
    background-position: center 38%;
  }
}


/* City landing page added transgender content */
.city-extra-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: clamp(24px, 4vw, 54px);
  align-items: stretch;
  padding: clamp(48px, 7vw, 88px) clamp(18px, 4vw, 64px);
  background:
    radial-gradient(circle at 12% 16%, color-mix(in srgb, var(--city-accent) 18%, transparent), transparent 28%),
    radial-gradient(circle at 92% 22%, color-mix(in srgb, var(--city-accent-2) 18%, transparent), transparent 30%),
    linear-gradient(135deg, #ffffff 0%, color-mix(in srgb, var(--city-soft) 82%, #ffffff) 100%);
}

.city-extra-copy h2 {
  margin: 0;
  color: var(--city-dark);
  font-size: clamp(2rem, 3.9vw, 4rem);
  line-height: 1.02;
}

.city-extra-copy p:not(.eyebrow) {
  max-width: 76ch;
  margin: 18px 0 0;
  color: color-mix(in srgb, var(--city-dark) 72%, #ffffff);
  font-size: clamp(1rem, 1.35vw, 1.16rem);
}

.city-extra-list {
  display: grid;
  gap: 16px;
}

.city-extra-list article {
  border: 1px solid color-mix(in srgb, var(--city-accent) 22%, #ffffff);
  border-radius: 8px;
  padding: clamp(20px, 2.4vw, 28px);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 42px color-mix(in srgb, var(--city-dark) 10%, transparent);
}

.city-extra-list h3 {
  margin: 0 0 8px;
  color: var(--city-dark);
}

.city-extra-list p {
  margin: 0;
  color: color-mix(in srgb, var(--city-dark) 68%, #ffffff);
}

.city-layout-night .city-extra-section,
.city-layout-sunset .city-extra-section {
  background: radial-gradient(circle at 84% 14%, color-mix(in srgb, var(--city-accent-2) 24%, transparent), transparent 28%), var(--city-soft);
}

@media (max-width: 880px) {
  .city-extra-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .split-section {
    min-height: 620px;
    background-position: center 34%;
  }
}


/* Direct floral background readability */
.feature-grid .section-heading h2,
.audience-section .section-heading h2,
.cta-section h2 {
  text-shadow: 0 2px 14px rgba(255, 255, 255, 0.65);
}

.cta-section p {
  text-shadow: 0 1px 10px rgba(255, 255, 255, 0.72);
}


/* Floral section white text treatment */
.feature-grid,
.audience-section,
.cta-section {
  color: #ffffff;
}

.feature-grid .section-heading h2,
.audience-section .section-heading h2,
.cta-section h2,
.feature-card h3,
.audience-grid h3,
.feature-card p,
.audience-grid p,
.cta-section p,
.cta-section .eyebrow,
.feature-grid .icon {
  color: #ffffff;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.38);
}

.feature-card,
.audience-grid article,
.feature-card:nth-of-type(1),
.feature-card:nth-of-type(2),
.feature-card:nth-of-type(3),
.feature-card:nth-of-type(4),
.audience-grid article:nth-child(1),
.audience-grid article:nth-child(2),
.audience-grid article:nth-child(3),
.audience-grid article:nth-child(4) {
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(26, 16, 36, 0.46);
  box-shadow: 0 18px 42px rgba(20, 10, 30, 0.18);
  backdrop-filter: blur(4px);
}

.cta-section .button.primary {
  box-shadow: 0 16px 34px rgba(20, 10, 30, 0.28);
}


#city-dating {
  scroll-margin-top: 96px;
}


.footer-anchor {
  display: block;
  position: relative;
  top: -96px;
  visibility: hidden;
}


.footer-social {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 14px;
  padding-top: 24px;
  border-top: 1px solid rgba(106, 92, 126, 0.16);
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 750;
}

.footer-social span {
  color: var(--ink);
  font-weight: 850;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  border: 1px solid rgba(99, 55, 166, 0.16);
  border-radius: 999px;
  padding: 8px 14px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 10px 26px rgba(72, 34, 92, 0.08);
}

.footer-social a:hover {
  color: var(--violet);
  border-color: rgba(99, 55, 166, 0.32);
  background: #fff;
}


.blog-intro-strip {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 0.58fr);
  gap: clamp(22px, 4vw, 54px);
  align-items: center;
  width: min(1280px, 100%);
  margin: 0 auto clamp(30px, 5vw, 58px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 24px;
  padding: clamp(24px, 4vw, 44px);
  background:
    radial-gradient(circle at 5% 0, rgba(255, 43, 194, 0.22), transparent 34%),
    linear-gradient(135deg, rgba(38, 92, 255, 0.24), rgba(16, 24, 39, 0.92));
  box-shadow: 0 28px 90px rgba(129, 52, 255, 0.18);
}

.blog-intro-strip span,
.blog-publish-framework p {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 14px;
  border-radius: 999px;
  padding: 8px 12px;
  color: #ffffff;
  background: linear-gradient(135deg, #265cff, #ff2bc2);
  font-size: 0.82rem;
  font-weight: 900;
}

.blog-intro-strip strong {
  display: block;
  color: #ffffff;
  font-size: clamp(1.35rem, 2.2vw, 2.25rem);
  line-height: 1.22;
}

.blog-intro-strip p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1rem;
  line-height: 1.75;
}

.blog-publish-framework {
  display: grid;
  grid-template-columns: minmax(260px, 0.44fr) minmax(0, 0.56fr);
  gap: clamp(24px, 5vw, 62px);
  width: min(1280px, 100%);
  margin: clamp(34px, 6vw, 74px) auto 0;
  border-radius: 24px;
  padding: clamp(26px, 4vw, 46px);
  color: #ffffff;
  background:
    radial-gradient(circle at 100% 0, rgba(255, 43, 194, 0.2), transparent 32%),
    linear-gradient(135deg, #111a2c, #1b1231);
  box-shadow: 0 26px 86px rgba(0, 0, 0, 0.34);
}

.blog-publish-framework h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.6rem, 2.6vw, 2.8rem);
  line-height: 1.18;
}

.blog-publish-framework ul {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog-publish-framework li {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  padding: 16px 18px;
  color: rgba(255, 255, 255, 0.74);
  background: rgba(255, 255, 255, 0.06);
  line-height: 1.6;
}

.blog-publish-framework strong {
  color: #ffffff;
}

.blog-publish-framework code {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: 2px 6px;
}

@media (max-width: 860px) {
  .blog-intro-strip,
  .blog-publish-framework {
    grid-template-columns: 1fr;
  }
}


.city-keyword-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 0.58fr);
  gap: clamp(24px, 5vw, 64px);
  width: min(1180px, calc(100% - 36px));
  margin: clamp(36px, 7vw, 84px) auto;
  border: 1px solid rgba(99, 55, 166, 0.14);
  border-radius: 28px;
  padding: clamp(26px, 4vw, 48px);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 28px 80px rgba(72, 34, 92, 0.1);
}

.city-keyword-section h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.75rem, 3.2vw, 3rem);
  line-height: 1.12;
}

.city-keyword-copy {
  display: grid;
  gap: 16px;
}

.city-keyword-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.78;
}

@media (max-width: 860px) {
  .city-keyword-section {
    grid-template-columns: 1fr;
  }
}


.keyword-support-note {
  margin-top: 28px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  padding: clamp(20px, 3vw, 30px);
  background: linear-gradient(135deg, rgba(38, 92, 255, 0.14), rgba(255, 43, 194, 0.12));
}

.keyword-support-note h2 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
}

.keyword-support-note p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.78;
}


.qa-blog-content .qa-block h2 {
  color: #ffffff;
}

.qa-blog-content .qa-block p + p {
  margin-top: 12px;
}

.qa-blog-content strong {
  color: #ffffff;
}
