/* ============================================================
   ROI Estate — Podpultovky (Investujte chytře)
   Hero + supporting sections.
   Prefix: re-podp-
   ============================================================ */

/* ---------- HERO ---------- */
.re-podp-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-block: clamp(10rem, 12vw, 14rem) clamp(6rem, 8vw, 9rem);
  color: var(--white);
  background:
    radial-gradient(ellipse at 0% 0%, rgba(53, 100, 242, 0.22) 0%, transparent 55%),
    radial-gradient(ellipse at 100% 100%, rgba(206, 170, 98, 0.14) 0%, transparent 55%),
    linear-gradient(160deg, #0A1631 0%, #0E1C39 55%, #132544 100%);
}

.re-podp-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    radial-gradient(circle at 1px 1px, rgba(255, 255, 255, 0.05) 1px, transparent 0);
  background-size: 3.2rem 3.2rem;
  opacity: 0.6;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2));
  pointer-events: none;
}

.re-podp-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: clamp(3.2rem, 5vw, 6.4rem);
  align-items: center;
}

.re-podp-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  margin: 0 0 var(--space-m);
  font-family: monospace;
  font-size: var(--text-xs);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--secondary);
}

.re-podp-hero__eyebrow::before {
  content: "";
  display: inline-block;
  width: 3rem;
  height: 1px;
  background: var(--secondary);
}

.re-podp-hero__title {
  margin: 0 0 2.4rem;
  font-size: clamp(3.6rem, 1.4rem + 3vw, 6rem);
  font-weight: 300;
  line-height: 1.02;
  letter-spacing: -0.02em;
  color: var(--white);
  text-wrap: balance;
}

.re-podp-hero__title em {
  display: inline;
  color: var(--secondary);
  font-style: normal;
  font-weight: 700;
}

.re-podp-hero__lead {
  margin: 0 0 3.2rem;
  max-width: 48rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.7rem, 0.4vw + 1.55rem, 1.95rem);
  line-height: 1.58;
}

.re-podp-hero__benefits {
  display: grid;
  gap: 2rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.re-podp-hero__benefit {
  display: grid;
  grid-template-columns: 4.8rem 1fr;
  gap: 1.6rem;
  align-items: start;
}

.re-podp-hero__benefit-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.04);
  color: var(--white);
  flex-shrink: 0;
}

.re-podp-hero__benefit-icon svg {
  width: 2.2rem;
  height: 2.2rem;
}

.re-podp-hero__benefit-body strong {
  display: block;
  margin-bottom: 0.4rem;
  color: var(--white);
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.3;
}

.re-podp-hero__benefit-body span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.5rem;
  line-height: 1.5;
}

/* ---------- Hero card (right side) ---------- */
.re-podp-card {
  position: relative;
  padding: clamp(2.8rem, 3vw, 3.6rem);
  background: var(--white);
  color: var(--base);
  border-radius: 2.4rem;
  box-shadow:
    0 32px 60px -30px rgba(0, 0, 0, 0.55),
    0 10px 28px -12px rgba(0, 0, 0, 0.35);
}

.re-podp-card__ribbon {
  position: absolute;
  top: -1.6rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.9rem 2rem;
  border-radius: 999px;
  background: var(--secondary);
  color: var(--base);
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: 0 8px 20px -8px rgba(206, 170, 98, 0.6);
}

.re-podp-card__kicker {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin: 0.6rem 0 1.6rem;
  color: var(--primary);
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.re-podp-card__dot {
  position: relative;
  display: inline-block;
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 999px;
  background: var(--primary);
}

.re-podp-card__dot::after {
  content: "";
  position: absolute;
  inset: -0.35rem;
  border-radius: 999px;
  border: 2px solid rgba(53, 100, 242, 0.35);
  animation: re-podp-pulse 1.8s ease-out infinite;
}

@keyframes re-podp-pulse {
  0%   { transform: scale(0.8); opacity: 0.9; }
  100% { transform: scale(1.6); opacity: 0; }
}

/* Teaser grid */
.re-podp-card__teasers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-bottom: 2rem;
}

.re-podp-teaser {
  position: relative;
  border-radius: 1.4rem;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: linear-gradient(135deg, #E6E9F2 0%, #CED4E4 100%);
}

.re-podp-teaser img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.re-podp-teaser__score {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3rem;
  padding: 0.3rem 0.7rem;
  border-radius: 0.6rem;
  background: var(--base);
  color: var(--white);
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1;
}

.re-podp-teaser--locked {
  background: linear-gradient(135deg, #2B3A5C 0%, #132544 100%);
}

.re-podp-teaser--locked::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.08), transparent 50%),
    radial-gradient(circle at 70% 70%, rgba(206, 170, 98, 0.12), transparent 50%);
  backdrop-filter: blur(6px);
}

