@charset "UTF-8";
/* =======================================
 base style
======================================= */
html {
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  font-family: "Noto Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
dl,
dt,
dd,
ul,
ol,
li {
  font-size: 100%;
  line-height: 1;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

ul,
ol,
li {
  list-style: none;
}

body {
  background: #fff;
  line-height: 1;
  margin: auto;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  body {
    font-size: 1.333vw;
  }
}
@media screen and (min-width: 1200px) {
  body {
    font-size: 16px;
    min-width: 1200px;
  }
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 3.467vw;
    overflow-x: hidden;
  }
}

img {
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a {
  text-decoration: none;
  animation: all 1s ease-in-out;
}
a:hover {
  opacity: 0.9;
  animation: all 1s ease-in-out;
}

.main_ctx {
  position: relative;
}

.inner_ctx {
  margin: auto;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .inner_ctx {
    width: 100vw;
    max-width: 1200px;
  }
}
@media screen and (max-width: 1024px) {
  .inner_ctx {
    padding: 0 5.333%;
  }
}

@media screen and (max-width: 1024px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  .sp {
    display: none !important;
  }
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  border-radius: 50vw;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 0.95rem;
}
@media screen and (max-width: 1024px) {
  .btn {
    border-radius: 30vw;
  }
}

.btn-primary {
  background: #ab9462;
  color: white;
  border-color: #ab9462;
}
.btn-primary:hover {
  background: #8f7a4d;
  border-color: #8f7a4d;
}

.btn-secondary {
  background: #4a4a4a;
  color: white;
  border-color: #4a4a4a;
}
.btn-secondary:hover {
  background: #1a1a1a;
  border-color: #1a1a1a;
}

.btn-outline {
  background: transparent;
  color: #ab9462;
  border-color: #ab9462;
}
.btn-outline:hover {
  background: #ab9462;
  color: white;
}

.btn-large {
  padding: 1rem 2rem;
  font-size: 1rem;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(1.25rem);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  z-index: 1000;
  transition: all 0.3s ease;
  border-bottom: 0.0625rem solid rgba(171, 148, 98, 0.2);
  will-change: transform, opacity;
}
@media screen and (max-width: 1024px) {
  .header {
    box-shadow: 0 1vw 3vw rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 1024px) {
  .header {
    backdrop-filter: blur(5vw);
    border-bottom: 0.25vw solid rgba(171, 148, 98, 0.2);
  }
}
@media screen and (min-width: 481px) and (max-width: 1024px) {
  .header {
    backdrop-filter: blur(5vw);
    border-bottom: 0.25vw solid rgba(171, 148, 98, 0.2);
  }
}
.header .nav-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 5.3125rem;
  will-change: transform;
}
@media screen and (max-width: 1024px) {
  .header .nav-container {
    padding: 0 4vw;
    height: 17.5vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 1024px) {
  .header .nav-container {
    padding: 0 4vw;
    height: 80px;
  }
}
.header .logo a {
  text-decoration: none;
  color: #1a1a1a;
  transition: all 0.3s ease;
}
.header .logo a .logo-content {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
@media screen and (max-width: 1024px) {
  .header .logo a .logo-content {
    gap: 2vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 1024px) {
  .header .logo a .logo-content {
    gap: 10px;
  }
}
.header .logo a .logo-content .logo-icon {
  width: 2.8125rem;
  will-change: transform;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .header .logo a .logo-content .logo-icon {
    width: 10vw;
    height: 10vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 1024px) {
  .header .logo a .logo-content .logo-icon {
    width: 45px;
    height: 45px;
  }
}
.header .logo a .logo-content .logo-icon:hover {
  transform: scale(1.05);
}
.header .logo a .logo-content .logo-text h1 {
  font-size: 2rem;
  font-weight: 600;
  margin: 0;
  color: #1a1a1a;
  line-height: 1;
  letter-spacing: 0.03rem;
}
@media screen and (max-width: 1024px) {
  .header .logo a .logo-content .logo-text h1 {
    font-size: 5vw;
    letter-spacing: 0.125vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 1024px) {
  .header .logo a .logo-content .logo-text h1 {
    font-size: 24px;
    letter-spacing: 0.5px;
  }
}
.lang-ja .header .logo a .logo-content .logo-text h1, .lang-en .header .logo a .logo-content .logo-text h1 {
  font-size: 1.25rem;
}
@media screen and (max-width: 1024px) {
  .lang-ja .header .logo a .logo-content .logo-text h1, .lang-en .header .logo a .logo-content .logo-text h1 {
    font-size: 4vw;
  }
}
.header .logo a .logo-content .logo-text .logo-en {
  font-size: 1rem;
  font-weight: 400;
  color: #757575;
  text-transform: uppercase;
  letter-spacing: 0.03125rem;
  margin-top: 0.1875rem;
  display: block;
}
@media screen and (max-width: 1024px) {
  .header .logo a .logo-content .logo-text .logo-en {
    font-size: 3.5vw;
    letter-spacing: 0.125vw;
    margin-top: 0.75vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 1024px) {
  .header .logo a .logo-content .logo-text .logo-en {
    font-size: 14px;
    letter-spacing: 0.5px;
    margin-top: 3px;
  }
}
.lang-en .header .logo a .logo-content .logo-text .logo-en {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header .nav-menu {
    display: none;
  }
}
@media screen and (min-width: 481px) and (max-width: 1024px) {
  .header .nav-menu {
    display: none;
  }
}
.header .nav-menu .nav-list {
  display: flex;
  list-style: none;
  gap: 2rem;
  margin: 0;
  padding: 0;
}
.lang-ja .header .nav-menu .nav-list, .lang-en .header .nav-menu .nav-list {
  gap: 1.5rem;
}
.header .nav-menu .nav-list .nav-mega {
  position: static;
}
.header .nav-menu .nav-list .nav-mega .mega-trigger {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  pointer-events: auto;
  position: relative;
}
.header .nav-menu .nav-list .nav-mega .mega-trigger .mega-arrow {
  font-size: 0.75rem;
  transition: all 0.3s ease;
  margin-left: 0.25rem;
}
.header .nav-menu .nav-list .nav-mega:hover .mega-trigger .mega-arrow {
  transform: rotate(180deg);
}
.header .nav-menu .nav-list .nav-mega:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) !important;
}
.header .nav-menu .nav-list .nav-mega .mega-menu {
  position: fixed;
  top: 5.3125rem;
  left: 0;
  right: 0;
  width: 100%;
  background: linear-gradient(135deg, #ffffff 0%, #fafafa 100%);
  backdrop-filter: blur(1.25rem);
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-0.9375rem);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 999;
  border-top: 0.125rem solid rgba(171, 148, 98, 0.2);
  border-bottom: 0.0625rem solid #e0e0e0;
  will-change: opacity, transform, visibility;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .header .nav-menu .nav-list .nav-mega .mega-menu {
    box-shadow: 0 2vw 6vw rgba(0, 0, 0, 0.15);
  }
}
.header .nav-menu .nav-list .nav-mega .mega-menu::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0.25rem;
  opacity: 0.8;
}
.header .nav-menu .nav-list .nav-mega .mega-menu::after {
  content: "";
  display: table;
  clear: both;
}
.header .nav-menu .nav-list .nav-mega .mega-menu .mega-menu-container {
  display: flex;
  min-height: 25rem;
  width: 100%;
  max-width: 1200px;
  position: relative;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 0.7rem;
  overflow: hidden;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .header .nav-menu .nav-list .nav-mega .mega-menu .mega-menu-container {
    border-radius: 3vw;
  }
}
.header .nav-menu .nav-list .nav-mega .mega-menu .mega-menu-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(171, 148, 98, 0.02) 0%, rgba(154, 129, 83, 0.02) 100%);
  pointer-events: none;
}
.header .nav-menu .nav-list .nav-mega .mega-menu .mega-menu-container .mega-content {
  flex: 1;
  padding: 4rem 2.5rem 3rem;
  position: relative;
  z-index: 1;
  width: 100%;
  box-sizing: border-box;
}
.header .nav-menu .nav-list .nav-mega .mega-menu .mega-menu-container .mega-content .content-section {
  display: flex;
  gap: 4rem;
  height: 100%;
  width: 100%;
  justify-content: space-between;
  max-width: 100%;
  margin: 0 auto;
}
.header .nav-menu .nav-list .nav-mega .mega-menu .mega-menu-container .mega-content .content-section .content-column {
  flex: 1;
  min-height: 20rem;
  position: relative;
  width: calc(33.333% - 2.67rem);
}
.header .nav-menu .nav-list .nav-mega .mega-menu .mega-menu-container .mega-content .content-section .content-column::before {
  content: "";
  position: absolute;
  top: 0;
  right: -2rem;
  width: 0.0625rem;
  height: 100%;
  background: linear-gradient(to bottom, transparent 0%, rgba(226, 232, 240, 0.6) 20%, rgba(226, 232, 240, 0.6) 80%, transparent 100%);
}
.header .nav-menu .nav-list .nav-mega .mega-menu .mega-menu-container .mega-content .content-section .content-column:last-child::before {
  display: none;
}
.header .nav-menu .nav-list .nav-mega .mega-menu .mega-menu-container .mega-content .content-section .content-column .column-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.2rem;
  margin-bottom: 2rem;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.header .nav-menu .nav-list .nav-mega .mega-menu .mega-menu-container .mega-content .content-section .content-column .column-header img {
  width: 100%;
  height: 11.25rem;
  object-fit: cover;
  border-radius: 0.7rem;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .header .nav-menu .nav-list .nav-mega .mega-menu .mega-menu-container .mega-content .content-section .content-column .column-header img {
    border-radius: 3vw;
  }
}
.header .nav-menu .nav-list .nav-mega .mega-menu .mega-menu-container .mega-content .content-section .content-column .column-header h4 {
  margin: 0;
  flex: 1;
}
.header .nav-menu .nav-list .nav-mega .mega-menu .mega-menu-container .mega-content .content-section .content-column .column-header h4 a {
  font-size: 1.375rem;
  font-weight: 700;
  color: #1a1a1a;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  display: inline-block;
}
.header .nav-menu .nav-list .nav-mega .mega-menu .mega-menu-container .mega-content .content-section .content-column .column-header h4 a::after {
  content: "";
  position: absolute;
  bottom: -0.25rem;
  left: 0;
  width: 0;
  height: 0.125rem;
  background: linear-gradient(90deg, #ab9462, #9a8153);
  transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 0.7rem;
}
@media screen and (max-width: 1024px) {
  .header .nav-menu .nav-list .nav-mega .mega-menu .mega-menu-container .mega-content .content-section .content-column .column-header h4 a::after {
    border-radius: 3vw;
  }
}
.header .nav-menu .nav-list .nav-mega .mega-menu .mega-menu-container .mega-content .content-section .content-column .column-header:hover h4 a {
  color: #ab9462;
}
.header .nav-menu .nav-list .nav-mega .mega-menu .mega-menu-container .mega-content .content-section .content-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header .nav-menu .nav-list .nav-mega .mega-menu .mega-menu-container .mega-content .content-section .content-column ul li {
  margin-bottom: 0.5rem;
}
.header .nav-menu .nav-list .nav-mega .mega-menu .mega-menu-container .mega-content .content-section .content-column ul li a {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.25rem;
  color: #4a5568;
  text-decoration: none;
  font-size: 0.975rem;
  font-weight: 500;
  border-radius: 0.7rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  border: 0.0625rem solid transparent;
}
@media screen and (max-width: 1024px) {
  .header .nav-menu .nav-list .nav-mega .mega-menu .mega-menu-container .mega-content .content-section .content-column ul li a {
    border-radius: 3vw;
  }
}
.header .nav-menu .nav-list .nav-mega .mega-menu .mega-menu-container .mega-content .content-section .content-column ul li a i {
  color: #757575;
  font-size: 1rem;
  width: 1.25rem;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}
.header .nav-menu .nav-list .nav-mega .mega-menu .mega-menu-container .mega-content .content-section .content-column ul li a:hover {
  color: #ab9462;
  background: linear-gradient(135deg, rgba(184, 149, 106, 0.08) 0%, rgba(201, 184, 130, 0.08) 100%);
  transform: translateX(0.5rem);
  border-color: rgba(171, 148, 98, 0.4);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1024px) {
  .header .nav-menu .nav-list .nav-mega .mega-menu .mega-menu-container .mega-content .content-section .content-column ul li a:hover {
    box-shadow: 0 1vw 3vw rgba(0, 0, 0, 0.1);
  }
}
.header .nav-menu .nav-list .nav-mega .mega-menu .mega-menu-container .mega-content .content-section .content-column ul li a:hover i {
  color: #ab9462;
  transform: translateX(0.125rem) scale(1.1);
}
.header .nav-menu .nav-list .nav-link {
  color: #1a1a1a;
  text-decoration: none;
  font-weight: 500;
  padding: 0.75rem 0;
  position: relative;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.95rem;
  will-change: color, transform;
}
.header .nav-menu .nav-list .nav-link i {
  font-size: 0.875rem;
  color: #757575;
  transition: all 0.3s ease;
  will-change: color, transform;
}
.header .nav-menu .nav-list .nav-link:hover, .header .nav-menu .nav-list .nav-link.active {
  color: #ab9462;
}
.header .nav-menu .nav-list .nav-link:hover i, .header .nav-menu .nav-list .nav-link.active i {
  color: #ab9462;
  transform: translateY(-0.0625rem);
}
.header .nav-menu .nav-list .nav-link::after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  width: 0;
  height: 0.125rem;
  background: linear-gradient(90deg, #ab9462, #9a8153);
  transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 0.7rem;
  will-change: width;
}
@media screen and (max-width: 1024px) {
  .header .nav-menu .nav-list .nav-link::after {
    border-radius: 3vw;
  }
}
.header .nav-menu .nav-list .nav-link:hover::after, .header .nav-menu .nav-list .nav-link.active::after {
  width: 100%;
}
.lang-ja .header .nav-menu .nav-list .nav-link {
  font-size: 0.9em;
}
@media screen and (max-width: 1024px) {
  .lang-ja .header .nav-menu .nav-list .nav-link {
    font-size: 0.85em;
  }
}
.lang-en .header .nav-menu .nav-list .nav-link {
  letter-spacing: 0.01rem;
}
.header .header-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 1024px) {
  .header .header-actions {
    gap: 4vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 1024px) {
  .header .header-actions {
    gap: 15px;
  }
}
.header .header-actions .language-switcher {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .header .header-actions .language-switcher {
    display: none;
  }
}
@media screen and (min-width: 481px) and (max-width: 1024px) {
  .header .header-actions .language-switcher {
    display: none;
  }
}
.header .header-actions .language-switcher .lang-select {
  outline: none;
  padding: 0.875rem 2rem 0.875rem 1.25rem;
  border: 0.125rem solid #e2e8f0;
  border-radius: 0.7rem;
  background: linear-gradient(135deg, #ffffff 0%, #fafafa 100%);
  color: #1a1a1a;
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  min-width: 7rem;
  position: relative;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .header .header-actions .language-switcher .lang-select {
    border-radius: 3vw;
  }
}
@media screen and (max-width: 1024px) {
  .header .header-actions .language-switcher .lang-select {
    padding: 2vw 6vw 2vw 3vw;
    border: 0.5vw solid #e2e8f0;
    font-size: 3.5vw;
    min-width: 20vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 1024px) {
  .header .header-actions .language-switcher .lang-select {
    padding: 10px 15px;
    border: 2px solid #e2e8f0;
    font-size: 14px;
    min-width: 100px;
  }
}
.header .header-actions .language-switcher .lang-select:hover {
  border-color: #ab9462;
  background: linear-gradient(135deg, #ffffff 0%, #f5f5f5 100%);
}
.header .header-actions .language-switcher::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #757575;
  font-size: 0.875rem;
  pointer-events: none;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .header .header-actions .language-switcher::after {
    right: 3vw;
    font-size: 3vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 1024px) {
  .header .header-actions .language-switcher::after {
    right: 15px;
    font-size: 16px;
  }
}
.header .header-actions .language-switcher:hover::after {
  color: #ab9462;
  transform: translateY(-50%) scale(1.1);
}
.header .header-actions .wechat-button .wechat-btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.25rem;
  background: #ffffff;
  color: #07c160;
  border: 0.125rem solid #07c160;
  border-radius: 0.7rem;
  font-weight: 500;
  font-size: 0.875rem;
  cursor: pointer;
  transition: all 0.3s ease;
  will-change: background-color, color, transform;
}
@media screen and (max-width: 1024px) {
  .header .header-actions .wechat-button .wechat-btn {
    border-radius: 3vw;
  }
}
@media screen and (max-width: 1024px) {
  .header .header-actions .wechat-button .wechat-btn {
    gap: 2vw;
    padding: 3vw 5vw;
    border: 0.5vw solid #07c160;
    font-size: 3.5vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 1024px) {
  .header .header-actions .wechat-button .wechat-btn {
    gap: 8px;
    padding: 10px 15px;
    border: 2px solid #07c160;
    font-size: 14px;
  }
}
.header .header-actions .wechat-button .wechat-btn i {
  font-size: 1rem;
}
@media screen and (max-width: 1024px) {
  .header .header-actions .wechat-button .wechat-btn i {
    font-size: 4vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 1024px) {
  .header .header-actions .wechat-button .wechat-btn i {
    font-size: 16px;
  }
}
.header .header-actions .wechat-button .wechat-btn:hover {
  background: #07c160;
  color: #ffffff;
}
.header .header-actions .wechat-button .wechat-btn:active {
  transform: translateY(0);
}
@media (max-width: 968px) {
  .header .header-actions .wechat-button .wechat-btn {
    padding: 0.75rem;
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
    justify-content: center;
  }
  .header .header-actions .wechat-button .wechat-btn span {
    display: none;
  }
}
@media screen and (max-width: 968px) and (max-width: 1024px) {
  .header .header-actions .wechat-button .wechat-btn {
    padding: 3vw;
    width: 12vw;
    height: 12vw;
  }
}
@media screen and (max-width: 968px) and (min-width: 481px) and (max-width: 1024px) {
  .header .header-actions .wechat-button .wechat-btn {
    padding: 10px;
    width: 45px;
    height: 45px;
  }
}
@media screen and (max-width: 1024px) {
  .header .header-actions .cta-button {
    display: none;
  }
}
.header .header-actions .cta-button .btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  background: linear-gradient(135deg, #ab9462 0%, #9a8153 100%);
  color: #ffffff;
  text-decoration: none;
  border-radius: 0.625rem;
  font-weight: 500;
  font-size: 0.875rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  will-change: transform, box-shadow;
}
@media screen and (max-width: 1024px) {
  .header .header-actions .cta-button .btn {
    box-shadow: 0 1vw 3vw rgba(0, 0, 0, 0.1);
  }
}
.header .header-actions .cta-button .btn i {
  font-size: 0.875rem;
}
.header .header-actions .cta-button .btn:hover {
  transform: translateY(-0.125rem);
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.15);
  background: linear-gradient(135deg, #8f7a4d 0%, #ab9462 100%);
}
@media screen and (max-width: 1024px) {
  .header .header-actions .cta-button .btn:hover {
    box-shadow: 0 2vw 6vw rgba(0, 0, 0, 0.15);
  }
}
.header .header-actions .cta-button .btn:active {
  transform: translateY(0);
}
.header .header-actions .mobile-menu-toggle {
  display: none;
  position: relative;
  cursor: pointer;
  padding: 0.5rem;
  border-radius: 0.375rem;
  transition: all 0.3s ease;
  width: 2.5rem;
  height: 2rem;
}
@media screen and (max-width: 1024px) {
  .header .header-actions .mobile-menu-toggle {
    display: flex;
    padding: 0;
    border-radius: 1.5vw;
    width: 12vw;
    height: 10vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 1024px) {
  .header .header-actions .mobile-menu-toggle {
    display: flex;
    padding: 0;
    border-radius: 6px;
    width: 45px;
    height: 40px;
  }
}
.header .header-actions .mobile-menu-toggle .hamburger-line {
  position: absolute;
  left: 50%;
  width: 1.5rem;
  height: 0.125rem;
  background: #1a1a1a;
  border-radius: 0.7rem;
  transition: all 0.3s ease;
  transform-origin: center;
}
@media screen and (max-width: 1024px) {
  .header .header-actions .mobile-menu-toggle .hamburger-line {
    border-radius: 3vw;
  }
}
@media screen and (max-width: 1024px) {
  .header .header-actions .mobile-menu-toggle .hamburger-line {
    width: 9vw;
    height: 0.6vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 1024px) {
  .header .header-actions .mobile-menu-toggle .hamburger-line {
    width: 30px;
    height: 2px;
  }
}
.header .header-actions .mobile-menu-toggle .hamburger-line:nth-child(1) {
  top: 0.375rem;
  transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
  .header .header-actions .mobile-menu-toggle .hamburger-line:nth-child(1) {
    top: 2vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 1024px) {
  .header .header-actions .mobile-menu-toggle .hamburger-line:nth-child(1) {
    top: 10px;
  }
}
.header .header-actions .mobile-menu-toggle .hamburger-line:nth-child(2) {
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.header .header-actions .mobile-menu-toggle .hamburger-line:nth-child(3) {
  bottom: 0.375rem;
  transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
  .header .header-actions .mobile-menu-toggle .hamburger-line:nth-child(3) {
    bottom: 2vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 1024px) {
  .header .header-actions .mobile-menu-toggle .hamburger-line:nth-child(3) {
    bottom: 10px;
  }
}
.header .header-actions .mobile-menu-toggle.active .hamburger-line:nth-child(1) {
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.header .header-actions .mobile-menu-toggle.active .hamburger-line:nth-child(2) {
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) scale(0);
}
.header .header-actions .mobile-menu-toggle.active .hamburger-line:nth-child(3) {
  bottom: auto;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.header .mobile-menu {
  position: fixed;
  top: 17.5vw;
  left: 0;
  width: 100%;
  height: calc(100vh - 17.5vw);
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(5vw);
  transform: translateX(-100%);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 998;
  overflow-y: auto;
  will-change: transform;
}
@media screen and (min-width: 481px) and (max-width: 1024px) {
  .header .mobile-menu {
    top: 80px;
    height: calc(100vh - 80px);
    backdrop-filter: blur(10px);
  }
}
.header .mobile-menu.active {
  transform: translateX(0);
}
.header .mobile-menu .mobile-menu-content {
  padding: 8vw 4vw;
  max-width: 100vw;
}
@media screen and (min-width: 481px) and (max-width: 1024px) {
  .header .mobile-menu .mobile-menu-content {
    padding: 30px 20px;
  }
}
.header .mobile-menu .mobile-menu-content .mobile-nav .mobile-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header .mobile-menu .mobile-menu-content .mobile-nav .mobile-nav-list li {
  margin-bottom: 2vw;
}
@media screen and (min-width: 481px) and (max-width: 1024px) {
  .header .mobile-menu .mobile-menu-content .mobile-nav .mobile-nav-list li {
    margin-bottom: 10px;
  }
}
.header .mobile-menu .mobile-menu-content .mobile-nav .mobile-nav-list li .mobile-nav-link {
  display: flex;
  align-items: center;
  gap: 4vw;
  padding: 4vw 6vw;
  color: #1a1a1a;
  text-decoration: none;
  border-radius: 3vw;
  transition: all 0.3s ease;
  font-weight: 500;
  font-size: 4vw;
}
@media screen and (min-width: 481px) and (max-width: 1024px) {
  .header .mobile-menu .mobile-menu-content .mobile-nav .mobile-nav-list li .mobile-nav-link {
    gap: 15px;
    padding: 15px 20px;
    border-radius: 10px;
    font-size: 16px;
  }
}
.header .mobile-menu .mobile-menu-content .mobile-nav .mobile-nav-list li .mobile-nav-link i {
  color: #757575;
  font-size: 4.5vw;
  width: 5vw;
}
@media screen and (min-width: 481px) and (max-width: 1024px) {
  .header .mobile-menu .mobile-menu-content .mobile-nav .mobile-nav-list li .mobile-nav-link i {
    font-size: 18px;
    width: 20px;
  }
}
.header .mobile-menu .mobile-menu-content .mobile-nav .mobile-nav-list li .mobile-nav-link:hover, .header .mobile-menu .mobile-menu-content .mobile-nav .mobile-nav-list li .mobile-nav-link.active {
  color: #ab9462;
}
.header .mobile-menu .mobile-menu-content .mobile-nav .mobile-nav-list li .mobile-nav-link:hover i, .header .mobile-menu .mobile-menu-content .mobile-nav .mobile-nav-list li .mobile-nav-link.active i {
  color: #ab9462;
}
.header .mobile-menu .mobile-menu-content .mobile-nav .mobile-nav-list li.mobile-dropdown .dropdown-trigger {
  justify-content: space-between;
}
.header .mobile-menu .mobile-menu-content .mobile-nav .mobile-nav-list li.mobile-dropdown .dropdown-trigger .fa-chevron-down {
  transition: all 0.3s ease;
  font-size: 3.5vw;
}
@media screen and (min-width: 481px) and (max-width: 1024px) {
  .header .mobile-menu .mobile-menu-content .mobile-nav .mobile-nav-list li.mobile-dropdown .dropdown-trigger .fa-chevron-down {
    font-size: 14px;
  }
}
.header .mobile-menu .mobile-menu-content .mobile-nav .mobile-nav-list li.mobile-dropdown .dropdown-trigger.active .fa-chevron-down {
  transform: rotate(180deg);
}
.header .mobile-menu .mobile-menu-content .mobile-nav .mobile-nav-list li.mobile-dropdown .mobile-dropdown-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}
.header .mobile-menu .mobile-menu-content .mobile-nav .mobile-nav-list li.mobile-dropdown .mobile-dropdown-menu.active {
  max-height: 75vw;
  margin-top: 2vw;
}
@media screen and (min-width: 481px) and (max-width: 1024px) {
  .header .mobile-menu .mobile-menu-content .mobile-nav .mobile-nav-list li.mobile-dropdown .mobile-dropdown-menu.active {
    max-height: 300px;
    margin-top: 10px;
  }
}
.header .mobile-menu .mobile-menu-content .mobile-nav .mobile-nav-list li.mobile-dropdown .mobile-dropdown-menu li {
  margin-bottom: 1vw;
}
@media screen and (min-width: 481px) and (max-width: 1024px) {
  .header .mobile-menu .mobile-menu-content .mobile-nav .mobile-nav-list li.mobile-dropdown .mobile-dropdown-menu li {
    margin-bottom: 5px;
  }
}
.header .mobile-menu .mobile-menu-content .mobile-nav .mobile-nav-list li.mobile-dropdown .mobile-dropdown-menu li a {
  display: flex;
  align-items: center;
  gap: 4vw;
  padding: 3vw 6vw 3vw 12vw;
  color: #4a5568;
  text-decoration: none;
  border-radius: 2vw;
  transition: all 0.3s ease;
  font-size: 3.6vw;
}
@media screen and (min-width: 481px) and (max-width: 1024px) {
  .header .mobile-menu .mobile-menu-content .mobile-nav .mobile-nav-list li.mobile-dropdown .mobile-dropdown-menu li a {
    gap: 15px;
    padding: 12px 20px 12px 40px;
    border-radius: 8px;
    font-size: 15px;
  }
}
.header .mobile-menu .mobile-menu-content .mobile-nav .mobile-nav-list li.mobile-dropdown .mobile-dropdown-menu li a i {
  font-size: 4vw;
  width: 4vw;
}
@media screen and (min-width: 481px) and (max-width: 1024px) {
  .header .mobile-menu .mobile-menu-content .mobile-nav .mobile-nav-list li.mobile-dropdown .mobile-dropdown-menu li a i {
    font-size: 16px;
    width: 16px;
  }
}
.header .mobile-menu .mobile-menu-content .mobile-nav .mobile-nav-list li.mobile-dropdown .mobile-dropdown-menu li a:hover {
  color: #ab9462;
}
.header .mobile-menu .mobile-menu-content .mobile-nav .mobile-nav-list li.mobile-dropdown .mobile-dropdown-menu li a:hover i {
  color: #ab9462;
}
.header .mobile-menu .mobile-menu-content .mobile-actions {
  margin-top: 8vw;
  padding-top: 8vw;
  border-top: 0.25vw solid #e2e8f0;
}
@media screen and (min-width: 481px) and (max-width: 1024px) {
  .header .mobile-menu .mobile-menu-content .mobile-actions {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #e2e8f0;
  }
}
.header .mobile-menu .mobile-menu-content .mobile-actions .mobile-language {
  display: flex;
  justify-content: center;
  margin-bottom: 6vw;
}
@media screen and (min-width: 481px) and (max-width: 1024px) {
  .header .mobile-menu .mobile-menu-content .mobile-actions .mobile-language {
    margin-bottom: 20px;
  }
}
.header .mobile-menu .mobile-menu-content .mobile-actions .mobile-language .lang-select {
  width: 100%;
  padding: 3vw;
  border: 0.5vw solid #e2e8f0;
  border-radius: 3vw;
  background: #ffffff;
  color: #1a1a1a;
  font-size: 4vw;
  font-weight: 500;
  text-align-last: center;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23757575' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 4vw center;
  background-size: 4vw;
  transition: all 0.3s ease;
}
@media screen and (min-width: 481px) and (max-width: 1024px) {
  .header .mobile-menu .mobile-menu-content .mobile-actions .mobile-language .lang-select {
    padding: 12px;
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    font-size: 16px;
    background-position: right 15px center;
    background-size: 16px;
  }
}
.header .mobile-menu .mobile-menu-content .mobile-actions .mobile-language .lang-select:focus {
  outline: none;
  border-color: #ab9462;
}
.header .mobile-menu .mobile-menu-content .mobile-actions .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2vw;
  width: 100%;
  padding: 4vw;
  background: linear-gradient(135deg, #ab9462 0%, #9a8153 100%);
  color: #ffffff;
  text-decoration: none;
  border-radius: 3vw;
  font-weight: 500;
  transition: all 0.3s ease;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  font-size: 4vw;
}
@media screen and (max-width: 1024px) {
  .header .mobile-menu .mobile-menu-content .mobile-actions .btn {
    box-shadow: 0 1vw 3vw rgba(0, 0, 0, 0.1);
  }
}
@media screen and (min-width: 481px) and (max-width: 1024px) {
  .header .mobile-menu .mobile-menu-content .mobile-actions .btn {
    gap: 8px;
    padding: 15px;
    border-radius: 10px;
    font-size: 16px;
  }
}
.header .mobile-menu .mobile-menu-content .mobile-actions .btn i {
  font-size: 4vw;
}
@media screen and (min-width: 481px) and (max-width: 1024px) {
  .header .mobile-menu .mobile-menu-content .mobile-actions .btn i {
    font-size: 16px;
  }
}
.header .mobile-menu .mobile-menu-content .mobile-actions .btn:hover {
  transform: translateY(-0.5vw);
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1024px) {
  .header .mobile-menu .mobile-menu-content .mobile-actions .btn:hover {
    box-shadow: 0 2vw 6vw rgba(0, 0, 0, 0.15);
  }
}
@media screen and (min-width: 481px) and (max-width: 1024px) {
  .header .mobile-menu .mobile-menu-content .mobile-actions .btn:hover {
    transform: translateY(-2px);
  }
}
@media screen and (max-width: 1024px) {
  .header .nav-container .logo .logo-content .logo-en {
    display: none;
  }
}
@media screen and (min-width: 481px) and (max-width: 1024px) {
  .header .nav-container .logo .logo-content .logo-en {
    display: none;
  }
}
.header *,
.header *::before,
.header *::after {
  box-sizing: border-box;
}

.wechat-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: opacity, visibility;
}
.wechat-modal.active {
  opacity: 1;
  visibility: visible;
}
.wechat-modal .wechat-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
}
.wechat-modal.active .wechat-modal-overlay {
  background: rgba(0, 0, 0, 0.8);
}
.wechat-modal .wechat-modal-content {
  position: relative;
  background: #ffffff;
  border-radius: 1.25rem;
  max-width: 31.25rem;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.15);
  transform: scale(0.95) translateY(20px);
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform, opacity;
}
@media screen and (max-width: 1024px) {
  .wechat-modal .wechat-modal-content {
    box-shadow: 0 2vw 6vw rgba(0, 0, 0, 0.15);
  }
}
@media screen and (max-width: 1024px) {
  .wechat-modal .wechat-modal-content {
    border-radius: 2vw;
    max-width: 95vw;
    width: 95%;
    margin: 4vw;
  }
}
.wechat-modal.active .wechat-modal-content {
  transform: scale(1) translateY(0);
  opacity: 1;
}
.wechat-modal .wechat-modal-content .wechat-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 2rem 1rem;
  border-bottom: 0.0625rem solid #e0e0e0;
}
@media screen and (max-width: 1024px) {
  .wechat-modal .wechat-modal-content .wechat-modal-header {
    padding: 6vw 6vw 4vw;
    border-bottom: 0.25vw solid #f1f5f9;
  }
}
.wechat-modal .wechat-modal-content .wechat-modal-header h3 {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a1a1a;
}
@media screen and (max-width: 1024px) {
  .wechat-modal .wechat-modal-content .wechat-modal-header h3 {
    gap: 3vw;
    font-size: 5vw;
  }
}
.wechat-modal .wechat-modal-content .wechat-modal-header h3 i {
  color: #07c160;
  font-size: 1.75rem;
}
@media screen and (max-width: 1024px) {
  .wechat-modal .wechat-modal-content .wechat-modal-header h3 i {
    font-size: 6vw;
  }
}
.wechat-modal .wechat-modal-content .wechat-modal-header .wechat-close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  border-radius: 50%;
  color: #757575;
  transition: all 0.3s ease;
  will-change: background-color, color;
}
@media screen and (max-width: 1024px) {
  .wechat-modal .wechat-modal-content .wechat-modal-header .wechat-close {
    padding: 2vw;
  }
}
.wechat-modal .wechat-modal-content .wechat-modal-header .wechat-close:hover {
  background: #f5f5f5;
  color: #1a1a1a;
  transform: scale(1.1);
}
.wechat-modal .wechat-modal-content .wechat-modal-header .wechat-close i {
  font-size: 1.25rem;
}
@media screen and (max-width: 1024px) {
  .wechat-modal .wechat-modal-content .wechat-modal-header .wechat-close i {
    font-size: 5vw;
  }
}
.wechat-modal .wechat-modal-content .wechat-modal-body {
  padding: 2rem;
}
@media screen and (max-width: 1024px) {
  .wechat-modal .wechat-modal-content .wechat-modal-body {
    padding: 6vw;
  }
}
.wechat-modal .wechat-modal-content .wechat-modal-body .wechat-qr-section {
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1024px) {
  .wechat-modal .wechat-modal-content .wechat-modal-body .wechat-qr-section {
    margin-bottom: 8vw;
  }
}
.wechat-modal .wechat-modal-content .wechat-modal-body .wechat-qr-section .qr-code-placeholder {
  width: 12.5rem;
  height: 12.5rem;
  margin: 0 auto 1.5rem;
  border-radius: 0.7rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .wechat-modal .wechat-modal-content .wechat-modal-body .wechat-qr-section .qr-code-placeholder {
    border-radius: 3vw;
  }
}
@media screen and (max-width: 1024px) {
  .wechat-modal .wechat-modal-content .wechat-modal-body .wechat-qr-section .qr-code-placeholder {
    width: 45vw;
    height: 45vw;
    margin: 0 auto 6vw;
  }
}
.wechat-modal .wechat-modal-content .wechat-modal-body .wechat-qr-section .wechat-info h4 {
  margin: 0 0 0.5rem;
  font-size: 1.25rem;
  font-weight: 600;
  color: #1a1a1a;
}
@media screen and (max-width: 1024px) {
  .wechat-modal .wechat-modal-content .wechat-modal-body .wechat-qr-section .wechat-info h4 {
    margin: 0 0 2vw;
    font-size: 5vw;
  }
}
.wechat-modal .wechat-modal-content .wechat-modal-body .wechat-qr-section .wechat-info p {
  margin: 0;
  color: #757575;
  font-size: 0.95rem;
}
@media screen and (max-width: 1024px) {
  .wechat-modal .wechat-modal-content .wechat-modal-body .wechat-qr-section .wechat-info p {
    font-size: 3.8vw;
  }
}
.wechat-modal .wechat-modal-content .wechat-modal-body .wechat-id-section {
  margin-bottom: 2rem;
}
@media screen and (max-width: 1024px) {
  .wechat-modal .wechat-modal-content .wechat-modal-body .wechat-id-section {
    margin-bottom: 8vw;
  }
}
.wechat-modal .wechat-modal-content .wechat-modal-body .wechat-id-section .wechat-id-group label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 500;
  color: #374151;
}
@media screen and (max-width: 1024px) {
  .wechat-modal .wechat-modal-content .wechat-modal-body .wechat-id-section .wechat-id-group label {
    margin-bottom: 2vw;
    font-size: 4vw;
  }
}
.wechat-modal .wechat-modal-content .wechat-modal-body .wechat-id-section .wechat-id-group .wechat-id-copy {
  display: flex;
  gap: 0.75rem;
}
@media screen and (max-width: 1024px) {
  .wechat-modal .wechat-modal-content .wechat-modal-body .wechat-id-section .wechat-id-group .wechat-id-copy {
    flex-direction: column;
    gap: 3vw;
  }
}
.wechat-modal .wechat-modal-content .wechat-modal-body .wechat-id-section .wechat-id-group .wechat-id-copy input {
  flex: 1;
  padding: 0.875rem 1rem;
  border: 0.125rem solid #e5e7eb;
  border-radius: 0.75rem;
  font-size: 1rem;
  background: #f9fafb;
  color: #374151;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .wechat-modal .wechat-modal-content .wechat-modal-body .wechat-id-section .wechat-id-group .wechat-id-copy input {
    padding: 3.5vw 4vw;
    border: 0.5vw solid #e5e7eb;
    border-radius: 3vw;
    font-size: 4vw;
  }
}
.wechat-modal .wechat-modal-content .wechat-modal-body .wechat-id-section .wechat-id-group .wechat-id-copy input:focus {
  outline: none;
  border-color: #07c160;
  background: #ffffff;
}
.wechat-modal .wechat-modal-content .wechat-modal-body .wechat-id-section .wechat-id-group .wechat-id-copy .copy-btn {
  padding: 0.875rem 1.5rem;
  background: #07c160;
  color: #ffffff;
  border: none;
  border-radius: 0.75rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media screen and (max-width: 1024px) {
  .wechat-modal .wechat-modal-content .wechat-modal-body .wechat-id-section .wechat-id-group .wechat-id-copy .copy-btn {
    padding: 3.5vw 6vw;
    border-radius: 3vw;
    justify-content: center;
    gap: 2vw;
    font-size: 4vw;
  }
}
.wechat-modal .wechat-modal-content .wechat-modal-body .wechat-id-section .wechat-id-group .wechat-id-copy .copy-btn:hover {
  background: #059652;
  transform: translateY(-0.0625rem);
}
@media screen and (max-width: 1024px) {
  .wechat-modal .wechat-modal-content .wechat-modal-body .wechat-id-section .wechat-id-group .wechat-id-copy .copy-btn:hover {
    transform: translateY(-0.25vw);
  }
}
.wechat-modal .wechat-modal-content .wechat-modal-body .wechat-id-section .wechat-id-group .wechat-id-copy .copy-btn:active {
  transform: translateY(0);
}

.footer {
  background: #1a1a1a;
  color: #ffffff;
  padding: 6rem 0 2rem;
}
@media screen and (max-width: 1024px) {
  .footer {
    padding: 12vw 0 8vw;
  }
}
.footer .footer-content {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 2.5rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 1024px) {
  .footer .footer-content {
    grid-template-columns: repeat(2, 1fr);
    gap: 8vw 5vw;
    margin-bottom: 8vw;
  }
}
.footer .footer-content .footer-section.footer-main .footer-logo {
  width: 6rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 1024px) {
  .footer .footer-content .footer-section.footer-main .footer-logo {
    width: 20vw;
    margin-bottom: 3vw;
  }
}
.footer .footer-content .footer-section.footer-main h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .footer .footer-content .footer-section.footer-main h3 {
    font-size: 4.5vw;
    margin-bottom: 3vw;
    text-align: left;
    grid-column: 1/-1;
  }
}
@media screen and (max-width: 1024px) {
  .footer .footer-content .footer-section.footer-main {
    grid-column: 1/-1;
    margin-bottom: 2vw;
  }
}
.footer .footer-content .footer-section h4 {
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
  font-weight: 600;
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .footer .footer-content .footer-section h4 {
    margin-bottom: 3vw;
    font-size: 4vw;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 2vw;
  }
}
.footer .footer-content .footer-section .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .footer-content .footer-section .footer-links li {
  margin-bottom: 0.75rem;
  line-height: 1.5;
  font-size: 1rem;
}
@media screen and (max-width: 1024px) {
  .footer .footer-content .footer-section .footer-links li {
    margin-bottom: 2.5vw;
    line-height: 1.5;
    text-align: left;
    font-size: 3.5vw;
  }
}
.footer .footer-content .footer-section .footer-links li a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.25rem 0;
  border-radius: 0.7rem;
}
@media screen and (max-width: 1024px) {
  .footer .footer-content .footer-section .footer-links li a {
    border-radius: 3vw;
  }
}
@media screen and (max-width: 1024px) {
  .footer .footer-content .footer-section .footer-links li a {
    justify-content: flex-start;
    gap: 1.5vw;
    padding: 0.5vw 0;
  }
}
.footer .footer-content .footer-section .footer-links li a i {
  width: 1rem;
  color: #ab9462;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .footer .footer-content .footer-section .footer-links li a i {
    width: 3vw;
    font-size: 2.5vw;
  }
}
.footer .footer-content .footer-section .footer-links li a:hover {
  color: #ffffff;
}
.footer .footer-content .footer-section .footer-links li:not(:has(a)) {
  color: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.25rem 0;
}
@media screen and (max-width: 1024px) {
  .footer .footer-content .footer-section .footer-links li:not(:has(a)) {
    justify-content: flex-start;
    gap: 1.5vw;
    padding: 0.5vw 0;
  }
}
.footer .footer-content .footer-section .footer-links li:not(:has(a)) i {
  width: 1rem;
  color: #ab9462;
}
@media screen and (max-width: 1024px) {
  .footer .footer-content .footer-section .footer-links li:not(:has(a)) i {
    width: 3vw;
    font-size: 2.5vw;
  }
}
.footer .footer-bottom {
  padding-top: 1.25rem;
  border-top: 0.0625rem solid rgba(255, 255, 255, 0.2);
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .footer .footer-bottom {
    padding-top: 4vw;
    border-top: 0.15vw solid rgba(255, 255, 255, 0.2);
  }
}
.footer .footer-bottom p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.875rem;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .footer .footer-bottom p {
    font-size: 2.5vw;
  }
}

.scroll-to-top-btn {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 4rem;
  height: 4rem;
  background: linear-gradient(135deg, #ab9462, #9a8153);
  color: #ffffff;
  border: none;
  border-radius: 50vw;
  cursor: pointer;
  font-size: 1.25rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(1.25rem);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .scroll-to-top-btn {
    border-radius: 30vw;
  }
}
@media screen and (max-width: 1024px) {
  .scroll-to-top-btn {
    box-shadow: 0 1vw 3vw rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 1024px) {
  .scroll-to-top-btn {
    bottom: 4vw;
    right: 4vw;
    width: 10vw;
    height: 10vw;
    font-size: 3vw;
  }
}
.scroll-to-top-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s ease;
}
.scroll-to-top-btn.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.scroll-to-top-btn:hover {
  background: linear-gradient(135deg, #9f8755, #89734a);
  transform: translateY(-0.125rem);
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1024px) {
  .scroll-to-top-btn:hover {
    box-shadow: 0 2vw 6vw rgba(0, 0, 0, 0.15);
  }
}
@media screen and (max-width: 1024px) {
  .scroll-to-top-btn:hover {
    transform: translateY(-0.5vw);
  }
}
.scroll-to-top-btn:hover::before {
  left: 100%;
}
.scroll-to-top-btn:active {
  transform: translateY(0);
}
.scroll-to-top-btn i {
  transition: transform 0.3s ease;
  position: relative;
  z-index: 1;
}
.scroll-to-top-btn:hover i {
  transform: translateY(-0.0625rem);
}
@media screen and (max-width: 1024px) {
  .scroll-to-top-btn:hover i {
    transform: translateY(-0.25vw);
  }
}

.cta-section {
  background: linear-gradient(135deg, #9a8153, #796541);
  color: #ffffff;
  padding: 6rem 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .cta-section {
    padding: 15vw 0;
  }
}
.cta-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  animation: slideShine 8s infinite;
}
@keyframes slideShine {
  0% {
    left: -100%;
  }
  50% {
    left: 100%;
  }
  100% {
    left: -100%;
  }
}
.cta-section .cta-content {
  text-align: center;
  max-width: 50rem;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .cta-section .cta-content {
    max-width: 90%;
  }
}
.cta-section .cta-content .cta-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-shadow: 0 2px 8px rgba(26, 26, 26, 0.1);
  line-height: 1.6;
}
@media screen and (max-width: 1024px) {
  .cta-section .cta-content .cta-title {
    font-size: 5vw;
    margin-bottom: 3vw;
    line-height: 1.6;
  }
}
.cta-section .cta-content .cta-subtitle {
  font-size: 1.25rem;
  margin-bottom: 2.5rem;
  opacity: 0.95;
  line-height: 1.6;
  text-shadow: 0 1px 4px rgba(26, 26, 26, 0.1);
}
@media screen and (max-width: 1024px) {
  .cta-section .cta-content .cta-subtitle {
    font-size: 4vw;
    margin-bottom: 7.5vw;
    line-height: 1.6;
  }
}
.cta-section .cta-content .cta-buttons {
  display: flex;
  gap: 1.25rem;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .cta-section .cta-content .cta-buttons {
    align-items: center;
    gap: 3.75vw;
  }
}
.cta-section .cta-content .cta-buttons .btn {
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1024px) {
  .cta-section .cta-content .cta-buttons .btn {
    box-shadow: 0 1vw 3vw rgba(0, 0, 0, 0.1);
  }
}
.cta-section .cta-content .cta-buttons .btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.6s ease;
}
.cta-section .cta-content .cta-buttons .btn:hover {
  transform: translateY(-0.125rem);
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1024px) {
  .cta-section .cta-content .cta-buttons .btn:hover {
    box-shadow: 0 2vw 6vw rgba(0, 0, 0, 0.15);
  }
}
@media screen and (max-width: 1024px) {
  .cta-section .cta-content .cta-buttons .btn:hover {
    transform: translateY(-0.5vw);
  }
}
.cta-section .cta-content .cta-buttons .btn:hover::before {
  left: 100%;
}
.cta-section .cta-content .cta-buttons .btn:active {
  transform: translateY(0);
}
.cta-section .cta-content .cta-buttons .btn.btn-primary {
  background: linear-gradient(135deg, #ffffff, white);
  color: #1a1a1a;
  border: 2px solid transparent;
}
.cta-section .cta-content .cta-buttons .btn.btn-primary:hover {
  background: linear-gradient(135deg, white, white);
}
.cta-section .cta-content .cta-buttons .btn.btn-secondary {
  background: transparent;
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.8);
}
.cta-section .cta-content .cta-buttons .btn.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #ffffff;
}

.faq-section .faq-container {
  max-width: 50rem;
  margin: 0 auto;
}
.faq-section .faq-item {
  background: #ffffff;
  border-radius: 0.7rem;
  margin-bottom: 1.25rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transform: translateZ(0);
  backface-visibility: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (max-width: 1024px) {
  .faq-section .faq-item {
    border-radius: 3vw;
  }
}
@media screen and (max-width: 1024px) {
  .faq-section .faq-item {
    box-shadow: 0 1vw 3vw rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 1024px) {
  .faq-section .faq-item {
    margin-bottom: 5vw;
  }
}
.faq-section .faq-item .faq-question {
  width: 100%;
  padding: 1.5rem 2rem;
  background: white;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateZ(0);
}
@media screen and (max-width: 1024px) {
  .faq-section .faq-item .faq-question {
    padding: 5vw;
  }
}
.faq-section .faq-item .faq-question span:first-child {
  font-size: 1.125rem;
  font-weight: 600;
  color: #1a1a1a;
  flex: 1;
  line-height: 1.4;
  margin-right: 1rem;
}
@media screen and (max-width: 1024px) {
  .faq-section .faq-item .faq-question span:first-child {
    font-size: 4vw;
    line-height: 1.3;
    margin-right: 3vw;
  }
}
.faq-section .faq-item .faq-question .faq-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .faq-section .faq-item .faq-question .faq-icon {
    width: 5vw;
    height: 5vw;
  }
}
.faq-section .faq-item .faq-question .faq-icon i {
  color: #ab9462;
  font-size: 1rem;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform: translateZ(0);
  will-change: transform;
}
@media screen and (max-width: 1024px) {
  .faq-section .faq-item .faq-question .faq-icon i {
    font-size: 3.5vw;
  }
}
.faq-section .faq-item .faq-question:hover {
  background: rgba(171, 148, 98, 0.02);
}
.faq-section .faq-item .faq-question:focus {
  outline: 0.125rem solid rgba(171, 148, 98, 0.3);
  outline-offset: 0.125rem;
}
.faq-section .faq-item .faq-answer {
  overflow: hidden;
  background: white;
  padding: 0 2rem;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateZ(0);
  will-change: max-height;
}
@media screen and (max-width: 1024px) {
  .faq-section .faq-item .faq-answer {
    padding: 0 5vw;
  }
}
.faq-section .faq-item .faq-answer p,
.faq-section .faq-item .faq-answer a {
  color: #757575;
  line-height: 1.6;
  margin: 1.5rem 0 2rem;
  font-size: 0.95rem;
  transform: translateZ(0);
}
@media screen and (max-width: 1024px) {
  .faq-section .faq-item .faq-answer p,
  .faq-section .faq-item .faq-answer a {
    font-size: 3.5vw;
    line-height: 1.5;
    margin: 4vw 0 5vw;
  }
}
.faq-section .faq-item .faq-answer a {
  text-decoration: underline;
}

@media screen and (max-width: 1024px) {
  .faq-section .faq-container {
    padding: 0 5vw;
  }
}
@media (prefers-reduced-motion: reduce) {
  .faq-item,
  .faq-question,
  .faq-answer,
  .faq-icon i {
    transition: none !important;
    animation: none !important;
  }
}
#top section,
#contact section,
#about section,
#charter section,
#accommodations section {
  padding: 7rem 0;
}
@media screen and (max-width: 1024px) {
  #top section,
  #contact section,
  #about section,
  #charter section,
  #accommodations section {
    padding: 15vw 0;
  }
}
#top section:nth-child(even),
#contact section:nth-child(even),
#about section:nth-child(even),
#charter section:nth-child(even),
#accommodations section:nth-child(even) {
  background-color: #fafafa;
}

