/* ============================================
   ANIMUS LIBER — STYLESHEET
   Design: Dark Luxury / Web3 Minimalism
============================================ */

:root {
  --bg: #080B10;
  --bg2: #0C1018;
  --bg3: #111620;
  --surface: #141820;
  --surface2: #1A2030;
  --border: rgba(255,255,255,0.07);
  --border2: rgba(255,255,255,0.12);
  --gold: #C8A96E;
  --gold2: #E0C890;
  --purple: #7B6FA0;
  --purple2: #9B8BBF;
  --text: #F0EDE8;
  --text2: #A8A5A0;
  --text3: #6B6865;
  --gradient: linear-gradient(135deg, #C8A96E 0%, #9B8BBF 100%);
  --gradient2: linear-gradient(135deg, #C8A96E40, #7B6FA020);
  --r: 12px;
  --r2: 20px;
  --max: 1200px;
  --trans: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

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

html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }

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

/* ---- UTILITY ---- */
.container { max-width: var(--max); margin: 0 auto; padding: 0 24px; }

.btn {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: 'Syne', sans-serif;
  font-weight: 600; font-size: 0.9rem; letter-spacing: 0.02em;
  padding: 12px 24px; border-radius: 100px;
  cursor: pointer; border: none; text-decoration: none;
  transition: all var(--trans);
  white-space: nowrap;
}
.btn--primary {
  background: var(--gradient);
  color: #080B10;
}
.btn--primary:hover { opacity: 0.88; transform: translateY(-1px); box-shadow: 0 8px 24px rgba(200,169,110,0.3); }
.btn--outline {
  border: 1px solid var(--border2);
  color: var(--text);
  background: transparent;
}
.btn--outline:hover { border-color: var(--gold); color: var(--gold); }
.btn--ghost {
  background: transparent; color: var(--text2); padding: 12px 0;
}
.btn--ghost:hover { color: var(--text); }
.btn--ghost .arrow { transition: transform var(--trans); }
.btn--ghost:hover .arrow { transform: translateX(4px); }
.btn--sm { padding: 9px 20px; font-size: 0.82rem; }
.btn--full { width: 100%; justify-content: center; }
.btn--card {
  background: transparent; color: var(--gold);
  border: 1px solid rgba(200,169,110,0.3);
  padding: 10px 20px; font-size: 0.85rem;
}
.btn--card:hover { background: rgba(200,169,110,0.1); border-color: var(--gold); }
.btn--card-featured {
  background: var(--gradient); color: #080B10;
  border: none;
}
.btn--card-featured:hover { opacity: 0.88; transform: translateY(-1px); }

.section__label {
  font-family: 'Syne', sans-serif; font-size: 0.78rem; font-weight: 600;
  letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 12px;
}
.section__title {
  font-family: 'Syne', sans-serif; font-weight: 700;
  font-size: clamp(1.8rem, 4vw, 2.8rem); line-height: 1.15;
  color: var(--text);
}
.section__desc {
  color: var(--text2); font-size: 1.05rem; max-width: 560px;
  margin-top: 16px; line-height: 1.7;
}
.section__header {
  text-align: center; margin-bottom: 64px;
}
.section__header .section__desc { margin: 16px auto 0; }

/* ---- NAV ---- */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 999;
  padding: 0;
  transition: background var(--trans), border-color var(--trans);
}
.nav.scrolled {
  background: rgba(8,11,16,0.92);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border);
}
.nav__inner {
  max-width: var(--max); margin: 0 auto; padding: 0 24px;
  display: flex; align-items: center; gap: 32px;
  height: 72px;
}
.nav__logo {
  display: flex; align-items: center; gap: 10px;
  text-decoration: none; color: var(--text);
  font-family: 'Syne', sans-serif; font-weight: 700; font-size: 1.1rem;
  flex-shrink: 0;
}
.nav__links {
  display: flex; list-style: none; gap: 32px; margin-left: auto;
}
.nav__links a {
  text-decoration: none; color: var(--text2); font-size: 0.9rem;
  transition: color var(--trans);
}
.nav__links a:hover, .nav__links a.active { color: var(--text); }
.nav__hamburger {
  display: none; flex-direction: column; gap: 5px;
  background: none; border: none; cursor: pointer; padding: 4px; margin-left: auto;
}
.nav__hamburger span {
  display: block; width: 22px; height: 1.5px;
  background: var(--text); transition: all var(--trans);
}
.nav__mobile {
  display: none; background: var(--bg2);
  border-top: 1px solid var(--border); padding: 16px 24px 24px;
}
.nav__mobile.open { display: block; }
.nav__mobile ul { list-style: none; }
.nav__mobile li { border-bottom: 1px solid var(--border); }
.nav__mobile a {
  display: block; padding: 14px 0; text-decoration: none;
  color: var(--text2); font-size: 0.95rem;
}

