@charset "UTF-8";
:root {
  --max-width: 1300px;
  --container-padding: 0 1rem;
  --text-color: #000;
  --primary: #FE741A;
  --font-header: "IBM Plex Sans";
  --font-family: "Feature Headline";
  --Orange-Dark-2: #180F0A;
  --White: #FFF;
  --hero-padding: 2rem;
  --header-padding: 3rem;
  --person-scale: clamp(0.55, 2.5vw, 1);
}

@keyframes profession-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
html, body {
  font-size: 18px;
}

@font-face {
  font-family: "Feature Headline";
  src: url("./fonts/FeatureHeadline-Upright-VF_wght_wdth_opsz.ttf") format("truetype"), url("./fonts/680eFeatureHeadline-Italic-VF_wght_wdth_opsz.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: var(--container-padding);
}

.header {
  position: sticky;
  top: 1.3rem;
  z-index: 1000;
  padding-top: 1.3rem;
  transition: padding-top 0.25s ease;
}
.header--sticky {
  padding-top: 0;
}
.header__wrapper {
  display: flex;
  justify-content: center;
  position: absolute;
  width: 100%;
  background: transparent;
  transform: translateY(0);
  transition: transform 0.5s ease;
  padding-left: var(--header-padding);
  padding-right: var(--header-padding);
}
.header__inner {
  position: relative;
  display: flex;
  gap: 4rem;
  padding: 0.6rem 1.1rem 0.6rem 1.1rem;
  justify-content: space-between;
  align-items: center;
  border-radius: 5.5rem;
  border: 1px solid #FFF;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(0.6rem);
          backdrop-filter: blur(0.6rem);
  overflow: hidden;
  max-width: 1300px;
  width: 100%;
}
.header__logo {
  z-index: 2;
  display: flex;
  align-items: center;
  position: relative !important;
}
.header__logo img {
  width: 7.8rem;
  height: 1.27rem;
  flex-shrink: 0;
}
.header__logo::after {
  content: "" !important;
  position: absolute !important;
  z-index: -1;
  left: -2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 11rem;
  height: 7rem;
  background: rgba(255, 255, 255, 0.892) !important; /* for testing */
  border-radius: 50%;
  filter: blur(20px);
  pointer-events: none;
}
.header__nav {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  align-self: center;
}
.header__link {
  text-decoration: none;
  color: var(--text-color);
  padding: 0 0.5rem;
  font-size: 0.89rem;
  font-family: var(--font-header);
  transition: color 0.3s ease;
}
.header__link--active {
  color: var(--primary);
}
.header__link:hover {
  color: var(--primary);
}
.header__contact-btn {
  display: flex;
  padding: 0.6rem 1.3rem;
  align-items: center;
  gap: 0.5rem;
  border-radius: 6.7rem;
  background: var(--primary);
  -webkit-backdrop-filter: blur(0.27rem);
          backdrop-filter: blur(0.27rem);
  text-decoration: none;
  transition: background 0.3s ease;
}
.header__contact-btn span {
  color: var(--White, #FFF);
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.16rem; /* 105% */
  letter-spacing: -0.2px;
  font-family: var(--font-header);
}
.header__contact-btn .contact-2 {
  display: none;
}
.header__contact-btn:hover {
  background: #f88538;
}
.header__contact-btn .messenger {
  color: #FFB585;
}
.header__hamburger {
  display: none;
}

.hero {
  position: relative;
  display: flex;
  max-width: 106.7rem;
  padding-left: var(--hero-padding);
  padding-right: var(--hero-padding);
  padding-bottom: 2.7rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  /* 2. Vector – long gray shape overlay, still full-left */
  /* 3. asset8 – yellow gate/building, more to the right */
  /* 4. lua – wheat, overlapping between vector + building */
}
.hero__bar {
  position: relative;
  display: flex;
  height: 57.9rem;
  padding-top: 11.1rem;
  flex-direction: column;
  align-items: center;
  gap: 5.5rem;
  align-self: stretch;
  border-radius: 2.2rem;
  background: linear-gradient(#faece2, #fbeae0);
  background-blend-mode: overlay, normal;
  box-shadow: 0 0.3rem 1.3rem 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
}
.hero__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.2rem;
  align-self: stretch;
}
.hero__title {
  color: var(--Orange-Dark-2);
  text-align: center;
  font-family: var(--font-family);
  font-size: 4.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 79px */
  letter-spacing: -1.58px;
}
.hero__btn {
  display: inline-flex;
  padding: 1.1rem 1.6rem;
  justify-content: center;
  align-items: center;
  border-radius: 5.5rem;
  border: 1px solid var(--White);
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0 0.4rem 0.7rem 0 rgba(0, 0, 0, 0.03);
  font-family: var(--font-header);
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
  color: var(--Orange-Dark-2);
  position: relative;
  z-index: 6;
  transition: background 0.5s ease;
}
.hero__btn:hover {
  background: #f9f9f9;
}
.hero__bg-name {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 11.5rem;
  opacity: 0.6;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
}
.hero__bg-name img {
  width: 180%;
  height: auto;
  display: block;
}
.hero__tear-style {
  position: relative;
  width: 100%;
  height: 24rem;
  margin-top: 6rem;
  overflow: visible;
}
.hero__tear-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  /* Base scale for desktop */
  transform-origin: center bottom;
  /* smooth animation */
  transition: transform 0.3s ease;
}
.hero__left {
  position: absolute;
  left: 0;
  bottom: 0;
}
.hero__left-bg, .hero__left-silhouette, .hero__left-building, .hero__left-wheat, .hero__right-bg, .hero__right-house, .hero__right-wheat, .hero__right-gate, .hero__person {
  transition: transform 0.3s ease;
}
.hero__left-img {
  position: absolute;
  pointer-events: none;
}
.hero__left-bg {
  position: absolute;
  left: -14rem;
  bottom: -2rem;
  z-index: 1;
}
.hero__left-bg img {
  display: block;
  height: auto;
  /* 🔥 this makes it scale with screen */
  width: clamp(500px, 40vw, 680px);
}
.hero__left-silhouette {
  position: absolute;
  left: -31rem;
  bottom: -2rem;
  flex-shrink: 0;
  z-index: 2;
}
.hero__left-silhouette img {
  display: block;
  height: auto;
  width: clamp(900px, 55vw, 2000px);
}
.hero__left-building {
  position: absolute;
  left: -9rem;
  bottom: -1.5rem;
  z-index: 3;
}
.hero__left-building img {
  display: block;
  height: auto;
  width: clamp(300px, 23vw, 400px);
}
.hero__left-wheat {
  position: absolute;
  left: -9.7rem;
  bottom: 2rem;
  z-index: 2;
}
.hero__left-wheat img {
  display: block;
  height: auto;
  width: clamp(10px, 5vw, 50px);
}
.hero__center {
  position: absolute;
  bottom: -1.8rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}
.hero__person {
  display: block;
  height: auto;
  /* 🔥 responsive width: shrinks as screen shrinks */
  width: clamp(400px, 30vw, 600px);
  transform: rotate(1.089deg);
}
.hero__right {
  position: absolute;
  right: 0;
  bottom: 0;
}
.hero__right-bg {
  position: absolute;
  right: -34rem;
  bottom: -2rem;
  z-index: 1;
}
.hero__right-bg img {
  display: block;
  height: auto;
  width: clamp(800px, 47vw, 2000px);
}
.hero__right-house {
  position: absolute;
  right: -0.5rem;
  bottom: -2rem;
  z-index: 2;
}
.hero__right-house img {
  display: block;
  height: auto;
  width: clamp(200px, 14vw, 300px);
}
.hero__right-wheat {
  position: absolute;
  right: -7rem;
  bottom: 0;
  z-index: 2;
}
.hero__right-wheat img {
  display: block;
  height: auto;
  width: clamp(80px, 5vw, 200px);
}
.hero__right-gate {
  position: absolute;
  right: -30rem;
  bottom: 8rem;
  z-index: 2;
}
.hero__right-gate img {
  display: block;
  height: auto;
  width: clamp(80px, 8vw, 200px);
}

@media (max-width: 1678px) {
  .hero__left-bg {
    left: -6rem;
    bottom: -1rem;
  }
  .hero__left-building {
    left: -1rem;
  }
  .hero__left-wheat {
    left: -2rem;
    bottom: 1rem;
  }
  .hero__right-bg {
    right: -25rem;
    bottom: -2rem;
    z-index: 1;
  }
  .hero__right-bg img {
    width: clamp(700px, 45vw, 2000px);
  }
  .hero__right-house {
    right: 3rem;
  }
  .hero__right-house img {
    width: clamp(200px, 14vw, 300px);
  }
  .hero__person {
    width: clamp(400px, 37vw, 600px);
  }
}
@media (max-width: 1335px) {
  .header__inner {
    gap: 2rem;
  }
}
@media (max-width: 1205px) {
  .header {
    top: 0.7rem;
    padding-top: 0.7rem;
  }
  /* hide desktop menu */
  .header__nav {
    display: none !important;
  }
  /* hide desktop CTA */
  .header__contact-btn .contact-1 {
    display: none;
  }
  .header__contact-btn .contact-2 {
    display: block;
  }
  /* Show hamburger */
  .header__hamburger {
    display: flex;
    background: none;
    align-items: center;
    gap: 0.5rem;
    border: none;
    cursor: pointer;
    z-index: 3;
    transition: color 0.5s ease;
  }
  .header__hamburger span {
    font-family: var(--font-header);
    font-size: 1.1rem;
  }
  .header__hamburger .bars-icon {
    font-size: 1.4rem;
  }
  .header__hamburger:hover {
    color: var(--primary);
  }
  /* Adjust logo */
  .header__logo img {
    width: 110px; /* visually matches screenshot */
  }
  :root {
    --hero-padding: 0.7rem;
    --header-padding: 1.5rem ;
  }
  .hero__bar {
    padding-top: 9rem;
  }
  .hero__title {
    font-size: 4rem;
  }
  .hero__bg-name {
    bottom: 20rem;
  }
  .hero__bg-name img {
    width: 200%;
  }
  .hero__tear-style {
    margin-top: 10rem;
  }
  .hero__left-bg {
    left: -8rem;
    bottom: 3rem;
  }
  .hero__left-bg img {
    width: clamp(200px, 40vw, 500px);
  }
  /* 2. Vector – long gray shape overlay, still full-left */
  .hero__left-silhouette {
    left: -31rem;
    bottom: -2rem;
  }
  .hero__left-silhouette img {
    width: clamp(600px, 90vw, 1000px);
  }
  /* 3. asset8 – yellow gate/building, more to the right */
  .hero__left-building {
    left: -5rem;
    bottom: -1.2rem;
  }
  .hero__left-building img {
    width: clamp(100px, 33vw, 400px);
  }
  /* 4. lua – wheat, overlapping between vector + building */
  .hero__left-wheat {
    left: -6rem;
    bottom: 1rem;
  }
  .hero__center {
    position: absolute;
    bottom: -1.5rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
  }
  .hero__person {
    width: clamp(200px, 50vw, 600px);
  }
  .hero__right-bg {
    right: -27rem;
  }
  .hero__right-bg img {
    width: clamp(500px, 70vw, 1000px);
  }
  .hero__right-house {
    right: 0.5rem;
    bottom: -1rem;
  }
  .hero__right-house img {
    width: clamp(100px, 20vw, 300px);
  }
  .hero__right-gate {
    right: -13rem;
    bottom: 8rem;
  }
  .hero__right-gate img {
    width: clamp(50px, 10vw, 200px);
  }
}
@media (max-width: 922px) {
  .hero__title {
    font-size: 3.5rem;
  }
  .hero__bg-name {
    bottom: 17rem;
  }
  .hero__bar {
    height: 50rem;
    border-radius: 1.5rem !important;
  }
  .hero__tear-style {
    margin-top: 3rem;
  }
  .hero__right-bg {
    right: -22rem;
  }
  .hero__right-house {
    right: 1rem;
  }
  .hero__right-gate {
    right: -9rem;
    bottom: 6rem;
  }
}
@media (max-width: 768px) {
  :root {
    --hero-padding: 0.5rem;
    --header-padding: 1.2rem;
  }
  /* Show hamburger */
  .header__hamburger span {
    display: none;
  }
  .header__hamburger .bars-icon {
    font-size: 1.2rem;
  }
  .header__contact-btn {
    background: none;
    padding: 0;
  }
  .header__contact-btn .contact-1 {
    display: none;
  }
  .header__contact-btn .contact-2 {
    display: none;
  }
  .header__contact-btn .messenger {
    color: var(--primary);
    transition: color 0.5s ease;
  }
  .header__contact-btn:hover .messenger {
    color: #FFB585;
  }
  .hero__title {
    font-size: 2.5rem;
  }
  .hero__btn {
    padding: 0.8rem 1rem;
  }
  .hero__bar {
    height: 40rem;
    margin-left: 0.2rem !important;
    margin-right: 0.2rem !important;
  }
  .hero__bg-name {
    bottom: 12rem;
  }
  .hero__tear-style {
    margin-top: -4rem;
  }
  .hero__left-bg {
    left: -5rem;
  }
  /* 2. Vector – long gray shape overlay, still full-left */
  .hero__left-silhouette {
    left: -15rem;
    bottom: -1rem;
  }
  .hero__left-silhouette img {
    width: clamp(400px, 90vw, 1000px);
  }
  /* 3. asset8 – yellow gate/building, more to the right */
  .hero__left-building {
    left: -4rem;
    bottom: -0.8rem;
  }
  .hero__person {
    width: clamp(300px, 50vw, 600px);
  }
  .hero__right-bg {
    right: -11rem;
    z-index: 2;
    bottom: -1rem;
  }
  .hero__right-bg img {
    width: clamp(300px, 70vw, 1000px);
  }
  .hero__right-house {
    right: -1rem;
  }
  .hero__right-wheat {
    right: -4rem;
  }
  .hero__right-wheat img {
    width: clamp(80px, 5vw, 200px);
  }
  .hero__right-gate {
    right: -7rem;
    bottom: 4rem;
  }
}
@media (max-width: 480px) {
  :root {
    --hero-padding: 0.3rem;
    --header-padding: 1rem;
  }
  .hero {
    padding-bottom: 1rem;
  }
  .hero__content {
    gap: 1.5rem;
  }
  .hero__title {
    font-size: 1.7rem !important;
    line-height: 2.2rem;
  }
  .hero__btn {
    padding: 0.5rem 0.8rem !important;
    font-size: 0.8rem;
  }
  .hero__bar {
    height: 30rem !important;
    padding-top: 7rem;
  }
  .hero__bg-name {
    bottom: 12rem;
  }
  .hero__tear-style {
    margin-top: -10rem;
  }
  .hero__left-bg {
    left: -5rem;
    bottom: 1rem;
  }
  .hero__left-bg img {
    width: clamp(100px, 60vw, 400px);
  }
  /* 2. Vector – long gray shape overlay, still full-left */
  .hero__left-silhouette {
    left: -6rem;
    bottom: -1rem;
  }
  .hero__left-silhouette img {
    width: clamp(100px, 90vw, 700px);
  }
  /* 3. asset8 – yellow gate/building, more to the right */
  .hero__left-building {
    left: -4rem;
    bottom: -1rem;
  }
  .hero__left-building img {
    width: clamp(100px, 40vw, 400px);
  }
  /* 4. lua – wheat, overlapping between vector + building */
  .hero__left-wheat {
    left: -5rem;
    bottom: 1rem;
    z-index: 2;
  }
  .hero__left-wheat img {
    display: block;
    height: auto;
    width: clamp(10px, 7vw, 50px);
  }
  .hero__center {
    position: absolute;
    bottom: -1.8rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
  }
  .hero__person {
    display: block;
    height: auto;
    /* 🔥 responsive width: shrinks as screen shrinks */
    width: clamp(250px, 20vw, 600px);
    transform: rotate(1.089deg);
  }
  .hero__right-bg {
    right: -18rem;
    bottom: -2rem;
    z-index: 2;
  }
  .hero__right-bg img {
    width: clamp(450px, 90vw, 1000px);
  }
  .hero__right-house {
    right: -2rem;
  }
  .hero__right-house img {
    width: clamp(50px, 25vw, 500px);
  }
  .hero__right-wheat {
    right: -5rem;
    bottom: -1rem;
  }
  .hero__right-wheat img {
    width: clamp(60px, 8vw, 200px);
  }
}
.partner {
  padding: 0;
  position: relative;
  overflow: hidden;
  /* LEFT FADE */
  /* RIGHT FADE */
}
.partner__container {
  padding: var(--container-padding);
  overflow: hidden;
  position: relative;
}
.partner__track {
  display: flex;
  gap: 0.6rem;
  width: -moz-max-content;
  width: max-content;
  animation: partner-scroll 40s linear infinite;
}
.partner__track:hover {
  animation-play-state: paused;
}
.partner__container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20rem;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255, 0));
  z-index: 3;
}
.partner__container::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 20rem;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(to left, rgb(255, 255, 255), rgba(255, 255, 255, 0));
  z-index: 3;
}
.partner__logo {
  display: flex;
  padding: 0.6rem 0.5rem;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 0.6rem;
}
.partner__logo:hover {
  opacity: 1;
}
@media (max-width: 768px) {
  .partner__container::before {
    width: 7rem;
  }
  .partner__container::after {
    width: 7rem;
  }
  .partner__logo {
    height: 4rem;
    width: 10rem;
    padding: 0;
  }
}

