* {
    margin: 0;
   padding  :    0;
   box-sizing: border-box;
}

body {
  font-family: 'Segoe UI', Tahoma, sans-serif;
	line-height: 1.68;
   color: #2d3748;
    background: #ffffff;
}

a 
 {
    text-decoration: none;
	color: inherit;
  transition: color 0.29s ease;
}

img {
       max-width: 100%;
  height: auto;
  display   :        block;
}

.layoutMaxWidth {
   max-width: 1240px;
  margin: 0 auto;
  padding: 0 23px;
}

.topNavStripe-ip {
  background: #ffffff;
  box-shadow: 0 3px 17px rgba(0,0,0,0.08);
  position: sticky;
         top: 0;
   z-index :      1000;
  padding: 19px 0;
}

.navHolderZone
{
  display: flex;
    margin: 0 auto;
 max-width: 1240px;
	 align-items: center;
   padding : 0 23px;
   justify-content: space-between;
}

.brandLogoSection a {
  display: flex;
       align-items: center;
}

.brandLogoImg 
 {
    height: 90px;
  width: auto;
} 

.navLinksArea


{
    display: flex;
  gap: 38px;
}

.navLinkItem {
	font-size: 16px;
  font-weight:500;
   color: #4a5568;
   transition: color 0.27s;
}

.navLinkItem:hover,
.navLinkItem.active-link
	{
   color:   #2b6cb0;
}

.mobileBurgerTrigger {
    display: none;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
   width: 31px;
	
}

.lineTop,
.lineMid,
.lineBot {
  width: 100%;
	    height: 3px;
	  background: #2d3748;
		transition:       all 0.31s;
}

.mobileBurgerTrigger.active .lineTop {
	  transform: rotate(45deg) translate(7px,7px);
	}

.mobileBurgerTrigger.active .lineMid {
    opacity: 0;
}

.mobileBurgerTrigger.active .lineBot {
  transform: rotate(-45deg) translate(8px,-8px);
}

.heroBlockCover-ip {
        min-height: 680px;
  background-size: cover;
    background-repeat: no-repeat;
  background-position :   center center;
    position: relative;
     display: flex;
   align-items :   center;
   justify-content: center;
   padding: 87px 23px;
}



.heroBlockCover-ip.overlayDark:before {
   position: absolute;
  content: "";
       left: 0;
	 bottom: 0;
   right     :0;
	 top: 0;
  background: rgba(18,45,78,0.73);
} 

.contentCenterZone  
  {

		max-width: 890px;
  text-align: center;
  z-index: 2;
    position   :       relative;

}

.mainHeroTitle {
   font-size: 54px;
	margin-bottom: 27px;
  font-weight:    800;
  color: #ffffff;
      line-height    :  1.23;
}

.ctaButtonsZone {
    display: flex;
	 gap: 19px;
   justify-content: center;
}

.primaryActionBtn {
   background: #2b6cb0;
     color: #ffffff;
    padding: 16px 48px;
         border-radius   : 34px;
               font-size   :    17px;
   font-weight: 600;
  transition: all 0.29s;
   border: 2px solid #2b6cb0;
}

.primaryActionBtn:hover {
  background     : #1e4a7a;
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(43,108,176,0.37);
}

.scrollMouseIndicator {

   position: absolute;
   bottom: 34px;
	 left: 50%;
  transform: translateX(-50%);
   z-index: 2;
     }

.mouseIconShape {
  width: 28px;
  height: 47px;
  border: 2px solid rgba(255,255,255,0.63);
   border-radius: 18px;
  position: relative;
	display: block;
}

.mouseWheelInner {

    width :      4px;
    height: 9px;
  background: rgba(255,255,255,0.78);
  border-radius: 3px;
      position: absolute;
  top: 9px;
  left: 50%;
  transform: translateX(-50%);
               animation: wheelScroll 1.8s infinite;

}

@keyframes wheelScroll {
    0%, 100% { transform: translateX(-50%) translateY(0); opacity:1; }
    50% { transform: translateX(-50%) translateY(12px); opacity: 0.4; }
}.creativeMindZone-ip {
     padding: 97px 0;
    background: #f7fafc;
	}

.fullWidthLayout {
    padding: 0;
}

.dualColumnGrid {
  display: grid;
       grid-template-columns     :       1fr 1fr;
       gap: 68px;
       align-items: center;
      max-width: 1240px;
      margin: 0 auto;
   	 padding: 0 23px;
	
}

.visualThumbBlock img  
  {
       width: 100%;
   border-radius:     12px;
  box-shadow: 0 11px 38px rgba(0,0,0,0.13);
}

.infoContentBlock {
    padding  :     0 28px;
}

.sectionMainHeading {
    font-size: 41px;
       font-weight  :        700;
      color  :        #1a202c;
      margin-bottom: 26px;
   	line-height: 1.31;
}

.descriptionParagraph {
    font-size: 17px;
    color    :#4a5568;
  margin-bottom: 47px;
   line-height     :      1.79;
}

.skillsBarsZone {


   margin-bottom :    44px;
	}

.singleProgressBar {
    margin-bottom: 33px;
}

.skillNameLabel {
   font-size: 17px;
   font-weight: 600;
  color: #2d3748;
    margin-bottom: 13px;
}

.progressTrackLine {
   height: 9px;
    background: #e2e8f0;
   border-radius: 11px;
   overflow:  visible;
  position: relative;
}

