:root {
  --primary:#1f3b73;
  --primary-dark:#14264b;
  --accent:#34b7b0;
  --accent-soft:#e7f7f6;
  --bg:#ffffff;
  --bg-alt:#f5f7fb;
  --text:#1b1b25;
  --text-muted:#6d6d80;
  --border-soft:#e1e5f0;
  --radius-md:1rem;
  --radius-lg:1.5rem;
  --shadow-soft:0 18px 40px rgba(15,23,42,0.08);
  --shadow-light:0 10px 30px rgba(15,23,42,0.06);
}

/* RESET & BASE */
*,
*::before,
*::after { box-sizing:border-box; }

html { scroll-behavior:smooth; }

body {
  margin:0;
  font-family:"Nunito",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  background:var(--bg);
  color:var(--text);
  line-height:1.6;
}

img { max-width:100%; display:block; }
a { color:inherit; text-decoration:none; }

.container {
  width:min(1120px,100% - 2.5rem);
  margin-inline:auto;
}

.section { padding:4.5rem 0; }
.section-alt { background:var(--bg-alt); }

.section-header {
  text-align:center;
  max-width:620px;
  margin:0 auto 2rem;
}
.section-header h2 { margin:0 0 .4rem; }
.section-header p { color:var(--text-muted); }

/* Accessible focus styling */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline:2px solid var(--accent);
  outline-offset:3px;
}

/* BUTTONS */
.btn {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:.75rem 1.6rem;
  border-radius:999px;
  border:none;
  cursor:pointer;
  font-weight:700;
  font-size:.95rem;
  background:linear-gradient(135deg,var(--primary),var(--accent));
  color:#fff;
  box-shadow:var(--shadow-soft);
  transition:transform .15s ease, box-shadow .15s ease;
}
.btn:hover {
  transform:translateY(-2px) scale(1.01);
  box-shadow:0 22px 40px rgba(15,23,42,.18);
}
.btn-outline {
  background:transparent;
  color:var(--primary);
  border:1px solid rgba(31,59,115,.2);
}
.btn-sm { padding:.55rem 1.3rem; font-size:.85rem; }
.btn-block { width:100%; }

/* HEADER */
.header {
  position:sticky;
  top:0;
  z-index:100;
  background:rgba(255,255,255,.96);
  backdrop-filter:blur(12px);
  border-bottom:1px solid rgba(226,232,240,.9);
}
.header-inner {
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:.7rem 0;
  gap:1.5rem;
}

/* LOGO */
.logo { display:flex; align-items:center; gap:.7rem; }
.logo img { width:46px; }
.logo-text { display:flex; flex-direction:column; }
.logo-title { font-weight:800; font-size:1.1rem; color:var(--primary-dark); }
.logo-subtitle {
  font-size:.8rem;
  text-transform:uppercase;
  letter-spacing:.12em;
  color:var(--text-muted);
}

/* NAV */
.nav {
  display:flex;
  align-items:center;
  gap:1.5rem;
  font-size:.95rem;
}
.nav a {
  position:relative;
  padding:.4rem 0;
  font-weight:600;
  color:var(--text-muted);
  transition:color .15s ease;
}
.nav a::after {
  content:"";
  position:absolute;
  left:0;
  bottom:.1rem;
  width:0;
  height:2px;
  border-radius:999px;
  background:linear-gradient(135deg,var(--accent),var(--primary));
  transition:width .18s ease;
}
.nav a:hover { color:var(--primary-dark); }
.nav a:hover::after,
.nav a.active::after { width:100%; }
.nav a.active { color:var(--primary-dark); }

/* NAV TOGGLE (MOBILE) */
.nav-toggle {
  display:none;
  width:40px;
  height:34px;
  border-radius:.75rem;
  border:1px solid rgba(148,163,184,.7);
  background:#fff;
  padding:.3rem .5rem;
  flex-direction:column;
  justify-content:space-between;
  cursor:pointer;
}
.nav-toggle span {
  display:block;
  height:2px;
  border-radius:999px;
  background:var(--primary-dark);
}

