/* Synergy Call Center — careers page
   Palette, type, and layout tokens. Single theme (light) by design — this is
   a recruiting page, not the internal app; keep it fast and simple. */

:root{
  --bg:#FAFAFA;
  --bg-tint:#F4F1FC;
  --surface:#FFFFFF;
  --ink:#15121F;
  --ink-dim:#433E56;
  --muted:#6B667F;
  --line:#E7E3F2;
  --line-soft:#F0EDF9;

  --indigo:#6E43F5;
  --indigo-deep:#5028D9;
  --indigo-soft:#EFE8FE;
  --blue:#0FA9C7;
  --blue-soft:#E3F6FA;
  --gold:#F0A020;
  --whatsapp:#22C35E;
  --whatsapp-deep:#1AA34D;

  --r-sm:8px;
  --r:14px;
  --r-lg:20px;
  --r-pill:999px;

  --shadow-sm:0 1px 2px rgba(21,18,31,.06);
  --shadow:0 12px 32px -12px rgba(80,40,217,.18);
  --shadow-lg:0 24px 60px -20px rgba(80,40,217,.28);

  --max:1160px;

  --font-display:"Sora", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-body:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--bg);
  color:var(--ink);
  font-family:var(--font-body);
  font-size:16px;
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;display:block}
a{color:inherit}
h1,h2,h3{
  font-family:var(--font-display);
  font-weight:700;
  letter-spacing:-.02em;
  line-height:1.12;
  margin:0;
  text-wrap:balance;
}
p{margin:0}
.container{max-width:var(--max);margin:0 auto;padding:0 24px}
.eyebrow{
  display:inline-flex;align-items:center;gap:8px;
  font-family:var(--font-display);font-size:12.5px;font-weight:700;
  letter-spacing:.08em;text-transform:uppercase;color:var(--indigo-deep);
}
.eyebrow::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--gold)}

/* ===== buttons ===== */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:9px;
  font-family:var(--font-display);font-weight:700;font-size:15px;
  padding:14px 24px;border-radius:var(--r-pill);border:1px solid transparent;
  text-decoration:none;cursor:pointer;transition:transform .15s ease, box-shadow .15s ease, background .15s ease;
  white-space:nowrap;
}
.btn:active{transform:translateY(1px)}
.btn-whatsapp{background:var(--whatsapp);color:#fff;box-shadow:0 10px 24px -8px rgba(34,195,94,.55)}
.btn-whatsapp:hover{background:var(--whatsapp-deep)}
.btn-primary{background:var(--indigo);color:#fff;box-shadow:0 10px 24px -8px rgba(110,67,245,.5)}
.btn-primary:hover{background:var(--indigo-deep)}
.btn-ghost{background:var(--surface);color:var(--ink);border-color:var(--line)}
.btn-ghost:hover{border-color:var(--indigo)}
.btn svg{flex:none}

/* ===== header ===== */
.site-header{
  position:sticky;top:0;z-index:40;
  background:color-mix(in srgb, var(--bg) 88%, transparent);
  backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);
  border-bottom:1px solid var(--line);
}
.site-header .bar{display:flex;align-items:center;justify-content:space-between;padding:14px 24px;gap:16px}
.brand{display:flex;align-items:center;gap:10px;text-decoration:none}
.brand img{width:32px;height:32px;border-radius:8px}
.brand b{font-family:var(--font-display);font-size:17px;font-weight:800;color:var(--ink)}
.brand span{display:block;font-size:10px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}

.nav-links{display:flex;align-items:center;gap:28px}
.nav-links a{
  font-size:14px;font-weight:600;color:var(--ink-dim);text-decoration:none;
}
.nav-links a:hover{color:var(--indigo-deep)}
.header-cta{display:flex;align-items:center;gap:10px}
.header-cta .btn{padding:11px 18px;font-size:13.5px}

.nav-toggle{display:none;background:none;border:1px solid var(--line);border-radius:var(--r-sm);width:40px;height:40px;align-items:center;justify-content:center;cursor:pointer}
.nav-toggle svg{width:20px;height:20px}

/* ===== hero ===== */
.hero{position:relative;overflow:hidden;padding:76px 0 88px}
.hero::before{
  content:"";position:absolute;top:-220px;right:-160px;width:640px;height:640px;border-radius:50%;
  background:radial-gradient(circle, var(--indigo-soft), transparent 70%);z-index:0;
}
.hero::after{
  content:"";position:absolute;bottom:-260px;left:-200px;width:560px;height:560px;border-radius:50%;
  background:radial-gradient(circle, var(--blue-soft), transparent 70%);z-index:0;
}
.hero .container{position:relative;z-index:1}
.hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:56px;align-items:center}
.hero h1{font-size:clamp(34px,4.6vw,56px);color:var(--ink);margin-top:16px}
.hero h1 em{font-style:normal;color:var(--indigo)}
.hero-sub{margin-top:20px;font-size:18px;line-height:1.65;color:var(--ink-dim);max-width:52ch}
.hero-cta{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px}
.hero-trust{display:flex;flex-wrap:wrap;gap:10px 22px;margin-top:28px}
.hero-trust span{
  display:flex;align-items:center;gap:8px;font-size:13.5px;font-weight:600;color:var(--ink-dim);
}
.hero-trust span::before{content:"";width:16px;height:16px;flex:none;border-radius:50%;background:var(--indigo-soft);
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235028D9' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-size:10px;background-repeat:no-repeat;background-position:center;
}

