:root {
  --bg: #0b1220;
  --surface: #101a2d;
  --surface-soft: #14213d;
  --card: #ffffff;
  --text: #0f172a;
  --text-light: #e2e8f0;
  --muted: #94a3b8;
  --primary: #f97316;
  --primary-dark: #ea580c;
  --accent: #22c55e;
  --border: #dbe2ea;
  --radius: 14px;
  --radius-sm: 10px;
  --shadow: 0 10px 25px rgba(2, 6, 23, 0.12);
  --shadow-soft: 0 6px 16px rgba(2, 6, 23, 0.08);
  --max-width: 1120px;
  --space: 1rem;
  --font: "Inter", "Segoe UI", Roboto, Arial, sans-serif;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font);
  color: var(--text);
  background: #f8fafc;
  line-height: 1.6;
}
img { max-width: 100%; display: block; border-radius: var(--radius); }
a { color: inherit; text-decoration: none; }
.container { width: min(100% - 2rem, var(--max-width)); margin: 0 auto; }
.skip-link {
  position: absolute; left: -9999px; top: 0; background: #fff; padding: .5rem .75rem; z-index: 10000;
}
.skip-link:focus { left: 1rem; top: 1rem; border-radius: var(--radius-sm); box-shadow: var(--shadow-soft); }
.site-header {
  position: sticky; top: 0; z-index: 1000;
  background: rgba(11, 18, 32, .9); backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.nav-wrap { display: flex; align-items: center; justify-content: space-between; min-height: 76px; gap: 1rem; }
.brand { display: inline-flex; align-items: center; gap: .65rem; color: #fff; font-weight: 700; }
.brand-mark {
  width: 38px; height: 38px; border-radius: 50%; background: linear-gradient(135deg, var(--primary), #fb923c);
  display: grid; place-items: center; color: #fff; font-size: .85rem;
}
.brand-text { font-size: .9rem; max-width: 240px; line-height: 1.2; }
.main-nav ul { list-style: none; display: flex; gap: 1rem; }
.main-nav a { color: var(--text-light); padding: .45rem .65rem; border-radius: 8px; transition: .25s; }
.main-nav a:hover, .main-nav a:focus-visible, .main-nav a.active { background: rgba(255,255,255,.12); }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: .78rem 1.1rem; border-radius: 10px; font-weight: 600;
  border: 1px solid transparent; transition: .25s ease;
}
.btn-primary { background: linear-gradient(135deg, var(--primary), var(--primary-dark)); color: #fff; box-shadow: var(--shadow-soft); }
.btn-primary:hover, .btn-primary:focus-visible { transform: translateY(-1px); filter: brightness(1.05); }
.btn-outline { border-color: #cbd5e1; color: #0f172a; background: #fff; }
.btn-outline:hover, .btn-outline:focus-visible { border-color: var(--primary); color: var(--primary-dark); }
.menu-toggle { display: none; background: transparent; border: 0; cursor: pointer; }
.menu-toggle span { display: block; width: 24px; height: 2px; background: #fff; margin: 5px 0; }
.hero {
  background: radial-gradient(100% 120% at 0% 0%, #1e293b, #0b1220);
  color: #fff; padding: 5.5rem 0 4.2rem;
}
.hero-grid { display: grid; gap: 2rem; align-items: center; }
.kicker { color: #fed7aa; font-weight: 600; margin-bottom: .5rem; }
h1 { font-size: clamp(1.8rem, 2.6vw, 3rem); line-height: 1.15; margin-bottom: 1rem; }
h2 { font-size: clamp(1.35rem, 2vw, 2rem); margin-bottom: 1rem; color: #0f172a; }
h3 { font-size: 1.08rem; margin-bottom: .45rem; }
.hero p { color: #dbeafe; }
.hero-actions { margin: 1.25rem 0; display: flex; flex-wrap: wrap; gap: .75rem; }
.hero-highlights { list-style: none; display: grid; gap: .4rem; color: #cbd5e1; font-size: .95rem; }
section { padding: 3.8rem 0; }
.card-grid, .service-grid { display: grid; gap: 1rem; }
.card, .service-card {
  background: var(--card); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 1.2rem; box-shadow: var(--shadow-soft);
}
.steps { background: #e2e8f0; }
.steps-list { list-style: none; display: grid; gap: .85rem; }
.faq-wrap { max-width: 860px; }
.accordion-item {
  border: 1px solid var(--border); border-radius: var(--radius-sm); overflow: hidden; background: #fff; margin-bottom: .75rem;
}
.accordion-trigger {
  width: 100%; text-align: left; border: 0; background: #fff; padding: 1rem; font-weight: 600; cursor: pointer;
}
.accordion-content { display: none; padding: 0 1rem 1rem; color: #334155; }
.accordion-item.open .accordion-content { display: block; }
.cta-box {
  background: linear-gradient(135deg, #0f172a, #1e293b);
  color: #fff; padding: 2rem; border-radius: var(--radius); text-align: center; box-shadow: var(--shadow);
}
.site-footer { background: #020617; color: #e2e8f0; padding-top: 2.5rem; }
.footer-grid { display: grid; gap: 1.2rem; }
.footer-links { list-style: none; display: grid; gap: .35rem; }
.site-footer a { color: #cbd5e1; }
.site-footer a:hover, .site-footer a:focus-visible { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); margin-top: 1.25rem; padding: 1rem 0 1.4rem; font-size: .92rem; }
.page-hero { background: linear-gradient(145deg, #0f172a, #1e293b); color: #fff; padding: 4.2rem 0 2.8rem; }
.legal-layout { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow-soft); padding: 1.2rem; }
.legal-layout h2 { margin-top: 1rem; }
.legal-layout p, .legal-layout li { color: #334155; }
.legal-layout ul { padding-left: 1rem; margin: .45rem 0 1rem; }
.contact-grid { display: grid; gap: 1.2rem; }
.form-card, .contact-card { background: #fff; border-radius: var(--radius); border: 1px solid var(--border); padding: 1.2rem; box-shadow: var(--shadow-soft); }
label { display: block; font-weight: 600; margin-bottom: .35rem; }
input, textarea {
  width: 100%; border: 1px solid #cbd5e1; border-radius: 10px; padding: .8rem; font: inherit; margin-bottom: .8rem;
}
input:focus, textarea:focus { outline: 2px solid #fdba74; border-color: var(--primary); }
.form-message { margin-top: .6rem; font-size: .95rem; }
.form-message.error { color: #b91c1c; }
.form-message.success { color: #166534; }
.back-to-top {
  position: fixed; right: 1rem; bottom: 1rem; width: 44px; height: 44px; border-radius: 50%; border: 0;
  background: var(--primary); color: #fff; font-size: 1.2rem; display: none; cursor: pointer; box-shadow: var(--shadow);
}
.back-to-top.show { display: grid; place-items: center; }
.section-reveal { opacity: 0; transform: translateY(14px); transition: .5s ease; }
.section-reveal.visible { opacity: 1; transform: none; }
@media (min-width: 760px) {
  .hero-grid { grid-template-columns: 1.05fr .95fr; }
  .card-grid, .service-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .contact-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 920px) {
  .menu-toggle { display: inline-block; }
  .main-nav {
    position: absolute; top: 76px; left: 0; right: 0; background: #0b1220; border-bottom: 1px solid rgba(255,255,255,.1);
    max-height: 0; overflow: hidden; transition: max-height .3s ease;
  }
  .main-nav.open { max-height: 280px; }
  .main-nav ul { flex-direction: column; padding: .75rem 1rem 1rem; }
  .nav-cta { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
