/* ================================================================
   JURIJIW ESTUDIO CONTABLE — Main CSS (Landing + Auth)
   "Yankee" premium dark navy & gold design
   ================================================================ */

:root {
  --navy-900: #050d1a;
  --navy-800: #0a1628;
  --navy-700: #0d1b2a;
  --navy-600: #111f35;
  --navy-500: #192843;
  --gold: #c9a84c;
  --gold-light: #e4c882;
  --gold-dark: #a08030;
  --white: #ffffff;
  --gray-100: #f0f0f0;
  --gray-300: #aab0b8;
  --gray-600: #6c757d;
  --success: #198754;
  --danger: #dc3545;
  --shadow-gold: 0 0 30px rgba(201, 168, 76, 0.15);
  --transition: all 0.3s ease;
  --radius: 12px;
}

/* ── Reset & Base ─────────────────────────────────────────── */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', sans-serif;
  background: var(--navy-900);
  color: var(--white);
  line-height: 1.7;
  overflow-x: hidden;
}

/* ── Typography ───────────────────────────────────────────── */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  line-height: 1.3;
}

/* ── Common Buttons ───────────────────────────────────────── */
.btn-gold {
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 12px 32px;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}

.btn-gold::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0);
  transition: var(--transition);
}

.btn-gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(201, 168, 76, 0.4);
  color: #fff;
}

.btn-gold-sm {
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  color: #fff;
  border: none;
  border-radius: 50px;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
  padding: 8px 20px;
  font-size: 0.85rem;
}

.btn-outline-gold-sm {
  border: 1px solid var(--gold);
  color: var(--gold);
  border-radius: 50px;
  padding: 7px 18px;
  font-size: 0.85rem;
  font-weight: 600;
  transition: var(--transition);
  background: transparent;
  display: inline-block;
  text-decoration: none;
}

.btn-outline-gold-sm:hover {
  background: var(--gold);
  color: var(--navy-900);
}

.btn-gold-sm {
  border: none;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  color: #fff;
  border-radius: 50px;
  padding: 8px 20px;
  font-size: 0.85rem;
  font-weight: 600;
  transition: var(--transition);
  display: inline-block;
  text-decoration: none;
}

.btn-gold-sm:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(201, 168, 76, 0.4);
  color: #fff;
}

/* ── Navbar ───────────────────────────────────────────────── */
#mainNav {
  background: rgba(5, 13, 26, 0.95);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(201, 168, 76, 0.2);
  padding: 1rem 0;
  transition: var(--transition);
  z-index: 1000;
}

