/*
Theme Name: Trajnim Pejë
Theme URI: https://probitacademy.com
Description: Landing page për Workshop Falas — Probit Academy Pejë
Author: Probit Academy
Version: 1.0.0
Text Domain: trajnim-pej
*/

:root {
  --brand-purple: #5b2d8e;
  --brand-purple-dark: #3d1f63;
  --brand-purple-light: #f3ecfa;
  --brand-pink: #e4007c;
  --brand-pink-dark: #c4006a;
  --brand-pink-light: #fde8f4;
  --brand-navy: #1b2a5b;
  --brand-cyan: #29abe2;
  --brand-green: #76c043;
  --brand-orange: #f59e0b;
  --text-muted: #64748b;
  --white: #ffffff;
  --gray-100: #f8fafc;
  --gray-200: #e2e8f0;
  --gray-300: #cbd5e1;
  --shadow: 0 4px 24px rgba(91, 45, 142, 0.08);
  --shadow-lg: 0 12px 40px rgba(91, 45, 142, 0.14);
  --radius: 16px;
  --radius-pill: 999px;
  --font: 'Plus Jakarta Sans', system-ui, sans-serif;
  --transition: 0.25s ease;
  --layout-max: 1200px;
  --layout-gutter: 20px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 72px; }
body {
  font-family: var(--font);
  color: var(--brand-navy);
  background: var(--white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }

.container {
  width: 100%;
  max-width: var(--layout-max);
  margin: 0 auto;
  padding: 0 var(--layout-gutter);
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 28px;
  font-size: 0.9375rem;
  font-weight: 800;
  border-radius: var(--radius-pill);
  border: none;
  transition: var(--transition);
  white-space: nowrap;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.btn-pink {
  background: var(--brand-pink);
  color: var(--white);
  box-shadow: 0 8px 28px rgba(228, 0, 124, 0.35);
}
.btn-pink:hover {
  background: var(--brand-pink-dark);
  transform: translateY(-2px);
}
.btn-lg { padding: 16px 32px; font-size: 1rem; }
.btn-block { width: 100%; }

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(91, 45, 142, 0.08);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px var(--layout-gutter);
  max-width: var(--layout-max);
  margin: 0 auto;
}
.logo-img { height: 44px; width: auto; }
.header-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: var(--brand-purple);
  color: var(--white);
  font-size: 0.75rem;
  font-weight: 800;
  border-radius: 10px;
  letter-spacing: 0.02em;
  transition: background 0.2s;
}
.header-badge:hover {
  background: var(--brand-purple-dark);
  color: var(--white);
}
.header-badge svg { flex-shrink: 0; color: var(--white); }

/* Hero — imazh full width mbrapa tekstit dhe kartave */
.hero-workshop {
  background: var(--white);
}
.hero-banner {
  position: relative;
  width: 100%;
  background: var(--white);
  overflow: hidden;
}
.hero-banner-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-banner-img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: right center;
}
.hero-banner-media picture {
  display: block;
  width: 100%;
  height: 100%;
}
.hero-banner-body {
  position: relative;
  z-index: 1;
  padding: 32px 0 28px;
}
.hero-banner-body .event-details {
  margin-top: 20px;
}
.hero-content {
  max-width: min(540px, 48%);
  padding-bottom: 8px;
}
.hero-content h1 {
  font-size: clamp(1.5rem, 3.8vw, 2.5rem);
  font-weight: 800;
  line-height: 1.12;
  color: var(--brand-navy);
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}
.hero-content h1 .highlight-pink { color: var(--brand-pink); }
.hero-sub {
  font-size: clamp(0.875rem, 1.6vw, 1.0625rem);
  color: var(--brand-navy);
  opacity: 0.82;
  line-height: 1.65;
  margin-bottom: 8px;
}

.hero-cta-block {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 20px var(--layout-gutter) 48px;
  max-width: var(--layout-max);
  margin: 0 auto;
  background: var(--white);
}

