.golden-visa-page {
  min-width: 0;
}

.golden-visa-page .nav-link-current {
  opacity: 1;
  text-shadow: 0 0 14px rgba(247, 244, 238, 0.55);
}

.golden-visa-page main>section+section {
  margin-top: 120px;
}

.gv-hero+.gv-threshold {
  margin-top: 100px;
}

.gv-hero {
  position: relative;
  height: 953px;
  overflow: hidden;
  color: var(--white);
  background: #0c1420;
}

.gv-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}

.gv-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gv-hero-bg-base {
  z-index: 0;
}

.gv-hero-bg-front {
  z-index: 1;
}

.gv-hero-softener {
  position: absolute;
  z-index: 2;
  top: 184px;
  left: calc((100vw - min(var(--frame-width), calc(100vw - 200px))) / 2 - 281px);
  width: 1434px;
  height: 366px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.22);
  filter: blur(126.6px);
  pointer-events: none;
}

.gv-hero-content {
  position: relative;
  z-index: 3;
  padding-top: 331px;
}

.gv-hero h1 {
  position: relative;
  display: block;
  width: min(100%, 1500px);
  min-height: 222px;
  height: auto;
  margin: 0;
  font-family: 'Gilroy', sans-serif;
  font-size: 116px;
  font-weight: 400;
  line-height: 95.98%;
  letter-spacing: 0;
  text-shadow: 0px 4.61938px 9.23876px rgba(0, 0, 0, 0.25);
  text-wrap: balance;
}

.gv-hero-lead {
  display: flex;
  align-items: center;
  width: 1004px;
  height: 46px;
  margin: 36px 0 0;
  font-family: 'Gilroy', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 95.98%;
  letter-spacing: 0.14em;
  text-shadow: 0 4.61938px 9.23876px rgba(0, 0, 0, 0.25);
}

.gv-hero-actions {
  margin-top: 98px;
}

.gv-threshold {
  height: 293px;
}

.gv-threshold-card {
  position: relative;
  height: 293px;
  overflow: hidden;
  border-radius: 40px;
  background: linear-gradient(180deg, #fefbf5 0%, #ffffff 100%);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
}

.gv-threshold-main {
  position: absolute;
  top: 0;
  left: 0;
  width: 940px;
  height: 293px;
  padding: 54px 0 0 85px;
}

.gv-threshold-main h2 {
  width: 460px;
  height: 94px;
  margin: 0;
  color: #003075;
  font-family: 'Gilroy', sans-serif;
  font-size: 96px;
  font-weight: 600;
  line-height: 97.98%;
}

.gv-threshold-main p {
  width: 727px;
  margin: 20px 0 0 7px;
  color: #003075;
  font-family: 'Gilroy', sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 113.52%;
  opacity: 0.8;
}

.gv-threshold-main p,
.gv-threshold-note p,
.gv-family-summary p,
.gv-metric-card p {
  text-align: justify;
  text-align-last: left;
  hyphens: auto;
}

.gv-threshold-main span {
  position: absolute;
  top: 104px;
  left: 531px;
  color: #003075;
  font-family: 'Gilroy', sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 113.52%;
  opacity: 0.8;
  white-space: nowrap;
}

.gv-threshold-divider {
  position: absolute;
  top: 34px;
  left: 940px;
  width: 1px;
  height: 225px;
  background: rgba(0, 48, 117, 0.18);
}

.gv-threshold-note {
  position: absolute;
  top: 0;
  left: 1014px;
  display: flex;
  align-items: center;
  gap: 38px;
  height: 293px;
}

.gv-threshold-note p {
  width: 488px;
  margin: 0;
  color: #003075;
  font-family: 'Gilroy', sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 113.52%;
  opacity: 0.8;
}

.gv-threshold-note strong {
  font-size: 40px;
  font-weight: 600;
}

.gv-warning-icon {
  position: relative;
  display: block;
  flex: 0 0 94px;
  width: 94px;
  height: 94px;
}

.gv-warning-shape {
  position: absolute;
  top: 14px;
  left: 9px;
  width: 75px;
  height: 66px;
}

.gv-warning-mark {
  position: absolute;
  top: 29px;
  left: 44px;
  width: 7px;
  height: 33px;
}

.gv-family {
  height: 1077px;
}

.gv-family .section-title {
  display: block;
  width: min(100%, 760px);
  height: auto;
  margin: 0 0 30px;
  font-size: 64px;
  line-height: 97.02%;
}

.gv-family .section-subtitle {
  display: block;
  width: min(100%, 1400px);
  height: auto;
  margin: 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 95.98%;
  opacity: 0.8;
}

.gv-family-panel {
  position: relative;
  height: 901px;
  margin-top: 53px;
  overflow: hidden;
  border-radius: 40px;
  background: #FFFFFD;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
}

.gv-family-panel::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 798px;
  background: #FFFFFD;
}

