/* Nexta — Custom styles (Bootstrap-friendly) */
:root{
  --nx-bg: #1a1410;
  --nx-card: #241b16;
  --nx-soft: #201815;
  --nx-text: #fff3e7;
  --nx-muted: rgba(255,243,231,.78);
  --nx-line: rgba(255,255,255,.12);
  --nx-accent: #34d399;   /* emerald */
  --nx-accent2: #fb7185;  /* coral/pink */
  --nx-warm: #fbbf24;     /* amber */
}

html{ font-size: 16px; scroll-behavior: smooth; }
body.nx-body{
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background:
    radial-gradient(1100px 780px at 18% -12%, rgba(52,211,153,.18), transparent 60%),
    radial-gradient(950px 720px at 92% 14%, rgba(251,113,133,.16), transparent 55%),
    radial-gradient(780px 620px at 60% 120%, rgba(251,191,36,.10), transparent 55%),
    var(--nx-bg);
  color: var(--nx-text);
}

a{ color: var(--nx-accent); text-decoration: none; }
a:hover{ color: #a7f3d0; }

.nx-nav{ background: rgba(26,20,16,.72); border-bottom: 1px solid var(--nx-line); backdrop-filter: blur(10px); }
.nx-badge{
  width: 36px; height: 36px; border-radius: 12px;
  display: grid; place-items: center;
  background: linear-gradient(135deg, rgba(52,211,153,.22), rgba(251,113,133,.14));
  border: 1px solid var(--nx-line);
}

.btn-nx{
  --bs-btn-color: #1a1410;
  --bs-btn-bg: var(--nx-accent);
  --bs-btn-border-color: var(--nx-accent);
  --bs-btn-hover-bg: #6ee7b7;
  --bs-btn-hover-border-color: #6ee7b7;
  --bs-btn-hover-color: #1a1410;
  --bs-btn-focus-shadow-rgb: 52,211,153;
  border-radius: 14px;
  font-weight: 600;
}
.btn{ border-radius: 14px; }
.btn-outline-light{ border-color: rgba(255,255,255,.40); }

.nx-hero{
  padding: 56px 0 24px;
  position: relative;
}
.nx-kicker{
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .4rem .75rem;
  border-radius: 999px;
  border: 1px solid var(--nx-line);
  background: rgba(255,255,255,.05);
  color: var(--nx-muted);
  font-weight: 600;
}
.text-white-75{ color: rgba(255,255,255,.75) !important; }

.nx-hero-card{
  position: relative;
  border-radius: 24px;
  border: 1px solid var(--nx-line);
  overflow: hidden;
  box-shadow: 0 18px 60px rgba(0,0,0,.35);
}
.nx-hero-img{ width: 100%; height: auto; display:block; }
.nx-hero-overlay{
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.nx-chip{
  display: inline-flex;
  align-items: center;
  padding: .45rem .7rem;
  border-radius: 999px;
  background: rgba(26,20,16,.78);
  border: 1px solid var(--nx-line);
  color: rgba(255,255,255,.92);
  font-weight: 600;
  font-size: .95rem;
}

.nx-mini{
  display:flex; gap:.75rem; align-items:center;
  padding:.85rem 1rem;
  border-radius: 18px;
  border: 1px solid var(--nx-line);
  background: rgba(255,255,255,.04);
}
.nx-mini-ic{
  width: 42px; height: 42px; border-radius: 16px;
  display:grid; place-items:center;
  background: rgba(52,211,153,.14);
  border: 1px solid var(--nx-line);
}

.nx-section{ position: relative; }
.nx-section-alt{
  background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.02));
  border-top: 1px solid var(--nx-line);
  border-bottom: 1px solid var(--nx-line);
}
.nx-eyebrow{
  display:inline-flex; align-items:center;
  gap:.5rem;
  color: rgba(255,255,255,.78);
  font-weight: 700;
  letter-spacing: .02em;
}
.nx-note{
  display:inline-flex; align-items:center; gap:.5rem;
  padding: .55rem .8rem;
  border-radius: 16px;
  border: 1px solid var(--nx-line);
  background: rgba(255,255,255,.04);
  color: rgba(255,255,255,.80);
}

