:root {
  --global-brand-1300: #190904;
  --global-brand-1200: #40170a;
  --global-brand-1100: #66250f;
  --global-brand-1000: #8c3315;
  --global-brand-900: #b2411b;
  --global-brand-800: #d84f20;
  --global-brand-700-main: #fe5d26;
  --global-brand-600: #fe7547;
  --global-brand-500: #fe8e67;
  --global-brand-400: #fea688;
  --global-brand-300: #ffefe9;
  --global-brand-200: #fff7f4;
  --global-brand-100: #fffcfb;
  --global-base-background: #f9f9f9;
  --global-base-white: #fff;
  --global-neutral-grey-1300: #0a090b;
  --global-neutral-grey-1200: #1d1c20;
  --global-neutral-grey-1100: #2d2b32;
  --global-neutral-grey-1000: #4f4d55;
  --global-neutral-grey-900: #7f7d83;
  --global-neutral-grey-800: #adacb0;
  --global-neutral-grey-700: #c9c9cc;
  --global-neutral-grey-600: #dcdcde;
  --global-neutral-grey-500: #e6e6e6;
  --global-neutral-grey-400: #ececed;
  --global-neutral-grey-300: #f1f1f1;
  --global-neutral-grey-200: #f8f8f8;
  --global-neutral-grey-100: #fdfdfd;
  --global-flat-grey-500: #ccc;
  --global-flat-grey-300: #efefef;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  background-color: var(--global-base-white);
  color: var(--global-neutral-grey-1300);
}

.container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 80px;
  padding-right: 80px;
}

.navbar-content {
  text-align: center;
  margin-bottom: 1px;
}

.logo {
  height: 32px;
}

.hero {
  background-color: rgba(254, 93, 38, 0.05);
  padding: 40px 0;
}

.hero-content {
  display: flex;
  gap: 208px;
  align-items: center;
}

.hero-text {
  flex: 1;
}

.tagline {
  color: var(--global-brand-700-main);
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: -0.02px;
}

.title {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -3.264px;
  margin-top: 0;
  margin-bottom: 16px;
  color: var(--Text-Primary, #101010);
}

.subtitle {
  font-size: 18px;
  margin-bottom: 40px;
  font-weight: normal;
  line-height: 1.33;
  letter-spacing: -0.18px;
}

.waitlist-form {
  display: flex;
  gap: 8px;
  flex-wrap: nowrap;
}

.waitlist-form input,
.waitlist-form select {
  height: 48px;
  padding: 0px 12px;
  color: var(--global-neutral-grey-1300);
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 550;
  line-height: 20px;
  letter-spacing: -0.02px;
  border: 2px solid var(--global-neutral-grey-500);
  border-radius: 12px;
  background-color: var(--global-base-white);
  flex: 1 0 0;
  min-width: 200px;
}

.waitlist-form select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%230a090b' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
  align-items: center;
  transition: all 0.3s ease-in-out;
}

.waitlist-form button {
  background-color: var(--global-neutral-grey-1300);
  color: var(--global-base-white);
  border: none;
  height: 48px;
  padding: 0 24px;
  font-size: 16px;
  border-radius: 12px;
  cursor: pointer;
  font-weight: 600;
  letter-spacing: -0.18px;
  flex-shrink: 0;
}

