.elementor-77440 .elementor-element.elementor-element-f5b80ff .elementor-wrapper{--video-aspect-ratio:1.77777;}/* Start custom CSS for html, class: .elementor-element-a3c9e5d *//* SECTION CSS */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap');

.hero-intro-section {
  font-family: 'Inter', sans-serif;
  padding: 60px 20px;
  background: transparent;
}

.hero-intro-container {
  max-width: 860px;
  margin: 0 auto;
}

.hero-intro-body {
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.85;
  color: #1a1a1a;
  margin: 0 0 22px 0;
  padding: 0;
}

.hero-intro-body:last-child {
  margin-bottom: 0;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-de4ca66 *//* ========== SECTION CSS ========== */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

/* ── Root Tokens ── */
:root {
  --gold-light:   #d4a843;
  --gold-mid:     #b8892c;
  --gold-dark:    #8c6518;
  --gold-gradient: linear-gradient(135deg, #d4a843 0%, #f0c96b 40%, #b8892c 70%, #8c6518 100%);
  --gold-gradient-h: linear-gradient(90deg, #d4a843 0%, #f0c96b 50%, #b8892c 100%);
  --text-primary:  #1a1a1a;
  --text-body:     #3a3a3a;
  --text-muted:    #6b6b6b;
  --border-light:  rgba(180, 140, 50, 0.18);
  --border-gold:   rgba(180, 140, 50, 0.45);
  --bg-row-alt:    rgba(212, 168, 67, 0.04);
  --bg-thead:      rgba(212, 168, 67, 0.08);
  --radius-sm:     6px;
  --radius-md:     10px;
  --radius-lg:     16px;
  --shadow-soft:   0 4px 24px rgba(140, 101, 24, 0.10);
  --shadow-table:  0 8px 40px rgba(140, 101, 24, 0.12);
}

/* ── Section Wrapper ── */
.meal-prep-guide {
  font-family: 'Inter', sans-serif;
  color: var(--text-body);
  padding: 72px 20px 80px;
  max-width: 100%;
}

.mpg-container {
  max-width: 900px;
  margin: 0 auto;
}

/* ── Hero Block ── */
.mpg-hero {
  margin-bottom: 48px;
}

.mpg-hero__title {
  font-family: 'Inter', sans-serif;
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.02em;
  margin: 0 0 24px 0;
  background: var(--gold-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.mpg-hero__lead {
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  font-weight: 400;
  line-height: 1.8;
  color: var(--text-body);
  margin: 0 0 18px 0;
}

.mpg-hero__lead:last-child {
  margin-bottom: 0;
}

/* ── Divider ── */
.mpg-divider {
  height: 1px;
  background: var(--gold-gradient-h);
  opacity: 0.4;
  margin: 48px 0;
  border: none;
}

/* ── Generic Section ── */
.mpg-section {
  margin-bottom: 0;
}

.mpg-section__title {
  font-family: 'Inter', sans-serif;
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.015em;
  margin: 0 0 20px 0;
  color: var(--gold-mid);
  position: relative;
  padding-bottom: 14px;
}

.mpg-section__title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 48px;
  height: 2px;
  background: var(--gold-gradient-h);
  border-radius: 2px;
}

/* ── Body Text ── */
.mpg-body {
  font-size: clamp(0.9375rem, 1.6vw, 1.0625rem);
  font-weight: 400;
  line-height: 1.8;
  color: var(--text-body);
  margin: 0 0 18px 0;
}

.mpg-body--sub {
  color: var(--text-muted);
  font-size: clamp(0.875rem, 1.5vw, 1rem);
  font-style: italic;
  margin-bottom: 28px;
}

.mpg-body--closing {
  font-size: clamp(0.9375rem, 1.6vw, 1.0625rem);
  color: var(--text-body);
  border-left: 3px solid var(--gold-light);
  padding-left: 20px;
  margin-bottom: 0;
}

/* ── Closing Section ── */
.mpg-section--closing {
  margin-top: 40px;
}

/* ── Table Wrapper ── */
.mpg-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-table);
  border: 1px solid var(--border-gold);
}

/* ── Table ── */
.mpg-table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Inter', sans-serif;
  font-size: clamp(0.8125rem, 1.4vw, 0.9375rem);
  background: #ffffff;
  border-radius: var(--radius-lg);
  overflow: hidden;
  min-width: 560px;
}

/* ── Table Head ── */
.mpg-table thead tr {
  background: var(--bg-thead);
}

.mpg-table__th {
  font-size: clamp(0.75rem, 1.3vw, 0.875rem);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--gold-dark);
  padding: 16px 20px;
  text-align: left;
  border-bottom: 2px solid var(--border-gold);
  white-space: nowrap;
}

