/* Pradhyatech LLC — site styles */

:root {
  --bg: #0b1020;
  --bg-soft: #111832;
  --panel: #141c38;
  --border: rgba(255, 255, 255, 0.09);
  --text: #eef2ff;
  --muted: #9aa6c9;
  --brand: #4f7cff;
  --brand-2: #29d3c2;
  --accent-grad: linear-gradient(120deg, #4f7cff 0%, #29d3c2 100%);
  --radius: 14px;
  --maxw: 1120px;
  --shadow: 0 18px 40px rgba(2, 6, 23, 0.45);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background:
    radial-gradient(900px 500px at 85% -10%, rgba(41, 211, 194, 0.14), transparent 60%),
    radial-gradient(800px 500px at 10% 0%, rgba(79, 124, 255, 0.18), transparent 55%),
    var(--bg);
  color: var(--text);
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }

img { max-width: 100%; }

.wrap {
  width: 100%;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 22px;
}

/* ---------- header ---------- */

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(10px);
  background: rgba(11, 16, 32, 0.78);
  border-bottom: 1px solid var(--border);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 68px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-decoration: none;
  font-size: 1.05rem;
}

.brand .mark {
  width: 32px;
  height: 32px;
  border-radius: 9px;
  background: var(--accent-grad);
  display: grid;
  place-items: center;
  font-size: 0.95rem;
  color: #05122a;
  font-weight: 800;
}

.brand small {
  color: var(--muted);
  font-weight: 500;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  display: block;
  line-height: 1;
  margin-top: 2px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 26px;
}

.nav-links a {
  text-decoration: none;
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 500;
}

.nav-links a:hover,
.nav-links a[aria-current="page"] { color: var(--text); }

.nav-toggle {
  display: none;
  background: transparent;
  border: 1px solid var(--border);
  color: var(--text);
  border-radius: 10px;
  padding: 8px 11px;
  font-size: 1rem;
  cursor: pointer;
}

/* ---------- buttons ---------- */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 11px;
  border: 1px solid transparent;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.15s ease, opacity 0.15s ease;
}

.btn:hover { transform: translateY(-1px); }

.btn-primary {
  background: var(--accent-grad);
  color: #05122a;
}

.btn-ghost {
  border-color: var(--border);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
}

/* ---------- hero ---------- */

.hero { padding: 84px 0 64px; }

.eyebrow {
  display: inline-block;
  font-size: 0.76rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--brand-2);
  border: 1px solid rgba(41, 211, 194, 0.3);
  background: rgba(41, 211, 194, 0.08);
  padding: 6px 12px;
  border-radius: 999px;
  margin-bottom: 20px;
}

h1 {
  font-size: clamp(2.1rem, 5.2vw, 3.5rem);
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin: 0 0 18px;
}

h1 .grad {
  background: var(--accent-grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.lede {
  color: var(--muted);
  font-size: 1.1rem;
  max-width: 660px;
  margin: 0 0 30px;
}

.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }

.stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 54px;
}

.stat {
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.025);
  border-radius: var(--radius);
  padding: 18px 20px;
}

.stat b {
  display: block;
  font-size: 1.5rem;
  letter-spacing: -0.02em;
}

.stat span { color: var(--muted); font-size: 0.88rem; }

/* ---------- sections ---------- */

section { padding: 68px 0; }

.section-head { max-width: 640px; margin-bottom: 34px; }

h2 {
  font-size: clamp(1.6rem, 3.4vw, 2.15rem);
  letter-spacing: -0.02em;
  margin: 0 0 12px;
}

.section-head p { color: var(--muted); margin: 0; }

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.grid-2 {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 34px;
  align-items: start;
}

.card {
  border: 1px solid var(--border);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.015));
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: var(--shadow);
}

.card h3 { margin: 14px 0 8px; font-size: 1.08rem; letter-spacing: -0.01em; }

.card p { color: var(--muted); margin: 0; font-size: 0.95rem; }

.icon {
  width: 40px;
  height: 40px;
  border-radius: 11px;
  display: grid;
  place-items: center;
  background: rgba(79, 124, 255, 0.14);
  border: 1px solid rgba(79, 124, 255, 0.28);
  font-size: 1.15rem;
}

.pill-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }

.pill {
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.03);
  color: var(--muted);
  border-radius: 999px;
  padding: 6px 13px;
  font-size: 0.82rem;
}

/* ---------- work ---------- */

.work {
  border: 1px solid var(--border);
  border-radius: 18px;
  overflow: hidden;
  background: var(--panel);
  box-shadow: var(--shadow);
}

