:root {
  --orange: #ff6b0f;
  --orange-dark: #ff5a00;
  --green: #0b9f5a;
  --green-dark: #047a44;
  --blue: #16a8f2;
  --purple: #ab4ee0;
  --pink: #ff4070;
  --gold: #f2a400;
  --text: #111827;
  --muted: #5f6472;
  --soft: #f5f6f8;
  --line: #e9edf2;
  --shadow: 0 12px 28px rgba(17, 24, 39, 0.10);
  --radius-lg: 26px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --container: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, Arial, Helvetica, sans-serif;
  color: var(--text);
  background: #ffffff;
  line-height: 1.4;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
button, input, select { font: inherit; }
.container {
  width: min(var(--container), calc(100% - 40px));
  margin: 0 auto;
}
.container-wide {
  width: min(1240px, calc(100% - 20px));
  margin: 0 auto;
}
.section { padding: 28px 0 0; }
.section-title h2,
.section-head h2,
.compact-head h2,
.news-column h2,
.testimonial-column h2 {
  margin: 0;
  font-size: clamp(1.8rem, 2vw, 2.2rem);
  line-height: 1.1;
  letter-spacing: -0.03em;
}
.title-underline {
  display: inline-block;
  width: 44px;
  height: 4px;
  margin-top: 10px;
  border-radius: 999px;
  background: var(--green);
}
.section-head,
.compact-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
}
.section-link {
  color: var(--orange);
  font-weight: 800;
  font-size: 0.95rem;
  white-space: nowrap;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #fff;
  border-bottom: 1px solid #ececec;
}
.header-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  gap: 22px;
}
.brand img {
  width: 135px;
  height: auto;
  object-fit: contain;
}
.main-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-left: auto;
}
.main-nav a {
  position: relative;
  font-size: 0.93rem;
  font-weight: 600;
  padding: 28px 0;
  color: #222;
}
.main-nav a.active::after,
.main-nav a:hover::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: var(--orange);
  border-radius: 999px;
}
.header-cta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 999px;
  font-weight: 800;
  transition: transform .2s ease, filter .2s ease, background .2s ease;
}
.header-cta {
  padding: 14px 22px;
  color: #fff;
  background: linear-gradient(135deg, var(--orange-dark), #ff8f24);
  white-space: nowrap;
  font-size: 0.92rem;
}
.header-cta:hover,
.btn:hover { transform: translateY(-1px); filter: brightness(0.98); }
.nav-toggle {
  display: none;
  margin-left: auto;
  padding: 6px;
  border: 0;
  background: transparent;
}
.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  margin: 5px 0;
  background: #111;
  border-radius: 99px;
}