.progressFillBar {
       height :  100%;
  background: linear-gradient(90deg,#2b6cb0 0%, #4299e1 100%);
    border-radius: 11px;
  position:     relative;
   transition: width 1.3s ease;
}

.percentLabel {
   position: absolute;
   right: -7px;
  top   :     -37px;
	font-size: 15px;
    font-weight: 600;
   color: #2b6cb0;
}

.outlineActionBtn {
   border-radius: 29px;
	display  :       inline-block;
  color: #2b6cb0;
   border: 2px solid #2b6cb0;
   padding: 14px 42px;
    font-size: 16px;
   transition: all 0.27s;
  font-weight: 600;
}

.outlineActionBtn:hover {
	 background: #2b6cb0;
  color: #ffffff;
}

.featuresDisplayZone-ip {
  background: #ffffff;
    padding: 93px 0;
}

.sectionHeaderIntro {
  text-align    :       left;
  margin-bottom: 64px;
}

.featuresMainTitle {
	   font-size: 43px;
   font-weight   :700;
  color: #2b6cb0;}

.featuresGridLayout {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 39px;


}


.featureTileUnit 
 {
       padding: 38px;
  background: #f7fafc;
    border-radius: 9px;
   transition: all 0.32s;
     }

.featureTileUnit:hover
{
  transform: translateY(-7px);
  box-shadow: 0 14px 32px rgba(0,0,0,0.11);
}

.serviceIconWrap-ip {
         margin-bottom: 27px;
}

.iconCircleHolder		{

	    width: 87px;
   height     :       87px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2b6cb0 0%, #4299e1 100%);
	display: flex;
  align-items: center;
   justify-content: center; 

	}

.featureSvgIcon {
   width: 42px;
    stroke: #ffffff;
   stroke-width: 2;
  stroke-linejoin     :        round;
  stroke-linecap: round;
	height: 42px;
	 fill: none;
}

.featureHeadingText {
   font-size   :    22px;
	font-weight   :  600;
   color: #1a202c;
  margin-bottom: 16px;
}

.featureHeadingText a {
    color: #364d59;

}

.featureHeadingText a:hover
	{

	  color: #2b6cb0;
}

.featureDescText {
   font-size: 16px;
    color: #4a5568;
	line-height: 1.74;
}

.pricingPlansArea-ip {
   padding   :   96px 0;
   background: #ffffff;
}

.sectionHeaderCenter {
  text-align    :      center;
                    margin-bottom: 62px;
}

.labelAboveTitle {
   display: block;
    font-size: 14px;
          font-weight: 700;
    color: #2b6cb0;
   text-transform :      uppercase;
  letter-spacing: 2.3px;
    margin-bottom    :   12px;
}

.pricingMainHeading {

  font-size: 44px;
        font-weight: 700;
  color: #1a202c;
	 margin-bottom: 17px;
	
	}

.pricingIntroDesc {
	    font-size: 17px;
    color: #4a5568;}

.pricingCardsGrid {
  grid-template-columns: repeat(3, 1fr);
		 display: grid;
  gap: 36px;
}  

.planTileCard {
	-webkit-transition:       all 0.31s;
    border: 2px solid #e2e8f0;
  border-radius: 13px;
   background: #f7fafc;
   padding: 44px 32px;
    transition :       all 0.31s;
  -o-transition: all 0.31s;
   text-align: center;
}

.planTileCard:hover {
   border-color: #2b6cb0;
  box-shadow: 0 11px 34px rgba(43,108,176,0.18);
}

.featuredPlanHighlight {
	 border-color: #2b6cb0;
	background     :#ffffff;
}


.planHeaderZone {
    margin-bottom: 34px;
}

.planNameText {

    font-size: 26px;
   font-weight: 700;
  color    :     #1a202c;
  margin-bottom: 18px;

}

.priceDisplayArea {
               font-size : 18px;
   color :     #4a5568;
}

.priceNumeral
{
  font-size: 53px;
		font-weight: 800;
	color: #2b6cb0;
   margin: 0 7px;
}

.planFeaturesList {
 list-style     :      none;
    margin-bottom:38px;
	 padding: 0;

}

.planFeaturesList li {
   padding: 14px 0;
   border-bottom: 1px solid #e2e8f0;
    font-size: 16px;
	 color: #4a5568;
}

.planActionArea {


  margin-top: 29px;}

.planSelectBtn {

	  display: inline-block;
  padding: 14px 47px;
  background: transparent;
   border: 2px solid #2b6cb0;
    color: #2b6cb0;
   border-radius: 32px;
  font-size: 16px;
  font-weight:        600;
   transition: all 0.28s;


}

.planSelectBtn:hover {
 color: #ffffff;
	background: #2b6cb0;
}

.faqQuestionsZone-ip {
   padding: 91px 0;
    background     : #f7fafc;
}

.faqMainTitle {
    font-size: 43px;
	 font-weight: 700;
  color :   #1a202c;
   margin-bottom: 17px;
}

.faqSubtitleText {
  font-size: 17px;
   color: #4a5568;
}  

.faqAccordionWrap {
                    max-width: 920px;
          margin: 54px auto 0;
}

.faqItemBlock    {
  background  :   #ffffff;
  border: 1px solid #e2e8f0;
   border-radius     :   9px;
                    margin-bottom: 17px;
    overflow: hidden;
  transition     :       all 0.29s;
}

.faqItemBlock:hover {
  border-color     :       #2b6cb0;
  box-shadow: 0 4px 17px rgba(0,0,0,0.06);
}

.faqQuestionHead {
   padding: 24px 31px;
   cursor: pointer;
    display: flex;
        justify-content: space-between;
    align-items: center;
          background: #ffffff;
   transition    :  all 0.28s;
}

.faqQuestionHead:hover {
  background: #f7fafc;
}

.faqItemBlock.active .faqQuestionHead {


  background: #2b6cb0;
	}

.questionTextLine {
  font-weight: 600;
  margin: 0;
  padding-right: 24px;
   flex: 1;
    transition: color 0.28s;
   font-size: 18px;
  color : #1a202c;
}

.faqItemBlock.active .questionTextLine {
	   color: #ffffff;


}

.toggleIconSign {
  width     :     34px;
   height: 34px;
    display: flex;
    align-items: center;
  justify-content: center;
  font-size: 27px;
	 font-weight     :    300;
  color: #2b6cb0;
    background: #ebf8ff;
  border-radius: 50%;
   flex-shrink:       0;
  transition: all 0.29s;
}

.faqItemBlock.active .toggleIconSign {
  transform: rotate(45deg);
   background: #ffffff;
   color: #2b6cb0;
}

.faqAnswerBody {

    max-height: 0;
   overflow: hidden;
  transition: max-height 0.34s ease;


}

.faqItemBlock.active .faqAnswerBody {
	 max-height: 670px;
}

.faqAnswerBody p {
   padding: 24px 31px;
	  margin: 0;
	    font-size: 16px;
	  line-height: 1.83;
	   color    :   #4a5568; 
	
}

.contactReachArea-ip {
		 padding: 94px 0;
   background :   #ffffff;
}

.contactDualGrid {
    grid-template-columns: 1fr 1.2fr;
    gap: 73px;
	display: grid;
    align-items: start;
}

.contactMainHeading {
    font-size: 42px;
	font-weight    :  700;
   color: #1a202c;
    margin-bottom: 21px;
}

.contactIntroText {
          font-size: 17px;
      color: #4a5568;
             margin-bottom   :   48px;
      line-height: 1.76;
}

.contactDetailsList {
    display: flex;
   flex-direction: column;
	 gap: 33px;
}

.contactDetailItem {
    display: flex;
  gap: 22px;
   align-items: start;
}

.detailIconCircle {
	width: 57px;
   height: 57px;
          border-radius: 50%;
  background: linear-gradient(135deg, #ebf8ff 0%, #bee3f8 100%);
	 display: flex;
    align-items: center;
   justify-content: center;
  flex-shrink: 0;
     }



.contactSvgIcon
{
          width: 28px;
  height: 28px;
  stroke : #2b6cb0;
   fill:      none;
   stroke-width: 2.1;
}

.detailLabelHead {
   font-size: 17px;
  font-weight: 600;
    color :  #1a202c;
   margin-bottom: 8px;
}

.detailValueLine {
    font-size: 16px;
   color: #4a5568;
    line-height: 1.71;
	
}

.inquiryFormArea {
   background: #f7fafc;
    padding    :       44px 38px;
    border-radius: 11px;
}

.formFieldUnit {
    margin-bottom: 26px;
}



.fieldLabelText {
   display: block;
  font-size :  15px;
    font-weight: 600;
    color:    #2d3748;
  margin-bottom     : 9px;
}

.formInputField,
.formTextareaField {
  width: 100%;
	     padding:13px 18px;
	  border: 2px solid #e2e8f0;
	  border-radius: 7px;
	          font-size: 16px;
	    color    :  #2d3748;
	  transition: border-color 0.27s;
	    font-family: inherit;

}

.formInputField:focus,
.formTextareaField:focus     {
    outline: none;
    border-color: #2b6cb0;
}

.formTextareaField {
                    resize   :    vertical;
}

.formSubmitBtn {
    width     :    100%;
    padding   :     16px;
  background: #2b6cb0;
    color: #ffffff;
    border: none;
    border-radius     :32px;
	font-size: 17px;
    font-weight:     600;
    cursor: pointer;
	transition: all 0.28s;
}

.formSubmitBtn:hover
	{
  background: #1e4a7a;
  transform: translateY(-2px);
  box-shadow: 0 7px 21px rgba(43,108,176,0.34);
} 

.bottomFooterZone-ip {
		 color: #e2e8f0;
    background   :   #1a202c;
  padding: 64px 0 28px;


}

.footerColumnsLayout {
    display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.3fr;
   gap: 48px;
  margin-bottom: 53px;
}

.footerBrandHeading {
 font-size: 24px;
   font-weight: 700;
  color: #ffffff;
   margin-bottom: 18px;
}

.footerAboutText
	{
  font-size: 15px;
    line-height: 1.74;
    color :       #cbd5e0;
}

.footerSectionHead {
    font-size: 17px;
    font-weight: 600;
  color: #ffffff;
   margin-bottom: 21px; 
	
}

.footerLinksList {
  list-style: none;
   padding: 0;
}

.footerLinksList li{
     margin-bottom: 13px;



}

.footerLinksList a {
  font-size: 15px;
    color: #cbd5e0;
         transition: color 0.26s;
}

.footerLinksList a:hover {
  color: #4299e1;
}

.footerContactItem {
    font-size:  15px;
  color: #cbd5e0;
    margin-bottom  :  12px;
}

.footerBottomBar {


    text-align :    center;
               border-top: 1px solid #2d3748;
  padding-top : 27px;
}

.copyrightNotice   {
  font-size: 14px;
  color: #a0aec0;
}@media (max-width: 1024px) {
    .navLinksArea {
        position:fixed;
        top: 86px;
        right: -100%;
        width:300px;
        background: #ffffff;
        flex-direction: column;
        padding:32px;
        box-shadow: -4px 0 21px rgba(0,0,0,0.11);
        transition:right 0.34s;
        height: calc(100vh - 86px);
    }

    .navLinksArea.show {
        right: 0;
    }

    .mobileBurgerTrigger {
        display:flex;
    }

    .featuresGridLayout {
        grid-template-columns:repeat(2, 1fr);
    }

    .pricingCardsGrid {
        grid-template-columns: 1fr;
    }

    .footerColumnsLayout {
        grid-template-columns:repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .mainHeroTitle {
        font-size:37px;
    }

    .dualColumnGrid {
        grid-template-columns:1fr;
        gap: 43px;
    }

    .infoContentBlock {
        padding:0;
    }

    .featuresGridLayout {
        grid-template-columns: 1fr;
    }

    .contactDualGrid {
        grid-template-columns:1fr;
        gap: 47px;
    }

    .footerColumnsLayout {
        grid-template-columns:1fr;
        gap: 38px;
    }
}

@media (max-width: 480px) {
    .mainHeroTitle {
        font-size: 29px;
    }

    .sectionMainHeading,
    .pricingMainHeading,
    .faqMainTitle,
    .contactMainHeading {
        font-size:31px;
    }

    .featuresMainTitle {
        font-size: 33px;
    }

    .ctaButtonsZone {
        flex-direction:column;
    }

    .primaryActionBtn {
        width: 100%;
    }
}.blogArticleZone-ip {
  min-height: 100vh;
       padding  :  120px 0 80px;
   background    :       #f8f9fa;
}

.blogArticleZone-ip .layoutMaxWidth {
    max-width: 900px;

          margin: 0 auto;

  padding: 0 20px;
}

.articleHeaderSection {
    background :   #ffffff;
   padding   :      60px 50px 40px;
    border-radius: 8px 8px 0 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.articleMainTitle {
  font-size: 2.5rem;
    font-weight: 700;
  color: #1a1a1a;
  line-height     :       1.3;
   margin: 0 0 20px;
}

.articleMetaInfo {

	  font-size: 0.95rem;
         color  : #6c757d;
   margin: 0;
    padding-top: 15px;
	border-top   :  2px solid #e9ecef;
     }

.articleContentBody{
  background: #ffffff;
    padding  :       50px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    line-height: 1.8;
}

.articleContentBody p {
  font-size:       1.1rem; 
     color: #333333; 
   margin     :  0 0 25px; 
	text-align: justify;
}

.articleContentBody h2 {
    font-size: 1.8rem;
  font-weight: 600;
  color: #2c3e50;
    margin: 45px 0 20px;
    padding-bottom: 12px;
   border-bottom: 3px solid #3498db;
}

.articleContentBody h3 {
	color: #34495e;
  margin: 35px 0 18px;
   font-weight: 600;
    font-size: 1.4rem;
}

.articleContentBody strong {
   color: #2c3e50;
  font-weight: 600;
}

.articleContentBody ul,
.articleContentBody ol
	{
	margin: 25px 0;
   padding-left    :     30px;
}

.articleContentBody li {
   font-size: 1.1rem;
   color: #333333;
  margin-bottom: 12px;
  line-height :   1.7;
}

.articleContentBody a{
  color: #3498db;
    text-decoration: none;
	border-bottom: 1px solid #3498db;
  transition: all 0.3s ease;
}

.articleContentBody a:hover {

	 color  :      #2980b9; 
	    border-bottom-color: #2980b9;
	}

.articleContentBody blockquote {
	background: #f8f9fa;
	border-left: 4px solid #3498db;
  padding: 20px 30px;
    margin: 30px 0;
    font-style: italic;
	color: #555555;
}

.articleContentBody img {
   max-width: 100%;
   height :   auto;
    border-radius: 6px;
  margin: 30px 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.articleFooterCTA {
  background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    padding: 50px;
   text-align: center;
    border-radius: 0 0 8px 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.articleFooterCTA p    {
   font-size   :    1.3rem;
    color: #ffffff;
    margin: 0 0 25px;
    font-weight: 500;
	
}

.articleFooterCTA .primaryActionBtn     {
  display: inline-block;
  padding     :        16px 40px;
   background: #ffffff;
  color: #3498db;
    font-size     :   1.1rem;
  font-weight: 600;
  text-decoration   :     none;
  border-radius  :     50px;
  transition:   all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.articleFooterCTA .primaryActionBtn:hover {
 background: #f8f9fa;
     transform: translateY(-2px);
     box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}@media screen and (max-width: 768px) {
    .blogArticleZone-ip {
        padding: 100px 0 60px;
    }

    .articleHeaderSection {
        padding: 40px 25px 30px;
        border-radius: 6px 6px 0 0;
    }

    .articleMainTitle {
        font-size: 1.8rem;
    }

    .articleMetaInfo {
        font-size: 0.85rem;
    }

    .articleContentBody {
        padding: 30px 25px;
    }

    .articleContentBody p,
    .articleContentBody li {
        font-size: 1rem;
        text-align: left;
    }

    .articleContentBody h2 {
        font-size: 1.5rem;
        margin: 35px 0 18px;
    }

    .articleContentBody h3 {
        font-size: 1.2rem;
        margin: 28px 0 15px;
    }

    .articleFooterCTA {
        padding: 35px 25px;
        border-radius: 0 0 6px 6px;
    }

    .articleFooterCTA p {
        font-size: 1.1rem;
        margin: 0 0 20px;
    }

    .articleFooterCTA .primaryActionBtn {
        padding: 14px 32px;
        font-size: 1rem;
    }
}

@media screen and (max-width: 480px) {
    .articleMainTitle {
        font-size: 1.5rem;
    }

    .articleContentBody {
        padding: 25px 20px;
    }

    .articleContentBody h2 {
        font-size: 1.3rem;
    }

    .articleContentBody p,
    .articleContentBody li {
        font-size: 0.95rem;
    }

    .articleFooterCTA {
        padding: 30px 20px;
    }

    .articleFooterCTA .primaryActionBtn {
        padding: 12px 28px;
        font-size: 0.95rem;
    }
}

@media print {
    .blogArticleZone-ip {
        padding: 20px 0;
        background: #ffffff;
    }

    .articleHeaderSection,
    .articleContentBody,
    .articleFooterCTA {
        box-shadow: none;
        page-break-inside: avoid;
    }

    .articleFooterCTA {
        display: none;
    }
}.blogHeroSection-ip {

	   padding: 140px 0 80px;
  background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
   text-align: center;

}

.blogHeroTitle {
				 font-size:       3rem;
	 font-weight: 700;
    color: #ffffff;
 margin: 0 0 20px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.blogHeroSubtitle {
   font-size: 1.3rem;
    color: #ffffff;
          margin: 0;
  opacity: 0.95;
	font-weight: 300;
}

.blogListingZone-ip {

	   padding     :       80px 0;
   background: #f8f9fa;
	}

.blogListingZone-ip .layoutMaxWidth {
  max-width   : 1200px;
	margin: 0 auto;
               padding: 0 20px;
}

.blogPostsGrid {
   display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
   gap :       40px;
}

.blogPostCard {
	background: #ffffff;
          border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
   transition: all 0.3s ease;
	 overflow: hidden;
	 display: flex;
    flex-direction: column;
}

.blogPostCard:hover  {
  transform: translateY(-8px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.postCardContent {

    padding: 35px;
   display   :    flex;
    flex-direction: column;
  flex-grow: 1;
	}

.postCategoryLabel {
	display: inline-block;
    padding: 6px 14px;
   background: #e3f2fd;
    color: #1976d2;
    font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
    letter-spacing: 0.5px;
  border-radius: 4px;
                    margin-bottom: 18px;
	align-self: flex-start;
}

.postCardTitle {
    margin: 0 0 18px;
  line-height   :       1.4;
   font-weight:    600;
  font-size: 1.5rem;
}


.postCardTitle a {
     color :  #1a1a1a;
            text-decoration: none;
   	transition: color 0.3s ease;
	


}

.postCardTitle a:hover {
   color: #3498db;
}

.postCardExcerpt  {
  font-size: 1rem;
   color: #555555;
  line-height: 1.7;
  margin: 0 0 20px;
          flex-grow: 1;
}

.postCardMeta 
 {
    display: flex;
   align-items: center;
    font-size: 0.875rem;
    color:   #888888;
   margin-bottom: 20px;
  padding-top: 15px;
  border-top: 1px solid #e9ecef;
}

.postMetaDate,
.postMetaReadTime {
   color: #888888;
}

.postMetaSeparator

{
    margin: 0 10px;
   color: #cccccc;
}

.postReadMoreLink  
  {
    display: inline-block;
          color: #3498db;
   font-weight: 600;
	 font-size  :      1rem;
    text-decoration: none;
   transition: all 0.3s ease;
    align-self   : flex-start;
}

.postReadMoreLink:hover {
   color: #2980b9;
  transform: translateX(5px);
}

.blogCtaSection-ip {
	 padding: 80px 0;
  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
}

.ctaContentBox {
   text-align: center;
	max-width :  700px;
  margin: 0 auto; 

}

.ctaHeadingText {
    font-size: 2.2rem;
   font-weight: 700;
               color: #ffffff;
  margin: 0 0 20px;
}

.ctaDescriptionText  {

	   font-size  :     1.2rem;
  color: #ecf0f1;
    margin: 0 0 35px;
  line-height: 1.6;


}

.ctaContentBox .primaryActionBtn {
         display: inline-block;
  padding: 16px 40px;
  background: #3498db;
   color: #ffffff;
	 font-size    :1.1rem;
                    font-weight: 600;
     text-decoration: none;
		 border-radius: 50px;
    transition   :all 0.3s ease;
  box-shadow: 0 4px 15px rgba(52, 152, 219, 0.3);
}

.ctaContentBox .primaryActionBtn:hover {
	background: #2980b9;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(52, 152, 219, 0.4); 

}@media screen and (max-width: 1024px) {
    .blogPostsGrid {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
        gap: 30px;
    }
}

@media screen and (max-width: 768px) {
    .blogHeroSection-ip {
        padding: 120px 0 60px;
    }

    .blogHeroTitle {
        font-size: 2.2rem;
    }

    .blogHeroSubtitle {
        font-size: 1.1rem;
    }

    .blogListingZone-ip {
        padding: 60px 0;
    }

    .blogPostsGrid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .postCardContent {
        padding: 28px;
    }

    .postCardTitle {
        font-size: 1.3rem;
    }

    .postCardExcerpt {
        font-size: 0.95rem;
    }

    .blogCtaSection-ip {
        padding: 60px 0;
    }

    .ctaHeadingText {
        font-size: 1.8rem;
    }

    .ctaDescriptionText {
        font-size: 1.05rem;
    }

    .ctaContentBox .primaryActionBtn {
        padding: 14px 32px;
        font-size: 1rem;
    }
}

@media screen and (max-width: 480px) {
    .blogHeroSection-ip {
        padding: 100px 0 50px;
    }

    .blogHeroTitle {
        font-size: 1.8rem;
    }

    .blogHeroSubtitle {
        font-size: 1rem;
        padding: 0 10px;
    }

    .blogListingZone-ip {
        padding: 50px 0;
    }

    .postCardContent {
        padding: 24px;
    }

    .postCardTitle {
        font-size: 1.2rem;
    }

    .postCardExcerpt {
        font-size: 0.9rem;
    }

    .postCardMeta {
        font-size: 0.8rem;
        flex-wrap: wrap;
    }

    .blogCtaSection-ip {
        padding: 50px 0;
    }

    .ctaHeadingText {
        font-size: 1.5rem;
    }

    .ctaDescriptionText {
        font-size: 1rem;
    }

    .ctaContentBox .primaryActionBtn {
        padding: 12px 28px;
        font-size: 0.95rem;
    }
}

@media (hover: hover) {
    .blogPostCard {
        cursor: pointer;
    }

    .blogPostCard:hover .postCardTitle a {
        color: #3498db;
    }

    .blogPostCard:hover .postReadMoreLink {
        color: #2980b9;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}.blogPostCard {
  animation: fadeInUp 0.6s ease-out;
  animation-fill-mode: both;
}

.blogPostCard:nth-child(1) {
         animation-delay: 0.1s;

}

.blogPostCard:nth-child(2)     {
   animation-delay: 0.2s;
}

.blogPostCard:nth-child(3) {
     animation-delay: 0.3s;


}

.blogPostCard:nth-child(4) {
   animation-delay: 0.4s;
}

.blogPostCard:nth-child(5) {
  animation-delay: 0.5s;
}@media print {
    .blogHeroSection-ip,
    .blogCtaSection-ip {
        background: #ffffff;
        color: #000000;
    }

    .blogPostCard {
        box-shadow: none;
        border: 1px solid #cccccc;
        page-break-inside: avoid;
    }
}.blogEmptyStateZone-ip {
    padding     :  100px 0 120px;
   background     :      #f8f9fa;
    min-height: 60vh;
	display: flex;
	 align-items   :       center;
}

.blogEmptyStateZone-ip .layoutMaxWidth {
   max-width: 800px;
  margin: 0 auto;
    padding: 0 20px;
}

.emptyStateContainer {
  text-align: center;
		 background: #ffffff;
	padding: 70px 50px;
  border-radius    : 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.emptyStateIcon {
  margin :  0 auto 35px;
  display: flex;
  justify-content :       center;
    align-items: center;
}

.emptyStateIcon svg

{
      opacity: 0.5;
    animation     :     floatIcon 3s ease-in-out infinite;
}@keyframes floatIcon {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
}.emptyStateTitle

{
			font-size: 2rem;
  font-weight: 700;
   color: #2c3e50;
     margin: 0 0 25px;
        line-height: 1.3;
}

.emptyStateDescription {


  font-size   :1.15rem;
  color: #555555;
  line-height: 1.8;
  margin: 0 0 20px;
    max-width: 600px;
    margin-left: auto;
  margin-right: auto;
	}

.emptyStateSubtext {
    font-size: 1rem;
     color: #777777;
   line-height: 1.7;
     margin: 0 0 40px;
      max-width  :      550px;
                    margin-left   :    auto;
  margin-right:       auto;
  font-style: italic;
}

.emptyStateActions {

	   display: flex;
    gap: 20px;
    justify-content: center;
         align-items: center;
	 flex-wrap: wrap;}

.emptyStatePrimaryBtn {
       display: inline-block;
          padding:   15px 35px;
    background: #3498db;
  color: #ffffff;
 font-size: 1.05rem;
  font-weight: 600;
   text-decoration: none;
    border-radius: 50px;
          transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(52, 152, 219, 0.3);
	}

.emptyStatePrimaryBtn:hover {
  background: #2980b9; 
	  transform: translateY(-2px); 
	  box-shadow: 0 6px 20px rgba(52, 152, 219, 0.4);
} 

.emptyStateSecondaryBtn {
  display :       inline-block;
               padding: 15px 35px;
         background: transparent;
	color: #3498db;
  font-size: 1.05rem;
  font-weight: 600;
    text-decoration: none;
   border: 2px solid #3498db;
   border-radius   :   50px;
         transition: all 0.3s ease;

}

.emptyStateSecondaryBtn:hover {

    background: #3498db;
  color: #ffffff;
  transform: translateY(-2px);

}
@media screen and (max-width: 768px) {
    .blogEmptyStateZone-ip {
        padding: 80px 0 100px;
        min-height: 50vh;
    }

    .emptyStateContainer {
        padding: 50px 35px;
        border-radius: 12px;
    }

    .emptyStateIcon svg {
        width: 100px;
        height: 100px;
    }

    .emptyStateTitle {
        font-size: 1.7rem;
    }

    .emptyStateDescription {
        font-size: 1.05rem;
    }

    .emptyStateSubtext {
        font-size: 0.95rem;
    }

    .emptyStateActions {
        flex-direction: column;
        gap: 15px;
    }

    .emptyStatePrimaryBtn,
    .emptyStateSecondaryBtn {
        width: 100%;
        max-width: 300px;
        padding: 14px 30px;
        font-size: 1rem;
    }
}

@media screen and (max-width: 480px) {
    .blogEmptyStateZone-ip {
        padding: 60px 0 80px;
    }

    .emptyStateContainer {
        padding: 40px 25px;
        border-radius: 10px;
    }

    .emptyStateIcon {
        margin: 0 auto 25px;
    }

    .emptyStateIcon svg {
        width: 80px;
        height: 80px;
    }

    .emptyStateTitle {
        font-size: 1.4rem;
        margin: 0 0 20px;
    }

    .emptyStateDescription {
        font-size: 0.95rem;
        margin: 0 0 15px;
    }

    .emptyStateSubtext {
        font-size: 0.9rem;
        margin: 0 0 30px;
    }

    .emptyStatePrimaryBtn,
    .emptyStateSecondaryBtn {
        padding: 12px 25px;
        font-size: 0.95rem;
    }
}

@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.95);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}.emptyStateContainer {


  animation :   fadeInScale 0.6s ease-out;
	}

.emptyStateIcon svg {
  role: img;
  aria-label: "Brak artykułów";
}@media print {
    .blogEmptyStateZone-ip {
        background: #ffffff;
    }

    .emptyStateContainer {
        box-shadow: none;
        border: 1px solid #cccccc;
    }

    .emptyStateActions {
        display: none;
    }
}.servicesPreviewBlock-idx {
 padding: 91px 0;
       background    :        #ffffff;
	
}

.sectionIntroCenter {

  text-align: center;
     max-width: 840px;
       margin: 0 auto 54px;
}

.servicesPreviewHeading {
    font-size: 39px;
    font-weight: 700;
   color: #1a202c;
	 margin-bottom: 16px;
}  

.servicesPreviewDesc {
    font-size: 17px;
    color    :        #4a5568;
    line-height   :     1.74;
}

.servicesPreviewGrid {
    display    :       grid;
  grid-template-columns: repeat(4, 1fr);
    gap: 28px;
    margin-bottom:   47px;
}

.servicePreviewCard {


    background: #f7fafc;
	padding  :       33px 26px;
	border-radius:   9px;
  border: 2px solid #e2e8f0;
   transition: all 0.29s;
	}

.servicePreviewCard:hover  
  {

	  border-color: #2b6cb0;
  transform: translateY(-5px);
  box-shadow: 0 11px 28px rgba(43,108,176,0.16);


}

.servicePreviewIcon 
 {
   width: 64px;
    height: 64px;
  background: linear-gradient(135deg, #2b6cb0 0%, #4299e1 100%);
   border-radius: 50%;
        display: flex;
    align-items: center;
   justify-content: center;
  margin-bottom :       21px;
}

.servicePreviewSvg {
   width: 31px;
  height: 31px;
   stroke :  #ffffff;
  fill: none;
  stroke-width    :       2.3; 

}

.servicePreviewTitle  {
    font-size: 19px;
  font-weight: 700;
  color: #1a202c;
    margin-bottom: 13px;
}

.servicePreviewText {
	  font-size: 14px;
  color: #4a5568;
   line-height: 1.67;
   margin-bottom: 17px;

}

.servicePreviewList {
  list-style     :       none;

   padding: 0;

	margin: 0;
}

.servicePreviewList li {
    margin-bottom: 7px;
   font-size: 13px;
   padding-left: 17px;
	font-weight :600;
   color: #2b6cb0;
  position: relative;
}

.servicePreviewList li:before {

	  content: "✓";
	   position: absolute;
	   left: 0;
	   font-weight     :700;
}

.sectionCtaCenter {
  text-align: center;
}

.sectionViewAllBtn   {

	   display: inline-block;

	    padding: 15px 47px;

	  background: #2b6cb0;

	    color:       #ffffff;

	    border-radius: 29px;

	  font-size: 16px;

	  font-weight  :     600;

	   transition  :  all 0.28s;
}

.sectionViewAllBtn:hover     {
  background: #1e4a7a;
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(43,108,176,0.34);
     }

.resourcesPreviewBlock-idx {
     padding: 87px 0;
  background: #f9fafb; 
	
     }

.resourcesPreviewHeading {
  font-size: 39px;
  font-weight: 700;
   color: #1a202c;
   margin-bottom: 16px;
}

.resourcesPreviewDesc {
       font-size: 17px;
    color: #4a5568;
  line-height: 1.74;
}

.resourcesCategoriesPreview {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
   gap: 27px;
    margin-bottom: 47px;


}

.resourceCategoryBox {
   background: #ffffff;
  padding: 31px 24px;
  border-radius: 9px;
   border: 2px solid #e2e8f0;
    text-align: center;
  transition: all 0.29s;
}

.resourceCategoryBox:hover {
	 border-color: #2b6cb0;
  transform: translateY(-5px);
  box-shadow: 0 11px 28px rgba(43,108,176,0.16); 
	
}



.highlighted-resource {
  background: linear-gradient(135deg, #ebf8ff 0%, #ffffff 100%);
  border-color: #2b6cb0;
}

.categoryIconBadge {


  width: 62px;
   height: 62px;
  background :      #ebf8ff;
               border-radius: 50%;
  display: flex;
  align-items: center;
   justify-content  :        center;
    margin  : 0 auto 19px;


}

.categoryIconSvg {
	width: 29px;

	    height: 29px;

	   stroke: #2b6cb0;

	   fill: none;

	  stroke-width: 2.2;
}

.categoryBoxTitle {
    font-size    :      19px;
      font-weight: 700;
    color: #1a202c;
	margin-bottom: 11px;
}



.categoryBoxDesc {
     font-size: 14px;
   color: #4a5568;
     line-height: 1.66;
    margin-bottom: 16px;


	}

.categoryStatsLine {
       font-size: 13px;

  color: #2b6cb0;

  font-weight: 600;
}

.statNumber {
  font-size: 16px;
    font-weight: 800;
}

.pricingPreviewBlock-idx {
    padding: 89px 0;
   background: #ffffff;
}

.labelAboveHeading {
   display     :block; 
	  font-size: 13px; 
	    font-weight: 700; 
	   color: #2b6cb0; 
	   text-transform: uppercase; 
	   letter-spacing     :    2.1px; 
	  margin-bottom: 11px; 
	
}

.pricingPreviewHeading {
  font-weight: 700;
		font-size: 39px;
  margin-bottom   :       16px;
  color: #1a202c;
}

.pricingPreviewDesc {
   font-size     : 17px;
   color: #4a5568;
  line-height: 1.74;

     }

.pricingCompactGrid {
    margin-bottom  :     47px;
       display: grid;
  grid-template-columns: repeat(3, 1fr);
       gap: 31px;
}

.pricingCompactCard {
   background: #f7fafc;
    border: 2px solid #e2e8f0;
        border-radius: 11px;
   padding: 36px 29px;
  transition: all 0.29s;
    position: relative;
}

.pricingCompactCard:hover {
     border-color    :     #2b6cb0;
  transform: translateY(-5px);
  box-shadow: 0 11px 28px rgba(43,108,176,0.16);}

.featured-compact {
	 border-color: #2b6cb0;
	background: #ffffff;
}

.compactPopularTag     {
     position: absolute;
    top: -13px;
	 left: 50%;
  transform: translateX(-50%);
  background: #2b6cb0;
   color: #ffffff;
   padding  :        5px 17px;
  border-radius: 17px;
   font-size:  12px;
   font-weight: 700;
}

.compactPlanHeader {
   text-align: center;
   margin-bottom: 26px;
    padding-bottom: 21px;
   border-bottom: 2px solid #e2e8f0;
}

.compactPlanName {
    font-size: 23px;
   font-weight: 700;
   color: #1a202c;
  margin-bottom: 14px;

}

.compactPriceDisplay {
     display: flex;
   align-items: baseline;
               justify-content: center;
  gap    :     6px;


}

.compactCurrency  
  {
    font-size: 15px;
    color: #4a5568;
     font-weight: 600;
}

.compactAmount {
   font-size :43px;
	 font-weight: 800;
   color: #2b6cb0;
}

.compactPeriod


{
       font-size: 14px;
   color: #4a5568;
}

.compactFeaturesList		{
	    list-style: none;
  padding: 0;
       margin: 0 0 19px 0;
}

.compactFeaturesList li{
    padding: 9px 0;
	 border-bottom: 1px solid #e2e8f0;
    font-size: 14px;
  color: #4a5568;
}

.compactForWho {
     font-size:13px;
    color: #718096;
   font-style :      italic;
  text-align: center;
   margin: 0;

}

.caseStudiesPreviewBlock-idx {
   padding: 87px 0;
  background: #f9fafb;
}

.casesPreviewHeading {
    font-size: 39px;
  font-weight  :     700;
                    color: #1a202c;
       margin-bottom: 16px;
}

.casesPreviewDesc


{


  font-size: 17px;
         color: #4a5568;
	line-height: 1.74;
	
	}

.overallStatsBar {
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 54px;
    gap: 26px;
    display: grid;
}

.overallStatItem {
    background     : #ffffff;
  -webkit-border-radius   :     8px;
   -moz-border-radius: 8px;
  padding: 27px 21px;
    border-radius: 8px;
    text-align: center;
    border: 2px solid #e2e8f0;
} 

.overallStatNumber		{
       font-size: 37px;
    font-weight: 800;
  color: #2b6cb0;
  margin-bottom: 9px;
}

.overallStatLabel {
   font-size: 14px;
          color     :      #4a5568;
   margin  :     0;
}

.casesPreviewGrid {
   display: grid;
  grid-template-columns: repeat(3, 1fr);
   gap: 29px;
   margin-bottom: 47px;
}

.casePreviewCard {
    background: #ffffff;
  padding: 33px 28px;
      border-radius: 9px;
   border    :       2px solid #e2e8f0;
    transition: all 0.29s;


}

.casePreviewCard:hover {
          border-color   :       #2b6cb0;
  transform: translateY(-5px);
  box-shadow: 0 11px 28px rgba(43,108,176,0.16);
}

.caseIndustryTag {
  display: inline-block;
         padding: 5px 15px;
  background: linear-gradient(135deg, #2b6cb0 0%, #4299e1 100%);
    color: #ffffff;
   border-radius: 17px;
	font-size: 12px;
  font-weight: 700;
    margin-bottom: 16px;
}

.casePreviewTitle {
  font-weight     :        700; 
	    font-size: 20px; 
	    margin-bottom: 11px; 
	   color: #1a202c;
}

.casePreviewChallenge {
  font-style: italic;
    font-size: 13px;
    color   :     #718096;
    margin-bottom: 19px;
	
}

.caseResultsHighlight {

  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 13px;
   margin-bottom: 17px;
}

.resultMetricCompact {
   background: #f7fafc;
    padding: 14px 9px;
          border-radius: 6px;
	text-align: center;
}

.metricValueCompact {
    display: block;
	  font-size:22px;
	  font-weight: 800;
	  color: #2f855a;
	         margin-bottom: 4px;
}

.metricLabelCompact {
  display   :    block;
   font-size: 11px;
   color: #4a5568;
  font-weight: 600;
}

.casePeriodLine {
   font-size: 12px;
   color: #2b6cb0;
  font-weight: 600;
   text-align: center;
  margin: 0;
}@media (max-width: 1024px) {
    .servicesPreviewGrid {
        grid-template-columns:repeat(2, 1fr);
    }

    .resourcesCategoriesPreview {
        grid-template-columns:repeat(2, 1fr);
    }

    .overallStatsBar {
        grid-template-columns:repeat(2, 1fr);
    }

    .casesPreviewGrid {
        grid-template-columns:repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .servicesPreviewGrid,
    .resourcesCategoriesPreview,
    .pricingCompactGrid,
    .overallStatsBar,
    .casesPreviewGrid {
        grid-template-columns:1fr;
    }

    .servicesPreviewHeading,
    .resourcesPreviewHeading,
    .pricingPreviewHeading,
    .casesPreviewHeading {
        font-size: 31px;
    }

    .featured-compact {
        order: -1;
    }
}

@media (max-width: 480px) {
    .servicesPreviewHeading,
    .resourcesPreviewHeading,
    .pricingPreviewHeading,
    .casesPreviewHeading {
        font-size: 27px;
    }

    .servicePreviewCard,
    .resourceCategoryBox,
    .pricingCompactCard,
    .casePreviewCard {
        padding:26px 21px;
    }
}



.imprintDataBlock {
  margin-top: 24px;
     padding-top:   19px;
  border-top: 1px solid #2d3748;
}

.imprint_line {
  font-size: 13px;
    color  :   #718096;
  margin-bottom:  7px;
    line-height: 1.52;
}

.imprint_line:last-child {
   margin-bottom: 0;
}

.footerContactItem a {
  color: #cbd5e0;
   transition: color 0.26s;
}

.footerContactItem a:hover {
    color: #4299e1;
}




/* ADD THIS TO YOUR lists.css FILE - AFTER .featuresDisplayZone-ip SECTION */

.goalsYearZone-ip {
  background: #f7fafc;
    padding: 87px 0;
}

.goalsSectionBlock {
     max-width :   820px;
  margin: 0 auto;
    text-align: center;
}

.goalsSubtitleText {
   font-size: 19px;
  color: #4a5568;
    margin-bottom: 34px;
      line-height: 1.67;
   font-weight: 500;
}

.goalsTextContent {
  margin-bottom  :   43px;
}

.goalsDescriptionPara
{
    font-size   :    17px;
  color: #4a5568;
  line-height: 1.84;
    text-align   :      left;
  margin-bottom  :     0;
}

.goalsActionZone
  {
   margin-top: 39px;
  text-align   :      center;
}










.contentPageZone-ip {
  padding: 87px 0;
    background: #ffffff;
}

.pageContentBlock {
   max-width: 870px;
  margin: 0  auto;
}

.pageMainTitle {
    font-size  :  44px;
  font-weight: 700;
   color: #1a202c;
  margin-bottom    :    53px;
    line-height: 1.28;
}

.contentTextSection {
   margin-top: 0;
}

.contentSubheading
{
    font-size: 29px;
  font-weight: 600;
    color: #2d3748;
  margin-top   :   47px;
   margin-bottom: 24px;
}

.contentParagraph {
   font-size: 17px;
    color :    #4a5568;
  line-height: 1.82;
   margin-bottom: 29px;
}

.contentClosingBlock {
  margin-top: 54px;
    padding-top  :    38px;
  border-top: 1px solid #e2e8f0;
}

/* Imprint page specific */

.imprintContentBlock {
   margin-top  :  0;
}

.imprintDataRow {
  display: flex;
   margin-bottom: 18px;
    gap   :   14px;
}

.imprintLabel {
    font-weight: 600;
  color: #2d3748;
   min-width: 180px;
    font-size  :   16px;
}

.imprintValue
{
  color: #4a5568;
    font-size: 16px;
}

.imprintNote {
  margin-top   :    44px;
   padding: 24px;
  background: #f7fafc;
    border-left :    4px solid #2b6cb0;
}

.imprintNote .contentParagraph {
   margin-bottom: 0;
    font-size: 15px;
}