/* =========================================================
   Webinar landing — "Zašto se zaljubljuješ u one koji te povređuju?" besplatan webinar
   Sreda, 17.06.2026. · 19:00 · Divna Milovanović
   ========================================================= */

/* Signature handwriting font for Divna's signature */
@import url('https://fonts.googleapis.com/css2?family=Allura&display=swap');

.signature-script {
  font-family: 'Allura', cursive;
  font-weight: 400;
  font-size: clamp(36px, 4vw, 56px);
  line-height: 1;
  color: var(--plum-deep);
  letter-spacing: 0.01em;
}

/* ============= TOP BAR (countdown / date) ============= */
.wb-topbar {
  background: var(--plum-deep);
  color: var(--cream);
  padding: 10px 20px;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.04em;
}
.wb-topbar strong { color: var(--lilac-soft); font-weight: 500; }
.wb-topbar .dot {
  display: inline-block;
  width: 4px; height: 4px;
  background: var(--lilac);
  border-radius: 50%;
  margin: 0 12px;
  vertical-align: middle;
}

/* ============= HEADER (logo only) ============= */
.wb-header {
  padding: 24px clamp(20px, 5vw, 48px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wb-header-brand { display: flex; align-items: center; gap: 12px; }
.wb-header-brand img { width: 44px; height: 44px; }
.wb-header-brand .name {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 18px;
  color: var(--plum-deep);
  line-height: 1;
}
.wb-header-brand .sub {
  display: block;
  font-family: var(--font-body);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--plum-mid);
  margin-top: 4px;
}
.wb-header-cta {
  display: none;
}
@media (min-width: 760px) { .wb-header-cta { display: inline-flex; } }

/* ============= HERO ============= */
.wb-hero {
  padding: clamp(20px, 4vw, 40px) clamp(20px, 5vw, 48px) clamp(60px, 8vw, 100px);
}
.wb-hero-grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(32px, 5vw, 80px);
  align-items: center;
}
@media (max-width: 900px) { .wb-hero-grid { grid-template-columns: 1fr; } }
.wb-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--lilac-veil);
  color: var(--plum-deep);
  padding: 8px 18px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: var(--space-5);
}
.wb-hero-badge .live-dot {
  width: 8px; height: 8px;
  background: var(--lilac);
  border-radius: 50%;
  animation: pulse 1.6s ease-in-out infinite;
}
@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(192, 161, 206, 0.5); }
  50% { box-shadow: 0 0 0 6px rgba(192, 161, 206, 0); }
}
.wb-hero h1 {
  font-family: var(--font-hero-title);
  font-weight: 700;
  font-size: clamp(42px, 5.8vw, 78px);
  line-height: 1;
  letter-spacing: 0;
  color: var(--plum-deep);
  margin: 0 0 var(--space-5);
  text-wrap: balance;
}
.wb-hero h1 em { font-style: normal; color: var(--lilac); }
.wb-hero h1 .accent {
  color: var(--lilac);
  font-style: normal;
}
.wb-hero-sub {
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.55;
  color: var(--text-secondary);
  margin: 0 0 var(--space-6);
  max-width: 540px;
}
.wb-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-5);
  margin-bottom: var(--space-6);
  padding: var(--space-5) 0;
  border-top: 1px solid var(--sand);
  border-bottom: 1px solid var(--sand);
}
.wb-hero-meta-item { display: flex; flex-direction: column; gap: 4px; }
.wb-hero-meta-item .lbl {
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--plum-mid);
}
.wb-hero-meta-item .val {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 400;
  color: var(--plum-deep);
}
.wb-hero-ctas { display: flex; gap: var(--space-3); flex-wrap: wrap; }

.wb-hero-photo {
  position: relative;
  aspect-ratio: 4 / 5;
  max-width: 480px;
  margin-left: auto;
  isolation: isolate;
}
.wb-hero-photo::before {
  content: '';
  position: absolute;
  inset: -20px -20px 20px 20px;
  border-radius: var(--r-lg);
  background: var(--lilac-soft);
  z-index: -1;
}
.wb-hero-photo .hero-photo-mask {
  position: absolute;
  inset: 0;
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  background: var(--lilac-veil);
}
.wb-hero-photo img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.wb-hero-photo .hero-photo-badge {
  position: absolute;
  bottom: 24px;
  left: -24px;
  max-width: 260px;
  background: var(--ivory);
  padding: 18px 24px;
  border-radius: var(--r-md);
  box-shadow: var(--shadow-md);
  color: var(--plum-deep);
}
.wb-hero-photo .hero-photo-badge-label {
  display: block;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--plum-mid);
  margin-bottom: 6px;
}
.wb-hero-photo .hero-photo-badge-date {
  display: block;
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 400;
  line-height: 1.1;
  color: var(--text-primary);
}
.wb-hero-photo .hero-photo-badge-date em {
  color: var(--plum-deep);
  font-style: italic;
}

