.elementor-70381 .elementor-element.elementor-element-002255d{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-70381 .elementor-element.elementor-element-4b2d4a7 > .elementor-widget-container{margin:-20px -20px -20px -20px;}.elementor-70381 .elementor-element.elementor-element-f2226f5{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-70381 .elementor-element.elementor-element-4ff841f > .elementor-widget-container{margin:-20px -20px -20px -20px;}.elementor-70381 .elementor-element.elementor-element-ed23fa7{--display:flex;}.elementor-70381 .elementor-element.elementor-element-4d5f00a{--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-70381 .elementor-element.elementor-element-bb7086e > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-70381 .elementor-element.elementor-element-88c1083{--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-70381 .elementor-element.elementor-element-190e67f > .elementor-widget-container{margin:-20px -20px -20px -20px;}.elementor-70381 .elementor-element.elementor-element-e1c0754{--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-70381 .elementor-element.elementor-element-7fe09b0 > .elementor-widget-container{margin:-20px -20px -20px -20px;}.elementor-70381 .elementor-element.elementor-element-6bf107f:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-70381 .elementor-element.elementor-element-6bf107f > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(90deg, #123453 60%, #2BC600 120%);}.elementor-70381 .elementor-element.elementor-element-6bf107f > .elementor-element-populated, .elementor-70381 .elementor-element.elementor-element-6bf107f > .elementor-element-populated > .elementor-background-overlay, .elementor-70381 .elementor-element.elementor-element-6bf107f > .elementor-background-slideshow{border-radius:23.5px 1px 25px 23.5px;}.elementor-70381 .elementor-element.elementor-element-6bf107f > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 50px 50px 50px;}.elementor-70381 .elementor-element.elementor-element-6bf107f > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-70381 .elementor-element.elementor-element-cfc9e23 > .elementor-widget-container{margin:-20px -20px -20px -20px;padding:-14px -14px -14px -14px;}.elementor-70381 .elementor-element.elementor-element-cfc9e23 .elementor-button{fill:#FFFFFF;color:#FFFFFF;}@media(max-width:767px){.elementor-70381 .elementor-element.elementor-element-4b2d4a7{width:var( --container-widget-width, 1000px );max-width:1000px;--container-widget-width:1000px;--container-widget-flex-grow:0;}.elementor-70381 .elementor-element.elementor-element-4b2d4a7 > .elementor-widget-container{margin:-20px -20px -20px -20px;}.elementor-70381 .elementor-element.elementor-element-4ff841f > .elementor-widget-container{margin:-20px -20px -20px -20px;}.elementor-70381 .elementor-element.elementor-element-6bf107f > .elementor-element-populated{padding:30px 30px 30px 30px;}}/* Start custom CSS for html, class: .elementor-element-4b2d4a7 *//* ── Google Font ── */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

/* ── Brand Tokens ── */
:root {
  --gold-primary:   #C9A84C;
  --gold-light:     #E2C97E;
  --gold-dark:      #A8832A;
  --navy-primary:   #1A2B4A;
  --navy-mid:       #1E3A5F;
  --blue-link:      #1A5276;
  --text-dark:      #1A2B4A;
  --text-body:      #2C3E50;
  --text-muted:     #5D6D7E;
  --border-gold:    rgba(201,168,76,0.35);
  --white:          #FFFFFF;
  --font-main:      'Inter', sans-serif;
}

/* ── Reset ── */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* ── Section Wrapper ── */
.hero-intro-section {
  width: 100%;
  padding: 64px 24px 56px;
  font-family: var(--font-main);
}

/* ── Inner Container ── */
.hero-intro-container {
  max-width: 860px;
  margin: 0 auto;
}

/* ── H1 Heading ── */
.hero-main-heading {
  font-family: var(--font-main);
  font-size: clamp(1.75rem, 3.5vw, 2.625rem);
  font-weight: 800;
  line-height: 1.25;
  color: var(--navy-primary);
  margin-bottom: 36px;
  letter-spacing: -0.02em;
  position: relative;
  padding-bottom: 20px;
}

.hero-main-heading::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 72px;
  height: 3px;
  background: linear-gradient(90deg, var(--gold-primary), var(--gold-light));
  border-radius: 2px;
}

/* ── Body Copy Block ── */
.hero-intro-body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.hero-intro-body p {
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.8;
  color: var(--text-body);
}

.hero-intro-body strong {
  font-weight: 700;
  color: var(--navy-primary);
}

/* ── CTA Note Box ── */
.hero-cta-note {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  border-left: 3px solid var(--gold-primary);
  background: rgba(201, 168, 76, 0.06);
  border-radius: 0 8px 8px 0;
  padding: 16px 20px;
  margin-top: 8px;
}

.cta-note-icon {
  flex-shrink: 0;
  margin-top: 2px;
  display: flex;
  align-items: center;
}

.cta-note-text {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.75;
  color: var(--text-body);
  margin: 0;
}

/* ── Inline Links ── */
.hero-inline-link {
  color: var(--blue-link);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: rgba(26, 82, 118, 0.4);
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.hero-inline-link:hover {
  color: var(--gold-dark);
  text-decoration-color: var(--gold-dark);
}

/* ── Mobile Responsive ── */
@media (max-width: 768px) {
  .hero-intro-section {
    padding: 44px 20px 40px;
  }

  .hero-main-heading {
    font-size: clamp(1.5rem, 6vw, 1.875rem);
    margin-bottom: 28px;
    padding-bottom: 16px;
  }

  .hero-main-heading::after {
    width: 52px;
  }

  .hero-intro-body p {
    font-size: 1rem;
    line-height: 1.75;
  }

  .hero-cta-note {
    flex-direction: row;
    padding: 14px 16px;
    gap: 10px;
  }

  .cta-note-text {
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .hero-intro-section {
    padding: 36px 16px 32px;
  }

  .hero-main-heading {
    font-size: 1.4375rem;
    letter-spacing: -0.01em;
  }

  .hero-intro-body {
    gap: 16px;
  }

  .hero-intro-body p {
    font-size: 0.9375rem;
  }

  .cta-note-text {
    font-size: 0.875rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4ff841f *//* section1.css */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Inter', sans-serif;
  color: #1a2340;
  line-height: 1.7;
}

.section-core-difference {
  padding: 60px 20px;
  max-width: 1100px;
  margin: 0 auto;
}

.section-core-difference .section-main-heading {
  font-size: 2rem;
  font-weight: 700;
  color: #1a2340;
  margin-bottom: 12px;
  line-height: 1.3;
}

.section-core-difference .section-intro-text {
  font-size: 1rem;
  color: #3a4a6b;
  margin-bottom: 40px;
  max-width: 820px;
}

.structure-cards-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-bottom: 36px;
}

.structure-card {
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  padding: 32px 28px;
  position: relative;
  overflow: hidden;
}

.structure-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
}

.structure-card.mainland::before {
  background: linear-gradient(180deg, #c9a84c, #e8c96a);
}

.structure-card.freezone::before {
  background: linear-gradient(180deg, #1a2340, #2d3d6b);
}

.structure-card .card-badge {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 16px;
}

.structure-card.mainland .card-badge {
  background-color: #fdf3d8;
  color: #a07820;
}

.structure-card.freezone .card-badge {
  background-color: #eef0f7;
  color: #1a2340;
}

.structure-card .card-heading {
  font-size: 1.2rem;
  font-weight: 700;
  color: #1a2340;
  margin-bottom: 14px;
}

.structure-card .card-body-text {
  font-size: 0.95rem;
  color: #3a4a6b;
  margin-bottom: 18px;
  line-height: 1.7;
}

.structure-card .rights-list {
  list-style: none;
  padding: 0;
  margin: 0 0 18px 0;
}

.structure-card .rights-list li {
  font-size: 0.92rem;
  color: #3a4a6b;
  padding: 7px 0 7px 28px;
  position: relative;
  border-bottom: 1px solid #f0f0f0;
  line-height: 1.5;
}

.structure-card .rights-list li:last-child {
  border-bottom: none;
}

.structure-card .rights-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
}

.structure-card.mainland .rights-list li::before {
  background-color: #fdf3d8;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cpath d='M2 5l2.5 2.5L8 3' stroke='%23c9a84c' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.structure-card.freezone .rights-list li::before {
  background-color: #eef0f7;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cpath d='M2 5l2.5 2.5L8 3' stroke='%231a2340' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.card-note-box {
  border-radius: 8px;
  padding: 14px 16px;
  font-size: 0.88rem;
  line-height: 1.6;
  margin-top: 6px;
}

.card-note-box.gold-note {
  background-color: #fdf8ec;
  border-left: 3px solid #c9a84c;
  color: #7a5c1e;
}

.card-note-box.navy-note {
  background-color: #f0f2f8;
  border-left: 3px solid #1a2340;
  color: #1a2340;
}

.card-note-box strong {
  font-weight: 600;
}

.limitation-banner {
  background: linear-gradient(135deg, #1a2340 0%, #2d3d6b 100%);
  border-radius: 12px;
  padding: 28px 32px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-top: 8px;
}

.limitation-banner .banner-icon {
  width: 44px;
  height: 44px;
  min-width: 44px;
  background-color: rgba(201, 168, 76, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}

.limitation-banner .banner-icon svg {
  width: 22px;
  height: 22px;
}

.limitation-banner .banner-content .banner-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #c9a84c;
  margin-bottom: 6px;
}

.limitation-banner .banner-content p {
  font-size: 0.95rem;
  color: #d0d8f0;
  line-height: 1.7;
}

.limitation-banner .banner-content p strong {
  color: #ffffff;
  font-weight: 600;
}

@media (max-width: 768px) {
  .section-core-difference {
    padding: 40px 16px;
  }

  .section-core-difference .section-main-heading {
    font-size: 1.5rem;
  }

  .structure-cards-wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .structure-card {
    padding: 24px 20px;
  }

  .limitation-banner {
    flex-direction: column;
    gap: 14px;
    padding: 22px 20px;
  }
}

@media (max-width: 480px) {
  .section-core-difference .section-main-heading {
    font-size: 1.3rem;
  }

  .section-core-difference .section-intro-text {
    font-size: 0.92rem;
  }

  .structure-card .card-body-text,
  .structure-card .rights-list li {
    font-size: 0.9rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3f4b4e6 */@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

.tax-law-section {
  font-family: 'Inter', sans-serif;
  padding: 60px 20px;
  color: #1a1a2e;
}

.tax-container {
  max-width: 860px;
  margin: 0 auto;
}

.tax-main-heading {
  font-size: 2rem;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 20px;
  line-height: 1.3;
  border-left: 4px solid #C9A84C;
  padding-left: 16px;
}

.tax-intro {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #333;
  margin-bottom: 36px;
}

.tax-block {
  margin-bottom: 36px;
}

.tax-sub-heading {
  font-size: 1.3rem;
  font-weight: 600;
  color: #1a1a2e;
  margin-bottom: 12px;
  position: relative;
  padding-bottom: 8px;
}

.tax-sub-heading::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 48px;
  height: 2px;
  background: linear-gradient(90deg, #C9A84C, #e8d5a3);
}

.tax-block p {
  font-size: 1rem;
  line-height: 1.8;
  color: #444;
  margin-bottom: 14px;
}

.tax-list {
  list-style: none;
  padding: 0;
  margin: 16px 0;
}

.tax-list li {
  font-size: 1rem;
  line-height: 1.7;
  color: #444;
  padding: 10px 14px 10px 44px;
  margin-bottom: 10px;
  border-left: 3px solid #C9A84C;
  background-color: #fdfaf4;
  border-radius: 4px;
  position: relative;
}

.tax-list li::before {
  content: '✦';
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #C9A84C;
  font-size: 0.75rem;
}

.tax-callout {
  border: 1px solid #C9A84C;
  border-radius: 6px;
  padding: 20px 24px;
  margin-top: 20px;
  position: relative;
}

.tax-callout::before {
  content: '⚠ Note';
  position: absolute;
  top: -12px;
  left: 20px;
  background: #fff;
  padding: 0 8px;
  font-size: 0.78rem;
  font-weight: 600;
  color: #C9A84C;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.tax-callout p {
  font-size: 0.97rem;
  line-height: 1.8;
  color: #444;
  margin: 0;
}

.tax-verdict {
  border-radius: 6px;
  padding: 22px 26px;
  border-left: 5px solid #1a1a2e;
  background-color: #f5f7fa;
}

.tax-verdict p {
  font-size: 1rem;
  line-height: 1.8;
  color: #1a1a2e;
  margin: 0;
}

/* ── Mobile Responsive ── */
@media (max-width: 768px) {
  .tax-law-section {
    padding: 40px 16px;
  }

  .tax-main-heading {
    font-size: 1.5rem;
    padding-left: 12px;
  }

  .tax-sub-heading {
    font-size: 1.15rem;
  }

  .tax-intro,
  .tax-block p,
  .tax-callout p,
  .tax-verdict p {
    font-size: 0.95rem;
  }

  .tax-list li {
    font-size: 0.95rem;
    padding: 10px 12px 10px 38px;
  }

  .tax-callout {
    padding: 18px 16px;
  }

  .tax-verdict {
    padding: 18px 16px;
  }
}

@media (max-width: 480px) {
  .tax-main-heading {
    font-size: 1.3rem;
  }

  .tax-sub-heading {
    font-size: 1.05rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bb7086e *//* ============================================
   Big 6 Comparison Factors Section
   Font: Inter | Colors: Navy #1B2B5E | Gold #C9A84C
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

.big6-section {
  font-family: 'Inter', sans-serif;
  color: #1B2B5E;
  padding: 60px 20px;
  max-width: 1100px;
  margin: 0 auto;
}

/* Section Main Heading */
.big6-section .section-main-heading {
  font-size: 2rem;
  font-weight: 800;
  color: #1B2B5E;
  margin-bottom: 8px;
  line-height: 1.3;
}

.big6-section .section-heading-underline {
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #C9A84C, #e8cc85);
  border-radius: 2px;
  margin-bottom: 40px;
}

/* Factor Card */
.factor-card {
  border: 1px solid #e8eaf0;
  border-radius: 12px;
  margin-bottom: 36px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(27, 43, 94, 0.06);
}

/* Factor Header */
.factor-header {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 28px;
  background: #1B2B5E;
}

.factor-number {
  font-size: 0.75rem;
  font-weight: 700;
  color: #C9A84C;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
}

.factor-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
}

/* Factor Body */
.factor-body {
  padding: 28px;
}

/* Ownership Table */
.ownership-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
  font-size: 0.93rem;
}

.ownership-table thead tr {
  background: #f0f3fa;
}

.ownership-table thead th {
  padding: 12px 16px;
  text-align: left;
  font-weight: 700;
  color: #1B2B5E;
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-bottom: 2px solid #C9A84C;
}

.ownership-table tbody tr {
  border-bottom: 1px solid #eef0f5;
}

.ownership-table tbody tr:last-child {
  border-bottom: none;
}

.ownership-table tbody td {
  padding: 14px 16px;
  color: #2c3e6b;
  line-height: 1.6;
  vertical-align: top;
}

.ownership-table tbody td:first-child {
  font-weight: 600;
  color: #1B2B5E;
  white-space: nowrap;
}

/* Structure Tag */
.structure-tag {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.tag-freezone {
  background: #eef5ff;
  color: #1B2B5E;
  border: 1px solid #c0cfee;
}

.tag-mainland {
  background: #fff8ec;
  color: #96700a;
  border: 1px solid #f0d79a;
}

/* Winner Badge */
.winner-badge {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: linear-gradient(135deg, #fdf8ee, #fef9f0);
  border: 1px solid #e8cc85;
  border-left: 4px solid #C9A84C;
  border-radius: 8px;
  padding: 14px 18px;
  margin-top: 20px;
}

.winner-icon {
  font-size: 1.1rem;
  flex-shrink: 0;
  margin-top: 1px;
}

.winner-badge p {
  margin: 0;
  font-size: 0.9rem;
  color: #1B2B5E;
  line-height: 1.6;
}

.winner-badge strong {
  color: #96700a;
}

/* Factor Intro Text */
.factor-intro {
  font-size: 0.95rem;
  color: #3a4a7a;
  line-height: 1.7;
  margin-bottom: 20px;
}

/* Two Column List Layout */
.two-col-lists {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}

.list-block {
  border: 1px solid #eef0f5;
  border-radius: 10px;
  overflow: hidden;
}

.list-block-header {
  padding: 12px 16px;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.list-block-header.freezone-header {
  background: #1B2B5E;
  color: #ffffff;
}

.list-block-header.mainland-header {
  background: #C9A84C;
  color: #ffffff;
}

.list-block ul {
  margin: 0;
  padding: 16px 16px 16px 32px;
  list-style: none;
}

.list-block ul li {
  position: relative;
  font-size: 0.88rem;
  color: #2c3e6b;
  line-height: 1.65;
  margin-bottom: 8px;
  padding-left: 4px;
}

.list-block ul li::before {
  content: '';
  position: absolute;
  left: -16px;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.list-block.freezone-block ul li::before {
  background: #1B2B5E;
}

.list-block.mainland-block ul li::before {
  background: #C9A84C;
}

.list-block ul li:last-child {
  margin-bottom: 0;
}

/* Nested list inside factor */
.nested-note {
  background: #f7f9ff;
  border-left: 3px solid #1B2B5E;
  border-radius: 0 6px 6px 0;
  padding: 10px 14px;
  margin: 6px 0 8px 0;
}

.nested-note ul {
  margin: 0;
  padding: 0 0 0 18px;
  list-style: none;
}

.nested-note ul li {
  position: relative;
  font-size: 0.84rem;
  color: #3a4a7a;
  line-height: 1.6;
  margin-bottom: 4px;
  padding-left: 2px;
}

.nested-note ul li::before {
  content: '–';
  position: absolute;
  left: -14px;
  color: #C9A84C;
  font-weight: 700;
}

/* Cost Tables */
.cost-label {
  font-size: 0.85rem;
  font-weight: 700;
  color: #1B2B5E;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
  margin-top: 20px;
  display: block;
}

.cost-label:first-of-type {
  margin-top: 0;
}

.cost-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.88rem;
  margin-bottom: 10px;
}

.cost-table thead tr {
  background: #f0f3fa;
}

.cost-table thead th {
  padding: 11px 14px;
  text-align: left;
  font-weight: 700;
  color: #1B2B5E;
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-bottom: 2px solid #C9A84C;
}

.cost-table tbody tr {
  border-bottom: 1px solid #eef0f5;
  transition: background 0.15s;
}

.cost-table tbody tr:hover {
  background: #fafbff;
}

.cost-table tbody tr:last-child {
  border-bottom: none;
}

.cost-table tbody td {
  padding: 11px 14px;
  color: #2c3e6b;
  line-height: 1.5;
  vertical-align: top;
}

.cost-table tbody td:first-child {
  font-weight: 600;
  color: #1B2B5E;
}

.cost-table tbody td:nth-child(2) {
  color: #96700a;
  font-weight: 500;
}

/* Mainland cost list */
.mainland-cost-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mainland-cost-list li {
  position: relative;
  font-size: 0.88rem;
  color: #2c3e6b;
  line-height: 1.65;
  padding: 8px 0 8px 22px;
  border-bottom: 1px solid #eef0f5;
}

.mainland-cost-list li:last-child {
  border-bottom: none;
}

.mainland-cost-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 16px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #C9A84C;
}

.mainland-cost-list li strong {
  color: #1B2B5E;
}

/* Single list block for full width */
.single-list-block {
  border: 1px solid #eef0f5;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}

.single-list-block ul {
  margin: 0;
  padding: 16px 16px 16px 32px;
  list-style: none;
}

.single-list-block ul li {
  position: relative;
  font-size: 0.88rem;
  color: #2c3e6b;
  line-height: 1.65;
  margin-bottom: 8px;
  padding-left: 4px;
}

.single-list-block ul li::before {
  content: '';
  position: absolute;
  left: -16px;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #1B2B5E;
}

/* Responsive */
@media (max-width: 768px) {

  .big6-section {
    padding: 40px 16px;
  }

  .big6-section .section-main-heading {
    font-size: 1.5rem;
  }

  .factor-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    padding: 16px 20px;
  }

  .factor-title {
    font-size: 1rem;
  }

  .factor-body {
    padding: 20px 16px;
  }

  .two-col-lists {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .ownership-table,
  .cost-table {
    font-size: 0.82rem;
  }

  .ownership-table thead th,
  .cost-table thead th {
    padding: 10px 10px;
    font-size: 0.75rem;
  }

  .ownership-table tbody td,
  .cost-table tbody td {
    padding: 10px 10px;
  }

  .cost-table tbody td:nth-child(2) {
    white-space: nowrap;
  }
}

@media (max-width: 480px) {

  .big6-section .section-main-heading {
    font-size: 1.25rem;
  }

  .factor-number {
    font-size: 0.7rem;
  }

  .cost-table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-190e67f *//* freezones-section.css */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.freezones-section {
  font-family: 'Inter', sans-serif;
  padding: 60px 20px;
  max-width: 1100px;
  margin: 0 auto;
}

.freezones-section .section-heading {
  font-size: 2rem;
  font-weight: 700;
  color: #1a2e5a;
  margin-bottom: 12px;
  line-height: 1.3;
}

.freezones-section .section-subtext {
  font-size: 1rem;
  color: #444;
  margin-bottom: 40px;
  line-height: 1.7;
}

.freezones-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.freezone-card {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 28px 24px;
  transition: box-shadow 0.3s ease;
  position: relative;
}

.freezone-card:hover {
  box-shadow: 0 6px 24px rgba(26, 46, 90, 0.10);
}

.freezone-card.featured {
  border-color: #c9a84c;
  border-width: 2px;
}

.freezone-card .card-badge {
  display: inline-block;
  background: linear-gradient(135deg, #c9a84c, #e8c96a);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 20px;
  margin-bottom: 14px;
}

.freezone-card .card-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: #1a2e5a;
  margin-bottom: 4px;
}

.freezone-card .card-full-name {
  font-size: 0.82rem;
  color: #888;
  margin-bottom: 16px;
  font-weight: 400;
}

.freezone-card .card-meta {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 18px;
}

.card-meta-row {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}

.card-meta-label {
  font-size: 0.78rem;
  font-weight: 600;
  color: #1a2e5a;
  min-width: 105px;
  padding-top: 1px;
}

.card-meta-value {
  font-size: 0.82rem;
  color: #444;
  line-height: 1.55;
}

.card-meta-value.cost {
  font-weight: 600;
  color: #c9a84c;
}

.freezone-card .card-divider {
  border: none;
  border-top: 1px solid #f0f0f0;
  margin: 16px 0;
}

.freezone-card .card-note {
  font-size: 0.8rem;
  color: #666;
  background: #f8f9fc;
  border-left: 3px solid #c9a84c;
  padding: 8px 12px;
  border-radius: 0 6px 6px 0;
  line-height: 1.55;
  margin-bottom: 14px;
}

.freezone-card .card-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.82rem;
  font-weight: 600;
  color: #1a2e5a;
  text-decoration: none;
  border-bottom: 1px solid #c9a84c;
  padding-bottom: 1px;
  transition: color 0.2s;
}

.freezone-card .card-link:hover {
  color: #c9a84c;
}

.freezone-card .card-link svg {
  width: 13px;
  height: 13px;
  stroke: currentColor;
}

@media (max-width: 900px) {
  .freezones-grid {
    grid-template-columns: 1fr;
  }

  .freezones-section .section-heading {
    font-size: 1.5rem;
  }
}

@media (max-width: 480px) {
  .freezones-section {
    padding: 40px 16px;
  }

  .freezone-card {
    padding: 20px 16px;
  }

  .card-meta-label {
    min-width: 90px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7fe09b0 */@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.dm-section {
  font-family: 'Inter', sans-serif;
  color: #1a2340;
  padding: 60px 20px;
  max-width: 1100px;
  margin: 0 auto;
}

/* Section Heading */
.dm-section__heading {
  font-size: 2rem;
  font-weight: 700;
  color: #1a2340;
  margin-bottom: 12px;
  line-height: 1.3;
}

.dm-section__subtext {
  font-size: 1rem;
  color: #4a5568;
  margin-bottom: 40px;
  line-height: 1.7;
}

/* Table Wrapper */
.dm-table-wrapper {
  overflow-x: auto;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  margin-bottom: 48px;
}

/* Table */
.dm-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
  min-width: 700px;
}

.dm-table thead {
  background: linear-gradient(135deg, #1a2340 0%, #2d3a5e 100%);
}

.dm-table thead th {
  color: #fff;
  font-weight: 600;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 14px 18px;
  text-align: left;
  border: none;
}

.dm-table thead th:first-child {
  border-radius: 0;
}

.dm-table tbody tr {
  border-bottom: 1px solid #e2e8f0;
  transition: background 0.2s ease;
}

.dm-table tbody tr:last-child {
  border-bottom: none;
}

.dm-table tbody tr:hover {
  background-color: #f7f8fc;
}

.dm-table tbody td {
  padding: 13px 18px;
  color: #2d3748;
  line-height: 1.55;
  vertical-align: middle;
}

.dm-table tbody td:first-child {
  font-weight: 600;
  color: #1a2340;
}

/* Badge: Structure */
.dm-badge {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 0.78rem;
  font-weight: 600;
  white-space: nowrap;
}

.dm-badge--freezone {
  background-color: #fdf3d7;
  color: #a07800;
  border: 1px solid #f0d060;
}

.dm-badge--mainland {
  background-color: #e8eef8;
  color: #1a2340;
  border: 1px solid #b0bfdf;
}

.dm-badge--dual {
  background-color: #edf7f0;
  color: #276749;
  border: 1px solid #9fd3b4;
}

/* Gold accent line under heading */
.dm-section__heading span {
  display: block;
  width: 56px;
  height: 3px;
  background: linear-gradient(90deg, #c9a84c, #f0d060);
  margin-top: 10px;
  border-radius: 2px;
}

/* Quick Decision Cards */
.dm-decision-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 8px;
}

.dm-decision-card {
  border-radius: 10px;
  padding: 28px 28px 24px;
  border: 1px solid #e2e8f0;
}

.dm-decision-card--mainland {
  border-top: 4px solid #1a2340;
}

.dm-decision-card--freezone {
  border-top: 4px solid #c9a84c;
}

.dm-decision-card__title {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #1a2340;
}

.dm-decision-card__title .dm-card-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  flex-shrink: 0;
}

.dm-decision-card--mainland .dm-card-icon {
  background-color: #e8eef8;
  color: #1a2340;
}

.dm-decision-card--freezone .dm-card-icon {
  background-color: #fdf3d7;
  color: #a07800;
}

.dm-decision-card__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.dm-decision-card__list li {
  font-size: 0.9rem;
  color: #3d4a63;
  line-height: 1.55;
  padding-left: 28px;
  position: relative;
}

.dm-decision-card__list li::before {
  content: '✅';
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.82rem;
}

/* Sub-section heading for Quick Decision */
.dm-subsection-heading {
  font-size: 1.3rem;
  font-weight: 700;
  color: #1a2340;
  margin-bottom: 20px;
  padding-top: 8px;
}

/* Responsive */
@media (max-width: 768px) {
  .dm-section {
    padding: 40px 16px;
  }

  .dm-section__heading {
    font-size: 1.5rem;
  }

  .dm-decision-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .dm-decision-card {
    padding: 22px 18px;
  }

  .dm-table {
    font-size: 0.82rem;
  }

  .dm-table thead th,
  .dm-table tbody td {
    padding: 11px 13px;
  }
}

@media (max-width: 480px) {
  .dm-section__heading {
    font-size: 1.3rem;
  }

  .dm-subsection-heading {
    font-size: 1.1rem;
  }

  .dm-decision-card__title {
    font-size: 0.97rem;
  }

  .dm-decision-card__list li {
    font-size: 0.85rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-efb1546 *//* hidden-costs.css */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.hidden-costs-section {
  font-family: 'Inter', sans-serif;
  color: #1a2c4e;
  padding: 60px 20px;
  max-width: 1100px;
  margin: 0 auto;
}

.hidden-costs-section .section-main-heading {
  font-size: 2rem;
  font-weight: 700;
  color: #1a2c4e;
  margin-bottom: 10px;
  line-height: 1.3;
}

.hidden-costs-section .section-intro {
  font-size: 1rem;
  color: #4a5568;
  margin-bottom: 40px;
  line-height: 1.7;
}

.hidden-costs-section .costs-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.hidden-costs-section .cost-card {
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 32px;
  position: relative;
  overflow: hidden;
}

.hidden-costs-section .cost-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
}

.hidden-costs-section .cost-card.freezone::before {
  background: linear-gradient(180deg, #c9a84c, #f0d080);
}

.hidden-costs-section .cost-card.mainland::before {
  background: linear-gradient(180deg, #1a2c4e, #2d4a7a);
}

.hidden-costs-section .cost-card-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 20px;
  margin-bottom: 16px;
}

.hidden-costs-section .cost-card.freezone .cost-card-badge {
  background-color: #fef9ec;
  color: #b8890a;
  border: 1px solid #f0d080;
}

.hidden-costs-section .cost-card.mainland .cost-card-badge {
  background-color: #eef2f8;
  color: #1a2c4e;
  border: 1px solid #c5d0e2;
}

.hidden-costs-section .cost-card-heading {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1a2c4e;
  margin-bottom: 24px;
  line-height: 1.3;
}

.hidden-costs-section .cost-items-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.hidden-costs-section .cost-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.hidden-costs-section .cost-item-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}

.hidden-costs-section .cost-card.freezone .cost-item-icon {
  background-color: #fef9ec;
  border: 1px solid #f0d080;
}

.hidden-costs-section .cost-card.mainland .cost-item-icon {
  background-color: #eef2f8;
  border: 1px solid #c5d0e2;
}

.hidden-costs-section .cost-item-icon svg {
  width: 14px;
  height: 14px;
}

.hidden-costs-section .cost-card.freezone .cost-item-icon svg {
  color: #c9a84c;
}

.hidden-costs-section .cost-card.mainland .cost-item-icon svg {
  color: #1a2c4e;
}

.hidden-costs-section .cost-item-content {
  flex: 1;
}

.hidden-costs-section .cost-item-title {
  font-size: 0.95rem;
  font-weight: 600;
  color: #1a2c4e;
  margin-bottom: 4px;
  line-height: 1.4;
}

.hidden-costs-section .cost-card.freezone .cost-item-title {
  color: #b8890a;
}

.hidden-costs-section .cost-item-desc {
  font-size: 0.88rem;
  color: #4a5568;
  line-height: 1.65;
}

.hidden-costs-section .cost-item-divider {
  height: 1px;
  background-color: #f0f4f8;
  margin-top: 4px;
}

@media (max-width: 768px) {
  .hidden-costs-section {
    padding: 40px 16px;
  }

  .hidden-costs-section .section-main-heading {
    font-size: 1.5rem;
  }

  .hidden-costs-section .costs-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .hidden-costs-section .cost-card {
    padding: 24px;
  }

  .hidden-costs-section .cost-card-heading {
    font-size: 1.1rem;
  }
}

@media (max-width: 480px) {
  .hidden-costs-section .section-main-heading {
    font-size: 1.3rem;
  }

  .hidden-costs-section .cost-item-title {
    font-size: 0.9rem;
  }

  .hidden-costs-section .cost-item-desc {
    font-size: 0.84rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0abad4f */@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

.dual-structure-section {
  font-family: 'Inter', sans-serif;
  max-width: 860px;
  margin: 0 auto;
  padding: 60px 24px;
  color: #1a1a2e;
}

.dual-structure-section h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 16px;
  line-height: 1.3;
}

.dual-structure-section .section-intro {
  font-size: 1rem;
  color: #444;
  line-height: 1.8;
  margin-bottom: 40px;
}

.strategy-card {
  border-left: 4px solid #c9a84c;
  padding: 24px 28px;
  margin-bottom: 28px;
  border-radius: 0 8px 8px 0;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

.strategy-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.strategy-badge {
  background: linear-gradient(135deg, #c9a84c, #e8d48a);
  color: #1a1a2e;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: nowrap;
}

.strategy-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.strategy-card ul li {
  font-size: 0.95rem;
  color: #444;
  line-height: 1.7;
  padding: 6px 0 6px 22px;
  position: relative;
  border-bottom: 1px solid #f0f0f0;
}

.strategy-card ul li:last-child {
  border-bottom: none;
}

.strategy-card ul li::before {
  content: '▸';
  position: absolute;
  left: 0;
  color: #c9a84c;
  font-size: 0.85rem;
  top: 7px;
}

.dual-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 40px;
}

.info-box {
  padding: 24px;
  border-radius: 8px;
  border: 1px solid #e8d48a;
}

.info-box h4 {
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: #c9a84c;
  margin-bottom: 10px;
}

.info-box p {
  font-size: 0.93rem;
  color: #444;
  line-height: 1.75;
  margin: 0;
}

.info-box p strong {
  color: #1a1a2e;
}

@media (max-width: 768px) {
  .dual-structure-section h2 {
    font-size: 1.5rem;
  }

  .strategy-card {
    padding: 20px 18px;
  }

  .strategy-card h3 {
    font-size: 1rem;
    flex-wrap: wrap;
  }

  .dual-info-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

@media (max-width: 480px) {
  .dual-structure-section {
    padding: 40px 16px;
  }

  .dual-structure-section h2 {
    font-size: 1.3rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-75abe74 */@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

.verdict-section {
  font-family: 'Inter', sans-serif;
  padding: 64px 20px;
  color: #1a1a2e;
}

.verdict-container {
  max-width: 900px;
  margin: 0 auto;
}

/* Main Heading */
.verdict-main-heading {
  font-size: 2rem;
  font-weight: 700;
  color: #1a3a6b;
  margin-bottom: 16px;
  line-height: 1.3;
}

/* Intro Paragraph */
.verdict-intro {
  font-size: 1.05rem;
  color: #444;
  line-height: 1.75;
  margin-bottom: 40px;
}

/* Cards Wrapper */
.verdict-cards-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 40px;
}

/* Individual Card */
.verdict-card {
  border-radius: 10px;
  padding: 28px 24px;
  border: 1px solid #e0e0e0;
  border-top: 4px solid transparent;
  transition: box-shadow 0.3s ease;
}

.verdict-card:hover {
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
}

.verdict-card--freezone {
  border-top-color: #c9a84c;
}

.verdict-card--mainland {
  border-top-color: #1a3a6b;
}

/* Card Header */
.verdict-card-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.verdict-icon {
  font-size: 1.4rem;
}

.verdict-card-heading {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1a3a6b;
  margin: 0;
}

.verdict-card--freezone .verdict-card-heading {
  color: #c9a84c;
}

/* Card Body */
.verdict-card-body {
  font-size: 0.97rem;
  color: #444;
  line-height: 1.75;
  margin: 0;
}

/* Shift Block */
.verdict-shift-block {
  border-left: 4px solid #c9a84c;
  padding-left: 24px;
}

.verdict-shift-heading {
  font-size: 1.15rem;
  font-weight: 700;
  color: #1a3a6b;
  margin-bottom: 12px;
}

.verdict-shift-body {
  font-size: 0.97rem;
  color: #444;
  line-height: 1.75;
  margin-bottom: 20px;
}

/* Quote */
.verdict-quote {
  font-size: 1rem;
  color: #1a3a6b;
  line-height: 1.75;
  margin: 0;
  padding: 20px 24px;
  border-radius: 8px;
  border: 1px solid #e8d9b0;
  background: linear-gradient(135deg, #fdf9f0 0%, #fef6e4 100%);
  font-style: normal;
}

.verdict-quote strong {
  color: #c9a84c;
  font-weight: 700;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .verdict-main-heading {
    font-size: 1.5rem;
  }

  .verdict-cards-wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .verdict-card {
    padding: 22px 18px;
  }

  .verdict-shift-block {
    padding-left: 16px;
  }

  .verdict-quote {
    padding: 16px 18px;
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  .verdict-section {
    padding: 40px 16px;
  }

  .verdict-main-heading {
    font-size: 1.3rem;
  }

  .verdict-intro {
    font-size: 0.95rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a6c268a *//* ==================== 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 */