* {
    margin: 0;
	 padding: 0;
    box-sizing :border-box;
}

:root {
    --color-primary: #2c3e50;
    --color-accent: #e74c3c;
    --color-secondary: #3498db;
    --color-light: #ecf0f1;
    --color-dark: #1a252f;
    --color-border: #bdc3c7;
    --color-text: #34495e;
    --color-success: #27ae60;
    --font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    --transition: all 0.3s ease;
}

html {
               scroll-behavior: smooth;
}

body {
	  font-family: var(--font-family); 
  color: var(--color-text); 
   line-height: 1.6; 
  background-color: #fff;
     }  

a


{
   text-decoration     :  none;
  color: inherit;
}

img {
     max-width: 100%;
  height: auto;
    display   :    block;
}

.navbar-main {
   position: sticky;
	 top: 0;
  background: linear-gradient(135deg, var(--color-primary) 0%, #34495e 100%);
    padding: 1rem 0;
	z-index: 1000;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);

}

.nav-container {
	  max-width: 1200px;

	  margin: 0 auto;

	  padding: 0 2rem;

		display: flex;

	  justify-content: space-between;

	   align-items: center;


}

.logo-section {
				 display: flex;
   align-items: center;
}

.nav-logo {
 height: 74px;
   width: auto;
  filter: brightness(0) invert(1);
}

.nav-links {
   display    :flex;
          list-style: none;
	gap: 2rem;
}

.nav-links a {
      color: #fff;
     font-weight: 500;
   padding: 0.5rem 1rem;
	 border-radius: 4px;
  transition: var(--transition);
}

.nav-links a:hover	{


  background-color: rgba(255, 255, 255, 0.1);
  color: var(--color-accent);}

.menu-toggle {


  display: none;
   flex-direction: column;
    background: none;
   border: none;
   cursor: pointer;
   gap: 6px;


}

.menu-toggle span {
	width: 25px;
  height: 3px;
   background-color: #fff;
    border-radius: 2px;
  transition: var(--transition);


}

.hero-banner {

  display: grid;
    grid-template-columns: 1fr 1fr;
      gap: 3rem;
   align-items: center;
    padding: 6rem 2rem;
    max-width: 1200px;
    margin: 0 auto;
  min-height: 600px;
     }

.hero-content h1 {
    font-size: 3.5rem;
  color: var(--color-primary);
	 margin-bottom: 1.5rem;
                    line-height: 1.2;
}

.hero-content p

{
    font-size:   1.25rem;
  color: var(--color-text);
                    margin-bottom: 2rem;
}

