:root {
  --orange: #ff5a1f;
  --orange-dark: #df4211;
  --blue: #0e8fc5;
  --aqua: #40d5d1;
  --ink: #17212d;
  --ink-2: #223041;
  --muted: #677586;
  --line: #e5eaf0;
  --cream: #f5f7f9;
  --white: #ffffff;
  --green: #00a878;
  --shadow: 0 18px 48px rgba(20, 33, 48, 0.13);
  --soft-shadow: 0 10px 28px rgba(20, 33, 48, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #fbfcfd;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
  line-height: 1.7;
  text-wrap: pretty;
}

body,
button,
input,
select,
textarea {
  font: inherit;
}

img {
  display: block;
  max-width: 100%;
}

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

button {
  cursor: pointer;
}

.container {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -80px;
  z-index: 1000;
  padding: 10px 14px;
  background: var(--ink);
  color: var(--white);
  border-radius: 6px;
}

.skip-link:focus {
  top: 16px;
}

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 1px 0 rgba(16, 24, 40, 0.06);
  backdrop-filter: blur(16px);
  transition: background 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

.site-header.scrolled,
.page-gallery .site-header,
.page-courses .site-header,
.page-coaches .site-header,
.page-notice .site-header,
.page-news .site-header,
.page-news_detail .site-header,
.page-contact .site-header,
.page-feedback .site-header,
.page-privacy .site-header,
.page-terms .site-header {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(16px);
}

.header-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  gap: 22px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 214px;
}

.brand-logo img {
  width: 214px;
  height: auto;
}

.site-header .brand-logo img {
  filter: none;
}

.brand-mark {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border-radius: 8px;
  color: var(--white);
  background: var(--orange);
  font-weight: 900;
  letter-spacing: 0;
}

.brand-text {
  display: grid;
  gap: 0;
}

.brand-text strong {
  font-size: 17px;
  line-height: 1.2;
}

.brand-text em {
  font-style: normal;
  font-size: 11px;
  line-height: 1.2;
  letter-spacing: 0;
  opacity: 0.72;
}

.main-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 4px;
}

.main-nav a {
  padding: 9px 11px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
  transition: color 0.2s ease, background 0.2s ease;
}

.main-nav a:hover,
.main-nav a.active {
  color: var(--orange);
  background: rgba(255, 107, 47, 0.1);
}

.header-contact {
  flex: none;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 17px;
  border: 1px solid var(--orange);
  border-radius: 6px;
  color: var(--white);
  background: var(--orange);
  font-weight: 800;
  font-size: 14px;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.header-contact:hover,
.header-contact.active {
  border-color: var(--orange-dark);
  background: var(--orange-dark);
}

.nav-toggle {
  display: none;
  margin-left: auto;
  width: 42px;
  height: 42px;
  padding: 9px;
  border: 0;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.16);
}

.nav-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: 86svh;
  display: grid;
  align-items: center;
  color: var(--white);
  overflow: hidden;
  background: #07111c;
}

.hero-media {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 1fr;
}

.hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-img-main {
  object-position: center 48%;
}

.hero-img-side {
  position: absolute;
  right: 5vw;
  bottom: 9vh;
  width: min(360px, 28vw);
  height: min(470px, 58vh);
  border-radius: 8px;
  object-position: center;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
  filter: saturate(1.05) brightness(1.08);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 78% 70%, rgba(255, 90, 31, 0.2), transparent 28%),
    linear-gradient(90deg, rgba(6, 13, 22, 0.9), rgba(6, 13, 22, 0.64) 48%, rgba(6, 13, 22, 0.2)),
    linear-gradient(180deg, rgba(6, 13, 22, 0.18), rgba(6, 13, 22, 0.78));
}

.hero-content {
  position: relative;
  z-index: 1;
  padding: 130px 0 72px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--orange);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(56px, 7.2vw, 108px);
  line-height: 0.92;
  font-weight: 950;
  letter-spacing: 0;
}

.hero-subtitle {
  max-width: 620px;
  margin: 24px 0 0;
  font-size: clamp(18px, 2vw, 24px);
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.55;
}

.hero-subtitle span {
  display: inline-block;
}

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

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 800;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  color: var(--white);
  background: var(--orange);
}

.btn-primary:hover {
  background: var(--orange-dark);
}

.btn-light {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.76);
  background: rgba(255, 255, 255, 0.12);
}

.btn-light[type="button"] {
  color: var(--white);
}

.btn-outline {
  color: var(--ink);
  border-color: var(--line);
  background: var(--white);
}

.hero-stats {
  width: min(680px, 100%);
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(10, 18, 28, 0.5);
  backdrop-filter: blur(18px);
}

