
/* Northlat static build (from Lovable zip) — Aurora Nordic theme */
:root{
  --background: hsl(220 20% 4%);
  --foreground: hsl(210 20% 98%);
  --card: hsl(220 18% 8%);
  --border: hsl(220 15% 18%);
  --muted-foreground: hsl(215 15% 55%);
  --primary: hsl(174 72% 56%);
  --primary-foreground: hsl(220 20% 4%);

  --gradient-aurora: linear-gradient(135deg, hsl(174 72% 56%), hsl(168 65% 45%), hsl(160 55% 40%));
  --gradient-card: linear-gradient(145deg, hsl(220 18% 10%), hsl(220 18% 6%));
  --gradient-glow: radial-gradient(ellipse at center, hsl(174 72% 56% / 0.15), transparent 70%);

  --shadow-glow: 0 0 60px hsl(174 72% 56% / 0.3);
  --shadow-card: 0 8px 32px hsl(0 0% 0% / 0.4);

  --radius: 14px;
  --max: 1120px;
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  background: var(--background);
  color: var(--foreground);
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.55;
}
a{color:inherit; text-decoration:none}
img{max-width:100%; display:block}
.container{max-width:var(--max); margin:0 auto; padding:0 24px}
.section-padding{padding: 96px 24px}
@media (min-width: 768px){ .section-padding{padding: 110px 48px} }
@media (min-width: 1024px){ .section-padding{padding: 120px 72px} }

.font-display{font-family:"Space Grotesk", Inter, system-ui, sans-serif}
.text-gradient{
  background-image: var(--gradient-aurora);
  -webkit-background-clip: text;
  background-clip:text;
  color: transparent;
}
.bg-aurora-glow{background: var(--gradient-glow)}
.card-aurora{
  background: var(--gradient-card);
  border: 1px solid var(--border);
  border-radius: 18px;
  box-shadow: var(--shadow-card);
  transition: box-shadow .25s ease, border-color .25s ease, transform .25s ease;
}
.card-aurora:hover{ box-shadow: var(--shadow-glow); border-color: color-mix(in hsl, var(--primary) 30%, var(--border)); transform: translateY(-2px); }

.btn-aurora{
  display:inline-flex; align-items:center; justify-content:center;
  gap:10px;
  padding: 16px 28px;
  border-radius: 14px;
  font-weight: 700;
  background: var(--gradient-aurora);
  color: var(--primary-foreground);
  box-shadow: 0 4px 20px hsl(174 72% 56% / 0.35);
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}
.btn-aurora:hover{ transform: translateY(-2px); box-shadow: 0 8px 30px hsl(174 72% 56% / 0.5); }
.btn-outline-aurora{
  display:inline-flex; align-items:center; justify-content:center;
  gap:10px;
  padding: 16px 28px;
  border-radius: 14px;
  font-weight: 700;
  border: 2px solid color-mix(in hsl, var(--primary) 65%, white 0%);
  color: var(--primary);
  background: transparent;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}
.btn-outline-aurora:hover{ background: var(--primary); color: var(--primary-foreground); transform: translateY(-2px); }

.muted{color: var(--muted-foreground)}
.hr-aurora{
  height:1px;
  background: linear-gradient(90deg, transparent, hsl(174 72% 56% / .35), transparent);
  border:0;
  margin:0;
}

/* NAV */
.nav{
  position:fixed; top:0; left:0; right:0; z-index:50;
  background: color-mix(in hsl, var(--background) 80%, transparent);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
}
.navbar{
  height: 80px;
  display:flex; align-items:center; justify-content:space-between;
}
.brand{display:flex; align-items:center; gap:12px}
.brand img{height:48px; width:auto; filter: invert(1)}
.navlinks{display:none; gap:28px; align-items:center}
.navlinks a{color: var(--muted-foreground); font-weight:600; transition: color .2s ease}
.navlinks a:hover{color: var(--primary)}
.navcta .btn-aurora{padding: 12px 18px; border-radius: 12px; font-size: 14px}

.menu-btn{
  display:inline-flex; align-items:center; justify-content:center;
  width:44px; height:44px;
  border-radius: 12px;
  border: 1px solid var(--border);
  background: color-mix(in hsl, var(--card) 70%, transparent);
  color: var(--foreground);
}
.mobile-panel{
  display:none;
  padding: 14px 0 18px;
  border-top: 1px solid var(--border);
}
.mobile-panel a{display:block; padding: 12px 0; color: var(--muted-foreground); font-weight:600}
.mobile-panel a:hover{color: var(--primary)}
.mobile-panel .btn-aurora{width:100%; margin-top: 8px}

@media (min-width: 768px){
  .navlinks{display:flex}
  .menu-btn{display:none}
  .mobile-panel{display:none !important}
}

