* {
	margin: 0;
	padding: 0;
  box-sizing: border-box;
}



body {
  font-family: 'Segoe UI', Arial, sans-serif;
	line-height: 1.6;
  color: #2c3e50;
    background: #f8f9fa; 
	
}

.topbar-wrap {
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  position: sticky;
         top: 0;
    z-index    :1000;
   transition: all 0.3s ease;
}

.scrolled-nav {
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);}

.nav-inner 
 {
       max-width :    1200px;
     margin: 0 auto;
   	 padding: 1rem 2rem;
      display: flex;
       justify-content: space-between;
     align-items: center;
} 

.brand-section img {
         height: 45px;
    width: auto;
}

.link-container {


  gap: 2.5rem;
  display: flex;}

.nav-item   {
   -o-transition: color 0.3s;
        -moz-transition: color 0.3s;
  text-decoration    : none;
        -webkit-transition: color 0.3s;
  color: #34495e;
   font-weight: 500;
          transition: color 0.3s;
	 font-size :       15px;
}

.nav-item:hover {
    color: #3498db;
	
}

.active-link {

	   color: #2980b9;
  border-bottom: 2px solid #2980b9;
    padding-bottom: 3px;
	
	}

.menu-trigger {
   display: none;
   background: none;
   border: none;
    flex-direction    :    column;
   gap    :        5px;
    cursor: pointer;
  padding: 8px;
}

.bar-line  
  {
		width     :       26px;
  height: 3px;
    background: #34495e;
  transition: all 0.3s;
   border-radius: 2px;


}

.active-burger .bar-line:nth-child(1)  {
  transform: rotate(45deg) translate(7px, 7px);
}

.active-burger .bar-line:nth-child(2) {
    opacity :   0;

}

.active-burger .bar-line:nth-child(3)
	{
  transform: rotate(-45deg) translate(7px, -7px);
	
}

.prime-section {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
   padding: 80px 2rem;
   color: white;
}  

.hero-content-wrap {


	 max-width: 1200px;
   margin: 0 auto;
   display: grid;
  grid-template-columns: 1fr 1fr;
    gap: 60px;
   align-items: center;
}

.text-zone {
    padding-right  : 20px;
}

.main-headline {
   font-size    :  2.8rem;
    margin-bottom: 20px;
	 line-height: 1.2;
       font-weight: 700;
}

.intro-desc {
  font-size: 1.15rem;
   margin-bottom: 30px;
  opacity: 0.95;
  line-height: 1.7;


}

.action-buttons {
  display: flex;
   gap: 15px;
}

.primary-btn, .secondary-btn {
                    padding: 14px 32px;
        text-decoration :     none;
    border-radius: 6px;
   font-weight: 600;
	transition: all 0.3s;
  display: inline-block;
}

.primary-btn {
    background: #fff;
	color: #667eea;
}

.primary-btn:hover


{
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(0,0,0,0.2);
}

.secondary-btn {
    background: transparent;
    border: 2px solid white;
    color: white;
}

.secondary-btn:hover {
  background: rgba(255,255,255,0.1);

}

.visual-zone img {
    width: 100%;
	border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
	
}

.features-block {
   padding: 70px 2rem;
  background: #fff;
	
}

.section-wrapper {
  max-width   :1200px;
    margin: 0 auto;
}

.section-heading		{
     font-size: 2.2rem;
  text-align: center;
   margin-bottom: 50px;
	color  :    #2c3e50;

     }

.feature-grid {
     display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 35px;
}

.feature-box	{
	 padding: 35px 25px;
   background: #f8f9fa;
        border-radius: 8px;
        transition: transform 0.3s;
	
}

.feature-box:hover
	{
	  transform: translateY(-5px);

  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
     }

.icon-placeholder {


	width: 60px;
   height: 60px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
   margin-bottom: 20px;
	}

.feature-label
	{
    color  :#34495e;
   margin-bottom: 12px;
  font-size: 1.4rem;
}

