/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 *
 *= require vendor/tom-select
 *= require_self
*/



body {
  font-family: "Montserrat", sans-serif;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
}

.header {
  background-color: #f5f1e8;
}

.header .villagehood-logo {
  width: 100%;
  max-width: 200px;
  height: auto;
  margin: 30px auto 0 auto;
}

.hero {
  background: url("/assets/hero-image-be4396ec.jpg") no-repeat center center/cover;
  background-position: center 60%;
  height: 80vh;
  position: relative;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

.hero-overlay .villagehood-logo {
  width: 40%;
  min-width: 325px;
  height: auto;
  margin-bottom: 1rem;
}

.hero-headline {
  font-size: 32px;
  font-weight: 400;
  font-family: "Playfair Display", sans-serif;
  line-height: 1.2;
  color: white;
}

.hero .hero-copy {
  font-size: 1.25rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
}

.hero-coming-soon {
  font-size: 20px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
  color: white;
}

.feature-icon {
  height: 40px;
  margin-bottom: 1rem;
}

.testimonial {
  background-color: #f5f1e8;
  padding: 80px 0;
}

.testimonial-content {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.testimonial-profile-img {
  border-radius: 50%;
  width: 120px;
  height: 120px;
  object-fit: cover;
  margin-bottom: 8px;
}

.testimonial-quote-icon {
  margin: -10px 0 -20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-quote-icon-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.testimonial-quote {
  font-size: 24px;
  line-height: 1.6;
  color: #2E2E2C;
  font-family: "Playfair Display", serif;
  font-style: normal;
  margin: 0;
  padding: 0 20px;
}

.testimonial-quote em {
  font-style: italic;
  color: #2E2E2C;
}

.testimonial-author {
  margin-top: 8px;
  font-family: "Montserrat", sans-serif;
}

.testimonial-author-name {
  font-weight: 700;
  font-size: 14px;
  color: #2E2E2C;
}

.testimonial-author-location {
  font-weight: 400;
  font-size: 14px;
  color: #2E2E2C;
}

.app-store-badge {
  height: 50px;
}

.landing-page {
  color: #312a20;
}

.works-item h5 {
  font-weight: 500;
}

.icon-box {
  background-color: #fbeadb;
  /* soft pink */
  border-radius: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  margin-bottom: 1rem;
}

/* How It Works Section */
.how-it-works-section {
  background-color: #f5f1e8;
  padding: 80px 0;
}

.how-it-works-title {
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 3px;
  color: #2E2E2C;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-family: "Montserrat", sans-serif;
}

.how-it-works-row {
  align-items: flex-start;
}

.how-it-works-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.how-it-works-heading {
  font-size: 24px;
  font-weight: 400;
  color: #2E2E2C;
  margin-top: 40px;
  font-family: "Playfair Display", serif;
}

.how-it-works-description {
  font-size: 14px;
  color: #2E2E2C;
  line-height: 1.6;
  margin-top: 5px;
  margin-bottom: 32px;
  font-family: "Montserrat", sans-serif;
  max-width: 280px;
  letter-spacing: 1px;
}

.how-it-works-phone-mockup {
  width: 100%;
  max-width: 280px;
  border: 3px solid #1a1a1a;
  border-radius: 24px;
  padding: 8px;
  background-color: #1a1a1a;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.how-it-works-screenshot {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
}

/* Become a Host Section */
.become-a-host-section {
  position: relative;
  min-height: 600px;
  overflow: hidden;
}

.become-a-host-background {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 600px;
}

.become-a-host-bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
  position: absolute;
  top: 0;
  left: 0;
}

.become-a-host-overlay {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 0;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.2) 0%, transparent 60%);
}

.become-a-host-content {
  max-width: 600px;
  text-align: center;
  color: white;
  padding: 40px;
  z-index: 10;
  margin: 0 auto;
}

.become-a-host-heading {
  margin: 0 0 24px 0;
  line-height: 1.2;
}

.become-a-host-heading-large {
  font-size: 60px;
  font-weight: 300;
  font-family: "Playfair Display", serif;
  line-height: 1.1;
  letter-spacing: 2px;
}

.become-a-host-description-title {
  font-size: 16px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 10px;
}

.become-a-host-description {
  font-size: 16px;
  line-height: 1.6;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  margin: 0 auto 0 auto;
  max-width: 450px;
}

.become-a-host-button {
  display: inline-block;
  padding: 14px 32px;
  background-color: #8b7fa8;
  border: 2px solid #8b7fa8;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  transition: background-color 0.3s ease;
  border: none;
  cursor: pointer;
  margin-top: 40px;
}

.become-a-host-button:hover {
  background-color: #685d84;
  border-color: #685d84;
  color: white;
  text-decoration: none;
}