.hero-card{
  position:relative;background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);
  box-shadow:var(--shadow-lg);padding:28px;
}
.hero-card .role-pill{
  display:inline-flex;align-items:center;gap:8px;background:var(--indigo-soft);color:var(--indigo-deep);
  font-size:12px;font-weight:700;padding:6px 12px;border-radius:var(--r-pill);margin-bottom:16px;
}
.hero-card h3{font-size:20px;margin-bottom:8px}
.hero-stat-row{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:20px}
.hero-stat{background:var(--bg-tint);border-radius:var(--r);padding:16px}
.hero-stat b{display:block;font-family:var(--font-display);font-size:24px;color:var(--indigo-deep)}
.hero-stat span{font-size:12px;font-weight:600;color:var(--muted)}

/* ===== section shell ===== */
section{padding:80px 0}
.section-head{max-width:640px;margin:0 auto 44px;text-align:center}
.section-head h2{font-size:clamp(26px,3.2vw,36px);margin-top:12px;color:var(--ink)}
.section-head p{margin-top:14px;font-size:16px;color:var(--muted)}
.alt{background:var(--bg-tint)}

/* ===== roles ===== */
.roles-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.role-card{
  background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);
  padding:30px 26px;box-shadow:var(--shadow-sm);transition:box-shadow .2s ease, transform .2s ease;
}
.role-card:hover{box-shadow:var(--shadow);transform:translateY(-3px)}
.role-icon{
  width:48px;height:48px;border-radius:var(--r);display:flex;align-items:center;justify-content:center;
  background:linear-gradient(135deg,var(--indigo),var(--blue));color:#fff;margin-bottom:18px;
}
.role-icon svg{width:24px;height:24px}
.role-card h3{font-size:19px;margin-bottom:10px}
.role-card p{font-size:14.5px;color:var(--muted);line-height:1.65}
.role-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:16px}
.role-tags span{
  font-size:11px;font-weight:700;letter-spacing:.03em;text-transform:uppercase;
  color:var(--indigo-deep);background:var(--indigo-soft);padding:5px 10px;border-radius:var(--r-pill);
}

/* ===== industries ===== */
.industry-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.industry-card{
  background:var(--surface);border:1px solid var(--line);border-radius:var(--r);
  padding:24px 20px;text-align:left;
}
.industry-card .ic{
  width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;
  background:var(--blue-soft);color:var(--blue);margin-bottom:14px;
}
.industry-card .ic svg{width:20px;height:20px}
.industry-card h3{font-size:16px;margin-bottom:6px}
.industry-card p{font-size:13.5px;color:var(--muted);line-height:1.55}

