.dynamic-trekking-section {
  position: relative;
  overflow: hidden;
  padding: 55px 0 62px;
  background:
    radial-gradient(circle at 90% 10%, rgba(245, 182, 46, 0.11), transparent 29%),
    linear-gradient(135deg, #063e33 0%, #00513f 55%, #063e33 100%);
}

.dynamic-trekking-section::before {
  content: "";
  position: absolute;
  left: -90px;
  bottom: -130px;
  width: 310px;
  height: 310px;
  border: 45px solid rgba(255, 255, 255, 0.035);
  border-radius: 50%;
}

.trekking-title-row {
  position: relative;
  z-index: 2;
  align-items: flex-end;
  margin-bottom: 24px;
}

.trekking-section-intro {
  max-width: 590px;
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  line-height: 1.75;
}

.trekking-heading-actions {
  display: flex;
  align-items: center;
  gap: 13px;
}

.trekking-slider-buttons {
  display: flex;
  gap: 8px;
}

.trekking-circle-button {
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(245, 182, 46, 0.72);
  border-radius: 50%;
  color: #f5b62e;
  background: transparent;
  cursor: pointer;
  transition: color 0.2s ease, background 0.2s ease, opacity 0.2s ease;
}

.trekking-circle-button:hover:not(:disabled) {
  color: #063e33;
  background: #f5b62e;
}

.trekking-circle-button:disabled {
  opacity: 0.32;
  cursor: not-allowed;
}

.trekking-carousel-track {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  padding: 4px 3px 16px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  overscroll-behavior-inline: contain;
}

.trekking-carousel-track::-webkit-scrollbar {
  display: none;
}

.dynamic-trek-card {
  flex: 0 0 calc((100% - 54px) / 4);
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(245, 182, 46, 0.78);
  border-radius: 13px;
  background: rgba(2, 63, 49, 0.78);
  box-shadow: 0 14px 35px rgba(0, 25, 19, 0.2);
  scroll-snap-align: start;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.dynamic-trek-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 45px rgba(0, 25, 19, 0.28);
}

.dynamic-trek-image {
  position: relative;
  display: block;
  height: 185px;
  overflow: hidden;
  background: #1b5b4c;
}

.dynamic-trek-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.dynamic-trek-card:hover .dynamic-trek-image img {
  transform: scale(1.06);
}

.dynamic-trek-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 32, 24, 0.04) 35%, rgba(0, 36, 27, 0.72) 100%);
}

.dynamic-trek-duration,
.dynamic-trek-featured {
  position: absolute;
  top: 11px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 27px;
  padding: 0 9px;
  border-radius: 999px;
  font-size: 8px;
  font-weight: 800;
  backdrop-filter: blur(6px);
}

.dynamic-trek-duration {
  left: 11px;
  color: #fff;
  background: rgba(0, 57, 43, 0.83);
}

.dynamic-trek-featured {
  right: 11px;
  color: #063e33;
  background: #f5b62e;
}

.dynamic-trek-content {
  padding: 14px;
}

.dynamic-trek-location {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #f8d175;
  font-size: 8px;
}

.dynamic-trek-content h3 {
  min-height: 48px;
  margin: 6px 0 10px;
  color: #fff;
  font-size: 16px;
  line-height: 1.42;
}

.dynamic-trek-content h3 a {
  color: inherit;
}

.dynamic-trek-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.dynamic-trek-meta span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 7px;
}

.dynamic-trek-meta i {
  color: #f5b62e;
}

.dynamic-trek-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
  padding-top: 12px;
}

.dynamic-trek-footer small,
.dynamic-trek-footer strong {
  display: block;
}

.dynamic-trek-footer small {
  color: rgba(255, 255, 255, 0.56);
  font-size: 7px;
}

.dynamic-trek-footer strong {
  margin-top: 2px;
  color: #fff;
  font-size: 13px;
}

.dynamic-trek-footer > a {
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #063e33;
  background: #f5b62e;
  transition: transform 0.2s ease;
}

.dynamic-trek-footer > a:hover {
  transform: translateX(3px);
}

.trekking-empty-state {
  display: grid;
  justify-items: center;
  padding: 42px 20px;
  border: 1px dashed rgba(245, 182, 46, 0.55);
  border-radius: 14px;
  color: rgba(255, 255, 255, 0.72);
  text-align: center;
}

