@charset "UTF-8";

body.page-template-page-city-guide {
  background: #fff;
  color: #1f273d;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
}

.cityGuide,
.cityGuide * {
  box-sizing: border-box;
}

.cityGuide {
  overflow: hidden;
  background:
    linear-gradient(180deg, #fff 0%, #fff 48%, #fff8fa 100%);
}

.cityGuide > .cityHeroFull,
.cityGuide > .citySection {
  display: none !important;
}

.cityLp {
  --lp-pink: #f75d82;
  --lp-pink-2: #ff91a7;
  --lp-deep: #ef4169;
  --lp-green: #22bd58;
  --lp-blue: #2684d9;
  --lp-yellow: #ffd66d;
  --lp-ink: #18233b;
  --lp-text: #2d3850;
  --lp-muted: #657087;
  --lp-line: rgba(245, 92, 125, 0.24);
  --lp-soft: #fff5f7;
  --lp-sky: #eef8ff;
  --lp-shadow: 0 12px 28px rgba(245, 92, 125, 0.1);
  color: var(--lp-text);
  letter-spacing: -0.035em;
}

.cityLpShell {
  width: min(100% - 56px, 1160px);
  margin: 0 auto;
}

.cityLpHero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 76% 18%, rgba(255, 255, 255, 0.72) 0 13%, transparent 34%),
    linear-gradient(90deg, #fff 0%, #fff7f9 40%, #dff5ff 100%);
}

.cityLpHero__bg {
  position: absolute;
  inset: 0;
  background-position: right center;
  background-size: cover;
  opacity: 0.18;
  filter: saturate(1.08);
}

.cityLpHero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.98) 0%, rgba(255,255,255,0.88) 44%, rgba(255,255,255,0.08) 76%),
    linear-gradient(180deg, rgba(255,255,255,0) 78%, #fff 100%);
  pointer-events: none;
}

.cityLpHero::after {
  content: "♡";
  position: absolute;
  right: 4vw;
  top: 70px;
  color: rgba(245, 92, 125, 0.6);
  font-size: 32px;
  transform: rotate(18deg);
}

.cityLpHero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.93fr) minmax(390px, 0.9fr);
  gap: 34px;
  align-items: end;
  width: min(100% - 56px, 1160px);
  min-height: 560px;
  margin: 0 auto;
  padding: 54px 0 34px;
}

.cityLpHero__script {
  margin: 0 0 10px;
  color: var(--lp-pink);
  font-family: "Times New Roman", serif;
  font-size: clamp(24px, 2.6vw, 38px);
  font-style: italic;
  line-height: 1;
}

.cityLpHero h1 {
  margin: 0;
  color: var(--lp-ink);
  font-size: clamp(48px, 5.2vw, 82px);
  font-weight: 900;
  line-height: 1.12;
}

.cityLpHero h1 span {
  color: var(--lp-pink);
}

.cityLpHero__ribbon {
  display: inline-flex;
  align-items: center;
  margin: 20px 0 0;
  padding: 9px 30px;
  background: linear-gradient(90deg, var(--lp-pink), var(--lp-deep));
  color: #fff;
  font-size: clamp(17px, 1.6vw, 24px);
  font-weight: 900;
  line-height: 1.25;
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 50%, calc(100% - 20px) 100%, 0 100%, 12px 50%);
  box-shadow: 0 12px 24px rgba(245, 92, 125, 0.18);
}

.cityLpHero__lead {
  margin: 12px 0 0;
  color: var(--lp-ink);
  font-size: clamp(18px, 1.7vw, 24px);
  font-weight: 900;
  line-height: 1.55;
}

.cityLpHero__features {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  max-width: 720px;
  margin-top: 28px;
}

.cityLpHero__features article {
  min-height: 110px;
  padding: 16px 12px;
  border: 1px solid var(--lp-line);
  border-radius: 14px;
  background: rgba(255,255,255,0.95);
  box-shadow: 0 12px 24px rgba(35, 62, 90, 0.08);
  text-align: center;
}

