.hero {
  min-height: 800px;
  background-color: var(--main-bg-color);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  clip-path: inset(0);
  && .heroBG {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    object-position: 50% 20%;
    filter: blur(5px);
    -webkit-filter: blur(5px);
    opacity: 0.6;
    scale: 1.05;
  }
}

/* ===== HERO CENTER LAYOUT ===== */
.hero-center {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: var(--ligth-text-color);
  gap: 24px;
  max-width: 800px;
  margin: 0 auto;
}

.hero-center h1 {
  font-size: 52px;
  font-weight: 700;
  line-height: 1.15;
  text-wrap: balance;
  text-transform: uppercase;
}

.hero-center > p {
  font-size: 18px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
  max-width: 620px;
  text-wrap: balance;
}

.hero-button {
  display: inline-block;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.04em;
  padding: 18px 48px;
  background-color: var(--gold-color);
  color: #fff;
  border-radius: 50px;
  cursor: pointer;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background-color 0.25s ease;
  box-shadow: 0 4px 24px rgba(189, 160, 0, 0.35);
  &&:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 32px rgba(189, 160, 0, 0.5);
    background-color: #d4b200;
  }
  &&:active {
    transform: translateY(0);
    box-shadow: 0 2px 12px rgba(189, 160, 0, 0.3);
  }
}

/* ===== HERO STATS ROW ===== */
.hero-stats-row {
  display: flex;
  align-items: center;
  gap: 40px;
  margin: 8px 0;
}

.hero-stat-inline {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.hero-stat-divider {
  width: 1px;
  height: 40px;
  background: rgba(255, 255, 255, 0.2);
}

.hero-stat-number {
  font-family: "Montserrat", sans-serif;
  font-size: 44px;
  font-weight: 700;
  color: var(--gold-color);
  line-height: 1;
  display: inline;
}

.hero-stat-row {
  display: flex;
  align-items: baseline;
  gap: 2px;
}

.hero-stat-suffix {
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: var(--gold-color);
  line-height: 1;
}

.hero-stat-label {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.3;
}

/* ===== SECTION HEADING (shared) ===== */
.section-heading {
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-weight: 700;
  font-style: italic;
  color: var(--main-bg-color);
  position: relative;
  display: inline-block;
  padding-bottom: 14px;
  margin-bottom: 40px;
}

.section-heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 4px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--gold-color), var(--pink-color));
}

.section-heading-center {
  display: block;
  text-align: center;
  &&::after {
    left: 50%;
    transform: translateX(-50%);
  }
}

.section-heading-right {
  display: block;
  text-align: right;
  &&::after {
    left: auto;
    right: 0;
  }
}

/* banner-section */

.banner-section {
  position: relative;
  min-height: 550px;
  clip-path: inset(0);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.banner-section .container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  position: relative;
  z-index: 2;
}

.banner-content {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 20px;
  background-color: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 48px 44px;
  width: 520px;
  margin-left: 10%;
  border-left: 4px solid var(--gold-color);
}

.banner-content h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.25;
  color: var(--main-bg-color);
}

.banner-content p {
  font-size: 15px;
  line-height: 1.6;
  color: var(--dark-text-color);
  max-width: 460px;
}

.section-fon {
  position: fixed;
  inset: 0;
  z-index: 0;
  display: flex;
}

.section-fon::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.3) 0%,
    transparent 50%,
    rgba(0, 0, 0, 0.15) 100%
  );
  z-index: 1;
}

.section-fon div {
  flex: 1;
  height: 100%;
}

.section-fon div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ===== NEXT-GEN SECTION ===== */

/* next-gen-title: alignment handled by .section-heading-right */

.next-gen-grid {
  display: flex;
  gap: 40px;
  align-items: stretch;
}

/* --- left: list of small articles --- */
.next-gen-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  flex: 0 0 420px;
}

.next-gen-item {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 20px 0;
  text-decoration: none;
  color: var(--dark-text-color);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  transition: background-color 0.2s;
}

.next-gen-item:first-child {
  padding-top: 0;
}

.next-gen-item:last-child {
  border-bottom: none;
}

.next-gen-item:hover h3 {
  text-decoration: underline;
}

.next-gen-item img {
  width: 120px;
  height: 90px;
  object-fit: cover;
  border-radius: var(--border-radius);
  flex-shrink: 0;
}