.hero-stats div {
  padding: 16px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.hero-stats div:last-child {
  border-right: 0;
}

.hero-stats strong {
  display: block;
  font-size: 32px;
  line-height: 1.1;
}

.hero-stats span {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
}

.section {
  padding: 96px 0;
}

.about-section,
.membership-section,
.muted-section,
.notice-section {
  background: var(--cream);
}

.about-section {
  padding-top: 72px;
  background:
    linear-gradient(180deg, #fbfcfd, var(--cream));
}

.two-column {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 64px;
  align-items: center;
}

.align-start {
  align-items: start;
}

.section-heading h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(30px, 3.8vw, 50px);
  line-height: 1.12;
  font-weight: 920;
  letter-spacing: 0;
}

.section-heading p:not(.eyebrow) {
  max-width: 520px;
  margin: 18px 0 0;
  color: var(--muted);
}

.centered {
  max-width: 780px;
  margin: 0 auto 48px;
  text-align: center;
}

.split-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.75fr);
  gap: 40px;
  align-items: end;
  margin-bottom: 42px;
}

.split-heading p:not(.eyebrow) {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

.rich-copy {
  font-size: 18px;
  color: #3d4652;
}

.rich-copy p {
  margin: 0 0 18px;
}

.facility-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 64px 28px;
}

.facility-item {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.facility-item.reverse .facility-image,
.facility-item.reverse .facility-carousel {
  order: 0;
}

.facility-image {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.facility-image img {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
}

.facility-carousel {
  position: relative;
  overflow: hidden;
  min-height: 0;
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.facility-slides {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.facility-slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  pointer-events: none;
  transform: scale(1.025);
  transition: opacity 0.45s ease, transform 0.65s ease;
}

.facility-slide.active {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}

.facility-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.facility-item[data-facility-area="cardio"] .facility-slide:first-child img {
  object-position: center 58%;
}

.facility-slide figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  gap: 3px;
  padding: 28px 150px 24px 28px;
  color: var(--white);
  background: linear-gradient(0deg, rgba(17, 24, 33, 0.78), rgba(17, 24, 33, 0));
}

.facility-slide figcaption strong {
  font-size: 20px;
  line-height: 1.25;
  font-weight: 900;
}

.facility-slide figcaption span {
  max-width: 520px;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.84);
}

.facility-carousel-controls {
  position: absolute;
  right: 22px;
  bottom: 28px;
  z-index: 3;
  display: flex;
  gap: 12px;
}

.facility-carousel-controls button {
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 50%;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
  font-size: 34px;
  line-height: 1;
  font-weight: 500;
}

.facility-carousel-controls button:hover {
  color: var(--white);
  background: var(--orange);
}

.facility-dots {
  position: absolute;
  left: 28px;
  bottom: 16px;
  z-index: 4;
  display: flex;
  gap: 7px;
}

.facility-dots span {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.48);
}

.facility-dots span.active {
  width: 20px;
  background: var(--orange);
}

.facility-copy h3 {
  margin: 0 0 14px;
  font-size: clamp(27px, 2.8vw, 38px);
  line-height: 1.12;
  font-weight: 920;
}

.facility-copy {
  padding: 26px 2px 0;
}

.facility-copy p {
  color: var(--muted);
}

.check-list,
.course-card ul,
.notice-card ul {
  padding: 0;
  margin: 22px 0;
  list-style: none;
}

.check-list li,
.course-card li,
.notice-card li {
  position: relative;
  padding-left: 26px;
  margin: 10px 0;
}

.check-list li::before,
.course-card li::before,
.notice-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--green);
  transform: translateY(-50%);
}

.service-line {
  margin: 22px 0 0;
  padding: 15px 18px;
  border-left: 4px solid var(--orange);
  background: #fff4ef;
  color: var(--ink) !important;
  border-radius: 0 6px 6px 0;
  font-weight: 700;
}

.courses-band {
  color: var(--ink);
  background: linear-gradient(135deg, #fff7f2 0%, #ffffff 48%, #fff0e8 100%);
}

.courses-band .section-heading h2 {
  color: var(--ink);
}

.course-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.course-card,
.coach-card,
.notice-card,
.news-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--soft-shadow);
}

.course-card {
  color: var(--ink);
}

.course-card img {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
}

.course-card div {
  padding: 24px;
}

.course-card h3,
.coach-card h2,
.notice-card h2,
.news-card h2 {
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 900;
}

.membership-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  counter-reset: membership;
  list-style: none;
}

.membership-list li {
  counter-increment: membership;
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  align-items: center;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--soft-shadow);
  font-weight: 700;
}

