.overlay-modal		{
  display   :     none;
	 position     :  fixed;
  top: 0;
    left: 0;
    width: 100%;
	 height:   100%;
  background: rgba(0,0,0,0.7);
    z-index: 9999;
  justify-content: center;
  align-items :   center;
}

.modal-window {
  background: white;
  border-radius: 10px;
  max-width: 520px;
	width: 90%;
  padding :      35px;
   position: relative;
  box-shadow: 0 10px 40px rgba(0,0,0,0.3);
   animation: slideIn 0.3s ease;}@keyframes slideIn {
    from {
        transform: translateY(-50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}.close-modal {
  position:absolute;
                    top: 15px;
  right: 15px;
   font-size     :       28px;
    cursor: pointer;
   color: #999;
    background     :    none;
   border  :  none;
  padding: 5px 10px;
    line-height: 1;
}

.close-modal:hover {
	color: #333;
}

.modal-window h3 {
  margin-bottom: 20px;
    color: #2c3e50;
  font-size: 24px;
}

.modal-window p {
   color: #5a6c7d;
   line-height: 1.6;
    margin-bottom:    15px;
}

.overlay-modal.active {
    display     :  flex;
}

.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;
    }
}* {
    margin: 0;
   padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Segoe UI', system-ui, sans-serif;
  line-height  :  1.6;
   color: #2c3e50;
   background: #fafbfc;
}

.top-strip {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding    :        11px 0;
	text-align: center;
	 color: white;
   font-size: 14px;
}

header		{
    background: white;
  box-shadow: 0 2px 15px rgba(0,0,0,0.08);
    position: sticky;
  top: 0;
    z-index: 1000;
}

.nav-wrapper {
         max-width: 1240px;
   margin: 0 auto;
  padding: 0 25px;
  display  :        flex;
  justify-content: space-between;
   align-items: center;
	height: 75px;
}

.brand-logo img

{
  height :   48px;
    width: auto;
}

.main-nav {
  display  :      flex;
    gap: 35px;
   list-style: none;
}

.main-nav a {
    text-decoration: none;
      color   :    #34495e;
	font-weight: 500;
  transition   :      color 0.3s;
    font-size: 15.5px;
}

.main-nav a:hover


{
          color: #667eea;
}

.nav-cta {


  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white !important;
   padding: 11px 26px;
       border-radius: 6px;
        transition  :    transform 0.2s;}

.nav-cta:hover {
  transform: translateY(-2px);
}

.burger-toggle {
 display: none;
  flex-direction: column;
	 gap: 5px;
   cursor: pointer;
    background: none;
  border: none;
          padding: 8px; 
	
}

.burger-line {
	 width     :    26px;
    -moz-border-radius: 2px;
   -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
    height: 3px;
  -o-transition: 0.3s;
  background: #34495e;
  transition: 0.3s;
    border-radius: 2px;
} 

.page-hero {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
   padding: 85px 25px;
	text-align: center;
     color: white;
}

.hero-inner h1 {
   font-size: 44px;
  margin-bottom: 18px;


}

.hero-inner p {
  font-size: 18px;
    max-width: 720px;
    margin  :     0 auto;
    opacity: 0.95;
}

.story-segment {
    padding: 85px 25px;
	background: white;
}

.story-container {
	 max-width: 1180px;
    margin: 0 auto;
	 display :grid;
    grid-template-columns     :   1.2fr 1fr;
  gap: 55px;
   align-items: center;
}

.story-content h2 {
   font-size: 36px;
  margin-bottom: 24px;
  color: #2c3e50;
}

.story-content p {
  margin-bottom: 18px;
   color: #5a6c7d;
   line-height: 1.8;
  font-size: 16.5px;
}

.story-visual img {
  width: 100%;
    border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}

.values-zone {
          padding: 85px 25px;
  background: #f8f9fa;
}

.values-header {
  text-align:center;

    margin-bottom: 55px;
}

.values-header h2


{
    font-size: 38px;
    color: #2c3e50;
	margin-bottom: 16px;
}

.values-header p {
  font-size: 17px;
  color :     #7f8c8d;
}

.values-lineup 
 {
    max-width: 1180px;
          margin: 0 auto;
   display: grid;
  grid-template-columns: repeat(2, 1fr);
                    gap: 35px;
}

