@font-face {
  font-family: "HeeboLocal";
  src: url("./fonts/heebo-hebrew.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}

@font-face {
  font-family: "HeeboLocal";
  src: url("./fonts/heebo-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body.ts-home-polish {
  /* Thailand Sababa brand theme: one role per color. */
  --ts-brand: #189fa2;
  --ts-primary: #2a7476;
  --ts-primary-hover: #236b6d;
  --ts-footer-primary: #19a2a2;
  --ts-footer-dark: #006666;
  --ts-ink: #31595a;
  --ts-text: #4d6061;
  --ts-muted: #5e7070;
  --ts-mint: #ddf3ee;
  --ts-mint-strong: #9fdfbf;
  --ts-mint-mid: #c7eae2;
  --ts-surface: #fff;
  --ts-surface-soft: #f2faf7;
  --ts-surface-warm: #f7f4ee;
  --ts-line: #d6e5e2;
  --ts-rating: #b4532f;
  --ts-success: #256a4e;
  --ts-warning: #9a5b12;
  --ts-error: #b42318;
  --ts-whatsapp: #128c7e;
  --ts-whatsapp-soft: #e8f8f0;
  --ts-teal: var(--ts-brand);
  --ts-teal-dark: var(--ts-primary);
  --ts-shadow: 0 12px 34px rgba(42, 116, 118, 0.1);
  --ts-shadow-hover: 0 18px 44px rgba(42, 116, 118, 0.15);
  --ts-type-regular: 400;
  --ts-type-medium: 560;
  --ts-type-semibold: 680;
  --ts-type-section: 780;
  --ts-type-display: 850;
  font-family: "HeeboLocal", sans-serif !important;
  font-weight: var(--ts-type-regular);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  color: var(--ts-ink);
  background: var(--ts-surface);
}

body.ts-home-polish :where(.font-heading, .font-paragraph, h1, h2, h3, h4, p, a, button, input, select, textarea, summary, label) {
  font-family: "HeeboLocal", sans-serif !important;
}

body.ts-home-polish :where(h1, h2, h3, h4) {
  text-wrap: balance;
}

body.ts-home-polish :where(button, a, input, select, textarea, summary) {
  -webkit-tap-highlight-color: transparent;
}

.ts-desktop-header {
  display: none;
}

body.ts-home-polish [data-ts-section="empty"] {
  display: none !important;
}

body.ts-home-polish [data-ts-section] > div[class*="max-w-"] {
  width: min(100%, 1280px) !important;
  padding-inline: clamp(24px, 4vw, 52px) !important;
}

body.ts-home-polish [data-ts-section]:not([data-ts-section="hero"]):not([data-ts-section="empty"]) {
  padding-block: clamp(54px, 5vw, 76px) !important;
}

body.ts-home-polish [data-ts-section] h2,
body.ts-home-polish [data-ts-section="services"] h1 {
  color: var(--ts-ink) !important;
  font-size: clamp(2rem, 3vw, 2.65rem) !important;
  font-weight: var(--ts-type-section) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.008em;
  margin-bottom: 12px !important;
}

body.ts-home-polish [data-ts-section] h3 {
  font-weight: var(--ts-type-semibold) !important;
  letter-spacing: -0.004em;
}

body.ts-home-polish [data-ts-section] h2 + p,
body.ts-home-polish [data-ts-section="services"] h1 + p {
  color: var(--ts-muted) !important;
  line-height: 1.7 !important;
}

body.ts-home-polish [data-ts-section="hero"] {
  min-height: 570px !important;
  height: clamp(570px, 74vh, 750px) !important;
}

body.ts-home-polish [data-ts-section="hero"] > div:nth-child(2) {
  padding-top: 50px !important;
  transform: none !important;
}

body.ts-home-polish [data-ts-section="hero"] .ts-hero-logo-motion {
  margin-bottom: 0 !important;
}

body.ts-home-polish [data-ts-section="hero"] .ts-hero-logo-motion img {
  width: clamp(300px, 29vw, 392px) !important;
  max-width: calc(100vw - 52px) !important;
  filter: drop-shadow(0 4px 9px rgba(0, 0, 0, 0.24));
}

body.ts-home-polish [data-ts-section="hero"] p {
  font-size: clamp(1.35rem, 2vw, 1.72rem) !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
  margin-bottom: 28px !important;
}

body.ts-home-polish [data-ts-section="hero"] button {
  min-height: 54px !important;
  padding: 12px 28px !important;
  border-radius: 13px !important;
  color: #fff !important;
  background: var(--ts-primary) !important;
  background-image: none !important;
  border-color: transparent !important;
  box-shadow: 0 10px 26px rgba(42, 116, 118, 0.17) !important;
}

body.ts-home-polish [data-ts-section="hero"] button span {
  font-size: 1.18rem !important;
  font-weight: 650 !important;
}

body.ts-home-polish [data-ts-section="hero"] button svg {
  width: 22px !important;
  height: 22px !important;
}

body.ts-home-polish [data-ts-section="intro"] > div[class*="max-w-"] > div.grid {
  width: min(100%, 1040px);
  margin-inline: auto;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 0 !important;
}

body.ts-home-polish [data-ts-section="intro"] > div[class*="max-w-"] > div.grid > div:first-child {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  grid-template-areas: "intro-copy points";
  gap: clamp(48px, 6vw, 76px);
  align-items: center;
  width: 100%;
}

body.ts-home-polish [data-ts-section="intro"] > div[class*="max-w-"] > div.grid > div:first-child > div:first-child {
  display: none !important;
}

body.ts-home-polish [data-ts-section="intro"] > div[class*="max-w-"] > div.grid > div:first-child > div:nth-child(2) {
  grid-area: intro-copy;
}

body.ts-home-polish [data-ts-section="intro"] > div[class*="max-w-"] > div.grid > div:first-child > div:nth-child(3) {
  grid-area: points;
  margin-top: 0 !important;
}

body.ts-home-polish [data-ts-section="intro"] h1 {
  color: var(--ts-ink) !important;
  font-size: clamp(2rem, 3vw, 2.6rem) !important;
  font-weight: var(--ts-type-section) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.008em;
}

body.ts-home-polish [data-ts-section="intro"] h1 + p {
  color: var(--ts-muted) !important;
  font-size: 1.08rem !important;
  line-height: 1.8 !important;
}

body.ts-home-polish [data-ts-card="intro-point"] {
  gap: 14px !important;
  padding-block: 4px 16px;
  border-bottom: 1px solid var(--ts-line);
}

body.ts-home-polish [data-ts-card="intro-point"]:last-child {
  border-bottom: 0;
}

body.ts-home-polish [data-ts-card="intro-point"] > div:first-child {
  width: 46px !important;
  height: 46px !important;
  border-radius: 13px !important;
  box-shadow: none !important;
}

body.ts-home-polish [data-ts-card="intro-point"] h3 {
  color: var(--ts-ink) !important;
  font-size: 1.16rem !important;
  margin-bottom: 3px !important;
}

body.ts-home-polish [data-ts-card="intro-point"] p {
  color: var(--ts-muted) !important;
  line-height: 1.65 !important;
}

body.ts-home-polish [data-ts-section="intro"] img:not(.ts-hero-logo-motion img) {
  border-radius: 24px !important;
  transform: none !important;
  box-shadow: 0 18px 46px rgba(18, 76, 77, 0.13) !important;
}

body.ts-home-polish #root [data-ts-section="services"] {
  display: flow-root !important;
  position: relative;
  z-index: 12;
  margin-top: 0;
  padding-block: 0 !important;
  background: var(--ts-surface-soft) !important;
  border-radius: 0;
  overflow: visible !important;
  box-shadow: none !important;
}

body.ts-home-polish #root [data-ts-section="services"]::before {
  content: none;
}

body.ts-home-polish [data-ts-services-body] {
  position: relative;
  z-index: 3;
}

body.ts-home-polish [data-ts-service-featured-grid] {
  position: relative;
  z-index: 4;
  isolation: isolate;
  gap: 0 !important;
  margin-top: -98px !important;
  margin-bottom: 0 !important;
  padding: 8px;
  border: 1px solid rgba(49, 89, 90, 0.14);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 22px 54px rgba(42, 116, 118, 0.16), 0 2px 8px rgba(49, 89, 90, 0.06);
  backdrop-filter: blur(10px);
}

body.ts-home-polish [data-ts-service-featured-grid] > div {
  min-width: 0;
  opacity: 1 !important;
  transform: none !important;
}

body.ts-home-polish [data-ts-service-featured-grid] > div + div {
  border-inline-start: 1px solid var(--ts-line);
}

body.ts-home-polish [data-ts-card="service"] {
  min-height: 174px;
  padding: 24px !important;
  border: 1px solid var(--ts-line) !important;
  border-radius: 16px !important;
  background: var(--ts-surface) !important;
  box-shadow: 0 8px 24px rgba(18, 76, 77, 0.065) !important;
}

body.ts-home-polish [data-ts-card="service"]:hover {
  transform: translateY(-3px);
  border-color: rgba(24, 159, 162, 0.28) !important;
  box-shadow: var(--ts-shadow) !important;
}

body.ts-home-polish [data-ts-service-featured-grid] [data-ts-card="service"] {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  min-height: 160px;
  padding: 20px 22px !important;
  border: 0 !important;
  border-radius: 17px !important;
  background: transparent !important;
  box-shadow: none !important;
  text-align: center !important;
}

body.ts-home-polish [data-ts-service-featured-grid] [data-ts-card="service"]:hover {
  transform: none;
  border-color: transparent !important;
  background: var(--ts-surface-soft) !important;
  box-shadow: none !important;
}

body.ts-home-polish [data-ts-service-featured-grid] [data-ts-card="service"] > div:first-child {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: 100%;
  gap: 12px !important;
  margin-bottom: 0 !important;
  text-align: center !important;
}

body.ts-home-polish [data-ts-card="service"]:not([data-ts-service-featured-grid] [data-ts-card="service"]) > div:first-child {
  gap: 16px !important;
}

body.ts-home-polish [data-ts-card="service"] > div:first-child > div:first-child {
  width: 48px !important;
  height: 48px !important;
  min-width: 48px !important;
  margin-inline: auto !important;
  border-radius: 13px !important;
  box-shadow: none !important;
}

body.ts-home-polish [data-ts-service-featured-grid] [data-ts-card="service"] > div:first-child > div:nth-child(2) {
  flex: 0 1 auto !important;
  width: 100%;
  text-align: center !important;
}

body.ts-home-polish [data-ts-card="service"] h3 {
  color: var(--ts-ink) !important;
  font-size: 1.25rem !important;
  line-height: 1.35 !important;
  margin-bottom: 8px !important;
}

body.ts-home-polish [data-ts-service-featured-grid] [data-ts-card="service"] h3 {
  margin-bottom: 0 !important;
  text-align: center !important;
}

body.ts-home-polish [data-ts-card="service"] p {
  color: var(--ts-muted) !important;
  line-height: 1.65 !important;
}

body.ts-home-polish [data-ts-service-featured-grid] [data-ts-card="service"] p {
  width: 100%;
  max-width: 260px;
  margin: 0 auto !important;
  text-align: center !important;
}

body.ts-home-polish [data-ts-section="services"] a,
body.ts-home-polish [data-ts-section="services"] button,
body.ts-home-polish [data-ts-section="destinations"] > div > div:last-child a,
body.ts-home-polish [data-ts-section="attractions"] > div > div:last-child a,
body.ts-home-polish [data-ts-section="hotels"] > div > div:last-child a {
  border-radius: 12px !important;
  min-height: 50px;
  padding: 11px 24px !important;
  font-size: 1.02rem !important;
  box-shadow: 0 8px 22px rgba(18, 76, 77, 0.12) !important;
}

body.ts-home-polish [data-ts-section="destinations"] {
  background: var(--ts-surface-soft) !important;
}

body.ts-home-polish [data-ts-section="destinations"] [class*="text-center"][class*="mb-"] {
  margin-bottom: 30px !important;
}

body.ts-home-polish [data-ts-section="destinations"] .hidden.md\:grid {
  gap: 20px !important;
}

body.ts-home-polish [data-ts-card="destination"] {
  height: 276px !important;
  border-radius: 18px !important;
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: var(--ts-shadow) !important;
}

body.ts-home-polish [data-ts-card="destination"]:hover {
  transform: translateY(-3px);
  box-shadow: var(--ts-shadow-hover) !important;
}

body.ts-home-polish [data-ts-card="destination"] img {
  transition-duration: 600ms !important;
}

body.ts-home-polish [data-ts-card="destination"]:hover img {
  transform: scale(1.035) !important;
}

body.ts-home-polish [data-ts-card="destination"] h3 {
  font-size: 1.55rem !important;
  line-height: 1.2 !important;
}

body.ts-home-polish [data-ts-section="attractions"] {
  background: var(--ts-surface) !important;
}

body.ts-home-polish [data-ts-section="attractions"] [class*="text-center"][class*="mb-"] {
  margin-bottom: 30px !important;
}

body.ts-home-polish [data-ts-section="attractions"] .hidden.md\:grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 20px !important;
  min-height: 0 !important;
}

