*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "PingFang SC", "Microsoft YaHei", sans-serif;
  color: #1f2937;
  background: #ffffff;
  line-height: 1.6;
}
img { display: block; max-width: 100%; }
a { color: #0f766e; text-decoration: none; }
a:hover { color: #115e59; }
h1, h2, h3, h4 { line-height: 1.22; margin: 0 0 0.5em; font-weight: 700; letter-spacing: 0; }
h1 { font-size: 2.25rem; }
h2 { font-size: 1.7rem; }
h3 { font-size: 1.15rem; }
p { margin: 0 0 1em; }
ul, ol { margin: 0 0 1em; padding-left: 1.2em; }
small { color: #6b7280; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.band { padding: 56px 0; }
.band-soft { background: #f6f8f7; }

.eyebrow {
  color: #0f766e;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.6rem;
}
.eyebrow.light { color: #ccfbf1; }

.section-head { max-width: 640px; margin-bottom: 28px; }
.section-head p:not(.eyebrow) { color: #6b7280; }

.split-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 18px; margin-bottom: 26px; flex-wrap: wrap; }
.split-head .section-head { margin-bottom: 0; }

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: #0f766e;
  border-bottom: 1px solid #0d5f58;
}
.header-inner { display: flex; align-items: center; gap: 22px; height: 68px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; font-size: 1.15rem; color: #fff; }
.brand img { width: 34px; height: 34px; }
.brand-sub { color: #ccfbf1; font-size: 0.72rem; font-weight: 700; text-transform: uppercase; margin-left: 4px; }
.main-nav { display: flex; gap: 4px; margin-left: auto; }
.main-nav a { padding: 8px 16px; border-radius: 8px; background: transparent; color: rgba(255,255,255,0.88); font-size: 0.8rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; }
.main-nav a:hover { background: rgba(255,255,255,0.15); color: #fff; }
.main-nav a.active { background: rgba(255,255,255,0.22); color: #fff; }
.header-phone { color: #ccfbf1; font-weight: 300; font-style: italic; white-space: nowrap; font-family: "Helvetica Neue", "SF Pro Display", -apple-system, sans-serif; font-size: 0.92rem; letter-spacing: 0.02em; }
.nav-toggle { display: none; background: none; border: 0; padding: 8px; cursor: pointer; }
.nav-toggle span { display: block; width: 22px; height: 2px; background: #fff; margin: 5px 0; border-radius: 2px; }

/* Hero */
.hero { position: relative; min-height: 620px; display: flex; align-items: center; color: #fff; overflow: hidden; }
.hero-slideshow { position: relative; height: 620px; color: #fff; overflow: hidden; }
.slide-track { position: static; }
.slide { position: absolute; inset: 0; opacity: 0; transition: opacity 0.8s ease; pointer-events: none; display: flex; align-items: center; }
.slide.active { opacity: 1; pointer-events: auto; z-index: 1; }
.slide-arrow { position: absolute; top: 50%; transform: translateY(-50%); z-index: 3; background: rgba(255,255,255,0.2); border: 0; color: #fff; font-size: 2.4rem; width: 48px; height: 48px; border-radius: 50%; cursor: pointer; display: flex; align-items: center; justify-content: center; line-height: 1; padding: 0; }
.slide-arrow:hover { background: rgba(255,255,255,0.35); }
.slide-prev { left: 24px; }
.slide-next { right: 24px; }
.slide-dots { position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%); z-index: 3; display: flex; gap: 10px; }
.dot { width: 10px; height: 10px; border-radius: 50%; border: 1.5px solid rgba(255,255,255,0.75); background: transparent; cursor: pointer; padding: 0; }
.dot.active { background: #fff; border-color: #fff; }
.hero-media, .hero-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(105deg, rgba(8, 47, 45, 0.9) 0%, rgba(15, 118, 110, 0.62) 46%, rgba(15, 118, 110, 0.18) 100%); }
.hero-content { position: relative; z-index: 2; padding: 70px 20px; max-width: 1200px; }
.hero h1 { font-size: 3.6rem; max-width: 780px; margin-bottom: 0.4em; }
.hero-slideshow .hero-content h1 { font-size: 3.6rem; max-width: 780px; margin-bottom: 0.4em; }
.hero-sub { font-size: 1.25rem; max-width: 560px; color: #eef2f2; margin-bottom: 28px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 40px; }
.hero-stats { display: flex; gap: 44px; flex-wrap: wrap; }
.hero-stats strong { display: block; font-size: 2.1rem; line-height: 1; }
.hero-stats span { color: #d1e9e6; font-size: 0.9rem; }

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 8px;
  border: 1px solid transparent;
  font-weight: 700;
  font-size: 0.95rem;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s, transform 0.1s;
}
.btn:active { transform: translateY(1px); }
.btn-primary { background: #0f766e; color: #fff; }
.btn-primary:hover { background: #115e59; color: #fff; }
.btn-light { background: #ffffff; color: #0f766e; }
.btn-light:hover { background: #ccfbf1; }
.btn-ghost-light { border-color: rgba(255, 255, 255, 0.75); color: #fff; background: transparent; }
.btn-ghost-light:hover { background: rgba(255, 255, 255, 0.14); color: #fff; }
.btn-outline { border-color: #0f766e; color: #0f766e; background: transparent; }
.btn-outline:hover { background: #f0fdfa; }
.btn-ghost { background: #f3f4f6; color: #374151; }
.btn-ghost:hover { background: #e5e7eb; }
.btn-danger { background: #b91c1c; color: #fff; }
.btn-danger:hover { background: #991b1b; color: #fff; }
.btn-block { width: 100%; }
.btn-sm { padding: 7px 12px; font-size: 0.85rem; }

/* Service tiles */
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-tile {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 26px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  color: inherit;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.service-tile:hover { border-color: #0f766e; box-shadow: 0 12px 28px rgba(15, 118, 110, 0.08); color: inherit; }
.service-icon { font-size: 1.8rem; }
.service-tile p { color: #6b7280; flex: 1; }
.service-tile .text-link { color: #0f766e; font-weight: 700; }

/* Cards */
.car-grid, .property-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.property-grid--4 { grid-template-columns: repeat(2, 1fr); }
.post-grid--4 { grid-template-columns: repeat(2, 1fr); }
.region-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.region-card { position: relative; border-radius: 8px; overflow: hidden; aspect-ratio: 3/2; display: block; }
.region-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s; }
.region-card:hover img { transform: scale(1.05); }
.region-label { position: absolute; bottom: 0; left: 0; right: 0; padding: 14px 16px; background: linear-gradient(transparent, rgba(0,0,0,0.7)); color: #fff; }
.region-label strong { display: block; font-size: 1.05rem; }
.region-label small { color: #d1e9e6; }
.region-band + .band { padding-top: 24px; }
.post-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }

.car-card, .property-card, .post-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.car-card:hover, .property-card:hover, .post-card:hover { box-shadow: 0 14px 30px rgba(17, 24, 39, 0.08); }
.car-media, .property-media, .post-media { position: relative; display: block; aspect-ratio: 16 / 10; overflow: hidden; }
.car-media img, .property-media img, .post-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.25s; }
.car-card:hover img, .property-card:hover img, .post-card:hover img { transform: scale(1.03); }
.car-card-body, .property-card-body, .post-card-body { padding: 18px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.car-title-row { display: flex; justify-content: space-between; gap: 12px; align-items: flex-start; }
.car-title-row h3 { margin-bottom: 0.2em; }
.car-meta { color: #6b7280; font-size: 0.85rem; margin: 0; }
.rate { color: #0f766e; font-weight: 800; font-size: 1.05rem; white-space: nowrap; }
.rate small { font-weight: 600; color: #6b7280; }
.chips { display: flex; flex-wrap: wrap; gap: 6px; list-style: none; padding: 0; margin: 0; }
.chips li { background: #f0fdfa; color: #115e59; border-radius: 999px; padding: 4px 10px; font-size: 0.78rem; font-weight: 600; }
.car-actions { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; }
.airport-price { color: #6b7280; font-size: 0.82rem; font-weight: 600; }

.tag { position: absolute; top: 12px; left: 12px; z-index: 2; border-radius: 6px; padding: 5px 10px; font-size: 0.75rem; font-weight: 700; background: rgba(17, 24, 39, 0.82); color: #fff; }
.tag-brand { background: #0f766e; }
.tag-featured { background: #b45309; }
.tag-new { background: #0f766e; }
.tag-price { left: auto; right: 12px; background: rgba(255, 255, 255, 0.94); color: #0f766e; }
.tag-price small { color: #6b7280; }

.property-area { color: #0f766e; font-size: 0.82rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; margin: 0; }
.property-card-body h3 { font-size: 1.05rem; }
.property-specs { display: flex; gap: 14px; list-style: none; padding: 0; margin: 0; color: #6b7280; font-size: 0.9rem; }
.text-link { font-weight: 700; color: #0f766e; }
.post-date { color: #6b7280; font-size: 0.82rem; margin: 0; }
.post-card-body p:not(.post-date) { color: #6b7280; font-size: 0.9rem; margin: 0; }
.post-card-body p:not(.post-date) { overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.post-card-body .text-link { margin-top: auto; }

/* Band image */
.band-image { background: #eef4f2; padding: 36px 0; }
.band-image-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; align-items: center; }
.band-image-media img { border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.band-image-text h2 { font-size: 2rem; margin-bottom: 0.5em; }
.band-image-text p { color: #4b5563; }

/* Page hero */
.page-hero { background: #f0fdfa; border-bottom: 1px solid #d1e9e6; padding: 44px 0 40px; }
.page-hero-compact { padding: 28px 0 26px; }
.page-hero h1 { font-size: 2.6rem; margin-bottom: 0.25em; }
.page-lead { max-width: 720px; color: #4b5563; font-size: 1.1rem; margin-bottom: 14px; }
.page-facts { display: flex; gap: 22px; flex-wrap: wrap; color: #0f766e; font-weight: 700; font-size: 0.9rem; }

.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; font-size: 0.84rem; color: #6b7280; margin-bottom: 20px; }
.crumb-sep { color: #9ca3af; }

/* SEO text */
.seo-text h2 { margin-top: 0.6em; }
.seo-text p { color: #4b5563; }
.seo-text ul li { margin-bottom: 0.35em; }
.filter-seo { border-top: 1px solid #e5e7eb; margin-top: 36px; padding-top: 28px; }

/* Filters */
.filter-bar {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr 0.9fr 0.9fr auto;
  gap: 14px;
  align-items: end;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 18px;
  margin-bottom: 18px;
}
.filter-actions { display: flex; gap: 8px; }
.result-count { color: #6b7280; font-size: 0.9rem; margin-bottom: 18px; }

/* Forms */
.field { display: flex; flex-direction: column; gap: 6px; }
.field label { font-size: 0.86rem; font-weight: 700; color: #374151; }
.field label small { font-weight: 500; }
.field input:not([type="radio"]):not([type="checkbox"]), .field select, .field textarea {
  border: 1px solid #d1d5db;
  border-radius: 8px;
  -webkit-appearance: none;
  padding: 10px 12px;
  font: inherit;
  color: #111827;
  background: #fff;
  width: 100%;
}
.car-option input[type="radio"] { width: auto; height: auto; padding: 0; margin: 0; border: 0; -webkit-appearance: auto; appearance: auto; flex: none; }
.field textarea { resize: vertical; min-height: 90px; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 2px solid #99f6e4; border-color: #0f766e; }
.field-row { display: grid; grid-template-columns: 1fr; gap: 14px; }
.stack-form { display: flex; flex-direction: column; gap: 16px; }
.stack-form fieldset { border: 0; padding: 0; margin: 0; display: flex; gap: 10px; flex-wrap: wrap; }
.stack-form fieldset { min-inline-size: 0; }
.stack-form, .car-options, .booking-layout, .rent-layout { min-width: 0; }
.stack-form legend { font-weight: 700; font-size: 0.9rem; margin-bottom: 8px; }
.seg input { accent-color: #0f766e; margin: 0 6px 0 0; width: auto; flex: none; }
.seg {
  display: inline-flex;
  align-items: center;
  padding: 9px 16px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
  font-size: 0.9rem;
}
.seg.selected { border-color: #0f766e; background: #ccfbf1; color: #115e59; }
.seg.selected { border-color: #0f766e; background: #ccfbf1; color: #115e59; }
.form-status { min-height: 1.2em; color: #6b7280; font-size: 0.9rem; margin: 0; }
.form-status.success { color: #047857; }
.form-status.error { color: #b91c1c; }

.car-options { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.car-option {
  display: flex;
  gap: 10px;
  align-items: center;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 10px;
  cursor: pointer;
}
.car-option.selected { border-color: #0f766e; background: #f0fdfa; }
.car-option img { width: 74px; height: 50px; object-fit: cover; border-radius: 6px; flex: none; }
.car-option strong { display: block; font-size: 0.92rem; }
.car-option small { color: #6b7280; }

/* Booking / rent layout */
.booking-layout, .rent-layout { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 32px; align-items: start; }
.booking-info, .rent-info { position: sticky; top: 90px; }
.booking-panel { background: #fff; border: 1px solid #e5e7eb; border-radius: 8px; padding: 26px; }
.booking-panel h2 { margin-bottom: 16px; }
.steps { list-style: none; padding: 0; display: flex; flex-direction: column; }
.steps li { display: flex; gap: 14px; align-items: flex-start; padding: 10px 0; }
.steps strong { display: block; font-size: 0.95rem; } .steps svg { margin-top: 2px; } .steps-grid { display: flex; flex-direction: column; gap: 0; } .step-row { display: flex; gap: 18px; align-items: flex-start; padding: 14px 0; border-bottom: 1px solid #e5e7eb; } .step-row:last-child { border-bottom: 0; } .step-num { width: 36px; height: 36px; border-radius: 50%; background: #0f766e; color: #fff; font-weight: 800; font-size: 1rem; display: flex; align-items: center; justify-content: center; flex: none; } .step-body strong { display: block; font-size: 0.95rem; color: #111827; margin-bottom: 3px; } .step-body span { color: #6b7280; font-size: 0.88rem; }
.callout { background: #fef3c7; border-left: 4px solid #d97706; border-radius: 6px; padding: 16px 18px; margin: 18px 0; }
.callout h3 { margin-bottom: 0.3em; }
.callout p { margin-bottom: 0.3em; color: #4b5563; }
.prose-lead p { color: #4b5563; } .fleet-banner { width: 100%; border-radius: 10px; aspect-ratio: 16/5; object-fit: cover; margin-bottom: 28px; } .callout-box { background: #f0fdfa; border: 1px solid #99f6e4; border-radius: 10px; padding: 20px 24px; margin-bottom: 28px; } .callout-box p { color: #115e59; font-size: 0.95rem; margin: 0; } .paper { max-width: .paper-title { font-size: 1.8rem; text-transform: uppercase; letter-spacing: 0.04em;  font-family: Georgia, "Times New Roman", serif; color: #0f2e2c; margin: 0 0 6px; } .paper-date { color: #6b7280; font-family: Georgia, "Times New Roman", serif; font-size: 0.95rem; margin: 0 0 24px; }  780px; margin: 0 auto; background: #fff; border-radius: 12px; box-shadow: 0 2px 24px rgba(0,0,0,0.07); padding: 48px 52px; } .paper h2 { margin-top: 1.4em; font-size: 1.3rem; font-family: Georgia, "Times New Roman", serif; color: #0f766e; } .paper h2:first-child { margin-top: 0; } .paper p { color: #374151; line-height: 1.8; font-family: Georgia, "Times New Roman", serif; }

.rent-photo img { width: 100%; clip-path: polygon(5% 0, 100% 8%, 95% 92%, 0 100%); aspect-ratio: 16 / 10; object-fit: cover; margin-bottom: 20px; }

/* Property detail */
.detail-head { display: flex; justify-content: space-between; gap: 24px; align-items: flex-end; flex-wrap: wrap; }
.detail-head h1 { margin-bottom: 0.2em; }
.detail-address { color: #6b7280; margin: 0; }
.detail-price { text-align: right; }
.detail-price strong { display: block; font-size: 2rem; color: #0f766e; line-height: 1; }
.detail-price p { color: #6b7280; margin: 4px 0 0; }
.detail-layout { display: grid; grid-template-columns: 1.4fr 0.6fr; gap: 30px; align-items: start; }
.gallery { position: relative; }
.gallery > img { width: 100%; border-radius: 8px; aspect-ratio: 16 / 10; object-fit: cover; }
.gallery-thumbs { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; margin-top: 12px; }
.gallery-thumb { border: 0; padding: 0; background: none; cursor: pointer; border-radius: 6px; overflow: hidden; border: 2px solid transparent; }
.gallery-thumb img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.gallery-thumb.active { border-color: #0f766e; }
.detail-block { margin-top: 30px; }
.feature-list li::before { content: "✓"; color: #0f766e; font-weight: 700; margin-right: 8px; } .feature-list { display: grid; list-style: none; padding-left: 0;; grid-template-columns: repeat(2, 1fr); gap: 8px 18px; padding-left: 1.1em; }
.detail-card { background: #fff; border: 1px solid #e5e7eb; border-radius: 8px; padding: 22px; }
.fact-list { margin: 0 0 18px; }
.fact-list div { display: flex; justify-content: space-between; gap: 12px; padding: 9px 0; border-bottom: 1px solid #f3f4f6; }
.fact-list dt { color: #6b7280; }
.fact-list dd { margin: 0; font-weight: 700; }
.video-embed { margin-top: 28px; }
.video-embed iframe { width: 100%; aspect-ratio: 16 / 9; border: 0; border-radius: 8px; }

/* Article */
.article-page { padding: 44px 0 70px; }
.article-head { max-width: 780px; margin: 0 auto 26px; }
.article-head h1 { font-size: 2.4rem; margin-bottom: 0.3em; }
.article-excerpt { color: #4b5563; font-size: 1.1rem; }
.article-cover { max-width: 900px; margin: 0 auto 30px; }
.article-cover img { width: 100%; border-radius: 8px; aspect-ratio: 16 / 9; object-fit: cover; }
.article-body { max-width: 760px; }
.article-body h2 { margin-top: 1.4em; }
.article-body p { color: #374151; }
.article-body ul li { margin-bottom: 0.4em; }
.faq-list { max-width: 800px; } .faq-item { border: 1px solid #e5e7eb; border-radius: 8px; margin-bottom: 8px; overflow: hidden; } .faq-item summary { padding: 16px 18px; font-weight: 700; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; } .faq-item summary::after { content: '+'; font-size: 1.4rem; color: #0f766e; } .faq-item[open] summary::after { content: '−'; } .faq-item[open] summary { border-bottom: 1px solid #e5e7eb; } .faq-answer { padding: 16px 18px; color: #4b5563; } .faq-answer p:last-child { margin-bottom: 0; }
.contact-layout { display: grid; grid-template-columns: 1fr 2fr; gap: 32px; align-items: start; } .contact-cards { display: flex; flex-direction: column; gap: 12px; margin: 18px 0; } .contact-card { background: #fff; border: 1px solid #e5e7eb; border-radius: 8px; padding: 16px; } .contact-card h3 { font-size: 0.95rem; margin-bottom: 0.3em; } .contact-card a { font-weight: 700; font-size: 1rem; } .contact-card p { color: #6b7280; font-size: 0.82rem; margin: 4px 0 0; } .contact-forms h2 { margin-bottom: 16px; } .form-divider { border: 0; border-top: 1px solid #e5e7eb; margin: 28px 0; } .contact-ad { margin-top: 24px; } .contact-ad-img img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 30% 70% 50% 50% / 20% 30% 70% 80%; } .contact-ad p { margin-top: 12px; color: #4b5563; font-size: 0.9rem; font-style: italic; line-height: 1.7; }
.about-layout { display: grid; grid-template-columns: 1fr 1.2fr; gap: 36px; align-items: start; } .about-media img { width: 100%; border-radius: 8px; aspect-ratio: 4/3; object-fit: cover; } .about-text h2 { margin-top: 1.2em; } .about-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin: 18px 0; } .about-point { background: #f0fdfa; border-radius: 8px; padding: 16px; } .about-point strong { display: block; margin-bottom: 0.3em; } .band-full .container { max-width: 1320px; } .about-grid--4 { gap: 16px; } .about-point p { color: #4b5563; font-size: 0.9rem; margin: 0; } .mission-list p { border-left: 3px solid #0f766e; padding-left: 16px; color: #4b5563; margin-bottom: 12px; line-height: 1.7; }

/* Pagination */
.pagination { display: flex; gap: 8px; justify-content: center; margin: 34px 0 0; flex-wrap: wrap; }
.page { min-width: 40px; height: 40px; padding: 0 12px; border-radius: 8px; border: 1px solid #e5e7eb; display: inline-flex; align-items: center; justify-content: center; color: #374151; font-weight: 700; background: #fff; }
.page.current { background: #0f766e; border-color: #0f766e; color: #fff; }
a.page:hover { border-color: #0f766e; color: #0f766e; }

.no-results { padding: 60px 20px; text-align: center; color: #6b7280; border: 1px dashed #d1d5db; border-radius: 8px; }

/* Footer */
.site-footer { background: #0f2e2c; color: #cbd5d5; margin-top: 0; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 34px; padding: 54px 20px 40px; }
.site-footer h3 { color: #fff; font-size: 0.95rem; }
.site-footer a { display: block; color: #9db8b5; margin-bottom: 8px; font-size: 0.9rem; }
.site-footer a:hover { color: #ccfbf1; }
.site-footer p { color: #9db8b5; font-size: 0.9rem; }
.footer-brand { color: #fff; margin-bottom: 14px; }
.footer-brand span { font-weight: 800; }
.footer-bottom { display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; border-top: 1px solid rgba(255, 255, 255, 0.12); padding: 18px 20px; color: #7f9d99; font-size: 0.84rem; }
.wechat-qr { margin-top: 14px; }
.wechat-qr img { border-radius: 8px; border: 1px solid rgba(255,255,255,0.15); }
.footer-item { display: flex; align-items: center; gap: 6px; margin-bottom: 8px; } .footer-item a { display: inline !important; margin-bottom: 0 !important; } .footer-item span { color: #9db8b5; font-size: 0.9rem; }
.wechat-qr { margin-top: 14px; }
.wechat-qr img { border-radius: 8px; border: 1px solid rgba(255,255,255,0.15); }
.wechat-qr small { display: block; color: #7f9d99; font-size: 0.78rem; margin-top: 6px; }

/* Admin */
.admin-body { background: #f3f4f6; }
.login-wrap { min-height: 100vh; display: flex; align-items: center; justify-content: center; padding: 24px; }
.login-card { width: 100%; max-width: 400px; background: #fff; border-radius: 8px; padding: 34px; box-shadow: 0 18px 44px rgba(17, 24, 39, 0.1); }
.login-card img { width: 48px; height: 48px; margin-bottom: 14px; }
.login-card h1 { font-size: 1.4rem; }
.login-card p { color: #6b7280; }
.admin-header { background: #0f2e2c; color: #fff; }
.admin-header-inner { display: flex; align-items: center; justify-content: space-between; height: 62px; }
.admin-header .brand { color: #fff; }
.admin-header-actions { display: flex; gap: 14px; align-items: center; }
.admin-header-actions a { color: #ccfbf1; font-weight: 600; font-size: 0.9rem; }
.admin-layout { display: grid; grid-template-columns: 210px 1fr; gap: 26px; padding-top: 26px; padding-bottom: 60px; align-items: start; }
.admin-nav { display: flex; flex-direction: column; gap: 4px; background: #fff; border: 1px solid #e5e7eb; border-radius: 8px; padding: 10px; position: sticky; top: 84px; }
.admin-nav a { padding: 10px 12px; border-radius: 6px; color: #374151; font-weight: 600; font-size: 0.92rem; }
.admin-nav a:hover { background: #f3f4f6; }
.admin-nav a.active { background: #0f766e; color: #fff; }
.admin-main { min-width: 0; }
.admin-head h1 { font-size: 1.6rem; margin-bottom: 18px; }
.admin-section { background: #fff; border: 1px solid #e5e7eb; border-radius: 8px; padding: 20px; margin-bottom: 22px; }
.admin-section h2 { font-size: 1.1rem; margin-bottom: 14px; }
.admin-pagination { display: flex; align-items: center; gap: 12px; margin-top: 14px; font-size: 0.9rem; } .admin-pagination span { color: #6b7280; } .stat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-bottom: 22px; }
.stat-tile { background: #fff; border: 1px solid #e5e7eb; border-radius: 8px; padding: 18px; text-align: center; color: #111827; }
.stat-tile:hover { border-color: #0f766e; }
.stat-tile strong { display: block; font-size: 1.9rem; color: #0f766e; line-height: 1.1; }
.stat-tile span { color: #6b7280; font-size: 0.88rem; }
.table-wrap { overflow-x: auto; }
.admin-table { width: 100%; border-collapse: collapse; font-size: 0.9rem; min-width: 640px; }
.admin-table th, .admin-table td { text-align: left; padding: 10px 12px; border-bottom: 1px solid #f3f4f6; vertical-align: top; }
.admin-table th { background: #f9fafb; color: #374151; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.04em; }
.admin-table td small { display: block; }
.admin-table tr:hover td { background: #fafcfb; }
.table-thumb { width: 64px; height: 44px; object-fit: cover; border-radius: 6px; }
.table-actions { white-space: nowrap; }
.notes-cell { max-width: 220px; white-space: normal; }
.status-select { border: 1px solid #d1d5db; border-radius: 6px; padding: 6px 8px; font: inherit; }
.pill { display: inline-block; background: #f3f4f6; color: #374151; border-radius: 999px; padding: 3px 10px; font-size: 0.76rem; font-weight: 700; margin-right: 4px; }
.pill-green { background: #d1fae5; color: #047857; }
.admin-form { display: flex; flex-direction: column; gap: 14px; }
.form-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.field-wide { grid-column: span 3; }
.upload-preview { width: 120px; height: 80px; object-fit: cover; border-radius: 6px; border: 1px solid #e5e7eb; margin-top: 6px; }
.image-slots { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 8px; }
.image-slot { position: relative; display: inline-block; }
.image-slot img { width: 84px; height: 60px; object-fit: cover; border-radius: 6px; border: 1px solid #e5e7eb; }
.image-slot button { position: absolute; top: -7px; right: -7px; width: 22px; height: 22px; border-radius: 50%; border: 0; background: #b91c1c; color: #fff; cursor: pointer; font-size: 0.9rem; line-height: 1; }

/* Responsive */
@media (max-width: 1080px) {
  .filter-bar { grid-template-columns: repeat(3, 1fr); }
  .property-grid:not(.property-grid--4) { grid-template-columns: repeat(1, 1fr); }
  .hero-slideshow { height: 560px; }
  .post-grid { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: repeat(1, 1fr); }
  .footer-grid { grid-template-columns: 1fr; }
}
@media (max-width: 900px) {
  .main-nav {
    position: fixed;
    inset: 68px 0 auto 0;
    flex-direction: column;
    background: #0f766e;
    border-bottom: 1px solid #0d5f58;
    padding: 12px;
    display: none;
  }
  .main-nav.open { display: flex; }
  .nav-toggle { display: block; margin-left: auto; }
  .header-phone { display: none; }
  .booking-layout, .rent-layout, .detail-layout, .band-image-grid { grid-template-columns: 1fr; }
  .contact-layout, .about-layout { grid-template-columns: 1fr; }
  .booking-info, .rent-info { position: static; }
  .detail-price { text-align: left; }
  .admin-layout { grid-template-columns: 1fr; }
  .admin-nav { position: static; flex-direction: row; flex-wrap: wrap; }
  .admin-pagination { display: flex; align-items: center; gap: 12px; margin-top: 14px; font-size: 0.9rem; } .admin-pagination span { color: #6b7280; } .stat-grid { grid-template-columns: repeat(2, 1fr); }
  .form-grid { grid-template-columns: repeat(2, 1fr); }
  .field-wide { grid-column: span 2; }
  .hero h1 { font-size: 2.9rem; }
  .hero-slideshow .hero-content h1 { font-size: 2.9rem; }
  .property-grid--4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px) {
  .car-grid, .property-grid, .post-grid, .service-grid { grid-template-columns: 1fr; }
  .region-grid { grid-template-columns: 1fr; }
  .post-grid { grid-template-columns: 1fr; }
  .filter-bar { grid-template-columns: 1fr; }
  .field-row { grid-template-columns: 1fr; }
  .car-options { grid-template-columns: 1fr; }
  .hero h1 { font-size: 2.2rem; }
  .hero-slideshow .hero-content h1 { font-size: 2.2rem; }
  .hero-slideshow { height: 520px; }
  .slide-arrow { width: 36px; height: 36px; font-size: 1.6rem; }
  .hero-stats { gap: 24px; }
  .band { padding: 42px 0; }
  .band-image { padding: 28px 0; }
  .page-hero h1 { font-size: 2rem; }
  .article-head h1 { font-size: 1.9rem; }
  .form-grid { grid-template-columns: 1fr; }
  .field-wide { grid-column: span 1; }
}
@media (max-width: 480px) {
  .feature-list { grid-template-columns: 1fr; }
  .filter-bar { grid-template-columns: 1fr; }
  .region-grid { grid-template-columns: 1fr; }
  .post-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero-actions .btn { width: 100%; }
  .car-actions { flex-direction: column; align-items: stretch; }
  .admin-pagination { display: flex; align-items: center; gap: 12px; margin-top: 14px; font-size: 0.9rem; } .admin-pagination span { color: #6b7280; } .stat-grid { grid-template-columns: 1fr; }
