/*
Theme Name:  Hassan Bukhari — Elementor
Theme URI:   https://hassanbukhari.me
Author:      Hassan Bukhari
Author URI:  https://hassanbukhari.me
Description: Elementor-ready personal brand theme for Hassan Bukhari. Business Coach, Performance Coach, NLP Trainer, Author and Poet. Transformation Together. Requires: Elementor Free, Contact Form 7.
Version:     2.0
License:     Private
Tags:        portfolio, minimal, elementor, coaching, personal-brand, rtl-language-support
*/

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;1,400&family=DM+Sans:wght@300;400;500&display=swap');

/* === VARIABLES === */
:root {
  --hb-white:      #ffffff;
  --hb-black:      #0d0d0d;
  --hb-grey-light: #f5f5f5;
  --hb-grey-mid:   #e0e0e0;
  --hb-grey-text:  #6b6b6b;
  --hb-red:        #c0392b;
  --hb-red-dark:   #a93226;
  --hb-serif:      'Playfair Display', serif;
  --hb-sans:       'DM Sans', sans-serif;
  --hb-line:       1px solid #e0e0e0;
  --hb-line-red:   1px solid #c0392b;
  --hb-ease:       0.25s ease;
}

/* === RESET === */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--hb-sans); color: var(--hb-black); background: var(--hb-white); font-size: 16px; line-height: 1.75; padding-top: 68px; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
p { margin-bottom: 1rem; }
p:last-child { margin-bottom: 0; }
::-webkit-scrollbar { width: 4px; }
::-webkit-scrollbar-track { background: var(--hb-grey-light); }
::-webkit-scrollbar-thumb { background: var(--hb-grey-mid); border-radius: 2px; }

/* === ELEMENTOR OVERRIDES === */
.elementor-section .elementor-container { max-width: 1140px; }
.elementor-widget-heading .elementor-heading-title { font-family: var(--hb-serif) !important; font-weight: 400 !important; }
.elementor-location-header { padding-top: 0 !important; }
.elementor-section { width: 100% !important; }

/* === STICKY HEADER === */
.hb-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 9999;
  background: rgba(255,255,255,0.97); border-bottom: var(--hb-line);
  backdrop-filter: blur(10px); height: 68px;
  display: flex; align-items: center;
}
.hb-header-inner {
  max-width: 1140px; margin: 0 auto; padding: 0 2rem; width: 100%;
  display: flex; align-items: center; justify-content: space-between; height: 100%;
}
.hb-logo { font-family: var(--hb-serif); font-size: 1.2rem; color: var(--hb-black); letter-spacing: 0.02em; }
.hb-logo span { color: var(--hb-red); }

/* Nav */
.hb-nav { display: flex; align-items: center; list-style: none; height: 68px; gap: 0; }
.hb-nav > li { position: relative; height: 100%; display: flex; align-items: center; }
.hb-nav > li > a {
  display: flex; align-items: center; padding: 0 0.85rem; height: 100%;
  font-size: 0.86rem; font-weight: 500; color: var(--hb-black);
  letter-spacing: 0.01em; border-bottom: 2px solid transparent;
  transition: color var(--hb-ease), border-color var(--hb-ease); white-space: nowrap;
}
.hb-nav > li > a:hover,
.hb-nav > li:hover > a { color: var(--hb-red); border-bottom-color: var(--hb-red); }

/* Dropdowns */
.hb-nav .hb-drop {
  display: none; position: absolute; top: 68px; left: 0;
  background: var(--hb-white); border: var(--hb-line); min-width: 240px;
  z-index: 9998; box-shadow: 0 10px 30px rgba(0,0,0,0.08); list-style: none;
}
.hb-nav li:hover > .hb-drop { display: block; }
.hb-nav .hb-drop li { position: relative; }
.hb-nav .hb-drop a {
  display: block; padding: 0.7rem 1.2rem; font-size: 0.83rem;
  color: var(--hb-black); border-bottom: var(--hb-line);
  transition: background var(--hb-ease), color var(--hb-ease); white-space: nowrap;
}
.hb-nav .hb-drop li:last-child > a { border-bottom: none; }
.hb-nav .hb-drop a:hover { background: var(--hb-grey-light); color: var(--hb-red); }
.hb-nav .hb-drop .hb-drop { top: 0; left: 100%; }