.hero-image {
  width: 448px;
  height: 600px;
  border-radius: 10000px 10000px 400px 400px;
  overflow: hidden;
  background-color: var(--global-neutral-grey-300);
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.how-it-works {
  padding: 0;
  text-align: center;
  background-color: var(--global-base-background, #f9f9f9);
}

.highlight {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: var(--global-brand-700-main);
}

.toggle-buttons {
  display: inline-flex;
  background-color: var(--global-neutral-grey-400);
  border-radius: 16px;
  padding: 4px;
}

.toggle-btn {
  display: flex;
  height: 40px;
  padding: 0px 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: var(--global-neutral-grey-900);
  border: none;
  border-radius: 12px;
  font-size: 16px;
  cursor: pointer;
  font-weight: 600;
  line-height: 1.38;
  letter-spacing: -0.18px;
  transition: all 0.3s ease;
}

.toggle-btn.active {
  background-color: var(--global-base-white);
  color: var(--global-neutral-grey-1300);
  box-shadow: 0px 1.5px 4px -1px rgba(10, 9, 11, 0.07);
}

.how-it-works .toggle-buttons {
  margin-bottom: 0;
}

.how-it-works .container {
  display: flex;
  padding: 120px 189px;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  align-self: stretch;
}

.features .container {
  display: flex;
  padding: 0 189px 120px;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.how-it-works-content {
  display: flex;
  width: 1062px;
  align-items: stretch;
  gap: 141px;
}

.steps {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
  text-align: left;
}

.sliding-card {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 32px;
  background-color: var(--global-base-white);
  box-shadow: 0px 16px 24px -6px rgba(10, 9, 11, 0.08), 0px 0px 3px -1px rgba(10, 9, 11, 0.04);
  transition: all 0.45s cubic-bezier(0.34, 1.3, 0.64, 1);
  z-index: 1;
}

/* A single step item */
.step {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  width: 406px;
  padding: 24px;
  border-radius: 32px;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.step-text-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* Active step card is now the sliding card */
.step.active {
  background-color: transparent;
  box-shadow: none;
}

/* Text styles */
.step h3 {
  font-family: 'Inter', sans-serif;
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.4px;
}

.step p {
  font-family: 'Inter', sans-serif;
  margin: 0;
  font-size: 14px;
  font-weight: 475;
  line-height: 20px;
  letter-spacing: -0.05px;
}

.step:not(.active) h3 {
  color: var(--global-neutral-grey-1300);
}

.step:not(.active) p {
  color: var(--global-neutral-grey-1000);
}

.step.active h3 {
  color: var(--global-neutral-grey-1300);
}

.step.active p {
  color: var(--global-neutral-grey-1000);
}

/* Icon Container */
.step-icon-container {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  border-radius: 12px;
  border: 2px solid var(--Global-Neutral-Grey-1300, #0A090B);
}

/* Inactive Icon Container */
.step:not(.active) .step-icon-container {
  background-color: transparent;
  border-color: var(--global-neutral-grey-600);
}

/* Active Icon Container */
.step.active .step-icon-container {
  background: var(--global-brand-700-main);
  border-color: var(--global-brand-700-main);
}

.step-icon {
  width: 32px;
  height: 32px;
  transition: background-color 0.3s ease;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  animation: draw-check 0.5s ease-in-out 0.2s forwards;
}

.step.active .step-icon {
  background-color: white;
}

.step:not(.active) .step-icon {
  background-color: var(--global-neutral-grey-1300);
}

.space-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  flex: 1;
}

.space-images.single-image {
  grid-template-columns: 1fr;
}

.space-images.single-image .image-card p {
  display: none;
}

.image-card {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 16px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 8px;
  border-radius: 32px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: var(--global-base-white);
  overflow: hidden;
}

.image-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.10) 65.22%, rgba(0, 0, 0, 0.50) 100%);
    z-index: 1;
}

.image-card p {
  color: var(--global-neutral-grey-100, #FDFDFD);
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 24px */
  letter-spacing: -0.4px;
  margin: 0;
  z-index: 2;
}

.section-title {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -2.4px;
  color: var(--global-neutral-grey-1300);
  text-align: center;
  margin-bottom: -16px;
}

.section-title .highlight {
  color: var(--global-brand-700-main);
}

.features,
.cta,
.faq,
.final-cta {
  padding: 0;
}

.features {
  background: var(--Global-Base-Background, #F9F9F9);
}

.features .section-title {
  /* Color will be inherited */
}

.feature-cards {
  display: flex;
  gap: 24px;
  margin-top: 40px;
  width: 100%;
}

.feature-card {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  border-radius: 32px;
  background: var(--Global-Base-White, #FFF);
  box-shadow: 0px 16px 24px -6px rgba(10, 9, 11, 0.08), 0px 0px 3px -1px rgba(10, 9, 11, 0.04);
  flex: 1;
  transition: transform 0.2s ease-out;
}

.feature-icon-container {
  display: inline-flex;
  padding: 0;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  width: 56px;
  height: 56px;
  transform: translateY(0);
}

.feature-text-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.feature-card img {
  width: 56px;
  height: 56px;
}

.feature-card h3 {
  align-self: stretch;
  color: var(--Global-Neutral-Grey-1300, #0A090B);
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 24px */
  letter-spacing: -0.4px;
  margin: 0;
}

.feature-card p {
  margin: 0;
}

.stagger-container.is-visible .image-card,
.stagger-container.is-visible .feature-card {
  opacity: 1;
  transform: translateY(0);
}

.stagger-container.is-visible .feature-card:hover {
  transform: translateY(-12px);
}

.stagger-container.is-visible .image-card:nth-child(1),
.stagger-container.is-visible .feature-card:nth-child(1) { transition-delay: 0s, 0.3s; }
.stagger-container.is-visible .image-card:nth-child(2),
.stagger-container.is-visible .feature-card:nth-child(2) { transition-delay: 0s, 0.4s; }
.stagger-container.is-visible .image-card:nth-child(3),
.stagger-container.is-visible .feature-card:nth-child(3) { transition-delay: 0s, 0.5s; }
.stagger-container.is-visible .image-card:nth-child(4) { transition-delay: 0s, 0.6s; }

.cta {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.20) 100%), url('assets/cta-background.jpg') no-repeat center / cover;
}

.cta-content {
  display: flex;
  padding: 120px 0;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  color: var(--global-base-white);
  width: 100%;
}

.cta-content h2 {
  color: var(--Text-Primary, #101010);
  text-align: center;
  font-family: "Bricolage Grotesque";
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 48px */
  letter-spacing: -2.4px;
  margin: 0;
  width: 624px;
}

.cta-text-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.cta-content p {
  color: var(--Global-Neutral-Grey-Alpha-1300, rgba(3, 2, 4, 0.97));
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 475;
  line-height: 28px; /* 140% */
  letter-spacing: -0.4px;
  width: 624px;
}

.faq {
  background-color: var(--global-base-background);
}

.faq .container {
  display: flex;
  padding: 120px 189px;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.faq .section-title {
  text-align: center;
}

.faq-items {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.faq-category-content {
  display: none;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.faq-category-content.active {
  display: flex;
}

.faq-item {
  background-color: var(--global-base-white);
  border-radius: 24px;
  padding: 24px 32px;
  border: 1px solid var(--global-neutral-grey-300);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-question p {
    margin: 0;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 133.333% */
    letter-spacing: -0.38px;
}

.faq-icon {
  position: relative;
  width: 24px;
  height: 24px;
}

.faq-icon svg {
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.faq-icon .icon-minus {
  opacity: 0;
  transform: rotate(-90deg);
}

.faq-item.open .faq-icon .icon-minus {
  opacity: 1;
  transform: rotate(0deg);
}

.faq-icon .icon-chevron {
  opacity: 1;
  transform: rotate(0deg);
}

.faq-item.open .faq-icon .icon-chevron {
  opacity: 0;
  transform: rotate(90deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out, margin-top 0.3s ease-in-out;
  color: var(--global-neutral-grey-900);
  margin-top: 0;
}

.faq-answer p {
    margin: 0;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.faq-item.open .faq-answer {
  max-height: 100px;
  margin-top: 8px;
}

.final-cta {
  padding: 0;
  background-color: var(--global-base-white);
}

.final-cta .container {
  display: flex;
  padding: 120px 189px;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  align-self: stretch;
}

.final-cta-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.final-cta-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.final-cta-p {
  color: var(--global-neutral-grey-1000);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.18px;
  margin: 0;
}

.no-spam {
  color: var(--global-neutral-grey-1000);
  font-size: 16px;
  line-height: 1.38;
  letter-spacing: -0.18px;
}

.final-cta .container > * {
  max-width: 800px;
  width: 100%;
}

.final-cta .waitlist-form {
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
}

footer {
  background: var(--global-base-white);
  color: var(--global-neutral-grey-1300);
  padding: 0;
  border-top: 1px solid var(--global-neutral-grey-500);
}

footer .container {
  display: flex;
  padding: 60px 189px;
  flex-direction: column;
  align-items: center;
  gap: 120px;
}

footer .logo {
  height: 32px;
}

footer p {
  margin: 0;
  font-size: 14px;
  color: var(--global-neutral-grey-900);
  line-height: 1.43;
  letter-spacing: -0.05px;
}

.success-component, .lady-at-home-component {
  display: flex;
  padding: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 40px;
  text-align: center;
  transition-delay: 300ms;
}

.success-component {
  background-color: var(--global-base-white);
}

.success-component .success-icon {
  /* No styles needed here now */
}

.checkmark-path {
  stroke-dasharray: 22;
  stroke-dashoffset: 22;
  animation: draw-check 0.5s ease-in-out 0.2s forwards;
}

@keyframes draw-check {
  to {
    stroke-dashoffset: 0;
  }
}

.success-component h2 {
  color: var(--Global-Neutral-Grey-1200, #1D1C20);
  text-align: center;
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 38.4px */
  letter-spacing: -0.96px;
  margin: 0;
}

.success-component p {
  color: var(--global-neutral-grey-1000);
  font-size: 18px;
  max-width: 400px;
  margin: 0;
  letter-spacing: -0.18px;
  line-height: 1.33;
}

.success-component p strong {
  color: var(--global-neutral-grey-1300);
  font-weight: 500;
}

.lady-at-home-component {
  background: url('assets/lady-at-home.jpg') lightgray 50% / cover no-repeat;
}

/* --- Publish Space Component --- */
.publish-space-component {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0px 1.5px 4px -1px rgba(10, 9, 11, 0.07);
  transition-delay: 400ms;
}

.publish-image {
  width: 100%;
  height: 380px;
  background: url('assets/apartment-zuid.jpg') lightgray 50% / cover no-repeat;
}

.publish-content {
  display: flex;
  padding: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
  background: var(--Global-Base-White, #FFF);
}

.publish-content h3 {
  color: var(--Grey-Primary, #262628);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.26px;
  margin: 0;
}

.location-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  color: var(--global-neutral-grey-1000);
}

.location-price .location {
  display: flex;
  align-items: center;
  gap: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: -0.18px;
  color: var(--Global-Neutral-Grey-1000, #4F4D55);
}

.location-price .location-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.location-price .price {
  font-weight: 600;
  color: var(--global-neutral-grey-1300);
}

.privacy-option {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.privacy-option input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  margin: 2px 0 0 0;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3e%3crect x='1' y='1' width='18' height='18' rx='4' fill='white' stroke='%23DCDCDE' stroke-width='2'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  flex-shrink: 0;
  transition: background-image 0.1s ease-in-out;
}

.privacy-option input[type="checkbox"]:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3e%3crect width='20' height='20' rx='5' fill='%23fe5d26'/%3e%3cpath d='M6 10.5L9 13.5L14.5 8' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}

.privacy-text {
  text-align: left;
}

.privacy-text label {
  color: var(--Global-Neutral-Grey-1300, #0A090B);
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: -0.18px;
}

.privacy-text p {
  font-size: 14px;
  color: var(--global-neutral-grey-1000);
  margin: 4px 0 0 0;
}

.publish-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  align-self: stretch;
}

.publish-actions button {
  display: flex;
  height: 40px;
  padding: 0px 14px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.btn-cancel {
  background-color: var(--global-base-white);
  border: 1.5px solid var(--global-neutral-grey-600);
  color: var(--global-neutral-grey-1300);
}

.btn-publish {
  background-color: var(--global-brand-700-main);
  border: none;
  color: var(--global-base-white);
}

/* --- Scroll Animation --- */
.animate-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out, transition-delay 0s;
}

.navbar-content.animate-on-scroll {
  transform: translateY(-30px);
}

.animate-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Staggered animation for cards */
.stagger-container .image-card,
.stagger-container .feature-card {
  opacity: 0;
  transform: translateY(30px);
  transition: transform 0.3s ease-out, opacity 0.4s ease-out;
}

.stagger-container.is-visible .image-card,
.stagger-container.is-visible .feature-card {
  opacity: 1;
  transform: translateY(0);
}

.stagger-container.is-visible .feature-card:hover {
  transform: translateY(-12px);
}

.stagger-container.is-visible .image-card:nth-child(1),
.stagger-container.is-visible .feature-card:nth-child(1) { transition-delay: 0s, 0.3s; }
.stagger-container.is-visible .image-card:nth-child(2),
.stagger-container.is-visible .feature-card:nth-child(2) { transition-delay: 0s, 0.4s; }
.stagger-container.is-visible .image-card:nth-child(3),
.stagger-container.is-visible .feature-card:nth-child(3) { transition-delay: 0s, 0.5s; }
.stagger-container.is-visible .image-card:nth-child(4) { transition-delay: 0s, 0.6s; }

/* --- Booking Request Component --- */
.booking-request-component {
  display: flex;
  flex: 1;
  flex-direction: column;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0px 1.5px 4px -1px rgba(10, 9, 11, 0.07);
  background: var(--Global-Base-White, #FFF);
  align-self: stretch;
}

.booking-image {
  height: 380px;
  background: url('assets/apartment2.jpg') lightgray 50% / cover no-repeat;
}

.booking-content {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
  background: var(--Global-Base-White, #FFF);
  flex-grow: 1;
}

.booking-title {
  font-size: 14px;
  color: var(--global-neutral-grey-1000);
  margin: 0;
}

.apartment-name {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  letter-spacing: -0.26px;
}

.booking-details {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--global-neutral-grey-300);
}

.detail-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  color: var(--global-neutral-grey-1000);
}

.total-row {
  color: var(--global-neutral-grey-1300);
  font-weight: 600;
}

.total-price {
  font-size: 20px;
}

.booking-actions {
  display: flex;
  gap: 12px;
  width: 100%;
  margin-top: auto;
}

.booking-actions button {
  flex: 1 0 0;
  height: 40px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  padding: 0 14px;
}

.booking-actions .btn-cancel {
  background-color: var(--global-base-white);
  border: 1.5px solid var(--global-neutral-grey-600);
  color: var(--global-neutral-grey-1300);
}

.booking-actions .btn-approve {
  background-color: var(--global-brand-700-main);
  border: none;
  color: var(--global-base-white);
}

.payout-component {
  display: flex;
  padding: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 40px;
  background-color: var(--global-base-white);
  transition-delay: 400ms;
}

.payout-component h2 {
  color: var(--Global-Neutral-Grey-1200, #1D1C20);
  text-align: center;
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 38.4px */
  letter-spacing: -0.96px;
  margin: 0;
  margin-top: 8px;
}

.payout-component p {
  color: var(--global-neutral-grey-1000);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 133.333% */
  letter-spacing: -0.18px;
  max-width: 400px;
  margin: 0;
}

.payout-component .success-icon {
  width: 120px;
  height: 120px;
}

.payout-component .success-icon svg {
  width: 120px;
  height: 120px;
}

.success-component {
  background-color: var(--global-base-white);
}

/* --- Responsive Styles --- */

/* Tablet */
@media (max-width: 1024px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .hero-content {
    flex-direction: column;
    gap: 64px;
    text-align: center;
  }

  .waitlist-form {
    justify-content: center;
  }

  .hero-image {
    width: 100%;
    max-width: 448px;
    height: auto;
    aspect-ratio: 448 / 600;
  }

  .how-it-works .container {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .how-it-works-content {
    flex-direction: column;
    gap: 40px;
    align-items: center;
  }

  .steps {
    width: 100%;
    max-width: 500px;
    flex: none;
  }

  .step {
    width: 100%;
  }

  .space-images,
  .publish-space-component,
  .booking-request-component,
  .success-component,
  .payout-component,
  .lady-at-home-component {
    width: 100%;
    max-width: 500px;
  }

  .feature-cards {
    flex-direction: column;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .title {
    font-size: 48px;
  }

  .subtitle {
    font-size: 16px;
  }

  .waitlist-form {
    flex-direction: column;
    align-items: stretch;
  }

  .section-title {
    font-size: 36px;
  }

  .how-it-works-content {
    gap: 32px;
  }

  .cta-content {
    padding: 60px 24px;
  }

  .cta-content h2 {
    font-size: 28px;
  }
}

.form-success-message {
  min-height: 48px;
  padding: 10px 0;
  text-align: left;
  color: var(--global-neutral-grey-1300);
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.05px;
}

.form-success-message strong {
  font-weight: 700;
}