.gv-primary-cta {
  position: absolute;
  right: auto;
  top: 759px;
  left: 50%;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 22px;
  width: 505px;
  height: 78px;
  padding: 0 0 0 42px;
  border-radius: 40px;
  background: linear-gradient(90deg, #C49A53 0%, #A67843 100%);
  color: #f7f4ee;
  font-family: 'Gilroy', sans-serif;
  font-size: 30.9091px;
  font-weight: 400;
  line-height: 37px;
  transform: translateX(-50%);
  transition: var(--transition);
}

.gv-primary-cta:hover,
.gv-primary-cta:focus-visible {
  filter: brightness(0.96);
}

.gv-primary-cta>span:first-child {
  width: 371px;
}

.gv-primary-cta:hover .btn-submit-arrow,
.gv-primary-cta:focus-visible .btn-submit-arrow {
  transform: translateX(10px);
}

.gv-family-cards {
  position: absolute;
  z-index: 1;
  top: 50px;
  left: 50px;
  display: grid;
  grid-template-columns: repeat(4, 366px);
  gap: 52px;
}

.gv-family-card {
  position: relative;
  height: 366px;
  border-radius: 24px;
  background: #FFFFFD;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.gv-family-card img {
  position: absolute;
  top: 69px;
  left: 50%;
  width: 79px;
  height: 92px;
  object-fit: contain;
  transform: translateX(-50%);
}

.gv-family-card:nth-child(2) img {
  width: 128px;
  height: 92px;
}

.gv-family-card:nth-child(3) img {
  width: 100px;
  height: 92px;
}

.gv-family-card:nth-child(4) img {
  width: 75px;
  height: 91px;
  top: 70px;
}

.gv-family-card h3 {
  position: absolute;
  top: 198px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 49px;
  margin: 0 auto;
  padding: 0 22px;
  color: #003075;
  font-family: 'Gilroy', sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 49px;
  text-align: center;
}

.gv-family-card:not(:first-child) h3 {
  min-height: 98px;
}

.gv-family-card:nth-child(4) h3 {
  letter-spacing: -0.03em;
}

.gv-family-summary {
  position: absolute;
  z-index: 1;
  top: 519px;
  left: 85px;
  display: grid;
  grid-template-columns: 83px 1fr;
  column-gap: 65px;
  width: 1502px;
}

.gv-family-summary-icon {
  width: 83.24px;
  height: 101px;
  object-fit: contain;
  margin-top: 7px;
}

.gv-family-summary h3 {
  width: 498px;
  min-height: 47px;
  height: auto;
  margin: 0 0 30px;
  color: #003075;
  font-family: 'Gilroy', sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 97.02%;
}

@media (min-width: 1181px) {
  html[lang='el'] .gv-hero h1 {
    max-width: 1450px;
    font-size: clamp(62px, 4.45vw, 85px);
    line-height: 1.02;
    text-wrap: balance;
  }
}

html[lang='el'] .gv-family .section-title,
html[lang='el'] .gv-family .section-subtitle,
html[lang='el'] .gv-family-summary h3 {
  text-wrap: balance;
}

html[lang='el'] .gv-family {
  height: auto;
}

.gv-family-summary p {
  width: 1367px;
  margin: 0;
  color: #003075;
  font-family: 'Gilroy', sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 113.52%;
  opacity: 0.8;
}

.gv-metrics {
  height: 220px;
  padding: 10px 0;
  overflow: hidden;
  --gv-metrics-card-width: 444px;
  --gv-metrics-card-gap: 49px;
  --gv-metrics-set-width: 2416px;
  --gv-metrics-scroll-distance: -2465px;
}

.gv-metrics-track {
  display: flex;
  gap: var(--gv-metrics-card-gap);
  width: max-content;
  margin-left: calc((100vw - min(var(--frame-width), calc(100vw - 200px))) / 2 - 358px);
  animation: gv-metrics-carousel-scroll 28s linear infinite;
  will-change: transform;
}

.gv-metrics-set {
  display: flex;
  flex: 0 0 var(--gv-metrics-set-width);
  gap: var(--gv-metrics-card-gap);
  height: 200px;
}

.gv-metric-card {
  flex: 0 0 var(--gv-metrics-card-width);
  width: var(--gv-metrics-card-width);
  height: 200px;
  padding: 45px 0 0 73px;
  border-radius: 40px;
  background: linear-gradient(180deg, #fefbf5 0%, #ffffff 100%);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
}

.golden-visa-page .stage-card,
.gv-metric-card {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
}

@keyframes gv-metrics-carousel-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(var(--gv-metrics-scroll-distance));
  }
}

