@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&display=swap";
/* [next]/internal/font/google/geist_a71539c9.module.css [app-client] (css) */
@font-face {
  font-family: Geist;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/8a480f0b521d4e75-s.06d3mdzz5bre_.woff2") format("woff2");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Geist;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/7178b3e590c64307-s.11.cyxs5p-0z~.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Geist;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/caa3a2e1cccd8315-s.p.16t1db8_9y2o~.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Geist Fallback;
  src: local(Arial);
  ascent-override: 95.94%;
  descent-override: 28.16%;
  line-gap-override: 0.0%;
  size-adjust: 104.76%;
}

.geist_a71539c9-module__T19VSG__className {
  font-family: Geist, Geist Fallback;
  font-style: normal;
}

.geist_a71539c9-module__T19VSG__variable {
  --font-geist-sans: "Geist", "Geist Fallback";
}

/* [next]/internal/font/google/geist_mono_8d43a2aa.module.css [app-client] (css) */
@font-face {
  font-family: Geist Mono;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/4fa387ec64143e14-s.0q3udbd2bu5yp.woff2") format("woff2");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Geist Mono;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/bbc41e54d2fcbd21-s.0gw~uztddq1df.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Geist Mono;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/797e433ab948586e-s.p.0.q-h669a_dqa.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Geist Mono Fallback;
  src: local(Arial);
  ascent-override: 74.67%;
  descent-override: 21.92%;
  line-gap-override: 0.0%;
  size-adjust: 134.59%;
}

.geist_mono_8d43a2aa-module__8Li5zG__className {
  font-family: Geist Mono, Geist Mono Fallback;
  font-style: normal;
}

.geist_mono_8d43a2aa-module__8Li5zG__variable {
  --font-geist-mono: "Geist Mono", "Geist Mono Fallback";
}

/* [project]/src/app/globals.css [app-client] (css) */
:root {
  --bg-color: #0a0a0a;
  --surface-color: #111;
  --surface-light: #1a1a1a;
  --gold-primary: #c9a84c;
  --gold-light: #e8c96a;
  --gold-glow: #c9a84c26;
  --text-main: #f5f0e8;
  --text-muted: #a0a0a0;
  --border-radius: 16px;
  --transition: all .3s cubic-bezier(.25, .8, .25, 1);
}

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

body {
  background-color: var(--bg-color);
  color: var(--text-main);
  font-family: Outfit, sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

a {
  color: inherit;
  transition: var(--transition);
  text-decoration: none;
}

a:hover {
  color: var(--gold-primary);
}

button, .btn-primary, .btn-outline {
  cursor: pointer;
  transition: var(--transition);
  border: none;
  outline: none;
  justify-content: center;
  align-items: center;
  font-family: Outfit, sans-serif;
  text-decoration: none;
  display: inline-flex;
}

.text-white {
  color: #fff;
}

.text-gold {
  background: linear-gradient(135deg, var(--gold-primary), var(--gold-light));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.glass-card {
  background: var(--surface-color);
  border-radius: var(--border-radius);
  -webkit-backdrop-filter: blur(12px);
  transition: var(--transition);
  border: 1px solid #c9a84c33;
  box-shadow: 0 4px 30px #00000080;
}

.glass-card:hover {
  box-shadow: 0 8px 40px var(--gold-glow);
  border-color: #c9a84c80;
  transform: translateY(-4px);
}

.btn-primary {
  background: linear-gradient(135deg, var(--gold-primary) 0%, var(--gold-light) 100%);
  color: #000;
  box-shadow: 0 4px 15px var(--gold-glow);
  border-radius: 30px;
  padding: 12px 28px;
  font-weight: 600;
}

.btn-primary:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 20px #c9a84c4d;
}

.btn-outline {
  border-radius: 30px;
  padding: 12px 28px;
  font-weight: 600;
}

.btn-outline:hover {
  background-color: #ffffff0d;
}

.layout-container {
  flex-direction: column;
  min-height: 100vh;
  display: flex;
}

.header {
  z-index: 10;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  display: flex;
  position: relative;
}

.logo {
  letter-spacing: .1em;
  font-size: 1.5rem;
  font-weight: 800;
}

.main-content {
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
  position: relative;
}

.bg-glow {
  filter: blur(150px);
  pointer-events: none;
  z-index: 0;
  border-radius: 50%;
  width: 400px;
  height: 400px;
  position: absolute;
}

.bg-glow-left {
  background-color: #c9a84c14;
  top: 25%;
  left: 10%;
}

.bg-glow-right {
  background-color: #e8c96a14;
  bottom: 25%;
  right: 10%;
}

.hero-section {
  text-align: center;
  z-index: 10;
  max-width: 800px;
  margin-bottom: 4rem;
}

.hero-title {
  margin-bottom: 1.5rem;
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  font-weight: 800;
  line-height: 1.1;
}

.hero-subtitle {
  color: var(--text-muted);
  max-width: 600px;
  margin-bottom: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.125rem;
}

.cta-buttons {
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  display: flex;
}

.features-grid {
  z-index: 10;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  width: 100%;
  max-width: 1000px;
  display: grid;
}

.feature-card {
  text-align: center;
  padding: 2rem;
}

.feature-card h3 {
  margin-bottom: .5rem;
  font-size: 1.25rem;
  font-weight: 700;
}

.feature-card p {
  color: var(--text-muted);
  font-size: .95rem;
}

.icon-wrapper {
  width: 60px;
  height: 60px;
  color: var(--gold-primary);
  background-color: #c9a84c1a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin: 0 auto 1.5rem;
  display: flex;
}

.footer {
  text-align: center;
  color: #666;
  z-index: 10;
  padding: 2rem;
  font-size: .875rem;
}

.input-group {
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.input-icon {
  color: var(--text-muted);
  transition: var(--transition);
  pointer-events: none;
  position: absolute;
  left: 16px;
}

.input-premium {
  width: 100%;
  color: var(--text-main);
  transition: var(--transition);
  background: #ffffff08;
  border: 1px solid #ffffff1a;
  border-radius: 12px;
  outline: none;
  padding: 14px 16px 14px 48px;
  font-family: Outfit, sans-serif;
  font-size: 1rem;
}

.input-premium::placeholder {
  color: #ffffff4d;
}

.input-premium:focus {
  border-color: var(--gold-primary);
  box-shadow: 0 0 0 4px var(--gold-glow);
  background: #ffffff0d;
}

.input-group:focus-within .input-icon {
  color: var(--gold-primary);
}

/*# sourceMappingURL=%5Broot-of-the-server%5D__02nfq85._.css.map*/