.mpg-table__th--stage {
  width: 210px;
  min-width: 180px;
}

/* ── Table Body ── */
.mpg-table__row {
  transition: background 0.2s ease;
}

.mpg-table__row--alt {
  background: var(--bg-row-alt);
}

.mpg-table__row:hover {
  background: rgba(212, 168, 67, 0.07);
}

.mpg-table__td {
  padding: 16px 20px;
  vertical-align: top;
  line-height: 1.65;
  color: var(--text-body);
  border-bottom: 1px solid var(--border-light);
}

.mpg-table__row:last-child .mpg-table__td {
  border-bottom: none;
}

.mpg-table__td--stage {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding-top: 18px;
}

.mpg-table__td--authority {
  color: var(--text-muted);
  font-size: clamp(0.8125rem, 1.3vw, 0.9rem);
}

/* ── Stage Number Badge ── */
.mpg-stage-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--gold-gradient);
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 1px;
  box-shadow: 0 2px 8px rgba(140, 101, 24, 0.25);
}

/* ── Stage Label ── */
.mpg-stage-label {
  font-weight: 600;
  color: var(--text-primary);
  font-size: clamp(0.8125rem, 1.4vw, 0.9375rem);
  line-height: 1.5;
}

/* ── Responsive ── */
@media (max-width: 768px) {
  .meal-prep-guide {
    padding: 48px 16px 60px;
  }

  .mpg-divider {
    margin: 36px 0;
  }

  .mpg-table__th,
  .mpg-table__td {
    padding: 13px 14px;
  }

  .mpg-table__th--stage {
    width: 170px;
    min-width: 160px;
  }

  .mpg-stage-num {
    width: 24px;
    height: 24px;
    font-size: 0.6875rem;
  }
}

