*  {
                  margin: 0; 
  padding: 0; 
    box-sizing: border-box;


}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
               line-height: 1.6;
 color   :       #2c3e50;
  background: #ffffff;
}

.top-navigation {
    background: #fff;
  box-shadow: 0 2px 15px rgba(0,0,0,0.08);
  position: sticky;
    top :   0;
   z-index: 1000;
    padding: 1rem 0;
}

.nav-container{
   max-width: 1200px;
  margin    :        0 auto;
  padding: 0 2rem;
  display  :   flex;
  justify-content: space-between;
  align-items: center;
}

.brand-section .site-logo {
	height: 45px;
   width: auto; 
	
}

.nav-links {
	  display  :      flex;
    gap: 2.5rem;
   align-items: center;}

.nav-links a {
  text-decoration: none;
       color: #2c3e50;
       font-weight: 500;
     transition: color 0.3s;
      font-size: 1rem;
}

.nav-links a:hover

{
   color: #667eea;
}

.cta-nav		{
	  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
   color: white !important;
  padding: 0.7rem 1.8rem;
    border-radius: 25px;
  transition: transform 0.3s;


}

.cta-nav:hover {

	  transform: translateY(-2px);}

.menu-toggle {
   gap: 5px;
  cursor: pointer;
  flex-direction: column;
  display: none;
}

.menu-toggle .bar {
  width: 28px;
	 height: 3px;
    background: #2c3e50;
   border-radius: 3px;
	transition: 0.3s;
	
}

.hero-section	{
        display     :    grid;
    grid-template-columns: 1fr 1fr;
   gap :   3rem;
  max-width: 1200px;
  margin  :  4rem auto;
    padding: 0 2rem;
   align-items: center; 

}

.hero-content h1 {
   font-size: 2.8rem;
    color: #1a202c;
    margin-bottom: 1.5rem;
    line-height: 1.2;


}

.hero-subtitle {
	font-size: 1.2rem;
	color: #4a5568;
	margin-bottom  :  2rem; 

}

.primary-btn {

  display: inline-block;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color   :white;
   padding: 1rem 2.5rem;
	text-decoration   :      none;
     border-radius: 30px;
   font-weight: 600;
   transition    :  all 0.3s;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);

}

.primary-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}

.hero-visual img		{
  width: 100%;
    height: auto;
  border-radius: 15px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}

