/* --- PREPENDED PRICING STYLES --- */
/* Template Name: Pricepeg - ootstrap 5 Pricing Table Template 
   Author: Themesdesign
   Version: 1.0
   Auther : https://codecanyon.net/user/themesdesign
   File Description: Main Css file of the template
*/



/*--- Google Font ---*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400&display=swap");

body {
  font-family: "Inter", sans-serif;
}

a {
  text-decoration: none;
  outline: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

/*------------------------------------------------ pricing-1 -------------------------------------*/

.bg-pricing-1 .text-primary {
  color: #17e4c2 !important;
}


.bg-pricing-1 .bg-primary {
  background-color: #17e4c2 !important;
}

.bg-pricing-1 .bg-dark {
  background-color: #2e3c45 !important;
}

.bg-pricing-1 .btn {
  padding: 12px 30px;
  font-size: 15px;
}

.bg-pricing-1 {
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  height: 100vh;
  position: relative;
}

.bg-pricing-1 .pricing-box {
  transition: all 0.5s ease;
}

.bg-pricing-1 .pricing-box .custom-btn {
  color: #17e4c2;
  border: 1px solid transparent;
  box-shadow: none;
  transition: all 0.5s ease;
}

.bg-pricing-1 .price-icon .uim-svg {
  transition: all 0.5s ease;
}

.bg-pricing-1 .pricing-box:hover,
.bg-pricing-1 .pricing-active {
  background-color: #3f4e58 !important;
}

.bg-pricing-1 .pricing-box:hover .uim-svg,
.pricing-active .uim-svg {
  transform: scale(1.3);
}

.bg-pricing-1 .pricing-box:hover .custom-btn,
.pricing-active .custom-btn {
  color: #17e4c2;
  border: 1px solid #17e4c2;
}

.bg-pricing-1 .uim-svg svg {
  height: 40px;
  width: 40px;
}

@media (max-width: 992px) {
  .bg-pricing-1 .bg-pricing {
    height: auto;
    padding: 80px 0;
  }
}

/*------------------------------------------------ pricing-2 -------------------------------------*/

.bg-pricing-2 .text-primary {
  color: #ef4853 !important;
}

.bg-pricing-2 .text-success {
  color: #0fbd1b !important;
}

.bg-pricing-2 .btn {
  padding: 10px 30px;
  font-size: 15px;
}

.bg-pricing-2 .btn:focus {
  box-shadow: none;
}

.bg-pricing-2 .btn-primary {
  background: #ef4853;
  border-color: #ef4853 !important;
}

.bg-pricing-2 .btn-primary:hover,
.bg-pricing-2 .btn-primary:active,
.bg-pricing-2 .btn-primary:focus,
.bg-pricing-2 .btn-primary.active,
.bg-pricing-2 .btn-primary.focus,
.bg-pricing-2 .btn-primary:not(:disabled):not(.disabled):active,
.bg-pricing-2 .btn-primary:not(:disabled):not(.disabled):active:focus,
.bg-pricing-2 .btn-primary .open>.dropdown-toggle.btn-primary {
  background: #ed3541;
  border-color: #ed3541;
  box-shadow: 0px 8px 20px -6px rgba(239, 72, 83, 0.6);
}

.bg-pricing-2 .btn-outline-primary {
  color: #ef4853;
  border-color: #ef4853;
}

.bg-pricing-2 .btn-outline-primary:hover,
.bg-pricing-2 .btn-outline-primary:focus,
.bg-pricing-2 .btn-outline-primary:active,
.bg-pricing-2 .btn-outline-primary.active,
.bg-pricing-2 .btn-outline-primary.focus,
.bg-pricing-2 .btn-outline-primary:not(:disabled):not(.disabled):active,
.bg-pricing-2 .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.bg-pricing-2 .btn-outline-primary .open>.dropdown-toggle.btn-primary {
  color: #ffffff;
  background: #ef4853;
  border-color: #ef4853;
  box-shadow: 0px 8px 20px -6px rgba(239, 72, 83, 0.6);
}

.bg-pricing-2 {
  display: flex;
  align-items: center;
  height: 100vh;
  position: relative;
}

.bg-pricing-2 .pricing-box {
  box-shadow: rgba(107, 107, 114, 0.2) 0px 7px 29px 0px;
  transition: all 0.5s ease;
}

.bg-pricing-2 .pricing-box .price {
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.125);
  width: 80px;
  border-radius: 30px;
  margin: 0 auto;
}

.bg-pricing-2 .pricing-nav {
  background: transparent;
  display: inline-flex;
  padding: 4px 7px;
  color: #000000;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 30px;
}

.nav-item .nav-link {
  color: #666666;
  font-weight: 600;
}

.pricing-nav .nav-item .nav-link.active {
  background-color: #ffffff;
  color: #000000;
  box-shadow: rgba(107, 107, 114, 0.2) 0px 7px 29px 0px;

}

@media (min-width: 992px) {
  .bg-pricing-2 .pricing-active {
    transform: scale(1.2);
    z-index: 1;
  }
}

@media (max-width: 768px) {
  .bg-pricing-2 .bg-pricing {
    height: auto;
    padding: 60px 0;
  }
}

/*------------------------------------------------ pricing-3 -------------------------------------*/

.bg-pricing-3 .btn {
  padding: 8px 42px !important;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
}

.bg-pricing-3 .btn:focus {
  box-shadow: none;
}

.bg-pricing-3 .text-primary {
  color: #8b47f4 !important;
}

.bg-pricing-3 .btn-outline-secondary {
  color: #222222;
  border-color: #d0d0d0;
}

.bg-pricing-3 .btn-outline-secondary:hover,
.bg-pricing-3 .btn-outline-secondary:focus,
.bg-pricing-3 .btn-outline-secondary:active {
  color: #000000;
  background: #f2f2f2;
  border-color: #f2f2f2;
}

.bg-pricing-3 .btn-outline-light {
  color: #f2f2f2;
  border-color: #f2f2f2;
}

.bg-pricing-3 .btn-outline-light:hover,
.bg-pricing-3 .btn-outline-light:focus,
.bg-pricing-3 .btn-outline-light:active {
  color: #000000;
  background: #f2f2f2;
  border-color: #f2f2f2;
}

