:root {
  --asx-blue: #0b74d1;
  --asx-deep: #052b67;
  --asx-sky: #e9f8ff;
  --asx-cyan: #10b8ce;
  --asx-red: #ff554d;
  --asx-yellow: #ffc928;
  --asx-green: #23b36a;
  --asx-line: #d9e8f5;
  --asx-text: #14315b;
  --asx-muted: #60728f;
}
body {
  background: #f7fbff;
  color: var(--asx-text);
}
body > footer {
  background: linear-gradient(135deg, #006d7a, #003661) !important;
  color: #fff;
  border: 0;
}
body > footer h4,
body > footer a,
body > footer p,
body > footer li {
  color: rgba(255,255,255,.9) !important;
}
body > footer .border-t {
  border-color: rgba(255,255,255,.18) !important;
}
.asx-top {
  font-family: "Noto Sans JP", system-ui, sans-serif;
  background: #f7fbff;
  overflow: hidden;
}
.asx-wrap {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}
.asx-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 6px;
  font-weight: 800;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease;
}
.asx-btn:hover {
  transform: translateY(-1px);
}
.asx-btn--red {
  background: var(--asx-red);
  color: #fff;
  box-shadow: 0 12px 24px rgba(255, 85, 77, .24);
}
.asx-btn--white {
  background: #fff;
  color: var(--asx-blue);
  border: 1px solid var(--asx-line);
}
.asx-section {
  padding: 42px 0;
}
.asx-section--white {
  background: #fff;
}
.asx-fixed-background {
  position: relative;
  isolation: isolate;
  background-color: #f7fbff;
  background-image: url('/img/top-section-bg-railway.png');
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.asx-fixed-background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 0;
  width: 100vw;
  height: 600px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .82) 48%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}
.asx-fixed-background > * {
  position: relative;
  z-index: 1;
}
.asx-fixed-background .asx-section,
.asx-fixed-background .asx-section--white {
  background-color: transparent;
}
.asx-heading {
  text-align: center;
  margin-bottom: 24px;
}
.asx-heading--left {
  text-align: left;
}
.asx-heading h2 {
  margin: 0;
  color: var(--asx-deep);
  font-size: 25px;
  font-weight: 900;
  letter-spacing: .02em;
}
.asx-heading p {
  margin: 8px 0 0;
  color: var(--asx-muted);
  font-size: 13px;
  font-weight: 600;
}
.asx-hero {
  position: relative;
  min-height: 420px;
  padding: 58px 0 48px;
  background-color: #dff5ff;
  background: url('/img/top-hero-bg.webp') center center/cover no-repeat;
}
.asx-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  gap: 42px;
  align-items: stretch;
}
.asx-hero__content {
  display: flex;
  flex-direction: column;
  max-width: 640px;
  justify-self: end;
  min-height: 100%;
  padding-top: 8px;
  text-shadow:
    0 2px 0 rgba(255,255,255,.88),
    0 0 14px rgba(255,255,255,.9),
    0 8px 24px rgba(8, 49, 98, .16);
}
.asx-kicker {
  margin: 0 0 12px;
  color: var(--asx-blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
}
.asx-hero h1 {
  margin: 0;
  color: var(--asx-deep);
  font-size: clamp(32px, 4.2vw, 48px);
  line-height: 1.35;
  font-weight: 900;
}
.asx-hero h1 span {
  color: var(--asx-blue);
}
.asx-hero__lead {
  margin: 18px 0 0;
  color: #315072;
  font-size: 15px;
  line-height: 1.9;
  font-weight: 700;
}
.asx-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 20px;
}
.asx-tags a,
.asx-chip {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border: 1px solid #9ed7ff;
  border-radius: 999px;
  background: rgba(255,255,255,.86);
  color: var(--asx-blue);
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}
.asx-tags a {
  transition: transform .18s ease, color .18s ease, background-color .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.asx-tags a:hover {
  transform: translateY(-2px);
  border-color: var(--asx-blue);
  background: #e9f8ff;
  color: var(--asx-deep);
  box-shadow: 0 8px 18px rgba(11, 116, 209, .16);
}
.asx-hero__stats {
  display: grid;
  grid-template-columns: minmax(128px, 1fr) minmax(154px, 1.2fr) minmax(112px, .9fr) minmax(112px, .9fr);
  gap: 0;
  max-width: 650px;
  margin-top: 28px;
  overflow: hidden;
  border: 1px solid var(--asx-line);
  border-radius: 8px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 12px 28px rgba(16, 88, 153, .11);
}
.asx-hero__inventory {
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 10px;
  flex: 0 0 auto;
  width: auto;
  min-height: 0;
  margin: auto 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: var(--asx-deep);
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}
.asx-hero__inventory-label {
  color: #47617f;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: .02em;
  line-height: 1;
}
.asx-hero__inventory-value-row {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
  white-space: nowrap;
}
.asx-hero__inventory-value {
  color: #e43d30;
  font-size: 38px;
  font-weight: 900;
  line-height: 1;
}
.asx-hero__inventory-unit {
  color: #000;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
}
.asx-hero__inventory-separator {
  color: #6f88a8;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
}
.asx-stat {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 10px;
  align-items: center;
  min-height: 70px;
  padding: 12px;
  background: transparent;
}
.asx-stat + .asx-stat {
  border-left: 1px solid var(--asx-line);
}
.asx-stat__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: var(--asx-blue);
}
.asx-stat__icon svg {
  width: 34px;
  height: 34px;
  stroke: currentColor;
}
.asx-stat__icon--area {
  color: #1f91e7;
}
.asx-stat__icon--condition {
  color: #12aebf;
}
.asx-stat__icon--faq {
  color: #2389e8;
}
.asx-stat__icon--consult {
  color: #ff5a62;
}
.asx-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #e4f5ff;
  color: var(--asx-blue);
  font-size: 20px;
  font-weight: 900;
}
.asx-stat__label {
  display: block;
  margin: 0 0 4px;
  color: #47617f;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
  white-space: nowrap;
}
.asx-stat__value {
  display: inline;
  color: var(--asx-deep);
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
}
.asx-stat__unit {
  display: inline;
  margin-left: 2px;
  color: var(--asx-deep);
  font-size: 12px;
  font-weight: 900;
}
.asx-stat__nowrap {
  display: block;
  white-space: nowrap;
}
.asx-search {
  background: rgba(255, 255, 255, .9);
  border: 1px solid rgba(171, 214, 244, .9);
  border-radius: 10px;
  padding: 22px;
  box-shadow: 0 22px 60px rgba(20, 75, 130, .16);
}
.asx-search h2 {
  margin: 0 0 16px;
  color: var(--asx-deep);
  font-size: 20px;
  font-weight: 900;
}
.asx-form {
  display: grid;
  gap: 10px;
}
.asx-form > label,
.asx-form-choice {
  display: grid;
  grid-template-columns: 76px 1fr;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: #274263;
  font-size: 12px;
  font-weight: 900;
}
.asx-form-choice {
  border: 0;
  padding: 0;
}
.asx-form-choice__title {
  color: #274263;
  font-size: 12px;
  font-weight: 900;
}
.asx-form-choice__buttons {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
}
.asx-form-choice__buttons label {
  position: relative;
  display: block;
  min-width: 0;
  cursor: pointer;
}
.asx-form-choice__buttons input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}
.asx-form-choice__buttons span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 8px;
  border: 1px solid var(--asx-line);
  border-radius: 5px;
  background: rgba(255, 255, 255, .92);
  color: #41536b;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  pointer-events: none;
  transition: background-color .18s ease, border-color .18s ease, color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.asx-form-choice__buttons label:hover span,
