/*
Theme Name: KY Conf - Come true
Theme URI:  https://kzkierunek.pl
Author:     Kierunek Youth / KZ Kierunek Wroclaw
Description: Motyw konferencji KY Conf: Come true. Kompatybilny z Elementor, WooCommerce i PayU.
Version:    3.0.0
Requires at least: 6.0
Tested up to:      6.7
Requires PHP:      7.4
WC requires at least: 7.0
WC tested up to:      9.0
License:    GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ky-conf
Tags: one-page, landing-page, conference, youth, christian, woocommerce, elementor
*/

/* ============================================================
   ZMIENNE I RESET
============================================================ */
:root {
  --rose:   #C8496E;
  --deep:   #8E1A45;
  --light:  #D4849C;
  --pale:   #F7E8EE;
  --grad:   linear-gradient(135deg, #C8496E 0%, #8E1A45 100%);
  --black:  #0D0D0D;
  --white:  #FFFFFF;
  --beige:  #F5F1EA;
  --grey:   #555555;
  --lgrey:  #F0EDE8;
  --font:   'Montserrat', sans-serif;
  --serif:  'Cormorant Garamond', Georgia, serif;
  --r:      12px;
  --sh:     0 8px 32px rgba(0,0,0,.12);
  --t:      .3s ease;
  --mw:     1160px;
  --py:     clamp(64px, 8vw, 110px);
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: var(--font); background: var(--white); color: var(--black); line-height: 1.7; overflow-x: hidden; }
img, video { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
input, select, textarea { font-family: inherit; }

/* ============================================================
   UTILITKI
============================================================ */
.container { width: 100%; max-width: var(--mw); margin-inline: auto; padding-inline: clamp(16px, 5vw, 48px); }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--rose); margin-bottom: 12px; }
.eyebrow.light { color: var(--light); }
.section-title { font-size: clamp(26px, 4vw, 44px); font-weight: 800; line-height: 1.15; color: var(--black); margin-bottom: 16px; }
.section-title.centered { text-align: center; }
.section-title.left { text-align: left; }
.section-title.light { color: var(--white); }
.section-title em { font-style: italic; font-family: var(--serif); color: var(--rose); }
.section-sub { font-size: 16px; color: var(--grey); margin-bottom: 40px; }
.section-sub.light { color: rgba(255,255,255,.6); text-align: center; }
.section-sub.dark a { color: var(--rose); }
.section-sub.dark { color: var(--grey); text-align: center; }
.body-text { font-size: 16px; color: var(--grey); line-height: 1.8; margin-bottom: 14px; }
.rose-line { width: 48px; height: 3px; background: var(--grad); border-radius: 2px; margin-bottom: 24px; }
.script-accent { font-family: var(--serif); font-style: italic; color: var(--rose); }

/* Admin bar offset */
.admin-bar .site-nav { top: var(--wp-admin--admin-bar--height, 32px); }

/* ============================================================
   PRZYCISKI
============================================================ */
.btn-primary { display: inline-flex; align-items: center; gap: 10px; padding: 15px 36px; background: var(--grad); color: var(--white); border-radius: 50px; font-size: 15px; font-weight: 700; letter-spacing: .04em; box-shadow: 0 6px 24px rgba(200,73,110,.35); transition: transform var(--t), box-shadow var(--t); cursor: pointer; border: none; }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 10px 32px rgba(200,73,110,.5); color: var(--white); }
.btn-primary.btn-large { padding: 18px 52px; font-size: 17px; }
.btn-primary.btn-sm { padding: 10px 24px; font-size: 13px; }
.btn-outline { display: inline-flex; align-items: center; gap: 9px; padding: 15px 36px; background: transparent; color: var(--white); border: 2px solid rgba(255,255,255,.4); border-radius: 50px; font-size: 15px; font-weight: 600; transition: var(--t); }
.btn-outline:hover { background: rgba(255,255,255,.1); border-color: var(--white); }
.btn-download { display: inline-flex; align-items: center; gap: 8px; padding: 9px 20px; background: var(--grad); color: var(--white); border-radius: 8px; font-size: 13px; font-weight: 700; margin-bottom: 10px; transition: opacity var(--t); }
.btn-download:hover { opacity: .85; color: var(--white); }

/* ============================================================
   SEKCJE
============================================================ */
.section-white  { padding: var(--py) 0; background: var(--white); }
.section-dark   { padding: var(--py) 0; background: var(--black); }
.section-beige  { padding: var(--py) 0; background: var(--beige); }
.section-reg    { padding: var(--py) 0; background: var(--lgrey); position: relative; overflow: hidden; }