/* Event details cards */
.event-details {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.event-detail-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
  background: #ffffff;
  border: none;
  border-radius: 18px;
  box-shadow: 0 6px 22px rgba(27, 42, 91, 0.1);
}
.event-detail-icon {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.event-detail-icon.icon-navy { color: var(--brand-navy); }
.event-detail-icon.icon-pink { color: var(--brand-pink); }
.event-detail-icon.icon-blue { color: #2563eb; }
.event-detail-icon.icon-purple { color: var(--brand-purple); }
.event-detail-text {
  display: flex;
  flex-direction: column;
  gap: 1px;
  min-width: 0;
}
.event-detail-text strong,
.event-detail-text span {
  font-size: 0.9375rem;
  font-weight: 800;
  color: var(--brand-navy);
  line-height: 1.25;
}

/* Urgency banner */
.urgency-banner {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 20px;
  background: #fff0f6;
  border: 1px solid #fbcfe8;
  border-radius: 14px;
  font-size: 0.9375rem;
  color: #9d174d;
  line-height: 1.5;
}
.urgency-banner .urgency-icon {
  font-size: 1.25rem;
  flex-shrink: 0;
  line-height: 1;
}
.urgency-banner p { margin: 0; }
.urgency-banner strong {
  font-weight: 800;
  color: var(--brand-pink);
}

/* Hero CTA button */
.btn-hero-cta {
  background: var(--brand-navy);
  color: var(--white);
  box-shadow: 0 10px 32px rgba(27, 42, 91, 0.28);
  padding: 18px 32px;
  font-size: 1.0625rem;
  border-radius: 14px;
  letter-spacing: 0.03em;
}
.btn-hero-cta:hover {
  background: var(--brand-navy);
  filter: brightness(1.08);
  transform: translateY(-2px);
  box-shadow: 0 14px 36px rgba(27, 42, 91, 0.35);
}

@media (min-width: 768px) {
  .hero-banner-body { padding: 36px 0 32px; }
  .hero-content { max-width: min(500px, 44%); }
  .hero-banner-body .event-details { margin-top: 28px; }
  .event-details { grid-template-columns: repeat(4, 1fr); gap: 14px; }
  .hero-cta-block { gap: 18px; padding-bottom: 56px; }
}

@media (max-width: 767px) {
  .hero-banner {
    display: flex;
    flex-direction: column;
    overflow: visible;
    background: var(--white);
  }
  .hero-banner-media {
    position: relative;
    inset: auto;
    order: 2;
    height: auto;
    margin: 4px 16px 8px;
    border-radius: 0;
    overflow: visible;
  }
  .hero-banner-media picture {
    height: auto;
  }
  .hero-banner-img {
    width: 100%;
    height: auto;
    max-height: 340px;
    object-fit: contain;
    object-position: center center;
  }
  .hero-banner-body {
    display: contents;
  }
  .hero-content {
    order: 1;
    max-width: 100%;
    padding: 24px 24px 12px;
    background: var(--white);
  }
  .hero-content h1 {
    font-size: 1.35rem;
    line-height: 1.22;
    margin-bottom: 12px;
  }
  .hero-sub {
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 10px;
  }
  .event-details {
    order: 3;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 0;
    padding: 16px 24px 12px;
    background: var(--white);
  }
  .event-detail-card {
    border-radius: 14px;
    box-shadow: 0 4px 16px rgba(27, 42, 91, 0.08);
  }
}

@media (max-width: 575px) {
  .event-detail-card { padding: 14px 16px; }
  .btn-hero-cta { border-radius: 12px; padding: 16px 24px; font-size: 0.9375rem; }
  .hero-cta-block { padding: 16px 24px 36px; }
  .hero-banner-img { max-height: 300px; }
}

/* Activities section */
.section-activities {
  padding: 72px 0;
  background: #f7f8fb;
}
.section-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 40px;
}
.section-head-icon {
  display: inline-flex;
  color: var(--brand-navy);
  margin-bottom: 12px;
}
.section-head h2 {
  font-size: clamp(1.5rem, 3.5vw, 2rem);
  font-weight: 800;
  color: var(--brand-navy);
  line-height: 1.25;
  letter-spacing: 0.02em;
}
.section-head p {
  color: var(--brand-navy);
  margin-top: 12px;
  font-size: 1rem;
  opacity: 0.85;
}
.activities-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
}
.activity-card {
  background: var(--white);
  border: 0;
  border-radius: 20px;
  padding: 28px 18px 24px;
  text-align: center;
  transition: var(--transition);
  box-shadow: 0 8px 28px rgba(27, 42, 91, 0.08);
}
.activity-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 36px rgba(27, 42, 91, 0.12);
}
.activity-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
  width: 72px;
  height: 72px;
}
.activity-svg {
  width: 72px;
  height: 72px;
  display: block;
}
.activity-card h3 {
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--brand-navy);
  margin-bottom: 8px;
}
.activity-card p {
  font-size: 0.875rem;
  color: #5b6478;
  line-height: 1.55;
}
.activities-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 28px;
  padding: 16px 24px;
  background: #efe8fb;
  border-radius: 16px;
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--brand-navy);
  text-align: center;
}
.activities-note-icon {
  display: inline-flex;
  color: var(--brand-purple);
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .activities-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1100px) {
  .activities-grid {
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
  }
}

