/* ════════════════════════════════════════════════════════════════════════
   Golden Visa Page — minimal luxury layout (readable by default)
   ════════════════════════════════════════════════════════════════════════ */

.fa-layout--gv.fa-accent--gold {
  --fa-accent: #a16207;
  --fa-accent-soft: #fef3c7;
}

.fa-layout--gv .fa-sectioned-main {
  background: linear-gradient(180deg, #f8fafb 0%, #ffffff 18%, #f5f7fa 100%);
}

/* Animate position only — never hide text behind opacity:0 */
.fa-layout--gv .fa-section {
  opacity: 1;
  transform: translateY(20px);
  transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}

.fa-layout--gv .fa-section.is-visible {
  transform: none;
}

.fa-layout--gv .fa-section--hero {
  transform: none;
}

/* Split / two-column → full-width stack: text on top, banner image below */
.fa-layout--gv .fa-section--split .fa-text-block,
.fa-layout--gv .fa-text-block,
.fa-layout--gv .fa-text-block--gv-stack {
  display: flex;
  flex-direction: column;
  gap: clamp(1.75rem, 4vw, 2.75rem);
  align-items: stretch;
  width: 100%;
}

/* Override generic page-sections split grid on FIP */
.fa-layout--gv .fa-section--split .fa-text-block {
  display: flex !important;
  grid-template-columns: none !important;
  align-items: stretch !important;
}

.fa-layout--gv .fa-section--split .fa-text-block:not(:has(.fa-text-block__media)) {
  display: block !important;
}

.fa-layout--gv .fa-text-block__main {
  order: 1;
  width: 100%;
  max-width: none;
}

.fa-layout--gv .fa-text-block__media,
.fa-layout--gv .fa-text-block__media--banner {
  order: 2;
  width: 100%;
  max-width: none;
  margin: 0;
}

.fa-layout--gv .fa-text-block__media--banner {
  margin-top: 0.25rem;
}

.fa-layout--gv .fa-text-block__media img,
.fa-layout--gv .fa-text-block__media--banner img {
  display: block;
  width: 100%;
  max-height: clamp(220px, 38vw, 420px);
  aspect-ratio: 21 / 9;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
  box-shadow: 0 20px 50px -28px rgba(11, 27, 51, 0.35);
}

@media (max-width: 860px) {
  .fa-layout--gv .fa-section--split .fa-text-block:has(.fa-text-block__media) {
    grid-template-columns: unset;
  }

  .fa-layout--gv .fa-text-block__media img,
  .fa-layout--gv .fa-text-block__media--banner img {
    aspect-ratio: 16 / 9;
    max-height: 280px;
  }
}

.fa-layout--gv .fa-section--hero.fa-section--bg-gradient {
  position: relative;
  padding-top: calc(var(--fa-header-h, 72px) + 2rem);
  background: linear-gradient(135deg, rgba(7, 21, 39, 0.94), rgba(146, 97, 10, 0.82));
  overflow: hidden;
}

.fa-layout--gv .fa-section--hero .fa-hero--has-image {
  transform: translateY(var(--gv-hero-shift, 0px));
  transition: transform 0.15s linear;
  border-radius: 0;
  margin-inline: calc(-1 * var(--fa-container-pad, 1rem));
  min-height: clamp(320px, 52vh, 560px);
}

.fa-layout--gv .fa-section[data-gv-motion="slide"] {
  transform: translateY(36px) translateX(12px);
}

.fa-layout--gv .fa-section[data-gv-motion="slide"].is-visible {
  transform: none;
}

.fa-layout--gv .fa-section--video .fa-video-block__frame {
  transform: scale(0.98);
  transition:
    transform 0.75s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.35s ease;
  box-shadow: 0 24px 60px -32px rgba(11, 27, 51, 0.35);
  border-radius: 22px;
  overflow: hidden;
}

/* Opening video — full-width cinematic block below header */
.fa-layout--gv .fa-sectioned-main > .fa-section--video:first-child {
  padding-top: calc(var(--fa-header-h, 72px) + 1.25rem);
  padding-bottom: clamp(2rem, 5vw, 3.5rem);
}

.fa-layout--gv .fa-sectioned-main > .fa-section--video:first-child.fa-section--bg-dark {
  background: linear-gradient(180deg, #071527 0%, #0b1b33 55%, #111827 100%);
}

.fa-layout--gv .fa-sectioned-main > .fa-section--video:first-child .fa-video-block__frame {
  max-width: min(1100px, 100%);
  margin-top: 0.75rem;
  box-shadow: 0 28px 70px -32px rgba(0, 0, 0, 0.55);
}

.fa-layout--gv .fa-sectioned-main > .fa-section--video:first-child .fa-section__title,
.fa-layout--gv .fa-sectioned-main > .fa-section--video:first-child .fa-section__subtitle,
.fa-layout--gv .fa-sectioned-main > .fa-section--video:first-child .fa-section__subtitle p,
.fa-layout--gv .fa-sectioned-main > .fa-section--video:first-child .fa-section__eyebrow {
  color: #fff;
}

.fa-layout--gv .fa-sectioned-main > .fa-section--video:first-child .fa-section__eyebrow {
  background: rgba(255, 255, 255, 0.12);
}

.fa-layout--gv .fa-section--video.is-visible .fa-video-block__frame {
  transform: none;
}

.fa-layout--gv .fa-text-block__media img {
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.fa-layout--gv .fa-text-block__media.is-hover img,
.fa-layout--gv .fa-text-block__media:hover img {
  transform: scale(1.02);
}

/* Section typography — full width, darker headings for readability */
.fa-layout--gv .fa-section__inner {
  width: min(var(--adonis-fa-new-container, 1240px), 100%);
}

.fa-layout--gv .fa-section__title {
  color: #0a1628;
  font-weight: 800;
  max-width: none;
  letter-spacing: -0.01em;
}

.fa-layout--gv .fa-section__subtitle {
  color: #475569;
  max-width: none;
}

.fa-layout--gv .fa-text-block,
.fa-layout--gv .fa-text-block__main,
.fa-layout--gv .fa-text-block__body {
  width: 100%;
  max-width: none;
}

.fa-layout--gv .fa-timeline__head {
  text-align: start;
  max-width: none;
}

.fa-layout--gv .fa-timeline__title {
  color: #0a1628;
}

.fa-layout--gv .fa-timeline__step {
  color: #d97706;
}

.fa-layout--gv .fa-timeline__desc {
  color: #475569;
}

.fa-gv-stagger {
  opacity: 1;
  transform: translateY(14px);
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--gv-stagger, 0s);
}

.fa-gv-stagger.is-visible {
  transform: none;
}

.fa-layout--gv .fa-timeline__intro {
  margin-bottom: 1.75rem;
  max-width: none;
}

.fa-layout--gv .fa-timeline__desc ul {
  margin: 0.5rem 0 0;
  padding-inline-start: 1.25rem;
}

.fa-layout--gv .fa-section--hero.fa-section--bg-gradient:not(:has(.fa-hero--has-image)) {
  background:
    linear-gradient(135deg, rgba(7, 21, 39, 0.94), rgba(146, 97, 10, 0.82)),
    url("/static/img/unsplash/1555993539-1732b0258235_1920.ba489c52e6d3.jpg") center / cover no-repeat;
}

.fa-layout--gv .fa-section--hero.fa-section--bg-gradient,
.fa-layout--gv .fa-section--hero.fa-section--bg-gradient .fa-hero__title,
.fa-layout--gv .fa-section--hero.fa-section--bg-gradient .fa-hero__subtitle,
.fa-layout--gv .fa-section--hero.fa-section--bg-gradient .fa-hero__subtitle p,
.fa-layout--gv .fa-section--hero.fa-section--bg-gradient .fa-hero__body,
.fa-layout--gv .fa-section--hero.fa-section--bg-gradient .fa-hero__body p {
  color: #fff;
}

.fa-layout--gv .fa-section--hero .fa-hero__eyebrow {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}

.fa-layout--gv .fa-section--hero .fa-hero__title {
  font-size: clamp(2rem, 5.5vw, 3.4rem);
  letter-spacing: -0.02em;
}

.fa-layout--gv .fa-section--hero .fa-hero__subtitle {
  max-width: none;
}

.fa-layout--gv .fa-timeline__list {
  max-width: none;
  width: 100%;
}

.fa-layout--gv .fa-gv-faq-section .fa-home-faq-container {
  width: min(var(--adonis-fa-new-container, 1240px), 100%);
  max-width: var(--adonis-fa-new-container, 1240px);
}

.fa-layout--gv .fa-gv-faq-section .fa-home-faq-head {
  max-width: none;
}

.fa-layout--gv .fa-text-block__body h2,
.fa-layout--gv .fa-text-block__body h3 {
  scroll-margin-top: calc(var(--fa-header-h, 72px) + 1rem);
}

.fa-layout--gv .fa-text-block__body h2 {
  font-size: clamp(1.45rem, 3vw, 2rem);
  margin-top: 0;
  color: #0a1628;
  font-weight: 800;
}

.fa-layout--gv .fa-text-block__body h3 {
  font-size: 1.12rem;
  margin-top: 1.5rem;
  color: #0f172a;
  font-weight: 800;
}

.fa-layout--gv .fa-text-block__body p,
.fa-layout--gv .fa-text-block__body li {
  color: #334155;
  max-width: none;
}

.fa-layout--gv .fa-text-block__body strong {
  color: #0f172a;
  font-weight: 800;
}

.fa-layout--gv .fa-text-block__body a {
  color: #b45309;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.fa-layout--gv .fa-text-block__body a:hover {
  color: #92400e;
}

.fa-layout--gv .fa-text-block__body ul {
  display: grid;
  gap: 0.55rem;
}

.fa-layout--gv .fa-text-block__body li::marker {
  color: #a16207;
}

.fa-layout--gv .fa-gv-figure {
  margin: 1.75rem 0 0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 50px -28px rgba(11, 27, 51, 0.35);
}

.fa-layout--gv .fa-gv-figure img {
  aspect-ratio: 21 / 9;
  max-height: clamp(220px, 38vw, 400px);
  object-fit: cover;
  object-position: center;
}

.fa-gv-figure {
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 50px -28px rgba(11, 27, 51, 0.35);
}

.fa-gv-figure img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 21 / 9;
  max-height: clamp(220px, 38vw, 400px);
  object-fit: cover;
  object-position: center;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.fa-layout--gv .fa-section--split .fa-text-block__media:hover .fa-gv-figure img,
.fa-layout--gv .fa-text-block__body .fa-gv-figure:hover img {
  transform: scale(1.04);
}

.fa-gv-benefits {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
}

@media (min-width: 768px) {
  .fa-gv-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.fa-gv-benefit {
  padding: 1.35rem 1.4rem;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(11, 27, 51, 0.08);
  box-shadow: 0 12px 36px -28px rgba(11, 27, 51, 0.35);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.fa-gv-benefit:hover {
  transform: translateY(-3px);
  border-color: rgba(180, 120, 40, 0.25);
  box-shadow: 0 18px 44px -24px rgba(180, 120, 40, 0.28);
}

.fa-gv-benefit h3 {
  margin: 0 0 0.55rem;
  font-size: 1.05rem;
  color: #0a1628;
  font-weight: 800;
}

.fa-gv-benefit p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.95;
}

/* ── Minimal comparison tables ─────────────────────────────────────────── */
.fa-layout--gv .fa-gv-table-wrap,
.fa-layout--gv .fa-text-block__body .fa-gv-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-top: 1.75rem;
  border-radius: 12px;
  border: 1px solid #e8ecf1;
  background: #fff;
  box-shadow: 0 8px 24px -18px rgba(11, 27, 51, 0.2);
}

.fa-layout--gv .fa-gv-table,
.fa-layout--gv .fa-text-block__body table {
  width: 100%;
  min-width: 0;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  font-size: 0.9rem;
}

.fa-layout--gv .fa-gv-table caption,
.fa-layout--gv .fa-text-block__body table caption {
  caption-side: top;
  text-align: start;
  padding: 0.9rem 1rem 0.65rem;
  font-weight: 700;
  font-size: 0.92rem;
  color: #0a1628;
}

.fa-layout--gv .fa-gv-table th,
.fa-layout--gv .fa-gv-table td,
.fa-layout--gv .fa-text-block__body table th,
.fa-layout--gv .fa-text-block__body table td {
  padding: 0.6rem 0.85rem;
  border-bottom: 1px solid #eef2f6;
  text-align: start;
  vertical-align: top;
  line-height: 1.65;
  color: #475569;
}

.fa-layout--gv .fa-gv-table thead th,
.fa-layout--gv .fa-text-block__body table thead th {
  background: #f8fafc;
  color: #0a1628;
  font-weight: 700;
  font-size: 0.82rem;
  border-bottom: 2px solid #e2e8f0;
}

.fa-layout--gv .fa-gv-table tbody tr:nth-child(even) td,
.fa-layout--gv .fa-text-block__body table tbody tr:nth-child(even) td {
  background: #fafbfc;
}

.fa-layout--gv .fa-gv-table tbody tr:hover td,
.fa-layout--gv .fa-text-block__body table tbody tr:hover td {
  background: #fffbeb;
}

.fa-layout--gv .fa-gv-table td:first-child,
.fa-layout--gv .fa-text-block__body table td:first-child {
  font-weight: 600;
  color: #334155;
  min-width: 0;
  width: 24%;
  white-space: normal;
}

.fa-layout--gv .fa-gv-table tbody tr:last-child td,
.fa-layout--gv .fa-text-block__body table tbody tr:last-child td {
  border-bottom: none;
}

.fa-layout--gv .fa-text-block__body table:not(.fa-gv-table) {
  margin: 1.5rem 0 0;
  border: 1px solid #e8ecf1;
  border-radius: 12px;
  overflow: hidden;
}

.fa-gv-table-wrap {
  overflow-x: auto;
  margin-top: 1.5rem;
  border-radius: 12px;
  border: 1px solid #e8ecf1;
  background: #fff;
}

.fa-gv-table {
  width: 100%;
  min-width: 0;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  font-size: 0.9rem;
}

.fa-gv-table caption {
  caption-side: top;
  text-align: start;
  padding: 0.9rem 1rem 0.65rem;
  font-weight: 700;
  font-size: 0.92rem;
  color: #0a1628;
}

.fa-gv-table th,
.fa-gv-table td {
  padding: 0.6rem 0.85rem;
  border-bottom: 1px solid #eef2f6;
  text-align: start;
  vertical-align: top;
  line-height: 1.65;
}

.fa-gv-table thead th {
  background: #f8fafc;
  color: #0a1628;
  font-weight: 700;
  font-size: 0.82rem;
  border-bottom: 2px solid #e2e8f0;
}

.fa-gv-table tbody tr:nth-child(even) td {
  background: #fafbfc;
}

.fa-gv-table tbody tr:hover td {
  background: #fffbeb;
}

.fa-gv-table td:first-child {
  font-weight: 600;
  color: #334155;
  min-width: 0;
  width: 24%;
}

.fa-gv-inline-cards {
  display: grid;
  gap: 1rem;
  margin-top: 1.25rem;
}

@media (min-width: 768px) {
  .fa-gv-inline-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.fa-gv-inline-card {
  padding: 1.25rem 1.3rem;
  border-radius: 16px;
  background: linear-gradient(145deg, #ffffff, #f3fbf7);
  border: 1px solid rgba(180, 120, 40, 0.12);
}

.fa-gv-inline-card h3 {
  margin: 0 0 0.75rem;
  color: #0a1628;
  font-weight: 800;
  font-size: 1.05rem;
}

.fa-layout--gv .fa-gv-faq-section .fa-home-faq-title {
  color: #0a1628;
}

.fa-layout--gv .fa-section--timeline .fa-timeline__marker {
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.fa-layout--gv .fa-section--timeline .fa-timeline__item.is-visible .fa-timeline__marker {
  transform: scale(1.05);
  box-shadow: 0 0 0 6px var(--fa-accent-soft), 0 10px 24px -12px rgba(180, 120, 40, 0.45);
}

.fa-layout--gv .fa-gv-faq-section {
  padding: 0;
  background: transparent;
}

.fa-layout--gv .fa-section--faq {
  padding-top: 0;
  padding-bottom: 0;
}

.fa-layout--gv .fa-section--faq .fa-section__inner {
  padding-inline: 0;
  max-width: none;
}

.fa-layout--gv .fa-gv-faq-section .fa-home-faq-item {
  --fa-accent-local: #a16207;
}

.fa-layout--gv .fa-gv-faq-section .fa-home-faq-question,
.fa-layout--gv .fa-gv-faq-section .fa-home-faq-question-text {
  color: #0f294b;
}

.fa-layout--gv .fa-gv-faq-section .fa-home-faq-answer,
.fa-layout--gv .fa-gv-faq-section .fa-home-faq-answer p {
  color: #334155;
}

.fa-layout--gv .fa-gv-faq-section .fa-home-faq-item.is-open .fa-home-faq-num,
.fa-layout--gv .fa-gv-faq-section .fa-home-faq-item.is-open .fa-home-faq-toggle {
  background: rgba(161, 98, 7, 0.14);
  color: #92400e;
}

.fa-layout--gv .fa-gv-faq-section .fa-home-faq-item.is-open::after {
  background: #a16207;
}

.fa-layout--gv .fa-section--cta .fa-cta__inner {
  background: linear-gradient(135deg, #071527, #92400e);
}

.fa-layout--gv .fa-section--cta .fa-cta__title,
.fa-layout--gv .fa-section--cta .fa-cta__subtitle {
  color: #fff;
}

.fa-layout--gv .fa-draft-banner {
  position: sticky;
  top: var(--fa-header-h, 72px);
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  background: #fef3c7;
  color: #92400e;
  border-bottom: 1px solid #fcd34d;
  font-size: 0.92rem;
  font-weight: 700;
}

@media (max-width: 768px) {
  .fa-layout--gv .fa-gv-table td:first-child,
  .fa-layout--gv .fa-text-block__body table td:first-child {
    width: 34%;
    font-size: 0.84rem;
  }

  .fa-layout--gv .fa-gv-table,
  .fa-layout--gv .fa-text-block__body table {
    font-size: 0.84rem;
  }

  .fa-layout--gv .fa-gv-benefits {
    grid-template-columns: 1fr;
  }
}
