:root {
  --hf-red: #e6212a;
  --hf-ink: #111318;
  --hf-muted: #626a76;
  --hf-line: #e7e9ee;
  --hf-soft: #f6f8fb;
  --hf-sky: #dff5ff;
  --hf-mint: #dff8ec;
  --hf-yellow: #ffe58a;
  --hf-radius: 8px;
  --hf-shadow: 0 18px 50px rgba(17, 19, 24, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.hf-theme {
  margin: 0;
  color: var(--hf-ink);
  background: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}
body.hf-modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
.hf-shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.hf-site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, .92);
  border-bottom: 1px solid rgba(231, 233, 238, .9);
  backdrop-filter: blur(18px);
}
.hf-header-inner { min-height: 76px; display: flex; align-items: center; gap: 24px; }
.hf-logo img, .custom-logo-link img { display: block; width: 174px; max-height: 52px; object-fit: contain; }
.hf-primary-nav { flex: 1; }
.hf-menu, .hf-footer-menu {
  display: flex;
  align-items: center;
  gap: 22px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.hf-menu a { color: #2c3138; font-size: 15px; font-weight: 700; }
.hf-menu a:hover, .hf-link:hover { color: var(--hf-red); }
.hf-header-actions { display: flex; align-items: center; gap: 14px; }
.hf-link { color: var(--hf-muted); font-weight: 700; }
.hf-menu-toggle { display: none; }
.hf-btn, .button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: var(--hf-radius);
  background: var(--hf-red);
  color: #fff !important;
  padding: 0 20px;
  font-weight: 800;
  cursor: pointer;
  text-align: center;
}
.hf-btn:hover, .button:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover { background: #c81720; color: #fff; }
.hf-btn-secondary { background: #111318; }
.hf-btn-small { min-height: 40px; padding-inline: 16px; }
.hf-hero {
  position: relative;
  min-height: calc(100vh - 76px);
  display: flex;
  align-items: center;
  background:
    linear-gradient(135deg, rgba(5, 8, 14, .78), rgba(5, 8, 14, .24)),
    url("../img/app-home.png") right center / contain no-repeat,
    linear-gradient(135deg, #111318 0%, #0a6b82 54%, #e6212a 100%);
  overflow: hidden;
}
.hf-hero-bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.hf-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(5, 8, 14, .78) 0%, rgba(5, 8, 14, .56) 43%, rgba(5, 8, 14, .18) 100%),
    linear-gradient(180deg, rgba(5, 8, 14, .16), rgba(5, 8, 14, .38));
}
.hf-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 480px;
  gap: 54px;
  align-items: center;
  padding: 48px 0;
}
.hf-kicker {
  margin: 0 0 10px;
  color: var(--hf-red);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}
.hf-hero h1, .hf-page-hero h1 {
  margin: 0;
  font-size: clamp(52px, 8vw, 104px);
  line-height: .95;
  letter-spacing: 0;
}
.hf-hero p { max-width: 650px; font-size: 20px; color: #343b45; }
.hf-hero-video .hf-kicker,
.hf-hero-video h1,
.hf-hero-video p {
  color: #fff;
  text-shadow: 0 2px 24px rgba(0, 0, 0, .34);
}
.hf-hero-video .hf-kicker { color: #ff4d55; }
.hf-hero-video .hf-btn-secondary { background: rgba(255, 255, 255, .16); border: 1px solid rgba(255, 255, 255, .34); }
.hf-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hf-hero-visual { position: relative; min-height: 560px; }
.hf-app-showcase {
  position: absolute;
  right: 18px;
  top: 0;
  width: min(430px, 100%);
  max-height: 620px;
  object-fit: contain;
  filter: drop-shadow(0 28px 46px rgba(17, 19, 24, .18));
}
.hf-pass-card {
  position: absolute;
  left: 0;
  bottom: 42px;
  width: 270px;
  padding: 22px;
  border: 1px solid var(--hf-line);
  border-radius: var(--hf-radius);
  background: #fff;
  box-shadow: var(--hf-shadow);
}
.hf-pass-card strong, .hf-pass-card span { display: block; }
.hf-pass-card span { margin-top: 8px; color: var(--hf-muted); }
.hf-section { padding: 82px 0; }
.hf-band { background: var(--hf-soft); }
.hf-section-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 28px; }
.hf-section h2, .hf-page-hero h1 { margin-top: 0; }
.hf-section h2 { font-size: clamp(32px, 4vw, 54px); line-height: 1; letter-spacing: 0; }
.hf-section-head a { color: var(--hf-red); font-weight: 900; }
.hf-plan-grid, .products {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.hf-plan-card, .woocommerce ul.products li.product {
  width: auto !important;
  float: none !important;
  margin: 0 !important;
  padding: 20px !important;
  border: 1px solid var(--hf-line);
  border-radius: var(--hf-radius);
  background: #fff;
  box-shadow: 0 10px 30px rgba(17, 19, 24, .06);
}
.hf-plan-card:hover, .woocommerce ul.products li.product:hover { border-color: rgba(230, 33, 42, .4); transform: translateY(-2px); }
.hf-plan-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.hf-flag { font-size: 28px; }
.hf-pill {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  border-radius: 999px;
  background: var(--hf-soft);
  color: var(--hf-muted);
  padding: 0 10px;
  font-size: 12px;
  font-weight: 900;
}
.hf-plan-card h3 { margin: 18px 0 8px; font-size: 22px; }
.hf-plan-meta { display: flex; gap: 8px; flex-wrap: wrap; color: var(--hf-muted); font-weight: 700; }
.hf-plan-price { margin: 20px 0; font-size: 32px; font-weight: 900; }
.hf-steps { display: grid; grid-template-columns: 360px 1fr; gap: 48px; }
.hf-steps ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: steps;
}
.hf-steps li {
  counter-increment: steps;
  padding: 22px;
  border-radius: var(--hf-radius);
  background: #fff;
  border: 1px solid var(--hf-line);
}
.hf-steps li::before {
  content: counter(steps);
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: var(--hf-red);
  color: #fff;
  font-weight: 900;
}
.hf-steps strong, .hf-steps span { display: block; }
.hf-steps span { color: var(--hf-muted); margin-top: 8px; }
.hf-split { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1fr); gap: 42px; align-items: center; }
.hf-feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.hf-feature-grid article {
  padding: 22px;
  min-height: 140px;
  border-radius: var(--hf-radius);
  background: #111318;
  color: #fff;
}
.hf-feature-grid article:nth-child(2) { background: #0a6b82; }
.hf-feature-grid article:nth-child(3) { background: #24442f; }
.hf-feature-grid article:nth-child(4) { background: var(--hf-red); }
.hf-feature-grid strong, .hf-feature-grid span { display: block; }
.hf-feature-grid span { margin-top: 10px; color: rgba(255, 255, 255, .82); }
.hf-page-hero {
  padding: 88px 0 56px;
  background: linear-gradient(135deg, #fff, #eaf8ff);
}
.hf-page-hero h1 { font-size: clamp(44px, 6vw, 76px); }
.hf-content {
  max-width: 860px;
  font-size: 18px;
}
.hf-content a { color: var(--hf-red); font-weight: 800; }
.hf-post-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.hf-post-card { border: 1px solid var(--hf-line); border-radius: var(--hf-radius); padding: 18px; }
.hf-footer {
  background: #111318;
  color: #fff;
  padding: 62px 0 28px;
}
.hf-footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 38px; }
.hf-footer p, .hf-footer a, .hf-footer-bottom { color: #c7ced8; }
.hf-footer h2 { margin: 0 0 14px; font-size: 16px; }
.hf-footer-menu { display: grid; align-items: start; gap: 10px; }
.hf-app-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.hf-app-links a {
  display: inline-flex;
  align-items: center;
  line-height: 0;
}
.hf-store-badge img,
.hf-app-links img {
  display: block;
  width: auto;
  height: 42px;
  max-width: 150px;
}
.hf-footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding-top: 34px;
  margin-top: 34px;
  border-top: 1px solid rgba(255,255,255,.12);
}
.hf-footer-policy-button {
  border: 0;
  background: transparent;
  color: #fff;
  padding: 0;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}
.hf-footer-policy-button:hover { color: var(--hf-red); }
.hf-policy-modal[hidden] { display: none; }
.hf-policy-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 20px;
}
.hf-policy-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(17, 19, 24, .68);
}
.hf-policy-modal-panel {
  position: relative;
  width: min(560px, 100%);
  max-height: min(680px, calc(100vh - 40px));
  overflow: auto;
  padding: 28px;
  border-radius: var(--hf-radius);
  background: #fff;
  color: var(--hf-ink);
  box-shadow: var(--hf-shadow);
}
.hf-policy-modal-panel h2 {
  margin: 0 0 8px;
  font-size: 32px;
  line-height: 1;
}
.hf-policy-modal-panel p {
  margin: 0 0 20px;
  color: var(--hf-muted);
}
.hf-policy-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 40px;
  height: 40px;
  border: 1px solid var(--hf-line);
  border-radius: var(--hf-radius);
  background: #fff;
  color: var(--hf-ink);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}
