/* ===========================================================================
   huongavala V2.1 — sao chép cấu trúc Oanh Phạm (giupbanlamdep)
   Palette Soukaikan thật (đo từ soukaikan.nguyenthuhuong.vn 2026-05-15)
   Thay xanh dương Oanh Phạm bằng cam Soukaikan #FF7800
   =========================================================================== */

:root {
  --sk-orange: #FF7800;
  --sk-orange-deep: #E76F04;
  --sk-orange-light: #FFB366;
  --sk-cream: #FFF0D6;
  --sk-beige: #E8E0D0;
  --sk-dark: #383736;
  --sk-text: #555351;
  --sk-text-light: #8B8884;
  --sk-gray: #E5E7EB;
  --sk-bg: #F8F5F0;
  --sk-white: #FFFFFF;

  --sk-radius: 8px;
  --sk-shadow: 0 2px 12px rgba(56, 55, 54, 0.06);
  --sk-shadow-lg: 0 8px 32px rgba(56, 55, 54, 0.10);
  --sk-container: 1200px;

  --sk-font-display: 'Lato', 'Be Vietnam Pro', sans-serif;
  --sk-font-body: 'Be Vietnam Pro', 'Roboto', -apple-system, sans-serif;
  --sk-font-cursive: 'Pacifico', 'Dancing Script', cursive;
}

/* Hide Ghost native nav + footer + ALL JS Code Injection widget cũ */
.gh-navigation,
.gh-head,
.gh-footer,
nav.gh-nav,
footer.gh-foot,
footer.site-footer,
/* Widget JS Code Injection sếp paste (em không xóa được qua API, hide qua theme) */
.csc-section,
section.csc-section,
#csc-section,
.csc-container,
.csc-card,
.csc-cta-wrap,
.csc-eyebrow,
.csc-header,
.ha-bcrumb,                /* breadcrumb auto-inject sếp paste */
.ha-archive-banner,        /* CTA "Combo 569k" hardcode sai cho gau/bet — tag.hbs em viết sẽ render đúng */
.ha-archive-banner *,
[data-ha-cta],             /* mọi CTA element có data-ha-cta đều từ JS Code Injection */
.ha-inline-optin,          /* inline opt-in trong article */
.ha-floating-cta { display: none !important; visibility: hidden !important; height: 0 !important; overflow: hidden !important; }

/* ============ GLOBAL ============ */
.ha-page {
  font-family: var(--sk-font-body);
  color: var(--sk-text);
  line-height: 1.6;
  background: var(--sk-bg);
}
.ha-page * { box-sizing: border-box; }
.ha-page img { max-width: 100%; height: auto; display: block; }
.ha-page h1, .ha-page h2, .ha-page h3, .ha-page h4 {
  font-family: var(--sk-font-display);
  font-weight: 800;
  color: var(--sk-dark);
  margin: 0;
  line-height: 1.3;
}
.ha-page a { color: inherit; text-decoration: none; }

/* ============ 1. HEADER BAR — cam Soukaikan thay xanh Oanh ============ */
.ha-header {
  background: var(--sk-orange);
  padding: 18px 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.ha-header__inner {
  max-width: var(--sk-container);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.ha-logo {
  font-family: var(--sk-font-cursive);
  font-size: 38px;
  color: var(--sk-white);
  letter-spacing: 0.01em;
  line-height: 1;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  flex-shrink: 0;
}
.ha-logo sup { font-size: 14px; opacity: 0.85; margin-left: 2px; vertical-align: super; }

.ha-search {
  flex: 1;
  max-width: 540px;
  position: relative;
  display: flex;
}
.ha-search__input {
  width: 100%;
  padding: 12px 50px 12px 22px;
  border-radius: 999px;
  border: none;
  font-family: inherit;
  font-size: 15px;
  color: var(--sk-text);
  background: var(--sk-white);
  outline: none;
  transition: box-shadow 0.2s;
}
.ha-search__input:focus { box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.4); }
.ha-search__input::placeholder { color: var(--sk-text-light); font-style: italic; }
.ha-search__btn {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--sk-orange-deep);
  color: var(--sk-white);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}
.ha-search__btn:hover { background: var(--sk-dark); }

@media (max-width: 700px) {
  .ha-header__inner { flex-direction: column; gap: 16px; }
  .ha-logo { font-size: 32px; }
  .ha-search { width: 100%; }
}