.next-gen-item-text {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.next-gen-item-text h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  color: var(--main-bg-color);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* --- right: featured big article --- */
.next-gen-featured {
  flex: 1;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: var(--dark-text-color);
}

.next-gen-featured-img {
  width: 100%;
  height: 420px;
  overflow: hidden;
  border-radius: var(--border-radius);
}

.next-gen-featured-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.next-gen-featured:hover .next-gen-featured-img img {
  transform: scale(1.04);
}

.next-gen-featured-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 18px;
}

.next-gen-featured-tag {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--gold-color);
}

.next-gen-featured-body h3 {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--main-bg-color);
  transition: color 0.25s;
}

.next-gen-featured:hover h3 {
  color: var(--gold-color);
}

.next-gen-featured-author {
  font-size: 14px;
  color: var(--dark-text-color);
}

/* ===== FAMILY TRAVEL SECTION ===== */

.family-travel-title {
  text-align: center;
}

.family-travel-grid {
  display: flex;
  gap: 30px;
}

.family-travel-card {
  flex: 1;
  text-decoration: none;
  color: var(--dark-text-color);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.family-travel-card-img {
  width: 100%;
  height: 280px;
  overflow: hidden;
  border-radius: var(--border-radius);
}

.family-travel-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.family-travel-card:hover .family-travel-card-img img {
  transform: scale(1.04);
}

.family-travel-card-tag {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--gold-color);
}

.family-travel-card h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
  color: var(--main-bg-color);
  transition: color 0.25s;
}

.family-travel-card:hover h3 {
  color: var(--gold-color);
}

/* ===== MORE ARTICLES SECTION ===== */

.more-articles {
  background-color: var(--ligth-bg-color);
}

.more-articles-heading {
  text-align: center;
}

.more-articles-list {
  max-width: 860px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.more-articles-item {
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 32px 0;
  text-decoration: none;
  color: var(--dark-text-color);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  &&:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
  }
  &&:hover h3 {
    color: var(--gold-color);
  }
}

.more-articles-img {
  width: 220px;
  height: 150px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: var(--border-radius);
}

.more-articles-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.more-articles-item:hover .more-articles-img img {
  transform: scale(1.05);
}

.more-articles-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.more-articles-tag {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--gold-color);
}

.more-articles-body h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.35;
  color: var(--main-bg-color);
  transition: color 0.25s;
}

.more-articles-author {
  font-size: 14px;
  color: var(--dark-text-color);
}

/* ===== HOME TOOLS SECTION ===== */

.home-tools {
  position: relative;
  padding: 90px 0 100px;
  background: linear-gradient(180deg, #fefcf7 0%, #fdf6f5 60%, #fefcf7 100%);
  overflow: hidden;
}

.home-tools-deco {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      700px 360px at 15% 20%,
      rgba(247, 203, 202, 0.18),
      transparent 70%
    ),
    radial-gradient(
      560px 320px at 85% 80%,
      rgba(189, 160, 0, 0.1),
      transparent 70%
    );
  pointer-events: none;
  z-index: 0;
}

.home-tools > #container {
  position: relative;
  z-index: 1;
}

.home-tools-head {
  text-align: center;
  max-width: 740px;
  margin: 0 auto 44px;
}

.home-tools-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  padding: 6px 14px;
  background: #ffffff;
  border: 1px solid #ecdfdd;
  border-radius: 999px;
  font-family: "Montserrat", sans-serif;
  font-size: 12.5px;
  font-weight: 700;
  color: var(--main-bg-color);
  text-transform: uppercase;
  letter-spacing: 0.07em;
  box-shadow: 0 2px 8px rgba(247, 203, 202, 0.18);
}

.home-tools-eyebrow-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold-color);
  box-shadow: 0 0 0 4px rgba(189, 160, 0, 0.22);
  animation: tools-pulse 2s ease-in-out infinite;
}

.home-tools-title {
  margin: 0 0 18px !important;
}

.home-tools-title span {
  position: relative;
  display: inline-block;
  color: var(--gold-color);
  font-style: italic;
}

.home-tools-lead {
  margin: 0 auto;
  font-size: 16.5px;
  line-height: 1.6;
  color: var(--dark-text-color);
}