.re-podp-teaser__lock {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  color: var(--white);
  text-align: center;
  padding: 0.8rem;
}

.re-podp-teaser__lock svg {
  width: 2rem;
  height: 2rem;
  color: var(--secondary);
}

.re-podp-teaser__lock span {
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1.2;
}

.re-podp-card__teaser-meta {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin-top: 0.8rem;
  padding: 0 0.2rem;
}

.re-podp-card__teaser-meta-title {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--base);
  line-height: 1.2;
}

.re-podp-card__teaser-meta-stats {
  font-size: 1.2rem;
  color: rgba(14, 28, 57, 0.6);
  line-height: 1.3;
}

.re-podp-card__teaser-wrap {
  display: flex;
  flex-direction: column;
}

/* Marquee — infinite slider 10 obrázků nemovitostí, zprava → doleva */
.re-podp-card__marquee {
  position: relative;
  margin: 1.6rem -2rem 2rem;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, transparent 0, #000 32px, #000 calc(100% - 32px), transparent 100%);
          mask-image: linear-gradient(to right, transparent 0, #000 32px, #000 calc(100% - 32px), transparent 100%);
}
.re-podp-card__marquee-track {
  display: flex;
  gap: 1rem;
  width: max-content;
  animation: re-podp-marquee 55s linear infinite;
}
.re-podp-card__marquee-item {
  flex: 0 0 auto;
  width: 9.6rem;
  height: 7.2rem;
  border-radius: 1rem;
  overflow: hidden;
  background: linear-gradient(135deg, #E6E9F2 0%, #CED4E4 100%);
}
.re-podp-card__marquee-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@keyframes re-podp-marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(calc(-50% - 0.5rem)); }
}
@media (prefers-reduced-motion: reduce) {
  .re-podp-card__marquee-track { animation: none; }
}

/* Separator + body */
.re-podp-card__divider {
  height: 1px;
  background: repeating-linear-gradient(90deg, rgba(14, 28, 57, 0.18) 0 4px, transparent 4px 8px);
  margin: 1.6rem 0 1.8rem;
}

.re-podp-card__title {
  margin: 0 0 0.8rem;
  font-size: 2.1rem;
  font-weight: 800;
  color: var(--base);
  line-height: 1.25;
}

.re-podp-card__desc {
  margin: 0 0 2rem;
  color: rgba(14, 28, 57, 0.72);
  font-size: 1.5rem;
  line-height: 1.55;
}

