
@font-face {
    font-family: "NotoSymbols2";
    src: url("/static/fonts/NotoSansSymbols2-Regular.ttf") format("truetype");
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

body {
  background: #FAF7F2;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.adc-kiosk {
  background: #FAF7F2;
  min-height: 100vh;
  width: 100%;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 2rem;
  position: relative;
  overflow: hidden;
  font-family: 'Lato', sans-serif;
}

/* Background circles */
.adc-bg-circle {
  position: absolute;
  border-radius: 50%;
  border: 0.5px solid #D4AF7A;
  opacity: 0.18;
  pointer-events: none;
}

/* Header */
.adc-header {
  position: absolute;
  top: 1.8rem;
  left: 0; right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.adc-logo-small {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-size: 0.85rem;
  letter-spacing: 0.3em;
  color: #B8965A;
  text-transform: uppercase;
}

/* Progress bar */
.progress-bar { display: flex; gap: 6px; margin-top: 0.7rem; }
.progress-dot { width: 24px; height: 1.5px; background: #D4AF7A; opacity: 0.3; border-radius: 2px; }
.progress-dot.active { opacity: 1; background: #B8965A; }
.progress-dot.done { opacity: 0.5; background: #B8965A; }

/* Welcome screen */
.logo-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1.5rem;
  margin-top: -2rem;
  animation: fadeUp 1.2s ease both;

}

.logo-img { width: 280px; height: auto; margin-bottom: 1.2rem; }

.brand-name {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-size: 2.6rem;
  letter-spacing: 0.35em;
  color: #B8965A;
  text-transform: uppercase;
  margin: 0;
  line-height: 1;
}

.divider {
  width: 60px;
  height: 0.5px;
  background: #D4AF7A;
  margin: 1rem auto;
  opacity: 0.6;
  animation: fadeUp 1.4s ease both;
}

.welcome-text {
  text-align: center;
  animation: fadeUp 1.5s ease both;
  margin-bottom: 1.5rem;
}

.welcome-text h2 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: 1.5rem;
  color: #2C2416;
  margin: 0 0 0.5rem;
  letter-spacing: 0.04em;
}

.welcome-text p {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 0.9rem;
  color: #6E6560;
  margin: 0;
  letter-spacing: 0.06em;
  line-height: 1.7;
}

.lang-note {
  margin-top: 1.8rem;
  font-size: 0.75rem;
  color: #C8BFB4;
  letter-spacing: 0.08em;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  animation: fadeUp 1.9s ease both;
}

/* Buttons */
.begin-btn {
  animation: fadeUp 1.7s ease both;
  background: transparent;
  border: 0.5px solid #B8965A;
  color: #B8965A;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 0.85rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  padding: 1rem 3rem;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 0;
  text-decoration: none;
  display: inline-block;
}

.begin-btn:hover { background: #B8965A; color: #FAF7F2; }

.continue-btn {
  margin-top: 2.5rem;
  background: transparent;
  border: 0.5px solid #B8965A;
  color: #B8965A;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 0.8rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  padding: 0.9rem 2.8rem;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 0;
}

.continue-btn:hover { background: #B8965A; color: #FAF7F2; }
.continue-btn:disabled { opacity: 0.3; cursor: default; background: transparent; color: #B8965A; }

.confirm-btn {
  margin-top: 1.8rem;
  background: #B8965A;
  border: none;
  color: #FAF7F2;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 0.8rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  padding: 1rem 3rem;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 0;
  width: 100%;
}

.confirm-btn:hover { background: #9A7A47; }

.back-link {
  margin-top: 1rem;
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 0.72rem;
  letter-spacing: 0.15em;
  color: #C8BFB4;
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
}

.back-link:hover { color: #6E6560; }

/* Form steps */
.question-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 420px;
  animation: fadeUp 0.9s ease both;
}

.step-label {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 0.7rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #C8BFB4;
  margin-bottom: 1.2rem;
}

.question-text {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: 1.9rem;
  color: #2C2416;
  text-align: center;
  margin: 0 0 0.4rem;
  line-height: 1.2;
}

.question-sub {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 300;
  font-size: 1.05rem;
  color: #6E6560;
  text-align: center;
  margin: 0 0 2.2rem;
}

/* Inputs */
.adc-input {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 0.5px solid #D4AF7A;
  border-radius: 0;
  padding: 0.7rem 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: #2C2416;
  text-align: center;
  letter-spacing: 0.06em;
  outline: none;
  transition: border-color 0.3s;
}

.adc-input::placeholder { color: #C8BFB4; font-style: italic; font-size: 1.1rem; }
.adc-input:focus { border-bottom-color: #B8965A; }
.adc-input:disabled { opacity: 0.25; cursor: default; }

.adc-select {
  background: transparent;
  border: none;
  border-bottom: 0.5px solid #D4AF7A;
  border-radius: 0;
  padding: 0.5rem 0.2rem;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  font-weight: 400;
  color: #2C2416;
  text-align: center;
  outline: none;
  cursor: pointer;
  transition: border-color 0.3s;
  appearance: none;
  -webkit-appearance: none;
}

.adc-select:focus { border-bottom-color: #B8965A; }
.adc-select.placeholder { color: #C8BFB4; font-style: italic; font-size: 1rem; }
.adc-select:disabled { opacity: 0.25; cursor: default; }

/* Field groups */
.field-group { width: 100%; display: flex; flex-direction: column; gap: 2rem; }

.field-wrap { display: flex; flex-direction: column; gap: 0.35rem; width: 100%; }

.field-label {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 0.65rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #C8BFB4;
}

/* Date row */
.date-row { display: flex; gap: 1rem; width: 100%; justify-content: center; align-items: flex-end; }
.date-field { display: flex; flex-direction: column; align-items: center; gap: 0.4rem; }
.date-field-label {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #C8BFB4;
}

/* Time */
.time-row { display: flex; gap: 0.6rem; align-items: flex-end; justify-content: center; width: 100%; }
.time-separator {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.6rem;
  font-weight: 300;
  color: #B8965A;
  padding-bottom: 0.3rem;
  opacity: 0.6;
}

/* Unknown time */
.divider-or { display: flex; align-items: center; gap: 1rem; width: 100%; margin: 1.8rem 0; }
.divider-or-line { flex: 1; height: 0.5px; background: #D4AF7A; opacity: 0.3; }
.divider-or-text {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 0.85rem;
  color: #C8BFB4;
  letter-spacing: 0.1em;
}

.unknown-btn {
  background: transparent;
  border: 0.5px solid #D4AF7A;
  color: #6E6560;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 0.75rem 2rem;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 0;
  width: 100%;
}

.unknown-btn:hover { border-color: #B8965A; color: #B8965A; }
.unknown-btn.selected { border-color: #B8965A; color: #B8965A; background: rgba(184,150,90,0.06); }

.disclaimer {
  margin-top: 1rem;
  padding: 0.9rem 1.2rem;
  border-left: 0.5px solid #D4AF7A;
  background: rgba(184,150,90,0.04);
  display: none;
  width: 100%;
}

.disclaimer p {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 0.88rem;
  color: #6E6560;
  margin: 0;
  line-height: 1.6;
}

/* Place search */
.search-wrapper { position: relative; width: 100%; }

.suggestions {
  display: none;
  flex-direction: column;
  width: 100%;
  margin-top: 0.5rem;
  border: 0.5px solid #D4AF7A;
  background: #FFFFFF;
}

.suggestion-item {
  padding: 0.85rem 1.2rem;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1rem;
  color: #2C2416;
  cursor: pointer;
  border-bottom: 0.5px solid rgba(212,175,122,0.2);
  transition: background 0.2s;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.suggestion-item:last-child { border-bottom: none; }
.suggestion-item:hover { background: rgba(184,150,90,0.06); }
.suggestion-city { font-weight: 400; color: #2C2416; font-size: 1.05rem; }
.suggestion-country { font-weight: 300; font-style: italic; color: #6E6560; font-size: 0.85rem; }

.selected-place {
  display: none;
  margin-top: 1rem;
  padding: 0.9rem 1.2rem;
  border-left: 0.5px solid #B8965A;
  background: rgba(184,150,90,0.05);
  width: 100%;
}

.selected-place p { font-family: 'Cormorant Garamond', serif; font-size: 1rem; color: #2C2416; margin: 0; font-style: italic; }
.selected-place span {
  font-size: 0.78rem;
  color: #6E6560;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  letter-spacing: 0.1em;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Opt in */
.opt-in-wrap { width: 100%; display: flex; align-items: flex-start; gap: 0.75rem; margin-top: 0.8rem; cursor: pointer; }

.opt-in-box {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  border: 0.5px solid #D4AF7A;
  background: transparent;
  margin-top: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  cursor: pointer;
}

.opt-in-box.checked { background: rgba(184,150,90,0.12); border-color: #B8965A; }
.opt-in-check { display: none; width: 8px; height: 8px; }
.opt-in-box.checked .opt-in-check { display: block; }

.opt-in-label {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 0.75rem;
  color: #6E6560;
  line-height: 1.55;
  letter-spacing: 0.04em;
}

.opt-in-label em { font-style: italic; color: #C8BFB4; font-size: 0.7rem; }

/* Privacy */
.privacy-note { margin-top: 1.2rem; display: flex; align-items: flex-start; gap: 0.7rem; width: 100%; }
.privacy-icon { width: 14px; height: 14px; flex-shrink: 0; margin-top: 2px; opacity: 0.4; }
.privacy-text {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 0.72rem;
  color: #C8BFB4;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

/* WhatsApp row */
.whatsapp-row { display: flex; gap: 0.6rem; align-items: flex-end; width: 100%; }
.country-code { width: 90px; flex-shrink: 0; }
.country-code .adc-input { text-align: center; }
.phone-hint {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 0.68rem;
  color: #C8BFB4;
  letter-spacing: 0.08em;
  margin-top: 0.4rem;
}

/* Design selector */
.designs-grid { display: flex; gap: 1rem; width: 100%; justify-content: center; }

.design-card {
  flex: 1;
  max-width: 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.design-circle {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 0.5px solid #D4AF7A;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.design-card:hover .design-circle { border-color: #B8965A; background: rgba(184,150,90,0.04); }
.design-card.selected .design-circle { border: 1px solid #B8965A; background: rgba(184,150,90,0.07); box-shadow: 0 0 0 3px rgba(184,150,90,0.12); }
.design-card svg { width: 88px; height: 88px; }

.design-name-es {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: 0.88rem;
  color: #2C2416;
  text-align: center;
  margin-top: 0.8rem;
  letter-spacing: 0.04em;
  line-height: 1.3;
}

.design-name-en {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 300;
  font-size: 0.8rem;
  color: #6E6560;
  text-align: center;
  margin-top: 0.15rem;
  letter-spacing: 0.04em;
}

.design-sub {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 0.62rem;
  color: #C8BFB4;
  text-align: center;
  margin-top: 0.25rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.design-card.selected .design-name-es { color: #B8965A; }
.design-card.selected .design-name-en { color: #B8965A; opacity: 0.7; }

.selected-indicator {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #B8965A;
  margin-top: 0.5rem;
  opacity: 0;
  transition: opacity 0.3s;
}

.design-card.selected .selected-indicator { opacity: 1; }

/* Astro card */
.card-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 400px;
  animation: fadeUp 0.9s ease both;
}

.greeting {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-size: 1rem;
  color: #6E6560;
  letter-spacing: 0.12em;
  margin-bottom: 0.3rem;
  text-align: center;
}

.customer-name {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: 2.2rem;
  color: #2C2416;
  letter-spacing: 0.06em;
  margin-bottom: 0.2rem;
  text-align: center;
}

.birth-date-display {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 0.75rem;
  color: #C8BFB4;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 1.8rem;
  text-align: center;
}

.astro-card {
  background: #FFFFFF;
  border: 0.5px solid #D4AF7A;
  width: 100%;
  padding: 1.6rem 1.8rem;
  position: relative;
}

.astro-card-corner {
  position: absolute;
  width: 12px;
  height: 12px;
  border-color: #B8965A;
  border-style: solid;
  opacity: 0.5;
}

.astro-card-corner.tl { top: -1px; left: -1px; border-width: 1px 0 0 1px; }
.astro-card-corner.tr { top: -1px; right: -1px; border-width: 1px 1px 0 0; }
.astro-card-corner.bl { bottom: -1px; left: -1px; border-width: 0 0 1px 1px; }
.astro-card-corner.br { bottom: -1px; right: -1px; border-width: 0 1px 1px 0; }

.planets-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; }

.planet-row {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.65rem 0;
  border-bottom: 0.5px solid rgba(212,175,122,0.15);
}

.planet-row:nth-child(odd) { padding-right: 1rem; border-right: 0.5px solid rgba(212,175,122,0.15); }
.planet-row:nth-child(even) { padding-left: 1rem; }
.planet-row:nth-last-child(-n+2) { border-bottom: none; }

.planet-glyph { font-family: 'NotoSymbols2', 'Noto Sans Symbols 2', sans-serif; font-size: 16px; width: 22px; text-align: center; color: #B8965A; flex-shrink: 0; line-height: 1; }
.planet-info { display: flex; flex-direction: column; gap: 0.05rem; }
.planet-name { font-family: 'Lato', sans-serif; font-weight: 300; font-size: 0.65rem; letter-spacing: 0.15em; text-transform: uppercase; color: #C8BFB4; line-height: 1; }
.planet-sign { font-family: 'Cormorant Garamond', serif; font-weight: 400; font-size: 1rem; color: #2C2416; letter-spacing: 0.04em; line-height: 1.2; }
.planet-deg { font-family: 'Lato', sans-serif; font-weight: 300; font-size: 0.62rem; color: #C8BFB4; letter-spacing: 0.06em; }

.card-divider { width: 100%; height: 0.5px; background: rgba(212,175,122,0.3); margin: 1.2rem 0; }

.face-preview { display: flex; align-items: center; gap: 1rem; }
.face-circle {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 0.5px solid #D4AF7A;
  background: #FAF7F2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.face-info { display: flex; flex-direction: column; gap: 0.15rem; }
.face-label { font-family: 'Lato', sans-serif; font-weight: 300; font-size: 0.62rem; letter-spacing: 0.18em; text-transform: uppercase; color: #C8BFB4; }
.face-name-es { font-family: 'Cormorant Garamond', serif; font-weight: 400; font-size: 1rem; color: #2C2416; letter-spacing: 0.04em; }
.face-name-en { font-family: 'Cormorant Garamond', serif; font-style: italic; font-weight: 300; font-size: 0.82rem; color: #6E6560; }

/* Confirmation */
.seal {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 0.5px solid #B8965A;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
  animation: scaleIn 0.9s ease both;
}

.seal-inner {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  border: 0.5px solid rgba(184,150,90,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}

.thank-you { font-family: 'Cormorant Garamond', serif; font-weight: 400; font-size: 2.4rem; color: #2C2416; letter-spacing: 0.04em; margin: 0 0 0.3rem; line-height: 1.1; animation: fadeUp 1s ease both; }
.thank-you-en { font-family: 'Cormorant Garamond', serif; font-style: italic; font-weight: 300; font-size: 1.3rem; color: #6E6560; margin: 0 0 1.8rem; animation: fadeUp 1.1s ease both; }

.message { font-family: 'Cormorant Garamond', serif; font-weight: 300; font-size: 1.05rem; color: #2C2416; line-height: 1.75; margin: 0 0 0.6rem; animation: fadeUp 1.2s ease both; }
.message-en { font-family: 'Cormorant Garamond', serif; font-style: italic; font-weight: 300; font-size: 0.92rem; color: #6E6560; line-height: 1.75; margin: 0 0 2rem; animation: fadeUp 1.3s ease both; }

.pay-box {
  background: #FFFFFF;
  border: 0.5px solid #D4AF7A;
  padding: 1.1rem 1.6rem;
  width: 100%;
  margin-bottom: 1.8rem;
  animation: fadeUp 1.4s ease both;
  position: relative;
  text-align: center;
}

.pay-box-corner { position: absolute; width: 8px; height: 8px; border-color: #B8965A; border-style: solid; opacity: 0.4; }
.pay-box-corner.tl { top: -1px; left: -1px; border-width: 1px 0 0 1px; }
.pay-box-corner.tr { top: -1px; right: -1px; border-width: 1px 1px 0 0; }
.pay-box-corner.bl { bottom: -1px; left: -1px; border-width: 0 0 1px 1px; }
.pay-box-corner.br { bottom: -1px; right: -1px; border-width: 0 1px 1px 0; }

.pay-instruction { font-family: 'Lato', sans-serif; font-weight: 300; font-size: 0.72rem; letter-spacing: 0.15em; text-transform: uppercase; color: #C8BFB4; margin-bottom: 0.4rem; line-height: 1.8; }
.pay-amount { font-family: 'Cormorant Garamond', serif; font-weight: 400; font-size: 1.7rem; color: #B8965A; letter-spacing: 0.04em; }
.pay-note { font-family: 'Lato', sans-serif; font-weight: 300; font-size: 0.7rem; color: #C8BFB4; letter-spacing: 0.08em; margin-top: 0.3rem; }

.order-ref { font-family: 'Lato', sans-serif; font-weight: 300; font-size: 0.7rem; color: #C8BFB4; letter-spacing: 0.14em; text-transform: uppercase; animation: fadeUp 1.5s ease both; margin-bottom: 2rem; }
.order-ref span { color: #6E6560; font-size: 0.75rem; }

.new-order-btn {
  background: transparent;
  border: 0.5px solid #D4AF7A;
  color: #6E6560;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 0.8rem 2.2rem;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 0;
  animation: fadeUp 1.6s ease both;
  text-decoration: none;
  display: inline-block;
}

.new-order-btn:hover { border-color: #B8965A; color: #B8965A; }

/* Animations */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes scaleIn {
  from { opacity: 0; transform: scale(0.7); }
  to { opacity: 1; transform: scale(1); }
}
.lang-toggle {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-top: 1.2rem;
  animation: fadeUp 1.8s ease both;
}

.lang-opt {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 0.8rem;
  letter-spacing: 0.2em;
  color: #C8BFB4;
  cursor: pointer;
  transition: color 0.3s;
  text-transform: uppercase;
}

.lang-opt.active {
  color: #B8965A;
  border-bottom: 0.5px solid #B8965A;
  padding-bottom: 1px;
}

.lang-opt:hover { color: #6E6560; }

.lang-sep {
  color: #D4AF7A;
  opacity: 0.4;
  font-size: 0.7rem;
}