.feature-text {
  color: #7f8c8d;
         line-height    :        1.7;
}

.approach-segment		{
    padding: 70px 2rem;
   background     :       #ecf0f1;
}

.dual-layout {
  max-width: 1200px;
    margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.approach-img {
      width :     100%;
   border-radius: 8px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.12);

}

.segment-title {
  font-size: 2rem;
    margin-bottom: 20px;
  color: #2c3e50;
}

.segment-paragraph {
       margin-bottom: 18px;
	 color: #555;
    line-height     :1.8;}

.benefits-listing

{
	list-style: none;
  margin-top   :        25px;
     }

.benefit-point {
	padding: 10px 0 10px 30px;
   position:     relative;
    color: #34495e;
}

.benefit-point::before {
  content: "✓";
    position: absolute;
  left: 0;
    color: #27ae60;
    font-weight: bold;
	font-size: 1.3rem;
}

.testimonial-area {
  padding: 70px 2rem;

	     background: #fff;
}

.wrapper-testimonials {
     max-width: 1200px;
   margin: 0 auto;
}


.testimonial-heading {
  font-size     :   2.2rem;
	    text-align :center;
	   margin-bottom: 50px;
		 color: #2c3e50;
}

.testimonial-cards {
               display   :  grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 30px;
}

.single-testimonial   {
	background: #f8f9fa;
  padding: 30px;
        border-radius: 8px;
    border-left: 4px solid #667eea;
}

.quote-content {
  font-style: italic;
  color: #555;
  margin-bottom : 15px;
   line-height: 1.7;
}

.client-name {

    font-weight: 600;
  color: #34495e;
         text-align: right;
}

.services-showcase {
  padding: 70px 2rem;
   background: #ecf0f1;
}

.services-container {
   max-width: 1200px;

	        margin: 0 auto;
}

.services-header {
 font-size: 2.2rem;
    text-align     :    center;
  margin-bottom: 50px;
  color: #2c3e50;
}

.services-blocks {
    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	gap: 35px;


}

.service-item {
                    background: white;
    border-radius:  8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: transform 0.3s;


}

.service-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.service-photo    {
   width: 100%; 
   height: 220px; 
    object-fit: cover;
}

.service-name {
    padding: 20px 25px 10px;
        font-size: 1.5rem;
  color: #34495e;
	
}

.service-description {
    padding: 0 25px 25px;
  color: #7f8c8d;
    line-height: 1.7;
}

.cta-banner {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	 padding: 80px 2rem;
               text-align: center;
  color: white;
}

.cta-wrapper {
		 max-width    :  800px;
   margin: 0 auto;
     }

.cta-headline {
	 font-size    :    2.5rem;
    margin-bottom: 20px;
}

.cta-subtext {
     font-size: 1.15rem;
          margin-bottom     :       35px;
  opacity: 0.95;
	line-height: 1.7;
     }

.cta-action-btn {
   display: inline-block; 
	               padding: 16px 40px; 
	   background: white; 
	    color   :        #667eea; 
	    text-decoration: none; 
	  border-radius: 6px; 
	   font-weight: 600; 
		 transition: all 0.3s; 
	   font-size: 1.1rem;
}

.cta-action-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.3);
}

.contact-segment{
  padding :     70px 2rem; 
  background: #fff;
}

.contact-layout {
  max-width: 1200px;
  margin: 0 auto;
    display: grid;
    grid-template-columns :      1fr 1.5fr;
  gap: 50px;
}

