* {
   margin: 0;
               padding: 0;
   box-sizing: border-box;
}  

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.6;
  color  :  #2d3748;
   background: #ffffff;
}

img{
       max-width: 100%;
   height: auto;
    display: block;
	
}

a {
    text-decoration: none;
          color: inherit;
	transition: 0.3s ease;
}

.topbar-nav
{
    background   :        #1a202c;
    padding: 1rem 0;
    position: sticky;
    top: 0;
          z-index: 1000;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
	
}

.nav-wrapper {
    max-width :        1200px;
   margin   :  0 auto;
       padding: 0 20px;
   display: flex;
  justify-content     :       space-between;
  align-items :center;
}

.brand-logo img

{
    height: 65px;
  filter: brightness(0) invert(1);
  width: auto;
}



.nav-links {
	 gap: 2.5rem;
  display   :flex;
    list-style: none;
    align-items: center;

}

.nav-links a {
   color: #e2e8f0; 
	 font-weight: 500; 
  font-size: 15px; 
  padding   :8px 0; 
  position: relative;
}

.nav-links a:hover {

  color: #63b3ed;

}

.nav-links a::after {
  content: '';
    position: absolute;
  bottom: 0;
  left: 0;
    width :   0%;
   height: 2px;
	 background: #63b3ed;
  transition: width 0.3s;
	}

.nav-links a:hover::after {
	width: 100%;
}

.mobile-trigger {
	    display: none;
    background: transparent;
	border: none;
	cursor : pointer;
  flex-direction: column;
   gap: 5px;
 padding  :  5px;

}

.line-bar{
  width: 28px;
   height   : 3px;
   background: #e2e8f0;
   transition    :0.3s;
   border-radius     :   2px;
}

.hero-zone


{
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  padding:80px 20px;
  color: white;
}

.hero-content-box {
   max-width: 1200px;
   margin    :       0 auto;
	 display :      grid;
                    grid-template-columns: 1fr 1fr;
    gap: 60px;
   align-items: center;
}

.text-part h1 {

		font-size: 3rem;
	margin-bottom: 1.5rem;
         line-height: 1.2;
    font-weight: 700;
}

.lead-txt {
   font-size: 1.2rem;
	margin-bottom: 2rem;
   line-height: 1.7;
   opacity: 0.95;
}

.primary-btn {
	   display: inline-block;
   background: #48bb78;
        color: white;
    padding: 16px 40px;
   border-radius: 8px;
   font-weight     :      600;
  font-size: 1.1rem;
  box-shadow: 0 4px 15px rgba(72, 187, 120, 0.4);
   transition: all 0.3s;
	}

.primary-btn:hover {
   background: #38a169;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(72, 187, 120, 0.5);
}

.img-part img {
  border-radius: 15px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}

.benefits-area {
   padding    :    90px 20px;
    background :  #f7fafc;
}

.container-block {


 max-width: 1200px;
   margin     : 0 auto;}

.benefits-area h2 {
    text-align: center;
  font-size  :      2.5rem;
  margin-bottom : 60px;
         color: #1a202c;
}

.benefit-grid  {
 display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.benefit-card


{

    background: white;
	padding: 35px;
   border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
       transition: 0.3s;


} 

.benefit-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.15);
}

.benefit-card h3 {


    color: #667eea;
	margin-bottom: 15px;
        font-size: 1.5rem;}

.benefit-card p {
 color: #4a5568;
  line-height: 1.7;
}

.approach-segment {
    padding:        90px 20px;
	
}

.content-wrapper {
         max-width: 1200px;
               margin: 0 auto;
    display: grid;
   grid-template-columns: 1fr 1fr;
   gap: 60px;
	align-items: center;
}

.img-column img {
    border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.15);


}

.text-column h2 {

	  font-size: 2.3rem;
   margin-bottom: 25px;
  color: #1a202c;
}

.text-column p {
  font-size: 1.05rem;
    color: #4a5568;
  line-height: 1.8;
         margin-bottom: 20px;
}

.services-block {
    padding: 90px 20px;
    background     :     #edf2f7;
}

.wrapper-content {
  max-width: 1200px;
    margin: 0 auto;
}

.services-block h2 {
   text-align: center;
    font-size: 2.5rem;
    margin-bottom: 60px;
    color: #1a202c;
}

.services-layout {
    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 40px; 

}

.service-item {
               background:  white;
	 border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 25px rgba(0,0,0,0.1);
  transition: 0.3s;
}

.service-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 40px rgba(0,0,0,0.2);
}

