.cz-team{
   --cz-navy:#001632;
   --cz-navy-2:#04204a;
   --cz-lime:#b6e000;
   --cz-soft:#aeb8cc;
   position:relative;
   margin:0 auto 45px auto;
   padding:54px 40px 48px;
   border-radius:28px;
   background:
      radial-gradient(120% 90% at 50% -10%, #062a5e 0%, var(--cz-navy) 55%, #00102a 100%);
   overflow:hidden;
   isolation:isolate;
}.cz-team::before{
   content:"";
   position:absolute;
   top:-30%;
   left:50%;
   transform:translateX(-50%);
   width:680px;
   height:680px;
   background:radial-gradient(circle, rgba(182,224,0,.16) 0%, rgba(182,224,0,0) 62%);
   z-index:-1;
   pointer-events:none;
}.cz-team__head{
   text-align:center;
   margin-bottom:40px;
}.cz-team__eyebrow{
   display:inline-flex;
   align-items:center;
   gap:8px;
   font-family:"Barlow",sans-serif;
   font-size:12px;
   font-weight:700;
   letter-spacing:3px;
   text-transform:uppercase;
   color:var(--cz-lime);
   margin-bottom:14px;
}.cz-team__eyebrow::before,
.cz-team__eyebrow::after{
   content:"";
   width:26px;
   height:1px;
   background:linear-gradient(90deg, transparent, var(--cz-lime));
}.cz-team__eyebrow::after{ transform:scaleX(-1); }.cz-team__title{
   font-family:"Jost",sans-serif;
   font-size:40px;
   font-weight:600;
   color:#fff;
   margin:0;
   line-height:1.1;
   letter-spacing:-.5px;
}.cz-team__grid{
   display:grid;
   grid-template-columns:repeat(2,1fr);
   gap:30px;
   max-width:760px;
   margin:0 auto;
}.cz-team__card{
   position:relative;
   text-align:center;
   padding:8px 8px 0;
   opacity:0;
   transform:translateY(26px);
   transition:opacity .8s cubic-bezier(.16,1,.3,1),
              transform .8s cubic-bezier(.16,1,.3,1);
}.cz-team__card.is-in{ opacity:1; transform:translateY(0); }.cz-team__card:nth-child(2){ transition-delay:.12s; }.cz-team__stage{
   position:relative;
   width:188px;
   height:230px;
   margin:0 auto 22px;
}.cz-team__photo{
   position:relative;
   width:100%;
   height:100%;
   border-radius:94px 94px 22px 22px;   /* oblouk nahoře */
   overflow:hidden;
   background:var(--cz-navy-2);
   box-shadow:0 0 0 1px rgba(182,224,0,.35),
              0 22px 50px -20px rgba(0,0,0,.8);
   transition:box-shadow .5s ease, transform .5s cubic-bezier(.16,1,.3,1);
}.cz-team__photo img{
   width:100%;
   height:100%;
   object-fit:cover;
   object-position:center 22%;
   display:block;
   filter:grayscale(100%) contrast(1.05) brightness(.92);
   transition:filter .6s ease, transform .8s cubic-bezier(.16,1,.3,1);
}.cz-team__photo::after{
   content:"";
   position:absolute;
   left:0; right:0; bottom:0;
   height:55%;
   background:linear-gradient(to top, rgba(0,16,42,.95), transparent);
   pointer-events:none;
}.cz-team__card:hover .cz-team__photo{
   transform:translateY(-5px);
   box-shadow:0 0 0 1px var(--cz-lime),
              0 0 34px -4px rgba(182,224,0,.5),
              0 26px 56px -20px rgba(0,0,0,.85);
}.cz-team__card:hover .cz-team__photo img{
   filter:grayscale(0%) contrast(1) brightness(1);
   transform:scale(1.05);
}.cz-team__role{
   display:inline-block;
   font-family:"Barlow",sans-serif;
   font-size:11px;
   font-weight:700;
   letter-spacing:2px;
   text-transform:uppercase;
   color:var(--cz-navy);
   background:var(--cz-lime);
   padding:5px 13px;
   border-radius:30px;
   margin-bottom:12px;
}.cz-team__name{
   font-family:"Jost",sans-serif;
   font-size:25px;
   font-weight:600;
   color:#fff;
   margin:0 0 10px;
   line-height:1.2;
}.cz-team__desc{
   font-family:"Barlow",sans-serif;
   font-size:15px;
   line-height:25px;
   color:var(--cz-soft);
   margin:0 auto;
   max-width:330px;
}.cz-team__meta{
   display:flex;
   align-items:center;
   justify-content:center;
   gap:9px;
   margin-top:38px;
   font-family:"Barlow",sans-serif;
   font-size:13px;
   letter-spacing:.5px;
   color:var(--cz-soft);
}.cz-team__meta-dot{
   width:7px; height:7px;
   border-radius:50%;
   background:var(--cz-lime);
   box-shadow:0 0 9px 1px rgba(182,224,0,.7);
}.cz-team__meta strong{ color:#fff; font-weight:600; }@media (max-width:767px){
   .cz-team{ padding:42px 18px 38px; border-radius:22px; }
   .cz-team__title{ font-size:30px; }
   .cz-team__grid{ grid-template-columns:1fr; gap:34px; }
   .cz-team__stage{ width:172px; height:212px; }
}@media (prefers-reduced-motion:reduce){
   .cz-team__card{ opacity:1; transform:none; transition:none; }
   .cz-team__photo, .cz-team__photo img{ transition:none; }
}.cz-rg{
   --rg-navy:#001632; --rg-lime:#a9d400; --rg-muted:#5b6378; --rg-line:#e6e9f0;
   margin:30px 0 40px;
   padding:34px 34px 30px;
   border-radius:22px;
   background:#f7f9fc;
   border:1px solid var(--rg-line);
   font-family:"Barlow",sans-serif;
}.cz-rg__pause{ position:relative; height:3px; background:#e3e7ef; border-radius:3px; overflow:hidden; margin-bottom:24px; }.cz-rg__pause::after{
   content:""; position:absolute; left:0; top:0; height:100%; width:100%;
   background:linear-gradient(90deg, var(--rg-lime), #7a9600);
   border-radius:3px; transform:scaleX(0); transform-origin:left;
}.cz-rg.is-in .cz-rg__pause::after{ animation:czrgFill 2.4s cubic-bezier(.16,1,.3,1) forwards; }@keyframes czrgFill{ to{ transform:scaleX(1); } }.cz-rg__head{ display:flex; align-items:center; gap:12px; margin-bottom:16px; }.cz-rg__badge{
   flex:0 0 40px; width:40px; height:40px; border-radius:12px;
   background:rgba(169,212,0,.16); border:1px solid rgba(169,212,0,.4);
   display:flex; align-items:center; justify-content:center; color:#5f7600;
}.cz-rg__badge svg{ width:22px; height:22px; }.cz-rg__title{ font-family:"Jost",sans-serif; font-size:26px; font-weight:600; color:var(--rg-navy); margin:0; }.cz-rg__grid{ display:grid; grid-template-columns:1.4fr 1fr; gap:30px; align-items:start; margin-top:6px; }.cz-rg__text p{ font-size:15.5px; line-height:26px; color:#33384a; margin:0 0 14px; }.cz-rg__text p:last-child{ margin-bottom:0; }.cz-rg__check{ background:#fff; border:1px solid var(--rg-line); border-radius:16px; padding:20px 22px; }.cz-rg__check h3{ font-family:"Jost",sans-serif; font-size:15px; font-weight:600; color:var(--rg-navy); margin:0 0 14px; letter-spacing:.2px; }.cz-rg__check ul{ list-style:none; margin:0; padding:0; }.cz-rg__check li{
   position:relative; padding:9px 0 9px 28px;
   font-size:14.5px; line-height:21px; color:#3a4252;
   border-top:1px solid #f1f3f8;
}.cz-rg__check li:first-child{ border-top:none; }.cz-rg__check li::before{
   content:""; position:absolute; left:0; top:11px; width:15px; height:15px;
   background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%237a9600' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
   background-repeat:no-repeat; background-size:contain;
}.cz-rg__note{
   margin-top:22px; padding-top:18px; border-top:1px solid var(--rg-line);
   font-size:14px; line-height:22px; color:var(--rg-muted);
}.cz-rg__note strong{ color:var(--rg-navy); font-weight:600; }@media (max-width:680px){
   .cz-rg{ padding:26px 18px 24px; border-radius:18px; }
   .cz-rg__title{ font-size:22px; }
   .cz-rg__grid{ grid-template-columns:1fr; gap:22px; }
}@media (prefers-reduced-motion:reduce){
   .cz-rg.is-in .cz-rg__pause::after{ animation:none; transform:scaleX(1); }
}.cz-pc{ --pc-navy:#001632; --pc-lime:#b6e000; --pc-lime-deep:#7a9600; --pc-muted:#5b6378; --pc-line:#e3e7ef; margin:0 0 40px; }.cz-pc__intro{ font-family:"Barlow",sans-serif; font-size:17px; line-height:30px; color:#272a3a; margin:0 0 24px; }.cz-pc__split{ position:relative; display:grid; grid-template-columns:1fr 1fr; gap:0; border-radius:18px; overflow:hidden; background:#fff; border:1px solid var(--pc-line); box-shadow:0 12px 44px -26px rgba(0,22,50,.4); }.cz-pc__split::before{ content:""; position:absolute; top:-6%; bottom:-6%; left:50%; width:3px; background:var(--pc-lime); transform:translateX(-50%) rotate(8deg); transform-origin:center; z-index:3; pointer-events:none; animation:czpcBreath 3.6s ease-in-out infinite; }@keyframes czpcBreath{ 0%,100%{ box-shadow:0 0 10px 0 rgba(182,224,0,.40); opacity:.85; } 50%{ box-shadow:0 0 20px 2px rgba(182,224,0,.75); opacity:1; } }.cz-pc__side{ position:relative; padding:28px 26px; }.cz-pc__side--pro{ background:linear-gradient(135deg, rgba(182,224,0,.12), rgba(182,224,0,.03)); clip-path:polygon(0 0, 100% 0, calc(100% - 34px) 100%, 0 100%); padding-right:42px; }.cz-pc__side--con{ background:#fafbfd; clip-path:polygon(34px 0, 100% 0, 100% 100%, 0 100%); padding-left:42px; }.cz-pc__side-head{ display:flex; align-items:center; gap:11px; margin-bottom:18px; }.cz-pc__icon{ flex:0 0 36px; width:36px; height:36px; border-radius:11px; display:flex; align-items:center; justify-content:center; transition:transform .4s cubic-bezier(.16,1,.3,1); }.cz-pc__icon svg{ width:19px; height:19px; display:block; }.cz-pc__icon--pro{ background:var(--pc-lime); box-shadow:0 4px 14px -2px rgba(182,224,0,.55); }.cz-pc__icon--con{ background:#eef1f6; border:1px solid #dfe4ee; }.cz-pc__side:hover .cz-pc__icon{ transform:scale(1.08) rotate(-4deg); }.cz-pc__side-label{ font-family:"Jost",sans-serif; font-size:20px; font-weight:600; color:var(--pc-navy); margin:0; }.cz-pc__list{ list-style:none; margin:0; padding:0; }.cz-pc__list li{ position:relative; font-family:"Barlow",sans-serif; font-size:15px; line-height:22px; color:#2f3545; padding:11px 0 11px 26px; opacity:0; transform:translateY(12px); transition:opacity .55s cubic-bezier(.16,1,.3,1), transform .55s cubic-bezier(.16,1,.3,1), color .3s ease, padding .3s ease; }.cz-pc.is-in .cz-pc__list li{ opacity:1; transform:translateY(0); }.cz-pc.is-in .cz-pc__list li:nth-child(1){ transition-delay:.05s; }.cz-pc.is-in .cz-pc__list li:nth-child(2){ transition-delay:.12s; }.cz-pc.is-in .cz-pc__list li:nth-child(3){ transition-delay:.19s; }.cz-pc.is-in .cz-pc__list li:nth-child(4){ transition-delay:.26s; }.cz-pc.is-in .cz-pc__list li:nth-child(5){ transition-delay:.33s; }.cz-pc.is-in .cz-pc__list li:nth-child(6){ transition-delay:.40s; }.cz-pc.is-in .cz-pc__list li:nth-child(7){ transition-delay:.47s; }.cz-pc__side--con .cz-pc__list li{ color:#4a5161; padding-left:22px; }.cz-pc__side:hover .cz-pc__list li{ color:var(--pc-navy); }.cz-pc__list li:hover{ padding-left:32px; }.cz-pc__side--con .cz-pc__list li:hover{ padding-left:28px; }.cz-pc__list li::before{ position:absolute; left:0; top:13px; transition:left .3s cubic-bezier(.16,1,.3,1), transform .3s ease; }.cz-pc__side--pro .cz-pc__list li::before{ content:""; width:15px; height:15px; top:14px; background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%237a9600' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E"); background-repeat:no-repeat; background-size:contain; }.cz-pc__side--pro .cz-pc__list li:hover::before{ transform:scale(1.25); }.cz-pc__side--con .cz-pc__list li::before{ content:""; top:20px; width:12px; height:2px; background:#9aa3b6; border-radius:2px; }.cz-pc__side--con .cz-pc__list li:hover::before{ width:18px; background:var(--pc-navy); }@media (max-width:767px){
   .cz-pc__intro{ font-size:16px; line-height:28px; }
   .cz-pc__split{ grid-template-columns:1fr; }
   .cz-pc__split::before{ display:none; }
   .cz-pc__side--pro{ clip-path:none; padding:24px 20px; border-bottom:2px solid rgba(182,224,0,.5); }
   .cz-pc__side--con{ clip-path:none; padding:24px 20px; }
}.cz-rk{ --rk-navy:#001632; --rk-lime:#a9d400; --rk-muted:#8a8fa0; --rk-line:#ececf1; margin:0 0 34px; font-family:"Barlow",sans-serif; }.cz-rk__caption{ display:flex; align-items:baseline; justify-content:space-between; padding:0 4px 10px; border-bottom:1px solid var(--rk-line); margin-bottom:4px; }.cz-rk__caption span{ font-size:11px; font-weight:600; letter-spacing:2px; text-transform:uppercase; color:var(--rk-muted); }.cz-rk__row{ display:flex; align-items:center; gap:18px; padding:18px 4px; border-bottom:1px solid var(--rk-line); transition:padding-left .35s cubic-bezier(.16,1,.3,1); }.cz-rk__row:last-child{ border-bottom:none; }.cz-rk__row:hover{ padding-left:12px; }.cz-rk__ico{ flex:0 0 22px; color:#9aa00a; display:flex; }.cz-rk__ico svg{ width:22px; height:22px; }.cz-rk__catname{ flex:1; font-family:"Jost",sans-serif; font-size:17px; font-weight:600; color:var(--rk-navy); }.cz-rk__val{ flex:0 0 auto; text-align:right; position:relative; padding-bottom:3px; font-family:"Jost",sans-serif; font-size:17px; font-weight:600; color:var(--rk-navy); }.cz-rk__val::after{ content:""; position:absolute; right:0; bottom:0; width:22px; height:2px; background:var(--rk-lime); border-radius:2px; transition:width .35s cubic-bezier(.16,1,.3,1); }.cz-rk__row:hover .cz-rk__val::after{ width:100%; left:0; }@media (max-width:600px){
   .cz-rk__row{ gap:13px; padding:15px 2px; }
   .cz-rk__catname{ font-size:15px; }
   .cz-rk__val{ font-size:15px; }
}.cz-step{ --s-navy:#001632; --s-lime:#a9d400; --s-muted:#5b6378; --s-line:#ececf1; margin:0 0 38px; font-family:"Barlow",sans-serif; }.cz-step__intro{ font-size:17px; line-height:30px; color:#272a3a; margin:0 0 26px; }.cz-step__item{ display:flex; gap:22px; align-items:flex-start; padding:20px 4px; border-bottom:1px solid var(--s-line); transition:padding-left .35s cubic-bezier(.16,1,.3,1); }.cz-step__item:last-child{ border-bottom:none; }.cz-step__item:hover{ padding-left:10px; }.cz-step__num{ flex:0 0 auto; font-family:"Jost",sans-serif; font-size:30px; font-weight:600; line-height:1; color:#d3d7e0; min-width:40px; font-variant-numeric:tabular-nums; transition:color .3s ease; }.cz-step__item:hover .cz-step__num{ color:var(--s-navy); }.cz-step__body{ flex:1; padding-top:2px; }.cz-step__h{ font-family:"Jost",sans-serif; font-size:18px; font-weight:600; color:var(--s-navy); margin:0 0 5px; position:relative; display:inline-block; padding-bottom:4px; }.cz-step__h::after{ content:""; position:absolute; left:0; bottom:0; width:24px; height:2px; background:var(--s-lime); border-radius:2px; transition:width .35s cubic-bezier(.16,1,.3,1); }.cz-step__item:hover .cz-step__h::after{ width:100%; }.cz-step__t{ font-size:15px; line-height:24px; color:var(--s-muted); margin:0; }@media (max-width:600px){
   .cz-step__intro{ font-size:16px; line-height:28px; }
   .cz-step__item{ gap:15px; padding:17px 2px; }
   .cz-step__num{ font-size:25px; min-width:32px; }
   .cz-step__h{ font-size:17px; }
}