/* NAV DROPDOWNS */
.nav-item {
  position:relative;
  display:flex;
  align-items:center;
}
.nav-link {
  font-weight:600;
  font-size:.95rem;
  padding:.4rem 0;
  color:var(--text-muted);
  cursor:pointer;
}
.nav-caret {
  font-size:.6rem;
  margin-left:.3rem;
}
.has-dropdown .dropdown {
  position:absolute;
  top:100%;
  left:0;
  margin-top:.6rem;
  min-width:260px;
  background:#ffffff;
  padding:1rem 1.2rem;
  border-radius:1rem;
  border:1px solid rgba(226,232,240,.95);
  box-shadow:0 18px 45px rgba(15,23,42,.18);
  display:none;
  z-index:50;
}
.dropdown-mega {
  width:640px;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:.3rem 2rem;
}
.has-dropdown:hover .dropdown,
.has-dropdown.dropdown-open .dropdown {
  display:block;
}
.dropdown-column a,
.has-dropdown .dropdown a {
  display:block;
  margin-bottom:.35rem;
  font-size:.9rem;
  color:var(--text);
}
.has-dropdown .dropdown a {
  position:static;
  padding:0;
}
.has-dropdown .dropdown a::after { display:none; }

/* HERO */
.hero {
  padding:5rem 0 4rem;
  background:radial-gradient(circle at top left,#eaf3ff 0,#ffffff 42%);
}
.hero-grid {
  display:grid;
  grid-template-columns:minmax(0,1.3fr) minmax(0,1fr);
  gap:3rem;
  align-items:center;
}
.eyebrow {
  font-size:.85rem;
  text-transform:uppercase;
  letter-spacing:.14em;
  color:var(--text-muted);
  margin-bottom:.5rem;
}
.hero-left h1 {
  font-size:clamp(2.3rem,4vw,3.1rem);
  margin-bottom:.7rem;
}
.hero-subtitle {
  max-width:560px;
  color:var(--text-muted);
}
.hero-cta {
  display:flex;
  flex-wrap:wrap;
  gap:.8rem;
  margin:1.6rem 0 1.2rem;
}
.hero-highlights {
  display:flex;
  flex-wrap:wrap;
  gap:.6rem;
  margin-top:.4rem;
}
.hero-pill {
  padding:.45rem 1rem;
  border-radius:999px;
  background:#f1f5ff;
  font-size:.85rem;
}
.hero-pill-soft { background:var(--accent-soft); }

/* Trusted by row */
.trusted-row {
  margin-top:1.2rem;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:.6rem;
  font-size:.88rem;
}
.trusted-label {
  font-weight:700;
  color:var(--text-muted);
}
.trusted-badges {
  display:flex;
  flex-wrap:wrap;
  gap:.4rem;
}
.trusted-badge {
  padding:.25rem .7rem;
  border-radius:999px;
  background:#f3f4ff;
  border:1px solid rgba(31,59,115,0.12);
  font-size:.8rem;
  color:var(--primary-dark);
}

/* HERO CARD & FORM */
.hero-right {
  display:flex;
  flex-direction:column;
  gap:1rem;
  align-items:stretch;
}
.hero-card {
  background:#ffffff;
  border-radius:var(--radius-lg);
  padding:1.8rem 1.6rem;
  box-shadow:var(--shadow-soft);
  border:1px solid rgba(226,232,240,.9);
  max-width:420px;
}
.hero-card h2 { margin:0 0 .35rem; font-size:1.3rem; }
.hero-card-text { margin:0 0 1rem; font-size:.95rem; color:var(--text-muted); }

.hero-form .form-group { margin-bottom:.8rem; }
.hero-form label {
  display:block;
  margin-bottom:.25rem;
  font-size:.8rem;
  font-weight:600;
  color:var(--text-muted);
}
.hero-form input,
.hero-form select {
  width:100%;
  padding:.7rem .8rem;
  border-radius:.75rem;
  border:1px solid var(--border-soft);
  font-family:inherit;
  font-size:.9rem;
}
.hero-form input:focus,
.hero-form select:focus {
  outline:none;
  border-color:var(--accent);
  box-shadow:0 0 0 2px rgba(52,183,176,.2);
}
.input-help {
  display:block;
  margin-top:.2rem;
  font-size:.75rem;
  color:var(--text-muted);
}
.hero-image img {
  border-radius:1.2rem;
  box-shadow:0 16px 40px rgba(15,23,42,.12);
  border:1px solid rgba(226,232,240,.9);
}

/* SERVICES */
.services-subtitle {
  margin:2.2rem 0 1rem;
  font-size:1.05rem;
  font-weight:800;
  color:var(--primary-dark);
}
.services-subtitle span {
  display:block;
  font-size:.9rem;
  font-weight:400;
  color:var(--text-muted);
  margin-top:.15rem;
}
.services-grid { display:grid; gap:1.5rem; }
.services-grid-employer {
  margin-top:.5rem;
  grid-template-columns:repeat(2,minmax(0,1fr));
}
.services-grid-candidate {
  margin-top:1rem;
  grid-template-columns:repeat(3,minmax(0,1fr));
}

/* big employer cards */
.service-card-xl {
  background:#fff;
  border-radius:1.2rem;
  padding:1.6rem 1.5rem;
  border:1px solid rgba(226,232,240,.9);
  box-shadow:var(--shadow-light);
}
.service-card-xl h3 { margin:.6rem 0 .4rem; font-size:1.05rem; }
.service-card-xl p {
  margin:0 0 .8rem;
  font-size:.92rem;
  color:var(--text-muted);
}
.service-icon {
  width:46px;
  height:46px;
  border-radius:1rem;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,var(--accent),var(--primary));
  color:#fff;
  font-size:20px;
}
.service-link {
  font-size:.88rem;
  font-weight:600;
  color:var(--primary-dark);
}