.section-header {
  text-align: center;
  margin-bottom: 5rem;
}
@media screen and (max-width: 1024px) {
  .section-header {
    margin-bottom: 10vw;
  }
}
.section-header .section-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #1a1a1a;
}
@media screen and (max-width: 1024px) {
  .section-header .section-title {
    font-size: 9vw;
    margin-bottom: 2vw;
    line-height: 1.2;
  }
}
.section-header .section-subtitle {
  font-size: 1.25rem;
  color: #757575;
  margin: 0 auto;
  line-height: 1.6;
}
@media screen and (max-width: 1024px) {
  .section-header .section-subtitle {
    font-size: 4vw;
  }
}

.page-hero-section {
  position: relative;
  min-height: 65vh;
  display: flex;
  align-items: center;
  color: #ffffff;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .page-hero-section {
    min-height: 70vh;
  }
}
@media screen and (max-width: 1024px) {
  .page-hero-section .inner_ctx {
    padding: 0;
  }
}
.page-hero-section .hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  z-index: -2;
}
@media screen and (max-width: 1024px) {
  .page-hero-section .hero-bg {
    background-attachment: scroll;
  }
}
.page-hero-section .hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(26, 26, 26, 0.85), rgba(74, 74, 74, 0.75));
  z-index: -1;
}
.page-hero-section .hero-content {
  text-align: center;
  position: relative;
  z-index: 1;
}
.page-hero-section .hero-content .hero-badge {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  background: rgba(255, 255, 255, 0.1);
  border: 0.125rem solid rgba(255, 255, 255, 0.2);
  border-radius: #e0e0e0;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 1.5rem;
  backdrop-filter: blur(0.625rem);
  transition: all 0.3s ease;
  border-radius: 50vw;
}
@media screen and (max-width: 1024px) {
  .page-hero-section .hero-content .hero-badge {
    border-radius: 30vw;
  }
}
@media screen and (max-width: 1024px) {
  .page-hero-section .hero-content .hero-badge {
    padding: 1.5vw 4vw;
    border: 0.5vw solid rgba(255, 255, 255, 0.2);
    font-size: 3vw;
    margin-bottom: 4.5vw;
    backdrop-filter: blur(2.5vw);
  }
}
.page-hero-section .hero-content .hero-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  text-shadow: 0 0.25rem 1.25rem rgba(26, 26, 26, 0.3);
}
@media screen and (max-width: 1024px) {
  .page-hero-section .hero-content .hero-title {
    font-size: 9vw;
    margin-bottom: 4vw;
  }
}
.page-hero-section .hero-content .hero-subtitle {
  font-size: 1.5rem;
  margin-bottom: 2.5rem;
  opacity: 0.95;
  text-shadow: 0 0.125rem 0.625rem rgba(26, 26, 26, 0.3);
  line-height: 1.6;
}
@media screen and (max-width: 1024px) {
  .page-hero-section .hero-content .hero-subtitle {
    font-size: 4vw;
    margin-bottom: 8vw;
  }
}
.page-hero-section .hero-content .breadcrumb {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
}
@media screen and (max-width: 1024px) {
  .page-hero-section .hero-content .breadcrumb {
    font-size: 3vw;
  }
}
.page-hero-section .hero-content .breadcrumb a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: color 0.3s ease;
}
.page-hero-section .hero-content .breadcrumb a:hover {
  color: #ffffff;
}
.page-hero-section .hero-content .breadcrumb span {
  color: rgba(255, 255, 255, 0.6);
}