.membership-list li::before {
  content: counter(membership);
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: var(--white);
  background: var(--ink);
  font-weight: 900;
}

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

.advantage-item {
  min-height: 118px;
  display: flex;
  align-items: center;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--soft-shadow);
  font-weight: 700;
}

.contact-section {
  background:
    linear-gradient(135deg, #eef8fb 0%, #f8fbfd 48%, #fff4ef 100%);
}

.contact-page-section {
  background: var(--cool);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 0.88fr;
  gap: 40px;
  align-items: start;
}

.contact-copy h2 {
  margin: 0;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.12;
  font-weight: 920;
}

.contact-copy > p {
  max-width: 620px;
  color: var(--muted);
  font-size: 18px;
}

.contact-info {
  margin-top: 24px;
  display: grid;
  gap: 10px;
}

.contact-info p {
  margin: 0;
  padding: 15px 18px;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 6px 18px rgba(20, 33, 48, 0.05);
}

.contact-workspace {
  overflow: hidden;
  scroll-margin-top: 92px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.contact-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px;
  padding: 5px;
  border-bottom: 1px solid var(--line);
  background: #edf2f5;
}

.contact-tabs button {
  min-height: 48px;
  border: 0;
  border-radius: 6px;
  color: var(--muted);
  background: transparent;
  font-weight: 850;
}

.contact-tabs button[aria-selected="true"] {
  color: var(--orange-dark);
  background: var(--white);
  box-shadow: 0 3px 12px rgba(20, 33, 48, 0.1);
}

.contact-tabs button:focus-visible {
  outline: 3px solid rgba(14, 143, 197, 0.35);
  outline-offset: -2px;
}

.contact-panel[hidden] {
  display: none;
}

.contact-workspace .lead-form {
  border-radius: 0;
  box-shadow: none;
}

.lead-form {
  padding: 30px;
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.lead-form h3 {
  margin: 0 0 18px;
  font-size: 28px;
  font-weight: 920;
}

.lead-form label {
  display: grid;
  gap: 7px;
  margin-bottom: 15px;
}

.lead-form span {
  font-size: 14px;
  font-weight: 800;
}

.lead-form input,
.lead-form select,
.lead-form textarea,
.admin-login-card input,
.admin-form input,
.admin-form select,
.admin-form textarea,
.admin-table select,
.admin-media-card input {
  width: 100%;
  border: 1px solid #d7dde5;
  border-radius: 6px;
  padding: 12px 13px;
  color: var(--ink);
  background: var(--white);
  outline: none;
}

.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus,
.admin-login-card input:focus,
.admin-form input:focus,
.admin-form select:focus,
.admin-form textarea:focus,
.admin-table select:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(26, 115, 184, 0.12);
}

.lead-form button {
  width: 100%;
}

.form-note {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 13px;
  text-align: center;
}

.form-message {
  margin-bottom: 16px;
  padding: 12px;
  border-radius: 6px;
  font-weight: 700;
}

.form-message.success {
  color: #075f47;
  background: #dff7ee;
}

.form-message.error {
  color: #8a2712;
  background: #ffe7de;
}

.website-field {
  position: absolute;
  left: -9999px;
}

.checkbox-line {
  grid-template-columns: auto 1fr;
  align-items: center;
}

.checkbox-line input {
  width: 18px;
  height: 18px;
}

.page-hero {
  min-height: 430px;
  display: grid;
  align-items: end;
  padding: 140px 0 68px;
  color: var(--white);
  background: #101b27;
  overflow: hidden;
}

.page-hero-inner {
  max-width: 1200px;
}

.page-hero h1 {
  margin: 0;
  max-width: 860px;
  font-size: clamp(42px, 5.4vw, 76px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: 0;
}

.page-hero p:not(.eyebrow) {
  max-width: 900px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(17px, 1.65vw, 23px);
  line-height: 1.55;
}

.page-hero p span {
  display: inline-block;
  margin-right: 0.5em;
}

.compact-hero {
  background:
    radial-gradient(circle at 80% 20%, rgba(64, 213, 209, 0.2), transparent 28%),
    linear-gradient(90deg, rgba(13, 24, 35, 0.94), rgba(13, 24, 35, 0.74) 56%, rgba(13, 24, 35, 0.42)),
    var(--compact-hero-bg, url("../images/strength-1.jpg")) center / cover;
}

.courses-hero {
  background:
    radial-gradient(circle at 82% 28%, rgba(255, 90, 31, 0.24), transparent 30%),
    linear-gradient(90deg, rgba(13, 24, 35, 0.95), rgba(13, 24, 35, 0.72) 60%, rgba(13, 24, 35, 0.36)),
    var(--courses-hero-bg, url("../images/private-coach.jpg")) center 42% / cover;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.gallery-card {
  position: relative;
  min-height: 260px;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  color: var(--white);
  background: var(--ink);
  text-align: left;
}

.gallery-card img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.gallery-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.72));
}