.cityLpHero__features span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin: 0 auto;
  border-radius: 13px;
  background: #f2fdff;
  color: var(--lp-pink);
  font-size: 20px;
  line-height: 1;
}

.cityLpHero__features strong {
  display: block;
  margin-top: 6px;
  color: var(--lp-ink);
  font-size: 12.5px;
  font-weight: 900;
  line-height: 1.38;
}

.cityLpHero__features small {
  display: block;
  margin-top: 3px;
  color: var(--lp-muted);
  font-size: 9.5px;
  font-weight: 800;
  line-height: 1.45;
}

.cityLpHero__actions,
.cityLpContact .cityLpShell {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.cityLpHero__actions {
  margin-top: 24px;
}

.cityLpBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 36px;
  border-radius: 999px;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 14px 28px rgba(245,92,125,0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cityLpBtn:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(245,92,125,0.28);
}

.cityLpBtn::after {
  content: ">";
  margin-left: 18px;
  font-size: 16px;
  line-height: 1;
}

.cityLpBtn--pink {
  background: linear-gradient(135deg, var(--lp-pink-2), var(--lp-deep));
}

.cityLpBtn--green {
  background: linear-gradient(135deg, #42d76c, var(--lp-green));
  box-shadow: 0 14px 28px rgba(34,189,88,0.22);
}

.cityLpHero__note {
  margin: 10px 0 0;
  color: var(--lp-muted);
  font-size: 11px;
  font-weight: 800;
}

.cityLpHero__visual {
  position: relative;
  align-self: stretch;
  min-height: 486px;
  border-radius: 30px 30px 0 0;
  overflow: hidden;
}

.cityLpHero__visual::before {
  content: "";
  position: absolute;
  right: 10%;
  bottom: 0;
  width: min(78%, 470px);
  height: 86%;
  border: 1px solid rgba(255,255,255,0.7);
  border-radius: 32px 32px 0 0;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.1), rgba(255,255,255,0.42)),
    radial-gradient(circle at 50% 16%, rgba(255,255,255,0.58), transparent 34%);
  box-shadow: 0 20px 45px rgba(38,132,217,0.12);
}

.cityLpHero__visual img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  opacity: 0.92;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 18%, #000 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 18%, #000 100%);
}

.cityLpHero__badge {
  position: absolute;
  right: 10px;
  bottom: 88px;
  display: grid;
  place-items: center;
  width: 162px;
  height: 162px;
  border: 5px solid rgba(255,255,255,0.94);
  border-radius: 50%;
  background: rgba(255,255,255,0.9);
  color: var(--lp-pink);
  text-align: center;
  box-shadow: 0 14px 34px rgba(245,92,125,0.16);
}

.cityLpHero__badge small,
.cityLpHero__badge span {
  display: block;
  font-weight: 900;
}

.cityLpHero__badge small {
  font-size: 12px;
}

.cityLpHero__badge strong {
  display: block;
  color: var(--lp-ink);
  font-size: 24px;
  font-weight: 900;
  line-height: 1.08;
}

.cityLpRecommend,
.cityLpSection {
  padding: 20px 0;
}

.cityLpRecommend {
  background:
    radial-gradient(circle at 50% 8%, rgba(255, 211, 220, 0.38), transparent 28%),
    #fff;
}

.cityLpRecommend .cityLpShell,
.cityLpSection .cityLpShell {
  padding: 22px;
  border: 1px solid var(--lp-line);
  border-radius: 18px;
  background: rgba(255,255,255,0.98);
  box-shadow: 0 10px 30px rgba(245, 92, 125, 0.06);
}

.cityLpRecommend .cityLpShell {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.cityLpRecommend h2,
.cityLpTitle {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: center;
  margin: 0 0 20px;
  color: var(--lp-ink);
  font-size: clamp(22px, 2.1vw, 31px);
  font-weight: 900;
  line-height: 1.32;
  text-align: center;
}

.cityLpTitle::before,
.cityLpTitle::after,
.cityLpRecommend h2::before,
.cityLpRecommend h2::after {
  content: "";
  width: min(105px, 12vw);
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--lp-pink), transparent);
}