@keyframes partner-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.vision-statement {
  display: flex;
  max-width: 106.7rem;
  width: 100%;
  padding: 13.3rem 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3.3rem;
}
.vision-statement__icon {
  display: flex;
  align-items: center;
}
.vision-statement__wrapper {
  text-align: center;
  font-family: var(--font-header);
  font-size: 3.89rem;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 77px */
  letter-spacing: -4.2px;
}
.vision-statement__content {
  position: relative;
  isolation: isolate;
  background: linear-gradient(90deg, rgba(255, 157, 25, 0.3), rgba(255, 117, 25, 0.3), rgba(87, 46, 25, 0.3));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.vision-statement__content span.active {
  background: var(--primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 1200px) {
  .vision-statement {
    padding: 9rem 5rem;
  }
  .vision-statement__wrapper {
    font-size: 3.5rem;
  }
}
@media (max-width: 922px) {
  .vision-statement {
    padding: 10rem 3rem;
  }
  .vision-statement__wrapper {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .vision-statement {
    padding: 5rem 2rem;
  }
  .vision-statement__wrapper {
    font-size: 2.5rem;
  }
}
@media (max-width: 480px) {
  .vision-statement {
    padding: 3rem 0;
    gap: 1rem;
  }
  .vision-statement__wrapper {
    font-size: 2rem;
  }
}
.profession {
  display: flex;
  max-width: 106.7rem;
  width: 100%;
  padding-bottom: 13.3rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3.3rem;
  /* <= 768px (Tablet portrait) */
  /* <= 480px (Mobile) */
}
.profession__title {
  text-align: center;
  color: #2A2A28;
  font-family: var(--font-family);
  font-size: 3.9rem;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 77px */
  letter-spacing: -1.4px;
}
.profession__container {
  overflow: hidden;
  width: 100%;
}
.profession__track {
  display: flex;
  align-items: center;
  gap: 2rem;
  width: -moz-max-content;
  width: max-content;
  animation-play-state: running;
  /* SPEED: change 30s → slower, 60s → very slow */
  animation: profession-scroll 40s linear infinite;
}
.profession__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.profession__item img {
  width: 17rem;
  height: 23rem;
  border-radius: 1.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.profession__name {
  color: #2A2A28;
  font-family: var(--font-header);
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 28.5px */
  letter-spacing: 0.57px;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .profession__title {
    font-size: 3rem;
    letter-spacing: -0.84px;
  }
  .profession__track {
    gap: 1.7rem;
    animation-duration: 24s;
  }
  .profession__item img {
    width: 12rem;
    height: 16rem;
  }
  .profession__name {
    font-size: 0.9rem;
  }
}
@media (max-width: 922px) {
  .profession__title {
    font-size: 2.2rem;
  }
}
@media (max-width: 768px) {
  .profession__title {
    font-size: 1.5rem;
  }
  .profession__track {
    gap: 1.5rem;
    animation-duration: 20s;
  }
  .profession__item img {
    width: 10rem;
    height: 13rem;
  }
  .profession__name {
    font-size: 0.8rem;
  }
}
@media (max-width: 480px) {
  .profession__title {
    font-size: 1.3rem;
  }
  .profession__track {
    gap: 1rem;
    animation-duration: 16s;
  }
  .profession__item img {
    width: 7rem;
    height: 10rem;
  }
  .profession__name {
    font-size: 13px;
  }
}

.roadmap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.3rem;
}
.roadmap__header {
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
}
.roadmap__subtitle {
  text-align: center;
}
.roadmap__text {
  display: inline-block;
  color: #2A2A28;
  text-align: center;
  font-family: "IBM Plex Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 19.8px */
  letter-spacing: 0.36px;
  background: rgba(255, 175, 133, 0.3);
  display: inline-block;
}
.roadmap__title {
  color: #2A2A28;
  text-align: center;
  font-family: var(--font-family);
  font-size: 3.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 77px */
  letter-spacing: -1.4px;
}
.roadmap__desc {
  color: #2A2A28;
  text-align: center;
  font-family: var(--font-header);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
}
.roadmap__card--1 {
  background: #FFB791;
}
.roadmap__card--2 {
  background: #FFDCA8;
}
.roadmap__card--3 {
  background: #C4E5FF;
}
.roadmap__card--4 {
  background: #D9F5CF;
}
.roadmap__card--5 {
  background: #FFD4E5;
}
.roadmap__card--1 {
  z-index: 10;
}
.roadmap__card--2 {
  z-index: 9;
}
.roadmap__card--3 {
  z-index: 8;
}
.roadmap__card--4 {
  z-index: 7;
}
.roadmap__card--5 {
  z-index: 6;
}
.roadmap__wrapper {
  height: 500vh;
  position: relative;
  z-index: 5;
}
.roadmap__sticky {
  position: sticky;
  top: 5rem;
  height: 100vh;
  overflow: hidden;
}
.roadmap__card {
  display: flex;
  padding: 4.4rem;
  justify-content: space-between;
  align-items: center;
  border-radius: 2.2rem;
  box-shadow: 0 4px 26px 0 rgba(0, 0, 0, 0.12);
  gap: 5rem;
  margin-top: -35rem;
  position: relative;
  overflow: hidden;
  inset: 0; /* cards overlap */
  transform: translateY(0); /* start lower */
  opacity: 1;
  will-change: transform, opacity;
  transition: transform 0.6s ease, opacity 0.6s ease;
}
.roadmap__card:first-child {
  margin-top: 0; /* top card starts normally */
}
.roadmap__haidang {
  position: absolute;
  left: 6rem;
  bottom: -5rem;
}
.roadmap__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  align-self: stretch;
  flex: 1;
  position: relative;
}
.roadmap__content-top {
  gap: 1.3rem;
  display: flex;
  flex-direction: column;
}
.roadmap__step {
  color: #2A2A28;
  font-family: var(--font-header);
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 23.4px */
  text-transform: uppercase;
}
.roadmap__ctitle {
  color: #2A2A28;
  font-family: var(--font-family);
  font-size: 3.3rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 60px */
  letter-spacing: -0.6px;
}
.roadmap__ctext {
  color: #2A2A28;
  font-family: var(--font-header);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
}
.roadmap__button {
  display: flex;
  padding: 0.8rem 1.3rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  border-radius: 5.5rem;
  border: 1px solid var(--White);
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.03);
  transition: background 0.5s ease;
  cursor: pointer;
}
.roadmap__button:hover {
  background: rgb(255, 255, 255);
}
.roadmap__image {
  flex: 1;
  display: flex;
  justify-content: center;
  z-index: 3;
  aspect-ratio: 1/1;
  width: 100%; /* or any fixed width you prefer */
  overflow: hidden; /* hide extra parts */
}
.roadmap__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* ensure it fills square frame */
  border-radius: 1.1rem;
}

