/* ============================================================
   OnDestination - Feedback pagina stijlen
   Extends home.css / colors_and_type.css
   ============================================================ */

/* ── Feedback hero ─────────────────────────────────────── */
.fb-hero {
  position: relative;
  background:
    radial-gradient(920px 560px at 90% 8%, rgba(111,224,0,.14), transparent 56%),
    radial-gradient(600px 400px at 7% 94%, rgba(111,224,0,.07), transparent 52%),
    #000;
  color: #F8F5EE;
  padding: 130px 0 84px;
  overflow: hidden;
}

.fb-hero-inner {
  position: relative;
  z-index: 2;
}

.fb-hero h1 {
  font-size: clamp(42px, 6vw, 82px);
  line-height: .96;
  margin: 0 0 20px;
}

.fb-hero h1 em {
  font-style: normal;
  color: #6FE000;
  text-shadow: 0 0 44px rgba(111,224,0,.38);
}

.fb-hero-lead {
  font-size: clamp(15px, 1.4vw, 18px);
  font-weight: 300;
  line-height: 1.62;
  color: rgba(248,245,238,.68);
  max-width: 48ch;
  margin: 0 0 28px;
}

.fb-event-pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: rgba(111,224,0,.1);
  border: 1px solid rgba(111,224,0,.26);
  color: #6FE000;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 9px 18px;
  border-radius: 999px;
}

.fb-event-pill::before {
  content: "\2713";
  font-size: 11px;
}

/* ── Form container ─────────────────────────────────────── */
.fb-main { padding: 80px 0 104px; }

.fb-container {
  max-width: 680px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* ── Cards ─────────────────────────────────────────────── */
.fb-card {
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 20px;
  padding: 32px 36px 28px;
}

.fb-card.required-error {
  border-color: #E04848;
  animation: fb-shake 340ms ease both;
}

@keyframes fb-shake {
  0%, 100% { transform: translateX(0); }
  25%  { transform: translateX(-6px); }
  50%  { transform: translateX(6px); }
  75%  { transform: translateX(-3px); }
}

.fb-num {
  display: block;
  font-family: 'Kardige', sans-serif;
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #6FE000;
  margin: 0 0 10px;
}

.fb-card h2 {
  font-family: 'Kardige', sans-serif;
  font-weight: 400;
  font-size: 26px;
  letter-spacing: -.02em;
  color: #0A0A0A;
  margin: 0 0 6px;
  line-height: 1.1;
}

.fb-card-sub {
  font-size: 14.5px;
  color: #6a6a66;
  margin: 0 0 24px;
  line-height: 1.5;
}

/* ── Main star rating ──────────────────────────────────── */
.fb-stars-main {
  display: flex;
  justify-content: center;
  gap: 4px;
  margin: 4px 0 14px;
}

.fb-stars-main .star-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
  color: #D8D6CC;
  font-size: 52px;
  line-height: 1;
  display: inline-block;
  transition: color 130ms, transform 200ms cubic-bezier(.34,1.56,.64,1);
}

.fb-stars-main .star-btn.active {
  color: #6FE000;
  text-shadow: 0 0 22px rgba(111,224,0,.42);
  transform: scale(1.1);
}

.fb-rating-label {
  text-align: center;
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 700;
  color: #C0BDB4;
  margin: 0;
  min-height: 16px;
  transition: color 200ms;
}

.fb-rating-label.is-set { color: #3F8A00; }

/* ── Aspect rows ────────────────────────────────────────── */
.fb-aspects { border-top: 1px solid rgba(0,0,0,.07); }

.fb-aspect-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  border-bottom: 1px solid rgba(0,0,0,.06);
  gap: 12px;
}

.fb-aspect-row:last-child { border-bottom: 0; }

.fb-aspect-name {
  font-size: 15px;
  font-weight: 600;
  color: #1C1C1C;
}

.fb-stars-sm {
  display: flex;
  gap: 3px;
  flex-shrink: 0;
}

.fb-stars-sm .star-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 2px;
  color: #D8D6CC;
  font-size: 26px;
  line-height: 1;
  display: inline-block;
  transition: color 110ms, transform 160ms cubic-bezier(.34,1.56,.64,1);
}