.cityLpTitle span {
  font-size: 13px;
  color: var(--lp-muted);
}

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

.cityLpRecommend__grid article,
.cityLpRecommend__grid aside,
.cityLpCharm article,
.cityLpCompare article,
.cityLpCompare aside,
.cityLpSchools article,
.cityLpStories__grid article,
.cityLpReasons article,
.cityLpReasons aside,
.cityLpPriceCard,
.cityLpIncome {
  border: 1px solid var(--lp-line);
  border-radius: 14px;
  background: #fff;
  box-shadow: none;
}

.cityLpRecommend__grid article {
  position: relative;
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 92px;
  padding: 14px 16px;
  border: 0;
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 245, 248, 0.96) 0%, rgba(246, 253, 249, 0.88) 100%);
  box-shadow: 0 10px 24px rgba(245, 92, 125, 0.08);
  overflow: hidden;
}

.cityLpRecommend__grid article::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: var(--lp-pink);
}

.cityLpRecommend__grid article::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 12px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.52);
}

.cityLpRecommend__grid article:nth-child(1) {
  background: linear-gradient(135deg, #fff2f6 0%, #ffe8ef 100%);
}

.cityLpRecommend__grid article:nth-child(2) {
  background: linear-gradient(135deg, #fff8ed 0%, #fff0cc 100%);
}

.cityLpRecommend__grid article:nth-child(3) {
  background: linear-gradient(135deg, #f1fff8 0%, #e4f8ee 100%);
}

.cityLpRecommend__grid article:nth-child(4) {
  background: linear-gradient(135deg, #f1f8ff 0%, #e7f3ff 100%);
}

.cityLpRecommend__grid article:nth-child(2)::before {
  background: #f5a83b;
}

.cityLpRecommend__grid article:nth-child(3)::before {
  background: #49bf78;
}

.cityLpRecommend__grid article:nth-child(4)::before {
  background: #5ca8e8;
}

.cityLpRecommend__grid article span {
  display: none;
}

.cityLpRecommend__grid article h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--lp-ink);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.55;
  letter-spacing: -0.02em;
}

.cityLpRecommend__grid article img {
  position: relative;
  z-index: 1;
  width: 74px;
  height: 58px;
  border: 3px solid rgba(255, 255, 255, 0.78);
  border-radius: 15px;
  object-fit: cover;
  box-shadow: 0 8px 16px rgba(24, 35, 59, 0.08);
}

.cityLpRecommend__grid aside {
  display: grid;
  place-items: center;
  padding: 16px;
  background: linear-gradient(180deg, #fff8fa, #fff);
  text-align: center;
}

.cityLpRecommend__grid aside p {
  margin: 0;
  color: var(--lp-pink);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.55;
}

.cityLpRecommend__grid aside a,
.cityLpCenterBtn,
.cityLpIncome a,
.cityLpCompare aside a,
.cityLpReasons aside a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 20px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--lp-pink-2), var(--lp-deep));
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

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

.cityLpCharm article {
  overflow: hidden;
}

.cityLpCharm img {
  display: block;
  width: 100%;
  height: 140px;
  object-fit: cover;
}

.cityLpCharm h3,
.cityLpSchools h3 {
  margin: 13px 13px 7px;
  color: var(--lp-ink);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.45;
}

.cityLpCharm p,
.cityLpSchools p {
  margin: 0 13px 15px;
  color: var(--lp-text);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.7;
}

.cityLpPrice .cityLpShell {
  background: linear-gradient(180deg, #fff, #fff8fa);
}

.cityLpPrice__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  align-items: stretch;
}

.cityLpPrice__estimate,
.cityLpValue {
  border: 1px solid var(--lp-line);
  border-radius: 18px;
  background: #fff;
  padding: 18px;
}

.cityLpPrice__estimate .cityLpTitle {
  margin-bottom: 8px;
  font-size: clamp(28px, 3vw, 42px);
}

.cityLpPrice__caption {
  margin: 0 0 16px;
  color: var(--lp-muted);
  font-size: 11px;
  font-weight: 800;
  text-align: center;
}

.cityLpPrice__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border: 1px solid var(--lp-line);
  border-radius: 16px;
  overflow: hidden;
}

