/* ===========================================
   Siembrala Dance Experience Page Styles
   =========================================== */

.de-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.de-container--narrow {
  max-width: 1024px;
}

.de-container--wide {
  max-width: 1180px;
}

.de-container--faq {
  max-width: 820px;
}

@keyframes de-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.animate-float {
  animation: de-float 3s ease-in-out infinite;
}

.fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}

.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

.de-label {
  display: block;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.de-label--accent {
  color: var(--color-accent);
}

.de-label--secondary {
  color: var(--color-secondary);
}

.de-btn,
.de-whatsapp a {
  align-items: center;
  border-radius: 9999px;
  display: inline-flex;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 700;
  gap: 8px;
  justify-content: center;
  padding: 16px 32px;
  text-decoration: none;
  transition:
    background-color 0.2s ease,
    transform 0.2s ease;
}

.de-btn:hover,
.de-whatsapp a:hover {
  transform: scale(1.05);
}

.de-btn--primary {
  background: var(--color-primary);
  color: var(--color-primary-fg);
}

.de-btn--primary:hover {
  background: #234023;
  color: var(--color-primary-fg);
}

.de-btn--secondary {
  background: var(--color-secondary);
  color: var(--color-secondary-fg);
}

.de-btn--secondary:hover {
  background: #b8973f;
  color: var(--color-secondary-fg);
}

.de-btn--accent {
  background: var(--color-accent);
  color: var(--color-accent-fg);
}

.de-btn--accent:hover {
  background: #b55a3d;
  color: var(--color-accent-fg);
}

.de-section-heading {
  margin: 0 auto 48px;
  max-width: 780px;
  text-align: center;
}

.de-section-heading h2,
.de-split h2 {
  color: var(--color-primary-fg);
  font-family: var(--font-display);
  font-size: 32px;
  font-weight: 700;
  line-height: 1.15;
  margin: 12px 0 24px;
}

.de-section-heading--dark h2,
.de-split h2 {
  color: var(--color-foreground);
}

@media (min-width: 768px) {
  .de-section-heading h2 {
    font-size: 52px;
  }

  .de-split h2 {
    font-size: 40px;
  }
}

.de-section-heading p {
  color: rgba(255, 255, 255, 0.7);
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 1.7;
  margin: 0 auto;
}

.de-section-heading--dark p {
  color: var(--color-muted-fg);
}

.de-section-heading--dark p strong {
  color: var(--color-foreground);
}

.de-section-heading__icon {
  color: var(--color-accent);
  display: block;
  margin: 0 auto 16px;
}

.de-medellin .de-section-heading__icon,
.de-week .de-section-heading__icon {
  color: var(--color-secondary);
}

.de-split {
  align-items: center;
  display: grid;
  gap: 48px;
  margin: 0 auto;
  max-width: 1024px;
}

@media (min-width: 768px) {
  .de-split {
    grid-template-columns: repeat(2, 1fr);
  }
}

.de-split p,
.de-copy p,
.de-lead {
  color: var(--color-muted-fg);
  font-family: var(--font-body);
  line-height: 1.8;
  margin: 0 0 16px;
}

.de-split img {
  border-radius: 16px;
  display: block;
  height: auto;
  width: 100%;
}

/* Hero */
.de-hero {
  align-items: center;
  display: flex;
  min-height: 70vh;
  overflow: hidden;
  position: relative;
}

.de-hero__bg,
.de-hero__bg img,
.de-hero__overlay {
  inset: 0;
  position: absolute;
}

.de-hero__bg img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.de-hero__overlay {
  background: rgba(45, 74, 45, 0.8);
}

.de-hero__inner {
  padding: 80px 24px;
  position: relative;
  text-align: center;
  z-index: 1;
}

.de-hero__flower {
  display: block;
  margin: 0 auto 24px;
  width: 56px;
}

.de-hero h1 {
  color: var(--color-primary-fg);
  font-family: var(--font-display);
  font-size: 42px;
  font-weight: 700;
  line-height: 1.08;
  margin: 0 0 24px;
}

.de-hero h1 span {
  color: var(--color-secondary);
}

@media (min-width: 768px) {
  .de-hero h1 {
    font-size: 64px;
  }
}

@media (min-width: 1024px) {
  .de-hero h1 {
    font-size: 72px;
  }
}

.de-hero p {
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 1.7;
  margin: 0 auto 32px;
  max-width: 720px;
}

/* Sections */
.de-intro,
.de-partner,
.de-nina,
.de-gallery,
.de-faq,
.de-booking {
  padding: 80px 0;
}

@media (min-width: 768px) {
  .de-intro,
  .de-partner,
  .de-nina,
  .de-gallery,
  .de-faq,
  .de-booking {
    padding: 112px 0;
  }
}

.de-details,
.de-stay,
.de-reviews {
  background: var(--color-muted);
  padding: 80px 0;
}

@media (min-width: 768px) {
  .de-details,
  .de-stay,
  .de-reviews {
    padding: 112px 0;
  }
}

.de-medellin,
.de-week,
.de-apply {
  background: var(--color-primary);
  padding: 80px 0;
}

@media (min-width: 768px) {
  .de-medellin,
  .de-week,
  .de-apply {
    padding: 112px 0;
  }
}

.de-check-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
}