.cta-button {
               display    : inline-block;

  background: linear-gradient(135deg, var(--color-accent) 0%, #c0392b 100%);

    color: #fff;

    padding: 1.2rem 2.5rem;

   border-radius: 8px;

   font-weight: 600;

   font-size: 1.1rem;

  transition: var(--transition);

  box-shadow: 0 4px 15px rgba(231, 76, 60, 0.3);
}

.cta-button:hover {

	  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(231, 76, 60, 0.5);}

.hero-visual img {
	    width: 100%;
    border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

section

{
   padding: 4rem 2rem;
}

section h2 
 {
    font-size: 2.5rem;

  color: var(--color-primary);

 margin-bottom: 3rem;

  text-align: center;
}

section h3 {
  font-size: 1.5rem;
  color: var(--color-primary);
  margin-bottom: 1rem;
}

.section-wrapper {
               display: grid;
    grid-template-columns: 1fr 1fr;
  gap: 3rem;
   align-items:   center;
   max-width: 1200px;
   margin: 0 auto;
}

.section-about-coaching {
	 background: #f8f9fa;
	
}

.about-text p {
	font-size: 1.1rem;
    margin-bottom: 1.5rem;
}

.benefits-list {
          list-style: none;
   padding: 1rem 0;
}

.benefits-list li    {
  padding    :  0.8rem 0;
  padding-left: 2rem;
    position: relative;
}

.benefits-list li:before {
  content: "✓";
    position: absolute;
  left: 0;
  color: var(--color-success);
  font-weight: bold;
       font-size: 1.3rem;
}

.section-services-preview {
    max-width: 1200px;
    margin: 0 auto;
}

.services-grid {
	display: grid;
  grid-template-columns: repeat(3, 1fr);
    gap:    2rem;
}

.service-card {
  background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
    padding: 2rem;
  border-radius: 12px;
  border-left: 5px solid var(--color-accent);
  transition: var(--transition);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);


}

.service-card:hover     {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.service-card h3	{
         margin-bottom: 1rem;
  color: var(--color-primary);

}

.service-card p
{
   margin-bottom: 1.5rem;
  color: var(--color-text);
}

.service-link {
   display: inline-block;
  color: var(--color-accent);
   font-weight: 600;
  padding   :0.5rem 0;
  border-bottom: 2px solid var(--color-accent);
  transition: var(--transition);
}

.service-link:hover

{
  color: var(--color-primary);
  border-bottom-color: var(--color-primary);
}

.section-method {
  background: linear-gradient(135deg, #ecf0f1 0%, #f8f9fa 100%);
   max-width    :    1200px;
	 margin: 0 auto;
}

.pillars {
	display    :     grid;
  grid-template-columns: repeat(3, 1fr);
  gap  :    2rem; 

}

.pillar-item {
    background  :  #fff; 
         padding: 1.5rem; 
   border-radius: 8px; 
  text-align: center; 
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.pillar-item h4 {
  color: var(--color-accent);
  margin-bottom:        1rem;
   font-size: 1.3rem;
}

.section-professional-growth {
  max-width: 1200px;
  margin: 0 auto;
}

.growth-features     {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
     gap: 2rem;
	
}

.feature-box {

   display :        flex;
   gap: 2rem;
    padding: 2rem;
  background: #f8f9fa;
  border-radius: 8px;
  border-top: 4px solid var(--color-secondary);


}

.feature-number {
   flex-shrink: 0;
	width: 60px;
	 height:  60px;
  background: linear-gradient(135deg, var(--color-accent) 0%, #c0392b 100%);
       color:  #fff;
  border-radius: 50%;
  display :      flex;
   align-items: center;
   justify-content: center;
    font-size: 1.5rem;
  font-weight: bold;
}

.feature-box h3 {
  margin-bottom:      0.5rem;
}

.feature-box p {
   margin: 0;
}

.section-events {
			background: #f8f9fa;
  max-width: 1200px;
         margin: 0 auto;


}

.events-wrapper {
         display: grid;
   grid-template-columns: 1fr 1fr;
    gap: 3rem;
   align-items: center;
}

.events-list {
   list-style: none;
    padding     :    1rem 0;
}

.events-list li {
  padding: 0.8rem 0;
	   padding-left: 2rem;
	   position: relative;
}

.events-list li:before {
  content: "→";
       position: absolute;
      left  :0;
     color: var(--color-secondary);
         font-weight: bold; 
	
}

.cta-button-secondary {
    display    :  inline-block;
  background: var(--color-secondary);
   color: #fff;
    padding: 1rem 2rem;
   border-radius: 8px;
  font-weight : 600;
         margin-top: 1rem;
  transition: var(--transition);
	
}

.cta-button-secondary:hover {

   background: #2980b9;


}

.section-success-stories		{
  background: linear-gradient(135deg, #ecf0f1 0%, #f8f9fa 100%);
    max-width: 1200px;
   margin: 0 auto;
}  

.stories-grid {

	   display: grid;
  grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.story-card {

	    background  :      #fff;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: var(--transition);
  border-left: 4px solid var(--color-secondary);}

.story-card:hover

{
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}



.story-card h3   {
   margin-bottom    :   1rem;
	  color: var(--color-primary);
}

.story-card p {
  margin-bottom:   1rem;

	   font-style   :   italic;

	  color: var(--color-text);
}

.story-attribution {
 display: block;
  color: var(--color-accent);
   font-weight: 600; 

}

.section-transformation {
      max-width: 1200px;
   margin: 0 auto;}

.transformation-timeline {

	   display: flex;
  gap: 0;
  flex-direction: column;}

.timeline-stage


{
   padding  :  2rem;
  background: linear-gradient(135deg, #ecf0f1 0%, #f8f9fa 100%);
  border-left: 4px solid var(--color-accent);
    margin-bottom: 1rem;
	border-radius: 8px;
    position: relative;
}

.stage-marker {
	    display: inline-block;
  background: var(--color-accent);
    color: #fff;
   padding: 0.5rem 1rem;
   border-radius: 20px;
   font-size: 0.9rem;
   font-weight: 600;
	 margin-bottom: 1rem;
}

.timeline-connector {
	 height: 2px;
	  background: var(--color-accent);
	   margin: -1rem 2rem;
		opacity: 0.3;
}

.section-cta-appointment {
  background: linear-gradient(135deg, var(--color-primary) 0%, #34495e 100%);
  color: #fff;
  text-align:     center;
   max-width  :1200px;
                    margin: 0 auto;
}

.cta-appointment-wrapper h2 {
   color :        #fff;
  margin-bottom: 1rem;


}

.cta-appointment-wrapper p {
          font-size: 1.2rem;
   margin-bottom: 2rem;
}

.cta-button-large {
    display: inline-block;
  background: linear-gradient(135deg, var(--color-accent) 0%, #c0392b 100%);
          color: #fff;
    padding: 1.5rem 3rem;
   border-radius: 8px;
  font-weight     :     600;
   font-size: 1.2rem;
  transition: var(--transition);
  box-shadow: 0 4px 15px rgba(231, 76, 60, 0.4);
}

.cta-button-large:hover {
  transform: scale(1.05);
}

.section-contact {


   background: #f8f9fa;

               max-width: 1200px;

	margin: 0 auto;
}

.contact-wrapper {
	display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}

.contact-form {
       background: #fff;
   padding:   2rem;
    border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);

}

.form-group  
  {
    margin-bottom     :      1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
   font-weight: 600;
  color: var(--color-primary);
}

.form-group input,
.form-group select,
.form-group textarea {
   width     :     100%;
   padding: 0.75rem;
  border: 2px solid var(--color-border);
  border-radius :  6px;
  font-family: var(--font-family);
  transition: var(--transition);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus		{
  outline: none;
  border-color: var(--color-accent);
  box-shadow: 0 0 0 3px rgba(231, 76, 60, 0.1); 

}

.submit-button     {
  width    : 100%;
   padding: 1rem;
  background: linear-gradient(135deg, var(--color-accent) 0%, #c0392b 100%);
    color: #fff;
 border: none;
  border-radius :        6px;
	font-weight: 600;
   font-size: 1.1rem;
   cursor:       pointer;
  transition: var(--transition);
}

.submit-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(231, 76, 60, 0.3);
}

.contact-info {


   padding: 2rem;

}

.contact-info h3 {
		margin-bottom :      1.5rem;
}

.contact-info p {
  margin-bottom: 1.5rem;
   line-height:       1.8;
}

.contact-info a		{
  color: var(--color-accent);
    font-weight: 600;
}

.footer-main {
  background: linear-gradient(135deg, var(--color-primary) 0%, #1a252f 100%);
   color: #fff;
    padding: 3rem 2rem;
}

.footer-container


{
   max-width: 1200px;
   margin: 0 auto;
  display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  gap   :       3rem;
    margin-bottom: 2rem;
}

.footer-logo-section    {
  display  :       flex;
    align-items: flex-start;
}

.footer-logo {
   height: 96px;
   width    :auto;
  filter: brightness(0) invert(1);
}

.footer-links {


   display: flex;
   flex-direction: column;
   gap: 2rem;

}

.footer-nav,
.footer-legal {


	list-style: none;


}

.footer-nav li,
.footer-legal li		{
  margin-bottom: 0.8rem;


}

.footer-nav a,
.footer-legal a {
    color: #ecf0f1; 
  transition: var(--transition);
}

.footer-nav a:hover,
.footer-legal a:hover {
  color: var(--color-accent);
}

.footer-contact {
      text-align: left;


}

.footer-contact a {
  color: var(--color-accent);
  font-weight    :600;
}

.footer-bottom {
    text-align :        center;
     padding-top   :        2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #bdc3c7;
	}

.cookie-alert {
  display: flex;
    position: fixed;
  bottom :20px;
   left: 20px;
   right    :       auto;
  background: linear-gradient(135deg, var(--color-primary) 0%, #34495e 100%);
   color   :        #fff;
  padding: 1.5rem;
   border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
    max-width: 400px;
  z-index : 999;
    animation: slideUp 0.3s ease;
}@keyframes slideUp {
    from {
        transform: translateY(100px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}.cookie-content h3 {
  color: #fff;
	 margin-bottom: 0.5rem;
    font-size: 1.1rem; 

}

.cookie-content p {
  margin-bottom: 1rem;
   font-size: 0.95rem;
}

.cookie-buttons     {


               display: flex;
  gap: 0.8rem;
        flex-wrap: wrap;}

.cookie-btn

{
     padding: 0.6rem 1.2rem;
  border     :        none;
   border-radius :  6px;
   cursor    :     pointer;
  font-weight: 600;
  font-size    :    0.9rem;
  transition: var(--transition);
     }

.cookie-accept {
  background: var(--color-success);
  color: #fff;
}

.cookie-accept:hover {
  background    :   #229954;
}

.cookie-reject {
	  background: rgba(255, 255, 255, 0.2);
  color: #fff;



}

.cookie-reject:hover {
  background: rgba(255, 255, 255, 0.3);
}

.cookie-settings {
	 border :       1px solid #ecf0f1;
   color: #ecf0f1;
    background: transparent;
}



.cookie-settings:hover 
 {
	  border-color: var(--color-accent);
  color: var(--color-accent);
	}

.cookie-modal {
    display: none;
    position    :  fixed;
    top: 0;
  left: 0;
    right: 0;
	bottom     :0;
  background: rgba(0, 0, 0, 0.7);
   z-index: 1001;
	align-items: center;
  justify-content: center;
}

.cookie-modal.active {
        display: flex;
}

.modal-content {
   background: #fff;
    padding: 2rem;
        border-radius: 12px;
   max-width: 500px;
	width: 90%;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.3);
}

.modal-content h3 {
  margin-bottom: 1.5rem;
  color: var(--color-primary);


}

.cookie-preferences	{
  margin-bottom: 2rem;
}

.preference-item {
  margin-bottom: 1.5rem;
   padding-bottom: 1rem;
  border-bottom: 1px solid var(--color-light);
}


.preference-item:last-child {
	border-bottom: none;
}

.preference-item label {
   display   :     flex;
  align-items: center;
   gap: 0.8rem;
    font-weight: 600;
  cursor: pointer;
}

.preference-item input[type="checkbox"] {
          width: 20px;
  height: 20px;
    cursor: pointer;
  accent-color: var(--color-accent);
}

.preference-item p {
   margin-top: 0.5rem;
   font-size: 0.9rem;
  color: var(--color-text);
}

.modal-buttons {
    display: flex;
    gap: 1rem;
}



.modal-btn {
 flex: 1;
   padding:        0.8rem;
    border  :    none;
  border-radius: 6px;
  font-weight: 600;
   cursor   :  pointer;
  transition: var(--transition);
}

.modal-btn.save {
  background: linear-gradient(135deg, var(--color-accent) 0%, #c0392b 100%);
 color: #fff;
}

.modal-btn.save:hover {
  transform: translateY(-2px);
}

.modal-btn.close {
	   background   :   #ecf0f1;
  color: var(--color-text);


}

.modal-btn.close:hover {
   background: #bdc3c7;
}@media (max-width: 1024px) {
    .hero-banner {
        grid-template-columns: 1fr;
        padding: 3rem 1rem;
    }

    .hero-content h1 {
        font-size: 2.5rem;
    }

    .section-wrapper {
        grid-template-columns: 1fr;
    }

    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .stories-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .growth-features {
        grid-template-columns: 1fr;
    }

    .pillars {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-container {
        grid-template-columns: 1fr 1fr;
    }

    .events-wrapper {
        grid-template-columns: 1fr;
    }

    .contact-wrapper {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .menu-toggle {
        display: flex;
    }

    .nav-links {
        display: none;
        position: absolute;
        top: 70px;
        left: 0;
        right: 0;
        background: var(--color-primary);
        flex-direction: column;
        padding: 1rem;
        gap: 0;
        width: 100%;
    }

    .nav-links.active {
        display: flex;
    }

    .nav-links li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .nav-links a {
        display: block;
        padding: 1rem;
    }

    .hero-content h1 {
        font-size: 2rem;
    }

    .hero-content p {
        font-size: 1rem;
    }

    section h2 {
        font-size: 1.8rem;
    }

    .services-grid {
        grid-template-columns: 1fr;
    }

    .stories-grid {
        grid-template-columns: 1fr;
    }

    .footer-container {
        grid-template-columns: 1fr;
    }

    .story-card {
        margin-bottom: 1rem;
    }

    .cookie-alert {
        max-width: calc(100vw - 40px);
        left: 20px;
        right: 20px;
    }

    .modal-content {
        width: 95%;
    }
}

@media (max-width: 480px) {
    .nav-container {
        padding: 0 1rem;
    }

    .hero-content h1 {
        font-size: 1.5rem;
    }

    section {
        padding: 2rem 1rem;
    }

    section h2 {
        font-size: 1.5rem;
        margin-bottom: 2rem;
    }

    .cta-button {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }

    .feature-box {
        flex-direction: column;
        text-align: center;
    }

    .feature-number {
        margin: 0 auto;
    }

    .timeline-connector {
        margin: -1rem 1rem;
    }
}.hero-services {
  background: linear-gradient(135deg, var(--color-primary) 0%, #34495e 100%);
        color: #fff;
   padding: 6rem 2rem;
   text-align: center;

}

.hero-services-content h1 {
    font-size: 3rem;
  margin-bottom: 1rem;
}
	/* Layout styles */

/* Responsive design */
	/* Build system output */

.hero-services-content p {
  font-size: 1.3rem;
   opacity: 0.95;
}

.services-section {
    padding: 4rem 2rem;
  border-bottom: 1px solid var(--color-light);
}

.services-container  {
  max-width :        1200px;
  margin: 0 auto;
}

/* Framework override */

.service-header     {
 display: flex;
  justify-content     :space-between;
   align-items: center;
    margin-bottom: 2rem;
  flex-wrap: wrap;
   gap: 1rem; 

}



.service-header h2	{
	 font-size: 2.5rem;
  color: var(--color-primary);
   margin: 0;
}
	/* Legacy code */


.service-duration {
  background: linear-gradient(135deg, var(--color-accent) 0%, #c0392b 100%);
  color: #fff;
    padding: 0.6rem 1.5rem;
   border-radius: 25px;
  font-weight: 600;
    font-size: 0.95rem;
}

.service-content-wrapper {

		display: grid;
  grid-template-columns: 1fr 1fr;
   gap: 3rem;
  align-items: start;
	} 

.workshop-wrapper {
          grid-template-columns: 1fr 1fr;
}
/* Browser compatibility */
	/* Minified version */

/* Colors and backgrounds */
.service-text h3     {
     color: var(--color-primary);
    margin-top: 2rem;
    margin-bottom  :     1rem;
  font-size: 1.4rem;

}

.service-text p{
       font-size: 1.05rem;
      line-height: 1.8;
  margin-bottom: 1.5rem;
}

.service-benefits 
 {
  list-style: none;
  padding: 0;
}


.service-benefits li {
  padding: 0.8rem 0;
    padding-left: 2rem;
   position: relative;
   font-size: 1rem;
}

.service-benefits li:before {
  content: "→";
	position: absolute;
  left: 0;
  color: var(--color-accent);
    font-weight: bold;
}

/* Layout styles */

.process-steps {
  display: grid;
       grid-template-columns: 1fr 1fr;
       gap: 1.5rem;
                       margin: 1.5rem 0;
}

.step {
   background  :   #f8f9fa;
               padding: 1.5rem;
   border-radius: 8px;
   display: flex;
   gap: 1rem;
  border-left: 4px solid var(--color-secondary);
}

.step-number {
	flex-shrink: 0;
    width     : 45px;
  height: 45px;
  background: linear-gradient(135deg, var(--color-accent) 0%, #c0392b 100%);
  color: #fff;
  border-radius: 50%;
  display: flex;
	align-items: center;
  justify-content  :center;
   font-weight: bold;
    font-size: 1.2rem;
}

.step p     {
               margin: 0;
}

.step strong {
  color: var(--color-primary);
}

.pricing-options {
	  gap     :      1.5rem;
  margin: 2rem 0;
  grid-template-columns: repeat(3, 1fr);
    display: grid;

}

.price-card {
  background :     #fff;
  border: 2px solid var(--color-light);
    padding:       2rem;
   border-radius: 12px;
  text-align: center;
  transition: all 0.3s ease; 
	
}

.price-card:hover {
  border-color: var(--color-accent);
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.price-card.featured {
  border: 2px solid var(--color-accent);
  background: linear-gradient(135deg, rgba(231, 76, 60, 0.05) 0%, rgba(192, 57, 43, 0.05) 100%);
}

.price-card h4 {
  color: var(--color-primary);
	margin-bottom: 1rem;
 font-size: 1.2rem;
}

.price {
        font-size :     2.5rem;
  color: var(--color-accent);
    font-weight  :        bold;
   margin: 1rem 0;
	
}

.price-desc {
  color: var(--color-text);
  font-size   : 0.95rem;
    margin: 0;
}

.workshop-includes {
    display: grid;
   grid-template-columns: 1fr 1fr;
  gap:     1rem;
  margin:1.5rem 0;
	
}

.include-item {
  display: flex;
  align-items: center;
    gap: 0.8rem;
   padding: 0.8rem;
   background: #f8f9fa;
   border-radius: 6px;
}

.include-icon {
   flex-shrink: 0;

	    width: 30px;

	   height: 30px;

	  background: var(--color-success);

	    color :  #fff;

	   border-radius: 50%;

	   display    :        flex;

	   align-items: center;

	  justify-content: center;

	   font-weight: bold;
}

.workshop-pricing {
   display: grid;
  grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  margin: 2rem 0;
}

.workshop-price-card {
  background: linear-gradient(135deg, #ecf0f1 0%, #f8f9fa 100%);
   padding: 1.5rem;
  border-radius  :    8px;
     text-align: center;
  border: 2px solid var(--color-border);
}
/* Debug styles */

.workshop-price-card h4 {
  color: var(--color-primary);
    margin-bottom: 0.8rem;
}

.conference-agenda {
     margin: 2rem 0;


}
/* Build system output */


.agenda-item {


    display: grid;
  grid-template-columns: 150px 1fr;
    gap    :  2rem;
  padding     :       1.5rem;
  border-left: 4px solid var(--color-accent);
  background: #f8f9fa;
  margin-bottom: 1rem;
    border-radius: 6px;}


.agenda-time {
   font-weight: 600;
  color: var(--color-accent);
  font-size: 0.95rem;
}

.agenda-desc h4 {
     color: var(--color-primary);
  margin   :        0 0 0.5rem 0;
  font-size  :   1.1rem;
     }

.agenda-desc p {
    margin: 0;
  color: var(--color-text);
  font-size: 0.95rem;
}  

.conferences-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
      gap: 1.5rem;
  margin: 1.5rem 0;
}

.conference-card {


   background: #fff;
	padding: 1.5rem;
  border-radius  :     8px;
  border-left: 4px solid var(--color-secondary);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
	 transition   :     all 0.3s ease;
}

.conference-card:hover
	{
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
	/* Hack for old browsers */
.conference-card h4 {
  color: var(--color-primary);
  margin-bottom: 1rem;
}

.conference-card p {
    margin: 0.5rem 0;
	font-size     :      0.95rem;
}


.webinar-list {
   display :    grid;
    grid-template-columns    :  1fr 1fr;
   gap: 1.5rem;
         margin: 1.5rem 0;
}

.webinar-item
{
  background: linear-gradient(135deg, #ecf0f1 0%, #f8f9fa 100%);
   padding: 1.5rem;
	border-radius: 8px;
  border-left: 4px solid var(--color-secondary);
}

/* Animation and transitions */

.webinar-item h4 {
  color: var(--color-primary);

  margin-bottom: 0.8rem;
}

.webinar-item p {
  margin    :        0.5rem 0;
   font-size: 0.95rem;
}
/* Vendor-specific */
.consultation-content {
   text-align: center;
}

/* Vendor-specific */

.consultation-content h2 {
   text-align     :      center;
     margin-bottom: 1rem;
}

.consultation-content > p {
	font-size: 1.1rem;
   margin-bottom: 2rem;
}

.consultation-grid {
	display: grid;
	   margin-top: 2rem;
	    grid-template-columns: 1fr 1fr;
	   gap: 3rem;
}

.consultation-item,
.consultation-cta {
   text-align: left;
}

.consultation-item h3  
  {
  color: var(--color-primary);
    margin-bottom: 1rem;
}

.consultation-benefits {
   list-style: none;
  padding: 0;
}

.consultation-benefits li	{
  padding: 0.8rem 0;
    padding-left: 2rem;
    position: relative;
}

.consultation-benefits li:before
	{
  content: "✓"; 
		 position    : absolute; 
	   left   : 0; 
	  color: var(--color-success); 
	    font-weight: bold;
}

.consultation-cta {
  background: linear-gradient(135deg, var(--color-primary) 0%, #34495e 100%);
  color    :       #fff;
   padding: 2rem;
               border-radius:    12px;
   display: flex;
    flex-direction: column;
   justify-content: center;
}

.consultation-cta h3 {
  color: #fff;
}

.consultation-button {
	display: inline-block;
  background: linear-gradient(135deg, var(--color-accent) 0%, #c0392b 100%);
   color: #fff;
   padding  : 1rem 2rem;
   border-radius: 8px;
    font-weight: 600;
	 margin-top    :        1.5rem;
	text-align: center;
 transition: all 0.3s ease;
}


.consultation-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(231, 76, 60, 0.3);
}

.comparison-section
	{
      background  :       #f8f9fa; 
	
} 

.comparison-table-wrapper {
   overflow-x: auto;
  margin-top: 2rem;
}

.comparison-table {
  width: 100%;

	  border-collapse: collapse;

	   background: #fff;
}

.comparison-table thead {
  background: linear-gradient(135deg, var(--color-primary) 0%, #34495e 100%);
   color: #fff;
}



.comparison-table th	{
	padding: 1rem;
  text-align: left;
	font-weight: 600;
}

.comparison-table td {
   padding: 1rem;
  border-bottom: 1px solid var(--color-light);
}

.comparison-table tbody tr:hover {
	background: #f8f9fa;
}

.comparison-table tbody tr:nth-child(even) {
    background: #fff;
     }

.faq-section     {
  background   :    #fff;
}

.faq-grid {
   display :       grid; 
	       grid-template-columns: 1fr 1fr; 
	   gap: 2rem; 
	 margin-top :  2rem;
}
/* Experimental feature */


.faq-item	{
  background: linear-gradient(135deg, #ecf0f1 0%, #f8f9fa 100%);
	 padding: 1.5rem;
   border-radius: 8px;
  border-left: 4px solid var(--color-accent);
}

.faq-item h3
	{
  color: var(--color-primary);
    margin-bottom: 0.8rem;
	font-size   :        1.1rem;
}

.faq-item p {
  margin: 0;
  color: var(--color-text);
  font-size: 0.95rem;
}

.thankyou-section  
  {
  background: linear-gradient(135deg, #ecf0f1 0%, #f8f9fa 100%);
  padding: 4rem 2rem;
  min-height: calc(100vh - 200px);
    display: flex;
    align-items: center;
}

.thankyou-container{
    max-width: 800px;
  margin: 0 auto;
   width: 100%;
}

.thankyou-content   {
            background: #fff;
   padding: 3rem;
   border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
	 text-align: center;

}

.success-icon {
                    width: 80px;
   height: 80px;
  background: linear-gradient(135deg, var(--color-success) 0%, #229954 100%);
   color: #fff;
    border-radius :50%;
    display    :flex;
    align-items: center;
    justify-content: center;
                    font-size   :3rem;
    font-weight: bold;
    margin: 0 auto 1.5rem;
}

.thankyou-content h1 {
  font-size: 2.5rem;
  color: var(--color-primary);
   margin-bottom: 0.5rem;
}

.thankyou-content h2 {
   font-size     :     1.8rem;
  color: var(--color-accent);
   margin-bottom: 1.5rem;
  font-weight  :  600;
}

.thankyou-message {
      font-size: 1.05rem;
   line-height  :   1.8;
  color: var(--color-text);
        margin-bottom: 2rem;


} 

.next-steps
	{
	 margin: 2rem 0;
 text-align: left;
  background: #f8f9fa;
  padding: 2rem;
  border-radius: 8px;
}

/* Layout styles */

.next-steps h3
{
  color: var(--color-primary);
  text-align: center;
  margin-bottom: 1.5rem;
}
/* FIXME: IE11 compatibility */

	/* TODO: optimize for mobile */

/* State modifiers */

.steps-grid {
  display: grid;
    grid-template-columns  :   1fr 1fr;
	gap: 1.5rem;
}

.step-item     {
       text-align: center;
}

.step-num {
   width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--color-accent) 0%, #c0392b 100%);
  color: #fff;
    border-radius  :        50%;
  display:      flex;
    align-items: center;
  justify-content: center;
   font-size: 1.5rem;
   font-weight: bold;
  margin   :    0 auto 0.8rem;


}

.step-item h4 {
  color: var(--color-primary);
 margin: 0.5rem 0;
}  

.step-item p

{
    margin: 0;
    font-size: 0.95rem;
  color: var(--color-text);
}


.expected-benefits {
    margin  :     2rem 0;
  text-align: left;
}

.expected-benefits h3 {
  color: var(--color-primary); 
   margin-bottom: 1rem;
}

.benefits-checklist {
    list-style: none;
  padding: 0;


}

.benefits-checklist li {
  padding  :  0.8rem 0;
    padding-left   :        2rem;
   position    :    relative;
}

.benefits-checklist li:before
{
  content: "✓";
         position: absolute;
   left: 0;
  color: var(--color-success);
  font-weight: bold;
      font-size: 1.2rem;
}

.contact-during-wait

{
  background: linear-gradient(135deg, var(--color-primary) 0%, #34495e 100%);
	color: #fff;
  padding: 1.5rem;
	border-radius: 8px;
    margin: 2rem 0;
}  

.contact-during-wait h3


{
       color: #fff;
      margin-bottom: 0.8rem;

}

.contact-during-wait p {
  margin: 0.5rem 0;
}

.direct-contact {
   margin-top: 1rem;
  text-align: center;
}  

.direct-contact a {
	  color: var(--color-accent);
  font-weight: 600;

}

.recommended-actions {
	margin: 2rem 0;
}

.recommended-actions h3 {
  color: var(--color-primary);
	margin-bottom: 1rem;
}

.action-buttons {
  display  :  flex;
	gap   :       1rem;
	 justify-content: center;
   flex-wrap     :      wrap;
}

.action-button {
  display: inline-block;
    padding: 1rem 2rem;
  border-radius: 8px;
	font-weight: 600;
    transition: all 0.3s ease;
   text-align: center;
}

.action-button.primary  
  {
  background: linear-gradient(135deg, var(--color-accent) 0%, #c0392b 100%);

  color: #fff;
}

.action-button.primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(231, 76, 60, 0.3);
}

.action-button.secondary {
  background: var(--color-secondary);
   color: #fff;
}

.action-button.secondary:hover {
   background: #2980b9;
}

.social-engagement {
   background: #f8f9fa;
  padding:   1.5rem;
   border-radius: 8px;
    margin-top: 1.5rem;
}  

.social-engagement h3 {
  color: var(--color-primary);
   margin-bottom: 0.5rem;
}

.social-engagement p {
     margin: 0;
  color: var(--color-text);
}

.inspiration-section {
        margin-top: 2rem;
   padding: 1.5rem;
  background: linear-gradient(135deg, rgba(44, 62, 80, 0.05) 0%, rgba(52, 73, 94, 0.05) 100%);
  border-left: 4px solid var(--color-accent);
   border-radius: 8px;
}
/* Vendor-specific */


.inspiration-section h3		{
  color: var(--color-primary);
   margin-bottom: 1rem;
}

blockquote {
           font-size: 1.1rem;
    font-style: italic;
  color: var(--color-text);
    margin     :        0;
    padding  :       1rem 0;
 line-height: 1.8;
     }
/* Utility classes */
blockquote footer {
    margin-top: 0.8rem;
  color: var(--color-accent);
  font-weight   :    600;
   font-style: normal;


}

.related-articles-section {
    background: #f8f9fa;
  padding: 4rem 2rem;
}

.related-articles-section h2 {
   text-align: center;
       margin-bottom    :       2rem;
	
}
/* FIXME: IE11 compatibility */

.articles-grid {

	   display: grid;
  grid-template-columns: repeat(3, 1fr);
   gap: 2rem;
    max-width: 1200px;
   margin   :        0 auto;


}

.article-card {
    background: #fff;
   padding: 2rem;
	border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;

}

.article-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
	/* Custom modifications */


.article-card h3 {
  color: var(--color-primary);
  margin-bottom: 1rem;
  font-size  :1.2rem;
}
/* State modifiers */


.article-card p {
  color: var(--color-text);
	 margin-bottom    :        1rem;
}
/* Utility classes */


/* Responsive design */
.read-more {
  display: inline-block;
  color: var(--color-accent);
   font-weight : 600;
  transition: var(--transition);
	
}

.read-more:hover


{
     color: var(--color-primary);


}
@media (max-width: 1024px) {
    .service-content-wrapper {
        grid-template-columns: 1fr;
    }

    .pricing-options {
        grid-template-columns: 1fr;
    }

    .process-steps {
        grid-template-columns: 1fr;
    }

    .conference-agenda {
        margin: 1rem 0;
    }

    .agenda-item {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .conferences-list {
        grid-template-columns: 1fr;
    }

    .webinar-list {
        grid-template-columns: 1fr;
    }

    .consultation-grid {
        grid-template-columns: 1fr;
    }

    .articles-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .faq-grid {
        grid-template-columns: 1fr;
    }

    .steps-grid {
        grid-template-columns: 1fr;
    }

    .thankyou-content {
        padding: 2rem;
    }
}

@media (max-width: 768px) {
    .hero-services-content h1 {
        font-size: 2rem;
    }

    .hero-services-content p {
        font-size: 1.1rem;
    }

    .service-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .service-header h2 {
        font-size: 1.8rem;
    }

    .workshop-includes {
        grid-template-columns: 1fr;
    }

    .articles-grid {
        grid-template-columns: 1fr;
    }

    .comparison-table-wrapper {
        overflow-x: auto;
    }

    .comparison-table {
        font-size: 0.9rem;
    }

    .comparison-table th,
    .comparison-table td {
        padding: 0.8rem;
    }

    .action-buttons {
        flex-direction: column;
    }

    .action-button {
        width: 100%;
    }

    .thankyou-content h1 {
        font-size: 1.8rem;
    }

    .thankyou-content h2 {
        font-size: 1.4rem;
    }
}

@media (max-width: 480px) {
    .services-section {
        padding: 2rem 1rem;
    }

    .hero-services {
        padding: 3rem 1rem;
    }

    .service-header h2 {
        font-size: 1.5rem;
    }

    .service-duration {
        font-size: 0.85rem;
    }

    .step {
        padding: 1rem;
    }

    .process-steps {
        gap: 1rem;
    }

    .price-card {
        padding: 1.5rem;
    }

    .conference-agenda {
        margin: 1rem 0;
    }

    .agenda-item {
        grid-template-columns: 1fr;
        padding: 1rem;
    }

    .agenda-time {
        font-size: 0.85rem;
    }

    .thankyou-content {
        padding: 1.5rem;
    }

    .success-icon {
        width: 60px;
        height: 60px;
        font-size: 2rem;
    }

    .thankyou-content h1 {
        font-size: 1.5rem;
    }

    .next-steps {
        padding: 1rem;
    }
}.policySection {
  padding: 80px 2rem;
   background: #f8f9fa;
  min-height: calc(100vh - 300px);
}

.policyContainer {
  max-width     :  800px;
  margin: 0 auto;
  text-align: left;
}

.policyContainer h1 {
    font-size: 3rem;
  color: var(--color-primary);
	margin-bottom  :  2rem;
  font-weight: 700;
}

.policyContainer h2 {
	font-size: 1.8rem;
  color: var(--color-primary);
    margin-top: 2rem;
  margin-bottom: 1rem;
   font-weight: 700;
  border-bottom: 3px solid var(--color-accent);
    padding-bottom: 0.5rem;
}

.policyPart {
   margin-bottom  :     2.5rem;
   background: #fff;
  padding: 1.5rem;
   border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  border-left: 4px solid var(--color-secondary);
}

.policyContainer p {
  color: var(--color-text);
  margin-bottom    :        1rem;
   line-height: 1.8;
  font-size:    1.05rem;
  text-align: justify;
}

.policyContainer strong {

	  color: var(--color-primary);
   font-weight: 600;
}

.policyContainer {
	  font-family: var(--font-family);
     letter-spacing :   0.3px;
     }  

.policyPart:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}@media (max-width: 1024px) {
    .policySection {
        padding: 60px 2rem;
    }

    .policyContainer h1 {
        font-size: 2.5rem;
    }

    .policyContainer h2 {
        font-size: 1.6rem;
    }

    .policyContainer p {
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .policySection {
        padding: 50px 1.5rem;
        min-height: auto;
    }

    .policyContainer {
        max-width: 100%;
    }

    .policyContainer h1 {
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }

    .policyContainer h2 {
        font-size: 1.4rem;
        margin-top: 1.5rem;
        margin-bottom: 0.8rem;
    }

    .policyPart {
        padding: 1.2rem;
        margin-bottom: 1.5rem;
        border-left-width: 3px;
    }

    .policyContainer p {
        font-size: 0.95rem;
        line-height: 1.7;
        text-align: left;
        margin-bottom: 0.8rem;
    }
}

@media (max-width: 480px) {
    .policySection {
        padding: 40px 1rem;
    }

    .policyContainer h1 {
        font-size: 1.6rem;
        margin-bottom: 1rem;
    }

    .policyContainer h2 {
        font-size: 1.2rem;
        margin-top: 1.2rem;
        margin-bottom: 0.6rem;
        padding-bottom: 0.3rem;
    }

    .policyPart {
        padding: 1rem;
        margin-bottom: 1rem;
        border-left-width: 3px;
    }

    .policyContainer p {
        font-size: 0.9rem;
        line-height: 1.6;
        margin-bottom: 0.6rem;
    }

    .policyContainer strong {
        font-weight: 600;
    }
}

@media print {
    .navbar-main,
    .footer-main {
        display: none;
    }

    .policySection {
        background: #fff;
        padding: 0;
    }

    .policyPart {
        page-break-inside: avoid;
        box-shadow: none;
        border: 1px solid #ddd;
    }

    .policyContainer h2 {
        page-break-after: avoid;
    }
}