/* Inline form */
.re-podp-card__form {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.re-podp-card__form .re-podp-card__submit {
  width: 100%;
  box-sizing: border-box;
  justify-content: center;
  margin-top: 0.4rem;
  white-space: normal;
  text-align: center;
  min-width: 0;
}

.re-podp-card__input {
  width: 100%;
  padding: 1.4rem 2rem;
  border: 1px solid rgba(14, 28, 57, 0.08);
  background: var(--cream-50);
  border-radius: 999px;
  color: var(--base);
  font: inherit;
  font-size: 1.5rem;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.re-podp-card__input:focus {
  outline: none;
  border-color: var(--primary);
  background: var(--white);
}

.re-podp-card__input::placeholder {
  color: rgba(14, 28, 57, 0.4);
}

.re-podp-card__submit {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  padding: 1.4rem 2.4rem;
  border: 0;
  border-radius: 999px;
  background: var(--primary);
  color: var(--white);
  font: inherit;
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 12px 28px -12px rgba(53, 100, 242, 0.6);
}

.re-podp-card__submit:hover {
  background: var(--action-hover);
  transform: translateY(-1px);
}

.re-podp-card__submit svg {
  width: 1.6rem;
  height: 1.6rem;
}

.re-podp-card__fineprint {
  margin: 1.4rem 0 0;
  color: rgba(14, 28, 57, 0.56);
  font-size: 1.3rem;
  line-height: 1.45;
}

/* Social proof */
.re-podp-card__proof {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-top: 2rem;
  padding: 1.2rem 1.6rem;
  border-radius: 1.4rem;
  background: linear-gradient(90deg, rgba(53, 100, 242, 0.06) 0%, rgba(206, 170, 98, 0.06) 100%);
  border: 1px solid rgba(53, 100, 242, 0.12);
}

.re-podp-card__proof-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 999px;
  background: var(--primary);
  color: var(--white);
  box-shadow: 0 4px 12px -4px rgba(53, 100, 242, 0.5);
}

.re-podp-card__proof-icon svg {
  width: 2rem;
  height: 2rem;
}

.re-podp-card__proof-text {
  margin: 0;
  color: rgba(14, 28, 57, 0.72);
  font-size: 1.4rem;
  line-height: 1.35;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.re-podp-card__proof-text strong {
  color: var(--base);
  font-weight: 800;
}

/* Hero bottom CTA button */
.re-podp-hero__footer {
  display: flex;
  justify-content: center;
  margin-top: clamp(5rem, 6vw, 7rem);
}

.re-podp-hero__ghost {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  padding: 1.6rem 3rem;
  border: 1.5px solid rgba(255, 255, 255, 0.5);
  border-radius: 999px;
  color: var(--white);
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.re-podp-hero__ghost:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: var(--white);
  transform: translateY(-1px);
}

/* ---------- BENEFITS BAND ---------- */
.re-podp-band {
  padding: clamp(6rem, 7vw, 8.4rem) 0;
  background: var(--cream-50);
}

.re-podp-band__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
}

.re-podp-perk {
  padding: 2.8rem;
  background: var(--white);
  border: 1px solid rgba(14, 28, 57, 0.06);
  border-radius: 2rem;
  box-shadow: 0 20px 40px -36px rgba(14, 28, 57, 0.22);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.re-podp-perk:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 44px -32px rgba(14, 28, 57, 0.28);
}

.re-podp-perk__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  margin-bottom: 1.6rem;
  border-radius: 1.4rem;
  background: rgba(53, 100, 242, 0.08);
  color: var(--primary);
}

.re-podp-perk__icon svg { width: 2.4rem; height: 2.4rem; }

.re-podp-perk__title {
  margin: 0 0 0.8rem;
  color: var(--base);
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.25;
}

.re-podp-perk__desc {
  margin: 0;
  color: rgba(14, 28, 57, 0.72);
  font-size: 1.5rem;
  line-height: 1.55;
}

/* ---------- PROCESS TIMELINE ---------- */
.re-podp-process {
  padding: clamp(6rem, 8vw, 9rem) 0;
  background: var(--white);
}

.re-podp-process__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2rem;
  margin-top: clamp(4rem, 5vw, 5.4rem);
  position: relative;
}

.re-podp-process__grid::before {
  content: "";
  position: absolute;
  top: 3rem;
  left: 12%;
  right: 12%;
  height: 2px;
  background: repeating-linear-gradient(90deg, rgba(53, 100, 242, 0.4) 0 6px, transparent 6px 12px);
  z-index: 0;
}

.re-podp-step {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 0 1rem;
}

.re-podp-step__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 6rem;
  margin: 0 auto 1.6rem;
  border-radius: 999px;
  background: var(--base);
  color: var(--secondary);
  font-size: 2.4rem;
  font-weight: 800;
  border: 4px solid var(--white);
  box-shadow: 0 8px 20px -10px rgba(14, 28, 57, 0.35);
}

.re-podp-step__title {
  margin: 0 0 0.6rem;
  color: var(--base);
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 1.25;
}

.re-podp-step__desc {
  margin: 0;
  color: rgba(14, 28, 57, 0.68);
  font-size: 1.45rem;
  line-height: 1.5;
}

/* ---------- AUDIT BLOCK (improved) ---------- */
.re-podp-audit {
  padding: clamp(6rem, 8vw, 9rem) 0;
  background:
    radial-gradient(ellipse at 0% 0%, rgba(53, 100, 242, 0.18) 0%, transparent 50%),
    linear-gradient(135deg, #0E1C39 0%, #132544 100%);
  color: var(--white);
}

.re-podp-audit__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(3rem, 4vw, 5rem);
  align-items: center;
}

.re-podp-audit__eyebrow {
  color: var(--secondary);
  font-size: 1.3rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin: 0 0 1.6rem;
}