.nx-card{
  border-radius: 24px;
  border: 1px solid var(--nx-line);
  background: rgba(255,255,255,.04);
  box-shadow: 0 12px 40px rgba(0,0,0,.22);
}
.nx-ic{
  width: 54px; height: 54px;
  border-radius: 20px;
  display:grid; place-items:center;
  background: linear-gradient(135deg, rgba(52,211,153,.18), rgba(251,113,133,.12));
  border: 1px solid var(--nx-line);
  margin-bottom: 14px;
  font-size: 1.2rem;
}
.nx-card-top{
  display:flex; align-items:center; justify-content:space-between;
  gap: 12px;
  margin-bottom: 10px;
}
.badge.text-bg-light{
  background: rgba(255,255,255,.08) !important;
  border: 1px solid var(--nx-line);
  color: rgba(255,255,255,.80) !important;
}

.nx-img-shadow{ box-shadow: 0 18px 60px rgba(0,0,0,.35); }

.nx-pill{
  display:flex; gap:.9rem; align-items:flex-start;
  padding: 1rem 1.05rem;
  border-radius: 20px;
  border: 1px solid var(--nx-line);
  background: rgba(255,255,255,.03);
}
.nx-pill i{
  width: 42px; height: 42px;
  display:grid; place-items:center;
  border-radius: 16px;
  background: rgba(251,191,36,.14);
  border: 1px solid var(--nx-line);
}

.nx-callout{
  display:flex; gap:.75rem; align-items:flex-start;
  padding: 1rem 1.05rem;
  border-radius: 20px;
  background: rgba(52,211,153,.10);
  border: 1px solid rgba(52,211,153,.22);
  color: rgba(255,255,255,.88);
}
.nx-callout i{ margin-top: .2rem; }

.nx-timeline{ position: relative; padding-left: 14px; }
.nx-timeline:before{
  content:"";
  position:absolute; left: 8px; top: 8px; bottom: 8px;
  width: 2px; background: rgba(255,255,255,.14);
  border-radius: 2px;
}
.nx-step{ position: relative; display:flex; gap: 16px; margin-bottom: 16px; }
.nx-step-dot{
  width: 18px; height: 18px;
  border-radius: 999px;
  background: var(--nx-accent);
  box-shadow: 0 0 0 4px rgba(52,211,153,.18);
  position: relative; top: 14px;
  flex: 0 0 auto;
}
.nx-step-card{
  flex: 1 1 auto;
  padding: 1rem 1.05rem;
  border-radius: 20px;
  border: 1px solid var(--nx-line);
  background: rgba(255,255,255,.04);
}
.nx-step-title{ font-weight: 800; }

.nx-stat{
  padding: 1rem 1.05rem;
  border-radius: 20px;
  border: 1px solid var(--nx-line);
  background: rgba(255,255,255,.03);
  text-align:center;
}
.nx-stat-num{ font-size: 2rem; font-weight: 900; line-height: 1; color: var(--nx-warm); }

.nx-quote{
  padding: 1.2rem 1.2rem;
  border-radius: 24px;
  border: 1px solid var(--nx-line);
  background: rgba(255,255,255,.04);
}
.nx-avatar{
  width: 52px; height: 52px;
  border-radius: 18px;
  object-fit: cover;
  border: 1px solid var(--nx-line);
}

.nx-accordion .accordion-item{
  background: rgba(255,255,255,.03);
  border: 1px solid var(--nx-line);
  border-radius: 18px;
  overflow: hidden;
  margin-bottom: 12px;
}
.nx-accordion .accordion-button{
  background: transparent;
  color: rgba(255,255,255,.92);
  font-weight: 700;
  border: 0;
  text-align: left;
  width: 100%;
}
.nx-accordion .accordion-body{ color: rgba(255,255,255,.80); }
.nx-accordion .accordion-button:focus{ box-shadow: none; }

.nx-contact-card{
  padding: 1.1rem 1.1rem;
  border-radius: 24px;
  border: 1px solid var(--nx-line);
  background: rgba(255,255,255,.04);
}
.nx-contact-row{
  display:flex; gap:.75rem; align-items:flex-start;
  color: rgba(255,255,255,.88);
  margin-bottom: 10px;
}
.nx-contact-row:last-child{ margin-bottom: 0; }
.nx-contact-row i{ margin-top: .15rem; color: rgba(255,255,255,.70); }
.nx-contact-row span{ color: rgba(255,255,255,.70); }