.navbar-brand {
  font-family: 'Playfair Display', serif;
  font-weight: 800;
  font-size: 1.4rem;
  letter-spacing: 4px;
  color: var(--white) !important;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.navbar-brand small {
  font-family: 'Inter', sans-serif;
  font-size: 0.6rem;
  font-weight: 300;
  letter-spacing: 6px;
  color: var(--gold);
  display: block;
}

.brand-letter {
  color: var(--gold);
  font-size: 1.1em;
}

/* Stacked brand: J on top, URIJIW below */
.brand-stacked {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  text-decoration: none;
}

.brand-big-j {
  font-family: 'Playfair Display', serif;
  font-size: 2.8rem;
  font-weight: 900;
  color: var(--gold);
  line-height: 1;
  letter-spacing: -2px;
}

.brand-rest {
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 5px;
  color: var(--white);
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.brand-rest small {
  font-family: 'Inter', sans-serif;
  font-size: 0.52rem;
  font-weight: 300;
  letter-spacing: 5px;
  color: var(--gold);
  display: block;
  text-transform: uppercase;
}

/* Override Bootstrap's navbar-brand display for stacked variant */
.navbar-brand.brand-stacked {
  flex-direction: row;
  letter-spacing: 0;
}

.navbar-toggler {
  border: none;
  outline: none !important;
  box-shadow: none !important;
}

.navbar-toggler i {
  color: var(--gold);
  font-size: 1.2rem;
}

.nav-link {
  color: rgba(255, 255, 255, 0.85) !important;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding: 0.5rem 1rem !important;
  transition: var(--transition);
  position: relative;
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 1rem;
  right: 1rem;
  height: 2px;
  background: var(--gold);
  transform: scaleX(0);
  transition: var(--transition);
}

.nav-link:hover {
  color: var(--gold) !important;
}

.nav-link:hover::after {
  transform: scaleX(1);
}

/* ── Social Float Bar (desktop) ───────────────────────────── */
.social-float {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  flex-direction: column;
  z-index: 999;
}

.social-float a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background: rgba(201, 168, 76, 0.15);
  color: var(--gold);
  border-right: 2px solid rgba(201, 168, 76, 0.3);
  border-top: 1px solid rgba(201, 168, 76, 0.1);
  text-decoration: none;
  font-size: 1rem;
  transition: var(--transition);
}

.social-float a:hover {
  background: var(--gold);
  color: var(--navy-900);
  transform: translateX(4px);
}

/* ── Flash Messages ───────────────────────────────────────── */
.flash-container {
  position: fixed;
  top: 80px;
  right: 20px;
  z-index: 9999;
  min-width: 320px;
}

/* ── HERO ─────────────────────────────────────────────────── */
.hero-section {
  position: relative;
  background: linear-gradient(135deg, var(--navy-900) 0%, #0a1628 50%, #0d1228 100%);
  overflow: hidden;
}

.hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  background: radial-gradient(ellipse at right center, rgba(201, 168, 76, 0.08) 0%, transparent 70%);
  pointer-events: none;
}

.hero-content {
  padding: 40px 0;
  position: relative;
  z-index: 2;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(201, 168, 76, 0.12);
  border: 1px solid rgba(201, 168, 76, 0.3);
  color: var(--gold);
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  animation: fadeInDown 0.6s ease;
}

.hero-title {
  font-size: clamp(2.2rem, 5vw, 4rem);
  font-weight: 800;
  line-height: 1.15;
  color: var(--white);
  margin-bottom: 1.2rem;
  animation: fadeInUp 0.7s ease 0.1s both;
}

.hero-title span {
  color: var(--gold);
}

.hero-subtitle {
  font-size: 1.15rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 560px;
  margin-bottom: 2.5rem;
  font-weight: 300;
  animation: fadeInUp 0.7s ease 0.2s both;
}

.hero-actions {
  animation: fadeInUp 0.7s ease 0.3s both;
  margin-bottom: 3rem;
}

.hero-stats {
  display: flex;
  align-items: center;
  gap: 0;
  animation: fadeInUp 0.7s ease 0.4s both;
  flex-wrap: wrap;
  gap: 20px;
}

.hero-stat {
  text-align: center;
}

.stat-number {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--gold);
  line-height: 1;
}

.stat-label {
  font-size: 0.75rem;
  color: var(--gray-300);
  letter-spacing: 1px;
  text-transform: uppercase;
}

.hero-stat-divider {
  width: 1px;
  height: 50px;
  background: rgba(201, 168, 76, 0.3);
}

/* Hero Graphic */
.hero-graphic {
  position: relative;
  width: 350px;
  height: 350px;
}

.hero-graphic-circle {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(201, 168, 76, 0.2), rgba(201, 168, 76, 0.05));
  border: 2px solid rgba(201, 168, 76, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: rotate 20s linear infinite;
}

.hero-graphic-circle i {
  font-size: 5rem;
  color: var(--gold);
  animation: rotate-reverse 20s linear infinite;
}

.hero-graphic-badge {
  position: absolute;
  background: rgba(5, 13, 26, 0.9);
  border: 1px solid rgba(201, 168, 76, 0.4);
  color: var(--gold);
  padding: 8px 16px;
  border-radius: 50px;
  font-size: 0.78rem;
  font-weight: 600;
  white-space: nowrap;
}

.badge-1 {
  top: 0;
  left: 0;
  animation: float 3s ease-in-out infinite;
}

.badge-2 {
  bottom: 20px;
  left: -10px;
  animation: float 3s ease-in-out infinite 1s;
}

.badge-3 {
  top: 20px;
  right: -10px;
  animation: float 3s ease-in-out infinite 2s;
}

.hero-scroll {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.hero-scroll a {
  color: var(--gold);
  font-size: 1.5rem;
  animation: bounce 2s ease-in-out infinite;
  text-decoration: none;
}

/* ── Section Common ───────────────────────────────────────── */
.section-tag {
  display: inline-block;
  color: var(--gold);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  color: var(--white);
  margin-bottom: 1rem;
}

.section-subtitle {
  color: var(--gray-300);
  font-size: 1.05rem;
  max-width: 600px;
  margin: 0 auto;
}

.section-header {
  margin-bottom: 1rem;
}

/* ── Services ─────────────────────────────────────────────── */
.services-section {
  padding: 100px 0;
  background: var(--navy-800);
}

.service-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(201, 168, 76, 0.1);
  border-radius: var(--radius);
  padding: 2.5rem 2rem;
  height: 100%;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  transform: scaleX(0);
  transition: var(--transition);
}