/* ---- HERO ---- */
.hero {
  min-height: 100vh; display: flex; align-items: center;
  position: relative; overflow: hidden; padding: 120px 0 80px;
}
.hero__bg {
  position: absolute; inset: 0; z-index: 0;
}
.hero__grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse at center, black 20%, transparent 80%);
}
.orb {
  position: absolute; border-radius: 50%;
  filter: blur(80px); pointer-events: none;
}
.orb--1 {
  width: 600px; height: 600px; top: -100px; right: -200px;
  background: rgba(200,169,110,0.07);
}
.orb--2 {
  width: 500px; height: 500px; bottom: 0; left: -150px;
  background: rgba(123,111,160,0.08);
}
.orb--3 {
  width: 300px; height: 300px; top: 40%; left: 50%;
  background: rgba(200,169,110,0.04);
}
.hero__inner {
  position: relative; z-index: 1;
}
.hero__badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(200,169,110,0.08);
  border: 1px solid rgba(200,169,110,0.2);
  color: var(--gold); border-radius: 100px;
  padding: 6px 16px; font-size: 0.8rem;
  font-family: 'Syne', sans-serif; font-weight: 600; letter-spacing: 0.05em;
  margin-bottom: 28px;
  animation: fadeUp 0.8s ease both;
}
.dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--gold);
  animation: pulse 2s ease infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.4; transform: scale(0.8); }
}
.hero__title {
  font-family: 'Syne', sans-serif; font-weight: 800;
  font-size: clamp(2.6rem, 7vw, 5.5rem); line-height: 1.05;
  letter-spacing: -0.02em; margin-bottom: 28px;
  animation: fadeUp 0.8s 0.1s ease both;
}
.hero__title em {
  font-style: normal;
  background: var(--gradient);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero__sub {
  font-size: 1.15rem; color: var(--text2); max-width: 560px;
  line-height: 1.75; margin-bottom: 40px;
  animation: fadeUp 0.8s 0.2s ease both;
}
.hero__cta {
  display: flex; align-items: center; gap: 24px; flex-wrap: wrap;
  margin-bottom: 64px;
  animation: fadeUp 0.8s 0.3s ease both;
}
.hero__stats {
  display: flex; align-items: center; gap: 32px; flex-wrap: wrap;
  animation: fadeUp 0.8s 0.4s ease both;
}
.stat { display: flex; flex-direction: column; gap: 2px; }
.stat__n {
  font-family: 'Syne', sans-serif; font-weight: 700; font-size: 1.5rem;
  background: var(--gradient); -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; background-clip: text;
}
.stat__l { font-size: 0.78rem; color: var(--text3); letter-spacing: 0.02em; }
.stat__div { width: 1px; height: 40px; background: var(--border2); }
.hero__scroll {
  position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--text3);
}
.hero__scrollline {
  width: 1px; height: 48px;
  background: linear-gradient(to bottom, var(--gold), transparent);
  animation: scrollPulse 2s ease infinite;
}
@keyframes scrollPulse {
  0% { transform: scaleY(0); transform-origin: top; }
  50% { transform: scaleY(1); transform-origin: top; }
  51% { transform: scaleY(1); transform-origin: bottom; }
  100% { transform: scaleY(0); transform-origin: bottom; }
}

