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

*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #1e293b;
  background: #ffffff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img, svg, video {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.25s ease;
}

ul, ol {
  list-style: none;
}

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
}

/* ── Layout ── */
.ug-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 3rem);
}

.ug-section {
  padding: clamp(4rem, 8vw, 8rem) 0;
}

/* ── Typography ── */
.ug-section-heading {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(2rem, 4vw, 3.25rem);
  font-weight: 700;
  line-height: 1.15;
  color: #0a1628;
  margin-bottom: 1rem;
  letter-spacing: -0.03em;
}

.ug-eyebrow {
  display: inline-block;
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #00d47e;
  margin-bottom: 0.75rem;
  background: linear-gradient(135deg, #00d47e, #00b4d8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.ug-lead {
  font-size: clamp(1.0625rem, 2vw, 1.3125rem);
  line-height: 1.7;
  color: #64748b;
  max-width: 640px;
}

.ug-body-text {
  font-size: 1rem;
  line-height: 1.75;
  color: #475569;
}

/* ── Header / Nav ── */
.ug-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 1.25rem 0;
  transition: background 0.35s ease, box-shadow 0.35s ease, padding 0.35s ease;
  background: transparent;
}

.ug-header--scrolled {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 1px 0 rgba(10, 22, 40, 0.06);
  padding: 0.75rem 0;
}

.ug-header .ug-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ug-logo {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.02em;
  transition: color 0.35s ease;
}

.ug-header--scrolled .ug-logo {
  color: #0a1628;
}

.ug-logo-icon {
  width: 32px;
  height: 32px;
}

.ug-nav-list {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.ug-nav-link {
  font-size: 0.875rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  padding: 0.5rem 0.875rem;
  border-radius: 8px;
  transition: color 0.25s ease, background 0.25s ease;
  white-space: nowrap;
}

.ug-header--scrolled .ug-nav-link {
  color: #475569;
}

.ug-nav-link:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
}

.ug-header--scrolled .ug-nav-link:hover {
  color: #0a1628;
  background: #f1f5f9;
}

.ug-nav-cta {
  font-size: 0.875rem;
  font-weight: 600;
  color: #0a1628;
  background: #00d47e;
  padding: 0.5625rem 1.375rem;
  border-radius: 8px;
  margin-left: 0.75rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  white-space: nowrap;
}

.ug-nav-cta:hover {
  background: #00e68a;
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(0, 212, 126, 0.3);
}

/* Mobile menu toggle */
.ug-menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 0.5rem;
}

.ug-menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: #ffffff;
  border-radius: 2px;
  transition: background 0.35s ease;
}

.ug-header--scrolled .ug-menu-toggle span {
  background: #0a1628;
}

/* ── Hero ── */
.ug-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: linear-gradient(160deg, #0a1628 0%, #0f2744 30%, #123664 55%, #0ea5e9 100%);
  overflow: hidden;
  padding-top: 5rem;
}

.ug-hero::before {
  content: '';
  position: absolute;
  top: -40%;
  right: -20%;
  width: 800px;
  height: 800px;
  background: radial-gradient(circle, rgba(0, 212, 126, 0.12) 0%, transparent 70%);
  pointer-events: none;
}

.ug-hero::after {
  content: '';
  position: absolute;
  bottom: -20%;
  left: -10%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(14, 165, 233, 0.15) 0%, transparent 70%);
  pointer-events: none;
}

.ug-hero .ug-container {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.ug-hero-content {
  max-width: 580px;
}

.ug-hero-title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(2.5rem, 5.5vw, 4rem);
  font-weight: 700;
  line-height: 1.08;
  color: #ffffff;
  letter-spacing: -0.035em;
  margin-bottom: 1.25rem;
}

.ug-hero-title .ug-highlight {
  background: linear-gradient(135deg, #00d47e, #00e6a0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.ug-hero-subtitle {
  font-size: clamp(1.0625rem, 2vw, 1.25rem);
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 2.5rem;
  max-width: 500px;
}

.ug-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 3rem;
}

.ug-hero-image {
  position: relative;
  display: flex;
  justify-content: center;
}

.ug-hero-image .ug-image {
  width: 100%;
  max-width: 560px;
  border-radius: 16px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.3);
}

/* ── Buttons ── */
.ug-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-family: 'Inter', sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  padding: 0.8125rem 2rem;
  border-radius: 10px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
  white-space: nowrap;
  text-align: center;
}

.ug-btn--primary {
  background: #00d47e;
  color: #0a1628;
}