.cityLpPriceCard {
  border: 0;
  border-radius: 0;
  padding: 0 22px 20px;
}

.cityLpPriceCard + .cityLpPriceCard {
  border-left: 1px solid var(--lp-line);
}

.cityLpPriceCard h3 {
  margin: 0 -22px 18px;
  padding: 12px;
  background: #fff6f8;
  color: var(--lp-ink);
  font-size: 16px;
  font-weight: 900;
  text-align: center;
}

.cityLpPriceCard strong {
  display: block;
  color: var(--lp-deep);
  font-size: clamp(32px, 3.5vw, 50px);
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
  white-space: nowrap;
}

.cityLpPriceCard ul,
.cityLpCompare ul {
  display: grid;
  gap: 5px;
  margin: 13px 0 0;
  padding: 0;
  list-style: none;
}

.cityLpPriceCard li,
.cityLpCompare li {
  color: var(--lp-text);
  font-size: 13px;
  font-weight: 800;
}

.cityLpPriceCard li::before,
.cityLpCompare li::before {
  content: "✓";
  margin-right: 6px;
  color: var(--lp-pink);
  font-weight: 900;
}

.cityLpIncome {
  display: grid;
  align-content: center;
  margin-top: 14px;
  padding: 14px;
  border-color: transparent;
  background: #fff2c5;
  text-align: center;
}

.cityLpIncome h3,
.cityLpCompare aside p,
.cityLpReasons aside strong {
  margin: 0;
  color: var(--lp-deep);
  font-size: 18px;
  font-weight: 900;
}

.cityLpIncome strong {
  margin-top: 6px;
  color: var(--lp-deep);
  font-size: 26px;
  font-weight: 900;
}

.cityLpIncome p,
.cityLpCompare aside strong,
.cityLpReasons aside p {
  margin: 8px 0 15px;
  color: var(--lp-text);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.7;
}

.cityLpValue {
  position: relative;
  overflow: hidden;
  border: 4px solid #ff304f;
  border-radius: 22px;
  background:
    radial-gradient(circle at 97% 7%, rgba(122, 215, 226, 0.24), transparent 14%),
    #fff;
  box-shadow: 0 0 0 1px rgba(255, 48, 79, 0.08), 0 12px 28px rgba(255, 48, 79, 0.08);
}

.cityLpValue::before {
  content: "";
  position: absolute;
  right: 22px;
  top: 16px;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, transparent 42%, rgba(90, 185, 205, 0.28) 43% 45%, transparent 46%),
    linear-gradient(135deg, transparent 45%, rgba(245, 92, 125, 0.38) 46% 50%, transparent 51%),
    radial-gradient(circle at 50% 50%, rgba(116, 214, 224, 0.42), rgba(116, 214, 224, 0.12));
  opacity: 0.75;
}

.cityLpValue::after {
  content: "";
  position: absolute;
  left: 18px;
  top: 48px;
  width: 52px;
  height: 36px;
  border-top: 4px solid rgba(245, 92, 125, 0.22);
  border-left: 4px solid rgba(245, 92, 125, 0.16);
  transform: rotate(35deg);
  opacity: 0.9;
}

.cityLpValue h2 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--lp-deep);
  padding-inline: 84px;
  font-size: clamp(28px, 3.2vw, 46px);
  font-weight: 900;
  line-height: 1.35;
  text-align: center;
}

.cityLpValue h2 span,
.cityLpValue h2 strong {
  color: var(--lp-ink);
}

.cityLpValue h2:not(:empty) {
  letter-spacing: -0.045em;
}