/* ============= VIDEO MESSAGE ============= */
.wb-section { padding: clamp(60px, 9vw, 120px) clamp(20px, 5vw, 48px); }
.wb-section .container { max-width: 1240px; margin: 0 auto; }

.wb-video {
  background: var(--cream-warm);
}
.wb-video-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto var(--space-7);
}
.wb-video-head .caption {
  margin-bottom: var(--space-4);
}
.wb-video-head h2 {
  margin: 0 0 var(--space-4);
}
.wb-video-head p {
  font-size: clamp(17px, 1.5vw, 20px);
  color: var(--text-secondary);
  margin: 0 auto;
  line-height: 1.6;
}
.wb-video-frame {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  background: linear-gradient(135deg, #3a2c43 0%, #5C4068 50%, #8B6E9C 100%);
}
.wb-video-frame::before {
  content: 'Video se pokreće kada uđe u kadar';
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: var(--space-5);
  text-align: center;
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(20px, 3vw, 34px);
  color: rgba(255, 252, 247, 0.86);
  pointer-events: none;
}
.wb-video-frame iframe,
.wb-video-frame video,
.wb-video-frame img {
  position: relative;
  z-index: 1;
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  border: 0;
}
.wb-video-frame .placeholder {
  position: absolute; inset: 0;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  color: var(--cream);
  text-align: center;
  padding: 24px;
  background:
    radial-gradient(ellipse at 20% 30%, rgba(192,161,206,0.5), transparent 60%),
    radial-gradient(ellipse at 80% 70%, rgba(244,210,194,0.3), transparent 60%);
}
.wb-video-frame .play-btn {
  width: 96px; height: 96px;
  border-radius: 50%;
  background: rgba(255, 252, 247, 0.92);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  transition: transform var(--dur-base) var(--ease-out), box-shadow var(--dur-base) var(--ease-out);
  border: none;
  box-shadow: 0 12px 36px rgba(0,0,0,0.25);
}
.wb-video-frame .play-btn:hover { transform: scale(1.08); }
.wb-video-frame .play-btn::after {
  content: '';
  width: 0; height: 0;
  border-left: 24px solid var(--plum-deep);
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  margin-left: 6px;
}
.wb-video-frame .placeholder-caption {
  margin-top: var(--space-5);
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 300;
  font-size: 18px;
  color: var(--cream);
  opacity: 0.9;
  max-width: 540px;
}
.wb-video-frame .placeholder-tag {
  position: absolute;
  top: 20px; right: 20px;
  background: rgba(0,0,0,0.4);
  color: var(--cream);
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.wb-video-transcript {
  max-width: 720px;
  margin: var(--space-7) auto 0;
  text-align: center;
}
.wb-video-transcript p {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.6;
  color: var(--plum-deep);
  margin: 0 0 var(--space-3);
}
.wb-video-transcript .signature-script {
  font-size: clamp(36px, 4vw, 52px);
  margin-top: var(--space-3);
}

/* ============= PROBLEM RECOGNITION ============= */
.wb-problems-head {
  max-width: 720px;
  margin: 0 auto var(--space-8);
  text-align: center;
}
.wb-problems-head h2 { margin: 0 0 var(--space-4); }
.wb-problems-head p { font-size: 18px; color: var(--text-secondary); margin: 0 auto; }
.wb-problems-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-4);
  max-width: 980px;
  margin: 0 auto;
}
@media (max-width: 700px) { .wb-problems-grid { grid-template-columns: 1fr; } }
.wb-problem {
  background: var(--ivory);
  border-radius: var(--r-lg);
  padding: var(--space-5) var(--space-6);
  display: flex;
  gap: var(--space-4);
  align-items: flex-start;
  border: 1px solid var(--sand);
}
.wb-problem .arrow {
  flex: 0 0 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--lilac-veil);
  color: var(--plum-deep);
  display: grid; place-items: center;
  font-size: 14px;
  font-weight: 500;
}
.wb-problem p {
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
  color: var(--text-primary);
}