.nx-footer{
  background: rgba(0,0,0,.28);
  border-top: 1px solid var(--nx-line);
}
.nx-footer-title{ font-size: 1.05rem; margin-bottom: .9rem; }
.nx-links a{ color: rgba(255,255,255,.72); }
.nx-links a:hover{ color: rgba(255,255,255,.92); }
.nx-social{
  width: 42px; height: 42px;
  border-radius: 16px;
  display:grid; place-items:center;
  border: 1px solid var(--nx-line);
  background: rgba(255,255,255,.04);
  color: rgba(255,255,255,.85);
}
.nx-social:hover{ background: rgba(255,255,255,.07); color: rgba(255,255,255,.95); }
.nx-hr{ border-color: rgba(255,255,255,.12); }

.nx-page-hero{
  padding: 52px 0 28px;
  border-bottom: 1px solid var(--nx-line);
  background:
    radial-gradient(900px 620px at 15% -20%, rgba(52,211,153,.16), transparent 60%),
    radial-gradient(840px 620px at 95% 10%, rgba(251,113,133,.14), transparent 55%),
    rgba(255,255,255,.02);
}

.nx-side{
  border: 1px solid var(--nx-line);
  background: rgba(255,255,255,.03);
}

.form-control, .form-check-input{
  border-radius: 14px;
  border-color: rgba(255,255,255,.18);
  background: rgba(26,20,16,.58);
  color: rgba(255,255,255,.92);
}
.form-control:focus{
  border-color: rgba(52,211,153,.55);
  box-shadow: 0 0 0 .25rem rgba(52,211,153,.14);
}
.form-label{ color: rgba(255,255,255,.82); font-weight: 700; }
.form-check-label{ color: rgba(255,255,255,.72); }

.nx-cookie{
  position: fixed;
  left: 0; right: 0; bottom: 0;
  padding: 12px 0;
  background: rgba(26,20,16,.88);
  border-top: 1px solid var(--nx-line);
  backdrop-filter: blur(10px);
  z-index: 30;
}
.nx-cookie-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 16px;
  padding: 14px 16px;
  border-radius: 20px;
  border: 1px solid var(--nx-line);
  background: rgba(255,255,255,.04);
}
.nx-cookie-ic{
  width: 44px; height: 44px;
  border-radius: 18px;
  display:grid; place-items:center;
  background: rgba(251,191,36,.14);
  border: 1px solid var(--nx-line);
  flex: 0 0 auto;
}

.nx-modal{
  position: fixed;
  inset: 0;
  display: none;
  z-index: 40;
}
.nx-modal.is-open{ display: block; }
.nx-modal-backdrop{
  position:absolute; inset:0;
  background: rgba(0,0,0,.55);
}
.nx-modal-card{
  position: relative;
  width: min(560px, calc(100% - 24px));
  margin: 14vh auto 0;
  background: rgba(255,255,255,.98);
  color: #1a1410;
  border-radius: 20px;
  padding: 18px 18px;
  box-shadow: 0 20px 80px rgba(0,0,0,.45);
}
.nx-modal-eyebrow{
  font-weight: 800;
  color: #1a1410;
  opacity: .8;
}

/* New components for added content */
.nx-micro{
  display:flex;
  gap: 12px;
  align-items:flex-start;
  padding: 12px 14px;
  border-radius: 18px;
  border: 1px solid var(--nx-line);
  background: rgba(255,255,255,.03);
}
.nx-micro-day{
  width: 42px; height: 42px;
  border-radius: 16px;
  display:grid; place-items:center;
  font-weight: 900;
  background: rgba(52,211,153,.14);
  border: 1px solid var(--nx-line);
}
.nx-man{
  display:flex; gap: 12px; align-items:flex-start;
  padding: 12px 0;
  border-bottom: 1px dashed rgba(0,0,0,.10);
}
.nx-man:last-child{ border-bottom: 0; padding-bottom: 0; }
.nx-man-dot{
  width: 34px; height: 34px;
  border-radius: 14px;
  display:grid; place-items:center;
  background: rgba(52,211,153,.16);
}

@media (max-width: 991px){
  .nx-cookie-inner{ flex-direction: column; align-items: stretch; }
  .nx-hero{ padding-top: 36px; }
  .nx-hero-overlay{ position: static; padding: 12px 12px 16px; background: rgba(0,0,0,.22); }
  .nx-chip{ font-size: .9rem; }
}