/* small candidate cards */
.service-card-sm {
  background:#fff;
  border-radius:1rem;
  padding:1.3rem 1.2rem;
  border:1px solid rgba(226,232,240,.9);
  box-shadow:0 6px 18px rgba(15,23,42,.06);
}
.service-icon-sm {
  width:38px;
  height:38px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:var(--accent-soft);
  color:var(--primary-dark);
  font-size:17px;
}
.service-card-sm h4 {
  margin:.7rem 0 .3rem;
  font-size:.98rem;
}
.service-card-sm p {
  margin:0 0 .6rem;
  font-size:.9rem;
  color:var(--text-muted);
}
.service-link-sm {
  font-size:.85rem;
  font-weight:600;
  color:var(--primary-dark);
}

/* CLIENTS */
.pill-row {
  display:flex;
  flex-wrap:wrap;
  gap:.6rem;
  margin-top:1rem;
}
.pill {
  padding:.5rem 1rem;
  border-radius:999px;
  background:var(--accent-soft);
  border:1px solid rgba(52,183,176,.18);
  font-size:.88rem;
}

/* WHY */
.why-grid {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:1.5rem;
}
.why-card {
  background:#fff;
  border-radius:var(--radius-md);
  padding:1.4rem 1.5rem;
  border:1px solid rgba(226,232,240,.9);
  box-shadow:var(--shadow-light);
}
.why-card p { color:var(--text-muted); }
.stats-row {
  display:flex;
  flex-wrap:wrap;
  gap:1.2rem;
  margin-top:2rem;
  justify-content:center;
}
.stat-box {
  min-width:150px;
  padding:.9rem 1.1rem;
  border-radius:.9rem;
  background:#fff;
  border:1px solid rgba(226,232,240,.9);
  text-align:center;
}
.stat-number {
  display:block;
  font-weight:800;
  font-size:1.05rem;
  color:var(--primary-dark);
}
.stat-label { font-size:.85rem; color:var(--text-muted); }

/* TESTIMONIALS */
.testimonial-grid {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:1.5rem;
  margin-top:2rem;
}
.testimonial-card {
  background:#fff;
  border-radius:1.2rem;
  padding:1.8rem;
  border:1px solid rgba(226,232,240,.9);
  box-shadow:var(--shadow-light);
  transition:transform .18s ease, box-shadow .18s ease;
}
.testimonial-card:hover {
  transform:translateY(-6px);
  box-shadow:0 20px 45px rgba(15,23,42,.16);
}
.rating {
  font-size:1.1rem;
  color:#ffb800;
  margin-bottom:.7rem;
}
.testimonial-text {
  font-size:.96rem;
  color:var(--text-muted);
  margin-bottom:1.5rem;
  line-height:1.55;
}
.testimonial-author {
  display:flex;
  align-items:center;
  gap:.9rem;
}
.testimonial-author img {
  width:52px;
  height:52px;
  object-fit:cover;
  border-radius:50%;
  border:2px solid var(--accent);
}
.testimonial-author span {
  display:block;
  font-size:.82rem;
  color:var(--text-muted);
}

