.elementor-8 .elementor-element.elementor-element-3168974{--display:flex;}.elementor-8 .elementor-element.elementor-element-3168974.e-con{--flex-grow:0;--flex-shrink:0;}@media(max-width:767px){.elementor-8 .elementor-element.elementor-element-3168974{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-8 .elementor-element.elementor-element-f15c29c{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-f15c29c *//* =========================================================
   HOOKAHZEN — PREMIUM DARK DESIGN
   NO BLACK TEXT
   ========================================================= */

:root {

  --hz-bg: #070605;
  --hz-bg-2: #0b0907;
  --hz-bg-3: #11100d;
  --hz-card: #15110d;

  --hz-white: #fffdf8;
  --hz-cream: #f4ede2;
  --hz-text: #ddd4c8;
  --hz-muted: #b5aa9d;
  --hz-soft: #91877c;

  --hz-gold: #d6a447;
  --hz-gold-light: #f1cf82;

  --hz-border: rgba(214,164,71,.22);
  --hz-border-white: rgba(255,255,255,.10);

  --hz-container: 1220px;

}


/* =========================================================
   RESET
   ========================================================= */

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0 !important;
  padding: 0 !important;

  background: var(--hz-bg) !important;

  color: var(--hz-text) !important;

  font-family:
    Inter,
    "Helvetica Neue",
    Arial,
    sans-serif !important;

  line-height: 1.7;
}

.hz-site,
.hz-site * {
  box-sizing: border-box;
}

.hz-site p,
.hz-site li {
  color: var(--hz-text);
}

.hz-site h1,
.hz-site h2,
.hz-site h3,
.hz-site h4,
.hz-site h5,
.hz-site h6 {
  color: var(--hz-white) !important;
}

.hz-site a {
  color: var(--hz-cream);
}

.hz-container {
  width: min(
    var(--hz-container),
    calc(100% - 40px)
  );

  margin-left: auto;
  margin-right: auto;
}


/* =========================================================
   HEADER
   ========================================================= */

.hz-header {
  position: fixed;

  top: 0;
  left: 0;

  width: 100%;

  z-index: 9999;

  background:
    rgba(5,4,3,.78);

  border-bottom:
    1px solid rgba(255,255,255,.07);

  backdrop-filter:
    blur(18px);

  transition: .35s ease;
}

.hz-header.scrolled {
  background:
    rgba(5,4,3,.97);

  border-bottom-color:
    rgba(214,164,71,.18);
}

.hz-header-inner {

  min-height: 82px;

  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 30px;
}

.hz-brand {
  display: inline-flex;
  align-items: center;
}

.hz-brand img {

  width: 155px;

  max-height: 62px;

  object-fit: contain;
}


/* NAV */

.hz-nav {

  display: flex;

  align-items: center;

  justify-content: flex-end;

  gap: 22px;
}

.hz-nav a {

  color: #eee5d9 !important;

  text-decoration: none;

  font-size: 11px;

  font-weight: 700;

  letter-spacing: .3px;

  transition: .25s ease;
}

.hz-nav a:hover {
  color: var(--hz-gold-light) !important;
}

.hz-nav-cta {

  padding: 11px 17px;

  border:
    1px solid var(--hz-border);

  border-radius: 50px;

  color:
    var(--hz-gold-light) !important;
}


/* MOBILE */

.hz-menu-toggle {

  display: none;

  width: 44px;
  height: 44px;

  padding: 8px;

  border: 1px solid var(--hz-border);

  border-radius: 10px;

  background: rgba(255,255,255,.03);

  cursor: pointer;
}

.hz-menu-toggle span {

  display: block;

  height: 2px;

  margin: 5px 0;

  background:
    var(--hz-gold-light);
}

.hz-mobile-nav {
  display: none;
}


/* =========================================================
   HERO
   ========================================================= */

.hz-hero {

  position: relative;

  min-height: 900px;

  display: flex;

  align-items: center;

  overflow: hidden;
}

.hz-hero-media {

  position: absolute;

  inset: 0;

  z-index: 0;
}

.hz-hero-media img {

  width: 100%;
  height: 100%;

  object-fit: cover;

  object-position: center;
}

.hz-hero-overlay {

  position: absolute;

  inset: 0;

  z-index: 1;

  background:

    linear-gradient(
      90deg,
      rgba(3,2,1,.98) 0%,
      rgba(3,2,1,.90) 35%,
      rgba(3,2,1,.52) 72%,
      rgba(3,2,1,.72) 100%
    ),

    linear-gradient(
      0deg,
      rgba(3,2,1,.95),
      transparent 50%
    );
}

.hz-hero-content {

  position: relative;

  z-index: 2;

  padding-top: 130px;
}

.hz-hero-copy {
  max-width: 820px;
}

.hz-eyebrow,
.hz-kicker {

  display: inline-block;

  color:
    var(--hz-gold-light) !important;

  font-size: 10px;

  font-weight: 800;

  letter-spacing: 2.5px;

  text-transform: uppercase;
}

.hz-hero h1 {

  margin: 22px 0;

  color:
    #ffffff !important;

  font-size:
    clamp(45px, 6vw, 82px);

  line-height: 1.01;

  letter-spacing: -3px;
}

.hz-hero h1 span,
.hz-section h2 span,
.hz-section-heading h2 span,
.hz-final-content h2 span,
.hz-video-copy h3 span {

  display: block;

  color:
    var(--hz-gold-light) !important;
}

.hz-hero-lead {

  max-width: 730px;

  color:
    #e0d7ca !important;

  font-size: 18px;

  line-height: 1.8;
}

.hz-hero-actions {

  display: flex;

  flex-wrap: wrap;

  gap: 12px;

  margin-top: 34px;
}

.hz-btn {

  min-height: 56px;

  display: inline-flex;

  align-items: center;

  justify-content: center;

  padding:
    0 25px;

  border-radius: 100px;

  text-decoration: none !important;

  font-size: 12px;

  font-weight: 800;

  transition:
    transform .25s ease,
    border-color .25s ease,
    background .25s ease;
}

.hz-btn-primary {

  color:
    #171006 !important;

  background:
    linear-gradient(
      135deg,
      #f4d58d,
      #b97d23
    );

  box-shadow:
    0 14px 40px rgba(214,164,71,.18);
}

.hz-btn-primary:hover {
  transform: translateY(-3px);
}

.hz-btn-outline {

  color:
    #fffaf2 !important;

  border:
    1px solid rgba(255,255,255,.28);

  background:
    rgba(255,255,255,.04);
}

.hz-btn-outline:hover {

  color:
    var(--hz-gold-light) !important;

  border-color:
    var(--hz-gold);
}

.hz-btn-whatsapp {

  color:
    #fff !important;

  background:
    rgba(255,255,255,.08);

  border:
    1px solid rgba(255,255,255,.25);
}

.hz-hero-contact {

  display: flex;

  flex-wrap: wrap;

  gap: 12px;

  margin-top: 24px;

  color:
    #bdb2a5 !important;

  font-size: 12px;
}

.hz-hero-contact a {

  color:
    var(--hz-gold-light) !important;

  text-decoration: none;
}


/* HERO STATS */

.hz-hero-stats {

  display: grid;

  grid-template-columns:
    repeat(4,1fr);

  margin-top: 80px;

  border-top:
    1px solid rgba(255,255,255,.14);

  border-bottom:
    1px solid rgba(255,255,255,.14);
}

.hz-hero-stats > div {

  padding: 23px 20px;

  border-right:
    1px solid rgba(255,255,255,.09);
}

.hz-hero-stats > div:last-child {
  border-right: 0;
}

.hz-hero-stats strong,
.hz-hero-stats span {
  display: block;
}

.hz-hero-stats strong {

  color:
    var(--hz-gold-light) !important;

  font-size: 18px;
}

.hz-hero-stats span {

  margin-top: 3px;

  color:
    #aaa094 !important;

  font-size: 9px;

  letter-spacing: 1.4px;

  text-transform: uppercase;
}


/* =========================================================
   TRUST
   ========================================================= */

.hz-trust {

  background:
    #0d0b09;

  border-bottom:
    1px solid var(--hz-border-white);
}

.hz-trust-inner {

  min-height: 92px;

  display: flex;

  align-items: center;

  justify-content: center;

  flex-wrap: wrap;

  gap: 30px;
}

.hz-trust-inner span {

  color:
    #968b7f !important;

  font-size: 10px;

  text-transform: uppercase;

  letter-spacing: 1px;
}

.hz-trust-inner strong {

  color:
    #e5dcd0 !important;

  font-size: 12px;

  letter-spacing: 1px;
}


/* =========================================================
   SECTIONS
   ========================================================= */

.hz-section {

  padding:
    125px 0;

  background:
    var(--hz-bg);
}

.hz-section:nth-of-type(even) {
  background:
    var(--hz-bg-2);
}

.hz-center {

  max-width: 850px;

  margin-left: auto;
  margin-right: auto;

  text-align: center;
}

.hz-section-heading {

  margin-bottom: 65px;
}

.hz-section-heading h2,
.hz-section-copy h2 {

  margin:
    15px 0 25px;

  color:
    #ffffff !important;

  font-size:
    clamp(35px, 5vw, 60px);

  line-height: 1.08;

  letter-spacing:
    -2px;
}

.hz-section-heading p,
.hz-section-copy p {

  color:
    #c2b8ac !important;

  font-size:
    15px;
}

.hz-two-column {

  display: grid;

  grid-template-columns:
    1fr 1fr;

  gap: 80px;

  align-items: center;
}


/* =========================================================
   IMAGE CARDS
   ========================================================= */

.hz-image-card,
.hz-media-frame {

  position: relative;

  overflow: hidden;

  border:
    1px solid var(--hz-border);

  border-radius:
    25px;

  background:
    #0c0a08;
}

.hz-image-card img,
.hz-media-frame img {

  display: block;

  width: 100%;

  height: 100%;

  min-height: 550px;

  object-fit: cover;
}

.hz-image-caption {

  position: absolute;

  left: 0;
  right: 0;
  bottom: 0;

  padding: 35px;

  background:
    linear-gradient(
      transparent,
      rgba(0,0,0,.95)
    );
}

.hz-image-caption span {

  display: block;

  color:
    var(--hz-gold-light);

  font-size: 10px;

  letter-spacing: 2px;
}

.hz-image-caption strong {

  display: block;

  margin-top: 5px;

  color:
    #ffffff !important;

  font-size: 19px;
}


/* =========================================================
   BENEFITS
   ========================================================= */

.hz-benefits {
  background:
    #0d0b09;
}

.hz-benefit-grid {

  display: grid;

  grid-template-columns:
    repeat(4,1fr);

  border-top:
    1px solid var(--hz-border);

  border-left:
    1px solid var(--hz-border);
}

.hz-benefit-grid article {

  min-height: 290px;

  padding: 32px;

  border-right:
    1px solid var(--hz-border);

  border-bottom:
    1px solid var(--hz-border);
}

.hz-benefit-icon {

  color:
    var(--hz-gold-light);

  font-size: 12px;

  font-weight: 800;
}

.hz-benefit-grid h3 {

  margin-top: 30px;

  color:
    #ffffff !important;
}

.hz-benefit-grid p {

  color:
    #b8ada0 !important;

  font-size: 13px;
}


/* =========================================================
   PROBLEM
   ========================================================= */

.hz-problem {
  background:
    #080706;
}

.hz-problem-grid {

  display: grid;

  grid-template-columns:
    repeat(3,1fr);

  border-top:
    1px solid var(--hz-border);

  border-left:
    1px solid var(--hz-border);
}

.hz-problem-grid article {

  min-height: 245px;

  padding: 32px;

  border-right:
    1px solid var(--hz-border);

  border-bottom:
    1px solid var(--hz-border);
}

.hz-problem-grid article > span {

  color:
    var(--hz-gold);

  font-size: 11px;
}

.hz-problem-grid h3 {

  color:
    #ffffff !important;

  font-size: 20px;
}

.hz-problem-grid p {

  color:
    #b8aea2 !important;

  font-size: 14px;
}


/* =========================================================
   FEATURE LIST
   ========================================================= */

.hz-feature-list {
  margin-top: 35px;
}

.hz-feature-list > div {

  display: flex;

  gap: 15px;

  padding: 17px 0;

  border-bottom:
    1px solid rgba(255,255,255,.08);
}

.hz-feature-list > div > span {

  width: 29px;
  height: 29px;

  flex: 0 0 29px;

  display: flex;

  align-items: center;
  justify-content: center;

  border-radius: 50%;

  background:
    rgba(214,164,71,.12);

  color:
    var(--hz-gold-light);
}

.hz-feature-list strong {

  color:
    #ffffff !important;
}

.hz-feature-list p {

  margin:
    3px 0 0;

  color:
    #aaa094 !important;

  font-size: 13px;
}


/* =========================================================
   SERVICES
   ========================================================= */

.hz-services {
  background:
    #100d0a;
}

.hz-services-grid {

  display: grid;

  grid-template-columns:
    repeat(3,1fr);

  gap: 18px;
}

.hz-service-card {

  position: relative;

  min-height: 290px;

  padding: 35px;

  border:
    1px solid rgba(255,255,255,.08);

  border-radius: 18px;

  background:
    #15110d;

  transition:
    transform .3s ease,
    border-color .3s ease;
}

.hz-service-card:hover {

  transform:
    translateY(-7px);

  border-color:
    var(--hz-border);
}

.hz-number {

  position: absolute;

  top: 20px;
  right: 22px;

  color:
    rgba(214,164,71,.28);
}

.hz-service-icon {

  color:
    var(--hz-gold-light);

  font-size: 30px;
}

.hz-service-card h3 {

  color:
    #ffffff !important;
}

.hz-service-card p {

  color:
    #b9aea1 !important;

  font-size: 14px;
}


/* =========================================================
   VIDEO SECTION
   ========================================================= */

.hz-video-section {
  background:
    #070605;
}

.hz-main-video {

  overflow: hidden;

  border:
    1px solid var(--hz-border);

  border-radius: 22px;

  background:
    #000;
}

.hz-main-video video {

  display: block;

  width: 100%;

  max-height: 700px;

  object-fit: cover;
}

.hz-video-grid {

  display: grid;

  grid-template-columns:
    1.15fr .85fr;

  gap: 30px;

  margin-top: 30px;

  align-items: center;
}

.hz-small-video {

  overflow: hidden;

  border:
    1px solid var(--hz-border);

  border-radius: 20px;

  background:
    #0d0b09;

  padding-bottom: 20px;
}

.hz-small-video video {

  width: 100%;

  display: block;

  aspect-ratio: 16 / 9;

  object-fit: cover;
}

.hz-small-video h3,
.hz-small-video p {

  margin-left: 25px;
  margin-right: 25px;
}

.hz-small-video h3 {

  color:
    #ffffff !important;
}

.hz-small-video p {

  color:
    #aaa095 !important;

  font-size: 13px;
}

.hz-video-copy h3 {

  color:
    #ffffff !important;

  font-size:
    clamp(30px,4vw,48px);

  line-height: 1.1;
}

.hz-video-copy p {

  color:
    #bdb3a7 !important;

  font-size: 15px;
}


/* =========================================================
   PARTNERSHIP
   ========================================================= */

.hz-partnership {

  background:
    radial-gradient(
      circle at 80% 50%,
      rgba(214,164,71,.12),
      transparent 35%
    ),
    #090806;
}

.hz-partnership-points {

  display: grid;

  grid-template-columns:
    1fr 1fr;

  gap: 15px;

  margin-top: 35px;
}

.hz-partnership-points > div {

  padding: 25px;

  border:
    1px solid var(--hz-border);

  border-radius: 15px;

  background:
    rgba(255,255,255,.025);
}

.hz-partnership-points strong {

  display: block;

  color:
    #ffffff !important;

  font-size: 11px;

  letter-spacing: 1px;
}

.hz-partnership-points span {

  display: block;

  color:
    var(--hz-gold-light);

  font-size: 40px;

  font-weight: 800;
}

.hz-partnership-points p {

  color:
    #aaa095 !important;

  font-size: 13px;
}

.hz-split-visual {

  padding: 50px;

  border:
    1px solid var(--hz-border);

  border-radius: 30px;

  background:
    #13100c;

  text-align: center;
}

.hz-split-circle {

  width: 340px;
  height: 340px;

  max-width: 100%;

  margin:
    0 auto 30px;

  display: grid;

  grid-template-columns:
    1fr 1fr;

  overflow: hidden;

  border:
    2px solid var(--hz-gold);

  border-radius: 50%;

  background:
    #090806;
}

.hz-half {

  display: flex;

  flex-direction: column;

  justify-content: center;

  align-items: center;
}

.hz-half:first-child {

  background:
    rgba(214,164,71,.13);
}

.hz-half strong {

  color:
    var(--hz-gold-light);

  font-size: 45px;
}

.hz-half span {

  color:
    #aaa095;

  font-size: 10px;

  letter-spacing: 1px;
}

.hz-split-visual h3 {

  color:
    #ffffff !important;
}

.hz-split-visual p {

  color:
    #aaa095 !important;
}


/* =========================================================
   WHY
   ========================================================= */

.hz-why-partner {
  background:
    #100d0a;
}

.hz-why-grid {

  display: grid;

  grid-template-columns:
    repeat(3,1fr);

  border-top:
    1px solid var(--hz-border);

  border-left:
    1px solid var(--hz-border);
}

.hz-why-grid article {

  min-height: 230px;

  padding: 32px;

  border-right:
    1px solid var(--hz-border);

  border-bottom:
    1px solid var(--hz-border);
}

.hz-why-grid article > span {

  color:
    var(--hz-gold);

  font-size: 11px;
}

.hz-why-grid h3 {

  color:
    #ffffff !important;
}

.hz-why-grid p {

  color:
    #b6ab9f !important;

  font-size: 14px;
}


/* =========================================================
   PROCESS
   ========================================================= */

.hz-process {
  background:
    #080706;
}

.hz-process-grid {

  display: grid;

  grid-template-columns:
    repeat(3,1fr);

  gap: 15px;
}

.hz-process-card {

  padding: 35px;

  border:
    1px solid rgba(255,255,255,.08);

  border-radius: 18px;

  background:
    #11100d;
}

.hz-process-number {

  width: 62px;
  height: 62px;

  display: flex;

  align-items: center;
  justify-content: center;

  border:
    1px solid var(--hz-border);

  border-radius: 50%;

  color:
    var(--hz-gold-light);

  font-weight: 800;
}

.hz-process-card h3 {

  color:
    #ffffff !important;
}

.hz-process-card p {

  color:
    #aaa095 !important;

  font-size: 13px;
}


/* =========================================================
   IMAGE BANNER
   ========================================================= */

.hz-image-banner {

  position: relative;

  min-height: 620px;

  display: flex;

  align-items: center;

  overflow: hidden;
}

.hz-image-banner > img {

  position: absolute;

  inset: 0;

  width: 100%;
  height: 100%;

  object-fit: cover;
}

.hz-image-banner-overlay {

  position: absolute;

  inset: 0;

  background:
    linear-gradient(
      90deg,
      rgba(3,2,1,.95),
      rgba(3,2,1,.50),
      rgba(3,2,1,.80)
    );
}

.hz-image-banner-content {

  position: relative;

  z-index: 2;

  max-width: 800px;

  margin-left:
    max(
      20px,
      calc((100% - var(--hz-container))/2)
    );
}

.hz-image-banner-content h2 {

  margin:
    18px 0;

  color:
    #ffffff !important;

  font-size:
    clamp(40px,5vw,68px);

  line-height:
    1.05;
}

.hz-image-banner-content p {

  color:
    #d0c5b8 !important;

  max-width: 650px;

  font-size: 16px;
}


/* =========================================================
   PARTNERS
   ========================================================= */

.hz-partners {
  background:
    #090806;
}

.hz-partner-showcase {

  display: grid;

  grid-template-columns:
    repeat(3,1fr);

  gap: 20px;
}

.hz-partner {

  position: relative;

  min-height: 480px;

  overflow: hidden;

  border-radius: 20px;

  border:
    1px solid var(--hz-border-white);
}

.hz-partner img {

  width: 100%;
  height: 100%;

  min-height: 480px;

  display: block;

  object-fit: cover;

  transition:
    transform .6s ease;
}

.hz-partner:hover img {

  transform:
    scale(1.05);
}

.hz-partner::after {

  content: "";

  position: absolute;

  inset: 0;

  background:
    linear-gradient(
      transparent 30%,
      rgba(0,0,0,.92)
    );
}

.hz-partner-content {

  position: absolute;

  z-index: 2;

  left: 0;
  right: 0;
  bottom: 0;

  padding: 30px;
}

.hz-partner-content span {

  color:
    var(--hz-gold-light);

  font-size: 10px;

  letter-spacing: 2px;
}

.hz-partner-content h3 {

  margin:
    5px 0;

  color:
    #ffffff !important;

  font-size: 26px;
}

.hz-partner-content p {

  margin: 0;

  color:
    #c5baae !important;

  font-size: 13px;
}


/* =========================================================
   GALLERY
   ========================================================= */

.hz-gallery {
  background:
    #100d0a;
}

.hz-gallery-grid {

  display: grid;

  grid-template-columns:
    1.2fr .8fr .8fr;

  grid-auto-rows:
    260px;

  gap: 12px;
}

.hz-gallery-grid > div {

  overflow: hidden;

  border-radius: 15px;
}

.hz-gallery-large {

  grid-row:
    span 2;
}

.hz-gallery-grid img {

  width: 100%;
  height: 100%;

  display: block;

  object-fit: cover;

  transition:
    transform .5s ease;
}

.hz-gallery-grid img:hover {

  transform:
    scale(1.05);
}


/* =========================================================
   TARGET
   ========================================================= */

.hz-target {
  background:
    #080706;
}

.hz-target-list {

  display: grid;

  grid-template-columns:
    1fr 1fr;

  gap: 10px;
}

.hz-target-list div {

  display: flex;

  align-items: center;

  gap: 15px;

  padding: 20px;

  border:
    1px solid rgba(255,255,255,.08);

  border-radius: 10px;

  background:
    #11100d;

  color:
    #ffffff !important;
}

.hz-target-list strong {

  color:
    var(--hz-gold-light);
}


/* =========================================================
   FAQ
   ========================================================= */

.hz-faq {
  background:
    #0e0c0a;
}

.hz-faq-list {

  max-width: 900px;

  margin:
    auto;
}

.hz-faq-item {

  border-bottom:
    1px solid rgba(255,255,255,.10);
}

.hz-faq-question {

  width: 100%;

  padding:
    25px 0;

  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 20px;

  border: 0;

  background: transparent;

  color:
    #ffffff !important;

  text-align: left;

  font: inherit;

  font-weight: 700;

  cursor: pointer;
}

.hz-faq-question span {

  color:
    var(--hz-gold-light);

  font-size: 25px;

  transition:
    transform .3s ease;
}

.hz-faq-item.active
.hz-faq-question span {

  transform:
    rotate(45deg);
}

.hz-faq-answer {

  max-height: 0;

  overflow: hidden;

  transition:
    max-height .35s ease;
}

.hz-faq-answer p {

  padding-bottom: 25px;

  color:
    #b9aea2 !important;
}


/* =========================================================
   FINAL CTA
   ========================================================= */

.hz-final-cta {

  position: relative;

  min-height: 720px;

  display: flex;

  align-items: center;

  text-align: center;

  overflow: hidden;
}

.hz-final-image,
.hz-final-overlay {

  position: absolute;

  inset: 0;
}

.hz-final-image img {

  width: 100%;
  height: 100%;

  object-fit: cover;
}

.hz-final-overlay {

  background:
    radial-gradient(
      circle,
      rgba(214,164,71,.13),
      transparent 42%
    ),
    rgba(3,2,1,.86);
}

.hz-final-content {

  position: relative;

  z-index: 2;

  max-width: 920px;
}

.hz-final-content h2 {

  color:
    #ffffff !important;

  font-size:
    clamp(40px,5vw,70px);

  line-height:
    1.05;
}

.hz-final-content p {

  max-width: 720px;

  margin:
    0 auto;

  color:
    #d0c6ba !important;

  font-size: 17px;
}

.hz-final-actions {

  display: flex;

  justify-content: center;

  flex-wrap: wrap;

  gap: 12px;

  margin-top: 35px;
}

.hz-final-location {

  margin-top: 35px;

  color:
    #a79c90 !important;

  font-size: 11px;

  letter-spacing: 1px;
}


/* =========================================================
   FOOTER
   ========================================================= */

.hz-footer {

  background:
    #040302;
}

.hz-footer-grid {

  padding:
    70px 0;

  display: grid;

  grid-template-columns:
    2fr 1fr 1fr 1fr;

  gap: 45px;
}

.hz-footer-brand img {

  width: 175px;

  max-height: 70px;

  object-fit: contain;
}

.hz-footer-grid h4 {

  margin-top: 0;

  color:
    #ffffff !important;
}

.hz-footer-grid p {

  max-width: 370px;

  color:
    #aaa095 !important;

  font-size: 13px;
}

.hz-footer-grid a,
.hz-footer-grid span {

  display: block;

  margin:
    9px 0;

  color:
    #bdb2a6 !important;

  text-decoration: none;

  font-size: 13px;
}

.hz-footer-grid a:hover {

  color:
    var(--hz-gold-light) !important;
}

.hz-footer-cta {

  color:
    var(--hz-gold-light) !important;

  font-weight: 700;
}

.hz-footer-social {

  display: flex;

  gap: 20px;
}

.hz-footer-bottom {

  border-top:
    1px solid rgba(255,255,255,.07);

  padding:
    20px 0;
}

.hz-footer-bottom .hz-container {

  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 20px;
}

.hz-footer-bottom span,
.hz-footer-bottom a {

  color:
    #756c62 !important;

  font-size: 11px;

  text-decoration: none;
}


/* =========================================================
   FLOATING WHATSAPP
   ========================================================= */

.hz-floating-whatsapp {

  position: fixed;

  z-index: 9998;

  right: 22px;
  bottom: 22px;

  width: 62px;
  height: 62px;

  display: flex;

  align-items: center;
  justify-content: center;

  border-radius: 50%;

  background:
    linear-gradient(
      135deg,
      #f0cf82,
      #b87d23
    );

  color:
    #140e06 !important;

  text-decoration: none;

  font-size: 25px;

  box-shadow:
    0 15px 40px rgba(0,0,0,.55);
}


/* =========================================================
   MOBILE
   ========================================================= */

@media(max-width:1050px) {

  .hz-nav {
    display: none;
  }

  .hz-menu-toggle {
    display: block;
  }

  .hz-mobile-nav {

    display: none;

    padding:
      15px 20px 25px;

    background:
      rgba(5,4,3,.98);

    border-top:
      1px solid rgba(255,255,255,.05);
  }

  .hz-mobile-nav.active {

    display: flex;

    flex-direction: column;
  }

  .hz-mobile-nav a {

    padding:
      13px 5px;

    color:
      #eee5d9 !important;

    text-decoration: none;

    border-bottom:
      1px solid rgba(255,255,255,.06);
  }

  .hz-mobile-cta {

    margin-top: 12px;

    text-align: center;

    border:
      1px solid var(--hz-border) !important;

    border-radius: 50px;

    color:
      var(--hz-gold-light) !important;
  }

  .hz-two-column {
    grid-template-columns: 1fr;
  }

  .hz-benefit-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hz-services-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hz-problem-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hz-why-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hz-process-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hz-partner-showcase {
    grid-template-columns: 1fr;
  }

  .hz-video-grid {
    grid-template-columns: 1fr;
  }

  .hz-footer-grid {
    grid-template-columns: 1fr 1fr;
  }

}


@media(max-width:650px) {

  .hz-container {
    width:
      calc(100% - 28px);
  }

  .hz-section {
    padding:
      80px 0;
  }

  .hz-header-inner {
    min-height: 70px;
  }

  .hz-brand img {
    width: 125px;
  }

  .hz-hero {
    min-height: 850px;
  }

  .hz-hero-content {
    padding-top: 110px;
  }

  .hz-hero h1 {

    font-size:
      45px;

    letter-spacing:
      -2px;
  }

  .hz-hero-lead {
    font-size: 15px;
  }

  .hz-hero-actions {
    flex-direction: column;
  }

  .hz-btn {
    width: 100%;
  }

  .hz-hero-stats {

    grid-template-columns:
      1fr 1fr;

    margin-top: 55px;
  }

  .hz-hero-stats > div {

    border-bottom:
      1px solid rgba(255,255,255,.08);
  }

  .hz-trust-inner {

    justify-content:
      flex-start;

    padding:
      25px 0;

    gap: 15px;
  }

  .hz-section-heading h2,
  .hz-section-copy h2 {

    font-size:
      38px;
  }

  .hz-benefit-grid,
  .hz-services-grid,
  .hz-problem-grid,
  .hz-why-grid,
  .hz-process-grid {

    grid-template-columns:
      1fr;
  }

  .hz-partnership-points {
    grid-template-columns: 1fr;
  }

  .hz-split-visual {
    padding: 25px;
  }

  .hz-split-circle {

    width:
      280px;

    height:
      280px;
  }

  .hz-gallery-grid {

    grid-template-columns:
      1fr 1fr;

    grid-auto-rows:
      180px;
  }

  .hz-gallery-large {
    grid-row: span 1;
  }

  .hz-target-list {
    grid-template-columns: 1fr;
  }

  .hz-footer-grid {
    grid-template-columns: 1fr;
  }

  .hz-footer-bottom .hz-container {

    flex-direction:
      column;

    align-items:
      flex-start;
  }

  .hz-final-actions {
    flex-direction: column;
  }

  .hz-floating-whatsapp {

    width: 56px;
    height: 56px;

    right: 15px;
    bottom: 15px;
  }

}
/* =========================================================
   HOOKAHZEN — MOBILE / RESPONSIVE MASTER FIX
   ========================================================= */

/* GLOBAL BOX MODEL */
.hz-site,
.hz-site *,
.hz-site *::before,
.hz-site *::after {
  box-sizing: border-box;
}

/* NEVER ALLOW HORIZONTAL PAGE SLIDE */
html {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden !important;
}

body {
  width: 100%;
  max-width: 100%;
  margin: 0;
  overflow-x: hidden !important;
}

.hz-site {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
  position: relative;
}

/* ALL MAIN ELEMENTS */
.hz-site section,
.hz-site header,
.hz-site footer,
.hz-container {
  max-width: 100%;
}

.hz-container {
  width: min(1180px, calc(100% - 40px));
  margin-left: auto;
  margin-right: auto;
}

/* IMAGES / VIDEOS NEVER OVERFLOW */
.hz-site img,
.hz-site video,
.hz-site iframe {
  max-width: 100%;
}

.hz-site img {
  height: auto;
}

.hz-site video {
  width: 100%;
  display: block;
}


/* =========================================================
   MOBILE HEADER
   ========================================================= */

@media (max-width: 980px) {

  .hz-header-inner {
    min-height: 72px;
    width: calc(100% - 32px);
  }

  .hz-nav {
    display: none !important;
  }

  .hz-menu-toggle {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 44px;
    min-width: 44px;
    height: 44px;
    padding: 0;
    margin: 0;
    flex-shrink: 0;
  }

  .hz-menu-toggle span {
    width: 22px;
    height: 2px;
    display: block;
  }

  .hz-brand {
    min-width: 0;
    max-width: calc(100% - 58px);
  }

  .hz-brand img {
    max-width: 190px;
    width: 100%;
    height: auto;
    display: block;
  }

  .hz-mobile-nav {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .hz-mobile-nav a {
    width: 100%;
    max-width: 100%;
    display: block;
  }
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 900px) {

  .hz-container {
    width: min(100% - 32px, 720px);
  }

  .hz-two-column {
    grid-template-columns: 1fr !important;
    gap: 42px;
  }

  .hz-benefit-grid,
  .hz-services-grid,
  .hz-why-grid,
  .hz-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .hz-partner-showcase {
    grid-template-columns: 1fr !important;
  }

  .hz-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .hz-gallery-large {
    grid-column: 1 / -1 !important;
  }

  .hz-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {

  /* PAGE WIDTH */
  .hz-site {
    width: 100vw;
    max-width: 100vw;
    overflow-x: clip;
  }

  .hz-container {
    width: calc(100% - 28px) !important;
    max-width: calc(100% - 28px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }


  /* HEADER */
  .hz-header-inner {
    width: calc(100% - 24px) !important;
    max-width: calc(100% - 24px) !important;
    min-height: 64px;
  }

  .hz-brand {
    max-width: calc(100% - 55px);
  }

  .hz-brand img {
    max-width: 155px;
  }


  /* HERO */
  .hz-hero {
    min-height: auto !important;
  }

  .hz-hero-content {
    padding-top: 115px !important;
    padding-bottom: 42px !important;
  }

  .hz-eyebrow {
    display: inline-block;
    max-width: 100%;
    line-height: 1.5;
    font-size: 10px;
    letter-spacing: .12em;
  }

  .hz-hero h1 {
    font-size: clamp(34px, 10vw, 48px) !important;
    line-height: 1.02 !important;
    word-break: normal;
    overflow-wrap: anywhere;
  }

  .hz-hero h1 span {
    display: block;
  }

  .hz-hero-lead,
  .hz-hero-sublead {
    font-size: 15px !important;
    line-height: 1.7 !important;
  }

  .hz-hero-actions {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    gap: 10px !important;
  }

  .hz-hero-actions .hz-btn {
    width: 100% !important;
    max-width: 100% !important;
    text-align: center;
  }

  .hz-hero-contact {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 7px !important;
    width: 100%;
    max-width: 100%;
  }

  .hz-hero-contact span:nth-of-type(1),
  .hz-hero-contact span:nth-of-type(2) {
    display: none;
  }

  .hz-hero-contact a,
  .hz-hero-contact span {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .hz-hero-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: 100%;
    max-width: 100%;
    gap: 8px !important;
  }

  .hz-hero-stats > div {
    min-width: 0 !important;
    width: 100%;
  }

  .hz-hero-stats strong {
    font-size: 13px !important;
    white-space: normal;
  }

  .hz-hero-stats span {
    font-size: 10px !important;
    line-height: 1.4;
  }


  /* SECTIONS */
  .hz-section {
    padding-top: 68px !important;
    padding-bottom: 68px !important;
  }

  .hz-section-heading h2,
  .hz-section-copy h2 {
    font-size: clamp(30px, 8.5vw, 42px) !important;
    line-height: 1.08 !important;
  }

  .hz-section-heading p,
  .hz-section-copy p {
    font-size: 15px !important;
    line-height: 1.75 !important;
  }


  /* TWO COLUMNS */
  .hz-two-column {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    width: 100%;
    max-width: 100%;
    gap: 32px !important;
  }


  /* CARDS */
  .hz-benefit-grid,
  .hz-services-grid,
  .hz-why-grid,
  .hz-process-grid,
  .hz-business-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    width: 100%;
    max-width: 100%;
  }

  .hz-benefit-grid article,
  .hz-service-card,
  .hz-why-grid article,
  .hz-process-card,
  .hz-business-grid article {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }


  /* PROBLEM GRID */
  .hz-problem-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    width: 100%;
    max-width: 100%;
  }


  /* FEATURE LIST */
  .hz-feature-list,
  .hz-feature-list > div {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .hz-feature-list > div {
    display: flex;
    align-items: flex-start;
    gap: 12px;
  }

  .hz-feature-list > div > div {
    min-width: 0;
  }


  /* IMAGE CARDS */
  .hz-image-card,
  .hz-media-frame {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .hz-image-card img,
  .hz-media-frame img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: cover;
  }


  /* VIDEOS */
  .hz-main-video,
  .hz-small-video,
  .hz-video-copy {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .hz-main-video video,
  .hz-small-video video {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
  }

  .hz-video-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    width: 100%;
    max-width: 100%;
  }


  /* 50/50 SECTION */
  .hz-split-visual {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    text-align: center;
    overflow: hidden;
  }

  .hz-split-circle {
    width: min(280px, 82vw) !important;
    height: min(280px, 82vw) !important;
    max-width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .hz-half {
    min-width: 0 !important;
    overflow: hidden;
  }

  .hz-half strong {
    font-size: 30px !important;
  }

  .hz-half span {
    font-size: 10px !important;
    word-break: break-word;
  }

  .hz-partnership-points {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    width: 100%;
  }


  /* PARTNERS */
  .hz-partner-showcase {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    width: 100%;
  }

  .hz-partner {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
  }

  .hz-partner img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
  }


  /* GALLERY */
  .hz-gallery-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    width: 100%;
    max-width: 100%;
  }

  .hz-gallery-large {
    grid-column: auto !important;
  }

  .hz-gallery-grid > div {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
  }

  .hz-gallery-grid img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
  }


  /* TARGET LIST */
  .hz-target-list {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    width: 100%;
    max-width: 100%;
  }

  .hz-target-list > div {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }


  /* IMAGE BANNER */
  .hz-image-banner {
    min-height: 500px !important;
    overflow: hidden;
  }

  .hz-image-banner-content {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .hz-image-banner h2 {
    font-size: clamp(34px, 10vw, 48px) !important;
  }


  /* FINAL CTA */
  .hz-final-cta {
    min-height: auto !important;
    overflow: hidden;
  }

  .hz-final-content {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }

  .hz-final-content h2 {
    font-size: clamp(34px, 9vw, 48px) !important;
    line-height: 1.05 !important;
  }

  .hz-final-actions {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    max-width: 100% !important;
    gap: 10px !important;
  }

  .hz-final-actions .hz-btn {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    text-align: center;
    overflow-wrap: anywhere;
  }


  /* FOOTER */
  .hz-footer-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    width: 100%;
    max-width: 100%;
    gap: 35px !important;
  }

  .hz-footer-grid > div {
    min-width: 0;
    max-width: 100%;
  }

  .hz-footer-bottom .hz-container {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 12px;
  }


  /* =======================================================
     FLOATING WHATSAPP — MOBILE FIX
     ======================================================= */

  .hz-floating-whatsapp {
    position: fixed !important;

    /* Never position it using percentages */
    right: max(14px, env(safe-area-inset-right)) !important;
    left: auto !important;

    bottom: max(14px, env(safe-area-inset-bottom)) !important;
    top: auto !important;

    width: 56px !important;
    min-width: 56px !important;
    max-width: 56px !important;

    height: 56px !important;
    min-height: 56px !important;
    max-height: 56px !important;

    border-radius: 50% !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    z-index: 999999 !important;

    transform: translateZ(0);
    margin: 0 !important;

    /* Important: no element can create horizontal overflow */
    overflow: hidden !important;
  }

  .hz-floating-whatsapp span {
    display: flex !important;
    align-items: center;
    justify-content: center;

    width: 100%;
    height: 100%;

    font-size: 25px !important;
    line-height: 1 !important;
  }


  /* FAQ */
  .hz-faq-question {
    width: 100%;
    max-width: 100%;
    text-align: left;
    padding: 18px 15px !important;
    min-width: 0;
  }

  .hz-faq-question span {
    flex-shrink: 0;
  }

  .hz-faq-answer {
    max-width: 100%;
    overflow: hidden;
  }


  /* BUTTON SAFETY */
  .hz-btn {
    max-width: 100% !important;
    min-width: 0 !important;
    white-space: normal !important;
    overflow-wrap: anywhere;
  }

}


/* =========================================================
   EXTRA SMALL PHONES
   ========================================================= */

@media (max-width: 380px) {

  .hz-container {
    width: calc(100% - 22px) !important;
    max-width: calc(100% - 22px) !important;
  }

  .hz-hero-content {
    padding-top: 105px !important;
  }

  .hz-hero h1 {
    font-size: 32px !important;
  }

  .hz-hero-stats {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .hz-floating-whatsapp {
    width: 52px !important;
    min-width: 52px !important;
    max-width: 52px !important;
    height: 52px !important;
    min-height: 52px !important;
    max-height: 52px !important;
    right: 12px !important;
    bottom: 12px !important;
  }

}/* End custom CSS */