/* Infotech Mill — SEO Company Zirakpur Landing (standalone, CWV-ready) */
:root {
  --orange: #ff6b00;
  --orange-dark: #e85f00;
  --orange-soft: rgba(255, 107, 0, 0.12);
  --dark: #222222;
  --muted: #5c5c5c;
  --light: #f7f7f7;
  --white: #ffffff;
  --border: rgba(34, 34, 34, 0.1);
  --font-d: "Poppins", system-ui, sans-serif;
  --font-b: "DM Sans", system-ui, sans-serif;
  --container: min(100% - 2rem, 1140px);
  --radius: 18px;
  --shadow: 0 18px 50px rgba(34, 34, 34, 0.08);
  --nav-h: 76px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; text-size-adjust: 100%; }
body {
  font-family: var(--font-b);
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.0625rem);
  line-height: 1.7;
  color: var(--dark);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}
img, iframe { max-width: 100%; height: auto; display: block; }
img { content-visibility: auto; }
a { color: var(--orange); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--orange-dark); }
ul, ol { padding-left: 1.2rem; }
li { margin-bottom: 0.4rem; }
:focus-visible { outline: 2px solid var(--orange); outline-offset: 3px; }

.container { width: var(--container); margin-inline: auto; }
.skip-link {
  position: absolute; left: -999px; top: 0; background: var(--orange); color: #fff;
  padding: 0.75rem 1rem; z-index: 9999; font-weight: 700;
}
.skip-link:focus { left: 1rem; top: 1rem; }