/* ============================================================
   NAVBAR
============================================================ */
.site-nav { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; padding: 18px 0; transition: background .3s, padding .3s, box-shadow .3s; }
.site-nav.scrolled { background: rgba(10,10,10,.96); backdrop-filter: blur(14px); padding: 10px 0; box-shadow: 0 4px 20px rgba(0,0,0,.3); }
.nav-inner { max-width: var(--mw); margin-inline: auto; padding-inline: clamp(16px,5vw,48px); display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.nav-logo { display: flex; align-items: center; gap: 10px; color: var(--white); font-size: 18px; font-weight: 900; letter-spacing: .06em; }
.nav-logo i { color: var(--light); }
.nav-links { display: flex; align-items: center; gap: 0; list-style: none; }
.nav-links li a { display: block; padding: 6px 16px; font-size: 13px; font-weight: 600; color: rgba(255,255,255,.78); letter-spacing: .06em; text-transform: uppercase; transition: color .2s; }
.nav-links li a:hover { color: var(--white); }
.nav-links li a.nav-cta { background: var(--grad); border-radius: 50px; color: var(--white); padding: 8px 22px; }
.nav-hamburger { display: none; flex-direction: column; gap: 5px; padding: 6px; }
.nav-hamburger span { display: block; width: 24px; height: 2px; background: var(--white); border-radius: 2px; transition: transform .3s, opacity .3s; }
.nav-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-hamburger.open span:nth-child(2) { opacity: 0; }
.nav-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.nav-links.open { display: flex; }
@media(max-width: 860px) {
  .nav-links { display: none; flex-direction: column; position: fixed; top: 56px; left: 0; right: 0; background: rgba(10,10,10,.98); padding: 10px 0 20px; border-top: 1px solid rgba(255,255,255,.07); z-index: 999; }
  .nav-links.open { display: flex; }
  .nav-links li a { padding: 14px 24px; border-bottom: 1px solid rgba(255,255,255,.06); font-size: 14px; }
  .nav-hamburger { display: flex; }
}

/* ============================================================
   HERO
============================================================ */
.hero-section { position: relative; min-height: 100dvh; display: flex; align-items: center; justify-content: center; overflow: hidden; background: var(--black); }
.hero-bg-gradient { position: absolute; inset: 0; background: linear-gradient(135deg, #0D0D0D 0%, #1B0A12 45%, #2A0E1A 100%); }
.hero-overlay { position: absolute; inset: 0; background: radial-gradient(ellipse 65% 55% at 70% 35%, rgba(200,73,110,.18) 0%, transparent 65%), radial-gradient(ellipse 45% 65% at 15% 75%, rgba(142,26,69,.12) 0%, transparent 55%); }
.hero-decor { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.decor-cross { position: absolute; font-family: serif; color: rgba(255,255,255,.025); user-select: none; }
.decor-cross.c1 { font-size: 200px; top: -40px; right: 8%; }
.decor-cross.c2 { font-size: 120px; bottom: 12%; left: -30px; }
.decor-cross.c3 { font-size: 80px; top: 42%; right: 25%; }
.crowd-silhouette { position: absolute; bottom: 0; left: 0; right: 0; height: 200px; background: linear-gradient(to top, rgba(0,0,0,.6) 0%, transparent 100%); pointer-events: none; }
.spotlight { position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 60%; height: 60%; background: radial-gradient(ellipse at top, rgba(200,73,110,.08) 0%, transparent 70%); pointer-events: none; }
.hero-content { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 28px; padding: 100px 24px 120px; max-width: 860px; width: 100%; }
.church-tag { display: inline-flex; align-items: center; gap: 8px; background: rgba(200,73,110,.15); border: 1px solid rgba(200,73,110,.3); color: var(--light); padding: 8px 20px; border-radius: 50px; font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.church-tag i { font-size: 11px; }
.hero-title-wrap { display: flex; flex-direction: column; align-items: center; }
.hero-label { font-size: clamp(11px, 1.2vw, 14px); font-weight: 700; letter-spacing: .28em; color: var(--light); text-transform: uppercase; margin-bottom: 8px; }
.hero-title { font-size: clamp(52px, 9vw, 110px); font-weight: 900; color: var(--white); line-height: 1; letter-spacing: -.02em; }
.hero-title em { font-style: italic; font-family: var(--serif); background: var(--grad); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.hero-verse { font-family: var(--serif); font-style: italic; font-size: clamp(15px, 2vw, 20px); color: rgba(255,255,255,.7); max-width: 500px; line-height: 1.6; border: none; background: none; padding: 0 20px; display: flex; flex-direction: column; align-items: center; gap: 6px; }
.hero-verse i { color: var(--light); opacity: .5; font-size: 14px; }
.hero-verse cite { font-style: normal; font-family: var(--font); font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--light); }
.hero-details { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; justify-content: center; }
.detail-item { display: flex; align-items: center; gap: 10px; font-size: 13px; color: rgba(255,255,255,.75); }
.detail-item i { color: var(--light); font-size: 14px; }
.detail-item strong { display: block; font-size: 13px; color: var(--white); font-weight: 700; }
.detail-item span { display: block; font-size: 11px; color: rgba(255,255,255,.5); }
.detail-sep { width: 4px; height: 4px; border-radius: 50%; background: rgba(255,255,255,.2); }
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; }
.scroll-hint { position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%); color: rgba(255,255,255,.3); animation: bounce 2.2s ease-in-out infinite; font-size: 16px; }
@keyframes bounce { 0%,100%{ transform: translateX(-50%) translateY(0); } 50%{ transform: translateX(-50%) translateY(9px); } }
@keyframes fadeUp { to { opacity: 1; transform: translateY(0); } }
.animate-up { opacity: 0; transform: translateY(28px); animation: fadeUp .7s forwards; }
.delay-1 { animation-delay: .15s; }
.delay-2 { animation-delay: .3s; }
.delay-3 { animation-delay: .45s; }
.delay-4 { animation-delay: .6s; }
.scroll-fade { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.scroll-fade.in-view { opacity: 1; transform: translateY(0); }

/* ============================================================
   O KONFERENCJI
============================================================ */
.two-col-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: start; }
.highlight-box { display: flex; align-items: flex-start; gap: 12px; background: var(--pale); border-left: 4px solid var(--rose); border-radius: 0 var(--r) var(--r) 0; padding: 16px 18px; margin: 20px 0; font-family: var(--serif); font-style: italic; font-size: 17px; color: var(--deep); }
.highlight-box i { color: var(--rose); margin-top: 2px; flex-shrink: 0; }
.visual-card { background: var(--lgrey); border-radius: var(--r); overflow: hidden; box-shadow: var(--sh); }
.vc-photo { aspect-ratio: 4/3; background: linear-gradient(135deg, #1a1a1a, #2a1520); display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }
.photo-placeholder { display: flex; flex-direction: column; align-items: center; gap: 12px; color: rgba(255,255,255,.3); font-size: 13px; text-align: center; }
.photo-placeholder i { font-size: 40px; color: var(--light); opacity: .4; }
.vc-tag { display: flex; align-items: center; gap: 8px; padding: 12px 18px; font-size: 13px; font-weight: 600; color: var(--grey); background: var(--white); }
.vc-tag i { color: var(--rose); }
.stats-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 16px; }
.mini-stat { background: var(--white); border-radius: 10px; padding: 16px 10px; text-align: center; box-shadow: 0 2px 8px rgba(0,0,0,.06); }
.mini-stat strong { display: block; font-size: 22px; font-weight: 900; color: var(--rose); line-height: 1; margin-bottom: 4px; }
.mini-stat span { font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--grey); }
@media(max-width: 860px) { .two-col-layout { grid-template-columns: 1fr; gap: 40px; } .stats-row { grid-template-columns: 1fr 1fr; } }

/* ============================================================
   PROGRAM
============================================================ */
.program-timeline { position: relative; max-width: 860px; margin-inline: auto; margin-top: 40px; }
.program-timeline::before { content: ''; position: absolute; left: 110px; top: 20px; bottom: 20px; width: 2px; background: linear-gradient(to bottom, transparent, rgba(200,73,110,.35) 5%, rgba(200,73,110,.35) 95%, transparent); }
.timeline-block { display: grid; grid-template-columns: 110px 1fr; align-items: start; padding: 16px 0; position: relative; }
.timeline-block::before { content: ''; position: absolute; left: 105px; top: 24px; width: 12px; height: 12px; background: var(--rose); border-radius: 50%; border: 3px solid var(--black); box-shadow: 0 0 0 3px rgba(200,73,110,.25); z-index: 1; }
.timeline-time { padding-right: 18px; padding-top: 4px; text-align: right; }
.time-label { font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--light); display: block; }
.time-clock { font-size: 14px; font-weight: 800; color: var(--white); display: block; margin-top: 2px; }
.timeline-card { margin-left: 20px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.07); border-radius: var(--r); padding: 18px 22px; transition: background .2s; }
.timeline-card:hover { background: rgba(255,255,255,.07); }
.tc-dot { display: none; }
.tc-body h3 { font-size: 17px; font-weight: 800; color: var(--white); margin: 6px 0 6px; }
.tc-body > p { font-size: 14px; color: rgba(255,255,255,.58); line-height: 1.7; }
.tc-tag { display: inline-block; font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; padding: 3px 10px; border-radius: 50px; margin-bottom: 6px; }
.timeline-card.opening .tc-tag { background: rgba(200,73,110,.2); color: var(--light); }
.timeline-card.session-1 .tc-tag, .timeline-card.session-3 .tc-tag { background: rgba(200,73,110,.25); color: #f0a0b8; }
.timeline-card.session-2 .tc-tag { background: rgba(255,200,50,.15); color: #f0cc80; }
.timeline-card.break-card .tc-tag { background: rgba(255,255,255,.08); color: rgba(255,255,255,.5); }
.timeline-card.closing .tc-tag { background: rgba(142,26,69,.3); color: var(--light); }
.session-points { margin-top: 12px; display: flex; flex-direction: column; gap: 6px; }
.session-points li { display: flex; align-items: flex-start; gap: 10px; font-size: 13px; color: rgba(255,255,255,.6); line-height: 1.5; }
.session-points li i { font-size: 9px; color: var(--light); margin-top: 4px; flex-shrink: 0; }
.panel-guests { margin-top: 14px; }
.panel-label { font-size: 11px; font-weight: 700; color: rgba(255,255,255,.4); letter-spacing: .08em; text-transform: uppercase; display: block; margin-bottom: 8px; }
.panel-avatars { display: flex; gap: 6px; margin-bottom: 8px; }
.pa { width: 36px; height: 36px; background: rgba(255,255,255,.08); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 14px; color: rgba(255,255,255,.3); border: 2px solid rgba(255,255,255,.1); }
.pa.tba { border-style: dashed; }
.tba-hint { font-size: 11px; color: rgba(255,255,255,.35); display: flex; align-items: center; gap: 6px; }
@media(max-width: 640px) { .program-timeline::before { left: 0; } .timeline-block { grid-template-columns: 1fr; } .timeline-block::before { left: -4px; } .timeline-time { display: flex; gap: 8px; align-items: center; padding: 0 0 8px; text-align: left; } .timeline-card { margin-left: 0; } }

/* ============================================================
   PRELEGENCI
============================================================ */
.speakers-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 22px; margin-bottom: 32px; }
.speaker-card { background: var(--white); border-radius: var(--r); overflow: hidden; box-shadow: 0 4px 14px rgba(0,0,0,.07); transition: transform .3s, box-shadow .3s; }
.speaker-card:hover { transform: translateY(-4px); box-shadow: var(--sh); }
.speaker-photo { aspect-ratio: 3/4; background: var(--lgrey); position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.speaker-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.speaker-photo.blurred { filter: blur(8px); }
.photo-ph { width: 100%; height: 100%; background: linear-gradient(135deg, #e8e2da, #d5ccc0); display: flex; align-items: center; justify-content: center; font-size: 52px; color: rgba(0,0,0,.12); }
.tba-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(13,13,13,.88), rgba(142,26,69,.75)); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; color: var(--white); text-align: center; padding: 16px; }
.tba-overlay i { font-size: 22px; opacity: .5; }
.tba-overlay span { font-size: 12px; font-weight: 600; letter-spacing: .08em; line-height: 1.5; }
.tba-overlay strong { color: var(--light); }
.sp-badge { position: absolute; top: 10px; right: 10px; display: inline-flex; align-items: center; gap: 5px; padding: 4px 10px; border-radius: 50px; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(8px); }
.revealed-badge { background: rgba(0,185,80,.85); color: var(--white); }
.tba-badge { background: rgba(0,0,0,.55); color: rgba(255,255,255,.7); }
.sp-info { padding: 16px; }
.sp-info h3 { font-size: 16px; font-weight: 800; margin-bottom: 4px; color: var(--black); }
.sp-role { font-size: 12px; color: var(--rose); font-weight: 600; margin-bottom: 2px; }
.sp-session { font-size: 11px; color: var(--grey); }
.ig-follow-cta { background: var(--white); border: 1px solid #E8E0D8; border-radius: var(--r); overflow: hidden; margin-top: 8px; }
.ig-follow-inner { display: flex; align-items: center; gap: 18px; padding: 22px 26px; flex-wrap: wrap; }
.ig-big-icon { font-size: 34px; color: var(--rose); flex-shrink: 0; }
.ig-follow-inner div { flex: 1; min-width: 180px; }
.ig-follow-inner strong { display: block; font-size: 15px; font-weight: 800; margin-bottom: 3px; }
.ig-follow-inner p { font-size: 13px; color: var(--grey); }
@media(max-width: 640px) { .speakers-grid { grid-template-columns: 1fr 1fr; } .ig-follow-inner { flex-direction: column; text-align: center; } }

/* ============================================================
   GALERIA
============================================================ */
.ig-masonry { display: grid; grid-template-columns: repeat(3, 1fr); grid-template-rows: 200px 200px; gap: 8px; margin-bottom: 10px; }
.ig-item { border-radius: 8px; overflow: hidden; position: relative; cursor: pointer; display: flex; align-items: center; justify-content: center; }
.ig-item.ig-lg { grid-column: span 2; grid-row: span 2; }
.ig-item.ig-tall { grid-row: span 2; }
.ig-placeholder { display: flex; flex-direction: column; align-items: center; gap: 8px; color: rgba(255,255,255,.35); z-index: 1; }
.ig-placeholder i { font-size: 28px; }
.ig-placeholder span { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.ig-hover { position: absolute; inset: 0; background: rgba(200,73,110,.82); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; color: var(--white); opacity: 0; transition: opacity .3s; }
.ig-hover i { font-size: 22px; }
.ig-hover span { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.ig-item:hover .ig-hover { opacity: 1; }
@media(max-width: 640px) { .ig-masonry { grid-template-columns: 1fr 1fr; grid-template-rows: auto; } .ig-item { height: 150px; } .ig-item.ig-lg { grid-column: span 2; grid-row: span 1; height: 180px; } .ig-item.ig-tall { grid-row: span 1; } }

/* ============================================================
   REJESTRACJA
============================================================ */
.reg-bg-pattern { position: absolute; inset: 0; background-image: radial-gradient(circle, rgba(200,73,110,.055) 1px, transparent 1px); background-size: 28px 28px; pointer-events: none; }
.reg-layout { display: grid; grid-template-columns: 1fr 1.4fr; gap: 68px; align-items: start; position: relative; }
.reg-info .eyebrow { color: var(--rose); }
.reg-info .section-title { color: var(--black); }
.reg-details-list { display: flex; flex-direction: column; gap: 14px; margin: 22px 0; }
.rdl-item { display: flex; align-items: flex-start; gap: 14px; }
.rdl-icon { width: 38px; height: 38px; background: var(--grad); border-radius: 10px; display: flex; align-items: center; justify-content: center; color: var(--white); font-size: 14px; flex-shrink: 0; }
.rdl-item div { display: flex; flex-direction: column; gap: 2px; }
.rdl-item strong { font-size: 14px; font-weight: 700; color: var(--black); }
.rdl-item span { font-size: 13px; color: var(--grey); }
.payment-row { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; padding: 14px 16px; background: var(--white); border-radius: 10px; border: 1px solid #E8E0D8; margin-top: 16px; }
.pay-label { font-size: 12px; font-weight: 700; color: var(--grey); letter-spacing: .06em; }
.pay-methods { display: flex; gap: 7px; flex-wrap: wrap; }
.pay-badge { display: inline-flex; align-items: center; gap: 5px; padding: 5px 11px; background: var(--lgrey); border: 1px solid #E0D8D0; border-radius: 6px; font-size: 12px; font-weight: 600; color: var(--black); }
.pay-badge i { font-size: 10px; color: var(--grey); }
.payu-logo { margin-left: auto; font-size: 14px; font-weight: 900; }
.reg-form-box { background: var(--white); border-radius: var(--r); padding: clamp(22px, 4vw, 40px); box-shadow: var(--sh); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-group { display: flex; flex-direction: column; gap: 5px; margin-bottom: 16px; }
.form-group label { font-size: 13px; font-weight: 700; color: var(--black); }
.req { color: var(--rose); }
.form-group input, .form-group select, .form-group textarea { padding: 12px 14px; border: 2px solid #E8E2DA; border-radius: 10px; font-size: 15px; color: var(--black); outline: none; transition: border-color .2s, box-shadow .2s; }
.form-group input:focus, .form-group select:focus { border-color: var(--rose); box-shadow: 0 0 0 3px rgba(200,73,110,.1); }
.form-group.check-group { margin-bottom: 12px; }
.check-label { display: flex; align-items: flex-start; gap: 10px; cursor: pointer; font-size: 13px; color: var(--grey); line-height: 1.6; }
.check-label input[type=checkbox] { flex-shrink: 0; width: 16px; height: 16px; margin-top: 2px; accent-color: var(--rose); }
.check-label a { color: var(--rose); text-decoration: underline; }
.under18-block { background: var(--pale); border: 1px solid rgba(200,73,110,.2); border-radius: 10px; padding: 16px; }
.under18-header { display: flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 700; color: var(--deep); margin-bottom: 8px; }
.under18-header i { color: var(--rose); }
.under18-info { font-size: 13px; color: var(--grey); margin-bottom: 12px; line-height: 1.6; }
.mt8 { margin-top: 8px; }
.btn-form-submit { display: flex; align-items: center; justify-content: center; gap: 10px; width: 100%; padding: 16px; background: var(--grad); color: var(--white); border: none; border-radius: 50px; font-size: 15px; font-weight: 700; letter-spacing: .04em; cursor: pointer; box-shadow: 0 6px 24px rgba(200,73,110,.35); transition: transform .2s, box-shadow .2s; margin-top: 4px; }
.btn-form-submit:hover { transform: translateY(-2px); box-shadow: 0 10px 32px rgba(200,73,110,.5); }
.btn-form-submit:disabled { opacity: .7; cursor: not-allowed; transform: none; }
.secure-note { display: flex; align-items: center; justify-content: center; gap: 6px; margin-top: 12px; font-size: 12px; color: var(--grey); text-align: center; }
.secure-note i { color: var(--rose); }
.form-success-box { text-align: center; padding: 40px 20px; display: none; flex-direction: column; align-items: center; gap: 12px; }
.success-icon { font-size: 48px; color: var(--rose); }
.form-success-box h3 { font-size: 22px; font-weight: 800; }
.form-success-box p { font-size: 14px; color: var(--grey); }
.success-verse { font-family: var(--serif); font-style: italic; font-size: 16px; color: var(--deep); border-top: 1px solid #EEE8E0; padding-top: 16px; margin-top: 8px; }
.success-icons { display: flex; gap: 16px; font-size: 20px; color: var(--rose); margin-top: 8px; }
.form-msg { display: none; padding: 12px 16px; border-radius: 10px; font-size: 13px; font-weight: 600; margin-bottom: 14px; }
.form-msg.error { display: block; background: #fef0f0; color: #c0392b; border: 1px solid #f5c6cb; }
.form-msg.success { display: block; background: #edfaf0; color: #1a7a35; border: 1px solid #a3d9b1; }
@media(max-width: 860px) { .reg-layout { grid-template-columns: 1fr; gap: 40px; } .form-row { grid-template-columns: 1fr; } }

/* ============================================================
   CTA
============================================================ */
.cta-section { padding: var(--py) 0; background: var(--black); text-align: center; position: relative; overflow: hidden; }
.cta-pattern { position: absolute; inset: 0; background: radial-gradient(ellipse 70% 80% at 30% 50%, rgba(200,73,110,.09) 0%, transparent 60%); pointer-events: none; }
.cta-inner { position: relative; }
.cta-icons { display: flex; gap: 18px; justify-content: center; margin-bottom: 22px; font-size: 20px; color: var(--light); opacity: .6; }
.cta-title { font-size: clamp(32px, 5vw, 58px); font-weight: 900; color: var(--white); line-height: 1.1; letter-spacing: -.01em; margin-bottom: 18px; }
.cta-title em { color: var(--rose); }
.cta-verse { font-family: var(--serif); font-style: italic; font-size: clamp(15px, 2vw, 19px); color: rgba(255,255,255,.58); max-width: 480px; margin: 0 auto 32px; border: none; background: none; padding: 0; }
.cta-verse cite { display: block; font-style: normal; font-family: var(--font); font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--light); margin-top: 5px; }
.cta-date { display: flex; align-items: center; justify-content: center; gap: 7px; margin-top: 18px; font-size: 13px; color: rgba(255,255,255,.45); }
.cta-date i { color: var(--light); }

/* ============================================================
   FOOTER
============================================================ */
.site-footer { background: #080808; color: rgba(255,255,255,.58); padding: 56px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1.3fr; gap: 40px; margin-bottom: 48px; }
.foot-logo { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.foot-logo i { font-size: 20px; color: var(--light); }
.logo-kyconf { display: block; font-size: 17px; font-weight: 900; color: var(--white); letter-spacing: .06em; }
.logo-sub { display: block; font-size: 11px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--light); }
.foot-desc { font-size: 13px; line-height: 1.8; max-width: 250px; margin-bottom: 12px; }
.foot-address { font-size: 13px; display: flex; align-items: center; gap: 7px; margin-bottom: 16px; }
.foot-address i { color: var(--light); font-size: 11px; }
.foot-socials { display: flex; gap: 9px; }
.foot-socials a { width: 35px; height: 35px; display: flex; align-items: center; justify-content: center; background: rgba(255,255,255,.07); border-radius: 50%; color: rgba(255,255,255,.6); font-size: 14px; transition: background .2s, color .2s; }
.foot-socials a:hover { background: var(--rose); color: var(--white); }
.footer-grid h4 { font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--white); margin-bottom: 16px; }
.footer-grid ul li { margin-bottom: 9px; }
.footer-grid ul li a { font-size: 13px; color: rgba(255,255,255,.48); transition: color .2s; }
.footer-grid ul li a:hover { color: var(--white); }
.foot-contact p { font-size: 13px; margin-bottom: 8px; display: flex; align-items: center; gap: 8px; }
.foot-contact p i { color: var(--light); font-size: 11px; width: 14px; }
.foot-contact a { color: rgba(255,255,255,.58); text-decoration: underline; }
.foot-verse { border-left: 3px solid var(--rose); padding-left: 12px; margin-top: 18px; font-family: var(--serif); font-style: italic; font-size: 12px; color: rgba(255,255,255,.4); line-height: 1.6; display: flex; align-items: flex-start; gap: 8px; }
.foot-verse i { color: var(--rose); font-size: 10px; margin-top: 3px; flex-shrink: 0; }
.foot-bottom { border-top: 1px solid rgba(255,255,255,.06); padding: 18px 0; }
.foot-bottom p { font-size: 12px; color: rgba(255,255,255,.3); text-align: center; }
.foot-bottom a { color: rgba(255,255,255,.45); text-decoration: underline; }
@media(max-width: 1024px) { .footer-grid { grid-template-columns: 1fr 1fr; } .footer-grid > div:first-child { grid-column: span 2; } }
@media(max-width: 640px) { .footer-grid { grid-template-columns: 1fr; } .footer-grid > div:first-child { grid-column: span 1; } }

/* ============================================================
   WOOCOMMERCE / THANK YOU
============================================================ */
.ky-ty-wrap { padding: var(--py) 0; background: var(--beige); min-height: 60vh; }
.ky-ty-card { background: var(--white); border-radius: var(--r); padding: clamp(26px,5vw,52px); box-shadow: var(--sh); max-width: 600px; margin-inline: auto; text-align: center; }

/* ============================================================
   SPEAKER BIO + GUARDIAN PDF BOX
============================================================ */
.sp-bio { font-size: 12px; color: var(--grey); line-height: 1.6; margin-top: 8px; padding-top: 8px; border-top: 1px solid #EEE8E0; }
.photo-ph { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; background: linear-gradient(135deg, var(--lgrey), #E8E0D8); color: #bbb; font-size: 52px; }
.guardian-pdf-box { display: flex; align-items: center; gap: 14px; background: var(--pale); border: 1px solid rgba(200,73,110,.2); border-radius: 10px; padding: 14px 16px; margin-top: 16px; flex-wrap: wrap; }
.guardian-pdf-box > i { font-size: 28px; color: var(--rose); flex-shrink: 0; }
.guardian-pdf-box > div { flex: 1; }
.guardian-pdf-box strong { display: block; font-size: 13px; font-weight: 700; color: var(--black); }
.guardian-pdf-box p { font-size: 12px; color: var(--grey); margin: 0; }
.pdf-placeholder-note { display: flex; align-items: flex-start; gap: 8px; font-size: 13px; color: var(--grey); background: #f9f5f0; border: 1px dashed #D0C8C0; border-radius: 8px; padding: 10px 14px; margin-bottom: 10px; }
.pdf-placeholder-note i { color: var(--rose); flex-shrink: 0; margin-top: 2px; }
.hero-bg-photo { position: absolute; inset: 0; background-size: cover; background-position: center; background-repeat: no-repeat; }

/* ============================================================
   WOOCOMMERCE — STRONY SKLEPU / KASY / KOSZYK
============================================================ */
/* Hero WooCommerce */
.ky-wc-main { min-height: 60vh; }
.ky-wc-hero { background: linear-gradient(135deg, #0D0D0D 0%, #2A0E1A 100%); padding: 48px 0 36px; border-bottom: 3px solid var(--rose); }
.ky-wc-title { font-size: clamp(22px, 4vw, 36px); font-weight: 800; color: var(--white); display: flex; align-items: center; gap: 12px; margin: 0; }
.ky-wc-title i { color: var(--light); }
.ky-wc-subtitle { font-size: 15px; color: rgba(255,255,255,.6); margin: 8px 0 0; }
.ky-wc-body { padding: 48px 0 80px; background: var(--beige); }
.ky-wc-verse { background: var(--black); padding: 32px 0; text-align: center; }
.ky-wc-verse blockquote { font-family: var(--serif); font-style: italic; font-size: 18px; color: rgba(255,255,255,.55); max-width: 520px; margin: 0 auto; border: none; background: none; padding: 0; }
.ky-wc-verse i { color: var(--rose); margin-right: 6px; }
/* WooCommerce overrides */
.woocommerce-page .woocommerce { background: var(--white); border-radius: var(--r); padding: clamp(20px,4vw,44px); box-shadow: 0 4px 20px rgba(0,0,0,.07); }
.woocommerce ul.products { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 22px; }
.woocommerce ul.products li.product a img { border-radius: 10px; width: 100%; object-fit: cover; transition: transform .3s; }
.woocommerce ul.products li.product:hover a img { transform: scale(1.03); }
.woocommerce ul.products li.product { background: var(--white); border-radius: var(--r); overflow: hidden; box-shadow: 0 4px 14px rgba(0,0,0,.07); border: 1px solid #E8E2DA; transition: box-shadow .3s, transform .3s; }
.woocommerce ul.products li.product:hover { box-shadow: var(--sh); transform: translateY(-3px); }
.woocommerce ul.products li.product .woocommerce-loop-product__title { font-size: 16px; font-weight: 800; color: var(--black); padding: 14px 16px 4px; }
.woocommerce ul.products li.product .price { font-size: 18px; font-weight: 800; color: var(--rose); padding: 0 16px 8px; }
.woocommerce ul.products li.product .button { display: block; margin: 0 16px 16px; padding: 10px; background: var(--grad); color: var(--white); border-radius: 50px; text-align: center; font-weight: 700; font-size: 13px; border: none; transition: opacity .2s, transform .2s; }
.woocommerce ul.products li.product .button:hover { opacity: .9; transform: translateY(-1px); color: var(--white); }
/* Buttons */
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button { background: var(--grad); color: var(--white); border-radius: 50px; font-weight: 700; font-size: 14px; border: none; padding: 12px 28px; transition: opacity .2s; }
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover { background: var(--grad); color: var(--white); opacity: .9; }
.woocommerce a.button.alt, .woocommerce button.button.alt { background: var(--grad); }
/* Cart */
.woocommerce table.shop_table { border-collapse: collapse; width: 100%; border-radius: 10px; overflow: hidden; border: 1px solid #E8E2DA; }
.woocommerce table.shop_table th { background: #0D0D0D; color: var(--white); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; padding: 12px 16px; }
.woocommerce table.shop_table td { padding: 14px 16px; border-bottom: 1px solid #E8E2DA; font-size: 14px; vertical-align: middle; }
.woocommerce table.shop_table .product-name a { font-weight: 700; color: var(--black); }
.woocommerce table.shop_table .product-price .amount, .woocommerce table.shop_table .product-subtotal .amount { font-weight: 800; color: var(--rose); }
/* Checkout */
.woocommerce .woocommerce-billing-fields h3, .woocommerce .woocommerce-shipping-fields h3, .woocommerce #payment h3 { font-size: 16px; font-weight: 800; color: var(--black); margin-bottom: 16px; }
.woocommerce form .form-row label { font-size: 12px; font-weight: 700; color: #333; letter-spacing: .04em; text-transform: uppercase; margin-bottom: 4px; display: block; }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea { border: 2px solid #E8E2DA; border-radius: 10px; padding: 11px 14px; font-size: 14px; width: 100%; transition: border-color .2s; }
.woocommerce form .form-row input.input-text:focus, .woocommerce form .form-row textarea:focus { border-color: var(--rose); outline: none; }
.woocommerce #payment { background: var(--beige); border-radius: var(--r); padding: 20px; border: 1px solid #E8E2DA; }
.woocommerce #payment .payment_methods { list-style: none; }
.woocommerce #payment .payment_methods li { padding: 10px 0; border-bottom: 1px solid #E0D8D0; }
.woocommerce #payment #place_order { background: var(--grad); color: var(--white); border: none; border-radius: 50px; padding: 16px 40px; font-size: 16px; font-weight: 700; width: 100%; cursor: pointer; margin-top: 16px; box-shadow: 0 6px 24px rgba(200,73,110,.35); transition: transform .2s, box-shadow .2s; }
.woocommerce #payment #place_order:hover { transform: translateY(-2px); box-shadow: 0 10px 32px rgba(200,73,110,.5); }
/* Thank you page */
.ky-thankyou { background: var(--white); border-radius: var(--r); padding: clamp(28px,5vw,56px); box-shadow: var(--sh); max-width: 620px; margin: 0 auto; text-align: center; }
.ky-ty-icon { font-size: 52px; color: var(--rose); margin-bottom: 16px; }
.ky-thankyou h2 { font-size: 26px; font-weight: 800; margin-bottom: 10px; }
.ky-thankyou p { font-size: 14px; color: var(--grey); margin-bottom: 8px; }
.ky-verse { font-family: var(--serif); font-style: italic; font-size: 17px; color: var(--deep); margin: 20px 0; border-left: 4px solid var(--rose); padding: 12px 16px; text-align: left; }
.ky-ty-details { display: flex; gap: 24px; justify-content: center; margin: 20px 0; flex-wrap: wrap; }
.ky-ty-details > div { display: flex; align-items: center; gap: 10px; font-size: 13px; }
.ky-ty-details i { color: var(--rose); font-size: 16px; }
.ky-ty-details strong { display: block; font-weight: 700; }
.ky-ty-details span { font-size: 12px; color: var(--grey); }
/* Woo participant data table */
.ky-wc-wrap { background: var(--white); border-radius: var(--r); padding: clamp(18px,4vw,40px); box-shadow: var(--sh); }

/* ============================================================
   SKIP LINK & REDUCED MOTION
============================================================ */
.skip-link { position: absolute; top: -100px; left: 16px; background: var(--rose); color: var(--white); padding: 8px 16px; border-radius: 0 0 8px 8px; font-size: 14px; font-weight: 700; z-index: 9999; transition: top .2s; }
.skip-link:focus { top: 0; }
@media(prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; } .animate-up, .scroll-fade { opacity: 1 !important; transform: none !important; } }