#top .btn {
  border-radius: 50vw;
  font-size: 1rem;
  padding: 1rem 2rem;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  #top .btn {
    border-radius: 30vw;
  }
}
@media screen and (max-width: 1024px) {
  #top .btn {
    font-size: 3.5vw;
    padding: 3vw 6vw;
    gap: 1.5vw;
  }
}
#top .btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s ease;
}
#top .btn::after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.875rem;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
  #top .btn::after {
    font-size: 3vw;
  }
}
#top .btn:hover {
  transform: translateY(-0.125rem);
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1024px) {
  #top .btn:hover {
    box-shadow: 0 2vw 6vw rgba(0, 0, 0, 0.15);
  }
}
@media screen and (max-width: 1024px) {
  #top .btn:hover {
    transform: translateY(-0.5vw);
  }
}
#top .btn:hover::before {
  left: 100%;
}
#top .btn:hover::after {
  transform: translateX(0.1875rem);
}
#top .btn.btn-primary {
  background: linear-gradient(135deg, #ab9462, #9a8153);
  color: white;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1024px) {
  #top .btn.btn-primary {
    box-shadow: 0 1vw 3vw rgba(0, 0, 0, 0.1);
  }
}
#top .btn.btn-secondary {
  background: transparent;
  color: white;
  border: 0.125rem solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(0.5rem);
}
@media screen and (max-width: 1024px) {
  #top .btn.btn-secondary {
    border: 0.25vw solid rgba(255, 255, 255, 0.3);
  }
}
#top .btn.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: white;
}
#top .btn.btn-outline {
  background: linear-gradient(135deg, #ab9462, #9a8153);
  color: white;
  border: 0.125rem solid transparent;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1024px) {
  #top .btn.btn-outline {
    box-shadow: 0 1vw 3vw rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 1024px) {
  #top .btn.btn-outline {
    border: 0.25vw solid transparent;
  }
}
#top .btn.btn-outline:hover {
  background: linear-gradient(135deg, #9f8755, #89734a);
  transform: translateY(-0.25rem);
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1024px) {
  #top .btn.btn-outline:hover {
    box-shadow: 0 2vw 6vw rgba(0, 0, 0, 0.15);
  }
}
@media screen and (max-width: 1024px) {
  #top .btn.btn-outline:hover {
    transform: translateY(-1vw);
  }
}
#top .hero-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  #top .hero-section {
    min-height: 100vh;
  }
}
#top .hero-section .hero-swiper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
#top .hero-section .hero-swiper .swiper-wrapper {
  height: 100%;
}
#top .hero-section .hero-swiper .hero-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
#top .hero-section .hero-swiper .hero-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
#top .hero-section .hero-swiper .hero-slide .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
}
#top .hero-section .hero-swiper .hero-slide .hero-badge {
  position: absolute;
  top: 2rem;
  right: 2rem;
  background: linear-gradient(135deg, #ab9462, #9a8153);
  color: #ffffff;
  padding: 0.75rem 1.5rem;
  border-radius: 50vw;
  font-size: 0.875rem;
  font-weight: 600;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  z-index: 4;
  transform: translateY(-0.5rem);
  animation: fadeInBounce 0.8s ease-out 0.5s both;
}
@media screen and (max-width: 1024px) {
  #top .hero-section .hero-swiper .hero-slide .hero-badge {
    border-radius: 30vw;
  }
}
@media screen and (max-width: 1024px) {
  #top .hero-section .hero-swiper .hero-slide .hero-badge {
    box-shadow: 0 1vw 3vw rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 1024px) {
  #top .hero-section .hero-swiper .hero-slide .hero-badge {
    top: 6vw;
    right: 6vw;
    padding: 2vw 4vw;
    font-size: 3vw;
  }
}
#top .hero-section .hero-swiper .hero-slide .hero-content {
  position: relative;
  z-index: 3;
  text-align: center;
  color: #ffffff;
  max-width: 50rem;
  padding: 0 2rem;
}
@media screen and (max-width: 1024px) {
  #top .hero-section .hero-swiper .hero-slide .hero-content {
    max-width: 90%;
    padding: 0 5vw;
  }
}
#top .hero-section .hero-swiper .hero-slide .hero-content .hero-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  text-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1024px) {
  #top .hero-section .hero-swiper .hero-slide .hero-content .hero-title {
    font-size: 9vw;
    margin-bottom: 4vw;
  }
}
#top .hero-section .hero-swiper .hero-slide .hero-content .hero-subtitle {
  font-size: 1.5rem;
  margin-bottom: 2.5rem;
  opacity: 0.95;
  text-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.3);
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  #top .hero-section .hero-swiper .hero-slide .hero-content .hero-subtitle {
    font-size: 4.5vw;
    margin-bottom: 8vw;
  }
}
#top .hero-section .hero-swiper .hero-slide .hero-content .hero-features {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  #top .hero-section .hero-swiper .hero-slide .hero-content .hero-features {
    gap: 3vw;
    margin-bottom: 6vw;
    flex-direction: column;
    align-items: center;
  }
}
#top .hero-section .hero-swiper .hero-slide .hero-content .hero-features .feature-tag {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.15);
  border: 0.125rem solid rgba(255, 255, 255, 0.3);
  padding: 0.75rem 1.25rem;
  border-radius: 50vw;
  backdrop-filter: blur(0.5rem);
  transition: all 0.3s ease;
  font-size: 0.875rem;
  font-weight: 500;
  text-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1024px) {
  #top .hero-section .hero-swiper .hero-slide .hero-content .hero-features .feature-tag {
    border-radius: 30vw;
  }
}
@media screen and (max-width: 1024px) {
  #top .hero-section .hero-swiper .hero-slide .hero-content .hero-features .feature-tag {
    gap: 2vw;
    padding: 2.5vw 4vw;
    font-size: 3vw;
    border: 0.25vw solid rgba(255, 255, 255, 0.3);
  }
}
#top .hero-section .hero-swiper .hero-slide .hero-content .hero-features .feature-tag i {
  font-size: 1rem;
  color: #9a8153;
  text-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1024px) {
  #top .hero-section .hero-swiper .hero-slide .hero-content .hero-features .feature-tag i {
    font-size: 3.5vw;
  }
}
#top .hero-section .hero-swiper .hero-slide .hero-content .hero-buttons {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  flex-wrap: wrap;
  pointer-events: auto;
}
@media screen and (max-width: 1024px) {
  #top .hero-section .hero-swiper .hero-slide .hero-content .hero-buttons {
    gap: 4vw;
    flex-direction: column;
    align-items: center;
  }
}
#top .hero-section .hero-swiper .hero-slide .hero-content .hero-buttons .btn {
  pointer-events: auto;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1024px) {
  #top .hero-section .hero-swiper .hero-slide .hero-content .hero-buttons .btn {
    box-shadow: 0 1vw 3vw rgba(0, 0, 0, 0.1);
  }
}
#top .hero-section .hero-swiper .hero-slide .hero-content .hero-buttons .btn:hover {
  transform: translateY(-0.125rem);
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1024px) {
  #top .hero-section .hero-swiper .hero-slide .hero-content .hero-buttons .btn:hover {
    box-shadow: 0 2vw 6vw rgba(0, 0, 0, 0.15);
  }
}
#top .hero-section .hero-swiper .swiper-button-prev,
#top .hero-section .hero-swiper .swiper-button-next {
  background: rgba(255, 255, 255, 0.15);
  border: 0.125rem solid rgba(255, 255, 255, 0.3);
  width: 4rem;
  height: 4rem;
  border-radius: 50vw;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.4s ease;
  backdrop-filter: blur(0.5rem);
  color: rgba(255, 255, 255, 0.9);
  z-index: 100;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  #top .hero-section .hero-swiper .swiper-button-prev,
  #top .hero-section .hero-swiper .swiper-button-next {
    border-radius: 30vw;
  }
}
@media screen and (max-width: 1024px) {
  #top .hero-section .hero-swiper .swiper-button-prev,
  #top .hero-section .hero-swiper .swiper-button-next {
    box-shadow: 0 1vw 3vw rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 1024px) {
  #top .hero-section .hero-swiper .swiper-button-prev,
  #top .hero-section .hero-swiper .swiper-button-next {
    width: 10vw;
    height: 10vw;
    border: 0.5vw solid rgba(255, 255, 255, 0.3);
  }
}
#top .hero-section .hero-swiper .swiper-button-prev:after,
#top .hero-section .hero-swiper .swiper-button-next:after {
  font-size: 1.5rem;
  font-weight: 900;
}
@media screen and (max-width: 1024px) {
  #top .hero-section .hero-swiper .swiper-button-prev:after,
  #top .hero-section .hero-swiper .swiper-button-next:after {
    font-size: 3.5vw;
  }
}
#top .hero-section .hero-swiper .swiper-button-prev:hover,
#top .hero-section .hero-swiper .swiper-button-next:hover {
  background: rgba(171, 148, 98, 0.9);
  border-color: #ab9462;
  color: #ffffff;
  transform: scale(1.1);
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1024px) {
  #top .hero-section .hero-swiper .swiper-button-prev:hover,
  #top .hero-section .hero-swiper .swiper-button-next:hover {
    box-shadow: 0 2vw 6vw rgba(0, 0, 0, 0.15);
  }
}
#top .hero-section .hero-swiper .swiper-button-prev.swiper-button-disabled,
#top .hero-section .hero-swiper .swiper-button-next.swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
#top .hero-section .hero-swiper .swiper-button-prev {
  left: 2rem;
}
@media screen and (max-width: 1024px) {
  #top .hero-section .hero-swiper .swiper-button-prev {
    left: 5vw;
  }
}
#top .hero-section .hero-swiper .swiper-button-next {
  right: 2rem;
}
@media screen and (max-width: 1024px) {
  #top .hero-section .hero-swiper .swiper-button-next {
    right: 5vw;
  }
}
#top .hero-section .hero-swiper .swiper-pagination {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 0.75rem;
  z-index: 100;
  width: auto;
}
@media screen and (max-width: 1024px) {
  #top .hero-section .hero-swiper .swiper-pagination {
    bottom: 6vw;
    gap: 2vw;
  }
}
#top .hero-section .hero-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 0.7rem;
  background: rgba(255, 255, 255, 0.4);
  border: 0.125rem solid rgba(255, 255, 255, 0.6);
  transition: all 0.4s ease;
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  #top .hero-section .hero-swiper .swiper-pagination .swiper-pagination-bullet {
    border-radius: 3vw;
  }
}
@media screen and (max-width: 1024px) {
  #top .hero-section .hero-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 3vw;
    height: 3vw;
    border: 0.5vw solid rgba(255, 255, 255, 0.6);
  }
}
#top .hero-section .hero-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ab9462;
  border-color: #ab9462;
  transform: scale(1.3);
}
#top .hero-section .hero-swiper .swiper-pagination .swiper-pagination-bullet:hover {
  background: rgba(171, 148, 98, 0.8);
  border-color: #ab9462;
  transform: scale(1.2);
}
#top .hero-section .inner_ctx {
  position: relative;
  z-index: 3;
  width: 100%;
  pointer-events: none;
}
#top .about-section {
  padding: 10rem 0;
}
@media screen and (max-width: 1024px) {
  #top .about-section {
    padding: 15vw 0;
  }
}
#top .about-section .about-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  #top .about-section .about-content {
    grid-template-columns: 1fr;
    gap: 8vw;
  }
}
#top .about-section .about-content .about-text h2 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #1a1a1a;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #top .about-section .about-content .about-text h2 {
    font-size: 9vw;
    margin-bottom: 4vw;
  }
}
.lang-ja #top .about-section .about-content .about-text h2 {
  font-size: 2rem;
}
@media screen and (max-width: 1024px) {
  .lang-ja #top .about-section .about-content .about-text h2 {
    font-size: 5vw;
  }
}
#top .about-section .about-content .about-text p {
  font-size: 1.25rem;
  line-height: 1.8;
  color: #4a4a4a;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 1024px) {
  #top .about-section .about-content .about-text p {
    font-size: 4vw;
    margin-bottom: 6vw;
    line-height: 1.6;
  }
}
#top .about-section .about-content .about-text .btn {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1024px) {
  #top .about-section .about-content .about-text .btn {
    box-shadow: 0 1vw 3vw rgba(0, 0, 0, 0.1);
  }
}
#top .about-section .about-content .about-text .btn:hover {
  transform: translateY(-0.25rem);
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1024px) {
  #top .about-section .about-content .about-text .btn:hover {
    box-shadow: 0 2vw 6vw rgba(0, 0, 0, 0.15);
  }
}
#top .about-section .about-content .about-image {
  border-radius: 0.7rem;
  overflow: hidden;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
}
@media screen and (max-width: 1024px) {
  #top .about-section .about-content .about-image {
    border-radius: 3vw;
  }
}
@media screen and (max-width: 1024px) {
  #top .about-section .about-content .about-image {
    box-shadow: 0 1vw 3vw rgba(0, 0, 0, 0.1);
  }
}
#top .about-section .about-content .about-image img {
  width: 100%;
  height: 25rem;
  object-fit: cover;
  transition: transform 0.5s ease;
}
@media screen and (max-width: 1024px) {
  #top .about-section .about-content .about-image img {
    height: 60vw;
  }
}
#top .about-section .about-content .about-image img:hover {
  transform: scale(1.05);
}
#top .services-section {
  padding: 6rem 0;
}
@media screen and (max-width: 1024px) {
  #top .services-section {
    padding: 15vw 0;
  }
}
#top .services-section .service-row {
  margin-bottom: 6rem;
}
@media screen and (max-width: 1024px) {
  #top .services-section .service-row {
    margin-bottom: 20vw;
  }
}
#top .services-section .service-row:last-child {
  margin-bottom: 0;
}
#top .services-section .service-row .service-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  max-width: 75rem;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  #top .services-section .service-row .service-content {
    grid-template-columns: 1fr;
    gap: 8vw;
  }
}
#top .services-section .service-row.reverse .service-content .service-image {
  order: 1;
}
#top .services-section .service-row.reverse .service-content .service-text {
  order: 2;
}
@media screen and (max-width: 1024px) {
  #top .services-section .service-row.reverse .service-content .service-image {
    order: 2;
  }
  #top .services-section .service-row.reverse .service-content .service-text {
    order: 2;
  }
}
#top .services-section .service-row .service-text h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #1a1a1a;
}
@media screen and (max-width: 1024px) {
  #top .services-section .service-row .service-text h3 {
    font-size: 5vw;
    margin-bottom: 4vw;
  }
}
#top .services-section .service-row .service-text p {
  font-size: 1.25rem;
  line-height: 1.6;
  color: #4a4a4a;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1024px) {
  #top .services-section .service-row .service-text p {
    font-size: 4vw;
    margin-bottom: 6vw;
    line-height: 1.6;
  }
}
#top .services-section .service-row .service-text .service-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 1024px) {
  #top .services-section .service-row .service-text .service-features {
    grid-template-columns: 1fr;
    gap: 3vw;
    margin-bottom: 6vw;
  }
}
#top .services-section .service-row .service-text .service-features .feature-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem;
  background: rgba(171, 148, 98, 0.05);
  border-radius: 0.7rem;
  border: 0.0625rem solid rgba(171, 148, 98, 0.1);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  #top .services-section .service-row .service-text .service-features .feature-item {
    border-radius: 3vw;
  }
}
@media screen and (max-width: 1024px) {
  #top .services-section .service-row .service-text .service-features .feature-item {
    gap: 2vw;
    padding: 3vw;
    border: 0.25vw solid rgba(171, 148, 98, 0.1);
  }
}
#top .services-section .service-row .service-text .service-features .feature-item i {
  color: #ab9462;
  font-size: 1rem;
  width: 1.25rem;
  text-align: center;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
  #top .services-section .service-row .service-text .service-features .feature-item i {
    font-size: 3.5vw;
    width: 4vw;
  }
}
#top .services-section .service-row .service-text .service-features .feature-item span {
  font-size: 0.875rem;
  color: #1a1a1a;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  #top .services-section .service-row .service-text .service-features .feature-item span {
    font-size: 3vw;
  }
}
#top .services-section .service-row .service-text .btn {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1024px) {
  #top .services-section .service-row .service-text .btn {
    box-shadow: 0 1vw 3vw rgba(0, 0, 0, 0.1);
  }
}
#top .services-section .service-row .service-text .btn:hover {
  transform: translateY(-0.25rem);
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1024px) {
  #top .services-section .service-row .service-text .btn:hover {
    box-shadow: 0 2vw 6vw rgba(0, 0, 0, 0.15);
  }
}
#top .services-section .service-row .service-image {
  border-radius: 0.7rem;
  overflow: hidden;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1024px) {
  #top .services-section .service-row .service-image {
    border-radius: 3vw;
  }
}
@media screen and (max-width: 1024px) {
  #top .services-section .service-row .service-image {
    box-shadow: 0 1vw 3vw rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 1024px) {
  #top .services-section .service-row .service-image {
    box-shadow: 0 2vw 6vw rgba(0, 0, 0, 0.15);
  }
}
#top .services-section .service-row .service-image img {
  width: 100%;
  height: 25rem;
  object-fit: cover;
  transition: transform 0.5s ease;
}
@media screen and (max-width: 1024px) {
  #top .services-section .service-row .service-image img {
    height: 60vw;
  }
}
#top .services-section .service-row .service-image img:hover {
  transform: scale(1.05);
}
#top .properties-section {
  padding: 6rem 0;
}
@media screen and (max-width: 1024px) {
  #top .properties-section {
    padding: 15vw 0;
  }
}
#top .properties-section .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1024px) {
  #top .properties-section .section-header {
    margin-bottom: 10vw;
  }
}
#top .properties-section .section-header h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #1a1a1a;
}
@media screen and (max-width: 1024px) {
  #top .properties-section .section-header h2 {
    font-size: 7vw;
    margin-bottom: 3vw;
  }
}
#top .properties-section .section-header p {
  font-size: 1.125rem;
  color: #4a4a4a;
  max-width: 40rem;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  #top .properties-section .section-header p {
    font-size: 4vw;
  }
}
#top .properties-section .properties-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  max-width: 75rem;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  #top .properties-section .properties-grid {
    grid-template-columns: 1fr;
    gap: 8vw;
  }
}
#top .properties-section .property-card {
  background: #ffffff;
  border-radius: 0.7rem;
  overflow: hidden;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 0.0625rem solid rgba(171, 148, 98, 0.2);
  position: relative;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
