.elementor-72995 .elementor-element.elementor-element-4c1460ac{--display:flex;}.elementor-72995 .elementor-element.elementor-element-e488d53{--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;}/* Start custom CSS for html, class: .elementor-element-6236b82 *//* icp-intro.css */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

:root {
  --navy: #0a1f44;
  --navy-light: #1a3a6b;
  --green: #2e7d32;
  --green-light: #43a047;
  --gold: #c9a84c;
  --gold-light: #e2c97e;
  --text-dark: #0a1f44;
  --text-body: #374151;
  --text-muted: #6b7280;
  --border: #e5e7eb;
  --bg-light: #f9fafb;
  --white: #ffffff;
  --font: 'Inter', sans-serif;
  --radius: 10px;
  --radius-sm: 6px;
  --shadow-md: 0 4px 16px rgba(10,31,68,0.10);
}

/* ── Section ── */
.icp-intro-section {
  font-family: var(--font);
  width: 100%;
  padding: 0 0 60px;
}

/* ── Hero Image ── */
.icp-hero-img-wrap {
  width: 100%;
  aspect-ratio: 21 / 7;
  overflow: hidden;
  position: relative;
  margin-bottom: 48px;
}

.icp-hero-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.icp-hero-img-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    transparent 55%,
    rgba(10, 31, 68, 0.55) 100%
  );
  pointer-events: none;
}

/* ── Content ── */
.icp-intro-content {
  width: 100%;
  padding: 0 40px;
}

/* ── Eyebrow ── */
.icp-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 14px;
}

.icp-eyebrow::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 2px;
  background: var(--gold);
  border-radius: 2px;
  flex-shrink: 0;
}

/* ── Heading ── */
.icp-intro-section h2 {
  font-size: 1.75rem;
  font-weight: 800;
  color: var(--navy);
  line-height: 1.3;
  margin-bottom: 8px;
}

.icp-gold-bar {
  width: 52px;
  height: 4px;
  background: linear-gradient(90deg, var(--gold) 0%, var(--gold-light) 100%);
  border-radius: 2px;
  margin-bottom: 24px;
}

/* ── Body Text ── */
.icp-intro-body {
  font-size: 1rem;
  color: var(--text-body);
  line-height: 1.85;
  margin-bottom: 18px;
  max-width: 100%;
}

/* ── Highlight Box ── */
.icp-highlight-box {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: var(--bg-light);
  border: 1.5px solid var(--border);
  border-left: 4px solid var(--navy);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  padding: 18px 20px;
  margin-top: 8px;
}

.icp-highlight-icon {
  font-size: 1.4rem;
  flex-shrink: 0;
  margin-top: 2px;
}

.icp-highlight-box p {
  font-size: 0.93rem;
  color: var(--text-body);
  line-height: 1.72;
  margin: 0;
}

.icp-highlight-box p strong {
  color: var(--navy);
  font-weight: 700;
}

/* ── Responsive ── */
@media (max-width: 900px) {
  .icp-intro-content {
    padding: 0 24px;
  }

  .icp-hero-img-wrap {
    aspect-ratio: 16 / 7;
    margin-bottom: 36px;
  }

  .icp-intro-section h2 {
    font-size: 1.45rem;
  }
}

@media (max-width: 600px) {
  .icp-intro-content {
    padding: 0 16px;
  }

  .icp-hero-img-wrap {
    aspect-ratio: 4 / 3;
    margin-bottom: 28px;
  }

  .icp-intro-section h2 {
    font-size: 1.25rem;
  }

  .icp-intro-body {
    font-size: 0.95rem;
  }

  .icp-highlight-box {
    flex-direction: column;
    gap: 8px;
    padding: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5146cd8 */@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

:root {
  --navy: #0a1f44;
  --navy-light: #1a3a6b;
  --green: #2e7d32;
  --green-light: #43a047;
  --gold: #c9a84c;
  --gold-light: #e2c97e;
  --amber: #f57f17;
  --text-dark: #0a1f44;
  --text-body: #374151;
  --text-muted: #6b7280;
  --border: #e5e7eb;
  --bg-light: #f9fafb;
  --bg-green: #f0fdf4;
  --bg-navy: #eef1f7;
  --white: #ffffff;
  --font: 'Inter', sans-serif;
  --radius: 10px;
  --radius-sm: 6px;
  --shadow-sm: 0 1px 4px rgba(10,31,68,0.07);
  --shadow-md: 0 4px 16px rgba(10,31,68,0.10);
}

/* ── Section ── */
.icp-section {
  font-family: var(--font);
  width: 100%;
  padding: 20px 10px;
  color: var(--text-body);
}

.icp-inner {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 36px;
}

/* ── Section Header ── */
.icp-section-header {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 820px;
}

.icp-eyebrow {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--gold);
  display: flex;
  align-items: center;
  gap: 8px;
}

.icp-eyebrow::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 2px;
  background: var(--gold);
  border-radius: 2px;
  flex-shrink: 0;
}