.home-tools-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 44px;
}

.home-tool-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 22px 24px 24px;
  background: #ffffff;
  border: 1px solid #f0eae0;
  border-left: 4px solid var(--ht-accent);
  border-radius: 16px;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 4px 14px rgba(17, 17, 17, 0.04);
  overflow: hidden;
  transition:
    transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1),
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

.home-tool-card::before {
  content: "";
  position: absolute;
  bottom: -50%;
  right: -20%;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, var(--ht-accent) 0%, transparent 65%);
  opacity: 0.18;
  pointer-events: none;
  transition:
    opacity 0.45s ease,
    transform 0.45s ease;
  z-index: 0;
}

.home-tool-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(17, 17, 17, 0.08);
  border-color: var(--ht-accent);
}

.home-tool-card:hover::before {
  opacity: 0.28;
  transform: scale(1.05);
}

.home-tool-card-icon {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: var(--ht-accent);
  border-radius: 13px;
  color: var(--main-bg-color);
  box-shadow: 0 4px 10px rgba(17, 17, 17, 0.08);
}

.home-tool-card-icon svg {
  width: 24px;
  height: 24px;
  stroke-width: 1.7;
}

.home-tool-card-body {
  position: relative;
  z-index: 1;
  flex: 1;
  min-width: 0;
}

.home-tool-card-body strong {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: var(--main-bg-color);
  margin-bottom: 6px;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.home-tool-card-body em {
  display: block;
  font-style: normal;
  font-size: 13.5px;
  line-height: 1.45;
  color: var(--dark-text-color);
}

.home-tool-card-arrow {
  position: absolute;
  bottom: 18px;
  right: 20px;
  color: var(--gold-color);
  opacity: 0;
  transform: translateX(-8px);
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
  z-index: 2;
}

.home-tool-card:hover .home-tool-card-arrow {
  opacity: 1;
  transform: translateX(0);
}

.home-tools-cta-wrap {
  text-align: center;
}

.home-tools-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 32px;
  background: var(--main-bg-color);
  color: #ffffff !important;
  border-radius: 999px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  letter-spacing: -0.01em;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.home-tools-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(17, 17, 17, 0.22);
}

.home-tools-cta svg {
  transition: transform 0.3s ease;
}

.home-tools-cta:hover svg {
  transform: translateX(4px);
}

@keyframes tools-pulse {
  0%,
  100% {
    box-shadow: 0 0 0 4px rgba(189, 160, 0, 0.22);
  }
  50% {
    box-shadow: 0 0 0 7px rgba(189, 160, 0, 0.1);
  }
}

@media (max-width: 1100px) {
  .home-tools-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 700px) {
  .home-tools {
    padding: 64px 0 72px;
  }
  .home-tools-head {
    margin-bottom: 32px;
  }
  .home-tools-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 32px;
  }
  .home-tool-card {
    padding: 18px 20px 22px;
  }
  .home-tool-card-icon {
    width: 44px;
    height: 44px;
  }
  .home-tool-card-icon svg {
    width: 22px;
    height: 22px;
  }
  .home-tools-lead {
    font-size: 15px;
  }
  .home-tools-cta {
    padding: 13px 26px;
    font-size: 14px;
  }
}

/* ===== GUIDE BANNER SECTION ===== */

.guide-banner {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  clip-path: inset(0);
}

.guide-banner-bg {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  z-index: 0;
}

.guide-banner #container {
  position: relative;
  z-index: 1;
}

.guide-banner-card {
  background-color: rgba(255, 255, 255, 0.95);
  padding: 40px;
  max-width: 420px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-left: 8%;
}

.guide-banner-tag {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--gold-color);
}

.guide-banner-card h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25;
  color: var(--main-bg-color);
  text-wrap: balance;
}

.guide-banner-card p {
  font-size: 15px;
  line-height: 1.5;
  text-wrap: balance;
  color: var(--dark-text-color);
}

/* ===== FAQ SECTION ===== */

.faq-section {
  background-color: var(--ligth-bg-color);
}

.faq-title {
  text-align: center;
  margin-bottom: 12px;
}

.faq-subtitle {
  text-align: center;
  font-size: 16px;
  color: var(--dark-text-color);
  margin-bottom: 48px;
}

