/* ===========================
   GOLDEN VISA PAGE STYLES
   =========================== */

:root {
  --color-primary-dark: #18265d;
  --color-primary-light: #2d5f8d;
  --color-secondary-teal: #1ea7b5;
  --color-secondary-light: #3dbbc9;
  --color-accent-gold: #d4a574;
  --color-text-primary: #1a1a1a;
  --color-text-secondary: #4a4a4a;
  --color-bg-light: #f8f9fa;
  --navy: #18265d;
  --spacing-unit: 4px;
}

/* Hero Banner Section */
.pro-banner {
  background-image:
    linear-gradient(135deg, rgba(24, 38, 93, 0.75) 0%, rgba(34, 52, 111, 0.7) 50%, rgba(24, 38, 93, 0.68) 100%),
    url("assets/goldenvisabackground.png");}



/* Golden Visa Overview Section */
.golden-overview {
  margin-top: 0px;
  padding: 120px 0px;
}

/* .overview-container {
  max-width: 900px;
  margin: 0 auto;
} */

.overview-content {
  text-align: left;
}
.overview-description{
      margin-top: 40px;
    display: flex;
    gap: 25px;
}

.overview-content h2 {
     margin: 0 0 16px;
    color: var(--navy);
    font-size: 44px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .2px;
}

.overview-content p {
  margin: 0 0 20px;
  color: var(--color-text-secondary);
  font-size: 1.05rem;
  line-height: 1.8;
  max-width: 70ch;
}

.overview-content p:last-child {
  margin-bottom: 0;
}

/* Visa Types Section */
.visa-types-section {
      background: linear-gradient(135deg, #18265d 0%, #18265d 100%);
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding: 120px 0px;
  /* border-radius: 24px; */
  position: relative;
  overflow: hidden;
}

.visa-types-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 80% 50%, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
  pointer-events: none;
}

/* .visa-types-wrapper {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
} */

.visa-types-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 24px;
  color: #4dd9f0;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.label-dot {
  width: 8px;
  height: 8px;
  background: #4dd9f0;
  border-radius: 50%;
}

#visa-types-title {
  margin: 0 0 16px;
  color: #fff;
     font-size: 44px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .2px;
  text-align: center;
}

.visa-types-subtitle {
  margin: 0 0 48px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.05rem;
  line-height: 1.7;
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.visa-steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin: 48px 0px;
}

.visa-step-card {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 16px;
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative;
  overflow: hidden;
  color: #fff;
}

.visa-step-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(77, 217, 240, 0.1) 0%, rgba(212, 165, 116, 0.05) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.visa-step-card:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-8px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.2);
}

.visa-step-card:hover::before {
  opacity: 1;
}

.visa-step-card.golden-highlight {
  background: linear-gradient(135deg, rgba(212, 165, 116, 0.15) 0%, rgba(77, 217, 240, 0.1) 100%);
  border: 1px solid rgba(212, 165, 116, 0.4);
  box-shadow: 0 12px 32px rgba(212, 165, 116, 0.2);
}

.visa-step-card.golden-highlight:hover {
  background: linear-gradient(135deg, rgba(212, 165, 116, 0.2) 0%, rgba(77, 217, 240, 0.15) 100%);
  border-color: rgba(212, 165, 116, 0.6);
}

.step-header {
  margin-bottom: 20px;
}

.step-number {
  font-size: 1.8rem;
  font-weight: 700;
  color: #4dd9f0;
  line-height: 1;
  letter-spacing: -0.02em;
}

.visa-step-card h3 {
  margin: 0 0 12px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}

.visa-step-card p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
}

.visa-cta-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  text-align: center;
}

.visa-cta-section p {
  margin: 0;
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.05rem;
  font-weight: 500;
}

/* Golden Visa Benefits Section */
.golden-benefits {
  margin-top: 64px;
  padding: 0 20px;
}

.golden-benefits h2 {
  text-align: center;
  margin: 0 0 48px;
  color: var(--navy);
  font-size: clamp(2rem, 3.5vw, 2.6rem);
  font-weight: 700;
  line-height: 1.15;
}

.benefits-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  max-width: 1000px;
  margin: 0 auto;
}

.benefit-item {
  display: flex;
  gap: 20px;
}

.benefit-item .checkmark {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, var(--color-accent-gold) 0%, var(--color-secondary-light) 100%);
  border-radius: 50%;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
}

.benefit-item h3 {
  margin: 0 0 8px;
  color: var(--navy);
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.3;
}

.benefit-item p {
  margin: 0;
  color: var(--color-text-secondary);
  font-size: 0.95rem;
  line-height: 1.6;
}

/* Visa Process Section */
.visa-process {
  background: linear-gradient(135deg, var(--navy) 0%, var(--color-primary-light) 100%);
  color: #fff;
  margin-top: 64px;
  padding: 64px 20px;
  position: relative;
}

.visa-process::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 80% 50%, rgba(255, 255, 255, 0.08) 0%, transparent 50%);
  pointer-events: none;
}