@media screen and (max-width: 1024px) {
  #top .properties-section .property-card {
    border-radius: 3vw;
  }
}
@media screen and (max-width: 1024px) {
  #top .properties-section .property-card {
    box-shadow: 0 1vw 3vw rgba(0, 0, 0, 0.1);
  }
}
#top .properties-section .property-card:hover img {
  transform: scale(1.05);
}
@media screen and (max-width: 1024px) {
  #top .properties-section .property-card {
    border: 0.25vw solid rgba(171, 148, 98, 0.2);
  }
}
#top .properties-section .property-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  transition: left 0.6s ease;
}
#top .properties-section .property-card .property-image {
  position: relative;
  height: 18rem;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  #top .properties-section .property-card .property-image {
    height: 50vw;
  }
}
#top .properties-section .property-card .property-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
#top .properties-section .property-card .property-image .property-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: linear-gradient(135deg, #ab9462, #9a8153);
  color: #ffffff;
  padding: 0.5rem 1rem;
  border-radius: 50vw;
  font-size: 0.75rem;
  font-weight: 600;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1024px) {
  #top .properties-section .property-card .property-image .property-badge {
    border-radius: 30vw;
  }
}
@media screen and (max-width: 1024px) {
  #top .properties-section .property-card .property-image .property-badge {
    box-shadow: 0 1vw 3vw rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 1024px) {
  #top .properties-section .property-card .property-image .property-badge {
    top: 3vw;
    right: 3vw;
    padding: 1.5vw 3vw;
    font-size: 2.5vw;
  }
}
#top .properties-section .property-card .property-content {
  padding: 2rem;
}
@media screen and (max-width: 1024px) {
  #top .properties-section .property-card .property-content {
    padding: 6vw;
  }
}
#top .properties-section .property-card .property-content h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #1a1a1a;
}
@media screen and (max-width: 1024px) {
  #top .properties-section .property-card .property-content h3 {
    font-size: 4.5vw;
    margin-bottom: 3vw;
  }
}
#top .properties-section .property-card .property-content .property-location {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  color: #757575;
  font-size: 0.875rem;
}
@media screen and (max-width: 1024px) {
  #top .properties-section .property-card .property-content .property-location {
    gap: 2vw;
    margin-bottom: 3vw;
    font-size: 3vw;
  }
}
#top .properties-section .property-card .property-content .property-location i {
  color: #ab9462;
}
#top .properties-section .property-card .property-content .property-description {
  color: #4a4a4a;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  font-size: 1rem;
}
@media screen and (max-width: 1024px) {
  #top .properties-section .property-card .property-content .property-description {
    font-size: 3.5vw;
    margin-bottom: 4vw;
    line-height: 1.6;
  }
}
#top .properties-section .property-card .property-content .property-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1024px) {
  #top .properties-section .property-card .property-content .property-features {
    gap: 2vw;
    margin-bottom: 6vw;
  }
}
#top .properties-section .property-card .property-content .property-features .feature-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: #4a4a4a;
  padding: 0.75rem;
  background: rgba(171, 148, 98, 0.05);
  border-radius: 0.7rem;
  border: 0.0625rem solid rgba(171, 148, 98, 0.1);
  transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
  #top .properties-section .property-card .property-content .property-features .feature-item {
    border-radius: 3vw;
  }
}
@media screen and (max-width: 1024px) {
  #top .properties-section .property-card .property-content .property-features .feature-item {
    gap: 2vw;
    font-size: 3vw;
    padding: 2vw;
    border: 0.25vw solid rgba(171, 148, 98, 0.1);
  }
}
#top .properties-section .property-card .property-content .property-features .feature-item i {
  color: #ab9462;
  width: 1rem;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #top .properties-section .property-card .property-content .property-features .feature-item i {
    width: 3vw;
  }
}
#top .properties-section .property-card .property-content .property-actions {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  #top .properties-section .property-card .property-content .property-actions .btn {
    width: 100%;
    justify-content: center;
  }
}
#top .properties-section .property-card .property-content .property-actions .btn {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1024px) {
  #top .properties-section .property-card .property-content .property-actions .btn {
    box-shadow: 0 1vw 3vw rgba(0, 0, 0, 0.1);
  }
}
#top .properties-section .property-card .property-content .property-actions .btn:hover {
  transform: translateY(-0.25rem);
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1024px) {
  #top .properties-section .property-card .property-content .property-actions .btn:hover {
    box-shadow: 0 2vw 6vw rgba(0, 0, 0, 0.15);
  }
}