/* ===== why us ===== */
.why-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px 28px}
.why-item{display:flex;gap:14px;align-items:flex-start}
.why-item .ic{
  flex:none;width:38px;height:38px;border-radius:10px;background:var(--indigo-soft);color:var(--indigo-deep);
  display:flex;align-items:center;justify-content:center;
}
.why-item .ic svg{width:18px;height:18px}
.why-item h3{font-size:15.5px;margin-bottom:4px}
.why-item p{font-size:13.5px;color:var(--muted);line-height:1.6}

/* ===== steps ===== */
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;counter-reset:step}
.step{position:relative;padding:26px 20px 22px;background:var(--surface);border:1px solid var(--line);border-radius:var(--r)}
.step::before{
  counter-increment:step;content:counter(step);
  display:inline-flex;align-items:center;justify-content:center;
  width:30px;height:30px;border-radius:50%;background:var(--indigo);color:#fff;
  font-family:var(--font-display);font-weight:800;font-size:13.5px;margin-bottom:14px;
}
.step h3{font-size:15px;margin-bottom:6px}
.step p{font-size:13px;color:var(--muted);line-height:1.6}

/* ===== apply CTA ===== */
.apply{
  background:linear-gradient(135deg,var(--indigo-deep),var(--indigo) 55%,var(--blue));
  border-radius:var(--r-lg);padding:56px 40px;text-align:center;color:#fff;position:relative;overflow:hidden;
}
.apply::before{
  content:"";position:absolute;inset:0;
  background:radial-gradient(circle at 20% 20%, rgba(255,255,255,.14), transparent 45%);
}
.apply .inner{position:relative;z-index:1}
.apply h2{color:#fff;font-size:clamp(24px,3vw,34px)}
.apply p{color:rgba(255,255,255,.86);margin-top:12px;font-size:15.5px;max-width:50ch;margin-left:auto;margin-right:auto}
.apply-cta{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-top:28px}
.apply .btn-ghost{background:rgba(255,255,255,.12);color:#fff;border-color:rgba(255,255,255,.35)}
.apply .btn-ghost:hover{background:rgba(255,255,255,.2)}
.apply-note{margin-top:18px;font-size:12.5px;color:rgba(255,255,255,.7)}

/* ===== footer ===== */
.site-footer{border-top:1px solid var(--line);padding:36px 0}
.footer-row{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}
.footer-brand{display:flex;align-items:center;gap:10px}
.footer-brand img{width:26px;height:26px;border-radius:6px}
.footer-brand b{font-family:var(--font-display);font-weight:800;font-size:14.5px}
.footer-links{display:flex;gap:20px;flex-wrap:wrap}
.footer-links a{font-size:13px;font-weight:600;color:var(--muted);text-decoration:none}
.footer-links a:hover{color:var(--indigo-deep)}
.footer-fine{margin-top:20px;font-size:12px;color:var(--muted)}

/* ===== mobile ===== */
@media (max-width:920px){
  .hero-grid{grid-template-columns:1fr}
  .hero-card{order:-1}
  .roles-grid{grid-template-columns:1fr 1fr}
  .industry-grid{grid-template-columns:1fr 1fr}
  .why-grid{grid-template-columns:1fr}
  .steps{grid-template-columns:1fr 1fr}
}
/* Wider than the content breakpoints below on purpose: logo + full nav +
   both CTA buttons run out of room well before a single content column is
   needed, so the header collapses to a hamburger earlier than everything
   else does. */
@media (max-width:960px){
  .nav-links,.header-cta .btn-ghost{display:none}
  .nav-toggle{display:flex}
  .site-header.open .nav-links{
    display:flex;flex-direction:column;align-items:flex-start;gap:4px;
    position:absolute;top:100%;left:0;right:0;background:var(--surface);
    border-bottom:1px solid var(--line);padding:12px 24px 18px;box-shadow:var(--shadow);
  }
  .site-header.open .nav-links a{padding:10px 0;width:100%;border-bottom:1px solid var(--line-soft)}
}
@media (max-width:720px){
  .roles-grid{grid-template-columns:1fr}
  .industry-grid{grid-template-columns:1fr}
  .steps{grid-template-columns:1fr}
  .hero{padding:52px 0 60px}
  section{padding:56px 0}
  .apply{padding:40px 22px}
  .footer-row{flex-direction:column;align-items:flex-start}
}