.process-header {
  text-align: center;
  margin-bottom: 48px;
  position: relative;
  z-index: 1;
}

.process-header h2 {
  margin: 0 0 16px;
  font-size: clamp(2rem, 3.5vw, 2.6rem);
  font-weight: 700;
  line-height: 1.15;
}

.process-header p {
  margin: 0;
  font-size: 1.05rem;
  opacity: 0.95;
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.step {
  text-align: center;
}

.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--color-accent-gold) 0%, var(--color-secondary-light) 100%);
  border-radius: 50%;
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 16px;
}

.step h3 {
  margin: 0 0 12px;
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1.3;
}

.step p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
  opacity: 0.95;
}

/* Why Choose Us Section */
.golden-why-us {
  margin-top: 64px;
  padding: 64px 20px;
}

/* .why-us-wrapper {
  max-width: 1200px;
  margin: 0 auto;
} */

.why-us-wrapper h2 {
  margin: 0 0 48px;
  text-align: center;
  color: var(--navy);
  font-size: 44px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .2px;
}

.reasons-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.reason-card {
  text-align: center;
  padding: 24px;
  background: var(--color-bg-light);
  border-radius: 8px;
  transition: all 0.3s ease;
}

.reason-card:hover {
  box-shadow: 0 8px 24px rgba(58, 119, 153, 0.1);
  transform: translateY(-4px);
}

.reason-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--color-accent-gold) 0%, var(--color-secondary-light) 100%);
  border-radius: 50%;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 16px;
  color: var(--navy);
}

.reason-card h3 {
  margin: 0 0 12px;
  color: var(--navy);
      font-size: 24px;
    font-weight: 600;
    letter-spacing: .2px;
    line-height: 1.2;
}

.reason-card p {
  margin: 0;
  color: var(--color-text-secondary);
  font-size: 0.95rem;
  line-height: 1.6;
}

/* FAQ Section */


/* CTA Section */

.pro-cta {
    margin: 120px 5% 60px;
}
/* ===========================
   RESPONSIVE DESIGN
   =========================== */

