.elementor-7562 .elementor-element.elementor-element-dfe9f45{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-7562 .elementor-element.elementor-element-e3b0638{width:100%;max-width:100%;}.elementor-7562 .elementor-element.elementor-element-e3b0638 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-e3b0638 *//* =================================================================
   DUBAI FREE ZONE — STYLES
   Palette matched to the Aurum reference: dark forest-teal + gold.
   All .elementor-7562 .elementor-element.elementor-element-e3b0638s are namespaced under .fz to avoid clashing.
   ================================================================= */

.fz {
  --green-900: #0c2d25;   /* darkest teal background */
  --green-800: #103a30;   /* dark section */
  --green-700: #16493c;   /* dark cards */
  --gold:      #c9a24a;   /* primary gold accent */
  --gold-dk:   #b08d3c;
  --cream:     #f6f1e7;   /* light section bg */
  --cream-2:   #fbf8f1;   /* card bg on light */
  --ink:       #1f2a25;   /* body text on light */
  --ink-soft:  #4b574f;
  --line:      #e3dccb;
  --white:     #ffffff;

  font-family: 'Jost', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  color: var(--ink);
  line-height: 1.65;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

.fz *,
.fz *::before,
.fz *::after { box-sizing: border-box; }

.fz h1, .fz h2, .fz h3, .fz h4 {
  font-family: 'Marcellus', Georgia, serif;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 .5em;
  letter-spacing: .2px;
}

.fz p { margin: 0 0 1em; }
.fz ul { margin: 0; padding: 0; list-style: none; }
.fz img { max-width: 100%; display: block; }

/* ---------- layout helpers ---------- */
.fz-container { width: min(1180px, 92%); margin-inline: auto; }
.fz-narrow    { max-width: 880px; }
.fz-center    { text-align: center; }
.fz-gold      { color: var(--gold); }
.fz-on-dark   { color: var(--cream) !important; }

.fz-section { padding: 84px 0; background: var(--white); }
.fz-section--alt  { background: var(--cream); }
.fz-section--dark { background: var(--green-800); }
.fz-section--split { background: var(--cream-2); }

.fz-flag {
  color: var(--gold);
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  font-size: .78rem;
  margin-bottom: .6em;
}
.fz-h2 {
  font-size: clamp(1.6rem, 3vw, 2.5rem);
  color: var(--green-900);
  margin-bottom: .5em;
}
.fz-section--dark .fz-h2 { color: var(--cream); }
.fz-sub {
  color: var(--ink-soft);
  max-width: 760px;
  margin: 0 auto 2.4em;
}
.fz-section--dark .fz-sub { color: #cfe0d6; }
.fz-prose p { color: var(--ink-soft); }

/* ---------- buttons ---------- */
.fz-btn {
  display: inline-block;
  font-family: 'Jost', sans-serif;
  font-weight: 500;
  font-size: .95rem;
  letter-spacing: .3px;
  padding: 14px 28px;
  border-radius: 40px;
  text-decoration: none;
  cursor: pointer;
  border: 1.5px solid transparent;
  transition: transform .18s ease, background .2s ease, color .2s ease, box-shadow .2s ease;
}
.fz-btn:hover { transform: translateY(-2px); }
.fz-btn--gold  { background: var(--gold); color: #1c1405; box-shadow: 0 8px 22px rgba(201,162,74,.32); }
.fz-btn--gold:hover { background: var(--gold-dk); }
.fz-btn--ghost { background: transparent; color: var(--cream); border-color: rgba(255,255,255,.55); }
.fz-btn--ghost:hover { background: rgba(255,255,255,.1); }
.fz-btn--dark  { background: var(--green-800); color: var(--cream); }
.fz-btn--dark:hover { background: var(--green-900); }
.fz-btn--block { width: 100%; }
.fz-btn--sm  { padding: 10px 20px; font-size: .85rem; }
.fz-btn--lg  { padding: 17px 38px; font-size: 1.05rem; }

/* ===================== HERO ===================== */
.fz-hero {
  position: relative;
  background: var(--green-900);
  padding: 96px 0;
  overflow: hidden;
}
.fz-hero__bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  opacity: .28;
}
.fz-hero__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(120deg, rgba(10,38,31,.96) 0%, rgba(12,45,37,.88) 45%, rgba(12,45,37,.55) 100%);
}
.fz-hero__grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.35fr .9fr;
  gap: 56px;
  align-items: center;
}
.fz-eyebrow {
  display: inline-block;
  color: var(--gold);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 600;
  margin-bottom: 18px;
}
.fz-hero__title {
  color: var(--cream);
  font-size: clamp(2rem, 4.2vw, 3.3rem);
  line-height: 1.12;
  margin-bottom: .45em;
}
.fz-hero__lead { color: #d7e4db; max-width: 560px; font-size: 1.05rem; }
.fz-hero__cta { display: flex; gap: 14px; flex-wrap: wrap; margin: 26px 0 30px; }
.fz-hero__stats {
  display: flex; flex-wrap: wrap; gap: 28px 40px;
  border-top: 1px solid rgba(255,255,255,.15);
  padding-top: 24px;
}
.fz-hero__stats li { display: flex; flex-direction: column; }
.fz-hero__stats strong { color: var(--gold); font-size: 1.7rem; font-family: 'Marcellus', serif; }
.fz-hero__stats span { color: #b9c9bf; font-size: .82rem; letter-spacing: .3px; }

/* hero form card */
.fz-card-form {
  background: var(--cream-2);
  border-radius: 18px;
  padding: 30px 28px;
  box-shadow: 0 24px 60px rgba(0,0,0,.35);
  border-top: 4px solid var(--gold);
}
.fz-card-form h3 { color: var(--green-900); font-size: 1.5rem; }
.fz-card-form > p { color: var(--ink-soft); font-size: .92rem; margin-bottom: 18px; }
.fz-form { display: flex; flex-direction: column; gap: 12px; }
.fz-form input,
.fz-form select,
.fz-form textarea {
  width: 100%;
  font-family: 'Jost', sans-serif;
  font-size: .95rem;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  color: var(--ink);
  resize: vertical;
}
.fz-form input:focus,
.fz-form select:focus,
.fz-form textarea:focus {
  outline: none; border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(201,162,74,.18);
}
.fz-form__note { color: #1d7a4f; font-weight: 500; font-size: .9rem; margin: 4px 0 0; }

/* ===================== WHO IS IT FOR ===================== */
.fz-who-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 36px;
}
.fz-who {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 24px 20px;
  display: flex; flex-direction: column; gap: 12px;
  transition: transform .2s ease, box-shadow .2s ease;
}
.fz-who:hover { transform: translateY(-4px); box-shadow: 0 14px 30px rgba(12,45,37,.1); }
.fz-who__ic { font-size: 1.8rem; }
.fz-who p { margin: 0; color: var(--ink-soft); font-size: .92rem; }

/* ===================== BENEFITS ===================== */
.fz-benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.fz-benefit {
  background: var(--cream-2);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 28px 24px;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.fz-benefit:hover { transform: translateY(-5px); box-shadow: 0 16px 36px rgba(12,45,37,.12); border-color: var(--gold); }
.fz-benefit__ic {
  display: inline-flex; align-items: center; justify-content: center;
  width: 54px; height: 54px; border-radius: 12px;
  background: rgba(201,162,74,.14);
  font-size: 1.6rem; margin-bottom: 14px;
}
.fz-benefit h4 { color: var(--green-900); font-size: 1.12rem; }
.fz-benefit p { color: var(--ink-soft); font-size: .9rem; margin: 0; }

/* ===================== POPULAR FREE ZONES ===================== */
.fz-zones {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 38px;
}
.fz-zone {
  background: var(--green-700);
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.08);
  transition: transform .2s ease, box-shadow .2s ease;
}
.fz-zone:hover { transform: translateY(-5px); box-shadow: 0 18px 40px rgba(0,0,0,.4); }
.fz-zone img { height: 150px; width: 100%; object-fit: cover; }
.fz-zone__body { padding: 20px; }
.fz-zone__body h4 { color: var(--gold); font-size: 1.15rem; }
.fz-zone__body p { color: #cfe0d6; font-size: .88rem; margin: 0; }
.fz-zone--cta {
  background: linear-gradient(160deg, var(--gold) 0%, var(--gold-dk) 100%);
  display: flex; align-items: center;
}
.fz-zone--cta h4 { color: #1c1405; }
.fz-zone--cta p { color: #3a2c08; margin-bottom: 16px; }

/* ===================== ACTIVITIES ===================== */
.fz-activities {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin: 36px 0 28px;
}
.fz-activity {
  background: var(--cream-2);
  border: 1px solid var(--line);
  border-left: 4px solid var(--gold);
  border-radius: 12px;
  padding: 26px 28px;
}
.fz-activity h4 { color: var(--green-900); font-size: 1.2rem; margin-bottom: .7em; }
.fz-activity ul li {
  position: relative; padding-left: 22px; margin-bottom: 8px;
  color: var(--ink-soft); font-size: .93rem;
}
.fz-activity ul li::before {
  content: "›"; position: absolute; left: 4px; top: -1px;
  color: var(--gold); font-weight: 700; font-size: 1.1rem;
}

/* ===================== STRUCTURES ===================== */
.fz-structures {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 36px;
}
.fz-structure {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 28px 24px;
  position: relative;
  transition: transform .2s ease, box-shadow .2s ease;
}
.fz-structure:hover { transform: translateY(-5px); box-shadow: 0 16px 36px rgba(12,45,37,.12); }
.fz-structure__tag {
  display: inline-block;
  background: var(--green-800); color: var(--gold);
  font-size: .72rem; font-weight: 600; letter-spacing: 1.5px;
  padding: 6px 12px; border-radius: 20px; margin-bottom: 14px;
}
.fz-structure h4 { color: var(--green-900); font-size: 1.12rem; }
.fz-structure p { color: var(--ink-soft); font-size: .9rem; margin: 0; }

/* ===================== LICENSES ===================== */
.fz-licenses {
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px;
  margin: 36px 0 34px;
}
.fz-license {
  background: var(--cream-2);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 26px 20px;
  text-align: center;
  position: relative;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.fz-license:hover { transform: translateY(-5px); box-shadow: 0 16px 34px rgba(12,45,37,.12); border-color: var(--gold); }
.fz-license__num {
  position: absolute; top: 14px; right: 16px;
  font-family: 'Marcellus', serif; font-size: 1.6rem; color: rgba(201,162,74,.35);
}
.fz-license__ic { font-size: 2rem; display: block; margin-bottom: 12px; }
.fz-license h4 { color: var(--green-900); font-size: 1.02rem; }
.fz-license p { color: var(--ink-soft); font-size: .84rem; margin: 0; }

/* ===================== SPLIT (docs / cost / banking) ===================== */
.fz-split {
  display: grid; grid-template-columns: 1fr 1.1fr; gap: 50px; align-items: center;
}
.fz-split--reverse .fz-split__media { order: 2; }
.fz-split__media { position: relative; }
.fz-split__media img {
  width: 100%; height: 100%; max-height: 480px; object-fit: cover;
  border-radius: 18px; box-shadow: 0 20px 50px rgba(12,45,37,.18);
}
.fz-price-badge {
  position: absolute; bottom: 22px; left: 22px;
  background: var(--gold); color: #1c1405;
  padding: 14px 22px; border-radius: 14px; text-align: center;
  box-shadow: 0 12px 28px rgba(0,0,0,.25);
}
.fz-price-badge span { display: block; font-size: .72rem; letter-spacing: 1px; text-transform: uppercase; }
.fz-price-badge strong { font-family: 'Marcellus', serif; font-size: 1.5rem; }

.fz-checklist { margin: 6px 0 20px; }
.fz-checklist li {
  position: relative; padding-left: 30px; margin-bottom: 11px;
  color: var(--ink-soft); font-size: .95rem;
}
.fz-checklist li::before {
  content: "✓";
  position: absolute; left: 0; top: 0;
  width: 20px; height: 20px; border-radius: 50%;
  background: var(--gold); color: #1c1405;
  font-size: .72rem; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
}

/* ===================== STEPS ===================== */
.fz-steps {
  counter-reset: none;
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px 40px;
  margin-top: 40px;
}
.fz-step { display: flex; gap: 18px; align-items: flex-start; }
.fz-step__n {
  flex: none;
  width: 50px; height: 50px; border-radius: 50%;
  background: var(--gold); color: #1c1405;
  font-family: 'Marcellus', serif; font-size: 1.3rem;
  display: flex; align-items: center; justify-content: center;
}
.fz-step h4 { color: var(--cream); font-size: 1.12rem; margin-bottom: .25em; }
.fz-step p { color: #cfe0d6; font-size: .9rem; margin: 0; }

/* ===================== TABLE ===================== */
.fz-table-wrap { overflow-x: auto; margin: 34px 0 28px; border-radius: 16px; box-shadow: 0 14px 36px rgba(12,45,37,.1); }
.fz-table {
  width: 100%; border-collapse: collapse; background: var(--white);
  min-width: 620px; overflow: hidden; border-radius: 16px;
}
.fz-table th, .fz-table td { padding: 16px 22px; text-align: left; font-size: .93rem; }
.fz-table thead th {
  background: var(--green-800); color: var(--cream);
  font-family: 'Marcellus', serif; font-weight: 400; font-size: 1.02rem;
}
.fz-table thead th:first-child { border-top-left-radius: 16px; }
.fz-table thead th:last-child { border-top-right-radius: 16px; }
.fz-table tbody tr:nth-child(even) { background: var(--cream); }
.fz-table tbody td { color: var(--ink-soft); border-bottom: 1px solid var(--line); }
.fz-table tbody td:first-child { font-weight: 500; color: var(--green-900); }

/* ===================== SERVICES ===================== */
.fz-services {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 38px;
}
.fz-service {
  background: var(--cream-2);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 22px 20px;
  display: flex; align-items: center; gap: 14px;
  font-size: .95rem; color: var(--green-900); font-weight: 500;
  transition: transform .18s ease, border-color .2s ease;
}
.fz-service:hover { transform: translateY(-3px); border-color: var(--gold); }
.fz-service span { font-size: 1.5rem; }

/* ===================== WHY AURUM ===================== */
.fz-why {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 40px;
}
.fz-why__item {
  background: var(--green-700);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 14px;
  padding: 26px 20px;
  text-align: center;
  transition: transform .2s ease, box-shadow .2s ease;
}
.fz-why__item:hover { transform: translateY(-4px); box-shadow: 0 16px 34px rgba(0,0,0,.35); }
.fz-why__item span { font-size: 2rem; display: block; margin-bottom: 10px; }
.fz-why__item p { color: var(--cream); font-size: .92rem; margin: 0; }

/* ===================== FINAL CTA BAND ===================== */
.fz-cta-band { position: relative; background: var(--green-900); overflow: hidden; }
.fz-cta-band__bg {
  position: absolute; inset: 0; background-size: cover; background-position: center; opacity: .22;
}
.fz-cta-band__inner {
  position: relative;
  display: flex; align-items: center; justify-content: space-between; gap: 30px;
  padding: 64px 0;
}
.fz-cta-band__inner .fz-h2 { margin-bottom: .3em; max-width: 640px; }
.fz-cta-band__inner p { margin: 0; color: #cfe0d6; }

/* ===================== RESPONSIVE ===================== */
@media (max-width: 1024px) {
  .fz-hero__grid { grid-template-columns: 1fr; gap: 40px; }
  .fz-who-grid,
  .fz-benefits,
  .fz-zones,
  .fz-structures,
  .fz-services,
  .fz-why { grid-template-columns: repeat(2, 1fr); }
  .fz-licenses { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 680px) {
  .fz-section { padding: 60px 0; }
  .fz-hero { padding: 70px 0; }
  .fz-who-grid,
  .fz-benefits,
  .fz-zones,
  .fz-activities,
  .fz-structures,
  .fz-licenses,
  .fz-services,
  .fz-why,
  .fz-steps { grid-template-columns: 1fr; }
  .fz-split { grid-template-columns: 1fr; gap: 28px; }
  .fz-split--reverse .fz-split__media { order: 0; }
  .fz-cta-band__inner { flex-direction: column; text-align: center; align-items: center; }
  .fz-hero__stats { gap: 20px 28px; }
}

/* ---------- scroll-reveal hook ---------- */
.fz [data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.fz [data-reveal].is-visible { opacity: 1; transform: none; }

/* =================================================================
   OFFSHORE-SPECIFIC ADDITIONS
   ================================================================= */

/* 3-column grid variants */
.fz-zones--3 { grid-template-columns: repeat(3, 1fr); }
.fz-activities--3 { grid-template-columns: repeat(3, 1fr); }

/* callout note */
.fz-callout {
  margin-top: 30px;
  background: rgba(201,162,74,.12);
  border: 1px solid rgba(201,162,74,.4);
  border-left: 4px solid var(--gold);
  border-radius: 12px;
  padding: 20px 26px;
  color: var(--ink);
  font-size: .96rem;
}
.fz-callout strong { color: var(--green-900); }

/* FAQ accordion
   NOTE: rules use high specificity + !important to override host-theme
   <button> styles (which can force white-space:nowrap, a background,
   and prevent the question text from wrapping on mobile). */
.fz .fz-faq {
  margin-top: 34px;
  display: flex; flex-direction: column; gap: 14px;
  width: 100%; max-width: 100%; min-width: 0;
}
.fz .fz-faq__item {
  background: var(--cream-2);
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
  width: 100%; max-width: 100%; min-width: 0;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.fz .fz-faq__item.is-open { border-color: var(--gold); box-shadow: 0 12px 30px rgba(12,45,37,.1); }

.fz .fz-faq__q {
  width: 100%; max-width: 100%; min-width: 0;
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
  margin: 0;
  background: none !important; border: none !important; box-shadow: none !important;
  cursor: pointer;
  font-family: 'Marcellus', serif; font-size: 1.08rem; color: var(--green-900) !important;
  text-align: left;
  padding: 20px 24px;
  /* force long questions to wrap instead of being clipped on mobile */
  white-space: normal !important;
  overflow-wrap: anywhere !important;
  word-break: break-word !important;
  line-height: 1.35;
  text-transform: none;
  letter-spacing: 0;
}
.fz .fz-faq__q:hover,
.fz .fz-faq__q:focus,
.fz .fz-faq__q:active {
  background: none !important;
  color: var(--green-900) !important;
  outline: none;
}
/* the wrapping text occupies the remaining space and is allowed to shrink */
.fz .fz-faq__q > :not(.fz-faq__ic) { min-width: 0; flex: 1 1 auto; }

.fz .fz-faq__ic {
  flex: 0 0 auto;
  width: 28px; height: 28px; border-radius: 50%;
  background: var(--gold) !important; color: #1c1405 !important;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem; line-height: 1;
  transition: transform .25s ease;
}
.fz .fz-faq__item.is-open .fz-faq__ic { transform: rotate(45deg); }
.fz-faq__a {
  max-height: 0; overflow: hidden;
  transition: max-height .3s ease;
}
.fz-faq__a p {
  margin: 0; padding: 0 24px 22px; color: var(--ink-soft); font-size: .95rem;
}

/* final CTA stacked column variant */
.fz-cta-band__col { position: relative; padding: 70px 0; }
.fz-cta-band__col .fz-flag { color: var(--gold); }

/* contact list */
.fz-contact {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 34px;
  margin-top: 30px; padding-top: 26px;
  border-top: 1px solid rgba(255,255,255,.15);
}
.fz-contact li { color: var(--cream); font-size: .98rem; }
.fz-contact a { color: var(--gold); text-decoration: none; }
.fz-contact a:hover { text-decoration: underline; }

/* responsive overrides for new grids */
@media (max-width: 1024px) {
  .fz-zones--3, .fz-activities--3 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 680px) {
  .fz-zones--3, .fz-activities--3 { grid-template-columns: 1fr; }
  .fz-contact { flex-direction: column; align-items: center; gap: 10px; }

  /* FAQ — mobile sizing so questions fit and the +/- stays visible */
  .fz .fz-faq { gap: 12px; }
  .fz .fz-faq__q {
    padding: 16px 16px;
    gap: 12px;
    font-size: .98rem;
  }
  .fz .fz-faq__ic {
    width: 24px; height: 24px;
    font-size: 1.05rem;
  }
  .fz .fz-faq__a p { padding: 0 16px 18px; font-size: .92rem; }
}

@media (max-width: 380px) {
  .fz .fz-faq__q { padding: 14px 13px; gap: 10px; font-size: .92rem; }
  .fz .fz-faq__a p { padding: 0 13px 16px; }
}/* End custom CSS */