.trekking-empty-state > span {
  width: 55px;
  height: 55px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #063e33;
  background: #f5b62e;
  font-size: 20px;
}

.trekking-empty-state h3 {
  margin: 12px 0 5px;
  color: #fff;
  font-size: 17px;
}

.trekking-empty-state p {
  max-width: 560px;
  margin: 0;
  font-size: 10px;
  line-height: 1.7;
}

.google-reviews-section {
  padding: 68px 0;
  background:
    radial-gradient(circle at 7% 8%, rgba(66, 133, 244, 0.08), transparent 26%),
    #fff;
}

.google-reviews-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(430px, 1.12fr);
  gap: 42px;
  align-items: center;
}

.google-brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  padding: 9px 13px;
  margin-bottom: 22px;
  border: 1px solid #e1e6e4;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(16, 34, 29, 0.05);
}

.google-g,
.google-mini-logo,
.google-button-g {
  display: grid;
  place-items: center;
  font-family: Arial, sans-serif;
  font-weight: 800;
}

.google-g {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  color: #4285f4;
  background: #f5f8ff;
  font-size: 22px;
}

.google-brand-lockup small,
.google-brand-lockup strong {
  display: block;
}

.google-brand-lockup small {
  color: #7b8782;
  font-size: 8px;
}

.google-brand-lockup strong {
  margin-top: 2px;
  color: #28342f;
  font-size: 12px;
}

.google-reviews-copy h2 {
  max-width: 610px;
  margin: 8px 0 14px;
  color: #063e33;
  font-size: clamp(31px, 4vw, 48px);
  line-height: 1.12;
  letter-spacing: -1.2px;
}

.google-reviews-description {
  max-width: 610px;
  margin: 0;
  color: #63716c;
  font-size: 13px;
  line-height: 1.85;
}

.google-review-benefits {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.google-review-benefits span {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #35443e;
  font-size: 10px;
  font-weight: 650;
}

.google-review-benefits i {
  color: #34a853;
}

.google-review-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 25px;
}

.google-review-primary,
.google-review-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 10px;
  font-size: 9px;
  font-weight: 800;
}

.google-review-primary {
  color: #fff;
  background: #1f1f1f;
}

.google-review-primary:hover {
  color: #fff;
  background: #4285f4;
}

.google-button-g {
  width: 22px;
  height: 22px;
  border-radius: 6px;
  color: #4285f4;
  background: #fff;
  font-size: 13px;
}

.google-review-secondary {
  color: #063e33;
  border: 1px solid #dce4e1;
  background: #fff;
}

.google-profile-embed-card {
  overflow: hidden;
  border: 1px solid #dde6e2;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 22px 60px rgba(16, 34, 29, 0.12);
}

.google-profile-card-top,
.google-profile-card-bottom {
  display: flex;
  align-items: center;
}

.google-profile-card-top {
  gap: 11px;
  padding: 15px 17px;
}

.google-mini-logo {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  border-radius: 10px;
  color: #4285f4;
  background: #f2f6ff;
  font-size: 19px;
}

.google-profile-card-top div:nth-child(2) {
  flex: 1;
}

.google-profile-card-top strong,
.google-profile-card-top span {
  display: block;
}

.google-profile-card-top strong {
  color: #1f2925;
  font-size: 11px;
}

.google-profile-card-top span {
  margin-top: 2px;
  color: #7c8984;
  font-size: 8px;
}

.google-profile-card-top > i {
  color: #ea4335;
}

.google-map-frame {
  height: 340px;
  background: #edf2f0;
}

.google-map-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.google-profile-card-bottom {
  justify-content: space-between;
  gap: 14px;
  padding: 15px 17px;
}

.google-stars {
  display: block;
  color: #fbbc04;
  font-size: 14px;
  letter-spacing: 1px;
}

.google-profile-card-bottom small {
  display: block;
  margin-top: 3px;
  color: #7d8984;
  font-size: 7px;
}

.google-profile-card-bottom > a {
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  flex: 0 0 39px;
  border-radius: 50%;
  color: #fff;
  background: #4285f4;
}

