.hero {
  padding: 5rem 0 2rem;
}

.kicker {
  display: inline-block;
  margin: 0 0 0.8rem;
  padding: 0.3rem 0.9rem;
  border: 1px solid rgba(63, 116, 94, 0.3);
  border-radius: 999px;
  background: rgba(63, 116, 94, 0.07);
  color: var(--accent);
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
}

.lead {
  max-width: 56ch;
  margin: 1rem 0 0;
  color: var(--muted);
  line-height: 1.7;
  font-family: "Ephesis", cursive;
  font-size: clamp(1.9rem, 3.4vw, 2.7rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.5rem;
}

.button {
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.25rem;
  border-radius: 12px;
  background: var(--accent);
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  font-weight: 600;
  letter-spacing: 0.01em;
  box-shadow: 0 2px 12px rgba(63, 116, 94, 0.22);
  transition: transform 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.button:hover,
.button:focus-visible {
  background: var(--accent-hover);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(63, 116, 94, 0.28);
}

.button-ghost {
  border: 1px solid var(--line);
  color: var(--text);
  background: rgba(255, 255, 255, 0.55);
  box-shadow: none;
}

.button-ghost:hover,
.button-ghost:focus-visible {
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 2px 10px rgba(33, 49, 42, 0.08);
}

.section {
  margin-top: 1.4rem;
}

.info-card,
.offer-card,
.contact-card {
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 253, 250, 0.8);
  box-shadow: 0 8px 30px rgba(39, 58, 45, 0.08);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.info-card:hover,
.offer-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 44px rgba(39, 58, 45, 0.13);
}

.section-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.8rem;
  margin: 0 0 1rem;
}

.section-head h2 {
  font-size: clamp(1.7rem, 4vw, 2.4rem);
}