body.ts-home-polish [data-ts-card="attraction"] {
  display: grid !important;
  grid-template-columns: 42% minmax(0, 1fr);
  height: 224px !important;
  min-height: 0 !important;
  border-radius: 17px !important;
  border: 1px solid var(--ts-line) !important;
  background: var(--ts-surface) !important;
  box-shadow: 0 9px 28px rgba(18, 76, 77, 0.08) !important;
}

body.ts-home-polish [data-ts-card="attraction"]:hover {
  transform: translateY(-3px);
  box-shadow: var(--ts-shadow-hover) !important;
}

body.ts-home-polish [data-ts-card="attraction"] > div.absolute.inset-0:first-child {
  position: relative !important;
  inset: auto !important;
  min-width: 0;
}

body.ts-home-polish [data-ts-card="attraction"] > div.absolute.inset-0:first-child img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

body.ts-home-polish [data-ts-card="attraction"] > div.absolute.inset-0:first-child > div {
  background: linear-gradient(to left, transparent 55%, rgba(4, 31, 32, 0.16)) !important;
}

body.ts-home-polish [data-ts-card="attraction"] > div.absolute.inset-0:nth-child(2) {
  position: relative !important;
  inset: auto !important;
  padding: 24px !important;
  display: flex !important;
  justify-content: center !important;
}

body.ts-home-polish [data-ts-card="attraction"] > div.absolute.inset-0:nth-child(2) > div {
  transform: none !important;
}

body.ts-home-polish [data-ts-card="attraction"] h3 {
  color: var(--ts-ink) !important;
  font-size: 1.22rem !important;
  line-height: 1.35 !important;
  margin-bottom: 7px !important;
}

body.ts-home-polish [data-ts-card="attraction"] p {
  color: var(--ts-muted) !important;
  font-size: 0.93rem !important;
  line-height: 1.55 !important;
  margin-bottom: 11px !important;
}

body.ts-home-polish [data-ts-card="attraction"] .text-tropical-green {
  color: var(--ts-teal-dark) !important;
}

body.ts-home-polish [data-ts-card="attraction"] > div.absolute.top-3 {
  top: 12px !important;
  right: 12px !important;
  border: 1px solid rgba(24, 159, 162, 0.16);
  box-shadow: 0 5px 16px rgba(4, 31, 32, 0.09);
}

body.ts-home-polish .ts-testimonials-section {
  position: relative;
  overflow: hidden;
  background: var(--ts-surface-soft) !important;
  padding-block: clamp(38px, 3.6vw, 50px) !important;
}

body.ts-home-polish .ts-testimonials__decor {
  position: absolute;
  width: 360px;
  height: 360px;
  border-radius: 999px;
  background: var(--ts-brand);
  filter: blur(116px);
  opacity: 0.045;
  pointer-events: none;
}

body.ts-home-polish .ts-testimonials__decor--top {
  top: -210px;
  right: -120px;
}

body.ts-home-polish .ts-testimonials__decor--bottom {
  bottom: -230px;
  left: -110px;
}

body.ts-home-polish .ts-testimonials__inner {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 40px), 1180px);
  margin-inline: auto;
}

body.ts-home-polish .ts-testimonials__heading {
  max-width: 760px;
  margin: 0 auto 22px;
  text-align: center;
}

.ts-testimonials__eyebrow {
  display: inline-flex;
  align-items: center;
  margin-bottom: 9px;
  padding: 6px 13px;
  color: var(--ts-primary);
  background: rgba(221, 243, 238, 0.72);
  border: 1px solid rgba(42, 116, 118, 0.12);
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: var(--ts-type-semibold);
}

body.ts-home-polish .ts-testimonials__heading > p {
  color: var(--ts-muted);
  font-size: 1rem;
  line-height: 1.55;
  margin: 0;
}

body.ts-home-polish .ts-testimonials__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

body.ts-home-polish .ts-testimonial {
  display: flex;
  min-width: 0;
  min-height: 286px;
  flex-direction: column;
  padding: 22px 24px;
  background: var(--ts-surface);
  border: 1px solid var(--ts-line);
  border-radius: 18px;
  box-shadow: 0 9px 28px rgba(18, 76, 77, 0.07);
}

body.ts-home-polish .ts-testimonial__header {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

body.ts-home-polish .ts-testimonial__avatar {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--ts-primary);
  background: var(--ts-mint);
  border: 1px solid rgba(42, 116, 118, 0.12);
  border-radius: 50%;
  font-size: 1rem;
  font-weight: var(--ts-type-section);
}

body.ts-home-polish .ts-testimonial__identity {
  min-width: 0;
}

body.ts-home-polish .ts-testimonial__identity h3 {
  overflow: hidden;
  color: var(--ts-ink);
  font-size: 1.04rem !important;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.ts-home-polish .ts-testimonial__identity span {
  display: block;
  margin-top: 2px;
  color: var(--ts-primary);
  font-size: 0.8rem;
  font-weight: var(--ts-type-semibold);
}

body.ts-home-polish .ts-review-stars {
  display: inline-flex;
  align-self: flex-start;
  direction: ltr;
  gap: 2px;
  margin-bottom: 11px;
  color: var(--ts-rating);
}

body.ts-home-polish .ts-review-stars svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

body.ts-home-polish .ts-testimonial blockquote {
  position: relative;
  margin: 0;
  color: var(--ts-text);
  font-size: 0.96rem;
  line-height: 1.58;
  text-align: start;
  text-wrap: pretty;
}

body.ts-home-polish .ts-testimonial blockquote::before {
  content: "“";
  display: block;
  height: 20px;
  color: rgba(42, 116, 118, 0.28);
  font-size: 2.45rem;
  line-height: 0.75;
}

body.ts-home-polish [data-ts-section="hotels"] {
  background: var(--ts-surface) !important;
  padding-block: clamp(48px, 4.4vw, 64px) !important;
}

body.ts-home-polish [data-ts-section="hotels"] [class*="text-center"][class*="mb-"] {
  margin-bottom: 26px !important;
}

body.ts-home-polish [data-ts-section="hotels"] .space-y-8 {
  display: grid !important;
  gap: 16px !important;
  min-height: 0 !important;
}

body.ts-home-polish [data-ts-section="hotels"] .space-y-8 > * {
  min-width: 0;
  margin-top: 0 !important;
}

body.ts-home-polish [data-ts-card="hotel"] {
  min-height: 272px !important;
  gap: 0 !important;
  border-radius: 17px !important;
  border: 1px solid var(--ts-line) !important;
  box-shadow: 0 10px 30px rgba(18, 76, 77, 0.08) !important;
}

body.ts-home-polish [data-ts-card="hotel"]:hover {
  transform: translateY(-3px);
  box-shadow: var(--ts-shadow-hover) !important;
}

body.ts-home-polish [data-ts-card="hotel"] > div:first-child {
  width: 42% !important;
  height: 272px !important;
}

body.ts-home-polish [data-ts-card="hotel"] > div:nth-child(2) {
  width: 58% !important;
  padding: 30px 34px !important;
}

body.ts-home-polish [data-ts-card="hotel"] h3 {
  color: var(--ts-ink) !important;
  font-size: 1.7rem !important;
  line-height: 1.25 !important;
}

body.ts-home-polish [data-ts-card="hotel"] p {
  color: var(--ts-muted) !important;
  line-height: 1.7 !important;
}

body.ts-home-polish [data-ts-section="contact"] {
  background: var(--ts-surface-soft) !important;
  padding-block: clamp(32px, 3.5vw, 48px) clamp(42px, 4vw, 56px) !important;
}

body.ts-home-polish #root .ts-guides-section + [data-ts-section="contact"] {
  padding-top: clamp(8px, 1vw, 14px) !important;
}