.icp-main-heading {
  font-size: 1.75rem;
  font-weight: 800;
  color: var(--navy);
  line-height: 1.28;
  margin: 0;
}

.icp-lead {
  font-size: 1rem;
  color: var(--text-body);
  line-height: 1.75;
  margin: 0;
}

.icp-lead strong {
  color: var(--navy);
  font-weight: 700;
}

/* ── Rule Box ── */
.icp-rule-box {
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
  padding: 28px;
  display: flex;
  gap: 18px;
  align-items: flex-start;
  position: relative;
  overflow: hidden;
}

.icp-rule-box::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--navy) 0%, var(--gold) 100%);
}

.icp-rule-icon {
  font-size: 1.6rem;
  flex-shrink: 0;
  margin-top: 2px;
}

.icp-rule-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.icp-rule-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--navy);
  margin: 0 0 4px;
}

.icp-rule-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 0;
  align-items: stretch;
  border: 1.5px solid var(--border);
  border-radius: var(--radius-sm);
  overflow: hidden;
}

.icp-rule-item {
  padding: 16px 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.icp-rule-item--icp {
  background: var(--bg-navy);
}

.icp-rule-item--gdrfa {
  background: var(--bg-green);
}

.icp-rule-divider {
  width: 1px;
  background: var(--border);
}

.icp-rule-tag {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 20px;
  width: fit-content;
}

.icp-rule-tag--icp {
  background: var(--navy);
  color: var(--white);
}

.icp-rule-tag--gdrfa {
  background: var(--green);
  color: var(--white);
}

.icp-rule-item p {
  font-size: 0.88rem;
  color: var(--text-body);
  line-height: 1.6;
  margin: 0;
}

.icp-rule-item p strong {
  color: var(--navy);
}

.icp-rule-note {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  background: #fff8e1;
  border: 1px solid #ffe082;
  border-radius: var(--radius-sm);
  padding: 12px 14px;
  font-size: 0.85rem;
  color: #5d4037;
  line-height: 1.6;
  margin: 0;
}

.icp-rule-note-icon {
  font-size: 1rem;
  flex-shrink: 0;
  margin-top: 1px;
}

.icp-rule-note strong {
  color: var(--navy);
}

/* ── Scope ── */
.icp-scope {
  border-left: 4px solid var(--gold);
  padding: 12px 16px;
  background: #fafaf5;
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
}

.icp-scope-text {
  font-size: 0.93rem;
  color: var(--text-body);
  line-height: 1.7;
  margin: 0;
}

.icp-scope-text strong {
  color: var(--navy);
  font-weight: 700;
}

/* ── Services ── */
.icp-services-wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.icp-services-heading {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--navy);
  margin: 0;
  position: relative;
  padding-left: 14px;
}

.icp-services-heading::before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  height: calc(100% - 6px);
  width: 4px;
  background: var(--gold);
  border-radius: 2px;
}

.icp-services-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.icp-service-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  border: 1.5px solid var(--border);
  border-radius: var(--radius-sm);
  background: var(--white);
  box-shadow: var(--shadow-sm);
  transition: border-color 0.18s, box-shadow 0.18s;
}

.icp-service-item:hover {
  border-color: var(--navy);
  box-shadow: var(--shadow-md);
}

.icp-service-icon {
  font-size: 1.3rem;
  flex-shrink: 0;
  margin-top: 1px;
}