.hf-policy-links {
  display: grid;
  gap: 10px;
}
.hf-policy-links a {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 16px;
  border: 1px solid var(--hf-line);
  border-radius: var(--hf-radius);
  color: var(--hf-ink);
  font-weight: 900;
}
.hf-policy-links a::after {
  content: "Open";
  color: var(--hf-red);
  font-size: 13px;
}
.hf-policy-links a:hover {
  border-color: rgba(230, 33, 42, .38);
  background: var(--hf-soft);
}

.hf-account-section {
  padding-top: 56px;
}
.hf-account-content {
  max-width: 1180px;
}
.hf-account-page .woocommerce {
  display: grid !important;
  grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  width: 100%;
}
.hf-account-page .woocommerce::before,
.hf-account-page .woocommerce::after {
  content: none !important;
  display: none !important;
}
.hf-account-login .hf-account-section {
  padding: 64px 0 92px;
}
.hf-account-login .hf-account-content {
  max-width: 520px;
}
.hf-account-login .woocommerce {
  display: block !important;
  max-width: 520px;
  margin: 0 auto;
}
.hf-account-login .woocommerce h2 {
  display: none;
}
.hf-account-login .woocommerce .u-columns {
  display: block;
}
.hf-account-login .woocommerce .u-column1,
.hf-account-login .woocommerce .u-column2 {
  float: none;
  width: 100%;
}
.hf-account-login .woocommerce .u-column2 {
  margin-top: 22px;
}
.hf-account-login .woocommerce form.login,
.hf-account-login .woocommerce form.register {
  width: 100%;
  margin: 0;
  padding: 34px;
  border: 1px solid var(--hf-line);
  border-radius: var(--hf-radius);
  background: #fff;
  box-shadow: var(--hf-shadow);
}
.hf-account-login .woocommerce form.login::before,
.hf-account-login .woocommerce form.login::after,
.hf-account-login .woocommerce form.register::before,
.hf-account-login .woocommerce form.register::after {
  content: none !important;
  display: none !important;
}
.hf-account-login .woocommerce form .form-row {
  display: block;
  width: 100%;
  margin: 0 0 16px;
  padding: 0;
}
.hf-account-login .woocommerce form .form-row label {
  display: block;
  margin-bottom: 8px;
  font-weight: 800;
}
.hf-account-login .woocommerce form .form-row input.input-text {
  width: 100%;
  min-height: 54px;
  font-size: 16px;
}
.hf-account-login .woocommerce-form-login__rememberme {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  margin: 2px 0 18px;
  color: var(--hf-muted);
}
.hf-account-login .woocommerce-form-login__submit {
  width: 100%;
  min-height: 54px;
  margin: 0 0 14px !important;
}
.hf-account-login .woocommerce-LostPassword {
  margin: 0;
  text-align: center;
}
.hf-account-login .woocommerce-LostPassword a {
  color: var(--hf-red);
  font-weight: 900;
}
.hf-account-page .woocommerce-MyAccount-navigation,
.hf-account-page .woocommerce-MyAccount-content {
  float: none !important;
  width: auto !important;
}
.hf-account-page .woocommerce-MyAccount-navigation {
  min-width: 0;
}
.woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 12px;
  border: 1px solid var(--hf-line);
  border-radius: var(--hf-radius);
  background: #fff;
}
.woocommerce-MyAccount-navigation li a {
  display: flex;
  padding: 13px 12px;
  border-radius: var(--hf-radius);
  color: #333a44;
  font-weight: 800;
}
.woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-MyAccount-navigation li a:hover {
  background: var(--hf-red);
  color: #fff;
}
.woocommerce-MyAccount-content {
  min-width: 0;
  width: 100%;
  padding: 24px;
  border: 1px solid var(--hf-line);
  border-radius: var(--hf-radius);
  background: #fff;
}
.hf-account-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.hf-account-panel, .hf-app-prompt, .hf-qr-panel {
  padding: 20px;
  border: 1px solid var(--hf-line);
  border-radius: var(--hf-radius);
  background: var(--hf-soft);
}
.hf-account-panel strong { display: block; font-size: 22px; }
.hf-account-panel span { color: var(--hf-muted); }
.hf-app-prompt {
  margin-bottom: 22px;
  background: #111318;
  color: #fff;
}
.hf-app-prompt p { color: #d5dbe4; }
.hf-qr-panel img,
.hf-esim-qr-image {
  width: 260px;
  max-width: 100%;
  border-radius: var(--hf-radius);
  background: #fff;
  padding: 10px;
  border: 1px solid var(--hf-line);
}
.hf-code {
  display: block;
  overflow-wrap: anywhere;
  padding: 12px;
  border-radius: var(--hf-radius);
  background: #fff;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}
.woocommerce table.shop_table { border-color: var(--hf-line); border-radius: var(--hf-radius); overflow: hidden; }
.hf-account-page .woocommerce-info,
.hf-account-page .woocommerce-message,
.hf-account-page .woocommerce-error {
  border: 1px solid var(--hf-line);
  border-top: 1px solid var(--hf-line);
  border-radius: var(--hf-radius);
  background: var(--hf-soft);
  color: #333a44;
  padding: 16px 20px 16px 52px;
  margin-bottom: 18px;
}
.hf-account-page .woocommerce-info::before,
.hf-account-page .woocommerce-message::before,
.hf-account-page .woocommerce-error::before {
  top: 16px;
  color: var(--hf-red);
}
.woocommerce-MyAccount-content .woocommerce-MyAccount-paymentMethods,
.woocommerce-MyAccount-content .woocommerce-PaymentMethods {
  width: 100%;
  border: 1px solid var(--hf-line);
  border-radius: var(--hf-radius);
  overflow: hidden;
  background: #fff;
}
.woocommerce-MyAccount-content .woocommerce-MyAccount-paymentMethods th,
.woocommerce-MyAccount-content .woocommerce-MyAccount-paymentMethods td,
.woocommerce-MyAccount-content .woocommerce-PaymentMethods th,
.woocommerce-MyAccount-content .woocommerce-PaymentMethods td {
  padding: 14px 16px;
  border-color: var(--hf-line);
}
.woocommerce-MyAccount-content .woocommerce-MyAccount-paymentMethods .button,
.woocommerce-MyAccount-content .woocommerce-PaymentMethods .button,
.woocommerce-MyAccount-content .woocommerce-Button--next {
  min-height: 40px;
  padding-inline: 16px;
}
.woocommerce-MyAccount-content .woocommerce-MyAccount-paymentMethods + .button,
.woocommerce-MyAccount-content .woocommerce-MyAccount-paymentMethods + p .button {
  margin-top: 16px;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce input.input-text {
  min-height: 46px;
  border: 1px solid var(--hf-line);
  border-radius: var(--hf-radius);
  padding: 10px 12px;
}

.hf-product-section {
  padding-top: 54px;
}
.single-product div.product {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .8fr);
  gap: 44px;
  align-items: start;
}
.single-product div.product::before,
.single-product div.product::after {
  content: none !important;
  display: none !important;
}
.single-product div.product .summary,
.single-product div.product .woocommerce-product-gallery {
  float: none !important;
  width: auto !important;
}
.hf-single-plan-image {
  min-height: 480px;
  display: flex;
  align-items: end;
  padding: 28px;
  border-radius: var(--hf-radius);
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(17, 19, 24, .12);
}
.hf-single-plan-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 8, 14, .08), rgba(5, 8, 14, .74));
}
.hf-single-plan-image > div {
  position: relative;
  color: #fff;
}
.hf-single-plan-image strong {
  display: block;
  margin-top: 10px;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1;
}
.hf-single-plan-image small {
  display: block;
  margin-top: 8px;
  font-weight: 900;
  color: rgba(255, 255, 255, .82);
}
.single-product div.product .summary .product_title {
  margin-top: 0;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1;
}
.single-product div.product p.price,
.single-product div.product span.price {
  color: var(--hf-ink);
  font-size: 34px;
  font-weight: 900;
}
.single-product div.product form.cart {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 24px 0;
}
.single-product div.product form.cart .quantity {
  display: none !important;
}
.single-product div.product form.cart .single_add_to_cart_button,
.single-product div.product .hf-plan-access .hf-btn {
  min-height: 54px;
  background: var(--hf-red) !important;
  color: #fff !important;
  border-radius: var(--hf-radius) !important;
  padding: 0 26px !important;
  font-weight: 900;
}
.single-product div.product form.cart .single_add_to_cart_button:hover,
.single-product div.product .hf-plan-access .hf-btn:hover {
  background: #c81720 !important;
}
.single-product div.product .product_meta,
.single-product div.product .sku_wrapper,
.single-product div.product .posted_in {
  display: none !important;
}
.single-product .woocommerce-tabs {
  grid-column: 1 / -1;
}
.single-product .woocommerce-tabs ul.tabs {
  display: none;
}
.single-product .woocommerce-tabs .panel {
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid var(--hf-line);
}
.single-product .woocommerce-tabs .panel h2,
.single-product .related.products > h2 {
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1;
}
.single-product .related.products {
  display: none !important;
}
.hf-plan-access {
  margin: 24px 0;
  padding: 20px;
  border: 1px solid var(--hf-line);
  border-radius: var(--hf-radius);
  background: var(--hf-soft);
}
.hf-plan-access p {
  margin-top: 0;
  color: var(--hf-muted);
  font-weight: 700;
}
.hf-plan-modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(5, 8, 14, .58);
  backdrop-filter: blur(10px);
}
.hf-plan-modal {
  width: min(720px, 100%);
  border-radius: var(--hf-radius);
  background: #fff;
  padding: 24px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, .24);
}
.hf-plan-modal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 20px;
}
.hf-plan-modal-card {
  display: grid;
  gap: 8px;
  border: 1px solid var(--hf-line);
  border-radius: var(--hf-radius);
  padding: 12px;
  background: var(--hf-soft);
}
.hf-plan-modal-image {
  display: block;
  min-height: 130px;
  border-radius: var(--hf-radius);
  background-size: cover;
  background-position: center;
}
.hf-plan-modal-card small {
  color: var(--hf-red);
  font-weight: 900;
  text-transform: uppercase;
}
.hf-plan-modal-card strong {
  line-height: 1.1;
}
.hf-plan-modal h2 {
  margin: 0 0 8px;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1;
}
.hf-plan-modal p {
  color: var(--hf-muted);
  font-weight: 700;
}
.hf-plan-modal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}
.hf-checkout-plan-thumb-wrap,
.wc-block-components-order-summary-item__image.hf-checkout-plan-thumb-wrap,
.wc-block-cart-item__image.hf-checkout-plan-thumb-wrap,
.wc-block-components-product-image.hf-checkout-plan-thumb-wrap {
  width: 72px !important;
  min-width: 72px !important;
  height: 72px !important;
  aspect-ratio: 1 / 1;
  border-radius: var(--hf-radius);
  overflow: hidden;
  background: var(--hf-soft);
}
.hf-checkout-plan-thumb,
.wc-block-components-product-image img.hf-checkout-plan-thumb,
.wc-block-components-order-summary-item__image img.hf-checkout-plan-thumb,
.wc-block-cart-item__image img.hf-checkout-plan-thumb {
  display: block !important;
  width: 72px !important;
  max-width: 72px !important;
  min-width: 72px !important;
  height: 72px !important;
  max-height: 72px !important;
  aspect-ratio: 1 / 1;
  border-radius: var(--hf-radius);
  object-fit: cover !important;
  object-position: center !important;
}
.wc-block-components-order-summary-item__image img.hf-checkout-plan-thumb {
  margin: 0 !important;
}