.tpaper {
  position: relative;
  bottom: 10rem;
}
.tpaper__bg {
  position: absolute;
  bottom: -12rem;
  z-index: 1;
  overflow: hidden;
  width: 100%;
}
.tpaper__left {
  position: absolute;
  top: 0;
  left: 0;
}
.tpaper__element-06 {
  bottom: 2.5rem;
  position: absolute;
}
.tpaper__tape {
  z-index: 2;
  bottom: -11.7rem;
  left: -3rem;
  position: absolute;
}
.tpaper__tape1 {
  position: absolute;
  z-index: 2;
  left: 4rem;
  bottom: -11.5rem;
}
.tpaper__rectangle {
  position: absolute;
  z-index: 3;
  left: 2rem;
}
.tpaper__right {
  position: absolute;
  top: 0;
  right: 0;
}
.tpaper__element-03 {
  position: absolute;
  top: -13rem;
  right: 0rem;
}
.tpaper__asset8 {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: -7.5rem;
}
.tpaper__newspaper {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: -11.7rem;
}

@media (max-width: 1200px) {
  .profession {
    padding-bottom: 12rem;
  }
  .roadmap__title {
    font-size: 3rem;
  }
  .roadmap__ctitle {
    font-size: 2.5rem;
  }
}
@media (max-width: 922px) {
  .roadmap__card {
    flex-direction: column;
  }
  .roadmap__content {
    gap: 1.3rem;
  }
}
@media (max-width: 768px) {
  .profession {
    padding-bottom: 10rem;
  }
  .roadmap__card {
    padding: 3.5rem;
    gap: 3rem;
    margin-top: -55rem;
  }
  .roadmap__title {
    font-size: 2.5rem;
  }
  .roadmap__ctitle {
    font-size: 2rem;
  }
  .roadmap__haidang {
    left: -2rem;
  }
}
@media (max-width: 480px) {
  .roadmap__title {
    font-size: 2rem;
  }
  .roadmap__card {
    padding: 2rem;
    gap: 2rem;
    border-radius: 1.6rem;
  }
  .roadmap__ctitle {
    font-size: 1.6rem;
  }
  .roadmap__haidang {
    left: -10rem;
  }
  .tpaper__tape1 {
    width: 100%;
  }
  .tpaper__element-06 {
    width: 100%;
  }
}
.de-courses {
  margin: 14.4rem 0;
}
.de-courses__bg {
  position: relative;
  width: 100%;
}
.de-courses__hero {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 10rem;
       column-gap: 10rem;
  align-items: center;
  margin-bottom: 3rem;
}
.de-courses__hero-text {
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
  z-index: 3;
  position: relative;
}
.de-courses__title {
  font-size: 3.89rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 70px */
  letter-spacing: -1.4px;
  font-family: var(--font-family);
}
.de-courses__subtitle {
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  color: #555;
  font-family: var(--font-header);
}
.de-courses__hero-media {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.de-courses__photo-wrapper {
  position: relative;
  z-index: 3;
}
.de-courses__photo {
  max-width: 551px;
  height: auto;
  width: 100%;
  position: relative;
  z-index: 2;
  right: 7.5rem;
}
.de-courses__tape {
  left: 38%;
  top: -3rem;
  position: relative;
  z-index: 3;
}
.de-courses__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}
.de-courses__bg-line {
  display: flex;
  height: 52.9rem;
  align-items: center;
  gap: 5.2rem;
  position: absolute;
  right: 0;
  top: -7.2rem;
}