#about .brand-story-section {
  padding: 6rem 0;
}
@media screen and (max-width: 1024px) {
  #about .brand-story-section {
    padding: 15vw 0;
  }
}
#about .brand-story-section .story-timeline {
  position: relative;
  max-width: 50rem;
  margin: 0 auto;
}
#about .brand-story-section .story-timeline::before {
  content: "";
  position: absolute;
  left: 2rem;
  top: 0;
  bottom: 0;
  width: 0.125rem;
  background: linear-gradient(to bottom, #ab9462 0%, #9a8153 50%, #ab9462 100%);
}
@media screen and (max-width: 1024px) {
  #about .brand-story-section .story-timeline::before {
    left: 6vw;
    width: 0.5vw;
  }
}
#about .brand-story-section .timeline-item {
  position: relative;
  margin-bottom: 3rem;
  display: flex;
  align-items: flex-start;
  gap: 3rem;
}
@media screen and (max-width: 1024px) {
  #about .brand-story-section .timeline-item {
    margin-bottom: 8vw;
    gap: 8vw;
  }
}
#about .brand-story-section .timeline-item:last-child {
  margin-bottom: 0;
}
#about .brand-story-section .timeline-item .timeline-marker {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
#about .brand-story-section .timeline-item .timeline-marker .marker-dot {
  width: 1rem;
  height: 1rem;
  background: #ab9462;
  border-radius: 50%;
  border: 0.25rem solid #ffffff;
  box-shadow: 0 0 0 0.25rem rgba(171, 148, 98, 0.2);
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #about .brand-story-section .timeline-item .timeline-marker .marker-dot {
    width: 3vw;
    height: 3vw;
    border: 1vw solid #ffffff;
    box-shadow: 0 0 0 1vw rgba(171, 148, 98, 0.2);
  }
}
#about .brand-story-section .timeline-item .timeline-marker .marker-dot::before {
  content: "";
  position: absolute;
  inset: -0.5rem;
  border-radius: 50%;
  background: rgba(171, 148, 98, 0.1);
  animation: pulse 2s infinite;
}
@media screen and (max-width: 1024px) {
  #about .brand-story-section .timeline-item .timeline-marker .marker-dot::before {
    inset: -1.5vw;
  }
}
#about .brand-story-section .timeline-item .timeline-marker .marker-year {
  margin-top: 1rem;
  background: #ab9462;
  color: #ffffff;
  padding: 0.5rem 1rem;
  border-radius: 50vw;
  font-weight: 700;
  font-size: 0.875rem;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  #about .brand-story-section .timeline-item .timeline-marker .marker-year {
    border-radius: 30vw;
  }
}
@media screen and (max-width: 1024px) {
  #about .brand-story-section .timeline-item .timeline-marker .marker-year {
    margin-top: 3vw;
    padding: 1.5vw 3vw;
    font-size: 3vw;
  }
}
#about .brand-story-section .timeline-item .timeline-content {
  flex: 1;
  background: #ffffff;
  padding: 2rem;
  border-radius: 0.7rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  border: 0.0625rem solid rgba(171, 148, 98, 0.1);
  transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
  #about .brand-story-section .timeline-item .timeline-content {
    border-radius: 3vw;
  }
}
@media screen and (max-width: 1024px) {
  #about .brand-story-section .timeline-item .timeline-content {
    box-shadow: 0 1vw 3vw rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 1024px) {
  #about .brand-story-section .timeline-item .timeline-content {
    padding: 5vw;
    border: 0.25vw solid rgba(171, 148, 98, 0.1);
  }
}
#about .brand-story-section .timeline-item .timeline-content h3 {
  color: #ab9462;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1024px) {
  #about .brand-story-section .timeline-item .timeline-content h3 {
    font-size: 4.5vw;
    margin-bottom: 3vw;
  }
}
#about .brand-story-section .timeline-item .timeline-content p {
  color: #4a4a4a;
  line-height: 1.6;
  font-size: 1rem;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  #about .brand-story-section .timeline-item .timeline-content p {
    font-size: 3.5vw;
    line-height: 1.6;
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.5;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
#about .founder-section {
  padding: 6rem 0;
}
@media screen and (max-width: 1024px) {
  #about .founder-section {
    padding: 15vw 0;
  }
}
#about .founder-section .founder-profile {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 4rem;
  align-items: center;
  max-width: 70rem;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  #about .founder-section .founder-profile {
    grid-template-columns: 1fr;
    gap: 8vw;
    text-align: center;
  }
}
#about .founder-section .founder-profile .founder-image {
  position: relative;
  border-radius: 0.7rem;
  overflow: hidden;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1024px) {
  #about .founder-section .founder-profile .founder-image {
    border-radius: 3vw;
  }
}
@media screen and (max-width: 1024px) {
  #about .founder-section .founder-profile .founder-image {
    box-shadow: 0 1vw 3vw rgba(0, 0, 0, 0.1);
  }
}
#about .founder-section .founder-profile .founder-image img {
  width: 100%;
  height: 25rem;
  object-fit: cover;
  transition: transform 0.4s ease;
}
@media screen and (max-width: 1024px) {
  #about .founder-section .founder-profile .founder-image img {
    height: 70vw;
  }
}
#about .founder-section .founder-profile .founder-image .image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(171, 148, 98, 0.1) 0%, transparent 50%, rgba(154, 129, 83, 0.1) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
#about .founder-section .founder-profile .founder-image:hover .image-overlay {
  opacity: 1;
}
#about .founder-section .founder-profile .founder-image:hover img {
  transform: scale(1.05);
}
#about .founder-section .founder-profile .founder-content .founder-quote {
  position: relative;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 1024px) {
  #about .founder-section .founder-profile .founder-content .founder-quote {
    margin-bottom: 6vw;
  }
}
#about .founder-section .founder-profile .founder-content .founder-quote .quote-mark {
  font-size: 4rem;
  color: rgba(171, 148, 98, 0.2);
  font-family: serif;
  line-height: 1;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1024px) {
  #about .founder-section .founder-profile .founder-content .founder-quote .quote-mark {
    font-size: 10vw;
    margin-bottom: 3vw;
  }
}
#about .founder-section .founder-profile .founder-content .founder-quote blockquote {
  font-size: 1.5rem;
  line-height: 1.6;
  color: #4a4a4a;
  font-style: italic;
  margin: 0;
  position: relative;
  line-height: 1.6;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  #about .founder-section .founder-profile .founder-content .founder-quote blockquote {
    font-size: 4.5vw;
    line-height: 1.6;
  }
}
#about .values-showcase-section {
  padding: 6rem 0;
  background: linear-gradient(135deg, #fafbfc 0%, #f1f3f4 50%, #ffffff 100%);
}
@media screen and (max-width: 1024px) {
  #about .values-showcase-section {
    padding: 15vw 0;
  }
}
#about .values-showcase-section .values-masonry {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(18.75rem, 1fr));
  gap: 2rem;
  max-width: 75rem;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  #about .values-showcase-section .values-masonry {
    grid-template-columns: 1fr;
    gap: 5vw;
  }
}
#about .values-showcase-section .values-masonry .value-card {
  background: #ffffff;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  border: 0.0625rem solid #e2e8f0;
  min-height: 20rem;
}
@media screen and (max-width: 1024px) {
  #about .values-showcase-section .values-masonry .value-card {
    border: 0.25vw solid #e2e8f0;
    min-height: auto;
  }
}
#about .values-showcase-section .values-masonry .value-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  transition: left 0.6s ease;
}
#about .values-showcase-section .values-masonry .value-card:hover .value-icon {
  transform: scale(1.1) rotate(5deg);
}
#about .values-showcase-section .values-masonry .value-card.large {
  grid-column: span 2;
  min-height: 25rem;
}
@media screen and (max-width: 1024px) {
  #about .values-showcase-section .values-masonry .value-card.large {
    grid-column: span 1;
    min-height: auto;
  }
}
#about .values-showcase-section .values-masonry .value-card.large .card-background {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.4;
}
#about .values-showcase-section .values-masonry .value-card.large .card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(171, 148, 98, 0.85) 0%, rgba(154, 129, 83, 0.85) 100%);
}
#about .values-showcase-section .values-masonry .value-card.large .card-content {
  position: relative;
  z-index: 1;
  color: #ffffff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2.5rem;
}
@media screen and (max-width: 1024px) {
  #about .values-showcase-section .values-masonry .value-card.large .card-content {
    padding: 6vw;
  }
}
#about .values-showcase-section .values-masonry .value-card.large .card-content .value-icon {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(0.5rem);
}
#about .values-showcase-section .values-masonry .value-card.large .card-content h3 {
  color: #ffffff;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1024px) {
  #about .values-showcase-section .values-masonry .value-card.large .card-content h3 {
    font-size: 5vw;
    margin-bottom: 3vw;
  }
}
#about .values-showcase-section .values-masonry .value-card.large .card-content p {
  color: rgba(255, 255, 255, 0.95);
  font-size: 1.125rem;
  line-height: 1.6;
}
@media screen and (max-width: 1024px) {
  #about .values-showcase-section .values-masonry .value-card.large .card-content p {
    font-size: 4vw;
    line-height: 1.5;
  }
}
#about .values-showcase-section .values-masonry .value-card.large .innovation-features {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}
@media screen and (max-width: 1024px) {
  #about .values-showcase-section .values-masonry .value-card.large .innovation-features {
    gap: 1.5vw;
    margin-top: 3vw;
  }
}
#about .values-showcase-section .values-masonry .value-card.large .innovation-features .feature-tag {
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  padding: 0.5rem 1rem;
  border-radius: 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  backdrop-filter: blur(0.25rem);
}
@media screen and (max-width: 1024px) {
  #about .values-showcase-section .values-masonry .value-card.large .innovation-features .feature-tag {
    padding: 1.5vw 3vw;
    font-size: 3.5vw;
  }
}
#about .values-showcase-section .values-masonry .value-card .card-content {
  padding: 2.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  #about .values-showcase-section .values-masonry .value-card .card-content {
    padding: 6vw;
  }
}
#about .values-showcase-section .values-masonry .value-card .card-content .value-icon {
  width: 4.5rem;
  height: 4.5rem;
  background: linear-gradient(135deg, #ab9462 0%, #9a8153 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  box-shadow: 0 0.5rem 1.5rem rgba(171, 148, 98, 0.3);
  transition: all 0.4s ease;
}
@media screen and (max-width: 1024px) {
  #about .values-showcase-section .values-masonry .value-card .card-content .value-icon {
    width: 15vw;
    height: 15vw;
    margin-bottom: 4vw;
  }
}
#about .values-showcase-section .values-masonry .value-card .card-content .value-icon i {
  font-size: 1.5rem;
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  #about .values-showcase-section .values-masonry .value-card .card-content .value-icon i {
    font-size: 5vw;
  }
}
#about .values-showcase-section .values-masonry .value-card .card-content h3 {
  font-size: 1.375rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1024px) {
  #about .values-showcase-section .values-masonry .value-card .card-content h3 {
    font-size: 4.5vw;
    margin-bottom: 3vw;
  }
}
#about .values-showcase-section .values-masonry .value-card .card-content p {
  color: #4a4a4a;
  line-height: 1.6;
  font-size: 1rem;
  margin: 0;
  flex: 1;
}
@media screen and (max-width: 1024px) {
  #about .values-showcase-section .values-masonry .value-card .card-content p {
    font-size: 3.5vw;
    line-height: 1.5;
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

#accommodations .amenities-section .amenities-showcase {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media screen and (max-width: 1024px) {
  #accommodations .amenities-section .amenities-showcase {
    gap: 10vw;
  }
}
#accommodations .amenities-section .amenity-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 4rem;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #accommodations .amenities-section .amenity-row {
    grid-template-columns: 1fr;
    gap: 2vw;
    text-align: center;
  }
}
#accommodations .amenities-section .amenity-row .amenity-content {
  order: 1;
}
#accommodations .amenities-section .amenity-row .amenity-image {
  order: 2;
}
#accommodations .amenities-section .amenity-row.reverse .amenity-content {
  order: 2;
}
#accommodations .amenities-section .amenity-row.reverse .amenity-image {
  order: 1;
}
@media screen and (max-width: 1024px) {
  #accommodations .amenities-section .amenity-row.reverse .amenity-content {
    order: unset;
  }
  #accommodations .amenities-section .amenity-row.reverse .amenity-image {
    order: unset;
  }
}
#accommodations .amenities-section .amenity-row .amenity-image {
  position: relative;
  border-radius: 0.7rem;
  overflow: hidden;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1024px) {
  #accommodations .amenities-section .amenity-row .amenity-image {
    border-radius: 3vw;
  }
}
@media screen and (max-width: 1024px) {
  #accommodations .amenities-section .amenity-row .amenity-image {
    box-shadow: 0 1vw 3vw rgba(0, 0, 0, 0.1);
  }
}
#accommodations .amenities-section .amenity-row .amenity-image img {
  width: 100%;
  height: 18.75rem;
  object-fit: cover;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1024px) {
  #accommodations .amenities-section .amenity-row .amenity-image img {
    height: 62.5vw;
  }
}
#accommodations .amenities-section .amenity-row .amenity-content {
  padding: 2rem 0;
}
@media screen and (max-width: 1024px) {
  #accommodations .amenities-section .amenity-row .amenity-content {
    padding: 5vw 0;
  }
}
#accommodations .amenities-section .amenity-row .amenity-content .amenity-icon {
  width: 4.375rem;
  height: 4.375rem;
  background: linear-gradient(135deg, #ab9462, #8f7a4d);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
}
@media screen and (max-width: 1024px) {
  #accommodations .amenities-section .amenity-row .amenity-content .amenity-icon {
    box-shadow: 0 1vw 3vw rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 1024px) {
  #accommodations .amenities-section .amenity-row .amenity-content .amenity-icon {
    width: 15vw;
    height: 15vw;
    margin: 0 auto 4.5vw;
  }
}
#accommodations .amenities-section .amenity-row .amenity-content .amenity-icon i {
  color: white;
  font-size: 1.8rem;
}
@media screen and (max-width: 1024px) {
  #accommodations .amenities-section .amenity-row .amenity-content .amenity-icon i {
    font-size: 6vw;
  }
}
#accommodations .amenities-section .amenity-row .amenity-content .amenity-title {
  font-size: 1.8rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 1rem;
  line-height: 1.3;
}
@media screen and (max-width: 1024px) {
  #accommodations .amenities-section .amenity-row .amenity-content .amenity-title {
    font-size: 5.5vw;
    margin-bottom: 3vw;
  }
}
#accommodations .amenities-section .amenity-row .amenity-content .amenity-description {
  color: #757575;
  line-height: 1.8;
  font-size: 1rem;
  margin-bottom: 1.5rem;
  max-width: 37.5rem;
}
@media screen and (max-width: 1024px) {
  #accommodations .amenities-section .amenity-row .amenity-content .amenity-description {
    text-align: left;
    font-size: 3.5vw;
    margin: 0 auto 4.5vw;
    line-height: 1.6;
  }
}
#accommodations .amenities-section .amenity-row .amenity-content .amenity-features {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}
@media screen and (max-width: 1024px) {
  #accommodations .amenities-section .amenity-row .amenity-content .amenity-features {
    justify-content: center;
    gap: 2.5vw;
  }
}
#accommodations .amenities-section .amenity-row .amenity-content .amenity-features .feature-tag {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 1.2rem;
  background: rgba(171, 148, 98, 0.1);
  color: #ab9462;
  font-size: 0.85rem;
  font-weight: 500;
  border: 0.0625rem solid rgba(171, 148, 98, 0.2);
  transition: all 0.3s ease;
  border-radius: 50vw;
}
@media screen and (max-width: 1024px) {
  #accommodations .amenities-section .amenity-row .amenity-content .amenity-features .feature-tag {
    border-radius: 30vw;
  }
}
@media screen and (max-width: 1024px) {
  #accommodations .amenities-section .amenity-row .amenity-content .amenity-features .feature-tag {
    gap: 1.5vw;
    padding: 1.8vw 3.5vw;
    font-size: 3vw;
    border: 0.25vw solid rgba(171, 148, 98, 0.2);
  }
}
#accommodations .amenities-section .amenity-row .amenity-content .amenity-features .feature-tag i {
  font-size: 0.8rem;
  color: inherit;
}
@media screen and (max-width: 1024px) {
  #accommodations .amenities-section .amenity-row .amenity-content .amenity-features .feature-tag i {
    font-size: 2.8vw;
  }
}
#accommodations .amenities-section .amenity-row:hover .amenity-content .amenity-icon {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1024px) {
  #accommodations .amenities-section .amenity-row:hover .amenity-content .amenity-icon {
    box-shadow: 0 2vw 6vw rgba(0, 0, 0, 0.15);
  }
}
@media screen and (max-width: 1024px) {
  #accommodations .amenities-section .amenity-row.reverse .amenity-image,
  #accommodations .amenities-section .amenity-row.reverse .amenity-content {
    order: initial;
  }
}
#accommodations .room-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(21.875rem, 1fr));
  gap: 3rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1024px) {
  #accommodations .room-grid {
    grid-template-columns: 1fr;
    gap: 7.5vw;
    margin-bottom: 10vw;
  }
}
#accommodations .room-grid .room-card {
  background: #ffffff;
  border-radius: 0.7rem;
  overflow: hidden;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