/* ============ 2. NAV 5 MỤC ============ */
.ha-nav {
  background: var(--sk-white);
  border-bottom: 1px solid var(--sk-gray);
  box-shadow: var(--sk-shadow);
  position: sticky;
  top: 0;
  z-index: 50;
}
.ha-nav__inner {
  max-width: var(--sk-container);
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}
.ha-nav__item {
  padding: 18px 22px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--sk-text);
  border-bottom: 3px solid transparent;
  transition: color 0.2s, border-color 0.2s;
  position: relative;
  display: flex;
  align-items: center;
}
.ha-nav__item:hover { color: var(--sk-orange); }
.ha-nav__item--active { color: var(--sk-orange); border-bottom-color: var(--sk-orange); }

/* Dropdown — Bài viết mới nhất → 3 sub */
.ha-nav__item--has-sub { cursor: pointer; padding: 0; }
.ha-nav__item--has-sub .ha-nav__item-link {
  padding: 18px 22px;
  display: flex;
  align-items: center;
  gap: 6px;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  text-transform: uppercase;
  border-bottom: 3px solid transparent;
  transition: color 0.2s, border-color 0.2s;
}
.ha-nav__item--has-sub:hover { color: var(--sk-orange); }
.ha-nav__item--has-sub:hover .ha-nav__item-link { color: var(--sk-orange); border-bottom-color: var(--sk-orange); }
.ha-nav__chev { transition: transform 0.2s; flex-shrink: 0; }
.ha-nav__item--has-sub:hover .ha-nav__chev { transform: rotate(180deg); }

.ha-nav__sub {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 280px;
  background: var(--sk-white);
  border-radius: 0 0 var(--sk-radius) var(--sk-radius);
  box-shadow: var(--sk-shadow-lg);
  border-top: 3px solid var(--sk-orange);
  list-style: none;
  margin: 0;
  padding: 8px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.2s, visibility 0.2s, transform 0.2s;
  z-index: 60;
}
.ha-nav__item--has-sub:hover .ha-nav__sub,
.ha-nav__item--has-sub:focus-within .ha-nav__sub {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.ha-nav__sub li { margin: 0; }
.ha-nav__sub a {
  display: block;
  padding: 12px 22px;
  font-size: 14px;
  font-weight: 500;
  color: var(--sk-text);
  text-transform: none;
  letter-spacing: normal;
  transition: background 0.15s, color 0.15s;
}
.ha-nav__sub a:hover { background: var(--sk-cream); color: var(--sk-orange-deep); }

@media (max-width: 800px) {
  .ha-nav__inner { padding: 0 12px; overflow-x: auto; flex-wrap: nowrap; }
  .ha-nav__item { padding: 14px 14px; font-size: 13px; white-space: nowrap; }
  .ha-nav__item--has-sub .ha-nav__item-link { padding: 14px 14px; font-size: 13px; }
  /* Mobile: sub hiện inline khi tap header nav (để dùng được — desktop hover) */
  .ha-nav__sub { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: none; min-width: 0; padding: 0; display: none; }
  .ha-nav__item--has-sub:focus-within .ha-nav__sub { display: block; }
}

/* ============ 3. BODY 2-CỘT ============ */
.ha-body {
  padding: 32px 24px 80px;
  background: var(--sk-bg);
}
.ha-body__inner {
  max-width: var(--sk-container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 32px;
  align-items: flex-start;
}

@media (max-width: 900px) {
  .ha-body__inner { grid-template-columns: 1fr; }
}

/* ============ MAIN — list horizontal cards ============ */
.ha-main { display: flex; flex-direction: column; gap: 24px; }

.ha-card {
  background: var(--sk-white);
  border-radius: var(--sk-radius);
  box-shadow: var(--sk-shadow);
  display: grid;
  grid-template-columns: 280px 1fr;
  overflow: hidden;
  transition: box-shadow 0.2s, transform 0.2s;
}
.ha-card:hover { box-shadow: var(--sk-shadow-lg); transform: translateY(-2px); }

.ha-card__media {
  display: block;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: var(--sk-beige);
}
.ha-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.ha-card:hover .ha-card__media img { transform: scale(1.05); }
.ha-card__placeholder {
  width: 100%; height: 100%;
  background: linear-gradient(135deg, var(--sk-cream), var(--sk-beige));
}

.ha-card__body { padding: 22px 26px; display: flex; flex-direction: column; gap: 12px; }
.ha-card__title-link { display: block; }
.ha-card__title {
  font-size: 21px;
  color: var(--sk-dark);
  margin: 0;
  line-height: 1.35;
  transition: color 0.2s;
}
.ha-card__title-link:hover .ha-card__title { color: var(--sk-orange); }
.ha-card__excerpt {
  font-size: 15px;
  color: var(--sk-text);
  margin: 0;
  flex: 1;
}
.ha-card__cat {
  font-size: 13px;
  color: var(--sk-text-light);
  margin: 0;
  display: flex;
  align-items: center;
  gap: 6px;
}
.ha-card__cat svg { color: var(--sk-orange); }
.ha-card__cat a {
  color: var(--sk-orange);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.ha-card__cat a:hover { text-decoration: underline; }

@media (max-width: 700px) {
  .ha-card { grid-template-columns: 1fr; }
  .ha-card__media { aspect-ratio: 16/9; }
  .ha-card__body { padding: 18px 20px; }
}

/* ============ PAGINATION [1][2][3][→] ============ */
.ha-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 36px;
  padding: 16px 0;
  flex-wrap: wrap;
}
.ha-pag__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 12px;
  border-radius: 6px;
  background: var(--sk-white);
  color: var(--sk-text);
  font-weight: 700;
  font-size: 15px;
  border: 1px solid var(--sk-gray);
  transition: all 0.2s;
  text-decoration: none;
}
.ha-pag__btn:hover {
  background: var(--sk-cream);
  border-color: var(--sk-orange);
  color: var(--sk-orange-deep);
}
.ha-pag__btn--active {
  background: var(--sk-orange);
  color: var(--sk-white);
  border-color: var(--sk-orange);
  pointer-events: none;
}
.ha-pag__btn--arrow {
  font-size: 18px;
  font-weight: 800;
}
.ha-pag__dots {
  color: var(--sk-text-light);
  padding: 0 4px;
  font-weight: 700;
  align-self: center;
}

/* ============ SIDEBAR ============ */
.ha-sidebar {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: sticky;
  top: 80px;
}
@media (max-width: 900px) { .ha-sidebar { position: static; } }

.ha-side {
  background: var(--sk-white);
  border-radius: var(--sk-radius);
  box-shadow: var(--sk-shadow);
  padding: 22px 22px;
}
.ha-side__head {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--sk-cream);
}
.ha-side__bullet {
  width: 0; height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid var(--sk-orange);
}
.ha-side__title {
  font-size: 13px;
  letter-spacing: 0.06em;
  color: var(--sk-orange);
  font-weight: 800;
  margin: 0;
}