.faq-list {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.faq-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.faq-item:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.faq-heading {
  margin: 0;
}

.faq-question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 24px 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: var(--main-bg-color);
  transition: color 0.25s;
}

.faq-question:hover {
  color: var(--gold-color);
}

.faq-icon {
  flex-shrink: 0;
  transition:
    transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    color 0.25s;
  color: var(--gold-color);
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.faq-answer-inner {
  padding-bottom: 24px;
}

.faq-answer-inner p {
  font-size: 15px;
  line-height: 1.7;
  color: var(--dark-text-color);
  opacity: 0;
  transform: translateY(-8px);
  transition:
    opacity 0.3s 0.1s,
    transform 0.3s 0.1s;
}

.faq-item.active .faq-answer-inner p {
  opacity: 1;
  transform: translateY(0);
}

/* ============================================
   RESPONSIVE
   ============================================ */

/* --- Tablet: 1200px --- */
@media (max-width: 1200px) {
  .next-gen-list {
    flex: 0 0 340px;
  }
  .next-gen-featured-img {
    height: 340px;
  }
  .family-travel-card-img {
    height: 220px;
  }
}

/* --- Tablet: 960px --- */
@media (max-width: 960px) {
  .hero {
    min-height: 600px;
  }
  .hero-center h1 {
    font-size: 40px;
  }
  .hero-center > p {
    font-size: 16px;
  }
  .hero-stat-number {
    font-size: 36px;
  }
  .hero-stat-suffix {
    font-size: 26px;
  }
  .hero-stats-row {
    gap: 28px;
  }

  .section-heading {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .banner-section {
    min-height: 420px;
  }
  .banner-content {
    width: 100%;
    max-width: 460px;
    margin-left: 5%;
    padding: 36px 32px;
  }
  .banner-content h2 {
    font-size: 24px;
  }

  .next-gen-grid {
    flex-direction: column-reverse;
    gap: 30px;
  }
  .next-gen-list {
    flex: auto;
  }
  .next-gen-featured-img {
    height: 300px;
  }
  .next-gen-featured-body h3 {
    font-size: 22px;
  }

  .family-travel-card-img {
    height: 200px;
  }
  .family-travel-card h3 {
    font-size: 17px;
  }

  .more-articles-img {
    width: 180px;
    height: 120px;
  }
  .more-articles-body h3 {
    font-size: 18px;
  }

  .guide-banner {
    min-height: 400px;
  }
  .guide-banner-card {
    margin-left: 5%;
    max-width: 380px;
    padding: 32px;
  }
  .guide-banner-card h2 {
    font-size: 26px;
  }

  .faq-question {
    padding: 20px 0;
  }
}

/* --- Small tablet / large phone: 768px --- */
@media (max-width: 768px) {
  .hero.hero .heroBG {
    object-position: 78% 20%;
  }
  .hero-center {
    padding: 0 16px;
  }
  .hero-center h1 {
    font-size: 34px;
  }

  .family-travel-grid {
    flex-direction: column;
    gap: 24px;
  }
  .family-travel-card-img {
    height: 240px;
  }
  .family-travel-card h3 {
    font-size: 20px;
  }

  .next-gen-item img {
    width: 100px;
    height: 75px;
  }

  .more-articles-item {
    gap: 20px;
    padding: 24px 0;
  }
  .more-articles-img {
    width: 140px;
    height: 100px;
  }
  .more-articles-body h3 {
    font-size: 16px;
  }

  .guide-banner-card {
    margin-left: 0;
    max-width: 100%;
  }

  .faq-subtitle {
    margin-bottom: 32px;
  }
}

/* --- Phone: 576px --- */
@media (max-width: 576px) {
  .hero {
    min-height: 678px;
  }
  .hero-center h1 {
    font-size: 28px;
  }
  .hero-center > p {
    font-size: 15px;
  }
  .hero-stats-row {
    gap: 20px;
  }
  .hero-stat-number {
    font-size: 28px;
  }
  .hero-stat-suffix {
    font-size: 20px;
  }
  .hero-stat-label {
    font-size: 11px;
  }
  .hero-stat-divider {
    height: 30px;
  }
  .hero-button {
    padding: 14px 36px;
    font-size: 14px;
  }

  .section-heading {
    font-size: 24px;
    margin-bottom: 24px;
  }

  .banner-section {
    min-height: 360px;
  }
  .banner-content {
    margin-left: 0;
    padding: 28px 24px;
  }
  .banner-content h2 {
    font-size: 22px;
  }
  .banner-content p {
    font-size: 14px;
  }

  .next-gen-featured-img {
    height: 220px;
  }
  .next-gen-featured-body h3 {
    font-size: 18px;
  }
  .next-gen-item-text h3 {
    font-size: 14px;
  }
  .next-gen-item img {
    width: 80px;
    height: 60px;
  }
  .next-gen-item {
    gap: 14px;
    padding: 16px 0;
  }

  .more-articles-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
  .more-articles-img {
    width: 100%;
    height: 180px;
  }
  .more-articles-body h3 {
    font-size: 18px;
  }

  .guide-banner {
    min-height: 340px;
  }
  .guide-banner-card {
    padding: 24px 20px;
  }
  .guide-banner-card h2 {
    font-size: 22px;
  }

  .faq-question {
    gap: 14px;
    padding: 18px 0;
  }
  .faq-answer-inner p {
    font-size: 14px;
  }
  .faq-subtitle {
    font-size: 14px;
    margin-bottom: 24px;
  }
}

/* ===== HOME SEARCH SECTION ===== */
.home-search {
  position: relative;
  background-color: color-mix(in srgb, var(--gold-color) 10%, transparent);
  z-index: 5;
  padding-bottom: 20px;
}

.home-search-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 44px 48px 36px;
  text-align: center;
}

.home-search-left h2 {
  font-size: 26px;
  font-weight: 700;
  color: var(--main-bg-color);
  line-height: 1.25;
  margin-bottom: 8px;
}

.home-search-left p {
  font-size: 15px;
  line-height: 1.5;
  color: var(--dark-text-color);
}

.home-search-right {
  width: 100%;
  max-width: 680px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.search-form {
  width: 100%;
}

.search-input-wrap {
  display: flex;
  align-items: center;
  background: var(--ligth-bg-color);
  border-radius: 50px;
  padding: 6px 6px 6px 22px;
  gap: 12px;
  transition:
    box-shadow 0.3s ease,
    background-color 0.3s ease;
}

.search-input-wrap:focus-within {
  background: #e8f0f0;
  box-shadow: 0 0 0 3px rgba(189, 160, 0, 0.15);
}

.search-input-icon {
  flex-shrink: 0;
  color: var(--gold-color);
}

.search-input-wrap input {
  flex: 1;
  border: none;
  outline: none;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  color: var(--main-bg-color);
  background: transparent;
  padding: 12px 0;
}

.search-input-wrap input::placeholder {
  color: #9aabab;
}

.search-input-wrap button {
  flex-shrink: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.04em;
  padding: 14px 36px;
  background: var(--gold-color);
  color: #fff;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition:
    background-color 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
  box-shadow: 0 2px 12px rgba(189, 160, 0, 0.25);
}

.search-input-wrap button:hover {
  background-color: #d4b200;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(189, 160, 0, 0.4);
}

/* Quick tags */
.home-search-tags {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}

.home-search-tags > span {
  font-size: 13px;
  font-weight: 600;
  color: var(--dark-text-color);
}

.home-search-tag {
  display: inline-block;
  padding: 5px 14px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  color: var(--main-bg-color);
  background: var(--ligth-bg-color);
  border-radius: 50px;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.home-search-tag:hover {
  background: var(--gold-color);
  color: #fff;
  transform: translateY(-1px);
}

/* Responsive */
@media (max-width: 960px) {
  .home-search-card {
    padding: 32px 28px;
  }
}

@media (max-width: 480px) {
  .home-search-card {
    padding: 24px 20px;
    border-radius: var(--border-radius);
  }
  .home-search-left h2 {
    font-size: 20px;
  }
  .search-input-wrap {
    flex-wrap: wrap;
    border-radius: var(--border-radius);
    padding: 12px;
    gap: 10px;
  }
  .search-input-wrap input {
    width: 100%;
  }
  .search-input-wrap button {
    width: 100%;
    text-align: center;
  }
  .search-input-icon {
    display: none;
  }
}