.homepage-contact-section {
  position: relative;
  overflow: hidden;
  padding: 68px 0;
  color: #fff;
  background:
    radial-gradient(circle at 100% 0%, rgba(245, 182, 46, 0.12), transparent 34%),
    linear-gradient(135deg, #042f27, #064d3e 58%, #033128);
}

.homepage-contact-section::before {
  content: "";
  position: absolute;
  right: -130px;
  bottom: -160px;
  width: 390px;
  height: 390px;
  border: 58px solid rgba(255, 255, 255, 0.035);
  border-radius: 50%;
}

.homepage-contact-heading {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 25px;
  margin-bottom: 27px;
}

.homepage-contact-heading h2 {
  margin: 7px 0 8px;
  color: #fff;
  font-size: clamp(29px, 4vw, 43px);
}

.homepage-contact-heading > div > p:last-child {
  max-width: 650px;
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 11px;
  line-height: 1.75;
}

.homepage-whatsapp-highlight {
  display: grid;
  grid-template-columns: 43px minmax(0, 1fr) auto;
  align-items: center;
  gap: 11px;
  min-width: 300px;
  padding: 14px;
  border: 1px solid rgba(37, 211, 102, 0.45);
  border-radius: 15px;
  color: #fff;
  background: linear-gradient(135deg, rgba(37, 211, 102, 0.23), rgba(37, 211, 102, 0.08));
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.13);
  transition: transform 0.2s ease;
}

.homepage-whatsapp-highlight:hover {
  color: #fff;
  transform: translateY(-3px);
}

.homepage-whatsapp-highlight > i:first-child {
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: #053b2f;
  background: #25d366;
  font-size: 22px;
}

.homepage-whatsapp-highlight small,
.homepage-whatsapp-highlight strong {
  display: block;
}

.homepage-whatsapp-highlight small {
  color: rgba(255, 255, 255, 0.62);
  font-size: 7px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

.homepage-whatsapp-highlight strong {
  margin-top: 3px;
  font-size: 11px;
}

.homepage-contact-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(430px, 1.1fr);
  gap: 22px;
  align-items: start;
}

.homepage-contact-information {
  display: grid;
  gap: 15px;
}

.homepage-contact-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.homepage-contact-card {
  display: flex;
  align-items: center;
  gap: 11px;
  min-height: 90px;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  color: #fff;
  background: rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(8px);
}

.homepage-contact-card:hover {
  color: #fff;
  border-color: rgba(245, 182, 46, 0.45);
}

.homepage-contact-card > span {
  width: 41px;
  height: 41px;
  display: grid;
  place-items: center;
  flex: 0 0 41px;
  border-radius: 12px;
  color: #063e33;
  background: #f5b62e;
}

.homepage-contact-card small,
.homepage-contact-card strong {
  display: block;
}

.homepage-contact-card small {
  color: rgba(255, 255, 255, 0.58);
  font-size: 7px;
}

.homepage-contact-card strong {
  margin-top: 4px;
  overflow-wrap: anywhere;
  font-size: 10px;
  line-height: 1.5;
}

.homepage-social-panel,
.travel-platform-panel {
  padding: 17px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(8px);
}

.homepage-social-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.homepage-social-panel h3,
.travel-platform-panel h3 {
  margin: 4px 0 0;
  color: #fff;
  font-size: 14px;
}