.icp-service-content {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.icp-service-content strong {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.35;
}

.icp-service-content span {
  font-size: 0.8rem;
  color: var(--text-muted);
  line-height: 1.5;
}

/* ── Routes ── */
.icp-routes-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.icp-routes-heading {
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--navy);
  margin: 0;
  position: relative;
  padding-left: 14px;
}

.icp-routes-heading::before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  height: calc(100% - 6px);
  width: 4px;
  background: var(--gold);
  border-radius: 2px;
}

.icp-routes-intro {
  font-size: 0.97rem;
  color: var(--text-body);
  line-height: 1.75;
  margin: 0;
}

.icp-routes-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

/* ── Route Card ── */
.icp-route-card {
  border-radius: var(--radius);
  border: 1.5px solid var(--border);
  box-shadow: var(--shadow-md);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.icp-route-card-header {
  padding: 20px 22px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.icp-route-card--investor .icp-route-card-header {
  background: var(--bg-navy);
  border-bottom: 1.5px solid var(--border);
}

.icp-route-card--golden .icp-route-card-header {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);
  border-bottom: 1.5px solid rgba(201,168,76,0.3);
}

.icp-route-badge {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 3px 11px;
  border-radius: 20px;
  width: fit-content;
}

.icp-route-badge--investor {
  background: var(--navy);
  color: var(--white);
}

.icp-route-badge--golden {
  background: var(--gold);
  color: var(--navy);
}

.icp-route-card-title {
  font-size: 1.05rem;
  font-weight: 800;
  margin: 0;
}

.icp-route-card--investor .icp-route-card-title {
  color: var(--navy);
}

.icp-route-card--golden .icp-route-card-title {
  color: var(--white);
}

.icp-route-card-sub {
  font-size: 0.8rem;
  margin: 0;
  line-height: 1.5;
}

.icp-route-card--investor .icp-route-card-sub {
  color: var(--text-muted);
}

.icp-route-card--golden .icp-route-card-sub {
  color: rgba(255,255,255,0.65);
}

.icp-route-card-body {
  padding: 20px 22px;
  background: var(--white);
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.icp-route-details {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.icp-route-details li {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 10px 0;
  border-bottom: 1px solid var(--border);
}

.icp-route-details li:last-child {
  border-bottom: none;
}

.icp-detail-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.icp-detail-val {
  font-size: 0.9rem;
  color: var(--text-body);
  line-height: 1.55;
  font-weight: 500;
}

.icp-detail-val--highlight {
  font-weight: 700;
  color: var(--navy);
}

.icp-route-note {
  font-size: 0.8rem;
  color: var(--text-muted);
  font-style: italic;
  line-height: 1.5;
  margin: 0;
}

/* ── Decision Box ── */
.icp-decision-box {
  background: var(--bg-green);
  border: 1.5px solid #bbf7d0;
  border-radius: var(--radius);
  padding: 24px 26px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.icp-decision-icon {
  font-size: 1.5rem;
  flex-shrink: 0;
  margin-top: 2px;
}

.icp-decision-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.icp-decision-title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--navy);
  margin: 0;
}

.icp-decision-content > p {
  font-size: 0.92rem;
  color: var(--text-body);
  line-height: 1.7;
  margin: 0;
}

.icp-decision-paths {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.icp-decision-path {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.9rem;
  color: var(--text-body);
  line-height: 1.55;
}

.icp-path-badge {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  padding: 3px 10px;
  border-radius: 20px;
  flex-shrink: 0;
  margin-top: 2px;
}

.icp-path-badge--yes {
  background: var(--green);
  color: var(--white);
}

.icp-path-badge--no {
  background: var(--amber);
  color: var(--white);
}

.icp-decision-path strong {
  color: var(--navy);
}

/* ── Responsive ── */
@media (max-width: 1024px) {
  .icp-services-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 900px) {
  .icp-section {
    padding: 48px 24px;
  }

  .icp-routes-grid {
    grid-template-columns: 1fr;
  }

  .icp-rule-grid {
    grid-template-columns: 1fr;
  }

  .icp-rule-divider {
    width: 100%;
    height: 1px;
  }
}

@media (max-width: 600px) {
  .icp-section {
    padding: 36px 16px;
  }

  .icp-main-heading {
    font-size: 1.4rem;
  }

  .icp-services-list {
    grid-template-columns: 1fr;
  }

  .icp-rule-box {
    flex-direction: column;
    padding: 20px;
  }

  .icp-decision-box {
    flex-direction: column;
    padding: 18px;
  }

  .icp-routes-heading {
    font-size: 1.1rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1c40986 *//* icp-visa-guide.css */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

:root {
  --navy: #0a1f44;
  --navy-light: #1a3a6b;
  --green: #2e7d32;
  --green-light: #43a047;
  --gold: #c9a84c;
  --gold-light: #e2c97e;
  --text-dark: #0a1f44;
  --text-body: #374151;
  --text-muted: #6b7280;
  --border: #e5e7eb;
  --bg-light: #f9fafb;
  --bg-green: #f0fdf4;
  --bg-amber: #fffbeb;
  --red-light: #fef2f2;
  --red: #c62828;
  --white: #ffffff;
  --font: 'Inter', sans-serif;
  --radius: 10px;
  --radius-sm: 6px;
  --shadow-sm: 0 1px 4px rgba(10,31,68,0.07);
  --shadow-md: 0 4px 16px rgba(10,31,68,0.10);
}

/* ── Section Wrapper ── */
.icp-guide-section {
  font-family: var(--font);
  width: 100%;
  padding: 20px 10px;
  color: var(--text-body);
}

/* ── Section Intro ── */
.icp-guide-intro {
  margin-bottom: 48px;
}

.icp-guide-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--green);
  background: var(--bg-green);
  border: 1px solid #bbf7d0;
  padding: 4px 14px;
  border-radius: 20px;
  margin-bottom: 14px;
}

.icp-guide-intro h2 {
  font-size: 1.75rem;
  font-weight: 800;
  color: var(--navy);
  line-height: 1.28;
  margin-bottom: 14px;
}

.icp-guide-intro .icp-lead {
  font-size: 1rem;
  color: var(--text-body);
  line-height: 1.75;
  max-width: 820px;
}

.icp-gold-bar {
  width: 48px;
  height: 4px;
  background: var(--gold);
  border-radius: 2px;
  margin: 14px 0 0;
}

/* ── Two Column Layout ── */
.icp-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: start;
}

/* ── Block Card ── */
.icp-block {
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
  overflow: hidden;
}

/* ── Block Header ── */
.icp-block-header {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 22px 26px;
  border-bottom: 1.5px solid var(--border);
  position: relative;
}

.icp-block-header::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
}

.icp-block--investor .icp-block-header::before {
  background: linear-gradient(90deg, var(--navy) 0%, var(--gold) 100%);
}

.icp-block--golden .icp-block-header::before {
  background: linear-gradient(90deg, var(--gold) 0%, var(--gold-light) 100%);
}

.icp-block-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  flex-shrink: 0;
}