.course-card {
  position: relative;
  z-index: 3;
  margin-top: 30px;
  display: block;
  padding: 24px;
  border-radius: 20px 20px 0 0;
  width: 100%;
  border-bottom: 2px solid #FFE8DB;
  /* When open */
  /* Title looks clickable */
}
.course-card__collapse {
  overflow: hidden;
  transition: padding-top 0.35s ease, opacity 0.3s ease;
  opacity: 0;
  padding-top: 0;
  display: flex;
  align-items: end;
  justify-content: space-between;
  height: 0;
}
.course-card.course-card--open .course-card__collapse {
  opacity: 1;
  padding-top: 7rem;
}
.course-card__title {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.course-card__title {
  font-family: var(--font-family);
  font-size: 29px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 29px */
  letter-spacing: 0.29px;
}
.course-card__subtitle {
  font-family: var(--font-header);
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 25.2px */
  flex: 1.3;
}
.course-card__empty {
  flex: 1;
}
.course-card__badges {
  display: flex;
  flex: 1;
  gap: 0.5rem;
  justify-content: end;
}
@media (max-width: 768px) {
  .course-card__badges {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
.course-card__badge {
  font-family: var(--font-header);
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

/* === BADGE COLORS BY COURSE TYPE === */
/* A1-B1 */
.course-card--a1-b1 .course-card__badge {
  background: #81CBFE;
  color: #01073E;
}

/* A1 */
.course-card--a1 .course-card__badge {
  background: #FFE8DB;
  color: #FE741A;
}

/* A2 */
.course-card--a2 .course-card__badge {
  background: #FFF67D;
  color: #000000;
}

/* B1 Prep */
.course-card--b1-prep .course-card__badge {
  background: #FFB3DF;
  color: #5D073F;
}

/* B1 */
.course-card--b1 .course-card__badge {
  background: #96FF6F;
  color: #1E7300;
}

.course-card__badges--a1-b1 {
  background: #01073E;
}

.course-card--a1-b1 {
  background: #CEEBFF;
}

.course-card--a1 {
  background: #FFF3EE;
}

.course-card--a2 {
  background: #FFFDD9;
}

.course-card--b1-prep {
  background: #FFE6F3;
}

.course-card--b1 {
  background: #E6FFD9;
}

.course-card {
  transition: transform 0.15s ease-out, box-shadow 0.15s ease-out;
}
.course-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 40px rgba(0, 0, 0, 0.06);
}

@media (max-width: 1300px) {
  .de-courses__title {
    font-size: 3.5rem;
  }
}
@media (max-width: 1200px) {
  .de-courses__title {
    font-size: 3rem;
  }
  .de-courses__hero {
    gap: 5rem;
  }
  .de-courses__bg-line {
    gap: 4.5rem;
  }
}
@media (max-width: 1130px) {
  .course-card__subtitle {
    flex: 1;
  }
  .course-card__empty {
    flex: 0;
  }
}
@media (max-width: 1030px) {
  .de-courses__bg-line {
    gap: 4rem;
  }
}
@media (max-width: 922px) {
  .de-courses__hero {
    grid-template-columns: 1fr;
    row-gap: 4rem;
  }
  .de-courses__hero-text {
    text-align: center;
    justify-items: center;
    display: flex;
  }
  .de-courses__tape {
    left: 32%;
  }
  .de-courses__photo {
    right: 4rem;
  }
  .de-courses__bg-line {
    gap: 5.2rem;
    right: 4.5rem;
    top: -5rem;
  }
}
@media (max-width: 768px) {
  .de-courses__tape {
    left: 45%;
  }
  .course-card__collapse {
    flex-direction: column;
    gap: 1rem;
    align-items: start;
  }
  .course-card.course-card--open .course-card__collapse {
    padding-top: 3rem;
    height: auto;
  }
}
.left-icon {
  position: absolute;
  left: 0;
  top: 0;
}

.success {
  position: relative;
  overflow: hidden;
  /* ====== LỚP NỀN CHUNG ====== */
  /* ====== VECTOR 2 – NỀN BE Z-INDEX 0 ====== */
  /* ====== BLOB TRÁI ====== */
  /* ====== GIẤY PHẢI ====== */
}
.success__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}
.success__vector2 {
  position: absolute;
  left: 0;
  transform: translateX(-50%);
  transform: translateY(60%);
}
.success__vector2 img {
  display: block;
  width: clamp(1100px, 100vw, 1600px);
  max-width: 1600px;
  height: auto;
}
.success__element06 {
  position: absolute;
  z-index: 1;
  top: clamp(4rem, 30vw, 40rem);
  left: clamp(-10rem, -12vw, -4rem);
}
.success__element06 img {
  display: block;
  width: clamp(260px, 32vw, 620px);
  height: auto;
}
.success__frame {
  position: absolute;
  z-index: 1;
  top: clamp(1rem, 14vw, 30rem);
  right: clamp(-6rem, -1vw, -2rem);
}
.success__frame img {
  display: block;
  width: clamp(120px, 12vw, 240px);
  height: auto;
}
.success__group {
  position: absolute;
  z-index: 1;
  top: clamp(1rem, 30vw, 40rem);
  right: clamp(-8rem, -10vw, -3rem);
}
.success__group img {
  display: block;
  width: clamp(240px, 26vw, 420px);
  height: auto;
}
.success__inner {
  display: flex;
  padding-bottom: 13.3rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3.3rem;
  align-self: stretch;
}
.success__vietduc {
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
  justify-content: center;
}
.success__text {
  color: #2A2A28;
  font-family: var(--font-header);
  font-size: 1rem;
  font-weight: 500;
  line-height: 110%;
  text-align: center;
  display: inline-block;
}
.success__text span {
  background: #CEEBFF;
}
.success__title {
  color: #2A2A28;
  text-align: center;
  font-family: "Feature Headline";
  font-size: 3.8rem;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -1.4px;
}
.success__subtitle {
  color: #2A2A28;
  text-align: center;
  font-family: "IBM Plex Sans";
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}
.success__cards {
  position: relative;
  width: 100%;
}
.success__card {
  position: relative;
  z-index: 3;
  display: flex;
  max-width: 60rem;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 3.8rem 4.4rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2.2rem;
  border-radius: 2.2rem;
  background: #CEEBFF;
  box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.06);
}
.success__content {
  color: #2A2A28;
  text-align: center;
  font-family: var(--font-family);
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.48px;
}
.success__name {
  color: #2A2A28;
  font-family: var(--font-header);
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 120%;
}
.success__info {
  display: flex;
  align-items: center;
  gap: 1.3rem;
}
.success__info span {
  color: #2A2A28;
  font-family: var(--font-header);
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 120%;
}

@media (max-width: 1285px) {
  .success__vector2 {
    transform: translateY(80%);
  }
  .success__vector2 img {
    width: clamp(1100px, 120vw, 1600px);
  }
  .success__frame {
    top: clamp(1rem, 25vw, 30rem);
  }
  .success__group {
    top: clamp(1rem, 40vw, 40rem);
  }
}
/* Ví dụ mixin desktop của bạn – bỏ phần phá vector2 cũ */
@media (max-width: 1200px) {
  .success__vector2 {
    left: -10rem;
  }
  .success__vector2 img {
    width: clamp(1100px, 120vw, 1600px);
  }
  .success__title {
    font-size: 3rem;
  }
}
@media (max-width: 1017px) {
  .success__vector2 {
    transform: translateY(100%);
  }
  .success__vector2 img {
    width: clamp(1100px, 130vw, 1600px);
  }
  .success__element06 {
    top: clamp(4rem, 60vw, 60rem);
  }
  .success__frame {
    top: clamp(1rem, 40vw, 50rem);
  }
  .success__group {
    top: clamp(1rem, 60vw, 80rem);
  }
}
@media (max-width: 768px) {
  .success__vector2 {
    transform: translateY(130%);
  }
  .success__vector2 img {
    width: clamp(1100px, 180vw, 1600px);
  }
  .success__element06 {
    top: clamp(4rem, 100vw, 100rem);
  }
  .success__frame {
    top: clamp(1rem, 80vw, 100rem);
  }
  .success__group {
    top: clamp(1rem, 100vw, 100rem);
  }
  .success__card {
    padding: 3rem 4rem;
  }
}
@media (max-width: 480px) {
  .success__vector2 {
    transform: translateY(200%);
  }
  .success__element06 {
    top: clamp(4rem, 150vw, 200rem);
  }
  .success__frame {
    top: clamp(1rem, 160vw, 200rem);
  }
  .success__group {
    top: clamp(1rem, 200vw, 200rem);
  }
  .success__card {
    padding: 1rem;
  }
  .success__info {
    flex-direction: column;
    justify-content: center;
  }
}
.commitment {
  background: var(--primary);
  display: flex;
  padding: 13.3rem 9rem;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  border-radius: 2.2rem;
}
.commitment__header {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.3rem;
  margin-bottom: 3.3rem;
}
.commitment__title {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  color: #F1F0EF;
  font-family: var(--font-family);
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -1.4px;
  text-align: center;
}
.commitment__icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.commitment__icon img {
  max-width: 100%;
  height: auto;
}
.commitment__main-text {
  grid-column: 2;
  text-align: center;
  word-break: break-word;
}
.commitment__subtitle {
  color: #F1F0EF;
  text-align: center;
  font-family: var(--font-header);
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 25.2px */
  max-width: 46.4remx;
  width: 100%;
}
.commitment__tags {
  display: grid;
  grid-template-columns: 1.5fr 2fr 2fr 1.5fr;
  gap: 0.6rem;
  margin-bottom: 1.2rem;
}
.commitment__tag {
  display: flex;
  padding: 0.8rem 1.3rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  border-radius: 5.5rem;
  border: 1px solid var(--Color-body-color, #F1F0EF);
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.03);
  color: white;
  text-decoration: none;
  transition: 0.3s ease;
}
.commitment__tag:hover {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4), rgba(235, 235, 235, 0.9));
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.commitment__content {
  display: flex;
  align-items: center;
}
.commitment__card {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: space-between;
  align-self: stretch;
  border-radius: 20px;
  background: #CF4600;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.14);
  overflow: hidden;
}
.commitment__left-content {
  display: flex;
  padding: 0 4.4rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 2.6rem;
  align-self: stretch;
  flex: 1;
}
.commitment__card-title {
  color: #F1F0EF;
  font-family: var(--font-family);
  font-size: 41px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 53.3px */
}
.commitment__card-text {
  color: #F1F0EF;
  font-family: var(--font-header);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 23.4px */
}
.commitment__right-image {
  align-self: stretch;
  flex: 1.5;
}
.commitment__right-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 1200px) {
  .commitment {
    padding: 12rem 1rem;
  }
}
@media (max-width: 922px) {
  .commitment__title {
    font-size: 3rem;
  }
  .commitment__content {
    grid-template-columns: 1fr;
  }
  .commitment__card {
    flex-direction: column;
    gap: 3rem;
  }
  .commitment__left-content {
    padding: 5rem 4.4rem;
  }
}
@media (max-width: 768px) {
  .commitment {
    padding: 12rem 0;
  }
  .commitment__title {
    font-size: 2.5rem;
  }
  .commitment__tags {
    display: none;
  }
  .commitment__card {
    gap: 1rem;
  }
  .commitment__left-content {
    padding: 5rem 2rem;
  }
}

