* {
  margin: 0;
   padding: 0;
 box-sizing: border-box;
}

html  {
  font-size   :     16px;
    scroll-behavior: smooth;
}

body
	{
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height    :    1.75;
   color: #2c3e50;
   background: #ffffff;
    overflow-x     :     hidden;
}

img {

  max-width: 100%;
  height: auto;
   display: block;


}

a {
    text-decoration: none;
  color: inherit;
    transition: all 0.28s ease;
}

button {
   border: none;
    font-family: inherit;
    background  :     none;
	 cursor: pointer;
}

.layout-frame-wide {
   max-width: 1240px;
    margin: 0 auto;
  padding: 0 27px;
}

.layout-frame-narrow {


  max-width: 920px;
      margin     :       0 auto;
  padding: 0 27px;}

.display-row-split {
    display: flex;
   align-items    :   center;
        gap: 54px;
}

.content-col-left,
.content-col-right {


    flex: 1;

}

.top-nav-strip {
  position   :  sticky;
   top: 0;
	 background: #ffffff;
  box-shadow: 0 2px 17px rgba(0,0,0,0.07);
  z-index: 1000;
		padding: 17px 0;
}

.nav-inner-frame {
    max-width: 1240px;
       margin: 0 auto;
      padding: 0 27px;
     justify-content: space-between;
       align-items: center;
      display: flex;
}

.brand-zone .logo-link-wm {
 display: block;
}

.brand-img-47 {
  height: 62px;
   width: auto;
}

.link-cluster-main {
    display: flex;
    gap: 38px;
	 align-items:  center;
}

.nav-link-item
{
       font-size     :       16px;
   font-weight: 500;
   color: #2c3e50;
    padding: 8px 0;
	position  :      relative;
}

.nav-link-item::after {
  content: '';
   position: absolute;
   bottom     :    0;
   left: 0;
  width: 0;
   height: 2px;
			background: #3498db;
   transition: width 0.28s ease;
}

.nav-link-item:hover::after,
.nav-link-item.active-wm::after {
   width: 100%;
}



.nav-link-item.active-wm {
   color: #3498db;
}

.mobile-trigger-wm

{
    display: none;
    flex-direction: column;
    cursor: pointer;
   padding: 8px;
  gap: 5px;
}

.burger-line {


      width: 26px;
    height: 3px;
  background: #2c3e50;
   transition: all 0.28s ease;}

