*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}:root{--header-height:70px}body{font-family:'Inter',system-ui,-apple-system,sans-serif;font-size-adjust:.46;line-height:1.6;color:#333;overflow-x:hidden;padding-top:var(--header-height)}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{position:fixed;top:0;left:0;width:100%;background:rgba(255,255,255,.95);backdrop-filter:blur(10px);z-index:1000;transition:all .3s ease;border-bottom:1px solid rgba(0,0,0,.1)}.navbar{padding:1rem 0}.nav-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center}.nav-logo h2{color:#2563eb;font-size:1.5rem;font-weight:700;margin-bottom:.2rem}.nav-logo .tagline{font-size:.8rem;color:#6b7280;font-weight:400}.nav-menu{display:flex;list-style:none;gap:2rem;min-height:24px;align-items:center}.nav-link{white-space:nowrap;text-decoration:none;color:#374151;font-weight:500;transition:color .08s ease,background .08s ease;position:relative}.nav-link:hover{color:#2563eb}.nav-link::after{content:'';position:absolute;width:0;height:2px;bottom:-5px;left:0;background-color:#2563eb;transition:width .08s ease}.nav-link:hover::after{width:100%}.btn-primary{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:white;padding:.75rem 1.5rem;text-decoration:none;border-radius:8px;font-weight:600;transition:all .3s ease;border:none;cursor:pointer;display:inline-block}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 25px rgba(37,99,235,.3)}.btn-secondary{background:transparent;color:#2563eb;padding:.75rem 1.5rem;text-decoration:none;border-radius:8px;font-weight:600;transition:all .3s ease;border:2px solid #2563eb;display:inline-block}.btn-secondary:hover{background:#2563eb;color:white;transform:translateY(-2px)}.admin-nav{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.admin-nav .btn-primary,.admin-nav .btn-secondary{margin:0;font-size:.9rem;padding:.5rem 1rem}.admin-nav .btn-secondary{background:#e5e7eb;color:#374151;border:1px solid #d1d5db}.admin-nav .btn-secondary:hover{background:#d1d5db;color:#111827;border-color:#9ca3af}.admin-nav .admin-nav-current{background:#f3f4f6;color:#6b7280;padding:.5rem 1rem;border-radius:8px;font-weight:600;font-size:.9rem;cursor:default}.inquiry-row-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem}.inquiry-row-actions .inquiry-btn{display:inline-block;padding:.35rem .6rem;font-size:.75rem;font-weight:600;text-decoration:none;border-radius:6px;border:1px solid transparent;white-space:nowrap;transition:background .2s ease,color .2s ease,border-color .2s ease,transform .1s ease}.inquiry-row-actions .inquiry-btn:hover{transform:translateY(-1px)}.inquiry-row-actions .inquiry-btn--view{background:#2563eb;color:#fff;border-color:#1d4ed8}.inquiry-row-actions .inquiry-btn--view:hover{background:#1d4ed8;color:#fff}.inquiry-row-actions .inquiry-btn--contacted{background:#8b5cf6;color:#fff;border-color:#7c3aed}.inquiry-row-actions .inquiry-btn--contacted:hover{background:#7c3aed;color:#fff}.inquiry-row-actions .inquiry-btn--qualified{background:#059669;color:#fff;border-color:#047857}.inquiry-row-actions .inquiry-btn--qualified:hover{background:#047857;color:#fff}.inquiry-row-actions .inquiry-btn--converted{background:#0d9488;color:#fff;border-color:#0f766e}.inquiry-row-actions .inquiry-btn--converted:hover{background:#0f766e;color:#fff}.inquiry-row-actions .inquiry-btn--junk{background:#6b7280;color:#fff;border-color:#4b5563}.inquiry-row-actions .inquiry-btn--junk:hover{background:#4b5563;color:#fff}.inquiry-row-actions .inquiry-btn--archive{background:#64748b;color:#fff;border-color:#475569}.inquiry-row-actions .inquiry-btn--archive:hover{background:#475569;color:#fff}.inquiry-row-actions .inquiry-btn--delete{background:#dc2626;color:#fff;border-color:#b91c1c}.inquiry-row-actions .inquiry-btn--delete:hover{background:#b91c1c;color:#fff}.inquiry-row-actions .btn-row-action{display:inline-block;padding:.35rem .6rem;font-size:.75rem;font-weight:600;text-decoration:none;border-radius:6px;background:#f3f4f6;color:#374151;border:1px solid #d1d5db}.inquiry-row-actions .btn-row-action--view{background:#2563eb;color:#fff;border-color:#1d4ed8}.inquiry-row-actions .btn-row-action--delete{background:#dc2626;color:#fff;border-color:#b91c1c}.hamburger{display:none;flex-direction:column;cursor:pointer}.bar{width:25px;height:3px;background-color:#333;margin:3px 0;transition:transform .2s ease,opacity .15s ease}.hero{min-height:100vh;background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%);display:flex;align-items:center;padding-top:100px;position:relative;overflow:hidden}.hero::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><defs><radialGradient id="a" cx="50%" cy="50%"><stop offset="0%" stop-color="%232563eb" stop-opacity="0.1"/><stop offset="100%" stop-color="%232563eb" stop-opacity="0"/></radialGradient></defs><circle cx="200" cy="200" r="150" fill="url(%23a)"/><circle cx="800" cy="300" r="100" fill="url(%23a)"/><circle cx="600" cy="700" r="120" fill="url(%23a)"/></svg>');z-index:1}.hero-container{max-width:1200px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:2}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem;background:linear-gradient(135deg,#1e293b,#2563eb);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.25rem;color:#64748b;margin-bottom:2rem;line-height:1.6}.hero-buttons{display:flex;gap:1rem;margin-bottom:3rem}.hero-stats{display:flex;gap:2rem}.stat{text-align:center}.stat h3{font-size:2rem;font-weight:700;color:#2563eb;margin-bottom:.5rem}.stat p{color:#64748b;font-size:.9rem}.hero-visual{display:flex;justify-content:center;align-items:center;gap:2rem;flex-wrap:wrap}.hero-visual i{font-size:4rem;color:#2563eb;opacity:.8;animation:float 3s ease-in-out infinite}.hero-visual i:nth-child(2){animation-delay:1s}.hero-visual i:nth-child(3){animation-delay:2s}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-20px)}}.services{padding:6rem 0;background:white}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.section-header p{font-size:1.1rem;color:#64748b;max-width:600px;margin:0 auto}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.service-card{background:white;padding:2.5rem;border-radius:16px;box-shadow:0 4px 6px rgba(0,0,0,.05);border:1px solid #e2e8f0;transition:all .3s ease;position:relative;overflow:hidden}.service-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:scaleX(0);transition:transform .3s ease}.service-card:hover::before{transform:scaleX(1)}.service-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px rgba(0,0,0,.1)}.service-card.featured{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:white}.service-card.featured .service-icon i{color:white}.service-icon{width:80px;height:80px;background:linear-gradient(135deg,#dbeafe,#bfdbfe);border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.service-card.featured .service-icon{background:rgba(255,255,255,.2)}.service-icon i{font-size:2rem;color:#2563eb}.service-card h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#1e293b}.service-card.featured h3{color:white}.service-card p{color:#64748b;margin-bottom:1.5rem;line-height:1.6}.service-card.featured p{color:rgba(255,255,255,.9)}.service-features{list-style:none}.service-features li{display:flex;align-items:center;margin-bottom:.5rem;color:#64748b}.service-card.featured .service-features li{color:rgba(255,255,255,.9)}.service-features i{color:#10b981;margin-right:.5rem;font-size:.9rem}.service-card.featured .service-features i{color:rgba(255,255,255,.9)}.about{padding:6rem 0;background:#f8fafc}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-intro{font-size:1.1rem;color:#64748b;margin-bottom:2rem;line-height:1.6}.about-features{display:grid;gap:1.5rem}.feature{display:flex;gap:1rem;align-items:flex-start}.feature-icon{width:50px;height:50px;background:linear-gradient(135deg,#2563eb,#1d4ed8);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.feature-icon i{color:white;font-size:1.2rem}.feature-content h4{font-size:1.1rem;font-weight:600;color:#1e293b;margin-bottom:.5rem}.feature-content p{color:#64748b;line-height:1.5}.about-visual{display:grid;gap:1.5rem}.visual-card{background:white;padding:2rem;border-radius:16px;box-shadow:0 4px 6px rgba(0,0,0,.05);border:1px solid #e2e8f0}.visual-card h3{font-size:1.3rem;font-weight:600;color:#1e293b;margin-bottom:1rem}.visual-card p{color:#64748b;line-height:1.6}.testimonials{padding:6rem 0;background:white}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.testimonial-card{background:white;padding:2rem;border-radius:16px;box-shadow:0 4px 6px rgba(0,0,0,.05);border:1px solid #e2e8f0;transition:all .3s ease}.testimonial-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px rgba(0,0,0,.1)}.testimonial-content{margin-bottom:1.5rem}.testimonial-content p{font-style:italic;color:#64748b;line-height:1.6;position:relative}.testimonial-content p::before{content:'"';font-size:3rem;color:#2563eb;position:absolute;top:-10px;left:-10px;font-family:serif}.testimonial-author{display:flex;align-items:center;gap:1rem}.author-info h4{font-weight:600;color:#1e293b;margin-bottom:.2rem}.author-info span{color:#64748b;font-size:.9rem}.faq{padding:6rem 0;background:#f8fafc}.faq-container{max-width:800px;margin:0 auto}.faq-item{background:white;border-radius:12px;margin-bottom:1rem;overflow:hidden;box-shadow:0 2px 4px rgba(0,0,0,.05)}.faq-question{padding:1.5rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:all .3s ease}.faq-question:hover{background:#f8fafc}.faq-question h3{font-size:1.1rem;font-weight:600;color:#1e293b}.faq-question i{color:#2563eb;transition:transform .3s ease}.faq-item.active .faq-question i{transform:rotate(45deg)}.faq-answer{padding:0 1.5rem;max-height:0;overflow:hidden;transition:all .3s ease}.faq-item.active .faq-answer{padding:0 1.5rem 1.5rem;max-height:200px}.faq-answer p{color:#64748b;line-height:1.6}.cta{padding:6rem 0;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:white;text-align:center}.cta-content h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.cta-content p{font-size:1.1rem;margin-bottom:2rem;opacity:.9}.cta-buttons{display:flex;gap:1rem;justify-content:center}.cta .btn-primary{background:white;color:#2563eb}.cta .btn-primary:hover{background:#f8fafc}.cta .btn-secondary{border-color:white;color:white}.cta .btn-secondary:hover{background:white;color:#2563eb}.contact{padding:6rem 0;background:white}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.contact-info{display:grid;gap:2rem}.contact-item{display:flex;gap:1rem;align-items:flex-start}.contact-icon{width:50px;height:50px;background:linear-gradient(135deg,#2563eb,#1d4ed8);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-icon i{color:white;font-size:1.2rem}.contact-details h4{font-weight:600;color:#1e293b;margin-bottom:.5rem}.contact-details p{color:#64748b;line-height:1.5}.contact-form{background:#f8fafc;padding:2rem;border-radius:16px}.form-group{margin-bottom:1.5rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:1rem;border:1px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:all .3s ease;background:white}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.1)}.form-group textarea{resize:vertical;min-height:120px}.footer{background:#1e293b;color:white;padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-logo h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#2563eb}.footer-logo p{color:#94a3b8;line-height:1.6;margin-bottom:1.5rem}.social-links{display:flex;gap:1rem}.social-link{width:40px;height:40px;background:#334155;border-radius:8px;display:flex;align-items:center;justify-content:center;color:white;text-decoration:none;transition:all .3s ease}.social-link:hover{background:#2563eb;transform:translateY(-2px)}.footer-section h4{font-size:1.1rem;font-weight:600;margin-bottom:1rem;color:white}.footer-links{list-style:none}.footer-links li{margin-bottom:.5rem}.footer-links a{color:#94a3b8;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#2563eb}.footer-contact p{color:#94a3b8;margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem}.footer-contact i{color:#2563eb;width:16px}.footer-bottom{border-top:1px solid #334155;padding-top:1rem}.footer-bottom-content{display:flex;justify-content:space-between;align-items:center;color:#94a3b8;font-size:.9rem}.footer-bottom-links{display:flex;gap:1rem}.footer-bottom-links a{color:#94a3b8;text-decoration:none;transition:color .3s ease}.footer-bottom-links a:hover{color:#2563eb}@media (max-width:768px){.hamburger{display:flex}.nav-menu{position:fixed;left:-100%;top:70px;min-height:auto;flex-direction:column;background:#fff;width:100%;text-align:left;transition:left .2s ease-out,box-shadow .2s ease;box-shadow:0 12px 32px rgba(0,0,0,.08);padding:.5rem 0;z-index:1000;max-height:calc(100vh - 70px);overflow-y:auto;gap:0;list-style:none;margin:0;border-top:1px solid #f1f5f9}.nav-menu.active{left:0}.nav-menu .nav-item{margin:0;padding:0;border-bottom:1px solid #f1f5f9}.nav-menu .nav-item:last-child{border-bottom:none}.nav-menu .nav-link{display:block;padding:.75rem 1.25rem;font-size:1rem;font-weight:600;color:#1e293b;transition:color .06s ease,background .06s ease}.nav-menu .nav-link::after{display:none}.nav-menu .nav-link:hover,.nav-menu .nav-link:active{color:#2563eb;background:#f8fafc}.nav-cta{display:none}.hero-container{grid-template-columns:1fr;text-align:center;gap:2rem}.hero-title{font-size:2.5rem}.hero-buttons{flex-direction:column;align-items:center}.hero-stats{justify-content:center}.services-grid{grid-template-columns:1fr}.about-content{grid-template-columns:1fr;gap:2rem}.contact-content{grid-template-columns:1fr;gap:2rem}.cta-buttons{flex-direction:column;align-items:center}.footer-bottom-content{flex-direction:column;gap:1rem;text-align:center}}@media (max-width:480px){.hero-title{font-size:2rem}.section-header h2{font-size:2rem}.hero-stats{flex-direction:column;gap:1rem}.service-card{padding:1.5rem}.testimonials-grid{grid-template-columns:1fr}.testimonial-card{padding:1.5rem}.faq-question{padding:1rem}.faq-question h3{font-size:1rem}.faq-answer{padding:0 1rem 1rem}.contact-info{gap:1rem}.contact-item{flex-direction:column;text-align:center}.contact-icon{margin:0 auto 1rem}.contact-details h4{margin-bottom:.2rem}.footer-content{grid-template-columns:1fr;text-align:center}.social-links{justify-content:center}}

/* Explore Other Services Section */
.other-services-navigation {
  padding: 4rem 0;
  background-color: #f8fafc;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
  box-shadow: 0 -2px 6px rgba(0,0,0,0.03), 0 2px 6px rgba(0,0,0,0.03);

}

.other-services-navigation h2 {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 2rem;
}

.services-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

.services-list a {
  background: white;
  border: 1px solid #e2e8f0;
  padding: 1rem 1.5rem;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 500;
  color: #2563eb;
  transition: all 0.3s ease;
  min-width: 220px;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
}

.services-list a:hover {
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  color: white;
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(37, 99, 235, 0.2);
}
/* MObile responsiveness  Other Services Section */
@media (max-width: 768px) {
  .services-list a {
    width: 100%;
  }
}
/* CBSE Comliances Section */
.cbse-compliance {
  background: #f9fafb;
  padding: 60px 0;
}
.cbse-compliance h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 40px;
  color: #1e3a8a;
}
.compliance-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}
.compliance-item {
  background: white;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  border: 1px solid #e2e8f0;
}
.compliance-item h3 {
  color: #2563eb;
  margin-bottom: 10px;
}
.faq-answer {
    display: none;
    transition: all 0.3s ease;
}