/* ---- MARQUEE ---- */
.marquee {
  background: var(--surface); border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border); overflow: hidden; padding: 16px 0;
}
.marquee__track {
  display: flex; gap: 32px; align-items: center;
  white-space: nowrap;
  animation: scroll 30s linear infinite;
}
.marquee__track span {
  font-family: 'Syne', sans-serif; font-size: 0.82rem; font-weight: 600;
  letter-spacing: 0.05em; text-transform: uppercase; color: var(--text2);
  flex-shrink: 0;
}
.marquee__track .sep { color: var(--gold); font-size: 0.6rem; }
@keyframes scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ---- SERVICES ---- */
.services {
  padding: 120px 0;
}
.services__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.service-card {
  background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--r2); padding: 36px 32px 28px;
  display: flex; flex-direction: column; gap: 0;
  transition: all var(--trans); position: relative; overflow: hidden;
}
.service-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: var(--gradient); opacity: 0;
  transition: opacity var(--trans);
}
.service-card:hover { border-color: rgba(200,169,110,0.25); transform: translateY(-4px); }
.service-card:hover::before { opacity: 1; }
.service-card--featured {
  background: var(--surface2);
  border-color: rgba(200,169,110,0.2);
}
.service-card--featured::before { opacity: 0.6; }
.service-card__badge {
  position: absolute; top: 20px; right: 20px;
  background: var(--gradient); color: #080B10;
  font-family: 'Syne', sans-serif; font-weight: 700; font-size: 0.7rem;
  letter-spacing: 0.05em; text-transform: uppercase;
  padding: 4px 12px; border-radius: 100px;
}
.service-card__tag {
  font-family: 'Syne', sans-serif; font-weight: 700; font-size: 0.7rem;
  letter-spacing: 0.15em; color: var(--text3); margin-bottom: 20px;
}
.service-card__icon {
  color: var(--gold); margin-bottom: 20px;
}
.service-card__title {
  font-family: 'Syne', sans-serif; font-weight: 700; font-size: 1.25rem;
  margin-bottom: 12px; color: var(--text);
}
.service-card__desc {
  color: var(--text2); font-size: 0.92rem; line-height: 1.7;
  margin-bottom: 24px;
}
.service-card__list {
  list-style: none; margin-bottom: 28px; flex: 1;
}
.service-card__list li {
  font-size: 0.88rem; color: var(--text2); padding: 7px 0;
  border-bottom: 1px solid var(--border);
  display: flex; align-items: center; gap: 10px;
}
.service-card__list li::before {
  content: ''; width: 5px; height: 5px; border-radius: 50%;
  background: var(--gold); flex-shrink: 0;
}
.service-card__footer {
  display: flex; align-items: center; gap: 8px; margin-top: 8px;
}
.service-card__from {
  font-size: 0.78rem; color: var(--text3);
}
.service-card__price {
  font-family: 'Syne', sans-serif; font-weight: 700; font-size: 1.5rem;
  color: var(--text); flex: 1;
}
.service-card__price small {
  font-size: 0.8rem; color: var(--text3); font-weight: 400;
}

/* ---- ABOUT ---- */
.about { padding: 120px 0; background: var(--bg2); }
.about__inner {
  display: grid; grid-template-columns: 1fr 1.2fr; gap: 80px; align-items: center;
}
.about__visual {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
.about__card {
  background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--r2); padding: 28px 24px;
  transition: border-color var(--trans);
}
.about__card:hover { border-color: var(--border2); }
.about__card--main {
  grid-column: 1 / -1;
}
.about__card-icon { margin-bottom: 16px; }
.about__card-label {
  font-size: 0.75rem; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--gold); font-family: 'Syne', sans-serif; font-weight: 600;
  margin-bottom: 8px;
}
.about__card-text {
  font-family: 'Syne', sans-serif; font-weight: 600; font-size: 1.05rem;
  line-height: 1.5;
}
.about__card--stat {
  display: flex; flex-direction: column; gap: 8px; justify-content: center;
}
.about__card-big {
  font-family: 'Syne', sans-serif; font-weight: 800; font-size: 2.5rem;
  background: var(--gradient); -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; background-clip: text;
}
.about__card-sub {
  font-size: 0.82rem; color: var(--text2);
}
.about__card--accent {
  display: flex; flex-direction: column; gap: 8px; justify-content: center;
  background: var(--gradient2); border-color: rgba(200,169,110,0.15);
}
.about__card-emoji { font-size: 2rem; }
.about__p {
  color: var(--text2); font-size: 1.02rem; line-height: 1.75;
  margin-top: 20px;
}
.about__p em { color: var(--gold); font-style: italic; }
.about__pillars { margin-top: 32px; display: flex; flex-direction: column; gap: 16px; }
.pillar {
  display: flex; align-items: flex-start; gap: 16px;
  padding: 16px; background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--r);
}
.pillar__icon { font-size: 1.4rem; flex-shrink: 0; }
.pillar strong { font-family: 'Syne', sans-serif; font-size: 0.95rem; }
.pillar p { font-size: 0.85rem; color: var(--text2); margin-top: 2px; }