body.ts-home-polish [data-ts-section="contact"] > div[class*="max-w-"] {
  width: min(100%, 1280px);
  max-width: 1280px !important;
  box-sizing: border-box;
  margin-inline: auto !important;
  padding-inline: clamp(24px, 4vw, 52px) !important;
}

body.ts-home-polish .ts-contact-heading {
  display: block !important;
  width: 100%;
  margin: 0 auto clamp(18px, 2vw, 26px) !important;
  padding-inline: 0 !important;
  text-align: center;
  direction: rtl;
}

body.ts-home-polish .ts-contact-heading h2 {
  margin: 0;
  color: var(--ts-ink);
  font-size: clamp(2rem, 3.6vw, 3.55rem);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: 0;
}

body.ts-home-polish .ts-contact-heading p {
  display: none !important;
}

body.ts-home-polish [data-ts-card="contact"] {
  width: 100% !important;
  max-width: none !important;
  box-sizing: border-box;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 34%);
  grid-template-areas: "form panel";
  direction: ltr;
  gap: 0 !important;
  padding: 0 !important;
  border-radius: 18px !important;
  overflow: hidden;
  background: var(--ts-surface) !important;
  border: 1px solid rgba(42, 116, 118, 0.14) !important;
  box-shadow: 0 10px 30px rgba(18, 76, 77, 0.08) !important;
}

