@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

:root {
  --ink: #0d1020;
  --muted: #687083;
  --surface: #f6f7fb;
  --white: #ffffff;
  --line: #e5e7ef;
  --purple: #7b57b7;
  --blue: #5f6fe6;
  --pink: #c43a78;
  --red: #ee1627;
  --gradient: linear-gradient(135deg, #5f6fe6 0%, #8756ae 42%, #c33b79 70%, #ee1627 100%);
  --shadow: 0 24px 60px rgba(20, 25, 50, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }

.site-header {
  position: sticky; top: 0; z-index: 20;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(229,231,239,.85);
}
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand img { width: 148px; display: block; }
.nav { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 600; }
.nav a:not(.nav-cta) { color: #555d70; }
.nav a:not(.nav-cta):hover { color: var(--ink); }
.nav-cta { padding: 11px 16px; border-radius: 999px; color: white; background: var(--ink); }

.hero {
  position: relative; overflow: hidden; min-height: 700px;
  display: flex; align-items: center;
  background: radial-gradient(circle at 80% 15%, rgba(95,111,230,.13), transparent 34%), #fff;
}
.hero-glow {
  position: absolute; width: 620px; height: 620px; border-radius: 50%;
  right: -250px; top: -180px; background: var(--gradient); filter: blur(100px); opacity: .13;
}
.hero-grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; padding: 88px 0; }
.eyebrow { margin: 0 0 15px; font-size: 12px; letter-spacing: .18em; font-weight: 800; color: #7b57b7; }
h1 { margin: 0; font-size: clamp(44px, 6vw, 72px); line-height: 1.03; letter-spacing: -.055em; max-width: 720px; }
h1 span { background: var(--gradient); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-text { margin: 25px 0 30px; max-width: 610px; color: var(--muted); font-size: 18px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; padding: 0 22px; border-radius: 10px; border: 1px solid transparent; font-weight: 700; font-size: 14px; cursor: pointer; }
.primary { color: white; background: var(--gradient); box-shadow: 0 12px 28px rgba(123,87,183,.22); }
.secondary { background: white; border-color: var(--line); }
.light { background: white; color: var(--ink); }
.button:hover { transform: translateY(-1px); }

.trust-row { display: flex; gap: 30px; margin-top: 42px; }
.trust-row div { display: grid; gap: 2px; }
.trust-row strong { font-size: 13px; }
.trust-row span { font-size: 11px; color: var(--muted); }

.hero-card {
  padding: 18px; border-radius: 22px; background: #0b0e19; color: white;
  box-shadow: var(--shadow); transform: rotate(1.5deg);
}
.card-top, .card-bottom { display: flex; align-items: center; gap: 9px; font-size: 10px; letter-spacing: .12em; font-weight: 800; }
.card-top { padding: 3px 4px 17px; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: #69df8b; box-shadow: 0 0 12px #69df8b; }
.pill { margin-left: auto; padding: 5px 8px; border-radius: 999px; background: rgba(105,223,139,.1); color: #69df8b; }
.terminal { min-height: 350px; border-radius: 14px; padding: 28px; background: #141827; font: 500 14px/2.2 ui-monospace, SFMono-Regular, Menlo, monospace; color: #e8eaf2; }
.prompt { color: #8f77e7; }
.ok { color: #69df8b; }
.muted { color: #697188; }
.card-bottom { justify-content: space-between; padding: 16px 4px 2px; color: #7e869b; font-size: 9px; }

.section { padding: 110px 0; }
.section-heading { max-width: 720px; margin-bottom: 48px; }
h2 { margin: 0 0 15px; font-size: clamp(32px, 4vw, 50px); line-height: 1.08; letter-spacing: -.04em; }
.section-heading p:last-child, .about-panel > p, .contact-grid > div > p { color: var(--muted); font-size: 17px; }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { padding: 30px; border: 1px solid var(--line); border-radius: 18px; background: white; transition: .2s ease; }
.service-card:hover { transform: translateY(-4px); box-shadow: 0 18px 45px rgba(20,25,50,.08); }
.icon { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 22px; border-radius: 12px; color: white; font-weight: 800; background: var(--gradient); }
.service-card h3 { margin: 0 0 8px; font-size: 19px; }
.service-card p { margin: 0; color: var(--muted); font-size: 14px; }

.band { padding: 60px 0; color: white; background: var(--gradient); }
.band-inner { display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.band .eyebrow { color: rgba(255,255,255,.78); }
.band h2 { margin: 0; max-width: 700px; font-size: clamp(30px, 4vw, 48px); }

.about { background: var(--surface); }
.about-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: center; }
.check-list { display: grid; gap: 14px; margin-top: 28px; font-weight: 600; font-size: 14px; }
.check-list span { display: inline-grid; place-items: center; width: 24px; height: 24px; margin-right: 10px; border-radius: 50%; color: white; background: var(--gradient); font-size: 12px; }
.about-quote { padding: 46px; border-radius: 24px; color: white; background: #0d1020; box-shadow: var(--shadow); }
.quote-mark { font-size: 70px; line-height: .7; background: var(--gradient); -webkit-background-clip: text; color: transparent; }
.about-quote p { margin: 20px 0; font-size: 27px; line-height: 1.3; font-weight: 600; letter-spacing: -.025em; }
.about-quote span { color: #858ca0; font-size: 13px; }

.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: start; }
.contact-details { display: grid; gap: 18px; margin-top: 35px; }
.contact-details a { display: grid; gap: 2px; }
.contact-details span { font-size: 10px; letter-spacing: .16em; color: #7b57b7; font-weight: 800; }
.contact-details strong { font-size: 18px; }

.contact-form { display: grid; gap: 17px; padding: 30px; border: 1px solid var(--line); border-radius: 20px; box-shadow: 0 18px 50px rgba(20,25,50,.06); }
.contact-form label { display: grid; gap: 7px; font-size: 12px; font-weight: 700; }
input, textarea { width: 100%; padding: 14px 15px; border: 1px solid var(--line); border-radius: 10px; outline: none; font: inherit; font-size: 14px; background: #fbfbfd; }
input:focus, textarea:focus { border-color: #8b6ac0; box-shadow: 0 0 0 3px rgba(123,87,183,.1); }
textarea { resize: vertical; }
.form-note { margin: -3px 0 0; color: var(--muted); font-size: 11px; }
.form-note a { color: #7b57b7; font-weight: 700; }

.footer { padding: 42px 0; border-top: 1px solid var(--line); }
.footer-inner { display: grid; grid-template-columns: 1fr auto 1fr; gap: 30px; align-items: center; }
.footer-brand img { width: 125px; }
.footer-brand p { margin: 6px 0 0; color: var(--muted); font-size: 11px; }
.footer-links { display: flex; gap: 20px; font-size: 12px; font-weight: 600; color: #60687a; }
.copyright { justify-self: end; color: #9096a5; font-size: 11px; }

@media (max-width: 850px) {
  .nav a:not(.nav-cta) { display: none; }
  .hero-grid, .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 45px; }
  .hero { min-height: auto; }
  .hero-card { max-width: 620px; width: 100%; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .band-inner { align-items: flex-start; flex-direction: column; }
  .footer-inner { grid-template-columns: 1fr; }
  .copyright { justify-self: start; }
}
@media (max-width: 560px) {
  .container { width: min(100% - 28px, 1160px); }
  .nav-wrap { min-height: 66px; }
  .brand img { width: 126px; }
  .nav-cta { padding: 9px 12px; font-size: 12px; }
  .hero-grid { padding: 65px 0; }
  .trust-row { flex-direction: column; gap: 14px; margin-top: 30px; }
  .service-grid { grid-template-columns: 1fr; }
  .section { padding: 78px 0; }
  .about-quote { padding: 32px; }
  .contact-form { padding: 22px; }
}


/* ExceedIT Version 1.1 */
.brand {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1;
}
.brand-slogan {
  margin-top: 4px;
  padding-left: 2px;
  font-size: 9px;
  line-height: 1;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-weight: 800;
  color: #7b57b7;
}

.about-quote strong {
  background: var(--gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.meet {
  position: relative;
  overflow: hidden;
  background: white;
}
.meet::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  left: -240px;
  top: 20px;
  border-radius: 50%;
  background: var(--gradient);
  opacity: .06;
  filter: blur(55px);
}
.meet-grid {
  position: relative;
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 74px;
  align-items: center;
}
.meet-accent {
  min-height: 390px;
  border-radius: 26px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.04), rgba(255,255,255,0)),
    #0d1020;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}
.meet-accent::before,
.meet-accent::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: var(--gradient);
  filter: blur(28px);
  opacity: .42;
}
.meet-accent::before {
  width: 210px;
  height: 210px;
  left: -85px;
  top: -65px;
}
.meet-accent::after {
  width: 180px;
  height: 180px;
  right: -70px;
  bottom: -55px;
}
.meet-initial {
  position: relative;
  z-index: 2;
  width: 132px;
  height: 132px;
  border: 2px solid rgba(255,255,255,.24);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 58px;
  font-weight: 800;
  color: white;
  box-shadow: inset 0 0 40px rgba(255,255,255,.05);
}
.meet-badge {
  position: relative;
  z-index: 2;
  margin-top: 22px;
  font-size: 11px;
  letter-spacing: .24em;
  font-weight: 800;
  color: rgba(255,255,255,.72);
}
.meet-copy {
  max-width: 720px;
}
.meet-copy > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 16px;
}
.meet-lead {
  margin-top: 24px;
}
.meet-lead strong {
  color: var(--ink);
}
.service-area {
  margin-top: 28px;
  padding: 20px 22px;
  border: 1px solid var(--line);
  border-radius: 16px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
  background: var(--surface);
}
.service-area-dot {
  width: 11px;
  height: 11px;
  margin-top: 6px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--gradient);
  box-shadow: 0 0 0 5px rgba(123,87,183,.09);
}
.service-area div {
  display: grid;
  gap: 4px;
}
.service-area strong {
  font-size: 14px;
}
.service-area span:last-child {
  color: var(--muted);
  font-size: 12px;
}

@media (max-width: 980px) {
  .nav { gap: 18px; }
  .nav a:not(.nav-cta) { font-size: 12px; }
}
@media (max-width: 850px) {
  .meet-grid { grid-template-columns: 1fr; gap: 42px; }
  .meet-accent { min-height: 280px; }
}
@media (max-width: 560px) {
  .brand-slogan { font-size: 7px; letter-spacing: .12em; }
  .meet-accent { min-height: 230px; }
  .meet-initial { width: 105px; height: 105px; font-size: 46px; }
}


/* Version 1.2 refinements */
.meet-grid {
  grid-template-columns: 1fr;
  max-width: 860px;
}
.meet-copy {
  max-width: 820px;
}