.ha-side--profile .ha-side__media {
  border-radius: var(--sk-radius);
  overflow: hidden;
  aspect-ratio: 3/4;
  margin-bottom: 14px;
  background: var(--sk-beige);
}
.ha-side--profile .ha-side__media img { width: 100%; height: 100%; object-fit: cover; }
.ha-side__bio { font-size: 14px; color: var(--sk-text); margin: 0 0 12px; line-height: 1.55; }
.ha-side__link { color: var(--sk-orange); font-weight: 700; font-size: 14px; }
.ha-side__link:hover { text-decoration: underline; }

.ha-side__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.ha-side__item {
  display: flex;
  gap: 8px;
  font-size: 14px;
  line-height: 1.45;
  padding-bottom: 14px;
  border-bottom: 1px dashed var(--sk-gray);
}
.ha-side__item:last-child { border-bottom: none; padding-bottom: 0; }
.ha-side__num {
  color: var(--sk-orange);
  font-weight: 800;
  flex-shrink: 0;
}
.ha-side__item a { color: var(--sk-text); transition: color 0.2s; }
.ha-side__item a:hover { color: var(--sk-orange); }

/* ============ ARCHIVE CTA FULL-WIDTH GIỮA TRANG (thay vị trí Code Injection cũ) ============ */
.ha-archive-cta {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 20px;
  align-items: center;
  padding: 24px 28px;
  border-radius: var(--sk-radius);
  margin-bottom: 24px;
  box-shadow: var(--sk-shadow);
}
.ha-archive-cta--hero {
  background: linear-gradient(135deg, var(--sk-dark) 0%, #4a4845 100%);
  color: var(--sk-white);
  border: 2px solid var(--sk-orange);
}
.ha-archive-cta--bridge {
  background: linear-gradient(135deg, var(--sk-cream) 0%, var(--sk-beige) 100%);
  color: var(--sk-dark);
  border: 2px solid var(--sk-orange);
}
.ha-archive-cta--mini {
  background: linear-gradient(135deg, var(--sk-orange) 0%, var(--sk-orange-deep) 100%);
  color: var(--sk-white);
}
.ha-archive-cta__icon { font-size: 38px; line-height: 1; }
.ha-archive-cta__text h3 {
  font-size: 19px;
  margin: 0 0 4px;
  line-height: 1.25;
  color: inherit;
}
.ha-archive-cta--hero .ha-archive-cta__text h3 { color: var(--sk-white); }
.ha-archive-cta--mini .ha-archive-cta__text h3 { color: var(--sk-white); }
.ha-archive-cta__text p { font-size: 14px; margin: 0; opacity: 0.9; line-height: 1.4; }
.ha-archive-cta__text strong {
  color: var(--sk-orange);
  font-weight: 800;
}
.ha-archive-cta--mini .ha-archive-cta__text strong { color: var(--sk-white); font-size: 17px; }
.ha-archive-cta--hero .ha-archive-cta__text strong { color: var(--sk-orange-light); font-size: 17px; }
.ha-archive-cta__btn {
  display: inline-block;
  padding: 14px 26px;
  border-radius: 999px;
  background: var(--sk-orange);
  color: var(--sk-white);
  font-weight: 800;
  font-size: 15px;
  white-space: nowrap;
  box-shadow: 0 4px 14px rgba(0,0,0,0.18);
  transition: all 0.2s;
}
.ha-archive-cta--mini .ha-archive-cta__btn {
  background: var(--sk-white);
  color: var(--sk-orange-deep);
}
.ha-archive-cta__btn:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0,0,0,0.25); }

