.site-topbar {
  background: var(--hc-color-ink);
  color: var(--hc-color-muted);
  font-size: 12px;
}

.site-topbar__inner {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.site-topbar__text {
  letter-spacing: 0;
}

.site-topbar__email {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.site-nav-wrap {
  background: var(--hc-color-white);
  border-bottom: 1px solid var(--hc-color-border);
  box-shadow: var(--hc-shadow-header);
  z-index: 30;
}

.site-nav-wrap__inner {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--hc-space-4);
}

.site-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.site-brand__mark {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: var(--hc-color-gold);
  color: var(--hc-color-white);
  display: grid;
  place-items: center;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
}

.site-brand__copy {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.site-brand__copy strong {
  font-size: 17px;
  letter-spacing: 0.68px;
  line-height: 1.2;
}

.site-brand__copy em {
  font-style: normal;
  color: var(--hc-color-muted);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.menu {
  display: flex;
  align-items: center;
  gap: 4px;
}

.menu a {
  display: block;
  padding: 8px 14px;
  border-radius: 8px;
  color: #4a5565;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
}

.menu-item.current-menu-item a,
.menu-item.current_page_item a,
.menu-item a:hover {
  background: rgba(212, 168, 83, 0.08);
  color: var(--hc-color-gold);
}

.site-header__cta {
  min-width: 168px;
  padding: 8px 20px;
  font-size: 13px;
}

.site-menu-toggle {
  width: 36px;
  height: 36px;
  border: 0;
  background: transparent;
  border-radius: 10px;
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
}

.site-menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin-inline: auto;
  background: #1f2937;
}

.site-mobile-panel {
  border-bottom: 1px solid var(--hc-color-border);
  background: #fff;
}

.site-nav--mobile .menu {
  display: grid;
  gap: 4px;
  padding: 12px 24px 20px;
}

.hc-hero {
  padding-top: 80px;
  padding-bottom: 80px;
  background: var(--hc-color-surface);
}

.hc-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 576px) minmax(0, 576px);
  justify-content: space-between;
  gap: 48px;
  align-items: center;
}

.hc-hero__content h1 {
  font-size: 48px;
  line-height: 1.2;
  margin-bottom: 22px;
  max-width: 460px;
}

.hc-hero__content h1 span {
  color: var(--hc-color-gold);
}

.hc-hero__content .hc-lead {
  max-width: 448px;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 1.7;
}

.hc-hero__media {
  border-radius: 16px;
  overflow: hidden;
  background: var(--hc-color-surface-2);
  min-height: 576px;
}

.hc-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hc-hero__meta {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 24px;
}

.hc-rating,
.hc-award {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--hc-color-body);
  font-size: 12px;
}

.hc-values {
  padding: 33px 0;
  border-top: 1px solid var(--hc-color-border);
  border-bottom: 1px solid var(--hc-color-border);
  background: #fff;
}

.hc-values__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 24px;
}

.hc-value-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.hc-value-item__icon {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: rgba(212, 168, 83, 0.08);
}

.hc-value-item h3 {
  font-size: 13px;
  line-height: 1.3;
  margin-bottom: 3px;
}

.hc-value-item p {
  font-size: 11px;
  color: #999;
}

.hc-featured,
.hc-split--comfort,
.hc-why,
.hc-testimonials,
.hc-split--about {
  padding: 96px 0;
}

.hc-faq {
  padding: 96px 0 52px;
}

.hc-featured__layout,
.hc-split__inner,
.hc-why__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 40px;
  align-items: center;
}

.hc-featured__image,
.hc-split__media,
.hc-why__media {
  border-radius: 14px;
  overflow: hidden;
  background: var(--hc-color-surface);
}

.hc-featured__image img,
.hc-split__media img,
.hc-why__media img {
  width: 100%;
  height: auto;
}

.hc-feature-item {
  border: 1px solid var(--hc-color-border);
  background: var(--hc-color-surface);
  border-radius: 12px;
  padding: 16px;
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 16px;
  margin-bottom: 12px;
}

.hc-feature-item__icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: rgba(212, 168, 83, 0.08);
}

.hc-feature-item h3 {
  font-size: 15px;
  margin-bottom: 4px;
  line-height: 1.35;
}

.hc-feature-item p,
.hc-split__content p,
.hc-section__header p {
  color: var(--hc-color-body);
  font-size: 15px;
  line-height: 1.7;
}

.hc-split__content h2,
.hc-section__header h2,
.hc-final-cta h2,
.hc-why h2 {
  font-size: 36px;
  line-height: 1.25;
  margin-bottom: 16px;
}

.hc-why {
  background: #101214;
  color: #fff;
}

.hc-why p {
  color: rgba(255, 255, 255, 0.75);
}

.hc-testimonials {
  background: #f7f7f7;
}

.hc-testimonials__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.hc-testimonial-card {
  background: #fff;
  border: 1px solid var(--hc-color-border);
  border-radius: 12px;
  padding: 24px;
  min-height: 218px;
}

.hc-stars {
  display: flex;
  gap: 2px;
  margin-bottom: 12px;
}

.hc-testimonial-card blockquote {
  color: var(--hc-color-body);
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 18px;
}

.hc-testimonial-card__name {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 4px;
}

.hc-testimonial-card__verified {
  font-size: 11px;
  color: var(--hc-color-gold);
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.hc-faq__inner {
  max-width: 768px;
}

.hc-faq__items {
  display: grid;
  gap: 12px;
}

.hc-faq__item {
  border: 1px solid var(--hc-color-border);
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}

.hc-faq__item summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 16px 20px;
  font-size: 14px;
  font-weight: 600;
}

.hc-faq__item summary::-webkit-details-marker {
  display: none;
}

.hc-faq__item[open] summary img {
  transform: rotate(90deg);
}

.hc-faq__item summary img {
  transition: transform 0.2s ease;
}

.hc-faq__answer {
  border-top: 1px solid var(--hc-color-border);
  padding: 16px 20px;
}

.hc-faq__answer p {
  color: var(--hc-color-body);
  font-size: 14px;
  line-height: 1.6;
}

.hc-final-cta {
  background: var(--hc-color-gold);
  padding: 64px 0;
}

.hc-final-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.hc-final-cta h2 {
  color: #fff;
  margin-bottom: 8px;
  font-size: 28px;
  line-height: 1.3;
}

.hc-final-cta p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 15px;
}

.site-footer {
  background: var(--hc-color-footer);
  color: #fff;
}

.site-footer__top {
  padding: 56px 0;
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 40px;
}

.site-footer__brand p {
  color: var(--hc-color-body);
  margin: 20px 0;
  max-width: 384px;
  font-size: 13px;
  line-height: 1.65;
}

.site-footer__socials {
  display: flex;
  gap: 12px;
}

.site-footer__socials a {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  display: grid;
  place-items: center;
}

.site-footer__col h4 {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.78px;
  margin-bottom: 16px;
}

.site-footer__col .menu,
.site-footer__contact-list {
  display: grid;
  gap: 10px;
}

.site-footer__col .menu a,
.site-footer__contact-list li {
  font-size: 13px;
  color: var(--hc-color-body);
  padding: 0;
}

.site-footer__contact-list li {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  line-height: 1.5;
}

.site-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding: 20px 0;
}

.site-footer__bottom-inner {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.site-footer__bottom p {
  color: #4a5565;
  font-size: 11px;
  line-height: 1.5;
}