/* ============= WHAT YOU'LL LEARN ============= */
.wb-learn { background: var(--lilac-veil); }
.wb-learn-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto var(--space-8);
}
.wb-learn-head h2 em { font-style: italic; color: var(--lilac); }
.wb-learn-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-5);
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 700px) { .wb-learn-grid { grid-template-columns: 1fr; } }
.wb-learn-card {
  background: var(--ivory);
  border-radius: var(--r-lg);
  padding: var(--space-6) var(--space-6) var(--space-6);
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
  transition: transform var(--dur-base) var(--ease-out), box-shadow var(--dur-base) var(--ease-out);
}
.wb-learn-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.wb-learn-card .num {
  font-family: var(--font-display);
  font-weight: 300;
  font-style: italic;
  font-size: 40px;
  color: var(--lilac);
  line-height: 1;
}
.wb-learn-card h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.25;
}
.wb-learn-card p {
  margin: 0;
  font-size: 16px;
  color: var(--text-secondary);
  line-height: 1.55;
}

/* ============= ABOUT DIVNA ============= */
.wb-about-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(32px, 5vw, 80px);
  align-items: center;
}
@media (max-width: 860px) { .wb-about-grid { grid-template-columns: 1fr; } }
.wb-about-photo {
  position: relative;
  aspect-ratio: 4 / 5;
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.wb-about-photo img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}
.wb-about-photo .badge-cert {
  position: absolute;
  bottom: 20px; left: 20px;
  background: rgba(251, 246, 240, 0.95);
  backdrop-filter: blur(6px);
  padding: 12px 16px;
  border-radius: 12px;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--plum-deep);
  font-weight: 500;
  display: flex; align-items: center; gap: 10px;
}
.wb-about-photo .badge-cert::before {
  content: '';
  width: 24px; height: 24px;
  background: var(--lilac);
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5'><path d='M12 2l2.39 4.85L20 8l-4 3.9.94 5.5L12 14.77l-4.94 2.63L8 11.9 4 8l5.61-1.15L12 2z'/></svg>") center/contain no-repeat;
          mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5'><path d='M12 2l2.39 4.85L20 8l-4 3.9.94 5.5L12 14.77l-4.94 2.63L8 11.9 4 8l5.61-1.15L12 2z'/></svg>") center/contain no-repeat;
}
.wb-about-body .caption { margin-bottom: var(--space-4); }
.wb-about-body h2 { margin: 0 0 var(--space-5); }
.wb-about-body p {
  font-size: 17px;
  line-height: 1.7;
  color: var(--text-primary);
  margin: 0 0 var(--space-4);
}
.wb-about-creds {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-4);
  margin-top: var(--space-6);
  padding-top: var(--space-6);
  border-top: 1px solid var(--sand);
}
.wb-about-cred .num {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: 36px;
  color: var(--plum-deep);
  line-height: 1;
}
.wb-about-cred .lbl {
  margin-top: 6px;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--plum-mid);
}
.wb-about-signature {
  margin-top: var(--space-6);
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.wb-about-signature .name-line {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--plum-mid);
}