.intro-block   {
  background: linear-gradient(135deg, #f6f8fb 0%, #e9ecef 100%);
  padding: 5rem 2rem;
} 

.content-wrapper {

	    max-width    :      1100px;
    margin: 0 auto;

}

.content-wrapper h2 {
   text-align: center;
                  margin-bottom: 1.5rem;
       font-size: 2.3rem;
       color: #1a202c;
}

.content-wrapper > p {
  font-size  :       1.1rem;
  color: #4a5568;
  text-align   :      center;
               max-width: 800px;
   margin: 0 auto 3rem;
	line-height: 1.8;
}



.stat-cards {
  display   :       grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
   margin-top: 3rem;
}

.stat-item {
    background: white;
   padding: 2rem;
    border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
   transition: transform 0.3s;
}

.stat-item:hover {
  transform: translateY(-5px);
}

.stat-item h3 {
   font-size: 1.8rem;
  margin-bottom: 1rem;
  color: #667eea;
}

.stat-item p {
    color: #4a5568;
   line-height: 1.6;}

.color-strategies {
  padding: 5rem 2rem;
  max-width: 1200px;
    margin : 0 auto;
}

.strategy-container {
    display: grid;
                    grid-template-columns: 1fr 1fr;
  gap: 3rem;
    align-items: center;
	
}

.strategy-text h2 {
   font-size: 2.2rem;
   color: #1a202c;
    margin-bottom    :  1.5rem;
}

.strategy-text p {
   font-size: 1.05rem;
   color: #4a5568;
   margin-bottom:    1.2rem;
   line-height:       1.8;
}

.strategy-image img {
   width :      100%; 
   border-radius: 12px; 
  box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}

.creative-space {
       background: #f8f9fa;
    padding: 5rem 2rem;
}

.creative-container {
       max-width: 1200px;
   margin: 0 auto;
    display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 3rem;
   align-items: center;
}

.creative-text h2 {
	    font-size: 2.2rem;
                    color: #1a202c;
  margin-bottom:   1.5rem;

}

.creative-text p


{
   font-size:        1.05rem;
    color: #4a5568;
    margin-bottom: 1.2rem;
    line-height: 1.8;
}

.creative-image img {


   width     : 100%;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}

.balanced-approach {
	    padding     :5rem 2rem;
  max-width: 1200px;
	margin: 0 auto;
	}

.balance-wrapper h2 {
   font-size: 2.3rem;
  color: #1a202c;
    text-align: center;
   margin-bottom: 3rem;
}

.balance-grid		{
  display     :    grid;
  grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
    gap: 2.5rem;
} 

.balance-card {
   background: white;
    border-radius: 12px;
   overflow: hidden;
  box-shadow: 0 5px 25px rgba(0,0,0,0.1);
    transition: transform 0.3s;
}


.balance-card:hover {
     transform: translateY(-8px);
}

.balance-card img{
    width: 100%;
    height:      280px;
    object-fit     :cover;
}

.balance-card h3  
  {
   font-size: 1.6rem; 
	  color: #2c3e50; 
	    padding  :      1.5rem 1.5rem 0.5rem;
	
}

.balance-card p  
  {
   color: #4a5568;

	padding: 0 1.5rem 1.5rem;

    line-height: 1.7;
	}

.cta-section {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  padding  :        4rem 2rem;
   text-align: center;
       color: white;
}

.cta-content h2 {

	 font-size: 2.5rem;
    margin-bottom: 1rem;

}

.cta-content p {
   font-size: 1.2rem;
	margin-bottom  :      2rem;
    max-width: 700px;
  margin-left: auto;
    margin-right: auto;
}

.cta-button {
    display: inline-block;
   background   :     white;
      color   :      #667eea;
   padding: 1rem 2.5rem;
	text-decoration: none;
  border-radius: 30px;
    font-weight     :600;
  transition: all 0.3s;
   font-size: 1.1rem;
} 

.cta-button:hover {
  transform: scale(1.05);
  box-shadow: 0 5px 20px rgba(255,255,255,0.3);

}

.contact-section
{
	padding: 5rem 2rem;
    background: #f8f9fa;
}

.contact-wrapper {
  max-width: 1100px;
   margin: 0 auto;
    display: grid;
   grid-template-columns: 1fr 1.2fr;
  gap: 4rem;
}

.contact-info h2 {
  font-size: 2.2rem; 
    color: #1a202c; 
   margin-bottom: 1.5rem;
}

.contact-info p {
   color: #4a5568;
                    line-height: 1.8;
    margin-bottom: 2rem;
	
}

.info-details {

    display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.detail-item {
   display   :     flex;
      align-items: center;
   gap: 1rem;
}

.contact-icon {
			 width: 24px;
  height:     24px;
	}

.contact-icon  
  {
        stroke: #667eea;
   stroke-width: 2;
	fill: none;
}

.detail-item span {
   color: #2c3e50;
	 font-size :        1.05rem;
}

.contact-form {

	    background: white;
    padding: 2.5rem;
  border-radius: 12px;
  box-shadow: 0 5px 25px rgba(0,0,0,0.08);}

.form-group {
	  margin-bottom: 1.5rem;}

.form-group label {
   display: block; 
	  color: #2c3e50; 
		font-weight: 500; 
	        margin-bottom: 0.5rem;
} 

.form-group input,
.form-group select,
.form-group textarea {
   width: 100%;
         padding: 0.9rem;
  border: 2px solid #e2e8f0;
  border-radius    :     8px;
    font-size   : 1rem;
    transition: border-color 0.3s;
   font-family: inherit;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline  : none;
	border-color: #667eea;
}

.submit-btn {
   width   :      100%;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
   padding: 1rem;
     border: none;
  border-radius: 8px;
    font-size: 1.1rem;
     font-weight: 600;
    cursor: pointer;
    transition: transform 0.3s;
}

.submit-btn:hover {
  transform: translateY(-2px);
}

.cookie-banner {
    position: fixed;
  bottom: 0;
  left: 0;
   right: 0;
   background :#2c3e50;
       color:white;
    padding :1.5rem 2rem;
  box-shadow: 0 -3px 15px rgba(0,0,0,0.2);
    z-index: 9999;
    display: none; 

}

.cookie-banner.active {
  display: block;
}

.cookie-content {
    max-width: 1200px;
   margin    : 0 auto;
	display: flex;
  justify-content: space-between;
    align-items: center;
   gap: 2rem;


}

.cookie-content p {
		margin: 0;
   flex: 1;

}

.cookie-actions {


    display: flex;
	gap: 1.5rem;
  align-items: center;
     }

.cookie-actions a {
  color :        #a0aec0;
 text-decoration: underline;
   font-size: 0.95rem;
}

.cookie-btn  {

	         background: #667eea;
   color: white;
   border: none;
	 padding: 0.7rem 1.8rem;
  border-radius: 6px;
   cursor: pointer;
    font-weight     :     600;
  transition:    background 0.3s;}

.cookie-btn:hover {
    background    :       #5568d3;
}

.site-footer	{

	          background  :      #1a202c;
    color: #cbd5e0;
    padding: 3rem 2rem 1rem;}

.footer-container {


   max-width: 1200px;
  margin: 0 auto;
	display: grid;
	grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap :     3rem;
  margin-bottom     :        2rem;
     }


.footer-logo		{

	height   :40px;
    margin-bottom: 1rem;
  filter: brightness(0) invert(1);


}

.footer-brand p {
  color: #a0aec0;
       line-height: 1.7;
                    font-size: 0.95rem;
     }

.footer-links h4,
.footer-contact h4 {
    color: white;
   margin-bottom: 1rem;
	font-size: 1.1rem;

}

.footer-links a {
  display: block;
	color  :    #a0aec0;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
   text-decoration: none;
    margin-bottom: 0.7rem;
	-webkit-transition: color 0.3s;
  transition: color 0.3s;
} 

.footer-links a:hover {
     color  :   #667eea;}

.footer-contact p {
  line-height: 1.8;
   color: #a0aec0;
    margin-bottom: 0.5rem;
}

.footer-bottom {
   border-top: 1px solid #2d3748;
  padding-top: 1.5rem;
   text-align: center;
    max-width   :     1200px;
   margin: 0 auto;
}

.footer-bottom p 
 {
                    color: #718096;
    font-size: 0.9rem;
}@media (max-width: 768px) {
    .menu-toggle {
        display: flex;
    }

    .nav-links {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: white;
        flex-direction: column;
        padding: 2rem;
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        display: none;
        gap: 1.5rem;
    }

    .nav-links.active {
        display: flex;
    }

    .hero-section {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .hero-content h1 {
        font-size: 2rem;
    }

    .strategy-container,
    .creative-container {
        grid-template-columns: 1fr;
    }

    .creative-container {
        grid-template-areas: "text" "image";
    }

    .creative-image {
        grid-area: image;
    }

    .creative-text {
        grid-area: text;
    }

    .balance-grid {
        grid-template-columns: 1fr;
    }

    .contact-wrapper {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .footer-container {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .cookie-content {
        flex-direction: column;
        text-align: center;
    }

    .cookie-actions {
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .hero-content h1 {
        font-size: 1.7rem;
    }

    .stat-cards {
        grid-template-columns: 1fr;
    }

    .balance-card {
        min-width: 100%;
    }
}.services-hero
{
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 5rem 2rem 4rem;
    text-align: center;
   color: white;
}
/* Browser compatibility */


.services-hero-content h1 {
  font-size :   3rem;
           margin-bottom: 1rem;

}

.services-hero-content p {
  font-size: 1.3rem;
     opacity: 0.95;
}

.services-intro{
  padding: 4rem 2rem;
   background: #f8f9fa;
}
	/* Cross-browser fix */


/* Development only */
	/* Framework override */


/* Colors and backgrounds */

.intro-wrapper {
      max-width: 900px;
  margin: 0 auto;
   text-align: center;
}

.intro-wrapper h2 {
	font-size: 2.2rem;
          color: #1a202c;
  margin-bottom  :       1.5rem;
}

.intro-wrapper p
{
  font-size: 1.1rem;

	color: #4a5568;

   line-height: 1.9;
}

.services-catalog {
  padding: 5rem 2rem;
    max-width: 1300px;
         margin: 0 auto;
}

.catalog-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	 gap :       2.5rem;
}

.service-card {
	background: white;
               border-radius: 15px;
       padding: 2.5rem 2rem;
  box-shadow: 0 5px 25px rgba(0,0,0,0.08);
   transition: all 0.3s;
  position: relative;
}

.service-card:hover {

  transform: translateY(-8px);
  box-shadow: 0 10px 35px rgba(0,0,0,0.15);
}

.service-card.featured {
    border: 3px solid #667eea;
  background: linear-gradient(to bottom, #f7f9ff 0%, white 100%);
}

.featured-badge {
    position: absolute;
    top: -15px;
    right: 20px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
   padding: 0.5rem 1.2rem;
	border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
}

.service-icon {
  width: 70px;
    height: 70px;
  margin: 0 auto 1.5rem;
   display: flex;
    align-items: center;
    justify-content: center;
}

.service-icon img {
   width: 100%;
  height: 100%;
        stroke: #667eea;
  fill: none;
   stroke-width: 1.5;
}

.service-card h3 {
	text-align: center;
  color: #2c3e50;
    font-size: 1.6rem;
	margin-bottom: 1rem;
}



.service-card > p {

	  color: #4a5568;
  line-height: 1.7;
	 margin-bottom: 1.5rem;
	text-align: center;}

.service-features {
   margin-bottom: 1.5rem;
  list-style: none;


}

.service-features li {
    color: #4a5568;
	 padding: 0.6rem 0;
          border-bottom: 1px solid #e2e8f0;
 position: relative;
  padding-left: 1.5rem;
}

.service-features li:before {
  content: "✓";
    position: absolute;
    left: 0;
   color: #667eea;
	 font-weight: bold;
}

.service-duration {
   text-align: center;
    color: #718096;
	font-size: 0.95rem;
   margin-bottom: 1.5rem;
    font-style: italic;

}

.service-btn {


   display: block;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
                    color: white;
   text-align: center;
    padding: 0.9rem 1.5rem;
    text-decoration: none;
   border-radius: 8px;
   font-weight: 600;
   transition: transform 0.3s;


     }

.service-btn:hover {
  transform: scale(1.03);
}

/* Framework override */

.process-section {
  background: linear-gradient(135deg, #f6f8fb 0%, #e9ecef 100%);
   padding: 5rem 2rem;

}
/* TODO: optimize for mobile */

.process-wrapper {
    max-width: 1200px;
	margin: 0 auto;
}

.process-wrapper h2 {

    font-size: 2.3rem;
  color: #1a202c;
	text-align: center;
  margin-bottom     :     3.5rem;
	}

.process-steps {
  display: grid;
     grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
         gap: 2rem;
}

.step-item   {
  background: white;
      padding     :2rem;
   border-radius: 12px;
   text-align   :     center;
  box-shadow: 0 3px 15px rgba(0,0,0,0.06);
}

.step-number {
    font-size: 3rem;
    font-weight: bold;
	color: #667eea;
   margin-bottom: 1rem;
    opacity: 0.3;
	
}

.step-item h4

{

   font-size: 1.4rem;
    color: #2c3e50;
  margin-bottom: 0.8rem;
	}

.step-item p {

    color: #4a5568;
  line-height: 1.7;
}

.benefits-section {
   padding: 5rem 2rem;
    max-width: 1200px;
  margin: 0 auto;
}

/* Production ready */

.benefits-container h2 {

	  font-size: 2.3rem;
       color: #1a202c;
   text-align: center;
  margin-bottom: 3rem;
	}

.benefits-grid {

    display  : grid; 
	  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); 
	   gap: 2.5rem;
}

.benefit-item
	{
   text-align     :       center;
  padding: 2rem 1.5rem;
}

.benefit-icon {
	 width     :        60px;
  height: 60px;
    margin: 0 auto 1.5rem;
    stroke :       #667eea;
  fill: none;
    stroke-width: 2;


}

.benefit-item h4 {
   font-size: 1.4rem;
  color: #2c3e50;
    margin-bottom    :       0.8rem;
}

.benefit-item p {
  color   :  #4a5568;
    line-height: 1.7;
}

/* Layout styles */

.testimonials-section {
    background: #f8f9fa;
  padding  :    5rem 2rem;
}

.testimonials-wrapper {
    max-width: 1200px;
   margin: 0 auto;
     }

.testimonials-wrapper h2 {
    font-size: 2.3rem;
        color: #1a202c;
  text-align: center;
    margin-bottom: 3rem;
}

.testimonials-grid  
  {
     display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2.5rem;
}

.testimonial-card
	{
   background: white;
  padding: 2.5rem;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.testimonial-text {

   font-size: 1.05rem;
  color: #4a5568;
     line-height: 1.8;
   margin-bottom: 1.5rem;
    font-style: italic;
}

.testimonial-author {
  display: flex;
   flex-direction: column;
  gap   :        0.3rem;
}

.testimonial-author strong {
	 color: #2c3e50;
   font-size: 1.1rem;
}

.testimonial-author span {
  color    :   #718096;

        font-size: 0.95rem;
}

.cta-services {
  background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
    padding: 4rem 2rem;
                    text-align: center;
    color: white;
}  

.cta-services-content h2 {
  font-size: 2.5rem;
   margin-bottom: 1rem;
}

.cta-services-content p {
    font-size: 1.2rem;
   margin-bottom: 2rem; 

}

.cta-large-btn {
	 display: inline-block;
    background: white;
    color    :        #667eea;
  padding: 1.2rem 3rem;
    text-decoration: none;
   border-radius     :  35px;
   font-weight: 700;
   font-size: 1.15rem;
    transition: all 0.3s;
}

.cta-large-btn:hover{
  transform: scale(1.06);
  box-shadow: 0 6px 25px rgba(255,255,255,0.4);
}

.thankyou-hero {
   min-height: 70vh;
  display: flex;
   align-items:center;
    justify-content: center;
    padding: 4rem 2rem;
  background: linear-gradient(135deg, #f6f8fb 0%, #e9ecef 100%);


}

.thankyou-container {
    max-width: 800px;
   text-align     :        center;
}
	/* Development only */
.success-icon{
   width: 100px;

	    height: 100px;

	   margin: 0 auto 2rem;

	  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);

	   border-radius: 50%;

	  display     :flex;

	   align-items: center;

	   justify-content: center;


}

.success-icon img {
   width: 50px;
	    height: 50px;
	    stroke:      white;
	   fill: none;
		stroke-width: 3;
}

.thankyou-container h1 {
    font-size: 2.8rem;
   color: #1a202c;
   margin-bottom: 1.5rem;
}

.thankyou-message {
      font-size: 1.2rem;
    color: #4a5568;
   line-height: 1.8;
   margin-bottom: 3rem;
}

.next-steps {
  background: white;
         padding: 3rem 2.5rem;
    border-radius  :  15px;
  box-shadow: 0 5px 25px rgba(0,0,0,0.08);
    margin-bottom: 3rem;
}

.next-steps h3 {
    font-size: 1.8rem;
    color    :#2c3e50;
    margin-bottom: 2rem;
}

/* Performance critical */


/* State modifiers */


.steps-list {
   display: flex;
   flex-direction     :       column;
  gap: 2rem;
	text-align: left;
}

.next-step {
  display: flex;
    gap     :    1.5rem;
   align-items: flex-start;
} 

.step-icon {
  width: 50px;
    height: 50px;
   flex-shrink: 0;
   background   :        #f0f4ff;
  border-radius: 10px;
    display: flex;
         align-items: center;
  justify-content: center;
}

.step-icon img {
    width: 28px;
  height: 28px;
    stroke: #667eea;
	 fill: none;
	stroke-width: 2;}

.step-text h4 {


  font-size: 1.3rem;
    color: #2c3e50;
			margin-bottom: 0.5rem;}

.step-text p {

               color: #4a5568;
  line-height: 1.7; 

     }
	/* Debug styles */



/* Legacy code */
.thankyou-actions {
    display: flex;
   gap: 1.5rem;
   justify-content: center;
  flex-wrap: wrap;
}

.primary-action {
      display     :inline-block; 
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); 
       color: white; 
  padding: 1rem 2.5rem; 
    text-decoration: none; 
  border-radius    :      30px; 
   font-weight: 600; 
   transition     :  transform 0.3s; 
	
     }

.primary-action:hover {
  transform: translateY(-3px);
}

.secondary-action {
  display: inline-block;
  background: white;
  color: #667eea;
   padding: 1rem 2.5rem;
   text-decoration: none;
   border-radius: 30px;
  font-weight:     600;
    border : 2px solid #667eea;
   transition: all 0.3s;
}
	/* State modifiers */


.secondary-action:hover {
	 background: #667eea;
   color   :  white;
}

.additional-resources {
  padding: 5rem 2rem;
   background: white;
}
/* Production ready */

.resources-wrapper   {
  max-width: 1200px;
   margin :        0 auto;
	
}

.resources-wrapper h2 {
               font-size: 2.3rem;
   color: #1a202c;
  text-align: center;
	 margin-bottom:  1rem;
}



.resources-intro {
   	text-align: center;
               color  :    #4a5568;
   font-size    : 1.1rem;
    margin-bottom: 3rem;
}

.resources-grid {
        display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2.5rem;
}

.resource-card {
	background: #f8f9fa;
    border-radius: 12px;
   overflow: hidden;
  transition: transform 0.3s;
}

.resource-card:hover		{
  transform: translateY(-5px);
}

.resource-card img {
   width: 100%;
	 height: 200px;
  object-fit: cover;


}

.resource-content     {

	  padding  :      1.8rem; 

     }

.resource-content h4 {
    margin-bottom: 0.8rem;
    font-size: 1.4rem;
   color: #2c3e50;
}

.resource-content p {
  color: #4a5568;
    line-height: 1.7;
}  

.urgent-contact {
   background: #f8f9fa;
  padding   :      4rem 2rem;
}

.urgent-wrapper {
   max-width: 800px;
    margin: 0 auto;
   text-align: center;
}

.urgent-wrapper h3 {
    font-size: 2rem;
    color: #1a202c;
  margin-bottom: 1rem;
}

.urgent-wrapper > p {
    color    :    #4a5568;
    margin-bottom: 2rem;
   font-size: 1.1rem;
}

.urgent-details {

	  display: flex;
	  justify-content:center;
	   gap: 3rem;
	   flex-wrap: wrap;

}

.urgent-item


{
          display: flex;
    align-items: center;
  gap: 1rem;
	text-align: left;
}
	/* Typography */
	/* Custom modifications */

	/* Cross-browser fix */

.urgent-icon {
    width: 40px;
	height: 40px;
    stroke: #667eea;
	fill: none;
    stroke-width    :     2;
}

.urgent-item strong {
	display: block;
    color: #2c3e50;
	font-size: 1.1rem;
    margin-bottom: 0.3rem;
}

.urgent-item p    {
  color: #4a5568;
   margin: 0;
}
@media (max-width: 768px) {
    .services-hero-content h1 {
        font-size: 2.2rem;
    }

    .catalog-container {
        grid-template-columns: 1fr;
    }

    .process-steps {
        grid-template-columns: 1fr;
    }

    .benefits-grid {
        grid-template-columns: 1fr;
    }

    .testimonials-grid {
        grid-template-columns: 1fr;
    }

    .thankyou-container h1 {
        font-size: 2rem;
    }

    .next-step {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .thankyou-actions {
        flex-direction: column;
    }

    .resources-grid {
        grid-template-columns: 1fr;
    }

    .urgent-details {
        flex-direction: column;
        align-items: center;
    }
}.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;
    }
}