.gallery-card:hover img {
  transform: scale(1.04);
}

.gallery-card span,
.gallery-card strong {
  position: absolute;
  z-index: 1;
  left: 18px;
  right: 18px;
}

.gallery-card span {
  bottom: 52px;
  color: #ffd8c8;
  font-size: 13px;
  font-weight: 800;
}

.gallery-card strong {
  bottom: 20px;
  font-size: 20px;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: none;
  place-items: center;
  padding: 28px;
  background: rgba(0, 0, 0, 0.86);
}

.lightbox.open {
  display: grid;
}

.lightbox img {
  max-width: min(1080px, 94vw);
  max-height: 82vh;
  border-radius: 8px;
  object-fit: contain;
}

.lightbox p {
  margin: 14px 0 0;
  color: var(--white);
  font-weight: 700;
}

.lightbox-close {
  position: absolute;
  right: 24px;
  top: 20px;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 6px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  font-size: 30px;
  line-height: 1;
}

.course-detail-list {
  display: grid;
  gap: 34px;
}

.course-detail {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 34px;
  align-items: center;
  padding-bottom: 34px;
  border-bottom: 1px solid var(--line);
}

.course-detail:last-child {
  border-bottom: 0;
}

.course-detail img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 8px;
}

.course-detail h2 {
  margin: 0 0 12px;
  font-size: 34px;
}

.coach-grid,
.notice-grid,
.news-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.coach-feature {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 36px;
  align-items: start;
}

.coach-feature-media {
  position: sticky;
  top: 104px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.coach-feature-media img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.coach-feature-list {
  display: grid;
  gap: 18px;
}

.coach-profile-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.coach-profile-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--soft-shadow);
}

.coach-profile-card > img {
  width: 100%;
  aspect-ratio: 6 / 5;
  object-fit: cover;
}

.coach-profile-card > div {
  padding: 22px;
}

.coach-profile-card .coach-avatar {
  width: 48px;
  height: 48px;
  margin-bottom: 14px;
  background: linear-gradient(135deg, var(--orange), var(--orange-dark));
}

.coach-profile-card h2 {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 1.2;
}

.coach-card,
.notice-card,
.news-card {
  padding: 24px;
  border-color: var(--line);
}

.coach-feature .coach-card {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 18px;
  align-items: start;
}

.coach-avatar {
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: var(--white);
  background: linear-gradient(135deg, var(--ink), var(--blue));
  font-weight: 900;
}

.coach-role,
.coach-years {
  margin: 0 0 8px;
  color: var(--orange-dark);
  font-weight: 800;
}

.coach-years {
  color: var(--blue);
}

.text-link {
  display: inline-flex;
  margin-top: 14px;
  color: var(--blue);
  font-weight: 800;
}

.news-card span {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 5px 10px;
  border-radius: 6px;
  color: var(--orange-dark);
  background: #fff0e9;
  font-size: 13px;
  font-weight: 900;
}

.news-cover {
  display: block;
  margin: -24px -24px 18px;
}

.news-cover img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 42px;
  align-items: start;
}

.article-main {
  min-width: 0;
}

.article-cover {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 24px 0;
  color: var(--muted);
  font-weight: 800;
}

.article-meta span {
  color: var(--orange-dark);
}

.article-copy {
  color: #3d4652;
  font-size: 18px;
  line-height: 1.9;
  white-space: normal;
}

.article-side {
  position: sticky;
  top: 94px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 10px 26px rgba(26, 38, 56, 0.06);
}

.article-side h2 {
  margin: 0 0 10px;
  font-size: 24px;
}

.wechat-modal {
  position: fixed;
  inset: 0;
  z-index: 400;
  display: none;
  place-items: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.6);
}

.wechat-modal.open {
  display: grid;
}

.wechat-dialog {
  position: relative;
  width: min(380px, 100%);
  padding: 28px;
  border-radius: 8px;
  background: var(--white);
  text-align: center;
  box-shadow: var(--shadow);
}

.wechat-dialog h2 {
  margin: 0 0 16px;
  font-size: 28px;
}

.wechat-dialog img,
.wechat-placeholder {
  width: 190px;
  height: 190px;
  margin: 0 auto 18px;
  border-radius: 8px;
}

.wechat-dialog img {
  object-fit: cover;
}

