/* Homepage — mobile-first planner stack */
.home-page {
  color: #1a2b48;
  line-height: 1.6;
}

.home-page h1,
.home-page h2,
.home-page h3 {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: #1a2b48;
}

.home-page .container {
  max-width: 1200px;
}

.home-section-header {
  text-align: center;
  margin-bottom: 32px;
}

.home-section-header h2 {
  font-size: 1.75rem;
  margin: 0 0 10px;
}

.home-section-header p {
  margin: 0 auto;
  max-width: 36rem;
  color: #6b7280;
  font-size: 1.05rem;
}

.home-section-footer {
  text-align: center;
  margin-top: 32px;
}

.home-page .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 12px 24px;
  border-radius: 100px;
  font-weight: 600;
  text-decoration: none;
  border: 2px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.home-page .btn-primary {
  background: #f97b5f;
  border-color: #f97b5f;
  color: #fff;
}

.home-page .btn-primary:hover,
.home-page .btn-primary:focus {
  background: #e86a4e;
  border-color: #e86a4e;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(249, 123, 95, 0.22);
}

.home-page .home-btn-secondary {
  background: #fff;
  color: #1a2b48;
  border-color: #1a2b48;
}

.home-page .home-btn-secondary:hover,
.home-page .home-btn-secondary:focus {
  background: #fff5f2;
  color: #1a2b48;
  border-color: #f97b5f;
}

.home-page .btn .icon {
  width: 1.1em;
  height: 1.1em;
}

/* Hero */
.home-hero {
  padding: 36px 0 28px;
  background: linear-gradient(135deg, #fff5f2 0%, #fff9f2 100%);
  text-align: center;
  margin-top: -1.5rem;
}

.home-hero-photo {
  width: 132px;
  height: 132px;
  object-fit: cover;
  border-radius: 24px;
  border: 6px solid #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  transform: rotate(-3deg);
  margin-bottom: 20px;
}

.home-hero h1 {
  font-size: 1.85rem;
  margin: 0 auto 14px;
  max-width: 14em;
}

.home-nowrap {
  white-space: nowrap;
}

.home-hero-subhead {
  max-width: 38rem;
  margin: 0 auto 24px;
  color: #4b5563;
  font-size: 1.05rem;
}

.home-hero-ctas {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.home-hero-ctas .btn {
  width: 100%;
  max-width: 22rem;
}

/* Trust strip */
.home-trust {
  padding: 20px 0 28px;
  background: #fff;
  border-bottom: 1px solid #f1f5f9;
}

.home-trust-stats {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 0 0 20px;
  padding: 0;
}

.home-trust-stats li {
  border-radius: 16px;
  padding: 16px 12px;
  text-align: center;
  min-height: 88px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 6px 18px rgba(26, 43, 72, 0.08);
}

.home-trust-stats li:nth-child(1) {
  background: #f97b5f;
  color: #fff;
}

.home-trust-stats li:nth-child(2) {
  background: #1a2b48;
  color: #fff;
}

.home-trust-stats .home-trust-featured {
  grid-column: 1 / -1;
  background: #fff;
  border: 2px solid #1a2b48;
  color: #1a2b48;
  min-height: 64px;
  padding: 14px 16px;
}

.home-trust-number {
  display: block;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 1.35rem;
  line-height: 1.15;
}

.home-trust-stats li:nth-child(1) .home-trust-number,
.home-trust-stats li:nth-child(2) .home-trust-number {
  color: #fff;
}

.home-trust-stats .home-trust-featured .home-trust-number {
  color: #1a2b48;
  font-size: 1.05rem;
}

.home-trust-label {
  display: block;
  font-size: 0.85rem;
  margin-top: 4px;
  opacity: 0.92;
}

.home-trust-stats li:nth-child(1) .home-trust-label,
.home-trust-stats li:nth-child(2) .home-trust-label {
  color: rgba(255, 255, 255, 0.92);
}

.home-press-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 16px;
  padding: 12px;
  background: #f8f9fa;
  border-radius: 14px;
  text-decoration: none;
  min-height: 44px;
}

.home-press-logo {
  width: auto;
  height: auto;
  max-height: 28px;
  object-fit: contain;
}

.home-press-logo--vnexpress {
  max-width: 92px;
}

.home-press-logo--tuoitre {
  max-width: 88px;
}

.home-press-logo--vietnamnet {
  max-width: 100px;
  max-height: 22px;
}

.home-press-logo--msn {
  max-width: 64px;
  max-height: 28px;
}

.home-press-line {
  text-align: center;
  margin: 12px 0 0;
  font-size: 0.9rem;
}

.home-press-line a {
  color: #6b7280;
  text-decoration: none;
  font-weight: 500;
}

.home-press-line a:hover,
.home-press-line a:focus {
  color: #f97b5f;
}

/* Start here */
.home-start {
  padding: 56px 0;
  background: #fff;
}

.home-path-grid {
  display: grid;
  gap: 20px;
}

.home-path-card {
  background: #fff;
  border: 1px solid #f1f5f9;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.home-path-card h3 {
  font-size: 1.25rem;
  margin: 0 0 10px;
}

.home-path-card > p {
  color: #4b5563;
  margin: 0 0 16px;
}

.home-path-badge {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  background: #ffe6e1;
  color: #c2410c;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 100px;
  margin-bottom: 10px;
}

.home-path-products {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  display: grid;
  gap: 8px;
}

.home-path-products a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  min-height: 52px;
  border-radius: 14px;
  background: #fff5f2;
  border: 2px solid #f97b5f;
  text-decoration: none;
  color: #1a2b48;
}