.cityLpValue > p {
  position: relative;
  z-index: 1;
  display: table;
  margin: 10px auto 24px;
  padding: 7px 22px;
  border-radius: 7px;
  background: linear-gradient(180deg, #fff48d, #ffe46d);
  color: var(--lp-ink);
  font-size: clamp(16px, 1.8vw, 22px);
  font-weight: 900;
  box-shadow: 0 7px 16px rgba(255, 210, 61, 0.22);
}

.cityLpValue__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.cityLpValue article {
  display: grid;
  grid-template-rows: auto auto auto auto 1fr auto;
  gap: 9px;
  min-height: 300px;
  padding: 0 18px 18px;
  border: 2px solid #e9edf2;
  border-radius: 16px;
  background: #fff;
  text-align: center;
  overflow: hidden;
}

.cityLpValue__card--1 {
  border-color: #ffc4d2;
  background: linear-gradient(180deg, #fff5f8, #fff);
}

.cityLpValue__card--2 {
  border-color: #f4dfaf;
  background: linear-gradient(180deg, #fffaf0, #fff);
}

.cityLpValue__card--3 {
  border-color: #caedf4;
  background: linear-gradient(180deg, #f4fcff, #fff);
}

.cityLpValue h3 {
  display: grid;
  place-items: center;
  min-height: 58px;
  margin: 0 -18px;
  padding: 12px 10px;
  color: var(--lp-deep);
  font-size: clamp(16px, 1.5vw, 20px);
  font-weight: 900;
  line-height: 1.35;
}

.cityLpValue__card--1 h3 {
  background: #ffd9e2;
}

.cityLpValue__card--2 h3 {
  background: #fff2c5;
  color: #23283a;
}

.cityLpValue__card--3 h3 {
  background: #eef9fc;
  color: #23283a;
}

.cityLpValue small {
  display: block;
  color: var(--lp-text);
  font-size: 13px;
  font-weight: 900;
}

.cityLpValue small::before,
.cityLpValue small::after {
  color: var(--lp-deep);
}

.cityLpValue small::before {
  content: "＼ ";
}

.cityLpValue small::after {
  content: " ／";
}

.cityLpValue__price {
  display: grid;
  place-items: center;
  min-height: 92px;
  padding: 12px 8px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.7);
}

.cityLpValue strong {
  color: var(--lp-deep);
  font-size: clamp(32px, 3vw, 45px);
  font-weight: 900;
  line-height: 1.05;
  white-space: nowrap;
}

.cityLpValue__card--2 strong,
.cityLpValue__card--3 strong {
  color: #202538;
}

.cityLpValue article p {
  margin: 0;
  color: var(--lp-ink);
  display: flex;
  gap: 10px;
  align-items: baseline;
  justify-content: center;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.25;
}

.cityLpValue article p em {
  margin-left: 0;
  color: var(--lp-deep);
  font-size: clamp(22px, 2.1vw, 30px);
  font-style: normal;
}

.cityLpValue__card--2 p em,
.cityLpValue__card--3 p em {
  color: #202538;
}

.cityLpValue ul {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 7px;
  align-items: start;
  margin: 5px 0 0;
  padding: 0;
  list-style: none;
}

.cityLpValue li {
  display: grid;
  gap: 4px;
  justify-items: center;
  color: #202538;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.25;
}

.cityLpValue li::before {
  content: "□";
  display: grid;
  place-items: center;
  width: 28px;
  height: 24px;
  border-radius: 6px;
  color: #50596b;
  font-size: 18px;
}

.cityLpValue article span {
  align-self: end;
  margin-top: 8px;
  padding: 10px 12px;
  border: 2px solid currentColor;
  border-radius: 999px;
  color: var(--lp-deep);
  background: #fff;
  font-size: 13px;
  font-weight: 900;
}

.cityLpValue__card--2 span {
  color: #e59c25;
}

.cityLpValue__card--3 span {
  color: #5aaec0;
}

.cityLpCompare {
  display: grid;
  grid-template-columns: 1.08fr repeat(3, minmax(0, 1fr)) 190px;
  gap: 12px;
}

.cityLpCompare article {
  position: relative;
  overflow: hidden;
}

.cityLpCompare article > span {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  min-width: 104px;
  padding: 8px 13px;
  border-radius: 0 0 13px 0;
  background: #80afe4;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.cityLpCompare article.is-current > span {
  background: linear-gradient(135deg, var(--lp-pink-2), var(--lp-deep));
}

.cityLpCompare img {
  display: block;
  width: 100%;
  height: 122px;
  object-fit: cover;
}

.cityLpCompare .is-current img {
  height: 138px;
}

.cityLpCompare ul {
  padding: 12px;
}

.cityLpCompare aside,
.cityLpReasons aside {
  display: grid;
  place-items: center;
  padding: 16px;
  background: #fff8fa;
  text-align: center;
}

.cityLpSchools {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.cityLpSchools article {
  overflow: hidden;
}

.cityLpSchools a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.cityLpSchools img {
  display: block;
  width: 100%;
  height: 96px;
  object-fit: cover;
}

.cityLpSchools span {
  display: inline-flex;
  margin: 0 13px 14px;
  color: var(--lp-deep);
  font-size: 12px;
  font-weight: 900;
}

.cityLpStories .cityLpShell {
  background: linear-gradient(180deg, #fff, #fff9fb);
}

.cityLpStories__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.cityLpStories__grid article {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 8px;
  align-items: center;
  min-height: 104px;
  padding: 12px 92px 12px 12px;
}

.cityLpStories__grid small {
  display: inline-flex;
  padding: 4px 9px;
  border-radius: 999px;
  background: #eaf5ff;
  color: var(--lp-blue);
  font-size: 10px;
  font-weight: 900;
}

.cityLpStories__grid div:nth-of-type(2) small {
  background: #fff0f4;
  color: var(--lp-deep);
}

.cityLpStories__grid p {
  margin: 6px 0 0;
  color: var(--lp-text);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.55;
}

.cityLpStories__grid article > span {
  color: #ffab2f;
  font-size: 20px;
  font-weight: 900;
}

.cityLpStories__grid img {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 76px;
  height: 76px;
  border-radius: 14px;
  object-fit: cover;
}

.cityLpCenterBtn {
  width: min(100%, 310px);
  margin: 18px auto 0;
}

.cityLpReasons {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)) 1.38fr;
  gap: 12px;
}

.cityLpReasons article {
  display: grid;
  gap: 9px;
  place-items: center;
  min-height: 116px;
  padding: 15px;
  text-align: center;
}

.cityLpReasons article span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: #fff0f4;
  color: var(--lp-pink);
  font-size: 23px;
}

.cityLpReasons article strong {
  color: var(--lp-ink);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.55;
}

.cityLpLimit {
  margin-top: 22px;
  padding: 15px 0;
  background: linear-gradient(90deg, var(--lp-pink-2), var(--lp-deep));
  color: #fff;
  text-align: center;
}

.cityLpLimit strong {
  display: block;
  font-size: clamp(19px, 2.2vw, 28px);
  font-weight: 900;
}

.cityLpLimit span {
  color: #ffed70;
  font-size: 1.18em;
}

.cityLpLimit p {
  margin: 5px 0 0;
  font-size: 13px;
  font-weight: 800;
}

.cityLpContact {
  padding: 24px 0;
  background:
    radial-gradient(circle at 12% 50%, rgba(255,255,255,0.32), transparent 20%),
    linear-gradient(90deg, #ff9eb2, var(--lp-deep));
}

.cityLpContact .cityLpShell {
  justify-content: center;
}

.cityLpContact .cityLpShell > div {
  flex: 1 1 390px;
}

.cityLpContact p,
.cityLpContact h2 {
  margin: 0;
  color: #fff;
}

.cityLpContact p {
  font-size: 16px;
  font-weight: 900;
}

.cityLpContact h2 {
  margin-top: 4px;
  font-size: clamp(21px, 2.3vw, 31px);
  font-weight: 900;
  line-height: 1.36;
}

@media (max-width: 1100px) {
  .cityLpHero__inner {
    grid-template-columns: 1fr;
    align-items: center;
  }

  .cityLpHero__visual {
    min-height: 330px;
  }

  .cityLpHero__features,
  .cityLpCharm,
  .cityLpPrice__layout,
  .cityLpCompare,
  .cityLpSchools,
  .cityLpReasons {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .cityLpValue__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .cityLpRecommend__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .cityLpShell {
    width: min(100% - 24px, 440px);
  }

  .cityLpHero__inner {
    width: min(100% - 24px, 440px);
    min-height: 0;
    padding: 32px 0 22px;
  }

  .cityLpHero h1 {
    font-size: 40px;
  }

  .cityLpHero__lead {
    font-size: 16px;
  }

  .cityLpHero__features {
    display: flex;
    gap: 10px;
    margin-inline: -12px;
    padding: 0 12px 8px;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }

  .cityLpHero__features article {
    flex: 0 0 72%;
    scroll-snap-align: start;
  }

  .cityLpHero__actions,
  .cityLpContact .cityLpShell {
    flex-direction: column;
    align-items: stretch;
  }

  .cityLpBtn {
    width: 100%;
  }

  .cityLpHero__visual {
    min-height: 270px;
    border-radius: 24px;
  }

  .cityLpHero__visual img {
    -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 100%);
    mask-image: linear-gradient(180deg, #000 0%, #000 100%);
  }

  .cityLpHero__badge {
    width: 126px;
    height: 126px;
    right: 12px;
    bottom: 12px;
  }

  .cityLpHero__badge strong {
    font-size: 20px;
  }

  .cityLpRecommend,
  .cityLpSection {
    padding: 14px 0;
  }

  .cityLpRecommend .cityLpShell,
  .cityLpSection .cityLpShell {
    padding: 16px 12px;
    border-radius: 16px;
  }

  .cityLpRecommend h2,
  .cityLpTitle {
    font-size: 22px;
  }

  .cityLpTitle::before,
  .cityLpTitle::after,
  .cityLpRecommend h2::before,
  .cityLpRecommend h2::after {
    display: none;
  }

  .cityLpRecommend__grid,
  .cityLpCharm,
  .cityLpCompare,
  .cityLpSchools,
  .cityLpStories__grid,
  .cityLpReasons {
    display: flex;
    gap: 10px;
    margin-inline: -12px;
    padding: 0 12px 10px;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }

  .cityLpRecommend__grid article,
  .cityLpRecommend__grid aside,
  .cityLpCharm article,
  .cityLpCompare article,
  .cityLpCompare aside,
  .cityLpSchools article,
  .cityLpStories__grid article,
  .cityLpReasons article,
  .cityLpReasons aside {
    flex: 0 0 82%;
    scroll-snap-align: start;
  }

  .cityLpRecommend__grid article {
    grid-template-columns: 70px minmax(0, 1fr);
    min-height: 88px;
  }

  .cityLpRecommend__grid article img {
    width: 70px;
    height: 56px;
  }

  .cityLpRecommend__grid article h3 {
    font-size: 15px;
  }

  .cityLpCharm img,
  .cityLpCompare img,
  .cityLpSchools img {
    height: 124px;
  }

  .cityLpPriceCard strong,
  .cityLpIncome strong {
    font-size: 25px;
  }

  .cityLpPrice__grid,
  .cityLpValue__grid {
    grid-template-columns: 1fr;
  }

  .cityLpValue {
    border-width: 3px;
  }

  .cityLpValue::before,
  .cityLpValue::after {
    opacity: 0.28;
  }

  .cityLpValue h2 {
    padding-inline: 0;
    font-size: 24px;
  }

  .cityLpValue > p {
    font-size: 13px;
    line-height: 1.5;
    text-align: center;
  }

  .cityLpValue article {
    min-height: 0;
  }

  .cityLpPriceCard + .cityLpPriceCard {
    border-top: 1px solid var(--lp-line);
    border-left: 0;
  }

  .cityLpStories__grid article {
    grid-template-columns: 1fr;
    padding: 12px 92px 12px 12px;
  }

  .cityLpLimit {
    margin-top: 14px;
  }
}
