:root{
  --navy:#171D4A;
  --blue:#BFDCE7;
  --green:#17372D;
  --lime:#AACD5A;
  --red:#D13543;
  --white:#FFFFFF;
  --ink:#111827;
  --muted:#667085;
  --paper:#F7FBFD;
  --shadow:0 18px 45px rgba(23,29,74,.14);
  --radius:28px;
  --heading-font:"Space Grotesk",sans-serif;
  --vote-number: "";
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
  color:var(--navy);
  background:var(--blue);
}
a{text-decoration:none}
img{max-width:100%;height:auto}

h1,h2,h3,h4,h5,h6,
.section-title,
.navbar-brand,
.hero h1,
.program-card h3,
.candidate-body h3,
.candidate-body h4{
  font-family:var(--heading-font);
  font-weight:600;
  letter-spacing:-.04em;
}
.account-payment-card{
  padding:2rem;
  border-radius:1.5rem;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.14);
}

.account-payment-card .account-number{
  margin:0;
}

.account-qr-row{
  display:flex;
  align-items:center;
  gap:1.5rem;
  margin-top:1.5rem;
  padding-top:1.5rem;
  border-top:1px solid rgba(255,255,255,.16);
}

.account-qr-image{
  flex:0 0 auto;
  padding:.55rem;
  border-radius:1rem;
  background:#fff;
}

.account-qr-image img{
  display:block;
  width:150px;
  height:150px;
}

.account-qr-text h3{
  margin:0 0 .5rem;
  color:#fff;
  font-size:1.25rem;
  font-weight:800;
}

.account-qr-text p{
  margin:0;
  color:rgba(255,255,255,.86);
  line-height:1.55;
}

@media(max-width:575px){
  .account-payment-card{
    padding:1.25rem;
  }

  .account-qr-row{
    align-items:flex-start;
    flex-direction:column;
  }

  .account-qr-image img{
    width:135px;
    height:135px;
  }
}
.navbar{
  background:rgba(255,255,255,.88);
  backdrop-filter:blur(12px);
  border-bottom:1px solid rgba(23,29,74,.08);
}
.navbar-brand{font-weight:900;color:var(--navy)!important;letter-spacing:-.03em}
.logo-mark{height:34px;width:auto}
.nav-link{color:var(--navy);font-weight:800;text-transform:uppercase;font-size:.78rem;letter-spacing:.06em}
.nav-link:hover{color:var(--red)}
.social-link{color:var(--navy)!important;font-size:1.15rem;transition:color .2s ease,transform .2s ease}
.social-link:hover{color:var(--red)!important;transform:translateY(-1px)}