@media screen and (max-width: 1024px) {
  #accommodations .room-grid .room-card {
    border-radius: 3vw;
  }
}
@media screen and (max-width: 1024px) {
  #accommodations .room-grid .room-card {
    box-shadow: 0 1vw 3vw rgba(0, 0, 0, 0.1);
  }
}
#accommodations .room-grid .room-card:hover img {
  transform: scale(1.05);
}
#accommodations .room-grid .room-card .room-image {
  position: relative;
  height: 15.625rem;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  #accommodations .room-grid .room-card .room-image {
    height: 50vw;
  }
}
#accommodations .room-grid .room-card .room-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}
#accommodations .room-grid .room-card .room-image .room-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: #ab9462;
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 0.7rem;
  border-radius: 50vw;
  font-size: 0.875rem;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  #accommodations .room-grid .room-card .room-image .room-badge {
    border-radius: 3vw;
  }
}
@media screen and (max-width: 1024px) {
  #accommodations .room-grid .room-card .room-image .room-badge {
    border-radius: 30vw;
  }
}
@media screen and (max-width: 1024px) {
  #accommodations .room-grid .room-card .room-image .room-badge {
    top: 3vw;
    right: 3vw;
    padding: 1.5vw 3vw;
    font-size: 3vw;
  }
}
#accommodations .room-grid .room-card .room-content {
  padding: 2rem;
}
@media screen and (max-width: 1024px) {
  #accommodations .room-grid .room-card .room-content {
    padding: 5vw;
  }
}
#accommodations .room-grid .room-card .room-content .room-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1024px) {
  #accommodations .room-grid .room-card .room-content .room-title {
    font-size: 4.5vw;
    margin-bottom: 3vw;
  }
}
#accommodations .room-grid .room-card .room-content .room-specs {
  display: flex;
  gap: 0.8rem 2rem;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  #accommodations .room-grid .room-card .room-content .room-specs {
    gap: 2.5vw 4vw;
    margin-bottom: 4.5vw;
  }
}
#accommodations .room-grid .room-card .room-content .room-specs .room-spec {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: #4a4a4a;
}
@media screen and (max-width: 1024px) {
  #accommodations .room-grid .room-card .room-content .room-specs .room-spec {
    gap: 1.5vw;
    font-size: 3vw;
  }
}
#accommodations .room-grid .room-card .room-content .room-specs .room-spec i {
  color: #ab9462;
  font-size: 1rem;
}
@media screen and (max-width: 1024px) {
  #accommodations .room-grid .room-card .room-content .room-specs .room-spec i {
    font-size: 3.5vw;
  }
}
#accommodations .room-grid .room-card .room-content .room-description {
  color: #757575;
  line-height: 1.6;
}
@media screen and (max-width: 1024px) {
  #accommodations .room-grid .room-card .room-content .room-description {
    font-size: 3.5vw;
    line-height: 1.6;
  }
}
#accommodations .booking-section .store-platforms {
  margin-bottom: 2rem;
}
@media screen and (max-width: 1024px) {
  #accommodations .booking-section .store-platforms {
    margin-bottom: 6vw;
  }
}
#accommodations .booking-section .platforms-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 1024px) {
  #accommodations .booking-section .platforms-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 5vw;
  }
}
@media screen and (max-width: sp-smallpx) {
  #accommodations .booking-section .platforms-grid {
    grid-template-columns: 1fr;
  }
}
#accommodations .booking-section .platform-card {
  background: #ffffff;
  border-radius: 0.7rem;
  padding: 2rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  border: 0.125rem solid transparent;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  display: block;
  text-decoration: none;
  color: inherit;
  width: 100%;
  text-align: left;
  font-family: inherit;
  font-size: inherit;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  #accommodations .booking-section .platform-card {
    border-radius: 3vw;
  }
}
@media screen and (max-width: 1024px) {
  #accommodations .booking-section .platform-card {
    box-shadow: 0 1vw 3vw rgba(0, 0, 0, 0.1);
  }
}
#accommodations .booking-section .platform-card:hover img {
  transform: scale(1.05);
}
@media screen and (max-width: 1024px) {
  #accommodations .booking-section .platform-card {
    padding: 6vw;
  }
}
#accommodations .booking-section .platform-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  transition: left 0.6s ease;
}
#accommodations .booking-section .platform-card:hover {
  transform: translateY(-0.5rem);
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1024px) {
  #accommodations .booking-section .platform-card:hover {
    box-shadow: 0 2vw 6vw rgba(0, 0, 0, 0.15);
  }
}
#accommodations .booking-section .platform-card:hover::before {
  left: 100%;
}
#accommodations .booking-section .platform-card:hover .platform-logo {
  transform: scale(1.1) rotate(5deg);
}
#accommodations .booking-section .platform-card.booking {
  border-color: #003b95;
}
@media screen and (max-width: 1024px) {
  #accommodations .booking-section .platform-card.booking {
    border-width: 0.5vw;
  }
}
#accommodations .booking-section .platform-card.booking:hover {
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1024px) {
  #accommodations .booking-section .platform-card.booking:hover {
    box-shadow: 0 2vw 6vw rgba(0, 0, 0, 0.15);
  }
}
#accommodations .booking-section .platform-card.booking .platform-logo {
  background: linear-gradient(135deg, #003b95, #002762);
}
#accommodations .booking-section .platform-card.booking .platform-btn {
  background: #003b95;
}
#accommodations .booking-section .platform-card.booking .platform-btn:hover {
  background: #002762;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1024px) {
  #accommodations .booking-section .platform-card.booking .platform-btn:hover {
    box-shadow: 0 1vw 3vw rgba(0, 0, 0, 0.1);
  }
}
#accommodations .booking-section .platform-card.airbnb {
  border-color: #ff5a5f;
}
@media screen and (max-width: 1024px) {
  #accommodations .booking-section .platform-card.airbnb {
    border-width: 0.5vw;
  }
}
#accommodations .booking-section .platform-card.airbnb:hover {
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1024px) {
  #accommodations .booking-section .platform-card.airbnb:hover {
    box-shadow: 0 2vw 6vw rgba(0, 0, 0, 0.15);
  }
}
#accommodations .booking-section .platform-card.airbnb .platform-logo {
  background: linear-gradient(135deg, #ff5a5f, #ff272e);
}
#accommodations .booking-section .platform-card.airbnb .platform-btn {
  background: #ff5a5f;
}
#accommodations .booking-section .platform-card.airbnb .platform-btn:hover {
  background: #ff272e;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1024px) {
  #accommodations .booking-section .platform-card.airbnb .platform-btn:hover {
    box-shadow: 0 1vw 3vw rgba(0, 0, 0, 0.1);
  }
}
#accommodations .booking-section .platform-card.trip {
  border-color: #2c61fe;
}
@media screen and (max-width: 1024px) {
  #accommodations .booking-section .platform-card.trip {
    border-width: 0.5vw;
  }
}
#accommodations .booking-section .platform-card.trip:hover {
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1024px) {
  #accommodations .booking-section .platform-card.trip:hover {
    box-shadow: 0 2vw 6vw rgba(0, 0, 0, 0.15);
  }
}
#accommodations .booking-section .platform-card.trip .platform-logo {
  background: linear-gradient(135deg, #2c61fe, #013ff6);
}
#accommodations .booking-section .platform-card.trip .platform-btn {
  background: #2c61fe;
}
#accommodations .booking-section .platform-card.trip .platform-btn:hover {
  background: #013ff6;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1024px) {
  #accommodations .booking-section .platform-card.trip .platform-btn:hover {
    box-shadow: 0 1vw 3vw rgba(0, 0, 0, 0.1);
  }
}
#accommodations .booking-section .platform-card.wechat {
  border-color: #07c160;
}
@media screen and (max-width: 1024px) {
  #accommodations .booking-section .platform-card.wechat {
    border-width: 0.5vw;
  }
}
#accommodations .booking-section .platform-card.wechat:hover {
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1024px) {
  #accommodations .booking-section .platform-card.wechat:hover {
    box-shadow: 0 2vw 6vw rgba(0, 0, 0, 0.15);
  }
}
#accommodations .booking-section .platform-card.wechat .platform-logo {
  background: linear-gradient(135deg, #07c160, #059048);
}
#accommodations .booking-section .platform-card.wechat .platform-btn {
  background: #07c160;
}
#accommodations .booking-section .platform-card.wechat .platform-btn:hover {
  background: #059048;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1024px) {
  #accommodations .booking-section .platform-card.wechat .platform-btn:hover {
    box-shadow: 0 1vw 3vw rgba(0, 0, 0, 0.1);
  }
}
#accommodations .booking-section .platform-card .platform-header {
  text-align: center;
  margin-bottom: 1.5rem;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #accommodations .booking-section .platform-card .platform-header {
    margin-bottom: 4.5vw;
  }
}
#accommodations .booking-section .platform-card .platform-header .platform-logo {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
}
@media screen and (max-width: 1024px) {
  #accommodations .booking-section .platform-card .platform-header .platform-logo {
    box-shadow: 0 1vw 3vw rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 1024px) {
  #accommodations .booking-section .platform-card .platform-header .platform-logo {
    width: 12vw;
    height: 12vw;
    margin: 0 auto 3vw;
  }
}
#accommodations .booking-section .platform-card .platform-header .platform-logo i {
  color: white;
  font-size: 1.5rem;
}
@media screen and (max-width: 1024px) {
  #accommodations .booking-section .platform-card .platform-header .platform-logo i {
    font-size: 4.5vw;
  }
}
#accommodations .booking-section .platform-card .platform-header .platform-name {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 1024px) {
  #accommodations .booking-section .platform-card .platform-header .platform-name {
    font-size: 4vw;
    margin-bottom: 1.5vw;
  }
}
#accommodations .booking-section .platform-card .platform-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  padding: 1rem 1.5rem;
  border-radius: 0.7rem;
  border-radius: 50vw;
  color: white;
  font-weight: 700;
  font-size: 1.25rem;
  transition: all 0.3s ease;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  #accommodations .booking-section .platform-card .platform-btn {
    border-radius: 3vw;
  }
}
@media screen and (max-width: 1024px) {
  #accommodations .booking-section .platform-card .platform-btn {
    border-radius: 30vw;
  }
}
@media screen and (max-width: 1024px) {
  #accommodations .booking-section .platform-card .platform-btn {
    box-shadow: 0 1vw 3vw rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 1024px) {
  #accommodations .booking-section .platform-card .platform-btn {
    gap: 2vw;
    padding: 3vw 4.5vw;
    font-size: 4vw;
  }
}
#accommodations .booking-section .platform-card .platform-btn i {
  font-size: 1.25rem;
}
@media screen and (max-width: 1024px) {
  #accommodations .booking-section .platform-card .platform-btn i {
    font-size: 4vw;
  }
}
#accommodations .featured-section .locations-showcase {
  display: grid;
  gap: 4rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 1024px) {
  #accommodations .featured-section .locations-showcase {
    gap: 8vw;
    margin-bottom: 12vw;
  }
}
#accommodations .featured-section .location-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: all 0.4s ease;
}
#accommodations .featured-section .location-card-link:hover .location-image img {
  transform: scale(1.05);
}
#accommodations .featured-section .location-card-link:hover .btn {
  background: linear-gradient(135deg, #9f8755, #89734a);
}
#accommodations .featured-section .location-card-link:hover .btn i {
  transform: translateX(0.25rem);
}
#accommodations .featured-section .location-card {
  display: grid;
  grid-template-columns: 45% 1fr;
  background: white;
  border-radius: 0.7rem;
  overflow: hidden;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
  min-height: 32rem;
  align-items: stretch;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1024px) {
  #accommodations .featured-section .location-card {
    border-radius: 3vw;
  }
}
@media screen and (max-width: 1024px) {
  #accommodations .featured-section .location-card {
    box-shadow: 0 1vw 3vw rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 1024px) {
  #accommodations .featured-section .location-card {
    box-shadow: 0 2vw 6vw rgba(0, 0, 0, 0.15);
  }
}
@media screen and (max-width: 1024px) {
  #accommodations .featured-section .location-card {
    grid-template-columns: 1fr;
    min-height: auto;
    border: 0.5vw solid #e0e0e0;
  }
}
#accommodations .featured-section .location-card .location-image {
  position: relative;
  overflow: hidden;
  min-height: 32rem;
}
@media screen and (max-width: 1024px) {
  #accommodations .featured-section .location-card .location-image {
    min-height: 60vw;
    height: 60vw;
  }
}
#accommodations .featured-section .location-card .location-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
#accommodations .featured-section .location-card .location-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(171, 148, 98, 0.1) 0%, transparent 50%);
  opacity: 0;
  transition: opacity 0.4s ease;
}
#accommodations .featured-section .location-card .location-content {
  padding: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: linear-gradient(135deg, white 0%, #fafafa 100%);
}
@media screen and (max-width: 1024px) {
  #accommodations .featured-section .location-card .location-content {
    padding: 8vw;
  }
}
#accommodations .featured-section .location-card .location-content .location-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
  color: #1a1a1a;
  line-height: 1.2;
}
@media screen and (max-width: 1024px) {
  #accommodations .featured-section .location-card .location-content .location-title {
    font-size: 5vw;
    margin-bottom: 2vw;
  }
}
#accommodations .featured-section .location-card .location-content .location-subtitle {
  font-size: 1rem;
  margin-bottom: 2rem;
  color: #4a4a4a;
}
@media screen and (max-width: 1024px) {
  #accommodations .featured-section .location-card .location-content .location-subtitle {
    font-size: 3.5vw;
    margin-bottom: 5vw;
    line-height: 1.6;
  }
}
#accommodations .featured-section .location-card .location-content .location-features {
  flex: 1;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1024px) {
  #accommodations .featured-section .location-card .location-content .location-features {
    margin-bottom: 6vw;
  }
}
#accommodations .featured-section .location-card .location-content .location-features .feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2rem;
}
@media screen and (max-width: 1024px) {
  #accommodations .featured-section .location-card .location-content .location-features .feature-grid {
    gap: 4vw;
  }
}
#accommodations .featured-section .location-card .location-content .location-features .feature-grid .feature-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: #4a4a4a;
  padding: 1rem 1.25rem;
  background: rgba(171, 148, 98, 0.05);
  border-radius: 0.7rem;
  border: 0.125rem solid rgba(171, 148, 98, 0.1);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  #accommodations .featured-section .location-card .location-content .location-features .feature-grid .feature-item {
    border-radius: 3vw;
  }
}
@media screen and (max-width: 1024px) {
  #accommodations .featured-section .location-card .location-content .location-features .feature-grid .feature-item {
    gap: 2vw;
    padding: 2vw 3vw;
    font-size: 3vw;
    border: 0.5vw solid rgba(171, 148, 98, 0.1);
    line-height: 1.6;
  }
}
#accommodations .featured-section .location-card .location-content .location-features .feature-grid .feature-item i {
  color: #ab9462;
  font-size: 1rem;
  width: 1.5rem;
  text-align: center;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
  #accommodations .featured-section .location-card .location-content .location-features .feature-grid .feature-item i {
    font-size: 3.5vw;
    width: 5vw;
  }
}
#accommodations .featured-section .location-card .location-content .location-features .feature-grid .feature-item span {
  font-weight: 500;
}
#accommodations .featured-section .location-card .location-content .location-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  padding-top: 2rem;
  border-top: 0.125rem solid rgba(171, 148, 98, 0.1);
}
@media screen and (max-width: 1024px) {
  #accommodations .featured-section .location-card .location-content .location-cta {
    padding-top: 6vw;
    border-top: 0.5vw solid rgba(171, 148, 98, 0.1);
  }
}
#accommodations .featured-section .location-card .location-content .location-cta .btn {
  padding: 1.25rem 3.5rem;
  font-size: 1.25rem;
  border-radius: 50vw;
  background: linear-gradient(135deg, #ab9462, #9a8153);
  color: white;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  #accommodations .featured-section .location-card .location-content .location-cta .btn {
    border-radius: 30vw;
  }
}
@media screen and (max-width: 1024px) {
  #accommodations .featured-section .location-card .location-content .location-cta .btn {
    box-shadow: 0 1vw 3vw rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 1024px) {
  #accommodations .featured-section .location-card .location-content .location-cta .btn {
    padding: 4vw 8vw;
    font-size: 4vw;
    gap: 3vw;
  }
}
#accommodations .featured-section .location-card .location-content .location-cta .btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s ease;
}
#accommodations .featured-section .location-card .location-content .location-cta .btn i {
  transition: transform 0.3s ease;
  font-size: 1rem;
}
@media screen and (max-width: 1024px) {
  #accommodations .featured-section .location-card .location-content .location-cta .btn i {
    font-size: 3.5vw;
  }
}
#accommodations .property-gallery .gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(3, 10rem);
  gap: 1rem;
  max-width: 62.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  #accommodations .property-gallery .gallery-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 2.5vw;
    margin: 0 3.75vw;
  }
}
#accommodations .property-gallery .gallery-grid .gallery-item {
  position: relative;
  border-radius: 0.7rem;
  overflow: hidden;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  background: #ffffff;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
@media screen and (max-width: 1024px) {
  #accommodations .property-gallery .gallery-grid .gallery-item {
    border-radius: 3vw;
  }
}
@media screen and (max-width: 1024px) {
  #accommodations .property-gallery .gallery-grid .gallery-item {
    box-shadow: 0 1vw 3vw rgba(0, 0, 0, 0.1);
  }
}
#accommodations .property-gallery .gallery-grid .gallery-item:hover img {
  transform: scale(1.05);
}
#accommodations .property-gallery .gallery-grid .gallery-item.large {
  grid-column: span 8;
  grid-row: span 2;
}
#accommodations .property-gallery .gallery-grid .gallery-item.medium {
  grid-column: span 4;
  grid-row: span 2;
}
#accommodations .property-gallery .gallery-grid .gallery-item.small {
  grid-column: span 6;
  grid-row: span 2;
}
@media screen and (max-width: 1024px) {
  #accommodations .property-gallery .gallery-grid .gallery-item.large, #accommodations .property-gallery .gallery-grid .gallery-item.medium, #accommodations .property-gallery .gallery-grid .gallery-item.small {
    grid-column: 1;
    grid-row: auto;
    height: 50vw;
  }
}
#accommodations .property-gallery .gallery-grid .gallery-item:hover {
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1024px) {
  #accommodations .property-gallery .gallery-grid .gallery-item:hover {
    box-shadow: 0 2vw 6vw rgba(0, 0, 0, 0.15);
  }
}
#accommodations .property-gallery .gallery-grid .gallery-item:hover img {
  transform: scale(1.05);
}
#accommodations .property-gallery .gallery-grid .gallery-item:hover .gallery-caption {
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.85) 100%);
}
#accommodations .property-gallery .gallery-grid .gallery-item:hover .gallery-caption h3 {
  opacity: 1;
  transform: translateY(0);
}
#accommodations .property-gallery .gallery-grid .gallery-item:hover .gallery-caption p {
  opacity: 1;
  transform: translateY(0);
}
#accommodations .property-gallery .gallery-grid .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
#accommodations .property-gallery .gallery-grid .gallery-item .gallery-caption {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.6) 100%);
  color: #ffffff;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
  #accommodations .property-gallery .gallery-grid .gallery-item .gallery-caption {
    padding: 3vw;
  }
}
#accommodations .property-gallery .gallery-grid .gallery-item .gallery-caption h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
  transform: translateY(0.3125rem);
  opacity: 0.9;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
  #accommodations .property-gallery .gallery-grid .gallery-item .gallery-caption h3 {
    font-size: 4vw;
    margin-bottom: 1vw;
  }
}
#accommodations .property-gallery .gallery-grid .gallery-item .gallery-caption p {
  font-size: 0.875rem;
  opacity: 0.7;
  margin: 0;
  line-height: 1.6;
  transform: translateY(0.3125rem);
  transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
  #accommodations .property-gallery .gallery-grid .gallery-item .gallery-caption p {
    font-size: 3vw;
    line-height: 1.6;
  }
}
#accommodations .location-map-section .map-container {
  max-width: 75rem;
  margin: 0 auto;
  border-radius: 0.7rem;
  overflow: hidden;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1024px) {
  #accommodations .location-map-section .map-container {
    border-radius: 3vw;
  }
}
@media screen and (max-width: 1024px) {
  #accommodations .location-map-section .map-container {
    box-shadow: 0 2vw 6vw rgba(0, 0, 0, 0.15);
  }
}
@media screen and (max-width: 1024px) {
  #accommodations .location-map-section .map-container {
    max-width: 100%;
  }
}
#accommodations .location-map-section .map-container .map-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 2rem;
  background: #ffffff;
  border-bottom: 0.125rem solid #e0e0e0;
}
@media screen and (max-width: 1024px) {
  #accommodations .location-map-section .map-container .map-controls {
    align-items: flex-start;
    flex-direction: column;
    gap: 5vw;
    padding: 4vw;
    border-bottom: 0.5vw solid #e0e0e0;
  }
}
#accommodations .location-map-section .map-container .map-controls .map-info h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 0.25rem;
}
@media screen and (max-width: 1024px) {
  #accommodations .location-map-section .map-container .map-controls .map-info h3 {
    font-size: 4.5vw;
    margin-bottom: 2vw;
  }
}
#accommodations .location-map-section .map-container .map-controls .map-info p {
  color: #757575;
  font-size: 0.875rem;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  #accommodations .location-map-section .map-container .map-controls .map-info p {
    font-size: 3vw;
  }
}
#accommodations .location-map-section .map-container .map-controls .map-actions {
  display: flex;
  gap: 0.75rem;
}
@media screen and (max-width: 1024px) {
  #accommodations .location-map-section .map-container .map-controls .map-actions {
    width: 100%;
    justify-content: center;
    gap: 2.5vw;
  }
}
#accommodations .location-map-section .map-container .map-controls .map-actions .btn {
  padding: 0.5rem 1rem;
  border-radius: 50vw;
  font-size: 1rem;
  font-weight: 500;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
  #accommodations .location-map-section .map-container .map-controls .map-actions .btn {
    border-radius: 30vw;
  }
}
@media screen and (max-width: 1024px) {
  #accommodations .location-map-section .map-container .map-controls .map-actions .btn {
    padding: 2w 4vw;
    font-size: 3.5vw;
  }
}
#accommodations .location-map-section .map-container .map-controls .map-actions .btn.btn-directions {
  background: linear-gradient(135deg, #ab9462, #9a8153);
  color: #ffffff;
}
#accommodations .location-map-section .map-container #google-map {
  width: 100%;
  height: 28.125rem;
  display: block;
}
@media screen and (max-width: 1024px) {
  #accommodations .location-map-section .map-container #google-map {
    height: 87.5vw;
  }
}
#accommodations .location-map-section .nearby-markers {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(12.5rem, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}
@media screen and (max-width: 1024px) {
  #accommodations .location-map-section .nearby-markers {
    grid-template-columns: repeat(2, 1fr);
    gap: 3vw;
    margin-top: 7.5vw;
  }
}
#accommodations .location-map-section .nearby-markers .marker-category {
  background: #ffffff;
  border-radius: 0.7rem;
  padding: 1.5rem;
  text-align: center;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
@media screen and (max-width: 1024px) {
  #accommodations .location-map-section .nearby-markers .marker-category {
    border-radius: 3vw;
  }
}
@media screen and (max-width: 1024px) {
  #accommodations .location-map-section .nearby-markers .marker-category {
    box-shadow: 0 1vw 3vw rgba(0, 0, 0, 0.1);
  }
}
#accommodations .location-map-section .nearby-markers .marker-category:hover img {
  transform: scale(1.05);
}
@media screen and (max-width: 1024px) {
  #accommodations .location-map-section .nearby-markers .marker-category {
    padding: 4vw;
  }
}
#accommodations .location-map-section .nearby-markers .marker-category .marker-icon {
  width: 2.5rem;
  height: 2.5rem;
  background: linear-gradient(135deg, #ab9462, #9a8153);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.25rem;
  margin: 0 auto 1rem;
}
@media screen and (max-width: 1024px) {
  #accommodations .location-map-section .nearby-markers .marker-category .marker-icon {
    width: 8vw;
    height: 8vw;
    font-size: 4vw;
    margin: 0 auto 3vw;
  }
}
#accommodations .location-map-section .nearby-markers .marker-category .marker-title {
  font-size: 1rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 1024px) {
  #accommodations .location-map-section .nearby-markers .marker-category .marker-title {
    font-size: 3.5vw;
    margin-bottom: 1.5vw;
  }
}
#accommodations .location-map-section .nearby-markers .marker-category .marker-desc {
  font-size: 0.875rem;
  color: #757575;
  line-height: 1.6;
}
@media screen and (max-width: 1024px) {
  #accommodations .location-map-section .nearby-markers .marker-category .marker-desc {
    font-size: 3vw;
    line-height: 1.6;
  }
}