body.ts-home-polish .ts-contact-panel {
  grid-area: panel;
  direction: rtl;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  padding: clamp(28px, 3.2vw, 44px) clamp(28px, 3.2vw, 46px);
  background:
    radial-gradient(circle at 85% 15%, rgba(24, 159, 162, 0.16), transparent 34%),
    linear-gradient(135deg, var(--ts-mint) 0%, var(--ts-surface-soft) 62%, #ffffff 100%);
  color: var(--ts-ink);
}

body.ts-home-polish .ts-contact-panel__inner {
  width: min(100%, 300px);
}

body.ts-home-polish .ts-contact-panel__eyebrow {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  margin-bottom: 12px;
  color: var(--ts-primary);
  font-size: 0.92rem;
  font-weight: 620;
}

body.ts-home-polish .ts-contact-panel__eyebrow::before {
  content: "";
  width: 32px;
  height: 2px;
  background: currentColor;
  opacity: 0.72;
}

body.ts-home-polish .ts-contact-panel h2 {
  margin: 0 0 10px !important;
  color: var(--ts-ink) !important;
  font-size: clamp(1.42rem, 2vw, 1.86rem) !important;
  font-weight: 780 !important;
  line-height: 1.16 !important;
  letter-spacing: 0;
}

body.ts-home-polish .ts-contact-panel p {
  margin: 0 0 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(42, 116, 118, 0.18);
  color: var(--ts-text);
  font-size: 0.94rem;
  line-height: 1.5;
}

body.ts-home-polish .ts-contact-panel__benefits {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.ts-home-polish .ts-contact-panel__benefits li {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  align-items: start;
  gap: 11px;
  color: var(--ts-ink);
  font-size: 0.94rem;
  line-height: 1.36;
}

body.ts-home-polish .ts-contact-panel__icon {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  color: var(--ts-primary);
}

body.ts-home-polish .ts-contact-panel__icon svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.ts-home-polish [data-ts-card="contact"] form {
  grid-area: form;
  direction: rtl;
  display: flex !important;
  flex-direction: column;
  gap: 14px !important;
  padding: clamp(26px, 3.2vw, 40px) clamp(28px, 3.7vw, 46px) !important;
  color: var(--ts-ink);
}

body.ts-home-polish [data-ts-card="contact"] form > * {
  margin-top: 0 !important;
}

body.ts-home-polish [data-ts-card="contact"] form > div:first-of-type {
  gap: 16px !important;
}

body.ts-home-polish [data-ts-card="contact"] :where(input, select, textarea) {
  min-height: 39px;
  border-width: 0 !important;
  border-color: transparent !important;
  border-radius: 9px !important;
  color: var(--ts-ink) !important;
  caret-color: var(--ts-primary);
  font-size: 0.94rem !important;
  background: var(--ts-surface-soft) !important;
  box-shadow: inset 0 0 0 1px rgba(42, 116, 118, 0.14);
  color-scheme: light;
}

body.ts-home-polish [data-ts-card="contact"] :where(input, select, textarea)::placeholder {
  color: rgba(77, 96, 97, 0.7);
}

body.ts-home-polish [data-ts-card="contact"] label {
  color: var(--ts-ink) !important;
  margin-bottom: 5px !important;
}

body.ts-home-polish [data-ts-card="contact"] label span {
  font-size: 0.92rem !important;
  line-height: 1.28 !important;
}

body.ts-home-polish [data-ts-card="contact"] label svg {
  display: none !important;
}

body.ts-home-polish [data-ts-card="contact"] textarea {
  min-height: 84px;
}

body.ts-home-polish [data-ts-card="contact"] button[type="submit"] {
  min-height: 42px !important;
  border-radius: 9px !important;
  color: #fff !important;
  background: var(--ts-primary) !important;
  font-size: 0.98rem !important;
  box-shadow: 0 8px 20px rgba(42, 116, 118, 0.15) !important;
}

body.ts-home-polish .ts-contact-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  min-height: 0 !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

body.ts-home-polish .ts-contact-submit-status {
  margin: -4px 0 0 !important;
  padding: 8px 11px !important;
  border-radius: 9px;
  color: var(--ts-ink);
  background: var(--ts-mint);
  border: 1px solid rgba(42, 116, 118, 0.16);
  font-size: 0.92rem;
  line-height: 1.45;
  text-align: center;
}

body.ts-home-polish .ts-contact-submit-status[hidden] {
  display: none !important;
}

body.ts-home-polish .ts-contact-submit-status[data-state="error"] {
  color: #7a3113;
  background: #fff4ea;
  border-color: rgba(191, 92, 28, 0.22);
}

body.ts-home-polish .ts-guides-section {
  background: #fff !important;
  padding: clamp(38px, 4.5vw, 66px) 0 !important;
}

body.ts-home-polish .ts-guides__inner {
  width: min(100%, 1280px);
  box-sizing: border-box;
  padding-inline: clamp(24px, 4vw, 52px);
  margin-inline: auto;
}

body.ts-home-polish .ts-guides__heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}

body.ts-home-polish .ts-guides__eyebrow {
  display: inline-flex;
  align-items: center;
  color: var(--ts-primary);
  font-weight: 720;
  margin-bottom: 7px;
  font-size: 0.9rem;
}

body.ts-home-polish .ts-guides__heading h2 {
  margin: 0 0 6px;
  color: var(--ts-ink);
  font-size: clamp(1.68rem, 2.3vw, 2.08rem);
  font-weight: var(--ts-type-section);
  line-height: 1.18;
}

body.ts-home-polish .ts-guides__heading p {
  max-width: 560px;
  margin: 0;
  color: var(--ts-muted);
  font-size: 0.96rem;
  line-height: 1.56;
}

body.ts-home-polish .ts-guides__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  flex: 0 0 auto;
  color: var(--ts-primary) !important;
  border: 1px solid rgba(42, 116, 118, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 10px 24px rgba(42, 116, 118, 0.08);
  font-size: 0.9rem;
  font-weight: 720;
  text-decoration: none;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

body.ts-home-polish .ts-guides__cta:hover {
  color: #fff !important;
  background: var(--ts-primary);
  transform: translateY(-1px);
}

body.ts-home-polish .ts-guides__layout {
  display: grid;
  grid-template-columns: minmax(0, 58fr) minmax(320px, 42fr);
  gap: 16px;
  align-items: stretch;
}

body.ts-home-polish .ts-guides__side {
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

body.ts-home-polish .ts-guide-card {
  display: grid;
  overflow: hidden;
  border: 1px solid var(--ts-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 30px rgba(18, 76, 77, 0.08);
  color: inherit !important;
  text-decoration: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

body.ts-home-polish .ts-guide-card:hover {
  border-color: rgba(42, 116, 118, 0.28);
  box-shadow: 0 16px 34px rgba(18, 76, 77, 0.12);
  transform: translateY(-2px);
}

body.ts-home-polish .ts-guide-card--featured {
  grid-template-rows: minmax(270px, 1fr) auto;
  min-height: 440px;
}

body.ts-home-polish .ts-guide-card--compact {
  grid-template-columns: minmax(132px, 43%) minmax(0, 57%);
  min-height: 212px;
}

body.ts-home-polish .ts-guide-card__media {
  position: relative;
  display: block;
  overflow: hidden;
  background: #d7ebe6;
}

body.ts-home-polish .ts-guide-card--featured .ts-guide-card__media {
  aspect-ratio: 16 / 10;
}

body.ts-home-polish .ts-guide-card--compact .ts-guide-card__media {
  min-height: 100%;
}

body.ts-home-polish .ts-guide-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 240ms ease;
}

body.ts-home-polish .ts-guide-card:hover .ts-guide-card__media img {
  transform: scale(1.035);
}

body.ts-home-polish .ts-guide-card__body {
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 14px 16px 16px;
}

body.ts-home-polish .ts-guide-card--featured .ts-guide-card__body {
  padding: 18px 20px 20px;
}

body.ts-home-polish .ts-guide-card__label {
  display: inline-flex;
  width: max-content;
  color: var(--ts-primary);
  font-size: 0.82rem;
  font-weight: 780;
}

body.ts-home-polish .ts-guide-card__title {
  display: block;
  color: var(--ts-ink);
  font-size: 1rem;
  font-weight: var(--ts-type-semibold);
  line-height: 1.32;
}

body.ts-home-polish .ts-guide-card--featured .ts-guide-card__title {
  font-size: clamp(1.22rem, 1.55vw, 1.46rem);
  line-height: 1.25;
}

body.ts-home-polish .ts-guide-card__text {
  display: -webkit-box;
  overflow: hidden;
  color: var(--ts-body);
  font-size: 0.91rem;
  line-height: 1.48;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body.ts-home-polish .ts-guide-card--featured .ts-guide-card__text {
  max-width: 620px;
  -webkit-line-clamp: 3;
}

body.ts-home-polish .ts-guide-card__link {
  display: inline-flex;
  align-items: center;
  width: max-content;
  margin-top: 4px;
  color: var(--ts-primary);
  font-size: 0.86rem;
  font-weight: 740;
}

body.ts-home-polish .ts-guide-card:hover .ts-guide-card__link {
  color: var(--ts-primary-hover);
}

body.ts-home-polish [data-ts-section="faq"] {
  background: #fff !important;
}

body.ts-home-polish [data-ts-section="faq"] [class*="text-center"][class*="mb-"] {
  margin-bottom: 34px !important;
}

body.ts-home-polish [data-ts-faq-grid] {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: minmax(66px, auto);
  align-items: stretch;
  gap: 12px 16px !important;
  max-width: 1060px !important;
  margin-inline: auto !important;
}

body.ts-home-polish [data-ts-faq-grid] > * {
  min-width: 0;
  height: 100%;
  margin-top: 0 !important;
  opacity: 1 !important;
  transform: none !important;
}

body.ts-home-polish [data-ts-card="faq"] {
  height: 100%;
  margin: 0 !important;
  border: 1px solid var(--ts-line) !important;
  border-radius: 13px !important;
  box-shadow: 0 6px 20px rgba(18, 76, 77, 0.055) !important;
}

body.ts-home-polish [data-ts-card="faq"] summary {
  min-height: 64px;
  padding: 17px 19px !important;
}

body.ts-home-polish [data-ts-card="faq"] h3 {
  color: var(--ts-ink) !important;
  font-size: 1.06rem !important;
  line-height: 1.45 !important;
}

body.ts-home-polish [data-ts-card="faq"] summary + div {
  padding: 0 19px 19px !important;
}

body.ts-home-polish [data-ts-card="faq"] p {
  color: var(--ts-muted) !important;
  line-height: 1.7 !important;
}

body.ts-home-polish #root > astro-island > div > div.fixed.bottom-8.right-8 {
  right: 22px !important;
  bottom: 22px !important;
  gap: 12px !important;
}

body.ts-home-polish #root > astro-island > div > div.fixed.bottom-8.right-8 > button,
body.ts-home-polish #root > astro-island > div > div.fixed.bottom-8.right-8 > a {
  width: 56px !important;
  height: 56px !important;
}

body.ts-home-polish footer {
  margin-top: 0 !important;
  color: #fff !important;
  background: var(--ts-primary) !important;
}

body.ts-home-polish [data-ts-footer] {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  direction: rtl;
  color: #fff !important;
  background: var(--ts-primary) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: none !important;
}

body.ts-home-polish [data-ts-footer]::before {
  display: none !important;
  content: none !important;
}

body.ts-home-polish [data-ts-footer] > div.absolute {
  display: none !important;
}

body.ts-home-polish [data-ts-footer-inner] {
  box-sizing: border-box;
  width: min(calc(100% - 64px), 1280px) !important;
  max-width: 1280px !important;
  margin-inline: auto;
  padding: 48px 52px 22px !important;
}

body.ts-home-polish [data-ts-footer-grid] {
  display: grid !important;
  grid-template-columns: minmax(0, 1.16fr) minmax(0, 0.78fr) minmax(0, 1fr) minmax(0, 1.06fr) !important;
  align-items: start !important;
  gap: clamp(28px, 3.2vw, 50px) !important;
  margin-bottom: 32px !important;
}

body.ts-home-polish [data-ts-footer-grid] > * {
  min-width: 0;
  height: auto !important;
}

.ts-footer__block {
  min-width: 0;
}

body.ts-home-polish [data-ts-footer] :where(h3, h4) {
  margin: 0 0 15px !important;
  color: #fff !important;
  font-size: 1rem !important;
  font-weight: 720 !important;
  line-height: 1.35 !important;
}

body.ts-home-polish [data-ts-footer] h3 {
  font-size: 1rem !important;
}

body.ts-home-polish [data-ts-footer] h3::after,
body.ts-home-polish [data-ts-footer] h4::after {
  display: none !important;
  content: none !important;
}

body.ts-home-polish [data-ts-footer] :where(p, a) {
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: 0.92rem !important;
  line-height: 1.65 !important;
}

body.ts-home-polish [data-ts-footer-block="brand"] p {
  max-width: 320px;
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.84) !important;
}

body.ts-home-polish .ts-footer__logo {
  display: block;
  width: 148px;
  max-width: 52vw;
  height: auto;
  margin: 0 0 16px;
}

body.ts-home-polish .ts-footer__socials {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
}

body.ts-home-polish .ts-footer__social-link {
  display: inline-grid;
  place-items: center;
  width: 34px !important;
  height: 34px !important;
  color: rgba(255, 255, 255, 0.9) !important;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08) !important;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

body.ts-home-polish .ts-footer__social-link:hover {
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.14) !important;
}

body.ts-home-polish [data-ts-footer] svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.ts-home-polish [data-ts-footer-block="links"] ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px 18px !important;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.ts-home-polish [data-ts-footer-block="links"] li {
  margin-top: 0 !important;
}

body.ts-home-polish [data-ts-footer-block="links"] a {
  display: inline-block;
  color: rgba(255, 255, 255, 0.84) !important;
  font-weight: 520;
  text-decoration: none;
  transition: color 180ms ease;
}

body.ts-home-polish [data-ts-footer-block="links"] a::before {
  display: none !important;
  content: none !important;
}

body.ts-home-polish [data-ts-footer-block="links"] a:hover {
  color: #fff !important;
}

body.ts-home-polish .ts-footer__contact-list {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.ts-home-polish .ts-footer__contact-list li,
body.ts-home-polish .ts-footer__maps-link {
  display: flex;
  align-items: center;
  gap: 10px;
}

body.ts-home-polish .ts-footer__contact-list svg,
body.ts-home-polish .ts-footer__maps-link svg {
  flex: 0 0 18px;
  color: rgba(255, 255, 255, 0.9) !important;
}

body.ts-home-polish [data-ts-footer-block="contact"] a,
body.ts-home-polish [data-ts-footer-block="bangkok"] a {
  color: #fff !important;
  text-decoration: none;
}

body.ts-home-polish .ts-footer__whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 38px;
  margin-top: 16px;
  padding: 0 15px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1) !important;
  color: #fff !important;
  font-size: 0.9rem !important;
  font-weight: 650;
  line-height: 1 !important;
  text-decoration: none;
  transition: background-color 180ms ease, border-color 180ms ease;
}

body.ts-home-polish .ts-footer__whatsapp:hover {
  border-color: rgba(255, 255, 255, 0.36);
  background: rgba(255, 255, 255, 0.16) !important;
}

body.ts-home-polish .ts-footer__subtext {
  margin: 0 0 10px !important;
  color: rgba(255, 255, 255, 0.84) !important;
}

body.ts-home-polish .ts-footer__address {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
  font-style: normal;
  line-height: 1.62;
  text-align: right;
}

body.ts-home-polish .ts-footer__maps-link {
  width: max-content;
  max-width: 100%;
  margin-top: 13px;
  color: #fff !important;
  font-size: 0.9rem !important;
  font-weight: 620;
  line-height: 1.35 !important;
}

body.ts-home-polish [data-ts-footer-legal] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 18px !important;
  border-top: 1px solid rgba(255, 255, 255, 0.16) !important;
}

body.ts-home-polish [data-ts-footer-legal] :where(p, a) {
  font-size: 0.78rem !important;
  color: rgba(255, 255, 255, 0.74) !important;
}

body.ts-home-polish [data-ts-footer-legal] p {
  margin: 0 !important;
}

body.ts-home-polish .ts-footer__legal-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

body.ts-home-polish [data-ts-footer-legal] a:hover {
  color: #fff !important;
}

