/* Abhimit IT Solutions — calm craft */
:root {
  --ink: #0e1a24;
  --ink-soft: #1c2d3a;
  --slate: #5a6b76;
  --chalk: #f3f6f8;
  --chalk-deep: #e6eef2;
  --teal: #1a8a8c;
  --teal-deep: #147072;
  --teal-soft: rgba(26, 138, 140, 0.12);
  --white: #ffffff;
  --line: rgba(14, 26, 36, 0.1);
  --shadow: 0 18px 40px rgba(14, 26, 36, 0.08);
  --font-display: "Fraunces", Georgia, serif;
  --font-body: "Source Sans 3", "Segoe UI", sans-serif;
  --max: 1100px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--ink);
  background:
    radial-gradient(1200px 600px at 10% -10%, rgba(26, 138, 140, 0.14), transparent 55%),
    radial-gradient(900px 500px at 100% 0%, rgba(28, 45, 58, 0.08), transparent 50%),
    linear-gradient(180deg, #eef4f6 0%, var(--chalk) 35%, #eef3f5 100%);
  min-height: 100vh;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: var(--teal-deep);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--ink);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(12px);
  background: rgba(243, 246, 248, 0.82);
  border-bottom: 1px solid var(--line);
}

.nav {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0.9rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--ink);
  text-decoration: none;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.brand:hover {
  color: var(--ink);
}

.brand-mark {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.55rem;
  background: transparent;
  display: grid;
  place-items: center;
  overflow: hidden;
  flex-shrink: 0;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: inherit;
}

.brand-text {
  font-size: 1rem;
  line-height: 1.2;
}

.brand-text span {
  display: block;
  font-size: 0.78rem;
  font-weight: 500;
  color: var(--slate);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-links a {
  color: var(--ink-soft);
  text-decoration: none;
  font-weight: 550;
  font-size: 0.98rem;
}

.nav-links a:hover,
.nav-links a[aria-current="page"] {
  color: var(--teal-deep);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.72rem 1.2rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-family: inherit;
  font-size: 0.98rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.25s var(--ease), background 0.25s var(--ease), color 0.25s var(--ease), border-color 0.25s var(--ease);
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: var(--teal);
  color: var(--white);
}

.btn-primary:hover {
  background: var(--teal-deep);
  color: var(--white);
}

.btn-ghost {
  background: transparent;
  color: var(--ink);
  border-color: var(--line);
}

.btn-ghost:hover {
  border-color: var(--teal);
  color: var(--teal-deep);
}

.btn-on-dark {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.35);
}

.btn-on-dark:hover {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.75);
  background: rgba(255, 255, 255, 0.08);
}

.btn-exam {
  background: var(--white);
  color: var(--ink);
  border-color: rgba(14, 26, 36, 0.14);
  box-shadow: 0 1px 0 rgba(14, 26, 36, 0.04);
}

.btn-exam:hover {
  background: #fff;
  color: var(--teal-deep);
  border-color: rgba(26, 138, 140, 0.45);
}

.hero {
  position: relative;
  min-height: auto;
  display: grid;
  align-items: start;
  overflow: hidden;
  isolation: isolate;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(120deg, rgba(14, 26, 36, 0.78) 0%, rgba(14, 26, 36, 0.45) 48%, rgba(26, 138, 140, 0.35) 100%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1600' height='900' viewBox='0 0 1600 900'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='0' y1='0' x2='1' y2='1'%3E%3Cstop stop-color='%231c2d3a'/%3E%3Cstop offset='1' stop-color='%231a8a8c'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect width='1600' height='900' fill='url(%23g)'/%3E%3Cg fill='none' stroke='rgba(243,246,248,0.12)' stroke-width='1'%3E%3Cpath d='M0 180H1600M0 360H1600M0 540H1600M0 720H1600'/%3E%3Cpath d='M200 0V900M400 0V900M600 0V900M800 0V900M1000 0V900M1200 0V900M1400 0V900'/%3E%3C/g%3E%3Ccircle cx='1180' cy='280' r='160' fill='rgba(243,246,248,0.06)'/%3E%3Crect x='180' y='220' width='420' height='280' rx='18' fill='rgba(243,246,248,0.08)'/%3E%3Crect x='220' y='270' width='340' height='18' rx='9' fill='rgba(243,246,248,0.18)'/%3E%3Crect x='220' y='310' width='280' height='12' rx='6' fill='rgba(243,246,248,0.12)'/%3E%3Crect x='220' y='340' width='300' height='12' rx='6' fill='rgba(243,246,248,0.12)'/%3E%3Crect x='220' y='390' width='160' height='40' rx='20' fill='rgba(26,138,140,0.55)'/%3E%3C/svg%3E")
      center / cover no-repeat;
  transform: scale(1.04);
  animation: heroDrift 18s var(--ease) infinite alternate;
}

@keyframes heroDrift {
  from {
    transform: scale(1.04) translate3d(0, 0, 0);
  }
  to {
    transform: scale(1.08) translate3d(-1.2%, -0.8%, 0);
  }
}

.hero-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 2.75rem 1.25rem 3.25rem;
  color: var(--white);
}