.hf-plan-search {
  max-width: 100%;
}
.hf-plan-search > input {
  width: 100%;
  min-height: 58px;
  margin: 0 0 22px;
  border: 1px solid var(--hf-line);
  border-radius: var(--hf-radius);
  padding: 0 18px;
  font: inherit;
  font-weight: 800;
}
.hf-plan-search .hf-plan-hero {
  min-height: 300px;
  display: flex;
  align-items: end;
  margin-bottom: 24px;
  padding: 30px;
  border-radius: var(--hf-radius);
  color: #fff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
}
.hf-plan-search .hf-plan-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5, 8, 14, .78), rgba(5, 8, 14, .24));
}
.hf-plan-search .hf-plan-hero > div {
  position: relative;
  max-width: 620px;
}
.hf-plan-search .hf-plan-hero span {
  display: block;
  color: #ff4d55;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}
.hf-plan-search .hf-plan-hero strong {
  display: block;
  margin-top: 8px;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1;
}
.hf-plan-search .hf-plan-hero p {
  margin: 10px 0 0;
  color: #fff;
  font-size: 18px;
}
.hf-plan-search .hf-region-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}
.hf-plan-search .hf-region-buttons button,
.hf-plan-search .hf-plan-results-head button {
  min-height: 42px;
  border: 1px solid var(--hf-line);
  border-radius: 999px;
  background: #fff;
  color: var(--hf-ink);
  padding: 0 16px;
  font: inherit;
  font-size: 15px;
  font-weight: 900;
  cursor: pointer;
}
.hf-plan-search .hf-region-buttons button.is-active,
.hf-plan-search .hf-region-buttons button:hover,
.hf-plan-search .hf-plan-results-head button:hover {
  border-color: var(--hf-red);
  background: var(--hf-red);
  color: #fff;
}
.hf-plan-search .hf-plan-section-title {
  margin: 8px 0 18px;
  color: var(--hf-ink);
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 900;
  line-height: 1.05;
}
.hf-plan-search .hf-destination-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 34px;
}
.hf-plan-search .hf-destination-card {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 16px;
  align-items: stretch;
  min-height: 136px;
  border: 1px solid var(--hf-line);
  border-radius: var(--hf-radius);
  background: #fff;
  padding: 12px;
  text-align: left;
  cursor: pointer;
  box-shadow: 0 10px 28px rgba(17, 19, 24, .05);
}
.hf-plan-search .hf-destination-card:hover {
  border-color: rgba(230, 33, 42, .42);
  transform: translateY(-2px);
}
.hf-plan-search .hf-destination-image {
  display: block;
  border-radius: var(--hf-radius);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hf-plan-search .hf-destination-info {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hf-plan-search .hf-destination-info strong {
  display: block;
  margin-top: 8px;
  color: var(--hf-ink);
  font-size: 20px;
  line-height: 1.1;
}
.hf-plan-search .hf-destination-info small {
  display: block;
  margin-top: 8px;
  color: var(--hf-muted);
  font-weight: 800;
}
.hf-plan-search .hf-plan-results-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.hf-plan-search .hf-plan-results-head.is-hidden {
  display: none !important;
}
.hf-plan-search .hf-plan-results .hf-plan-card {
  display: flex;
  flex-direction: column;
  min-height: 390px;
}
.hf-plan-search .hf-plan-results .hf-plan-card p {
  flex: 1;
}
.hf-plan-search .hf-plan-results .hf-btn {
  align-self: flex-start;
  min-width: 160px;
}
.hf-plan-search .hf-plan-card.is-hidden,
.hf-plan-search .hf-destination-card.is-hidden,
.hf-plan-search .hf-plan-empty.is-hidden {
  display: none !important;
}
.hf-plan-search .hf-plan-empty {
  padding: 20px;
  border: 1px solid var(--hf-line);
  border-radius: var(--hf-radius);
  background: var(--hf-soft);
  font-weight: 800;
}
.hf-plan-search .hf-plan-card .hf-btn,
.hf-plan-search .hf-plan-card .hf-btn:visited,
.hf-plan-search .hf-plan-card .hf-btn:hover {
  color: #fff !important;
}

@media (max-width: 900px) {
  .hf-shell { width: min(1180px, calc(100% - 28px)); }
  .hf-header-inner { min-height: 68px; gap: 12px; }
  .hf-logo img, .custom-logo-link img { width: 168px; }
  .hf-menu-toggle {
    display: inline-flex;
    margin-left: auto;
    width: 48px;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--hf-line);
    border-radius: var(--hf-radius);
    background: #fff;
    padding: 0;
  }
  .hf-menu-toggle span,
  .hf-menu-toggle span::before,
  .hf-menu-toggle span::after {
    display: block;
    width: 22px;
    height: 3px;
    border-radius: 999px;
    background: var(--hf-ink);
  }
  .hf-menu-toggle span { position: relative; }
  .hf-menu-toggle span::before,
  .hf-menu-toggle span::after {
    content: "";
    position: absolute;
    left: 0;
  }
  .hf-menu-toggle span::before { top: -7px; }
  .hf-menu-toggle span::after { top: 7px; }
  .hf-menu-toggle[aria-expanded="true"] span { background: transparent; }
  .hf-menu-toggle[aria-expanded="true"] span::before { top: 0; transform: rotate(45deg); }
  .hf-menu-toggle[aria-expanded="true"] span::after { top: 0; transform: rotate(-45deg); }
  .hf-header-actions .hf-btn-small {
    min-height: 40px;
    white-space: nowrap;
    padding-inline: 13px;
    font-size: 14px;
  }
  .hf-primary-nav {
    display: none;
    position: absolute;
    left: 20px;
    right: 20px;
    top: 72px;
    padding: 16px;
    border: 1px solid var(--hf-line);
    border-radius: var(--hf-radius);
    background: #fff;
    box-shadow: var(--hf-shadow);
  }
  .hf-primary-nav.is-open { display: block; }
  .hf-menu { display: grid; gap: 12px; }
  .hf-header-actions .hf-link { display: none; }
  .hf-hero { min-height: auto; }
  .hf-hero-grid, .hf-steps, .hf-split, .hf-footer-grid, .hf-account-page .woocommerce { grid-template-columns: 1fr !important; }
  .hf-hero-visual { min-height: 420px; }
  .hf-app-showcase { right: 0; left: 50%; transform: translateX(-50%); width: min(360px, 92vw); max-height: 460px; }
  .hf-pass-card { left: 0; bottom: 10px; }
  .hf-plan-grid, .products, .hf-post-grid { grid-template-columns: 1fr !important; }
  .hf-steps ol, .hf-feature-grid, .hf-account-grid { grid-template-columns: 1fr; }
  .hf-section-head, .hf-footer-bottom { display: grid; align-items: start; }
  .hf-policy-modal-panel { padding: 24px 18px; }
  .hf-plan-search .hf-destination-grid { grid-template-columns: 1fr; }
  .hf-plan-search .hf-destination-card { grid-template-columns: 96px minmax(0, 1fr); }
  .hf-plan-search .hf-plan-results-head { display: grid; align-items: start; }
  .single-product div.product { grid-template-columns: 1fr; }
  .hf-single-plan-image { min-height: 340px; }
  .hf-plan-modal-grid { grid-template-columns: 1fr; }
}
.hf-footer-menu > li.auto_translate_button_wrapper {
  display: none !important;
}
ul.hf-footer-menu li.auto_translate_button_wrapper {
  display: none !important;
  min-width: 0 !important;
  width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}