@media (min-width: 1100px) {
  .ts-desktop-header {
    display: block;
    position: fixed;
    inset: 0 0 auto;
    z-index: 120;
    height: 84px;
    color: var(--ts-ink);
    pointer-events: none;
    background: transparent;
  }

  .ts-desktop-header__inner {
    width: min(calc(100% - 48px), 1180px);
    height: 100%;
    margin-inline: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .ts-desktop-header__cluster {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    direction: rtl;
    filter: drop-shadow(0 12px 18px rgba(18, 76, 77, 0.12));
  }

  .ts-desktop-header__phones {
    position: static;
    display: flex;
    flex: none;
    gap: 6px;
    width: 152px;
    height: 56px;
    padding: 7px 10px 7px 9px;
    align-items: center;
    justify-content: center;
    direction: rtl;
    pointer-events: auto;
    color: var(--ts-ink);
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(14, 98, 99, 0.16);
    border-right: 0;
    border-radius: 18px 0 0 18px;
    box-shadow: none;
    backdrop-filter: blur(14px) saturate(120%);
    -webkit-backdrop-filter: blur(14px) saturate(120%);
  }

  .ts-desktop-header__phones-icon {
    display: grid;
    flex: 0 0 auto;
    width: 28px;
    height: 28px;
    place-items: center;
    color: var(--ts-primary);
    background: var(--ts-mint);
    border-radius: 9px;
  }

  .ts-desktop-header__phones-icon svg {
    width: 16px;
    height: 16px;
  }

  .ts-desktop-header__phones-list {
    display: flex;
    flex: 0 0 auto;
    min-width: 0;
    align-self: center;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
  }

  .ts-desktop-header__phones-list a {
    display: flex;
    min-width: 0;
    height: 42px;
    padding-inline: 4px;
    align-items: center;
    justify-content: center;
    gap: 0;
    color: inherit;
    font-size: 0.96rem;
    font-weight: 620;
    line-height: 1;
    text-decoration: none;
    border-radius: 6px;
    transition: color 160ms ease, background-color 160ms ease;
  }

  .ts-desktop-header__phones-list a:hover {
    color: var(--ts-primary-hover);
    background: var(--ts-surface-soft);
  }

  .ts-desktop-header__phones-list a:focus-visible {
    outline: 2px solid var(--ts-brand);
    outline-offset: 1px;
  }

  .ts-desktop-header__phones-list bdi {
    color: var(--ts-primary);
    font-size: 1rem;
    font-weight: 550;
    font-variant-numeric: tabular-nums;
    letter-spacing: 0.01em;
    white-space: nowrap;
  }

  .ts-desktop-nav {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    min-width: 0;
    min-height: 56px;
    padding: 6px 10px;
    pointer-events: auto;
    color: var(--ts-ink);
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(14, 98, 99, 0.16);
    border-left: 0;
    border-radius: 0 18px 18px 0;
    box-shadow: none;
    backdrop-filter: blur(14px) saturate(120%);
    -webkit-backdrop-filter: blur(14px) saturate(120%);
  }

  .ts-desktop-nav a {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    padding: 0 clamp(13px, 1.3vw, 19px);
    color: inherit;
    font-size: 1rem;
    font-weight: 610;
    text-decoration: none;
    white-space: nowrap;
    border-radius: 12px;
    transition: color 180ms ease, background 180ms ease, box-shadow 180ms ease;
  }

  .ts-desktop-nav a:hover {
    background: var(--ts-surface-soft);
  }

  .ts-desktop-nav a[aria-current="page"] {
    color: var(--ts-primary);
    background: var(--ts-mint);
    box-shadow: 0 5px 14px rgba(2, 39, 41, 0.14);
  }

  body.ts-home-polish [data-ts-section="hotels"] .space-y-8 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
  }

  body.ts-home-polish [data-ts-section="hotels"] .space-y-8 > * > a {
    display: block;
    height: 100%;
  }

  body.ts-home-polish [data-ts-card="hotel"] {
    height: 100% !important;
    min-height: 0 !important;
    flex-direction: column !important;
    align-items: stretch !important;
  }

  body.ts-home-polish [data-ts-card="hotel"] > div:first-child {
    width: 100% !important;
    height: 188px !important;
    flex: none;
  }

  body.ts-home-polish [data-ts-card="hotel"] > div:nth-child(2) {
    width: 100% !important;
    padding: 18px 20px 20px !important;
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: stretch;
  }

  body.ts-home-polish [data-ts-card="hotel"] h3 {
    min-height: 2.35em;
    font-size: 1.24rem !important;
    margin-bottom: 7px !important;
  }

  body.ts-home-polish [data-ts-card="hotel"] p {
    font-size: 0.91rem !important;
    line-height: 1.5 !important;
    margin-bottom: 12px !important;
  }

  body.ts-home-polish [data-ts-card="hotel"] > div:nth-child(2) > div:last-child {
    margin-top: auto;
  }

  body.ts-home-polish [data-ts-card="hotel"] > div:nth-child(2) > div:first-child svg {
    width: 18px !important;
    height: 18px !important;
  }

  body.ts-home-polish [data-ts-card="contact"] {
    display: grid !important;
  }

  body.ts-home-polish [data-ts-card="contact"] > style {
    display: none !important;
  }

  body.ts-home-polish [data-ts-card="contact"] > div[class*="text-center"] {
    display: none !important;
  }

  body.ts-home-polish [data-ts-card="contact"] > form {
    min-width: 0;
  }

  body.ts-home-polish [data-ts-footer-grid] {
    grid-template-columns: minmax(0, 1.16fr) minmax(0, 0.78fr) minmax(0, 1fr) minmax(0, 1.06fr) !important;
  }

  body.ts-home-polish #root > astro-island > div > button[aria-label="תפריט צד"],
  body.ts-home-polish #root > astro-island > div > button[aria-label="תפריט צד"] + div {
    display: none !important;
  }
}

/*
 * Wide desktop normalization
 *
 * The laptop composition is the visual reference and must remain unchanged,
 * including 1920px-wide laptop viewports. Only QHD-class canvases receive a
 * restrained second scale so a 27-inch display does not feel like a small
 * fixed island.
 */
@media (min-width: 2200px) {
  body.ts-home-polish [data-ts-section] > div[class*="max-w-"] {
    width: min(calc(100% - 96px), 1520px) !important;
    max-width: none !important;
    padding-inline: clamp(56px, 3.5vw, 72px) !important;
  }

  body.ts-home-polish [data-ts-section="contact"] > div[class*="max-w-"] {
    padding-inline: 0 !important;
  }

  body.ts-home-polish [data-ts-section]:not([data-ts-section="hero"]):not([data-ts-section="empty"]) {
    padding-block: 84px !important;
  }

  body.ts-home-polish [data-ts-section] h2,
  body.ts-home-polish [data-ts-section="services"] h1 {
    font-size: clamp(2.65rem, 2.35vw, 3rem) !important;
  }

  body.ts-home-polish [data-ts-section="hero"] {
    min-height: 750px !important;
    height: clamp(750px, 74svh, 900px) !important;
    max-height: none !important;
  }

  body.ts-home-polish [data-ts-section="hero"] > div:nth-child(2) {
    padding-top: clamp(50px, 3.2vw, 62px) !important;
  }

  body.ts-home-polish [data-ts-section="hero"] .ts-hero-logo-motion img {
    width: clamp(392px, 23vw, 460px) !important;
  }

  body.ts-home-polish [data-ts-section="hero"] p {
    font-size: clamp(1.72rem, 1.65vw, 2rem) !important;
    margin-bottom: 32px !important;
  }

  body.ts-home-polish [data-ts-section="hero"] button {
    min-height: 58px !important;
    padding-inline: 32px !important;
  }

  body.ts-home-polish #root [data-ts-section="services"] {
    padding-block: 0 !important;
  }

  body.ts-home-polish [data-ts-service-featured-grid] {
    margin-top: -94px !important;
    margin-bottom: 0 !important;
    padding: 8px;
    border-radius: 26px;
  }

  body.ts-home-polish [data-ts-service-featured-grid] [data-ts-card="service"] {
    min-height: 172px;
    padding: 24px 26px !important;
  }

  body.ts-home-polish [data-ts-card="service"] {
    min-height: 186px;
    padding: 27px !important;
  }

  body.ts-home-polish [data-ts-card="destination"] {
    height: 310px !important;
  }

  body.ts-home-polish [data-ts-card="attraction"] {
    height: 246px !important;
  }

  body.ts-home-polish .ts-testimonials__inner {
    width: min(calc(100% - 96px), 1320px);
  }

  body.ts-home-polish .ts-guides__inner {
    width: min(calc(100% - 96px), 1520px);
    padding-inline: clamp(56px, 3.5vw, 72px);
  }

  body.ts-home-polish .ts-testimonial {
    min-height: 304px;
    padding: 24px 26px;
  }

  body.ts-home-polish [data-ts-card="hotel"] > div:first-child {
    height: 204px !important;
  }

  body.ts-home-polish [data-ts-card="hotel"] > div:nth-child(2) {
    padding: 21px 24px 24px !important;
  }

  body.ts-home-polish [data-ts-section="contact"] > div[class*="max-w-"] {
    width: min(calc(100% - 96px), 1520px);
    max-width: 1520px !important;
    padding-inline: clamp(56px, 3.5vw, 72px) !important;
  }

  body.ts-home-polish [data-ts-card="contact"] {
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
  }

  body.ts-home-polish [data-ts-faq-grid] {
    max-width: 1240px !important;
  }

  body.ts-home-polish [data-ts-footer-inner] {
    width: min(calc(100% - 96px), 1520px) !important;
    max-width: 1520px !important;
    padding: 52px clamp(56px, 3.5vw, 72px) 24px !important;
  }

  .ts-desktop-header {
    height: clamp(84px, 5vw, 94px);
  }

  .ts-desktop-header__phones {
    width: 168px;
    height: clamp(56px, 3.4vw, 64px);
    gap: 7px;
    padding: 8px 10px 8px 9px;
    border-radius: 20px 0 0 20px;
  }

  .ts-desktop-header__phones-list a {
    height: 47px;
    font-size: 1.04rem;
  }

  .ts-desktop-header__phones-list bdi {
    font-size: 1.08rem;
  }

  .ts-desktop-nav {
    min-height: clamp(56px, 3.4vw, 64px);
    padding: 7px 12px;
    gap: 5px;
    border-radius: 0 20px 20px 0;
  }

  .ts-desktop-nav a {
    min-height: clamp(42px, 2.5vw, 47px);
    padding-inline: clamp(19px, 1.15vw, 23px);
    font-size: clamp(1rem, 0.94vw, 1.08rem);
  }
}