.section-note,
.meta {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.announcement-grid,
.offer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.info-card,
.offer-card {
  padding: 1.3rem;
}

.info-card h3,
.offer-card h3 {
  margin-top: 0.6rem;
  font-size: clamp(1.5rem, 2.5vw, 1.9rem);
}

.info-card p {
  margin: 0.45rem 0 0;
  color: var(--muted);
  line-height: 1.6;
}

.info-card h2 {
  font-size: clamp(1.4rem, 2.2vw, 1.75rem);
  margin-top: 1.6rem;
  padding-top: 1.4rem;
  border-top: 1px solid var(--line);
}

.info-card h2:first-of-type {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.section-annonces {
  margin-top: 0.8rem;
}

.info-card-wide {
  width: 100%;
  padding: 1.6rem;
}

.announcement-grid-double {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
}

.retreat-card {
  display: flex;
  flex-direction: column;
}

.retreat-card h3 {
  font-size: clamp(1.8rem, 3vw, 2.3rem);
}

.retreat-illustration {
  position: relative;
  height: 210px;
  margin-bottom: 1rem;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #bfd0c4;
  background: linear-gradient(180deg, #d9efd7 0%, #f5fbf2 65%, #ecf4e8 100%);
}

.retreat-illustration-tibet {
  border-color: #c6bfd8;
  background: linear-gradient(180deg, #e4ddf6 0%, #f8f4ff 62%, #eee8fb 100%);
}

.retreat-illustration-tibet .mountain-back {
  background: #8f87b8;
}

.retreat-illustration-tibet .mountain-front {
  background: #6e6699;
}

.retreat-illustration-tibet .river {
  background: linear-gradient(90deg, #9188cc 0%, #aba0e1 55%, #9188cc 100%);
}

.sun {
  position: absolute;
  top: 24px;
  right: 48px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #fff4c8, #f7d88c);
}

.mountain {
  position: absolute;
  bottom: 50px;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.mountain-back {
  left: 80px;
  width: 270px;
  height: 140px;
  background: #93b89c;
}

.mountain-front {
  left: 260px;
  width: 320px;
  height: 165px;
  background: #6f9b7d;
}

.river {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 62px;
  background: linear-gradient(90deg, #7ab2c5 0%, #95cad8 55%, #7ab2c5 100%);
  border-top-left-radius: 55% 70%;
  border-top-right-radius: 45% 70%;
}

.price {
  margin: 0.55rem 0;
  color: var(--accent);
  font-weight: 700;
}

.info-list {
  margin: 0.8rem 0 1rem;
  padding: 0;
  display: grid;
  gap: 0.45rem;
}

.info-item {
  margin: 0;
  padding: 0.55rem 0.7rem;
  border: 1px solid #c7d6ca;
  border-radius: 10px;
  background: #f4faee;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.45rem 0.7rem;
  align-items: baseline;
}

.info-item dt {
  margin: 0;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #4a6458;
  font-weight: 700;
}

.info-item dd {
  margin: 0;
  color: #24352d;
  font-weight: 600;
}

.offer-card ul {
  margin: 0;
  padding-left: 1.05rem;
  color: var(--muted);
  line-height: 1.55;
}

.course-cta-wrap {
  margin: 1rem 0 0;
}

.featured-offer {
  position: relative;
  border-color: #b9ccbf;
  background: linear-gradient(145deg, rgba(239, 247, 232, 0.85), rgba(255, 253, 250, 0.92));
}

.badge {
  display: inline-block;
  margin: 0 0 0.3rem;
  padding: 0.18rem 0.6rem;
  font-size: 0.72rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--accent);
  border: 1px solid #bfd3c6;
  border-radius: 999px;
  background: #f4faee;
}

.contact-card {
  padding: 2rem 2rem 2rem;
}

.contact-card h2 {
  font-size: clamp(1.8rem, 4vw, 2.5rem);
}

.contact-card p {
  margin: 0.7rem 0 1rem;
  color: var(--muted);
}

.contact-form {
  display: grid;
  gap: 0.55rem;
}

.form-section {
  margin: 0 0 0.5rem;
  border: 0;
  padding: 0;
}

.form-section legend {
  margin-bottom: 0.45rem;
  font-weight: 700;
  font-size: 0.95rem;
}

.request-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.6rem;
}

.request-option {
  border: 1px solid #c7d6ca;
  background: #f6fbf3;
  border-radius: 12px;
  padding: 0.65rem 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  color: #2c4237;
  cursor: pointer;
  transition: border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.request-option:has(input:checked) {
  border-color: #8db49c;
  background: #e8f5e6;
  box-shadow: 0 0 0 2px rgba(102, 150, 120, 0.12);
}

.request-option input {
  margin: 0;
}

.contact-form label {
  margin-top: 0.65rem;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--muted);
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 0.78rem 0.95rem;
  font: inherit;
  background: rgba(255, 253, 250, 0.7);
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(63, 116, 94, 0.12);
  background: #fff;
}

.course-type-wrapper {
  display: none;
}

.course-hint {
  margin: 0.1rem 0 0.4rem;
  color: var(--muted);
  font-size: 0.9rem;
}

.contact-form .button[type="submit"] {
  margin-top: 0.35rem;
  font-size: 1.05rem;
  font-weight: 700;
  padding: 0.9rem 1.2rem;
}

.captcha-wrap {
  margin-top: 0.8rem;
  border: 1px solid #cddfd2;
  border-radius: 14px;
  padding: 1rem 1.1rem;
  background: rgba(240, 248, 236, 0.55);
}

.captcha-question {
  margin: 0;
  color: var(--text);
  font-weight: 600;
}

.captcha-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 0.55rem;
}

.captcha-row input {
  width: 120px;
}

.form-message {
  min-height: 1.4rem;
  margin: 0.55rem 0 0;
  font-weight: 600;
}

.form-message.error {
  color: #a53030;
}

.form-message.success {
  color: var(--accent);
}

.site-footer {
  border-top: 1px solid rgba(33, 49, 42, 0.11);
  background: rgba(255, 255, 255, 0.45);
}

.footer-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1.2rem 0;
}

.footer-wrap p {
  margin: 0;
  color: var(--muted);
}

.footer-wrap a {
  color: var(--muted);
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.footer-wrap a:hover,
.footer-wrap a:focus-visible {
  color: var(--accent);
  border-bottom-color: var(--accent);
}

.animate-rise {
  animation: rise 0.75s ease both;
}

.animate-rise:nth-of-type(2) {
  animation-delay: 0.1s;
}

.animate-rise:nth-of-type(3) {
  animation-delay: 0.2s;
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
