/* ══════════════════════════════════════════
   SKILLJETS — SHARED STYLESHEET v2
   Bold Kinetic Editorial Design System
   Bebas Neue + Outfit · Lime #CAFE00 accent
══════════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Outfit:wght@300;400;500;600;700&display=swap');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --ink:    #0a0a0a;
  --white:  #fafaf7;
  --lime:   #cafe00;
  --lime2:  #b8e000;
  --mid:    #f0f0ea;
  --muted:  #6b6b6b;
  --border: #e2e2da;
  --font-h: 'Bebas Neue', sans-serif;
  --font-b: 'Outfit', sans-serif;
}
html { scroll-behavior: smooth; }
body { font-family: var(--font-b); background: var(--white); color: var(--ink); overflow-x: hidden; cursor: none; }
::selection { background: var(--lime); color: var(--ink); }
::-webkit-scrollbar { width: 4px; }
::-webkit-scrollbar-track { background: var(--white); }
::-webkit-scrollbar-thumb { background: var(--ink); }
a, button { cursor: none; }

/* CURSOR */
#cursor {
  width: 16px; height: 16px;
  background: var(--lime);
  border: 2.5px solid var(--ink);
  border-radius: 50% !important;
  position: fixed; top: 0; left: 0;
  pointer-events: none; z-index: 99999;
  transform: translate(-50%,-50%);
  transition: width 0.18s ease, height 0.18s ease, opacity 0.18s ease;
  outline: 1.5px solid var(--lime);
  outline-offset: 1px;
}
#cursor.big {
  width: 44px; height: 44px;
  background: rgba(202,254,0,0.15);
  border: 2px solid var(--lime);
  outline: none;
}
/* NAV */
nav { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; background: var(--white); border-bottom: 2px solid var(--ink); transition: box-shadow 0.3s; }
nav.shadow { box-shadow: 0 4px 30px rgba(0,0,0,0.08); }
.nav-wrap { max-width: 1400px; margin: 0 auto; display: flex; align-items: stretch; height: 64px; }
.nav-logo { display: flex; align-items: center; padding: 0 32px; border-right: 2px solid var(--ink); font-family: var(--font-h); font-size: 1.7rem; letter-spacing: 0.04em; color: var(--ink); text-decoration: none; white-space: nowrap; }
.nav-logo span { display: inline-block; background: var(--lime); padding: 0 6px; margin-left: 2px; }
.nav-links { display: flex; align-items: center; padding: 0 24px; gap: 4px; flex: 1; }
.nav-links a { font-family: var(--font-b); font-weight: 500; font-size: 0.82rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted); text-decoration: none; padding: 6px 14px; border-radius: 2px; transition: color 0.2s, background 0.2s; }
.nav-links a:hover, .nav-links a.active { color: var(--ink); background: var(--mid); }
.nav-links a.active { font-weight: 700; }
.nav-cta-wrap { display: flex; align-items: center; padding: 0 28px; border-left: 2px solid var(--ink); }
.hamburger { display: none; flex-direction: column; justify-content: center; gap: 5px; background: none; border: none; padding: 0 28px; cursor: pointer; border-left: 2px solid var(--ink); height: 100%; margin-left: auto; }
.hamburger span { display: block; width: 26px; height: 2px; background: var(--ink); transition: 0.3s; }
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mob-menu { display: none; position: fixed; inset: 64px 0 0; background: var(--ink); z-index: 999; flex-direction: column; align-items: center; justify-content: center; gap: 4px; }
.mob-menu.open { display: flex; }
.mob-menu a { font-family: var(--font-h); font-size: clamp(2.5rem, 8vw, 5rem); color: var(--white); text-decoration: none; padding: 8px 40px; transition: color 0.2s; }
.mob-menu a:hover { color: var(--lime); }

/* BUTTONS */
.btn-ink { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-b); font-weight: 700; font-size: 0.82rem; letter-spacing: 0.08em; text-transform: uppercase; background: var(--ink); color: var(--white); padding: 11px 24px; text-decoration: none; border: none; transition: background 0.2s, color 0.2s; white-space: nowrap; }
.btn-ink:hover { background: var(--lime); color: var(--ink); }
.btn-lime { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-b); font-weight: 700; font-size: 0.82rem; letter-spacing: 0.08em; text-transform: uppercase; background: var(--lime); color: var(--ink); padding: 11px 24px; text-decoration: none; border: none; transition: background 0.2s, transform 0.2s; }
.btn-lime:hover { background: var(--lime2); transform: translateY(-2px); }
.btn-outline { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-b); font-weight: 700; font-size: 0.82rem; letter-spacing: 0.08em; text-transform: uppercase; background: transparent; color: var(--ink); padding: 10px 24px; text-decoration: none; border: 2px solid var(--ink); transition: background 0.2s, color 0.2s; }
.btn-outline:hover { background: var(--ink); color: var(--white); }
.btn-lg { padding: 16px 40px; font-size: 0.9rem; }
.btn-sm { padding: 9px 20px; font-size: 0.75rem; }

/* PAGE HERO (inner pages) */
.page-hero { padding-top: 64px; background: var(--ink); border-bottom: 2px solid var(--lime); }
.page-hero-inner { max-width: 1400px; margin: 0 auto; padding: 80px clamp(40px,6vw,80px); }
.page-hero-eyebrow { font-weight: 700; font-size: 0.72rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--lime); margin-bottom: 16px; display: flex; align-items: center; gap: 10px; }
.page-hero-eyebrow::before { content: ''; width: 28px; height: 2px; background: var(--lime); }
.page-hero h1 { font-family: var(--font-h); font-size: clamp(3.5rem, 7vw, 7rem); line-height: 0.95; letter-spacing: 0.01em; color: var(--white); margin-bottom: 24px; }
.page-hero h1 .hl { color: var(--lime); }
.page-hero p { font-size: 1rem; color: rgba(255,255,255,0.7); max-width: 580px; line-height: 1.8; }