.re-podp-audit__title {
  margin: 0 0 1.6rem;
  color: var(--white);
  font-size: clamp(3.2rem, 2.2rem + 1.4vw, 4.4rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.015em;
}

.re-podp-audit__title em {
  color: var(--secondary);
  font-style: normal;
}

.re-podp-audit__lead {
  margin: 0 0 3rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.7rem;
  line-height: 1.6;
}

.re-podp-audit__metrics {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2rem;
  padding: 2.4rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 2rem;
  backdrop-filter: blur(10px);
}

.re-podp-metric {
  padding: 1.6rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.2rem;
}

.re-podp-metric__value {
  display: block;
  margin-bottom: 0.4rem;
  color: var(--secondary);
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.01em;
}

.re-podp-metric__label {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.3rem;
  line-height: 1.4;
}

.re-podp-audit__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  margin-top: 2rem;
  padding: 1rem 1.6rem;
  background: rgba(206, 170, 98, 0.12);
  border: 1px solid rgba(206, 170, 98, 0.3);
  border-radius: 999px;
  color: var(--secondary);
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

/* ---------- COMPARISON TABLE ---------- */
.re-podp-compare {
  padding: clamp(6rem, 8vw, 9rem) 0;
  background: var(--cream-50);
}

.re-podp-compare__wrap {
  max-width: 96rem;
  margin: clamp(4rem, 5vw, 5rem) auto 0;
}

.re-podp-compare__table {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  background: var(--white);
  border-radius: 2rem;
  overflow: hidden;
  box-shadow: 0 30px 60px -40px rgba(14, 28, 57, 0.3);
}

.re-podp-compare__cell {
  padding: 2rem 2.4rem;
  border-bottom: 1px solid rgba(14, 28, 57, 0.06);
  font-size: 1.5rem;
  color: rgba(14, 28, 57, 0.78);
  display: flex;
  align-items: center;
  gap: 1rem;
  line-height: 1.45;
}

.re-podp-compare__cell--head {
  padding-top: 2.6rem;
  padding-bottom: 2.6rem;
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--base);
  background: var(--cream-50);
  border-bottom: 2px solid rgba(14, 28, 57, 0.08);
}

.re-podp-compare__cell--featured {
  background: linear-gradient(180deg, rgba(53, 100, 242, 0.05) 0%, rgba(53, 100, 242, 0.02) 100%);
  color: var(--base);
  font-weight: 600;
  border-left: 1px solid rgba(53, 100, 242, 0.12);
  border-right: 1px solid rgba(53, 100, 242, 0.12);
}

.re-podp-compare__cell--head.re-podp-compare__cell--featured {
  color: var(--primary);
  background: rgba(53, 100, 242, 0.08);
}

.re-podp-compare__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 999px;
  flex-shrink: 0;
}

.re-podp-compare__icon--yes { background: rgba(53, 100, 242, 0.12); color: var(--primary); }
.re-podp-compare__icon--no  { background: rgba(14, 28, 57, 0.08); color: rgba(14, 28, 57, 0.4); }

.re-podp-compare__icon svg { width: 1.2rem; height: 1.2rem; }

.re-podp-compare__row-label {
  color: var(--base);
  font-weight: 700;
}

/* ---------- REGISTER (bottom form) ---------- */
.re-podp-register {
  padding: clamp(6rem, 8vw, 9rem) 0 clamp(7rem, 9vw, 11rem);
  background:
    radial-gradient(ellipse at 0% 0%, rgba(53, 100, 242, 0.06) 0%, transparent 45%),
    radial-gradient(ellipse at 100% 100%, rgba(206, 170, 98, 0.08) 0%, transparent 45%),
    var(--cream-50);
}

.re-podp-register__card {
  position: relative;
  max-width: 124rem;
  margin: 0 auto;
  background: var(--white);
  border: 1px solid rgba(14, 28, 57, 0.06);
  border-radius: 2.8rem;
  overflow: hidden;
  box-shadow:
    0 40px 80px -40px rgba(14, 28, 57, 0.25),
    0 20px 40px -30px rgba(14, 28, 57, 0.15);
}

.re-podp-register__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: stretch;
}

/* Visual / images panel (left) */
.re-podp-register__visual {
  position: relative;
  padding: clamp(3rem, 4vw, 4.8rem);
  background:
    radial-gradient(ellipse at 0% 0%, rgba(53, 100, 242, 0.25) 0%, transparent 55%),
    radial-gradient(ellipse at 100% 100%, rgba(206, 170, 98, 0.18) 0%, transparent 55%),
    linear-gradient(160deg, #0A1631 0%, #0E1C39 55%, #132544 100%);
  color: var(--white);
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.re-podp-register__visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 1px 1px, rgba(255, 255, 255, 0.05) 1px, transparent 0);
  background-size: 3.2rem 3.2rem;
  opacity: 0.5;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2));
  pointer-events: none;
}