/* Why section */
.section-why {
  padding: 64px 0 56px;
  background: linear-gradient(105deg, #2a0d5a 0%, #4c1d95 42%, #7c3aed 100%);
  color: var(--white);
  position: relative;
  overflow: hidden;
}
.section-why::before,
.section-why::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.section-why::before {
  width: 280px;
  height: 280px;
  top: -80px;
  right: 12%;
  background: radial-gradient(circle, rgba(244, 114, 182, 0.28) 0%, transparent 70%);
}
.section-why::after {
  width: 180px;
  height: 180px;
  bottom: 10%;
  left: 8%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.12) 0%, transparent 70%);
}
.why-top {
  display: grid;
  gap: 32px;
  align-items: center;
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.why-content h2 {
  font-size: clamp(1.5rem, 3.5vw, 2.35rem);
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 20px;
  letter-spacing: 0.01em;
  color: #fff;
}
.why-accent { color: #f9a8d4; }
.why-content p {
  font-size: 1.02rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.92);
  margin-bottom: 14px;
  max-width: 540px;
}
.why-content p strong {
  font-weight: 800;
  color: #fff;
}
.why-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 280px;
}
.why-visual-img {
  width: min(100%, 380px);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.28);
  border: 3px solid rgba(255, 255, 255, 0.18);
}
.why-visual-img img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center top;
}
.why-float {
  position: absolute;
  z-index: 2;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: rgba(96, 165, 250, 0.28);
  border: 1px solid rgba(191, 219, 254, 0.45);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 0.875rem;
  backdrop-filter: blur(8px);
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.2);
}
.why-float-ai { top: 8%; left: 8%; }
.why-float-code { top: 4%; right: 10%; }
.why-float-game { bottom: 18%; right: 4%; }
.why-highlights {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  position: relative;
  z-index: 1;
}
.why-highlight-card {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  font-size: 0.8125rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  backdrop-filter: blur(10px);
}
.why-hi-icon {
  display: inline-flex;
  flex-shrink: 0;
}
.why-hi-calendar { color: #c4b5fd; }
.why-hi-ticket { color: #fbbf24; }
.why-hi-users { color: #f9a8d4; }
.why-hi-pin { color: #fdba74; }
.why-hi-spots { color: #86efac; }

@media (min-width: 768px) {
  .why-highlights {
    grid-template-columns: repeat(5, 1fr);
    gap: 14px;
  }
}
@media (min-width: 992px) {
  .why-top {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 48px;
    margin-bottom: 40px;
  }
}

/* Registration section */
.section-registration {
  padding: 72px 0;
  background: #f4f5f8;
}
.reg-layout {
  display: grid;
  gap: 32px;
  align-items: start;
  background: transparent;
  border: none;
  box-shadow: none;
  overflow: visible;
}
.reg-info {
  padding: 8px 4px 8px 0;
  background: transparent;
}
.reg-info-badge {
  display: inline-flex;
  color: var(--brand-purple);
  margin-bottom: 14px;
}
.reg-info h2 {
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  font-weight: 800;
  color: var(--brand-navy);
  margin-bottom: 12px;
  line-height: 1.25;
  letter-spacing: 0.01em;
}
.reg-info > p {
  font-size: 0.975rem;
  color: var(--brand-navy);
  margin-bottom: 24px;
  line-height: 1.65;
  opacity: 0.9;
}
.reg-info-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.reg-info-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1rem;
  font-weight: 800;
  color: var(--brand-navy);
}
.reg-info-list .reg-info-icon {
  width: auto;
  height: auto;
  background: none;
  box-shadow: none;
  border-radius: 0;
  display: flex;
  color: var(--brand-purple);
}
.reg-info-icon.icon-purple { color: var(--brand-purple); }
.reg-info-icon.icon-pink { color: var(--brand-pink); }
.reg-info-icon.icon-orange { color: #f97316; }
.reg-form-wrap {
  padding: 28px 24px;
  background: var(--white);
  border-radius: 20px;
  box-shadow: 0 10px 36px rgba(27, 42, 91, 0.08);
}
.schedule-heading {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}
.schedule-heading-icon { color: var(--brand-purple); display: inline-flex; }
.schedule-heading h3 {
  font-size: 1rem;
  font-weight: 800;
  color: var(--brand-navy);
  margin: 0;
}
.schedule-note {
  font-size: 0.8125rem;
  color: var(--text-muted);
  margin: 8px 0 20px;
}

/* Schedule radios */
.schedule-radios {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-bottom: 8px;
}
.schedule-radio {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 10px 6px;
  border: none;
  border-radius: 0;
  cursor: pointer;
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--brand-navy);
  text-align: center;
}
.schedule-radio:hover { background: transparent; }
.schedule-radio:has(input:checked) {
  border-color: transparent;
  background: transparent;
}
.schedule-radio input {
  width: 18px;
  height: 18px;
  accent-color: var(--brand-purple);
  flex-shrink: 0;
}
.schedule-radio-times {
  display: flex;
  flex-direction: column;
  line-height: 1.25;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.btn-reg-cta {
  background: linear-gradient(90deg, var(--brand-purple) 0%, var(--brand-pink) 100%);
  color: var(--white);
  box-shadow: 0 10px 28px rgba(228, 0, 124, 0.28);
  border-radius: 14px;
  padding: 16px 24px;
}
.btn-reg-cta:hover {
  filter: brightness(1.05);
  transform: translateY(-1px);
}

.form-message {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 20px;
  padding: 14px 18px;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5;
}
.form-message.success {
  background: #f0fdf4;
  color: #065f46;
  border: 1px solid #bbf7d0;
}
.form-message.error {
  background: #fef2f2;
  color: #991b1b;
  border: 1px solid #fecaca;
}
.form-success-popper {
  font-size: 1.5rem;
  line-height: 1;
  flex-shrink: 0;
}
.form-success-copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
  min-width: 0;
}
.form-success-copy strong {
  font-size: 0.9375rem;
  font-weight: 800;
  color: #065f46;
}
.form-success-copy span {
  font-size: 0.8125rem;
  font-weight: 500;
  color: #166534;
}
.form-success-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #16a34a;
  color: #fff;
  flex-shrink: 0;
  margin: 0;
}
.form-success-check svg { stroke: #fff; }
.form-feedback { display: none; }

@media (min-width: 640px) {
  .schedule-radios { grid-template-columns: repeat(5, 1fr); }
}
@media (max-width: 767px) {
  .schedule-heading,
  .schedule-radios,
  .schedule-note {
    display: none;
  }
}
.form-grid {
  display: grid;
  gap: 14px;
  margin-bottom: 22px;
}
.form-group label {
  display: block;
  font-size: 0.8125rem;
  font-weight: 700;
  margin-bottom: 6px;
  color: var(--brand-navy);
}
.form-group input,
.form-group select {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--gray-200);
  border-radius: 10px;
  font-size: 0.9375rem;
  font-family: inherit;
  transition: border-color 0.2s;
  background: var(--white);
}
.form-group input::placeholder { color: #64748b; }
.form-group input:focus,
.form-group select:focus {
  outline: none;
  border-color: var(--brand-purple);
  box-shadow: 0 0 0 3px rgba(91, 45, 142, 0.12);
}

@media (min-width: 768px) {
  .form-grid { grid-template-columns: repeat(2, 1fr); align-items: end; }
}
@media (min-width: 992px) {
  .reg-layout { grid-template-columns: 340px 1fr; gap: 40px; }
  .reg-form-wrap { padding: 32px 28px; }
}

/* Footer */
.site-footer {
  background: var(--brand-navy);
  color: var(--white);
  padding: 36px 0;
}
.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.footer-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.footer-logo {
  height: 48px;
  width: auto;
  display: block;
}
.footer-logo-text {
  height: auto;
  font-size: 1.125rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--white);
}
.footer-tagline {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--white);
  line-height: 1.4;
}
.footer-social {
  display: flex;
  align-items: center;
  gap: 14px;
}
.footer-social a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}
.footer-social a:hover { background: var(--brand-pink); }
.footer-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
  text-align: right;
}
.footer-contact a {
  color: var(--white);
  font-size: 0.9375rem;
  font-weight: 500;
  text-decoration: none;
}
.footer-contact a:hover { color: rgba(255, 255, 255, 0.8); }

/* Sticky mobile CTA */
.sticky-mobile-cta {
  display: none;
}

@media (max-width: 767px) {
  .sticky-mobile-cta {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    padding: 12px 16px;
    background: var(--brand-purple-dark);
    box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.15);
    transform: translateY(100%);
    transition: transform 0.3s ease;
  }
  .sticky-mobile-cta.visible { transform: translateY(0); }
  .sticky-mobile-cta .btn {
    border-radius: 12px;
    box-shadow: none;
  }
  body { padding-bottom: 80px; }
}

@media (max-width: 767px) {
  .footer-inner {
    flex-direction: column;
    text-align: center;
    gap: 22px;
  }
  .footer-brand { align-items: center; }
  .footer-contact {
    align-items: center;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .site-footer { padding-bottom: 100px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