.home-path-products a:hover,
.home-path-products a:focus {
  background: #ffe6e1;
  transform: translateY(-1px);
}

.home-path-products a span {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}

.home-path-products strong {
  font-weight: 700;
  color: #1a2b48;
}

.home-path-products small {
  display: block;
  color: #6b7280;
  font-size: 0.85rem;
  font-weight: 500;
}

.home-path-products .icon {
  width: 1.15em;
  height: 1.15em;
  color: #f97b5f;
  flex-shrink: 0;
}

.home-path-crumb {
  font-size: 0.95rem;
  color: #6b7280 !important;
}

.home-path-card .btn {
  margin-top: auto;
  width: 100%;
}

/* Proof */
.home-proof {
  padding: 56px 0;
  background: #fff5f2;
}

.home-proof-grid {
  display: grid;
  gap: 20px;
}

.home-proof-press,
.home-proof-travelers {
  background: #fff;
  border-radius: 16px;
  padding: 24px 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.home-proof-press blockquote {
  margin: 0;
}

.home-proof-press blockquote p {
  font-family: "DM Sans", sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.35;
  margin: 0;
}

.home-proof-press figcaption {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  align-items: center;
  margin-top: 16px;
  color: #6b7280;
  font-size: 0.95rem;
}

.home-proof-press figcaption a {
  color: #f97b5f;
  font-weight: 600;
  text-decoration: none;
}

.home-proof-press figcaption a:hover,
.home-proof-press figcaption a:focus {
  text-decoration: underline;
}

.home-trustpilot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 10px;
  margin: 0 0 16px;
  font-weight: 600;
}

.home-trustpilot-score {
  font-family: "DM Sans", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #1a2b48;
  line-height: 1;
}

.home-trustpilot-stars {
  display: inline-flex;
  gap: 2px;
  color: #f97b5f;
}

.home-trustpilot-stars .icon {
  width: 1.1rem;
  height: 1.1rem;
  fill: currentColor;
  stroke: currentColor;
}

.home-trustpilot-stars .icon polygon {
  fill: currentColor;
}

.home-trustpilot a {
  color: #6b7280;
  text-decoration: none;
}

