/*!*****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!./src/app/globals.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************/
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html, body { height: 100%; }
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  background: #0d1117;
  color: #e6edf3;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrap { max-width: 640px; width: 100%; padding: 2.5rem 2rem; text-align: center; }
.badge {
  display: inline-block;
  background: rgba(255,191,0,0.12);
  border: 1px solid rgba(255,191,0,0.3);
  color: #ffbf00;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.35em 0.9em;
  border-radius: 999px;
  margin-bottom: 1.5rem;
}
h1 {
  font-size: clamp(2rem, 6vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin-bottom: 0.6rem;
  color: #fff;
}
.tagline { font-size: 1.05rem; color: #8b949e; margin-bottom: 2rem; line-height: 1.5; }
.divider { width: 48px; height: 3px; background: #ffbf00; border-radius: 2px; margin: 0 auto 2rem; }
.services { display: flex; flex-wrap: wrap; gap: 0.5rem; justify-content: center; margin-bottom: 2.5rem; }
.service-tag {
  background: rgba(230,237,243,0.06);
  border: 1px solid rgba(230,237,243,0.1);
  color: #8b949e;
  font-size: 0.78rem;
  padding: 0.3em 0.75em;
  border-radius: 6px;
}
.contact { display: flex; flex-direction: column; gap: 0.75rem; align-items: center; margin-bottom: 2rem; }
.contact a {
  color: #e6edf3;
  text-decoration: none;
  font-size: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: color 0.15s;
}
.contact a:hover { color: #ffbf00; }
.cta {
  display: inline-block;
  background: #ffbf00;
  color: #0d1117;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 0.75em 2em;
  border-radius: 8px;
  text-decoration: none;
  margin-bottom: 2.5rem;
  transition: background 0.15s;
}
.cta:hover { background: #ffd233; }
.trust { display: flex; gap: 1.5rem; justify-content: center; flex-wrap: wrap; margin-bottom: 2rem; }
.trust-stat { text-align: center; }
.trust-stat strong { display: block; font-size: 1.4rem; font-weight: 800; color: #fff; }
.trust-stat span { font-size: 0.72rem; color: #8b949e; text-transform: uppercase; letter-spacing: 0.08em; }
.lic { color: #484f58; font-size: 0.8rem; margin-top: 1rem; margin-bottom: 0.5rem; }
.footer { font-size: 0.72rem; color: #484f58; }

