/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!./app/globals.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: #f8fafc;
  background:
    radial-gradient(circle at top, rgba(34, 211, 238, 0.18), transparent 30%),
    linear-gradient(180deg, #020617 0%, #0f172a 100%);
}

a {
  color: inherit;
  text-decoration: none;
}

main {
  overflow: hidden;
}

.container {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
}

.nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 20;
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  background: rgba(2, 6, 23, 0.72);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 72px;
}

.brand {
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.nav-links {
  display: none;
  gap: 1.5rem;
  color: #cbd5e1;
}

.nav-links a:hover {
  color: #ffffff;
}

.hero {
  padding: 5rem 0 4rem;
}

.hero-grid {
  display: grid;
  grid-gap: 2rem;
  gap: 2rem;
  align-items: center;
}

.hero-content {
  max-width: 720px;
}

.badge {
  display: inline-block;
  padding: 0.5rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(34, 211, 238, 0.25);
  background: rgba(34, 211, 238, 0.1);
  color: #a5f3fc;
  font-size: 0.95rem;
}

.hero h1 {
  margin: 1.25rem 0 0;
  font-size: clamp(2.5rem, 6vw, 4.75rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.hero-copy {
  margin: 1.25rem 0 0;
  max-width: 700px;
  color: #cbd5e1;
  font-size: 1.1rem;
  line-height: 1.8;
}

.hero-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.9rem;
  margin-top: 2rem;
}

.hero-stats {
  display: grid;
  grid-gap: 1rem;
  gap: 1rem;
  margin-top: 2rem;
}

.stat-card {
  padding: 1rem 1.1rem;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}

.stat-card strong {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 0.35rem;
}

.stat-card span {
  color: #cbd5e1;
  font-size: 0.95rem;
}

.hero-panel {
  padding: 1rem;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.9), rgba(15, 23, 42, 0.65));
}

.panel-header {
  display: flex;
  gap: 0.45rem;
  padding: 0.35rem 0.35rem 0.9rem;
}

.panel-dot {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.25);
}

.panel-body {
  display: grid;
  grid-gap: 1rem;
  gap: 1rem;
}

.metric-card {
  padding: 1rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.metric-card p {
  margin: 0;
  color: #cbd5e1;
  font-size: 0.9rem;
}

.metric-card strong {
  display: block;
  margin-top: 0.45rem;
  font-size: 1.8rem;
  letter-spacing: -0.03em;
}

.metric-card span {
  display: block;
  margin-top: 0.35rem;
  color: #94a3b8;
  font-size: 0.9rem;
}

.metric-primary {
  background: linear-gradient(135deg, rgba(34, 211, 238, 0.18), rgba(59, 130, 246, 0.12));
  border-color: rgba(34, 211, 238, 0.25);
}

.mini-grid {
  display: grid;
  grid-gap: 1rem;
  gap: 1rem;
}

.activity-list {
  display: grid;
  grid-gap: 0.9rem;
  gap: 0.9rem;
}

.activity-item {
  display: flex;
  gap: 0.8rem;
  align-items: flex-start;
  padding: 0.9rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.activity-item:first-child {
  border-top: 0;
}

.activity-item strong {
  display: block;
  margin-bottom: 0.2rem;
}

.activity-item p {
  margin: 0;
  color: #cbd5e1;
}

.activity-badge {
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(34, 211, 238, 0.12);
  color: #67e8f9;
  flex-shrink: 0;
}

.section {
  padding: 4rem 0;
}

.section-tight-top {
  padding-top: 2rem;
}

.section-heading {
  max-width: 720px;
  margin: 0 auto 2.5rem;
  text-align: center;
}

.eyebrow {
  margin: 0 0 0.5rem;
  color: #67e8f9;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.8rem;
  font-weight: 700;
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3rem);
  letter-spacing: -0.03em;
}

.section-heading p {
  margin: 1rem 0 0;
  color: #cbd5e1;
  line-height: 1.7;
}

.grid {
  display: grid;
  grid-gap: 1.25rem;
  gap: 1.25rem;
}

.card {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 24px;
  padding: 1.5rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}

.feature-card .icon {
  width: 3rem;
  height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(34, 211, 238, 0.12);
  color: #67e8f9;
  margin-bottom: 1rem;
  font-size: 1.2rem;
}

.card h3 {
  margin: 0;
  font-size: 1.2rem;
}

.card p {
  margin: 0.8rem 0 0;
  color: #cbd5e1;
  line-height: 1.7;
}

.pricing-card {
  display: flex;
  flex-direction: column;
}

.pricing-card.featured {
  border-color: rgba(34, 211, 238, 0.55);
  background: linear-gradient(180deg, rgba(34, 211, 238, 0.14), rgba(255, 255, 255, 0.06));
}

.pricing-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.pill {
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: #67e8f9;
  color: #082f49;
  font-size: 0.75rem;
  font-weight: 700;
}

.price-row {
  display: flex;
  align-items: flex-end;
  gap: 0.35rem;
  margin-top: 1rem;
}

.price {
  font-size: 2.5rem;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.price-note,
.pricing-copy {
  color: #cbd5e1;
}

.pricing-list {
  margin: 1.25rem 0 1.5rem;
  padding-left: 1.1rem;
  color: #e2e8f0;
  line-height: 1.9;
  flex: 1 1;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.8rem 1.2rem;
  border-radius: 999px;
  font-weight: 700;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

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

.button-small {
  min-height: 40px;
  padding: 0.65rem 1rem;
}

.button-primary {
  background: #67e8f9;
  color: #082f49;
}

.button-primary:hover {
  background: #a5f3fc;
}

.button-secondary {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  color: #f8fafc;
}

.button-secondary:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.22);
}

@media (min-width: 768px) {
  .nav-links {
    display: flex;
  }

  .hero-actions {
    flex-direction: row;
  }

  .hero-stats,
  .mini-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .mini-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (min-width: 1024px) {
  .hero-grid {
    grid-template-columns: 1.1fr 0.9fr;
    gap: 3rem;
  }
}