.contact-title {

	 font-size: 2rem;
   margin-bottom: 20px;
  color: #2c3e50;}

.contact-intro {
   margin-bottom: 30px;
	 color: #555;
	line-height: 1.7;

}

.contact-details {
     display: flex;
         flex-direction: column;
	gap: 15px;
}

.detail-row {

	        display: flex;
	 flex-direction: column;
  gap :      5px;

}

.detail-label		{
  font-weight: 600;
    color: #34495e;
}

.detail-value {
    color: #7f8c8d;
}

.contact-form {
	 border-radius: 8px;
   padding: 35px;
   background: #f8f9fa;
}

.form-field  
  {
               margin-bottom: 20px;
	
}

.field-label {


  display     :   block;
    margin-bottom: 8px;
  font-weight: 500;
   color: #34495e;


}

.field-input, .field-select, .field-textarea {
  width: 100%;
   -webkit-border-radius: 5px;
 padding:        12px 15px;
  border: 1px solid #ddd;
   border-radius: 5px;
    -moz-transition: border-color 0.3s;
    font-size: 15px;
  font-family: inherit;
   transition: border-color 0.3s;
   -o-transition  :      border-color 0.3s;
      -webkit-transition   :        border-color 0.3s;
}

.field-input:focus, .field-select:focus, .field-textarea:focus {
  outline: none;
	 border-color     :      #667eea;
}

.field-textarea {
	resize: vertical;
    min-height: 120px;
}

.submit-btn {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
   padding: 14px 35px;
  border: none;
	 border-radius: 6px;
   font-size: 16px;
  font-weight     :    600;
   cursor: pointer;
   transition: all 0.3s;
   width: 100%;
}

.submit-btn:hover	{

	  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(102, 126, 234, 0.4);}

.bottom-area {

	    background   : #2c3e50;
  padding: 50px 2rem 20px;
	color: #ecf0f1;
     }

.footer-content {
   max-width: 1200px;
  margin: 0 auto;
   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 40px;
    margin-bottom: 30px;
}

.footer-logo   {
  height: 50px;
   width :   auto;
  filter: brightness(0) invert(1);
    margin-bottom   :15px;
}

.footer-tagline   {
  color: #bdc3c7;
	line-height: 1.6;
   margin-top: 10px;
}

.footer-heading {
    font-size: 1.1rem;
                       margin-bottom: 18px;
    color: #fff;
}

.footer-links {
   list-style: none;
}

.footer-links li {
   margin-bottom: 10px;
}

.footer-links a{
  color:     #bdc3c7;
    text-decoration  :none;
       transition: color 0.3s;
    -o-transition: color 0.3s;
   -webkit-transition: color 0.3s;
 -moz-transition: color 0.3s;}

.footer-links a:hover {
	 color: #fff;
}

.footer-contact-item
	{
    color:      #bdc3c7;
    margin-bottom: 8px;
}

.footer-bottom {
          max-width: 1200px;
         margin: 0 auto;
  padding-top: 20px;
      border-top: 1px solid #34495e;
	text-align: center;
}

.copyright-text    {
    color: #95a5a6;
   font-size: 14px;
	}@media (max-width: 768px) {
    .menu-trigger {
        display: flex;
    }
    
    .link-container {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: white;
        flex-direction: column;
        gap: 0;
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
    }
    
    .show-menu {
        max-height: 300px;
        padding: 15px 0;
    }
    
    .nav-item {
        padding: 12px 2rem;
        display: block;
    }
    
    .hero-content-wrap {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .main-headline {
        font-size: 2rem;
    }
    
    .action-buttons {
        flex-direction: column;
    }
    
    .dual-layout {
        grid-template-columns: 1fr;
    }
    
    .contact-layout {
        grid-template-columns: 1fr;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

@media (max-width: 480px) {
    .main-headline {
        font-size: 1.7rem;
    }
    
    .section-heading, .services-header, .testimonial-heading {
        font-size: 1.8rem;
    }
    
    .cta-headline {
        font-size: 2rem;
    }
}.policySection {
  padding: 80px 2rem;
	background: #f8f9fa;
}

.policyContainer {
	 text-align: left;
     max-width: 800px;
   margin: 0 auto;


}

.policyContainer h2
	{
   font-weight: 700;
   margin-bottom: 1.5rem;
   font-size: 2.5rem;
  color:    #2c3e50;
}

.policyContainer p {

    color:        #7f8c8d;
         margin-bottom: 1.5rem;
       line-height: 1.7;
      font-size: 1.1rem;
	}@media (max-width: 768px) {
    .policyContainer h2 {
        font-size: 2rem;
    }

    .policyContainer p {
        font-size: 1rem;
    }

    .policySection {
        padding: 60px 1rem;
    }
}.page-hero-about {
  background: linear-gradient(rgba(102, 126, 234, 0.85), rgba(118, 75, 162, 0.85)), url('logos/comparison_overcoming_coaching_professional_2.webp') center/cover;

    padding: 120px 2rem 80px;

	text-align: center;

    color: #fff;
}

.hero-overlay 
 {
       margin: 0 auto;
    max-width: 900px;
}

.page-main-title {
    margin-bottom: 20px;
     font-weight: 700;
     font-size  :  3.2rem;
}

.page-subtitle  
  {

	    font-size  :     1.3rem;
   opacity: 0.95;
  line-height: 1.6;}



.story-segment {
    padding: 80px 2rem;
   background: #fff;
}

.story-container {
   max-width: 1200px;
   margin  :   0 auto;
	 display     :     grid;
	 grid-template-columns: 1.2fr 1fr;
  gap: 55px;
    align-items: center;
}

.story-header {
   font-size :2.3rem;
   margin-bottom: 25px;
    color: #2c3e50;
}

.story-paragraph


{
	    margin-bottom: 20px;
   line-height: 1.8;
  color    :   #555;
	}

.story-image	{
      width: 100%;
	border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);


}

.mission-block {
   padding: 80px 2rem;
      background: #f8f9fa;
}

.mission-wrap
{


  max-width: 1200px;
	               margin   :      0 auto;}

.mission-title {
   margin-bottom: 25px;
     font-size: 2.3rem;
   text-align: center;
    color: #2c3e50;

}  

.mission-text {
    text-align: center;
  max-width: 850px;
  margin: 0 auto 50px;
    font-size :      1.1rem;
    line-height  :     1.8;
       color    :      #555; 

}

.values-grid {
   display: grid; 
	  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); 
	  gap: 35px; 
				margin-top    :    45px;
}

.value-card

{
	    background: white;
          padding: 35px 30px;
  border-radius     : 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
          transition: transform 0.3s;
     }

.value-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.value-name  {

  font-size: 1.5rem;
	margin-bottom: 15px;
               color: #667eea;
}

.value-desc {
	 color: #7f8c8d;
	line-height: 1.7;
}

.team-area

{
				padding: 80px 2rem;
    background: #fff;
}

.team-wrapper {
    max-width: 1200px;
        margin: 0 auto;
}

.team-heading {
   font-size: 2.3rem;
  text-align: center;
    margin-bottom: 20px;
   color: #2c3e50;
	
}

.team-intro {
  text-align: center;
    max-width: 750px;
    margin    : 0 auto 50px;
    color: #555;
  line-height :       1.7;
}

.team-grid {
   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
} 

.team-member {
    text-align: center;
}

.member-photo-placeholder {
    width: 180px;
    height: 180px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius     :     50%;
   margin: 0 auto 20px;}

.member-name	{
	font-size  :     1.4rem; 
	  margin-bottom: 8px; 
	    color: #34495e;
}

.member-role {
   letter-spacing: 0.5px;
	 font-weight: 600;
    color    : #667eea;
   text-transform: uppercase;
         font-size: 0.95rem;
   margin-bottom: 12px;
}

.member-bio {
	color:   #7f8c8d;
      line-height: 1.7;
    font-size: 0.95rem;
}

.approach-detail {
  padding: 80px 2rem; 
    background: #ecf0f1;
}

.approach-container {
  margin: 0 auto;
  max-width: 1200px;

}

.approach-heading

{
	font-size   :2.3rem;
          text-align: center;
  margin-bottom: 50px;
    color: #2c3e50;
}

.approach-layout {
	align-items: start;
    grid-template-columns: 1fr 1fr;
  display: grid;
	gap  :55px;
}

.approach-photo {
   width: 100%;
	border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.12); 

}

.method-item {
   margin-bottom   :    35px;
}

.method-title {
   font-size    :     1.3rem;
    margin-bottom: 12px;
  color:       #34495e;

}

.method-description {
  color: #7f8c8d;
	line-height: 1.7;
}

.results-showcase {
  padding: 80px 2rem;

	   background  :    #fff;
}

.results-content {


	max-width: 1200px;
    margin: 0 auto;


}

.results-title {
   font-size: 2.3rem;
  text-align:center;
    margin-bottom: 50px;
  color: #2c3e50;
}

.results-boxes {
	 display: grid;
	  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	        gap: 30px;
}

.result-box {
    background  :       #f8f9fa;
   padding: 35px 25px;
    border-radius: 8px;
    text-align: center;
  transition :      all 0.3s;
}

.result-box:hover {

	  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);


}