.home-trustpilot a:hover,
.home-trustpilot a:focus {
  color: #f97b5f;
}

.home-review-quote {
  margin: 0;
}

.home-review-quote blockquote {
  margin: 0;
}

.home-review-quote p {
  margin: 0;
  color: #4b5563;
  line-height: 1.55;
}

.home-review-title {
  font-family: "DM Sans", sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: #1a2b48 !important;
  margin-bottom: 8px !important;
}

.home-review-name {
  margin-top: 12px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #1a2b48;
}

/* Places + guides cards */
.home-places,
.home-guides {
  padding: 56px 0;
}

.home-places {
  background: #fff;
}

.home-guides {
  background: #f8f9fa;
}

.home-card-grid {
  display: grid;
  gap: 20px;
}

.home-media-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.home-media-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
  min-height: 44px;
}

.home-media-card-image {
  height: 180px;
  background: #f1f5f9;
  overflow: hidden;
}

.home-media-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-media-card-body {
  padding: 18px 18px 20px;
}

.home-media-card-body h3 {
  font-size: 1.15rem;
  margin: 0 0 8px;
}

.home-media-card-body p {
  margin: 0;
  color: #6b7280;
  font-size: 0.95rem;
}

.home-guide-meta {
  margin-top: 10px !important;
  color: #f97b5f !important;
  font-weight: 600;
  font-size: 0.85rem !important;
}

/* Newsletter */
.home-newsletter {
  padding: 56px 0;
  background: linear-gradient(135deg, #f97b5f 0%, #e86a4e 100%);
  color: #fff;
  text-align: center;
}

.home-newsletter-inner {
  max-width: 40rem;
  margin: 0 auto;
}

.home-newsletter h2 {
  color: #fff;
  font-size: 1.85rem;
  margin: 0 0 12px;
}

.home-newsletter p {
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.05rem;
}

.home-newsletter .btn-secondary {
  background: #fff;
  color: #1a2b48;
  border-color: #fff;
}

.home-newsletter .btn-secondary:hover,
.home-newsletter .btn-secondary:focus {
  background: #fff5f2;
  color: #1a2b48;
  border-color: #fff;
}

/* FAQ */
.home-faq {
  padding: 56px 0 64px;
  background: #fff;
  scroll-margin-top: 88px;
}

.home-faq-list {
  display: grid;
  gap: 12px;
  max-width: 760px;
  margin: 0 auto;
}

.home-faq-item {
  background: #fff;
  border-radius: 14px;
  padding: 18px 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  scroll-margin-top: 88px;
}

.home-faq-item h3 {
  font-size: 1.05rem;
  margin: 0 0 8px;
  color: #1a2b48;
}

.home-faq-item p {
  margin: 0;
  color: #4b5563;
}

@media (min-width: 768px) {
  .home-hero {
    padding: 48px 0 36px;
  }

  .home-hero h1 {
    font-size: 2.6rem;
    max-width: 12em;
  }

  .home-hero-photo {
    width: 156px;
    height: 156px;
  }

  .home-hero-ctas {
    flex-direction: row;
    justify-content: center;
  }

  .home-hero-ctas .btn {
    width: auto;
  }

  .home-trust-stats {
    grid-template-columns: 1fr 1fr 1.7fr;
    gap: 16px;
  }

  .home-trust-stats .home-trust-featured {
    grid-column: auto;
  }

  .home-path-grid,
  .home-card-grid--3,
  .home-proof-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .home-section-header h2 {
    font-size: 2rem;
  }
}

@media (min-width: 1024px) {
  .home-hero h1 {
    font-size: 3rem;
  }

  .home-path-grid,
  .home-card-grid--3 {
    grid-template-columns: repeat(3, 1fr);
  }

  .home-proof-grid {
    grid-template-columns: 1.1fr 0.9fr;
    align-items: stretch;
  }

  .home-trust-stats li {
    min-height: 92px;
  }
}