@media (max-width: 700px) {
  .ha-archive-cta { grid-template-columns: 1fr; text-align: center; }
  .ha-archive-cta__icon { margin: 0 auto; }
}

/* ============ TAG HERO BANNER ============ */
.ha-tag-hero {
  background: linear-gradient(135deg, var(--sk-cream) 0%, var(--sk-beige) 100%);
  padding: 56px 24px 48px;
  text-align: center;
}
.ha-tag-hero__inner {
  max-width: var(--sk-container);
  margin: 0 auto;
}
.ha-tag-hero__eyebrow {
  font-size: 13px;
  letter-spacing: 0.18em;
  color: var(--sk-orange);
  font-weight: 700;
  margin: 0 0 12px;
}
.ha-tag-hero__title {
  font-size: clamp(28px, 4vw, 44px);
  color: var(--sk-dark);
  margin: 0 0 12px;
  line-height: 1.2;
}
.ha-tag-hero__sub {
  font-size: 16px;
  color: var(--sk-text);
  max-width: 620px;
  margin: 0 auto;
}

/* ============ SKU SIDEBAR CARD — dynamic theo tag ============ */
.ha-side--sku {
  padding: 24px 22px;
  text-align: center;
  border: 2px solid var(--sk-orange);
}
.ha-side--sku-hero {
  background: linear-gradient(160deg, var(--sk-dark) 0%, #4a4845 100%);
  color: var(--sk-white);
  border-color: var(--sk-orange);
}
.ha-side--sku-bridge {
  background: linear-gradient(160deg, var(--sk-cream) 0%, var(--sk-beige) 100%);
  color: var(--sk-dark);
}
.ha-side--sku-mini {
  background: var(--sk-white);
  color: var(--sk-dark);
}
.ha-side__sku-tag {
  display: inline-block;
  background: var(--sk-orange);
  color: var(--sk-white);
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  margin-bottom: 12px;
}
.ha-side__sku-title {
  font-size: 19px;
  margin: 0 0 8px;
  line-height: 1.25;
}
.ha-side--sku-hero .ha-side__sku-title { color: var(--sk-white); }
.ha-side__sku-price {
  font-family: var(--sk-font-display);
  font-size: 30px;
  font-weight: 900;
  color: var(--sk-orange);
  margin: 0 0 12px;
  line-height: 1;
}
.ha-side__sku-price sup { font-size: 14px; vertical-align: super; margin-left: 2px; }
.ha-side--sku-hero .ha-side__sku-price { color: var(--sk-orange-light); }
.ha-side__sku-desc {
  font-size: 13px;
  margin: 0 0 16px;
  line-height: 1.5;
  opacity: 0.9;
}

/* ============ FORM OPT-IN — name + email ============ */
.ha-side--form {
  background: linear-gradient(135deg, var(--sk-orange) 0%, var(--sk-orange-deep) 100%);
  color: var(--sk-white);
  padding: 24px 22px;
}
.ha-side__form-head { text-align: center; margin-bottom: 18px; }
.ha-side__form-icon { font-size: 32px; display: block; margin-bottom: 8px; }
.ha-side__form-title {
  font-size: 17px;
  color: var(--sk-white);
  margin: 0 0 8px;
  line-height: 1.3;
}
.ha-side__form-sub { font-size: 13px; color: rgba(255,255,255,0.92); margin: 0; }

.ha-form { display: flex; flex-direction: column; gap: 12px; }
.ha-form__field { display: flex; flex-direction: column; gap: 4px; }
.ha-form__label {
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
  letter-spacing: 0.02em;
}
.ha-form__input {
  width: 100%;
  padding: 11px 14px;
  border-radius: 8px;
  border: 2px solid transparent;
  background: var(--sk-white);
  color: var(--sk-dark);
  font-family: inherit;
  font-size: 14px;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.ha-form__input::placeholder { color: var(--sk-text-light); font-style: italic; font-size: 13px; }
.ha-form__input:focus {
  border-color: var(--sk-dark);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
}
.ha-form__btn { margin-top: 4px; }
.ha-side--form .ha-btn--primary {
  background: var(--sk-white);
  color: var(--sk-orange-deep);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}
.ha-side--form .ha-btn--primary:hover {
  background: var(--sk-cream);
  color: var(--sk-orange-deep);
}
.ha-form__note {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.78);
  text-align: center;
  margin: 8px 0 0;
  line-height: 1.4;
}

/* ============ 9. FOOTER CAM SOUKAIKAN (đồng bộ palette) ============ */
.ha-footer {
  background: linear-gradient(180deg, var(--sk-orange) 0%, var(--sk-orange-deep) 100%);
  color: var(--sk-white);
  padding: 48px 24px;
}
.ha-footer__inner {
  max-width: var(--sk-container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 48px;
  align-items: start;
}
.ha-footer__title {
  font-size: 16px;
  font-weight: 800;
  color: var(--sk-white);
  letter-spacing: 0.04em;
  margin: 0 0 14px;
}
.ha-footer__desc {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.7;
  margin: 0 0 20px;
}
.ha-footer__desc strong { color: var(--sk-white); font-weight: 700; }

/* Search inline trong footer */
.ha-footer__search {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  padding: 4px 4px 4px 16px;
  max-width: 480px;
  border: 1px dashed rgba(255, 255, 255, 0.4);
}
.ha-footer__search-btn {
  background: transparent;
  border: none;
  color: var(--sk-white);
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 6px 8px;
  margin-right: 4px;
}
.ha-footer__search-input {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  color: var(--sk-white);
  font-family: inherit;
  font-size: 14px;
  padding: 10px 0;
}
.ha-footer__search-input::placeholder { color: rgba(255, 255, 255, 0.75); font-style: italic; }

/* Contact col */
.ha-footer__email {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  margin: 0 0 18px;
}
.ha-footer__email a { color: var(--sk-white); transition: opacity 0.2s; }
.ha-footer__email a:hover { opacity: 0.85; text-decoration: underline; }

.ha-footer__social {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}
.ha-footer__social-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: var(--sk-white);
  transition: opacity 0.2s;
}
.ha-footer__social-item:hover { opacity: 0.8; }

@media (max-width: 800px) {
  .ha-footer__inner { grid-template-columns: 1fr; gap: 32px; }
}

/* ============ BUTTONS ============ */
.ha-btn {
  display: inline-block;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.01em;
  transition: all 0.2s;
  cursor: pointer;
  border: 2px solid transparent;
  text-align: center;
  font-family: inherit;
}
.ha-btn--primary {
  background: var(--sk-orange);
  color: var(--sk-white);
  box-shadow: 0 3px 10px rgba(255, 120, 0, 0.30);
}
.ha-btn--primary:hover {
  background: var(--sk-orange-deep);
  transform: translateY(-1px);
  box-shadow: 0 5px 16px rgba(231, 111, 4, 0.45);
}
.ha-btn--block { display: block; width: 100%; }
.ha-side--cta .ha-btn--primary {
  background: var(--sk-white);
  color: var(--sk-orange-deep);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}
.ha-side--cta .ha-btn--primary:hover {
  background: var(--sk-cream);
  color: var(--sk-orange-deep);
}