@media (max-width: 480px) {
  .mpg-hero__title {
    font-size: 1.5rem;
  }

  .mpg-section__title {
    font-size: 1.2rem;
  }

  .mpg-body {
    font-size: 0.9375rem;
  }

  .mpg-table {
    min-width: 480px;
  }

  .mpg-table__th,
  .mpg-table__td {
    padding: 11px 12px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9373ad2 *//* ============================================
   GOOGLE FONT - INTER
   ============================================ */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');

/* ============================================
   ROOT BRAND COLOURS (A&A Associates Gold)
   ============================================ */
:root {
  --gold-primary: #C9A84C;
  --gold-light: #E2C07A;
  --gold-dark: #A07C30;
  --gold-gradient: linear-gradient(135deg, #C9A84C 0%, #E2C07A 50%, #A07C30 100%);
  --text-dark: #1A1A1A;
  --text-body: #3D3D3D;
  --text-muted: #6B6B6B;
  --text-light: #FFFFFF;
  --divider: #E8D9B5;
  --bg-soft: #FDFAF4;
  --font-main: 'Inter', sans-serif;
}

/* ============================================
   SECTION WRAPPER
   ============================================ */
.aaa-cloud-kitchen-section {
  font-family: var(--font-main);
  color: var(--text-body);
  max-width: 860px;
  margin: 0 auto;
  padding: 60px 24px;
  line-height: 1.8;
}

/* ============================================
   SECTION BLOCK SPACING
   ============================================ */
.aaa-section-block {
  margin-bottom: 72px;
}

/* ============================================
   GOLD LABEL / EYEBROW TAG
   ============================================ */
.aaa-eyebrow {
  display: inline-block;
  font-family: var(--font-main);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  background: var(--gold-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 12px;
}

/* ============================================
   HEADINGS
   ============================================ */
.aaa-h2 {
  font-family: var(--font-main);
  font-size: clamp(26px, 4vw, 36px);
  font-weight: 800;
  color: var(--text-dark);
  line-height: 1.25;
  margin: 0 0 16px 0;
  letter-spacing: -0.02em;
}

.aaa-h3 {
  font-family: var(--font-main);
  font-size: clamp(18px, 2.5vw, 22px);
  font-weight: 700;
  color: var(--text-dark);
  line-height: 1.35;
  margin: 40px 0 12px 0;
  letter-spacing: -0.01em;
}

.aaa-h3::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 18px;
  background: var(--gold-gradient);
  margin-right: 10px;
  vertical-align: middle;
  border-radius: 2px;
}

/* ============================================
   SECTION TITLE UNDERLINE
   ============================================ */
.aaa-title-rule {
  width: 56px;
  height: 3px;
  background: var(--gold-gradient);
  border: none;
  border-radius: 2px;
  margin: 0 0 28px 0;
}

/* ============================================
   BODY TEXT / PARAGRAPHS
   ============================================ */
.aaa-cloud-kitchen-section p {
  font-family: var(--font-main);
  font-size: 16px;
  font-weight: 400;
  color: var(--text-body);
  line-height: 1.85;
  margin: 0 0 20px 0;
}

/* ============================================
   INTRO LEAD PARAGRAPH
   ============================================ */
.aaa-lead {
  font-size: 18px !important;
  font-weight: 500 !important;
  color: var(--text-dark) !important;
  line-height: 1.75 !important;
  border-left: 3px solid var(--gold-primary);
  padding-left: 18px;
  margin-bottom: 28px !important;
}

/* ============================================
   HIGHLIGHT / PULL QUOTE TEXT
   ============================================ */
.aaa-highlight-text {
  font-family: var(--font-main);
  font-size: 17px;
  font-weight: 600;
  background: var(--gold-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.6;
  margin: 32px 0;
  padding: 0 0 0 20px;
  border-left: 3px solid var(--gold-light);
  display: block;
}

/* ============================================
   DIVIDER LINE
   ============================================ */
.aaa-divider {
  border: none;
  border-top: 1px solid var(--divider);
  margin: 56px 0;
}

/* ============================================
   ANALOGY BLOCK (Indented Explanation)
   ============================================ */
.aaa-analogy-block {
  background: var(--bg-soft);
  border-left: 4px solid var(--gold-primary);
  border-radius: 0 8px 8px 0;
  padding: 24px 28px;
  margin: 32px 0;
}

.aaa-analogy-block p {
  font-size: 15.5px !important;
  color: var(--text-body) !important;
  margin-bottom: 14px !important;
}

.aaa-analogy-block p:last-child {
  margin-bottom: 0 !important;
}

.aaa-analogy-block strong {
  color: var(--gold-dark);
  font-weight: 700;
}

/* ============================================
   BULLET LIST — CUSTOM GOLD STYLE
   ============================================ */
.aaa-list {
  list-style: none;
  padding: 0;
  margin: 16px 0 24px 0;
}

.aaa-list li {
  font-family: var(--font-main);
  font-size: 15.5px;
  color: var(--text-body);
  padding: 8px 0 8px 28px;
  position: relative;
  line-height: 1.7;
  border-bottom: 1px solid var(--divider);
}

.aaa-list li:last-child {
  border-bottom: none;
}

.aaa-list li::before {
  content: '◆';
  position: absolute;
  left: 0;
  top: 9px;
  font-size: 8px;
  background: var(--gold-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ============================================
   STAT CALLOUT
   ============================================ */
.aaa-stat-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin: 36px 0;
}

.aaa-stat-item {
  flex: 1 1 180px;
  text-align: center;
  padding: 24px 16px;
  border: 1px solid var(--divider);
  border-radius: 10px;
  background: var(--bg-soft);
}

.aaa-stat-number {
  font-family: var(--font-main);
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 800;
  background: var(--gold-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: block;
  line-height: 1.1;
  margin-bottom: 8px;
}

.aaa-stat-label {
  font-family: var(--font-main);
  font-size: 13px;
  font-weight: 500;
  color: var(--text-muted);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* ============================================
   INLINE LINK STYLE
   ============================================ */
.aaa-cloud-kitchen-section a {
  color: var(--gold-dark);
  text-decoration: none;
  font-weight: 600;
  border-bottom: 1px solid var(--gold-light);
  transition: color 0.2s ease, border-color 0.2s ease;
}

.aaa-cloud-kitchen-section a:hover {
  color: var(--gold-primary);
  border-bottom-color: var(--gold-primary);
}

/* ============================================
   COMPARISON TABLE
   ============================================ */
.aaa-table-wrapper {
  overflow-x: auto;
  margin: 32px 0;
  border-radius: 10px;
  border: 1px solid var(--divider);
}

.aaa-table {
  width: 100%;
  border-collapse: collapse;
  font-family: var(--font-main);
  font-size: 14.5px;
  min-width: 480px;
}

.aaa-table thead tr {
  background: var(--gold-gradient);
}

.aaa-table thead th {
  color: #fff;
  font-weight: 700;
  padding: 14px 20px;
  text-align: left;
  letter-spacing: 0.04em;
  font-size: 13px;
  text-transform: uppercase;
}

.aaa-table tbody tr:nth-child(odd) {
  background: var(--bg-soft);
}

.aaa-table tbody tr:nth-child(even) {
  background: #fff;
}

.aaa-table tbody td {
  padding: 13px 20px;
  color: var(--text-body);
  line-height: 1.6;
  border-bottom: 1px solid var(--divider);
  vertical-align: top;
}

.aaa-table tbody td:first-child {
  font-weight: 600;
  color: var(--text-dark);
  width: 36%;
}

.aaa-table tbody tr:last-child td {
  border-bottom: none;
}

/* ============================================
   NOTE / INFO CALLOUT (Inline)
   ============================================ */
.aaa-note {
  font-family: var(--font-main);
  font-size: 14px;
  color: var(--text-muted);
  background: var(--bg-soft);
  border-left: 3px solid var(--gold-light);
  padding: 12px 16px;
  border-radius: 0 6px 6px 0;
  margin: 20px 0;
  line-height: 1.6;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 640px) {
  .aaa-cloud-kitchen-section {
    padding: 40px 16px;
  }

  .aaa-lead {
    font-size: 16px !important;
  }

  .aaa-stat-strip {
    gap: 16px;
  }

  .aaa-stat-item {
    flex: 1 1 140px;
    padding: 18px 12px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-31390ec *//* ========== CSS STYLES ========== */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

.aa-food-license-section {
  font-family: 'Inter', sans-serif;
  padding: 60px 20px;
  background: transparent;
  color: #1a1a1a;
}

.aa-container {
  max-width: 860px;
  margin: 0 auto;
}

/* ---- Section Block ---- */
.aa-section-block {
  margin-bottom: 20px;
}

/* ---- Section Divider ---- */
.aa-section-divider {
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, #b8973a, #d4af5a, #c9a84c);
  margin: 56px auto;
  border-radius: 2px;
}

/* ---- Headings ---- */
.aa-section-title {
  font-family: 'Inter', sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.3;
  margin: 0 0 24px 0;
  padding-bottom: 14px;
  border-bottom: 2px solid #c9a84c;
}

.aa-subsection-title {
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #b8973a;
  line-height: 1.4;
  margin: 40px 0 16px 0;
}

/* ---- Body Text ---- */
.aa-body-text {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #3a3a3a;
  line-height: 1.85;
  margin: 0 0 18px 0;
}

/* ---- Insight Block ---- */
.aa-insight-block {
  border-left: 4px solid #c9a84c;
  background: linear-gradient(135deg, #fdf8ee 0%, #fef9f0 100%);
  padding: 20px 24px;
  margin: 28px 0;
  border-radius: 0 6px 6px 0;
}

.aa-insight-label {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #b8973a;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-bottom: 10px;
}

.aa-insight-text {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #4a4a4a;
  line-height: 1.8;
  margin: 0;
}

/* ---- List ---- */
.aa-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.aa-list-item {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #3a3a3a;
  line-height: 1.8;
  padding: 12px 0 12px 22px;
  border-bottom: 1px solid #f0e8d5;
  position: relative;
}

.aa-list-item:last-child {
  border-bottom: none;
}

.aa-list-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 22px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #b8973a, #d4af5a);
  flex-shrink: 0;
}

.aa-list-title {
  font-weight: 600;
  color: #1a1a1a;
}

/* ---- Responsive ---- */
@media (max-width: 768px) {
  .aa-food-license-section {
    padding: 40px 16px;
  }

  .aa-section-title {
    font-size: 22px;
    margin-bottom: 18px;
  }

  .aa-subsection-title {
    font-size: 18px;
    margin: 32px 0 14px 0;
  }

  .aa-body-text {
    font-size: 15px;
    line-height: 1.8;
  }

  .aa-insight-block {
    padding: 16px 18px;
  }

  .aa-insight-text {
    font-size: 14px;
  }

  .aa-list-item {
    font-size: 15px;
    padding: 10px 0 10px 20px;
  }

  .aa-section-divider {
    margin: 40px auto;
  }
}

@media (max-width: 480px) {
  .aa-section-title {
    font-size: 20px;
  }

  .aa-subsection-title {
    font-size: 17px;
  }

  .aa-body-text,
  .aa-list-item {
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-531d44f *//* ========== SECTION CSS ========== */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

.meal-marketing-section {
  font-family: 'Inter', sans-serif;
  padding: 72px 24px;
  max-width: 100%;
}

.mms-container {
  max-width: 860px;
  margin: 0 auto;
}

/* Main Section Heading */
.mms-heading {
  font-family: 'Inter', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.02em;
  background: linear-gradient(135deg, #b8913a 0%, #d4af5a 40%, #c9a84c 65%, #a07830 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0 0 28px 0;
}

/* Sub Headings */
.mms-subheading {
  font-family: 'Inter', sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.01em;
  color: #b8913a;
  margin: 40px 0 16px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(184, 145, 58, 0.18);
}

/* Body Paragraphs */
.mms-body {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  color: #3a3a3a;
  margin: 0 0 18px 0;
}

/* Unordered List */
.mms-list {
  list-style: none;
  padding: 0;
  margin: 20px 0 24px 0;
}

/* List Items */
.mms-list-item {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  color: #3a3a3a;
  padding: 14px 0 14px 24px;
  border-bottom: 1px solid rgba(184, 145, 58, 0.1);
  position: relative;
}

.mms-list-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 23px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, #b8913a, #d4af5a);
}

.mms-list-item:last-child {
  border-bottom: none;
}

/* Bold label inside list */
.mms-list-label {
  font-weight: 600;
  color: #9a7730;
}

/* Responsive */
@media (max-width: 768px) {
  .meal-marketing-section {
    padding: 48px 20px;
  }

  .mms-heading {
    font-size: 1.55rem;
  }

  .mms-subheading {
    font-size: 1.1rem;
    margin-top: 32px;
  }

  .mms-body,
  .mms-list-item {
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  .meal-marketing-section {
    padding: 36px 16px;
  }

  .mms-heading {
    font-size: 1.3rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-08ea754 *//* ==================== CTA BUTTONS CSS ==================== */

.aa-cta-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 32px 0;
  align-items: stretch;
}

/* --- Base Button --- */
.aa-cta-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 20px;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.3s ease;
  flex: 1 1 220px;
  min-width: 220px;
  max-width: 300px;
  position: relative;
  overflow: hidden;
  border: 1px solid transparent;
}

.aa-cta-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.aa-cta-btn:hover::before {
  opacity: 1;
}

/* --- Primary Button (Main Website) --- */
.aa-cta-primary {
  background: #1a1a1a;
  border-color: #1a1a1a;
}

.aa-cta-primary::before {
  background: #2a2a2a;
}

.aa-cta-primary .aa-cta-icon svg {
  stroke: #c8a84b;
}

.aa-cta-primary .aa-cta-label {
  color: #f0d080;
}

.aa-cta-primary .aa-cta-sub {
  color: #aaaaaa;
}

.aa-cta-primary .aa-cta-arrow {
  color: #c8a84b;
}

.aa-cta-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(200,168,75,0.2);
  border-color: #c8a84b;
}

/* --- Secondary Button (Freezone + Mainland) --- */
.aa-cta-secondary {
  background: #ffffff;
  border-color: #c8a84b;
}

.aa-cta-secondary::before {
  background: linear-gradient(135deg, rgba(200,168,75,0.06), rgba(240,208,128,0.06));
}

.aa-cta-secondary .aa-cta-icon svg {
  stroke: #c8a84b;
}

.aa-cta-secondary .aa-cta-label {
  color: #1a1a1a;
}

.aa-cta-secondary .aa-cta-sub {
  color: #888888;
}

.aa-cta-secondary .aa-cta-arrow {
  color: #c8a84b;
}

.aa-cta-secondary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(200,168,75,0.15);
  border-color: #b8922a;
  background: #fffdf5;
}

/* --- Gold Button (Contact / CTA) --- */
.aa-cta-gold {
  background: linear-gradient(135deg, #c8a84b 0%, #f0d080 50%, #c8a84b 100%);
  background-size: 200% auto;
  border-color: transparent;
}

.aa-cta-gold::before {
  background: linear-gradient(135deg, #b8922a 0%, #e0c060 50%, #b8922a 100%);
  background-size: 200% auto;
}

.aa-cta-gold .aa-cta-icon svg {
  stroke: #ffffff;
}

.aa-cta-gold .aa-cta-label {
  color: #ffffff;
}

.aa-cta-gold .aa-cta-sub {
  color: rgba(255,255,255,0.8);
}

.aa-cta-gold .aa-cta-arrow {
  color: #ffffff;
}

.aa-cta-gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(200,168,75,0.45);
  background-position: right center;
}

/* --- Icon Wrapper --- */
.aa-cta-icon {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.aa-cta-icon svg {
  width: 20px;
  height: 20px;
}

/* --- Text Block --- */
.aa-cta-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
  position: relative;
  z-index: 1;
}

.aa-cta-label {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
}

.aa-cta-sub {
  font-size: 11.5px;
  font-weight: 400;
  line-height: 1.3;
  font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
}

/* --- Arrow --- */
.aa-cta-arrow {
  font-size: 18px;
  font-weight: 300;
  flex-shrink: 0;
  transition: transform 0.3s ease;
  position: relative;
  z-index: 1;
}

.aa-cta-btn:hover .aa-cta-arrow {
  transform: translateX(4px);
}

/* --- Responsive --- */
@media (max-width: 768px) {
  .aa-cta-wrapper {
    flex-direction: column;
    gap: 12px;
  }

  .aa-cta-btn {
    max-width: 100%;
    flex: 1 1 100%;
  }
}

@media (max-width: 480px) {
  .aa-cta-btn {
    padding: 12px 16px;
  }

  .aa-cta-label {
    font-size: 13.5px;
  }

  .aa-cta-sub {
    font-size: 11px;
  }
}/* End custom CSS */