.re-podp-register__visual > * {
  position: relative;
}

.re-podp-register__kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  color: var(--secondary);
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.re-podp-register__kicker .re-podp-card__dot {
  background: var(--secondary);
}

.re-podp-register__kicker .re-podp-card__dot::after {
  border-color: rgba(206, 170, 98, 0.4);
}

.re-podp-register__visual-title {
  margin: 0.8rem 0 1.2rem;
  color: var(--white);
  font-size: clamp(2.4rem, 1.8rem + 1vw, 3rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.015em;
}

.re-podp-register__visual-title em {
  color: var(--secondary);
  font-style: normal;
}

.re-podp-register__teasers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem 1.2rem;
  margin-top: auto;
}

.re-podp-register__teaser {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.re-podp-register__teaser .re-podp-teaser {
  aspect-ratio: 4 / 3;
}

.re-podp-register__teaser-body {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.re-podp-register__teaser-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--white);
  line-height: 1.2;
}

.re-podp-register__teaser-title--locked {
  color: rgba(255, 255, 255, 0.35);
  letter-spacing: 0.2em;
}

.re-podp-register__teaser-meta {
  font-size: 1.15rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.3;
}

.re-podp-register__teaser-stats {
  display: flex;
  gap: 1.2rem;
  margin-top: 0.2rem;
  flex-wrap: wrap;
}

.re-podp-register__teaser-stats span {
  display: inline-flex;
  flex-direction: column;
  font-size: 1.05rem;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.55);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.re-podp-register__teaser-stats strong {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--secondary);
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 0.1rem;
}

.re-podp-register__teaser-stats--locked strong {
  color: rgba(206, 170, 98, 0.35);
}

.re-podp-register__proof {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-top: 0.6rem;
  padding: 1.2rem 1.6rem;
  border-radius: 1.4rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(6px);
}

.re-podp-register__proof-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 999px;
  background: rgba(206, 170, 98, 0.16);
  color: var(--secondary);
  border: 1px solid rgba(206, 170, 98, 0.3);
}

.re-podp-register__proof-icon svg {
  width: 2rem;
  height: 2rem;
}