.ug-btn--primary:hover {
  background: #00e68a;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 212, 126, 0.35);
}

.ug-btn--secondary {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(4px);
}

.ug-btn--secondary:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-2px);
}

.ug-btn--outline {
  background: transparent;
  color: #0a1628;
  border: 1.5px solid #e2e8f0;
}

.ug-btn--outline:hover {
  border-color: #00d47e;
  color: #00d47e;
  transform: translateY(-2px);
}

/* ── Cards ── */
.ug-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
}

.ug-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.ug-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(10, 22, 40, 0.08);
  border-color: #cbd5e1;
}

.ug-card-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(135deg, #00d47e, #00b4d8);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
}

.ug-card-icon svg {
  width: 24px;
  height: 24px;
  color: #ffffff;
}

.ug-card-title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.1875rem;
  font-weight: 600;
  color: #0a1628;
  margin-bottom: 0.625rem;
  letter-spacing: -0.01em;
}

.ug-card .ug-body-text {
  font-size: 0.9375rem;
}

/* ── Stats bar ── */
.ug-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  padding: 3rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 3rem;
}

.ug-stat-item {
  text-align: center;
}

.ug-stat-number {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 700;
  color: #00d47e;
  line-height: 1.2;
}

.ug-stat-label {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 0.25rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 500;
}

/* ── Features section (light bg) ── */
.ug-bg-light {
  background: #f8fafc;
}

/* ── Two-column content ── */
.ug-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

/* ── Image ── */
.ug-image {
  border-radius: 12px;
  display: block;
}

/* ── Footer ── */
.ug-footer {
  background: #0a1628;
  color: rgba(255, 255, 255, 0.6);
  padding: clamp(3rem, 6vw, 5rem) 0 2rem;
}

.ug-footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 3rem;
  margin-bottom: 3rem;
}

.ug-footer-brand {
  max-width: 280px;
}

.ug-footer-logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1rem;
}

.ug-footer-desc {
  font-size: 0.875rem;
  line-height: 1.7;
}

.ug-footer-heading {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 1.25rem;
}

.ug-footer-links {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.ug-footer-links a {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  transition: color 0.2s ease;
}

.ug-footer-links a:hover {
  color: #00d47e;
}

.ug-footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.8125rem;
}

.ug-footer-socials {
  display: flex;
  gap: 1rem;
}

.ug-footer-socials a {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
}

.ug-footer-socials a:hover {
  background: rgba(0, 212, 126, 0.15);
}

.ug-footer-socials svg {
  width: 16px;
  height: 16px;
  fill: rgba(255, 255, 255, 0.5);
}

/* ── Responsive ── */
@media (max-width: 1024px) {
  .ug-hero .ug-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .ug-hero-content {
    max-width: 100%;
  }

  .ug-hero-subtitle {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .ug-hero-actions {
    justify-content: center;
  }

  .ug-hero-image {
    display: none;
  }

  .ug-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .ug-two-col {
    grid-template-columns: 1fr;
  }

  .ug-footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .ug-menu-toggle {
    display: flex;
  }

  .ug-nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    max-width: 320px;
    height: 100vh;
    background: #0a1628;
    padding: 5rem 2rem 2rem;
    transition: right 0.35s ease;
    box-shadow: -10px 0 40px rgba(0, 0, 0, 0.3);
    z-index: 999;
  }

  .ug-nav--open {
    right: 0;
  }

  .ug-nav-list {
    flex-direction: column;
    align-items: stretch;
    gap: 0.25rem;
  }

  .ug-nav-link {
    color: rgba(255, 255, 255, 0.7);
    padding: 0.75rem 1rem;
    font-size: 1rem;
  }

  .ug-nav-link:hover {
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
  }

  .ug-nav-cta {
    margin-left: 0;
    margin-top: 1rem;
    text-align: center;
  }

  .ug-stats {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  }

  .ug-card-grid {
    grid-template-columns: 1fr;
  }

  .ug-footer-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .ug-footer-bottom {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .ug-stats {
    grid-template-columns: 1fr;
  }

  .ug-hero-actions {
    flex-direction: column;
    align-items: center;
  }

  .ug-btn {
    width: 100%;
    max-width: 300px;
  }
}
/* universal guards (not a template) */
*{box-sizing:border-box}img,svg,video{max-width:100%;height:auto}h1,h2,h3,h4,p,li,a,span,blockquote{overflow-wrap:break-word;word-break:normal}html{-webkit-text-size-adjust:100%}body{margin:0}