.wechat-placeholder {
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--orange);
  font-size: 42px;
  font-weight: 900;
}

.wechat-dialog p {
  color: var(--muted);
}

.wechat-close {
  position: absolute;
  right: 12px;
  top: 10px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 6px;
  background: #f1f3f5;
  font-size: 26px;
  line-height: 1;
}

.admin-body {
  min-height: 100vh;
  background: #f3f6f8;
}

.admin-login {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
}

.admin-login-card,
.admin-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 32px rgba(26, 38, 56, 0.08);
}

.admin-login-card {
  width: min(420px, 100%);
  display: grid;
  gap: 16px;
  padding: 30px;
}

.admin-login-card h1,
.admin-panel h1 {
  margin: 0;
  font-size: 30px;
  line-height: 1.15;
}

.admin-login-card label,
.admin-form label {
  display: grid;
  gap: 7px;
}

.admin-login-card span,
.admin-form span,
.admin-media-card h2 {
  font-weight: 800;
}

.admin-login-card p,
.admin-panel p {
  color: var(--muted);
}

.admin-shell {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
}

.admin-sidebar {
  padding: 24px;
  color: var(--white);
  background: #1f2933;
}

.admin-sidebar nav {
  display: grid;
  gap: 8px;
  margin-top: 28px;
}

.admin-sidebar nav a {
  padding: 12px 14px;
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.84);
  font-weight: 800;
}

.admin-sidebar nav a:hover,
.admin-sidebar nav a.active {
  color: var(--white);
  background: rgba(255, 255, 255, 0.12);
}

.admin-main {
  min-width: 0;
  padding: 28px;
}

.admin-panel {
  padding: 28px;
}

.admin-title-row {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  margin-bottom: 24px;
}

.admin-quick-grid,
.admin-media-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 24px;
}

.admin-quick-grid a,
.admin-media-card {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfcfd;
}

.admin-quick-grid strong,
.admin-quick-grid span {
  display: block;
}

.admin-quick-grid strong {
  margin-bottom: 8px;
  font-size: 20px;
}

.admin-quick-grid span {
  color: var(--muted);
}

.admin-table-wrap {
  overflow-x: auto;
}

.admin-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 760px;
}