.icp-block--investor .icp-block-icon {
  background: #eff6ff;
}

.icp-block--golden .icp-block-icon {
  background: var(--bg-amber);
}

.icp-block-header-text h3 {
  font-size: 1.08rem;
  font-weight: 800;
  color: var(--navy);
  line-height: 1.3;
  margin-bottom: 3px;
}

.icp-block-header-text p {
  font-size: 0.78rem;
  color: var(--text-muted);
  font-weight: 500;
}

/* ── Block Body ── */
.icp-block-body {
  padding: 24px 26px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* ── Phase Card ── */
.icp-phase {
  border: 1.5px solid var(--border);
  border-radius: var(--radius-sm);
  overflow: hidden;
}

.icp-phase-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  background: var(--bg-light);
  cursor: pointer;
  user-select: none;
  transition: background 0.15s;
}

.icp-phase-header:hover {
  background: #f1f5f9;
}

.icp-phase-num {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--white);
  font-size: 0.75rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.icp-phase-title {
  flex: 1;
}

.icp-phase-title strong {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--navy);
  display: block;
  line-height: 1.3;
}

.icp-phase-title span {
  font-size: 0.75rem;
  color: var(--text-muted);
  font-weight: 500;
}

.icp-phase-toggle {
  font-size: 0.8rem;
  color: var(--text-muted);
  transition: transform 0.25s;
  flex-shrink: 0;
}