.fb-stars-sm .star-btn.active {
  color: #6FE000;
  transform: scale(1.2);
}

/* ── Text fields ────────────────────────────────────────── */
.fb-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 18px;
}

.fb-field:last-child { margin-bottom: 0; }

.fb-label {
  font-size: 14px;
  font-weight: 700;
  color: #1C1C1C;
}

.fb-optional {
  font-weight: 400;
  color: #9a9a9a;
  font-size: 12.5px;
  margin-left: 4px;
}

.fb-input,
.fb-textarea {
  font-family: 'Luxe Uno', 'Helvetica Neue', Arial, sans-serif;
  font-size: 16px;
  color: #0A0A0A;
  background: #F8F5EE;
  border: 1.5px solid rgba(0,0,0,.1);
  border-radius: 12px;
  padding: 13px 16px;
  width: 100%;
  outline: none;
  transition: border-color 180ms, box-shadow 180ms;
  resize: vertical;
  line-height: 1.55;
}

.fb-input:focus,
.fb-textarea:focus {
  border-color: #6FE000;
  box-shadow: 0 0 0 3px rgba(111,224,0,.13);
}

.fb-input::placeholder,
.fb-textarea::placeholder { color: #C0BDB4; }

.fb-textarea { min-height: 96px; }

/* ── Two-column ─────────────────────────────────────────── */
.fb-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

/* ── Consent toggle ─────────────────────────────────────── */
.fb-consent {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding-top: 20px;
  margin-top: 6px;
  border-top: 1px solid rgba(0,0,0,.08);
  cursor: pointer;
  user-select: none;
}

.fb-consent input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.fb-toggle-pill {
  width: 44px;
  height: 26px;
  background: #C0BDB4;
  border-radius: 999px;
  flex-shrink: 0;
  position: relative;
  transition: background 220ms;
  margin-top: 2px;
}

.fb-toggle-pill::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  top: 3px;
  left: 3px;
  box-shadow: 0 1px 4px rgba(0,0,0,.22);
  transition: transform 220ms cubic-bezier(.34,1.56,.64,1);
}

.fb-consent input:checked ~ .fb-toggle-pill { background: #6FE000; }
.fb-consent input:checked ~ .fb-toggle-pill::after { transform: translateX(18px); }

.fb-consent-text {
  font-size: 14px;
  color: #4A4A4A;
  line-height: 1.6;
  margin-top: 2px;
}

/* ── Submit ─────────────────────────────────────────────── */
.fb-submit {
  width: 100%;
  justify-content: center;
  font-size: 16px;
  padding: 18px 32px;
  margin-top: 4px;
}

.fb-privacy-note {
  text-align: center;
  font-size: 12.5px;
  color: #8a8a86;
  line-height: 1.6;
  margin: 4px auto 0;
  max-width: none;
}

.fb-privacy-note a {
  color: #3F8A00;
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* ── Success state ──────────────────────────────────────── */
.fb-success {
  background: #000;
  color: #F8F5EE;
  position: relative;
  overflow: hidden;
  padding: 120px 0;
  text-align: center;
}

.fb-success::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 72% 60% at 50% 52%, rgba(111,224,0,.13), transparent 66%);
  pointer-events: none;
}

.fb-success-inner {
  position: relative;
  z-index: 2;
  max-width: 560px;
  margin: 0 auto;
  padding: 0 32px;
}

.fb-success-stars {
  font-size: 32px;
  color: #6FE000;
  letter-spacing: 5px;
  margin-bottom: 28px;
  text-shadow: 0 0 28px rgba(111,224,0,.5);
}

.fb-success h2 {
  font-family: 'Kardige', sans-serif;
  font-size: clamp(38px, 5.5vw, 68px);
  font-weight: 400;
  line-height: .96;
  letter-spacing: -.025em;
  margin: 0 0 22px;
}

.fb-success h2 em {
  font-style: normal;
  color: #6FE000;
}

.fb-success p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.65;
  color: rgba(248,245,238,.66);
  max-width: 44ch;
  margin: 0 auto 40px;
}

