:root {
  --bg: #f6f7f9;
  --surface: #ffffff;
  --text: #1f2933;
  --muted: #5f6b7a;
  --primary: #24715f;
  --primary-strong: #18584a;
  --zalo: #0866c2;
  --line: #d9e0e7;
  --radius: 8px;
  --shadow: 0 10px 28px rgba(31, 41, 51, 0.09);
  --shadow-strong: 0 18px 42px rgba(31, 41, 51, 0.16);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Be Vietnam Pro", system-ui, -apple-system, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
}

.container {
  width: min(1080px, 92%);
  margin: 0 auto;
}

.section {
  padding: 48px 0;
}

.section-heading {
  max-width: 680px;
  margin-bottom: 22px;
}

.section-heading p {
  margin-bottom: 6px;
  color: var(--primary);
  font-size: 0.88rem;
  font-weight: 700;
  text-transform: uppercase;
}

.section-heading h2 {
  margin-bottom: 0;
}

.alt {
  background: #ffffff;
  border-block: 1px solid var(--line);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  line-height: 1.2;
}

h1 {
  max-width: 720px;
  margin-bottom: 14px;
  font-size: clamp(2rem, 4.8vw, 3.45rem);
}

h2 {
  margin-bottom: 20px;
  font-size: clamp(1.35rem, 2.4vw, 2rem);
}

h3 {
  margin-bottom: 12px;
  font-size: 1.1rem;
}

p {
  margin-bottom: 12px;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  background: #ffffff;
  border-bottom: 1px solid var(--line);
}

.topbar-inner {
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.brand {
  color: var(--primary-strong);
  font-weight: 700;
  text-decoration: none;
}

.topbar-nav {
  display: none;
  align-items: center;
  gap: 18px;
  margin-left: auto;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 600;
}

.topbar-nav a {
  text-decoration: none;
}

.topbar-nav a:hover {
  color: var(--primary-strong);
}

.topbar-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  white-space: nowrap;
}

.phone-btn {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  color: var(--primary);
  font-weight: 600;
  text-decoration: none;
}

.phone-btn:hover {
  border-color: #cfe1dd;
  background: #f2f8f6;
}

.hero {
  min-height: 640px;
  display: grid;
  align-items: end;
  color: #ffffff;
  background:
    linear-gradient(180deg, rgba(16, 24, 32, 0.18), rgba(16, 24, 32, 0.78)),
    url("https://images.unsplash.com/photo-1566665797739-1674de7a421a?auto=format&fit=crop&w=1800&q=80") center/cover no-repeat;
}

.hero-content {
  padding-bottom: 64px;
}

.eyebrow {
  width: fit-content;
  margin-bottom: 12px;
  padding: 6px 10px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.18);
  font-size: 0.9rem;
  font-weight: 600;
}

.hero p:not(.eyebrow) {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.05rem;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

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

.quick-info {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.quick-info span {
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.95);
  font-size: 0.9rem;
  font-weight: 600;
}

.hero-panel {
  max-width: 760px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 22px;
}

.hero-panel div {
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.12);
}

.hero-panel strong,
.hero-panel span {
  display: block;
}

.hero-panel strong {
  margin-bottom: 3px;
  font-size: 0.96rem;
}

.hero-panel span {
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.88rem;
}

.intro-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.intro-copy {
  color: var(--muted);
  font-size: 1rem;
}

.highlight-grid,
.policy-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.highlight-grid {
  margin-top: 18px;
}

.highlight-card,
.policy-card,
.map-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 6px 18px rgba(31, 41, 51, 0.06);
}

.highlight-card,
.policy-card {
  padding: 18px;
}

.highlight-card span {
  display: block;
  margin-bottom: 12px;
  color: var(--primary);
  font-size: 0.82rem;
  font-weight: 800;
}