/* ============= VIDEO TESTIMONIALS ============= */
.wb-testimonials { background: var(--cream-warm); }
.wb-testimonials-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto var(--space-8);
}
.wb-testimonials-head h2 em { font-style: italic; }
.wb-testimonials-rail-wrap {
  position: relative;
  overflow: hidden;
  padding: 0 max(1px, var(--space-1)) var(--space-3);
}
.wb-testimonials-rail-wrap::before,
.wb-testimonials-rail-wrap::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: var(--space-3);
  width: clamp(32px, 7vw, 90px);
  z-index: 2;
  pointer-events: none;
}
.wb-testimonials-rail-wrap::before {
  left: 0;
  background: linear-gradient(90deg, var(--cream-warm), rgba(245, 237, 226, 0));
}
.wb-testimonials-rail-wrap::after {
  right: 0;
  background: linear-gradient(270deg, var(--cream-warm), rgba(245, 237, 226, 0));
}
.wb-testimonials-grid {
  display: flex;
  gap: var(--space-5);
  width: max-content;
  animation: wb-testimonials-carousel 84s linear infinite;
  will-change: transform;
}
.wb-testimonials-rail-wrap:hover .wb-testimonials-grid,
.wb-testimonials-rail-wrap:focus-within .wb-testimonials-grid {
  animation-play-state: paused;
}
@keyframes wb-testimonials-carousel {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-50% - (var(--space-5) / 2))); }
}
.wb-vidtest {
  flex: 0 0 calc((min(100vw - 40px, var(--max-content)) - (var(--space-5) * 2)) / 3);
  background: var(--ivory);
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: transform var(--dur-base) var(--ease-out), box-shadow var(--dur-base) var(--ease-out);
}
.wb-vidtest:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.wb-vidtest-thumb {
  aspect-ratio: 9 / 16;
  position: relative;
  display: grid; place-items: center;
  overflow: hidden;
  background: linear-gradient(135deg, var(--lilac-soft), var(--blush) 60%, var(--peach));
}
.wb-vidtest-thumb iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
@media (max-width: 880px) {
  .wb-vidtest { flex-basis: min(58vw, 360px); }
}
@media (max-width: 540px) {
  .wb-vidtest { flex-basis: min(82vw, 340px); }
}
.wb-vidtest-body { padding: var(--space-5); }
.wb-vidtest-body .stars {
  color: var(--honey);
  margin-bottom: var(--space-3);
  font-size: 14px;
  letter-spacing: 2px;
}
.wb-vidtest-body .quote {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  color: var(--plum-deep);
  margin: 0 0 var(--space-4);
  text-wrap: pretty;
  min-height: 72px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.wb-vidtest-body .person {
  display: flex; flex-direction: column;
  padding-top: var(--space-3);
  border-top: 1px solid var(--sand);
  gap: 2px;
}
.wb-vidtest-body .person .name { font-weight: 500; font-size: 14px; color: var(--text-primary); }
.wb-vidtest-body .person .meta { font-size: 12px; color: var(--text-muted); letter-spacing: 0.04em; }

/* ============= REGISTRATION FORM ============= */
.wb-register {
  background: linear-gradient(180deg, var(--cream) 0%, var(--lilac-veil) 100%);
}
.wb-register-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 860px) { .wb-register-grid { grid-template-columns: 1fr; } }
.wb-register-info .caption { margin-bottom: var(--space-4); }
.wb-register-info h2 { margin: 0 0 var(--space-5); }
.wb-register-info h2 em { font-style: italic; color: var(--lilac); }
.wb-register-info p {
  font-size: 17px;
  line-height: 1.65;
  color: var(--text-secondary);
  margin: 0 0 var(--space-5);
}
.wb-register-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}
.wb-register-info li {
  display: flex;
  align-items: flex-start;
  gap: var(--space-3);
  font-size: 15px;
  color: var(--text-primary);
}
.wb-register-info li::before {
  content: '';
  flex: 0 0 20px;
  height: 20px;
  margin-top: 1px;
  border-radius: 50%;
  background: var(--lilac);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23FFFCF7' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
}
.wb-signup-meta {
  background: var(--ivory);
  border-radius: var(--r-lg);
  padding: clamp(20px, 3vw, 28px);
  box-shadow: var(--shadow-sm);
  margin-top: var(--space-6);
}
.wb-signup-meta-row {
  display: flex;
  align-items: center;
  gap: var(--space-4);
  padding: var(--space-4) 0;
  border-bottom: 1px solid var(--sand);
  min-width: 0;
}
.wb-signup-meta-row:first-child { padding-top: 0; }
.wb-signup-meta-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.wb-signup-meta-icon {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border-radius: 12px;
  background: var(--lilac-veil);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--plum-deep);
}
.wb-signup-meta-label {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 2px;
}
.wb-signup-meta-value {
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 400;
  color: var(--text-primary);
  line-height: 1.25;
  overflow-wrap: anywhere;
}
.wb-signup-meta-value em {
  color: var(--plum-deep);
  font-style: italic;
}
.wb-countdown {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-3);
  margin-top: var(--space-5);
}
.wb-countdown-unit {
  background: var(--ivory);
  border-radius: var(--r-sm);
  padding: 16px 8px;
  text-align: center;
  border: 1px solid var(--sand);
}
.wb-countdown-num {
  font-family: var(--font-display);
  font-size: clamp(24px, 4vw, 32px);
  font-weight: 400;
  line-height: 1;
  color: var(--plum-deep);
  margin-bottom: 6px;
}
.wb-countdown-label {
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-muted);
}
@media (max-width: 540px) {
  .wb-signup-meta-row { align-items: flex-start; }
  .wb-countdown { grid-template-columns: repeat(2, 1fr); }
}