.fb-success-btns {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ── Share card ─────────────────────────────────────────── */
.fb-success-sub {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.65;
  color: rgba(248,245,238,.66);
  max-width: 44ch;
  margin: 0 auto 30px;
}

.fb-share-card {
  background: #141414;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 20px;
  padding: 26px 30px 24px;
  text-align: left;
  margin: 0 0 24px;
  transition: border-color 220ms;
}

.fb-share-card:hover { border-color: rgba(111,224,0,.28); }

.fb-share-stars-sm {
  font-size: 15px;
  color: #6FE000;
  letter-spacing: 3px;
  display: block;
  margin-bottom: 14px;
}

.fb-share-quote {
  font-size: 16px;
  line-height: 1.68;
  color: #E6E6E6;
  margin: 0 0 14px;
  font-style: italic;
  font-weight: 400;
  max-width: none;
}

.fb-share-who {
  font-size: 13px;
  color: #6a6a66;
  margin: 0;
  font-weight: 400;
  max-width: none;
}

.fb-share-who strong {
  color: #C7C7C7;
  font-weight: 600;
}

.fb-website-link {
  display: inline-block;
  margin-top: 22px;
  font-size: 13px;
  color: rgba(248,245,238,.32);
  letter-spacing: .04em;
  transition: color 180ms;
}

.fb-website-link:hover { color: rgba(248,245,238,.62); }

/* Copy success state */
.btn.btn-copy-done { background: #3F8A00; pointer-events: none; }
.btn.btn-copy-done:hover { background: #3F8A00; box-shadow: none; transform: none; }

/* ── Sorry / lage beoordeling ──────────────────────────── */
.fb-sorry {
  background: #000;
  color: #F8F5EE;
  position: relative;
  overflow: hidden;
  padding: 100px 0 120px;
  text-align: center;
}

.fb-sorry::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 56% 46% at 50% 38%, rgba(111,224,0,.07), transparent 65%);
  pointer-events: none;
}

.fb-sorry-inner {
  position: relative;
  z-index: 2;
  max-width: 560px;
  margin: 0 auto;
  padding: 0 32px;
}

.fb-sorry-inner h2 {
  font-family: 'Kardige', sans-serif;
  font-size: clamp(38px, 5.5vw, 68px);
  font-weight: 400;
  line-height: .96;
  letter-spacing: -.025em;
  margin: 0 0 22px;
}

.fb-sorry-inner h2 em {
  font-style: normal;
  color: #6FE000;
}

.fb-sorry-lead {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.65;
  color: rgba(248,245,238,.64);
  max-width: 44ch;
  margin: 0 auto 30px;
}

.fb-sorry-card {
  background: #111;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 20px;
  padding: 28px 30px;
  text-align: left;
}

.fb-sorry-card .fb-label { color: #C7C7C7; }

.fb-sorry-card .fb-input,
.fb-sorry-card .fb-textarea {
  background: #1C1C1C;
  border-color: rgba(255,255,255,.12);
  color: #F8F5EE;
}

.fb-sorry-card .fb-input:focus,
.fb-sorry-card .fb-textarea:focus {
  border-color: #6FE000;
  box-shadow: 0 0 0 3px rgba(111,224,0,.12);
}

.fb-sorry-card .fb-input::placeholder,
.fb-sorry-card .fb-textarea::placeholder { color: rgba(255,255,255,.22); }

.fb-sorry-confirm h2 {
  font-family: 'Kardige', sans-serif;
  font-size: clamp(38px, 5.5vw, 68px);
  font-weight: 400;
  line-height: .96;
  letter-spacing: -.025em;
  margin: 0 0 22px;
}

.fb-sorry-confirm h2 em { font-style: normal; color: #6FE000; }

.fb-sorry-confirm p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.65;
  color: rgba(248,245,238,.64);
  max-width: 44ch;
  margin: 0 auto 36px;
}

/* ── Responsive ─────────────────────────────────────────── */
@media (max-width: 720px) {
  .fb-hero { padding: 100px 0 60px; }
  .fb-container { padding: 0 20px; }
  .fb-card { padding: 24px 22px 22px; }
  .fb-two-col { grid-template-columns: 1fr; }
  .fb-stars-main .star-btn { font-size: 40px; }
  .fb-aspect-row { flex-direction: column; align-items: flex-start; gap: 8px; }
}
