/* Simple responsive styles */
:root{
  --bg:#0f1724; --card:#111827; --muted:#9ca3af; --accent:#4f46e5;
  --container:1100px;
}
*{box-sizing:border-box}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,'Segoe UI',Roboto,'Helvetica Neue',Arial; background:linear-gradient(180deg,#0b1220 0%, #0f1724 100%); color:#e6eef7;}
.wrap{max-width:var(--container);margin:0 auto;padding:24px;}
.container{padding-top:20px;padding-bottom:60px;}
.site-header{background:rgba(2,6,23,0.6);backdrop-filter:blur(6px);border-bottom:1px solid rgba(255,255,255,0.03);position:sticky;top:0;z-index:50;}
.site-header .wrap{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;}
.brand, .brand:link, .brand:visited{font-weight:800;color:transparent;background:linear-gradient(90deg,#60a5fa,#7c3aed);-webkit-background-clip:text;background-clip:text;text-decoration:none;font-size:20px;}
.nav{display:flex;gap:16px;align-items:center;}
.nav-link, .nav-link:link, .nav-link:visited{color:var(--muted);text-decoration:none;padding:6px 8px;border-radius:6px;}
.nav-link:hover{color:#fff;background:rgba(255,255,255,0.03);}
/* NEW: Focus state for links and buttons */
.nav-link:focus, .btn:focus {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}
.mobile-toggle{display:none;background:transparent;border:0;color:var(--muted);font-size:20px; cursor:pointer}
.hero{display:flex;align-items:center;min-height:60vh;}
.hero-inner{text-align:center;padding:40px 20px;}
.hero h1{font-size:44px;margin:0 0 12px;line-height:1.02}
.hero p{color:var(--muted);margin:0 0 18px}
.btn{display:inline-block;padding:10px 18px;border-radius:999px;text-decoration:none;border:1px solid rgba(255,255,255,0.06);cursor:pointer; transition:background 0.3s, color 0.3s}
.btn.primary{background:linear-gradient(90deg,#3b82f6,#7c3aed);color:white;border:0}
.btn.ghost{background:transparent;color:white}
.btn.small{padding:8px 12px;font-size:14px}
.wrap-section{padding:40px 24px;background:transparent}
.section-title{font-size:28px;margin-bottom:18px;text-align:center}
.services-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:18px;max-width:1100px;margin:0 auto}
.card{
  background:linear-gradient(180deg,rgba(255,255,255,0.02), rgba(255,255,255,0.01));
  padding:20px;border-radius:12px;
  border:1px solid rgba(255,255,255,0.03);
  /* NEW: Card hover and transition */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.card:hover{
  transform: translateY(-4px); 
  box-shadow: 0 10px 30px rgba(79, 70, 229, 0.1);
}
.card .icon{font-size:30px;margin-bottom:8px}
.card h3{margin:0 0 8px}

/* NEW: Dedicated Service Page Section */
.feature-section {
  display: flex; 
  gap: 30px; 
  align-items: center;
  margin-bottom: 40px;
}
.feature-section:nth-child(even) {
  flex-direction: row-reverse; /* Alternate layout */
}
.feature-content { flex: 1; }
.feature-image { flex: 1; text-align: center; }
.feature-image img { 
  max-width: 100%; 
  height: auto; 
  border-radius: 8px; 
  border: 1px solid rgba(255,255,255,0.06);
}

.contact-form{max-width:720px;margin:0 auto;display:grid;gap:10px}
.contact-form input, .contact-form textarea{
  padding:10px;border-radius:8px;
  border:1px solid rgba(255,255,255,0.06);
  background:rgba(255,255,255,0.02);color:#fff;
  /* NEW: Focus style for inputs */
  transition: border-color 0.2s;
}
.contact-form input:focus, .contact-form textarea:focus {
  border-color: var(--accent);
  outline: none;
}
.notice.success{background:linear-gradient(90deg,#10b981,#059669);padding:12px;border-radius:8px;color:white;text-align:center;margin-bottom:12px}

/* Footer */
.site-footer{border-top:1px solid rgba(255,255,255,0.03);padding:20px 0;margin-top:40px}
.site-footer .wrap{display:flex;justify-content:space-between;align-items:center;}

/* ANIMATION CLASSES */
.animate-me {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.animate-me.is-visible {
  opacity: 1;
  transform: translateY(0);
}


/* Responsive */
@media(min-width:700px){
  .services-grid{grid-template-columns:repeat(2,1fr)}
  .mobile-toggle{display:none}
}
@media(min-width:1000px){
  .services-grid{grid-template-columns:repeat(4,1fr)}
}
@media(max-width:900px){
  /* Adjust layout for feature sections on smaller screens */
  .feature-section, .feature-section:nth-child(even) {
    flex-direction: column;
    text-align: center;
  }
}
@media(max-width:699px){
  /* MOBILE NAVIGATION REFACTOR: Hide by default */
  .nav{display:none} 
  .mobile-toggle{display:block}
  .hero h1{font-size:32px}

  /* NEW: Mobile menu open state using JS class */
  .nav.is-open {
    display: flex; 
    flex-direction: column;
    position: absolute;
    top: 60px; /* Below the header */
    left: 0;
    width: 100%;
    background: var(--bg);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding: 10px 24px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
    z-index: 40; /* Below sticky header but above content */
  }
  .nav-link {
    padding: 12px 0;
    text-align: center;
  }
}

/* --- NEW HERO ANIMATION & LAYOUT --- */
.hero {
  position: relative;
  overflow: hidden; /* Ensures particles stay within the hero section */
  min-height: 70vh; /* Slightly taller hero */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.hero-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; /* Behind the content */
  pointer-events: none; /* Allows clicks to pass through to the buttons */
}
.hero-inner {
  position: relative;
  z-index: 5; /* Above the canvas */
  max-width: 800px;
  padding: 40px 20px;
}
.hero-title {
  font-size: 56px;
  margin: 0 0 12px;
  line-height: 1.1;
}
.hero-title span {
  color: transparent;
  background: linear-gradient(90deg, #60a5fa, #7c3aed);
  -webkit-background-clip: text;
  background-clip: text;
}
.hero-sub {
  color: var(--muted);
  font-size: 18px;
  margin: 0 0 30px;
}
.hero-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 20px;
}

/* --- SOCIAL PROOF SECTION --- */
.trust-section {
  padding: 40px 24px;
}
.client-logos {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 0;
  border-top: 1px solid rgba(255,255,255,0.03);
  border-bottom: 1px solid rgba(255,255,255,0.03);
  margin-bottom: 40px;
}
.client-logos span {
  font-size: 14px;
  color: #6366f1; /* Slightly lighter accent color */
  font-weight: 600;
  padding: 10px 15px;
}
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  max-width: 900px;
  margin: 0 auto;
}
.testimonial-card {
  padding: 25px;
  font-style: italic;
  line-height: 1.6;
}
.testimonial-author {
  margin-top: 15px;
  font-style: normal;
  font-size: 14px;
  color: var(--accent);
}

/* --- RESPONSIVENESS ADJUSTMENTS --- */
@media(min-width: 700px) {
  .hero-title {
    font-size: 64px;
  }
  .testimonial-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media(max-width: 699px) {
  .hero-title {
    font-size: 40px;
  }
  .hero-sub {
    font-size: 16px;
  }
  .hero-buttons {
    flex-direction: column;
    gap: 10px;
  }
  .client-logos {
    justify-content: center;
    gap: 15px 30px;
  }
}

/* --- PROCESS SECTION --- */
.step-badge {
  display: inline-block;
  background: rgba(79, 70, 229, 0.2);
  color: #818cf8;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 12px;
  border: 1px solid rgba(79, 70, 229, 0.3);
}

/* --- FAQ SECTION (Native HTML Details/Summary) --- */
.faq-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.faq-item {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  overflow: hidden;
  transition: background 0.3s;
}
.faq-item:hover {
  background: rgba(255, 255, 255, 0.04);
}
.faq-item summary {
  padding: 18px 24px;
  cursor: pointer;
  font-weight: 600;
  list-style: none; /* Hides default triangle in some browsers */
  position: relative;
  padding-right: 40px;
}
.faq-item summary::-webkit-details-marker {
  display: none; /* Hides default triangle in Chrome/Safari */
}
/* Custom Plus Icon for Accordion */
.faq-item summary::after {
  content: '+';
  position: absolute;
  right: 24px;
  font-size: 20px;
  color: var(--muted);
  font-weight: 400;
}
.faq-item[open] summary::after {
  content: '-';
  color: var(--accent);
}
.faq-item[open] summary {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: white;
}
.faq-content {
  padding: 18px 24px;
  color: var(--muted);
  line-height: 1.6;
  font-size: 15px;
}