@media (prefers-reduced-motion: reduce) {
  .gv-metrics-track {
    animation: none;
  }
}

.gv-metric-card h3 {
  width: 309px;
  min-height: 54px;
  margin: 0 0 14px;
  color: #003075;
  font-family: 'Gilroy', sans-serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 97.02%;
  white-space: nowrap;
}

.gv-metric-card p {
  width: 298px;
  margin: 0;
  color: #003075;
  font-family: 'Gilroy', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 113.52%;
  opacity: 0.8;
}

.gv-projects {
  height: auto;
}

.gv-projects .section-title {
  margin-bottom: 25px;
}

.gv-projects .section-subtitle {
  margin-bottom: 83px;
  line-height: 95.98%;
}

.gv-projects-empty {
  padding: 48px;
  border: 1px solid rgba(0, 48, 117, 0.18);
  border-radius: 28px;
  color: #003075;
  font-size: 24px;
  text-align: center;
}

.golden-visa-page .stages-section {
  height: 220px;
  padding: 10px 0;
}

.golden-visa-page .stages-container {
  height: 220px;
}

.golden-visa-page .stages-intro {
  margin-top: 0;
}

.golden-visa-page .stages-carousel {
  top: -10px;
  height: 220px;
  padding: 10px 0;
}

@media (min-width: 1181px) and (max-width: 1919px) {
  .golden-visa-page main>section+section,
  .gv-hero+.gv-threshold {
    margin-top: clamp(80px, 6.25vw, 120px);
  }

  .gv-hero-content {
    padding-top: clamp(221px, 17.2396vw, 331px);
  }

  .gv-hero h1 {
    width: min(100%, 1156px);
    height: auto;
    font-size: clamp(77px, 6.0417vw, 116px);
  }

  .gv-hero-lead {
    width: min(100%, 1004px);
    height: auto;
    font-size: clamp(16px, 1.25vw, 24px);
  }

  .gv-hero-actions {
    margin-top: clamp(65px, 5.1042vw, 98px);
  }

  .gv-threshold,
  .gv-family {
    height: auto;
  }

  .gv-threshold-card {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
    gap: clamp(30px, 2.6042vw, 50px);
    height: auto;
    padding: clamp(36px, 2.8125vw, 54px) clamp(40px, 4.4271vw, 85px);
  }

  .gv-threshold-main,
  .gv-threshold-note,
  .gv-threshold-main span {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
  }

  .gv-threshold-main h2 {
    width: auto;
    height: auto;
    font-size: clamp(64px, 5vw, 96px);
  }

  .gv-threshold-main p,
  .gv-threshold-main span,
  .gv-threshold-note p {
    width: auto;
    font-size: clamp(21px, 1.6667vw, 32px);
  }

  .gv-threshold-main span {
    display: block;
    margin-top: 12px;
  }

  .gv-threshold-divider {
    display: none;
  }

  .gv-threshold-note {
    align-self: center;
    gap: clamp(22px, 1.9792vw, 38px);
  }

  .gv-family .section-title,
  .gv-family .section-subtitle {
    width: auto;
    height: auto;
  }

  .gv-family-panel {
    display: flex;
    flex-direction: column;
    height: auto;
    padding: clamp(28px, 2.6042vw, 50px);
  }

  .gv-family-panel::before {
    content: none;
  }

  .gv-family-cards,
  .gv-family-summary,
  .gv-primary-cta {
    position: static;
  }

  .gv-family-cards {
    order: 1;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(16px, 2.7083vw, 52px);
  }

  .gv-family-card {
    display: grid;
    align-content: center;
    justify-items: center;
    gap: clamp(22px, 2.0833vw, 40px);
    height: clamp(250px, 19.0625vw, 366px);
    padding: 24px 18px;
  }

  .gv-family-card img,
  .gv-family-card:nth-child(n) img,
  .gv-family-card h3,
  .gv-family-card:not(:first-child) h3 {
    position: static;
    transform: none;
  }

  .gv-family-card img,
  .gv-family-card:nth-child(n) img {
    width: auto;
    max-width: 128px;
    height: clamp(64px, 4.7917vw, 92px);
  }

  .gv-family-card h3,
  .gv-family-card:not(:first-child) h3 {
    min-height: 0;
    padding: 0;
    font-size: clamp(26px, 2.0833vw, 40px);
    line-height: 1.08;
  }

  .gv-family-summary {
    order: 2;
    width: auto;
    margin-top: clamp(38px, 3.5938vw, 69px);
  }

  .gv-family-summary h3,
  .gv-family-summary p {
    width: auto;
    height: auto;
  }

  .gv-family-summary h3 {
    font-size: clamp(32px, 2.5vw, 48px);
  }

  .gv-family-summary p {
    font-size: clamp(21px, 1.6667vw, 32px);
  }

  .gv-primary-cta {
    order: 3;
    margin: clamp(32px, 3.125vw, 60px) auto 0;
    transform: none;
  }

  .gv-metrics-track {
    margin-left: calc(
      (100vw - min(var(--frame-width), calc(100vw - clamp(64px, 10.4167vw, 200px)))) / 2
      - clamp(239px, 18.6458vw, 358px)
    );
  }
}