.btn-red,.btn-red:visited{
  background:var(--red);
  color:#fff!important;
  border:2px solid var(--red);
  border-radius:999px;
  padding:.72rem 1.25rem;
  font-weight:900;
}
.btn-red:hover{background:#b92c38;border-color:#b92c38}
.btn-navy{
  background:var(--navy);
  color:#fff!important;
  border:2px solid #fff;
  border-radius:999px;
  padding:.72rem 1.25rem;
  font-weight:900;
  transition:
          background-color .22s ease,
          border-color .22s ease;
}
.btn-navy:hover{
  background:#232b66;
  border-color:#232b66;
  color:#fff!important;
}
.btn-brand-outline{
  border:2px solid var(--red);
  color:var(--navy);
  border-radius:999px;
  font-weight:900;
  display:inline-flex;
  align-items:center;
  gap:.45rem;
}
.btn-brand-outline:hover{background:var(--red);color:#fff}
.btn-brand-outline img{width:26px}

.back-to-top{
  position:fixed;
  right:24px;
  bottom:24px;
  width:52px;
  height:52px;
  border:0;
  border-radius:50%;
  background:var(--red);
  color:#fff;
  display:grid;
  place-items:center;
  font-size:1.35rem;
  box-shadow:0 14px 32px rgba(23,29,74,.22);
  opacity:0;
  pointer-events:none;
  transform:translateY(10px);
  transition:opacity .22s ease,transform .22s ease,background .22s ease;
  z-index:999;
}
.back-to-top.is-visible{opacity:1;pointer-events:auto;transform:translateY(0)}
.back-to-top:hover{background:#b92c38;transform:translateY(-3px)}

.section-kicker{
  display:inline-flex;
  align-items:center;
  gap:.6rem;
  color:var(--red);
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:.78rem;
}
.section-kicker:before{
  content:"";
  width:30px;
  height:30px;
  background:url("../img/mini-znak.svg") center/contain no-repeat;
  display:inline-block;
}
.section-title{font-weight:950;letter-spacing:-.045em;line-height:.95;color:var(--navy)}

.hero{
  background:var(--navy);
  color:#fff;
  position:relative;
  overflow:hidden;
  padding:120px 0 70px;
  min-height:620px;
  display:flex;
  align-items:center;
}
.hero:after{
  content:"";
  position:absolute;
  right:0;
  top:0;
  width:58vw;
  height:100%;
  background:url("../img/gradient01.svg") center/cover no-repeat;
  opacity:.9;
  z-index:1;
}
.hero:before{
  content:"";
  position:absolute;
  right:12%;
  top:16%;
  width:420px;
  height:420px;
  background:url("../img/znak_vez1.svg") center/contain no-repeat;
  z-index:2;
  opacity:.95;
}
.hero .container{position:relative;z-index:3}
.hero-logo{height:.72em;width:auto;margin-left:.12em;margin-bottom:.03em;vertical-align:baseline;display:inline-block}
.hero h1{
  font-size:clamp(3.2rem,8vw,7.2rem);
  line-height:1.02;
  letter-spacing:-.06em;
  font-weight:950;
  max-width:760px;
}
.hero h1 span{color:var(--red)}
.hero p{max-width:660px;color:rgba(255,255,255,.86);font-size:1.2rem}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}
.hero-photo-card{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.16);
  border-radius:var(--radius);
  min-height:360px;
  overflow:hidden;
  position:relative;
}
.hero-subtitle{
  max-width:540px;
  font-size:1.15rem;
  line-height:1.7;
  opacity:.9;
}
.hero-photo-card:before{content:"";position:absolute;inset:0;background:linear-gradient(145deg,rgba(191,220,231,.3),rgba(255,255,255,.04))}
.hero-photo-card .placeholder-people{position:absolute;inset:auto 0 0 0;padding:36px;display:flex;gap:12px;justify-content:center}
.person-dot{width:52px;height:120px;border-radius:40px 40px 10px 10px;background:rgba(255,255,255,.35)}

@media(min-width:1600px){
  .hero:after{width:52vw;background-position:center left}
  .hero:before{right:16%;width:460px;height:460px}
}
@media(max-width:1199px){
  .hero:after{right:-8%;width:64vw}
  .hero:before{right:5%;top:20%;width:340px;height:340px;opacity:.6}
}
.election-pill{
  display:flex;
  align-items:center;
  gap:.45rem;
  margin-left:1rem;
  margin-right:1rem;
  padding:.55rem .9rem;
  border-radius:999px;
  background:rgba(215,53,67,.1);
  border:1px solid rgba(215,53,67,.18);
  color:var(--navy);
  font-size:.85rem;
  font-weight:600;
  white-space:nowrap;
}
.election-pill span{
  color:var(--red);
  font-size:1rem;
  font-weight:800;
}
.intro{background:var(--blue);padding:62px 0}
.intro-card{background:#fff;border-radius:var(--radius);box-shadow:var(--shadow);padding:42px}
.intro-card p{font-size:1.05rem;color:var(--navy)}
.tag-cloud{background:#F3F0DA;border-radius:22px;color:#d678df;font-weight:950;font-size:1.2rem;line-height:1.1;text-align:center;padding:28px;transform:rotate(-3deg)}

.what{background:var(--blue);padding:30px 0 60px}
.topic-card{background:#e8f4f8;border-radius:22px;padding:28px;height:100%;position:relative;box-shadow:0 10px 22px rgba(23,29,74,.06)}
.topic-card h3{font-size:1.55rem;line-height:1.02;font-weight:950;letter-spacing:-.04em}
.topic-card p{color:var(--navy);margin-bottom:24px}
.topic-card .topic-link{color:var(--red);font-weight:900;display:inline-flex;gap:.5rem;align-items:center}
.topic-card .topic-link img{width:34px}

.stanovy-band{background:var(--navy);color:#fff;padding:58px 0;overflow:hidden;position:relative}
.stanovy-band:before{content:"";position:absolute;right:8%;top:15%;width:340px;height:340px;background:url("../img/gradient02.svg") center/contain no-repeat;opacity:.42}
.stanovy-band .container{position:relative;z-index:1}
.stanovy-band h2{color:#fff;font-size:clamp(2.6rem,6vw,5rem)}
.stanovy-band p{color:rgba(255,255,255,.82);font-size:1.1rem}
.principle-card{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);border-radius:20px;padding:22px;height:100%}
.principle-card span{color:var(--red);font-weight:950}
.principle-card h3{font-weight:950;font-size:1.2rem;color:#fff;margin:.4rem 0}
.principle-card p{font-size:.95rem;margin:0}

.team{background:var(--blue);padding:70px 0}
.candidate-grid{display:grid;gap:26px;grid-template-columns:1fr}
@media(min-width:768px){.candidate-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:992px){.candidate-grid{grid-template-columns:repeat(3,1fr)}.candidate-item.is-lead{grid-row:span 2}}
.candidate-card{
  background:#fff;
  border-radius:22px;
  height:100%;
  overflow:hidden;
  position:relative;
  box-shadow:0 10px 28px rgba(23,29,74,.10);
  transition:transform .22s ease,box-shadow .22s ease;
  display:flex;
  flex-direction:column;
}
.candidate-portrait{
  border-radius:24px;
  overflow:hidden;
  background:#d8e8ee;
}
.candidate-portrait img{
  width:100%;
  height:auto;
  display:block;
  object-fit:cover;
}
.candidate-modal-profile .modal-content{
  border-radius:30px;
  overflow:hidden;
}

.candidate-modal-profile .modal-body{
  padding:42px;
}

.candidate-profile-grid{
  display:grid;
  grid-template-columns:1fr 0.95fr;
  gap:48px;
  align-items:start;
}

.candidate-profile-aside{
  position:sticky;
  top:0;
}

.candidate-profile-content h3{
  font-size:clamp(3rem, 6vw, 5.5rem);
  line-height:.82;
  letter-spacing:-.07em;
  font-weight:950;
  color:var(--navy);
  margin-bottom:1rem;
}

.candidate-profile-meta{
  font-size:1.05rem;
  color:var(--navy);
  margin-bottom:2rem;
}

.candidate-profile-section{
  margin-top:2.2rem;
}

.candidate-profile-section h4{
  font-size:1.3rem;
  font-weight:950;
  color:var(--navy);
  text-transform:uppercase;
  letter-spacing:-.03em;
  margin-bottom:1rem;
}

.candidate-profile-section p{
  color:var(--navy);
  line-height:1.55;
  margin-bottom:1rem;
}

.candidate-red-line{
  width:52px;
  height:4px;
  background:var(--red);
  border-radius:999px;
  margin:-.4rem 0 1.2rem;
}

.candidate-profile-photo{
  border-radius:24px 24px 0 0;
  overflow:hidden;
  background:linear-gradient(180deg,#cfe7ef,#8fa7bc);
  min-height:620px;
}

.candidate-profile-photo img{
  width:100%;
  height:100%;
  min-height:620px;
  object-fit:cover;
  object-position:center top;
  display:block;
}

.priority-item{
  display:grid;
  grid-template-columns:48px 1fr;
  gap:16px;
  align-items:start;
  margin-top:1.1rem;
}

.priority-icon{
  width:42px;
  height:42px;
  border-radius:50%;
  background:rgba(209,53,67,.12);
  color:var(--red);
  display:grid;
  place-items:center;
  font-size:1.25rem;
}

.priority-item strong{
  display:block;
  color:var(--navy);
  font-weight:950;
  margin-bottom:.25rem;
}

.priority-item p{
  margin:0;
  font-size:.95rem;
}

@media(max-width:991px){
  .candidate-profile-grid{
    grid-template-columns:1fr;
  }

  .candidate-profile-aside{
    position:relative;
    order:-1;
  }

  .candidate-profile-photo{
    min-height:420px;
  }

  .candidate-profile-photo img{
    min-height:420px;
  }
}

@media(max-width:575px){
  .candidate-modal-profile .modal-body{
    padding:28px;
  }

  .candidate-profile-content h3{
    font-size:3.2rem;
  }

  .candidate-profile-photo,
  .candidate-profile-photo img{
    min-height:340px;
  }
}
.candidate-card{
  cursor:pointer;
}
.disabled-card {
  opacity: .45;
  pointer-events: none;
  cursor: default;
  filter: grayscale(100%);
}
.candidate-card:hover{transform:translateY(-4px);box-shadow:0 18px 45px rgba(23,29,74,.18)}
.candidate-photo{height:280px;min-height:280px;max-height:280px;overflow:hidden;background:linear-gradient(180deg,#cfe7ef,#eaf4f7);display:flex;align-items:center;justify-content:center}
.candidate-photo img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block}
.candidate-photo i{font-size:82px;color:var(--navy)}
.candidate-item.is-lead .candidate-photo{height:550px;min-height:550px;max-height:550px}
.candidate-item.is-lead .candidate-photo i{font-size:140px}
.candidate-item.is-lead .candidate-body{flex:0 0 auto;padding:28px}
.badge-order{position:absolute;top:16px;left:16px;width:42px;height:42px;border-radius:50%;background:var(--navy);color:#fff;display:grid;place-items:center;font-weight:950;z-index:2}
.candidate-body{padding:20px}
.candidate-body h3,.candidate-body h4{font-weight:950;letter-spacing:-.04em;margin:0}
.candidate-meta{color:var(--muted);margin:.2rem 0 .7rem}
.candidate-desc{font-size:.95rem;color:var(--navy)}
.candidate-link{border:0;background:transparent;padding:0;color:var(--navy);font-weight:950;display:inline-flex;align-items:center;gap:.5rem}
.candidate-link img{width:34px}

.program{background:#fff;padding:76px 0}
.program-grid{display:grid;grid-template-columns:1fr;gap:22px}
@media(min-width:768px){.program-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1200px){.program-grid{grid-template-columns:repeat(3,1fr)}}
.program-card{
  background:#f4fbfd;
  border:2px solid rgba(23,29,74,.08);
  border-radius:24px;
  padding:26px;
  position:relative;
  min-height:360px;
  display:flex;
  flex-direction:column;
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
}
.program-card:hover{transform:translateY(-4px);box-shadow:0 18px 45px rgba(23,29,74,.18);border-color:rgba(209,53,67,.28)}
.program-card__icon{width:72px;height:72px;border-radius:18px;background:var(--navy);color:#fff;display:grid;place-items:center;font-size:34px;margin-bottom:20px}
.program-card__num{position:absolute;right:24px;top:18px;color:rgba(23,29,74,.09);font-size:4rem;font-weight:950;line-height:1}
.program-card h3{font-weight:950;letter-spacing:-.04em;line-height:1;margin-bottom:12px}
.program-card p{color:var(--navy)}
.program-card__chips{display:flex;flex-wrap:wrap;gap:8px;margin:auto 0 20px}
.program-card__chips span{border:1px solid rgba(23,29,74,.12);border-radius:999px;padding:.25rem .65rem;font-size:.82rem;color:var(--navy);background:#fff}

.account{background:var(--navy);color:#fff;padding:60px 0}
.account h2{color:#fff;font-size:clamp(2.5rem,5vw,4.8rem)}
.account-number{background:var(--blue);color:var(--red);border-radius:20px;padding:24px 30px;font-size:clamp(2rem,4vw,3.4rem);font-weight:950;letter-spacing:.02em;text-align:center}

.newsletter{background:linear-gradient(90deg,rgba(255,255,255,.88),rgba(191,220,231,.85)),url("../img/gradient01.svg") center/cover no-repeat;padding:55px 0}
.newsletter-box{background:rgba(255,255,255,.8);border-radius:28px;padding:32px;box-shadow:var(--shadow)}
.newsletter-target{position:absolute;width:0;height:0;border:0;visibility:hidden}
.newsletter-success{margin-top:1rem;padding:1rem 1.25rem;border-radius:16px;background:rgba(170,205,90,.22);color:var(--green);font-weight:800}

.news{background:var(--blue);padding:70px 0}
.news-card{background:var(--navy);color:#fff;border-radius:28px;padding:30px;height:100%;position:relative;overflow:hidden}
.news-card:after{content:"";position:absolute;right:18px;bottom:12px;width:70px;height:40px;background:url("../img/mini-znak.svg") center/contain no-repeat;filter:brightness(5);opacity:.6}
.news-card .badge{background:var(--red);color:#fff;border-radius:999px}
.news-card p{color:rgba(255,255,255,.85)}

.downloads{background:#fff;padding:70px 0}
.download-card{border:2px solid rgba(23,29,74,.08);border-radius:20px;padding:20px;height:100%;display:flex;align-items:center;gap:16px;color:var(--navy);transition:border-color .22s ease,transform .22s ease,box-shadow .22s ease}
.download-card:hover{border-color:var(--red);color:var(--navy);transform:translateY(-3px);box-shadow:0 14px 32px rgba(23,29,74,.12)}
.download-card i{font-size:2rem;color:var(--red)}

.footer{background:var(--navy);color:#fff;padding:48px 0}
.footer a{color:#fff}
.footer a:hover{color:var(--blue)}
.footer-logo{height:44px;margin-bottom:18px}

.membership{
  background:var(--blue);
  padding:90px 0 80px;
}

.membership-box{
  background:#fff;
  border-radius:28px;
  padding:48px;
  box-shadow:0 18px 45px rgba(23,29,74,.14);
}

.news{
  background:var(--blue);
  padding:70px 0 90px;
}

.membership form{
  margin-top:.5rem;
}

.membership .form-control{
  border-radius:16px;
  border:2px solid rgba(23,29,74,.08);
  padding:.85rem 1rem;
  min-height:56px;
}

.membership textarea.form-control{
  min-height:160px;
}

.membership .form-control:focus{
  border-color:var(--red);
  box-shadow:0 0 0 .2rem rgba(209,53,67,.12);
}

.membership .form-label{
  font-weight:700;
  margin-bottom:.4rem;
}

.membership .form-check{
  margin-top:.5rem;
}

.membership .btn-red{
  margin-top:.5rem;
}
.modal-content{border:0;border-radius:30px;overflow:hidden;box-shadow:0 20px 70px rgba(0,0,0,.25)}
.modal-body{padding:42px}
.modal-close{position:absolute;right:24px;top:24px;z-index:5}
.modal-heading{display:grid;grid-template-columns:90px 1fr;gap:24px;align-items:center;margin-bottom:26px}
.modal-icon{width:86px;height:86px;color:var(--navy);border:4px solid var(--navy);display:grid;place-items:center;font-size:42px;border-radius:18px}
.modal-kicker{color:var(--red);font-weight:950;text-transform:uppercase;letter-spacing:.08em}
.modal-heading h3{font-size:clamp(2.2rem,5vw,4.2rem);font-weight:950;letter-spacing:-.06em;line-height:.9;margin:8px 0}
.modal-heading p{color:var(--navy);font-size:1.05rem;margin:0}
.modal-block{margin:22px 0}
.modal-block h4{font-weight:950;color:var(--navy);font-size:1.25rem}
.modal-block ul{margin:0;padding-left:1.2rem}
.modal-block li{margin:.35rem 0}
.highlight-goal{background:var(--navy);color:#fff;font-weight:950;display:inline;box-decoration-break:clone;-webkit-box-decoration-break:clone;padding:.1rem .35rem}
.candidate-modal .modal-body{background:#fff}
.candidate-modal h3{font-size:clamp(3rem,7vw,5.5rem);font-weight:950;line-height:.85;letter-spacing:-.06em}
.candidate-modal .candidate-portrait{background:#d8e8ee;min-height:280px;display:grid;place-items:center}
.candidate-modal .candidate-portrait i{font-size:140px;color:var(--navy)}

@media(max-width:767px){
  .hero{min-height:auto;padding:100px 0 58px}
  .hero:after{right:-35%;top:0;width:120vw;height:100%;opacity:.42;background-position:center right}
  .hero:before{right:-18%;top:18%;width:260px;height:260px;opacity:.22}
  .hero h1{position:relative;z-index:4;font-size:clamp(3rem,15vw,4.2rem);line-height:.98;max-width:100%}
  .hero-actions{position:relative;z-index:4}
  .modal-heading{grid-template-columns:1fr}
  .modal-body{padding:28px}
  .account-number{font-size:1.8rem}
  .candidate-item.is-lead{grid-row:auto}
  .candidate-photo,.candidate-item.is-lead .candidate-photo{height:300px;min-height:300px;max-height:300px}
  .intro-card{padding:30px}
  .tag-cloud{transform:none}
}

@media(max-width:420px){
  .hero:after{right:-55%;width:150vw;opacity:.35}
  .hero:before{right:-35%;top:22%;width:220px;height:220px;opacity:.18}
}


/* VOTE CTA */
.candidate-vote-box{
  background:linear-gradient(135deg,var(--navy),#24316f);
  color:#fff;
  padding:1rem 1.25rem;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1rem;
  border-radius:0 0 24px 24px;
  border-top:1px solid rgba(255,255,255,.08);
}
.vote-party{display:flex;flex-direction:column;line-height:1}
.vote-label{font-size:.72rem;font-weight:800;letter-spacing:.08em;opacity:.75}
.vote-number::before{content:var(--vote-number);font-size:2rem;font-weight:950;line-height:1;color:var(--lime)}
.vote-candidate{display:flex;align-items:center;gap:.7rem;font-size:.95rem;font-weight:700;text-align:right}
.vote-candidate strong{color:var(--lime);font-size:1.1rem}
.vote-circle{width:38px;height:38px;border-radius:50%;background:rgba(255,255,255,.12);display:grid;place-items:center;flex-shrink:0}
.vote-circle i{color:var(--lime);font-size:1.15rem}

/* SEO detail pages - polished layout */
.detail-body{background:var(--blue);}
.detail-main{padding:clamp(34px,5vw,70px) 0 84px;}
.detail-back{display:inline-flex;align-items:center;gap:.45rem;font-weight:850;margin-bottom:28px;color:#0d6efd;text-decoration:none;}
.detail-back:hover{color:var(--red);}
.detail-card{background:rgba(255,255,255,.78);border:2px solid rgba(23,29,74,.08);border-radius:32px;box-shadow:var(--shadow);padding:clamp(24px,4vw,56px);overflow:hidden;}
.detail-card .modal-body{padding:0;}
.detail-card .modal-heading{margin-bottom:28px;}
.detail-card .modal-kicker{display:inline-flex;color:var(--red);font-weight:950;text-transform:uppercase;letter-spacing:.08em;font-size:.9rem;margin-bottom:.5rem;}
.detail-card .modal-heading h1,.detail-card .candidate-profile-content>h1{font-family:var(--heading-font);font-weight:950;letter-spacing:-.06em;line-height:.94;color:var(--navy);margin:0 0 .75rem;}
.program-detail-card .modal-heading h1{font-size:clamp(2.7rem,6vw,5.9rem);}
.candidate-detail-card .candidate-profile-content>h1{font-size:clamp(3rem,6vw,6.4rem);}
.detail-card .modal-heading p,.detail-card .candidate-profile-meta{font-size:clamp(1rem,1.5vw,1.25rem);color:var(--navy);}
.detail-card .modal-icon{width:86px;height:86px;min-width:86px;border-radius:18px;border:4px solid var(--navy);display:grid;place-items:center;font-size:38px;color:var(--navy);background:rgba(255,255,255,.18);}
.program-detail-card .modal-block{background:#fff;border:1px solid rgba(23,29,74,.08);border-radius:20px;padding:20px 22px;margin:18px 0;}
.program-detail-card .modal-block h4{font-family:var(--heading-font);font-weight:950;letter-spacing:-.04em;margin-bottom:.7rem;}
.program-detail-card .modal-block ul{margin-bottom:0;}
.program-detail-card .modal-block li{margin:.35rem 0;}
.detail-footer{margin-top:0;}
.detail-footer a{color:#fff;text-decoration:underline;text-underline-offset:3px;}
.detail-footer .footer-logo{max-width:150px;}

.candidate-body .candidate-profile-url{margin-top:.75rem;padding:.52rem .9rem;border:2px solid var(--red);border-radius:999px;font-size:.86rem;line-height:1.1;background:#fff;}
.candidate-body .candidate-profile-url:hover{background:var(--red);color:#fff;}
.program-card .btn-brand-outline + .btn-brand-outline{margin-left:0!important;margin-top:.65rem;justify-content:center;}
.program-card .program-detail-url{background:#fff;}
.program-card .program-detail-url:hover{background:var(--red);color:#fff;}

@media(max-width:991.98px){
  .detail-card{border-radius:24px;padding:24px;}
  .detail-card .modal-heading{display:block;}
  .detail-card .modal-icon{margin-bottom:18px;}
  .program-detail-card .modal-heading h1{font-size:clamp(2.25rem,13vw,4.4rem);}
  .candidate-detail-card .candidate-profile-content>h1{font-size:clamp(2.6rem,14vw,5rem);}
  .detail-main{padding-top:28px;}
}
@media print{
  .navbar,
  .footer,
  .detail-footer,
  .detail-back,
  .back-to-top,
  .cookie-banner,
  .cookie-consent,
  .btn {
    display:none!important;
  }
  body{
    background:#fff!important;
    color:#000!important;
  }
  .detail-main{
    padding:0!important;
  }
  .detail-card{
    box-shadow:none!important;
    border:0!important;
    background:#fff!important;
    padding:0!important;
  }
  a[href]:after{
    content:"";
  }
}

.program-card[data-bs-toggle="modal"]{
  cursor:pointer;
}
.program-card__page-link{
  position:relative;
  z-index:2;
  display:inline-flex;
  width:auto;
  align-self:flex-start;
  margin-top:1.5rem;
}