.highlight-card p,
.policy-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.btn {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font: inherit;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

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

.btn-primary {
  background: var(--primary);
  color: #ffffff;
  box-shadow: 0 8px 18px rgba(36, 113, 95, 0.22);
}

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

.btn-zalo {
  background: var(--zalo);
  color: #ffffff;
}

.btn-zalo:hover {
  background: #0754a0;
}

.btn-ghost {
  background: #ffffff;
  color: var(--text);
  border-color: var(--line);
}

.gallery-grid,
.room-grid,
.feature-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.gallery-card,
.room-card,
.feature-item,
.contact-card,
.booking .container {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.gallery-card {
  margin: 0;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(31, 41, 51, 0.06);
}

.gallery-card img {
  width: 100%;
  height: 220px;
  display: block;
  object-fit: cover;
}

.gallery-card figcaption {
  padding: 10px 12px;
  color: var(--muted);
  font-size: 0.93rem;
}

.booking {
  padding-top: 28px;
}

.booking .container {
  padding: 22px;
  box-shadow: var(--shadow);
}

.booking-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.booking-form label:nth-child(9) {
  grid-column: 1 / -1;
}

.booking-form label {
  display: grid;
  gap: 6px;
  color: #374151;
  font-size: 0.95rem;
  font-weight: 600;
}

.booking-form input,
.booking-form select,
.booking-form textarea,
.booking-form button {
  min-height: 44px;
  width: 100%;
  border: 1px solid #cfd8e3;
  border-radius: var(--radius);
  padding: 9px 11px;
  font: inherit;
}

.booking-form input:focus,
.booking-form select:focus,
.booking-form textarea:focus {
  outline: 2px solid rgba(36, 113, 95, 0.18);
  border-color: var(--primary);
}

.booking-form textarea {
  min-height: 92px;
  resize: vertical;
}

.form-note {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.room-card,
.contact-card {
  position: relative;
  padding: 18px;
  box-shadow: var(--shadow);
}

.room-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.room-card .btn {
  margin-top: auto;
}

.room-badge {
  width: fit-content;
  margin-bottom: 10px;
  padding: 4px 9px;
  border-radius: var(--radius);
  background: #edf7f4;
  color: var(--primary-strong);
  font-size: 0.8rem;
  font-weight: 700;
}

.room-card ul {
  margin: 0 0 14px;
  padding-left: 18px;
  color: var(--muted);
}

.price {
  margin-top: auto;
  color: var(--primary-strong);
  font-size: 1.18rem;
  font-weight: 700;
}

.feature-item {
  min-height: 104px;
  display: grid;
  align-content: start;
  gap: 4px;
  padding: 12px 14px;
  border-left: 4px solid #cfe1dd;
}

.feature-item strong,
.feature-item span {
  display: block;
}

.feature-item strong {
  font-weight: 700;
}

.feature-item span {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.text-link {
  display: inline-flex;
  margin-top: 12px;
  color: var(--primary-strong);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.contact-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.contact-card p:last-of-type {
  margin-bottom: 18px;
}

.map-card {
  min-height: 280px;
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: 18px;
  color: #ffffff;
  background:
    linear-gradient(180deg, rgba(15, 26, 36, 0.1), rgba(15, 26, 36, 0.76)),
    url("https://images.unsplash.com/photo-1526778548025-fa2f459cd5c1?auto=format&fit=crop&w=1200&q=80") center/cover no-repeat;
}

.map-card div {
  max-width: 360px;
}

.map-card span,
.map-card strong {
  display: block;
}

.map-card span {
  margin-bottom: 4px;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.map-card strong {
  margin-bottom: 8px;
  font-size: 1.3rem;
  line-height: 1.2;
}

.map-card p {
  color: rgba(255, 255, 255, 0.88);
}

.map-card a {
  color: #ffffff;
  font-weight: 800;
  text-underline-offset: 3px;
}

.footer {
  padding: 28px 0 92px;
  background: #26323f;
  color: #eef2f6;
}

.footer a {
  color: #c9f2e8;
}

.sticky-cta {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 40;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  padding: 9px;
  background: rgba(255, 255, 255, 0.97);
  border-top: 1px solid var(--line);
}

.sticky-cta .btn {
  min-height: 42px;
  padding-inline: 10px;
}

.chat-widget {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 50;
}

.chat-toggle {
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: #0866ff;
  color: #ffffff;
  box-shadow: var(--shadow);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.chat-toggle:hover {
  background: #075de7;
}

.chat-toggle-icon {
  width: 31px;
  height: 31px;
  display: block;
  fill: currentColor;
}

.chat-panel {
  position: absolute;
  right: 0;
  bottom: 58px;
  width: min(360px, calc(100vw - 28px));
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: var(--shadow-strong);
  animation: chatIn 0.18s ease-out;
}

.chat-panel[hidden] {
  display: none !important;
}

.chat-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 14px;
  border-bottom: 1px solid var(--line);
  background: #f9fbfc;
}

.chat-header h2 {
  margin-bottom: 4px;
  font-size: 1rem;
}

.chat-header p {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.chat-close {
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
  color: var(--text);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.chat-messages {
  max-height: 340px;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow-y: auto;
  padding: 14px;
  background: #ffffff;
}

.chat-message {
  width: fit-content;
  max-width: 88%;
  padding: 9px 11px;
  border-radius: var(--radius);
  font-size: 0.94rem;
  line-height: 1.45;
}

.chat-message.bot {
  align-self: flex-start;
  background: #eef3f1;
  color: var(--text);
}

.chat-message a {
  color: var(--primary-strong);
  font-weight: 700;
  overflow-wrap: anywhere;
  text-decoration: underline;
}

.chat-message.user {
  align-self: flex-end;
  background: var(--primary);
  color: #ffffff;
}

.chat-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  padding: 12px;
  border-top: 1px solid var(--line);
  background: #f9fbfc;
}

.chat-suggestions {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 10px 12px 0;
  background: #f9fbfc;
}

.chat-suggestions button {
  flex: 0 0 auto;
  min-height: 34px;
  border: 1px solid #cfd8e3;
  border-radius: var(--radius);
  background: #ffffff;
  color: var(--primary);
  font: inherit;
  font-size: 0.86rem;
  font-weight: 700;
  cursor: pointer;
}

@keyframes chatIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.chat-form input,
.chat-form button {
  min-height: 42px;
  border-radius: var(--radius);
  font: inherit;
}

.chat-form input {
  min-width: 0;
  border: 1px solid #cfd8e3;
  padding: 9px 11px;
}

.chat-form input:focus {
  outline: 2px solid rgba(36, 113, 95, 0.18);
  border-color: var(--primary);
}

.chat-form button {
  border: 0;
  padding: 9px 14px;
  background: var(--primary);
  color: #ffffff;
  font-weight: 700;
  cursor: pointer;
}

.guest-page {
  background: #f3f6f5;
}

.service-section {
  padding-top: 28px;
}

.service-card {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: var(--shadow);
}

.guest-title {
  margin-bottom: 14px;
}

.guest-title p {
  margin-bottom: 4px;
  color: var(--primary);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.guest-title h1 {
  margin-bottom: 0;
  font-size: clamp(1.35rem, 5vw, 2rem);
}

.wifi-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
  padding: 14px;
  border: 1px solid #cfe1dd;
  border-radius: var(--radius);
  background: #f2f8f6;
}

.wifi-card span,
.wifi-card strong {
  display: block;
}

.wifi-card span {
  margin-bottom: 2px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 700;
  text-transform: uppercase;
}

.wifi-card strong {
  color: var(--primary-strong);
  font-size: 1.35rem;
  letter-spacing: 1px;
}

.copy-wifi-btn {
  min-height: 38px;
  flex: 0 0 auto;
  border: 0;
  border-radius: var(--radius);
  background: var(--primary);
  color: #ffffff;
  padding: 7px 11px;
  font: inherit;
  font-size: 0.88rem;
  font-weight: 700;
  cursor: pointer;
}

.wifi-copy-note {
  min-height: 20px;
  margin: -8px 0 14px;
  font-size: 0.9rem;
}

.service-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.service-form label {
  display: grid;
  gap: 6px;
  color: #374151;
  font-size: 0.95rem;
  font-weight: 600;
}

.service-note-field {
  grid-column: 1 / -1;
}

.request-type-field {
  grid-column: 1 / -1;
  margin: 0;
  padding: 0;
  border: 0;
}

.request-type-field legend {
  margin-bottom: 8px;
  color: #374151;
  font-size: 0.95rem;
  font-weight: 700;
}

.request-type-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.request-option {
  min-height: 112px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 7px !important;
  padding: 12px;
  border: 1px solid #dde5ed;
  border-radius: var(--radius);
  background: #ffffff;
  text-align: center;
  cursor: pointer;
}

.request-option:has(input:checked) {
  border-color: var(--primary);
  background: #eef7f4;
  box-shadow: 0 0 0 2px rgba(36, 113, 95, 0.12);
}

.request-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.request-icon {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #eef7f4;
  color: var(--primary-strong);
  font-size: 1.05rem;
  font-weight: 800;
}

.request-option strong {
  display: block;
  color: var(--text);
  font-size: 0.95rem;
}

.service-form input,
.service-form select,
.service-form textarea,
.service-form button {
  min-height: 48px;
  width: 100%;
  border: 1px solid #cfd8e3;
  border-radius: var(--radius);
  padding: 10px 12px;
  font: inherit;
}

.service-form textarea {
  min-height: 116px;
  resize: vertical;
}

.service-form input:focus,
.service-form select:focus,
.service-form textarea:focus {
  outline: 2px solid rgba(36, 113, 95, 0.18);
  border-color: var(--primary);
}

.service-form button {
  grid-column: 1 / -1;
}

@media (min-width: 760px) {
  .section {
    padding: 58px 0;
  }

  .hero {
    min-height: 650px;
  }

  .booking-form {
    grid-template-columns: repeat(4, 1fr);
    align-items: end;
  }

  .intro-grid,
  .contact-layout {
    grid-template-columns: 0.9fr 1.1fr;
    align-items: start;
  }

  .highlight-grid,
  .policy-grid {
    grid-template-columns: repeat(3, 1fr);
  }

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

  .request-type-grid {
    grid-template-columns: repeat(3, 1fr);
  }

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

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

  .sticky-cta {
    display: none;
  }

  .footer {
    padding-bottom: 34px;
  }
}

@media (min-width: 1024px) {
  .topbar-nav {
    display: flex;
  }

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

@media (max-width: 520px) {
  .topbar {
    position: static;
  }

  body {
    padding-bottom: calc(72px + env(safe-area-inset-bottom));
  }

  .container {
    width: min(100% - 28px, 1080px);
  }

  .section {
    padding: 36px 0;
  }

  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 1.35rem;
  }

  .topbar-inner {
    align-items: flex-start;
    flex-direction: column;
    min-height: auto;
    padding: 10px 0;
    gap: 8px;
  }

  .brand {
    font-size: 0.96rem;
  }

  .topbar-actions {
    width: 100%;
    justify-content: space-between;
  }

  .phone-btn {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
  }

  .hero {
    min-height: 560px;
    background-position: center top;
  }

  .hero-content {
    padding-bottom: 36px;
  }

  .hero p:not(.eyebrow) {
    font-size: 1rem;
  }

  .hero-actions .btn {
    width: 100%;
  }

  body:not(.guest-page) .hero-actions {
    display: none;
  }

  .quick-info {
    gap: 6px;
  }

  .quick-info span {
    font-size: 0.84rem;
  }

  .intro-copy {
    font-size: 0.96rem;
  }

  .hero-panel {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 16px;
  }

  .hero-panel div {
    padding: 10px 11px;
  }

  .booking {
    padding-top: 18px;
  }

  .booking .container,
  .room-card,
  .contact-card,
  .highlight-card,
  .policy-card,
  .map-card {
    padding: 16px;
  }

  .booking-form {
    gap: 11px;
  }

  .booking-form input,
  .booking-form select,
  .booking-form textarea,
  .booking-form button,
  .btn {
    min-height: 48px;
  }

  .gallery-card img {
    height: 190px;
  }

  .contact-actions .btn {
    width: 100%;
  }

  .map-card {
    min-height: 240px;
  }

  .footer {
    padding-bottom: 96px;
  }

  .sticky-cta {
    gap: 6px;
    padding: 8px 8px calc(8px + env(safe-area-inset-bottom));
  }

  .sticky-cta .btn {
    min-height: 44px;
    padding: 8px;
    font-size: 0.92rem;
  }

  .chat-widget {
    right: 12px;
    bottom: calc(78px + env(safe-area-inset-bottom));
  }

  .chat-toggle {
    width: 52px;
    height: 52px;
  }

  .chat-panel {
    position: fixed;
    right: 10px;
    bottom: calc(126px + env(safe-area-inset-bottom));
    left: 10px;
    width: auto;
    max-height: min(480px, calc(100vh - 150px));
    display: flex;
    flex-direction: column;
  }

  .chat-header {
    padding: 12px;
  }

  .chat-messages {
    flex: 1;
    min-height: 160px;
    max-height: none;
  }

  .chat-message {
    max-width: 92%;
    font-size: 0.92rem;
  }

  .chat-form {
    grid-template-columns: 1fr;
  }

  .chat-form input,
  .chat-form button {
    min-height: 46px;
  }

  .guest-page {
    min-height: 100svh;
    padding-bottom: 0;
  }

  .guest-page .container {
    width: min(100% - 20px, 1080px);
  }

  .guest-title {
    margin-bottom: 10px;
  }

  .service-section {
    min-height: 100svh;
    display: grid;
    align-items: start;
    padding: 10px 0;
  }

  .service-card {
    padding: 12px;
    box-shadow: 0 8px 22px rgba(31, 41, 51, 0.08);
  }

  .service-form {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .wifi-card {
    align-items: center;
    flex-direction: row;
    margin-bottom: 8px;
    padding: 9px 10px;
  }

  .wifi-card span {
    font-size: 0.72rem;
  }

  .wifi-card strong {
    font-size: 1.05rem;
  }

  .wifi-copy-note {
    min-height: 16px;
    margin: -4px 0 6px;
    font-size: 0.78rem;
  }

  .copy-wifi-btn {
    width: auto;
    min-height: 32px;
    padding: 5px 9px;
    font-size: 0.78rem;
  }

  .service-form label,
  .request-type-field legend {
    gap: 4px;
    font-size: 0.86rem;
  }

  .request-type-field legend {
    margin-bottom: 6px;
  }

  .request-type-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
  }

  .request-option {
    min-height: 68px;
    gap: 4px !important;
    padding: 6px;
  }

  .request-icon {
    width: 30px;
    height: 30px;
    font-size: 0.96rem;
  }

  .request-option strong {
    font-size: 0.82rem;
    line-height: 1.25;
  }

  .service-form input,
  .service-form select,
  .service-form textarea,
  .service-form button {
    min-height: 40px;
    padding: 7px 9px;
    font-size: 0.9rem;
  }

  .service-form textarea {
    min-height: 58px;
  }

  .service-form .btn {
    min-height: 44px;
  }

  .guest-page .form-note {
    margin-top: 8px;
    font-size: 0.8rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
