.clear {
  display: block;
  clear: both;
}
.right {
  float: right;
}
.left {
  float: left;
}
body {
  margin: 0px;
  padding: 0px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  color: #334155;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
}
a {
  text-decoration: none;
  cursor: pointer;
}
img {
  border: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Outfit', sans-serif;
  color: #0f294a;
}
#menu-container {
  width: 1000px;
  height: auto;
  margin: 0px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 0 10px 0;
}
#menu-container > a {
  display: block;
  margin-bottom: 15px;
}
#menu-container > a img {
  width: 270px;
  height: 45px;
  display: block;
  margin: 0 auto;
}
#menu-container #menu {
  font-weight: 500;
  font-family: 'Outfit', sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
#menu-container #menu a {
  padding: 0 18px;
  height: 50px;
  line-height: 50px;
  color: #475569;
  font-size: 15px;
  text-transform: uppercase;
  display: block;
  border-top: 4px solid #ffffff;
  transition: all 0.2s ease;
}
#menu-container #menu a.nav-alex3 {
  background: #f2911b;
  color: #ffffff !important;
  font-weight: 600;
  border-radius: 20px;
  padding: 0 16px;
  height: 34px;
  line-height: 34px;
  border-top: none !important;
  box-shadow: 0 4px 12px rgba(242,145,27,0.3);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  text-transform: none;
}
#menu-container #menu a.nav-alex3:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(242,145,27,0.4);
  background: #f2911b;
}
#menu-container #menu a:hover,
#menu-container #menu a.active {
  color: #f2911b;
  border-color: #f2911b;
}
#visual-container {
  width: 100%;
  height: 455px;
  position: relative;
  overflow: hidden;
}
#visual-container #cycler {
  width: 100% !important;
  height: 100% !important;
  position: relative;
  overflow: hidden;
}
#visual-container #cycler .entity {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  display: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding-top: 155px;
  box-sizing: border-box;
}
#visual-container #cycler .entity:first-child {
  display: block;
}
#visual-container #cycler .entity p {
  margin: 0px auto;
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  width: 800px;
  max-width: 90%;
  background: rgba(15,41,74,0.85);
  backdrop-filter: blur(8px);
  padding: 25px 35px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.15);
  box-shadow: 0 10px 25px rgba(0,0,0,0.25);
  box-sizing: border-box;
  text-shadow: none;
}
#visual-container #cycler .entity a {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 35px;
  background: #f2911b;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 6px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.15);
  transition: background-color 0.2s ease, transform 0.2s ease;
  width: auto;
  height: auto;
  line-height: normal;
  background-image: none;
}
#visual-container #cycler .entity a:hover {
  background: #ce760c;
  transform: translateY(-1px);
}
#visual-container #dots-container {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  height: auto;
  width: auto;
  background: transparent;
}
#visual-container #dots-container a {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(255,255,255,0.4);
  border: 1px solid rgba(255,255,255,0.2);
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.2s ease;
}
#visual-container #dots-container a:hover,
#visual-container #dots-container a.activeSlide {
  background-color: #ffffff;
  transform: scale(1.2);
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
#visual-container .next,
#visual-container .prev {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  background-color: fade(#0f294a,65%);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 50%;
  z-index: 99999;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
