/* Planner Maison — Sorteos TikTok / Instagram */
.giveaway-page {
  background:
    radial-gradient(
      circle at top left,
      rgba(146, 164, 187, 0.22),
      transparent 34rem
    ),
    radial-gradient(
      circle at bottom right,
      rgba(242, 184, 114, 0.22),
      transparent 30rem
    ),
    #f7f1e3;
  color: #22354a;
}

.giveaway-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding-bottom: 72px;
}

.giveaway-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 28px;
  align-items: stretch;
  margin-top: 18px;
}

.giveaway-hero__copy,
.giveaway-prize-card,
.giveaway-card,
.giveaway-terms {
  border: 1px solid rgba(34, 53, 74, 0.11);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 44px rgba(34, 53, 74, 0.1);
}

.giveaway-hero__copy {
  padding: clamp(30px, 5vw, 58px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 430px;
}

.giveaway-eyebrow,
.giveaway-card__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #52677d;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.giveaway-hero h1 {
  margin: 14px 0 16px;
  max-width: 780px;
  color: #22354a;
  font-size: clamp(2.4rem, 6vw, 4.7rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.giveaway-hero__copy > p {
  max-width: 720px;
  margin: 0;
  color: #6d7787;
  font-size: 1rem;
  line-height: 1.7;
}

.giveaway-hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.giveaway-hero__badges span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 8px 14px;
  border: 1px solid rgba(34, 53, 74, 0.1);
  border-radius: 999px;
  background: #fbf8f1;
  color: #344a62;
  font-size: 0.78rem;
  font-weight: 800;
}

.giveaway-prize-card {
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

.giveaway-prize-card__label {
  align-self: center;
  padding: 7px 12px;
  border-radius: 999px;
  background: #edf2f7;
  color: #52677d;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.giveaway-prize-card img {
  margin: 10px auto 4px;
  filter: drop-shadow(0 24px 22px rgba(34, 53, 74, 0.14));
}

.giveaway-prize-card h2 {
  margin: 4px 0 8px;
  font-size: 1.3rem;
  color: #22354a;
}

.giveaway-prize-card p {
  margin: 0;
  color: #6d7787;
  font-size: 0.86rem;
}

.giveaway-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 22px;
  margin-top: 22px;
}

.giveaway-card {
  padding: 28px;
}

.giveaway-card__header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
}

.giveaway-card__step {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 15px;
  background: #92a4bb;
  color: white;
  font-size: 1rem;
  font-weight: 900;
  box-shadow: 0 9px 20px rgba(146, 164, 187, 0.28);
}

.giveaway-card__header h2,
.giveaway-terms h2 {
  margin: 3px 0 0;
  color: #22354a;
  font-size: clamp(1.55rem, 3vw, 2.1rem);
  line-height: 1.1;
}

.giveaway-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.giveaway-field {
  display: flex;
  flex-direction: column;
}

.giveaway-field label {
  margin-bottom: 7px;
  color: #22354a;
  font-size: 0.8rem;
  font-weight: 800;
}

.giveaway-field input,
.giveaway-field select {
  min-height: 50px;
  border: 1px solid #cbd5e1;
  border-radius: 13px;
  padding: 0 14px;
  background: #fff;
  color: #0f172a;
  font:
    500 0.94rem/1.4 "Roboto Mono",
    monospace;
}
.giveaway-hint {
  display: block;
  margin-top: 6px;
  color: #707b8c;
  font-size: 0.72rem;
  line-height: 1.4;
}

.giveaway-field input:focus,
.giveaway-field select:focus {
  outline: none;
  border-color: #92a4bb;
  box-shadow: 0 0 0 4px rgba(146, 164, 187, 0.2);
}

.giveaway-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 16px;
  color: #566274;
  font-size: 0.78rem;
  line-height: 1.55;
}

.giveaway-consent input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: #92a4bb;
}

.giveaway-consent a {
  color: #344a62;
  font-weight: 800;
}

.giveaway-submit {
  width: 100%;
  min-height: 58px;
  margin-top: 20px;
  border: 0;
  border-radius: 15px;
  background: linear-gradient(180deg, #f5c77d, #f2b872);
  color: #2f241b;
  font:
    900 0.96rem/1.2 "Roboto Mono",
    monospace;
  cursor: pointer;
  box-shadow: 0 14px 28px rgba(242, 184, 114, 0.26);
  transition:
    transform 0.16s ease,
    box-shadow 0.16s ease;
}

.giveaway-submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 34px rgba(242, 184, 114, 0.32);
}

.giveaway-submit[disabled] {
  opacity: 0.6;
  cursor: wait;
  transform: none;
}

.giveaway-form-note {
  margin: 13px 0 0;
  color: #7a8593;
  font-size: 0.72rem;
  line-height: 1.55;
  text-align: center;
}

.giveaway-status {
  min-height: 1.4em;
  margin-top: 12px;
  font-size: 0.78rem;
  line-height: 1.5;
  text-align: center;
}

.giveaway-status[data-kind="ok"] {
  color: #2d8659;
}
.giveaway-status[data-kind="error"] {
  color: #b91c1c;
}
.giveaway-status[data-kind="info"] {
  color: #52677d;
}

.giveaway-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.giveaway-checklist {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.giveaway-checklist li {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 14px;
  border: 1px solid rgba(34, 53, 74, 0.1);
  border-radius: 15px;
  background: #fbf8f1;
}

.giveaway-checklist li > span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: #edf2f7;
  color: #344a62;
  font-size: 0.82rem;
  font-weight: 900;
}

.giveaway-checklist strong {
  display: block;
  color: #22354a;
  font-size: 0.83rem;
}

.giveaway-checklist p {
  margin: 5px 0 0;
  color: #6d7787;
  font-size: 0.74rem;
  line-height: 1.45;
}

.giveaway-social-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 18px;
}

.giveaway-social-links a {
  display: flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid rgba(34, 53, 74, 0.11);
  border-radius: 13px;
  background: white;
  color: #344a62;
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 800;
}

.giveaway-social-links a:hover {
  background: #edf2f7;
}

.giveaway-terms {
  margin-top: 22px;
  padding: 30px;
}

.giveaway-terms__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 20px;
}

.giveaway-terms article {
  padding: 18px;
  border: 1px solid rgba(34, 53, 74, 0.1);
  border-radius: 16px;
  background: #fbf8f1;
}

.giveaway-terms article i {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: 12px;
  border-radius: 13px;
  background: #edf2f7;
  color: #52677d;
}

.giveaway-terms h3 {
  margin: 0;
  color: #22354a;
  font-size: 0.9rem;
}

.giveaway-terms article p {
  margin: 7px 0 0;
  color: #6d7787;
  font-size: 0.76rem;
  line-height: 1.55;
}

.giveaway-legal-note {
  margin: 18px 0 0;
  color: #6d7787;
  font-size: 0.72rem;
  line-height: 1.6;
}

@media (max-width: 980px) {
  .giveaway-hero,
  .giveaway-grid {
    grid-template-columns: 1fr;
  }
  .giveaway-prize-card {
    min-height: 0;
  }
  .giveaway-terms__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .giveaway-shell {
    width: min(100% - 20px, 1180px);
  }
  .giveaway-hero__copy,
  .giveaway-card,
  .giveaway-terms {
    padding: 20px;
    border-radius: 19px;
  }
  .giveaway-hero__copy {
    min-height: 0;
  }
  .giveaway-form-grid,
  .giveaway-social-links,
  .giveaway-terms__grid {
    grid-template-columns: 1fr;
  }
  .giveaway-card__header {
    align-items: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .giveaway-submit {
    transition: none;
  }
}