.homepage-social-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.homepage-social-buttons a {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: #fff;
  font-size: 15px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.homepage-social-buttons a:hover {
  color: #fff;
  transform: translateY(-3px);
  opacity: 0.9;
}

.social-instagram { background: linear-gradient(135deg, #833ab4, #fd1d1d, #fcb045); }
.social-facebook { background: #1877f2; }
.social-youtube { background: #ff0000; }
.social-tiktok { background: #111; }
.social-linkedin { background: #0a66c2; }
.social-whatsapp { background: #25d366; }

.travel-platform-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 13px;
}

.travel-platform-card {
  display: grid;
  grid-template-columns: 43px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  min-height: 74px;
  padding: 11px;
  border-radius: 12px;
  color: #16322a;
  background: #fff;
  transition: transform 0.2s ease;
}

.travel-platform-card:hover {
  color: #16322a;
  transform: translateY(-3px);
}

.travel-platform-card > div strong,
.travel-platform-card > div small {
  display: block;
}

.travel-platform-card > div strong {
  font-size: 11px;
}

.travel-platform-card > div small {
  margin-top: 3px;
  color: #7b8782;
  font-size: 7px;
}

.travel-platform-card > i {
  color: #82908b;
  font-size: 9px;
}

.tripadvisor-mark,
.getyourguide-mark {
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  position: relative;
  border-radius: 11px;
}

.tripadvisor-mark {
  background: #eafbf4;
}

.tripadvisor-mark i {
  position: absolute;
  top: 13px;
  width: 14px;
  height: 14px;
  border: 4px solid #111;
  border-radius: 50%;
  background: #fff;
}

.tripadvisor-mark i:first-child { left: 7px; }
.tripadvisor-mark i:nth-child(2) { right: 7px; }

.tripadvisor-mark b {
  position: absolute;
  top: 7px;
  width: 20px;
  height: 7px;
  border-top: 3px solid #34e0a1;
  border-radius: 50%;
}

.getyourguide-mark {
  color: #fff;
  background: #ff5533;
  font-size: 17px;
}

.homepage-contact-form-card {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 19px;
  color: #20312b;
  background: #fff;
  box-shadow: 0 22px 55px rgba(0, 20, 15, 0.18);
}

.homepage-form-heading {
  display: flex;
  align-items: center;
  gap: 11px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e4ebe8;
}

.homepage-form-heading > span {
  width: 45px;
  height: 45px;
  display: grid;
  place-items: center;
  flex: 0 0 45px;
  border-radius: 13px;
  color: #063e33;
  background: #f5b62e;
  font-size: 17px;
}

.homepage-form-heading h3 {
  margin: 3px 0 0;
  color: #063e33;
  font-size: 18px;
}

.homepage-contact-form {
  margin-top: 17px;
}

.homepage-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.homepage-form-grid label {
  display: grid;
  gap: 6px;
}

.homepage-form-grid label.full {
  grid-column: 1 / -1;
}

.homepage-form-grid label > span {
  color: #3d4d47;
  font-size: 8px;
  font-weight: 700;
}

.homepage-form-grid input,
.homepage-form-grid textarea {
  width: 100%;
  border: 1px solid #dce5e1;
  border-radius: 10px;
  color: #1e2e28;
  background: #f9fbfa;
  outline: none;
  font-family: inherit;
  font-size: 9px;
}

.homepage-form-grid input {
  min-height: 43px;
  padding: 0 11px;
}

.homepage-form-grid textarea {
  padding: 11px;
  resize: vertical;
  line-height: 1.6;
}

.homepage-form-grid input:focus,
.homepage-form-grid textarea:focus {
  border-color: #08715a;
  box-shadow: 0 0 0 4px rgba(8, 113, 90, 0.07);
}

.homepage-contact-submit {
  width: 100%;
  min-height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-top: 13px;
  border: 0;
  border-radius: 10px;
  color: #063e33;
  background: #f5b62e;
  cursor: pointer;
  font-family: inherit;
  font-size: 10px;
  font-weight: 800;
}

.homepage-contact-submit:hover {
  background: #ffc747;
}

.homepage-form-note {
  margin: 10px 0 0;
  color: #7a8782;
  font-size: 7px;
  text-align: center;
}

.homepage-form-note i {
  color: #08715a;
}

@media (max-width: 1080px) {
  .dynamic-trek-card { flex-basis: calc((100% - 36px) / 3); }
  .google-reviews-grid,
  .homepage-contact-grid { grid-template-columns: 1fr; }
  .google-profile-embed-card { max-width: 760px; }
}

@media (max-width: 820px) {
  .dynamic-trek-card { flex-basis: calc((100% - 18px) / 2); }
  .trekking-title-row,
  .homepage-contact-heading {
    align-items: flex-start;
    flex-direction: column;
  }
  .homepage-whatsapp-highlight {
    min-width: 0;
    width: 100%;
  }
  .homepage-contact-cards { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .dynamic-trekking-section,
  .google-reviews-section,
  .homepage-contact-section { padding: 48px 0; }
  .trekking-heading-actions {
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
  }
  .dynamic-trek-card { flex-basis: 86%; }
  .google-reviews-grid { gap: 28px; }
  .google-map-frame { height: 280px; }
  .homepage-social-panel {
    align-items: flex-start;
    flex-direction: column;
  }
  .travel-platform-grid,
  .homepage-form-grid { grid-template-columns: 1fr; }
  .homepage-form-grid label.full { grid-column: auto; }
}