/* Responsive Design for Become a Host */
@media (max-width: 991.98px) {
  .become-a-host-overlay {
    justify-content: center;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 50%, transparent 100%);
  }

  .become-a-host-content {
    text-align: center;
    max-width: 100%;
  }

  .become-a-host-heading-large {
    font-size: 36px;
  }

  .become-a-host-description {
    max-width: 100%;
  }
}

/* Perks of Becoming a Host Section */
.perks-host-section {
  background-color: #f5f1e8;
  padding: 30px 0;
}

.perks-host-header {
  text-align: center;
  padding: 0 40px;
}

.perks-host-title {
  font-size: 42px;
  font-weight: 400;
  margin: 0 auto;
  max-width: 500px;
  color: #2E2E2C;
  font-family: "Playfair Display", serif;
  margin-bottom: 24px;
}

.perks-host-subtitle {
  font-size: 16px;
  color: #2E2E2C;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto;
}

.perks-host-column {
  margin-bottom: 40px;
}

.perks-host-column-content {
  padding: 40px 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.perks-host-icon {
  font-size: 100px;
  text-align: center;
}

.perks-host-column-title {
  font-size: 24px;
  font-weight: 300;
  color: #2E2E2C;
  font-family: "Playfair Display", serif;
  margin-bottom: 20px;
  text-align: center;
  font-style: italic;
}

.perks-host-list {
  list-style: none;
  padding: 0;
  margin: 0;
  flex-grow: 1;
}

.perks-host-list li {
  font-size: 14px;
  color: #2E2E2C;
  font-family: "Montserrat", sans-serif;
  line-height: 1.6;
  margin-bottom: 12px;
  padding-left: 20px;
  position: relative;
}

.perks-host-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #2E2E2C;
  font-weight: 400;
}

.perks-host-cta {
  text-align: center;
  padding: 0 40px 60px 40px;
  max-width: 900px;
  margin: 0 auto;
}

.perks-host-cta .perks-host-list {
  display: block;
  text-align: center;
  width: 100%;
}