/* PLACED OUR CANDIDATES IN strip */
.section-placed {
  background:#050616;
  color:#e5e7ff;
  padding:2.8rem 0;
}
.placed-label {
  text-align:center;
  font-size:.85rem;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:#9ca3c7;
  margin:0 0 1.5rem;
}
.placed-logos {
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:1rem 1.5rem;
}
.placed-logo {
  min-width:150px;
  min-height:54px;
  padding:.6rem 1rem;
  border-radius:999px;
  border:1px solid rgba(148,163,184,.7);
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(15,23,42,.8);
  box-shadow:0 10px 26px rgba(0,0,0,.35);
}
.placed-logo span {
  font-size:.9rem;
  font-weight:600;
  color:#f9fafb;
}

/* ABOUT */
.about-grid {
  display:grid;
  grid-template-columns:minmax(0,1.25fr) minmax(0,1.05fr);
  gap:2.5rem;
  align-items:flex-start;
}
.section-image-rounded {
  border-radius:1.3rem;
  margin-bottom:1rem;
}
.checklist {
  list-style:none;
  padding-left:0;
  margin:.5rem 0 0;
}
.checklist li {
  position:relative;
  padding-left:1.4rem;
  margin-bottom:.4rem;
  font-size:.95rem;
}
.checklist li::before {
  content:"✔";
  position:absolute;
  left:0;
  top:0;
  font-size:.82rem;
  color:var(--accent);
}

/* TEAM SLIDER */
.team-slider-wrapper {
  max-width:760px;
  margin:0 auto;
  text-align:center;
}
.team-slider {
  position:relative;
  overflow:hidden;
  min-height:260px;
}
.team-card {
  background:#ffffff;
  border-radius:1.2rem;
  padding:1.8rem 1.6rem 1.7rem;
  border:1px solid rgba(226,232,240,.9);
  box-shadow:0 16px 40px rgba(15,23,42,.08);
  max-width:600px;
  margin:0 auto;
  opacity:0;
  transform:translateX(40px);
  transition:opacity .4s ease, transform .4s ease;
  position:absolute;
  inset:0;
}
.team-card.active {
  opacity:1;
  transform:translateX(0);
  position:relative;
}
.team-photo {
  width:80px;
  height:80px;
  border-radius:50%;
  overflow:hidden;
  margin:0 auto .8rem;
  border:3px solid var(--accent);
}
.team-photo img {
  width:100%;
  height:100%;
  object-fit:cover;
}
.team-card h3 {
  margin:.2rem 0 .1rem;
  font-size:1.05rem;
}
.team-role {
  margin:0 0 .7rem;
  font-size:.9rem;
  color:var(--text-muted);
  font-weight:600;
}
.team-bio {
  margin:0;
  font-size:.92rem;
  color:var(--text-muted);
}
.team-dots {
  display:flex;
  justify-content:center;
  margin-top:1.2rem;
  gap:.4rem;
}
.team-dot {
  width:10px;
  height:10px;
  border-radius:999px;
  border:none;
  background:rgba(148,163,184,.6);
  cursor:pointer;
  padding:0;
}
.team-dot.active {
  background:var(--accent);
}

/* PROCESS */
.process-grid {
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:1.5rem;
}
.step-card {
  background:#fff;
  border-radius:var(--radius-md);
  padding:1.4rem;
  border:1px solid rgba(226,232,240,.9);
  box-shadow:var(--shadow-light);
}
.step-number {
  width:32px;
  height:32px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-bottom:.5rem;
  background:linear-gradient(135deg,var(--accent),var(--primary));
  color:#fff;
  font-weight:800;
  font-size:.9rem;
}

/* FAQ */
.faq-list {
  max-width:720px;
  margin:0 auto;
}
.faq-item + .faq-item {
  margin-top:1rem;
  padding-top:1rem;
  border-top:1px solid var(--border-soft);
}
.faq-item h3 {
  margin-bottom:.3rem;
  font-size:1rem;
  font-weight:700;
}
.faq-item p {
  color:var(--text-muted);
  font-size:.94rem;
  line-height:1.5;
}

/* NEWSLETTER */
.newsletter {
  padding:1.8rem 2rem;
  border-radius:1.3rem;
  background:#ffffff;
  border:1px solid rgba(226,232,240,.9);
  box-shadow:0 16px 40px rgba(15,23,42,.08);
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:1.2rem 1.5rem;
}
.newsletter-text {
  flex:1 1 260px;
}
.newsletter-text h2 {
  margin:0 0 .3rem;
  font-size:1.2rem;
}
.newsletter-text p {
  margin:0;
  font-size:.92rem;
  color:var(--text-muted);
}
.newsletter-form {
  display:flex;
  flex:1 1 260px;
  gap:.6rem;
  justify-content:flex-end;
}
.newsletter-input {
  flex:1;
  min-width:0;
  padding:.75rem .8rem;
  border-radius:999px;
  border:1px solid var(--border-soft);
  font-family:inherit;
  font-size:.9rem;
}
.newsletter-input:focus {
  outline:none;
  border-color:var(--accent);
  box-shadow:0 0 0 2px rgba(52,183,176,.18);
}