#charter .services-overview .services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 1024px) {
  #charter .services-overview .services-grid {
    grid-template-columns: 1fr;
    gap: 6vw;
  }
}
#charter .services-overview .services-grid .service-overview-card {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 3rem 2rem;
  border: 0.125rem solid rgba(171, 148, 98, 0.4);
  transition: all 0.4s ease;
  background: white;
  border-radius: 0.7rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1024px) {
  #charter .services-overview .services-grid .service-overview-card {
    border-radius: 3vw;
  }
}
@media screen and (max-width: 1024px) {
  #charter .services-overview .services-grid .service-overview-card {
    box-shadow: 0 1vw 3vw rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 1024px) {
  #charter .services-overview .services-grid .service-overview-card {
    padding: 6vw;
  }
}
#charter .services-overview .services-grid .service-overview-card .service-icon-large {
  width: 5rem;
  height: 5rem;
  background: linear-gradient(135deg, #ab9462, #9a8153);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 2rem;
}
@media screen and (max-width: 1024px) {
  #charter .services-overview .services-grid .service-overview-card .service-icon-large {
    width: 15vw;
    height: 15vw;
    margin: 0 auto 5vw;
  }
}
#charter .services-overview .services-grid .service-overview-card .service-icon-large i {
  font-size: 2rem;
  color: white;
}
@media screen and (max-width: 1024px) {
  #charter .services-overview .services-grid .service-overview-card .service-icon-large i {
    font-size: 5vw;
  }
}
#charter .services-overview .services-grid .service-overview-card h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 1024px) {
  #charter .services-overview .services-grid .service-overview-card h3 {
    font-size: 4.5vw;
    margin-bottom: 3vw;
  }
}
#charter .services-overview .services-grid .service-overview-card .service-desc {
  margin-bottom: 1rem;
  color: #4a4a4a;
  line-height: 1.6;
  font-size: 1rem;
}
@media screen and (max-width: 1024px) {
  #charter .services-overview .services-grid .service-overview-card .service-desc {
    font-size: 3.5vw;
    line-height: 1.6;
    margin-bottom: 4vw;
  }
}
#charter .services-overview .services-grid .service-overview-card .price-range {
  margin-bottom: 2rem;
}
@media screen and (max-width: 1024px) {
  #charter .services-overview .services-grid .service-overview-card .price-range {
    margin-bottom: 5vw;
  }
}
#charter .services-overview .services-grid .service-overview-card .price-range .from {
  font-size: 3rem;
  font-weight: 600;
  color: #ab9462;
}
@media screen and (max-width: 1024px) {
  #charter .services-overview .services-grid .service-overview-card .price-range .from {
    font-size: 9vw;
  }
}
#charter .services-overview .services-grid .service-overview-card .service-features {
  list-style: none;
  padding: 0;
  margin-bottom: 2rem;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  #charter .services-overview .services-grid .service-overview-card .service-features {
    margin-bottom: 5vw;
  }
}
#charter .services-overview .services-grid .service-overview-card .service-features li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  font-size: 1rem;
  color: #4a4a4a;
}
@media screen and (max-width: 1024px) {
  #charter .services-overview .services-grid .service-overview-card .service-features li {
    gap: 2vw;
    margin-bottom: 2vw;
    font-size: 3.5vw;
  }
}
#charter .services-overview .services-grid .service-overview-card .service-features li i {
  color: #28a745;
  font-size: 0.875rem;
}
@media screen and (max-width: 1024px) {
  #charter .services-overview .services-grid .service-overview-card .service-features li i {
    font-size: 3vw;
  }
}
#charter .services-overview .services-grid .service-overview-card .service-features li:last-child {
  margin-bottom: 0;
}
#charter .services-overview .services-grid .service-overview-card .service-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1.2rem 1.5rem;
  transition: all 0.3s ease;
  background: linear-gradient(135deg, #ab9462, #9a8153);
  color: white;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 20rem;
}
@media screen and (max-width: 1024px) {
  #charter .services-overview .services-grid .service-overview-card .service-link {
    gap: 1.5vw;
    padding: 3vw 5vw;
    font-size: 3.5vw;
    border-radius: 50vw;
  }
}
#charter .services-overview .services-grid .service-overview-card .service-link:hover {
  background: linear-gradient(135deg, #9f8755, #89734a);
  transform: translateY(-0.125rem);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1024px) {
  #charter .services-overview .services-grid .service-overview-card .service-link:hover {
    box-shadow: 0 1vw 3vw rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 1024px) {
  #charter .services-overview .services-grid .service-overview-card .service-link:hover {
    transform: translateY(-0.5vw);
  }
}
#charter .services-overview .services-grid .service-overview-card .service-link i {
  font-size: 0.875rem;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 1024px) {
  #charter .services-overview .services-grid .service-overview-card .service-link i {
    font-size: 3vw;
  }
}
#charter .services-overview .services-grid .service-overview-card .service-link:hover i {
  transform: translateX(2px);
}
#charter .price-section .service-block {
  margin-bottom: 10rem;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #charter .price-section .service-block {
    margin-bottom: 20vw;
  }
}
#charter .price-section .service-block .service-header {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 1024px) {
  #charter .price-section .service-block .service-header {
    gap: 4vw;
    padding-bottom: 4vw;
  }
}
#charter .price-section .service-block .service-header .service-icon {
  width: 5rem;
  height: 5rem;
  background: linear-gradient(135deg, #ab9462, #9a8153);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  #charter .price-section .service-block .service-header .service-icon {
    width: 12vw;
    height: 12vw;
  }
}
#charter .price-section .service-block .service-header .service-icon i {
  font-size: 2rem;
  color: white;
}
@media screen and (max-width: 1024px) {
  #charter .price-section .service-block .service-header .service-icon i {
    font-size: 5vw;
  }
}
#charter .price-section .service-block .service-header .service-info h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 1024px) {
  #charter .price-section .service-block .service-header .service-info h3 {
    font-size: 4.5vw;
    margin-bottom: 1.5vw;
  }
}
#charter .price-section .service-block .service-header .service-info p {
  color: #757575;
  font-size: 1rem;
  margin-bottom: 1rem;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  #charter .price-section .service-block .service-header .service-info p {
    line-height: 1.4;
    font-size: 3.5vw;
    margin-bottom: 3vw;
  }
}
#charter .price-section .service-block .service-header .service-info .service-highlights {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  #charter .price-section .service-block .service-header .service-info .service-highlights {
    gap: 2vw;
  }
}
#charter .price-section .service-block .service-header .service-info .service-highlights .highlight {
  background: rgba(171, 148, 98, 0.1);
  color: #ab9462;
  padding: 0.25rem 0.75rem;
  border-radius: 0.7rem;
  border-radius: 50vw;
  font-size: 0.875rem;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  #charter .price-section .service-block .service-header .service-info .service-highlights .highlight {
    border-radius: 3vw;
  }
}
@media screen and (max-width: 1024px) {
  #charter .price-section .service-block .service-header .service-info .service-highlights .highlight {
    border-radius: 30vw;
  }
}
@media screen and (max-width: 1024px) {
  #charter .price-section .service-block .service-header .service-info .service-highlights .highlight {
    padding: 1vw 2.5vw;
    font-size: 3vw;
  }
}
#charter .price-section .service-block .price-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1024px) {
  #charter .price-section .service-block .price-cards {
    grid-template-columns: 1fr;
    gap: 5vw;
    margin-bottom: 6vw;
  }
}
#charter .price-section .service-block .price-cards .price-card {
  background: white;
  border-radius: 0.7rem;
  padding: 0;
  transition: all 0.4s ease;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
@media screen and (max-width: 1024px) {
  #charter .price-section .service-block .price-cards .price-card {
    border-radius: 3vw;
  }
}
@media screen and (max-width: 1024px) {
  #charter .price-section .service-block .price-cards .price-card {
    box-shadow: 0 1vw 3vw rgba(0, 0, 0, 0.1);
  }
}
#charter .price-section .service-block .price-cards .price-card:hover img {
  transform: scale(1.05);
}
#charter .price-section .service-block .price-cards .price-card .card-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: #ab9462;
  color: white;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  z-index: 2;
  border-radius: 50vw;
}
@media screen and (max-width: 1024px) {
  #charter .price-section .service-block .price-cards .price-card .card-badge {
    border-radius: 30vw;
  }
}
@media screen and (max-width: 1024px) {
  #charter .price-section .service-block .price-cards .price-card .card-badge {
    top: 2vw;
    right: 2vw;
    padding: 1vw 2vw;
    font-size: 3vw;
    border-radius: 50vw;
  }
}
#charter .price-section .service-block .price-cards .price-card .car-showcase {
  position: relative;
  height: 300px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  #charter .price-section .service-block .price-cards .price-card .car-showcase {
    height: 45vw;
  }
}
#charter .price-section .service-block .price-cards .price-card .car-showcase img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
#charter .price-section .service-block .price-cards .price-card .car-showcase .car-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  padding: 1.5rem 1rem 1rem;
}
@media screen and (max-width: 1024px) {
  #charter .price-section .service-block .price-cards .price-card .car-showcase .car-overlay {
    padding: 3vw 2vw 2vw;
  }
}
#charter .price-section .service-block .price-cards .price-card .car-showcase .car-overlay .capacity-info {
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 1024px) {
  #charter .price-section .service-block .price-cards .price-card .car-showcase .car-overlay .capacity-info {
    gap: 2vw;
  }
}
#charter .price-section .service-block .price-cards .price-card .car-showcase .car-overlay .capacity-info .capacity-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: white;
  font-size: 0.875rem;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  #charter .price-section .service-block .price-cards .price-card .car-showcase .car-overlay .capacity-info .capacity-item {
    gap: 1vw;
    font-size: 3vw;
  }
}
#charter .price-section .service-block .price-cards .price-card .car-showcase .car-overlay .capacity-info .capacity-item i {
  font-size: 0.875rem;
}
@media screen and (max-width: 1024px) {
  #charter .price-section .service-block .price-cards .price-card .car-showcase .car-overlay .capacity-info .capacity-item i {
    font-size: 3vw;
  }
}
#charter .price-section .service-block .price-cards .price-card .car-details {
  padding: 1.5rem;
}
@media screen and (max-width: 1024px) {
  #charter .price-section .service-block .price-cards .price-card .car-details {
    padding: 4vw;
  }
}
#charter .price-section .service-block .price-cards .price-card .car-details h4 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 0.4rem;
}
@media screen and (max-width: 1024px) {
  #charter .price-section .service-block .price-cards .price-card .car-details h4 {
    font-size: 4.5vw;
    margin-bottom: 2vw;
  }
}
#charter .price-section .service-block .price-cards .price-card .car-details .car-description {
  font-size: 0.875rem;
  color: #4a4a4a;
  line-height: 1.6;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1024px) {
  #charter .price-section .service-block .price-cards .price-card .car-details .car-description {
    font-size: 3vw;
    margin-bottom: 2vw;
    line-height: 1.6;
  }
}
#charter .price-section .service-block .price-cards .price-card .car-details .booking-info {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: #757575;
}
@media screen and (max-width: 1024px) {
  #charter .price-section .service-block .price-cards .price-card .car-details .booking-info {
    gap: 1vw;
    font-size: 3vw;
  }
}
#charter .price-section .service-block .price-cards .price-card .car-details .booking-info i {
  color: #ab9462;
}
#charter .price-section .service-block .price-cards .price-card .price-info {
  padding: 1.5rem 1.5rem 2rem;
  border-top: 0.125rem solid #e0e0e0;
  background: rgba(250, 250, 250, 0.5);
}
@media screen and (max-width: 1024px) {
  #charter .price-section .service-block .price-cards .price-card .price-info {
    padding: 3.5vw 4vw 5.5vw;
    border-top: 0.3vw solid #e0e0e0;
  }
}
#charter .price-section .service-block .price-cards .price-card .price-info .price-tag {
  display: flex;
  align-items: baseline;
  gap: 0.25rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1024px) {
  #charter .price-section .service-block .price-cards .price-card .price-info .price-tag {
    gap: 0.4vw;
    margin-bottom: 2.5vw;
  }
}
#charter .price-section .service-block .price-cards .price-card .price-info .price-tag .amount {
  font-size: 3rem;
  font-weight: 600;
  color: #ab9462;
}
@media screen and (max-width: 1024px) {
  #charter .price-section .service-block .price-cards .price-card .price-info .price-tag .amount {
    font-size: 9vw;
  }
}
#charter .price-section .service-block .price-cards .price-card .price-info .price-tag .currency {
  font-size: 2rem;
  font-weight: 600;
  color: #ab9462;
}
@media screen and (max-width: 1024px) {
  #charter .price-section .service-block .price-cards .price-card .price-info .price-tag .currency {
    font-size: 3.5vw;
  }
}
#charter .price-section .service-block .price-cards .price-card .price-info .price-tag .unit {
  font-size: 1.25rem;
  color: #757575;
}
@media screen and (max-width: 1024px) {
  #charter .price-section .service-block .price-cards .price-card .price-info .price-tag .unit {
    font-size: 3vw;
  }
}
#charter .price-section .service-block .price-cards .price-card .price-info .route-info,
#charter .price-section .service-block .price-cards .price-card .price-info .coverage-area {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  color: #4a4a4a;
}
@media screen and (max-width: 1024px) {
  #charter .price-section .service-block .price-cards .price-card .price-info .route-info,
  #charter .price-section .service-block .price-cards .price-card .price-info .coverage-area {
    gap: 1vw;
    font-size: 3vw;
  }
}
#charter .price-section .service-block .price-cards .price-card .price-info .route-info i,
#charter .price-section .service-block .price-cards .price-card .price-info .coverage-area i {
  color: #ab9462;
}
#charter .price-section .service-block .booking-notice {
  padding: 1.5rem 2rem;
  background: rgba(171, 148, 98, 0.05);
  border-radius: 0.7rem;
  border: 0.125rem solid rgba(171, 148, 98, 0.1);
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  #charter .price-section .service-block .booking-notice {
    border-radius: 3vw;
  }
}
@media screen and (max-width: 1024px) {
  #charter .price-section .service-block .booking-notice {
    padding: 4.5vw 5vw;
    border: 0.5vw solid rgba(171, 148, 98, 0.1);
  }
}
#charter .price-section .service-block .booking-notice h4 {
  font-size: 0.875rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media screen and (max-width: 1024px) {
  #charter .price-section .service-block .booking-notice h4 {
    font-size: 3vw;
    margin-bottom: 3vw;
    gap: 1.5vw;
  }
}
#charter .price-section .service-block .booking-notice h4 i {
  color: #ab9462;
}
#charter .price-section .service-block .booking-notice ul {
  list-style: none;
  padding: 0;
}
#charter .price-section .service-block .booking-notice ul li {
  margin-bottom: 0.3rem;
  font-size: 0.875rem;
  color: #4a4a4a;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  #charter .price-section .service-block .booking-notice ul li {
    margin-bottom: 0.2vw;
    font-size: 3vw;
  }
}
#charter .price-section .service-block .booking-notice ul li:last-child {
  margin-bottom: 0;
}
#charter .price-section .disclaimer {
  text-align: center;
  padding: 2rem;
  background: rgba(171, 148, 98, 0.05);
  border-radius: 0.7rem;
  border: 0.125rem solid rgba(171, 148, 98, 0.1);
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  #charter .price-section .disclaimer {
    border-radius: 3vw;
  }
}
@media screen and (max-width: 1024px) {
  #charter .price-section .disclaimer {
    text-align: center;
    padding: 4.5vw 6vw;
    border: 0.5vw solid rgba(171, 148, 98, 0.1);
  }
}
#charter .price-section .disclaimer p {
  font-size: 1.25rem;
  color: #4a4a4a;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  #charter .price-section .disclaimer p {
    font-size: 3.5vw;
  }
}
#charter #japan-service {
  margin-bottom: 4em;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #charter #japan-service {
    margin-bottom: 8vw;
  }
}
#charter .routes-section .route-categories {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 3rem;
  flex-wrap: wrap;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
  #charter .routes-section .route-categories {
    gap: 3vw;
    margin-bottom: 8vw;
  }
}
#charter .routes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
}
@media screen and (max-width: 1024px) {
  #charter .routes-grid {
    grid-template-columns: 1fr;
    gap: 6vw;
  }
}
#charter .routes-grid .route-card {
  background: white;
  border-radius: 0.7rem;
  overflow: hidden;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