/* MARQUEE */
.marquee-strip { background: var(--lime); border-bottom: 2px solid var(--ink); overflow: hidden; padding: 14px 0; }
.marquee-inner { display: flex; gap: 0; animation: ticker 20s linear infinite; white-space: nowrap; }
.marquee-item { font-family: var(--font-h); font-size: 1.1rem; letter-spacing: 0.1em; color: var(--ink); padding: 0 40px; flex-shrink: 0; }
.marquee-dot { color: var(--ink); opacity: 0.4; padding: 0 8px; }
@keyframes ticker { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* SECTION LABELS */
.sec-num { font-family: var(--font-b); font-weight: 700; font-size: 0.72rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--muted); margin-bottom: 16px; display: flex; align-items: center; gap: 10px; }
.sec-num::before { content: ''; width: 24px; height: 2px; background: var(--lime); }
.sec-num.light { color: rgba(255,255,255,0.55); }
.sec-num.light::before { background: var(--lime); }

h2.sj { font-family: var(--font-h); font-size: clamp(2.8rem,5vw,5rem); line-height: 0.95; letter-spacing: 0.01em; color: var(--ink); margin-bottom: 20px; }
h2.sj .hl { color: var(--lime); }
h2.sj .wh { color: var(--white); }
h2.sj .outline { -webkit-text-stroke: 2px var(--ink); color: transparent; }

/* SECTION WRAPPERS */
.s-wrap { max-width: 1400px; margin: 0 auto; padding: clamp(60px,8vw,120px) clamp(40px,6vw,80px); }
.s-wrap-tight { max-width: 1400px; margin: 0 auto; padding: 0 clamp(40px,6vw,80px); }

/* SCROLL REVEAL */
.sr { opacity: 0; transform: translateY(28px); transition: opacity 0.65s ease, transform 0.65s ease; }
.sr.d1 { transition-delay: 0.1s; } .sr.d2 { transition-delay: 0.2s; } .sr.d3 { transition-delay: 0.3s; } .sr.d4 { transition-delay: 0.4s; }
.sr.vis { opacity: 1; transform: none; }

/* FOOTER */
footer { background: var(--ink); padding: 80px clamp(40px,6vw,80px) 40px; }
.footer-top { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 60px; margin-bottom: 60px; border-bottom: 1px solid rgba(255,255,255,0.08); padding-bottom: 60px; }
.footer-brand-name { font-family: var(--font-h); font-size: 2.5rem; color: var(--white); line-height: 1; margin-bottom: 16px; }
.footer-brand-name span { background: var(--lime); color: var(--ink); padding: 0 6px; }
.footer-desc { font-size: 0.85rem; color: rgba(255,255,255,0.65); line-height: 1.8; margin-bottom: 24px; }
.footer-contact a { display: block; font-size: 0.85rem; color: rgba(255,255,255,0.75); text-decoration: none; margin-bottom: 8px; transition: color 0.2s; }
.footer-contact a:hover { color: var(--lime); }
.footer-col-title { font-family: var(--font-b); font-weight: 700; font-size: 0.68rem; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(255,255,255,0.45); margin-bottom: 20px; }
.footer-col a { display: block; font-size: 0.85rem; color: rgba(255,255,255,0.75); text-decoration: none; margin-bottom: 10px; transition: color 0.2s; }
.footer-col a:hover { color: var(--lime); }
.footer-bottom { max-width: 1400px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
.footer-copy { font-size: 0.75rem; color: rgba(255,255,255,0.5); }
.footer-copy a { color: rgba(255,255,255,0.6); text-decoration: none; }
.footer-copy a:hover { color: var(--lime); }
.footer-legal { display: flex; gap: 20px; }
.footer-legal a { font-size: 0.73rem; color: rgba(255,255,255,0.6); text-decoration: none; transition: color 0.2s; }
.footer-legal a:hover { color: var(--lime); }

/* WA FLOAT */
.wa-btn { position: fixed; bottom: 28px; right: 28px; z-index: 990; background: #25D366; width: 56px; height: 56px; border: 2px solid var(--ink); display: flex; align-items: center; justify-content: center; text-decoration: none; box-shadow: 4px 4px 0 var(--ink); transition: transform 0.2s, box-shadow 0.2s; }
.wa-btn:hover { transform: translate(-3px,-3px); box-shadow: 7px 7px 0 var(--ink); }
.wa-btn svg { width: 26px; height: 26px; }

/* FORM ELEMENTS */
.form-group { display: flex; flex-direction: column; gap: 8px; }
.form-group label { font-weight: 600; font-size: 0.78rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ink); }
.form-control { font-family: var(--font-b); font-size: 0.95rem; color: var(--ink); background: var(--white); border: 2px solid var(--border); padding: 14px 16px; width: 100%; transition: border-color 0.2s; outline: none; border-radius: 0; }
.form-control:focus { border-color: var(--ink); }
.form-control::placeholder { color: #bbb; }
textarea.form-control { min-height: 140px; resize: vertical; }
select.form-control { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%230a0a0a' stroke-width='2' fill='none'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; padding-right: 40px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }

/* RESPONSIVE */
@media (max-width: 1100px) { .footer-top { grid-template-columns: 1fr 1fr; gap: 40px; } }
@media (max-width: 768px) {
  .nav-links, .nav-cta-wrap { display: none; }
  .hamburger { display: flex; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .form-row { grid-template-columns: 1fr; }
}
@media (max-width: 480px) { .page-hero h1 { font-size: 3rem; } }