.hero-banner-rg {
         padding: 97px 0 104px;
  background: linear-gradient(135deg, #f5f7fa 0%, #e8ecf1 100%);
}

.banner-text-zone {
    max-width: 580px;
}

.pre-heading-label {
  color: #3498db;
    margin-bottom: 18px;
  display: inline-block;
    letter-spacing: 1.3px;
  font-weight: 600;
   font-size: 14px;
  text-transform: uppercase;
}

.main-heading-large 
 {
	font-size     :     54px;
     font-weight: 800;
      line-height: 1.17;
      color   : #1a252f;
          margin-bottom: 24px;
}

.desc-text-primary {
   font-size: 18px;
	 line-height: 1.73;
  color: #5a6c7d;
   margin-bottom: 38px;
}

.action-cluster-wm {
   display   :    flex;
   gap: 18px;
   align-items: center;
}

.primary-action-btn {


  display   :     inline-block;
	padding: 15px 34px;
   background: #3498db;
   color: #ffffff;
   font-size: 16px;
 font-weight:    600;
   border-radius: 7px;
    transition: all 0.28s ease;
	}



.primary-action-btn:hover {
  background    :        #2980b9;
  transform: translateY(-2px);
  box-shadow: 0 8px 23px rgba(52,152,219,0.31);
}

.visual-display-zone {
	  position :       relative;
     }

.hero-visual-img {
    width: 100%;
    border-radius: 12px;
  box-shadow: 0 17px 54px rgba(0,0,0,0.14);
}

.services-display-area {

    padding: 97px 0;
     }

.section-intro-block{


   text-align     :    center;
    max-width: 720px;
    margin: 0 auto 64px;

}

.section-heading-wm  {
  font-size: 42px;
               color: #1a252f;
   font-weight: 700;
    margin-bottom: 17px;
}

.section-subtext {
    font-size: 18px;
  color: #5a6c7d;
    line-height: 1.67;
}

.service-grid-layout {
   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 34px;
}

.service-tile-unit  {
   padding   :        38px 29px;
	-o-transition: all 0.31s ease;
  background: #ffffff;
   border: 1px solid #e8ecf1;
  -moz-transition: all 0.31s ease;
    border-radius: 11px;
    -webkit-border-radius: 11px;
    -moz-border-radius  :        11px;
	-webkit-transition: all 0.31s ease;
   transition: all 0.31s ease;
}

.service-tile-unit:hover {
  box-shadow: 0 12px 38px rgba(0,0,0,0.09);
  transform: translateY(-4px);
   border-color     :   #3498db;
}

.icon-display-wrap {
    width: 67px;
  height: 67px;
  margin-bottom: 24px;
}

.service-icon-wm

{
  width: 100%;
   height: 100%;
    stroke: #3498db;
  fill: none;
  stroke-width   :  1.5;
   stroke-linecap: round;
    stroke-linejoin: round;
}

.service-title-txt {
	font-size: 23px;
   font-weight: 700;
  color: #1a252f;
  margin-bottom: 14px;
}

.service-desc-text {
  font-size: 16px;
  line-height: 1.71;
   color  :     #5a6c7d;
    margin-bottom: 19px;
} 

.service-link-arrow	{
    display :     inline-flex;
         align-items: center;
  gap: 8px;
   font-size: 15px;
    font-weight  :       600;
   color: #3498db;
}

.service-link-arrow::after {

	  content: '→';
  transition: transform 0.28s ease;}  

.service-link-arrow:hover::after {
  transform: translateX(4px);
}

.approach-display-zone	{
   padding: 87px 0;
        background: #f8f9fb;
}

.split-content-layout  {
    display: flex;
   align-items: center;
		 gap: 64px;
}

.content-segment-left,
.content-segment-right {


  flex: 1;


}

.approach-visual-img,
.resource-visual-img {
   width: 100%;
    border-radius: 12px;
  box-shadow: 0 17px 54px rgba(0,0,0,0.11); 
	
}

.label-tag-wm {
    display: inline-block;
  padding    :    7px 16px;
    background :    #e3f2fd;
     color: #1976d2;
   font-size: 13px;
          font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.1px;
    border-radius: 19px;
	margin-bottom     :       18px;
}

.content-heading-major {
  font-size  :      38px;
  font-weight: 700;
   color: #1a252f;
   margin-bottom: 22px;
   line-height: 1.27;
}

.content-para-text {

	  font-size: 17px;
               line-height: 1.79;
   color: #5a6c7d;
	margin-bottom:19px;}

.feature-checklist-wm    {
  margin-top: 34px;
}

.check-item-row {
  display: flex;
  align-items: flex-start;
   gap: 14px;
    margin-bottom: 17px;
	
}

.check-icon-wm {
  width: 22px;
 height: 22px;
  stroke: #27ae60;
  fill: none;
                    stroke-width: 2;
    flex-shrink   :  0;
   margin-top:       3px;
     }

.results-testimony-area {
               padding: 97px 0;


}

.testimony-grid-layout {
  display   :       grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap   : 34px;
}

.testimony-card-unit {

  padding: 34px 29px;
   background     :#ffffff;
  border-radius: 11px;
  box-shadow: 0 4px 23px rgba(0,0,0,0.07);
  transition: all 0.31s ease;


}

.testimony-card-unit:hover {
  box-shadow: 0 12px 43px rgba(0,0,0,0.13);
  transform: translateY(-3px); 
	
}

.quote-heading-txt {
	    font-size: 21px;
                    font-weight: 700;
   color: #1a252f;
	margin-bottom: 17px;
     }

.quote-body-text {
  font-size: 16px;
  line-height: 1.73;
    color: #5a6c7d;
	margin-bottom: 24px;
  font-style: italic;


}

.attribution-line {
  display: flex;
  flex-direction: column;
   gap: 4px;
}

.client-name-txt{
   font-size: 16px;

	    font-weight: 700;

	    color: #1a252f;
}

.client-role-txt {
	font-size: 14px;
    color: #7f8c9a;
}

.case-showcase-zone {


  padding: 87px 0;
   background:  #f8f9fb;
}

.case-grid-display {
    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 34px;
}

.case-card-block {
   background  : #ffffff;
  border-radius    :11px;
   overflow: hidden;
  box-shadow: 0 4px 23px rgba(0,0,0,0.07);
  transition     :      all 0.31s ease;
}

.case-card-block:hover {
  box-shadow: 0 12px 43px rgba(0,0,0,0.13);
  transform: translateY(-3px);
}

.case-img-wrapper 
 {
	 height    :        240px;
    overflow: hidden;
}

.case-visual-img {
   width: 100%;
   height: 100%;
               object-fit     : cover;
  transition     :      transform 0.41s ease;


}

.case-card-block:hover .case-visual-img {
  transform: scale(1.07);
	
}

.case-text-content
	{
  padding: 29px 24px;
}

.case-category-label {
  display: inline-block;
        padding: 5px 13px;
    background: #e8f5e9;
       color: #2e7d32;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.9px;
   border-radius: 14px;
  margin-bottom :       14px;
}

.case-title-heading {

	   font-size: 22px;
   font-weight   :        700;
      color: #1a252f;
   margin-bottom   :13px;
   line-height: 1.34;
}

.case-excerpt-text {
  font-size: 15px;
    line-height: 1.67;
   color: #5a6c7d;
    margin-bottom: 17px;
}

.case-read-link {
    display     :    inline-flex;
   align-items: center;
    gap: 7px;
    font-size: 15px;
   font-weight: 600;
   color: #3498db;
}

.case-read-link::after {
  content: '→';
    transition: transform 0.28s ease;
}



.case-read-link:hover::after {
  transform: translateX(4px); 
	
}

.resource-library-area {
               padding: 97px 0;
}

.resource-benefit-lineup {
   list-style: none;
   margin-top: 34px;
   margin-bottom:  38px;
}

.benefit-item-wm {
         display :  flex;
   align-items: flex-start;
   gap: 19px;
  margin-bottom: 27px;
  padding: 19px;
    background    : #f8f9fb;
    border-radius    :     9px;
   transition: all 0.28s ease;
}

.benefit-item-wm:hover    {

   background:#e8ecf1;


     }

.benefit-icon-wm {
   width: 38px;
  height: 38px;
   stroke: #3498db;
  fill: none;
  stroke-width  :1.5;
  flex-shrink   :       0;
}

.benefit-item-wm strong	{
		display: block; 
	    font-size: 17px; 
	               font-weight: 700; 
	    color: #1a252f; 
	   margin-bottom    :  7px;


}

.benefit-item-wm p {
   margin: 0;
  color: #5a6c7d;
                    line-height: 1.64;
    font-size: 15px;
}

.secondary-action-btn		{
   display: inline-block;
  padding: 14px 32px;
       background: transparent;
    color: #3498db;
  font-size     :  16px;
  font-weight: 600;
               border: 2px solid #3498db;
  border-radius: 7px;
    transition: all 0.28s ease;
}

.secondary-action-btn:hover 
 {
   background: #3498db;
    color: #ffffff;
  transform: translateY(-2px);
}

.faq-display-zone {
      padding: 87px 0;
}

.faq-accordion-list {
 max-width: 820px;
    margin:       0 auto;
} 

.faq-item-block {
            margin-bottom: 17px;
	        border: 1px solid #e8ecf1;
	    border-radius: 9px;
	   overflow: hidden;
	  background: #ffffff;}

.faq-question-btn {
    width: 100%; 
  display    :    flex; 
   align-items: center; 
        justify-content: space-between; 
  padding: 22px 27px; 
	 text-align: left; 
  font-size    :18px; 
   font-weight: 600; 
  color: #1a252f; 
    background: #ffffff; 
  transition: all 0.28s ease; 
   cursor:       pointer;
}

.faq-question-btn:hover {
  background: #f8f9fb;
}

.faq-toggle-icon {
					width: 20px;
  height: 20px;
                    stroke: #5a6c7d;
   fill: none;
	stroke-width    :  2;
  transition     :      transform 0.28s ease;
  flex-shrink: 0;
}



.faq-item-block.active-faq .faq-toggle-icon {
	  transform: rotate(180deg);}

.faq-answer-content {


   max-height: 0;
   overflow: hidden;
  transition: max-height 0.38s ease;
}

.faq-answer-content p  
  {
  padding: 0 27px 27px 27px;
  font-size: 16px;
   line-height: 1.73;
  color: #5a6c7d;
  margin: 0;
}

.faq-item-block.active-faq .faq-answer-content {
          max-height: 500px;
}

.cta-banner-zone {
    padding: 84px 0;
  background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
}


.cta-content-centered {
  text-align: center;
    max-width   :780px;
    margin: 0 auto;
}

.cta-heading-large		{
    color   :    #ffffff;
   margin-bottom: 19px;
	 line-height: 1.23;
  font-size: 44px;
   font-weight: 800;
}

.cta-subtext-desc {
    font-size:   19px;
  color: rgba(255,255,255,0.91);
	margin-bottom: 38px;
  line-height: 1.64;
}

.cta-action-cluster {
  display: flex;

	  gap: 17px;

	    justify-content: center;

		 flex-wrap: wrap;
     }

.secondary-action-outline {
      transition: all 0.28s ease;
	font-weight: 600;
  font-size: 16px;
  color: #ffffff;
	display: inline-block;
   border-radius: 7px;
  background: transparent;
   border: 2px solid #ffffff;
    padding: 14px 32px;
     }

.secondary-action-outline:hover {
   background: #ffffff;
        color: #3498db;
}

.bottom-info-zone {
	 background: #1a252f;
   padding   :       67px 0 27px;
}

.footer-grid-layout {
    gap  :     44px;
       display: grid;
     margin-bottom: 54px;
      grid-template-columns: 2fr 1fr 1fr 1.5fr;
}

.footer-brand-img {
  height: 38px;
    width: auto;
   margin-bottom: 22px;
}

.footer-about-text {
  font-size: 15px; 
	    line-height: 1.71; 
		 color: #8a96a3; 
	  margin-bottom: 27px;
}


.social-links-cluster {
   display: flex;
  gap: 14px;
}

.social-link-item {
  width: 38px;
   height: 38px;
	 display: flex;
    align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.08);
	border-radius   :        50%;
        transition: all 0.28s ease;
}

.social-link-item:hover {
  background: #3498db;
  transform: translateY(-3px);
}

.social-link-item img	{
  width: 19px;
    stroke-width     :  1.5;
   stroke: #ffffff;
    height: 19px;
  fill: none;
}

.footer-heading-txt {
	font-size: 18px;
 font-weight: 700;
    color: #ffffff;
   margin-bottom: 22px;
}

.footer-link-list {


  list-style: none;
}

.footer-link-list li {


         margin-bottom: 12px;
     }

.footer-link-list a {
   font-size: 15px;
    color: #8a96a3;
	transition: all 0.28s ease;
}

.footer-link-list a:hover {
    color: #3498db;
    padding-left: 4px;
}

.contact-info-list {
  list-style: none;
}

.contact-item-wm {
    display: flex;
  align-items: flex-start;
    gap: 12px;
  margin-bottom     :   17px;
  font-size: 15px;
   color: #8a96a3;
    line-height     :     1.64;
	}

.contact-icon-wm {
   width: 19px;
   height: 19px;
	 stroke: #3498db;
	fill  :none;
  stroke-width: 1.5;
  flex-shrink: 0;
  margin-top:       3px;
}

.footer-bottom-strip {
  padding-top: 32px;

	  border-top: 1px solid rgba(255,255,255,0.11);

	  text-align: center;
}

.copyright-text-wm {
  font-size: 14px;
  color: #6c7883;
}@media (max-width: 992px) {
    .display-row-split,
    .split-content-layout {
        flex-direction: column;
        gap: 44px;
    }

    .service-grid-layout {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 27px;
    }

    .main-heading-large {
        font-size: 42px;
    }

    .section-heading-wm {
        font-size: 36px;
    }

    .footer-grid-layout {
        grid-template-columns: 1fr 1fr;
        gap: 34px;
    }
}

@media (max-width: 768px) {
    .link-cluster-main {
        position: fixed;
        top: 73px;
        left: 0;
        right: 0;
        background: #ffffff;
        flex-direction: column;
        align-items: stretch;
        padding: 27px;
        box-shadow: 0 8px 23px rgba(0,0,0,0.11);
        transform: translateX(-100%);
        transition: transform 0.31s ease;
        gap: 0;
    }

    .link-cluster-main.active-menu {
        transform: translateX(0);
    }

    .nav-link-item {
        padding: 14px 0;
        border-bottom: 1px solid #e8ecf1;
    }

    .mobile-trigger-wm {
        display: flex;
    }

    .mobile-trigger-wm.active-burger .burger-line:nth-child(1) {
        transform: rotate(45deg) translate(6px, 6px);
    }

    .mobile-trigger-wm.active-burger .burger-line:nth-child(2) {
        opacity: 0;
    }

    .mobile-trigger-wm.active-burger .burger-line:nth-child(3) {
        transform: rotate(-45deg) translate(7px, -7px);
    }

    .hero-banner-rg {
        padding: 64px 0;
    }

    .main-heading-large {
        font-size: 34px;
    }

    .cta-heading-large {
        font-size: 32px;
    }

    .service-grid-layout,
    .case-grid-display,
    .testimony-grid-layout {
        grid-template-columns: 1fr;
    }

    .footer-grid-layout {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .content-segment-left,
    .content-segment-right {
        order: 2;
    }

    .content-segment-left {
        order: 1;
    }
}

@media (max-width: 480px) {
    .main-heading-large {
        font-size: 28px;
    }

    .section-heading-wm {
        font-size: 28px;
    }

    .cta-heading-large {
        font-size: 26px;
    }

    .action-cluster-wm,
    .cta-action-cluster {
        flex-direction: column;
        width: 100%;
    }

    .primary-action-btn,
    .secondary-action-btn,
    .secondary-action-outline {
        width: 100%;
        text-align: center;
    }
}.blog-article-zone {
    padding: 80px 0 60px;
    background: #ffffff;
}

.article-header-block {
          text-align: center;
   margin-bottom: 48px;
   padding-bottom: 32px;
               border-bottom    :1px solid #e5e7eb;
}

.article-category-label {
	display: inline-block;
   padding: 6px 16px;
    background: #f3f4f6;
    color: #4b5563;
    font-size:   13px;
    font-weight: 600;
   text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 20px;
  margin-bottom: 20px;


}

.article-main-heading {
    margin-left: auto;
               max-width: 800px;
     line-height: 1.2;
  font-size   :     42px;
  font-weight: 700;
    margin-bottom: 24px;
	color: #111827;
   margin-right: auto;
}

.article-meta-info {
        display: flex;
   align-items: center;
   justify-content: center;
   gap: 12px;
   color: #6b7280;
               font-size: 15px;


}

.meta-item-wm  {
  color: #6b7280;


}

.meta-divider {

	   color: #d1d5db;

}

.article-featured-image {
    margin-bottom: 56px;
   border-radius: 12px;
         overflow: hidden;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.featured-img-wm    {
   width: 100%;
   height: auto;
    display :     block;
     }

.article-content-body {


  max-width: 720px;
   margin: 0 auto;

}

.article-intro-text {
  font-size: 20px;
   line-height: 1.7;
    color     :   #374151;
    margin-bottom   :40px;
	 font-weight   :       400;
}

.article-section-heading {
    font-size: 28px;
   font-weight :      700;
   color: #111827;
  margin-top: 48px;
    margin-bottom: 20px;
    line-height    :  1.3;
}

.article-body-text {

	   font-size: 17px;
	line-height: 1.8;
  color: #4b5563;
        margin-bottom: 24px;

}

.article-body-text strong	{
  color: #111827;
    font-weight: 600;
}

.article-footer-cta {


  margin-top: 64px;
   margin-bottom: 48px;
     }



.cta-content-box {
  background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%);
    padding: 48px 40px;
    border-radius  :12px;
  text-align: center;
  color: #ffffff;
}

.cta-heading-medium {
    font-size: 28px;
  font-weight: 700;
   color: #ffffff;
    margin-bottom: 16px;
}

.cta-description-text {
    font-size: 17px;
    line-height :     1.6;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom:    28px;
  max-width: 600px;
    margin-left: auto;
  margin-right    :    auto; 

} 

.article-navigation-links {
   padding-top: 32px; 
	    border-top: 1px solid #e5e7eb;
}

.back-to-blog-link {
   display: inline-flex;
      align-items    :      center;
  gap: 8px;
	 color: #3b82f6;
   font-size: 16px;
    font-weight  :      500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.back-to-blog-link:hover {
	color: #1e40af;
    gap: 12px;
}

.nav-arrow-icon {
	   width: 20px;
	height: 20px;
    transition: transform 0.3s ease;
}

.back-to-blog-link:hover .nav-arrow-icon {
  transform: translateX(-4px);
}@media (max-width: 768px) {
    .blog-article-zone {
        padding: 60px 0 40px;
    }

    .article-main-heading {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .article-meta-info {
        font-size: 14px;
        flex-wrap: wrap;
    }

    .article-featured-image {
        margin-bottom: 40px;
    }

    .article-intro-text {
        font-size: 18px;
        margin-bottom: 32px;
    }

    .article-section-heading {
        font-size: 24px;
        margin-top: 36px;
        margin-bottom: 16px;
    }

    .article-body-text {
        font-size: 16px;
        line-height: 1.7;
        margin-bottom: 20px;
    }

    .article-footer-cta {
        margin-top: 48px;
        margin-bottom: 40px;
    }

    .cta-content-box {
        padding: 36px 24px;
    }

    .cta-heading-medium {
        font-size: 24px;
        margin-bottom: 14px;
    }

    .cta-description-text {
        font-size: 16px;
        margin-bottom: 24px;
    }
}

@media (max-width: 480px) {
    .article-main-heading {
        font-size: 28px;
    }

    .article-section-heading {
        font-size: 22px;
    }

    .cta-heading-medium {
        font-size: 22px;
    }
}.article-content-body p:last-of-type {
       margin-bottom: 0;
}

.article-section-heading:first-of-type {
   margin-top: 0;
}@media print {
    .top-nav-strip,
    .article-footer-cta,
    .article-navigation-links,
    .bottom-info-zone {
        display: none;
    }

    .blog-article-zone {
        padding: 0;
    }

    .article-body-text {
        color: #000000;
    }
}.blog-hero-section {
   padding: 80px 0 60px;
  background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
   color: #ffffff; 

}

.blog-hero-content  {
   text-align    :     center;
	max-width: 800px;
   margin: 0 auto;
}

.blog-hero-heading {
   font-size: 48px;
    font-weight: 700;
  margin-bottom: 20px;
    line-height: 1.2;
}

.blog-hero-description {
 font-size: 19px;
   line-height: 1.6;
  color: rgba(255, 255, 255, 0.95);
      max-width: 700px;
   margin: 0 auto;
}

/* FIXME: IE11 compatibility */
.blog-listing-section  {
    padding: 80px 0;
   background: #f9fafb;
} 

.blog-grid-layout {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 32px;
}

.blog-card-item {

	    background:       #ffffff;
    border-radius: 12px;
   overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
   height: 100%;
   display: flex;
	 flex-direction    :       column; 
	}

.blog-card-item:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  transform: translateY(-4px); 
	
}

.blog-card-link {
    text-decoration: none;
   color: inherit;
   display: flex;
   flex-direction: column;
   height: 100%;
}

/* Build system output */

.blog-card-image-wrap

{
    position: relative;
   width: 100%;
	 height: 240px;
         overflow: hidden;
}

.blog-card-image {
   width: 100%;
    height: 100%;
    object-fit: cover;
  transition: transform 0.4s ease;
}

.blog-card-item:hover .blog-card-image		{
  transform: scale(1.05);
}

.blog-card-category {
  position: absolute;
   top :    16px;
  left: 16px;
  background: rgba(30, 58, 138, 0.9);
  color: #ffffff;
  padding:6px 14px;
    border-radius: 20px;
   font-size: 12px;
       font-weight: 600;
  text-transform: uppercase;
   letter-spacing: 0.5px;
  backdrop-filter: blur(4px); 
	
}

/* Experimental feature */

.blog-card-content {
   flex-direction :column;
                    display: flex;
   padding: 28px 24px;
	flex-grow: 1;
}

.blog-card-title{
   font-size: 22px;
	font-weight: 700;
  color: #111827;
    line-height: 1.3;
  margin-bottom: 14px;
  transition: color 0.3s ease;
}

.blog-card-item:hover .blog-card-title	{
  color: #3b82f6;
}

.blog-card-excerpt {
  font-size    :        15px;
    line-height: 1.6;
  color: #6b7280;
  margin-bottom: 20px;
	flex-grow  :  1;
}

.blog-card-meta {
       display: flex;
  align-items: center;
   gap: 8px;
  font-size: 14px;
  color :    #9ca3af;
  margin-bottom: 16px;
}

.blog-meta-date,
.blog-meta-read {
  color: #9ca3af;
}

.blog-meta-divider {
    color: #d1d5db;
}

.blog-card-cta {
   display: inline-flex;
  align-items:       center;
   gap: 6px;
    color: #3b82f6;
  font-size: 15px;
    font-weight    :    600;
   transition: gap 0.3s ease;
}

.blog-card-item:hover .blog-card-cta {
	gap: 10px;
}

.cta-arrow-icon {
	  width: 16px;
    height: 16px;
   transition: transform 0.3s ease;


}

.blog-card-item:hover .cta-arrow-icon {
  transform: translateX(4px);
	}

.blog-cta-section   {

   padding: 80px 0;
  background: #ffffff;
}
@media (max-width: 1024px) {
    .blog-grid-layout {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
        gap: 28px;
    }
}

@media (max-width: 768px) {
    .blog-hero-section {
        padding: 60px 0 40px;
    }

    .blog-hero-heading {
        font-size: 36px;
        margin-bottom: 16px;
    }

    .blog-hero-description {
        font-size: 17px;
    }

    .blog-listing-section {
        padding: 60px 0;
    }

    .blog-grid-layout {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .blog-card-image-wrap {
        height: 200px;
    }

    .blog-card-content {
        padding: 24px 20px;
    }

    .blog-card-title {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .blog-card-excerpt {
        font-size: 14px;
        margin-bottom: 16px;
    }

    .blog-cta-section {
        padding: 60px 0;
    }
}@media (max-width: 480px) {
    .blog-hero-heading {
        font-size: 30px;
    }

    .blog-hero-description {
        font-size: 16px;
    }

    .blog-card-title {
        font-size: 19px;
    }
}

@media (prefers-reduced-motion: no-preference) {
    .blog-card-item {
        opacity: 0;
        animation: fadeInUp 0.6s ease forwards;
    }

    .blog-card-item:nth-child(1) {
        animation-delay: 0.1s;
    }

    .blog-card-item:nth-child(2) {
        animation-delay: 0.2s;
    }

    .blog-card-item:nth-child(3) {
        animation-delay: 0.3s;
    }

    .blog-card-item:nth-child(4) {
        animation-delay: 0.4s;
    }

    .blog-card-item:nth-child(5) {
        animation-delay: 0.5s;
    }

    @keyframes fadeInUp {
        from {
            opacity: 0;
            transform: translateY(30px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
}

@media print {
    .top-nav-strip,
    .blog-cta-section,
    .bottom-info-zone {
        display: none;
    }

    .blog-hero-section {
        background: #ffffff;
        color: #000000;
        padding: 20px 0;
    }

    .blog-card-item {
        box-shadow: none;
        border: 1px solid #e5e7eb;
        page-break-inside: avoid;
    }
}.blog-empty-state-section     {
	padding: 100px 0;
   background: #f9fafb;
  min-height: 60vh;
   display: flex;
		 align-items: center;
}



.empty-state-container {
    max-width: 700px;
   margin: 0 auto;
         text-align: center;
  padding: 60px 40px;
    background: #ffffff;
    border-radius: 16px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.empty-state-icon-wrap {
                    width: 120px;

  height   :  120px;

	margin: 0 auto 32px;

  background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);

    border-radius   :        50%;

  display: flex;

                    align-items: center;

    justify-content: center;
}

.empty-state-icon {
    width:      60px;
    height: 60px;
                    opacity: 0.7;
  filter: invert(36%) sepia(88%) saturate(1636%) hue-rotate(201deg) brightness(95%) contrast(92%);
}

.empty-state-heading {

  font-size: 32px;
    font-weight: 700;
  color: #111827;
  margin-bottom: 16px;
        line-height: 1.2;}



.empty-state-description   {
   font-size: 17px;
   line-height: 1.7;
   color: #6b7280;
      margin-bottom: 40px;
  max-width     : 600px;
  margin-left   :  auto;
    margin-right: auto;
}

.empty-state-features {

	    display: grid; 
  grid-template-columns: repeat(2, 1fr); 
   gap: 20px; 
    margin-bottom: 40px; 
    max-width   : 500px; 
   margin-left: auto; 
	 margin-right: auto;
	}

.feature-item-empty {
  display :      flex;

	   align-items: center;

	    gap: 10px;

	    padding: 14px 16px;

	    background: #f9fafb;

	    border-radius: 8px;

	               text-align: left;

		border: 1px solid #e5e7eb;

	    transition: all 0.3s ease;
}

.feature-item-empty:hover {


   background: #eff6ff;
   border-color: #3b82f6;
}

.feature-icon-small {
   width :      24px;
  height: 24px;
   flex-shrink: 0;
         opacity: 0.6;
  filter: invert(36%) sepia(88%) saturate(1636%) hue-rotate(201deg) brightness(95%) contrast(92%);
}

.feature-item-empty span {
          font-size : 14px;
  color: #4b5563;
	 font-weight :        500;
}

.empty-state-actions


{
    display    :    flex;
    align-items: center;
    justify-content: center;
  gap: 16px;
   flex-wrap: wrap; 
	}@media (max-width: 768px) {
    .blog-empty-state-section {
        padding: 80px 0;
        min-height: 50vh;
    }

    .empty-state-container {
        padding: 48px 28px;
    }

    .empty-state-icon-wrap {
        width: 100px;
        height: 100px;
        margin-bottom: 28px;
    }

    .empty-state-icon {
        width: 50px;
        height: 50px;
    }

    .empty-state-heading {
        font-size: 28px;
        margin-bottom: 14px;
    }

    .empty-state-description {
        font-size: 16px;
        margin-bottom: 32px;
    }

    .empty-state-features {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-bottom: 32px;
    }

    .feature-item-empty {
        padding: 12px 14px;
    }

    .empty-state-actions {
        flex-direction: column;
        gap: 12px;
        width: 100%;
    }

    .empty-state-actions .primary-action-btn,
    .empty-state-actions .secondary-action-outline {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .empty-state-container {
        padding: 40px 24px;
        border-radius: 12px;
    }

    .empty-state-icon-wrap {
        width: 90px;
        height: 90px;
        margin-bottom: 24px;
    }

    .empty-state-icon {
        width: 45px;
        height: 45px;
    }

    .empty-state-heading {
        font-size: 24px;
    }

    .empty-state-description {
        font-size: 15px;
        margin-bottom: 28px;
    }

    .feature-item-empty {
        padding: 10px 12px;
    }

    .feature-icon-small {
        width: 20px;
        height: 20px;
    }

    .feature-item-empty span {
        font-size: 13px;
    }
}

@media (prefers-reduced-motion: no-preference) {
    .empty-state-container {
        animation: fadeInScale 0.6s ease forwards;
    }

    @keyframes fadeInScale {
        from {
            opacity: 0;
            transform: scale(0.95);
        }
        to {
            opacity: 1;
            transform: scale(1);
        }
    }.empty-state-icon-wrap     {
    animation: pulseIcon 2s ease-in-out infinite;
}@keyframes pulseIcon {
        0%, 100% {
            transform: scale(1);
        }
        50% {
            transform: scale(1.05);
        }
    }
}

@media print {
    .blog-empty-state-section {
        padding: 40px 0;
    }

    .empty-state-container {
        box-shadow: none;
        border: 1px solid #e5e7eb;
    }

    .empty-state-actions,
    .blog-cta-section {
        display: none;
    }
}

.modern-footer {
    position: relative;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
    overflow: hidden;
    padding: 80px 0 0;
}

.footer-shapes {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    opacity: 0.1;
}

.shape {
    position: absolute;
    background: white;
    border-radius: 50%;
    animation: float 20s infinite ease-in-out;
}

.shape-1 {
    width: 300px;
    height: 300px;
    top: -100px;
    left: -50px;
    animation-delay: 0s;
}

.shape-2 {
    width: 200px;
    height: 200px;
    top: 50%;
    right: -80px;
    animation-delay: 2s;
}

.shape-3 {
    width: 150px;
    height: 150px;
    bottom: 10%;
    left: 30%;
    animation-delay: 4s;
}

.shape-4 {
    width: 250px;
    height: 250px;
    top: 30%;
    right: 25%;
    animation-delay: 1s;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}

@keyframes float {
    0%, 100% {
        transform: translate(0, 0) rotate(0deg);
    }
    33% {
        transform: translate(30px, -30px) rotate(120deg);
    }
    66% {
        transform: translate(-20px, 20px) rotate(240deg);
    }
}

.footer-content {
    position: relative;
    z-index: 10;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 27px;
}

.footer-top {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 50px;
    padding-bottom: 60px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-brand-section {
    animation: slideInLeft 0.8s ease-out;
}

.footer-logo-new {
    height: 120px;
    width: auto;
    margin-bottom: 25px;
    filter: brightness(0) invert(1);
}

.footer-tagline {
    font-size: 18px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 30px;
    font-weight: 300;
}

.social-links-modern {
    display: flex;
    gap: 15px;
}

.social-icon-btn {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.social-icon-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.5s, height 0.5s;
}

.social-icon-btn:hover::before {
    width: 100px;
    height: 100px;
}

.social-icon-btn:hover {
    transform: translateY(-5px) scale(1.1);
    background: rgba(255, 255, 255, 0.25);
}

.social-icon-btn svg {
    width: 22px;
    height: 22px;
    stroke: white;
    fill: none;
    stroke-width: 2;
    position: relative;
    z-index: 1;
}

.footer-column {
    animation: slideInUp 0.8s ease-out;
}

.footer-column:nth-child(2) {
    animation-delay: 0.1s;
}

.footer-column:nth-child(3) {
    animation-delay: 0.2s;
}

.footer-column:nth-child(4) {
    animation-delay: 0.3s;
}

.footer-column-title {
    font-size: 16px;
    font-weight: 700;
    color: white;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    position: relative;
    display: inline-block;
}

.footer-column-title::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 40px;
    height: 3px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 2px;
}

.footer-links-list {
    list-style: none;
}

.footer-links-list li {
    margin-bottom: 14px;
}

.footer-links-list a {
    color: rgba(255, 255, 255, 0.85);
    font-size: 15px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    position: relative;
}

.footer-links-list a::before {
    content: '→';
    position: absolute;
    left: -20px;
    opacity: 0;
    transition: all 0.3s ease;
}

.footer-links-list a:hover {
    color: white;
    padding-left: 20px;
}

.footer-links-list a:hover::before {
    opacity: 1;
    left: 0;
}

.contact-info-modern {
    list-style: none;
}

.contact-item-modern {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 18px;
    color: rgba(255, 255, 255, 0.85);
    font-size: 14px;
    line-height: 1.6;
}

.contact-icon-modern {
    width: 20px;
    height: 20px;
    stroke: white;
    fill: none;
    stroke-width: 2;
    flex-shrink: 0;
    margin-top: 2px;
}

.footer-bottom {
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
}

.footer-copyright {
    display: flex;
    align-items: center;
    gap: 8px;
}

.heart-icon {
    color: #ff6b6b;
    animation: heartbeat 1.5s infinite;
}

@keyframes heartbeat {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
}

.footer-legal-links {
    display: flex;
    gap: 20px;
}

.footer-legal-links a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-legal-links a:hover {
    color: white;
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.newsletter-box {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 30px;
    border-radius: 15px;
    margin-top: 40px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.newsletter-title {
    font-size: 20px;
    font-weight: 700;
    color: white;
    margin-bottom: 12px;
}

.newsletter-text {
    color: rgba(255, 255, 255, 0.85);
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.6;
}

.newsletter-form {
    display: flex;
    gap: 10px;
}

.newsletter-input {
    flex: 1;
    padding: 12px 18px;
    border: none;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.95);
    font-size: 14px;
    outline: none;
    transition: all 0.3s ease;
}

.newsletter-input:focus {
    background: white;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
}

.newsletter-btn {
    padding: 12px 28px;
    background: white;
    color: #667eea;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.newsletter-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

@media (max-width: 992px) {
    .footer-top {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }

    .footer-brand-section {
        grid-column: 1 / -1;
    }
}

@media (max-width: 768px) {
    .modern-footer {
        padding: 60px 0 0;
    }

    .footer-top {
        grid-template-columns: 1fr;
        gap: 35px;
        padding-bottom: 40px;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 15px;
        text-align: center;
        padding: 25px 0;
    }

    .footer-legal-links {
        flex-direction: column;
        gap: 10px;
    }

    .newsletter-form {
        flex-direction: column;
    }

    .newsletter-btn {
        width: 100%;
    }
}



.footer-imprint-block {
    margin-top: 28px;
    padding-top: 22px;
    border-top: 1px solid rgba(255,255,255,0.12);
    text-align: center;
}

.imprint-data-txt {
    font-size: 12px;
    line-height: 1.65;
    color: rgba(255,255,255,0.58);
    font-weight: 400;
    letter-spacing: 0.2px;
}




.goals-teaser-strip {
    padding: 48px 20px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.goals-inner-wrap {
    text-align: center;
    max-width: 680px;
    margin: 0 auto;
}

.goals-teaser-heading {
    font-size: 28px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 14px;
    letter-spacing: -0.3px;
}

.goals-teaser-txt {
    font-size: 15px;
    line-height: 1.6;
    color: #5a6c7d;
    margin-bottom: 22px;
}

.goals-link-btn {
    display: inline-block;
    padding: 11px 28px;
    background: #3498db;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    transition: background 0.25s ease;
}

.goals-link-btn:hover {
    background: #2980b9;
}









/* Page Header Styles */
.page-header-simple {
    padding: 72px 20px 48px;
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    text-align: center;
}

.page-title-main {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 12px;
    letter-spacing: -0.5px;
}

.page-subtitle-desc {
    font-size: 18px;
    color: rgba(255,255,255,0.85);
    font-weight: 400;
}

/* Content Area Styles */
.content-area-standard {
    padding: 64px 20px;
    background: #fff;
}

.text-content-block {
    max-width: 920px;
    margin: 0 auto;
}

.content-heading-lg {
    font-size: 32px;
    font-weight: 600;
    color: #2c3e50;
    margin-top: 48px;
    margin-bottom: 18px;
    letter-spacing: -0.4px;
}

.text-content-block h2:first-child {
    margin-top: 0;
}

.content-para-txt {
    font-size: 16px;
    line-height: 1.7;
    color: #495057;
    margin-bottom: 18px;
}

/* Goals Grid Layout */
.goals-grid-layout {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 28px;
    margin: 42px 0 52px;
}

.goal-card-item {
    background: #f8f9fa;
    padding: 32px 26px;
    border-radius: 8px;
    border-left: 4px solid #3498db;
    transition: transform 0.2s ease;
}

.goal-card-item:hover {
    transform: translateY(-4px);
}

.goal-number-badge {
    font-size: 28px;
    font-weight: 700;
    color: #3498db;
    margin-bottom: 14px;
    font-family: 'Georgia', serif;
}

.goal-card-title {
    font-size: 20px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 12px;
}

.goal-card-desc {
    font-size: 15px;
    line-height: 1.65;
    color: #5a6c7d;
}

/* Inline CTA Block */
.cta-inline-block {
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    padding: 42px 36px;
    border-radius: 10px;
    text-align: center;
    margin-top: 52px;
}

.cta-inline-heading {
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 12px;
}

.cta-inline-txt {
    font-size: 16px;
    color: rgba(255,255,255,0.9);
    margin-bottom: 24px;
}

/* Imprint Legal Content */
.imprint-legal-content {
    max-width: 780px;
}

.imprint-detail-row {
    display: flex;
    padding: 14px 0;
    border-bottom: 1px solid #e9ecef;
    margin-bottom: 8px;
}

.imprint-label {
    font-weight: 600;
    color: #2c3e50;
    min-width: 220px;
    font-size: 15px;
}

.imprint-value {
    color: #495057;
    font-size: 15px;
}

.imprint-value a {
    color: #3498db;
    text-decoration: none;
}

.imprint-value a:hover {
    text-decoration: underline;
}

.legal-disclaimer-note {
    font-size: 14px;
    color: #6c757d;
    font-style: italic;
    margin-top: 42px;
    padding-top: 22px;
    border-top: 1px solid #e9ecef;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .page-title-main {
        font-size: 32px;
    }
    
    .page-subtitle-desc {
        font-size: 16px;
    }
    
    .content-heading-lg {
        font-size: 26px;
    }
    
    .goals-grid-layout {
        grid-template-columns: 1fr;
        gap: 22px;
    }
    
    .imprint-detail-row {
        flex-direction: column;
        gap: 6px;
    }
    
    .imprint-label {
        min-width: auto;
    }
}