.service-card:hover {
  transform: translateY(-8px);
  border-color: rgba(201, 168, 76, 0.4);
  box-shadow: var(--shadow-gold);
}

.service-card:hover::before {
  transform: scaleX(1);
}

.service-icon-wrap {
  width: 60px;
  height: 60px;
  background: rgba(201, 168, 76, 0.12);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  color: var(--gold);
  transition: var(--transition);
}

.service-card:hover .service-icon-wrap {
  background: var(--gold);
  color: var(--navy-900);
  transform: scale(1.1);
}

.service-title {
  font-size: 1.2rem;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  margin-bottom: 0.8rem;
}

.service-desc {
  color: var(--gray-300);
  font-size: 0.92rem;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.service-link {
  color: var(--gold);
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: var(--transition);
}

.service-link:hover {
  gap: 14px;
  color: var(--gold-light);
}

/* ── About ────────────────────────────────────────────────── */
.about-section {
  padding: 100px 0;
  background: var(--navy-900);
}

.about-visual {
  position: relative;
  display: inline-block;
}

.about-img-wrapper {
  position: relative;
  z-index: 1;
}

.about-placeholder-img {
  width: 340px;
  height: 420px;
  background: linear-gradient(135deg, var(--navy-600), var(--navy-500));
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 8rem;
  color: rgba(201, 168, 76, 0.4);
  border: 2px solid rgba(201, 168, 76, 0.2);
  position: relative;
}

.about-photo {
  width: 340px;
  height: 420px;
  object-fit: cover;
  border-radius: 20px;
  border: 2px solid rgba(201, 168, 76, 0.3);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
  position: relative;
}

.about-badge-floating {
  position: absolute;
  bottom: -20px;
  right: -20px;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  color: var(--navy-900);
  padding: 16px 20px;
  border-radius: 14px;
  font-weight: 700;
  font-size: 0.9rem;
  display: flex;
  flex-direction: column;
  gap: 4px;
  z-index: 2;
  text-align: center;
  min-width: 160px;
}

.about-badge-floating i {
  font-size: 1.5rem;
  margin-bottom: 4px;
}

.about-text {
  color: var(--gray-300);
  margin-bottom: 1.5rem;
  font-size: 1.02rem;
}

.about-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 1.5rem;
}

.about-feature {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--gray-100);
  font-size: 0.9rem;
}

.about-feature i {
  color: var(--gold);
}

.about-socials {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.about-social {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.88rem;
  text-decoration: none;
  transition: var(--transition);
  color: var(--white);
}

.about-social.linkedin {
  background: rgba(0, 119, 181, 0.2);
  border: 1px solid rgba(0, 119, 181, 0.5);
}

.about-social.facebook {
  background: rgba(24, 119, 242, 0.2);
  border: 1px solid rgba(24, 119, 242, 0.5);
}

.about-social.whatsapp {
  background: rgba(37, 211, 102, 0.2);
  border: 1px solid rgba(37, 211, 102, 0.5);
}

.about-social.email {
  background: rgba(201, 168, 76, 0.15);
  border: 1px solid rgba(201, 168, 76, 0.4);
  color: var(--gold);
}

.about-social:hover {
  transform: translateY(-2px);
  filter: brightness(1.3);
  color: var(--white);
}

/* ── Why Us ───────────────────────────────────────────────── */
.whyus-section {
  padding: 100px 0;
  background: linear-gradient(135deg, rgba(201, 168, 76, 0.08), rgba(10, 22, 40, 0.95));
  border-top: 1px solid rgba(201, 168, 76, 0.15);
  border-bottom: 1px solid rgba(201, 168, 76, 0.15);
}

.whyus-section h2 {
  font-size: 2.2rem;
  color: var(--white);
  margin-bottom: 1rem;
}

.whyus-section p {
  color: var(--gray-300);
}

.why-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(201, 168, 76, 0.12);
  border-radius: var(--radius);
  padding: 2rem;
  transition: var(--transition);
  height: 100%;
}