@media (max-width: 1099px) {
  body.ts-home-polish .ts-testimonials__grid {
    grid-template-columns: 1fr;
  }

  body.ts-home-polish [data-ts-footer-inner] {
    width: min(calc(100% - 40px), 860px) !important;
    padding-block: 36px 18px !important;
  }

  body.ts-home-polish [data-ts-footer-grid] {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 28px 36px !important;
  }

  body.ts-home-polish [data-ts-footer-block="brand"] {
    grid-column: 1 / -1;
  }

  body.ts-home-polish [data-ts-section="intro"] > div[class*="max-w-"] > div.grid {
    grid-template-columns: 1fr !important;
    gap: 36px !important;
  }

  body.ts-home-polish [data-ts-section="intro"] > div[class*="max-w-"] > div.grid > div:last-child {
    max-width: 700px;
    margin-inline: auto;
  }

  body.ts-home-polish [data-ts-section="attractions"] .hidden.md\:grid {
    grid-template-columns: 1fr !important;
  }

  body.ts-home-polish [data-ts-card="attraction"] {
    grid-template-columns: 38% minmax(0, 1fr);
  }

  body.ts-home-polish [data-ts-card="contact"] {
    grid-template-columns: 1fr;
    grid-template-areas:
      "panel"
      "form";
  }

  body.ts-home-polish .ts-contact-panel {
    min-height: auto;
    padding: 26px 24px;
  }

  body.ts-home-polish .ts-contact-panel__inner {
    width: min(100%, 560px);
  }

  body.ts-home-polish [data-ts-card="contact"] form {
    padding: 24px 24px 28px !important;
  }
}

@media (min-width: 768px) and (max-width: 1099px) {
  body.ts-home-polish [data-ts-section="hotels"] .space-y-8 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.ts-home-polish [data-ts-section="hotels"] .space-y-8 > * > a {
    display: block;
    height: 100%;
  }

  body.ts-home-polish [data-ts-card="hotel"] {
    height: 100% !important;
    min-height: 0 !important;
    flex-direction: column !important;
    align-items: stretch !important;
  }

  body.ts-home-polish [data-ts-card="hotel"] > div:first-child {
    width: 100% !important;
    height: 176px !important;
    flex: none;
  }

  body.ts-home-polish [data-ts-card="hotel"] > div:nth-child(2) {
    width: 100% !important;
    padding: 18px 20px 20px !important;
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  body.ts-home-polish [data-ts-card="hotel"] h3 {
    font-size: 1.2rem !important;
    margin-bottom: 7px !important;
  }

  body.ts-home-polish [data-ts-card="hotel"] p {
    font-size: 0.9rem !important;
    line-height: 1.48 !important;
    margin-bottom: 10px !important;
  }

  body.ts-home-polish [data-ts-card="hotel"] > div:nth-child(2) > div:last-child {
    margin-top: auto;
  }
}

@media (min-width: 768px) and (max-width: 1099px) {
  body.ts-home-polish #root [data-ts-section="services"] {
    padding-block: 0 !important;
  }

  body.ts-home-polish [data-ts-service-featured-grid] {
    margin-top: -126px !important;
    margin-bottom: 0 !important;
    padding: 8px;
    border-radius: 22px;
  }

  body.ts-home-polish [data-ts-service-featured-grid] [data-ts-card="service"] {
    min-height: 236px;
    padding: 18px !important;
  }

  body.ts-home-polish [data-ts-service-featured-grid] [data-ts-card="service"] > div:first-child {
    align-items: center;
    gap: 11px !important;
  }

  body.ts-home-polish [data-ts-service-featured-grid] [data-ts-card="service"] h3 {
    font-size: 1.08rem !important;
  }

  body.ts-home-polish [data-ts-service-featured-grid] [data-ts-card="service"] p {
    font-size: 0.94rem !important;
    line-height: 1.55 !important;
  }
}