@media (max-width: 1024px) {
  .visa-steps-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .benefits-list {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .process-steps {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .reasons-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .golden-why-us {
    padding: 48px 20px;
  }

  .why-us-wrapper h2 {
    margin-bottom: 36px;
  }
}

@media (max-width: 768px) {
  .golden-banner {
    padding: 50px 20px;
  }

  .golden-banner h1 {
    margin-bottom: 16px;
  }

  .golden-banner p {
    font-size: 1rem;
    margin-bottom: 24px;
  }

  .banner-actions {
    gap: 12px;
  }

  .golden-overview {
    margin-top: 0px;
    padding: 120px 0px;
  }

  .overview-content h2 {
    margin-bottom: 16px;
    font-size: 1.8rem;
  }

  .overview-content p {
    font-size: 1rem;
    margin-bottom: 16px;
  }

  .visa-types-section {
    margin-top: 48px;
    margin-left: 16px;
    margin-right: 16px;
    padding: 50px 24px;
  }

  .visa-types-label {
    margin-bottom: 20px;
  }

  #visa-types-title {
    font-size: 1.5rem;
    margin-bottom: 12px;
  }

  .visa-types-subtitle {
    font-size: 0.95rem;
    margin-bottom: 32px;
  }

  .visa-types-section {
    margin-left: 0px;
    margin-right: 0px;
    padding: 100px 0px;
  }

  .visa-steps-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 36px;
  }

  .visa-step-card {
    padding: 24px 20px;
  }

  .step-number {
    font-size: 1.6rem;
  }

  .visa-step-card h3 {
    font-size: 1.1rem;
    margin-bottom: 10px;
  }

  .visa-step-card p {
    font-size: 0.9rem;
  }

  .golden-benefits {
    margin-top: 48px;
    padding: 0 16px;
  }

  .golden-benefits h2 {
    font-size: 1.8rem;
    margin-bottom: 32px;
  }

  .benefits-list {
    gap: 20px;
  }

  .benefit-item .checkmark {
    width: 44px;
    height: 44px;
    font-size: 1.25rem;
  }

  .benefit-item h3 {
    font-size: 1rem;
  }

  .visa-process {
    margin-top: 48px;
    padding: 40px 16px;
  }

  .process-header {
    margin-bottom: 36px;
  }

  .process-header h2 {
    font-size: 1.8rem;
  }

  .process-steps {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .step-number {
    width: 70px;
    height: 70px;
    font-size: 2rem;
  }

  .step h3 {
    font-size: 1.05rem;
    margin-bottom: 8px;
  }

  .golden-why-us {
    margin-top: 48px;
    padding: 40px 16px;
  }

  .why-us-wrapper h2 {
    font-size: 1.8rem;
    margin-bottom: 32px;
  }

  .reasons-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .reason-card {
    padding: 20px;
  }

  .golden-faq {
    margin-top: 48px;
    padding: 0 16px;
  }

  .faq-container h2 {
    font-size: 1.8rem;
    margin-bottom: 28px;
  }

  .faq-item summary {
    padding: 16px;
  }

  .faq-item p {
    padding: 0 16px 16px;
  }

  .golden-cta {
    margin-top: 48px;
    padding: 40px 16px;
  }

  .golden-cta h2 {
    font-size: 1.6rem;
    margin-bottom: 12px;
  }

  .golden-cta p {
    font-size: 0.95rem;
    margin-bottom: 24px;
  }
}

@media (max-width: 480px) {
  .golden-banner {
    padding: 40px 16px;
  }

  .golden-banner h1 {
    font-size: 1.6rem;
    margin-bottom: 12px;
  }

  .golden-banner p {
    font-size: 0.9rem;
    margin-bottom: 20px;
  }

  .banner-actions {
    gap: 10px;
  }

  .banner-actions a {
    font-size: 0.85rem;
    padding: 10px 16px;
  }

  .golden-overview {
    margin-top: 28px;
    padding: 0 16px;
  }

  .overview-content h2 {
    font-size: 1.4rem;
    margin-bottom: 12px;
  }

  .overview-content p {
    font-size: 0.9rem;
    margin-bottom: 12px;
  }

  .visa-types-section {
    margin-top: 32px;
    margin-left: 16px;
    margin-right: 16px;
    padding: 40px 20px;
    border-radius: 16px;
  }

  #visa-types-title {
    font-size: 1.6rem;
    margin-bottom: 12px;
  }

  .visa-types-subtitle {
    font-size: 0.9rem;
    margin-bottom: 28px;
  }

  .visa-steps-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 24px;
  }

  .visa-step-card {
    padding: 20px 16px;
  }

  .step-number {
    font-size: 1.4rem;
  }

  .visa-step-card h3 {
    font-size: 1rem;
  }

  .visa-step-card p {
    font-size: 0.85rem;
  }

  .visa-cta-section {
    gap: 16px;
    padding-top: 20px;
  }

  .visa-cta-section p {
    font-size: 0.95rem;
  }

  .golden-benefits {
    margin-top: 32px;
    padding: 0 16px;
  }

  .golden-benefits h2 {
    font-size: 1.4rem;
    margin-bottom: 24px;
  }

  .benefits-list {
    gap: 16px;
  }

  .benefit-item {
    gap: 16px;
  }

  .benefit-item .checkmark {
    width: 40px;
    height: 40px;
    font-size: 1.1rem;
  }

  .benefit-item h3 {
    font-size: 0.9rem;
  }

  .benefit-item p {
    font-size: 0.8rem;
  }

  .visa-process {
    margin-top: 32px;
    padding: 32px 16px;
  }

  .process-header {
    margin-bottom: 28px;
  }

  .process-header h2 {
    font-size: 1.4rem;
  }

  .process-header p {
    font-size: 0.85rem;
  }

  .process-steps {
    gap: 12px;
  }

  .step-number {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
    margin-bottom: 12px;
  }

  .step h3 {
    font-size: 0.9rem;
  }

  .step p {
    font-size: 0.8rem;
  }

  .golden-why-us {
    margin-top: 32px;
    padding: 32px 16px;
  }

  .why-us-wrapper h2 {
    font-size: 1.4rem;
    margin-bottom: 24px;
  }

  .reasons-grid {
    gap: 12px;
  }

  .reason-card {
    padding: 16px;
  }

  .reason-number {
    width: 50px;
    height: 50px;
    font-size: 1.5rem;
    margin-bottom: 12px;
  }

  .reason-card h3 {
    font-size: 0.95rem;
  }

  .reason-card p {
    font-size: 0.8rem;
  }

  .golden-faq {
    margin-top: 32px;
    padding: 0 16px;
  }

  .faq-container h2 {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }

  .faq-list {
    gap: 12px;
  }

  .faq-item summary {
    padding: 12px;
    font-size: 0.9rem;
  }

  .faq-item summary::after {
    font-size: 1.2rem;
    margin-left: 8px;
  }

  .faq-item p {
    padding: 0 12px 12px;
    font-size: 0.85rem;
  }

  .golden-cta {
    margin-top: 32px;
    padding: 32px 16px;
  }

  .golden-cta h2 {
    font-size: 1.4rem;
    margin-bottom: 8px;
  }

  .golden-cta p {
    font-size: 0.85rem;
    margin-bottom: 20px;
  }
}

/* Unified CTA Button Style */
/* :is(.btn--banner-primary, .btn--banner-secondary, .btn--cta-primary) {
  color: var(--navy-deep) !important;
  background: linear-gradient(135deg, var(--color-logo-gold-300), var(--color-logo-gold-500)) !important;
  border: 0 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  font-size: 0.98rem !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

:is(.btn--banner-primary, .btn--banner-secondary, .btn--cta-primary):hover,
:is(.btn--banner-primary, .btn--banner-secondary, .btn--cta-primary):focus-visible {
  color: var(--navy-deep) !important;
  background: linear-gradient(135deg, var(--color-logo-gold-400), var(--color-logo-gold-600)) !important;
  box-shadow: none !important;
} */
