.polkolonie-bg{z-index:-1;background:var(--green-gradient-dark);position:fixed;inset:0}.polk-section__title{font-size:var(--text-3xl);color:var(--text-primary);margin:0 0 var(--space-xl);text-align:center;font-weight:700}.polk-sessions .polk-section__title,.polk-location .polk-section__title,.polk-form-section .polk-section__title{color:var(--white)}.polk-sessions .polk-section__title:after,.polk-location .polk-section__title:after,.polk-form-section .polk-section__title:after{content:"";background:var(--gold-gradient);width:60px;height:3px;margin:var(--space-md)auto 0;border-radius:2px;display:block}.polk-sessions{padding:var(--space-2xl)var(--space-lg)}.polk-sessions__inner{max-width:1200px;margin:0 auto}.polk-sessions__grid{gap:var(--space-xl);grid-template-columns:repeat(auto-fit,minmax(320px,1fr));display:grid}.polk-card{background:var(--white);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);transition:transform var(--transition-base),box-shadow var(--transition-base);flex-direction:column;display:flex;overflow:hidden}.polk-card:hover{box-shadow:var(--shadow-xl);transform:translateY(-4px)}.polk-card__image{aspect-ratio:3/4;background:var(--gray-100);width:100%;position:relative;overflow:hidden}.polk-card__image img{object-fit:cover!important;object-position:center!important;width:100%!important;height:100%!important}.polk-card__image-placeholder{background:var(--green-gradient);color:var(--gold);justify-content:center;align-items:center;font-size:4rem;display:flex;position:absolute;inset:0}.polk-card__body{padding:var(--space-xl);flex-direction:column;flex:1;display:flex}.polk-card__title{font-size:var(--text-2xl);color:var(--text-primary);margin:0 0 var(--space-md);font-weight:700}.polk-card__meta{gap:var(--space-md);margin-bottom:var(--space-md);flex-wrap:wrap;align-items:center;display:flex}.polk-card__meta-item{align-items:center;gap:var(--space-xs);color:var(--text-secondary);font-size:var(--text-base);display:inline-flex}.polk-card__meta-item--price{background:var(--gold-gradient);color:var(--green-dark);padding:var(--space-xs)var(--space-md);border-radius:var(--radius-md);margin-left:auto;font-weight:700}.polk-card__desc{font-size:var(--text-base);color:var(--text-secondary);margin:0 0 var(--space-md);line-height:1.6}.polk-card__full{font-size:var(--text-sm);color:var(--text-muted);margin-bottom:var(--space-md);line-height:1.65}.polk-card__full p{margin:0 0 var(--space-sm)}.polk-card__full ul{padding-left:var(--space-lg);margin:var(--space-xs)0}.polk-card__full li{margin-bottom:var(--space-xs)}.polk-card__full strong{color:var(--text-primary)}.polk-card__capacity{padding-top:var(--space-md);border-top:1px solid var(--gray-200);margin-top:auto}.polk-card__capacity-row{margin-bottom:var(--space-sm);font-size:var(--text-sm);color:var(--text-muted);justify-content:space-between;align-items:center;display:flex}.polk-badge{font-size:var(--text-xs);padding:var(--space-xs)var(--space-md);text-transform:uppercase;letter-spacing:.04em;border-radius:999px;font-weight:700}.polk-badge--ok{background:var(--success-light);color:var(--success)}.polk-badge--low{background:var(--warning-light);color:var(--warning)}.polk-badge--full{background:var(--error-light);color:var(--error)}.polk-progress{background:var(--gray-200);border-radius:4px;height:8px;overflow:hidden}.polk-progress__bar{height:100%;transition:width .5s}.polk-progress__bar--ok{background:var(--success)}.polk-progress__bar--low{background:var(--gold-gradient)}.polk-progress__bar--full{background:var(--error)}.polk-included{padding:var(--space-2xl)var(--space-lg);background:var(--white)}.polk-included__inner{max-width:1000px;margin:0 auto}.polk-included__list{background:var(--gray-50);border-radius:var(--radius-xl);padding:var(--space-xl);font-size:var(--text-base);line-height:1.7}.polk-included__list ul{gap:var(--space-sm)var(--space-xl);grid-template-columns:repeat(auto-fit,minmax(260px,1fr));margin:0;padding:0;list-style:none;display:grid}.polk-included__list li{padding-left:var(--space-lg);color:var(--text-primary);position:relative}.polk-included__list li:before{content:"✓";color:var(--gold);font-weight:700;font-size:var(--text-lg);position:absolute;left:0}.polk-location{padding:var(--space-2xl)var(--space-lg)}.polk-location__inner{max-width:1000px;margin:0 auto}.polk-location__info{font-size:var(--text-lg);margin-bottom:var(--space-xl);text-align:center;color:var(--white);line-height:1.6}.polk-location__info strong{color:var(--gold)}.polk-location__map{border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);background:var(--white);overflow:hidden}.polk-faq{padding:var(--space-2xl)var(--space-lg);background:var(--white)}.polk-faq__inner{max-width:900px;margin:0 auto}.polk-faq__list{gap:var(--space-sm);flex-direction:column;display:flex}.polk-faq__item{background:var(--gray-50);border-radius:var(--radius-md);padding:var(--space-md)var(--space-lg);transition:background var(--transition-base)}.polk-faq__item:hover{background:var(--gray-100)}.polk-faq__item summary{cursor:pointer;font-weight:600;font-size:var(--text-base);color:var(--text-primary);padding-right:var(--space-xl);list-style:none;position:relative}.polk-faq__item summary::-webkit-details-marker{display:none}.polk-faq__item summary:after{content:"+";font-size:var(--text-2xl);color:var(--gold);font-weight:400;line-height:1;position:absolute;top:50%;right:0;transform:translateY(-50%)}.polk-faq__item[open] summary:after{content:"−"}.polk-faq__item p{margin:var(--space-md)0 0;font-size:var(--text-base);color:var(--text-secondary);line-height:1.7}.polk-form-section{padding:var(--space-2xl)var(--space-lg)}.polk-form-section__inner{max-width:800px;margin:0 auto}.polk-form-section__intro{font-size:var(--text-base);color:var(--white-80);text-align:center;margin-bottom:var(--space-xl)}.polk-link{color:var(--gold);text-underline-offset:2px;text-decoration:underline}.polk-link:hover{color:var(--gold-light)}.polk-form{background:var(--white);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);padding:var(--space-2xl);gap:var(--space-lg);flex-direction:column;display:flex}.polk-form__block{gap:var(--space-md);padding-bottom:var(--space-lg);border-bottom:1px solid var(--gray-200);flex-direction:column;display:flex}.polk-form__block:last-of-type,.polk-form__block--child{border-bottom:none}.polk-form__block-title{font-size:var(--text-lg);color:var(--text-primary);margin:0 0 var(--space-xs);font-weight:700}.polk-form__row{gap:var(--space-md);grid-template-columns:1fr 1fr;display:grid}@media (max-width:600px){.polk-form__row{grid-template-columns:1fr}}.polk-form__label{gap:var(--space-xs);font-size:var(--text-sm);color:var(--text-muted);flex-direction:column;font-weight:500;display:flex}.polk-form input[type=text],.polk-form input[type=email],.polk-form input[type=tel],.polk-form input[type=date],.polk-form select,.polk-form textarea{padding:var(--space-md);border:1.5px solid var(--gray-200);border-radius:var(--radius-md);font-size:var(--text-base);background:var(--white);color:var(--text-primary);transition:border-color var(--transition-base);font-family:inherit}.polk-form input:focus,.polk-form select:focus,.polk-form textarea:focus{border-color:var(--gold);outline:none}.polk-form textarea{resize:vertical;min-height:60px}.polk-form__block--child{background:var(--gray-50);border-radius:var(--radius-lg);padding:var(--space-lg)}.polk-form__child-header{margin-bottom:var(--space-xs);justify-content:space-between;align-items:center;display:flex}.polk-form__sessions{border:1.5px solid var(--gray-200);border-radius:var(--radius-md);padding:var(--space-md);background:var(--white)}.polk-form__sessions legend{padding:0 var(--space-sm);font-size:var(--text-sm);color:var(--text-muted);font-weight:500}.polk-form__session-option{gap:var(--space-sm);padding:var(--space-sm)0;font-size:var(--text-base);color:var(--text-primary);cursor:pointer;align-items:flex-start;display:flex}.polk-form__session-option small{color:var(--text-muted);font-size:var(--text-xs)}.polk-form__session-option input[type=checkbox]:disabled+span{opacity:.5}.polk-form__checkbox{cursor:pointer;line-height:1.5;align-items:flex-start!important;gap:var(--space-sm)!important;font-size:var(--text-sm)!important;color:var(--text-primary)!important;flex-direction:row!important;display:flex!important}.polk-form__checkbox input[type=checkbox]{flex-shrink:0;margin-top:.2rem}.polk-notice{padding:var(--space-md)var(--space-lg);border-radius:var(--radius-md);font-size:var(--text-base);line-height:1.5}.polk-notice--success{background:var(--success-light);color:var(--success);border:1px solid var(--success)}.polk-notice--warning{background:var(--warning-light);color:var(--warning);border:1px solid var(--warning)}.polk-notice--error{background:var(--error-light);color:var(--error);border:1px solid var(--error)}@media (max-width:700px){.polk-sessions,.polk-included,.polk-location,.polk-faq,.polk-form-section{padding:var(--space-xl)var(--space-md)}.polk-section__title{font-size:var(--text-2xl)}.polk-form,.polk-card__body{padding:var(--space-lg)}}.polk-honeypot{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute;left:-9999px;overflow:hidden}
