
/* =========================================================================
   TOKENS
   A career-search "radar" concept: Jobigator finds the roles hidden from
   the big portals. The dark hero and the sweeping scan motif carry that
   idea through the page; everything else stays quiet and disciplined.
   ========================================================================= */
:root{
  --ink:#0B1220;            /* near-black navy, hero + footer surface */
  --ink-soft:#141F35;
  --paper:#FFFFFF;
  --cloud:#F4F7FB;          /* secondary surface */
  --line:#E4E9F2;
  --text:#0F172A;
  --text-dim:#5B6B85;
  --brand:#2563EB;
  --brand-2:#3B82F6;
  --brand-glow:rgba(37,99,235,.35);
  --good:#22C55E;
  --warn:#F59E0B;
--shadow-sm:0 4px 12px rgba(11,18,32,.08);

  --r-sm:10px; --r-md:16px; --r-lg:24px; --r-xl:32px; --r-pill:8px;
  --shadow-1:0 1px 2px rgba(11,18,32,.06);
  --shadow-2:0 12px 32px -8px rgba(11,18,32,.14);
  --shadow-3:0 30px 60px -16px rgba(11,18,32,.35);
  --ease:cubic-bezier(.16,1,.3,1);
  --wrap:1220px;
}

*{margin:0;padding:0;box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{
  font-family:'Manrope',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  background:var(--paper); color:var(--text); line-height:1.6; overflow-x:hidden;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;display:block;}
a{color:inherit;}
button{font-family:inherit;}
h1,h2,h3,h4{font-family:'Manrope',sans-serif; letter-spacing:-0.02em; color:var(--text);}
:focus-visible{outline:2px solid var(--brand); outline-offset:3px; border-radius:4px;}

@media (prefers-reduced-motion: reduce){
  *,*::before,*::after{animation-duration:.01ms !important; animation-iteration-count:1 !important; transition-duration:.01ms !important; scroll-behavior:auto !important;}
}

.wrap{max-width:var(--wrap); margin:0 auto; padding:0 5%;}
section{padding:104px 5%;}
section.tight{padding:40px 5%;}
@media (max-width:768px){ section{padding:64px 6%;} section.tight{padding:24px 6%;} }

.kicker{
  display:inline-flex; align-items:center; gap:8px; font-family:'Manrope',sans-serif;
  font-size:.72rem; font-weight:600; letter-spacing:.14em; text-transform:uppercase;
  color:var(--brand); margin-bottom:18px;
}
.kicker::before{content:''; width:16px; height:1.5px; background:var(--brand); display:inline-block;}
.kicker.on-dark{color:#8FB3FF;}
.kicker.on-dark::before{background:#8FB3FF;}

.head{max-width:640px; margin:0 0 52px 0;}
.head.center{margin-left:auto; margin-right:auto; text-align:center;}
.head h2{font-size:clamp(1.9rem,3.4vw,2.7rem); font-weight:700; line-height:1.15; margin-bottom:16px;}
.head p{color:var(--text-dim); font-size:1.08rem;}

/* =========================================================================
   BUTTONS
   ========================================================================= */
.btn{display:inline-flex; align-items:center; justify-content:center; gap:8px; border:none; cursor:pointer;
  font-family:'Manrope',sans-serif; font-weight:600; font-size:.98rem; text-decoration:none;
  border-radius:var(--r-pill); padding:15px 30px; transition:transform .25s var(--ease), box-shadow .25s var(--ease), background .2s;}
.btn-primary{background:var(--brand); color:#fff; padding: 9px 18px; border-radius: var(--r-pill); box-shadow:0 14px 28px -10px var(--brand-glow); text-decoration:none;}
.btn-primary:hover{background:var(--brand-2); transform:translateY(-2px); box-shadow:0 18px 34px -8px var(--brand-glow);}
.btn-primary-nav {
  background: var(--brand);
  color: #ffffff;
  border: 1px solid transparent;
  padding: 9px 18px;
  border-radius: var(--r-pill);
  font-weight: 600;
  font-size: 0.875rem;
  cursor: pointer;
  transition: all 0.2s var(--ease);
}

.btn-primary-nav:hover {
  background: var(--brand-2);
  transform: translateY(-1px);
  box-shadow: var(--shadow-sm);
}


.btn-ghost-dark{background:rgba(255,255,255,.06); color:#fff; padding: 9px 18px; border:1px solid rgba(255,255,255,.22);}
.btn-ghost-dark:hover{background:rgba(255,255,255,.12); transform:translateY(-2px);}
.btn-ghost-light{background:transparent; color:var(--text); padding: 9px 18px; border:1.5px solid var(--line);}
.btn-ghost-light:hover{border-color:var(--brand); color:var(--brand); background:#EEF3FF; transform:translateY(-2px);}

/* =========================================================================
   NAV — floating capsule
   ========================================================================= */
.nav-shell {
  position: fixed; 
  top: 18px; 
  left: 0; 
  right: 0; 
  z-index: 1000; 
  display: flex; 
  justify-content: center; 
  padding: 0 5%; 
  pointer-events: none;
}

nav {
  pointer-events: auto; 
  width: 100%; 
  max-width: 1120px; 
  display: flex; 
  align-items: center; 
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.86); /* White background with slight transparency */
  backdrop-filter: blur(16px); 
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid var(--line); /* Clean light border */
  border-radius: var(--r-pill); 
  padding: 10px 12px 10px 22px;
  box-shadow: var(--shadow-2); /* Soft shadow for floating look */
}

/* Logo keeps its original, natural colors */
.logo img {
  height: 20px; 
  width: auto; 
  display: block;
}

.mobile-menu-drawer {
  display: flex; 
  gap: 30px; 
  align-items: center;
}

/* Links are now dark/black by default */
.mobile-menu-drawer a {
  text-decoration: none; 
  color: #111111; /* Clean black/dark grey text */
  font-weight: 600; 
  font-size: .9rem; 
  transition: color .2s;
}

/* Hover state changes to your brand color */
.mobile-menu-drawer a:hover {
  color: var(--brand);
}
.signin-menu-item{display:none;}
.nav-actions{display:flex; align-items:center; gap:10px;}
/* ==========================================================================
   Desktop / Base Styles (Your Original Code)
   ========================================================================== */

.whatsapp-header-btn { 
  background: var(--good); 
  color: #fff; 
  padding: 9px 18px; 
  border-radius: var(--r-pill); 
  text-decoration: none; 
  font-weight: 700; 
  font-size: .85rem; 
  display: inline-flex; 
  align-items: center; 
  gap: 6px; 
  transition: all .2s var(--ease); 
  font-family: 'Manrope', sans-serif; 
} 

.whatsapp-header-btn:hover {
  background: #0b1220; 
  transform: translateY(-1px);
} 

.signin-header-btn { 
  background: #fff; 
  color: var(--ink); 
  border: 1px solid #E2E8F0; 
  padding: 10px 20px; 
  border-radius: var(--r-pill); 
  cursor: pointer; 
  font-weight: 700; 
  font-size: .85rem; 
  transition: all .2s var(--ease); 
  font-family: 'Manrope', sans-serif; 
}


/* ==========================================================================
   Mobile Responsive Overrides (New Code Added at the Bottom)
   ========================================================================== */

@media (max-width: 768px) {
  .whatsapp-header-btn {
    padding: 6px 12px;   /* Shrinks the button size */
    font-size: 0.75rem;  /* Makes the text smaller */
    gap: 4px;            /* Tightens the space next to the icon */
  }

  .signin-header-btn {
    padding: 7px 14px;   /* Shrinks the button size */
    font-size: 0.75rem;  /* Makes the text smaller */
  }
}
.signin-header-btn:hover{background:#0b1220; color:#fff; transform:translateY(-1px);}
.hamburger-toggle-icon{background:#0000; border:none; font-size:1.4rem; cursor:pointer; display:none; padding:4px 6px; color:#fff; line-height:1;}
nav.scrolled .hamburger-toggle-icon{color:var(--text);}

@media (max-width:768px){
  .hamburger-toggle-icon{color:#111111; display:block !important;}
  .mobile-menu-drawer{
    display:none !important; position:absolute; top:64px; left:0; width:100%;
    background:var(--ink); border-radius:var(--r-md); box-shadow:var(--shadow-3);
    padding:10px; flex-direction:column; gap:2px !important; border:1px solid rgba(255,255,255,.08);
  }
  .mobile-menu-drawer.active{display:flex !important;}
  .mobile-menu-drawer a{width:100%; text-align:center; padding:14px 0; display:block; border-radius:var(--r-sm); color:rgba(255,255,255,.85);}
  .mobile-menu-drawer a:hover{background:rgba(255,255,255,.06); color:#fff;}
  nav{padding:8px 8px 8px 18px;}
  .signin-header-btn{display:none !important;}
  .signin-menu-item{display:block !important;}
}
@media (max-width:420px){ .logo img{height:17px;} }

/* =========================================================================
   HERO — dark, split, radar-scan signature
   ========================================================================= */
#hero-split-section{
  background:var(--ink);
  color:#fff; padding:158px 5% 0 5%; position:relative; overflow:hidden;
}
.hero-grid{
  max-width:var(--wrap); margin:0 auto; display:grid; grid-template-columns:1.5fr .7fr; gap:70px; align-items:center;
  padding-bottom:88px;
}
.hero-copy .kicker{margin-bottom:22px;}
.hero-copy h1{font-size:clamp(2rem,3.6vw,2.9rem); font-weight:700; line-height:1.08; margin-bottom:22px; color:#fff;}
.hero-copy h1 em{font-style:normal; color:#8FB3FF; background:linear-gradient(90deg,#8FB3FF,#3B82F6); -webkit-background-clip:text; -webkit-text-fill-color:transparent;}
.hero-copy h2{font-family:'Manrope',sans-serif; font-weight:500; font-size: clamp(0.85rem, 3vw, 1.14rem); color:rgba(255,255,255,.72); max-width:660px; margin-bottom:34px; letter-spacing:0;}
.hero-features{list-style:none; display:flex; flex-direction:column; gap:12px; margin-bottom:34px;}
.hero-features li{display:flex; align-items:center; gap:12px; font-size: clamp(0.85rem, 3vw, 1rem); font-weight:600; color:rgba(255,255,255,.88);}
.hero-features li .chip-ico{
  width:30px; height:30px; border-radius:9px; background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.14);
  display:flex; align-items:center; justify-content:center; flex-shrink:0;
}
.hero-features li svg{width:15px; height:15px; color:#8FB3FF;}
.hero-lang{font-size: clamp(0.85rem, 3vw, 1rem); color:rgba(255,255,255,.5); margin-bottom:32px;}
.hero-lang span{color:#fff; font-weight:700;}
.hero-buttons{display:flex; flex-wrap:wrap; gap:14px;}



/* ================= HERO IMAGE ================= */

.hero-image{
    display:flex;
    justify-content:center;
    align-items:center;
    min-width:0;
    width:100%;
}

.hero-image-card{
    position:relative;
    width:100%;
    max-width:460px;
    border-radius:34px;
    overflow:hidden;
    background:#1a2335;
    border:1px solid rgba(255,255,255,.08);
    box-shadow:0 30px 70px rgba(0,0,0,.35);
}

.hero-image-card img{
    width:100%;
    display:block;
    object-fit:cover;
}

/* subtle glow */

.hero-image-card::before{
    content:"";
    position:absolute;
    inset:-80px;
    background:
        radial-gradient(circle at top right,
        rgba(59,130,246,.35),
        transparent 60%);
    z-index:-1;
}

/* Updated Mobile Styles for Cropping */
@media (max-width: 768px) { 
  .hero-image { 
    display: flex;             /* Keeps the image visible */
  } 
  
  .hero-image-card { 
    max-width: 100%;           /* Allows it to use the full mobile width */
    height: 200px;             /* Limits the height to force a crop */
    border-radius: 20px;       /* Optional: Smoother corners for mobile */
  }

  .hero-image-card img {
    height: 100%;              /* Forces image to fill the new 200px height */
    object-position: center;   /* Keeps the center of the image visible */
  }
}
/* floating badge */

.hero-badge{
    position:absolute;
    left:22px;
    bottom:22px;
z-index:5;
    background:rgba(255,255,255,.94);
    backdrop-filter:blur(20px);
    padding:14px 18px;
    border-radius:18px;
    color:#111827;
    box-shadow:0 12px 35px rgba(0,0,0,.18);
}

.hero-badge h4{
    margin:0;
    font-size:.95rem;
    font-weight:700;
}

.hero-badge p{
    margin:4px 0 0;
    font-size:.82rem;
    color:#6B7280;
}

.hero-strip{
  border-top:1px solid rgba(255,255,255,.1); padding:26px 0; display:flex; flex-wrap:wrap; gap:28px 44px;
  justify-content:space-between; align-items:center; max-width:var(--wrap); margin:0 auto;
}
.hero-strip-item{display:flex; align-items:center; gap:12px;}
.hero-strip-item .ico{width:38px; height:38px; border-radius:10px; background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.12); display:flex; align-items:center; justify-content:center; font-size:1rem;}
.hero-strip-item .t{font-family:'Manrope',sans-serif; font-weight:600; font-size:.9rem; color:#fff;}
.hero-strip-item .s{font-size:.78rem; color:rgba(255,255,255,.5);}

@media (max-width:980px){
  .hero-grid{grid-template-columns:1fr; text-align:center; padding-bottom:64px;}
  .hero-copy h2{margin-left:auto; margin-right:auto;}
  .hero-features{align-items:center;}
  .hero-buttons{justify-content:center;}
  .radar-card{margin-top:20px;}
}
@media (max-width:640px){
  #hero-split-section{padding-top:120px;}
  .hero-strip{flex-direction:column; align-items:stretch; gap:16px;}
  .btn{width:100%;}
  .hero-buttons{flex-direction:column;}
}

/* =========================================================================
   BANNER — finding a job strip
   ========================================================================= */
.job-hero{max-width:var(--wrap); margin:0 auto; display:grid; grid-template-columns:1fr 1fr; border-radius:var(--r-xl); overflow:hidden; box-shadow:var(--shadow-2); border:1px solid var(--line);}
.job-hero-left{background:var(--cloud); padding:60px 48px; display:flex; flex-direction:column; justify-content:center;}
.job-hero-left .kicker{color:var(--brand);}
.job-hero-left h2{font-size:1.4rem; font-weight:700; line-height:1.18; margin-bottom:14px;}
.job-hero-left h3{font-family:'Manrope',sans-serif; font-weight:500; font-size:1.05rem; color:var(--text-dim);}
.job-hero-right{position:relative; min-height:340px;}
.job-hero-right img{width:100%; height:100%; object-fit:cover;}
.job-hero-right::after{content:''; position:absolute; inset:0; background:linear-gradient(180deg, transparent 40%, rgba(11,18,32,.55));}
.job-hero-right .cta-btn{
  position:absolute; bottom:22px; left:22px; z-index:2; background:#fff; color:var(--ink); font-family:'Manrope',sans-serif;
  font-weight:700; font-size:.92rem; padding:13px 24px; border-radius:var(--r-pill); border:none; cursor:pointer;
  box-shadow:var(--shadow-2); transition:transform .2s var(--ease);
}
.job-hero-right .cta-btn:hover{transform:translateY(-2px);}
@media (max-width:900px){ .job-hero{grid-template-columns:1fr;} .job-hero-right{min-height:240px;} .job-hero-left{padding:44px 32px;} }
@media (max-width:640px){ .job-hero{border-radius:var(--r-md);} .job-hero-left{text-align:center; padding:36px 24px;} .job-hero-right .cta-btn{left:50%; transform:translateX(-50%);} .job-hero-right .cta-btn:hover{transform:translateX(-50%) translateY(-2px);} }

/* =========================================================================
   PROCESS — vertical route/timeline (a real sequence, so numbers earn their keep)
   ========================================================================= */
.route{max-width:820px; margin:0 auto; position:relative;}
.route::before{content:''; position:absolute; left:27px; top:8px; bottom:8px; width:2px; background:linear-gradient(var(--line),var(--line)); background-image:repeating-linear-gradient(180deg, var(--line) 0 8px, transparent 8px 16px);}
.route-step{display:grid; grid-template-columns:56px 1fr; gap:26px; position:relative; padding-bottom:52px;}
.route-step:last-child{padding-bottom:0;}
.route-num{
  width:56px; height:56px; border-radius:50%; background:var(--ink); color:#fff; display:flex; align-items:center; justify-content:center;
  font-family:'Manrope',sans-serif; font-weight:700; font-size:1.2rem; z-index:1; box-shadow:0 10px 22px -8px rgba(11,18,32,.35);
}
.route-body{background:var(--paper); border:1px solid var(--line); border-radius:var(--r-lg); padding:28px 30px; box-shadow:var(--shadow-1); transition:box-shadow .25s var(--ease), transform .25s var(--ease);}
.route-body:hover{box-shadow:var(--shadow-2); transform:translateY(-3px);}
.route-body .stage{font-family:'Manrope',sans-serif; font-size:.7rem; font-weight:600; letter-spacing:.08em; text-transform:uppercase; color:var(--brand); margin-bottom:8px;}
.route-body h3{font-size:1.25rem; margin-bottom:10px;}
.route-body p{color:var(--text-dim); font-size:.96rem;}
@media (max-width:600px){ .route::before{left:23px;} .route-step{grid-template-columns:48px 1fr; gap:16px;} .route-num{width:48px; height:48px; font-size:1rem;} .route-body{padding:22px 20px;} }

/* =========================================================================
   JOB BOARD — list rows instead of tiles
   ========================================================================= */
.job-list{display:flex; flex-direction:column; gap:14px; max-width:var(--wrap); margin:0 auto;}
#jobs-grid.job-list > p{
  padding:26px; border:1px dashed var(--line); border-radius:var(--r-md); color:var(--text-dim); text-align:center;
}
.card{
  border:1px solid var(--line); border-radius:var(--r-lg); padding:22px 26px; background:var(--paper);
  display:flex; align-items:center; justify-content:space-between; gap:20px; flex-wrap:wrap;
  transition:border-color .2s var(--ease), box-shadow .2s var(--ease), transform .2s var(--ease);
}
.card:hover{border-color:#C9D8FA; box-shadow:var(--shadow-2); transform:translateY(-2px);}
.card .card-main{display:flex; align-items:center; gap:18px; min-width:0;}
.card .card-idx{
  width:44px; height:44px; border-radius:12px; background:var(--cloud); color:var(--brand); flex-shrink:0;
  display:flex; align-items:center; justify-content:center; font-family:'Manrope',sans-serif; font-weight:700;
}
.card h3{font-size:1.08rem; margin-bottom:3px; font-weight:700;}
.card .badge{
  display:inline-block; padding:4px 10px; background:var(--cloud); border-radius:var(--r-pill); font-size:.68rem;
  font-weight:700; color:var(--brand); text-transform:uppercase; letter-spacing:.03em; margin-bottom:0;
}
.card p{font-size:.9rem; color:var(--text-dim); margin:0; max-width:520px;}
.card .card-co{font-weight:700; color:var(--text); font-size:.88rem; margin-bottom:2px;}

/* =========================================================================
   WHY JOIN — alternating split-screen sections
   ========================================================================= */
.split-row{max-width:var(--wrap); margin:0 auto; display:grid; grid-template-columns:1fr 1fr; gap:64px; align-items:center;}
.split-row + .split-row{margin-top:88px;}
.split-row.reverse .split-media{order:2;}
.split-row.reverse .split-text{order:1;}
.split-media{border-radius:var(--r-xl); overflow:hidden; border:1px solid var(--border); box-shadow:var(--shadow-2); position:relative;}
.split-media img{width:100%; height:100%; object-fit:cover; display:block;}
.split-text .eyebrow{display:inline-flex; align-items:center; gap:8px; font-size:.78rem; font-weight:600; color:var(--blue); margin-bottom:14px;}
.split-text h3{font-size:1.65rem; margin-bottom:14px; font-weight:700; line-height:1.22;}
.split-text p{color:var(--ink-dim); font-size:1rem; margin-bottom:22px;}
.split-points{list-style:none; display:flex; flex-direction:column; gap:14px; margin-bottom:26px;}
.split-points li{display:flex; gap:12px; align-items:flex-start; font-size:.94rem; color:var(--ink);}
.split-points li .ico-check{width:22px; height:22px; border-radius:50%; background:var(--emerald-tint); color:var(--emerald); display:flex; align-items:center; justify-content:center; flex-shrink:0; margin-top:1px;}
.split-points li svg{width:12px; height:12px;}
.split-actions{display:flex; gap:14px; flex-wrap:wrap;}
@media (max-width:900px){
  .split-row, .split-row.reverse{grid-template-columns:1fr;}
  .split-row.reverse .split-media{order:1;}
  .split-row.reverse .split-text{order:2;}
  .split-row + .split-row{margin-top:56px;}
}

/* =========================================================================
   CONSULTATION — split panel
   ========================================================================= */
#consultation{background:var(--cloud);}
.consult-shell{max-width:1080px; margin:0 auto; display:grid; grid-template-columns:.85fr 1.15fr; border-radius:var(--r-xl); overflow:hidden; box-shadow:var(--shadow-3);}
.consult-side{background:var(--ink); color:#fff; padding:52px 44px; position:relative; overflow:hidden;}
.consult-side::before{content:''; position:absolute; inset:0; background:radial-gradient(60% 50% at 90% 100%, rgba(59,130,246,.35), transparent 60%);}
.consult-side .content{position:relative; z-index:1;}
.consult-side h3{font-size:1.7rem; color:#fff; margin-bottom:16px;}
.consult-side p{color:rgba(255,255,255,.68); font-size:.95rem; margin-bottom:28px;}
.consult-points{list-style:none; display:flex; flex-direction:column; gap:16px;}
.consult-points li{display:flex; gap:12px; align-items:flex-start; font-size:.9rem; color:rgba(255,255,255,.85);}
.consult-points li svg{width:16px; height:16px; color:#8FB3FF; flex-shrink:0; margin-top:3px;}
.form-container{max-width:none; margin:0; background:#fff; padding:48px 44px; border-radius:0; box-shadow:none; border:none;}
.form-group{margin-bottom:20px;}
.form-group label{display:block; font-size:.8rem; font-weight:700; margin-bottom:8px; color:var(--text); font-family:'Manrope',sans-serif;}
.form-group input, .form-group textarea, .form-group select{
  width:100%; padding:13px 14px; border:1.5px solid var(--line); border-radius:var(--r-sm); font-size:.96rem;
  background:var(--cloud); font-family:inherit; color:var(--text); transition:all .2s var(--ease);
}
.form-group input:focus, .form-group textarea:focus, .form-group select:focus{outline:none; border-color:var(--brand); background:#fff; box-shadow:0 0 0 4px var(--brand-glow);}
.form-group textarea{height:104px; resize:vertical;}
@media (max-width:860px){ .consult-shell{grid-template-columns:1fr; border-radius:var(--r-lg);} .consult-side{padding:40px 30px;} .form-container{padding:40px 30px;} }

/* =========================================================================
   ADMIN PANEL
   ========================================================================= */
#admin-panel{display:none; background:var(--cloud); border-top:1px solid var(--line); padding-top:64px; margin-top:0;}
.admin-layout{display:flex; gap:36px; align-items:flex-start; flex-wrap:wrap; margin-top:30px; max-width:var(--wrap); margin-left:auto; margin-right:auto;}
table{width:100%; border-collapse:collapse; background:#fff; border-radius:var(--r-md); overflow:hidden; border:1px solid var(--line);}
th,td{padding:14px 20px; text-align:left; border-bottom:1px solid var(--line);}
th{background:var(--cloud); font-weight:700; font-size:.74rem; color:var(--text-dim); text-transform:uppercase; letter-spacing:.05em; font-family:'Manrope',sans-serif;}
td{font-size:.88rem;}
tbody tr:hover{background:#FAFBFF;}
tbody tr:last-child td{border-bottom:none;}
#toast{position:fixed; bottom:24px; right:24px; background:var(--ink); color:#fff; padding:14px 26px; border-radius:var(--r-sm); font-weight:700; display:none; box-shadow:var(--shadow-3); z-index:2000; font-family:'Manrope',sans-serif; font-size:.9rem;}

/* =========================================================================
   FAQ
   ========================================================================= */
#faq{background:var(--cloud);}
.faq-list{max-width:760px; margin:0 auto; display:flex; flex-direction:column; gap:12px;}
.faq-item{background:#fff; border:1px solid var(--line); border-left:3px solid transparent; border-radius:var(--r-md); overflow:hidden; transition:border-color .2s;}
.faq-item.open{border-left-color:var(--brand);}
.faq-item button{width:100%; padding:20px 24px; display:flex; justify-content:space-between; align-items:center; gap:16px; background:none; border:none; font-size:1rem; font-weight:700; color:var(--text); text-align:left; cursor:pointer; font-family:'Manrope',sans-serif;}
.faq-icon{transition:transform .3s var(--ease); color:var(--brand); font-size:1.1rem; flex-shrink:0;}
.faq-answer{max-height:0; overflow:hidden; transition:max-height .3s ease-out; background:#fff;}
.faq-answer p{padding:0 24px 20px; color:var(--text-dim); line-height:1.65; margin:0; font-size:.94rem;}

/* =========================================================================
   PORTAL LOGIN
   ========================================================================= */
.login-section{max-width:var(--wrap); margin:0 auto; display:grid; grid-template-columns:1fr 1fr; gap:48px; align-items:center; padding:0 5%;}
.login-left h2{font-size:clamp(1.9rem,3vw,2.5rem); margin-bottom:16px;}
.login-left p{font-size:1.05rem; color:var(--text-dim); max-width:440px;}
.login-card{background:#fff; padding:40px; border-radius:var(--r-xl); box-shadow:var(--shadow-2); border:1px solid var(--line);}
.login-card h3{font-size:1.35rem; margin-bottom:8px;}
.login-card > p{color:var(--text-dim); font-size:.85rem; margin-bottom:26px;}
.login-card label{display:block; font-size:.76rem; font-weight:700; margin-bottom:8px; color:var(--text); font-family:'Manrope',sans-serif; letter-spacing:.03em;}
.login-card input{width:100%; padding:13px 14px; border:1.5px solid var(--line); border-radius:var(--r-sm); box-sizing:border-box; color:var(--text); font-size:.94rem; outline:none; background:var(--cloud); transition:all .2s var(--ease); font-family:inherit;}
.login-card input:focus{border-color:var(--brand); background:#fff; box-shadow:0 0 0 4px var(--brand-glow);}
.login-card button[type="submit"]{width:100%; background:var(--brand); color:#fff; border:none; padding:15px; font-weight:700; border-radius:var(--r-pill); font-size:.98rem; cursor:pointer; box-shadow:0 12px 24px -10px var(--brand-glow); transition:all .2s var(--ease); font-family:'Manrope',sans-serif;}
.login-card button[type="submit"]:hover{background:var(--brand-2); transform:translateY(-2px);}
@media (max-width:860px){ .login-section{grid-template-columns:1fr; text-align:center;} .login-left p{margin:0 auto;} .login-card{text-align:left;} }

/* =========================================================================
   FOOTER
   ========================================================================= */
/* =========================================================
   JOBIGATOR — PRODUCTION FOOTER
   Responsive: Desktop / Tablet / Mobile
========================================================= */

.site-footer {
    --footer-muted: rgba(255, 255, 255, .56);
    --footer-faint: rgba(255, 255, 255, .38);
    --footer-border: rgba(255, 255, 255, .09);

    background: var(--ink);
    color: var(--footer-muted);

    padding: 64px 24px 22px;

    border-top: 1px solid var(--footer-border);

    font-size: .88rem;
    line-height: 1.6;
}


/* =========================================================
   MAIN GRID
========================================================= */

.footer-container {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;

    display: grid;
    grid-template-columns:
        minmax(250px, 1.8fr)
        minmax(130px, 1fr)
        minmax(160px, 1.15fr)
        minmax(210px, 1.25fr);

    gap: 48px;
}


/* =========================================================
   BRAND
========================================================= */

.footer-logo {
    display: inline-block;

    margin-bottom: 14px;

    color: #fff;
    text-decoration: none;

    font-size: 1.45rem;
    font-weight: 800;
    letter-spacing: -.035em;
}

.footer-description {
    max-width: 350px;

    margin: 0;

    color: var(--footer-muted);
    line-height: 1.75;
}


/* =========================================================
   SOCIAL ICONS
========================================================= */

.footer-socials {
    display: flex;
    align-items: center;

    gap: 9px;
    margin-top: 22px;
}

.footer-socials a {
    width: 36px;
    height: 36px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    border: 1px solid var(--footer-border);
    border-radius: 50%;

    color: rgba(255, 255, 255, .65);

    transition:
        background .2s ease,
        color .2s ease,
        border-color .2s ease,
        transform .2s ease;
}

.footer-socials svg {
    width: 16px;
    height: 16px;

    fill: currentColor;
}

.footer-socials svg rect,
.footer-socials svg circle {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
}

.footer-socials a:hover,
.footer-socials a:focus-visible {
    background: #fff;
    border-color: #fff;
    color: var(--ink);

    transform: translateY(-2px);
}


/* =========================================================
   COLUMNS
========================================================= */

.footer-column h4 {
    margin: 2px 0 17px;

    color: #fff;

    font-size: .92rem;
    font-weight: 700;
}

.footer-column ul {
    padding: 0;
    margin: 0;

    list-style: none;
}

.footer-column li {
    margin-bottom: 10px;
}

.footer-column a {
    color: var(--footer-muted);
    text-decoration: none;

    transition: color .2s ease;
}

.footer-column a:hover,
.footer-column a:focus-visible {
    color: #fff;
}


/* =========================================================
   CONTACT
========================================================= */

.footer-contact p {
    margin: 0 0 14px;

    line-height: 1.7;
}

.footer-contact strong {
    color: #fff;
}

.contact-links {
    display: flex;
    flex-direction: column;
    gap: 3px;

    margin-bottom: 17px;
}

.footer-contact-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;

    padding: 9px 14px;

    border: 1px solid rgba(255, 255, 255, .17);
    border-radius: 8px;

    color: #fff !important;
    text-decoration: none;

    transition:
        background .2s ease,
        color .2s ease,
        transform .2s ease;
}

.footer-contact-btn:hover,
.footer-contact-btn:focus-visible {
    background: #fff;
    color: var(--ink) !important;

    transform: translateY(-1px);
}


/* =========================================================
   CTA
========================================================= */

.footer-cta {
    width: 100%;
    max-width: 1180px;

    margin: 52px auto 0;
    padding: 25px 0;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;

    border-top: 1px solid var(--footer-border);
    border-bottom: 1px solid var(--footer-border);
}

.footer-cta-label {
    display: block;

    margin-bottom: 3px;

    color: var(--footer-faint);

    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.footer-cta h4 {
    margin: 0;

    color: #fff;

    font-size: 1.05rem;
    font-weight: 700;
}

.footer-cta-btn {
    flex-shrink: 0;

    display: inline-flex;
    align-items: center;
    gap: 8px;

    padding: 11px 17px;

    background: #fff;
    border: 1px solid #fff;
    border-radius: 8px;

    color: var(--ink);
    text-decoration: none;

    font-weight: 700;

    transition:
        opacity .2s ease,
        transform .2s ease;
}

.footer-cta-btn:hover,
.footer-cta-btn:focus-visible {
    opacity: .88;
    transform: translateY(-1px);
}


/* =========================================================
   BOTTOM BAR
========================================================= */

.footer-bottom {
    width: 100%;
    max-width: 1180px;

    margin: 0 auto;
    padding-top: 21px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.footer-bottom p {
    margin: 0;
}

.footer-bottom strong {
    color: #fff;
}

.footer-legal {
    display: flex;
    align-items: center;
    justify-content: flex-end;

    flex-wrap: wrap;
    gap: 8px 20px;
}

.footer-legal a {
    color: var(--footer-faint);
    text-decoration: none;

    transition: color .2s ease;
}

.footer-legal a:hover,
.footer-legal a:focus-visible {
    color: #fff;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

    .footer-container {
        grid-template-columns: 1.5fr 1fr 1fr;
        gap: 40px 30px;
    }

    .footer-brand {
        grid-column: 1 / -1;
    }

    .footer-description {
        max-width: 600px;
    }
}


/* =========================================================
   MOBILE / TABLET
========================================================= */

@media (max-width: 650px) {

    .site-footer {
        padding: 48px 20px 20px;
    }

    .footer-container {
        grid-template-columns: 1fr 1fr;
        gap: 36px 24px;
    }

    .footer-brand {
        grid-column: 1 / -1;
    }

    .footer-cta {
        margin-top: 42px;

        align-items: flex-start;
        flex-direction: column;
    }

    .footer-cta-btn {
        width: 100%;
        justify-content: center;
        box-sizing: border-box;
    }

    .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .footer-legal {
        justify-content: flex-start;
    }
}


/* =========================================================
   SMALL PHONES
========================================================= */

@media (max-width: 480px) {

    .site-footer {
        padding: 42px 18px 18px;

        font-size: .86rem;
    }

    .footer-container {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .footer-brand {
        grid-column: auto;
    }

    .footer-description {
        max-width: none;
    }

    .footer-column h4 {
        margin-bottom: 13px;
    }

    .footer-column li {
        margin-bottom: 9px;
    }

    .footer-socials {
        margin-top: 19px;
    }

    .footer-socials a {
        width: 38px;
        height: 38px;
    }

    .footer-cta {
        margin-top: 36px;
        padding: 22px 0;
    }

    .footer-cta h4 {
        font-size: .98rem;
    }

    .footer-bottom {
        gap: 14px;
    }

    .footer-legal {
        gap: 8px 15px;
    }

    .footer-legal a {
        font-size: .8rem;
    }
}


/* =========================================================
   ACCESSIBILITY
========================================================= */

.footer-socials a:focus-visible,
.footer-column a:focus-visible,
.footer-contact-btn:focus-visible,
.footer-cta-btn:focus-visible,
.footer-legal a:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 3px;
}

/* =========================================================================
   TRUST STRIP (mobile refine)
   ========================================================================= */
@media (max-width:640px){
  .form-container{padding:32px 22px;}
  .admin-layout > div{min-width:100% !important;}
  table{display:block; overflow-x:auto; white-space:nowrap;}
  #faq{padding:56px 6% !important;}
}
/* =========================================================================
   CONTACT PAGE
   ========================================================================= */

.contact-hero{
    padding:180px 5% 30px;
    background:
        radial-gradient(circle at top right,
        rgba(37,99,235,.12),
        transparent 40%),
        linear-gradient(
        180deg,
        #f8faff 0%,
        #ffffff 100%);
    text-align:center;
}

.contact-hero .wrap{
    max-width:850px;
}

.contact-badge{
    display:inline-flex;
    align-items:center;
    gap:8px;

    padding:8px 14px;

    background:#EEF4FF;
    color:var(--brand);

    border-radius:999px;

    font-size:.82rem;
    font-weight:700;

    margin-bottom:22px;
}

.contact-hero h1{
    font-size:clamp(2.4rem,3vw,4rem);
    line-height:1.05;
    margin-bottom:20px;
}

.contact-hero h1 span{
    color:var(--brand);
}

.contact-hero p{
    max-width:680px;
    margin:0 auto;

    color:var(--text-dim);

    font-size:1.08rem;
}

/* =========================================================
   CONTACT SECTION
========================================================= */
.contact-page-grid{
    max-width:1180px;
    margin:auto;

    display:grid;
    grid-template-columns:
    repeat(auto-fit,minmax(260px,1fr));

    gap:20px;
}

.contact-page-card{
    text-decoration:none;
    color:inherit;

    background:#fff;

    border:1px solid var(--line);

    border-radius:var(--r-lg);

    padding:26px;

    transition:.25s;
}

.contact-page-card:hover{
    transform:translateY(-4px);
    box-shadow:var(--shadow-2);
}

.contact-page-icon{
    width:60px;
    height:60px;

    border-radius:16px;

    display:flex;
    align-items:center;
    justify-content:center;

    margin-bottom:18px;

    background:#EEF4FF;
}

.contact-page-icon i{
    color:var(--brand);
    font-size:1.4rem;
}

.contact-page-icon.whatsapp{
    background:#EAFBF0;
}

.contact-page-icon.whatsapp i{
    color:#22C55E;
}

.contact-page-card span{
    color:var(--brand);
    font-size:.82rem;
    font-weight:700;
}

.contact-page-card h3{
    margin-top:6px;
    font-size:1.08rem;
}

.contact-page-card p{
    color:var(--text-dim);
}

.contact-section{
    background:#fff;
}

.contact-grid{
    max-width:1180px;
    margin:0 auto;

    display:grid;
    grid-template-columns:420px 1fr;
    gap:36px;
}

.contact-info{
    display:flex;
    flex-direction:column;
    gap:18px;
}

.contact-card{
    background:#fff;

    border:1px solid var(--line);
    border-radius:var(--r-lg);

    padding:26px;

    display:flex;
    gap:18px;

    transition:
        transform .25s var(--ease),
        box-shadow .25s var(--ease),
        border-color .25s var(--ease);
}

.contact-card:hover{
    transform:translateY(-3px);
    box-shadow:var(--shadow-2);
    border-color:#C9D8FA;
}

.contact-icon{
    width:52px;
    height:52px;

    flex-shrink:0;

    display:flex;
    align-items:center;
    justify-content:center;

    background:#EEF4FF;

    border-radius:14px;

    font-size:1.3rem;
}

.contact-card h3{
    margin-bottom:6px;
    font-size:1.05rem;
}

.contact-card p{
    color:var(--text-dim);
    margin-bottom:10px;
}



/* =========================================================
   CONTACT FORM
========================================================= */

.contact-form-wrapper{
    display:flex;
}

.form-card{
    width:100%;

    background:#fff;

    border:1px solid var(--line);
    border-radius:var(--r-xl);

    padding:40px;

    box-shadow:var(--shadow-1);
}

.form-card h2{
    margin-bottom:8px;
}

.form-card > p{
    color:var(--text-dim);
    margin-bottom:28px;
}

.form-row{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:18px;
}

.form-card button{
    width:100%;
    margin-top:8px;
}

/* =========================================================
   CONTACT CTA
========================================================= */

.contact-cta{
    background:var(--cloud);
    padding-top:10;
}

.cta-card{
    max-width:1100px;
    margin:0 auto;

    background:var(--ink);
    color:#fff;

    border-radius:var(--r-xl);

    padding:70px 50px;

    text-align:center;

    overflow:hidden;
    position:relative;
}

.cta-card::before{
    content:"";

    position:absolute;
    inset:0;

    background:
        radial-gradient(
        circle at top right,
        rgba(59,130,246,.35),
        transparent 40%);
}

.cta-card > *{
    position:relative;
    z-index:1;
}

.cta-card span{
    display:inline-block;

    margin-bottom:14px;

    color:#8FB3FF;

    font-size:.85rem;
    font-weight:700;

    text-transform:uppercase;
    letter-spacing:.08em;
}

.cta-card h2{
    color:#fff;

    max-width:700px;
    margin:0 auto 16px;

    font-size:clamp(1.8rem,4vw,3rem);
}

.cta-card p{
    max-width:650px;
    margin:0 auto 30px;

    color:rgba(255,255,255,.72);
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width:980px){

    .contact-grid{
        grid-template-columns:1fr;
    }

    .contact-info{
        order:2;
    }

    .contact-form-wrapper{
        order:1;
    }
}

@media (max-width:768px){

    .contact-hero{
        padding:140px 6% 70px;
    }

    .form-card{
        padding:28px;
    }

    .form-row{
        grid-template-columns:1fr;
        gap:0;
    }

    .cta-card{
        padding:50px 28px;
    }
}

@media (max-width:480px){

    .contact-card{
        padding:20px;
    }

    .contact-icon{
        width:46px;
        height:46px;
    }

    .form-card{
        padding:22px;
    }

    .cta-card{
        padding:42px 22px;
    }
}



/* =========================================================
   HOW-IT-WORKS PAGE
========================================================= */


.howitworks-hero{
    padding:180px 5% 30px;
    background:
        radial-gradient(circle at top right,
        rgba(37,99,235,.12),
        transparent 40%),
        linear-gradient(
        180deg,
        #f8faff 0%,
        #ffffff 100%);
    text-align:center;
}
.howitworks-hero .wrap{
    max-width:850px;
}


.howitworks-badge{
    display:inline-flex;
    align-items:center;
    gap:8px;

    padding:8px 14px;

    background:#EEF4FF;
    color:var(--brand);

    border-radius:999px;

    font-size:.82rem;
    font-weight:700;

    margin-bottom:22px;
}

.howitworks-hero h1{
    font-size:clamp(2.4rem,4vw,4rem);
    line-height:1.3;
    margin-bottom:20px;
}

.howitworks-hero h1 span{
    color:var(--brand);
}

.howitworks-hero p{
    max-width:680px;
    margin:0 auto;

    color:var(--text-dim);

    font-size:1.08rem;
}


.problem-grid,
.deliverables-grid{
    display:grid;
    grid-template-columns:
    repeat(auto-fit,minmax(260px,1fr));
    gap:20px;
    max-width:1200px;
    margin:auto;
}

.problem-card,
.deliverable-card{
    background:#fff;
    border:1px solid var(--line);
    border-radius:var(--r-lg);
    padding:28px;
    text-align:center;
    transition:.25s;
}

.problem-card:hover,
.deliverable-card:hover{
    transform:translateY(-4px);
    box-shadow:var(--shadow-2);
}

.problem-card i,
.deliverable-card i{
    font-size:1.8rem;
    color:var(--brand);
    margin-bottom:16px;
}

.method-list{
    margin-top:20px;
    list-style:none;
    display:grid;
    gap:12px;
}

.method-list li{
    display:flex;
    align-items:center;
    gap:10px;
    color:var(--text);
    font-weight:600;
}

.method-list i{
    color:var(--brand);
}

.howitworks-cta-card{
    background:var(--ink);
    color:#fff;
    text-align:center;
    border-radius:var(--r-xl);
    padding:70px 30px;
}

.howitworks-cta-card h2{
    color:#fff;

    max-width:700px;
    margin:0 auto 16px;

    font-size:clamp(1.8rem,4vw,3rem);
}

.howitworks-cta-card p{
    color:rgba(255,255,255,.75);
    max-width:650px;
    margin:0 auto 24px;
}

@media(max-width:768px){

    .howitworks-hero{
        padding:140px 6% 80px;
    }

    .route-body{
        padding:24px;
    }

    .method-list{
        gap:10px;
    }
}