.de-check-list li {
  align-items: flex-start;
  display: flex;
  gap: 12px;
}

.de-check-list svg {
  color: var(--color-accent);
  flex: 0 0 auto;
  margin-top: 2px;
}

.de-check-list p {
  color: var(--color-foreground);
  font-family: var(--font-body);
  line-height: 1.65;
  margin: 0;
}

.de-check-list span {
  color: var(--color-muted-fg);
}

/* Details */
.de-details__grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  .de-details__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1024px) {
  .de-details__grid {
    grid-template-columns: repeat(6, 1fr);
  }
}

.de-detail-card {
  background: var(--color-background);
  border-radius: 16px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  padding: 20px;
  text-align: center;
}

.de-detail-card svg {
  color: var(--color-accent);
  margin-bottom: 8px;
}

.de-detail-card p {
  color: var(--color-muted-fg);
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 0 0 6px;
  text-transform: uppercase;
}

.de-detail-card strong {
  color: var(--color-foreground);
  display: block;
  font-family: var(--font-display);
  font-size: 15px;
  line-height: 1.25;
}

.de-details__note {
  color: var(--color-muted-fg);
  font-family: var(--font-body);
  font-size: 14px;
  font-style: italic;
  margin: 0;
  text-align: center;
}

.de-included-grid {
  display: grid;
  gap: 32px;
  margin-top: 64px;
}

