/* ===================================================
   Trekhire – Main Stylesheet
   =================================================== */
:root {
  --primary: #0d6efd;
  --primary-dark: #0a58ca;
  --secondary: #002147;
  --accent: #ffc107;
  --text-dark: #0f172a;
  --text-muted: #64748b;
  --bg-light: #f0f4ff;
  --glass: rgba(255,255,255,0.08);
  --glass-border: rgba(255,255,255,0.15);
  --card-shadow: 0 8px 32px rgba(13,110,253,0.12);
  --card-hover: 0 20px 60px rgba(13,110,253,0.22);
  --radius: 20px;
  --transition: all 0.35s cubic-bezier(0.175,0.885,0.32,1.275);
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Poppins', sans-serif; color: var(--text-dark); background: #fff; overflow-x: hidden; }

/* ===== BRAND ===== */
.brand-text { font-family: 'Playfair Display', serif; font-weight: 800; }
.brand-trek { color: var(--accent); }
.brand-hire { color: var(--primary); }

/* ===== NAVBAR ===== */
.navbar-custom {
  background: #fff;
	/*background: rgba(0,33,71,0.97);*/
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  padding: 0.6rem 0;
  position: fixed; top: 0; width: 100%; z-index: 9999;
  transition: all 0.3s ease;
}
.navbar-custom.scrolled { background: #fff; box-shadow: 0 4px 30px rgba(0,0,0,0.3); }
.navbar-custom .navbar-brand { font-size: 1.5rem; }
.navbar-custom .nav-link { color: #000; !important; font-weight: 500; font-size: 0.9rem; padding: 0.5rem 1rem !important; position: relative; transition: color 0.3s; }
.navbar-custom .nav-link::after { content: ''; position: absolute; bottom: 0; left: 50%; right: 50%; height: 2px; background: var(--accent); transition: all 0.3s ease; }
.navbar-custom .nav-link:hover { color: #fff !important; }
.navbar-custom .nav-link:hover::after { left: 1rem; right: 1rem; }
.navbar-custom .nav-link.active { color: var(--accent) !important; }
.btn-hire-nav { background: linear-gradient(135deg, var(--primary), #0a58ca); color: #fff !important; border-radius: 50px; padding: 0.45rem 1.4rem !important; font-weight: 600; font-size: 0.85rem; border: none; box-shadow: 0 4px 15px rgba(13,110,253,0.4); transition: var(--transition); }
.btn-hire-nav:hover { transform: translateY(-2px); box-shadow: 0 8px 25px rgba(13,110,253,0.5); }
.nav-panel-link { border: 1px solid rgba(255,255,255,0.2) !important; border-radius: 50px !important; font-size: 0.82rem !important; }
.nav-panel-link:hover { background: rgba(255,255,255,0.08) !important; }
.btn-logout-nav { background: none; border: 1px solid rgba(255,255,255,0.2); color: rgba(255,255,255,0.7); font-size: 0.82rem; border-radius: 50px; padding: 4px 14px; cursor: pointer; transition: all 0.3s; font-family: inherit; }
.btn-logout-nav:hover { background: rgba(220,53,69,0.15); border-color: rgba(220,53,69,0.5); color: #f08080; }
.navbar-toggler { border: none; outline: none; }
.navbar-toggler-icon { filter: invert(1); }

/* ===== SECTIONS ===== */
section { padding: 90px 0; }
.page-hero { background: linear-gradient(135deg, var(--secondary) 0%, #023e8a 100%); padding: 140px 0 70px; }
.section-label { font-size: 0.75rem; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--primary); display: block; margin-bottom: 0.5rem; }
.section-title { font-family: 'Playfair Display', serif; font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800; color: var(--secondary); line-height: 1.2; }
.section-title span { color: var(--primary); }
.section-sub { color: var(--text-muted); font-size: 1rem; line-height: 1.7; max-width: 540px; }

/* ===== HERO ===== */
.hero-section { min-height: 100vh; background: linear-gradient(135deg, #001233 0%, #002147 40%, #023e8a 70%, #0d6efd 100%); position: relative; display: flex; align-items: center; overflow: hidden; padding-top: 80px; }
.hero-section::before { content: ''; position: absolute; inset: 0; background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(80px); opacity: 0.15; animation: float 8s ease-in-out infinite; }
.orb1 { width: 500px; height: 500px; background: #0d6efd; top: -100px; right: -100px; }
.orb2 { width: 300px; height: 300px; background: #ffc107; bottom: -50px; left: 10%; animation-delay: -4s; }
.orb3 { width: 200px; height: 200px; background: #00b4d8; top: 40%; left: 30%; animation-delay: -2s; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,193,7,0.15); border: 1px solid rgba(255,193,7,0.3); color: var(--accent); font-size: 0.78rem; font-weight: 600; padding: 6px 16px; border-radius: 50px; margin-bottom: 1.5rem; letter-spacing: 1px; text-transform: uppercase; animation: fadeInDown 0.8s ease forwards; }
.hero-title { font-family: 'Playfair Display', serif; font-size: clamp(2.4rem, 5vw, 4rem); font-weight: 800; color: #fff; line-height: 1.15; margin-bottom: 1.2rem; animation: fadeInUp 0.9s ease 0.1s both; }
.hero-title span { color: var(--accent); }
.hero-subtitle { font-size: 1.1rem; color: rgba(255,255,255,0.75); margin-bottom: 2rem; line-height: 1.7; animation: fadeInUp 0.9s ease 0.2s both; }
.hero-cta { animation: fadeInUp 0.9s ease 0.3s both; }
.btn-primary-hero { background: linear-gradient(135deg, var(--primary), #0a58ca); border: none; border-radius: 50px; padding: 0.85rem 2.2rem; font-weight: 700; font-size: 1rem; color: #fff; box-shadow: 0 8px 30px rgba(13,110,253,0.5); transition: var(--transition); }
.btn-primary-hero:hover { transform: translateY(-4px) scale(1.03); box-shadow: 0 16px 40px rgba(13,110,253,0.6); color: #fff; }
.btn-outline-hero { border: 2px solid rgba(255,255,255,0.4); border-radius: 50px; padding: 0.83rem 2.2rem; font-weight: 700; font-size: 1rem; color: #fff; background: rgba(255,255,255,0.08); backdrop-filter: blur(10px); transition: var(--transition); }
.btn-outline-hero:hover { background: rgba(255,255,255,0.18); border-color: #fff; color: #fff; transform: translateY(-4px); }
.hero-stats { display: flex; gap: 2rem; flex-wrap: wrap; margin-top: 2.5rem; animation: fadeInUp 0.9s ease 0.4s both; }
.hero-stat { color: rgba(255,255,255,0.9); }
.hero-stat strong { font-size: 1.8rem; font-weight: 800; color: var(--accent); display: block; line-height: 1; }
.hero-stat span { font-size: 0.78rem; opacity: 0.75; text-transform: uppercase; letter-spacing: 1px; }
.hero-visual { animation: fadeInRight 1s ease 0.2s both; }
.hero-card-float { background: rgba(255,255,255,0.1); backdrop-filter: blur(20px); border: 1px solid rgba(255,255,255,0.18); border-radius: 20px; padding: 1.5rem; margin-bottom: 1rem; transition: transform 0.4s; }
.hero-card-float:hover { transform: translateX(-8px); }
.service-pill { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.2); color: #fff; font-size: 0.8rem; font-weight: 500; padding: 6px 14px; border-radius: 50px; margin: 3px; transition: all 0.3s; }
.service-pill:hover { background: var(--primary); border-color: var(--primary); transform: scale(1.05); }
.service-pill i { color: var(--accent); }

/* ===== STATS BANNER ===== */
.stats-banner { background: var(--primary); padding: 2rem 0; }
.stat-item { text-align: center; color: #fff; padding: 0.5rem; }
.stat-number { font-size: 2rem; font-weight: 800; font-family: 'Playfair Display', serif; }
.stat-label { font-size: 0.8rem; opacity: 0.8; text-transform: uppercase; letter-spacing: 1px; }

/* ===== SERVICE CARDS ===== */
.service-card { background: #fff; border-radius: var(--radius); padding: 2rem 1.5rem; text-align: center; border: 1px solid rgba(13,110,253,0.08); box-shadow: var(--card-shadow); transition: var(--transition); position: relative; overflow: hidden; cursor: pointer; height: 100%; }
.service-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, var(--primary), var(--accent)); transform: scaleX(0); transform-origin: left; transition: transform 0.4s ease; }
.service-card:hover { transform: translateY(-12px); box-shadow: var(--card-hover); border-color: rgba(13,110,253,0.2); }
.service-card:hover::before { transform: scaleX(1); }
.service-icon { width: 72px; height: 72px; background: linear-gradient(135deg, rgba(13,110,253,0.1), rgba(13,110,253,0.05)); border-radius: 18px; display: flex; align-items: center; justify-content: center; margin: 0 auto 1.2rem; font-size: 1.9rem; color: var(--primary); transition: all 0.4s; }
.service-card:hover .service-icon { background: linear-gradient(135deg, var(--primary), var(--primary-dark)); color: #fff; transform: rotate(5deg) scale(1.1); border-radius: 22px; }
.service-card h5 { font-weight: 700; font-size: 1rem; color: var(--secondary); margin-bottom: 0.5rem; }
.service-card p { font-size: 0.85rem; color: var(--text-muted); line-height: 1.6; margin-bottom: 1rem; }
.btn-book-service { font-size: 0.8rem; font-weight: 600; color: var(--primary); border: 1.5px solid var(--primary); border-radius: 50px; padding: 6px 18px; background: transparent; transition: all 0.3s; text-decoration: none; display: inline-block; }
.btn-book-service:hover { background: var(--primary); color: #fff; transform: scale(1.05); }

/* ===== HOW IT WORKS ===== */
.hiw-step { text-align: center; position: relative; padding: 2rem 1.5rem; }
.hiw-number { width: 56px; height: 56px; background: linear-gradient(135deg, var(--primary), var(--secondary)); color: #fff; font-weight: 800; font-size: 1.2rem; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 1rem; box-shadow: 0 8px 24px rgba(13,110,253,0.35); position: relative; z-index: 1; }
.hiw-icon { font-size: 2.5rem; margin-bottom: 1rem; background: linear-gradient(135deg, var(--primary), var(--accent)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.hiw-connector { position: absolute; top: 28px; left: calc(50% + 28px); width: calc(100% - 56px); height: 2px; background: linear-gradient(90deg, var(--primary), rgba(13,110,253,0.1)); display: none; }
@media(min-width: 768px) { .hiw-connector { display: block; } }

/* ===== WHY CHOOSE ===== */
.why-section { background: linear-gradient(135deg, var(--secondary) 0%, #001730 100%); }
.why-card { background: var(--glass); border: 1px solid var(--glass-border); backdrop-filter: blur(10px); border-radius: var(--radius); padding: 2rem 1.5rem; text-align: center; transition: var(--transition); }
.why-card:hover { background: rgba(255,255,255,0.12); transform: translateY(-8px); box-shadow: 0 20px 50px rgba(0,0,0,0.3); }
.why-icon { font-size: 2.5rem; margin-bottom: 1rem; color: var(--accent); }
.why-card h5 { color: #fff; font-weight: 700; margin-bottom: 0.5rem; }
.why-card p { color: rgba(255,255,255,0.65); font-size: 0.88rem; line-height: 1.6; }

/* ===== TESTIMONIALS ===== */
.testimonial-card { background: #fff; border-radius: var(--radius); padding: 2rem; box-shadow: var(--card-shadow); border: 1px solid rgba(13,110,253,0.08); transition: var(--transition); height: 100%; }
.testimonial-card:hover { transform: translateY(-8px); box-shadow: var(--card-hover); }
.testimonial-quote { font-size: 2rem; color: var(--primary); opacity: 0.3; line-height: 1; }
.testimonial-text { font-size: 0.93rem; color: var(--text-dark); line-height: 1.7; margin: 0.8rem 0; }
.testimonial-stars { color: var(--accent); font-size: 0.9rem; }
.testimonial-author { display: flex; align-items: center; gap: 12px; margin-top: 1rem; }
.testimonial-avatar { width: 46px; height: 46px; border-radius: 50%; background: linear-gradient(135deg, var(--primary), var(--accent)); display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 700; font-size: 1rem; }
.testimonial-name { font-weight: 700; font-size: 0.9rem; color: var(--secondary); }
.testimonial-role { font-size: 0.78rem; color: var(--text-muted); }

/* ===== JOB CARDS ===== */
.job-card { background: #fff; border-radius: 16px; padding: 1.5rem; box-shadow: var(--card-shadow); border: 1px solid rgba(13,110,253,0.08); transition: var(--transition); display: flex; flex-direction: column; gap: 0.8rem; height: 100%; }
.job-card:hover { transform: translateY(-6px); box-shadow: var(--card-hover); border-color: rgba(13,110,253,0.25); }
.job-badge { font-size: 0.72rem; font-weight: 700; padding: 3px 12px; border-radius: 50px; text-transform: uppercase; letter-spacing: 0.5px; }
.job-title { font-weight: 700; font-size: 1rem; color: var(--secondary); }
.job-detail { font-size: 0.82rem; color: var(--text-muted); display: flex; align-items: center; gap: 5px; }
.job-salary { font-weight: 700; color: var(--primary); font-size: 1rem; }
.btn-apply { background: linear-gradient(135deg, var(--primary), var(--primary-dark)); color: #fff; border: none; border-radius: 50px; padding: 7px 20px; font-size: 0.82rem; font-weight: 600; transition: all 0.3s; align-self: flex-start; text-decoration: none; display: inline-block; }
.btn-apply:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(13,110,253,0.4); color: #fff; }

/* ===== CTA SECTION ===== */
.cta-section { background: linear-gradient(135deg, var(--primary) 0%, #0a58ca 50%, var(--secondary) 100%); padding: 80px 0; position: relative; overflow: hidden; }
.cta-section::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 30% 50%, rgba(255,193,7,0.1) 0%, transparent 60%); }
.cta-section h2 { font-family: 'Playfair Display', serif; font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 800; color: #fff; }
.cta-section p { color: rgba(255,255,255,0.8); font-size: 1rem; }

/* ===== ABOUT ===== */
.about-img-box { background: linear-gradient(135deg, var(--bg-light), #e8edff); border-radius: 24px; overflow: hidden; position: relative; min-height: 420px; display: flex; align-items: center; justify-content: center; }
.about-big-icon { font-size: 8rem; color: var(--primary); opacity: 0.12; }
.about-overlay-card { position: absolute; background: #fff; border-radius: 16px; padding: 1.2rem 1.5rem; box-shadow: 0 12px 40px rgba(13,110,253,0.15); display: flex; align-items: center; gap: 12px; }
.about-overlay-card.card1 { bottom: 24px; left: 24px; }
.about-overlay-card.card2 { top: 24px; right: 24px; }

/* ===== CONTACT ===== */
.contact-form-wrap { background: #fff; border-radius: 24px; padding: 2.5rem; box-shadow: var(--card-shadow); }
.form-control, .form-select { border: 1.5px solid rgba(13,110,253,0.15); border-radius: 12px; padding: 0.75rem 1rem; font-size: 0.9rem; font-family: 'Poppins', sans-serif; transition: all 0.3s; }
.form-control:focus, .form-select:focus { border-color: var(--primary); box-shadow: 0 0 0 4px rgba(13,110,253,0.1); }
.form-label { font-size: 0.85rem; font-weight: 600; color: var(--secondary); }
.contact-info-card { background: linear-gradient(135deg, var(--secondary), #001730); border-radius: 24px; padding: 2.5rem; color: #fff; height: 100%; }
.contact-info-item { display: flex; gap: 15px; margin-bottom: 1.5rem; }
.contact-info-icon { width: 44px; height: 44px; min-width: 44px; background: rgba(255,255,255,0.1); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; color: var(--accent); }
.contact-info-text h6 { font-weight: 700; font-size: 0.9rem; margin-bottom: 2px; }
.contact-info-text p { font-size: 0.83rem; color: rgba(255,255,255,0.65); margin: 0; }
.map-placeholder { background: linear-gradient(135deg, #e8edff, #d4e0ff); border-radius: 16px; min-height: 220px; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 10px; border: 2px dashed rgba(13,110,253,0.2); margin-top: 1.5rem; }
.map-placeholder i { font-size: 3rem; color: var(--primary); opacity: 0.4; }
.map-placeholder p { font-size: 0.85rem; color: var(--text-muted); }
.btn-submit { background: linear-gradient(135deg, var(--primary), var(--primary-dark)); border: none; border-radius: 12px; padding: 0.85rem 2rem; font-weight: 700; font-size: 0.95rem; color: #fff; width: 100%; box-shadow: 0 8px 24px rgba(13,110,253,0.35); transition: var(--transition); cursor: pointer; font-family: 'Poppins', sans-serif; }
.btn-submit:hover { transform: translateY(-3px); box-shadow: 0 14px 35px rgba(13,110,253,0.45); color: #fff; }

/* ===== FILTER BAR ===== */
.filter-bar { background: #fff; border-radius: 16px; padding: 1.2rem 1.5rem; box-shadow: var(--card-shadow); margin-bottom: 2rem; }

/* ===== DASHBOARD ===== */
.dashboard-wrap { padding-top: 80px; min-height: 100vh; background: #f8faff; }
.dashboard-header { background: linear-gradient(135deg, var(--secondary), #023e8a); padding: 2rem 0; }
.kpi-card { border-radius: 16px; padding: 1.5rem; color: #fff; }
.kpi-card .kpi-label { font-size: 0.78rem; opacity: 0.8; text-transform: uppercase; letter-spacing: 1px; }
.kpi-card .kpi-value { font-size: 2rem; font-weight: 800; font-family: 'Playfair Display', serif; }
.kpi-card .kpi-change { font-size: 0.75rem; opacity: 0.75; }
.dash-card { background: #fff; border-radius: 16px; padding: 1.5rem; box-shadow: 0 4px 20px rgba(13,110,253,0.08); border: 1px solid rgba(13,110,253,0.06); margin-bottom: 1.5rem; }
.dash-card h6 { font-weight: 700; color: var(--secondary); margin-bottom: 1rem; }

/* ===== ADMIN DARK ===== */
.admin-wrap { padding-top: 80px; min-height: 100vh; background: #001233; }
.admin-sidebar { background: rgba(255,255,255,0.03); border-right: 1px solid rgba(255,255,255,0.07); min-height: calc(100vh - 80px); padding: 1.5rem 0; }
.admin-sidebar .side-link { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,0.6); text-decoration: none; font-size: 0.88rem; font-weight: 500; padding: 0.65rem 1.5rem; border-radius: 0; transition: all 0.3s; border-left: 3px solid transparent; }
.admin-sidebar .side-link:hover, .admin-sidebar .side-link.active { color: #fff; background: rgba(13,110,253,0.1); border-left-color: var(--primary); }
.admin-sidebar .side-link i { font-size: 1rem; }
.admin-content { padding: 2rem; }
.admin-kpi { border-radius: 16px; padding: 1.5rem; color: #fff; }

/* ===== AUTH ===== */
.auth-wrap { min-height: 100vh; background: linear-gradient(135deg, #001233, var(--secondary)); display: flex; align-items: center; padding: 100px 0 40px; }
.auth-card { background: rgba(255,255,255,0.05); backdrop-filter: blur(20px); border: 1px solid rgba(255,255,255,0.12); border-radius: 24px; padding: 2.5rem; max-width: 460px; width: 100%; margin: 0 auto; }
.auth-card h3 { font-family: 'Playfair Display', serif; color: #fff; font-weight: 800; margin-bottom: 0.5rem; }
.auth-card p { color: rgba(255,255,255,0.6); font-size: 0.9rem; margin-bottom: 1.8rem; }
.auth-card .form-control { background: rgba(255,255,255,0.07); border-color: rgba(255,255,255,0.15); color: #fff; }
.auth-card .form-control::placeholder { color: rgba(255,255,255,0.35); }
.auth-card .form-control:focus { background: rgba(255,255,255,0.1); border-color: var(--primary); color: #fff; }
.auth-card .form-label { color: rgba(255,255,255,0.75); }
.auth-divider { text-align: center; color: rgba(255,255,255,0.3); font-size: 0.82rem; margin: 1rem 0; position: relative; }
.auth-divider::before, .auth-divider::after { content: ''; position: absolute; top: 50%; width: 42%; height: 1px; background: rgba(255,255,255,0.1); }
.auth-divider::before { left: 0; }
.auth-divider::after { right: 0; }

/* ===== FOOTER ===== */
.site-footer { background: linear-gradient(135deg, #001233 0%, var(--secondary) 100%); color: rgba(255,255,255,0.75); padding: 70px 0 0; }
.footer-desc { font-size: 0.87rem; line-height: 1.7; color: rgba(255,255,255,0.6); margin-bottom: 1.5rem; margin-top: 0.8rem; }
.footer-social a { width: 38px; height: 38px; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.12); border-radius: 10px; display: inline-flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.7); font-size: 0.9rem; transition: all 0.3s; margin-right: 6px; text-decoration: none; }
.footer-social a:hover { background: var(--primary); color: #fff; border-color: var(--primary); transform: translateY(-3px); }
.site-footer h6 { color: #fff; font-weight: 700; font-size: 0.9rem; margin-bottom: 1.2rem; letter-spacing: 0.5px; text-transform: uppercase; }
.site-footer ul { list-style: none; padding: 0; }
.site-footer ul li { margin-bottom: 0.5rem; }
.site-footer ul li a { color: rgba(255,255,255,0.6); text-decoration: none; font-size: 0.87rem; transition: all 0.3s; display: flex; align-items: center; gap: 6px; }
.site-footer ul li a:hover { color: var(--accent); padding-left: 4px; }
.app-label { font-size: 0.7rem; color: rgba(255,255,255,0.35); letter-spacing: 2px; margin-bottom: 0.4rem; }
.app-badge { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); border-radius: 8px; padding: 6px 12px; font-size: 0.8rem; color: rgba(255,255,255,0.7); text-decoration: none; transition: all 0.3s; }
.app-badge:hover { background: rgba(255,255,255,0.12); color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding: 1.2rem 0; margin-top: 3rem; font-size: 0.82rem; color: rgba(255,255,255,0.45); }
.footer-bottom a { color: rgba(255,255,255,0.4); text-decoration: none; margin-left: 16px; transition: color 0.3s; }
.footer-bottom a:hover { color: rgba(255,255,255,0.7); }

/* ===== BACK TO TOP ===== */
.back-to-top { position: fixed; bottom: 24px; right: 24px; width: 44px; height: 44px; background: linear-gradient(135deg, var(--primary), var(--primary-dark)); color: #fff; border: none; border-radius: 50%; font-size: 1rem; cursor: pointer; box-shadow: 0 8px 24px rgba(13,110,253,0.4); transition: all 0.3s; z-index: 999; display: none; align-items: center; justify-content: center; }
.back-to-top.show { display: flex; }
.back-to-top:hover { transform: translateY(-4px); box-shadow: 0 14px 30px rgba(13,110,253,0.5); }

/* ===== TOAST ===== */
.toast-fixed { position: fixed; bottom: 20px; left: 50%; transform: translateX(-50%); background: #198754; color: #fff; padding: 12px 24px; border-radius: 50px; font-size: 0.9rem; font-weight: 600; box-shadow: 0 8px 24px rgba(0,0,0,0.3); display: flex; align-items: center; gap: 8px; z-index: 9999; animation: slideUp 0.4s ease, fadeOut 0.4s ease 3s forwards; }
.toast-error { background: #dc3545; }

/* ===== SCROLL REVEAL ===== */
.reveal { opacity: 0; transform: translateY(40px); transition: all 0.8s cubic-bezier(0.16,1,0.3,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-left { opacity: 0; transform: translateX(-40px); transition: all 0.8s cubic-bezier(0.16,1,0.3,1); }
.reveal-left.visible { opacity: 1; transform: translateX(0); }
.reveal-right { opacity: 0; transform: translateX(40px); transition: all 0.8s cubic-bezier(0.16,1,0.3,1); }
.reveal-right.visible { opacity: 1; transform: translateX(0); }

/* ===== ANIMATIONS ===== */
@keyframes float { 0%,100% { transform:translateY(0) scale(1); } 50% { transform:translateY(-30px) scale(1.05); } }
@keyframes fadeInDown { from { opacity:0; transform:translateY(-20px); } to { opacity:1; transform:translateY(0); } }
@keyframes fadeInUp { from { opacity:0; transform:translateY(30px); } to { opacity:1; transform:translateY(0); } }
@keyframes fadeInRight { from { opacity:0; transform:translateX(40px); } to { opacity:1; transform:translateX(0); } }
@keyframes slideUp { from { opacity:0; transform:translate(-50%,20px); } to { opacity:1; transform:translate(-50%,0); } }
@keyframes fadeOut { from { opacity:1; } to { opacity:0; pointer-events:none; } }

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
  .navbar-custom .nav-link::after { display: none; }
  .navbar-nav { padding: 1rem 0; border-top: 1px solid rgba(255,255,255,0.08); margin-top: 0.5rem; }
  .btn-hire-nav { margin-top: 0.5rem; display: inline-block; }
}
@media (max-width: 768px) {
  .hero-stats { gap: 1rem; }
  .hero-stat strong { font-size: 1.4rem; }
  section { padding: 60px 0; }
  .contact-form-wrap { padding: 1.5rem; }
  .admin-sidebar { display: none; }
  .auth-card { padding: 1.8rem; }
}
