.elementor-564 .elementor-element.elementor-element-a4a0e28{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-564 .elementor-element.elementor-element-292b903{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-564 .elementor-element.elementor-element-8e17245{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-4f58151 *//* ===== RESET / BASE ===== */
.tgh-w1 *, .tgh-w1 *::before, .tgh-w1 *::after { box-sizing: border-box; margin: 0; padding: 0; }
.tgh-w1 { font-family: 'Barlow', sans-serif; color: #111; }
.tgh-w1 a { text-decoration: none; }
.tgh-w1 img { max-width: 100%; display: block; }

/* ===== SHARED ===== */
.tgh-label {
  display: inline-block;
  background: #FF6D00;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 5px 14px;
  clip-path: polygon(6px 0%, 100% 0%, calc(100% - 6px) 100%, 0% 100%);
  margin-bottom: 14px;
}
.tgh-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #FF6D00;
  color: #fff;
  font-family: 'Barlow', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 14px 28px;
  clip-path: polygon(8px 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%);
  transition: background 0.25s;
  border: none;
  cursor: pointer;
}
.tgh-btn-primary:hover { background: #e06000; color: #fff; }
.tgh-btn-dark {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #111;
  color: #fff;
  font-family: 'Barlow', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 14px 28px;
  clip-path: polygon(8px 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%);
  transition: background 0.25s;
}
.tgh-btn-dark:hover { background: #FF6D00; color: #fff; }
.tgh-btn-wa {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #25D366;
  color: #fff;
  font-family: 'Barlow', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 14px 28px;
  clip-path: polygon(8px 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%);
  transition: background 0.25s;
}
.tgh-btn-wa:hover { background: #1ebe5d; color: #fff; }

/* ===== HERO ===== */
.tgh-hero {
  background: #111;
  position: relative;
  overflow: hidden;
  padding: 80px 0 70px;
}
.tgh-hero::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: #FF6D00;
}
.tgh-hero__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.tgh-hero__breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  font-size: 12px;
  color: #888;
}
.tgh-hero__breadcrumb a { color: #888; transition: color 0.2s; }
.tgh-hero__breadcrumb a:hover { color: #FF6D00; }
.tgh-hero__breadcrumb i { font-size: 9px; color: #555; }
.tgh-hero__label {
  display: inline-block;
  background: #FF6D00;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 5px 14px;
  clip-path: polygon(6px 0%, 100% 0%, calc(100% - 6px) 100%, 0% 100%);
  margin-bottom: 16px;
}
.tgh-hero h1 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(42px, 6vw, 70px);
  font-weight: 400;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
}
.tgh-hero h1 span { color: #FF6D00; display: block; }
.tgh-hero__sub {
  font-size: 16px;
  font-weight: 300;
  color: #bbb;
  line-height: 1.7;
  margin-bottom: 32px;
  max-width: 480px;
}
.tgh-hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 36px;
}
.tgh-hero__perks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.tgh-hero__perk {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  padding: 12px 14px;
}
.tgh-hero__perk i {
  color: #FF6D00;
  font-size: 16px;
  width: 20px;
  text-align: center;
  flex-shrink: 0;
}
.tgh-hero__perk span {
  font-size: 12.5px;
  font-weight: 500;
  color: #ddd;
  letter-spacing: 0.02em;
}
/* Hero right — image/stats panel */
.tgh-hero__right {
  position: relative;
}
.tgh-hero__img-wrap {
  position: relative;
  overflow: hidden;
}
.tgh-hero__img-wrap::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 4px; height: 100%;
  background: #FF6D00;
  z-index: 2;
}
.tgh-hero__img-wrap img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  filter: brightness(0.75);
}
.tgh-hero__img-overlay {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 24px;
  background: linear-gradient(to top, rgba(0,0,0,0.85), transparent);
  display: flex;
  gap: 20px;
}
.tgh-hero__stat { text-align: center; }
.tgh-hero__stat-val {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 32px;
  color: #FF6D00;
  line-height: 1;
}
.tgh-hero__stat-lbl {
  font-size: 11px;
  color: #ccc;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-top: 2px;
}

/* ===== WHY SECTION ===== */
.tgh-why {
  background: #fff;
  padding: 90px 0;
}
.tgh-why__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: start;
}
.tgh-why__left h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 400;
  color: #111;
  line-height: 1.05;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
}
.tgh-why__left h2 span { color: #FF6D00; }
.tgh-why__left p {
  font-size: 15px;
  font-weight: 300;
  color: #555;
  line-height: 1.75;
  margin-bottom: 16px;
}
.tgh-why__left p a {
  color: #FF6D00;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.tgh-why__facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: #e8e8e8;
  border: 1px solid #e8e8e8;
  margin-top: 32px;
}
.tgh-why__fact {
  background: #fff;
  padding: 20px 16px;
  text-align: center;
}
.tgh-why__fact-val {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 30px;
  color: #FF6D00;
  line-height: 1;
}
.tgh-why__fact-lbl {
  font-size: 11px;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  margin-top: 4px;
}
/* Surf spots right column */
.tgh-why__spots {
  background: #f8f8f8;
  border-top: 3px solid #FF6D00;
  padding: 32px;
}
.tgh-why__spots h3 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #111;
  letter-spacing: 0.03em;
  margin-bottom: 20px;
}
.tgh-why__spot-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 24px;
}
.tgh-why__spot-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding-bottom: 14px;
  border-bottom: 1px solid #e8e8e8;
}
.tgh-why__spot-list li:last-child { border-bottom: none; padding-bottom: 0; }
.tgh-why__spot-list li i {
  color: #FF6D00;
  font-size: 14px;
  margin-top: 3px;
  flex-shrink: 0;
}
.tgh-why__spot-list li strong {
  display: block;
  font-size: 13.5px;
  font-weight: 600;
  color: #111;
  margin-bottom: 2px;
}
.tgh-why__spot-list li span {
  font-size: 12.5px;
  color: #777;
  font-weight: 300;
}
.tgh-why__season {
  background: #111;
  color: #ccc;
  font-size: 12.5px;
  padding: 14px 16px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.6;
}
.tgh-why__season i { color: #FF6D00; margin-top: 2px; flex-shrink: 0; }
.tgh-why__season strong { color: #fff; }

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  .tgh-hero__inner { grid-template-columns: 1fr; gap: 40px; }
  .tgh-hero__right { display: none; }
  .tgh-why__inner { grid-template-columns: 1fr; gap: 40px; }
  .tgh-why__facts { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .tgh-hero { padding: 60px 0 50px; }
  .tgh-why { padding: 60px 0; }
  .tgh-hero__perks { grid-template-columns: 1fr; }
  .tgh-hero__cta { flex-direction: column; }
  .tgh-why__facts { grid-template-columns: repeat(2, 1fr); }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a2ca7e4 */.tgh-w2 *, .tgh-w2 *::before, .tgh-w2 *::after { box-sizing: border-box; margin: 0; padding: 0; }
.tgh-w2 { font-family: 'Barlow', sans-serif; color: #111; }
.tgh-w2 a { text-decoration: none; }
.tgh-w2 img { max-width: 100%; display: block; }

.tgh-w2 .tgh-label {
  display: inline-block;
  background: #FF6D00;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 5px 14px;
  clip-path: polygon(6px 0%, 100% 0%, calc(100% - 6px) 100%, 0% 100%);
  margin-bottom: 14px;
}
.tgh-w2 .tgh-section-intro {
  text-align: center;
  margin-bottom: 52px;
}
.tgh-w2 .tgh-section-intro h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 400;
  color: #111;
  line-height: 1.05;
  letter-spacing: 0.02em;
  margin-bottom: 12px;
}
.tgh-w2 .tgh-section-intro h2.light { color: #fff; }
.tgh-w2 .tgh-section-intro p { font-size: 15px; font-weight: 300; color: #666; max-width: 560px; margin: 0 auto; line-height: 1.7; }
.tgh-w2 .tgh-section-intro p.light { color: #aaa; }

/* ===== DELIVERY HOW IT WORKS ===== */
.tgh-delivery {
  background: #111;
  padding: 90px 0;
}
.tgh-delivery__inner { max-width: 1240px; margin: 0 auto; padding: 0 24px; }
.tgh-delivery .tgh-section-intro h2 { color: #fff; }
.tgh-delivery .tgh-section-intro p { color: #aaa; }
.tgh-delivery__steps {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  align-items: start;
  gap: 0;
  margin-bottom: 40px;
}
.tgh-delivery__step {
  background: #1a1a1a;
  border: 1px solid #2a2a2a;
  border-top: 3px solid #FF6D00;
  padding: 28px 22px;
  text-align: center;
}
.tgh-delivery__num {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 42px;
  color: #FF6D00;
  line-height: 1;
  margin-bottom: 10px;
}
.tgh-delivery__icon { font-size: 22px; color: #555; margin-bottom: 12px; }
.tgh-delivery__step h3 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.03em;
  margin-bottom: 8px;
}
.tgh-delivery__step p { font-size: 13px; color: #888; font-weight: 300; line-height: 1.6; }
.tgh-delivery__arrow { display: flex; align-items: center; justify-content: center; padding: 0 12px; color: #FF6D00; font-size: 18px; margin-top: 40px; }
.tgh-delivery__note {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: rgba(255,109,0,0.1);
  border: 1px solid rgba(255,109,0,0.25);
  padding: 16px 20px;
  font-size: 13.5px;
  color: #aaa;
  line-height: 1.6;
}
.tgh-delivery__note i { color: #FF6D00; font-size: 16px; margin-top: 2px; flex-shrink: 0; }
.tgh-delivery__note a { color: #FF6D00; font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }

/* ===== FLEET PREVIEW ===== */
.tgh-fleet {
  background: #f8f8f8;
  padding: 90px 0;
}
.tgh-fleet__inner { max-width: 1240px; margin: 0 auto; padding: 0 24px; }
.tgh-fleet__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 36px;
}
.tgh-fleet__card {
  background: #fff;
  border: 1px solid #e8e8e8;
  overflow: hidden;
  transition: box-shadow 0.3s, transform 0.3s;
}
.tgh-fleet__card:hover { box-shadow: 0 10px 36px rgba(0,0,0,0.09); transform: translateY(-4px); }
.tgh-fleet__card img { width: 100%; height: 180px; object-fit: cover; }
.tgh-fleet__card-body { padding: 20px; }
.tgh-fleet__card-body h3 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #111;
  letter-spacing: 0.03em;
  margin-bottom: 4px;
}
.tgh-fleet__cat { font-size: 11px; color: #999; text-transform: uppercase; letter-spacing: 0.07em; margin-bottom: 10px; }
.tgh-fleet__card-body p { font-size: 13px; color: #666; font-weight: 300; line-height: 1.6; margin-bottom: 14px; }
.tgh-fleet__price {
  font-size: 13px;
  color: #888;
  padding-top: 12px;
  border-top: 1px solid #f0f0f0;
}
.tgh-fleet__price strong {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 26px;
  color: #111;
  font-weight: 400;
}
.tgh-fleet__cta { text-align: center; }
.tgh-fleet__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 2px solid #111;
  color: #111;
  font-family: 'Barlow', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 13px 32px;
  clip-path: polygon(8px 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%);
  transition: all 0.25s;
}
.tgh-fleet__btn:hover { background: #FF6D00; border-color: #FF6D00; color: #fff; }

/* ===== DESTINATIONS ===== */
.tgh-destinations {
  background: #fff;
  padding: 90px 0;
}
.tgh-destinations__inner { max-width: 1240px; margin: 0 auto; padding: 0 24px; }
.tgh-destinations__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 24px;
}
.tgh-destinations__card {
  border: 1px solid #e8e8e8;
  padding: 28px 24px;
  position: relative;
  transition: border-color 0.25s, box-shadow 0.25s;
}
.tgh-destinations__card:hover { border-color: #FF6D00; box-shadow: 0 6px 24px rgba(255,109,0,0.08); }
.tgh-destinations__icon { color: #FF6D00; font-size: 20px; margin-bottom: 12px; }
.tgh-destinations__card h3 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #111;
  letter-spacing: 0.03em;
  margin-bottom: 6px;
}
.tgh-destinations__dist {
  display: inline-block;
  background: #111;
  color: #FF6D00;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 3px 10px;
  margin-bottom: 10px;
}
.tgh-destinations__card p { font-size: 13px; color: #666; font-weight: 300; line-height: 1.65; margin-bottom: 12px; }
.tgh-destinations__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  color: #FF6D00;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.tgh-destinations__link:hover { text-decoration: underline; }
.tgh-destinations__note {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f8f8f8;
  border-left: 3px solid #FF6D00;
  padding: 14px 18px;
  font-size: 13px;
  color: #666;
}
.tgh-destinations__note i { color: #FF6D00; flex-shrink: 0; }

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  .tgh-delivery__steps { grid-template-columns: 1fr 1fr; }
  .tgh-delivery__arrow { display: none; }
  .tgh-fleet__grid { grid-template-columns: 1fr 1fr; }
  .tgh-destinations__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .tgh-delivery { padding: 60px 0; }
  .tgh-fleet { padding: 60px 0; }
  .tgh-destinations { padding: 60px 0; }
  .tgh-delivery__steps { grid-template-columns: 1fr; }
  .tgh-fleet__grid { grid-template-columns: 1fr; }
  .tgh-destinations__grid { grid-template-columns: 1fr; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d1d8989 */.tgh-w3 *, .tgh-w3 *::before, .tgh-w3 *::after { box-sizing: border-box; margin: 0; padding: 0; }
.tgh-w3 { font-family: 'Barlow', sans-serif; color: #111; }
.tgh-w3 a { text-decoration: none; }

.tgh-w3 .tgh-label {
  display: inline-block;
  background: #FF6D00;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 5px 14px;
  clip-path: polygon(6px 0%, 100% 0%, calc(100% - 6px) 100%, 0% 100%);
  margin-bottom: 14px;
}
.tgh-w3 .tgh-section-intro {
  text-align: center;
  margin-bottom: 52px;
}
.tgh-w3 .tgh-section-intro h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 400;
  color: #111;
  line-height: 1.05;
  letter-spacing: 0.02em;
  margin-bottom: 12px;
}
.tgh-w3 .tgh-section-intro p { font-size: 15px; font-weight: 300; color: #666; max-width: 560px; margin: 0 auto; line-height: 1.7; }

/* ===== FAQ ===== */
.tgh-faq {
  background: #f8f8f8;
  padding: 90px 0;
}
.tgh-faq__inner { max-width: 1240px; margin: 0 auto; padding: 0 24px; }
.tgh-faq__cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.tgh-faq__item {
  background: #fff;
  border: 1px solid #e8e8e8;
  margin-bottom: 8px;
  cursor: pointer;
  transition: border-color 0.25s;
}
.tgh-faq__item:hover { border-color: #FF6D00; }
.tgh-faq__item.active { border-color: #FF6D00; }
.tgh-faq__q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  gap: 12px;
}
.tgh-faq__q h4 {
  font-size: 14px;
  font-weight: 600;
  color: #111;
  line-height: 1.4;
}
.tgh-faq__ico {
  width: 26px;
  height: 26px;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 11px;
  color: #555;
  transition: background 0.25s, color 0.25s, transform 0.25s;
}
.tgh-faq__item.active .tgh-faq__ico {
  background: #FF6D00;
  color: #fff;
  transform: rotate(45deg);
}
.tgh-faq__a {
  display: none;
  padding: 0 20px 18px;
}
.tgh-faq__item.active .tgh-faq__a { display: block; }
.tgh-faq__a p {
  font-size: 13.5px;
  color: #666;
  font-weight: 300;
  line-height: 1.7;
}
.tgh-faq__a p a {
  color: #FF6D00;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ===== CTA ===== */
.tgh-cta {
  background: #FF6D00;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.tgh-cta::before {
  content: '';
  position: absolute;
  top: -60px; right: -60px;
  width: 280px; height: 280px;
  border: 2px solid rgba(255,255,255,0.1);
  border-radius: 50%;
}
.tgh-cta::after {
  content: '';
  position: absolute;
  bottom: -80px; left: -40px;
  width: 200px; height: 200px;
  border: 2px solid rgba(255,255,255,0.07);
  border-radius: 50%;
}
.tgh-cta__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  position: relative;
  z-index: 1;
}
.tgh-cta__text h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 400;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.02em;
  margin-bottom: 14px;
}
.tgh-cta__text p {
  font-size: 15px;
  font-weight: 300;
  color: rgba(255,255,255,0.85);
  line-height: 1.65;
  max-width: 520px;
}
.tgh-cta__btns {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex-shrink: 0;
}
.tgh-cta__btn-book {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #111;
  color: #fff;
  font-family: 'Barlow', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 15px 28px;
  clip-path: polygon(8px 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%);
  transition: background 0.25s;
  white-space: nowrap;
}
.tgh-cta__btn-book:hover { background: #222; color: #fff; }
.tgh-cta__btn-wa {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #25D366;
  color: #fff;
  font-family: 'Barlow', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 15px 28px;
  clip-path: polygon(8px 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%);
  transition: background 0.25s;
  white-space: nowrap;
}
.tgh-cta__btn-wa:hover { background: #1ebe5d; color: #fff; }
.tgh-cta__phone {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,0.8);
  font-size: 13px;
  font-weight: 500;
  justify-content: center;
}
.tgh-cta__phone:hover { color: #fff; }
.tgh-cta__phone i { font-size: 14px; }

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  .tgh-faq__cols { grid-template-columns: 1fr; }
  .tgh-cta__inner { flex-direction: column; text-align: center; }
  .tgh-cta__btns { width: 100%; align-items: center; }
}
@media (max-width: 560px) {
  .tgh-faq { padding: 60px 0; }
  .tgh-cta { padding: 60px 0; }
}/* End custom CSS */