.admin-table th,
.admin-table td {
  padding: 14px 12px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.admin-table th {
  color: #475467;
  background: #f8fafc;
  font-size: 14px;
}

.admin-table small {
  color: var(--muted);
}

.admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.admin-actions a,
.admin-actions button,
.admin-table button {
  border: 0;
  color: var(--blue);
  background: transparent;
  font-weight: 800;
}

.admin-form {
  display: grid;
  gap: 18px;
}

.admin-form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.admin-preview-image,
.admin-media-card img {
  width: 100%;
  max-height: 260px;
  object-fit: cover;
  border-radius: 8px;
}

.admin-thumb {
  width: 128px;
  height: 82px;
  object-fit: cover;
  border-radius: 8px;
}

.admin-check {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 800;
}

.admin-check input {
  width: auto;
}

.admin-media-card {
  display: grid;
  gap: 14px;
}

.admin-media-card h2 {
  margin: 0;
  font-size: 20px;
}

.legal-copy {
  max-width: 820px;
}

.legal-copy h2 {
  margin: 28px 0 10px;
  font-size: 26px;
}

.legal-copy h2:first-child {
  margin-top: 0;
}

.site-footer {
  padding: 58px 0 82px;
  color: rgba(255, 255, 255, 0.82);
  background: #1f2933;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1fr;
  gap: 42px;
}

.footer-brand {
  color: var(--white);
}

.site-footer h2 {
  margin: 0 0 14px;
  color: var(--white);
  font-size: 18px;
}

.site-footer p {
  margin: 8px 0;
}

.footer-links {
  display: grid;
  gap: 8px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 14px;
}

.footer-copyright {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 12px;
}

.mobile-action-bar {
  display: none;
}

@media (max-width: 1024px) {
  .header-phone {
    display: none;
  }

  .main-nav {
    gap: 0;
  }

  .main-nav a {
    padding-inline: 9px;
  }

  .facility-list {
    grid-template-columns: 1fr;
    gap: 58px;
  }

  .course-grid,
  .advantage-grid,
  .gallery-grid,
  .coach-grid,
  .notice-grid,
  .news-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 820px) {
  .container {
    width: min(100% - 32px, 720px);
  }

  .site-header {
    color: var(--ink);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
  }

  .header-inner {
    min-height: 64px;
  }

  .brand {
    min-width: 0;
  }

  .brand-logo img {
    width: 150px;
  }

  .brand-text strong {
    font-size: 15px;
  }

  .nav-toggle {
    display: block;
  }

  .main-nav {
    position: absolute;
    top: 64px;
    left: 14px;
    right: 14px;
    display: none;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    box-shadow: var(--shadow);
  }

  .main-nav.open {
    display: grid;
  }

  .main-nav a {
    padding: 12px;
  }

  .hero {
    min-height: 84svh;
  }

  .hero-media {
    grid-template-columns: 1fr;
  }

  .hero-img-side {
    display: none;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(6, 13, 22, 0.34), rgba(6, 13, 22, 0.82)),
      linear-gradient(90deg, rgba(6, 13, 22, 0.82), rgba(6, 13, 22, 0.44));
  }

  .hero-content {
    padding: 112px 0 40px;
  }

  .hero h1 {
    max-width: 360px;
    font-size: clamp(48px, 15vw, 68px);
    line-height: 0.96;
  }

  .page-hero h1 {
    max-width: 100%;
    font-size: clamp(38px, 11vw, 56px);
    line-height: 1.04;
  }

  .hero-subtitle,
  .page-hero p {
    font-size: 18px;
    line-height: 1.58;
  }

  .hero-actions .btn,
  .section-actions .btn {
    flex: 1 1 180px;
  }

  .hero-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-stats div:nth-child(2) {
    border-right: 0;
  }

  .hero-stats div:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .section {
    padding: 64px 0;
  }

  .two-column,
  .facility-item,
  .facility-item.reverse,
  .contact-grid,
  .course-detail,
  .footer-grid,
  .article-layout,
  .admin-shell,
  .coach-feature,
  .split-heading {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .split-heading {
    margin-bottom: 30px;
  }

  .coach-feature-media {
    position: static;
  }

  .article-side {
    position: static;
  }

  .admin-sidebar {
    position: static;
  }

  .admin-sidebar nav {
    grid-template-columns: repeat(3, 1fr);
  }

  .admin-main {
    padding: 18px;
  }

  .facility-item.reverse .facility-image,
  .facility-item.reverse .facility-carousel {
    order: 0;
  }

  .course-grid,
  .advantage-grid,
  .gallery-grid,
  .coach-grid,
  .coach-profile-grid,
  .notice-grid,
  .news-list {
    grid-template-columns: 1fr;
  }

  .page-hero {
    min-height: 360px;
    padding: 112px 0 48px;
  }

  .gallery-card,
  .gallery-card img {
    min-height: 230px;
  }

  .facility-slide figcaption {
    padding: 22px 96px 26px 18px;
  }

  .facility-slide figcaption strong {
    font-size: 17px;
  }

  .facility-slide figcaption span {
    display: none;
  }

  .facility-carousel-controls {
    right: 16px;
    bottom: 22px;
    gap: 8px;
  }

  .facility-carousel-controls button {
    width: 38px;
    height: 38px;
    font-size: 28px;
  }

  .footer-bottom {
    display: grid;
  }

  .mobile-action-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 120;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background: var(--white);
    box-shadow: 0 -6px 22px rgba(0, 0, 0, 0.12);
  }

  .mobile-action-bar a,
  .mobile-action-bar button {
    min-height: 54px;
    display: grid;
    place-items: center;
    color: var(--ink);
    border: 0;
    border-right: 1px solid var(--line);
    background: var(--white);
    font-size: 14px;
    font-weight: 800;
  }

  .mobile-action-bar a:nth-child(2) {
    color: var(--white);
    background: var(--orange);
  }

  .admin-quick-grid,
  .admin-media-grid,
  .admin-form-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 460px) {
  .brand-mark {
    width: 38px;
    height: 38px;
    font-size: 13px;
  }

  .brand-logo img {
    width: 138px;
  }

  .hero h1 {
    font-size: clamp(44px, 14vw, 58px);
  }

  .page-hero h1 {
    font-size: clamp(34px, 10vw, 48px);
  }

  .page-hero p span {
    display: block;
    margin-right: 0;
  }

  .hero-stats strong {
    font-size: 24px;
  }

  .lead-form {
    padding: 20px;
  }

  .admin-panel,
  .admin-login-card {
    padding: 20px;
  }

  .admin-sidebar nav {
    grid-template-columns: 1fr;
  }

  .mobile-action-bar a,
  .mobile-action-bar button {
    font-size: 11px;
  }

  .coach-feature .coach-card {
    grid-template-columns: 1fr;
  }

  .membership-list li {
    grid-template-columns: 38px 1fr;
    padding: 14px;
  }

  .membership-list li::before {
    width: 38px;
    height: 38px;
  }
}