.asx-form-choice__buttons input:focus-visible + span {
  border-color: var(--asx-blue);
  color: var(--asx-blue);
  box-shadow: 0 6px 14px rgba(11, 116, 209, .12);
}
.asx-form-choice__buttons input:checked + span {
  border-color: var(--asx-blue);
  background: var(--asx-blue);
  color: #fff;
  box-shadow: 0 8px 16px rgba(11, 116, 209, .2);
}
.asx-form select {
  width: 100%;
  height: 36px;
  border: 1px solid var(--asx-line);
  border-radius: 5px;
  background: #fff;
  color: #41536b;
  cursor: pointer;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 700;
}
.asx-form .asx-btn {
  width: 100%;
  margin-top: 8px;
  border: 0;
}
.asx-search__popular {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}
.asx-search__popular strong {
  width: 100%;
  color: var(--asx-muted);
  font-size: 12px;
}
.asx-search__popular .asx-chip {
  transition: transform .18s ease, color .18s ease, background-color .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.asx-search__popular .asx-chip:hover {
  transform: translateY(-2px);
  border-color: var(--asx-blue);
  background: #e9f8ff;
  color: var(--asx-deep);
  box-shadow: 0 8px 18px rgba(11, 116, 209, .16);
}
.asx-route {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.asx-route-card,
.asx-area,
.asx-condition,
.asx-room,
.asx-voice,
.asx-news,
.asx-faq-category {
  border: 1px solid var(--asx-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(21, 78, 140, .06);
}
.asx-route-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 232px;
  padding: 0;
  overflow: hidden;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.asx-route-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 38px rgba(21, 78, 140, .15);
}
.asx-route-card--area {
  border-color: #bde4ff;
  background: linear-gradient(180deg, #fff, #f4fbff);
}
.asx-route-card--area:hover {
  border-color: #61baf4;
}
.asx-route-card--route {
  border-color: #bdebd0;
  background: linear-gradient(180deg, #fff, #f4fff8);
}
.asx-route-card--route:hover {
  border-color: #60cf94;
}
.asx-route-card--school {
  border-color: #ffd8c6;
  background: linear-gradient(180deg, #fff, #fff8f3);
}
.asx-route-card--school:hover {
  border-color: #ffae7f;
}
.asx-route-card--brand {
  border-color: #f1d58f;
  background: linear-gradient(180deg, #fffdf8 0%, #fff6df 100%);
}
.asx-route-card--brand:hover {
  border-color: #d9a93c;
}
.asx-route-card__head {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 14px;
  align-items: start;
  position: relative;
  z-index: 3;
  padding: 20px 20px 14px;
}
.asx-route-card__head > div {
  min-width: 0;
}
.asx-route-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  transition: transform .18s ease, box-shadow .18s ease;
}
.asx-route-card:hover .asx-route-card__icon {
  transform: scale(1.08) rotate(-3deg);
  box-shadow: 0 10px 20px rgba(18, 74, 130, .18);
}
.asx-route-card__icon svg {
  width: 34px;
  height: 34px;
  fill: currentColor;
}
.asx-route-card--area .asx-route-card__icon {
  background: #1592e6;
}
.asx-route-card--route .asx-route-card__icon {
  background: #18b889;
}
.asx-route-card--school .asx-route-card__icon {
  background: #ff9d1f;
}
.asx-route-card--brand .asx-route-card__icon {
  background: linear-gradient(135deg, #d9a93c 0%, #a87200 100%);
}
.asx-route-card h3 {
  margin: 3px 0 6px;
  color: var(--asx-deep);
  font-size: 17px;
  font-weight: 900;
  transition: color .18s ease;
}
.asx-route-card--area:hover h3 {
  color: #147fce;
}
.asx-route-card--route:hover h3 {
  color: #139e70;
}
.asx-route-card--school:hover h3 {
  color: #eb6f43;
}
.asx-route-card--brand:hover h3 {
  color: #a87200;
}
.asx-route-card p {
  margin: 0;
  color: var(--asx-muted);
  font-size: 12px;
  line-height: 1.7;
  font-weight: 600;
}
.asx-route-card__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  box-sizing: border-box;
  width: calc(100% + 64px);
  max-width: calc(100% + 64px);
  margin: 12px 0 0;
  margin-left: -64px;
}
.asx-route-card__chips span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 1 auto;
  max-width: 100%;
  min-height: 28px;
  padding: 5px 9px;
  border-radius: 999px;
  background: #fff;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.25;
  overflow-wrap: anywhere;
  text-align: center;
  transition: transform .18s ease, background-color .18s ease;
}
.asx-route-card:hover .asx-route-card__chips span {
  transform: translateX(2px);
}
.asx-route-card--area .asx-route-card__chips span {
  border: 1px solid #9bd7ff;
  color: #147fce;
}
.asx-route-card--route .asx-route-card__chips span {
  border: 1px solid #a9e7c4;
  color: #139e70;
}
.asx-route-card--school .asx-route-card__chips span {
  border: 1px solid #ffc9b7;
  color: #eb6f43;
}
.asx-route-card--brand .asx-route-card__chips span {
  border: 1px solid #e3c06f;
  color: #a87200;
}
.asx-route-card__visual {
  position: relative;
  z-index: 1;
  height: 104px;
  margin-top: auto;
  pointer-events: none;
  background-position: left bottom;
  background-size: cover;
  transform-origin: left bottom;
  transition: transform .24s ease, filter .24s ease;
}
.asx-route-card:hover .asx-route-card__visual {
  transform: scale(1.025);
  filter: saturate(1.08);
}
.asx-route-card__visual--area {
  background-image: url('/img/search-method-area-bg.webp');
}
.asx-route-card__visual--route {
  background-image: url('/img/search-method-route-bg.webp');
}
.asx-route-card__visual--school {
  background-image: url('/img/search-method-school-bg.webp');
}
.asx-route-card__visual--brand {
  background-image: url('/img/search-method-brand-bg.png?v=20260603');
  background-position: center bottom;
}
.asx-route-card__visual::before,
.asx-route-card__visual::after {
  content: "";
  position: absolute;
  z-index: 2;
  pointer-events: none;
}
.asx-route-card__visual::before {
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.62) 18%, rgba(255,255,255,.04) 62%, rgba(255,255,255,0) 100%);
}
.asx-route-card__visual::after {
  top: 0;
  left: 0;
  bottom: 0;
  width: 66%;
  background: linear-gradient(90deg, rgba(255,255,255,.88) 0%, rgba(255,255,255,.32) 24%, rgba(255,255,255,0) 100%);
}
.asx-route-card--brand .asx-route-card__visual::before {
  background: linear-gradient(180deg, rgba(255,255,255,.82) 0%, rgba(255,255,255,.42) 20%, rgba(255,255,255,.05) 58%, rgba(255,255,255,0) 100%);
}
.asx-route-card--brand .asx-route-card__visual::after {
  width: 58%;
  background: linear-gradient(90deg, rgba(255,255,255,.74) 0%, rgba(255,255,255,.2) 28%, rgba(255,255,255,0) 100%);
}
.asx-route-card__arrow {
  position: absolute;
  z-index: 3;
  right: 18px;
  bottom: 14px;
  color: var(--asx-blue);
  font-size: 22px;
  font-weight: 900;
  transition: transform .18s ease;
}
.asx-route-card:hover .asx-route-card__arrow {
  transform: translateX(4px);
}
.asx-route-card--route .asx-route-card__arrow {
  color: #18a96f;
}
.asx-route-card--school .asx-route-card__arrow {
  color: #ff7b45;
}
.asx-route-card--brand .asx-route-card__arrow {
  color: #a87200;
}
.asx-area-grid {
  display: grid;
  grid-template-columns: 1fr 240px;
  gap: 20px;
}
.asx-area-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.asx-area {
  overflow: hidden;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.asx-area:hover {
  transform: translateY(-3px);
  border-color: rgba(11, 116, 209, .34);
  box-shadow: 0 16px 34px rgba(18, 74, 130, .16);
}
.asx-area img,
.asx-room img,
.asx-news img {
  width: 100%;
  height: 120px;
  object-fit: cover;
}
.asx-area img {
  transition: transform .24s ease, filter .24s ease;
}
.asx-room img {
  transition: transform .24s ease, filter .24s ease;
}
.asx-area:hover img {
  transform: scale(1.04);
  filter: saturate(1.08);
}
.asx-room:hover,
.asx-room:focus-visible {
  transform: translateY(-5px);
  border-color: rgba(244, 61, 61, .34);
  box-shadow: 0 20px 38px rgba(18, 74, 130, .17);
}
.asx-room:hover img,
.asx-room:focus-visible img {
  transform: scale(1.05);
  filter: saturate(1.08) contrast(1.03);
}
.asx-room:hover h3,
.asx-room:focus-visible h3 {
  color: var(--asx-blue);
}
.asx-area__body {
  padding: 14px;
}
.asx-area h3 {
  margin: 0;
  color: var(--asx-deep);
  font-size: 17px;
  font-weight: 900;
  transition: color .18s ease;
}
.asx-area:hover h3 {
  color: var(--asx-blue);
}
.asx-area p,
.asx-room p,
.asx-news p,
.asx-voice p {
  margin: 6px 0 0;
  color: var(--asx-muted);
  font-size: 12px;
  line-height: 1.6;
  font-weight: 600;
}
.asx-area strong {
  display: block;
  margin-top: 7px;
  color: var(--asx-deep);
  font-size: 14px;
}
.asx-area strong span {
  color: var(--asx-blue);
  font-size: 20px;
}
.asx-area__tags,
.asx-room__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 10px;
}
.asx-mini-tag {
  padding: 3px 7px;
  border-radius: 999px;
  background: #edf8ff;
  color: var(--asx-blue);
  font-size: 10px;
  font-weight: 800;
}
.asx-area-empty {
  grid-column: 1 / -1;
  margin: 0;
  padding: 20px;
  border: 1px solid var(--asx-line);
  border-radius: 8px;
  background: #fff;
  color: var(--asx-muted);
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}
.asx-popular {
  position: relative;
  align-self: stretch;
  overflow: hidden;
  padding-bottom: 86px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #dce8f3;
  box-shadow: 0 10px 26px rgba(18, 74, 130, .08);
}
.asx-popular h3 {
  margin: 0;
  padding: 12px 12px;
  background: #f6ad00;
  color: #fff;
  text-align: center;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 900;
}
.asx-popular ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 16px 16px 0;
  list-style: none;
}
.asx-popular li {
  margin: 0;
}
.asx-popular a {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 24px;
  color: #293c7a;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 900;
  text-decoration: none;
  transition: color .18s ease, transform .18s ease;
}
.asx-popular a:hover {
  color: #0b74d1;
  transform: translateX(3px);
}
.asx-popular a:hover .asx-popular__icon {
  transform: scale(1.12) rotate(-4deg);
  filter: saturate(1.16);
}
.asx-popular__icon {
  position: relative;
  flex: 0 0 17px;
  width: 17px;
  height: 17px;
  transition: transform .18s ease, filter .18s ease;
}
.asx-popular__icon::before,
.asx-popular__icon::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
}
.asx-popular__icon--luxury::before {
  left: 2px;
  top: 3px;
  width: 13px;
  height: 8px;
  border: 3px solid #ff6b78;
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
}
.asx-popular__icon--luxury::after {
  left: 8px;
  top: 10px;
  width: 2px;
  height: 6px;
  background: #ff6b78;
  border-radius: 999px;
  box-shadow: 3px 3px 0 -1px #ff6b78;
}
.asx-popular__icon--family::before {
  left: 2px;
  top: 1px;
  width: 5px;
  height: 5px;
  background: #73c84b;
  border-radius: 50%;
  box-shadow: 8px 2px 0 #39a7e8, 4px 7px 0 #ffc848;
}
.asx-popular__icon--family::after {
  left: 1px;
  bottom: 1px;
  width: 5px;
  height: 7px;
  background: #73c84b;
  border-radius: 4px 4px 2px 2px;
  box-shadow: 8px 0 0 #39a7e8, 4px -1px 0 #ffc848;
}
.asx-popular__icon--station::before {
  left: 1px;
  top: 4px;
  width: 9px;
  height: 9px;
  border: 3px solid #ffb000;
  border-radius: 50%;
}
.asx-popular__icon--station::after {
  right: 1px;
  bottom: 2px;
  width: 8px;
  height: 8px;
  border: 2px solid #39a7e8;
  border-radius: 50% 50% 42% 42%;
  box-shadow: -4px -4px 0 -2px #39a7e8;
}
.asx-popular__icon--tower::before {
  left: 2px;
  bottom: 2px;
  width: 6px;
  height: 12px;
  background: #27c07d;
  border-radius: 2px;
  box-shadow: 7px -4px 0 #3fb5f1;
}
.asx-popular__icon--tower::after {
  left: 4px;
  bottom: 5px;
  width: 2px;
  height: 2px;
  background: #fff;
  box-shadow: 0 -4px 0 #fff, 7px 0 0 #fff, 7px -4px 0 #fff, 7px -8px 0 #fff;
}
.asx-popular__city {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 2px;
  height: 82px;
  padding-bottom: 0;
  border-bottom: 0;
}
.asx-popular__person {
  position: relative;
  z-index: 1;
  width: 12px;
  height: 29px;
  background: #ffc237;
  border: 2px solid #53bce8;
  border-radius: 6px 6px 2px 2px;
}
.asx-popular__person::before {
  content: "";
  position: absolute;
  left: 2px;
  top: -10px;
  width: 7px;
  height: 7px;
  background: #ff9b34;
  border-radius: 50%;
  box-shadow: 5px -6px 0 -2px #ff9b34;
}
.asx-popular__tree {
  position: relative;
  z-index: 1;
  width: 12px;
  height: 23px;
}
.asx-popular__tree::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 12px;
  height: 13px;
  background: #70c945;
  border-radius: 50% 50% 45% 45%;
}
.asx-popular__tree::after {
  content: "";
  position: absolute;
  left: 6px;
  bottom: 0;
  width: 2px;
  height: 10px;
  background: #7fb65e;
}
.asx-popular__building {
  width: 17px;
  height: var(--height);
  border: 2px solid #53bce8;
  border-bottom: 0;
  border-radius: 2px 2px 0 0;
  background:
    repeating-linear-gradient(0deg, transparent 0 7px, rgba(83,188,232,.34) 7px 9px),
    repeating-linear-gradient(90deg, transparent 0 5px, rgba(83,188,232,.34) 5px 7px),
    #eefaff;
}
.asx-popular__building--small {
  width: 15px;
}
.asx-popular__building--wide {
  width: 22px;
}
.asx-popular__building--tower {
  width: 21px;
  border-color: #40aae9;
  background:
    repeating-linear-gradient(0deg, transparent 0 7px, rgba(64,170,233,.42) 7px 9px),
    repeating-linear-gradient(90deg, transparent 0 6px, rgba(64,170,233,.42) 6px 8px),
    #e9f8ff;
}
.asx-condition-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}
.asx-condition {
  display: flex;
  flex-direction: column;
  min-height: 176px;
  padding: 14px 12px 13px 10px;
}
.asx-condition__head {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 7px;
  align-items: start;
  min-height: 44px;
  margin-left: -2px;
}
.asx-condition__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 2px solid #8dd7ff;
  border-radius: 50%;
  background: #f4fbff;
  color: var(--asx-blue);
}
.asx-condition:nth-child(1) .asx-condition__icon {
  border-color: #81d8ff;
  background: #eef9ff;
  color: #1592e6;
}
.asx-condition:nth-child(2) .asx-condition__icon {
  border-color: #ffd36a;
  background: #fff8e6;
  color: #f0a600;
}
.asx-condition:nth-child(3) .asx-condition__icon {
  border-color: #ffb6c0;
  background: #fff2f4;
  color: #ff6878;
}
.asx-condition:nth-child(4) .asx-condition__icon {
  border-color: #ffce6d;
  background: #fff8ea;
  color: #e6a500;
}
.asx-condition:nth-child(5) .asx-condition__icon {
  border-color: #8bdcff;
  background: #f0fbff;
  color: #1aa6e8;
}
.asx-condition__icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.asx-condition h3 {
  margin: 0;
  color: var(--asx-deep);
  font-size: 16px;
  line-height: 1.25;
  font-weight: 900;
}
.asx-condition p {
  margin: 4px 0 0;
  color: var(--asx-muted);
  font-size: 12px;
  line-height: 1.45;
  font-weight: 800;
  white-space: nowrap;
}
.asx-condition strong {
  display: block;
  margin-top: 8px;
  color: var(--asx-blue);
  font-size: 23px;
  line-height: 1.1;
  font-weight: 900;
  text-align: center;
}
.asx-condition__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  min-height: 82px;
  margin-top: 8px;
}
.asx-condition__rent-bars {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: end;
  gap: 8px;
  height: 72px;
}
.asx-condition__rent-item {
  display: grid;
  grid-template-rows: 16px 1fr 14px;
  align-items: end;
  justify-items: center;
  height: 72px;
}
.asx-condition__rent-value,
.asx-condition__rent-label,
.asx-condition__walk-row span,
.asx-condition__rank-row {
  color: #315072;
  font-size: 11px;
  line-height: 1.15;
  font-weight: 900;
}
.asx-condition__rent-bar {
  width: 19px;
  border-radius: 5px 5px 0 0;
  background: linear-gradient(180deg, var(--asx-cyan), var(--asx-blue));
}
.asx-condition__rent-item:nth-child(2) .asx-condition__rent-bar {
  background: linear-gradient(180deg, #16cfd1, #00a5bc);
}
.asx-condition__rent-item:nth-child(3) .asx-condition__rent-bar {
  background: linear-gradient(180deg, #48c969, #20a556);
}
.asx-condition__rent-item:nth-child(4) .asx-condition__rent-bar {
  background: linear-gradient(180deg, #52d66f, #27aa55);
}
.asx-condition__walk-list {
  display: grid;
  gap: 8px;
}
.asx-condition__walk-row {
  display: grid;
  grid-template-columns: 58px 1fr 30px;
  gap: 6px;
  align-items: center;
}
.asx-condition__walk-track {
  height: 7px;
  overflow: hidden;
  border-radius: 999px;
  background: #ecf4fb;
}
.asx-condition__walk-bar {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #16c58a, #0aa36c);
}
.asx-condition__walk-row:nth-child(3) .asx-condition__walk-bar {
  background: linear-gradient(90deg, #ffc33d, #ff9e1b);
}
.asx-condition__walk-row:nth-child(4) .asx-condition__walk-bar {
  background: linear-gradient(90deg, #ff914d, #f06b2f);
}
.asx-condition__spark {
  width: 100%;
  height: 52px;
  margin-top: 3px;
}
.asx-condition__spark polyline {
  fill: none;
  stroke: #16bfc3;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.asx-condition__spark circle {
  fill: #16bfc3;
  stroke: #fff;
  stroke-width: 2;
}
.asx-condition__rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 70px;
}
.asx-condition__stars {
  color: #ffba18;
  font-size: 22px;
  letter-spacing: 1px;
  white-space: nowrap;
}
.asx-condition__rating-value {
  color: var(--asx-deep);
  font-size: 15px;
  font-weight: 900;
}
.asx-condition__rank-list {
  display: grid;
  gap: 9px;
  max-width: 150px;
  margin: 0 auto;
}
.asx-condition__rank-row {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 8px;
  align-items: center;
}
.asx-condition__rank-row b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 18px;
  border-radius: 999px;
  background: #eef7ff;
  color: var(--asx-blue);
  font-size: 11px;
}
.asx-room-grid,
.asx-news-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.asx-room {
  position: relative;
  overflow: hidden;
}
.asx-room__label {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 5px 10px;
  border-radius: 5px;
  background: var(--asx-green);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
}
.asx-room:nth-child(1) .asx-room__label {
  background: #1f91e7;
}
.asx-room:nth-child(2) .asx-room__label {
  background: #ff9f1c;
}
.asx-room:nth-child(3) .asx-room__label {
  background: #ff6b78;
}
.asx-room:nth-child(4) .asx-room__label {
  background: #7a5cff;
}
.asx-room__body {
  padding: 13px;
}
.asx-room h3,
.asx-news h3 {
  margin: 0;
  color: var(--asx-deep);
  font-size: 14px;
  line-height: 1.45;
  font-weight: 900;
}
.asx-room__price {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 10px;
  color: var(--asx-deep);
  font-size: 12px;
  font-weight: 800;
}
.asx-room__price strong {
  color: #f43d3d;
  font-size: 18px;
}
.asx-proof {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 18px;
  align-items: end;
}
.asx-voices {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.asx-voice-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}
.asx-voice-heading .asx-heading {
  margin-bottom: 0;
}
.asx-voice-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid #9ed7ff;
  border-radius: 999px;
  background: #fff;
  color: var(--asx-blue);
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.asx-voice-more::after {
  content: "→";
  margin-left: 6px;
}
.asx-voice-more:hover {
  transform: translateY(-2px);
  border-color: var(--asx-blue);
  box-shadow: 0 8px 18px rgba(11, 116, 209, .14);
}
.asx-voice {
  padding: 18px;
}
.asx-voice__head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.asx-voice__meta {
  color: var(--asx-muted);
  font-size: 13px;
  line-height: 1.4;
  font-weight: 800;
}
.asx-voice p {
  color: var(--asx-deep);
  font-size: 14px;
  line-height: 1.7;
  font-weight: 800;
}
.asx-avatar {
  display: inline-flex;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--asx-blue);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}
.asx-avatar--female {
  background: var(--asx-green);
}
.asx-consult-card {
  position: relative;
  display: block;
  overflow: hidden;
  height: 220px;
  padding: 15px 118px 18px 18px;
  border-radius: 8px;
  background:
    radial-gradient(circle at 58% 62%, rgba(255,255,255,.9) 0 26px, transparent 27px),
    linear-gradient(135deg, #fff0ef 0%, #fff8f6 56%, #eefbff 100%);
  border: 0;
}
.asx-consult-card h3 {
  margin: 0 0 7px;
  color: var(--asx-red);
  font-size: 19px;
  line-height: 1.25;
  font-weight: 900;
  white-space: nowrap;
}
.asx-consult-card > div {
  position: relative;
  z-index: 2;
}
.asx-consult-card ul {
  margin: 10px 0 14px;
  padding: 0;
  list-style: none;
  color: var(--asx-deep);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.5;
}
.asx-consult-card li + li {
  margin-top: 6px;
}
.asx-consult-card li {
  position: relative;
  padding-left: 22px;
}
.asx-consult-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: .2em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #a8b2bf;
  color: var(--asx-red);
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  text-shadow: .45px 0 0 currentColor, 0 .45px 0 currentColor;
}
.asx-consult-card .asx-btn {
  display: inline-flex;
  min-height: 32px;
  width: min(172px, 100%);
  border-radius: 5px;
  font-size: 13px;
  margin-bottom: 0;
}
.asx-consult-card .asx-btn::after {
  content: "→";
  margin-left: 8px;
}
.asx-consult-card::after {
  content: none;
}
.asx-consult-card img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: auto;
  height: 94%;
  object-fit: contain;
}
.asx-band {
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, #15b8df 0%, #18bfc9 40%, #33c685 72%, #f2d740 100%);
  color: #fff;
}
.asx-band::before,
.asx-band::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 245px;
  height: 56px;
  opacity: .82;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 245px 56px;
}
.asx-band::before {
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='245' height='56' viewBox='0 0 245 56' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23fff' stroke-width='2' stroke-linejoin='round'%3E%3Cpath d='M5 55V29h16v26M12 55V36M20 55V36M29 55V19h18v36M38 19V9l8 10M35 29h6M35 39h6M53 55V34h14v21M60 34V25l7 9M73 55V22h20v33M83 22V9l10 13M80 32h6M80 42h6M100 55V29h17v26M108 29v-8l9 8M124 55V16h20v39M134 16V5l8 11M130 26h6M130 36h6M130 46h6M152 55V25h17v30M160 25v-9l8 9M176 55V33h15v22M183 33v-9l8 9M198 55V18h20v37M208 18V7l9 11M204 29h6M204 40h6M224 55V35h15v20M232 35v-8l7 8'/%3E%3Cpath d='M37 7h17l-8-6zM144 8h18l-9-6z' fill='%23fff' opacity='.35' stroke='none'/%3E%3C/g%3E%3C/svg%3E");
}
.asx-band::after {
  right: 0;
  transform: scaleX(-1);
  background-image: url("data:image/svg+xml,%3Csvg width='245' height='56' viewBox='0 0 245 56' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23fff' stroke-width='2' stroke-linejoin='round'%3E%3Cpath d='M5 55V29h16v26M12 55V36M20 55V36M29 55V19h18v36M38 19V9l8 10M35 29h6M35 39h6M53 55V34h14v21M60 34V25l7 9M73 55V22h20v33M83 22V9l10 13M80 32h6M80 42h6M100 55V29h17v26M108 29v-8l9 8M124 55V16h20v39M134 16V5l8 11M130 26h6M130 36h6M130 46h6M152 55V25h17v30M160 25v-9l8 9M176 55V33h15v22M183 33v-9l8 9M198 55V18h20v37M208 18V7l9 11M204 29h6M204 40h6M224 55V35h15v20M232 35v-8l7 8'/%3E%3Cpath d='M37 7h17l-8-6zM144 8h18l-9-6z' fill='%23fff' opacity='.35' stroke='none'/%3E%3C/g%3E%3C/svg%3E");
}
.asx-band__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 44px;
  min-height: 72px;
  padding: 12px 0;
  text-align: left;
}
.asx-band h2 {
  margin: 0;
  color: #fff;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 900;
}
.asx-band p {
  margin: 6px 0 0;
  color: rgba(255,255,255,.9);
  font-size: 14px;
  font-weight: 800;
}
.asx-band .asx-btn {
  min-width: 186px;
  min-height: 48px;
  border-radius: 8px;
  color: var(--asx-red);
  font-size: 16px;
  box-shadow: 0 10px 20px rgba(0, 82, 126, .12);
  transition: transform .18s ease, background-color .18s ease, color .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.asx-band .asx-btn::after {
  content: "→";
  margin-left: 10px;
  transition: transform .18s ease;
}
.asx-band .asx-btn:hover,
.asx-band .asx-btn:focus-visible {
  transform: translateY(-4px) scale(1.03);
  border-color: transparent;
  background: var(--asx-red);
  color: #fff;
  box-shadow: 0 18px 34px rgba(255, 85, 77, .34), 0 8px 18px rgba(0, 82, 126, .18);
}
.asx-band .asx-btn:hover::after,
.asx-band .asx-btn:focus-visible::after {
  transform: translateX(5px);
}
.asx-news {
  position: relative;
  min-height: 126px;
  overflow: hidden;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.asx-news:hover {
  transform: translateY(-3px);
  border-color: rgba(11, 116, 209, .34);
  box-shadow: 0 16px 32px rgba(18, 74, 130, .15);
}
.asx-news img {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .24s ease, filter .24s ease;
}
.asx-news:nth-child(1) img,
.asx-news:nth-child(3) img {
  object-position: right center;
}
.asx-news:nth-child(2) img {
  object-position: 72% center;
}
.asx-news:nth-child(4) img {
  object-position: center;
}
.asx-news:hover img {
  transform: scale(1.04);
  filter: saturate(1.08);
}
.asx-news::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,.99) 0%, rgba(255,255,255,.95) 30%, rgba(255,255,255,.78) 48%, rgba(255,255,255,.42) 66%, rgba(255,255,255,0) 100%);
  pointer-events: none;
}
.asx-news__body {
  position: relative;
  z-index: 2;
  width: 82%;
  min-height: 88px;
  padding: 13px 14px;
}
.asx-news__body::before {
  content: none;
}
.asx-news__meta {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 7px;
}
.asx-news__date {
  color: #315072;
  font-size: 12px;
  font-weight: 900;
}
.asx-news__label {
  display: inline-flex;
  align-items: center;
  min-height: 18px;
  padding: 0 9px;
  border-radius: 999px;
  background: #dff1ff;
  color: var(--asx-blue);
  font-size: 12px;
  font-weight: 900;
}
.asx-news:nth-child(2) .asx-news__label {
  background: #e3f7df;
  color: #1c9a57;
}
.asx-news:nth-child(3) .asx-news__label {
  background: #fff0f0;
  color: #f43d3d;
}
.asx-news:nth-child(4) .asx-news__label {
  background: #ffeef1;
  color: #ff5c72;
}
.asx-news h3 {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0;
  padding: 0;
  color: var(--asx-deep);
  font-size: 15px;
  line-height: 1.38;
  font-weight: 900;
}
.asx-search-cloud {
  position: relative;
  overflow: hidden;
  padding: 24px 0 28px;
  background:
    radial-gradient(circle at 14% 44%, rgba(255,255,255,.7), transparent 20%),
    radial-gradient(circle at 86% 44%, rgba(255,255,255,.7), transparent 20%),
    linear-gradient(90deg, #fff4c8 0%, #fff9df 18%, #fffefa 50%, #fff9df 82%, #fff4c8 100%);
  border: 0;
}
.asx-search-cloud::before,
.asx-search-cloud::after {
  content: "";
  position: absolute;
  bottom: 16px;
  width: 98px;
  height: 86px;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: contain;
}
.asx-search-cloud::before {
  left: max(20px, calc((100% - 1120px) / 2 - 38px));
  background-image: url("data:image/svg+xml,%3Csvg width='82' height='72' viewBox='0 0 82 72' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M25 71V41' stroke='%239f7d38' stroke-width='3'/%3E%3Cpath d='M15 49c-10-7-4-20 5-18-2-10 11-18 18-9 8 0 12 12 5 19 8 5 4 17-7 17H19c-5 0-8-4-4-9Z' fill='%2386c94d'/%3E%3Cpath d='M25 54l-8-7M25 50l9-10' stroke='%23fff5b5' stroke-width='2'/%3E%3Cpath d='M48 71V48' stroke='%239f7d38' stroke-width='3'/%3E%3Cpath d='M39 54c-8-6-3-15 4-14-1-8 9-13 14-6 7 0 10 10 4 15 6 4 3 13-5 13H42c-4 0-6-3-3-8Z' fill='%2378bd43'/%3E%3Cpath d='M62 71v-17M62 48a5 5 0 1 0 0-.1M62 53l-6 7M62 55l7 6' stroke='%23f2a33a' stroke-width='2'/%3E%3Ccircle cx='68' cy='39' r='4' fill='%23f5b457'/%3E%3Cpath d='M68 43v16M68 47l-5 5M68 47l6 5M68 59l-5 10M68 59l7 10' stroke='%230b74d1' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
}
.asx-search-cloud::after {
  right: max(20px, calc((100% - 1120px) / 2 - 38px));
  transform: scaleX(-1);
  background-image: url("data:image/svg+xml,%3Csvg width='82' height='72' viewBox='0 0 82 72' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M25 71V41' stroke='%239f7d38' stroke-width='3'/%3E%3Cpath d='M15 49c-10-7-4-20 5-18-2-10 11-18 18-9 8 0 12 12 5 19 8 5 4 17-7 17H19c-5 0-8-4-4-9Z' fill='%2386c94d'/%3E%3Cpath d='M25 54l-8-7M25 50l9-10' stroke='%23fff5b5' stroke-width='2'/%3E%3Cpath d='M48 71V48' stroke='%239f7d38' stroke-width='3'/%3E%3Cpath d='M39 54c-8-6-3-15 4-14-1-8 9-13 14-6 7 0 10 10 4 15 6 4 3 13-5 13H42c-4 0-6-3-3-8Z' fill='%2378bd43'/%3E%3Cpath d='M62 71v-17M62 48a5 5 0 1 0 0-.1M62 53l-6 7M62 55l7 6' stroke='%23f2a33a' stroke-width='2'/%3E%3Ccircle cx='68' cy='39' r='4' fill='%23f5b457'/%3E%3Cpath d='M68 43v16M68 47l-5 5M68 47l6 5M68 59l-5 10M68 59l7 10' stroke='%230b74d1' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
}
.asx-search-cloud .asx-wrap {
  position: relative;
  z-index: 1;
  max-width: 980px;
}
.asx-search-cloud .asx-heading {
  width: min(980px, 100%);
  margin: 0 auto 14px;
  text-align: left;
}
.asx-search-cloud .asx-heading h2 {
  font-size: 21px;
  line-height: 1.2;
}
.asx-search-cloud__row {
  display: grid;
  grid-template-columns: repeat(6, minmax(126px, 1fr));
  gap: 10px 14px;
}
.asx-search-cloud .asx-chip {
  min-width: 0;
  min-height: 30px;
  padding: 0 18px;
  justify-content: center;
  border-color: #ffd978;
  background: rgba(255,255,255,.94);
  color: var(--asx-blue);
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
  box-shadow: 0 4px 10px rgba(217, 160, 38, .08);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}
.asx-search-cloud .asx-chip:hover {
  transform: translateY(-2px);
  border-color: #ffbd28;
  background: #fff;
  box-shadow: 0 8px 18px rgba(217, 160, 38, .16);
}
.asx-faq-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}
.asx-faq-head h2 {
  margin: 0;
  color: var(--asx-deep);
  font-size: 30px;
  font-weight: 900;
}
.asx-faq-head span {
  padding: 5px 12px;
  border-radius: 999px;
  background: var(--asx-blue);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}
.asx-faq-groups {
  display: grid;
  gap: 22px;
}
.asx-faq-category {
  overflow: hidden;
  padding: 22px;
  border: 1px solid #d9e8f5;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(10, 74, 125, .08);
}
.asx-faq-category h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: -22px -22px 4px;
  padding: 15px 18px;
  border-bottom: 1px solid #d9e8f5;
  background: #f3fbff;
  color: var(--asx-deep);
  font-size: 17px;
  font-weight: 900;
}
.asx-faq-items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 22px;
}
.asx-faq-category details {
  border-top: 1px solid #e7f0f8;
  padding: 12px 0;
}
.asx-faq-category details:first-of-type {
  border-top: 0;
}
.asx-faq-category summary {
  cursor: pointer;
  color: var(--asx-deep);
  font-size: 14px;
  font-weight: 900;
  list-style: none;
  margin: 0 -8px;
  padding: 5px 28px 5px 8px;
  position: relative;
  border-radius: 6px;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.asx-faq-category summary:hover {
  background: #f1f8ff;
  color: var(--asx-blue);
  transform: translateX(3px);
}
.asx-faq-category summary::after {
  content: "+";
  position: absolute;
  top: 5px;
  right: 8px;
  color: var(--asx-blue);
  font-weight: 900;
  transition: color 0.2s ease, transform 0.2s ease;
}
.asx-faq-category summary:hover::after {
  color: #ff7a45;
  transform: rotate(90deg);
}
.asx-faq-category p {
  margin: 10px 0 0;
  color: var(--asx-muted);
  font-size: 14px;
  line-height: 1.85;
  font-weight: 800;
}
.asx-bottom-cta {
  background: #00898f;
  color: #fff;
}
.asx-bottom-cta__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  min-height: 84px;
}
.asx-bottom-cta h2 {
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
}
.asx-bottom-cta .asx-btn--red {
  min-width: 142px;
  border: 1px solid rgba(255, 255, 255, .38);
  transition: transform .18s ease, background-color .18s ease, color .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.asx-bottom-cta .asx-btn--red::after {
  content: "→";
  margin-left: 2px;
  transition: transform .18s ease;
}
.asx-bottom-cta .asx-btn--red:hover,
.asx-bottom-cta .asx-btn--red:focus-visible {
  transform: translateY(-4px) scale(1.04);
  background: #fff;
  border-color: #fff;
  color: var(--asx-red);
  box-shadow: 0 20px 34px rgba(0, 54, 70, .28), 0 0 0 4px rgba(255, 255, 255, .2);
}
.asx-bottom-cta .asx-btn--red:hover::after,
.asx-bottom-cta .asx-btn--red:focus-visible::after {
  transform: translateX(5px);
}
@media (max-width: 960px) {
  .asx-hero__grid,
  .asx-area-grid,
  .asx-proof {
    grid-template-columns: 1fr;
  }
  .asx-hero__content {
    justify-self: stretch;
    max-width: none;
  }
  .asx-hero__inventory {
    flex: 0 0 auto;
    margin-top: 20px;
    width: auto;
  }
  .asx-hero__stats,
  .asx-area-list,
  .asx-condition-grid,
  .asx-room-grid,
  .asx-news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .asx-stat + .asx-stat {
    border-left: 0;
  }
  .asx-stat:nth-child(even) {
    border-left: 1px solid var(--asx-line);
  }
  .asx-stat:nth-child(n+3) {
    border-top: 1px solid var(--asx-line);
  }
  .asx-voices,
  .asx-faq-items {
    grid-template-columns: 1fr;
  }
  .asx-route {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .asx-wrap {
    width: min(100% - 28px, 1120px);
  }
  .asx-hero__content {
    order: 1;
    padding-top: 0;
  }
  .asx-hero h1 {
    font-size: clamp(28px, 7.2vw, 30px);
    line-height: 1.38;
  }
  .asx-hero {
    padding: 34px 0;
    background-image: url('/img/top-hero-bg-mobile.webp?v=20260526-mobile');
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .asx-search {
    order: 2;
    padding: 16px;
  }
  .asx-form > label,
  .asx-form-choice,
  .asx-consult-card {
    grid-template-columns: 1fr;
  }
  .asx-form-choice__buttons {
    grid-template-columns: 1fr;
  }
  .asx-hero__stats,
  .asx-hero__inventory,
  .asx-area-list,
  .asx-condition-grid,
  .asx-room-grid,
  .asx-news-grid {
    grid-template-columns: 1fr;
  }
  .asx-stat:nth-child(even) {
    border-left: 0;
  }
  .asx-stat:nth-child(n+3) {
    border-top: 0;
  }
  .asx-stat + .asx-stat {
    border-top: 1px solid var(--asx-line);
  }
  .asx-hero__inventory {
    margin-top: 20px;
  }
  .asx-hero__inventory-value {
    font-size: 28px;
  }
  .asx-route {
    grid-template-columns: 1fr;
  }
  .asx-route-card {
    min-height: 0;
  }
  .asx-route-card__visual {
    height: 116px;
  }
  .asx-heading .asx-heading__single-line-mobile {
    font-size: 11px;
    line-height: 1.5;
    white-space: nowrap;
  }
  .asx-voice-heading {
    align-items: flex-start;
    flex-direction: column;
  }
  .asx-band__inner,
  .asx-bottom-cta__inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 22px 0;
  }
  .asx-band::before,
  .asx-band::after {
    width: 150px;
    opacity: .45;
  }
  .asx-band h2 {
    font-size: 21px;
  }
  .asx-search-cloud::before,
  .asx-search-cloud::after {
    opacity: .22;
    width: 70px;
  }
  .asx-search-cloud .asx-wrap {
    max-width: none;
  }
  .asx-search-cloud__row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