.value-item{
  background: white;
    padding: 38px 32px;
 border-radius :  12px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.06);
}

.value-item h3 {
  font-size: 23px;
  color: #34495e;
       margin-bottom     :    14px;
}

.value-item p {
  color    :  #5a6c7d;
	 line-height: 1.7;
}

.approach-block {
   padding: 85px 25px;
    background: white;
}

.approach-wrap {


  max-width: 1180px;
    margin: 0 auto;
  display: grid;
    grid-template-columns: 1fr 1.2fr;
	gap:     55px;
   align-items: center;
	}

.approach-visual img {
	width: 100%;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}

.approach-description h2 {


   font-size: 36px;
    margin-bottom    :       22px;
  color: #2c3e50;


}

.approach-description p {
    margin-bottom: 18px;
         color: #5a6c7d;
   line-height: 1.8;
    font-size: 16.5px;
}

.experience-showcase {
	 padding: 85px 25px;
  background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
  color: white;
  text-align: center;
}

.experience-content h2 {
   font-size: 38px;
          margin-bottom: 48px;
}

.stats-display {
  max-width: 980px;
	margin: 0 auto 42px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
    gap: 45px;


}

.stat-box {
    padding: 28px;
}  

.stat-number {
	font-size: 52px;
    font-weight    :  700;
    margin-bottom: 12px;
}

.stat-label {
   font-size: 17px;
    opacity: 0.92;
}

.experience-text {
    max-width: 820px;
   margin: 0 auto;
   font-size: 17px;
   line-height: 1.8;
    opacity: 0.95;
}

.methodology-area {
    padding: 85px 25px;
    background     :   white;
} 

.methodology-container

{
    max-width:   1180px;
  margin: 0 auto; 
	
}

.methodology-container h2 {
    font-size: 38px;
   text-align: center;
    margin-bottom: 55px;
	color: #2c3e50;
}

.method-steps {
  display :grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px;
}  

.method-card {
    background: #f8f9fa;
	padding: 38px 32px;
	border-radius  :12px;
    position: relative;
}

.step-marker {


   font-size: 48px;
                    font-weight: 700;
    color: #667eea;
  opacity: 0.3;
  position: absolute;
  top: 20px;
	right: 25px;


}

.method-card h3
	{
  font-size: 23px;
        margin-bottom: 14px;
	 color: #34495e;
}

.method-card p {
    color:  #5a6c7d;
   line-height: 1.7;
}

.location-info {
     padding    :    85px 25px;
    background: #f8f9fa;
	}

.location-wrap {
    max-width: 1180px;
  margin: 0 auto;
   display: grid;
   grid-template-columns: 1.2fr 1fr;
	gap   :     55px;
   align-items     :center;
}

.location-details h2 {
   font-size    :36px;
    margin-bottom: 22px;
  color: #2c3e50;
}

.location-details p {
  margin-bottom: 16px; 
  color    :        #5a6c7d; 
    line-height: 1.8;
}  

.address-block {
    margin: 28px 0;
	 border-left: 4px solid #667eea;
          background    :    white;
  padding: 28px;
   border-radius: 8px;
} 

.address-block p {
  margin-bottom    :8px;
}

.location-image img {
      width: 100%;
   border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}

.cta-about {
  padding: 75px 25px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
   text-align: center;
	 color: white;
}

.cta-content h2 {
	 margin-bottom: 20px;
   font-size: 40px;
}

.cta-content p {
   font-size: 18px;
    margin-bottom   : 32px;
    opacity: 0.95;
}

.cta-link {


    padding   :       17px 45px;
   display: inline-block;
  transition: transform 0.2s;
    color: #764ba2;
  border-radius: 8px;
  font-weight: 600;
    text-decoration: none;
  background: white;
	 font-size    : 17px;
	


}

.cta-link:hover		{
  transform: scale(1.05);
}

.thankyou-main {
   padding: 95px 25px;
   background: white;
         min-height: 70vh;
}  

.thankyou-wrapper {


    max-width: 850px;
    margin: 0 auto;
  text-align: center;


}

.success-icon {
    margin-bottom: 32px;
  display: inline-block;
}

.thankyou-wrapper h1 {
   font-size: 42px; 
  color: #2c3e50; 
   margin-bottom: 18px;
}