.result-number {
  width: 65px;
   height: 65px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	color: white;
  border-radius: 50%;
    display: flex;
    align-items: center;
   justify-content     :   center;
   font-size: 1.8rem;
	font-weight  :     700;
   margin :      0 auto 20px;


}

.result-heading {
  font-size: 1.3rem;
   margin-bottom: 12px;
    color: #34495e;
}

.result-text {
    color: #7f8c8d;
    line-height: 1.7;
}

.cta-about-section     {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  padding: 80px 2rem;
  text-align: center;
   color: white;
}

.cta-about-content {
	                    max-width: 750px;
   margin:   0 auto; 
	}

.cta-about-title {
    font-size     :     2.5rem;
    margin-bottom: 20px;
}

.cta-about-desc {
  font-size: 1.15rem; 
    margin-bottom :   35px; 
          opacity: 0.95; 
       line-height: 1.7;
}

.cta-about-button {
   display: inline-block;
   padding: 16px 40px;
   background    :      white;
  color: #667eea;
    text-decoration: none;
    border-radius: 6px;
   font-weight: 600;
  transition: all 0.3s;
	 font-size: 1.1rem;
}

.cta-about-button:hover
{
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.3);
}

.thankyou-main {

   padding: 100px 2rem 80px;
  background: linear-gradient(135deg, #f8f9fa 0%, #ecf0f1 100%);
   min-height: 60vh;
   opacity: 0;
  transition: opacity 0.6s ease;
     } 

.thankyou-main.show-content {
   opacity: 1; 
	
}

.thankyou-wrapper {
  max-width: 850px;
	 margin: 0 auto;
	text-align: center;
}

.success-icon-area {
	 margin-bottom: 30px;
}

.checkmark-circle {
   width: 100px;
   height: 100px;
  background: linear-gradient(135deg, #27ae60 0%, #2ecc71 100%);
    border-radius   :   50%;
   margin :     0 auto;
  display     :        flex;
   align-items: center;
    justify-content   :      center;
    animation: scaleIn 0.5s ease;
}@keyframes scaleIn {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}.checkmark-symbol {
  width: 35px;
 height: 60px;
   border-right :       5px solid white;
    border-bottom  : 5px solid white;
  transform: rotate(45deg) translateY(-8px);
}

.thankyou-headline	{
    color: #2c3e50;
  font-size: 2.8rem;
  margin-bottom: 20px;
}

.thankyou-message {
    font-size: 1.2rem;
   color  : #555;
	margin-bottom: 50px;
   line-height: 1.7;
}

.next-steps-block {


 background: white;
   padding: 45px 40px;
   border-radius :     10px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
	margin-bottom: 40px;
  text-align: left;
     }

.steps-heading {
   font-size:     1.8rem;
     color: #34495e;
      margin-bottom: 30px;
            text-align     :     center;
}

.step-list {
   display: flex;
  flex-direction: column;
      gap: 25px;
}  

.step-item {
          display: flex;
  gap: 20px;
	align-items: start;
}

.step-num {
   min-width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
   color    :  white;
	border-radius    :   50%;
       display: flex;
    align-items: center;
  justify-content  : center;
    font-size:        1.4rem;
        font-weight: 700;
}

.step-content {
	flex  :1;
}

.step-title {
   font-size     :   1.2rem;
	color: #34495e;
    margin-bottom:      8px;
}

.step-desc {
	line-height: 1.7;
  color: #7f8c8d; 

}

.quick-links-area {
  margin-bottom: 45px;
}

.quick-links-text {
    font-size  :      1.1rem;
               color: #555;
   margin-bottom: 20px;
}

.quick-buttons {
   display: flex;
  gap: 15px;
    justify-content   :     center;
  flex-wrap: wrap;}

.quick-link-btn {

  padding: 14px 32px;

	 text-decoration: none;

	   border-radius: 6px;

	    font-weight: 600;

	  transition: all 0.3s;

	    display: inline-block;

}

.primary-style
{
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); 
		 color: white;
}

.primary-style:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(102, 126, 234, 0.3);
}