/* CTA nav item */
.hb-nav .hb-nav-cta > a {
  background: var(--hb-black) !important; color: var(--hb-white) !important;
  padding: 0.5rem 1.1rem !important; height: auto !important;
  border-radius: 2px; border-bottom: none !important; margin-left: 0.5rem;
  font-size: 0.8rem !important;
}
.hb-nav .hb-nav-cta > a:hover { background: var(--hb-red) !important; }

/* Hamburger */
.hb-hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; padding: 4px; }
.hb-hamburger span { display: block; width: 23px; height: 1.5px; background: var(--hb-black); transition: var(--hb-ease); }

/* Mobile drawer */
.hb-mobile-nav {
  display: none; position: fixed; top: 68px; left: 0; right: 0; bottom: 0;
  background: var(--hb-white); overflow-y: auto; z-index: 9997; padding-bottom: 3rem;
}
.hb-mobile-nav.is-open { display: block; }
.hb-mobile-nav a { display: block; padding: 0.85rem 2rem; font-size: 0.9rem; color: var(--hb-black); border-bottom: var(--hb-line); }
.hb-mobile-nav a:hover { color: var(--hb-red); }
.hb-mobile-section { padding: 0.5rem 2rem; font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.12em; color: var(--hb-grey-text); background: var(--hb-grey-light); }
.hb-mobile-cta { background: var(--hb-red) !important; color: var(--hb-white) !important; font-weight: 500 !important; }

/* === BUTTONS === */
.hb-btn { display: inline-block; padding: 0.8rem 2rem; font-family: var(--hb-sans); font-size: 0.87rem; font-weight: 500; border: none; cursor: pointer; transition: background var(--hb-ease), color var(--hb-ease); border-radius: 0; letter-spacing: 0.02em; }
.hb-btn-dark  { background: var(--hb-black); color: var(--hb-white); }
.hb-btn-dark:hover  { background: var(--hb-red); color: var(--hb-white); }
.hb-btn-red   { background: var(--hb-red); color: var(--hb-white); }
.hb-btn-red:hover   { background: var(--hb-red-dark); color: var(--hb-white); }
.hb-btn-outline { background: transparent; color: var(--hb-black); border: 1px solid var(--hb-black); }
.hb-btn-outline:hover { background: var(--hb-black); color: var(--hb-white); }
.hb-btn-white { background: var(--hb-white); color: var(--hb-red); }
.hb-btn-white:hover { background: var(--hb-grey-light); }
.elementor-button { border-radius: 0 !important; font-family: var(--hb-sans) !important; }

/* === SECTION LABELS === */
.hb-tag { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.14em; color: var(--hb-red); display: flex; align-items: center; gap: 0.75rem; margin-bottom: 0.75rem; }
.hb-tag::before { content: ''; display: block; width: 26px; height: 1px; background: var(--hb-red); flex-shrink: 0; }
.hb-divider { width: 40px; height: 1px; background: var(--hb-red); margin: 1.25rem 0; }

/* === HERO === */
.hb-hero { min-height: calc(100vh - 68px); display: flex; align-items: center; position: relative; overflow: hidden; background: var(--hb-white); border-bottom: var(--hb-line); }
.hb-hero-inner { max-width: 1140px; margin: 0 auto; padding: 5rem 2rem; width: 100%; position: relative; z-index: 1; }
.hb-hero-tag { font-size: 0.74rem; text-transform: uppercase; letter-spacing: 0.15em; color: var(--hb-red); display: flex; align-items: center; gap: 0.75rem; margin-bottom: 1.5rem; }
.hb-hero-tag::before { content: ''; display: block; width: 32px; height: 1px; background: var(--hb-red); }
.hb-hero-title { font-family: var(--hb-serif); font-size: clamp(3rem, 6vw, 5.5rem); line-height: 1.08; font-weight: 400; margin-bottom: 1.5rem; }
.hb-hero-title em { font-style: italic; color: var(--hb-grey-text); }
.hb-hero-sub { font-size: 1.05rem; color: var(--hb-grey-text); max-width: 540px; line-height: 1.85; margin-bottom: 2.5rem; }
.hb-hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 3rem; }
.hb-hero-stats { display: flex; gap: 3rem; flex-wrap: wrap; padding-top: 2rem; border-top: var(--hb-line); }
.hb-stat-num { font-family: var(--hb-serif); font-size: 2.4rem; font-weight: 400; display: block; line-height: 1; }
.hb-stat-label { font-size: 0.74rem; color: var(--hb-grey-text); text-transform: uppercase; letter-spacing: 0.09em; margin-top: 0.3rem; }
.hb-hero-deco { position: absolute; right: 0; top: 0; bottom: 0; width: 36%; background: var(--hb-grey-light); z-index: 0; }
.hb-hero-deco::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 1px; background: var(--hb-grey-mid); }