/* ---- PROCESS ---- */
.process { padding: 120px 0; }
.process__steps {
  display: flex; align-items: flex-start; gap: 0;
  max-width: 960px; margin: 0 auto;
}
.process__step {
  flex: 1; text-align: center; padding: 0 16px;
}
.process__num {
  width: 56px; height: 56px; border-radius: 50%;
  border: 1px solid var(--border2);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Syne', sans-serif; font-weight: 700; font-size: 0.85rem;
  color: var(--gold); margin: 0 auto 20px;
  background: var(--surface);
}
.process__content h4 {
  font-family: 'Syne', sans-serif; font-weight: 700; font-size: 1rem;
  margin-bottom: 8px;
}
.process__content p {
  font-size: 0.88rem; color: var(--text2); line-height: 1.65;
}
.process__line {
  flex-shrink: 0; width: 48px; height: 1px;
  background: var(--border2); margin-top: 28px;
}

/* ---- CONTACT ---- */
.contact { padding: 120px 0; background: var(--bg2); }
.contact__inner {
  display: grid; grid-template-columns: 1fr 1.2fr; gap: 80px; align-items: start;
}
.contact__sub {
  color: var(--text2); font-size: 1rem; line-height: 1.7; margin-top: 16px;
}
.contact__info { margin-top: 40px; display: flex; flex-direction: column; gap: 16px; }
.contact__info-item {
  display: flex; align-items: center; gap: 12px;
  font-size: 0.9rem; color: var(--text2);
}
.contact__info-item svg { color: var(--gold); flex-shrink: 0; }
.contact__form {
  background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--r2); padding: 40px;
  display: flex; flex-direction: column; gap: 20px;
}
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form__field { display: flex; flex-direction: column; gap: 8px; }
.form__field label {
  font-size: 0.82rem; font-family: 'Syne', sans-serif; font-weight: 600;
  color: var(--text2); letter-spacing: 0.02em;
}
.form__field input,
.form__field select,
.form__field textarea {
  background: var(--bg); border: 1px solid var(--border);
  border-radius: var(--r); padding: 12px 16px;
  color: var(--text); font-family: 'DM Sans', sans-serif; font-size: 0.92rem;
  transition: border-color var(--trans);
  outline: none; resize: vertical;
}
.form__field input:focus,
.form__field select:focus,
.form__field textarea:focus {
  border-color: var(--gold);
}
.form__field select { cursor: pointer; }
.form__field select option { background: var(--bg2); }
.form__check {
  display: flex; align-items: flex-start; gap: 12px;
  font-size: 0.85rem; color: var(--text2);
}
.form__check input { margin-top: 3px; accent-color: var(--gold); flex-shrink: 0; }
.form__check a { color: var(--gold); text-decoration: none; }
.form__check a:hover { text-decoration: underline; }
.form__msg {
  font-size: 0.88rem; padding: 12px 16px; border-radius: var(--r);
  display: none;
}
.form__msg.success {
  display: block; background: rgba(100,200,100,0.1);
  border: 1px solid rgba(100,200,100,0.3); color: #7EC87E;
}
.form__msg.error {
  display: block; background: rgba(200,80,80,0.1);
  border: 1px solid rgba(200,80,80,0.3); color: #E07878;
}