.secondary-style {
   background: transparent;
  border: 2px solid #667eea;
   color :     #667eea;
}

.secondary-style:hover {
	  background: rgba(102, 126, 234, 0.1);
	}

.contact-reminder 
 {


 background: white;
    padding: 35px;
   border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
     }

.reminder-heading {
  font-size: 1.5rem;
	color: #34495e;
   margin-bottom: 12px;
}

.reminder-text {
    color: #7f8c8d;
  margin-bottom: 10px;
}

.reminder-phone {
  font-size: 1.4rem;
   color: #667eea;
               font-weight: 600;
}

.additional-info-block {
    padding: 70px 2rem;
    background: #fff;
}

.info-container {
  max-width   :     1200px;
  margin: 0 auto;
} 

.info-heading {
   font-size: 2.2rem;
    text-align: center;
 margin-bottom: 50px;
  color: #2c3e50;
}

.prep-grid


{

   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
     }

.prep-card {
    background: #f8f9fa;
  padding: 35px 30px;
  border-radius: 8px;
    transition: transform 0.3s;


     }

.prep-card:hover  {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
     }

.prep-title {
    font-size   :       1.3rem;

  margin-bottom: 15px;

   color: #34495e;
}

.prep-text {
    color: #7f8c8d;
  line-height: 1.7;
}

.fade-in-element {
  transition: opacity 0.6s ease, transform 0.6s ease; 
	  transform: translateY(30px); 
	  opacity: 0;
}

.fade-in-element.visible-element {
  transform: translateY(0);
    opacity: 1;
}@media (max-width: 768px) {
    .page-main-title {
        font-size: 2.2rem;
    }
    
    .page-subtitle {
        font-size: 1.1rem;
    }
    
    .story-container {
        grid-template-columns: 1fr;
    }
    
    .approach-layout {
        grid-template-columns: 1fr;
    }
    
    .thankyou-headline {
        font-size: 2.2rem;
    }
    
    .thankyou-message {
        font-size: 1.05rem;
    }
    
    .next-steps-block {
        padding: 30px 25px;
    }
    
    .step-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .quick-buttons {
        flex-direction: column;
    }
    
    .quick-link-btn {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .page-hero-about {
        padding: 80px 2rem 60px;
    }
    
    .page-main-title {
        font-size: 1.9rem;
    }
    
    .thankyou-headline {
        font-size: 1.8rem;
    }
    
    .checkmark-circle {
        width: 80px;
        height: 80px;
    }
    
    .checkmark-symbol {
        width: 28px;
        height: 48px;
    }
}