/* 2026 homepage content and conversion refresh */
:root {
  --warm: #fff4ed;
  --cool: #eef8f7;
  --deep: #111c27;
}

:focus-visible {
  outline: 3px solid rgba(14, 143, 197, 0.42);
  outline-offset: 3px;
}

.hero-content {
  width: min(1200px, calc(100% - 48px));
}

.hero h1 {
  max-width: 720px;
  font-size: clamp(58px, 6.6vw, 94px);
}

.hero-subtitle {
  max-width: 690px;
}

.hero-stats {
  width: min(1000px, 100%);
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.18);
}

.hero-stats div,
.hero-stats div:last-child,
.hero-stats div:nth-child(2),
.hero-stats div:nth-child(-n + 2) {
  min-width: 0;
  padding: 15px 12px;
  border: 0;
  background: rgba(10, 18, 28, 0.68);
}

.hero-stats strong {
  font-size: clamp(24px, 2.35vw, 32px);
}

.hero-stats span {
  min-height: 42px;
  line-height: 1.45;
}

.page-home .persona-section,
.page-home .facility-section,
.page-home .courses-band,
.page-home .membership-section,
.page-home .advantage-section,
.page-home .faq-section {
  padding: 80px 0;
}

.brand-story-section {
  padding: 80px 0;
  background: var(--warm);
}

.brand-story-layout {
  display: block;
}

.brand-story-layout .section-heading {
  position: static;
}

.brand-story-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.story-point {
  display: block;
  min-width: 0;
  padding: 24px 0 0;
  border-top: 2px solid rgba(23, 33, 45, 0.16);
}

.story-point:first-child {
  padding-top: 24px;
}

.story-point > span {
  display: block;
  margin-bottom: 16px;
  color: var(--orange);
  font-size: 13px;
  font-weight: 900;
}

.story-point p,
.story-closing {
  margin: 0;
  color: var(--ink-2);
  font-size: 18px;
  line-height: 1.8;
}

.story-point strong {
  color: var(--orange-dark);
}

.story-closing {
  max-width: 820px;
  margin: 34px auto 0;
  padding-left: 0;
  text-align: center;
  font-weight: 800;
}

.section-cta {
  margin-top: 36px;
  text-align: center;
}

.section-cta-left {
  padding-left: 76px;
  text-align: left;
}

.cta-note {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
}

.persona-section {
  background: var(--white);
}

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

.persona-card {
  min-height: 292px;
  display: flex;
  flex-direction: column;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.persona-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 90, 31, 0.35);
  box-shadow: var(--soft-shadow);
}

.persona-index {
  width: 42px;
  height: 30px;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  border-radius: 6px;
  color: var(--orange-dark);
  background: var(--warm);
  font-size: 12px;
  font-weight: 900;
}

.persona-card h3 {
  margin: 0 0 12px;
  font-size: 21px;
  line-height: 1.25;
}

.persona-card p {
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.persona-tag {
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  color: var(--orange-dark);
  font-size: 14px;
  font-weight: 800;
}

.about-section {
  padding: 76px 0;
  background: var(--cool);
}

.facility-section .centered > p:not(.eyebrow),
.persona-section .centered > p:not(.eyebrow) {
  margin-inline: auto;
}

.parking-section {
  color: var(--ink);
  background: var(--cool);
}

.notice-parking-section {
  background: var(--cool);
}

.parking-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(44px, 8vw, 112px);
  align-items: center;
}

.parking-details {
  display: grid;
  border-top: 1px solid rgba(23, 33, 45, 0.14);
}

.parking-details > div {
  display: grid;
  gap: 5px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(23, 33, 45, 0.14);
}

.parking-details span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.parking-details strong {
  font-size: 20px;
  line-height: 1.45;
}

.parking-details small {
  color: var(--muted);
}

.parking-details .parking-highlight {
  margin-top: 18px;
  padding: 22px;
  border: 1px solid rgba(255, 90, 31, 0.28);
  border-radius: 8px;
  background: var(--white);
}

.parking-highlight strong {
  color: var(--orange-dark);
}

.advantage-section {
  color: var(--white);
  background: var(--deep);
}

.advantage-section .section-heading h2 {
  color: var(--white);
}

.trust-rank {
  max-width: 840px;
  margin: 0 auto 38px;
  text-align: center;
}

.trust-rank-badge {
  display: inline-block;
  margin: 0 0 12px;
  padding: 10px 16px;
  border-radius: 6px;
  color: var(--white);
  background: var(--orange);
  font-weight: 900;
}

.trust-rank-quote {
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
}

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