.confirmation-msg  {
	 font-size: 18px;
   color: #5a6c7d;
  margin-bottom: 55px;
    line-height: 1.7;


}

.next-steps {
    background: #f8f9fa;
    padding: 48px 38px;
               border-radius:        12px;
  margin-bottom: 55px;
}

.next-steps h2 {
  color: #2c3e50;
    font-size: 32px;
  margin-bottom:    38px;
}

.steps-list {
    display: flex;
  flex-direction     :column;
  gap: 28px;
}  

.step-item {
  display  :        grid;
   grid-template-columns: 70px 1fr;
	 gap    :      22px;
    text-align: left;
    align-items: start;
}

.step-num {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
   color: white;
    border-radius     :       50%;
	 display: flex;
  align-items: center;
   justify-content: center;
  font-size: 24px;
   font-weight:700;
}

.step-text h3 {
       font-size: 21px;
    margin-bottom: 8px;
  color: #34495e;

}

.step-text p {
	color: #5a6c7d;
      line-height: 1.7;
}

.additional-resources {
   margin-bottom: 55px;
}

.additional-resources h2 {
   font-size: 32px;
   margin-bottom :      16px;
   color: #2c3e50;
	}

.additional-resources p {
  font-size : 17px;
	color: #5a6c7d;
   margin-bottom: 28px;
}

.resource-links {
     display: flex;
   gap: 18px;
  justify-content: center;
    flex-wrap: wrap;
}

.resource-btn {
   display: inline-block;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 14px 35px;
  text-decoration: none;
    border-radius: 6px;
  font-weight   :  600;
   transition: transform 0.2s;
}

.resource-btn:hover
{
  transform: translateY(-2px);
}


.resource-btn.secondary {
        background: #f8f9fa;
  color: #667eea;
	 border: 2px solid #667eea;
}

.contact-reminder {
  background: #f8f9fa;
      padding:        32px;
    border-radius: 8px;
}

.contact-reminder p {
       font-size: 17px;
   color: #5a6c7d;
   margin-bottom: 12px;
	}



.phone-link {
    font-size: 28px;
    color: #667eea;
  text-decoration: none;
   font-weight: 600;


}

.phone-link:hover {


    color: #764ba2;
}

footer {
   background    :      #1a1a2e;
   color: white;
    padding: 55px 25px 28px;
	
}

.footer-content {
      max-width     :  1180px;
    margin: 0 auto;
    display     :    grid;
   grid-template-columns:       2fr 1fr 1fr;
                    gap: 45px;
  margin-bottom: 35px;
}

.footer-brand img {
  height: 42px;

  filter: brightness(0) invert(1);

   margin-bottom: 18px;
}



.footer-brand p {
  color: #b8b8b8;
   line-height: 1.7;
	margin-bottom: 12px;
}

.footer-links h4 {
    margin-bottom: 18px;
   font-size: 17px;
}

.footer-links ul    {
   list-style: none;
}


.footer-links ul li {
   margin-bottom: 10px;
}

.footer-links a {

  transition: color 0.3s;
    text-decoration: none;
  color: #b8b8b8;

}

.footer-links a:hover {
  color: white;
}

.footer-bottom {
    text-align: center;
  padding-top: 28px;
    border-top     :     1px solid #333;
	 color: #888;
  font-size: 14px;
}@media (max-width: 968px) {
    .main-nav {
        position: fixed;
        top: 75px;
        left: -100%;
        flex-direction: column;
        background: white;
        width: 100%;
        padding: 25px;
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        transition: left 0.3s;
    }
    
    .main-nav.active {
        left: 0;
    }
    
    .burger-toggle {
        display: flex;
    }
    
    .story-container {
        grid-template-columns: 1fr;
    }
    
    .values-lineup {
        grid-template-columns: 1fr;
    }
    
    .approach-wrap {
        grid-template-columns: 1fr;
    }
    
    .stats-display {
        grid-template-columns: 1fr;
    }
    
    .method-steps {
        grid-template-columns: 1fr;
    }
    
    .location-wrap {
        grid-template-columns: 1fr;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
    }
    
    .hero-inner h1 {
        font-size: 32px;
    }
}

@media (max-width: 768px) {
    .step-item {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .step-num {
        margin: 0 auto 15px;
    }
}