
/* =========================================
   Hero Section
========================================= */

.hero-section {
  background: #FAF9F6;
  padding: 50px 70px 0px;
}

.hero-container {
  width: 100%;
  margin: 0 auto;
  text-align: center;
 
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: center;
}

.hero-left {
  text-align: left;
}

.section-title.hero {
  text-align: left;
}

.hero-left p {
  font-family: "Playfair Display";
  font-size: 16px;
  line-height: 1.05;
  color: #354230b0;
  margin-bottom: 10px;
}

.hero-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin-top: 30px;
}



.hero-right {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-image {
  width: 100%;
  height: auto;
  display: block;
}

/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .hero-section {
    padding: 60px 100px;
  }

  .hero-grid {
    gap: 35px;
  }

  .hero-left p {
    font-size: 16px;
  }

  .support-list span {
    font-size: 15px;
    padding: 8px 12px;
  }
}

/* Mobile */
@media only screen and (max-width: 767px) {
  .hero-section {
    padding: 60px 30px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 35px;
    margin-top: 35px;
  }

  .hero-left {
    text-align: center;
  }

  .section-title.hero {
  text-align: center;
  }


  .hero-left p {
    font-size: 16px;
    line-height: 1.25;
  }

  .support-list {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .support-list span {
    min-height: 42px;
    font-size: 16px;
  }

  .hero-buttons {
    margin-top: 35px;
    flex-wrap: wrap;
    justify-content: center;
  }
}


/* =========================================
   Corporate Collaboration Section
========================================= */

.corporate-collaboration-section {
  width: 100%;
  background: #FAF9F6;
  padding: 75px 22px 70px;
  box-sizing: border-box;
}

.corporate-collaboration-container {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}


.corporate-collaboration-desc {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 18px;
  line-height: 1.05;
  color: #354230;
  margin: 0 0 56px;
}

.corporate-collaboration-form {
  width: 100%;
  max-width: 575px;
  margin: 0 auto;
}

.corporate-collaboration-form input,
.corporate-collaboration-form select {
  width: 100%;
  height: 50px;
  border: 2px solid #354230;
  border-radius: 40px;
  background: transparent;
  padding: 0 18px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 14px;
  color: #354230;
  outline: none;
  box-sizing: border-box;
}

.corporate-collaboration-form input::placeholder {
  color: #b8b8b8;
}

.corporate-collaboration-form > input {
  margin-bottom: 12px;
}

.corporate-form-row {
  display: grid;
  grid-template-columns: 1fr auto 0.65fr;
  gap: 16px;
  align-items: center;
  margin-bottom: 56px;
}

.corporate-interest-label {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 14px;
  color: #b8b8b8;
  white-space: nowrap;
}

.corporate-collaboration-form select {
  cursor: pointer;
}

.corporate-collaboration-form button {
  border: 1px solid #354230;
  background: #354230;
  color: #FFFFFF;
  font-family: "The Seasons", Georgia, serif;
  font-size: 18px;
  font-weight: 600;
  padding: 16px 26px;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.corporate-collaboration-form button:hover {
  background: #d9c5a3;
  color: #354230;
}

/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 1024px) {

  .corporate-collaboration-desc {
    font-size: 16px;
  }
}

/* Mobile */
@media only screen and (max-width: 767px) {
  .corporate-collaboration-section {
    padding: 58px 18px 60px;
  }

  .corporate-collaboration-desc {
    font-size: 15px;
    line-height: 1.25;
    margin-bottom: 38px;
  }

  .corporate-form-row {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 34px;
  }

  .corporate-interest-label {
    text-align: left;
    padding-left: 14px;
  }

  .corporate-collaboration-form button {
    font-size: 15px;
    padding: 14px 22px;
  }
}

/* =========================================
   Privacy Visit Section
========================================= */

.privacy-visit-section {
  width: 100%;
  background: #FAF9F6;
  padding: 40px 70px;
  box-sizing: border-box;
}

.privacy-visit-container {
  width: 100%;
  margin: 0 auto;
}

.privacy-visit-top {
  display: grid;
  grid-template-columns: 1.8fr 0.8fr;
  gap: 60px;
  align-items: start;
  margin-bottom: 65px;
}

.privacy-visit-title {
  font-family: "The Seasons", Georgia, serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1;
  color: #354230;
  margin: 0 0 14px;
}

.privacy-visit-left p {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 14px;
  line-height: 1.15;
  color: #354230;
  margin: 0;
}

.privacy-visit-right {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.privacy-info-item {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 12px;
  align-items: start;
}

.privacy-icon {
  font-size: 16px;
  color: #354230;
  line-height: 1.2;
}

.privacy-info-item h3 {
  font-family: "The Seasons", Georgia, serif;
  font-size: 20px;
  font-weight: 400;
  color: #354230;
  margin: 0 0 10px;
}

.privacy-info-item p {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 12px;
  line-height: 1.1;
  color: #354230;
  margin: 0;
}

.privacy-map-wrap {
  width: 100%;
  border: 3px solid #354230;
  border-radius: 18px;
  overflow: hidden;
  box-sizing: border-box;
}

.privacy-map-wrap img {
  width: 100%;
  height: 245px;
  object-fit: cover;
  display: block;
}

.privacy-visit-button {
  display: flex;
  justify-content: center;
  margin-top: 38px;
}

/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .privacy-visit-top {
    grid-template-columns: 1.3fr 0.9fr;
    gap: 35px;
  }

  .privacy-visit-title {
    font-size: 28px;
  }

  .privacy-map-wrap img {
    height: 230px;
  }
}

/* Mobile */
@media only screen and (max-width: 767px) {
  .privacy-visit-section {
    padding: 55px 18px;
  }

  .privacy-visit-top {
    grid-template-columns: 1fr;
    gap: 35px;
    margin-bottom: 42px;
  }

  .privacy-visit-title {
    font-size: 26px;
    line-height: 1.05;
  }

  .privacy-visit-left p br {
    display: none;
  }

  .privacy-map-wrap {
    border-radius: 14px;
  }

  .privacy-map-wrap img {
    height: 230px;
  }
}
