@font-face {
  font-family: MontOptimized;
  src: url('../s/montserrat/v31/montserrat.woff2') format('woff2');
  font-display: swap;
}

body { font-family: MontOptimized, Montserrat, Arial, sans-serif; }
.header nav { gap: 32px; }

/* Independent orbit elements avoid transform conflicts from the legacy rings. */
.hero-orbits {
  position: absolute;
  z-index: 1;
  width: 940px;
  height: 500px;
  left: 50%;
  top: 175px;
  transform: translateX(-50%) rotate(-11deg);
  pointer-events: none;
}
.hero-orbits span {
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(122,174,194,.68);
  border-radius: 50%;
  box-shadow: 0 0 24px rgba(0,172,232,.08), inset 0 0 20px rgba(0,172,232,.06);
  will-change: transform,opacity;
}
.hero-orbits span::after {
  content: "";
  position: absolute;
  top: 18%;
  right: 5%;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #6ef5e8;
  box-shadow: 0 0 8px #6ef5e8,0 0 20px #00a8e5,0 0 34px rgba(0,168,229,.8);
}
.hero-orbits span:nth-child(2)::after { top: auto; right: auto; bottom: 11%; left: 13%; width: 7px; height: 7px; background: #00c8ff; }
.hero-orbits span:nth-child(3)::after { top: 8%; right: auto; left: 27%; width: 6px; height: 6px; }
.hero-orbits span:nth-child(1) {
  width: 900px;
  height: 455px;
  margin: -227px 0 0 -450px;
  animation: orbitOne 7s ease-in-out infinite alternate;
}
.hero-orbits span:nth-child(2) {
  width: 740px;
  height: 350px;
  margin: -175px 0 0 -370px;
  border-color: rgba(52,200,226,.58);
  animation: orbitTwo 9s ease-in-out infinite alternate;
}
.hero-orbits span:nth-child(3) {
  width: 570px;
  height: 255px;
  margin: -127px 0 0 -285px;
  border-color: rgba(110,245,232,.45);
  animation: orbitThree 6s ease-in-out infinite alternate;
}
.hero-person { isolation: isolate; }
.hero-person::before { z-index: 0; animation: heroGlowVisible 4s ease-in-out infinite alternate; }
.hero-person img { z-index: 2; }

@keyframes orbitOne { from { transform: translate3d(-38px,-18px,0) rotate(-12deg) scale(.92); opacity:.5; } to { transform: translate3d(40px,20px,0) rotate(13deg) scale(1.09); opacity:1; } }
@keyframes orbitTwo { from { transform: translate3d(34px,22px,0) rotate(15deg) scale(1.09); opacity:.85; } to { transform: translate3d(-36px,-20px,0) rotate(-16deg) scale(.91); opacity:.48; } }
@keyframes orbitThree { from { transform: translate3d(-24px,24px,0) rotate(-18deg) scale(.9); opacity:.45; } to { transform: translate3d(30px,-24px,0) rotate(20deg) scale(1.12); opacity:1; } }
@keyframes heroGlowVisible {
  from { opacity: .18; transform: scale(.88); }
  to { opacity: .42; transform: scale(1.12); }
}

@media (prefers-reduced-motion: reduce) {
  .hero-person::before { animation: none !important; }
}

@media (max-width: 800px) {
  .hero-orbits { width: 620px; height: 330px; top: 225px; }
  .hero-orbits span:nth-child(1) { width: 600px; height: 300px; margin: -150px 0 0 -300px; }
  .hero-orbits span:nth-child(2) { width: 490px; height: 235px; margin: -117px 0 0 -245px; }
  .hero-orbits span:nth-child(3) { width: 380px; height: 175px; margin: -87px 0 0 -190px; }
}

.expert-photo-placeholder {
  display: grid;
  place-items: center;
  min-height: 570px;
  border: 1px dashed #7c9098;
  background: radial-gradient(circle at 50% 35%, #087b97, #07252c 58%, #020b0d);
  text-align: center;
}

.expert-photo-placeholder > div { display: grid; gap: 10px; }
.expert-photo-placeholder b { font-size: 96px; line-height: 1; color: rgba(255,255,255,.16); }
.expert-photo-placeholder span { color: #6ef5e8; font-size: 12px; font-weight: 800; letter-spacing: .16em; }
.expert-photo-placeholder small { color: #fff; font-size: 14px; }
.expert-intro { max-width: 610px; font-size: 15px; line-height: 1.65; }
.expert-facts { margin-bottom: 25px; }
.expert-topics { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 28px; }
.expert-topics span { padding: 8px 12px; border: 1px solid #9eafb4; border-radius: 20px; font-size: 11px; font-weight: 700; }

.event-proof { display:grid; grid-template-columns:80px minmax(0,1fr) auto; gap:16px; align-items:center; margin:0 0 28px; padding:17px 18px; overflow:hidden; border:1px solid rgba(201,162,89,.56); border-radius:15px; background:linear-gradient(135deg,#09171d 0%,#102d36 62%,#18353b 100%); color:#fff; box-shadow:0 14px 34px rgba(5,25,32,.2),inset 0 1px 0 rgba(255,255,255,.08); transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease; }
.event-proof:hover { transform:translateY(-3px); border-color:#d9bb79; box-shadow:0 18px 40px rgba(5,25,32,.28),0 0 0 3px rgba(201,162,89,.1); }
.event-proof-logo { display:grid; place-items:center; width:76px; height:64px; padding:7px; border:1px solid rgba(240,211,145,.42); border-radius:12px; background:#071117; }
.event-proof-logo img { display:block; width:100%; height:100%; object-fit:contain; }
.proof-event-logo { display:grid; place-items:center; width:96px; height:70px; margin:2px 0 17px; padding:8px; border-radius:10px; background:linear-gradient(135deg,#09171d,#18353b); box-shadow:0 7px 18px rgba(5,25,32,.16); }
.proof-event-logo img { display:block; width:100%; height:100%; object-fit:contain; }
.proof-grid .proof-icon { display:grid; place-items:center; width:64px; height:64px; margin:0 0 22px; padding:0; border:1px solid #b9dfe9; border-radius:14px; background:linear-gradient(145deg,#edfafd,#dff3f8); color:#007da9; box-shadow:0 8px 20px rgba(7,62,80,.08); }
.proof-grid .proof-icon svg { width:31px; height:31px; fill:none; stroke:currentColor; stroke-width:1.7; stroke-linecap:round; stroke-linejoin:round; }
.proof-grid .proof-icon.proof-event-logo { width:64px; height:64px; margin:0 0 22px; padding:7px; border-color:#19363d; border-radius:14px; background:linear-gradient(145deg,#09171d,#18353b); box-shadow:0 8px 20px rgba(5,25,32,.16); }
.proof-grid .proof-icon.proof-event-logo img { width:40px; height:40px; object-fit:contain; }


.event-proof-copy { display:grid; gap:3px; min-width:0; }
.event-proof-copy small { color:#f0d391; font-size:9px; font-weight:800; letter-spacing:.14em; }
.event-proof-copy strong { font-size:17px; line-height:1.25; }
.event-proof-copy>span { color:rgba(255,255,255,.9); font-size:12px; line-height:1.4; }
.event-proof-copy em { color:rgba(255,255,255,.62); font-size:10px; font-style:normal; }
.event-proof-link { display:flex; align-items:center; gap:7px; color:#f0d391; font-size:9px; font-weight:800; letter-spacing:.08em; white-space:nowrap; }
.event-proof-link b { font-size:15px; }
@media(max-width:600px) { .event-proof { grid-template-columns:66px minmax(0,1fr); gap:13px; padding:15px; } .event-proof-logo { width:62px; height:54px; padding:6px; } .event-proof-copy strong { font-size:14px; } .event-proof-link { grid-column:1/-1; justify-content:flex-end; padding-top:9px; border-top:1px solid rgba(255,255,255,.12); } }

.program-intro { max-width: 820px; margin: -14px 0 34px; color: rgba(255,255,255,.78); font-size: 14px; line-height: 1.7; }
.expert-facts a { color: #007da9; text-decoration: underline; text-underline-offset: 2px; }

.lead-form .form-consent { display: grid; grid-template-columns: 18px 1fr; gap: 10px; align-items: start; margin-top: 8px; color: #555; font-size: 10px; line-height: 1.5; }
.lead-form .form-consent input[type="checkbox"] { width: 18px; height: 18px; margin: 1px 0 0; padding: 0; accent-color: #00a8e5; }
.lead-form .form-consent a { color: #007da9; text-decoration: underline; }
.lead-form .form-consent input.invalid { outline: 2px solid #e43b54; outline-offset: 2px; }

.legal-page { background: #f1f1f1; color: #171717; }
.legal-header { position: static; background: #000; color: #fff; }
.legal-main { padding: 70px 0 90px; }
.legal-content { max-width: 900px; }
.legal-content h1 { margin: 0 0 12px; font-size: clamp(32px,5vw,52px); }
.legal-content .legal-updated { margin-bottom: 42px; color: #667; font-size: 12px; }
.legal-content h2 { margin: 34px 0 12px; font-size: 21px; }
.legal-content p,.legal-content li { font-size: 14px; line-height: 1.7; }
.legal-content a { color: #007da9; text-decoration: underline; }
.legal-content .legal-note { padding: 18px 20px; border-left: 4px solid #00a8e5; background: #fff; }
.legal-content .btn { color: #fff; text-decoration: none; }
.legal-back { margin-top: 45px; }

.welcome-page { min-height: 100vh; display: grid; place-items: center; padding: 40px 20px; background: radial-gradient(circle at 50% 35%,#063d4c 0,#021a22 42%,#000 100%); }
.welcome-card { position: relative; width: min(680px,100%); padding: 64px 54px; text-align: center; border: 1px solid rgba(255,255,255,.28); border-radius: 18px; background: rgba(3,25,33,.88); box-shadow: 0 24px 80px rgba(0,0,0,.45); }
.welcome-mark { display: grid; place-items: center; width: 62px; height: 62px; margin: 0 auto 25px; border-radius: 50%; background: #00a8e5; color: #fff; font-size: 30px; font-weight: 800; box-shadow: 0 0 32px rgba(0,168,229,.45); }
.welcome-card .overline { margin: 0 0 14px; color: #20d6ca; letter-spacing: .12em; }
.welcome-card h1 { margin: 0 0 22px; font-size: clamp(30px,6vw,48px); line-height: 1.05; text-transform: uppercase; }
.welcome-card h1 span { color: #00ace8; }
.welcome-lead { max-width: 550px; margin: 0 auto 28px; color: #d8e5e9; font-size: 16px; line-height: 1.7; }
.welcome-items { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin: 32px 0; }
.welcome-items div { padding: 15px 10px; border: 1px solid rgba(255,255,255,.14); border-radius: 9px; color: #fff; font-size: 12px; line-height: 1.4; }
.welcome-note { margin: 0 0 28px; color: #9fb2b9; font-size: 12px; line-height: 1.6; }
.welcome-card .btn { color: #fff; }

@media (max-width: 560px) {
  .welcome-card { padding: 45px 24px; }
  .welcome-items { grid-template-columns: 1fr; }
  .welcome-lead { font-size: 14px; }
}

@media (max-width: 800px) {
  .expert-photo-placeholder { min-height: 430px; }
  .expert-intro { font-size: 13px; }
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.lead-form input:focus-visible,
.btn:focus-visible,
a:focus-visible,
summary:focus-visible {
  outline: 3px solid #6ef5e8;
  outline-offset: 3px;
}

/* Keep the workflow cards visually balanced despite different text lengths. */
.workflow .container {
  align-items: stretch;
}

.workflow-copy,
.workflow-grid {
  height: 100%;
}

.workflow-copy {
  display: flex;
  flex-direction: column;
}

.workflow-copy .section-title {
  margin-bottom: 20px;
}

.workflow-copy p {
  flex: 1 1 auto;
}

.workflow-grid {
  grid-template-rows: repeat(3, 1fr);
}

.workflow-metrics {
  margin-top: auto;
  padding-top: 10px;
}

.workflow-card {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  min-height: 0;
}

.workflow-card .workflow-icon {
  flex: 0 0 auto;
}

.workflow-card h3,
.workflow-card p {
  width: 100%;
}

.workflow-card h3 {
  margin-top: 16px;
}

.need article {
  position: relative;
}

.need article::before {
  content: "";
  display: block;
  width: 42px;
  height: 4px;
  margin-bottom: 18px;
  background: #00a9e4;
}

#jak-to-dziala {
  background: linear-gradient(180deg, #f3f6f8 0, #edf2f5 100%);
}

#jak-to-dziala .section-title {
  max-width: 540px;
}

#jak-to-dziala .need-grid {
  gap: 18px;
}

#jak-to-dziala article {
  border-color: #d6e2e8;
  box-shadow: 0 14px 34px rgba(8, 46, 58, .06);
}

#jak-to-dziala article::before {
  width: 54px;
  background: linear-gradient(90deg, #00a9e4, #7fe4ff);
}

#program {
  background:
    radial-gradient(circle at top right, rgba(0, 172, 232, .16), transparent 34%),
    linear-gradient(180deg, #07171d 0, #041116 100%);
  color: #fff;
}

#program .section-title {
  color: #fff;
}

#program .need-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

#program article {
  min-height: 0;
  border: 1px solid rgba(255, 255, 255, .12);
  background: linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .04));
  box-shadow: 0 18px 44px rgba(0, 0, 0, .22);
}

#program article::before {
  width: 30px;
  height: 30px;
  margin-bottom: 16px;
  border: 1px solid rgba(127, 228, 255, .45);
  border-radius: 50%;
  background:
    radial-gradient(circle at center, rgba(127, 228, 255, .9) 0 28%, transparent 32%);
}

#program article p {
  color: rgba(255, 255, 255, .84);
}

#program article b {
  color: #7fe4ff;
}

.module {
  grid-template-columns: 72px 1fr 1.4fr;
}

.module-no {
  display: block;
  align-self: start;
  width: auto;
  height: auto;
  margin-top: 0;
  border-radius: 0;
  background: none;
  font-size: 40px;
  line-height: .85;
  font-weight: 800;
  color: #00ace8;
  opacity: 1;
}

.module:hover .module-no {
  opacity: 1;
}

.proof-grid article span {
  display: block;
  margin-bottom: 12px;
  font-size: 28px;
  font-weight: 800;
  line-height: .9;
  color: #00ace8;
  opacity: .9;
}

.journey-grid article {
  position: relative;
  padding-top: 34px;
}

.journey-grid article::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 28px;
  width: 40px;
  height: 4px;
  background: #00ace8;
}

@media (max-width: 800px) {
  .workflow .container,
  .workflow-copy,
  .workflow-grid {
    height: auto;
  }

  .workflow-grid {
    grid-template-rows: none;
  }

  .workflow-copy p {
    flex: 0 1 auto;
  }

  .workflow-card {
    min-height: 0;
  }

  .module {
    grid-template-columns: 44px minmax(0, 1fr);
  }

  .module-no {
    font-size: 29px;
  }

  #jak-to-dziala .need-grid,
  #program .need-grid {
    grid-template-columns: 1fr;
  }

  .journey-grid article {
    padding-top: 30px;
  }

  .journey-grid article::before {
    top: 18px;
    left: 22px;
    width: 34px;
  }
}

/* Final conversion form */
.final-registration{padding:72px 0;background:#eef4f7;color:#14262e;border-top:1px solid #d5e5ea}
.final-registration:after{background:radial-gradient(circle at 14% 12%,rgba(0,168,229,.08),transparent 30%),radial-gradient(circle at 88% 78%,rgba(31,208,197,.07),transparent 28%)}
.final-registration .reg-grid{position:relative;z-index:1;grid-template-columns:.82fr 1.18fr;gap:48px;padding:42px;background:#fff;border:1px solid #d8e6eb;border-radius:24px;box-shadow:0 20px 55px rgba(13,52,66,.1)}
.final-registration h2{margin:0 0 18px;color:#14262e;font-size:32px;line-height:1.12}
.final-registration h2 span{color:#087fa7}
.final-registration p{color:#40545d}
.final-registration .overline{margin:0 0 14px;color:#087fa7}
.final-registration .reg-assurance{margin-top:22px}
.final-registration .reg-assurance div{color:#40545d}
.final-registration .lead-form{padding:28px;background:#f3f9fb;border:1px solid #d4e7ed;border-radius:18px;box-shadow:none}
.final-registration .lead-form>p{margin-top:0}
.final-lead-form{display:grid;grid-template-columns:1fr 1fr;column-gap:14px}
.final-lead-form .form-name-row{display:contents}
.final-lead-form>p,.final-lead-form>h3,.final-lead-form>.form-consent,.final-lead-form>.btn,.final-lead-form>.form-reassurance,.final-lead-form>.form-status{grid-column:1/-1}
.final-lead-form input:not([type="hidden"]){background:#fff;border:1px solid #c9dce3;border-radius:8px}
.final-lead-form .iti input{border:1px solid #c9dce3;border-radius:8px}
@media(max-width:800px){.final-registration{padding:58px 0}.final-registration .reg-grid{grid-template-columns:1fr;gap:30px;padding:32px}.final-lead-form{grid-template-columns:1fr}.final-lead-form .form-name-row{display:block}}
@media(max-width:600px){.final-registration{padding:48px 0}.final-registration .reg-grid{width:calc(100% - 24px);padding:24px 18px;border-radius:18px}.final-registration h2{font-size:24px}.final-registration .overline{margin-bottom:10px}.final-registration .lead-form{padding:22px 18px}}

/* Join timeline */
#jak-to-dziala{position:relative;padding:48px 0;overflow:hidden;background:linear-gradient(135deg,#071a28 0%,#0b4f72 52%,#073047 100%);color:#fff}
#jak-to-dziala:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 0,rgba(0,200,255,.2),transparent 42%);pointer-events:none}
#jak-to-dziala .container{position:relative;z-index:1}
#jak-to-dziala .overline{margin:0 0 8px;text-align:center;color:#7fe4ff}
#jak-to-dziala .section-title{max-width:820px;margin:0 auto 24px;text-align:center;color:#fff}
.join-timeline{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin:0;padding:0;list-style:none}
.join-timeline:before,.join-timeline-progress{position:absolute;z-index:0;top:24px;left:12.5%;right:12.5%;height:3px;border-radius:999px}
.join-timeline:before{content:"";background:rgba(255,255,255,.2)}
.join-timeline-progress{display:grid;grid-template-columns:repeat(3,1fr)}
.join-progress-segment{background:linear-gradient(90deg,#00a8e5,#35ddd0,#49d17d);box-shadow:0 0 16px rgba(53,221,208,.65);transform:scaleX(0);transform-origin:left center}
.join-timeline.is-animated .join-progress-segment[data-segment="1"]{animation:timelineSegment .65s cubic-bezier(.22,.75,.2,1) .35s forwards}
.join-timeline.is-animated .join-progress-segment[data-segment="2"]{animation:timelineSegment .65s cubic-bezier(.22,.75,.2,1) 1.15s forwards}
.join-timeline.is-animated .join-progress-segment[data-segment="3"]{animation:timelineSegment .65s cubic-bezier(.22,.75,.2,1) 1.95s forwards}
.join-step{position:relative;z-index:1;text-align:center}
.join-step-number{position:relative;display:grid;place-items:center;width:50px;height:50px;margin:0 auto 10px;border:3px solid #b9f3ff;border-radius:50%;background:#0a3852;color:#fff;box-shadow:0 0 0 7px rgba(7,48,71,.94),0 8px 22px rgba(0,0,0,.2);font-size:17px;font-weight:800}
.join-timeline.is-animated .join-step[data-step="1"] .join-step-number{animation:stepPulse .55s ease .2s forwards}
.join-timeline.is-animated .join-step[data-step="2"] .join-step-number{animation:stepPulse .55s ease 1s forwards}
.join-timeline.is-animated .join-step[data-step="3"] .join-step-number{animation:stepPulse .55s ease 1.8s forwards}
.join-timeline.is-animated .join-step[data-step="4"] .join-step-number{animation:stepFinish .65s cubic-bezier(.2,.8,.2,1) 2.55s forwards}
.join-step-index,.join-step-check{grid-area:1/1}
.join-step[data-step="4"] .join-step-number:after{content:"";position:absolute;inset:-9px;border:2px solid #6df2a2;border-radius:50%;opacity:0;pointer-events:none}
.join-step-check{opacity:0;color:#fff;font-size:26px;line-height:1;transform:scale(.35) rotate(-20deg)}
.join-timeline.is-animated .join-step[data-step="4"] .join-step-index{animation:indexOut .25s ease 2.7s forwards}
.join-timeline.is-animated .join-step[data-step="4"] .join-step-check{animation:checkIn .45s cubic-bezier(.2,1.5,.4,1) 2.78s forwards}
.join-timeline.is-animated .join-step[data-step="4"] .join-step-number:after{animation:confirmationRing .45s ease-out 3.15s 2}
.join-step h3{margin:0 0 5px;color:#fff;font-size:16px}
.join-step p{max-width:240px;margin:0 auto;color:rgba(255,255,255,.78);font-size:12px;line-height:1.5}
.join-timeline-note{width:fit-content;max-width:760px;margin:18px auto 0;padding:7px 16px;border:1px solid rgba(127,228,255,.28);border-radius:999px;background:rgba(0,0,0,.16);color:rgba(255,255,255,.86);font-size:11px;text-align:center}
@keyframes timelineSegment{to{transform:scaleX(1)}}
@keyframes stepPulse{45%{transform:scale(1.16)}100%{border-color:#fff;background:#0caec1;box-shadow:0 0 0 7px rgba(7,48,71,.94),0 0 26px rgba(53,221,208,.55);transform:scale(1)}}
@keyframes stepFinish{45%{transform:scale(1.2)}100%{border-color:#d8ffe7;background:#28b867;box-shadow:0 0 0 7px rgba(7,48,71,.94),0 0 30px rgba(73,209,125,.72);transform:scale(1)}}
@keyframes indexOut{to{opacity:0;transform:scale(.45)}}
@keyframes checkIn{to{opacity:1;transform:scale(1) rotate(0)}}
@keyframes confirmationRing{0%{opacity:.95;transform:scale(.72)}100%{opacity:0;transform:scale(1.42)}}
@media(max-width:800px){#jak-to-dziala{padding:40px 0}#jak-to-dziala .overline{text-align:left}#jak-to-dziala .section-title{margin:0 0 22px;text-align:left}.join-timeline{grid-template-columns:1fr;gap:16px}.join-timeline:before,.join-timeline-progress{top:22px;bottom:22px;left:21px;right:auto;width:3px;height:auto}.join-timeline-progress{display:flex;flex-direction:column}.join-progress-segment{flex:1;transform:scaleY(0);transform-origin:center top}.join-timeline.is-animated .join-progress-segment[data-segment]{animation-name:timelineSegmentY}.join-step{display:grid;grid-template-columns:44px 1fr;gap:14px;text-align:left}.join-step-number{width:44px;height:44px;margin:0;box-shadow:0 0 0 5px rgba(7,48,71,.94)}.join-timeline.is-animated .join-step .join-step-number{box-shadow:0 0 0 5px rgba(7,48,71,.94)}.join-step h3{margin-top:1px}.join-step p{max-width:none;margin:0}.join-timeline-note{width:auto;margin:18px 0 0;border-radius:12px;text-align:left}}
@keyframes timelineSegmentY{to{transform:scaleY(1)}}