/* CONTACT FOOTER PIECES */
.footer-contact-line { margin:.15rem 0; font-size:.9rem; color:#cbd5f5; }
.footer-contact-line a { color:#e5e7ff; }
.footer-contact-line a:hover { text-decoration:underline; }
.small-muted { font-size:.85rem; color:#9ca3c7; }

/* IMAGE STYLES */
.image-row {
  margin:1.5rem 0 0;
  display:flex;
  justify-content:center;
}
.section-image {
  max-width:100%;
  border-radius:1rem;
  box-shadow:0 14px 32px rgba(15,23,42,.08);
  border:1px solid rgba(226,232,240,.9);
}
.section-image-small {
  max-width:360px;
  width:100%;
  margin:0 auto 1rem;
  display:block;
}

/* BIG FOOTER */
.footer-main {
  background:#050616;
  color:#f9fafb;
  padding:3.5rem 0 3rem;
}
.footer-grid {
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:2.5rem;
}
.footer-col { font-size:.9rem; }

.footer-heading {
  font-size:1rem;
  font-weight:700;
  margin-bottom:1rem;
  position:relative;
}
.footer-heading::after {
  content:"";
  display:block;
  width:50px;
  height:2px;
  margin-top:.4rem;
  background:linear-gradient(135deg,var(--accent),var(--primary));
}
.footer-logo {
  display:flex;
  align-items:center;
  gap:.6rem;
  font-weight:800;
  font-size:1.05rem;
  margin-bottom:.4rem;
}
.footer-logo img { width:44px; }
.footer-tagline {
  margin:.2rem 0 1.4rem;
  color:#cbd5f5;
  font-size:.9rem;
}

/* footer social icons */
.footer-social-icons {
  display:flex;
  gap:.6rem;
}
.footer-social-icons a {
  width:32px;
  height:32px;
  border:1px solid rgba(148,163,184,.7);
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:.35rem;
  color:#e5e7ff;
  font-size:16px;
  transition:all .2s ease;
}
.footer-social-icons a:hover {
  background:#ffffff;
  color:var(--primary-dark);
}

/* footer links */
.footer-links {
  list-style:none;
  padding:0;
  margin:0;
}
.footer-links li + li { margin-top:.5rem; }
.footer-links a {
  color:#cbd5f5;
  font-size:.9rem;
}
.footer-links a:hover { color:#ffffff; }

/* footer posts */
.footer-post { margin-bottom:1rem; }
.footer-post-date {
  display:flex;
  align-items:center;
  gap:.4rem;
  font-size:.8rem;
  color:#9ca3c7;
}
.footer-post-title {
  margin:.25rem 0 0;
  font-size:.9rem;
}

/* footer contact list (unused now but kept) */
.footer-contact-list {
  list-style:none;
  margin:0 0 1.2rem;
  padding:0;
}
.footer-contact-list li {
  display:flex;
  align-items:flex-start;
  gap:.5rem;
  margin-bottom:.6rem;
  font-size:.9rem;
}
.footer-contact-list i {
  margin-top:.15rem;
  color:#60a5fa;
}
.footer-contact-list a {
  color:#cbd5f5;
}
.footer-contact-list a:hover {
  color:#ffffff;
}
.footer-cta {
  margin-top:.4rem;
  font-size:.9rem;
  padding:.6rem 1.4rem;
}

/* bottom bar */
.footer {
  background:#2552ff;
  color:#e5e7ff;
  padding:1rem 0;
}
.footer-inner {
  display:flex;
  justify-content:space-between;
  align-items:center;
  font-size:.85rem;
}
.footer-bottom-links {
  display:flex;
  gap:1.2rem;
}
.footer-bottom-links a {
  font-size:.85rem;
  color:#e5e7ff;
}
.footer-bottom-links a:hover {
  text-decoration:underline;
}

/* REVEAL ANIMATION */
.reveal {
  opacity:0;
  transform:translateY(28px);
  transition:opacity .5s ease, transform .5s ease;
}
.reveal.visible {
  opacity:1;
  transform:translateY(0);
}
.delay-1 { transition-delay:.1s; }
.delay-2 { transition-delay:.2s; }
.delay-3 { transition-delay:.3s; }
.delay-4 { transition-delay:.4s; }
.delay-5 { transition-delay:.5s; }

/* Floating WhatsApp Button */
.whatsapp-float {
  position:fixed;
  bottom:1.5rem;
  right:1.5rem;
  width:54px;
  height:54px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,#25d366,var(--primary));
  color:#fff;
  box-shadow:0 18px 40px rgba(15,23,42,.35);
  z-index:200;
  transition:transform .25s ease, box-shadow .25s ease;
}
.whatsapp-float i { font-size:26px; }
.whatsapp-float:hover {
  transform:translateY(-4px) scale(1.1);
  box-shadow:0 26px 50px rgba(15,23,42,.45);
}

/* Policy pages */
.policy-block {
  max-width:800px;
  margin:0 auto;
  font-size:.95rem;
  color:var(--text-muted);
}
.policy-block h3 {
  margin-top:1.4rem;
  margin-bottom:.4rem;
  color:var(--primary-dark);
}
.policy-block h4 {
  margin-top:1rem;
  margin-bottom:.3rem;
  font-size:.95rem;
  color:var(--text);
}
.policy-block ul {
  padding-left:1.2rem;
  margin:.4rem 0 .8rem;
}
.policy-block li { margin-bottom:.2rem; }
.policy-block a {
  color:var(--primary);
  font-weight:600;
}

/* RESPONSIVE */
@media (max-width:960px) {
  .hero-grid,
  .about-grid,
  .contact-grid {
    grid-template-columns:minmax(0,1fr);
  }

  .services-grid-employer {
    grid-template-columns:minmax(0,1fr);
  }
  .services-grid-candidate {
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .why-grid {
    grid-template-columns:minmax(0,1fr);
  }
  .process-grid {
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .testimonial-grid {
    grid-template-columns:minmax(0,1fr);
  }
  .section-image-small { max-width:100%; }

  .footer-grid {
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media (max-width:768px) {
  .nav {
    position:absolute;
    inset-inline:0;
    top:100%;
    padding:.7rem 1.25rem 1rem;
    background:rgba(255,255,255,.98);
    border-bottom:1px solid rgba(226,232,240,.9);
    flex-direction:column;
    gap:.3rem;
    transform:translateY(-150%);
    opacity:0;
    pointer-events:none;
    transition:transform .18s ease, opacity .18s ease;
  }
  .nav.nav-open {
    transform:translateY(0);
    opacity:1;
    pointer-events:auto;
  }
  .nav-toggle { display:inline-flex; }

  .has-dropdown .dropdown {
    position:static;
    width:100%;
    margin-top:.4rem;
    box-shadow:none;
    border-radius:.9rem;
    background:#f9fafb;
  }
  .dropdown-mega {
    width:100%;
    grid-template-columns:minmax(0,1fr);
  }

  .hero { padding-top:4.3rem; }

  .newsletter {
    padding:1.5rem 1.2rem;
  }
  .newsletter-form {
    flex-direction:column;
    align-items:stretch;
  }
  .newsletter-input {
    border-radius:.85rem;
  }
  .newsletter-form .btn {
    width:100%;
    justify-content:center;
  }
}

@media (max-width:640px) {
  .services-grid-candidate {
    grid-template-columns:minmax(0,1fr);
  }
  .footer-grid {
    grid-template-columns:minmax(0,1fr);
  }
  .footer-inner {
    flex-direction:column;
    gap:.5rem;
    text-align:center;
  }
  .footer-bottom-links {
    justify-content:center;
    flex-wrap:wrap;
  }
}

@media (max-width:480px) {
  .container { width:min(100% - 1.5rem,100%); }
  .hero-cta { flex-direction:column; }
  .section { padding:3.5rem 0; }
  .hero-card { padding:1.4rem 1.3rem; }
  .whatsapp-float {
    width:48px;
    height:48px;
    bottom:1.1rem;
    right:1.1rem;
  }
  .placed-logo {
    min-width:130px;
    padding:.5rem .9rem;
  }
}
/* Remote Team Service Points */
.service-points {
  margin: 15px 0 20px;
  padding-left: 0;
  list-style: none;
}

.service-points li {
  margin-bottom: 8px;
  font-size: 14px;
  color: #444;
}