.service-item img {
	width: 100%;
  height: 240px;
    object-fit: cover;
}

.service-item h3 {

      padding: 25px 30px 15px;
    font-size: 1.6rem;
   color: #2d3748;


}


.service-item > p {

   padding   :  0 30px;

	      color: #4a5568;

	  margin-bottom: 20px;

	       line-height: 1.7;
	}

.feature-list {
   padding: 0 30px 30px 50px;
	 list-style :none;
}

.feature-list li {
  color: #4a5568;
 margin-bottom    :       10px;
  position: relative;
    padding-left: 10px;
}

.feature-list li::before {
	 position  :    absolute;
    color: #48bb78;
  content: '✓';
   left: -20px;
    font-weight: bold;
}

.cta-banner {


  padding: 80px 20px;
  background: linear-gradient(135deg, #fc8181 0%, #f56565 100%);
  color: white;
      text-align: center;
     }

.cta-content h2 {
	    font-size:2.8rem;
   margin-bottom: 20px;

}

.cta-content p {
   font-size: 1.2rem;
   margin-bottom: 35px;
  max-width: 700px;
   margin-left    :      auto;
    margin-right: auto;
   line-height:       1.7;
}

.cta-button     {
       display  :   inline-block;
     background: white;
     color    : #f56565;
      padding: 18px 45px;
      border-radius     :   8px;
       font-weight: 700;
      font-size: 1.15rem;
     box-shadow: 0 5px 20px rgba(0,0,0,0.2);
            transition: 0.3s;
	}

.cta-button:hover {
  transform: scale(1.05); 
  box-shadow: 0 8px 30px rgba(0,0,0,0.3);
}

.testimonials-area    {
   padding: 90px 20px;
    background   : #f7fafc;
}

.content-container {
    max-width: 1200px;
   margin: 0 auto;
}

.testimonials-area h2 {
    text-align    :    center;
  font-size: 2.5rem;
  margin-bottom   :60px;
   color   :    #1a202c;
}

.testimonial-grid  
  {
  display    :     grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	 gap    :      35px;
}

.testimonial-box {
   background: white;
    padding: 35px;
	border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
	border-left: 4px solid #667eea;
}

.testimonial-box p {
    font-style: italic;
   color: #4a5568;
   line-height: 1.8;
    margin-bottom  :       20px;
}

.client-info {
    display: flex;
  flex-direction: column;
    gap: 5px;
}

.client-info strong		{
          color :   #2d3748;
   font-size: 1.1rem;

}

.client-info span {
	 color: #718096;
   font-size: 0.95rem;
}

.contact-section {
    padding: 90px 20px;
}

.contact-wrapper {
    display :       grid;
    margin: 0 auto;
         max-width :       1200px;
                    grid-template-columns: 1fr 1.3fr;
         gap: 60px;
}

.contact-info h2 {
    font-size: 2.3rem;
    margin-bottom: 20px;
   color: #1a202c;
}

.contact-info > p {
   margin-bottom: 35px;
   color: #4a5568;
    line-height: 1.7; 

}

.info-details {
  display: flex;
   flex-direction: column;
    gap :     25px;
} 

.detail-item strong {
 display :block;
          color   : #667eea;
    font-size:  1.1rem;
   margin-bottom: 8px;
}

.detail-item p {
          line-height: 1.6;
  color :    #4a5568;
}

.contact-form-box {
 background: #edf2f7;
   padding     :      40px;
   border-radius: 15px;
}

.main-form {

   display     :    flex;
  flex-direction: column;
    gap: 20px;
}

.form-row {
   display: grid;
    grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.input-group {
  display: flex;
	 flex-direction: column;
    gap: 8px;
}

.input-group label {
   color: #2d3748;
    font-weight: 600;
    font-size  :   0.95rem;
}

.input-group input,
.input-group select,
.input-group textarea {
   padding: 12px 15px;
    border: 2px solid #cbd5e0;
  border-radius: 8px;
                    font-size: 1rem;
        font-family: inherit;
    transition: 0.3s;
   background: white;
}

.input-group input:focus,
.input-group select:focus,
.input-group textarea:focus {
   outline: none;
  border-color: #667eea;
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.submit-btn {
   background: #667eea;
  color: white;
    padding: 15px 40px;
   border: none;
    border-radius: 8px;
  font-size: 1.1rem;
  font-weight: 600;
          cursor: pointer;
   transition: 0.3s;
    margin-top: 10px;
}

.submit-btn:hover  {
   background: #5a67d8;
  transform: translateY(-2px);
  box-shadow: 0 5px 20px rgba(102, 126, 234, 0.3);
}

.page-footer {
	background: #1a202c;
    color: #e2e8f0;
  padding :  60px 20px 30px;

}

.footer-content 
 {

   max-width: 1200px;
	margin: 0 auto;
   display: grid;
                    grid-template-columns: 2fr 1fr 1fr;
	gap: 50px;
  margin-bottom  : 40px;}

.footer-brand img {
	height :       50px;
    margin-bottom: 20px;
}

.footer-column p {
	line-height   : 1.7;
	color: #a0aec0;
}

.footer-column h4 {
   margin-bottom     :        20px;
    color: #e2e8f0;
   font-size: 1.2rem;
}

.footer-links {
   list-style: none;

	display: flex;

   flex-direction: column;

               gap: 12px;

}

.footer-links a {

	   color: #a0aec0;
    transition: 0.3s;
}

.footer-links a:hover {
   color: #63b3ed;
   padding-left: 5px;
}

.footer-bottom {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
          border-top: 1px solid #2d3748;
   text-align     :      center;
    color: #718096;
}@media (max-width: 768px) {
    .mobile-trigger {
        display: flex;
    }

    .nav-links {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #1a202c;
        flex-direction: column;
        gap: 0;
        padding: 0;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
    }

    .nav-links.active {
        max-height: 300px;
        border-top: 1px solid #2d3748;
    }

    .nav-links li {
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #2d3748;
    }

    .nav-links a {
        display: block;
        padding: 15px;
    }

    .hero-content-box {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .text-part h1 {
        font-size: 2rem;
    }

    .lead-txt {
        font-size: 1.05rem;
    }

    .content-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .contact-wrapper {
        grid-template-columns: 1fr;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .services-layout {
        grid-template-columns: 1fr;
    }

    .testimonial-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .text-part h1 {
        font-size: 1.7rem;
    }

    .benefits-area h2,
    .services-block h2,
    .testimonials-area h2 {
        font-size: 1.8rem;
    }

    .cta-content h2 {
        font-size: 2rem;
    }

    .contact-form-box {
        padding: 25px;
    }
}.policySection {
    padding: 80px 2rem;
  background  :   #f8f9fa;

}

.policyContainer {
   max-width: 800px;
   margin: 0 auto;
   text-align: left;
}

.policyContainer h2
	{
	    font-size: 2.5rem;
   color    :  #2c3e50;
    margin-bottom: 1.5rem;
    font-weight: 700;


}

.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;
    }
}.intro-banner {
  background: linear-gradient(to right, #4a5568, #2d3748);
    padding: 100px 20px 80px;
  text-align: center;
   color     : #ffffff; 
	
}



.intro-container h1   {
  font-size: 3.2rem;
                    margin-bottom: 15px;
        font-weight: 700;
}

.subtitle-text {
    font-size: 1.3rem;
		opacity: 0.9;
  max-width: 700px;
  margin: 0 auto;
}

.story-segment {
  padding: 90px 20px;
}

.story-wrapper {
          max-width     :   1200px;
  margin     :   0 auto;
    display: grid;
                    grid-template-columns :  1.2fr 1fr;
    gap: 60px;
   align-items: center;
}

.text-side h2 {

	    font-size: 2.5rem;
	 color: #1a202c;
   margin-bottom: 25px;
	}

.text-side p {
       margin-bottom: 20px;
   line-height: 1.8;
	color: #4a5568;
    font-size: 1.05rem;
	}

.image-side img 
 {
   border-radius: 15px;
  box-shadow: 0 15px 50px rgba(0,0,0,0.2);
}

.mission-zone {
  padding     :90px 20px;
  background     :        #f7fafc;
}

.mission-content {
   margin: 0 auto;
   max-width: 1200px;
}

.mission-content h2 {
  text-align: center;
                    font-size  :     2.6rem;
	margin-bottom: 60px;
   color   :        #1a202c;
}

.values-display {
    display: grid;
  grid-template-columns: repeat(2, 1fr);
                    gap: 35px; 
	
}

.value-block {
    background: white;
                    padding: 40px;
	border-radius    :12px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
   border-top: 4px solid #667eea;
}

.value-block h3 {
   font-size: 1.6rem;
     color: #2d3748;
       margin-bottom: 15px; 
	
}

.value-block p {
    color: #4a5568;
  line-height: 1.7;
}

.approach-details {

      padding   : 90px 20px;}

.approach-container {
  max-width: 1200px;
   margin: 0 auto;
}

.approach-container h2
{
	 text-align: center;
          font-size: 2.5rem;
          margin-bottom: 60px;
    color: #1a202c;
}

.method-layout {
     display: grid;
  grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.method-item {


   background: #edf2f7;
  padding: 35px;
  border-radius: 12px;
   position: relative;
  transition: 0.3s;


}

.method-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);


}

.step-number{

  position: absolute;
	top    : -20px;
 left: 30px;
       background: #667eea;
    color   :       white;
    width:      50px;
   height: 50px;
   border-radius: 50%;
  display  :     flex;
    align-items: center;
   justify-content: center;
    font-size: 1.3rem;
    font-weight: 700;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4); 
	
     }

.method-item h3  {
	font-size: 1.5rem;
  color: #2d3748;
                    margin-bottom: 15px;
    margin-top: 15px;
}

.method-item p {
  line-height: 1.7;
	 color     :    #4a5568;
}

.expertise-area {
  padding: 90px 20px;
   background: #f7fafc;
}

.expertise-wrapper   {
    max-width: 1200px;
  margin: 0 auto;
  display  :        grid;
  grid-template-columns  :  1fr 1.3fr;
  gap: 60px;
   align-items:     center;
	
}

.left-column img
	{
   border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.15);
}

.right-column h2 {
   font-size: 2.4rem;
    color:        #1a202c;
  margin-bottom: 20px; 

}

.right-column > p {
    color: #4a5568;
	line-height: 1.8;
   margin-bottom: 30px;
}

.competence-list {
		 display  :flex;
  flex-direction: column;
        gap: 20px;
} 

.competence-entry {
  background: white;
	  padding: 20px;
	    -moz-border-radius: 8px;
	    border-left: 3px solid #48bb78;
	  border-radius: 8px;
}

.competence-entry strong {
  display: block;
   color: #2d3748;
         font-size: 1.2rem;
    margin-bottom: 8px;
}

.competence-entry p

{


   color:   #4a5568;
          line-height: 1.6;
      margin: 0;
}



.results-showcase {
    padding: 90px 20px;
}

.results-container {
   max-width: 1200px;
   margin: 0 auto;
}

.results-container h2 {
   text-align   :center;
   font-size: 2.5rem;
	 margin-bottom    :  60px;
    color: #1a202c;
}

.stats-grid {
	    display   :    grid;
  grid-template-columns: repeat(4, 1fr);
      gap: 30px;


}

.stat-box
	{
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 50px 20px;
    border-radius     :       12px;
               text-align: center;
               color: white;
  box-shadow: 0 5px 25px rgba(102, 126, 234, 0.3);
}

.stat-number  {
    font-size   :     3.5rem;
    font-weight: 700;
   margin-bottom: 10px;
}

.stat-box p {

  font-size: 1.1rem;
   opacity:     0.95;
	}

.commitment-section {
  padding  :       90px 20px;
	background: #f7fafc;


}

.commitment-box {
    max-width: 900px;
         margin    : 0 auto;
  text-align: center;
}

.commitment-box h2 {
  font-size: 2.6rem;
          color: #1a202c;
        margin-bottom: 25px;
}

.commitment-box p  
  {
  font-size: 1.1rem;
	 line-height: 1.8;
   color: #4a5568;
  margin-bottom: 20px;
}

.cta-inline {
	 margin-top: 40px;
}

.action-link {
    display: inline-block;

	background:       #667eea;

    color  :       white;

               padding: 18px 45px;

   border-radius: 8px;

               font-weight: 600;

  font-size: 1.15rem;

   transition: 0.3s;

  box-shadow: 0 5px 20px rgba(102, 126, 234, 0.3);
} 

.action-link:hover {


    background     : #5a67d8;
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(102, 126, 234, 0.4);
}

.thankyou-main		{
    padding: 100px 20px;
	 min-height: 70vh;
}

.thankyou-container {
  max-width: 1000px;
    margin: 0 auto;
}

.success-icon-box 
 {
   text-align: center;

	    margin-bottom: 30px;
}

.checkmark-circle

{
	 width: 100px;
    height: 100px;
  border-radius     :      50%;
   background: #48bb78;
  margin: 0 auto;
    position: relative;
   animation: scaleIn 0.5s ease;
}@keyframes scaleIn {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}.checkmark-stem

{
    position: absolute;
  width: 6px;
      height: 35px;
   background: white;
  left: 50px;
   top: 30px;
  transform: rotate(45deg);
}

.checkmark-kick  {
    position: absolute;
  width:      20px;
    height  :       6px;
                    background     :  white;
  left: 35px;
  top: 55px;
  transform: rotate(45deg);
}

.thankyou-container h1 {
	text-align: center;
   font-size: 3rem;
    color: #1a202c;
  margin-bottom   :     20px;
}

.main-message {
   color: #4a5568;
    max-width: 700px;
   font-size: 1.2rem;
	line-height: 1.7;
    margin: 0 auto 50px;
   text-align: center;
}  

.next-steps-box {
  margin: 60px 0;
}

.next-steps-box h2 {
    text-align: center;
    font-size: 2.3rem;
    color: #1a202c;
  margin-bottom  :   40px;
}

.steps-layout {


    display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
	}

.step-card {
	 background: #f7fafc;
	padding   :       35px;
   border-radius   :   12px;
   text-align: center;
}

.step-icon {
   width: 60px;
 height    :       60px;
   background:        #667eea;
    color     :      white;
    border-radius: 50%;
   display :      flex;
    align-items: center;
                    justify-content: center;
  font-size: 1.8rem;
   font-weight:  700;
   margin: 0 auto 20px;
}

.step-card h3 {
     font-size: 1.4rem;
   color :        #2d3748;
  margin-bottom     :      12px;
}

.step-card p  
  {
    color     :      #4a5568;
   line-height: 1.6;
     }

.additional-resources   {
   text-align: center;
       margin: 60px 0;
  padding: 50px;
   background: #edf2f7;
  border-radius: 15px;

}

.additional-resources h2 {


    font-size: 2.2rem;
		color:    #1a202c;
    margin-bottom: 15px;
     }

.additional-resources > p 
 {

	  font-size: 1.1rem;
  color: #4a5568;
   margin-bottom    :  30px;


}

.resource-links {
	  flex-wrap: wrap;
	justify-content: center;
  gap: 20px;
   display:        flex;


}

.resource-btn {
  display: inline-block;
       background: #667eea;
         color: white;
  padding: 15px 35px;
	border-radius: 8px;
	 font-weight: 600;
  transition     :   0.3s;
}

.resource-btn:hover {
    background: #5a67d8;

	  -webkit-transform: translateY(-2px);

	  transform: translateY(-2px); 
	
}



.resource-btn.secondary {


                    background: #4a5568; 
	}

.resource-btn.secondary:hover   {
   background   :#2d3748;
}

.contact-reminder  {
	text-align: center;
	margin: 50px 0;
   padding: 40px;
          background: white;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.contact-reminder h3    {
   font-size     : 1.8rem;
       color: #2d3748;
  margin-bottom: 12px;

}

.contact-reminder p {
       color: #4a5568;
    margin-bottom: 10px;
     }

.phone-display {


   font-size: 1.8rem;
  color: #667eea;
	font-weight    :  700;
	
     }

.trust-indicators {
	 padding  :90px 20px;
  background     :    #f7fafc;
}

.trust-wrapper {
       max-width   :       1200px;
    margin: 0 auto;
}

.trust-wrapper h2 {
               text-align: center;
    font-size: 2.4rem;
   color: #1a202c;
  margin-bottom     :     50px;
}

.trust-grid {
  display   :   grid; 
  grid-template-columns: repeat(3, 1fr); 
  gap: 35px;
}

.trust-item {
  background:        white;
   border-radius: 12px;
   overflow: hidden;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.trust-item img {

	  width     :100%;
    height: 220px;
    object-fit: cover;
}

.trust-item p  {
  padding:25px;
   color: #4a5568;
   line-height: 1.6;
  text-align: center;
}@media (max-width: 1024px) {
    .story-wrapper {
        grid-template-columns: 1fr;
    }

    .expertise-wrapper {
        grid-template-columns: 1fr;
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .method-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .intro-container h1 {
        font-size: 2.2rem;
    }

    .subtitle-text {
        font-size: 1.1rem;
    }

    .values-display {
        grid-template-columns: 1fr;
    }

    .steps-layout {
        grid-template-columns: 1fr;
    }

    .trust-grid {
        grid-template-columns: 1fr;
    }

    .resource-links {
        flex-direction: column;
    }

    .thankyou-container h1 {
        font-size: 2.2rem;
    }
}

@media (max-width: 480px) {
    .stats-grid {
        grid-template-columns: 1fr;
    }

    .stat-number {
        font-size: 2.8rem;
    }
}