/* ===== DĚKOVACÍ STRÁNKA ===== */
body.in-dekujeme .content-inner {
  max-width: 900px !important;
  margin: 0 auto !important;
  padding: 1.5rem 1rem !important;
}

/* Hero */
body.in-dekujeme .thankyou-hero {
  text-align: center;
  padding: 3rem 2rem;
  background: linear-gradient(135deg, rgba(231, 181, 189, 0.3) 0%, rgba(234, 194, 201, 0.4) 50%, rgba(231, 181, 189, 0.25) 100%);
  border-radius: 20px;
  margin-bottom: 2rem;
  position: relative;
  overflow: hidden;
}

body.in-dekujeme .thankyou-hero::before {
  content: '';
  position: absolute;
  top: -40px;
  right: -40px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: rgba(231, 181, 189, 0.25);
}

body.in-dekujeme .thankyou-hero::after {
  content: '';
  position: absolute;
  bottom: -60px;
  left: -30px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: rgba(234, 194, 201, 0.2);
}

body.in-dekujeme .thankyou-hero-icon {
  width: 64px;
  height: 64px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  position: relative;
  z-index: 1;
}

body.in-dekujeme .thankyou-hero h1 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 0.5rem;
  position: relative;
  z-index: 1;
  color: #1a1937;
}

body.in-dekujeme .thankyou-hero .thankyou-subtitle {
  font-size: 15px;
  color: #666;
  position: relative;
  z-index: 1;
}

body.in-dekujeme .thankyou-hero .thankyou-order-num {
  display: inline-block;
  margin-top: 1rem;
  background: #fff;
  padding: 8px 20px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 500;
  color: #1a1937;
  position: relative;
  z-index: 1;
}

/* Kroky */
body.in-dekujeme .thankyou-steps {
  display: flex;
  gap: 12px;
  margin-bottom: 2rem;
}

body.in-dekujeme .thankyou-step {
  flex: 1;
  background: #EEECEA;
  border-radius: 14px;
  padding: 1.25rem 1rem;
  text-align: center;
  border: 1px solid #e5e3df;
}

body.in-dekujeme .thankyou-step-num {
  width: 32px;
  height: 32px;
  background: rgba(231, 181, 189, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.75rem;
  font-size: 14px;
  font-weight: 500;
  color: #B57D85;
}

body.in-dekujeme .thankyou-step-title {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 4px;
}

body.in-dekujeme .thankyou-step-desc {
  font-size: 12px;
  color: #888;
  line-height: 1.4;
}

body.in-dekujeme .thankyou-step.active {
  background: linear-gradient(90deg, rgba(231, 181, 189, 0.35) 0%, rgba(234, 194, 201, 0.35) 100%);
  border-color: rgba(181, 125, 133, 0.3);
}

body.in-dekujeme .thankyou-step.active .thankyou-step-num {
  background: #B57D85;
  color: #fff;
}

/* Info grid */
body.in-dekujeme .thankyou-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 2rem;
}

body.in-dekujeme .thankyou-info-card {
  background: #EEECEA;
  border-radius: 14px;
  padding: 1.25rem;
  border: 1px solid #e5e3df;
}

body.in-dekujeme .thankyou-info-card h3 {
  font-size: 13px;
  color: #999;
  font-weight: 400;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

body.in-dekujeme .thankyou-info-card p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

body.in-dekujeme .thankyou-info-card .highlight {
  color: #B57D85;
}

body.in-dekujeme .thankyou-info-card .qrcode {
  margin-top: 10px;
  border-radius: 8px;
}

/* Produkty */
body.in-dekujeme .thankyou-products-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 1rem;
}

body.in-dekujeme .thankyou-product-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  background: #EEECEA;
  border-radius: 14px;
  border: 1px solid #e5e3df;
  margin-bottom: 8px;
}

body.in-dekujeme .thankyou-product-img {
  width: 56px;
  height: 56px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
  background: #fff;
  border: 1px solid #e5e3df;
}

body.in-dekujeme .thankyou-product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.in-dekujeme .thankyou-product-info {
  flex: 1;
}

body.in-dekujeme .thankyou-product-name {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 2px;
}

body.in-dekujeme .thankyou-product-qty {
  font-size: 12px;
  color: #999;
}

body.in-dekujeme .thankyou-product-price {
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}

body.in-dekujeme .thankyou-total-row {
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
  border-top: 1px solid #e5e3df;
  margin-top: 8px;
  margin-bottom: 2rem;
}

body.in-dekujeme .thankyou-total-row span:first-child {
  font-size: 14px;
  color: #666;
}

body.in-dekujeme .thankyou-total-row span:last-child {
  font-size: 16px;
  font-weight: 500;
}

/* CTA */
body.in-dekujeme .thankyou-cta {
  text-align: center;
  padding: 2rem;
  background: linear-gradient(90deg, rgba(231, 181, 189, 0.35) 0%, rgba(234, 194, 201, 0.35) 100%);
  border-radius: 20px;
  margin-bottom: 2rem;
}

body.in-dekujeme .thankyou-cta p {
  font-size: 14px;
  color: #666;
  margin-bottom: 1.25rem;
  line-height: 1.6;
}

body.in-dekujeme .thankyou-cta .thankyou-cta-btn {
  display: inline-block;
  padding: 12px 32px;
  background: #B57D85;
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: background 0.3s ease;
}

body.in-dekujeme .thankyou-cta .thankyou-cta-btn:hover {
  background: #9e6a71;
}

body.in-dekujeme .thankyou-cta-links {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 1.25rem;
}

body.in-dekujeme .thankyou-cta-links a {
  font-size: 13px;
  color: #B57D85;
  text-decoration: none;
}

/* Skrytí původních prvků */
body.in-dekujeme .order-summary-heading,
body.in-dekujeme .content-inner > br,
body.in-dekujeme .recapitulation-wrapper,
body.in-dekujeme .co-box {
  display: none !important;
}

/* Responsive */
@media (max-width: 767px) {
  body.in-dekujeme .thankyou-steps {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  body.in-dekujeme .thankyou-info-grid {
    grid-template-columns: 1fr;
  }

  body.in-dekujeme .thankyou-hero h1 {
    font-size: 24px;
  }
}