.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  min-height: var(--nav-h);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 0.85rem; padding: 0.75rem 0; min-height: var(--nav-h);
}
.logo img { height: 40px; width: auto; max-width: 140px; object-fit: contain; }
.header-nav { display: flex; gap: 1.1rem; align-items: center; flex-wrap: wrap; }
.header-nav a {
  color: var(--dark); text-decoration: none; font-weight: 600; font-size: 0.9rem;
}
.header-nav a:hover { color: var(--orange); }
.header-phones { display: flex; flex-direction: column; gap: 0.1rem; font-size: 0.82rem; font-weight: 700; }
.header-phones a { color: var(--dark); text-decoration: none; white-space: nowrap; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.4rem;
  padding: 0.85rem 1.3rem; border-radius: 999px; border: none; cursor: pointer;
  font-family: var(--font-b); font-weight: 700; font-size: 0.94rem; text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  min-height: 44px;
}
.btn-primary {
  background: linear-gradient(135deg, #ff8a33, #ff6b00); color: #fff !important;
  box-shadow: 0 12px 28px rgba(255, 107, 0, 0.28); border: 0;
}
.btn-primary:hover { transform: translateY(-2px); color: #fff !important; }
.btn-secondary {
  background: transparent; color: var(--dark) !important; border: 1.5px solid var(--border);
}
.btn-secondary:hover { border-color: var(--orange); color: var(--orange) !important; }
.menu-toggle {
  display: none; background: none; border: 0; font-size: 1.45rem; cursor: pointer;
  color: var(--dark); min-width: 44px; min-height: 44px;
}

.hero {
  position: relative; overflow: hidden;
  background:
    radial-gradient(ellipse 70% 60% at 85% 10%, rgba(255, 107, 0, 0.16), transparent 55%),
    radial-gradient(ellipse 50% 45% at 8% 85%, rgba(255, 138, 51, 0.1), transparent 50%),
    linear-gradient(180deg, #fff 0%, #f7f7f7 100%);
  padding: clamp(2.75rem, 5vw, 5rem) 0 clamp(3rem, 6vw, 5.5rem);
}
.hero-grid {
  display: grid; grid-template-columns: 1.15fr 0.85fr; gap: clamp(1.75rem, 4vw, 3.25rem); align-items: center;
}
.eyebrow {
  display: inline-flex; align-items: center; gap: 0.45rem;
  background: var(--orange-soft); color: var(--orange-dark);
  font-size: 0.76rem; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase;
  padding: 0.4rem 0.85rem; border-radius: 999px; margin-bottom: 0.9rem;
}
.hero h1 {
  font-family: var(--font-d); font-weight: 700; letter-spacing: -0.02em; line-height: 1.15;
  font-size: clamp(2.15rem, 1.55rem + 2.6vw, 3.5rem); margin-bottom: 0.95rem;
}
.hero h1 span { color: var(--orange); }
.hero-lead { color: var(--muted); font-size: clamp(1.02rem, 0.96rem + 0.25vw, 1.15rem); margin-bottom: 1.35rem; max-width: 38rem; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 0.7rem; margin-bottom: 1.25rem; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 0.75rem 1.35rem; color: var(--muted); font-size: 0.9rem; }
.hero-meta strong { color: var(--dark); }
.hero-card {
  background: rgba(255, 255, 255, 0.82); border: 1px solid var(--border);
  border-radius: 24px; padding: 1.4rem; box-shadow: var(--shadow); backdrop-filter: blur(8px);
}
.hero-card h2 { font-family: var(--font-d); font-size: 1.2rem; margin-bottom: 0.9rem; }
.nap-list { list-style: none; padding: 0; }
.nap-list li { margin-bottom: 0.8rem; font-size: 0.94rem; }
.nap-list strong {
  display: block; font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.06em;
  color: var(--muted); margin-bottom: 0.12rem;
}
.nap-list a { color: var(--dark); text-decoration: none; font-weight: 600; }
.nap-list a:hover { color: var(--orange); }

.section { padding: clamp(2.75rem, 5.5vw, 4.75rem) 0; }
.section-alt { background: var(--light); }
.section-dark { background: var(--dark); color: #fff; }
.section-dark p, .section-dark .muted { color: rgba(255, 255, 255, 0.75); }
.section-head { max-width: 46rem; margin-bottom: 1.75rem; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head h2, .content-block h2 {
  font-family: var(--font-d); font-weight: 700; letter-spacing: -0.015em; line-height: 1.25;
  font-size: clamp(1.55rem, 1.25rem + 1.2vw, 2.25rem); margin-bottom: 0.7rem;
}
.content-block h3 {
  font-family: var(--font-d); font-weight: 600; letter-spacing: -0.01em;
  font-size: clamp(1.12rem, 1.02rem + 0.45vw, 1.35rem); margin: 1.75rem 0 0.75rem;
}
.section-head p, .muted { color: var(--muted); }
.content-block p { margin-bottom: 1rem; color: #333; }
.content-block ul, .content-block ol { margin: 0 0 1.15rem; color: #333; }

.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 1.15rem; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.15rem; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }

.card {
  background: var(--white); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 1.3rem 1.35rem; box-shadow: 0 8px 24px rgba(34, 34, 34, 0.04);
  height: 100%;
}
.card h3 { font-family: var(--font-d); font-size: 1.08rem; margin-bottom: 0.45rem; }
.card p { color: var(--muted); font-size: 0.93rem; margin: 0; }
.card a { font-weight: 700; font-size: 0.9rem; text-decoration: none; }
.icon-dot {
  width: 2.4rem; height: 2.4rem; border-radius: 12px; display: grid; place-items: center;
  background: var(--orange-soft); color: var(--orange); font-weight: 800; margin-bottom: 0.75rem;
  font-size: 0.85rem;
}

.toc {
  background: var(--white); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 1.2rem 1.35rem; margin-bottom: 1.75rem;
}
.toc h2 { font-size: 1.05rem !important; margin-bottom: 0.7rem !important; }
.toc ol { padding-left: 1.15rem; columns: 2; gap: 1.75rem; margin: 0; }
.toc a { color: var(--dark); text-decoration: none; font-weight: 600; font-size: 0.9rem; }
.toc a:hover { color: var(--orange); }

.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.9rem; }
.stat {
  background: var(--white); border-radius: var(--radius); padding: 1rem; text-align: center;
  border: 1px solid var(--border);
}
.stat strong {
  display: block; font-family: var(--font-d); font-size: 1.55rem; color: var(--orange); line-height: 1.1;
}
.stat span { font-size: 0.82rem; color: var(--muted); }

.process { counter-reset: step; display: grid; gap: 0.9rem; }
.process-item {
  display: grid; grid-template-columns: 3.2rem 1fr; gap: 0.9rem;
  background: var(--white); border-radius: var(--radius); padding: 1.1rem 1.2rem; border: 1px solid var(--border);
}
.process-num {
  width: 2.85rem; height: 2.85rem; border-radius: 50%; display: grid; place-items: center;
  background: linear-gradient(135deg, #ff8a33, #ff6b00); color: #fff; font-weight: 800;
}

.pill-list { display: flex; flex-wrap: wrap; gap: 0.55rem; list-style: none; padding: 0; margin: 1rem 0 0; }
.pill-list a, .pill-list span {
  display: inline-flex; padding: 0.5rem 0.9rem; border-radius: 999px; background: #fff;
  border: 1px solid var(--border); color: var(--dark); font-size: 0.86rem; font-weight: 600;
  text-decoration: none;
}
.pill-list a:hover { border-color: var(--orange); color: var(--orange); }

.pricing-card {
  position: relative; background: #fff; border: 1px solid var(--border); border-radius: 22px;
  padding: 1.5rem; box-shadow: 0 10px 28px rgba(34,34,34,0.05);
}
.pricing-card.featured {
  border-color: rgba(255, 107, 0, 0.45);
  box-shadow: 0 18px 40px rgba(255, 107, 0, 0.15);
  transform: translateY(-4px);
}
.pricing-card .badge {
  position: absolute; top: -0.7rem; right: 1rem; background: var(--orange); color: #fff;
  font-size: 0.72rem; font-weight: 800; padding: 0.3rem 0.65rem; border-radius: 999px;
}
.price {
  font-family: var(--font-d); font-size: 2rem; font-weight: 800; margin: 0.5rem 0 0.25rem;
}
.price span { font-size: 0.95rem; color: var(--muted); font-weight: 600; }
.pricing-card ul { margin: 1rem 0 1.25rem; padding-left: 1.05rem; color: var(--muted); font-size: 0.92rem; }

.testimonial {
  background: #fff; border: 1px solid var(--border); border-radius: 20px; padding: 1.35rem;
  display: flex; flex-direction: column; gap: 0.75rem; height: 100%;
}
.stars { color: var(--orange); letter-spacing: 0.08em; font-size: 0.9rem; }
.testimonial blockquote {
  margin: 0; font-size: 0.95rem; color: #333; flex: 1; quotes: "“" "”";
}
.testimonial footer { font-size: 0.88rem; }
.testimonial strong { display: block; font-family: var(--font-d); }

.eeat-box {
  display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 1.25rem; align-items: stretch;
  margin: 1.75rem 0;
}
.eeat-box .card ul { margin: 0.75rem 0 0; color: var(--muted); font-size: 0.92rem; }

.map-wrap {
  border-radius: 20px; overflow: hidden; border: 1px solid var(--border); box-shadow: var(--shadow);
  background: #eee;
}
.map-wrap iframe { width: 100%; height: min(430px, 58vw); border: 0; display: block; }

.faq details {
  background: #fff; border: 1px solid var(--border); border-radius: 14px;
  padding: 1rem 1.1rem; margin-bottom: 0.65rem;
}
.faq summary {
  font-weight: 700; cursor: pointer; list-style: none; font-family: var(--font-d);
  display: flex; justify-content: space-between; gap: 1rem; align-items: center;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--orange); font-size: 1.25rem; font-weight: 700; }
.faq details[open] summary { color: var(--orange); margin-bottom: 0.55rem; }
.faq details[open] summary::after { content: "–"; }
.faq details p { color: var(--muted); margin: 0; }

.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.4rem; align-items: start; }
.form {
  display: grid; gap: 0.8rem; background: #fff; border: 1px solid var(--border);
  border-radius: 20px; padding: 1.4rem; box-shadow: var(--shadow);
}
.form label { font-size: 0.84rem; font-weight: 700; display: grid; gap: 0.3rem; }
.form input, .form textarea, .form select {
  width: 100%; padding: 0.8rem 0.95rem; border-radius: 12px; border: 1.5px solid var(--border);
  font: inherit; background: var(--light);
}
.form input:focus, .form textarea:focus, .form select:focus {
  outline: 2px solid rgba(255, 107, 0, 0.3); border-color: var(--orange); background: #fff;
}
.form-note { font-size: 0.8rem; color: var(--muted); }
.alert { padding: 0.85rem 1rem; border-radius: 12px; margin-bottom: 0.9rem; font-weight: 600; font-size: 0.9rem; }
.alert-success { background: #e8f8ef; color: #146c3c; }
.alert-error { background: #fdecec; color: #a11; }

.cta-band {
  background:
    radial-gradient(ellipse 60% 80% at 80% 20%, rgba(255, 107, 0, 0.35), transparent 55%),
    var(--dark);
  color: #fff; border-radius: 24px; padding: clamp(1.85rem, 4vw, 2.85rem); text-align: center;
}
.cta-band h2,
.cta-band__title {
  font-family: var(--font-d); font-size: clamp(1.5rem, 1.25rem + 1.1vw, 2.1rem);
  margin-bottom: 0.65rem; color: #fff; font-weight: 700;
}
.cta-band p { color: rgba(255,255,255,0.75); max-width: 36rem; margin: 0 auto 1.15rem; }
.cta-band .btn { margin: 0.25rem; }
.hero-card-title {
  font-family: var(--font-d); font-size: 1.2rem; margin-bottom: 0.9rem; font-weight: 700;
}
.toc-label,
.section-title {
  font-family: var(--font-d); font-weight: 700; letter-spacing: -0.015em;
  font-size: clamp(1.35rem, 1.15rem + 0.8vw, 1.85rem); margin-bottom: 0.7rem;
}
.site-logo,
.logo img {
  height: 40px;
  width: auto;
  max-width: 140px;
  object-fit: contain;
}
a.js-email { color: inherit; text-decoration: underline; text-underline-offset: 3px; }
a.js-email.btn { text-decoration: none; color: #fff !important; }

.mid-cta {
  display: flex; flex-wrap: wrap; gap: 0.75rem; align-items: center; justify-content: space-between;
  background: #fff; border: 1px solid var(--border); border-radius: 18px; padding: 1.15rem 1.3rem;
  margin: 1.75rem 0;
}
.mid-cta p { margin: 0; color: var(--muted); max-width: 34rem; }
.mid-cta strong { color: var(--dark); }

.site-footer {
  background: #161616; color: rgba(255,255,255,0.72); padding: 2.4rem 0 1.35rem; font-size: 0.9rem;
}
.footer-grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr 1fr; gap: 1.35rem; margin-bottom: 1.35rem; }
.site-footer h3 { color: #fff; font-family: var(--font-d); font-size: 0.98rem; margin-bottom: 0.7rem; }
.site-footer a { color: rgba(255,255,255,0.78); text-decoration: none; }
.site-footer a:hover { color: #ff8a33; }
.site-footer ul { list-style: none; padding: 0; }
.site-footer li { margin-bottom: 0.4rem; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1); padding-top: 1rem;
  display: flex; flex-wrap: wrap; gap: 0.7rem; justify-content: space-between;
}

.sticky-cta {
  position: fixed; right: 0.85rem; bottom: 0.85rem; z-index: 90;
  display: flex; flex-direction: column; gap: 0.45rem;
}
.sticky-cta a {
  background: var(--orange); color: #fff !important; text-decoration: none; font-weight: 700;
  padding: 0.7rem 1rem; border-radius: 999px; box-shadow: var(--shadow); font-size: 0.84rem;
  min-height: 44px; display: inline-flex; align-items: center; justify-content: center;
}
.sticky-cta a.wa { background: #25d366; }

.breadcrumb { font-size: 0.84rem; color: var(--muted); margin-bottom: 0.9rem; }
.breadcrumb a { color: var(--muted); text-decoration: none; }
.breadcrumb a:hover { color: var(--orange); }

.entity-chip {
  display: inline-block; background: var(--orange-soft); color: var(--orange-dark);
  border-radius: 999px; padding: 0.2rem 0.55rem; font-size: 0.78rem; font-weight: 700; margin: 0.15rem;
}

@media (max-width: 980px) {
  .hero-grid, .grid-2, .grid-3, .contact-grid, .eeat-box, .footer-grid { grid-template-columns: 1fr 1fr; }
  .grid-4, .stats { grid-template-columns: 1fr 1fr; }
  .toc ol { columns: 1; }
  .pricing-card.featured { transform: none; }
  .header-nav { display: none; }
  .header-nav.is-open {
    display: flex; flex-direction: column; align-items: flex-start; gap: 0.85rem;
    position: absolute; left: 0; right: 0; top: 100%;
    background: #fff; padding: 1rem 1.15rem 1.2rem; border-bottom: 1px solid var(--border);
    box-shadow: var(--shadow);
  }
  .menu-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .header-inner { position: relative; }
  .header-phones { display: none; }
  .header-inner > .btn-primary { display: none; }
}
@media (max-width: 700px) {
  .hero-grid, .grid-2, .grid-3, .grid-4, .stats, .contact-grid, .eeat-box, .footer-grid {
    grid-template-columns: 1fr;
  }
  .hero-cta .btn, .cta-band .btn, .mid-cta .btn { width: 100%; }
  .mid-cta { flex-direction: column; align-items: stretch; }
  .sticky-cta { right: 0.65rem; bottom: 0.65rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .btn, .btn-primary:hover { transition: none; transform: none; }
}