.why-card:hover {
  transform: translateY(-5px);
  border-color: rgba(201, 168, 76, 0.4);
}

.why-card i {
  font-size: 2.5rem;
  color: var(--gold);
  margin-bottom: 1rem;
  display: block;
}

.why-card h5 {
  color: var(--white);
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  margin-bottom: 0.8rem;
}

.why-card p {
  color: var(--gray-300);
  font-size: 0.9rem;
}

/* ── Contact ──────────────────────────────────────────────── */
.contact-section {
  padding: 100px 0;
  background: var(--navy-800);
}

.contact-form .form-floating .form-control,
.contact-form .form-floating textarea {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(201, 168, 76, 0.2);
  color: var(--white);
  border-radius: 10px;
}

.contact-form .form-floating .form-control:focus,
.contact-form .form-floating textarea:focus {
  background: rgba(255, 255, 255, 0.09);
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(201, 168, 76, 0.15);
  color: var(--white);
}

.contact-form .form-floating label {
  color: var(--gray-300);
}

.contact-info-card {
  background: rgba(201, 168, 76, 0.07);
  border: 1px solid rgba(201, 168, 76, 0.2);
  border-radius: var(--radius);
  padding: 2rem;
}

.contact-info-card h4 {
  color: var(--gold);
  margin-bottom: 1.5rem;
}

.contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 1.5rem;
}

.contact-info-item i {
  color: var(--gold);
  font-size: 1.1rem;
  margin-top: 3px;
}

.contact-info-item a {
  color: var(--gray-300);
  text-decoration: none;
}

.contact-info-item a:hover {
  color: var(--gold);
}

.whatsapp-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #25d366;
  color: var(--white);
  padding: 12px 24px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: var(--transition);
  width: 100%;
  justify-content: center;
  margin-top: 1rem;
}

.whatsapp-cta-btn:hover {
  background: #1ebe57;
  color: var(--white);
  transform: translateY(-2px);
}

/* ── Footer ───────────────────────────────────────────────── */
.site-footer {
  background: var(--navy-900);
  padding: 70px 0 30px;
  border-top: 1px solid rgba(201, 168, 76, 0.15);
}

.footer-brand {
  font-family: 'Playfair Display', serif;
  font-weight: 800;
  font-size: 1.6rem;
  letter-spacing: 4px;
  color: var(--white);
  margin-bottom: 0.5rem;
}

.footer-tagline {
  color: var(--gray-300);
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
}

