
 /*Global Fonts*/ 


/* FONT: INTER */
@font-face {
    font-family: "Inter";
    src: url("https://plfiles.polai.at/_fonts/Inter/Inter-VariableFont_slnt,wght.ttf") format("truetype");
}
 /*Global CSS*/ 

/* FONT: BUBBLE GUM, QUICKSAND */
/*@import url('https://fonts.googleapis.com/css2?family=Bubblegum+Sans&family=Cinzel+Decorative:wght@400;700;900&family=Coming+Soon&family=Dosis:wght@200;300;400;500;600;700;800&family=Indie+Flower&family=Quicksand:wght@300;400;500;600;700&family=Slabo+27px&family=Zilla+Slab:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
/* FONT: MONTSERRAT */
/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* FONT: NEWSREADER */
/*@import url('https://fonts.googleapis.com/css2?family=Newsreader:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
/* FONT: SOURCE SANS PRO */
/*@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');

/* FONT: POPPINS */
/*@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* FONT: LATO */
/*@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

/* FONT: MUKTA */
/*@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600;700;800&display=swap');

/* GLOBAL / BODY */

html {
    width: 100%;
    scroll-behavior: smooth !important;
}

body {
    background-color: #fff;
    /*background-image: url('https://devfiles.netgrid.at/system/background.png');*/
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #000;
    width: 100%;
    height: auto;
    min-height: calc(100vh - 111px);
    font-family: "Inter", sans-serif;
    font-size: 18px;
    scroll-behavior: smooth;
}


button {
    font-family: 'Inter', sans-serif;
    font-weight: bold;
}

.appcontent {
    margin-top: 0px;
    width: 100% !important;
    padding-top: 0px;
    min-height: calc(100vh - 66px);
}

.first-top-space {
    margin-top: 40px;
}


a {
    color: #CCC;
    transition: 0.5s;
  }
  
  a:hover, a:active, a:focus {
    color: #FFF;
    outline: none;
    text-decoration: none;
  }
  
  p {
    padding: 0;
    margin: 0 0 30px 0;
  }
  
  h1, h2, h3, h4, h5, h6 {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
  }
  
  .display-3 {
      font-family: "Inter", sans-serif !important;
      font-size: 3.9rem;
      font-weight: normal !important;
  }
  
  @media screen and (max-width: 1279px) {
      .display-3 {
          font-size: 2.2rem;    
      }
  }
  
  
  
  /* Back to top button */
  .back-to-top {
    position: fixed;
    display: none;
    background: #FF0000;
    color: #fff;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    border-radius: 50%;
    right: 20px;
    bottom: 20px;
    transition: background 0.5s;
    z-index: 11;
  }
  
  .back-to-top i {
    padding-top: 12px;
    color: #fff;
  }
  
  @media (max-width: 768px) {
    .back-to-top {
      bottom: 15px;
    }
  }
  
  /* Shadows */
  .shadow-rtm {
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 16px 0 rgba(0, 0, 0, 0.15)
  }
  
  .shadow-rmt:hover {
      box-shadow: 0 4px 8px 0 rgba(7, 48, 63, 0.3), 0 3px 16px 0 rgba(7, 48, 63, 0.25)
  }
  
  
  .shadow-rtm-strong {
      box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.15)
  }
  
  .shadow-rmt-strong:hover {
      box-shadow: 0 8px 12px 0 rgba(7, 48, 63, 0.6), 0 6px 20px 0 rgba(7, 48, 63, 0.25)
  }
  
  /* Prelaoder */
  #preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
  }
  
  #preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #f2f2f2;
    border-top: 6px solid #33B5E5;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
  }
  
  @-webkit-keyframes animate-preloader {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  
  @keyframes animate-preloader {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  
  
  /* FULLSCREEN MODAL */
  .modal-full {
      min-width: 100%;
      margin: 20px auto 0 auto !important;
      min-height: calc(100vh - 20px);
  }
  
  .modal-full .modal-content {
      min-height: 100vh;
  }
  
  
  /*MOBILE NAV ADJUSTMENT */
  @media screen and (max-width: 1279px) {
      .header-scrolled {
          min-height: 80px;
      }
  }
  
  
  /* CMS STYLES */
  .cms-container {
      width: 100%;
      position: relative;
  }

  .cms-container-border {
    border: 1px dashed #444 !important;
  }

  .cms-edit {
    cursor: text;
  }

  /* NETGRID IMPRINT */
  .netgrid-imprint-container {
      width: 320px;
      height: 120px;
  }
  .netgrid-imprint {
      border: 0px solid transparent;
      transition: 0.5s;
  }

  .netgrid-imprint:hover {
      border: 4px solid #fff;
      transition: 0.2s;
      transform: scale(1.05);
  }






  




  
  /*--------------------------------------------------------------
  # Header
  --------------------------------------------------------------*/
  #header {
      width: 100%;
      max-width: 100% !important;
      transition: all 0.5s;
      z-index: 997;
      padding: 26px 0;
      padding: 18px 0;
      background: black;
      position: fixed;
    }
    
    #header .container-fluid {
        margin: 10px 0 !important;
    }
    
    #header .logo {
      font-size: 16px;
      margin: 0;
      padding: 0;
      line-height: 1;
      font-family: "Inter", sans-serif;
      font-weight: 700;
      letter-spacing: 3px;
      padding-left: 10px;
    }
    
    #header .logo a {
      color: #fff;
    }
    
    #header .logo img {
      max-height: 250px;
    }

    #header .nav-link {
        margin-left: 24px;
    }
    
    @media (max-width: 992px) {
      #header .logo {
        font-size: 20px;
      }
    }
    
/* COOKIES OPTIONS */
.cookiesoption {
    z-index: 9999999999;
    position: fixed;
    bottom: 15px;
    left: 15px;
    width: 44px;
    height: 44px;
    border: 1px solid #888;
    border-radius: 50%;
    background-color: #fff;
    color: #000;
    font-size: 30px;
    text-align: center;
    margin: auto auto;
    opacity: 0.5;
    transition: 0.7s;
    cursor: pointer;
}
.cookiesoption:hover {
    transition: 0.7s;
    opacity: 1;
}


.cookiesoptionmenu {
    z-index: 9999999999999;
    position: fixed;
    display: none;
    bottom: 14px;
    left: 14px;
    width: 500px;
    height: 200px;
    background-color: #fff;
    border: 1px solid #888;
    border-radius: 4px;
    transition: 0.7s;
    font-size: 18px;
    padding: 10px 20px;
}


/* TOOLTIP */

.tooltip {
    z-index: 1000000000000000000 !important;
}

.tooltip > .tooltip-inner {
    background-color: #2b2d31;       /* Slightly lighter grey for contrast */
    font-family: 'Inter', sans-serif;
    font-size: 14px; 
    color: #fff; 
    border: 1px solid #555;          /* More subtle border */
    border-radius: 4px;              /* Softer radius */
    padding: 8px 12px;
}

/* LOGO */
.navbar-brand img {
    width: 160px !important;
    max-height: 100px !important;
    transition: 0.5s;
}

.navbar-brand img:hover {
    transform: scale(1.15);
    transition: 0.5s;
}


/* NAV */

.navbar {
    max-width: 100% !important;
}

/*.nav-link {
    margin-left: 46px;
}

.navbar-dark .navbar-nav .nav-link {
    font-size: 20px;
    color: #DDD;
    border-bottom: 4px solid transparent;
    transition: 0.4s;
}

.navbar-dark .navbar-nav .nav-link:hover {
    font-size: 20px;
    color: #FFF;
    border-bottom: 4px solid #fff;
    transition: 0.4s;
}


/* NAV SUBMENU */
/*.dropdown-menu {
    background-color: rgba(34, 34, 34, .98) !important;
    border-radius: 4px;
    border: 4px solid #fff;
}

.dropdown-item {
    color: #fff;
}

/* APP FORM */
.appform {
    width: 100%;
    margin: 0 0 20px 0;
}

.appformheader {
    width: 100%;
    background-color: rgba(52, 58, 64, .3);
}

.appformsubmit {
    width: 100%;
    background-color: rgba(52, 58, 64, .3);
    text-align: center;
    padding: 10px 20px;
}

.appformtitle {
    color: #fff;
    font-size: 3rem;
    margin: 20px 20px 6px 20px;
}

.appformentryname {
    color: #fff;
    font-size: 1.6rem;
    text-transform: capitalize;
    margin-left: 0 !important;
}

.appformsubtitle {
    color: #fff;
    font-size: 2rem;
    margin: 20px 20px 6px 20px;
}

.appform-element {
    display: table;
    margin: 20px 0;
    width: 100%;
    padding: 0 20px;
}

.appform-inputtitle {
    display: table-cell;
    vertical-align: top;
    width: 30%;
    min-width: 300px;
}

.appform-inputdesc {
    display: table-row;
    width: 100%;
    color: #ccc;
    font-size: 0.8rem;
    padding: 4px 0 0 20px;
}

.appform-inputdesc span {
    max-width: 30%;
    padding-right: 20px;
}

.appform-input {
    display: table-cell;
    vertical-align: top;
    width: 70%;
}

.appform-input input {
    width: 100%;
    margin: 0 0 0 auto;
}

#actionform {
    display: inline;
}

.actionbutton {
    margin-left: 40px;
    margin-bottom: 8px
}

/*.bootstrap-select {
    width: 100% !important;
}*/

.appform-actions {
    white-space: nowrap; 
    width: 100%; 
    text-align: right;
}


.appform-options {
    display: block;
    text-align: left;
    margin: 0 1%;
}

.appform-option {
    display: inline-block;
    width: auto;
    max-width: 19%;
    border: 3px solid rgba(52, 58, 64, .3);
    border-radius: 8px;
    text-align: center;
    margin: 20px 8px;
    padding: 2px 14px;
}

.appform-option:hover {
    background: rgba(52, 58, 64, .3);
    transition: 0.6s;
}

.appform-icon {
    display: inline-block;
    vertical-align: middle;
    font-size: 2rem;
}

.appform-title {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.2rem;
    color: #ccc;
    margin: 0 0 2px 8px;
}




/* TABLES */

.table-responsive {
    max-width: calc(100% - 1px);
}

.table > tbody > tr > td {
    vertical-align: middle;
}

.tr-button {
    cursor: pointer !important;
}

table.dataTable tbody tr {
    background-color: transparent;
}


.firstcellpadding {
    padding-left: 20px !important;
}

.dataTables_wrapper {
    margin-top: 20px;
}

.custom-select {
    color: #000 !important;
}

.dataTables_filter .form-control {
    color: #FFF !important;
}
.dataTables_filter .form-control::placeholder, .dataTables_filter .form-control::placeholder:active {
    color: #AAA !important;
}


.table-dark td, .table-dark th, .table-dark thead th {
    border-color: rgba(255,255,255, 0.3) !important;
}

.table.dataTable thead th, table.dataTable thead td {
    border-color: rgba(255,255,255, 0.3) !important;
}

.table.dataTable.no-footer {
    border-color: rgba(255,255,255, 0.3) !important;
}


/* TABLES PAGINATION */
.pagination {
    background-color: rgba(52, 58, 64, .3);
}

.pagination > li > a
{
    background-color: #333;
    color: #FFF;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover
{
    color: #5a5a5a;
    background-color: #333;
    border-color: #ddd;
}

.pagination > .active > a
{
    color: white;
    background-color: rgba(34,34,34, 0.8) !important;
    border: solid 1px rgba(34,34,34, 0.8) !important;
}

.pagination > .active > a:hover
{
    background-color: #333 !important;
    border: solid 1px #333;
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
    color: #fff;
    padding-left: 20px;
}

.dt-buttons {
    margin-bottom: 8px;
}

.dt-search {
    display: inline-block;
    position: absolute; 
    right: 20px;
    margin-top: 0;
    min-width: 300px;
    text-align: right; 
}

.dt-length {
    margin: 8px 0;
}

/* Fix T-Head Background Color for fixedHeader */
thead {
    background: #292c30;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: linear-gradient(to bottom, rgba(52, 58, 64, .3) 0%, rgba(52, 58, 64, .3) 100%)
}


/* CONFIRMATION */
.popover-header {
    color: #000;
}

/* BREADCRUMBS */
.breadcrumb {
    margin-bottom: 0;
    background-color: #1a1a1a;
    border-radius: 0;
    padding: 18px 2% 8px 2%;
    border-bottom: 1px solid #292c30;
    font-size: .9rem;
}


.breadcrumb-item.active {
    color: #fff;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #ddd;
}

/* BOOTSTRAP LINKED BUTTON FIX */
span a:hover {
    text-decoration: none !important;
    border: none;
  }



/* BOOTSTRAP COLOR CHANGES */
.btn-secondary {
    background-color: rgba(52, 58, 64, .3);
    border-color: rgba(255,255,255, .3);
}

/* Dunkles Design für alle Formulareingaben */
.form-control,
.form-control:focus,
.form-control:hover {
  background-color: #232323 !important;
  color: #fff !important;
  border: 1px solid #444 !important;
  border-radius: 0.25rem !important;
  box-shadow: none !important;
  transition: background 0.2s, border 0.2s;
}
.form-control:focus,
.form-control:hover {
  background-color: #333 !important;
  color: #fff !important;
  border: 1px solid #888 !important;
  outline: none !important;
  box-shadow: none !important;
}
.form-control::placeholder {
  color: #bbb !important;
  opacity: 1;
}

.table-dark {
    background-color: rgba(52, 58, 64, .3);
}

.table-dark.table-hover tbody tr:hover {
    background-color: rgba(80,80,80, .2);
}

.table-striped tbody tr:nth-of-type(2n+1){
    background-color: rgba(100,100,100, 0.2) !important;
}

.table-dark.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: rgba(60, 66, 72, .3) !important;
}

.table-dark.table-striped tbody tr:nth-of-type(2n+1):hover {
    background-color: rgba(52, 58, 64, .3) !important;
}



/* CLOSE ICON BOOTSTRAP */
.close {
    color: #fff;
}

.close:hover {
    color: #ccc;
}


/* SUMMERNOTE CHANGES */
/*.note-airframe {
    border: 1px dashed #444 !important;
}*/

/* SUMMERNOTE DISABLE UPLOAD */
.note-group-select-from-files {
    display: none;
  }


/* HEADER SCROLLED */
.navbar.fixed-top {
    transition: background-color 0.3s ease-out;
    background: #202124;
}

.navbar.fixed-top.scrolled {
    /*background-color: rgba(34, 34, 34, .98) !important;*/
    transition: background-color 0.3s ease-out;
}


/* NAV CHANGES */
.nav-item-spacer {
    margin: auto 8px;
}





/* BOOTSTRAP MODAL */
.modal-content {
    background: rgba(52, 58, 64, .95);
    color: #fff;
}


/* FULLSCREEN MODAL */
.modal-full {
    min-width: 80%;
    margin: inherit auto;
}

.modal-full .modal-content {
    min-height: 100vh;
}

.modal-header .close {
    color: #fff;
}

.modal-header .close:hover {
    color: #ccc;
}



/* UPLOAD MANAGER */
.modalgallery {
    width: 100%;
    margin: 20px 0;
}

.filegallery {
    width: 100%;
}

.filegallery_content {
    display: inline-block;
    vertical-align: top;
    margin: 6px 8px;
    border-radius: 2px;
    border: 4px solid #666;
    height: 160px;
    width: 160px;
    transition: 0.6s;
    font-size: 100px;
    text-align: center;
}

.filegallery_content:hover {
    border-color: #bbb;
    transition: 0.6s;
}

.content_active {
    border-color: #d9534f !important;
    transition: 0.6s;
}

.filegallery_content img {
    width: 150px;
    margin: auto 0;
    vertical-align: middle;
}

.upload-preview {
    border: 3px dashed #555;
    border-radius: 3px;
    max-width: 240px;
    transition: 0.8s;
}

.upload-preview:hover {
    border: 3px dashed #bbb;
    transition: 0.8s;
}



/* BOOTSTRAP CARDS */
.card {
    border: 1px solid rgba(255,255,255,.35);
}


.card-dark {
    background: rgba(52, 58, 64, .4) !important;
}

.card-purple {
    background: rgba(100, 6, 151, .4) !important;
}

.card-orange {
    background: rgba(217, 143, 17, .4) !important;
}

.card-footer{
    position:absolute;
    bottom:0;
    width:100%;
}


/* DATEPICKER */

.bootstrap-datetimepicker-widget {
    background-color: #fff !important;
    color: rgba(52, 58, 64, 1) !important;
}
/*
.bootstrap-datetimepicker-widget table {
    color: rgba(52, 58, 64, .7) !important;
  }

.bootstrap-datetimepicker-widget table th.picker-switch{
    color:#FFF !important;
}

.bootstrap-datetimepicker-widget table th{
  color:#FFF !important;
}

.bootstrap-datetimepicker-widget table td{
  color:#000 !important;
}*/





/* COMMENTS */

.comments-precontrol {
    background-color: #f7d05b4f !important
}


/* BOOTSTRAP TOASTS */

.toast {
    max-width: 400px !important;
}

.toast-header {
    color: #fff;
}

.toast-body {
    color: #000;
}

.toast-body h5 {
    font-size: 20px !important;
}


/* FLIP ELEMENTS CURSOR*/
.front {
    cursor: grab;
}

.back {
    cursor: grab;
}



/* FORM - UPLOADER*/
.upload-prev-pdf {
    font-size: 60px;
    margin: 0 30px;
}





/* Fix: Filter-Dropdowns in einer Zeile, nicht 100% breit */
.filter-dropdown-row .bootstrap-select {
    width: auto !important;
    min-width: 180px;
    max-width: 220px;
}





/* --- Bootstrap-select: Dunkles Dropdown-Design global --- */
.bootstrap-select .dropdown-menu {
  background-color: #232323;
  color: #fff;
  border: 1px solid #444;
}

.bootstrap-select .dropdown-menu .dropdown-item {
  background-color: transparent;
  color: #fff;
}

.bootstrap-select .dropdown-menu .dropdown-item.active,
.bootstrap-select .dropdown-menu .dropdown-item:active,
.bootstrap-select .dropdown-menu .dropdown-item:hover {
  background-color: #444;
  color: #fff;
}

/* Bootstrap-select: Suchfeld im Dropdown dunkler und mit Fokus-Style */
.bootstrap-select .bs-searchbox input {
  background-color: #232323;
  color: #fff;
  border: 1px solid #444;
  box-shadow: none;
}
.bootstrap-select .bs-searchbox input:focus {
  background-color: #333;
  color: #fff;
  border: 1px solid #888;
  outline: none;
  box-shadow: none;
}

.bootstrap-select .dropdown-menu {
  scrollbar-color: #444 #232323;
  scrollbar-width: thin;
}

/* --- Bootstrap-select: Button im dunklen Design --- */
.bootstrap-select > .btn {
  background-color: #232323;
  color: #fff;
  border: 1px solid #444;
  box-shadow: none;
}

.bootstrap-select > .btn:focus,
.bootstrap-select > .btn:active,
.bootstrap-select > .btn:hover {
  background-color: #333;
  color: #fff;
  border: 1px solid #666;
  outline: none;
  box-shadow: none;
}

/* Caret (Pfeil) auch weiß */
.bootstrap-select > .btn .caret,
.bootstrap-select > .btn::after {
  border-top-color: #fff !important;
}

/* Bootstrap-select: Button aktiv (Dropdown offen) */
.bootstrap-select.show > .btn {
  background-color: #444;
  color: #fff;
  border: 1px solid #888;
  outline: none;
  box-shadow: none;
}

/* Kalender-Suchfeld im dunklen Design (überschreibt .form-control) */
#calendar-search.form-control {
  background-color: #232323 !important;
  color: #fff !important;
  border: 1px solid #444 !important;
  border-radius: 0.25rem !important;
  box-shadow: none !important;
  transition: background 0.2s, border 0.2s;
}
#calendar-search.form-control:focus,
#calendar-search.form-control:hover {
  background-color: #333 !important;
  color: #fff !important;
  border: 1px solid #888 !important;
  outline: none !important;
  box-shadow: none !important;
}
#calendar-search.form-control::placeholder {
  color: #bbb !important;
  opacity: 1;
}




 /*Page CSS*/ 


/* content_polai */

/* content_polai – Polai.at Tanzschule */

body,
button,
input,
select,
textarea {
  font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif;
  letter-spacing: 0;
}

:root {
  --polai-nav-height: 76px;
  --polai-anchor-space: 22px;
  --polai-anchor-offset: calc(var(--polai-nav-height) + var(--polai-anchor-space));
  --polai-content-gutter: clamp(2.25rem, 3vw, 3rem);
  --polai-wide-gutter: 48px;
  --polai-wide-edge: calc(var(--polai-wide-gutter) / 2);
  --polai-image-overlay-top: rgba(0, 0, 0, 0.04);
  --polai-image-overlay-upper: rgba(0, 0, 0, 0.14);
  --polai-image-overlay-text: rgba(0, 0, 0, 0.66);
  --polai-image-overlay-bottom: rgba(0, 0, 0, 0.92);
}

html {
  scroll-padding-top: var(--polai-anchor-offset);
}

.p26 section[id],
.p26 [id].p26-anchor-target,
.p26-course-special [id].p26-anchor-target {
  scroll-margin-top: var(--polai-anchor-offset);
}

/* Header */
.polai-header-wrapper {
  position: sticky;
  top: 0;
  z-index: 50;
  background:
    radial-gradient(circle at 82% 0%, rgba(67, 174, 160, 0.12), transparent 28rem),
    rgba(5, 12, 15, 0.96);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(163, 204, 200, 0.13);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.28);
}
.polai-header-container {
  width: min(1808px, calc(100% - var(--polai-wide-gutter)));
  max-width: none;
  margin: 0 auto;
  min-height: 76px;
  padding: 0;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 18px;
}
.polai-header-logo a {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255,255,255,0.94);
  text-decoration:none;
  white-space: nowrap;
}
.polai-header-logo-img {
  display: block;
  width: auto;
  height: 44px;
  max-width: 220px;
  object-fit: contain;
}
.polai-header-logo strong {
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0;
}
.polai-header-logo em {
  color: rgba(244, 248, 247, 0.76);
  font-style: normal;
  font-size: 18px;
}
.polai-header-mark {
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 9px;
  background: linear-gradient(135deg, #00d3b8, #43aea0);
  color: #052018;
  font-weight: 950;
  line-height: 1;
}
.polai-main-nav {
  margin-left: auto;
}
.polai-main-nav ul { list-style: none; margin: 0; padding: 0; display:flex; align-items:center; gap: 6px; }
.polai-main-nav a,
.polai-nav-dd-btn {
  min-height: 42px;
  color: rgba(244, 248, 247, 0.84);
  text-decoration: none;
  font-weight: 650;
  padding: 0 13px;
  border-radius: 7px;
  border: 1px solid transparent;
}
.polai-main-nav a {
  display: inline-flex;
  align-items: center;
}
.polai-main-nav a:hover,
.polai-nav-dd-btn:hover {
  background: rgba(67, 174, 160, 0.08);
  border-color: rgba(67, 174, 160, 0.2);
  color: #00d3b8;
}
.polai-main-nav a.active, .polai-nav-dd.is-active > .polai-nav-dd-btn {
  background: rgba(67, 174, 160, 0.14);
  border: 1px solid rgba(67, 174, 160, 0.34);
  color: #00d3b8;
}
.polai-header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 20px;
  order: 4;
}
.polai-header-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(67, 174, 160, 0.25);
  border-radius: 5px;
  background: rgba(67, 174, 160, 0.08);
  color: #00d3b8;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}
.polai-header-action.is-primary {
  border-color: rgba(67, 174, 160, 0.5);
  background: linear-gradient(180deg, rgba(67, 174, 160, 0.92), rgba(35, 126, 117, 0.92));
  color: #f6fffd;
}
.polai-header-action.is-secondary {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.92);
}
.polai-header-action.is-secondary:hover,
.polai-header-action.is-secondary:focus-visible {
  border-color: rgba(67, 174, 160, 0.55);
  background: rgba(67, 174, 160, 0.15);
  color: #00d3b8;
}
.polai-login-link,
.polai-user-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid rgba(67, 174, 160, 0.34);
  border-radius: 7px;
  background: rgba(67, 174, 160, 0.1);
  color: #00d3b8;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}
.polai-login-link:hover,
.polai-user-chip:hover {
  background: rgba(67, 174, 160, 0.18);
  border-color: rgba(67, 174, 160, 0.55);
  color: #f7fffd;
}
.polai-user-menu {
  position: relative;
}
.polai-user-chip {
  appearance: none;
  cursor: pointer;
}
.polai-user-avatar {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: linear-gradient(135deg, #00d3b8, #8067e8);
  color: #061014;
  font-size: 12px;
  font-weight: 950;
}
.polai-user-menu-panel {
  display: none;
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  min-width: 230px;
  padding: 8px;
  border: 1px solid rgba(163, 204, 200, 0.13);
  border-radius: 8px;
  background: rgba(7, 15, 19, 0.98);
  box-shadow: 0 18px 44px rgba(0,0,0,0.45);
  z-index: 70;
}
.polai-user-menu.is-open .polai-user-menu-panel {
  display: grid;
  gap: 4px;
}
.polai-user-menu-panel a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border-radius: 6px;
  color: rgba(255,255,255,0.86);
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
}
.polai-user-menu-panel a:hover {
  background: rgba(67, 174, 160, 0.1);
  color: #00d3b8;
}
.polai-theme-toggle {
  appearance: none;
  display: inline-grid;
  place-items: center;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.polai-theme-toggle:hover,
.polai-theme-toggle:focus-visible {
  background: rgba(67, 174, 160, 0.18);
  border-color: rgba(67, 174, 160, 0.55);
  color: #00d3b8;
  outline: none;
}
.polai-theme-toggle i {
  grid-area: 1 / 1;
}
.polai-theme-icon-light {
  display: none;
}
.polai-theme-icon-dark {
  display: inline-block;
}
body.polai-light .polai-theme-icon-light,
html.polai-light .polai-theme-icon-light,
[data-polai-theme="light"] .polai-theme-icon-light {
  display: inline-block;
}
body.polai-light .polai-theme-icon-dark,
html.polai-light .polai-theme-icon-dark,
[data-polai-theme="light"] .polai-theme-icon-dark {
  display: none;
}
.polai-mobile-nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex: 0 0 auto;
  gap: 5px;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.polai-mobile-nav-toggle span {
  display: block;
  width: 21px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.polai-mobile-nav-toggle:hover,
.polai-mobile-nav-toggle:focus-visible {
  background: rgba(67, 174, 160, 0.18);
  border-color: rgba(67, 174, 160, 0.55);
  color: #00d3b8;
  outline: none;
}
.polai-mobile-nav-toggle.is-open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.polai-mobile-nav-toggle.is-open span:nth-child(2) {
  opacity: 0;
}
.polai-mobile-nav-toggle.is-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
body.polai-mobile-nav-open {
  overflow: hidden;
}

/* Kurse dropdown */
.polai-nav-dd{ position: relative; }
.polai-nav-dd-btn{
  appearance:none; background: transparent; cursor:pointer;
  display:flex; align-items:center; gap:8px;
}
.polai-nav-dd-menu{
  display:none;
  position:absolute; left:0; top: calc(100% + 10px);
  min-width: 300px;
  padding: 8px;
  border-radius: 8px;
  border: 1px solid rgba(163, 204, 200, 0.13);
  background: rgba(7, 15, 19, 0.98);
  box-shadow: 0 18px 44px rgba(0,0,0,0.45);
  z-index: 60;
}
.polai-nav-dd.is-open .polai-nav-dd-menu{ display:block; }
.polai-nav-dd-menu a{
  display:flex;
  align-items:center;
  gap:10px;
  padding: 10px 10px;
  border-radius: 6px;
  color: rgba(255,255,255,0.86);
  font-weight: 650;
}
.polai-nav-dd-menu a i{
  width:18px;
  text-align:center;
  color: rgba(178,255,252,0.82);
}
.polai-nav-dd-menu a:hover{ background: rgba(67, 174, 160, 0.09); color: #00d3b8; }

.polai-dd-item{ position: relative; }
.polai-dd-subbtn{
  width:100%;
  text-align:left;
  appearance:none;
  border:0;
  background:transparent;
  color: rgba(255,255,255,0.86);
  font-weight: 700;
  padding: 10px 10px;
  border-radius: 6px;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}
.polai-dd-subbtn:hover{ background: rgba(67, 174, 160, 0.09); color: #00d3b8; }
.polai-dd-submenu{
  display:none;
  position:absolute;
  left: calc(100% + 10px);
  top: 0;
  min-width: 320px;
  padding: 8px;
  border-radius: 8px;
  border: 1px solid rgba(163, 204, 200, 0.13);
  background: rgba(7, 15, 19, 0.98);
  box-shadow: 0 18px 44px rgba(0,0,0,0.45);
}
.polai-dd-item.is-subopen > .polai-dd-submenu{ display:block; }

/* CTA */
.polai-cta-contact { }
.polai-cta-strip { }
.polai-cta-text { }
.polai-cta-email { }

/* Footer */
.polai-footer{
  margin-top: 0;
  padding: 0;
  background: rgba(7, 9, 11, 0.98);
  border-top: 1px solid rgba(255,255,255,0.10);
  font-size: 0.95rem;
}
.polai-footer-panel{
  width: 100%;
  margin: 0;
  padding: 16px 0 10px;
  border-radius: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.polai-footer-inner{
  width: min(1808px, calc(100% - var(--polai-wide-gutter)));
  max-width: none;
  margin: 0 auto;
  padding: 0;
  display:grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 22px;
  align-items:start;
}
.polai-footer-title{
  font-weight: 1000;
  letter-spacing: .02em;
  margin: 0 0 6px;
  font-size: 1.02rem;
  color: rgba(255,255,255,0.96);
}
.polai-footer-text{
  color: rgba(255,255,255,0.74);
  line-height: 1.6;
  margin-bottom: 8px;
}
.polai-footer-muted{opacity:0.78; font-size:0.90rem;}

.polai-footer-chips{ display:flex; flex-direction:column; gap:10px; margin: 0; }
.polai-footer-inline i{ width: 18px; text-align:center; color: rgba(178,255,252,0.88); margin-right: 6px; }
.polai-footer-inline a{ color: rgba(178,255,252,0.92); }
.polai-footer-inline a:hover{ text-decoration:underline; text-underline-offset:2px; }
.polai-footer-chip{
  display:flex;
  align-items:center;
  gap:10px;
  padding: 2px 0;
  border-radius: 0;
  border: 0;
  background: transparent;
  color: rgba(255,255,255,0.80);
  text-decoration:none;
  font-weight: 850;
  line-height: 1.35;
}
.polai-footer-chip i{ color: rgba(178,255,252,0.88); width: 18px; text-align:center; }
.polai-footer-chip:hover{ color: rgba(255,255,255,0.92); text-decoration: underline; text-underline-offset: 3px; }

.polai-footer-coltitle{
  display:flex;
  align-items:center;
  gap:10px;
  margin: 2px 0 10px;
  font-weight: 950;
  letter-spacing: .01em;
  color: rgba(255,255,255,0.92);
}
.polai-footer-coltitle i{ color: rgba(178,255,252,0.92); }

.polai-footer a{ color: rgba(178,255,252,0.92); text-decoration:none; }
.polai-footer a:hover{ text-decoration:underline; text-underline-offset:2px; }

.polai-footer-social{
  display:flex;
  gap:10px;
  margin-top: 14px;
}
.polai-footer-socialbtn{
  width: 40px;
  height: 40px;
  border-radius: 14px;
  display:grid;
  place-items:center;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.04);
  color: rgba(255,255,255,0.88);
  text-decoration:none;
}
.polai-footer-socialbtn:hover{
  background: rgba(255,255,255,0.06);
  border-color: rgba(178,255,252,0.22);
}

.polai-footer-bottom{
  width: min(1808px, calc(100% - var(--polai-wide-gutter)));
  max-width: none;
  margin: 14px auto 0;
  padding: 10px 0 0;
  border-top: 1px solid rgba(255,255,255,0.10);
  color: rgba(255,255,255,0.62);
  font-weight: 850;
  font-size: 0.92rem;
  display:flex;
  justify-content:space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.polai-footer-bottom-left{ display:flex; align-items:center; gap: 10px; }
.polai-footer-bottom-left .polai-footer-socialbtn{
  width: 36px;
  height: 36px;
  border-radius: 13px;
}
.polai-footer-bottom-brand{
  margin-left: 6px;
  color: rgba(255,255,255,0.62);
  font-weight: 900;
  letter-spacing: .01em;
  white-space: nowrap;
}
.polai-footer-bottom-right{
  display:flex;
  align-items:center;
  gap: 10px;
}
.polai-footer-sep{ opacity: .55; }
@media (max-width: 980px){
  :root {
    --polai-nav-height: 70px;
    --polai-anchor-space: 18px;
  }

  .polai-header-container {
    flex-wrap: nowrap;
    justify-content: space-between;
    min-height: 64px;
    padding: 10px 0;
    gap: 10px;
  }
  .polai-header-actions {
    margin-left: auto;
  }
  .polai-footer-panel{ padding: 14px 0 10px; }
  .polai-footer-inner{ grid-template-columns: 1fr; gap: 14px; }
  .polai-footer-bottom{ padding: 10px 0 0; }
}

@media (max-width: 640px){
  .polai-header-logo em {
    display: none;
  }
  .polai-footer-bottom {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 14px;
  }
  .polai-footer-bottom-left {
    width: 100%;
    justify-content: center;
  }
  .polai-footer-bottom-brand {
    margin-left: 0;
  }
  .polai-footer-bottom-right {
    width: auto;
    max-width: 100%;
    box-sizing: border-box;
    justify-content: center;
    padding-inline: 0;
    text-align: center;
    flex-wrap: nowrap;
    gap: 8px;
    white-space: nowrap;
    font-size: clamp(0.78rem, 3.4vw, 0.92rem);
  }
  .polai-header-actions {
    width: auto;
    margin-left: auto;
  }
  .polai-header-action {
    flex: 0 0 auto;
  }
  .polai-login-link,
  .polai-user-menu,
  .polai-user-chip {
    width: auto;
  }
}

/* POLAI Member Area / Control-Panel preview pages */
.polai-cp-page {
  min-height: calc(100vh - 76px);
  padding: 30px;
  background:
    radial-gradient(circle at 78% 8%, rgba(128, 103, 232, 0.14), transparent 32rem),
    radial-gradient(circle at 10% 16%, rgba(0, 211, 184, 0.14), transparent 30rem),
    #050c0f;
  color: rgba(247,255,253,0.94);
}
.polai-cp-page a {
  color: inherit;
  text-decoration: none;
}
.polai-cp-auth {
  display: grid;
  place-items: center;
}
.polai-cp-auth-panel,
.polai-cp-state,
.polai-cp-shell {
  width: min(1180px, 100%);
  border: 1px solid rgba(163, 204, 200, 0.14);
  border-radius: 8px;
  background: rgba(8, 16, 20, 0.9);
  box-shadow: 0 24px 80px rgba(0,0,0,0.35);
}
.polai-cp-auth-panel {
  padding: 28px;
}
.polai-cp-auth-panel-narrow {
  max-width: 620px;
}
.polai-cp-auth-panel h1,
.polai-cp-state h1,
.polai-cp-main h1 {
  margin: 0;
  color: #fff;
  font-size: 32px;
  line-height: 1.15;
  font-weight: 850;
}
.polai-cp-eyebrow {
  margin: 0 0 8px;
  color: #00d3b8;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}
.polai-cp-copy {
  margin: 10px 0 0;
  max-width: 54ch;
  color: rgba(247,255,253,0.68);
  line-height: 1.6;
}
.polai-cp-login-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 26px;
}
.polai-cp-login-grid-single {
  grid-template-columns: minmax(0, 1fr);
}
.polai-cp-login-card,
.polai-cp-cards article,
.polai-cp-table {
  border: 1px solid rgba(163, 204, 200, 0.13);
  border-radius: 8px;
  background: rgba(4, 11, 15, 0.72);
}
.polai-cp-login-card {
  padding: 22px;
}
.polai-cp-login-card.is-admin {
  border-color: rgba(128, 103, 232, 0.28);
}
.polai-cp-icon {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: rgba(67, 174, 160, 0.15);
  color: #00d3b8;
  margin-bottom: 16px;
}
.polai-cp-login-card h2 {
  margin: 0;
  color: #fff;
  font-size: 20px;
}
.polai-cp-login-card p {
  margin: 8px 0 18px;
  color: rgba(247,255,253,0.68);
  line-height: 1.5;
}
.polai-cp-alert {
  margin: 0 0 16px;
  padding: 12px 14px;
  border: 1px solid rgba(176, 58, 58, 0.38);
  border-radius: 6px;
  background: rgba(176, 58, 58, 0.12);
  color: rgba(255, 222, 222, 0.95);
  font-weight: 750;
  line-height: 1.45;
}
.polai-cp-form {
  display: grid;
  gap: 12px;
}
.polai-cp-form label {
  display: grid;
  gap: 7px;
  color: rgba(247,255,253,0.72);
  font-size: 13px;
  font-weight: 700;
}
.polai-cp-form input {
  min-height: 42px;
  border: 1px solid rgba(163, 204, 200, 0.16);
  border-radius: 6px;
  background: rgba(2, 8, 11, 0.78);
  color: #fff;
  padding: 0 12px;
}
.polai-cp-form input:focus {
  background: rgba(2, 8, 11, 0.78);
  color: #fff;
}
.polai-cp-form input:-webkit-autofill,
.polai-cp-form input:-webkit-autofill:hover,
.polai-cp-form input:-webkit-autofill:focus,
.polai-cp-form input:-webkit-autofill:active {
  -webkit-text-fill-color: #fff;
  box-shadow: 0 0 0 1000px #071013 inset;
  caret-color: #fff;
  transition: background-color 9999s ease-out;
}
.polai-cp-form button,
.polai-cp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(67, 174, 160, 0.5);
  border-radius: 6px;
  background: linear-gradient(180deg, rgba(67, 174, 160, 0.96), rgba(35, 126, 117, 0.96));
  color: #f7fffd;
  font-weight: 850;
  cursor: pointer;
}
.polai-cp-state {
  margin: 0 auto;
  max-width: 560px;
  padding: 34px;
  text-align: center;
}
.polai-cp-shell {
  display: grid;
  grid-template-columns: 250px 1fr;
  margin: 0 auto;
  overflow: hidden;
}
.polai-cp-sidebar {
  padding: 20px;
  border-right: 1px solid rgba(163, 204, 200, 0.12);
  background: rgba(3, 10, 14, 0.7);
}
.polai-cp-sidebar strong {
  display: block;
  margin-bottom: 18px;
  color: #fff;
  font-size: 18px;
}
.polai-cp-sidebar a,
.polai-cp-sidebar button {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-height: 42px;
  padding: 0 12px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: rgba(247,255,253,0.74);
  font: inherit;
  font-weight: 750;
  text-align: left;
  cursor: pointer;
}
.polai-cp-sidebar a.is-active,
.polai-cp-sidebar a:hover,
.polai-cp-sidebar button.is-active,
.polai-cp-sidebar button:hover {
  background: rgba(67, 174, 160, 0.13);
  color: #00d3b8;
}
.polai-cp-main {
  padding: 24px;
}
.polai-cp-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}
.polai-cp-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 18px;
}
.polai-cp-cards article {
  padding: 18px;
}
.polai-cp-cards span {
  color: rgba(247,255,253,0.58);
  font-size: 13px;
  font-weight: 750;
}
.polai-cp-cards strong {
  display: block;
  margin-top: 7px;
  color: #fff;
  font-size: 24px;
}
.polai-cp-cards p {
  margin: 8px 0 0;
  color: rgba(247,255,253,0.66);
}
.polai-cp-table {
  overflow: hidden;
}
.polai-cp-table > div {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 0.8fr;
  gap: 12px;
  padding: 14px 16px;
  border-top: 1px solid rgba(163, 204, 200, 0.1);
}
.polai-cp-table > div:first-child {
  border-top: 0;
  color: rgba(247,255,253,0.7);
  background: rgba(67, 174, 160, 0.07);
}
.polai-cp-button:disabled,
.polai-cp-button[disabled] {
  opacity: 0.48;
  cursor: default;
}
.polai-cp-archive-button {
  gap: 8px;
}
.polai-cp-archive-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: none;
  place-items: center;
  padding: 20px;
}
.polai-cp-archive-modal.is-open {
  display: grid;
}
.polai-cp-archive-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(2, 8, 11, 0.72);
  backdrop-filter: blur(10px);
  cursor: pointer;
}
.polai-cp-archive-dialog {
  position: relative;
  z-index: 1;
  width: min(840px, 100%);
  max-height: min(82vh, 720px);
  overflow: auto;
  border: 1px solid rgba(163, 204, 200, 0.16);
  border-radius: 8px;
  background: rgba(4, 11, 15, 0.96);
  padding: 20px;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.44);
}
.polai-cp-archive-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}
.polai-cp-archive-head h2 {
  margin: 0;
  color: #fff;
  font-size: 24px;
  line-height: 1.15;
}
.polai-cp-archive-close {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(163, 204, 200, 0.18);
  border-radius: 8px;
  background: rgba(247,255,253,0.06);
  color: #fff;
  cursor: pointer;
}
.polai-cp-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.polai-cp-details > div,
.polai-cp-empty,
.polai-cp-loader {
  border: 1px solid rgba(163, 204, 200, 0.13);
  border-radius: 8px;
  background: rgba(4, 11, 15, 0.72);
}
.polai-cp-details > div {
  min-width: 0;
  padding: 18px;
}
.polai-cp-details span,
.polai-cp-empty p {
  color: rgba(247,255,253,0.62);
}
.polai-cp-details span {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 800;
}
.polai-cp-details strong {
  display: block;
  color: #fff;
  font-size: 20px;
  line-height: 1.25;
  overflow-wrap: anywhere;
}
.polai-cp-profile-form {
  display: grid;
  gap: 16px;
}
.polai-cp-profile-section {
  padding: 18px;
  border: 1px solid rgba(163, 204, 200, 0.13);
  border-radius: 8px;
  background: rgba(4, 11, 15, 0.72);
}
.polai-cp-profile-section h2 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 18px;
  line-height: 1.25;
}
.polai-cp-profile-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.polai-cp-profile-grid label {
  display: grid;
  gap: 7px;
  color: rgba(247,255,253,0.68);
  font-size: 13px;
  font-weight: 800;
}
.polai-cp-profile-grid > div {
  display: grid;
  gap: 7px;
  min-height: 42px;
}
.polai-cp-profile-grid > div span {
  color: rgba(247,255,253,0.68);
  font-size: 13px;
  font-weight: 800;
}
.polai-cp-profile-value {
  display: block;
  min-height: 42px;
  border: 1px solid rgba(163, 204, 200, 0.13);
  border-radius: 6px;
  background: rgba(247,255,253,0.05);
  color: rgba(247,255,253,0.86);
  padding: 11px 12px;
  font-size: 15px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}
.polai-cp-profile-grid input,
.polai-cp-profile-grid select {
  min-height: 42px;
  width: 100%;
  border: 1px solid rgba(163, 204, 200, 0.16);
  border-radius: 6px;
  background: rgba(2, 8, 11, 0.78);
  color: #fff;
  padding: 0 12px;
}
.polai-cp-profile-grid input[readonly] {
  color: rgba(247,255,253,0.72);
  background: rgba(247,255,253,0.05);
}
.polai-cp-profile-actions {
  display: flex;
  justify-content: flex-end;
}
.polai-cp-profile-actions .polai-cp-button {
  gap: 8px;
}
.polai-cp-profile-partners {
  margin-top: 16px;
  padding: 14px;
  border: 1px solid rgba(163, 204, 200, 0.13);
  border-radius: 8px;
  background: rgba(2, 8, 11, 0.42);
}
.polai-cp-profile-partners-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}
.polai-cp-profile-partners-head strong {
  color: #fff;
  font-size: 16px;
}
.polai-cp-profile-partners-head span {
  display: inline-grid;
  place-items: center;
  min-width: 28px;
  height: 28px;
  border: 1px solid rgba(67, 174, 160, 0.32);
  border-radius: 999px;
  color: #00d3b8;
  font-weight: 900;
}
.polai-cp-profile-partners p {
  margin: 0;
  color: rgba(247,255,253,0.62);
}
.polai-cp-profile-partner-list {
  display: grid;
  gap: 8px;
}
.polai-cp-profile-partner-list > div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 12px;
  padding: 10px 12px;
  border: 1px solid rgba(163, 204, 200, 0.1);
  border-radius: 6px;
  background: rgba(255,255,255,0.035);
}
.polai-cp-profile-partner-list strong {
  color: #fff;
}
.polai-cp-profile-partner-list span,
.polai-cp-profile-partner-list em {
  color: rgba(247,255,253,0.64);
  font-size: 13px;
  font-style: normal;
  font-weight: 750;
}
.polai-cp-course-list {
  display: grid;
  gap: 16px;
}
.polai-cp-course-card {
  padding: 18px;
  border: 1px solid rgba(163, 204, 200, 0.13);
  border-radius: 8px;
  background: rgba(4, 11, 15, 0.72);
}
.polai-cp-course-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}
.polai-cp-course-head h2 {
  margin: 0;
  color: #fff;
  font-size: 22px;
  line-height: 1.2;
}
.polai-cp-course-head p {
  margin: 7px 0 0;
  color: rgba(247,255,253,0.62);
  font-weight: 750;
}
.polai-cp-course-head > span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid rgba(67, 174, 160, 0.32);
  border-radius: 999px;
  background: rgba(67, 174, 160, 0.1);
  color: #00d3b8;
  font-size: 13px;
  font-weight: 850;
  white-space: nowrap;
}
.polai-cp-course-progress {
  height: 12px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(247,255,253,0.08);
}
.polai-cp-course-progress > div {
  height: 100%;
  min-width: 6px;
  border-radius: inherit;
  background: linear-gradient(90deg, #00d3b8, #8067e8);
}
.polai-cp-course-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}
.polai-cp-course-meta strong {
  color: #fff;
  font-size: 22px;
}
.polai-cp-course-meta span {
  color: rgba(247,255,253,0.68);
  font-size: 13px;
  font-weight: 800;
}
.polai-cp-follow-course {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 16px;
  padding: 14px;
  border: 1px dashed rgba(163, 204, 200, 0.18);
  border-radius: 8px;
  background: rgba(247,255,253,0.035);
}
.polai-cp-follow-course.is-ready {
  border-color: rgba(67, 174, 160, 0.42);
  background: rgba(67, 174, 160, 0.08);
}
.polai-cp-follow-course strong {
  color: #fff;
}
.polai-cp-follow-course p {
  margin: 4px 0 0;
  color: rgba(247,255,253,0.62);
  line-height: 1.45;
}
.polai-cp-follow-course button {
  min-height: 38px;
  padding: 0 13px;
  border: 1px solid rgba(163, 204, 200, 0.18);
  border-radius: 6px;
  background: rgba(255,255,255,0.07);
  color: rgba(247,255,253,0.58);
  font-weight: 850;
  white-space: nowrap;
}
.polai-cp-follow-course.is-ready button {
  border-color: rgba(67, 174, 160, 0.44);
  background: rgba(67, 174, 160, 0.14);
  color: #bffdf3;
}
.polai-cp-payment-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
  padding: 18px;
  border: 1px solid rgba(67, 174, 160, 0.26);
  border-radius: 8px;
  background: rgba(67, 174, 160, 0.09);
}
.polai-cp-payment-summary span {
  color: rgba(247,255,253,0.66);
  font-weight: 800;
}
.polai-cp-payment-summary strong {
  color: #fff;
  font-size: 26px;
}
.polai-cp-invoice-list {
  display: grid;
  gap: 14px;
}
.polai-cp-invoice-card {
  display: grid;
  gap: 16px;
  padding: 18px;
  border: 1px solid rgba(163, 204, 200, 0.13);
  border-radius: 8px;
  background: rgba(4, 11, 15, 0.72);
}
.polai-cp-invoice-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}
.polai-cp-invoice-head h2 {
  margin: 0;
  color: #fff;
  font-size: 21px;
  line-height: 1.2;
}
.polai-cp-invoice-head p {
  margin: 6px 0 0;
  color: rgba(247,255,253,0.62);
  font-weight: 750;
}
.polai-cp-invoice-head > span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid rgba(67, 174, 160, 0.32);
  border-radius: 999px;
  background: rgba(67, 174, 160, 0.1);
  color: #00d3b8;
  font-size: 13px;
  font-weight: 850;
  white-space: nowrap;
}
.polai-cp-invoice-amounts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.polai-cp-invoice-amounts div {
  padding: 12px;
  border: 1px solid rgba(163, 204, 200, 0.1);
  border-radius: 6px;
  background: rgba(255,255,255,0.035);
}
.polai-cp-invoice-amounts span {
  display: block;
  margin-bottom: 6px;
  color: rgba(247,255,253,0.58);
  font-size: 12px;
  font-weight: 850;
}
.polai-cp-invoice-amounts strong {
  color: #fff;
}
.polai-cp-invoice-card form {
  margin: 0;
}
.polai-cp-invoice-card .polai-cp-button {
  width: fit-content;
}
.polai-cp-subsection {
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid rgba(163, 204, 200, 0.12);
}
.polai-cp-subsection-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}
.polai-cp-subsection h2 {
  margin: 0;
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
}
.polai-cp-empty-compact {
  min-height: 150px;
}
.polai-cp-inline-alert {
  display: grid;
  gap: 8px;
  margin-bottom: 14px;
  padding: 12px 14px;
  border: 1px solid rgba(163, 204, 200, 0.16);
  border-radius: 8px;
  background: rgba(4, 11, 15, 0.78);
  color: rgba(247,255,253,0.82);
  font-weight: 750;
}
.polai-cp-inline-alert.is-success {
  border-color: rgba(67, 174, 160, 0.38);
  background: rgba(67, 174, 160, 0.11);
}
.polai-cp-inline-alert.is-error {
  border-color: rgba(176, 58, 58, 0.38);
  background: rgba(176, 58, 58, 0.12);
}
.polai-cp-register-card .polai-cp-inline-alert {
  font-size: 16px;
  line-height: 1.42;
}
.polai-cp-register-error-line,
.polai-cp-register-error-office {
  display: block;
}
.polai-cp-register-error-gap {
  margin-top: 18px;
}
.polai-cp-register-error-office {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
}
.polai-cp-register-error-office a {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}
.polai-cp-inline-alert strong {
  color: #fff;
  font-size: 24px;
  letter-spacing: 0.08em;
}
.polai-cp-inline-alert span {
  color: rgba(247,255,253,0.66);
  font-size: 13px;
}
.polai-cp-partner-qr {
  display: flex;
  align-items: center;
  gap: 14px;
}
.polai-cp-partner-qr-svg {
  width: 156px;
  height: 156px;
  flex: 0 0 156px;
  padding: 8px;
  border-radius: 8px;
  background: #f7fffd;
}
.polai-cp-partner-qr > div {
  display: grid;
  gap: 6px;
}
.polai-cp-partner-qr strong {
  color: #fff;
  font-size: 28px;
  letter-spacing: 0.08em;
  line-height: 1.1;
  word-break: break-word;
}
.polai-cp-partner-qr small {
  color: rgba(247,255,253,0.62);
  font-size: 13px;
  font-weight: 750;
}
.polai-cp-partner-actions {
  display: grid;
  grid-template-columns: minmax(220px, 0.8fr) minmax(280px, 1.2fr);
  gap: 14px;
  margin-top: 14px;
}
.polai-cp-partner-actions .polai-cp-form {
  align-content: start;
  padding: 16px;
  border: 1px solid rgba(163, 204, 200, 0.13);
  border-radius: 8px;
  background: rgba(4, 11, 15, 0.72);
}
.polai-cp-partner-actions button {
  gap: 8px;
}
.polai-cp-empty {
  display: grid;
  align-content: center;
  justify-items: start;
  min-height: 240px;
  padding: 28px;
}
.polai-cp-empty i {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 16px;
  border-radius: 8px;
  background: rgba(67, 174, 160, 0.15);
  color: #00d3b8;
}
.polai-cp-empty strong,
.polai-cp-loader strong {
  color: #fff;
  font-size: 20px;
}
.polai-cp-empty p {
  max-width: 62ch;
  margin: 8px 0 0;
  line-height: 1.55;
}
.polai-cp-loader {
  display: grid;
  place-items: center;
  gap: 14px;
  min-height: 320px;
  padding: 28px;
}
.polai-cp-loader span {
  width: 34px;
  height: 34px;
  border: 3px solid rgba(247,255,253,0.16);
  border-top-color: #00d3b8;
  border-radius: 50%;
  animation: polai-cp-spin 0.8s linear infinite;
}
@keyframes polai-cp-spin {
  to { transform: rotate(360deg); }
}

html.polai-light .polai-cp-page,
body.polai-light .polai-cp-page {
  background:
    radial-gradient(circle at 78% 8%, rgba(128, 103, 232, 0.08), transparent 32rem),
    radial-gradient(circle at 10% 16%, rgba(0, 161, 140, 0.1), transparent 30rem),
    #f4faf8;
  color: rgba(6, 16, 20, 0.92);
}

html.polai-light .polai-cp-auth-panel,
html.polai-light .polai-cp-state,
html.polai-light .polai-cp-shell,
html.polai-light .polai-cp-login-card,
html.polai-light .polai-cp-cards article,
html.polai-light .polai-cp-table,
html.polai-light .polai-cp-details > div,
html.polai-light .polai-cp-empty,
html.polai-light .polai-cp-loader,
html.polai-light .polai-cp-course-card,
html.polai-light .polai-cp-invoice-card,
html.polai-light .polai-cp-panel,
body.polai-light .polai-cp-auth-panel,
body.polai-light .polai-cp-state,
body.polai-light .polai-cp-shell,
body.polai-light .polai-cp-login-card,
body.polai-light .polai-cp-cards article,
body.polai-light .polai-cp-table,
body.polai-light .polai-cp-details > div,
body.polai-light .polai-cp-empty,
body.polai-light .polai-cp-loader,
body.polai-light .polai-cp-course-card,
body.polai-light .polai-cp-invoice-card,
body.polai-light .polai-cp-panel {
  border-color: rgba(5, 18, 22, 0.14);
  background: rgba(255, 255, 255, 0.9);
  color: #061014;
  box-shadow: 0 20px 60px rgba(5, 18, 22, 0.07);
}

html.polai-light .polai-cp-payment-summary.is-due,
body.polai-light .polai-cp-payment-summary.is-due {
  border-color: rgba(198, 55, 48, 0.38);
  background: linear-gradient(100deg, rgba(198, 55, 48, 0.14), rgba(198, 55, 48, 0.04));
}

html.polai-light .polai-cp-payment-summary.is-clear,
body.polai-light .polai-cp-payment-summary.is-clear {
  border-color: rgba(16, 183, 165, 0.28);
  background: linear-gradient(100deg, rgba(16, 183, 165, 0.14), rgba(16, 183, 165, 0.04));
}

html.polai-light .polai-cp-invoice-card.is-due,
body.polai-light .polai-cp-invoice-card.is-due {
  border-color: rgba(198, 55, 48, 0.36);
  background:
    linear-gradient(90deg, rgba(198, 55, 48, 0.13), rgba(198, 55, 48, 0) 42%),
    rgba(255, 255, 255, 0.9);
  box-shadow: inset 4px 0 0 rgba(198, 55, 48, 0.68), 0 20px 60px rgba(5, 18, 22, 0.07);
}

html.polai-light .polai-cp-invoice-card.is-clear,
body.polai-light .polai-cp-invoice-card.is-clear {
  border-color: rgba(16, 183, 165, 0.24);
  background:
    linear-gradient(90deg, rgba(16, 183, 165, 0.10), rgba(16, 183, 165, 0) 42%),
    rgba(255, 255, 255, 0.9);
}

html.polai-light .polai-cp-invoice-card.is-due .polai-cp-invoice-badges > span,
html.polai-light .polai-cp-invoice-card.is-due .polai-cp-invoice-badges > strong,
body.polai-light .polai-cp-invoice-card.is-due .polai-cp-invoice-badges > span,
body.polai-light .polai-cp-invoice-card.is-due .polai-cp-invoice-badges > strong {
  border-color: rgba(198, 55, 48, 0.32);
  background: rgba(198, 55, 48, 0.10);
  color: #b9322c;
}

html.polai-light .polai-cp-invoice-ledger,
body.polai-light .polai-cp-invoice-ledger {
  border-top-color: rgba(5, 18, 22, 0.12);
}

html.polai-light .polai-cp-invoice-ledger-row,
body.polai-light .polai-cp-invoice-ledger-row {
  border-bottom-color: rgba(5, 18, 22, 0.10);
}

html.polai-light .polai-cp-invoice-ledger-row strong,
html.polai-light .polai-cp-invoice-ledger-row b,
body.polai-light .polai-cp-invoice-ledger-row strong,
body.polai-light .polai-cp-invoice-ledger-row b {
  color: #061014;
}

html.polai-light .polai-cp-invoice-ledger-row time,
html.polai-light .polai-cp-invoice-ledger-row em,
body.polai-light .polai-cp-invoice-ledger-row time,
body.polai-light .polai-cp-invoice-ledger-row em {
  color: rgba(6, 16, 20, 0.58);
}

html.polai-light .polai-cp-invoice-ledger-row.is-credit b,
body.polai-light .polai-cp-invoice-ledger-row.is-credit b {
  color: #008d7b;
}

html.polai-light .polai-cp-invoice-ledger-row.is-charge b,
body.polai-light .polai-cp-invoice-ledger-row.is-charge b {
  color: #b9322c;
}

html.polai-light .polai-cp-sidebar,
body.polai-light .polai-cp-sidebar {
  border-right-color: rgba(5, 18, 22, 0.12);
  background: rgba(239, 248, 245, 0.92);
}

html.polai-light .polai-cp-auth-panel h1,
html.polai-light .polai-cp-state h1,
html.polai-light .polai-cp-main h1,
html.polai-light .polai-cp-login-card h2,
html.polai-light .polai-cp-sidebar strong,
html.polai-light .polai-cp-cards strong,
body.polai-light .polai-cp-auth-panel h1,
body.polai-light .polai-cp-state h1,
body.polai-light .polai-cp-main h1,
body.polai-light .polai-cp-login-card h2,
body.polai-light .polai-cp-sidebar strong,
body.polai-light .polai-cp-cards strong {
  color: #061014;
}

html.polai-light .polai-cp-copy,
html.polai-light .polai-cp-login-card p,
html.polai-light .polai-cp-cards p,
html.polai-light .polai-cp-cards span,
html.polai-light .polai-cp-form label,
html.polai-light .polai-cp-sidebar a,
html.polai-light .polai-cp-sidebar button,
body.polai-light .polai-cp-copy,
body.polai-light .polai-cp-login-card p,
body.polai-light .polai-cp-cards p,
body.polai-light .polai-cp-cards span,
body.polai-light .polai-cp-form label,
body.polai-light .polai-cp-sidebar a,
body.polai-light .polai-cp-sidebar button {
  color: rgba(6, 16, 20, 0.68);
}

html.polai-light .polai-cp-form input,
html.polai-light .polai-cp-profile-grid input,
html.polai-light .polai-cp-profile-grid select,
body.polai-light .polai-cp-form input,
body.polai-light .polai-cp-profile-grid input,
body.polai-light .polai-cp-profile-grid select {
  border-color: rgba(5, 18, 22, 0.16);
  background: #fff;
  color: #061014;
}

html.polai-light .polai-cp-form input:focus,
body.polai-light .polai-cp-form input:focus {
  background: #fff;
  color: #061014;
}

html.polai-light .polai-cp-form input:-webkit-autofill,
body.polai-light .polai-cp-form input:-webkit-autofill {
  -webkit-text-fill-color: #061014;
  box-shadow: 0 0 0 1000px #fff inset;
  caret-color: #061014;
}

.polai-cp-member-page {
  min-height: calc(100vh - 76px);
  padding: 0;
}
.polai-cp-member-shell {
  width: 100%;
  min-height: calc(100vh - 76px);
  margin: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-radius: 0;
  box-shadow: none;
  grid-template-columns: 300px minmax(0, 1fr);
}
.polai-cp-member-shell .polai-cp-sidebar {
  padding: clamp(24px, 2vw, 36px);
}
.polai-cp-member-shell .polai-cp-main {
  min-width: 0;
  padding: clamp(28px, 3vw, 52px);
}
.polai-cp-dashboard-page {
  min-height: calc(100vh - 76px);
  padding: 0;
}
.polai-cp-dashboard-shell {
  width: 100%;
  min-height: calc(100vh - 76px);
  margin: 0;
  border: 0;
  border-radius: 0;
  background: linear-gradient(135deg, rgba(5, 13, 16, 0.98), rgba(4, 9, 13, 0.96));
  box-shadow: none;
  grid-template-columns: 280px minmax(0, 1fr);
}
.polai-cp-dashboard-shell .polai-cp-sidebar {
  padding: 28px 22px;
  background: rgba(2, 8, 11, 0.82);
}
.polai-cp-dashboard-shell .polai-cp-main {
  display: flex;
  flex-direction: column;
  gap: 22px;
  min-width: 0;
  padding: clamp(28px, 3vw, 48px);
}
.polai-cp-dashboard-shell .polai-cp-title-row {
  margin-bottom: 0;
}
.polai-cp-dashboard-shell .polai-cp-main h1 {
  font-size: clamp(34px, 3vw, 52px);
}
.polai-cp-dashboard-cards {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 0;
}
.polai-cp-dashboard-cards article {
  min-height: 150px;
}
.polai-cp-dashboard-cards strong {
  font-size: 32px;
}
.polai-cp-dashboard-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.8fr);
  gap: 18px;
  align-items: stretch;
  flex: 1 1 auto;
}
.polai-cp-panel {
  min-width: 0;
  border: 1px solid rgba(163, 204, 200, 0.13);
  border-radius: 8px;
  background: rgba(4, 11, 15, 0.72);
  overflow: hidden;
}
.polai-cp-panel-wide {
  grid-row: span 2;
}
.polai-cp-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 20px 22px;
  border-bottom: 1px solid rgba(163, 204, 200, 0.11);
  background: rgba(67, 174, 160, 0.06);
}
.polai-cp-panel-head h2 {
  margin: 0;
  color: #fff;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 850;
}
.polai-cp-panel-head span {
  color: rgba(247,255,253,0.58);
  font-size: 13px;
  font-weight: 800;
}
.polai-cp-dashboard-table {
  border: 0;
  border-radius: 0;
  background: transparent;
}
.polai-cp-dashboard-table > div {
  min-height: 66px;
  align-items: center;
  padding: 16px 22px;
}
.polai-cp-list {
  display: grid;
}
.polai-cp-list > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 68px;
  padding: 16px 22px;
  border-top: 1px solid rgba(163, 204, 200, 0.1);
}
.polai-cp-list > div:first-child {
  border-top: 0;
}
.polai-cp-list strong {
  color: #fff;
  font-size: 15px;
}
.polai-cp-list span {
  color: rgba(247,255,253,0.62);
  font-size: 13px;
  font-weight: 700;
}
.polai-cp-status-block {
  display: grid;
  align-content: center;
  min-height: 220px;
  padding: 24px 22px;
}
.polai-cp-status-block i {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 16px;
  border-radius: 8px;
  background: rgba(67, 174, 160, 0.15);
  color: #00d3b8;
}
.polai-cp-status-block strong {
  color: #fff;
  font-size: 20px;
}
.polai-cp-status-block p {
  margin: 10px 0 0;
  color: rgba(247,255,253,0.66);
  line-height: 1.55;
}

@media (max-width: 860px) {
  .polai-cp-page {
    padding: 18px;
  }
  .polai-cp-dashboard-page {
    padding: 0;
  }
  .polai-cp-member-page {
    padding: 0;
  }
  .polai-cp-login-grid,
  .polai-cp-shell,
  .polai-cp-cards,
  .polai-cp-details,
  .polai-cp-profile-grid,
  .polai-cp-partner-actions,
  .polai-cp-dashboard-grid {
    grid-template-columns: 1fr;
  }
  .polai-cp-dashboard-shell {
    min-height: calc(100vh - 76px);
  }
  .polai-cp-member-shell {
    min-height: calc(100vh - 76px);
  }
  .polai-cp-dashboard-shell .polai-cp-main {
    padding: 22px 18px 30px;
  }
  .polai-cp-member-shell .polai-cp-main {
    padding: 22px 18px 30px;
  }
  .polai-cp-sidebar {
    border-right: 0;
    border-bottom: 1px solid rgba(163, 204, 200, 0.12);
  }
  .polai-cp-dashboard-shell .polai-cp-sidebar {
    padding: 18px;
  }
  .polai-cp-member-shell .polai-cp-sidebar {
    padding: 18px;
  }
  .polai-cp-title-row {
    align-items: flex-start;
    flex-direction: column;
  }
  .polai-cp-dashboard-cards {
    grid-template-columns: 1fr;
  }
  .polai-cp-course-head,
  .polai-cp-follow-course,
  .polai-cp-invoice-head,
  .polai-cp-payment-summary {
    align-items: flex-start;
    flex-direction: column;
  }
  .polai-cp-invoice-amounts {
    grid-template-columns: 1fr;
  }
  .polai-cp-partner-qr {
    align-items: flex-start;
    flex-direction: column;
  }
  .polai-cp-partner-qr-svg {
    width: 148px;
    height: 148px;
    flex-basis: 148px;
  }
  .polai-cp-panel-wide {
    grid-row: auto;
  }
}

/* POLAI Member Area 2026 */
.polai-cp-page {
  min-height: calc(100vh - 68px);
  padding: clamp(18px, 2.4vw, 36px);
  background:
    radial-gradient(circle at 86% 8%, rgba(16, 183, 165, 0.18), transparent 34rem),
    radial-gradient(circle at 12% 14%, rgba(242, 174, 93, 0.09), transparent 28rem),
    linear-gradient(180deg, #020b0b 0%, #031514 46%, #031312 100%);
  color: var(--p26-text, #f7f9fd);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
}

.polai-cp-auth {
  align-items: center;
  justify-items: center;
  padding: 0;
}

.polai-cp-page.polai-cp-auth {
  background: var(--p26-bg);
}

.polai-cp-auth-panel {
  display: grid;
  grid-template-columns: minmax(420px, 1.08fr) minmax(380px, 0.92fr);
  width: 100%;
  min-height: calc(100vh - 68px);
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.polai-cp-auth-visual {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  align-content: start;
  align-items: center;
  column-gap: 18px;
  row-gap: 22px;
  min-height: calc(100vh - 68px);
  padding: clamp(42px, 6vw, 118px);
  background: transparent;
}

.polai-cp-auth-mark,
.polai-cp-icon,
.polai-cp-empty i,
.polai-cp-status-block i {
  display: inline-grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 7px;
  background: var(--p26-teal-2);
  color: #fff;
  font-size: 22px;
  margin-bottom: 0;
}

.polai-cp-auth-visual .polai-cp-auth-mark {
  grid-column: 1;
  align-self: center;
}

.polai-cp-auth-visual h1 {
  grid-column: 2;
  align-self: center;
}

.polai-cp-auth-visual > p,
.polai-cp-auth-visual > .polai-cp-auth-actions,
.polai-cp-auth-visual > .polai-cp-auth-steps {
  grid-column: 1 / -1;
}

.polai-cp-auth-visual h1,
.polai-cp-main h1,
.polai-cp-state h1 {
  margin: 0;
  color: #fff;
  font-family: "PolaiCondensed", Impact, sans-serif;
  font-size: clamp(54px, 6vw, 92px);
  font-style: italic;
  font-weight: 950;
  line-height: 0.94;
  letter-spacing: 0;
}

.polai-cp-auth-visual p {
  max-width: 520px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(18px, 1.45vw, 24px);
  line-height: 1.28;
  font-weight: 850;
}

.polai-cp-auth-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.polai-cp-auth-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 6px;
}

.polai-cp-auth-steps span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  font-weight: 900;
}

.polai-cp-login-grid {
  align-self: center;
  justify-self: stretch;
  justify-items: center;
  grid-template-columns: 1fr;
  gap: 0;
  margin: 0;
  padding: clamp(42px, 5.4vw, 92px);
  background: transparent;
  transition: opacity 0.16s ease, transform 0.16s ease;
}

.polai-cp-login-grid.is-transitioning {
  opacity: 0;
  transform: translateY(8px);
}

.polai-cp-login-grid.has-transitioned {
  animation: polaiRegisterStepIn 0.22s ease both;
}

@keyframes polaiRegisterStepIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.polai-cp-login-card,
.polai-cp-cards article,
.polai-cp-table,
.polai-cp-details > div,
.polai-cp-profile-section,
.polai-cp-profile-partners,
.polai-cp-partner-actions .polai-cp-form,
.polai-cp-course-card,
.polai-cp-invoice-card,
.polai-cp-payment-summary,
.polai-cp-inline-alert,
.polai-cp-empty,
.polai-cp-loader,
.polai-cp-panel {
  border: 1px solid var(--p26-line);
  border-radius: 7px;
  background: rgba(7, 28, 27, 0.84);
  box-shadow: none;
}

.polai-cp-login-card {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  align-items: center;
  column-gap: 16px;
  row-gap: 18px;
  width: min(820px, 100%);
  padding: clamp(24px, 3vw, 36px);
}

.polai-cp-login-card > .polai-cp-icon {
  grid-column: 1;
  align-self: center;
}

.polai-cp-login-card > h2 {
  grid-column: 2;
  align-self: center;
}

.polai-cp-login-card > :not(.polai-cp-icon):not(h2) {
  grid-column: 1 / -1;
}

.polai-cp-login-card h2,
.polai-cp-profile-section h2,
.polai-cp-subsection h2,
.polai-cp-course-head h2,
.polai-cp-invoice-head h2,
.polai-cp-panel-head h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(22px, 1.8vw, 30px);
  line-height: 1.05;
  font-weight: 950;
}

.polai-cp-login-card p,
.polai-cp-copy,
.polai-cp-course-head p,
.polai-cp-invoice-head p,
.polai-cp-empty p,
.polai-cp-profile-partners p,
.polai-cp-follow-course p,
.polai-cp-status-block p {
  color: var(--p26-muted);
  line-height: 1.5;
}

.polai-cp-eyebrow {
  margin: 0 0 12px;
  color: var(--p26-teal-2);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.polai-cp-form {
  display: grid;
  gap: 15px;
}

.polai-cp-form label,
.polai-cp-profile-grid label {
  display: grid;
  gap: 8px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.polai-cp-form input,
.polai-cp-profile-grid input,
.polai-cp-profile-grid select {
  width: 100%;
  min-height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
  padding: 0 15px;
  font: inherit;
  font-size: 16px;
  font-weight: 800;
}

.polai-cp-form input:focus,
.polai-cp-form select:focus,
.polai-cp-profile-grid input:focus,
.polai-cp-profile-grid select:focus {
  outline: 2px solid var(--p26-teal-2);
  outline-offset: 2px;
  background: rgba(255, 255, 255, 0.1);
}

.polai-cp-form input:-webkit-autofill,
.polai-cp-form input:-webkit-autofill:hover,
.polai-cp-form input:-webkit-autofill:focus,
.polai-cp-form input:-webkit-autofill:active {
  -webkit-text-fill-color: #fff;
  box-shadow: 0 0 0 1000px #071c1b inset;
  caret-color: #fff;
}

.polai-cp-form select {
  min-height: 52px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 16px;
  font-weight: 850;
}

.polai-cp-form button,
.polai-cp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 52px;
  padding: 0 22px;
  border: 0;
  border-radius: 7px;
  background: var(--p26-teal-2);
  color: #fff;
  font-size: 16px;
  font-weight: 950;
  text-decoration: none;
  cursor: pointer;
}

.polai-cp-form button:hover,
.polai-cp-button:hover,
.polai-cp-form button:focus-visible,
.polai-cp-button:focus-visible {
  background: #fff;
  color: #031312;
  outline: none;
}

.polai-cp-button-secondary {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.09);
  color: #fff;
}

.polai-cp-register-card {
  display: grid;
  gap: 18px;
}

.polai-cp-login-social-stack {
  display: grid;
  gap: 12px;
  margin-top: 6px;
}

.polai-cp-login-divider {
  display: grid;
  place-items: center;
  margin: 18px 0;
  color: var(--p26-muted);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.polai-cp-login-divider span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.polai-cp-login-divider span::before,
.polai-cp-login-divider span::after {
  content: "";
  width: 44px;
  height: 1px;
  background: rgba(255, 255, 255, 0.14);
}

.polai-cp-choice-form {
  display: grid;
  gap: 12px;
}

.polai-cp-choice-form button,
.polai-cp-social-button-wrap {
  appearance: none;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  width: 100%;
  min-height: 78px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
  text-align: left;
  cursor: pointer;
}

.polai-cp-choice-form button:hover,
.polai-cp-choice-form button:focus-visible,
.polai-cp-social-button-wrap:hover,
.polai-cp-social-button-wrap:focus-visible {
  border-color: rgba(16, 183, 165, 0.58);
  background: rgba(16, 183, 165, 0.13);
  outline: none;
}

.polai-cp-social-button-wrap {
  position: relative;
  overflow: hidden;
}

.polai-cp-social-button-wrap.is-google {
  overflow: hidden;
  cursor: pointer;
}

.polai-cp-social-button-wrap.is-google * {
  cursor: pointer !important;
}

.polai-cp-social-button-wrap.is-disabled {
  opacity: 0.58;
  cursor: default;
}

.polai-cp-social-button-wrap.is-disabled * {
  cursor: default !important;
}

.polai-cp-social-button-wrap span {
  display: grid;
  gap: 4px;
}

.polai-cp-google-button {
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0.001;
  overflow: hidden;
  cursor: pointer;
}

.polai-cp-google-button > div {
  width: 100% !important;
  max-width: 100% !important;
  cursor: pointer !important;
}

.polai-cp-google-button iframe,
.polai-cp-google-button > div {
  height: 100% !important;
  min-height: 100% !important;
  cursor: pointer !important;
}

.polai-cp-choice-form button > i,
.polai-cp-social-button-wrap > i {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 7px;
  background: var(--p26-teal-2);
  color: #fff;
  font-size: 18px;
}

.polai-cp-choice-form strong,
.polai-cp-choice-form em,
.polai-cp-social-button-wrap strong,
.polai-cp-social-button-wrap em {
  display: block;
}

.polai-cp-choice-form strong,
.polai-cp-social-button-wrap strong {
  font-size: 18px;
  font-weight: 950;
}

.polai-cp-choice-form em,
.polai-cp-social-button-wrap em {
  margin-top: 4px;
  color: var(--p26-muted);
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.35;
}

.polai-cp-backlink {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--p26-muted);
  font-weight: 900;
  text-decoration: none;
}

.polai-cp-backlink:hover,
.polai-cp-backlink:focus-visible {
  color: var(--p26-teal-2);
  outline: none;
}

.polai-cp-profile-confirm-form {
  gap: 16px;
  padding-top: 8px;
}

.polai-cp-profile-confirm-head {
  display: grid;
  gap: 6px;
}

.polai-cp-profile-confirm-head h3 {
  margin: 0;
  color: #fff;
  font-size: 21px;
  font-weight: 950;
  letter-spacing: 0;
}

.polai-cp-profile-confirm-head p {
  margin: 0;
}

.polai-cp-address-search {
  display: grid;
  gap: 10px;
}

.polai-cp-address-search .polai-cp-button-secondary {
  width: 100%;
}

.polai-cp-address-fields {
  display: grid;
  gap: 14px;
}

.pac-container {
  margin-top: 8px;
  border: 1px solid rgba(25, 206, 187, 0.42);
  border-radius: 7px;
  background: #102724;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.36);
  color: #fff;
  font-family: inherit;
  overflow: hidden;
  z-index: 99999;
}

.pac-container::after {
  padding: 9px 14px 11px;
  background-color: #102724;
  filter: brightness(0) invert(1) opacity(0.66);
}

.pac-item {
  display: flex;
  align-items: center;
  min-height: 52px;
  padding: 0 16px 0 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.035);
  color: rgba(255, 255, 255, 0.68);
  cursor: pointer;
  font-size: 16px;
}

.pac-item:first-child {
  border-top: 0;
}

.pac-item:hover,
.pac-item-selected {
  background: rgba(25, 206, 187, 0.16);
  color: #fff;
}

.pac-icon {
  width: 26px;
  height: 26px;
  margin: 0 12px 0 0;
  background-image: none;
  color: var(--p26-teal-2);
}

.pac-icon::before {
  content: "\f3c5";
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Free";
  font-size: 18px;
  font-weight: 900;
}

.pac-item-query {
  color: #fff;
  font-size: 17px;
  font-weight: 950;
}

.pac-matched {
  color: #fff;
  font-weight: 950;
}

.polai-cp-form-row {
  display: grid;
  grid-template-columns: 0.65fr 1fr;
  gap: 12px;
}

.polai-cp-phone-row {
  display: grid;
  grid-template-columns: minmax(150px, 0.45fr) minmax(0, 1fr);
  gap: 10px;
  margin-top: 8px;
}

.polai-cp-phone-prefix {
  position: relative;
  display: block;
}

.polai-cp-phone-prefix select {
  width: 100%;
  color: transparent;
}

.polai-cp-phone-prefix select option {
  background: #102724;
  color: #fff;
}

.polai-cp-phone-prefix-preview {
  pointer-events: none;
  position: absolute;
  left: 16px;
  top: 50%;
  z-index: 1;
  max-width: calc(100% - 46px);
  transform: translateY(-50%);
  color: #fff;
  font-size: 17px;
  font-weight: 950;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.polai-cp-code-actions {
  display: grid;
  gap: 10px;
}

.polai-cp-code-actions .polai-cp-button-secondary {
  width: 100%;
}

.polai-cp-alert,
.polai-cp-inline-alert.is-error {
  border-color: rgba(231, 76, 60, 0.42);
  background: rgba(231, 76, 60, 0.14);
  color: rgba(255, 232, 228, 0.96);
}

.polai-cp-inline-alert.is-success {
  border-color: rgba(16, 183, 165, 0.46);
  background: rgba(16, 183, 165, 0.13);
}

.polai-cp-member-page {
  padding: 0;
}

.polai-cp-member-shell {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  width: 100%;
  min-height: calc(100vh - 68px);
  margin: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.polai-cp-sidebar {
  position: sticky;
  top: var(--polai-nav-height, 70px);
  align-self: start;
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-height: calc(100vh - var(--polai-nav-height, 70px));
  max-height: calc(100vh - var(--polai-nav-height, 70px));
  overflow-y: auto;
  padding: clamp(18px, 2vw, 28px);
  border-right: 1px solid var(--p26-line);
  background:
    linear-gradient(180deg, rgba(7, 28, 27, 0.96), rgba(3, 19, 18, 0.96)),
    #071c1b;
}

.polai-cp-sidebar-head {
  margin-bottom: 20px;
}

.polai-cp-sidebar-head strong,
.polai-cp-sidebar > strong {
  display: block;
  margin: 0;
  color: #fff;
  font-size: 25px;
  line-height: 0.98;
  font-weight: 950;
}

.polai-cp-sidebar-head span {
  display: block;
  margin-top: 9px;
  color: var(--p26-muted);
  font-size: 14px;
  font-weight: 800;
}

.polai-cp-sidebar a,
.polai-cp-sidebar button {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid transparent;
  border-radius: 5px;
  background: transparent;
  color: rgba(255, 255, 255, 0.74);
  font: inherit;
  font-size: 14px;
  font-weight: 900;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.polai-cp-sidebar i {
  width: 17px;
  color: var(--p26-teal-2);
  font-size: 15px;
  text-align: center;
}

.polai-cp-sidebar a.is-active,
.polai-cp-sidebar a:hover,
.polai-cp-sidebar button.is-active,
.polai-cp-sidebar button:hover {
  border-color: rgba(16, 183, 165, 0.34);
  background: rgba(16, 183, 165, 0.14);
  color: #fff;
}

.polai-cp-sidebar-logout {
  margin-top: 18px;
}

.polai-cp-member-shell .polai-cp-main {
  min-width: 0;
  padding: clamp(30px, 4vw, 72px);
}

.polai-cp-title-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.polai-cp-title-row .polai-cp-button {
  flex: 0 0 auto;
}

.polai-cp-cards {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) repeat(2, minmax(190px, 0.8fr));
  gap: 16px;
  margin-bottom: 22px;
}

.polai-cp-cards article {
  min-height: 168px;
  padding: 22px;
}

.polai-cp-cards span,
.polai-cp-table > div:first-child,
.polai-cp-details span,
.polai-cp-invoice-amounts span,
.polai-cp-panel-head span,
.polai-cp-list span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.polai-cp-cards strong {
  display: block;
  margin-top: 12px;
  color: #fff;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1;
  font-weight: 950;
}

.polai-cp-cards p {
  margin: 12px 0 0;
  color: var(--p26-muted);
}

.polai-cp-table {
  overflow: hidden;
}

.polai-cp-table > div {
  display: grid;
  grid-template-columns: 1.25fr 0.85fr 0.85fr;
  gap: 16px;
  min-height: 64px;
  align-items: center;
  padding: 16px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.polai-cp-table > div:first-child {
  border-top: 0;
  background: rgba(16, 183, 165, 0.08);
}

.polai-cp-table span,
.polai-cp-details strong,
.polai-cp-invoice-amounts strong,
.polai-cp-profile-partner-list strong,
.polai-cp-list strong,
.polai-cp-empty strong,
.polai-cp-loader strong,
.polai-cp-follow-course strong,
.polai-cp-partner-qr strong {
  color: #fff;
}

.polai-cp-details,
.polai-cp-profile-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.polai-cp-details > div,
.polai-cp-profile-section,
.polai-cp-course-card,
.polai-cp-invoice-card {
  padding: 22px;
}

.polai-cp-profile-form,
.polai-cp-course-list,
.polai-cp-invoice-list {
  display: grid;
  gap: 16px;
}

.polai-cp-invoice-card.is-due {
  border-color: rgba(232, 82, 68, 0.42);
  background:
    linear-gradient(90deg, rgba(232, 82, 68, 0.18), rgba(232, 82, 68, 0) 42%),
    rgba(255, 255, 255, 0.04);
  box-shadow: inset 4px 0 0 rgba(232, 82, 68, 0.78);
}

.polai-cp-invoice-card.is-clear {
  border-color: rgba(16, 183, 165, 0.26);
  background:
    linear-gradient(90deg, rgba(16, 183, 165, 0.10), rgba(16, 183, 165, 0) 42%),
    rgba(255, 255, 255, 0.04);
}

.polai-cp-invoice-card.is-due .polai-cp-invoice-badges > span,
.polai-cp-invoice-card.is-due .polai-cp-invoice-badges > strong {
  border-color: rgba(232, 82, 68, 0.44);
  background: rgba(232, 82, 68, 0.16);
  color: #ff9a90;
}

.polai-cp-invoice-card.is-clear .polai-cp-invoice-badges > span,
.polai-cp-invoice-card.is-clear .polai-cp-invoice-badges > strong {
  border-color: rgba(16, 183, 165, 0.34);
  background: rgba(16, 183, 165, 0.12);
  color: var(--p26-teal-2);
}

.polai-cp-profile-section h2 {
  margin-bottom: 18px;
}

.polai-cp-profile-actions {
  display: flex;
  justify-content: flex-end;
}

.polai-cp-profile-partners {
  margin-top: 18px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.04);
}

.polai-cp-profile-partners-head,
.polai-cp-course-head,
.polai-cp-invoice-head,
.polai-cp-payment-summary,
.polai-cp-subsection-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.polai-cp-profile-partners-head strong {
  color: #fff;
  font-size: 18px;
}

.polai-cp-profile-partners-head span,
.polai-cp-course-head > span,
.polai-cp-invoice-head > span,
.polai-cp-invoice-badges > span,
.polai-cp-invoice-badges > strong {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 11px;
  border: 1px solid rgba(16, 183, 165, 0.34);
  border-radius: 999px;
  background: rgba(16, 183, 165, 0.12);
  color: var(--p26-teal-2);
  font-size: 13px;
  font-weight: 950;
  white-space: nowrap;
}

.polai-cp-invoice-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
}

.polai-cp-invoice-badges > strong {
  font-size: 14px;
}

.polai-cp-invoice-badges form {
  margin: 0;
}

.polai-cp-invoice-badges .polai-cp-button {
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 13px;
}

.polai-cp-invoice-ledger {
  display: grid;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.polai-cp-invoice-ledger-row {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.polai-cp-invoice-ledger-row time {
  color: var(--p26-muted);
  font-size: 13px;
  font-weight: 850;
}

.polai-cp-invoice-ledger-row span {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
  min-width: 0;
}

.polai-cp-invoice-ledger-row strong {
  color: #fff;
  font-size: 16px;
}

.polai-cp-invoice-ledger-row em {
  color: var(--p26-muted);
  font-size: 13px;
  font-style: normal;
  font-weight: 750;
}

.polai-cp-invoice-ledger-row b {
  color: #fff;
  font-size: 16px;
  font-weight: 950;
  white-space: nowrap;
}

.polai-cp-invoice-ledger-row.is-credit b {
  color: var(--p26-teal-2);
}

.polai-cp-invoice-ledger-row.is-charge b {
  color: #ffb3ac;
}

.polai-cp-profile-partner-list {
  display: grid;
  gap: 8px;
}

.polai-cp-profile-partner-list > div,
.polai-cp-invoice-amounts div {
  padding: 13px 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.045);
}

.polai-cp-profile-partner-list span,
.polai-cp-profile-partner-list em {
  color: var(--p26-muted);
  font-size: 13px;
  font-style: normal;
  font-weight: 750;
}

.polai-cp-partner-actions {
  display: grid;
  grid-template-columns: minmax(220px, 0.8fr) minmax(280px, 1.2fr);
  gap: 14px;
  margin-top: 14px;
}

.polai-cp-course-progress {
  height: 12px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.polai-cp-course-progress > div {
  height: 100%;
  min-width: 8px;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--p26-teal-2), var(--p26-teal));
}

.polai-cp-course-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 14px;
}

.polai-cp-course-meta strong {
  color: #fff;
  font-size: 30px;
  line-height: 1;
}

.polai-cp-course-meta span {
  color: var(--p26-muted);
  font-size: 13px;
  font-weight: 900;
}

.polai-cp-follow-course {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 18px;
  padding: 16px;
  border: 1px dashed rgba(255, 255, 255, 0.18);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.04);
}

.polai-cp-follow-course.is-ready {
  border-color: rgba(16, 183, 165, 0.42);
  background: rgba(16, 183, 165, 0.1);
}

.polai-cp-follow-course button {
  min-height: 40px;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.72);
  font-weight: 900;
}

.polai-cp-payment-summary {
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
  padding: 20px 22px;
  border-color: rgba(16, 183, 165, 0.38);
  background: linear-gradient(100deg, rgba(16, 183, 165, 0.18), rgba(16, 183, 165, 0.06));
}

.polai-cp-payment-summary.is-due {
  border-color: rgba(232, 82, 68, 0.46);
  background: linear-gradient(100deg, rgba(232, 82, 68, 0.22), rgba(232, 82, 68, 0.07));
}

.polai-cp-payment-summary.is-clear {
  border-color: rgba(16, 183, 165, 0.38);
  background: linear-gradient(100deg, rgba(16, 183, 165, 0.18), rgba(16, 183, 165, 0.06));
}

.polai-cp-payment-summary strong {
  color: #fff;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1;
}

.polai-cp-payment-summary form {
  margin: 0;
}

.polai-cp-payment-summary .polai-cp-button {
  width: auto;
  min-height: 46px;
  padding: 0 18px;
  white-space: nowrap;
}

.polai-cp-invoice-amounts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.polai-cp-invoice-card form {
  margin: 0;
}

.polai-cp-invoice-card .polai-cp-button {
  width: fit-content;
}

.polai-cp-empty,
.polai-cp-loader,
.polai-cp-status-block {
  display: grid;
  align-content: center;
  justify-items: start;
  min-height: 240px;
  padding: 28px;
}

.polai-cp-loader {
  justify-items: center;
}

.polai-cp-loader span {
  width: 38px;
  height: 38px;
  border: 3px solid rgba(255, 255, 255, 0.14);
  border-top-color: var(--p26-teal-2);
  border-radius: 50%;
  animation: polai-cp-spin 0.8s linear infinite;
}

.polai-cp-partner-qr {
  display: flex;
  align-items: center;
  gap: 16px;
}

.polai-cp-partner-qr-svg {
  width: 156px;
  height: 156px;
  flex: 0 0 156px;
  padding: 8px;
  border-radius: 8px;
  background: #f7fffd;
}

.polai-cp-partner-qr small,
.polai-cp-inline-alert span {
  color: var(--p26-muted);
}

html.polai-light .polai-cp-page,
body.polai-light .polai-cp-page {
  background:
    radial-gradient(circle at 86% 8%, rgba(16, 183, 165, 0.12), transparent 34rem),
    radial-gradient(circle at 12% 14%, rgba(242, 174, 93, 0.08), transparent 28rem),
    linear-gradient(180deg, #f9fcfb 0%, #eff8f5 45%, #f4faf8 100%);
  color: #061014;
}

html.polai-light .polai-cp-auth-panel,
body.polai-light .polai-cp-auth-panel {
  background: transparent;
  box-shadow: none;
}

html.polai-light .polai-cp-auth-visual,
body.polai-light .polai-cp-auth-visual {
  background: transparent;
}

html.polai-light .polai-cp-login-grid,
body.polai-light .polai-cp-login-grid {
  background: transparent;
}

html.polai-light .polai-cp-auth-visual h1,
html.polai-light .polai-cp-auth-visual p,
html.polai-light .polai-cp-main h1,
html.polai-light .polai-cp-state h1,
body.polai-light .polai-cp-auth-visual h1,
body.polai-light .polai-cp-auth-visual p,
body.polai-light .polai-cp-main h1,
body.polai-light .polai-cp-state h1 {
  color: #061014;
}

html.polai-light .polai-cp-auth-steps span,
body.polai-light .polai-cp-auth-steps span {
  border-color: rgba(5, 18, 22, 0.14);
  background: rgba(5, 18, 22, 0.05);
  color: rgba(6, 16, 20, 0.76);
}

html.polai-light .polai-cp-login-card,
html.polai-light .polai-cp-cards article,
html.polai-light .polai-cp-table,
html.polai-light .polai-cp-details > div,
html.polai-light .polai-cp-profile-section,
html.polai-light .polai-cp-profile-partners,
html.polai-light .polai-cp-partner-actions .polai-cp-form,
html.polai-light .polai-cp-course-card,
html.polai-light .polai-cp-invoice-card,
html.polai-light .polai-cp-payment-summary,
html.polai-light .polai-cp-inline-alert,
html.polai-light .polai-cp-empty,
html.polai-light .polai-cp-loader,
html.polai-light .polai-cp-panel,
body.polai-light .polai-cp-login-card,
body.polai-light .polai-cp-cards article,
body.polai-light .polai-cp-table,
body.polai-light .polai-cp-details > div,
body.polai-light .polai-cp-profile-section,
body.polai-light .polai-cp-profile-partners,
body.polai-light .polai-cp-partner-actions .polai-cp-form,
body.polai-light .polai-cp-course-card,
body.polai-light .polai-cp-invoice-card,
body.polai-light .polai-cp-payment-summary,
body.polai-light .polai-cp-inline-alert,
body.polai-light .polai-cp-empty,
body.polai-light .polai-cp-loader,
body.polai-light .polai-cp-panel {
  border-color: rgba(5, 18, 22, 0.14);
  background: rgba(255, 255, 255, 0.9);
  color: #061014;
  box-shadow: 0 20px 60px rgba(5, 18, 22, 0.07);
}

html.polai-light .polai-cp-sidebar,
body.polai-light .polai-cp-sidebar {
  border-right-color: rgba(5, 18, 22, 0.12);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(239, 248, 245, 0.94));
}

html.polai-light .polai-cp-sidebar-head strong,
html.polai-light .polai-cp-sidebar > strong,
html.polai-light .polai-cp-login-card h2,
html.polai-light .polai-cp-profile-section h2,
html.polai-light .polai-cp-subsection h2,
html.polai-light .polai-cp-course-head h2,
html.polai-light .polai-cp-invoice-head h2,
html.polai-light .polai-cp-panel-head h2,
html.polai-light .polai-cp-cards strong,
html.polai-light .polai-cp-table span,
html.polai-light .polai-cp-details strong,
html.polai-light .polai-cp-invoice-amounts strong,
html.polai-light .polai-cp-profile-partner-list strong,
html.polai-light .polai-cp-list strong,
html.polai-light .polai-cp-empty strong,
html.polai-light .polai-cp-loader strong,
html.polai-light .polai-cp-follow-course strong,
body.polai-light .polai-cp-sidebar-head strong,
body.polai-light .polai-cp-sidebar > strong,
body.polai-light .polai-cp-login-card h2,
body.polai-light .polai-cp-profile-section h2,
body.polai-light .polai-cp-subsection h2,
body.polai-light .polai-cp-course-head h2,
body.polai-light .polai-cp-invoice-head h2,
body.polai-light .polai-cp-panel-head h2,
body.polai-light .polai-cp-cards strong,
body.polai-light .polai-cp-table span,
body.polai-light .polai-cp-details strong,
body.polai-light .polai-cp-invoice-amounts strong,
body.polai-light .polai-cp-profile-partner-list strong,
body.polai-light .polai-cp-list strong,
body.polai-light .polai-cp-empty strong,
body.polai-light .polai-cp-loader strong,
body.polai-light .polai-cp-follow-course strong {
  color: #061014;
}

html.polai-light .polai-cp-login-card p,
html.polai-light .polai-cp-copy,
html.polai-light .polai-cp-course-head p,
html.polai-light .polai-cp-invoice-head p,
html.polai-light .polai-cp-empty p,
html.polai-light .polai-cp-profile-partners p,
html.polai-light .polai-cp-follow-course p,
html.polai-light .polai-cp-status-block p,
html.polai-light .polai-cp-sidebar-head span,
html.polai-light .polai-cp-sidebar a,
html.polai-light .polai-cp-sidebar button,
body.polai-light .polai-cp-login-card p,
body.polai-light .polai-cp-copy,
body.polai-light .polai-cp-course-head p,
body.polai-light .polai-cp-invoice-head p,
body.polai-light .polai-cp-empty p,
body.polai-light .polai-cp-profile-partners p,
body.polai-light .polai-cp-follow-course p,
body.polai-light .polai-cp-status-block p,
body.polai-light .polai-cp-sidebar-head span,
body.polai-light .polai-cp-sidebar a,
body.polai-light .polai-cp-sidebar button {
  color: rgba(6, 16, 20, 0.68);
}

html.polai-light .polai-cp-form label,
html.polai-light .polai-cp-profile-grid label,
html.polai-light .polai-cp-cards span,
html.polai-light .polai-cp-table > div:first-child,
html.polai-light .polai-cp-details span,
html.polai-light .polai-cp-invoice-amounts span,
html.polai-light .polai-cp-panel-head span,
html.polai-light .polai-cp-list span,
body.polai-light .polai-cp-form label,
body.polai-light .polai-cp-profile-grid label,
body.polai-light .polai-cp-cards span,
body.polai-light .polai-cp-table > div:first-child,
body.polai-light .polai-cp-details span,
body.polai-light .polai-cp-invoice-amounts span,
body.polai-light .polai-cp-panel-head span,
body.polai-light .polai-cp-list span {
  color: rgba(6, 16, 20, 0.58);
}

html.polai-light .polai-cp-profile-grid > div span,
body.polai-light .polai-cp-profile-grid > div span {
  color: rgba(6, 16, 20, 0.58);
}

html.polai-light .polai-cp-profile-value,
body.polai-light .polai-cp-profile-value {
  border-color: rgba(5, 18, 22, 0.12);
  background: rgba(6, 16, 20, 0.04);
  color: #061014;
}

html.polai-light .polai-cp-archive-backdrop,
body.polai-light .polai-cp-archive-backdrop {
  background: rgba(6, 16, 20, 0.44);
}

html.polai-light .polai-cp-archive-dialog,
body.polai-light .polai-cp-archive-dialog {
  border-color: rgba(6, 16, 20, 0.12);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 28px 90px rgba(6, 16, 20, 0.18);
}

html.polai-light .polai-cp-archive-head h2,
body.polai-light .polai-cp-archive-head h2 {
  color: #061014;
}

html.polai-light .polai-cp-archive-close,
body.polai-light .polai-cp-archive-close {
  border-color: rgba(6, 16, 20, 0.14);
  background: rgba(6, 16, 20, 0.06);
  color: #061014;
}

html.polai-light .polai-cp-form input,
html.polai-light .polai-cp-profile-grid input,
html.polai-light .polai-cp-profile-grid select,
body.polai-light .polai-cp-form input,
body.polai-light .polai-cp-profile-grid input,
body.polai-light .polai-cp-profile-grid select {
  border-color: rgba(5, 18, 22, 0.16);
  background: #fff;
  color: #061014;
}

html.polai-light .polai-cp-sidebar a.is-active,
html.polai-light .polai-cp-sidebar a:hover,
html.polai-light .polai-cp-sidebar button.is-active,
html.polai-light .polai-cp-sidebar button:hover,
body.polai-light .polai-cp-sidebar a.is-active,
body.polai-light .polai-cp-sidebar a:hover,
body.polai-light .polai-cp-sidebar button.is-active,
body.polai-light .polai-cp-sidebar button:hover {
  background: rgba(16, 183, 165, 0.13);
  color: #061014;
}

html.polai-light .polai-cp-button-secondary{
  border-color: rgba(6, 16, 20, 0.22);
  background: rgba(255, 255, 255, 0.88);
  color: #061014;
}

body.polai-light .polai-cp-button-secondary{
  border-color: rgba(6, 16, 20, 0.22);
  background: rgba(255, 255, 255, 0.88);
  color: #061014;
}

@media (max-width: 980px) {
  .polai-cp-auth-panel,
  .polai-cp-member-shell,
  .polai-cp-cards,
  .polai-cp-details,
  .polai-cp-profile-grid,
  .polai-cp-partner-actions,
  .polai-cp-invoice-amounts {
    grid-template-columns: 1fr;
  }

  .polai-cp-auth-panel {
    min-height: 0;
  }

  .polai-cp-auth-visual {
    min-height: 360px;
  }

  .polai-cp-invoice-ledger-row {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .polai-cp-invoice-ledger-row b {
    justify-self: start;
  }

  .polai-cp-sidebar {
    position: static;
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--p26-line);
  }

  .polai-cp-sidebar-logout {
    margin-top: 12px;
  }
}

@media (max-width: 720px) {
  .polai-cp-page {
    padding: 12px;
  }

  .polai-cp-auth {
    padding: 0;
  }

  .polai-cp-member-page {
    padding: 0;
  }

  .polai-cp-auth-visual,
  .polai-cp-login-grid,
  .polai-cp-member-shell .polai-cp-main,
  .polai-cp-sidebar {
    padding: 22px;
  }

  .polai-cp-title-row,
  .polai-cp-course-head,
  .polai-cp-follow-course,
  .polai-cp-invoice-head,
  .polai-cp-payment-summary {
    align-items: stretch;
    flex-direction: column;
  }

  .polai-cp-table > div {
    grid-template-columns: 1fr;
  }

  .polai-cp-archive-modal {
    align-items: flex-start;
    overflow-y: auto;
    padding: 10px;
  }

  .polai-cp-archive-dialog {
    max-height: calc(100vh - 20px);
    padding: 16px;
  }

  .polai-cp-archive-head {
    align-items: stretch;
  }
}

/* Home */
.polai-home-intro { }
.polai-home-tagline { }

/* Kurse */
.polai-kurse-section { }
.polai-kurse-grid { display: grid; gap: 1rem; }
.polai-kurs-card { border: 1px solid #ccc; padding: 1rem; }
.polai-kurs-placeholder { }

/* ========== Kurse (course.php) – .p01s ========== */
.p01s {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background: #1a1a1a;
    color: #fff;
    min-height: 100vh;
    padding: 0 0 4rem;
}
.p01s a { color: inherit; text-decoration: none; }

.p01s-back {
    position: fixed; top: 1rem; left: 1.5rem; z-index: 100;
    display: inline-flex; align-items: center; gap: 0.5rem;
    padding: 0.5rem 1rem; color: #00a8a8; font-size: 0.9rem;
    background: rgba(26,26,26,0.9); border-radius: 8px; border: 1px solid rgba(0,168,168,0.3);
    transition: color 0.2s, background 0.2s, border-color 0.2s;
}
.p01s-back:hover { color: #fff; background: #00a8a8; border-color: #00a8a8; }

.p01s-hero {
    position: relative; width: 100%;
    min-height: 42vh; max-height: 50vh;
    overflow: hidden;
}
.p01s-hero img {
    position: absolute; inset: 0;
    width: 100%; height: 100%; object-fit: cover;
    background: #252525;
}
.p01s-hero-no-img {
    position: absolute; inset: 0;
    background: #252525;
}
.p01s-hero-overlay {
    position: absolute; inset: 0; z-index: 1;
    background: linear-gradient(to top, var(--polai-image-overlay-bottom) 0%, var(--polai-image-overlay-text) 28%, var(--polai-image-overlay-upper) 58%, var(--polai-image-overlay-top) 100%);
}
.p01s-hero-content {
    position: absolute; inset: 0; z-index: 2;
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    text-align: center; padding: 2rem 1.5rem;
}
.p01s-hero-title {
    font-size: clamp(2.2rem, 6vw, 3.5rem); font-weight: 700; margin: 0 0 0.5rem;
    letter-spacing: -0.02em; text-shadow: 0 2px 20px rgba(0,0,0,0.5);
}
.p01s-hero-wochentag {
    font-size: 0.9rem; color: rgba(255,255,255,0.7); margin: 0 0 0.35rem;
    text-transform: uppercase; letter-spacing: 0.12em;
}
.p01s-hero-sub {
    font-size: clamp(1rem, 2vw, 1.25rem); color: #00a8a8; margin: 0;
    font-weight: 600; text-shadow: 0 1px 10px rgba(0,0,0,0.4);
}

.p01s-container { width: min(1808px, calc(100% - var(--polai-wide-gutter))); max-width: none; margin: 0 auto; padding: 0; }
.p01s-main { padding: 3rem 0; }
.p01s-page-title {
    font-size: 1.75rem; font-weight: 700; margin: 0 0 1.25rem;
    color: #fff;
}
.p01s-desc {
    margin-bottom: 2.5rem;
}
.p01s-desc p {
    color: rgba(255,255,255,0.85);
    font-size: 1.05rem; line-height: 1.65;
    margin: 0 0 1rem;
}
.p01s-desc p:last-child { margin-bottom: 0; }

.p01s-filters { margin-bottom: 2rem; }
.p01s-filters-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.5rem 2rem;
    margin-bottom: 1.25rem;
}
@media (max-width: 900px) {
    .p01s-filters-row { grid-template-columns: 1fr; }
}

.p01s-filter-stufen { width: 100%; }
.p01s-filter-wrap { margin-bottom: 0; }
.p01s-filter-label {
    display: block; font-size: 0.8rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em;
    color: rgba(255,255,255,0.55); margin-bottom: 0.5rem;
}
.p01s-stufen {
    list-style: none; margin: 0; padding: 0;
    display: flex; flex-wrap: wrap; gap: 0.5rem;
}
.p01s-stufen li { margin: 0; }
.p01s-stufe-btn {
    display: inline-flex; align-items: center; gap: 0.55rem;
    padding: 0.6rem 1.4rem; font-size: 0.95rem; font-weight: 500;
    color: rgba(255,255,255,0.9); background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.25); border-radius: 50px;
    cursor: pointer; transition: color 0.2s, background 0.2s, border-color 0.2s, transform 0.2s;
    font-family: inherit;
}
.p01s-stufe-count {
    display: inline-flex; align-items: center; justify-content: center;
    min-width: 1.55rem; height: 1.55rem; padding: 0 0.35rem;
    border-radius: 999px; background: rgba(255,255,255,0.18);
    color: inherit; font-size: 0.78rem; font-weight: 900; line-height: 1;
}
.p01s-stufe-btn:hover {
    color: #fff; background: rgba(212,163,115,0.35); border-color: #d4a373;
    transform: translateY(-1px);
}
.p01s-stufe-btn.active {
    background: #d4a373; border-color: #d4a373; color: #1a1a1a;
}
.p01s-stufe-btn.active .p01s-stufe-count {
    background: rgba(26,26,26,0.14);
}
.p01s-zeitraum, .p01s-orte, .p01s-studios {
    list-style: none; margin: 0; padding: 0;
    display: flex; flex-wrap: wrap; gap: 0.5rem;
}
.p01s-zeitraum li, .p01s-orte li, .p01s-studios li { margin: 0; }
.p01s-zeitraum-btn, .p01s-ort-btn, .p01s-studio-btn {
    padding: 0.5rem 1.1rem; font-size: 0.9rem; font-weight: 500;
    color: rgba(255,255,255,0.9); background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.25); border-radius: 50px;
    cursor: pointer; transition: color 0.2s, background 0.2s, border-color 0.2s, transform 0.2s;
    font-family: inherit;
}
.p01s-zeitraum-btn:hover, .p01s-ort-btn:hover, .p01s-studio-btn:hover {
    color: #fff; background: rgba(212,163,115,0.35); border-color: #d4a373;
    transform: translateY(-1px);
}
.p01s-zeitraum-btn.active, .p01s-ort-btn.active, .p01s-studio-btn.active {
    background: #d4a373; border-color: #d4a373; color: #1a1a1a;
}

.p01s-empty-terms {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    padding: 1.25rem 1.4rem;
    border: 1px solid rgba(0,168,168,0.45);
    border-radius: 10px;
    background: rgba(0,168,168,0.12);
    box-shadow: 0 18px 45px rgba(0,0,0,0.22);
    color: #fff;
}
.p01s-empty-terms strong {
    font-size: 1.08rem;
    line-height: 1.25;
}
.p01s-empty-terms span {
    color: rgba(255,255,255,0.76);
    line-height: 1.45;
}
.p01s-filter-empty-terms.is-hidden {
    display: none;
}
.p01s-no-runs { color: rgba(255,255,255,0.85); margin: 0 0 1rem; }
.p01s-no-runs-inline { color: rgba(255,255,255,0.8); font-size: 0.9rem; margin: 0; }
.p01s-stufen-list li { color: rgba(255,255,255,0.9); }
.p01s-cards {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    width: 100%;
}
.p01s-card {
    width: 100%;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 10px;
    padding: 0.5rem 1rem;
    transition: opacity 0.25s ease-out, border-color 0.2s, box-shadow 0.2s;
}
.p01s-card:hover {
    border-color: rgba(0,168,168,0.35);
    box-shadow: 0 4px 20px rgba(0,0,0,0.3);
}
.p01s-card.is-hidden { display: none; }

.p01s-card-row {
    display: flex; align-items: center; flex-wrap: wrap; gap: 0.75rem 1.25rem;
    width: 100%;
}
.p01s-card-date {
    font-size: 0.95rem; font-weight: 700; color: #fff;
    letter-spacing: 0.02em;
    flex-shrink: 0;
    width: auto;
    min-width: max-content;
    white-space: nowrap;
}
.p01s-card-stufe {
    display: inline-block;
    padding: 0.22rem 0.6rem;
    font-size: 0.68rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em;
    color: #1a1a1a; border-radius: 6px;
    flex-shrink: 0;
}
.p01s-card-term { flex-shrink: 0; }
.p01s-term-link {
    font-size: 0.82rem; color: rgba(255,255,255,0.75);
    display: inline-flex; align-items: center; gap: 0.4rem;
    background: none; border: none; padding: 0; cursor: pointer;
    font-family: inherit; transition: color 0.2s;
}
.p01s-term-link:hover { color: #00a8a8; }
.p01s-card-place-wrap {
    display: inline-flex; flex-direction: column; align-items: flex-start;
    font-size: 0.78rem; color: rgba(255,255,255,0.75);
    flex: 1 1 0; min-width: 10rem;
}
.p01s-card-place-name { display: block; font-size: 0.85rem; color: rgba(255,255,255,0.9); }
.p01s-card-place-address {
    display: block;
    margin-top: 0.15rem;
    font-size: 0.7rem;
    color: rgba(255,255,255,0.5);
}
.p01s-card-preis {
    font-size: 0.88rem; font-weight: 600; color: #fff;
    flex-shrink: 0;
    width: 5.5rem; text-align: right;
}
.p01s-card-preis-pp {
    font-size: 0.72rem; font-weight: 500; color: rgba(255,255,255,0.65);
}
.p01s-card-actions {
    flex-shrink: 0;
    margin-left: auto;
}
.p01s-card .p01s-run-link {
    font-size: 0.9rem; font-weight: 600; color: #fff;
    display: inline-flex; align-items: center; gap: 0.45rem;
    background: #00a8a8;
    border: 1px solid #00a8a8;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    cursor: pointer;
    font-family: inherit;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.p01s-card .p01s-run-link:hover {
    background: #00c4c4;
    color: #fff;
    border-color: #00c4c4;
}
.p01s-card-tags {
    display: flex; flex-wrap: wrap; align-items: center; gap: 0.25rem;
    margin-left: auto;
}
.p01s-card-tag {
    padding: 0.14rem 0.4rem;
    font-size: 0.62rem; font-weight: 600;
    color: #00a8a8;
    background: rgba(0,168,168,0.12);
    border-radius: 6px;
}
.p01s-card-tag-alter {
    background: rgba(255,255,255,0.95);
    color: #1a1a1a;
}
.p01s-card-spots,
.p01s-card-participants {
    padding: 0.14rem 0.4rem;
    font-size: 0.62rem; font-weight: 600;
    color: #1a1a1a;
    background: rgba(212,163,115,0.4);
    border-radius: 6px;
}
.p01s-card-no-reg {
    font-size: 0.8rem;
    color: #888;
    font-style: italic;
}
.p01s-user-check {
    min-height: 1.2em;
}
.p01s-user-check.is-hidden {
    display: none !important;
}
.p01s-user-check {
    margin-top: 0.55rem;
    padding: 0.55rem 0.7rem;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.10);
    background: rgba(0,0,0,0.18);
    color: rgba(255,255,255,0.78);
    font-size: 0.9rem;
    display: flex !important;
    align-items: flex-start;
    gap: 0.5rem;
    flex-wrap: nowrap;
}
.p01s-user-check span {
    display: inline !important;
}
.p01s-user-check-dot {
    margin-top: 0.22rem;
}
.p01s-user-check > span:last-child {
    flex: 1 1 auto;
    min-width: 0;
}
.p01s-user-check.is-ok {
    border-color: rgba(0,168,168,0.35);
    background: rgba(0,168,168,0.12);
    color: rgba(255,255,255,0.92);
}
.p01s-user-check.is-error {
    border-color: rgba(245,197,66,0.35);
    background: rgba(245,197,66,0.12);
    color: rgba(255,255,255,0.92);
}
.p01s-user-check.is-info {
    border-color: rgba(255,255,255,0.16);
    background: rgba(255,255,255,0.06);
    color: rgba(255,255,255,0.82);
}
.p01s-user-check.is-loading {
    opacity: 0.9;
}
.p01s-user-check-dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: rgba(255,255,255,0.45);
    box-shadow: 0 0 0 3px rgba(255,255,255,0.08);
    animation: p01sPulse 1.1s ease-in-out infinite;
    flex: 0 0 auto;
}
.p01s-user-check.is-ok .p01s-user-check-dot {
    background: #00a8a8;
    box-shadow: 0 0 0 3px rgba(0,168,168,0.18);
    animation: none;
}
.p01s-user-check.is-error .p01s-user-check-dot {
    background: #f5c542;
    box-shadow: 0 0 0 3px rgba(245,197,66,0.18);
    animation: none;
}
.p01s-user-check.is-info .p01s-user-check-dot {
    background: rgba(255,255,255,0.55);
    box-shadow: 0 0 0 3px rgba(255,255,255,0.10);
    animation: none;
}
@keyframes p01sPulse {
    0%, 100% { transform: scale(1); opacity: 0.6; }
    50% { transform: scale(1.2); opacity: 1; }
}

/* Modal Anmeldung (Kurse) */
.p01s-summary {
    margin: 0.5rem 0 1rem;
    padding: 1rem;
    border-radius: 14px;
    border: 1px solid rgba(0,168,168,0.22);
    background: radial-gradient(1200px 400px at 20% 0%, rgba(0,168,168,0.18), transparent 55%),
                linear-gradient(165deg, rgba(255,255,255,0.06) 0%, rgba(255,255,255,0.03) 100%);
    box-shadow: 0 12px 40px rgba(0,0,0,0.35);
}
.p01s-summary-head {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 1rem;
    align-items: start;
    padding-bottom: 0.85rem;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}
.p01s-summary-kicker {
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.65);
    margin-bottom: 0.35rem;
}
.p01s-summary-title {
    font-size: 1.15rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
}
.p01s-summary-sub {
    margin-top: 0.35rem;
    color: rgba(255,255,255,0.75);
    font-size: 0.95rem;
}
.p01s-summary-meta {
    margin-top: 0.6rem;
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}
.p01s-summary-meta span {
    font-size: 0.78rem;
    font-weight: 600;
    color: rgba(255,255,255,0.8);
    background: rgba(0,168,168,0.14);
    border: 1px solid rgba(0,168,168,0.22);
    padding: 0.28rem 0.5rem;
    border-radius: 999px;
}
.p01s-summary-totals-wide {
    margin-top: 0.85rem;
    display: grid;
    gap: 0.5rem;
}
.p01s-summary-totals-wide-badge {
    width: 100%;
    padding: 0.75rem 1rem;
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,0.10);
    background: rgba(0,0,0,0.22);
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    align-items: baseline;
    font-size: 0.95rem;
    color: rgba(255,255,255,0.72);
}
.p01s-summary-totals-wide-badge strong {
    color: #fff;
    font-weight: 900;
}
.p01s-summary-totals-wide-badge.is-total {
    border-color: rgba(0,168,168,0.26);
    background: rgba(0,168,168,0.12);
    color: rgba(255,255,255,0.86);
}
.p01s-summary-totals-title {
    font-weight: 900;
    color: rgba(255,255,255,0.9);
}
.p01s-summary-totals-sub {
    margin-top: 0.15rem;
    font-size: 0.82rem;
    color: rgba(255,255,255,0.65);
}
.p01s-summary-totals-sub strong {
    color: rgba(255,255,255,0.82);
    font-weight: 800;
}
.p01s-summary-totals-amount {
    font-size: 1.05rem;
    letter-spacing: 0.01em;
}
.p01s-summary-section-title {
    font-size: 0.85rem;
    font-weight: 800;
    color: rgba(255,255,255,0.82);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 0.5rem;
}
.p01s-summary-terms {
    margin-top: 0.9rem;
    padding-top: 0.9rem;
    border-top: 0;
}
.p01s-summary-terms-start {
    color: rgba(255,255,255,0.8);
    font-size: 0.95rem;
    margin-bottom: 0.5rem;
}
.p01s-summary-terms-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem 0.6rem;
    color: rgba(255,255,255,0.75);
    font-size: 0.9rem;
}
.p01s-summary-terms-list span {
    padding: 0.25rem 0.45rem;
    border-radius: 999px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.08);
}
.p01s-summary-terms-table {
    margin-top: 0.65rem;
    display: grid;
    gap: 0.5rem;
}
.p01s-summary-terms-head,
.p01s-summary-terms-row {
    display: grid;
    grid-template-columns: 44px 120px 120px 1fr;
    gap: 0.75rem;
    align-items: center;
}
.p01s-summary-terms-head {
    padding: 0.35rem 0.5rem;
    color: rgba(255,255,255,0.65);
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.p01s-summary-terms-row {
    padding: 0.6rem 0.75rem;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.08);
    background: rgba(0,0,0,0.16);
}
.p01s-summary-terms-row.is-start {
    border-color: rgba(0,168,168,0.28);
    background: rgba(0,168,168,0.10);
}
.p01s-summary-terms-idx {
    font-variant-numeric: tabular-nums;
    color: rgba(255,255,255,0.8);
}
.p01s-summary-terms-date,
.p01s-summary-terms-time {
    font-variant-numeric: tabular-nums;
    color: rgba(255,255,255,0.9);
}
.p01s-summary-terms-place {
    color: rgba(255,255,255,0.85);
}
@media (max-width: 720px) {
    .p01s-summary-terms-head { display: none; }
    .p01s-summary-terms-row {
        grid-template-columns: 44px 1fr;
        grid-template-areas:
            "idx date"
            "idx time"
            "idx place";
        align-items: start;
        gap: 0.25rem 0.75rem;
    }
    .p01s-summary-terms-idx { grid-area: idx; padding-top: 0.1rem; }
    .p01s-summary-terms-date { grid-area: date; }
    .p01s-summary-terms-time { grid-area: time; }
    .p01s-summary-terms-place { grid-area: place; }
}
.p01s-summary-terms-badge {
    margin-top: 0.65rem;
    padding: 0.75rem 0.85rem;
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,0.10);
    background: rgba(0,0,0,0.18);
    display: grid;
    gap: 0.55rem;
}
.p01s-summary-terms-line {
    display: grid;
    grid-template-columns: 44px 140px 170px 1fr;
    gap: 0.75rem;
    align-items: start;
}
.p01s-summary-terms-num {
    font-variant-numeric: tabular-nums;
    color: rgba(255,255,255,0.65);
}
.p01s-summary-terms-datecol {
    display: inline-flex;
    flex-direction: column;
    gap: 0.15rem;
}
.p01s-summary-terms-date {
    font-variant-numeric: tabular-nums;
    color: rgba(255,255,255,0.92);
    font-weight: 700;
}
.p01s-summary-terms-timecol {
    font-variant-numeric: tabular-nums;
    color: rgba(255,255,255,0.9);
    white-space: nowrap;
}
.p01s-summary-terms-placecol {
    color: rgba(255,255,255,0.62);
    font-size: 0.9rem;
}
.p01s-summary-terms-loc {
    display: block;
    color: rgba(255,255,255,0.8);
}
.p01s-summary-terms-addr {
    display: block;
    margin-top: 0.15rem;
    font-size: 0.82rem;
    color: rgba(255,255,255,0.55);
}
.p01s-summary-start-tag {
    font-size: 0.78rem;
    color: rgba(255,255,255,0.55);
    font-weight: 650;
}
.p01s-debug {
    margin-top: 0.75rem;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.10);
    background: rgba(0,0,0,0.18);
    padding: 0.6rem 0.75rem;
}
.p01s-debug summary {
    cursor: pointer;
    color: rgba(255,255,255,0.75);
    font-size: 0.85rem;
}
.p01s-debug pre {
    margin: 0.6rem 0 0;
    white-space: pre-wrap;
    color: rgba(255,255,255,0.82);
    font-size: 0.82rem;
}
.p01s-debug-inline {
    display: block;
    white-space: pre-wrap;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 0.78rem;
    line-height: 1.25;
    color: rgba(255,255,255,0.78);
}
@media (max-width: 720px) {
    .p01s-summary-terms-line {
        grid-template-columns: 44px 1fr;
        grid-template-areas:
            "num date"
            "num time"
            "num place";
        gap: 0.25rem 0.75rem;
    }
    .p01s-summary-terms-num { grid-area: num; padding-top: 0.1rem; }
    .p01s-summary-terms-datecol { grid-area: date; }
    .p01s-summary-terms-timecol { grid-area: time; }
    .p01s-summary-terms-placecol { grid-area: place; }
}
.p01s-summary-people {
    margin-top: 0.9rem;
    display: grid;
    gap: 0.75rem;
}
.p01s-summary-person-row {
    padding: 0.9rem;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.10);
    background: rgba(0,0,0,0.18);
    display: grid;
    grid-template-columns: auto 1fr auto;
    grid-template-areas:
        "badge name price"
        "meta  meta price";
    gap: 0.4rem 0.85rem;
    align-items: start;
}
.p01s-summary-person-badge {
    grid-area: badge;
    align-self: start;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.82);
    background: rgba(0,168,168,0.14);
    border: 1px solid rgba(0,168,168,0.22);
    padding: 0.25rem 0.5rem;
    border-radius: 999px;
    white-space: nowrap;
}
.p01s-summary-person-name {
    grid-area: name;
    font-size: 1.05rem;
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
    padding-top: 0.1rem;
}
.p01s-summary-person-meta {
    grid-area: meta;
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem 0.75rem;
    color: rgba(255,255,255,0.72);
    font-size: 0.9rem;
}
.p01s-summary-person-meta strong { color: rgba(255,255,255,0.92); font-weight: 700; }
.p01s-summary-person-price {
    grid-area: price;
    text-align: right;
    color: rgba(255,255,255,0.72);
    font-size: 0.9rem;
    white-space: nowrap;
}
.p01s-summary-person-price strong {
    display: block;
    color: #fff;
    font-weight: 900;
    font-size: 1rem;
    margin-top: 0.1rem;
}
@media (max-width: 640px) {
    .p01s-summary-head { grid-template-columns: 1fr; }
    .p01s-summary-totals { width: 100%; min-width: 0; }
    .p01s-summary-person-row {
        grid-template-columns: 1fr;
        grid-template-areas:
            "badge"
            "name"
            "meta"
            "price";
    }
    .p01s-summary-person-price { text-align: left; }
}
.p01s-modal {
    position: fixed; inset: 0; z-index: 1000;
    display: flex; align-items: center; justify-content: center;
    padding: 1.5rem;
    opacity: 0; visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.p01s-modal.is-open {
    opacity: 1; visibility: visible;
}
.p01s-modal-backdrop {
    position: absolute; inset: 0;
    background: rgba(0,0,0,0.75);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    cursor: pointer;
}
.p01s-modal-box {
    position: relative; z-index: 1;
    width: 100%; max-width: 800px; max-height: 94vh;
    height: 94vh;
    background: linear-gradient(165deg, #252525 0%, #1a1a1a 100%);
    border: 1px solid rgba(0,168,168,0.25);
    border-radius: 20px;
    box-shadow: 0 25px 80px rgba(0,0,0,0.6), 0 0 0 1px rgba(255,255,255,0.05), 0 0 40px rgba(0,168,168,0.15);
    display: flex; flex-direction: column;
    transform: scale(0.95); opacity: 0;
    transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.35s ease;
}
.p01s-modal.is-open .p01s-modal-box {
    transform: scale(1); opacity: 1;
}
.p01s-modal-header {
    display: flex; align-items: center; justify-content: space-between; gap: 1rem;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    flex-shrink: 0;
}
.p01s-modal-title {
    font-size: 1.25rem; font-weight: 700; margin: 0;
    color: #fff;
}
.p01s-modal-close {
    width: 44px; height: 44px;
    display: flex; align-items: center; justify-content: center;
    background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1);
    border-radius: 12px;
    color: rgba(255,255,255,0.8);
    cursor: pointer;
    font-size: 1.1rem;
    transition: background 0.2s, color 0.2s, border-color 0.2s, transform 0.2s;
}
.p01s-modal-close:hover {
    background: rgba(0,168,168,0.2); color: #00a8a8; border-color: rgba(0,168,168,0.4);
    transform: scale(1.05);
}
.p01s-modal-body {
    padding: 0;
    overflow-y: auto;
    overflow-x: hidden;
    display: flex; flex-direction: column;
    flex: 1;
    min-height: 0;
}
.p01s-modal-iframe {
    width: 100%; height: 100%; min-height: 70vh; border: none;
    border-radius: 0 0 20px 20px;
    background: #fff;
    flex: 1;
}
.p01s-modal-placeholder {
    padding: 3rem 2rem;
    text-align: center;
    color: rgba(255,255,255,0.6);
    font-size: 1rem;
}
.p01s-modal-placeholder code {
    background: rgba(255,255,255,0.1); padding: 0.2rem 0.5rem; border-radius: 6px;
    font-size: 0.9em;
}
.p01s-modal-step { display: none; }
.p01s-modal-step.is-visible { display: block; }

.p01s-modal-choice {
    padding: 1.5rem 1.75rem;
}
.p01s-modal-choice-intro {
    margin: 0 0 1.5rem; color: rgba(255,255,255,0.92); font-size: 1.05rem; line-height: 1.4;
}
.p01s-modal-choice-btns { display: flex; gap: 1rem; flex-wrap: wrap; }
.p01s-choice-btn {
    flex: 1; min-width: 160px; padding: 0.9rem 1.35rem; border-radius: 10px; font-size: 1rem; font-weight: 500; cursor: pointer;
    font-family: inherit; display: inline-flex; align-items: center; justify-content: center;
    transition: background 0.2s, border-color 0.2s, color 0.2s, transform 0.2s;
}
.p01s-choice-btn:hover { transform: translateY(-1px); }
.p01s-choice-neukunde {
    background: #2a2a2a; border: 2px solid #4a4a4a; color: #fff;
}
.p01s-choice-neukunde:hover {
    background: #333; border-color: #555;
}
.p01s-choice-bestandskunde {
    background: #00a8a8; border: 2px solid #00a8a8; color: #fff;
}
.p01s-choice-bestandskunde:hover {
    background: #00b8b8; border-color: #00b8b8;
}
.p01s-choice-btn i { margin-right: 0.5rem; opacity: 0.95; }

.p01s-modal-bestandskunde {
    padding: 0 1.75rem 1.75rem;
}
.p01s-modal-back-btn {
    margin: 0 0 1rem; padding: 0.4rem 0; background: none; border: none; color: #00a8a8; font-size: 0.9rem; cursor: pointer;
    font-family: inherit; display: inline-flex; align-items: center; transition: color 0.2s;
}
.p01s-modal-back-btn:hover { color: #00c4c4; }
.p01s-modal-back-btn i { margin-right: 0.35rem; }
.p01s-modal-customer-form {
    display: grid; gap: 1.25rem; padding: 0;
}
.p01s-modal-form-section {
    padding: 1rem 0; border-bottom: 1px solid rgba(255,255,255,0.1);
}
.p01s-modal-form-section:last-of-type { border-bottom: 0; }
.p01s-modal-form-section h4 {
    font-size: 0.95rem; font-weight: 600; color: rgba(255,255,255,0.95); margin: 0 0 0.65rem;
}
.p01s-modal-form-section > div { display: grid; gap: 0.65rem; }
.p01s-modal-form-section label {
    display: block; font-size: 0.875rem; color: rgba(255,255,255,0.88); margin-bottom: 0.25rem;
}
.p01s-modal-form-section input[type="text"],
.p01s-modal-form-section input[type="email"] {
    width: 100%; padding: 0.55rem 0.75rem; background: #252525; border: 1px solid #444; border-radius: 8px;
    color: #fff; font-size: 0.95rem; box-sizing: border-box; transition: border-color 0.2s;
}
.p01s-modal-form-section input[type="text"]:focus,
.p01s-modal-form-section input[type="email"]:focus {
    outline: none; border-color: #00a8a8;
}
.p01s-single-role {
    padding: 0.85rem;
    border: 1px solid rgba(0,168,168,0.32);
    border-radius: 8px;
    background: rgba(0,168,168,0.08);
}
.p01s-single-role > label {
    margin-bottom: 0.35rem;
    font-weight: 700;
}
.p01s-single-role-help {
    margin: 0 0 0.75rem;
    color: rgba(255,255,255,0.72);
    font-size: 0.86rem;
    line-height: 1.45;
}
.p01s-single-role-options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
}
.p01s-single-role-options label {
    display: flex;
    align-items: flex-start;
    gap: 0.55rem;
    min-width: 0;
    margin: 0;
    padding: 0.65rem;
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 8px;
    background: rgba(255,255,255,0.05);
}
.p01s-single-role-options label.is-disabled {
    opacity: 0.45;
}
.p01s-single-role-options input {
    margin-top: 0.18rem;
}
.p01s-single-role-options span {
    display: grid;
    gap: 0.12rem;
    min-width: 0;
}
.p01s-single-role-options small,
.p01s-single-role-status {
    color: rgba(255,255,255,0.64);
    font-size: 0.78rem;
    line-height: 1.35;
}
.p01s-single-role-status {
    margin-top: 0.55rem;
}
.p01s-single-role-error {
    margin-top: 0.55rem;
    color: #ffb86c;
    font-size: 0.84rem;
}
@media (max-width: 520px) {
    .p01s-single-role-options {
        grid-template-columns: 1fr;
    }
}
.p01s-modal-search-result {
    display: none; margin-top: 0.75rem; padding: 0.75rem; background: rgba(255,255,255,0.05); border-radius: 8px; font-size: 0.9rem;
}
.p01s-modal-search-result.is-visible { display: block; }
.p01s-modal-submit-btn {
    padding: 0.65rem 1.35rem; background: #00a8a8; color: #fff; border: none; border-radius: 8px; font-size: 1rem; font-weight: 500; cursor: pointer;
    transition: background 0.2s;
}
.p01s-modal-submit-btn:hover { background: #00b8b8; }
.p01s-modal-register-step {
    padding: 1.5rem 1.75rem;
}
.p01s-modal-register-step p { margin: 0 0 1.25rem; color: rgba(255,255,255,0.9); font-size: 0.95rem; }
.p01s-modal-register-step .p01s-modal-submit-btn { margin-top: 0; }

/* Gutschein im Bestandskunden-Formular */
.p01s-voucher-block {
    margin-bottom: 1.5rem; padding: 1rem 0 1.25rem; border-bottom: 1px solid rgba(255,255,255,0.1);
}
.p01s-voucher-title {
    font-size: 0.95rem; font-weight: 600; color: rgba(255,255,255,0.95); margin: 0 0 0.5rem;
}
.p01s-voucher-row { display: flex; gap: 0.5rem; margin-bottom: 0.5rem; }
.p01s-voucher-input {
    flex: 1; padding: 0.55rem 0.75rem; background: #252525; border: 1px solid #444; border-radius: 8px;
    color: #fff; font-size: 0.95rem; box-sizing: border-box; transition: border-color 0.2s;
}
.p01s-voucher-input:focus { outline: none; border-color: #00a8a8; }
.p01s-voucher-btn {
    padding: 0.55rem 1.1rem; background: #00a8a8; color: #fff; border: none; border-radius: 8px; font-size: 0.9rem; font-weight: 500; cursor: pointer; white-space: nowrap;
    transition: background 0.2s;
}
.p01s-voucher-btn:hover { background: #00b8b8; }
.p01s-voucher-btn:disabled { opacity: 0.65; cursor: not-allowed; }
.p01s-voucher-scan-row { display: flex; align-items: center; gap: 0.5rem; margin-bottom: 0.35rem; }
.p01s-voucher-scan-btn {
    display: inline-flex; align-items: center; gap: 0.35rem; padding: 0.4rem 0.7rem; font-size: 0.8rem; color: rgba(255,255,255,0.9);
    background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.2); border-radius: 8px; cursor: pointer;
    transition: background 0.2s;
}
.p01s-voucher-scan-btn:hover { background: rgba(255,255,255,0.12); }
.p01s-voucher-file { position: absolute; width: 0; height: 0; opacity: 0; overflow: hidden; }
.p01s-voucher-result { font-size: 0.875rem; margin-top: 0.4rem; min-height: 1.25em; }
.p01s-voucher-result-ok { color: #00a8a8; }
.p01s-voucher-result-error { color: #d4a373; }

.p01s-term-body { padding: 1.65rem; min-height: auto; }
.p01s-term-body .p01s-term-place { margin: 0 0 1rem; color: rgba(255,255,255,0.9); font-size: 1rem; }
.p01s-term-body .p01s-term-address { display: block; margin-top: 0.32rem; font-size: 0.86rem; color: rgba(255,255,255,0.58); }
.p01s-term-list { list-style: none; margin: 0; padding: 0; }
.p01s-term-list li { padding: 0; color: rgba(255,255,255,0.9); font-size: 1rem; border-bottom: 1px solid rgba(255,255,255,0.08); }
.p01s-term-list li:last-child { border-bottom: 0; }
.p01s-term-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 1rem 1.15rem;
}
.p01s-term-main {
  display: flex;
  flex-direction: column;
  gap: 0.28rem;
  min-width: 0;
}
.p01s-term-main > strong {
  color: rgba(255, 255, 255, 0.94);
  font-size: 1.04rem;
  line-height: 1.25;
}
.p01s-term-main > span:not(.p01s-summary-start-tag) {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.95rem;
  font-weight: 800;
}
.p01s-term-main .p01s-summary-start-tag {
  align-self: flex-start;
  margin-top: 0.12rem;
  padding: 0.22rem 0.45rem;
  border-radius: 999px;
  background: rgba(16, 183, 165, 0.14);
  color: var(--p26-teal-2);
  font-size: 0.75rem;
  font-weight: 900;
}
.p01s-term-location {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  min-width: 16ch;
  max-width: 48%;
  padding-top: 0.02rem;
  text-align: right;
}
.p01s-term-location strong {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  line-height: 1.25;
}
@media (max-width: 640px) {
  .p26-course-page #p01s-term-modal.p01s-modal {
    align-items: flex-start;
    justify-content: center;
    padding: calc(12px + env(safe-area-inset-top)) 10px calc(12px + env(safe-area-inset-bottom));
    overflow-y: auto;
  }
  .p26-course-page #p01s-term-modal .p01s-modal-box {
    width: min(100%, calc(100vw - 20px));
    max-height: calc(100vh - 24px);
    height: auto;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .p26-course-page #p01s-term-modal .p01s-modal-header {
    min-height: 0;
    padding: 12px;
  }
  .p26-course-page #p01s-term-modal .p01s-modal-title {
    font-size: 22px;
    overflow-wrap: anywhere;
  }
  .p26-course-page #p01s-term-modal .p01s-modal-close {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
  }
  .p26-course-page #p01s-term-modal .p01s-modal-body {
    max-height: calc(100vh - 104px);
    overflow: auto;
  }
  .p01s-term-body { padding: 1rem; }
  .p01s-term-row {
    flex-direction: column;
    gap: 0.7rem;
    padding: 0.95rem;
  }
  .p01s-term-location {
    align-items: flex-start;
    max-width: none;
    text-align: left;
  }
}

/* ========== Home (home.php) – .p01 ========== */
.p01 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background: #1a1a1a;
    color: #fff;
    min-height: 100vh;
    padding: 0 0 4rem;
}
.p01 a { color: inherit; text-decoration: none; }

.p01-back {
    position: fixed; top: 1rem; left: 1.5rem; z-index: 100;
    display: inline-flex; align-items: center; gap: 0.5rem;
    padding: 0.5rem 1rem; color: #00a8a8; font-size: 0.9rem;
    background: rgba(26,26,26,0.9); border-radius: 8px; border: 1px solid rgba(0,168,168,0.3);
    transition: color 0.2s, background 0.2s, border-color 0.2s;
}
.p01-back:hover { color: #fff; background: #00a8a8; border-color: #00a8a8; }

.p01-hero-slider {
    position: relative; width: 100%;
    min-height: 50vh; max-height: 58vh;
    overflow: hidden;
}
.p01-slides { position: absolute; inset: 0; }
.p01-slide {
    position: absolute; inset: 0;
    opacity: 0; visibility: hidden;
    transition: opacity 0.8s ease, visibility 0.8s ease;
}
.p01-slide.active { opacity: 1; visibility: visible; z-index: 1; }
.p01-slide img {
    width: 100%; height: 100%; object-fit: cover;
    background: #252525;
}
.p01-hero-overlay {
    position: absolute; inset: 0; z-index: 2;
    background: linear-gradient(to top, var(--polai-image-overlay-bottom) 0%, var(--polai-image-overlay-text) 28%, var(--polai-image-overlay-upper) 58%, var(--polai-image-overlay-top) 100%);
    pointer-events: none;
}
.p01-hero-content {
    position: absolute; inset: 0; z-index: 3;
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    text-align: center; padding: 2rem 1.5rem;
}
.p01-tagline {
    font-size: clamp(2.75rem, 8vw, 5rem); font-weight: 700; margin: 0 0 0.5rem;
    letter-spacing: -0.02em; text-shadow: 0 2px 20px rgba(0,0,0,0.5);
    animation: p01FadeUp 0.8s ease;
}
.p01-sub {
    font-size: clamp(1.1rem, 2.5vw, 1.5rem); color: #00a8a8; margin: 0 0 0.75rem;
    font-weight: 600; text-shadow: 0 1px 10px rgba(0,0,0,0.4);
    animation: p01FadeUp 0.8s 0.1s ease both;
}
.p01-hero-text {
    font-size: clamp(0.95rem, 1.5vw, 1.1rem); color: rgba(255,255,255,0.9); margin: 0;
    max-width: 480px; line-height: 1.5;
    animation: p01FadeUp 0.8s 0.2s ease both;
}
@keyframes p01FadeUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }

.p01-slider-btn {
    position: absolute; top: 50%; transform: translateY(-50%); z-index: 4;
    width: 48px; height: 48px; border: none; border-radius: 50%;
    background: rgba(0,168,168,0.9); color: #fff; cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    transition: background 0.2s, transform 0.2s; font-size: 1.1rem;
}
.p01-slider-btn:hover { background: #00a8a8; transform: translateY(-50%) scale(1.08); }
.p01-slider-prev { left: 1.5rem; }
.p01-slider-next { right: 1.5rem; }

.p01-slider-dots {
    position: absolute; bottom: 2rem; left: 50%; transform: translateX(-50%); z-index: 4;
    display: flex; gap: 0.6rem;
}
.p01-dot {
    width: 10px; height: 10px; border-radius: 50%;
    border: 2px solid rgba(255,255,255,0.6); background: transparent;
    cursor: pointer; padding: 0; transition: background 0.25s, border-color 0.25s, transform 0.25s;
}
.p01-dot:hover { background: rgba(255,255,255,0.4); border-color: rgba(255,255,255,0.8); }
.p01-dot.active { background: #00a8a8; border-color: #00a8a8; transform: scale(1.2); }

.p01-container { width: min(1808px, calc(100% - var(--polai-wide-gutter))); max-width: none; margin: 0 auto; padding: 0; }

.p01-portfolio { padding: 4rem 0; }
.p01-section-title {
    font-size: 2rem; font-weight: 700; margin: 0 0 2rem; color: #fff;
    display: flex; align-items: center; justify-content: center; gap: 0.6rem; flex-wrap: wrap;
}
.p01-section-title-icon { font-size: 1.4rem; color: #fff; opacity: 0.95; }
.p01-section-desc {
    text-align: center; color: rgba(255,255,255,0.7); margin: 0 0 1.5rem; font-size: 1.05rem;
}

.p01-filter-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.5rem 2rem;
    align-items: start;
    margin-bottom: 2rem;
}
@media (max-width: 900px) {
    .p01-filter-row { grid-template-columns: 1fr; }
}
.p01-filter-block { margin-bottom: 0; }
.p01-filter-label {
    display: block; font-size: 0.8rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em;
    color: rgba(255,255,255,0.6); margin-bottom: 0.5rem;
}
.p01-filters {
    list-style: none; margin: 0; padding: 0;
    display: flex; flex-wrap: wrap; gap: 0.5rem;
}
.p01-filters li { margin: 0; }
.p01-filter-btn {
    display: inline-block; padding: 0.5rem 1.25rem; font-size: 0.9rem; font-weight: 500;
    color: rgba(255,255,255,0.9); background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.2); border-radius: 50px;
    cursor: pointer; transition: color 0.2s, background 0.2s, border-color 0.2s;
    font-family: inherit;
}
.p01-filter-btn.p01-fb-paar { background: rgba(200, 140, 140, 0.35); border-color: rgba(200, 140, 140, 0.5); }
.p01-filter-btn.p01-fb-paar:hover { background: rgba(200, 140, 140, 0.5); border-color: #c88c8c; }
.p01-filter-btn.p01-fb-paar.active { background: #c88c8c; border-color: #c88c8c; color: #1a1a1a; }
.p01-filter-btn.p01-fb-singles { background: rgba(0, 168, 168, 0.25); border-color: rgba(0, 168, 168, 0.5); }
.p01-filter-btn.p01-fb-singles:hover { background: rgba(0, 168, 168, 0.4); border-color: #00a8a8; }
.p01-filter-btn.p01-fb-singles.active { background: #00a8a8; border-color: #00a8a8; color: #1a1a1a; }
.p01-filter-btn.p01-fb-solo { background: rgba(212, 163, 115, 0.3); border-color: rgba(212, 163, 115, 0.55); }
.p01-filter-btn.p01-fb-solo:hover { background: rgba(212, 163, 115, 0.45); border-color: #d4a373; }
.p01-filter-btn.p01-fb-solo.active { background: #d4a373; border-color: #d4a373; color: #1a1a1a; }
.p01-filter-btn.p01-fb-all { background: rgba(107, 114, 128, 0.35); border-color: rgba(107, 114, 128, 0.5); }
.p01-filter-btn.p01-fb-all:hover { background: rgba(107, 114, 128, 0.5); border-color: #6b7280; }
.p01-filter-btn.p01-fb-all.active { background: #6b7280; border-color: #6b7280; color: #fff; }
.p01-filter-btn.p01-fb-cat { background: color-mix(in srgb, var(--p01-fb-color, #00a8a8) 25%, transparent); border-color: color-mix(in srgb, var(--p01-fb-color, #00a8a8) 55%, transparent); }
.p01-filter-btn.p01-fb-cat:hover { background: color-mix(in srgb, var(--p01-fb-color) 45%, transparent); border-color: var(--p01-fb-color); }
.p01-filter-btn.p01-fb-cat.active { background: var(--p01-fb-color); border-color: var(--p01-fb-color); color: #1a1a1a; }
.p01-filter-btn.p01-fb-neutral { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.2); }
.p01-filter-btn.p01-fb-neutral:hover { background: rgba(255,255,255,0.15); border-color: rgba(255,255,255,0.35); }
.p01-filter-btn.p01-fb-neutral.active { background: #6b7280; border-color: #6b7280; color: #fff; }

.p01-category-block { margin-bottom: 3.5rem; }
.p01-category-block.is-hidden { display: none; }
.p01-card {
    margin: 0; border-radius: 12px; overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.4);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.4s ease, opacity 0.35s ease;
}
.p01-card.is-hiding { opacity: 0; transform: scale(0.97); pointer-events: none; }
.p01-card.is-showing { opacity: 0; transform: scale(0.97); }
.p01-card.is-hidden { display: none; }

.p01-no-results {
    min-height: 50vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 3rem 1.5rem;
    text-align: center;
    opacity: 1;
    transition: opacity 0.25s ease;
}
.p01-no-results.is-hidden { display: none !important; }
.p01-no-results-text {
    font-size: 1.25rem;
    font-weight: 600;
    color: rgba(255,255,255,0.95);
    margin: 0;
}
.p01-no-results-reset {
    font-size: 0.95rem;
    color: #00a8a8;
    background: none;
    border: none;
    padding: 0.5rem 0;
    cursor: pointer;
    text-decoration: underline;
    font-family: inherit;
    margin: 0;
    transition: color 0.2s;
}
.p01-no-results-reset:hover { color: #fff; }

.p01-category-block:last-child { margin-bottom: 0; }
.p01-category-badge {
    display: inline-block;
    padding: 0.5rem 1.5rem; margin-bottom: 1.5rem;
    font-size: 0.95rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em;
    color: #1a1a1a; background: var(--p01-cat-color, #00a8a8);
    border-radius: 50px; box-shadow: 0 2px 12px rgba(0,0,0,0.25);
}

.p01-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.75rem;
}
.p01-card-link { display: block; position: relative; aspect-ratio: 4/3; }
.p01-card:hover { transform: translateY(-8px); box-shadow: 0 20px 45px rgba(0,0,0,0.5), 0 0 0 1px var(--p01-card-accent, #00a8a8); }

.p01-card-img-wrap {
    position: absolute; inset: 0;
    background: #252525;
}
.p01-card-img-wrap img {
    width: 100%; height: 100%; object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.p01-card:hover .p01-card-img-wrap img { transform: scale(1.1); }
.p01-card-no-img {
    width: 100%; height: 100%; background: #252525;
}

.p01-card-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(to top, var(--polai-image-overlay-bottom) 0%, var(--polai-image-overlay-text) 28%, var(--polai-image-overlay-upper) 60%, transparent 78%);
    display: flex; flex-direction: column; align-items: center; justify-content: flex-end;
    padding: 1.75rem; color: #fff;
    transition: background 0.4s ease;
}
.p01-card:hover .p01-card-overlay {
    background: var(--p01-card-accent, #00a8a8);
}
.p01-card-overlay-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.p01-card-title {
    font-size: 1.3rem;
    font-weight: 600;
    text-align: center;
    margin: 0 0 0.35rem;
    min-height: 2.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.25;
}
.p01-card-teilnehmer {
    display: flex; flex-wrap: wrap; justify-content: center; gap: 0.35rem; margin-bottom: 0.5rem;
}
.p01-teilnehmer-pill {
    font-size: 0.7rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.03em;
    padding: 0.2rem 0.5rem; border-radius: 50px;
}
.p01-t-paar { background: rgba(200, 140, 140, 0.35); color: rgba(255, 230, 230, 0.95); }
.p01-t-singles { background: rgba(0, 168, 168, 0.25); color: rgba(200, 255, 255, 0.95); }
.p01-t-solo { background: rgba(212, 163, 115, 0.3); color: rgba(255, 248, 235, 0.95); }
.p01-card-more {
    font-size: 0.85rem; opacity: 0; transform: translateY(8px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.p01-card:hover .p01-card-more { opacity: 1; transform: translateY(0); }

.p01-badge {
    position: absolute; top: 1rem; right: 1rem; z-index: 2;
    padding: 0.35rem 0.75rem; font-size: 0.7rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.04em;
    color: #fff; border-radius: 50px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.3);
}
.p01-badge-alter {
    right: auto; left: 1rem;
    background: rgba(255,255,255,0.95); color: #1a1a1a;
}
.p01-badge-extra {
    top: 3.1rem; right: 1rem;
    font-size: 0.65rem; padding: 0.25rem 0.6rem;
    background: rgba(255,255,255,0.9); color: #1a1a1a;
}
.p01-card:focus-within { outline: 2px solid var(--p01-card-accent, #00a8a8); outline-offset: 4px; border-radius: 12px; }

/* Home Debug (optional) */
.p01-debug-raw {
    display: none;
    background: #1e1e1e; color: #fff; padding: 12px 16px; margin-bottom: 24px; border-radius: 8px;
    font-family: monospace; font-size: 12px; line-height: 1.4; overflow: auto; max-height: 520px;
}
.p01-debug-raw strong { color: #569cd6; }
.p01-debug-raw pre { margin: 8px 0 0; white-space: pre-wrap; word-break: break-all; color: #fff; }

.p26-course-page {
  position: relative;
  min-height: 100vh;
  padding: 0 0 96px;
  background:
    radial-gradient(circle at 82% 42%, rgba(0, 161, 140, 0.2), transparent 42rem),
    radial-gradient(circle at 10% 18%, rgba(16, 183, 165, 0.11), transparent 36rem),
    linear-gradient(180deg, #020b0b 0%, #031514 39%, #031312 100%);
  color: var(--p26-text);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
}

.p26-course-page .p01s-back {
  position: absolute;
  top: 18px;
  left: max(var(--polai-wide-edge), calc((100vw - 1808px) / 2 + var(--polai-wide-edge)));
  width: fit-content;
  margin: 0;
  background: rgba(6, 28, 27, 0.92);
  border-color: var(--p26-line);
  color: rgba(255, 255, 255, 0.84);
  border-radius: 5px;
  z-index: 25;
}

.p26-course-page .p01s-back:hover {
  background: var(--p26-teal-2);
  border-color: var(--p26-teal-2);
  color: #fff;
}

.p26-course-page .p01s-hero {
  width: 100vw;
  min-height: 520px;
  max-height: none;
  margin: 0 0 0 calc(50% - 50vw);
  border: 0;
  border-bottom: 1px solid var(--p26-line);
  border-radius: 0;
  background: var(--p26-panel);
}

.p26-course-page .p01s-hero img,
.p26-course-page .p01s-hero-no-img {
  background:
    radial-gradient(circle at 75% 35%, rgba(16, 183, 165, 0.28), transparent 32rem),
    linear-gradient(135deg, #082321, #020909);
}

.p26-course-page .p01s-hero-overlay,
.p26-course-page[data-p01s-workshop-page="1"] .p01s-hero-overlay {
  background:
    linear-gradient(to left, rgba(0, 0, 0, 0.74) 0%, rgba(0, 0, 0, 0.6) 18%, rgba(0, 0, 0, 0.22) 34%, transparent 52%),
    linear-gradient(90deg, rgba(2, 11, 11, 0.24) 0%, rgba(2, 11, 11, 0.12) 28%, rgba(2, 11, 11, 0.03) 54%, rgba(2, 11, 11, 0.3) 100%),
    linear-gradient(0deg, rgba(2, 11, 11, 0.58), transparent 64%);
}

.p26-course-page .p01s-hero-content {
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  gap: 48px;
  text-align: left;
  width: min(1808px, calc(100% - var(--polai-wide-gutter)));
  margin: 0 auto;
  padding: 54px 0;
}

.p26-course-page .p01s-hero-copy {
  align-self: flex-end;
  min-width: 0;
}

.p26-course-page .p01s-hero-title {
  max-width: 820px;
  font-family: "PolaiCondensed", Impact, sans-serif;
  font-size: clamp(76px, 8vw, 132px);
  font-style: italic;
  font-weight: 950;
  line-height: 0.9;
  letter-spacing: 0;
  text-shadow: 0 20px 50px rgba(0, 0, 0, 0.48);
}

.p26-course-page .p01s-filter-label {
  color: var(--p26-teal-2);
  font-weight: 950;
  letter-spacing: 0.12em;
}

.p26-course-page .p01s-stufe-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: -2px 0 12px;
}

.p26-course-page .p01s-stufe-badge {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 28px;
  padding: 5px 10px;
  border: 1px solid rgba(16, 183, 165, 0.4);
  border-radius: 5px;
  background: rgba(16, 183, 165, 0.13);
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.p26-course-page .p01s-stufe-badge i {
  color: var(--p26-teal-2);
  font-size: 12px;
}

.p26-course-page .p01s-stufe-badge[data-tooltip]::after {
  content: attr(data-tooltip);
  position: absolute;
  left: 0;
  bottom: calc(100% + 10px);
  z-index: 80;
  width: max-content;
  max-width: min(320px, 80vw);
  padding: 8px 10px;
  border: 1px solid rgba(16, 183, 165, 0.38);
  border-radius: 5px;
  background: rgba(4, 20, 19, 0.98);
  color: #fff;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.28);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.25;
  text-transform: none;
  opacity: 0;
  pointer-events: none;
  transform: translateY(4px);
  transition: opacity 0.16s ease, transform 0.16s ease;
}

.p26-course-page .p01s-stufe-badge[data-tooltip]:hover::after,
.p26-course-page .p01s-stufe-badge[data-tooltip]:focus-visible::after {
  opacity: 1;
  transform: translateY(0);
}

.p26-course-page .p01s-hero-description {
  align-self: flex-end;
  width: min(420px, 34vw);
  padding: 0 0 8px 28px;
  border-left: 1px solid rgba(16, 183, 165, 0.42);
}

.p26-course-page .p01s-hero-sub {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(16px, 1.25vw, 22px);
  font-weight: 750;
  line-height: 1.24;
}

.p26-clubs-page .p01s-hero-sub {
  white-space: pre-line;
}

.p26-course-page .p01s-container {
  width: min(1808px, calc(100% - var(--polai-wide-gutter)));
  max-width: none;
  padding: 0;
}

.p26-course-page .p01s-main {
  padding: 42px 0 0;
}

.p26-course-page .p01s-page-title {
  font-size: clamp(48px, 5vw, 76px);
  line-height: 0.98;
  font-weight: 950;
  letter-spacing: 0;
}

.p26-course-page .p01s-desc {
  display: none;
}

.p26-course-page .p01s-filters {
  padding: 18px;
  margin: 24px 0 22px;
  border: 1px solid var(--p26-line);
  border-radius: 7px;
  background: rgba(6, 28, 27, 0.92);
  scroll-margin-top: 92px;
}

.p26-course-page .p01s-filter-wrap {
  min-width: 0;
}

.p26-course-page .p01s-stufen {
  gap: 10px;
}

.p26-course-page .p01s-stufe-btn,
.p26-course-page .p01s-zeitraum-btn,
.p26-course-page .p01s-ort-btn,
.p26-course-page .p01s-studio-btn {
  min-height: 44px;
  border-color: rgba(255, 255, 255, 0.14);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.055);
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-weight: 900;
}

.p26-course-page .p01s-stufe-count {
  width: 24px;
  min-width: 24px;
  height: 24px;
  padding: 0;
  background: rgba(255, 255, 255, 0.14);
  font-size: 12px;
}

.p26-course-page .p01s-stufe-btn:hover,
.p26-course-page .p01s-zeitraum-btn:hover,
.p26-course-page .p01s-ort-btn:hover,
.p26-course-page .p01s-studio-btn:hover {
  background: rgba(16, 183, 165, 0.16);
  border-color: rgba(16, 183, 165, 0.58);
  color: var(--p26-teal-2);
}

.p26-course-page .p01s-stufe-btn.active,
.p26-course-page .p01s-zeitraum-btn.active,
.p26-course-page .p01s-ort-btn.active,
.p26-course-page .p01s-studio-btn.active {
  background: var(--p26-teal-2);
  border-color: var(--p26-teal-2);
  color: #fff;
}

.p26-course-page .p01s-stufe-btn.active .p01s-stufe-count {
  background: rgba(3, 19, 18, 0.14);
}

.p26-course-page .p01s-modal {
  padding: clamp(14px, 2vw, 26px);
}

.p26-course-page .p01s-modal-backdrop {
  background: rgba(1, 7, 8, 0.78);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.p26-course-page .p01s-modal-box {
  width: min(1180px, calc(100vw - 32px));
  max-width: 1180px;
  max-height: min(92vh, 860px);
  height: auto;
  overflow: hidden;
  border: 1px solid var(--p26-line);
  border-radius: 7px;
  background:
    radial-gradient(circle at 84% 0%, rgba(16, 183, 165, 0.13), transparent 26rem),
    rgba(5, 20, 19, 0.98);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
}

.p26-course-page .p01s-modal-header {
  min-height: 74px;
  padding: 18px 22px;
  border-bottom: 1px solid var(--p26-line);
  background: rgba(255, 255, 255, 0.025);
}

.p26-course-page .p01s-modal-title {
  color: #fff;
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1;
  font-weight: 950;
}

.p26-course-page .p01s-modal-subtitle,
.p26-course-page #p01s-term-modal-subtitle {
  color: var(--p26-muted);
  font-weight: 850;
}

.p26-course-page .p01s-modal-close {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.86);
}

.p26-course-page .p01s-modal-close:hover {
  border-color: rgba(16, 183, 165, 0.58);
  background: rgba(16, 183, 165, 0.14);
  color: var(--p26-teal-2);
  transform: none;
}

.p26-course-page .p01s-modal-body {
  padding: 22px;
  background: transparent;
}

.p26-course-page .p01s-modal-choice,
.p26-course-page .p01s-modal-bestandskunde,
.p26-course-page .p01s-modal-register-step {
  padding: 0;
}

.p26-course-page .p01s-modal-form-section,
.p26-course-page .p01s-voucher-block,
.p26-course-page .p01s-consent,
.p26-course-page .p01s-payment-screen,
.p26-course-page .p01s-member-partner-picker,
.p26-course-page .p01s-stored-partner-card,
.p26-course-page .p01s-member-person-card,
.p26-course-page .p01s-summary,
.p26-course-page .p01s-term-list {
  border-color: rgba(255, 255, 255, 0.12);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.045);
}

.p26-course-page .p01s-modal-form-section {
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.p26-course-page .p01s-modal-form-section + .p01s-modal-form-section {
  margin-top: 12px;
}

.p26-course-page .p01s-modal-form-section h4 {
  color: #fff;
  font-weight: 950;
}

.p26-course-page .p01s-modal-form-section label {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.p26-course-page .p01s-modal input[type="text"],
.p26-course-page .p01s-modal input[type="email"],
.p26-course-page .p01s-modal input[type="tel"],
.p26-course-page .p01s-modal input[type="date"] {
  min-height: 50px;
  border-color: rgba(255, 255, 255, 0.14);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
  font-size: 15px;
  font-weight: 800;
}

.p26-course-page .p01s-modal input[type="text"]:focus,
.p26-course-page .p01s-modal input[type="email"]:focus,
.p26-course-page .p01s-modal input[type="tel"]:focus,
.p26-course-page .p01s-modal input[type="date"]:focus {
  border-color: rgba(16, 183, 165, 0.72);
  box-shadow: 0 0 0 3px rgba(16, 183, 165, 0.14);
}

.p26-course-page .p01s-choice-btn,
.p26-course-page .p01s-modal-submit-btn,
.p26-course-page .p01s-payment-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 48px;
  border-radius: 7px;
  font-weight: 950;
}

.p26-course-page .p01s-modal-submit-btn i,
.p26-course-page .p01s-payment-btn i {
  flex: 0 0 auto;
  width: 1.05em;
  margin: 0;
  text-align: center;
  font-size: 0.86em;
  line-height: 1;
}

.p26-course-page .p01s-choice-bestandskunde,
.p26-course-page .p01s-modal-submit-btn,
.p26-course-page .p01s-payment-btn.is-primary {
  border-color: var(--p26-teal-2);
  background: var(--p26-teal-2);
  color: #fff;
}

.p26-course-page .p01s-choice-neukunde,
.p26-course-page .p01s-payment-btn {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
}

.p26-course-page .p01s-choice-btn:hover,
.p26-course-page .p01s-modal-submit-btn:hover,
.p26-course-page .p01s-payment-btn:hover {
  border-color: rgba(16, 183, 165, 0.58);
  background: rgba(16, 183, 165, 0.18);
  color: #fff;
  transform: none;
}

.p26-course-page .p01s-card {
  border-color: var(--p26-line);
  border-radius: 7px;
  background: rgba(7, 28, 27, 0.84);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
}

.p26-course-page .p01s-card:hover {
  border-color: rgba(16, 183, 165, 0.52);
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.26);
}

.p26-course-page .p01s-card .p01s-run-link {
  border-color: var(--p26-teal-2);
  border-radius: 5px;
  background: var(--p26-teal-2);
  color: #fff;
  font-weight: 950;
}

.p26-course-page .p01s-card .p01s-run-link:hover {
  background: #fff;
  border-color: #fff;
  color: #031312;
}

.p26-course-page .p26-course-info-after-terms {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.36fr);
  gap: 34px;
  margin: 42px 0 0;
  align-items: stretch;
}

.p26-course-page .p26-course-info-panel,
.p26-course-page .p26-course-highlight-panel {
  min-width: 0;
  border: 1px solid var(--p26-line);
  border-radius: 7px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
}

.p26-course-page .p26-course-info-panel {
  position: relative;
  overflow: visible;
  padding: clamp(26px, 3.4vw, 54px) clamp(26px, 3.4vw, 54px) clamp(14px, 1.4vw, 22px);
  background:
    radial-gradient(circle at 87% 22%, rgba(16, 183, 165, 0.16), transparent 22rem),
    rgba(7, 28, 27, 0.84);
}

.p26-course-page .p26-course-info-slides {
  display: grid;
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
}

.p26-course-page .p26-course-info-slides.is-dragging {
  cursor: grabbing;
}

.p26-course-page .p26-course-info-slide {
  position: relative;
  grid-area: 1 / 1;
  display: grid;
  grid-template-columns: minmax(240px, 1fr) minmax(240px, 1fr) minmax(240px, 0.9fr);
  column-gap: clamp(14px, 2vw, 34px);
  row-gap: clamp(6px, 0.7vw, 12px);
  align-items: stretch;
  min-width: 0;
  max-width: 100%;
  opacity: 0;
  pointer-events: none;
  transform: translateX(18px);
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.p26-course-page .p26-course-info-slide.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}

.p26-course-page .p26-course-info-slide.has-stufe-badges {
  padding-top: 0;
}

.p26-course-page .p26-course-info-slide.has-stufe-badges .p26-course-info-kicker,
.p26-course-page .p26-course-info-slide.has-stufe-badges .p26-course-info-copy h2 {
  padding-right: min(46%, 440px);
}

.p26-course-page .p26-course-info-copy {
  grid-column: 1 / -1;
  grid-row: 1;
  max-width: none;
}

.p26-course-page .p26-course-info-kicker {
  margin: 0 0 10px;
  color: var(--p26-teal-2);
  font-size: clamp(16px, 1.2vw, 22px);
  font-weight: 950;
  line-height: 1;
}

.p26-course-page .p26-course-info-copy h2 {
  margin: 0 0 18px;
  color: #fff;
  font-family: "PolaiCondensed", Impact, sans-serif;
  font-size: clamp(48px, 4.4vw, 76px);
  font-style: italic;
  font-weight: 950;
  line-height: 0.92;
  letter-spacing: 0;
}

.p26-course-page .p26-course-info-badges {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 30;
  max-width: min(44%, 420px);
  margin: 0;
  justify-content: flex-end;
}

.p26-course-page .p26-course-info-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(18px, 1.35vw, 25px);
  font-weight: 850;
  line-height: 1.35;
}

.p26-course-page .p26-course-info-body {
  display: contents;
}

.p26-course-page .p26-course-info-feature,
.p26-course-page .p26-course-info-stack {
  min-width: 0;
}

.p26-course-page .p26-course-info-feature {
  display: grid;
  grid-template-columns: clamp(64px, 4.7vw, 86px) minmax(0, 1fr);
  column-gap: clamp(10px, 1vw, 16px);
  row-gap: clamp(12px, 1.1vw, 16px);
  align-items: start;
  align-self: stretch;
  height: auto;
  min-height: 0;
  overflow: hidden;
  padding: clamp(14px, 1.25vw, 22px);
  border-radius: 7px;
  background:
    radial-gradient(circle at 14% 50%, rgba(16, 183, 165, 0.13), transparent 11rem),
    rgba(255, 255, 255, 0.035);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.045), 0 18px 44px rgba(0, 0, 0, 0.16);
  text-align: left;
}

.p26-course-page .p26-course-info-feature:nth-child(1) {
  grid-column: 1;
  grid-row: 2;
}

.p26-course-page .p26-course-info-feature:nth-child(2) {
  grid-column: 2;
  grid-row: 2;
}

.p26-course-page .p26-course-info-stack {
  grid-column: 3;
  grid-row: 2;
  display: flex;
  flex-direction: column;
  align-self: stretch;
  min-height: 0;
  gap: clamp(12px, 1.2vw, 18px);
}

.p26-course-page .p26-course-info-image-card {
  display: grid;
  gap: 8px;
  padding: clamp(14px, 1.15vw, 20px);
  border-radius: 7px;
  background:
    linear-gradient(135deg, rgba(16, 183, 165, 0.13), rgba(255, 255, 255, 0.035)),
    rgba(255, 255, 255, 0.035);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.055);
}

.p26-course-page .p26-course-info-image-card h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(19px, 1.15vw, 24px);
  font-weight: 950;
  line-height: 1.06;
}

.p26-course-page .p26-course-info-image-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(14px, 0.86vw, 17px);
  font-weight: 760;
  line-height: 1.38;
}

.p26-course-page .p26-course-info-feature-copy {
  display: contents;
}

.p26-course-page .p26-course-info-feature-copy h3 {
  grid-column: 2;
  grid-row: 1;
  align-self: center;
  margin: 0;
  color: #fff;
  font-size: clamp(21px, 1.32vw, 27px);
  font-weight: 950;
  line-height: 1.04;
  letter-spacing: 0;
}

.p26-course-page .p26-course-info-feature-copy h3::after {
  content: "";
  display: block;
  width: 52px;
  height: 4px;
  margin: 12px 0 0;
  border-radius: 999px;
  background: var(--p26-teal-2);
}

.p26-course-page .p26-course-info-feature-copy p {
  grid-column: 1 / -1;
  grid-row: 2;
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(15px, 0.92vw, 18px);
  font-weight: 780;
  line-height: 1.38;
}

.p26-course-page .p26-course-info-icon {
  position: relative;
  z-index: 0;
  display: grid;
  place-items: center;
  width: clamp(88px, 8vw, 128px);
  aspect-ratio: 1;
  border-radius: 999px;
  background: var(--p26-teal-2);
  color: #fff;
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.18);
}

.p26-course-page .p26-course-info-feature > .p26-course-info-icon {
  grid-row: 1;
  grid-column: 1;
  width: clamp(64px, 4.7vw, 86px);
  justify-self: start;
  align-self: center;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
}

.p26-course-page .p26-course-info-feature > .p26-course-info-icon::before {
  content: "";
  position: absolute;
  inset: -22%;
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(16, 183, 165, 0.13), transparent 64%),
    repeating-radial-gradient(circle, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 13px);
  opacity: 0.42;
  z-index: -1;
}

.p26-course-page .p26-course-info-icon i {
  font-size: clamp(24px, 2vw, 34px);
  line-height: 1;
}

.p26-course-page .p26-course-info-icon.is-small {
  width: clamp(72px, 6vw, 108px);
  margin: 0 auto clamp(10px, 1vw, 16px);
}

.p26-course-page .p26-course-info-icon.is-small i {
  font-size: clamp(30px, 3.2vw, 48px);
}

.p26-course-page .p26-course-info-details {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: clamp(8px, 0.8vw, 12px);
  margin-top: auto;
  min-height: 0;
}

.p26-course-page .p26-course-info-details button {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 34px;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-height: 38px;
  padding: 8px 14px;
  border: 1px solid rgba(16, 183, 165, 0.34);
  border-radius: 5px;
  background: rgba(16, 183, 165, 0.88);
  color: #fff;
  font-family: inherit;
  font-size: clamp(14px, 0.95vw, 17px);
  font-weight: 950;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.p26-course-page .p26-course-info-details button:hover,
.p26-course-page .p26-course-info-details button:focus-visible {
  border-color: rgba(255, 255, 255, 0.42);
  background: var(--p26-teal-2);
  transform: translateY(-1px);
}

.p26-course-page .p26-course-info-details button span {
  color: rgba(255, 255, 255, 0.86);
  line-height: 1;
}

.p26-course-page .p26-course-info-details-icon {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 1.18em;
  font-weight: 900;
  -webkit-text-stroke: 0.45px currentColor;
}

.p26-course-page .p26-course-info-details-label {
  grid-column: 2;
  min-width: 0;
  text-align: center;
}

.p26-course-page .p26-course-terms-jump {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 44px;
  margin-top: clamp(22px, 2.4vw, 38px);
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 5px;
  background: #fff;
  color: #031312;
  font-family: inherit;
  font-size: clamp(14px, 1vw, 18px);
  font-weight: 950;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.18);
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.p26-course-page .p26-course-terms-jump:hover,
.p26-course-page .p26-course-terms-jump:focus-visible {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.9);
  transform: translateY(-1px);
}

.p26-course-page .p26-course-terms-jump i {
  font-size: 0.92em;
}

.p26-course-page .p26-course-info-nav {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: clamp(10px, 1vw, 16px);
}

.p26-course-page .p26-course-info-nav > button {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
  cursor: pointer;
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.p26-course-page .p26-course-info-nav > button i {
  font-size: 13px;
}

.p26-course-page .p26-course-info-nav > button:hover,
.p26-course-page .p26-course-info-nav > button:focus-visible {
  border-color: rgba(16, 183, 165, 0.58);
  background: rgba(16, 183, 165, 0.16);
  color: var(--p26-teal-2);
}

.p26-course-page .p26-course-info-dots {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.p26-course-page .p26-course-info-dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transition: width 0.18s ease, background 0.18s ease;
}

.p26-course-page .p26-course-info-dots button.is-active {
  width: 28px;
  background: var(--p26-teal-2);
}

.p26-course-page .p26-info-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: clamp(18px, 4vw, 48px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.p26-course-page .p26-info-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.p26-course-page .p26-info-modal-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(1, 7, 8, 0.78);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  cursor: pointer;
}

.p26-course-page .p26-info-modal-box {
  position: relative;
  z-index: 1;
  width: min(640px, 100%);
  min-width: 0;
  box-sizing: border-box;
  max-height: min(86vh, 680px);
  overflow: auto;
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid rgba(16, 183, 165, 0.42);
  border-radius: 7px;
  background:
    radial-gradient(circle at 86% 12%, rgba(16, 183, 165, 0.22), transparent 19rem),
    linear-gradient(180deg, rgba(8, 43, 40, 0.98), rgba(4, 20, 19, 0.98));
  color: #fff;
  box-shadow: 0 32px 95px rgba(0, 0, 0, 0.48);
  transform: translateY(14px) scale(0.98);
  transition: transform 0.2s ease;
}

.p26-course-page .p26-info-modal.is-open .p26-info-modal-box {
  transform: translateY(0) scale(1);
}

.p26-course-page .p26-info-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.86);
  cursor: pointer;
}

.p26-course-page .p26-info-modal-close:hover,
.p26-course-page .p26-info-modal-close:focus-visible {
  border-color: rgba(16, 183, 165, 0.58);
  background: rgba(16, 183, 165, 0.16);
  color: var(--p26-teal-2);
}

.p26-course-page .p26-info-modal-kicker {
  margin: 0 0 10px;
  color: var(--p26-teal-2);
  font-size: 14px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.p26-course-page .p26-info-modal h3 {
  margin: 0;
  color: #fff;
  font-family: "PolaiCondensed", Impact, sans-serif;
  font-size: clamp(44px, 5vw, 70px);
  font-style: italic;
  font-weight: 950;
  line-height: 0.95;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.p26-course-page .p26-info-modal h3 + p {
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(18px, 1.5vw, 22px);
  font-weight: 800;
  line-height: 1.48;
  overflow-wrap: anywhere;
}

@media (max-width: 640px) {
  .p26-course-page .p26-info-modal {
    align-items: flex-start;
    place-items: start stretch;
    padding: 10px;
    overflow-y: auto;
  }

  .p26-course-page .p26-info-modal-box {
    width: min(100%, 640px);
    max-height: calc(100vh - 20px);
    padding: 26px 18px 22px;
  }

  .p26-course-page .p26-info-modal h3 {
    font-size: clamp(32px, 10vw, 44px);
    line-height: 1;
  }
}

.p26-course-page .p26-course-highlight-panel {
  display: grid;
  align-content: start;
  gap: 18px;
  padding: clamp(22px, 2.6vw, 38px);
  background: var(--p26-teal-2);
  color: #031312;
}

.p26-course-page .p26-course-highlight-panel h3 {
  margin: 0;
  color: #fff;
  font-family: "PolaiCondensed", Impact, sans-serif;
  font-size: clamp(36px, 2.65vw, 52px);
  font-style: italic;
  font-weight: 950;
  line-height: 0.95;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
}

.p26-course-page .p26-course-highlight-list {
  display: none;
  gap: 14px;
  min-width: 0;
}

.p26-course-page .p26-course-highlight-list.is-active {
  display: grid;
}

.p26-course-page .p26-course-highlight-list article,
.p26-course-page .p26-course-highlight-list a {
  display: grid;
  gap: 4px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 82px;
  box-sizing: border-box;
  align-content: center;
  padding: 13px 16px;
  border-radius: 3px;
  background: #fff;
  color: #031312;
  text-align: center;
  text-decoration: none;
}

.p26-course-page .p26-course-highlight-list a {
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.p26-course-page .p26-course-highlight-list a:hover,
.p26-course-page .p26-course-highlight-list a:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(3, 19, 18, 0.18);
}

.p26-course-page .p26-course-highlight-list strong {
  min-width: 0;
  font-family: "PolaiCondensed", Impact, sans-serif;
  font-size: clamp(22px, 1.38vw, 30px);
  font-style: italic;
  font-weight: 950;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  word-break: normal;
}

.p26-course-page .p26-course-highlight-list span {
  min-width: 0;
  font-size: clamp(13px, 0.9vw, 16px);
  font-weight: 650;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

html.polai-light .p26-course-page,
body.polai-light .p26-course-page {
  background: var(--p26-bg);
  color: var(--p26-text);
}

html.polai-light .p26-course-page .p01s-hero,
html.polai-light .p26-course-page .p01s-hero-content,
html.polai-light .p26-course-page .p01s-hero-copy,
html.polai-light .p26-course-page .p01s-hero-title,
body.polai-light .p26-course-page .p01s-hero,
body.polai-light .p26-course-page .p01s-hero-content,
body.polai-light .p26-course-page .p01s-hero-copy,
body.polai-light .p26-course-page .p01s-hero-title {
  color: #fff;
}

html.polai-light .p26-course-page .p01s-desc,
html.polai-light .p26-course-page .p01s-filters,
html.polai-light .p26-course-page .p01s-card,
html.polai-light .p26-course-page .p26-course-info-panel,
body.polai-light .p26-course-page .p01s-desc,
body.polai-light .p26-course-page .p01s-filters,
body.polai-light .p26-course-page .p01s-card,
body.polai-light .p26-course-page .p26-course-info-panel {
  border-color: var(--p26-line);
  background: rgba(255, 255, 255, 0.9);
  color: #061014;
  box-shadow: 0 18px 50px rgba(5, 18, 22, 0.06);
}

html.polai-light .p26-course-page .p26-course-info-copy h2,
html.polai-light .p26-course-page .p26-course-info-feature-copy h3,
body.polai-light .p26-course-page .p26-course-info-copy h2,
body.polai-light .p26-course-page .p26-course-info-feature-copy h3 {
  color: #061014;
}

html.polai-light .p26-course-page .p26-course-info-copy p,
html.polai-light .p26-course-page .p26-course-info-feature-copy p,
body.polai-light .p26-course-page .p26-course-info-copy p,
body.polai-light .p26-course-page .p26-course-info-feature-copy p {
  color: rgba(6, 16, 20, 0.76);
}

html.polai-light .p26-course-page .p26-course-info-copy .p26-course-info-kicker,
body.polai-light .p26-course-page .p26-course-info-copy .p26-course-info-kicker,
.p26-course-page .p26-course-info-copy .p26-course-info-kicker {
  color: var(--p26-teal-2);
}

html.polai-light .p26-course-page .p01s-filter-label,
html.polai-light .p26-course-page .p26-course-info-copy .p26-course-info-kicker,
body.polai-light .p26-course-page .p01s-filter-label,
body.polai-light .p26-course-page .p26-course-info-copy .p26-course-info-kicker {
  color: #06796e;
}

html.polai-light .p26-feature,
html.polai-light .p26-feature h2,
html.polai-light .p26-offer-card,
html.polai-light .p26-offer-card h3,
html.polai-light .p26-event-focus,
body.polai-light .p26-feature,
body.polai-light .p26-feature h2,
body.polai-light .p26-offer-card,
body.polai-light .p26-offer-card h3,
body.polai-light .p26-event-focus {
  color: #fff;
}

html.polai-light .p01s-empty-terms,
body.polai-light .p01s-empty-terms {
  border-color: rgba(16, 183, 165, 0.34);
  background: rgba(16, 183, 165, 0.1);
  color: #061014;
  box-shadow: 0 18px 45px rgba(5, 18, 22, 0.06);
}

html.polai-light .p01s-empty-terms span,
body.polai-light .p01s-empty-terms span {
  color: rgba(6, 16, 20, 0.68);
}

html.polai-light .p26-course-page .p01s-stufe-badge,
body.polai-light .p26-course-page .p01s-stufe-badge {
  color: #061014;
}

html.polai-light .p26-course-page .p26-course-highlight-panel h3,
body.polai-light .p26-course-page .p26-course-highlight-panel h3 {
  color: #fff;
}

html.polai-light .p26-kontakt-showcase-info,
html.polai-light .p26-kontakt-info-list li,
html.polai-light .p26-shop-showcase-info,
html.polai-light .p26-shop-showcase-info li,
html.polai-light .p26-shop-content-copy,
body.polai-light .p26-kontakt-showcase-info,
body.polai-light .p26-kontakt-info-list li,
body.polai-light .p26-shop-showcase-info,
body.polai-light .p26-shop-showcase-info li,
body.polai-light .p26-shop-content-copy {
  color: #fff;
}

html.polai-light .p26-clubs-workshop-sections .p26-workshop-section-kicker,
html.polai-light .p26-clubs-workshop-sections .p26-workshop-upcoming-date small,
html.polai-light .p26-clubs-workshop-sections .p26-workshop-upcoming-job-title,
body.polai-light .p26-clubs-workshop-sections .p26-workshop-section-kicker,
body.polai-light .p26-clubs-workshop-sections .p26-workshop-upcoming-date small,
body.polai-light .p26-clubs-workshop-sections .p26-workshop-upcoming-job-title {
  color: #06796e;
}

html.polai-light .p26-course-page .p26-course-highlight-panel,
body.polai-light .p26-course-page .p26-course-highlight-panel {
  box-shadow: 0 18px 50px rgba(5, 18, 22, 0.06);
}

html.polai-light .p26-course-page .p26-course-info-nav > button,
body.polai-light .p26-course-page .p26-course-info-nav > button {
  border-color: rgba(5, 18, 22, 0.14);
  background: rgba(5, 18, 22, 0.05);
  color: #061014;
}

html.polai-light .p26-course-page .p26-course-info-dots button,
body.polai-light .p26-course-page .p26-course-info-dots button {
  background: rgba(5, 18, 22, 0.22);
}

html.polai-light .p26-course-page .p26-course-info-dots button.is-active,
body.polai-light .p26-course-page .p26-course-info-dots button.is-active {
  background: var(--p26-teal-2);
}

html.polai-light .p26-course-page .p26-course-terms-jump,
body.polai-light .p26-course-page .p26-course-terms-jump {
  border-color: rgba(5, 18, 22, 0.14);
  background: #061014;
  color: #fff;
}

html.polai-light .p26-course-page .p26-course-terms-jump:hover,
html.polai-light .p26-course-page .p26-course-terms-jump:focus-visible,
body.polai-light .p26-course-page .p26-course-terms-jump:hover,
body.polai-light .p26-course-page .p26-course-terms-jump:focus-visible {
  background: var(--p26-teal-2);
}

html.polai-light .p26-course-page .p26-info-modal-backdrop,
body.polai-light .p26-course-page .p26-info-modal-backdrop {
  background: rgba(246, 252, 250, 0.74);
}

html.polai-light .p26-course-page .p26-info-modal-box,
body.polai-light .p26-course-page .p26-info-modal-box {
  border-color: rgba(5, 18, 22, 0.14);
  background:
    radial-gradient(circle at 86% 12%, rgba(16, 183, 165, 0.14), transparent 19rem),
    rgba(255, 255, 255, 0.98);
  color: #061014;
  box-shadow: 0 28px 80px rgba(5, 18, 22, 0.12);
}

html.polai-light .p26-course-page .p26-info-modal-close,
body.polai-light .p26-course-page .p26-info-modal-close {
  border-color: rgba(5, 18, 22, 0.14);
  background: rgba(5, 18, 22, 0.05);
  color: #061014;
}

html.polai-light .p26-course-page .p26-info-modal h3,
body.polai-light .p26-course-page .p26-info-modal h3 {
  color: #061014;
}

html.polai-light .p26-course-page .p26-info-modal h3 + p,
body.polai-light .p26-course-page .p26-info-modal h3 + p {
  color: rgba(6, 16, 20, 0.72);
}

@media (max-width: 1180px) {
  .p26-course-page .p26-course-info-after-terms {
    grid-template-columns: 1fr;
  }

  .p26-course-page .p26-course-highlight-panel {
    grid-template-columns: minmax(180px, 0.28fr) minmax(0, 1fr);
    align-items: start;
  }

  .p26-course-page .p26-course-highlight-panel h3 {
    text-align: left;
  }
}

@media (max-width: 1500px) {
  .p26-course-page .p26-course-info-slide {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .p26-course-page .p26-course-info-stack {
    grid-column: 1 / -1;
    grid-row: 3;
  }

  .p26-course-page .p26-course-info-details {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
  }

  .p26-course-page .p26-course-terms-jump {
    margin-top: clamp(14px, 1.5vw, 22px);
  }
}

@media (max-width: 900px) {
  .p26-course-page .p26-course-info-after-terms {
    margin-top: 28px;
  }

  .p26-course-page .p26-course-info-panel {
    grid-template-columns: 1fr;
  }

  .p26-course-page .p26-course-info-slide {
    grid-template-columns: 1fr;
  }

  .p26-course-page .p26-course-info-badges {
    position: static;
    max-width: none;
    justify-content: flex-start;
    margin-bottom: 14px;
  }

  .p26-course-page .p26-course-info-slide.has-stufe-badges .p26-course-info-kicker,
  .p26-course-page .p26-course-info-slide.has-stufe-badges .p26-course-info-copy h2 {
    padding-right: 0;
  }

  .p26-course-page .p26-course-info-copy {
    grid-column: auto;
  }

  .p26-course-page .p26-course-info-body {
    display: grid;
    grid-column: 1 / -1;
    grid-row: auto;
    grid-template-columns: 1fr;
    gap: 18px;
    min-width: 0;
  }

  .p26-course-page .p26-course-info-feature {
    grid-column: 1 / -1;
    grid-row: auto;
    grid-template-columns: 72px minmax(0, 1fr);
    height: auto;
    min-height: 0;
    justify-items: start;
    align-items: center;
    text-align: left;
  }

  .p26-course-page .p26-course-info-feature:nth-child(1),
  .p26-course-page .p26-course-info-feature:nth-child(2) {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .p26-course-page .p26-course-info-stack {
    grid-column: 1 / -1;
    grid-row: auto;
    align-self: stretch;
    width: 100%;
  }

  .p26-course-page .p26-course-info-details {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .p26-course-page .p26-course-info-icon {
    width: 72px;
  }

  .p26-course-page .p26-course-info-icon i {
    font-size: 30px;
  }

  .p26-course-page .p26-course-info-icon.is-small {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    margin: 0 0 18px;
  }
}

@media (max-width: 640px) {
  .p26-course-page .p26-course-info-panel,
  .p26-course-page .p26-course-highlight-panel {
    padding: 20px;
  }

  .p26-course-page .p26-course-info-feature {
    grid-template-columns: 64px minmax(0, 1fr);
  }

  .p26-course-page .p26-course-highlight-panel {
    grid-template-columns: 1fr;
  }

  .p26-course-page .p26-course-highlight-panel h3 {
    text-align: center;
  }

  .p26-course-page .p26-course-highlight-list article {
    min-height: 72px;
  }
}

html.polai-light .p26-course-page .p01s-stufe-btn,
html.polai-light .p26-course-page .p01s-zeitraum-btn,
html.polai-light .p26-course-page .p01s-ort-btn,
html.polai-light .p26-course-page .p01s-studio-btn,
body.polai-light .p26-course-page .p01s-stufe-btn,
body.polai-light .p26-course-page .p01s-zeitraum-btn,
body.polai-light .p26-course-page .p01s-ort-btn,
body.polai-light .p26-course-page .p01s-studio-btn {
  border-color: rgba(5, 18, 22, 0.16);
  background: rgba(5, 18, 22, 0.05);
  color: #061014;
}

html.polai-light .p26-course-page .p01s-stufe-btn:hover,
html.polai-light .p26-course-page .p01s-zeitraum-btn:hover,
html.polai-light .p26-course-page .p01s-ort-btn:hover,
html.polai-light .p26-course-page .p01s-studio-btn:hover,
body.polai-light .p26-course-page .p01s-stufe-btn:hover,
body.polai-light .p26-course-page .p01s-zeitraum-btn:hover,
body.polai-light .p26-course-page .p01s-ort-btn:hover,
body.polai-light .p26-course-page .p01s-studio-btn:hover {
  border-color: rgba(16, 183, 165, 0.58);
  background: rgba(16, 183, 165, 0.12);
  color: var(--p26-teal);
}

html.polai-light .p26-course-page .p01s-stufe-btn.active,
html.polai-light .p26-course-page .p01s-zeitraum-btn.active,
html.polai-light .p26-course-page .p01s-ort-btn.active,
html.polai-light .p26-course-page .p01s-studio-btn.active,
body.polai-light .p26-course-page .p01s-stufe-btn.active,
body.polai-light .p26-course-page .p01s-zeitraum-btn.active,
body.polai-light .p26-course-page .p01s-ort-btn.active,
body.polai-light .p26-course-page .p01s-studio-btn.active {
  border-color: var(--p26-teal-2);
  background: var(--p26-teal-2);
  color: #fff;
}

html.polai-light .p26-course-page .p01s-stufe-btn.active .p01s-stufe-count,
body.polai-light .p26-course-page .p01s-stufe-btn.active .p01s-stufe-count {
  background: rgba(3, 19, 18, 0.12);
  color: #fff;
}

html.polai-light .p26-course-page .p01s-modal-backdrop,
body.polai-light .p26-course-page .p01s-modal-backdrop {
  background: rgba(246, 252, 250, 0.74);
}

html.polai-light .p26-course-page .p01s-modal,
body.polai-light .p26-course-page .p01s-modal {
  color-scheme: light;
}

html.polai-light .p26-course-page .p01s-modal-box,
body.polai-light .p26-course-page .p01s-modal-box {
  border-color: rgba(5, 18, 22, 0.14);
  background:
    radial-gradient(circle at 84% 0%, rgba(16, 183, 165, 0.1), transparent 26rem),
    rgba(255, 255, 255, 0.98);
  box-shadow: 0 28px 80px rgba(5, 18, 22, 0.12);
}

html.polai-light .p26-course-page .p01s-modal-header,
body.polai-light .p26-course-page .p01s-modal-header {
  border-bottom-color: rgba(5, 18, 22, 0.12);
  background: rgba(5, 18, 22, 0.025);
}

html.polai-light .p26-course-page .p01s-modal-title,
html.polai-light .p26-course-page .p01s-modal-form-section h4,
body.polai-light .p26-course-page .p01s-modal-title,
body.polai-light .p26-course-page .p01s-modal-form-section h4 {
  color: #061014;
}

html.polai-light .p26-course-page .p01s-modal-subtitle,
html.polai-light .p26-course-page #p01s-term-modal-subtitle,
body.polai-light .p26-course-page .p01s-modal-subtitle,
body.polai-light .p26-course-page #p01s-term-modal-subtitle {
  color: rgba(6, 16, 20, 0.66);
}

html.polai-light .p26-course-page .p01s-modal-close,
body.polai-light .p26-course-page .p01s-modal-close {
  border-color: rgba(5, 18, 22, 0.14);
  background: rgba(5, 18, 22, 0.05);
  color: #061014;
}

html.polai-light .p26-course-page .p01s-modal-form-section,
html.polai-light .p26-course-page .p01s-voucher-block,
html.polai-light .p26-course-page .p01s-consent,
html.polai-light .p26-course-page .p01s-payment-screen,
html.polai-light .p26-course-page .p01s-member-partner-picker,
html.polai-light .p26-course-page .p01s-stored-partner-card,
html.polai-light .p26-course-page .p01s-member-person-card,
html.polai-light .p26-course-page .p01s-summary,
html.polai-light .p26-course-page .p01s-term-list,
body.polai-light .p26-course-page .p01s-modal-form-section,
body.polai-light .p26-course-page .p01s-voucher-block,
body.polai-light .p26-course-page .p01s-consent,
body.polai-light .p26-course-page .p01s-payment-screen,
body.polai-light .p26-course-page .p01s-member-partner-picker,
body.polai-light .p26-course-page .p01s-stored-partner-card,
body.polai-light .p26-course-page .p01s-member-person-card,
body.polai-light .p26-course-page .p01s-summary,
body.polai-light .p26-course-page .p01s-term-list {
  border-color: rgba(5, 18, 22, 0.12);
  background: rgba(5, 18, 22, 0.04);
}

html.polai-light .p26-course-page .p01s-modal-form-section label,
body.polai-light .p26-course-page .p01s-modal-form-section label {
  color: rgba(6, 16, 20, 0.58);
}

html.polai-light .p26-course-page .p01s-term-list li,
body.polai-light .p26-course-page .p01s-term-list li {
  border-bottom-color: rgba(5, 18, 22, 0.1);
  color: #061014;
}

html.polai-light .p26-course-page .p01s-term-main > strong,
html.polai-light .p26-course-page .p01s-term-location strong,
body.polai-light .p26-course-page .p01s-term-main > strong,
body.polai-light .p26-course-page .p01s-term-location strong {
  color: #061014;
}

html.polai-light .p26-course-page .p01s-term-main > span:not(.p01s-summary-start-tag),
html.polai-light .p26-course-page .p01s-term-address,
body.polai-light .p26-course-page .p01s-term-main > span:not(.p01s-summary-start-tag),
body.polai-light .p26-course-page .p01s-term-address {
  color: rgba(6, 16, 20, 0.66);
}

html.polai-light .p26-course-page .p01s-modal input[type="text"],
html.polai-light .p26-course-page .p01s-modal input[type="email"],
html.polai-light .p26-course-page .p01s-modal input[type="tel"],
html.polai-light .p26-course-page .p01s-modal input[type="date"],
body.polai-light .p26-course-page .p01s-modal input[type="text"],
body.polai-light .p26-course-page .p01s-modal input[type="email"],
body.polai-light .p26-course-page .p01s-modal input[type="tel"],
body.polai-light .p26-course-page .p01s-modal input[type="date"] {
  border-color: rgba(5, 18, 22, 0.16);
  background: #fff;
  color: #061014;
}

html.polai-light .p26-course-page .p01s-choice-neukunde,
html.polai-light .p26-course-page .p01s-payment-btn,
body.polai-light .p26-course-page .p01s-choice-neukunde,
body.polai-light .p26-course-page .p01s-payment-btn {
  border-color: rgba(5, 18, 22, 0.14);
  background: rgba(5, 18, 22, 0.05);
  color: #061014;
}

html.polai-light .p26-course-page .p01s-payment-btn.is-primary,
body.polai-light .p26-course-page .p01s-payment-btn.is-primary {
  border-color: var(--p26-teal-2);
  background: var(--p26-teal-2);
  color: #fff;
}

/* ========== POLAI Home 2026 Design ========== */
@font-face {
  font-family: "PolaiCondensed";
  src: url("/fonts/HelveticaNeue77BoldCondensed.otf") format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

:root {
  --p26-bg: #031312;
  --p26-panel: #071c1b;
  --p26-panel-2: #0b2624;
  --p26-line: rgba(159, 195, 220, 0.22);
  --p26-text: #f7f9fd;
  --p26-muted: rgba(225, 234, 244, 0.72);
  --p26-teal: #00a18c;
  --p26-teal-2: #10b7a5;
  --p26-orange: #f2ae5d;
  --p26-youth: #0a4f37;
  --p26-adults: #2b3786;
  --p26-singles: #a31646;
  --p26-students: #00a18c;
  --p26-seniors: #633e88;
  --p26-solo: #e53673;
  --p26-urban: #e30613;
  --p26-health: #36a9e1;
  --p26-seminar: #ad9600;
}

html.polai-light {
  color-scheme: light;
  --p26-bg: #f4faf8;
  --p26-panel: #ffffff;
  --p26-panel-2: #eaf3f1;
  --p26-line: rgba(5, 18, 22, 0.16);
  --p26-text: #061014;
  --p26-muted: rgba(6, 16, 20, 0.68);
}

body:has(.p26) {
  background: var(--p26-bg);
}

body:has(.p26) .appcontent {
  min-height: 100vh;
}

.polai-header-wrapper {
  position: sticky;
  top: 0;
  z-index: 80;
  background: #050608;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: none;
  backdrop-filter: none;
}

.polai-header-container {
  width: min(1808px, calc(100% - var(--polai-wide-gutter)));
  max-width: none;
  min-height: 70px;
  padding: 0;
  gap: 22px;
}

.polai-header-logo-img {
  width: 112px;
  height: auto;
  max-width: 112px;
}

.polai-main-nav ul {
  gap: 6px;
}

.polai-main-nav a,
.polai-nav-dd-btn {
  min-height: 40px;
  padding: 0 12px;
  border-radius: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 15px;
  font-weight: 900;
}

.polai-main-nav a:hover,
.polai-nav-dd-btn:hover,
.polai-main-nav a.active,
.polai-nav-dd.is-active > .polai-nav-dd-btn {
  background: transparent;
  border-color: transparent;
  color: var(--p26-teal-2);
}

.polai-nav-dd-menu,
.polai-dd-submenu,
.polai-user-menu-panel {
  border-radius: 7px;
  background: rgba(5, 6, 8, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #fff;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.34);
}

.polai-nav-dd-menu a,
.polai-dd-subbtn,
.polai-user-menu-panel a {
  color: #fff;
  font-weight: 900;
  border-radius: 6px;
}

.polai-nav-dd-menu a:hover,
.polai-dd-subbtn:hover,
.polai-user-menu-panel a:hover {
  background: rgba(18, 184, 167, 0.16);
  color: #fff;
}

.polai-header-actions {
  gap: 8px;
}

.polai-header-action.is-primary,
.polai-header-action.is-secondary,
.polai-login-link {
  min-height: 40px;
  padding: 0 14px;
  border: 0;
  border-radius: 7px;
  font-size: 15px;
  font-weight: 950;
  white-space: nowrap;
}

.polai-header-action i,
.polai-login-link i,
.polai-cp-button i,
.polai-cp-form button i {
  flex: 0 0 auto;
}

.polai-header-action.is-primary {
  background: var(--p26-teal-2);
  color: #fff;
}

.polai-header-action.is-secondary {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16);
}

.polai-login-link {
  display: none;
}

html.polai-light body:has(.p26),
body.polai-light:has(.p26) {
  background: var(--p26-bg);
  color: var(--p26-text);
}

html.polai-light .polai-header-wrapper,
body.polai-light .polai-header-wrapper {
  background: rgba(255, 255, 255, 0.96);
  border-bottom-color: rgba(5, 18, 22, 0.12);
  box-shadow: 0 16px 34px rgba(5, 18, 22, 0.08);
}

html.polai-light .polai-header-logo-img,
body.polai-light .polai-header-logo-img {
  filter: invert(1);
}

html.polai-light .polai-main-nav a,
html.polai-light .polai-nav-dd-btn,
body.polai-light .polai-main-nav a,
body.polai-light .polai-nav-dd-btn {
  color: rgba(6, 16, 20, 0.84);
}

html.polai-light .polai-main-nav a:hover,
html.polai-light .polai-nav-dd-btn:hover,
html.polai-light .polai-main-nav a.active,
html.polai-light .polai-nav-dd.is-active > .polai-nav-dd-btn,
body.polai-light .polai-main-nav a:hover,
body.polai-light .polai-nav-dd-btn:hover,
body.polai-light .polai-main-nav a.active,
body.polai-light .polai-nav-dd.is-active > .polai-nav-dd-btn {
  color: #06796e;
}

html.polai-light .polai-nav-dd-menu,
html.polai-light .polai-dd-submenu,
html.polai-light .polai-user-menu-panel,
body.polai-light .polai-nav-dd-menu,
body.polai-light .polai-dd-submenu,
body.polai-light .polai-user-menu-panel {
  background: rgba(5, 6, 8, 0.96);
  border-color: rgba(5, 18, 22, 0.14);
  color: #fff;
}

html.polai-light .polai-nav-dd-menu a,
html.polai-light .polai-dd-subbtn,
html.polai-light .polai-user-menu-panel a,
body.polai-light .polai-nav-dd-menu a,
body.polai-light .polai-dd-subbtn,
body.polai-light .polai-user-menu-panel a {
  color: #fff;
}

html.polai-light .polai-nav-dd-menu a:hover,
html.polai-light .polai-dd-subbtn:hover,
html.polai-light .polai-user-menu-panel a:hover,
body.polai-light .polai-nav-dd-menu a:hover,
body.polai-light .polai-dd-subbtn:hover,
body.polai-light .polai-user-menu-panel a:hover {
  background: rgba(18, 184, 167, 0.18);
  color: #fff;
}

html.polai-light .polai-theme-toggle,
body.polai-light .polai-theme-toggle {
  border-color: rgba(5, 18, 22, 0.18);
  background: rgba(5, 18, 22, 0.06);
  color: #061014;
}

html.polai-light .polai-header-action.is-secondary,
body.polai-light .polai-header-action.is-secondary {
  background: rgba(5, 18, 22, 0.07);
  color: #061014;
  box-shadow: inset 0 0 0 1px rgba(5, 18, 22, 0.12);
}

html.polai-light .polai-header-action.is-secondary:hover,
html.polai-light .polai-header-action.is-secondary:focus-visible,
body.polai-light .polai-header-action.is-secondary:hover,
body.polai-light .polai-header-action.is-secondary:focus-visible {
  background: rgba(16, 183, 165, 0.15);
  color: #06796e;
}

html.polai-light .polai-header-action.is-primary,
html.polai-light .p26-btn-primary,
html.polai-light .polai-cp-form button,
html.polai-light .polai-cp-button,
body.polai-light .polai-header-action.is-primary,
body.polai-light .p26-btn-primary,
body.polai-light .polai-cp-form button,
body.polai-light .polai-cp-button {
  color: #fff;
}

.p26 {
  min-height: 100vh;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 42%, rgba(0, 161, 140, 0.2), transparent 42rem),
    radial-gradient(circle at 10% 18%, rgba(16, 183, 165, 0.11), transparent 36rem),
    linear-gradient(180deg, #020b0b 0%, #031514 39%, #031312 100%);
  color: var(--p26-text);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.45;
}

html.polai-light .p26,
body.polai-light .p26 {
  background:
    radial-gradient(circle at 82% 42%, rgba(0, 161, 140, 0.14), transparent 42rem),
    radial-gradient(circle at 10% 18%, rgba(16, 183, 165, 0.08), transparent 36rem),
    linear-gradient(180deg, #f9fcfb 0%, #eff8f5 42%, #f4faf8 100%);
}

.p26 a {
  color: inherit;
  text-decoration: none;
}

.p26 h1,
.p26 h2,
.p26 h3,
.p26 p {
  margin: 0;
}

.p26-strip,
.p26-section,
.p26-paths-inner,
.p26-light,
.p26-final {
  width: min(1808px, calc(100% - var(--polai-wide-gutter)));
  margin: 0 auto;
}

.p26-hero {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  margin: 0;
  gap: 0;
  min-height: 720px;
  padding: 0 0 56px;
  align-items: start;
}

.p26-hero-left {
  position: relative;
  min-height: min(760px, calc(100svh - 74px));
  overflow: hidden;
  background:
    var(--p26-hero-img) center center / cover no-repeat,
    #060709;
}

.p26-hero > .p26-ball-card {
  display: none;
}

.p26-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.p26-hero-left::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 0% 100%, rgba(0, 0, 0, 0.84) 0%, rgba(0, 0, 0, 0.7) 24%, rgba(0, 0, 0, 0.38) 48%, transparent 72%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.36), rgba(0, 0, 0, 0.24) 45%, rgba(0, 0, 0, 0.34) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.56), transparent 62%),
    linear-gradient(0deg, rgba(0, 161, 140, 0.16), transparent 44%);
}

.p26-hero-brand-logo {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: max(var(--polai-wide-edge), calc((100vw - 1808px) / 2 + var(--polai-wide-edge)));
  width: min(37vw, 520px);
  max-width: 42%;
  height: auto;
  transform: translateY(-50%);
  filter: drop-shadow(0 20px 48px rgba(0, 0, 0, 0.52));
  pointer-events: none;
}

.p26-hero-copy {
  position: relative;
  z-index: 1;
  max-width: 720px;
  padding: 98px var(--polai-wide-edge) 36px max(var(--polai-wide-edge), calc((100vw - 1808px) / 2 + var(--polai-wide-edge)));
  color: #ffffff;
}

.p26-kicker,
.p26-smalltitle {
  color: var(--p26-teal-2);
  text-transform: uppercase;
  font-weight: 950;
  letter-spacing: 0.16em;
}

.p26-kicker {
  margin-bottom: 36px;
  font-size: 18px;
}

.p26-hero h1 {
  font-family: "PolaiCondensed", Impact, sans-serif;
  font-size: clamp(52px, 5.3vw, 92px);
  line-height: 0.96;
  font-style: italic;
  font-weight: 900;
  letter-spacing: 0;
  text-shadow: 0 8px 26px rgba(0, 0, 0, 0.55);
}

.p26-hero h1 span {
  display: block;
  white-space: nowrap;
}

.p26-hero-copy > p:last-of-type {
  max-width: 720px;
  margin-top: 32px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(18px, 1.42vw, 24px);
  line-height: 1.22;
  font-weight: 900;
  text-shadow: 0 5px 20px rgba(0, 0, 0, 0.52);
}

.p26-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 48px;
}

.p26-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 25px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-weight: 950;
}

.p26-btn-primary {
  border-color: transparent;
  background: var(--p26-teal-2);
}

.p26-btn-light {
  background: #fff;
  color: #050608;
}

.p26-ball-card {
  display: block;
  margin-top: 100px;
  border-radius: 8px;
  overflow: hidden;
  background: #111;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.p26-ball-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1.03;
  object-fit: cover;
}

.p26-strip {
  display: grid;
  grid-template-columns: 1.45fr 1fr 1fr;
  gap: 16px;
  margin-bottom: 56px;
}

.p26-feature,
.p26-offer-card,
.p26-event-focus {
  --p26-card-overlay:
    linear-gradient(180deg, transparent calc(100% - 4px), #000 calc(100% - 4px), #000 100%),
    linear-gradient(180deg, var(--polai-image-overlay-top) 0%, var(--polai-image-overlay-upper) 42%, var(--polai-image-overlay-text) 70%, #000 94%, #000 100%);
  position: relative;
  isolation: isolate;
  min-height: 198px;
  overflow: hidden;
  border: 0;
  border-radius: 7px;
  background: #000 var(--card-img) center / cover no-repeat;
  box-shadow: inset 0 0 0 1px var(--p26-line);
}

.p26-feature {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 25px;
}

.p26-feature-wide {
  --p26-card-overlay:
    linear-gradient(180deg, transparent calc(100% - 4px), #000 calc(100% - 4px), #000 100%),
    linear-gradient(180deg, var(--polai-image-overlay-top) 0%, var(--polai-image-overlay-upper) 42%, var(--polai-image-overlay-text) 70%, #000 94%, #000 100%);
}

.p26-feature::after,
.p26-offer-card::after,
.p26-event-focus::after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: var(--p26-card-overlay);
  pointer-events: none;
  z-index: 0;
}

.p26-feature > *,
.p26-offer-card > *,
.p26-event-focus > * {
  position: relative;
  z-index: 1;
}

.p26-feature span,
.p26-event-focus span {
  align-self: flex-start;
  margin-bottom: 11px;
  padding: 7px 12px;
  border-radius: 5px;
  background: #f28c22;
  color: #fff;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.p26-feature h2 {
  font-size: 27px;
  line-height: 1.04;
  font-weight: 950;
}

.p26-feature p {
  margin-top: 8px;
  max-width: 520px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
}

.p26-section {
  padding: 0 0 120px;
}

.p26-section-head {
  display: grid;
  grid-template-columns: minmax(360px, 0.95fr) minmax(320px, 1fr);
  gap: 120px;
  align-items: end;
  margin-bottom: 36px;
}

.p26-section-head h2,
.p26-section-head h1,
.p26-split h2,
.p26-academy-slide h2,
.p26-light h2,
.p26-final h2 {
  font-size: clamp(46px, 4.4vw, 68px);
  line-height: 0.98;
  font-weight: 950;
  letter-spacing: 0;
}

.p26-events .p26-section-head h2 {
  font-family: "PolaiCondensed", Impact, sans-serif;
  font-style: italic;
  font-size: 76px;
  text-align: center;
}

.p26-events .p26-section-head {
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 0;
}

.p26-events .p26-section-head h2 span {
  display: block;
  white-space: nowrap;
}

.p26-section-head p,
.p26-split p,
.p26-light p,
.p26-final p {
  color: var(--p26-muted);
  font-size: 18px;
  line-height: 1.55;
}

.p26-offers .p26-section-head {
  grid-template-columns: 1fr;
  justify-items: center;
  margin-bottom: 20px;
  text-align: center;
}

#standorte .p26-section-head {
  grid-template-columns: 1fr;
  justify-items: center;
  text-align: center;
}

.p26-filter-shell {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  margin-bottom: 20px;
}

.p26-search-ribbon {
  display: grid;
  grid-template-columns: minmax(320px, 1.4fr) minmax(170px, 0.7fr) minmax(170px, 0.7fr) auto;
  align-items: stretch;
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.14);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.p26-search-field,
.p26-search-filter-group,
.p26-search-status {
  min-width: 0;
  background: rgba(2, 11, 11, 0.86);
}

.p26-search-field {
  min-height: 76px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 34px;
  align-items: center;
  gap: 12px;
  padding: 13px 18px;
}

.p26-search-icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--p26-teal-2);
  color: #fff;
  font-size: 16px;
}

.p26-search-field label {
  min-width: 0;
  display: grid;
}

.p26-search-filter-group strong {
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
}

.p26-search-field input {
  width: 100%;
  min-width: 0;
  height: 32px;
  border: 0;
  outline: 0;
  background: transparent;
  color: #fff;
  font: inherit;
  font-size: 18px;
  font-weight: 850;
}

.p26-search-field input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.p26-search-clear,
.p26-filter-reset {
  appearance: none;
  border: 0;
  cursor: pointer;
  font: inherit;
}

.p26-search-clear {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.82);
}

.p26-search-clear:hover,
.p26-search-clear:focus-visible {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
}

.p26-filter-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-template-areas:
    "area age"
    "area participation";
  gap: 10px;
  margin-top: 0;
}

.p26-filter-grid div {
  min-width: 0;
  min-height: 0;
  padding: 11px 12px 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.05);
}

.p26-filter-grid div:nth-child(1) {
  grid-area: area;
}

.p26-filter-grid div:nth-child(2) {
  grid-area: age;
}

.p26-filter-grid div:nth-child(3) {
  grid-area: participation;
}

.p26-filter-grid strong {
  display: block;
  margin-bottom: 7px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.p26-filter-grid span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  margin: 0 6px 7px 0;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 850;
  cursor: pointer;
}

.p26-filter-grid .is-active {
  background: var(--p26-teal-2);
  border-color: var(--p26-teal-2);
}

.p26-search-filter-group {
  min-height: 76px;
  display: flex;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  padding: 14px;
}

.p26-search-filter-group strong {
  flex: 0 0 100%;
}

.p26-search-filter-group span {
  max-width: 100%;
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
  white-space: nowrap;
}

.p26-search-filter-group span:hover,
.p26-search-filter-group span:focus-visible {
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.08);
}

.p26-search-filter-group .is-active {
  border-color: var(--p26-teal-2);
  background: var(--p26-teal-2);
  color: #fff;
}

.p26-search-status {
  min-height: 76px;
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 8px;
  padding: 14px 16px;
  color: #fff;
}

.p26-search-status span {
  max-width: 180px;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.p26-filter-reset {
  min-height: 32px;
  padding: 0 12px;
  border-radius: 8px;
  background: var(--p26-teal-2);
  color: #fff;
  font-size: 12px;
  font-weight: 950;
  white-space: nowrap;
}

.p26-filter-reset:hover,
.p26-filter-reset:focus-visible {
  background: #fff;
  color: #050608;
}

.p26-filter-reset[hidden],
.p26-search-clear[hidden] {
  display: none;
}

.p26-search-ribbon {
  position: relative;
  grid-template-columns: minmax(430px, 1fr) minmax(166px, auto) minmax(206px, auto) auto;
  gap: 0;
  align-items: center;
  min-height: 96px;
  overflow: visible;
  padding: 16px 20px 16px 26px;
  border-color: rgba(18, 184, 167, 0.72);
  background:
    linear-gradient(90deg, rgba(2, 10, 10, 0.94), rgba(6, 18, 18, 0.91)),
    rgba(2, 11, 11, 0.94);
  box-shadow:
    0 24px 80px rgba(0, 0, 0, 0.36),
    0 0 0 1px rgba(18, 184, 167, 0.2),
    0 0 34px rgba(18, 184, 167, 0.24);
}

.p26-maincategory-filter-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px;
  margin-top: 12px;
}

.p26-maincategory-filter-row button {
  appearance: none;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 1px solid rgba(18, 184, 167, 0.38);
  border-radius: 999px;
  background: rgba(16, 183, 165, 0.08);
  color: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

.p26-maincategory-filter-row button:hover,
.p26-maincategory-filter-row button:focus-visible {
  border-color: rgba(16, 183, 165, 0.72);
  background: rgba(16, 183, 165, 0.16);
  outline: 0;
}

.p26-maincategory-filter-row button.is-active {
  border-color: var(--p26-teal-2);
  background: var(--p26-teal-2);
  color: #fff;
}

.p26-search-field,
.p26-search-filter,
.p26-search-status {
  min-width: 0;
  background: transparent;
}

.p26-search-field {
  min-height: 64px;
  grid-template-columns: 54px minmax(0, 1fr) 34px;
  gap: 18px;
  padding: 0 28px 0 0;
  border-right: 1px solid rgba(18, 184, 167, 0.42);
}

.p26-search-icon {
  width: 54px;
  height: 54px;
  border-radius: 999px;
  background: rgba(1, 7, 8, 0.92);
  color: #ffffff;
  font-size: 22px;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    0 12px 34px rgba(0, 0, 0, 0.35);
}

.p26-search-field label {
  min-height: 54px;
  display: flex;
  align-items: center;
}

.p26-search-field input {
  appearance: none;
  width: 100%;
  height: auto;
  min-height: 1.2em;
  padding: 0;
  font-size: clamp(18px, 1.18vw, 23px);
  font-weight: 820;
  line-height: 1.08;
  transform: translateY(4px);
}

.p26-search-field input::placeholder {
  color: rgba(255, 255, 255, 0.68);
  opacity: 1;
}

.p26-search-clear {
  background: rgba(255, 255, 255, 0.08);
}

.p26-search-filter {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 64px;
  padding: 0 22px;
  border-right: 1px solid rgba(18, 184, 167, 0.42);
}

.p26-filter-shell:not(.has-active-filters) .p26-search-filter-trailing {
  border-right: 0;
}

.p26-filter-trigger {
  appearance: none;
  min-height: 54px;
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.88);
  cursor: pointer;
  font: inherit;
  font-size: clamp(14px, 1vw, 18px);
  font-weight: 820;
  line-height: 1;
  white-space: nowrap;
}

.p26-filter-trigger i {
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  transition: transform 0.16s ease;
}

.p26-search-filter.is-open .p26-filter-trigger i {
  transform: rotate(180deg);
}

.p26-filter-trigger:hover,
.p26-filter-trigger:focus-visible {
  color: #ffffff;
}

.p26-filter-trigger:focus-visible,
.p26-filter-count:focus-visible {
  outline: 2px solid rgba(16, 183, 165, 0.8);
  outline-offset: 4px;
  box-shadow: none;
}

.p26-filter-panel {
  position: absolute;
  top: calc(100% + 17px);
  left: 14px;
  z-index: 30;
  width: min(360px, calc(100vw - 48px));
  display: none;
  flex-wrap: wrap;
  gap: 9px;
  padding: 16px;
  border: 1px solid rgba(18, 184, 167, 0.38);
  border-radius: 8px;
  background: rgba(2, 11, 11, 0.98);
  box-shadow:
    0 26px 80px rgba(0, 0, 0, 0.46),
    0 0 0 1px rgba(255, 255, 255, 0.05);
}

.p26-search-filter.is-open .p26-filter-panel {
  display: flex;
}

.p26-filter-panel strong {
  flex: 0 0 100%;
  color: rgba(255, 255, 255, 0.56);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.p26-filter-panel span {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.94);
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
  white-space: nowrap;
}

.p26-filter-panel span:hover,
.p26-filter-panel span:focus-visible {
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.08);
}

.p26-filter-panel .is-active {
  border-color: var(--p26-teal-2);
  background: var(--p26-teal-2);
  color: #ffffff;
}

.p26-search-status {
  min-height: 64px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0 0 0 22px;
  border-left: 1px solid rgba(18, 184, 167, 0.42);
}

.p26-filter-shell:not(.has-active-filters) .p26-search-status-trailing {
  border-left: 0;
}

.p26-filter-count {
  appearance: none;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  cursor: pointer;
  font: inherit;
  white-space: nowrap;
}

.p26-filter-count span {
  max-width: none;
  overflow: visible;
  color: inherit;
  text-overflow: clip;
  white-space: nowrap;
}

.p26-filter-count {
  padding: 0 17px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
  color: var(--p26-teal-2);
  font-size: 14px;
  font-weight: 950;
}

.p26-filter-count i {
  font-size: 13px;
}

.p26-filter-count:hover,
.p26-filter-count:focus-visible {
  border-color: rgba(16, 183, 165, 0.42);
  background: rgba(16, 183, 165, 0.08);
}

.p26-filter-reset[hidden] {
  visibility: hidden;
  display: inline-flex;
}

.p26-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.p26-offer-card {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.p26-offer-card.is-hidden {
  display: none;
}

.p26-offer-card-empty {
  grid-column: span 2;
}

.p26-filter-empty {
  margin-top: 18px;
  padding: 18px 20px;
  border: 1px solid rgba(0, 206, 209, 0.5);
  border-radius: 8px;
  background: rgba(0, 168, 168, 0.14);
  color: #fff;
  font-weight: 850;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
}

.p26-filter-empty.is-hidden {
  display: none;
}

.p26-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 12px;
}

.p26-tags span {
  padding: 7px 9px;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 950;
}

.p26-tag-kids { background: var(--p26-orange); }
.p26-tag-course { background: var(--p26-teal); }
.p26-tag-couple { background: var(--p26-teal); }
.p26-tag-muted { background: rgba(255, 255, 255, 0.22); }
.p26-tag-health { background: var(--p26-health); }
.p26-tag-senior { background: var(--p26-seniors); }
.p26-tag-urban { background: var(--p26-urban); }
.p26-tag-solo { background: var(--p26-solo); }
.p26-tag-single { background: #7d5cff; }
.p26-tag-age { background: rgba(255, 255, 255, 0.28); }
.p26-tag-event { background: #f28c22; }
.p26-tag-seminar { background: var(--p26-seminar); }

.p26-offer-card h3 {
  max-width: 90%;
  font-size: 31px;
  line-height: 1.04;
  font-weight: 950;
}

.p26-offer-card .p26-card-maincategory {
  margin-top: 8px;
  color: var(--p26-teal-2);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.p26-offer-card p {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 16px;
  line-height: 1.35;
}

.p26-card-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
  margin-top: 18px;
}

.p26-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  min-width: 0;
}

.p26-card-action-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 13px;
  border-radius: 5px;
  background: #fff;
  color: #050608;
  font-size: 13px;
  font-weight: 950;
}

.p26-card-action-pill + .p26-card-action-pill {
  background: rgba(255, 255, 255, 0.17);
  color: #fff;
}

.p26-card-participations {
  display: flex;
  flex: 1 1 220px;
  flex-wrap: wrap;
  justify-content: flex-end;
  min-width: 0;
  gap: 7px;
}

.p26-card-participations span {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 9px;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 950;
}

.p26-paths {
  position: relative;
  min-height: 540px;
  margin-bottom: 120px;
  overflow: hidden;
}

.p26-paths-page {
  padding: 18px 0 96px;
}

.p26-paths-subpage {
  min-height: calc(100vh - 160px);
}

.p26-course-paths-after-terms {
  min-height: 500px;
  width: 100vw;
  margin: 58px 0 0;
  margin-left: calc(50% - 50vw);
  border-radius: 0;
}

.p26-course-page .p26-course-paths-after-terms {
  min-height: 0;
  margin-top: 46px;
  background:
    radial-gradient(circle at 82% 18%, rgba(16, 183, 165, 0.12), transparent 30rem),
    radial-gradient(circle at 14% 84%, rgba(16, 183, 165, 0.08), transparent 26rem),
    transparent;
}

.p26-course-page .p26-course-paths-after-terms > img {
  display: none;
}

.p26-course-page .p26-course-paths-after-terms::after {
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(16, 183, 165, 0.16), rgba(16, 183, 165, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, transparent 0%, rgba(16, 183, 165, 0.08) 48%, transparent 100%);
}

.p26-course-page .p26-course-paths-after-terms .p26-paths-inner {
  width: min(1808px, calc(100% - var(--polai-wide-gutter)));
  padding: 44px 0 54px;
}

.p26-course-page .p26-course-paths-after-terms .p26-section-head {
  margin-bottom: 24px;
}

.p26-course-page .p26-course-paths-after-terms .p26-path-grid article {
  background:
    linear-gradient(180deg, rgba(16, 183, 165, 0.06), rgba(255, 255, 255, 0.025)),
    rgba(7, 28, 27, 0.7);
}

.p26-course-page .p26-course-paths-after-terms .p26-path-grid article:hover {
  border-color: rgba(16, 183, 165, 0.42);
}

.p26-course-page .p26-course-paths-after-terms .p26-path-grid a:hover {
  border-color: rgba(16, 183, 165, 0.5);
  background: rgba(16, 183, 165, 0.12);
  color: var(--p26-teal-2);
}

.p26-paths > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p26-paths::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2, 36, 34, 0.88), rgba(4, 72, 67, 0.62)),
    linear-gradient(0deg, rgba(0, 211, 184, 0.16), rgba(2, 36, 34, 0.22));
}

.p26-paths-inner {
  position: relative;
  z-index: 1;
  padding: 64px 0;
}

.p26-path-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.p26-path-grid article,
.p26-split > div,
.p26-location-grid article,
.p26-faq-grid article {
  border: 1px solid var(--p26-line);
  border-radius: 7px;
  background: rgba(7, 28, 27, 0.84);
}

.p26-path-grid article {
  padding: 24px;
}

.p26-path-grid article.is-wide {
  grid-column: span 2;
}

.p26-path-grid span,
.p26-list b {
  color: var(--p26-teal-2);
  font-weight: 950;
  letter-spacing: 0.08em;
}

.p26-path-grid h3 {
  margin: 10px 0 20px;
  font-size: 29px;
  line-height: 1.05;
  font-weight: 950;
}

.p26-path-text {
  margin: 0;
  max-width: 54ch;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1rem;
  line-height: 1.55;
}

.p26-path-grid a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  margin-top: 10px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.p26-path-grid a:hover,
.p26-path-grid a:focus-visible {
  border-color: rgba(16, 183, 165, 0.62);
  background: rgba(16, 183, 165, 0.14);
  color: var(--p26-teal-2);
}

.p26-path-grid a:hover .p26-path-title,
.p26-path-grid a:focus-visible .p26-path-title {
  color: var(--p26-teal-2);
}

.p26-path-grid .p26-path-step {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 950;
  letter-spacing: 0.04em;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.p26-path-grid a:hover .p26-path-step,
.p26-path-grid a:focus-visible .p26-path-step {
  border-color: rgba(16, 183, 165, 0.7);
  background: rgba(16, 183, 165, 0.18);
  color: var(--p26-teal-2);
}

.p26-path-grid .p26-path-step.is-endless {
  font-size: 1.22rem;
  letter-spacing: 0;
}

.p26-path-grid .p26-path-title {
  min-width: 0;
  color: #ffffff;
  font-weight: inherit;
  letter-spacing: 0;
  text-transform: none;
  transition: color 0.2s ease;
}

.p26-path-meta {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 0 auto;
  gap: 8px;
  margin-left: auto;
}

.p26-path-meta-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-width: 32px;
  height: 32px;
  padding: 0 8px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.8rem;
  line-height: 1;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.p26-path-meta-icon strong {
  font-size: 0.68rem;
  font-weight: 950;
  line-height: 1;
}

.p26-path-meta-icon::before,
.p26-path-meta-icon::after {
  position: absolute;
  right: 50%;
  opacity: 0;
  pointer-events: none;
  transform: translate(50%, 6px);
  transition: opacity 0.16s ease, transform 0.16s ease;
  z-index: 20;
}

.p26-path-meta-icon::before {
  content: attr(data-polai-tooltip);
  bottom: calc(100% + 10px);
  width: max-content;
  max-width: 220px;
  padding: 8px 10px;
  border: 1px solid rgba(16, 183, 165, 0.34);
  border-radius: 6px;
  background: rgba(3, 20, 18, 0.96);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.26);
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 850;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: center;
  text-transform: none;
  white-space: normal;
}

.p26-path-meta-icon::after {
  content: "";
  bottom: calc(100% + 4px);
  width: 10px;
  height: 10px;
  border-right: 1px solid rgba(16, 183, 165, 0.34);
  border-bottom: 1px solid rgba(16, 183, 165, 0.34);
  background: rgba(3, 20, 18, 0.96);
  transform: translate(50%, 6px) rotate(45deg);
}

.p26-path-meta-icon:hover,
.p26-path-meta-icon:focus-visible,
.p26-path-grid a:hover .p26-path-meta-icon,
.p26-path-grid a:focus-visible .p26-path-meta-icon {
  border-color: rgba(16, 183, 165, 0.56);
  background: rgba(16, 183, 165, 0.12);
  color: var(--p26-teal-2);
}

.p26-path-meta-icon:hover::before,
.p26-path-meta-icon:hover::after,
.p26-path-meta-icon:focus-visible::before,
.p26-path-meta-icon:focus-visible::after {
  opacity: 1;
  transform: translate(50%, 0);
}

.p26-path-meta-icon:hover::after,
.p26-path-meta-icon:focus-visible::after {
  transform: translate(50%, 0) rotate(45deg);
}

.p26-path-units {
  flex: 0 0 auto;
  margin-left: auto;
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #031312;
  background: var(--p26-teal-2);
  border-radius: 999px;
  padding: 0.25rem 0.55rem;
}

.p26-two,
.p26-split,
.p26-light {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 24px;
  align-items: stretch;
}

.p26-event-focus {
  min-height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px;
}

.p26-event-focus-slider {
  position: relative;
  min-height: 450px;
  overflow: hidden;
  border-radius: 7px;
}

.p26-event-slide {
  position: absolute;
  inset: 0;
  padding-bottom: 82px;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(14px, 0, 0) scale(0.992);
  transition:
    opacity 0.86s cubic-bezier(0.4, 0, 0.2, 1),
    transform 1.02s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
  backface-visibility: hidden;
}

.p26-event-slide.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, 0, 0) scale(1);
}

.p26-event-slider-controls {
  position: absolute;
  right: 22px;
  bottom: 22px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.p26-event-slider-controls button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.42);
  color: #fff;
  cursor: pointer;
  transition:
    width 0.32s cubic-bezier(0.22, 1, 0.36, 1),
    background 0.22s ease,
    border-color 0.22s ease,
    color 0.22s ease,
    transform 0.22s ease;
}

.p26-event-slider-controls button:hover,
.p26-event-slider-controls button:focus-visible {
  border-color: rgba(255, 255, 255, 0.7);
  background: rgba(16, 183, 165, 0.28);
  outline: none;
}

.p26-event-slider-dots {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.p26-event-slider-dots button {
  width: 9px;
  height: 9px;
  padding: 0;
}

.p26-event-slider-dots button.is-active {
  width: 28px;
  border-color: #fff;
  background: #fff;
}

.p26-event-focus h3 {
  font-size: 52px;
  line-height: 0.95;
  font-weight: 950;
}

.p26-event-focus p {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.86);
}

.p26-list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 14px;
}

.p26-list a {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  flex: 1 1 0;
  gap: 28px;
  align-items: center;
  min-height: 82px;
  padding: 0 22px 0 28px;
  border: 1px solid rgba(178, 249, 239, 0.55);
  border-radius: 7px;
  background: linear-gradient(135deg, var(--p26-teal-2), var(--p26-teal));
  color: #fff;
  text-decoration: none;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.p26-list a:hover,
.p26-list a:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.7);
  background: linear-gradient(135deg, #18c8b7, #00a18c);
}

.p26-event-link-icon,
.p26-event-link-arrow {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.82);
  background: #fff;
  color: var(--p26-teal);
}

.p26-event-link-icon {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  font-size: 1.08rem;
}

.p26-event-link-arrow {
  width: 34px;
  height: 34px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: var(--p26-teal);
  color: #fff;
  font-size: 0.9rem;
}

.p26-event-link-tile strong {
  min-width: 0;
  color: #fff;
  font-size: clamp(1.08rem, 1.45vw, 1.34rem);
  line-height: 1.1;
  font-weight: 900;
}

.p26-split {
  align-items: stretch;
}

.p26-split > img {
  width: 100%;
  min-height: 620px;
  object-fit: cover;
  border-radius: 7px;
  border: 1px solid var(--p26-line);
}

.p26-split > div {
  padding: 72px 64px;
}

.p26-smalltitle {
  margin-bottom: 28px;
  font-size: 15px;
}

.p26-split p:not(.p26-smalltitle) {
  margin-top: 28px;
}

.p26-split ul {
  display: grid;
  gap: 8px;
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
}

.p26-split li {
  padding: 11px 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.09);
  color: rgba(255, 255, 255, 0.84);
}

.p26-split li a {
  display: block;
  color: inherit;
}

.p26-course-static-list {
  gap: clamp(0.62rem, 1vw, 0.9rem);
  margin-top: clamp(1.7rem, 2.7vw, 3rem);
}

.p26-split .p26-course-static-list li {
  display: grid;
  grid-template-columns: 0.9rem minmax(0, 1fr);
  gap: 0.72rem;
  align-items: baseline;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1rem, 1.2vw, 1.26rem);
  font-weight: 750;
  line-height: 1.38;
}

.p26-course-static-list li::before {
  content: "";
  display: block;
  width: 0.68rem;
  height: 0.68rem;
  margin-top: 0.36em;
  border-radius: 999px;
  background: var(--p26-teal-2);
  box-shadow: 0 0 0 3px rgba(16, 183, 165, 0.12);
}

.p26-split .p26-course-static-list li:hover,
.p26-split .p26-course-static-list li:focus-within {
  border-color: transparent;
  background: transparent;
}

#privat.p26-split li strong {
  display: block;
  color: #fff;
  font-size: clamp(18px, 1.45vw, 24px);
  line-height: 1.15;
  font-weight: 900;
}

.p26-split li:hover,
.p26-split li:focus-within {
  border-color: rgba(16, 183, 165, 0.5);
  background: rgba(16, 183, 165, 0.12);
}

.p26-academy-slider {
  position: relative;
}

.p26-academy-track {
  position: relative;
  height: 760px;
  min-height: 760px;
  overflow: hidden;
  border-radius: 7px;
}

.p26-academy-slide {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 24px;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(14px, 0, 0) scale(0.992);
  transition:
    opacity 0.86s cubic-bezier(0.4, 0, 0.2, 1),
    transform 1.02s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
  backface-visibility: hidden;
}

.p26-academy-slide.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, 0, 0) scale(1);
}

.p26-academy-slide > div {
  padding: 72px 64px;
}

.p26-academy-slide > img {
  width: 100%;
  min-height: 760px;
  object-fit: cover;
  border-radius: 7px;
  border: 1px solid var(--p26-line);
}

.p26-academy-slide p:not(.p26-smalltitle) {
  margin-top: 28px;
  color: var(--p26-muted);
  font-size: 18px;
  line-height: 1.55;
}

.p26-academy-slide ul {
  display: grid;
  gap: 8px;
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
}

.p26-academy-slide li {
  padding: 11px 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.09);
  color: rgba(255, 255, 255, 0.84);
}

.p26-academy-slide li:hover,
.p26-academy-slide li:focus-within {
  border-color: rgba(16, 183, 165, 0.5);
  background: rgba(16, 183, 165, 0.12);
}

.p26-academy-slide li a {
  display: block;
  color: inherit;
  font-size: clamp(18px, 1.45vw, 24px);
  line-height: 1.15;
  font-weight: 900;
}

.p26-academy-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin-top: 18px;
}

.p26-academy-controls button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(7, 28, 27, 0.78);
  color: #fff;
  cursor: pointer;
  transition:
    width 0.32s cubic-bezier(0.22, 1, 0.36, 1),
    background 0.22s ease,
    border-color 0.22s ease,
    color 0.22s ease,
    transform 0.22s ease;
}

.p26-academy-controls button:hover,
.p26-academy-controls button:focus-visible {
  border-color: rgba(16, 183, 165, 0.56);
  background: rgba(16, 183, 165, 0.14);
  outline: none;
}

.p26-academy-dots {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.p26-academy-dots button {
  width: 10px;
  height: 10px;
  padding: 0;
}

.p26-academy-dots button.is-active {
  width: 34px;
  border-color: var(--p26-teal-2);
  background: var(--p26-teal-2);
}

@media (prefers-reduced-motion: reduce) {
  .p26-event-slide,
  .p26-academy-slide,
  .p26-event-slider-controls button,
  .p26-academy-controls button {
    transition-duration: 0.01ms;
  }
}

.p26-light {
  position: relative;
  margin-bottom: 120px;
  padding: 72px 0;
  background: transparent;
  color: #050608;
  align-items: center;
}

.p26-light::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background: #f3f6ef;
  z-index: 0;
}

.p26-light > * {
  position: relative;
  z-index: 1;
}

.p26-light .p26-smalltitle {
  color: var(--p26-teal);
}

.p26-light p {
  max-width: 520px;
  color: #101722;
  font-weight: 700;
}

.p26-light .p26-shop-location,
.p26-light .p26-shop-address {
  margin-top: 1em;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
}

.p26-light .p26-shop-address {
  margin-top: 0.25em;
}

.p26-service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.p26-service-grid article,
.p26-service-grid a {
  min-height: 172px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.08);
}

.p26-service-grid article:first-child:not(.p26-shop-image-card),
.p26-service-grid a:first-child:not(.p26-shop-image-card) {
  background: linear-gradient(180deg, rgba(255,255,255,0.65), rgba(39,55,54,0.45));
}

.p26-service-grid article.p26-shop-image-card,
.p26-service-grid a.p26-shop-image-card {
  --p26-card-overlay:
    linear-gradient(180deg, transparent calc(100% - 4px), #000 calc(100% - 4px), #000 100%),
    linear-gradient(180deg, var(--polai-image-overlay-top) 0%, var(--polai-image-overlay-upper) 42%, var(--polai-image-overlay-text) 70%, #000 94%, #000 100%);
  position: relative;
  overflow: hidden;
  isolation: isolate;
  color: #fff;
  text-decoration: none;
  background: #000 var(--badge-img) center / cover no-repeat;
}

.p26-service-grid article.p26-shop-image-card::before,
.p26-service-grid a.p26-shop-image-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: var(--p26-card-overlay);
  pointer-events: none;
  z-index: 0;
}

.p26-service-grid article.p26-shop-image-card > *,
.p26-service-grid a.p26-shop-image-card > * {
  position: relative;
  z-index: 1;
}

.p26-service-grid a.p26-shop-image-card:hover,
.p26-service-grid a.p26-shop-image-card:focus-visible {
  color: #fff;
  transform: translateY(-2px);
}

.p26-service-grid .is-blue {
  background: #053735;
  color: #fff;
}

.p26-service-grid strong {
  font-size: 18px;
  font-weight: 950;
}

.p26-service-grid span {
  margin-top: 4px;
  color: inherit;
  opacity: 0.86;
  font-weight: 750;
}

.p26-service-grid article.p26-shop-image-card span,
.p26-service-grid a.p26-shop-image-card span {
  opacity: 0.92;
}

.p26-shop-page {
  padding: 86px 0 120px;
}

.p26-shop-hero,
.p26-shop-products {
  width: min(1808px, calc(100% - var(--polai-wide-gutter)));
  margin: 0 auto;
}

.p26-shop-hero {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(320px, 1fr);
  gap: 120px;
  align-items: end;
  margin-bottom: 42px;
}

.p26-shop-hero h1 {
  margin: 10px 0 0;
  font-size: clamp(58px, 6vw, 110px);
  line-height: 0.92;
  font-weight: 950;
  letter-spacing: 0;
}

.p26-shop-hero > div > p:not(.p26-smalltitle) {
  max-width: 680px;
  margin-top: 28px;
  color: var(--p26-muted);
  font-size: 21px;
  line-height: 1.42;
  font-weight: 800;
}

.p26-shop-meta {
  display: grid;
  gap: 6px;
  margin-top: 34px;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
}

.p26-shop-meta strong {
  font-size: 22px;
  font-weight: 950;
}

.p26-shop-hero .p26-btn {
  margin-top: 36px;
}

.p26-shop-products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.p26-shop-detail-page .p26-shop-products {
  margin-bottom: clamp(72px, 7vw, 124px);
}

.p26-shop-product-card {
  position: relative;
  min-height: clamp(420px, 31vw, 560px);
  overflow: hidden;
  isolation: isolate;
  border-radius: 8px;
  background: #000 var(--shop-card-img) center / cover no-repeat;
  box-shadow: inset 0 0 0 1px var(--p26-line);
}

.p26-shop-product-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(28deg, rgba(2, 11, 11, 0.58) 0%, rgba(2, 11, 11, 0.38) 24%, rgba(2, 11, 11, 0.15) 45%, rgba(2, 11, 11, 0) 68%);
  pointer-events: none;
}

.p26-shop-product-card > div {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  z-index: 1;
}

.p26-shop-product-card strong {
  display: block;
  color: #fff;
  font-size: 30px;
  line-height: 1.04;
  font-weight: 950;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.82), 0 1px 2px rgba(0, 0, 0, 0.88);
}

.p26-shop-product-card span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  line-height: 1.3;
  font-weight: 800;
  text-shadow: 0 3px 14px rgba(0, 0, 0, 0.82), 0 1px 2px rgba(0, 0, 0, 0.86);
}

.p26-shop-page.p26-shop-detail-page {
  padding: 0;
}

.p26-shop-detail-page.p01s {
  padding-bottom: 0;
}

.p26-shop-detail-hero img {
  object-position: center center;
}

.p26-shop-content-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.86fr) minmax(0, 1.05fr);
  gap: clamp(1.5rem, 1.4vw, 2rem);
  width: min(1808px, calc(100% - var(--polai-wide-gutter)));
  margin: clamp(72px, 7vw, 124px) auto clamp(72px, 7vw, 124px);
}

.p26-shop-content-media,
.p26-shop-content-copy {
  overflow: hidden;
  border: 1px solid rgba(16, 183, 165, 0.3);
  border-radius: 7px;
  background: rgba(3, 22, 20, 0.72);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
}

.p26-shop-content-media {
  min-height: clamp(620px, 53vw, 980px);
}

.p26-shop-content-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.p26-shop-content-copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: clamp(1rem, 1.35vw, 1.5rem);
  padding: clamp(2rem, 4.6vw, 5.5rem);
}

.p26-shop-content-kicker {
  margin: 0;
  color: var(--p26-teal-2);
  font-size: clamp(0.78rem, 0.85vw, 0.9rem);
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.p26-shop-content-copy h2 {
  max-width: 980px;
  margin: 0;
  color: #fff;
  font-size: clamp(48px, 4.8vw, 88px);
  line-height: 0.96;
  font-weight: 950;
  letter-spacing: 0;
}

.p26-shop-content-copy h3 {
  margin: clamp(0.35rem, 0.8vw, 0.9rem) 0 0;
  color: #fff;
  font-size: clamp(1.25rem, 1.55vw, 1.8rem);
  line-height: 1.12;
  font-weight: 950;
  letter-spacing: 0;
}

.p26-shop-content-copy p:not(.p26-shop-content-kicker) {
  max-width: 960px;
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(1.02rem, 1.1vw, 1.24rem);
  font-weight: 650;
  line-height: 1.48;
}

.p26-shop-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.58fr);
  width: min(1808px, calc(100% - var(--polai-wide-gutter)));
  min-height: clamp(520px, 38vw, 720px);
  margin: clamp(72px, 7vw, 124px) auto clamp(72px, 7vw, 124px);
  overflow: hidden;
  border: 1px solid rgba(16, 183, 165, 0.3);
  border-radius: 7px;
  background: rgba(7, 28, 27, 0.84);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
}

.p26-shop-showcase-media {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  background: #071c1b;
}

.p26-shop-showcase-media::before {
  content: "";
  position: absolute;
  inset: -28px;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.4)),
    var(--shop-showcase-img, linear-gradient(135deg, rgba(16, 183, 165, 0.22), rgba(255, 255, 255, 0.04))) center center / cover no-repeat;
  filter: blur(18px) saturate(0.9);
  opacity: 0.66;
  transform: scale(1.04);
}

.p26-shop-showcase-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.26));
}

.p26-shop-showcase-media img {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 0;
  object-fit: cover;
  object-position: center center;
}

.p26-shop-showcase-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: clamp(1rem, 1.4vw, 1.5rem);
  padding: clamp(2rem, 4.2vw, 5.2rem);
  background: rgba(9, 48, 43, 0.76);
}

.p26-shop-showcase-kicker {
  margin: 0;
  color: var(--p26-teal-2);
  font-size: 0.84rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.p26-shop-showcase-copy h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(48px, 4.8vw, 86px);
  line-height: 0.95;
  font-weight: 950;
  letter-spacing: 0;
}

.p26-shop-showcase-copy h3 {
  margin: clamp(0.5rem, 1vw, 1rem) 0 0;
  color: #fff;
  font-size: clamp(1.22rem, 1.55vw, 1.8rem);
  line-height: 1.12;
  font-weight: 950;
  letter-spacing: 0;
}

.p26-shop-showcase-copy p:not(.p26-shop-showcase-kicker) {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(1rem, 1.08vw, 1.22rem);
  font-weight: 650;
  line-height: 1.46;
}

.p26-shop-hours-card {
  display: grid;
  gap: 0.72rem;
}

.p26-shop-showcase-copy .p26-shop-hours-card h3 {
  margin-bottom: 0.1rem;
}

.p26-shop-hours-row {
  display: grid;
  grid-template-columns: minmax(7rem, 0.72fr) minmax(9.5rem, 0.9fr) minmax(0, 1fr);
  align-items: baseline;
  gap: 0.7rem;
  padding: 0.7rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.p26-shop-hours-row strong {
  color: #fff;
  font-size: clamp(1rem, 1.08vw, 1.18rem);
  font-weight: 950;
}

.p26-shop-hours-row span {
  color: var(--p26-teal-2);
  font-size: clamp(1rem, 1.08vw, 1.18rem);
  font-weight: 950;
}

.p26-shop-hours-row em {
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(0.92rem, 0.98vw, 1.06rem);
  font-style: normal;
  font-weight: 750;
}

.p26-shop-showcase-copy .p26-shop-hours-card p {
  margin-top: 0.2rem;
  color: rgba(255, 255, 255, 0.62);
  font-size: clamp(0.92rem, 0.98vw, 1.05rem);
}

.p26-shop-hours-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.3rem 1rem;
  align-items: center;
  margin-top: 0.35rem;
  padding: clamp(0.95rem, 1.35vw, 1.25rem);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.08);
}

.p26-shop-hours-cta strong {
  color: #fff;
  font-size: clamp(1.02rem, 1.08vw, 1.2rem);
  font-weight: 950;
}

.p26-shop-hours-cta span {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(0.92rem, 0.98vw, 1.05rem);
  font-weight: 700;
  line-height: 1.35;
}

.p26-shop-hours-cta .p26-btn {
  grid-column: 2;
  grid-row: 1 / span 2;
  min-height: 46px;
  padding: 0 18px;
  background: #fff;
  color: #061014;
  white-space: nowrap;
}

.p26-shop-benefit-card {
  margin-top: clamp(0.35rem, 0.9vw, 1rem);
  padding: clamp(1rem, 1.55vw, 1.45rem);
  border: 1px solid rgba(148, 255, 239, 0.62);
  border-radius: 7px;
  background: linear-gradient(135deg, rgba(28, 224, 202, 0.98), rgba(10, 168, 151, 0.9));
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.2);
}

.p26-shop-showcase-copy .p26-shop-benefit-card h3 {
  margin: 0 0 0.45rem;
  color: #fff;
  font-size: clamp(1.22rem, 1.5vw, 1.72rem);
}

.p26-shop-showcase-copy .p26-shop-benefit-card p {
  margin: 0;
  color: #fff;
  font-weight: 850;
}

@media (max-width: 720px) {
  .p26-shop-hours-row {
    grid-template-columns: 1fr;
    gap: 0.18rem;
  }

  .p26-shop-hours-cta {
    grid-template-columns: 1fr;
  }

  .p26-shop-hours-cta .p26-btn {
    grid-column: auto;
    grid-row: auto;
    width: 100%;
  }
}

.p26-shop-showcase-info {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 1rem;
  padding: clamp(1.25rem, 2.2vw, 2.4rem);
  background: rgba(3, 22, 20, 0.62);
  border-left: 1px solid rgba(16, 183, 165, 0.2);
}

.p26-shop-showcase-info h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.15rem, 1.35vw, 1.6rem);
  font-weight: 950;
  letter-spacing: 0;
}

.p26-shop-showcase-info ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.p26-shop-showcase-info li {
  display: grid;
  gap: 0.16rem;
  padding: clamp(1rem, 1.45vw, 1.25rem) 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.p26-shop-showcase-info span {
  color: var(--p26-teal-2);
  font-size: clamp(0.72rem, 0.82vw, 0.82rem);
  font-weight: 950;
  letter-spacing: 0.08em;
  line-height: 1.2;
}

.p26-shop-showcase-info strong {
  overflow: hidden;
  color: #fff;
  font-size: clamp(1.02rem, 1.28vw, 1.32rem);
  line-height: 1.1;
  font-weight: 950;
  text-overflow: ellipsis;
}

.p26-shop-showcase-info em {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
  font-style: normal;
  font-weight: 750;
  line-height: 1.25;
}

.p26-kontakt-detail-page {
  padding: 0;
}

.p26-kontakt-detail-page.p01s {
  padding-bottom: 0;
}

.p26-kontakt-detail-hero img {
  object-position: center center;
}

.p26-kontakt-showcase {
  width: min(1808px, calc(100% - var(--polai-wide-gutter)));
  margin-left: auto;
  margin-right: auto;
}

.p26-kontakt-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.58fr);
  min-height: clamp(520px, 38vw, 720px);
  margin-top: clamp(72px, 7vw, 124px);
  margin-bottom: clamp(72px, 7vw, 124px);
  overflow: hidden;
  border: 1px solid rgba(16, 183, 165, 0.3);
  border-radius: 7px;
  background: rgba(7, 28, 27, 0.84);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
}

.p26-kontakt-showcase-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: clamp(1rem, 1.4vw, 1.5rem);
  padding: clamp(2rem, 4.2vw, 5.2rem);
  background: rgba(9, 48, 43, 0.76);
}

.p26-kontakt-showcase-kicker {
  margin: 0;
  color: var(--p26-teal-2);
  font-size: 0.84rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.p26-kontakt-showcase-copy h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(48px, 4.8vw, 86px);
  line-height: 0.95;
  font-weight: 950;
  letter-spacing: 0;
}

.p26-kontakt-showcase-copy h3 {
  margin: clamp(0.5rem, 1vw, 1rem) 0 0;
  color: #fff;
  font-size: clamp(1.22rem, 1.55vw, 1.8rem);
  line-height: 1.12;
  font-weight: 950;
  letter-spacing: 0;
}

.p26-kontakt-showcase-copy p:not(.p26-kontakt-showcase-kicker) {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(1rem, 1.08vw, 1.22rem);
  font-weight: 650;
  line-height: 1.46;
}

.p26-kontakt-hours-card {
  display: grid;
  gap: 0.72rem;
}

.p26-kontakt-showcase-copy .p26-kontakt-hours-card h3 {
  margin-bottom: 0.1rem;
}

.p26-kontakt-hours-row {
  display: grid;
  grid-template-columns: minmax(7rem, 0.72fr) minmax(9.5rem, 0.9fr) minmax(0, 1fr);
  align-items: baseline;
  gap: 0.7rem;
  padding: 0.7rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.p26-kontakt-hours-row strong {
  color: #fff;
  font-size: clamp(1rem, 1.08vw, 1.18rem);
  font-weight: 950;
}

.p26-kontakt-hours-row span {
  color: var(--p26-teal-2);
  font-size: clamp(1rem, 1.08vw, 1.18rem);
  font-weight: 950;
}

.p26-kontakt-hours-row em {
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(0.92rem, 0.98vw, 1.06rem);
  font-style: normal;
  font-weight: 750;
}

.p26-kontakt-showcase-copy .p26-kontakt-hours-card p {
  margin-top: 0.2rem;
  color: rgba(255, 255, 255, 0.62);
  font-size: clamp(0.92rem, 0.98vw, 1.05rem);
}

.p26-kontakt-hours-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.3rem 1rem;
  align-items: center;
  margin-top: 0.35rem;
  padding: clamp(0.95rem, 1.35vw, 1.25rem);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.08);
}

.p26-kontakt-hours-cta strong {
  color: #fff;
  font-size: clamp(1.02rem, 1.08vw, 1.2rem);
  font-weight: 950;
}

.p26-kontakt-hours-cta span {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(0.92rem, 0.98vw, 1.05rem);
  font-weight: 700;
  line-height: 1.35;
}

.p26-kontakt-hours-cta .p26-btn {
  grid-column: 2;
  grid-row: 1 / span 2;
  min-height: 46px;
  padding: 0 18px;
  background: #fff;
  color: #061014;
  white-space: nowrap;
}

.p26-kontakt-phone-card {
  margin-top: clamp(0.35rem, 0.9vw, 1rem);
  padding: clamp(1rem, 1.55vw, 1.45rem);
  border: 1px solid rgba(148, 255, 239, 0.62);
  border-radius: 7px;
  background: linear-gradient(135deg, rgba(28, 224, 202, 0.98), rgba(10, 168, 151, 0.9));
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.2);
}

.p26-kontakt-showcase-copy .p26-kontakt-phone-card h3 {
  margin: 0 0 0.45rem;
  color: #fff;
  font-size: clamp(1.22rem, 1.5vw, 1.72rem);
}

.p26-kontakt-showcase-copy .p26-kontakt-phone-card p {
  margin: 0;
  color: #fff;
  font-weight: 850;
}

.p26-kontakt-showcase-info {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 1rem;
  padding: clamp(1.25rem, 2.2vw, 2.4rem);
  background: rgba(3, 22, 20, 0.62);
  border-left: 1px solid rgba(16, 183, 165, 0.2);
}

.p26-kontakt-showcase-info h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.15rem, 1.35vw, 1.6rem);
  font-weight: 950;
  letter-spacing: 0;
}

.p26-kontakt-info-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.p26-kontakt-info-list li {
  display: grid;
  gap: 0.16rem;
  padding: clamp(1rem, 1.45vw, 1.25rem) 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.p26-kontakt-info-list span {
  color: var(--p26-teal-2);
  font-size: clamp(0.72rem, 0.82vw, 0.82rem);
  font-weight: 950;
  letter-spacing: 0.08em;
  line-height: 1.2;
}

.p26-kontakt-info-list strong {
  overflow: hidden;
  color: #fff;
  font-size: clamp(1.02rem, 1.28vw, 1.32rem);
  line-height: 1.1;
  font-weight: 950;
  text-overflow: ellipsis;
}

.p26-kontakt-info-list strong a {
  color: inherit;
  text-decoration: none;
}

.p26-kontakt-info-list strong a:hover,
.p26-kontakt-info-list strong a:focus-visible {
  color: var(--p26-teal-2);
}

.p26-kontakt-info-list em {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
  font-style: normal;
  font-weight: 750;
  line-height: 1.25;
}

.p26-kontakt-info-hours {
  display: grid;
  gap: 0.18rem;
  margin-top: 0.62rem;
}

.p26-kontakt-info-hours b {
  display: block;
  color: #fff;
  font-size: 0.94rem;
  line-height: 1.25;
  font-weight: 850;
}

.p26-kontakt-info-note {
  margin-top: 0.62rem;
}

.p26-legal-page {
  padding: 0;
}

.p26-legal-hero .p01s-hero-no-img {
  background:
    radial-gradient(circle at 82% 28%, rgba(16, 183, 165, 0.2), transparent 34rem),
    linear-gradient(135deg, #082321, #020909);
}

.p26-legal-showcase {
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.45fr);
  align-items: stretch;
}

.p26-legal-copy {
  gap: clamp(1.1rem, 1.5vw, 1.7rem);
}

.p26-legal-document {
  display: grid;
  gap: 0.72rem;
  max-width: 980px;
}

.p26-legal-document h3,
.p26-legal-document h4 {
  margin: clamp(1.1rem, 1.8vw, 1.6rem) 0 0;
  color: #fff;
  letter-spacing: 0;
}

.p26-legal-document h3 {
  font-size: clamp(1.22rem, 1.42vw, 1.64rem);
  line-height: 1.16;
  font-weight: 950;
}

.p26-legal-document h4 {
  font-size: clamp(1.02rem, 1.12vw, 1.22rem);
  line-height: 1.2;
  font-weight: 900;
}

.p26-legal-document h3:first-child,
.p26-legal-document h4:first-child {
  margin-top: 0;
}

.p26-legal-document h3[id] {
  scroll-margin-top: var(--polai-anchor-offset);
}

.p26-kontakt-showcase-copy .p26-legal-document p {
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(0.96rem, 1vw, 1.08rem);
  font-weight: 650;
  line-height: 1.58;
}

.p26-legal-document strong {
  color: #fff;
  font-weight: 950;
}

.p26-legal-document a {
  color: var(--p26-teal-2);
  font-weight: 900;
  text-decoration: none;
}

.p26-legal-document a:hover,
.p26-legal-document a:focus-visible {
  color: #fff;
}

.p26-kontakt-showcase-copy .p26-legal-note {
  margin-top: clamp(1.2rem, 2vw, 2rem);
  padding-top: clamp(1rem, 1.4vw, 1.4rem);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.p26-legal-info {
  position: relative;
}

.p26-legal-info a {
  color: inherit;
  text-decoration: none;
}

.p26-legal-info a:hover,
.p26-legal-info a:focus-visible {
  color: var(--p26-teal-2);
}

.p26-kontakt-final {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 0.72fr);
  gap: 56px;
  align-items: start;
  width: 100%;
  margin: 0 0 80px;
  padding: 64px;
  border: 1px solid rgba(0, 161, 140, 0.72);
  border-right: 0;
  border-left: 0;
  background: linear-gradient(100deg, #12b8a7 0%, #075b5a 45%, #071c1b 100%);
}

.p26-kontakt-final-copy {
  display: block;
  margin-top: 0;
}

.p26-kontakt-final-kicker {
  margin-bottom: 18px;
}

.p26-kontakt-final-title {
  max-width: 960px;
  margin: 0;
  color: #fff;
}

.p26-kontakt-final-text {
  max-width: 880px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.86);
}

.p26-kontakt-final-link {
  display: inline-flex;
  margin-top: 26px;
  margin-right: 18px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 950;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.34);
  text-underline-offset: 7px;
}

.p26-kontakt-form {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 7px;
  background: rgba(3, 19, 18, 0.58);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
}

.p26-kontakt-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.p26-kontakt-fields label {
  display: grid;
  gap: 8px;
}

.p26-kontakt-fields label.is-wide {
  grid-column: 1 / -1;
}

.p26-kontakt-fields span {
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.p26-kontakt-fields input,
.p26-kontakt-fields select,
.p26-kontakt-fields textarea {
  width: 100%;
  min-height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font: inherit;
  font-weight: 800;
  outline: 0;
  padding: 13px 15px;
}

.p26-kontakt-fields select {
  appearance: none;
}

.p26-kontakt-fields textarea {
  min-height: 148px;
  resize: vertical;
}

.p26-kontakt-fields input:focus,
.p26-kontakt-fields select:focus,
.p26-kontakt-fields textarea:focus {
  border-color: rgba(16, 183, 165, 0.72);
  background: rgba(255, 255, 255, 0.15);
}

.p26-kontakt-fields option {
  color: #061014;
}

.p26-kontakt-form .p26-btn {
  width: 100%;
  margin-top: 18px;
  border: 0;
}

.p26-kontakt-feedback {
  max-width: none;
  margin: 0 0 18px;
  padding: 12px 14px;
  border-radius: 7px;
  font-size: 15px;
  font-weight: 850;
}

.p26-kontakt-feedback.is-success {
  background: rgba(16, 183, 165, 0.18);
  color: var(--p26-teal-2);
}

.p26-kontakt-feedback.is-error {
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
}

.p26-kontakt-locked-dates-open {
  min-width: min(100%, 330px);
  justify-self: start;
  margin-top: 0.35rem;
}

.p26-kontakt-locked-dates-list {
  display: grid;
  gap: 0;
  max-height: min(52vh, 520px);
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  overflow-y: auto;
  scrollbar-color: rgba(16, 183, 165, 0.72) rgba(255, 255, 255, 0.08);
  scrollbar-width: thin;
}

.p26-kontakt-locked-dates-list li {
  display: grid;
  grid-template-columns: minmax(140px, 0.45fr) minmax(0, 1fr) minmax(160px, 0.45fr);
  gap: 18px;
  align-items: baseline;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.p26-kontakt-locked-dates-list time,
.p26-kontakt-locked-dates-list span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  font-weight: 800;
}

.p26-kontakt-locked-dates-list strong {
  color: #fff;
  font-size: 17px;
}

.p26-kontakt-locked-dates-modal .p26-kontakt-locked-dates-list {
  max-height: none;
}

.p26-kontakt-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

@media (max-width: 900px) {
  .p26-kontakt-showcase {
    grid-template-columns: 1fr;
    width: min(100% - var(--polai-wide-gutter), 900px);
    min-height: 0;
  }

  .p26-kontakt-showcase-info {
    border-top: 1px solid rgba(16, 183, 165, 0.2);
    border-left: 0;
  }

  .p26-legal-copy {
    order: 2;
  }

  .p26-legal-info {
    order: 1;
  }

  .p26-kontakt-final {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .p26-kontakt-locked-dates-list li {
    grid-template-columns: minmax(140px, 0.45fr) minmax(0, 1fr);
  }

  .p26-kontakt-locked-dates-list span {
    grid-column: 2;
  }
}

@media (max-width: 720px) {
  .p26-kontakt-showcase {
    width: calc(100% - var(--polai-wide-gutter));
  }

  .p26-kontakt-showcase {
    margin-top: 56px;
    margin-bottom: 72px;
  }

  .p26-kontakt-showcase-copy {
    padding: 32px 22px;
  }

  .p26-kontakt-showcase-copy h2 {
    font-size: 38px;
  }

  .p26-kontakt-showcase-info {
    padding: 28px 22px;
  }

  .p26-kontakt-hours-row,
  .p26-kontakt-hours-cta,
  .p26-kontakt-fields {
    grid-template-columns: 1fr;
  }

  .p26-kontakt-hours-row {
    gap: 0.18rem;
  }

  .p26-kontakt-hours-cta .p26-btn {
    grid-column: auto;
    grid-row: auto;
    width: 100%;
  }

  .p26-kontakt-final {
    padding: 32px 22px;
  }

  .p26-kontakt-locked-dates-open {
    width: 100%;
  }

  .p26-kontakt-locked-dates-list li {
    display: grid;
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .p26-kontakt-locked-dates-list {
    max-height: min(54vh, 420px);
  }

  .p26-kontakt-locked-dates-list span {
    grid-column: auto;
  }

}

.p26-kontakt-page {
  padding: 86px 0 120px;
}

.p26-kontakt-hero,
.p26-kontakt-topics,
.p26-kontakt-info {
  width: min(1808px, calc(100% - var(--polai-wide-gutter)));
  margin: 0 auto;
}

.p26-kontakt-hero {
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(280px, 0.48fr);
  gap: 56px;
  align-items: end;
  margin-bottom: 34px;
}

.p26-kontakt-hero h1 {
  max-width: 900px;
  margin: 10px 0 0;
  font-size: clamp(58px, 6vw, 108px);
  line-height: 0.92;
  font-weight: 950;
  letter-spacing: 0;
}

.p26-kontakt-hero-copy > p:not(.p26-smalltitle) {
  max-width: 700px;
  margin-top: 28px;
  color: var(--p26-muted);
  font-size: 21px;
  line-height: 1.42;
  font-weight: 800;
}

.p26-kontakt-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.p26-kontakt-actions .p26-btn {
  gap: 10px;
}

.p26-kontakt-panel {
  display: grid;
  gap: 16px;
  padding: 30px;
  border: 1px solid var(--p26-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
}

.p26-kontakt-panel span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--p26-teal-2);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.p26-kontakt-panel strong {
  color: #fff;
  font-size: 31px;
  line-height: 1.08;
  font-weight: 950;
}

.p26-kontakt-panel a,
.p26-kontakt-topics a,
.p26-kontakt-location-list a {
  color: var(--p26-teal-2);
  font-weight: 950;
  text-decoration: none;
}

.p26-kontakt-topics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 16px;
}

.p26-kontakt-topics article,
.p26-kontakt-location-list article,
.p26-kontakt-card {
  border: 1px solid var(--p26-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
}

.p26-kontakt-topics article {
  display: grid;
  gap: 14px;
  align-content: start;
  min-height: 272px;
  padding: 28px;
}

.p26-kontakt-topics i {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  background: rgba(16, 183, 165, 0.14);
  color: var(--p26-teal-2);
  font-size: 19px;
}

.p26-kontakt-topics h2,
.p26-kontakt-card h2,
.p26-kontakt-office h2 {
  margin: 0;
  color: #fff;
  font-weight: 950;
  letter-spacing: 0;
}

.p26-kontakt-topics h2 {
  font-size: 29px;
}

.p26-kontakt-topics p,
.p26-kontakt-card p {
  margin: 0;
  color: var(--p26-muted);
  font-size: 17px;
  line-height: 1.45;
  font-weight: 800;
}

.p26-kontakt-info {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.42fr);
  gap: 16px;
  align-items: stretch;
}

.p26-kontakt-office {
  padding: 34px;
  border-radius: 8px;
  background: #071918;
}

.p26-kontakt-office h2 {
  max-width: 680px;
  font-size: clamp(40px, 4vw, 72px);
  line-height: 0.98;
}

.p26-kontakt-location-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.p26-kontakt-location-list article {
  display: grid;
  gap: 9px;
  padding: 24px;
}

.p26-kontakt-location-list span {
  color: var(--p26-teal-2);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.p26-kontakt-location-list h3 {
  margin: 0;
  color: #fff;
  font-size: 25px;
  font-weight: 950;
}

.p26-kontakt-location-list p,
.p26-kontakt-location-list strong,
.p26-kontakt-location-list em {
  margin: 0;
  color: var(--p26-muted);
  font-style: normal;
  font-size: 16px;
  line-height: 1.38;
  font-weight: 800;
}

.p26-kontakt-location-list strong {
  color: #fff;
}

.p26-kontakt-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
}

.p26-kontakt-card h2 {
  margin-top: 8px;
  font-size: 40px;
}

.p26-kontakt-card .p26-btn {
  margin-top: 28px;
}

.p26-split-reverse {
  grid-template-columns: 0.95fr 1.05fr;
}

.p26-location-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.p26-location-grid article {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 430px;
  overflow: hidden;
  border: 1px solid var(--p26-line);
  border-radius: 7px;
  background: #071c1b;
}

.p26-location-card-trigger {
  cursor: pointer;
}

.p26-location-card-trigger:focus-visible {
  outline: 3px solid rgba(25, 207, 191, 0.8);
  outline-offset: 4px;
}

.p26-location-info-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  background: var(--p26-teal-2);
  color: #fff;
  font-size: 13px;
  font-weight: 950;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease;
}

.p26-location-info-btn:hover,
.p26-location-info-btn:focus-visible {
  background: #19cfbf;
  transform: translateY(-1px);
  outline: none;
}

.p26-location-grid img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.04) contrast(1.02);
}

.p26-location-grid article::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, var(--polai-image-overlay-top) 0%, var(--polai-image-overlay-upper) 42%, var(--polai-image-overlay-text) 72%, var(--polai-image-overlay-bottom) 100%),
    linear-gradient(35deg, rgba(16, 183, 165, 0.14), transparent 48%);
  pointer-events: none;
}

.p26-location-grid div {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 166px;
  padding: 0 24px 24px;
  background: transparent;
  color: #fff;
}

.p26-location-grid strong,
.p26-location-grid b,
.p26-location-grid span {
  display: block;
  margin-bottom: 9px;
  font-size: 16px;
  line-height: 1.35;
}

.p26-location-features {
  align-content: flex-start;
  align-items: flex-start;
  min-height: 58px;
  max-width: calc(100% - 54px);
  margin-bottom: 8px;
}

.p26-location-features span {
  margin-bottom: 0;
  line-height: 1;
}

.p26-location-grid b {
  max-width: 92%;
  margin-bottom: 5px;
  color: #fff;
  font-size: clamp(26px, 2.1vw, 36px);
  line-height: 1.02;
  font-weight: 950;
}

.p26-location-grid strong {
  max-width: 92%;
  margin-bottom: 10px;
  color: #fff;
  font-size: clamp(19px, 1.55vw, 26px);
  line-height: 1.08;
  font-weight: 950;
}

.p26-location-grid span {
  color: rgba(255, 255, 255, 0.84);
  font-weight: 750;
}

.p26-location-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 22px;
}

.p26-location-modal.is-open {
  display: flex;
}

.p26-location-modal-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.68);
  cursor: pointer;
}

.p26-location-modal-box {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(280px, 1.1fr);
  width: min(920px, 100%);
  min-width: 0;
  box-sizing: border-box;
  max-height: min(760px, calc(100vh - 44px));
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: #061a19;
  color: #fff;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.45);
}

.p26-location-modal-box > img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.p26-location-modal-content {
  overflow-y: auto;
  padding: clamp(24px, 3vw, 38px);
}

.p26-location-modal-features {
  margin: 0 0 8px;
}

.p26-location-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.42);
  color: #fff;
  cursor: pointer;
}

.p26-location-modal h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 0.98;
}

.p26-location-modal strong {
  display: block;
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.15;
}

.p26-location-modal dl,
.p26-location-modal dd {
  margin: 0;
}

.p26-location-modal dl {
  display: grid;
  gap: 14px;
}

.p26-location-modal dt {
  margin-bottom: 4px;
  color: var(--p26-teal-2);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.p26-location-modal dd {
  color: rgba(255, 255, 255, 0.84);
  font-size: 16px;
  line-height: 1.45;
  white-space: pre-line;
}

.has-location-modal {
  overflow: hidden;
}

@media (max-width: 900px) {
  #p26-location-modal {
    align-items: flex-start;
    overflow-y: auto;
    padding: 14px;
  }

  #p26-location-modal .p26-location-modal-box {
    grid-template-columns: 1fr;
    width: min(100%, 640px);
    max-height: none;
    overflow: hidden;
  }

  #p26-location-modal .p26-location-modal-box > img {
    height: clamp(220px, 42vh, 360px);
    min-height: 0;
  }

  #p26-location-modal .p26-location-modal-content {
    min-width: 0;
    padding: clamp(22px, 5vw, 34px);
  }

  #p26-location-modal h3 {
    font-size: clamp(30px, 8vw, 42px);
    line-height: 1;
    overflow-wrap: anywhere;
  }

  #p26-location-modal strong {
    font-size: clamp(18px, 4.6vw, 24px);
    overflow-wrap: anywhere;
  }

  #p26-about-modal {
    align-items: flex-start;
    overflow-y: auto;
    padding: 14px;
  }

  #p26-about-modal .p26-about-modal-box {
    width: min(100%, 640px);
    max-height: none;
    overflow: hidden;
  }

  #p26-about-modal .p26-about-modal-content {
    min-width: 0;
    padding: clamp(24px, 6vw, 36px);
  }

  #p26-about-modal h3 {
    font-size: clamp(34px, 10vw, 52px);
    line-height: 0.98;
    overflow-wrap: anywhere;
  }
}

.p26-about-subtitle {
  margin: 8px 0 18px;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(1.3rem, 2vw, 1.7rem);
  line-height: 1.18;
  font-weight: 900;
}

.p26-about-links {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.p26-about-link-tile {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  width: 100%;
  min-height: 64px;
  padding: 0 16px;
  border: 1px solid rgba(178, 249, 239, 0.28);
  border-radius: 7px;
  background: linear-gradient(135deg, rgba(7, 92, 86, 0.96), rgba(4, 62, 58, 0.96));
  color: #fff;
  font: inherit;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.p26-about-link-tile:hover,
.p26-about-link-tile:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.62);
  background: linear-gradient(135deg, rgba(8, 119, 110, 0.98), rgba(5, 78, 72, 0.98));
  outline: none;
}

.p26-about-link-icon,
.p26-about-link-arrow {
  display: grid;
  place-items: center;
  border-radius: 999px;
}

.p26-about-link-icon {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  background: #fff;
  color: var(--p26-teal);
}

.p26-about-link-arrow {
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  font-size: 0.82rem;
}

.p26-about-link-tile strong {
  min-width: 0;
  color: #fff;
  font-size: clamp(1rem, 1.2vw, 1.16rem);
  line-height: 1.1;
  font-weight: 900;
}

.p26-academy-slide .p26-about-links {
  gap: 10px;
  margin-top: 24px;
}

.p26-academy-slide .p26-about-link-tile {
  min-height: 56px;
  gap: 14px;
  padding: 0 14px;
}

.p26-academy-slide .p26-about-link-icon {
  width: 34px;
  height: 34px;
}

.p26-academy-slide .p26-about-link-arrow {
  width: 28px;
  height: 28px;
}

.p26-about-modal-box {
  grid-template-columns: 1fr;
  width: min(760px, 100%);
  background:
    radial-gradient(circle at 16% 0%, rgba(16, 183, 165, 0.22), transparent 18rem),
    linear-gradient(135deg, rgba(7, 28, 27, 0.98), rgba(4, 62, 58, 0.98));
}

.p26-about-modal-content {
  min-height: 0;
  max-height: inherit;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: clamp(28px, 4vw, 48px);
}

.p26-about-modal h3 {
  margin: 0 0 20px;
  color: #fff;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 0.92;
}

.p26-about-modal p:not(.p26-smalltitle) {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.5;
  font-weight: 750;
}

.p26-about-modal p + p {
  margin-top: 14px;
}

.has-about-modal {
  overflow: hidden;
}

.p26-faq {
  display: none;
  padding-bottom: 88px;
}

.p26-course-page .p26-course-trust-before-faq {
  width: min(1480px, calc(100% - var(--polai-wide-gutter)));
  margin: clamp(72px, 7vw, 124px) auto 0;
  padding-bottom: clamp(28px, 3vw, 44px);
}

.p26-course-page .p26-course-trust-before-faq > div {
  padding: clamp(48px, 4.6vw, 72px) clamp(34px, 4vw, 64px);
}

.p26-course-page .p26-course-trust-before-faq h3 {
  margin: 0;
  color: var(--p26-text);
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.05;
  font-weight: 950;
  letter-spacing: 0;
}

.p26-course-page .p26-course-trust-before-faq p + p {
  margin-top: 22px;
}

.p26-course-trust-divider {
  display: block;
  width: 78px;
  height: 3px;
  margin: 42px 0 40px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
}

.p26-course-page .p26-course-faq-after-paths {
  padding-top: clamp(18px, 2vw, 30px);
}

.p26-course-page .p26-course-faq-after-paths .p26-section-head {
  grid-template-columns: 1fr;
  justify-items: center;
  text-align: center;
}

.p26-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.p26-faq-grid article {
  padding: 24px;
}

.p26-faq-grid strong {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 950;
}

.p26-faq-grid span {
  color: var(--p26-muted);
}

.p26-final {
  margin-bottom: 80px;
  padding: 64px;
  border: 1px solid rgba(0, 161, 140, 0.72);
  border-radius: 7px;
  background: linear-gradient(100deg, #12b8a7 0%, #075b5a 45%, #071c1b 100%);
}

.p26-course-contact-after-faq {
  margin-bottom: 32px;
}

.p26-final h2 {
  max-width: 960px;
}

.p26-final p {
  max-width: 880px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.86);
}

.p26-final > div {
  display: flex;
  gap: 12px;
  margin-top: 28px;
}

.p26-contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 0.72fr);
  gap: 56px;
  align-items: start;
}

.p26-final.p26-contact-section {
  box-sizing: border-box;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
}

.p26-contact-section-no-form {
  grid-template-columns: 1fr;
}

.p26-contact-section .p26-contact-copy {
  display: block;
  margin-top: 0;
}

.p26-contact-copy .p26-smalltitle {
  margin-bottom: 18px;
}

.p26-contact-office-btn {
  margin-top: 30px;
  background: #ffffff;
  color: #061014;
  border-color: transparent;
  text-decoration: none;
}

.p26-contact-copy > a.p26-contact-office-btn,
.p26-contact-copy > a.p26-contact-office-btn:hover,
.p26-contact-copy > a.p26-contact-office-btn:focus-visible {
  color: #061014;
}

.p26-contact-copy > a.p26-contact-mail {
  display: inline-flex;
  margin-top: 26px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 950;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.34);
  text-underline-offset: 7px;
}

.p26-contact-form {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 7px;
  background: rgba(3, 19, 18, 0.58);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
}

.p26-contact-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.p26-contact-fields label {
  display: grid;
  gap: 8px;
}

.p26-contact-fields label.is-wide {
  grid-column: 1 / -1;
}

.p26-contact-fields span {
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.p26-contact-fields input,
.p26-contact-fields select,
.p26-contact-fields textarea {
  width: 100%;
  min-height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font: inherit;
  font-weight: 800;
  outline: 0;
  padding: 13px 15px;
}

.p26-contact-fields select {
  appearance: none;
}

.p26-contact-fields textarea {
  min-height: 148px;
  resize: vertical;
}

.p26-contact-fields input:focus,
.p26-contact-fields select:focus,
.p26-contact-fields textarea:focus {
  border-color: rgba(16, 183, 165, 0.72);
  background: rgba(255, 255, 255, 0.15);
}

.p26-contact-fields option {
  color: #061014;
}

.p26-contact-form .p26-btn {
  width: 100%;
  margin-top: 18px;
  border: 0;
}

.p26-contact-feedback {
  max-width: none;
  margin: 0 0 18px;
  padding: 12px 14px;
  border-radius: 7px;
  font-size: 15px;
  font-weight: 850;
}

.p26-contact-feedback.is-success {
  background: rgba(16, 183, 165, 0.18);
  color: var(--p26-teal-2);
}

.p26-contact-feedback.is-error {
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
}

.p26-contact-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

html.polai-light .p26-filter-shell,
body.polai-light .p26-filter-shell {
  background: transparent;
  box-shadow: none;
}

html.polai-light .p26-search-ribbon,
body.polai-light .p26-search-ribbon {
  border-color: rgba(5, 18, 22, 0.14);
  background: rgba(5, 18, 22, 0.12);
  box-shadow: 0 20px 54px rgba(5, 18, 22, 0.1);
}

html.polai-light .p26-search-field,
html.polai-light .p26-search-filter,
html.polai-light .p26-search-filter-group,
html.polai-light .p26-search-status,
html.polai-light .p26-filter-grid div,
body.polai-light .p26-search-field,
body.polai-light .p26-search-filter,
body.polai-light .p26-search-filter-group,
body.polai-light .p26-search-status,
body.polai-light .p26-filter-grid div {
  background: transparent;
  color: rgba(6, 16, 20, 0.72);
}

html.polai-light .p26-filter-trigger,
html.polai-light .p26-search-filter-group strong,
html.polai-light .p26-filter-grid strong,
body.polai-light .p26-filter-trigger,
body.polai-light .p26-search-filter-group strong,
body.polai-light .p26-filter-grid strong {
  color: rgba(6, 16, 20, 0.82);
}

html.polai-light .p26-search-field input,
body.polai-light .p26-search-field input {
  color: #061014;
}

html.polai-light .p26-search-field input::placeholder,
body.polai-light .p26-search-field input::placeholder {
  color: rgba(6, 16, 20, 0.56);
}

html.polai-light .p26-search-clear,
body.polai-light .p26-search-clear {
  background: rgba(5, 18, 22, 0.08);
  color: rgba(6, 16, 20, 0.72);
}

html.polai-light .p26-search-icon,
body.polai-light .p26-search-icon {
  background: rgba(5, 18, 22, 0.92);
  color: #ffffff;
}

html.polai-light .p26-search-field,
html.polai-light .p26-search-filter,
body.polai-light .p26-search-field,
body.polai-light .p26-search-filter {
  border-color: rgba(18, 184, 167, 0.32);
}

html.polai-light .p26-filter-trigger i,
body.polai-light .p26-filter-trigger i {
  color: rgba(6, 16, 20, 0.62);
}

html.polai-light .p26-filter-panel,
body.polai-light .p26-filter-panel {
  border-color: rgba(18, 184, 167, 0.28);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 24px 72px rgba(5, 18, 22, 0.16);
}

html.polai-light .p26-filter-panel strong,
body.polai-light .p26-filter-panel strong {
  color: rgba(6, 16, 20, 0.56);
}

html.polai-light .p26-filter-panel span,
body.polai-light .p26-filter-panel span {
  border-color: rgba(5, 18, 22, 0.16);
  background: rgba(5, 18, 22, 0.04);
  color: #061014;
}

html.polai-light .p26-filter-panel .is-active,
body.polai-light .p26-filter-panel .is-active {
  color: #ffffff;
  background: var(--p26-teal-2);
  border-color: var(--p26-teal-2);
}

html.polai-light .p26-maincategory-filter-row button,
body.polai-light .p26-maincategory-filter-row button {
  border-color: rgba(5, 18, 22, 0.16);
  background: rgba(255, 255, 255, 0.72);
  color: #061014;
}

html.polai-light .p26-maincategory-filter-row button:hover,
html.polai-light .p26-maincategory-filter-row button:focus-visible,
body.polai-light .p26-maincategory-filter-row button:hover,
body.polai-light .p26-maincategory-filter-row button:focus-visible {
  border-color: rgba(18, 184, 167, 0.52);
  background: rgba(18, 184, 167, 0.12);
}

html.polai-light .p26-maincategory-filter-row button.is-active,
body.polai-light .p26-maincategory-filter-row button.is-active {
  color: #fff;
  background: var(--p26-teal-2);
  border-color: var(--p26-teal-2);
}

html.polai-light .p26-filter-count,
body.polai-light .p26-filter-count {
  border-color: rgba(5, 18, 22, 0.16);
  background: rgba(5, 18, 22, 0.04);
  color: #06796e;
}

html.polai-light .p26-search-status span,
body.polai-light .p26-search-status span {
  color: rgba(6, 16, 20, 0.72);
}

html.polai-light .p26-search-filter-group span,
html.polai-light .p26-filter-grid span,
body.polai-light .p26-search-filter-group span,
body.polai-light .p26-filter-grid span {
  border-color: rgba(5, 18, 22, 0.16);
  background: rgba(255, 255, 255, 0.72);
  color: #061014;
}

html.polai-light .p26-search-filter-group .is-active,
html.polai-light .p26-filter-grid .is-active,
body.polai-light .p26-search-filter-group .is-active,
body.polai-light .p26-filter-grid .is-active {
  color: #fff;
  background: var(--p26-teal-2);
  border-color: var(--p26-teal-2);
}

html.polai-light .p26-path-grid article,
html.polai-light .p26-split > div,
html.polai-light .p26-academy-slide > div,
html.polai-light .p26-faq-grid article,
body.polai-light .p26-path-grid article,
body.polai-light .p26-split > div,
body.polai-light .p26-academy-slide > div,
body.polai-light .p26-faq-grid article {
  background: rgba(255, 255, 255, 0.9);
  color: #061014;
  box-shadow: 0 18px 50px rgba(5, 18, 22, 0.06);
}

html.polai-light .p26-path-grid a,
html.polai-light .p26-split li,
html.polai-light .p26-academy-slide li,
body.polai-light .p26-path-grid a,
body.polai-light .p26-split li,
body.polai-light .p26-academy-slide li {
  border-color: rgba(5, 18, 22, 0.14);
  background: rgba(5, 18, 22, 0.05);
  color: rgba(6, 16, 20, 0.82);
}

html.polai-light .p26-path-title,
html.polai-light .p26-path-text,
body.polai-light .p26-path-title,
body.polai-light .p26-path-text {
  color: #061014;
}

html.polai-light .p26-event-link-icon,
body.polai-light .p26-event-link-icon {
  border-color: rgba(255, 255, 255, 0.82);
  background: #fff;
  color: var(--p26-teal);
}

html.polai-light .p26-event-link-arrow,
body.polai-light .p26-event-link-arrow {
  border: 1px solid #fff;
  background: var(--p26-teal);
  color: #fff;
}

html.polai-light .p26-paths::after,
body.polai-light .p26-paths::after {
  background:
    linear-gradient(90deg, rgba(246, 252, 250, 0.92), rgba(246, 252, 250, 0.6)),
    linear-gradient(0deg, rgba(0, 161, 140, 0.12), rgba(255, 255, 255, 0.18));
}

html.polai-light .p26-course-page .p26-course-paths-after-terms,
body.polai-light .p26-course-page .p26-course-paths-after-terms {
  background:
    radial-gradient(circle at 82% 18%, rgba(16, 183, 165, 0.11), transparent 30rem),
    radial-gradient(circle at 14% 84%, rgba(16, 183, 165, 0.07), transparent 26rem),
    transparent;
}

html.polai-light .p26-course-page .p26-course-paths-after-terms::after,
body.polai-light .p26-course-page .p26-course-paths-after-terms::after {
  background:
    linear-gradient(180deg, rgba(16, 183, 165, 0.2), rgba(16, 183, 165, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, transparent 0%, rgba(16, 183, 165, 0.08) 48%, transparent 100%);
}

html.polai-light .p26-course-page .p26-course-paths-after-terms .p26-path-grid article,
body.polai-light .p26-course-page .p26-course-paths-after-terms .p26-path-grid article {
  background:
    linear-gradient(180deg, rgba(16, 183, 165, 0.08), rgba(255, 255, 255, 0.6)),
    rgba(255, 255, 255, 0.9);
}

html.polai-light .p26-course-page .p26-course-paths-after-terms .p26-path-grid a,
body.polai-light .p26-course-page .p26-course-paths-after-terms .p26-path-grid a {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

html.polai-light .p26-course-page .p26-course-paths-after-terms .p26-path-grid a:hover,
html.polai-light .p26-course-page .p26-course-paths-after-terms .p26-path-grid a:focus-visible,
body.polai-light .p26-course-page .p26-course-paths-after-terms .p26-path-grid a:hover,
body.polai-light .p26-course-page .p26-course-paths-after-terms .p26-path-grid a:focus-visible {
  border-color: rgba(16, 183, 165, 0.62);
  background: rgba(16, 183, 165, 0.14);
  color: var(--p26-teal-2);
}

html.polai-light .p26-course-page .p26-course-paths-after-terms .p26-path-title,
html.polai-light .p26-course-page .p26-course-paths-after-terms .p26-path-step,
body.polai-light .p26-course-page .p26-course-paths-after-terms .p26-path-title,
body.polai-light .p26-course-page .p26-course-paths-after-terms .p26-path-step {
  color: #ffffff;
}

html.polai-light .p26-course-page .p26-course-paths-after-terms a:hover .p26-path-title,
html.polai-light .p26-course-page .p26-course-paths-after-terms a:hover .p26-path-step,
html.polai-light .p26-course-page .p26-course-paths-after-terms a:focus-visible .p26-path-title,
html.polai-light .p26-course-page .p26-course-paths-after-terms a:focus-visible .p26-path-step,
body.polai-light .p26-course-page .p26-course-paths-after-terms a:hover .p26-path-title,
body.polai-light .p26-course-page .p26-course-paths-after-terms a:hover .p26-path-step,
body.polai-light .p26-course-page .p26-course-paths-after-terms a:focus-visible .p26-path-title,
body.polai-light .p26-course-page .p26-course-paths-after-terms a:focus-visible .p26-path-step {
  color: var(--p26-teal-2);
}

html.polai-light .p26-light,
body.polai-light .p26-light {
  background: transparent;
  color: #fff;
}

html.polai-light .p26-light::before,
body.polai-light .p26-light::before {
  background: #050608;
}

html.polai-light .p26-light p,
body.polai-light .p26-light p {
  color: rgba(255, 255, 255, 0.82);
}

html.polai-light .p26-service-grid article,
html.polai-light .p26-service-grid a,
body.polai-light .p26-service-grid article,
body.polai-light .p26-service-grid a {
  background: #071c1b;
  color: #fff;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
}

html.polai-light .p26-service-grid article.p26-shop-image-card,
html.polai-light .p26-service-grid a.p26-shop-image-card,
body.polai-light .p26-service-grid article.p26-shop-image-card,
body.polai-light .p26-service-grid a.p26-shop-image-card {
  background: #000 var(--badge-img) center / cover no-repeat;
}

html.polai-light .p26-shop-meta,
body.polai-light .p26-shop-meta {
  color: #061014;
}

html.polai-light .p26-service-grid .is-blue,
body.polai-light .p26-service-grid .is-blue {
  background: #fff;
  color: #061014;
}

html.polai-light .p26-location-grid article,
body.polai-light .p26-location-grid article {
  background: #071c1b;
}

html.polai-light .p26-location-grid div,
body.polai-light .p26-location-grid div {
  background: transparent;
  color: #fff;
}

html.polai-light .p26-final,
body.polai-light .p26-final {
  background: linear-gradient(100deg, var(--p26-teal-2) 0%, #ffffff 48%, #dff4ef 100%);
  color: #061014;
}

html.polai-light .p26-contact-section,
body.polai-light .p26-contact-section {
  background: linear-gradient(100deg, #12b8a7 0%, #075b5a 45%, #071c1b 100%);
  color: #ffffff;
}

html.polai-light .p26-final p,
body.polai-light .p26-final p {
  color: rgba(6, 16, 20, 0.72);
}

html.polai-light .p26-contact-section p,
body.polai-light .p26-contact-section p {
  color: rgba(255, 255, 255, 0.86);
}

.polai-footer {
  background: #031312;
  border-top: 0;
}

.polai-footer-panel {
  padding: 0 0 28px;
}

.polai-footer-inner {
  display: none;
}

.polai-footer-bottom {
  width: min(1808px, calc(100% - var(--polai-wide-gutter)));
  max-width: none;
  margin-top: 0;
  padding: 0;
  border-top: 0;
  color: rgba(255,255,255,0.58);
}

html.polai-light .polai-footer,
body.polai-light .polai-footer {
  background: #f4faf8;
}

html.polai-light .polai-footer-bottom,
body.polai-light .polai-footer-bottom {
  color: rgba(6, 16, 20, 0.56);
}

html.polai-light .polai-footer-bottom-brand,
body.polai-light .polai-footer-bottom-brand {
  color: rgba(6, 16, 20, 0.66);
}

html.polai-light .polai-footer a,
body.polai-light .polai-footer a {
  color: rgba(6, 16, 20, 0.68);
}

html.polai-light .polai-footer a:hover,
body.polai-light .polai-footer a:hover {
  color: var(--p26-teal);
}

.polai-footer-socialbtn {
  display: none;
}

@media (max-width: 1280px) {
  .p26-search-ribbon {
    grid-template-columns: minmax(190px, 0.85fr) minmax(210px, 0.9fr) auto;
    row-gap: 1px;
  }

  .p26-search-field {
    grid-column: 1 / -1;
    padding: 0 0 15px;
    border-right: 0;
    border-bottom: 1px solid rgba(18, 184, 167, 0.34);
  }

  .p26-search-filter {
    padding: 15px 18px 0 0;
  }

  .p26-search-status {
    grid-column: auto;
    min-height: 56px;
    padding: 15px 0 0 18px;
  }

  .p26-search-status span {
    max-width: none;
  }
}

@media (max-width: 900px) {
  :root {
    --polai-content-gutter: 28px;
    --polai-wide-gutter: 32px;
    --polai-nav-height: 70px;
  }

  .polai-header-container {
    flex-wrap: nowrap;
    justify-content: space-between;
    min-height: 64px;
    padding: 12px 0;
    gap: 10px;
  }

  .polai-main-nav {
    position: fixed;
    top: var(--polai-nav-height);
    left: 0;
    right: 0;
    z-index: 79;
    width: auto;
    max-height: calc(100vh - var(--polai-nav-height));
    margin-left: 0;
    padding: 14px var(--polai-wide-edge) calc(18px + env(safe-area-inset-bottom));
    overflow-x: hidden;
    overflow-y: auto;
    background: rgba(5, 6, 8, 0.98);
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 22px 46px rgba(0, 0, 0, 0.34);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
  }

  body.polai-mobile-nav-open .polai-main-nav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .polai-main-nav ul {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    width: min(100%, 520px);
    margin: 0 auto;
    gap: 8px;
  }

  .polai-main-nav li,
  .polai-nav-dd {
    width: 100%;
  }

  .polai-main-nav a,
  .polai-nav-dd-btn {
    width: 100%;
    min-height: 48px;
    justify-content: space-between;
    padding: 0 14px;
    border-radius: 7px;
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(255, 255, 255, 0.12);
  }

  .polai-nav-dd-menu {
    position: static;
    display: none;
    min-width: 0;
    width: 100%;
    margin-top: 8px;
    padding: 8px;
    border-radius: 7px;
    box-shadow: none;
  }

  .polai-nav-dd.is-open .polai-nav-dd-menu {
    display: grid;
    gap: 4px;
  }

  .polai-nav-dd-menu a {
    min-height: 44px;
  }

  .polai-header-actions {
    order: 3;
    margin-left: auto;
  }

  .polai-header-action.is-primary {
    display: none;
  }

  .polai-header-action.is-secondary {
    width: 44px;
    min-width: 44px;
    padding: 0;
    gap: 0;
    font-size: 0;
  }

  .polai-header-action.is-secondary i {
    margin: 0;
    font-size: 17px;
  }

  .polai-mobile-nav-toggle {
    display: inline-flex;
    order: 5;
  }

  html.polai-light .polai-mobile-nav-toggle,
  body.polai-light .polai-mobile-nav-toggle {
    background: rgba(5, 18, 22, 0.06);
    border-color: rgba(5, 18, 22, 0.14);
    color: #061014;
  }

  html.polai-light .polai-main-nav,
  body.polai-light .polai-main-nav {
    background: rgba(255, 255, 255, 0.98);
    border-bottom-color: rgba(5, 18, 22, 0.12);
    box-shadow: 0 22px 46px rgba(5, 18, 22, 0.12);
  }

  html.polai-light .polai-main-nav a,
  html.polai-light .polai-nav-dd-btn,
  body.polai-light .polai-main-nav a,
  body.polai-light .polai-nav-dd-btn {
    background: rgba(5, 18, 22, 0.06);
    border-color: rgba(5, 18, 22, 0.1);
    color: #061014;
  }

  html.polai-light .polai-main-nav .polai-nav-dd-menu,
  html.polai-light .polai-main-nav .polai-dd-submenu,
  body.polai-light .polai-main-nav .polai-nav-dd-menu,
  body.polai-light .polai-main-nav .polai-dd-submenu {
    background: rgba(255, 255, 255, 0.94);
    border-color: rgba(5, 18, 22, 0.12);
  }

  html.polai-light .polai-main-nav .polai-nav-dd-menu a,
  html.polai-light .polai-main-nav .polai-dd-subbtn,
  body.polai-light .polai-main-nav .polai-nav-dd-menu a,
  body.polai-light .polai-main-nav .polai-dd-subbtn {
    background: rgba(5, 18, 22, 0.06);
    border-color: rgba(5, 18, 22, 0.08);
    color: #061014;
  }

  html.polai-light .polai-main-nav .polai-nav-dd-menu a:hover,
  html.polai-light .polai-main-nav .polai-dd-subbtn:hover,
  body.polai-light .polai-main-nav .polai-nav-dd-menu a:hover,
  body.polai-light .polai-main-nav .polai-dd-subbtn:hover {
    background: rgba(16, 183, 165, 0.14);
    color: #061014;
  }

  .p26-strip,
  .p26-section,
  .p26-paths-inner,
  .p26-final {
    width: min(100% - var(--polai-wide-gutter), 900px);
  }

  .p26-hero,
  .p26-section-head,
  .p26-two,
  .p26-split,
  .p26-academy-slide,
  .p26-light,
  .p26-split-reverse,
  .p26-contact-section {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .p26-hero {
    min-height: 0;
  }

  .p26-academy-track {
    height: 1280px;
  }

  .p26-academy-slide > img {
    min-height: 480px;
  }

  .p26-hero-brand-logo {
    right: var(--polai-wide-edge);
    top: 72px;
    width: min(42vw, 280px);
    max-width: 42vw;
    transform: none;
  }

  .p26-ball-card {
    margin-top: 0;
  }

  .p26-strip,
  .p26-card-grid,
  .p26-path-grid,
  .p26-location-grid,
  .p26-shop-products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .p26-shop-page {
    padding-top: 62px;
  }

  .p26-shop-hero {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .p26-kontakt-hero,
  .p26-kontakt-info {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .p26-kontakt-topics,
  .p26-kontakt-location-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .p26-shop-product-card {
    min-height: 330px;
  }

  .p26-shop-content-section {
    grid-template-columns: 1fr;
    width: min(100% - var(--polai-wide-gutter), 900px);
  }

  .p26-shop-content-media {
    min-height: 0;
    aspect-ratio: 4 / 5;
  }

  .p26-shop-showcase {
    grid-template-columns: 1fr;
    width: min(100% - var(--polai-wide-gutter), 900px);
    min-height: 0;
  }

  .p26-shop-showcase-media {
    aspect-ratio: 3 / 4;
    min-height: 0;
  }

  .p26-shop-showcase-info {
    border-top: 1px solid rgba(16, 183, 165, 0.2);
    border-left: 0;
  }

  .p26-course-page .p01s-hero-content {
    flex-direction: column;
    justify-content: flex-end;
    gap: 20px;
    padding: 42px 0;
  }

  .p26-course-page .p01s-hero-copy,
  .p26-course-page .p01s-hero-description {
    align-self: stretch;
  }

  .p26-course-page .p01s-hero-title {
    font-size: 54px;
    line-height: 0.94;
    max-width: 100%;
  }

  .p26-legal-page .p01s-hero-title {
    font-size: 44px;
    line-height: 0.98;
  }

  .p26-legal-page .p26-kontakt-showcase-copy h2 {
    font-size: 44px;
    line-height: 0.98;
  }

  .p26-legal-page .p26-kontakt-showcase-copy h2 .p26-legal-title-line {
    display: block;
  }

  .p26-course-page .p01s-hero-description {
    width: auto;
    padding: 0;
    border-left: 0;
  }

  .p26-events .p26-section-head h2 {
    font-size: clamp(40px, 7vw, 50px);
  }

  .p26-event-focus h3 {
    font-size: clamp(38px, 7vw, 46px);
  }
}

@media (max-width: 720px) {
  :root {
    --polai-content-gutter: 24px;
    --polai-wide-gutter: 24px;
  }

  .p26-card-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .p26-offer-card h3,
  .p26-offer-card > p {
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.68);
  }

  .p26-offer-card .p26-tags .p26-tag-muted {
    background: rgba(0, 0, 0, 0.48);
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.26);
  }

  .p26-card-actions,
  .p26-card-participations {
    width: 100%;
  }

  .p26-card-participations {
    flex: 0 1 auto;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .p26-card-participations span {
    min-height: 34px;
    padding: 6px 12px;
  }

  .p26-course-page #p01s-course-filters .p01s-filter-label {
    text-align: center;
  }

  .p26-course-page #p01s-course-filters .p01s-stufen {
    justify-content: center;
  }

  .polai-cp-auth-visual,
  .polai-cp-login-card {
    grid-template-columns: 44px minmax(0, 1fr);
    column-gap: 12px;
  }

  .polai-cp-auth-visual .polai-cp-auth-mark,
  .polai-cp-login-card > .polai-cp-icon {
    width: 44px;
    height: 44px;
    font-size: 19px;
  }

  .polai-header-actions {
    width: auto;
    margin-left: 0;
  }

  .polai-header-action.is-primary {
    min-height: 42px;
    font-size: 15px;
  }

  .p26-strip,
  .p26-section,
  .p26-paths-inner,
  .p26-final,
  .p26-shop-hero,
  .p26-shop-products,
  .p26-kontakt-hero,
  .p26-kontakt-topics,
  .p26-kontakt-info {
    width: calc(100% - var(--polai-wide-gutter));
  }

  .p26-hero-left {
    min-height: 650px;
  }

  .p26-hero-copy {
    padding: 70px var(--polai-wide-edge) 24px;
  }

  .p26-hero-brand-logo {
    display: none;
  }

  .p26-hero h1 {
    font-size: clamp(43px, 14vw, 54px);
  }

  .p26-hero-copy > p:last-of-type {
    font-size: 18px;
  }

  .p26-events .p26-section-head h2 {
    font-size: clamp(32px, 9vw, 38px);
  }

  .p26-event-focus h3 {
    font-size: clamp(31px, 9vw, 36px);
  }

  .p26-shop-hero h1 {
    font-size: clamp(48px, 16vw, 68px);
  }

  .p26-kontakt-page {
    padding-top: 62px;
  }

  .p26-kontakt-hero h1 {
    font-size: clamp(46px, 15vw, 66px);
  }

  .p26-kontakt-actions {
    flex-direction: column;
  }

  .p26-kontakt-actions .p26-btn {
    width: 100%;
  }

  .p26-shop-products {
    grid-template-columns: 1fr;
  }

  .p26-kontakt-topics,
  .p26-kontakt-location-list {
    grid-template-columns: 1fr;
  }

  .p26-shop-product-card {
    min-height: 300px;
  }

  .p26-shop-content-section {
    width: calc(100% - var(--polai-wide-gutter));
    margin-top: 56px;
    margin-bottom: 72px;
  }

  .p26-shop-content-media {
    aspect-ratio: 3 / 4;
  }

  .p26-shop-content-copy {
    padding: 32px 22px;
  }

  .p26-shop-content-copy h2 {
    font-size: 38px;
  }

  .p26-shop-showcase {
    width: calc(100% - var(--polai-wide-gutter));
    margin-top: 56px;
    margin-bottom: 72px;
  }

  .p26-shop-showcase-media {
    aspect-ratio: 3 / 4;
    min-height: 0;
  }

  .p26-shop-showcase-copy {
    padding: 32px 22px;
  }

  .p26-shop-showcase-copy h2 {
    font-size: 38px;
  }

  .p26-shop-showcase-info {
    padding: 28px 22px;
  }

  .p26-hero-actions,
  .p26-final > div {
    flex-direction: column;
  }

  .polai-cp-form-row {
    grid-template-columns: 1fr;
  }

  .polai-cp-phone-row {
    grid-template-columns: 1fr;
  }

  .p26-strip,
  .p26-card-grid,
  .p26-filter-grid,
  .p26-path-grid,
  .p26-location-grid,
  .p26-faq-grid,
  .p26-service-grid {
    grid-template-columns: 1fr;
  }

  .p26-search-ribbon {
    grid-template-columns: 1fr;
    padding: 16px;
  }

  .p26-search-field,
  .p26-search-filter,
  .p26-search-status {
    min-height: 0;
  }

  .p26-search-field {
    grid-template-columns: 38px minmax(0, 1fr) 34px;
    padding: 0 0 14px;
  }

  .p26-search-icon {
    width: 38px;
    height: 38px;
    font-size: 16px;
  }

  .p26-search-field input {
    font-size: 17px;
  }

  .p26-search-filter {
    min-height: 54px;
    padding: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(18, 184, 167, 0.28);
  }

  .p26-filter-trigger {
    width: 100%;
    justify-content: space-between;
    font-size: 16px;
  }

  .p26-filter-panel {
    top: calc(100% + 1px);
    left: 0;
    width: 100%;
  }

  .p26-search-status {
    justify-content: stretch;
    gap: 10px;
    padding: 14px 0 0;
  }

  .p26-filter-count {
    flex: 1 1 auto;
    min-width: 0;
  }

  .p26-filter-grid div:nth-child(1),
  .p26-filter-grid div:nth-child(2),
  .p26-filter-grid div:nth-child(3) {
    grid-column: auto;
    grid-row: auto;
  }

  .p26-path-grid article.is-wide {
    grid-column: auto;
  }

  .p26-contact-fields {
    grid-template-columns: 1fr;
  }

  .p26-section-head h2,
  .p26-section-head h1,
  .p26-split h2,
  .p26-academy-slide h2,
  .p26-light h2,
  .p26-final h2 {
    font-size: 38px;
  }

  .p26-split > img {
    min-height: 420px;
  }

  .p26-academy-track {
    height: 1020px;
    min-height: 0;
  }

  .p26-academy-slide > img {
    min-height: 420px;
  }

  .p26-split > div,
  .p26-academy-slide > div,
  .p26-final {
    padding: 32px 22px;
  }

  .p26-light {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

@media (max-width: 420px) {
  .p26-events .p26-section-head h2 {
    font-size: 32px;
  }

  .p26-event-focus h3 {
    font-size: 32px;
  }
}

@media (max-width: 360px) {
  .p26-events .p26-section-head h2 {
    font-size: 29px;
  }

  .p26-event-focus h3 {
    font-size: 30px;
  }
}

.p26-course-special {
  background: var(--p26-bg);
  color: var(--p26-text);
  min-height: 100vh;
}

.p26-course-special-body {
  width: min(1808px, calc(100% - var(--polai-wide-gutter)));
  margin: 0 auto;
}

.p26-course-special .p26-course-special-hero {
  margin-bottom: clamp(36px, 6vw, 72px);
}

.p26-privatkurse-home-hero .p26-hero-copy > p:last-of-type {
  white-space: pre-line;
}

.p26-privatkurse-home-hero {
  min-height: 0;
  padding-bottom: 0;
}

.p26-privatkurse-home-hero .p26-hero-left::after {
  background:
    radial-gradient(ellipse at 0% 74%, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.62) 24%, rgba(0, 0, 0, 0.24) 48%, transparent 72%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.44) 0%, rgba(0, 0, 0, 0.2) 34%, rgba(0, 0, 0, 0.06) 64%, transparent 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.04) 0%, transparent 48%, rgba(0, 0, 0, 0.22) 100%),
    linear-gradient(0deg, rgba(0, 161, 140, 0.08), transparent 40%);
}

.p26-privatkurse-filter {
  width: min(1808px, calc(100% - var(--polai-wide-gutter)));
  margin: clamp(32px, 4vw, 64px) auto 32px;
  text-align: center;
}

.p26-course-page .p26-workshop-selector {
  margin: 0 auto 2rem;
}

.p26-course-page .p26-privatkurse-filter {
  margin: clamp(32px, 4vw, 64px) auto 32px;
}

.p26-privatkurse-filter .p01s-filter-wrap {
  align-items: center;
}

.p26-privatkurse-filter .p01s-stufen {
  justify-content: center;
  gap: 0.55rem;
}

.p26-privatkurse-filter a {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  text-decoration: none;
}

.p26-privatkurse-filter a.active {
  border-color: rgba(0, 168, 168, 0.95);
  background: rgba(0, 168, 168, 0.95);
  color: #fff;
}

.p26-course-special.p26-privatkurse-page {
  padding-bottom: 0;
}

.p26-course-special.p26-privatkurse-page .p26-course-special-body {
  padding-bottom: clamp(24px, 3vw, 44px);
}

.p26-course-special-body {
  padding: 0 0 clamp(72px, 10vw, 128px);
  display: grid;
  gap: 24px;
}

.p26-course-special-intro,
.p26-course-special-copy {
  max-width: 860px;
  color: var(--p26-muted);
  font-size: 1.04rem;
  line-height: 1.7;
}

.p26-course-special-categories {
  display: grid;
  gap: 24px;
  margin-top: 26px;
}

.p26-course-special-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: stretch;
  min-height: 430px;
  overflow: hidden;
  border: 1px solid rgba(16, 183, 165, 0.26);
  border-radius: 7px;
  background:
    linear-gradient(135deg, rgba(16, 183, 165, 0.13), rgba(255, 255, 255, 0.045)),
    var(--p26-panel);
}

.p26-privatkurse-page .p26-course-special-card {
  height: clamp(520px, 34vw, 620px);
  min-height: clamp(520px, 34vw, 620px);
}

.p26-privatkurse-page .p26-course-special-badge,
html.polai-light .p26-privatkurse-page .p26-course-special-badge,
body.polai-light .p26-privatkurse-page .p26-course-special-badge {
  background: rgba(0, 168, 168, 0.96);
  border-color: rgba(0, 168, 168, 0.98);
  color: #fff;
}

.p26-privatkurse-page .p26-course-special-badge i,
html.polai-light .p26-privatkurse-page .p26-course-special-badge i,
body.polai-light .p26-privatkurse-page .p26-course-special-badge i {
  color: #fff;
}

.p26-course-page .p26-course-special-badge {
  position: absolute;
  top: clamp(14px, 1.6vw, 24px);
  right: clamp(14px, 1.6vw, 24px);
  z-index: 3;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
}

.p26-course-page .p26-course-special-badge[data-tooltip]::after {
  top: calc(100% + 10px);
  right: 0;
  bottom: auto;
  left: auto;
}

.p26-course-page .p26-course-special-card:nth-child(even) .p26-course-special-badge {
  right: auto;
  left: clamp(14px, 1.6vw, 24px);
}

.p26-course-page .p26-course-special-card:nth-child(even) .p26-course-special-badge[data-tooltip]::after {
  right: auto;
  left: 0;
}

.p26-course-special-card:nth-child(even) {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.92fr);
}

.p26-course-special-card:nth-child(even) img {
  order: 2;
}

.p26-course-special-card img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
}

.p26-course-special-card > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
  padding: clamp(28px, 4vw, 56px);
}

.p26-course-special-card strong {
  color: var(--p26-text);
  font-size: clamp(34px, 4vw, 58px);
  line-height: 0.96;
  font-weight: 950;
}

.p26-course-special-card span,
.p26-course-special-card em {
  color: var(--p26-muted);
  font-style: normal;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.3;
}

.p26-course-special-card em {
  color: rgba(255, 255, 255, 0.92);
  font-weight: 850;
}

html.polai-light .p26-course-special-card em,
body.polai-light .p26-course-special-card em {
  color: rgba(6, 16, 20, 0.86);
}

@media (max-width: 720px) {
  .p26-course-special-card,
  .p26-course-special-card:nth-child(even) {
    grid-template-columns: 1fr;
  }

  .p26-course-special-card:nth-child(even) img {
    order: 0;
  }

  .p26-course-special-card,
  .p26-course-special-card img {
    height: auto;
    min-height: 0;
  }

  .p26-course-special-card img {
    aspect-ratio: 1.35;
  }

  .p26-privatkurse-page .p26-course-special-badge {
    background: rgba(0, 168, 168, 0.96);
    border-color: rgba(0, 168, 168, 0.98);
    color: #fff;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.36);
  }

  .p26-privatkurse-page .p26-course-special-badge i {
    color: #fff;
  }

  .p26-course-special-categories {
    grid-template-columns: 1fr;
  }

  .p26-course-special-card > div {
    padding: 24px;
  }

  .p26-privatkurse-page .p26-course-special-card strong {
    font-size: clamp(29px, 7.5vw, 32px);
    line-height: 1.02;
  }
}

.p26-clubs-page {
  --p26-clubs-section-gap: clamp(52px, 5vw, 88px);
  padding-bottom: 0;
}

.p26-clubs-hero img {
  object-position: center 42%;
}

.p26-clubs-workshop-container {
  margin: clamp(72px, 7vw, 124px) auto;
}

.p26-clubs-filter {
  margin: 0 auto 2rem;
  text-align: center;
}

.p26-course-page .p26-clubs-filter {
  margin: 0 auto 2rem;
}

.p26-clubs-filter .p01s-filter-wrap {
  align-items: center;
}

.p26-clubs-filter .p01s-stufen {
  justify-content: center;
  gap: 0.55rem;
}

.p26-clubs-filter button,
.p26-clubs-filter a {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  text-decoration: none;
}

.p26-clubs-filter button.active,
.p26-clubs-filter a.active {
  border-color: rgba(0, 168, 168, 0.95);
  background: rgba(0, 168, 168, 0.95);
  color: #fff;
}

.p26-clubs-workshop-sections {
  display: grid;
  gap: clamp(1.4rem, 2.4vw, 2.6rem);
  margin-top: 1.5rem;
}

.p26-clubs-workshop-sections .p26-workshop-section {
  overflow: hidden;
  border: 1px solid rgba(16, 183, 165, 0.3);
  border-radius: 7px;
  background: rgba(7, 28, 27, 0.84);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
  scroll-margin-top: var(--polai-anchor-offset, 110px);
}

.p26-clubs-workshop-sections .p26-workshop-section-main {
  display: grid;
  grid-template-columns: minmax(220px, 0.6fr) minmax(0, 1.05fr) minmax(240px, 0.48fr);
  min-height: clamp(460px, 36vw, 660px);
  height: clamp(460px, 36vw, 660px);
}

.p26-clubs-workshop-sections .p26-workshop-section-media {
  min-height: 100%;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.32)),
    var(--workshop-img, linear-gradient(135deg, rgba(16, 183, 165, 0.22), rgba(255, 255, 255, 0.04))) center center / cover no-repeat;
}

.p26-clubs-workshop-sections .p26-workshop-section-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: flex-start;
  gap: clamp(1rem, 1.4vw, 1.5rem);
  padding: clamp(1.25rem, 2.2vw, 2.4rem) clamp(2rem, 3.8vw, 4.4rem);
  background: rgba(9, 48, 43, 0.76);
}

.p26-clubs-workshop-sections .p26-workshop-section-kicker {
  order: 1;
  margin: 0;
  color: var(--p26-teal-2);
  font-size: 0.84rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.p26-clubs-workshop-sections .p26-workshop-section-copy h2 {
  order: 2;
  max-width: 100%;
  margin: 0;
  color: #fff;
  font-size: clamp(42px, 3.9vw, 72px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: normal;
  hyphens: auto;
}

.p26-clubs-workshop-sections .p26-workshop-section-copy > p:not(.p26-workshop-section-kicker) {
  order: 4;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(1rem, 1.08vw, 1.22rem);
  font-weight: 560;
  line-height: 1.46;
}

.p26-clubs-workshop-sections .p26-workshop-text-blocks {
  order: 5;
  display: grid;
  gap: 0.9rem;
  margin-top: 0.35rem;
}

.p26-clubs-workshop-sections .p26-workshop-text-block strong {
  display: block;
  color: #fff;
  font-size: clamp(1.15rem, 1.55vw, 1.8rem);
  line-height: 1.15;
  font-weight: 950;
}

.p26-clubs-workshop-sections .p26-workshop-text-block span {
  display: block;
  margin-top: 0.35rem;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(0.98rem, 1.02vw, 1.14rem);
  line-height: 1.5;
  font-weight: 520;
}

.p26-clubs-workshop-sections .p26-workshop-upcoming {
  display: flex;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  gap: 1rem;
  align-self: stretch;
  overflow: hidden;
  padding: clamp(1.25rem, 2.2vw, 2.4rem);
  border-left: 1px solid rgba(16, 183, 165, 0.2);
  background: rgba(3, 22, 20, 0.62);
}

.p26-clubs-workshop-sections .p26-workshop-upcoming h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.15rem, 1.35vw, 1.6rem);
  font-weight: 950;
  letter-spacing: 0;
}

.p26-clubs-workshop-sections .p26-workshop-upcoming-list {
  display: grid;
  flex: 1 1 auto;
  align-content: start;
  grid-auto-rows: max-content;
  gap: 0.55rem;
  min-height: 0;
  margin: 0;
  padding: 0 0.35rem 0 0;
  overflow-y: auto;
  list-style: none;
  overscroll-behavior: contain;
  scrollbar-color: rgba(16, 183, 165, 0.55) rgba(255, 255, 255, 0.08);
  scrollbar-width: thin;
}

.p26-clubs-workshop-sections .p26-workshop-upcoming-list::-webkit-scrollbar {
  width: 6px;
}

.p26-clubs-workshop-sections .p26-workshop-upcoming-list::-webkit-scrollbar-track {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.p26-clubs-workshop-sections .p26-workshop-upcoming-list::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(16, 183, 165, 0.55);
}

.p26-clubs-workshop-sections .p26-workshop-upcoming-list li {
  display: grid;
  grid-template-columns: minmax(72px, 0.75fr) minmax(0, 1fr);
  gap: 0.75rem;
  align-items: center;
  padding: 0.72rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.p26-clubs-workshop-sections .p26-workshop-upcoming-date {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  color: #fff;
  font-weight: 950;
  line-height: 1.08;
}

.p26-clubs-workshop-sections .p26-workshop-upcoming-date small {
  color: var(--p26-teal-2);
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.p26-clubs-workshop-sections .p26-workshop-upcoming-meta {
  min-width: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
  font-weight: 750;
  line-height: 1.25;
}

.p26-clubs-workshop-sections .p26-workshop-upcoming-meta strong {
  display: block;
  overflow: hidden;
  color: #fff;
  font-size: 0.96rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.p26-clubs-workshop-sections .p26-workshop-upcoming-job-title {
  display: block;
  margin-bottom: 0.18rem;
  color: var(--p26-teal-2);
  font-size: 0.84rem;
  font-weight: 950;
  line-height: 1.2;
}

.p26-clubs-workshop-sections .p26-workshop-upcoming-empty {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.95rem;
  font-weight: 750;
  line-height: 1.4;
}

.p26-clubs-form-section {
  align-items: stretch;
  margin-bottom: 0;
}

.p26-privatkurse-form-section {
  margin-top: clamp(32px, 5vw, 72px);
}

.p26-privatkurse-image-text-section {
  display: block;
  margin-top: clamp(10px, 1.5vw, 24px);
  margin-bottom: clamp(26px, 3vw, 44px);
  padding-bottom: 0;
  text-align: center;
}

.p26-course-page .p26-privatkurse-image-text-section {
  width: min(1808px, calc(100% - var(--polai-wide-gutter)));
  margin: clamp(6px, 0.8vw, 12px) auto clamp(26px, 3vw, 44px);
  padding-bottom: 0;
}

.p26-privatkurse-image-text-section > div {
  width: 100%;
  max-width: none;
  margin: 0 auto;
  padding: clamp(42px, 5vw, 72px);
  border: 1px solid var(--p26-line);
  border-radius: 7px;
  background:
    linear-gradient(135deg, rgba(16, 183, 165, 0.12), rgba(255, 255, 255, 0.035)),
    rgba(7, 28, 27, 0.84);
}

.p26-privatkurse-image-text-section h3,
.p26-privatkurse-image-text-section p {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.p26-course-page .p26-privatkurse-image-text-section h3,
.p26-course-page .p26-privatkurse-image-text-section p {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.p26-privatkurse-image-text-section h3 {
  max-width: 1040px;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 0.96;
  font-weight: 950;
}

.p26-privatkurse-image-text-section h3 + p {
  margin-top: clamp(22px, 2.4vw, 36px);
}

.p26-privatkurse-image-text-section p {
  max-width: 1040px;
  font-size: clamp(16px, 1.25vw, 20px);
  line-height: 1.45;
}

.p26-privatkurse-image-text-section .p26-course-trust-divider {
  margin-right: auto;
  margin-left: auto;
}

html.polai-light .p26-privatkurse-image-text-section > div,
body.polai-light .p26-privatkurse-image-text-section > div {
  border-color: rgba(5, 18, 22, 0.14);
  background: rgba(255, 255, 255, 0.9);
  color: #061014;
  box-shadow: 0 18px 50px rgba(5, 18, 22, 0.06);
}

.p26-privatkurse-form-section .p26-contact-copy p {
  max-width: 680px;
}

.p26-privatkurse-form .p26-contact-fields textarea {
  min-height: 172px;
}

html.polai-light .p26-privatkurse-form .p26-contact-fields input,
body.polai-light .p26-privatkurse-form .p26-contact-fields input,
html.polai-light .p26-privatkurse-form .p26-contact-fields select,
body.polai-light .p26-privatkurse-form .p26-contact-fields select,
html.polai-light .p26-privatkurse-form .p26-contact-fields textarea,
body.polai-light .p26-privatkurse-form .p26-contact-fields textarea {
  border-color: rgba(6, 16, 20, 0.16);
  background: rgba(6, 16, 20, 0.06);
  color: #061014;
}

html.polai-light .p26-privatkurse-form .p26-contact-fields input:focus,
body.polai-light .p26-privatkurse-form .p26-contact-fields input:focus,
html.polai-light .p26-privatkurse-form .p26-contact-fields select:focus,
body.polai-light .p26-privatkurse-form .p26-contact-fields select:focus,
html.polai-light .p26-privatkurse-form .p26-contact-fields textarea:focus,
body.polai-light .p26-privatkurse-form .p26-contact-fields textarea:focus {
  border-color: rgba(16, 183, 165, 0.58);
  background: rgba(16, 183, 165, 0.1);
}

html.polai-light .p26-privatkurse-form .p26-contact-fields input::placeholder,
body.polai-light .p26-privatkurse-form .p26-contact-fields input::placeholder,
html.polai-light .p26-privatkurse-form .p26-contact-fields textarea::placeholder,
body.polai-light .p26-privatkurse-form .p26-contact-fields textarea::placeholder {
  color: rgba(6, 16, 20, 0.48);
}

.p26-clubs-image-text-section {
  margin-top: var(--p26-clubs-section-gap);
  margin-bottom: var(--p26-clubs-section-gap);
  padding-bottom: 0;
}

.p26-clubs-contact-section {
  margin-top: 0;
  margin-bottom: 32px;
}

.p26-clubs-form-teaser {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 18px;
  margin-top: 0;
}

.p26-clubs-form-teaser .p26-btn {
  width: min(100%, 520px);
}

.p26-clubs-trial-note {
  width: min(100%, 520px);
  margin-top: auto;
  padding: 18px 22px;
  border-radius: 7px;
  background: var(--p26-teal-2);
  color: #fff;
  font-size: clamp(1.05rem, 1.25vw, 1.32rem);
  font-weight: 950;
  line-height: 1.12;
  letter-spacing: 0;
  text-align: center;
}

.p26-clubs-form-teaser .p26-contact-feedback {
  width: min(100%, 640px);
  margin: 0;
}

.p26-clubs-trial-button {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.p26-clubs-modal-open {
  overflow: hidden;
}

.p26-clubs-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: clamp(16px, 3vw, 42px);
}

.p26-clubs-modal.is-open {
  display: flex;
}

.p26-clubs-modal-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(1, 10, 11, 0.74);
  backdrop-filter: blur(14px);
  cursor: pointer;
}

.p26-clubs-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(1040px, 100%);
  min-width: 0;
  box-sizing: border-box;
  max-height: min(88vh, 980px);
  overflow: auto;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(16, 183, 165, 0.28);
  border-radius: 8px;
  background: rgba(4, 23, 23, 0.97);
  box-shadow: 0 36px 110px rgba(0, 0, 0, 0.42);
}

.p26-clubs-modal-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
}

.p26-clubs-modal-head h2 {
  min-width: 0;
  margin: 0;
  color: #ffffff;
  font-size: clamp(2rem, 3.8vw, 4.2rem);
  line-height: 0.95;
  font-weight: 950;
}

.p26-clubs-modal-close {
  display: grid;
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.p26-clubs-modal .p26-clubs-form {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.p26-clubs-status-dialog {
  width: min(620px, 100%);
  overflow: visible;
  padding: clamp(28px, 4vw, 46px);
  text-align: center;
}

.p26-clubs-status-close {
  position: absolute;
  top: 16px;
  right: 16px;
}

.p26-clubs-status-icon {
  display: grid;
  width: 58px;
  height: 58px;
  margin: 0 auto 18px;
  place-items: center;
  border-radius: 999px;
  background: rgba(16, 183, 165, 0.18);
  color: var(--p26-teal-2);
  font-size: 24px;
  box-shadow: 0 0 0 10px rgba(16, 183, 165, 0.08);
}

.p26-clubs-status-dialog.is-error .p26-clubs-status-icon {
  background: rgba(255, 94, 94, 0.16);
  color: #ff9a9a;
  box-shadow: 0 0 0 10px rgba(255, 94, 94, 0.08);
}

.p26-clubs-status-dialog h2 {
  margin: 0 auto 14px;
  max-width: 500px;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 0.96;
  font-weight: 950;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.p26-clubs-status-dialog > p:not(.p26-smalltitle) {
  max-width: 500px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1rem, 1.2vw, 1.12rem);
  line-height: 1.55;
}

.p26-clubs-status-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 26px;
}

.p26-clubs-status-ok {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.p26-clubs-terms-dialog {
  width: min(880px, 100%);
}

.p26-clubs-terms-content {
  display: grid;
  gap: 22px;
  color: rgba(255, 255, 255, 0.78);
}

.p26-clubs-terms-content section {
  display: grid;
  gap: 10px;
}

.p26-clubs-terms-content h3 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.2rem, 1.6vw, 1.6rem);
  font-weight: 950;
  line-height: 1.08;
}

.p26-clubs-terms-content p {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0;
}

.p26-clubs-member-box {
  display: grid;
  gap: 6px;
  padding: 16px 18px;
  border: 1px solid rgba(16, 183, 165, 0.26);
  border-radius: 7px;
  background: rgba(16, 183, 165, 0.1);
}

.p26-clubs-member-box strong {
  color: #ffffff;
  font-size: 1.05rem;
  font-weight: 950;
}

.p26-clubs-member-box span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.95rem;
  font-weight: 760;
  letter-spacing: 0;
  text-transform: none;
}

.p26-clubs-fields fieldset,
.p26-clubs-fields .p26-clubs-form-subhead,
.p26-clubs-fields .p26-clubs-member-box,
.p26-clubs-fields .p26-clubs-trial-term-columns {
  grid-column: 1 / -1;
}

.p26-clubs-fields fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.p26-clubs-fields legend,
.p26-clubs-form-subhead {
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.p26-clubs-choice {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.p26-clubs-choice legend {
  flex: 0 0 100%;
}

.p26-clubs-choice label,
.p26-clubs-memberships label,
.p26-clubs-trial-terms label {
  cursor: pointer;
}

.p26-clubs-choice label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.09);
}

.p26-clubs-choice input,
.p26-clubs-memberships input,
.p26-clubs-trial-terms input,
.p26-clubs-check input {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: var(--p26-teal-2);
}

.p26-clubs-fields .p26-clubs-choice span,
.p26-clubs-fields .p26-clubs-memberships span,
.p26-clubs-fields .p26-clubs-trial-terms span,
.p26-clubs-fields .p26-clubs-check span {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
  letter-spacing: 0;
  line-height: 1.3;
  text-transform: none;
}

.p26-clubs-memberships {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.p26-clubs-memberships legend {
  grid-column: 1 / -1;
}

.p26-clubs-memberships label {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  min-height: 64px;
  padding: 13px 14px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.09);
}

.p26-clubs-fields .p26-clubs-membership-title {
  color: #fff;
  font-size: clamp(1rem, 1.08vw, 1.18rem);
  font-weight: 950;
  line-height: 1.12;
}

.p26-clubs-fields .p26-clubs-membership-price {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: end;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: var(--p26-teal-2);
  color: #031312;
  font-size: 0.88rem;
  font-weight: 950;
  line-height: 1;
  white-space: nowrap;
}

.p26-clubs-trial-terms {
  display: grid;
  grid-template-columns: 1fr;
  align-content: start;
  gap: 10px;
  max-height: min(48vh, 520px);
  min-height: 260px;
  overflow-y: auto;
  padding-right: 6px;
  overscroll-behavior: contain;
  scrollbar-color: rgba(16, 183, 165, 0.55) rgba(255, 255, 255, 0.08);
  scrollbar-width: thin;
}

.p26-clubs-trial-terms::-webkit-scrollbar {
  width: 6px;
}

.p26-clubs-trial-terms::-webkit-scrollbar-track {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.p26-clubs-trial-terms::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(16, 183, 165, 0.55);
}

.p26-clubs-trial-term-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-items: start;
}

.p26-clubs-trial-term-columns .p26-clubs-trial-terms {
  grid-column: auto;
}

.p26-clubs-trial-terms legend {
  position: sticky;
  top: 0;
  z-index: 1;
  grid-column: 1 / -1;
  padding: 0 0 10px;
  background: rgba(4, 23, 23, 0.97);
}

.p26-clubs-trial-terms label {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-height: 72px;
  padding: 13px 14px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.09);
}

.p26-clubs-fields .p26-clubs-trial-terms strong {
  display: block;
  margin-bottom: 4px;
  color: #fff;
  font-size: 0.98rem;
  line-height: 1.15;
}

.p26-clubs-form-subhead {
  margin-top: 10px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.p26-clubs-check {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  margin-top: 4px;
}

.p26-clubs-check a {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.46);
  text-underline-offset: 4px;
}

.p26-clubs-check .p26-clubs-terms-link {
  color: var(--p26-teal-2);
  font-weight: 950;
  text-decoration-color: rgba(16, 183, 165, 0.72);
}

.p26-clubs-check .p26-clubs-terms-link strong {
  font-weight: 950;
}

html.polai-light .p26-clubs-workshop-sections .p26-workshop-section-copy h2,
body.polai-light .p26-clubs-workshop-sections .p26-workshop-section-copy h2,
html.polai-light .p26-clubs-workshop-sections .p26-workshop-upcoming h3,
body.polai-light .p26-clubs-workshop-sections .p26-workshop-upcoming h3,
html.polai-light .p26-clubs-workshop-sections .p26-workshop-text-block strong,
body.polai-light .p26-clubs-workshop-sections .p26-workshop-text-block strong,
html.polai-light .p26-clubs-workshop-sections .p26-workshop-upcoming-date,
body.polai-light .p26-clubs-workshop-sections .p26-workshop-upcoming-date,
html.polai-light .p26-clubs-workshop-sections .p26-workshop-upcoming-meta strong,
body.polai-light .p26-clubs-workshop-sections .p26-workshop-upcoming-meta strong,
html.polai-light .p26-clubs-modal-head h2,
body.polai-light .p26-clubs-modal-head h2,
html.polai-light .p26-clubs-member-box strong,
body.polai-light .p26-clubs-member-box strong,
html.polai-light .p26-clubs-fields .p26-clubs-membership-title,
body.polai-light .p26-clubs-fields .p26-clubs-membership-title,
html.polai-light .p26-clubs-fields .p26-clubs-trial-terms strong,
body.polai-light .p26-clubs-fields .p26-clubs-trial-terms strong,
html.polai-light .p26-clubs-terms-content h3,
body.polai-light .p26-clubs-terms-content h3 {
  color: #061014;
}

html.polai-light .p26-clubs-workshop-sections .p26-workshop-section,
body.polai-light .p26-clubs-workshop-sections .p26-workshop-section {
  border-color: rgba(5, 18, 22, 0.14);
  background: rgba(255, 255, 255, 0.92);
}

html.polai-light .p26-clubs-workshop-sections .p26-workshop-section-copy,
body.polai-light .p26-clubs-workshop-sections .p26-workshop-section-copy {
  background: rgba(255, 255, 255, 0.82);
}

html.polai-light .p26-clubs-workshop-sections .p26-workshop-upcoming,
body.polai-light .p26-clubs-workshop-sections .p26-workshop-upcoming {
  border-left-color: rgba(6, 16, 20, 0.12);
  background: rgba(246, 250, 249, 0.92);
}

html.polai-light .p26-clubs-workshop-sections .p26-workshop-section-copy > p:not(.p26-workshop-section-kicker),
body.polai-light .p26-clubs-workshop-sections .p26-workshop-section-copy > p:not(.p26-workshop-section-kicker),
html.polai-light .p26-clubs-workshop-sections .p26-workshop-text-block span,
body.polai-light .p26-clubs-workshop-sections .p26-workshop-text-block span,
html.polai-light .p26-clubs-workshop-sections .p26-workshop-upcoming-meta,
body.polai-light .p26-clubs-workshop-sections .p26-workshop-upcoming-meta,
html.polai-light .p26-clubs-workshop-sections .p26-workshop-upcoming-empty,
body.polai-light .p26-clubs-workshop-sections .p26-workshop-upcoming-empty {
  color: rgba(6, 16, 20, 0.68);
}

html.polai-light .p26-clubs-workshop-sections .p26-workshop-upcoming-list li,
body.polai-light .p26-clubs-workshop-sections .p26-workshop-upcoming-list li {
  border-top-color: rgba(6, 16, 20, 0.1);
}

html.polai-light .p26-clubs-modal-dialog,
body.polai-light .p26-clubs-modal-dialog {
  border-color: rgba(6, 16, 20, 0.12);
  background: rgba(255, 255, 255, 0.98);
}

html.polai-light .p26-clubs-modal-backdrop,
body.polai-light .p26-clubs-modal-backdrop {
  background: rgba(6, 16, 20, 0.42);
}

html.polai-light .p26-clubs-modal-close,
body.polai-light .p26-clubs-modal-close {
  border-color: rgba(6, 16, 20, 0.14);
  background: rgba(6, 16, 20, 0.06);
  color: #061014;
}

html.polai-light .p26-kontakt-locked-dates-modal .p26-kontakt-locked-dates-list,
body.polai-light .p26-kontakt-locked-dates-modal .p26-kontakt-locked-dates-list,
html.polai-light .p26-kontakt-locked-dates-modal .p26-kontakt-locked-dates-list li,
body.polai-light .p26-kontakt-locked-dates-modal .p26-kontakt-locked-dates-list li {
  border-color: rgba(6, 16, 20, 0.12);
}

html.polai-light .p26-kontakt-locked-dates-modal .p26-kontakt-locked-dates-list time,
body.polai-light .p26-kontakt-locked-dates-modal .p26-kontakt-locked-dates-list time,
html.polai-light .p26-kontakt-locked-dates-modal .p26-kontakt-locked-dates-list span,
body.polai-light .p26-kontakt-locked-dates-modal .p26-kontakt-locked-dates-list span {
  color: rgba(6, 16, 20, 0.64);
}

html.polai-light .p26-kontakt-locked-dates-modal .p26-kontakt-locked-dates-list strong,
body.polai-light .p26-kontakt-locked-dates-modal .p26-kontakt-locked-dates-list strong {
  color: #061014;
}

html.polai-light .p26-clubs-fields input,
body.polai-light .p26-clubs-fields input,
html.polai-light .p26-clubs-fields select,
body.polai-light .p26-clubs-fields select,
html.polai-light .p26-clubs-fields textarea,
body.polai-light .p26-clubs-fields textarea {
  border-color: rgba(6, 16, 20, 0.16);
  background: rgba(6, 16, 20, 0.06);
  color: #061014;
}

html.polai-light .p26-clubs-fields input:focus,
body.polai-light .p26-clubs-fields input:focus,
html.polai-light .p26-clubs-fields select:focus,
body.polai-light .p26-clubs-fields select:focus,
html.polai-light .p26-clubs-fields textarea:focus,
body.polai-light .p26-clubs-fields textarea:focus {
  border-color: rgba(16, 183, 165, 0.58);
  background: rgba(16, 183, 165, 0.1);
}

html.polai-light .p26-clubs-fields input::placeholder,
body.polai-light .p26-clubs-fields input::placeholder,
html.polai-light .p26-clubs-fields textarea::placeholder,
body.polai-light .p26-clubs-fields textarea::placeholder {
  color: rgba(6, 16, 20, 0.48);
}

html.polai-light .p26-clubs-status-dialog h2,
body.polai-light .p26-clubs-status-dialog h2 {
  color: #061014;
}

html.polai-light .p26-clubs-status-dialog > p:not(.p26-smalltitle),
body.polai-light .p26-clubs-status-dialog > p:not(.p26-smalltitle) {
  color: rgba(6, 16, 20, 0.68);
}

html.polai-light .p26-clubs-status-ok,
body.polai-light .p26-clubs-status-ok {
  border-color: rgba(6, 16, 20, 0.14);
  background: rgba(6, 16, 20, 0.06);
  color: #061014;
}

html.polai-light .p26-clubs-member-box,
body.polai-light .p26-clubs-member-box {
  border-color: rgba(6, 16, 20, 0.12);
  background: rgba(16, 183, 165, 0.08);
}

html.polai-light .p26-clubs-member-box span,
body.polai-light .p26-clubs-member-box span {
  color: rgba(6, 16, 20, 0.66);
}

html.polai-light .p26-clubs-trial-terms legend,
body.polai-light .p26-clubs-trial-terms legend {
  background: rgba(255, 255, 255, 0.98);
}

html.polai-light .p26-clubs-trial-note,
body.polai-light .p26-clubs-trial-note {
  color: #031312;
}

html.polai-light .p26-clubs-terms-content,
body.polai-light .p26-clubs-terms-content {
  color: rgba(6, 16, 20, 0.72);
}

html.polai-light .p26-clubs-check a,
body.polai-light .p26-clubs-check a {
  color: #061014;
  text-decoration-color: rgba(6, 16, 20, 0.38);
}

html.polai-light .p26-clubs-check .p26-clubs-terms-link,
body.polai-light .p26-clubs-check .p26-clubs-terms-link {
  color: #078f82;
  text-decoration-color: rgba(7, 143, 130, 0.58);
}

@media (max-width: 1400px) {
  .p26-clubs-workshop-sections .p26-workshop-section-main {
    grid-template-columns: 1fr;
    height: auto;
    min-height: 0;
  }

  .p26-clubs-workshop-sections .p26-workshop-section-media {
    min-height: 320px;
  }

  .p26-clubs-workshop-sections .p26-workshop-upcoming {
    height: clamp(320px, 42vh, 480px);
    max-height: 480px;
    border-top: 1px solid rgba(16, 183, 165, 0.2);
    border-left: 0;
    overflow: hidden;
  }

  .p26-clubs-workshop-sections .p26-workshop-upcoming.is-poster {
    height: auto;
    max-height: none;
  }
}

@media (max-width: 720px) {
  .p26-clubs-workshop-container {
    margin-top: 56px;
    margin-bottom: 72px;
  }

  .p26-clubs-workshop-sections .p26-workshop-section-media {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .p26-clubs-workshop-sections .p26-workshop-upcoming {
    height: clamp(280px, 44vh, 380px);
    max-height: 380px;
  }

  .p26-clubs-workshop-sections .p26-workshop-upcoming.is-poster {
    height: auto;
    max-height: none;
  }

  .p26-clubs-memberships,
  .p26-clubs-trial-term-columns,
  .p26-clubs-trial-terms {
    grid-template-columns: 1fr;
  }

  .p26-clubs-trial-terms {
    max-height: min(44vh, 380px);
    min-height: 220px;
  }

  .p26-clubs-modal {
    align-items: stretch;
    padding: 10px;
  }

  .p26-clubs-modal-dialog {
    width: min(100%, 680px);
    max-height: calc(100vh - 20px);
    overflow: auto;
    padding: 20px;
  }

  .p26-clubs-modal-head {
    gap: 14px;
  }

  .p26-clubs-modal-head h2 {
    font-size: clamp(1.75rem, 9vw, 2.45rem);
    line-height: 1;
    overflow-wrap: anywhere;
  }

  .p26-clubs-status-dialog {
    overflow: auto;
    padding: 28px 20px 22px;
  }

  .p26-clubs-status-dialog h2 {
    font-size: clamp(1.75rem, 9vw, 2.35rem);
  }

  .p26-clubs-status-actions .p26-btn {
    width: 100%;
    justify-content: center;
  }

  .p26-clubs-terms-content {
    overflow-wrap: anywhere;
  }
}

.polai-consent-shell[hidden] {
  display: none !important;
}

.polai-consent-shell {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  display: grid;
  place-items: center;
  padding: 22px;
  background: rgba(5, 11, 16, 0.52);
  backdrop-filter: blur(10px);
}

.polai-consent-panel {
  width: min(720px, 100%);
  max-height: min(88vh, 680px);
  overflow: auto;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: #101820;
  color: #fff;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
}

.polai-consent-kicker {
  margin: 0 0 8px;
  color: #62d7cd;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.polai-consent-panel h2 {
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(1.42rem, 2vw, 2rem);
  line-height: 1.12;
}

.polai-consent-panel p {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.55;
}

.polai-consent-note {
  padding: 12px 14px;
  border: 1px solid rgba(98, 215, 205, 0.26);
  border-radius: 7px;
  background: rgba(98, 215, 205, 0.09);
}

.polai-consent-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.polai-consent-btn,
.polai-consent-link {
  min-height: 44px;
  border-radius: 7px;
  font: inherit;
  font-weight: 850;
  cursor: pointer;
}

.polai-consent-btn {
  padding: 0 18px;
  border: 1px solid transparent;
}

.polai-consent-btn.is-primary {
  background: #10b7a5;
  color: #fff;
}

.polai-consent-btn.is-secondary {
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.polai-consent-link {
  padding: 0 8px;
  border: 0;
  background: transparent;
  color: #8ee3dc;
}

.polai-consent-panel[data-polai-consent-mode="intro"] .polai-consent-settings,
.polai-consent-panel[data-polai-consent-mode="settings"] .polai-consent-intro {
  display: none;
}

.polai-consent-choice {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  margin: 12px 0;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.06);
}

.polai-consent-choice.is-locked {
  grid-template-columns: minmax(0, 1fr) auto;
}

.polai-consent-choice input {
  width: 20px;
  height: 20px;
  margin: 3px 0 0;
  accent-color: #10b7a5;
}

.polai-consent-choice strong,
.polai-consent-choice em,
.polai-consent-choice span {
  display: block;
}

.polai-consent-choice strong {
  color: #fff;
  font-weight: 900;
}

.polai-consent-choice em,
.polai-consent-choice p {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-style: normal;
  line-height: 1.45;
}

.polai-consent-choice.is-locked > span {
  color: #8ee3dc;
  font-size: 0.9rem;
  font-weight: 850;
  white-space: nowrap;
}

.polai-consent-footnote {
  margin-top: 16px !important;
  font-size: 0.9rem;
}

.polai-consent-footnote a {
  color: #8ee3dc;
}

.polai-consent-floating {
  position: fixed;
  left: 16px;
  bottom: 16px;
  z-index: 2147482000;
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(16, 183, 165, 0.38);
  border-radius: 50%;
  background: #101820;
  color: #8ee3dc;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.28);
  cursor: pointer;
}

.polai-consent-floating:hover,
.polai-consent-floating:focus-visible {
  border-color: rgba(142, 227, 220, 0.68);
  background: #10b7a5;
  color: #fff;
  outline: none;
}

.polai-back-to-top {
  position: fixed;
  right: calc(16px + env(safe-area-inset-right));
  bottom: calc(16px + env(safe-area-inset-bottom));
  z-index: 2147482000;
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(16, 183, 165, 0.38);
  border-radius: 50%;
  background: #101820;
  color: #8ee3dc;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.28);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(12px) scale(0.94);
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.polai-back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.polai-back-to-top:hover,
.polai-back-to-top:focus-visible {
  border-color: rgba(142, 227, 220, 0.68);
  background: #10b7a5;
  color: #fff;
  outline: none;
  transform: translateY(-2px) scale(1);
}

.polai-back-to-top:focus-visible {
  box-shadow: 0 0 0 3px rgba(142, 227, 220, 0.28), 0 12px 30px rgba(0, 0, 0, 0.28);
}

body.polai-light .polai-back-to-top,
html.polai-light .polai-back-to-top {
  border-color: rgba(6, 16, 20, 0.14);
  background: rgba(255, 255, 255, 0.94);
  color: #078f82;
  box-shadow: 0 14px 36px rgba(6, 16, 20, 0.14);
}

body.polai-light .polai-consent-floating,
html.polai-light .polai-consent-floating {
  border-color: rgba(6, 16, 20, 0.14);
  background: rgba(255, 255, 255, 0.94);
  color: #078f82;
  box-shadow: 0 14px 36px rgba(6, 16, 20, 0.14);
}

body.polai-light .polai-back-to-top:hover,
html.polai-light .polai-back-to-top:hover,
body.polai-light .polai-back-to-top:focus-visible,
html.polai-light .polai-back-to-top:focus-visible {
  border-color: rgba(16, 183, 165, 0.58);
  background: #10b7a5;
  color: #fff;
}

body.polai-light .polai-consent-floating:hover,
html.polai-light .polai-consent-floating:hover,
body.polai-light .polai-consent-floating:focus-visible,
html.polai-light .polai-consent-floating:focus-visible {
  border-color: rgba(16, 183, 165, 0.58);
  background: #10b7a5;
  color: #fff;
}

.polai-cp-external-disabled {
  display: grid;
  gap: 10px;
  margin: 12px 0 18px;
  padding: 14px;
  border: 1px solid rgba(98, 215, 205, 0.24);
  border-radius: 7px;
  background: rgba(98, 215, 205, 0.08);
  color: rgba(255, 255, 255, 0.82);
}

.polai-cp-external-disabled[hidden] {
  display: none !important;
}

.polai-cp-external-disabled strong {
  color: #fff;
  font-weight: 900;
}

.polai-cp-external-disabled p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.45;
}

.polai-cp-external-disabled button {
  justify-self: start;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font: inherit;
  font-weight: 850;
  cursor: pointer;
}

html.polai-light .polai-cp-button-secondary.polai-cp-button{
  border-color: rgba(6, 16, 20, 0.22);
  background: rgba(255, 255, 255, 0.88);
  color: #061014;
}

body.polai-light .polai-cp-button-secondary.polai-cp-button{
  border-color: rgba(6, 16, 20, 0.22);
  background: rgba(255, 255, 255, 0.88);
  color: #061014;
}

@media (max-width: 640px) {
  .polai-consent-shell {
    place-items: center stretch;
    padding: 10px;
  }

  .polai-consent-panel {
    max-height: calc(100vh - 20px);
    box-sizing: border-box;
    padding: 18px;
  }

  .polai-consent-choice.is-locked {
    grid-template-columns: 1fr;
  }

  .polai-consent-choice.is-locked > span {
    white-space: normal;
  }

  .polai-consent-actions,
  .polai-consent-btn,
  .polai-consent-link {
    width: 100%;
  }

  .polai-back-to-top {
    right: calc(14px + env(safe-area-inset-right));
    bottom: calc(14px + env(safe-area-inset-bottom));
    width: 44px;
    height: 44px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .polai-back-to-top {
    transition: none;
  }
}