.wb-register-card {
  background: var(--ivory);
  border-radius: 28px;
  padding: clamp(28px, 4vw, 44px);
  box-shadow: 0 24px 60px rgba(92, 64, 104, 0.14);
  border: 1px solid rgba(192, 161, 206, 0.25);
}
.wb-register-card .when {
  display: flex; gap: var(--space-4);
  padding: var(--space-4);
  background: var(--lilac-veil);
  border-radius: var(--r-md);
  margin-bottom: var(--space-6);
  align-items: center;
}
.wb-register-card .when-icon {
  flex: 0 0 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--lilac);
  display: grid; place-items: center;
  color: var(--ivory);
  font-family: var(--font-display);
  font-weight: 400;
}
.wb-register-card .when-icon .day { font-size: 18px; line-height: 1; }
.wb-register-card .when-icon .mo { font-size: 9px; letter-spacing: 0.12em; text-transform: uppercase; margin-top: 2px; }
.wb-register-card .when-text { display: flex; flex-direction: column; gap: 2px; }
.wb-register-card .when-text .lbl {
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--plum-mid);
}
.wb-register-card .when-text .val {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 400;
  color: var(--plum-deep);
}
.wb-register-card h3 {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: 28px;
  color: var(--plum-deep);
  margin: 0 0 var(--space-5);
  line-height: 1.2;
}
.wb-form { display: flex; flex-direction: column; gap: var(--space-4); }
.wb-form .row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-4);
}
@media (max-width: 540px) { .wb-form .row { grid-template-columns: 1fr; } }
.wb-form-field { display: flex; flex-direction: column; gap: 6px; }
.wb-form-field label {
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--plum-mid);
  font-weight: 500;
}
.wb-form-field label .opt { color: var(--text-muted); font-weight: 400; }
.wb-form-field input {
  padding: 14px 16px;
  background: var(--cream);
  border: 1px solid var(--sand);
  border-radius: 12px;
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 16px;
  color: var(--text-primary);
  outline: none;
  transition: border-color var(--dur-base) var(--ease-out), box-shadow var(--dur-base) var(--ease-out);
}
.wb-form-field input::placeholder { color: var(--text-muted); }
.wb-form-field input:focus {
  border-color: var(--lilac);
  box-shadow: 0 0 0 3px rgba(192, 161, 206, 0.25);
}
.wb-form-field input[aria-invalid="true"] {
  border-color: #b73e4b;
  box-shadow: 0 0 0 3px rgba(183, 62, 75, 0.14);
}
.wb-form-field .iti {
  width: 100%;
}
.wb-form-field .iti input {
  width: 100%;
}
.wb-form-field .iti__selected-country {
  border-radius: 12px 0 0 12px;
}
.wb-form-field .iti__dropdown-content {
  border: 1px solid var(--sand);
  border-radius: 12px;
  box-shadow: var(--shadow-md);
}
.wb-field-error {
  color: #d65a8b;
  font-size: 13px;
  line-height: 1.4;
  margin: 0;
}
.wb-form-error {
  color: #b73e4b;
  font-size: 13px;
  line-height: 1.4;
  margin: 0;
}
.wb-form-error {
  padding: 11px 13px;
  border: 1px solid rgba(183, 62, 75, 0.22);
  border-radius: 12px;
  background: rgba(183, 62, 75, 0.07);
}
.wb-form-submit {
  margin-top: var(--space-3);
  width: 100%;
  padding: 18px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.wb-form-urgency {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-2);
  padding: 14px 16px;
  border-radius: var(--r-sm);
  background: var(--lilac-veil);
  color: var(--plum-deep);
  font-size: 14px;
  line-height: 1.45;
  text-align: center;
}
.wb-form-urgency svg {
  flex: 0 0 auto;
  color: var(--plum-mid);
}
.wb-form-urgency strong {
  color: var(--plum-deep);
  font-weight: 500;
}
.wb-form-fine {
  text-align: center;
  font-size: 12px;
  color: var(--text-muted);
  margin: var(--space-3) 0 0;
  line-height: 1.5;
}
.wb-form-success {
  text-align: center;
  padding: var(--space-7) var(--space-5);
}
.wb-form-success .check {
  width: 64px; height: 64px;
  margin: 0 auto var(--space-5);
  border-radius: 50%;
  background: var(--lilac);
  display: grid; place-items: center;
  color: var(--ivory);
  font-size: 32px;
}
.wb-form-success h3 { margin-bottom: var(--space-3); }
.wb-form-success p { font-size: 16px; color: var(--text-secondary); margin: 0; }