.hero {
  position: relative;
  overflow: visible;
  min-height: 560px;
  background: #0b5f44;
}
.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 48, 28, 0.90) 0%, rgba(0, 72, 45, 0.70) 40%, rgba(0, 0, 0, 0.08) 78%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.10), rgba(0, 62, 35, 0.18));
}
.hero-content {
  position: relative;
  z-index: 2;
  padding-top: 48px;
  padding-bottom: 120px;
  min-height: 560px;
  display: flex;
  justify-content: space-between;
}
.hero-text {
  max-width: 560px;
  color: #fff;
}
.hero-text h1 {
  margin: 0;
  font-size: clamp(2.8rem, 4vw, 4.2rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
}
.hero-text h1 span {
  color: #ffb212;
  display: inline-block;
  margin-top: 10px;
}
.hero-text p {
  margin: 18px 0 22px;
  font-size: clamp(1.15rem, 1.8vw, 1.9rem);
  font-weight: 700;
}
.hero-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #fff;
  font-weight: 700;
}
.hero-highlights li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.hero-note {
  align-self: center;
  margin-top: 60px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  font-family: "Segoe Print", "Comic Sans MS", cursive;
  transform: rotate(-4deg);
  text-shadow: 0 3px 12px rgba(0, 0, 0, 0.35);
}
.hero-search-wrap {
  position: absolute;
  left: 50%;
  bottom: 36px;
  transform: translateX(-50%);
  z-index: 3;
  width: min(1120px, calc(100% - 40px));
}
.search-bar {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr auto;
  gap: 10px;
  background: #fff;
  padding: 10px;
  border-radius: 28px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.18);
}
.search-field {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 0 16px;
  border-radius: 14px;
  background: #f6f7f9;
  color: #8a909b;
}
.search-field input,
.search-field select {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: #3f4551;
}
.search-button {
  min-width: 180px;
  border: 0;
  color: #fff;
  font-weight: 800;
  background: linear-gradient(135deg, var(--orange-dark), #ff8a1e);
  border-radius: 14px;
  cursor: pointer;
  padding: 0 26px;
}
.hero-wave {
  position: absolute;
  left: -2%;
  right: -2%;
  bottom: -12px;
  height: 30px;
  background: #fff;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
}

.discover-section { padding-top: 68px; }
.category-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}
.category-card {
  min-height: 152px;
  border-radius: 18px;
  padding: 16px 10px;
  color: #fff;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: center;
  transition: transform .2s ease, box-shadow .2s ease;
}
.category-card:hover,
.destination-card:hover,
.news-card:hover { transform: translateY(-4px); }
.category-icon { font-size: 2.5rem; line-height: 1; }
.category-label { font-size: 1.2rem; font-weight: 700; }
.bg-blue { background: linear-gradient(145deg, #21aff0, #0b8ad1); }
.bg-orange { background: linear-gradient(145deg, #ff7a1f, #ff5b06); }
.bg-green { background: linear-gradient(145deg, #17b468, #07864a); }
.bg-gold { background: linear-gradient(145deg, #ffb214, #ef9400); }
.bg-purple { background: linear-gradient(145deg, #ae59df, #8d31ca); }
.bg-pink { background: linear-gradient(145deg, #ff4b74, #f32050); }

.destination-section { padding-top: 34px; }
.destination-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}
.destination-card {
  display: block;
  transition: transform .2s ease;
}
.destination-thumb {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: #f3f5f8;
}
.destination-thumb img {
  width: 100%;
  aspect-ratio: 1 / 0.9;
  object-fit: cover;
}
.destination-card h3 {
  margin: 10px 0 3px;
  font-size: 1.08rem;
}
.destination-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.experience-section { padding-top: 26px; }
.experience-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.74fr 0.82fr;
  border-radius: 26px;
  overflow: hidden;
  background: #f4efe5;
}
.panel {
  position: relative;
  min-height: 320px;
}
.panel-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.panel-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 78, 53, 0.88), rgba(0, 79, 59, 0.38));
}
.panel-overlay-soft {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(0, 109, 77, 0.14));
}
.panel-content {
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 38px 34px;
  max-width: 420px;
}
.panel-content h2 {
  margin: 0 0 14px;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.02;
}
.panel-content p {
  margin: 0 0 24px;
  font-size: 1.04rem;
  line-height: 1.55;
}
.btn {
  min-height: 48px;
  padding: 12px 20px;
  font-size: 0.98rem;
}
.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--orange-dark), #ff8a1e);
}
.btn-outline {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.06);
}
.panel-map {
  background: linear-gradient(180deg, #f8f2e8, #f4eee3);
  display: flex;
  align-items: stretch;
}
.map-panel-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
  width: 100%;
  padding: 28px 24px;
  background:
    radial-gradient(circle at 20% 15%, rgba(255,255,255,0.95), transparent 35%),
    radial-gradient(circle at 85% 88%, rgba(11,159,90,0.10), transparent 30%);
}
.map-visual {
  display: flex;
  justify-content: center;
}
.map-visual img {
  width: 140px;
  max-width: 100%;
  filter: drop-shadow(0 10px 14px rgba(0,0,0,0.14));
}
.map-points {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}
.map-points li {
  position: relative;
  padding-left: 28px;
  font-weight: 700;
  color: #293241;
}
.map-points li::before {
  content: "✦";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--orange);
  font-size: 0.8rem;
}
.hand-note {
  position: absolute;
  right: 18px;
  bottom: 26px;
  z-index: 2;
  color: #fff;
  font-size: 1.35rem;
  line-height: 1.1;
  text-align: center;
  font-weight: 800;
  font-family: "Segoe Print", "Comic Sans MS", cursive;
  text-shadow: 0 3px 10px rgba(0,0,0,0.35);
}

.bottom-content {
  display: grid;
  grid-template-columns: 1.65fr 1fr;
  gap: 26px;
  padding-top: 26px;
}
.compact-head h2 { font-size: 1.9rem; }
.news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 14px;
}
.news-card {
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 8px 20px rgba(17,24,39,0.06);
  transition: transform .2s ease;
}
.news-image-wrap {
  position: relative;
}
.news-image-wrap img {
  width: 100%;
  height: 168px;
  object-fit: cover;
}
.tag {
  position: absolute;
  left: 12px;
  bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
}
.tag-red { background: #ef355f; }
.tag-green { background: #14a76b; }
.tag-pink { background: #ff3d74; }
.news-body { padding: 12px 14px 16px; }
.news-body h3 {
  margin: 0 0 6px;
  font-size: 1rem;
  line-height: 1.35;
}
.news-body p {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
}
.testimonial-card {
  margin-top: 14px;
  min-height: 265px;
  border-radius: 16px;
  background: #f6f7f8;
  padding: 22px;
}
.quote-badge {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--orange);
  color: #fff;
  font-size: 1.5rem;
  font-weight: 800;
}
.testimonial-card p {
  margin: 16px 0 20px;
  font-size: 1rem;
  line-height: 1.6;
  color: #2d3441;
}
.testimonial-person {
  display: grid;
  grid-template-columns: 44px 1fr auto;
  align-items: center;
  gap: 12px;
}
.avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 800;
  background: #0c6f47;
}
.person-meta strong,
.person-meta span { display: block; }
.person-meta span { color: var(--muted); font-size: 0.88rem; }
.stars { color: #ff9d0d; letter-spacing: 2px; font-size: 1.05rem; }

.cta-section { padding-top: 22px; }
.cta-banner {
  position: relative;
  min-height: 208px;
  border-radius: 24px;
  overflow: hidden;
}
.cta-banner img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cta-content {
  position: relative;
  z-index: 2;
  min-height: 208px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  color: #fff;
}
.cta-content h2 {
  margin: 0 0 8px;
  font-size: clamp(2rem, 3vw, 2.7rem);
  line-height: 1.1;
}
.cta-content p {
  margin: 0 0 18px;
  font-size: 1.02rem;
}
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.site-footer {
  padding-top: 18px;
  background: #fff;
}
.footer-main {
  display: grid;
  grid-template-columns: 170px 1fr auto auto;
  align-items: center;
  gap: 20px;
  min-height: 110px;
}
.footer-brand img { width: 140px; }
.footer-nav {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  font-size: 0.92rem;
  font-weight: 600;
}
.social-list {
  display: flex;
  gap: 10px;
}
.social-list a {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 800;
  background: #2273e7;
}
.social-list a:nth-child(2) { background: #e83b87; }
.social-list a:nth-child(3) { background: #ff3d3d; }
.social-list a:nth-child(4) { background: #0a66c2; }
.footer-note {
  color: #0c6f47;
  font-size: 1rem;
  font-weight: 800;
  text-align: center;
  font-family: "Segoe Print", "Comic Sans MS", cursive;
}
.footer-bottom {
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-top: 1px solid #eceff3;
  font-size: 0.84rem;
  color: #666c79;
}

@media (max-width: 1100px) {
  .main-nav { gap: 18px; }
  .main-nav a { font-size: 0.88rem; }
  .header-cta { display: none; }
  .category-grid,
  .destination-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .experience-grid { grid-template-columns: 1fr 0.8fr; }
  .experience-right { display: none; }
  .bottom-content { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 170px 1fr auto; }
  .footer-note { display: none; }
}

@media (max-width: 780px) {
  .container { width: min(var(--container), calc(100% - 28px)); }
  .header-inner { min-height: 68px; }
  .brand img { width: 118px; }
  .nav-toggle { display: block; }
  .main-nav {
    display: none;
    position: absolute;
    top: 68px;
    left: 0;
    right: 0;
    flex-direction: column;
    gap: 0;
    margin-left: 0;
    background: #fff;
    padding: 8px 16px 16px;
    border-bottom: 1px solid #ececec;
    box-shadow: 0 16px 30px rgba(0,0,0,0.12);
  }
  .main-nav.open { display: flex; }
  .main-nav a {
    width: 100%;
    padding: 14px 4px;
    border-bottom: 1px solid #f1f3f5;
  }
  .main-nav a.active::after,
  .main-nav a:hover::after { display: none; }

  .hero { min-height: 640px; }
  .hero-content {
    padding-top: 36px;
    padding-bottom: 190px;
    min-height: 640px;
  }
  .hero-content { flex-direction: column; }
  .hero-note {
    margin-top: 22px;
    align-self: flex-end;
    font-size: 1.35rem;
  }
  .hero-search-wrap { bottom: 28px; }
  .search-bar {
    grid-template-columns: 1fr 1fr;
    border-radius: 22px;
  }
  .search-field-place { grid-column: 1 / -1; }
  .search-button {
    grid-column: 1 / -1;
    min-height: 54px;
  }

  .discover-section { padding-top: 52px; }
  .category-grid,
  .destination-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .experience-grid { grid-template-columns: 1fr; }
  .panel,
  .panel-map { min-height: 260px; }
  .panel-content { padding: 30px 22px; }
  .map-panel-inner { padding: 26px 20px; }
  .hand-note { font-size: 1.1rem; }
  .news-grid { grid-template-columns: 1fr; }
  .cta-banner { min-height: 250px; }
  .cta-content { min-height: 250px; }
  .footer-main {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    padding: 10px 0 20px;
  }
  .footer-bottom {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 12px 0;
  }
}

@media (max-width: 480px) {
  .hero { min-height: 700px; }
  .hero-text h1 { font-size: 2.6rem; }
  .hero-text p { font-size: 1.1rem; }
  .hero-note { display: none; }
  .search-bar { grid-template-columns: 1fr; }
  .search-field-place { grid-column: auto; }
  .search-button { grid-column: auto; }
  .category-card { min-height: 130px; }
  .category-label { font-size: 1rem; }
  .destination-card h3 { font-size: 1rem; }
  .section-link { font-size: 0.86rem; }
  .section-head,
  .compact-head { align-items: flex-start; flex-direction: column; }
  .testimonial-person { grid-template-columns: 44px 1fr; }
  .stars { grid-column: 1 / -1; }
}


.insight-area {
  margin-top: 26px;
  padding: 0 0 8px;
  background: linear-gradient(180deg, #f4f5f6 0, #f4f5f6 210px, #ffffff 210px, #ffffff 100%);
}
.eyebrow {
  display: inline-block;
  font-size: 0.92rem;
  letter-spacing: 0.12em;
  font-weight: 900;
}
.eyebrow-orange {
  color: var(--orange);
  margin-bottom: 10px;
}
.travel-idea-banner {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 26px;
  padding: 42px 38px;
  border-radius: 28px;
  background: linear-gradient(135deg, #0b6d37, #13843f);
  color: #fff;
}
.travel-idea-copy {
  position: relative;
  z-index: 2;
  max-width: 720px;
}
.travel-idea-copy .eyebrow {
  color: #ffb125;
}
.travel-idea-copy h2 {
  margin: 10px 0 10px;
  font-size: clamp(2.4rem, 4vw, 4rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
}
.travel-idea-copy p {
  margin: 0;
  max-width: 760px;
  font-size: 1.08rem;
  line-height: 1.55;
  color: rgba(255,255,255,0.92);
}
.travel-idea-action {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 56px;
  padding: 14px 22px;
  border-radius: 999px;
  background: #fff;
  color: #0f1720;
  font-weight: 800;
  font-size: 0.98rem;
  white-space: nowrap;
  box-shadow: 0 10px 24px rgba(0,0,0,0.12);
}
.travel-idea-shape {
  position: absolute;
  right: -70px;
  top: -70px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(255,255,255,0.09);
}
.why-ci {
  padding: 88px 0 12px;
}
.why-ci .section-title h2 {
  margin-top: 8px;
  font-size: clamp(2.4rem, 4vw, 4rem);
  line-height: 1.02;
  color: #10201a;
}
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 18px;
  margin-top: 28px;
}
.why-card {
  background: #fff;
  border: 1px solid #d8dddf;
  border-radius: 22px;
  padding: 24px 24px 22px;
  min-height: 216px;
}
.why-quote {
  margin: 0 0 22px;
  font-size: 1.02rem;
  line-height: 1.6;
  color: #344054;
}
.why-card h3 {
  margin: 0 0 5px;
  font-size: 1.02rem;
}
.why-card span {
  color: #667085;
  font-size: 0.95rem;
}

@media (max-width: 1100px) {
  .travel-idea-banner {
    grid-template-columns: 1fr;
    align-items: flex-start;
  }
  .why-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 780px) {
  .insight-area {
    background: linear-gradient(180deg, #f4f5f6 0, #f4f5f6 260px, #ffffff 260px, #ffffff 100%);
  }
  .travel-idea-banner {
    padding: 30px 22px;
    border-radius: 24px;
    gap: 18px;
  }
  .travel-idea-copy h2 { font-size: 2.6rem; }
  .travel-idea-copy p { font-size: 1rem; }
  .why-ci {
    padding-top: 58px;
  }
  .why-grid { grid-template-columns: 1fr; }
  .why-card {
    min-height: auto;
    border-radius: 18px;
  }
}

@media (max-width: 480px) {
  .travel-idea-copy h2 { font-size: 2.1rem; }
  .travel-idea-action {
    width: 100%;
  }
  .why-ci .section-title h2 { font-size: 2.2rem; }
}

.social-list a { transition: transform .2s ease, filter .2s ease; }
.social-list a:hover, .social-list a:focus-visible { transform: translateY(-2px); filter: brightness(.92); }