.work-inner {
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  gap: 0;
}

.work-copy { padding: 34px; }

.work-copy h3 { margin: 8px 0 10px; font-size: 1.5rem; letter-spacing: -0.02em; }

.work-copy p { color: var(--muted); }

.work-visual {
  background:
    radial-gradient(500px 300px at 70% 20%, rgba(41, 211, 194, 0.22), transparent 60%),
    linear-gradient(160deg, #1a2450, #101736);
  display: grid;
  place-items: center;
  padding: 34px;
  border-left: 1px solid var(--border);
}

.cards-fan {
  display: flex;
  filter: drop-shadow(0 14px 24px rgba(0, 0, 0, 0.4));
}

.playing-card {
  width: 72px;
  height: 102px;
  border-radius: 10px;
  background: #fdfdff;
  color: #10203f;
  display: grid;
  place-items: center;
  font-size: 1.5rem;
  font-weight: 700;
  border: 1px solid rgba(0, 0, 0, 0.12);
  margin-left: -18px;
}

.playing-card:first-child { margin-left: 0; }
.playing-card.red { color: #d33b52; }
.playing-card:nth-child(1) { transform: rotate(-10deg); }
.playing-card:nth-child(2) { transform: rotate(-3deg) translateY(-6px); }
.playing-card:nth-child(3) { transform: rotate(4deg); }
.playing-card:nth-child(4) { transform: rotate(11deg) translateY(4px); }

.tag {
  display: inline-block;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--brand-2);
  font-weight: 600;
}

.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--brand-2);
  text-decoration: none;
  font-weight: 600;
  margin-top: 8px;
}

.link-arrow:hover { text-decoration: underline; }

/* ---------- process list ---------- */

.steps { list-style: none; margin: 0; padding: 0; display: grid; gap: 16px; }

.steps li {
  display: flex;
  gap: 14px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.025);
}

.steps b { display: block; }

.steps span.num {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  border-radius: 9px;
  display: grid;
  place-items: center;
  background: var(--accent-grad);
  color: #05122a;
  font-weight: 800;
  font-size: 0.85rem;
}

.steps p { margin: 4px 0 0; color: var(--muted); font-size: 0.94rem; }

/* ---------- cta band ---------- */

.cta {
  border: 1px solid var(--border);
  border-radius: 18px;
  background: linear-gradient(120deg, rgba(79, 124, 255, 0.18), rgba(41, 211, 194, 0.12));
  padding: 38px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.cta h2 { margin: 0 0 6px; }

.cta p { margin: 0; color: var(--muted); }

/* ---------- contact form ---------- */

.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

.field { display: flex; flex-direction: column; gap: 7px; }

.field.full { grid-column: 1 / -1; }

label { font-size: 0.88rem; font-weight: 600; }

input, select, textarea {
  font: inherit;
  color: var(--text);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border);
  border-radius: 11px;
  padding: 12px 14px;
  outline: none;
  width: 100%;
}

input:focus, select:focus, textarea:focus {
  border-color: rgba(79, 124, 255, 0.7);
  box-shadow: 0 0 0 3px rgba(79, 124, 255, 0.18);
}

select option { background: #111832; }

textarea { min-height: 150px; resize: vertical; }

.hp { position: absolute; left: -9999px; opacity: 0; }

.form-note { color: var(--muted); font-size: 0.85rem; margin: 14px 0 0; }

.contact-side .card + .card { margin-top: 16px; }

.contact-side a { color: var(--brand-2); }

/* ---------- footer ---------- */

.site-footer {
  border-top: 1px solid var(--border);
  margin-top: 40px;
  padding: 30px 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: space-between;
  align-items: center;
}

.site-footer a { color: var(--muted); text-decoration: none; }
.site-footer a:hover { color: var(--text); }

/* ---------- responsive ---------- */

@media (max-width: 900px) {
  .grid-3, .stats { grid-template-columns: 1fr; }
  .grid-2, .work-inner, .form-grid { grid-template-columns: 1fr; }
  .work-visual { border-left: none; border-top: 1px solid var(--border); }

  .nav-toggle { display: inline-flex; }

  .nav-links {
    position: absolute;
    top: 68px;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: #0d132a;
    border-bottom: 1px solid var(--border);
    padding: 8px 22px 18px;
    display: none;
  }

  .nav-links.open { display: flex; }
  .nav-links a { padding: 12px 0; border-bottom: 1px solid var(--border); }
  .nav-links .btn { margin-top: 12px; border-bottom: none; }

  .hero { padding: 56px 0 40px; }
  .cta { padding: 26px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .btn:hover { transform: none; }
}