.perks-host-cta .perks-host-list li {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.perks-host-cta .perks-host-list li::before {
  position: static;
  content: "•";
}

.perks-host-cta-title {
  font-size: 36px;
  font-weight: 400;
  color: #2E2E2C;
  font-family: "Playfair Display", serif;
  margin-bottom: 24px;
}

.perks-host-cta-description {
  font-size: 16px;
  color: #2E2E2C;
  font-family: "Montserrat", sans-serif;
  line-height: 1.6;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.perks-host-cta-button {
  display: inline-block;
  padding: 14px 40px;
  background-color: #8b7fa8;
  border: 2px solid #8b7fa8;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  transition: background-color 0.3s ease;
  border: none;
  cursor: pointer;
  margin-top: 32px;
}

.perks-host-cta-button:hover {
  background-color: #685d84;
  border-color: #685d84;
  color: white;
  text-decoration: none;
}

/* Responsive Design for Perks Section */
@media (max-width: 991.98px) {
  .perks-host-title {
    font-size: 32px;
  }

  .perks-host-cta-title {
    font-size: 28px;
  }

  .perks-host-column-content {
    margin-bottom: 20px;
  }
}

.testimonial blockquote {
  font-family: "Playfair Display", serif;
}

.footer {
  background-color: #B8AFC7;
  /* dark brown */
  color: white;
  padding: 1rem;
  text-align: center;
}

/* Waitlist Section Styles */
.waitlist-section {
  min-height: 600px;
  background-color: #f5f1e8;
}

.waitlist-image-container {
  position: relative;
  overflow: hidden;
  min-height: 500px;
}

.waitlist-image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 500px;
}

.waitlist-hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.waitlist-phone-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.waitlist-phone-mockup {
  width: 280px;
  height: 560px;
  background: #1a1a1a;
  border-radius: 40px;
  padding: 12px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.waitlist-phone-screen {
  width: 100%;
  height: 100%;
  background: #f5f1e8;
  border-radius: 32px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.waitlist-map-preview {
  width: 100%;
  height: 60%;
  background: linear-gradient(135deg, #e8e0d3 0%, #d4c9b8 50%, #c4b8a5 100%);
  border-radius: 12px;
  position: relative;
  margin-bottom: 20px;
}

.waitlist-map-preview::before {
  content: "";
  position: absolute;
  top: 20%;
  left: 10%;
  width: 30%;
  height: 20%;
  background: #a8c5a8;
  border-radius: 4px;
}

.waitlist-map-preview::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20%;
  height: 15%;
  background: #87ceeb;
  border-radius: 4px;
}

.waitlist-overlay-button {
  background: #8b7fa8;
  color: white;
  border: none;
  border-radius: 12px;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(139, 127, 168, 0.3);
  transition: all 0.3s ease;
  font-family: "Playfair Display", serif;
}

.waitlist-overlay-button:hover {
  background: #7a6d95;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(139, 127, 168, 0.4);
}

.waitlist-form-container {
  background-color: #f5f1e8;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 40px;
}

.waitlist-form-content {
  max-width: 500px;
  width: 100%;
}

.waitlist-header-label {
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 3px;
  color: #2E2E2C;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-family: "Montserrat", sans-serif;
}

.waitlist-title {
  font-size: 42px;
  font-weight: 400;
  color: #2E2E2C;
  margin-bottom: 24px;
  line-height: 1.2;
  font-family: "Playfair Display", serif;
}

.waitlist-title em {
  font-style: italic;
  color: #2E2E2C;
}

.waitlist-description {
  font-size: 16px;
  color: #2E2E2C;
  line-height: 1.6;
  margin-bottom: 32px;
  font-family: "Montserrat", sans-serif;
}

.waitlist-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.waitlist-form-field {
  position: relative;
}

.waitlist-input {
  width: 100%;
  padding: 14px 20px;
  border: 2px solid #69584F;
  border-radius: 0;
  background-color: white;
  font-size: 14px;
  color: #5a4a3a;
  transition: border-color 0.3s ease;
  font-family: "Montserrat", sans-serif;
}

.waitlist-input:focus {
  outline: none;
  border-color: #8b7fa8;
}

.waitlist-input::placeholder {
  color: #705e4c;
}

.waitlist-input.is-invalid {
  border-color: #dc3545;
}

.waitlist-input option {
  color: #5a4a3a;
  background-color: white;
}

.waitlist-input select,
select.waitlist-input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-repeat: no-repeat;
  background-position: right 20px center;
  padding-right: 50px;
  cursor: pointer;
  color: #705e4c;
}

.waitlist-field-hint {
  display: block;
  font-size: 12px;
  color: #8b6f47;
  margin-top: 4px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.waitlist-form .invalid-feedback {
  color: #dc3545;
  font-size: 14px;
  margin-top: 4px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.waitlist-checkbox-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.waitlist-checkbox {
  margin-top: 4px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  accent-color: #8b7fa8;
}

.waitlist-checkbox-label {
  font-size: 14px;
  color: #2E2E2C;
  line-height: 1.5;
  cursor: pointer;
}

.waitlist-link {
  color: #8b7fa8;
  text-decoration: none;
}

.waitlist-link:hover {
  text-decoration: underline;
}

.waitlist-submit-btn {
  width: 100%;
  padding: 14px 32px;
  background-color: #8b7fa8;
  border: 2px solid #8b7fa8;
  border-radius: 4px;
  color: white;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: "Montserrat", sans-serif;
  margin-top: 8px;
}

.waitlist-submit-btn:hover {
  background-color: #685d84;
  border-color: #685d84;
}

.waitlist-success-message {
  margin-top: 16px;
}

.waitlist-success-text {
  font-size: 16px;
  color: #9177ba;
  line-height: 1.6;
  font-family: "Montserrat", sans-serif;
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .waitlist-image-container {
    min-height: 400px;
  }

  .waitlist-phone-mockup {
    width: 200px;
    height: 400px;
  }

  .waitlist-form-container {
    padding: 40px 20px;
  }

  .waitlist-title {
    font-size: 32px;
  }
}

/* Your Village is Waiting Section */
.village-waiting-section {
  position: relative;
  min-height: 500px;
  overflow: hidden;
}

.village-waiting-background {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 500px;
}

.village-waiting-bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  position: absolute;
  top: 0;
  left: 0;
}

.village-waiting-overlay {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 0;
  background: rgba(0, 0, 0, 0.2);
}

.village-waiting-content {
  margin: 0 auto;
  text-align: center;
  color: white;
  z-index: 10;
  max-width: 800px;
}

.village-waiting-headline {
  font-size: 56px;
  font-weight: 400;
  font-family: "Playfair Display", serif;
  margin-bottom: 32px;
  line-height: 1.2;
  color: white;
}

.village-waiting-text {
  font-size: 18px;
  line-height: 1.8;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: white;
  letter-spacing: 2px;
}

/* Social Links Section */
.social-links-section {
  background-color: #fafafa;
  padding: 40px 0;
}

.social-links-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
}

.social-links-title {
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 3px;
  color: #2E2E2C;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-family: "Montserrat", sans-serif;
}

.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: #2E2E2C;
  color: white;
  text-decoration: none;
  transition: transform 0.3s ease, background-color 0.3s ease;
  border-radius: 50%;
  font-size: 20px;
}

.social-link:hover {
  transform: translateY(-3px);
  background-color: #8b7fa8;
  color: white;
  text-decoration: none;
}

.social-link i {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Responsive Design for Village Waiting Section */
@media (max-width: 991.98px) {
  .village-waiting-headline {
    font-size: 42px;
  }

  .village-waiting-text {
    font-size: 16px;
  }

  .social-links-content {
    gap: 24px;
  }
}