.visa {
  display: flex;
  max-width: 1920px;
  width: 100%;
  padding: 240px 0 280px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 60px;
  overflow: hidden;
}
.visa__inner {
  display: flex;
  max-width: 1015px;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.visa__title {
  color: #2A2A28;
  text-align: center;
  /* Headline/H1/Medium */
  font-family: var(--font-family);
  font-size: 70px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 70px */
  letter-spacing: -1.4px;
}
.visa__desc {
  color: #2A2A28;
  text-align: center;
  /* Body text/lg/Regular */
  font-family: var(--font-header);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
}
.visa__scroll {
  position: relative;
  width: 100%;
  max-width: 1920px;
}
.visa__slider {
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
  z-index: 5;
  overflow-x: auto;
  scroll-behavior: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.visa__slider::-webkit-scrollbar {
  display: none;
}
.visa__card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 12px 26px 12px;
  gap: 14px;
  flex: 0 0 auto;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0 6px 18px 0 rgba(0, 0, 0, 0.04);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.visa__info {
  padding: 1rem;
}
.visa__name {
  font-size: 0.95rem;
  font-weight: 600;
}
.visa__job {
  font-size: 0.85rem;
  color: #777;
}
.visa__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: white;
  border: none;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  font-size: 1.5rem;
  z-index: 10;
}
.visa__nav--left {
  left: -10px;
}
.visa__nav--right {
  right: -10px;
}
.visa__background {
  inset: 0;
  pointer-events: none;
}
.visa__element06 {
  position: absolute;
  left: clamp(1rem, 2vw, 6rem);
  bottom: clamp(-12rem, -15vw, -6rem);
}
.visa__element06 img {
  display: block;
  height: auto;
  width: 30rem;
}
.visa__xegiay {
  position: absolute;
  left: clamp(8rem, 20vw, 30rem);
  bottom: clamp(-12rem, -13vw, -6rem);
  z-index: 1;
}
.visa__xegiay img {
  display: block;
  height: auto;
  width: 50rem;
}
.visa__vector {
  position: absolute;
  left: clamp(4rem, 12vw, 16rem);
  bottom: clamp(1rem, 6vw, 4rem);
  z-index: 2;
}
.visa__vector img {
  display: block;
  height: auto;
  width: 50rem;
}

.germany {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  overflow: hidden;
  margin-bottom: 240px;
  /* IMAGE GRID */
}
.germany__card {
  display: flex;
  padding: 0 80px;
  height: 774px;
  justify-content: space-between;
  align-self: stretch;
  border-radius: 40px;
  background: #FDE99B;
  background-blend-mode: overlay, normal;
  box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.06);
  gap: 5rem;
}
.germany__content {
  flex: 1;
  display: flex;
  padding: 100px 0;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
}
.germany__top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}
.germany__subtitle {
  color: #2A2A28;
  font-family: var(--font-header);
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 19.8px */
  text-transform: uppercase;
}
.germany__title {
  color: #2A2A28;
  font-family: var(--font-family);
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 60px */
  letter-spacing: -1.2px;
}
.germany__desc {
  color: #2A2A28;
  font-family: var(--font-header);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
}
.germany__btn {
  display: inline-block;
  padding: 12px 24px;
  text-decoration: none;
  gap: 10px;
  border-radius: 100px;
  border: 1px solid #F1F0EF;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.1);
}
.germany__btn span {
  color: #2A2A28;
  font-family: var(--font-header);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
}
.germany__btn:hover {
  background: #fff3c1;
  box-shadow: 2px 6px 16px 2px rgba(0, 0, 0, 0.1);
}
.germany__gallery {
  position: relative;
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 160px;
  gap: 1rem;
}
.germany__gallery::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 120px;
  background: linear-gradient(to bottom, rgb(253, 233, 155) 0%, rgba(253, 233, 155, 0) 100%);
  pointer-events: none;
  z-index: 5;
}
.germany__gallery::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 120px;
  background: linear-gradient(to top, rgb(253, 233, 155) 0%, rgba(253, 233, 155, 0) 100%);
  pointer-events: none;
  z-index: 5;
}
.germany__img {
  height: 382.581px;
  align-self: stretch;
  aspect-ratio: 303.5/382.58;
  border-radius: 24px;
}
.germany__left-scroll, .germany__right-scroll {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  will-change: transform;
}