@media (max-width: 1180px) {

  .golden-visa-page .container,
  .golden-visa-page .header-container {
    width: calc(100vw - 32px);
  }

  .golden-visa-page main>section+section,
  .gv-hero+.gv-threshold {
    margin-top: 64px;
  }

  .golden-visa-page .header {
    top: 16px;
  }

  .golden-visa-page .header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 51px;
  }

  .golden-visa-page .header .logo,
  .golden-visa-page .header-actions,
  .golden-visa-page .contact-btn {
    position: static;
  }

  .golden-visa-page .contact-menu {
    position: relative;
  }

  .golden-visa-page .lang-selector {
    display: none;
  }

  .golden-visa-page .header-actions {
    width: auto;
    height: 51px;
  }

  .golden-visa-page .contact-menu {
    width: 164px;
    height: 51px;
  }

  .golden-visa-page .contact-btn {
    width: 164px;
    font-size: 20px;
  }

  .golden-visa-page .contact-dropdown {
    right: 0;
  }

  .gv-hero {
    height: auto;
    min-height: 760px;
  }

  .gv-hero-softener {
    top: 160px;
    left: -160px;
    width: 640px;
    height: 360px;
  }

  .gv-hero-content {
    padding-top: 178px;
    padding-bottom: 72px;
  }

  .gv-hero h1 {
    width: auto;
    height: auto;
    font-size: clamp(56px, 12vw, 92px);
    text-wrap: balance;
  }

  html[lang='el'] .gv-hero h1 {
    font-size: clamp(30px, 5vw, 56px);
  }

  .gv-hero-lead {
    width: auto;
    height: auto;
    margin-top: 28px;
    font-size: 16px;
    line-height: 1.35;
    letter-spacing: 0.08em;
  }

  .gv-hero-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    margin-top: 48px;
  }

  .gv-hero-actions .btn-hero,
  .gv-hero-actions .badge-visa {
    width: min(100%, 360px);
  }

  .gv-threshold,
  .gv-family,
  .gv-projects,
  .golden-visa-page .stages-section,
  .golden-visa-page .contacts-section,
  .golden-visa-page .form-container {
    height: auto;
  }

  .gv-threshold-card {
    height: auto;
    padding: 32px;
    border-radius: 28px;
  }

  .gv-threshold-main,
  .gv-threshold-note,
  .gv-threshold-main span,
  .gv-family-summary,
  .gv-primary-cta,
  .golden-visa-page .consultation-form,
  .golden-visa-page .form-textarea,
  .golden-visa-page .form-consent,
  .golden-visa-page .form-captcha,
  .golden-visa-page .btn-submit {
    position: static;
  }

  .gv-threshold-main {
    width: auto;
    height: auto;
    padding: 0;
  }

  .gv-threshold-main h2 {
    width: auto;
    height: auto;
    font-size: clamp(58px, 16vw, 96px);
  }

  .gv-threshold-main p,
  .gv-threshold-main span,
  .gv-threshold-note p,
  .gv-family-summary p {
    width: auto;
    font-size: 24px;
  }

  .gv-threshold-main p {
    margin: 18px 0 0;
  }

  .gv-threshold-main span {
    display: block;
    margin-top: 12px;
  }

  .gv-threshold-divider {
    display: none;
  }

  .gv-threshold-note {
    gap: 22px;
    height: auto;
    margin-top: 28px;
  }

  .gv-family .section-title,
  .gv-family .section-subtitle {
    width: auto;
    height: auto;
  }

  .gv-family .section-subtitle {
    font-size: 24px;
    line-height: 1.22;
  }

  .gv-family-panel {
    height: auto;
    margin-top: 36px;
    padding: 28px;
    border-radius: 28px;
  }

  .gv-primary-cta {
    width: min(100%, 505px);
    margin-bottom: 32px;
    transform: none;
  }

  .gv-family-cards {
    position: relative;
    top: auto;
    left: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  .gv-family-card {
    height: 300px;
    border-radius: 28px;
  }

  .gv-family-card h3 {
    font-size: 28px;
  }

  .gv-family-summary {
    width: auto;
    margin-top: 40px;
  }

  .gv-family-summary-icon {
    width: 72px;
    height: 88px;
  }

  .gv-family-summary h3 {
    width: auto;
    height: auto;
    font-size: 40px;
  }

  .gv-metrics {
    height: auto;
    overflow: visible;
  }

  .gv-metrics-track {
    flex-direction: column;
    width: calc(100vw - 32px);
    margin: 0 auto;
    gap: 18px;
    animation: none;
  }

  .gv-metrics-set {
    flex: 0 1 auto;
    flex-direction: column;
    width: 100%;
    height: auto;
    gap: 18px;
  }

  .gv-metrics-set[aria-hidden="true"] {
    display: none;
  }

  .gv-metric-card {
    flex: 0 1 auto;
    width: 100%;
    height: auto;
    padding: 32px;
    border-radius: 28px;
  }

  .gv-metric-card h3,
  .gv-metric-card p {
    width: auto;
  }

  .gv-metric-card h3 {
    font-size: 44px;
  }

  .golden-visa-page .section-title,
  .golden-visa-page .project-section-title {
    font-size: clamp(46px, 10vw, 64px);
  }

  .gv-projects .section-subtitle {
    margin-bottom: 36px;
    font-size: 24px;
    line-height: 1.22;
  }

  .golden-visa-page .stages-container,
  .golden-visa-page .stages-carousel {
    height: auto;
  }

  .golden-visa-page .stages-section {
    padding-bottom: 6px;
  }

  .golden-visa-page .stages-intro {
    width: auto;
    height: auto;
    margin-bottom: 28px;
  }

  .golden-visa-page .stages-intro .section-title,
  .golden-visa-page .stages-intro .section-subtitle {
    position: static;
    width: auto;
    height: auto;
  }

  .golden-visa-page .stages-intro .section-subtitle {
    margin-top: 16px;
  }

  .golden-visa-page .stages-carousel {
    position: relative;
    left: 16px;
    right: auto;
    width: calc(100vw - 32px);
    overflow-x: auto;
  }

  .golden-visa-page .stages-carousel-track {
    animation: none;
  }

  .golden-visa-page .contacts-section {
    padding: 64px 0 80px;
  }

  .golden-visa-page .form-container .section-title,
  .golden-visa-page .form-container .section-subtitle {
    position: static;
    width: auto;
    height: auto;
  }

  .golden-visa-page .form-container .section-subtitle {
    margin-top: 16px;
  }

  .golden-visa-page .consultation-form {
    width: auto;
    height: auto;
    margin-top: 36px;
  }

  .golden-visa-page .form-row {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .golden-visa-page .form-message {
    display: block;
    margin-top: 16px;
  }

  .golden-visa-page .form-textarea {
    width: 100%;
    height: 160px;
  }

  .golden-visa-page .form-consent {
    align-items: flex-start;
    width: auto;
    height: auto;
    margin-top: 16px;
  }

  .golden-visa-page .form-consent-text {
    width: auto;
    height: auto;
    font-size: 18px;
    line-height: 1.25;
    white-space: normal;
  }

  .golden-visa-page .form-captcha {
    width: 303px;
    min-height: 78px;
    margin: 24px auto 0;
    transform: none;
  }

  .golden-visa-page .btn-submit {
    width: min(100%, 465px);
    margin-top: 24px;
  }

  .golden-visa-page .footer {
    height: auto;
    padding: 46px 0;
  }

  .golden-visa-page .footer-container,
  .golden-visa-page .footer-top,
  .golden-visa-page .footer-bottom {
    height: auto;
  }

  .golden-visa-page .footer .logo,
  .golden-visa-page .footer-socials,
  .golden-visa-page .footer-links {
    position: static;
  }

  .golden-visa-page .lang-dropdown-btn {
    position: relative;
    inset: auto;
  }

  .golden-visa-page .footer-top,
  .golden-visa-page .footer-bottom {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }

  .golden-visa-page .footer-bottom {
    margin-top: 42px;
  }
}

@media (max-width: 640px) {
  .golden-visa-page .logo-letters {
    display: none;
  }

  .gv-family-cards {
    grid-template-columns: 1fr;
  }

  .gv-family-summary {
    grid-template-columns: 1fr;
    row-gap: 18px;
  }

  .gv-threshold-note {
    align-items: flex-start;
  }

  .gv-primary-cta,
  .golden-visa-page .btn-submit {
    height: auto;
    min-height: 68px;
    padding: 16px 24px;
    font-size: 24px;
  }

  .gv-primary-cta>span:first-child,
  .golden-visa-page .btn-submit>span:first-child {
    width: auto;
  }
}

/* Preserve the Figma desktop threshold card when browser/OS scaling reduces
   the CSS viewport, instead of replacing it with the intermediate grid. */
@media (min-width: 1181px) and (max-width: 1919px) {
  .gv-threshold {
    height: 15.2604vw;
  }

  .gv-threshold-card {
    display: block;
    height: 15.2604vw;
    padding: 0;
    border-radius: 2.0833vw;
  }

  .gv-threshold-main {
    position: absolute;
    top: 0;
    left: 0;
    width: 48.9583vw;
    height: 15.2604vw;
    padding: 2.8125vw 0 0 4.4271vw;
  }

  .gv-threshold-main h2 {
    width: 23.9583vw;
    height: 4.8958vw;
    font-size: 5vw;
  }

  .gv-threshold-main p {
    width: 37.8646vw;
    margin: 1.0417vw 0 0 0.3646vw;
    font-size: 1.6667vw;
  }

  .gv-threshold-main span {
    position: absolute;
    top: 5.4167vw;
    left: 27.6563vw;
    display: inline;
    width: auto;
    height: auto;
    margin: 0;
    font-size: 1.6667vw;
  }

  .gv-threshold-divider {
    position: absolute;
    top: 1.7708vw;
    left: 48.9583vw;
    display: block;
    width: 1px;
    height: 11.7188vw;
  }

  .gv-threshold-note {
    position: absolute;
    top: 0;
    left: 52.8125vw;
    display: flex;
    align-items: center;
    gap: 1.9792vw;
    width: auto;
    height: 15.2604vw;
    padding: 0;
  }

  .gv-threshold-note p {
    width: 25.4167vw;
    font-size: 1.6667vw;
  }

  .gv-threshold-note strong {
    font-size: 2.0833vw;
  }

  .gv-warning-icon {
    flex-basis: 4.8958vw;
    width: 4.8958vw;
    height: 4.8958vw;
  }

  .gv-warning-shape {
    top: 0.7292vw;
    left: 0.4688vw;
    width: 3.9063vw;
    height: 3.4375vw;
  }

  .gv-warning-mark {
    top: 1.5104vw;
    left: 2.2917vw;
    width: 0.3646vw;
    height: 1.7188vw;
  }
}

/* Greek CTAs need more horizontal room than the English Figma geometry. */
@media (min-width: 761px) {
  html[lang='el'] .golden-visa-page .gv-primary-cta {
    justify-content: center;
    gap: clamp(18px, 1.1458vw, 22px);
    width: min(100%, clamp(570px, 32.2917vw, 620px));
    padding-inline: clamp(34px, 2.1875vw, 42px);
    font-size: clamp(25px, 2.1458vw, 30.9091px);
    line-height: 1;
  }

  html[lang='el'] .golden-visa-page .gv-primary-cta > span:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
  }
}