.icp-phase.open .icp-phase-toggle {
  transform: rotate(180deg);
}

.icp-phase-body {
  display: none;
  padding: 16px;
  border-top: 1px solid var(--border);
  background: var(--white);
}

.icp-phase.open .icp-phase-body {
  display: block;
}

.icp-phase-body p {
  font-size: 0.88rem;
  color: var(--text-body);
  line-height: 1.7;
  margin-bottom: 14px;
}

.icp-phase-body p:last-child {
  margin-bottom: 0;
}

/* ── Doc List ── */
.icp-doc-list {
  list-style: none;
  padding: 0;
  margin: 0 0 14px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.icp-doc-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 0.85rem;
  color: var(--text-body);
  line-height: 1.55;
}

.icp-doc-list li::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
  flex-shrink: 0;
  margin-top: 6px;
}

/* ── Fee Tag ── */
.icp-fee-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.icp-fee-tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 20px;
  border: 1.5px solid;
}

.icp-fee-tag--normal {
  background: var(--bg-green);
  border-color: #bbf7d0;
  color: var(--green);
}

.icp-fee-tag--express {
  background: var(--bg-amber);
  border-color: #fde68a;
  color: #92400e;
}

.icp-fee-tag--neutral {
  background: var(--bg-light);
  border-color: var(--border);
  color: var(--text-muted);
}

/* ── Alert Box ── */
.icp-alert {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 13px 15px;
  border-radius: var(--radius-sm);
  font-size: 0.84rem;
  line-height: 1.6;
}

.icp-alert--warn {
  background: var(--bg-amber);
  border-left: 4px solid var(--gold);
  color: #78350f;
}

.icp-alert--error {
  background: var(--red-light);
  border-left: 4px solid var(--red);
  color: #7f1d1d;
}

.icp-alert--info {
  background: #eff6ff;
  border-left: 4px solid #3b82f6;
  color: #1e3a5f;
}

.icp-alert-icon {
  font-size: 1rem;
  flex-shrink: 0;
  margin-top: 1px;
}

.icp-alert strong {
  font-weight: 700;
  display: block;
  margin-bottom: 2px;
}

/* ── Track Cards (Golden Visa) ── */
.icp-tracks {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.icp-track-card {
  border: 1.5px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 14px 16px;
  background: var(--white);
  transition: border-color 0.15s, box-shadow 0.15s;
}

.icp-track-card:hover {
  border-color: var(--gold);
  box-shadow: var(--shadow-sm);
}

.icp-track-num {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 5px;
}

.icp-track-card h4 {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 5px;
  line-height: 1.35;
}

.icp-track-card p {
  font-size: 0.83rem;
  color: var(--text-muted);
  line-height: 1.6;
  margin: 0;
}

/* ── Section Divider ── */
.icp-divider {
  border: none;
  border-top: 1.5px solid var(--border);
  margin: 0;
}

/* ── Bottom Note ── */
.icp-bottom-note {
  margin-top: 32px;
  padding: 20px 24px;
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);
  border-radius: var(--radius);
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.icp-bottom-note-icon {
  font-size: 1.4rem;
  flex-shrink: 0;
  margin-top: 2px;
}

.icp-bottom-note-text p {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.82);
  line-height: 1.7;
  margin: 0;
}

.icp-bottom-note-text strong {
  color: var(--gold);
  font-weight: 700;
}

/* ── Responsive ── */
@media (max-width: 960px) {
  .icp-guide-section {
    padding: 48px 24px;
  }

  .icp-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .icp-guide-intro h2 {
    font-size: 1.45rem;
  }
}