#visual-container .next::before,
#visual-container .prev::before {
  content: '';
  width: 10px;
  height: 10px;
  border-left: 2.5px solid #ffffff;
  border-bottom: 2.5px solid #ffffff;
  transform: rotate(45deg);
  display: block;
  margin-left: 4px;
  box-sizing: border-box;
}
#visual-container .next:hover,
#visual-container .prev:hover {
  background-color: fade(#f2911b,85%);
  border-color: rgba(255,255,255,0.5);
  transform: translateY(-50%)scale(1.05);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
#visual-container .next {
  left: auto;
  right: 30px;
}
#visual-container .next::before {
  transform: rotate(-135deg);
  margin-left: -4px;
}
#visual-container.page {
  height: 238px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#breadcrumbs-container {
  width: 100%;
  height: 72px;
  background-image: url(/img/paski-top.png);
  margin-bottom: 15px;
}
#breadcrumbs-container #breadcrumbs {
  width: 1000px;
  margin: 0px auto;
  line-height: 72px;
  color: #545454;
  font-size: 24px;
}
#fp-title-container {
  width: 100%;
  background-color: #efefef;
  padding-bottom: 15px;
}
#fp-title-container #fp-title {
  width: 1000px;
  margin: 0px auto;
  text-align: center;
  padding-top: 20px;
}
#fp-title-container #fp-title h1 {
  color: #0f294a;
  font-size: 24px;
  font-weight: 600;
  margin: 15px 0 20px 0;
}
#fp-title-container #fp-title h2 {
  color: #0f294a;
  font-size: 20px;
  font-weight: 500;
  margin: 15px 0 20px 0;
}
#fp-title-container #fp-title p {
  font-size: 16px;
  color: #334155;
  font-weight: 400;
  line-height: 1.6;
}
.call-button {
  width: 205px;
  height: 84px;
  background-image: url(/img/call-button.png);
  padding-left: 95px;
  text-align: center;
  font-size: 21px;
  font-weight: 300;
  color: #ffffff;
  padding-top: 10px;
}
.call-button .line1 {
  font-size: 19px;
  font-weight: 300;
}
.call-button .line2 {
  font-size: 14px;
  font-weight: 300;
}
#content {
  max-width: 1000px;
  width: 95%;
  margin: 40px auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