.faq-item.active .faq-answer {
    display: block;
}

.service-detail-hero {
  position: relative;
  padding: 140px 0;
  color: white;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 500px; /* ensures height is consistent */
}

.service-detail-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.service-detail-hero .container {
  position: relative;
  z-index: 2;
  text-align: center;
}



.service-card {
  background: #fff;
  padding: 30px 25px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.service-card .icon {
  font-size: 40px;
  color: #007bff;
  margin-bottom: 20px;
}

.service-card h3 {
  font-size: 1.3rem;
  margin-bottom: 15px;
  color: #333;
}

.service-card p {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 20px;
  line-height: 1.5;
}

.card-buttons a {
  display: inline-block;
  margin: 5px 10px;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
}

.btn-primary {
  background-color: #007bff;
  color: white;
}

.btn-secondary {
  background-color: transparent;
  border: 2px solid #007bff;
  color: #007bff;
}

.btn-primary:hover, .btn-secondary:hover {
  background-color: #0056b3;
  color: white;
}




.process-card, .why-card {
  background: #fff;
  padding: 25px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.05);
  transition: all 0.3s ease-in-out;
}

.process-card:hover, .why-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.process-card i, .why-card i {
  font-size: 36px;
  color: #007bff;
  margin-bottom: 15px;
}