.re-podp-register__proof-text {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.4rem;
  line-height: 1.35;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.re-podp-register__proof-text strong {
  color: var(--white);
  font-weight: 800;
}

/* Form panel (right) */
.re-podp-register__form-wrap {
  padding: clamp(3rem, 4vw, 4.8rem);
  display: flex;
  flex-direction: column;
}

.re-podp-register__eyebrow {
  margin: 0 0 1rem;
  color: var(--primary);
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.re-podp-register__title {
  margin: 0 0 1rem;
  color: var(--base);
  font-size: clamp(2.8rem, 2rem + 1.2vw, 3.6rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.re-podp-register__lead {
  margin: 0 0 2.8rem;
  color: rgba(14, 28, 57, 0.72);
  font-size: 1.6rem;
  line-height: 1.55;
}

.re-podp-form {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.re-podp-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.6rem;
}

.re-podp-form__field--full {
  grid-column: 1 / -1;
}

.re-podp-form .re-field__label {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--base);
  letter-spacing: 0.02em;
}

.re-podp-form .re-input {
  padding: 1.4rem 1.8rem;
  background: var(--cream-50);
  border: 1px solid rgba(14, 28, 57, 0.1);
  border-radius: 1.2rem;
  font-size: 1.55rem;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.re-podp-form .re-input:focus {
  background: var(--white);
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(53, 100, 242, 0.16);
  outline: none;
}

.re-podp-form__consent {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  padding: 1.8rem;
  background: var(--cream-50);
  border-radius: 1.4rem;
  border: 1px solid rgba(14, 28, 57, 0.06);
}

.re-podp-form__consent .re-check {
  align-items: flex-start;
  font-size: 1.4rem;
  line-height: 1.45;
  color: rgba(14, 28, 57, 0.82);
}

.re-podp-form__consent .re-check a {
  color: var(--primary);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.re-podp-form__consent .re-check__box {
  width: 2rem;
  height: 2rem;
  margin-top: 0.2rem;
  flex-shrink: 0;
}

.re-podp-form__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 100%;
  padding: 1.8rem 2.4rem;
  border: 0;
  border-radius: 999px;
  background: var(--primary);
  color: var(--white);
  font: inherit;
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 16px 36px -16px rgba(53, 100, 242, 0.6);
}

.re-podp-form__submit:hover {
  background: var(--action-hover);
  transform: translateY(-1px);
  box-shadow: 0 22px 44px -18px rgba(53, 100, 242, 0.7);
}

.re-podp-form__submit svg {
  width: 1.8rem;
  height: 1.8rem;
}

.re-podp-form__reassure {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem 2rem;
  margin: 0.4rem 0 0;
  padding: 0;
  list-style: none;
  justify-content: center;
}

.re-podp-form__reassure li {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  color: rgba(14, 28, 57, 0.66);
  font-size: 1.3rem;
  font-weight: 600;
}

.re-podp-form__reassure svg {
  color: var(--primary);
  flex-shrink: 0;
}

.re-podp-form__gdpr {
  margin: 0.4rem 0 0;
  text-align: center;
  color: rgba(14, 28, 57, 0.56);
  font-size: 1.25rem;
  line-height: 1.5;
}

.re-podp-form__gdpr a {
  color: var(--primary);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 1080px) {
  .re-podp-hero__grid,
  .re-podp-audit__grid,
  .re-podp-register__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .re-podp-card {
    max-width: 100%;
    min-width: 0;
  }

  .re-podp-register__visual {
    order: 2;
  }

  .re-podp-register__form-wrap {
    order: 1;
  }

  .re-podp-card {
    margin-top: 2rem;
  }

  .re-podp-band__grid {
    grid-template-columns: 1fr;
  }

  .re-podp-process__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 3.6rem 2rem;
  }

  .re-podp-process__grid::before {
    display: none;
  }

  .re-podp-compare__table {
    grid-template-columns: 1fr 0.8fr 0.8fr;
  }

  .re-podp-compare__cell {
    padding: 1.6rem 1.4rem;
    font-size: 1.4rem;
  }
}

@media (max-width: 720px) {
  .re-podp-hero {
    padding-block: 8rem 5rem;
  }

  .re-podp-card {
    padding: 2.4rem 1.8rem;
  }

  .re-podp-card__ribbon {
    font-size: 1.05rem;
    padding: 0.7rem 1.4rem;
    letter-spacing: 0.08em;
    max-width: calc(100% - 2rem);
    white-space: normal;
    text-align: center;
    line-height: 1.2;
  }

  .re-podp-card__teasers {
    gap: 0.7rem;
  }

  .re-podp-card__form {
    grid-template-columns: minmax(0, 1fr);
  }
  .re-podp-card__input {
    min-width: 0;
    width: 100%;
    box-sizing: border-box;
  }

  .re-podp-card__submit {
    justify-content: center;
    padding: 1.3rem 1.6rem;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    gap: 0.6rem;
  }

  .re-podp-process__grid {
    grid-template-columns: 1fr;
  }

  .re-podp-audit__metrics {
    grid-template-columns: 1fr;
    padding: 1.6rem;
  }

  .re-podp-form__grid {
    grid-template-columns: 1fr;
  }

  .re-podp-register__teasers {
    gap: 0.8rem;
  }

  .re-podp-register__teaser-stats {
    gap: 0.8rem;
  }

  .re-podp-register__teaser:nth-child(4),
  .re-podp-register__teaser:nth-child(5) {
    display: none;
  }

  .re-podp-card__proof-text,
  .re-podp-register__proof-text {
    white-space: normal;
    font-size: 1.3rem;
  }

  .re-podp-compare__table {
    font-size: 1.3rem;
  }

  .re-podp-compare__cell {
    padding: 1.2rem 1rem;
    font-size: 1.3rem;
    gap: 0.6rem;
  }

  .re-podp-compare__cell--head {
    font-size: 1.25rem;
  }
}

/* ---------- Card success state (po odeslání registračního formuláře) ---------- */
.re-podp-card__success {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.2rem;
  padding: 0.4rem 0;
  outline: none;
}

.re-podp-card__success-icon {
  width: 6.4rem;
  height: 6.4rem;
  color: var(--primary);
  background: color-mix(in srgb, var(--primary) 10%, var(--white));
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.re-podp-card__success-icon svg {
  width: 4rem;
  height: 4rem;
}

.re-podp-card__success-title {
  margin: 0.4rem 0 0;
  font-size: 2.2rem;
  line-height: 1.25;
  color: var(--base);
}

.re-podp-card__success-text {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.55;
  color: var(--base);
}

.re-podp-card__success-hint {
  margin: 0.4rem 0 0;
  font-size: 1.3rem;
  color: color-mix(in srgb, var(--base) 65%, var(--white));
}

.re-podp-card__success[hidden] {
  display: none;
}