#content .row-top {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  width: 100%;
}
#content .row-top .box {
  flex: 1;
  width: auto;
  max-width: none;
}
.box {
  width: 310px;
  flex: 1 1 300px;
  max-width: 330px;
}
.box h1 {
  height: 60px;
  color: #0f294a;
  margin: 0px 0px 15px 0px;
  line-height: 60px;
  padding-left: 35px;
  background-repeat: no-repeat;
  font-weight: 500;
  font-size: 20px;
  background-position: center left;
  border-bottom: 1px solid #e2e8f0;
}
.box h1 a {
  color: #0f294a;
  transition: color 0.2s ease;
}
.box h1 a:hover {
  color: #f2911b;
}
.box .news {
  background-image: url(/img/news-ico.png);
}
.box .faq {
  background-image: url(/img/faq-ico.png);
}
.box .contact {
  background-image: url(/img/mail-ico.png);
}
.box p {
  color: #334155;
  font-size: 15px;
  font-weight: 400;
  margin: 7px 0;
}
.box p.title {
  font-size: 16px;
  color: #0f294a;
  font-weight: 600;
  margin: 7px 0;
}
.box .date {
  color: #64748b;
  font-size: 13px;
  font-style: italic;
  float: left;
  display: block;
}
.box .entity a {
  display: block;
  float: right;
  font-size: 14px;
  color: #f2911b;
  font-weight: 500;
}
.box .orange {
  background: #0f294a;
  color: #ffffff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(15,41,74,0.15);
}
.box .orange p {
  color: #e2e8f0;
}
.box.middle {
  margin: 0;
}
.box.contact-full {
  width: 100%;
  max-width: none;
  flex: none;
}
.box.contact-full .contact-details-row {
  display: flex;
  gap: 30px;
  align-items: stretch;
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.02);
  box-sizing: border-box;
}
.box.contact-full .contact-details-row .contact-text {
  flex: 1;
}
.box.contact-full .contact-details-row .contact-text p.title {
  font-size: 16px;
  color: #0f294a;
  font-weight: 600;
  margin: 0 0 10px 0;
}
.box.contact-full .contact-details-row .contact-text p {
  font-size: 15px;
  color: #334155;
  line-height: 1.6;
  margin: 0;
}
.box.contact-full .contact-details-row .contact-map-wrapper {
  flex: 2;
}
.box.contact-full .contact-details-row .contact-map-wrapper iframe {
  width: 100% !important;
  max-width: 100%;
  border-radius: 6px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 2px 4px rgba(0,0,0,0.03);
  display: block;
}
#page-content {
  width: 1000px;
  margin: 0px auto;
}
#page-content img {
  max-width: 100% !important;
  height: auto !important;
}
#page-left {
  width: 100%;
}
#page-left h1 {
  color: #0f294a;
  font-size: 24px;
  font-weight: 600;
  margin: 15px 0;
}
#page-left h2 {
  color: #0f294a;
  font-size: 20px;
  font-weight: 500;
  margin: 15px 0;
}
#page-left h3 {
  color: #0f294a;
  font-size: 18px;
  font-weight: 500;
  margin: 15px 0;
}
#page-left p,
#page-left td,
#page-left li {
  color: #334155;
  font-size: 16px;
  line-height: 1.6;
}
#page-left p {
  max-width: 100%;
}
#page-left a {
  color: #0f294a;
  transition: color 0.2s ease;
}
#page-left a:hover {
  color: #f2911b;
  text-decoration: underline;
}
#page-right {
  width: 300px;
  float: right;
  display: none;
}
#page-right .entity {
  margin: 0 0 30px 0;
}
#page-right p {
  color: #747474;
  font-size: 16px;
  font-weight: 300;
  margin: 7px 0;
}
#page-right p.title {
  font-size: 16px;
  color: #747474;
  margin: 7px 0;
  font-weight: bold;
}
#page-right .date {
  color: #333333;
  font-size: 13px;
  font-style: italic;
  float: left;
  display: block;
}
#page-right .entity a {
  display: block;
  float: right;
  font-size: 14px;
  color: #0f294a;
  transition: color 0.2s ease;
}
#page-right .entity a:hover {
  color: #f2911b;
}
#page-right .orange {
  background-color: #f2911b;
  color: #ffffff;
  padding: 15px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#page-right .orange p {
  color: #ffffff;
}
.award-announcement {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px 0;
}
.award-announcement .award-heading {
  font-size: 26px;
  color: #0f294a;
  margin-bottom: 25px;
  font-weight: 600;
  position: relative;
  padding-bottom: 12px;
}
.award-announcement .award-heading:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 3px;
  background-color: #f2911b;
  border-radius: 2px;
}
.award-announcement .award-intro {
  font-size: 16px;
  line-height: 1.7;
  color: #334155;
  margin-bottom: 25px;
}
.award-announcement .award-quote {
  margin: 30px 0;
  padding: 20px 25px;
  background-color: #f8fafc;
  border-left: 4px solid #f2911b;
  border-radius: 0 8px 8px 0;
}
.award-announcement .award-quote p {
  font-style: italic;
  font-size: 16px;
  line-height: 1.7;
  color: #334155;
  margin: 0;
}
.award-announcement .award-image-container {
  text-align: center;
  margin-top: 35px;
}
.award-announcement .award-image-container .award-img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(15,41,74,0.1);
  border: 1px solid #e2e8f0;
}
#footer-container {
  background-image: url(/img/bottom-bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  height: auto;
  min-height: 145px;
  width: 100%;
  padding-top: 140px;
  padding-bottom: 40px;
  margin-top: 20px;
  box-sizing: border-box;
}
#footer-container #footer {
  width: 1000px;
  margin: 0px auto;
}
#footer-container #footer .design {
  float: left;
  width: 220px;
  height: 45px;
  display: block;
  line-height: 45px;
  color: #545454;
  font-size: 16px;
  background-image: url(/img/visuality.png);
  background-repeat: no-repeat;
  background-position: top right;
}
#footer-container #footer .right {
  width: 100%;
  float: none;
  font-size: 12px;
  color: #545454;
  font-weight: 300;
  text-align: center;
}
#footer-container #footer .right #menu-bottom {
  line-height: 45px;
  margin-bottom: 10px;
  text-align: center;
}
#footer-container #footer .right #menu-bottom a {
  font-size: 16px;
  color: #545454;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0 15px;
}
#footer-container #footer .right #menu-bottom a:hover {
  text-decoration: underline;
}
#copyright-container {
  background-image: url(/img/paski-bottom.png);
  width: 100%;
  height: 59px;
  line-height: 59px;
  text-align: center;
  color: #545454;
  font-size: 16px;
  font-weight: 300;
  background-color: #ededed;
}
@media only screen and (max-width:700px) {
  #menu-container {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
  }
  #menu-container > a {
    position: static;
    display: block;
  }
  #menu-container img {
    display: inline-block;
    float: none;
    margin-top: 15px;
    margin-right: 0;
    width: 270px;
    height: 45px;
    max-width: 90%;
    height: auto;
  }
  #menu-container #menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 10px;
    margin: 15px 10px;
    clear: both;
  }
  #menu-container #menu a {
    float: none;
    width: auto;
    height: auto;
    line-height: normal;
    text-align: center;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    display: inline-block;
    padding: 6px 12px;
    font-size: 13px;
    background-color: #f8fafc;
    color: #0f294a;
  }
  #menu-container #menu a.nav-alex3 {
    display: inline-block;
    margin: 0;
    padding: 6px 12px;
  }
  #menu-container #menu a.active,
  #menu-container #menu a:hover {
    background-color: #0f294a;
    color: #ffffff;
    border-color: #0f294a;
  }
  #menu-container #menu a.active,
  #menu-container #menu a:hover {
    border: 1px solid #0f294a;
  }
  #visual-container {
    height: 380px;
  }
  #visual-container #cycler .entity {
    padding-top: 80px;
  }
  #visual-container #cycler .entity p {
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
    font-size: 16px;
    line-height: 1.4;
  }
  #visual-container #cycler .entity a {
    margin-top: 10px;
    padding: 8px 20px;
    font-size: 13px;
  }
  #visual-container .next,
  #visual-container .prev {
    display: none;
  }
  #fp-title-container #fp-title {
    width: 100%;
  }
  #fp-title-container #fp-title p {
    box-sizing: border-box;
    padding: 0 15px;
  }
  #footer-container {
    height: auto;
    padding-top: 60px;
    padding-bottom: 30px;
    text-align: center;
  }
  #footer-container #footer {
    width: 100%;
    box-sizing: border-box;
    padding: 0 30px;
  }
  #footer-container #footer .right {
    width: 100%;
  }
  #footer-container #footer .right #menu-bottom {
    text-align: center;
  }
  #footer-container #footer .design {
    display: inline-block;
    text-align: left;
    float: none;
  }
  #content {
    width: 100%;
  }
  #content .row-top {
    flex-direction: column;
    gap: 20px;
  }
  .box {
    width: 100%;
    margin: 0px;
    padding: 0 30px;
    box-sizing: border-box;
  }
  .box.middle {
    margin: 0px;
  }
  .box.contact-full {
    padding: 0 30px;
    box-sizing: border-box;
  }
  .box.contact-full .contact-details-row {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
    padding: 15px;
  }
  #page-content {
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
  }
  #page-content #page-left,
  #page-content #page-right {
    width: 100%;
    clear: both;
    float: none;
  }
  #page-content #page-left p {
    width: 100%;
  }
  #breadcrumbs-container #breadcrumbs {
    width: 100%;
    box-sizing: border-box;
    padding-left: 30px;
  }
  #visual-container.page {
    height: 135px;
    background-size: cover;
    background-position: center;
  }
  .alex-landing .alex-hero {
    padding: 30px 20px;
  }
  .alex-landing .alex-hero h1 {
    font-size: 32px;
  }
  .alex-landing .alex-hero .lead {
    font-size: 16px;
  }
  .alex-landing .alex-hero .btn-primary {
    font-size: 16px;
  }
  .alex-landing .specs-section .specs-grid {
    grid-template-columns: 1fr;
  }
  .pricing-container .pricing-grid {
    grid-template-columns: 1fr;
  }
  .awards-container .awards-grid {
    grid-template-columns: 1fr;
  }
}
@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255,255,255,0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 4px rgba(ff,ff,ff,0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(ff,ff,ff,0);
  }
}
.btn-phone-blue {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #0f294a;
  color: #ffffff !important;
  padding: 10px 20px;
  border-radius: 6px;
  font-weight: 600;
  font-family: 'Outfit', sans-serif;
  font-size: 16px;
  text-decoration: none;
  transition: background-color 0.2s ease, transform 0.2s ease;
  box-shadow: 0 4px 6px -1px rgba(15,41,74,0.1);
  margin-top: 10px;
}
.btn-phone-blue:hover {
  background-color: #184074;
  transform: translateY(-1px);
  box-shadow: 0 10px 15px -3px rgba(15,41,74,0.2);
}
.btn-phone-blue::before {
  content: "📞";
  font-size: 14px;
}
.pricing-card .btn-phone-blue {
  width: 100%;
  box-sizing: border-box;
  font-size: 14px;
  padding: 10px 12px;
  margin-top: 10px;
}
#page-content img,
.panel-content img,
#fp-title img {
  max-width: 100% !important;
  height: auto !important;
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.phone-link {
  color: #f2911b;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
  transition: color 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.phone-link:hover {
  color: #d97706;
  text-decoration: underline;
}
.alex-landing {
  font-family: 'Inter', sans-serif;
}
.alex-landing .alex-hero {
  background: #0f294a;
  padding: 60px 40px;
  border-radius: 16px;
  color: #ffffff;
  margin-bottom: 40px;
  box-shadow: 0 10px 25px -5px rgba(15,41,74,0.2);
}
.alex-landing .alex-hero .alex-hero-content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.alex-landing .alex-hero .alex-hero-content .badge-accent {
  background-color: rgba(242,145,27,0.15);
  color: #f2911b;
  border: 1px solid rgba(242,145,27,0.3);
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.alex-landing .alex-hero .alex-hero-content h1 {
  font-family: 'Outfit', sans-serif;
  font-size: 42px;
  font-weight: 700;
  color: #ffffff !important;
  margin: 0 0 15px 0;
  line-height: 1.2;
}
.alex-landing .alex-hero .alex-hero-content .lead {
  font-size: 20px;
  line-height: 1.6;
  color: #ffffff !important;
  margin-bottom: 30px;
}
.alex-landing .alex-hero .alex-hero-content .hero-actions {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
}
.alex-landing .alex-hero .alex-hero-content .hero-actions .btn-primary {
  background-color: #f2911b;
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
  padding: 12px 28px;
  border-radius: 8px;
  transition: all 0.2s ease;
  box-shadow: 0 4px 12px rgba(242,145,27,0.2);
}
.alex-landing .alex-hero .alex-hero-content .hero-actions .btn-primary:hover {
  background-color: #d97706;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(242,145,27,0.3);
}
.alex-landing .alex-hero .alex-hero-content .hero-actions .btn-secondary {
  background-color: rgba(255,255,255,0.1);
  color: #ffffff;
  font-weight: 600;
  padding: 12px 28px;
  border-radius: 8px;
  transition: all 0.2s ease;
  border: 1px solid rgba(255,255,255,0.2);
}
.alex-landing .alex-hero .alex-hero-content .hero-actions .btn-secondary:hover {
  background-color: rgba(255,255,255,0.2);
  transform: translateY(-1px);
}
.alex-landing .specs-section {
  margin-bottom: 50px;
}
.alex-landing .specs-section h2 {
  font-family: 'Outfit', sans-serif;
  font-size: 28px;
  color: #0f294a;
  text-align: center;
  margin-bottom: 10px;
}
.alex-landing .specs-section .section-subtitle {
  text-align: center;
  color: #334155;
  margin-bottom: 40px;
  font-size: 16px;
}
.alex-landing .specs-section .specs-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
.alex-landing .specs-section .specs-grid .spec-card {
  background-color: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 4px 6px -1px rgba(0,0,0,0.02);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.alex-landing .specs-section .specs-grid .spec-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 15px -3px rgba(0,0,0,0.05);
}
.alex-landing .specs-section .specs-grid .spec-card h3 {
  font-family: 'Outfit', sans-serif;
  font-size: 18px;
  color: #0f294a;
  margin: 15px 0 10px 0;
}
.alex-landing .specs-section .specs-grid .spec-card p {
  font-size: 14px;
  line-height: 1.6;
  color: #334155;
  margin: 0;
}
.alex-landing .advantages-section {
  background-color: #f1f5f9;
  padding: 40px;
  border-radius: 16px;
}
.alex-landing .advantages-section .advantages-container {
  max-width: 800px;
  margin: 0 auto;
}
.alex-landing .advantages-section .advantages-container h2 {
  font-family: 'Outfit', sans-serif;
  font-size: 24px;
  color: #0f294a;
  margin-top: 0;
}
.alex-landing .advantages-section .advantages-container p {
  font-size: 15px;
  line-height: 1.6;
  color: #334155;
}
.alex-landing .advantages-section .advantages-container .advantage-list {
  margin: 20px 0 0 0;
  padding-left: 20px;
}
.alex-landing .advantages-section .advantages-container .advantage-list li {
  padding: 6px 0;
  font-size: 15px;
  color: #334155;
  line-height: 1.6;
}
.pricing-container {
  font-family: 'Inter', sans-serif;
  margin-bottom: 40px;
}
.pricing-container .pricing-header {
  text-align: center;
  margin-bottom: 40px;
}
.pricing-container .pricing-header h2 {
  font-family: 'Outfit', sans-serif;
  font-size: 28px;
  color: #0f294a;
  margin-bottom: 10px;
}
.pricing-container .pricing-header p {
  color: #334155;
  font-size: 16px;
}
.pricing-container .pricing-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin-bottom: 40px;
}
.pricing-container .pricing-grid .pricing-card {
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05);
  position: relative;
  display: flex;
  flex-direction: column;
}
.pricing-container .pricing-grid .pricing-card.highlighted {
  border-color: #f2911b;
  background-color: #fdfaf7;
  box-shadow: 0 10px 15px -3px rgba(242,145,27,0.1);
}
.pricing-container .pricing-grid .pricing-card.highlighted .price-value {
  color: #f2911b;
}
.pricing-container .pricing-grid .pricing-card .card-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f2911b;
  color: #ffffff;
  font-size: 11px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 20px;
  white-space: nowrap;
}
.pricing-container .pricing-grid .pricing-card .card-title {
  font-family: 'Outfit', sans-serif;
  font-size: 20px;
  color: #0f294a;
  margin-top: 0;
  margin-bottom: 15px;
}
.pricing-container .pricing-grid .pricing-card .price-box {
  margin: 15px 0;
}
.pricing-container .pricing-grid .pricing-card .price-box .price-label {
  display: block;
  font-size: 12px;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.pricing-container .pricing-grid .pricing-card .price-box .price-value {
  font-size: 32px;
  font-weight: 700;
  color: #0f294a;
}
.pricing-container .pricing-grid .pricing-card .card-desc {
  font-size: 14px;
  line-height: 1.5;
  color: #334155;
  margin-bottom: 20px;
}
.pricing-container .pricing-grid .pricing-card .card-features {
  list-style: none;
  padding: 0;
  margin: 0 0 25px 0;
  flex-grow: 1;
}
.pricing-container .pricing-grid .pricing-card .card-features li {
  padding: 8px 0;
  border-bottom: 1px solid #f1f5f9;
  font-size: 14px;
  color: #334155;
}
.pricing-container .pricing-grid .pricing-card .card-features li strong {
  color: #0f294a;
}
.pricing-container .pricing-grid .pricing-card .pricing-cta {
  display: block;
  text-align: center;
  background-color: #f2911b;
  color: #ffffff;
  padding: 12px;
  border-radius: 8px;
  font-weight: 600;
  box-shadow: 0 4px 10px rgba(242,145,27,0.2);
  transition: all 0.2s ease;
}
.pricing-container .pricing-grid .pricing-card .pricing-cta:hover {
  background-color: #d97706;
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(242,145,27,0.3);
}
.pricing-container .pricing-footer {
  text-align: center;
  padding: 20px;
  background-color: #f8fafc;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
}
.pricing-container .pricing-footer p {
  font-size: 15px;
  color: #334155;
  margin-bottom: 15px;
}
.pricing-container .pricing-footer .btn-secondary {
  background-color: #0f294a;
  color: #ffffff;
  font-weight: 600;
  padding: 10px 24px;
  border-radius: 6px;
  display: inline-block;
  transition: all 0.2s ease;
}
.pricing-container .pricing-footer .btn-secondary:hover {
  background-color: #1e3a8a;
}
.awards-container {
  font-family: 'Inter', sans-serif;
  margin-bottom: 40px;
}
.awards-container .awards-header {
  text-align: center;
  margin-bottom: 40px;
}
.awards-container .awards-header h2 {
  font-family: 'Outfit', sans-serif;
  font-size: 28px;
  color: #0f294a;
  margin-bottom: 10px;
}
.awards-container .awards-header p {
  color: #334155;
  font-size: 16px;
}
.awards-container .awards-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 25px;
}
.awards-container .awards-grid .award-card {
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.awards-container .awards-grid .award-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 15px -3px rgba(0,0,0,0.08);
}
.awards-container .awards-grid .award-card .award-badge-icon {
  font-size: 40px;
  margin-bottom: 15px;
}
.awards-container .awards-grid .award-card .award-title {
  font-family: 'Outfit', sans-serif;
  font-size: 18px;
  color: #0f294a;
  margin-bottom: 10px;
}
.awards-container .awards-grid .award-card p.award-desc {
  font-size: 14px;
  line-height: 1.5;
  color: #334155;
  margin: 0;
}
form.contact-form {
  max-width: 500px;
  margin: 20px 0;
}
form.contact-form input[type="text"],
form.contact-form input[type="email"],
form.contact-form textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #334155;
  box-sizing: border-box;
  transition: border-color 0.2s ease;
}
form.contact-form input[type="text"]:focus,
form.contact-form input[type="email"]:focus,
form.contact-form textarea:focus {
  outline: none;
  border-color: #0f294a;
}
form.contact-form input[type="submit"] {
  background-color: #0f294a;
  color: #ffffff;
  padding: 12px 30px;
  border: none;
  border-radius: 6px;
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
form.contact-form input[type="submit"]:hover {
  background-color: #1e3a8a;
}
#content .box .entity,
#page-right .entity {
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 15px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.02);
  transition: all 0.2s ease;
}
#content .box .entity p,
#page-right .entity p {
  font-size: 14px !important;
  line-height: 1.5;
}
#content .box .entity iframe,
#page-right .entity iframe {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  border-radius: 6px !important;
  margin-top: 10px !important;
}
#content .box .entity:hover,
#page-right .entity:hover {
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
}
#content .box .entity.orange,
#page-right .entity.orange {
  background: #0f294a;
  border: none;
  box-shadow: 0 4px 10px rgba(15,41,74,0.15);
}
#content .box .entity.orange p,
#page-right .entity.orange p {
  color: #e2e8f0 !important;
}
#content .box .entity.orange p a,
#page-right .entity.orange p a {
  color: #e2e8f0 !important;
  text-decoration: underline;
  font-weight: bold !important;
  display: inline !important;
  float: none !important;
  font-size: inherit !important;
}
#content .box .entity.orange p a:hover,
#page-right .entity.orange p a:hover {
  color: #f2911b !important;
}
#content .box .entity.orange a,
#page-right .entity.orange a {
  color: #e2e8f0 !important;
  text-decoration: underline;
  font-weight: bold !important;
  display: inline !important;
  float: none !important;
  font-size: inherit !important;
}
#content .box .entity.orange a:hover,
#page-right .entity.orange a:hover {
  color: #f2911b !important;
}
details.allergen-panel {
  background-color: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 15px;
  transition: all 0.3s ease;
  box-sizing: border-box;
  text-align: left;
}
details.allergen-panel summary {
  font-size: 16px;
  font-weight: 600;
  color: #0f294a;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
  outline: none;
  user-select: none;
  list-style: none;
}
details.allergen-panel summary::-webkit-details-marker {
  display: none;
}
details.allergen-panel summary::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  font-weight: 300;
  color: #f2911b;
  transition: transform 0.3s ease;
}
details.allergen-panel[open] {
  background-color: #ffffff;
  border-color: #cbd5e1;
  box-shadow: 0 4px 12px rgba(15,41,74,0.05);
}
details.allergen-panel[open] summary::after {
  content: '−';
  transform: translateY(-50%)rotate(180deg);
}
details.allergen-panel .panel-content {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #f1f5f9;
  font-size: 15px;
  color: #334155;
  line-height: 1.6;
}
details.allergen-panel .panel-content strong {
  color: #0f294a;
}
details.allergen-panel .panel-content ul {
  margin: 10px 0 0 0;
  padding-left: 20px;
}
details.allergen-panel .panel-content ul li {
  padding: 4px 0;
  color: #334155;
}
.alergia-container h1 {
  color: #0f294a;
  font-family: 'Outfit', sans-serif;
  font-size: 28px;
  margin-bottom: 10px;
}
.alergia-container .lead {
  font-size: 18px;
  color: #334155;
  line-height: 1.6;
  margin-bottom: 30px;
}
.alergia-container .alergia-intro-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin-bottom: 40px;
}
.alergia-container .alergia-intro-grid .intro-card {
  background-color: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 25px;
}
.alergia-container .alergia-intro-grid .intro-card h3 {
  color: #0f294a;
  font-family: 'Outfit', sans-serif;
  margin-top: 0;
  margin-bottom: 15px;
}
.alergia-container .alergia-intro-grid .intro-card p {
  color: #334155;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 10px;
}
.alergia-container .alergia-intro-grid .intro-card p:last-child {
  margin-bottom: 0;
}
.alergia-container .section-title {
  font-family: 'Outfit', sans-serif;
  color: #0f294a;
  font-size: 24px;
  margin-top: 40px;
  margin-bottom: 5px;
}
.alergia-container .section-subtitle {
  color: #334155;
  margin-bottom: 25px;
}
@media only screen and (max-width:700px) {
  .alergia-container .alergia-intro-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.alex-landing .who-section {
  margin-top: 60px;
  margin-bottom: 30px;
}
.alex-landing .who-section h2 {
  font-family: 'Outfit', sans-serif;
  font-size: 28px;
  color: #0f294a;
  text-align: center;
  margin-bottom: 10px;
}
.alex-landing .who-section .section-subtitle {
  text-align: center;
  color: #334155;
  margin-bottom: 40px;
  font-size: 16px;
}
.table-responsive {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 20px 0;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 4px 6px -1px rgba(0,0,0,0.02);
  position: relative;
}
.table-responsive::-webkit-scrollbar {
  height: 8px;
  display: block !important;
}
.table-responsive::-webkit-scrollbar-track {
  background: #f1f5f9;
  border-radius: 4px;
}
.table-responsive::-webkit-scrollbar-thumb {
  background: rgba(15, 41, 74, 0.3);
  border-radius: 4px;
  border: 1px solid #cbd5e1;
}
.table-responsive::-webkit-scrollbar-thumb:hover {
  background: rgba(242, 145, 27, 0.6);
}
@media (max-width: 768px) {
  .table-responsive::after {
    content: 'Przesuń w bok ↔';
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(15, 41, 74, 0.85);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    color: #ffffff;
    font-size: 11px;
    font-weight: 500;
    padding: 5px 10px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    pointer-events: none;
    opacity: 0.85;
    z-index: 99;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    animation: fadeOutScrollHint 3.5s forwards;
  }
}
.table-responsive table {
  width: 100% !important;
  min-width: 750px;
  border-collapse: collapse;
  margin: 0 !important;
  border: none !important;
}
.table-responsive table th,
.table-responsive table td {
  border: 1px solid #e2e8f0;
  padding: 12px 14px;
  font-size: 14px !important;
  line-height: 1.5;
  color: #334155 !important;
}
.table-responsive table th {
  background-color: #f8fafc;
  font-weight: 600;
  color: #0f294a !important;
  text-align: left;
}
.table-responsive table ul,
.table-responsive table li {
  font-size: 14px !important;
  line-height: 1.5 !important;
  color: #334155 !important;
}
.table-responsive table ul {
  margin: 0 !important;
  padding-left: 20px !important;
}
.table-responsive table li {
  margin: 4px 0 !important;
}
table td strong {
  color: #0f294a !important;
}
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}
@keyframes fadeOutScrollHint {
  0% { opacity: 0.85; }
  75% { opacity: 0.85; }
  100% { opacity: 0; visibility: hidden; }
}