.bg-pricing-3 {
  padding: 80px 0px;
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.bg-pricing-3 .price-box {
  padding: 66px 30px;
}

.bg-pricing-3 .price-box.active {
  background-color: #8b47f4;
  color: #ffffff;
}

.bg-pricing-3 .price-title {
  font-weight: 500;
  font-size: 16px;
}

.bg-pricing-3 .sub-title {
  font-size: 16px;
  color: #afafaf;
}

/*------------------------------------------------ pricing-4 -------------------------------------*/

.bg-pricing-4 h1,
.bg-pricing-4 h5 {
  font-weight: 500;
}

.bg-pricing-4 a {
  text-decoration: none !important;
  outline: none !important;
}

.bg-pricing-4 p {
  line-height: 1.8;
}

.bg-pricing-4 .row>* {
  position: relative;
}

@media (min-width: 1200px) {
  .bg-pricing-4 .container {
    max-width: 1140px !important;
  }
}

.bg-pricing-4 .btn {
  padding: 10px 20px;
  font-size: 14px;
  letter-spacing: 0.5px;
}

.bg-pricing-4 .btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.bg-pricing-4 .btn-sm {
  padding: 8px 12px;
  font-size: 12px;
}

.bg-pricing-4 .text-primary {
  color: #3b54ec !important;
}


.bg-pricing-4 .bg-pricing-4 .btn-outline-primary {
  color: #3b54ec;
  border-color: #3b54ec;
}

.bg-pricing-4 .btn-outline-primary:hover,
.bg-pricing-4 .btn-outline-primary:focus,
.bg-pricing-4 .btn-outline-primary:active,
.bg-pricing-4 .btn-outline-primary.active,
.bg-pricing-4 .btn-outline-primary.focus,
.bg-pricing-4 .btn-outline-primary:not(:disabled):not(.disabled):active,
.bg-pricing-4 .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.bg-pricing-4 .btn-outline-primary .open>.dropdown-toggle.btn-primary {
  background: #3b54ec;
  border-color: #3b54ec;
}

.bg-pricing-4 {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
}

.bg-pricing-4 .btn {
  padding: 10px 20px;
  font-size: 12px;
  letter-spacing: 0.9px;
  font-weight: 500;
}

.bg-pricing-4 .price-title {
  position: relative;
  z-index: 2;
}

.bg-pricing-4 .price-title::before {
  position: absolute;
  content: "";
  height: 42px;
  width: 16%;
  background: #ebeefd;
  top: 28px;
  left: 60px;
  right: 0px;
  z-index: -1;
}

.bg-pricing-4 .pricing-box {
  position: relative;
  padding: 50px 40px 50px 40px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.bg-pricing-4 .pricing-box .head-title {
  color: #484d53;
}

.bg-pricing-4 .pricing-box h4 {
  font-size: 15px;
}

.bg-pricing-4 .pricing-box .plan-features p {
  padding-top: 4px;
}

.bg-pricing-4 .pricing-box .btn:focus {
  color: #ffffff;
}

.bg-pricing-4 .pricing-box .pricing-lable {
  position: absolute;
  display: block;
  top: -11px;
  right: 18px;
}

.bg-pricing-4 .pricing-box .lable-name {
  position: relative;
  background-color: #3b54ec;
  color: #ffffff;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  width: 40px;
  -webkit-transform: rotate(-90deg) translateX(-27%);
  transform: rotate(-90deg) translateX(-27%);
}

.bg-pricing-4 .pricing-box .lable-name:after {
  content: "";
  border-top: 20px solid #3b54ec;
  border-bottom: 20px solid #3b54ec;
  border-right: 11px solid transparent;
  border-left: 11px solid transparent;
  position: absolute;
  left: -11px;
  top: 0;
}

.bg-pricing-4 .pricing-box:hover {
  -webkit-box-shadow: 0 0rem 4rem rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 0rem 4rem rgba(0, 0, 0, 0.1) !important;
  -webkit-transform: translateY(-2%);
  transform: translateY(-2%);
}

.bg-pricing-4 .pricing-box:hover .head-title {
  color: #3b54ec;
}

.bg-pricing-4 .pricing-box:hover .btn {
  background-color: #3b54ec;
  color: #ffffff;
}

/*------------------------------------------------ pricing-5 -------------------------------------*/

@media (min-width: 1200px) {
  .bg-pricing-5 .container {
    max-width: 1140px;
  }
}

.bg-pricing-5 {
  padding: 140px 0;
}

.bg-pricing-5 .pricing-box {
  transition: all 0.8s;
  border-radius: 12px;
}

.bg-pricing-5 .pricing-box:hover {
  transform: translateY(-10px);
}

.bg-pricing-5 .text-12 {
  font-size: 12px;
}

.bg-pricing-5 .info li::marker {
  color: #0dcaf0;
}

.bg-pricing-5 .danger li::marker {
  color: #dc3545;
}

.bg-pricing-5 .primary li::marker {
  color: #0d6efd;
}

.bg-pricing-5 .btn {
  padding: 12px 48px;
  font-size: 14px;
}

.bg-pricing-5 .btn.btn-success {
  background-color: #00daa6;
  border: none;
}

.bg-pricing-5 .bg-shape {
  top: 0;
  width: 100%;
  bottom: 0;
  position: absolute;
  background: linear-gradient(to left, #4995f5, #6f3ff3);
  clip-path: polygon(0 73%, 100% 50%, 100% 100%, 0 100%);
}

/*------------------------------------------------ pricing-6 -------------------------------------*/

.bg-pricing-6 {
  padding: 80px 0px;
  position: relative;
  display: flex;
  min-height: 100vh;
  align-items: center;
}

.bg-pricing-6 h6 {
  font-size: 14px;
}

.bg-pricing-6 p {
  line-height: 1.8;
  font-size: 14px;
}

.bg-pricing-6 .row>* {
  position: relative;
}

.bg-pricing-6 .btn {
  padding: 10px 20px;
  font-size: 13px;
  letter-spacing: 0.5px;
}

.bg-pricing-6 .btn:focus {
  box-shadow: none;
}

.bg-pricing-6 .text-primary {
  color: #58b9ae !important;
}

.bg-pricing-6 .bg-primary {
  background-color: #59c68d !important;
}

.bg-pricing-6 .btn-primary {
  background: #59c68d;
  border-color: #59c68d !important;
}

.bg-pricing-6 .btn-primary:hover,
.bg-pricing-6 .btn-primary:focus,
.bg-pricing-6 .btn-primary:active,
.bg-pricing-6 .btn-primary.active,
.bg-pricing-6 .btn-primary.focus,
.bg-pricing-6 .btn-primary:not(:disabled):not(.disabled):active,
.bg-pricing-6 .btn-primary:not(:disabled):not(.disabled):active:focus,
.bg-pricing-6 .btn-primary .open>.dropdown-toggle.btn-primary {
  background: #4ac183;
  border-color: #4ac183;
}

.bg-pricing-6 .text-muted {
  color: #9ca5a4 !important;
}

.bg-pricing-6 .btn-light {
  background: #f8f9fa;
  border-color: #f8f9fa !important;
}

.bg-pricing-6 .btn-light:hover,
.bg-pricing-6 .btn-light:focus,
.bg-pricing-6 .btn-light:active,
.bg-pricing-6 .btn-light.active,
.bg-pricing-6 .btn-light.focus,
.bg-pricing-6 .btn-light:not(:disabled):not(.disabled):active,
.bg-pricing-6 .btn-light:not(:disabled):not(.disabled):active:focus,
.bg-pricing-6 .btn-light .open>.dropdown-toggle.btn-primary {
  background: #eceff2;
  border-color: #eceff2;
}

.bg-pricing-6 .btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.bg-pricing-6 .btn-outline-light:hover,
.bg-pricing-6 .btn-outline-light:focus,
.bg-pricing-6 .btn-outline-light:active,
.bg-pricing-6 .btn-outline-light.active,
.bg-pricing-6 .btn-outline-light.focus,
.bg-pricing-6 .btn-outline-light:not(:disabled):not(.disabled):active,
.bg-pricing-6 .btn-outline-light:not(:disabled):not(.disabled):active:focus,
.bg-pricing-6 .btn-outline-light .open>.dropdown-toggle.btn-primary {
  background: #f8f9fa;
  border-color: #f8f9fa;
}

.bg-pricing-6 .plan-border {
  width: 50px;
  height: 3px;
}

.bg-pricing-6 .price-box {
  position: relative;
  border: 1px solid #dfe3e6;
  border-radius: 10px;
}

.bg-pricing-6 .price-box .hr-border {
  background-color: rgba(255, 255, 255, 0.5);
}

.bg-pricing-6 .plan-price {
  font-family: 'Dosis', sans-serif;
}

.price-box.active {
  transform: scale(1.04);
  z-index: 2;
}

@media (min-width: 1200px) {
  .bg-pricing-6 .container {
    max-width: 1140px !important;
  }

}

/*------------------------------------------------ pricing-7 -------------------------------------*/

.bg-pricing-7 .text-primary {
  color: #2667be !important;
}

.bg-pricing-7 .btn {
  padding: 12px 30px;
  font-size: 15px;
}

.bg-pricing-7 .btn-primary {
  background: #0d2a4f;
  border-color: #0d2a4f !important;
}

.bg-pricing-7 .btn-primary:hover,
.bg-pricing-7 .btn-primary:focus,
.bg-pricing-7 .btn-primary:active,
.bg-pricing-7 .btn-primary.active,
.bg-pricing-7 .btn-primary.focus,
.bg-pricing-7 .btn-primary:not(:disabled):not(.disabled):active,
.bg-pricing-7 .btn-primary:not(:disabled):not(.disabled):active:focus,
.bg-pricing-7 .btn-primary .open>.dropdown-toggle.btn-primary {
  background: #0a213d;
  border-color: #0a213d;
  -webkit-box-shadow: 0px 8px 20px -6px rgba(13, 42, 79, 0.6);
  box-shadow: 0px 8px 20px -6px rgba(13, 42, 79, 0.6);
}

.bg-pricing-7 .btn-outline-primary {
  color: #0d2a4f;
  border-color: #0d2a4f;
}

.bg-pricing-7 .btn-outline-primary:hover,
.bg-pricing-7 .btn-outline-primary:focus,
.bg-pricing-7 .btn-outline-primary:active,
.bg-pricing-7 .btn-outline-primary.active,
.bg-pricing-7 .btn-outline-primary.focus,
.bg-pricing-7 .btn-outline-primary:not(:disabled):not(.disabled):active,
.bg-pricing-7 .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.bg-pricing-7 .btn-outline-primary .open>.dropdown-toggle.btn-primary {
  background: #0d2a4f;
  border-color: #0d2a4f;
  color: #ffffff;
  box-shadow: 0px 8px 20px -6px rgba(13, 42, 79, 0.6);
}

.bg-pricing-7 {
  height: 100vh;
  position: relative;
}

.bg-pricing-7 .pricing-box {
  transition: all 0.5s ease;
}

.bg-pricing-7 .pricing-box .price-title {
  position: relative;
}

.bg-pricing-7 .pricing-box .price-title:before {
  content: "";
  position: absolute;
  background: linear-gradient(to right, transparent, #0d2a4f, transparent);
  width: 50px;
  height: 2px;
  bottom: -8px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.bg-pricing-7 .pricing-box:hover {
  border-color: transparent;
  box-shadow: rgba(13, 42, 79, 0.06) 0px 8px 24px;
}

@media (max-width: 768px) {
  .bg-pricing-7 {
    height: auto;
    padding: 150px 0;
  }
}

/*------------------------------------------------ pricing-8 -------------------------------------*/

/* container size */
@media (min-width: 1400px) {
  .bg-pricing-8 .container {
    max-width: 1140px !important;
  }
}

.bg-pricing-8 {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px;
}

/* .text-color */
.bg-pricing-8 .text-success {
  color: #67b931 !important;
}

/* border & color */
.bg-pricing-8 .border {
  border: 1px solid #f1ecec !important;
}

.bg-pricing-8 .border-bottom {
  border-bottom: 1px solid #f5f1f1 !important;
}

/* button */
.bg-pricing-8 .btn {
  padding: 14px 40px;
}

/* button colorl */
.bg-pricing-8 .btn-info {
  background-color: #14abf4;
  border-color: #14abf4;
}

/* pricing box padding */
.bg-pricing-8 .pricing {
  padding: 26px 0 45px 0;
  max-width: 356px;
  margin: 0 auto;
}

.bg-pricing-8 .text-muted {
  color: #a5b1bd !important;
}

/* box top border */
.bg-pricing-8 .pricing.active-price {
  border-top: 2px solid #67b931 !important;
}

/* shadow */
.bg-pricing-8 .pricing:hover,
.bg-pricing-8 .pricing.active-price {
  box-shadow: rgb(17 12 46 / 7%) 0px 1px 17px 6px;
  border: none;
}

/* button-hover & focus */
.bg-pricing-8 .btn-info:hover,
.bg-pricing-8 .btn-info:focus {
  background-color: #0b9de4;
  color: #ffffff;
}

/* switch */
.bg-pricing-8 .switch {
  position: relative;
  min-width: 60px;
  height: 32px;
}

/* switch redius */
.bg-pricing-8 .slider.round:before {
  border-radius: 50%;
}

/* switch background */
.bg-pricing-8 .slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #eef6e7;
}

/* switch background before */
.bg-pricing-8 .slider:before {
  position: absolute;
  content: "";
  height: 25px;
  width: 25px;
  left: 5px;
  bottom: 4px;
  background-color: #67b931;
  transition: 0.4s;
}

/* checkd btn */
.bg-pricing-8 input:checked+.slider:before {
  transform: translateX(26px);
}

@media (max-width: 576px) {
  .bg-pricing-8 .toggle-text {
    font-size: 12px;
  }
}

/*------------------------------------------------ pricing-9 -------------------------------------*/

.bg-pricing-9 .btn {
  padding: 8px 25px;
  font-size: 14px;
}

.bg-pricing-9 .btn-light {
  background: #f3f4f5;
  border-color: #f3f4f5;
}

.bg-pricing-9 .btn-light,
.bg-pricing-9 .btn-light:hover,
.bg-pricing-9 .btn-light:focus,
.bg-pricing-9 .btn-light:active,
.bg-pricing-9 .btn-l.bg-pricing-9 ight:active:focus {
  background: #f3f4f5;
  border-color: #f3f4f5;
  box-shadow: 0px 8px 20px -6px rgba(243, 244, 245, 0.6);
}

.bg-pricing-9 {
  background-size: cover;
  height: 100vh;
  position: relative;
}

.bg-pricing-9 .box-shadow {
  box-shadow: rgba(0, 0, 0, 0.12) 0px 7px 29px 0px;
  ;
}

.bg-pricing-9 .nav-pills {
  background: transparent;
  display: inline-flex;
  border: 8px solid #ffffff;
}

.bg-pricing-9 .nav-pills .nav-link.active {
  background-color: #46e991;
}

.bg-pricing-9 .nav-pills .nav-link {
  box-shadow: none;
}

.bg-pricing-9 .pricing-content li {
  margin: 6px 0;
  font-size: 14px;
}

.bg-pricing-9 .fade:not(.show) {
  opacity: 0.6;
}

.bg-pricing-9 .show {
  z-index: 1;
  position: relative;
}

.bg-pricing-9 .price {
  height: 55px;
  width: 150px;
  color: #ffffff;
  line-height: 55px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.bg-pricing-9 .price::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  z-index: -1;
  border-radius: 8px;
  background: #6671e5;
}

.bg-pricing-9 .price::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 8px;
  transform: rotate(-5deg);
  background: rgba(102, 113, 229, 0.58);
}

.bg-pricing-9 .refresh-btn {
  width: 55px;
  height: 55px;
  padding: 4px;
  color: rgba(102, 113, 229);
  background-color: #ffffff;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
}

@media (min-width: 768px) {
  .bg-pricing-9 .tab-pane.active {
    transition: all 0.3s ease;
    transform: scale(1.2);
    z-index: 1;
  }

  .bg-pricing-9 .ms-n1 {
    margin-left: -8.5rem;
  }
}

@media (max-width: 768px) {
  .bg-pricing-9 {
    height: auto;
    padding: 60px 0;
  }
}

/*------------------------------------------------ pricing-10 -------------------------------------*/

.bg-pricing-10 {
  display: flex;
  align-items: center;
  height: 100vh;
  position: relative;
}

.bg-pricing-10 .card-title {
  color: #114a5e;
}

.bg-pricing-10 .text-gray-50 {
  color: #a2a2a2;
}

.bg-pricing-10 .pricing-border {
  border-top: 1px dashed #c5c5c5;
}

.bg-pricing-10 .btn {
  padding: 13px 0;
  font-size: 14px;
}

.bg-pricing-10 .list-text {
  font-weight: 100;
  font-size: 15px;
}

.bg-pricing-10 .btn-outline-dark {
  background-color: #f1f5f6;
  border-color: #dbd8d8;
}

.bg-pricing-10 .btn-dark {
  background-color: #173742;
}

.bg-pricing-10 .btn-outline-dark:hover {
  background-color: #173742;
}

.bg-pricing-10 .pricing-icon {
  color: #69910d;
}

@media (max-width: 992px) {
  .bg-pricing-10 {
    height: auto;
    padding: 70px 0;
  }
}

/*------------------------------------------------ pricing-11 -------------------------------------*/

.bg-pricing-11 {
  overflow-x: hidden !important;
  color: #0f105e;
  display: flex;
  align-items: center;
  height: 100vh;
  position: relative;
}

.bg-pricing-11 .text-primary {
  color: #f5c814 !important;
}

.bg-pricing-11 .bg-primary {
  background-color: #f5c814 !important;
}

.bg-pricing-11 .text-light {
  color: #f8f9fa !important;
}

.bg-pricing-11 .btn-primary {
  background: #f5c814;
  border-color: #f5c814 !important;
}

.bg-pricing-11 .btn-primary:hover,
.bg-pricing-11 .btn-primary:focus,
.bg-pricing-11 .btn-primary:active,
.bg-pricing-11 .btn-primary.active,
.bg-pricing-11 .btn-primary.focus,
.bg-pricing-11 .btn-primary:not(:disabled):not(.disabled):active,
.bg-pricing-11 .btn-primary:not(:disabled):not(.disabled):active:focus,
.bg-pricing-11 .btn-primary .open>.dropdown-toggle.btn-primary {
  background: #ebbe0a;
  border-color: #ebbe0a;
  box-shadow: 0px 8px 20px -6px rgba(245, 200, 20, 0.6);
}

.bg-pricing-11 .btn-outline-primary {
  color: #f5c814;
  border-color: #f5c814;
}

.bg-pricing-11 .btn-outline-primary:hover,
.bg-pricing-11 .btn-outline-primary:focus,
.bg-pricing-11 .btn-outline-primary:active,
.bg-pricing-11 .btn-outline-primary.active,
.bg-pricing-11 .btn-outline-primary.focus,
.bg-pricing-11 .btn-outline-primary:not(:disabled):not(.disabled):active,
.bg-pricing-11 .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.bg-pricing-11 .btn-outline-primary .open>.dropdown-toggle.btn-primary {
  background: #f5c814;
  border-color: #f5c814;
  color: #ffffff;
  box-shadow: 0px 8px 20px -6px rgba(245, 200, 20, 0.6);
}

.bg-pricing-11 .pricing-box,
.bg-pricing-11 .pricing-active {
  border: 1px solid;
  border-color: rgba(104, 113, 121, 0.25);
  transition: all 0.35s ease;
}

.bg-pricing-11 .price {
  color: #0f105e;
  background-color: #e5e3e3;
  transition: all 0.35s ease;
  width: 100%;
  height: 100%;
}

.bg-pricing-11 .pricing-content li {
  padding: 5px 0;
  color: #687179;
}

.bg-pricing-11 .pricing-box:hover .price {
  color: #ffffff;
  background-color: #f5c814;
}

.bg-pricing-11 .pricing-active {
  border-top: 3px solid #000000;
}

.bg-pricing-11 .pricing-active .price {
  color: #ffffff;
  background-color: #f5c814;
}

.bg-pricing-11 .pricing-badge {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  overflow: hidden;
  height: 100px;
}

.bg-pricing-11 .pricing-badge .badge {
  float: right;
  transform: rotate(45deg);
  right: -66px;
  top: 25px;
  position: relative;
  width: 200px;
  margin: 0;
  padding: 7px 10px;
}

.bg-pricing-11 .pricing-box::before {
  content: "";
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  width: 0;
  border-bottom: 3px solid #000000;
  opacity: 1;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.bg-pricing-11 .pricing-box:hover::before {
  width: 100%;
}

/*------------------------------------------------ pricing-12 -------------------------------------*/

.bg-pricing-12 p {
  line-height: 1.8;
  font-size: 14px;
}

.bg-pricing-12 .row>* {
  position: relative;
}

@media (min-width: 1200px) {
  .bg-pricing-12 .container {
    max-width: 1140px !important;
  }
}

.bg-pricing-12 .text-primary {
  color: #3598db !important;
}

.bg-pricing-12 {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  display: flex;
  align-items: center;
  height: 100vh;
}

.bg-pricing-12 .btn-custom-white:hover,
.bg-pricing-12 .btn-custom-white:focus,
.bg-pricing-12 .btn-custom-white:active,
.bg-pricing-12 .btn-custom-white.active,
.bg-pricing-12 .btn-custom-white.focus,
.bg-pricing-12 .btn-custom-white:active,
.bg-pricing-12 .btn-custom-white:focus,
.bg-pricing-12 .btn-custom-white:hover,
.bg-pricing-12 .open>.dropdown-toggle.btn-custom-white {
  background: #f1f0f0;
  box-shadow: none !important;
}

.bg-pricing-12 .f-18 {
  font-size: 18px;
}

.bg-pricing-12 .f-20 {
  font-size: 20px;
}

/* --- MAIN BRAND STYLES --- */
/* Global Styles */
:root {
    --primary-blue: #0BA6DF;
    --accent-orange: #FAA533;
    --btn-green: #CDE25D;
    --text-dark: #000000;
    --text-gray: #333333;
    --text-light: #666666;
    --white: #ffffff;
    --bg-light: #F9F9F9;
    --bg-alt: #E9F3FF;
}

/* Brand / plan color refinements inspired by index-6 */
:root {
    --brand-primary: var(--primary-blue);
    --brand-accent: var(--accent-orange);
    --brand-green: #10b981;        /* deeper green for recommended plan (explicit) */
    --brand-green-light: #CDE25D;  /* lighter green (existing) */
    --plan-bg: var(--white);
    --plan-border-muted: #f0f0f0;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Montserrat', sans-serif;
    color: var(--text-dark);
    line-height: 1.6;
    background-color: var(--white);
    overflow-x: hidden;
}

.container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
}

.section {
    padding: 40px 0;
    /* Further reduced from 50px */
}

.text-center {
    text-align: center;
}

.has-promo-banner {
    --promo-banner-height: 58px;
}

.promo-top-banner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1100;
    background: linear-gradient(90deg, #dff4f5 0%, #eef9fa 100%);
    border-bottom: 1px solid rgba(14, 44, 72, 0.08);
    box-shadow: 0 6px 18px rgba(19, 58, 88, 0.06);
}

.promo-top-banner-inner {
    min-height: var(--promo-banner-height);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

.promo-top-banner-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    color: #16384e;
    flex: 0 0 auto;
}

.promo-top-banner-icon svg {
    width: 100%;
    height: 100%;
    display: block;
}

.promo-top-banner-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 12px;
    border-radius: 999px;
    background: #8fe1a9;
    color: #12344d;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    white-space: nowrap;
}

.promo-top-banner-text {
    margin: 0;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.3;
    color: #11324b;
}

.promo-top-banner-link {
    color: #11324b;
    font-size: 17px;
    font-weight: 800;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
    white-space: nowrap;
}

.promo-top-banner-link:hover,
.promo-top-banner-link:focus {
    color: #0a5ec2;
}

.has-promo-banner .site-header {
    top: var(--promo-banner-height);
}

.site-header {
    background-color: #FFFFFF;
    padding: 15px 0 10px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease-in-out;
}

.site-header.header-hidden {
    transform: translateY(-100%);
}

@media (max-width: 1200px) {
    .has-promo-banner {
        --promo-banner-height: 64px;
    }

    .promo-top-banner-inner {
        gap: 14px;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .promo-top-banner-icon {
        width: 26px;
        height: 26px;
    }

    .promo-top-banner-text,
    .promo-top-banner-link {
        font-size: 15px;
    }
}

@media (max-width: 1100px) {
    .has-promo-banner {
        --promo-banner-height: 72px;
    }

    .promo-top-banner-inner {
        flex-wrap: wrap;
        gap: 8px 12px;
    }

    .promo-top-banner-icon {
        width: 24px;
        height: 24px;
    }

    .promo-top-banner-badge {
        padding: 6px 10px;
        font-size: 12px;
    }

    .promo-top-banner-text,
    .promo-top-banner-link {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .has-promo-banner {
        --promo-banner-height: 88px;
    }

    .promo-top-banner-inner {
        gap: 6px 10px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .promo-top-banner-badge {
        padding: 5px 9px;
        font-size: 11px;
    }

    .promo-top-banner-text,
    .promo-top-banner-link {
        font-size: 13px;
    }
}

@media (max-width: 560px) {
    .has-promo-banner {
        --promo-banner-height: 96px;
    }

    .promo-top-banner-text,
    .promo-top-banner-link {
        font-size: 12px;
    }
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-nav {
    margin-top: 12px;
}

.logo {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: var(--text-dark);
}

.logo:hover,
.logo:focus,
.logo:active,
.logo:visited {
    color: var(--text-dark);
    text-decoration: none;
}

.logo:hover .brand-name,
.logo:focus .brand-name,
.logo:active .brand-name,
.logo:visited .brand-name {
    color: var(--text-dark);
}

.logo:hover .tagline,
.logo:focus .tagline,
.logo:active .tagline,
.logo:visited .tagline {
    color: var(--text-gray);
}

.logo img {
    height: 50px;
    width: auto;
}

.logo-text {
    display: flex;
    flex-direction: column;
}

.brand-name {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.1;
}

.tagline {
    font-size: 13px;
    font-weight: 400;
    color: var(--text-gray);
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 30px;
}

.nav-menu > li {
    position: relative;
}

.has-submenu::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 12px;
}

.submenu {
    display: none;
    position: absolute;
    top: calc(100% + 2px);
    left: 0;
    min-width: 260px;
    list-style: none;
    margin: 0;
    padding: 10px 0;
    border-radius: 14px;
    background: var(--white);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
    z-index: 1200;
}

.has-submenu:hover .submenu,
.has-submenu:focus-within .submenu {
    display: block;
}

.submenu li {
    margin: 0;
}

.submenu a {
    display: block;
    padding: 12px 18px;
    line-height: 1.3;
    font-size: 18px;
    font-weight: 500;
    color: var(--text-dark);
    text-decoration: none;
    white-space: nowrap;
}

.submenu a:hover,
.submenu a.active {
    color: var(--primary-blue);
    background: transparent;
}

.nav-menu a {
    text-decoration: none;
    color: var(--text-dark);
    font-weight: 500;
    font-size: 18px;
    transition: color 0.3s;
}

.nav-menu a.active {
    color: var(--btn-green);
}

.nav-menu a:hover {
    color: var(--primary-blue);
}

.menu-gps-item {
    display: flex;
    align-items: center;
}

.header-gps-link {
    margin-left: 10px;
    align-self: flex-end;
}

.header-gps-link .nav-gps-icon {
    transform: translateY(8px);
}

.nav-gps-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    padding: 6px 10px;
    border-radius: 999px;
    text-decoration: none;
    color: var(--text-dark);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
    overflow: visible;
    position: relative;
}

.nav-gps-link:hover {
    transform: none;
    background-color: rgba(65, 183, 233, 0.08);
    box-shadow: none;
}

.nav-gps-icon {
    width: 34px;
    height: 34px;
    display: block;
    flex-shrink: 0;
    transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), filter 0.28s ease;
    transform-origin: center center;
    will-change: transform;
}

.nav-gps-link:hover .nav-gps-icon,
.nav-gps-link:focus-visible .nav-gps-icon {
    transform: scale(1.9);
    filter: drop-shadow(0 10px 18px rgba(65, 183, 233, 0.35));
    z-index: 5;
}

.nav-gps-text {
    max-width: 0;
    overflow: hidden;
    white-space: normal;
    opacity: 0;
    font-size: 12px;
    line-height: 1.15;
    font-weight: 600;
    margin-left: 14px;
    transition: max-width 0.24s ease, opacity 0.2s ease;
}

.nav-gps-link:hover .nav-gps-text,
.nav-gps-link:focus-visible .nav-gps-text {
    max-width: 115px;
    opacity: 1;
}


.nav-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
}

.nav-toggle span {
    width: 25px;
    height: 3px;
    background: var(--text-dark);
    border-radius: 2px;
}

/* Buttons */
.btn {
    display: inline-block;
    padding: 14px 36px;
    border-radius: 50px;
    font-weight: 900;
    text-decoration: none;
    transition: transform 0.12s ease, box-shadow 0.18s ease, filter 0.18s ease;
    border: none;
    cursor: pointer;
    font-size: 16px;
    background: var(--btn-green);
    color: var(--text-dark);
    box-shadow: 0 12px 30px rgba(205,226,93,0.12), 0 2px 8px rgba(16,185,129,0.06);
}

/* Hover / focus states for CTAs */
.btn:hover,
.btn:focus {
    filter: brightness(0.96);
    transform: translateY(-2px);
    box-shadow: 0 18px 40px rgba(205,226,93,0.14), 0 6px 14px rgba(16,185,129,0.08);
}
.btn:active { transform: translateY(0); filter: brightness(0.92); }

/* Ensure common button variants receive the same CTA look */
.btn-primary, .btn-orange, .btn-login, .btn-growth, .btn-agenda, .btn-info { background: var(--btn-green); color: var(--text-dark); border: none; }

/* Subtle inner text style to match screenshot */
.btn { letter-spacing: 0.2px; }

/* Solution: smaller white toggle with blue text */
.benefits-toggle-btn {
    background: #ffffff;
    color: #14abf4;
    padding: 10px 22px;
    font-size: 14px;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 6px 18px rgba(11,166,223,0.06);
    border: 1px solid rgba(20,171,244,0.08);
    max-width: 360px;
    white-space: normal;
    text-align: center;
}
.benefits-toggle-btn span { display: block; }
.benefits-toggle-btn span:first-child { font-size: 14px; font-weight: 700; line-height: 1.1; }
.benefits-toggle-btn .icon { font-size: 12px; line-height: 1; }

/* Ensure action CTAs inside solution blocks match global CTA sizing */
.solution-actions .btn {
    padding: 14px 36px !important;
    font-size: 16px !important;
    border-radius: 50px !important;
    align-self: center;
}

@media (max-width: 480px) {
    .benefits-toggle-btn, .solution-actions .btn { padding: 8px 14px !important; font-size: 14px !important; }
}

/* Flip Card Styling - Refined to keep original look */
.benefit-box.flip-box {
    perspective: 1000px;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    min-height: 160px;
}

.benefit-box.flip-box .flip-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    transform-style: preserve-3d;
}

.benefit-box.flip-box.flipped .flip-inner {
    transform: rotateY(180deg);
}

.benefit-box.flip-box .flip-front,
.benefit-box.flip-box .flip-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px 20px;
    /* Pôvodné rámovanie */
    box-shadow: 0 4px 16px rgba(11, 18, 29, 0.08);
    border: 1px solid #f0f0f0;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.benefit-box.flip-box .flip-front {
    background-color: #ffffff;
    color: var(--text-dark);
    z-index: 2;
}