@media (min-width: 761px) and (max-width: 1180px) {
  html[lang='el'] .golden-visa-page .gv-hero-actions .btn-hero {
    --btn-hero-arrow-travel: 261px;
    width: min(100%, 360px);
  }

  html[lang='el'] .golden-visa-page .gv-hero-actions .btn-hero span:not(.btn-arrow) {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    height: auto;
    line-height: 1;
    white-space: nowrap;
  }
}

@media (min-width: 1181px) and (max-width: 1919px) {
  html[lang='el'] .golden-visa-page .gv-hero-actions .btn-hero {
    --btn-hero-arrow-travel: 16.7036vw;
    width: 21.8297vw;
  }

  html[lang='el'] .golden-visa-page .gv-hero-actions .btn-hero span:not(.btn-arrow) {
    width: 15.3125vw;
    height: auto;
    line-height: 1;
    white-space: nowrap;
  }
}

@media (min-width: 1920px) {
  html[lang='el'] .golden-visa-page .gv-hero-actions .btn-hero {
    --btn-hero-arrow-travel: 320.71px;
    width: 419.13px;
  }

  html[lang='el'] .golden-visa-page .gv-hero-actions .btn-hero span:not(.btn-arrow) {
    width: 294px;
    height: auto;
    line-height: 1;
    white-space: nowrap;
  }
}
