:root {
  --brand-orange: #ff7a00;
  --brand-green: #32b44b;
  --ink-900: #1f2937;
  --ink-700: #374151;
  --ink-500: #6b7280;
  --surface: #ffffff;
  --surface-soft: #fff8f2;
  --line-soft: #eceff3;
}

body {
  color: var(--ink-700);
  background:
    radial-gradient(1200px 500px at 10% -10%, rgba(255, 122, 0, 0.08), transparent 60%),
    radial-gradient(1000px 500px at 100% 0%, rgba(50, 180, 75, 0.07), transparent 60%),
    #f9fbfd;
}

.header.-type-3 {
  border-bottom: 1px solid var(--line-soft);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.desktopNav__item > a {
  font-weight: 600;
  color: var(--ink-700);
  transition: color 0.2s ease;
}

.desktopNav__item > a:hover,
.desktopNav__item > a:focus {
  color: var(--brand-orange);
}
.desktopNav__item > a.is-active {
  color: var(--brand-orange);
  font-weight: 700;
  position: relative;
}
.desktopNav__item > a.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--brand-orange), var(--brand-green));
}

h1, h2, h3, .hero__title {
  color: var(--ink-900);
  letter-spacing: 0.1px;
}

.hero.-type-2 .hero__slide {
  border-radius: 14px;
  overflow: hidden;
}

.layout-pt-xl {
  position: relative;
}

.layout-pt-xl > .container,
.layout-pt-xl > .wraper > .container,
.layout-pt-xl > .relative > .container {
  background: var(--surface);
  border: 1px solid var(--line-soft);
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(17, 24, 39, 0.05);
  padding: 22px;
}

.button.-dark-1.bg-accent-1,
.button.bg-accent-1,
.btn-book-now {
  background: linear-gradient(135deg, var(--brand-orange), #ff8c1a);
  border: none;
  color: #fff;
  box-shadow: 0 8px 18px rgba(255, 122, 0, 0.22);
}

.button.-dark-1.bg-accent-1:hover,
.button.bg-accent-1:hover,
.btn-book-now:hover {
  filter: brightness(0.96);
  color: #fff;
}

input,
textarea,
select {
  border: 1px solid #d9e1ea;
  border-radius: 10px;
  background: #fff;
}

input:focus,
textarea:focus,
select:focus {
  border-color: #9bc8ff;
  box-shadow: 0 0 0 3px rgba(66, 133, 244, 0.12);
  outline: none;
}

.footer.-type-1 {
  margin-top: 32px;
}

.footer.-type-1 .footer__main {
  border-top: 1px solid var(--line-soft);
}

.featureIcon,
.featuresGrid__item,
.contactForm,
.package-card {
  border-radius: 12px;
}

.contact-package-banner {
  background: #f8fbff;
  border: 1px solid #d9e7f7;
  border-left: 4px solid var(--brand-green);
  border-radius: 10px;
  padding: 12px 14px;
}

.contact-package-label {
  color: var(--ink-500);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.contact-package-name {
  color: var(--ink-900);
  font-size: 18px;
  font-weight: 700;
}

.contact-package-type {
  color: var(--ink-500);
  font-size: 14px;
  font-weight: 500;
}

.contact-package-note {
  color: var(--ink-700);
  font-size: 14px;
  margin-top: 3px;
}

.contact-package-price {
  color: var(--brand-orange);
  font-weight: 700;
}

.contact-alert {
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 14px;
}

.contact-alert-error {
  background: #fff2f2;
  border: 1px solid #f5c2c7;
  color: #842029;
}

.contact-alert-success {
  background: #ecfdf3;
  border: 1px solid #b7ebc6;
  color: #0f5132;
}

.contact-other-service {
  display: none;
}

.contact-other-service.is-visible {
  display: block;
}

.contact-form-grid {
  row-gap: 8px;
}

.contact-form-grid > [class*="col-"] {
  margin-bottom: 0;
}

.contact-msg-row {
  margin-top: 8px;
}

.mapouter {
  position: relative;
  width: 100%;
}

.mapswrapper {
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: 12px;
  overflow: hidden;
}

.mapswrapper iframe {
  border: 0;
  display: block;
  width: 100%;
}

.policy-content-block {
  margin-top: 12px;
  border: 1px solid var(--line-soft);
  border-radius: 10px;
  background: #fff;
  padding: 16px;
}

.policy-content-block ol {
  list-style: decimal !important;
  margin: 0;
  padding-left: 22px;
}

.policy-content-block ol li {
  display: list-item !important;
  list-style: decimal !important;
  margin-bottom: 8px;
}

.footer-policy-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 18px;
  margin-bottom: 10px;
}

.footer-policy-links a {
  color: var(--ink-700);
  font-weight: 500;
  text-decoration: none;
}

.footer-policy-links a:hover,
.footer-policy-links a:focus {
  color: var(--brand-orange);
}

.contact-connect-column {
  background: linear-gradient(180deg, #f4fbff 0%, #f8fff2 100%);
  border: 1px solid #dceaf7;
  border-radius: 12px;
  padding: 14px;
}

.contact-connect-card {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #e2ecf7;
  border-radius: 12px;
  padding: 18px 16px;
  height: 100%;
}

.contact-connect-title {
  margin-bottom: 14px;
}

.contact-connect-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px dashed #e5e7eb;
}

.contact-connect-item:last-child {
  border-bottom: 0;
}

.contact-connect-icon {
  width: 54px;
  height: 54px;
  border-radius: 999px;
  background: linear-gradient(145deg, #fff4eb, #ffe8d3);
  color: var(--brand-orange);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  line-height: 1;
  flex: 0 0 54px;
  box-shadow: 0 4px 10px rgba(255, 122, 0, 0.15);
}

.contact-pin-mark {
  position: relative;
  width: 18px;
  height: 18px;
  background: var(--brand-orange);
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  display: inline-block;
}

.contact-pin-mark::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  top: 5px;
  left: 5px;
}

.contact-connect-content h3 {
  margin: 0 0 5px;
  font-size: 18px;
  font-weight: 700;
  color: var(--ink-900);
}

.contact-connect-content p {
  margin: 0 0 6px;
  color: var(--ink-700);
}

.contact-connect-content p:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .layout-pt-xl > .container,
  .layout-pt-xl > .wraper > .container,
  .layout-pt-xl > .relative > .container {
    border-radius: 10px;
    padding: 14px;
  }
}