@media (max-width: 767px) {
  body.ts-home-polish .ts-testimonials__inner {
    width: min(calc(100% - 32px), 1120px);
  }

  body.ts-home-polish .ts-testimonials__heading {
    margin-bottom: 18px;
  }

  body.ts-home-polish .ts-testimonials__grid {
    gap: 12px;
  }

  body.ts-home-polish .ts-testimonial__header {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 10px;
  }

  body.ts-home-polish .ts-testimonial__avatar {
    width: 40px;
    height: 40px;
  }

  body.ts-home-polish .ts-testimonials-section,
  body.ts-home-polish [data-ts-section="contact"],
  body.ts-home-polish .ts-guides-section {
    padding-block: 38px !important;
  }

  body.ts-home-polish [data-ts-section]:not([data-ts-section="hero"]):not([data-ts-section="empty"]) {
    padding-block: 50px !important;
  }

  body.ts-home-polish [data-ts-section] > div[class*="max-w-"] {
    padding-inline: 20px !important;
  }

  body.ts-home-polish [data-ts-section="contact"] > div[class*="max-w-"] {
    padding-inline: 0 !important;
  }

  body.ts-home-polish [data-ts-section] h2,
  body.ts-home-polish [data-ts-section="services"] h1,
  body.ts-home-polish [data-ts-card="contact"] h2 {
    font-size: 1.88rem !important;
  }

  body.ts-home-polish [data-ts-section="hero"] {
    min-height: 560px !important;
    height: 73svh !important;
    max-height: 640px;
  }

  body.ts-home-polish [data-ts-section="hero"] > div:nth-child(2) {
    padding-top: 44px !important;
  }

  body.ts-home-polish [data-ts-section="hero"] .ts-hero-logo-motion img {
    width: min(300px, calc(100vw - 52px)) !important;
  }

  body.ts-home-polish #root [data-ts-section="services"] {
    padding-block: 0 !important;
  }

  body.ts-home-polish [data-ts-service-featured-grid] {
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-auto-rows: 1fr;
    gap: 14px !important;
    margin-top: -96px !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 0 !important;
    padding: 8px 0 16px;
    overflow-x: visible;
    overscroll-behavior-inline: auto;
    scroll-snap-type: none;
    scroll-padding-inline: 0;
    scrollbar-width: auto;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }

  body.ts-home-polish [data-ts-service-featured-grid]::-webkit-scrollbar {
    display: none;
  }

  body.ts-home-polish [data-ts-service-featured-grid] > div {
    width: 100%;
    min-width: 0;
    scroll-snap-align: none;
    border: 0 !important;
  }

  body.ts-home-polish [data-ts-service-featured-grid] [data-ts-card="service"] {
    height: 100%;
    min-height: 176px;
    padding: 20px !important;
    border: 1px solid var(--ts-line) !important;
    border-radius: 20px !important;
    background: rgba(255, 255, 255, 0.98) !important;
    box-shadow: 0 16px 36px rgba(42, 116, 118, 0.15) !important;
  }

  body.ts-home-polish [data-ts-section="hero"] p {
    font-size: 1.28rem !important;
    margin-bottom: 24px !important;
  }

  body.ts-home-polish [data-ts-section="hero"] button {
    min-height: 52px !important;
    padding: 11px 22px !important;
  }

  body.ts-home-polish #root > astro-island > div > button[aria-label="תפריט צד"] {
    top: 16px !important;
    left: 16px !important;
    width: 50px !important;
    height: 50px !important;
  }

  body.ts-home-polish [data-ts-section="intro"] h1 {
    font-size: 1.94rem !important;
  }

  body.ts-home-polish [data-ts-section="intro"] > div[class*="max-w-"] > div.grid {
    gap: 0 !important;
  }

  body.ts-home-polish [data-ts-section="intro"] > div[class*="max-w-"] > div.grid > div:first-child {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "intro-copy"
      "points";
    gap: 30px;
  }

  body.ts-home-polish [data-ts-section="intro"] img:not(.ts-hero-logo-motion img) {
    border-radius: 18px !important;
  }

  body.ts-home-polish [data-ts-card="service"] {
    min-height: 0;
    padding: 22px !important;
  }

  body.ts-home-polish [data-ts-card="destination"] {
    height: 340px !important;
  }

  body.ts-home-polish [data-ts-card="attraction"] {
    display: grid !important;
    grid-template-columns: 1fr;
    grid-template-rows: 198px auto;
    height: auto !important;
  }

  body.ts-home-polish [data-ts-card="attraction"] > div.absolute.inset-0:first-child {
    min-height: 198px;
  }

  body.ts-home-polish [data-ts-card="attraction"] > div.absolute.inset-0:nth-child(2) {
    min-height: 164px;
    padding: 20px !important;
  }

  body.ts-home-polish .ts-testimonial {
    min-height: 230px;
    padding: 23px;
  }

  body.ts-home-polish [data-ts-section="hotels"] .space-y-8 {
    display: grid !important;
    grid-auto-columns: minmax(246px, 78%);
    grid-auto-flow: column;
    grid-template-columns: none !important;
    gap: 12px !important;
    margin-inline: -20px;
    padding: 0 20px 12px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-padding-inline: 20px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  body.ts-home-polish [data-ts-section="hotels"] .space-y-8::-webkit-scrollbar {
    display: none;
  }

  body.ts-home-polish [data-ts-section="hotels"] .space-y-8 > * {
    scroll-snap-align: start;
  }

  body.ts-home-polish [data-ts-section="hotels"] .space-y-8 > * > a {
    display: block;
    height: 100%;
  }

  body.ts-home-polish [data-ts-card="hotel"] {
    height: 100% !important;
    min-height: 0 !important;
    flex-direction: column !important;
    align-items: stretch !important;
  }

  body.ts-home-polish [data-ts-card="hotel"] > div:first-child {
    width: 100% !important;
    height: 154px !important;
  }

  body.ts-home-polish [data-ts-card="hotel"] > div:nth-child(2) {
    width: 100% !important;
    padding: 16px !important;
  }

  body.ts-home-polish [data-ts-card="hotel"] h3 {
    min-height: 2.25em;
    font-size: 1.16rem !important;
    margin-bottom: 6px !important;
  }

  body.ts-home-polish [data-ts-card="hotel"] p {
    font-size: 0.88rem !important;
    line-height: 1.43 !important;
    margin-bottom: 10px !important;
  }

  body.ts-home-polish [data-ts-section="contact"] > div[class*="max-w-"] {
    width: min(calc(100% - 36px), 560px) !important;
    max-width: 560px !important;
    padding-inline: 0 !important;
  }

  body.ts-home-polish [data-ts-card="contact"] {
    width: 100% !important;
    max-width: none !important;
    grid-template-columns: 1fr;
    grid-template-areas:
      "panel"
      "form";
    padding: 0 !important;
    border-radius: 16px !important;
  }

  body.ts-home-polish .ts-contact-heading {
    width: min(calc(100% - 36px), 560px);
    padding-inline: 0;
  }

  body.ts-home-polish [data-ts-card="contact"] form > div:first-of-type {
    grid-template-columns: 1fr !important;
  }

  body.ts-home-polish .ts-contact-panel {
    padding: 24px 20px;
  }

  body.ts-home-polish .ts-contact-panel__eyebrow {
    margin-bottom: 12px;
  }

  body.ts-home-polish .ts-contact-panel p {
    margin-bottom: 14px;
    padding-bottom: 14px;
  }

  body.ts-home-polish .ts-contact-panel__benefits {
    gap: 12px;
  }

  body.ts-home-polish [data-ts-card="contact"] form > div:first-of-type {
    gap: 14px !important;
  }

  body.ts-home-polish [data-ts-card="contact"] form {
    gap: 14px !important;
    padding: 22px 20px 24px !important;
  }

  body.ts-home-polish [data-ts-card="contact"] :where(input, select, textarea) {
    min-height: 42px;
    font-size: 16px !important;
  }

  body.ts-home-polish [data-ts-card="contact"] label {
    margin-bottom: 5px !important;
  }

  body.ts-home-polish [data-ts-card="contact"] textarea {
    min-height: 82px;
  }

  body.ts-home-polish .ts-guides-section {
    padding: 34px 0 36px !important;
  }

  body.ts-home-polish .ts-guides__inner {
    width: min(100%, 560px);
    padding-inline: 18px;
  }

  body.ts-home-polish .ts-guides__heading {
    display: grid;
    gap: 12px;
    margin-bottom: 13px;
  }

  body.ts-home-polish .ts-guides__heading h2 {
    font-size: 1.68rem !important;
  }

  body.ts-home-polish .ts-guides__heading p {
    font-size: 0.91rem;
    line-height: 1.5;
  }

  body.ts-home-polish .ts-guides__cta {
    width: max-content;
    min-height: 36px;
  }

  body.ts-home-polish .ts-guides__layout,
  body.ts-home-polish .ts-guides__side {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: none;
    gap: 10px;
  }

  body.ts-home-polish .ts-guide-card--featured {
    min-height: 0;
  }

  body.ts-home-polish .ts-guide-card--featured .ts-guide-card__media {
    aspect-ratio: 16 / 9;
  }

  body.ts-home-polish .ts-guide-card--compact {
    grid-template-columns: minmax(132px, 43%) minmax(0, 57%);
    min-height: 150px;
  }

  body.ts-home-polish .ts-guide-card__body,
  body.ts-home-polish .ts-guide-card--featured .ts-guide-card__body {
    padding: 12px 13px 13px;
  }

  body.ts-home-polish .ts-guide-card__title {
    font-size: 0.96rem;
  }

  body.ts-home-polish .ts-guide-card--featured .ts-guide-card__title {
    font-size: 1.12rem;
  }

  body.ts-home-polish .ts-guide-card__text {
    font-size: 0.87rem;
  }

  body.ts-home-polish [data-ts-faq-grid] {
    grid-template-columns: 1fr;
    gap: 11px !important;
  }

  body.ts-home-polish [data-ts-footer-inner] {
    width: min(calc(100% - 36px), 560px) !important;
    padding: 30px 0 14px !important;
  }

  body.ts-home-polish [data-ts-footer-grid] {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
    margin-bottom: 20px !important;
  }

  body.ts-home-polish [data-ts-footer-block="brand"] {
    grid-column: auto;
  }

  body.ts-home-polish [data-ts-footer] :where(h3, h4) {
    margin-bottom: 8px !important;
  }

  body.ts-home-polish [data-ts-footer] h3 {
    font-size: 1rem !important;
  }

  body.ts-home-polish [data-ts-footer] h4 {
    font-size: 0.98rem !important;
  }

  body.ts-home-polish [data-ts-footer] h3::after,
  body.ts-home-polish [data-ts-footer] h4::after {
    display: none !important;
  }

  body.ts-home-polish [data-ts-footer-block="brand"] p {
    max-width: none;
    font-size: 0.88rem !important;
    line-height: 1.54 !important;
  }

  body.ts-home-polish .ts-footer__logo {
    width: 130px;
    margin-bottom: 12px;
  }

  body.ts-home-polish .ts-footer__socials {
    margin-top: 14px;
  }

  body.ts-home-polish [data-ts-footer-block="links"] ul {
    gap: 3px 18px !important;
  }

  body.ts-home-polish [data-ts-footer-block="links"] a {
    font-size: 0.88rem !important;
  }

  body.ts-home-polish .ts-footer__contact-list {
    gap: 8px !important;
  }

  body.ts-home-polish [data-ts-footer] svg {
    width: 17px;
    height: 17px;
  }

  body.ts-home-polish [data-ts-footer-block="contact"] a,
  body.ts-home-polish [data-ts-footer-block="bangkok"] a {
    font-size: 0.86rem !important;
    line-height: 1.55 !important;
  }

  body.ts-home-polish .ts-footer__address {
    font-size: 0.84rem;
    line-height: 1.55;
  }

  body.ts-home-polish .ts-footer__whatsapp {
    min-height: 36px;
    margin-top: 12px;
    padding-inline: 14px;
  }

  body.ts-home-polish [data-ts-footer-legal] {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding-top: 14px !important;
  }

  body.ts-home-polish [data-ts-footer-legal] :where(p, a) {
    font-size: 0.72rem !important;
  }

  body.ts-home-polish .ts-footer__legal-links {
    gap: 14px !important;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  body.ts-home-polish [data-ts-card="faq"] summary {
    min-height: 62px;
    padding: 16px !important;
  }

  body.ts-home-polish #root > astro-island > div > div.fixed.bottom-8.right-8 {
    position: static !important;
    display: contents !important;
  }

  body.ts-home-polish #root > astro-island > div > div.fixed.bottom-8.right-8 > button,
  body.ts-home-polish #root > astro-island > div > div.fixed.bottom-8.right-8 > a {
    position: fixed !important;
    bottom: calc(14px + env(safe-area-inset-bottom)) !important;
    z-index: 110 !important;
    width: 52px !important;
    height: 52px !important;
  }

  body.ts-home-polish #root > astro-island > div > div.fixed.bottom-8.right-8 > [aria-label="תפריט נגישות"] {
    right: auto !important;
    left: 14px !important;
  }

  body.ts-home-polish #root > astro-island > div > div.fixed.bottom-8.right-8 > [aria-label="צור קשר בוואטסאפ"] {
    right: 14px !important;
    left: auto !important;
  }
}

/*
 * Thailand Sababa brand theme
 *
 * #189FA2 is the exact logo teal and remains the visual brand anchor.
 * #2A7476 is the quieter action shade for white-text buttons.
 * #19A2A2 / #006666 is isolated to the footer trial.
 * Mint is supportive only; warm terracotta is reserved for ratings.
 */
body.ts-home-polish [data-ts-section="hero"] > div:first-child > div:nth-child(2) {
  background: linear-gradient(135deg, rgba(6, 47, 49, 0.76) 0%, rgba(8, 119, 122, 0.1) 55%, rgba(24, 159, 162, 0.28) 100%) !important;
}

body.ts-home-polish [data-ts-section="hero"] > div:first-child > div:nth-child(3) {
  background: linear-gradient(to top, rgba(6, 47, 49, 0.56), rgba(6, 47, 49, 0.1) 52%, transparent) !important;
}

body.ts-home-polish [data-ts-section="hero"] > div:first-child > div:nth-child(4) {
  background: rgba(24, 159, 162, 0.16) !important;
}

body.ts-home-polish [data-ts-section="hero"] > div:first-child > div:nth-child(5) {
  background: rgba(159, 223, 191, 0.14) !important;
}

body.ts-home-polish [data-ts-section]:not([data-ts-section="hero"]) > div.absolute {
  background: var(--ts-brand) !important;
  opacity: 0.055 !important;
}

body.ts-home-polish [data-ts-section="hero"] button,
body.ts-home-polish [data-ts-section="services"] button,
body.ts-home-polish [data-ts-section="destinations"] > div > div:last-child a,
body.ts-home-polish [data-ts-section="attractions"] > div > div:last-child a,
body.ts-home-polish [data-ts-section="hotels"] > div > div:last-child a,
body.ts-home-polish [data-ts-card="contact"] button[type="submit"] {
  color: #fff !important;
  background-color: var(--ts-primary) !important;
  background-image: none !important;
  border-color: transparent !important;
  box-shadow: 0 8px 22px rgba(42, 116, 118, 0.16) !important;
}