@media (max-width: 600px) {
  .icp-guide-section {
    padding: 36px 16px;
  }

  .icp-guide-intro h2 {
    font-size: 1.25rem;
  }

  .icp-block-header {
    padding: 16px 18px;
  }

  .icp-block-body {
    padding: 18px;
  }

  .icp-bottom-note {
    flex-direction: column;
    gap: 10px;
    padding: 18px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-474d117 *//* family-visa-section.css */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

:root {
  --navy: #0a1f44;
  --navy-light: #1a3a6b;
  --green: #2e7d32;
  --green-light: #43a047;
  --gold: #c9a84c;
  --gold-light: #e2c97e;
  --red: #c62828;
  --red-light: #fff5f5;
  --amber: #f57f17;
  --amber-light: #fffbeb;
  --text-dark: #0a1f44;
  --text-body: #374151;
  --text-muted: #6b7280;
  --border: #e5e7eb;
  --bg-light: #f9fafb;
  --bg-green: #f0fdf4;
  --white: #ffffff;
  --font: 'Inter', sans-serif;
  --radius: 10px;
  --radius-sm: 6px;
  --shadow-sm: 0 1px 4px rgba(10,31,68,0.07);
  --shadow-md: 0 4px 16px rgba(10,31,68,0.09);
}

/* ── Section ── */
.fv-section {
  font-family: var(--font);
  width: 100%;
  padding: 40px 10px;
  color: var(--text-body);
}

/* ── Block spacing ── */
.fv-block {
  margin-bottom: 52px;
}

.fv-block:last-child {
  margin-bottom: 0;
}

/* ── Section label ── */
.fv-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: 10px;
}

.fv-eyebrow::before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 2.5px;
  background: var(--green);
  border-radius: 2px;
}

/* ── Headings ── */
.fv-h2 {
  font-size: 1.55rem;
  font-weight: 800;
  color: var(--navy);
  line-height: 1.3;
  margin-bottom: 6px;
}

.fv-gold-bar {
  width: 48px;
  height: 3.5px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
  border-radius: 2px;
  margin-bottom: 18px;
}

/* ── Body text ── */
.fv-body {
  font-size: 0.97rem;
  color: var(--text-body);
  line-height: 1.8;
  margin-bottom: 16px;
}

.fv-body:last-child {
  margin-bottom: 0;
}

/* ── Two-col layout ── */
.fv-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 20px;
}

/* ── Sponsorship cards ── */
.fv-sponsor-card {
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  padding: 22px 20px;
  background: var(--white);
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: box-shadow 0.18s, border-color 0.18s;
}

.fv-sponsor-card:hover {
  box-shadow: var(--shadow-md);
  border-color: var(--gold);
}

.fv-sponsor-icon {
  font-size: 1.6rem;
  line-height: 1;
}

.fv-sponsor-title {
  font-size: 0.97rem;
  font-weight: 700;
  color: var(--navy);
}

.fv-sponsor-desc {
  font-size: 0.85rem;
  color: var(--text-muted);
  line-height: 1.6;
}

.fv-sponsor-req {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--text-dark);
  background: var(--bg-light);
  border-left: 3px solid var(--gold);
  padding: 7px 10px;
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  margin-top: 4px;
  line-height: 1.5;
}

/* ── Golden visa highlight box ── */
.fv-golden-box {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);
  border-radius: var(--radius);
  padding: 28px 28px 24px;
  margin-top: 20px;
  position: relative;
  overflow: hidden;
}

.fv-golden-box::after {
  content: '';
  position: absolute;
  bottom: -30px;
  right: -30px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: rgba(201,168,76,0.08);
  pointer-events: none;
}

.fv-golden-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(201,168,76,0.15);
  border: 1px solid rgba(201,168,76,0.35);
  color: var(--gold-light);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 14px;
}

.fv-golden-box h3 {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--white);
  margin-bottom: 14px;
  position: relative;
  z-index: 1;
}

.fv-golden-perks {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  z-index: 1;
}

.fv-golden-perks li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.92rem;
  color: rgba(255,255,255,0.88);
  line-height: 1.55;
}

.fv-perk-check {
  width: 20px;
  height: 20px;
  background: rgba(67,160,71,0.25);
  border: 1.5px solid rgba(67,160,71,0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 0.65rem;
  color: #a5d6a7;
  font-weight: 800;
  margin-top: 1px;
}

.fv-golden-note {
  font-size: 0.83rem;
  color: rgba(255,255,255,0.55);
  line-height: 1.6;
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 14px;
  position: relative;
  z-index: 1;
}

.fv-golden-note a {
  color: var(--gold-light);
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* ── Internal link CTA ── */
.fv-link-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--green);
  text-decoration: none;
  border-bottom: 1.5px solid transparent;
  transition: border-color 0.18s, color 0.18s;
  margin-top: 10px;
}