/* === FUNNEL === */
.hb-funnel { display: flex; border: var(--hb-line); }
.hb-funnel-step { flex: 1; padding: 2.5rem 1.8rem; border-right: var(--hb-line); text-align: center; background: var(--hb-white); transition: background var(--hb-ease); }
.hb-funnel-step:last-child { border-right: none; }
.hb-funnel-step:hover { background: var(--hb-grey-light); }
.hb-funnel-cta { background: var(--hb-red) !important; }
.hb-funnel-cta:hover { background: var(--hb-red-dark) !important; }
.hb-funnel-num { font-family: var(--hb-serif); font-size: 3.5rem; color: var(--hb-grey-mid); display: block; line-height: 1; margin-bottom: 0.75rem; }
.hb-funnel-cta .hb-funnel-num { color: rgba(255,255,255,0.2); }
.hb-funnel-step h3 { font-family: var(--hb-serif); font-size: 1.1rem; font-weight: 400; margin-bottom: 0.6rem; }
.hb-funnel-step p { font-size: 0.86rem; color: var(--hb-grey-text); line-height: 1.65; }
.hb-funnel-cta h3,
.hb-funnel-cta p { color: rgba(255,255,255,0.9); }

/* === PROGRAM CARDS — EQUAL HEIGHT === */
.hb-card {
  background: var(--hb-white); border: var(--hb-line); padding: 2rem;
  height: 100%; display: flex; flex-direction: column;
  transition: background var(--hb-ease), border-color var(--hb-ease), color var(--hb-ease);
}
.hb-card:hover { background: var(--hb-black); border-color: var(--hb-black); }
.hb-card-cat { font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.12em; color: var(--hb-grey-text); margin-bottom: 0.5rem; transition: color var(--hb-ease); }
.hb-card:hover .hb-card-cat { color: var(--hb-red); }
.hb-card-title { font-family: var(--hb-serif); font-size: 1.1rem; font-weight: 400; color: var(--hb-black); line-height: 1.3; margin-bottom: 0.6rem; transition: color var(--hb-ease); }
.hb-card:hover .hb-card-title { color: var(--hb-white); }
.hb-card-duration { font-size: 0.75rem; color: var(--hb-red); margin-bottom: 0.75rem; letter-spacing: 0.04em; transition: color var(--hb-ease); }
.hb-card:hover .hb-card-duration { color: #f1948a; }
.hb-card-desc { font-size: 0.86rem; color: var(--hb-grey-text); line-height: 1.7; margin-bottom: 1.2rem; flex-grow: 1; transition: color var(--hb-ease); }
.hb-card:hover .hb-card-desc { color: #bbb; }
.hb-card-link { font-size: 0.76rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--hb-black); border-bottom: 1px solid currentColor; padding-bottom: 1px; align-self: flex-start; transition: color var(--hb-ease); margin-top: auto; }
.hb-card:hover .hb-card-link { color: var(--hb-red); }
.hb-card-dark { background: var(--hb-black); border-color: var(--hb-black); }
.hb-card-dark .hb-card-cat { color: var(--hb-red); }
.hb-card-dark .hb-card-title { color: var(--hb-white); }
.hb-card-dark .hb-card-desc { color: #aaa; }

/* Program detail expand */
.hb-card-learn { display: none; margin-top: 1rem; padding-top: 1rem; border-top: 1px solid #333; }
.hb-card:hover .hb-card-learn { display: block; }
.hb-card-learn ul { list-style: none; padding: 0; }
.hb-card-learn ul li { font-size: 0.78rem; color: #ccc; padding: 0.2rem 0; padding-left: 1rem; position: relative; }
.hb-card-learn ul li::before { content: '—'; position: absolute; left: 0; color: var(--hb-red); }

/* === WRITING CARDS === */
.hb-writing-card { background: var(--hb-white); border: var(--hb-line); padding: 1.8rem; height: 100%; display: flex; flex-direction: column; transition: border-color var(--hb-ease); }
.hb-writing-card:hover { border-color: var(--hb-red); }
.hb-writing-type { font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.13em; color: var(--hb-red); margin-bottom: 0.5rem; }
.hb-writing-title { font-family: var(--hb-serif); font-size: 1.05rem; font-weight: 400; line-height: 1.35; margin-bottom: 0.6rem; }
.hb-writing-desc { font-size: 0.84rem; color: var(--hb-grey-text); line-height: 1.7; margin-bottom: 1rem; flex-grow: 1; }

/* === BLOG CARDS === */
.hb-blog-card { background: var(--hb-white); border: var(--hb-line); border-top: 2px solid transparent; padding: 2rem; height: 100%; display: flex; flex-direction: column; transition: border-top-color var(--hb-ease); }
.hb-blog-card:hover { border-top-color: var(--hb-red); }
.hb-blog-date { font-size: 0.72rem; color: var(--hb-grey-text); text-transform: uppercase; letter-spacing: 0.09em; margin-bottom: 0.75rem; }
.hb-blog-title { font-family: var(--hb-serif); font-size: 1.1rem; font-weight: 400; line-height: 1.4; margin-bottom: 0.75rem; flex-grow: 1; }
.hb-blog-excerpt { font-size: 0.86rem; color: var(--hb-grey-text); line-height: 1.7; margin-bottom: 1.2rem; }

/* === SHARE BUTTONS === */
.hb-share-row { display: flex; align-items: center; gap: 0.4rem; flex-wrap: wrap; padding-top: 0.85rem; border-top: var(--hb-line); margin-top: auto; }
.hb-share-label { font-size: 0.68rem; color: var(--hb-grey-text); text-transform: uppercase; letter-spacing: 0.06em; }
.hb-share-btn { font-size: 0.7rem; padding: 0.22rem 0.6rem; border: var(--hb-line); color: var(--hb-grey-text); background: none; cursor: pointer; font-family: var(--hb-sans); transition: background var(--hb-ease), color var(--hb-ease); }
.hb-share-btn:hover { background: var(--hb-black); color: var(--hb-white); border-color: var(--hb-black); }

/* === POETRY TABS === */
.hb-tabs { display: flex; border-bottom: var(--hb-line); margin-bottom: 2rem; }
.hb-tab { padding: 0.8rem 1.6rem; font-size: 0.84rem; letter-spacing: 0.06em; text-transform: uppercase; cursor: pointer; border: none; border-bottom: 2px solid transparent; color: var(--hb-grey-text); background: none; font-family: var(--hb-sans); transition: color var(--hb-ease), border-color var(--hb-ease); }
.hb-tab.active { color: var(--hb-black); border-bottom-color: var(--hb-red); }
.hb-panel { display: none; }
.hb-panel.active { display: block; }
.hb-poetry-item { display: flex; justify-content: space-between; align-items: flex-start; gap: 2rem; padding: 1.4rem 0.5rem; border-bottom: var(--hb-line); transition: background var(--hb-ease), padding-left var(--hb-ease); }
.hb-poetry-item:last-child { border-bottom: none; }
.hb-poetry-item:hover { background: var(--hb-grey-light); padding-left: 1rem; }
.hb-poetry-name { font-family: var(--hb-serif); font-size: 1.05rem; font-weight: 400; }
.hb-poetry-lang { font-size: 0.72rem; color: var(--hb-grey-text); text-transform: uppercase; letter-spacing: 0.08em; margin-top: 0.25rem; }
.hb-poetry-acts { display: flex; gap: 0.4rem; flex-shrink: 0; }

/* === TRAINING CALENDAR === */
.hb-calendar { border: var(--hb-line); }
.hb-cal-item { display: flex; align-items: stretch; border-bottom: var(--hb-line); background: var(--hb-white); transition: background var(--hb-ease); }
.hb-cal-item:last-child { border-bottom: none; }
.hb-cal-item:hover { background: var(--hb-grey-light); }
.hb-cal-date { min-width: 96px; background: var(--hb-black); color: var(--hb-white); display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 1.2rem 1rem; flex-shrink: 0; }
.hb-cal-date.red { background: var(--hb-red); }
.hb-cal-day { font-family: var(--hb-serif); font-size: 2rem; line-height: 1; }
.hb-cal-month { font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.1em; color: rgba(255,255,255,0.55); margin-top: 0.2rem; }
.hb-cal-info { padding: 1.2rem 1.5rem; flex: 1; }
.hb-cal-title { font-family: var(--hb-serif); font-size: 1rem; font-weight: 400; margin-bottom: 0.3rem; }
.hb-cal-meta { font-size: 0.8rem; color: var(--hb-grey-text); }
.hb-cal-action { display: flex; align-items: center; padding: 1rem 1.2rem; flex-shrink: 0; }

/* === SOCIAL === */
.hb-social-grid { display: flex; gap: 1rem; flex-wrap: wrap; }
.hb-social-card { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 1.5rem 2rem; border: 1px solid #333; min-width: 110px; color: var(--hb-white); gap: 0.5rem; transition: border-color var(--hb-ease), background var(--hb-ease); }
.hb-social-card:hover { border-color: var(--hb-red); background: rgba(192,57,43,0.12); }
.hb-social-icon { font-size: 1.3rem; }
.hb-social-name { font-size: 0.73rem; text-transform: uppercase; letter-spacing: 0.1em; color: #888; }
.hb-page-share { display: flex; gap: 0.75rem; flex-wrap: wrap; margin-top: 2rem; padding-top: 2rem; border-top: 1px solid #222; }
.hb-page-share-btn { padding: 0.5rem 1.2rem; border: 1px solid #444; font-size: 0.78rem; color: #ccc; background: none; cursor: pointer; font-family: var(--hb-sans); transition: border-color var(--hb-ease), color var(--hb-ease); }
.hb-page-share-btn:hover { border-color: var(--hb-red); color: var(--hb-white); }

/* === ENGAGE FORM === */
.hb-form-wrap { border: var(--hb-line); padding: 2.5rem; }
.hb-form-group { margin-bottom: 1.4rem; }
.hb-form-group label { display: block; font-size: 0.76rem; text-transform: uppercase; letter-spacing: 0.09em; color: var(--hb-grey-text); margin-bottom: 0.45rem; }
.hb-form-group input,
.hb-form-group select,
.hb-form-group textarea { width: 100%; border: var(--hb-line); padding: 0.75rem 1rem; font-family: var(--hb-sans); font-size: 0.9rem; color: var(--hb-black); background: var(--hb-white); outline: none; appearance: none; border-radius: 0; transition: border-color var(--hb-ease); }
.hb-form-group input:focus,
.hb-form-group select:focus,
.hb-form-group textarea:focus { border-color: var(--hb-black); }
.hb-form-group textarea { height: 110px; resize: vertical; }
.hb-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.hb-form-submit { width: 100%; padding: 1rem; background: var(--hb-black); color: var(--hb-white); border: none; font-family: var(--hb-sans); font-size: 0.9rem; font-weight: 500; cursor: pointer; transition: background var(--hb-ease); border-radius: 0; letter-spacing: 0.04em; }
.hb-form-submit:hover { background: var(--hb-red); }
.hb-form-note { font-size: 0.75rem; color: var(--hb-grey-text); text-align: center; margin-top: 0.75rem; }
/* CF7 overrides */
.wpcf7 input, .wpcf7 select, .wpcf7 textarea { border-radius: 0 !important; border: var(--hb-line) !important; font-family: var(--hb-sans) !important; }
.wpcf7-submit { background: var(--hb-black) !important; color: var(--hb-white) !important; border-radius: 0 !important; padding: 0.9rem 2rem !important; font-family: var(--hb-sans) !important; cursor: pointer; transition: background var(--hb-ease) !important; border: none !important; width: 100%; }
.wpcf7-submit:hover { background: var(--hb-red) !important; }

/* === ABOUT === */
.hb-about-sidebar { border-left: var(--hb-line-red); padding-left: 2rem; }
.hb-tools-list { list-style: none; }
.hb-tools-list li { padding: 0.4rem 0; font-size: 0.87rem; color: var(--hb-grey-text); border-bottom: var(--hb-line); }
.hb-tools-list li:last-child { border-bottom: none; }
.hb-about-block { margin-bottom: 2.5rem; padding-bottom: 2.5rem; border-bottom: var(--hb-line); }
.hb-about-block:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: none; }
.hb-about-block h3 { font-family: var(--hb-serif); font-size: 1.2rem; font-weight: 400; margin-bottom: 0.75rem; }

/* === VIDEO CARDS === */
.hb-video-card { border: var(--hb-line); overflow: hidden; transition: border-color var(--hb-ease); background: var(--hb-white); }
.hb-video-card:hover { border-color: var(--hb-red); }
.hb-video-thumb { aspect-ratio: 16/9; background: var(--hb-black); position: relative; display: flex; align-items: center; justify-content: center; cursor: pointer; overflow: hidden; }
.hb-video-thumb img { width: 100%; height: 100%; object-fit: cover; }
.hb-video-play { position: absolute; width: 52px; height: 52px; background: rgba(0,0,0,0.72); border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: background var(--hb-ease); }
.hb-video-thumb:hover .hb-video-play { background: var(--hb-red); }
.hb-video-play::after { content: ''; width: 0; height: 0; border-style: solid; border-width: 8px 0 8px 16px; border-color: transparent transparent transparent white; margin-left: 4px; }
.hb-video-info { padding: 1rem 1.2rem; }
.hb-video-title { font-family: var(--hb-serif); font-size: 0.97rem; font-weight: 400; margin-bottom: 0.3rem; line-height: 1.3; }
.hb-video-platform { font-size: 0.75rem; color: var(--hb-grey-text); }

/* === BACK TO TOP === */
/* === BACK TO TOP BUTTON === */
.hb-back-top {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 2.5rem;
  padding: 0.6rem 1.2rem 0.6rem 1rem;
  font-size: 0.75rem;
  font-family: var(--hb-sans);
  font-weight: 500;
  color: var(--hb-grey-text);
  text-transform: uppercase;
  letter-spacing: 0.09em;
  border: var(--hb-line);
  background: var(--hb-white);
  text-decoration: none;
  transition: color var(--hb-ease), border-color var(--hb-ease), background var(--hb-ease);
  cursor: pointer;
}
.hb-back-top::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 1px solid currentColor;
  border-radius: 50%;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236b6b6b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='18 15 12 9 6 15'%3E%3C/polyline%3E%3C/svg%3E") center/16px no-repeat;
  flex-shrink: 0;
  transition: background var(--hb-ease), border-color var(--hb-ease);
}
.hb-back-top:hover {
  color: var(--hb-red);
  border-color: var(--hb-red);
  background: var(--hb-grey-light);
}
.hb-back-top:hover::before {
  border-color: var(--hb-red);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23c0392b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='18 15 12 9 6 15'%3E%3C/polyline%3E%3C/svg%3E");
}
/* Dark section variant (used on black background sections) */
.hb-back-top-dark {
  color: #888;
  border-color: #333;
  background: transparent;
}
.hb-back-top-dark::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23888888' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='18 15 12 9 6 15'%3E%3C/polyline%3E%3C/svg%3E");
  border-color: #555;
}
.hb-back-top-dark:hover {
  color: var(--hb-red);
  border-color: var(--hb-red);
  background: rgba(255,255,255,0.05);
}

/* === STICKY CTA FLOAT === */
.hb-sticky-cta { position: fixed; bottom: 1.5rem; right: 1.5rem; z-index: 9990; }
.hb-sticky-cta a { display: inline-flex; align-items: center; gap: 0.5rem; background: var(--hb-red); color: var(--hb-white); padding: 0.8rem 1.6rem; font-size: 0.82rem; font-weight: 500; letter-spacing: 0.04em; text-transform: uppercase; box-shadow: 0 4px 20px rgba(192,57,43,0.35); transition: background var(--hb-ease); }
.hb-sticky-cta a:hover { background: var(--hb-red-dark); }

/* === FOOTER === */
.hb-footer { background: var(--hb-black); color: var(--hb-white); padding: 4rem 2rem 2rem; }
.hb-footer-grid { max-width: 1140px; margin: 0 auto; display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 3rem; padding-bottom: 2.5rem; border-bottom: 1px solid #1e1e1e; }
.hb-footer-brand { font-family: var(--hb-serif); font-size: 1.15rem; margin-bottom: 0.75rem; }
.hb-footer-tagline { font-size: 0.83rem; color: #777; line-height: 1.8; }
.hb-footer-col h4 { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.13em; color: var(--hb-red); margin-bottom: 1.1rem; font-family: var(--hb-sans); font-weight: 500; }
.hb-footer-col a { display: block; font-size: 0.83rem; color: #666; margin-bottom: 0.5rem; transition: color var(--hb-ease); }
.hb-footer-col a:hover { color: var(--hb-white); }
.hb-footer-bottom { max-width: 1140px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; padding-top: 1.5rem; flex-wrap: wrap; gap: 1rem; }
.hb-footer-copy { font-size: 0.78rem; color: #444; }
.hb-footer-social { display: flex; gap: 1rem; }
.hb-footer-social a { font-size: 0.78rem; color: #444; transition: color var(--hb-ease); }
.hb-footer-social a:hover { color: var(--hb-red); }

/* === IMAGE STYLE HELPERS (for Elementor) === */
.hb-img-circle .elementor-image img { border-radius: 50%; }
.hb-img-border .elementor-image img { border: var(--hb-line-red); }
.hb-img-grayscale .elementor-image img { filter: grayscale(100%); transition: filter var(--hb-ease); }
.hb-img-grayscale .elementor-image:hover img { filter: grayscale(0%); }
.hb-img-shadow .elementor-image img { box-shadow: 8px 8px 0 var(--hb-grey-mid); }

/* === RTL SUPPORT === */
.hb-rtl { direction: rtl; text-align: right; font-size: 1.05rem; line-height: 2; }

/* === ANIMATIONS === */
@keyframes hbUp { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: translateY(0); } }
.hb-anim-1 { animation: hbUp 0.6s ease both; }
.hb-anim-2 { animation: hbUp 0.6s 0.15s ease both; }
.hb-anim-3 { animation: hbUp 0.6s 0.30s ease both; }

/* === LIQUID RESPONSIVE === */
@media (max-width: 1024px) {
  .hb-footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .hb-hero-deco { width: 28%; }
}
@media (max-width: 900px) {
  .hb-funnel { flex-direction: column; }
  .hb-funnel-step { border-right: none; border-bottom: var(--hb-line); }
  .hb-funnel-step:last-child { border-bottom: none; }
  .hb-form-row { grid-template-columns: 1fr; }
  .hb-hero-deco { display: none; }
  .hb-poetry-item { flex-direction: column; gap: 0.5rem; }
}
@media (max-width: 768px) {
  .hb-nav { display: none; }
  .hb-hamburger { display: flex; }
  .hb-footer-grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .hb-hero-stats { gap: 1.5rem; }
  .hb-cal-date { min-width: 78px; }
  .hb-social-card { min-width: 90px; padding: 1rem; }
}
@media (max-width: 480px) {
  .hb-hero-title { font-size: clamp(2.2rem, 10vw, 3.2rem); }
  .hb-sticky-cta a { padding: 0.65rem 1.1rem; font-size: 0.76rem; }
}
