*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; background: #fff; color: #1a1a2e; line-height: 1.6; }
a { text-decoration: none; color: inherit; }
img { width: 100%; display: block; object-fit: cover; }
:root {
  --blue: #2563eb; --blue-dark: #1d4ed8; --blue-light: #eff6ff;
  --grey: #6b7280; --grey-light: #f1f5f9; --dark: #0f172a;
  --white: #ffffff; --border: #e2e8f0; --shadow: 0 4px 24px rgba(37,99,235,0.10);
}

/* ===== TYPOGRAPHY - FIXED SIZES ===== */
h1, h2, h3, h4 { font-family: 'Inter', sans-serif; font-weight: 800; line-height: 1.2; }
h1 { font-size: 3.2rem; }
h2 { font-size: 2.4rem; }
h3 { font-size: 1.1rem; font-weight: 700; }
.blue { color: var(--blue); }
.section-label { font-size: 0.78rem; font-weight: 700; letter-spacing: 0.12em; color: var(--blue); margin-bottom: 0.7rem; }
.section-sub { color: var(--grey); max-width: 560px; margin: 0.8rem auto 0; text-align: center; }

/* ===== LOGO ===== */
.logo-img { height: 55px; width: auto; object-fit: contain; display: block; }
.logo-img-footer { height: 45px; width: auto; object-fit: contain; filter: brightness(0) invert(1); }