@media screen and (max-width: 1024px) {
  #charter .routes-grid .route-card {
    border-radius: 3vw;
  }
}
@media screen and (max-width: 1024px) {
  #charter .routes-grid .route-card {
    box-shadow: 0 1vw 3vw rgba(0, 0, 0, 0.1);
  }
}
#charter .routes-grid .route-card:hover img {
  transform: scale(1.05);
}
#charter .routes-grid .route-card .route-image {
  position: relative;
  height: 200px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  #charter .routes-grid .route-card .route-image {
    height: 50vw;
  }
}
#charter .routes-grid .route-card .route-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
#charter .routes-grid .route-card .route-image .route-tag {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: #ab9462;
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 0.7rem;
  border-radius: 50vw;
  font-size: 0.875rem;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  #charter .routes-grid .route-card .route-image .route-tag {
    border-radius: 3vw;
  }
}
@media screen and (max-width: 1024px) {
  #charter .routes-grid .route-card .route-image .route-tag {
    border-radius: 30vw;
  }
}
@media screen and (max-width: 1024px) {
  #charter .routes-grid .route-card .route-image .route-tag {
    top: 3vw;
    right: 3vw;
    padding: 1.5vw 3vw;
    font-size: 3vw;
  }
}
#charter .routes-grid .route-card .route-content {
  padding: 1.5rem;
}
@media screen and (max-width: 1024px) {
  #charter .routes-grid .route-card .route-content {
    padding: 5vw;
  }
}
#charter .routes-grid .route-card .route-content h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1024px) {
  #charter .routes-grid .route-card .route-content h3 {
    font-size: 4.5vw;
    margin-bottom: 3vw;
  }
}
#charter .routes-grid .route-card .route-content .route-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1024px) {
  #charter .routes-grid .route-card .route-content .route-highlights {
    gap: 1.5vw;
    margin-bottom: 3vw;
  }
}
#charter .routes-grid .route-card .route-content .route-highlights span {
  background: rgba(171, 148, 98, 0.1);
  color: #ab9462;
  padding: 0.25rem 0.75rem;
  border-radius: 0.7rem;
  border-radius: 50vw;
  font-size: 0.75rem;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  #charter .routes-grid .route-card .route-content .route-highlights span {
    border-radius: 3vw;
  }
}
@media screen and (max-width: 1024px) {
  #charter .routes-grid .route-card .route-content .route-highlights span {
    border-radius: 30vw;
  }
}
@media screen and (max-width: 1024px) {
  #charter .routes-grid .route-card .route-content .route-highlights span {
    padding: 1vw 2.5vw;
    font-size: 2.5vw;
  }
}
#charter .routes-grid .route-card .route-content .route-description {
  color: #4a4a4a;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  font-size: 1rem;
}
@media screen and (max-width: 1024px) {
  #charter .routes-grid .route-card .route-content .route-description {
    font-size: 3.5vw;
    line-height: 1.6;
    margin-bottom: 3.5vw;
  }
}
#charter .routes-grid .route-card .route-content .route-price {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1024px) {
  #charter .routes-grid .route-card .route-content .route-price {
    gap: 1.5vw;
    margin-bottom: 4vw;
  }
}
#charter .routes-grid .route-card .route-content .route-price .price {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ab9462;
}
@media screen and (max-width: 1024px) {
  #charter .routes-grid .route-card .route-content .route-price .price {
    font-size: 5vw;
  }
}
#charter .routes-grid .route-card .route-content .route-price .unit {
  color: #757575;
  font-size: 1rem;
}
@media screen and (max-width: 1024px) {
  #charter .routes-grid .route-card .route-content .route-price .unit {
    font-size: 3vw;
  }
}
#charter .routes-grid .route-card .route-content .route-info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem 1.5rem;
  background: rgba(171, 148, 98, 0.05);
  border-radius: 0.7rem;
}
@media screen and (max-width: 1024px) {
  #charter .routes-grid .route-card .route-content .route-info {
    border-radius: 3vw;
  }
}
@media screen and (max-width: 1024px) {
  #charter .routes-grid .route-card .route-content .route-info {
    gap: 2vw;
    padding: 3vw 5vw;
  }
}
#charter .routes-grid .route-card .route-content .route-info .route-duration,
#charter .routes-grid .route-card .route-content .route-info .route-season {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: #4a4a4a;
}
@media screen and (max-width: 1024px) {
  #charter .routes-grid .route-card .route-content .route-info .route-duration,
  #charter .routes-grid .route-card .route-content .route-info .route-season {
    gap: 1.5vw;
    font-size: 3vw;
  }
}
#charter .routes-grid .route-card .route-content .route-info .route-duration i,
#charter .routes-grid .route-card .route-content .route-info .route-season i {
  color: #ab9462;
  font-size: 1rem;
}
@media screen and (max-width: 1024px) {
  #charter .routes-grid .route-card .route-content .route-info .route-duration i,
  #charter .routes-grid .route-card .route-content .route-info .route-season i {
    font-size: 3.5vw;
  }
}
#charter .more-services {
  text-align: center;
  padding-top: 5rem;
}
@media screen and (max-width: 1024px) {
  #charter .more-services {
    padding-top: 10vw;
  }
}
#charter .more-services a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: linear-gradient(135deg, #ab9462, #9a8153);
  color: white;
  padding: 1.5em 2.5em;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.25rem;
  transition: all 0.3s ease;
  line-height: 1.2;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  border-radius: 50vw;
}
@media screen and (max-width: 1024px) {
  #charter .more-services a {
    box-shadow: 0 1vw 3vw rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 1024px) {
  #charter .more-services a {
    border-radius: 30vw;
  }
}
@media screen and (max-width: 1024px) {
  #charter .more-services a {
    gap: 1.5vw;
    padding: 5vw 6vw;
    font-size: 3.5vw;
    line-height: 1.5;
  }
}
#charter .more-services a:hover {
  background: linear-gradient(135deg, #ab9462, #9a8153);
  transform: translateY(-0.125rem);
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1024px) {
  #charter .more-services a:hover {
    box-shadow: 0 2vw 6vw rgba(0, 0, 0, 0.15);
  }
}
@media screen and (max-width: 1024px) {
  #charter .more-services a:hover {
    transform: translateY(-0.5vw);
  }
}
#charter .more-services a::after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.875rem;
  margin-left: 0.5rem;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
  #charter .more-services a::after {
    font-size: 3vw;
    margin-left: 0.3rem;
  }
}
#charter .more-services a:hover::after {
  transform: translateX(3px);
}
#charter .route-category {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  background: white;
  border: 0.125rem solid #e0e0e0;
  border-radius: 0.7rem;
  color: #4a4a4a;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 1rem;
}
@media screen and (max-width: 1024px) {
  #charter .route-category {
    border-radius: 3vw;
  }
}
@media screen and (max-width: 1024px) {
  #charter .route-category {
    gap: 1.5vw;
    padding: 2.5vw 4vw;
    font-size: 3.5vw;
    border: 0.5vw solid #e0e0e0;
  }
}
#charter .route-category:hover {
  background: rgba(171, 148, 98, 0.1);
  color: #ab9462;
  border-color: #ab9462;
}
#charter .route-category.active {
  background: #ab9462;
  color: white;
  border-color: #ab9462;
}
#charter .advantages-section .advantages-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
  gap: 2rem;
}
@media screen and (max-width: 1024px) {
  #charter .advantages-section .advantages-grid {
    grid-template-columns: 1fr;
    gap: 6vw;
  }
}
#charter .advantages-section .advantages-grid .advantage-item {
  background: white;
  border-radius: 0.7rem;
  padding: 2rem;
  text-align: center;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1024px) {
  #charter .advantages-section .advantages-grid .advantage-item {
    border-radius: 3vw;
  }
}
@media screen and (max-width: 1024px) {
  #charter .advantages-section .advantages-grid .advantage-item {
    box-shadow: 0 1vw 3vw rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 1024px) {
  #charter .advantages-section .advantages-grid .advantage-item {
    padding: 6vw;
  }
}
#charter .advantages-section .advantages-grid .advantage-item .advantage-icon {
  width: 5rem;
  height: 5rem;
  background: linear-gradient(135deg, #ab9462, #9a8153);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
}
@media screen and (max-width: 1024px) {
  #charter .advantages-section .advantages-grid .advantage-item .advantage-icon {
    width: 12vw;
    height: 12vw;
    margin: 0 auto 4vw;
  }
}
#charter .advantages-section .advantages-grid .advantage-item .advantage-icon i {
  font-size: 2rem;
  color: white;
}
@media screen and (max-width: 1024px) {
  #charter .advantages-section .advantages-grid .advantage-item .advantage-icon i {
    font-size: 5vw;
  }
}
#charter .advantages-section .advantages-grid .advantage-item h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1024px) {
  #charter .advantages-section .advantages-grid .advantage-item h3 {
    font-size: 4.5vw;
    margin-bottom: 3vw;
  }
}
#charter .advantages-section .advantages-grid .advantage-item p {
  color: #4a4a4a;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  text-align: left;
  font-size: 1rem;
}
@media screen and (max-width: 1024px) {
  #charter .advantages-section .advantages-grid .advantage-item p {
    font-size: 3.5vw;
    margin-bottom: 4vw;
  }
}
#charter .fleet-section .fleet-showcase {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 3rem;
}
@media screen and (max-width: 1024px) {
  #charter .fleet-section .fleet-showcase {
    grid-template-columns: 1fr;
    gap: 8vw;
  }
}
#charter .fleet-section .fleet-showcase .vehicle-card {
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  background: white;
  border-radius: 0.7rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
@media screen and (max-width: 1024px) {
  #charter .fleet-section .fleet-showcase .vehicle-card {
    border-radius: 3vw;
  }
}
@media screen and (max-width: 1024px) {
  #charter .fleet-section .fleet-showcase .vehicle-card {
    box-shadow: 0 1vw 3vw rgba(0, 0, 0, 0.1);
  }
}
#charter .fleet-section .fleet-showcase .vehicle-card:hover img {
  transform: scale(1.05);
}
#charter .fleet-section .fleet-showcase .vehicle-card .vehicle-image {
  position: relative;
  overflow: hidden;
  height: 200px;
}
@media screen and (max-width: 1024px) {
  #charter .fleet-section .fleet-showcase .vehicle-card .vehicle-image {
    height: 50vw;
  }
}
#charter .fleet-section .fleet-showcase .vehicle-card .vehicle-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform 0.4s ease;
}
#charter .fleet-section .fleet-showcase .vehicle-card .vehicle-info {
  padding: 2rem;
}
@media screen and (max-width: 1024px) {
  #charter .fleet-section .fleet-showcase .vehicle-card .vehicle-info {
    padding: 6vw;
  }
}
#charter .fleet-section .fleet-showcase .vehicle-card .vehicle-info h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 1024px) {
  #charter .fleet-section .fleet-showcase .vehicle-card .vehicle-info h3 {
    font-size: 5vw;
    margin-bottom: 1.5vw;
  }
}
#charter .fleet-section .fleet-showcase .vehicle-card .vehicle-info .vehicle-subtitle {
  color: #4a4a4a;
  margin-bottom: 1.5rem;
  font-size: 1rem;
}
@media screen and (max-width: 1024px) {
  #charter .fleet-section .fleet-showcase .vehicle-card .vehicle-info .vehicle-subtitle {
    font-size: 3.5vw;
    margin-bottom: 4vw;
  }
}
#charter .fleet-section .fleet-showcase .vehicle-card .vehicle-info .vehicle-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
}
@media screen and (max-width: 1024px) {
  #charter .fleet-section .fleet-showcase .vehicle-card .vehicle-info .vehicle-features {
    grid-template-columns: 1fr;
    gap: 4vw;
  }
}
#charter .fleet-section .fleet-showcase .vehicle-card .vehicle-info .vehicle-features .feature-group h4 {
  font-size: 1rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 1024px) {
  #charter .fleet-section .fleet-showcase .vehicle-card .vehicle-info .vehicle-features .feature-group h4 {
    font-size: 3.5vw;
    margin-bottom: 2vw;
  }
}
#charter .fleet-section .fleet-showcase .vehicle-card .vehicle-info .vehicle-features .feature-group ul {
  list-style: none;
  padding: 0;
}
#charter .fleet-section .fleet-showcase .vehicle-card .vehicle-info .vehicle-features .feature-group ul li {
  font-size: 0.875rem;
  color: #4a4a4a;
  margin-bottom: 0.3rem;
  position: relative;
  padding-left: 1rem;
  line-height: 1.6;
}
@media screen and (max-width: 1024px) {
  #charter .fleet-section .fleet-showcase .vehicle-card .vehicle-info .vehicle-features .feature-group ul li {
    font-size: 3vw;
    margin-bottom: 1.5vw;
    padding-left: 3vw;
  }
}
#charter .fleet-section .fleet-showcase .vehicle-card .vehicle-info .vehicle-features .feature-group ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #ab9462;
  font-weight: bold;
}
#charter .fleet-section .fleet-showcase .vehicle-card .vehicle-info .vehicle-features .feature-group ul li:last-child {
  margin-bottom: 0;
}

#contact .contact-methods-section .contact-methods-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  #contact .contact-methods-section .contact-methods-grid {
    grid-template-columns: 1fr;
    gap: 6vw;
    padding: 0 5vw;
  }
}
#contact .contact-methods-section .contact-method-card {
  background: #ffffff;
  padding: 2.5rem;
  border-radius: 0.7rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
  text-align: center;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  #contact .contact-methods-section .contact-method-card {
    border-radius: 3vw;
  }
}
@media screen and (max-width: 1024px) {
  #contact .contact-methods-section .contact-method-card {
    box-shadow: 0 1vw 3vw rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 1024px) {
  #contact .contact-methods-section .contact-method-card {
    padding: 8vw;
  }
}
#contact .contact-methods-section .contact-method-card:hover .method-icon {
  transform: scale(1.1) rotate(5deg);
}
#contact .contact-methods-section .contact-method-card .method-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #ab9462, #9a8153);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 2rem;
  margin: 0 auto 1.5rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
}
@media screen and (max-width: 1024px) {
  #contact .contact-methods-section .contact-method-card .method-icon {
    box-shadow: 0 1vw 3vw rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 1024px) {
  #contact .contact-methods-section .contact-method-card .method-icon {
    width: 14vw;
    height: 14vw;
    font-size: 5vw;
    margin-bottom: 4vw;
  }
}
#contact .contact-methods-section .contact-method-card .method-content .method-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1024px) {
  #contact .contact-methods-section .contact-method-card .method-content .method-title {
    font-size: 5vw;
    margin-bottom: 3vw;
  }
}
#contact .contact-methods-section .contact-method-card .method-content .method-value {
  font-size: 1.5rem;
  color: #ab9462;
  font-weight: 500;
  margin-bottom: 0.6rem;
}
@media screen and (max-width: 1024px) {
  #contact .contact-methods-section .contact-method-card .method-content .method-value {
    font-size: 4.5vw;
    margin-bottom: 3vw;
  }
}
#contact .contact-methods-section .contact-method-card .method-content .method-value a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
}
#contact .contact-methods-section .contact-method-card .method-content .method-value a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  width: 0;
  height: 2px;
  background: #9a8153;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}
#contact .contact-methods-section .contact-method-card .method-content .method-value a:hover {
  color: #9a8153;
}
#contact .contact-methods-section .contact-method-card .method-content .method-value a:hover::after {
  width: 100%;
}
#contact .contact-methods-section .contact-method-card .method-content .method-details {
  font-size: 1rem;
  color: #757575;
  line-height: 1.6;
}
@media screen and (max-width: 1024px) {
  #contact .contact-methods-section .contact-method-card .method-content .method-details {
    font-size: 3.5vw;
  }
}
#contact .company-section .company-info {
  margin: 0 auto;
  background: #ffffff;
  padding: 3rem;
  border-radius: 0.7rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1024px) {
  #contact .company-section .company-info {
    border-radius: 3vw;
  }
}
@media screen and (max-width: 1024px) {
  #contact .company-section .company-info {
    box-shadow: 0 1vw 3vw rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 1024px) {
  #contact .company-section .company-info {
    padding: 8vw;
  }
}
#contact .company-section .company-info .company-logo {
  text-align: center;
  padding-bottom: 2rem;
  border-bottom: 2px solid #f5f5f5;
}
@media screen and (max-width: 1024px) {
  #contact .company-section .company-info .company-logo {
    padding-bottom: 6vw;
    margin-bottom: 6vw;
  }
}
#contact .company-section .company-info .company-logo .logo-image {
  max-width: 28rem;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  #contact .company-section .company-info .company-logo .logo-image {
    max-width: 70vw;
  }
}
#contact .company-section .company-info .company-logo .logo-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
#contact .company-section .company-info .company-details {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}
#contact .company-section .company-info .company-details .detail-item {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid #e0e0e0;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
  #contact .company-section .company-info .company-details .detail-item {
    gap: 4vw;
    padding: 4vw 0;
  }
}
#contact .company-section .company-info .company-details .detail-item:last-child {
  border-bottom: none;
}
#contact .company-section .company-info .company-details .detail-item:hover .detail-icon {
  transform: scale(1.1);
}
#contact .company-section .company-info .company-details .detail-item .detail-icon {
  width: 50px;
  height: 50px;
  background: #ab9462;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #ffffff;
  font-size: 1.5rem;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
  #contact .company-section .company-info .company-details .detail-item .detail-icon {
    width: 12vw;
    height: 12vw;
    font-size: 4.5vw;
  }
}
#contact .company-section .company-info .company-details .detail-item .detail-content {
  flex: 1;
}
#contact .company-section .company-info .company-details .detail-item .detail-content h4 {
  font-size: 1.25rem;
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 1024px) {
  #contact .company-section .company-info .company-details .detail-item .detail-content h4 {
    font-size: 4vw;
    margin-bottom: 2vw;
  }
}
#contact .company-section .company-info .company-details .detail-item .detail-content p {
  font-size: 1rem;
  color: #4a4a4a;
  line-height: 1.6;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  #contact .company-section .company-info .company-details .detail-item .detail-content p {
    font-size: 3.5vw;
  }
}
#contact .company-section .map-container {
  margin: 0 auto;
  background: #ffffff;
  border-radius: 0.7rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  #contact .company-section .map-container {
    border-radius: 3vw;
  }
}
@media screen and (max-width: 1024px) {
  #contact .company-section .map-container {
    box-shadow: 0 1vw 3vw rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 1024px) {
  #contact .company-section .map-container {
    margin: 0 auto;
  }
}
#contact .company-section .map-container iframe {
  display: block;
  width: 100%;
  border-radius: 0.7rem;
}
@media screen and (max-width: 1024px) {
  #contact .company-section .map-container iframe {
    border-radius: 3vw;
  }
}

.testimonials-section .testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1024px) {
  .testimonials-section .testimonials-grid {
    grid-template-columns: 1fr;
    gap: 6vw;
    margin-bottom: 8vw;
  }
}
.testimonials-section .testimonials-grid .testimonial-card {
  background: white;
  border-radius: 0.7rem;
  padding: 2rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1024px) {
  .testimonials-section .testimonials-grid .testimonial-card {
    border-radius: 3vw;
  }
}
@media screen and (max-width: 1024px) {
  .testimonials-section .testimonials-grid .testimonial-card {
    box-shadow: 0 1vw 3vw rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 1024px) {
  .testimonials-section .testimonials-grid .testimonial-card {
    padding: 6vw;
  }
}
.testimonials-section .testimonials-grid .testimonial-card .customer-info {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .testimonials-section .testimonials-grid .testimonial-card .customer-info {
    gap: 3vw;
    margin-bottom: 4vw;
  }
}
.testimonials-section .testimonials-grid .testimonial-card .customer-info img {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .testimonials-section .testimonials-grid .testimonial-card .customer-info img {
    width: 15vw;
    height: 15vw;
  }
}
.testimonials-section .testimonials-grid .testimonial-card .customer-info .customer-details h4 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 0.25rem;
}
@media screen and (max-width: 1024px) {
  .testimonials-section .testimonials-grid .testimonial-card .customer-info .customer-details h4 {
    font-size: 4.5vw;
    margin-bottom: 1vw;
  }
}
.testimonials-section .testimonials-grid .testimonial-card .customer-info .customer-details p {
  font-size: 0.875rem;
  color: #757575;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 1024px) {
  .testimonials-section .testimonials-grid .testimonial-card .customer-info .customer-details p {
    font-size: 3vw;
    margin-bottom: 1.5vw;
  }
}
.testimonials-section .testimonials-grid .testimonial-card .customer-info .customer-details .rating {
  display: flex;
  gap: 0.25rem;
}
@media screen and (max-width: 1024px) {
  .testimonials-section .testimonials-grid .testimonial-card .customer-info .customer-details .rating {
    gap: 1vw;
  }
}
.testimonials-section .testimonials-grid .testimonial-card .customer-info .customer-details .rating i {
  color: #ffc107;
  font-size: 0.875rem;
}
@media screen and (max-width: 1024px) {
  .testimonials-section .testimonials-grid .testimonial-card .customer-info .customer-details .rating i {
    font-size: 3vw;
  }
}
.testimonials-section .testimonials-grid .testimonial-card blockquote {
  color: #1a1a1a;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 2;
  font-size: 1rem;
}
@media screen and (max-width: 1024px) {
  .testimonials-section .testimonials-grid .testimonial-card blockquote {
    font-size: 3.5vw;
    margin-bottom: 5vw;
  }
}
.testimonials-section .stats-banner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 2rem;
  background: white;
  border-radius: 0.7rem;
  padding: 2rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1024px) {
  .testimonials-section .stats-banner {
    border-radius: 3vw;
  }
}
@media screen and (max-width: 1024px) {
  .testimonials-section .stats-banner {
    box-shadow: 0 1vw 3vw rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 1024px) {
  .testimonials-section .stats-banner {
    grid-template-columns: repeat(2, 1fr);
    gap: 6vw;
    padding: 6vw;
  }
}
.testimonials-section .stats-banner .stat-item {
  text-align: center;
}
.testimonials-section .stats-banner .stat-item .stat-number {
  font-size: 3rem;
  font-weight: 600;
  color: #ab9462;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 1024px) {
  .testimonials-section .stats-banner .stat-item .stat-number {
    font-size: 9vw;
    margin-bottom: 1.5vw;
  }
}
.testimonials-section .stats-banner .stat-item .stat-label {
  font-size: 1rem;
  color: #757575;
}
@media screen and (max-width: 1024px) {
  .testimonials-section .stats-banner .stat-item .stat-label {
    font-size: 3.5vw;
  }
}

.tel-link,
.email-link,
.no-style-link {
  color: inherit !important;
  text-decoration: none !important;
  -webkit-text-decoration: none !important;
  -webkit-tap-highlight-color: transparent;
}
.tel-link:hover, .tel-link:active, .tel-link:focus,
.email-link:hover,
.email-link:active,
.email-link:focus,
.no-style-link:hover,
.no-style-link:active,
.no-style-link:focus {
  color: inherit !important;
  text-decoration: none !important;
  -webkit-text-decoration: none !important;
}

a[href^=tel],
a[href^=mailto] {
  color: inherit;
  text-decoration: none;
  -webkit-text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

@media (max-width: 767px) {
  a[href^=tel],
  a[href^=mailto],
  .tel-link,
  .email-link,
  .no-style-link {
    pointer-events: none;
    cursor: default;
  }
}

/*# sourceMappingURL=style.css.map */
