/* HORECFEX Da Nang landing */

.horec-lang {
  display: inline-flex;
  gap: 0.35rem;
  align-items: center;
}

.horec-lang button {
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: transparent;
  color: #fff;
  border-radius: 999px;
  padding: 0.2rem 0.7rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  cursor: pointer;
}

.horec-lang button.is-active {
  background: #fbbc05;
  color: #202124;
  border-color: #fbbc05;
}

.horec-nav-links {
  display: none;
  align-items: center;
  gap: 1rem;
}

.horec-nav-links a {
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  text-decoration: none;
}

.horec-nav-links a:hover,
.horec-nav-links a:focus {
  color: #fbbc05 !important;
}

@media (min-width: 992px) {
  .horec-nav-links {
    display: flex;
  }
}

.horec-hero {
  padding-top: 7.25rem;
  padding-bottom: 4rem;
  background:
    radial-gradient(circle at 85% 15%, rgba(251, 188, 5, 0.22), transparent 28%),
    linear-gradient(155deg, #4285f4 0%, #1a73e8 48%, #174ea6 100%);
  color: #fff;
}

.horec-hero-grid {
  display: grid;
  gap: 2.25rem;
  align-items: center;
}

@media (min-width: 992px) {
  .horec-hero-grid {
    grid-template-columns: minmax(0, 1.15fr) minmax(18rem, 0.85fr);
    text-align: left;
    gap: 3rem;
  }
}

.horec-hero .hero-badge {
  display: inline-block;
  background: #fbbc05;
  color: #202124;
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.35rem 1rem;
  border-radius: 50rem;
}

.horec-hero h1 {
  font-size: clamp(1.7rem, 4.2vw, 2.55rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 1rem;
}

.horec-hero .lead {
  max-width: 38rem;
  opacity: 0.95;
}

@media (min-width: 992px) {
  .horec-hero .lead {
    margin-left: 0;
  }
}

.horec-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  margin: 1.35rem 0 0;
}

@media (min-width: 992px) {
  .horec-trust {
    justify-content: flex-start;
  }
}

.horec-trust span {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  padding: 0.35rem 0.75rem;
  font-size: 0.8rem;
  font-weight: 600;
}

.horec-gbp-wrap {
  max-width: 22.5rem;
  margin: 0 auto;
}

.horec-gbp {
  background: #fff;
  color: #202124;
  border-radius: 1.15rem;
  padding: 1.15rem 1.2rem 1.25rem;
  text-align: left;
  box-shadow: 0 18px 50px rgba(16, 42, 98, 0.28);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.horec-gbp.is-updating {
  transform: translateY(-3px);
}

.horec-gbp-kicker {
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #5f6368;
  font-weight: 700;
  margin-bottom: 0.45rem;
}

.horec-gbp-name {
  font-weight: 700;
  font-size: 1.15rem;
  margin: 0;
}

.horec-gbp-meta {
  color: #5f6368;
  font-size: 0.9rem;
  margin: 0.25rem 0 1rem;
}

.horec-book-now {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #1a73e8;
  color: #fff;
  font-weight: 700;
  border: 0;
  border-radius: 999px;
  padding: 0.6rem 1.2rem;
  font-size: 0.95rem;
  cursor: pointer;
  transition: transform 0.15s ease, background 0.15s ease;
}

.horec-book-now:hover,
.horec-book-now:focus {
  background: #1558c0;
  color: #fff;
}

.horec-book-now.is-tapped {
  transform: scale(0.96);
  background: #34a853;
}

.horec-gbp-hint {
  margin: 0.7rem 0 0;
  font-size: 0.78rem;
  color: #5f6368;
  min-height: 1.2em;
}

.horec-gbp-dots {
  display: flex;
  justify-content: center;
  gap: 0.4rem;
  margin-top: 0.9rem;
}

.horec-gbp-dots button {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  border: 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.45);
  cursor: pointer;
}

.horec-gbp-dots button.is-active {
  background: #fbbc05;
  transform: scale(1.2);
}

.horec-metrics {
  background: #fff;
  border-bottom: 1px solid #e8eaed;
}

.horec-metric {
  text-align: center;
  padding: 1.1rem 0.75rem;
}

.horec-metric strong {
  display: block;
  color: #1a73e8;
  font-size: 1.05rem;
  font-weight: 700;
}

.horec-metric span {
  color: #5f6368;
  font-size: 0.85rem;
}

.horec-step-card {
  height: 100%;
  background: #fff;
  border: 1px solid #e8eaed;
  border-radius: 1rem;
  padding: 1.35rem 1.25rem;
  box-shadow: 0 8px 24px rgba(60, 64, 67, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.horec-step-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(60, 64, 67, 0.1);
}

.horec-step-num {
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 50%;
  background: #4285f4;
  color: #fff;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.85rem;
}

.horec-card {
  height: 100%;
  width: 100%;
  border: 1px solid #e8eaed;
  border-radius: 1rem;
  padding: 1.15rem 1.1rem 1.2rem;
  background: #fff;
  text-align: left;
  color: inherit;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.horec-card:hover,
.horec-card:focus {
  transform: translateY(-4px);
  border-color: #aecbfa;
  box-shadow: 0 12px 28px rgba(66, 133, 244, 0.14);
  outline: none;
}

.horec-card.is-selected {
  border-color: #1a73e8;
  box-shadow: 0 0 0 3px rgba(26, 115, 232, 0.18);
  background: #f8fbff;
}

.horec-card-icon {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 0.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #e8f0fe;
  color: #1a73e8;
  margin-bottom: 0.7rem;
  font-size: 1.05rem;
}

.horec-card h3 {
  font-size: 0.98rem;
  font-weight: 700;
  margin-bottom: 0.35rem;
}

.horec-card p {
  font-size: 0.82rem;
  color: #5f6368;
  margin: 0;
}

.horec-faq details {
  background: #fff;
  border: 1px solid #e8eaed;
  border-radius: 0.9rem;
  padding: 0.9rem 1.1rem;
  margin-bottom: 0.75rem;
}

.horec-faq summary {
  cursor: pointer;
  font-weight: 600;
  list-style: none;
}

.horec-faq summary::-webkit-details-marker {
  display: none;
}

.horec-faq summary::after {
  content: "+";
  float: right;
  color: #1a73e8;
  font-weight: 700;
}

.horec-faq details[open] summary::after {
  content: "–";
}

.horec-faq details p {
  margin: 0.7rem 0 0;
  color: #5f6368;
  font-size: 0.92rem;
}

.horec-contact-card {
  border: 0;
  border-radius: 1.15rem;
  box-shadow: 0 16px 40px rgba(60, 64, 67, 0.1);
}

.horec-sticky {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  display: flex;
  gap: 0.6rem;
  padding: 0.7rem 0.9rem calc(0.7rem + env(safe-area-inset-bottom));
  background: rgba(255, 255, 255, 0.96);
  border-top: 1px solid #e8eaed;
  box-shadow: 0 -8px 24px rgba(60, 64, 67, 0.08);
}

.horec-sticky .btn {
  flex: 1;
}

@media (min-width: 992px) {
  .horec-sticky {
    display: none;
  }
}

body.horec-has-sticky {
  padding-bottom: 4.5rem;
}

html[lang="vi"] [data-i18n-en],
html:not([lang="vi"]) [data-i18n-vi] {
  display: none !important;
}

html[lang="vi"] [data-i18n-vi],
html:not([lang="vi"]) [data-i18n-en] {
  display: revert;
}

@media (prefers-reduced-motion: reduce) {
  .horec-card,
  .horec-step-card,
  .horec-gbp,
  .horec-book-now {
    transition: none;
  }
}