/* Hover efekt na prednej strane (zhoda s ostatnými boxami) */
@media (min-width: 1025px) {
    .benefit-box.flip-box:not(.flipped):hover .flip-front {
        /* Transformáciu handles už rodič .benefit-box:hover, tu len doladíme detaily ak treba */
        border: 2px solid transparent;
        background: linear-gradient(#ffffff, #ffffff) padding-box,
            linear-gradient(135deg, #3b82f6 45%, #f59e0b 55%) border-box;
        box-shadow:
            0 0 30px rgba(59, 130, 246, 0.35),
            0 0 50px rgba(245, 158, 11, 0.3),
            0 20px 48px rgba(11, 18, 29, 0.14);
    }

    /* Fajka za textom a správna mierka */
    .benefit-box.flip-box:not(.flipped):hover .flip-front .big-check {
        transform: scale(1);
        opacity: 1;
        z-index: 2;
    }

    .benefit-box.flip-box .flip-front .box-content {
        z-index: 2;
        /* Text pred fajkou */
    }
}

.benefit-box.flip-box .flip-back {
    background-color: #f0fff4;
    /* jemne zelená */
    color: #065f46;
    transform: rotateY(180deg);
    box-shadow: 0 0 25px rgba(16, 185, 129, 0.4);
    /* zelená žiara */
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
    border: 1px solid #d1fae5;
}

.back-text {
    padding: 10px;
}

.btn-primary {
    background-color: var(--accent-orange);
    color: var(--white);
}

.btn-primary:hover {
    background-color: #e6952d;
    box-shadow: 0 8px 15px rgba(250, 165, 51, 0.3);
}

.btn-login {
    background-color: var(--btn-green);
    color: var(--text-dark);
    padding: 12px 40px;
    border-radius: 8px;
}

.btn-login:hover {
    background-color: #bad344;
}

/* Hero Section */
.hero {
    padding: 140px 0 60px;
    background: var(--white);
    min-height: auto;
    display: flex;
    align-items: center;
}

.hero-main-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 40px;
    align-items: center;
    position: relative;
    margin-bottom: 40px;
}

.hero h1 {
    font-size: 56px;
    font-weight: 800;
    color: var(--text-dark);
    margin-bottom: 25px;
    line-height: 1.1;
    position: relative;
    z-index: 10;
    width: 130%;
    /* Continued over the image */
    pointer-events: none;
}

.hero-content {
    max-width: 750px;
    position: relative;
    z-index: 10;
}

.hero-intro {
    font-size: 17px;
    margin-bottom: 25px;
    color: var(--text-gray);
    line-height: 1.5;
}

.hero-checklist-area {
    margin-bottom: 40px;
}

.hero-checklist-area p {
    font-weight: 600;
    margin-bottom: 20px;
}

.solution-content p.subtitle {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}

.benefits-block {
    margin-top: 30px;
    margin-bottom: 30px;
}

.benefits-block h4 {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 20px;
}

.check-list {
    list-style: none;
}

.solution-grid {
    display: flex;
    /* Center items vertically so image and text align nicely */
    align-items: center;
    position: relative;
    padding: 20px 0 20px;
    min-height: 420px;
    gap: 60px;
}

.solution-grid .solution-content {
    flex: 1 1 auto;
    min-width: 0;
    max-width: none;
}

.solution-grid .solution-image {
    flex: 0 0 720px;
    /* Increased width for larger invoice image */
}

/* Right-align helper for specific sections */
.text-right {
    text-align: right;
}

/* On small screens keep left alignment for readability */
@media (max-width: 768px) {
    .text-right {
        text-align: left;
    }
}

.centered-agenda {
    flex: 1;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.centered-agenda h3 {
    font-size: 36px;
    margin-bottom: 25px;
    font-weight: 800;
}

.centered-agenda .subtitle {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 20px;
}

.centered-agenda>p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.agenda-mascot-mid {
    margin: 40px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.mascot-caption {
    font-size: 16px;
    color: var(--text-gray);
    font-weight: 600;
    margin-top: 15px;
    font-style: normal;
    letter-spacing: 0.5px;
}



.centered-agenda .benefits-block {
    text-align: left;
    display: inline-block;
    max-width: 700px;
    margin: 40px auto;
    width: 100%;
}

.centered-agenda .btn-orange {
    margin-top: 20px;
}

/* Hex / honeycomb-like boxes for benefits */
.check-grid {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.check-column {
    flex: 1;
    max-width: 560px;
}

.check-column h4 {
    margin-bottom: 12px;
    font-size: 22px;
}

/* the .check-list rules below already style two-column lists and check icons */
@media (max-width: 900px) {
    .check-grid {
        gap: 24px;
    }
}

@media (max-width: 600px) {
    .check-grid {
        flex-direction: column;
    }

    .check-list {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

/* Invoice image styling */
.invoice-wrap {
    text-align: center;
    margin: 18px 0 28px;
}

.invoice-img {
    width: 420px;
    max-width: 100%;
    height: auto;
    display: inline-block;
}

@keyframes levitateInvoice {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(0);
    }
}

.invoice-left-img {
    width: 720px;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    animation: levitateInvoice 4s ease-in-out infinite;
}

@media (max-width: 800px) {
    .solution-grid {
        flex-direction: column;
    }

    .solution-grid .solution-image {
        flex: 0 0 auto;
        width: 100%;
        max-width: 760px;
        margin: 0 auto 20px;
    }

    .invoice-img,
    .invoice-left-img {
        width: 480px;
    }
}

@media (max-width: 480px) {
    .invoice-img {
        width: 220px;
    }
}

/* ============================================
   AGENDA FEATURES: Full-width 2x3 Grid with Hover Scaling
   ============================================ */

.agenda-features-section-full {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background: #ffffff;
    padding: 60px 0;
}

.agenda-features-inner {
    width: 100%;
    padding: 0 24px;
    max-width: none;
}

.agenda-features-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    width: 100%;
}

.agenda-feature-box {
    background: #ffffff;
    border-radius: 32px;
    padding: 40px 24px;
    box-shadow: 0 4px 20px rgba(11, 18, 29, 0.08);
    border: 1px solid #f0f0f0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    min-height: 180px;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    color: var(--text-dark);
}

.agenda-feature-box .feature-content {
    position: relative;
    z-index: 2;
    transition: opacity 300ms ease-out;
}

.agenda-feature-box .feature-check {
    position: absolute;
    right: 15px;
    bottom: 10px;
    transform: scale(0);
    font-size: 40px;
    color: #10b981;
    font-weight: 700;
    opacity: 0;
    transition: all 400ms cubic-bezier(0.34, 1.56, 0.64, 1);
    pointer-events: none;
}

/* ---- DESKTOP: Hover expansion (≥1025px) ---- */
@media (min-width: 1025px) {
    .agenda-feature-box:hover {
        transform: scale(1.15) translateY(-12px);
        box-shadow: 0 24px 60px rgba(11, 18, 29, 0.16);
        padding: 44px 28px;
        border-color: #10b981;
        border-width: 2px;
    }

    .agenda-feature-box:hover .feature-check {
        transform: scale(1);
        opacity: 1;
    }
}

/* ---- EXPANDED state (mobile tap) ---- */
.agenda-feature-box.expanded {
    transform: scale(1.15) translateY(-12px);
    box-shadow: 0 24px 60px rgba(11, 18, 29, 0.16);
    padding: 44px 28px;
    border-color: #10b981;
    border-width: 2px;
}

.agenda-feature-box.expanded .feature-check {
    transform: scale(1);
    opacity: 1;
}

/* ---- SPINNING animation ---- */
@keyframes spinFeatureCheck {
    from {
        transform: scale(1) rotate(0deg);
    }

    to {
        transform: scale(1) rotate(360deg);
    }
}

.agenda-feature-box.spinning .feature-check {
    animation: spinFeatureCheck 900ms linear 1;
    opacity: 1;
}

/* ---- SHOW-TEXT state ---- */
@keyframes fadeInFeatureText {
    from {
        opacity: 0;
        transform: scale(0.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.agenda-feature-box.show-text .feature-content {
    opacity: 0;
}

.agenda-feature-box.show-text::before {
    content: attr(data-text);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    font-weight: 800;
    color: #10b981;
    text-align: center;
    line-height: 1.5;
    z-index: 3;
    max-width: 85%;
    animation: fadeInFeatureText 300ms cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

/* ---- CHECKED state ---- */
.agenda-feature-box.checked {
    background: #f0fdf4;
}

.agenda-feature-box.checked .feature-check {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

/* ---- Responsive: Tablet (768–1024px) ---- */
@media (max-width: 1024px) and (min-width: 768px) {
    .agenda-features-row {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

    .agenda-feature-box {
        padding: 36px 20px;
        min-height: 160px;
        font-size: 15px;
    }

    .agenda-feature-box:hover {
        padding: 40px 24px;
    }
}

/* ---- Responsive: Mobile (<768px) ---- */
@media (max-width: 767px) {
    .agenda-features-section-full {
        padding: 40px 0;
    }

    .agenda-features-inner {
        padding: 0 16px;
    }

    .agenda-features-row {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .agenda-feature-box {
        min-height: 140px;
        padding: 32px 20px;
        font-size: 14px;
    }

    .agenda-feature-box.expanded {
        min-height: 160px;
        padding: 36px 22px;
    }
}

/* Jazdy reveal boxes */
.jazdy-boxes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr;
    gap: 28px;
    margin-top: 20px;
    width: 100%;
}

.jazdy-box {
    background: #ffffff;
    border-radius: 20px;
    /* rounded-2xl */
    padding: 28px;
    box-shadow: 0 10px 24px rgba(11, 18, 29, 0.06);
    font-weight: 700;
    color: var(--text-dark);
    text-align: center;
    min-height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: transform 300ms ease-out, box-shadow 300ms ease-out, background-color 300ms ease-out;
}

/* Hover checkmark and selected-transformation */
.jazdy-box {
    position: relative;
    overflow: visible;
}

.jazdy-box::before {
    content: '';
    position: absolute;
    right: 14px;
    bottom: 14px;
    font-size: 20px;
    color: transparent;
    transition: color 220ms ease, transform 220ms ease, opacity 220ms ease;
    opacity: 0;
}

.jazdy-box:hover::before {
    content: '✓';
    color: #4CAF50;
    opacity: 1;
    transform: scale(1.05);
}

/* when selected, hide hover check and show text from data-text */
.jazdy-box.checked::before {
    content: '✓';
    color: #4CAF50;
    opacity: 1;
    transform: none;
}

/* Expanded state: on hover the box visually expands; on click it stays expanded (selected) */
.jazdy-box:hover,
.jazdy-box.selected {
    transform: translateY(-6px) scale(1.05);
    box-shadow: 0 18px 40px rgba(11, 18, 29, 0.14);
    z-index: 2;
}

.jazdy-box.selected {
    transform: translateY(-6px) scale(1.06);
}

/* Spin animation for checkmark */
@keyframes spinCheck {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.jazdy-box.spinning::before {
    content: '✓';
    color: #4CAF50;
    opacity: 1;
    transform-origin: center;
    animation: spinCheck 1s linear;
}

/* While showing text, hide the checkmark */
.jazdy-box.show-text::before {
    opacity: 0 !important;
}

.jazdy-box.show-text {
    background-color: #eef9ff;
    /* light blue while text shows */
}

.jazdy-box.show-text::after {
    content: attr(data-text);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    color: #0b5b36;
    font-weight: 800;
    text-align: center;
}

/* Reveal animation initial state */
.reveal-card {
    opacity: 0;
    transform: translateY(40px);
    /* Slightly deeper start for better "fly-in" */
    transition: opacity 800ms cubic-bezier(.2, .9, .3, 1), transform 800ms cubic-bezier(.2, .9, .3, 1), background-color 300ms ease, box-shadow 300ms ease;
    will-change: opacity, transform;
}

.reveal-card.in-view {
    opacity: 1;
    transform: translateY(0);
}

/* Staggered animation for benefit boxes */
.benefit-row .reveal-card:nth-child(1) {
    transition-delay: 0.1s;
}

.benefit-row .reveal-card:nth-child(2) {
    transition-delay: 0.2s;
}

.benefit-row .reveal-card:nth-child(3) {
    transition-delay: 0.3s;
}

.benefit-row .reveal-card:nth-child(4) {
    transition-delay: 0.4s;
}

.benefit-row .reveal-card:nth-child(5) {
    transition-delay: 0.5s;
}

.benefit-row .reveal-card:nth-child(6) {
    transition-delay: 0.6s;
}

.benefit-row .reveal-card:nth-child(7) {
    transition-delay: 0.7s;
}

.benefit-row .reveal-card:nth-child(8) {
    transition-delay: 0.8s;
}

.benefit-row .reveal-card:nth-child(9) {
    transition-delay: 0.9s;
}

.benefit-row .reveal-card:nth-child(10) {
    transition-delay: 1s;
}

@media (max-width: 800px) {
    .jazdy-boxes {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .jazdy-box {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .jazdy-boxes {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .jazdy-box {
        padding: 22px;
        min-height: 110px;
    }
}

/* ============================================
   BENEFIT SECTION: 2-row Grid (3 columns desktop, responsive)
   ============================================ */

.benefit-section-full {
    background: #ffffff;
    padding: 20px 0 60px;
    /* Reduced top padding from 60px to 20px */
}

.benefit-section-inner {
    max-width: 1400px;
    /* Widened from 1280px */
    margin: 0 auto;
    padding: 0 24px;
}

.benefit-section-title {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
    /* Reduced from 48px to move content up */
    color: var(--text-dark);
}

.benefits-block-full {
    margin-top: -20px;
    /* Pull the whole block higher */
    width: 100%;
}

.benefit-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* Updated from 3 to 4 */
    gap: 24px;
    /* Slightly reduced gap to fit 4 boxes better */
    width: 100%;
}

.benefit-box {
    background: #ffffff;
    border-radius: 24px;
    padding: 28px 20px;
    box-shadow: 0 4px 16px rgba(11, 18, 29, 0.08);
    border: 1px solid #f0f0f0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    min-height: 160px;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.4;
    color: var(--text-dark);
}

.benefit-box .box-content {
    position: relative;
    z-index: 2;
    transition: opacity 300ms ease-out;
}

.benefit-box .big-check {
    position: absolute;
    right: 15px;
    bottom: 10px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: #10b981;
    font-weight: 700;
    opacity: 0;
    transform: scale(0);
    transition: all 400ms cubic-bezier(0.34, 1.56, 0.64, 1);
    pointer-events: none;
}

/* ---- DESKTOP: Hover expansion (≥1025px) ---- */
@media (min-width: 1025px) {
    .benefit-box:hover {
        transform: translateY(-8px) scale(1.08);
        padding: 32px 24px;
        border: 2px solid transparent;
        background: linear-gradient(#ffffff, #ffffff) padding-box,
            linear-gradient(135deg, #3b82f6 45%, #f59e0b 55%) border-box;
        box-shadow:
            0 0 30px rgba(59, 130, 246, 0.35),
            0 0 50px rgba(245, 158, 11, 0.3),
            0 20px 48px rgba(11, 18, 29, 0.14);
    }

    .benefit-box:hover .big-check {
        transform: scale(1);
        opacity: 1;
    }
}

/* ---- EXPANDED state (programmatic, click-based) ---- */
.benefit-box.expanded {
    transform: translateY(-8px) scale(1.08);
    padding: 32px 24px;
    border: 2px solid transparent;
    background: linear-gradient(#ffffff, #ffffff) padding-box,
        linear-gradient(135deg, #3b82f6 45%, #f59e0b 55%) border-box;
    box-shadow:
        0 0 30px rgba(59, 130, 246, 0.35),
        0 0 50px rgba(245, 158, 11, 0.3),
        0 20px 48px rgba(11, 18, 29, 0.14);
}

.benefit-box.expanded .big-check {
    transform: scale(1);
    opacity: 1;
}

/* ---- SPINNING animation: check rotates ---- */
@keyframes spinCheck {
    from {
        transform: scale(1) rotate(0deg);
    }

    to {
        transform: scale(1) rotate(360deg);
    }
}

.benefit-box.spinning .big-check {
    animation: spinCheck 900ms linear 1;
    opacity: 1;
}

/* ---- SHOW-TEXT state: centered data-text ---- */
@keyframes fadeInText {
    from {
        opacity: 0;
        transform: scale(0.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.benefit-box.show-text .box-content {
    opacity: 0;
}

.benefit-box.show-text::before {
    content: attr(data-text);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 17px;
    font-weight: 800;
    color: #05603a;
    text-align: center;
    line-height: 1.5;
    z-index: 3;
    max-width: 90%;
    animation: fadeInText 300ms cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

/* Flip cards use front/back layers; disable generic overlay text state to prevent overlap on resize. */
.benefit-box.flip-box.show-text::before {
    content: none !important;
}

.benefit-box.flip-box.show-text .box-content {
    opacity: 1 !important;
}

/* ---- CHECKED state: persists green background ---- */
.benefit-box.checked {
    background: #f0fdf4;
}

.benefit-box.checked .big-check {
    opacity: 1;
    transform: scale(1);
}

/* ---- Responsive: Tablet (768px–1100px) ---- */
@media (max-width: 1100px) and (min-width: 768px) {
    .benefit-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
}

/* ---- Responsive: Mobile (<768px) ---- */
@media (max-width: 767px) {
    .benefit-section-full {
        padding: 40px 0;
    }

    .benefit-section-inner {
        padding: 0 16px;
    }

    .benefit-section-title {
        font-size: 22px;
        margin-bottom: 32px;
    }

    .benefit-row {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .benefit-box {
        min-height: 120px;
        padding: 20px 16px;
        font-size: 14px;
    }

    .benefit-box.expanded {
        min-height: 140px;
        padding: 24px 18px;
    }
}

/* Rides section refinements complete */

#sluzby {
    padding-top: 80px;
    overflow: visible;
    /* Allow large image to overflow if needed */
}

.vcela-auto-img-side {
    width: 100%;
    height: auto;
    max-width: 1200px;
    /* Increased for better visibility */
    display: block;
    margin: 0 auto;
    transition: transform 0.4s ease;
}


#agenda {
    /* Move the agenda section lower as requested - actually now moving it higher */
    margin-top: 0;
    padding-top: 30px;
    /* Reduced from 60px */
    padding-bottom: 60px;
}

.agenda-layout {
    display: flex;
    gap: 60px;
    /* More breathing room between text and image */
    align-items: flex-start;
}

.agenda-layout .solution-content {
    flex: 1;
    /* Use full available width */
    padding-right: 40px;
    /* Right padding for readability */
}

.solution-content h3 {
    font-size: 42px;
    /* Match Jazdy heading size */
    line-height: 1.2;
    margin-bottom: 25px;
    font-weight: 800;
    color: var(--text-dark);
}

.agenda-layout .solution-content .subtitle {
    font-size: 20px;
    /* Subtitle style like Jazdy */
    font-weight: 600;
    margin-bottom: 20px;
    color: var(--text-dark);
    display: block;
}

.agenda-layout .solution-content p {
    font-size: 17px;
    /* Match Jazdy paragraph size */
    line-height: 1.7;
    margin-bottom: 20px;
    color: var(--text-dark);
}

.agenda-layout .solution-content p.agenda-intro {
    font-size: 19px;
    /* Slightly larger intro */
    line-height: 1.8;
    margin-bottom: 28px;
    color: var(--text-gray);
    font-weight: 500;
}

.agenda-layout .solution-content p strong {
    font-weight: 700;
    color: var(--text-dark);
    /* Inline, not block - like Jazdy */
}

/* Auto Tankovanie Section styles */
.auto-tankovanie-img {
    width: 100%;
    height: auto;
    max-width: 520px !important;
    /* Slightly larger than before */
    display: block;
    margin: 0 auto;
    transition: transform 0.4s ease;
    transform: translateY(-18px);
}

.auto-tankovanie-img:hover {
    transform: translateY(-18px) scale(1.03);
}

@media (max-width: 900px) {
    .agenda-layout .auto-tankovanie-img {
        transform: none;
    }

    .auto-tankovanie-img:hover {
        transform: scale(1.03);
    }
}

.agenda-layout .solution-image {
    flex: 0 0 auto;
    /* Fixed width for image */
    min-width: auto;
}

/* Jazdy Features Grid Styles */
.jazdy-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin: 30px 0;
}

@keyframes materializeFrame {
    0% {
        border-color: rgba(250, 165, 51, 0);
        box-shadow: 0 0 0 rgba(250, 165, 51, 0);
        transform: scale(0.95);
        opacity: 0.5;
    }

    100% {
        border-color: rgba(250, 165, 51, 1);
        box-shadow: 0 0 20px rgba(250, 165, 51, 0.3);
        transform: scale(1);
        opacity: 1;
    }
}

.jazdy-feature-wrapper {
    position: relative;
    padding: 10px;
    border: 2px solid transparent;
    border-radius: 12px;
    animation: materializeFrame 5s ease-out forwards;
}

.jazdy-feature-img {
    width: 100%;
    height: auto;
    max-width: 250px;
    transition: transform 0.3s ease;
    display: block;
    margin: 0 auto;
}

.jazdy-feature-img:hover {
    transform: scale(1.05);
}

.agenda-intro {
    font-size: 18px;
    margin-bottom: 25px;
    line-height: 1.6;
}

.btn-agenda {
    margin-top: 30px;
    background-color: #CDE25D;
    /* Lime green from screenshot/palette */
    color: #333;
    font-weight: 700;
}

.btn-agenda:hover {
    background-color: #bad344;
}

.jazdy-layout .solution-content h3 {
    font-size: 42px;
    /* Increased from default */
    margin-bottom: 25px;
}

.vcela-auto-img-side:hover {
    transform: scale(1.05);
    /* Slightly more zoom */
}

.jazdy-layout .solution-content {
    flex: 1 1 auto;
    /* Use full available width */
    width: auto;
    max-width: none;
    padding-right: 40px;
    /* Right padding for readability */
    padding-top: 24px;
    /* reduced top padding so heading lines up with image */
}

/* Center and slightly enlarge image in the Jazdy section */
.jazdy-layout .solution-image {
    flex: 0 0 420px;
    align-self: flex-start;
    margin-top: 55px;
    /* Moved lower as requested */
}

/* Ensure check-list looks good in column */
.jazdy-layout .check-list {
    grid-template-columns: 1fr;
    /* Single column list might be better here, or keep 2 if wide enough */
}

@media (min-width: 900px) {
    .jazdy-layout .check-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

.benefits-block {
    width: 100%;
    max-width: 100%;
    /* Stretched below mascot */
    margin-top: 40px;
}

.benefits-block h4 {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 28px;
    line-height: 1.1;
}

.check-list {
    list-style: none;
    padding-left: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* Two columns with wider gaps for better readability */
    gap: 28px 60px;
}

.check-list-two-cols {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 50px;
}

.check-list li {
    font-size: 16px;
    padding-left: 40px;
    position: relative;
    line-height: 1.6;
    color: var(--text-dark);
}

.check-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 0;
    color: #4CAF50;
    font-size: 22px;
    font-weight: 800;
}

.btn-orange {
    display: inline-block;
    background-color: #FFA500;
    color: white;
    border: none;
    padding: 14px 45px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 17px;
    margin-top: 40px;
    box-shadow: 0 5px 20px rgba(255, 165, 0, 0.3);
    transition: transform 0.3s, background-color 0.3s;
}

.btn-orange:hover {
    background-color: #FF8C00;
    transform: translateY(-2px);
    color: white;
}



.hero-checklist {
    list-style: none;
    margin-bottom: 30px;
}

.hero-checklist li {
    font-size: 17px;
    margin-bottom: 10px;
    padding-left: 35px;
    position: relative;
    line-height: 1.4;
    color: var(--text-dark);
}

.hero-checklist li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%234CAF50"><path d="M19 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.11 0 2-.9 2-2V5c0-1.1-.89-2-2-2zm-9 14l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
}

.hero-outro {
    font-size: 16px;
    color: var(--text-gray);
    line-height: 1.5;
}

.hero-cta {
    margin-top: 5px;
    margin-bottom: 0;
    transition: background-color 0.3s, color 0.3s;
}

.hero-cta:hover {
    background-color: var(--btn-green);
    color: var(--text-dark);
    border-color: var(--btn-green);
}

.hero-image {
    position: relative;
    z-index: 1;
    opacity: 1;
}

.hero-image img {
    width: 130%;
    max-width: 850px;
    height: auto;
    display: block;
    margin-left: -15%;
}

.hero-bottom-bar {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px solid #f0f0f0;
}

.bottom-item {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.bottom-item img {
    width: 45px;
    height: auto;
    flex-shrink: 0;
}

.bottom-text {
    display: flex;
    flex-direction: column;
}

.bottom-text strong {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 5px;
}

.bottom-text span {
    font-size: 13px;
    color: var(--text-gray);
    line-height: 1.4;
}


/* Problem Section */
.problem-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 50px;
}

.problem-item {
    background: var(--white);
    padding: 40px 30px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s;
}

.problem-item:hover {
    transform: translateY(-5px);
}

.problem-icon {
    font-size: 40px;
    margin-bottom: 20px;
}

.problem-item p {
    font-size: 18px;
    font-weight: 500;
}

/* Solution Sections */
.solution-grid {
    display: flex;
    gap: 30px;
    /* Tighter gap */
    align-items: center;
    position: relative;
    margin-top: -40px;
    /* More aggressive pull up */
}


.auto-tankovanie-img,
.invoice-left-img {
    margin-top: -80px;
    /* Even higher to overlap/blend more */
    filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.03));
    /* Very subtle shadow */
    mix-blend-mode: multiply;
    /* Blend edges with white bg */
}

.solution-section {
    padding-top: 10px;
    /* Minimal padding */
    padding-bottom: 10px;
}

.solution-section.reversed .solution-grid {
    flex-direction: row-reverse;
}

.solution-image img {
    width: 100%;
    border-radius: 20px;
}

.solution-content .check-list {
    list-style: none;
    margin: 30px 0;
}

.solution-content .check-list li {
    font-size: 18px;
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px;
}

.solution-content .check-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #17953B;
    font-weight: bold;
}

.reversed .solution-grid {
    direction: ltr;
    /* Ensure normal flow if we toggle order */
}

/* Testimonials */
.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.testimonial-card {
    background: var(--white);
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.testimonial-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.testimonial-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    display: block;
    border: 2px solid #e8edf4;
}

.client-name {
    font-weight: 700;
    font-size: 16px;
}

.client-title {
    font-size: 14px;
    color: var(--text-light);
}

.testimonial-card blockquote {
    font-size: 16px;
    font-style: italic;
    color: var(--text-gray);
}

/* Pricing Section - adapted styles using site variables */
.pricing-section {
    padding: 50px 0;
    background: var(--bg-light);
}
.plan-border {
    width: 60px;
    height: 6px;
    border-radius: 6px;
    background: linear-gradient(90deg, var(--primary-blue), var(--accent-orange));
}
.price-grid {
    margin-top: 24px;
}
.price-box {
    background: var(--white);
    border-radius: 16px;
    padding: 28px;
    box-shadow: 0 8px 30px rgba(11,18,29,0.06);
    border: 1px solid #f0f0f0;
    text-align: center;
}
.price-box.active {
    background: linear-gradient(180deg, rgba(11,166,223,0.06), rgba(250,165,51,0.03));
    border: 1px solid rgba(11,166,223,0.12);
}
.price-box h6 {font-weight:800; margin-bottom:6px}
.plan-price {
    font-size: 34px;
    font-weight: 800;
    margin: 10px 0 6px;
    color: var(--text-dark);
}
.price-features {list-style:none; padding-left:0; margin: 12px 0 0;}
.price-features li {margin:8px 0; font-weight:600; color:var(--text-gray)}
.price-box .btn {padding:12px 18px; border-radius:12px}
.price-box .btn-primary {background:var(--accent-orange); color:var(--white)}
.price-box .btn-login {background:var(--btn-green); color:var(--text-dark)}

/* Enhanced pricing visuals to match template layout */
.price-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    align-items: stretch;
}

.price-box {
    min-height: 420px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.price-box hr {border: none; border-top: 1px solid rgba(0,0,0,0.06); margin: 18px 0}

.price-box .plan-price {
    font-size: 42px;
    font-weight: 900;
    margin: 8px 0 6px;
}

/* Highlighted (recommended) middle plan */
.price-box.active {
    background: linear-gradient(180deg, rgba(205,226,93,0.14), rgba(205,226,93,0.08));
    border: none;
    box-shadow: 0 18px 50px rgba(45, 125, 30, 0.08);
    transform: translateY(-18px);
    border-radius: 12px;
}

.price-box.active .plan-price {color: var(--text-dark)}
.price-box.active h6, .price-box.active p, .price-box.active .price-features li {color: #0b3a22}

/* Centered button full width */
.w-100 {width:100%; display:inline-block}

/* Small utility classes used from template */
.text-muted {color: #777777}
.text-white-50 {color: rgba(255,255,255,0.85)}
.fs-6 {font-size: 16px}
.fw-bold {font-weight: 800}
.mt-3{margin-top:12px}
.my-3{margin-top:12px;margin-bottom:12px}

/* Responsive adjustments */
@media (max-width: 1000px) {
    .price-grid {grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); transform: none}
    .price-box.active {transform: none}
}

@media (max-width: 600px) {
    .plan-price {font-size:32px}
    .price-box {min-height: auto}
}

/* New plan-specific styles */
.pricing-section {padding:50px 0; background:var(--bg-light)}
.plan {background:var(--white); border-radius:14px; padding:22px 20px; display:flex; flex-direction:column; justify-content:space-between; box-shadow:0 8px 30px rgba(11,18,29,0.06); border:1px solid #f0f0f0; min-height:380px}
.price-grid, .price-grid * {box-sizing:border-box}
.plan h3 {margin:0 0 6px; font-size:20px}
.plan-sub {font-weight:600; color:var(--text-gray); margin-bottom:8px}
.plan-meta {list-style:none; padding:0; margin:6px 0 12px; color:var(--text-gray)}
.plan-meta li {margin:4px 0}
.plan-period {font-size:14px; color:var(--text-gray); font-weight:600}
.small-note {font-size:13px; color:var(--text-gray)}
.recommended-badge {font-weight:800; font-size:16px; margin-bottom:6px}
.recommended .recommended-badge {display:block}
.star {font-weight:900; margin-left:8px; font-size:13px}
.plan .price-features {list-style:none; padding-left:0; margin:12px 0}
.plan .price-features li {margin:8px 0; font-weight:600}

/* Colors for plans */
.plan--green {border-top:6px solid var(--brand-green)}
.plan--blue {border-top:6px solid var(--brand-green)}
.plan--purple {border-top:6px solid var(--brand-green)}
.plan--dark {border-top:6px solid var(--brand-green)}

/* Recommended highlight */
.recommended {
    transform: translateY(-18px);
    /* subtle green-tinted shadow to match the box color */
    box-shadow: 0 28px 70px rgba(16,185,129,0.12);
    border: none;
    background: var(--btn-green);
    color: var(--text-dark);
    border-radius: 12px;
    padding: 18px 18px;
}

/* Ensure text inside recommended plan is dark for contrast on lighter bg */
.recommended h3,
.recommended .plan-sub,
.recommended .plan-meta li,
.recommended .price-features li,
.recommended .plan-price,
.recommended .small-note {color: var(--text-dark)}

/* Recommended plan CTA: white button with green text */
.recommended .btn {
    background: #ffffff !important;
    color: var(--brand-green) !important;
    font-weight: 900;
    border-radius: 12px;
    padding: 12px 20px;
    box-shadow: none;
}
.recommended .btn:hover {filter: brightness(0.98)}

/* Grid layout: 4 columns on wide screens, auto-fit on smaller */
.price-grid {display:grid; grid-template-columns:repeat(3, 1fr); gap:24px}
@media (max-width:1200px) {.price-grid {grid-template-columns:repeat(2, 1fr)}}
@media (max-width:700px) {.price-grid {grid-template-columns:1fr} .recommended {transform:none}}

/* Buttons (site-wide CTA appearance) */
.plan .btn {padding:12px 16px; border-radius:10px; font-weight:800}
/* Pricing-specific overrides only (don't change global CTAs) */
.bg-pricing-6 .btn, .bg-pricing-6 .btn-primary, .bg-pricing-6 .btn-login, .bg-pricing-6 .btn-growth, .bg-pricing-6 .btn-orange, .bg-pricing-6 .btn-agenda {background: var(--btn-green); color: var(--text-dark); border: none}
.bg-pricing-6 .btn:hover, .bg-pricing-6 .btn-primary:hover, .bg-pricing-6 .btn-login:hover, .bg-pricing-6 .btn-growth:hover, .bg-pricing-6 .btn-orange:hover {filter: brightness(0.95)}

/* Ensure recommended plan button also matches inside pricing only */
.bg-pricing-6 .recommended .btn {background: var(--btn-green); color: var(--text-dark); font-weight:800}

.cta-glow {
    /* starts subtle and slowly grows a blue->orange glow over 6s */
    animation: glow-6s 6s forwards;
}

@keyframes glow-6s {
    0% {
        box-shadow: 0 0 0 rgba(11,166,223,0), 0 0 0 rgba(250,165,51,0);
    }
    100% {
        box-shadow: 0 0 40px rgba(11,166,223,0.28), 0 0 90px rgba(250,165,51,0.18);
    }
}

/* Restore header "Prihlásiť sa" button to original brand green and dark text */
.site-header .btn-login {
    background-color: var(--btn-green) !important;
    color: var(--text-dark) !important;
    padding: 12px 40px;
    border-radius: 8px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}

/* Pricing box (index-6 inspired) */
.bg-pricing-6 {padding: 40px 0}
.bg-pricing-6 .plan-border {background: none}
.bg-pricing-6 .price-box {background: var(--white); border-radius: 14px; border: 1px solid #f0f0f0; padding:28px; box-shadow: 0 8px 28px rgba(11,18,29,0.05); margin: 0; position:relative; overflow:visible}
.bg-pricing-6 .price-box h6 {font-size:16px; font-weight:800; margin-bottom:6px}
.bg-pricing-6 .price-box .plan-price {font-size:40px}
.bg-pricing-6 .price-box .plan-price span,
.bg-pricing-6 h1 > span,
.bg-pricing-6 .price-box h1 > span {
    font-size: 0.55em !important;
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    line-height: 1;
    opacity: 0.95;
    color: var(--text-dark) !important;
}
.bg-pricing-6 .price-box .text-muted {color: #7b7b7b}

/* Outer rounded panel that holds the three boxes */
.bg-pricing-6 .pricing-panel {display:flex; justify-content:center}
.bg-pricing-6 .pricing-panel-inner {background: var(--white); border-radius: 16px; padding: 10px; border: 1px solid rgba(0,0,0,0.06); box-shadow: 0 6px 12px rgba(11,18,29,0.03); width:100%; overflow:visible; display:grid; grid-template-columns: 1fr 1.12fr 1fr; gap:20px; align-items:start}
.bg-pricing-6 .pricing-panel-inner .row>div {padding: 0}

/* increase box height to match visual sample */
.bg-pricing-6 .price-box {min-height: 320px; display:flex; flex-direction:column; justify-content:space-between; padding:8px 12px; transform: translateY(8px); z-index:10}
.bg-pricing-6 .price-box .btn {margin-top: 6px}

/* recommended (center) card visuals */
.bg-pricing-6 .price-box.active {
    background: linear-gradient(180deg, #CDE25D 0%, var(--brand-green) 100%);
    border: none;
    box-shadow: 0 30px 80px rgba(16,185,129,0.14);
    transform: translateY(-14px) scale(1.03);
    z-index: 220;
    padding-top: 10px;
    border: 1px solid rgba(0,0,0,0.02);
}
.bg-pricing-6 .price-box.active h6, .bg-pricing-6 .price-box.active p, .bg-pricing-6 .price-box.active h1 {color: var(--text-dark)}
.bg-pricing-6 .hr-border {border-top: 1px solid rgba(0,0,0,0.06); margin: 18px 0}

.bg-pricing-6 .price-box::before {display: none !important}

/* Pricing CTA: default buttons — white interior, dark text, no glow */
.bg-pricing-6 .price-box .btn {
    display:block;
    width:100%;
    box-sizing:border-box;
    padding:10px 14px;
    border-radius:8px;
    margin:0;
    background: #ffffff;
    color: var(--text-dark) !important;
    font-weight:700;
    box-shadow: 0 4px 12px rgba(0,0,0,0.04);
    border: 1px solid rgba(0,0,0,0.06);
}

/* Center CTA: default orange fill with white text */
.bg-pricing-6 .price-box.active .btn {
    background: var(--accent-orange) !important;
    color: var(--white) !important;
    font-weight:800;
    box-shadow: 0 12px 36px rgba(11,166,223,0.16);
    padding: 12px 16px;
    border-radius: 10px;
    border: none;
    position: relative;
    z-index: 999;
}

/* On hover/focus (center CTA): turn white, enlarge and show a strong blue glow */
.bg-pricing-6 .price-box.active .btn:hover,
.bg-pricing-6 .price-box.active .btn:focus {
    background: #ffffff !important;
    color: var(--brand-green) !important;
    outline: none;
    transform: translateY(-3px) scale(1.08);
    transition: transform 200ms ease, box-shadow 300ms ease, background-color 180ms ease, color 180ms ease;
    box-shadow: 0 36px 140px rgba(16,185,129,0.6), 0 0 180px rgba(16,185,129,0.45);
    animation: green-glow 1.6s infinite alternate;
}

@keyframes green-glow {
    0% {
        box-shadow: 0 24px 80px rgba(16,185,129,0.36), 0 0 60px rgba(16,185,129,0.24);
    }
    100% {
        box-shadow: 0 60px 220px rgba(16,185,129,0.8), 0 0 320px rgba(16,185,129,0.55);
    }
}

@keyframes strong-glow {
    0% {
        box-shadow: 0 12px 36px rgba(11,166,223,0.18), 0 0 40px rgba(250,165,51,0.18);
        transform: translateY(0);
    }
    100% {
        box-shadow: 0 30px 110px rgba(11,166,223,0.44), 0 0 200px rgba(250,165,51,0.36);
        transform: translateY(-2px);
    }
}
.bg-pricing-6 .price-box.active h6 {font-weight:800}
.bg-pricing-6 .price-box.active .plan-price,
.bg-pricing-6 .price-box.active h1 {font-weight:900}
.bg-pricing-6 .price-box.active .price-features li,
.bg-pricing-6 .price-box.active .fw-bold,
.bg-pricing-6 .price-box.active p {font-weight:700}
.bg-pricing-6 .price-box.active .btn {font-weight:900}

/* Ensure all textual content inside the center (Podnikateľ) box is dark/black for readability */
.bg-pricing-6 .price-box.active,
.bg-pricing-6 .price-box.active h1,
.bg-pricing-6 .price-box.active h2,
.bg-pricing-6 .price-box.active h3,
.bg-pricing-6 .price-box.active h4,
.bg-pricing-6 .price-box.active h5,
.bg-pricing-6 .price-box.active h6,
.bg-pricing-6 .price-box.active p,
.bg-pricing-6 .price-box.active li,
.bg-pricing-6 .price-box.active .text-white,
.bg-pricing-6 .price-box.active .text-white-50,
.bg-pricing-6 .price-box.active .price-features li {
    color: var(--text-dark) !important;
}

/* Reduce vertical gaps in pricing text */
.bg-pricing-6 .price-box h6 {margin:3px 0; font-size:13px}
.bg-pricing-6 .price-box p {margin:3px 0; line-height:1.18; font-size:13px}
.bg-pricing-6 .price-box .plan-price {margin:4px 0; font-size:30px}
.bg-pricing-6 .price-box hr {margin:6px 0}
.bg-pricing-6 .price-box .fw-bold {margin-bottom:3px}

/* Ensure center card can overlap the surrounding panel */
.bg-pricing-6 .pricing-panel-inner {padding-top: 12px}

/* Unified typography and spacing for all pricing boxes */
.bg-pricing-6 .price-box {
    position: relative;
    text-align: center;
    padding: 20px 18px;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
}
.bg-pricing-6 .price-box h6 {font-size:16px; font-weight:800; color: var(--text-dark); margin:6px 0}
.bg-pricing-6 .price-box p {color: #7b7b7b; font-size:14px; margin:6px 0}
.bg-pricing-6 .price-box .plan-price, .bg-pricing-6 .price-box h1 {font-size:40px; color: var(--text-dark); margin:8px 0}
.bg-pricing-6 .price-box h1 span {font-size:0.55em}
.bg-pricing-6 .price-box .price-features h6,
.bg-pricing-6 .price-box .price-features li,
.bg-pricing-6 .price-box h6.mb-2 {font-weight:700; color: var(--text-dark)}
.bg-pricing-6 .price-box hr {border-color: rgba(0,0,0,0.06); margin:12px 0}
.bg-pricing-6 .price-box .btn {width:100%; padding:10px 14px; border-radius:8px}

/* ensure active box retains prominent visual but same typography */
.bg-pricing-6 .price-box.active {padding-top:18px; padding-bottom:18px}

/* Plan label that visually protrudes from the card (large, bold, textured like the screenshot) */
.bg-pricing-6 .plan-label {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -60%);
    margin: 0;
    padding: 0;
    background: transparent;
    color: #070707;
    font-weight: 900;
    font-size: 150px; /* H15 -> 150px */
    line-height: 1;
    letter-spacing: -1px;
    text-shadow: 0 14px 34px rgba(0,0,0,0.35);
    z-index: 6;
    pointer-events: none;
}

/* Larger for the active (center) plan to emphasize it */
.bg-pricing-6 .price-box.active .plan-label { font-size: 180px; }

@media (max-width: 1200px) {
    .bg-pricing-6 .plan-label { font-size:120px; transform: translate(-50%, -58%); }
    .bg-pricing-6 .price-box.active .plan-label { font-size:140px }
}

@media (max-width: 992px) {
    .bg-pricing-6 .plan-label { font-size:90px; transform: translate(-50%, -58%); }
    .bg-pricing-6 .price-box.active .plan-label { font-size:110px }
}

@media (max-width: 575px) {
    .bg-pricing-6 .plan-label { font-size:48px; transform: translate(-50%, -52%); }
    .bg-pricing-6 .price-box.active .plan-label { font-size:56px }
}

@media (max-width: 1000px) {
    .bg-pricing-6 .pricing-panel-inner {grid-template-columns:1fr; padding-top:12px}
    .bg-pricing-6 .price-box {min-height: auto; transform:none}
    .bg-pricing-6 .price-box.active {transform:none; padding-top: 12px}
}

@media (max-width: 900px) {
    .bg-pricing-6 .price-box {margin: 12px 0}
    .bg-pricing-6 .price-box::before {left:14px; right:14px}
}


.check-list li {
    font-size: 20px;
    padding-left: 44px;
    position: relative;
    line-height: 1.8;
    color: var(--text-dark);
    font-weight: 500;
}

.check-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 4px;
    color: #17953B;
    font-size: 26px;
    font-weight: 800;
}

@media (max-width: 900px) {
    .check-list {
        grid-template-columns: 1fr;
        gap: 18px 20px;
    }

    .benefits-block h4 {
        font-size: 26px;
    }

    .check-list li {
        font-size: 18px;
        padding-left: 40px;
        line-height: 1.6;
    }
}

/* About Us Section */
.about-section {
    background-color: var(--white);
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.about-section h2 {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 30px;
    color: var(--text-dark);
}

/* Growth CTA Section */
.growth-cta {
    background-color: var(--white);
    padding: 60px 0 40px;
    position: relative;
    z-index: 10;
}

.growth-cta-container {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
    min-height: 250px;
}

.vcela-growth-side {
    position: absolute;
    left: -80px;
    /* Adjusted to be next to the text */
    top: 50%;
    transform: translateY(-50%) rotate(-5deg);
    width: 480px;
    height: auto;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.2));
    z-index: 2;
    pointer-events: none;
}

.growth-cta-content {
    text-align: left;
    padding-left: 320px;
    /* Make room for the mascot without pushing it */
    position: relative;
    z-index: 3;
}

.growth-cta h2 {
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 25px;
    letter-spacing: -0.5px;
}

.btn-growth {
    display: inline-block;
    background-color: var(--btn-green);
    color: var(--white);
    padding: 14px 40px;
    /* Smaller as requested */
    font-size: 17px;
    /* Smaller as requested */
    font-weight: 700;
    text-decoration: none;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(205, 226, 93, 0.3);
}

.btn-growth:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(205, 226, 93, 0.5);
    filter: brightness(1.05);
}

/* CTA Section */
.cta-section {
    background: linear-gradient(135deg, var(--primary-blue) 0%, #1a4f8a 100%);
    color: var(--white);
    padding: 28px 0 32px;
}

.cta-container {
    max-width: 860px;
}

.cta-section h2 {
    font-size: clamp(36px, 5vw, 54px);
    line-height: 1.1;
    margin-bottom: 8px;
    color: var(--white);
}

.cta-subtitle {
    font-size: clamp(18px, 2.2vw, 24px);
    font-weight: 600;
    margin-bottom: 22px;
}

.cta-form-box {
    background: var(--white);
    padding: 30px 34px;
    border-radius: 26px;
    color: var(--text-dark);
}

.cta-form-box p {
    font-size: 17px;
    line-height: 1.55;
    margin-bottom: 22px;
}

.cta-form {
    display: flex;
    gap: 12px;
    max-width: 560px;
    margin: 0 auto;
}

.cta-form input {
    flex: 1;
    padding: 13px 20px;
    border-radius: 50px;
    border: 1px solid #ddd;
    font-size: 15px;
}

.cta-form input.cta-email-pulse {
    color: #79b71b;
    font-weight: 700;
    font-size: clamp(11px, 1.8vw, 22px);
    line-height: 1.15;
    text-align: center;
    animation: cta-email-pulse 1.4s ease-in-out infinite;
}

@keyframes cta-email-pulse {
    0%,
    100% {
        color: #79b71b;
        text-shadow: 0 0 0 rgba(121, 183, 27, 0);
    }
    50% {
        color: #9bd63b;
        text-shadow: 0 0 12px rgba(121, 183, 27, 0.45);
    }
}

.cta-form .btn {
    min-height: 48px;
    padding: 12px 26px;
    font-size: 15px;
}

/* Footer */
.site-footer {
    padding: 80px 0 40px;
    background: var(--white);
    border-top: 1px solid #eee;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.5fr;
    gap: 50px;
    margin-bottom: 60px;
}

.footer-logo {
    height: 50px;
    margin-bottom: 20px;
}

.footer h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 25px;
}

.footer-links ul {
    list-style: none;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    text-decoration: none;
    color: var(--text-gray);
    transition: color 0.3s;
}

.footer-links a:hover {
    color: var(--primary-blue);
}

.social-icons {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-contact p {
    margin-bottom: 10px;
    color: var(--text-gray);
}

.footer-contact-form {
    margin-top: 14px;
    display: grid;
    gap: 8px;
    padding: 12px;
    border-radius: 18px;
    border: 1px solid transparent;
    background:
        linear-gradient(var(--white), var(--white)) padding-box,
        linear-gradient(120deg, var(--primary-blue), var(--accent-orange)) border-box;
    box-shadow: 0 8px 22px rgba(11, 166, 223, 0.10);
}

footer .footer-widgets-area .widget.contact-widget p {
    margin-bottom: 14px;
}

.footer-contact-form input,
.footer-contact-form textarea {
    width: 100%;
    border: 1px solid #cfd6dd;
    border-radius: 10px;
    padding: 8px 12px;
    font-family: inherit;
    font-size: 16px;
    color: var(--text-dark);
    background: #fdfdfd;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.footer-contact-form textarea {
    min-height: 82px;
    resize: vertical;
}

.footer-contact-form input:focus,
.footer-contact-form textarea:focus {
    outline: none;
    border-color: var(--primary-blue);
    box-shadow: 0 0 0 3px rgba(11, 166, 223, 0.15);
}

.footer-contact-form .btn {
    margin-top: 2px;
    align-self: start;
    border-radius: 999px;
    padding: 8px 24px;
    font-weight: 700;
    background-color: #000000;
    color: #ffffff;
    border: 1px solid #000000;
}

.footer-contact-form .btn:hover {
    background-color: transparent;
    color: #000000;
}

.footer-bottom {
    padding-top: 40px;
    border-top: 1px solid #ddd;
}

.container-1360 {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-widgets-area.pt-80.pb-80 {
    padding: 80px 0;
    border-top: 1px solid #e5e5e5;
}

.footer-widgets-area.pt-80.pb-80 .newsletter-widget {
    text-align: center;
}

.footer-widgets-area.pt-80.pb-80 .newsletter-widget .widget-title {
    font-size: 52px;
    line-height: 1.2;
    margin-bottom: 18px;
}

.footer-widgets-area.pt-80.pb-80 .newsletter-widget p {
    max-width: 920px;
    margin: 0 auto 18px;
}

.footer-widgets-area.pt-80.pb-80 .newsletter-widget form {
    position: relative;
    max-width: 860px;
    margin: 0 auto;
}

.footer-widgets-area.pt-80.pb-80 .newsletter-widget form input {
    width: 100%;
    border: 1px solid #d9d9d9;
    padding: 12px 170px 12px 16px;
    min-height: 52px;
}

.footer-widgets-area.pt-80.pb-80 .newsletter-widget form button {
    position: absolute;
    right: 0;
    top: 0;
    height: 52px;
    padding: 0 24px;
    border: 1px solid #000;
    background: #fff;
    font-weight: 600;
}

footer .footer-widgets-area {
    padding-top: 120px;
    padding-bottom: 70px;
}

footer,
footer p,
footer li,
footer input,
footer button {
    font-family: "Roboto", sans-serif;
}

footer {
    color: #3d3d3d;
    font-size: 15px;
    line-height: 1.7;
}

footer .footer-widgets-area .widget {
    margin-bottom: 50px;
}

footer .footer-widgets-area .widget .widget-title {
    font-family: "Roboto Slab", serif;
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 40px;
    line-height: 1.4;
    color: #000000;
}

@media (max-width: 767px) {
    footer .footer-widgets-area .widget .widget-title {
        font-size: 20px;
        margin-bottom: 30px;
    }
}

footer .footer-widgets-area .widget.address-widget p {
    margin-bottom: 20px;
}

footer .footer-widgets-area .widget.address-widget p a {
    color: #000000;
    text-decoration: none;
}

footer .footer-widgets-area .widget.address-widget p a:hover {
    text-decoration: underline;
}

footer .footer-widgets-area .widget.address-widget .footer-brand {
    margin-bottom: 28px;
    gap: 12px;
}

footer .footer-widgets-area .widget.address-widget .footer-brand img {
    height: 44px;
    width: auto;
}

footer .footer-widgets-area .widget.address-widget .footer-brand .brand-name {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.1;
    color: #000000;
}

footer .footer-widgets-area .widget.address-widget .footer-brand .tagline {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    color: #555555;
}

@media (max-width: 1200px) {
    footer .footer-widgets-area .widget.address-widget .footer-brand .brand-name {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    footer .footer-widgets-area .widget.address-widget .footer-brand img {
        height: 38px;
    }

    footer .footer-widgets-area .widget.address-widget .footer-brand .brand-name {
        font-size: 20px;
    }

    footer .footer-widgets-area .widget.address-widget .footer-brand .tagline {
        font-size: 11px;
    }
}

footer .footer-widgets-area .widget.nav-widget ul,
footer .footer-copyright-area .social-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer .footer-widgets-area .widget.nav-widget li {
    font-weight: 500;
}

footer .footer-widgets-area .widget.nav-widget li a {
    color: #000000;
}

footer .footer-widgets-area .widget.nav-widget li a:hover {
    color: #000000;
}

footer .footer-widgets-area .widget.nav-widget li:not(:last-child) {
    margin-bottom: 10px;
}

footer .footer-widgets-area .widget.nav-widget li a:hover {
    padding-left: 8px;
}

footer .footer-widgets-area .widget.newsletter-widget {
    text-align: center;
}

@media (max-width: 991px) {
    footer .footer-widgets-area .widget.newsletter-widget {
        text-align: left;
    }
}

footer .footer-widgets-area .widget.newsletter-widget p {
    font-family: "Roboto Slab", serif;
    font-weight: 500;
    font-size: 16px;
    padding-top: 20px;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    footer .footer-widgets-area .widget.newsletter-widget p {
        padding-top: 0;
    }
}

@media (max-width: 767px) {
    footer .footer-widgets-area .widget.newsletter-widget p {
        font-size: 14px;
    }
}

footer .footer-widgets-area .widget.newsletter-widget form {
    position: relative;
}

footer .footer-widgets-area .widget.newsletter-widget form input {
    padding-right: 120px;
}

footer .footer-widgets-area .widget.newsletter-widget form button {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    padding: 0 28px;
    background-color: #000000;
    color: #fff;
    z-index: 2;
    font-family: "Roboto Slab", serif;
    font-weight: 500;
    border-left: 5px solid #fff;
}

@media (max-width: 767px) {
    footer .footer-widgets-area .widget.newsletter-widget form button {
        position: relative;
        height: 45px;
        width: 100%;
        border: none;
    }
}

footer .footer-copyright-area {
    border-top: 1px solid #e5e5e5;
    padding: 50px 0;
    position: relative;
    z-index: 1;
}

@media (max-width: 991px) {
    footer .footer-copyright-area {
        text-align: center;
        padding: 40px 0;
    }
}

footer .footer-copyright-area::after {
    position: absolute;
    content: "";
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 1px;
    height: 100%;
    background: #e5e5e5;
    content: "";
    z-index: -1;
}

@media (max-width: 991px) {
    footer .footer-copyright-area::after {
        display: none;
    }
}

footer .footer-copyright-area .social-links ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

footer .footer-copyright-area .social-links ul li.title {
    margin-right: 20px;
    color: #000000;
    font-weight: 600;
}

@media (max-width: 991px) {
    footer .footer-copyright-area .social-links ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 30px;
    }
}

footer .footer-copyright-area .social-links ul li {
    margin-right: 10px;
}

footer .footer-copyright-area .social-links ul li.title {
    margin-right: 20px;
    color: #000000;
    font-weight: 600;
}

footer .footer-copyright-area .social-links ul li:last-child {
    margin-right: 0;
}

footer .footer-copyright-area .social-links ul a {
    color: #3d3d3d;
}

footer .footer-copyright-area .social-links ul a:hover {
    color: #000000;
}

footer .footer-copyright-area .copyright-text {
    font-size: 14px;
}

footer .footer-copyright-area .copyright-text span {
    color: #000000;
    font-weight: 700;
}

@media (min-width: 992px) {
    .text-lg-right {
        text-align: right !important;
    }
}

/* Media Queries */
@media (max-width: 992px) {

    .hero-grid,
    .solution-grid,
    .footer-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .hero h1 {
        font-size: 48px;
    }

    .hero-image {
        order: -1;
    }

    .hero-features li {
        justify-content: center;
    }

    .problem-grid,
    .testimonials-grid {
        grid-template-columns: 1fr;
    }

    .reversed .solution-image {
        order: -1;
    }

    .footer-contact-form .btn {
        justify-self: center;
    }
}

@media (max-width: 768px) {
    .nav-menu {
        display: none;
    }

    .nav-menu.active {
        display: flex;
        position: absolute;
        top: 72px;
        right: 20px;
        width: min(320px, calc(100vw - 40px));
        flex-direction: column;
        gap: 12px;
        background: #fff;
        border-radius: 16px;
        padding: 16px;
        box-shadow: 0 16px 34px rgba(0, 0, 0, 0.12);
        z-index: 1200;
    }

    .submenu {
        display: block;
        position: static;
        min-width: unset;
        box-shadow: none;
        border-radius: 10px;
        background: #fff;
        border: 1px solid #edf1f5;
        margin-top: 8px;
        padding: 8px;
    }

    .submenu a {
        font-size: 16px;
        white-space: normal;
        padding: 8px 10px;
    }

    .nav-toggle {
        display: flex;
    }

    .cta-form {
        flex-direction: column;
        gap: 10px;
    }

    .cta-form input,
    .cta-form button {
        width: 100%;
    }

    .cta-form-box {
        padding: 22px 18px;
        border-radius: 20px;
    }

    .cta-form-box p {
        font-size: 15px;
        margin-bottom: 16px;
    }
}

/* Collapsible Benefits Section */
.benefits-accordion-container {
    margin-top: 0;
    /* Remove gap when closed */
    width: 100%;
    position: relative;
    z-index: 20;
}


/* Enterprise text sizing to match site body */
.enterprise-content .enterprise-desc,
.enterprise-content .enterprise-features li {
    font-family: inherit;
    font-size: 17px;
    color: var(--text-gray);
    font-weight: 400;
    line-height: 1.6;
}
.enterprise-content .enterprise-subhead { font-weight:700; color: var(--text-dark); margin-top:6px; margin-bottom:8px }
.enterprise-content .enterprise-features li { color: var(--text-dark); }
.enterprise-content .btn { padding: 12px 22px; font-size:16px }

/* Enterprise feature cards grid (match site card style) */
.enterprise-features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}
.enterprise-feature-card {
    background: linear-gradient(var(--white), var(--white)) padding-box,
                linear-gradient(90deg, #3b82f6 0%, #f59e0b 100%) border-box;
    padding: 30px 22px;
    border-radius: 20px;
    box-shadow:
        -18px 6px 40px rgba(59,130,246,0.06), /* subtle blue glow left */
        18px 6px 40px rgba(245,158,11,0.06),  /* subtle orange glow right */
        0 28px 80px rgba(11,18,29,0.08);
    border: 2px solid transparent;
    position: relative;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: transform 240ms cubic-bezier(0.2,0.9,0.3,1), box-shadow 240ms ease, border-color 240ms ease;
    overflow: hidden;
}
.enterprise-feature-card h6 { margin:0; font-size:22px; font-weight:800; color:var(--text-dark); line-height:1.15; }
.enterprise-feature-card .feature-check {
    position: absolute;
    right: 16px;
    bottom: 12px;
    color: #10b981;
    font-size:44px;
    font-weight:900;
    text-shadow: 0 10px 26px rgba(16,185,129,0.22);
}

@media (max-width: 992px) {
    .enterprise-features-grid { grid-template-columns: 1fr; }
}

/* Hover / focus emphasis to match highlighted example */
.enterprise-feature-card:hover,
.enterprise-feature-card:focus-within {
    transform: translateY(-6px) scale(1.01);
    box-shadow: 0 40px 120px rgba(11,18,29,0.12), inset 0 1px 0 rgba(255,255,255,0.6);
}

/* Make one card appear as the 'active' variant (thicker border and stronger glow) */
.enterprise-feature-card.active {
    border: 3px solid transparent;
    background: linear-gradient(var(--white), var(--white)) padding-box,
                linear-gradient(90deg, #3b82f6 0%, #f59e0b 100%) border-box;
    box-shadow: 0 48px 140px rgba(11,18,29,0.15), inset 0 1px 0 rgba(255,255,255,0.6);
    transform: translateY(-8px) scale(1.02);
}

/* FAQ section styles */
.faq-section { background: transparent; padding-top:36px; padding-bottom:28px }
.faq-section h2 { font-size:34px; font-weight:800; margin-bottom:18px }
.faq-list { max-width:1100px; margin:18px auto 0; display:grid; grid-template-columns: repeat(2, 1fr); gap:18px }
.faq-item {
    background: var(--white);
    padding: 22px 20px;
    border-radius: 12px;
    box-shadow: 0 8px 28px rgba(11,18,29,0.06);
    border: 1px solid rgba(11,18,29,0.04);
}
.faq-question { font-size:18px; font-weight:800; margin-bottom:10px; color:var(--text-dark) }
.faq-answer { font-size:15px; color:var(--text-gray); line-height:1.6; margin:0 }
.faq-cta { max-width:820px; margin:28px auto 0; text-align:center }
.faq-cta h3 { font-size:26px; font-weight:800; margin-bottom:8px }
.faq-cta p { margin-bottom:14px; color:var(--text-gray); font-size:16px }
.faq-cta .btn { padding:14px 30px; font-size:16px; border-radius:10px }

@media (max-width: 992px) {
    .faq-list { grid-template-columns: 1fr; gap:14px }
}

@media (max-width: 768px) {
    .faq-section h2 { font-size:26px }
    .faq-question { font-size:16px }
    .faq-answer { font-size:15px }
    .faq-cta h3 { font-size:22px }
}

/* Global CTA styling (applies to all .btn except pricing-specific overrides below) */
.btn {
    background-color: #CDE25D;
    color: #000;
    border: none;
    transition: transform 180ms ease, box-shadow 220ms ease, background-color 180ms ease;
}
.btn:hover, .btn:focus {
    background-color: var(--accent-orange);
    color: #fff;
    transform: translateY(-3px) scale(1.04);
    box-shadow: 0 18px 48px rgba(250,165,51,0.18), 0 6px 18px rgba(0,0,0,0.06);
}

/* Restore pricing buttons so they are not affected by the global CTA change */
.bg-pricing-6 .btn-primary {
    background-color: var(--accent-orange) !important;
    color: #fff !important;
}
.bg-pricing-6 .btn-light {
    background-color: #ffffff !important;
    color: var(--primary-blue) !important;
}
.bg-pricing-6 .price-box.active .btn {
    /* keep any specialized center CTA look (do not override other center CTA rules) */
}
@media (min-width: 1200px) {
    .benefits-accordion-container {
        width: 1400px;
        left: 50%;
        transform: translateX(-50%);
    }
}

.solution-actions .btn {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.solution-actions .btn:hover {
    transform: scale(1.05);
}

.benefits-toggle-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.benefits-toggle-btn {
    background: #ffffff;
    border: 2px solid #f0f0f0;
    padding: 16px 40px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 700;
    color: var(--primary-blue);
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    gap: 12px;
    opacity: 1;
    visibility: visible;
}



.benefits-toggle-btn:hover {
    transform: translateY(-3px);
    border-color: var(--primary-blue);
    box-shadow: 0 8px 24px rgba(59, 130, 246, 0.15);
}

.benefits-toggle-btn .icon {
    font-size: 20px;
    transition: transform 0.4s ease;
}

.benefits-content-collapsible {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.8s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.5s ease;
    opacity: 0;
    pointer-events: none;
    padding: 30px 40px;
    /* Spacing to prevent clipping of shadows and scaling */
}

.benefits-content-collapsible.active {
    max-height: 2500px;
    /* Large enough to fit content */
    opacity: 1;
    pointer-events: auto;
    overflow: visible;
    /* Prevent clipping of shadows during hover */
}

/* Uniformly sized boxes for all accordion rolovniks */
.benefits-content-collapsible .benefit-box {
    height: 160px;
    /* Mandatory fixed height for uniformity */
    padding: 20px 25px;
    font-size: 17px;
    max-width: 380px;
    width: 380px;
    /* Explicit width for uniformity */
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.benefit-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    /* Reduced gap to fit everything comfortably */
    width: 100%;
}

.benefit-row-3col {
    grid-template-columns: repeat(3, 1fr) !important;
    max-width: 1260px;
    /* Adjusted to fit 3 boxes with scale room */
    margin-left: auto;
    margin-right: auto;
    gap: 40px;
    /* Slightly larger gap for 3-col layout */
}

@media (max-width: 1100px) {
    .benefit-row-3col {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 767px) {
    .benefit-row-3col {
        grid-template-columns: 1fr !important;
    }
}

.hide-benefits-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #f0f0f0;
    cursor: pointer;
    color: var(--text-gray);
    font-weight: 600;
    gap: 8px;
    transition: color 0.3s ease;
}

.hide-benefits-footer:hover {
    color: var(--accent-orange);
}

.hide-benefits-footer .arrow-up {
    display: inline-block;
    transition: transform 0.3s ease;
}

.hide-benefits-footer:hover .arrow-up {
    transform: translateY(-4px);
}

/* Roles & Collaboration Section */
#roles .solution-image {
    flex: 0 0 480px;
}

.collaboration-img {
    width: 100%;
    max-width: 560px;
    height: auto;
    display: block;
    margin-left: -60px;
    /* Pulls image more to the left */
}

.roles-text-blocks {
    margin: 25px 0;
}

.roles-text-blocks p {
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 1.6;
}

.roles-icons-row {
    display: flex;
    gap: 40px;
    margin-top: 35px;
    flex-wrap: wrap;
}

.role-icon-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.role-icon-item img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.role-icon-item span {
    font-weight: 700;
    font-size: 15px;
    color: var(--text-dark);
}

@media (max-width: 768px) {
    .roles-icons-row {
        gap: 20px;
        justify-content: center;
    }

    .role-icon-item {
        flex-direction: column;
        text-align: center;
    }
}

/* Enterprise section styling */
.enterprise-section {
    background: #ffffff;
    padding: 36px 0;
}
.enterprise-grid .lead { color: var(--text-dark); }
.enterprise-features li { font-size:16px; color: var(--text-dark); }
.enterprise-section .enterprise-image img { filter: none; }
.enterprise-section .btn {
    border-radius: 10px;
    padding: 12px 22px;
    background: linear-gradient(90deg, var(--accent-orange), #ff9750);
    color: #fff;
    font-weight:700;
}
.enterprise-section .btn:hover { transform: translateY(-3px); box-shadow: 0 12px 36px rgba(250,165,51,0.18); }

.enterprise-section .enterprise-quote-btn {
    background: var(--btn-green);
    color: var(--text-dark);
}

.enterprise-section .enterprise-quote-btn:hover {
    box-shadow: 0 12px 36px rgba(205,226,93,0.24);
}

@media (max-width: 768px) {
    .enterprise-grid { flex-direction: column; align-items: center; text-align: center }
    .enterprise-section .enterprise-image { margin-bottom:14px }
}

/* Enterprise header (image + H2) */
.enterprise-header { align-items: center; }
.enterprise-header .enterprise-header-img { max-width:560px; width:100%; height:auto; display:block; }
.enterprise-title {
    font-size: 34px;
    font-weight: 800;
    color: var(--text-dark);
    line-height: 1.05;
    text-align: left;
}

@media (max-width: 1400px) {
    .enterprise-header .enterprise-header-img { max-width:480px }
}

@media (max-width: 1200px) {
    .enterprise-title { font-size:30px; }
    .enterprise-header .enterprise-header-img { max-width:420px }
}

@media (max-width: 992px) {
    .enterprise-title { font-size:24px; }
    .enterprise-header { flex:0 0 360px }
    .enterprise-header .enterprise-header-img { max-width:320px }
}

@media (max-width: 768px) {
    .enterprise-header { flex-direction: column; align-items:center }
    .enterprise-title { text-align:center }
    .enterprise-header .enterprise-header-img { max-width:260px }
}

@media (max-width: 575px) {
    .enterprise-title { font-size:20px; }
    .enterprise-header .enterprise-header-img { max-width:160px }
}

/* Jazdy subpage sections (based on jazdy template structure) */
.jazdy-hero {
    padding-top: 140px;
    background: linear-gradient(180deg, rgba(11, 166, 223, 0.07) 0%, rgba(255, 255, 255, 1) 100%);
}

.jazdy-kicker {
    color: var(--primary-blue);
    font-weight: 800;
    margin-bottom: 10px;
}

.jazdy-hero-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 32px;
    align-items: center;
}

.jazdy-hero h1 {
    font-size: 52px;
    line-height: 1.15;
    margin-bottom: 16px;
}

.jazdy-hero p {
    font-size: 18px;
    color: var(--text-gray);
    margin-bottom: 14px;
}

.jazdy-hero-image-wrap {
    text-align: center;
}

.jazdy-hero-image {
    width: min(100%, 420px);
    height: auto;
}

.jazdy-template-section h2 {
    margin-bottom: 26px;
}

.jazdy-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.jazdy-card {
    background: #fff;
    border-radius: 18px;
    padding: 24px 20px;
    border: 1px solid #e9edf2;
    box-shadow: 0 8px 24px rgba(11, 18, 29, 0.06);
}

.jazdy-card h3 {
    font-size: 22px;
    margin-bottom: 10px;
}

.jazdy-card p {
    margin: 0;
    color: var(--text-gray);
}

.jazdy-steps {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 16px;
}

.jazdy-step {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background: #fff;
    border: 1px solid #e9edf2;
    border-radius: 16px;
    padding: 14px 16px;
}

.jazdy-step strong {
    width: 28px;
    height: 28px;
    border-radius: 999px;
    background: var(--btn-green);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.jazdy-benefits-note {
    background: #fff;
    border-left: 4px solid var(--primary-blue);
    border-radius: 12px;
    padding: 14px 16px;
}

.jazdy-benefits-note p {
    margin: 0;
}

@media (max-width: 992px) {
    .jazdy-hero-grid,
    .jazdy-cards-grid,
    .jazdy-steps {
        grid-template-columns: 1fr;
    }

    .jazdy-hero h1 {
        font-size: 38px;
    }
}

/* Jazdy page: keep header/menu identical to index */
.jazdy-page .site-header {
    background-color: #FFFFFF;
    padding: 15px 0 10px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease-in-out;
}

.jazdy-page .header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.jazdy-page .main-nav {
    margin-top: 12px;
}

.jazdy-page .nav-menu {
    display: flex;
    list-style: none;
    gap: 30px;
}

.jazdy-page .nav-menu a {
    text-decoration: none;
    color: var(--text-dark);
    font-weight: 500;
    font-size: 18px;
    transition: color 0.3s;
}

.jazdy-page .nav-menu a.active {
    color: var(--btn-green);
}

.jazdy-page .nav-menu a:hover {
    color: var(--primary-blue);
}

/* Jazdy hero with Group 256 background */
.jazdy-page .main-header {
    margin-top: 110px !important;
    background-image:
        linear-gradient(180deg, rgba(255, 255, 255, 0.88) 0%, rgba(255, 255, 255, 0.96) 100%),
        url('../images/group-256.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 80px 0 70px;
}

.jazdy-page .main-header-text h1 {
    color: var(--text-dark);
    font-size: 54px;
    line-height: 1.1;
}

.jazdy-page .main-header-text p {
    color: var(--text-gray);
}

@media (max-width: 768px) {
    .jazdy-page .main-header {
        margin-top: 86px !important;
        padding: 56px 0 46px;
    }
}

/* Jazdy v3 page styling (services-7 inspired structure) */
.jazdy-v3-hero {
    margin-top: 104px;
    padding: 86px 0 74px;
    background-image:
        linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.97)),
        url('../images/group-256.webp');
    background-size: cover;
    background-position: center;
}

.jazdy-v3-hero-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 34px;
    align-items: center;
}

.jazdy-v3-copy {
    max-width: 650px;
}

.jazdy-v3-kicker {
    color: var(--primary-blue);
    font-weight: 800;
    letter-spacing: 0.3px;
    margin-bottom: 10px;
}

.jazdy-v3-copy h1 {
    font-size: clamp(38px, 6vw, 56px);
    margin-bottom: 10px;
    line-height: 1.08;
}

.jazdy-v3-copy h3 {
    font-size: clamp(22px, 3.2vw, 30px);
    margin-bottom: 16px;
    color: var(--text-dark);
}

.jazdy-v3-copy p {
    font-size: 18px;
    line-height: 1.7;
    color: var(--text-gray);
}

.jazdy-v3-actions {
    margin-top: 24px;
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.jazdy-v3-hero-img {
    width: min(100%, 470px);
    height: auto;
    display: block;
    margin: 0 auto;
    filter: drop-shadow(0 20px 30px rgba(11, 18, 29, 0.12));
}

.jazdy-v3-intro {
    padding-top: 30px;
}

.jazdy-v3-intro p {
    font-size: 20px;
    line-height: 1.8;
    text-align: center;
    max-width: 980px;
    margin: 0 auto;
    color: var(--text-gray);
}

.jazdy-v3-features,
.jazdy-v3-process,
.jazdy-v3-compliance,
#faq-jazdy {
    padding-top: 64px;
    padding-bottom: 64px;
}

.jazdy-v3-features h2,
.jazdy-v3-process h2,
.jazdy-v3-compliance h2 {
    margin-bottom: 22px;
    line-height: 1.2;
}

.jazdy-v3-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.jazdy-v3-card {
    background: #fff;
    border: 1px solid #ebeff5;
    border-radius: 18px;
    padding: 22px;
    min-height: 210px;
    box-shadow: 0 10px 28px rgba(11, 18, 29, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.jazdy-v3-card:hover {
    transform: translateY(-4px);
    border-color: rgba(11, 166, 223, 0.25);
    box-shadow: 0 16px 36px rgba(11, 18, 29, 0.1);
}

.jazdy-v3-card h3 {
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 1.25;
}

.jazdy-v3-card p {
    margin: 0;
    line-height: 1.65;
    color: var(--text-gray);
}

.jazdy-v3-two-col {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    align-items: stretch;
}

.jazdy-v3-process .jazdy-v3-two-col > div,
.jazdy-v3-compliance .jazdy-v3-two-col > div {
    background: #fff;
    border: 1px solid #e9edf3;
    border-radius: 18px;
    padding: 24px 24px 20px;
    box-shadow: 0 8px 24px rgba(11, 18, 29, 0.05);
}

.jazdy-v3-steps {
    padding-left: 22px;
    margin: 0;
}

.jazdy-v3-steps li {
    margin-bottom: 12px;
    font-size: 17px;
    line-height: 1.6;
}

.jazdy-v3-steps li::marker {
    color: var(--primary-blue);
    font-weight: 700;
}

.jazdy-v3-note {
    background: linear-gradient(180deg, #fff, rgba(233, 243, 255, 0.55));
    border-radius: 16px;
    border: 1px solid rgba(11, 166, 223, 0.18);
    padding: 18px 20px;
}

.jazdy-v3-note h3 {
    margin-bottom: 10px;
}

.jazdy-v3-note ul {
    margin: 0;
    padding-left: 18px;
}

.jazdy-v3-note li {
    margin-bottom: 10px;
    line-height: 1.55;
}

.jazdy-v3-compliance {
    background: linear-gradient(180deg, rgba(11, 166, 223, 0.05), rgba(255, 255, 255, 1));
}

@media (max-width: 992px) {
    .jazdy-v3-hero-grid,
    .jazdy-v3-grid,
    .jazdy-v3-two-col {
        grid-template-columns: 1fr;
    }

    .jazdy-v3-copy h1 {
        font-size: 40px;
    }

    .jazdy-v3-hero {
        padding: 64px 0 54px;
    }

    .jazdy-v3-card {
        min-height: unset;
    }
}

@media (max-width: 576px) {
    .jazdy-v3-hero {
        margin-top: 88px;
    }

    .jazdy-v3-actions {
        gap: 10px;
    }

    .jazdy-v3-features,
    .jazdy-v3-process,
    .jazdy-v3-compliance,
    #faq-jazdy {
        padding-top: 48px;
        padding-bottom: 48px;
    }
}

/* Final CTA under FAQ on jazdy page */
.jazdy-final-cta-section {
    padding-top: 26px;
    padding-bottom: 76px;
}

.jazdy-final-cta-wrap {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    align-items: center;
    gap: 28px;
    background: linear-gradient(180deg, #ffffff 0%, rgba(233, 243, 255, 0.7) 100%);
    border: 1px solid #e8edf3;
    border-radius: 26px;
    padding: 30px 34px;
    box-shadow: 0 16px 38px rgba(11, 18, 29, 0.08);
}

.jazdy-final-cta-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center;
}

.jazdy-final-cta-image > img {
    width: min(100%, 420px);
    height: auto;
}

.jazdy-final-cta-content h2 {
    margin-bottom: 12px;
    font-size: clamp(28px, 4vw, 42px);
}

.jazdy-final-cta-content p {
    color: var(--text-gray);
    font-size: 18px;
    line-height: 1.65;
    margin-bottom: 10px;
}

.jazdy-final-cta-content .btn {
    margin-top: 10px;
    margin-bottom: 10px;
}

.jazdy-final-cta-meta {
    margin: 0;
    font-size: 15px !important;
    font-weight: 600;
    color: var(--text-dark) !important;
}

.jazdy-final-cta-meta a {
    color: inherit;
    text-decoration: none;
}

.jazdy-final-cta-meta a:hover {
    text-decoration: underline;
}

@media (max-width: 992px) {
    .jazdy-final-cta-wrap {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 24px 20px;
    }

    .jazdy-final-cta-content .btn {
        margin-left: auto;
        margin-right: auto;
    }
}


/* Popup 5 */
.popup-five {
    position: fixed;
    inset: 0;
    z-index: 2200;
    display: grid;
    place-items: center;
    padding: 16px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
}

.popup-five.is-visible {
    opacity: 1;
    pointer-events: auto;
}

.popup-five-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.45);
}

.popup-five-card {
    position: relative;
    width: min(100%, 900px);
    background: #eceff3;
    border: 4px solid #dfe3f3;
    border-radius: 10px;
    box-shadow: 0 24px 44px rgba(2, 8, 23, 0.35);
    z-index: 1;
    overflow: hidden;
}

.popup-five-close {
    position: absolute;
    top: 8px;
    right: 10px;
    border: 0;
    background: transparent;
    color: #4b5563;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    z-index: 2;
}

.popup-five-grid {
    display: grid;
    grid-template-columns: 1.28fr 0.72fr;
    min-height: 250px;
}

.popup-five-content {
    padding: 22px 18px;
}

.popup-five-kicker {
    display: inline-block;
    margin: 0 0 2px;
    color: #525f70;
    font-size: 15px;
    font-weight: 700;
}

.popup-five-content h3 {
    margin: 0 0 14px;
    color: #3f4652;
    font-size: 34px;
    line-height: 1.06;
    font-weight: 700;
}

.popup-five-form {
    display: grid;
    gap: 8px;
}

.popup-five-form p {
    margin: 0;
    font-size: 17px;
    line-height: 1.3;
    color: #2f3744;
}

.popup-five-form .popup-five-demo-line {
    color: #1f7a3a;
    font-weight: 600;
}

.popup-five-form .popup-five-demo-value {
    font-size: 1.32em;
    font-weight: 800;
    line-height: 1;
}

.popup-five-input {
    width: 100%;
    border: 1px solid #d3d8df;
    background: #e2e3e7;
    border-radius: 7px;
    min-height: 48px;
    padding: 12px 14px;
    font-size: 21px;
    color: #4b5563;
}

.popup-five-input::placeholder {
    color: #8a95a3;
}

.popup-five-submit {
    width: 100%;
    border: 0;
    border-radius: 50px;
    min-height: 48px;
    background: var(--btn-green);
    color: var(--text-dark);
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 0.2px;
    box-shadow: 0 12px 30px rgba(205,226,93,0.12), 0 2px 8px rgba(16,185,129,0.06);
    cursor: pointer;
    transition: transform 180ms ease, box-shadow 220ms ease, background-color 180ms ease;
}

.popup-five-submit:hover {
    background: var(--accent-orange);
    color: #ffffff;
    transform: translateY(-3px) scale(1.04);
    box-shadow: 0 18px 48px rgba(250,165,51,0.18), 0 6px 18px rgba(0,0,0,0.06);
}

.popup-five-check {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #656f7d;
    font-size: 13px;
    line-height: 1.4;
}

.popup-five-check input {
    width: 16px;
    height: 16px;
    margin-top: 1px;
}

.popup-five-image-wrap {
    position: relative;
    padding: 0;
    overflow: hidden;
}

.popup-five-image-wrap::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 42px;
    background: linear-gradient(to right, #eceff3 0%, rgba(236, 239, 243, 0) 100%);
    pointer-events: none;
    z-index: 1;
}

.popup-five-image {
    width: 100%;
    height: 100%;
    min-height: 220px;
    object-fit: cover;
    border-radius: 0;
}

@media (max-width: 1200px) {
    .popup-five-card {
        width: min(100%, 760px);
    }

    .popup-five-content h3 {
        font-size: 32px;
    }
}

@media (max-width: 900px) {
    .popup-five {
        padding: 12px;
    }

    .popup-five-card {
        width: min(100%, 560px);
    }

    .popup-five-grid {
        grid-template-columns: 1.2fr 0.8fr;
        min-height: 240px;
    }

    .popup-five-content {
        padding: 18px 14px;
    }

    .popup-five-content h3 {
        font-size: 28px;
    }

    .popup-five-image-wrap {
        display: flex;
        align-items: end;
        justify-content: center;
    }

    .popup-five-image-wrap::before {
        width: 24px;
    }

    .popup-five-image {
        min-height: 170px;
        max-height: 230px;
        object-fit: contain;
    }
}

@media (max-width: 640px) {
    .popup-five {
        padding: 8px;
    }

    .popup-five-card {
        width: min(100%, 430px);
        border-width: 2px;
    }

    .popup-five-grid {
        grid-template-columns: 1.35fr 0.65fr;
        min-height: 210px;
    }

    .popup-five-content h3 {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .popup-five-kicker {
        font-size: 13px;
    }

    .popup-five-input,
    .popup-five-submit {
        font-size: 15px;
        min-height: 42px;
    }

    .popup-five-image {
        min-height: 140px;
        max-height: 175px;
    }

    .popup-five-check {
        font-size: 12px;
        gap: 8px;
    }
}

@media (max-width: 420px) {
    .popup-five-card {
        width: min(100%, 360px);
    }

    .popup-five-grid {
        grid-template-columns: 1.45fr 0.55fr;
        min-height: 190px;
    }

    .popup-five-content {
        padding: 14px 12px;
    }

    .popup-five-content h3 {
        font-size: 22px;
    }

    .popup-five-image {
        min-height: 120px;
        max-height: 150px;
    }
}


/* Contact Detailed Section */
.contact-detailed-section { background: #fdfdfd; padding: 100px 0; }

}

/* ============================================================
   SHARED STYLES – extracted from HTML files
   ============================================================ */

/* --- Shared button classes (used on jazdy.html and faktury.html) --- */
.jz2-btn {
    min-height: 46px;
    min-width: 200px;
    padding: 10px 24px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 800;
    border: 1px solid transparent;
    transition: all 0.2s ease;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.12);
}

.jz2-btn:hover {
    transform: translateY(-1px);
    text-decoration: none;
}

.jz2-btn-primary {
    background: #CDE25D;
    border-color: #CDE25D;
    color: #0f172a;
}

.jz2-btn-primary:hover {
    background: #FAA533;
    border-color: #FAA533;
    color: #ffffff;
}

.jz2-btn-secondary {
    background: #ffffff;
    border-color: #CDE25D;
    color: #0f172a;
}

.jz2-btn-secondary:hover {
    background: #f8fbe9;
    border-color: #a7c93a;
    color: #0f172a;
}

/* --- Shared checklist (used on jazdy.html and faktury.html) --- */
.jz2-checklist {
    margin-top: 14px;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.jz2-checklist li {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #334155;
}

/* --- Footer utility classes (inline styles replacement) --- */

/* margin-top: 20px on second .agp-contact in footer */
.agp-contact--mt {
    margin-top: 20px;
}

/* .agp-contact-map-under inline styles */
.agp-contact-map-under {
    margin-top: 10px;
    display: flex;
    justify-content: flex-start;
}

/* .agp-footer-map-cta inline styles */
.agp-footer-map-cta {
    min-height: 46px;
    padding: 6px 12px;
    gap: 10px;
}

/* nav-gps-icon inside footer map CTA */
.agp-footer-map-cta .nav-gps-icon {
    width: 50px;
    height: 50px;
}

/* nav-gps-text inside footer map CTA */
.agp-footer-map-cta .nav-gps-text {
    display: block;
    width: 148px;
    max-width: 148px;
    opacity: 1;
    font-size: 14px;
    line-height: 1.08;
    margin-left: 16px;
    color: #0e58bc;
    white-space: normal;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
    text-align: left;
    transition: none;
}

/* Footer textarea height override (used on jazdy, faktury, partner pages) */
.agp-footer .agp-contact-form textarea {
    min-height: 150px !important;
    max-height: 150px !important;
    resize: none !important;
}

/* ============================================================
   UNIFIED FOOTER STYLES – previously duplicated inline as
   <style id="agp-unified-footer-styles"> in every HTML file
   ============================================================ */
.agp-footer {
    font-family: "Roboto", sans-serif !important;
    color: #3d3d3d !important;
    font-size: 15px !important;
    line-height: 1.6 !important;
    margin-top: 0;
}
.agp-footer, .agp-footer * {
    box-sizing: border-box;
    letter-spacing: 0 !important;
    text-transform: none !important;
}
.agp-footer h1, .agp-footer h2, .agp-footer h3, .agp-footer h4, .agp-footer h5, .agp-footer h6,
.agp-footer p, .agp-footer li, .agp-footer a, .agp-footer input, .agp-footer textarea, .agp-footer button {
    font-family: "Roboto", sans-serif !important;
}
.agp-footer a { color: #000000 !important; text-decoration: none; }
.agp-footer a:hover { text-decoration: underline; }

.agp-footer .agp-footer-widgets { padding: 85px 0 55px; }
.agp-footer .agp-footer-container { max-width: 1360px; margin: 0 auto; padding: 0 20px; }
.agp-footer .agp-footer-grid { display: grid; grid-template-columns: 1.2fr 0.8fr 1.15fr; gap: 40px; }

.agp-footer .agp-widget-title.small {
    margin: 0 0 20px;
    font-family: "Roboto Slab", serif !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
    color: #000000 !important;
}

.agp-footer .agp-brand { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 20px; }
.agp-footer .agp-brand img { height: 44px; width: auto; }
.agp-footer .agp-brand-name {
    display: block;
    font-family: "Montserrat", sans-serif !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    line-height: 1.1 !important;
    color: #000000 !important;
}
.agp-footer .agp-brand-tagline {
    display: block;
    font-family: "Montserrat", sans-serif !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 1.2 !important;
    color: #666666 !important;
}

.agp-footer .agp-text { margin: 0 0 18px; font-size: 15px !important; }
.agp-footer .agp-contact { margin: 0; font-size: 15px !important; }
.agp-footer .agp-contact strong { font-weight: 700 !important; }

.agp-footer .agp-nav { list-style: none; padding: 0; margin: 0; }
.agp-footer .agp-nav li {
    margin-bottom: 8px;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 1.45 !important;
}
.agp-footer .agp-nav li:last-child { margin-bottom: 0; }

.agp-footer .agp-contact-form {
    margin-top: 10px;
    display: grid;
    gap: 8px;
    padding: 10px;
    border-radius: 16px;
    border: 1px solid transparent;
    background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(120deg, #0BA6DF, #FAA533) border-box;
}
.agp-footer .agp-contact-form input,
.agp-footer .agp-contact-form textarea {
    width: 100%;
    border: 1px solid #cfd6dd;
    border-radius: 10px;
    padding: 8px 12px;
    font-size: 15px !important;
    color: #000000 !important;
    background: #fdfdfd;
    min-height: 44px;
}
.agp-footer .agp-contact-form textarea { min-height: 78px; resize: vertical; }
.agp-footer .agp-contact-form button {
    margin-top: 2px;
    border-radius: 999px;
    padding: 8px 22px;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    background-color: #000000;
    color: #ffffff !important;
    border: 1px solid #000000;
    min-height: 42px;
    cursor: pointer;
}

.agp-footer .agp-footer-bottom { border-top: 1px solid #e5e5e5; position: relative; z-index: 1; }
.agp-footer .agp-footer-bottom::after {
    position: absolute;
    content: "";
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
    width: 1px;
    height: 100%;
    background: #e5e5e5;
    z-index: -1;
}
.agp-footer .agp-footer-bottom-inner {
    max-width: 1360px;
    margin: 0 auto;
    padding: 36px 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}
.agp-footer .agp-social { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 10px; font-size: 14px !important; }
.agp-footer .agp-social .title { margin-right: 10px; color: #000000; font-weight: 600 !important; }
.agp-footer .agp-copy { text-align: right; font-size: 14px !important; }
.agp-footer .agp-copy span { color: #000000; font-weight: 700 !important; }

@media (max-width: 1199px) {
    .agp-footer .agp-footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 991px) {
    .agp-footer .agp-footer-widgets { padding: 65px 0 36px; }
    .agp-footer .agp-footer-grid { grid-template-columns: 1fr; gap: 22px; }
    .agp-footer .agp-widget-title.small { font-size: 20px !important; margin-bottom: 14px; }
    .agp-footer .agp-footer-bottom::after { display: none; }
    .agp-footer .agp-footer-bottom-inner { grid-template-columns: 1fr; text-align: center; padding: 30px 20px; }
    .agp-footer .agp-social { justify-content: center; margin-bottom: 12px; }
    .agp-footer .agp-copy { text-align: center; }
}
@media (max-width: 767px) {
    .agp-footer .agp-brand img { height: 36px; }
    .agp-footer .agp-brand-name { font-size: 20px !important; }
    .agp-footer .agp-brand-tagline { font-size: 11px !important; }
}