/* HERO */
.hero{
  position:relative;
  min-height: 100vh;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
}
.hero-bg{position:absolute; inset:0; z-index:0}
.hero-bg img{width:100%; height:100%; object-fit:cover; opacity:.5}
.hero-bg .overlay{position:absolute; inset:0; background: linear-gradient(180deg, hsl(220 20% 4% / .7), hsl(220 20% 4% / .35), hsl(220 20% 4%));}
.hero-glow{position:absolute; top:22%; left:50%; transform:translateX(-50%); width:800px; height:600px; opacity:.4; filter: blur(60px); z-index:0}
.hero-inner{
  position:relative; z-index:1;
  text-align:center;
  padding-top: 80px;
  max-width: 980px;
}
.hero-eyebrow{
  color: var(--primary);
  font-weight: 700;
  letter-spacing: .24em;
  text-transform: uppercase;
  font-size: 13px;
  margin:0 0 18px;
}
.hero h1{
  margin:0 0 18px;
  font-family:"Space Grotesk", Inter, system-ui, sans-serif;
  font-weight: 800;
  line-height: 1.02;
  font-size: clamp(44px, 7vw, 88px);
}
.hero p{
  margin:0 auto 26px;
  max-width: 720px;
  font-size: clamp(18px, 2.2vw, 24px);
  color: var(--muted-foreground);
}
.hero-actions{display:flex; gap:14px; justify-content:center; flex-wrap:wrap}
.scroll-indicator{
  position:absolute;
  bottom: 26px;
  left:50%;
  transform:translateX(-50%);
  z-index:1;
  color: var(--muted-foreground);
  font-weight:600;
  font-size: 14px;
}
.scroll-indicator a{display:flex; flex-direction:column; align-items:center; gap:8px; color:inherit}
.scroll-indicator a:hover{color: var(--primary)}

/* SECTIONS */
.section-title{
  text-align:center;
  margin-bottom: 56px;
}
.kicker{
  color: var(--primary);
  font-weight: 700;
  letter-spacing: .24em;
  text-transform: uppercase;
  font-size: 12px;
  margin:0 0 12px;
}
.section-title h2{
  font-family:"Space Grotesk", Inter, system-ui, sans-serif;
  margin:0 0 14px;
  font-weight: 800;
  line-height:1.05;
  font-size: clamp(34px, 4.5vw, 62px);
}
.section-title p{margin:0 auto; max-width: 760px; color: var(--muted-foreground); font-size: 18px}

.grid{
  display:grid;
  gap: 20px;
}
@media (min-width: 900px){ .grid-4{grid-template-columns: repeat(4, 1fr)} }
@media (min-width: 900px){ .grid-3{grid-template-columns: repeat(3, 1fr)} }
@media (min-width: 900px){ .grid-2{grid-template-columns: repeat(2, 1fr)} }

.service{
  padding: 26px;
}
.service h3{margin:10px 0 10px; font-weight:800; font-family:"Space Grotesk", Inter, system-ui, sans-serif}
.service p{margin:0 0 14px; color: var(--muted-foreground)}
.pills{display:flex; flex-wrap:wrap; gap:10px}
.pill{
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: color-mix(in hsl, var(--card) 70%, transparent);
  color: color-mix(in hsl, var(--foreground) 85%, var(--muted-foreground));
  font-size: 13px;
  font-weight: 600;
}

.feature-grid{gap:18px}
.feature{padding: 22px; text-align:center}
.feature h4{margin:0 0 8px; font-family:"Space Grotesk"; font-weight:800}
.feature p{margin:0; color: var(--muted-foreground); font-size: 14px}

.about{
  display:grid;
  gap: 34px;
  align-items:center;
}
@media (min-width: 1024px){
  .about{grid-template-columns: 1.1fr .9fr; gap: 60px;}
}
.about .text p{color: var(--muted-foreground); font-size: 18px; margin:0 0 14px}
.about .link{display:inline-flex; align-items:center; gap:10px; color: var(--primary); font-weight:800; margin-top:16px}
.about .link:hover{gap:14px}
.stats{display:grid; grid-template-columns: repeat(2, 1fr); gap:14px}
.stat{padding: 28px; text-align:center}
.stat .n{font-family:"Space Grotesk"; font-weight:900; font-size: 34px}
.stat .l{color: var(--muted-foreground); font-weight:700}

.footer{
  background: var(--card);
  border-top: 1px solid var(--border);
}
.footer-top{text-align:center}
.footer-top h2{margin:0 0 12px; font-family:"Space Grotesk"; font-weight:900; font-size: clamp(34px, 4.5vw, 62px)}
.footer-top p{margin:0 auto 26px; max-width: 780px; color: var(--muted-foreground); font-size: 18px}
.footer-bottom{
  border-top: 1px solid var(--border);
  padding: 26px 0;
}
.footer-row{
  display:flex; flex-direction:column; gap:14px; align-items:center; justify-content:space-between;
}
.footer-row img{height:40px; width:auto; filter: invert(1)}
.footer-row .links{display:flex; gap:18px; color: var(--muted-foreground); font-weight:700}
.footer-row .links a:hover{color: var(--primary)}
@media (min-width: 768px){
  .footer-row{flex-direction:row}
}

@keyframes float { 0%,100%{transform:translate(-50%,0)} 50%{transform:translate(-50%,-10px)} }
@keyframes pulseSlow { 0%,100%{opacity:.25} 50%{opacity:.45} }
.animate-float{animation: float 6s ease-in-out infinite}
.animate-pulse-slow{animation: pulseSlow 4s ease-in-out infinite}