.social-links-footer {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.social-links-footer a {
  width: 36px;
  height: 36px;
  background: rgba(201, 168, 76, 0.1);
  border: 1px solid rgba(201, 168, 76, 0.2);
  color: var(--gold);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: var(--transition);
}

.social-links-footer a:hover {
  background: var(--gold);
  color: var(--navy-900);
}

.footer-title {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  color: var(--gold);
  font-size: 0.9rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links a {
  color: var(--gray-300);
  text-decoration: none;
  font-size: 0.9rem;
  transition: var(--transition);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.footer-links a:hover {
  color: var(--gold);
  gap: 14px;
}

.footer-contact {
  list-style: none;
  padding: 0;
}

.footer-contact li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--gray-300);
  margin-bottom: 12px;
  font-size: 0.9rem;
}

.footer-contact i {
  color: var(--gold);
  width: 16px;
}

.whatsapp-footer-link {
  color: #25d366 !important;
  text-decoration: none;
}

.footer-hr {
  border-color: rgba(201, 168, 76, 0.15);
  margin: 40px 0 20px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.footer-bottom p {
  color: var(--gray-600);
  font-size: 0.85rem;
  margin: 0;
}

.footer-legal {
  font-size: 0.8rem !important;
}

/* ── WhatsApp Float ───────────────────────────────────────── */
.whatsapp-float {
  position: fixed;
  bottom: 90px;
  right: 20px;
  width: 56px;
  height: 56px;
  background: #25d366;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  text-decoration: none;
  z-index: 9998;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
  transition: var(--transition);
  animation: pulse-wsp 2s ease-in-out infinite;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  color: #fff;
}

/* ── CHATBOT ──────────────────────────────────────────────── */
.chatbot-toggle {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 9997;
  font-size: 1.5rem;
  color: var(--navy-900);
  box-shadow: 0 4px 20px rgba(201, 168, 76, 0.4);
  transition: var(--transition);
}

.chatbot-toggle:hover {
  transform: scale(1.1);
}

.chatbot-badge {
  position: absolute;
  top: -4px;
  right: -4px;
  background: var(--danger);
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.chatbot-window {
  position: fixed;
  bottom: 90px;
  right: 20px;
  width: 360px;
  max-height: 520px;
  background: var(--navy-700);
  border: 1px solid rgba(201, 168, 76, 0.3);
  border-radius: 16px;
  z-index: 9996;
  display: flex;
  flex-direction: column;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px) scale(0.95);
  transition: var(--transition);
  overflow: hidden;
}

.chatbot-window.open {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0) scale(1);
}

.chatbot-header {
  background: linear-gradient(135deg, var(--gold-dark), #8a6020);
  padding: 14px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.chatbot-header-info {
  display: flex;
  align-items: center;
  gap: 10px;
}

.chatbot-avatar {
  width: 38px;
  height: 38px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  color: var(--navy-900);
}

.chatbot-header-info strong {
  color: #fff;
  font-size: 0.95rem;
  display: block;
  line-height: 1;
}

.chatbot-status {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.75rem;
}

.chatbot-status i {
  color: #4ade80;
  font-size: 0.5rem;
  margin-right: 4px;
}

.chatbot-close {
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
  cursor: pointer;
  padding: 4px;
}

.chatbot-messages {
  flex: 1;
  overflow-y: auto;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  scrollbar-width: thin;
  scrollbar-color: rgba(201, 168, 76, 0.3) transparent;
}

.chat-msg {
  display: flex;
}

.chat-msg.bot {
  justify-content: flex-start;
}

.chat-msg.user {
  justify-content: flex-end;
}

.chat-bubble {
  max-width: 82%;
  padding: 10px 14px;
  border-radius: 14px;
  font-size: 0.88rem;
  line-height: 1.6;
}

.chat-msg.bot .chat-bubble {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--white);
  border-bottom-left-radius: 4px;
}

.chat-msg.user .chat-bubble {
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  color: var(--navy-900);
  font-weight: 600;
  border-bottom-right-radius: 4px;
}

.suggestions-bubble {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(201, 168, 76, 0.2);
}

.faq-suggest {
  display: block;
  background: rgba(201, 168, 76, 0.1);
  border: 1px solid rgba(201, 168, 76, 0.25);
  color: var(--gold);
  padding: 6px 12px;
  margin-bottom: 6px;
  border-radius: 8px;
  font-size: 0.8rem;
  text-align: left;
  cursor: pointer;
  width: 100%;
  transition: var(--transition);
}

.faq-suggest:hover {
  background: rgba(201, 168, 76, 0.2);
}

.chatbot-input-area {
  display: flex;
  gap: 10px;
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.03);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.chatbot-input {
  flex: 1;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50px;
  color: #fff;
  padding: 8px 16px;
  font-size: 0.87rem;
  outline: none;
  transition: var(--transition);
}

.chatbot-input:focus {
  border-color: var(--gold);
  background: rgba(255, 255, 255, 0.1);
}

.chatbot-input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.chatbot-send {
  width: 38px;
  height: 38px;
  background: var(--gold);
  border: none;
  border-radius: 50%;
  color: var(--navy-900);
  cursor: pointer;
  font-size: 0.9rem;
  transition: var(--transition);
  display: flex;
  align-items: center;
  justify-content: center;
}

.chatbot-send:hover {
  transform: scale(1.1);
}

/* ── Auth Pages ───────────────────────────────────────────── */
.auth-body {
  background: var(--navy-900);
  min-height: 100vh;
}

.auth-container {
  display: flex;
  min-height: 100vh;
}

.auth-container.auth-center {
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
}

.auth-split-left {
  flex: 0 0 40%;
  background: linear-gradient(160deg, var(--navy-700) 0%, #080e1f 100%);
  border-right: 1px solid rgba(201, 168, 76, 0.15);
  align-items: center;
  justify-content: center;
  padding: 60px 40px;
}

.client-auth-left {
  background: linear-gradient(160deg, #081428 0%, var(--navy-900) 100%);
}

.auth-brand-area {
  text-align: center;
}

.auth-logo {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  font-weight: 900;
  color: var(--navy-900);
}

.auth-brand-area h2 {
  font-size: 1.8rem;
  letter-spacing: 6px;
  color: var(--white);
  margin-bottom: 0.3rem;
}

.auth-brand-area p {
  color: var(--gold);
  letter-spacing: 3px;
  font-size: 0.75rem;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

.auth-quote {
  background: rgba(201, 168, 76, 0.08);
  border-left: 3px solid var(--gold);
  padding: 16px 20px;
  border-radius: 0 8px 8px 0;
  text-align: left;
  color: var(--gray-300);
  font-size: 0.9rem;
  margin-top: 2rem;
}

.auth-quote i {
  color: var(--gold);
  margin-right: 8px;
}

.client-auth-icons {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 2.5rem;
  flex-wrap: wrap;
}

.client-auth-icons div {
  text-align: center;
  color: var(--gray-300);
  font-size: 0.8rem;
}

.client-auth-icons div i {
  display: block;
  font-size: 2rem;
  color: var(--gold);
  margin-bottom: 8px;
}

.auth-split-right {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 40px;
  background: var(--navy-800);
}

.auth-card {
  width: 100%;
  max-width: 420px;
}

.auth-card-header {
  text-align: center;
  margin-bottom: 2rem;
}

.auth-logo-sm {
  width: 52px;
  height: 52px;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--navy-900);
}

.auth-card-header h3 {
  color: var(--gold);
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 0.3rem;
}

.auth-card-header p {
  color: var(--gray-300);
  font-size: 0.9rem;
}

.auth-form-group {
  margin-bottom: 1.2rem;
}

.auth-form-group label {
  color: var(--gray-300);
  font-size: 0.88rem;
  font-weight: 500;
  margin-bottom: 6px;
  display: block;
}

.auth-input-wrap {
  position: relative;
}

.auth-input-wrap>i {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--gray-600);
  font-size: 0.9rem;
}

.auth-input {
  width: 100%;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--white);
  border-radius: 10px;
  padding: 12px 44px;
  font-size: 0.95rem;
  outline: none;
  transition: var(--transition);
}

.auth-input:focus {
  border-color: var(--gold);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 0 3px rgba(201, 168, 76, 0.12);
}

.auth-eye {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: var(--gray-600);
  cursor: pointer;
  font-size: 0.9rem;
  padding: 4px;
}

.auth-forgot {
  text-align: right;
  margin-bottom: 1.5rem;
}

.auth-forgot a {
  color: var(--gold);
  font-size: 0.85rem;
  text-decoration: none;
}

.auth-btn {
  width: 100%;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  color: var(--navy-900);
  border: none;
  border-radius: 50px;
  padding: 13px;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  transition: var(--transition);
  display: inline-block;
  text-align: center;
  text-decoration: none;
}

.auth-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(201, 168, 76, 0.4);
  color: var(--navy-900);
}

.auth-footer-links {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 2rem;
  flex-wrap: wrap;
}

.auth-footer-links a {
  color: var(--gray-300);
  font-size: 0.85rem;
  text-decoration: none;
  transition: var(--transition);
}

.auth-footer-links a:hover {
  color: var(--gold);
}

/* ── Animations ───────────────────────────────────────────── */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-20px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(-10px)
  }
}

@keyframes rotate {
  from {
    transform: translate(-50%, -50%) rotate(0)
  }

  to {
    transform: translate(-50%, -50%) rotate(360deg)
  }
}

@keyframes rotate-reverse {
  from {
    transform: rotate(0)
  }

  to {
    transform: rotate(-360deg)
  }
}

@keyframes bounce {

  0%,
  100% {
    transform: translate(-50%, 0)
  }

  50% {
    transform: translate(-50%, 10px)
  }
}

@keyframes pulse-wsp {

  0%,
  100% {
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4)
  }

  50% {
    box-shadow: 0 4px 40px rgba(37, 211, 102, 0.7)
  }
}

/* ── Responsive ───────────────────────────────────────────── */
@media (max-width:768px) {
  .hero-stats {
    gap: 20px;
  }

  .hero-stat-divider {
    display: none;
  }

  .about-placeholder-img {
    width: 100%;
    max-width: 300px;
    height: 300px;
  }

  .chatbot-window {
    width: calc(100vw - 40px);
    right: 20px;
    bottom: 80px;
  }

  .auth-split-right {
    padding: 40px 20px;
  }
}