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

body {
  overflow-x: hidden;
}

.nav-link {
  position: relative;
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
  width: 0;
  background-color: #2563eb;
  transition: width 180ms ease;
}

.nav-link:hover::after {
  width: 100%;
}

.service-card {
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 34px -25px rgba(15, 23, 42, 0.45);
}

.btn-primary {
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 26px -18px rgba(37, 99, 235, 0.6);
}

.ip-home {
  font-family: "Poppins", sans-serif;
}

.ip-home h1,
.ip-home h2,
.ip-home h3,
.ip-home h4 {
  font-family: "Sora", "Poppins", sans-serif;
}

.ip-home-section {
  position: relative;
}

.ip-home-grid {
  background-image:
    linear-gradient(rgba(15, 23, 42, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 23, 42, 0.05) 1px, transparent 1px);
  background-size: 22px 22px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.2));
}

.ip-home-hero {
  background: linear-gradient(180deg, #f8fbff 0%, #f0f6ff 58%, #eef2ff 100%);
}

.ip-home-orb {
  position: absolute;
  border-radius: 9999px;
  filter: blur(22px);
  opacity: 0.55;
  pointer-events: none;
}

.ip-home-orb-left {
  left: -4rem;
  top: 6rem;
  width: 15rem;
  height: 15rem;
  background: #7dd3fc;
}

.ip-home-orb-right {
  right: -5rem;
  top: 4rem;
  width: 20rem;
  height: 20rem;
  background: #fdba74;
}

.ip-home-kicker {
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  border: 1px solid #bfdbfe;
  background: #eff6ff;
  padding: 0.45rem 0.9rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #1d4ed8;
}

.ip-home-kicker-dark {
  border-color: rgba(125, 211, 252, 0.4);
  background: rgba(56, 189, 248, 0.12);
  color: #bae6fd;
}

.ip-home-highlight {
  position: relative;
  z-index: 1;
  display: inline-block;
}

.ip-home-highlight::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.12em;
  z-index: -1;
  height: 0.26em;
  border-radius: 9999px;
  background: rgba(251, 191, 36, 0.55);
}

.ip-home-card,
.ip-home-panel {
  border-radius: 1.2rem;
  border: 1px solid #e2e8f0;
  background: #ffffff;
  box-shadow: 0 20px 42px -32px rgba(15, 23, 42, 0.5);
}

.ip-home-panel {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(4px);
}

.ip-home-btn-dark,
.ip-home-btn-light,
.ip-home-btn-soft,
.ip-home-btn-contact,
.ip-home-btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.85rem;
  padding: 0.78rem 1.18rem;
  font-weight: 600;
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease, color 160ms ease, border-color 160ms ease;
}

.ip-home-btn-dark {
  background: #0f172a;
  color: #fff;
  box-shadow: 0 18px 36px -22px rgba(15, 23, 42, 0.85);
}

.ip-home-btn-dark:hover {
  background: #0b4d76;
  transform: translateY(-1px);
}

.ip-home-btn-light {
  border: 1px solid #cbd5e1;
  background: #fff;
  color: #0f172a;
}

.ip-home-btn-light:hover {
  border-color: #7dd3fc;
  color: #075985;
  transform: translateY(-1px);
}

.ip-home-btn-soft {
  border: 1px solid #c7d2fe;
  background: #e0e7ff;
  color: #3730a3;
}

.ip-home-btn-soft:hover {
  background: #c7d2fe;
  transform: translateY(-1px);
}

.ip-home-btn-contact {
  background: #06b6d4;
  color: #fff;
  box-shadow: 0 18px 34px -20px rgba(6, 182, 212, 0.85);
}

.ip-home-btn-contact:hover {
  background: #0891b2;
  transform: translateY(-1px);
}

.ip-home-btn-ghost {
  border: 1px solid rgba(191, 219, 254, 0.45);
  background: rgba(255, 255, 255, 0.08);
  color: #e0f2fe;
}

.ip-home-btn-ghost:hover {
  border-color: rgba(125, 211, 252, 0.75);
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  transform: translateY(-1px);
}

.ip-home-pill {
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  border: 1px solid #dbeafe;
  background: rgba(255, 255, 255, 0.82);
  padding: 0.55rem 0.9rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: #1e3a8a;
  box-shadow: 0 14px 28px -24px rgba(30, 58, 138, 0.8);
}

.ip-home-deep {
  background:
    radial-gradient(950px 380px at 12% -8%, rgba(56, 189, 248, 0.2), transparent 55%),
    radial-gradient(860px 350px at 90% -10%, rgba(59, 130, 246, 0.16), transparent 60%),
    linear-gradient(160deg, #0f172a 0%, #172554 58%, #1e3a8a 100%);
}

.ip-home-deep-card {
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(4px);
}

.ip-home-hero-panel {
  border-color: rgba(191, 219, 254, 0.85);
  box-shadow: 0 34px 68px -44px rgba(15, 23, 42, 0.78);
}

.ip-home-hero-shell {
  background:
    radial-gradient(360px 180px at 18% 10%, rgba(56, 189, 248, 0.24), transparent 60%),
    linear-gradient(155deg, #0f172a 0%, #172554 58%, #155e75 100%);
}

.ip-home-hero-stat {
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  padding: 1rem;
  backdrop-filter: blur(6px);
}

.ip-home-hero-stat-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #a5f3fc;
}

.ip-home-hero-stat-value {
  margin-top: 0.4rem;
  font-size: 1.35rem;
  font-weight: 800;
  color: #fff;
}

.ip-home-hero-note {
  border-radius: 1rem;
  border: 1px solid rgba(125, 211, 252, 0.24);
  background: rgba(15, 23, 42, 0.42);
  padding: 1rem 1.1rem;
}

.ip-home-work-card {
  position: relative;
  overflow: hidden;
  min-height: 16rem;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.ip-home-work-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 0.35rem;
  background: linear-gradient(90deg, #38bdf8 0%, #2563eb 55%, #0f172a 100%);
}

.ip-home-work-card:hover {
  transform: translateY(-3px);
  border-color: #bfdbfe;
  box-shadow: 0 28px 44px -34px rgba(15, 23, 42, 0.6);
}

.ip-home-work-label {
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  background: #eff6ff;
  padding: 0.42rem 0.8rem;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #1d4ed8;
}

@media (max-width: 767px) {
  .ip-home-hero {
    padding-top: 6.8rem;
  }

  .ip-home-btn-dark,
  .ip-home-btn-light,
  .ip-home-btn-soft,
  .ip-home-btn-contact,
  .ip-home-btn-ghost {
    width: 100%;
  }
}