body.ts-home-polish [data-ts-section="hero"] button:hover,
body.ts-home-polish [data-ts-section="services"] button:hover,
body.ts-home-polish [data-ts-section="destinations"] > div > div:last-child a:hover,
body.ts-home-polish [data-ts-section="attractions"] > div > div:last-child a:hover,
body.ts-home-polish [data-ts-section="hotels"] > div > div:last-child a:hover,
body.ts-home-polish [data-ts-card="contact"] button[type="submit"]:hover {
  color: #fff !important;
  background-color: var(--ts-primary-hover) !important;
  background-image: none !important;
}

body.ts-home-polish [data-ts-card="contact"] button[type="submit"]:disabled,
body.ts-home-polish [data-ts-card="contact"] button[type="submit"]:disabled:hover {
  color: var(--ts-muted) !important;
  background-color: var(--ts-line) !important;
  background-image: none !important;
  box-shadow: none !important;
  cursor: not-allowed;
}

body.ts-home-polish [data-ts-section="hero"] button > div.absolute {
  background: linear-gradient(90deg, var(--ts-primary), var(--ts-primary-hover), var(--ts-primary)) !important;
}

body.ts-home-polish [data-ts-section="hero"] button :where(span, svg),
body.ts-home-polish [data-ts-section="services"] button :where(span, svg),
body.ts-home-polish [data-ts-section="destinations"] > div > div:last-child a :where(span, svg),
body.ts-home-polish [data-ts-section="attractions"] > div > div:last-child a :where(span, svg),
body.ts-home-polish [data-ts-section="hotels"] > div > div:last-child a :where(span, svg),
body.ts-home-polish [data-ts-card="contact"] button[type="submit"] :where(span, svg) {
  color: #fff !important;
}

body.ts-home-polish [data-ts-section]:not([data-ts-section="hero"]) > div > div[class*="text-center"] > div:first-child span {
  color: var(--ts-primary) !important;
}

body.ts-home-polish [data-ts-section]:not([data-ts-section="hero"]) > div > div[class*="text-center"] > div:first-child svg {
  color: var(--ts-brand) !important;
}

body.ts-home-polish [data-ts-card="service"] > div:first-child > div:first-child {
  color: var(--ts-primary) !important;
  background: var(--ts-mint) !important;
}

body.ts-home-polish [data-ts-card="service"] > div:first-child > div:first-child svg {
  color: var(--ts-primary) !important;
}

body.ts-home-polish [data-ts-card="service"]:hover h3,
body.ts-home-polish [data-ts-card="hotel"] :where(.text-primary, [class*="text-primary"]),
body.ts-home-polish [data-ts-card="contact"] :where(.text-primary, [class*="text-primary"]) {
  color: var(--ts-primary) !important;
}

body.ts-home-polish [data-ts-card="destination"] .text-tropical-green {
  color: var(--ts-mint-strong) !important;
}

body.ts-home-polish [data-ts-card="attraction"] .text-tropical-green {
  color: var(--ts-primary) !important;
}

body.ts-home-polish [data-ts-card="attraction"] > div.absolute.top-3 {
  color: var(--ts-ink) !important;
  border-color: var(--ts-line) !important;
  background: rgba(255, 255, 255, 0.94) !important;
}

body.ts-home-polish [data-ts-card="attraction"] > div.absolute.top-3 svg {
  color: var(--ts-brand) !important;
}

body.ts-home-polish [data-ts-card="hotel"] .fill-accent-orange,
body.ts-home-polish [data-ts-card="hotel"] .text-accent-orange {
  color: var(--ts-rating) !important;
  fill: var(--ts-rating) !important;
  opacity: 1;
}

body.ts-home-polish [data-ts-card="hotel"] h3,
body.ts-home-polish [data-ts-card="contact"] :where(h2, label) {
  color: var(--ts-ink) !important;
}

body.ts-home-polish [data-ts-card="service"],
body.ts-home-polish [data-ts-card="attraction"],
body.ts-home-polish [data-ts-card="testimonial"],
body.ts-home-polish [data-ts-card="hotel"],
body.ts-home-polish [data-ts-card="contact"] {
  border-color: var(--ts-line) !important;
}

body.ts-home-polish [data-ts-card="contact"] :where(input, select, textarea):focus {
  border-color: var(--ts-primary) !important;
  box-shadow: 0 0 0 3px rgba(24, 159, 162, 0.18) !important;
}

body.ts-home-polish [data-ts-card="contact"] [class*="bg-tropical-green"] {
  color: var(--ts-success) !important;
  background: rgba(37, 106, 78, 0.08) !important;
  border-color: rgba(37, 106, 78, 0.24) !important;
}

body.ts-home-polish [data-ts-card="contact"] {
  border-color: rgba(42, 116, 118, 0.14) !important;
  background: var(--ts-surface) !important;
}

body.ts-home-polish .ts-contact-panel h2 {
  color: var(--ts-ink) !important;
}

body.ts-home-polish [data-ts-card="contact"] form label {
  color: var(--ts-ink) !important;
}

body.ts-home-polish [data-ts-card="contact"] :where(input, select, textarea) {
  color: var(--ts-ink) !important;
  background: var(--ts-surface-soft) !important;
}

body.ts-home-polish [data-ts-card="contact"] button[type="submit"] {
  color: #fff !important;
  background-color: var(--ts-primary) !important;
  background-image: none !important;
  border-color: transparent !important;
  box-shadow: 0 12px 26px rgba(42, 116, 118, 0.16) !important;
}

body.ts-home-polish [data-ts-card="contact"] button[type="submit"]:hover {
  color: #fff !important;
  background-color: var(--ts-primary-hover) !important;
  background-image: none !important;
}

body.ts-home-polish [data-ts-card="contact"] button[type="submit"] :where(span, svg) {
  color: #fff !important;
}

body.ts-home-polish :where(a, button, input, select, textarea, summary):focus-visible {
  outline: 3px solid var(--ts-primary) !important;
  outline-offset: 3px;
}

body.ts-home-polish button[aria-label="תפריט צד"] {
  color: #fff !important;
  background: var(--ts-primary) !important;
}

body.ts-home-polish button[aria-label="תפריט צד"]:hover {
  background: var(--ts-primary-hover) !important;
}

body.ts-home-polish button[aria-label="תפריט צד"] + div .bg-primary.text-white {
  color: var(--ts-primary) !important;
  background: var(--ts-mint) !important;
}

body.ts-home-polish button[aria-label="תפריט צד"] + div .text-primary {
  color: var(--ts-primary) !important;
}

body.ts-home-polish button[aria-label="תפריט צד"] + div nav a:not(.bg-primary):hover {
  color: var(--ts-primary) !important;
  background: var(--ts-mint) !important;
}

body.ts-home-polish button[aria-label="תפריט צד"] + div a[href="/contact/"],
body.ts-home-polish button[aria-label="תפריט צד"] + div a[href="/contact/"]:hover {
  color: #fff !important;
  background: var(--ts-primary) !important;
}

body.ts-home-polish button[aria-label="תפריט צד"] + div a[aria-label="פייסבוק"] {
  color: var(--ts-primary) !important;
  background: var(--ts-mint) !important;
}

body.ts-home-polish button[aria-label="תפריט צד"] + div a[aria-label="פייסבוק"]:hover {
  color: #fff !important;
  background: var(--ts-primary) !important;
}

body.ts-home-polish #root [data-ts-section="hotels"] + .ts-guides-section {
  padding-top: clamp(10px, 0.85vw, 24px) !important;
}

@media (max-width: 767px) {
  body.ts-home-polish #root [data-ts-section="hotels"] + .ts-guides-section {
    padding-top: 18px !important;
  }
}

body.ts-home-polish button[aria-label="תפריט צד"] + div a[aria-label="וואטסאפ"] {
  color: var(--ts-whatsapp) !important;
  background: var(--ts-whatsapp-soft) !important;
}

body.ts-home-polish button[aria-label="תפריט צד"] + div a[aria-label="וואטסאפ"]:hover {
  color: #fff !important;
  background: var(--ts-whatsapp) !important;
}

body.ts-home-polish #root > astro-island > div > div.fixed.bottom-8.right-8 > [aria-label="תפריט נגישות"],
body.ts-home-polish #root > astro-island > div > div.fixed.bottom-8.right-8 > [aria-label="צור קשר בוואטסאפ"] {
  border: 1px solid var(--ts-line) !important;
  background: rgba(255, 255, 255, 0.96) !important;
  box-shadow: 0 10px 28px rgba(42, 116, 118, 0.13) !important;
}

body.ts-home-polish #root > astro-island > div > div.fixed.bottom-8.right-8 > [aria-label="תפריט נגישות"] {
  color: var(--ts-primary) !important;
}

body.ts-home-polish #root > astro-island > div > div.fixed.bottom-8.right-8 > [aria-label="תפריט נגישות"]:hover {
  color: var(--ts-primary-hover) !important;
  background: var(--ts-mint) !important;
}

body.ts-home-polish #root > astro-island > div > div.fixed.bottom-8.right-8 > [aria-label="צור קשר בוואטסאפ"] {
  color: var(--ts-whatsapp) !important;
}

body.ts-home-polish #root > astro-island > div > div.fixed.bottom-8.right-8 > [aria-label="צור קשר בוואטסאפ"]:hover {
  background: var(--ts-whatsapp-soft) !important;
}

@media (min-width: 1024px) {
  body.ts-home-polish [data-ts-footer-inner] {
    padding-top: 64px !important;
    padding-bottom: 32px !important;
  }

  body.ts-home-polish [data-ts-footer-grid] {
    margin-bottom: 40px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.ts-home-polish *,
  body.ts-home-polish *::before,
  body.ts-home-polish *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