/* ---- FOOTER ---- */
.footer { background: var(--bg); border-top: 1px solid var(--border); }
.footer__top {
  display: grid; grid-template-columns: 1fr 2fr; gap: 64px;
  padding: 64px 0 48px;
}
.footer__tagline {
  color: var(--text3); font-size: 0.88rem; line-height: 1.65;
  margin-top: 16px;
}
.footer__nav { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.footer__col h5 {
  font-family: 'Syne', sans-serif; font-weight: 700; font-size: 0.82rem;
  letter-spacing: 0.08em; text-transform: uppercase; color: var(--text3);
  margin-bottom: 16px;
}
.footer__col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer__col a {
  text-decoration: none; color: var(--text2); font-size: 0.88rem;
  transition: color var(--trans);
}
.footer__col a:hover { color: var(--text); }
.footer__bottom {
  border-top: 1px solid var(--border); padding: 24px 0;
  display: flex; flex-direction: column; gap: 8px;
}
.footer__address {
  font-size: 0.82rem; color: var(--text2);
}
.footer__legal {
  display: flex; flex-direction: column; gap: 4px;
}
.footer__legal span { font-size: 0.78rem; color: var(--text3); }
.footer__disc { font-size: 0.74rem !important; font-style: italic; }

/* ---- LEGAL PAGE ---- */
.legal-page {
  padding-top: 120px; padding-bottom: 80px;
  min-height: 100vh;
}
.legal-page__header {
  text-align: center; margin-bottom: 64px; padding-top: 32px;
}
.legal-page__header h1 {
  font-family: 'Syne', sans-serif; font-weight: 800;
  font-size: clamp(2rem, 5vw, 3.5rem); margin: 12px 0;
}
.legal-page__meta { color: var(--text3); font-size: 0.85rem; }
.legal-page__body {
  max-width: 780px; margin: 0 auto;
}
.legal-intro {
  background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--r2); padding: 32px; margin-bottom: 48px;
}
.legal-intro p { color: var(--text2); line-height: 1.75; margin-bottom: 12px; }
.legal-intro p:last-child { margin-bottom: 0; }
.legal-box {
  background: var(--gradient2); border: 1px solid rgba(200,169,110,0.2);
  border-radius: var(--r2); padding: 28px 32px; margin-bottom: 40px;
}
.legal-box__title {
  font-family: 'Syne', sans-serif; font-weight: 700; font-size: 1.05rem;
  margin-bottom: 8px;
}
.legal-box__subtitle { font-size: 0.9rem; color: var(--text2); }
.legal-page__body h2 {
  font-family: 'Syne', sans-serif; font-weight: 700; font-size: 1.3rem;
  margin: 40px 0 16px; color: var(--text);
  border-bottom: 1px solid var(--border); padding-bottom: 10px;
}
.legal-page__body h3 {
  font-family: 'Syne', sans-serif; font-weight: 600; font-size: 1.05rem;
  margin: 24px 0 10px; color: var(--gold);
}
.legal-page__body p {
  color: var(--text2); line-height: 1.8; margin-bottom: 12px; font-size: 0.95rem;
}
.legal-party {
  background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--r); padding: 20px 24px; margin: 16px 0 24px;
}
.legal-party address { font-style: normal; font-size: 0.92rem; line-height: 1.8; color: var(--text2); }
.legal-footer-note {
  background: var(--surface2); border: 1px solid var(--border2);
  border-radius: var(--r2); padding: 24px 28px; margin-top: 48px;
  text-align: center;
}
.legal-footer-note p {
  color: var(--text2); font-size: 0.9rem; margin-bottom: 0;
}

/* ---- ANIMATIONS ---- */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ---- RESPONSIVE ---- */
@media (max-width: 1024px) {
  .services__grid { grid-template-columns: 1fr 1fr; }
  .service-card--1 { grid-column: 1 / -1; }
  .about__inner { grid-template-columns: 1fr; gap: 48px; }
  .about__visual { max-width: 520px; }
  .contact__inner { grid-template-columns: 1fr; gap: 48px; }
  .footer__top { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .nav__links, .nav > .btn { display: none; }
  .nav__hamburger { display: flex; }
  .services__grid { grid-template-columns: 1fr; }
  .service-card--1 { grid-column: auto; }
  .process__steps { flex-direction: column; align-items: center; gap: 24px; }
  .process__line { width: 1px; height: 32px; }
  .form__row { grid-template-columns: 1fr; }
  .hero__cta { flex-direction: column; align-items: flex-start; }
  .hero__stats { gap: 20px; }
  .stat__div { display: none; }
  .footer__nav { grid-template-columns: 1fr 1fr; }
  .contact__form { padding: 28px 20px; }
}
@media (max-width: 480px) {
  .footer__nav { grid-template-columns: 1fr; }
  .about__visual { grid-template-columns: 1fr; }
  .about__card--main { grid-column: auto; }
}