.fv-link-cta:hover {
  color: var(--navy);
  border-color: var(--navy);
}

.fv-link-arrow {
  font-size: 0.9rem;
  transition: transform 0.18s;
}

.fv-link-cta:hover .fv-link-arrow {
  transform: translateX(3px);
}

/* ── Renewal section ── */
.fv-renewal-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 20px;
}

/* ── Info card ── */
.fv-info-card {
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  background: var(--white);
}

.fv-info-card-head {
  background: var(--navy);
  padding: 12px 18px;
  display: flex;
  align-items: center;
  gap: 9px;
}

.fv-info-card-head span {
  font-size: 1rem;
}

.fv-info-card-head h3 {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: 0.02em;
}

.fv-info-card-body {
  padding: 16px 18px;
}

/* ── Renewal checklist ── */
.fv-renew-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.fv-renew-list li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-size: 0.88rem;
  color: var(--text-body);
  line-height: 1.55;
}

.fv-renew-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
  flex-shrink: 0;
  margin-top: 6px;
}

/* ── Warning alert ── */
.fv-warning {
  background: var(--amber-light);
  border: 1.5px solid #fcd34d;
  border-left: 4px solid var(--amber);
  border-radius: var(--radius-sm);
  padding: 14px 16px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 20px;
}

.fv-warning-icon {
  font-size: 1.1rem;
  flex-shrink: 0;
  margin-top: 1px;
}

.fv-warning-text {
  font-size: 0.88rem;
  color: #78350f;
  line-height: 1.65;
}

.fv-warning-text strong {
  font-weight: 700;
  display: block;
  margin-bottom: 2px;
  color: #92400e;
}

/* ── Danger alert ── */
.fv-danger {
  background: var(--red-light);
  border: 1.5px solid #fca5a5;
  border-left: 4px solid var(--red);
  border-radius: var(--radius-sm);
  padding: 14px 16px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 14px;
}

.fv-danger-icon {
  font-size: 1.1rem;
  flex-shrink: 0;
  margin-top: 1px;
}

.fv-danger-text {
  font-size: 0.88rem;
  color: #7f1d1d;
  line-height: 1.65;
}

.fv-danger-text strong {
  font-weight: 700;
  display: block;
  margin-bottom: 2px;
  color: #991b1b;
}

/* ── Divider ── */
.fv-divider {
  border: none;
  border-top: 1.5px solid var(--border);
  margin: 48px 0;
}

/* ── Responsive ── */
@media (max-width: 900px) {
  .fv-section {
    padding: 48px 24px;
  }

  .fv-two-col,
  .fv-renewal-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .fv-h2 {
    font-size: 1.35rem;
  }
}

@media (max-width: 480px) {
  .fv-section {
    padding: 36px 16px;
  }

  .fv-h2 {
    font-size: 1.2rem;
  }

  .fv-body {
    font-size: 0.93rem;
  }

  .fv-golden-box {
    padding: 22px 18px 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f25a0f5 *//* pro-vs-self.css */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

:root {
  --navy: #0a1f44;
  --navy-light: #1a3a6b;
  --green: #2e7d32;
  --green-light: #43a047;
  --gold: #c9a84c;
  --text-dark: #0a1f44;
  --text-body: #374151;
  --text-muted: #6b7280;
  --border: #e5e7eb;
  --bg-light: #f9fafb;
  --bg-green: #f0fdf4;
  --amber-bg: #fffbeb;
  --amber-border: #fcd34d;
  --white: #ffffff;
  --font: 'Inter', sans-serif;
  --radius: 10px;
  --radius-sm: 6px;
  --shadow-md: 0 4px 16px rgba(10,31,68,0.09);
}

.pro-vs-self {
  font-family: var(--font);
  width: 100%;
  padding: 40px 10px;
}

.pro-vs-self-inner {
  width: 100%;
  max-width: 100%;
}

/* ── Section Label ── */
.pro-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 10px;
}

.pro-eyebrow::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 2px;
  background: var(--gold);
  border-radius: 2px;
}