.icon {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
.icon__box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
.icon__title {
  color: #2A2A28;
  font-family: var(--font-header);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 25.2px */
}
.icon__sub {
  color: #2A2A28;
  font-family: var(--font-header);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
}

.faq {
  padding: 6rem 0;
  background: #fff;
  /* LEFT SECTION */
  /* RIGHT SECTION */
}
.faq__container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 4rem;
}
@media (max-width: 992px) {
  .faq__container {
    grid-template-columns: 1fr;
  }
}
.faq__intro {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.faq__title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.1;
}
.faq__desc {
  color: #666;
  font-size: 1rem;
  max-width: 330px;
}
.faq__button {
  margin-top: 1rem;
  padding: 0.8rem 1.6rem;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 100px;
  font-size: 0.9rem;
  cursor: pointer;
  transition: 0.2s ease;
}
.faq__button:hover {
  background: #f5f5f5;
}
.faq__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.faq__item {
  border-radius: 8px;
  border: 1px solid #f1f1f1;
  overflow: hidden;
  background: #fafafa;
}
.faq__item--active {
  background: #f7f3ef;
}
.faq__item--active .faq__icon {
  transform: rotate(180deg);
}
.faq__question {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 1.3rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq__question:hover {
  background: #f5f5f5;
}
.faq__icon {
  transition: 0.3s ease;
  font-size: 1rem;
}
.faq__answer {
  padding: 1rem 1.5rem 1.5rem;
  color: #444;
  font-size: 0.95rem;
  line-height: 1.5;
}
.faq__answer p + p {
  margin-top: 0.7rem;
}/*# sourceMappingURL=styles.css.map */