@media (min-width: 768px) {
  .de-included-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.de-included {
  background: var(--color-background);
  border-radius: 16px;
  padding: 32px;
}

.de-included h3 {
  align-items: center;
  color: var(--color-foreground);
  display: flex;
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 700;
  gap: 8px;
  margin: 0 0 24px;
}

.de-included h3 svg {
  color: var(--color-accent);
}

.de-included ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.de-included li {
  align-items: flex-start;
  color: var(--color-foreground);
  display: flex;
  font-family: var(--font-body);
  font-size: 14px;
  gap: 12px;
  line-height: 1.6;
}

.de-included li svg {
  color: var(--color-accent);
  flex: 0 0 auto;
  height: 16px;
  margin-top: 4px;
  width: 16px;
}

.de-included li i {
  background: var(--color-muted-fg);
  border-radius: 9999px;
  flex: 0 0 auto;
  height: 6px;
  margin-top: 9px;
  width: 6px;
}

.de-included--muted li {
  color: var(--color-muted-fg);
}

.de-button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

/* Medellin */
.de-feature-grid {
  display: grid;
  gap: 24px;
  margin: 0 auto;
  max-width: 900px;
}

@media (min-width: 640px) {
  .de-feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 768px) {
  .de-feature-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.de-feature-card {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 24px;
  text-align: center;
}

.de-feature-card svg {
  color: var(--color-secondary);
  margin-bottom: 12px;
}

.de-feature-card p {
  color: var(--color-primary-fg);
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
}

/* Nina */
@media (min-width: 768px) {
  .de-nina__content {
    order: 1;
  }

  .de-nina__photo {
    order: 2;
  }
}

.de-nina__photo img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.de-inline-toggle {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--color-accent);
  cursor: pointer;
  display: inline-flex;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 700;
  gap: 4px;
  padding: 0;
}

.de-inline-toggle:hover span {
  text-decoration: underline;
}

.de-inline-toggle[aria-expanded="true"] svg,
.de-faq__question[aria-expanded="true"] svg {
  transform: rotate(180deg);
}

.de-inline-toggle svg,
.de-faq__question svg {
  transition: transform 0.2s ease;
}

/* Week calendar */
.de-gcal {
  background: var(--color-primary-fg);
  border-radius: 24px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
  overflow: hidden;
}

.de-gcal__toolbar {
  align-items: center;
  background: var(--color-primary-fg);
  border-bottom: 1px solid rgba(26, 26, 26, 0.1);
  display: flex;
  justify-content: space-between;
  padding: 16px 24px;
}

.de-gcal__toolbar > div {
  align-items: center;
  display: flex;
  gap: 12px;
}

.de-gcal__toolbar svg {
  color: var(--color-primary);
  height: 20px;
  width: 20px;
}

.de-gcal__toolbar span {
  display: flex;
  flex-direction: column;
}

.de-gcal__toolbar strong {
  color: var(--color-primary);
  font-family: var(--font-display);
  font-size: 18px;
  line-height: 1.1;
}

.de-gcal__toolbar small,
.de-gcal__toolbar p {
  color: var(--color-muted-fg);
  font-family: var(--font-body);
  font-size: 12px;
  margin: 0;
}

.de-gcal__toolbar p {
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

@media (max-width: 639px) {
  .de-gcal__toolbar p {
    display: none;
  }
}

.de-gcal__scroll {
  overflow-x: auto;
}

.de-gcal__inner {
  min-width: 860px;
}

.de-gcal__days {
  background: var(--color-primary-fg);
  border-bottom: 1px solid rgba(26, 26, 26, 0.1);
  display: grid;
  grid-template-columns: 64px repeat(7, minmax(0, 1fr));
}

.de-gcal__days > div {
  border-left: 1px solid rgba(26, 26, 26, 0.1);
  padding: 12px 8px;
  text-align: center;
}

.de-gcal__days > div:first-child {
  border-left: 0;
}

.de-gcal__days small {
  color: var(--color-muted-fg);
  display: block;
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.de-gcal__days strong {
  color: var(--color-primary);
  display: block;
  font-family: var(--font-display);
  font-size: 18px;
  line-height: 1;
  margin-top: 4px;
}

.de-gcal__body {
  display: grid;
  grid-template-columns: 64px repeat(7, minmax(0, 1fr));
  position: relative;
}

.de-gcal__hours > div {
  border-top: 1px solid rgba(26, 26, 26, 0.08);
  color: var(--color-muted-fg);
  font-family: var(--font-body);
  font-size: 11px;
  padding-right: 8px;
  padding-top: 4px;
  text-align: right;
}

.de-gcal__day {
  border-left: 1px solid rgba(26, 26, 26, 0.1);
  position: relative;
}

.de-gcal__line {
  border-top: 1px solid rgba(26, 26, 26, 0.08);
}

.de-gcal__event {
  border-left: 4px solid currentColor;
  border-radius: 7px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
  left: 4px;
  overflow: hidden;
  padding: 7px 8px;
  position: absolute;
  right: 4px;
}

.de-gcal__event strong,
.de-gcal__event span,
.de-gcal__event small {
  display: block;
  font-family: var(--font-body);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.de-gcal__event strong {
  font-size: 11px;
  line-height: 1.2;
}

.de-gcal__event span,
.de-gcal__event small {
  font-size: 10px;
  opacity: 0.75;
}

.de-event--private {
  background: rgba(201, 168, 76, 0.9);
  color: var(--color-secondary-fg);
}

.de-event--group {
  background: var(--color-accent);
  color: var(--color-accent-fg);
}

.de-event--social {
  background: var(--color-lilac);
  color: var(--color-foreground);
}

.de-event--cultural {
  background: var(--color-primary-fg);
  color: var(--color-primary);
}

.de-event--welcome {
  background: var(--color-coral);
  color: var(--color-accent-fg);
}

.de-event--break {
  background: var(--color-muted);
  color: var(--color-muted-fg);
}

.de-gcal__legend {
  background: rgba(245, 240, 235, 0.4);
  border-top: 1px solid rgba(26, 26, 26, 0.1);
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  padding: 16px 24px;
}

.de-gcal__legend div {
  align-items: center;
  color: var(--color-foreground);
  display: flex;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 700;
  gap: 8px;
}

.de-gcal__legend span {
  border-radius: 3px;
  display: inline-block;
  height: 12px;
  width: 12px;
}

.de-legend--private {
  background: rgba(201, 168, 76, 0.9);
}
.de-legend--group {
  background: var(--color-accent);
}
.de-legend--social {
  background: var(--color-lilac);
}
.de-legend--cultural {
  background: var(--color-primary-fg);
  border: 1px solid rgba(26, 26, 26, 0.2);
}
.de-legend--welcome {
  background: var(--color-coral);
}
.de-legend--break {
  background: var(--color-muted);
  border: 1px solid rgba(26, 26, 26, 0.2);
}

.de-cultural {
  margin-top: 48px;
}

.de-cultural h3 {
  color: var(--color-primary-fg);
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 24px;
  text-align: center;
}

.de-cultural__grid {
  display: grid;
  gap: 16px;
}

@media (min-width: 640px) {
  .de-cultural__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.de-cultural__grid div {
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  display: flex;
  gap: 12px;
  padding: 16px;
}

.de-cultural__grid svg {
  color: var(--color-secondary);
  flex: 0 0 auto;
}

.de-cultural__grid span {
  color: var(--color-primary-fg);
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 700;
}

.de-cultural__note {
  color: rgba(255, 255, 255, 0.5);
  font-family: var(--font-body);
  font-size: 12px;
  font-style: italic;
  margin: 24px 0 0;
  text-align: center;
}

/* Stay */
.de-stay__card {
  background: var(--color-background);
  border-radius: 16px;
  padding: 32px;
}

.de-stay__carousel-wrap {
  margin-bottom: 32px;
  position: relative;
}

.de-stay__carousel {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding-bottom: 8px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.de-stay__carousel::-webkit-scrollbar {
  display: none;
}

.de-stay__carousel figure {
  aspect-ratio: 4 / 3;
  border-radius: 16px;
  flex: 0 0 84%;
  margin: 0;
  overflow: hidden;
  scroll-snap-align: start;
}

@media (min-width: 768px) {
  .de-stay__carousel figure {
    flex-basis: calc(50% - 8px);
  }
}

.de-stay__carousel img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.de-stay__nav {
  align-items: center;
  background: var(--color-background);
  border: 0;
  border-radius: 9999px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
  color: var(--color-primary);
  cursor: pointer;
  display: flex;
  height: 42px;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
  width: 42px;
  z-index: 2;
}

.de-stay__nav:hover:not(:disabled),
.de-stay__nav:focus-visible:not(:disabled) {
  background: var(--color-accent);
  color: var(--color-accent-fg);
  transform: translateY(-50%) scale(1.06);
}

.de-stay__nav:disabled {
  cursor: default;
  opacity: 0.35;
}

.de-stay__nav svg {
  height: 20px;
  width: 20px;
}

.de-stay__nav--prev {
  left: 8px;
}

.de-stay__nav--prev svg {
  transform: rotate(90deg);
}

.de-stay__nav--next {
  right: 8px;
}

.de-stay__nav--next svg {
  transform: rotate(-90deg);
}

@media (max-width: 767px) {
  .de-stay__nav {
    height: 38px;
    width: 38px;
  }

  .de-stay__nav--prev {
    left: -6px;
  }

  .de-stay__nav--next {
    right: -6px;
  }
}

.de-stay__card h3 {
  color: var(--color-foreground);
  font-family: var(--font-display);
  font-size: 22px;
  margin: 0 0 24px;
}

.de-suite-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 768px) {
  .de-suite-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.de-suite-grid div {
  align-items: center;
  background: rgba(245, 240, 235, 0.55);
  border-radius: 12px;
  display: flex;
  gap: 12px;
  padding: 14px;
}

.de-suite-grid svg {
  color: var(--color-accent);
  flex: 0 0 auto;
  height: 20px;
  width: 20px;
}

.de-suite-grid span {
  color: var(--color-foreground);
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 700;
}

.de-stay__note {
  color: var(--color-muted-fg);
  font-family: var(--font-body);
  font-size: 12px;
  font-style: italic;
  margin: 24px 0 0;
}

/* Booking */
.de-booking__grid {
  align-items: stretch;
  display: grid;
  gap: 40px;
}

@media (min-width: 768px) {
  .de-booking__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.de-price-card {
  background: var(--color-primary);
  border-radius: 24px;
  color: var(--color-primary-fg);
  display: flex;
  flex-direction: column;
  outline: 4px solid var(--color-secondary);
  padding: 32px;
}

@media (min-width: 768px) {
  .de-price-card {
    padding: 40px;
  }
}

.de-price-card > span {
  color: var(--color-secondary);
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.de-price-card h3,
.de-booking-flow h3 {
  font-family: var(--font-display);
  font-size: 34px;
  font-weight: 700;
  line-height: 1.12;
  margin: 12px 0 16px;
}
.de-price-card h3 {
  color: white;
}

.de-price-card__price {
  color: var(--color-secondary);
  font-family: var(--font-display);
  font-size: 56px;
  font-weight: 700;
  line-height: 1;
  margin: 24px 0 0;
}

.de-price-card__price small {
  font-size: 24px;
}

.de-price-card__sub,
.de-price-card div p {
  color: rgba(255, 255, 255, 0.74);
  font-family: var(--font-body);
}

.de-price-card__sub {
  font-size: 14px;
  margin: 8px 0 32px;
}

.de-price-card div {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 32px;
}

.de-price-card div p {
  align-items: flex-start;
  display: flex;
  font-size: 14px;
  gap: 8px;
  line-height: 1.6;
  margin: 0;
}

.de-price-card div svg {
  color: var(--color-secondary);
  flex: 0 0 auto;
  height: 16px;
  margin-top: 3px;
  width: 16px;
}

.de-price-card .de-btn {
  margin-top: auto;
}

.de-booking-flow {
  display: flex;
  flex-direction: column;
}

.de-booking-flow h3 {
  color: var(--color-foreground);
}

.de-booking-flow > p {
  color: var(--color-muted-fg);
  font-family: var(--font-body);
  line-height: 1.7;
  margin: 0 0 24px;
}

.de-deadline {
  align-items: center;
  background: rgba(201, 105, 74, 0.1);
  border-radius: 12px;
  display: flex;
  gap: 12px;
  margin-bottom: 24px;
  padding: 16px;
}

.de-deadline svg {
  color: var(--color-accent);
  flex: 0 0 auto;
  height: 20px;
  width: 20px;
}

.de-deadline p {
  color: var(--color-foreground);
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

.de-booking-flow ol {
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.de-booking-flow li {
  align-items: flex-start;
  color: var(--color-foreground);
  display: flex;
  font-family: var(--font-body);
  font-size: 14px;
  gap: 12px;
  line-height: 1.6;
}

.de-booking-flow li span {
  align-items: center;
  background: var(--color-accent);
  border-radius: 9999px;
  color: var(--color-accent-fg);
  display: flex;
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: 800;
  height: 28px;
  justify-content: center;
  width: 28px;
}

.de-booking-flow .de-btn {
  align-self: flex-start;
  margin-top: 32px;
}

.de-policy-link {
  background: rgba(201, 168, 76, 0.14);
  border: 1px solid rgba(201, 168, 76, 0.34);
  border-radius: 14px;
  margin-top: 18px;
  padding: 16px;
}

.de-policy-link p {
  color: var(--color-muted-fg);
  font-family: var(--font-body);
  font-size: 13px;
  line-height: 1.55;
  margin: 0 0 8px;
}

.de-policy-link a {
  color: var(--color-accent);
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.de-policy-link a:hover {
  color: var(--color-foreground);
}

/* Gallery */
.de-gallery__grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 768px) {
  .de-gallery__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.de-gallery__item {
  aspect-ratio: 1 / 1;
  border-radius: 16px;
  overflow: hidden;
}

.de-gallery__item img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  width: 100%;
}

.de-gallery__item:hover img {
  transform: scale(1.05);
}

/* Reviews */
.de-google {
  margin: 0 auto 48px;
  text-align: center;
}

.de-google__brand {
  align-items: center;
  color: var(--color-foreground);
  display: flex;
  font-family: var(--font-body);
  font-size: 18px;
  font-weight: 700;
  gap: 8px;
  justify-content: center;
  margin-bottom: 12px;
}

.de-google__brand svg {
  width: 28px;
  height: 28px;
}

.de-stars,
.de-review__stars {
  align-items: center;
  color: var(--color-secondary);
  display: flex;
  gap: 3px;
  justify-content: center;
}

.de-stars svg {
  width: 24px;
  height: 24px;
}

.de-google p {
  color: var(--color-muted-fg);
  font-family: var(--font-body);
  font-size: 14px;
  margin: 8px 0 0;
}

.de-review-grid {
  margin: 0 auto;
  max-width: 1024px;
}

.de-review {
  background: var(--color-background);
  border-radius: 16px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  padding: 24px;
}

.de-review__person {
  align-items: center;
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
}

.de-review__person > div {
  align-items: center;
  background: rgba(201, 105, 74, 0.15);
  border-radius: 9999px;
  color: var(--color-accent);
  display: flex;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 800;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.de-review__person span {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.de-review__person strong {
  color: var(--color-foreground);
  font-family: var(--font-body);
  font-size: 14px;
}

.de-review__person small,
.de-review__stars small {
  color: var(--color-muted-fg);
  font-family: var(--font-body);
  font-size: 12px;
}

.de-review__stars {
  justify-content: flex-start;
  margin-bottom: 12px;
}

.de-review__stars svg {
  width: 16px;
  height: 16px;
}

.de-review p {
  color: var(--color-foreground);
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

/* FAQ */
.de-faq__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.de-faq__item {
  background: var(--color-muted);
  border-radius: 16px;
  overflow: hidden;
}

.de-faq__question {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--color-foreground);
  cursor: pointer;
  display: flex;
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 700;
  gap: 16px;
  justify-content: space-between;
  padding: 24px;
  text-align: left;
  width: 100%;
}

.de-faq__question[aria-expanded="true"] svg {
  transform: rotate(180deg);
}

.de-faq__question svg {
  flex: 0 0 auto;
  transition: transform 0.2s ease;
}

.de-faq__answer {
  padding: 0 24px 24px;
}

.de-faq__answer p {
  color: var(--color-muted-fg);
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

/* Form */
.de-apply__flower {
  display: block;
  margin: 0 auto 16px;
  width: 48px;
}

.de-success {
  background: var(--color-secondary);
  border-radius: 16px;
  margin: 0 auto;
  padding: 48px;
  text-align: center;
}

.de-success img {
  display: block;
  margin: 0 auto 16px;
  width: 64px;
}

.de-success h3 {
  color: var(--color-secondary-fg);
  font-family: var(--font-display);
  font-size: 28px;
  margin: 0 0 12px;
}

.de-success p {
  color: rgba(26, 26, 26, 0.72);
  font-family: var(--font-body);
  line-height: 1.7;
  margin: 0;
}

.de-form {
  background: var(--color-background);
  border-radius: 16px;
  padding: 32px;
}

@media (min-width: 768px) {
  .de-form {
    padding: 48px;
  }
}

.de-form h3 {
  color: var(--color-foreground);
  font-family: var(--font-display);
  font-size: 22px;
  margin: 0 0 20px;
}

.de-form label {
  color: var(--color-foreground);
  display: block;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 18px;
}

.de-form label span {
  color: var(--color-muted-fg);
  font-weight: 400;
}

.de-form input[type="text"],
.de-form input[type="email"],
.de-form input[type="tel"],
.de-form textarea {
  background: var(--color-muted);
  border: 0;
  border-radius: 12px;
  color: var(--color-foreground);
  display: block;
  font-family: var(--font-body);
  font-size: 15px;
  margin-top: 6px;
  outline: none;
  padding: 14px 16px;
  width: 100%;
}

.de-form textarea {
  min-height: 140px;
  resize: vertical;
}

.de-form input:focus,
.de-form textarea:focus {
  box-shadow: 0 0 0 2px var(--color-accent);
}

.de-form__three {
  display: grid;
  gap: 16px;
}

@media (min-width: 768px) {
  .de-form__three {
    grid-template-columns: repeat(3, 1fr);
  }
}

.de-form button {
  background: var(--color-accent);
  border: 0;
  border-radius: 9999px;
  color: var(--color-accent-fg);
  cursor: pointer;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 700;
  padding: 14px 28px;
  transition:
    background-color 0.2s ease,
    transform 0.2s ease;
}

.de-form button:hover {
  background: #b55a3d;
  transform: scale(1.04);
}

/* WhatsApp */
.de-whatsapp {
  background: var(--color-secondary);
  padding: 80px 0;
  text-align: center;
}

@media (min-width: 768px) {
  .de-whatsapp {
    padding: 112px 0;
  }
}

.de-whatsapp h2 {
  color: var(--color-secondary-fg);
  font-family: var(--font-display);
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 16px;
}

@media (min-width: 768px) {
  .de-whatsapp h2 {
    font-size: 40px;
  }
}

.de-whatsapp p {
  color: rgba(26, 26, 26, 0.72);
  font-family: var(--font-body);
  line-height: 1.7;
  margin: 0 0 32px;
}

.de-whatsapp a {
  background: var(--color-primary);
  color: var(--color-primary-fg);
}

.de-whatsapp a:hover {
  background: #234023;
  color: var(--color-primary-fg);
}

/* Pilot group fixed bar */
body:has(.de-pilot-bar) {
  padding-bottom: 104px;
}

.de-pilot-bar {
  background: rgba(255, 255, 255, 0.94);
  border-top: 1px solid rgba(26, 26, 26, 0.12);
  bottom: 0;
  box-shadow: 0 -12px 32px rgba(0, 0, 0, 0.14);
  left: 0;
  padding: 14px 20px calc(14px + env(safe-area-inset-bottom));
  position: fixed;
  right: 0;
  z-index: 80;
}

.de-pilot-bar__inner {
  align-items: center;
  display: grid;
  gap: 18px;
  grid-template-columns: auto minmax(180px, 1fr) auto;
  margin: 0 auto;
  max-width: 980px;
}

.de-pilot-bar__copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 176px;
}

.de-pilot-bar__copy span {
  color: var(--color-accent);
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
}

.de-pilot-bar__copy strong {
  color: var(--color-foreground);
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
}

.de-pilot-bar__meter {
  background: rgba(45, 74, 45, 0.12);
  border-radius: 9999px;
  height: 12px;
  overflow: hidden;
  width: 100%;
}

.de-pilot-bar__meter span {
  background: linear-gradient(
    90deg,
    var(--color-secondary),
    var(--color-accent)
  );
  border-radius: inherit;
  display: block;
  height: 100%;
}

.de-pilot-bar__button {
  align-items: center;
  background: var(--color-primary);
  border-radius: 9999px;
  color: var(--color-primary-fg);
  display: inline-flex;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 800;
  justify-content: center;
  min-height: 44px;
  padding: 13px 22px;
  text-decoration: none;
  transition:
    background-color 0.2s ease,
    transform 0.2s ease;
  white-space: nowrap;
}

.de-pilot-bar__button:hover {
  background: #234023;
  color: var(--color-primary-fg);
  transform: scale(1.04);
}

@media (min-width: 769px) {
  body:has(.de-pilot-bar) #wa-widget {
    bottom: 116px;
  }
}

@media (max-width: 768px) {
  body:has(.de-pilot-bar) {
    padding-bottom: 176px;
  }

  body:has(.de-pilot-bar) #wa-widget {
    bottom: calc(var(--mobile-floating-bottom) + 88px);
  }

  body:has(.de-pilot-bar) #nsh-mobile-lang {
    bottom: calc(var(--mobile-floating-bottom) + 88px);
  }

  .de-pilot-bar {
    bottom: calc(var(--mobile-nav-height) + env(safe-area-inset-bottom, 0px));
    padding: 12px 14px;
  }

  .de-pilot-bar__inner {
    gap: 10px;
    grid-template-columns: 1fr auto;
  }

  .de-pilot-bar__copy {
    min-width: 0;
  }

  .de-pilot-bar__copy strong {
    font-size: 17px;
  }

  .de-pilot-bar__meter {
    grid-column: 1 / -1;
    grid-row: 2;
    height: 9px;
  }

  .de-pilot-bar__button {
    font-size: 13px;
    min-height: 40px;
    padding: 11px 16px;
  }
}