/* ── Heading ── */
.pro-vs-self h2 {
  font-size: 1.65rem;
  font-weight: 800;
  color: var(--navy);
  line-height: 1.28;
  margin-bottom: 28px;
  padding-bottom: 16px;
  border-bottom: 2px solid var(--border);
}

/* ── Two Column Grid ── */
.pro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 24px;
}

/* ── Card ── */
.pro-card {
  border-radius: var(--radius);
  border: 1.5px solid var(--border);
  padding: 26px 24px;
  box-shadow: var(--shadow-md);
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.pro-card-self {
  background: var(--white);
  border-top: 4px solid var(--navy);
}

.pro-card-pro {
  background: var(--white);
  border-top: 4px solid var(--green);
}

.pro-card-header {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pro-card-icon {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}

.pro-card-self .pro-card-icon {
  background: #eff6ff;
}

.pro-card-pro .pro-card-icon {
  background: var(--bg-green);
}

.pro-card h3 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.3;
  margin: 0;
}

.pro-card-body {
  font-size: 0.9rem;
  color: var(--text-body);
  line-height: 1.72;
}

.pro-card-body strong {
  color: var(--navy);
  font-weight: 600;
}

/* ── Tag ── */
.pro-card-tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 20px;
  align-self: flex-start;
  margin-top: auto;
}

.pro-card-self .pro-card-tag {
  background: #eff6ff;
  color: #1d4ed8;
}

.pro-card-pro .pro-card-tag {
  background: var(--bg-green);
  color: var(--green);
}

/* ── Cost Note ── */
.pro-cost-note {
  background: var(--amber-bg);
  border: 1.5px solid var(--amber-border);
  border-radius: var(--radius-sm);
  padding: 14px 18px;
  font-size: 0.88rem;
  color: #78350f;
  line-height: 1.65;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 22px;
}

.pro-cost-note-icon {
  font-size: 1rem;
  flex-shrink: 0;
  margin-top: 1px;
}

.pro-cost-note strong {
  font-weight: 700;
  color: #92400e;
}

/* ── A&A CTA Panel ── */
.pro-cta-panel {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);
  border-radius: var(--radius);
  padding: 28px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}

.pro-cta-panel::before {
  content: '';
  position: absolute;
  top: -28px;
  right: -28px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(201,168,76,0.07);
  pointer-events: none;
}

.pro-cta-left {
  flex: 1 1 auto;
  min-width: 200px;
  position: relative;
  z-index: 1;
}

.pro-cta-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 6px;
}

.pro-cta-left p {
  font-size: 0.95rem;
  color: rgba(255,255,255,0.88);
  line-height: 1.6;
}

.pro-cta-left strong {
  color: var(--white);
  font-weight: 700;
}

.pro-cta-services {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 12px;
}

.pro-cta-badge {
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(255,255,255,0.75);
  background: rgba(255,255,255,0.09);
  border: 1px solid rgba(255,255,255,0.15);
  padding: 4px 11px;
  border-radius: 20px;
}

.pro-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, var(--green) 0%, var(--green-light) 100%);
  color: var(--white);
  font-family: var(--font);
  font-weight: 700;
  font-size: 0.92rem;
  padding: 13px 24px;
  border-radius: var(--radius-sm);
  text-decoration: none;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
  transition: transform 0.18s, box-shadow 0.18s;
  box-shadow: 0 4px 14px rgba(46,125,50,0.30);
  position: relative;
  z-index: 1;
}

.pro-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(46,125,50,0.36);
}

.pro-cta-btn-arrow {
  font-size: 1rem;
  transition: transform 0.18s;
}

.pro-cta-btn:hover .pro-cta-btn-arrow {
  transform: translateX(3px);
}

/* ── Responsive ── */
@media (max-width: 860px) {
  .pro-vs-self {
    padding: 44px 24px;
  }

  .pro-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .pro-vs-self h2 {
    font-size: 1.4rem;
  }

  .pro-cta-panel {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 22px;
  }

  .pro-cta-btn {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .pro-vs-self {
    padding: 36px 16px;
  }

  .pro-vs-self h2 {
    font-size: 1.2rem;
  }

  .pro-card {
    padding: 20px 16px;
  }

  .pro-cta-panel {
    padding: 20px 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0ccbf2d *//* ==================== 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 */