/* ============= FAQ ============= */
.wb-faq-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto var(--space-8);
}
.wb-faq-list {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}
.wb-faq-item {
  background: var(--ivory);
  border: 1px solid var(--sand);
  border-radius: var(--r-md);
  overflow: hidden;
  transition: box-shadow var(--dur-base) var(--ease-out);
}
.wb-faq-item.open { box-shadow: var(--shadow-sm); border-color: var(--lilac); }
.wb-faq-q {
  width: 100%;
  background: transparent;
  border: none;
  text-align: left;
  padding: 20px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 18px;
  color: var(--plum-deep);
}
.wb-faq-q .plus {
  flex: 0 0 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--lilac-veil);
  color: var(--plum-deep);
  display: grid; place-items: center;
  font-size: 20px;
  font-weight: 300;
  transition: transform var(--dur-base) var(--ease-out), background var(--dur-base) var(--ease-out);
}
.wb-faq-item.open .plus { background: var(--lilac); color: var(--ivory); transform: rotate(45deg); }
.wb-faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height var(--dur-slow) var(--ease-out);
}
.wb-faq-item.open .wb-faq-a { max-height: 400px; }
.wb-faq-a-inner {
  padding: 0 24px 22px;
  font-size: 16px;
  line-height: 1.65;
  color: var(--text-secondary);
}

/* ============= FINAL CTA ============= */
.wb-final {
  background: var(--plum-deep);
  color: var(--cream);
  text-align: center;
}
.wb-final h2 {
  color: var(--cream);
  font-size: clamp(36px, 5vw, 64px);
  margin: 0 auto var(--space-5);
  max-width: 760px;
}
.wb-final h2 em { color: var(--lilac); font-style: italic; }
.wb-final p {
  font-size: 18px;
  color: var(--lilac-soft);
  margin: 0 auto var(--space-7);
  max-width: 580px;
}
.wb-final .btn-primary {
  background: var(--lilac);
  color: var(--plum-deep);
  padding: 18px 36px;
  font-size: 15px;
  font-weight: 500;
  box-shadow: 0 8px 24px rgba(192, 161, 206, 0.32);
}
.wb-final .btn-primary:hover {
  background: var(--ivory);
  color: var(--plum-deep);
  box-shadow: 0 14px 32px rgba(92, 64, 104, 0.24);
}
.wb-final .btn-arrow {
  transition: transform 320ms var(--ease-out);
}
.wb-final .btn:hover .btn-arrow {
  transform: translateX(4px);
}

/* ============= FOOTER ============= */
.wb-footer {
  background: var(--plum-deep);
  color: var(--cream);
  padding: var(--space-6) clamp(20px, 5vw, 48px);
  border-top: 1px solid rgba(255,252,247,0.1);
  text-align: center;
}
.wb-footer-inner {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--space-4);
  flex-wrap: wrap;
  font-size: 12px;
  color: var(--lilac-soft);
  letter-spacing: 0.04em;
}
.wb-footer-inner img {
  width: 32px; height: 32px;
  filter: brightness(0) invert(1);
  opacity: 0.85;
}
.wb-footer-brand { display: flex; align-items: center; gap: 10px; }
.wb-footer-brand span {
  font-family: var(--font-display);
  font-size: 16px;
  color: var(--cream);
}
.wb-footer-social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-2);
}
.wb-footer-social a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--cream);
  background: rgba(255, 252, 247, 0.08);
  border: 1px solid rgba(255, 252, 247, 0.16);
  transition:
    background var(--dur-base) var(--ease-out),
    color var(--dur-base) var(--ease-out),
    transform var(--dur-base) var(--ease-out);
}
.wb-footer-social a:hover {
  background: var(--lilac);
  color: var(--ivory);
  transform: translateY(-2px);
}
.wb-footer-social svg {
  width: 19px;
  height: 19px;
  fill: currentColor;
  display: block;
}

/* ============= STICKY BOTTOM CTA (mobile) ============= */
.wb-sticky-cta {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  background: rgba(251, 246, 240, 0.95);
  backdrop-filter: blur(10px);
  padding: 12px 20px;
  border-top: 1px solid var(--sand);
  display: none;
  gap: var(--space-3);
  align-items: center;
  z-index: 50;
  box-shadow: 0 -8px 24px rgba(92,64,104,0.08);
}
.wb-sticky-cta .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.wb-sticky-cta .info strong {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 15px;
  color: var(--plum-deep);
}
.wb-sticky-cta .info small {
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--plum-mid);
}
@media (max-width: 760px) { .wb-sticky-cta { display: flex; } body { padding-bottom: 72px; } }