.process-card h4, .why-card h4 {
  font-size: 1.1rem;
  margin-bottom: 10px;
  color: #333;
}

.process-card p, .why-card p {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.5;
}

.logo-img {
  max-height: 50px;
  width: auto;
  display: block;
  margin-right: 0.75rem;
  vertical-align: middle;
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* Location + Service LASER pages */
.loc-hero{margin-top:0!important;position:relative;min-height:70vh;display:flex;align-items:center;padding:100px 0 60px;overflow:hidden}.loc-hero::before,.loc-hero::after{z-index:0}.loc-hero__inner,.loc-hero .content,.loc-hero .container{position:relative;z-index:1}.loc-hero__inner{max-width:1200px;margin:0 auto;padding:0 20px}.loc-hero__content{text-align:center;max-width:56rem;margin:0 auto;color:white}.loc-hero__badge{display:inline-block;background:rgba(255,255,255,.2);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);border-radius:50px;padding:.5rem 1.5rem;margin-bottom:1.5rem;font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:1px}.loc-hero__title{font-size:clamp(1.75rem,4vw,3rem);font-weight:700;margin-bottom:1rem;line-height:1.2;color:white;text-shadow:0 4px 20px rgba(0,0,0,.3)}.loc-hero__title span{background:linear-gradient(45deg,#FFD700,#FFA500);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:inline-block}.loc-hero__subtext{font-size:1.125rem;line-height:1.6;max-width:800px;margin:0 auto 1.5rem;color:rgba(255,255,255,.95);text-shadow:0 2px 10px rgba(0,0,0,.2)}.loc-hero__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.loc-hero__btn-primary,.loc-hero__btn-secondary{display:inline-block;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;text-decoration:none;transition:all .2s ease}.loc-hero__btn-primary{background:white;color:#1e40af;box-shadow:0 4px 14px rgba(0,0,0,.15)}.loc-hero__btn-primary:hover{background:#f1f5f9}.loc-hero__btn-secondary{background:transparent;border:2px solid white;color:white}.loc-hero__btn-secondary:hover{background:white;color:#1e40af}.loc-hero__icons{display:flex;justify-content:center;gap:2rem;margin-top:3rem;flex-wrap:wrap}.loc-hero__icon-item{text-align:center}.loc-hero__icon-item i{font-size:3rem;color:#FFD700;margin-bottom:.5rem;display:block;text-shadow:0 2px 10px rgba(255,215,0,.3)}.loc-hero__icon-item span{font-size:.9rem;color:rgba(255,255,255,.9)}.loc-section{padding:4rem 0}.loc-section--gray{background:#f9fafb}.loc-section__inner{max-width:1200px;margin:0 auto;padding:0 20px}.loc-section__title{font-size:1.875rem;font-weight:700;margin-bottom:1.5rem;text-align:center;color:#1e293b}.loc-card{background:white;padding:1.5rem;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.08);margin-bottom:1.5rem}.loc-card h3{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:#1e40af}.loc-grid-2{display:grid;gap:1.5rem}@media (min-width:768px){.loc-grid-2{grid-template-columns:1fr 1fr}}.loc-grid-3{display:grid;gap:1.5rem}@media (min-width:768px){.loc-grid-3{grid-template-columns:repeat(3,1fr)}}.loc-faq-item{background:white;padding:1.25rem;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.06);margin-bottom:1rem}.loc-faq-item h3{font-size:1.125rem;font-weight:600;color:#1e40af;margin-bottom:.5rem}.loc-faq-item p{color:#374151;line-height:1.6;margin:0}.loc-cta{padding:4rem 0;background:#2563eb;color:white;text-align:center}.loc-cta h2{font-size:1.875rem;font-weight:700;margin-bottom:1rem}.loc-cta p{font-size:1.125rem;margin-bottom:1.5rem;max-width:42rem;margin-left:auto;margin-right:auto}.loc-cta__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.loc-cta__btn{display:inline-block;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;text-decoration:none;transition:all .2s}.loc-cta__btn--white{background:white;color:#2563eb}.loc-cta__btn--outline{background:transparent;border:2px solid white;color:white}.loc-cta__btn:hover{opacity:.95}.breadcrumb-bar{position:relative;z-index:50;background:#fff;padding:12px 0;font-size:.9rem;color:#6b7280}.breadcrumb-bar a{color:inherit;text-decoration:none}.breadcrumb-bar a:hover{text-decoration:underline}.loc-breadcrumb{padding:.75rem 0;font-size:.9rem;color:#6b7280}.loc-breadcrumb a{color:#2563eb;text-decoration:none}.loc-breadcrumb a:hover{text-decoration:underline}.loc-service-links{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.loc-service-links a{display:inline-block;padding:.6rem 1.2rem;background:#eff6ff;color:#1e40af;border-radius:8px;font-weight:600;text-decoration:none;border:2px solid #bfdbfe;transition:all .2s}.loc-service-links a:hover{background:#dbeafe}