.trust-grid .advantage-item {
  min-height: 150px;
  display: grid;
  align-content: center;
  gap: 10px;
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.055);
  box-shadow: none;
}

.trust-grid .advantage-item::before {
  display: none;
}

.trust-grid strong {
  color: #ff8052;
  font-size: 21px;
}

.trust-grid span {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.65;
}

.testimonial-strip {
  margin-top: 64px;
  padding-top: 58px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

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

.testimonial-item {
  margin: 0;
  padding: 26px;
  border-left: 3px solid var(--green);
  border-radius: 0 8px 8px 0;
  background: rgba(255, 255, 255, 0.06);
}

.testimonial-item p {
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
  line-height: 1.8;
}

.testimonial-item cite,
.testimonial-note {
  color: rgba(255, 255, 255, 0.52);
  font-size: 13px;
  font-style: normal;
}

.testimonial-note {
  margin: 18px 0 0;
  text-align: center;
}

.faq-section {
  background: var(--white);
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(48px, 8vw, 108px);
  align-items: start;
}

.faq-heading {
  position: sticky;
  top: 112px;
}

.faq-list {
  display: grid;
  border-top: 1px solid var(--line);
}

.faq-item {
  border-bottom: 1px solid var(--line);
}

.faq-item summary {
  position: relative;
  padding: 22px 54px 22px 0;
  color: var(--ink);
  cursor: pointer;
  font-size: 17px;
  font-weight: 850;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 18px;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--orange-dark);
  background: var(--warm);
  font-size: 21px;
  font-weight: 500;
}

.faq-item[open] summary::after {
  content: "−";
}

.faq-item p {
  margin: -4px 52px 22px 0;
  color: var(--muted);
  line-height: 1.8;
}

@media (max-width: 1180px) {
  .header-phone {
    display: none;
  }

  .nav-toggle {
    display: block;
  }

  .main-nav {
    position: absolute;
    top: 72px;
    left: 24px;
    right: 24px;
    display: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    box-shadow: var(--shadow);
  }

  .main-nav.open {
    display: grid;
  }

  .main-nav a {
    padding: 12px;
    border-radius: 6px;
  }

  .hero-stats {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

@media (max-width: 820px) {
  .hero-content {
    width: min(100% - 32px, 720px);
    padding: 94px 0 26px;
  }

  .hero h1 {
    max-width: 430px;
    font-size: clamp(48px, 13vw, 60px);
  }

  .hero-subtitle {
    margin-top: 18px;
  }

  .hero-actions {
    margin-top: 20px;
  }

  .hero-stats {
    margin-top: 26px;
  }

  .hero-stats {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .hero-stats .stat-item:last-child {
    grid-column: auto / span 2;
  }

  .hero-stats span {
    min-height: 0;
  }

  .brand-story-section {
    padding: 64px 0;
  }

  .brand-story-layout,
  .parking-grid,
  .faq-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .brand-story-layout .section-heading,
  .faq-heading {
    position: static;
  }

  .story-closing,
  .section-cta-left {
    padding-left: 0;
  }

  .brand-story-points {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-home .persona-section,
  .page-home .facility-section,
  .page-home .courses-band,
  .page-home .membership-section,
  .page-home .advantage-section,
  .page-home .faq-section {
    padding: 64px 0;
  }

  .persona-grid,
  .trust-grid,
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .persona-card {
    min-height: 0;
  }

  .trust-grid .advantage-item {
    min-height: 0;
  }

  .testimonial-strip {
    margin-top: 64px;
    padding-top: 56px;
  }
}

@media (max-width: 460px) {
  .header-inner {
    gap: 10px;
  }

  .header-contact {
    padding-inline: 12px;
    font-size: 13px;
  }

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

  .hero-actions .btn {
    min-width: 0;
    padding-inline: 12px;
  }

  .hero-actions .btn:first-child {
    grid-column: 1 / -1;
  }

  .hero-stats div,
  .hero-stats div:last-child,
  .hero-stats div:nth-child(2),
  .hero-stats div:nth-child(-n + 2) {
    padding: 12px 8px;
  }

  .hero-stats span {
    font-size: 11px;
  }

  .story-point {
    grid-template-columns: 38px 1fr;
    gap: 12px;
  }

  .story-point p,
  .story-closing {
    font-size: 16px;
  }

  .persona-card,
  .testimonial-item {
    padding: 22px;
  }

  .parking-details strong {
    font-size: 17px;
  }

  .faq-item summary {
    padding-right: 46px;
    font-size: 16px;
  }

  .faq-item p {
    margin-right: 0;
  }
}

@media (max-width: 360px) {
  .header-contact {
    display: none;
  }
}