.hero-brand {
  margin: 0 0 1.1rem;
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 6vw, 4.2rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.05;
  opacity: 0;
  animation: rise 0.9s var(--ease) 0.1s forwards;
}

.hero h1 {
  margin: 0 0 0.85rem;
  max-width: 16ch;
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 3.2vw, 2.25rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.2;
  opacity: 0;
  animation: rise 0.9s var(--ease) 0.22s forwards;
}

.hero-lead {
  margin: 0 0 1.75rem;
  max-width: 38ch;
  font-size: 1.12rem;
  color: rgba(243, 246, 248, 0.88);
  opacity: 0;
  animation: rise 0.9s var(--ease) 0.34s forwards;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  opacity: 0;
  animation: rise 0.9s var(--ease) 0.46s forwards;
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.section {
  max-width: var(--max);
  margin: 0 auto;
  padding: 4.5rem 1.25rem;
}

.section-label {
  margin: 0 0 0.55rem;
  color: var(--teal-deep);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section h2 {
  margin: 0 0 0.75rem;
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.15;
  color: var(--ink);
}

.section-intro {
  margin: 0 0 2.25rem;
  max-width: 52ch;
  color: var(--slate);
  font-size: 1.08rem;
}

.school-grid {
  display: grid;
  gap: 1.5rem 2rem;
}

@media (min-width: 800px) {
  .school-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}

.pillar {
  padding-top: 1.1rem;
  border-top: 2px solid var(--teal);
}

.pillar h3 {
  margin: 0 0 0.5rem;
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.pillar p {
  margin: 0;
  color: var(--slate);
}

.exam-banner {
  margin-top: 2.5rem;
  padding: 1.35rem 1.4rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  background: linear-gradient(120deg, var(--ink) 0%, #16323a 55%, var(--teal-deep) 100%);
  color: var(--white);
  border-radius: 1rem;
}

.exam-banner p {
  margin: 0;
  max-width: 42ch;
}

.exam-banner strong {
  display: block;
  margin-bottom: 0.2rem;
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 600;
}

.websites {
  background: rgba(255, 255, 255, 0.45);
  border-block: 1px solid var(--line);
}

.websites .section {
  padding-block: 3.75rem;
}

.web-examples {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.web-examples li {
  padding: 0.45rem 0.85rem;
  color: var(--ink-soft);
  background: var(--teal-soft);
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 600;
}

.process-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 800px) {
  .process-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}

.process-list li {
  counter-increment: step;
}

.process-list strong {
  display: block;
  margin-bottom: 0.35rem;
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 600;
}

.process-list span {
  color: var(--slate);
}

.process-num {
  display: inline-block;
  margin-bottom: 0.55rem;
  color: var(--teal-deep);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.cta-band {
  max-width: var(--max);
  margin: 0 auto 4rem;
  padding: 2rem 1.4rem;
  text-align: center;
}

.cta-band h2 {
  margin: 0 0 0.55rem;
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3vw, 2.1rem);
}

.cta-band p {
  margin: 0 0 1.25rem;
  color: var(--slate);
}

.page-hero {
  max-width: var(--max);
  margin: 0 auto;
  padding: 4rem 1.25rem 2rem;
}

.page-hero h1 {
  margin: 0 0 0.65rem;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.5vw, 3rem);
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.page-hero p {
  margin: 0;
  max-width: 42ch;
  color: var(--slate);
  font-size: 1.1rem;
}

.contact-panel {
  max-width: var(--max);
  margin: 0 auto 4rem;
  padding: 0 1.25rem;
}

.contact-card {
  max-width: 34rem;
  padding: 1.75rem 1.5rem;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid var(--line);
  border-radius: 1.1rem;
  box-shadow: var(--shadow);
}

.contact-card h2 {
  margin: 0 0 0.4rem;
  font-family: var(--font-display);
  font-size: 1.4rem;
}

.contact-phone-title {
  margin-top: 1.5rem !important;
}

.contact-card p {
  margin: 0 0 1.1rem;
  color: var(--slate);
}

.email-link {
  display: inline-block;
  margin-bottom: 1.25rem;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--teal-deep);
  word-break: break-word;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.site-footer {
  border-top: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.35);
}

.footer-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 1.5rem 1.25rem 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem 1.5rem;
  color: var(--slate);
  font-size: 0.95rem;
}

.footer-inner a {
  color: var(--ink-soft);
  text-decoration: none;
  font-weight: 600;
}

.footer-inner a:hover {
  color: var(--teal-deep);
}

@media (max-width: 640px) {
  .nav-links .nav-hide-sm {
    display: none;
  }

  .hero-inner {
    padding-top: 2.25rem;
  }

  .exam-banner {
    align-items: flex-start;
  }
}