/* ===== BUTTONS ===== */
.btn-primary { display: inline-flex; align-items: center; gap: 0.4rem; background: var(--blue); color: #fff; padding: 0.75rem 1.6rem; border-radius: 50px; font-weight: 600; font-size: 0.95rem; transition: all 0.2s; border: 2px solid var(--blue); cursor: pointer; font-family: 'Inter', sans-serif; }
.btn-primary:hover { background: var(--blue-dark); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(37,99,235,0.3); }
.btn-primary.small { padding: 0.55rem 1.2rem; font-size: 0.88rem; width: 100%; justify-content: center; }
.btn-outline { display: inline-flex; align-items: center; gap: 0.4rem; background: transparent; color: var(--dark); padding: 0.75rem 1.6rem; border-radius: 50px; font-weight: 600; font-size: 0.95rem; border: 2px solid var(--border); transition: all 0.2s; }
.btn-outline:hover { border-color: var(--blue); color: var(--blue); }
.btn-outline-white { display: inline-flex; align-items: center; background: transparent; color: #fff; padding: 0.75rem 1.6rem; border-radius: 50px; font-weight: 600; font-size: 0.95rem; border: 2px solid rgba(255,255,255,0.4); transition: all 0.2s; }
.btn-outline-white:hover { background: rgba(255,255,255,0.1); }

/* ===== TOPBAR ===== */
.topbar { background: var(--blue); color: #fff; font-size: 0.82rem; padding: 0.5rem 1rem; }
.topbar-inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: center; gap: 2rem; flex-wrap: wrap; }
.topbar-cta { background: #fff; color: var(--blue); padding: 0.25rem 0.9rem; border-radius: 50px; font-weight: 700; font-size: 0.8rem; }

/* ===== NAVBAR ===== */
.navbar { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,0.97); backdrop-filter: blur(12px); border-bottom: 1px solid var(--border); }
.nav-inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; padding: 0.75rem 1.5rem; gap: 1.5rem; }
.logo { display: flex; align-items: center; }
.nav-links { display: flex; list-style: none; gap: 0.2rem; align-items: center; }
.nav-links a { padding: 0.4rem 0.8rem; border-radius: 8px; font-weight: 500; font-size: 0.9rem; color: var(--grey); transition: all 0.2s; }
.nav-links a:hover, .nav-links a.active { color: var(--blue); background: var(--blue-light); }
.hamburger { display: none; background: none; border: none; font-size: 1.4rem; cursor: pointer; }
.mobile-menu { display: none; flex-direction: column; gap: 0.5rem; padding: 1rem 1.5rem; border-top: 1px solid var(--border); background: #fff; }
.mobile-menu a { padding: 0.6rem; border-radius: 8px; font-weight: 500; color: var(--dark); }
.mobile-menu.open { display: flex; }

/* ===== HERO ===== */
.hero { background: linear-gradient(135deg, #f8faff 0%, #eff6ff 100%); padding: 4rem 1.5rem 3rem; }
.hero-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.badge { display: inline-flex; align-items: center; gap: 0.5rem; background: var(--blue-light); color: var(--blue); font-size: 0.78rem; font-weight: 700; letter-spacing: 0.12em; padding: 0.4rem 1rem; border-radius: 50px; margin-bottom: 1rem; }
.hero h1 { font-size: 2.4rem; line-height: 1.25; margin-bottom: 1rem; color: var(--dark); }
.hero p { color: var(--grey); font-size: 1rem; max-width: 460px; margin-bottom: 1.5rem; }
.hero-btns { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 1.5rem; }
.popular-tags { margin-top: 0.5rem; }
.tag-label { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.12em; color: var(--grey); display: block; margin-bottom: 0.6rem; }
.tags { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.tag { background: #fff; border: 1px solid var(--border); color: var(--dark); font-size: 0.82rem; padding: 0.3rem 0.8rem; border-radius: 50px; font-weight: 500; }
.hero-img-wrap { position: relative; }
.hero-img-wrap img { border-radius: 16px; height: 360px; box-shadow: var(--shadow); }
.hero-badge-rating { position: absolute; top: 1rem; right: -1rem; background: #fff; border-radius: 12px; padding: 0.6rem 1rem; display: flex; align-items: center; gap: 0.5rem; box-shadow: 0 4px 20px rgba(0,0,0,0.12); font-size: 0.82rem; }
.stars { color: #f59e0b; font-size: 1rem; }
.hero-badge-projects { position: absolute; bottom: 1rem; left: -1rem; background: #fff; border-radius: 12px; padding: 0.6rem 1rem; display: flex; align-items: center; gap: 0.6rem; box-shadow: 0 4px 20px rgba(0,0,0,0.12); font-size: 0.82rem; }
.check { background: var(--blue-light); color: var(--blue); border-radius: 50%; width: 22px; height: 22px; display: flex; align-items: center; justify-content: center; font-size: 0.7rem; }

/* ===== TRUSTED ===== */
.trusted { padding: 2.5rem 1.5rem; border-bottom: 1px solid var(--border); border-top: 1px solid var(--border); overflow: hidden; }
.trusted-label { text-align: center; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.15em; color: var(--grey); margin-bottom: 1.2rem; }
.marquee-wrap { overflow: hidden; }
.marquee { display: flex; gap: 3rem; width: max-content; animation: scroll 20s linear infinite; }
.marquee span { font-size: 0.85rem; font-weight: 700; letter-spacing: 0.1em; color: #c0cce0; white-space: nowrap; }
@keyframes scroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* ===== STATS ===== */
.stats { padding: 4rem 1.5rem; background: var(--grey-light); }
.stats-grid { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: repeat(4,1fr); gap: 1.5rem; }
.stat-card { background: #fff; border-radius: 16px; padding: 2rem; text-align: center; box-shadow: var(--shadow); }
.stat-icon { font-size: 2rem; margin-bottom: 0.7rem; }
.stat-num { font-family: 'Inter', sans-serif; font-size: 2.2rem; font-weight: 800; }
.stat-title { font-weight: 700; margin: 0.3rem 0 0.2rem; font-size: 0.95rem; }
.stat-sub { color: var(--grey); font-size: 0.82rem; }

/* ===== SERVICES PREVIEW ===== */
.services-preview { padding: 5rem 1.5rem; max-width: 1200px; margin: 0 auto; text-align: center; }
.services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; margin-top: 2.5rem; text-align: left; }
.service-card { background: #fff; border: 1px solid var(--border); border-radius: 16px; overflow: hidden; transition: all 0.25s; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: var(--blue); }
.service-card img { height: 180px; }
.service-card-body { padding: 1.3rem; }
.service-icon { font-size: 1.4rem; background: var(--blue-light); width: 42px; height: 42px; display: flex; align-items: center; justify-content: center; border-radius: 10px; margin-bottom: 0.8rem; }
.service-card-body h3 { margin-bottom: 0.4rem; }
.service-card-body p { color: var(--grey); font-size: 0.88rem; margin-bottom: 1rem; }

/* ===== WHY CHOOSE US ===== */
.why-section { padding: 5rem 1.5rem; background: var(--grey-light); }
.why-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start; }
.why-left h2 { margin-bottom: 1rem; }
.why-left p { color: var(--grey); margin-bottom: 1.5rem; }
.did-you-know { background: #fff; border-radius: 12px; padding: 1.2rem; display: flex; gap: 0.8rem; font-size: 0.9rem; }
.link-blue { color: var(--blue); font-weight: 600; }
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.why-item { background: #fff; border-radius: 12px; padding: 1.2rem; display: flex; gap: 0.8rem; align-items: flex-start; }
.why-icon { font-size: 1.2rem; background: var(--blue-light); width: 38px; height: 38px; border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.why-item strong { display: block; margin-bottom: 0.2rem; font-size: 0.92rem; }
.why-item p { color: var(--grey); font-size: 0.82rem; margin: 0; }

/* ===== HOW IT WORKS ===== */
.how-it-works { padding: 5rem 1.5rem; max-width: 1200px; margin: 0 auto; text-align: center; }
.process-badge { display: inline-flex; align-items: center; gap: 0.4rem; background: #f0fdf4; color: #15803d; border-radius: 50px; padding: 0.4rem 1rem; font-size: 0.82rem; font-weight: 600; margin: 1.2rem 0 2rem; }
.steps-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; text-align: left; }
.step-card { background: var(--grey-light); border-radius: 16px; overflow: hidden; position: relative; }
.step-badge { position: absolute; top: 1rem; left: 1rem; background: var(--blue); color: #fff; font-size: 0.75rem; font-weight: 700; padding: 0.25rem 0.7rem; border-radius: 50px; z-index: 1; }
.step-card img { height: 180px; }
.step-icon { font-size: 1.4rem; background: var(--blue-light); width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; border-radius: 10px; margin: 1.2rem 1.2rem 0.8rem; }
.step-card h3 { padding: 0 1.2rem; margin-bottom: 0.5rem; }
.step-card p { padding: 0 1.2rem 1.5rem; color: var(--grey); font-size: 0.88rem; }

/* ===== TESTIMONIALS ===== */
.testimonials-preview { padding: 5rem 1.5rem; background: var(--grey-light); text-align: center; }
.testi-grid { max-width: 1100px; margin: 2.5rem auto 0; display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; text-align: left; }
.testi-card { background: #fff; border-radius: 16px; padding: 1.5rem; box-shadow: var(--shadow); }
.testi-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 0.8rem; flex-wrap: wrap; gap: 0.5rem; }
.stars-row { color: #f59e0b; font-size: 1rem; letter-spacing: 2px; }
.testi-tag { font-size: 0.75rem; font-weight: 700; padding: 0.2rem 0.7rem; border-radius: 50px; }
.testi-tag.green { background: #f0fdf4; color: #15803d; }
.testi-card p { color: var(--grey); font-size: 0.9rem; margin-bottom: 1.2rem; line-height: 1.7; }
.testi-author strong { display: block; font-size: 0.92rem; }
.testi-author span { color: var(--grey); font-size: 0.8rem; }

/* ===== CTA BANNER ===== */
.cta-banner { background: var(--dark); color: #fff; padding: 5rem 1.5rem; text-align: center; }
.cta-badges { display: flex; justify-content: center; gap: 1.5rem; flex-wrap: wrap; margin-bottom: 2rem; }
.cta-badges span { background: rgba(255,255,255,0.1); border-radius: 50px; padding: 0.4rem 1rem; font-size: 0.82rem; font-weight: 600; }
.cta-banner h2 { font-size: 2.2rem; margin-bottom: 1rem; }
.cta-banner p { color: rgba(255,255,255,0.7); margin-bottom: 2rem; font-size: 1rem; }
.cta-btns { display: flex; justify-content: center; gap: 1rem; flex-wrap: wrap; margin-bottom: 1rem; }
.cta-banner small { color: rgba(255,255,255,0.4); font-size: 0.8rem; }

/* ===== FOOTER ===== */
.footer { background: var(--dark); color: rgba(255,255,255,0.8); padding: 4rem 1.5rem 2rem; }
.footer-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 3rem; margin-bottom: 3rem; }
.footer-brand p { font-size: 0.88rem; color: rgba(255,255,255,0.6); margin-bottom: 1.2rem; margin-top: 1rem; }
.footer-social { display: flex; gap: 0.8rem; font-size: 1.3rem; }
.footer-links h4 { color: #fff; font-family: 'Inter', sans-serif; margin-bottom: 1rem; font-size: 0.95rem; }
.footer-links a { display: block; color: rgba(255,255,255,0.6); font-size: 0.88rem; margin-bottom: 0.5rem; transition: color 0.2s; }
.footer-links a:hover { color: var(--blue); }
.footer-bottom { max-width: 1200px; margin: 0 auto; border-top: 1px solid rgba(255,255,255,0.1); padding-top: 1.5rem; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; font-size: 0.82rem; color: rgba(255,255,255,0.4); }
.footer-bottom div { display: flex; gap: 1.5rem; }

/* ===== OTHER PAGES ===== */
.page-hero { background: linear-gradient(135deg, #f8faff 0%, #eff6ff 100%); padding: 4rem 1.5rem 3rem; text-align: center; }
.page-hero p { color: var(--grey); max-width: 560px; margin: 0.8rem auto 0; font-size: 1rem; }
.filter-tabs { display: flex; justify-content: center; flex-wrap: wrap; gap: 0.5rem; padding: 2rem 1.5rem; max-width: 1100px; margin: 0 auto; }
.filter-btn { padding: 0.5rem 1.2rem; border-radius: 50px; border: 2px solid var(--border); font-weight: 600; font-size: 0.88rem; cursor: pointer; background: #fff; color: var(--dark); transition: all 0.2s; font-family: 'Inter', sans-serif; }
.filter-btn.active, .filter-btn:hover { background: var(--blue); color: #fff; border-color: var(--blue); }
.services-full { max-width: 1200px; margin: 0 auto; padding: 1rem 1.5rem 5rem; }
.services-section-title { font-family: 'Inter', sans-serif; font-weight: 800; font-size: 1.3rem; margin: 2.5rem 0 1.2rem; color: var(--dark); border-left: 4px solid var(--blue); padding-left: 1rem; }
.services-full-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; }
.service-full-card { background: #fff; border: 1px solid var(--border); border-radius: 16px; overflow: hidden; transition: all 0.25s; }
.service-full-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: var(--blue); }
.service-full-card img { height: 160px; }
.service-full-card-body { padding: 1.2rem; }
.service-full-card-body .service-icon { font-size: 1.4rem; background: var(--blue-light); width: 40px; height: 40px; border-radius: 10px; display: flex; align-items: center; justify-content: center; margin-bottom: 0.8rem; }
.service-full-card-body h3 { font-size: 1rem; margin-bottom: 0.4rem; }
.service-full-card-body p { color: var(--grey); font-size: 0.85rem; margin-bottom: 1rem; }
.about-story { max-width: 1200px; margin: 0 auto; padding: 5rem 1.5rem; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.about-story img { height: 380px; border-radius: 16px; }
.about-story-text h2 { margin-bottom: 1rem; }
.about-story-text p { color: var(--grey); margin-bottom: 1rem; }
.about-stats-bar { background: var(--blue); color: #fff; padding: 3rem 1.5rem; }
.about-stats-bar-inner { max-width: 1000px; margin: 0 auto; display: grid; grid-template-columns: repeat(4,1fr); gap: 2rem; text-align: center; }
.about-stat-num { font-family: 'Inter', sans-serif; font-size: 2.2rem; font-weight: 800; display: block; }
.about-stat-label { font-size: 0.88rem; opacity: 0.85; }
.vision-section { padding: 5rem 1.5rem; max-width: 1200px; margin: 0 auto; text-align: center; }
.vision-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1.5rem; margin-top: 2.5rem; }
.vision-card { background: #fff; border: 1px solid var(--border); border-radius: 16px; padding: 1.8rem 1.2rem; text-align: center; transition: all 0.2s; }
.vision-card:hover { box-shadow: var(--shadow); border-color: var(--blue); transform: translateY(-4px); }
.vision-icon { font-size: 1.6rem; background: var(--blue-light); width: 52px; height: 52px; border-radius: 12px; display: flex; align-items: center; justify-content: center; margin: 0 auto 1rem; }
.vision-card h3 { font-size: 0.95rem; margin-bottom: 0.5rem; }
.vision-card p { color: var(--grey); font-size: 0.85rem; }
.global-reach { padding: 5rem 1.5rem; background: var(--grey-light); text-align: center; }
.global-reach h2 { margin-bottom: 1rem; }
.global-reach p { color: var(--grey); max-width: 600px; margin: 0 auto 2rem; }
.testimonials-full { max-width: 1100px; margin: 0 auto; padding: 3rem 1.5rem 5rem; }
.testi-full-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; }
.blog-grid { max-width: 1100px; margin: 0 auto; padding: 1rem 1.5rem 5rem; display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; }
.blog-card { background: #fff; border: 1px solid var(--border); border-radius: 16px; overflow: hidden; transition: all 0.25s; }
.blog-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: var(--blue); }
.blog-card img { height: 180px; }
.blog-card-body { padding: 1.3rem; }
.blog-cat { display: inline-block; background: var(--blue-light); color: var(--blue); font-size: 0.75rem; font-weight: 700; padding: 0.2rem 0.7rem; border-radius: 50px; margin-bottom: 0.8rem; }
.blog-card-body h3 { font-size: 1rem; margin-bottom: 0.5rem; }
.blog-card-body p { color: var(--grey); font-size: 0.85rem; margin-bottom: 0.8rem; }
.blog-meta { font-size: 0.78rem; color: var(--grey); }
.contact-section { max-width: 1100px; margin: 0 auto; padding: 4rem 1.5rem; display: grid; grid-template-columns: 1fr 1.5fr; gap: 4rem; }
.contact-info h2 { margin-bottom: 1rem; }
.contact-info p { color: var(--grey); margin-bottom: 2rem; }
.contact-item { display: flex; align-items: flex-start; gap: 0.8rem; margin-bottom: 1.2rem; }
.contact-item-icon { background: var(--blue-light); width: 38px; height: 38px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; flex-shrink: 0; }
.contact-item strong { display: block; font-size: 0.9rem; }
.contact-item span { color: var(--grey); font-size: 0.85rem; }
.global-reach-box { background: var(--grey-light); border-radius: 12px; padding: 1.2rem; margin-top: 1.5rem; display: flex; gap: 0.8rem; align-items: flex-start; font-size: 0.88rem; }
.contact-form { background: #fff; border: 1px solid var(--border); border-radius: 20px; padding: 2.5rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 1rem; }
.form-group { display: flex; flex-direction: column; gap: 0.4rem; margin-bottom: 1rem; }
.form-group label { font-size: 0.88rem; font-weight: 600; color: var(--dark); }
.form-group input, .form-group select, .form-group textarea { border: 1.5px solid var(--border); border-radius: 10px; padding: 0.75rem 1rem; font-family: 'Inter', sans-serif; font-size: 0.92rem; color: var(--dark); transition: border 0.2s; outline: none; background: #fafbfc; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--blue); background: #fff; }
.form-group textarea { resize: vertical; min-height: 120px; }
.form-submit { width: 100%; padding: 1rem; font-size: 1rem; }
.form-secure { text-align: center; font-size: 0.8rem; color: var(--grey); margin-top: 0.8rem; }

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .stats-grid { grid-template-columns: repeat(2,1fr); }
  .services-grid { grid-template-columns: repeat(2,1fr); }
  .steps-grid { grid-template-columns: repeat(2,1fr); }
  .testi-grid, .testi-full-grid { grid-template-columns: repeat(2,1fr); }
  .vision-grid { grid-template-columns: repeat(2,1fr); }
  .services-full-grid { grid-template-columns: repeat(2,1fr); }
  .blog-grid { grid-template-columns: repeat(2,1fr); }
  .about-stats-bar-inner { grid-template-columns: repeat(2,1fr); }
  .footer-inner { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 768px) {
  h1 { font-size: 1.8rem; }
  h2 { font-size: 1.5rem; }
  .nav-links { display: none; }
  .hamburger { display: block; }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-right { display: none; }
  .hero h1 { font-size: 1.8rem; }
  .stats-grid { grid-template-columns: repeat(2,1fr); }
  .services-grid, .steps-grid, .testi-grid, .testi-full-grid, .services-full-grid, .blog-grid { grid-template-columns: 1fr; }
  .why-inner, .about-story, .contact-section { grid-template-columns: 1fr; }
  .about-story img { display: none; }
  .vision-grid { grid-template-columns: repeat(2,1fr); }
  .about-stats-bar-inner { grid-template-columns: repeat(2,1fr); }
  .form-row { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; gap: 2rem; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .why-grid { grid-template-columns: 1fr; }
  .topbar-inner { gap: 0.8rem; font-size: 0.72rem; }
}
